PageRenderTime 41ms CodeModel.GetById 16ms RepoModel.GetById 0ms app.codeStats 0ms

/application/i18n/en/site/useraccount.php

https://bitbucket.org/chrispiechowicz/zepto
PHP | 24 lines | 20 code | 4 blank | 0 comment | 0 complexity | ededa06277214263f2a9e0cf4deb4345 MD5 | raw file
Possible License(s): LGPL-2.1, MIT, BSD-3-Clause
  1. <?php
  2. return array(
  3. "label.login" => "Login",
  4. "label.loginempty_error" => "Enter your username and password",
  5. "label.login_error" => "Incorrect username/password",
  6. "label.userdata" => "User account",
  7. "label.name" => "First name, last name",
  8. "label.changepassword" => "Password change",
  9. "label.changepassword_error" => "Password could not be changed",
  10. "label.changepassword_success" => "Password has been changed",
  11. "label.logout" => "Log out",
  12. "label.logout_success" => "The user has been logged out",
  13. "form.username" => "Username",
  14. "form.password" => "Password",
  15. "submit.login" => "Login",
  16. "form.new_password" => "New password",
  17. "form.repeat_new_password" => "Repeat new password",
  18. "submit.changepassword" => "Change password",
  19. );
  20. ?>