summaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin/l10n/nl.js
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2018-09-29 00:12:16 +0000
committerNextcloud bot <bot@nextcloud.com>2018-09-29 00:12:16 +0000
commit73aabbd3c01601a81cedff36d181c4a674d68d8a (patch)
treeacd270cd4ba4771574579c07a334981dcc516319 /apps/files_trashbin/l10n/nl.js
parentb7bd6bd68250612d975b63fcfbb0865224c93d7c (diff)
downloadnextcloud-server-73aabbd3c01601a81cedff36d181c4a674d68d8a.tar.gz
nextcloud-server-73aabbd3c01601a81cedff36d181c4a674d68d8a.zip
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files_trashbin/l10n/nl.js')
-rw-r--r--apps/files_trashbin/l10n/nl.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/apps/files_trashbin/l10n/nl.js b/apps/files_trashbin/l10n/nl.js
index dc47d7ad9f7..7797971557a 100644
--- a/apps/files_trashbin/l10n/nl.js
+++ b/apps/files_trashbin/l10n/nl.js
@@ -1,13 +1,10 @@
OC.L10N.register(
"files_trashbin",
{
- "Couldn't delete %s permanently" : "Kon %s niet permanent verwijderen",
- "Couldn't restore %s" : "Kon %s niet herstellen",
"Deleted files" : "Verwijderde bestanden",
"Restore" : "Herstellen",
"Delete" : "Verwijder",
"Delete permanently" : "Definitief verwijderen",
- "Error" : "Fout",
"This operation is forbidden" : "Deze taak is verboden",
"This directory is unavailable, please check the logs or contact the administrator" : "Deze map is niet beschikbaar. Verifieer de logs of neem contact op met de beheerder",
"restored" : "hersteld",
@@ -19,6 +16,9 @@ OC.L10N.register(
"Select all" : "Alles selecteren",
"Name" : "Naam",
"Actions" : "Acties",
- "Deleted" : "Verwijderd"
+ "Deleted" : "Verwijderd",
+ "Couldn't delete %s permanently" : "Kon %s niet permanent verwijderen",
+ "Couldn't restore %s" : "Kon %s niet herstellen",
+ "Error" : "Fout"
},
"nplurals=2; plural=(n != 1);");