diff options
author | rvelices <rv-github@modusoptimus.com> | 2008-10-16 00:50:37 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2008-10-16 00:50:37 +0000 |
commit | 6607c3882a6b913342479de80edb5e9fbd7fef4f (patch) | |
tree | ce2f28b6f7822a44be215048c96755c8a5d264ba /language/es_ES | |
parent | f7f8c1688ef30ecb2f40fe279ba34d250d4ec8be (diff) |
- picture nav buttons use the get_extent modifier
- comments title on picture page is singular/plural language sensitive
- improved P@t commit (no double home display on picture nav bar) so that it works with my site
git-svn-id: http://piwigo.org/svn/branches/2.0@2758 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | language/es_ES/common.lang.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/language/es_ES/common.lang.php b/language/es_ES/common.lang.php index 987be68a7..dc3d21e23 100644 --- a/language/es_ES/common.lang.php +++ b/language/es_ES/common.lang.php @@ -160,7 +160,6 @@ $lang['comment_to_validate'] = 'El administrador debe activar su comentario para $lang['comment_user_exists'] = 'Este nombre de usuario ya existe, pruebe otro'; $lang['comments'] = 'Comentarios'; $lang['comments_add'] = 'Agregar comentario'; -$lang['comments_title'] = 'Comentarios de usuarios'; $lang['created after %s (%s)'] = 'Creado después del %s (%s)'; $lang['created before %s (%s)'] = 'creado antes del %s (%s)'; $lang['created between %s (%s) and %s (%s)'] = 'creado entre el %s (%s) y el %s (%s)'; |