summaryrefslogtreecommitdiff
path: root/sql-ledger/locale/fr/pw
blob: 130bffb59fd4abaabb3420bc2bde0e5fd049da0e (plain)
1
2
3
4
5
6
7
8
9
10
11
$self{texts} = {
  'Continue'                    => 'Continuer',
  'Password'                    => 'Mot de passe',
};

$self{subs} = {
  'getpassword'                 => 'getpassword',
  'continuer'                   => 'continue',
};

1;