modxcms/revolution

View on GitHub
core/lexicon/fa/export.inc.php

Summary

Maintainability
A
3 hrs
Test Coverage
<?php
/**
 * Export English lexicon topic
 *
 * @language en
 * @package modx
 * @subpackage lexicon
 */
$_lang['export_site_cacheable'] = 'شامل فایلهای کَش نشده‌ی:';
$_lang['export_site_exporting_document'] = 'Exporting file <strong>%s</strong> of <strong>%s</strong><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<small><i>%s</i>, id %s</small><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;';
$_lang['export_site_failed'] = '<span style="color:#990000"> نشد!</span>';
$_lang['export_site_html'] = 'استخراج سایت بصورت HTML';
$_lang['export_site_maxtime'] = 'حداکثر زمان عملیات:';
$_lang['export_site_maxtime_message'] = 'در اینجا می‌توانید حداکثر زمانی که مایلید مادایکس برای استخراج محتوای سایت صرف کند را، به ثانیه مشخص نمایید (این مقدار، به مقدار متناظر در تنظیمات PHP اولویت دارد). تعیین مقدار 0 (به معنای زمان نامحدود) و یا مقادیر خیلی بزرگ، ممکن است تاثیرات نامطلوبی در روند کار سرور شما ایجاد کند و توصیه نمیگردد.';
$_lang['export_site_message'] = '<p>Using this function you can export the entire site to HTML files. Please note, however, that you will lose a lot of the MODX functionality should you do so:</p><ul><li>Page reads on the exported files will not be recorded.</li><li>Interactive snippets will NOT work in exported files</li><li>Only regular documents will be exported, Weblinks will not be exported.</li><li>The export process may fail if your documents contain snippets which send redirection headers.</li><li>Depending on how you\'ve written your documents, style sheets and images, the design of your site may be broken. To fix this, you can save/move your exported files to the same directory where the main MODX index.php file is located.</li></ul><p>Please fill out the form and press \'Export\' to start the export process. The files created will be saved in the location you specify, using, where possible, the document\'s aliases as filenames. While exporting your site, it\'s best to have the MODX configuration item \'Friendly aliases\' set to \'yes\'. Depending on the size of your site, the export may take a while.</p><p><em>Any existing files will be overwritten by the new files if their names are identical!</em></p>';
$_lang['export_site_numberdocs'] = '<p><strong>%s صفحه برای عملیات استخراج پیدا شد...</strong></p>';
$_lang['export_site_prefix'] = 'پيشوند فایل:';
$_lang['export_site_start'] = 'آغاز عملیات استخراج';
$_lang['export_site_success'] = '<span style="color:#009900"> موفق آمیز!</span>';
$_lang['export_site_suffix'] = 'پسوند فایل:';
$_lang['export_site_target_unwritable'] = 'دایرکتوری مورد استفاده، قابل نوشتن نیست. لطفا مجوز نوشتن را برای آن فعال کرده و دوباره تلاش کنید.';
$_lang['export_site_time'] = 'عملیات استخراج، با صرف زمان %s ثانیه به پایان رسید.';