~ubuntu-branches/ubuntu/trusty/libcgi-formbuilder-perl/trusty-proposed

« back to all changes in this revision

Viewing changes to lib/CGI/FormBuilder/Messages/es_ES.pm

  • Committer: Bazaar Package Importer
  • Author(s): Jonas Smedegaard
  • Date: 2008-06-28 20:29:04 UTC
  • mfrom: (2.1.7 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080628202904-81kzjon8e8silx88
Tags: 3.05.01-6
Set urgency=medium as 3.05.01-6 included a FTBFS bugfix.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
 
2
 
# Copyright (c) 2005 Nate Wiger <nate@wiger.org>. All Rights Reserved.
3
 
# Use "perldoc CGI::FormBuilder::Messages" to read full documentation.
 
2
###########################################################################
 
3
# Copyright (c) 2000-2006 Nate Wiger <nate@wiger.org>. All Rights Reserved.
 
4
# Please visit www.formbuilder.org for tutorials, support, and examples.
 
5
###########################################################################
4
6
 
5
7
package CGI::FormBuilder::Messages::locale;
6
8
 
7
 
=head1 NAME
8
 
 
9
 
CGI::FormBuilder::Messages::es_ES - es_ES messages for FormBuilder
10
 
 
11
 
=head1 SYNOPSIS
12
 
 
13
 
    use CGI::FormBuilder;
14
 
 
15
 
    my $form = CGI::FormBuilder->new(messages => 'auto');
16
 
 
17
 
=cut
18
 
 
19
9
use strict;
20
10
use utf8;
21
11
 
22
 
our $VERSION = '3.03';
 
12
our $REVISION = do { (my $r='$Revision: 100 $') =~ s/\D+//g; $r };
 
13
our $VERSION = '3.0501';
23
14
 
24
15
# First, create a hash of messages for this language
25
16
 
74
65
1;
75
66
__END__
76
67
 
77
 
=head1 DESCRIPTION
78
 
 
79
 
This module contains Spanish messages for FormBuilder.
80
 
 
81
 
If the C<messages> option is set to "auto" (the recommended
82
 
but NOT default setting), these messages will automatically
83
 
be displayed to Spanish clients:
84
 
 
85
 
     my $form = CGI::FormBuilder->new(messages => 'auto');
86
 
 
87
 
To force display of these messages, use the following
88
 
option:
89
 
 
90
 
     my $form = CGI::FormBuilder->new(messages => ':es_ES');
91
 
 
92
 
Thanks to Florian Merges for the Spanish translation.
93
 
 
94
 
=head1 VERSION
95
 
 
96
 
$Id: es_ES.pm,v 1.11 2006/02/24 01:42:29 nwiger Exp $
97
 
 
98
 
=head1 AUTHOR
99
 
 
100
 
Copyright (c) 2005-2006 Nate Wiger <nate@wiger.org>. All Rights Reserved.
101
 
 
102
 
This module is free software; you may copy this under the terms of
103
 
the GNU General Public License, or the Artistic License, copies of
104
 
which should have accompanied your Perl kit.
105
 
 
106
 
=cut