tbrehm
2011-09-26 ba3e3e48e6ec4523ae26dc6c206d5bfdfa08d332
1
2
3
4
5
6
7
8
9
10
11
12
<?php
$wb['email_txt'] = 'メールアドレス';
$wb['destination_txt'] = '転送先';
$wb['active_txt'] = '有効';
$wb['email_error_isemail'] = 'メールアドレスが不正です。';
$wb['email_error_unique'] = 'メールアドレスが重複しています。';
$wb['no_domain_perm'] = 'このドメイン向けのエイリアスを設定する権限がありません。';
$wb['destination_error_isemail'] = '転送先メールアドレスが不正です。';
$wb['limit_mailalias_txt'] = 'メールエイリアスが最大数に達したため、これ以上追加できません。';
$wb['duplicate_mailbox_txt'] = 'このメールアドレス向けのメールボックスが既に存在します。';
$wb['domain_txt'] = 'Domain';
?>