Changeset 25121 for trunk/language/sh_RS


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/sh_RS/common.lang.php

    r20876 r25121  
    249249$lang['this login is already used'] = 'ovo korisničko ime se već koristi';
    250250$lang['mail address must be like xxx@yyy.eee (example : jack@altern.org)'] = 'e-mail adresa mora biti oblika xxx@yyy.eee (npr : korisnik@stranica.org)';
    251 $lang['please enter your password again'] = 'molimo unesite lozinku ponovo';
    252251$lang['Auto login'] = 'Upamti me';
    253252$lang['remove this tag from the list'] = 'ukloni  ovaj tag iz popisa';
     
    405404$lang['Visits, low → high'] = 'Posete, manje → više';
    406405$lang['%d rate'] = '%d ocena';
     406$lang['Password is missing. Please enter the password.'] = 'Lozinka nedostaje. Molim unesite lozinku.';
     407$lang['Password confirmation is missing. Please confirm the chosen password.'] = 'Potvrda lozinke nedostaje. Molim potvrdite izabranu lozinku.';
    407408?>
Note: See TracChangeset for help on using the changeset viewer.