From: André Malo Date: Sat, 11 Dec 2010 00:21:18 +0000 (+0000) Subject: update transformation X-Git-Tag: 2.2.18~250 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=90ac0ffc93a8af344df17bae2297748e70f181d1;p=thirdparty%2Fapache%2Fhttpd.git update transformation git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1044551 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/directives.html.ja.utf8 b/docs/manual/mod/directives.html.ja.utf8 index b3ab21921c7..25be579a485 100644 --- a/docs/manual/mod/directives.html.ja.utf8 +++ b/docs/manual/mod/directives.html.ja.utf8 @@ -112,7 +112,8 @@
  • AuthzLDAPAuthoritative
  • AuthzOwnerAuthoritative
  • AuthzUserAuthoritative
  • -
  • BrowserMatch
  • +
  • BalancerMember
  • +
  • BrowserMatch
  • BrowserMatchNoCase
  • BufferedLogs
  • CacheDefaultExpire
  • @@ -124,7 +125,12 @@
  • CacheIgnoreCacheControl
  • CacheIgnoreHeaders
  • CacheIgnoreNoLastMod
  • +
  • CacheIgnoreQueryString
  • +
  • CacheIgnoreURLSessionIdentifiers
  • CacheLastModifiedFactor
  • +
  • CacheLock
  • +
  • CacheLockMaxAge
  • +
  • CacheLockPath
  • CacheMaxExpire
  • CacheMaxFileSize
  • CacheMinFileSize
  • @@ -136,7 +142,9 @@
  • CharsetDefault
  • CharsetOptions
  • CharsetSourceEnc
  • +
  • CheckCaseOnly
  • CheckSpelling
  • +
  • ChrootDir
  • ContentDigest
  • CookieDomain
  • CookieExpires
  • @@ -174,6 +182,7 @@
  • DirectorySlash
  • DocumentRoot
  • DumpIOInput
  • +
  • DumpIOLogLevel
  • DumpIOOutput
  • EnableExceptionHook
  • EnableMMAP
  • @@ -187,7 +196,8 @@
  • ExtendedStatus
  • ExtFilterDefine
  • ExtFilterOptions
  • -
  • FileETag
  • +
  • FallbackResource
  • +
  • FileETag
  • <Files>
  • <FilesMatch>
  • FilterChain
  • @@ -198,7 +208,8 @@
  • ForceLanguagePriority
  • ForceType
  • ForensicLog
  • -
  • GracefulShutdownTimeout
  • +
  • GprofDir
  • +
  • GracefulShutdownTimeout
  • Group
  • Header
  • HeaderName
  • @@ -212,6 +223,7 @@
  • ImapDefault
  • ImapMenu
  • Include
  • +
  • IndexHeadInsert
  • IndexIgnore
  • IndexOptions
  • IndexOrderDefault
  • @@ -284,16 +296,20 @@
  • Order
  • PassEnv
  • PidFile
  • +
  • Protocol
  • ProtocolEcho
  • <Proxy>
  • ProxyBadHeader
  • ProxyBlock
  • ProxyDomain
  • ProxyErrorOverride
  • +
  • ProxyFtpDirCharset
  • ProxyIOBufferSize
  • <ProxyMatch>
  • ProxyMaxForwards
  • ProxyPass
  • +
  • ProxyPassInterpolateEnv
  • +
  • ProxyPassMatch
  • ProxyPassReverse
  • ProxyPassReverseCookieDomain
  • ProxyPassReverseCookiePath
  • @@ -304,6 +320,8 @@
  • ProxyRequests
  • ProxySCGIInternalRedirect
  • ProxySCGISendfile
  • +
  • ProxySet
  • +
  • ProxyStatus
  • ProxyTimeout
  • ProxyVia
  • ReadmeName
  • @@ -361,8 +379,11 @@
  • SetHandler
  • SetInputFilter
  • SetOutputFilter
  • +
  • SSIEnableAccess
  • SSIEndTag
  • SSIErrorMsg
  • +
  • SSIETag
  • +
  • SSILastModified
  • SSIStartTag
  • SSITimeFormat
  • SSIUndefinedEcho
  • diff --git a/docs/manual/mod/directives.html.ko.euc-kr b/docs/manual/mod/directives.html.ko.euc-kr index 761442d545a..5738c0b3a02 100644 --- a/docs/manual/mod/directives.html.ko.euc-kr +++ b/docs/manual/mod/directives.html.ko.euc-kr @@ -115,6 +115,7 @@
  • BalancerMember
  • BrowserMatch
  • BrowserMatchNoCase
  • +
  • BufferedLogs
  • CacheDefaultExpire
  • CacheDirLength
  • CacheDirLevels
  • @@ -124,16 +125,24 @@
  • CacheIgnoreCacheControl
  • CacheIgnoreHeaders
  • CacheIgnoreNoLastMod
  • +
  • CacheIgnoreQueryString
  • +
  • CacheIgnoreURLSessionIdentifiers
  • CacheLastModifiedFactor
  • +
  • CacheLock
  • +
  • CacheLockMaxAge
  • +
  • CacheLockPath
  • CacheMaxExpire
  • CacheMaxFileSize
  • CacheMinFileSize
  • CacheNegotiatedDocs
  • CacheRoot
  • +
  • CacheStoreNoStore
  • +
  • CacheStorePrivate
  • CGIMapExtension
  • CharsetDefault
  • CharsetOptions
  • CharsetSourceEnc
  • +
  • CheckCaseOnly
  • CheckSpelling
  • ChrootDir
  • ContentDigest
  • @@ -187,7 +196,8 @@
  • ExtendedStatus
  • ExtFilterDefine
  • ExtFilterOptions
  • -
  • FileETag
  • +
  • FallbackResource
  • +
  • FileETag
  • <Files>
  • <FilesMatch>
  • FilterChain
  • @@ -213,6 +223,7 @@
  • ImapDefault
  • ImapMenu
  • Include
  • +
  • IndexHeadInsert
  • IndexIgnore
  • IndexOptions
  • IndexOrderDefault
  • @@ -352,6 +363,7 @@
  • ScriptLogLength
  • ScriptSock
  • SecureListen
  • +
  • SeeRequestTail
  • SendBufferSize
  • ServerAdmin
  • ServerAlias
  • diff --git a/docs/manual/mod/mod_dir.html.ja.utf8 b/docs/manual/mod/mod_dir.html.ja.utf8 index 24686df597c..1670f48e5c1 100644 --- a/docs/manual/mod/mod_dir.html.ja.utf8 +++ b/docs/manual/mod/mod_dir.html.ja.utf8 @@ -65,6 +65,7 @@ @@ -172,6 +173,19 @@ +
    top
    +

    FallbackResource ディレクティブ

    + + + + + + + + + +
    説明:Define a default URL for requests that don't map to a file
    構文:FallbackResource local-url
    デフォルト:None - httpd will return 404 (Not Found)
    コンテキスト:サーバ設定ファイル, バーチャルホスト, ディレクトリ, .htaccess
    上書き:Indexes
    ステータス:Base
    モジュール:mod_dir
    互換性:Apache HTTP Server 2.2.16 and later

    The documentation of this directive was not translated yet. + Please refer to the English version.

    Available Languages:  en  | diff --git a/docs/manual/mod/mod_dir.html.ko.euc-kr b/docs/manual/mod/mod_dir.html.ko.euc-kr index 99452c5a6a8..a3931e99884 100644 --- a/docs/manual/mod/mod_dir.html.ko.euc-kr +++ b/docs/manual/mod/mod_dir.html.ko.euc-kr @@ -60,6 +60,7 @@ index

    @@ -159,6 +160,19 @@ index +
    top
    +

    FallbackResource Áö½Ã¾î

    + + + + + + + + + +
    ¼³¸í:Define a default URL for requests that don't map to a file
    ¹®¹ý:FallbackResource local-url
    ±âº»°ª:None - httpd will return 404 (Not Found)
    »ç¿ëÀå¼Ò:ÁÖ¼­¹ö¼³Á¤, °¡»óÈ£½ºÆ®, directory, .htaccess
    Override ¿É¼Ç:Indexes
    »óÅÂ:Base
    ¸ðµâ:mod_dir
    Áö¿ø:Apache HTTP Server 2.2.16 and later

    The documentation of this directive was not translated yet. + Please refer to the English version.

    °¡´ÉÇÑ ¾ð¾î:  en  | diff --git a/docs/manual/mod/mod_dir.html.tr.utf8 b/docs/manual/mod/mod_dir.html.tr.utf8 index 0b4b6b8af2a..356a5e4a235 100644 --- a/docs/manual/mod/mod_dir.html.tr.utf8 +++ b/docs/manual/mod/mod_dir.html.tr.utf8 @@ -26,6 +26,7 @@  ko  |  tr 

    +
    Bu çeviri güncel olmayabilir. Son değişiklikler için İngilizce sürüm geçerlidir.
    diff --git a/docs/manual/mod/mod_dir.xml.ja b/docs/manual/mod/mod_dir.xml.ja index 619df1b7f4c..efce5938ac8 100644 --- a/docs/manual/mod/mod_dir.xml.ja +++ b/docs/manual/mod/mod_dir.xml.ja @@ -1,7 +1,7 @@ - + + +
    Açıklama:Bölü çizgisiyle biten yönlendirmeleri yapar ve dizin içeriği dosyalarını sunar.
    Durum:Temel
    Modül Betimleyici:dir_module