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

ar.js « l10n « federation « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d95f532bec01ab52f21bfe04c805ac4a5bfcd996 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
OC.L10N.register(
    "federation",
    {
    "Server is already in the list of trusted servers." : "الخادوم موجود بالفعل في قائمة الخوادم الموثوق فيها.",
    "Could not add server" : "تعذَّرت إضافة خادم",
    "Federation" : "الإتحاد",
    "Trusted servers" : "الخوادم الموثوق فيها",
    "Add server automatically once a federated share was created successfully" : "أضف الخادم تلقائياً حال نجاح إنشاء حصة في الاتحاد",
    "+ Add trusted server" : "+ إضافة خادوم موثوق فيه",
    "Trusted server" : "خادوم موثوق فيه",
    "Add" : "إضافة"
},
"nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;");