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-10-05 11:40:59 +0300
committerStefan Niedermann <info@niedermann.it>2020-10-05 11:40:59 +0300
commit5d23ec1ef9912ed6f823ba68fd8a1cf01b0326ed (patch)
treefc9dfc2bc3e55de0a553c5c21b7895dd318fb594 /app/src/main/res/values
parentae6d05243d60b357a840a6b6b7c1322d3fa8fb6d (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.xml12
1 files changed, 9 insertions, 3 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index 699b9915..9c48717a 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_restored">Restored %1$d notes</string>
<string name="category_readonly">Read only</string>
<string name="no_category">No category</string>
<string name="add_category">Add %1$s</string>
@@ -193,7 +192,6 @@
<string name="simple_appearance">Appearance</string>
<string name="simple_synchronization">Synchronization</string>
<string name="simple_behavior">Behavior</string>
- <string name="share_multiple">Share content of %1$d notes</string>
<string name="manage_accounts">Manage accounts</string>
<string name="action_formatting_help">Formatting</string>
@@ -231,9 +229,17 @@
<item quantity="other">%d selected</item>
</plurals>
<plurals name="bulk_notes_deleted">
- <item quantity="one">Deleted %1$d note</item>
+ <item quantity="one">Deleted one note</item>
<item quantity="other">Deleted %1$d notes</item>
</plurals>
+ <plurals name="bulk_notes_restored">
+ <item quantity="one">Restored one note</item>
+ <item quantity="other">Restored %1$d notes</item>
+ </plurals>
+ <plurals name="share_multiple">
+ <item quantity="one">Share content of %1$d note</item>
+ <item quantity="other">Share content of %1$d notes</item>
+ </plurals>
<!-- Formatting help -->