summaryrefslogtreecommitdiff
path: root/plugins/CasAuthentication/extlib/CAS/languages/english.php
diff options
context:
space:
mode:
authorSiebrand Mazeland <s.mazeland@xs4all.nl>2009-12-23 00:17:05 +0100
committerSiebrand Mazeland <s.mazeland@xs4all.nl>2009-12-23 00:17:05 +0100
commit6aa4a555dc4424567eb230b66c2c1fb8b064de22 (patch)
tree05bfea27d741a46838083a4942915f5813adb0f4 /plugins/CasAuthentication/extlib/CAS/languages/english.php
parent4e60043768cf902c4e4c90accc10ce22401955c8 (diff)
parent6549e4779a55a650582fdafd5f9c81d374222497 (diff)
Merge branch '0.9.x' of git://gitorious.org/statusnet/mainline into 0.9.x
Diffstat (limited to 'plugins/CasAuthentication/extlib/CAS/languages/english.php')
-rw-r--r--plugins/CasAuthentication/extlib/CAS/languages/english.php27
1 files changed, 27 insertions, 0 deletions
diff --git a/plugins/CasAuthentication/extlib/CAS/languages/english.php b/plugins/CasAuthentication/extlib/CAS/languages/english.php
new file mode 100644
index 000000000..c14345031
--- /dev/null
+++ b/plugins/CasAuthentication/extlib/CAS/languages/english.php
@@ -0,0 +1,27 @@
+<?php
+
+/**
+ * @file languages/english.php
+ * @author Pascal Aubry <pascal.aubry at univ-rennes1.fr>
+ * @sa @link internalLang Internationalization @endlink
+ * @ingroup internalLang
+ */
+
+$this->_strings = array(
+ CAS_STR_USING_SERVER
+ => 'using server',
+ CAS_STR_AUTHENTICATION_WANTED
+ => 'CAS Authentication wanted!',
+ CAS_STR_LOGOUT
+ => 'CAS logout wanted!',
+ CAS_STR_SHOULD_HAVE_BEEN_REDIRECTED
+ => 'You should already have been redirected to the CAS server. Click <a href="%s">here</a> to continue.',
+ CAS_STR_AUTHENTICATION_FAILED
+ => 'CAS Authentication failed!',
+ CAS_STR_YOU_WERE_NOT_AUTHENTICATED
+ => '<p>You were not authenticated.</p><p>You may submit your request again by clicking <a href="%s">here</a>.</p><p>If the problem persists, you may contact <a href="mailto:%s">the administrator of this site</a>.</p>',
+ CAS_STR_SERVICE_UNAVAILABLE
+ => 'The service `<b>%s</b>\' is not available (<b>%s</b>).'
+);
+
+?> \ No newline at end of file