Browse Source

Fix merge of PR 298

Yannick Warnier 10 years ago
parent
commit
a6a15711fc
2 changed files with 6 additions and 2 deletions
  1. 3 1
      plugin/ticket/lang/english.php
  2. 3 1
      plugin/ticket/lang/french.php

+ 3 - 1
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";
+

+ 3 - 1
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";
+