Skip to content

Commit

Permalink
Evarisk#1045 [QRCode] fix: translations
Browse files Browse the repository at this point in the history
  • Loading branch information
theodaviddd committed Aug 6, 2024
1 parent f84423d commit e723f9b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
5 changes: 2 additions & 3 deletions admin/qrcode.php
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
* View
*/

$title = $langs->trans('RedirectionsSetup', $moduleName);
$title = $langs->trans('ModuleSetup', 'Saturne');
$help_url = 'FR:Module_' . $moduleName;

saturne_header(0, '', $title, $help_url);
Expand All @@ -102,8 +102,7 @@
print '<table class="noborder centpercent">';
print '<tr class="liste_titre">';
print '<td>' . $langs->trans('URL') . '</td>';
print '<td class="text-blank
">' . $langs->trans('QR Code') . '</td>';
print '<td class="center">' . $langs->trans('QR Code') . '</td>';
print '<td class="center">' . $langs->trans('ModuleName') . '</td>';
print '<td class="center">' . $langs->trans('Action') . '</td>';
print '</tr>';
Expand Down
8 changes: 8 additions & 0 deletions langs/fr_FR/saturne.lang
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,14 @@ Tools = Outils
ExportData = Exporter mes données


#
#
#

QRCode = QR Code
URLToEncode = URL à encoder
HowToUseURLToEncode = Ecrivez l'URL vers laquelle le QR Code doit pointer


#
# Other - Autres
Expand Down

0 comments on commit e723f9b

Please sign in to comment.