home *** CD-ROM | disk | FTP | other *** search
/ Freelog 70 / Freelog070.iso / Internet / EasyPHP / easyphp1-8_setup.exe / {app} / home / i18n_en.php < prev    next >
Encoding:
PHP Script  |  2005-02-24  |  579 b   |  17 lines

  1. <?php
  2. //== index.php ==
  3. $accueilMsg = "An EasyPHP <b>introduction</b>, a \"<b>support</b>\" section and a <b>PHP faq</b> are available on %s page";
  4. $ajouter = "ajouter_un_+alias+";
  5. $addAlias = "add";
  6. $modifier = "modifier_+datadir+";
  7. $gestion_bdd = "manage_database"; //le caractere _ remplace l'espace
  8. $datadir = "+datadir+";
  9. $phpinfo = "phpinfo";
  10. $licence = "licence";
  11. $nbExtensions = "You have %s extensions loaded";
  12. $afficherExtensions = "display";
  13. $ext = "extensions";
  14. $bouton_alias = "+alias+"; //le caractere + remplace le guillemet
  15.  
  16. //== licence php ==
  17. ?>