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 <stefan.niedermann@googlemail.com>2016-02-09 00:59:33 +0300
committerStefan Niedermann <stefan.niedermann@googlemail.com>2016-02-09 00:59:33 +0300
commitc0273114fbaa8c058f023b066c6aa48f1ea9504e (patch)
tree0f913897a8f33337510ff56f3eda851493cbcd22 /app/src/main/res/values-de/plurals.xml
parentb7141f3e0aaa9d73bf9caf27e9beed7aa1a07819 (diff)
#68 integrate a singular and plural version of <string name="ab_selected">
Added other languages and terminate non-plural-string.
Diffstat (limited to 'app/src/main/res/values-de/plurals.xml')
-rw-r--r--app/src/main/res/values-de/plurals.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/app/src/main/res/values-de/plurals.xml b/app/src/main/res/values-de/plurals.xml
new file mode 100644
index 00000000..2762afcf
--- /dev/null
+++ b/app/src/main/res/values-de/plurals.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="utf-8"?>
+<resources>
+ <plurals
+ name="ab_selected">
+ <item quantity="one">%d ausgewählt</item>
+ <item quantity="other">%d ausgewählt</item>
+ </plurals>
+</resources> \ No newline at end of file