Merge pull request #12519 from aspangaro/10.0_p10

Fix Ticket - Align language type with datas for translation
This commit is contained in:
Laurent Destailleur 2019-11-26 09:10:34 +01:00 committed by GitHub
commit 0a0fa3ec88
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 5 deletions

View File

@ -419,14 +419,14 @@ class FormTicket
if ($withdolfichehead) dol_fiche_end(); if ($withdolfichehead) dol_fiche_end();
print '<br><center>'; print '<div class="center">';
print '<input class="button" type="submit" name="add" value="' . $langs->trans(($this->withthreadid > 0 ? "SendResponse" : "NewTicket")) . '" />'; print '<input class="button" type="submit" name="add" value="' . $langs->trans(($this->withthreadid > 0 ? "SendResponse" : "NewTicket")) . '" />';
if ($this->withcancel) { if ($this->withcancel) {
print " &nbsp; &nbsp; "; print " &nbsp; &nbsp; &nbsp;";
print "<input class=\"button\" type=\"submit\" name=\"cancel\" value=\"" . $langs->trans("Cancel") . "\">"; print "<input class=\"button\" type=\"submit\" name=\"cancel\" value=\"" . $langs->trans("Cancel") . "\">";
} }
print "</center>\n"; print '</div>';
print "</form>\n"; print "</form>\n";
print "<!-- End form TICKET -->\n"; print "<!-- End form TICKET -->\n";

View File

@ -33,8 +33,9 @@ TicketDictSeverity=Ticket - Severities
TicketTypeShortBUGSOFT=Dysfonctionnement logiciel TicketTypeShortBUGSOFT=Dysfonctionnement logiciel
TicketTypeShortBUGHARD=Dysfonctionnement matériel TicketTypeShortBUGHARD=Dysfonctionnement matériel
TicketTypeShortCOM=Commercial question TicketTypeShortCOM=Commercial question
TicketTypeShortINCIDENT=Request for assistance TicketTypeShortISSUE=Request for assistance
TicketTypeShortPROJET=Project TicketTypeShortREQUEST=Change or enhancement request
TicketTypeShortPROJECT=Project
TicketTypeShortOTHER=Other TicketTypeShortOTHER=Other
TicketSeverityShortLOW=Low TicketSeverityShortLOW=Low