aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/values/strings.xml
diff options
context:
space:
mode:
authorAdam Smith <adam.smith18@ntlworld.com>2014-10-31 14:13:17 +0000
committerAdam Smith <adam.smith18@ntlworld.com>2014-10-31 14:13:17 +0000
commit7219fedf459e305bb7fbaabee2b4ce833f769ccc (patch)
treeb645d091c797d63387a1c13bbb882bc111033391 /app/src/main/res/values/strings.xml
parentef51bb92313e4e83592059238ac2ca68d27891ca (diff)
Hard coded string in GitAsyncTask replaced with resources
Diffstat (limited to 'app/src/main/res/values/strings.xml')
-rw-r--r--app/src/main/res/values/strings.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index bf3460b1..3565d79f 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -37,6 +37,11 @@
<string name="account_settings_dialog_title">Account name empty!</string>
<string name="file_toast_text">Please provide a file name</string>
<string name="empty_toast_text">You cannot use an empty password or empty extra content</string>
+
+ <!-- Git Async Task -->
+ <string name="running_dialog_text">Running command...</string>
+ <string name="jgit_error_dialog_title">Internal exception occurred</string>
+ <string name="jgit_error_dialog_text">Message from jgit: /n</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>