0byt3m1n1
Path:
/
data
/
applications
/
aps
/
gallery
/
2.3-2
/
standard
/
htdocs
/
modules
/
httpauth
/
po
/
[
Home
]
File: en_GB.po
# $Id: en_GB.po 18173 2008-10-17 07:14:30Z andy_st $ # # Gallery - a web based photo album viewer and editor # Copyright (C) 2000-2008 Bharat Mediratta # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or (at # your option) any later version. # # This program is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. # msgid "" msgstr "" "Project-Id-Version: Gallery: HTTP Auth 1.0.3\n" "Report-Msgid-Bugs-To: gallery-translations@lists.sourceforge.net\n" "POT-Creation-Date: 2007-03-06 23:20+0000\n" "PO-Revision-Date: 2007-03-06 23:20+0000\n" "Last-Translator: Stephen Ryan <ryaner@gmail.com>\n" "Language-Team: British <gallery-translations@lists.sourceforge.net>\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" msgid "HTTP Auth" msgstr "HTTP Auth" msgid "Login using HTTP authentication." msgstr "Login using HTTP authentication." msgid "Authentication" msgstr "Authentication" msgid "Authorization Header" msgstr "Authorisation Header" msgid "Pass the Authorization header to Gallery in a request variable." msgstr "Pass the Authorization header to Gallery in a request variable." msgid "Authorization header." msgstr "Authorisation header." msgid "Logout failed" msgstr "Logout failed" msgid "" "Gallery tried to logout but failed. You should close the browser window to logout " "successfully." msgstr "" "Gallery tried to logout but failed. You should close the browser window to logout " "successfully." msgid "HTTP Auth Settings" msgstr "HTTP Auth Settings" msgid "Settings saved successfully" msgstr "Settings saved successfully" msgid "Missing HTTP Authorization" msgstr "Missing HTTP Authorization" #, c-format msgid "" "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." msgstr "" "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." msgid "URL rewrite module disabled" msgstr "URL rewrite module disabled" #, c-format msgid "" "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." msgstr "" "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." msgid "Bad URL rewrite configuration" msgstr "Bad URL rewrite configuration" #, c-format msgid "" "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." msgstr "" "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." msgid "'Authorization Header' rule disabled" msgstr "'Authorisation Header' rule disabled" #, c-format msgid "" "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." msgstr "" "The URL rewrite rule to fall back on passing HTTP usernames and passwords to Gallery is " "disabled. You should activate the HTTP auth 'Authorisation Header' rule in the %sSite Admin " "URL Rewrite option%s. Troubleshooting documentation is in the %sGallery Codex%s." msgid "Unknown Cause" msgstr "Unknown Cause" #, c-format msgid "" "Gallery can't access HTTP usernames and passwords and automated checks failed to find a " "cause. Troubleshooting documentation is in the %sGallery Codex%s." msgstr "" "Gallery can't access HTTP usernames and passwords and automated checks failed to find a " "cause. Troubleshooting documentation is in the %sGallery Codex%s." msgid "Gallery can handle HTTP Basic authentication directly." msgstr "Gallery can handle HTTP Basic authentication directly." msgid "Use HTTP Authentication:" msgstr "Use HTTP Authentication:" msgid "" "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." msgstr "" "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." msgid "HTTP Authentication Realm:" msgstr "HTTP Authentication Realm:" msgid "" "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." msgstr "" "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." msgid "Use Web Server Authentication:" msgstr "Use Web Server Authentication:" msgid "By default HTTP authentication is only enabled for specific modules." msgstr "By default HTTP authentication is only enabled for specific modules." msgid "Use the authentication plugins for all modules:" msgstr "Use the authentication plugins for all modules:" #, c-format msgid "" "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." msgstr "" "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." msgid "Use Regular Expressions:" msgstr "Use Regular Expressions:" msgid "" "Specify here a regular expression which the authentication type must match for " "authentication to proceed; for instance /Negotiate/" msgstr "" "Specify here a regular expression which the authentication type must match for " "authentication to proceed; for instance /Negotiate/" msgid "Authentication Type Pattern:" msgstr "Authentication Type Pattern:" msgid "You must enter a valid regular expression" msgstr "You must enter a valid regular expression" #, c-format msgid "" "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." msgstr "" "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." msgid "Username Pattern:" msgstr "Username Pattern:" msgid "Username Replacement:" msgstr "Username Replacement:" msgid "Save" msgstr "Save" msgid "Reset" msgstr "Reset" #, c-format msgid "If you're not automatically redirected, %sclick here to finish logging out%s." msgstr "If you're not automatically redirected, %sclick here to finish logging out%s."