Add explicit error message in plugins tab if allow_url_fopen is disabled.

git-svn-id: http://piwigo.org/svn/trunk@2652 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
patdenice 2008-10-04 11:33:34 +00:00
commit 9559f1a875
7 changed files with 16 additions and 3 deletions

View file

@ -636,4 +636,5 @@ $lang['No element in this category'] = 'Nessun\'elemento in questa categoria';
$lang['Images manual order was saved'] = 'L\'ordinamento manuale delle immagini è stato salvato';
$lang['ranks'] = 'rangs';
/* TODO */ $lang['Drag to re-order'] = 'Drag to re-order';
/* TODO */ $lang['Unable to retrieve server informations since allow_url_fopen is disabled.'] = 'Unable to retrieve server informations since allow_url_fopen is disabled.';
?>