r28181 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r28180‎ | r28181 | r28182 >
Date:15:49, 5 December 2007
Author:raymond
Status:old
Tags:
Comment:
* Move hardcoded % into i18n file for better localization, especially for non-latin script languages
* Rename new message (introduced yesterday) to stick with naming conventions for extensions.
Modified paths:
  • /trunk/extensions/LuceneSearch/LuceneSearch.i18n.php (modified) (history)
  • /trunk/extensions/LuceneSearch/LuceneSearch_body.php (modified) (history)

Diff [purge]

Index: trunk/extensions/LuceneSearch/LuceneSearch_body.php
@@ -465,7 +465,7 @@
466466 }
467467
468468 $text = $rev->getText();
469 - $size = wfMsgHtml( 'search-result-size',
 469+ $size = wfMsgHtml( 'lucene-resultsize',
470470 $this->mSkin->formatSize( strlen( $text ) ),
471471 str_word_count( $text ) );
472472 $text = $this->removeWiki($text);
@@ -511,8 +511,8 @@
512512 wfProfileOut($fname);
513513 if (!$wgDisableSearchContext) { $date = $wgContLang->timeanddate($rev->getTimestamp()); }
514514 else { $date = ''; }
515 - $percent = sprintf('%2.1f%%', $result->getScore() * 100);
516 - $score = wfMsg('searchscore', $wgLang->formatNum( $percent ) );
 515+ $percent = sprintf( '%2.1f', $result->getScore() * 100 );
 516+ $score = wfMsg( 'lucene-searchscore', $wgLang->formatNum( $percent ) );
517517 //$url = $t->getFullURL();
518518 return '<li style="padding-bottom: 1em;">'.$link.$extract.'<br />'
519519 .'<span style="color: green; font-size: small;">'
Index: trunk/extensions/LuceneSearch/LuceneSearch.i18n.php
@@ -11,8 +11,8 @@
1212 'searchnumber' => "<strong>Results $1-$2 of $3</strong>",
1313 'searchprev' => "&#x00AB; <span style='font-size: small'>Prev</span>",
1414 'searchnext' => "<span style='font-size: small'>Next</span> &#x00BB;",
15 - 'searchscore' => "Relevance: $1",
16 - 'search-result-size' => "$1 ($2 words)",
 15+ 'lucene-searchscore' => "Relevance: $1%",
 16+ 'lucene-resultsize' => "$1 ($2 words)",
1717 'searchdidyoumean' => "Did you mean: \"<a href=\"$1\">$2</a>\"?",
1818 'searchnoresults' => "Sorry, there were no exact matches to your query.",
1919 'searchnearmatches' => "<b>These pages have similar titles to your query:</b>\n",
@@ -34,8 +34,8 @@
3535 'searchnumber' => '<strong>Resultate $1-$2 van $3</strong>',
3636 'searchprev' => '&#x00AB; <span style=\'font-size: small\'>Vorige</span>',
3737 'searchnext' => '<span style=\'font-size: small\'>Volgende</span> &#x00BB;',
38 - 'searchscore' => 'Relevansie: $1',
39 - 'search-result-size' => '$1 ($2 woorde)',
 38+ 'lucene-searchscore' => 'Relevansie: $1%',
 39+ 'lucene-resultsize' => '$1 ($2 woorde)',
4040 'searchdidyoumean' => 'Het u "<a href="$1">$2</a>" bedoel?',
4141 'searchnoresults' => 'Jammer, daar was niks wat u navraag presies pas nie.',
4242 'searchnearmatches' => '<b>Hierdie bladsye het titels soortgelyk aan u navraag:</b>',
@@ -49,8 +49,8 @@
5050 'searchnumber' => '<strong>النتائج $1-$2 ل$3</strong>',
5151 'searchprev' => '&#x00AB; <span style=\'font-size: small\'>السابق</span>',
5252 'searchnext' => '<span style=\'font-size: small\'>التالي</span> &#x00BB;',
53 - 'searchscore' => 'الارتباط: $1',
54 - 'search-result-size' => '$1 ($2 كلمة)',
 53+ 'lucene-searchscore' => 'الارتباط: $1٪',
 54+ 'lucene-resultsize' => '$1 ($2 كلمة)',
5555 'searchdidyoumean' => 'هل تقصد: "<a href="$1">$2</a>"?',
5656 'searchnoresults' => 'عذرا، لم توجد نتائج مطابقة لاستعلامك.',
5757 'searchnearmatches' => '<b>هذه الصفحات لها عناوين مشابهة لاستعلامك:</b>',
@@ -66,7 +66,7 @@
6767 );
6868
6969 $wgLuceneSearchMessages['bcl'] = array(
70 - 'search-result-size' => '$1 ($2 mga tataramon)',
 70+ 'lucene-resultsize' => '$1 ($2 mga tataramon)',
7171 'searchdidyoumean' => 'An gusto mo: "<a href="$1">$2</a>"?',
7272 'searchall' => 'gabos',
7373 'searchincategory' => 'sakategorya',
@@ -80,16 +80,16 @@
8181 'searchnumber' => '<strong>Resultats $1-$2 de $3</strong>',
8282 'searchprev' => '&#x00AB; <span style=\'font-size: small\'>Anterior</span>',
8383 'searchnext' => '<span style=\'font-size: small\'>Següent</span> &#x00BB;',
84 - 'searchscore' => 'Rellevància: $1',
85 - 'search-result-size' => '$1 ($2 paraules)',
 84+ 'lucene-searchscore' => 'Rellevància: $1%',
 85+ 'lucene-resultsize' => '$1 ($2 paraules)',
8686 'searchdidyoumean' => 'Potser volíeu dir «<a href="$1">$2</a>»?',
8787 'searchnoresults' => 'Malauradament no s\'ha trobat cap resultat per aquesta cerca.',
8888 );
8989
9090 $wgLuceneSearchMessages['cdo'] = array(
9191 'searchnumber' => "<strong>$3 bĭk giék-guō gì $1-$2</strong>",
92 - 'searchscore' => "Guăng-lièng-séng: $1",
93 - 'search-result-size' => "$1 ($2 cê)",
 92+ 'lucene-searchscore' => "Guăng-lièng-séng: $1%",
 93+ 'lucene-resultsize' => "$1 ($2 cê)",
9494 'searchnoresults' => "Dó̤i-bók-cê̤ṳ, tō̤ mâ̤ diŏh dū-dū siŏh-iông gì.",
9595 'lucenefallback' => "Cī-lùng wiki sìng-tō̤ gŭng-nèng ô nék-giāng ông-dà̤. Cuòi kō̤-nèng sê hàng-mò̤-siŏh-sì gì; chiāng nṳ̄ dīng nék-gū gái ché, hĕ̤k-ciā sāi-ê̤ṳng nguôi-buô gì sìng-tō̤ hŭk-ô:\n",
9696 );
@@ -98,8 +98,8 @@
9999 'searchnumber' => '<strong>Výsledky $1–$2 z $3</strong>',
100100 'searchprev' => "&#x00AB; <span style='font-size: small'>Předchozí</span>",
101101 'searchnext' => "<span style='font-size: small'>Následující</span> &#x00BB;",
102 - 'searchscore' => "Relevance: $1",
103 - 'search-result-size' => "$1 ($2 slov)",
 102+ 'lucene-searchscore' => "Relevance: $1%",
 103+ 'lucene-resultsize' => "$1 ($2 slov)",
