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: 5ecebece9bc1c4e960df3224b2d57704e81ff0a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
<?php $TRANSLATIONS = array(
"Save" => "Išsaugoti",
"Search:" => "Ieškoti:",
"Close" => "Užverti",
"Next" => "Kitas",
"Clear" => "Išvalyti",
"Saving..." => "Saugoma...",
"Failed to save file" => "Nepavyko išsaugoti failo",
"An error occurred!" => "Įvyko klaida!",
"There were unsaved changes, click here to go back" => "Turėjote neišsaugotų pakeitimų, spustelėkite čia, kad grįžtumėte"
);