| | |
| | | <?php |
| | | $wb['server_id_txt'] = 'Server'; |
| | | $wb['zone_txt'] = 'Zone'; |
| | | $wb['name_txt'] = 'Zone'; |
| | | $wb['type_txt'] = 'type'; |
| | | $wb['data_txt'] = 'Nameserver Hostname'; |
| | | $wb['server_id_txt'] = 'Сървър'; |
| | | $wb['zone_txt'] = 'Зона'; |
| | | $wb['name_txt'] = 'Зона'; |
| | | $wb['type_txt'] = 'тип'; |
| | | $wb['data_txt'] = 'Nameserver Име на хост'; |
| | | $wb['ttl_txt'] = 'TTL'; |
| | | $wb['active_txt'] = 'Active'; |
| | | $wb['limit_dns_record_txt'] = 'The max. number of DNS records for your account is reached.'; |
| | | $wb['no_zone_perm'] = 'You do not have the permission to add a record to this DNS zone.'; |
| | | $wb['name_error_empty'] = 'The zone is empty.'; |
| | | $wb['name_error_regex'] = 'The zone has the wrong format.'; |
| | | $wb['data_error_empty'] = 'Nameserver empty'; |
| | | $wb['data_error_regex'] = 'Nameserver format invalid'; |
| | | $wb['active_txt'] = 'Активен'; |
| | | $wb['limit_dns_record_txt'] = 'Максималният брой за DNS записи в твоят профил е достигнат.'; |
| | | $wb['no_zone_perm'] = 'Вие нямате права за добавяне на запис в тази DNS зона'; |
| | | $wb['name_error_empty'] = 'Полето с зона е празно.'; |
| | | $wb['name_error_regex'] = 'Полето с зона е в грешен формат.'; |
| | | $wb['data_error_empty'] = 'Полето с nameserver е празно'; |
| | | $wb['data_error_regex'] = 'Полето с Nameserver е в грешен формат'; |
| | | ?> |
| | | |
| | | |
| | | |
| | | |