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
Location:
extensions/PHP_Optimisateur/language
Files:
2 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?>
  • extensions/PHP_Optimisateur/language/fr/fr.php

    r8226 r9201  
    11<?php
    2 /***************************************\
    3 |                       PHP OPTIMISATEUR                        |
    4 |                          Version 1.2                          |
    5 \***************************************/
    6 
    7 $Lang['ErrorFile'] = "Erreur fatale : Fichier de configuration introuvable.";
    8 $Lang['ErrorFolderIn'] = "Erreur fatale : Dossier source vide.";
    9 $Lang['ErrorFolderOut'] = "Erreur fatale : Dossier de sortie non vide.";
    10 $Lang['ErrorNconvert'] = "Le programme nconvert.exe est introuvable.";
     2$Lang['fatal.ErrorConfigFile'] = "Erreur fatale : Fichier de configuration introuvable.";
     3$Lang['fatal.ErrorFolderIn'] = "Erreur fatale : Dossier source vide.";
     4$Lang['fatal.ErrorFolderOut'] = "Erreur fatale : Dossier de sortie non vide.";
     5$Lang['fatal.ErrorNconvert'] = "Erreur fatale : Le programme <i>nconvert.exe</i> est introuvable.";
     6$Lang['fatal.ErrorConfig'] = "Erreur fatale : Configuration incorrecte.";
     7$Lang['notice.EraseFolderOut'] = "Attention : Le dossier de sortie va être entièrement vidé.";
     8$Lang['notice.ErrorConfig'] = "Des erreurs de configuration ont été corrigées, veuillez vérifier les réglages.";
    119$Lang['Source files'] = "Fichiers traités";
    1210$Lang['%d files'] = "%d fichiers";
    1311$Lang['Finish %d seconds'] = "Opération terminée : %d secondes.";
    1412$Lang['Ready'] = "Prêt à commencer.";
     13$Lang['Processing'] = "En cours de traitement.";
    1514$Lang['Launch'] = "Exécuter";
    1615$Lang['Config'] = "Configurer";
     
    4645$Lang['copyFONT'] = "Police";
    4746$Lang['Plugins'] = "Plugins";
    48 $Lang['PluginsBefore'] = "Plugins pré-processing";
    49 $Lang['PluginsProcess'] = "Plugins processing";
    50 $Lang['PluginsAfter'] = "Plugins post-processing";
    5147$Lang['yes'] = "oui";
    5248$Lang['no'] = "non";
     
    6359$Lang['Reset'] = "Réinitialiser";
    6460$Lang['Valid'] = "Valider";
     61$Lang['Active'] = "Activé";
     62$Lang['Inactive'] = "Désactivé";
    6563?>
Note: See TracChangeset for help on using the changeset viewer.