Changeset 30153


Ignore:
Timestamp:
Oct 17, 2014, 12:06:38 AM (10 years ago)
Author:
TranslationTeam
Message:

[trunk_install] Update it_IT, thanks to : ddtddt

File:
1 edited

Legend:

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

    r26461 r30153  
    4848$lang['Need help ? Ask your question on <a href="%s">Piwigo message board</a>.'] = 'Avete bisogno di aiuto? Visitate il <a href="%s">forum di Piwigo</a>.';
    4949$lang['Visitors will be able to contact site administrator with this mail'] = 'I visitatori saranno in grado di contattarvi usando questa email';
    50 $lang['PHP 5 is required'] = 'E\' richiesto PHP 5';
     50$lang['PHP 5 is required'] = 'E\' richiesto PHP 5.2';
    5151$lang['It appears your webhost is currently running PHP %s.'] = 'Sembra che la versione PHP del vostro server sia %s.';
    52 $lang['Piwigo may try to switch your configuration to PHP 5 by creating or modifying a .htaccess file.'] = 'Piwigo tenterà di cambiare la configurazione di PHP 5 creando o modificando il file .htaccess.';
     52$lang['Piwigo may try to switch your configuration to PHP 5 by creating or modifying a .htaccess file.'] = 'Piwigo tenterà di cambiare la configurazione di PHP 5.2 creando o modificando il file .htaccess.';
    5353$lang['Note you can change your configuration by yourself and restart Piwigo after that.'] = 'Nota: potete cambiare manualmente la configurazione PHP e poi riavviare Piwigo.';
    54 $lang['Try to configure PHP 5'] = 'Provare a configurare PHP 5';
     54$lang['Try to configure PHP 5'] = 'Provare a configurare PHP 5.2';
    5555$lang['Sorry!'] = 'Spiacente!';
    56 $lang['Piwigo was not able to configure PHP 5.'] = 'Piwigo non è stato in grado di configurare PHP 5.';
    57 $lang['You may referer to your hosting provider\'s support and see how you could switch to PHP 5 by yourself.'] = 'Si consiglia di fare riferimento al supporto del vostro provider di hosting e vedere come potete passare a PHP 5 da soli.';
     56$lang['Piwigo was not able to configure PHP 5.'] = 'Piwigo non è stato in grado di configurare PHP 5.2';
     57$lang['You may referer to your hosting provider\'s support and see how you could switch to PHP 5 by yourself.'] = 'Si consiglia di fare riferimento al supporto del vostro provider di hosting e vedere come potete passare a PHP 5.2 da soli.';
    5858$lang['Hope to see you back soon.'] = 'Speriamo di rivedervi presto.';
    5959$lang['Congratulations, Piwigo installation is completed'] = 'Congratulazioni, l\'installazione di Piwigo è completata';
     
    6666$lang['Welcome to your new installation of Piwigo!'] = 'Benvenuti sulla vostra nuova installazione di Piwigo!';
    6767$lang['Don\'t hesitate to consult our forums for any help : %s'] = 'Non esitate a consultare i nostri forum se avete un qualunque problema: %s';
    68 ?>
Note: See TracChangeset for help on using the changeset viewer.