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

lv.php « l10n - github.com/nextcloud/files_texteditor.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 56a2abe29e07e7075f03e25533fea7de3d9e0649 (plain)
1
2
3
4
5
6
7
8
9
10
11
<?php $TRANSLATIONS = array(
"Save" => "Saglabāt",
"Search" => "Meklēt",
"Close" => "Aizvērt",
"Next" => "Nākamā",
"Clear" => "Attīrīt",
"Saving..." => "Saglabā...",
"Failed to save file" => "Neizdevās saglabāt datni",
"An error occurred!" => "Gadījās kļūda!",
"There were unsaved changes, click here to go back" => "Bija nesaglabātas izmaiņas, spiediet šeit, lai ietu atpakaļ"
);