Localisation updates for core messages from Betawiki (2008-04-01 09:08 CEST)
[lhc/web/wiklou.git] / languages / messages / MessagesDz.php
1 <?php
2 /** Dzongkha (ཇོང་ཁ)
3 *
4 * @addtogroup Language
5 *
6 * @author Ævar Arnfjörð Bjarmason <avarab@gmail.com>
7 * @author Tenzin
8 * @author Jon Harald Søby
9 */
10
11 $digitTransformTable = array(
12 '0' => '༠', # &#x0f20;
13 '1' => '༡', # &#x0f21;
14 '2' => '༢', # &#x0f22;
15 '3' => '༣', # &#x0f23;
16 '4' => '༤', # &#x0f24;
17 '5' => '༥', # &#x0f25;
18 '6' => '༦', # &#x0f26;
19 '7' => '༧', # &#x0f27;
20 '8' => '༨', # &#x0f28;
21 '9' => '༩', # &#x0f29;
22 );
23
24 $messages = array(
25 # Dates
26 'january' => 'སྤྱི་ཟླ་དང་པ།',
27 'february' => 'སྤྱི་ཟླ་གཉིས་པ།',
28 'march' => 'སྤྱི་ཟླ་གསུམ་པ།',
29 'april' => 'སྤྱི་ཟླ་བཞི་པ།',
30 'may_long' => 'སྤྱི་ཟླ་ལྔ་པ།',
31 'june' => 'སྤྱི་ཟླ་དྲུག་པ།',
32 'july' => 'སྤྱི་ཟླ་བདུན་པ།',
33 'august' => 'སྤྱི་ཟླ་བརྒྱད་པ།',
34 'september' => 'སྤྱི་ཟླ་དགུ་པ།',
35 'october' => 'སྤྱི་ཟླ་བཅུ་པ།',
36
37 'search' => 'འཚོལ་ཞིབ།',
38 'edit' => 'ཞུན་དག།',
39 'talkpagelinktext' => 'བློ།',
40
41 # All link text and link target definitions of links into project namespace that get used by other message strings, with the exception of user group pages (see grouppage) and the disambiguation template definition (see disambiguations).
42 'aboutsite' => '{{SITENAME}} གི་སྐོར་ལས།',
43 'mainpage' => 'མ་ཤོག།',
44 'privacy' => 'སྒེར་གསང་སྲིད་བྱུས།',
45
46 'editsection' => 'ཞུན་དག།',
47
48 );