diff --git a/l10n/nb.js b/l10n/nb.js index b7ca495..535711f 100644 --- a/l10n/nb.js +++ b/l10n/nb.js @@ -8,6 +8,7 @@ OC.L10N.register( "Settings" : "Innstillinger", "Set expiration date" : "Sett utløpsdato", "Expiration date" : "Utløpsdato", - "Submit" : "Send inn" + "Submit" : "Send inn", + "Checkboxes" : "Avkrysningsruter" }, "nplurals=2; plural=(n != 1);"); diff --git a/l10n/nb.json b/l10n/nb.json index 992330c..5ff9381 100644 --- a/l10n/nb.json +++ b/l10n/nb.json @@ -6,6 +6,7 @@ "Settings" : "Innstillinger", "Set expiration date" : "Sett utløpsdato", "Expiration date" : "Utløpsdato", - "Submit" : "Send inn" + "Submit" : "Send inn", + "Checkboxes" : "Avkrysningsruter" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file