blob: 0ff453e9a9d7b3c6dcb4bbf05ee035a74b408cfc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
<?php
/**
* Persian language file
*
* @author behrad eslamifar <behrad_es@yahoo.com)
* @author Mohsen Firoozmandan <info@mambolearn.com>
*/
$lang['_configuration_manager'] = 'مدیریت تنظیمات';
$lang['_basic'] = 'تنظیمات بیسیک';
$lang['_display'] = 'تنظیمات نمایش';
$lang['_advanced'] = 'تنظیمات پیشرفته';
$lang['_template_sufix'] = 'تنظیمات قالب';
$lang['dmode'] = 'زبان';
$lang['template'] = 'قالب';
$lang['recent'] = 'تغییرات اخیر';
$lang['signature'] = 'امضا';
$lang['defaultgroup'] = 'گروه پیشفرض';
$lang['disableactions_check'] = 'چک';
$lang['proxy____port'] = 'پرت پروکسی';
$lang['typography_o_0'] = 'هیچ';
$lang['userewrite_o_0'] = 'هیچ';
$lang['userewrite_o_1'] = '.htaccess';
$lang['gdlib_o_1'] = 'ورژن 1.X';
$lang['rss_type_o_rss'] = 'RSS 0.91';
$lang['rss_type_o_rss1'] = 'RSS 1.0';
$lang['rss_type_o_rss2'] = 'RSS 2.0';
$lang['rss_type_o_atom'] = 'Atom 0.3';
$lang['rss_type_o_atom1'] = 'Atom 1.0';
$lang['compression_o_0'] = 'هیچ';
$lang['compression_o_gz'] = 'gzip';
$lang['compression_o_bz2'] = 'bz2';
$lang['xsendfile_o_0'] = 'استفاده نکنید';
|