mirror of
https://github.com/apache/httpd.git
synced 2026-01-06 09:01:14 +03:00
Add quotation marks to error messages
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1332300 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -1230,18 +1230,18 @@ version 2.3.9.</td></tr>
|
||||
# Example
|
||||
# ensure that mod_include is loaded
|
||||
<IfModule !include_module>
|
||||
Error mod_include is required by mod_foo. Load it with LoadModule.
|
||||
Error "mod_include is required by mod_foo. Load it with LoadModule."
|
||||
</IfModule>
|
||||
|
||||
# ensure that exactly one of SSL,NOSSL is defined
|
||||
<IfDefine SSL>
|
||||
<IfDefine NOSSL>
|
||||
Error Both SSL and NOSSL are defined. Define only one of them.
|
||||
Error "Both SSL and NOSSL are defined. Define only one of them."
|
||||
</IfDefine>
|
||||
</IfDefine>
|
||||
<IfDefine !SSL>
|
||||
<IfDefine !NOSSL>
|
||||
Error Either SSL or NOSSL must be defined.
|
||||
Error "Either SSL or NOSSL must be defined."
|
||||
</IfDefine>
|
||||
</IfDefine>
|
||||
</pre>
|
||||
|
||||
@@ -1135,18 +1135,18 @@ version 2.3.9.</compatibility>
|
||||
# Example
|
||||
# ensure that mod_include is loaded
|
||||
<IfModule !include_module>
|
||||
Error mod_include is required by mod_foo. Load it with LoadModule.
|
||||
Error "mod_include is required by mod_foo. Load it with LoadModule."
|
||||
</IfModule>
|
||||
|
||||
# ensure that exactly one of SSL,NOSSL is defined
|
||||
<IfDefine SSL>
|
||||
<IfDefine NOSSL>
|
||||
Error Both SSL and NOSSL are defined. Define only one of them.
|
||||
Error "Both SSL and NOSSL are defined. Define only one of them."
|
||||
</IfDefine>
|
||||
</IfDefine>
|
||||
<IfDefine !SSL>
|
||||
<IfDefine !NOSSL>
|
||||
Error Either SSL or NOSSL must be defined.
|
||||
Error "Either SSL or NOSSL must be defined."
|
||||
</IfDefine>
|
||||
</IfDefine>
|
||||
</highlight>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<?xml version="1.0"?>
|
||||
<!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
|
||||
<?xml-stylesheet type="text/xsl" href="../style/manual.de.xsl"?>
|
||||
<!-- English Revision: 344972:1331722 (outdated) -->
|
||||
<!-- English Revision: 344972:1331903 (outdated) -->
|
||||
|
||||
<!--
|
||||
Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<?xml version="1.0"?>
|
||||
<!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
|
||||
<?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
|
||||
<!-- English Revision: 1040494:1331722 (outdated) -->
|
||||
<!-- English Revision: 1040494:1331903 (outdated) -->
|
||||
|
||||
<!--
|
||||
Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<?xml version="1.0"?>
|
||||
<!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
|
||||
<?xml-stylesheet type="text/xsl" href="../style/manual.fr.xsl"?>
|
||||
<!-- English Revision: 1302855:1331722 (outdated) -->
|
||||
<!-- English Revision: 1302855:1331903 (outdated) -->
|
||||
<!-- French translation : Lucien GENTIS -->
|
||||
<!-- Reviewed by : Vincent Deffontaines -->
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
|
||||
<?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?>
|
||||
<!-- English Revision: 669847:1331722 (outdated) -->
|
||||
<!-- English Revision: 669847:1331903 (outdated) -->
|
||||
|
||||
<!--
|
||||
Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
|
||||
@@ -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: 1302855:1331722 (outdated) -->
|
||||
<!-- English Revision: 1302855:1331903 (outdated) -->
|
||||
<!-- =====================================================
|
||||
Translated by: Nilgün Belma Bugüner <nilgun belgeler.org>
|
||||
Reviewed by: Orhan Berent <berent belgeler.org>
|
||||
|
||||
Reference in New Issue
Block a user