Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'lib/l10n/nl.js')
-rw-r--r--lib/l10n/nl.js5
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/l10n/nl.js b/lib/l10n/nl.js
index 41f9a528b5f..393927174da 100644
--- a/lib/l10n/nl.js
+++ b/lib/l10n/nl.js
@@ -227,6 +227,9 @@ OC.L10N.register(
"Storage incomplete configuration. %s" : "Incomplete opslag configuratie. %s",
"Storage connection error. %s" : "Opslag verbindingsfout. %s",
"Storage is temporarily not available" : "Opslag is tijdelijk niet beschikbaar",
- "Storage connection timeout. %s" : "Opslag verbinding time-out. %s"
+ "Storage connection timeout. %s" : "Opslag verbinding time-out. %s",
+ "Personal" : "Persoonlijk",
+ "Admin" : "Beheerder",
+ "DB Error: \"%s\"" : "DB Fout: \"%s\""
},
"nplurals=2; plural=(n != 1);");