english.php 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. <?php
  2. $strings['plugin_title'] = "Support tickets";
  3. $strings['plugin_comment'] = "Plugin to include a support tickets system inside Chamilo.";
  4. $strings['tool_enable'] = "Enable Ticket plugin";
  5. $strings['tool_enable_help'] = "Enabling the ticket tool will make a new tab available in the main horizontal menu. This tab will appear for all users and will lead them to the tickets management system where they can check the status of their tickets.";
  6. $strings['TabsTickets'] = "Tickets tab";
  7. $strings['TicketNum'] = "Ticket #";
  8. $strings['Date'] = "Date";
  9. $strings['Category'] = "Category";
  10. $strings['User'] = "User";
  11. $strings['Program'] = "Program";
  12. $strings['Responsible'] = "Assigned to";
  13. $strings['Status'] = "Status";
  14. $strings['Message'] = "Messages";
  15. $strings['Description'] = "Description";
  16. $strings['Tickets'] = "Tickets";
  17. $strings['MyTickets'] = "My Tickets";
  18. $strings['MsgWelcome'] = "Welcome to YOUR tickets section. Here, you'll be able to track the state of all the tickets you created in the main tickets section";
  19. $strings['TckSuccessSave'] = "Your ticket has been created successfully";
  20. $strings['TckClose'] = "Close the ticket";
  21. $strings['TckNew'] = "New ticket";
  22. $strings['TcksNew'] = "New tickets";
  23. $strings['Unassigned'] = "Not assigned";
  24. $strings['Unassign'] = "Unassigned";
  25. $strings['Read'] = "Read";
  26. $strings['Unread'] = "Not read";
  27. $strings['RegisterDate'] = "Registration date";
  28. $strings['AssignedTo'] = "Assigned to";
  29. $strings['ValidUser'] = "Please select a user";
  30. $strings['ValidType'] = "Please select a type";
  31. $strings['ValidSubject'] = "Please select a topic";
  32. $strings['ValidCourse'] = "Please select a course";
  33. $strings['ValidEmail'] = "The e-mail address must be valid";
  34. $strings['ValidMessage'] = "You must enter a message";
  35. $strings['PersonalEmail'] = "Personal e-mail";
  36. $strings['Optional'] = "Optional";
  37. $strings['ErrorRegisterMessage'] = "The ticket could not be created";
  38. $strings['Source'] = "Source";
  39. $strings['DeniedAccess'] = "Unauthorized access.";
  40. $strings['StatusNew'] = "New";
  41. $strings['StatusPending'] = "Pending";
  42. $strings['StatusUnconfirmed'] = "Unconfirmed";
  43. $strings['StatusClose'] = "Closed";
  44. $strings['StatusForwarded'] = "Resent";
  45. $strings['Priority'] = "Priority";
  46. $strings['PriorityHigh'] = "High";
  47. $strings['PriorityNormal'] = "Normal";
  48. $strings['PriorityLow'] = "Low";
  49. $strings['SrcEmail'] = "E-mail";
  50. $strings['SrcPhone'] = "Phone";
  51. $strings['SrcPresential'] = "In-person";
  52. $strings['TicketAssignedMsg'] = "<p>Dear %s</p><p><a href='%s'>Ticket %s</a> has been assigned to you.</p><p>Message sent from the support ticket system</p>";
  53. $strings['TicketAssignX'] = "[TICKETS] Assignation of ticket #%s";
  54. $strings['AreYouSureYouWantToCloseTheTicket'] = "Are you sure you want to close this ticket?";
  55. $strings['AreYouSureYouWantToUnassignTheTicket'] = "Are you sure you want to unassign this ticket?";
  56. $strings['YouMustWriteAMessage'] = "You have to enter a message";
  57. $strings['LastResponse'] = "Last response";
  58. $strings['AssignTicket'] = "Assign ticket";
  59. $strings['AttendedBy'] = "Attended by";
  60. $strings['IfYouAreSureTheTicketWillBeClosed'] = "If you are certain, the ticket will be closed";
  61. $strings['YourQuestionWasSentToTheResponableAreaX'] = "<p>Your support request was sent to the area manager: <a href='mailto:%s'>%s</a></p>";
  62. $strings['YourAnswerToTheQuestionWillBeSentToX'] = "<p>The answer to your support ticket was sent to the following e-mail: <a href='#'>%s</a></p>";
  63. $strings['VirtualSupport'] = "Virtual support";
  64. $strings['IncidentResentToVirtualSupport'] = "The incident was sent to virtual support";
  65. $strings['DateLastEdition'] = "Last edition date";
  66. $strings['GeneralInformation'] = "General information";
  67. $strings['TicketsAboutGeneralInformation'] = "Tickets about general information";
  68. $strings['Enrollment'] = "Enrollment";
  69. $strings['TicketsAboutEnrollment'] = "Tickets about enrollment";
  70. $strings['RequestAndPapework'] = "Requests and paperwork";
  71. $strings['TicketsAboutRequestAndPapework'] = "Tickets about requests and paperwork";
  72. $strings['AcademicIncidence'] = "Academic Incidents";
  73. $strings['TicketsAboutAcademicIncidence'] = "Tickets about academic incidents, like exams, practices, tasks, etc.";
  74. $strings['VirtualCampus'] = "Virtual campus";
  75. $strings['TicketsAboutVirtualCampus'] = "Tickets about virtual campus";
  76. $strings['OnlineEvaluation'] = "Online evaluation";
  77. $strings['TicketsAboutOnlineEvaluation'] = "Tickets about online evaluation";
  78. $strings['ToBeAssigned'] = "To be assigned";
  79. $strings['Untill'] = "Until";
  80. $strings['TicketWasThisAnswerSatisfying'] = "Was this answer satisfactory?";
  81. $strings['TicketDetail'] = "Ticket details";
  82. $strings['AreYouSure'] = "Are you sure?";
  83. $strings['allow_student_add'] = "Allow students to generate tickets";
  84. $strings['PleaseBeforeRegisterATicketSelectOneUser'] = "Please select a user before you register a ticket.";
  85. $strings['RequestConfirmation'] = "Request confirmation";
  86. $strings['TicketUpdated'] = "Ticket updated";
  87. $strings['TicketClosed'] = "Ticket closed";