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

az.js « l10n - github.com/nextcloud/files_texteditor.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: aa8182ed415034df49153c62076523ebcbf24937 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
OC.L10N.register(
    "files_texteditor",
    {
    "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"
},
"nplurals=2; plural=(n != 1);");