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>2020-08-05 12:56:53 +0300
committerStefan Niedermann <info@niedermann.it>2020-08-05 12:56:53 +0300
commitee5c1214045c6ae0e698b501b4793a08893b325b (patch)
treed4b33ee3da7cc8a7665cd7cf9852f1528a9f269c /app/src/main/res/values
parentd9e4c66b0a515b4bd808a15b4e717a5548f05402 (diff)
Fix #931 Add plural form to string
Diffstat (limited to 'app/src/main/res/values')
-rw-r--r--app/src/main/res/values/strings.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index b3251b82..699b9915 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -156,7 +156,6 @@
<string name="simple_more">More</string>
<string name="simple_move">Move</string>
<string name="checkbox_could_not_be_toggled">Checkbox could not be toggled.</string>
- <string name="bulk_notes_deleted">Deleted %1$d notes</string>
<string name="bulk_notes_restored">Restored %1$d notes</string>
<string name="category_readonly">Read only</string>
<string name="no_category">No category</string>
@@ -231,6 +230,10 @@
<item quantity="one">%d selected</item>
<item quantity="other">%d selected</item>
</plurals>
+ <plurals name="bulk_notes_deleted">
+ <item quantity="one">Deleted %1$d note</item>
+ <item quantity="other">Deleted %1$d notes</item>
+ </plurals>
<!-- Formatting help -->