24 lines
No EOL
1.5 KiB
PHP
24 lines
No EOL
1.5 KiB
PHP
<?php
|
||
/*
|
||
* Language definitions for the extras module (Greek(greece) localization)
|
||
*/
|
||
|
||
include 'update.php';
|
||
define('OGP_LANG_unable_download', "Αδύνατο να κατέβει %s.");
|
||
define('OGP_LANG_md5_failed', "Το MD5 τεστ απέτυχε για %s, προσπαθήστε ξανά.");
|
||
define('OGP_LANG_uninstall', "Απεγκαταστήστε");
|
||
define('OGP_LANG_install', "Εγκαταστήστε");
|
||
define('OGP_LANG_uptodate', "Ενημερωμένο");
|
||
define('OGP_LANG_update_available', "Διαθέσιμη Ενημέρωση");
|
||
define('OGP_LANG_not_installed', "Μη Εγκατεστημένο");
|
||
define('OGP_LANG_installed', "Εγκατεστημένο");
|
||
define('OGP_LANG_download_update', "Εγκαταστήστε / Ενημερώστε");
|
||
define('OGP_LANG_are_you_sure', "Είστε Σίγουρος");
|
||
define('OGP_LANG_uninstalling_module_dataloss', "Με την απεγκατάσταση μιας λειτουργικής μονάδας θα χάσετε όλα τα δεδομένα που σχετίζονται με αυτήν.");
|
||
define('OGP_LANG_remove_files_for', "Θα θέλατε να καταργήσετε όλα τα αρχεία για");
|
||
define('OGP_LANG_confirm', "Επιβεβαιώστε");
|
||
define('OGP_LANG_cancel', "Ακυρώστε");
|
||
define('OGP_LANG_extra_themes', "Επιπλέον Θέματα");
|
||
define('OGP_LANG_extra_modules', "Επιπλέον Λειτουργικές Μονάδες");
|
||
define('OGP_LANG_search_for_updates', "Ελέγξτε για ενημερώσεις.");
|
||
?>
|