forms/l10n/is.js

15 lines
414 B
JavaScript
Raw Normal View History

2019-12-06 04:08:40 +01:00
OC.L10N.register(
"forms",
{
"Group" : "Hópur",
"Description" : "Lýsing",
2020-04-29 05:16:35 +02:00
"Settings" : "Stillingar",
"Set expiration date" : "Setja gildistíma",
"Sharing" : "Deiling",
"Share link" : "Deila tengli",
2020-03-27 04:22:15 +01:00
"Name of user or group" : "Nafn notanda eða hóps",
"Expiration date" : "Gildir til",
2020-04-29 05:16:35 +02:00
"Submit" : "Senda inn"
2019-12-06 04:08:40 +01:00
},
"nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);");