r26421 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r26420‎ | r26421 | r26422 >
Date:21:54, 4 October 2007
Author:siebrand
Status:old
Tags:
Comment:
Localisation updates from Betawiki.
* Fixes and additions to magic/ns/special/skin for is, la.
Modified paths:
  • /trunk/phase3/languages/messages/MessagesIs.php (modified) (history)
  • /trunk/phase3/languages/messages/MessagesLa.php (modified) (history)

Diff [purge]

Index: trunk/phase3/languages/messages/MessagesIs.php
@@ -12,10 +12,13 @@
1313 */
1414
1515 $skinNames = array(
16 - 'standard' => 'Klassískt',
17 - 'nostalgia' => 'Gamaldags',
18 - 'cologneblue' => 'Kölnarblátt',
19 - 'myskin' => 'Mitt þema',
 16+ 'standard' => array( "Sígilt" ),
 17+ 'nostalgia' => array( "Gamaldags" ),
 18+ 'cologneblue' => array( "Kölnarblátt" ),
 19+ 'monobook' => array( "EinBók" ),
 20+ 'myskin' => array( "Mitt þema" ),
 21+ 'chick' => array( "Gella" ),
 22+ 'simple' => array( "Einfalt" ),
2023 );
2124
2225 $datePreferences = array(
@@ -56,15 +59,65 @@
5760 );
5861
5962 $magicWords = array(
60 - 'redirect' => array( 0, '#tilvísun', '#TILVÍSUN', '#redirect' ), // MagicWord::initRegex() sucks
 63+ 'redirect' => array( 0, "#tilvísun", "#TILVÍSUN", "#REDIRECT" ),
 64+ 'nogallery' => array( 0, "__EMSAFN__", "__NOGALLERY__" ),
 65+ 'currentday' => array( 1, "NÚDAGUR", "CURRENTDAY" ),
 66+ 'currentday2' => array( 1, "NÚDAGUR2", "CURRENTDAY2" ),
 67+ 'currentdayname' => array( 1, "NÚDAGNAFN", "CURRENTDAYNAME" ),
 68+ 'currentyear' => array( 1, "NÚÁR", "CURRENTYEAR" ),
 69+ 'currenttime' => array( 1, "NÚTÍMI", "CURRENTTIME" ),
 70+ 'currenthour' => array( 1, "NÚKTÍMI", "CURRENTHOUR" ),
 71+ 'localmonth' => array( 1, "STMÁN", "LOCALMONTH" ),
 72+ 'localmonthname' => array( 1, "STMÁNNAFN", "LOCALMONTHNAME" ),
 73+ 'localmonthabbrev' => array( 1, "STMÁNST", "LOCALMONTHABBREV" ),
 74+ 'localday' => array( 1, "STDAGUR", "LOCALDAY" ),
 75+ 'localday2' => array( 1, "STDAGUR2", "LOCALDAY2" ),
 76+ 'localdayname' => array( 1, "STDAGNAFN", "LOCALDAYNAME" ),
 77+ 'localyear' => array( 1, "STÁR", "LOCALYEAR" ),
 78+ 'localtime' => array( 1, "STTÍMI", "LOCALTIME" ),
 79+ 'localhour' => array( 1, "STKTÍMI", "LOCALHOUR" ),
 80+ 'numberofpages' => array( 1, "FJLSÍÐA", "NUMBEROFPAGES" ),
 81+ 'numberofarticles' => array( 1, "FJLGREINA", "NUMBEROFARTICLES" ),
 82+ 'numberoffiles' => array( 1, "FJLSKJALA", "NUMBEROFFILES" ),
 83+ 'numberofusers' => array( 1, "FJLNOT", "NUMBEROFUSERS" ),
 84+ 'numberofedits' => array( 1, "FJLBREYT", "NUMBEROFEDITS" ),
 85+ 'pagename' => array( 1, "SÍÐUNAFN", "PAGENAME" ),
 86+ 'namespace' => array( 1, "NAFNSVÆÐI", "NAMESPACE" ),
 87+ 'talkspace' => array( 1, "SPJALLSVÆÐI", "TALKSPACE" ),
 88+ 'fullpagename' => array( 1, "FULLTSÍÐUNF", "FULLPAGENAME" ),
 89+ 'img_manualthumb' => array( 1, "þumall", "thumbnail=$1", "thumb=$1" ),
 90+ 'img_right' => array( 1, "hægri", "right" ),
 91+ 'img_left' => array( 1, "vinstri", "left" ),
 92+ 'img_none' => array( 1, "engin", "none" ),
 93+ 'img_width' => array( 1, "$1dp", "$1px" ),
 94+ 'img_center' => array( 1, "miðja", "center", "centre" ),
 95+ 'img_sub' => array( 1, "undir", "sub" ),
 96+ 'img_super' => array( 1, "yfir", "super", "sup" ),
 97+ 'img_top' => array( 1, "efst", "top" ),
 98+ 'img_middle' => array( 1, "miðja", "middle" ),
 99+ 'img_bottom' => array( 1, "neðst", "bottom" ),
 100+ 'img_text_bottom' => array( 1, "texti-neðst", "text-bottom" ),
 101+ 'ns' => array( 0, "NR:", "NS:" ),
 102+ 'server' => array( 0, "VEFÞJ", "SERVER" ),
 103+ 'servername' => array( 0, "VEFÞJNF", "SERVERNAME" ),
 104+ 'grammar' => array( 0, "MÁLFRÆÐI:", "GRAMMAR:" ),
 105+ 'currentweek' => array( 1, "NÚVIKA", "CURRENTWEEK" ),
 106+ 'localweek' => array( 1, "STVIKA", "LOCALWEEK" ),
 107+ 'plural' => array( 0, "FLTALA:", "PLURAL:" ),
 108+ 'raw' => array( 0, "HRÁ:", "RAW:" ),
 109+ 'displaytitle' => array( 1, "SÝNATITIL", "DISPLAYTITLE" ),
 110+ 'language' => array( 0, "#TUNGUMÁL", "#LANGUAGE:" ),
 111+ 'special' => array( 0, "kerfissíða", "special" ),
61112 );
 113+
