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