diff --git a/plugin/ticket/lang/english.php b/plugin/ticket/lang/english.php index 473773ca5c..907906cba5 100644 --- a/plugin/ticket/lang/english.php +++ b/plugin/ticket/lang/english.php @@ -81,4 +81,6 @@ $strings['TicketWasThisAnswerSatisfying'] = "Was this answer satisfactory?"; $strings['TicketDetail'] = "Ticket details"; $strings['AreYouSure'] = "Are you sure?"; $strings['allow_student_add'] = "Allow students to generate tickets"; -?> +$strings['PleaseBeforeRegisterATicketSelectOneUser'] = "Please select a user before you register a ticket."; +$strings['RequestConfirmation'] = "Request confirmation"; + diff --git a/plugin/ticket/lang/french.php b/plugin/ticket/lang/french.php index 33c1f8660e..e22a32bff4 100644 --- a/plugin/ticket/lang/french.php +++ b/plugin/ticket/lang/french.php @@ -81,4 +81,6 @@ $strings['TicketWasThisAnswerSatisfying'] = "La réponse au ticket est-elle sati $strings['TicketDetail'] = "Détails du ticket"; $strings['AreYouSure'] = "Êtes-vous certain?"; $strings['allow_student_add'] = "Permettre à l'étudiant de générer des tickets"; -?> +$strings['PleaseBeforeRegisterATicketSelectOneUser'] = "Veuillez sélectionner un utilisateur avant d'enregistrer un ticket."; +$strings['RequestConfirmation'] = "Demander confirmation"; +