fix translation (#34154)

This commit is contained in:
Frédéric FRANCE
2025-05-15 10:13:24 +02:00
committed by GitHub
parent 88c4669d19
commit 801ea9dc5a
3 changed files with 3 additions and 3 deletions

View File

@@ -157,7 +157,6 @@ Bookings
BoxTitleLast
BoxTitleLatest
BoxTitleLatestModifiedMyObjects
ByDefault
Bzip2
CLI
CSS

View File

@@ -8,7 +8,7 @@
* Copyright (C) 2011-2012 Juanjo Menent <jmenent@2byte.es>
* Copyright (C) 2011-2018 Philippe Grand <philippe.grand@atoo-net.com>
* Copyright (C) 2020 Floriazn Henry <florian.henry@atm-consulting.fr>
* Copyright (C) 2024 Frédéric France <frederic.france@free.fr>
* Copyright (C) 2024-2025 Frédéric France <frederic.france@free.fr>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -99,7 +99,7 @@ print '<td class="center" width="100"></td>'."\n";
print '<tr class="oddeven">';
print '<td>'.$langs->trans("ImportCsvSeparator").' ('.$langs->trans("ByDefault").')</td>';
print '<td width="60" align="center">'."<input size=\"3\" class=\"flat\" type=\"text\" name=\"value\" value=\"".(!getDolGlobalString('IMPORT_CSV_SEPARATOR_TO_USE') ? ',' : $conf->global->IMPORT_CSV_SEPARATOR_TO_USE)."\"></td>";
print '<td width="60" align="center"><input size="3" class="flat" type="text" name="value" value="'.getDolGlobalString('IMPORT_CSV_SEPARATOR_TO_USE', ',').'"></td>';
print '<td class="right"><input type="submit" class="button button-edit reposition" value="'.$langs->trans("Modify").'"></td>';
print '</td></tr>';

View File

@@ -2674,3 +2674,4 @@ ShowTopMenuURLIntoAFrame=Include content of URL into a frame under the top menu
SameWindow=Same window
NewWindow=New window / New tab
Synchronize=Synchronize
ByDefault=By default