* fixing i18n of r42201
authorDanny B <danny_b@users.mediawiki.org>
Sat, 18 Oct 2008 18:06:20 +0000 (18:06 +0000)
committerDanny B <danny_b@users.mediawiki.org>
Sat, 18 Oct 2008 18:06:20 +0000 (18:06 +0000)
languages/messages/MessagesCs.php
languages/messages/MessagesEn.php
maintenance/language/messages.inc

index 85e17ab..b12e250 100644 (file)
@@ -268,6 +268,7 @@ $specialPageAliases = array(
        'Uncategorizedtemplates'    => array( 'Uncategorizedtemplates', 'Nekategorizované_šablony' ),
        'Unusedcategories'          => array( 'Unusedcategories', 'Nepoužívané_kategorie', 'Nepouzivane_kategorie' ),
        'Unusedimages'              => array( 'Unusedimages', 'Nepoužívané_soubory', 'Nepouzivane_soubory' ),
+       'Wantedtemplates'           => array( 'WantedTemplates', 'Chybějící šablony' ),
        'Mostlinked'                => array( 'Mostlinked', 'Nejodkazovanější_stránky', 'Nejodkazovanejsi_stranky' ),
        'Mostlinkedcategories'      => array( 'Mostlinkedcategories', 'Nejpoužívanější_kategorie', 'Nejpouzivanejsi_kategorie' ),
        'Mostlinkedtemplates'       => array( 'Mostlinkedtemplates', 'Nejpoužívanější_šablony', 'Nejpouzavanejsi_sablony' ),
index b08f050..5bf4a1c 100644 (file)
@@ -2048,6 +2048,8 @@ Each row contains links to the first and second redirect, as well as the target
 'wantedpages-summary'             => '', # do not translate or duplicate this message to other languages
 'wantedfiles'                     => 'Wanted files',
 'wantedfiles-summary'             => '', # do not translate or duplicate this message to other languages
+'wantedtemplates'                 => 'Wanted templates',
+'wantedtemplates-summary'         => '', # do not translate or duplicate this message to other languages
 'mostlinked'                      => 'Most linked-to pages',
 'mostlinked-summary'              => '', # do not translate or duplicate this message to other languages
 'mostlinkedcategories'            => 'Most linked-to categories',
index a19ab8e..10ca912 100644 (file)
@@ -1317,6 +1317,8 @@ $wgMessageStructure = array(
                'wantedpages-summary',
                'wantedfiles',
                'wantedfiles-summary',
+               'wantedtemplates',
+               'wantedtemplates-summary',
                'mostlinked',
                'mostlinked-summary',
                'mostlinkedcategories',