Index: branches/wmf/1.16wmf4/languages/messages/MessagesHif_deva.php |
— | — | @@ -1,20 +0,0 @@ |
2 | | -<?php |
3 | | -/** फ़ीजी हिन्दी (फ़ीजी हिन्दी) |
4 | | - * |
5 | | - * See MessagesQqq.php for message documentation incl. usage of parameters |
6 | | - * To improve a translation please visit http://translatewiki.net |
7 | | - * |
8 | | - * @ingroup Language |
9 | | - * @file |
10 | | - * |
11 | | - * @author Girmitya |
12 | | - * @author Thakurji |
13 | | - */ |
14 | | - |
15 | | -$messages = array( |
16 | | -'talkpagelinktext' => 'बातचीत', |
17 | | - |
18 | | -# 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). |
19 | | -'mainpage' => 'मुख्य पृष्ठ', |
20 | | - |
21 | | -); |
Index: branches/wmf/1.16wmf4/languages/messages/MessagesDk.php |
— | — | @@ -1,12 +0,0 @@ |
2 | | -<?php |
3 | | -/** Danish |
4 | | - * |
5 | | - * See MessagesQqq.php for message documentation incl. usage of parameters |
6 | | - * To improve a translation please visit http://translatewiki.net |
7 | | - * |
8 | | - * @ingroup Language |
9 | | - * @file |
10 | | - * @comment Deprecated code. Falls back to 'dk'. |
11 | | - */ |
12 | | - |
13 | | -$fallback = 'da'; |
Index: branches/wmf/1.16wmf4/languages/messages/MessagesAry.php |
— | — | @@ -0,0 +1,12 @@ |
| 2 | +<?php |
| 3 | +/** Moroccan Spoken Arabic (Maġribi) |
| 4 | + * |
| 5 | + * See MessagesQqq.php for message documentation incl. usage of parameters |
| 6 | + * To improve a translation please visit http://translatewiki.net |
| 7 | + * |
| 8 | + * @ingroup Language |
| 9 | + * @file |
| 10 | + */ |
| 11 | + |
| 12 | +$messages = array( |
| 13 | +); |
Property changes on: branches/wmf/1.16wmf4/languages/messages/MessagesAry.php |
___________________________________________________________________ |
Added: svn:mergeinfo |
1 | 14 | Merged /trunk/phase3:r70029 |
Added: svn:eol-style |
2 | 15 | + native |
Index: branches/wmf/1.16wmf4/languages/messages/MessagesBjn.php |
— | — | @@ -0,0 +1,14 @@ |
| 2 | +<?php |
| 3 | +/** Bahasa Banjar (Bahasa Banjar) |
| 4 | + * |
| 5 | + * See MessagesQqq.php for message documentation incl. usage of parameters |
| 6 | + * To improve a translation please visit http://translatewiki.net |
| 7 | + * |
| 8 | + * @ingroup Language |
| 9 | + * @file |
| 10 | + */ |
| 11 | + |
| 12 | +$fallback = 'id'; |
| 13 | + |
| 14 | +$messages = array( |
| 15 | +); |
Property changes on: branches/wmf/1.16wmf4/languages/messages/MessagesBjn.php |
___________________________________________________________________ |
Added: svn:mergeinfo |
1 | 16 | Merged /trunk/phase3:r70029 |
Added: svn:eol-style |
2 | 17 | + native |
Index: branches/wmf/1.16wmf4/languages/messages/MessagesKbd_cyrl.php |
— | — | @@ -0,0 +1,14 @@ |
| 2 | +<?php |
| 3 | +/** Kabardian (Cyrillic) (къэбэрдеибзэ/qabardjajəbza (Cyrillic)) |
| 4 | + * |
| 5 | + * See MessagesQqq.php for message documentation incl. usage of parameters |
| 6 | + * To improve a translation please visit http://translatewiki.net |
| 7 | + * |
| 8 | + * @ingroup Language |
| 9 | + * @file |
| 10 | + */ |
| 11 | + |
| 12 | +$fallback = 'ru'; |
| 13 | + |
| 14 | +$messages = array( |
| 15 | +); |
Property changes on: branches/wmf/1.16wmf4/languages/messages/MessagesKbd_cyrl.php |
___________________________________________________________________ |
Added: svn:mergeinfo |
1 | 16 | Merged /trunk/phase3:r70029 |
Added: svn:eol-style |
2 | 17 | + native |
Index: branches/wmf/1.16wmf4/languages/messages/MessagesUg.php |
— | — | @@ -6,7 +6,7 @@ |
7 | 7 | * |
8 | 8 | * @ingroup Language |
9 | 9 | * @file |
10 | | - * @comment falls back to Uyghurche (Latin) |
| 10 | + * @comment falls back to Uighur (Arabic script) - ug-arab. |
11 | 11 | */ |
12 | 12 | |
13 | | -$fallback = 'ug-latn'; |
| 13 | +$fallback = 'ug-arab'; |
Property changes on: branches/wmf/1.16wmf4/languages/messages/MessagesUg.php |
___________________________________________________________________ |
Added: svn:mergeinfo |
14 | 14 | Merged /trunk/phase3:r66912 |
Index: branches/wmf/1.16wmf4/languages/messages/MessagesKbd.php |
— | — | @@ -0,0 +1,12 @@ |
| 2 | +<?php |
| 3 | +/** Kabardian |
| 4 | + * |
| 5 | + * See MessagesQqq.php for message documentation incl. usage of parameters |
| 6 | + * To improve a translation please visit http://translatewiki.net |
| 7 | + * |
| 8 | + * @ingroup Language |
| 9 | + * @file |
| 10 | + * @comment falls back to Kabardian (Cyrillic) |
| 11 | + */ |
| 12 | + |
| 13 | +$fallback = 'kbd-cyrl'; |
Property changes on: branches/wmf/1.16wmf4/languages/messages/MessagesKbd.php |
___________________________________________________________________ |
Added: svn:mergeinfo |
1 | 14 | Merged /trunk/phase3:r70029 |
Added: svn:eol-style |
2 | 15 | + native |
Index: branches/wmf/1.16wmf4/languages/messages/MessagesNl_informal.php |
— | — | @@ -0,0 +1,14 @@ |
| 2 | +<?php |
| 3 | +/** Nederlands (informeel) (Nederlands (informeel)) |
| 4 | + * |
| 5 | + * See MessagesQqq.php for message documentation incl. usage of parameters |
| 6 | + * To improve a translation please visit http://translatewiki.net |
| 7 | + * |
| 8 | + * @ingroup Language |
| 9 | + * @file |
| 10 | + */ |
| 11 | + |
| 12 | +$fallback = 'nl'; |
| 13 | + |
| 14 | +$messages = array( |
| 15 | +); |
Property changes on: branches/wmf/1.16wmf4/languages/messages/MessagesNl_informal.php |
___________________________________________________________________ |
Added: svn:mergeinfo |
1 | 16 | Merged /trunk/phase3:r70029 |
Added: svn:eol-style |
2 | 17 | + native |
Index: branches/wmf/1.16wmf4/languages/Names.php |
— | — | @@ -15,17 +15,18 @@ |
16 | 16 | 'als' => 'Alemannisch', # Alemannic -- not a valid code, for compatibility. See gsw. |
17 | 17 | 'am' => 'አማርኛ', # Amharic |
18 | 18 | 'an' => 'Aragonés', # Aragonese |
19 | | - 'ang' => 'Anglo-Saxon', # Old English |
| 19 | + 'ang' => 'Ænglisc', # Old English (Bug 23283) |
20 | 20 | 'ar' => 'العربية', # Arabic |
21 | 21 | 'arc' => 'ܐܪܡܝܐ', # Aramaic |
22 | 22 | 'arn' => 'Mapudungun', # Mapuche, Mapudungu, Araucanian (Araucano) |
| 23 | + 'ary' => 'Maġribi', # Moroccan Spoken Arabic |
23 | 24 | 'arz' => 'مصرى', # Egyptian Spoken Arabic |
24 | 25 | 'as' => 'অসমীয়া', # Assamese |
25 | 26 | 'ast' => 'Asturianu', # Asturian |
26 | 27 | 'av' => 'Авар', # Avar |
27 | 28 | 'avk' => 'Kotava', # Kotava |
28 | 29 | 'ay' => 'Aymar aru', # Aymara |
29 | | - 'az' => 'Azərbaycan', # Azerbaijani |
| 30 | + 'az' => 'Azərbaycanca', # Azerbaijani |
30 | 31 | 'ba' => 'Башҡорт', # Bashkir |
31 | 32 | 'bar' => 'Boarisch', # Bavarian (Austro-Bavarian and South Tyrolean) |
32 | 33 | 'bat-smg' => 'Žemaitėška', # Samogitian |
— | — | @@ -37,6 +38,7 @@ |
38 | 39 | 'bg' => 'Български', # Bulgarian |
39 | 40 | 'bh' => 'भोजपुरी', # Bhojpuri |
40 | 41 | 'bi' => 'Bislama', # Bislama |
| 42 | + 'bjn' => 'Bahasa Banjar', # Banjarese |
41 | 43 | 'bm' => 'Bamanankan', # Bambara |
42 | 44 | 'bn' => 'বাংলা', # Bengali |
43 | 45 | 'bo' => 'བོད་ཡིག', # Tibetan |
— | — | @@ -75,7 +77,6 @@ |
76 | 78 | 'de-ch' => 'Schweizer Hochdeutsch', # Swiss Standard German |
77 | 79 | 'de-formal' => 'Deutsch (Sie-Form)', # German - formal address ("Sie") |
78 | 80 | 'diq' => 'Zazaki', # Zazaki |
79 | | - 'dk' => 'Dansk (deprecated:da)', # Unused code currently falls back to Danish, 'da' is correct for the language |
80 | 81 | 'dsb' => 'Dolnoserbski', # Lower Sorbian |
81 | 82 | 'dv' => 'ދިވެހިބަސް', # Dhivehi |
82 | 83 | 'dz' => 'ཇོང་ཁ', # Bhutani |
— | — | @@ -120,8 +121,7 @@ |
121 | 122 | 'haw' => 'Hawai`i', # Hawaiian |
122 | 123 | 'he' => 'עברית', # Hebrew |
123 | 124 | 'hi' => 'हिन्दी', # Hindi |
124 | | - 'hif' => 'Fiji Hindi', # Fijian Hindi (falls back to hif-latn) |
125 | | - 'hif-deva' => 'फ़ीजी हिन्दी', # Fiji Hindi (devangari) |
| 125 | + 'hif' => 'Fiji Hindi', # Fijian Hindi (multiple scripts - defaults to Latin) |
126 | 126 | 'hif-latn' => 'Fiji Hindi', # Fiji Hindi (latin) |
127 | 127 | 'hil' => 'Ilonggo', # Hiligaynon |
128 | 128 | 'ho' => 'Hiri Motu', # Hiri Motu |
— | — | @@ -152,6 +152,8 @@ |
153 | 153 | 'ka' => 'ქართული', # Georgian |
154 | 154 | 'kaa' => 'Qaraqalpaqsha', # Karakalpak |
155 | 155 | 'kab' => 'Taqbaylit', # Kabyle |
| 156 | + 'kbd' => 'къэбэрдеибзэ/qabardjajəbza', # Kabardian (multiple scripts - defaults to Cyrillic) |
| 157 | + 'kbd-cyrl' => 'къэбэрдеибзэ', # Kabardian (Cyrillic) |
156 | 158 | 'kg' => 'Kongo', # Kongo, (FIXME!) should probaly be KiKongo or KiKoongo |
157 | 159 | 'ki' => 'Gĩkũyũ', # Gikuyu |
158 | 160 | 'kiu' => 'Kırmancki', # Kirmanjki |
— | — | @@ -231,6 +233,7 @@ |
232 | 234 | 'ng' => 'Oshiwambo', # Ndonga |
233 | 235 | 'niu' => 'Niuē', # Niuean |
234 | 236 | 'nl' => 'Nederlands', # Dutch |
| 237 | + 'nl-informal' => 'Nederlands (informeel)', # Dutch (informal address ("je")) |
235 | 238 | 'nn' => "\xE2\x80\xAANorsk (nynorsk)\xE2\x80\xAC", # Norwegian (Nynorsk) |
236 | 239 | 'no' => "\xE2\x80\xAANorsk (bokmål)\xE2\x80\xAC", # Norwegian |
237 | 240 | 'nov' => 'Novial', # Novial |
— | — | @@ -335,9 +338,9 @@ |
336 | 339 | 'ty' => 'Reo Mā`ohi', # Tahitian |
337 | 340 | 'tyv' => 'Тыва дыл', # Tyvan |
338 | 341 | 'udm' => 'Удмурт', # Udmurt |
339 | | - 'ug' => 'Uyghurche / ئۇيغۇرچە', # Uyghur (multiple scripts - defaults to Latin) |
340 | | - 'ug-arab' => 'ئۇيغۇرچە', # Uyghur (Arabic script) |
341 | | - 'ug-latn' => 'Uyghurche', # Uyghur (Latin script - default) |
| 342 | + 'ug' => 'ئۇيغۇرچە / Uyghurche', # Uyghur (multiple scripts - defaults to Arabic) |
| 343 | + 'ug-arab' => 'ئۇيغۇرچە', # Uyghur (Arabic script) (default) |
| 344 | + 'ug-latn' => 'Uyghurche', # Uyghur (Latin script) |
342 | 345 | 'uk' => 'Українська', # Ukrainian |
343 | 346 | 'ur' => 'اردو', # Urdu |
344 | 347 | 'uz' => 'O\'zbek', # Uzbek |
Property changes on: branches/wmf/1.16wmf4/languages/Names.php |
___________________________________________________________________ |
Modified: svn:mergeinfo |
345 | 348 | Merged /trunk/phase3:r65441,65758,66912,70029,71693 |