tbrehm
2009-02-25 fc11794bac37724eddcc3d1f0fb77a12468dc1e2
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.';
?>