Index: trunk/phase3/languages/messages/MessagesWa.php |
— | — | @@ -5,6 +5,8 @@ |
6 | 6 | * @addtogroup Language |
7 | 7 | */ |
8 | 8 | |
| 9 | +$fallback = 'fr'; |
| 10 | + |
9 | 11 | # lists "no preferences", normall (long) walloon date, |
10 | 12 | # short walloon date, and ISO format |
11 | 13 | # MW_DATE_DMY is alias for long format, as it is dd mmmmm yyyy. |
Index: trunk/phase3/languages/messages/MessagesLa.php |
— | — | @@ -49,30 +49,86 @@ |
50 | 50 | 'ISO 8601 both' => 'xnY-xnm-xnd"T"xnH:xni:xns', |
51 | 51 | ); |
52 | 52 | |
| 53 | +/** |
| 54 | + * Alternate names of special pages. All names are case-insensitive. The first |
| 55 | + * listed alias will be used as the default. Aliases from the fallback |
| 56 | + * localisation (usually English) will be included by default. |
| 57 | + * |
| 58 | + * This array may be altered at runtime using the LangugeGetSpecialPageAliases |
| 59 | + * hook. |
| 60 | + */ |
53 | 61 | $specialPageAliases = array( |
| 62 | + 'DoubleRedirects' => array( 'Redirectiones_duplices' ), |
| 63 | + 'BrokenRedirects' => array( 'Redirectiones_fractae' ), |
| 64 | + 'Disambiguations' => array( 'Paginae_disambiguationis', 'Disambiguationes' ), |
| 65 | + 'Userlogin' => array( 'Conventum_aperire' ), |
| 66 | + 'Userlogout' => array( 'Conventum_concludere' ), |
54 | 67 | 'Preferences' => array( 'Praeferentiae' ), |
55 | 68 | 'Watchlist' => array( 'Paginae_custoditae' ), |
| 69 | + 'Recentchanges' => array( 'Nuper_mutata', 'Mutationes_recentes' ), |
| 70 | + 'Upload' => array( 'Fasciculos_onerare', 'Imagines_onerare' ), |
| 71 | + 'Imagelist' => array( 'Fasciculi', 'Imagines' ), |
| 72 | + 'Newimages' => array( 'Fasciculi_novi', 'Imagines_novae' ), |
| 73 | + 'Listusers' => array( 'Usores' ), |
| 74 | + 'Statistics' => array( 'Census' ), |
56 | 75 | 'Randompage' => array( 'Pagina_fortuita' ), |
| 76 | + 'Lonelypages' => array( 'Paginae_non_annexae' ), |
| 77 | + 'Uncategorizedpages' => array( 'Paginae_sine_categoriis' ), |
| 78 | + 'Uncategorizedcategories' => array( 'Categoriae_sine_categoriis' ), |
| 79 | + 'Uncategorizedimages' => array( 'Fasciculi_sine_categoriis', 'Imagines_sine_categoriis' ), |
| 80 | + 'Unusedcategories' => array( 'Categoriae_non_in_usu', 'Categoriae_vacuae' ), |
| 81 | + 'Unusedimages' => array( 'Fasciculi_non_in_usu', 'Imagines_non_in_usu' ), |
| 82 | + 'Wantedpages' => array( 'Paginae_desideratae', 'Nexus_fracti' ), |
| 83 | + 'Wantedcategories' => array( 'Categoriae_desideratae' ), |
| 84 | + 'Mostlinked' => array( 'Paginae_maxime_annexae' ), |
| 85 | + 'Mostlinkedcategories' => array( 'Categoriae_maxime_annexae' ), |
| 86 | + 'Mostlinkedtemplates' => array( 'Formulae_maxime_annexae' ), |
| 87 | + 'Mostcategories' => array( 'Paginae_plurimis_categoriis' ), |
| 88 | + 'Mostimages' => array( 'Fasciculi_maxime_annexi', 'Imagines_maxime_annexae' ), |
| 89 | + 'Mostrevisions' => array( 'Paginae_plurimum_mutatae' ), |
| 90 | + 'Fewestrevisions' => array( 'Paginae_minime_mutatae' ), |
57 | 91 | 'Shortpages' => array( 'Paginae_breves' ), |
58 | 92 | 'Longpages' => array( 'Paginae_longae' ), |
59 | 93 | 'Newpages' => array( 'Paginae_novae' ), |
60 | 94 | 'Ancientpages' => array( 'Paginae_veterrimae' ), |
61 | 95 | 'Deadendpages' => array( 'Paginae_sine_nexu' ), |
62 | 96 | 'Protectedpages' => array( 'Paginae_protectae' ), |
63 | | - 'Allpages' => array( 'Omnes_paginae' ), |
| 97 | + 'Allpages' => array( 'Paginae_omnes', 'Omnes_paginae' ), |
| 98 | + 'Prefixindex' => array( 'Praefixa', 'Quaerere_per_praefixa' ), |
64 | 99 | 'Ipblocklist' => array( 'Usores_obstructi' ), |
65 | 100 | 'Specialpages' => array( 'Paginae_speciales' ), |
66 | 101 | 'Contributions' => array( 'Conlationes' ), |
67 | | - 'Movepage' => array( 'Movere' ), |
| 102 | + 'Emailuser' => array( 'Litteras_electronicas_usori_mittere', 'Littera_electronica' ), |
| 103 | + 'Whatlinkshere' => array( 'Nexus_ad_paginam' ), |
| 104 | + 'Recentchangeslinked' => array( 'Nuper_mutata_annexorum' ), |
| 105 | + 'Movepage' => array( 'Paginam_movere', 'Movere' ), |
| 106 | + 'Blockme' => array( 'Usor_obstructus' ), |
| 107 | + 'Booksources' => array( 'Librorum_fontes' ), |
68 | 108 | 'Categories' => array( 'Categoriae' ), |
| 109 | + 'Export' => array( 'Exportare', 'Paginas_exportare' ), |
69 | 110 | 'Version' => array( 'Versio' ), |
70 | | - 'Allmessages' => array( 'Nuntiae_systematis' ), |
| 111 | + 'Allmessages' => array( 'Nuntia_systematis' ), |
| 112 | + 'Log' => array( 'Acta' ), |
| 113 | + 'Blockip' => array( 'Usorem_obstruere' ), |
| 114 | + 'Undelete' => array( 'Paginam_restituere' ), |
| 115 | + 'Import' => array( 'Importare', 'Paginas_importare' ), |
| 116 | + 'Lockdb' => array( 'Basem_datorum_obstruere' ), |
| 117 | + 'Unlockdb' => array( 'Basem_datorum_deobstruere' ), |
71 | 118 | 'Userrights' => array( 'Iures_usorum' ), |
72 | | - 'MIMEsearch' => array( 'MIME-quarere' ), |
73 | | - 'Mypage' => array( 'Pagina_meae' ), |
74 | | - 'Mytalk' => array( 'Disputatio_meae' ), |
| 119 | + 'MIMEsearch' => array( 'Quaerere_per_MIME' ), |
| 120 | + 'Unwatchedpages' => array( 'Paginae_incustoditae' ), |
| 121 | + 'Listredirects' => array( 'Redirectiones' ), |
| 122 | + 'Revisiondelete' => array( 'Emendationem_delere' ), |
| 123 | + 'Unusedtemplates' => array( 'Formulae_non_in_usu' ), |
| 124 | + 'Randomredirect' => array( 'Redirectio_fortuita' ), |
| 125 | + 'Mypage' => array( 'Pagina_mea' ), |
| 126 | + 'Mytalk' => array( 'Disputatio_mea' ), |
75 | 127 | 'Mycontributions' => array( 'Conlationes_meae' ), |
| 128 | + 'Listadmins' => array( 'Magistrati', 'Magistratus' ), |
| 129 | + 'Popularpages' => array( 'Paginae_saepe_monstratae' ), |
76 | 130 | 'Search' => array( 'Quaerere' ), |
| 131 | + 'Resetpass' => array( 'Tesseram_novam_creare' ), |
| 132 | + 'Withoutinterwiki' => array( 'Paginae_sine_nexibus_ad_linguas_alias', 'Paginae_sine_nexibus_intervicis' ), |
77 | 133 | ); |
78 | 134 | |
79 | 135 | $messages = array( |
Index: trunk/phase3/languages/messages/MessagesLi.php |
— | — | @@ -4,6 +4,8 @@ |
5 | 5 | * @addtogroup Language |
6 | 6 | */ |
7 | 7 | |
| 8 | +$fallback = 'nl'; |
| 9 | + |
8 | 10 | $skinNames = array( |
9 | 11 | 'standard' => 'Standaard', |
10 | 12 | 'nostalgia' => 'Nostalgie', |