summaryrefslogtreecommitdiff
path: root/sql-ledger/locale/pt/login
blob: cbe762404801a71a1f7a74c44af01b4fcaa8c7f4 (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
28
$self{texts} = {
  'About'                       => 'Acerca',
  'Accounting'                  => 'Contabilidade',
  'Database Host'               => 'Servidor de Base de Dados',
  'Dataset'                     => 'Dataset',
  'Incorrect Dataset version!'  => 'Versão Dataset incorrecta!',
  'Incorrect Password!'         => 'Password Incorrecta!',
  'Licensed to'                 => 'Licenciado a',
  'Login'                       => 'Login',
  'Name'                        => 'Nome',
  'Password'                    => 'Password',
  'User'                        => 'Utilizador',
  'Version'                     => 'Versão',
  'You are logged out!'         => 'Terminou a sessão!',
  'You did not enter a name!'   => 'Não indicou nome!',
  'is not a member!'            => 'não é membro!',
  'localhost'                   => 'localhost',
};

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

1;