| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- <?php
- /*
- *
- * OGP - Open Game Panel
- * Copyright (C) 2008 - 2017 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('external_links', "External Links");
- define('url', "URL");
- define('name', "Name");
- define('add_it', "Add");
- define('link_has_been_removed', "%s link has been removed.");
- define('db_backup', "DB Backup");
- define('download_db_backup', "Download DB Backup");
- define('restore_db_backup', "Restore DB Backup");
- define('sql_file', "file(.sql)");
- define('change_buttons_order', "Change buttons order");
- define('when', "Date/Time");
- define('who', "Username");
- define('where', "IP address");
- define('what', "Action");
- define('search', "Search");
- define('empty_logger', "Empty Logger");
- define('ban_list', "Ban list");
- define('no_banned_ips', "There are no banned IPs");
- define('unban', "Unban IP");
- define('client_ip', "Client IP");
- define('banned_until', "Banned until");
- define('unban_selected_ips', "Unban selected IPs");
- define('view', "View");
- define('per_page', "log entries per page");
- ?>
|