cron.php 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. <?php
  2. /*
  3. *
  4. * OGP - Open Game Panel
  5. * Copyright (C) 2008 - 2017 The OGP Development Team
  6. *
  7. * http://www.opengamepanel.org/
  8. *
  9. * This program is free software; you can redistribute it and/or
  10. * modify it under the terms of the GNU General Public License
  11. * as published by the Free Software Foundation; either version 2
  12. * of the License, or any later version.
  13. *
  14. * This program is distributed in the hope that it will be useful,
  15. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  16. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  17. * GNU General Public License for more details.
  18. *
  19. * You should have received a copy of the GNU General Public License
  20. * along with this program; if not, write to the Free Software
  21. * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  22. *
  23. */
  24. define('minute', "Минуты");
  25. define('hour', "Часы");
  26. define('day', "Дни");
  27. define('month', "Месяц");
  28. define('day_of_the_week', "Неделя");
  29. define('action', "Действие");
  30. define('steam_auto_update', "Автообновление Steam");
  31. define('stop', "Стоп");
  32. define('start', "Запуск");
  33. define('restart', "Перезапустить");
  34. define('command', "RCON&nbsp;команда");
  35. define('add', "Добавить");
  36. define('remove', "Удалить");
  37. define('now', "Сейчас");
  38. define('schedule_new_job', "Запланировать новое задание");
  39. define('scheduled_jobs', "Запланированные задания");
  40. define('there_are_no_scheduled_jobs', "Запланированных заданий нет");
  41. define('cron_events', "События задания");
  42. define('refresh_interval', "Интервал обновления консоли");
  43. define('cron_no_servers_tied_to_account', "Для вашей учетной записи не назначен ни один игровой сервер.");
  44. define('cron_admin_link_display_text', "Администрирование Планировщика (все сервера)");
  45. define('cron_admin_no_ogp_servers_to_display', "Нет ни одного игрового сервер в конфигурации OGP.");
  46. ?>