[ Index ]

PHP Cross Reference of MediaWiki-1.24.0

title

Body

[close]

/languages/messages/ -> MessagesMy.php (source)

   1  <?php
   2  /** Burmese (မြန်မာဘာသာ)
   3   *
   4   * To improve a translation please visit https://translatewiki.net
   5   *
   6   * @ingroup Language
   7   * @file
   8   *
   9   * @author Erikoo
  10   * @author Hakka
  11   * @author Hanzaw
  12   * @author Hintha
  13   * @author Lagoonaing
  14   * @author Liangent
  15   * @author Lionslayer
  16   * @author Minnyoonthit
  17   * @author Myanmars
  18   * @author Myolay
  19   * @author Parabaik
  20   * @author Purodha
  21   * @author Saiddzone
  22   * @author Thanlwin
  23   * @author Thitaung
  24   * @author Umherirrender
  25   * @author Zawthet
  26   * @author ကိုရာဝီ
  27   */
  28  
  29  $digitTransformTable = array(
  30      '0' => '၀',
  31      '1' => '၁',
  32      '2' => '၂',
  33      '3' => '၃',
  34      '4' => '၄',
  35      '5' => '၅',
  36      '6' => '၆',
  37      '7' => '၇',
  38      '8' => '၈',
  39      '9' => '၉',
  40  );
  41  
  42  $datePreferences = array(
  43      'default',
  44      'my normal',
  45      'my long',
  46      'ISO 8601',
  47  );
  48  
  49  $defaultDateFormat = 'my normal';
  50  
  51  $dateFormats = array(
  52      'my normal time' => 'H:i',
  53      'my normal date' => 'j F Y',
  54      'my normal both' => ' H:i"၊" j F Y',
  55  
  56      'my long time' => 'H:i',
  57      'my long date' => 'Y "ဇန်နဝါရီ" F"လ" j "ရက်"',
  58      'my long both' => 'H:i"၊" Y "ဇန်နဝါရီ" F"လ" j "ရက်"',
  59  );
  60  


Generated: Fri Nov 28 14:03:12 2014 Cross-referenced by PHPXref 0.7.1