merged master
[lhc/web/wiklou.git] / languages / messages / MessagesKo_kp.php
1 <?php
2 /** Korean (한국어(조선))
3 *
4 * See MessagesQqq.php for message documentation incl. usage of parameters
5 * To improve a translation please visit http://translatewiki.net
6 *
7 * @ingroup Language
8 * @file
9 *
10 */
11
12 $fallback = 'ko';
13
14 $datePreferences = array(
15 'default',
16 'juche',
17 'juche bracket',
18 'ISO 8601',
19 );
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',
25
26 'juche time' => 'H:i',
27 'juche date' => 'xoY년 M월 j일 (D)',
28 'juche both' => 'xoY년 M월 j일 (D) H:i',
29
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',
33 );