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);";