1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-08-05 04:37:51 +02:00

Localization: Persian(fa) translations added.

This commit is contained in:
Awilum
2013-03-22 00:22:19 +02:00
parent d626ae68be
commit a01a304a83
12 changed files with 411 additions and 0 deletions

View File

@@ -0,0 +1,40 @@
<?php
return array(
'information' => array(
'Information' => 'اطلاعات',
'Debugging' => 'اشکال زدایی',
'Name' => 'نام',
'Value' => 'مقدار',
'Security' => 'امنیت',
'System' => 'سیستم',
'on' => 'روشن',
'off'=> 'خاموش',
'Server' => 'سرور',
'PHP version' => 'نسخه PHP',
'SimpleXML module' => 'ماژول SimpleXML',
'DOM module' => 'ماژول DOM',
'Installed' => 'نصب شده',
'Not Installed' => 'نصب نشده',
'Security check results' => 'نتایج بررسیهای امنیتی',
'The configuration file has been found to be writable. We would advise you to remove all write permissions on defines.php on production systems.' =>
'فایل پیکربندی قابل نوشتن میباشد . توصیه میکنیم همه مجوزهای نوشتن را در define.php سیستمهای تولیدی حذف کنید.',
'The Monstra core directory (":path") and/or files underneath it has been found to be writable. We would advise you to remove all write permissions. <br/>You can do this on unix systems with: <code>chmod -R a-w :path</code>' =>
'شاخه هسته مونسترا (":path") و/ یا فایلهایی درون آن قابل نوشتن میباشند . توصیه میکنیم همه مجوزهای نوشتن را حذف کنید. <br/>در سیستمهای یونیکس میتوانید با دستور : <code>chmod -R a-w :path</code> انجام دهید',
'The Monstra .htaccess file has been found to be writable. We would advise you to remove all write permissions. <br/>You can do this on unix systems with: <code>chmod a-w :path</code>' =>
'فایل .htaccess مونسترا قابل نوشتن میباشند . توصیه میکنیم همه مجوزهای نوشتن را حذف کنید. <br/>در سیستمهای یونیکس میتوانید با دستور : <code>chmod -R a-w :path</code> انجام دهید',
'The Monstra index.php file has been found to be writable. We would advise you to remove all write permissions. <br/>You can do this on unix systems with: <code>chmod a-w :path</code>' =>
'فایل index.php مونسترا قابل نوشتن میباشند . توصیه میکنیم همه مجوزهای نوشتن را حذف کنید. <br/>در سیستمهای یونیکس میتوانید با دستور : <code>chmod -R a-w :path</code> انجام دهید',
'Due to the type and amount of information an error might give intruders when Core::$environment = Core::DEVELOPMENT, we strongly advise setting Core::PRODUCTION in production systems.' =>
'با توجه به نوع و مقدار اطلاعات ممکن است هنگام Core::$environment = Core::DEVELOPMENT خطایی رخ بدهد ، ما شدیداً Core::PRODUCTION را د رسیستم تولید توصیه میکنیم ',
'Monstra version' => 'نسخه Monstra',
'Directory Permissions' => 'مجوزهای شاخه',
'Directory' => 'شاخه',
'Writable' => 'قابل نوشتن',
'Unwritable' => 'غیرقابل نوشتن',
'Status' => 'وضعیت',
'PHP Built On' => 'ساخته شده باPHP',
'Web Server' => 'وب سرور',
'WebServer to PHP Interface' => 'وب سرور به رابط PHP',
)
);