Index: trunk/extensions/PlayerStatsGrabber/PlayerStatsGrabber.i18n.php |
— | — | @@ -1,37 +1,35 @@ |
2 | 2 | <?php |
3 | 3 | $messages = array(); |
4 | 4 | |
5 | | -$messages['en'] = array( |
6 | | - 'playerstatsgrabber' => 'Player Stats Survey', |
7 | | - 'ps_take_video_survey'=> 'Video Playback Survey', |
8 | | - 'ps_survey_description'=> |
9 | | - 'This Survey will help wikipedia improve support for rich media. Please answer the following questions:', |
10 | | - 'ps_could_play'=>'When you clicked "play", did the video playback perfectly with audio?', |
11 | | - 'ps_play_yes' =>'Yes, the clip played perfectly', |
12 | | - 'ps_play_no' =>'No, had issues or did not play', |
| 5 | +$messages['en'] = array( |
| 6 | + 'playerstatsgrabber' => 'Player stats survey', |
| 7 | + 'ps_take_video_survey'=> 'Video playback survey', |
| 8 | + 'ps_survey_description'=> 'This survey will help improve support for rich media. |
| 9 | +Please answer the following questions:', |
| 10 | + 'ps_could_play'=>'When you clicked "play", did the video playback perfectly with audio?', |
| 11 | + 'ps_play_yes' =>'Yes, the clip played perfectly', |
| 12 | + 'ps_play_no' =>'No, there were issues or it did not play', |
13 | 13 | |
14 | | - 'ps_problem_checkoff' => 'Please mark any of the following problems if they occurred:', |
15 | | - |
16 | | - 'ps_no_video' => 'No Video played back at all', |
17 | | - 'ps_jumpy_playback' =>' Jumping playback (the video played then paused then played)', |
18 | | - 'ps_no_sound' => 'No Audio, (My Computer Volume is ON but I hear no audio for this video)', |
19 | | - 'ps_bad_sync' => 'Audio was out of sync with the video', |
| 14 | + 'ps_problem_checkoff' => 'Please mark any of the following problems if they occurred:', |
20 | 15 | |
21 | | - 'ps_problems_desc' => 'Please describe any additional issues bellow (optional):', |
| 16 | + 'ps_no_video' => 'No video played back at all', |
| 17 | + 'ps_jumpy_playback' =>' Jumping playback (the video played,, then paused then played)', |
| 18 | + 'ps_no_sound' => 'No audio, (my computer volume is on, but I hear no audio for this video)', |
| 19 | + 'ps_bad_sync' => 'Audio was out of sync with the video', |
22 | 20 | |
23 | | - 'ps_would_install' =>'As a Wikipedia user, would you install an additional plug-in to view |
24 | | -videos on Wikipedia?', |
25 | | - 'ps_no_install' =>'No, I would not install additional plug-in', |
26 | | - 'ps_yes_install' =>'Yes, I would install an additional plug-in', |
| 21 | + 'ps_problems_desc' => 'Please describe any additional issues below (optional):', |
27 | 22 | |
28 | | - 'ps_would_switch' =>'You appear to be running Internet Explore. As a Wikipedia user, would you consider installing a different browser to improve your media experience on Wikipedia?', |
29 | | - 'ps_yes_switch' =>'Yes I would switch browsers', |
30 | | - 'ps_no_switch' =>'No I would switch browsers', |
31 | | - |
32 | | - 'ps_your_email' =>'your email address (optional) ', |
33 | | - 'ps_submit_survey' =>'Submit Survey', |
34 | | - 'ps_privacy' =>'Privacy link or note goes here', |
35 | | - 'ps_thanks' =>'Thank you for Participating in this Video Survey' |
| 23 | + 'ps_would_install' =>'Would you install an additional plug-in to view videos on this wiki?', |
| 24 | + 'ps_no_install' =>'No, I would not install an additional plug-in', |
| 25 | + 'ps_yes_install' =>'Yes, I would install an additional plug-in', |
| 26 | + |
| 27 | + 'ps_would_switch' =>'You appear to be running Internet Explorer. |
| 28 | +Would you consider installing a different browser to improve your media experience on this wiki?', |
| 29 | + 'ps_yes_switch' =>'Yes, I would switch browsers', |
| 30 | + 'ps_no_switch' =>'No, I would switch browsers', |
| 31 | + |
| 32 | + 'ps_your_email' =>'Your email address (optional)', |
| 33 | + 'ps_submit_survey' =>'Submit survey', |
| 34 | + 'ps_privacy' =>'Privacy link or note goes here', |
| 35 | + 'ps_thanks' =>'Thank you for participating in this video survey', |
36 | 36 | ); |
37 | | - |
38 | | -?> |
\ No newline at end of file |