forms/l10n/da.js

14 lines
336 B
JavaScript
Raw Normal View History

2019-12-22 05:14:19 +01:00
OC.L10N.register(
"forms",
{
"Group" : "Gruppe",
"Description" : "Beskrivelse",
2020-04-29 05:16:35 +02:00
"Settings" : "Indstillinger",
"Set expiration date" : "Angiv udløbsdato",
"Sharing" : "Deling",
"Share link" : "Del link",
2020-04-30 05:19:48 +02:00
"Expiration date" : "Udløbsdato",
"Submit" : "Tilføj"
2019-12-22 05:14:19 +01:00
},
"nplurals=2; plural=(n != 1);");