tbrehm
2013-10-01 d7b5ecb24ddbb366d54e77a051f43fe6f3c6e9f8
1
2
3
4
5
6
7
8
<?php
$wb['mailquota_txt'] = 'E-Mail Konten Speicherplatz';
$wb['email_txt'] = 'E-Mail Adresse';
$wb['name_txt'] = 'Name';
$wb['used_txt'] = 'Verwendet';
$wb['quota_txt'] = 'Verfügbar';
$wb['no_email_accounts_txt'] = 'Kein E-Mail Konto gefunden.';
?>