104104 'searchdidyoumean' => 'Nehledáte „<a href="$1">$2</a>“?',
105105 'searchnoresults' => 'Je mi líto, ale vašemu dotazu žádné stránky přesně neodpovídají.',
106106 'searchnearmatches' => "<b>Následující stránky mají nadpis podobný vašemu dotazu:</b>\n",
@@ -114,8 +114,8 @@
115115 'searchnumber' => "<strong>Ergebnisse $1–$2 von $3</strong>",
116116 'searchprev' => "&larr; <span style='font-size: smaller'>Vorherige</span>",
117117 'searchnext' => "<span style='font-size: smaller'>Nächste</span> &rarr;",
118 - 'searchscore' => "Relevanz: $1",
119 - 'search-result-size' => "$1 ($2 Wörter)",
 118+ 'lucene-searchscore' => "Relevanz: $1 %",
 119+ 'lucene-resultsize' => "$1 ($2 Wörter)",
120120 'searchdidyoumean' => "Meintest du „<a href=\"$1\">$2</a>“?",
121121 'searchnoresults' => "Es wurden keine passenden Seiten für deine Suchanfrage gefunden.",
122122 'searchnearmatches' => "<b>Diese Seiten haben zu der Suchanfrage ähnliche Titel:</b>\n",
@@ -130,15 +130,15 @@
131131
132132 );
133133 $wgLuceneSearchMessages['el'] = array(
134 - 'search-result-size' => '$1 ($2 λέξεις)',
 134+ 'lucene-resultsize' => '$1 ($2 λέξεις)',
135135 'lucenefallback' => 'Υπήρξε κάποιο πρόβλημα με την αναζήτηση στο wiki. Αυτό είναι μάλλον προσωρινό. Προσπαθήστε ξανά αργότερα ή πραγματοποιήστε την αναζήτησή σας στο wiki μέσω μιας εξωτερικής υπηρεσίας αναζήτησης:',
136136 );
137137 $wgLuceneSearchMessages['eo'] = array(
138138 'searchnumber' => '<strong>Rezultoj $1-$2 el $3</strong>',
139139 'searchprev' => '&#x00AB; <span style=\'font-size: small\'>Antaŭa</span>',
140140 'searchnext' => '<span style=\'font-size: small\'>Sekvanta</span> &#x00BB;',
141 - 'searchscore' => 'Kongrueco: $1',
142 - 'search-result-size' => '$1 ($2 vortoj)',
 141+ 'lucene-searchscore' => 'Kongrueco: $1%',
 142+ 'lucene-resultsize' => '$1 ($2 vortoj)',
143143 'searchdidyoumean' => 'Ĉu vi celis : "<a href="$1">$2</a>"?',
144144 'searchnoresults' => 'Bedaŭrinde ne estas precize kongrua rezulto por via serĉo.',
145145 'searchnearmatches' => '<b>Ĉi tiuj paĝoj havas titolojn similajn al via serĉo:</b>
@@ -158,8 +158,8 @@
159159 'searchnumber' => '<strong>Resultados $1-$2 de $3</strong>',
160160 'searchprev' => '&#x00AB; <span style=\'font-size: small\'>Previo</span>',
161161 'searchnext' => '<span style=\'font-size: small\'>Siguiente</span> &#x00BB;',
162 - 'searchscore' => 'Relevancia: $1',
163 - 'search-result-size' => '$1 ($2 palabras)',
 162+ 'lucene-searchscore' => 'Relevancia: $1%',
 163+ 'lucene-resultsize' => '$1 ($2 palabras)',
164164 'searchdidyoumean' => '¿Quisiste decir «<a href="$1">$2</a>»?',
165165 'searchnoresults' => 'Lo sentimos, no hay ningún artículo con el texto buscado.',
166166 'searchnearmatches' => '<b>Estas páginas tienen títulos similares a tu consulta:</b>',
@@ -180,8 +180,8 @@
181181 'searchnumber' => '<strong>Tulemused $1-$2 (kokku $3)</strong>',
182182 'searchprev' => '&#x00AB; <span style=\'font-size: small\'>Eelmine</span>',
183183 'searchnext' => '<span style=\'font-size: small\'>Järgmine</span> &#x00BB;',
184 - 'searchscore' => 'Sobivus: $1',
185 - 'search-result-size' => '$1 ($2 sõna)',
 184+ 'lucene-searchscore' => 'Sobivus: $1%',
 185+ 'lucene-resultsize' => '$1 ($2 sõna)',
186186 'searchnoresults' => 'Teie päringule ei leidunud ühtegi vastet.',
187187 'lucenefallback' => 'Viki otsinguga oli mingi probleem.
188188 See on tõenäoliselt ainult ajutine;
@@ -196,8 +196,8 @@
197197 'searchnumber' => '<strong>Tulokset $1–$2 (yhteensä $3)</strong>',
198198 'searchprev' => '← <span style=\'font-size: small\'>edelliset</span>',
199199 'searchnext' => '<span style=\'font-size: small\'>seuraavat</span> →',
200 - 'searchscore' => 'Asiaankuuluvuus: $1',
201 - 'search-result-size' => '$1 ($2 sanaa)',
 200+ 'lucene-searchscore' => 'Asiaankuuluvuus: $1%',
 201+ 'lucene-resultsize' => '$1 ($2 sanaa)',
202202 'searchdidyoumean' => 'Tarkoititko: <a href="$1">$2</a>',
203203 'searchnoresults' => 'Tarkkoja osumia ei löytynyt.',
204204 'searchnearmatches' => '<b>Vastaavannimisiä sivuja:</b>',
@@ -214,8 +214,8 @@
215215 'searchnumber' => '<strong>Úrslit $1-$2 av $3</strong>',
216216 'searchprev' => '&#x00AB; <span style=\'font-size: small\'>Undanfarnu</span>',
217217 'searchnext' => '<span style=\'font-size: small\'>Næstu</span> &#x00BB;',
218 - 'searchscore' => 'Viðkomandi: $1',
219 - 'search-result-size' => '$1 ($2 orð)',
 218+ 'lucene-searchscore' => 'Viðkomandi: $1%',
 219+ 'lucene-resultsize' => '$1 ($2 orð)',
220220 'searchnoresults' => 'Tíverri vóru ongar síður, ið luku tíni leitikrøv.',
221221 'lucenepowersearchtext' => 'Leita í navnaøki: $1 Leita eftur $3 $9',
222222 );
@@ -223,8 +223,8 @@
224224 'searchnumber' => '<strong>Résultats $1 – $2 sur $3</strong>',
225225 'searchprev' => '&#x00AB; <span style=\'font-size: small\'>Préc.</span>',
226226 'searchnext' => '<span style=\'font-size: small\'>Suiv.</span> &#x00BB;',
227 - 'searchscore' => 'Pertinence : $1',
228 - 'search-result-size' => '$1 ($2 mots)',
 227+ 'lucene-searchscore' => 'Pertinence : $1%',
 228+ 'lucene-resultsize' => '$1 ($2 mots)',
