tbrehm
2009-09-03 5421462b39a5b41014569af59d3861b9ffe8a44f
commit | author | age
542146 1 <?php
T 2 $wb["server_id_txt"] = 'Serwer';
3 $wb["zone_txt"] = 'Strefa';
4 $wb["name_txt"] = 'Strefa';
5 $wb["type_txt"] = 'typ';
6 $wb["data_txt"] = 'Nazwa serwera';
7 $wb["ttl_txt"] = 'TTL';
8 $wb["active_txt"] = 'Aktywne';
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 do tej strefy DNS.';
11 $wb["name_error_empty"] = 'Strefa jest pusta.';
12 $wb["name_error_regex"] = 'Strefa ma zły format.';
13 $wb["data_error_empty"] = 'Nazwa serwera jest pusta.';
14 $wb["data_error_regex"] = 'Nazwa serwera ma zły format.';
15 ?>
16