forms/l10n/nb.js
2020-09-14 02:29:24 +00:00

15 lines
379 B
JavaScript

OC.L10N.register(
"forms",
{
"Required" : "Påkrevd",
"Group" : "Gruppe",
"Description" : "Beskrivelse",
"Summary" : "Oppsummering",
"Settings" : "Innstillinger",
"Set expiration date" : "Sett utløpsdato",
"Expiration date" : "Utløpsdato",
"Submit" : "Send inn",
"Checkboxes" : "Avkrysningsruter"
},
"nplurals=2; plural=(n != 1);");