229229 'searchdidyoumean' => 'Pensiez-vous à : « <a href="$1">$2</a> » ?',
230230 'searchnoresults' => 'Désolé, il n’existe aucune correspondance exacte à votre requête.',
231231 'searchnearmatches' => '<strong>Ces pages ont un titre similaire à votre requête.</strong>',
@@ -240,8 +240,8 @@
241241 'searchnumber' => '<strong>Resultados $1-$2 de $3</strong>',
242242 'searchprev' => '&#x00AB; <span style=\'font-size: small\'>Anterior</span>',
243243 'searchnext' => '<span style=\'font-size: small\'>Seguinte</span> &#x00BB;',
244 - 'searchscore' => 'Relevancia: $1',
245 - 'search-result-size' => '$1 ($2 palabras)',
 244+ 'lucene-searchscore' => 'Relevancia: $1%',
 245+ 'lucene-resultsize' => '$1 ($2 palabras)',
246246 'searchdidyoumean' => 'Quixo dicir: "<a href="$1">$2</a>"?',
247247 'searchnoresults' => 'Sentímolo, non hai coincidencias exactas para a súa procura.',
248248 'searchnearmatches' => '<b>Estas páxinas teñen títulos semellantes aos da súa procura:</b>',
@@ -261,8 +261,8 @@
262262 'searchnumber' => '<strong>Khiung-yû $3 hong chhìm-chhut ke kiet-kó, yî-ha he thi $1-$2 hong ke kiet-kó</strong>',
263263 'searchprev' => '&#x00AB; <span style=\'font-size: small\'>Song yit-hong</span>',
264264 'searchnext' => '<span style=\'font-size: small\'>Hâ yit-hong</span> &#x00BB;',
265 - 'searchscore' => 'Kôan-lièn-thu:$1',
266 - 'search-result-size' => '$1 ($2-ke sṳ)',
 265+ 'lucene-searchscore' => 'Kôan-lièn-thu:$1%',
 266+ 'lucene-resultsize' => '$1 ($2-ke sṳ)',
