Marius Burkard
2016-04-20 4569cae57f127afd093794310ccd290d2d9fdf36
commit | author | age
1ca823 1 <?php
T 2 $wb['server_id_txt'] = 'Serwer';
3 $wb['zone_txt'] = 'Strefa';
4 $wb['name_txt'] = 'Nazwa serwera';
5 $wb['type_txt'] = 'typ';
6 $wb['data_txt'] = 'Adres - IP';
7 $wb['ttl_txt'] = 'TTL';
8 $wb['active_txt'] = 'Aktywny';
9 $wb['limit_dns_record_txt'] = 'Maksymalna ilość wpisów DNS dla Twojego konta została przekroczona.';
10 $wb['no_zone_perm'] = 'Nie masz uprawnień, aby dodać nowy wpis DNS dla tej strefy.';
11 $wb['name_error_empty'] = 'Nazwa serwera jest pusta.';
12 $wb['name_error_regex'] = 'Nazwa serwera ma niepoprawny format.';
13 $wb['data_error_empty'] = 'Adres IP jest pusty.';
3c6ea9 14 $wb['ip_error_wrong'] = 'Adres IP ma niepoprawny format.';
1ca823 15 $wb['data_error_duplicate'] = 'Duplikat wpisu A.';
dc9e64 16 $wb['ttl_range_error'] = 'Min. TTL time is 60 seconds.';
1ca823 17 ?>