Ado
view release on metacpan or search on metacpan
lib/Ado/I18n/en.pm view on Meta::CPAN
package Ado::I18n::en;
use Mojo::Base 'Ado::I18n';
use I18N::LangTags::List;
our %Lexicon = ( ##no critic(ProhibitPackageVars)
hello => 'Hello [_1],',
Logout => 'Sign out',
login_name => 'User',
login_password => 'Password',
login_field_error => 'Please enter a valid value for the field "[_1]"!',
first_name => 'First Name',
last_name => 'Last Name',
title => 'Title/Name',
tags => 'Tags',
time_created => 'Created on',
tstamp => 'Changed on',
body => 'Content (body)',
invisible => 'Invisible',
language => 'Language',
group_id => 'Group',
bg => I18N::LangTags::List::name('bg'),
en => I18N::LangTags::List::name('en'),
ru => I18N::LangTags::List::name('ru'),
de => I18N::LangTags::List::name('de'),
ASC => 'Ascending',
DESC => 'Descending',
created_by => 'Created by',
created_by_help => 'Who created this user?',
changed_by_help => 'Who modified this user the last time?',
changed_by => 'Changed by',
reg_date => 'Date of registration',
disabled => 'Locked',
description => 'Description',
'Sign in' => 'Sign in',
Translate => 'Translate',
LoginThanks => 'Thanks for logging in! Welcome!',
);
1;
=pod
=encoding utf8
=head1 NAME
Ado::I18n::en - lexicon for English
=cut
( run in 2.573 seconds using v1.01-cache-2.11-cpan-5837b0d9d2c )