267267 'searchdidyoumean' => 'He "<a href="$1">$2</a>" mâ?',
268268 'searchnoresults' => 'Tui-put-hí, vù-nèn chhìm-cháu-to khi̍p ngì phit-phi ke chhà-chhìm.',
269269 'searchnearmatches' => '<b>Yî-ha hong-mien lâu ngì chhà-chhìm ke nui-yùng yû siong-sṳ ke phêu-thì:</b>',
@@ -271,8 +271,8 @@
272272 'searchnumber' => "<strong>תוצאות $1-$2 מתוך $3</strong>",
273273 'searchprev' => "&#x00AB; <span style='font-size: small'>הקודם</span>",
274274 'searchnext' => "<span style='font-size: small'>הבא</span> &#x00BB;",
275 - 'searchscore' => "קשר: $1",
276 - 'search-result-size' => "$1 ($2 מילים)",
 275+ 'lucene-searchscore' => "קשר: $1%",
 276+ 'lucene-resultsize' => "$1 ($2 מילים)",
277277 'searchdidyoumean' => "האם התכוונתם ל: \"<a href=\"$1\">$2</a>\"?",
278278 'searchnoresults' => "מצטערים, אין דפים עם הכותרת המדויקת שחיפשת.",
279279 'searchnearmatches' => "<b>דפים אלו הם בעלי כותרת דומה למבוקשת:</b>\n",
@@ -293,8 +293,8 @@
294294 'searchnumber' => '<strong>Rezultati $1-$2 od $3</strong>',
295295 'searchprev' => '&#x00AB; <span style=\'font-size: small\'>Prethodno</span>',
296296 'searchnext' => '<span style=\'font-size: small\'>Slijedeći</span> &#x00BB;',
297 - 'searchscore' => 'Povezanost: $1',
298 - 'search-result-size' => '$1 ($2 riječi)',
 297+ 'lucene-searchscore' => 'Povezanost: $1%',
 298+ 'lucene-resultsize' => '$1 ($2 riječi)',
299299 'searchdidyoumean' => 'Da li ste mislili: "<a href="$1">$2</a>"?',
300300 'searchnoresults' => 'Oprostite, niti jedan zapis ne odgovara traženom upitu.',
301301 'searchnearmatches' => '<b>Ove stranice imaju sličan naziv Vašem upitu:</b>',
@@ -313,8 +313,8 @@
314314 'searchnumber' => '<strong>Wuslědki $1–$2 z $3</strong>',
315315 'searchprev' => '&larr; <span style=\'font-size: smaller\'>Předchadny</span>',
316316 'searchnext' => '<span style=\'font-size: smaller\'>Přichodny</span> &rarr;',
317 - 'searchscore' => 'Relewanca: $1',
318 - 'search-result-size' => '$1 ($2 słowow)',
 317+ 'lucene-searchscore' => 'Relewanca: $1%',
 318+ 'lucene-resultsize' => '$1 ($2 słowow)',
319319 'searchdidyoumean' => 'Měnješe ty „<a href="$1">$2</a>“?',
320320 'searchnoresults' => 'Bohužel njebuchu přihódne strony za twoje pytanske naprašowanje namakane.',
321321 'searchnearmatches' => '<b>Tute strony maja k pytanskemu naprašowanju podobne titule:</b>',
@@ -330,8 +330,8 @@
331331 'searchnumber' => "<strong>$1-$2, összesen: $3 találat</strong>",
332332 'searchprev' => "&#x00AB; <span style='font-size: small'>előző</span>",
333333 'searchnext' => "<span style='font-size: small'>következő</span> &#x00BB;",
334 - 'searchscore' => "Relevancia: $1",
335 - 'search-result-size' => "$1 ($2 szó)",
 334+ 'lucene-searchscore' => "Relevancia: $1%",
 335+ 'lucene-resultsize' => "$1 ($2 szó)",
336336 'searchdidyoumean' => "Erre gondoltál: \"<a href=\"$1\">$2</a>\"?",
337337 'searchnearmatches' => "<b>Ezeknek a lapoknak hasonlít a címe a keresett kifejezésre:</b>",
338338 'searchnearmatch' => "<li>$1</li>\n",
@@ -347,8 +347,8 @@
348348 'searchnumber' => "<strong>Hasil pencarian $1-$2 dari $3</strong>",
349349 'searchprev' => "&#x00AB; <span style='font-size: small'>Sebelumnya</span>",
350350 'searchnext' => "<span style='font-size: small'>Selanjutnya</span> &#x00BB;",
351 - 'searchscore' => "Relevansi: $1",
352 - 'search-result-size' => "$1 ($2 kata)",
 351+ 'lucene-searchscore' => "Relevansi: $1%",
 352+ 'lucene-resultsize' => "$1 ($2 kata)",
353353 'searchdidyoumean' => "Apakah maksud Anda: \"<a href=\"$1\">$2</a>\"?",
354354 'searchnoresults' => "Maaf, tidak ditemukan hasil yang tepat sama dengan permintaan Anda.",
355355 'searchnearmatches' => "<b>Halaman-halaman berikut mempunyai judul yang mirip dengan permintaan Anda:</b>\n",
@@ -372,8 +372,8 @@
373373 'searchnumber' => "<strong>Risultati da $1 a $2 su un totale di $3</strong>",
374374 'searchprev' => "&#x00AB; <span style='font-size: small'>Precedente</span>",
375375 'searchnext' => "<span style='font-size: small'>Successivo</span> &#x00BB;",
376 - 'searchscore' => "Pertinenza: $1",
377 - 'search-result-size' => "$1 ($2 parole)",
 376+ 'lucene-searchscore' => "Pertinenza: $1%",
 377+ 'lucene-resultsize' => "$1 ($2 parole)",
