From e1ceb050e19c7574bca146a8da7047ee4ff456b5 Mon Sep 17 00:00:00 2001 From: Marius Burkard <m.burkard@pixcept.de> Date: Sun, 10 Jul 2016 05:02:35 -0400 Subject: [PATCH] Merge branch 'stable-3.1' --- interface/web/admin/lib/lang/tr_server_config.lng | 450 +++++++++++++++++++++++++++++++++++--------------------- 1 files changed, 281 insertions(+), 169 deletions(-) diff --git a/interface/web/admin/lib/lang/tr_server_config.lng b/interface/web/admin/lib/lang/tr_server_config.lng index c09906a..0459f15 100644 --- a/interface/web/admin/lib/lang/tr_server_config.lng +++ b/interface/web/admin/lib/lang/tr_server_config.lng @@ -1,171 +1,283 @@ <?php -$wb['jailkit_chroot_home_txt'] = "Jailkit chroot home"; -$wb['jailkit_chroot_app_sections_txt'] = "Jailkit chroot app sections"; -$wb['jailkit_chroot_app_programs_txt'] = "Jailkit chrooted applications"; -$wb['jailkit_chroot_cron_programs_txt'] = "Jailkit cron chrooted applications"; -$wb['website_path_txt'] = "Website yolu"; -$wb['website_symlinks_txt'] = "Website symlinks"; -$wb['website_symlinks_rel_txt'] = "Make relative symlinks"; -$wb['website_basedir_txt'] = "Website klasörü"; -$wb['vhost_conf_dir_txt'] = "Vhost config dir"; -$wb['vhost_conf_enabled_dir_txt'] = "Vhost config enabled dir"; -$wb['getmail_config_dir_txt'] = "Getmail config dir"; -$wb['fastcgi_starter_path_txt'] = "FastCGI starter path"; -$wb['fastcgi_starter_script_txt'] = "FastCGI starter script"; -$wb['fastcgi_alias_txt'] = "FastCGI Alias"; -$wb['fastcgi_phpini_path_txt'] = "FastCGI php.ini Path"; -$wb['fastcgi_children_txt'] = "FastCGI Children"; -$wb['fastcgi_max_requests_txt'] = "FastCGI max. Requests"; -$wb['fastcgi_bin_txt'] = "FastCGI Bin"; -$wb['module_txt'] = "Modül"; -$wb['maildir_path_txt'] = "Mail dizini yolu"; -$wb['homedir_path_txt'] = "Kullanıcı dizini yolu"; -$wb['mailuser_uid_txt'] = "Mail kullanıcısı UID"; -$wb['mailuser_gid_txt'] = "Mail kullanıcısı GID"; -$wb['mailuser_name_txt'] = "Mail kullanıcısı Adı"; -$wb['mailuser_group_txt'] = "Mail kullanıcısı Grubu"; -$wb['relayhost_txt'] = "Relayhost"; -$wb['relayhost_user_txt'] = "Relayhost Kullanıcı"; -$wb['relayhost_password_txt'] = "Relayhost Şifre"; -$wb['mailbox_size_limit_txt'] = "Mail kutusu boyutu"; -$wb['message_size_limit_txt'] = "Mesaj boyutu"; -$wb['ip_address_txt'] = "IP Adresleri"; -$wb['netmask_txt'] = "Netmask"; -$wb['gateway_txt'] = "Gateway"; -$wb['hostname_txt'] = "Hostname"; -$wb['nameservers_txt'] = "Nameservers"; -$wb['auto_network_configuration_txt'] = "Ağ Konfigurasyonu"; -$wb['ip_address_error_wrong'] = "Geçersiz IP adresi formatı."; -$wb['netmask_error_wrong'] = "Geçersiz Netmask formatı."; -$wb['gateway_error_wrong'] = "Geçersiz Gateway formatı."; -$wb['hostname_error_empty'] = "Hostname boş."; -$wb['nameservers_error_empty'] = "Nameserver boş."; -$wb['config_dir_txt'] = "Config dizini"; -$wb['init_script_txt'] = "Cron init script name"; -$wb['crontab_dir_txt'] = "Path for individual crontabs"; -$wb['wget_txt'] = "Path to wget program"; -$wb['web_user_txt'] = "Apache kullanıcısı"; -$wb['web_group_txt'] = "Apache grubu"; -$wb['security_level_txt'] = "Güvenlik seviyesi"; -$wb['loglevel_txt'] = "Loglevel"; -$wb['apps_vhost_port_txt'] = "Apps-vhost port"; -$wb['apps_vhost_ip_txt'] = "Apps-vhost IP"; -$wb['apps_vhost_servername_txt'] = "Apps-vhost Domain"; -$wb['bind_user_txt'] = "BIND User"; -$wb['bind_group_txt'] = "BIND Group"; -$wb['bind_zonefiles_dir_txt'] = "BIND zonefiles directory"; -$wb['named_conf_path_txt'] = "BIND named.conf path"; -$wb['bind_user_error_empty'] = "BIND user is empty."; -$wb['bind_group_error_empty'] = "BIND group is empty."; -$wb['bind_zonefiles_dir_error_empty'] = "BIND zonefiles directory is empty."; -$wb['named_conf_path_error_empty'] = "BIND named.conf path is empty."; -$wb['named_conf_local_path_error_empty'] = "BIND named.conf.local path is empty."; -$wb['mail_filter_syntax_txt'] = "Mailfilter Syntax"; -$wb['pop3_imap_daemon_txt'] = "POP3/IMAP Daemon"; -$wb['php_open_basedir_txt'] = "PHP open_basedir"; -$wb['php_open_basedir_error_empty'] = "PHP open_basedir is empty."; -$wb['htaccess_allow_override_txt'] = ".htaccess AllowOverride"; -$wb['htaccess_allow_override_error_empty'] = ".htaccess AllowOverride is empty."; -$wb['awstats_conf_dir_txt'] = "awstats conf folder"; -$wb['awstats_data_dir_txt'] = "awstats data folder"; -$wb['awstats_pl_txt'] = "awstats.pl script"; -$wb['awstats_buildstaticpages_pl_txt'] = "awstats_buildstaticpages.pl script"; -$wb['backup_dir_txt'] = "Backup directory"; -$wb['named_conf_local_path_txt'] = "BIND named.conf.local path"; -$wb['php_ini_path_cgi_txt'] = "CGI php.ini path"; -$wb['php_ini_path_apache_txt'] = "Apache php.ini path"; -$wb['check_apache_config_txt'] = "Test apache configuration on restart"; -$wb['CA_path_txt'] = "CA Path"; -$wb['CA_pass_txt'] = "CA passphrase"; -$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['fastcgi_config_syntax_txt'] = "FastCGI config syntax"; -$wb['server_type_txt'] = "Server Type"; -$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_cgi_socket_txt'] = "Nginx CGI Socket"; -$wb['backup_dir_error_empty'] = "Backup directory is empty."; -$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['mailuser_gid_error_empty'] = "Mailuser GID is empty."; -$wb['mailuser_name_error_empty'] = "Mailuser Name is empty."; -$wb['mailuser_group_error_empty'] = "Mailuser Group is empty."; -$wb['getmail_config_dir_error_empty'] = "Getmail config dir is empty."; -$wb['website_basedir_error_empty'] = "Website basedir is empty."; -$wb['website_path_error_empty'] = "Website path is empty."; -$wb['website_symlinks_error_empty'] = "Website symlinks is empty."; -$wb['vhost_conf_dir_error_empty'] = "Vhost config dir is empty."; -$wb['vhost_conf_enabled_dir_error_empty'] = "Vhost config enabled dir is empty."; -$wb['nginx_vhost_conf_dir_error_empty'] = "Nginx Vhost config dir is empty."; -$wb['nginx_vhost_conf_enabled_dir_error_empty'] = "Nginx Vhost config enabled dir is empty."; -$wb['apache_user_error_empty'] = "Apache user is empty."; -$wb['apache_group_error_empty'] = "Apache group is empty."; -$wb['nginx_user_error_empty'] = "Nginx user is empty."; -$wb['nginx_group_error_empty'] = "Nginx group is empty."; -$wb['php_ini_path_apache_error_empty'] = "Apache php.ini path is empty."; -$wb['php_ini_path_cgi_error_empty'] = "CGI php.ini path is empty."; -$wb['nginx_cgi_socket_empty'] = "Nginx CGI Socket is empty."; -$wb['apps_vhost_port_error_empty'] = "Apps-vhost port is empty."; -$wb['apps_vhost_ip_error_empty'] = "Apps-vhost IP is empty."; -$wb['fastcgi_starter_path_error_empty'] = "FastCGI starter path is empty."; -$wb['fastcgi_starter_script_error_empty'] = "FastCGI starter script is empty."; -$wb['fastcgi_alias_error_empty'] = "FastCGI Alias is empty."; -$wb['fastcgi_phpini_path_error_empty'] = "FastCGI php.ini Path is empty."; -$wb['fastcgi_children_error_empty'] = "FastCGI Children is empty."; -$wb['fastcgi_max_requests_error_empty'] = "FastCGI max. Requests is empty."; -$wb['fastcgi_bin_error_empty'] = "FastCGI Bin is empty."; -$wb['jailkit_chroot_home_error_empty'] = "Jailkit chroot home is empty."; -$wb['jailkit_chroot_app_sections_error_empty'] = "Jailkit chroot app sections is empty."; -$wb['jailkit_chroot_app_programs_error_empty'] = "Jailkit chrooted applications is empty."; -$wb['jailkit_chroot_cron_programs_error_empty'] = "Jailkit cron chrooted applications is empty."; -$wb['vlogger_config_dir_error_empty'] = "Config directory is empty."; -$wb['cron_init_script_error_empty'] = "Cron init script name is empty."; -$wb['crontab_dir_error_empty'] = "Path for individual crontabs is empty."; -$wb['cron_wget_error_empty'] = "Path to wget program is empty."; -$wb['php_fpm_init_script_txt'] = "PHP-FPM init script"; -$wb['php_fpm_init_script_error_empty'] = "PHP-FPM init script is empty."; -$wb['php_fpm_ini_path_txt'] = "PHP-FPM php.ini path"; -$wb['php_fpm_ini_path_error_empty'] = "PHP-FPM php.ini path is empty."; -$wb['php_fpm_pool_dir_txt'] = "PHP-FPM pool directory"; -$wb['php_fpm_pool_dir_error_empty'] = "PHP-FPM pool directory is empty."; -$wb['php_fpm_start_port_txt'] = "PHP-FPM start port"; -$wb['php_fpm_start_port_error_empty'] = "PHP-FPM start port is empty."; -$wb['php_fpm_socket_dir_txt'] = "PHP-FPM socket directory"; -$wb['php_fpm_socket_dir_error_empty'] = "PHP-FPM socket directory is empty."; -$wb['try_rescue_txt'] = "Enable service monitoring and restart on failure"; -$wb['do_not_try_rescue_mysql_txt'] = "Disable MySQL monitoring"; -$wb['do_not_try_rescue_mail_txt'] = "Disable Email monitoring"; -$wb['rescue_description_txt'] = "<b>Information:</b> If you want to shut down mysql you have to select the Disable MySQL monitor checkbox and then wait 2-3 minutes.<br>if you do not wait 2-3 minutes, rescue will try to restart mysql!"; -$wb['enable_sni_txt'] = "Enable SNI"; -$wb['do_not_try_rescue_httpd_txt'] = "Disable HTTPD monitoring"; -$wb['set_folder_permissions_on_update_txt'] = "Set folder permissions on update"; -$wb['add_web_users_to_sshusers_group_txt'] = "Add web users to -sshusers- group"; -$wb['connect_userid_to_webid_txt'] = "Connect Linux userid to webid"; -$wb['connect_userid_to_webid_start_txt'] = "Start ID for userid/webid connect"; -$wb['website_autoalias_txt'] = "Website auto alias"; -$wb['website_autoalias_note_txt'] = "Placeholders:"; -$wb['backup_mode_txt'] = "Backup mode"; -$wb['backup_mode_userzip'] = "Backup web files owned by web user as zip"; -$wb['backup_mode_rootgz'] = "Backup all files in web directory as root user"; -$wb['realtime_blackhole_list_txt'] = "Real-time Blackhole List"; -$wb['realtime_blackhole_list_note_txt'] = "(Separate RBL's with commas)"; -$wb['ssl_settings_txt'] = "SSL Settings"; -$wb['permissions_txt'] = "Permissions"; -$wb['php_settings_txt'] = "PHP Settings"; -$wb['apps_vhost_settings_txt'] = "Apps Vhost Settings"; -$wb['awstats_settings_txt'] = "AWStats Settings"; -$wb['firewall_txt'] = "Firewall"; -$wb['mailbox_quota_stats_txt'] = "Mailbox quota statistics"; -$wb['enable_ip_wildcard_txt'] = "Enable IP wildcard (*)"; -$wb['web_folder_protection_txt'] = "Make web folders immutable (extended attributes)"; +$wb['ufw_enable_txt'] = 'Etkin'; +$wb['ufw_manage_builtins_txt'] = 'İç Kural Yönetimi'; +$wb['ufw_ipv6_txt'] = 'IPv6 Kullanılsın'; +$wb['ufw_default_input_policy_txt'] = 'Varsayılan Giriş İlkesi'; +$wb['ufw_default_output_policy_txt'] = 'Varsayılan Çıkış İlkesi'; +$wb['ufw_default_forward_policy_txt'] = 'Varsayılan Yönlendirme İlkesi'; +$wb['ufw_default_application_policy_txt'] = 'Varsayılan Uygulama İlkesi'; +$wb['ufw_log_level_txt'] = 'Günlükleme Düzeyi'; +$wb['jailkit_chroot_home_txt'] = 'Jailkit chroot Kök Klasörü'; +$wb['jailkit_chroot_app_sections_txt'] = 'Jailkit chroot Uygulama Bölümleri'; +$wb['jailkit_chroot_app_programs_txt'] = 'Jailkit chroot Uygulamaları'; +$wb['jailkit_chroot_cron_programs_txt'] = 'Jailkit Zamanlanmış Görev chroot Uygulamaları'; +$wb['website_path_txt'] = 'Web Sitesi Yolu'; +$wb['website_symlinks_txt'] = 'Web Sitesi Sembolik Bağlantıları'; +$wb['website_symlinks_rel_txt'] = 'Sembolik Bağlantılar Bağıl Olsun'; +$wb['website_basedir_txt'] = 'Web Sitesi Klasörü'; +$wb['website_autoalias_txt'] = 'Otomatik Web Sitesi Takma Adı'; +$wb['website_autoalias_note_txt'] = 'Kodlar:'; +$wb['vhost_conf_dir_txt'] = 'SSunucu Ayar Klasörü'; +$wb['vhost_conf_enabled_dir_txt'] = 'Etkin SSunucu Ayar Klasörü'; +$wb['getmail_config_dir_txt'] = 'Getmail Ayar Klasörü'; +$wb['fastcgi_starter_path_txt'] = 'FastCGI Başlatıcı Yolu'; +$wb['fastcgi_starter_script_txt'] = 'FastCGI Başlatıcı Betiği'; +$wb['fastcgi_alias_txt'] = 'FastCGI Takma Adı'; +$wb['fastcgi_phpini_path_txt'] = 'FastCGI php.ini Yolu'; +$wb['fastcgi_children_txt'] = 'FastCGI Çocuğu'; +$wb['fastcgi_max_requests_txt'] = 'FastCGI En Fazla İstek'; +$wb['fastcgi_bin_txt'] = 'FastCGI Bin'; +$wb['module_txt'] = 'Modül'; +$wb['maildir_path_txt'] = 'Posta Klasörü Yolu'; +$wb['homedir_path_txt'] = 'Kullanıcı Klasörü Yolu'; +$wb['mailuser_uid_txt'] = 'Posta Kullanıcısı UID'; +$wb['mailuser_gid_txt'] = 'Posta Kullanıcısı GID'; +$wb['mailuser_name_txt'] = 'Posta Kullanıcısı Adı'; +$wb['mailuser_group_txt'] = 'Posta Kullanıcısı Grubu'; +$wb['relayhost_txt'] = 'Aktarım Sunucusu'; +$wb['relayhost_user_txt'] = 'Aktarım Sunucu Kullanıcı Adı'; +$wb['relayhost_password_txt'] = 'Aktarım Sunucu Parolası'; +$wb['mailbox_size_limit_txt'] = 'Posta Kutusu Boyutu Sınırı'; +$wb['message_size_limit_txt'] = 'İleti Boyutu Sınırı'; +$wb['ip_address_txt'] = 'IP Adresi'; +$wb['netmask_txt'] = 'Ağ Maskesi'; +$wb['gateway_txt'] = 'Ağ Geçidi'; +$wb['hostname_txt'] = 'Sunucu Adı'; +$wb['nameservers_txt'] = 'Ad Sunucuları'; +$wb['auto_network_configuration_txt'] = 'Ağ Ayarları'; +$wb['ip_address_error_wrong'] = 'IP adresi biçimi geçersiz.'; +$wb['netmask_error_wrong'] = 'Ağ maskesi biçimi geçersiz.'; +$wb['gateway_error_wrong'] = 'Ağ geçidi biçimi geçersiz.'; +$wb['hostname_error_empty'] = 'Sunucu adı boş olamaz.'; +$wb['hostname_error_regex'] = 'Sunucu adı geçersiz.'; +$wb['nameservers_error_empty'] = 'Ad sunucusu boş olamaz.'; +$wb['config_dir_txt'] = 'Ayar Klasörü'; +$wb['init_script_txt'] = 'Zamanlanmış Görev Başlatma Betiğinin Adı'; +$wb['crontab_dir_txt'] = 'Bireysel Zamanlanmış Görevler Yolu'; +$wb['wget_txt'] = 'wget Yazılımının Yolu'; +$wb['web_user_txt'] = 'Apache Kullanıcı Adı'; +$wb['web_group_txt'] = 'Apache Grubu'; +$wb['security_level_txt'] = 'Güvenlik Düzeyi'; +$wb['loglevel_txt'] = 'Günlükleme Düzeyi'; +$wb['apps_vhost_port_txt'] = 'Apps-vhost Kapısı'; +$wb['apps_vhost_ip_txt'] = 'Apps-vhost IP Adresi'; +$wb['apps_vhost_servername_txt'] = 'Apps-vhost Alan Adı'; +$wb['bind_user_txt'] = 'BIND Kullanıcı Adı'; +$wb['bind_group_txt'] = 'BIND Grubu'; +$wb['bind_zonefiles_dir_txt'] = 'BIND zonefiles Klasörü'; +$wb['named_conf_path_txt'] = 'BIND named.conf Dosyası Yolu'; +$wb['bind_user_error_empty'] = 'BIND kullanıcı adı boş olamaz.'; +$wb['bind_group_error_empty'] = 'BIND grubu boş olamaz.'; +$wb['bind_zonefiles_dir_error_empty'] = 'BIND zonefiles klasörü boş olamaz.'; +$wb['named_conf_path_error_empty'] = 'BIND named.conf dosyası yolu boş olamaz.'; +$wb['named_conf_local_path_error_empty'] = 'BIND named.conf.local dosyasının yolu boş olamaz.'; +$wb['mail_filter_syntax_txt'] = 'Posta Süzgeci Yazımı'; +$wb['pop3_imap_daemon_txt'] = 'POP3/IMAP Sunucusu'; +$wb['php_open_basedir_txt'] = 'PHP open_basedir'; +$wb['php_open_basedir_error_empty'] = 'PHP open_basedir boş olamaz.'; +$wb['htaccess_allow_override_txt'] = '.htaccess AllowOverride'; +$wb['htaccess_allow_override_error_empty'] = '.htaccess AllowOverride boş olamaz.'; +$wb['awstats_conf_dir_txt'] = 'Awstats Ayar Klasörü'; +$wb['awstats_data_dir_txt'] = 'Awstats Veri Klasörü'; +$wb['awstats_pl_txt'] = 'awstats.pl Betiği'; +$wb['awstats_buildstaticpages_pl_txt'] = 'awstats_buildstaticpages.pl Betiği'; +$wb['backup_dir_txt'] = 'Yedek Klasörü'; +$wb['named_conf_local_path_txt'] = 'BIND named.conf.local Yolu'; +$wb['php_ini_path_cgi_txt'] = 'CGI php.ini Yolu'; +$wb['php_ini_path_apache_txt'] = 'Apache php.ini Yolu'; +$wb['check_apache_config_txt'] = 'Yeniden başlatıldığında apache ayarları denetlensin'; +$wb['network_config_warning_txt'] = 'Ağ ayarlama seçeneği yalnız Debian ve Ubuntu sunucularda kullanılabilir. Ağ arayüzünüz eth0 değil ise bu seçeneği etkinleştirmeyin.'; +$wb['CA_path_txt'] = 'CA Yolu'; +$wb['CA_pass_txt'] = 'CA parolası'; +$wb['fastcgi_config_syntax_txt'] = 'FastCGI Ayar Yazımı'; +$wb['backup_mode_txt'] = 'Yedekleme Kipi'; +$wb['backup_mode_userzip'] = 'Web kullanıcısına ait web dosyaları ZIP biçiminde yedeklensin'; +$wb['backup_mode_rootgz'] = 'Web klasöründeki tüm dosyalar root kullanıcısı olarak yedeklensin'; +$wb['server_type_txt'] = 'Sunucu Tipi'; +$wb['nginx_vhost_conf_dir_txt'] = 'Nginx Vhost ayar klasörü'; +$wb['nginx_vhost_conf_enabled_dir_txt'] = 'Nginx Vhost etkin ayar klasörü'; +$wb['nginx_user_txt'] = 'Nginx kullanıcı adı'; +$wb['nginx_group_txt'] = 'Nginx grubu'; +$wb['nginx_cgi_socket_txt'] = 'Nginx CGI Soketi'; +$wb['backup_dir_error_empty'] = 'Yedekleme klasörü boş olamaz.'; +$wb['maildir_path_error_empty'] = 'Posta klasörü yolu boş olamaz.'; +$wb['homedir_path_error_empty'] = 'Kullanıcı klasörü yolu boş olamaz.'; +$wb['mailuser_uid_error_empty'] = 'Posta kullanıcısı UID boş olamaz.'; +$wb['mailuser_gid_error_empty'] = 'Posta kullanıcısı GID boş olamaz.'; +$wb['mailuser_name_error_empty'] = 'Posta kullanıcısı adı boş olamaz.'; +$wb['mailuser_group_error_empty'] = 'Posta kullanıcısı grubu boş olamaz.'; +$wb['getmail_config_dir_error_empty'] = 'Getmail ayar klasörü boş olamaz.'; +$wb['website_basedir_error_empty'] = 'Web sitesi kök klasörü boş olamaz.'; +$wb['website_path_error_empty'] = 'Web sitesi yolu boş olamaz.'; +$wb['website_symlinks_error_empty'] = 'Web sitesi sembolik bağlantısı boş olamaz.'; +$wb['vhost_conf_dir_error_empty'] = 'Vhost ayar klasörü boş olamaz.'; +$wb['vhost_conf_enabled_dir_error_empty'] = 'Vhost etkin ayar klasörü boş olamaz.'; +$wb['nginx_vhost_conf_dir_error_empty'] = 'Nginx Vhost ayar klasörü boş olamaz.'; +$wb['nginx_vhost_conf_enabled_dir_error_empty'] = 'Nginx Vhost etkin ayar klasörü boş olamaz.'; +$wb['apache_user_error_empty'] = 'Apache kullanıcısı boş olamaz.'; +$wb['apache_group_error_empty'] = 'Apache grubu boş olamaz.'; +$wb['nginx_user_error_empty'] = 'Nginx kullanıcısı boş olamaz.'; +$wb['nginx_group_error_empty'] = 'Nginx grubu boş olamaz.'; +$wb['php_ini_path_apache_error_empty'] = 'Apache php.ini yolu boş olamaz.'; +$wb['php_ini_path_cgi_error_empty'] = 'CGI php.ini yolu boş olamaz.'; +$wb['nginx_cgi_socket_empty'] = 'Nginx CGI soketi boş olamaz.'; +$wb['apps_vhost_port_error_empty'] = 'Apps-vhost kapısı boş olamaz.'; +$wb['apps_vhost_ip_error_empty'] = 'Apps-vhost IP adresi boş olamaz.'; +$wb['fastcgi_starter_path_error_empty'] = 'FastCGI başlatıcı yolu boş olamaz.'; +$wb['fastcgi_starter_script_error_empty'] = 'FastCGI başlatıcı betiği boş olamaz.'; +$wb['fastcgi_alias_error_empty'] = 'FastCGI takma adı boş olamaz.'; +$wb['fastcgi_phpini_path_error_empty'] = 'FastCGI php.ini yolu boş olamaz.'; +$wb['fastcgi_children_error_empty'] = 'FastCGI çocuğu boş olamaz.'; +$wb['fastcgi_max_requests_error_empty'] = 'FastCGI en fazla istek alanı boş olamaz.'; +$wb['fastcgi_bin_error_empty'] = 'FastCGI dosyası boş olamaz.'; +$wb['jailkit_chroot_home_error_empty'] = 'Jailkit chroot ana klasörü boş olamaz.'; +$wb['jailkit_chroot_app_sections_error_empty'] = 'Jailkit chroot uygulama bölümleri boş olamaz.'; +$wb['jailkit_chroot_app_programs_error_empty'] = 'Jailkit chroot uygulamaları boş olamaz.'; +$wb['jailkit_chroot_cron_programs_error_empty'] = 'Jailkit zamanlanmış görev chroot uygulamaları boş olamaz.'; +$wb['vlogger_config_dir_error_empty'] = 'Ayarlar klasörü boş olamaz.'; +$wb['cron_init_script_error_empty'] = 'Zamanlanmış görevler başlatma betiği adı boş olamaz.'; +$wb['crontab_dir_error_empty'] = 'Bireysel zamanlanmış görev yolu boş olamaz.'; +$wb['cron_wget_error_empty'] = 'wget yazılımı yolu boş olamaz.'; +$wb['php_fpm_init_script_txt'] = 'PHP-FPM Başlatma Betiği'; +$wb['php_fpm_init_script_error_empty'] = 'PHP-FPM başlatma betiği boş olamaz.'; +$wb['php_fpm_ini_path_txt'] = 'PHP-FPM php.ini Yolu'; +$wb['php_fpm_ini_path_error_empty'] = 'PHP-FPM php.ini yolu boş olamaz.'; +$wb['php_fpm_pool_dir_txt'] = 'PHP-FPM Havuz Klasörü'; +$wb['php_fpm_pool_dir_error_empty'] = 'PHP-FPM havuz klasörü boş olamaz.'; +$wb['php_fpm_start_port_txt'] = 'PHP-FPM Başlangıç Kapısı'; +$wb['php_fpm_start_port_error_empty'] = 'PHP-FPM başlangıç kapısı boş olamaz.'; +$wb['php_fpm_socket_dir_txt'] = 'PHP-FPM Soket Klasörü'; +$wb['php_fpm_socket_dir_error_empty'] = 'PHP-FPM soket klasörü boş olamaz.'; +$wb['try_rescue_txt'] = 'Hizmetler izlensin ve sorun çıktığında yeniden başlatılsın'; +$wb['do_not_try_rescue_httpd_txt'] = 'HTTPD izlenmesin'; +$wb['do_not_try_rescue_mysql_txt'] = 'MySQL izlenmesin'; +$wb['do_not_try_rescue_mail_txt'] = 'E-posta izlenmesin'; +$wb['rescue_description_txt'] = '<b>Uyarı:</b> mysql sunucusunu kapatmak istiyorsanız \\"MySQL izlenmesin\\" seçeneğini işaretleyip 2-3 dakika bekleyin.<br>2-3 dakika beklemezseniz, kurtarma işlemi mysql sunucusunu yeniden başlatmaya çalışır!'; +$wb['enable_sni_txt'] = 'SNI Kullanılsın'; +$wb['set_folder_permissions_on_update_txt'] = 'Güncellenirken klasör izinleri ayarlansın'; +$wb['add_web_users_to_sshusers_group_txt'] = 'Web kullanıcıları -sshusers- grubuna eklensin'; +$wb['connect_userid_to_webid_txt'] = 'Linux kullanıcıkodu webkoduna bağlansın'; +$wb['connect_userid_to_webid_start_txt'] = 'Bağlanacak kullanıcıkodu/webkodu için başlangıç kodu'; +$wb['realtime_blackhole_list_txt'] = 'Gerçek Zamanlı Karadelik Listesi (RBL)'; +$wb['realtime_blackhole_list_note_txt'] = '(RBL adlarını virgül ile ayırarak yazın)'; +$wb['ssl_settings_txt'] = 'SSL Ayarları'; +$wb['permissions_txt'] = 'İzinler'; +$wb['php_settings_txt'] = 'PHP Ayarları'; +$wb['apps_vhost_settings_txt'] = 'Uygulama SSunucu Ayarları'; +$wb['awstats_settings_txt'] = 'AWStats Ayarları'; +$wb['firewall_txt'] = 'Güvenlik Duvarı'; +$wb['mailbox_quota_stats_txt'] = 'Posta Kutusu Kota İstatistikleri'; +$wb['enable_ip_wildcard_txt'] = 'IP genel karakteri (*) kullanılsın'; +$wb['web_folder_protection_txt'] = 'Web klasörleri ayarlanamasın (genişletilmiş öznitelikler)'; +$wb['overtraffic_notify_admin_txt'] = 'Yöneticiye aşırı trafik bildirimi gönderilsin'; +$wb['overtraffic_notify_client_txt'] = 'Müşteriye aşırı trafik bildirimi gönderilsin'; +$wb['rbl_error_regex'] = 'Lütfen geçerli RBL sunucu adları yazın.'; +$wb['overquota_notify_admin_txt'] = 'Yöneticiye kota uyarıları gönderilsin'; +$wb['overquota_notify_client_txt'] = 'Müşteriye kota uyarıları gönderilsin'; +$wb['overquota_notify_onok_txt'] = 'Müşteriye kota tamam iletisi gönderilsin'; +$wb['overquota_notify_freq_txt'] = 'Kota uyarılarının kaç günde bir gönderileceği'; +$wb['overquota_notify_freq_note_txt'] = '0 = ileti yalnız bir kez gönderilir, yinelenmez'; +$wb['admin_notify_events_txt'] = 'Yönetici Bildirim Düzeyi'; +$wb['no_notifications_txt'] = 'Bildirim Gönderilmesin'; +$wb['monit_url_txt'] = 'Monit Adresi'; +$wb['monit_user_txt'] = 'Monit Kullanıcı Adı'; +$wb['monit_password_txt'] = 'Monit Parolası'; +$wb['monit_url_error_regex'] = 'Monit adresi geçersiz'; +$wb['monit_url_note_txt'] = 'Kod:'; +$wb['munin_url_txt'] = 'Munin Adresi'; +$wb['munin_user_txt'] = 'Munin Kullanıcı Adı'; +$wb['munin_password_txt'] = 'Munin Parolası'; +$wb['munin_url_error_regex'] = 'Munin adresi geçersiz'; +$wb['munin_url_note_txt'] = 'Kod:'; +$wb['backup_dir_is_mount_txt'] = 'Yedek Klasörü Takılı mı?'; +$wb['monitor_system_updates_txt'] = 'Linux Güncelleme Denetimi'; +$wb['invalid_apache_user_txt'] = 'Apache kullanıcısı geçersiz.'; +$wb['invalid_apache_group_txt'] = 'Apache grubu geçersiz.'; +$wb['backup_dir_error_regex'] = 'Yedek klasörü geçersiz.'; +$wb['maildir_path_error_regex'] = 'Posta klasörü yolu geçersiz.'; +$wb['homedir_path_error_regex'] = 'Kullanıcı klasörü yolu geçersiz.'; +$wb['mailuser_name_error_regex'] = 'Posta kullanıcısı adı geçersiz.'; +$wb['mailuser_group_name_error_regex'] = 'Posta kullanıcısı grup adı geçersiz.'; +$wb['mailuser_uid_error_range'] = 'Posta kullanıcısı UID değeri >= 2000 olmalıdır'; +$wb['mailuser_gid_error_range'] = 'Posta kullanıcısı GID değeri >= 2000 olmalıdır'; +$wb['getmail_config_dir_error_regex'] = 'Getmail ayar klasörü geçersiz.'; +$wb['website_basedir_error_regex'] = 'Web sitesi kök klasörü geçersiz.'; +$wb['website_symlinks_error_regex'] = 'Web sitesi sembolik bağlantıları geçersiz.'; +$wb['vhost_conf_dir_error_regex'] = 'Vhost ayar klasörü geçersiz.'; +$wb['vhost_conf_enabled_dir_error_regex'] = 'Etkin vhost ayar klasörü geçersiz.'; +$wb['nginx_vhost_conf_dir_error_regex'] = 'Nginx ayar klasörü geçersiz.'; +$wb['nginx_vhost_conf_enabled_dir_error_regex'] = 'Etkin nginx ayar klasörü geçersiz.'; +$wb['ca_path_error_regex'] = 'CA yolu geçersiz.'; +$wb['invalid_nginx_user_txt'] = 'nginx kullanıcısı geçersiz.'; +$wb['invalid_nginx_group_txt'] = 'nginx grubu geçersiz.'; +$wb['php_ini_path_apache_error_regex'] = 'Apache php.ini yolu geçersiz.'; +$wb['php_ini_path_cgi_error_regex'] = 'CGI php.ini yolu geçersiz.'; +$wb['php_fpm_init_script_error_regex'] = 'PHP-FPM başlatma betiği geçersiz.'; +$wb['php_fpm_ini_path_error_regex'] = 'PHP-FPM ini yolu geçersiz.'; +$wb['php_fpm_pool_dir_error_regex'] = 'PHP-FPM havuz klasörü geçersiz.'; +$wb['php_fpm_socket_dir_error_regex'] = 'PHP-FPM soket klasörü geçersiz.'; +$wb['php_open_basedir_error_regex'] = 'PHP open_basedir geçersiz.'; +$wb['awstats_data_dir_empty'] = 'Awstats data klasörü boş olamaz'; +$wb['awstats_data_dir_error_regex'] = 'Awstats data klasörü geçersiz.'; +$wb['awstats_pl_empty'] = 'awstats.pl ayarı boş olamaz.'; +$wb['awstats_pl_error_regex'] = 'awstats.pl yolu geçersiz.'; +$wb['awstats_buildstaticpages_pl_empty'] = 'awstats_buildstaticpages.pl boş olamaz'; +$wb['awstats_buildstaticpages_pl_error_regex'] = 'awstats_buildstaticpages.pl yolu geçersiz.'; +$wb['invalid_bind_user_txt'] = 'BIND kullanıcısı geçersiz.'; +$wb['invalid_bind_group_txt'] = 'BIND grubu geçersiz.'; +$wb['bind_zonefiles_dir_error_regex'] = 'BIND zonefiles klasörü geçersiz.'; +$wb['named_conf_path_error_regex'] = 'named.conf yolu geçersiz.'; +$wb['named_conf_local_path_error_regex'] = 'named.conf.local yolu geçersiz.'; +$wb['fastcgi_starter_path_error_regex'] = 'fastcgi başlatıcı yolu geçersiz.'; +$wb['fastcgi_starter_script_error_regex'] = 'fastcgi başlatıcı betiği geçersiz.'; +$wb['fastcgi_alias_error_regex'] = 'fastcgi takma adı geçersiz.'; +$wb['fastcgi_phpini_path_error_regex'] = 'fastcgi yolu geçersiz.'; +$wb['fastcgi_bin_error_regex'] = 'fastcgi bin geçersiz.'; +$wb['jailkit_chroot_home_error_regex'] = 'Jailkit chroot kök klasörü geçersiz.'; +$wb['jailkit_chroot_app_sections_error_regex'] = 'Jailkit chroot bölümleri geçersiz.'; +$wb['jailkit_chroot_app_programs_error_regex'] = 'Jailkit chroot app uygulama yazılımları geçersiz.'; +$wb['jailkit_chroot_cron_programs_error_regex'] = 'Jailkit chroot zamanlanmış görev yazılımları geçersiz.'; +$wb['vlogger_config_dir_error_regex'] = 'Vlogger ayar klasörü geçersiz.'; +$wb['cron_init_script_error_regex'] = 'Zamanlanmış görev başlatma betiği geçersiz.'; +$wb['crontab_dir_error_regex'] = 'Zamanlanmış görev klasörü geçersiz.'; +$wb['cron_wget_error_regex'] = 'Zamanlanmış görev wget yolu geçersiz.'; +$wb['network_filesystem_txt'] = 'Ağ Dosya Sistemi'; +$wb['maildir_format_txt'] = 'Maildir Format'; +$wb['dkim_path_txt'] = 'DKIM Path'; +$wb['mailbox_virtual_uidgid_maps_txt'] = 'Use Websites Linux uid for mailbox'; +$wb['mailbox_virtual_uidgid_maps_info_txt'] = 'only in single web and mail-server-setup'; +$wb['mailbox_virtual_uidgid_maps_error_nosingleserver'] = 'Uid cannot be mapped in multi-server-setup.'; +$wb['mailbox_virtual_uidgid_maps_error_nodovecot'] = 'Uid-mapping can only be used with dovecot.'; +$wb['mailbox_virtual_uidgid_maps_error_alreadyusers'] = 'Uid-mapping cannot be changed if there are already mail users.'; +$wb['reject_sender_login_mismatch_txt'] = 'Reject sender and login mismatch'; +$wb['do_not_try_rescue_mongodb_txt'] = 'Disable MongoDB monitoring'; +$wb['v6_prefix_txt'] = 'IPv6 Prefix'; +$wb['vhost_rewrite_v6_txt'] = 'Rewrite IPv6 on Mirror'; +$wb['v6_prefix_length'] = 'Prefix too long according to defined IPv6 '; +$wb['backup_dir_mount_cmd_txt'] = 'Mount command, if backup directory not mounted'; +$wb['backup_delete_txt'] = 'Delete backups on domain/website delete'; +$wb['overquota_db_notify_admin_txt'] = 'Send DB quota warnings to admin'; +$wb['overquota_db_notify_client_txt'] = 'Send DB quota warnings to client'; +$wb['php_handler_txt'] = 'Default PHP Handler'; +$wb['disabled_txt'] = 'Disabled'; +$wb['dkim_strength_txt'] = 'DKIM strength'; +$wb['php_ini_check_minutes_txt'] = 'Check php.ini every X minutes for changes'; +$wb['php_ini_check_minutes_error_empty'] = 'Please specify a value how often php.ini should be checked for changes.'; +$wb['php_ini_check_minutes_info_txt'] = '0 = no check'; +$wb['enable_spdy_txt'] = 'Makes SPDY available'; +$wb['web_settings_txt'] = 'Web Server'; +$wb['xmpp_server_txt'] = 'XMPP Server'; +$wb['xmpp_use_ipv6_txt'] = 'Use IPv6'; +$wb['xmpp_bosh_max_inactivity_txt'] = 'Max. BOSH inactivity time'; +$wb['xmpp_bosh_timeout_range_wrong'] = 'Please enter a bosh timeout range between 15 - 360'; +$wb['xmpp_module_saslauth'] = 'saslauth'; +$wb['xmpp_server_admins_txt'] = 'Server Admins (JIDs)'; +$wb['xmpp_modules_enabled_txt'] = 'Serverwide enabled plugins (one per line)'; +$wb['xmpp_ports_txt'] = 'Component ports'; +$wb['xmpp_port_http_txt'] = 'HTTP'; +$wb['xmpp_port_https_txt'] = 'HTTPS'; +$wb['xmpp_port_pastebin_txt'] = 'Pastebin'; +$wb['xmpp_port_bosh_txt'] = 'BOSH'; +$wb['disable_bind_log_txt'] = 'Disable bind9 messages for Loglevel WARN'; +$wb['apps_vhost_enabled_txt'] = 'Apps-vhost enabled'; ?> -- Gitblit v1.9.1