<?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'] = 'Impossibile stabilire una connessione con <a href="http://www.softaculous.com">Softaculous</a>';
$l['updating_error'] = 'Si sono verificati alcuni errori durante l\'aggiornamento all\'ultima versione. Di seguito viene riportato il Log dell\'aggiornamento. Si prega di riprovare tra qualche minuto.';
//Theme Strings
$l['<title>'] = 'Softaculous - Pannello Aggiornamento';
$l['updated_successfully'] = 'L\'aggiornamento all\'ultima versione è stato completato con successo';
$l['update_logs'] = 'Log Aggiornamento';
$l['update_softaculous'] = 'Aggiornamento Softaculous';
$l['cur_ver'] = 'Versione Corrente';
$l['latest_ver'] = 'Ultima Versione';
$l['not_connect_soft'] = 'Impossibile connettersi a Softaculous';
$l['updatesoftaculous'] = 'Aggiorna Softaculous';
|