378378 'searchdidyoumean' => "Forse stavi cercando: \"<a href=\"$1\">$2</a>\"?",
379379 'searchnoresults' => "La funzione di ricerca non ha trovato corrispondenze esatte con il testo cercato.",
380380 'searchnearmatches' => "<b>Le pagine elencate di seguito hanno titoli simili al testo cercato:</b>\n",
@@ -391,8 +391,8 @@
392392 'searchnumber' => '<strong>$3 件中 $1 - $2 件目</strong>',
393393 'searchprev' => '&#x00AB; <span style=\'font-size: small\'>前へ</span>',
394394 'searchnext' => '<span style=\'font-size: small\'>次へ</span> &#x00BB;',
395 - 'searchscore' => '関連性:$1',
396 - 'search-result-size' => '$1 ($2語)',
 395+ 'lucene-searchscore' => '関連性:$1%',
 396+ 'lucene-resultsize' => '$1 ($2語)',
397397 'searchdidyoumean' => 'もしかして: "<a href="$1">$2</a>"',
398398 'searchnoresults' => '該当するページが見つかりませんでした。',
399399 'searchnearmatches' => '<b>タイトルが検索語に近い項目:</b>
@@ -419,8 +419,8 @@
420420 'searchnumber' => "<strong>$3 ішіндегі $1—$2 нәтиже</strong>",
421421 'searchprev' => "&#x00AB; <span style='font-size: small'>Алдыңғыға</span>",
422422 'searchnext' => "<span style='font-size: small'>Келесіге</span> &#x00BB;",
423 - 'searchscore' => "Сәйкестігі: $1",
424 - 'search-result-size' => "$1 ($2 сөз)",
 423+ 'lucene-searchscore' => "Сәйкестігі: $1%",
 424+ 'lucene-resultsize' => "$1 ($2 сөз)",
425425 'searchdidyoumean' => "Мынау деп есепке алдыңыз ба: «<a href=\"$1\">$2</a>»?",
426426 'searchnoresults' => "Ғафу етіңіз, сұранысынызға нақты сәйкесі бар еш нәтиже табылмады.",
427427 'searchnearmatches' => "<b>Мына бет атауларында сұранысыңызға ұқсастығы бар:</b>\n",
@@ -441,8 +441,8 @@
442442 'searchnumber' => "<strong>$3 işindegi $1—$2 nätïje</strong>",
443443 'searchprev' => "&#x00AB; <span style='font-size: small'>Aldıñğığa</span>",
444444 'searchnext' => "<span style='font-size: small'>Kelesige</span> &#x00BB;",
445 - 'searchscore' => "Säýkestigi: $1",
446 - 'search-result-size' => "$1 ($2 söz)",
 445+ 'lucene-searchscore' => "Säýkestigi: $1%",
 446+ 'lucene-resultsize' => "$1 ($2 söz)",
447447 'searchdidyoumean' => "Mınaw dep esepke aldıñız ba: «<a href=\"$1\">$2</a>»?",
448448 'searchnoresults' => "Ğafw etiñiz, suranısınızğa naqtı säýkesi bar eş nätïje tabılmadı.",
449449 'searchnearmatches' => "<b>Mına bet atawlarında suranısıñızğa uqsastığı bar:</b>\n",
@@ -463,8 +463,8 @@
464464 'searchnumber' => "<strong>$3 ٸشٸندەگٸ $1—$2 نٵتيجە</strong>",
465465 'searchprev' => "&#x00AB; <span style='font-size: small'>الدىڭعىعا</span>",
466466 'searchnext' => "<span style='font-size: small'>كەلەسٸگە</span> &#x00BB;",
467 - 'searchscore' => "سٵيكەستٸگٸ: $1",
468 - 'search-result-size' => "$1 ($2 سٶز)",
 467+ 'lucene-searchscore' => "سٵيكەستٸگٸ: $1%",
 468+ 'lucene-resultsize' => "$1 ($2 سٶز)",
469469 'searchdidyoumean' => "مىناۋ دەپ ەسەپكە الدىڭىز با: «<a href=\"$1\">$2</a>»؟",
470470 'searchnoresults' => "عافۋ ەتٸڭٸز, سۇرانىسىنىزعا ناقتى سٵيكەسٸ بار ەش نٵتيجە تابىلمادى.",
471471 'searchnearmatches' => "<b>مىنا بەت اتاۋلارىندا سۇرانىسىڭىزعا ۇقساستىعى بار:</b>\n",
@@ -499,8 +499,8 @@
500500 'searchnumber' => "<strong>Rezultatai $1-$2 iš $3</strong>",
501501 'searchprev' => "&#x00AB; <span style='font-size: small'>Atgal</span>",
502502 'searchnext' => "<span style='font-size: small'>Pirmyn</span> &#x00BB;",
503 - 'searchscore' => "Panašumas: $1",
504 - 'search-result-size' => "$1 ($2 žodžiai)",
 503+ 'lucene-searchscore' => "Panašumas: $1%",
 504+ 'lucene-resultsize' => "$1 ($2 žodžiai)",
505505 'searchdidyoumean' => "Galbūt norėjote: \"<a href=\"$1\">$2</a>\"?",
506506 'searchnoresults' => "Atsiprašome, jūsų užklausai nėra jokių tikslių atitikmenų.",
507507 'searchnearmatches' => "<b>Šie puslapiai turi panašius pavadinimus į jūsų užklausą:</b>\n",
@@ -517,8 +517,8 @@
518518 'searchnumber' => "<strong>$3 hāng kiat-kó ê tē $1-$2 hāng</strong>",
519519 'searchprev' => "&#x00AB; <span style='font-size: small'>Thâu-chêng</span>",
520520 'searchnext' => "<span style='font-size: small'>Āu-piah</span> &#x00BB;",
521 - 'searchscore' => "Koan-liân-sèng: $1",
522 - 'search-result-size' => "$1 ($2 jī)",
 521+ 'lucene-searchscore' => "Koan-liân-sèng: $1%",
 522+ 'lucene-resultsize' => "$1 ($2 jī)",
