mirror of
https://github.com/nerzhul/ocsms.git
synced 2025-06-07 16:06:15 +00:00
12 lines
494 B
JavaScript
12 lines
494 B
JavaScript
OC.L10N.register(
|
|
"ocsms",
|
|
{
|
|
"Phone Sync" : "Mobilaus telefono SMS žinučių sinchronizacija",
|
|
"An app to sync SMS with your cloud" : "Programėlė, skirta sinchronizuoti SMS žinutes su debesija",
|
|
"Settings" : "Nustatymai",
|
|
"Label" : "Etiketė",
|
|
"Enable" : "Įjungti",
|
|
"Disable" : "Išjungti"
|
|
},
|
|
"nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);");
|