Marius Burkard
2016-05-04 c3189ce6c7301c3ec17878fd3918f31d0d3cb18a
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';
?>