523523 'searchnoresults' => "Chhōe bô tùi-tâng ê bûn-jī.",
524524 'lucenepowersearchtext' => "Chhiau chia ê miâ-khong-kan:\n
525525 $1\n
@@ -529,8 +529,8 @@
530530 'searchnumber' => '<strong>Resultaten $1-$2 vun $3</strong>',
531531 'searchprev' => '&#x00AB; <span style=\'font-size: small\'>Vörig</span>',
532532 'searchnext' => '<span style=\'font-size: small\'>Tokamen</span> &#x00BB;',
533 - 'searchscore' => 'Relevanz: $1',
534 - 'search-result-size' => '$1 ($2 Wöör)',
 533+ 'lucene-searchscore' => 'Relevanz: $1%',
 534+ 'lucene-resultsize' => '$1 ($2 Wöör)',
535535 'searchdidyoumean' => 'Hest du „<a href="$1">$2</a>“ meent?',
536536 'searchnoresults' => 'Deit uns leed, gifft nix, wat akraat to dien Söökanfraag passt.',
537537 'searchnearmatches' => '\'\'\'Disse Sieden hebbt Titels, de dien Söökanfraag ähnelt:\'\'\'',
@@ -544,8 +544,8 @@
545545 'searchnumber' => '<strong>Resultaten $1-$2 van de $3</strong>',
546546 'searchprev' => '« <span style=\'font-size: small\'>Vorige</span>',
547547 'searchnext' => '<span style=\'font-size: small\'>Volgende</span> »',
548 - 'searchscore' => 'Relevantie: $1',
549 - 'search-result-size' => '$1 ($2 woorden)',
 548+ 'lucene-searchscore' => 'Relevantie: $1%',
 549+ 'lucene-resultsize' => '$1 ($2 woorden)',
550550 'searchdidyoumean' => 'Bedoelde u: "<a href="$1">$2</a>"?',
551551 'searchnoresults' => 'Sorry, uw zoekopdracht heeft geen resultaten opgeleverd.',
552552 'searchnearmatches' => '<b>Deze paginanamen komen overeen met uw zoekopdracht:</b>',
@@ -566,8 +566,8 @@
567567 'searchnumber' => '<strong>Resultat $1–$2 av $3</strong>',
568568 'searchprev' => '« <span style="font-size:small;">Forrige</span>',
569569 'searchnext' => '<span style="font-size:small;">Neste</span> »',
570 - 'searchscore' => 'Relevans: $1',
571 - 'search-result-size' => '$1 ($2 ord)',
 570+ 'lucene-searchscore' => 'Relevans: $1%',
 571+ 'lucene-resultsize' => '$1 ($2 ord)',
572572 'searchdidyoumean' => 'Mente du: «<a href="$1">$2</a>»?',
573573 'searchnoresults' => 'Beklager, det var ingen eksakte treff på ditt søk.',
574574 'searchnearmatches' => '<b>Disse sidene har titler som ligner ditt søk:</b>',
@@ -582,8 +582,8 @@
583583 'searchnumber' => '<strong>Resultats $1-$2 sus $3</strong>',
584584 'searchprev' => '&#x00AB; <span style=\'font-size: small\'>Prec.</span>',
585585 'searchnext' => '<span style=\'font-size: small\'>Seg.</span> &#x00BB;',
586 - 'searchscore' => 'Pertinéncia : $1',
587 - 'search-result-size' => '$1 ($2 mots)',
 586+ 'lucene-searchscore' => 'Pertinéncia : $1%',
 587+ 'lucene-resultsize' => '$1 ($2 mots)',
588588 'searchdidyoumean' => 'Pensavetz a : « <a href="$1">$2</a> » ?',
589589 'searchnoresults' => 'O planhem, existís pas cap de correspondéncia exacta a vòstra requèsta.',
590590 'searchnearmatches' => '<strong>Aquestas paginas an un títol similar a vòstra requèsta.</strong>',
@@ -597,8 +597,8 @@
598598 'searchnumber' => '<strong>Wyniki $1-$2 z $3</strong>',
599599 'searchprev' => '&#x00AB; <span style=\'font-size: small\'>Poprzednia</span>',
600600 'searchnext' => '<span style=\'font-size: small\'>Następna</span> &#x00BB;',
601 - 'searchscore' => 'Trafność: $1',
602 - 'search-result-size' => '$1 ($2 słów)',
 601+ 'lucene-searchscore' => 'Trafność: $1%',
 602+ 'lucene-resultsize' => '$1 ($2 słów)',
603603 'searchdidyoumean' => 'Może chodziło Ci o "<a href="1">$2</a>"?',
604604 'searchnoresults' => 'Niestety nie znaleziono stron pasujących do podanych kryteriów wyszukiwania.',
605605 'searchnearmatches' => '<b>Strony o podobnych nazwach:</b>
@@ -622,8 +622,8 @@
623623 'searchnumber' => '<strong>Arzultà $1-$2 ëd $3</strong>',
624624 'searchprev' => '&#x00AB; <span style=\'font-size: small\'>andré</span>',
625625 'searchnext' => '<span style=\'font-size: small\'>Anans</span> &#x00BB;',
626 - 'searchscore' => 'Arlevansa: $1',
627 - 'search-result-size' => '$1 ($2 paròle)',
 626+ 'lucene-searchscore' => 'Arlevansa: $1%',
 627+ 'lucene-resultsize' => '$1 ($2 paròle)',
