diff options
Diffstat (limited to 'sql-ledger/locale/cn_utf/pw')
-rw-r--r-- | sql-ledger/locale/cn_utf/pw | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sql-ledger/locale/cn_utf/pw b/sql-ledger/locale/cn_utf/pw new file mode 100644 index 000000000..34784e6dd --- /dev/null +++ b/sql-ledger/locale/cn_utf/pw @@ -0,0 +1,11 @@ +$self{texts} = { + 'Continue' => '继续', + 'Password' => '密码', +}; + +$self{subs} = { + 'getpassword' => 'getpassword', + '继续' => 'continue', +}; + +1; |