Ignore:
Timestamp:
Mar 16, 2009, 5:57:10 PM (15 years ago)
Author:
patdenice
Message:

Move template class inclusion to common.inc.php.
Add forum link in upgrade page.
Install and upgrade try to configure PHP5.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/language/it_IT/install.lang.php

    r3185 r3203  
    6262$lang['conf_mail_webmaster'] = 'Indirizzo email del Amministratore';
    6363$lang['conf_mail_webmaster_info'] = 'i visitatori potranno contattarvi utilizzando questo indirizzo email';
     64
     65$lang['PHP 5 is required'] = 'È necessario PHP 5';
     66$lang['It appears your webhost is currently running PHP %s.'] = 'Sembrerebbe che la versione del vostro server è PHP %s.';
     67$lang['Piwigo may try to switch your configuration to PHP 5 by creating or modifying a .htaccess file.'] = 'Piwigo cerchrà di passare in PHP 5 creando o modificando il file .htaccess.';
     68$lang['Note you can change your configuration by yourself and restart Piwigo after that.'] = 'Notate che potete cambiare manualmente la configurazione e rilanciare Piwigo.';
     69$lang['Try to configure PHP 5'] = 'Provate a configuratre PHP 5';
     70$lang['Sorry!'] = 'Spiacente!';
     71$lang['Piwigo was not able to configure PHP 5.'] = 'Piwigo non a potuto configurare PHP 5.';
     72$lang["You may referer to your hosting provider's support and see how you could switch to PHP 5 by yourself."] = 'Dovete contattare il votro provider per chiedere come configurare PHP 5.';
     73$lang['Hope to see you back soon.'] = 'Sperando di rivedervi prossimamente ...';
    6474?>
Note: See TracChangeset for help on using the changeset viewer.