<?php
//////////////////////////////////////////////////////////////
//===========================================================
// softwares_lang.php
//===========================================================
// SOFTACULOUS
// Version : 1.0
// 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['saving_error'] = 'Hubo un error al guardar la lista de Programas Instalados';
$l['updating_error'] = 'Hubo un error al actualizar los programas';
//Theme Strings
$l['<title>'] = APP.' - Centro de programas';
$l['settings_saved'] = 'Preferencias guardadas correctamente';
$l['updating_files'] = 'Actualizando archivos';
$l['updating_completed'] = 'Completada la actualización de archivos. Volver a ';
$l['go_to_soft'] = 'Programas';
$l['soft_name'] = 'Nombre';
$l['soft_desc'] = 'Descripción';
$l['soft_ver'] = 'Versión';
$l['latest_ver'] = 'Latest Version';
$l['soft_ins'] = 'Instalado';
$l['pre_down'] = 'Pre-Download';
$l['soft_enable'] = 'Enable';
$l['soft_free_note'] = 'NOTA: En la versión gratuita de '.APP.' esta característica está desactivada. Sólo se mostrarán los programas que vienen incluidos en la versión gratuita.';
$l['updatesoft'] = 'Actualizar Preferencias';
$l['scripts_are_ins'] = 'scripts están instalados';
$l['gen_scripts'] = 'Scripts';
$l['soft_outdated'] = 'Outdated';
$l['outdated_notification'] = 'Not updated by the vendor in over 2 years'; |