Chamilo is a learning management system focused on ease of use and accessibility
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
chamilo-lms/plugin/ticket/lang/english.php

35 lines
1.8 KiB

<?php /* License: see /license.txt */
//Needed in order to show the plugin title
$strings['plugin_title'] = "Tickets";
$strings['plugin_comment'] = "Plugin to include a support tickets system inside Chamilo.";
$strings['tool_enable'] = "Enable Ticket plugin";
$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.";
$strings['TicketNum'] = "Ticket #";
$strings['Date'] = "Date";
$strings['DateLastEdition'] = "Last edited";
$strings['Category'] = "Category";
$strings['User'] = "User";
$strings['Program'] = "Program";
$strings['Responsible'] = "Assigned to";
$strings['Status'] = "Status";
$strings['Message'] = "Messages";
$strings['Description'] = "Description";
$strings['MyTickets'] = "My Tickets";
$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";
$strings['TckSuccessSave'] = "Your ticket has been created successfully";
$strings['ValidUser'] = "Please select a user";
$strings['ValidType'] = "Please select a type";
$strings['ValidSubject'] = "Please select a topic";
$strings['ValidCourse'] = "Please select a course";
$strings['ValidEmail'] = "The e-mail address must be valid";
$strings['ValidMessage'] = "You must enter a message";
$strings['Presential'] = "Presential";
$strings['PersonalEmail'] = "Personal e-mail";
$strings['Optional'] = "Optional";
$strings['ErrorRegisterMessage'] = "The ticket could not be created";
$strings['Source'] = "Source";