diff options
-rw-r--r-- | docs/manual/mod/mod_request.html.tr.utf8 | 6 | ||||
-rw-r--r-- | docs/manual/mod/mod_request.xml.meta | 2 | ||||
-rw-r--r-- | docs/manual/mod/mod_request.xml.tr | 5 |
3 files changed, 9 insertions, 4 deletions
diff --git a/docs/manual/mod/mod_request.html.tr.utf8 b/docs/manual/mod/mod_request.html.tr.utf8 index 4cdf83e71a..d8633f8e50 100644 --- a/docs/manual/mod/mod_request.html.tr.utf8 +++ b/docs/manual/mod/mod_request.html.tr.utf8 @@ -24,9 +24,11 @@ <p><span>Mevcut Diller: </span><a href="../en/mod/mod_request.html" hreflang="en" rel="alternate" title="English"> en </a> | <a href="../tr/mod/mod_request.html" title="Türkçe"> tr </a></p> </div> -<div class="outofdate">Bu çeviri güncel olmayabilir. Son değişiklikler için İngilizce sürüm geçerlidir.</div> <table class="module"><tr><th><a href="module-dict.html#Description">Açıklama:</a></th><td>HTTP istek gövdelerini işleme sokup kullanılabilir kılan süzgeçler</td></tr> -<tr><th><a href="module-dict.html#Status">Durum:</a></th><td>Temel</td></tr></table> +<tr><th><a href="module-dict.html#Status">Durum:</a></th><td>Temel</td></tr> +<tr><th><a href="module-dict.html#ModuleIdentifier">Modül Betimleyici:</a></th><td>request_module</td></tr> +<tr><th><a href="module-dict.html#SourceFile">Kaynak Dosyası:</a></th><td>mod_request.c</td></tr> +<tr><th><a href="module-dict.html#Compatibility">Uyumluluk:</a></th><td>Apache 2.3 ve sonrasında mevcuttur.</td></tr></table> </div> <div id="quickview"><h3 class="directives">Yönergeler</h3> <ul id="toc"> diff --git a/docs/manual/mod/mod_request.xml.meta b/docs/manual/mod/mod_request.xml.meta index 0b2bbfee14..fc7826032a 100644 --- a/docs/manual/mod/mod_request.xml.meta +++ b/docs/manual/mod/mod_request.xml.meta @@ -8,6 +8,6 @@ <variants> <variant>en</variant> - <variant outdated="yes">tr</variant> + <variant>tr</variant> </variants> </metafile> diff --git a/docs/manual/mod/mod_request.xml.tr b/docs/manual/mod/mod_request.xml.tr index b035c54209..54ff2d57a8 100644 --- a/docs/manual/mod/mod_request.xml.tr +++ b/docs/manual/mod/mod_request.xml.tr @@ -1,7 +1,7 @@ <?xml version="1.0"?> <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd"> <?xml-stylesheet type="text/xsl" href="../style/manual.tr.xsl"?> -<!-- English Revision: 649163 --> +<!-- English Revision: 662005 --> <!-- ===================================================== Translated by: Nilgün Belma Bugüner <nilgun belgeler.org> Reviewed by: Orhan Berent <berent belgeler.org> @@ -29,6 +29,9 @@ <name>mod_request</name> <description>HTTP istek gövdelerini işleme sokup kullanılabilir kılan süzgeçler</description> <status>Base</status> +<sourcefile>mod_request.c</sourcefile> +<identifier>request_module</identifier> +<compatibility>Apache 2.3 ve sonrasında mevcuttur.</compatibility> <directivesynopsis> |