[otrs-cvs] TemplateModule/Kernel/Language de_TemplateModule.pm, NONE, 1.1

"CVS commits notifications of OTRS.org" <[email protected]> Wed, 29 May 2013 11:54:18 +0000
Newsgroups gmane.comp.otrs.cvs
Message-ID <[email protected]>
Comments:
Update of /home/cvs/TemplateModule/Kernel/Language
In directory lancelot:/tmp/cvs-serv32457/Kernel/Language

Added Files:
	de_TemplateModule.pm 
Log Message:
Added example translation file.

Author: te

--- NEW FILE: de_TemplateModule.pm ---
# --
# Kernel/Language/de_TemplateModule.pm - the German translation of the texts of TemplateModule
# Copyright (C) 2001-2013 OTRS AG, http://otrs.org/
# --
# $Id: de_TemplateModule.pm,v 1.1 2013/05/29 11:54:13 te Exp $
# --
# 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::de_TemplateModule;

use strict;
use warnings;

use vars qw($VERSION);
$VERSION = qw($Revision: 1.1 $) [1];

sub Data {
    my $Self = shift;

    my $Lang = $Self->{Translation};
    return if ref $Lang ne 'HASH';

    $Lang->{''} = '';

    # or
    $Self->{Translation} = {
        %{ $Self->{Translation} },

        '' => '',
    };

    # or
    $Self->{Translation}->{''} = '';

    return 1;
}

1;
---------------------------------------------------------------------
OTRS mailing list: cvs-log - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/cvs-log
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/cvs-log