62114 $namespaceNames = array(
63115 NS_MEDIA => 'Miðill',
64116 NS_SPECIAL => 'Kerfissíða',
65 - NS_MAIN => '',
66 - NS_TALK => 'Spjall',
 117+ NS_MAIN => '',
 118+ NS_TALK => 'Spjall',
67119 NS_USER => 'Notandi',
68120 NS_USER_TALK => 'Notandaspjall',
 121+ # NS_PROJECT set by $wgMetaNamespace
69122 NS_PROJECT_TALK => '$1spjall',
70123 NS_IMAGE => 'Mynd',
71124 NS_IMAGE_TALK => 'Myndaspjall',
@@ -75,9 +128,84 @@
76129 NS_HELP => 'Hjálp',
77130 NS_HELP_TALK => 'Hjálparspjall',
78131 NS_CATEGORY => 'Flokkur',
79 - NS_CATEGORY_TALK => 'Flokkaspjall'
 132+ NS_CATEGORY_TALK => 'Flokkaspjall',
80133 );
81134
 135+$specialPageAliases = array(
 136+ 'DoubleRedirects' => array( "Tvöfaldar_tilvísanir" ),
 137+ 'BrokenRedirects' => array( "Brotnar_tilvísanir" ),
 138+ 'Disambiguations' => array( "Tenglar_í_aðgreiningarsíður" ),
 139+ 'Userlogin' => array( "Innskrá" ),
 140+ 'Userlogout' => array( "Útskrá" ),
 141+ 'Preferences' => array( "Stillingar" ),
 142+ 'Watchlist' => array( "Vaktlistinn" ),
 143+ 'Recentchanges' => array( "Nýlegar_breytingar" ),
 144+ 'Upload' => array( "Hlaða_inn_skrá" ),
 145+ 'Imagelist' => array( "Skráalisti" ),
 146+ 'Newimages' => array( "Myndasafn_nýlegra_skráa" ),
 147+ 'Listusers' => array( "Notendalisti" ),
 148+ 'Statistics' => array( "Tölfræði" ),
 149+ 'Randompage' => array( "Handahófsvalin_grein" ),
 150+ 'Lonelypages' => array( "Munaðarlausar_síður" ),
 151+ 'Uncategorizedpages' => array( "Óflokkaðar_síður" ),
 152+ 'Uncategorizedcategories' => array( "Óflokkaðir_flokkar" ),
 153+ 'Uncategorizedimages' => array( "Óflokkaðar_skrár" ),
 154+ 'Uncategorizedtemplates' => array( "Óflokkuð_snið" ),
 155+ 'Unusedcategories' => array( "Ónotaðir_flokkar" ),
 156+ 'Unusedimages' => array( "Munaðarlausar_skrár" ),
 157+ 'Wantedpages' => array( "Eftirsóttar_síður" ),
 158+ 'Wantedcategories' => array( "Eftirsóttir_flokkar" ),
 159+ 'Mostlinked' => array( "Mest_ítengdu_síður" ),
 160+ 'Mostlinkedcategories' => array( "Mest_ítengdu_flokkar" ),
 161+ 'Mostlinkedtemplates' => array( "Mest_ítengdu_snið" ),
 162+ 'Mostcategories' => array( "Mest_flokkaðar_greinar" ),
 163+ 'Mostimages' => array( "Mest_ítengdu_myndir" ),
 164+ 'Mostrevisions' => array( "Greinar_eftir_útgáfum" ),
 165+ 'Fewestrevisions' => array( "Greinar_með_fæstar_breytingar" ),
 166+ 'Shortpages' => array( "Stuttar_síður" ),
 167+ 'Longpages' => array( "Langar_síður" ),
 168+ 'Newpages' => array( "Nýjustu_greinar" ),
 169+ 'Ancientpages' => array( "Elstu_síður" ),
 170+ 'Deadendpages' => array( "Botnlangar" ),
 171+ 'Protectedpages' => array( "Verndaðar_síður" ),
 172+ 'Allpages' => array( "Allar_síður" ),
 173+ 'Prefixindex' => array( "Allar_greinar" ),
 174+ 'Ipblocklist' => array( "Bannaðir_notendur_og_IP-tölur" ),
 175+ 'Specialpages' => array( "Kerfissíður" ),
 176+ 'Contributions' => array( "Framlög_notanda" ),
 177+ 'Emailuser' => array( "Senda_tölvupóst" ),
 178+ 'Whatlinkshere' => array( "Síður_sem_tengjast" ),
 179+ 'Recentchangeslinked' => array( "Nýlegar_breytingar_tengdar" ),
 180+ 'Movepage' => array( "Færa_síðu" ),
 181+ 'Blockme' => array( "Banna_mig" ),
 182+ 'Booksources' => array( "Bókaverslanir" ),
 183+ 'Categories' => array( "Flokkar" ),
 184+ 'Export' => array( "Flytja_út_síður" ),
 185+ 'Version' => array( "Útgáfa" ),
 186+ 'Allmessages' => array( "Meldingar" ),
 187+ 'Log' => array( "Aðgerðaskrár" ),
 188+ 'Blockip' => array( "Banna_notanda" ),
 189+ 'Undelete' => array( "Endurvekja_eydda_síðu" ),
 190+ 'Import' => array( "Flytja_inn_síður" ),
 191+ 'Lockdb' => array( "Læsa_gagnagrunni" ),
 192+ 'Unlockdb' => array( "Opna_gagnagrunn" ),
 193+ 'Userrights' => array( "Notandaréttindi" ),
 194+ 'MIMEsearch' => array( "MIME-leit" ),
 195+ 'Unwatchedpages' => array( "Óvaktaðar_síður" ),
 196+ 'Listredirects' => array( "Tilvísanalisti" ),
 197+ 'Revisiondelete' => array( "Eyðingarendurskoðun" ),
 198+ 'Unusedtemplates' => array( "Ónotuð_snið" ),
 199+ 'Randomredirect' => array( "Handahófsvalin_tilvísun" ),
 200+ 'Mypage' => array( "Notendasíða_mín" ),
 201+ 'Mytalk' => array( "Spjallasíða_mín" ),
 202+ 'Mycontributions' => array( "Framlög_mín" ),
 203+ 'Listadmins' => array( "Stjórnendalisti" ),
 204+ 'Popularpages' => array( "Vinsælar_síður" ),
 205+ 'Search' => array( "Leit" ),
 206+ 'Resetpass' => array( "Endurkalla_aðgangsorðið" ),
 207+ 'Withoutinterwiki' => array( "Síður_án_tungumálatengla" ),
 208+);
 209+
