Changeset 5036 for trunk/include/dblayer


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/dblayer
Files:
4 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}
Note: See TracChangeset for help on using the changeset viewer.