From 6f1357324db40ccdd3e1296807e20f68b30aaca4 Mon Sep 17 00:00:00 2001 From: Jenkins for ownCloud Date: Wed, 20 Apr 2016 01:01:25 -0400 Subject: [PATCH] [tx-robot] updated from transifex --- l10n/nl.js | 3 ++- l10n/nl.json | 3 ++- l10n/nl.php | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/l10n/nl.js b/l10n/nl.js index d687d82b8a..dc0948bbc1 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 8afa955f6e..1c296e956f 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 6652b79687..78c1607b5a 100644 --- a/l10n/nl.php +++ b/l10n/nl.php @@ -128,6 +128,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" ); $PLURAL_FORMS = "nplurals=2; plural=(n != 1);";