From 9559f1a875dd97c1bcf9b7e603ec27a5245c1479 Mon Sep 17 00:00:00 2001 From: patdenice Date: Sat, 4 Oct 2008 11:33:34 +0000 Subject: 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 --- language/en_UK/admin.lang.php | 1 + 1 file changed, 1 insertion(+) (limited to 'language/en_UK/admin.lang.php') diff --git a/language/en_UK/admin.lang.php b/language/en_UK/admin.lang.php index fe8bba4a6..3f8222687 100644 --- a/language/en_UK/admin.lang.php +++ b/language/en_UK/admin.lang.php @@ -637,4 +637,5 @@ $lang['No element in this category'] = 'No element in this category'; $lang['Images manual order was saved'] = 'Images manual order was saved'; $lang['ranks'] = 'ranks'; $lang['Drag to re-order'] = 'Drag to re-order'; +$lang['Unable to retrieve server informations since allow_url_fopen is disabled.'] = 'Unable to retrieve server informations since allow_url_fopen is disabled.'; ?> -- cgit v1.2.3