mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-06 09:38:23 +01:00
fix translation (#34154)
This commit is contained in:
@@ -157,7 +157,6 @@ Bookings
|
|||||||
BoxTitleLast
|
BoxTitleLast
|
||||||
BoxTitleLatest
|
BoxTitleLatest
|
||||||
BoxTitleLatestModifiedMyObjects
|
BoxTitleLatestModifiedMyObjects
|
||||||
ByDefault
|
|
||||||
Bzip2
|
Bzip2
|
||||||
CLI
|
CLI
|
||||||
CSS
|
CSS
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
* Copyright (C) 2011-2012 Juanjo Menent <jmenent@2byte.es>
|
* Copyright (C) 2011-2012 Juanjo Menent <jmenent@2byte.es>
|
||||||
* Copyright (C) 2011-2018 Philippe Grand <philippe.grand@atoo-net.com>
|
* Copyright (C) 2011-2018 Philippe Grand <philippe.grand@atoo-net.com>
|
||||||
* Copyright (C) 2020 Floriazn Henry <florian.henry@atm-consulting.fr>
|
* 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
|
* 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
|
* 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 '<tr class="oddeven">';
|
||||||
print '<td>'.$langs->trans("ImportCsvSeparator").' ('.$langs->trans("ByDefault").')</td>';
|
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 class="right"><input type="submit" class="button button-edit reposition" value="'.$langs->trans("Modify").'"></td>';
|
||||||
print '</td></tr>';
|
print '</td></tr>';
|
||||||
|
|
||||||
|
|||||||
@@ -2674,3 +2674,4 @@ ShowTopMenuURLIntoAFrame=Include content of URL into a frame under the top menu
|
|||||||
SameWindow=Same window
|
SameWindow=Same window
|
||||||
NewWindow=New window / New tab
|
NewWindow=New window / New tab
|
||||||
Synchronize=Synchronize
|
Synchronize=Synchronize
|
||||||
|
ByDefault=By default
|
||||||
|
|||||||
Reference in New Issue
Block a user