Skip to content
en_rr.lng 452 B
Newer Older
Falko Timme's avatar
Falko Timme committed
<?php
Falko Timme's avatar
Falko Timme committed
$wb["zone_txt"] = 'Zone';
$wb["name_txt"] = 'Name';
$wb["type_txt"] = 'Type';
$wb["data_txt"] = 'Data';
$wb["aux_txt"] = 'Preference/Priority';
$wb["ttl_txt"] = 'TTL';
Falko Timme's avatar
Falko Timme committed
$wb["btn_save_txt"] = 'Save';
$wb["btn_cancel_txt"] = 'Cancel';
Falko Timme's avatar
Falko Timme committed
$wb["rr_data_error_empty"] = 'The data field must not be empty!';
Falko Timme's avatar
Falko Timme committed
$wb["rr_aux_error_noint"] = 'Preference/priority must be an integer!';
Falko Timme's avatar
Falko Timme committed
$wb["rr_ttl_error_notpositive"] = 'The TTL must be positive!';
Falko Timme's avatar
Falko Timme committed
?>