Florian Schaal
2015-05-30 b3c7c7b203a0731bf27393b13ab34f5300f48b8d
1
2
3
4
5
6
7
8
9
10
11
12
<?php
$wb['page_head_txt'] = 'Inställningar epostkonto';
$wb['page_desc_txt'] = 'Här kan du redigera inställningar för epostkontot.';
$wb['email_txt'] = 'Epostadress';
$wb['login_txt'] = 'Logga in';
$wb['server_address_txt'] = 'Epostserverns adress';
$wb['cc_txt'] = 'Skicka kopia till (CC)';
$wb['quota_txt'] = 'Epostkontots strlek';
$wb['unlimited_txt'] = 'Obegränsat';
$wb['mb_txt'] = 'MB';
$wb['none_txt'] = 'Inget';
?>