aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/values/strings.xml
diff options
context:
space:
mode:
authorZeapo <mohamed@zenadi.com>2014-07-24 01:15:11 +0100
committerZeapo <mohamed@zenadi.com>2014-07-24 01:15:11 +0100
commitbbf0175d69dbfd3d4ac04fb13d8ca322f6c4f2fb (patch)
tree776ac7dfc5c9e6bbecb965b0eedb07dfb451902e /app/src/main/res/values/strings.xml
initial commit
Diffstat (limited to 'app/src/main/res/values/strings.xml')
-rw-r--r--app/src/main/res/values/strings.xml19
1 files changed, 19 insertions, 0 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
new file mode 100644
index 00000000..43246df8
--- /dev/null
+++ b/app/src/main/res/values/strings.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="utf-8"?>
+<resources>
+
+ <string name="app_name">PwdStore</string>
+ <string name="clone">Clone!</string>
+ <string name="action_settings">Settings</string>
+ <string name="hello_world">Hello world!</string>
+
+ <string name="dialog_delete_title">Remove dir</string>
+ <string name="dialog_delete_msg">Target directory already exist. Current version support only a single store. Do you want to delete the current password store directory?</string>
+ <string name="dialog_delete">Delete directory</string>
+ <string name="dialog_do_not_delete">Cancel</string>
+
+ <string-array name="connection_modes">
+ <item>username/password</item>
+ <item>ssh-key</item>
+ </string-array>
+
+</resources>