Browse Source

Update language terms

Yannick Warnier 8 years ago
parent
commit
33e3d3ed12

+ 3 - 0
main/lang/english/trad4all.inc.php

@@ -7920,4 +7920,7 @@ $IfYouAreSureTheTicketWillBeClosed = "If you are certain, the ticket will be clo
 $Priorities = "Priorities";
 $Tickets = "Tickets";
 $ThisTextShouldBeAtLeastXCharsLong = "This text should be at least %s characters long";
+$TicketXAssignedToUserX = "Ticket <b>#%s</b> assigned to user <b>%s</b>";
+$ThisItemIsRelatedToOtherTickets = "This item is related to other tickets.";
+$WarningCategoryXDoesntHaveUsers = "Warning: No one has been assigned to category %s";
 ?>

+ 3 - 0
main/lang/french/trad4all.inc.php

@@ -7869,4 +7869,7 @@ $IfYouAreSureTheTicketWillBeClosed = "Si vous confirmez, le ticket sera clôtur
 $Priorities = "Priorités";
 $Tickets = "Tickets";
 $ThisTextShouldBeAtLeastXCharsLong = "Ce texte doit contenir au moins %s caractères";
+$TicketXAssignedToUserX = "Ticket <b>#%s</b> assigné à l'utilisateur <b>%s</b>";
+$ThisItemIsRelatedToOtherTickets = "Cet élément est lié à d'autres tickets.";
+$WarningCategoryXDoesntHaveUsers = "Attention: Personne n'est assigné à la catégorie %s";
 ?>

+ 3 - 0
main/lang/spanish/trad4all.inc.php

@@ -7937,4 +7937,7 @@ $IfYouAreSureTheTicketWillBeClosed = "Si está seguro, el ticket será cerrado."
 $Priorities = "Prioridades";
 $Tickets = "Tickets";
 $ThisTextShouldBeAtLeastXCharsLong = "Este texto debe contener por lo mínimo 10 caracteres";
+$TicketXAssignedToUserX = "Ticket <b>#%s</b> asignado al usuario <b>%s</b>";
+$ThisItemIsRelatedToOtherTickets = "Este item está relacionado con otros tickets.";
+$WarningCategoryXDoesntHaveUsers = "Atención: La categoría %s no tiene responsables";
 ?>