aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/values
diff options
context:
space:
mode:
authorAdam Smith <adam.smith18@ntlworld.com>2014-11-01 20:23:01 +0000
committerAdam Smith <adam.smith18@ntlworld.com>2014-11-01 20:23:01 +0000
commitdb4fb51362f4535e3c702f24f32257f62a35dcc6 (patch)
tree268fdbc283802abb042297b5efe258a54811d7f7 /app/src/main/res/values
parent9c2115d2d2c331aa10eceb4ad43f620be2b1606f (diff)
Preferences Hard coded Strings replaced
Diffstat (limited to 'app/src/main/res/values')
-rw-r--r--app/src/main/res/values/strings.xml22
1 files changed, 21 insertions, 1 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index cc4e3e36..0b2a3b3f 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -82,7 +82,27 @@
<!-- DECRYPT Layout -->
<string name="crypto_category">Category</string>
<string name="action_search">Search</string>
-
+
+ <!-- Preferences -->
+ <string name="pref_git_title">Git</string>
+ <string name="pref_server_title">Server</string>
+ <string name="pref_server_hint">server.com</string>
+ <string name="pref_remote_title">Remote location</string>
+ <string name="pref_remote_hint">path/to/repository</string>
+ <string name="pref_git_username_title">Username</string>
+ <string name="pref_git_username_hint">username</string>
+ <string name="pref_ssh_title">SSH Key</string>
+ <string name="pref_crypto_title">Crypto</string>
+ <string name="pref_provider_title">Select OpenPGP Provider!</string>
+ <string name="pref_provider_account_title">Set your OpenPGP account</string>
+ <string name="pref_provider_account_hint">mail@somewhere.tld</string>
+ <string name="pref_key_title">Select OpenPGP Key id</string>
+ <string name="pref_general_title">General</string>
+ <string name="pref_password_title">Password Show Time</string>
+ <string name="pref_password_dialog_title">Set the time you want the password to be in clipboard</string>
+ <string name="pref_copy_title">Automatically Copy Password</string>
+ <string name="pref_copy_dialog_title">Automatically copy the password to the clipboard after decryption was successful.</string>
+
<!-- Misc -->
<string name="dialog_ok">OK</string>
<string name="dialog_yes">Yes</string>