| Index: trunk/tools/ToolserverI18N/language/messages/Mwsnapshots.i18n.php |
| — | — | @@ -17,6 +17,9 @@ |
| 18 | 18 | $messages['en'] = array( |
| 19 | 19 | 'title-overview' => 'Snapshots', |
| 20 | 20 | '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.', |
| 21 | 24 | 'title-downloading' => 'Downloading: $1', |
| 22 | 25 | 'downloading-intro' => 'Your download will start shortly...', |
| 23 | 26 | 'downloading-directlink' => 'Problems with the download? Please use this direct link.', |
| — | — | @@ -24,11 +27,13 @@ |
| 25 | 28 | 'err-invalid-repo' => 'Unknown repository: "$1".', |
| 26 | 29 | 'err-invalid-branch' => 'Unknown branch: "$1" in repository "$2".', |
| 27 | 30 | '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.', |
| 28 | 32 | 'repo-site-link' => 'Website', |
| 29 | 33 | 'repo-browse-link' => 'Browse repository', |
| 30 | 34 | 'repo-branches-label' => 'Branches:', |
| 31 | 35 | 'repo-lastmoddate-label' => 'Date:', |
| 32 | 36 | 'branches-submit-button' => 'Get it!', |
| | 37 | + 'updatelog-link' => 'update log', |
| 33 | 38 | 'tablehead-repo' => 'Repository', |
| 34 | 39 | 'tablehead-snapshots' => 'Snapshots', |
| 35 | 40 | 'tablehead-branch' => 'Branch', |