Marius Cramer
2014-08-13 42539643c396f9d8865dcf9a51b13dc869709d16
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';
?>