From 88d47d2ce65e549ffccda213f4e53609cc75d882 Mon Sep 17 00:00:00 2001 From: Marius Cramer <m.cramer@pixcept.de> Date: Thu, 23 Jan 2014 05:31:58 -0500 Subject: [PATCH] Resolved differences in sql incremental files between master and stable --- interface/web/dns/lib/lang/fr_dns_import.lng | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/interface/web/dns/lib/lang/fr_dns_import.lng b/interface/web/dns/lib/lang/fr_dns_import.lng index 201a755..6352c24 100644 --- a/interface/web/dns/lib/lang/fr_dns_import.lng +++ b/interface/web/dns/lib/lang/fr_dns_import.lng @@ -10,4 +10,7 @@ $wb['domain_field_desc_txt'] = 'Can be left empty if domain name is in the filename or the zone-file content.'; $wb['title'] = 'Import Zone Files'; $wb['no_file_uploaded_error'] = 'No zonefile uploaded'; -?> +$wb['zone_file_import_txt'] = 'Zone File Import'; +$wb['error_no_server_id'] = 'Aucun serveur fourni.'; +$wb['error_not_allowed_server_id'] = 'Le serveur choisi n\'est pas autorisé pour ce compte.'; +?> \ No newline at end of file -- Gitblit v1.9.1