OSDN Git Service

0e6fb2750062fd0a39892c5821af6a93a17bef2d
[linuxjm/iptables.git] / po4a / man1 / iptables-xml.1.ja.po
1 # SOME DESCRIPTIVE TITLE
2 # Copyright (C) YEAR Free Software Foundation, Inc.
3 # This file is distributed under the same license as the PACKAGE package.
4 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5 #
6 msgid ""
7 msgstr ""
8 "Project-Id-Version: PACKAGE VERSION\n"
9 "POT-Creation-Date: 2013-04-08 14:07+0900\n"
10 "PO-Revision-Date: 2013-04-08 15:09+0900\n"
11 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
12 "Language-Team: LANGUAGE <LL@li.org>\n"
13 "Language: \n"
14 "MIME-Version: 1.0\n"
15 "Content-Type: text/plain; charset=UTF-8\n"
16 "Content-Transfer-Encoding: 8bit\n"
17
18 #. type: TH
19 #, no-wrap
20 msgid "IPTABLES-XML"
21 msgstr "IPTABLES-XML"
22
23 #. type: TH
24 #, no-wrap
25 msgid "Jul 16, 2007"
26 msgstr "Jul 16, 2007"
27
28 #.  Man page written by Sam Liddicott <azez@ufomechanic.net>
29 #.  It is based on the iptables-save man page.
30 #.      This program is free software; you can redistribute it and/or modify
31 #.      it under the terms of the GNU General Public License as published by
32 #.      the Free Software Foundation; either version 2 of the License, or
33 #.      (at your option) any later version.
34 #.      This program is distributed in the hope that it will be useful,
35 #.      but WITHOUT ANY WARRANTY; without even the implied warranty of
36 #.      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
37 #.      GNU General Public License for more details.
38 #.      You should have received a copy of the GNU General Public License
39 #.      along with this program; if not, write to the Free Software
40 #.      Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
41 #. type: SH
42 #, no-wrap
43 msgid "NAME"
44 msgstr "名前"
45
46 #. type: Plain text
47 msgid "iptables-xml \\(em Convert iptables-save format to XML"
48 msgstr ""
49
50 #. type: SH
51 #, no-wrap
52 msgid "SYNOPSIS"
53 msgstr "書式"
54
55 #. type: Plain text
56 msgid "B<iptables-xml> [B<-c>] [B<-v>]"
57 msgstr "B<iptables-xml> [B<-c>] [B<-v>]"
58
59 #. type: SH
60 #, no-wrap
61 msgid "DESCRIPTION"
62 msgstr "説明"
63
64 #. type: Plain text
65 #, fuzzy
66 #| msgid "B<iptables-save> is used to dump the contents of an IP Table in easily parseable format to STDOUT. Use I/O-redirection provided by your shell to write to a file."
67 msgid "B<iptables-xml> is used to convert the output of iptables-save into an easily manipulatable XML format to STDOUT.  Use I/O-redirection provided by your shell to write to a file."
68 msgstr "B<iptables-save> は IP テーブルの内容を簡単に解析できる形式で 標準出力にダンプするために使われる。 ファイルに書き出すためには、 シェルで提供されている I/O リダイレクションを使うこと。"
69
70 #. type: TP
71 #, no-wrap
72 msgid "B<-c>, B<--combine>"
73 msgstr "B<-c>, B<--combine>"
74
75 #. type: Plain text
76 msgid "combine consecutive rules with the same matches but different targets. iptables does not currently support more than one target per match, so this simulates that by collecting the targets from consecutive iptables rules into one action tag, but only when the rule matches are identical. Terminating actions like RETURN, DROP, ACCEPT and QUEUE are not combined with subsequent targets."
77 msgstr ""
78
79 #. type: TP
80 #, no-wrap
81 msgid "B<-v>, B<--verbose>"
82 msgstr "B<-v>, B<--verbose>"
83
84 #. type: Plain text
85 msgid "Output xml comments containing the iptables line from which the XML is derived"
86 msgstr ""
87
88 #. type: Plain text
89 msgid "iptables-xml does a mechanistic conversion to a very expressive xml format; the only semantic considerations are for -g and -j targets in order to discriminate between E<lt>callE<gt> E<lt>gotoE<gt> and E<lt>nane-of-targetE<gt> as it helps xml processing scripts if they can tell the difference between a target like SNAT and another chain."
90 msgstr ""
91
92 #. type: Plain text
93 msgid "Some sample output is:"
94 msgstr ""
95
96 #. type: Plain text
97 #, no-wrap
98 msgid ""
99 "E<lt>iptables-rulesE<gt>\n"
100 "  E<lt>table name=\"mangle\"E<gt>\n"
101 "    E<lt>chain name=\"PREROUTING\" policy=\"ACCEPT\" packet-count=\"63436\"\n"
102 "byte-count=\"7137573\"E<gt>\n"
103 "      E<lt>ruleE<gt>\n"
104 "       E<lt>conditionsE<gt>\n"
105 "        E<lt>matchE<gt>\n"
106 "          E<lt>pE<gt>tcpE<lt>/pE<gt>\n"
107 "        E<lt>/matchE<gt>\n"
108 "        E<lt>tcpE<gt>\n"
109 "          E<lt>sportE<gt>8443E<lt>/sportE<gt>\n"
110 "        E<lt>/tcpE<gt>\n"
111 "       E<lt>/conditionsE<gt>\n"
112 "       E<lt>actionsE<gt>\n"
113 "        E<lt>callE<gt>\n"
114 "          E<lt>check_ip/E<gt>\n"
115 "        E<lt>/callE<gt>\n"
116 "        E<lt>ACCEPT/E<gt>\n"
117 "       E<lt>/actionsE<gt>\n"
118 "      E<lt>/ruleE<gt>\n"
119 "    E<lt>/chainE<gt>\n"
120 "  E<lt>/tableE<gt>\n"
121 "E<lt>/iptables-rulesE<gt>\n"
122 msgstr ""
123 "E<lt>iptables-rulesE<gt>\n"
124 "  E<lt>table name=\"mangle\"E<gt>\n"
125 "    E<lt>chain name=\"PREROUTING\" policy=\"ACCEPT\" packet-count=\"63436\"\n"
126 "byte-count=\"7137573\"E<gt>\n"
127 "      E<lt>ruleE<gt>\n"
128 "       E<lt>conditionsE<gt>\n"
129 "        E<lt>matchE<gt>\n"
130 "          E<lt>pE<gt>tcpE<lt>/pE<gt>\n"
131 "        E<lt>/matchE<gt>\n"
132 "        E<lt>tcpE<gt>\n"
133 "          E<lt>sportE<gt>8443E<lt>/sportE<gt>\n"
134 "        E<lt>/tcpE<gt>\n"
135 "       E<lt>/conditionsE<gt>\n"
136 "       E<lt>actionsE<gt>\n"
137 "        E<lt>callE<gt>\n"
138 "          E<lt>check_ip/E<gt>\n"
139 "        E<lt>/callE<gt>\n"
140 "        E<lt>ACCEPT/E<gt>\n"
141 "       E<lt>/actionsE<gt>\n"
142 "      E<lt>/ruleE<gt>\n"
143 "    E<lt>/chainE<gt>\n"
144 "  E<lt>/tableE<gt>\n"
145 "E<lt>/iptables-rulesE<gt>\n"
146
147 #. type: Plain text
148 msgid "Conversion from XML to iptables-save format may be done using the iptables.xslt script and xsltproc, or a custom program using libxsltproc or similar; in this fashion:"
149 msgstr ""
150
151 #. type: Plain text
152 msgid "xsltproc iptables.xslt my-iptables.xml | iptables-restore"
153 msgstr "xsltproc iptables.xslt my-iptables.xml | iptables-restore"
154
155 #. type: SH
156 #, no-wrap
157 msgid "BUGS"
158 msgstr "バグ"
159
160 #. type: Plain text
161 msgid "None known as of iptables-1.3.7 release"
162 msgstr "iptables-1.3.7 リリースの時点では知られていない。"
163
164 #. type: SH
165 #, no-wrap
166 msgid "AUTHOR"
167 msgstr "作者"
168
169 #. type: Plain text
170 msgid "Sam Liddicott E<lt>azez@ufomechanic.netE<gt>"
171 msgstr "Sam Liddicott E<lt>azez@ufomechanic.netE<gt>"
172
173 #. type: SH
174 #, no-wrap
175 msgid "SEE ALSO"
176 msgstr "関連項目"
177
178 #. type: Plain text
179 msgid "B<iptables-save>(8), B<iptables-restore>(8), B<iptables>(8)"
180 msgstr "B<iptables-save>(8), B<iptables-restore>(8), B<iptables>(8)"