Index: trunk/extensions/WikiAtHome/WikiAtHome.i18n.php |
— | — | @@ -28,7 +28,7 @@ |
29 | 29 | 'wah-long-error' => '(ffmpeg could not read this file: $1)', |
30 | 30 | |
31 | 31 | '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]].', |
33 | 33 | |
34 | 34 | 'wah-transcode-fail' => 'This file failed to transcode.', |
35 | 35 | |
— | — | @@ -41,28 +41,28 @@ |
42 | 42 | "wah-menu-pref" => "Preferences", |
43 | 43 | "wah-loading" => "loading Wiki@Home interface <blink>...</blink>", |
44 | 44 | |
45 | | - "wah-lookingforjob" => "Looking For a Job <blink>...</blink>", |
| 45 | + "wah-lookingforjob" => "Looking For a job <blink>...</blink>", |
46 | 46 | |
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.", |
49 | 49 | |
50 | | - "wah-nojobfound" => "No Job Found, Will retry in $1", |
| 50 | + "wah-nojobfound" => "No job found. Will retry in $1.", |
51 | 51 | |
52 | 52 | "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.", |
54 | 54 | |
55 | 55 | "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", |
58 | 58 | |
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.", |
60 | 60 | |
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.", |
64 | 64 | |
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." |
67 | 67 | ); |
68 | 68 | |
69 | 69 | /** Message documentation (Message documentation) |
Index: trunk/extensions/WikiAtHome/WikiAtHome.js |
— | — | @@ -7,15 +7,15 @@ |
8 | 8 | "wah-menu-pref" : "Prefrences", |
9 | 9 | "wah-loading" : "loading Wiki@Home interface <blink>...</blink>", |
10 | 10 | |
11 | | - "wah-lookingforjob" : "Looking For a Job <blink>...</blink>", |
| 11 | + "wah-lookingforjob" : "Looking For a job <blink>...</blink>", |
12 | 12 | |
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.", |
15 | 15 | |
16 | | - "wah-nojobfound" : "No job found. Will retry in $1", |
| 16 | + "wah-nojobfound" : "No job found. Will retry in $1.", |
17 | 17 | |
18 | 18 | "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.", |
20 | 20 | |
21 | 21 | "wah-doing-job" : "Job: <i>$1</i> on: <i>$2</i>", |
22 | 22 | "wah-downloading" : "Downloading file <i>$1%</i> complete", |
— | — | @@ -29,7 +29,7 @@ |
30 | 30 | |
31 | 31 | "wah-needs-firefogg": "To participate in Wiki@Home you need to install Firefogg." |
32 | 32 | |
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." |
34 | 34 | |
35 | 35 | }); |
36 | 36 | |