user.php 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. <?php
  2. /******************************************************************************
  3. * Each entry of that file can be associated with a comment to indicate its *
  4. * state. When there is no comment, it means the entry is fully translated. *
  5. * The recognized comments are (comment matching is case-insensitive): *
  6. * + TODO: the entry has never been translated. *
  7. * + DIRTY: the entry has been translated but needs to be updated. *
  8. * + IGNORE: the entry does not need to be translated. *
  9. * When a comment is not recognized, it is discarded. *
  10. ******************************************************************************/
  11. return array(
  12. 'email' => array(
  13. 'feedback' => array(
  14. 'invalid' => 'Šī e-pasta adrese ir nederīga.',
  15. 'required' => 'Ir jānorāda e-pasta adrese.',
  16. ),
  17. 'validation' => array(
  18. 'change_email' => 'Jūs varat mainīt savu e-pasta adresi <a href="%s">profila lapā</a>.',
  19. 'email_sent_to' => 'Mēs nosūtījām jums e-pastu uz <strong>%s</strong>. Lūdzu, izpildiet tajā sniegtos norādījumus, lai apstiprinātu savu adresi.',
  20. 'feedback' => array(
  21. 'email_failed' => 'Servera konfigurācijas kļūdas dēļ mēs nevarējām jums nosūtīt e-pastu.',
  22. 'email_sent' => 'Uz jūsu adresi tika nosūtīta e-pasta vēstule.',
  23. 'error' => 'E-pasta adreses validācija neizdevās.',
  24. 'ok' => 'Šī e-pasta adrese tika apstiprināta.',
  25. 'unnecessary' => 'Šī e-pasta adrese jau ir apstiprināta.',
  26. 'wrong_token' => 'Šo e-pasta adresi neizdevās apstiprināt kļūdaina žetona dēļ.',
  27. ),
  28. 'need_to' => 'Jums ir jāapstiprina sava e-pasta adrese, lai varētu izmantot %s.',
  29. 'resend_email' => 'Atkārtoti nosūtīt e-pasta vēstuli',
  30. 'title' => 'E-pasta adreses validēšana',
  31. ),
  32. ),
  33. 'mailer' => array(
  34. 'email_need_validation' => array(
  35. 'body' => 'Jūs tikko reģistrējāties vietnē %s, bet jums vēl ir jāapstiprina sava e-pasta adrese. Lai to izdarītu, vienkārši sekojiet šai saitei:',
  36. 'title' => 'Jums ir jāapstiprina savs konts',
  37. 'welcome' => 'Sveicināti, %s,',
  38. ),
  39. ),
  40. 'password' => array(
  41. 'invalid' => 'Parole ir nederīga.',
  42. ),
  43. 'tos' => array(
  44. 'feedback' => array(
  45. 'invalid' => 'Lai varētu reģistrēties, jums ir jāpiekrīt pakalpojumu sniegšanas noteikumiem.',
  46. ),
  47. ),
  48. 'username' => array(
  49. 'invalid' => 'Šis lietotājvārds ir nederīgs.',
  50. 'taken' => 'Šis lietotājvārds, %s, ir aizņemts.',
  51. ),
  52. );