| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- <?php
- /*
- *
- * OGP - Open Game Panel
- * Copyright (C) 2008 - 2016 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', "Внешние ссылки");
- define('url', "URL-адрес");
- define('name', "Название");
- define('add_it', "Добавить");
- define('link_has_been_removed', "%s cсылка удалена.");
- define('db_backup', "Бэкап БД");
- define('download_db_backup', "Скачать бэкап БД");
- define('restore_db_backup', "Восстановить БД из бэкапа");
- define('sql_file', "файл(.sql)");
- define('change_buttons_order', "Изменение порядка кнопки");
- define('when', "When");
- define('who', "Who");
- define('where', "Where");
- define('what', "What");
- define('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");
- ?>
|