diff options
Diffstat (limited to 'apps/dashboard/l10n/nl.js')
-rw-r--r-- | apps/dashboard/l10n/nl.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/dashboard/l10n/nl.js b/apps/dashboard/l10n/nl.js index 06011045ef7..70c8c3488eb 100644 --- a/apps/dashboard/l10n/nl.js +++ b/apps/dashboard/l10n/nl.js @@ -23,9 +23,9 @@ OC.L10N.register( "Good morning" : "Goedemorgen", "Good night, {name}" : "Goedenacht, {name}", "Good night" : "Goedenacht", - "Pick from files" : "Kies uit bestanden", "Default images" : "Standaardafbeeldingen", "Plain background" : "Kale achtergrond", - "Insert from {productName}" : "Invoegen vanuit {productName}" + "Insert from {productName}" : "Invoegen vanuit {productName}", + "Pick from files" : "Kies uit bestanden" }, "nplurals=2; plural=(n != 1);"); |