| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- <?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('minute', "Минуты");
- define('hour', "Часы");
- define('day', "Дни");
- define('month', "Месяц");
- define('day_of_the_week', "Неделя");
- define('action', "Действие");
- define('steam_auto_update', "Автообновление Steam");
- define('stop', "Стоп");
- define('start', "Запуск");
- define('restart', "Перезапустить");
- define('command', "RCON команда");
- define('add', "Добавить");
- define('remove', "Удалить");
- define('now', "Сейчас");
- define('schedule_new_job', "Запланировать новое задание");
- define('scheduled_jobs', "Запланированные задания");
- define('there_are_no_scheduled_jobs', "Запланированных заданий нет");
- define('cron_events', "События задания");
- define('refresh_interval', "Интервал обновления консоли");
- define('cron_no_servers_tied_to_account', "Для вашей учетной записи не назначен ни один игровой сервер.");
- define('cron_admin_link_display_text', "Администрирование Планировщика (все сервера)");
- define('cron_admin_no_ogp_servers_to_display', "Нет ни одного игрового сервер в конфигурации OGP.");
- ?>
|