forms/l10n/nb.js
2020-06-17 02:35:00 +00:00

13 lines
308 B
JavaScript

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