mirror of
https://github.com/nerzhul/ocsms.git
synced 2025-06-07 16:06:15 +00:00
11 lines
281 B
JavaScript
11 lines
281 B
JavaScript
OC.L10N.register(
|
|
"ocsms",
|
|
{
|
|
"Cancel" : "Откажи",
|
|
"Confirm" : "Потврди",
|
|
"Settings" : "Параметри",
|
|
"Enable" : "Овозможи",
|
|
"Disable" : "Оневозможи"
|
|
},
|
|
"nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;");
|