diff --git a/l10n/nl.js b/l10n/nl.js index 9344708c..a73ba6dc 100644 --- a/l10n/nl.js +++ b/l10n/nl.js @@ -1,6 +1,9 @@ OC.L10N.register( "app_api", { + "External Apps" : "Externe apps", + "Daemon config not found" : "Daemon configuratie niet gevonden", + "Error starting install of ExApp" : "Fout bij starten installatie van ExApp", "Update to {version}" : "Update naar {version}", "Remove" : "Verwijderen", "This app has no minimum Nextcloud version assigned. This will be an error in the future." : "Deze app heeft geen minimum Nextcloud versie toegewezen gekregen. In de toekomst wordt dit wordt een fout.", diff --git a/l10n/nl.json b/l10n/nl.json index 42802e0d..b01f394b 100644 --- a/l10n/nl.json +++ b/l10n/nl.json @@ -1,4 +1,7 @@ { "translations": { + "External Apps" : "Externe apps", + "Daemon config not found" : "Daemon configuratie niet gevonden", + "Error starting install of ExApp" : "Fout bij starten installatie van ExApp", "Update to {version}" : "Update naar {version}", "Remove" : "Verwijderen", "This app has no minimum Nextcloud version assigned. This will be an error in the future." : "Deze app heeft geen minimum Nextcloud versie toegewezen gekregen. In de toekomst wordt dit wordt een fout.",