628628 'searchdidyoumean' => 'Veul-lo dì: "<a href="$1">$2</a>"?',
629629 'searchnoresults' => 'Darmagi, a l\'é pa trovasse un chèich-còs ch\'a fussa giust ëscarpì lòn ch\'a sërcava chiel/chila.',
630630 'searchnearmatches' => '<b>Ste pàgine-sì a l\'han un tìtol ch\'a-j ësmija a lòn ch\'a sërca chiel/chila:</b>',
@@ -643,7 +643,7 @@
644644 'searchnumber' => '<strong>Resultados $1-$2 de $3</strong>',
645645 'searchprev' => '&#x00AB; <span style=\'font-size: small\'>Anterior</span>',
646646 'searchnext' => '<span style=\'font-size: small\'>Posterior</span> &#x00BB;',
647 - 'searchscore' => 'Relevância: $1',
 647+ 'lucene-searchscore' => 'Relevância: $1%',
648648 'searchdidyoumean' => 'Você quis dizer: "<a href="$1">$2</a>"?',
649649 'searchnoresults' => 'Desculpe, mas não existem resultados exatos correspondentes à sua procura.',
650650 'searchnearmatches' => '<b>As páginas a seguir possuem títulos similares com o que você pesquisou:</b>
@@ -661,14 +661,13 @@
662662 'searchexactcase' => 'Pesquisar esta grafia exata',
663663 'searchall' => 'tudo',
664664 'searchincategory' => 'na categoria',
665 -
666665 );
667666 $wgLuceneSearchMessages['ru'] = array(
668667 'searchnumber' => "<strong>Результаты $1—$2 из $3</strong>",
669668 'searchprev' => "&#x00AB; <span style='font-size: small'>Пред.</span>",
670669 'searchnext' => "<span style='font-size: small'>След.</span> &#x00BB;",
671 - 'searchscore' => "Релевантность: $1",
672 - 'search-result-size' => "$1 ($2 слов)",
 670+ 'lucene-searchscore' => "Релевантность: $1%",
 671+ 'lucene-resultsize' => "$1 ($2 слов)",
673672 'searchdidyoumean' => "Возможно, вы имели в виду «<a href=\"1\">$2</a>»?",
674673 'searchnoresults' => "К сожалению, по вашему запросу не было найдено точных соответствий.",
675674 'searchnearmatches' => "<b>Следующие страницы имеют заголовок, похожий на ваш запрос:</b>\n",
@@ -684,8 +683,8 @@
685684 'searchnumber' => '<strong>Výsledky $1-$2 zo $3</strong>',
686685 'searchprev' => '&#x00AB; <span style=\'font-size: small\'>Späť</span>',
687686 'searchnext' => '<span style=\'font-size: small\'>Ďalej</span> &#x00BB;',
688 - 'searchscore' => 'Relevantnosť: $1',
689 - 'search-result-size' => '$1 ($2 slov)',
 687+ 'lucene-searchscore' => 'Relevantnosť: $1%',
 688+ 'lucene-resultsize' => '$1 ($2 slov)',
690689 'searchdidyoumean' => 'Mali ste na mysli: "<a href="$1">$2</a>"?',
691690 'searchnoresults' => 'Ľutujeme, vyhľadávanie nevrátilo na vašu požiadavku žiadne presné výsledky.',
692691 'searchnearmatches' => '<b>Tieto stránky majú názvy podobné vašej požiadavke:</b>',
@@ -701,15 +700,15 @@
702701 'searchnoresults' => 'Nuk u gjet asnjë përputhje. Për ndihmë rreth kërkimit ju lutem shikoni Kërkime.',
703702 'searchnumber' => '<strong>Rezultatet $1-$2 nga $3</strong>',
704703 'searchprev' => "&#x00AB; <span style='font-size: small'>Më parë</span>",
705 - 'searchscore' => 'Përkatësia: $1',
706 - 'search-result-size' => '$1 ($2 fjalë)',
 704+ 'lucene-searchscore' => 'Përkatësia: $1',
 705+ 'lucene-resultsize' => '$1 ($2 fjalë)',
707706 );
708707 $wgLuceneSearchMessages['sr-ec'] = array(
709708 'searchnumber' => "<strong>Резултати $1-$2 од $3</strong>",
710709 'searchprev' => "&#x00AB; <span style='font-size: small'>Претходна</span>",
711710 'searchnext' => "<span style='font-size: small'>Следећа</span> &#x00BB;",
712 - 'searchscore' => "Сличност: $1",
713 - 'search-result-size' => "$1 ($2 words)",
 711+ 'lucene-searchscore' => "Сличност: $1%",
 712+ 'lucene-resultsize' => "$1 ($2 words)",
714713 'searchdidyoumean' => "Да ли сте мислили: \"<a href=\"$1\">$2</a>\"?",
715714 'searchnoresults' => "Извињавамо се, не постоје резултати за ваш упит.",
716715 'searchnearmatches' => "<b>Следеће странице имају сличне називе као што сте тражили:</b>\n",
@@ -729,8 +728,8 @@
730729 'searchnumber' => "<strong>Rezultati $1-$2 od $3</strong>",
731730 'searchprev' => "&#x00AB; <span style='font-size: small'>Prethodna</span>",
732731 'searchnext' => "<span style='font-size: small'>Sledeća</span> &#x00BB;",
733 - 'searchscore' => "Sličnost: $1",
734 - 'search-result-size' => "$1 ($2 words)",
 732+ 'lucene-searchscore' => "Sličnost: $1%",
 733+ 'lucene-resultsize' => "$1 ($2 words)",
735734 'searchdidyoumean' => "Da li ste mislili: \"<a href=\"$1\">$2</a>\"?",
736735 'searchnoresults' => "Izvinjavamo se, ne postoje rezultati za vaš upit.",
737736 'searchnearmatches' => "<b>Sledeće stranice imaju slične nazive kao što ste tražili:</b>\n",
@@ -751,8 +750,8 @@
752751 'searchnumber' => '<strong>Resultoate $1-$2 fon $3</strong>',
753752 'searchprev' => '&larr; <span style=\'font-size: smaller\'>Foarige</span>',
754753 'searchnext' => '<span style=\'font-size: smaller\'>Naiste</span> &rarr;',
755 - 'searchscore' => 'Relevanz: $1',
756 - 'search-result-size' => '$1 ($2 Woude)',
 754+ 'lucene-searchscore' => 'Relevanz: $1%',
 755+ 'lucene-resultsize' => '$1 ($2 Woude)',
757756 'searchdidyoumean' => 'Ätter "<a href="$1">$2</a>" säike?',
758757 'searchnoresults' => 'Deer wuuden neen paasende Sieden fuunen.',
759758 'searchnearmatches' => '<b>Disse Sieden hääbe tou ju Säikanfroage äänelke Tittel:</b>',
@@ -761,8 +760,8 @@
762761 'searchnumber' => "<strong>Resultat $1-$2 av $3</strong>",
763762 'searchprev' => "&#x00AB; <span style='font-size: small'>Föregående</span>",
764763 'searchnext' => "<span style='font-size: small'>Nästa</span> &#x00BB;",
765 - 'searchscore' => "Relevans: $1",
766 - 'search-result-size' => "$1 ($2 ord)",
 764+ 'lucene-searchscore' => "Relevans: $1%",
 765+ 'lucene-resultsize' => "$1 ($2 ord)",
767766 'searchdidyoumean' => "Menade du: \"<a href=\"$1\">$2</a>\"?",
768767 'searchnoresults' => "Sökningen gav tyvärr inga exakta träffar.",
769768 'searchnearmatches' => "<b>Följande sidor har titlar som liknar din sökning:</b>\n",
@@ -778,8 +777,8 @@
779778 'searchnumber' => '<strong><font face="times new roman, urdu naskh asiatype">نـتـائـج : $3 کے $1 تـا $2 </strong></font>',
780779 'searchprev' => 'پیچھے',
781780 'searchnext' => 'آگے',
782 - 'searchscore' => 'مشابہت: $1',
783 - 'search-result-size' => '$1 ($2 الفاظ)',
 781+ 'lucene-searchscore' => 'مشابہت: $1%',
 782+ 'lucene-resultsize' => '$1 ($2 الفاظ)',
784783 'searchnoresults' => 'بہ تاسف، کوئی ایسا صفحہ نہیں مـلا جو آپکی مطلوبہ تلاش کے عین مطابق ہو۔',
785784 'lucenepowersearchtext' => 'تلاش کریں، فضاۓ نام : $1 میں براۓ $3 $9 $10',
786785 );
@@ -804,8 +803,8 @@
805804 'searchnumber' => "<strong>一共有$3項搜尋結果,以下係第$1-$2項結果</strong>",
806805 'searchprev' => "&#x00AB; <span style='font-size: small'>上一版</span>",
807806 'searchnext' => "<span style='font-size: small'>下一版</span> &#x00BB;",
808 - 'searchscore' => "關聯度:$1",
809 - 'search-result-size' => "$1 ($2 個字)",
 807+ 'lucene-searchscore' => "關聯度:$1%",
 808+ 'lucene-resultsize' => "$1 ($2 個字)",
