diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2012-03-31 12:25:48 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2012-03-31 12:25:48 +0000 |
| commit | e6d8f97bf2e0bbb4d95df0c4e030eb7ec6ef75a5 (patch) | |
| tree | 4f6fdadb51cbe1a2bb3b2b06c9bcabb0429d1a84 /plugins/password/localization/ja_JP.inc | |
| parent | 868c169e2a64c1d19a9b6bbcd98f268808dfd173 (diff) | |
Move plugins repository into roundcubemail root folder; svn:externals are not defined anymore
git-svn-id: https://svn.roundcube.net/trunk@6034 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'plugins/password/localization/ja_JP.inc')
| -rw-r--r-- | plugins/password/localization/ja_JP.inc | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/plugins/password/localization/ja_JP.inc b/plugins/password/localization/ja_JP.inc deleted file mode 100644 index 47cac0430..000000000 --- a/plugins/password/localization/ja_JP.inc +++ /dev/null @@ -1,23 +0,0 @@ -<?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'] = 'パスワードに禁止された文字が含まれています。'; - -?> |
