Marius Burkard
2016-07-10 e1ceb050e19c7574bca146a8da7047ee4ff456b5
commit | author | age
1ca823 1 <?php
701f4d 2 $wb['password_txt'] = 'Συνθηματικό';
7dc438 3 $wb['password_strength_txt'] = 'Δύναμη συνθηματικού';
1ca823 4 $wb['language_txt'] = 'Γλώσσα';
T 5 $wb['password_mismatch'] = 'Το συνθηματικό στο δεύτερο πεδίο δεν ταιριάζει με το συνθηματικό στο πρώτο πεδίο.';
6 $wb['Form to edit the user password and language.'] = 'Φόρμα επεξεργασίας συνθηματικού και γλώσσας';
7 $wb['Settings'] = 'Ρυθμίσεις';
7dc438 8 $wb['generate_password_txt'] = 'Generate Password';
TB 9 $wb['repeat_password_txt'] = 'Repeat Password';
10 $wb['password_mismatch_txt'] = 'The passwords do not match.';
11 $wb['password_match_txt'] = 'The passwords do match.';
1ca823 12 ?>