Annotation of doc/install/linux/LCLocalization/localize/de.pm, revision 1.1

1.1     ! raeburn     1: # The LearningOnline Network with CAPA
        !             2: # German Localization Lexicon for install script
        !             3: # run to prepare a system for LON-CAPA installation. 
        !             4: #
        !             5: # $Id: de.pm,v 1.1 2011/03/18 21:17:26 raeburn Exp $
        !             6: #
        !             7: # Copyright Michigan State University Board of Trustees
        !             8: #
        !             9: # This file is part of the LearningOnline Network with CAPA (LON-CAPA).
        !            10: #
        !            11: # LON-CAPA is free software; you can redistribute it and/or modify
        !            12: # it under the terms of the GNU General Public License as published by
        !            13: # the Free Software Foundation; either version 2 of the License, or
        !            14: # (at your option) any later version.
        !            15: #
        !            16: # LON-CAPA is distributed in the hope that it will be useful,
        !            17: # but WITHOUT ANY WARRANTY; without even the implied warranty of
        !            18: # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
        !            19: # GNU General Public License for more details.
        !            20: #
        !            21: # You should have received a copy of the GNU General Public License
        !            22: # along with LON-CAPA; if not, write to the Free Software
        !            23: # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
        !            24: #
        !            25: # /home/httpd/html/adm/gpl.txt
        !            26: #
        !            27: # http://www.lon-capa.org/
        !            28: #
        !            29: ######################################################################
        !            30: ######################################################################
        !            31: 
        !            32: package LCLocalization::localize::de;
        !            33: use base qw(LCLocalization::localize);
        !            34: 
        !            35: %Lexicon=('_AUTO' => 1,
        !            36: 
        !            37: 'char_encoding'=> 'UTF-8',
        !            38: 'language_code'=> 'de',
        !            39: 
        !            40: );
        !            41: 
        !            42: 1;

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>