1# $Id: strings.raw 15749 2007-01-30 01:35:50Z mindless $ 2 3/* ItemAddWebDav.inc */ 4gettext("WebDAV") /* also in: module.inc */ 5 6/* WebDavMount.inc */ 7gettext("Mount with WebDAV") /* also in: module.inc */ 8 9/* module.inc */ 10gettext("Mount Gallery on your desktop.") 11gettext("Remote Interfaces") 12gettext("Connect to WebDAV") 13gettext("Use short URL because most WebDAV clients don't support query strings. The Windows WebDAV client requires that you don't add a slash before the %path% variable.") 14gettext("Path to an item (eg. /album/image.jpg.html)") 15gettext("Mount WebDAV") 16gettext("Give davmount resources the correct extension.") 17gettext("OPTIONS Requests") 18gettext("Redirect OPTIONS requests so we can set DAV headers.") 19 20/* templates/WebDavMount.tpl */ 21gettext("WebDAV Mount Instructions") 22gettext("%sClick here%s to mount Gallery on your desktop with a WebDAV client. Documentation on mounting Gallery with WebDAV is in the %sGallery Codex%s.") 23gettext("Alternatively, you can enter the following URL in your WebDAV client:") 24 25/* templates/WebDavSiteAdmin.tpl */ 26gettext("WebDAV Settings") 27gettext("Configuration checked successfully") 28gettext("Most WebDAV clients will successfully connect. Documentation on mounting Gallery with WebDAV is in the %sGallery Codex%s.") 29gettext("The URL to connect to Gallery with WebDAV is:") 30gettext("PHP has no XML support") 31gettext("You can't connect with WebDAV because PHP has no XML support on this server. Troubleshooting documentation is in the %sGallery Codex%s.") 32gettext("WebDAV requests not handled") 33gettext("You can't connect with WebDAV because this server doesn't pass WebDAV requests to Gallery. Troubleshooting documentation is in the %sGallery Codex%s.") 34gettext("HTTP auth module disabled") 35gettext("You can connect with WebDAV anonymously, but you can't do anything which requires you to login because the HTTP auth module is disabled. You should activate the HTTP auth module in the %sSite Admin Plugins option%s. Troubleshooting documentation is in the %sGallery Codex%s.") 36gettext("HTTP auth plugin disabled") 37gettext("You can connect with WebDAV anonymously, but you can't do anything which requires you to login because neither HTTP authentication nor server authentication are enabled in the HTTP auth module. You should activate HTTP authentication in the settings of the HTTP auth module.") 38gettext("'Connect to WebDAV' rule disabled") 39gettext("Most WebDAV clients will fail to connect because the URL rewrite rule to generate short WebDAV URLs is disabled. You should activate the 'Connect to WebDAV' rule in the %sSite Admin URL Rewrite option%s. Troubleshooting documentation is in the %sGallery Codex%s.") 40gettext("Missing DAV headers") 41gettext("Some WebDAV clients, e.g. Mac OS X WebDAVFS, will fail to connect because OPTIONS responses are missing DAV headers. Troubleshooting documentation is in the %sGallery Codex%s.") 42gettext("Alternative URL missing DAV headers") 43gettext("Because OPTIONS responses are missing DAV headers, we try to fall back on an alternative URL, but alternative URL responses are also missing DAV headers. Troubleshooting documentation is in the %sGallery Codex%s.") 44gettext("URL rewrite module disabled") 45gettext("Most WebDAV clients will fail to connect 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.") 46gettext("Bad URL rewrite configuration") 47gettext("PHP PathInfo rewrite doesn't support the rule to fall back on an alternative URL. 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 information is in the %sGallery Codex%s.") 48gettext("'OPTIONS Requests' rule disabled") 49gettext("The URL rewrite rule to fall back on an alternative URL is disabled. You should activate the WebDAV 'OPTIONS Requests' rule in the %sSite Admin URL Rewrite option%s. Troubleshooting documentation is in the %sGallery Codex%s.") 50gettext("Unknown Cause") 51gettext("Some WebDAV clients, e.g. Mac OS X WebDAVFS, will fail to connect and automated checks failed to find a cause. Troubleshooting documentation is in the %sGallery Codex%s.") 52 53/* templates/blocks/WebDavUrl.tpl */ 54gettext("WebDAV URL") /* also in: templates/blocks/blocks.inc */ 55