summaryrefslogtreecommitdiff
path: root/plugins/password/localization/ja_JP.inc
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2010-11-27 14:09:03 +0000
committerthomascube <thomas@roundcube.net>2010-11-27 14:09:03 +0000
commit5fec6de4216883e625d7e166f862985d00c99d4a (patch)
treea5a1aec807bcbd2e7f03bd2a0155867339b47d04 /plugins/password/localization/ja_JP.inc
parent26ea6f9ceb79a78b8b804897d863654bac46d01a (diff)
Copy plugins to release branch
Diffstat (limited to 'plugins/password/localization/ja_JP.inc')
-rw-r--r--plugins/password/localization/ja_JP.inc23
1 files changed, 23 insertions, 0 deletions
diff --git a/plugins/password/localization/ja_JP.inc b/plugins/password/localization/ja_JP.inc
new file mode 100644
index 000000000..47cac0430
--- /dev/null
+++ b/plugins/password/localization/ja_JP.inc
@@ -0,0 +1,23 @@
+<?php
+
+// EN-Revision: 3891
+
+$labels = array();
+$labels['changepasswd'] = 'パスワードの変更';
+$labels['curpasswd'] = '現在のパスワード:';
+$labels['newpasswd'] = '新しいパスワード:';
+$labels['confpasswd'] = '新しいパスワード (確認):';
+
+$messages = array();
+$messages['nopassword'] = '新しいパスワードを入力してください。';
+$messages['nocurpassword'] = '現在のパスワードを入力してください。';
+$messages['passwordincorrect'] = '現在のパスワードが間違っています。';
+$messages['passwordinconsistency'] = 'パスワードが一致しません。もう一度やり直してください。';
+$messages['crypterror'] = 'パスワードを保存できませんでした。暗号化関数がみあたりません。';
+$messages['connecterror'] = '新しいパスワードを保存できませんでした。接続エラーです。';
+$messages['internalerror'] = '新しいパスワードを保存できませんでした。';
+$messages['passwordshort'] = 'パスワードは少なくとも $length 文字の長さが必要です。';
+$messages['passwordweak'] = 'パスワードは少なくとも数字を 1 文字と記号が 1 文字含んでなければなりません。';
+$messages['passwordforbidden'] = 'パスワードに禁止された文字が含まれています。';
+
+?>