summaryrefslogtreecommitdiffstats
path: root/l10n
diff options
context:
space:
mode:
authorJenkins for ownCloud <owncloud-bot@tmit.eu>2016-04-20 01:01:25 -0400
committerJenkins for ownCloud <owncloud-bot@tmit.eu>2016-04-20 01:01:25 -0400
commit6f1357324db40ccdd3e1296807e20f68b30aaca4 (patch)
treeaaa3029672452bf20d3e2e11d0ba0c239a0502ae /l10n
parentff869026be6ff3bbbd6ac4870cef76a47ce0f012 (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'l10n')
-rw-r--r--l10n/nl.js3
-rw-r--r--l10n/nl.json3
-rw-r--r--l10n/nl.php3
3 files changed, 6 insertions, 3 deletions
diff --git a/l10n/nl.js b/l10n/nl.js
index d687d82b8..dc0948bbc 100644
--- a/l10n/nl.js
+++ b/l10n/nl.js
@@ -129,6 +129,7 @@ OC.L10N.register(
"Error when importing: file does not contain valid JSON" : "Fout tijdens het importeren: bestand bevat geen geldige JSON",
"Help" : "Help",
"Keyboard shortcuts" : "Sneltoetsen",
- "Documentation" : "Documentatie"
+ "Documentation" : "Documentatie",
+ "Report a bug" : "Rapporteer een fout"
},
"nplurals=2; plural=(n != 1);");
diff --git a/l10n/nl.json b/l10n/nl.json
index 8afa955f6..1c296e956 100644
--- a/l10n/nl.json
+++ b/l10n/nl.json
@@ -127,6 +127,7 @@
"Error when importing: file does not contain valid JSON" : "Fout tijdens het importeren: bestand bevat geen geldige JSON",
"Help" : "Help",
"Keyboard shortcuts" : "Sneltoetsen",
- "Documentation" : "Documentatie"
+ "Documentation" : "Documentatie",
+ "Report a bug" : "Rapporteer een fout"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
} \ No newline at end of file
diff --git a/l10n/nl.php b/l10n/nl.php
index 6652b7968..78c1607b5 100644
--- a/l10n/nl.php
+++ b/l10n/nl.php
@@ -128,6 +128,7 @@ $TRANSLATIONS = array(
"Error when importing: file does not contain valid JSON" => "Fout tijdens het importeren: bestand bevat geen geldige JSON",
"Help" => "Help",
"Keyboard shortcuts" => "Sneltoetsen",
-"Documentation" => "Documentatie"
+"Documentation" => "Documentatie",
+"Report a bug" => "Rapporteer een fout"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";