summaryrefslogtreecommitdiff
path: root/sql-ledger/locale/se/login
blob: 2fe34aa8075c7bb33f039affacdda94816e0835f (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'                       => 'Om',
  'Database Host'               => 'Databasvärd',
  'Dataset'                     => 'Dataset',
  'Incorrect Dataset version!'  => 'Felaktig databasversion',
  'Incorrect Password!'         => 'Felaktigt lösenord',
  'Licensed to'                 => 'Licensierad till',
  'Login'                       => 'Logga in',
  'Name'                        => 'Namn',
  'Password'                    => 'Lösenord',
  'User'                        => 'Användare',
  'Version'                     => 'Version',
  'You are logged out!'         => 'Du är utloggad',
  'You did not enter a name!'   => 'Du skrev inte in något namn',
  'is not a member!'            => 'är inte medlem!',
  'localhost'                   => 'localhost',
};

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

1;