<?php
//////////////////////////////////////////////////////////////
//===========================================================
// installations_lang.php
//===========================================================
// SOFTACULOUS
// Version : 1.1
// Inspired by the DESIRE to be the BEST OF ALL
// ----------------------------------------------------------
// Started by: Alons
// Date: 10th Jan 2009
// Time: 21:00 hrs
// Site: http://www.softaculous.com/ (SOFTACULOUS)
// ----------------------------------------------------------
// Please Read the Terms of use at http://www.softaculous.com
// ----------------------------------------------------------
//===========================================================
// (c)Softaculous Inc.
//===========================================================
//////////////////////////////////////////////////////////////
if(!defined('SOFTACULOUS')){
die('Hacking Attempt');
}
$l['no_submit'] = 'No se ha seleccionado ninguna instalacion para enviar correos electronicos.';
$l['user_soft_upd_sub'] = 'Actualizacion de Scripts disponibles';
$l['posix_error'] = 'POSIX function is disabled. Please enable POSIX function to perform Upgrade for Installations.';
$l['shellexec_error'] = 'exec function is disabled. Please enable exec function to perform Upgrade for Installations.';
$l['user_soft_upd'] = 'Este e-mail está relacionada con la instalación antigua de ciertos scripts PHP que tiene instalados. Por razones de seguridad, debe actualizar estas instalaciones obsoletas tan pronto como sea posible.
Las siguientes actualizaciones estan disponibles:
&soft-1;
Para actualizar estos scripts debe ir a su Panel de Control -> '.APP.' -> Instalaciones.
Desde alli, podra actualizar los scripts.
Desde el Administrador de Sistemas';
$l['no_reseller_upgrade_ins'] = 'Resellers are not allowed to auto upgrade installations';
$l['no_ins_selected'] = 'No installation(s) selected for Upgrade.';
$l['ins_time'] = 'Installation Time';
$l['sort_by'] = 'Sort By';
$l['sort_users'] = 'Users';
$l['sort_script'] = 'Script';
$l['sort_domain'] = 'Domain';
//Theme Strings
$l['<title>'] = ''.APP.' - Listado de instalaciones';
$l['searchinstallations'] = 'Buscar instalaciones';
$l['search_scripts'] = 'Scripts';
$l['search_scripts_exp'] = 'Deja en blanco. Para múltiples scripts separalos con \'<b>;</b>\'';
$l['search_users'] = 'Usuarios';
$l['search_users_exp'] = 'Deja en blanco para todo. Para múltiples scripts separalos con \'<b>;</b>\'';
$l['group_by_scripts'] = 'Agrupado por Scripts';
$l['group_by_scripts_exp'] = 'El sistema agrupa por defecto por usuarios';
$l['only_outdated'] = 'Mostrar sólo las instalaciones obsoletas';
$l['only_outdated_exp'] = 'Por defecto se mostrarán todas las instalaciones';
$l['li_user'] = 'Usuario';
$l['li_scripts'] = 'Scripts';
$l['li_domains'] = 'Domains';
$l['li_url'] = 'URL';
$l['li_insver'] = 'Versión instalada';// Installed Ver
$l['li_ver'] = 'Versión';
$l['li_realver'] = 'Real Ver';
$l['no_results'] = 'No se han encontrado resultados';
$l['search_ins'] = 'Buscar';
$l['with_selected'] = 'Seleccionar';
$l['sub_email_users'] = 'Los usuarios de correo electrónico de las nuevas versiones';
$l['emailed_users'] = 'Los usuarios de las instalaciones seleccionadas fueron notificados acerca de las actualizaciones disponibles.';
$l['sub_upgrade_ins'] = 'Upgrade';
$l['upgrading_ins'] = 'Upgrading Installations...';
$l['upgraded_ins'] = 'The Auto upgrade process has finished and the details have been sent via email.';
$l['upgraded'] = 'Upgraded';
$l['failed'] = 'Failed';
$l['go_to_autoupgrade'] = 'Go to List';
$l['upgrading_completed'] = 'Upgrade Finished';
$l['beta_note'] = '<b>Note</b> : This feature is in <b>BETA VERSION</b>. <a href="https://www.softaculous.com/docs/admin/admin-upgrade-installations/#auto-upgrade" target="_blank">Read More..</a>';
$l['wait_note'] = '<b>Note</b> : Please don\'t leave this page until all the installations are upgraded.';
$l['tasklist_button'] = 'Task List';
$l['auto_upgrade_enabled'] = 'Auto Upgrade Enabled';
$l['real_ver_notice'] = 'The real version does not match with '.APP.' records. It seems that the user has upgraded installation(s) manually.';
$l['latest_ver_notice'] = 'Latest version is available for the installation(s).';
$l['update_records'] = 'Update '.APP.' records';
$l['no_submit_rec'] = 'No installation(s) were selected for updating '.APP.' records';
$l['err_update_record'] = 'Error occured while updating version in '.APP.' records';
$l['succ_update_record'] = 'Successfully updated version for selected installation(s) in '.APP.' record';
$l['only_realversion'] = 'Show Real Version';
$l['only_realversion_exp'] = 'If checked '.APP.' will try to detect the real version of the installations.<br /><b>Note</b>: This might take time as it will find the real version by scanning the files of the installations';
$l['no_info'] = 'No Info';
$l['search_domains'] = 'Domains';
$l['search_domains_exp'] = 'Leave blank for all. For multiple domains seperate with \'<b>;</b>\'';
$l['auto_upgrade_major'] = '(Major and Minor)';
$l['auto_upgrade_minor'] = '(Minor)'; |