MediaWiki r115175 - Code Review

Jump to: navigation, search
Repository:MediaWiki
Revision:r115174‎ | r115175 (on ViewVC)‎ | r115176 >
Date:00:19, 10 May 2012
Author:krinkle
Status:deferred
Tags:
Comment:
Mwsnapshots.i18n.php: add new msgs
Modified paths:

Diff [purge]

Index: trunk/tools/ToolserverI18N/language/messages/Mwsnapshots.i18n.php
@@ -17,6 +17,9 @@
1818 $messages['en'] = array(
1919 'title-overview' => 'Snapshots',
2020 'title-error' => 'Error',
 21+ 'title-updatelog' => 'Update log',
 22+ 'updatelog-intro' => 'The update script is scheduled to run every hour. Below is the console output of the last run.',
 23+ 'updatelog-active' => 'The update script is currently running. Come back later for the complete log.',
2124 'title-downloading' => 'Downloading: $1',
2225 'downloading-intro' => 'Your download will start shortly...',
2326 'downloading-directlink' => 'Problems with the download? Please use this direct link.',
@@ -24,11 +27,13 @@
2528 'err-invalid-repo' => 'Unknown repository: "$1".',
2629 'err-invalid-branch' => 'Unknown branch: "$1" in repository "$2".',
2730 'err-nosnapshot' => 'The snapshots are generated every few hours. While generating the snapshot for "$1", an error occurred. Please try again later.',
 31+ 'err-noupdatelog' => 'No update log was found.',
2832 'repo-site-link' => 'Website',
2933 'repo-browse-link' => 'Browse repository',
3034 'repo-branches-label' => 'Branches:',
3135 'repo-lastmoddate-label' => 'Date:',
3236 'branches-submit-button' => 'Get it!',
 37+ 'updatelog-link' => 'update log',
3338 'tablehead-repo' => 'Repository',
3439 'tablehead-snapshots' => 'Snapshots',
3540 'tablehead-branch' => 'Branch',

Status & tagging log

  • 21:33, 26 May 2012 Krinkle (talk | contribs) changed the status of r115175 [removed: new added: deferred]