aboutsummaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorZeapo <mohamed@zenadi.com>2014-07-28 22:48:08 +0100
committerZeapo <mohamed@zenadi.com>2014-07-28 22:48:08 +0100
commit8e52356567e897707dbc7879ad46b36c15af67d6 (patch)
treea8b3d61fe02ce2291b850ab50a865b7bfa49a943 /app
parente9be4bf8d0c4441c0ddf1fe638bd1bb73402a104 (diff)
moved arrays in arrays.xml
Diffstat (limited to 'app')
-rw-r--r--app/src/main/res/values/arrays.xml12
-rw-r--r--app/src/main/res/values/strings.xml17
2 files changed, 18 insertions, 11 deletions
diff --git a/app/src/main/res/values/arrays.xml b/app/src/main/res/values/arrays.xml
new file mode 100644
index 00000000..1e27627b
--- /dev/null
+++ b/app/src/main/res/values/arrays.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="utf-8"?>
+<resources>
+ <string-array name="connection_modes">
+ <item>username/password</item>
+ <item>ssh-key</item>
+ </string-array>
+ <string-array name="clone_protocols">
+ <item>ssh://</item>
+ <item>https://</item>
+ <item>http://</item>
+ </string-array>
+</resources> \ No newline at end of file
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index d3e70a68..3ff38c1c 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -2,7 +2,6 @@
<resources>
<string name="app_name">PwdStore</string>
-
<string name="clone_settings">Clone</string>
<string name="action_settings">Settings</string>
<string name="hello_world">Hello world!</string>
@@ -11,21 +10,17 @@
<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>
- <string-array name="clone_protocols">
- <item>ssh://</item>
- <item>https://</item>
- <item>http://</item>
- </string-array>
<!-- Clone fragment -->
<string name="clone_fragment_text">Password store empty</string>
<string name="clone">Clone a git repository</string>
<string name="initialize">Initialize a git repository</string>
-
<string name="hello_blank_fragment">Hello blank fragment</string>
+ <!-- APG related -->
+ <string name="error_activity_not_found">No suitable application for this action found.</string>
+ <string name="error_apg_version_not_supported">The installed APG version is not supported.</string>
+ <string name="insufficient_apg_permissions">Password Store doesn\'t have permission to access APG fully, please reinstall Password Store to fix that.</string>
+ <string name="title_activity_agp_intents">AgpIntentsActivity</string>
+
</resources>