forms/l10n/nb.js

11 lines
234 B
JavaScript
Raw Normal View History

2019-12-22 05:14:19 +01:00
OC.L10N.register(
"forms",
{
"Group" : "Gruppe",
"Title" : "Tittel",
"Description" : "Beskrivelse",
"Expiration date" : "Utløpsdato",
"Access denied" : "Tilgang nektet"
},
"nplurals=2; plural=(n != 1);");