Merged revisions 2741-2788 from SVN stable branch.
203 files modified
1 files renamed
24 files added
| | |
| | | ### END INIT INFO |
| | | |
| | | |
| | | REALSCRIPT=/sbin/bastille-ipchains |
| | | REALSCRIPT=/sbin/bastille-netfilter |
| | | PATH=/sbin:/bin:/usr/sbin:/usr/bin |
| | | |
| | | # exit function to be called in place of regular Bourne exit |
| | |
| | | echo "ERROR: bastille-firewall currently being reset or lock is stuck." |
| | | echo "To un-stick, remove the directory /var/lock/bastille-firewall" |
| | | exit 1 |
| | | fi |
| | | |
| | | if [ -n "$(uname -r | awk -F. ' $1 == 2 && $2 > 2 {print}')" ]; then |
| | | # We are using Linux 2.3 or newer; use the netfilter script if available |
| | | if [ -x /sbin/bastille-netfilter ]; then |
| | | REALSCRIPT=/sbin/bastille-netfilter |
| | | fi |
| | | fi |
| | | |
| | | if [ ! -x ${REALSCRIPT} ]; then |
| | |
| | | die("internal error - MYSQL-Root passord not known"); |
| | | } |
| | | |
| | | //** Test mysql root connection |
| | | if(!@mysql_connect($conf["mysql"]["host"],$conf["mysql"]["admin_user"],$conf["mysql"]["admin_password"])) { |
| | | die("internal error - MYSQL-Root passord wrong"); |
| | | } |
| | | |
| | | /* |
| | | * Check all tables |
| | | */ |
| | |
| | | |
| | | //* initialize the database |
| | | $inst->db = new db(); |
| | | $inst->db->dbName = $conf["mysql"]["database"]; |
| | | |
| | | /* |
| | | * The next line is a bit tricky! |
| | |
| | | // Edit the file Edit the file /etc/sudoers and comment out the requiregetty line, otherwise the backup function will fail |
| | | replaceLine('/etc/sudoers','Defaults requiretty','#Defaults requiretty',0,0); |
| | | |
| | | if(is_file($install_dir.'/interface/invoices')) { |
| | | chmod($install_dir.'/interface/invoices', 0770); |
| | | chown($install_dir.'/interface/invoices', 'ispconfig'); |
| | | chgrp($install_dir.'/interface/invoices', 'ispconfig'); |
| | | } |
| | | |
| | | } |
| | | |
| | |
| | | chgrp($install_dir.'/server/lib/mysql_clientdb.conf', 'root'); |
| | | } |
| | | |
| | | if(is_file($install_dir.'/interface/invoices')) { |
| | | chmod($install_dir.'/interface/invoices', 0770); |
| | | chown($install_dir.'/interface/invoices', 'ispconfig'); |
| | | chgrp($install_dir.'/interface/invoices', 'ispconfig'); |
| | | } |
| | | |
| | | // TODO: FIXME: add the www-data user to the ispconfig group. This is just for testing |
| | | // and must be fixed as this will allow the apache user to read the ispconfig files. |
| | | // Later this must run as own apache server or via suexec! |
| | |
| | | exec('chmod 744 /usr/local/bin/run-getmail.sh'); |
| | | } |
| | | |
| | | if(is_file($install_dir.'/interface/invoices')) { |
| | | chmod($install_dir.'/interface/invoices', 0770); |
| | | chown($install_dir.'/interface/invoices', 'ispconfig'); |
| | | chgrp($install_dir.'/interface/invoices', 'ispconfig'); |
| | | } |
| | | |
| | | |
| | | } |
| | | |
| | |
| | | } |
| | | |
| | | function is_installed($appname) { |
| | | exec('which '.escapeshellcmd($appname).' 2> /dev/null',$out); |
| | | if(isset($out[0]) && stristr($out[0],$appname)) { |
| | | exec('which '.escapeshellcmd($appname).' 2> /dev/null',$out,$returncode); |
| | | if(isset($out[0]) && stristr($out[0],$appname) && $returncode == 0) { |
| | | return true; |
| | | } else { |
| | | return false; |
| | |
| | | copy('tpl/'.$jk_init.'.master', $config_dir.'/'.$jk_init); |
| | | copy('tpl/'.$jk_chrootsh.'.master', $config_dir.'/'.$jk_chrootsh); |
| | | } |
| | | |
| | | //* help jailkit fo find its ini files |
| | | if(!is_link('/usr/jk_socketd.ini')) exec('ln -s /etc/jailkit/jk_socketd.ini /usr/jk_socketd.ini'); |
| | | if(!is_link('/usr/jk_init.ini')) exec('ln -s /etc/jailkit/jk_init.ini /usr/jk_init.ini'); |
| | | |
| | | } |
| | | |
| | |
| | | if(is_file($config_dir.'/'.$configfile)) { |
| | | copy($config_dir.'/'.$configfile, $config_dir.'/'.$configfile.'~'); |
| | | } |
| | | chmod($config_dir.'/'.$configfile.'~', 0400); |
| | | if(is_file($config_dir.'/'.$configfile.'~')) chmod($config_dir.'/'.$configfile.'~', 0400); |
| | | $content = rf('tpl/debian_dovecot-sql.conf.master'); |
| | | $content = str_replace('{mysql_server_ispconfig_user}',$conf['mysql']['ispconfig_user'],$content); |
| | | $content = str_replace('{mysql_server_ispconfig_password}',$conf['mysql']['ispconfig_password'], $content); |
| | |
| | | chown($install_dir.'/server/lib/mysql_clientdb.conf', 'root'); |
| | | chgrp($install_dir.'/server/lib/mysql_clientdb.conf', 'root'); |
| | | } |
| | | |
| | | if(is_file($install_dir.'/interface/invoices')) { |
| | | chmod($install_dir.'/interface/invoices', 0770); |
| | | chown($install_dir.'/interface/invoices', 'ispconfig'); |
| | | chgrp($install_dir.'/interface/invoices', 'ispconfig'); |
| | | } |
| | | |
| | | // TODO: FIXME: add the www-data user to the ispconfig group. This is just for testing |
| | | // and must be fixed as this will allow the apache user to read the ispconfig files. |
| | |
| | | wf($install_dir.'/server/lib/mysql_clientdb.conf',$content); |
| | | chmod($install_dir.'/server/lib/mysql_clientdb.conf', 0600); |
| | | chown($install_dir.'/server/lib/mysql_clientdb.conf', 'root'); |
| | | chgrp($install_dir.'/server/lib/mysql_clientdb.conf', 'root'); |
| | | chgrp($install_dir.'/server/lib/mysql_clientdb.conf', 'root'); |
| | | |
| | | } |
| | | |
| | |
| | | $ini_array = ini_to_array(stripslashes($tmp['config'])); |
| | | $current_db_version = (isset($tmp['dbversion']))?intval($tmp['dbversion']):0; |
| | | |
| | | if(count($ini_array) == 0) die('Unable to read server configuration from database.'); |
| | | if(!is_array($ini_array) or count($ini_array) == 0) die('Unable to read server configuration from database.'); |
| | | |
| | | $conf['services']['mail'] = ($tmp['mail_server'] == 1)?true:false; |
| | | $conf['services']['web'] = ($tmp['web_server'] == 1)?true:false; |
| | |
| | | |
| | | |
| | | //** Update server ini |
| | | $tmp_server_rec = $inst->db->queryOneRecord("SELECT config FROM server WHERE server_id = ".$conf['server_id']); |
| | | $tmp_server_rec = $inst->db->queryOneRecord("SELECT config FROM ".$conf["mysql"]["database"].".server WHERE server_id = ".$conf['server_id']); |
| | | $old_ini_array = ini_to_array(stripslashes($tmp_server_rec['config'])); |
| | | unset($tmp_server_rec); |
| | | $tpl_ini_array = ini_to_array(rf('tpl/server.ini.master')); |
| | |
| | | } |
| | | |
| | | $new_ini = array_to_ini($tpl_ini_array); |
| | | $sql = "UPDATE server SET config = '".mysql_real_escape_string($new_ini)."' WHERE server_id = ".$conf['server_id']; |
| | | $sql = "UPDATE ".$conf["mysql"]["database"].".server SET config = '".mysql_real_escape_string($new_ini)."' WHERE server_id = ".$conf['server_id']; |
| | | $inst->db->query($sql); |
| | | unset($old_ini_array); |
| | | unset($tpl_ini_array); |
| | |
| | | |
| | | |
| | | //** Update system ini |
| | | $tmp_server_rec = $inst->db->queryOneRecord("SELECT config FROM sys_ini WHERE sysini_id = 1"); |
| | | $tmp_server_rec = $inst->db->queryOneRecord("SELECT config FROM ".$conf["mysql"]["database"].".sys_ini WHERE sysini_id = 1"); |
| | | $old_ini_array = ini_to_array(stripslashes($tmp_server_rec['config'])); |
| | | unset($tmp_server_rec); |
| | | $tpl_ini_array = ini_to_array(rf('tpl/system.ini.master')); |
| | |
| | | } |
| | | |
| | | $new_ini = array_to_ini($tpl_ini_array); |
| | | $tmp = $inst->db->queryOneRecord('SELECT count(sysini_id) as number FROM sys_ini WHERE 1'); |
| | | $tmp = $inst->db->queryOneRecord('SELECT count(sysini_id) as number FROM '.$conf["mysql"]["database"].'.sys_ini WHERE 1'); |
| | | if($tmp['number'] == 0) { |
| | | $inst->db->query("INSERT INTO sys_ini (sysini_id, config) VALUES (1,'".mysql_real_escape_string($new_ini)."')"); |
| | | $inst->db->query("INSERT INTO ".$conf["mysql"]["database"].".sys_ini (sysini_id, config) VALUES (1,'".mysql_real_escape_string($new_ini)."')"); |
| | | } else { |
| | | $inst->db->query("UPDATE sys_ini SET config = '".mysql_real_escape_string($new_ini)."' WHERE sysini_id = 1"); |
| | | $inst->db->query("UPDATE ".$conf["mysql"]["database"].".sys_ini SET config = '".mysql_real_escape_string($new_ini)."' WHERE sysini_id = 1"); |
| | | } |
| | | unset($old_ini_array); |
| | | unset($tpl_ini_array); |
| | |
| | | -- Dumping data for table `sys_config` |
| | | -- |
| | | |
| | | INSERT INTO sys_config VALUES ('1','db','db_version','3.0.4'); |
| | | INSERT INTO sys_config VALUES ('1','db','db_version','3.0.4.1'); |
| | | |
| | | SET FOREIGN_KEY_CHECKS = 1; |
| | |
| | | |
| | | //** Application |
| | | define('ISPC_APP_TITLE', 'ISPConfig'); |
| | | define('ISPC_APP_VERSION', '3.0.4'); |
| | | define('ISPC_APP_VERSION', '3.0.4.1'); |
| | | define('DEVSYSTEM', 0); |
| | | |
| | | |
| | |
| | | connect = host={mysql_server_host} dbname={mysql_server_database} user={mysql_server_ispconfig_user} password={mysql_server_ispconfig_password} |
| | | default_pass_scheme = CRYPT |
| | | |
| | | password_query = SELECT password FROM mail_user \ |
| | | WHERE login = '%u' AND disable%Ls = 'n' |
| | | |
| | | # Old user query quota part |
| | | # CONCAT('*:storage=', quota , 'B') AS quota_rule |
| | | # Old user query with email instead of login |
| | | # WHERE email = '%u' AND disable%Ls = 'n' |
| | | |
| | | user_query = SELECT email as user, \ |
| | | maildir as home, \ |
| | | CONCAT('maildir:', maildir, '/Maildir') as mail, \ |
| | | uid, \ |
| | | gid, \ |
| | | CONCAT('*:storage=', floor(quota/1024), 'B') AS quota_rule, \ |
| | | CONCAT(maildir, '/.sieve') as sieve \ |
| | | FROM mail_user \ |
| | | WHERE email = '%u' AND disable%Ls = 'n' |
| | | password_query = SELECT password FROM mail_user WHERE login = '%u' AND disable%Ls = 'n' |
| | | # user_query = SELECT email AS user, maildir AS home, CONCAT('*:storage=', quota , 'B') AS quota_rule FROM mail_user WHERE login = '%u' AND disable%Ls = 'n' |
| | | user_query = SELECT email as user, maildir as home, CONCAT('maildir:', maildir, '/Maildir') as mail, uid, gid, CONCAT('*:storage=', quota, 'B') AS quota_rule, CONCAT(maildir, '/.sieve') as sieve FROM mail_user WHERE email = '%u' AND disable%Ls = 'n' |
| | |
| | | |
| | | password_query = SELECT password FROM mail_user WHERE login = '%u' AND disable%Ls = 'n' |
| | | # user_query = SELECT email as user, maildir as home, CONCAT('maildir:', maildir, '/Maildir') as mail, uid, gid, CONCAT('maildir:storage=', floor(quota/1024)) AS quota, CONCAT(maildir, '/.sieve') as sieve FROM mail_user WHERE login = '%u' AND disable%Ls = 'n' |
| | | user_query = SELECT email as user, maildir as home, CONCAT('maildir:', maildir, '/Maildir') as mail, uid, gid, CONCAT('*:storage=', floor(quota/1024), 'B') AS quota_rule, CONCAT(maildir, '/.sieve') as sieve FROM mail_user WHERE email = '%u' AND disable%Ls = 'n' |
| | | user_query = SELECT email as user, maildir as home, CONCAT('maildir:', maildir, '/Maildir') as mail, uid, gid, CONCAT('*:storage=', quota, 'B') AS quota_rule, CONCAT(maildir, '/.sieve') as sieve FROM mail_user WHERE email = '%u' AND disable%Ls = 'n' |
| | | |
| | | |
| | |
| | | |
| | | password_query = SELECT password FROM mail_user WHERE login = '%u' AND disable%Ls = 'n' |
| | | # user_query = SELECT email as user, maildir as home, CONCAT('maildir:', maildir, '/Maildir') as mail, uid, gid, CONCAT('maildir:storage=', floor(quota/1024)) AS quota, CONCAT(maildir, '/.sieve') as sieve FROM mail_user WHERE login = '%u' AND disable%Ls = 'n' |
| | | user_query = SELECT email as user, maildir as home, CONCAT('maildir:', maildir, '/Maildir') as mail, uid, gid, CONCAT('*:storage=', floor(quota/1024), 'B') AS quota_rule, CONCAT(maildir, '/.sieve') as sieve FROM mail_user WHERE email = '%u' AND disable%Ls = 'n' |
| | | user_query = SELECT email as user, maildir as home, CONCAT('maildir:', maildir, '/Maildir') as mail, uid, gid, CONCAT('*:storage=', quota, 'B') AS quota_rule, CONCAT(maildir, '/.sieve') as sieve FROM mail_user WHERE email = '%u' AND disable%Ls = 'n' |
| | |
| | | default_pass_scheme = CRYPT |
| | | |
| | | password_query = SELECT password FROM mail_user WHERE login = '%u' AND disable%Ls = 'n' |
| | | # user_query = SELECT email as user, maildir as home, CONCAT('maildir:', maildir, '/Maildir') as mail, uid, gid, CONCAT('maildir:storage=', floor(quota/1024)) AS quota, CONCAT(maildir, '/.sieve') as sieve FROM mail_user WHERE login = '%u' AND disable%Ls = 'n' |
| | | user_query = SELECT email as user, maildir as home, CONCAT('maildir:', maildir, '/Maildir') as mail, uid, gid, CONCAT('*:storage=', floor(quota/1024), 'B') AS quota_rule, CONCAT(maildir, '/.sieve') as sieve FROM mail_user WHERE email = '%u' AND disable%Ls = 'n' |
| | | user_query = SELECT email as user, maildir as home, CONCAT('maildir:', maildir, '/Maildir') as mail, uid, gid, CONCAT('*:storage=', quota, 'B') AS quota_rule, CONCAT(maildir, '/.sieve') as sieve FROM mail_user WHERE email = '%u' AND disable%Ls = 'n' |
| | |
| | | $clientdb_user = ''; |
| | | $clientdb_password = ''; |
| | | |
| | | //** Ask user for mysql admin_password if empty |
| | | if( empty($conf["mysql"]["admin_password"]) ) { |
| | | |
| | | $conf["mysql"]["admin_password"] = $inst->free_query('MySQL root password', $conf['mysql']['admin_password']); |
| | | } |
| | | //** Test mysql root connection |
| | | $finished = false; |
| | | do { |
| | | if(@mysql_connect($conf["mysql"]["host"],$conf["mysql"]["admin_user"],$conf["mysql"]["admin_password"])) { |
| | | $finished = true; |
| | | } else { |
| | | swriteln($inst->lng('Unable to connect to mysql server').' '.mysql_error()); |
| | | $conf["mysql"]["admin_password"] = $inst->free_query('MySQL root password', $conf['mysql']['admin_password']); |
| | | } |
| | | } while ($finished == false); |
| | | unset($finished); |
| | | |
| | | /* |
| | | * Prepare the dump of the database |
| | |
| | | |
| | | //* initialize the database |
| | | $inst->db = new db(); |
| | | $inst->db->dbName = $conf["mysql"]["database"]; |
| | | |
| | | //* initialize the master DB, if we have a multiserver setup |
| | | if($conf['mysql']['master_slave_setup'] == 'y') { |
| | |
| | | public function decode($record) |
| | | { |
| | | global $conf, $app; |
| | | if(is_array($record) && count($record) > 0) { |
| | | if(is_array($record) && count($record) > 0 && is_array($this->listDef['item'])) { |
| | | foreach($this->listDef['item'] as $field){ |
| | | $key = $field['field']; |
| | | if(isset($record[$key])) { |
| | |
| | | $this->server->fault('permission_denied', 'You do not have the permissions to access this function.'); |
| | | return false; |
| | | } |
| | | |
| | | //* Set a few defaults for nginx servers |
| | | if($params['pm_max_children'] == '') $params['pm_max_children'] = 1; |
| | | if($params['pm_start_servers'] == '') $params['pm_start_servers'] = 1; |
| | | if($params['pm_min_spare_servers'] == '') $params['pm_min_spare_servers'] = 1; |
| | | if($params['pm_max_spare_servers'] == '') $params['pm_max_spare_servers'] = 1; |
| | | |
| | | $affected_rows = $this->updateQuery('../sites/form/web_domain.tform.php',$client_id,$primary_id,$params); |
| | | return $affected_rows; |
| | | } |
| | |
| | | <?php |
| | | $wb['conf_format_dateshort'] = 'Y-m-d'; |
| | | $wb['conf_format_datelong'] = 'l dS από F Y'; |
| | | $wb['conf_format_timeshort'] = 'H:i'; |
| | | $wb['conf_format_timelong'] = 'H:i:s'; |
| | | $wb['conf_format_datetime'] = 'Y-m-d H:i'; |
| | | $wb['error_301'] = 'Απογόρευση χρήσης του αρθρώματος στον τρέχων χρήστη'; |
| | | $wb['error_302'] = 'Το άρθρωμα δεν είναι έγκυρο'; |
| | | $wb['error_1001'] = 'Το όνομα χρήστη και ο κωδικός δεν επιτρέπεται να είναι κενά!'; |
| | | $wb['error_1002'] = 'Το όνομα χρήστη και ο κωδικός δεν είναι σωστά!'; |
| | | $wb['error_1003'] = 'Το όνομα χρήστη είναι απενεργοποιημένο!'; |
| | | $wb['delete_confirmation'] = 'Είστε σίγουροι ότι θέλετε να διαγράψετε την εγγραφή;'; |
| | | $wb['error_no_view_permission'] = 'Δεν έχετε τα απαραίτητα δικαιώματα για να δείτε την εγγραφή ή η εγγραφή δεν υπάρχει!'; |
| | | $wb['error_no_delete_permission'] = 'Δεν έχετε τα απαραίτητα δικαιώματα για να διαγράψετε την εγγραφή !'; |
| | | $wb['page_txt'] = 'Σελίδα'; |
| | | $wb['page_of_txt'] = 'από'; |
| | | $wb['page_and_txt'] = 'και'; |
| | | $wb['page_next_txt'] = 'Επόμενη'; |
| | | $wb['page_back_txt'] = 'Επιστροφή'; |
| | | $wb['delete_txt'] = 'Διαγραφή'; |
| | | $wb['filter_txt'] = 'Φίλτρο'; |
| | | $wb['add_new_record_txt'] = 'Νέα εγγραφής'; |
| | | $wb['btn_save_txt'] = 'Αποθήκευση'; |
| | | $wb['btn_cancel_txt'] = 'Επιστροφή'; |
| | | $wb['top_menu_system'] = 'Σύστημα'; |
| | | $wb['top_menu_client'] = 'Πελάτης'; |
| | | $wb['top_menu_email'] = 'Email'; |
| | | $wb['top_menu_monitor'] = 'Εποπτεία'; |
| | | $wb['top_menu_sites'] = 'Sites'; |
| | | $wb['top_menu_dns'] = 'DNS'; |
| | | $wb['top_menu_tools'] = 'Εργαλεία'; |
| | | $wb['top_menu_help'] = 'Βοήθεια'; |
| | | $wb['top_menu_billing'] = 'Χρεώσεις'; |
| | | $wb['top_menu_domain'] = 'Domains'; |
| | | $wb['top_menu_dashboard'] = 'Αρχική'; |
| | | $wb['toolsarea_head_txt'] = 'Εργαλεία'; |
| | | $wb['latest_news_txt'] = 'Τελευταία Νέα'; |
| | | $wb['number_format_decimals'] = '2'; |
| | | $wb['number_format_dec_point'] = '.'; |
| | | $wb['number_format_thousands_sep'] = ''; |
| | | $wb['top_menu_vm'] = 'VServer'; |
| | | $wb['datepicker_nextText'] = 'Next'; |
| | | $wb['datepicker_prevText'] = 'Prev'; |
| | | $wb['daynamesmin_su'] = 'Su'; |
| | | $wb['daynamesmin_mo'] = 'Mo'; |
| | | $wb['daynamesmin_tu'] = 'Tu'; |
| | | $wb['daynamesmin_we'] = 'We'; |
| | | $wb['daynamesmin_th'] = 'Th'; |
| | | $wb['daynamesmin_fr'] = 'Fr'; |
| | | $wb['daynamesmin_sa'] = 'Sa'; |
| | | $wb['daynames_sunday'] = 'Sunday'; |
| | | $wb['daynames_monday'] = 'Monday'; |
| | | $wb['daynames_tuesday'] = 'Tuesday'; |
| | | $wb['daynames_wednesday'] = 'Wednesday'; |
| | | $wb['daynames_thursday'] = 'Thursday'; |
| | | $wb['daynames_friday'] = 'Friday'; |
| | | $wb['daynames_saturday'] = 'Saturday'; |
| | | $wb['monthnamesshort_jan'] = 'Jan'; |
| | | $wb['monthnamesshort_feb'] = 'Feb'; |
| | | $wb['monthnamesshort_mar'] = 'Mar'; |
| | | $wb['monthnamesshort_apr'] = 'Apr'; |
| | | $wb['monthnamesshort_may'] = 'May'; |
| | | $wb['monthnamesshort_jun'] = 'Jun'; |
| | | $wb['monthnamesshort_jul'] = 'Jul'; |
| | | $wb['monthnamesshort_aug'] = 'Aug'; |
| | | $wb['monthnamesshort_sep'] = 'Sep'; |
| | | $wb['monthnamesshort_oct'] = 'Oct'; |
| | | $wb['monthnamesshort_nov'] = 'Nov'; |
| | | $wb['monthnamesshort_dec'] = 'Dec'; |
| | | $wb['conf_format_dateshort'] = "Y-m-d"; |
| | | $wb['conf_format_datelong'] = "l dS από F Y"; |
| | | $wb['conf_format_timeshort'] = "H:i"; |
| | | $wb['conf_format_timelong'] = "H:i:s"; |
| | | $wb['conf_format_datetime'] = "Y-m-d H:i"; |
| | | $wb['error_301'] = "Απογόρευση χρήσης του αρθρώματος στον τρέχων χρήστη"; |
| | | $wb['error_302'] = "Το άρθρωμα δεν είναι έγκυρο"; |
| | | $wb['error_1001'] = "Το όνομα χρήστη και ο κωδικός δεν επιτρέπεται να είναι κενά!"; |
| | | $wb['error_1002'] = "Το όνομα χρήστη και ο κωδικός δεν είναι σωστά!"; |
| | | $wb['error_1003'] = "Το όνομα χρήστη είναι απενεργοποιημένο!"; |
| | | $wb['delete_confirmation'] = "Είστε σίγουροι ότι θέλετε να διαγράψετε την εγγραφή;"; |
| | | $wb['error_no_view_permission'] = "Δεν έχετε τα απαραίτητα δικαιώματα για να δείτε την εγγραφή ή η εγγραφή δεν υπάρχει!"; |
| | | $wb['error_no_delete_permission'] = "Δεν έχετε τα απαραίτητα δικαιώματα για να διαγράψετε την εγγραφή !"; |
| | | $wb['page_txt'] = "Σελίδα"; |
| | | $wb['page_of_txt'] = "από"; |
| | | $wb['page_and_txt'] = "και"; |
| | | $wb['page_next_txt'] = "Επόμενη"; |
| | | $wb['page_back_txt'] = "Επιστροφή"; |
| | | $wb['delete_txt'] = "Διαγραφή"; |
| | | $wb['filter_txt'] = "Φίλτρο"; |
| | | $wb['add_new_record_txt'] = "Νέα εγγραφή"; |
| | | $wb['btn_save_txt'] = "Αποθήκευση"; |
| | | $wb['btn_cancel_txt'] = "Επιστροφή"; |
| | | $wb['top_menu_system'] = "Σύστημα"; |
| | | $wb['top_menu_client'] = "Πελάτης"; |
| | | $wb['top_menu_email'] = "Email"; |
| | | $wb['top_menu_monitor'] = "Εποπτεία"; |
| | | $wb['top_menu_sites'] = "Sites"; |
| | | $wb['top_menu_dns'] = "DNS"; |
| | | $wb['top_menu_tools'] = "Εργαλεία"; |
| | | $wb['top_menu_help'] = "Βοήθεια"; |
| | | $wb['top_menu_billing'] = "Χρεώσεις"; |
| | | $wb['top_menu_domain'] = "Domains"; |
| | | $wb['top_menu_dashboard'] = "Αρχική"; |
| | | $wb['toolsarea_head_txt'] = "Εργαλεία"; |
| | | $wb['latest_news_txt'] = "Τελευταία Νέα"; |
| | | $wb['number_format_decimals'] = "2"; |
| | | $wb['number_format_dec_point'] = "."; |
| | | $wb['number_format_thousands_sep'] = ""; |
| | | $wb['top_menu_vm'] = "VServer"; |
| | | $wb['datepicker_nextText'] = "Επόμ."; |
| | | $wb['datepicker_prevText'] = "Προηγ."; |
| | | $wb['daynamesmin_su'] = "Κυ"; |
| | | $wb['daynamesmin_mo'] = "Δε"; |
| | | $wb['daynamesmin_tu'] = "Τρ"; |
| | | $wb['daynamesmin_we'] = "Τε"; |
| | | $wb['daynamesmin_th'] = "Πε"; |
| | | $wb['daynamesmin_fr'] = "Πα"; |
| | | $wb['daynamesmin_sa'] = "Σα"; |
| | | $wb['daynames_sunday'] = "Κυριακή"; |
| | | $wb['daynames_monday'] = "Δευτέρα"; |
| | | $wb['daynames_tuesday'] = "Τρίτη"; |
| | | $wb['daynames_wednesday'] = "Τετάρτη"; |
| | | $wb['daynames_thursday'] = "Πέμπτη"; |
| | | $wb['daynames_friday'] = "Παρασκευή"; |
| | | $wb['daynames_saturday'] = "Σάββατο"; |
| | | $wb['monthnamesshort_jan'] = "Ιαν"; |
| | | $wb['monthnamesshort_feb'] = "Φεβ"; |
| | | $wb['monthnamesshort_mar'] = "Μαρ"; |
| | | $wb['monthnamesshort_apr'] = "Απρ"; |
| | | $wb['monthnamesshort_may'] = "Μαϊ"; |
| | | $wb['monthnamesshort_jun'] = "Ιουν"; |
| | | $wb['monthnamesshort_jul'] = "Ιουλ"; |
| | | $wb['monthnamesshort_aug'] = "Αυγ"; |
| | | $wb['monthnamesshort_sep'] = "Σεπ"; |
| | | $wb['monthnamesshort_oct'] = "Οκτ"; |
| | | $wb['monthnamesshort_nov'] = "Νοε"; |
| | | $wb['monthnamesshort_dec'] = "Δεκ"; |
| | | ?> |
| | | |
| | |
| | | $wb['Software'] = 'Εφαρμογές & Πρόσθετα'; |
| | | $wb['Repositories'] = 'Αποθετήρια'; |
| | | $wb['Server Services'] = 'Υπηρεσίες Server'; |
| | | $wb['Interface Config'] = 'Ρύθμιση Εμφάνισης'; |
| | | $wb['Interface Config'] = 'Ρυθμίσεις Εμφάνισης'; |
| | | $wb['Packages'] = 'Πακέτα'; |
| | | $wb['Updates'] = 'Ενημερώσεις'; |
| | | $wb['Merge'] = 'Συγχώνευση'; |
| | |
| | | $wb['Remote Actions'] = 'Απομακρυσμένες Ενέργειες'; |
| | | $wb['Do OS-Update'] = 'Αναβάθμιση λειτουργικού συστήματος'; |
| | | $wb['Do ISPConfig-Update'] = 'Αναβάθμιση ISPConfig'; |
| | | $wb['1001'] = 'Username or password is empty.'; |
| | | $wb['1002'] = 'Username or password is wrong.'; |
| | | $wb['1001'] = 'Το όνομα χρήστη ή το συνθηματικό είναι κενό.'; |
| | | $wb['1002'] = 'Το όνομα χρήστη ή το συνθηματικό είναι λάθος.'; |
| | | ?> |
| | | |
| | |
| | | $wb['tcp_ports_error_regex'] = 'Οι χαρακτήρες δεν επιτρέπονται στον ορισμό θυρών tcp. Επιτρέπονται μόνο αριθμοί, : και ,.'; |
| | | $wb['udp_ports_error_regex'] = 'Οι χαρακτήρες δεν επιτρέπονται στον ορισμό θυρών udp. Επιτρέπονται μόνο αριθμοί, : και ,.'; |
| | | ?> |
| | | |
| | |
| | | <?php |
| | | $wb['list_head_txt'] = 'Firewall'; |
| | | $wb['active_txt'] = 'Ενεργό'; |
| | | $wb['active_txt'] = 'Ενεργή'; |
| | | $wb['server_id_txt'] = 'Server'; |
| | | $wb['tcp_port_txt'] = 'Ανοιχτές θύρες TCP'; |
| | | $wb['udp_port_txt'] = 'Ανοιχτές θύρες UDP'; |
| | | $wb['add_new_record_txt'] = 'Νέα εγγραφή Firewall'; |
| | | ?> |
| | | |
| | |
| | | $wb['name_txt'] = 'Ομάδα'; |
| | | $wb['name_err'] = 'Η ομάδα πρέπει να έχει από 1 μέχρι 30 χαρακτήρες.'; |
| | | ?> |
| | | |
| | |
| | | $wb['add_new_record_txt'] = 'Νέα ομάδα'; |
| | | $wb['warning_txt'] = '<b>ΠΡΟΕΙΔΟΠΟΙΗΣΗ:</b>Μην επεξεργάζεστε οποιαδήποτε ρύθμιση χρήστη εδώ. Χρησιμοποιήστε τις ρυθμίσεις Πελάτη - και Μεταπωλητή στο άρθρωμα Πελάτης. Η επεξεργασία ομάδων και χρηστών εδώ, μπορεί να προκαλέσει απώλεια δεδομένων!'; |
| | | ?> |
| | | |
| | |
| | | <?php |
| | | $wb['server_id_txt'] = 'Server'; |
| | | $wb['multiport_txt'] = 'Multi Port'; |
| | | $wb['singleport_txt'] = 'Single Port'; |
| | | $wb['protocol_txt'] = 'Protocol'; |
| | | $wb['table_txt'] = 'Table'; |
| | | $wb['target_txt'] = 'Target'; |
| | | $wb['state_txt'] = 'State'; |
| | | $wb['destination_ip_txt'] = 'Destination Address'; |
| | | $wb['source_ip_txt'] = 'Source Address'; |
| | | $wb['active_txt'] = 'Active'; |
| | | $wb['iptables_error_unique'] = 'There is already a firewall record for this server.'; |
| | | $wb['multiport_txt'] = 'Πολλαπλές Θύρες'; |
| | | $wb['singleport_txt'] = 'Μία Θύρα'; |
| | | $wb['protocol_txt'] = 'Πρωτόκολλο'; |
| | | $wb['table_txt'] = 'Πίνακας'; |
| | | $wb['target_txt'] = 'Στόχος'; |
| | | $wb['state_txt'] = 'Κατάσταση'; |
| | | $wb['destination_ip_txt'] = 'Διεύθυνση Προορισμού'; |
| | | $wb['source_ip_txt'] = 'Διεύθυνση Αφετηρίας'; |
| | | $wb['active_txt'] = 'Ενεργή'; |
| | | $wb['iptables_error_unique'] = 'Υπάρχει ήδη μια εγγραφή του firewall για αυτόν τον server.'; |
| | | ?> |
| | | |
| | |
| | | <?php |
| | | $wb['list_head_txt'] = 'IPTables'; |
| | | $wb['add_new_rule_txt'] = 'Add IPTables Rule'; |
| | | $wb['add_new_rule_txt'] = 'Προσθήκη κανόνα IPTables'; |
| | | $wb['server_id_txt'] = 'Server'; |
| | | $wb['multiport_txt'] = 'Multi Port'; |
| | | $wb['singleport_txt'] = 'Single Port'; |
| | | $wb['protocol_txt'] = 'Protocol'; |
| | | $wb['table_txt'] = 'Table'; |
| | | $wb['target_txt'] = 'Target'; |
| | | $wb['state_txt'] = 'State'; |
| | | $wb['destination_ip_txt'] = 'Destination Address'; |
| | | $wb['source_ip_txt'] = 'Source Address'; |
| | | $wb['active_txt'] = 'Active'; |
| | | $wb['iptables_error_unique'] = 'There is already a firewall record for this server.'; |
| | | $wb['multiport_txt'] = 'Πολλαπλές Θύρες'; |
| | | $wb['singleport_txt'] = 'Μονή Θύρα'; |
| | | $wb['protocol_txt'] = 'Πρωτόκολλο'; |
| | | $wb['table_txt'] = 'Πίνακας'; |
| | | $wb['target_txt'] = 'Στόχος'; |
| | | $wb['state_txt'] = 'Κατάσταση'; |
| | | $wb['destination_ip_txt'] = 'Διεύθυνση Προορισμού'; |
| | | $wb['source_ip_txt'] = 'Διεύθυνση Εκκίνησης'; |
| | | $wb['active_txt'] = 'Ενεργός'; |
| | | $wb['iptables_error_unique'] = 'Υπάρχει ήδη μια εγγραφή firewall για αυτόν τον server.'; |
| | | ?> |
| | | |
| | |
| | | $wb['btn_save_txt'] = 'Νέα ομάδα αρχείων γλώσσας'; |
| | | $wb['btn_cancel_txt'] = 'Επιστροφή'; |
| | | ?> |
| | | |
| | |
| | | $wb['btn_save_txt'] = 'Συγχώνευση Γλώσσας τώρα'; |
| | | $wb['btn_cancel_txt'] = 'Επιστροφή'; |
| | | ?> |
| | | |
| | |
| | | $wb['btn_save_txt'] = 'Αποθήκευση'; |
| | | $wb['btn_cancel_txt'] = 'Επιστροφή'; |
| | | ?> |
| | | |
| | |
| | | $wb['btn_save_txt'] = 'Εξαγωγή της επιλεγμένης λίστας αρχείων γλώσσας'; |
| | | $wb['btn_cancel_txt'] = 'Επιστροφή'; |
| | | ?> |
| | | |
| | |
| | | $wb['btn_cancel_txt'] = 'Επιστροφή'; |
| | | $wb['ignore_version_txt'] = 'Παράλειψη ελέγχου έκδοσης ISPConfig'; |
| | | ?> |
| | | |
| | |
| | | $wb['lang_file_txt'] = 'Αρχείο Γλώσσας'; |
| | | $wb['lang_file_date_txt'] = 'Τελευταία τροποποίηση'; |
| | | ?> |
| | | |
| | |
| | | $wb['repo_password_txt'] = 'Συνθηματικό (προαιρετικό)'; |
| | | $wb['active_txt'] = 'Ενεργό'; |
| | | ?> |
| | | |
| | |
| | | $wb['action_scheduled'] = 'Η ενέργεια προγραμματίστηκε για εκτέλεση'; |
| | | $wb['select_all_server'] = 'Σε όλους τους servers'; |
| | | ?> |
| | | |
| | |
| | | $wb['DNS rp functions'] = 'Ενέργειες εγγραφών rp του DNS'; |
| | | $wb['DNS srv functions'] = 'Ενέργειες εγγραφών srv του DNS'; |
| | | $wb['DNS txt functions'] = 'Ενέργειες εγγραφών txt του DNS'; |
| | | $wb['Mail mailing list functions'] = 'Mail mailinglist functions'; |
| | | $wb['Mail mailing list functions'] = 'Ενέργειες Mail mailinglist'; |
| | | ?> |
| | | |
| | |
| | | $wb['parent_remote_userid_txt'] = 'ID'; |
| | | $wb['username_txt'] = 'Όνομα Χρήστη'; |
| | | ?> |
| | | |
| | |
| | | $wb['proxy_server_txt'] = 'Proxy-Server'; |
| | | $wb['firewall_server_txt'] = 'Firewall-Server'; |
| | | ?> |
| | | |
| | |
| | | $wb['jailkit_chroot_cron_programs_txt'] = 'Jailkit cron chrooted applications'; |
| | | $wb['website_path_txt'] = 'Διαδρομή Website'; |
| | | $wb['website_symlinks_txt'] = 'Website symlinks'; |
| | | $wb['website_symlinks_rel_txt'] = 'Make relative symlinks'; |
| | | $wb['website_symlinks_rel_txt'] = 'Δημιουργία σχετικών symlinks'; |
| | | $wb['website_basedir_txt'] = 'Βασικός φάκελος Website'; |
| | | $wb['vhost_conf_dir_txt'] = 'Φάκελος ρυθμίσεων Vhost'; |
| | | $wb['vhost_conf_enabled_dir_txt'] = 'Φάκελος ρυθμίσεων (ενεργών) Vhost'; |
| | |
| | | $wb['php_ini_path_cgi_txt'] = 'Διαδρομή του php.ini για CGI'; |
| | | $wb['php_ini_path_apache_txt'] = 'Διαδρομή του php.ini για Apache'; |
| | | $wb['check_apache_config_txt'] = 'Έλεγχος των ρυθμίσεων του apache ή επαννεκίνηση'; |
| | | $wb['CA_path_txt'] = 'CA Path'; |
| | | $wb['CA_pass_txt'] = 'CA passphrase'; |
| | | $wb['CA_path_txt'] = 'Διαδρομή CA'; |
| | | $wb['CA_pass_txt'] = 'Συνθηματική φράση CA'; |
| | | $wb['ufw_enable_txt'] = 'Enable'; |
| | | $wb['ufw_manage_builtins_txt'] = 'Manage Builtin Rules'; |
| | | $wb['ufw_ipv6_txt'] = 'Enable IPv6'; |
| | | $wb['ufw_default_input_policy_txt'] = 'Default Input Policy'; |
| | | $wb['ufw_default_output_policy_txt'] = 'Default Output Policy'; |
| | | $wb['ufw_default_forward_policy_txt'] = 'Default Forward Policy'; |
| | | $wb['ufw_default_application_policy_txt'] = 'Default Application Policy'; |
| | | $wb['ufw_log_level_txt'] = 'Log Level'; |
| | | $wb['network_config_warning_txt'] = 'The network configuration option is only available for Debian and Ubuntu Servers. Do not enable this option if your network interface is not eth0.'; |
| | | $wb['ufw_manage_builtins_txt'] = 'Διαχείριση ενσωματωμένων κανόνων'; |
| | | $wb['ufw_ipv6_txt'] = 'Ενεργοποίηση IPv6'; |
| | | $wb['ufw_default_input_policy_txt'] = 'Προκαθορισμένη Πολιτική Εισόδου'; |
| | | $wb['ufw_default_output_policy_txt'] = 'Προκαθορισμένη Πολιτική Εξόδου'; |
| | | $wb['ufw_default_forward_policy_txt'] = 'Προκαθορισμένη Πολιτική Προώθησης'; |
| | | $wb['ufw_default_application_policy_txt'] = 'Προκαθορισμένη Πολιτική Εφαρμογών'; |
| | | $wb['ufw_log_level_txt'] = 'Επίπεδο Καταγραφής'; |
| | | $wb['network_config_warning_txt'] = 'Η επιλογή για την παραμετροποίηση του δικτύου είναι διαθέσιμη μόνο για Debian και Ubuntu Servers. Μην ενεργοποιείτε αυτή την επιλογή αν η (διεπαφή) κάρτα δικτύου δεν είναι η eth0.'; |
| | | $wb['fastcgi_config_syntax_txt'] = 'FastCGI config syntax'; |
| | | $wb['backup_dir_ftpread_txt'] = 'Backup dir. readable for website FTP users.'; |
| | | $wb['server_type_txt'] = 'Server Type'; |
| | | $wb['server_type_txt'] = 'Τύπος Server'; |
| | | $wb['nginx_vhost_conf_dir_txt'] = 'Nginx Vhost config dir'; |
| | | $wb['nginx_vhost_conf_enabled_dir_txt'] = 'Nginx Vhost config enabled dir'; |
| | | $wb['nginx_user_txt'] = 'Nginx user'; |
| | | $wb['nginx_group_txt'] = 'Nginx group'; |
| | | $wb['nginx_user_txt'] = 'Χρήστης Nginx'; |
| | | $wb['nginx_group_txt'] = 'Ομάδα Nginx'; |
| | | $wb['nginx_cgi_socket_txt'] = 'Nginx CGI Socket'; |
| | | $wb['backup_dir_error_empty'] = 'Backup directory is empty.'; |
| | | $wb['backup_dir_error_empty'] = 'Ο φάκελος Backup είναι άδειος.'; |
| | | $wb['maildir_path_error_empty'] = 'Maildir Path is empty.'; |
| | | $wb['homedir_path_error_empty'] = 'Homedir Path is empty.'; |
| | | $wb['mailuser_uid_error_empty'] = 'Mailuser UID is empty.'; |
| | |
| | | $wb['enable_sni_txt'] = 'Enable SNI'; |
| | | $wb['do_not_try_rescue_httpd_txt'] = 'Disable HTTPD monitoring'; |
| | | ?> |
| | | |
| | |
| | | $wb['list_head_txt'] = 'Ρυθμίσεις Server'; |
| | | $wb['server_name_txt'] = 'Server'; |
| | | ?> |
| | | |
| | |
| | | $wb['virtualhost_port_txt'] = 'HTTP Ports'; |
| | | $wb['error_port_syntax'] = 'Invalid chars in port field, please enter only comma separated numbers. Example: 80,443'; |
| | | ?> |
| | | |
| | |
| | | $wb['server_id_txt'] = 'Server'; |
| | | $wb['ip_address_txt'] = 'Διεύθυνση IP'; |
| | | $wb['add_new_record_txt'] = 'Νέα διεύθυνση IP'; |
| | | $wb['client_id_txt'] = 'Client'; |
| | | $wb['client_id_txt'] = 'Πελάτης'; |
| | | $wb['virtualhost_txt'] = 'HTTP Vhost'; |
| | | $wb['virtualhost_port_txt'] = 'HTTP Ports'; |
| | | $wb['ip_type_txt'] = 'Type'; |
| | | $wb['virtualhost_port_txt'] = 'Θύρες HTTP'; |
| | | $wb['ip_type_txt'] = 'Τύπος'; |
| | | ?> |
| | | |
| | |
| | | <?php |
| | | $wb['list_head_txt'] = 'Server'; |
| | | $wb['server_name_txt'] = 'Name'; |
| | | $wb['server_name_txt'] = 'Όνομα'; |
| | | $wb['mail_server_txt'] = 'Mail'; |
| | | $wb['web_server_txt'] = 'Web'; |
| | | $wb['dns_server_txt'] = 'DNS'; |
| | | $wb['file_server_txt'] = 'File'; |
| | | $wb['file_server_txt'] = 'Αρχείο'; |
| | | $wb['db_server_txt'] = 'DB'; |
| | | $wb['vserver_server_txt'] = 'VServer'; |
| | | $wb['add_new_record_txt'] = 'Νέος Server'; |
| | | $wb['proxy_server_txt'] = 'Proxy'; |
| | | $wb['firewall_server_txt'] = 'Firewall'; |
| | | ?> |
| | | |
| | |
| | | $wb['btn_save_txt'] = 'Εκκίνηση εγκατάστασης'; |
| | | $wb['btn_cancel_txt'] = 'Ακύρωση'; |
| | | ?> |
| | | |
| | |
| | | $wb['action_txt'] = 'Ενέργεια'; |
| | | $wb['toolsarea_head_txt'] = 'Πακέτα'; |
| | | $wb['repoupdate_txt'] = 'Ενημέρωση λίστας πακκέτων'; |
| | | $wb['package_id_txt'] = 'local App-ID'; |
| | | $wb['package_id_txt'] = 'τοπικό App-ID'; |
| | | ?> |
| | | |
| | |
| | | $wb['repo_password_txt'] = 'Συνθηματικό (Προαιρετικό)'; |
| | | $wb['active_txt'] = 'Ενεργό'; |
| | | ?> |
| | | |
| | |
| | | $wb['repo_name_txt'] = 'Αποθετήριο'; |
| | | $wb['repo_url_txt'] = 'URL'; |
| | | ?> |
| | | |
| | |
| | | $wb['version_txt'] = 'Έκδοση'; |
| | | $wb['action_txt'] = 'Ενέργεια'; |
| | | ?> |
| | | |
| | |
| | | $wb['enable_custom_login_txt'] = 'Allow custom login name'; |
| | | $wb['mailmailinglist_link_txt'] = 'Link to mailing list in Mailing list list'; |
| | | $wb['mailmailinglist_url_txt'] = 'Mailing list URL'; |
| | | $wb['admin_mail_txt'] = 'Administrators e-mail'; |
| | | $wb['admin_mail_txt'] = 'e-mail Διαχειριστών'; |
| | | $wb['monitor_key_txt'] = 'Monitor keyword'; |
| | | $wb['admin_name_txt'] = 'Administrators name'; |
| | | ?> |
| | | |
| | |
| | | $wb['password_strength_txt'] = 'Δύναμη Συνθηματικού'; |
| | | $wb['modules_txt'] = 'Άρθρωμα'; |
| | | $wb['startmodule_txt'] = 'Άρθρωμα Εκκίνησης'; |
| | | $wb['app_theme_txt'] = 'Design'; |
| | | $wb['app_theme_txt'] = 'Θεματική Παραλλαγή'; |
| | | $wb['typ_txt'] = 'Τύπος'; |
| | | $wb['active_txt'] = 'Ενεργός'; |
| | | $wb['language_txt'] = 'Γλώσσα'; |
| | |
| | | $wb['default_group_txt'] = 'Προκαθορισμένη Ομάδα'; |
| | | $wb['startmodule_err'] = 'Το άρθρωμα εκκίνησης δεν υπάρχει στα διαθέσιμα αρθρώματα.'; |
| | | ?> |
| | | |
| | |
| | | $wb['add_new_record_txt'] = 'Νέος Χρήστης'; |
| | | $wb['warning_txt'] = '<b>ΠΡΟΕΙΔΟΠΟΙΗΣΗ:</b>Μην επεξεργάζεστε καμία ρύθμιση χρήστη εδώ. Χρησιμοποιήστε τις ρυθμίσεις Πελάτη - και Μεταπωλητή στο άρθρωμα Πελάτης. Η επεξεργασία ομάδων και χρηστών εδώ, μπορεί να προκαλέσει απώλεια δεδομένων!'; |
| | | ?> |
| | | |
| | |
| | | $wb['Resellers'] = 'Μεταπωλητές'; |
| | | $wb['error_has_clients'] = 'Ο Μεταπωλητής έχει πελάτες. Διαγράψτε πρώτα τους πελάτες.'; |
| | | ?> |
| | | |
| | |
| | | $wb['customer_no_txt'] = 'Κωδ. Πελάτη'; |
| | | $wb['vat_id_txt'] = 'Α.Φ.Μ'; |
| | | $wb['required_fields_txt'] = '* Υποχρεωτικά Πεδία'; |
| | | $wb['limit_mailmailinglist_txt'] = 'Max. number of mailing lists'; |
| | | $wb['limit_mailmailinglist_error_notint'] = 'The mailing list record limit must be a number.'; |
| | | $wb['company_id_txt'] = 'Company/Entrepreneur ID'; |
| | | $wb['limit_openvz_vm_txt'] = 'Max. number of virtual servers'; |
| | | $wb['limit_openvz_vm_template_id_txt'] = 'Force virtual server template'; |
| | | $wb['limit_openvz_vm_error_notint'] = 'The virtual server limit must be a number.'; |
| | | $wb['limit_mailmailinglist_txt'] = 'Μέγιστο πλήθος mailing lists'; |
| | | $wb['limit_mailmailinglist_error_notint'] = 'Το πλήθος εγγραφών της mailing list πρέπει να είναι αριθμός.'; |
| | | $wb['company_id_txt'] = 'ID Εταιρίας/Επιχείρησης'; |
| | | $wb['limit_openvz_vm_txt'] = 'Μέγιστο πλήθος εικονικών servers'; |
| | | $wb['limit_openvz_vm_template_id_txt'] = 'Εξαναγκασμός προτύπου εικονικού server'; |
| | | $wb['limit_openvz_vm_error_notint'] = 'Το όριο εικονικών server πρέπει να είναι αριθμός.'; |
| | | ?> |
| | | |
| | |
| | | $wb['btn_save_txt'] = 'Διαγραφή πελάτη'; |
| | | $wb['btn_cancel_txt'] = 'Ακύρωση χωρίς διαγραφή πελάτη'; |
| | | ?> |
| | | |
| | |
| | | $wb['limit_traffic_quota_txt'] = 'Όριο Κίνησης δεδομένων'; |
| | | $wb['limit_trafficquota_error_notint'] = 'Το Όριο Κίνησης δεδομένων πρέπει να είναι αριθμός.'; |
| | | $wb['template_del_aborted_txt'] = 'Η διαγραφή ακυρώθηκε. Υπάρχει τουλάχιστον ένας πελάτης που έχει το πρότυπο ενεργοποιημένο.'; |
| | | $wb['limit_mailmailinglist_txt'] = 'Max. number of mailing lists'; |
| | | $wb['limit_mailmailinglist_error_notint'] = 'The mailing list record limit must be a number.'; |
| | | $wb['limit_openvz_vm_txt'] = 'Max. number of virtual servers'; |
| | | $wb['limit_openvz_vm_template_id_txt'] = 'Force virtual server template'; |
| | | $wb['limit_openvz_vm_error_notint'] = 'The virtual server limit must be a number.'; |
| | | $wb['ssh_chroot_txt'] = 'SSH-Chroot Options'; |
| | | $wb['web_php_options_txt'] = 'PHP Options'; |
| | | $wb['template_type_txt'] = 'Template type'; |
| | | $wb['template_name_txt'] = 'Template name'; |
| | | $wb['limit_mailmailinglist_txt'] = 'Μέγιστο πλήθος mailing lists'; |
| | | $wb['limit_mailmailinglist_error_notint'] = 'Το πλήθος εγγραφών της mailing list πρέπει να είναι αριθμός.'; |
| | | $wb['limit_openvz_vm_txt'] = 'Μέγιστο πλήθος εικονικών servers'; |
| | | $wb['limit_openvz_vm_template_id_txt'] = 'Εξαναγκασμός προτύπου εικονικού server'; |
| | | $wb['limit_openvz_vm_error_notint'] = 'Το όριο εικονικών server πρέπει να είναι αριθμός.'; |
| | | $wb['ssh_chroot_txt'] = 'Επιλογές SSH-Chroot'; |
| | | $wb['web_php_options_txt'] = 'Επιλογές PHP'; |
| | | $wb['template_type_txt'] = 'Τύπος προτύπου'; |
| | | $wb['template_name_txt'] = 'Όνομα προτύπου'; |
| | | ?> |
| | | |
| | |
| | | $wb['template_type_txt'] = 'Τύπος'; |
| | | $wb['template_name_txt'] = 'Όνομα Προτύπου'; |
| | | ?> |
| | | |
| | |
| | | $wb['add_new_record_txt'] = 'Νέος Πελάτης'; |
| | | $wb['username_txt'] = 'Username'; |
| | | ?> |
| | | |
| | |
| | | $wb['customer_no_txt'] = 'Α/Α Πελάτη'; |
| | | $wb['vat_id_txt'] = 'Α.Φ.Μ.'; |
| | | $wb['required_fields_txt'] = '* Υποχρεωτικά Πεδία'; |
| | | $wb['limit_webdav_user_txt'] = 'Max. number of Webdav users'; |
| | | $wb['limit_webdav_user_error_notint'] = 'The webdav user limit must be a number.'; |
| | | $wb['limit_mailmailinglist_txt'] = 'Max. number of mailing lists'; |
| | | $wb['limit_mailaliasdomain_txt'] = 'Max. number of domain aliases'; |
| | | $wb['limit_mailmailinglist_error_notint'] = 'The mailing list record limit must be a number.'; |
| | | $wb['limit_openvz_vm_txt'] = 'Max. number of virtual servers'; |
| | | $wb['limit_openvz_vm_template_id_txt'] = 'Force virtual server template'; |
| | | $wb['limit_openvz_vm_error_notint'] = 'The virtual server limit must be a number.'; |
| | | $wb['limit_webdav_user_txt'] = 'Μέγιστο πλήθος χρηστών Webdav'; |
| | | $wb['limit_webdav_user_error_notint'] = 'Το όριο χρηστών webdav user πρέπει να είναι αριθμός.'; |
| | | $wb['limit_mailmailinglist_txt'] = 'Μέγιστο πλήθος mailing lists'; |
| | | $wb['limit_mailaliasdomain_txt'] = 'Μέγιστο πλήθος ψευδονύμων domain'; |
| | | $wb['limit_mailmailinglist_error_notint'] = 'Το πλήθος εγγραφών της mailing list πρέπει να είναι αριθμός.'; |
| | | $wb['limit_openvz_vm_txt'] = 'Μέγιστο πλήθος εικονικών servers'; |
| | | $wb['limit_openvz_vm_template_id_txt'] = 'Εξαναγκασμός προτύπου εικονικού server'; |
| | | $wb['limit_openvz_vm_error_notint'] = 'Το όριο εικονικών server πρέπει να είναι αριθμός.'; |
| | | ?> |
| | | |
| | |
| | | $wb['country_txt'] = 'Χώρα'; |
| | | $wb['add_new_record_txt'] = 'Νεός Μεταπωλητής'; |
| | | ?> |
| | | |
| | |
| | | $v2 = $_SESSION['s']['new_ispconfig_version']; |
| | | $this_version = explode(".",$v1); |
| | | $this_fullversion = (($this_version[0] < 10) ? '0'.$this_version[0] : $this_version[0]) . |
| | | (($this_version[1] < 10) ? '0'.$this_version[1] : $this_version[1]) . |
| | | (($this_version[2] < 10) ? '0'.$this_version[2] : $this_version[2]) . |
| | | (($this_version[3] < 10) ? (($this_version[3] < 1) ? '00' : '0'.$this_version[3]) : $this_version[3]); |
| | | ((isset($this_version[1]) && $this_version[1] < 10) ? '0'.$this_version[1] : $this_version[1]) . |
| | | ((isset($this_version[2]) && $this_version[2] < 10) ? '0'.$this_version[2] : $this_version[2]) . |
| | | ((isset($this_version[3]) && $this_version[3] < 10) ? (($this_version[3] < 1) ? '00' : '0'.$this_version[3]) : $this_version[3]); |
| | | |
| | | |
| | | $new_version = explode(".",$v2); |
| | | $new_fullversion = (($new_version[0] < 10) ? '0'.$new_version[0] : $new_version[0]) . |
| | | (($new_version[1] < 10) ? '0'.$new_version[1] : $new_version[1]) . |
| | | (($new_version[2] < 10) ? '0'.$new_version[2] : $new_version[2]) . |
| | | (($new_version[3] < 10) ? (($new_version[3] < 1) ? '00' : '0'.$new_version[3]) : $new_version[3]); |
| | | ((isset($new_version[1]) && $new_version[1] < 10) ? '0'.$new_version[1] : $new_version[1]) . |
| | | ((isset($new_version[2]) && $new_version[2] < 10) ? '0'.$new_version[2] : $new_version[2]) . |
| | | ((isset($new_version[3]) && $new_version[3] < 10) ? (($new_version[3] < 1) ? '00' : '0'.$new_version[3]) : $new_version[3]); |
| | | if($new_fullversion > $this_fullversion) { |
| | | $info[] = array('info_msg' => 'There is a new Version of ISPConfig 3 available!<br>' . |
| | | 'This Version: ' . $v1 . '<br>' . |
| | |
| | | $wb['welcome_user_txt'] = 'Καλωσήρθατε %s'; |
| | | $wb['available_modules_txt'] = 'Διαθέσιμα αρθρώματα'; |
| | | ?> |
| | | |
| | |
| | | $wb['limit_database_txt'] = 'Πλήθος Databases'; |
| | | $wb['limit_mailmailinglist_txt'] = 'Number of mailing lists'; |
| | | ?> |
| | | |
| | |
| | | <?php |
| | | $wb['available_modules_txt'] = 'Διαθέσιμα αρθρώματα'; |
| | | ?> |
| | | |
| | |
| | | $wb['auth_preset_perm_group_txt'] = 'Perm. Group'; |
| | | $wb['auth_preset_perm_other_txt'] = 'Perm. Other'; |
| | | ?> |
| | | |
| | |
| | | $wb['title_txt'] = 'Τίτλος'; |
| | | $wb['description_txt'] = 'Περιγραφή'; |
| | | ?> |
| | | |
| | |
| | | $wb['menu_del_txt'] = 'Διαγραφή μενού και όλων των στοιχείων;'; |
| | | $wb['item_del_txt'] = 'Διαγραφή του στοιχείου μενού'; |
| | | ?> |
| | | |
| | |
| | | $wb['header_txt'] = 'Ιδιότητες αρθρώματος'; |
| | | $wb['description_txt'] = '<b>Περιγραφή</b> <br><br> <b>Όνομα αρθρώματος:</b> Όνομα του φακέλου του αρθρώματος. Επιτρέπονται μόνο αριθμοί, χαρακτήρες και η κάτω παύλα.<br> <b>Τίτλος Αρθώματος:</b> Θα εμφανιστεί στο βασικό μενού (επάνω).<br> <b>Αρχείο προτύπου:</b> Το αρχείο προτύπου του αρθρώματος. Προς το παρών διαθέσιμα: module.tpl.htm και module_tree.tpl.htm. Το προεπιλεγμένο είναι το module.tpl.htm.<br> <b>NaviFrame:</b> Αν το module_tree.tpl.htm επιλέχθηκε ώα αρχείο προτύπου, εισάγετε εδώ την διαδρομή για το script που αφορά το αριστερό frame.<br> <b>Προεπιλεγμένη Σελίδα:</b> Αυτή σελίδα θα εμφανίζεται όταν ανοίξει το άρθρωμα.<br> <b>Πλάτος Καρτέλας:</b>Το πλάτος της καρτέλας στο βασικό μενού. Το πεδίο είναι άδειο εξ ορισμού. Μπορείτε να εισάγετε απόλυτες τιμές σε pixel (π.χ. 20) ή σχετικές (π.χ. 20%).<br> <b>Βοήθεια:</b> Όλες οι διαδρομές είναι σχετικές ως προς τον φάκελο '; |
| | | ?> |
| | | |
| | |
| | | $wb['module_txt'] = 'Άρθρωμα'; |
| | | $wb['title_txt'] = 'Τίτλος'; |
| | | ?> |
| | | |
| | |
| | | $wb['save_txt'] = 'Αποθήκευση'; |
| | | $wb['cancel_txt'] = 'Άκυρο'; |
| | | ?> |
| | | |
| | |
| | | <?php |
| | | $wb['title_txt'] = 'Τίτλος'; |
| | | $wb['target_txt'] = 'Προορισμός'; |
| | | $wb['target_txt'] = 'Στόχος'; |
| | | $wb['link_txt'] = 'Σύνδεσμος'; |
| | | $wb['header_txt'] = 'Ιδιότητες Navi'; |
| | | $wb['save_txt'] = 'Αποθήκευση'; |
| | | $wb['cancel_txt'] = 'Ακύρωση'; |
| | | ?> |
| | | |
| | |
| | | $wb['menu_del_txt'] = 'Θέλετε να διαγράψετε το μενού και όλα τα στοιχεία του;'; |
| | | $wb['item_del_txt'] = 'Θέλετε να διαγράψετε το στοιχείο;'; |
| | | ?> |
| | | |
| | |
| | | $dns_rr[$r]['aux'] = intval($parts[$pkey+1]); |
| | | $dns_rr[$r]['data'] = implode(' ',array_slice($parts, $pkey+2)); |
| | | break; |
| | | case 'txt': |
| | | $dns_rr[$r]['aux'] = 0; |
| | | $dns_rr[$r]['data'] = implode(' ',array_slice($parts, $pkey+1)); |
| | | if(substr($dns_rr[$r]['data'],0,1) == '"') $dns_rr[$r]['data'] = substr($dns_rr[$r]['data'],1); |
| | | if(substr($dns_rr[$r]['data'],-1) == '"') $dns_rr[$r]['data'] = substr($dns_rr[$r]['data'],0,-1); |
| | | break; |
| | | default: |
| | | $dns_rr[$r]['aux'] = 0; |
| | | $dns_rr[$r]['data'] = implode(' ',array_slice($parts, $pkey+1)); |
| | |
| | | case 'srv': |
| | | $dns_rr[$r]['aux'] = intval($parts[$pkey+1]); |
| | | $dns_rr[$r]['data'] = implode(' ',array_slice($parts, $pkey+2)); |
| | | break; |
| | | case 'txt': |
| | | $dns_rr[$r]['aux'] = 0; |
| | | $dns_rr[$r]['data'] = implode(' ',array_slice($parts, $pkey+1)); |
| | | if(substr($dns_rr[$r]['data'],0,1) == '"') $dns_rr[$r]['data'] = substr($dns_rr[$r]['data'],1); |
| | | if(substr($dns_rr[$r]['data'],-1) == '"') $dns_rr[$r]['data'] = substr($dns_rr[$r]['data'],0,-1); |
| | | break; |
| | | default: |
| | | $dns_rr[$r]['aux'] = 0; |
| | |
| | | $dns_rr[$r]['aux'] = intval($parts[$pkey+1]); |
| | | $dns_rr[$r]['data'] = implode(' ',array_slice($parts, $pkey+2)); |
| | | break; |
| | | case 'txt': |
| | | $dns_rr[$r]['aux'] = 0; |
| | | $dns_rr[$r]['data'] = implode(' ',array_slice($parts, $pkey+1)); |
| | | if(substr($dns_rr[$r]['data'],0,1) == '"') $dns_rr[$r]['data'] = substr($dns_rr[$r]['data'],1); |
| | | if(substr($dns_rr[$r]['data'],-1) == '"') $dns_rr[$r]['data'] = substr($dns_rr[$r]['data'],0,-1); |
| | | break; |
| | | default: |
| | | $dns_rr[$r]['aux'] = 0; |
| | | $dns_rr[$r]['data'] = implode(' ',array_slice($parts, $pkey+1)); |
| | |
| | | case 'srv': |
| | | $dns_rr[$r]['aux'] = intval($parts[$pkey+1]); |
| | | $dns_rr[$r]['data'] = implode(' ',array_slice($parts, $pkey+2)); |
| | | break; |
| | | case 'txt': |
| | | $dns_rr[$r]['aux'] = 0; |
| | | $dns_rr[$r]['data'] = implode(' ',array_slice($parts, $pkey+1)); |
| | | if(substr($dns_rr[$r]['data'],0,1) == '"') $dns_rr[$r]['data'] = substr($dns_rr[$r]['data'],1); |
| | | if(substr($dns_rr[$r]['data'],-1) == '"') $dns_rr[$r]['data'] = substr($dns_rr[$r]['data'],0,-1); |
| | | break; |
| | | default: |
| | | $dns_rr[$r]['aux'] = 0; |
| | |
| | | $dns_rr[$r]['aux'] = intval($parts[$pkey+1]); |
| | | $dns_rr[$r]['data'] = implode(' ',array_slice($parts, $pkey+2)); |
| | | break; |
| | | case 'txt': |
| | | $dns_rr[$r]['aux'] = 0; |
| | | $dns_rr[$r]['data'] = implode(' ',array_slice($parts, $pkey+1)); |
| | | if(substr($dns_rr[$r]['data'],0,1) == '"') $dns_rr[$r]['data'] = substr($dns_rr[$r]['data'],1); |
| | | if(substr($dns_rr[$r]['data'],-1) == '"') $dns_rr[$r]['data'] = substr($dns_rr[$r]['data'],0,-1); |
| | | break; |
| | | default: |
| | | $dns_rr[$r]['aux'] = 0; |
| | | $dns_rr[$r]['data'] = implode(' ',array_slice($parts, $pkey+1)); |
| | |
| | | $wb['DNS Wizard'] = 'Οδηγός DNS'; |
| | | $wb['Add DNS Zone'] = 'Νέα ζώνη DNS'; |
| | | $wb['Templates'] = 'Πρότυπα'; |
| | | $wb['zone_file_successfully_imported_txt'] = 'The zone file has successfully been imported!'; |
| | | $wb['error_no_valid_zone_file_txt'] = 'This appears to be no valid zone file!'; |
| | | $wb['zonefile_to_import_txt'] = 'Zone File'; |
| | | $wb['zone_file_successfully_imported_txt'] = 'Το αρχείο ζώνης εισήχθηκε επιτυχώς!'; |
| | | $wb['error_no_valid_zone_file_txt'] = 'Το αρχείο ζώνης φαίνεται να μην είναι έγκυρο!'; |
| | | $wb['zonefile_to_import_txt'] = 'Αρχείο Ζώνης'; |
| | | ?> |
| | | |
| | |
| | | $wb['data_error_regex'] = 'Διεύθυνση IP με μη έγκυρη μορφοποίηση'; |
| | | $wb['data_error_duplicate'] = 'Διπλή εγγραφή A-Record ή CNAME-Record'; |
| | | ?> |
| | | |
| | |
| | | $wb['page_of_txt'] = 'από'; |
| | | $wb['delete_confirmation'] = 'Θέλετε οπωσδήποτε να διαγράψετε αυτή την εγγραφή;'; |
| | | ?> |
| | | |
| | |
| | | $wb['data_error_empty'] = 'Διεύθυνση IP κενή'; |
| | | $wb['data_error_regex'] = 'Διεύθυνση IP με μη έγκυρη μορφοποίηση'; |
| | | ?> |
| | | |
| | |
| | | $wb['data_error_empty'] = 'Το hostname Προορισμός δεν έχει οριστεί'; |
| | | $wb['data_error_regex'] = 'Το hostname Προορισμός έχει λάθος μορφοποίηση'; |
| | | ?> |
| | | |
| | |
| | | $wb['data_error_regex'] = 'Hostname Προορισμός με μη έγκυρη μορφοποίηση'; |
| | | $wb['data_error_duplicate'] = 'Διπλοεγγραφή A-Record ή CNAME-Record'; |
| | | ?> |
| | | |
| | |
| | | $wb['data_error_empty'] = 'Οι πληροφορίες του Host είναι κενές'; |
| | | $wb['data_error_regex'] = 'Οι πληροφορίες Host έχουν μη έγκυρη μορφοποίηση'; |
| | | ?> |
| | | |
| | |
| | | $wb['data_error_empty'] = 'Το hostname Mailserver δεν έχει οριστεί'; |
| | | $wb['data_error_regex'] = 'Mailserver hostname με μη έγκυρη μορφοποίηση'; |
| | | ?> |
| | | |
| | |
| | | $wb['data_error_empty'] = 'Ο Nameserver δεν έχει οριστεί'; |
| | | $wb['data_error_regex'] = 'Η μορφοποίηση του Nameserver δεν είναι σωστή'; |
| | | ?> |
| | | |
| | |
| | | $wb['data_error_empty'] = 'Το Κανονικοποιημένο hostname δεν έχει οριστεί'; |
| | | $wb['data_error_regex'] = 'Κανονικοποιημένο hostname με μη έγκυρη μορφοποίηση'; |
| | | ?> |
| | | |
| | |
| | | $wb['data_error_empty'] = 'Το πρόσωπο επικοινωνίας δεν έχει οριστεί.'; |
| | | $wb['data_error_regex'] = 'Η μορφοποίηση του υπεύθυνου δεν είναι έγκυρη'; |
| | | ?> |
| | | |
| | |
| | | $wb['origin_error_unique'] = 'Υπάρχει ήδη μια εγγραφή για αυτή την ζώνη.'; |
| | | $wb['origin_error_regex'] = 'Η ζώνη δεν έχει έγκυρη μορφοποίηση.'; |
| | | $wb['ns_error_regex'] = 'Ο NS δεν έχει έγκυρη μορφοποίηση.'; |
| | | $wb['eg_domain_tld'] = 'e.g. domain.tld.'; |
| | | $wb['ipv4_form_txt'] = 'IPv4 form - e.g. 1.2.3.4'; |
| | | $wb['eg_domain_tld'] = 'π.χ. domain.tld.'; |
| | | $wb['ipv4_form_txt'] = 'μορφή IPv4 - π.χ. 1.2.3.4'; |
| | | ?> |
| | | |
| | |
| | | $wb['origin_txt'] = 'Ζώνη'; |
| | | $wb['ns_txt'] = 'NS'; |
| | | $wb['add_new_record_txt'] = 'Νέα Δευτερεύουσα ζώνη DNS'; |
| | | $wb['eg_domain_tld'] = 'e.g. domain.tld.'; |
| | | $wb['eg_domain_tld'] = 'π.χ. domain.tld.'; |
| | | ?> |
| | | |
| | |
| | | $wb['ns_error_regex'] = 'NS με μη έγκυρη μορφοποίηση.'; |
| | | $wb['mbox_error_empty'] = 'Το Email δεν έχει οριστεί.'; |
| | | $wb['mbox_error_regex'] = 'Email με μη έγκυρη μορφοποίηση.'; |
| | | $wb['also_notify_txt'] = 'Also Notify'; |
| | | $wb['also_notify_error_regex'] = 'Please use an IP address.'; |
| | | $wb['update_acl_txt'] = 'Update ACL'; |
| | | $wb['seconds_txt'] = 'Seconds'; |
| | | $wb['eg_domain_tld'] = 'e.g. domain.tld'; |
| | | $wb['eg_ns1_domain_tld'] = 'e.g. ns1.domain.tld'; |
| | | $wb['eg_webmaster_domain_tld'] = 'e.g. webmaster@domain.tld'; |
| | | $wb['also_notify_txt'] = 'Ειδοποίηση επίσης σε'; |
| | | $wb['also_notify_error_regex'] = 'Παρακαλούμε χρησιμοποιείστε μια διεύθυνση IP.'; |
| | | $wb['update_acl_txt'] = 'Ανανέωση ACL'; |
| | | $wb['seconds_txt'] = 'Δευτερόλεπτα'; |
| | | $wb['eg_domain_tld'] = 'π.χ. domain.tld'; |
| | | $wb['eg_ns1_domain_tld'] = 'π.χ. ns1.domain.tld'; |
| | | $wb['eg_webmaster_domain_tld'] = 'π.χ. webmaster@domain.tld'; |
| | | ?> |
| | | |
| | |
| | | $wb['add_new_record_wizard_txt'] = 'Νέα ζώνη DNS με Οδηγό'; |
| | | $wb['add_new_record_txt'] = 'Νέα ζώνη DNS (χειροκίνητα)'; |
| | | ?> |
| | | |
| | |
| | | $wb['data_error_regex'] = 'Εγγραφή Server με μη έγκυρη μορφοποίηση'; |
| | | $wb['srv_error_regex'] = 'Εγγραφή Server με μη έγκυρη μορφοποίηση. Η εγγραφή Server πρέπει να περιέχει 3 λέξεις χωρισμένες με κενά.'; |
| | | ?> |
| | | |
| | |
| | | $wb['template_txt'] = 'Πρότυπο'; |
| | | $wb['visible_txt'] = 'Ενεργό'; |
| | | ?> |
| | | |
| | |
| | | $wb['name_txt'] = 'Όνομα'; |
| | | $wb['add_new_record_txt'] = 'Νέα εγγραφή'; |
| | | ?> |
| | | |
| | |
| | | $wb['data_error_empty'] = 'Το κείμενο δεν έχει οριστεί'; |
| | | $wb['data_error_regex'] = 'Κείμενο με μη έγκυρη μορφοποίηση'; |
| | | ?> |
| | | |
| | |
| | | $wb['error_ns2_regex'] = 'Ο NS2 περιέχει μη επιτρεπόμενους χαρακτήρες'; |
| | | $wb['error_email_regex'] = 'Το Email δεν περιέχει μια έγκυρη διεύθυνση.'; |
| | | ?> |
| | | |
| | |
| | | <fieldset class="inlineLabels"><legend>DNS Zone</legend> |
| | | <div class="ctrlHolder"> |
| | | <label for="template_id">{tmpl_var name='template_id_txt'}</label> |
| | | <select name="template_id" id="template_id" class="selectInput"> |
| | | <select name="template_id" id="template_id" class="selectInput" onChange="submitForm('pageForm','dns/dns_wizard.php')"> |
| | | {tmpl_var name='template_id_option'} |
| | | </select> |
| | | </div> |
| | |
| | | $wb['error_client_can_not_add_domain'] = 'Δεν μπορείτε να προσθέσετε νέο domain'; |
| | | $wb['error_client_group_id_empty'] = 'Πρέπει να επιλέξετε πελάτη<br>'; |
| | | ?> |
| | | |
| | |
| | | $wb['domain_error_regex'] = 'Το όνομα domain δεν επιτρέπεται'; |
| | | $wb['Domain'] = 'Domain'; |
| | | ?> |
| | | |
| | |
| | | $wb['add_new_record_txt'] = 'Νέο Domain'; |
| | | $wb['domain_txt'] = 'Domain'; |
| | | ?> |
| | | |
New file |
| | |
| | | <?php |
| | | $wb['edit_txt'] = 'Edit'; |
| | | ?> |
New file |
| | |
| | | <?php |
| | | $wb['edit_txt'] = 'Edit'; |
| | | ?> |
New file |
| | |
| | | <?php |
| | | $wb['edit_txt'] = 'Edit'; |
| | | ?> |
New file |
| | |
| | | <?php |
| | | $wb['edit_txt'] = 'Edit'; |
| | | ?> |
New file |
| | |
| | | <?php |
| | | $wb['edit_txt'] = 'Edit'; |
| | | ?> |
| | |
| | | $wb['Support'] = 'Υποστήριξη'; |
| | | $wb['About ISPConfig'] = 'Πληροφορίες για το ISPConfig'; |
| | | $wb['Version'] = 'Έκδοση'; |
| | | $wb['Frequently Asked Questions'] = 'Frequently Asked Questions'; |
| | | $wb['FAQ Sections'] = 'FAQ Sections'; |
| | | $wb['Manage Sections'] = 'Manage Sections'; |
| | | $wb['Add a Question & Answer Pair'] = 'Add a Question & Answer Pair'; |
| | | $wb['Manage Questions'] = 'Manage Questions'; |
| | | $wb['Frequently Asked Questions'] = 'Συχνές Ερωτήσεις'; |
| | | $wb['FAQ Sections'] = 'Ενότητες Ερωτήσεων'; |
| | | $wb['Manage Sections'] = 'Διαχείριση Ενοτήτων'; |
| | | $wb['Add a Question & Answer Pair'] = 'Προσθήκη ζεύγους Ερώτησης - Απάντησης'; |
| | | $wb['Manage Questions'] = 'Διαχείριση Ερωτήσεων'; |
| | | ?> |
| | | |
| | |
| | | <?php |
| | | $wb['faq_faq_txt'] = 'Frequently Asked Questions'; |
| | | $wb['faq_question_txt'] = 'Question'; |
| | | $wb['faq_answer_txt'] = 'Answer'; |
| | | $wb['faq_section_txt'] = 'Section'; |
| | | $wb['faq_faq_txt'] = "Συχνές Ερωτήσεις"; |
| | | $wb['faq_question_txt'] = "Ερώτηση"; |
| | | $wb['faq_answer_txt'] = "Απάντηση"; |
| | | $wb['faq_section_txt'] = "Ενότητα"; |
| | | ?> |
| | | |
| | |
| | | <?php |
| | | $wb['faq_question_txt'] = 'Question'; |
| | | $wb['faq_section_name_txt'] = 'Section'; |
| | | $wb['faq_delete_txt'] = 'Delete'; |
| | | $wb['faq_edit_txt'] = 'Edit'; |
| | | $wb['faq_sections_txt'] = 'Section'; |
| | | $wb['faq_faq_questions_txt'] = 'Frequently Asked Questions'; |
| | | $wb['faq_new_question_txt'] = 'Add a new question & answer pair'; |
| | | $wb['faq_question_txt'] = 'Ερώτηση'; |
| | | $wb['faq_section_name_txt'] = 'Ενότητα'; |
| | | $wb['faq_delete_txt'] = 'Διαγραφή'; |
| | | $wb['faq_edit_txt'] = 'Επεξεργασία'; |
| | | $wb['faq_sections_txt'] = 'Ενότητα'; |
| | | $wb['faq_faq_questions_txt'] = 'Συχνές Ερωτήσεις'; |
| | | $wb['faq_new_question_txt'] = 'Προσθήκη ζεύγους Ερώτησης - Απάντησης'; |
| | | ?> |
| | | |
| | |
| | | <?php |
| | | $wb['faq_section_name_txt'] = 'Section Name'; |
| | | $wb['faq_section_name_txt'] = 'Όνομα Ενότητας'; |
| | | ?> |
| | | |
New file |
| | |
| | | <?php |
| | | $wb['edit_txt'] = 'Edit'; |
| | | ?> |
| | |
| | | <?php |
| | | $wb['faq_section_name_txt'] = 'Section Name'; |
| | | $wb['faq_delete_txt'] = 'Delete'; |
| | | $wb['faq_edit_txt'] = 'Edit'; |
| | | $wb['faq_sections_txt'] = 'Sections'; |
| | | $wb['faq_faq_sections_txt'] = 'FAQ Sections'; |
| | | $wb['faq_new_section_txt'] = 'Add a new section'; |
| | | $wb['faq_section_name_txt'] = 'Όνομα Ενότητας'; |
| | | $wb['faq_delete_txt'] = 'Διαγραφή'; |
| | | $wb['faq_edit_txt'] = 'Επεξεργασία'; |
| | | $wb['faq_sections_txt'] = 'Ενότητες'; |
| | | $wb['faq_faq_sections_txt'] = 'Ενότητες Ερωτήσεων'; |
| | | $wb['faq_new_section_txt'] = 'Προσθήκη Ενότητας'; |
| | | ?> |
| | | |
| | |
| | | $wb['subject_txt'] = 'Θέμα'; |
| | | $wb['message_txt'] = 'Μήνυμα'; |
| | | $wb['tstamp_txt'] = 'Ημερομηνία/Ώρα'; |
| | | $wb['reply_txt'] = 'Reply'; |
| | | $wb['reply_txt'] = 'Απάντηση'; |
| | | ?> |
| | | |
| | |
| | | $wb['subject_txt'] = 'Θέμα'; |
| | | $wb['add_new_record_txt'] = 'Νέο μήνυμα υποστήριξης'; |
| | | ?> |
| | | |
New file |
| | |
| | | <?php |
| | | $wb['edit_txt'] = 'Edit'; |
| | | ?> |
New file |
| | |
| | | <?php |
| | | $wb['edit_txt'] = 'Edit'; |
| | | ?> |
New file |
| | |
| | | <?php |
| | | $wb['edit_txt'] = 'Edit'; |
| | | ?> |
New file |
| | |
| | | <?php |
| | | $wb['edit_txt'] = 'Edit'; |
| | | ?> |
New file |
| | |
| | | <?php |
| | | $wb['edit_txt'] = 'Edit'; |
| | | ?> |
New file |
| | |
| | | <?php |
| | | $wb['edit_txt'] = 'Edit'; |
| | | ?> |
New file |
| | |
| | | <?php |
| | | $wb['edit_txt'] = 'Edit'; |
| | | ?> |
New file |
| | |
| | | <?php |
| | | $wb['edit_txt'] = 'Edit'; |
| | | ?> |
New file |
| | |
| | | <?php |
| | | $wb['edit_txt'] = 'Edit'; |
| | | ?> |
New file |
| | |
| | | <?php |
| | | $wb['edit_txt'] = 'Edit'; |
| | | ?> |
New file |
| | |
| | | <?php |
| | | $wb['edit_txt'] = 'Edit'; |
| | | ?> |
New file |
| | |
| | | <?php |
| | | $wb['edit_txt'] = 'Edit'; |
| | | ?> |
New file |
| | |
| | | <?php |
| | | $wb['edit_txt'] = 'Edit'; |
| | | ?> |
New file |
| | |
| | | <?php |
| | | $wb['edit_txt'] = 'Edit'; |
| | | ?> |
New file |
| | |
| | | <?php |
| | | $wb['edit_txt'] = 'Edit'; |
| | | ?> |
New file |
| | |
| | | <?php |
| | | $wb['edit_txt'] = 'Edit'; |
| | | ?> |
New file |
| | |
| | | <?php |
| | | $wb['edit_txt'] = 'Edit'; |
| | | ?> |
| | |
| | | > |
| | | <span>Delete</span></a> |
| | | </div> |
| | | <a href="#" onClick="loadContent('help/faq_edit.php?id={tmpl_var name='id'}');">Edit</a> |
| | | <a href="#" onClick="loadContent('help/faq_edit.php?id={tmpl_var name='id'}');">{tmpl_var name="edit_txt"}</a> |
| | | <br/> |
| | | <br/> |
| | | <br/> |
| | |
| | | $wb['password_txt'] = 'Συνθηματικό'; |
| | | $wb['login_button_txt'] = 'Είσοδος'; |
| | | ?> |
| | | |
| | |
| | | $wb['Domain Alias'] = 'Ψευδώνυμο Domain'; |
| | | $wb['Relay Recipients'] = 'Παραλήπτες Relay'; |
| | | ?> |
| | | |
| | |
| | | $wb['duplicate_mailbox_txt'] = 'Υπάρχει ήδη μια θυρίδα με αυτή τη διεύθυνση email'; |
| | | $wb['domain_txt'] = 'Domain'; |
| | | ?> |
| | | |
| | |
| | | $wb['email_txt'] = 'Email'; |
| | | $wb['add_new_record_txt'] = 'Νέο Ψευδώνυμο Email'; |
| | | ?> |
| | | |
| | |
| | | $wb['active_txt'] = 'Ενεργό'; |
| | | $wb['no_domain_perm'] = 'Δεν έχετε δικαιώματα σε αυτό το domain.'; |
| | | $wb['limit_mailaliasdomain_txt'] = 'Το μέγιστο πλήθος των ψευδωνύμων email domains για τον λογαριασμό σας, έχει εξαντληθεί'; |
| | | $wb['source_destination_identical_txt'] = 'Τα Domain Πηγή και Προορισμός είναι ίδια'; |
| | | $wb['source_destination_identical_txt'] = 'Τα Domain Εκκίνησης και Προορισμού είναι ίδια'; |
| | | $wb['source_error_empty'] = 'Το Domain Πηγή δεν έχει οριστεί'; |
| | | $wb['source_error_unique'] = 'Το Domain Πηγή πρέπει να είναι μοναδικό'; |
| | | $wb['source_error_regex'] = 'Μή έγκυρο όνομα για το Domain Πηγή'; |
| | | $wb['source_error_regex'] = 'Μή έγκυρο όνομα για το Domain Εκκίνησης'; |
| | | ?> |
| | | |
| | |
| | | $wb['destination_txt'] = 'Προορισμός'; |
| | | $wb['add_new_record_txt'] = 'Νέο ψευδωνύμο Domain'; |
| | | ?> |
| | | |
| | |
| | | $wb['type_txt'] = 'Τύπος'; |
| | | $wb['limit_mailfilter_txt'] = 'Έχετε φτάσει το μέγιστο πλήθος των φίλτρων email για τον λογαριασμό σας.'; |
| | | ?> |
| | | |
| | |
| | | $wb['add_new_record_txt'] = 'Νέα εγγραφή Blacklist'; |
| | | $wb['access_txt'] = 'πρόσβαση'; |
| | | ?> |
| | | |
| | |
| | | $wb['active_txt'] = 'Ενεργό'; |
| | | $wb['pattern_error_empty'] = 'Το μοτίβο δεν έχει οριστεί.'; |
| | | ?> |
| | | |
| | |
| | | $wb['action_txt'] = 'Ενέργεια'; |
| | | $wb['add_new_record_txt'] = 'Νέο φίλτρο περιεχομένου'; |
| | | ?> |
| | | |
| | |
| | | $wb['policy_txt'] = 'Spamfilter'; |
| | | $wb['no_policy'] = '- ανενεργό -'; |
| | | ?> |
| | | |
| | |
| | | $wb['active_txt'] = 'Ενεργό'; |
| | | $wb['sys_groupid_txt'] = 'Πελάτης'; |
| | | ?> |
| | | |
| | |
| | | $wb['domain_error_regex'] = 'Μη έγκρυρο όνομα domain ή το όνομα περιέχει μη επιτρεπόμενους χαρακτήρες'; |
| | | $wb['limit_mailcatchall_txt'] = 'Το μέγιστο πλήθος των email catchall για τον λογαριασμό σας, έχει εξαντληθεί.'; |
| | | ?> |
| | | |
| | |
| | | $wb['domain_txt'] = 'Domain'; |
| | | $wb['add_new_record_txt'] = 'Νέο Catchall'; |
| | | ?> |
| | | |
| | |
| | | $wb['add_new_record_txt'] = 'Νέο Domain'; |
| | | $wb['active_txt'] = 'Ενεργό'; |
| | | ?> |
| | | |
| | |
| | | $wb['duplicate_mailbox_txt'] = 'Υπάρχει ήδη μια θυρίδα με αυτή τη διεύθυνση email'; |
| | | $wb['domain_txt'] = 'Domain'; |
| | | ?> |
| | | |
| | |
| | | $wb['email_txt'] = 'Email'; |
| | | $wb['add_new_record_txt'] = 'Νέα προώθηση Email'; |
| | | ?> |
| | | |
| | |
| | | $wb['source_password_error_isempty'] = 'Το Συνθηματικό δεν έχει οριστεί.'; |
| | | $wb['destination_error_isemail'] = 'Δεν επιλέχθηκε προορισμός.'; |
| | | $wb['source_server_error_regex'] = 'Το όνομα του Pop3/Imap Server δεν είναι έγκυρο.'; |
| | | $wb['source_read_all_txt'] = 'Retrieve all emails (incl. read mails)'; |
| | | $wb['source_read_all_txt'] = 'Ανάκτηση όλων των emails (συμπερ. αναγνωσμένων mails)'; |
| | | ?> |
| | | |
| | |
| | | $wb['destination_txt'] = 'Προορισμός'; |
| | | $wb['add_new_record_txt'] = 'Νέος Λογαρισμός'; |
| | | ?> |
| | | |
| | |
| | | <?php |
| | | $wb['limit_mailmailinglist_txt'] = 'Limit reached'; |
| | | $wb['domain_error_empty'] = 'Domain is empty.'; |
| | | $wb['listname_error_empty'] = 'Listname is empty.'; |
| | | $wb['domain_error_regex'] = 'Invalid domain name.'; |
| | | $wb['email_in_use_txt'] = 'Email is in use'; |
| | | $wb['no_domain_perm'] = 'You have no permission for this domain.'; |
| | | $wb['password_strength_txt'] = 'Password strength'; |
| | | $wb['server_id_txt'] = 'Server'; |
| | | $wb['domain_txt'] = 'Domain'; |
| | | $wb['listname_txt'] = 'Listname'; |
| | | $wb['client_txt'] = 'Client'; |
| | | $wb['email_txt'] = 'Email'; |
| | | $wb['password_txt'] = 'Password'; |
| | | $wb['limit_mailmailinglist_txt'] = "Το όριο ξεπεράστηκε."; |
| | | $wb['domain_error_empty'] = "Το Domain είναι άδειο."; |
| | | $wb['listname_error_empty'] = "Η λίστα είναι άδεια."; |
| | | $wb['domain_error_regex'] = "Το όνομα domain δεν είναι έγκυρο/"; |
| | | $wb['email_in_use_txt'] = "Το email χρησιμοποιείται ήδη."; |
| | | $wb['no_domain_perm'] = "Δεν έχετε δικαιώματα σε αυτό το domain."; |
| | | $wb['password_strength_txt'] = "Δύναμη συνθηματικού"; |
| | | $wb['server_id_txt'] = "Server"; |
| | | $wb['domain_txt'] = "Domain"; |
| | | $wb['listname_txt'] = "Όνομα λίστας"; |
| | | $wb['client_txt'] = "Πελάτης"; |
| | | $wb['email_txt'] = "Email"; |
| | | $wb['password_txt'] = "Συνθηματικό"; |
| | | ?> |
| | | |
| | |
| | | <?php |
| | | $wb['list_head_txt'] = 'Mailing List'; |
| | | $wb['domain_txt'] = 'Domain'; |
| | | $wb['listname_txt'] = 'Listname'; |
| | | $wb['listname_txt'] = 'Όνομα Λίστας'; |
| | | ?> |
| | | |
| | |
| | | $wb['type_txt'] = 'Τύπος'; |
| | | $wb['limit_mailfilter_txt'] = 'Το μέγιστο πλήθος των φίλτρων email για τον λογαριασμό σας, εξαντλήθηκε.'; |
| | | ?> |
| | | |
| | |
| | | $wb['add_new_record_txt'] = 'Νέος παραλήπτης relay'; |
| | | $wb['access_txt'] = 'πρόσβαση'; |
| | | ?> |
| | | |
| | |
| | | $wb['spam_redirect_maildir_purge_txt'] = 'Εκκαθάριση φακέλου mail μετά'; |
| | | $wb['days_txt'] = 'Ημέρες.'; |
| | | ?> |
| | | |
| | |
| | | $wb['email_txt'] = 'Email'; |
| | | $wb['add_new_record_txt'] = 'Νέα εγγραφή φίλτρου Spam'; |
| | | ?> |
| | | |
| | |
| | | $wb['active_txt'] = 'Ενεργό'; |
| | | $wb['limit_mailrouting_txt'] = 'Το μέγιστο πλήθος των δρομολογήσεων email για τον λογαριασμό σας, εξαντλήθηκε.'; |
| | | ?> |
| | | |
| | |
| | | $wb['sort_order_txt'] = 'Ταξινόμηση κατά'; |
| | | $wb['add_new_record_txt'] = 'Νέα μεταφορά'; |
| | | ?> |
| | | |
| | |
| | | <?php |
| | | $wb['custom_mailfilter_txt'] = 'Προσαρμοσμένο φίλτρο'; |
| | | $wb['email_txt'] = 'Email'; |
| | | $wb['cryptpwd_txt'] = 'Συνθηματικό'; |
| | | $wb['password_strength_txt'] = 'Δύναμη Συνθηματικού'; |
| | | $wb['active_txt'] = 'Active'; |
| | | $wb['email_error_isemail'] = 'Η διεύθυνση Email δεν είναι έγκυρη.'; |
| | | $wb['email_error_unique'] = 'Διπλή διεύθυνση Email.'; |
| | | $wb['autoresponder_text_txt'] = 'Κείμενο'; |
| | | $wb['autoresponder_txt'] = 'Ενεργό'; |
| | | $wb['autoresponder_start_date_txt'] = 'Έναρξη'; |
| | | $wb['autoresponder_start_date_isfuture'] = 'Η ημερ. εκκίνησης δεν μπορεί να είναι στο παρελθόν.'; |
| | | $wb['autoresponder_end_date_txt'] = 'Λήξη'; |
| | | $wb['autoresponder_end_date_isgreater'] = 'Η ημερ. τέλους πρέπει να δωθεί και να είναι μεταγενέστερη της ημερ. εκκίνησης'; |
| | | $wb['no_domain_perm'] = 'You have no permission for this domain.'; |
| | | $wb['error_no_pwd'] = 'Το συνθηματικό δεν έχει οριστεί.'; |
| | | $wb['quota_error_isint'] = 'Το μέγεθος της θυρίδας πρέπει να είναι αριθμός.'; |
| | | $wb['quota_txt'] = 'Όριο χώρου'; |
| | | $wb['server_id_txt'] = 'Aerver_id'; |
| | | $wb['password_txt'] = 'Συνθηματικό'; |
| | | $wb['maildir_txt'] = 'Maildir'; |
| | | $wb['postfix_txt'] = 'Ενεργοποίηση Λήψης'; |
| | | $wb['access_txt'] = 'Ενεργοποίηση Πρόσβασης'; |
| | | $wb['policy_txt'] = 'Spamfilter'; |
| | | $wb['no_policy'] = '- ανενεργή -'; |
| | | $wb['limit_mailbox_txt'] = 'Έχετε φτάσει το μέγιστο πλήθος των θυρίδων για τον λογαριασμό σας.'; |
| | | $wb['limit_mailquota_txt'] = 'Έχετε φτάσει στο μέγεστο χώρο της θυρίδα σας.Ο μέγιστος διαθέσιμος χώρος σε MB είναι'; |
| | | $wb['disableimap_txt'] = 'Απενεργοποίηση IMAP'; |
| | | $wb['disablepop3_txt'] = 'Απενεργοποίηση POP3'; |
| | | $wb['duplicate_alias_or_forward_txt'] = 'Υπάρχει ήδη ένα ψευδωνύμο ή μία προώθηση με αυτή τη διεύθυνση email.'; |
| | | $wb['quota_error_value'] = 'Μη έγκυρη τιμή ορίου χώρου. Επιτρεπόμενες τιμές είναι: 0 για απεριόριστο ή αριθμοί > 1'; |
| | | $wb['move_junk_txt'] = 'Μετακίνηση των Spam Emails στο φάκελο Junk'; |
| | | $wb['name_txt'] = 'Πραγματικό Όνομα'; |
| | | $wb['name_optional_txt'] = '(Προαιρετικό)'; |
| | | $wb['autoresponder_active'] = 'Ενεργοποίηση αυτόματης απάντησης'; |
| | | $wb['cc_txt'] = 'Αποστολή αντιγράφου σε '; |
| | | $wb['cc_error_isemail'] = 'Το '; |
| | | $wb['domain_txt'] = 'Domain'; |
| | | $wb['now_txt'] = 'Now'; |
| | | $wb['login_error_unique'] = 'Login is already taken.'; |
| | | $wb['login_error_regex'] = 'Valid characters are A-Z, a-z, 0-9, ., _ and -.'; |
| | | $wb['login_txt'] = 'Login (optional)'; |
| | | $wb['error_login_email_txt'] = 'This login is not allowed. Please enter a different login or use the mail address as login.'; |
| | | $wb['custom_mailfilter_txt'] = "Προσαρμοσμένο φίλτρο"; |
| | | $wb['email_txt'] = "Email"; |
| | | $wb['cryptpwd_txt'] = "Συνθηματικό"; |
| | | $wb['password_strength_txt'] = "Δύναμη Συνθηματικού"; |
| | | $wb['active_txt'] = "Ενεργό"; |
| | | $wb['email_error_isemail'] = "Η διεύθυνση Email δεν είναι έγκυρη."; |
| | | $wb['email_error_unique'] = "Διπλή διεύθυνση Email."; |
| | | $wb['autoresponder_text_txt'] = "Κείμενο"; |
| | | $wb['autoresponder_txt'] = "Ενεργό"; |
| | | $wb['autoresponder_start_date_txt'] = "Έναρξη"; |
| | | $wb['autoresponder_start_date_isfuture'] = "Η ημερ. εκκίνησης δεν μπορεί να είναι στο παρελθόν."; |
| | | $wb['autoresponder_end_date_txt'] = "Λήξη"; |
| | | $wb['autoresponder_end_date_isgreater'] = "Η ημερ. τέλους πρέπει να δωθεί και να είναι μεταγενέστερη της ημερ. εκκίνησης"; |
| | | $wb['no_domain_perm'] = "Δεν έχετε δικαιώματα σε αυτό το domain."; |
| | | $wb['error_no_pwd'] = "Το συνθηματικό δεν έχει οριστεί."; |
| | | $wb['quota_error_isint'] = "Το μέγεθος της θυρίδας πρέπει να είναι αριθμός."; |
| | | $wb['quota_txt'] = "Όριο χώρου"; |
| | | $wb['server_id_txt'] = "Aerver_id"; |
| | | $wb['password_txt'] = "Συνθηματικό"; |
| | | $wb['maildir_txt'] = "Maildir"; |
| | | $wb['postfix_txt'] = "Ενεργοποίηση Λήψης"; |
| | | $wb['access_txt'] = "Ενεργοποίηση Πρόσβασης"; |
| | | $wb['policy_txt'] = "Φίλτρο Spam"; |
| | | $wb['no_policy'] = "- ανενεργή -"; |
| | | $wb['limit_mailbox_txt'] = "Έχετε φτάσει το μέγιστο πλήθος των θυρίδων για τον λογαριασμό σας."; |
| | | $wb['limit_mailquota_txt'] = "Έχετε φτάσει στο μέγεστο χώρο της θυρίδα σας.Ο μέγιστος διαθέσιμος χώρος σε MB είναι"; |
| | | $wb['disableimap_txt'] = "Απενεργοποίηση IMAP"; |
| | | $wb['disablepop3_txt'] = "Απενεργοποίηση POP3"; |
| | | $wb['duplicate_alias_or_forward_txt'] = "Υπάρχει ήδη ένα ψευδωνύμο ή μία προώθηση με αυτή τη διεύθυνση email."; |
| | | $wb['quota_error_value'] = "Μη έγκυρη τιμή ορίου χώρου. Επιτρεπόμενες τιμές είναι: 0 για απεριόριστο ή αριθμοί > 1"; |
| | | $wb['move_junk_txt'] = "Μετακίνηση των Spam Emails στο φάκελο Junk"; |
| | | $wb['name_txt'] = "Πραγματικό Όνομα"; |
| | | $wb['name_optional_txt'] = "(Προαιρετικό)"; |
| | | $wb['autoresponder_active'] = "Ενεργοποίηση αυτόματης απάντησης"; |
| | | $wb['cc_txt'] = "Αποστολή αντιγράφου σε "; |
| | | $wb['cc_error_isemail'] = "Προς"; |
| | | $wb['domain_txt'] = "Domain"; |
| | | $wb['now_txt'] = "Τώρα"; |
| | | $wb['login_error_unique'] = "Το όνομα χρησιμοποιείται ήδη"; |
| | | $wb['login_error_regex'] = "Έγγυροι χαρακτήρες είναι οι A-Z, a-z, 0-9, ., _ και -."; |
| | | $wb['login_txt'] = "Login (προαιτερικά)"; |
| | | $wb['error_login_email_txt'] = "Το όνομα δεν επιτρέπεται. Παρακαλούμε εισάγεται ένα διαφορετικό όνομα ή χρησιμοποιείστε την διεύθυνση e-mail."; |
| | | ?> |
| | | |
| | |
| | | $wb['source_txt'] = 'Πηγή'; |
| | | $wb['target_error_regex'] = 'Ο προορισμός μπορεί να περιέχει μόνο αυτούς τους χαρακτήρες: a-z, 0-9, -, ., _, και {κενό}'; |
| | | $wb['limit_mailfilter_txt'] = 'Έχετε φτάσει το μέγιστο πλήθος των φίλτρων mail.'; |
| | | $wb['subject_txt'] = 'Subject'; |
| | | $wb['from_txt'] = 'From'; |
| | | $wb['to_txt'] = 'To'; |
| | | $wb['contains_txt'] = 'Contains'; |
| | | $wb['is_txt'] = 'Is'; |
| | | $wb['begins_with_txt'] = 'Begins with'; |
| | | $wb['ends_with_txt'] = 'Ends with'; |
| | | $wb['move_to_txt'] = 'Move to'; |
| | | $wb['delete_txt'] = 'Delete'; |
| | | $wb['subject_txt'] = 'Θέμα'; |
| | | $wb['from_txt'] = 'Από'; |
| | | $wb['to_txt'] = 'Προς'; |
| | | $wb['contains_txt'] = 'Περιλαμβάνει'; |
| | | $wb['is_txt'] = 'είναι'; |
| | | $wb['begins_with_txt'] = 'Ξεκινά με'; |
| | | $wb['ends_with_txt'] = 'Τελειώνει σε'; |
| | | $wb['move_to_txt'] = 'Μετακίνηση σε'; |
| | | $wb['delete_txt'] = 'Διαγραφή'; |
| | | ?> |
| | | |
| | |
| | | $wb['page_of_txt'] = 'από'; |
| | | $wb['delete_confirmation'] = 'Θέλετε οπωσδήποτε να διαγράψετε το φίλτρο mail;'; |
| | | ?> |
| | | |
| | |
| | | $wb['name_txt'] = 'Πραγματικό Όνομα'; |
| | | $wb['login_txt'] = 'Login'; |
| | | ?> |
| | | |
| | |
| | | $wb['this_year_txt'] = 'Αυτό το χρόνο'; |
| | | $wb['last_year_txt'] = 'Τον τελευταίο χρόνο'; |
| | | ?> |
| | | |
| | |
| | | $wb['type_txt'] = 'Τύπος'; |
| | | $wb['limit_mailfilter_txt'] = 'Έχετε φτάσει το μέγιστο πλήθος των φίλτρων email για τον λογαριασμό σας.'; |
| | | ?> |
| | | |
| | |
| | | $wb['add_new_record_txt'] = 'Νέα εγγραφή στην λίστα των επιτρεπόμενων διευθύνσεων'; |
| | | $wb['access_txt'] = 'πρόσβαση'; |
| | | ?> |
| | | |
| | |
| | | $wb['active_txt'] = 'Ενεργό'; |
| | | $wb['limit_spamfilter_wblist_txt'] = 'Το μέγιστο πλήθος των Whitelist ή Blacklist εγγραφών για τον λογαριασμό σας, έχει εξαντληθεί.'; |
| | | ?> |
| | | |
| | |
| | | $wb['email_txt'] = 'Blacklisted Email'; |
| | | $wb['add_new_record_txt'] = 'Νέα εγγραφή Blacklist'; |
| | | ?> |
| | | |
| | |
| | | $wb['hostname_txt'] = 'Hostname'; |
| | | $wb['nameservers_txt'] = 'Nameservers'; |
| | | $wb['module_txt'] = 'Άρθρωμα Server'; |
| | | $wb['maildir_path_txt'] = 'Maildir Path'; |
| | | $wb['homedir_path_txt'] = 'Homedir Path'; |
| | | $wb['maildir_path_txt'] = 'Διαδρομή Maildir'; |
| | | $wb['homedir_path_txt'] = 'Διαδρομή Homedir'; |
| | | $wb['mailuser_uid_txt'] = 'Mailuser UID'; |
| | | $wb['mailuser_gid_txt'] = 'Mailuser GID'; |
| | | $wb['mailuser_name_txt'] = 'Mailuser Name'; |
| | | $wb['mailuser_group_txt'] = 'Mailuser Group'; |
| | | $wb['mailuser_name_txt'] = 'Όνομα Mailuser'; |
| | | $wb['mailuser_group_txt'] = 'Ομάδα Mailuser'; |
| | | $wb['relayhost_txt'] = 'Relayhost'; |
| | | $wb['relayhost_user_txt'] = 'Relayhost User'; |
| | | $wb['relayhost_user_txt'] = 'Χρήστης Relayhost'; |
| | | $wb['relayhost_password_txt'] = 'Συνθηματικό Relayhost'; |
| | | $wb['mailbox_size_limit_txt'] = 'Όριο μεγέθους θυρίδας'; |
| | | $wb['message_size_limit_txt'] = 'Όριο μεγέθους μηνύματος'; |
| | | ?> |
| | | |
| | |
| | | $wb['server_name_txt'] = 'Server'; |
| | | $wb['server_id_txt'] = 'server_id'; |
| | | ?> |
| | | |
| | |
| | | $wb['message_size_limit_txt'] = 'Όριο μεγέθους μηνύματος'; |
| | | $wb['banned_rulenames_txt'] = 'Banned rulenames'; |
| | | ?> |
| | | |
| | |
| | | $wb['bad_header_lover_txt'] = 'Αποδοχή κακών κεφαλίδων'; |
| | | $wb['add_new_record_txt'] = 'Νέα εγγραφή Πολιτικής'; |
| | | ?> |
| | | |
| | |
| | | $wb['fullname_txt'] = 'Όνομα'; |
| | | $wb['local_txt'] = 'Τοπικός'; |
| | | ?> |
| | | |
| | |
| | | $wb['email_txt'] = 'Email'; |
| | | $wb['add_new_record_txt'] = 'Νέος χρήστης Spamfilter'; |
| | | ?> |
| | | |
| | |
| | | $wb['active_txt'] = 'Ενεργό'; |
| | | $wb['limit_spamfilter_wblist_txt'] = 'Το μέγιστο πλήθος των White η Blacklist εγγραφών έχει εξαντληθεί.'; |
| | | ?> |
| | | |
| | |
| | | $wb['email_txt'] = 'Whitelisted Email'; |
| | | $wb['add_new_record_txt'] = 'Νέα εγγραφή Whitelist'; |
| | | ?> |
| | | |
| | |
| | | $wb['email_txt'] = 'Email Address'; |
| | | $wb['used_txt'] = 'Used space'; |
| | | ?> |
| | | |
| | |
| | | $wb['monitor_title_beancounter_txt'] = 'OpenVz VE BeanCounter'; |
| | | $wb['monitor_updates_nosupport_txt'] = 'Αυτή η εποπτεία δεν υποστηρίζεται για τη διανομή σας '; |
| | | $wb['monitor_beancounter_nosupport_txt'] = 'Αυτός ο server δεν είναι ένας OpenVz VE και δεν έχει πληροφορίες για τον beancounter'; |
| | | $wb['monitor_title_iptables_txt'] = 'IPTables Rules'; |
| | | $wb['Show fail2ban-Log'] = 'Show fail2ban-Log'; |
| | | $wb['Show IPTables'] = 'Show IPTables'; |
| | | $wb['monitor_title_iptables_txt'] = 'Κανόνες IPTables'; |
| | | $wb['Show fail2ban-Log'] = 'Εμφάνιση fail2ban-Log'; |
| | | $wb['Show IPTables'] = 'Εμφάνιση IPTables'; |
| | | $wb['Show OpenVz VE BeanCounter'] = 'Show OpenVz VE BeanCounter'; |
| | | ?> |
| | | |
| | |
| | | $wb['loglevel_txt'] = 'Επίπεδο καταγραφής'; |
| | | $wb['message_txt'] = 'Μήνυμα'; |
| | | ?> |
| | | |
| | |
| | | $ispcData = null; |
| | | foreach($records as $record) { |
| | | /* get the state from the db-data */ |
| | | _processDbState($record['type'], $serverId, $serverState, $messages); |
| | | _processDbState($record['type'], $serverId, &$serverState, &$messages); |
| | | /* if we have the os-info, get it */ |
| | | if ($record['type'] == 'os_info') { |
| | | $osData = unserialize($record['data']); |
| | |
| | | <h2><tmpl_var name="list_head_txt"></h2> |
| | | <p><tmpl_var name="list_desc_txt"></p> |
| | | |
| | | <div class="panel panel_sys_state"> |
| | | |
| | | <div class="pnl_toolsarea"> |
| | | <fieldset class="inlineLabels"><legend><tmpl_var name="monTransRefreshsq"></legend> |
| | | <div class="buttons"> |
| | | <div class="ctrlHolder"> |
| | | <label for="refreshinterval">{tmpl_var name='refreshinterval_txt'}</label> |
| | | <select name="refreshinterval" id="refreshinterval" class="selectInput" onChange="loadContentRefresh('monitor/show_sys_state.php?state={tmpl_var name="state_type"}')"> |
| | | {tmpl_var name='refresh'} |
| | | </select> |
| | | </div> |
| | | </div> |
| | | </fieldset> |
| | | </div> |
| | | |
| | | <div class="pnl_formarea"> |
| | | <fieldset><legend></legend> |
| | | <div class="stateview"><tmpl_var name="state_data"></div> |
| | | </fieldset> |
| | | </div> |
| | | |
| | | </div> |
| | | <h2><tmpl_var name="list_head_txt"></h2>
|
| | | <p><tmpl_var name="list_desc_txt"></p>
|
| | |
|
| | | <div class="panel panel_sys_state">
|
| | |
|
| | | <div class="pnl_toolsarea">
|
| | | <fieldset class="inlineLabels"><legend><tmpl_var name="monTransRefreshsq"></legend>
|
| | | <div class="buttons">
|
| | | <div class="ctrlHolder">
|
| | | <label for="refreshinterval">{tmpl_var name='refreshinterval_txt'}</label>
|
| | | <select name="refreshinterval" id="refreshinterval" class="selectInput withicons" onChange="loadContentRefresh('monitor/show_sys_state.php?state={tmpl_var name="state_type"}')">
|
| | | {tmpl_var name='refresh'}
|
| | | </select>
|
| | | </div>
|
| | | </div>
|
| | | </fieldset>
|
| | | </div>
|
| | | |
| | | <div class="pnl_formarea">
|
| | | <fieldset><legend></legend>
|
| | | <div class="stateview"><tmpl_var name="state_data"></div>
|
| | | </fieldset>
|
| | | </div>
|
| | |
|
| | | </div>
|
| | |
| | | } |
| | | else { |
| | | $data = unserialize($record['data']); |
| | | $html .= nl2br($data['output']); |
| | | $html .= nl2br(html_entity_decode($data['output'])); |
| | | } |
| | | $html .= '</div></div>'; |
| | | } else { |
| | |
| | | $form["auth_preset"]["perm_group"] = 'riud'; //r = read, i = insert, u = update, d = delete |
| | | $form["auth_preset"]["perm_other"] = ''; //r = read, i = insert, u = update, d = delete |
| | | |
| | | $auth_sql = $app->tform->getAuthSQL('r', 'web_domain'); |
| | | |
| | | $form["tabs"]['user'] = array ( |
| | | 'title' => "Folder", |
| | | 'width' => 100, |
| | |
| | | 'formtype' => 'SELECT', |
| | | 'default' => '', |
| | | 'datasource' => array ( 'type' => 'SQL', |
| | | 'querystring' => "Select concat(web_domain.domain,' ',web_folder.path) as name, web_folder.web_folder_id from web_domain, web_folder WHERE web_domain.domain_id = web_folder.parent_domain_id AND {AUTHSQL} ORDER BY web_domain.domain", |
| | | 'querystring' => "Select concat(web_domain.domain,' ',web_folder.path) as name, web_folder.web_folder_id from web_domain, web_folder WHERE web_domain.domain_id = web_folder.parent_domain_id AND ".$auth_sql." ORDER BY web_domain.domain", |
| | | 'keyfield'=> 'web_folder_id', |
| | | 'valuefield'=> 'name' |
| | | ), |
| | |
| | | $wb['Cron Jobs'] = 'Εργασίες Cron'; |
| | | $wb['Statistics'] = 'Στατιστικά'; |
| | | $wb['Web traffic'] = 'Κίνηση Web'; |
| | | $wb['Website quota (Harddisk)'] = 'Website quota (Harddisk)'; |
| | | $wb['Website quota (Harddisk)'] = 'Όριο δίσκου Website (Harddisk)'; |
| | | ?> |
| | | |
| | |
| | | $wb['command_error_format'] = 'Η μορφοποίηση για την εντολή δεν είναι έγκυρη. Παρακαλούμε σημειώστε ότι στην περίπτωση του url μόνο τα http/https επιτρέπονται.'; |
| | | $wb['unknown_fieldtype_error'] = 'Χρησιμοποιήθηκε άγνωστός τύπος πεδίου.'; |
| | | ?> |
| | | |
| | |
| | | $wb['add_new_cron_txt'] = 'Νέα εργασία Cron'; |
| | | $wb['parent_domain_id_txt'] = 'Website'; |
| | | ?> |
| | | |
| | |
| | | $wb['database_name_error_regex'] = 'Μή έγκυρο όνομα βάσης δεδομένων. Το όνομα της βάσης μπορεί να περιέχει αυτούς τους χαρακτήρες: a-z, A-Z, 0-9 και την κάτω παύλα. Μέγεθος: 2 - 64 χαρακτήρες.'; |
| | | $wb['database_user_error_empty'] = 'Το όνομα της βάσης δεδομένων δεν έχει οριστεί.'; |
| | | $wb['database_user_error_unique'] = 'Υπάρχει ήδη ένας χρήστης με αυτό το όνομα στον server. Για να φτιάξετε ένα μοναδικό όνομα, π.χ. βάλτε μπροστά από το όνομα, το όνομα του domain.'; |
| | | $wb['database_user_error_regex'] = 'Μή έγκυρο όνομα χρήστη. Το όνομα χρήστη μπορεί να περιέχει αυτούς τους χαρακτήρες: a-z, A-Z, 0-9 και την κάτω παύλα. Μέγεθος: 2 - 64 χαρακτήρες.'; |
| | | $wb['database_user_error_regex'] = 'Μη έγκυρο όνομα χρήστη. Το όνομα χρήστη μπορεί να περιέχει αυτούς τους χαρακτήρες: a-z, A-Z, 0-9 και την κάτω παύλα. Μέγεθος: 2 - 64 χαρακτήρες.'; |
| | | $wb['limit_database_txt'] = 'Έχετε φτάσει το μέγιστο πλήθος των βάσεων δεδομένων.'; |
| | | $wb['database_name_change_txt'] = 'Το όνομα της βάσης δεδομένων δεν μπορεί να αλλαχθεί'; |
| | | $wb['database_charset_change_txt'] = 'Η κωδικοποίηση χαρακτήρων δεν μπορεί να αλλάξει'; |
| | | $wb['database_name_error_len'] = 'Το όνομα της βάσης δεδομένων - {db} - είναι πολύ μεγάλο. Το συνολικό μέγιστο μέγεθος δεν μπορεί να ξεπερνά τους 64 χαρακτήρες.'; |
| | | $wb['database_user_error_len'] = 'Το όνομα χρήστη της βάσης δεδομένων - {user}- είναι πολύ μεγάλο. Το συνολικό μέγιστο μέγεθος δεν μπορεί να ξεπερνά τους 16 χαρακτήρες.'; |
| | | ?> |
| | | |
| | |
| | | $wb['add_new_record_txt'] = 'Νέα βάση δεδομένων'; |
| | | $wb['sys_groupid_txt'] = 'Πελάτης'; |
| | | ?> |
| | | |
| | |
| | | $wb['database_name_txt'] = 'Όνομα Βάσης Δεδομένων'; |
| | | $wb['add_new_record_txt'] = 'Νέα Βάσης Δεδομένων'; |
| | | ?> |
| | | |
| | |
| | | $wb['directory_error_empty'] = 'Ο Φάκελος δεν έχει οριστεί.'; |
| | | $wb['directory_error_notinweb'] = 'Ο φάκελος δεν βρίσκεται μέσα στον ριζικό φάκελο web.'; |
| | | $wb['parent_domain_id_error_empty'] = 'Δεν επιλέχθηκε website.'; |
| | | $wb['quota_size_error_regex'] = 'Quota: enter a -1 for unlimited or a number > 0'; |
| | | $wb['quota_size_error_regex'] = 'Όριο: εισάγετε -1 για απεριόριστα ή έναν αριθμό > 0'; |
| | | ?> |
| | | |
| | |
| | | $wb['username_txt'] = 'Όνομα Χρήστη'; |
| | | $wb['add_new_record_txt'] = 'Νεός χρήστης FTP'; |
| | | ?> |
| | | |
| | |
| | | $wb['directory_error_empty'] = 'Ο φάκελος δεν έχει οριστεί'; |
| | | $wb['limit_shell_user_txt'] = 'Φτάσατε το μέγιστο πλήθος τον λογαριασμών Shell'; |
| | | $wb['parent_domain_id_error_empty'] = 'Δεν επιλέχθηκε website'; |
| | | $wb['ssh_rsa_txt'] = 'SSH-RSA Public Key (for key-based logins)'; |
| | | $wb['ssh_rsa_txt'] = 'Δημόσιο Κλειδί SSH-RSA (για key-based logins)'; |
| | | ?> |
| | | |
| | |
| | | $wb['username_txt'] = 'Όνομα Χρήστη'; |
| | | $wb['add_new_record_txt'] = 'Νεός χρήστης Shell'; |
| | | ?> |
| | | |
| | |
| | | $wb['hard_txt'] = 'Απόλυτο όριο'; |
| | | $wb['soft_txt'] = 'Διαλακτικό όριο'; |
| | | ?> |
| | | |
| | |
| | | $wb['no_flag_txt'] = 'No flag'; |
| | | $wb['none_txt'] = 'None'; |
| | | ?> |
| | | |
| | |
| | | $wb['stats_user_txt'] = 'Όνομα Χρήστη Στατιστικών Web'; |
| | | $wb['stats_type_txt'] = 'Πρόγραμμα Στατιστικών Web'; |
| | | $wb['custom_php_ini_txt'] = 'Προσαρμοσμένες ρυθμίσεις php.ini'; |
| | | $wb['none_txt'] = 'None'; |
| | | $wb['disabled_txt'] = 'Disabled'; |
| | | $wb['no_redirect_txt'] = 'No redirect'; |
| | | $wb['no_flag_txt'] = 'No flag'; |
| | | $wb['save_certificate_txt'] = 'Save certificate'; |
| | | $wb['create_certificate_txt'] = 'Create certificate'; |
| | | $wb['delete_certificate_txt'] = 'Delete certificate'; |
| | | $wb['ipv6_address_txt'] = 'IPv6-Address'; |
| | | $wb['nginx_directives_txt'] = 'nginx Directives'; |
| | | $wb['seo_redirect_txt'] = 'SEO Redirect'; |
| | | $wb['none_txt'] = 'Κανάνα'; |
| | | $wb['disabled_txt'] = 'Απενεργοπ.'; |
| | | $wb['no_redirect_txt'] = 'Χωρίς Ανακατεύθυνση'; |
| | | $wb['no_flag_txt'] = 'Χωρίς Σημαία'; |
| | | $wb['save_certificate_txt'] = 'Αποθήκευση Πιστοποιητικού'; |
| | | $wb['create_certificate_txt'] = 'Δημιουργία Πιστοποιητικού'; |
| | | $wb['delete_certificate_txt'] = 'Διαγραφή Πιστοποιητικού'; |
| | | $wb['ipv6_address_txt'] = 'Διεύθυνση IPv6'; |
| | | $wb['nginx_directives_txt'] = 'Ντιρεκτίβες nginx'; |
| | | $wb['seo_redirect_txt'] = 'Ανακατεύθυνση SEO'; |
| | | $wb['non_www_to_www_txt'] = 'Non-www -> www'; |
| | | $wb['www_to_non_www_txt'] = 'www -> non-www'; |
| | | $wb['php_fpm_use_socket_txt'] = 'Use Socket For PHP-FPM'; |
| | |
| | | $wb['pm_min_spare_servers_error_regex'] = 'PHP-FPM pm.min_spare_servers must be a positive integer value.'; |
| | | $wb['pm_max_spare_servers_error_regex'] = 'PHP-FPM pm.max_spare_servers must be a positive integer value.'; |
| | | ?> |
| | | |
| | |
| | | $wb['domain_txt'] = 'Domain'; |
| | | $wb['add_new_record_txt'] = 'Νέο website'; |
| | | ?> |
| | | |
| | |
| | | $wb['domain_txt'] = 'Domain'; |
| | | $wb['add_new_record_txt'] = 'Νέο website'; |
| | | ?> |
| | | |
| | |
| | | <?php |
| | | $wb['server_id_txt'] = 'Server'; |
| | | $wb['parent_domain_id_txt'] = 'Website'; |
| | | $wb['path_txt'] = 'Path'; |
| | | $wb['active_txt'] = 'Active'; |
| | | $wb['path_error_regex'] = 'Invalid folder path.'; |
| | | $wb['path_txt'] = 'Διαδρομή'; |
| | | $wb['active_txt'] = 'Ενεργό'; |
| | | $wb['path_error_regex'] = 'Μη έγκυρη διαδρομή φακέλου.'; |
| | | ?> |
| | | |
| | |
| | | <?php |
| | | $wb['list_head_txt'] = 'Folder'; |
| | | $wb['active_txt'] = 'Active'; |
| | | $wb['list_head_txt'] = 'Φάκελος'; |
| | | $wb['active_txt'] = 'Ενεργός'; |
| | | $wb['server_id_txt'] = 'Server'; |
| | | $wb['parent_domain_id_txt'] = 'Website'; |
| | | $wb['path_txt'] = 'Path'; |
| | | $wb['path_txt'] = 'Διαδρομή'; |
| | | ?> |
| | | |
| | |
| | | <?php |
| | | $wb['web_folder_id_txt'] = 'Folder'; |
| | | $wb['username_txt'] = 'Username'; |
| | | $wb['password_txt'] = 'Password'; |
| | | $wb['active_txt'] = 'Active'; |
| | | $wb['folder_error_empty'] = 'No web folder selecetd.'; |
| | | $wb['web_folder_id_txt'] = "Φάκελος"; |
| | | $wb['username_txt'] = "Όνομα Χρήστη"; |
| | | $wb['password_txt'] = "Συνθηματικό"; |
| | | $wb['active_txt'] = "Ενεργός"; |
| | | $wb['folder_error_empty'] = "Δεν επιλέχθηκε φάκελος web."; |
| | | ?> |
| | | |
| | |
| | | <?php |
| | | $wb['list_head_txt'] = 'Folder User'; |
| | | $wb['active_txt'] = 'Active'; |
| | | $wb['web_folder_id_txt'] = 'Folder'; |
| | | $wb['username_txt'] = 'Username'; |
| | | $wb['list_head_txt'] = 'Χρήστης Φακέλου'; |
| | | $wb['active_txt'] = 'Ενεργός'; |
| | | $wb['web_folder_id_txt'] = 'Φάκελος'; |
| | | $wb['username_txt'] = 'Όνομα Χρήστη'; |
| | | ?> |
| | | |
| | |
| | | $wb['this_year_txt'] = 'Αυτό το χρόνο'; |
| | | $wb['last_year_txt'] = 'Τον τελευταίο χρόνο'; |
| | | ?> |
| | | |
| | |
| | | $wb['domain_error_regex'] = 'Το όνομα του Domain δεν είναι έγκυρο.'; |
| | | $wb['host_txt'] = 'Host'; |
| | | $wb['redirect_error_regex'] = 'Η διαδρομή ανακατεύθυνσης δεν είναι έγκυρη. Έγκυρες διαδρομές είναι για παράδειγμα οι: /test/ ή http://www.domain.tld/test/'; |
| | | $wb['no_redirect_txt'] = 'No redirect'; |
| | | $wb['no_flag_txt'] = 'No flag'; |
| | | $wb['no_redirect_txt'] = 'Χωρίς Ανακατεύθυνση'; |
| | | $wb['no_flag_txt'] = 'Χωρίς Σημαία'; |
| | | ?> |
| | | |
| | |
| | | $wb['domain_txt'] = 'Subdomain'; |
| | | $wb['add_new_record_txt'] = 'Νέο subdomain'; |
| | | ?> |
| | | |
| | |
| | | $wb['directory_error_empty'] = 'Ο φάκελος δεν έχει οριστεί.'; |
| | | $wb['parent_domain_id_error_empty'] = 'Δεν επιλέχθηκε website.'; |
| | | ?> |
| | | |
| | |
| | | $wb['username_txt'] = 'Όνομα Χρήστη'; |
| | | $wb['add_new_record_txt'] = 'Νεός χρήστης Webdav'; |
| | | ?> |
| | | |
| | |
| | | // Enable auth |
| | | $liste["auth"] = "yes"; |
| | | |
| | | $auth_sql = $app->tform->getAuthSQL('r', 'web_domain'); |
| | | |
| | | |
| | | /***************************************************** |
| | | * Suchfelder |
| | |
| | | 'prefix' => "", |
| | | 'suffix' => "", |
| | | 'datasource' => array ( 'type' => 'SQL', |
| | | 'querystring' => "Select concat(web_domain.domain,' ',web_folder.path) as name, web_folder.web_folder_id from web_domain, web_folder WHERE web_domain.domain_id = web_folder.parent_domain_id AND {AUTHSQL} ORDER BY web_domain.domain", |
| | | 'querystring' => "Select concat(web_domain.domain,' ',web_folder.path) as name, web_folder.web_folder_id from web_domain, web_folder WHERE web_domain.domain_id = web_folder.parent_domain_id AND ".$auth_sql." ORDER BY web_domain.domain", |
| | | 'keyfield'=> 'web_folder_id', |
| | | 'valuefield'=> 'name' |
| | | ), |
| | |
| | | $wb['password_strength_4_txt'] = 'Δυνατό'; |
| | | $wb['password_strength_5_txt'] = 'Πολύ δυνατό'; |
| | | ?> |
| | | |
| | |
| | | .dashboard-modules.help { background-image: url('../../icons/x32/help.png') !important; } |
| | | .dashboard-modules.domain { background-image: url('../../icons/x32/domain.png') !important; } |
| | | .dashboard-modules.sites { background-image: url('../../icons/x32/sites.png') !important; } |
| | | .dashboard-modules.billing { background-image: url('../../icons/x32/calculator.png') !important; } |
| | | |
| | | .panel_dashboard h2 { |
| | | font-size:20px; |
| | |
| | | $wb['Settings'] = 'Ρυθμίσεις'; |
| | | $wb['ISPConfig Tools'] = 'Εργαλεία ISPConfig'; |
| | | $wb['Password and Language'] = 'Συνθηματικό και Γλώσσα'; |
| | | $wb['ispconfig_tools_note'] = 'This module allows you to change the password and language and to start a resync of the DNS records.'; |
| | | $wb['ispconfig_tools_note'] = 'Το άρθρωμα σας επιτρέπει να αλλάξετε το συνθηματικό και την γλώσσα και να ξεκινήσετε έναν επανασυγχρονισμό των εγγραφών DNS.'; |
| | | ?> |
| | | |
| | |
| | | $wb['Form to edit the user password and language.'] = 'Φόρμα επεξεργασίας συνθηματικού και γλώσσας'; |
| | | $wb['Settings'] = 'Ρυθμίσεις'; |
| | | ?> |
| | | |
| | |
| | | <?php |
| | | $wb['Virtual Servers'] = 'Virtual Servers'; |
| | | $wb['Virtual Servers'] = 'Εικονικοί Servers'; |
| | | $wb['OS Templates'] = 'OS Templates'; |
| | | $wb['VM Templates'] = 'VM Templates'; |
| | | $wb['IP addresses'] = 'IP addresses'; |
| | | $wb['IP addresses'] = 'Διευθύνσεις IP'; |
| | | $wb['OpenVZ'] = 'OpenVZ'; |
| | | ?> |
| | | |
| | |
| | | <?php |
| | | $wb['head_txt'] = 'Virtual server actions for VM:'; |
| | | $wb['start_txt'] = 'Start virtual server'; |
| | | $wb['stop_txt'] = 'Stop virtual server'; |
| | | $wb['restart_txt'] = 'Restart virtual server'; |
| | | $wb['ostemplate_txt'] = 'Create OSTemplate'; |
| | | $wb['ostemplate_desc_txt'] = '(example: debian-6.0-i386-custom)'; |
| | | $wb['btn_save_txt'] = 'Execute selected action'; |
| | | $wb['btn_cancel_txt'] = 'Cancel'; |
| | | $wb['start_exec_txt'] = 'Start command has been sent to the VM host server. It may take a minute until the VM is started.'; |
| | | $wb['stop_exec_txt'] = 'Stop command has been sent to the VM host server. It may take a minute until the VM is stopped.'; |
| | | $wb['restart_exec_txt'] = 'Restart command has been sent to the VM host server. It may take a minute until the VM is restarted.'; |
| | | $wb['ostemplate_name_error'] = 'The OSTemplate name conatains unallowed characters.'; |
| | | $wb['ostemplate_name_unique_error'] = 'There is already a OSTemplate with that name.'; |
| | | $wb['ostemplate_exec_txt'] = 'The command to create a OSTemplate has been sent to the host server. It will take several minutes until the OSTemplate has been created.'; |
| | | $wb['start_txt'] = 'Εκκίνηση εικονικού server'; |
| | | $wb['stop_txt'] = 'Τερματισμός εικονικού server'; |
| | | $wb['restart_txt'] = 'Επαννεκίνηση εικονικού server'; |
| | | $wb['ostemplate_txt'] = 'Δημιουργία OSTemplate'; |
| | | $wb['ostemplate_desc_txt'] = '(παράδειγμα: debian-6.0-i386-custom)'; |
| | | $wb['btn_save_txt'] = 'Εκτέλεση επιλεγμένης ενέργειας'; |
| | | $wb['btn_cancel_txt'] = 'Άκυρο'; |
| | | $wb['start_exec_txt'] = 'Η εντολή εκκίνησης εστάλει στον VM host server. Μπορεί να διαρκέσει περισσότερο από ένα λεπτό η εκκίνηση του VM.'; |
| | | $wb['stop_exec_txt'] = 'Η εντολή τερματισμού εστάλει στον VM host server. Μπορεί να διαρκέσει περισσότερο από ένα λεπτό ο τερματισμός του VM.'; |
| | | $wb['restart_exec_txt'] = 'Η εντολή επανεκκίνησης εστάλει στον VM host server. Μπορεί να διαρκέσει περισσότερο από ένα λεπτό η επανεκκίνηση του VM.'; |
| | | $wb['ostemplate_name_error'] = 'Το OSTemplate περιέχει μη επιτρεπτούς χαρακτήρες.'; |
| | | $wb['ostemplate_name_unique_error'] = 'Υπάρχει ήδη ένα OSTemplate με αυτό το όνομα.'; |
| | | $wb['ostemplate_exec_txt'] = 'Η εντολή δημιουργίας του OSTemplate εστάλει στον server. Μπορεί να διαρκέσει αρκετά λεπτά η πλήρης δημιουργία του OSTemplate.'; |
| | | ?> |
| | | |
| | |
| | | <?php |
| | | $wb['server_id_txt'] = 'Hostserver'; |
| | | $wb['ip_address_txt'] = 'IP address'; |
| | | $wb['vm_id_txt'] = 'Virtual server'; |
| | | $wb['ip_address_txt'] = 'Διεύθυνση IP'; |
| | | $wb['vm_id_txt'] = 'Εικονικός server'; |
| | | $wb['reserved_txt'] = 'Reserved'; |
| | | $wb['ip_error_wrong'] = 'Please fill in a valid IPv4 address.'; |
| | | $wb['ip_error_unique'] = 'This IP address does already exist.'; |
| | | $wb['IP address'] = 'IP address'; |
| | | $wb['ip_error_wrong'] = 'Παρακαλούμε συμπληρώστε μια έγκυρη διεύθυνση IPv4.'; |
| | | $wb['ip_error_unique'] = 'Η διεύθυνση IP υπάρχει ήδη.'; |
| | | $wb['IP address'] = 'Διεύθυνση IP'; |
| | | ?> |
| | | |
| | |
| | | <?php |
| | | $wb['list_head_txt'] = 'OpenVZ IP addresses'; |
| | | $wb['list_head_txt'] = 'Διευθύνσεις IP OpenVZ'; |
| | | $wb['server_id_txt'] = 'Server'; |
| | | $wb['ip_address_txt'] = 'IP address'; |
| | | $wb['ip_address_txt'] = 'Διεύθυνση IP'; |
| | | $wb['reserved_txt'] = 'Reserved'; |
| | | ?> |
| | | |
| | |
| | | <?php |
| | | $wb['template_name_txt'] = 'Template name'; |
| | | $wb['template_file_txt'] = 'Template filename'; |
| | | $wb['template_name_txt'] = 'Όνομα προτύπυ'; |
| | | $wb['template_file_txt'] = 'Αρχείο προτύπου'; |
| | | $wb['server_id_txt'] = 'Server'; |
| | | $wb['allservers_txt'] = 'Exists on all servers'; |
| | | $wb['active_txt'] = 'Active'; |
| | | $wb['description_txt'] = 'Description'; |
| | | $wb['template_name_error_empty'] = 'Template name is empty.'; |
| | | $wb['template_file_error_empty'] = 'Template filename is empty.'; |
| | | $wb['Template'] = 'Template'; |
| | | $wb['allservers_txt'] = 'Υπάρχει σε όλους τους servers'; |
| | | $wb['active_txt'] = 'Ενεργό'; |
| | | $wb['description_txt'] = 'Περιγραφή'; |
| | | $wb['template_name_error_empty'] = 'Το όνομα του προτύπου είναι κενό.'; |
| | | $wb['template_file_error_empty'] = 'Το αρχείο του προτύπου δεν έχει καθοριστεί.'; |
| | | $wb['Template'] = 'Πρότυπο'; |
| | | ?> |
| | | |
| | |
| | | <?php |
| | | $wb['list_head_txt'] = 'OpenVZ OSTemplate'; |
| | | $wb['active_txt'] = 'Active'; |
| | | $wb['template_name_txt'] = 'Template name'; |
| | | $wb['active_txt'] = 'Ενεργό'; |
| | | $wb['template_name_txt'] = 'Όνομα προτύπου'; |
| | | $wb['server_id_txt'] = 'Server'; |
| | | $wb['allservers_txt'] = 'Exists on all servers'; |
| | | $wb['allservers_txt'] = 'Υπάρχει σε όλους τους servers'; |
| | | $wb['ostemplate_id_txt'] = 'ID'; |
| | | ?> |
| | | |
| | |
| | | $wb['diskspace_txt'] = 'Diskspace'; |
| | | $wb['ram_txt'] = 'RAM (guaranteed)'; |
| | | $wb['ram_burst_txt'] = 'RAM (burst)'; |
| | | $wb['cpu_units_txt'] = 'CPU units'; |
| | | $wb['cpu_num_txt'] = 'CPU cores'; |
| | | $wb['cpu_limit_txt'] = 'CPU limit %'; |
| | | $wb['io_priority_txt'] = 'I/O priority'; |
| | | $wb['cpu_units_txt'] = 'Μονάδες CPU'; |
| | | $wb['cpu_num_txt'] = 'Αριθμός CPU'; |
| | | $wb['cpu_limit_txt'] = 'Όριο CPU %'; |
| | | $wb['io_priority_txt'] = 'Προτεραιότητα Ε/Ε'; |
| | | $wb['active_txt'] = 'Active'; |
| | | $wb['description_txt'] = 'Description'; |
| | | $wb['numproc_desc_txt'] = 'Number of processes and threads.'; |
| | | $wb['description_txt'] = 'Περιγραφή'; |
| | | $wb['numproc_desc_txt'] = 'Πλήθος διεργασιών και νημάτων.'; |
| | | $wb['numtcpsock_desc_txt'] = 'Number of TCP sockets.'; |
| | | $wb['numothersock_desc_txt'] = 'Number of sockets other than TCP.'; |
| | | $wb['vmguarpages_desc_txt'] = 'Memory allocation guarantee, in pages.'; |
| | |
| | | $wb['lockedpages_desc_txt'] = 'Process pages not allowed to be swapped out (pages locked by mlock(2)).'; |
| | | $wb['shmpages_desc_txt'] = 'Total size of shared memory (IPC, shared anonymous mappings and tmpfs objects), in pages.'; |
| | | $wb['physpages_desc_txt'] = 'Total number of RAM pages used by processes.'; |
| | | $wb['numfile_desc_txt'] = 'Number of open files.'; |
| | | $wb['numflock_desc_txt'] = 'Number of file locks.'; |
| | | $wb['numpty_desc_txt'] = 'Number of pseudo-terminals.'; |
| | | $wb['numfile_desc_txt'] = 'Αριθμός ανοιχτών αρχείων.'; |
| | | $wb['numflock_desc_txt'] = 'Αριθμός κλειδωμάτων αρχείων.'; |
| | | $wb['numpty_desc_txt'] = 'Αριθμός ψευδο-τερματικών'; |
| | | $wb['numsiginfo_desc_txt'] = 'Number of siginfo structures.'; |
| | | $wb['dcachesize_desc_txt'] = 'Total size of dentry and inode structures locked in memory.'; |
| | | $wb['numiptent_desc_txt'] = 'Number of NETFILTER (IP packet filtering) entries.'; |
| | | $wb['swappages_desc_txt'] = 'Amount of swap space to show in container.'; |
| | | $wb['create_dns_txt'] = 'Create DNS for hostname'; |
| | | $wb['template_name_error_empty'] = 'Template name is empty.'; |
| | | $wb['create_dns_txt'] = 'Δημιουργία DNS για το hostname'; |
| | | $wb['template_name_error_empty'] = 'Το όνομα του προτύπου είναι κενό.'; |
| | | $wb['diskspace_error_empty'] = 'Diskspace is empty.'; |
| | | $wb['ram_error_empty'] = 'RAM (guaranteed) is empty.'; |
| | | $wb['ram_burst_error_empty'] = 'RAM (burst) is empty.'; |
| | |
| | | $wb['Template'] = 'Template'; |
| | | $wb['Advanced'] = 'Advanced'; |
| | | ?> |
| | | |
| | |
| | | <?php |
| | | $wb['list_head_txt'] = 'OpenVZ Virtual Machine Template'; |
| | | $wb['active_txt'] = 'Active'; |
| | | $wb['template_name_txt'] = 'Template name'; |
| | | $wb['list_head_txt'] = 'Πρότυπο Εικονικής Μηχανής OpenVZ'; |
| | | $wb['active_txt'] = 'Ενεργό'; |
| | | $wb['template_name_txt'] = 'Όνομα Προτύπου'; |
| | | ?> |
| | | |
| | |
| | | <?php |
| | | $wb['diskspace_txt'] = 'Diskspace'; |
| | | $wb['ram_txt'] = 'RAM (guaranteed)'; |
| | | $wb['diskspace_txt'] = 'Χώρος Δίσκου'; |
| | | $wb['ram_txt'] = 'RAM (εγγυημένη)'; |
| | | $wb['ram_burst_txt'] = 'RAM (burst)'; |
| | | $wb['cpu_units_txt'] = 'CPU units'; |
| | | $wb['cpu_num_txt'] = 'CPU number'; |
| | | $wb['cpu_limit_txt'] = 'CPU limit'; |
| | | $wb['io_priority_txt'] = 'I/O priority'; |
| | | $wb['cpu_units_txt'] = 'Μονάδες CPU'; |
| | | $wb['cpu_num_txt'] = 'Αριθμός CPU'; |
| | | $wb['cpu_limit_txt'] = 'Όριο CPU'; |
| | | $wb['io_priority_txt'] = 'Προτεραιότητα Ε/Ε'; |
| | | $wb['nameserver_txt'] = 'Nameserver(s)'; |
| | | $wb['nameserver_desc_txt'] = '(separated by whitespace)'; |
| | | $wb['capability_txt'] = 'Capability'; |
| | | $wb['nameserver_desc_txt'] = '(διαχωριστικός χαρακτήρας το κενό)'; |
| | | $wb['capability_txt'] = 'Δυνατότητα'; |
| | | $wb['server_id_txt'] = 'Hostserver'; |
| | | $wb['ostemplate_id_txt'] = 'OSTemplate'; |
| | | $wb['template_id_txt'] = 'Template'; |
| | | $wb['ip_address_txt'] = 'IP address'; |
| | | $wb['template_id_txt'] = 'Πρότυπο'; |
| | | $wb['ip_address_txt'] = 'Διεύθυνση IP'; |
| | | $wb['hostname_txt'] = 'Hostname'; |
| | | $wb['vm_password_txt'] = 'VM Password'; |
| | | $wb['start_boot_txt'] = 'Start at boot'; |
| | | $wb['active_txt'] = 'Active'; |
| | | $wb['description_txt'] = 'Description'; |
| | | $wb['client_group_id_txt'] = 'Client'; |
| | | $wb['vm_password_txt'] = 'Συνθηματικό VM'; |
| | | $wb['start_boot_txt'] = 'Εκκίνηση στο boot'; |
| | | $wb['active_txt'] = 'EΕνεργός'; |
| | | $wb['description_txt'] = 'Περιγραφή'; |
| | | $wb['client_group_id_txt'] = 'Πελάτης'; |
| | | $wb['veid_txt'] = 'VEID'; |
| | | $wb['create_dns_txt'] = 'Create DNS for hostname'; |
| | | $wb['active_until_date_txt'] = 'Active until date'; |
| | | $wb['ip_address_error_empty'] = 'IP address is empty.'; |
| | | $wb['hostname_error_empty'] = 'Hostname is empty.'; |
| | | $wb['vm_password_error_empty'] = 'VM Password is empty.'; |
| | | $wb['veid_error_empty'] = 'VEID is empty.'; |
| | | $wb['veid_error_unique'] = 'VEID does already exist.'; |
| | | $wb['diskspace_error_empty'] = 'Diskspace is empty.'; |
| | | $wb['ram_error_empty'] = 'RAM (guaranteed) is empty.'; |
| | | $wb['ram_burst_error_empty'] = 'RAM (burst) is empty.'; |
| | | $wb['cpu_units_error_empty'] = 'CPU units is empty.'; |
| | | $wb['cpu_num_error_empty'] = 'CPU number is empty.'; |
| | | $wb['cpu_limit_error_empty'] = 'CPU limit is empty.'; |
| | | $wb['io_priority_error_empty'] = 'I/O priority is empty.'; |
| | | $wb['template_nameserver_error_empty'] = 'Nameserver(s) is empty.'; |
| | | $wb['Virtual server'] = 'Virtual server'; |
| | | $wb['Advanced'] = 'Advanced'; |
| | | $wb['create_dns_txt'] = 'Δημιουργία DNS για το hostname'; |
| | | $wb['active_until_date_txt'] = 'Εν ενεργεία μέχρητ την ημερομηνία'; |
| | | $wb['ip_address_error_empty'] = 'Η διεύθυνση IP είναι κενή.'; |
| | | $wb['hostname_error_empty'] = 'Το Hostname είναι κενό.'; |
| | | $wb['vm_password_error_empty'] = 'Το συνθηματικό VM είναι κενό.'; |
| | | $wb['veid_error_empty'] = 'Το VEID είναι κενό.'; |
| | | $wb['veid_error_unique'] = 'Το VEID υπάρχει ήδη.'; |
| | | $wb['diskspace_error_empty'] = 'Το Diskspace είναι κενό.'; |
| | | $wb['ram_error_empty'] = 'Το RAM (εγγυημένη) είναι κενό.'; |
| | | $wb['ram_burst_error_empty'] = 'Το RAM (burst) είναι κενό.'; |
| | | $wb['cpu_units_error_empty'] = 'Το μονάδες CPU είναι κενό.'; |
| | | $wb['cpu_num_error_empty'] = 'Το αριθμός CPU είναι κενό.'; |
| | | $wb['cpu_limit_error_empty'] = 'Το όριο CPU είναι κενό.'; |
| | | $wb['io_priority_error_empty'] = 'Το Προτεραιότητα Ε/Ε είναι κενό.'; |
| | | $wb['template_nameserver_error_empty'] = 'Το Nameserver(s) είναι κενό.'; |
| | | $wb['Virtual server'] = 'Εικονικός server'; |
| | | $wb['Advanced'] = 'Για προχωρημένους'; |
| | | ?> |
| | | |
| | |
| | | <?php |
| | | $wb['list_head_txt'] = 'Virtual server'; |
| | | $wb['active_txt'] = 'Active'; |
| | | $wb['list_head_txt'] = 'Εικονικός server'; |
| | | $wb['active_txt'] = 'Ενεργός'; |
| | | $wb['server_id_txt'] = 'Hostserver'; |
| | | $wb['ostemplate_id_txt'] = 'OSTemplate'; |
| | | $wb['template_id_txt'] = 'Template'; |
| | | $wb['template_id_txt'] = 'Πρότυπο'; |
| | | $wb['hostname_txt'] = 'Hostname'; |
| | | $wb['ip_address_txt'] = 'IP address'; |
| | | $wb['ip_address_txt'] = 'Διεύθυνση IP'; |
| | | $wb['veid_txt'] = 'VEID'; |
| | | ?> |
| | | |
| | |
| | | require ["fileinto", "regex", "date", "relational", "vacation"]; |
| | | require ["fileinto", "regex", "vacation"]; |
| | | |
| | | <tmpl_if name="cc"> |
| | | # Send a copy of email to |
| | |
| | | # Stop here so that we do not reply on spams |
| | | stop; |
| | | } |
| | | |
| | | if allof(currentdate :value "ge" "iso8601" "<tmpl_var name='start_date'>", currentdate :value "le" "iso8601" "<tmpl_var name='end_date'>") { |
| | | vacation :days 1 |
| | | :subject "<tmpl_var name='autoresponder_subject'>" |
| | | <tmpl_var name='addresses'> |
| | | :subject "Out of office reply" |
| | | # :addresses ["test@test.int", "till@test.int"] |
| | | "<tmpl_var name='autoresponder_text'>"; |
| | | } |
| | | </tmpl_if> |
| | | </tmpl_if> |
New file |
| | |
| | | require ["fileinto", "regex", "date", "relational", "vacation"]; |
| | | |
| | | <tmpl_if name="cc"> |
| | | # Send a copy of email to |
| | | redirect "<tmpl_var name='cc'>"; |
| | | keep; |
| | | </tmpl_if> |
| | | |
| | | <tmpl_if name="move_junk" op="==" value="y"> |
| | | # Move spam to spam folder |
| | | if header :contains "X-Spam-Flag" "YES" { |
| | | fileinto "Junk"; |
| | | # Stop here so that we do not reply on spams |
| | | stop; |
| | | } |
| | | </tmpl_if> |
| | | |
| | | <tmpl_var name='custom_mailfilter'> |
| | | |
| | | <tmpl_if name="autoresponder" op="==" value="y"> |
| | | ################################################################# |
| | | # Autoreply |
| | | ################################################################# |
| | | |
| | | # Move spam to spam folder |
| | | if header :contains "X-Spam-Flag" "YES" { |
| | | fileinto "Junk"; |
| | | # Stop here so that we do not reply on spams |
| | | stop; |
| | | } |
| | | |
| | | if allof(currentdate :value "ge" "iso8601" "<tmpl_var name='start_date'>", currentdate :value "le" "iso8601" "<tmpl_var name='end_date'>") { |
| | | vacation :days 1 |
| | | :subject "<tmpl_var name='autoresponder_subject'>" |
| | | <tmpl_var name='addresses'> |
| | | "<tmpl_var name='autoresponder_text'>"; |
| | | } |
| | | </tmpl_if> |
| | | |
| | |
| | | <tmpl_if name='fastcgi_config_syntax' op='==' value='2'> |
| | | FcgidIdleTimeout 300 |
| | | FcgidProcessLifeTime 3600 |
| | | FcgidMaxProcesses 1000 |
| | | # FcgidMaxProcesses 1000 |
| | | FcgidMinProcessesPerClass 0 |
| | | FcgidMaxProcessesPerClass 100 |
| | | FcgidConnectTimeout 3 |
| | |
| | | RewriteEngine on |
| | | <tmpl_if name='seo_redirect_enabled'> |
| | | RewriteCond %{HTTP_HOST} ^<tmpl_var name='seo_redirect_origin_domain'>$ [NC] |
| | | RewriteRule ^(.*)$ http://<tmpl_var name='seo_redirect_target_domain'>/$1 [R=301,L] |
| | | RewriteRule ^(.*)$ http://<tmpl_var name='seo_redirect_target_domain'>$1 [R=301,L] |
| | | </tmpl_if> |
| | | <tmpl_loop name="redirects"> |
| | | RewriteCond %{HTTP_HOST} <tmpl_var name='rewrite_domain'>$ [NC] |
| | |
| | | $quotafile = file($filename); |
| | | $data[$email]['used'] = trim($quotafile['1']); |
| | | unset($quotafile); |
| | | } |
| | | } else { |
| | | exec('du -s '.escapeshellcmd('/var/vmail/'.$email_parts[1].'/'.$email_parts[0]),$out); |
| | | $parts = explode(' ',$out[0]); |
| | | $data[$email]['used'] = intval($parts[0])*1024; |
| | | unset($out); |
| | | unset($parts); |
| | | } |
| | | } |
| | | } |
| | | |
| | |
| | | $state = 'no_state'; |
| | | $data['output'] = ''; |
| | | } |
| | | |
| | | //* Encode data |
| | | $data['output'] = htmlentities($data['output']); |
| | | |
| | | /* |
| | | * Return the Result |
| | |
| | | global $app; |
| | | |
| | | /* |
| | | * This monitoring is expensive, so do it only every 15 minutes |
| | | */ |
| | | $min = @date('i'); |
| | | if ($min % 15 != 0) return; |
| | | |
| | | |
| | | /* |
| | | * First we get the Monitoring-data from the tools |
| | | */ |
| | | $res = $this->_tools->monitorEmailQuota(); |
| | |
| | | * First we get the Monitoring-data from the tools |
| | | */ |
| | | $res = $this->_tools->monitorSystemUpdate(); |
| | | |
| | | //* Ensure that output is encoded so that it does not break the serialize |
| | | $res['data']['output'] = htmlentities($res['data']['output']); |
| | | |
| | | /* |
| | | * Insert the data into the database |
| | |
| | | * First we get the Monitoring-data from the tools |
| | | */ |
| | | $res = $this->_tools->monitorISPCCronLog(); |
| | | |
| | | //* Ensure that output is encoded so that it does not break the serialize |
| | | $res['data']['output'] = htmlentities($res['data']['output']); |
| | | |
| | | /* |
| | | * Insert the data into the database |
| | |
| | | //* Save a SSL certificate to disk |
| | | if($data["new"]["ssl_action"] == 'save') { |
| | | $ssl_dir = $data["new"]["document_root"]."/ssl"; |
| | | $domain = $data["new"]["ssl_domain"]; |
| | | $domain = ($data["new"]["ssl_domain"] != '')?$data["new"]["ssl_domain"]:$data["new"]["domain"]; |
| | | $csr_file = $ssl_dir.'/'.$domain.".csr"; |
| | | $crt_file = $ssl_dir.'/'.$domain.".crt"; |
| | | $bundle_file = $ssl_dir.'/'.$domain.".bundle"; |
| | |
| | | //* Delete a SSL certificate |
| | | if($data['new']['ssl_action'] == 'del') { |
| | | $ssl_dir = $data['new']['document_root'].'/ssl'; |
| | | $domain = $data['new']['ssl_domain']; |
| | | $domain = ($data["new"]["ssl_domain"] != '')?$data["new"]["ssl_domain"]:$data["new"]["domain"]; |
| | | $csr_file = $ssl_dir.'/'.$domain.'.csr'; |
| | | $crt_file = $ssl_dir.'/'.$domain.'.crt'; |
| | | $bundle_file = $ssl_dir.'/'.$domain.'.bundle'; |
| | |
| | | $app->dbmaster->query("UPDATE web_domain SET ssl_action = '' WHERE domain = '".$data['new']['domain']."'"); |
| | | $app->log('Deleting SSL Cert for: '.$domain,LOGLEVEL_DEBUG); |
| | | } |
| | | |
| | | |
| | | } |
| | | |
| | |
| | | |
| | | if($this->action == 'insert' || $data["new"]["system_user"] != $data["old"]["system_user"]) { |
| | | // Chown and chmod the directories below the document root |
| | | $this->_exec('chown -R '.$username.':'.$groupname.' '.escapeshellcmd($data['new']['document_root'])); |
| | | $this->_exec('chown -R '.$username.':'.$groupname.' '.escapeshellcmd($data['new']['document_root']).'/web'); |
| | | // The document root itself has to be owned by root in normal level and by the web owner in security level 20 |
| | | if($web_config['security_level'] == 20) { |
| | | $this->_exec('chown '.$username.':'.$groupname.' '.escapeshellcmd($data['new']['document_root'])); |
| | | $this->_exec('chown '.$username.':'.$groupname.' '.escapeshellcmd($data['new']['document_root']).'/web'); |
| | | } else { |
| | | $this->_exec('chown root:root '.escapeshellcmd($data['new']['document_root'])); |
| | | $this->_exec('chown root:root '.escapeshellcmd($data['new']['document_root']).'/web'); |
| | | } |
| | | } |
| | | |
| | | |
| | | |
| | | //* If the security level is set to high |
| | | if($web_config['security_level'] == 20) { |
| | | if($this->action == 'insert' && $data['new']['type'] == 'vhost') { |
| | | if($web_config['security_level'] == 20) { |
| | | |
| | | $this->_exec('chmod 751 '.escapeshellcmd($data['new']['document_root'])); |
| | | $this->_exec('chmod 751 '.escapeshellcmd($data['new']['document_root']).'/*'); |
| | | $this->_exec('chmod 710 '.escapeshellcmd($data['new']['document_root'].'/web')); |
| | | $this->_exec('chmod 751 '.escapeshellcmd($data['new']['document_root'])); |
| | | $this->_exec('chmod 751 '.escapeshellcmd($data['new']['document_root']).'/*'); |
| | | $this->_exec('chmod 710 '.escapeshellcmd($data['new']['document_root'].'/web')); |
| | | |
| | | // make tmp directory writable for Apache and the website users |
| | | $this->_exec('chmod 777 '.escapeshellcmd($data['new']['document_root'].'/tmp')); |
| | | // make tmp directory writable for Apache and the website users |
| | | $this->_exec('chmod 777 '.escapeshellcmd($data['new']['document_root'].'/tmp')); |
| | | |
| | | // Set Log symlink to 755 to make the logs accessible by the FTP user |
| | | $this->_exec("chmod 755 ".escapeshellcmd($data["new"]["document_root"])."/log"); |
| | | // Set Log symlink to 755 to make the logs accessible by the FTP user |
| | | $this->_exec("chmod 755 ".escapeshellcmd($data["new"]["document_root"])."/log"); |
| | | |
| | | $command = 'usermod'; |
| | | $command .= ' --groups sshusers'; |
| | | $command .= ' '.escapeshellcmd($data['new']['system_user']); |
| | | $this->_exec($command); |
| | | $command = 'usermod'; |
| | | $command .= ' --groups sshusers'; |
| | | $command .= ' '.escapeshellcmd($data['new']['system_user']); |
| | | $this->_exec($command); |
| | | |
| | | //* if we have a chrooted Apache environment |
| | | if($apache_chrooted) { |
| | | $this->_exec('chroot '.escapeshellcmd($web_config['website_basedir']).' '.$command); |
| | | //* if we have a chrooted Apache environment |
| | | if($apache_chrooted) { |
| | | $this->_exec('chroot '.escapeshellcmd($web_config['website_basedir']).' '.$command); |
| | | |
| | | //* add the apache user to the client group in the chroot environment |
| | | $tmp_groupfile = $app->system->server_conf['group_datei']; |
| | | $app->system->server_conf['group_datei'] = $web_config['website_basedir'].'/etc/group'; |
| | | //* add the apache user to the client group in the chroot environment |
| | | $tmp_groupfile = $app->system->server_conf['group_datei']; |
| | | $app->system->server_conf['group_datei'] = $web_config['website_basedir'].'/etc/group'; |
| | | $app->system->add_user_to_group($groupname, escapeshellcmd($web_config['user'])); |
| | | $app->system->server_conf['group_datei'] = $tmp_groupfile; |
| | | unset($tmp_groupfile); |
| | | } |
| | | |
| | | //* add the Apache user to the client group |
| | | $app->system->add_user_to_group($groupname, escapeshellcmd($web_config['user'])); |
| | | $app->system->server_conf['group_datei'] = $tmp_groupfile; |
| | | unset($tmp_groupfile); |
| | | } |
| | | |
| | | //* add the Apache user to the client group |
| | | $app->system->add_user_to_group($groupname, escapeshellcmd($web_config['user'])); |
| | | $this->_exec('chown '.$username.':'.$groupname.' '.escapeshellcmd($data['new']['document_root'])); |
| | | |
| | | $this->_exec('chown '.$username.':'.$groupname.' '.escapeshellcmd($data['new']['document_root'])); |
| | | /* |
| | | * Workaround for jailkit: If jailkit is enabled for the site, the |
| | | * website root has to be owned by the root user and we have to chmod it to 755 then |
| | | */ |
| | | |
| | | /* |
| | | * Workaround for jailkit: If jailkit is enabled for the site, the |
| | | * website root has to be owned by the root user and we have to chmod it to 755 then |
| | | */ |
| | | //* Check if there is a jailkit user for this site |
| | | $tmp = $app->db->queryOneRecord('SELECT count(shell_user_id) as number FROM shell_user WHERE parent_domain_id = '.$data['new']['domain_id']." AND chroot = 'jailkit'"); |
| | | if($tmp['number'] > 0) { |
| | | $this->_exec('chmod 755 '.escapeshellcmd($data['new']['document_root'])); |
| | | $this->_exec('chown root:root '.escapeshellcmd($data['new']['document_root'])); |
| | | } |
| | | unset($tmp); |
| | | |
| | | //* Check if there is a jailkit user for this site |
| | | $tmp = $app->db->queryOneRecord('SELECT count(shell_user_id) as number FROM shell_user WHERE parent_domain_id = '.$data['new']['domain_id']." AND chroot = 'jailkit'"); |
| | | if($tmp['number'] > 0) { |
| | | // If the security Level is set to medium |
| | | } else { |
| | | |
| | | $this->_exec('chmod 755 '.escapeshellcmd($data['new']['document_root'])); |
| | | $this->_exec('chmod 755 '.escapeshellcmd($data['new']['document_root'].'/*')); |
| | | $this->_exec('chown root:root '.escapeshellcmd($data['new']['document_root'])); |
| | | |
| | | // make temp directory writable for Apache and the website users |
| | | $this->_exec('chmod 777 '.escapeshellcmd($data['new']['document_root'].'/tmp')); |
| | | } |
| | | unset($tmp); |
| | | |
| | | // If the security Level is set to medium |
| | | } else { |
| | | |
| | | $this->_exec('chmod 755 '.escapeshellcmd($data['new']['document_root'])); |
| | | $this->_exec('chmod 755 '.escapeshellcmd($data['new']['document_root'].'/*')); |
| | | $this->_exec('chown root:root '.escapeshellcmd($data['new']['document_root'])); |
| | | |
| | | // make temp directory writable for Apache and the website users |
| | | $this->_exec('chmod 777 '.escapeshellcmd($data['new']['document_root'].'/tmp')); |
| | | } |
| | | |
| | | // Change the ownership of the error log to the owner of the website |
| | |
| | | if(is_file($sieve_file)) unlink($sieve_file) or $app->log("Unable to delete file: $sieve_file",LOGLEVEL_WARN); |
| | | |
| | | $app->load('tpl'); |
| | | |
| | | |
| | | //* Select sieve filter file for dovecot version |
| | | exec('dovecot --version',$tmp); |
| | | if(substr($tmp[0],0,3) == '1.0') { |
| | | $filter_file_template = "sieve_filter.master"; |
| | | } elseif(substr($tmp[0],0,3) == '1.2') { |
| | | $filter_file_template = "sieve_filter_1.2.master"; |
| | | } elseif(substr($tmp[0],0,1) == '2') { |
| | | $filter_file_template = "sieve_filter_1.2.master"; |
| | | } else { |
| | | $filter_file_template = "sieve_filter.master"; |
| | | } |
| | | unset($tmp); |
| | | |
| | | //* Create new filter file based on template |
| | | $tpl = new tpl(); |
| | | $tpl->newTemplate("sieve_filter.master"); |
| | | $tpl->newTemplate($filter_file_template); |
| | | |
| | | // cc Field |
| | | $tpl->setVar('cc',$data["new"]["cc"]); |
| | |
| | | if (!file_exists($sshkeys)){ |
| | | // add root's key |
| | | $app->file->mkdirs($sshdir, '0755'); |
| | | file_put_contents($sshkeys, file_get_contents('/root/.ssh/authorized_keys')); |
| | | if(is_file('/root/.ssh/authorized_keys')) file_put_contents($sshkeys, file_get_contents('/root/.ssh/authorized_keys')); |
| | | |
| | | // Remove duplicate keys |
| | | $existing_keys = file($sshkeys); |
| | |
| | | $this->app->log("ssh-rsa key updated in ".$sshkeys,LOGLEVEL_DEBUG); |
| | | } |
| | | // set proper file permissions |
| | | exec("chown -R ".escapeshellcmd($this->data['new']['puser']).":".escapeshellcmd($this->data['new']['pgroup'])." ".$usrdir); |
| | | // exec("chown -R ".escapeshellcmd($this->data['new']['puser']).":".escapeshellcmd($this->data['new']['pgroup'])." ".$usrdir); |
| | | exec("chmod 600 '$sshkeys'"); |
| | | |
| | | } |
| | |
| | | exec($command); |
| | | |
| | | $this->app->log("Added jailkit user to chroot with command: ".$command,LOGLEVEL_DEBUG); |
| | | |
| | | mkdir(escapeshellcmd($this->data['new']['dir'].$jailkit_chroot_userhome), 0755, true); |
| | | |
| | | if(!is_dir($this->data['new']['dir'].$jailkit_chroot_userhome)) mkdir(escapeshellcmd($this->data['new']['dir'].$jailkit_chroot_userhome), 0755, true); |
| | | chown(escapeshellcmd($this->data['new']['dir'].$jailkit_chroot_userhome), $this->data['new']['username']); |
| | | chgrp(escapeshellcmd($this->data['new']['dir'].$jailkit_chroot_userhome), $this->data['new']['pgroup']); |
| | | |
| | | $this->app->log("Added created jailkit user home in : ".$this->data['new']['dir'].$jailkit_chroot_userhome,LOGLEVEL_DEBUG); |
| | | |
| | | mkdir(escapeshellcmd($this->data['new']['dir'].$jailkit_chroot_puserhome), 0755, true); |
| | | if(!is_dir($this->data['new']['dir'].$jailkit_chroot_puserhome)) mkdir(escapeshellcmd($this->data['new']['dir'].$jailkit_chroot_puserhome), 0755, true); |
| | | chown(escapeshellcmd($this->data['new']['dir'].$jailkit_chroot_puserhome), $this->data['new']['puser']); |
| | | chgrp(escapeshellcmd($this->data['new']['dir'].$jailkit_chroot_puserhome), $this->data['new']['pgroup']); |
| | | |
| | |
| | | if (!file_exists($sshkeys)){ |
| | | // add root's key |
| | | $app->file->mkdirs($sshdir, '0755'); |
| | | file_put_contents($sshkeys, file_get_contents('/root/.ssh/authorized_keys')); |
| | | if(is_file('/root/.ssh/authorized_keys')) file_put_contents($sshkeys, file_get_contents('/root/.ssh/authorized_keys')); |
| | | |
| | | // Remove duplicate keys |
| | | $existing_keys = file($sshkeys); |
| | |
| | | $this->app->log("ssh-rsa key updated in ".$sshkeys,LOGLEVEL_DEBUG); |
| | | } |
| | | // set proper file permissions |
| | | exec("chown -R ".escapeshellcmd($this->data['new']['puser']).":".escapeshellcmd($this->data['new']['pgroup'])." ".$usrdir); |
| | | // exec("chown -R ".escapeshellcmd($this->data['new']['puser']).":".escapeshellcmd($this->data['new']['pgroup'])." ".$usrdir); |
| | | exec("chmod 600 '$sshkeys'"); |
| | | |
| | | } |
| | |
| | | chown root:root $CHROOT_HOMEDIR |
| | | |
| | | ## Initialize the chroot into the specified directory with the specified applications |
| | | jk_init -f -k -j $CHROOT_HOMEDIR $CHROOT_APP_SECTIONS |
| | | jk_init -f -k -c /etc/jailkit/jk_init.ini -j $CHROOT_HOMEDIR $CHROOT_APP_SECTIONS |
| | | |
| | | ## Create the temp directory |
| | | if [ ! -d "$CHROOT_HOMEDIR/tmp" ] |
| | |
| | | $conf['server_id'] = intval($conf['server_id']); |
| | | |
| | | /* |
| | | // Get server record, if updates where available for this server |
| | | $server_db_record = $app->db->queryOneRecord("SELECT * FROM server WHERE update = 1 AND server_id = ".$conf['server_id']); |
| | | if($server_db_record == false) { |
| | | $app->log('Nothing to update for server_id '.$conf['server_id']); |
| | | die(); |
| | | } else { |
| | | // Set update status to 0, so we dont start the update process twice |
| | | $app->db->query("UPDATE server SET update = 0 WHERE server_id = ".$conf['server_id']); |
| | | $app->log('Begin update.'); |
| | | } |
| | | */ |
| | | |
| | | /* |
| | | * Try to Load the server configuration from the master-db |
| | | */ |
| | | if ($app->dbmaster->connect()) { |