Add comments explaining that the funky multiple Location headers stuff is a CURL...
[mediawiki.git] / languages / messages / MessagesKo_kp.php
blob3ac6f08613fc85e844b410fa0185d0a63b810427
1 <?php
2 /** Korean (한국어(조선))
4 * See MessagesQqq.php for message documentation incl. usage of parameters
5 * To improve a translation please visit http://translatewiki.net
7 * @ingroup Language
8 * @file
12 $fallback = 'ko';
14 $datePreferences = array(
15 'default',
16 'juche',
17 'juche bracket',
18 'ISO 8601',
20 $defaultDateFormat = 'ko';
21 $dateFormats = array(
22 'ko time' => 'H:i',
23 'ko date' => 'Y년 M월 j일 (D)',
24 'ko both' => 'Y년 M월 j일 (D) H:i',
26 'juche time' => 'H:i',
27 'juche date' => 'xoY년 M월 j일 (D)',
28 'juche both' => 'xoY년 M월 j일 (D) H:i',
30 'juche bracket time' => 'H:i',
31 'juche bracket date' => '주체xoY년 (Y년) M월 j일 (D)',
32 'juche bracket both' => '주체xoY년 (Y년) M월 j일 (D) H:i',