From 59af44a8c2f4984e3d68321b5f4289833f8dddb1 Mon Sep 17 00:00:00 2001 From: patdenice Date: Sat, 15 Nov 2008 21:10:05 +0000 Subject: - 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 --- language/it_IT/admin.lang.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'language/it_IT') diff --git a/language/it_IT/admin.lang.php b/language/it_IT/admin.lang.php index 1f5259b94..c73beb35c 100644 --- a/language/it_IT/admin.lang.php +++ b/language/it_IT/admin.lang.php @@ -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'; -- cgit v1.2.3