From 2cb1563f63386b35a69e460051aa9b4a2851d104 Mon Sep 17 00:00:00 2001 From: ftimme <ft@falkotimme.com> Date: Wed, 30 May 2012 07:30:44 -0400 Subject: [PATCH] - Added (clickable) placeholders to client messaging function. - Added check so that the client password isn't inserted into the message (for security reasons). --- interface/web/admin/lib/lang/el.lng | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/interface/web/admin/lib/lang/el.lng b/interface/web/admin/lib/lang/el.lng index 93b19da..147e3d1 100644 --- a/interface/web/admin/lib/lang/el.lng +++ b/interface/web/admin/lib/lang/el.lng @@ -1,13 +1,11 @@ <?php -$wb['error_1001'] = 'Το Όνομα Χρήστη ή το Συνθηματικό δεν έχει οριστεί'; -$wb['error_1002'] = 'Το Όνομα Χρήστη ή το Συνθηματικό είναι λάθος'; $wb['Firewall'] = 'Firewall'; $wb['Groups'] = 'Ομάδες'; $wb['groups_description'] = 'Φόρμα επεξεργασίας ομάδων χρηστών συστήματος.'; $wb['Server'] = 'Server'; $wb['Services'] = 'Υπηρεσίες'; $wb['Config'] = 'Ρυθμίσεις'; -$wb['Server Config'] = 'Ρύθμιση Server'; +$wb['Server Config'] = 'Ρυθμίσεις Server'; $wb['Mail'] = 'Mail'; $wb['Getmail'] = 'Getmail'; $wb['Web'] = 'Web'; @@ -32,7 +30,7 @@ $wb['Software'] = 'Εφαρμογές & Πρόσθετα'; $wb['Repositories'] = 'Αποθετήρια'; $wb['Server Services'] = 'Υπηρεσίες Server'; -$wb['Interface Config'] = 'Ρύθμιση Εμφάνισης'; +$wb['Interface Config'] = 'Ρυθμίσεις Εμφάνισης'; $wb['Packages'] = 'Πακέτα'; $wb['Updates'] = 'Ενημερώσεις'; $wb['Merge'] = 'Συγχώνευση'; @@ -40,4 +38,6 @@ $wb['Remote Actions'] = 'Απομακρυσμένες Ενέργειες'; $wb['Do OS-Update'] = 'Αναβάθμιση λειτουργικού συστήματος'; $wb['Do ISPConfig-Update'] = 'Αναβάθμιση ISPConfig'; +$wb['1001'] = 'Το όνομα χρήστη ή το συνθηματικό είναι κενό.'; +$wb['1002'] = 'Το όνομα χρήστη ή το συνθηματικό είναι λάθος.'; ?> -- Gitblit v1.9.1