summaryrefslogtreecommitdiff
path: root/plugins/password/localization
diff options
context:
space:
mode:
authoryllar <yllar@208e9e7b-5314-0410-a742-e7e81cd9613c>2010-08-06 19:10:43 +0000
committeryllar <yllar@208e9e7b-5314-0410-a742-e7e81cd9613c>2010-08-06 19:10:43 +0000
commit2c861c81b9b5f5cbba1c417f26d99e8a140c6e52 (patch)
tree1f8c6dbf559c3a82a625087f1531e8aa6285f109 /plugins/password/localization
parent86d5d6f243010c7f9248468f524ee808914d90a2 (diff)
translations update
git-svn-id: https://svn.roundcube.net/trunk@3876 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'plugins/password/localization')
-rw-r--r--plugins/password/localization/ja_JP.inc21
1 files changed, 21 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..92f510bd3
--- /dev/null
+++ b/plugins/password/localization/ja_JP.inc
@@ -0,0 +1,21 @@
+<?php
+
+$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'] = 'パスワードに禁止された文字が含まれています。';
+
+?>