flash upgrader MDL-20841 Add lang support to the flash upgrader

This commit is contained in:
jerome mouneyrac
2009-11-27 09:50:14 +00:00
parent bb2fcfcbc3
commit ee720bd06f
4 changed files with 11 additions and 0 deletions
+2
View File
@@ -658,6 +658,8 @@ $string['firstaccess'] = 'First access';
$string['firstdayofweek'] = '0';
$string['firstname'] = 'First name';
$string['firsttime'] = 'Is this your first time here?';
$string['flashlinkmessage'] = 'Please upgrade your Flash player now:';
$string['flashupgrademessage'] = " The Flash plugin is required to play this content, but the version you have is too old.\n\n You may need to log out and log in back after upgrade.";
$string['folder'] = 'Folder';
$string['folderclosed'] = 'Closed folder';
$string['folderopened'] = 'Opened folder';
Binary file not shown.
Binary file not shown.
+9
View File
@@ -0,0 +1,9 @@
<?php
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
require('../../config.php');
require_login();
echo 'alertmessage='.get_string('flashupgrademessage').'&linkmessage='.get_string('flashlinkmessage');
?>