commit | author | age | ||
542146 | 1 | <?php |
T | 2 | $wb["list_head_txt"] = 'Alias domeny'; |
3 | $wb["active_txt"] = 'Aktywny'; | |
4 | $wb["server_id_txt"] = 'Serwer'; | |
5 | $wb["parent_domain_id_txt"] = 'Strona www'; | |
6 | $wb["domain_txt"] = 'Alias domeny'; | |
7 | $wb["add_new_record_txt"] = 'Dodaj nowy alias domeny'; | |
8 | $wb["domain_error_empty"] = 'Domena jest pusta.'; | |
9 | $wb["domain_error_unique"] = 'Domena musi być unikatowa.'; | |
10 | $wb["domain_error_regex"] = 'Nazwa domeny ma niepoprawny format.'; | |
11 | ?> | |
12 |