[ Index ]

Source Code Reference for V1.00

title

Body

[close]

/locales/fr/ -> lang.php (source)

   1  <?php
   2  // Entries in the LANGUAGES array are elements that describe the
   3  // countries and language variants supported by this locale pack.
   4  // Elements are keyed by the ISO 2 character language code in lowercase
   5  // followed by an underscore and the 2 character country code in Uppercase.
   6  // Each array element has 4 parts:
   7  // 1. Directory name of locale directory
   8  // 2. English name of language
   9  // 3. Name of language in that language
  10  // 4. Microsoft locale code
  11  
  12  $dir = basename(dirname(__file__));
  13  
  14  $LANGUAGES['fr_FR'] = array($dir, 'French', 'Français', 'fra');
  15  ?>


Generated: Thu Jan 8 03:00:03 2009 Cross-referenced by PHPXref 0.7