Agent-Logs-Url: https://github.com/GameServerPanel/GSP/sessions/9909a053-0a66-4453-a844-d3b80d727b27 Co-authored-by: iaretechnician <2749183+iaretechnician@users.noreply.github.com>
43 lines
No EOL
2.5 KiB
PHP
43 lines
No EOL
2.5 KiB
PHP
<?php
|
||
/*
|
||
*
|
||
* OGP - Open Game Panel
|
||
* Copyright (C) 2008 - 2018 The OGP Development Team
|
||
*
|
||
* http://www.opengamepanel.org/
|
||
*
|
||
* 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 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.
|
||
*
|
||
*/
|
||
|
||
define('LANG_dashboard_ftp_text', "FTP میتواند فایل ها را Compress و از طریق پست الکترونیک آن ها را ارسال کند، همچنین امکان UnCompress، ویرایش و ... فایل ها برای شما وجود دارد.");
|
||
define('LANG_dashboard_addons_manager_text', "Manage all different types of services with OGP. Choose from over 115 servers, which supplied directly by OGP.");
|
||
define('LANG_dashboard_game_monitor_text', "Watch and monitor your traffic & logs quickly. You can see what servers are up and down.");
|
||
define('LANG_dashboard_support_text', "Get support from the OGP Professional Team on the forum. Fast response and great attention.");
|
||
define('LANG_welcome_text', "Welcome to the Open Game Panel (OGP). OGP is an open-source software, that allows you to install, start and monitor different game servers.");
|
||
define('LANG_any_server_is_online', "Any server is Online");
|
||
define('LANG_current_map', "Map فعلی");
|
||
define('LANG_server_ip_port', "IP:Port");
|
||
define('LANG_statistics', "آمار");
|
||
define('LANG_servers', "سرور ها");
|
||
define('LANG_players', "بازیکنان");
|
||
define('LANG_server_status', "وضعیت سرور");
|
||
define('LANG_no_games_to_monitor', "درحال حاضر هیچ سرور Online یا Offline ای وجود ندارد");
|
||
define('LANG_online_servers', "سرور های آنلاین");
|
||
define('LANG_add_games_in', "اگر میخواهید بازی ای اضافه کنید، از طریق %s می توانید انجام دهید.");
|
||
define('LANG_currently_online', "آنلاین");
|
||
define('LANG_game_servers', "Game Server ها");
|
||
define('LANG_select_remote_server', "Select Remote Server");
|
||
?>
|