aboutsummaryrefslogtreecommitdiffstats
path: root/language/es_ES
diff options
context:
space:
mode:
authorpatdenice <patdenice@piwigo.org>2008-10-04 11:33:34 +0000
committerpatdenice <patdenice@piwigo.org>2008-10-04 11:33:34 +0000
commit9559f1a875dd97c1bcf9b7e603ec27a5245c1479 (patch)
tree8d88f9992de67890d65ee717f9749458c773ac99 /language/es_ES
parent1d7f99d90fcefacfe53025a8cbcacb29224a906c (diff)
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
Diffstat (limited to 'language/es_ES')
-rw-r--r--language/es_ES/admin.lang.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/language/es_ES/admin.lang.php b/language/es_ES/admin.lang.php
index d189ab573..3870ad078 100644
--- a/language/es_ES/admin.lang.php
+++ b/language/es_ES/admin.lang.php
@@ -634,4 +634,5 @@ $lang['No element in this category'] = 'Ningún elemento en esta categoría';
$lang['Images manual order was saved'] = 'La orden manual de las imágenes ha sido salvada';
$lang['ranks'] = 'Filas';
/* 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.';
?>