Changeset 1637 for trunk/include/functions_category.inc.php
- Timestamp:
- Dec 7, 2006, 12:56:24 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/functions_category.inc.php
r1624 r1637 374 374 if ($count > 0) 375 375 { 376 $display_text.= sprintf(l10n(($count > 1 ? 'images_available' : 'image_available')), $count);376 $display_text.= l10n_dec('image_available', 'images_available', $count); 377 377 378 378 if ($cat_nb_images > 0) … … 385 385 else 386 386 { 387 $display_text.= ' '. sprintf(l10n(($cat_count_categories > 1 ? 'images_available_cats' : 'images_available_cat')), $cat_count_categories);387 $display_text.= ' '.l10n_dec('images_available_cat', 'images_available_cats', $cat_count_categories); 388 388 } 389 389 }
Note: See TracChangeset
for help on using the changeset viewer.