810809 'searchdidyoumean' => "你係唔係搵\"<a href=\"$1\">$2</a>\"?",
811810 'searchnoresults' => "對唔住,搵唔到同你匹配嘅查詢。",
812811 'searchnearmatches' => "<b>以下頁面同你查詢嘅内容有相似嘅標題:</b>\n",
@@ -822,8 +821,8 @@
823822 'searchnumber' => "<strong>共有$3项搜索结果,以下是第$1-$2项结果</strong>",
824823 'searchprev' => "&#x00AB; <span style='font-size: small'>上一页</span>",
825824 'searchnext' => "<span style='font-size: small'>下一页</span> &#x00BB;",
826 - 'searchscore' => "关联度:$1",
827 - 'search-result-size' => "$1 ($2 个字)",
 825+ 'lucene-searchscore' => "关联度:$1%",
 826+ 'lucene-resultsize' => "$1 ($2 个字)",
828827 'searchdidyoumean' => "是\"<a href=\"$1\">$2</a>\"吗?",
829828 'searchnoresults' => "对不起,找不到和您匹配的查询。",
830829 'searchnearmatches' => "<b>以下页面与你查询的内容有相似的标题:</b>\n",
@@ -840,8 +839,8 @@
841840 'searchnumber' => "<strong>共有$3項搜尋結果,以下是第$1-$2項結果</strong>",
842841 'searchprev' => "&#x00AB; <span style='font-size: small'>上一頁</span>",
843842 'searchnext' => "<span style='font-size: small'>下一頁</span> &#x00BB;",
844 - 'searchscore' => "關聯度:$1",
845 - 'search-result-size' => "$1 ($2 個字)",
 843+ 'lucene-searchscore' => "關聯度:$1%",
 844+ 'lucene-resultsize' => "$1 ($2 個字)",
846845 'searchdidyoumean' => "是\"<a href=\"$1\">$2</a>\"嗎?",
847846 'searchnoresults' => "對不起,找不到和您匹配的查詢。",
848847 'searchnearmatches' => "<b>以下頁面與你查詢的内容有相似的標題:</b>\n",

Status & tagging log