diff options
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'; |