Browse Source

Code cleanup for ticket plugin (3) - refs #6715

Yannick Warnier 11 years ago
parent
commit
42ea64d381
3 changed files with 15 additions and 10 deletions
  1. 2 2
      plugin/ticket/lang/english.php
  2. 4 2
      plugin/ticket/lang/french.php
  3. 9 6
      plugin/ticket/lang/spanish.php

+ 2 - 2
plugin/ticket/lang/english.php

@@ -1,13 +1,13 @@
 <?php /* License: see /license.txt */
 //Needed in order to show the plugin title
-$strings['plugin_title']        = "Tickets";
+$strings['plugin_title']        = "Support 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['TabsTickets']         = "Tickets tab";
 
 $strings['TicketNum']     = "Ticket #";
 $strings['Date']          = "Date";
-$strings['DateLastEdition']   = "Last edited";
 $strings['Category']      = "Category";
 $strings['User']          = "User";
 $strings['Program']       = "Program";

+ 4 - 2
plugin/ticket/lang/french.php

@@ -1,11 +1,13 @@
 <?php /* License: see /license.txt */
 //Needed in order to show the plugin title
-$strings['plugin_title']        = "Tickets";
+$strings['plugin_title']        = "Tickets de support";
 $strings['plugin_comment']      = "Plugin de gestion des tickets de support.";
+$strings['tool_enable']         = "Activer le plugin de tickets";
+$strings['tool_enable_help']    = "Activer l'outil de tickets activera un nouvel onglet dans le même menu horizontal. Cet onglet apparaîtra pour tous les utilisateurs et les mènera au système de gestion de tickets où ils pourront vérifier l'état de leurs tickets.";
+$strings['TabsTickets']         = "Onglet tickets";
 
 $strings['TicketNum']     = "Ticket #";
 $strings['Date']          = "Date";
-$strings['DateLastEdition']   = "Dernière modification";
 $strings['Category']      = "Catégorie";
 $strings['User']          = "Utilisateur";
 $strings['Program']       = "Programme";

+ 9 - 6
plugin/ticket/lang/spanish.php

@@ -1,11 +1,14 @@
 <?php /* License: see /license.txt */
 //Needed in order to show the plugin title
-$strings['plugin_title']        = "TicketSupport";
-$strings['plugin_comment']      = "Plugin para el soporte de Tickets de atencion sobre Chamilo.";
+$strings['plugin_title']        = "Tickets de soporte";
+$strings['plugin_comment']      = "Plugin para el soporte de tickets de atención dentro de Chamilo.";
+$strings['tool_enable']         = "Activar plugin de tickets";
+$strings['tool_enable_help']    = "Activar la herramienta de tickets hará disponible una nueva pestaña en la barra principal horizontal. Esta pestaña aparecerá para todos los usuarios y los guiará al sistema de gestión de tickets donde podrán verificar el estado de sus tickets.";
+$strings['TabsTickets']         = "Pestaña de tickets";
+
 
 $strings['TicketNum']        = "Ticket #";
 $strings['Date']             = "Fecha";
-$strings['DateLastEdition']  = "Ultima Edici&oacute;n";
 $strings['Category']      = "Categoria";
 $strings['User']          = "Usuario";
 $strings['Program']       = "Programa";
@@ -51,9 +54,9 @@ $strings['StsClose']       = "Cerrado";
 $strings['StsReenviado']   = "Reenviado";
 
 // Priority
-$strings['Priority']         = "Prioridad";
-$strings['PriorityHigh']     = "Alta";
-$strings['PriorityNormal']   = "Normal";
+$strings['Priority']         = "Prioridad";
+$strings['PriorityHigh']     = "Alta";
+$strings['PriorityNormal']   = "Normal";
 $strings['PriorityLow']      = "Baja";
 
 // Source