Marius Burkard
2016-04-20 4569cae57f127afd093794310ccd290d2d9fdf36
commit | author | age
ae71f0 1 <?php
2c1c66 2 $wb['list_head_txt'] = 'Почтовый ящик';
f66aae 3 $wb['email_txt'] = 'Email';
K 4 $wb['autoresponder_txt'] = 'Автоответчик';
2c1c66 5 $wb['add_new_record_txt'] = 'Добавить новый ящик';
899771 6 $wb['name_txt'] = 'Realname';
522ef8 7 $wb['login_txt'] = 'Login';
407003 8 $wb['postfix_txt'] = 'Receiving';
TB 9 $wb['disablesmtp_txt'] = 'SMTP (sending)';
10 $wb['disableimap_txt'] = 'IMAP';
11 $wb['disablepop3_txt'] = 'POP3';
ae71f0 12 ?>