= 0.'; $wb["pm_ondemand_hint_txt"] = 'Por favor verifica que la version PHP es >= 5.3.9 para usar process manager ondemand. Si seleccionas ondemand para una version mas antigua PHP no se iniciara!'; $wb["pm_max_children_txt"] = 'PHP-FPM pm.max_children'; $wb["pm_start_servers_txt"] = 'PHP-FPM pm.start_servers'; $wb["pm_min_spare_servers_txt"] = 'PHP-FPM pm.min_spare_servers'; $wb["pm_max_spare_servers_txt"] = 'PHP-FPM pm.max_spare_servers'; $wb["error_php_fpm_pm_settings_txt"] = 'Los ajustes de PHP-FPM pm settings deben cumplir esto: pm.max_children >= pm.max_spare_servers >= pm.start_servers >= pm.min_spare_servers > 0'; $wb["pm_max_children_error_regex"] = 'El valor de PHP-FPM pm.max_children debe ser un valor de entero positivo.'; $wb["pm_start_servers_error_regex"] = 'El valor de PHP-FPM pm.start_servers debe ser un valor de entero positivo.'; $wb["pm_min_spare_servers_error_regex"] = 'El valor de PHP-FPM pm.min_spare_servers debe ser un valor de entero positivo.'; $wb["pm_max_spare_servers_error_regex"] = 'El valor de PHP-FPM pm.max_spare_servers debe ser un valor de entero positivo.'; $wb["apache_directives_txt"] = 'Directivas Apache'; $wb["nginx_directives_txt"] = 'Directivas Nginx'; $wb["proxy_directives_txt"] = 'Directivas Proxy'; $wb["custom_php_ini_txt"] = 'Ajustes php.ini personalizados'; $wb["seo_redirect_txt"] = 'Redireccion SEO'; $wb['rewrite_to_https_txt'] = 'Rewrite HTTP a HTTPS'; $wb["no_redirect_txt"] = 'No redirigir'; $wb["none_txt"] = 'Ninguno'; $wb["php_fpm_use_socket_txt"] = 'Usar Socket para PHP-FPM'; $wb["traffic_quota_error_regex"] = 'Cuota de trafico erronea.'; $wb['traffic_quota_error_empty'] = 'Cuota de trafico vacia.'; $wb['hd_quota_error_regex'] = 'Cuota de disco erronea.'; $wb['hd_quota_error_empty'] = 'Cuota de disco 0 o vacia.'; $wb["btn_save_txt"] = 'Guardar'; $wb["btn_cancel_txt"] = 'Cancelar'; $wb["variables_txt"] = 'Variables'; $wb["disabled_txt"] = 'Desactivado'; $wb["template_name_txt"] = 'Nombre plantilla'; $wb["template_name_error_empty"] = 'El nombre de la plantilla no puede estar vacio!'; $wb["policy_txt"] = 'Spamfilter'; $wb["no_policy"] = '- not enabled -'; $wb["dkim_txt"] = 'Habilitar DKIM'; $wb['dkim_selector_txt'] = 'Selector-DKIM'; $wb['dkim_selector_error'] = 'Selector-DKIM erroneo. Usa unicamente caracteres alfanumericos en minusculas (a-z o 0-9) con un maximo de 63 caracteres'; $wb["remote_access_txt"] = 'Accesso remoto'; $wb["remote_ips_txt"] = 'IPs de acceso remoto (separadas por , o dejalo en blanco para todas)'; $wb["database_charset_txt"] = 'Database charset'; $wb["database_remote_error_ips"] = 'Al menos una de las IPs introducidas es erronea.'; $wb['limit_database_quota_txt'] = 'Cuota de base de datos'; $wb['limit_database_quota_error_notint'] = 'La cuota de base de datos debe ser un numero.'; $wb["quota_files_txt"] = 'Cuota de archivos'; $wb["quota_files_unity_txt"] = 'Archivos'; $wb["ul_ratio_txt"] = 'Ratio de subida'; $wb["dl_ratio_txt"] = 'Ratio de descarga'; $wb["ul_bandwidth_txt"] = 'Ancho de banda de subida'; $wb["dl_bandwidth_txt"] = 'Ancho de banda de descarga'; $wb['shell_txt'] = "Shell"; $wb['chroot_txt'] = "Chroot Shell"; $wb['shell_error_regex'] = 'Shell erronea'; $wb['shell_error_empty'] = 'Shell vacia!'; $wb["enablesmtp_txt"] = 'Habilitar SMTP (envio)'; $wb["enableimap_txt"] = 'Habilitar IMAP'; $wb["enablepop3_txt"] = 'Habilitar POP3'; $wb["mailbox_quota_txt"] = 'Cuota del buzon (0 para ilimitada)'; $wb["quota_error_isint"] = 'La cuota debe ser un numero.'; $wb["quota_error_value"] = 'Valor de cuota erroneo. Los valores permitidos son: 0 para ilimitada o numeros > 1'; $wb['http_port_txt'] = 'Puerto HTTP'; $wb['https_port_txt'] = 'Puerto HTTPS'; $wb['log_retention_txt'] = 'Logfiles retention time'; $wb['log_retention_error_regex'] = 'Retention time in days (allowed values: min. 0 - max. 9999)'; $wb["jailkit_chroot_app_sections_txt"] = 'Jailkit chroot app sections'; $wb["jailkit_chroot_app_programs_txt"] = 'Jailkit chrooted applications'; $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_app_sections_error_regex'] = 'Invalid jaikit chroot sections.'; $wb['jailkit_chroot_app_programs_error_regex'] = 'Invalid jaikit chroot app programs.'; $wb['tooltip_jailkit_chroot_app_sections_txt'] = 'When empty, uses Jailkit chroot app sections from Server Config'; $wb['tooltip_jailkit_chroot_app_programs_txt'] = 'When empty, uses Jailkit chroot applications from Server Config'; $wb['delete_unused_jailkit_txt'] = 'Delete unused jailkit chroot'; $wb['tooltip_delete_unused_jailkit_txt'] = 'Delete the jailkit chroot environment when there are no shell users or cron jobs which require it.';