1
0
mirror of https://github.com/nerzhul/ocsms.git synced 2025-06-26 17:26:17 +00:00
ocsms/l10n/sk.js
2019-12-22 03:23:58 +00:00

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);");