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

github.com/nextcloud/richdocuments.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2022-05-23 13:32:34 +0300
committerNextcloud bot <bot@nextcloud.com>2022-05-23 13:32:34 +0300
commit1612147928e4ea0411b8e1a45011c77029132e15 (patch)
tree1b4fd2c7be8f015c8e157531a4490ceea4fab2d9 /l10n/lt_LT.js
parent0c4a5be69d80b8d4887d07034c9ddfaa395464c1 (diff)
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'l10n/lt_LT.js')
-rw-r--r--l10n/lt_LT.js17
1 files changed, 12 insertions, 5 deletions
diff --git a/l10n/lt_LT.js b/l10n/lt_LT.js
index 1c703088..63245e76 100644
--- a/l10n/lt_LT.js
+++ b/l10n/lt_LT.js
@@ -12,14 +12,25 @@ OC.L10N.register(
"New Document.docx" : "Naujas dokumentas.docx",
"New Spreadsheet.xlsx" : "Nauja skaičiuoklė.xlsx",
"New Presentation.pptx" : "Nauja pateiktis.pptx",
+ "File already exists" : "Failas jau yra",
"Not allowed to create document" : "Neleidžiama sukurti dokumentą",
"Saved" : "Įrašyta",
"Saved with error: Collabora Online should use the same protocol as the server installation." : "Įrašyta su klaida: Collabora Online turėtų naudoti tokį patį protokolą kaip ir serverio diegimas.",
"Invalid config key" : "Neteisingas konfigūracijos raktas",
"Error when saving" : "Klaida įrašant",
+ "The file was uploaded" : "Failas buvo įkeltas",
+ "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Įkeliamas failas viršija upload_max_filesize direktyvą, esančią faile php.ini",
+ "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Įkeltas failas viršija MAX_FILE_SIZE direktyvą, kuri buvo nurodyta HTML formoje",
+ "The file was only partially uploaded" : "Failas buvo tik dalinai įkeltas",
+ "No file was uploaded" : "Nebuvo įkeltas joks failas",
+ "Missing a temporary folder" : "Trūksta laikinojo aplanko",
+ "Could not write file to disk" : "Nepavyko rašyti į diską",
+ "A PHP extension stopped the file upload" : "PHP plėtinys sustabdė failo įkėlimą",
+ "No file uploaded or file size exceeds maximum of %s" : "Neįkeltas joks failas arba failo dydis viršija maksimalų %s dydį",
"File is too big" : "Failas yra per didelis",
"Invalid file provided" : "Pateiktas neteisingas failas",
"Template not found" : "Šablonas nerastas",
+ "Office" : "Biuras",
"Empty" : "Tuščias",
"%s (Guest)" : "%s (Svečias)",
"Edit office documents directly in your browser." : "Redaguokite raštinės dokumentus tiesiogiai savo naršyklėje.",
@@ -82,10 +93,6 @@ OC.L10N.register(
"Add a new one?" : "Pridėti naują?",
"template preview" : "šablono peržiūra",
"Select a template directory" : "Pasirinkite šablonų katalogą",
- "Document already exists" : "Dokumentas jau yra",
- "Current version" : "Dabartinė versija",
- "New Document" : "Naujas dokumentas",
- "New Spreadsheet" : "Nauja skaičiuoklė",
- "New Presentation" : "Nauja pateiktis"
+ "Document already exists" : "Dokumentas jau yra"
},
"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);");