diff --git a/l10n/nl.js b/l10n/nl.js index 07c6e7cf..0189f99c 100644 --- a/l10n/nl.js +++ b/l10n/nl.js @@ -2,6 +2,7 @@ OC.L10N.register( "richdocuments", { "Saving…" : "Opslaan...", + "Saving..." : "Opslaan…", "All" : "Alle", "Download this revision" : "Download deze revisie", "Restore this revision" : "Herstel deze revisie", @@ -31,6 +32,8 @@ OC.L10N.register( "Apply" : "Toepassen", "Enable edit for specific groups" : "Schakel bewerken in voor bepaalde groepen", "Use OOXML by default for new files" : "Gebruik standaard OOXML voor nieuwe bestanden", + "Enable access for external apps" : "Toegang vanuit externe apps toestaan", + "Add" : "Toevoegen", "Wrong password. Please retry." : "Onjuist wachtwoord. Probeer opnieuw.", "Password" : "Wachtwoord", "OK" : "OK", diff --git a/l10n/nl.json b/l10n/nl.json index 68380d22..2bf4f621 100644 --- a/l10n/nl.json +++ b/l10n/nl.json @@ -1,5 +1,6 @@ { "translations": { "Saving…" : "Opslaan...", + "Saving..." : "Opslaan…", "All" : "Alle", "Download this revision" : "Download deze revisie", "Restore this revision" : "Herstel deze revisie", @@ -29,6 +30,8 @@ "Apply" : "Toepassen", "Enable edit for specific groups" : "Schakel bewerken in voor bepaalde groepen", "Use OOXML by default for new files" : "Gebruik standaard OOXML voor nieuwe bestanden", + "Enable access for external apps" : "Toegang vanuit externe apps toestaan", + "Add" : "Toevoegen", "Wrong password. Please retry." : "Onjuist wachtwoord. Probeer opnieuw.", "Password" : "Wachtwoord", "OK" : "OK",