Antennipasi
2009-12-06 6647bed1a4a98350a31cd30727470dc4f8992bdb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<?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.';
$wb['error_ns_empty'] = 'NS-kenttä tyhjä.';
$wb['error_mbox_empty'] = 'Mbox-kenttä tyhjä.';
$wb['error_refresh_empty'] = 'Refresh-kenttä tyhjä.';
$wb['error_retry_empty'] = 'Retry-kenttä tyhjä.';
$wb['error_expire_empty'] = 'Expire-kenttä tyhjä.';
$wb['error_minimum_empty'] = 'Minimum-kenttä tyhjä.';
$wb['error_ttl_empty'] = 'TTL-kenttä tyhjä.';
$wb['error_domain_empty'] = 'Domain-kenttä tyhjä';
$wb['error_ip_empty'] = 'IP-kenttä tyhjä.';
$wb['error_ns1_empty'] = 'NS1-kenttä tyhjä.';
$wb['error_ns2_empty'] = 'NS2-kenttä tyhjä.';
$wb['error_email_empty'] = 'EMail-kenttä tyhjä.';
?>