http://www.mediawiki.org/wiki/Special:Code/MediaWiki/89467
Revision: 89467 Author: krinkle Date: 2011-06-04 15:00:30 +0000 (Sat, 04 Jun 2011) Log Message: ----------- Fixing FATAL in r89459; Also added a title. Modified Paths: -------------- trunk/tools/ToolserverI18N/language/messages/Templatecount.i18n.php Modified: trunk/tools/ToolserverI18N/language/messages/Templatecount.i18n.php =================================================================== --- trunk/tools/ToolserverI18N/language/messages/Templatecount.i18n.php 2011-06-04 14:33:01 UTC (rev 89466) +++ trunk/tools/ToolserverI18N/language/messages/Templatecount.i18n.php 2011-06-04 15:00:30 UTC (rev 89467) @@ -13,13 +13,14 @@ * @author Jarry1250 */ $messages['en'] = array( - 'enter-details' => 'Enter details' - 'introduction' => "Type in the name of a template (Wikipedias only at the moment, sorry) and press go. It's as simple as that. There is some caching (remembering of results), but that is unfortunately outside of the control of this tool and its owner." - 'language-label' => 'Language' - 'namespace-label' => 'Namespace' - 'pagename-label' => 'Page name (excluding namespace)' - 'transclusion-count-label' => 'Number of tranclusions' - 'transclusion-count' => '$1 transclusion(s) found.' - 'error-suggestion' => 'Perhaps you misspelt (or mis-capitalised) the name of the page?' - 'time-label' => 'Time taken to execute command' -); \ No newline at end of file + 'title' => 'Template transclusion count', // Translators: Optional + 'enter-details' => 'Enter details', + 'introduction' => "Type in the name of a template (Wikipedias only at the moment, sorry) and press go. It's as simple as that. There is some caching (remembering of results), but that is unfortunately outside of the control of this tool and its owner.", + 'language-label' => 'Language', + 'namespace-label' => 'Namespace', + 'pagename-label' => 'Page name (excluding namespace)', + 'transclusion-count-label' => 'Number of tranclusions', + 'transclusion-count' => '$1 transclusion(s) found.', + 'error-suggestion' => 'Perhaps you misspelt (or mis-capitalised) the name of the page?', + 'time-label' => 'Time taken to execute command', +); _______________________________________________ MediaWiki-CVS mailing list MediaWiki-CVS@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs