diff options
author | plegall <plg@piwigo.org> | 2011-09-01 14:01:52 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2011-09-01 14:01:52 +0000 |
commit | 0aed5501195b6969bc8b7d18ed4fbe2f3a8bc5db (patch) | |
tree | 50b91670b477b4a7611f13aed98b408f3347aaf8 /language/es_ES/admin.lang.php | |
parent | ee7768f536c5802dd5d3874f808b3c2c45b4e08e (diff) |
plugin manager: replace the top left "Display Compact/Complete" select box by a
simpler link "show details" or "hide details" on top right.
git-svn-id: http://piwigo.org/svn/trunk@12029 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | language/es_ES/admin.lang.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/language/es_ES/admin.lang.php b/language/es_ES/admin.lang.php index 6e45cc1f5..31f81da16 100644 --- a/language/es_ES/admin.lang.php +++ b/language/es_ES/admin.lang.php @@ -794,8 +794,6 @@ $lang['No results'] = 'No hay resultados'; $lang['Searching...'] = 'Buscar...'; $lang['Activate icon "new" next to albums and pictures'] = 'Activar el icono "nuevo" al lado de álbumes y fotos'; $lang['Add a criteria'] = 'Añadir un criterio'; -$lang['Compact'] = 'Compacto'; -$lang['Complete'] = 'Completo'; $lang['Deactivate all'] = 'desactivar todo'; $lang['Default photos order'] = 'Orden de las fotos por defecto'; $lang['Restore'] = 'Restorar'; |