diff options
author | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-05-16 01:55:55 -0400 |
---|---|---|
committer | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-05-16 01:55:55 -0400 |
commit | 43d6650d194105dac30b11fb2ba4a3b3c7805650 (patch) | |
tree | e2189addacd74d12b7e14c80849fea3c12daaac0 /core/l10n/fa.php | |
parent | b2e8aa70cde85302f7b7928370b681e3f01de7a8 (diff) | |
download | nextcloud-server-43d6650d194105dac30b11fb2ba4a3b3c7805650.tar.gz nextcloud-server-43d6650d194105dac30b11fb2ba4a3b3c7805650.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'core/l10n/fa.php')
-rw-r--r-- | core/l10n/fa.php | 17 |
1 files changed, 13 insertions, 4 deletions
diff --git a/core/l10n/fa.php b/core/l10n/fa.php index 5e08a5baf7e..3e4543ab79d 100644 --- a/core/l10n/fa.php +++ b/core/l10n/fa.php @@ -1,5 +1,7 @@ <?php $TRANSLATIONS = array( +"Unknown filetype" => "نوع فایل ناشناخته", +"Invalid image" => "عکس نامعتبر", "Sunday" => "یکشنبه", "Monday" => "دوشنبه", "Tuesday" => "سه شنبه", @@ -22,13 +24,13 @@ $TRANSLATIONS = array( "Settings" => "تنظیمات", "Saving..." => "در حال ذخیره سازی...", "seconds ago" => "ثانیهها پیش", -"_%n minute ago_::_%n minutes ago_" => array(""), -"_%n hour ago_::_%n hours ago_" => array(""), +"_%n minute ago_::_%n minutes ago_" => array("%n دقیقه قبل"), +"_%n hour ago_::_%n hours ago_" => array("%n ساعت قبل"), "today" => "امروز", "yesterday" => "دیروز", -"_%n day ago_::_%n days ago_" => array(""), +"_%n day ago_::_%n days ago_" => array("%n روز قبل"), "last month" => "ماه قبل", -"_%n month ago_::_%n months ago_" => array(""), +"_%n month ago_::_%n months ago_" => array("%n ماه قبل"), "last year" => "سال قبل", "years ago" => "سالهای قبل", "Yes" => "بله", @@ -38,6 +40,11 @@ $TRANSLATIONS = array( "_{count} file conflict_::_{count} file conflicts_" => array(""), "New Files" => "فایل های جدید", "Cancel" => "منصرف شدن", +"Continue" => "ادامه", +"Weak password" => "رمز عبور ضعیف", +"So-so password" => "رمز عبور متوسط", +"Good password" => "رمز عبور خوب", +"Strong password" => "رمز عبور قوی", "Shared" => "اشتراک گذاشته شده", "Share" => "اشتراکگذاری", "Error" => "خطا", @@ -96,12 +103,14 @@ $TRANSLATIONS = array( "Help" => "راهنما", "Access forbidden" => "اجازه دسترسی به مناطق ممنوعه را ندارید", "Cloud not found" => "پیدا نشد", +"Cheers!" => "سلامتی!", "Security Warning" => "اخطار امنیتی", "Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" => "نسخه ی PHP شما در برابر حملات NULL Byte آسیب پذیر است.(CVE-2006-7243)", "No secure random number generator is available, please enable the PHP OpenSSL extension." => "هیچ مولد تصادفی امن در دسترس نیست، لطفا فرمت PHP OpenSSL را فعال نمایید.", "Without a secure random number generator an attacker may be able to predict password reset tokens and take over your account." => "بدون وجود یک تولید کننده اعداد تصادفی امن ، یک مهاجم ممکن است این قابلیت را داشته باشد که پیشگویی کند پسوورد های راه انداز گرفته شده و کنترلی روی حساب کاربری شما داشته باشد .", "Your data directory and files are probably accessible from the internet because the .htaccess file does not work." => "فایلها و فهرست های داده های شما قابل از اینترنت قابل دسترسی هستند، چونکه فایل htacces. کار نمی کند.", "Create an <strong>admin account</strong>" => "لطفا یک <strong> شناسه برای مدیر</strong> بسازید", +"Storage & database" => "انبارش و پایگاه داده", "Data folder" => "پوشه اطلاعاتی", "Configure the database" => "پایگاه داده برنامه ریزی شدند", "will be used" => "استفاده خواهد شد", |