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
path: root/lib
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2018-02-21 04:12:58 +0300
committerNextcloud bot <bot@nextcloud.com>2018-02-21 04:12:58 +0300
commit5cbbf9c9b7aae552e739054f5d4b9b6502188ed0 (patch)
tree0a9289ffd92e87956392d0487d78689bf32929a2 /lib
parentc635602809a8848015878cbc8b222fcf1c89b041 (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'lib')
-rw-r--r--lib/l10n/lt_LT.js7
-rw-r--r--lib/l10n/lt_LT.json7
2 files changed, 12 insertions, 2 deletions
diff --git a/lib/l10n/lt_LT.js b/lib/l10n/lt_LT.js
index 24e337afa70..41c0e32e0a6 100644
--- a/lib/l10n/lt_LT.js
+++ b/lib/l10n/lt_LT.js
@@ -72,6 +72,7 @@ OC.L10N.register(
"PostgreSQL username and/or password not valid" : "Neteisingas PostgreSQL naudotojo vardas ir/arba slaptažodis",
"You need to enter details of an existing account." : "Jūs turite suvesti egzistuojančios paskyros duomenis.",
"Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk! " : "Mac OS X nėra palaikomas, %s neveiks tinkamai šioje platformoje. Naudodami prisiimate visą riziką !",
+ "Please remove the open_basedir setting within your php.ini or switch to 64-bit PHP." : "Pašalinkite savo php.ini faile open_basedir nustatymą arba persijunkite į 64-bitų PHP.",
"Set an admin username." : "Nustatyti administratoriaus naudotojo vardą.",
"Set an admin password." : "Nustatyti administratoriaus slaptažodį.",
"Can't create or write into the data directory %s" : "Negalima nuskaityti arba rašyti į duomenų katalogą. %s",
@@ -199,6 +200,10 @@ OC.L10N.register(
"Storage connection error. %s" : "Saugyklos sujungimo ryšio klaida. %s",
"Storage is temporarily not available" : "Saugykla yra laikinai neprieinama",
"Storage connection timeout. %s" : "Sujungimo su saugykla laikas baigėsi. %s",
- "DB Error: \"%s\"" : "DB klaida: \"%s\""
+ "DB Error: \"%s\"" : "DB klaida: \"%s\"",
+ "Files can't be shared with delete permissions" : "Failai negali būti bendrinami su ištrynimo leidimais",
+ "Files can't be shared with create permissions" : "Failai negali būti bendrinami su sukūrimo leidimais",
+ "No app name specified" : "Nenurodytas programėlės pavadinimas",
+ "App '%s' could not be installed!" : "Nepavyko įdiegti \"%s\" programėlės!"
},
"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);");
diff --git a/lib/l10n/lt_LT.json b/lib/l10n/lt_LT.json
index 0e3912a2ecb..34fbc073acf 100644
--- a/lib/l10n/lt_LT.json
+++ b/lib/l10n/lt_LT.json
@@ -70,6 +70,7 @@
"PostgreSQL username and/or password not valid" : "Neteisingas PostgreSQL naudotojo vardas ir/arba slaptažodis",
"You need to enter details of an existing account." : "Jūs turite suvesti egzistuojančios paskyros duomenis.",
"Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk! " : "Mac OS X nėra palaikomas, %s neveiks tinkamai šioje platformoje. Naudodami prisiimate visą riziką !",
+ "Please remove the open_basedir setting within your php.ini or switch to 64-bit PHP." : "Pašalinkite savo php.ini faile open_basedir nustatymą arba persijunkite į 64-bitų PHP.",
"Set an admin username." : "Nustatyti administratoriaus naudotojo vardą.",
"Set an admin password." : "Nustatyti administratoriaus slaptažodį.",
"Can't create or write into the data directory %s" : "Negalima nuskaityti arba rašyti į duomenų katalogą. %s",
@@ -197,6 +198,10 @@
"Storage connection error. %s" : "Saugyklos sujungimo ryšio klaida. %s",
"Storage is temporarily not available" : "Saugykla yra laikinai neprieinama",
"Storage connection timeout. %s" : "Sujungimo su saugykla laikas baigėsi. %s",
- "DB Error: \"%s\"" : "DB klaida: \"%s\""
+ "DB Error: \"%s\"" : "DB klaida: \"%s\"",
+ "Files can't be shared with delete permissions" : "Failai negali būti bendrinami su ištrynimo leidimais",
+ "Files can't be shared with create permissions" : "Failai negali būti bendrinami su sukūrimo leidimais",
+ "No app name specified" : "Nenurodytas programėlės pavadinimas",
+ "App '%s' could not be installed!" : "Nepavyko įdiegti \"%s\" programėlės!"
},"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