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-08-21 06:37:14 +0300
committerNiedermann IT-Dienstleistungen <stefan-niedermann@users.noreply.github.com>2020-08-21 11:19:29 +0300
commit2694f1699b7318abf239b5b808c90e349e8a2908 (patch)
treead02791065ee15237f9048186ff3c34dbb570168 /app/src/main/res/values-nl
parent684db9baa2bb43ecb436b0379be487cc773b8350 (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.xml8
1 files changed, 7 insertions, 1 deletions
diff --git a/app/src/main/res/values-nl/strings.xml b/app/src/main/res/values-nl/strings.xml
index 236466eb..6bb30db3 100644
--- a/app/src/main/res/values-nl/strings.xml
+++ b/app/src/main/res/values-nl/strings.xml
@@ -193,6 +193,11 @@
<item quantity="one">%d geselecteerd</item>
<item quantity="other">%d geselecteerd</item>
</plurals>
+ <plurals name="bulk_notes_deleted">
+ <item quantity="one">%1$d notitie verwijderd</item>
+ <item quantity="other">%1$d notities verwijderd</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>
@@ -245,4 +250,5 @@
<string name="error_action_open_battery_settings">Batterij instellingen</string>
<string name="error_action_open_deck_info">Open App informatie</string>
<string name="error_action_open_network">Netwerk instellingen</string>
- </resources>
+ <string name="no_other_accounts">U heeft nog geen andere accounts geconfigureerd.</string>
+</resources>