mirror of
https://github.com/nerzhul/ocsms.git
synced 2025-06-26 09:16:36 +00:00
15 lines
442 B
JavaScript
15 lines
442 B
JavaScript
OC.L10N.register(
|
|
"ocsms",
|
|
{
|
|
"Phone Sync" : "SMS",
|
|
"Cancel" : "Zrušiť",
|
|
"Confirm" : "Potvrdiť",
|
|
"Settings" : "Nastavenia",
|
|
"Last message" : "Posledná správa",
|
|
"Label" : "Štítok",
|
|
"Notification settings" : "Nastavenie notifikácií",
|
|
"Enable" : "Povoliť",
|
|
"Disable" : "Zakázať"
|
|
},
|
|
"nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);");
|