aboutsummaryrefslogtreecommitdiffstats
path: root/OpenPGP-Keychain/res/values
diff options
context:
space:
mode:
authorBahtiar `kalkin-` Gadimov <bahtiar@gadimov.de>2013-12-25 18:15:30 +0100
committerBahtiar `kalkin-` Gadimov <bahtiar@gadimov.de>2013-12-25 18:54:02 +0100
commit208ea19d5d56fe374bbf26e4ab4cce13dc99656b (patch)
tree71c84e7e9a0602f583dc7cee6063d53f6ab9a153 /OpenPGP-Keychain/res/values
parented01c37fe18f98c25b7515c459ae446efa8232ca (diff)
downloadopen-keychain-208ea19d5d56fe374bbf26e4ab4cce13dc99656b.tar.gz
open-keychain-208ea19d5d56fe374bbf26e4ab4cce13dc99656b.tar.bz2
open-keychain-208ea19d5d56fe374bbf26e4ab4cce13dc99656b.zip
Added first draft of KeyDetailsActivity
Diffstat (limited to 'OpenPGP-Keychain/res/values')
-rw-r--r--OpenPGP-Keychain/res/values/strings.xml7
1 files changed, 5 insertions, 2 deletions
diff --git a/OpenPGP-Keychain/res/values/strings.xml b/OpenPGP-Keychain/res/values/strings.xml
index 63f267277..9909292d3 100644
--- a/OpenPGP-Keychain/res/values/strings.xml
+++ b/OpenPGP-Keychain/res/values/strings.xml
@@ -44,6 +44,7 @@
<string name="title_send_key">Export to Key Server</string>
<string name="title_unknown_signature_key">Unknown Signature Key</string>
<string name="title_sign_key">Sign Key</string>
+ <string name="title_keyDetails">Key Details</string>
<string name="title_help">Help</string>
<string name="title_share_by_nfc">Share key with NFC</string>
@@ -53,6 +54,7 @@
<string name="section_general">General</string>
<string name="section_defaults">Defaults</string>
<string name="section_advanced">Advanced</string>
+ <string name="section_master_key">Master Key</string>
<!-- button -->
<string name="btn_sign_to_clipboard">Sign (Clipboard)</string>
@@ -142,6 +144,8 @@
<string name="n_key_servers">%s key server(s)</string>
<string name="fingerprint">Fingerprint:</string>
<string name="secret_key">Secret Key:</string>
+ <string name="notValid">not valid</string>
+ <string name="secretKeyring">Secret Keyring</string>
<!-- choice -->
<string name="choice_none">None</string>
@@ -340,5 +344,4 @@
<!-- Share -->
<string name="share_qr_code_dialog_start">Go through all QR Codes using \'Next\', and scan them one by one.</string>
<string name="share_qr_code_dialog_progress">QR Code %1$d of %2$d</string>
-
-</resources> \ No newline at end of file
+</resources>