english.php 1.8 KB

1234567891011121314151617181920212223242526272829303132333435
  1. <?php /* License: see /license.txt */
  2. //Needed in order to show the plugin title
  3. $strings['plugin_title'] = "Tickets";
  4. $strings['plugin_comment'] = "Plugin to include a support tickets system inside Chamilo.";
  5. $strings['tool_enable'] = "Enable Ticket plugin";
  6. $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.";
  7. $strings['TicketNum'] = "Ticket #";
  8. $strings['Date'] = "Date";
  9. $strings['DateLastEdition'] = "Last edited";
  10. $strings['Category'] = "Category";
  11. $strings['User'] = "User";
  12. $strings['Program'] = "Program";
  13. $strings['Responsible'] = "Assigned to";
  14. $strings['Status'] = "Status";
  15. $strings['Message'] = "Messages";
  16. $strings['Description'] = "Description";
  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['ValidUser'] = "Please select a user";
  21. $strings['ValidType'] = "Please select a type";
  22. $strings['ValidSubject'] = "Please select a topic";
  23. $strings['ValidCourse'] = "Please select a course";
  24. $strings['ValidEmail'] = "The e-mail address must be valid";
  25. $strings['ValidMessage'] = "You must enter a message";
  26. $strings['Presential'] = "Presential";
  27. $strings['PersonalEmail'] = "Personal e-mail";
  28. $strings['Optional'] = "Optional";
  29. $strings['ErrorRegisterMessage'] = "The ticket could not be created";
  30. $strings['Source'] = "Source";