diff options
author | mistic100 <mistic@piwigo.org> | 2011-04-09 14:52:15 +0000 |
---|---|---|
committer | mistic100 <mistic@piwigo.org> | 2011-04-09 14:52:15 +0000 |
commit | 76194270be6a529ff499900ed61e6266d2347d34 (patch) | |
tree | a4b94f25ffab5ce812ece8757d9365f55cb9bf4f /language/en_UK | |
parent | fe28570fdf8754467a35d6b03c1ff13dc536beea (diff) |
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
Diffstat (limited to '')
-rw-r--r-- | language/en_UK/common.lang.php | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/language/en_UK/common.lang.php b/language/en_UK/common.lang.php index 97f528c61..8d8b2a970 100644 --- a/language/en_UK/common.lang.php +++ b/language/en_UK/common.lang.php @@ -229,10 +229,8 @@ $lang['month'][8] = "August"; $lang['month'][9] = "September"; $lang['Most visited'] = "Most visited"; $lang['display most visited photos'] = "display most visited photos"; -$lang['The number of photos per row must be a not null scalar'] = "The number of photos per row must be a nonzero integer"; -$lang['Number of photos per row'] = "Number of photos per row"; -$lang['The number of rows per page must be a not null scalar'] = "The number of rows per page must be a nonzero integer"; -$lang['Number of rows per page'] = "Number of rows per page"; +$lang['The number of photos per page must be a not null scalar'] = "The number of photos per page must be a nonzero integer"; +$lang['Number of photos per page'] = "Number of photos per page"; $lang['Unknown identifier'] = "Unknown identifier"; $lang['New password'] = "New password"; $lang['Rate this photo'] = "Rate this photo"; |