Marius Cramer
2014-08-13 42539643c396f9d8865dcf9a51b13dc869709d16
1
2
3
4
5
6
7
8
9
10
11
12
13
<?php
$wb['list_head_txt'] = 'Server';
$wb['server_name_txt'] = 'Namn';
$wb['mail_server_txt'] = 'Epost';
$wb['web_server_txt'] = 'Webb';
$wb['dns_server_txt'] = 'DNS';
$wb['file_server_txt'] = 'Fil';
$wb['db_server_txt'] = 'DB';
$wb['vserver_server_txt'] = 'VServer';
$wb['add_new_record_txt'] = 'Lägg till ny server';
$wb['proxy_server_txt'] = 'Proxy';
$wb['firewall_server_txt'] = 'Brandvägg';
?>