diff options
author | mistic100 <mistic@piwigo.org> | 2011-04-09 14:52:15 +0000 |
---|---|---|
committer | mistic100 <mistic@piwigo.org> | 2011-04-09 14:52:15 +0000 |
commit | 76194270be6a529ff499900ed61e6266d2347d34 (patch) | |
tree | a4b94f25ffab5ce812ece8757d9365f55cb9bf4f /language/es_AR | |
parent | fe28570fdf8754467a35d6b03c1ff13dc536beea (diff) |
bug:2224 one parameter for change thumnails number (needs some translations)
git-svn-id: http://piwigo.org/svn/trunk@10198 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | language/es_AR/common.lang.php | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/language/es_AR/common.lang.php b/language/es_AR/common.lang.php index b9f5365c1..d790ddff4 100644 --- a/language/es_AR/common.lang.php +++ b/language/es_AR/common.lang.php @@ -230,10 +230,8 @@ $lang['month'][8] = 'Agosto'; $lang['month'][9] = 'Septiembre'; $lang['Most visited'] = 'Las más vistas'; $lang['display most visited photos'] = 'mostrar las imágenes más vistas'; -$lang['The number of photos per row must be a not null scalar'] = 'La cantidad de imágenes por línea debe ser un número entero superior a cero'; -$lang['Number of photos per row'] = 'Cantidad de diapositivas por línea'; -$lang['The number of rows per page must be a not null scalar'] = 'La cantidad de líneas por página debe ser un número entero superior a cero'; -$lang['Number of rows per page'] = 'Cantidad de líneas por página'; +$lang['The number of photos per page must be a not null scalar'] = 'La cantidad de imágenes por página debe ser un número entero superior a cero'; +$lang['Number of photos per page'] = 'Cantidad de diapositivas por página'; $lang['Unknown identifier'] = 'Identificador desconocido'; $lang['New password'] = 'Nueva contraseña'; $lang['Rate this photo'] = 'Votar esta imagen'; |