Ignore:
Timestamp:
Oct 24, 2013, 7:55:00 PM (11 years ago)
Author:
flop25
Message:

bug:2948 The registration can be done without typing a password

The password is only mandatory on the public register page
Better error messages from admin/user_list.php

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/language/el_GR/common.lang.php

    r23765 r25121  
    101101$lang['this login is already used'] = "αυτό το όνομα χρήστη χρησιμοποιείται ήδη";
    102102$lang['mail address must be like xxx@yyy.eee (example : jack@altern.org)'] = "η διεύθυνση ηλεκτρονικού ταχυδρομείου πρέπει να είναι της μορφής xxx@yyy.eee (παράδειγμα: jack@altern.org)";
    103 $lang['please enter your password again'] = "παρακαλώ εισάγετε το κωδικό σας ξανά";
    104103$lang['Auto login'] = "Αυτόματη σύνδεση";
    105104$lang['remove this tag from the list'] = "αφαίρεση ετικέτας από τη λίστα";
     
    418417$lang['Go back to the album'] = 'Επιστροφή Στο Λεύκωμα';
    419418$lang['First Page'] = 'Αρχική Σελίδα';
     419$lang['Password is missing. Please enter the password.'] = 'Κωδικός λείπει. Παρακαλώ εισάγετε τον κωδικό πρόσβασης.';
     420$lang['Password confirmation is missing. Please confirm the chosen password.'] = 'Η επιβεβαίωση κωδικού λείπει. Επιβεβαιώστε τον επιλεγμένο κωδικό πρόσβασης';
    420421?>
Note: See TracChangeset for help on using the changeset viewer.