diff --git a/l10n/lt_LT.js b/l10n/lt_LT.js new file mode 100644 index 0000000..b0b803b --- /dev/null +++ b/l10n/lt_LT.js @@ -0,0 +1,10 @@ +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", + "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);"); diff --git a/l10n/lt_LT.json b/l10n/lt_LT.json new file mode 100644 index 0000000..68774b3 --- /dev/null +++ b/l10n/lt_LT.json @@ -0,0 +1,8 @@ +{ "translations": { + "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", + "Enable" : "Įjungti", + "Disable" : "Išjungti" +},"pluralForm" :"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);" +} \ No newline at end of file