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

fa.php « l10n - github.com/nextcloud/gallery.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a41f7707c66dc0c87df976409a5201798fc8f154 (plain)
1
2
3
4
5
6
7
8
9
10
11
<?php
$TRANSLATIONS = array(
"Pictures" => "تصاویر",
"Picture view" => "نمایش تصویر",
"Error loading slideshow template" => "خطا در بارگذاری قالب نمایش به صورت اسلاید",
"Share" => "اشتراک‌گذاری",
"No pictures found! If you upload pictures in the files app, they will be displayed here." => "تصویری یافت نشد ! تصاویر در اینجا به نمایش در خواهند آمد در صورتی که شما آن ها را در اپ files آپلود کنید .",
"shared by %s" => "به اشتراک گذاشته شده توسط %s",
"File list" => "لیست فایل ها"
);
$PLURAL_FORMS = "nplurals=1; plural=0;";