our %Lexicon = %{ Locale::Maketext::Lexicon::Gettext->parse(<DATA>) };
our $VERSION = '0.08'; # VERSION
#use Data::Dump; dd \%Lexicon;
1;
# ABSTRACT: English translation for Perinci::To::PackageBase
=pod
=head1 NAME
Perinci::To::PackageBase::I18N::en - English translation for Perinci::To::PackageBase
=head1 VERSION
version 0.08
=head1 AUTHOR
Steven Haryanto <stevenharyanto@gmail.com>
=head1 COPYRIGHT AND LICENSE
This software is copyright (c) 2012 by Steven Haryanto.
This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.
=cut
__DATA__
msgid "Function"
msgstr "Function"
msgid "Functions"
msgstr "Functions"
msgid "General functions"
msgstr "General functions"
msgid "Functions related to '%1'"
msgstr "Functions related to '%1'"
msgid "Variable"
msgstr "Variable"
msgid "Variables"
msgstr "Variables"
msgid "General variables"
msgstr "General variables"
msgid "Variables related to '%1'"
msgstr "Variables related to '%1'"
msgid "Method"
msgstr "Method"
msgid "Methods"
msgstr "Methods"
msgid "General methods"
msgstr "General methods"
msgid "Methods related to '%1'"
msgstr "Methods related to '%1'"
msgid "Attribute"
msgstr "Attribute"
msgid "Attributes"
msgstr "Attributes"
msgid "General attributes"
msgstr "General attributes"
msgid "Attributes related to '%1'"
msgstr "Attributes related to '%1'"
msgid "Subpackages"
msgstr "Subpackages"
msgid "Name"
msgstr "Name"
msgid "Summary"
msgstr "Summary"
msgid "Version"
msgstr "Version"
msgid "Description"
msgstr "Description"
msgid "Examples"
msgstr "Examples"
msgid "See Also"
msgstr "See Also"
msgid "Links"
msgstr "Links"
msgid "Tags"
msgstr "Tags"
msgid "Categories"
msgstr "Categories"
msgid "Category"
msgstr "Category"
msgid "This package does not have functions"
msgstr "This package does not have functions"
msgid "This package does not have variables"
msgstr "This package does not have variables"
msgid "This class does not add any method of its own"
msgstr "This class does not add any method of its own"
msgid "This class does not add any attribute of its own"
msgstr "This class does not add any attribute of its own"
msgid "Methods from superclass '%1'"
msgstr "Methods from superclass '%1'"
msgid "Attributes from superclass '%1'"
msgstr "Attributes from superclass '%1'"
# tmp: Sah
msgid "default"
msgstr "default"
msgid "value in"
msgstr "value in"
msgid "required"
msgstr "required"
msgid "optional"
msgstr "optional"
msgid "minimum"
msgstr "minimum"
msgid "maximum"
msgstr "maximum"
msgid "less than"
msgstr "less than"
msgid "greater than"
msgstr "greater than"
msgid "between %1 and %2"
msgstr "between %1 and %2"
msgid "between %1 and %2 (exclusive)"
msgstr "between %1 and %2 (exclusive)"
# function
msgid "Arguments"
msgstr "Arguments"
msgid "General arguments"
msgstr "General arguments"
msgid "Arguments related to '%1'"
msgstr "Arguments related to '%1'"
msgid "'*' denotes required arguments"
msgstr "'*' denotes required arguments"
msgid "Result"
msgstr "Result"
msgid "Return value"
msgstr "Return value"
msgid "Returns an enveloped result (an array). First element (status) is an integer containing HTTP status code (200 means OK, 4xx caller error, 5xx function error). Second element (msg) is a string containing error message, or 'OK' if status is 200. Third element (result) is optional, the actual result. Fourth element (meta) is called result metadata and is optional, a hash that contains extra information."
msgstr "Returns an enveloped result (an array). First element (status) is an integer containing HTTP status code (200 means OK, 4xx caller error, 5xx function error). Second element (msg) is a string containing error message, or 'OK' if status is 200. Third element (result) is optional, the actual result. Fourth element (meta) is called result metadata and is optional, a hash that contains extra information."
# function features
msgid "This function supports undo operation. Please read 'The undo protocol' in Rinci::function specification."
msgstr "This function supports undo operation. Please read 'The undo protocol' in Rinci::function specification."
msgid "This function is declared as %1 (%2). Please read the '%1' feature in Rinci::function specification."
msgid "This function is declared as %1 (%2). Please read the '%1' feature in Rinci::function specification."
# test multiline
msgid ""
"Line 1"
"Line 2"
msgstr ""
"Line 1"
"Line 2"