diff --git a/l10n/nl.js b/l10n/nl.js index 7c2b969..fe8bea9 100644 --- a/l10n/nl.js +++ b/l10n/nl.js @@ -1,6 +1,7 @@ OC.L10N.register( "bbb", { + "You deleted the room %s." : "Je verwijderde ruimte %s.", "{user} deleted the room %s." : "{user} verwijderde ruimte %s.", "API URL or secret not configured. Please contact your administrator." : "API URL of geheim niet geconfigureerd. Neem contact op met uw beheerder.", "BigBlueButton Integration" : "BigBlueButton Integratie", diff --git a/l10n/nl.json b/l10n/nl.json index 1355935..7c1d77f 100644 --- a/l10n/nl.json +++ b/l10n/nl.json @@ -1,4 +1,5 @@ { "translations": { + "You deleted the room %s." : "Je verwijderde ruimte %s.", "{user} deleted the room %s." : "{user} verwijderde ruimte %s.", "API URL or secret not configured. Please contact your administrator." : "API URL of geheim niet geconfigureerd. Neem contact op met uw beheerder.", "BigBlueButton Integration" : "BigBlueButton Integratie",