diff options
author | glen201 <glen201@527446.no-reply.drupal.org> | 2009-07-24 05:32:55 +0000 |
---|---|---|
committer | glen201 <glen201@527446.no-reply.drupal.org> | 2009-07-24 05:32:55 +0000 |
commit | 814d3579e25baa41fc72e5de20b3cf6cc964ae3a (patch) | |
tree | f835b32da6a971d30fd173aa0714215e98c8edc6 | |
parent | 5955eb6ff6d8c64758c992c9d1d4c73fab35a162 (diff) | |
download | video-814d3579e25baa41fc72e5de20b3cf6cc964ae3a.tar.gz video-814d3579e25baa41fc72e5de20b3cf6cc964ae3a.tar.bz2 |
GMM: add link to Windows Media Player plug-in for Firefox browsers
-rw-r--r-- | includes/common.inc | 11 | ||||
-rw-r--r-- | po/video-module.pot | 12 |
2 files changed, 20 insertions, 3 deletions
diff --git a/includes/common.inc b/includes/common.inc index c86cc57..eeca72a 100644 --- a/includes/common.inc +++ b/includes/common.inc @@ -360,9 +360,14 @@ classid="clsid:6BF52A52-394A-11d3-B153-00C04F79FAA6" > </object>'; // only one </object> needed becouse only one opening tag has been parsed by browsers - $output = theme('video_format_play', $output, t('http://windowsupdate.microsoft.com/'), - t('Link to Windows Update'), - t('Download latest Windows Media Player')); + $output = "\n<div id=\"video-player\">\n" . $output; + $output .= "<p>\n". t('Problems viewing videos?'); + $output .= "<br />\n"; + $output .= l(t('Download latest Windows Media Player'), t('http://windowsupdate.microsoft.com/'), array('attributes' => array('title' => t('Link to Windows Update')), 'absolute' => TRUE)); + //GMM: add link to Windows Media Player plug-in for Firefox browsers + $output .= "<br />\n"; + $output .= l(t('Download the plug-in for Firefox'), t('http://support.mozilla.com/en-US/kb/Using+the+Windows+Media+Player+plugin+with+Firefox'), array('attributes' => array('title' => t('Link to Firefox Plug-in')), 'absolute' => TRUE)); + $output .= "\n</p> \n </div>\n"; return $output; } diff --git a/po/video-module.pot b/po/video-module.pot index 3a08301..2f7071d 100644 --- a/po/video-module.pot +++ b/po/video-module.pot @@ -671,6 +671,18 @@ msgstr "" msgid "Download latest Windows Media Player" msgstr "" +#: common.inc:0 +msgid "http://support.mozilla.com/en-US/kb/Using+the+Windows+Media+Player+plugin+with+Firefox" +msgstr "" + +#: common.inc:0 +msgid "Link to Firefox Plug-in" +msgstr "" + +#: common.inc:0 +msgid "Download the plug-in for Firefox" +msgstr "" + #: video.module:1343 msgid "http://www.google.com/support/youtube" msgstr "" |