From 201664e80f8b744641ed93cb6bf6393f8c16aea4 Mon Sep 17 00:00:00 2001 From: Rich Bowen Date: Fri, 26 May 2017 16:35:32 +0000 Subject: [PATCH] rebuild git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1796300 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/core.html.de | 3 +++ docs/manual/mod/core.html.es | 2 ++ docs/manual/mod/core.html.fr | 2 ++ docs/manual/mod/core.html.ja.utf8 | 2 ++ docs/manual/mod/core.html.tr.utf8 | 1 + docs/manual/mod/mod_authz_dbd.html.en | 12 ++++++------ docs/manual/mod/mod_authz_dbd.html.fr | 2 ++ docs/manual/mod/mod_authz_dbd.xml.fr | 2 +- docs/manual/mod/mod_authz_dbd.xml.meta | 2 +- 9 files changed, 20 insertions(+), 8 deletions(-) diff --git a/docs/manual/mod/core.html.de b/docs/manual/mod/core.html.de index 7237bf9301..77d02b8c50 100644 --- a/docs/manual/mod/core.html.de +++ b/docs/manual/mod/core.html.de @@ -909,6 +909,7 @@ satisfied by a request at runtime AllowOverride:All Status:Core Modul:core +Kompatibilität:Nested conditions are evaluated in 2.4.26 and later

Die Dokumentation zu dieser Direktive wurde noch nicht übersetzt. Bitte schauen Sie in die englische Version.

Siehe auch

@@ -936,6 +937,7 @@ satisfied AllowOverride:All Status:Core Modul:core +Kompatibilität:Nested conditions are evaluated in 2.4.26 and later

Die Dokumentation zu dieser Direktive wurde noch nicht übersetzt. Bitte schauen Sie in die englische Version.

Siehe auch

@@ -1560,6 +1562,7 @@ satisfied by a request at runtime AllowOverride:All Status:Core Modul:core +Kompatibilität:Nested conditions are evaluated in 2.4.26 and later

Die Dokumentation zu dieser Direktive wurde noch nicht übersetzt. Bitte schauen Sie in die englische Version.

Siehe auch

diff --git a/docs/manual/mod/core.html.es b/docs/manual/mod/core.html.es index 7317bf90d5..2cf2d5a971 100644 --- a/docs/manual/mod/core.html.es +++ b/docs/manual/mod/core.html.es @@ -933,6 +933,7 @@ satisfied by a request at runtime Prevalece sobre:All Estado:Core Módulo:core +Compatibilidad:Nested conditions are evaluated in 2.4.26 and later

La Documentación para esta directiva no ha sido traducida aún. Por favor use la versión en inglés mientras tanto. @@ -961,6 +962,7 @@ satisfied Prevalece sobre:All Estado:Core Módulo:core +Compatibilidad:Nested conditions are evaluated in 2.4.26 and later

La Documentación para esta directiva no ha sido traducida aún. Por favor use la versión en inglés mientras tanto. diff --git a/docs/manual/mod/core.html.fr b/docs/manual/mod/core.html.fr index 87cb84da68..78ab22a98a 100644 --- a/docs/manual/mod/core.html.fr +++ b/docs/manual/mod/core.html.fr @@ -33,6 +33,8 @@  ja  |  tr 

+
Cette traduction peut être périmée. Vérifiez la version + anglaise pour les changements récents.
Description:Fonctionnalités de base du serveur HTTP Apache toujours disponibles
Statut:Core
diff --git a/docs/manual/mod/core.html.ja.utf8 b/docs/manual/mod/core.html.ja.utf8 index cd8a0f93ba..57967ca880 100644 --- a/docs/manual/mod/core.html.ja.utf8 +++ b/docs/manual/mod/core.html.ja.utf8 @@ -879,6 +879,7 @@ satisfied by a request at runtime 上書き:All ステータス:Core モジュール:core +互換性:Nested conditions are evaluated in 2.4.26 and later

このディレクティブの解説文書は まだ翻訳されていません。英語版をご覧ください。

参照

@@ -906,6 +907,7 @@ satisfied 上書き:All ステータス:Core モジュール:core +互換性:Nested conditions are evaluated in 2.4.26 and later

このディレクティブの解説文書は まだ翻訳されていません。英語版をご覧ください。

参照

diff --git a/docs/manual/mod/core.html.tr.utf8 b/docs/manual/mod/core.html.tr.utf8 index 6b3e9b9199..942c09426b 100644 --- a/docs/manual/mod/core.html.tr.utf8 +++ b/docs/manual/mod/core.html.tr.utf8 @@ -33,6 +33,7 @@  ja  |  tr 

+
Bu çeviri güncel olmayabilir. Son değişiklikler için İngilizce sürüm geçerlidir.
Açıklama:Apache HTTP Sunucusunda daima mevcut olan çekirdek özellikler
Durum:Çekirdek
diff --git a/docs/manual/mod/mod_authz_dbd.html.en b/docs/manual/mod/mod_authz_dbd.html.en index 0c07e8b210..14c61c2912 100644 --- a/docs/manual/mod/mod_authz_dbd.html.en +++ b/docs/manual/mod/mod_authz_dbd.html.en @@ -89,8 +89,8 @@

This directive specifies group membership that is required for the user to gain access.

-
      Require dbd-group team
-      AuthzDBDQuery "SELECT group FROM authz WHERE user = %s"
+
Require dbd-group team
+AuthzDBDQuery "SELECT group FROM authz WHERE user = %s"
@@ -100,8 +100,8 @@

This directive specifies a query to be run indicating the user has logged in.

-
      Require dbd-login
-      AuthzDBDQuery "UPDATE authn SET login = 'true' WHERE user = %s"
+
Require dbd-login
+AuthzDBDQuery "UPDATE authn SET login = 'true' WHERE user = %s"
@@ -111,8 +111,8 @@

This directive specifies a query to be run indicating the user has logged out.

-
      Require dbd-logout
-      AuthzDBDQuery "UPDATE authn SET login = 'false' WHERE user = %s"
+
Require dbd-logout
+AuthzDBDQuery "UPDATE authn SET login = 'false' WHERE user = %s"
diff --git a/docs/manual/mod/mod_authz_dbd.html.fr b/docs/manual/mod/mod_authz_dbd.html.fr index 6a62efe76f..47ff59e22a 100644 --- a/docs/manual/mod/mod_authz_dbd.html.fr +++ b/docs/manual/mod/mod_authz_dbd.html.fr @@ -29,6 +29,8 @@

Langues Disponibles:  en  |  fr 

+
Cette traduction peut être périmée. Vérifiez la version + anglaise pour les changements récents.
diff --git a/docs/manual/mod/mod_authz_dbd.xml.fr b/docs/manual/mod/mod_authz_dbd.xml.fr index 84481a4a55..cd8c260b8f 100644 --- a/docs/manual/mod/mod_authz_dbd.xml.fr +++ b/docs/manual/mod/mod_authz_dbd.xml.fr @@ -1,7 +1,7 @@ - + diff --git a/docs/manual/mod/mod_authz_dbd.xml.meta b/docs/manual/mod/mod_authz_dbd.xml.meta index 691db29ca9..8789f3f9ef 100644 --- a/docs/manual/mod/mod_authz_dbd.xml.meta +++ b/docs/manual/mod/mod_authz_dbd.xml.meta @@ -8,6 +8,6 @@ en - fr + fr -- 2.40.0
Description:Autorisation en groupe et reconnaissance d'identité avec base SQL
Statut:Extension