From 76194270be6a529ff499900ed61e6266d2347d34 Mon Sep 17 00:00:00 2001 From: mistic100 Date: Sat, 9 Apr 2011 14:52:15 +0000 Subject: 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 --- language/ca_ES/common.lang.php | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'language/ca_ES/common.lang.php') 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'; -- cgit v1.2.3