mirror of
https://github.com/nerzhul/ocsms.git
synced 2025-06-07 07:56:23 +00:00
13 lines
350 B
JavaScript
13 lines
350 B
JavaScript
OC.L10N.register(
|
|
"ocsms",
|
|
{
|
|
"Phone Sync" : "Синхронизиране на телефона",
|
|
"Cancel" : "Отказ",
|
|
"Confirm" : "Потвърди",
|
|
"Settings" : "Настройки",
|
|
"Label" : "Име",
|
|
"Enable" : "Включване",
|
|
"Disable" : "Изключване"
|
|
},
|
|
"nplurals=2; plural=(n != 1);");
|