r18268 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r18267‎ | r18268 | r18269 >
Date:20:38, 11 December 2006
Author:hashar
Status:old
Tags:
Comment:
* Add some summaries for <table> elements
* Empty <a> href now point to http://www.example.com/
* Remove empty <tr></tr> in SpecialUpload
Modified paths:
  • /trunk/phase3/includes/SpecialPreferences.php (modified) (history)
  • /trunk/phase3/includes/SpecialUpload.php (modified) (history)
  • /trunk/phase3/languages/messages/MessagesBs.php (modified) (history)
  • /trunk/phase3/languages/messages/MessagesCa.php (modified) (history)
  • /trunk/phase3/languages/messages/MessagesEl.php (modified) (history)
  • /trunk/phase3/languages/messages/MessagesEn.php (modified) (history)
  • /trunk/phase3/languages/messages/MessagesEs.php (modified) (history)
  • /trunk/phase3/languages/messages/MessagesFur.php (modified) (history)
  • /trunk/phase3/languages/messages/MessagesHe.php (modified) (history)
  • /trunk/phase3/languages/messages/MessagesHsb.php (modified) (history)
  • /trunk/phase3/languages/messages/MessagesHu.php (modified) (history)
  • /trunk/phase3/languages/messages/MessagesId.php (modified) (history)
  • /trunk/phase3/languages/messages/MessagesIt.php (modified) (history)
  • /trunk/phase3/languages/messages/MessagesKk_cn.php (modified) (history)
  • /trunk/phase3/languages/messages/MessagesKk_kz.php (modified) (history)
  • /trunk/phase3/languages/messages/MessagesKk_tr.php (modified) (history)
  • /trunk/phase3/languages/messages/MessagesKo.php (modified) (history)
  • /trunk/phase3/languages/messages/MessagesKsh.php (modified) (history)
  • /trunk/phase3/languages/messages/MessagesLa.php (modified) (history)
  • /trunk/phase3/languages/messages/MessagesLi.php (modified) (history)
  • /trunk/phase3/languages/messages/MessagesLv.php (modified) (history)
  • /trunk/phase3/languages/messages/MessagesMk.php (modified) (history)
  • /trunk/phase3/languages/messages/MessagesMs.php (modified) (history)
  • /trunk/phase3/languages/messages/MessagesNl.php (modified) (history)
  • /trunk/phase3/languages/messages/MessagesNn.php (modified) (history)
  • /trunk/phase3/languages/messages/MessagesNo.php (modified) (history)
  • /trunk/phase3/languages/messages/MessagesPl.php (modified) (history)
  • /trunk/phase3/languages/messages/MessagesPt.php (modified) (history)
  • /trunk/phase3/languages/messages/MessagesRo.php (modified) (history)
  • /trunk/phase3/languages/messages/MessagesRu.php (modified) (history)
  • /trunk/phase3/languages/messages/MessagesSl.php (modified) (history)
  • /trunk/phase3/languages/messages/MessagesSq.php (modified) (history)
  • /trunk/phase3/languages/messages/MessagesSr_ec.php (modified) (history)
  • /trunk/phase3/languages/messages/MessagesSr_el.php (modified) (history)
  • /trunk/phase3/languages/messages/MessagesSv.php (modified) (history)
  • /trunk/phase3/languages/messages/MessagesTe.php (modified) (history)
  • /trunk/phase3/languages/messages/MessagesTr.php (modified) (history)
  • /trunk/phase3/languages/messages/MessagesVi.php (modified) (history)
  • /trunk/phase3/languages/messages/MessagesWa.php (modified) (history)
  • /trunk/phase3/languages/messages/MessagesZh_yue.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/SpecialPreferences.php
@@ -534,7 +534,7 @@
535535 # User data
536536 #
537537
538 - $wgOut->addHTML( "<fieldset>\n<legend>" . wfMsg('prefs-personal') . "</legend>\n<table>\n");
 538+ $wgOut->addHTML( "<fieldset>\n<legend>" . wfMsg('prefs-personal') . "</legend>\n<table summary=\"". wfMsg('prefs-personal') . "\">\n");
