diff options
author | rub <rub@piwigo.org> | 2006-12-01 23:31:19 +0000 |
---|---|---|
committer | rub <rub@piwigo.org> | 2006-12-01 23:31:19 +0000 |
commit | 63638b9b6dcdcef8baf5363419f0f6c5130c62df (patch) | |
tree | cf53c156032a7565dc7db3842cbd10952a920812 /language/en_UK.iso-8859-1 | |
parent | b2de3c32ee635788f2f34c98d529fdc167ca6a51 (diff) |
Resolved Issue ID 0000299:
o Add (new) icon of parent category with children categories including new images
o Improved display text for images count
o Improved (a little) mass_* functions
More explications on the forum.
You must call directly upgrade_feep.php (http://127.0.0.1/BSF/upgrade_feed.php for example)
git-svn-id: http://piwigo.org/svn/trunk@1624 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'language/en_UK.iso-8859-1')
-rw-r--r-- | language/en_UK.iso-8859-1/common.lang.php | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/language/en_UK.iso-8859-1/common.lang.php b/language/en_UK.iso-8859-1/common.lang.php index d3f0c357e..94d352b01 100644 --- a/language/en_UK.iso-8859-1/common.lang.php +++ b/language/en_UK.iso-8859-1/common.lang.php @@ -462,7 +462,11 @@ $lang['home'] = 'Home'; $lang['home_hint'] = 'Back to the home page'; $lang['ident_title'] = 'ident_title'; $lang['identification'] = 'Identification'; -$lang['images_available'] = 'images in this category'; +$lang['image_available'] = '%d image'; +$lang['images_available'] = '%d images'; +$lang['images_available_cpl'] = 'in this category'; +$lang['images_available_cat'] = 'in %d sub-catégory'; +$lang['images_available_cats'] = 'in %d sub-catégories'; $lang['included'] = 'included'; $lang['invalid_pwd'] = 'Invalid password!'; $lang['language']='Language'; |