diff options
Diffstat (limited to 'language/ca_ES/common.lang.php')
-rw-r--r-- | language/ca_ES/common.lang.php | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/language/ca_ES/common.lang.php b/language/ca_ES/common.lang.php index bbfc87bb9..eaaf083f2 100644 --- a/language/ca_ES/common.lang.php +++ b/language/ca_ES/common.lang.php @@ -227,10 +227,8 @@ $lang['month'][8] = 'Agost'; $lang['month'][9] = 'Setembre'; $lang['Most visited'] = 'Més visitades'; $lang['display most visited photos'] = 'visualitza les imatges més visitades'; -$lang['The number of photos per row must be a not null scalar'] = 'El nombre d\'imatges per fila ha de ser un escalar no nul'; -$lang['Number of photos per row'] = 'Nombre d\'imatges per fila'; -$lang['The number of rows per page must be a not null scalar'] = 'El nombre de files per pàgina ha de ser un escalar no nul'; -$lang['Number of rows per page'] = 'Nombre de files per pàgina'; +$lang['The number of photos per page must be a not null scalar'] = 'El nombre d\'imatges per pàgina ha de ser un escalar no nul'; +$lang['Number of photos per page'] = 'Nombre d\'imatges per pàgina'; $lang['Unknown identifier'] = 'identificador desconegut'; $lang['New password'] = 'Nova contrasenya'; $lang['Rate this photo'] = 'Valoreu aquesta imatge'; |