[ Index ]
 

Code source de e107 0.7.8

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/e107_languages/English/ -> English.php (source)

   1  <?php
   2  /*
   3  + ----------------------------------------------------------------------------+
   4  |     e107 website system - Language File.
   5  |
   6  |     $Source: /cvsroot/e107/e107_0.7/e107_languages/English/English.php,v $
   7  |     $Revision: 1.9 $
   8  |     $Date: 2006/11/09 18:58:19 $
   9  |     $Author: lisa_ $
  10  +----------------------------------------------------------------------------+
  11  */
  12  setlocale(LC_ALL, 'en');
  13  define("CORE_LC", 'en');
  14  define("CORE_LC2", 'gb');
  15  // define("TEXTDIRECTION","rtl");
  16  define("CHARSET", "utf-8");  // for a true multi-language site. :)
  17  define("CORE_LAN1","Error : theme is missing.\\n\\nChange the used themes in your preferences (admin area) or upload files of the current theme on the server.");
  18  
  19  //v.616
  20  define("CORE_LAN2"," \\1 wrote:");// "\\1" represents the username.
  21  define("CORE_LAN3","file attachment disabled");
  22  
  23  //v0.7+
  24  define("CORE_LAN4", "Please delete install.php from your server");
  25  define("CORE_LAN5", "if you do not there is a potential security risk to your website");
  26  
  27  // v0.7.6
  28  define("CORE_LAN6", "The flood protection on this site has been activated and you are warned that if you carry on requesting pages you could be banned.");
  29  define("CORE_LAN7", "Core is attempting to restore prefs from automatic backup.");
  30  define("CORE_LAN8", "Core Prefs Error");
  31  define("CORE_LAN9", "Core could not restore from automatic backup. Execution halted.");
  32  define("CORE_LAN10", "Corrupted cookie detected - logged out.");
  33  
  34  
  35  define("LAN_WARNING", "Warning!");
  36  define("LAN_ERROR", "Error");
  37  define("LAN_ANONYMOUS", "Anonymous");
  38  
  39  ?>


Généré le : Sun Apr 1 01:23:32 2007 par Balluche grâce à PHPXref 0.7