From 905663d6c12c0ccad01ca80d50c3b83fb1f9466c Mon Sep 17 00:00:00 2001
From: wichu <wichu@ispconfig3>
Date: Thu, 10 May 2012 17:29:20 -0400
Subject: [PATCH] Changed the UI for the DNS SRV records to help the user (instead of giving him 1 field which have to have 3 texts, now there are 3 fields which will be concated for the database and splitted for the user).

---
 interface/web/dns/lib/lang/el_dns_srv.lng |   26 ++++++++++++++------------
 1 files changed, 14 insertions(+), 12 deletions(-)

diff --git a/interface/web/dns/lib/lang/el_dns_srv.lng b/interface/web/dns/lib/lang/el_dns_srv.lng
index 01901ce..9ca7552 100644
--- a/interface/web/dns/lib/lang/el_dns_srv.lng
+++ b/interface/web/dns/lib/lang/el_dns_srv.lng
@@ -1,17 +1,19 @@
 <?php
 $wb['server_id_txt'] = 'Server';
-$wb['zone_txt'] = 'Ζώνη';
+$wb['zone_txt'] = 'Ζώνη';
 $wb['name_txt'] = 'Hostname';
-$wb['type_txt'] = 'τύπος';
-$wb['data_txt'] = 'Εγγραφή Server';
+$wb['type_txt'] = 'τ�πος';
+$wb["target_txt"] = 'Target';
+$wb["weight_txt"] = 'Weight';
+$wb["port_txt"] = 'Port';
 $wb['ttl_txt'] = 'TTL';
-$wb['active_txt'] = 'Ενεργή';
-$wb['aux_txt'] = 'Προτεραιότητα';
-$wb['limit_dns_record_txt'] = 'Έχετε φτάσει το μέγιστο πλήθος των εγγραφών DNS για τον λογαριασμό σας.';
-$wb['no_zone_perm'] = 'Δεν έχετε δικαίωμα να προσθέσετε εγγραφές σε αυτή τη ζώνη.';
-$wb['name_error_empty'] = 'Το hostname δεν έχει οριστεί.';
-$wb['name_error_regex'] = 'Το hostname δεν έχει σωστή μορφοποίηση.';
-$wb['data_error_empty'] = 'Η εγγραφή Server είναι κενή';
-$wb['data_error_regex'] = 'Εγγραφή  Server με μη έγκυρη μορφοποίηση';
-$wb['srv_error_regex'] = 'Εγγραφή  Server με μη έγκυρη μορφοποίηση. Η εγγραφή Server πρέπει να περιέχει 3 λέξεις χωρισμένες με κενά.';
+$wb['active_txt'] = 'Ενε�γή';
+$wb['aux_txt'] = 'Π�οτε�αιότητα';
+$wb['limit_dns_record_txt'] = 'Έχετε φτάσει το μέγιστο πλήθος των εγγ�αφών DNS για τον λογα�ιασμό σας.';
+$wb['no_zone_perm'] = 'Δεν έχετε δικαίωμα να π�οσθέσετε εγγ�αφές σε αυτή τη ζώνη.';
+$wb['name_error_empty'] = 'Το hostname δεν έχει ο�ιστεί.';
+$wb['name_error_regex'] = 'Το hostname δεν έχει σωστή μο�φοποίηση.';
+$wb['data_error_empty'] = 'Η εγγ�αφή Server είναι κενή';
+$wb['data_error_regex'] = 'Εγγ�αφή  Server με μη έγκυ�η μο�φοποίηση';
+$wb['srv_error_regex'] = 'Εγγ�αφή  Server με μη έγκυ�η μο�φοποίηση. Η εγγ�αφή Server π�έπει να πε�ιέχει 3 λέξεις χω�ισμένες με κενά.';
 ?>

--
Gitblit v1.9.1