Ignore:
Timestamp:
Mar 8, 2008, 2:38:37 AM (16 years ago)
Author:
rvelices
Message:
  • upload.tpl goes smarty
  • start some language cleanup and a small attempt to standardize a bit ...
  • debug_language now calls trigger_error instead of echo when missing language key
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/functions_category.inc.php

    r2223 r2265  
    467467
    468468    //at least one image direct or indirect
    469     $display_text.= l10n_dec('image_available', 'images_available', $cat_count_images);
     469    $display_text.= l10n_dec('%d element', '%d elements', $cat_count_images);
    470470
    471471    if ($cat_count_categories == 0 or $cat_nb_images == $cat_count_images)
Note: See TracChangeset for help on using the changeset viewer.