539539
540540 $wgOut->addHTML(
541541 $this->addRow(
@@ -655,7 +655,7 @@
656656 $this->mNewpass = htmlspecialchars( $this->mNewpass );
657657 $this->mRetypePass = htmlspecialchars( $this->mRetypePass );
658658
659 - $wgOut->addHTML( '<fieldset><legend>' . wfMsg( 'changepassword' ) . '</legend><table>');
 659+ $wgOut->addHTML( '<fieldset><legend>' . wfMsg( 'changepassword' ) . '</legend><table summary="'. wfMsg( 'changepassword' ) .'">');
660660 $wgOut->addHTML(
661661 $this->addRow(
662662 '<label for="wpOldpass">' . wfMsg( 'oldpassword' ) . '</label>',
@@ -830,7 +830,7 @@
831831 $nowlocal = $wgLang->time( $now = wfTimestampNow(), true );
832832 $nowserver = $wgLang->time( $now, false );
833833
834 - $wgOut->addHTML( '<fieldset><legend>' . wfMsg( 'timezonelegend' ). '</legend><table>' .
 834+ $wgOut->addHTML( '<fieldset><legend>' . wfMsg( 'timezonelegend' ). '</legend><table summary="'. wfMsg( 'timezonelegend' ) .'">' .
835835 $this->addRow( wfMsg( 'servertime' ), $nowserver ) .
836836 $this->addRow( wfMsg( 'localtime' ), $nowlocal ) .
837837 $this->addRow(
@@ -894,7 +894,7 @@
895895 $wgOut->addHTML( '</fieldset>' );
896896
897897 # Search
898 - $wgOut->addHTML( '<fieldset><legend>' . wfMsg( 'searchresultshead' ) . '</legend><table>' .
 898+ $wgOut->addHTML( '<fieldset><legend>' . wfMsg( 'searchresultshead' ) . '</legend><table summary="'. wfMsg( 'searchresultshead' ) .'">' .
899899 $this->addRow(
900900 wfLabel( wfMsg( 'resultsperpage' ), 'wpSearch' ),
901901 wfInput( 'wpSearch', 4, $this->mSearch, array( 'id' => 'wpSearch' ) )
Index: trunk/phase3/includes/SpecialUpload.php
@@ -840,9 +840,6 @@
841841 </td>
842842 </tr>
843843 <tr>
844 -
845 - </tr>
846 - <tr>
847844 <td></td>
848845 <td align='left'><input tabindex='9' type='submit' name='wpUpload' value=\"{$ulb}\" /></td>
849846 </tr>
Index: trunk/phase3/languages/messages/MessagesRo.php
@@ -74,7 +74,7 @@
7575
7676 $messages = array(
7777 'tog-underline' => 'Subliniază legăturile',
78 -'tog-highlightbroken' => 'Formatează legăturile necreate <a href="" class="new">aşa</a> (alternativă: aşa<a href="" class="internal">?</a>).',
 78+'tog-highlightbroken' => 'Formatează legăturile necreate <a href="http://www.example.com/" class="new">aşa</a> (alternativă: aşa<a href="" class="internal">?</a>).',
7979 'tog-justify' => 'Aranjează justificat paragrafele',
8080 'tog-hideminor' => 'Ascunde modificările minore în schimbări recente',
8181 'tog-extendwatchlist' => 'Extinde lista de articole urmărite pentru a arăta toate schimbările făcute',
Index: trunk/phase3/languages/messages/MessagesKsh.php
@@ -77,9 +77,9 @@
7878
7979 $messages = array(
8080 'tog-underline' => 'Donn de Lėngkß ungershtriishe:',
81 -'tog-highlightbroken' => 'Zëijsh de Lėngkß op Sigge, di_jet_non_nit_jitt, esu met: „<a href=""
 81+'tog-highlightbroken' => 'Zëijsh de Lėngkß op Sigge, di_jet_non_nit_jitt, esu met: „<a href="http://www.example.com/"
8282
83 -class="new">Lämma</a>“ aan.<br />Wännß_De dat nit wellß, weed et esu: „Lämma<a href="" class="internal">?</a>“
 83+class="new">Lämma</a>“ aan.<br />Wännß_De dat nit wellß, weed et esu: „Lämma<a href="http://www.example.com/" class="internal">?</a>“
8484
8585 jezëijsh.',
8686 'tog-justify' => 'Donn de Affschnedde em Bloksaz aanzëije',
Index: trunk/phase3/languages/messages/MessagesRu.php
@@ -210,7 +210,7 @@
211211
212212 # User preference toggles
213213 'tog-underline' => 'Подчёркивать ссылки:',
214 -'tog-highlightbroken' => 'Показывать несуществующие ссылки <a href="" class="new">вот так</a> (иначе вот так<a href="" class="internal">?</a>).',
 214+'tog-highlightbroken' => 'Показывать несуществующие ссылки <a href="http://www.example.com/" class="new">вот так</a> (иначе вот так<a href="" class="internal">?</a>).',
215215 'tog-justify' => 'Выравнивать текст по ширине страницы',
216216 'tog-hideminor' => 'Скрывать малозначимые правки в списке свежих изменений',
217217 'tog-extendwatchlist' => 'Улучшенный список наблюдения',
Index: trunk/phase3/languages/messages/MessagesWa.php
@@ -69,7 +69,7 @@
7070 $messages = array(
7171 # User preference toggles
7272 'tog-underline' => 'Sorlignî les loyéns',
73 -'tog-highlightbroken' => 'Håyner les vudes loyéns <a href="" class="new">come çouchal</a><br /> &nbsp;&nbsp;&nbsp; (oudonbén: come çouchal<a href="" class="internal">?</a>).',
 73+'tog-highlightbroken' => 'Håyner les vudes loyéns <a href="http://www.example.com/" class="new">come çouchal</a><br /> &nbsp;&nbsp;&nbsp; (oudonbén: come çouchal<a href="" class="internal">?</a>).',
7474 'tog-justify' => 'Djustifyî les hagnons',
7575 'tog-hideminor' => 'Èn nén moster les <i>dierins candjmints</i> mineurs',
7676 'tog-extendwatchlist' => 'Ragrandi l\' djivêye po mostrer tos les candjmints',
Index: trunk/phase3/languages/messages/MessagesSl.php
@@ -50,7 +50,7 @@
5151
5252 $messages = array(
5353 'tog-underline' => 'Podčrtavanje povezav:',
54 -'tog-highlightbroken' => 'Oblikuj pretrgane povezave <a href="" class="new">kot</a> (druga možnost: kot<a href="" class="internal">?</a>)',
 54+'tog-highlightbroken' => 'Oblikuj pretrgane povezave <a href="http://www.example.com/" class="new">kot</a> (druga možnost: kot<a href="" class="internal">?</a>)',
5555 'tog-justify' => 'Poravnavaj odstavke',
5656 'tog-hideminor' => 'Skrij manjše popravke v zadnjih spremembah',
5757 'tog-extendwatchlist' => 'Izboljšan spisek nadzorov',
Index: trunk/phase3/languages/messages/MessagesSv.php
@@ -67,7 +67,7 @@
6868
6969 $messages = array(
7070 'tog-underline' => 'Stryk under länkar',
71 -'tog-highlightbroken' => 'Formatera trasiga länkar <a href="" class="new">så här</a> (alternativt: <a href="" class="internal">så här</a>).',
 71+'tog-highlightbroken' => 'Formatera trasiga länkar <a href="http://www.example.com/" class="new">så här</a> (alternativt: <a href="" class="internal">så här</a>).',
7272 'tog-justify' => 'Justera indrag',
7373 'tog-hideminor' => 'Visa inte mindre redigeringar i Senaste ändringar',
7474 'tog-extendwatchlist' => 'Utöka övervakningslistan till att visa alla ändringar',
Index: trunk/phase3/languages/messages/MessagesLa.php
@@ -55,7 +55,7 @@
5656
5757 $messages = array(
5858 'tog-underline' => 'Nexus cum linea subscribere',
59 -'tog-highlightbroken' => 'Formare nexos fractos <a href="" class="new">sici</a> (alioqui: sic<a href="" class="internal">?</a>).',
 59+'tog-highlightbroken' => 'Formare nexos fractos <a href="http://www.example.com/" class="new">sici</a> (alioqui: sic<a href="" class="internal">?</a>).',
6060 'tog-justify' => 'Saepire capites',
6161 'tog-hideminor' => 'Celare mutationes recentes minores',
6262 'tog-usenewrc' => 'Mutationes recentes amplificatae (Javascript)',
Index: trunk/phase3/languages/messages/MessagesLi.php
@@ -57,7 +57,7 @@
5858
5959 $messages = array(
6060 'tog-underline' => 'Links ongersjtreipe',
61 -'tog-highlightbroken' => 'Formatteer gebraoke links <a href="" class="new">op dees meneer</a> (angesj: zoe<a href="" class="internal">?</a>).',
 61+'tog-highlightbroken' => 'Formatteer gebraoke links <a href="http://www.example.com/" class="new">op dees meneer</a> (angesj: zoe<a href="" class="internal">?</a>).',
6262 'tog-justify' => 'Paragrafe oetvulle',
6363 'tog-hideminor' => 'Verbèrg klein bewirking bie recènte verangeringe',
6464 'tog-usenewrc' => 'Oetgebreide recènte vervangeringe (neet vuur alle browsers)',
Index: trunk/phase3/languages/messages/MessagesTe.php
@@ -52,7 +52,7 @@
5353
5454 $messages = array(
5555 'tog-underline' => 'లింకుల కింద గీతగీయి:',
56 -'tog-highlightbroken' => 'తెగిపోయిన లింకులను <a href="" class="new">ఇలా చూపించు</a> (ఇంకో పధ్ధతి: <a href="" class="internal">?</a>).',
 56+'tog-highlightbroken' => 'తెగిపోయిన లింకులను <a href="http://www.example.com/" class="new">ఇలా చూపించు</a> (ఇంకో పధ్ధతి: <a href="" class="internal">?</a>).',
5757 'tog-justify' => 'పేరాలను ఇరు పక్కలా సమానంగా సర్దు',
5858 'tog-hideminor' => 'ఇటీవలి మార్పులలో చిన్న మార్పులను దాచిపెట్టు',
5959 'tog-usenewrc' => 'మెరుగైన ఇటీవలి మార్పులు (జావాస్క్రిప్టు)',
Index: trunk/phase3/languages/messages/MessagesPl.php
@@ -60,7 +60,7 @@
6161
6262 # User preference toggles
6363 'tog-underline' => 'Podkreślenie linków:',
64 -'tog-highlightbroken' => '<a href="" class="new">Podświetl</a> linki pustych stron (alternatywa: znak zapytania<a href="" class="internal">?</a>).',
 64+'tog-highlightbroken' => '<a href="http://www.example.com/" class="new">Podświetl</a> linki pustych stron (alternatywa: znak zapytania<a href="" class="internal">?</a>).',
6565 'tog-justify' => 'Wyrównuj tekst w akapitach do obu stron',
6666 'tog-hideminor' => 'Ukryj drobne zmiany w "Ostatnich zmianach"',
6767 'tog-extendwatchlist' => 'Rozszerzona lista obserwowanych',
Index: trunk/phase3/languages/messages/MessagesPt.php
@@ -123,7 +123,7 @@
124124
125125 # User preference toggles
126126 'tog-underline' => 'Sublinhar hiperligações',
127 -'tog-highlightbroken' => 'Formatar links quebrados <a href="" class="new">como isto</a> (alternativa: como isto<a href="" class="internal">?</a>).',
 127+'tog-highlightbroken' => 'Formatar links quebrados <a href="http://www.example.com/" class="new">como isto</a> (alternativa: como isto<a href="" class="internal">?</a>).',
128128 'tog-justify' => 'Justificar parágrafos',
129129 'tog-hideminor' => 'Esconder edições secundárias nas mudanças recentes',
130130 'tog-extendwatchlist' => 'Expandir a lista de artigos vigiados para mostrar todas as alterações aplicáveis',
Index: trunk/phase3/languages/messages/MessagesEl.php
@@ -56,7 +56,7 @@
5757 # User preference toggles
5858 #----------------------------------------#
5959 'tog-underline' => 'Υπογράμμιση συνδέσμων',
60 -'tog-highlightbroken' => 'Κατεστραμένοι σύνδεσμοι μορφοποίησης <a href="" class="new">όπως αυτός</a> (εναλλακτικά: όπως αυτός<a href="" class="internal">?</a>).',
 60+'tog-highlightbroken' => 'Κατεστραμένοι σύνδεσμοι μορφοποίησης <a href="http://www.example.com/" class="new">όπως αυτός</a> (εναλλακτικά: όπως αυτός<a href="" class="internal">?</a>).',
6161 'tog-justify' => 'Στοίχιση παραγράφων',
6262 'tog-hideminor' => 'Απόκρυψη αλλαγών μικρής κλίμακας',
6363 'tog-usenewrc' => 'Ανάδειξη πρόσφατων αλλαγών (δεν λειτουργεί σε όλους τους browser)',
Index: trunk/phase3/languages/messages/MessagesEn.php
@@ -447,7 +447,7 @@
448448
449449 # User preference toggles
450450 'tog-underline' => 'Underline links:',
451 -'tog-highlightbroken' => 'Format broken links <a href="" class="new">like this</a> (alternative: like this<a href="" class="internal">?</a>).',
 451+'tog-highlightbroken' => 'Format broken links <a href="http://www.example.com/" class="new">like this</a> (alternative: like this<a href="http://www.example.com/" class="internal">?</a>).',
452452 'tog-justify' => 'Justify paragraphs',
453453 'tog-hideminor' => 'Hide minor edits in recent changes',
454454 'tog-extendwatchlist' => 'Expand watchlist to show all applicable changes',
Index: trunk/phase3/languages/messages/MessagesSr_el.php
@@ -220,7 +220,7 @@
221221
222222 # User preference toggles
223223 'tog-underline' => 'Podvuci veze',
224 -'tog-highlightbroken' => 'Formatiraj pokvarene veze <a href="" class="new">ovako</a> (alternativa: ovako<a href="" class="internal">?</a>).',
 224+'tog-highlightbroken' => 'Formatiraj pokvarene veze <a href="http://www.example.com/" class="new">ovako</a> (alternativa: ovako<a href="" class="internal">?</a>).',
225225 'tog-justify' => 'Uravnaj pasuse',
226226 'tog-hideminor' => 'Sakrij male izmene u spisku skorašnjih izmena',
227227 'tog-extendwatchlist' => 'Poboljšan spisak nadgledanja',
Index: trunk/phase3/languages/messages/MessagesNo.php
@@ -64,7 +64,7 @@
6565
6666 $messages = array(
6767 'tog-underline' => 'Strek under lenker:',
68 -'tog-highlightbroken' => 'Formater ødelagte lenker <a href="" class="new">slik</a> (alternativt: slik<a href="" class="internal">?</a>).',
 68+'tog-highlightbroken' => 'Formater ødelagte lenker <a href="http://www.example.com/" class="new">slik</a> (alternativt: slik<a href="" class="internal">?</a>).',
6969 'tog-justify' => 'Blokkjusterte avsnitt',
7070 'tog-hideminor' => 'Skjul mindre endringer i siste endringer',
7171 'tog-extendwatchlist' => 'Utvid overvåkningslista til å vise alle endringer i valgt tidsrom',
Index: trunk/phase3/languages/messages/MessagesVi.php
@@ -150,7 +150,7 @@
151151 'tog-usenewrc' => 'Thay đổi gần đây nhiều chức năng (JavaScript)',
152152 'tog-underline' => 'Gạch chân liên kết',
153153 'tog-watchdefault' => 'Tự động theo dõi bài tôi viết hoặc sửa',
154 -'tog-highlightbroken' => 'Liên kết đến trang chưa có <a href="" class="new">như này</a> (nếu không thì <a href="" class="internal">như này</a>).',
 154+'tog-highlightbroken' => 'Liên kết đến trang chưa có <a href="http://www.example.com/" class="new">như này</a> (nếu không thì <a href="" class="internal">như này</a>).',
155155 'tog-enotifminoredits' => 'Gửi thông báo cho tôi về cả sửa đổi nhỏ',
156156 'tog-enotifrevealaddr' => 'Thể hiện địa chỉ thư của tôi trong thư thông báo',
157157 'tog-enotifusertalkpages' => 'Gửi tôi thông báo khi trang thảo luận với tôi thay đổi',
Index: trunk/phase3/languages/messages/MessagesCa.php
@@ -54,7 +54,7 @@
5555
5656 $messages = array(
5757 'tog-underline' => 'Subratlla els enllaços:',
58 -'tog-highlightbroken' => 'Formata els enllaços trencats <a href="" class="new">d\'aquesta manera</a> (altrament, es faria d\'aquesta altra manera<a href="" class="internal">?</a>).',
 58+'tog-highlightbroken' => 'Formata els enllaços trencats <a href="http://www.example.com/" class="new">d\'aquesta manera</a> (altrament, es faria d\'aquesta altra manera<a href="" class="internal">?</a>).',
5959 'tog-justify' => 'Alineació justificada dels paràgrafs',
6060 'tog-hideminor' => 'Amaga les edicions menors en la pàgina de canvis recents',
6161 'tog-extendwatchlist' => 'Desplega la llista de seguiment per a mostrar tots els canvis afectats',
Index: trunk/phase3/languages/messages/MessagesFur.php
@@ -607,7 +607,7 @@
608608 'timezonetext' => 'Il numar di oris di diference rispiet ae ore dal servidôr (UTC).',
609609 'titlematches' => 'Corispondencis tai titui des pagjinis',
610610 'toc' => "Indis",
611 -'tog-highlightbroken' => 'Mostre leams sbaliâts <a href="" class="new">cussì</a> (invezit di cussì<a href="" class="internal">?</a>).',
 611+'tog-highlightbroken' => 'Mostre leams sbaliâts <a href="http://www.example.com/" class="new">cussì</a> (invezit di cussì<a href="" class="internal">?</a>).',
612612 'tog-justify' => 'Justifiche paragraf',
613613 'tog-hideminor' => 'Plate lis piçulis modifichis tai ultins cambiaments',
614614 'tog-usenewrc' => 'Ultins cambiaments avanzâts (JavaScript)',
Index: trunk/phase3/languages/messages/MessagesKo.php
@@ -52,7 +52,7 @@
5353
5454 $messages = array(
5555 'tog-underline' => '고리에 밑줄치기:',
56 -'tog-highlightbroken' => '없는 문서로 가는 고리를 <a href="" class="new">이렇게</a> 보이기 (선택하지 않으면 이렇게<a href="" class="internal">?</a> 보임)',
 56+'tog-highlightbroken' => '없는 문서로 가는 고리를 <a href="http://www.example.com/" class="new">이렇게</a> 보이기 (선택하지 않으면 이렇게<a href="" class="internal">?</a> 보임)',
5757 'tog-justify' => '문단 정렬',
5858 'tog-hideminor' => '사소한 편집을 최근 바뀜에서 숨기기',
5959 'tog-extendwatchlist' => '주시 문서를 모든 변경 목록에 적용하기',
Index: trunk/phase3/languages/messages/MessagesKk_tr.php
@@ -123,7 +123,7 @@
124124 $messages = array(
125125 # User preference toggles
126126 'tog-underline' => 'Siltemeni astınan sız:',
127 -'tog-highlightbroken' => 'Joqtalğan siltemelerdi <a href="" class="new">bılaý</a> pişimde (basqaşa: bılaý <a href="" class="internal">?</a> sïyaqtı).',
 127+'tog-highlightbroken' => 'Joqtalğan siltemelerdi <a href="http://www.example.com/" class="new">bılaý</a> pişimde (basqaşa: bılaý <a href="" class="internal">?</a> sïyaqtı).',
128128 'tog-justify' => 'Ejelerdi eni boýınşa twralaw',
129129 'tog-hideminor' => 'Jwıqtağı özgeristerde şağın tüzetwdi jasır',
130130 'tog-extendwatchlist' => 'Baqılaw tizimdi ulğaýt (barlıq jaramdı özgeristerdi körset)',
Index: trunk/phase3/languages/messages/MessagesSq.php
@@ -56,7 +56,7 @@
5757
5858 $messages = array(
5959 'tog-underline' => 'Nënvizo lidhjet',
60 -'tog-highlightbroken' => 'Trego lidhjet e faqeve bosh <a href="" class="new">kështu </a> (ndryshe: kështu<a href="" class="internal">?</a>).',
 60+'tog-highlightbroken' => 'Trego lidhjet e faqeve bosh <a href="http://www.example.com/" class="new">kështu </a> (ndryshe: kështu<a href="" class="internal">?</a>).',
6161 'tog-justify' => 'Rregullim i kryeradhës',
6262 'tog-hideminor' => 'Mos trego redaktimet e vogla',
6363 'tog-extendwatchlist' => 'Zgjero listën mbikqyrëse të tregojë të tëra ndryshimet përkatëse',
Index: trunk/phase3/languages/messages/MessagesHe.php
@@ -188,7 +188,7 @@
189189 $messages = array(
190190 # User preference toggles
191191 'tog-underline' => 'סמן קישורים בקו תחתי',
192 -'tog-highlightbroken' => 'סמן קישורים לדפים שלא נכתבו <a href="" class="new">כך</a> (או: כך<a href="" class="internal">?</a>))',
 192+'tog-highlightbroken' => 'סמן קישורים לדפים שלא נכתבו <a href="http://www.example.com/" class="new">כך</a> (או: כך<a href="" class="internal">?</a>))',
193193 'tog-justify' => 'ישר פסקאות',
194194 'tog-hideminor' => 'הסתר שינויים משניים ברשימת השינויים האחרונים',
195195 'tog-extendwatchlist' => 'הרחב את רשימת המעקב כך שתציג את כל השינויים המתאימים (אחרת: את השינוי האחרון בכל דף בלבד)',
Index: trunk/phase3/languages/messages/MessagesZh_yue.php
@@ -150,7 +150,7 @@
151151
152152 # User preference toggles
153153 'tog-underline' => '連結加底線',
154 -'tog-highlightbroken' => '格式化連結 <a href="" class="new">好似咁</a>(又或者: 好似咁<a href="" class="internal">?</a>).',
 154+'tog-highlightbroken' => '格式化連結 <a href="http://www.example.com/" class="new">好似咁</a>(又或者: 好似咁<a href="" class="internal">?</a>).',
155155 'tog-justify' => '拍齊段落',
156156 'tog-hideminor' => '最新更改唔顯示小修改',
157157 'tog-extendwatchlist' => '展開監視清單去顯示合適嘅更改',
Index: trunk/phase3/languages/messages/MessagesHu.php
@@ -55,7 +55,7 @@
5656
5757 $messages = array(
5858 'tog-underline' => 'Linkek aláhúzása:',
59 -'tog-highlightbroken' => 'Törött linkek <a href="" class="new">így</a> (alternatíva: így<a href="" class="internal">?</a>).',
 59+'tog-highlightbroken' => 'Törött linkek <a href="http://www.example.com/" class="new">így</a> (alternatíva: így<a href="" class="internal">?</a>).',
6060 'tog-justify' => 'Bekezdések teljes szélességű tördelése („sorkizárás”)',
6161 'tog-hideminor' => 'Apró változtatások elrejtése a Friss változtatások lapon',
6262 'tog-extendwatchlist' => 'A figyelőlista kiterjesztése minden változtatásra (ne csak az utolsót mutassa)',
Index: trunk/phase3/languages/messages/MessagesHsb.php
@@ -1348,7 +1348,7 @@
13491349 'tog-fancysig' => 'Hrube signatury (bjez awtomatiskeho wotkaza)',
13501350 'tog-forceeditsummary' => 'Mje warnować, zabudu-li zjeće',
13511351 'tog-hideminor' => 'Drobne změny w poslednich změnach schować',
1352 -'tog-highlightbroken' => 'Wotkazy na prózdne nastawki <a href="" class="new">tak</a> (alternative: like this<a href="" class="internal">?</a>)zběhnyć',
 1352+'tog-highlightbroken' => 'Wotkazy na prózdne nastawki <a href="http://www.example.com/" class="new">tak</a> (alternative: like this<a href="" class="internal">?</a>)zběhnyć',
13531353 'tog-justify' => 'Wotstawki w blokowej sadźbje',
13541354 'tog-minordefault' => 'Wšě změny jako drobne woznamjenić',
13551355 'tog-nocache' => 'Pufrowanje strony znjemóžnić',
Index: trunk/phase3/languages/messages/MessagesLv.php
@@ -35,7 +35,7 @@
3636
3737 $messages= array(
3838 'tog-underline' => 'Pasvītrot saites:',
39 -'tog-highlightbroken' => 'Saites uz neesošām lapām rādīt <a href="" class="new">šādi</a> (alternatīva: šādi<a href="" class="internal">?</a>).',
 39+'tog-highlightbroken' => 'Saites uz neesošām lapām rādīt <a href="http://www.example.com/" class="new">šādi</a> (alternatīva: šādi<a href="" class="internal">?</a>).',
4040 'tog-justify' => 'Taisnot rindkopas',
4141 'tog-hideminor' => 'Paslēpt maznozīmīgus labojumus pēdējo izmaiņu lapā',
4242 'tog-extendwatchlist' => 'Izvērst uzraugāmo sarakstu, lai parādītu visas veiktās izmaiņas',
Index: trunk/phase3/languages/messages/MessagesTr.php
@@ -32,7 +32,7 @@
3333
3434 $messages = array(
3535 'tog-underline' => 'Bağlatıların altını çiz',
36 -'tog-highlightbroken' => 'Boş bağlantıları <a href="" class="new">bu şekilde</a> (alternatif: bu şekilde<a href="" class="internal">?</a>) göster.',
 36+'tog-highlightbroken' => 'Boş bağlantıları <a href="http://www.example.com/" class="new">bu şekilde</a> (alternatif: bu şekilde<a href="" class="internal">?</a>) göster.',
3737 'tog-justify' => 'Paragraf iki yana yaslayarak ayarla',
3838 'tog-hideminor' => 'Küçük değişiklikleri "Son değişiklikler" sayfasında gizle',
3939 'tog-extendwatchlist' => 'Gelişmiş izleme listesi',
Index: trunk/phase3/languages/messages/MessagesSr_ec.php
@@ -217,7 +217,7 @@
218218
219219 # User preference toggles
220220 'tog-underline' => 'Подвуци везе',
221 -'tog-highlightbroken' => 'Форматирај покварене везе <a href="" class="new">овако</a> (алтернатива: овако<a href="" class="internal">?</a>).',
 221+'tog-highlightbroken' => 'Форматирај покварене везе <a href="http://www.example.com/" class="new">овако</a> (алтернатива: овако<a href="" class="internal">?</a>).',
222222 'tog-justify' => 'Уравнај пасусе',
223223 'tog-hideminor' => 'Сакриј мале измене у списку скорашњих измена',
224224 'tog-extendwatchlist' => 'Побољшан списак надгледања',
Index: trunk/phase3/languages/messages/MessagesId.php
@@ -57,7 +57,7 @@
5858
5959 # User preference toggles
6060 'tog-underline' => 'Garis bawahi pranala',
61 -'tog-highlightbroken' => 'Format pranala patah <a href="" class="new">seperti ini</a> (pilihan: seperti ini<a href="" class="internal">?</a>).',
 61+'tog-highlightbroken' => 'Format pranala patah <a href="http://www.example.com/" class="new">seperti ini</a> (pilihan: seperti ini<a href="" class="internal">?</a>).',
6262 'tog-justify' => 'Ratakan paragraf',
6363 'tog-hideminor' => 'Sembunyikan suntingan kecil dalam perubahan terbaru',
6464 'tog-extendwatchlist' => 'Tampilkan daftar pantauan yang menunjukkan semua perubahan',
Index: trunk/phase3/languages/messages/MessagesMk.php
@@ -89,7 +89,7 @@
9090
9191 $messages = array(
9292 'tog-underline' => 'Потцртај ги врските',
93 -'tog-highlightbroken' => 'Покажи ги неправилните врски <a href="" class="new">вака</a> (алтернативно: вака<a href="" class="internal">?</a>).',
 93+'tog-highlightbroken' => 'Покажи ги неправилните врски <a href="http://www.example.com/" class="new">вака</a> (алтернативно: вака<a href="" class="internal">?</a>).',
9494 'tog-justify' => 'Двостранично порамнување на параграфите',
9595 'tog-hideminor' => 'Сокриј ги ситните уредувања во скорешните промени',
9696 'tog-extendwatchlist' => 'Прошири ја листа на набљудувања за да ги прикаже сите можни промени',
Index: trunk/phase3/languages/messages/MessagesEs.php
@@ -52,7 +52,7 @@
5353
5454 $messages = array(
5555 'tog-underline' => 'Subrayar enlaces',
56 -'tog-highlightbroken' => 'Destacar enlaces a artículos vacíos <a href="" class="new">como este</a> (alternativa: como éste<a href="" class="internal">?</a>).',
 56+'tog-highlightbroken' => 'Destacar enlaces a artículos vacíos <a href="http://www.example.com/" class="new">como este</a> (alternativa: como éste<a href="" class="internal">?</a>).',
5757 'tog-justify' => 'Ajustar párrafos',
5858 'tog-hideminor' => 'Esconder ediciones menores en «cambios recientes»',
5959 'tog-extendwatchlist' => 'Expandir la lista de seguimiento a todos los cambios aplicables',
Index: trunk/phase3/languages/messages/MessagesIt.php
@@ -49,7 +49,7 @@
5050
5151 # User preference toggles
5252 "tog-underline" => "Sottolinea i collegamenti",
53 -"tog-highlightbroken" => 'Formatta <a href="" class="new">così</a> i collegamenti a pagine inesistenti (se disattivato: così<a href="" class="internal">?</a>).',
 53+"tog-highlightbroken" => 'Formatta <a href="http://www.example.com/" class="new">così</a> i collegamenti a pagine inesistenti (se disattivato: così<a href="" class="internal">?</a>).',
5454 "tog-justify" => "Allineamento dei paragrafi giustificato",
5555 "tog-hideminor" => "Nascondi le modifiche minori nelle ultime modifiche",
5656 "tog-extendwatchlist" => "Espandi la funzione osservati speciali mostrando tutte le modifiche applicabili",
Index: trunk/phase3/languages/messages/MessagesMs.php
@@ -41,7 +41,7 @@
4242 # User Toggles
4343
4444 "tog-underline" => "Gariskan pautan", #"Underline links",
45 -"tog-highlightbroken" => 'Formatkan pautan rosak <a href="" class="new">seperti ini</a> (ataupun seperti ini<a href="" class="internal">?</a>)', #'Format broken links <a href="" class="new">like this</a> (alternative: like this<a href="" class="internal">?</a>).',
 45+"tog-highlightbroken" => 'Formatkan pautan rosak <a href="http://www.example.com/" class="new">seperti ini</a> (ataupun seperti ini<a href="" class="internal">?</a>)', #'Format broken links <a href="" class="new">like this</a> (alternative: like this<a href="" class="internal">?</a>).',
4646 "tog-justify" => "Selaraskan perenggan", #"Justify paragraphs",
4747 "tog-hideminor" => "Sembunyikan suntingan kecil untuk perubahan terkini", #"Hide minor edits in recent changes",
4848 "tog-usenewrc" => "Pertingkatkan perubahan terkini (Javaskrip)",
Index: trunk/phase3/languages/messages/MessagesKk_cn.php
@@ -147,7 +147,7 @@
148148 $messages = array(
149149 # User preference toggles
150150 'tog-underline' => 'سٴىلتەمەنٴى استىنان سىز:',
151 -'tog-highlightbroken' => 'جوقتالعان سٴىلتەمەلەردٴى <a href="" class="new">بىلاي</a> پٴىشٴىمدە (باسقاشا: بىلاي <a href="" class="internal">?</a> سيياقتى).',
 151+'tog-highlightbroken' => 'جوقتالعان سٴىلتەمەلەردٴى <a href="http://www.example.com/" class="new">بىلاي</a> پٴىشٴىمدە (باسقاشا: بىلاي <a href="" class="internal">?</a> سيياقتى).',
152152 'tog-justify' => 'ەجەلەردٴى ەنٴى بويىنشا تۋرالاۋ',
153153 'tog-hideminor' => 'جۋىقتاعى ٴوزگەرٴىستەردە شاعىن تٴۇزەتۋدٴى جاسىر',
154154 'tog-extendwatchlist' => 'باقىلاۋ تٴىزٴىمدٴى ۇلعايت (بارلىق جارامدى ٴوزگەرٴىستەردٴى كٴورسەت)',
Index: trunk/phase3/languages/messages/MessagesBs.php
@@ -922,7 +922,7 @@
923923 'tog-enotifusertalkpages' => 'Pošalji mi e-poštu kad se promijeni moja korisnička stranica za razgovor',
924924 'tog-enotifwatchlistpages' => 'Pošalji mi e-poštu kad se promijene stranice',
925925 'tog-hideminor' => 'Sakrij male izmjene u spisku nedavnih izmjena',
926 -'tog-highlightbroken' => 'Formatiraj pokvarene veze <a href="" class="new">ovako</a> (alternativa: ovako<a href="" class="internal">?</a>).',
 926+'tog-highlightbroken' => 'Formatiraj pokvarene veze <a href="http://www.example.com/" class="new">ovako</a> (alternativa: ovako<a href="" class="internal">?</a>).',
927927 'tog-justify' => 'Uravnjaj pasuse',
928928 'tog-minordefault' => 'Označi sve izmjene malim isprva',
929929 'tog-nocache' => 'Onemogući keširanje stranica',
Index: trunk/phase3/languages/messages/MessagesNl.php
@@ -79,7 +79,7 @@
8080 */
8181 # User preference toggles
8282 'tog-underline' => 'Links onderstrepen:',
83 -'tog-highlightbroken' => 'Links naar lege pagina\'s <a href="" class="new">zo weergeven</a> (alternatief: zo weergeven<a href="" class="internal">?</a>).',
 83+'tog-highlightbroken' => 'Links naar lege pagina\'s <a href="http://www.example.com/" class="new">zo weergeven</a> (alternatief: zo weergeven<a href="" class="internal">?</a>).',
8484 'tog-justify' => 'Paragrafen uitvullen',
8585 'tog-hideminor' => 'Kleine wijzigingen verbergen in recente wijzigingen',
8686 'tog-extendwatchlist' => 'Toon alle wijzigingen in mijn volglijst',
Index: trunk/phase3/languages/messages/MessagesKk_kz.php
@@ -122,7 +122,7 @@
123123 $messages = array(
124124 # User preference toggles
125125 'tog-underline' => 'Сілтемені астынан сыз:',
126 -'tog-highlightbroken' => 'Жоқталған сілтемелерді <a href="" class="new">былай</a> пішімде (басқаша: былай <a href="" class="internal">?</a> сияқты).',
 126+'tog-highlightbroken' => 'Жоқталған сілтемелерді <a href="http://www.example.com/" class="new">былай</a> пішімде (басқаша: былай <a href="" class="internal">?</a> сияқты).',
127127 'tog-justify' => 'Ежелерді ені бойынша туралау',
128128 'tog-hideminor' => 'Жуықтағы өзгерістерде шағын түзетуді жасыр',
129129 'tog-extendwatchlist' => 'Бақылау тізімді ұлғайт (барлық жарамды өзгерістерді көрсет)',
Index: trunk/phase3/languages/messages/MessagesNn.php
@@ -164,7 +164,7 @@
165165 $messages = array(
166166 # User preference toggles
167167 'tog-underline' => 'Strek under lenkjer:',
168 -'tog-highlightbroken' => 'Vis lenkjer til tomme sider <a href="" class="new">slik</a> (alternativt slik<a href="" class="internal">?</a>)',
 168+'tog-highlightbroken' => 'Vis lenkjer til tomme sider <a href="http://www.example.com/" class="new">slik</a> (alternativt slik<a href="" class="internal">?</a>)',
169169 'tog-justify' => 'Blokkjusterte avsnitt',
170170 'tog-hideminor' => 'Skjul uviktige endringar på «siste endringar»',
171171 'tog-usenewrc' => 'Utvida funksjonalitet på «siste endringar» (JavaScript)',

Follow-up revisions

RevisionCommit summaryAuthorDate
r18269Revert most of r18268 (only kept the empty <tr> removal)hashar20:56, 11 December 2006