Index: trunk/extensions/WikiAtHome/WikiAtHome.i18n.php |
— | — | @@ -15,7 +15,7 @@ |
16 | 16 | */ |
17 | 17 | $messages['en'] = array( |
18 | 18 | 'specialwikiathome' => 'Wiki@Home', |
19 | | - 'wah-desc' => 'Enables distributing transcoding video jobs to clients using firefogg', |
| 19 | + 'wah-desc' => 'Enables distributing transcoding video jobs to clients using Firefogg', |
20 | 20 | 'wah-user-desc' => 'Wiki@Home enables community members to donate spare cpu cycles to help with resource intensive operations', |
21 | 21 | 'wah-short-audio' => '$1 sound file, $2', |
22 | 22 | 'wah-short-video' => '$1 video file, $2', |
Index: trunk/extensions/WikiAtHome/WikiAtHome.js |
— | — | @@ -1,5 +1,6 @@ |
2 | 2 | //the core javascript file of the wiki@home extension |
3 | 3 | |
| 4 | +// FIXME: needs localisation support. |
4 | 5 | //load msgs: |
5 | 6 | loadGM({ |
6 | 7 | "wah-menu-jobs" : "Jobs", |
— | — | @@ -12,22 +13,22 @@ |
13 | 14 | "wah-start-on-visit": "Start up Wiki@Home anytime I visit this site", |
14 | 15 | "wah-jobs-while-away": "Only run jobs when I have been away from my browser for 20 minnutes", |
15 | 16 | |
16 | | - "wah-nojobfound" : "No Job Found, Will retry in $1", |
| 17 | + "wah-nojobfound" : "No job found. Will retry in $1", |
17 | 18 | |
18 | 19 | "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 Admin", |
| 20 | + "wah-apioff" : "The api appears to be off. Please contact your wiki administrator", |
20 | 21 | |
21 | 22 | "wah-doing-job" : "Job: <i>$1</i> on: <i>$2</i>", |
22 | | - "wah-downloading" : "Downloading File <i>$1%</i> done", |
23 | | - "wah-encoding" : "Encoding File <i>$1%</i> done", |
| 23 | + "wah-downloading" : "Downloading file <i>$1%</i> complete", |
| 24 | + "wah-encoding" : "Encoding file <i>$1%</i> complete", |
24 | 25 | |
25 | | - "wah-encoding-fail" : "Encoding Failed. Please reload this page or try back latter.", |
| 26 | + "wah-encoding-fail" : "Encoding failed. Please reload this page or try back latter.", |
26 | 27 | |
27 | | - "wah-uploading" : "Uploading File <i>$i</i> done", |
28 | | - "wah-uploadfail" : "Uploading Failed", |
29 | | - "wah-doneuploading" : "Done Uploading. Thanks for your Contribution.", |
| 28 | + "wah-uploading" : "Uploading file <i>$i</i> done", |
| 29 | + "wah-uploadfail" : "Uploading failed", |
| 30 | + "wah-doneuploading" : "Upload complete. Thank you for your contribution.", |
30 | 31 | |
31 | | - "wah-needs-firefogg": "To particate in wiki@home you need to install firefogg." |
| 32 | + "wah-needs-firefogg": "To particate in Wiki@Home you need to install Firefogg." |
32 | 33 | |
33 | 34 | }); |
34 | 35 | |