From: Danny B Date: Sat, 18 Oct 2008 18:06:20 +0000 (+0000) Subject: * fixing i18n of r42201 X-Git-Tag: 1.31.0-rc.0~44701 X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_ecrire%28%22articles%22%2C%22id_article=%24id_article%22%29%20.%20%22?a=commitdiff_plain;h=0e45be31540f85ab6815d07b99e7caf55522fbe3;p=lhc%2Fweb%2Fwiklou.git * fixing i18n of r42201 --- diff --git a/languages/messages/MessagesCs.php b/languages/messages/MessagesCs.php index 85e17ab942..b12e25059f 100644 --- a/languages/messages/MessagesCs.php +++ b/languages/messages/MessagesCs.php @@ -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' ), diff --git a/languages/messages/MessagesEn.php b/languages/messages/MessagesEn.php index b08f050df5..5bf4a1c509 100644 --- a/languages/messages/MessagesEn.php +++ b/languages/messages/MessagesEn.php @@ -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', diff --git a/maintenance/language/messages.inc b/maintenance/language/messages.inc index a19ab8ebf8..10ca912f59 100644 --- a/maintenance/language/messages.inc +++ b/maintenance/language/messages.inc @@ -1317,6 +1317,8 @@ $wgMessageStructure = array( 'wantedpages-summary', 'wantedfiles', 'wantedfiles-summary', + 'wantedtemplates', + 'wantedtemplates-summary', 'mostlinked', 'mostlinked-summary', 'mostlinkedcategories',