From: Amos Jeffries Date: Wed, 30 Jun 2010 03:10:42 +0000 (-0600) Subject: Sync error templates list with actual content X-Git-Tag: SQUID_3_2_0_1~105 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=513b3ca009a9ed17cf3bb8fe1b33de0d748f80e7;p=thirdparty%2Fsquid.git Sync error templates list with actual content --- diff --git a/errors/Makefile.am b/errors/Makefile.am index d84c182b46..77bf17ed10 100644 --- a/errors/Makefile.am +++ b/errors/Makefile.am @@ -12,45 +12,41 @@ DEFAULT_STYLESHEET = $(sysconfdir)/errorpage.css ## List of automated translations possible: ERROR_TEMPLATES = \ - templates/ERR_AGENT_PAC \ - templates/ERR_AGENT_WPAD \ - templates/ERR_AGENT_CONFIGURE \ - templates/ERR_BLANK \ - templates/ERR_FTP_PUT_MODIFIED \ - templates/ERR_ESI \ - templates/ERR_SECURE_CONNECT_FAIL \ - templates/ERR_ZERO_SIZE_OBJECT \ - templates/ERR_SHUTTING_DOWN \ - templates/ERR_URN_RESOLVE \ + templates/ERR_ACCESS_DENIED \ + templates/ERR_CACHE_ACCESS_DENIED \ + templates/ERR_CACHE_MGR_ACCESS_DENIED \ + templates/ERR_CANNOT_FORWARD \ templates/ERR_CONNECT_FAIL \ - templates/ERR_SOCKET_FAILURE \ + templates/ERR_DIR_LISTING \ + templates/ERR_DNS_FAIL \ + templates/ERR_ESI \ + templates/ERR_FORWARDING_DENIED \ + templates/ERR_FTP_DISABLED \ + templates/ERR_FTP_FAILURE \ + templates/ERR_FTP_FORBIDDEN \ templates/ERR_FTP_NOT_FOUND \ + templates/ERR_FTP_PUT_CREATED \ + templates/ERR_FTP_PUT_ERROR \ + templates/ERR_FTP_PUT_MODIFIED \ templates/ERR_FTP_UNAVAILABLE \ + templates/ERR_ICAP_FAILURE \ + templates/ERR_INVALID_REQ \ + templates/ERR_INVALID_RESP \ + templates/ERR_INVALID_URL \ templates/ERR_LIFETIME_EXP \ - templates/ERR_READ_ERROR \ + templates/ERR_NO_RELAY \ templates/ERR_ONLY_IF_CACHED_MISS \ - templates/ERR_UNSUP_HTTPVERSION \ + templates/ERR_READ_ERROR \ templates/ERR_READ_TIMEOUT \ - templates/ERR_ICAP_FAILURE \ - templates/ERR_DIR_LISTING \ - templates/ERR_FTP_FORBIDDEN \ - templates/ERR_ACCESS_DENIED \ - templates/ERR_FORWARDING_DENIED \ - templates/ERR_CANNOT_FORWARD \ - templates/ERR_CACHE_MGR_ACCESS_DENIED \ - templates/ERR_INVALID_REQ \ - templates/ERR_CACHE_ACCESS_DENIED \ - templates/ERR_FTP_PUT_ERROR \ - templates/ERR_FTP_PUT_CREATED \ + templates/ERR_SECURE_CONNECT_FAIL \ + templates/ERR_SHUTTING_DOWN \ + templates/ERR_SOCKET_FAILURE \ templates/ERR_TOO_BIG \ + templates/ERR_UNSUP_HTTPVERSION \ templates/ERR_UNSUP_REQ \ - templates/ERR_FTP_FAILURE \ - templates/ERR_DNS_FAIL \ - templates/ERR_FTP_DISABLED \ - templates/ERR_NO_RELAY \ - templates/ERR_INVALID_URL \ - templates/ERR_INVALID_RESP \ - templates/ERR_WRITE_ERROR + templates/ERR_URN_RESOLVE \ + templates/ERR_WRITE_ERROR \ + templates/ERR_ZERO_SIZE_OBJECT TRANSLATE_LANGUAGES = \ af.lang \