[ Index ]

PHP Cross Reference of MediaWiki-1.24.0

title

Body

[close]

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

   1  <?php
   2  /** Korean (한국어(조선))
   3   *
   4   * To improve a translation please visit https://translatewiki.net
   5   *
   6   * @ingroup Language
   7   * @file
   8   *
   9   */
  10  
  11  $fallback = 'ko';
  12  
  13  $datePreferences = array(
  14      'default',
  15      'juche',
  16      'juche bracket',
  17      'ISO 8601',
  18  );
  19  $defaultDateFormat = 'ko';
  20  $dateFormats = array(
  21      'ko time'            => 'H:i',
  22      'ko date'            => 'Y년 M월 j일 (D)',
  23      'ko both'            => 'Y년 M월 j일 (D) H:i',
  24  
  25      'juche time'         => 'H:i',
  26      'juche date'         => 'xoY년 M월 j일 (D)',
  27      'juche both'         => 'xoY년 M월 j일 (D) H:i',
  28  
  29      'juche bracket time' => 'H:i',
  30      'juche bracket date' => '주체xoY년 (Y년) M월 j일 (D)',
  31      'juche bracket both' => '주체xoY년 (Y년) M월 j일 (D) H:i',
  32  );


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