CGI::FormBuilder::Messages::no_NO.3pm

Langue: en

Version: 2006-06-06 (mandriva - 01/05/08)

Section: 3 (Bibliothèques de fonctions)

NAME

CGI::FormBuilder::Messages::no_NO - Norwegian messages for FormBuilder

SYNOPSIS

     use CGI::FormBuilder;
 
 
     my $form = CGI::FormBuilder->new(messages => 'auto');
 
 

DESCRIPTION

This module contains Norwegian messages for FormBuilder.

If the "messages" option is set to "auto" (the recommended but NOT default setting), these messages will automatically be displayed to Norwegian clients:

     my $form = CGI::FormBuilder->new(messages => 'auto');
 
 

To force display of these messages, use the following option:

     my $form = CGI::FormBuilder->new(messages => ':no_NO');
 
 

Thanks to Steinar Fremme for the Norwegian translation.

VERSION

$Id: no_NO.pm,v 1.16 2006/02/24 01:42:29 nwiger Exp $

AUTHOR

Copyright (c) 2005-2006 Nate Wiger <nate@wiger.org>, Steinar Fremme <steinar@fremme.no>. All Rights Reserved.

This module is free software; you may copy this under the terms of the GNU General Public License, or the Artistic License, copies of which should have accompanied your Perl kit.