# -- # Kernel/Modules/pt_BR_NewTicketWizard.pm - frontend module for creating custom new ticket interfaces # Translations # # Copyright (C) 2014 (Rodrigo Goncalves) (rodrigo.g@ufsc.br) # -- # This software comes with ABSOLUTELY NO WARRANTY. For details, see # the enclosed file COPYING for license information (AGPL). If you # did not receive this file, see http://www.gnu.org/licenses/agpl.txt. # -- package Kernel::Language::pt_BR_NewTicketWizard; use strict; use warnings; sub Data { my $Self = shift; $Self->{Translation}->{'Services per queue'} = 'Serviços por fila'; return 1; } 1;