summaryrefslogtreecommitdiff
path: root/locale/cn_utf/pw
diff options
context:
space:
mode:
Diffstat (limited to 'locale/cn_utf/pw')
-rwxr-xr-xlocale/cn_utf/pw15
1 files changed, 15 insertions, 0 deletions
diff --git a/locale/cn_utf/pw b/locale/cn_utf/pw
new file mode 100755
index 00000000..256580d6
--- /dev/null
+++ b/locale/cn_utf/pw
@@ -0,0 +1,15 @@
+$self{charset} = 'UTF-8';
+
+$self{texts} = {
+ 'Continue' => '继续',
+ 'Password' => '密码',
+ 'Session expired!' => '会话过期',
+};
+
+$self{subs} = {
+ 'getpassword' => 'getpassword',
+ '继续' => 'continue',
+};
+
+1;
+