r57274 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r57273‎ | r57274 | r57275 >
Date:08:12, 2 October 2009
Author:siebrand
Status:deferred
Tags:
Comment:
Fixes in messages.
Modified paths:
  • /trunk/extensions/WikiAtHome/WikiAtHome.i18n.php (modified) (history)
  • /trunk/extensions/WikiAtHome/WikiAtHome.js (modified) (history)

Diff [purge]

Index: trunk/extensions/WikiAtHome/WikiAtHome.i18n.php
@@ -28,7 +28,7 @@
2929 'wah-long-error' => '(ffmpeg could not read this file: $1)',
3030
3131 'wah-transcode-working' => 'This video is being processed, please try again later',
32 - 'wah-transcode-helpout' => 'You can help transcode this video by visiting [[Special:WikiAtHome|Wiki@Home]]',
 32+ 'wah-transcode-helpout' => 'You can help transcode this video by visiting [[Special:WikiAtHome|Wiki@Home]].',
3333
3434 'wah-transcode-fail' => 'This file failed to transcode.',
3535
@@ -41,28 +41,28 @@
4242 "wah-menu-pref" => "Preferences",
4343 "wah-loading" => "loading Wiki@Home interface <blink>...</blink>",
4444
45 - "wah-lookingforjob" => "Looking For a Job <blink>...</blink>",
 45+ "wah-lookingforjob" => "Looking For a job <blink>...</blink>",
4646
47 - "wah-start-on-visit" => "Start up Wiki@Home any time I visit this site",
48 - "wah-jobs-while-away"=> "Only run jobs when I have been away from my browser for 20 minutes",
 47+ "wah-start-on-visit" => "Start up Wiki@Home any time I visit this site.",
 48+ "wah-jobs-while-away"=> "Only run jobs when I have been away from my browser for 20 minutes.",
4949
50 - "wah-nojobfound" => "No Job Found, Will retry in $1",
 50+ "wah-nojobfound" => "No job found. Will retry in $1.",
5151
5252 "wah-notoken-login" => "Could not get a token. Are you logged in?",
53 - "wah-apioff" => "The wiki@home api appears to be off. Please Contact your wiki admin",
 53+ "wah-apioff" => "The Wiki@Home API appears to be off. Please Contact your wiki administrator.",
5454
5555 "wah-doing-job" => "Job: <i>$1</i> on: <i>$2</i>",
56 - "wah-downloading" => "Downloading File <i>$1%</i> done",
57 - "wah-encoding" => "Encoding File <i>$1%</i> done",
 56+ "wah-downloading" => "Downloading file <i>$1%</i> done",
 57+ "wah-encoding" => "Encoding file <i>$1%</i> done",
5858
59 - "wah-encoding-fail" => "Encoding Failed. Please reload this page or try back latter.",
 59+ "wah-encoding-fail" => "Encoding failed. Please reload this page or try back later.",
6060
61 - "wah-uploading" => "Uploading File <i>$1</i> done",
62 - "wah-uploadfail" => "Uploading Failed",
63 - "wah-doneuploading" => "Done Uploading. Thanks for your Contribution.",
 61+ "wah-uploading" => "Uploading file <i>$1</i> done",
 62+ "wah-uploadfail" => "Uploading failed",
 63+ "wah-doneuploading" => "Upload complete. Thank you for your contribution.",
6464
65 - "wah-needs-firefogg"=> "To participate in wiki@home you need to install <a href=\"http://firefogg.org\">firefogg</a>",
66 - "wah-api-error" => "There has been an error with the api. Please try back later"
 65+ "wah-needs-firefogg"=> "To participate in Wiki@Home you need to install <a href=\"http://firefogg.org\">Firefogg</a>.",
 66+ "wah-api-error" => "There has been an error with the API. Please try back later."
6767 );
6868
6969 /** Message documentation (Message documentation)
Index: trunk/extensions/WikiAtHome/WikiAtHome.js
@@ -7,15 +7,15 @@
88 "wah-menu-pref" : "Prefrences",
99 "wah-loading" : "loading Wiki@Home interface <blink>...</blink>",
1010
11 - "wah-lookingforjob" : "Looking For a Job <blink>...</blink>",
 11+ "wah-lookingforjob" : "Looking For a job <blink>...</blink>",
1212
13 - "wah-start-on-visit": "Start up Wiki@Home anytime I visit this site",
14 - "wah-jobs-while-away": "Only run jobs when I have been away from my browser for 20 minnutes",
 13+ "wah-start-on-visit": "Start up Wiki@Home anytime I visit this site.",
 14+ "wah-jobs-while-away": "Only run jobs when I have been away from my browser for 20 minutes.",
1515
16 - "wah-nojobfound" : "No job found. Will retry in $1",
 16+ "wah-nojobfound" : "No job found. Will retry in $1.",
1717
1818 "wah-notoken-login" : "Could not get a token. Are you logged in?",
19 - "wah-apioff" : "The api appears to be off. Please contact your wiki administrator",
 19+ "wah-apioff" : "The API appears to be off. Please contact your wiki administrator.",
2020
2121 "wah-doing-job" : "Job: <i>$1</i> on: <i>$2</i>",
2222 "wah-downloading" : "Downloading file <i>$1%</i> complete",
@@ -29,7 +29,7 @@
3030
3131 "wah-needs-firefogg": "To participate in Wiki@Home you need to install Firefogg."
3232
33 - "wah-api-error" : "There has been an error with the api. Please try back later"
 33+ "wah-api-error" : "There has been an error with the API. Please try back later."
3434
3535 });
3636

Status & tagging log