Till Brehm
2014-08-25 614b23b18053c58c3f85db5ceaa982484175d276
commit | author | age
1ca823 1 <?php
7dc438 2 $wb['backup_interval_txt'] = 'Προγραμματισμός Backup';
8cf78b 3 $wb['backup_copies_txt'] = 'Πλήθος αντιγράφων';
1ca823 4 $wb['ssl_state_txt'] = 'Κατάσταση';
T 5 $wb['ssl_locality_txt'] = 'Τοποθεσία';
6 $wb['ssl_organisation_txt'] = 'Οργανισμός';
7 $wb['ssl_organisation_unit_txt'] = 'Τμήμα Οργανισμού';
8 $wb['ssl_country_txt'] = 'Χώρα';
9 $wb['ssl_request_txt'] = 'SSL Request';
10 $wb['ssl_cert_txt'] = 'Πιστοποιητικό SSL';
11 $wb['ssl_bundle_txt'] = 'SSL Bundle';
12 $wb['ssl_action_txt'] = 'SSL Action';
13 $wb['ssl_domain_txt'] = 'SSL Domain';
14 $wb['server_id_txt'] = 'Server';
15 $wb['domain_txt'] = 'Domain';
16 $wb['type_txt'] = 'Τύπος';
17 $wb['parent_domain_id_txt'] = 'Γονικό Website';
18 $wb['redirect_type_txt'] = 'Τύπος Ανακατεύθυνσης';
19 $wb['redirect_path_txt'] = 'Διαδρομή Ανακατεύθυνσης';
20 $wb['active_txt'] = 'Ενεργό';
21 $wb['document_root_txt'] = 'Documentroot';
22 $wb['system_user_txt'] = 'Χρήστης Linux';
23 $wb['system_group_txt'] = 'Ομάδα Linux';
24 $wb['ip_address_txt'] = 'Διεύθυνση IP';
25 $wb['vhost_type_txt'] = 'VHost Type';
26 $wb['hd_quota_txt'] = 'Όριο αποθηκευτικού χώρου';
7dc438 27 $wb['traffic_quota_txt'] = 'Όριο κίνησης';
1ca823 28 $wb['cgi_txt'] = 'CGI';
T 29 $wb['ssi_txt'] = 'SSI';
30 $wb['errordocs_txt'] = 'Προσωπικά έγγραφα σφάλματος';
7dc438 31 $wb['subdomain_txt'] = 'Auto-Subdomain';
1ca823 32 $wb['ssl_txt'] = 'SSL';
T 33 $wb['suexec_txt'] = 'SuEXEC';
34 $wb['php_txt'] = 'PHP';
35 $wb['client_txt'] = 'Πελάτης';
36 $wb['limit_web_domain_txt'] = 'Έχετε φτάσει το μέγιστο πλήθος των web domains για τον λογαριασμό σας.';
37 $wb['limit_web_aliasdomain_txt'] = 'Έχετε φτάσει το μέγιστο πλήθος των aliasdomains για τον λογαριασμό σας.';
38 $wb['limit_web_subdomain_txt'] = 'Έχετε φτάσει το μέγιστο πλήθος των web subdomains για τον λογαριασμό σας.';
39 $wb['apache_directives_txt'] = 'Apache directives';
40 $wb['domain_error_empty'] = 'Το Domain δεν έχει οριστεί.';
41 $wb['domain_error_unique'] = 'Υπάρχει ήδη ένα website ή ένα sub / aliasdomain με αυτό το όνομα domain.';
42 $wb['domain_error_regex'] = 'Domain name invalid.';
43 $wb['hd_quota_error_empty'] = 'Το όριο αποθηκευτικού χώρου είναι 0 ή δεν έχει οριστεί.';
7dc438 44 $wb['traffic_quota_error_empty'] = 'Το όριο κίνησης δεν έχει οριστεί.';
1ca823 45 $wb['error_ssl_state_empty'] = 'Κενή περιφέρεια SSL.';
T 46 $wb['error_ssl_locality_empty'] = 'Κενή τοποθεσία SSL.';
47 $wb['error_ssl_organisation_empty'] = 'Ο Οργανισμός SSL δεν έχει οριστεί.';
48 $wb['error_ssl_organisation_unit_empty'] = 'Το SSL τμήμα Οργανισμού δεν έχει οριστεί.';
49 $wb['error_ssl_country_empty'] = 'Κενή χώρα SSL.';
50 $wb['error_ssl_cert_empty'] = 'Το πεδίο SSL Certificate δεν έχει οριστεί';
51 $wb['client_group_id_txt'] = 'Πελάτης';
52 $wb['stats_password_txt'] = 'Συνθηματικο Στατιστικών Web';
53 $wb['allow_override_txt'] = 'Apache AllowOverride';
54 $wb['limit_web_quota_free_txt'] = 'Όριο αποθηκευτικού χώρου';
55 $wb['ssl_state_error_regex'] = 'Άκυρη πολιτεία-περιφέρεια SSL. Έγκυροι χαρακτήρες: a-z, 0-9 and .,-_';
56 $wb['ssl_locality_error_regex'] = 'Άκυρο SSL Locality. Έγκυροι χαρακτήρες: a-z, 0-9 and .,-_';
57 $wb['ssl_organisation_error_regex'] = 'Άκυρος Οργανισμός  SSL. Έγκυροι χαρακτήρες: a-z, 0-9 and .,-_';
58 $wb['ssl_organistaion_unit_error_regex'] = 'Άκυρη μονάδα οργανισμού SSL. Έγκυροι χαρακτήρες: a-z, 0-9 and .,-_';
59 $wb['ssl_country_error_regex'] = 'Άκυρη Χώρα SSL. Έγκυροι χαρακτήρες: A-Z';
7dc438 60 $wb['limit_traffic_quota_free_txt'] = 'Όριο κίνησης';
1ca823 61 $wb['redirect_error_regex'] = 'Μη έγκυρη διαδρομή ανακατεύθυνσης. Έγκυρες τιμές είναι: /test/ ή http://www.domain.tld/test/';
T 62 $wb['php_open_basedir_txt'] = 'PHP open_basedir';
7dc438 63 $wb['traffic_quota_exceeded_txt'] = 'Ξεπεράστηκε το όριο κίνησης δεδομένων';
1ca823 64 $wb['ruby_txt'] = 'Ruby';
T 65 $wb['stats_user_txt'] = 'Όνομα Χρήστη Στατιστικών Web';
66 $wb['stats_type_txt'] = 'Πρόγραμμα Στατιστικών Web';
67 $wb['custom_php_ini_txt'] = 'Προσαρμοσμένες ρυθμίσεις php.ini';
8cf78b 68 $wb['none_txt'] = 'Καμία';
edf806 69 $wb['disabled_txt'] = 'Απενεργοπ.';
T 70 $wb['no_redirect_txt'] = 'Χωρίς Ανακατεύθυνση';
71 $wb['no_flag_txt'] = 'Χωρίς Σημαία';
72 $wb['save_certificate_txt'] = 'Αποθήκευση Πιστοποιητικού';
73 $wb['create_certificate_txt'] = 'Δημιουργία Πιστοποιητικού';
74 $wb['delete_certificate_txt'] = 'Διαγραφή Πιστοποιητικού';
75 $wb['ipv6_address_txt'] = 'Διεύθυνση IPv6';
76 $wb['nginx_directives_txt'] = 'Ντιρεκτίβες nginx';
77 $wb['seo_redirect_txt'] = 'Ανακατεύθυνση SEO';
522ef8 78 $wb['non_www_to_www_txt'] = 'Non-www -&gt; www';
T 79 $wb['www_to_non_www_txt'] = 'www -&gt; non-www';
80 $wb['php_fpm_use_socket_txt'] = 'Use Socket For PHP-FPM';
d6cd45 81 $wb['error_no_sni_txt'] = 'SNI for SSL is not activated on this server. You can enable only one SSL certificate on each IP address.';
b51db0 82 $wb['python_txt'] = 'Python';
T 83 $wb['pm_max_children_txt'] = 'PHP-FPM pm.max_children';
84 $wb['pm_start_servers_txt'] = 'PHP-FPM pm.start_servers';
85 $wb['pm_min_spare_servers_txt'] = 'PHP-FPM pm.min_spare_servers';
86 $wb['pm_max_spare_servers_txt'] = 'PHP-FPM pm.max_spare_servers';
87 $wb['error_php_fpm_pm_settings_txt'] = 'Values of PHP-FPM pm settings must be as follows: pm.max_children &gt;= pm.max_spare_servers &gt;= pm.start_servers &gt;= pm.min_spare_servers &gt; 0';
88 $wb['pm_max_children_error_regex'] = 'PHP-FPM pm.max_children must be a positive integer value.';
89 $wb['pm_start_servers_error_regex'] = 'PHP-FPM pm.start_servers must be a positive integer value.';
90 $wb['pm_min_spare_servers_error_regex'] = 'PHP-FPM pm.min_spare_servers must be a positive integer value.';
91 $wb['pm_max_spare_servers_error_regex'] = 'PHP-FPM pm.max_spare_servers must be a positive integer value.';
7dc438 92 $wb['hd_quota_error_regex'] = 'Harddisk quota is invalid.';
TB 93 $wb['traffic_quota_error_regex'] = 'Traffic quota is invalid.';
142907 94 $wb['ssl_key_txt'] = 'SSL Key';
T 95 $wb['perl_txt'] = 'Perl';
7dc438 96 $wb['fastcgi_php_version_txt'] = 'PHP Version';
142907 97 $wb['pm_txt'] = 'PHP-FPM Process Manager';
T 98 $wb['pm_process_idle_timeout_txt'] = 'PHP-FPM pm.process_idle_timeout';
99 $wb['pm_max_requests_txt'] = 'PHP-FPM pm.max_requests';
100 $wb['pm_process_idle_timeout_error_regex'] = 'PHP-FPM pm.process_idle_timeout must be a positive integer value.';
101 $wb['pm_max_requests_error_regex'] = 'PHP-FPM pm.max_requests must be an integer value >= 0.';
102 $wb['pm_ondemand_hint_txt'] = 'Please note that you must have PHP version >= 5.3.9 in order to use the ondemand process manager. If you select ondemand for an older PHP version, PHP will not start anymore!';
7dc438 103 $wb['generate_password_txt'] = 'Generate Password';
TB 104 $wb['repeat_password_txt'] = 'Repeat Password';
105 $wb['password_mismatch_txt'] = 'The passwords do not match.';
106 $wb['password_match_txt'] = 'The passwords do match.';
107 $wb['web_folder_error_regex'] = 'Invalid folder entered. Please do not enter a slash.';
108 $wb['domain_error_autosub'] = 'There is already a subdomain with these settings.';
109 $wb['available_php_directive_snippets_txt'] = 'Available PHP Directive Snippets:';
110 $wb['available_apache_directive_snippets_txt'] = 'Available Apache Directive Snippets:';
111 $wb['available_nginx_directive_snippets_txt'] = 'Available nginx Directive Snippets:';
10b4c8 112 $wb['proxy_directives_txt'] = 'Proxy Directives';
7dc438 113 $wb['available_proxy_directive_snippets_txt'] = 'Available Proxy Directive Snippets:';
TB 114 $wb['no_server_error'] = 'No server selected.';
7b47c0 115 $wb['no_backup_txt'] = 'No backup';
T 116 $wb['daily_backup_txt'] = 'Daily';
117 $wb['weekly_backup_txt'] = 'Weekly';
118 $wb['monthly_backup_txt'] = 'Monthly';
119 $wb['rewrite_rules_txt'] = 'Rewrite Rules';
120 $wb['invalid_rewrite_rules_txt'] = 'Invalid Rewrite Rules';
121 $wb['allowed_rewrite_rule_directives_txt'] = 'Allowed Directives:';
caed83 122 $wb['configuration_error_txt'] = 'CONFIGURATION ERROR';
TB 123 $wb['variables_txt'] = 'Variables';
124 $wb['added_by_txt'] = 'Added by';
125 $wb['added_date_txt'] = 'Added date';
126 $wb['backup_excludes_txt'] = 'Excluded Directories';
127 $wb['backup_excludes_note_txt'] = '(Separate multiple directories with commas. Example: web/cache/*,web/backup)';
128 $wb['backup_excludes_error_regex'] = 'The excluded directories contain invalid characters.';
129 $wb['invalid_custom_php_ini_settings_txt'] = 'Invalid php.ini settings';
8a3cd2 130 $wb['invalid_system_user_or_group_txt'] = 'Invalid system user or group';
614b23 131 $wb['apache_directive_blocked_error'] = 'Apache directive blocked by security settings:';
1ca823 132 ?>