1
0
mirror of https://github.com/nerzhul/ocsms.git synced 2025-06-07 16:06:15 +00:00
ocsms/l10n/sk.js
2019-05-25 02:35:18 +00:00

11 lines
302 B
JavaScript

OC.L10N.register(
"ocsms",
{
"Phone Sync" : "SMS",
"Settings" : "Nastavenia",
"Last message" : "Posledná správa",
"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);");