Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/stefan-niedermann/nextcloud-notes.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Niedermann <info@niedermann.it>2021-04-24 13:39:04 +0300
committerStefan Niedermann <info@niedermann.it>2021-04-24 13:39:04 +0300
commitd3fbb89a9e7833f7efe6bc3c2ea12a40e42b0d8d (patch)
treed50c22007da15abee489839467f5c893ddfa5c92 /app/src/main/res/values/strings.xml
parent38909fde268119d22fcc7021ef733e5bd2776168 (diff)
Fix #989 -️️ Display confirm dialog when deleting an account with unsynchronized changes
Diffstat (limited to 'app/src/main/res/values/strings.xml')
-rw-r--r--app/src/main/res/values/strings.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index 0bf4663e..957c00e0 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -13,6 +13,7 @@
<string name="action_sorting_method">Sorting method</string>
<string name="simple_cancel">Cancel</string>
<string name="simple_edit">Edit</string>
+ <string name="simple_remove">Remove</string>
<string name="action_edit_save">Save</string>
<string name="simple_about">About</string>
<string name="simple_link">Link</string>
@@ -298,4 +299,11 @@
<string name="no_other_accounts">You don\'t have configured any other accounts yet.</string>
<string name="choose_account">Choose account</string>
<string name="context_based_formatting">Context based formatting popover</string>
+
+
+ <plurals name="remove_account_message">
+ <item quantity="one">Removing the account %1$s will also delete one unsynchronized change irrecoverable.</item>
+ <item quantity="other">Removing the account %1$s will also delete %2$d unsynchronized changes irrecoverable.</item>
+ </plurals>
+ <string name="remove_account">Remove %1$s</string>
</resources>