summaryrefslogtreecommitdiff
path: root/locale/cn_utf/pw
blob: 256580d650f3a539c7399e40845f57c6fca0979e (plain)
  1. $self{charset} = 'UTF-8';
  2. $self{texts} = {
  3. 'Continue' => '继续',
  4. 'Password' => '密码',
  5. 'Session expired!' => '会话过期',
  6. };
  7. $self{subs} = {
  8. 'getpassword' => 'getpassword',
  9. '继续' => 'continue',
  10. };
  11. 1;