Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'apps/theming/l10n/lt_LT.js')
-rw-r--r--apps/theming/l10n/lt_LT.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/theming/l10n/lt_LT.js b/apps/theming/l10n/lt_LT.js
index 7ef208f86db..92743dca55a 100644
--- a/apps/theming/l10n/lt_LT.js
+++ b/apps/theming/l10n/lt_LT.js
@@ -25,8 +25,6 @@ OC.L10N.register(
"Theming makes it possible to easily customize the look and feel of your instance and supported clients. This will be visible for all users." : "Temos leidžia lengvai tinkinti jūsų egzemplioriaus ir palaikomų klientų išvaizdą ir turinį. Tai bus matoma visiems naudotojams. ",
"Name" : "Pavadinimas",
"Reset to default" : "Atstatyti į numatytąją",
- "Web address" : "Saityno adresas",
- "Web address https://…" : "Saityno adresas https://…",
"Slogan" : "Šūkis",
"Color" : "Spalva",
"Logo" : "Logotipas",
@@ -37,9 +35,11 @@ OC.L10N.register(
"Install the Imagemagick PHP extension with support for SVG images to automatically generate favicons based on the uploaded logo and color." : "Norėdami automatiškai generuoti svetainės piktogramą remiantis įkeltu logotipu ir spalva, įdiekite Imagemagick PHP plėtinį su SVG paveikslų palaikymu.",
"You are already using a custom theme" : "Jūs jau naudojate tinkintą temą",
"reset to default" : "atstatyta į numatytąją",
+ "Web address" : "Saityno adresas",
+ "Web address https://…" : "Saityno adresas https://…",
"There is no error, the file uploaded with success" : "Klaidų nėra, failas buvo sėkmingai įkeltas",
"The uploaded file was only partially uploaded" : "Įkeliamas failas buvo tik dalinai įkeltas",
"Failed to write file to disk." : "Nepavyko įrašyti failą į diską.",
"A PHP extension stopped the file upload." : "PHP plėtinys sustabdė failo įkėlimą."
},
-"nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 1 : (n%10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 3 : n % 1 != 0 ? 4);");
+"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);");