aboutsummaryrefslogtreecommitdiffstats
path: root/OpenPGP-Keychain/res/values/strings.xml
diff options
context:
space:
mode:
authorDominik Schürmann <dominik@dominikschuermann.de>2014-01-07 23:48:16 +0100
committerDominik Schürmann <dominik@dominikschuermann.de>2014-01-07 23:48:16 +0100
commit2ccfc09f440c3805674f34a599b42e16b430dcc6 (patch)
tree0c2ba78f30e8db35ba63916800d43ad7bf2dd1eb /OpenPGP-Keychain/res/values/strings.xml
parentf76d33d2306d3377ca4fd8a15168176fa121966c (diff)
downloadopen-keychain-2ccfc09f440c3805674f34a599b42e16b430dcc6.tar.gz
open-keychain-2ccfc09f440c3805674f34a599b42e16b430dcc6.tar.bz2
open-keychain-2ccfc09f440c3805674f34a599b42e16b430dcc6.zip
instructions on empty public key list for first start
Diffstat (limited to 'OpenPGP-Keychain/res/values/strings.xml')
-rw-r--r--OpenPGP-Keychain/res/values/strings.xml9
1 files changed, 8 insertions, 1 deletions
diff --git a/OpenPGP-Keychain/res/values/strings.xml b/OpenPGP-Keychain/res/values/strings.xml
index 62beb64f7..792f2cc85 100644
--- a/OpenPGP-Keychain/res/values/strings.xml
+++ b/OpenPGP-Keychain/res/values/strings.xml
@@ -104,7 +104,7 @@
<string name="menu_beam_preferences">Beam settings</string>
<string name="menu_key_edit_cancel">Cancel</string>
<string name="menu_encrypt_to">Encrypt to…</string>
-
+
<!-- label -->
<string name="label_sign">Sign</string>
<string name="label_message">Message</string>
@@ -354,11 +354,18 @@
<string name="share_qr_code_dialog_progress">QR Code %1$d of %2$d</string>
<string name="share_nfc_dialog">Share with NFC</string>
+ <!-- Key list -->
<plurals name="key_list_selected_keys">
<item quantity="one">1 key selected.</item>
<item quantity="other">%d keys selected.</item>
</plurals>
+ <string name="key_list_empty_text1">No keys available yet…</string>
+ <string name="key_list_empty_text2">You can start by</string>
+ <string name="key_list_empty_text3">or</string>
+ <string name="key_list_empty_button_create">creating your own key pair</string>
+ <string name="key_list_empty_button_import">importing public keys.</string>
+
<!-- Key view -->
<string name="key_view_action_encrypt">Encrypt to this contact</string>