summaryrefslogtreecommitdiff
path: root/sql-ledger/locale/en_GB/login
blob: 262a18ceb1b24f3c735d2d26c5f5e48bf77830cf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
$self{texts} = {
  'About'                       => 'About',
  'Database Host'               => 'Database Host',
  'Dataset'                     => 'Dataset',
  'Incorrect Dataset version!'  => 'Incorrect Dataset version!',
  'Incorrect Password!'         => 'Incorrect Password!',
  'Licensed to'                 => 'Licensed to',
  'Login'                       => 'Login',
  'Name'                        => 'Name',
  'Password'                    => 'Password',
  'User'                        => 'User',
  'Version'                     => 'Version',
  'You are logged out!'         => 'You are logged out!',
  'You did not enter a name!'   => 'You did not enter a name!',
  'is not a member!'            => 'is not a member!',
  'localhost'                   => 'localhost',
};

$self{subs} = {
  'company_logo'                => 'company_logo',
  'login'                       => 'login',
  'login_screen'                => 'login_screen',
  'logout'                      => 'logout',
  'login'                       => 'login',
};

1;