Marius Burkard
2016-03-31 dbf57dddf7ef07a0168ad0c1d64de0735a9c5804
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?php
$wb['server_id_txt'] = 'Serwer';
$wb['zone_txt'] = 'Strefa';
$wb['name_txt'] = 'Strefa';
$wb['type_txt'] = 'typ';
$wb['data_txt'] = 'Nazwa serwera';
$wb['ttl_txt'] = 'TTL';
$wb['active_txt'] = 'Aktywne';
$wb['limit_dns_record_txt'] = 'Maksymalna ilość wpisów DNS dla Twojego konta została przekroczona.';
$wb['no_zone_perm'] = 'Nie masz uprawnień, aby dodać nowy wpis do tej strefy DNS.';
$wb['name_error_empty'] = 'Strefa jest pusta.';
$wb['name_error_regex'] = 'Strefa ma zły format.';
$wb['data_error_empty'] = 'Nazwa serwera jest pusta.';
$wb['data_error_regex'] = 'Nazwa serwera ma zły format.';
$wb['ttl_range_error'] = 'Min. TTL time is 60 seconds.';
?>