| Pgreet documentation | Contained in the Pgreet distribution. |
Pgreet::I18N::en_us - Locale::Maketext localization for Penguin Greetings
This module is part of the Locale::Maketext localization of secondary ecard sites of Penguin Greetings. See the Locale::Maketext documentation for more information on using this scheme for handling Internationalization/Localization.
Copyright (c) 2003-2005 Edouard Lagache
This software is released under the GNU General Public License, Version 2. For more information, see the COPYING file included with this software or visit: http://www.gnu.org/copyleft/gpl.html
No known bugs at this time.
Edouard Lagache <pgreetdev@canebas.org>
1.0.0
| Pgreet documentation | Contained in the Pgreet distribution. |
package Pgreet::I18N::en_us; # # File: en_us.pm ###################################################################### # # ** PENGUIN GREETINGS (pgreet) ** # # A Perl CGI-based web card application for LINUX and probably any # other UNIX system supporting standard Perl extensions. # # Edouard Lagache, elagache@canebas.org, Copyright (C) 2003-2005 # # Penguin Greetings (pgreet) consists of a Perl CGI script that # handles interactions with users wishing to create and/or # retrieve cards and a system daemon that works behind the scenes # to store the data and email the cards. # # ** This program has been released under GNU GENERAL PUBLIC # ** LICENSE. For information, see the COPYING file included # ** with this code. # # For more information and for the latest updates go to the # Penguin Greetings official web site at: # # http://pgreet.sourceforge.net/ # # and the SourceForge project page at: # # http://sourceforge.net/projects/pgreet/ # # ---------- # # Perl Module: Pgreet::I18N::en_us # This is a stub file that is part of the 'Locale::Maketext' # Internationalization support for the Penguin Greetings Secondary # ecard sites. Since the default project language is en_us, this is # an effectively empty file. ###################################################################### # $Id: en_us.pm,v 1.3 2005/05/31 16:44:39 elagache Exp $ # This class just zero-derives from the project base class. use base qw(Pgreet::I18N);
1;