r41834 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r41833‎ | r41834 | r41835 >
Date:08:30, 8 October 2008
Author:siebrand
Status:old
Tags:
Comment:
Improve messages, update formatting
Modified paths:
  • /trunk/extensions/PlayerStatsGrabber/PlayerStatsGrabber.i18n.php (modified) (history)

Diff [purge]

Index: trunk/extensions/PlayerStatsGrabber/PlayerStatsGrabber.i18n.php
@@ -1,37 +1,35 @@
22 <?php
33 $messages = array();
44
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',
1313
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:',
2015
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',
2220
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):',
2722
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',
3636 );
37 -
38 -?>
\ No newline at end of file

Follow-up revisions

RevisionCommit summaryAuthorDate
r41848Revert most probably accidentally reverted message updates from r41834 in 41844siebrand19:25, 8 October 2008

Status & tagging log