phpPoA2
[ class tree: phpPoA2 ] [ index: phpPoA2 ] [ all elements ]

Source for file messages-en_EN.php

Documentation is available at messages-en_EN.php

  1. <?php
  2. /**
  3.  * @copyright Copyright 2005-2010 RedIRIS, http://www.rediris.es/
  4.  *
  5.  *  This file is part of phpPoA2.
  6.  *
  7.  *  phpPoA2 is free software: you can redistribute it and/or modify
  8.  *  it under the terms of the GNU General Public License as published by
  9.  *  the Free Software Foundation, either version 3 of the License, or
  10.  *  (at your option) any later version.
  11.  *
  12.  *  phpPoA2 is distributed in the hope that it will be useful,
  13.  *  but WITHOUT ANY WARRANTY; without even the implied warranty of
  14.  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  15.  *  GNU General Public License for more details.
  16.  *
  17.  *  You should have received a copy of the GNU General Public License
  18.  *  along with phpPoA2. If not, see <http://www.gnu.org/licenses/>.
  19.  *
  20.  * @license http://www.gnu.org/licenses/gpl.html GNU General Public License
  21.  * @version 2.0
  22.  * @author Jaime Perez <jaime.perez@rediris.es>
  23.  * @filesource
  24.  * @package phpPoA2
  25.  * @subpackage Internationalization
  26.  */
  27.  
  28. /* WARNING WARNING WARNING WARNING WARNING
  29.  *
  30.  * Please ensure you save this file as UTF-8 text!
  31.  *
  32.  * WARNING WARNING WARNING WARNING WARNING
  33.  */
  34.  
  35. // TODO: classify messages per engine.
  36.  
  37. /**
  38.  * An array with all the internationalized messages used by phpPoA2.
  39.  * @global array $poa_messages 
  40.  * @name $messages
  41.  */
  42. $poa_messages array(
  43. // messages for fatal error page
  44. 'fatal-error'           => 'Fatal error',
  45. 'error-desc'            => 'There was an unexpected error. Please contact the administrator and specify the session identifier and backtrace as shown below.',
  46. 'error-message'         => 'Error message',
  47. 'session-id'            => 'Session identifier',
  48. 'backtrace'             => 'Backtrace',
  49.  
  50. 'invalid-php-version'   => 'Invalid PHP version. PAPI extension requires at least PHP %s.',
  51. 'extension-required'    => 'Extension "%s" is required, but it is not loaded.',
  52. 'library-required'      => 'Library "%s" is required, but it cannot be found.',
  53. 'authenticating-via'    => 'Authenticating via the "%s" engine.',
  54. 'authorize-user-via'    => 'Authorizing user "%s" via the "%s" engine.',
  55. 'query-authz'           => 'Querying for authorization with all available engines.',
  56. 'query-authz-via'       => 'Querying for authorization with "%s".',
  57. 'authz-engine-err'      => 'Cannot run unknown authorization engine "%s", check your configuration file.',
  58. 'authz-levels-err'      => 'No authorization levels defined for this PoA.',
  59. 'authn-engine-err'      => 'No authentication engine found, check your configuration file.',
  60. 'check-authn-status'    => 'Checking current authentication status via the %s engine.',
  61. 'invalid-config'        => 'Invalid configuration object.',
  62. 'config-not-found'      => 'Cannot configure PoA, configuration file "%s" not found.',
  63. 'config-err-php'        => 'Cannot configure PoA, "$%1$s" or "$%1$s[\'%2$s\']" not set.',
  64. 'config-err-ini'        => 'Cannot configure PoA, "\'%s\'" section not found.',
  65. 'config-param-err'      => 'Cannot configure PoA, "\'%s\'" param not found.',
  66. 'cannot-open-log'       => 'Cannot open log file "%s".',
  67. 'cannot-write-log'      => 'Cannot write log file "%s".',
  68. 'class-not-found'       => 'Cannot find class "%s".',
  69. 'authn-success'         => 'Successful authentication with the "%s" engine.',
  70. 'authn-err'             => 'Authentication error.',
  71. 'authz-err'             => 'User "%s" not authorized.',
  72. 'authz-expired'         => 'Authorization has expired for user "%s".',
  73. 'authz-default-fallback'=> 'Cannot make any authorization decission, falling to default fallback.',
  74. 'valid-cookie'          => 'The cookie is valid',
  75. 'cookie-not-found'      => 'Cannot find cookie "%s".',
  76. 'cookie-location-err'   => 'Invalid cookie location: "%s".',
  77. 'cookie-service-err'    => 'Service ID "%s" does not match for cookie, should be "%s".',
  78. 'cookie-expired-err'    => 'Expired cookie.',
  79. 'cookie-rejected-err'   => 'Assertion matches rejection cookie filter "%s".',
  80. 'cannot-set-cookie'     => 'Cannot set cookie. Please check no output was already sent to the browser.',
  81. 'empty-cookie-err'      => 'Empty cookie "%s" found.',
  82. 'empty-response-err'    => 'Empty AS/GPoA response.',
  83. 'pubkey-error'          => 'Cannot read public key from file "%s".',
  84. 'cannot-decrypt'        => 'Cannot decrypt response, please check AS/GPoA public key.',
  85. 'valid-response'        => 'AS/GPoA response authenticates assertion "%s".',
  86. 'expired-response'      => 'AS/GPoA response is expired.',
  87. 'unknown-request'       => 'AS/GPoA response received for an unknown request.',
  88. 'req-db-purged'         => 'Purged %d outdated requests from the database.',
  89. 'redirecting'           => 'Redirecting the user to "%s".',
  90. 'cannot-redirect'       => 'Cannot redirect the user.',
  91. 'cannot-save-request'   => 'Cannot save the original request.',
  92. 'cannot-open-req-db'    => 'Cannot open request database.',
  93. 'cannot-open-authz-db'  => 'Cannot open authorized database.',
  94. 'cannot-open-inv-db'    => 'Cannot open invitations database.',
  95. 'cannot-fetch-key'      => 'Cannot find database key "%s".',
  96. 'cannot-del-key'        => 'Cannot delete database key "%s".',
  97. 'as-id-error'           => 'Authentication Server identifier "%s" does not match with expected "%s".',
  98. 'continue'              => 'Continue',
  99. 'source-ip-allowed'     => 'The source IP "%s" matches allowed filter "%s".',
  100. 'source-ip-denied'      => 'The source IP "%s" matches denial filter "%s".',
  101. 'invalid-hook'          => 'Trying to set hook "%s" with an invalid function or method.',
  102. 'running-hook'          => 'Running hook "%s" for "%s".',
  103. 'add-hook'              => 'Adding hook "%s" for "%s".',
  104. 'remove-hook'           => 'Removing hook "%s" for "%s".',
  105. 'hook-error'            => 'Invalid hook "%s".',
  106. 'allowed-param-match'   => 'The following request parameters are allowed: [%s].',
  107. 'denied-param-match'    => 'The following request parameters are denied: [%s].',
  108. 'allowed-attr-match'    => 'The following user attributes are allowed: [%s].',
  109. 'denied-attr-match'     => 'The following user attributes are denied: [%s].',
  110. 'invite-non-existant'   => 'Cannot find invitation with reference "%s".',
  111. 'missing-attrs'         => 'None of the mandatory attributes were found.',
  112. 'missing-mail-attr'     => 'Cannot find "%s" attribute, e-mail verification failed.',
  113. 'mail-attr-err'         => 'Email verification attribute unset or empty, verification failed.',
  114. 'mail-attr-alg-err'     => 'Cannot extract the algorithm from the attribute "%s" with value "%s".',
  115. 'mail-attr-val-err'     => 'Cannot extract the e-mail verification string from the attribute "%s" with value "%s".',
  116. 'mail-verify-err'       => 'Cannot verify e-mail "%s", cannot match any of the received values.',
  117. 'mail-verify-ok'        => 'Verification success for e-mail "%s" with algorithm "%s" and value "%s".',
  118. 'cannot-authorize'      => 'Cannot authorize user "%s".',
  119. 'cannot-del-invite'     => 'Cannot remove invite for user "%s" with reference "%s".',
  120. 'invite-sent-to'        => 'Invite sent to address "%s".',
  121. 'user-authorized'       => 'User "%s" is now authorized.',
  122. 'user-authz-ok'         => 'User "%s" is authorized.',
  123. 'user-authz-err'        => 'User "%s" is not authorized.',
  124. 'user-already-authz'    => 'User "%s" is already authorized.',
  125. 'slo-conf-error'        => 'Cannot perform single logout, please review configuration.',
  126. 'already-logged-out'    => 'User was not authenticated.',
  127. 'local-logout-success'  => 'User was successfully logged out.',
  128. 'slo-logout'            => 'Single logout requested.',
  129. 'slo-requested'         => 'User requested single logout.',
  130. );
  131.  
  132. ?>

Documentation generated on Mon, 20 Feb 2012 12:07:06 +0100 by phpDocumentor 1.4.3