Till Brehm
2014-02-15 40e6e695e09dd88a316af2cd464749a7c5521af7
1
2
3
4
5
6
7
8
9
10
11
12
<?php
$wb['page_head_txt'] = 'E-Mail Konten Einstellungen';
$wb['page_desc_txt'] = 'Hier können Sie die Einstellungen des E-Mail Kontos ändern.';
$wb['email_txt'] = 'E-Mail Adresse';
$wb['login_txt'] = 'Login';
$wb['server_address_txt'] = 'E-Mailserver Adresse';
$wb['cc_txt'] = 'Kopie senden an (CC)';
$wb['quota_txt'] = 'E-Mailkonto Beschränkung';
$wb['unlimited_txt'] = 'Unlimitiert';
$wb['mb_txt'] = 'MB';
$wb['none_txt'] = 'Niemanden';
?>