Enhancement of DoliWamp
This commit is contained in:
parent
3721df6dcd
commit
dddc471797
@ -241,7 +241,7 @@ if ($_POST["action"] == "set")
|
||||
// If here MAIN_VERSION_LAST_UPGRADE is not empty
|
||||
print $langs->trans("VersionLastUpgrade").': <b><font class="ok">'.$conf->global->MAIN_VERSION_LAST_UPGRADE.'</font></b><br>';
|
||||
print $langs->trans("VersionProgram").': <b><font class="ok">'.DOL_VERSION.'</font></b>';
|
||||
|
||||
print $langs->trans("MigrationNotFinished").'<br>';
|
||||
print "<br>";
|
||||
|
||||
print '<center><a href="'.$dolibarr_main_url_root .'/install/index.php">';
|
||||
|
||||
@ -84,6 +84,8 @@ YouNeedToPersonalizeSetup=You need to configure Dolibarr to match your needs (ap
|
||||
AdminLoginCreatedSuccessfuly=Dolibarr administrator login '<b>%s</b>' created successfuly.
|
||||
GoToDolibarr=Go to Dolibarr
|
||||
GoToSetupArea=Go to Dolibarr (setup area)
|
||||
MigrationNotFinished=Version of your dtabase is not completely up to date, so you'll have to run the upgrade process again.
|
||||
GoToUpgradePage=Go to upgrade page again
|
||||
Examples=Examples
|
||||
WithNoSlashAtTheEnd=Without the slash "/" at the end
|
||||
DirectoryRecommendation=It is recommended you put this directry out of the web pages directory.
|
||||
|
||||
@ -84,6 +84,8 @@ YouNeedToPersonalizeSetup=Vous devez maintenant configurer Dolibarr selon vos be
|
||||
AdminLoginCreatedSuccessfuly=Création du compte administrateur Dolibarr '<b>%s</b>' réussie.
|
||||
GoToDolibarr=Accéder à Dolibarr
|
||||
GoToSetupArea=Accéder à Dolibarr (espace configuration)
|
||||
MigrationNotFinished=La version de votre base n'est pas encore complètement à niveau, aussi il vous faudra relancer à nouveau une migration.
|
||||
GoToUpgradePage=Accéder à la page de migration à nouveau
|
||||
Examples=Exemples
|
||||
WithNoSlashAtTheEnd=Sans le slash "/" à la fin
|
||||
DirectoryRecommendation=Il est recommandé de mettre ce répertoire en dehors du répertoire des pages web.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user