9 lines
199 B
JavaScript
9 lines
199 B
JavaScript
|
OC.L10N.register(
|
||
|
"comments",
|
||
|
{
|
||
|
"Cancel" : "Откажи",
|
||
|
"Save" : "Сними",
|
||
|
"Comment" : "Коментар"
|
||
|
},
|
||
|
"nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;");
|