nextcloud/apps/comments/l10n/sl.js

9 lines
204 B
JavaScript
Raw Normal View History

2016-02-17 09:56:11 +03:00
OC.L10N.register(
"comments",
{
"Cancel" : "Prekliči",
"Save" : "Shrani",
"Comment" : "Opomba"
},
"nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);");