https://www.mediawiki.org/wiki/Special:Code/MediaWiki/115158

Revision: 115158
Author:   krinkle
Date:     2012-05-08 04:18:33 +0000 (Tue, 08 May 2012)
Log Message:
-----------
TsIntuition: New domain "Mwsnapshots"

- Misc:
 * Enable parsemag by default

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

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

Modified: trunk/tools/ToolserverI18N/TsIntuition.php
===================================================================
--- trunk/tools/ToolserverI18N/TsIntuition.php  2012-05-07 20:48:08 UTC (rev 
115157)
+++ trunk/tools/ToolserverI18N/TsIntuition.php  2012-05-08 04:18:33 UTC (rev 
115158)
@@ -384,7 +384,7 @@
                        'variables' => array(),
                        'raw-variables' => false,
                        'escape' => 'plain',
-                       'parsemag' => false,
+                       'parsemag' => true,
                );
 
                // If $options was a domain string, convert it now.

Modified: trunk/tools/ToolserverI18N/language/Domains.php
===================================================================
--- trunk/tools/ToolserverI18N/language/Domains.php     2012-05-07 20:48:08 UTC 
(rev 115157)
+++ trunk/tools/ToolserverI18N/language/Domains.php     2012-05-08 04:18:33 UTC 
(rev 115158)
@@ -7,6 +7,7 @@
        'Jarry' => 'Jarry.i18n.php',
        'Krinkle' => 'Krinkle.i18n.php',
        'Monumentsapi' => 'Monumentsapi.i18n.php',
+       'Mwsnapshots' => 'Mwsnapshots.i18n.php',
        'Orphantalk2' => 'Orphantalk2.i18n.php',
        'Recentanonymousactivity' => 'Recentanonymousactivity.i18n.php',
        'Svgtranslate' => 'Svgtranslate.i18n.php',

Added: trunk/tools/ToolserverI18N/language/messages/Mwsnapshots.i18n.php
===================================================================
--- trunk/tools/ToolserverI18N/language/messages/Mwsnapshots.i18n.php           
                (rev 0)
+++ trunk/tools/ToolserverI18N/language/messages/Mwsnapshots.i18n.php   
2012-05-08 04:18:33 UTC (rev 115158)
@@ -0,0 +1,62 @@
+<?php
+/**
+ * Interface messages for tool "mwSnapshots".
+ *
+ * @toolowner krinkle
+ */
+
+$url = '~krinkle/mwSnapshots/';
+
+$messages = array();
+
+/**
+ * English
+ *
+ * @author Krinkle
+ */
+$messages['en'] = array(
+       'title-overview' => 'Snapshots',
+       'title-error' => 'Error',
+       'title-downloading' => 'Downloading: $1',
+       'downloading-intro' => 'Your download will start shortly...',
+       'downloading-directlink' => 'Problems with the download?  Please use 
this direct link.',
+       'err-snapshotindex' => 'Snapshot index temporarily unavailable. Please 
try again later.',
+       'err-invalid-repo' => 'Unknown repository: "$1".',
+       'err-invalid-branch' => 'Unknown branch: "$1" in repository "$2".',
+       'err-nosnapshot' => 'The snapshots are generated every few hours. While 
generating the snapshot for "$1", an error occurred. Please try again later.',
+       'repo-site-link' => 'Website',
+       'repo-browse-link' => 'Browse repository',
+       'repo-branches-label' => 'Branches:',
+       'repo-lastmoddate-label' => 'Date:',
+       'branches-submit-button' => 'Get it!',
+       'tablehead-repo' => 'Repository',
+       'tablehead-snapshots' => 'Snapshots',
+       'tablehead-branch' => 'Branch',
+       'tablehead-filesize' => 'File size',
+       'tablehead-hash' => 'Hash',
+);
+
+
+/** Message documentation (Message documentation)
+ * @author Krinkle
+ */
+$messages['qqq'] = array(
+       'title-overview' => 'Heading of overview page listing all repositories 
and branches',
+       'title-error' => 'Heading of page if action failed',
+       'title-downloading' => 'Heading of page if a file is going to be 
downloaded
+
+* $1: File name',
+       'downloading-intro' => 'Displayed under the heading, the download will 
start in a second.',
+       'downloading-directlink' => 'Clickable link shown under the heading, 
links to the file directly',
+       'err-snapshotindex' => 'If the information manifest (Index) can not be 
found on the server, this error is shown.',
+       'err-invalid-repo' => '
+
+* $1: Repository name',
+       'err-invalid-branch' => '
+
+* $1: Branch name
+* $2: Repository name',
+       'err-nosnapshot' => 'The snapshots are generated every few hours. If 
during the generation the selected branch had a problem. Then trying to 
download it will show this error.
+
+* $1: Branch name',
+);


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


_______________________________________________
MediaWiki-CVS mailing list
MediaWiki-CVS@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to