1# $Id: strings.raw 15727 2007-01-26 23:13:39Z mindless $
2
3/* module.inc */
4gettext("HTTP Auth")
5gettext("Login using HTTP authentication.")
6gettext("Authentication")
7gettext("Authorization Header")
8gettext("Pass the Authorization header to Gallery in a request variable.")
9gettext("Authorization header.")
10
11/* templates/FinishLogout.tpl */
12gettext("Logout failed")
13gettext("Gallery tried to logout but failed.  You should close the browser window to logout successfully.")
14
15/* templates/HttpAuthSiteAdmin.tpl */
16gettext("HTTP Auth Settings")
17gettext("Settings saved successfully")
18gettext("Missing HTTP Authorization")
19gettext("Gallery can't access HTTP usernames and passwords.  You can still use your web server's authentication.  Troubleshooting documentation is in the %sGallery Codex%s.")
20gettext("URL rewrite module disabled")
21gettext("We can't fall back on passing HTTP usernames and passwords to Gallery because the URL rewrite module is disabled.  You should activate the URL rewrite module in the %sSite Admin Plugins option%s and choose either Apache mod_rewrite or ISAPI_Rewrite.  Troubleshooting documentation is in the %sGallery Codex%s.")
22gettext("Bad URL rewrite configuration")
23gettext("PHP Path Info rewrite doesn't support the rule to fall back on passing HTTP usernames and passwords to Gallery.  You should uninstall and reinstall the URL rewrite module in the %sSite Admin Plugins option%s and choose either Apache mod_rewrite or ISAPI_Rewrite.  Troubleshooting documentation is in the %sGallery Codex%s.")
24gettext("'Authorization Header' rule disabled")
25gettext("The URL rewrite rule to fall back on passing HTTP usernames and passwords to Gallery is disabled.  You should activate the HTTP auth 'Authorization Header' rule in the %sSite Admin URL Rewrite option%s.  Troubleshooting documentation is in the %sGallery Codex%s.")
26gettext("Unknown Cause")
27gettext("Gallery can't access HTTP usernames and passwords and automated checks failed to find a cause.  Troubleshooting documentation is in the %sGallery Codex%s.")
28gettext("Gallery can handle HTTP Basic authentication directly.")
29gettext("Use HTTP Authentication:")
30gettext("Gallery will prompt you to login with HTTP authentication when permission is denied.  HTTP authentication sends your client a realm to which your username belongs.  It's safe to leave the realm blank.")
31gettext("HTTP Authentication Realm:")
32gettext("Your web server may offer more comprehensive and more secure authentication.  If you configured your web server to authenticate requests to Gallery, you may choose to trust the username it reports in the REMOTE_USER environment variable.")
33gettext("Use Web Server Authentication:")
34gettext("By default HTTP authentication is only enabled for specific modules.")
35gettext("Use the authentication plugins for all modules:")
36gettext("You may wish to trust only HTTP authentication types or HTTP usernames which match specified regular expressions - or HTTP usernames may not match your Gallery usernames; for instance if using %s authentication, the REMOTE_USER environment variable may be username@REALM.TLD.  In these cases, you may use regular expressions to filter authentication types and usernames.")
37gettext("Use Regular Expressions:")
38gettext("Specify here a regular expression which the authentication type must match for authentication to proceed; for instance /Negotiate/")
39gettext("Authentication Type Pattern:")
40gettext("You must enter a valid regular expression")
41gettext("Specify here a regular expression which the username must match for authentication to proceed and a string with which to replace it.  See PHP %s documentation for more information.")
42gettext("Username Pattern:")
43gettext("Username Replacement:")
44gettext("Save")
45gettext("Reset")
46
47/* templates/TryLogout.tpl */
48gettext("If you're not automatically redirected, %sclick here to finish logging out%s.")
49