[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