43 lines
No EOL
3.5 KiB
PHP
43 lines
No EOL
3.5 KiB
PHP
<?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_resetting_configs', "Επαναφορά όλων των αρχείων διαμόρφωσης.");
|
||
define('OGP_LANG_updating_configs', "Ενημέρωση παλιών αρχείων διαμόρφωσης.");
|
||
define('OGP_LANG_configs_updated_ok', "Οι διαμορφώσεις ξαναδιαβάστηκαν επιτυχώς.");
|
||
define('OGP_LANG_reset_old_configs', "Επαναφέρετε τα παλιά αρχεία διαμόρφωσης.");
|
||
define('OGP_LANG_update_configs', "Ενημερώστε τα αρχεία διαμόρφωσης.");
|
||
define('OGP_LANG_game_config_setup', "Ρυθμίστε τα αρχεία διαμόρφωσης παιχνιδιού.");
|
||
define('OGP_LANG_config_reset_warning', "Όταν καθαρίσετε παλιά αρχεία διαμόρφωσης ίσως υπάρξουν θέματα με τους διακομιστές παιχνιδιού που έχουν ανατεθεί, επειδή οι αριθμοί αναγνώρισης ίσως δεν ταιριάζουν με τις νέες διαμορφώσεις.");
|
||
define('OGP_LANG_modify_configs_info', "Αν θέλετε να τροποποιήσετε την διαμόρφωση παιχνιδιού, μπορείτε να τροποποιήσετε τα αρχεία που βρίσκονται μέσα %s.");
|
||
define('OGP_LANG_updating_config_from_file', "Ενημέρωση αρχείου διαμόρφωσης από το αρχείο %s.");
|
||
define('OGP_LANG_error_when_handling_file', "Παρουσιάστηκε σφάλμα κατά το χειρισμό αρχείου %s.");
|
||
define('OGP_LANG_error_while_adding_cfg_to_db', "Παρουσιάστηκε σφάλμα κατά την πρόσθεση δεδομένων από %s στην βάση δεδομένων.");
|
||
define('OGP_LANG_no_configs_found', "Δεν βρέθηκε διαμόρφωση από το αρχείο %s.");
|
||
define('OGP_LANG_select_game', "Επιλέξτε Παιχνίδι");
|
||
define('OGP_LANG_create_xml_configs', "Δημιουργήστε Αρχεία Διαμόρφωσης XML");
|
||
define('OGP_LANG_failed_to_delete_config_from_db', "Αποτυχία διαγραφής του αρχείου διαμόρφωσης %s από την βάση δεδομένων.");
|
||
define('OGP_LANG_failed_removing_file', "Αποτυχία κατάργησης του αρχείου %s.");
|
||
define('OGP_LANG_removed_game_cfg_from_disk_and_datbase', "Καταργήθηκε αρχείο διαμόρφωσης για %s από τον αποθηκευτικό χώρο και βάση δεδομένων.");
|
||
define('OGP_LANG_delete_game_config_for', "Διαγραφή διαμόρφωσης παιχνιδιού για %s από τον δίσκο και βάση δεδομένων.");
|
||
?>
|