diff options
Diffstat (limited to 'install/ui/test')
-rw-r--r-- | install/ui/test/data/ipa_init.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/install/ui/test/data/ipa_init.json b/install/ui/test/data/ipa_init.json index b755c4628..740307f7a 100644 --- a/install/ui/test/data/ipa_init.json +++ b/install/ui/test/data/ipa_init.json @@ -186,6 +186,17 @@ "data": "Data", "deleted_no_data": "DNS record was deleted because it contained no data.", "other": "Other Record Types", + "ptr_redir_address_err": "Address not valid, can't redirect", + "ptr_redir_create": "Create dns record", + "ptr_redir_creating": "Creating record.", + "ptr_redir_creating_err": "Record creation failed.", + "ptr_redir_record": "Checking if record exists.", + "ptr_redir_record_err": "Record not found.", + "ptr_redir_title": "Redirection to PTR record", + "ptr_redir_zone": "Zone found: ${zone}", + "ptr_redir_zone_err": "Target reverse zone not found.", + "ptr_redir_zones": "Fetching DNS zones.", + "ptr_redir_zones_err": "An error occurd while fetching dns zones.", "redirection_dnszone": "You will be redirected to DNS Zone.", "standard": "Standard Record Types", "title": "Records for DNS Zone", |