mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-24 10:21:32 +01:00
Fix: Trad
This commit is contained in:
@@ -804,7 +804,7 @@ ShowProfIdInAddress=Show professionnal id with addresses on documents
|
|||||||
TranslationUncomplete=Partial translation
|
TranslationUncomplete=Partial translation
|
||||||
SomeTranslationAreUncomplete=Some languages may be partially translated or may contains errors. If you detect some, you can fix <b>.lang</b> text files into directory <b>htdocs/langs</b> and submit them on the forum at <a href="http://www.dolibarr.org/forum" target="_blank">http://www.dolibarr.org</a>.
|
SomeTranslationAreUncomplete=Some languages may be partially translated or may contains errors. If you detect some, you can fix <b>.lang</b> text files into directory <b>htdocs/langs</b> and submit them on the forum at <a href="http://www.dolibarr.org/forum" target="_blank">http://www.dolibarr.org</a>.
|
||||||
MenuUseLayout=Make vertical menu hidable (option javascript must not be disabled)
|
MenuUseLayout=Make vertical menu hidable (option javascript must not be disabled)
|
||||||
MAIN_DISABLE_METEO=Désactiver la vue météo
|
MAIN_DISABLE_METEO=Disable meteo view
|
||||||
|
|
||||||
##### Module password generation
|
##### Module password generation
|
||||||
PasswordGenerationStandard=Return a password generated according to internal Dolibarr algorithm: 8 characters containing shared numbers and characters in lowercase.
|
PasswordGenerationStandard=Return a password generated according to internal Dolibarr algorithm: 8 characters containing shared numbers and characters in lowercase.
|
||||||
|
|||||||
@@ -814,7 +814,7 @@ ShowProfIdInAddress=Afficher l'identifiant professionnel dans les adresses sur l
|
|||||||
TranslationUncomplete=Traduction partielle
|
TranslationUncomplete=Traduction partielle
|
||||||
SomeTranslationAreUncomplete=Certaines langues sont traduites partiellement ou peuvent contenir des erreurs. Si vous en détectez, vous pouvez corriger les fichiers textes <b>.lang</b> du répertoire <b>htdocs/langs</b> et les soumettre sur le forum à <a href="http://www.dolibarr.fr/forum" target="_blank">http://www.dolibarr.fr</a>.
|
SomeTranslationAreUncomplete=Certaines langues sont traduites partiellement ou peuvent contenir des erreurs. Si vous en détectez, vous pouvez corriger les fichiers textes <b>.lang</b> du répertoire <b>htdocs/langs</b> et les soumettre sur le forum à <a href="http://www.dolibarr.fr/forum" target="_blank">http://www.dolibarr.fr</a>.
|
||||||
MenuUseLayout=Rendre le menu gauche cachable (L'option javascript ne doit pas avoir été désactivée)
|
MenuUseLayout=Rendre le menu gauche cachable (L'option javascript ne doit pas avoir été désactivée)
|
||||||
MAIN_DISABLE_METEO=Disable meteo view
|
MAIN_DISABLE_METEO=Désactiver la vue météo
|
||||||
|
|
||||||
##### Module password generation= undefined
|
##### Module password generation= undefined
|
||||||
PasswordGenerationStandard= Renvoie un mot de passe généré selon algorithme interne Dolibarr: 8 caractères, chiffres et caractères en minuscules mélangés.
|
PasswordGenerationStandard= Renvoie un mot de passe généré selon algorithme interne Dolibarr: 8 caractères, chiffres et caractères en minuscules mélangés.
|
||||||
|
|||||||
@@ -433,9 +433,9 @@ foreach($mainmenuusedarray as $key => $val)
|
|||||||
div.login {
|
div.login {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
<?php print $right; ?>: 60px;
|
<?php print $right; ?>: 60px;
|
||||||
top: 10px;
|
top: 12px;
|
||||||
padding: 0px 8px;
|
padding: 0px 8px;
|
||||||
margin: 0px 0px 1px 0px;
|
margin: 0px 0px 0px 0px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
div.login a {
|
div.login a {
|
||||||
|
|||||||
Reference in New Issue
Block a user