Fix merge of PR 298

1.9.x
Yannick Warnier 11 years ago
parent f3a26d05a3
commit a6a15711fc
  1. 4
      plugin/ticket/lang/english.php
  2. 4
      plugin/ticket/lang/french.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";

@ -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";

Loading…
Cancel
Save