shibboleth.inc.php 1.0 KB

12345678910111213141516171819202122232425
  1. <?php
  2. /**
  3. * for more information: see languages.txt in the lang folder.
  4. *
  5. * @copyright (c) 2012 University of Geneva
  6. * @license GNU General Public License - http://www.gnu.org/copyleft/gpl.html
  7. * @author Laurent Opprecht <laurent@opprecht.info>
  8. */
  9. $no_login = 'The system was unable to log you in. Please contact your administrator.';
  10. $page_title = 'Shibboleth Login';
  11. $email = 'email';
  12. $submit = 'submit';
  13. $status = 'status';
  14. $new_status = 'New status';
  15. $reason = 'reason';
  16. $request_status = 'Request new status';
  17. $status_request_message = 'You have been logged-in with default rights. If you can request more rights by submitting the following request.';
  18. $reason_is_mandatory = 'You reason field is mandatory. Please fill it in before submitting.';
  19. $request_submitted = 'Your request has been submitted.';
  20. $request_failed = 'We appologize but we are not ableto fulfill your request at this time. Please contact your administrator.';
  21. $internal_login = 'Internal login';
  22. $already_logged_in = 'You are already logged in';
  23. $Pass = 'Password';