[svn r21181] Minor - Added get_lang() to button in upgrade translation FS#4232

skala
Arthur Portugal 16 years ago
parent 23bb5f5edf
commit ef2df3e642
  1. 4
      main/install/install_functions.inc.php
  2. 2
      main/lang/english/install.inc.php
  3. 2
      main/lang/spanish/install.inc.php

@ -671,10 +671,10 @@ function display_requirements($installType, $badUpdatePath, $updatePath='', $upd
//echo '<input type="submit" name="step2_update" value="Upgrading is not possible in this beta version"';
//echo ' disabled="disabled"';
//end temp code
echo ' >Upgrade from Dokeos 1.8.x</button>';
echo ' >'.get_lang('UpgradeFromDokeos18x').'</button>';
echo '<button type="submit" class="save" name="step2_update_6" value="Upgrade from Dokeos 1.6.x"';
if($error) echo ' disabled="disabled"';
echo ' >Upgrade from Dokeos 1.6.x</button>';
echo ' >'.get_lang('UpgradeFromDokeos16x').'</button>';
echo '</p>';
}
}

@ -114,4 +114,6 @@ $PleasGoBackToStep1 = "Please go back to step 1";
$OptionalParameters = "Optional parameters";
$FailedConectionDatabase = "The database connection has failed. This is generally due to the wrong user, the wrong password or the wrong database prefix being set above. Please review these settings and try again.";
$EncryptMethodUserPass = "Encryption method";
$UpgradeFromDokeos16x = "Upgrade from Dokeos 1.6.x";
$UpgradeFromDokeos18x = "Upgrade from Dokeos 1.8.x";
?>

@ -114,4 +114,6 @@ $PleasGoBackToStep1 = "Por favor, vuelva al paso 1";
$OptionalParameters = "Parámetros opcionales";
$FailedConectionDatabase = "La conexión con la base de datos ha fallado. Puede que el nombre de usuario, la contraseña o el prefijo de la base de datos sean incorrectos. Por favor, revise estos datos y vuelva a intentarlo.";
$EncryptMethodUserPass = "Método de encriptación";
$UpgradeFromDokeos16x = "Actualizar desde Dokeos 1.6.x";
$UpgradeFromDokeos18x = "Actualizar desde Dokeos 1.8.x";
?>
Loading…
Cancel
Save