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