1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38
|
msgid ""
msgstr ""
"Project-Id-Version: 0\n"
"POT-Creation-Date: 2014-10-03 13:17+1000\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"PO-Revision-Date: 2014-10-02 11:09-0400\n"
"Last-Translator: Automatically generated\n"
"Language-Team: None\n"
"Language: cs\n"
"X-Generator: Zanata 3.6.2\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2\n"
msgid "Root nodes and conditional tagging"
msgstr ""
msgid "If the root node of an XML file is excluded with a conditional, your document will not build, because empty files are not valid XML. For example, if <filename>Installation_and_configuration_on_Fedora.xml</filename> contains a single chapter:"
msgstr ""
msgid ""
"<?xml version='1.0' encoding='utf-8' ?>\n"
"<!DOCTYPE chapter PUBLIC \"-//OASIS//DTD DocBook XML V4.5//EN\" \"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd\" [\n"
"]>\n"
"<chapter id=\"chap-Installation_and_configuration_on_Fedora\" condition=\"Fedora\">\n"
"<title>Installation and configuration on Fedora</title>\n"
"\n"
"[text of chapter]\n"
"\n"
"</chapter>"
msgstr ""
msgid "and this chapter is included in <filename>User_Guide.xml</filename> with an <tag><xi:include></tag> tag, the document will not build with <prompt>$</prompt> <command>condition: Ubuntu</command> set in the <filename>publican.cfg</filename> file."
msgstr ""
msgid "To exclude this chapter, add a condition to the <tag><xi:include></tag> tag in <filename>User_Guide.xml</filename>, not to the <tag><chapter></tag> tag in <filename>Installation_and_configuration_on_Fedora.xml</filename>."
msgstr ""
|