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: 285b13950f598682bd1bb3354653e2efac4117b6 (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 trusted server" : "+ إضافة خادوم موثوق فيه",
    "Trusted server" : "خادوم موثوق فيه",
    "Add" : "إضافة",
    "Add server automatically once a federated share was created successfully" : "أضف الخادم تلقائياً حال نجاح إنشاء حصة في الاتحاد"
},
"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;");