Add help to guide translators on translation process.
This commit is contained in:
parent
6f2017e45e
commit
11ff153537
@ -121,7 +121,7 @@ if (isset($_GET["action"]) && $_GET["action"] == 'edit') // Edit
|
||||
print '<td width="20"> </td>';
|
||||
print '</tr>';
|
||||
|
||||
// Langue par defaut
|
||||
// Default language
|
||||
$var=!$var;
|
||||
print '<tr '.$bc[$var].'><td width="35%">'.$langs->trans("DefaultLanguage").'</td><td>';
|
||||
$formadmin->select_lang($conf->global->MAIN_LANG_DEFAULT,'main_lang_default',1);
|
||||
@ -319,7 +319,9 @@ else // Show
|
||||
print ($s?$s.' ':'');
|
||||
print ($conf->global->MAIN_LANG_DEFAULT=='auto'?$langs->trans("AutoDetectLang"):$langs->trans("Language_".$conf->global->MAIN_LANG_DEFAULT));
|
||||
print '</td>';
|
||||
print '<td width="20"> </td>';
|
||||
print '<td width="20">';
|
||||
if ($user->admin) print info_admin($langs->trans("SubmitTranslation",$conf->global->MAIN_LANG_DEFAULT),1);
|
||||
print '</td>';
|
||||
print "</tr>";
|
||||
|
||||
$var=!$var;
|
||||
@ -349,9 +351,7 @@ else // Show
|
||||
print '<tr '.$bc[$var].'><td width="35%">'.$langs->trans("ConfirmAjax").'</td><td>';
|
||||
if ($conf->global->MAIN_DISABLE_JAVASCRIPT) print $langs->trans("No").' ('.$langs->trans("JavascriptDisabled").')';
|
||||
else print yn(isset($conf->global->MAIN_CONFIRM_AJAX)?$conf->global->MAIN_CONFIRM_AJAX:0)."</td>";
|
||||
print '<td width="20">';
|
||||
//print $html->textwithpicto('',$langs->trans("FeatureDevelopment"));
|
||||
print ' </td>';
|
||||
print '<td width="20"> </td>';
|
||||
print "</tr>";
|
||||
|
||||
// Calendrier en popup
|
||||
|
||||
@ -219,6 +219,7 @@ MAIN_MAIL_SMTPS_ID=SMTP ID if authentication required
|
||||
MAIN_MAIL_SMTPS_PW=SMTP Password if authentication required
|
||||
MAIN_MAIL_EMAIL_TLS= Use TLS (SSL) encrypt
|
||||
FeatureNotAvailableOnLinux=Feature not available on Unix like systems. Test your sendmail program locally.
|
||||
SubmitTranslation=If translation for this language is not complete or you find errors, you can correct this by editing files into directory <b>langs/%s</b> and submit modified files on www.dolibarr.org forum.
|
||||
ModuleSetup=Module setup
|
||||
ModulesSetup=Modules setup
|
||||
ModuleFamilyBase=System
|
||||
|
||||
@ -219,6 +219,7 @@ MAIN_MAIL_SMTPS_ID= SMTP Authentification ID si authentification SMTP requise
|
||||
MAIN_MAIL_SMTPS_PW= SMTP Authentification Password si authentification SMTP requise
|
||||
MAIN_MAIL_EMAIL_TLS= Utilisation du cryptage TLS (SSL)
|
||||
FeatureNotAvailableOnLinux= Fonctionnalité non disponible sous systèmes Unix. Tester votre sendmail localement.
|
||||
SubmitTranslation=Si la traduction pour cette langue est incomplète ou si vous trouvez des erreurs, vous pouvez les corriger en éditant les fichiers dans le répertoire <b>langs/%s</b> et soumettre les modifications sur le forum www.dolibarr.fr.
|
||||
ModuleSetup= Configuration du module
|
||||
ModulesSetup= Configuration des modules
|
||||
ModuleFamilyBase= Système
|
||||
|
||||
Loading…
Reference in New Issue
Block a user