nextcloud/apps/comments/l10n/is.js

9 lines
179 B
JavaScript
Raw Normal View History

2016-02-17 09:56:11 +03:00
OC.L10N.register(
"comments",
{
"Cancel" : "Hætta við",
2016-02-28 09:55:12 +03:00
"Save" : "Vista",
"Comment" : "Athugasemd"
2016-02-17 09:56:11 +03:00
},
"nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);");