diff options
author | vdigital <vdigital@piwigo.org> | 2008-04-20 07:26:50 +0000 |
---|---|---|
committer | vdigital <vdigital@piwigo.org> | 2008-04-20 07:26:50 +0000 |
commit | 57b03a7218475f365e8838bab029bc8a6de94a48 (patch) | |
tree | 80b62970dac58e7e164183761ed5ef9b92f91500 /language/es_ES/admin.lang.php | |
parent | 55095f9ce9d32fc12a6be8070adf74c9423d1d95 (diff) |
LinuxLefty patch for bug 780: Hide caddie if no target
git-svn-id: http://piwigo.org/svn/trunk@2305 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | language/es_ES/admin.lang.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/language/es_ES/admin.lang.php b/language/es_ES/admin.lang.php index 249222e39..acee9a7bf 100644 --- a/language/es_ES/admin.lang.php +++ b/language/es_ES/admin.lang.php @@ -637,6 +637,7 @@ $lang['plugins_archive_error'] = 'Imposible leer o extraer el archivo.'; $lang['plugins_extract_error'] = 'Un error sobrevino durante la extracción de los ficheros (%s).'; $lang['plugins_check_chmod'] = 'Verifique los autorizaciones del expediente " plugins " y de sus subexpedientes (CHMOD).'; $lang['plugins_server_error'] = 'Imposible conectarse al servidor.'; - +// --------- Starting below: New or revised $lang ---- from Butterfly (1.8) $lang['Purge compiled templates'] = 'Purgar el templates compilado'; +$lang['Caddie is currently empty'] = 'Caddie is currently empty'; ?> |