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

lt_LT.php « l10n - github.com/nextcloud/files_texteditor.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a924a02cc7bedc44d7f3c83521a04cfdd9949a11 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?php
$TRANSLATIONS = array(
"This file is too big to be opened. Please download the file instead." => "Failas per didelis redagavimui. Pirmiausia parsisiųskite.",
"Cannot read the file." => "Nepavyko atidaryti failo.",
"Invalid file path supplied." => "Netinkamas failo kelias.",
"The file is locked." => "Failas užrakintas.",
"An internal server error occurred." => "Vidinė serverio klaida.",
"Cannot save file as it has been modified since opening" => "Negalima išsaugoti failo, nes jis pakeistas po atidarymo",
"Insufficient permissions" => "Nepakanka leidumų",
"File path not supplied" => "Nepateiktas failo kelias",
"File mtime not supplied" => "Failo modifikavimo laikas nepateiktas",
"saving..." => "saugoma...",
"saved!" => "Išsaugota!",
"failed!" => "Klaida!",
"Saved" => "Išsaugoti",
"There was a problem saving your changes. Click to resume editing." => "Klaida išsaugant pakeitimus. Paspauskite redagavimo tęsimui.",
"An error occurred!" => "Įvyko klaida!",
"Text file" => "Teksto failas",
"New text file.txt" => "Naujas tekstas file.txt"
);
$PLURAL_FORMS = "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);";