Index: trunk/phase3/maintenance/language/messages.inc |
— | — | @@ -141,6 +141,8 @@ |
142 | 142 | 'category-file-count', |
143 | 143 | 'category-file-count-limited', |
144 | 144 | 'listingcontinuesabbrev', |
| 145 | + 'index-category', |
| 146 | + 'noindex-category', |
145 | 147 | ), |
146 | 148 | 'mainpage' => array( |
147 | 149 | 'linkprefix', |
Index: trunk/phase3/includes/parser/Parser.php |
— | — | @@ -3335,25 +3335,39 @@ |
3336 | 3336 | } |
3337 | 3337 | if ( isset( $this->mDoubleUnderscores['hiddencat'] ) && $this->mTitle->getNamespace() == NS_CATEGORY ) { |
3338 | 3338 | $this->mOutput->setProperty( 'hiddencat', 'y' ); |
3339 | | - |
3340 | | - $containerCategory = Title::makeTitleSafe( NS_CATEGORY, wfMsgForContent( 'hidden-category-category' ) ); |
3341 | | - if ( $containerCategory ) { |
3342 | | - $this->mOutput->addCategory( $containerCategory->getDBkey(), $this->getDefaultSort() ); |
3343 | | - } else { |
3344 | | - wfDebug( __METHOD__.": [[MediaWiki:hidden-category-category]] is not a valid title!\n" ); |
3345 | | - } |
| 3339 | + $this->addTrackingCategory( 'hidden-category-category' ); |
3346 | 3340 | } |
3347 | 3341 | # (bug 8068) Allow control over whether robots index a page. |
3348 | 3342 | # |
3349 | 3343 | # FIXME (bug 14899): __INDEX__ always overrides __NOINDEX__ here! This |
3350 | 3344 | # is not desirable, the last one on the page should win. |
3351 | | - if( isset( $this->mDoubleUnderscores['noindex'] ) ) { |
| 3345 | + if( isset( $this->mDoubleUnderscores['noindex'] ) && $this->mTitle->canUseNoindex() ) { |
3352 | 3346 | $this->mOutput->setIndexPolicy( 'noindex' ); |
3353 | | - } elseif( isset( $this->mDoubleUnderscores['index'] ) ) { |
| 3347 | + $this->addTrackingCategory( 'noindex-category' ); |
| 3348 | + } |
| 3349 | + if( isset( $this->mDoubleUnderscores['index'] ) && $this->mTitle->canUseNoindex() ){ |
3354 | 3350 | $this->mOutput->setIndexPolicy( 'index' ); |
| 3351 | + $this->addTrackingCategory( 'index-category' ); |
3355 | 3352 | } |
3356 | 3353 | wfProfileOut( __METHOD__ ); |
3357 | 3354 | return $text; |
| 3355 | + } |
| 3356 | + |
| 3357 | + /** |
| 3358 | + * Add a tracking category, getting the title from a system message, |
| 3359 | + * or print a debug message if the title is invalid. |
| 3360 | + * @param $msg String message key |
| 3361 | + * @return Bool whether the addition was successful |
| 3362 | + */ |
| 3363 | + protected function addTrackingCategory( $msg ){ |
| 3364 | + $containerCategory = Title::makeTitleSafe( NS_CATEGORY, wfMsgForContent( $msg ) ); |
| 3365 | + if ( $containerCategory ) { |
| 3366 | + $this->mOutput->addCategory( $containerCategory->getDBkey(), $this->getDefaultSort() ); |
| 3367 | + return true; |
| 3368 | + } else { |
| 3369 | + wfDebug( __METHOD__.": [[MediaWiki:$msg]] is not a valid title!\n" ); |
| 3370 | + return false; |
| 3371 | + } |
3358 | 3372 | } |
3359 | 3373 | |
3360 | 3374 | /** |
Index: trunk/phase3/languages/messages/MessagesEt.php |
— | — | @@ -397,6 +397,8 @@ |
398 | 398 | 'category-file-count' => '{{PLURAL:$2|Selles kategoorias on ainult järgmine fail.|{{PLURAL:$1|Järgmine fail |Järgmised $1 faili}} on selles kategoorias (kokku $2).}}', |
399 | 399 | 'category-file-count-limited' => '{{PLURAL:$1|Järgmine fail|Järgmised $1 faili}} on selles kategoorias.', |
400 | 400 | 'listingcontinuesabbrev' => 'jätk', |
| 401 | +'index-category' => 'Indeksiga leheküljed', |
| 402 | +'noindex-category' => 'Indeksita leheküljed', |
401 | 403 | |
402 | 404 | 'mainpagetext' => "<big>'''MediaWiki tarkvara on edukalt paigaldatud.'''</big>", |
403 | 405 | 'mainpagedocfooter' => 'Juhiste saamiseks kasutamise ning konfigureerimise kohta vaata palun inglisekeelset [http://meta.wikimedia.org/wiki/MediaWiki_localisation dokumentatsiooni liidese kohaldamisest] |
Index: trunk/phase3/languages/messages/MessagesHif_latn.php |
— | — | @@ -140,6 +140,8 @@ |
141 | 141 | 'category-file-count' => '{{PLURAL:$2|Ii vibhag me khali etna file hai.|Kul jorr $2 me se ii vibhag me etna {{PLURAL:$1|file hai|$1 files hai}}.}}', |
142 | 142 | 'category-file-count-limited' => 'Ii vibhag me etna {{PLURAL:$1|file hai|$1 files hai}}.', |
143 | 143 | 'listingcontinuesabbrev' => 'aur', |
| 144 | +'index-category' => 'Indexed panna', |
| 145 | +'noindex-category' => 'Bina index karaa gais panna', |
144 | 146 | |
145 | 147 | 'mainpagetext' => "<big>'''MediaWiki ke safalta se install kar dewa gais hai.'''</big>", |
146 | 148 | 'mainpagedocfooter' => "Wiki software ke use kare ke aur jaankari ke khatir [http://meta.wikimedia.org/wiki/Help:Contents User's Guide] ke dekho. |
Index: trunk/phase3/languages/messages/MessagesDsb.php |
— | — | @@ -278,6 +278,8 @@ |
279 | 279 | 'category-file-count' => '{{PLURAL:$2|Toś ta kategorija wopśimujo jano slědujucu dataju:|{{PLURAL:$1|Slědujuca dataja jo|Slědujucej $1 dataji stej|Slědujuce $1 dataje su|Slědujucych $1 datajow jo}} w toś tej kategoriji, z dogromady $2.}}', |
280 | 280 | 'category-file-count-limited' => '{{PLURAL:$1|Slědujuca dataja jo|Slědujucej $1 dataji stej|Slědujuce $1 dataje su|Slědujucych $1 datajow jo}} w toś tej kategoriji {{PLURAL:$1|wopśimjona|wopśimjonej|wopśimjone|wopsímjone}}:', |
281 | 281 | 'listingcontinuesabbrev' => 'dalej', |
| 282 | +'index-category' => 'Indicěrowane boki', |
| 283 | +'noindex-category' => 'Njeindicěrowane boki', |
282 | 284 | |
283 | 285 | 'mainpagetext' => "<big>'''MediaWiki jo se wuspěšnje instalěrowało.'''</big>", |
284 | 286 | 'mainpagedocfooter' => "Pomoc pśi wužywanju softwary wiki namakajoš pód [http://meta.wikimedia.org/wiki/Help:Contents User's Guide]. |
Index: trunk/phase3/languages/messages/MessagesKa.php |
— | — | @@ -230,6 +230,8 @@ |
231 | 231 | 'category-file-count' => '{{PLURAL:$2|ეს კატეგორია შეიცავს მხოლოს შემდეგ ფაილს.|შემდეგი {{PLURAL:$1|ფაილი არის|$1 ფაილები არიან}} ამ კატეგორიაში, $2-დან.}}', |
232 | 232 | 'category-file-count-limited' => 'შემდეგი {{PLURAL:$1|ფაილი|$1 ფაილები}} ამ კატეგორიაშია.', |
233 | 233 | 'listingcontinuesabbrev' => 'გაგრძ.', |
| 234 | +'index-category' => 'გვერდების ინდექსაცია', |
| 235 | +'noindex-category' => 'არ არსებობს ინდექსირებული გვერდები', |
234 | 236 | |
235 | 237 | 'linkprefix' => '/^(.*?)(„|«)$/sD', |
236 | 238 | 'mainpagetext' => "<big>'''მედიავიკი წარმატებით ჩაიტვირთა.'''</big>", |
Index: trunk/phase3/languages/messages/MessagesQqq.php |
— | — | @@ -236,6 +236,8 @@ |
237 | 237 | * $1: number of files shown', |
238 | 238 | 'listingcontinuesabbrev' => 'Shown in contiuation of each first letter group. |
239 | 239 | See http://test.wikipedia.org/wiki/Category:Test_ko?uselang={{SUBPAGENAME}}, for example.', |
| 240 | +'index-category' => 'Name of the category where pages with the <nowiki>__INDEX__</nowiki> behaviour switch are listed', |
| 241 | +'noindex-category' => 'Name of the category where pages with the <nowiki>__NOINDEX__</nowiki> behaviour switch are listed', |
240 | 242 | |
241 | 243 | 'linkprefix' => '{{optional}}', |
242 | 244 | 'mainpagetext' => 'Along with {{msg|mainpagedocfooter}}, the text you will see on the Main Page when your wiki is installed.', |
Index: trunk/phase3/languages/messages/MessagesCs.php |
— | — | @@ -455,6 +455,8 @@ |
456 | 456 | 'category-file-count' => '{{PLURAL:$2|V této kategorii je pouze následující soubor.|{{PLURAL:$1|Zobrazuje se jeden soubor|Zobrazují se $1 soubory|Zobrazuje se $1 souborů}} z celkového počtu $2 souborů v této kategorii.|{{PLURAL:$1|Zobrazuje se jedna soubor|Zobrazují se $1 soubory|Zobrazuje se $1 souborů}} z celkového počtu $2 souborů v této kategorii.}}', |
457 | 457 | 'category-file-count-limited' => 'Tato kategorie obsahuje {{PLURAL:$1|následující soubor|následující $1 soubory|následujících $1 souborů}}.', |
458 | 458 | 'listingcontinuesabbrev' => 'pokrač.', |
| 459 | +'index-category' => 'Indexované stránky', |
| 460 | +'noindex-category' => 'Neindexované stránky', |
459 | 461 | |
460 | 462 | 'mainpagetext' => "<big>'''MediaWiki byla úspěšně nainstalována.'''</big>", |
461 | 463 | 'mainpagedocfooter' => '[http://meta.wikimedia.org/wiki/Help:Contents Uživatelská příručka] vám napoví, jak MediaWiki používat. |
Index: trunk/phase3/languages/messages/MessagesSw.php |
— | — | @@ -239,6 +239,8 @@ |
240 | 240 | 'category-file-count' => '{{PLURAL:$2|Jamii hii ina faili zifuatazo tu.|Faili zifuatazo {{PLURAL:$1|ni|$1faili za}} katika jamii hii, nje ya $2 jumla.}}', |
241 | 241 | 'category-file-count-limited' => 'Faili zifuatazo {{PLURAL:$1|file is|$1 ni faili za}} katika jamii hii.', |
242 | 242 | 'listingcontinuesabbrev' => 'endelea', |
| 243 | +'index-category' => 'Kurasa kuu', |
| 244 | +'noindex-category' => 'Kurasa zisizokuu', |
243 | 245 | |
244 | 246 | 'mainpagetext' => "<big>'''MediaWiki imefanikiwa kuingizwa.'''</big>", |
245 | 247 | 'mainpagedocfooter' => 'Shauriana na [http://meta.wikimedia.org/wiki/Help:Contents Mwongozo wa Mtumiaji] kwa habari juu ya utumiaji wa bidhaa pepe ya wiki. |
Index: trunk/phase3/languages/messages/MessagesHe.php |
— | — | @@ -451,6 +451,8 @@ |
452 | 452 | 'category-file-count' => '{{PLURAL:$2|קטגוריה זו כוללת את הקובץ הבא בלבד|דף קטגוריה זה כולל את {{PLURAL:$1|הקובץ הבא|$1 הקבצים הבאים}}, מתוך $2 בקטגוריה כולה}}.', |
453 | 453 | 'category-file-count-limited' => 'קטגוריה זו כוללת את {{PLURAL:$1|הקובץ הבא|$1 הקבצים הבאים}}.', |
454 | 454 | 'listingcontinuesabbrev' => '(המשך)', |
| 455 | +'index-category' => 'דפים המופיעים במנועי חיפוש', |
| 456 | +'noindex-category' => 'דפים המוסתרים ממנועי חיפוש', |
455 | 457 | |
456 | 458 | 'mainpagetext' => "<big>'''תוכנת מדיה־ויקי הותקנה בהצלחה.'''</big>", |
457 | 459 | 'mainpagedocfooter' => 'היעזרו ב[http://meta.wikimedia.org/wiki/Help:Contents מדריך למשתמש] למידע על שימוש בתוכנת הוויקי. |
Index: trunk/phase3/languages/messages/MessagesHu.php |
— | — | @@ -418,6 +418,8 @@ |
419 | 419 | 'category-file-count' => '{{PLURAL:$2|Csak a következő fájl található ebben a kategóriában.|Az összesen $2 fájlból a következő $1-t listázza ez a kategórialap, a többi a további oldalakon található.}}', |
420 | 420 | 'category-file-count-limited' => '{{PLURAL:$1|Egy|$1}} fájl található ebben a kategóriában.', |
421 | 421 | 'listingcontinuesabbrev' => 'folyt.', |
| 422 | +'index-category' => 'Indexelt lapok', |
| 423 | +'noindex-category' => 'Nem indexelt lapok', |
422 | 424 | |
423 | 425 | 'mainpagetext' => "<big>'''A MediaWiki telepítése sikeresen befejeződött.'''</big>", |
424 | 426 | 'mainpagedocfooter' => "Ha segítségre van szükséged a wikiszoftver használatához, akkor keresd fel a [http://meta.wikimedia.org/wiki/Help:Contents User's Guide] oldalt. |
Index: trunk/phase3/languages/messages/MessagesLt.php |
— | — | @@ -295,6 +295,8 @@ |
296 | 296 | 'category-file-count' => '{{PLURAL:$2|Šioje kategorijoje yra vienas failas.|{{PLURAL:$1|Rodomas|Rodomi|Rodoma}} $1 šios kategorijos {{PLURAL:$1|failas|failai|failų}} (iš viso kategorijoje yra $2 {{PLURAL:$2|failas|failai|failų}}).}}', |
297 | 297 | 'category-file-count-limited' => '{{PLURAL:$1|Rodomas|Rodomi|Rodoma}} $1 šios kategorijos {{PLURAL:$1|failas|failai|failų}}.', |
298 | 298 | 'listingcontinuesabbrev' => 'tęs.', |
| 299 | +'index-category' => 'Indeksuoti puslapiai', |
| 300 | +'noindex-category' => 'Neindeksuoti puslapiai', |
299 | 301 | |
300 | 302 | 'mainpagetext' => "<big>'''MediaWiki sėkmingai įdiegta.'''</big>", |
301 | 303 | 'mainpagedocfooter' => 'Informacijos apie wiki programinės įrangos naudojimą, ieškokite [http://meta.wikimedia.org/wiki/Help:Contents žinyne]. |
Index: trunk/phase3/languages/messages/MessagesPs.php |
— | — | @@ -248,6 +248,8 @@ |
249 | 249 | 'category-article-count' => '{{PLURAL:$2|په همدې وېشنيزه کې يواځې دغه لاندينی مخ شته.|دا {{PLURAL:$1|لاندينی مخ|$1 لانديني مخونه}}، له ټولټال $2 مخونو نه په دې وېشنيزه کې شته.}}', |
250 | 250 | 'category-file-count-limited' => 'په اوسنۍ وېشنيزه کې {{PLURAL:$1|يوه دوتنه ده|$1 دوتنې دي}}.', |
251 | 251 | 'listingcontinuesabbrev' => 'پرله پسې', |
| 252 | +'index-category' => 'نوملړلرونکي مخونه', |
| 253 | +'noindex-category' => 'بې نوملړه مخونه', |
252 | 254 | |
253 | 255 | 'mainpagetext' => "<big>'''MediaWiki په برياليتوب سره نصب شو.'''</big>", |
254 | 256 | 'mainpagedocfooter' => "Consult the [http://meta.wikimedia.org/wiki/Help:Contents User's Guide] for information on using the wiki software. |
Index: trunk/phase3/languages/messages/MessagesKsh.php |
— | — | @@ -326,6 +326,8 @@ |
327 | 327 | 'category-file-count' => 'En dä Saachrupp hee {{PLURAL:$2|es ein Datei dren:|sin $2 Dateie dren, {{PLURAL:$1|un dovun weed hee nur ein|un dovun weede $1 hee|ävver dovun weed hee kein}} aanjezeich:|es kein Datei dren.}}', |
328 | 328 | 'category-file-count-limited' => 'En dä Saachrupp hee {{PLURAL:$1|es ein Datei dren:|sin $1 Dateie dren:|es kein Datei dren.}}', |
329 | 329 | 'listingcontinuesabbrev' => '… (wigger)', |
| 330 | +'index-category' => 'Sigge, di de Söhkmaschine opnämme sulle', |
| 331 | +'noindex-category' => 'Sigge, di de Söhkmaschine nit opnämme sulle', |
330 | 332 | |
331 | 333 | 'mainpagetext' => "<big>'''MediaWiki es jetz enstalleet.'''</big>", |
332 | 334 | 'mainpagedocfooter' => 'Luur en et (änglesche) [http://meta.wikimedia.org/wiki/Help:Contents Handboch] wann De wesse wells wie de Wiki-Soffwär jebruch un bedeent wääde muss. |
Index: trunk/phase3/languages/messages/MessagesTr.php |
— | — | @@ -277,6 +277,8 @@ |
278 | 278 | 'category-file-count' => '{{PLURAL:$2|Bu kategori sadece aşağıdaki dosyayı içerir.|Toplam $2 den, aşağıdaki {{PLURAL:$1|dosya|$1 dosya}} bu kategoridedir.}}', |
279 | 279 | 'category-file-count-limited' => 'Aşağıdaki {{PLURAL:$1|dosya|$1 dosya}} mevcut kategoridedir.', |
280 | 280 | 'listingcontinuesabbrev' => '(devam)', |
| 281 | +'index-category' => 'Endeksli sayfalar', |
| 282 | +'noindex-category' => 'Endeksli olmayan sayfalar', |
281 | 283 | |
282 | 284 | 'mainpagetext' => "<big>'''MediaWiki başarı ile kuruldu.'''</big>", |
283 | 285 | 'mainpagedocfooter' => 'Viki yazılımının kullanımı hakkında bilgi almak için [http://meta.wikimedia.org/wiki/Help:Contents kullanıcı rehberine] bakınız. |
Index: trunk/phase3/languages/messages/MessagesZh_hans.php |
— | — | @@ -322,6 +322,8 @@ |
323 | 323 | 'category-file-count' => '{{PLURAL:$2|此分类只有下列一个文件。|此分类包含下列$1个文件,共有$2个文件。}}', |
324 | 324 | 'category-file-count-limited' => '此分类包含下列$1个文件。', |
325 | 325 | 'listingcontinuesabbrev' => '续', |
| 326 | +'index-category' => '已做索引的页面', |
| 327 | +'noindex-category' => '未做索引的页面', |
326 | 328 | |
327 | 329 | 'mainpagetext' => "<big>'''已成功安装 MediaWiki。'''</big>", |
328 | 330 | 'mainpagedocfooter' => '请访问 [http://meta.wikimedia.org/wiki/Help:Contents 用户手册] 以获得使用此 wiki 软件的信息! |
Index: trunk/phase3/languages/messages/MessagesMk.php |
— | — | @@ -391,6 +391,8 @@ |
392 | 392 | 'category-file-count' => '{{PLURAL:$2|Оваа категорија ја содржи само следната податотека.|{{PLURAL:$1|Следната податотека е|Следните $1 податотеки се}} во оваа категорија, од вкупно $2.}}', |
393 | 393 | 'category-file-count-limited' => '{{PLURAL:$1|Следнава податотека е|Следниве $1 податотеки се}} во оваа категорија.', |
394 | 394 | 'listingcontinuesabbrev' => 'продолжува', |
| 395 | +'index-category' => 'Индексирани страници', |
| 396 | +'noindex-category' => 'Неиндексирани страници', |
395 | 397 | |
396 | 398 | 'linkprefix' => '/^(.*?)([a-zA-Z\\x80-\\xff]+)$/sD', |
397 | 399 | 'mainpagetext' => "<big>'''Успешно инсталирање на MediaWiki.'''</big>", |
Index: trunk/phase3/languages/messages/MessagesIt.php |
— | — | @@ -353,6 +353,8 @@ |
354 | 354 | 'category-file-count' => '{{PLURAL:$2|Questa categoria contiene un solo file, indicato di seguito.|Questa categoria contiene {{PLURAL:$1|un file, indicato|$1 file, indicati}} di seguito, su un totale di $2.}}', |
355 | 355 | 'category-file-count-limited' => 'Questa categoria contiene {{PLURAL:$1|il file indicato|i $1 file indicati}} di seguito.', |
356 | 356 | 'listingcontinuesabbrev' => 'cont.', |
| 357 | +'index-category' => 'Pagine indicizzate', |
| 358 | +'noindex-category' => 'Pagine non indicizzate', |
357 | 359 | |
358 | 360 | 'mainpagetext' => "<big>'''Installazione di MediaWiki completata correttamente.'''</big>", |
359 | 361 | 'mainpagedocfooter' => "Consultare la [http://meta.wikimedia.org/wiki/Aiuto:Sommario Guida utente] per maggiori informazioni sull'uso di questo software wiki. |
Index: trunk/phase3/languages/messages/MessagesNn.php |
— | — | @@ -394,6 +394,8 @@ |
395 | 395 | 'category-file-count' => '{{PLURAL:$2|Denne kategorien inneheld berre den følgjande fila.|Følgjande {{PLURAL:$1|fil|$1 filer}} er i denne kategorien, av totalt $2.}}', |
396 | 396 | 'category-file-count-limited' => 'Følgjande {{PLURAL:$1|fil|$1 filer}} er i denne kategorien.', |
397 | 397 | 'listingcontinuesabbrev' => 'vidare', |
| 398 | +'index-category' => 'Indekserte sider', |
| 399 | +'noindex-category' => 'Ikkje-indekserte sider', |
398 | 400 | |
399 | 401 | 'linkprefix' => '/^(.*?)([a-zA-Z\\x80-\\xff]+)$/sD', |
400 | 402 | 'mainpagetext' => "<big>'''MediaWiki er no installert.'''</big>", |
Index: trunk/phase3/languages/messages/MessagesRu.php |
— | — | @@ -381,6 +381,8 @@ |
382 | 382 | 'category-file-count' => '{{PLURAL:$2|Эта категория содержит только один файл.|{{PLURAL:$1|Показан $1 файл|Показано $1 файла|Показано $1 файлов}} этой категории из $2.}}', |
383 | 383 | 'category-file-count-limited' => 'В этой категории {{PLURAL:$1|$1 файл|$1 файла|$1 файлов}}.', |
384 | 384 | 'listingcontinuesabbrev' => '(продолжение)', |
| 385 | +'index-category' => 'Индексированные страницы', |
| 386 | +'noindex-category' => 'Нет индексированных страниц', |
385 | 387 | |
386 | 388 | 'mainpagetext' => "<big>'''Вики-движок «MediaWiki» успешно установлен.'''</big>", |
387 | 389 | 'mainpagedocfooter' => 'Информацию по работе с этой вики можно найти в [http://meta.wikimedia.org/wiki/%D0%9F%D0%BE%D0%BC%D0%BE%D1%89%D1%8C:%D0%A1%D0%BE%D0%B4%D0%B5%D1%80%D0%B6%D0%B0%D0%BD%D0%B8%D0%B5 справочном руководстве]. |
Index: trunk/phase3/languages/messages/MessagesBe_tarask.php |
— | — | @@ -371,6 +371,8 @@ |
372 | 372 | 'category-file-count' => '{{PLURAL:$2|Гэтая катэгорыя ўтрымлівае толькі адзін файл.|{{PLURAL:$1|Паказаны $1 файл|Паказаныя $1 файлы|Паказаныя $1 файлаў}} гэтай катэгорыі з $2.}}', |
373 | 373 | 'category-file-count-limited' => 'У гэтай катэгорыі — $1 {{PLURAL:$1|файл|файлы|файлаў}}.', |
374 | 374 | 'listingcontinuesabbrev' => ' (працяг)', |
| 375 | +'index-category' => '{{ns:project}}:Індэксаваныя старонкі', |
| 376 | +'noindex-category' => '{{ns:project}}:Не індэксаваныя старонкі', |
375 | 377 | |
376 | 378 | 'mainpagetext' => "<big>'''MediaWiki пасьпяхова ўсталяваная.'''</big>", |
377 | 379 | 'mainpagedocfooter' => 'Глядзіце [http://meta.wikimedia.org/wiki/Help:Contents дапаможнік карыстальніка] для атрыманьня інфармацыі па карыстаньні вікі-праграмамі. |
Index: trunk/phase3/languages/messages/MessagesYue.php |
— | — | @@ -267,6 +267,8 @@ |
268 | 268 | 'category-file-count' => '{{PLURAL:$2|呢類淨係有下面嘅檔案。|呢類有下面嘅$1個檔案,總共有$2個檔案。}}', |
269 | 269 | 'category-file-count-limited' => '呢個類別入邊有$1個檔案。', |
270 | 270 | 'listingcontinuesabbrev' => '續', |
| 271 | +'index-category' => '做咗索引嘅版', |
| 272 | +'noindex-category' => '未做索引嘅版', |
271 | 273 | |
272 | 274 | 'mainpagetext' => "<big>'''MediaWiki已經裝好。'''</big>", |
273 | 275 | 'mainpagedocfooter' => '參閱[http://meta.wikimedia.org/wiki/Help:Contents 用戶指引](英),裏面有資料講點用wiki軟件。 |
Index: trunk/phase3/languages/messages/MessagesHr.php |
— | — | @@ -426,6 +426,8 @@ |
427 | 427 | 'category-file-count' => '{{PLURAL:$2|Ova kategorija sadrži samo sljedeću datoteku.|{{PLURAL:$1|datoteka je|$1 datoteke su|$1 datoteka je}} u ovoj kategoriji, od njih $2 ukupno.}}', |
428 | 428 | 'category-file-count-limited' => '{{PLURAL:$1|datoteka je|$1 datoteke su|$1 datoteka su}} u ovoj kategoriji.', |
429 | 429 | 'listingcontinuesabbrev' => 'nast.', |
| 430 | +'index-category' => 'Indeksirane stranice', |
| 431 | +'noindex-category' => 'Neindeksirane stranice', |
430 | 432 | |
431 | 433 | 'mainpagetext' => "<big>'''Softver MediaWiki je uspješno instaliran.'''</big>", |
432 | 434 | 'mainpagedocfooter' => 'Pogledajte [http://meta.wikimedia.org/wiki/MediaWiki_localisation dokumentaciju o prilagodbi sučelja] |
Index: trunk/phase3/languages/messages/MessagesPl.php |
— | — | @@ -351,6 +351,8 @@ |
352 | 352 | 'category-file-count' => '{{PLURAL:$2|W tej kategorii znajduje się tylko jeden plik.|W tej kategorii {{PLURAL:$1|jest 1 plik|są $1 pliki|jest $1 plików}} z ogólnej liczby $2 plików.}}', |
353 | 353 | 'category-file-count-limited' => 'W tej kategorii {{PLURAL:$1|jest 1 plik|są $1 pliki|jest $1 plików}}.', |
354 | 354 | 'listingcontinuesabbrev' => 'cd.', |
| 355 | +'index-category' => 'Strony indeksowane', |
| 356 | +'noindex-category' => 'Strony nieindeksowane', |
355 | 357 | |
356 | 358 | 'mainpagetext' => "<big>'''Instalacja MediaWiki powiodła się.'''</big>", |
357 | 359 | 'mainpagedocfooter' => 'Zobacz [http://meta.wikimedia.org/wiki/Help:Contents przewodnik użytkownika] w celu uzyskania informacji o działaniu oprogramowania wiki. |
Index: trunk/phase3/languages/messages/MessagesNds_nl.php |
— | — | @@ -409,6 +409,8 @@ |
410 | 410 | 'category-file-count' => "{{PLURAL:$2|Disse kattegerie bevat 't volgende bestaand.|Disse kattegerie bevat {{PLURAL:$1|'t volgende bestaand|de volgende $1 bestanen}}, van in totaal $2.}}", |
411 | 411 | 'category-file-count-limited' => "Disse kattegerie bevat {{PLURAL:$1|'t volgende bestaand|de volgende $1 bestanen}}.", |
412 | 412 | 'listingcontinuesabbrev' => '(vervolg)', |
| 413 | +'index-category' => "Pagina's dee eïndexeerd bin", |
| 414 | +'noindex-category' => "Pagina's dee neet eïndexeerd bin", |
413 | 415 | |
414 | 416 | 'mainpagetext' => "<big>'''’t Installeren van de MediaWiki pregrammetuur is succesvol.'''</big>", |
415 | 417 | 'mainpagedocfooter' => "Raodpleeg de [http://meta.wikimedia.org/wiki/Help:Contents haandleiding] veur infermasie over 't gebruuk van de wikipregrammetuur. |
Index: trunk/phase3/languages/messages/MessagesTk.php |
— | — | @@ -160,6 +160,8 @@ |
161 | 161 | 'category-file-count' => '{{PLURAL:$2|Bu kategoriýa diňe aşakdaky faýly öz içine alýar.|Jemi $2 sanydan, aşakdaky {{PLURAL:$1|faýl|$1 faýl}} şu kategoriýadadyr.}}', |
162 | 162 | 'category-file-count-limited' => 'Aşakdaky {{PLURAL:$1|faýl|$1 faýl}} şu kategoriýadadyr.', |
163 | 163 | 'listingcontinuesabbrev' => '(dowamy)', |
| 164 | +'index-category' => 'Indeksirlenen sahypalar', |
| 165 | +'noindex-category' => 'Indeksirlenmedik sahypalar', |
164 | 166 | |
165 | 167 | 'mainpagetext' => "<big>'''MediaWiki şowlulyk bilen guruldy.'''</big>", |
166 | 168 | 'mainpagedocfooter' => 'Wiki programmasynyň ulanylyşy hakynda maglumat almak üçin [http://meta.wikimedia.org/wiki/Help:Contents ulanyjy gollanmasyna] serediň. |
Index: trunk/phase3/languages/messages/MessagesLmo.php |
— | — | @@ -203,6 +203,7 @@ |
204 | 204 | 'hidden-categories' => '{{PLURAL:$1|Categuria scundüda|Categurij scundüü}}', |
205 | 205 | 'hidden-category-category' => 'Categurij scundüü', |
206 | 206 | 'listingcontinuesabbrev' => 'cont.', |
| 207 | +'index-category' => 'Paginn indicizaa', |
207 | 208 | |
208 | 209 | 'about' => 'A pruposit də', |
209 | 210 | 'newwindow' => "(sa derviss in un'óltra finèstra)", |
Index: trunk/phase3/languages/messages/MessagesRoa_tara.php |
— | — | @@ -148,6 +148,8 @@ |
149 | 149 | 'category-file-count' => "{{PLURAL:$2|Sta categorije condene sulamende 'u seguende file.|{{PLURAL:$1|'U seguende file stè |le seguende $1 files stonne}} jndr'à sta categorije, sus a $2 totele.}}", |
150 | 150 | 'category-file-count-limited' => "{{PLURAL:$1|'U seguende file jè|$1 Le seguende file sonde}} jndr'à categorije corrende.", |
151 | 151 | 'listingcontinuesabbrev' => 'cond.', |
| 152 | +'index-category' => 'Pàggene indicizzate', |
| 153 | +'noindex-category' => 'Pàggene none indicizzate', |
152 | 154 | |
153 | 155 | 'mainpagetext' => "<big>'''MediaUicchi ha state 'nstallete.'''</big>", |
154 | 156 | 'mainpagedocfooter' => "Vè vide [http://meta.wikimedia.org/wiki/Help:Contents User's Guide] pe l'mbormaziune sus a cumme s'ause 'u softuer wiki. |
Index: trunk/phase3/languages/messages/MessagesIa.php |
— | — | @@ -258,6 +258,8 @@ |
259 | 259 | 'category-file-count' => '{{PLURAL:$2|Iste categoria contine solmente le sequente file.|Le sequente {{PLURAL:$1|file es|$1 files es}} in iste categoria, ex $2 in total.}}', |
260 | 260 | 'category-file-count-limited' => 'Le sequente {{PLURAL:$1|file es|$1 files es}} in le categoria actual.', |
261 | 261 | 'listingcontinuesabbrev' => 'cont.', |
| 262 | +'index-category' => 'Paginas indexate', |
| 263 | +'noindex-category' => 'Paginas non indexate', |
262 | 264 | |
263 | 265 | 'mainpagetext' => "<big>'''MediaWiki ha essite installate con successo.'''</big>", |
264 | 266 | 'mainpagedocfooter' => 'Consulta le [http://meta.wikimedia.org/wiki/Help:Contents Guida del usator] pro informationes super le uso del software wiki. |
Index: trunk/phase3/languages/messages/MessagesZh_hant.php |
— | — | @@ -294,6 +294,8 @@ |
295 | 295 | 'category-file-count' => '{{PLURAL:$2|這個分類中只有以下的檔案。|這個分類中有以下的$1個檔案,共有$2個檔案。}}', |
296 | 296 | 'category-file-count-limited' => '這個分類下有$1個檔案。', |
297 | 297 | 'listingcontinuesabbrev' => '續', |
| 298 | +'index-category' => '已做索引的頁面', |
| 299 | +'noindex-category' => '未做索引的頁面', |
298 | 300 | |
299 | 301 | 'mainpagetext' => "<big>'''已成功安裝 MediaWiki。'''</big>", |
300 | 302 | 'mainpagedocfooter' => '請參閱 [http://meta.wikimedia.org/wiki/Help:Contents 用戶手冊] 以獲得使用此 wiki 軟件的訊息! |
Index: trunk/phase3/languages/messages/MessagesGsw.php |
— | — | @@ -242,6 +242,8 @@ |
243 | 243 | 'category-file-count' => '{{PLURAL:$2|In däre Kategori het s die Datei:|{{PLURAL:$1|Die Datei isch eini vu insgsamt $2 Dateie in däre Kategori:|S wäre $1 vu insgsamt $2 Dateie in däre Kategori aazeigt:}}}}', |
244 | 244 | 'category-file-count-limited' => 'In däre Kategori het s die {{PLURAL:$1|Datei|$1 Dateie}}:', |
245 | 245 | 'listingcontinuesabbrev' => '(Forts.)', |
| 246 | +'index-category' => 'Verzeichneti Syte', |
| 247 | +'noindex-category' => 'Syte wu nit verzeichnet sin', |
246 | 248 | |
247 | 249 | 'mainpagetext' => "<big>'''MediaWiki isch erfolgrich inschtalliert worre.'''</big>", |
248 | 250 | 'mainpagedocfooter' => 'Lueg uf d [http://meta.wikimedia.org/wiki/MediaWiki_localisation Dokumentation fir d Aapassig vu dr Benutzeroberflächi] un s [http://meta.wikimedia.org/wiki/Help:Contents Benutzerhandbuech] fir d Hilf iber d Benutzig un s Yystelle.', |
Index: trunk/phase3/languages/messages/MessagesEn.php |
— | — | @@ -736,6 +736,8 @@ |
737 | 737 | 'category-file-count' => '{{PLURAL:$2|This category contains only the following file.|The following {{PLURAL:$1|file is|$1 files are}} in this category, out of $2 total.}}', |
738 | 738 | 'category-file-count-limited' => 'The following {{PLURAL:$1|file is|$1 files are}} in the current category.', |
739 | 739 | 'listingcontinuesabbrev' => 'cont.', |
| 740 | +'index-category' => 'Indexed pages', |
| 741 | +'noindex-category' => 'Noindexed pages', |
740 | 742 | |
741 | 743 | 'linkprefix' => '/^(.*?)([a-zA-Z\\x80-\\xff]+)$/sD', # only translate this message to other languages if you have to change it |
742 | 744 | 'mainpagetext' => "<big>'''MediaWiki has been successfully installed.'''</big>", |
Index: trunk/phase3/languages/messages/MessagesMl.php |
— | — | @@ -386,6 +386,8 @@ |
387 | 387 | 'category-file-count' => '{{PLURAL:$2|ഈ വിഭാഗത്തില് താഴെ കാണുന്ന ഒരു പ്രമാണം മാത്രമേ ഉള്ളൂ.|മൊത്തം $2 പ്രമാണങ്ങളുള്ളതില് {{PLURAL:$1|ഒരു പ്രമാണം|$1 പ്രമാണങ്ങള്}} താഴെ കാണിച്ചിരിക്കുന്നു.}}', |
388 | 388 | 'category-file-count-limited' => 'ഈ കാറ്റഗറിയില് താഴെ കാണുന്ന {{PLURAL:$1|ഒരു ഫയല്|$1 ഫയലുകള്}} ഉണ്ട്.', |
389 | 389 | 'listingcontinuesabbrev' => 'തുടരുന്നു', |
| 390 | +'index-category' => 'വർഗ്ഗീകരിക്കപ്പെട്ട താളുകൾ', |
| 391 | +'noindex-category' => 'വർഗ്ഗീകരിക്കപ്പെടാത്ത താളുകൾ', |
390 | 392 | |
391 | 393 | 'mainpagetext' => "<big>'''മീഡിയവിക്കി വിജയകരമായി സജ്ജീകരിച്ചിരിക്കുന്നു.'''</big>", |
392 | 394 | 'mainpagedocfooter' => 'വിക്കി സോഫ്റ്റ്വെയര് ഉപയോഗിക്കുന്നതിനെ കുറിച്ചുള്ള വിശദാംശങ്ങള്ക്ക് [http://meta.wikimedia.org/wiki/Help:Contents സോഫ്റ്റ്വെയര് സഹായി] കാണുക. |
Index: trunk/phase3/languages/messages/MessagesYi.php |
— | — | @@ -275,6 +275,8 @@ |
276 | 276 | 'category-file-count' => '{{PLURAL:$2|די קאטעגאריע האט נאר די פֿאלגנדע טעקע|די קאטעגאריע האט די פֿאלגנדע {{PLURAL:$1| טעקע|$1 טעקעס}}, פֿון $2 אינגאנצן}}.', |
277 | 277 | 'category-file-count-limited' => 'די פֿאלגנדע {{PLURAL:$1|טעקע|$1 טעקעס}} זענען אין דער דאזיגע קאטעגאריע.', |
278 | 278 | 'listingcontinuesabbrev' => '(המשך)', |
| 279 | +'index-category' => 'אינדעקסירטע בלעטער', |
| 280 | +'noindex-category' => 'אומאינדעקסירטע בלעטער', |
279 | 281 | |
280 | 282 | 'mainpagetext' => "<big>'''מעדיעוויקי אינסטאלירט מיט דערפאלג.'''</big>", |
281 | 283 | 'mainpagedocfooter' => "גיט זיך אן עצה מיט [http://meta.wikimedia.org/wiki/Help:Contents באניצער'ס וועגווײַזער] פֿאר אינפֿארמאציע וויאזוי זיך באנוצן מיט וויקי ווייכוואַרג. |
Index: trunk/phase3/languages/messages/MessagesFa.php |
— | — | @@ -524,6 +524,8 @@ |
525 | 525 | 'category-file-count' => '{{PLURAL:$2|این رده تنها حاوی پروندهٔ زیر است.|{{PLURAL:$1|این پرونده|این $1 پرونده}} در این رده قرار {{PLURAL:$1|دارد|دارند}}؛ این رده در کل حاوی $2 پرونده است.}}', |
526 | 526 | 'category-file-count-limited' => '{{PLURAL:$1|پروندهٔ|$1 پروندهٔ}} زیر در ردهٔ فعلی قرار دارند.', |
527 | 527 | 'listingcontinuesabbrev' => '(ادامه)', |
| 528 | +'index-category' => 'صفحههای نمایه شده', |
| 529 | +'noindex-category' => 'صفحههای نمایه نشده', |
528 | 530 | |
529 | 531 | 'mainpagetext' => "<big>'''نرمافزار ویکی با موفقیت نصب شد.'''</big>", |
530 | 532 | 'mainpagedocfooter' => 'از [http://meta.wikimedia.org/wiki/Help:Contents راهنمای کاربران] |
Index: trunk/phase3/languages/messages/MessagesBr.php |
— | — | @@ -224,6 +224,8 @@ |
225 | 225 | 'category-file-count' => "{{PLURAL:$2|N'eus er rummad-mañ nemet ar restr da-heul.|Emañ ar {{PLURAL:$1|restr|$1 restr}} da-heul er rummad-mañ, diwar un hollad a $2.}}", |
226 | 226 | 'category-file-count-limited' => '{{PLURAL:$1|Emañ ar restr|Emañ an $1 restr}} da-heul er rummad-mañ.', |
227 | 227 | 'listingcontinuesabbrev' => "(war-lerc'h)", |
| 228 | +'index-category' => 'Pajennoù menegeret', |
| 229 | +'noindex-category' => "Pajennoù n'int ket menegeret", |
228 | 230 | |
229 | 231 | 'mainpagetext' => "<big>'''Meziant MediaWiki staliet.'''</big>", |
230 | 232 | 'mainpagedocfooter' => "Sellit ouzh [http://meta.wikimedia.org/wiki/Help:Contents Sturlevr an implijerien] evit gouzout hiroc'h war an doare da implijout ar meziant wiki. |
Index: trunk/phase3/languages/messages/MessagesHsb.php |
— | — | @@ -258,6 +258,8 @@ |
259 | 259 | 'category-file-count' => '{{PLURAL:$2|Tuta kategorija wobsahuje jenož slědowacu stronu.|{{PLURAL:$1|Slědowaca dataja je|Slědowacej $1 dataji stej|Slědowace $1 dataje|Slědowacych $1 datajow je}} w tutej kategoriji z dohromady $2.}}', |
260 | 260 | 'category-file-count-limited' => '{{PLURAL:$1|Slědowaca dataj je|Slědowacej $1 dataji stej|Slědowace $1 dataje su|Slědowacych $1 je}} w tutej kategoriji:', |
261 | 261 | 'listingcontinuesabbrev' => ' (pokročowane)', |
| 262 | +'index-category' => 'Indicěrowane strony', |
| 263 | +'noindex-category' => 'Njeindicěrowane strony', |
262 | 264 | |
263 | 265 | 'mainpagetext' => "<big>'''MediaWiki bu wuspěšnje instalowany.'''</big>", |
264 | 266 | 'mainpagedocfooter' => 'Prošu hlej [http://meta.wikimedia.org/wiki/Help:Contents dokumentaciju] za informacije wo wužiwanju softwary. |
Index: trunk/phase3/languages/messages/MessagesNo.php |
— | — | @@ -353,6 +353,8 @@ |
354 | 354 | 'category-file-count' => '{{PLURAL:$2|Denne kategorien inneholder kun den følgende filen.|Følgende {{PLURAL:$1|fil|$1 filer}} er i denne kategorien, av totalt $2.}}', |
355 | 355 | 'category-file-count-limited' => 'Følgende {{PLURAL:$1|fil|$1 filer}} er i denne kategorien.', |
356 | 356 | 'listingcontinuesabbrev' => ' forts.', |
| 357 | +'index-category' => 'Indekserte sider', |
| 358 | +'noindex-category' => 'Ikke-indekserte sider', |
357 | 359 | |
358 | 360 | 'mainpagetext' => "<big>'''MediaWiki-programvaren er nå installert.'''</big>", |
359 | 361 | 'mainpagedocfooter' => 'Se [http://meta.wikimedia.org/wiki/Help:Contents brukerveiledningen] for informasjon om hvordan du bruker wiki-programvaren. |
Index: trunk/phase3/languages/messages/MessagesVi.php |
— | — | @@ -386,6 +386,8 @@ |
387 | 387 | 'category-file-count' => '{{PLURAL:$2|Thể loại này có tập tin sau.|{{PLURAL:$1|Tập tin|$1 tập tin}} sau nằm trong thể loại này, trong tổng số $2 tập tin.}}', |
388 | 388 | 'category-file-count-limited' => '{{PLURAL:$1|Tập tin|$1 tập tin}} sau nằm trong thể loại hiện hành.', |
389 | 389 | 'listingcontinuesabbrev' => 'tiếp', |
| 390 | +'index-category' => 'Trang được ghi chỉ mục', |
| 391 | +'noindex-category' => 'Trang không ghi chỉ mục', |
390 | 392 | |
391 | 393 | 'mainpagetext' => "<big>'''MediaWiki đã được cài đặt thành công.'''</big>", |
392 | 394 | 'mainpagedocfooter' => 'Xin đọc [http://meta.wikimedia.org/wiki/Help:Contents Hướng dẫn sử dụng] để biết thêm thông tin về cách sử dụng phần mềm wiki. |
Index: trunk/phase3/languages/messages/MessagesGl.php |
— | — | @@ -317,6 +317,8 @@ |
318 | 318 | 'category-file-count' => '{{PLURAL:$2|Esta categoría só contén o seguinte ficheiro.|{{PLURAL:$1|O seguinte ficheiro está|Os seguintes $1 ficheiros están}} nesta categoría, dun total de $2.}}', |
319 | 319 | 'category-file-count-limited' => '{{PLURAL:$1|O seguinte ficheiro está|Os seguintes $1 ficheiros están}} na categoría actual.', |
320 | 320 | 'listingcontinuesabbrev' => 'cont.', |
| 321 | +'index-category' => 'Páxinas indexadas', |
| 322 | +'noindex-category' => 'Páxinas non indexadas', |
321 | 323 | |
322 | 324 | 'mainpagetext' => "<big>'''O programa Wiki foi instalado con éxito.'''</big>", |
323 | 325 | 'mainpagedocfooter' => 'Consulte a [http://meta.wikimedia.org/wiki/Help:Contents Guía do usuario] para máis información sobre como usar o software wiki. |
Index: trunk/phase3/languages/messages/MessagesLb.php |
— | — | @@ -267,6 +267,8 @@ |
268 | 268 | 'category-file-count' => 'An dëser Kategorie {{PLURAL:$2|ass just dëse Fichier.|{{PLURAL:$1|ass just dëse Fichier|si(nn) $1 Fichieren}}, vu(n) $2 am Ganzen.}}', |
269 | 269 | 'category-file-count-limited' => '{{PLURAL:$1|Dëse Fichier ass|Dës $1 Fichiere sinn}} an dëser Kategorie.', |
270 | 270 | 'listingcontinuesabbrev' => '(Fortsetzung)', |
| 271 | +'index-category' => 'Indexéiert Säiten', |
| 272 | +'noindex-category' => 'Net-indexéiert Säiten', |
271 | 273 | |
272 | 274 | 'mainpagetext' => "<big>'''MediaWiki gouf installéiert.'''</big>", |
273 | 275 | 'mainpagedocfooter' => "Kuckt w.e.g. [http://meta.wikimedia.org/wiki/Help:Contents d'Benotzerhandbuch] fir den Interface ze personnaliséieren. |
Index: trunk/phase3/languages/messages/MessagesVec.php |
— | — | @@ -262,6 +262,8 @@ |
263 | 263 | 'category-file-count' => '{{PLURAL:$2|Sta categoria la contien un solo file, indicà de seguito.|Sta categoria la contien {{PLURAL:$1|un file, indicà|$1 file, indicà}} de seguito, su un total de $2.}}', |
264 | 264 | 'category-file-count-limited' => 'Sta categoria la contien {{PLURAL:$1|el file indicà|i $1 file indicà}} de seguito.', |
265 | 265 | 'listingcontinuesabbrev' => 'cont.', |
| 266 | +'index-category' => 'Pagine indicizà', |
| 267 | +'noindex-category' => 'Pagine mia indicizà', |
266 | 268 | |
267 | 269 | 'mainpagetext' => "<big>'''MediaWiki xè stà instałà con sucesso.'''</big>", |
268 | 270 | 'mainpagedocfooter' => "Varda ła [http://meta.wikimedia.org/wiki/Aiuto:Sommario Guida utente] (in tałian) par verghe piassè informasion su l'uso del software wiki. |
Index: trunk/phase3/languages/messages/MessagesDiq.php |
— | — | @@ -140,6 +140,8 @@ |
141 | 141 | 'category-file-count' => '{{PLURAL:$2|No kategori de tena dosyayo cêrın esto.|pêroyê ey $2 ra, {{PLURAL:$1|dosya|$1 dosya}}yo cêrın no kategori de yo.}}', |
142 | 142 | 'category-file-count-limited' => '{{PLURAL:$1|dosya|$1 dosya}}o cêrın no kategori de yo.', |
143 | 143 | 'listingcontinuesabbrev' => 'dewam', |
| 144 | +'index-category' => 'pelê endeksın', |
| 145 | +'noindex-category' => 'Pelê ke endeksın niyê', |
144 | 146 | |
145 | 147 | 'linkprefix' => "<big>'''MediaWiki niya ro.'''</big>", |
146 | 148 | 'mainpagetext' => "<big>'''MediaWiki vıst ra ser, vıraziya.'''</big>", |
Index: trunk/phase3/languages/messages/MessagesEo.php |
— | — | @@ -295,6 +295,8 @@ |
296 | 296 | 'category-file-count' => '{{PLURAL:$2|Ĉi tiu kategorio nur enhavas la jenan dosieron.|La {{PLURAL:$1|jena doesiero|jenaj $1 dosieroj}} estas en ĉi tiun kategorion, el $2 entute.}}', |
297 | 297 | 'category-file-count-limited' => 'La {{PLURAL:$1|jena dosiero|jenaj $1 dosieroj}} estas en la nuna kategorio.', |
298 | 298 | 'listingcontinuesabbrev' => 'daŭrigo', |
| 299 | +'index-category' => 'Indeksitaj paĝoj', |
| 300 | +'noindex-category' => 'Neindeksitaj paĝoj', |
299 | 301 | |
300 | 302 | 'mainpagetext' => "<big>'''MediaViki softvaro sukcese instaliĝis.'''</big>", |
301 | 303 | 'mainpagedocfooter' => "Konsultu la [http://meta.wikimedia.org/wiki/MediaWiki_User%27s_Guide User's Guide] por informo pri uzado de vikia programaro. |
Index: trunk/phase3/languages/messages/MessagesEs.php |
— | — | @@ -350,6 +350,8 @@ |
351 | 351 | 'category-file-count' => '{{PLURAL:$2|Esta categoría contiene solamente el siguiente fichero.|{{PLURAL:$1|El siguiente fichero pertencer|Los siguientes $1 ficheros pertenecen}} a esta categoría, de un total de $2.}}', |
352 | 352 | 'category-file-count-limited' => '{{PLURAL:$1|El siguiente fichero pertenece|Los siguientes $1 ficheros pertenecen}} a esta categoría.', |
353 | 353 | 'listingcontinuesabbrev' => 'cont.', |
| 354 | +'index-category' => 'Páginas indexadas', |
| 355 | +'noindex-category' => 'Páginas no indexadas', |
354 | 356 | |
355 | 357 | 'mainpagetext' => "<big>'''MediaWiki ha sido instalado con éxito.'''</big>", |
356 | 358 | 'mainpagedocfooter' => 'Consulta la [http://meta.wikimedia.org/wiki/Help:Contents Guía de usuario] para obtener información sobre el uso del software wiki. |
Index: trunk/phase3/languages/messages/MessagesJa.php |
— | — | @@ -412,6 +412,8 @@ |
413 | 413 | 'category-file-count' => '{{PLURAL:$2|このカテゴリへは次の1ファイルしか属していません。|以下にこのカテゴリへ属しているファイル $2 個中 $1 個を表示しています。}}', |
414 | 414 | 'category-file-count-limited' => 'このカテゴリへは以下の{{PLURAL:$1|ファイル $1 個}}が属しています。', |
415 | 415 | 'listingcontinuesabbrev' => 'の続き', |
| 416 | +'index-category' => '検索エンジンにインデックス化されるページ', |
| 417 | +'noindex-category' => '検索エンジンにインデックス化されないページ', |
416 | 418 | |
417 | 419 | 'mainpagetext' => "<big>'''MediaWikiが正常にインストールされました。'''</big>", |
418 | 420 | 'mainpagedocfooter' => '使い方・設定に関しては[http://meta.wikimedia.org/wiki/%E3%83%98%E3%83%AB%E3%83%97:%E7%9B%AE%E6%AC%A1 ユーザーズガイド]を参照してください。 |
Index: trunk/phase3/languages/messages/MessagesLzh.php |
— | — | @@ -193,6 +193,8 @@ |
194 | 194 | 'category-file-count' => '{{PLURAL:$2|門有檔壹。|門有檔$1,有$2檔也。}}', |
195 | 195 | 'category-file-count-limited' => '門有檔$1。', |
196 | 196 | 'listingcontinuesabbrev' => '續', |
| 197 | +'index-category' => '已索之頁', |
| 198 | +'noindex-category' => '未索之頁', |
197 | 199 | |
198 | 200 | 'mainpagetext' => "<big>'''共筆臺已立'''</big>", |
199 | 201 | 'mainpagedocfooter' => "欲識維基,見[http://meta.wikimedia.org/wiki/Help:Contents User's Guide] |
Index: trunk/phase3/languages/messages/MessagesBs.php |
— | — | @@ -393,6 +393,8 @@ |
394 | 394 | 'category-file-count' => '{{PLURAL:$2|Ova kategorija ima slijedeću $1 datoteku.|{{PLURAL:$1|Prikazana je $1 datoteka|Prikazane su $1 datoteke|Prikazano je $1 datoteka}} u ovoj kategoriji, od ukupno $2.}}', |
395 | 395 | 'category-file-count-limited' => '{{PLURAL:$1|Slijedeća $1 datoteka je|Slijedeće $1 datoteke su|Slijedećih $1 datoteka je}} u ovoj kategoriji.', |
396 | 396 | 'listingcontinuesabbrev' => 'nast.', |
| 397 | +'index-category' => 'Indeksirane stranice', |
| 398 | +'noindex-category' => 'Neindeksirane stranice', |
397 | 399 | |
398 | 400 | 'mainpagetext' => "<big>'''MediaViki softver is uspješno instaliran.'''</big>", |
399 | 401 | 'mainpagedocfooter' => 'Kontaktirajte [http://meta.wikimedia.org/wiki/Help:Contents uputstva za korisnike] za informacije o upotrebi wiki programa. |
Index: trunk/phase3/languages/messages/MessagesFr.php |
— | — | @@ -454,6 +454,8 @@ |
455 | 455 | 'category-file-count' => 'Cette catégorie contient {{PLURAL:$2|le fichier suivant|$2 fichiers, dont {{PLURAL:$1|celui|les $1}} ci-dessous}}.', |
456 | 456 | 'category-file-count-limited' => '{{PLURAL:$1|Le fichier suivant figure|Les $1 fichiers suivants figurent}} dans la présente catégorie.', |
457 | 457 | 'listingcontinuesabbrev' => '(suite)', |
| 458 | +'index-category' => 'Pages indexées', |
| 459 | +'noindex-category' => 'Pages non indexées', |
458 | 460 | |
459 | 461 | 'mainpagetext' => "<big>'''MediaWiki a été installé avec succès.'''</big>", |
460 | 462 | 'mainpagedocfooter' => 'Consultez le [http://meta.wikimedia.org/wiki/Aide:Contenu Guide de l’utilisateur] pour plus d’informations sur l’utilisation de ce logiciel. |
Index: trunk/phase3/languages/messages/MessagesNl.php |
— | — | @@ -431,6 +431,8 @@ |
432 | 432 | 'category-file-count' => '{{PLURAL:$2|Deze categorie bevat het volgende bestand.|Deze categorie bevat {{PLURAL:$1|het volgende bestand|de volgende $1 bestanden}}, van in totaal $2.}}', |
433 | 433 | 'category-file-count-limited' => 'Deze categorie bevat {{PLURAL:$1|het volgende bestand|de volgende $1 bestanden}}.', |
434 | 434 | 'listingcontinuesabbrev' => 'meer', |
| 435 | +'index-category' => "Te indexeren pagina's", |
| 436 | +'noindex-category' => "Niet te indexeren pagina's", |
435 | 437 | |
436 | 438 | 'mainpagetext' => "<big>'''De installatie van MediaWiki is geslaagd.'''</big>", |
437 | 439 | 'mainpagedocfooter' => 'Raadpleeg de [http://meta.wikimedia.org/wiki/NL_Help:Inhoudsopgave handleiding] voor informatie over het gebruik van de wikisoftware. |
Index: trunk/phase3/languages/messages/MessagesRo.php |
— | — | @@ -407,6 +407,8 @@ |
408 | 408 | 'category-file-count' => '{{PLURAL:$2|Această categorie conţine doar următorul fişier.|{{PLURAL:$1|Următorul fişier|Următoarele $1 fişiere}} se află în această categorie, dintr-un total de $2.}}', |
409 | 409 | 'category-file-count-limited' => '{{PLURAL:$1|Următorul fişier|Următoarele $1 fişiere}} se află în categoria curentă.', |
410 | 410 | 'listingcontinuesabbrev' => 'cont.', |
| 411 | +'index-category' => 'Pagini indexate', |
| 412 | +'noindex-category' => 'Pagini neindexate', |
411 | 413 | |
412 | 414 | 'linkprefix' => '/^(.*?)([a-zA-Z\\x80-\\xff]+)$/sD', |
413 | 415 | 'mainpagetext' => "<big>'''Programul Wiki a fost instalat cu succes.'''</big>", |
Index: trunk/phase3/languages/messages/MessagesDe.php |
— | — | @@ -458,6 +458,8 @@ |
459 | 459 | 'category-file-count' => '{{PLURAL:$2|Diese Kategorie enthält folgende Datei:|{{PLURAL:$1|Folgende Datei ist eine von insgesamt $2 Dateien in dieser Kategorie:|Es werden $1 von insgesamt $2 Dateien in dieser Kategorie angezeigt:}}}}', |
460 | 460 | 'category-file-count-limited' => 'Folgende {{PLURAL:$1|Datei ist|$1 Dateien sind}} in dieser Kategorie enthalten:', |
461 | 461 | 'listingcontinuesabbrev' => '(Fortsetzung)', |
| 462 | +'index-category' => 'Indizierte Seiten', |
| 463 | +'noindex-category' => 'Nichtindizierte Seiten', |
462 | 464 | |
463 | 465 | 'mainpagetext' => "<big>'''MediaWiki wurde erfolgreich installiert.'''</big>", |
464 | 466 | 'mainpagedocfooter' => 'Hilfe zur Benutzung und Konfiguration der Wiki-Software findest du im [http://meta.wikimedia.org/wiki/Help:Contents Benutzerhandbuch]. |
Index: trunk/phase3/languages/messages/MessagesPms.php |
— | — | @@ -165,6 +165,8 @@ |
166 | 166 | 'category-file-count' => "{{PLURAL:$2|Sta categorìa-sì a l'ha nomach st'archivi.|Sta categorìa-sì a l'ha {{PLURAL:$1|n'|$1}} archivi, ëd $2 ch'a-i në j'é an total.}}", |
167 | 167 | 'category-file-count-limited' => "Ant sta categorìa-sì a-i {{PLURAL:$1|intra mach st'|intro $1}} archivi.", |
168 | 168 | 'listingcontinuesabbrev' => ' anans', |
| 169 | +'index-category' => 'Pàgine indicisà', |
| 170 | +'noindex-category' => 'Pàgine pa indicisà', |
169 | 171 | |
170 | 172 | 'mainpagetext' => "<big>'''MediaWiki a l'é staita anstalà a la perfession.'''</big>", |
171 | 173 | 'mainpagedocfooter' => "Che a varda la [http://meta.wikimedia.org/wiki/Help:Contents User's Guide] për avej dj'anformassion ant sël coma dovré ël programa dla wiki. |
Index: trunk/phase3/RELEASE-NOTES |
— | — | @@ -242,6 +242,7 @@ |
243 | 243 | of anonymous users that edited the page |
244 | 244 | * New permission 'sendemail' added. Default right for all registered users. Can |
245 | 245 | for example be used to prevent new accounts from sending spam. |
| 246 | +* (bug 16979) Tracking categories for __INDEX__ and __NOINDEX__ |
246 | 247 | |
247 | 248 | === Bug fixes in 1.16 === |
248 | 249 | |