You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

ja_JP.inc 2.6KB

123456789101112131415161718192021222324252627282930313233
  1. <?php
  2. /*
  3. +-----------------------------------------------------------------------+
  4. | plugins/password/localization/<lang>.inc |
  5. | |
  6. | Localization file of the Roundcube Webmail Password plugin |
  7. | Copyright (C) 2012-2013, The Roundcube Dev Team |
  8. | |
  9. | Licensed under the GNU General Public License version 3 or |
  10. | any later version with exceptions for skins & plugins. |
  11. | See the README file for a full license statement. |
  12. | |
  13. +-----------------------------------------------------------------------+
  14. For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-password/
  15. */
  16. $labels['changepasswd'] = 'パスワードの変更';
  17. $labels['curpasswd'] = '現在のパスワード:';
  18. $labels['newpasswd'] = '新しいパスワード:';
  19. $labels['confpasswd'] = '新しいパスワード (確認):';
  20. $messages['nopassword'] = '新しいパスワードを入力してください。';
  21. $messages['nocurpassword'] = '現在のパスワードを入力してください。';
  22. $messages['passwordincorrect'] = '現在のパスワードが間違っています。';
  23. $messages['passwordinconsistency'] = 'パスワードが一致しません。もう一度やり直してください。';
  24. $messages['crypterror'] = 'パスワードを保存できませんでした。暗号化関数がみあたりません。';
  25. $messages['connecterror'] = '新しいパスワードを保存できませんでした。接続エラーです。';
  26. $messages['internalerror'] = '新しいパスワードを保存できませんでした。';
  27. $messages['passwordshort'] = 'パスワードは少なくとも $length 文字の長さが必要です。';
  28. $messages['passwordweak'] = 'パスワードは少なくとも数字の 1 文字と記号の 1 文字を含んでいなければなりません。';
  29. $messages['passwordforbidden'] = 'パスワードに禁止された文字が含まれています。';
  30. $messages['firstloginchange'] = 'これは初めてのログインです。パスワードを変更してください。';
  31. $messages['disablednotice'] = 'このシステムは今は保守中で、現在のところパスワードの変更はできません。しばらくすれば、通常の状態に復帰するはずです。ご迷惑を掛けて申し訳ありません。';