[otrs-cvs] GeneralCatalog/Kernel/Language ms_GeneralCatalog.pm, NONE, 1.1
"CVS commits notifications of OTRS.org" <[email protected]> Thu, 18 Apr 2013 16:34:08 +0000
| Newsgroups | gmane.comp.otrs.cvs |
|---|---|
| Message-ID | <[email protected]> |
Comments:
Update of /home/cvs/GeneralCatalog/Kernel/Language
In directory lancelot:/tmp/cvs-serv26373/Kernel/Language
Added Files:
ms_GeneralCatalog.pm
Log Message:
Added Bahasa Malaysia (ms) translation, thanks to Kenny Cheah!
Author: ub
--- NEW FILE: ms_GeneralCatalog.pm ---
# --
# Kernel/Language/ms_GeneralCatalog.pm - translation file
# Copyright (C) 2001-2013 OTRS AG, http://otrs.org/
# --
# $Id: ms_GeneralCatalog.pm,v 1.1 2013/04/18 16:34:03 ub 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::ms_GeneralCatalog;
use strict;
sub Data {
my $Self = shift;
# Template: AAAGeneralCatalog
$Self->{Translation}->{'Functionality'} = 'Fungsi';
# Template: AdminGeneralCatalog
$Self->{Translation}->{'General Catalog Management'} = 'Katalog Pengurusan General';
$Self->{Translation}->{'Add Catalog Item'} = 'Tambahan Item Katalog';
$Self->{Translation}->{'Add Catalog Class'} = 'Tambah Kelas Katalog';
$Self->{Translation}->{'Catalog Class'} = 'Kelas Katalog';
# SysConfig
$Self->{Translation}->{'Create and manage the General Catalog.'} = 'Cipta dan urus Katalog General.';
$Self->{Translation}->{'Frontend module registration for the AdminGeneralCatalog configuration in the admin area.'} = '';
$Self->{Translation}->{'General Catalog'} = 'Katalog General';
$Self->{Translation}->{'Parameters for the example comment 2 of the general catalog attributes.'} = '';
$Self->{Translation}->{'Parameters for the example permission groups of the general catalog attributes.'} = '';
#
# OBSOLETE ENTRIES FOR REFERENCE, DO NOT TRANSLATE!
#
$Self->{Translation}->{'A Catalog Class should have a Name!'} = 'Kelas katalog perlu mempunyai nama!';
$Self->{Translation}->{'A Catalog Class should have a description!'} = 'Kelas katalog perlu mempunyai penjelasan!';
$Self->{Translation}->{'Catalog Class is required.'} = 'Kelas katalog adalah diperlukan.';
$Self->{Translation}->{'Name is required.'} = 'Nama diperlukan.';
}
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