Skip to content
ro_dns_soa.lng 1.84 KiB
Newer Older
<?php
$wb['server_id_txt'] = 'Server';
$wb['origin_txt'] = 'Zone (SOA)';
$wb['ns_txt'] = 'NS';
$wb['mbox_txt'] = 'Email';
$wb['serial_txt'] = 'Serial';
$wb['refresh_txt'] = 'Reincarca';
$wb['retry_txt'] = 'Reincearca';
$wb['expire_txt'] = 'Expire';
$wb['minimum_txt'] = 'Minimum';
$wb['ttl_txt'] = 'TTL';
$wb['xfer_txt'] = 'Accepta transfer zone catre <br />aceste  IP-uri (comma separated list)';
$wb['active_txt'] = 'Active';
$wb['limit_dns_zone_txt'] = 'numar max  DNS zone pentru contul dumnevoastra a fost atins.';
$wb['client_txt'] = 'Client';
$wb['no_zone_perm'] = 'Nu aveti permisiunea de a adauga aceasta inregistrare in  zona DNS .';
$wb['server_id_error_empty'] = 'Nu a fost ales serverul';
$wb['origin_error_empty'] = 'Zone goale';
$wb['origin_error_unique'] = 'Exista deja o inregistrare pentru aceasta zona';
$wb['origin_error_regex'] = 'Zona are un format invalid';
$wb['ns_error_regex'] = 'NS are un format invalid';
$wb['mbox_error_empty'] = 'Email-ul este gol';
$wb['mbox_error_regex'] = 'Format email invalid.';
tbrehm's avatar
tbrehm committed
$wb['also_notify_txt'] = 'Also Notify';
$wb['also_notify_error_regex'] = 'Please use an IP address.';
tbrehm's avatar
tbrehm committed
$wb['update_acl_txt'] = 'Update ACL';
tbrehm's avatar
tbrehm committed
$wb['seconds_txt'] = 'Seconds';
$wb['eg_domain_tld'] = 'e.g. domain.tld';
$wb['eg_ns1_domain_tld'] = 'e.g. ns1.domain.tld';
$wb['eg_webmaster_domain_tld'] = 'e.g. webmaster@domain.tld';
$wb['The Domain can not be changed. Please ask your Administrator if you want to change the domain name.'] = 'The Domain can not be changed. Please ask your Administrator if you want to change the domain name.';
tbrehm's avatar
tbrehm committed
$wb['refresh_range_error'] = 'Min. Refresh time is 60 seconds.';
$wb['retry_range_error'] = 'Min. Retry time is 60 seconds.';
$wb['expire_range_error'] = 'Min. Expire time is 60 seconds.';
$wb['minimum_range_error'] = 'Min. Minimum time is 60 seconds.';
$wb['ttl_range_error'] = 'Min. TTL time is 60 seconds.';