summaryrefslogtreecommitdiff
path: root/app/src/main/res
diff options
context:
space:
mode:
authorDiogenes Molinares <amolinares19@gmail.com>2020-06-14 11:31:43 +0200
committerGitHub <noreply@github.com>2020-06-14 15:01:43 +0530
commitfaff735a087241d0166e39ef2e39fd3f43305fa9 (patch)
tree3b74cc72107c63d0d4b2b7a73b69668ac1992bd3 /app/src/main/res
parentcd72d15b328cce62d0a6162533bd868222824f75 (diff)
Properly support password renaming (#852)
Co-authored-by: Harsh Shandilya <me@msfjarvis.dev>
Diffstat (limited to 'app/src/main/res')
-rw-r--r--app/src/main/res/values/strings.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index 4574c44a..db508815 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -364,6 +364,8 @@
<string name="openpgp_error_unknown">Error from OpenKeyChain : %s</string>
<!-- Password creation failure -->
- <string name="password_creation_file_write_fail_title">Error</string>
+ <string name="password_creation_file_fail_title">Error</string>
<string name="password_creation_file_write_fail_message">Failed to write password file to the store, please try again.</string>
+ <string name="password_creation_file_delete_fail_message">Failed to delete password file %1$s from the store, please delete it manually.</string>
+ <string name="password_creation_duplicate_error">File already exists, please use a different name</string>
</resources>