http://www.mediawiki.org/wiki/Special:Code/MediaWiki/89459

Revision: 89459
Author:   reedy
Date:     2011-06-04 10:57:40 +0000 (Sat, 04 Jun 2011)
Log Message:
-----------
Add Jarry1250's Translate tool

Possibly completely wrong, I've no idea

Modified Paths:
--------------
    trunk/tools/ToolserverI18N/language/Domains.php

Added Paths:
-----------
    trunk/tools/ToolserverI18N/language/messages/Templatecount.i18n.php

Modified: trunk/tools/ToolserverI18N/language/Domains.php
===================================================================
--- trunk/tools/ToolserverI18N/language/Domains.php     2011-06-04 09:32:20 UTC 
(rev 89458)
+++ trunk/tools/ToolserverI18N/language/Domains.php     2011-06-04 10:57:40 UTC 
(rev 89459)
@@ -10,4 +10,5 @@
        'Recentanonymousactivity' => 'Recentanonymousactivity.i18n.php',
        'Svgtranslate' => 'Svgtranslate.i18n.php',
        'Tsintuition' => 'Tsintuition.i18n.php',
+       'Templatecount' => 'Templatecount.i18n.php',
 );
\ No newline at end of file

Added: trunk/tools/ToolserverI18N/language/messages/Templatecount.i18n.php
===================================================================
--- trunk/tools/ToolserverI18N/language/messages/Templatecount.i18n.php         
                (rev 0)
+++ trunk/tools/ToolserverI18N/language/messages/Templatecount.i18n.php 
2011-06-04 10:57:40 UTC (rev 89459)
@@ -0,0 +1,25 @@
+<?php
+/**
+ * Interface messages for tool "templatecount"
+ *
+ * @toolowner jarry
+ */
+
+$url = '~jarry/templatecount/';
+
+$messages = array();
+
+/** English
+ * @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


Property changes on: 
trunk/tools/ToolserverI18N/language/messages/Templatecount.i18n.php
___________________________________________________________________
Added: svn:eol-style
   + native


_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to