diff options
author | Adam Smith <adam.smith18@ntlworld.com> | 2014-10-30 22:11:31 +0000 |
---|---|---|
committer | Adam Smith <adam.smith18@ntlworld.com> | 2014-10-30 22:11:31 +0000 |
commit | af2c0ab0e1e8f45e821e4fc37752eee4bc6ab1bc (patch) | |
tree | ce767c55ce0a766b166c91dff7bdc7c4baaddaaa /app/src/main/res/values/strings.xml | |
parent | 9f9f99dc244d255f1dfbda8cc546413929edf51f (diff) |
Check that the string resources work
Diffstat (limited to 'app/src/main/res/values/strings.xml')
-rw-r--r-- | app/src/main/res/values/strings.xml | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 07c6b3fd..0c44511c 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -13,7 +13,12 @@ <string name="dialog_delete">Delete directory</string> <string name="dialog_do_not_delete">Cancel</string> <string name="title_activity_git_clone">Clone repository</string> - + + <!-- Password Store --> + <string name="creation_dialog_text">Please clone or create a new repository below before trying to add a password or any synchronization operation.</strng> + <string name="initialization_commit_text">[ANDROID PwdStore] Initialized store with keyID: </string> + <string name="store_git">/store/.git</string> + <!-- Clone fragment --> <string name="clone_fragment_text">Welcome to Password Store\n\n In this screen you can either create a new repository or clone your git repository onto your device.</string> <string name="clone">Clone existing</string> @@ -43,6 +48,9 @@ <!-- DECRYPT Layout --> <string name="crypto_category">Category</string> <string name="action_search">Search</string> + + <!-- Misc --> + <string name="ok">OK</string> </resources> |