diff options
author | nikrou <nikrou@piwigo.org> | 2006-02-15 20:44:33 +0000 |
---|---|---|
committer | nikrou <nikrou@piwigo.org> | 2006-02-15 20:44:33 +0000 |
commit | 2a01c7472a31ef36435ac4ca6022bcdfda149802 (patch) | |
tree | 4630ebee8ef4da41fc2e0a57fcd513e424f33141 /language/en_UK.iso-8859-1 | |
parent | 33485fa91b5f4849c4cd3122a8e4a544990f34f1 (diff) |
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
Diffstat (limited to '')
-rw-r--r-- | language/en_UK.iso-8859-1/common.lang.php | 2 |
1 files changed, 2 insertions, 0 deletions
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.'; |