@@ -56,7 +56,7 @@ function is_already_installed_system() {
5656 * @param string Text to show when extension is available (defaults to 'No')
5757 * @param boolean Whether this extension is optional (in this case show unavailable text in orange rather than red)
5858 * @return string HTML string reporting the status of this extension. Language-aware.
59- * @author Christophe Gesché
59+ * @author Christophe Gesch??
6060 * @author Patrick Cool <patrick.cool@UGent.be>, Ghent University
6161 * @author Yannick Warnier <yannick.warnier@dokeos.com>
6262 * @version Dokeos 1.8.1, May 2007
@@ -104,7 +104,7 @@ function get_php_setting($val) {
104104 *
105105 * @param integer $var The variable to present as text
106106 * @return string the string "true" or "false"
107- * @author Christophe Gesché
107+ * @author Christophe Gesch??
108108 */
109109function true_false ($ var ) {
110110 return $ var ? 'true ' : 'false ' ;
@@ -992,7 +992,7 @@ function display_language_selection_box($name = 'language_list', $default_langua
992992 * can be done in the language of the user
993993 */
994994function display_language_selection () { ?>
995- <h1 ><?php get_lang ('WelcomeToTheDokeosInstaller ' ); ?> </h1 >
995+ <h2 ><?php get_lang ('WelcomeToTheDokeosInstaller ' ); ?> </h2 >
996996 <h2><?php echo display_step_sequence (); ?> <?php echo get_lang ('InstallationLanguage ' ); ?> </h2>
997997 <p><?php echo get_lang ('PleaseSelectInstallationProcessLanguage ' ); ?> :</p>
998998 <form id="lang_form" method="post" action="<?php echo api_get_self (); ?> ">
@@ -1026,7 +1026,7 @@ function display_requirements($installType, $badUpdatePath, $updatePath = '', $u
10261026 }
10271027
10281028 // SERVER REQUIREMENTS
1029- echo '<div class="RequirementHeading"><h1 > ' .get_lang ('ServerRequirements ' ).'</h1 > ' ;
1029+ echo '<div class="RequirementHeading"><h2 > ' .get_lang ('ServerRequirements ' ).'</h2 > ' ;
10301030 echo '<div class="RequirementText"> ' .get_lang ('ServerRequirementsInfo ' ).'</div> ' ;
10311031 echo '<div class="RequirementContent"> ' ;
10321032 echo '<table class="requirements">
@@ -1096,7 +1096,7 @@ function display_requirements($installType, $badUpdatePath, $updatePath = '', $u
10961096 // RECOMMENDED SETTINGS
10971097 // Note: these are the settings for Joomla, does this also apply for Chamilo?
10981098 // Note: also add upload_max_filesize here so that large uploads are possible
1099- echo '<div class="RequirementHeading"><h1 > ' .get_lang ('RecommendedSettings ' ).'</h1 > ' ;
1099+ echo '<div class="RequirementHeading"><h2 > ' .get_lang ('RecommendedSettings ' ).'</h2 > ' ;
11001100 echo '<div class="RequirementText"> ' .get_lang ('RecommendedSettingsInfo ' ).'</div> ' ;
11011101 echo '<div class="RequirementContent"> ' ;
11021102 echo '<table class="requirements">
@@ -1165,7 +1165,7 @@ function display_requirements($installType, $badUpdatePath, $updatePath = '', $u
11651165 echo '</div> ' ;
11661166
11671167 // DIRECTORY AND FILE PERMISSIONS
1168- echo '<div class="RequirementHeading"><h1 > ' .get_lang ('DirectoryAndFilePermissions ' ).'</h1 > ' ;
1168+ echo '<div class="RequirementHeading"><h2 > ' .get_lang ('DirectoryAndFilePermissions ' ).'</h2 > ' ;
11691169 echo '<div class="RequirementText"> ' .get_lang ('DirectoryAndFilePermissionsInfo ' ).'</div> ' ;
11701170 echo '<div class="RequirementContent"> ' ;
11711171 echo '<table class="requirements">
@@ -1483,19 +1483,19 @@ function get_contact_registration_form() {
14831483 <div class="label"> ' .get_lang ('WhichLanguageWouldYouLikeToUseWhenContactingYou ' ).'</div>
14841484 <div class="formw">
14851485 <select id="language" name="language">
1486- <option value="bulgarian">Български </option>
1486+ <option value="bulgarian">?????????????????? </option>
14871487 <option value="indonesian">Bahasa Indonesia</option>
14881488 <option value="bosnian">Bosanski</option>
14891489 <option value="german">Deutsch</option>
14901490 <option selected="selected" value="english">English</option>
14911491 <option value="spanish">Spanish</option>
1492- <option value="french">Français </option>
1492+ <option value="french">Fran??ais </option>
14931493 <option value="italian">Italian</option>
14941494 <option value="hungarian">Magyar</option>
14951495 <option value="dutch">Nederlands</option>
1496- <option value="brazilian">Português do Brasil</option>
1497- <option value="portuguese">Português europeu</option>
1498- <option value="slovenian">Slovenščina </option>
1496+ <option value="brazilian">Portugu??s do Brasil</option>
1497+ <option value="portuguese">Portugu??s europeu</option>
1498+ <option value="slovenian">Sloven????ina </option>
14991499 </select>
15001500 </div>
15011501 </div>
0 commit comments