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:
authorNextcloud bot <bot@nextcloud.com>2020-12-20 06:55:35 +0300
committerNiedermann IT-Dienstleistungen <stefan-niedermann@users.noreply.github.com>2020-12-20 12:09:39 +0300
commit678c4f231616b1eb9d67078e29f5e92e9f03e53e (patch)
tree875635e6e838b3e7dd032384baac3785f22868c5 /app/src/main/res/values-nl
parentf864ade4f5fcad3b8c1183e16790645446853c0e (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'app/src/main/res/values-nl')
-rw-r--r--app/src/main/res/values-nl/strings.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/app/src/main/res/values-nl/strings.xml b/app/src/main/res/values-nl/strings.xml
index 273ec613..c9a392e1 100644
--- a/app/src/main/res/values-nl/strings.xml
+++ b/app/src/main/res/values-nl/strings.xml
@@ -179,6 +179,19 @@
<item quantity="one">%d geselecteerd</item>
<item quantity="other">%d geselecteerd</item>
</plurals>
+ <plurals name="bulk_notes_deleted">
+ <item quantity="one">Verwijderde één notitie</item>
+ <item quantity="other">Verwijderde %1$d notities</item>
+ </plurals>
+ <plurals name="bulk_notes_restored">
+ <item quantity="one">Een notitie hersteld</item>
+ <item quantity="other">%1$d notities hersteld</item>
+ </plurals>
+ <plurals name="share_multiple">
+ <item quantity="one">Inhoud van %1$d notitie delen</item>
+ <item quantity="other">Inhoud van %1$d notities delen</item>
+ </plurals>
+
<string name="formatting_help_divider" translateable="false">---</string>
<string name="formatting_help_codefence_inline" translateable="false">`%1$s`</string>
<string name="formatting_help_codefence_inline_escaped" translateable="false">\\`%1$s\\`</string>