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. /**
  36.  * An array with all the internationalized messages used by phpPoA2.
  37.  * @global array $poa_messages 
  38.  * @name $messages
  39.  */
  40. $poa_messages array(
  41. // messages for fatal error page
  42. 'fatal-error'           => 'Fatal error',
  43. 'error-desc'            => 'There was an unexpected error. Please contact the administrator and specify the session identifier and backtrace as shown below.',
  44. 'error-message'         => 'Error message',
  45. 'session-id'            => 'Session identifier',
  46. 'backtrace'             => 'Backtrace',
  47.  
  48. 'authenticating-via'    => 'Authenticating via the "%s" engine.',
  49. 'authorize-user-via'    => 'Authorizing user "%s" via the "%s" engine.',
  50. 'query-authz'           => 'Querying for authorization with all available engines.',
  51. 'query-authz-via'       => 'Querying for authorization with "%s".',
  52. 'authz-engine-err'      => 'Cannot run unknown authorization engine "%s", check your configuration file.',
  53. 'authn-engine-err'      => 'No authentication engine found, check your configuration file.',
  54. 'check-authn-status'    => 'Checking current authentication status via the %s engine.',
  55. 'invalid-config'        => 'Invalid configuration object.',
  56. 'config-not-found'      => 'Cannot configure PoA, configuration file "%s" not found.',
  57. 'config-err-php'        => 'Cannot configure PoA, "$%1$s" or "$%1$s[\'%2$s\']" not set.',
  58. 'config-err-ini'        => 'Cannot configure PoA, "\'%s\'" section not found.',
  59. 'config-param-err'      => 'Cannot configure PoA, "\'%s\'" param not found.',
  60. 'cannot-open-log'       => 'Cannot open log file "%s".',
  61. 'cannot-write-log'      => 'Cannot write log file "%s".',
  62. 'class-not-found'       => 'Cannot find class "%s".',
  63. 'authn-success'         => 'Successful authentication with the "%s" engine.',
  64. 'authn-err'             => 'Authentication error.',
  65. 'authz-err'             => 'User "%s" not authorized.',
  66. 'authz-expired'         => 'Authorization has expired for user "%s".',
  67. 'authz-default-fallback'=> 'Cannot make any authorization decission, falling to default fallback.',
  68. 'valid-cookie'          => 'The cookie is valid',
  69. 'cookie-not-found'      => 'Cannot find cookie "%s".',
  70. 'cookie-location-err'   => 'Invalid cookie location: "%s".',
  71. 'cookie-service-err'    => 'Service ID "%s" does not match for cookie, should be "%s".',
  72. 'cookie-expired-err'    => 'Expired cookie.',
  73. 'cookie-rejected-err'   => 'Assertion matches rejection cookie filter "%s".',
  74. 'cannot-set-cookie'     => 'Cannot set cookie. Please check no output was already sent to the browser.',
  75. 'empty-assertion-err'   => 'Empty assertion found in cookie "%s".',
  76. 'empty-assertion'       => 'Empty assertion found in response.',
  77. 'pubkey-error'          => 'Cannot read public key from file "%s".',
  78. 'cannot-decrypt'        => 'Cannot decrypt response, please check AS/GPoA public key.',
  79. 'valid-response'        => 'AS/GPoA response authenticates assertion "%s".',
  80. 'expired-response'      => 'AS/GPoA response is expired.',
  81. 'unknown-request'       => 'AS/GPoA response received for an unknown request.',
  82. 'req-db-purged'         => 'Purged %d outdated requests from the database.',
  83. 'redirecting'           => 'Redirecting the user to "%s".',
  84. 'cannot-redirect'       => 'Cannot redirect the user.',
  85. 'cannot-save-request'   => 'Cannot save the original request.',
  86. 'cannot-open-req-db'    => 'Cannot open request database.',
  87. 'cannot-open-authz-db'  => 'Cannot open authorized database.',
  88. 'cannot-open-inv-db'    => 'Cannot open invitations database.',
  89. 'cannot-fetch-key'      => 'Cannot find database key "%s".',
  90. 'cannot-del-key'        => 'Cannot delete database key "%s".',
  91. 'as-id-error'           => 'Authentication Server identifier "%s" does not match with expected "%s".',
  92. 'continue'              => 'Continue',
  93. 'source-ip-allowed'     => 'The source IP "%s" matches allowed filter "%s".',
  94. 'source-ip-denied'      => 'The source IP "%s" matches denial filter "%s".',
  95. 'invalid-hook'          => 'Trying to set hook "%s" with an invalid function or method.',
  96. 'running-hook'          => 'Running hook "%s" for "%s".',
  97. 'add-hook'              => 'Adding hook "%s" for "%s".',
  98. 'remove-hook'           => 'Removing hook "%s" for "%s".',
  99. 'hook-error'            => 'Invalid hook "%s".',
  100. 'allowed-pattern-match' => 'Query "%s" matches the allowed pattern "%s".',
  101. 'denied-pattern-match'  => 'Query "%s" matches the denial pattern "%s".',
  102. 'allowed-attr-match'    => 'The following user attributes are allowed: [%s].',
  103. 'denied-attr-match'     => 'The following user attributes are denied: [%s].',
  104. 'invite-non-existant'   => 'Cannot find invitation with reference "%s".',
  105. 'missing-attrs'         => 'None of the mandatory attributes were found.',
  106. 'missing-mail-attr'     => 'Cannot find "%s" attribute, e-mail verification failed.',
  107. 'mail-attr-err'         => 'Email verification attribute unset or empty, verification failed.',
  108. 'mail-attr-alg-err'     => 'Cannot extract the algorithm from the attribute "%s" with value "%s".',
  109. 'mail-attr-val-err'     => 'Cannot extract the e-mail verification string from the attribute "%s" with value "%s".',
  110. 'mail-verify-err'       => 'Cannot verify e-mail "%s", cannot match any of the received values.',
  111. 'mail-verify-ok'        => 'Verification success for e-mail "%s" with algorithm "%s" and value "%s".',
  112. 'cannot-authorize'      => 'Cannot authorize user "%s".',
  113. 'cannot-del-invite'     => 'Cannot remove invite for user "%s" with reference "%s".',
  114. 'invite-sent-to'        => 'Invite sent to address "%s".',
  115. 'user-authorized'       => 'User "%s" is now authorized.',
  116. 'user-authz-ok'         => 'User "%s" is authorized.',
  117. 'user-authz-err'        => 'User "%s" is not authorized.',
  118. 'user-already-authz'    => 'User "%s" is already authorized.',
  119. 'slo-conf-error'        => 'Cannot perform single logout, please review configuration.',
  120. 'already-logged-out'    => 'User was not authenticated.',
  121. 'local-logout-success'  => 'User was successfully logged out.',
  122. 'slo-logout'            => 'Single logout requested.',
  123. 'slo-requested'         => 'User requested single logout.',
  124. );
  125.  
  126. ?>

Documentation generated on Wed, 13 Oct 2010 15:06:19 +0200 by phpDocumentor 1.4.3