summaryrefslogtreecommitdiff
path: root/sql-ledger/locale/cn_utf/pw
blob: 34784e6ddb32a5aa94c5442632080b020df9353c (plain)
1
2
3
4
5
6
7
8
9
10
11
$self{texts} = {
  'Continue'                    => '继续',
  'Password'                    => '密码',
};

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

1;