mirror of
https://github.com/nerzhul/ocsms.git
synced 2025-06-06 15:36:12 +00:00
14 lines
443 B
JavaScript
14 lines
443 B
JavaScript
OC.L10N.register(
|
|
"ocsms",
|
|
{
|
|
"Cancel" : "Откажи",
|
|
"Confirm" : "Потврди",
|
|
"Settings" : "Параметри",
|
|
"Last message" : "Последна порака",
|
|
"Label" : "Ознака",
|
|
"Notification settings" : "Поставки за известување",
|
|
"Enable" : "Овозможи",
|
|
"Disable" : "Оневозможи"
|
|
},
|
|
"nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;");
|