<?php
//////////////////////////////////////////////////////////////
//===========================================================
// updates_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['unable_connect'] = 'We were unable to connect to <a href="http://www.softaculous.com">Softaculous</a>';
$l['updating_error'] = 'There were some errors while updating to the latest version. The logs of the update process are displayed below. Please try updating again later.';
//Theme Strings
$l['<title>'] = 'Softaculous - Update Center';
$l['updated_successfully'] = 'Successfully updated to the latest version';
$l['update_logs'] = 'Update Logs';
$l['update_softaculous'] = 'Update Softaculous';
$l['cur_ver'] = 'Current Version';
$l['latest_ver'] = 'Latest Version';
$l['not_connect_soft'] = 'Could not connect to Softaculous';
$l['updatesoftaculous'] = 'Update Softaculous';
|