Changeset 5036 for trunk/include


Ignore:
Timestamp:
Mar 3, 2010, 12:18:21 PM (14 years ago)
Author:
nikrou
Message:

Feature 1451 : fix mispelling and missing translations

Location:
trunk/include
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/dblayer/functions_mysql.inc.php

    r5006 r5036  
    447447    array_push(
    448448          $page['infos'],
    449           l10n('Optimizations completed')
     449          l10n('All optimizations have been successfully completed.')
    450450          );
    451451  }
     
    454454    array_push(
    455455          $page['errors'],
    456           l10n('Optimizations errors')
     456          l10n('Optimizations have been completed with some errors.')
    457457          );
    458458  }
  • trunk/include/dblayer/functions_pdo-sqlite.inc.php

    r4967 r5036  
    389389 
    390390  array_push($page['infos'],
    391              l10n('Optimizations completed')
     391             l10n('All optimizations have been successfully completed.')
    392392             );
    393393}
  • trunk/include/dblayer/functions_pgsql.inc.php

    r5006 r5036  
    423423  }
    424424  array_push($page['infos'],
    425              l10n('Optimizations completed')
     425             l10n('All optimizations have been successfully completed.')
    426426             );
    427427}
  • trunk/include/dblayer/functions_sqlite.inc.php

    r4892 r5036  
    400400 
    401401  array_push($page['infos'],
    402              l10n('Optimizations completed')
     402             l10n('All optimizations have been successfully completed.')
    403403             );
    404404}
  • trunk/include/functions_category.inc.php

    r5021 r5036  
    485485    else
    486486    {
    487       $display_text.= ' '.l10n_dec('images_available_cat', 'images_available_cats', $cat_count_categories);
     487      $display_text.= ' '.l10n_dec('in %d sub-category', 'in %d sub-categories', $cat_count_categories);
    488488    }
    489489  }
Note: See TracChangeset for help on using the changeset viewer.