-
Notifications
You must be signed in to change notification settings - Fork 0
/
Persian_utf-8 [nettools].php
84 lines (77 loc) · 3.77 KB
/
Persian_utf-8 [nettools].php
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
<?php
###############################################################################
# persian_utf-8.php
#
# This is the Persian language file for Geeklog nettools plugin
# Special thanks to Mahdi Montazeri for his work on this project
#
# Copyright (C) 2018 geeklog.ir
# info AT mahdimontazeri DOT com
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation; either version 2
# of the License, or (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#
###############################################################################
$LANG_CHARSET = 'utf-8';
$LANG_ISO639_1 = 'fa';
$LANG_DIRECTION = 'rtl';
###############################################################################
# Array Format:
# $LANGXX[YY]: $LANG - variable name
# XX - file id number
# YY - phrase id number
###############################################################################
###############################################################################
# USER PHRASES - These are file phrases used in end user scripts
###############################################################################
###############################################################################
# lib-common.php
$LANG_NT00 = array (
'nettools' => 'ابزار شبکه',
'whois' => 'پرس و جو هوئیز',
'submit' => 'ارسال درخواست',
'nslookup' => 'جستجو دی ان اس',
'ping' => 'پینگ',
'ping_out' => 'خروجی پینگ:',
'traceroute' => 'ردیابی مسیر',
'host' => 'نام میزبان',
'ip' => 'آیپی',
'owner' => 'مالک',
'address' => 'نشانی',
'city' => 'کد پستی شهر',
'country' => 'کشور',
'net_block' => 'بلوک شبکه',
'net_name' => 'نام شبکه',
'net_handle' => 'رسیدگی شبکه',
'name' => 'نام',
'ip' => 'آیپی',
'mx' => 'ثبت مبدل ایمیل',
'unresolved' => 'نام میزبان نتوانست حل شود',
'plugin' => 'افزونه',
'access_denied' => 'دسترسی ممنوع است',
'access_denied_msg' => 'شما به این صفحه دسترسی ندارید. نام کاربری و آیپی شما ضبط شده است.',
'admin' => 'مدیریت افزونه',
'install_header' => 'نصب/حذف افزونه',
'installed' => 'پلاگین نصب شده',
'uninstalled' => 'پلاگین نصب نشده',
'install_success' => 'نصب موفق',
'install_failed' => 'نصب ناموفق -- برای یافتن دلیل لاگ خطا خود را ببینید.',
'uninstall_msg' => 'افزونه با موفقیت حذف شد',
'install' => 'نصب',
'uninstall' => 'حذف',
'warning' => 'هشدار! پلاگین هنوز فعال است',
'enabled' => 'افزونه را قبل از حذف غیر فعال کنید.',
'readme' => 'توقف! قبل از اینکه نصب را فشار دهید لطفا بخوانید ',
'installdoc' => 'سند نصب.'
);