From 38ff5fd2837905c30a64c6ffc241eb01e7a37194 Mon Sep 17 00:00:00 2001 From: liumengyi Date: Tue, 28 Jun 2022 15:20:31 +0800 Subject: [PATCH] * Fix bug #24464. --- module/product/lang/fr.php | 2 +- module/testcase/css/view.en.css | 1 + module/testcase/css/view.fr.css | 1 + module/testcase/lang/de.php | 2 +- 4 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 module/testcase/css/view.fr.css diff --git a/module/product/lang/fr.php b/module/product/lang/fr.php index 130ae454cd..04c0a205f9 100644 --- a/module/product/lang/fr.php +++ b/module/product/lang/fr.php @@ -34,7 +34,7 @@ $lang->product->changeProgram = "{$lang->productCommon} confirmation of the s $lang->product->changeProgramTip = "%s > Change Program"; $lang->product->addWhitelist = 'Add Whitelist'; $lang->product->unbindWhitelist = 'Remove Whitelist'; -$lang->product->checkedProducts = '%s produits s électionnés' +$lang->product->checkedProducts = '%s produits s électionnés'; $lang->product->indexAction = "All {$lang->productCommon}"; $lang->product->closeAction = "Fermer {$lang->productCommon}"; diff --git a/module/testcase/css/view.en.css b/module/testcase/css/view.en.css index 67a9eb4eae..bb1731e649 100644 --- a/module/testcase/css/view.en.css +++ b/module/testcase/css/view.en.css @@ -1,2 +1,3 @@ .thWidth {width: 90px !important;} .lifeThWidth {width: 100px !important;} +#mainContent .table-data tbody>tr>th {width: 85px;} diff --git a/module/testcase/css/view.fr.css b/module/testcase/css/view.fr.css new file mode 100644 index 0000000000..17eff0106d --- /dev/null +++ b/module/testcase/css/view.fr.css @@ -0,0 +1 @@ +#mainContent .table-data tbody>tr>th {width: 100px;} diff --git a/module/testcase/lang/de.php b/module/testcase/lang/de.php index 27102462ff..49cc37dfb2 100644 --- a/module/testcase/lang/de.php +++ b/module/testcase/lang/de.php @@ -29,7 +29,7 @@ $lang->testcase->order = 'Rank'; $lang->testcase->title = 'Titel'; $lang->testcase->precondition = 'Voraussetzungen'; $lang->testcase->pri = 'Priorität'; -$lang->testcase->type = 'Typ'; +$lang->testcase->type = 'Type'; $lang->testcase->status = 'Status'; $lang->testcase->subStatus = 'Sub Status'; $lang->testcase->steps = 'Schritte';