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

az.php « l10n - github.com/nextcloud/files_texteditor.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d9b69be9c1c6fbef33175d1499329d0f462a3e1c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?php
$TRANSLATIONS = array(
"Cannot save file as it has been modified since opening" => "Faylı saxlamaq mümkün deyil cünki, açılma müddətində dəyişdirilib",
"Insufficient permissions" => "Qeyri kafi yetkilər",
"File path not supplied" => "Fayl ünvanı təqdim edilmir",
"File mtime not supplied" => "Faylda dəyişmə vaxtı göstərilmir",
"Save" => "Saxlamaq",
"Search" => "Axtarış",
"Next" => "Növbəti",
"Clear" => "Təmizlə",
"Saving..." => "Saxlama...",
"An error occurred!" => "Səhv baş verdi!",
"There are unsaved changes in the text editor" => "Tekst redaktə edənin içində, yadda saxlanılmamış dəyişikliklər mövcuddur",
"There were unsaved changes, click here to go back" => "Qeyd edilməyən dəyişikliklər var idi, geri qayıtmaq üçün buraya sıxın"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";