| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- <?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_minute', "Perc");
- define('OGP_LANG_hour', "Óra");
- define('OGP_LANG_day', "Nap");
- define('OGP_LANG_month', "Hónap");
- define('OGP_LANG_day_of_the_week', "N/Hét");
- define('OGP_LANG_action', "Művelet");
- define('OGP_LANG_steam_auto_update', "Steam automatikus frissítés");
- define('OGP_LANG_stop', "Leállítás");
- define('OGP_LANG_start', "Elindítás");
- define('OGP_LANG_restart', "Újraindítás");
- define('OGP_LANG_command', "Parancs");
- define('OGP_LANG_add', "Hozzáadás");
- define('OGP_LANG_remove', "Eltávolítás");
- define('OGP_LANG_now', "Most");
- define('OGP_LANG_schedule_new_job', "Új feladat ütemezése");
- define('OGP_LANG_scheduled_jobs', "Ütemezett feladatok");
- define('OGP_LANG_there_are_no_scheduled_jobs', "Nincsenek ütemezett feladatok");
- define('OGP_LANG_cron_events', "Cron események");
- define('OGP_LANG_refresh_interval', "Frissítési intervallum");
- define('OGP_LANG_cron_no_servers_tied_to_account', "Nincsenek szerverek közvetlenül a fiókodhoz hozzárendelve.");
- define('OGP_LANG_cron_admin_link_display_text', "Cron adminisztráció (minden szerver)");
- define('OGP_LANG_cron_admin_no_ogp_servers_to_display', ".Jelenleg nincs olyan szerver, amely be van állítva az OGP-ben!");
- define('OGP_LANG_bad_inputs', "Az ütemezett idő érvénytelen karaktereket tartalmaz.");
- ?>
|