tbrehm
2009-03-15 e870dc6a2af8f5093d5831f0e0ff3a9103f999f2
1
2
3
4
5
6
7
8
9
10
11
12
13
<?php
$wb['template_id_txt'] = 'DNS-malli';
$wb['server_id_txt'] = 'Palvelin';
$wb['client_txt'] = 'Asiakas';
$wb['btn_save_txt'] = 'Luo uusi DNS-tietue';
$wb['btn_cancel_txt'] = 'Keskeytä';
$wb['domain_txt'] = 'Verkkotunnus';
$wb['email_txt'] = 'Vastuuhenkilön sähköpostiosoite';
$wb['ns1_txt'] = '1. nimipalvelin';
$wb['ns2_txt'] = '2. nimipalvelin';
$wb['ip_txt'] = 'IP-osoite';
$wb['error_origin_empty'] = 'Verkkotunnusta ei ole annettu.';
?>