source: extensions/autoupdate/language/it_IT/plugin.lang.php @ 4007

Last change on this file since 4007 was 4007, checked in by patdenice, 15 years ago

[Plugin Autoupdate]
Try to change chmod if extraction fail.

  • Property svn:eol-style set to LF
File size: 620 bytes
Line 
1<?php
2
3$lang['Click here to upgrade automatically'] = 'Cliccare qui per un\'aggiornamento automatico';
4$lang['autoupdate_alert'] = 'Siete sicuri di volere aggiornare Piwigo automaticamente?\nAttenzione!!! I file modificati potrebbero essere sovrascritti.';
5$lang['autoupdate_success'] = 'Piwigo e stato aggiornato con successo (versione %s)';
6$lang['autoupdate_fail'] = 'Si è verificato un\'errore durante l\'aggiornamento.';
7
8/*TODO*/$lang['autoupdate_extract_fail'] = 'An error occured during extract. Please check files permissions of your piwigo installation.<br><a href="%s">Click here to show log error</a>.';
9
10?>
Note: See TracBrowser for help on using the repository browser.