[ Index ]

Source Code Reference for V1.00

title

Body

[close]

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

   1  <?php /* $Id: lang.php 38 2008-02-11 11:38:51Z pedroix $ $URL: https://web2project.svn.sourceforge.net/svnroot/web2project/trunk/locales/pt/lang.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['pt'] = array($dir, 'Portuguese (PT)', 'Portuguesa (PT)', 'Portuguese_Portugal');
  15  ?>


Generated: Wed Jan 7 03:00:01 2009 Cross-referenced by PHPXref 0.7