change the text of encrypt buttons according to selected signature or keys, making sign-only less confusing

Update issue 39
New strings to give the encrypt buttons more meaningful and fitting texts:
<string name="btn_signToClipboard">Sign To Clipboard</string>
<string name="btn_signAndEmail">Sign And Email</string>
<string name="btn_sign">Sign</string>
This commit is contained in:
Thialfihar
2010-07-24 18:54:40 +00:00
parent f65888046e
commit 46fb6fc613
6 changed files with 79 additions and 15 deletions

View File

@@ -50,7 +50,7 @@
<!-- btn_lowerCase: capitalized words, no punctuation -->
<string name="btn_encryptToClipboard">Šifriraj v odložišče</string>
<string name="btn_send">Šifriraj in pošlji</string>
<string name="btn_encryptAndEmail">Šifriraj in pošlji</string>
<string name="btn_encrypt">Šifriraj</string>
<string name="btn_decrypt">Dešifriraj</string>
<string name="btn_verify">Overi</string>