updateprofile.inc.php 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. <?php
  2. /**
  3. * Login
  4. *
  5. * Copyright 2010 by Jason Coward <jason@modxcms.com> and Shaun McCormick
  6. * <shaun@modxcms.com>
  7. *
  8. * Login is free software; you can redistribute it and/or modify it
  9. * under the terms of the GNU General Public License as published by the Free
  10. * Software Foundation; either version 2 of the License, or (at your option) any
  11. * later version.
  12. *
  13. * Login is distributed in the hope that it will be useful, but WITHOUT ANY
  14. * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
  15. * A PARTICULAR PURPOSE. See the GNU General Public License for more details.
  16. *
  17. * You should have received a copy of the GNU General Public License along with
  18. * Login; if not, write to the Free Software Foundation, Inc., 59 Temple
  19. * Place, Suite 330, Boston, MA 02111-1307 USA
  20. *
  21. * @package login
  22. */
  23. /**
  24. * Update Profile English lexicon for Login
  25. *
  26. * @package login
  27. * @subpackage lexicon
  28. */
  29. $_lang['login.address'] = 'Adresa';
  30. $_lang['login.city'] = 'Město';
  31. $_lang['login.country'] = 'Země';
  32. $_lang['login.email'] = 'E-mail';
  33. $_lang['login.email_taken'] = 'E-mailová adresa "[[+email]]" je již použita. Ujistěte se, že již nejste registrován a případně zadejte jinou e-mailovou adresu.';
  34. $_lang['login.fax'] = 'Fax';
  35. $_lang['login.fullname'] = 'Celé jméno';
  36. $_lang['login.mobilephone'] = 'Mobilní telefon';
  37. $_lang['login.phone'] = 'Telefon';
  38. $_lang['login.profile_err_nf'] = 'Profil nenalezen!';
  39. $_lang['login.profile_err_save'] = 'Nastala neznámá chyba při aktualizaci profilu.';
  40. $_lang['login.profile_updated'] = 'Profil aktualizován.';
  41. $_lang['login.state'] = 'Stát';
  42. $_lang['login.update_profile'] = 'Aktualizovat profil';
  43. $_lang['login.username_err_ae'] = 'Uživatelské jméno je již použito. Zadejte jiné.';
  44. $_lang['login.website'] = 'WWW stránky';
  45. $_lang['login.zip'] = 'PSČ';