Index: trunk/tools/ToolserverI18N/language/Domains.php |
— | — | @@ -10,4 +10,5 @@ |
11 | 11 | 'Recentanonymousactivity' => 'Recentanonymousactivity.i18n.php', |
12 | 12 | 'Svgtranslate' => 'Svgtranslate.i18n.php', |
13 | 13 | 'Tsintuition' => 'Tsintuition.i18n.php', |
| 14 | + 'Templatecount' => 'Templatecount.i18n.php', |
14 | 15 | ); |
\ No newline at end of file |
Index: trunk/tools/ToolserverI18N/language/messages/Templatecount.i18n.php |
— | — | @@ -0,0 +1,25 @@ |
| 2 | +<?php |
| 3 | +/** |
| 4 | + * Interface messages for tool "templatecount" |
| 5 | + * |
| 6 | + * @toolowner jarry |
| 7 | + */ |
| 8 | + |
| 9 | +$url = '~jarry/templatecount/'; |
| 10 | + |
| 11 | +$messages = array(); |
| 12 | + |
| 13 | +/** English |
| 14 | + * @author Jarry1250 |
| 15 | + */ |
| 16 | +$messages['en'] = array( |
| 17 | + 'enter-details' => 'Enter details' |
| 18 | + '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." |
| 19 | + 'language-label' => 'Language' |
| 20 | + 'namespace-label' => 'Namespace' |
| 21 | + 'pagename-label' => 'Page name (excluding namespace)' |
| 22 | + 'transclusion-count-label' => 'Number of tranclusions' |
| 23 | + 'transclusion-count' => '$1 transclusion(s) found.' |
| 24 | + 'error-suggestion' => 'Perhaps you misspelt (or mis-capitalised) the name of the page?' |
| 25 | + 'time-label' => 'Time taken to execute command' |
| 26 | +); |
\ No newline at end of file |
Property changes on: trunk/tools/ToolserverI18N/language/messages/Templatecount.i18n.php |
___________________________________________________________________ |
Added: svn:eol-style |
1 | 27 | + native |