OSDN Git Service

Retire iptables repository
[linuxjm/iptables.git] / po4a / man1 / iptables-xml.1.ja.po
diff --git a/po4a/man1/iptables-xml.1.ja.po b/po4a/man1/iptables-xml.1.ja.po
deleted file mode 100644 (file)
index 7ed0fae..0000000
+++ /dev/null
@@ -1,181 +0,0 @@
-# SOME DESCRIPTIVE TITLE
-# Copyright (C) YEAR Free Software Foundation, Inc.
-# This file is distributed under the same license as the PACKAGE package.
-# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2014-05-07 04:08+0900\n"
-"PO-Revision-Date: 2014-05-07 04:12+0900\n"
-"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
-"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: \n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. type: TH
-#, no-wrap
-msgid "IPTABLES-XML"
-msgstr "IPTABLES-XML"
-
-#. type: TH
-#, no-wrap
-msgid "iptables 1.4.21"
-msgstr "iptables 1.4.21"
-
-#.  Man page written by Sam Liddicott <azez@ufomechanic.net>
-#.  It is based on the iptables-save man page.
-#.     This program is free software; you can redistribute it and/or modify
-#.     it under the terms of the GNU General Public License as published by
-#.     the Free Software Foundation; either version 2 of the License, or
-#.     (at your option) any later version.
-#.     This program is distributed in the hope that it will be useful,
-#.     but WITHOUT ANY WARRANTY; without even the implied warranty of
-#.     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-#.     GNU General Public License for more details.
-#.     You should have received a copy of the GNU General Public License
-#.     along with this program; if not, write to the Free Software
-#.     Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
-#. type: SH
-#, no-wrap
-msgid "NAME"
-msgstr "名前"
-
-#. type: Plain text
-msgid "iptables-xml \\(em Convert iptables-save format to XML"
-msgstr "iptables-xml \\(em iptables-xml 形式から XML 形式へ変換する"
-
-#. type: SH
-#, no-wrap
-msgid "SYNOPSIS"
-msgstr "書式"
-
-#. type: Plain text
-msgid "B<iptables-xml> [B<-c>] [B<-v>]"
-msgstr "B<iptables-xml> [B<-c>] [B<-v>]"
-
-#. type: SH
-#, no-wrap
-msgid "DESCRIPTION"
-msgstr "説明"
-
-#. type: Plain text
-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."
-msgstr "B<iptables-xml> を使うと、iptables-save の出力をより扱いやすい XML 形式に変換し、標準出力に出力することができる。 ファイルに書き出すには、シェルで提供されている I/O リダイレクションを使うこと。"
-
-#. type: TP
-#, no-wrap
-msgid "B<-c>, B<--combine>"
-msgstr "B<-c>, B<--combine>"
-
-#. type: Plain text
-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."
-msgstr ""
-
-#. type: TP
-#, no-wrap
-msgid "B<-v>, B<--verbose>"
-msgstr "B<-v>, B<--verbose>"
-
-#. type: Plain text
-msgid "Output xml comments containing the iptables line from which the XML is derived"
-msgstr "XML の生成元となった iptables の行を XML コメントとして出力する。"
-
-#. type: Plain text
-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."
-msgstr ""
-
-#. type: Plain text
-msgid "Some sample output is:"
-msgstr "出力例を以下に示す。"
-
-#. type: Plain text
-#, no-wrap
-msgid ""
-"E<lt>iptables-rulesE<gt>\n"
-"  E<lt>table name=\"mangle\"E<gt>\n"
-"    E<lt>chain name=\"PREROUTING\" policy=\"ACCEPT\" packet-count=\"63436\"\n"
-"byte-count=\"7137573\"E<gt>\n"
-"      E<lt>ruleE<gt>\n"
-"       E<lt>conditionsE<gt>\n"
-"        E<lt>matchE<gt>\n"
-"          E<lt>pE<gt>tcpE<lt>/pE<gt>\n"
-"        E<lt>/matchE<gt>\n"
-"        E<lt>tcpE<gt>\n"
-"          E<lt>sportE<gt>8443E<lt>/sportE<gt>\n"
-"        E<lt>/tcpE<gt>\n"
-"       E<lt>/conditionsE<gt>\n"
-"       E<lt>actionsE<gt>\n"
-"        E<lt>callE<gt>\n"
-"          E<lt>check_ip/E<gt>\n"
-"        E<lt>/callE<gt>\n"
-"        E<lt>ACCEPT/E<gt>\n"
-"       E<lt>/actionsE<gt>\n"
-"      E<lt>/ruleE<gt>\n"
-"    E<lt>/chainE<gt>\n"
-"  E<lt>/tableE<gt>\n"
-"E<lt>/iptables-rulesE<gt>\n"
-msgstr ""
-"E<lt>iptables-rulesE<gt>\n"
-"  E<lt>table name=\"mangle\"E<gt>\n"
-"    E<lt>chain name=\"PREROUTING\" policy=\"ACCEPT\" packet-count=\"63436\"\n"
-"byte-count=\"7137573\"E<gt>\n"
-"      E<lt>ruleE<gt>\n"
-"       E<lt>conditionsE<gt>\n"
-"        E<lt>matchE<gt>\n"
-"          E<lt>pE<gt>tcpE<lt>/pE<gt>\n"
-"        E<lt>/matchE<gt>\n"
-"        E<lt>tcpE<gt>\n"
-"          E<lt>sportE<gt>8443E<lt>/sportE<gt>\n"
-"        E<lt>/tcpE<gt>\n"
-"       E<lt>/conditionsE<gt>\n"
-"       E<lt>actionsE<gt>\n"
-"        E<lt>callE<gt>\n"
-"          E<lt>check_ip/E<gt>\n"
-"        E<lt>/callE<gt>\n"
-"        E<lt>ACCEPT/E<gt>\n"
-"       E<lt>/actionsE<gt>\n"
-"      E<lt>/ruleE<gt>\n"
-"    E<lt>/chainE<gt>\n"
-"  E<lt>/tableE<gt>\n"
-"E<lt>/iptables-rulesE<gt>\n"
-
-#. type: Plain text
-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:"
-msgstr "XML から iptables-save への変換は、以下のように iptables.xslt スクリプトと xsltproc を使って行うことができる。 libxsltproc などを使ったカスタムプログラムで行うことができる。"
-
-#. type: Plain text
-msgid "xsltproc iptables.xslt my-iptables.xml | iptables-restore"
-msgstr "xsltproc iptables.xslt my-iptables.xml | iptables-restore"
-
-#. type: SH
-#, no-wrap
-msgid "BUGS"
-msgstr "バグ"
-
-#. type: Plain text
-msgid "None known as of iptables-1.3.7 release"
-msgstr "iptables-1.3.7 リリースの時点では知られていない。"
-
-#. type: SH
-#, no-wrap
-msgid "AUTHOR"
-msgstr "作者"
-
-#. type: Plain text
-msgid "Sam Liddicott E<lt>azez@ufomechanic.netE<gt>"
-msgstr "Sam Liddicott E<lt>azez@ufomechanic.netE<gt>"
-
-#. type: SH
-#, no-wrap
-msgid "SEE ALSO"
-msgstr "関連項目"
-
-#. type: Plain text
-msgid "B<iptables-save>(8), B<iptables-restore>(8), B<iptables>(8)"
-msgstr "B<iptables-save>(8), B<iptables-restore>(8), B<iptables>(8)"
-
-#~ msgid "Jul 16, 2007"
-#~ msgstr "Jul 16, 2007"