MediaWiki  REL1_22
MessagesKo_kp.php
Go to the documentation of this file.
00001 <?php
00012 $fallback = 'ko';
00013 
00014 $datePreferences = array(
00015     'default',
00016     'juche',
00017     'juche bracket',
00018     'ISO 8601',
00019 );
00020 $defaultDateFormat = 'ko';
00021 $dateFormats = array(
00022     'ko time'            => 'H:i',
00023     'ko date'            => 'Y년 M월 j일 (D)',
00024     'ko both'            => 'Y년 M월 j일 (D) H:i',
00025 
00026     'juche time'         => 'H:i',
00027     'juche date'         => 'xoY년 M월 j일 (D)',
00028     'juche both'         => 'xoY년 M월 j일 (D) H:i',
00029 
00030     'juche bracket time' => 'H:i',
00031     'juche bracket date' => '주체xoY년 (Y년) M월 j일 (D)',
00032     'juche bracket both' => '주체xoY년 (Y년) M월 j일 (D) H:i',
00033 );