diff options
author | ivan <ivan> | 2004-11-15 10:35:56 +0000 |
---|---|---|
committer | ivan <ivan> | 2004-11-15 10:35:56 +0000 |
commit | 5fc8c5edf574ab024d4646914b6432d458e2ffbd (patch) | |
tree | c8031ae966b35c47f6aea9929e10911412ff6c59 /sql-ledger/locale/tw_utf/pw | |
parent | a4fc489e860b7bc51b5282a87ea21750b30b905e (diff) | |
parent | 32306b5f8ffe4ce594409aa6e89626740b225a39 (diff) |
This commit was generated by cvs2svn to compensate for changes in r3883,
which included commits to RCS files with non-trunk default branches.
Diffstat (limited to 'sql-ledger/locale/tw_utf/pw')
-rw-r--r-- | sql-ledger/locale/tw_utf/pw | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sql-ledger/locale/tw_utf/pw b/sql-ledger/locale/tw_utf/pw new file mode 100644 index 000000000..e6426d461 --- /dev/null +++ b/sql-ledger/locale/tw_utf/pw @@ -0,0 +1,11 @@ +$self{texts} = { + 'Continue' => '繼續', + 'Password' => '密碼', +}; + +$self{subs} = { + 'getpassword' => 'getpassword', + '繼續' => 'continue', +}; + +1; |