aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/values
diff options
context:
space:
mode:
authorMohamed Zenadi <mohamed@zenadi.com>2015-06-17 21:18:26 +0200
committerMohamed Zenadi <mohamed@zenadi.com>2015-06-17 21:18:26 +0200
commit1db4f7bbc31d0e9f24247e4973474d37f12ab72d (patch)
tree05dda1938b72db7eed2d741a33cc22d9f1cf7dfd /app/src/main/res/values
parentbfdccf4d920f5172a3d88ac0358e0b06ad5fe520 (diff)
Add the option for not showing the passwords after decrypt
fixes #90
Diffstat (limited to 'app/src/main/res/values')
-rw-r--r--app/src/main/res/values/strings.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index 36ecb1d8..a8db99ff 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -125,5 +125,8 @@
<string name="git_sync">Synchronize repository</string>
<string name="git_pull">Pull from remote</string>
<string name="git_push">Push to remote</string>
+ <string name="show_password_pref_title">Show the password</string>
+ <string name="show_password_pref_summary">Control the visibility of the passwords once decrypted, this does not disable the password copy</string>
+ <string name="toast_password_copied">Password copied into the clipboard</string>
</resources>