Ignore:
Timestamp:
Feb 13, 2011, 3:53:51 PM (13 years ago)
Author:
mistic100
Message:

[tools] PHP Optimisateur :

  • Correction de bugs
  • La plupart des types de fichiers sont supportés (testé avec jpg, png et gif)
  • Réécriture de la gestion des plugins
  • Nouvelle apparence
File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/PHP_Optimisateur/language/en/en.php

    r8226 r9201  
    11<?php
    2 /***************************************\
    3 |                       PHP OPTIMISATEUR                        |
    4 |                          Version 1.2                          |
    5 \***************************************/
    6 
    72$Lang['ErrorFile'] = "Fatal error : Configuration file missing.";
    83$Lang['ErrorFolderIn'] = "Fatal error : Input folder empty.";
    94$Lang['ErrorFolderOut'] = "Fatal error : Output folder not empty.";
    10 $Lang['ErrorNconvert'] = "The program nconvert.exe is not found.";
     5$Lang['ErrorNconvert'] = "Fatal error : The program <i>nconvert.exe</i> is not found.";
     6$Lang['ErrorConfig'] = "Some configuration errors have been fixed, please check your parameters.";
    117$Lang['Source files'] = "Handled files";
    128$Lang['%d files'] = "%d files";
    139$Lang['Finish %d seconds'] = "Process done : %d seconds.";
    1410$Lang['Ready'] = "Ready to launch.";
     11$Lang['Processing'] = "Processing.";
    1512$Lang['Launch'] = "Launch";
    1613$Lang['Config'] = "Configure";
     
    4643$Lang['copyFONT'] = "Font";
    4744$Lang['Plugins'] = "Plugins";
    48 $Lang['PluginsBefore'] = "Plugins pre-processing";
    49 $Lang['PluginsProcess'] = "Plugins processing";
    50 $Lang['PluginsAfter'] = "Plugins post-processing";
    5145$Lang['yes'] = "yes";
    5246$Lang['no'] = "no";
     
    6357$Lang['Reset'] = "Reset";
    6458$Lang['Valid'] = "Validate";
     59$Lang['Active'] = "Active";
     60$Lang['Inactive'] = "Inactive";
    6561?>
Note: See TracChangeset for help on using the changeset viewer.