diff options
author | Zeapo <mohamed@zenadi.com> | 2014-08-07 00:10:23 +0100 |
---|---|---|
committer | Zeapo <mohamed@zenadi.com> | 2014-08-07 00:10:23 +0100 |
commit | 19b48565f40d96bdd2a277378758c98e99edf490 (patch) | |
tree | a343059021c94dd9e45c2def6679e90bb9385716 /app/src/main/res/values/strings.xml | |
parent | afe79f7243a51a61b6f36bd5e9fd2fef9ffc3b81 (diff) |
some ui improvements: show the category we add to
Diffstat (limited to 'app/src/main/res/values/strings.xml')
-rw-r--r-- | app/src/main/res/values/strings.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index b12c8f01..51ebc463 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -20,11 +20,11 @@ <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> + <!-- PGP Handler --> <string name="title_activity_pgp_handler">PgpHandler</string> + <string name="crypto_name_hint">name</string> + <string name="crypto_pass_label">Password</string> + <string name="crypto_extra_label">Extra</string> + </resources> |