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, 0 insertions, 15 deletions
diff --git a/locale/cn_utf/pw b/locale/cn_utf/pw
deleted file mode 100755
index 256580d6..00000000
--- a/locale/cn_utf/pw
+++ /dev/null
@@ -1,15 +0,0 @@
-$self{charset} = 'UTF-8';
-
-$self{texts} = {
- 'Continue' => '继续',
- 'Password' => '密码',
- 'Session expired!' => '会话过期',
-};
-
-$self{subs} = {
- 'getpassword' => 'getpassword',
- '继续' => 'continue',
-};
-
-1;
-