Marius Burkard
2016-04-20 4569cae57f127afd093794310ccd290d2d9fdf36
commit | author | age
1ca823 1 <?php
T 2 $wb['username_txt'] = 'Όνομα Χρήστη';
3 $wb['username_err'] = 'Το όνομα χρήστη είναι πολύ μεγάλο ή περιέχει μη επιτρεπόμενους χαρακτήρες';
4 $wb['username_empty'] = 'Το όνομα χρήστη δεν έχει οριστεί.';
5 $wb['username_unique'] = 'Υπάρχει ήδη ένας χρήστης με αυτό το όνομα χρήστη.';
6 $wb['passwort_txt'] = 'Συνθηματικό';
7dc438 7 $wb['password_strength_txt'] = 'Δύναμη Συνθηματικού';
1ca823 8 $wb['modules_txt'] = 'Άρθρωμα';
T 9 $wb['startmodule_txt'] = 'Άρθρωμα Εκκίνησης';
edf806 10 $wb['app_theme_txt'] = 'Θεματική Παραλλαγή';
1ca823 11 $wb['typ_txt'] = 'Τύπος';
T 12 $wb['active_txt'] = 'Ενεργός';
13 $wb['language_txt'] = 'Γλώσσα';
14 $wb['name_txt'] = 'Όνομα';
15 $wb['vorname_txt'] = 'Επίθετο';
16 $wb['unternehmen_txt'] = 'Εταιρία';
17 $wb['strasse_txt'] = 'Οδός';
18 $wb['ort_txt'] = 'Πόλη';
19 $wb['plz_txt'] = 'Τ.Κ.';
20 $wb['land_txt'] = 'Χώρα';
21 $wb['email_txt'] = 'Email';
22 $wb['url_txt'] = 'Url';
23 $wb['telefon_txt'] = 'Τηλέφωνο';
24 $wb['fax_txt'] = 'Fax';
25 $wb['groups_txt'] = 'Ομάδες';
26 $wb['default_group_txt'] = 'Προκαθορισμένη Ομάδα';
27 $wb['startmodule_err'] = 'Το άρθρωμα εκκίνησης δεν υπάρχει στα διαθέσιμα αρθρώματα.';
7dc438 28 $wb['generate_password_txt'] = 'Generate Password';
TB 29 $wb['repeat_password_txt'] = 'Repeat Password';
30 $wb['password_mismatch_txt'] = 'The passwords do not match.';
31 $wb['password_match_txt'] = 'The passwords do match.';
32 $wb['username_error_collision'] = 'The username may not be web or web plus a number.\\"';
caed83 33 $wb['client_not_admin_err'] = 'A user that belongs to a client can not be set to type: admin';
407003 34 $wb['lost_password_function_txt'] = 'Forgot password function is available';
1ca823 35 ?>