You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

12 lines
505 B

  1. <?php
  2. /**
  3. * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
  4. *
  5. * @author Max <maxrb146@gmail.com>
  6. */
  7. $lang['userexists'] = 'Użytkownik o tej nazwie już istnieje.';
  8. $lang['usernotexists'] = 'Przepraszamy, użytkownik nie istnieje';
  9. $lang['writefail'] = 'Nie można modyfikować danych użytkownika. Proszę skontaktować się z administratorem ';
  10. $lang['protected'] = 'Dane użytkownika %s są chronione, nie mogą być modyfikowane oraz usuwane';