Marius Cramer
2013-11-20 df1d52c6fd5378700b549b2232a7b3e50a8b2781
1
2
3
4
5
6
7
8
9
10
<?php
$wb['server_id_txt'] = 'サーバー';
$wb['priority_txt'] = '優先度';
$wb['policy_id_txt'] = 'ポリシー';
$wb['email_txt'] = 'メールアドレス(パターン)';
$wb['fullname_txt'] = 'Name';
$wb['local_txt'] = 'Local';
$wb['email_error_notempty'] = 'The email address must not be empty.';
$wb['fullname_error_notempty'] = 'The name must not be empty.';
?>