This commit is contained in:
Laurent Destailleur 2020-01-30 12:24:04 +01:00
parent d8348d15f7
commit d0c37a3c61
4 changed files with 7 additions and 4 deletions

View File

@ -2,7 +2,7 @@
# from Dolibarr GitHub repository.
# For syntax, see http://about.travis-ci.org/docs/user/languages/php/
# We use dist: trusty to have php 5.4+ available
# We use dist: xenial to have php 5.6+ available
dist: xenial
sudo: required

View File

@ -16,6 +16,9 @@
*/
.opacitymedium {
opacity: 0.5;
}
body {
font-size:14px;

View File

@ -136,7 +136,7 @@ if (!empty($force_install_noedit)) {
>
</td>
<td class="comment"><?php
print $langs->trans("WithNoSlashAtTheEnd")."<br>";
print '<span class="opacitymedium">'.$langs->trans("WithNoSlashAtTheEnd")."</span><br>";
print $langs->trans("Examples").":<br>";
?>
<ul>
@ -167,7 +167,7 @@ if (!empty($force_install_noedit)) {
>
</td>
<td class="comment"><?php
print $langs->trans("WithNoSlashAtTheEnd")."<br>";
print '<span class="opacitymedium">'.$langs->trans("WithNoSlashAtTheEnd")."</span><br>";
print $langs->trans("DirectoryRecommendation")."<br>";
print $langs->trans("Examples").":<br>";
?>

View File

@ -91,7 +91,7 @@ GoToSetupArea=Go to Dolibarr (setup area)
MigrationNotFinished=The database version is not completely up to date: run the upgrade process again.
GoToUpgradePage=Go to upgrade page again
WithNoSlashAtTheEnd=Without the slash "/" at the end
DirectoryRecommendation=It is recommended to use a directory outside of the web pages.
DirectoryRecommendation=<span class="warning">IMPORTANT</span>: You must use a directory that is outside of the web pages (so do not use a subdirectory of previous parameter).
LoginAlreadyExists=Already exists
DolibarrAdminLogin=Dolibarr admin login
AdminLoginAlreadyExists=Dolibarr administrator account '<b>%s</b>' already exists. Go back if you want to create another one.