tbrehm
2012-05-07 e045af4e04438514a807930b103d644b1644b46d
commit | author | age
ea2b21 1 <?php
T 2 $wb['Client'] = 'クライアント';
3 $wb['Address'] = '住所';
4 $wb['Limits'] = '制限';
5 $wb['Add Client'] = 'クライアントを追加する';
6 $wb['Edit Client'] = 'クライアントを編集する';
7 $wb['Clients'] = 'クライアント';
8 $wb['Edit Client-Templates'] = 'クライアントテンプレートを編集する';
9 $wb['Add Reseller'] = 'リセラーを追加する';
10 $wb['Edit Reseller'] = 'リセラーを編集する';
11 $wb['Resellers'] = 'リセラー';
899771 12 $wb['error_has_clients'] = 'This reseller has clients. Delete the clients of the reseller first.';
151fac 13 $wb['add_additional_template_txt'] = 'Add additional template';
T 14 $wb['delete_additional_template_txt'] = 'Delete additional template';
e045af 15 $wb['Messaging'] = 'Messaging';
T 16 $wb['Send Email'] = 'Send Email';
ea2b21 17 ?>