Panel/lang/Greek(Greece)/modules/extras.php
copilot-swe-agent[bot] 898018d204 Complete license header replacement with file purpose descriptions (675 files)
Co-authored-by: iaretechnician <2749183+iaretechnician@users.noreply.github.com>
2025-09-05 22:46:27 +00:00

24 lines
No EOL
1.5 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?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', "Ελέγξτε για ενημερώσεις.");
?>