diff options
author | Nextcloud bot <bot@nextcloud.com> | 2017-11-24 01:09:53 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2017-11-24 01:09:53 +0000 |
commit | dc1d13a18d467e50f5621e36403d61f0b737748b (patch) | |
tree | 2edcfb07244384bdc810fc50010a870d99844f8e /core/l10n/lt_LT.js | |
parent | 2f3484ba88a05cdc85ccd5d66f11478999cf2903 (diff) | |
download | nextcloud-server-dc1d13a18d467e50f5621e36403d61f0b737748b.tar.gz nextcloud-server-dc1d13a18d467e50f5621e36403d61f0b737748b.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'core/l10n/lt_LT.js')
-rw-r--r-- | core/l10n/lt_LT.js | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/core/l10n/lt_LT.js b/core/l10n/lt_LT.js index 33da59cf60d..bbef29a834c 100644 --- a/core/l10n/lt_LT.js +++ b/core/l10n/lt_LT.js @@ -83,7 +83,7 @@ OC.L10N.register( "Reset password" : "Atstatyti slaptažodį", "No" : "Ne", "Yes" : "Taip", - "No files in here" : "Duomenų nėra", + "No files in here" : "Čia failų nėra", "Choose" : "Pasirinkti", "Copy" : "Kopijuoti", "Move" : "Perkelti", @@ -185,7 +185,7 @@ OC.L10N.register( "Collaborative tags" : "Žymes skirtos dalinimuisi su kitais asmenimis", "No tags found" : "Nerasta jokių žymių", "unknown text" : "nežinomas tekstas", - "Hello world!" : "Sveikas pasauli!", + "Hello world!" : "Sveikas, pasauli!", "sunny" : "saulėta", "Hello {name}, the weather is {weather}" : "Sveiki {name}, šiandienos oras yra {weather}", "Hello {name}" : "Sveiki, {name},", @@ -227,6 +227,7 @@ OC.L10N.register( "Trace" : "Sekti", "Security warning" : "Saugumo įspėjimas", "Your data directory and files are probably accessible from the internet because the .htaccess file does not work." : "Jūsų duomenų katalogas ir failai, tikriausiai, yra prieinami per internetą, nes .htaccess failas neveikia.", + "For information how to properly configure your server, please see the <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">documentation</a>." : "Išsamesnei informacijai apie tai kaip tinkamai sukonfigūruoti savo serverį, žiūrėkite <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">dokumentaciją</a>.", "Create an <strong>admin account</strong>" : "Sukurkite <strong>administratoriaus paskyrą</strong>", "Username" : "Naudotojo vardas", "Storage & database" : "Saugykla ir duomenų bazė", @@ -262,9 +263,12 @@ OC.L10N.register( "Wrong password." : "Neteisingas slaptažodis.", "Log in" : "Prisijungti", "Stay logged in" : "Likti prisijungus", + "Forgot password?" : "Pamiršote slaptažodį?", + "Back to log in" : "Grįžti prie prisijungimo", "Alternative Logins" : "Alternatyvūs prisijungimai", "Account access" : "Paskyros prieiga", "You are about to grant %s access to your %s account." : "Jūs ketinate suteikti %s prieigą prie savo %s paskyros.", + "Grant access" : "Suteikti prieigą", "App token" : "Išorinės sistemos įskiepio kodas", "Alternative login using app token" : "Alternatyvus prisijungimas naudojant išorinės sistemos kodą", "Redirecting …" : "Nukreipiama...", @@ -351,6 +355,6 @@ OC.L10N.register( "Please use the command line updater because you have a big instance." : "Prašome atnaujinti per komandinę eilutę, nes jūsų sistema yra didelė.", "For help, see the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation</a>." : "Detalesnės informacijos ieškokite <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">dokumentacijoje</a>", "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">For better performance we recommend</a> to use following settings in the <code>php.ini</code>:" : "PHP OPcache yra neteisingai sukonfigūruotas. <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">Siekiant geresnio sistemos našumo rekomenduojame</a> įrašyti šiuos nustatymus <code>php.ini</code> byloje:", - "You are about to grant \"%s\" access to your %s account." : "Leisite \"%s\" naudoti jūsų %s paskyrą." + "You are about to grant \"%s\" access to your %s account." : "Ketinate suteikti \"%s\" prieigą prie savo %s paskyros." }, "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);"); |