From 2a01c7472a31ef36435ac4ca6022bcdfda149802 Mon Sep 17 00:00:00 2001 From: nikrou Date: Wed, 15 Feb 2006 20:44:33 +0000 Subject: bug 287 fixed: params nb_image_line and nb_line_page must be not null scalar git-svn-id: http://piwigo.org/svn/trunk@1043 68402e56-0260-453c-a942-63ccdbb3a9ee --- language/en_UK.iso-8859-1/common.lang.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'language/en_UK.iso-8859-1/common.lang.php') diff --git a/language/en_UK.iso-8859-1/common.lang.php b/language/en_UK.iso-8859-1/common.lang.php index 39dbf5ad4..b9383d624 100644 --- a/language/en_UK.iso-8859-1/common.lang.php +++ b/language/en_UK.iso-8859-1/common.lang.php @@ -218,7 +218,9 @@ $lang['month'][9] = 'September'; $lang['most_visited_cat'] = 'Most visited'; $lang['most_visited_cat_hint'] = 'displays most visited pictures'; $lang['nb_image_per_row'] = 'Number of images per row'; +$lang['nb_image_line_error'] = 'The number of images per row must be a not null scalar'; $lang['nb_row_per_page'] = 'Number of rows per page'; +$lang['nb_line_page_error'] = 'The number of rows per page must be a not null scalar'; $lang['never_rated'] = 'You\'ve never rated this item'; $lang['new_password'] = 'New password'; $lang['new_password_hint'] = 'You only have to give a password if you wish to change it.'; -- cgit v1.2.3