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

az.js « l10n - github.com/nextcloud/richdocuments.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 02ac3ad008a6a16f574f157d3f85b4c3868f76e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
OC.L10N.register(
    "richdocuments",
    {
    "Can't create document" : "Sənədi yaratmaq mümkün olmadı",
    "Saved" : "Saxlanıldı",
    "Advanced settings" : "İrəliləmiş quraşdırmalar",
    "Select groups" : "Qrupları seç",
    "Description" : "Açıqlanma",
    "Error" : "Səhv",
    "Cancel" : "Dayandır",
    "Save" : "Saxla",
    "Remove from favorites" : "Remove from favorites",
    "Add to favorites" : "Add to favorites",
    "Details" : "Detallar",
    "Download" : "Yüklə",
    "Could not create file" : "Faylı yaratmaq olmur",
    "Create" : "Yarat"
},
"nplurals=2; plural=(n != 1);");