tbrehm
2012-12-18 2a4c9a8eb2a445259af20aca85c17f89a2de1fe9
1
2
3
4
5
6
7
8
9
<?php
$wb['email_txt'] = 'メールアドレス';
$wb['destination_txt'] = '転送先メールアドレス';
$wb['active_txt'] = '有効';
$wb['limit_mailforward_txt'] = 'メールフォワードが最大数に達したため、これ以上追加できません。';
$wb['duplicate_mailbox_txt'] = 'このメールアドレス向けのメールボックスが既に存在します。';
$wb['domain_txt'] = 'Domain';
$wb['source_txt'] = 'Source Email';
?>