[otrs-cvs] GeneralCatalog/Kernel/Language fa_GeneralCatalog.pm, NONE, 1.1

CVS commits notifications of OTRS.org cvs-log at otrs.org
Mon Jul 20 09:59:42 GMT 2009


Comments:
Update of /home/cvs/GeneralCatalog/Kernel/Language
In directory lancelot:/tmp/cvs-serv32203/Kernel/Language

Added Files:
	fa_GeneralCatalog.pm 
Log Message:
Added persian (farsi) translation, thanks to Afshar Mohebbi!

Author: ub

--- NEW FILE: fa_GeneralCatalog.pm ---
# --
# Kernel/Language/fa_GeneralCatalog.pm - the persian (farsi) translation of GeneralCatalog
# Copyright (C) 2001-2009 OTRS AG, http://otrs.org/
# Copyright (C) 2003-2009 Afshar Mohebbi <afshar.mohebbi at gmail.com>
# --
# $Id: fa_GeneralCatalog.pm,v 1.1 2009/07/20 09:59:37 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::fa_GeneralCatalog;

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->{'General Catalog'}            = 'فهرست عمومی';
    $Lang->{'General Catalog Management'} = 'مدیریت فهرست عمومی';
    $Lang->{'Catalog Class'}              = 'فهرست کلاسی';
    $Lang->{'Add a new Catalog Class.'}   = 'اضافه کردن فهرست کلاسی.';
    $Lang->{'Add Catalog Item'}           = 'اضافه کردن یک قلم فهرست';
    $Lang->{'Add Catalog Class'}          = 'اضافه کردن کلاس فهرستی';
    $Lang->{'Functionality'}              = 'کارکردی';

    return 1;
}

1;


More information about the cvs-log mailing list