File Coverage

blib/lib/AproJo/I18N/en.pm
Criterion Covered Total %
statement 3 3 100.0
branch n/a
condition n/a
subroutine 1 1 100.0
pod n/a
total 4 4 100.0


line stmt bran cond sub pod time code
1             package AproJo::I18N::en;
2 2     2   18956 use Mojo::Base 'AproJo::I18N';
  2         3  
  2         11  
3              
4             our %Lexicon = (
5              
6             'start' => 'Start',
7             'logout from system' => 'logout from system',
8             'log into system' => 'log into system',
9             'change skin' => 'change skin',
10              
11             'login' => 'Login',
12             'logout' => 'Logout',
13              
14             'The universal Time Tracking Tool by Fixpunkt' => 'The universal Time Tracking Tool by Fixpunkt',
15              
16             'Login' => 'Login',
17             'username' => 'Username',
18             'name' => 'Name',
19             'password' => 'Password',
20             'keep logged in' => 'keep me logged in',
21             'lost password?' => 'lost password?',
22             'register newly' => 'register newly',
23              
24             'user_id' => 'User-ID',
25             'alias' => 'Alias',
26             'trash' => 'Trash',
27             'active' => 'active',
28             'mail' => 'Email',
29             'global_role_id' => 'Role',
30             'action' => 'Action',
31             'edit' => 'Edit',
32              
33             'Set a New Password' => 'Set a New Password',
34             'New Password' => 'New Password',
35             'Repeat Password' => 'Repeat Password',
36             'Only fill these boxes to set a new password (required for new account).' => 'Only fill these boxes to set a new password (required for new account).',
37             'Administrators can add and change users' => 'Administrators can add and change users',
38             'store' => 'store',
39              
40             );
41              
42             1;