nextcloud/apps/updatenotification/l10n/is.js

7 lines
257 B
JavaScript
Raw Normal View History

2016-02-16 16:49:12 +03:00
OC.L10N.register(
"updatenotification",
{
"{version} is available. Get more information on how to update." : "{version} er í boði. Fá frekari upplýsingar um hvernig á að uppfæra."
},
"nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);");