[ Index ]
 

Code source de LifeType 1.2.4

Accédez au Source d'autres logiciels libres

Classes | Fonctions | Variables | Constantes | Tables

title

Body

[fermer]

/locale/ -> locale_en_US.php (source)

   1  <?php
   2  
   3  // include UK messages, and then just change the ones we don't like
   4  
   5  // NOTE: there is a problem with this method due to the way the language
   6  //       file is grabbed for plugins, so this method only works for
   7  //       English, unless you want to create a locale file for each plugin
   8  
   9  include (PLOG_CLASS_PATH . "locale/locale_en_UK.php" );  
  10  
  11  $messages['locale_description'] = 'English/American locale file for LifeType';
  12  
  13  // As dumb as it is, Americans like the month/day/year format
  14  $messages['date_format'] = '%m/%d/%Y %H:%M';
  15  
  16  ?>


Généré le : Mon Nov 26 21:04:15 2007 par Balluche grâce à PHPXref 0.7
  Clicky Web Analytics