Marius Burkard
2016-04-19 e79795fb3f2f9e380b89374a1bfeda2e6034d236
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';
?>