diff --git a/l10n/lt_LT.js b/l10n/lt_LT.js new file mode 100644 index 0000000..043e1a6 --- /dev/null +++ b/l10n/lt_LT.js @@ -0,0 +1,6 @@ +OC.L10N.register( + "ocsms", + { + "Phone Sync" : "Mobilaus telefono SMS žinučių sinchronizacija" +}, +"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);"); diff --git a/l10n/lt_LT.json b/l10n/lt_LT.json new file mode 100644 index 0000000..3ef554d --- /dev/null +++ b/l10n/lt_LT.json @@ -0,0 +1,4 @@ +{ "translations": { + "Phone Sync" : "Mobilaus telefono SMS žinučių sinchronizacija" +},"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);" +} \ No newline at end of file