82210 $separatorTransformTable = array(',' => '.', '.' => ',' );
83211 $linkPrefixExtension = true;
84212 $linkTrail = '/^([áðéíóúýþæöa-z-–]+)(.*)$/sDu';
Index: trunk/phase3/languages/messages/MessagesLa.php
@@ -65,77 +65,78 @@
6666 * hook.
6767 */
6868 $specialPageAliases = array(
69 - 'DoubleRedirects' => array( 'Redirectiones_duplices' ),
70 - 'BrokenRedirects' => array( 'Redirectiones_fractae' ),
71 - 'Disambiguations' => array( 'Paginae_disambiguationis', 'Disambiguationes' ),
72 - 'Userlogin' => array( 'Conventum_aperire' ),
73 - 'Userlogout' => array( 'Conventum_concludere' ),
74 - 'Preferences' => array( 'Praeferentiae' ),
75 - 'Watchlist' => array( 'Paginae_custoditae' ),
76 - 'Recentchanges' => array( 'Nuper_mutata', 'Mutationes_recentes' ),
77 - 'Upload' => array( 'Fasciculos_onerare', 'Imagines_onerare' ),
78 - 'Imagelist' => array( 'Fasciculi', 'Imagines' ),
79 - 'Newimages' => array( 'Fasciculi_novi', 'Imagines_novae' ),
80 - 'Listusers' => array( 'Usores' ),
81 - 'Statistics' => array( 'Census' ),
82 - 'Randompage' => array( 'Pagina_fortuita' ),
83 - 'Lonelypages' => array( 'Paginae_non_annexae' ),
84 - 'Uncategorizedpages' => array( 'Paginae_sine_categoriis' ),
85 - 'Uncategorizedcategories' => array( 'Categoriae_sine_categoriis' ),
86 - 'Uncategorizedimages' => array( 'Fasciculi_sine_categoriis', 'Imagines_sine_categoriis' ),
87 - 'Unusedcategories' => array( 'Categoriae_non_in_usu', 'Categoriae_vacuae' ),
88 - 'Unusedimages' => array( 'Fasciculi_non_in_usu', 'Imagines_non_in_usu' ),
89 - 'Wantedpages' => array( 'Paginae_desideratae', 'Nexus_fracti' ),
90 - 'Wantedcategories' => array( 'Categoriae_desideratae' ),
91 - 'Mostlinked' => array( 'Paginae_maxime_annexae' ),
92 - 'Mostlinkedcategories' => array( 'Categoriae_maxime_annexae' ),
93 - 'Mostlinkedtemplates' => array( 'Formulae_maxime_annexae' ),
94 - 'Mostcategories' => array( 'Paginae_plurimis_categoriis' ),
95 - 'Mostimages' => array( 'Fasciculi_maxime_annexi', 'Imagines_maxime_annexae' ),
96 - 'Mostrevisions' => array( 'Paginae_plurimum_mutatae' ),
97 - 'Fewestrevisions' => array( 'Paginae_minime_mutatae' ),
98 - 'Shortpages' => array( 'Paginae_breves' ),
99 - 'Longpages' => array( 'Paginae_longae' ),
100 - 'Newpages' => array( 'Paginae_novae' ),
101 - 'Ancientpages' => array( 'Paginae_veterrimae' ),
102 - 'Deadendpages' => array( 'Paginae_sine_nexu' ),
103 - 'Protectedpages' => array( 'Paginae_protectae' ),
104 - 'Allpages' => array( 'Paginae_omnes', 'Omnes_paginae' ),
105 - 'Prefixindex' => array( 'Praefixa', 'Quaerere_per_praefixa' ),
106 - 'Ipblocklist' => array( 'Usores_obstructi' ),
107 - 'Specialpages' => array( 'Paginae_speciales' ),
108 - 'Contributions' => array( 'Conlationes' ),
109 - 'Emailuser' => array( 'Litteras_electronicas_usori_mittere', 'Littera_electronica' ),
110 - 'Whatlinkshere' => array( 'Nexus_ad_paginam' ),
111 - 'Recentchangeslinked' => array( 'Nuper_mutata_annexorum' ),
112 - 'Movepage' => array( 'Paginam_movere', 'Movere' ),
113 - 'Blockme' => array( 'Usor_obstructus' ),
114 - 'Booksources' => array( 'Librorum_fontes' ),
115 - 'Categories' => array( 'Categoriae' ),
116 - 'Export' => array( 'Exportare', 'Paginas_exportare' ),
117 - 'Version' => array( 'Versio' ),
118 - 'Allmessages' => array( 'Nuntia_systematis' ),
119 - 'Log' => array( 'Acta' ),
120 - 'Blockip' => array( 'Usorem_obstruere' ),
121 - 'Undelete' => array( 'Paginam_restituere' ),
122 - 'Import' => array( 'Importare', 'Paginas_importare' ),
123 - 'Lockdb' => array( 'Basem_datorum_obstruere' ),
124 - 'Unlockdb' => array( 'Basem_datorum_deobstruere' ),
125 - 'Userrights' => array( 'Iures_usorum' ),
126 - 'MIMEsearch' => array( 'Quaerere_per_MIME' ),
127 - 'Unwatchedpages' => array( 'Paginae_incustoditae' ),
128 - 'Listredirects' => array( 'Redirectiones' ),
129 - 'Revisiondelete' => array( 'Emendationem_delere' ),
130 - 'Unusedtemplates' => array( 'Formulae_non_in_usu' ),
131 - 'Randomredirect' => array( 'Redirectio_fortuita' ),
132 - 'Mypage' => array( 'Pagina_mea' ),
133 - 'Mytalk' => array( 'Disputatio_mea' ),
134 - 'Mycontributions' => array( 'Conlationes_meae' ),
135 - 'Listadmins' => array( 'Magistrati', 'Magistratus' ),
136 - 'Popularpages' => array( 'Paginae_saepe_monstratae' ),
137 - 'Search' => array( 'Quaerere' ),
138 - 'Resetpass' => array( 'Tesseram_novam_creare' ),
139 - 'Withoutinterwiki' => array( 'Paginae_sine_nexibus_ad_linguas_alias', 'Paginae_sine_nexibus_intervicis' ),
 69+ 'DoubleRedirects' => array( "Redirectiones_duplices" ),
 70+ 'BrokenRedirects' => array( "Redirectiones_fractae" ),
 71+ 'Disambiguations' => array( "Paginae_disambiguationis", "Disambiguationes" ),
 72+ 'Userlogin' => array( "Conventum_aperire" ),
 73+ 'Userlogout' => array( "Conventum_concludere" ),
 74+ 'Preferences' => array( "Praeferentiae" ),
 75+ 'Watchlist' => array( "Paginae_custoditae" ),
 76+ 'Recentchanges' => array( "Nuper_mutata", "Mutationes_recentes" ),
 77+ 'Upload' => array( "Fasciculos_onerare", "Imagines_onerare" ),
 78+ 'Imagelist' => array( "Fasciculi", "Imagines" ),
 79+ 'Newimages' => array( "Fasciculi_novi", "Imagines_novae" ),
 80+ 'Listusers' => array( "Usores" ),
 81+ 'Statistics' => array( "Census" ),
 82+ 'Randompage' => array( "Pagina_fortuita" ),
 83+ 'Lonelypages' => array( "Paginae_non_annexae" ),
 84+ 'Uncategorizedpages' => array( "Paginae_sine_categoriis" ),
 85+ 'Uncategorizedcategories' => array( "Categoriae_sine_categoriis" ),
 86+ 'Uncategorizedimages' => array( "Fasciculi_sine_categoriis", "Imagines_sine_categoriis" ),
 87+ 'Uncategorizedtemplates' => array( "Formulae_sine_categoriis" ),
 88+ 'Unusedcategories' => array( "Categoriae_non_in_usu", "Categoriae_vacuae" ),
 89+ 'Unusedimages' => array( "Fasciculi_non_in_usu", "Imagines_non_in_usu" ),
 90+ 'Wantedpages' => array( "Paginae_desideratae", "Nexus_fracti" ),
 91+ 'Wantedcategories' => array( "Categoriae_desideratae" ),
 92+ 'Mostlinked' => array( "Paginae_maxime_annexae" ),
 93+ 'Mostlinkedcategories' => array( "Categoriae_maxime_annexae" ),
 94+ 'Mostlinkedtemplates' => array( "Formulae_maxime_annexae" ),
 95+ 'Mostcategories' => array( "Paginae_plurimis_categoriis" ),
 96+ 'Mostimages' => array( "Fasciculi_maxime_annexi", "Imagines_maxime_annexae" ),
 97+ 'Mostrevisions' => array( "Paginae_plurimum_mutatae" ),
 98+ 'Fewestrevisions' => array( "Paginae_minime_mutatae" ),
 99+ 'Shortpages' => array( "Paginae_breves" ),
 100+ 'Longpages' => array( "Paginae_longae" ),
 101+ 'Newpages' => array( "Paginae_novae" ),
 102+ 'Ancientpages' => array( "Paginae_veterrimae" ),
 103+ 'Deadendpages' => array( "Paginae_sine_nexu" ),
 104+ 'Protectedpages' => array( "Paginae_protectae" ),
 105+ 'Allpages' => array( "Paginae_omnes", "Omnes_paginae" ),
 106+ 'Prefixindex' => array( "Praefixa", "Quaerere_per_praefixa" ),
 107+ 'Ipblocklist' => array( "Usores_obstructi" ),
 108+ 'Specialpages' => array( "Paginae_speciales" ),
 109+ 'Contributions' => array( "Conlationes", "Conlationes_usoris" ),
 110+ 'Emailuser' => array( "Litteras_electronicas_usori_mittere", "Littera_electronica" ),
 111+ 'Whatlinkshere' => array( "Nexus_ad_paginam" ),
 112+ 'Recentchangeslinked' => array( "Nuper_mutata_annexorum" ),
 113+ 'Movepage' => array( "Paginam_movere", "Movere" ),
 114+ 'Blockme' => array( "Usor_obstructus" ),
 115+ 'Booksources' => array( "Librorum_fontes" ),
 116+ 'Categories' => array( "Categoriae" ),
 117+ 'Export' => array( "Exportare", "Paginas_exportare" ),
 118+ 'Version' => array( "Versio" ),
 119+ 'Allmessages' => array( "Nuntia_systematis" ),
 120+ 'Log' => array( "Acta" ),
 121+ 'Blockip' => array( "Usorem_obstruere" ),
 122+ 'Undelete' => array( "Paginam_restituere" ),
 123+ 'Import' => array( "Importare", "Paginas_importare" ),
 124+ 'Lockdb' => array( "Basem_datorum_obstruere" ),
 125+ 'Unlockdb' => array( "Basem_datorum_deobstruere" ),
 126+ 'Userrights' => array( "Iures_usorum" ),
 127+ 'MIMEsearch' => array( "Quaerere_per_MIME" ),
 128+ 'Unwatchedpages' => array( "Paginae_incustoditae" ),
 129+ 'Listredirects' => array( "Redirectiones" ),
 130+ 'Revisiondelete' => array( "Emendationem_delere" ),
 131+ 'Unusedtemplates' => array( "Formulae_non_in_usu" ),
 132+ 'Randomredirect' => array( "Redirectio_fortuita" ),
 133+ 'Mypage' => array( "Pagina_mea" ),
 134+ 'Mytalk' => array( "Disputatio_mea" ),
 135+ 'Mycontributions' => array( "Conlationes_meae" ),
 136+ 'Listadmins' => array( "Magistratus" ),
 137+ 'Popularpages' => array( "Paginae_saepe_monstratae" ),
 138+ 'Search' => array( "Quaerere" ),
 139+ 'Resetpass' => array( "Tesseram_novam_creare" ),
 140+ 'Withoutinterwiki' => array( "Paginae_sine_nexibus_ad_linguas_alias", "Paginae_sine_nexibus_intervicis" ),
140141 );
141142
142143 $messages = array(

Follow-up revisions

RevisionCommit summaryAuthorDate
r26431Merged revisions 26331-26430 via svnmerge from...david06:44, 5 October 2007

Status & tagging log