Trad: Traduction "Step" dans export

This commit is contained in:
Laurent Destailleur 2006-04-01 02:51:20 +00:00
parent f9f6eab10d
commit bc8f2d8a71
3 changed files with 15 additions and 13 deletions

View File

@ -143,13 +143,13 @@ if ($step == 1 || ! $datatoexport)
$h = 0; $h = 0;
$head[$h][0] = DOL_URL_ROOT.'/exports/export.php?step=1'; $head[$h][0] = DOL_URL_ROOT.'/exports/export.php?step=1';
$head[$h][1] = $langs->trans("Step1"); $head[$h][1] = $langs->trans("Step")." 1";
$hselected=$h; $hselected=$h;
$h++; $h++;
/* /*
$head[$h][0] = ''; $head[$h][0] = '';
$head[$h][1] = $langs->trans("Step2"); $head[$h][1] = $langs->trans("Step")." 2";
$h++; $h++;
*/ */
@ -203,11 +203,11 @@ if ($step == 2 && $datatoexport)
$h = 0; $h = 0;
$head[$h][0] = DOL_URL_ROOT.'/exports/export.php?step=1'; $head[$h][0] = DOL_URL_ROOT.'/exports/export.php?step=1';
$head[$h][1] = $langs->trans("Step1"); $head[$h][1] = $langs->trans("Step")." 1";
$h++; $h++;
$head[$h][0] = DOL_URL_ROOT.'/exports/export.php?step=2&datatoexport='.$datatoexport; $head[$h][0] = DOL_URL_ROOT.'/exports/export.php?step=2&datatoexport='.$datatoexport;
$head[$h][1] = $langs->trans("Step2"); $head[$h][1] = $langs->trans("Step")." 2";
$hselected=$h; $hselected=$h;
$h++; $h++;
@ -309,15 +309,15 @@ if ($step == 3 && $datatoexport)
$h = 0; $h = 0;
$head[$h][0] = DOL_URL_ROOT.'/exports/export.php?step=1'; $head[$h][0] = DOL_URL_ROOT.'/exports/export.php?step=1';
$head[$h][1] = $langs->trans("Step1"); $head[$h][1] = $langs->trans("Step")." 1";
$h++; $h++;
$head[$h][0] = DOL_URL_ROOT.'/exports/export.php?step=2&datatoexport='.$datatoexport; $head[$h][0] = DOL_URL_ROOT.'/exports/export.php?step=2&datatoexport='.$datatoexport;
$head[$h][1] = $langs->trans("Step2"); $head[$h][1] = $langs->trans("Step")." 2";
$h++; $h++;
$head[$h][0] = DOL_URL_ROOT.'/exports/export.php?step=3&datatoexport='.$datatoexport; $head[$h][0] = DOL_URL_ROOT.'/exports/export.php?step=3&datatoexport='.$datatoexport;
$head[$h][1] = $langs->trans("Step3"); $head[$h][1] = $langs->trans("Step")." 3";
$hselected=$h; $hselected=$h;
$h++; $h++;
@ -418,19 +418,19 @@ if ($step == 4 && $datatoexport)
$h = 0; $h = 0;
$head[$h][0] = DOL_URL_ROOT.'/exports/export.php?step=1'; $head[$h][0] = DOL_URL_ROOT.'/exports/export.php?step=1';
$head[$h][1] = $langs->trans("Step1"); $head[$h][1] = $langs->trans("Step")." 1";
$h++; $h++;
$head[$h][0] = DOL_URL_ROOT.'/exports/export.php?step=2&datatoexport='.$datatoexport; $head[$h][0] = DOL_URL_ROOT.'/exports/export.php?step=2&datatoexport='.$datatoexport;
$head[$h][1] = $langs->trans("Step2"); $head[$h][1] = $langs->trans("Step")." 2";
$h++; $h++;
$head[$h][0] = DOL_URL_ROOT.'/exports/export.php?step=3&datatoexport='.$datatoexport; $head[$h][0] = DOL_URL_ROOT.'/exports/export.php?step=3&datatoexport='.$datatoexport;
$head[$h][1] = $langs->trans("Step3"); $head[$h][1] = $langs->trans("Step")." 3";
$h++; $h++;
$head[$h][0] = DOL_URL_ROOT.'/exports/export.php?step=4&datatoexport='.$datatoexport; $head[$h][0] = DOL_URL_ROOT.'/exports/export.php?step=4&datatoexport='.$datatoexport;
$head[$h][1] = $langs->trans("Step4"); $head[$h][1] = $langs->trans("Step")." 4";
$hselected=$h; $hselected=$h;
$h++; $h++;

View File

@ -16,3 +16,4 @@ NowClickToGenerateToBuildExportFile=Now, click on "Generate" to build export fil
AvailableFormats=Formats disponibles AvailableFormats=Formats disponibles
LibraryUsed=Librairie LibraryUsed=Librairie
LibraryVersion=Version LibraryVersion=Version
Step=Step

View File

@ -16,3 +16,4 @@ NowClickToGenerateToBuildExportFile=Maintenant, cliquez sur "G
AvailableFormats=Available formats AvailableFormats=Available formats
LibraryUsed=Library used LibraryUsed=Library used
LibraryVersion=Version LibraryVersion=Version
Step=Etape