| | |
| | | $wb['template_id_txt'] = 'Template'; |
| | | $wb['server_id_txt'] = 'Server'; |
| | | $wb['client_txt'] = 'Client'; |
| | | $wb["btn_save_txt"] = 'Create DNS Record'; |
| | | $wb["btn_save_txt"] = 'Create DNS-Record'; |
| | | $wb["btn_cancel_txt"] = 'Cancel'; |
| | | $wb['domain_txt'] = 'Domain'; |
| | | $wb['email_txt'] = 'Email'; |
| | |
| | | $wb['error_ns1_empty'] = 'NS1 empty.'; |
| | | $wb['error_ns2_empty'] = 'NS2 empty.'; |
| | | $wb['error_email_empty'] = 'EMail empty.'; |
| | | |
| | | $wb['error_domain_regex'] = 'Domain contains invalid characters.'; |
| | | $wb['error_ns1_regex'] = 'NS1 contains invalid characters.'; |
| | | $wb['error_ns2_regex'] = 'NS2 contains invalid characters.'; |
| | | $wb['error_email_regex'] = 'Email does not contain a valid email address.'; |
| | | $wb['globalsearch_resultslimit_of_txt'] = "of"; |
| | | $wb['globalsearch_resultslimit_results_txt'] = "results"; |
| | | $wb['globalsearch_noresults_text_txt'] = "No results."; |
| | | $wb['globalsearch_noresults_limit_txt'] = "0 results"; |
| | | $wb['globalsearch_searchfield_watermark_txt'] = "Search"; |
| | | $wb['globalsearch_suggestions_text_txt'] = "Suggestions"; |
| | | ?> |