Agent-Logs-Url: https://github.com/GameServerPanel/GSP/sessions/63f4e381-38d6-4fcf-b084-409cb4d2138c Co-authored-by: iaretechnician <2749183+iaretechnician@users.noreply.github.com>
57 lines
No EOL
2.5 KiB
PHP
57 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('OGP_LANG_external_links', "External Links");
|
|
define('OGP_LANG_url', "URL");
|
|
define('OGP_LANG_name', "Name");
|
|
define('OGP_LANG_add_it', "Add");
|
|
define('OGP_LANG_link_has_been_removed', "%s link has been removed.");
|
|
define('OGP_LANG_db_backup', "DB Backup");
|
|
define('OGP_LANG_download_db_backup', "Download DB Backup");
|
|
define('OGP_LANG_restore_db_backup', "Restore DB Backup");
|
|
define('OGP_LANG_sql_file', "file(.sql)");
|
|
define('OGP_LANG_change_buttons_order', "Change buttons order");
|
|
define('OGP_LANG_when', "Date/Time");
|
|
define('OGP_LANG_who', "Username");
|
|
define('OGP_LANG_where', "IP address");
|
|
define('OGP_LANG_what', "Action");
|
|
define('OGP_LANG_search', "Search");
|
|
define('OGP_LANG_empty_logger', "Empty Logger");
|
|
define('OGP_LANG_ban_list', "Ban list");
|
|
define('OGP_LANG_no_banned_ips', "There are no banned IPs");
|
|
define('OGP_LANG_unban', "Unban IP");
|
|
define('OGP_LANG_client_ip', "Client IP");
|
|
define('OGP_LANG_banned_until', "Banned until");
|
|
define('OGP_LANG_unban_selected_ips', "Unban selected IPs");
|
|
define('OGP_LANG_view', "View");
|
|
define('OGP_LANG_per_page', "log entries per page");
|
|
define('OGP_LANG_panel_updates', "Panel Updates");
|
|
define('OGP_LANG_update_to_selected_release', "Update to Selected Release");
|
|
define('OGP_LANG_update_to_dev_version', "Update to Development Version");
|
|
define('OGP_LANG_update_to_cutting_edge', "Update to Cutting Edge Version");
|
|
define('OGP_LANG_cutting_edge_warning', "Warning: The cutting edge version may be unstable or contain bugs. Use with caution in production.");
|
|
define('OGP_LANG_revert_panel_update', "Revert Panel Update");
|
|
define('OGP_LANG_installed_version', "Installed Version");
|
|
define('OGP_LANG_latest_release', "Latest Release on GitHub");
|
|
?>
|