- Add fetchRemote function which allow to retrieve datas over HTTP protocol using cURL method, file_get_contents function or fsockopen method. This allow to retrieve datas or files even if allow_url_fopen is deactivated.
- Use fetchRemote function in plugins manager and in latest version checking. - Add german translations for upgrade.lang.php. - Remove empty line at the end of pclzip.lib.php. - Change display of deactivated plugins after upgrade. git-svn-id: http://piwigo.org/svn/trunk@2880 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
parent
78edf1906c
commit
59af44a8c2
14 changed files with 144 additions and 46 deletions
|
|
@ -177,7 +177,7 @@ $lang['Tag selection'] = 'Selezione dei tags';
|
|||
$lang['Take selected elements out of caddie'] = 'Estrarre gli elementi selezionati dal cestino';
|
||||
$lang['The %d following tag were deleted'] = 'Il tag seguente è stato cancellato';
|
||||
$lang['The %d following tags were deleted'] = 'I %d tags seguenti sono stati cancellati';
|
||||
$lang['Unable to check for upgrade since allow_url_fopen is disabled.'] = 'Non è stato possibile identificare l\'ultima versione a causa della funzione allow_url_fopen tuttora disattiva.';
|
||||
$lang['Unable to check for upgrade.'] = 'Non è stato possibile identificare l\'ultima versione.';
|
||||
$lang['Uninstall'] = 'Disinstallare';
|
||||
$lang['Use default sort order']='Usare l\'ordinamento delle immagini di defaut (cosi come definito nel file di configurazione)';
|
||||
$lang['User comments validation'] = 'Approvare i commenti degli utenti';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue