diff options
Diffstat (limited to 'lib/l10n/lt_LT.json')
-rw-r--r-- | lib/l10n/lt_LT.json | 7 |
1 files changed, 6 insertions, 1 deletions
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 |