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

fa.php « l10n - github.com/nextcloud/firstrunwizard.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: bded0b5fc42455c2564806a9fea92b8a91c2982b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?php
$TRANSLATIONS = array(
"Welcome to %s" => "به %s خوش آمدید",
"Your personal web services. All your files, contacts, calendar and more, in one place." => "سرویس های شخصی تحت وب شما، همه ی فایلهای شما، مخاطبان، تقویم و چیزهای بیشتر، در یکجا.",
"Get the apps to sync your files" => "برنامه ها را دریافت کنید تا فایل هایتان را همگام سازید",
"Desktop client" => "نرم افزار دسکتاپ",
"Android app" => "اپ اندروید",
"iOS app" => "اپ iOS",
"Connect your desktop apps to %s" => "اتصال برنامه دسکتاب خود به %s",
"Connect your Calendar" => "اتصال تقویم خودتان",
"Connect your Contacts" => "اتصال مخاطبان شما",
"Documentation" => "مستندسازی",
"Access files via WebDAV" => "دسترسی فایل ها از طریق WebDAV",
"There’s more information in the <a target=\"_blank\" href=\"%s\">documentation</a> and on our <a target=\"_blank\" href=\"http://owncloud.org\">website</a>." => "اطلاعات بیشتر در بخش <a target=\"_blank\" href=\"%s\"> مستندات </a> و در <a target=\"_blank\" href=\"http://owncloud.org\"> وبسایت </a> قرار دارد.",
"If you like ownCloud,\n\t<a href=\"mailto:?subject=ownCloud\n\t\t&body=ownCloud is a great open software to sync and share your files. \n\t\tYou can freely get it from http://owncloud.org\">\n\t\trecommend it to your friends</a>\n\tand <a href=\"http://owncloud.org/promote\"\n\t\ttarget=\"_blank\">spread the word</a>!" => "اگر برنامه ownCloud را دوست دارید,\n⇥<a href=\"mailto:?subject=ownCloud\n⇥⇥&body=ownCloud is a great open software to sync and share your files. \n⇥⇥You can freely get it from http://owncloud.org\">\n⇥⇥recommend it to your friends</a>\n⇥and <a href=\"http://owncloud.org/promote\"\n⇥⇥target=\"_blank\">spread the word</a>!"
);
$PLURAL_FORMS = "nplurals=1; plural=0;";