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

ar.js « l10n - github.com/nextcloud/gallery.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 73af6bb247f1759abddd72918b8ffacbb1a9c114 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
OC.L10N.register(
    "gallery",
    {
    "Pictures" : "الصور",
    "Picture view" : "عرض الصورة",
    "Error loading slideshow template" : "خطأ في تحميل قالب عرض الشرائح.",
    "Share" : "شارك",
    "No pictures found! If you upload pictures in the files app, they will be displayed here." : "لم يتم العثور على أية صور! سيتم عرض جميع الصور المضافة في هذا البرنامج هنا.",
    "shared by %s" : "مشاركة من قبل %s",
    "File list" : "قائمة الملفات"
},
"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;");