Merge "Allow to send the memory usage with UDP profiler."
[lhc/web/wiklou.git] / languages / messages / MessagesNan.php
1 <?php
2 /** Min Nan Chinese (Bân-lâm-gú)
3 *
4 * To improve a translation please visit https://translatewiki.net
5 *
6 * @ingroup Language
7 * @file
8 *
9 * @author Hiong3-eng5
10 * @author Ianbu
11 * @author Kaihsu
12 */
13
14 $fallback = 'cdo, zh-hant';
15
16 $datePreferences = array(
17 'default',
18 'ISO 8601',
19 );
20 $defaultDateFormat = 'nan';
21 $dateFormats = array(
22 'nan time' => 'H:i',
23 'nan date' => 'Y-"nî" n-"goe̍h" j-"ji̍t" (l)',
24 'nan both' => 'Y-"nî" n-"goe̍h" j-"ji̍t" (D) H:i',
25 );
26