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 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284
|
# translation of Publican Users' Guide to Italiano
#
# Luigi Votta <lewis41@fedoraproject.org>, 2010, 2011.
# Mario Santagiuliana <fedora at marionline.it>, 2012.
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: 2012-01-22 02:17-0500\n"
"Last-Translator: Mario Santagiuliana <fedora at marionline.it>\n"
"Language-Team: Italian <fedora-trans-it at redhat.com>\n"
"Language: it\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Zanata 3.6.2\n"
msgid "Using sets"
msgstr "Usare i set"
msgid "A <firstterm>set</firstterm> is a collection of books, published as a single output. The <citetitle>Services Plan</citetitle> for example is a set comprised of many books such as the <citetitle>Developer Guide</citetitle>, <citetitle>Engineering Content Services Guide</citetitle> and the <citetitle>Engineering Operations Guide</citetitle> to name just a few. The <prompt>$</prompt> <command>create_book</command> command creates a template for a set by setting the <parameter>type</parameter> parameter to <literal>Set</literal>."
msgstr "Un <firstterm>set</firstterm> è una raccolta di libri pubblicati come una unica presentazione. <citetitle>Services Plan</citetitle>, per esempio, è un set composto da molti libri come <citetitle>Developer Guide</citetitle>, <citetitle>Engineering Content Services Guide</citetitle> ed <citetitle>Engineering Operations Guide</citetitle>, per citarne solo alcuni. Il comando <command>create_book</command> crea un modello per un set, impostando il parametro <parameter>type</parameter> con il valore <literal>Set</literal>."
msgid "There are two types of set:"
msgstr "Esistono due tipi di set:"
msgid "<firstterm>stand-alone sets</firstterm>"
msgstr "<firstterm>set a sé stanti</firstterm>"
msgid "<firstterm>distributed sets</firstterm>"
msgstr "<firstterm>set distribuiti</firstterm>"
msgid "Stand-alone sets"
msgstr "Set a sé stanti"
msgid "A stand-alone set contains the XML files for each book, all of which are located inside the directory of the set. Stand-alone sets are always built as a set; you cannot build the individual books on their own without modification."
msgstr "Un set a sé stante contiene i file XML di ogni libro, i quali si trovano all'interno della cartella del set. I set a sé stanti sono sempre costruiti come un set; non è possibile costruire i singoli libri senza effettuare modifiche."
msgid "The procedure that follows will guide you through the process of creating a stand-alone set named <citetitle>My Set</citetitle> located in a directory called <filename>books/My_Set/</filename>. The set will contain <citetitle>Book A</citetitle> and <citetitle>Book B</citetitle> both of which will be manually created inside the <filename>books/My_Set/en-US</filename> directory."
msgstr "Il seguente procedimento indica come creare un set a sé stante di nome <citetitle>My Set</citetitle>, salvato nella cartella <filename>books/My_Set/</filename>. Il set è composto da due libri, <citetitle>Book A</citetitle> e <citetitle>Book B</citetitle>, entrambi creati manualmente all'interno della cartella <filename>books/My_Set/en-US</filename>."
msgid "Creating a stand-alone set"
msgstr "Creare un set a sé stante"
msgid "Run the following command in a shell in the <filename>books/</filename> directory to create a set named <literal>My_Set</literal> branded in the Red Hat style and in which the XML will be written in American English."
msgstr "In una shell, eseguire il seguente comando nella cartella <filename>books/</filename> per creare un set denominato <literal>My_Set</literal> con brand in stile Red Hat e in cui i file XML vengono redatti in inglese americano."
msgid "publican create --type=Set --name=My_Set --brand=RedHat --lang=en-US"
msgstr ""
"publican create --type=Set --name=My_Set --brand=RedHat --lang=en-US\n"
"\n"
msgid "<prompt>$</prompt> <command>cd</command> into the <filename>My_Set/en-US</filename> directory and create two <emphasis>directories</emphasis> (not books) called <filename>Book_A</filename> and <filename>Book_B</filename>."
msgstr "<command>cd</command> nella cartella <filename>My_Set/en-US</filename> e creare due <emphasis>cartelle</emphasis> (non libri), denominate <filename>Book_A</filename> e <filename>Book_B</filename>."
msgid "<prompt>$</prompt> <command>cd</command> <filename>My_Set/en-US</filename>\n"
"<prompt>$</prompt> <command>mkdir</command> <filename>Book_A</filename> <filename>Book_B</filename>"
msgstr ""
msgid "<prompt>$</prompt> <command>cd</command> into the <filename>books/My_Set/en-US/Book_A</filename> directory. Create and edit the <filename>Book_A.xml</filename>, <filename>Book_Info.xml</filename>, and any other xml files required for your book such as those required for individual chapters. Ensure that <filename>Book_A.xml</filename> contains the correct <tag>xi:include</tag> references to all of your xml files in the directory. For example, if <citetitle>Book A</citetitle> contained <filename>Book_Info.xml</filename> and <filename>Chapter_1.xml</filename>, the <filename>Book_A.xml</filename> file would look like this:"
msgstr "<command>cd</command> nella cartella <filename>books/My_Set/en-US/Book_A</filename>. Creare e modificare i file <filename>Book_A.xml</filename>, <filename>Book_Info.xml</filename> e gli altri file XML richiesti dal libro e gli altri dei vari capitoli. Assicurarsi che il file <filename>Book_A.xml</filename> contenga i corretti riferimenti in <sgmltag>xi:include</sgmltag> a tutti i file XML nella cartella. Per esempio, se <citetitle>Book A</citetitle> contiene <filename>Book_Info.xml</filename> e <filename>Chapter_1.xml</filename>, il file <filename>Book_A.xml</filename> potrebbe essere simile a:"
#, fuzzy
msgid ""
"<?xml version='1.0'?>\n"
"<!DOCTYPE book PUBLIC \"-//OASIS//DTD DocBook XML V4.5//EN\" \n"
"\"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd\" [\n"
"]>\n"
" \n"
"<book>\n"
" <xi:include href=\"Book_Info.xml\" xmlns:xi=\"http://www.w3.org/2001/XInclude\"></xi:include>\n"
" <xi:include href=\"Chapter_1.xml\" xmlns:xi=\"http://www.w3.org/2001/XInclude\"></xi:include>\n"
"</book>"
msgstr ""
"<?xml version='1.0'?>\n"
"<!DOCTYPE book PUBLIC \"-//OASIS//DTD DocBook XML V4.5//EN\" \n"
"\"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd\" [\n"
"]>\n"
"\t \n"
"<book>\n"
"\t <xi:include href=\"Book_Info.xml\" xmlns:xi=\"http://www.w3.org/2001/XInclude\"></xi:include>\n"
"\t <xi:include href=\"Chapter_1.xml\" xmlns:xi=\"http://www.w3.org/2001/XInclude\"></xi:include>\n"
"</book>\n"
"\n"
msgid "Use the same process for <citetitle>Book_B</citetitle>, located in the <filename>books/My_Set/en-US/Book_B</filename> directory, as per the step above."
msgstr "Usare lo stesso procedimento per il <citetitle>Book_B</citetitle>, salvato nella cartella <filename>books/My_Set/en-US/Book_B</filename>, come indicato sopra."
msgid "Open the <filename>books/My_Set/en-US/My_Set.xml</filename> file in an editor. For each book in the set, add an <tag>xi:include</tag> reference to the primary xml file from the book. The primary xml file for <citetitle>Book A</citetitle> will be <filename>Book_A.xml</filename> and for <citetitle>Book B</citetitle>, <filename>Book_B.xml</filename>. The <filename>My_Set.xml</filename> file should now look like this:"
msgstr "Modificare il file <filename>books/My_Set/en-US/My_Set.xml</filename>. Per ciascun libro nel set, aggiungere un riferimento <sgmltag>xi:include</sgmltag> al file XML principale del libro. Il file XML principale per il <citetitle>Book A</citetitle> è <filename>Book_A.xml</filename> e quello per il <citetitle>Book B</citetitle>, <filename>Book_B.xml</filename>. Il file <filename>My_Set.xml</filename> dovrebbe assomigliare a:"
msgid "<xi:include href=\"extras/Set_Name.xmlt\" parse=\"text\" xmlns:xi=\"http://www.w3.org/2001/XInclude\" />"
msgstr ""
"<xi:include href=\"extras/Set_Name.xmlt\" parse=\"text\" xmlns:xi=\"http://www.w3.org/2001/XInclude\" />\n"
"\n"
msgid "To make your set XML valid, you will need to change the following:"
msgstr "Per rendere valido il set, occorre effettuare la seguente modifica:"
msgid "In <filename>My_Set.xml</filename>, comment out the following lines:"
msgstr "In <filename>My_Set.xml</filename>, togliere il commento alle seguenti righe:"
msgid ""
"<remark>NOTE: the href does not contain a language! This is CORRECT!</remark>\n"
"<remark><xi:include href=\"My_Other_Book/My_Other_Book.xml\" xmlns:xi=\"http://www.w3.org/2001/XInclude\"></remark>\n"
"<setindex></setindex>"
msgstr ""
"\n"
"<remark>NOTE: the href does not contain a language! This is CORRECT!</remark>\n"
"<remark><xi:include href=\"My_Other_Book/My_Other_Book.xml\" xmlns:xi=\"http://www.w3.org/2001/XInclude\"></remark>\n"
"<setindex></setindex>\n"
" "
msgid "In the <filename>Preface.xml</filename> and <filename>Book_Info.xml</filename> for each book you are using, add ../../ to the front of every Common_Content string you see. For example:"
msgstr "In <filename>Preface.xml</filename> e <filename>Book_Info.xml</filename> di ogni libro, aggiungere ../../ all'inizio di ogni stringa Common_Content, presente. Per esempio:"
msgid "<xi:include href=\"Common_Content/Conventions.xml\" xmlns:xi=\"http://www.w3.org/2001/XInclude\" />"
msgstr ""
"\n"
"<xi:include href=\"Common_Content/Conventions.xml\" xmlns:xi=\"http://www.w3.org/2001/XInclude\" />\n"
" "
msgid "This will need to become:"
msgstr "Quindi si ha:"
msgid "<xi:include href=\"../../Common_Content/Conventions.xml\" xmlns:xi=\"http://www.w3.org/2001/XInclude\" />"
msgstr ""
"\n"
"<xi:include href=\"../../Common_Content/Conventions.xml\" xmlns:xi=\"http://www.w3.org/2001/XInclude\" />\n"
" "
msgid "This is because in a standalone set, the Common Content folder is two directories further away from where Publican usually looks for it, so it has to be told manually. To build your book individually, without building the entire set, undo this step."
msgstr "Ciò perché in un set a sé stante, la cartella Common Content si trova due cartelle più in là rispetto a dove di solito cerca Publican, perciò occorre inserirlo manualmente. Per compilare i libri singolarmente, senza costruire l'intero set, saltare questo passaggio."
msgid "Test your set by running the <command>publican build --formats=test --langs=en-US</command> command."
msgstr "Verificare il set, con il comando <command>publican build --formats=test --langs=en-US</command>."
msgid "If you are using pre-existing books, you will need to rearrange them so the XML files are at the level of the set and all images are inside the images directory at the same level. For example:"
msgstr "Se si usano libri pre-esistenti, occorre riorganizzarli in modo che i file XML siano al livello del set e tutte le immagini siano all'interno della cartella delle immagini, nello stesso livello. Per esempio:"
msgid ""
" -- My_Set\n"
" |-- en-US\n"
" | |-- Author_Group.xml\n"
" | |-- Book_A.ent\n"
" | |-- Book_A.xml\n"
" | |-- Book_B.ent\n"
" | |-- Book_B.xml\n"
" | |-- Book_Info_A.xml\n"
" | |-- Book_Info_B.xml\n"
" | |-- chapter_A.xml\n"
" | |-- chapter_B.xml\n"
" | |-- images\n"
" | | |-- icon.svg\n"
" | | `-- image1.png\n"
" | |-- My_Set.ent\n"
" | |-- My_Set.xml\n"
" | |-- Preface.xml\n"
" | |-- Revision_History.xml\n"
" | `-- Set_Info.xml\n"
" `-- publican.cfg"
msgstr ""
"\n"
" -- My_Set\n"
" |-- en-US\n"
" | |-- Author_Group.xml\n"
" | |-- Book_A.ent\n"
" | |-- Book_A.xml\n"
" | |-- Book_B.ent\n"
" | |-- Book_B.xml\n"
" | |-- Book_Info_A.xml\n"
" | |-- Book_Info_B.xml\n"
" | |-- chapter_A.xml\n"
" | |-- chapter_B.xml\n"
" | |-- images\n"
" | | |-- icon.svg\n"
" | | `-- image1.png\n"
" | |-- My_Set.ent\n"
" | |-- My_Set.xml\n"
" | |-- Preface.xml\n"
" | |-- Revision_History.xml\n"
" | `-- Set_Info.xml\n"
" `-- publican.cfg\n"
"\n"
" "
msgid "The XML files can also be within sub-folders to keep them separate. This is true within the images directory, as well. For example:"
msgstr "I file XML possono trovarsi anche all'interno di sotto-cartelle separate. E lo stesso vale per la cartella delle immagini. Per esempio:"
msgid ""
" -- My_Set\n"
" |-- en-US\n"
" | |-- Author_Group.xml\n"
" | |-- Book_A\n"
" | | |-- Book_A.ent\n"
" | | |-- Book_A.xml\n"
" | | |-- Book_Info.xml\n"
" | | `-- chapter.xml\n"
" | |-- Book_B\n"
" | | |-- Book_B.ent\n"
" | | |-- Book_B.xml\n"
" | | |-- Book_Info.xml\n"
" | | `-- chapter.xml\n"
" | |-- images\n"
" | | |-- icon.svg\n"
" | | `-- image1.png\n"
" | |-- My_Set.ent\n"
" | |-- My_Set.xml\n"
" | |-- Preface.xml\n"
" | |-- Revision_History.xml\n"
" | `-- Set_Info.xml\n"
" `-- publican.cfg"
msgstr ""
"\n"
" -- My_Set\n"
" |-- en-US\n"
" | |-- Author_Group.xml\n"
" | |-- Book_A\n"
" | | |-- Book_A.ent\n"
" | | |-- Book_A.xml\n"
" | | |-- Book_Info.xml\n"
" | | `-- chapter.xml\n"
" | |-- Book_B\n"
" | | |-- Book_B.ent\n"
" | | |-- Book_B.xml\n"
" | | |-- Book_Info.xml\n"
" | | `-- chapter.xml\n"
" | |-- images\n"
" | | |-- icon.svg\n"
" | | `-- image1.png\n"
" | |-- My_Set.ent\n"
" | |-- My_Set.xml\n"
" | |-- Preface.xml\n"
" | |-- Revision_History.xml\n"
" | `-- Set_Info.xml\n"
" `-- publican.cfg\n"
" "
msgid "Distributed sets"
msgstr "Set distribuiti"
msgid "A <firstterm>distributed set</firstterm> contains books that are located in a version-controlled repository. Although several version control systems exist, this version of <application>Publican</application> supports only one: <application>Subversion</application> (<application>SVN</application>). By setting the repository location and titles of the included books in the <filename>publican.cfg</filename> file, each book can be exported to build the entire set. The procedure that follows will guide you through the process of creating a set named <citetitle>My Set</citetitle> containing <citetitle>Book A</citetitle> and <citetitle>Book B</citetitle>."
msgstr "Un <firstterm>set distribuito</firstterm> contiene libri localizzati in un repository di controllo versione. Sebbene esistano diversi sistemi di controllo versione, questa versione di <application>Publican</application> supporta solo un sistema: <application>SVN</application> (<application>Subversion</application>). Impostando, nel file <filename>publican.cfg</filename>, la locazione del repository e i titoli dei libri contenuti nel set, ogni libro può essere esportato per creare il set completo. Il seguente procedimento, indica come creare un set denominato <citetitle>My Set</citetitle> contenente il <citetitle>Book A</citetitle> ed il <citetitle>Book B</citetitle>."
msgid "The following procedure assumes that <citetitle>Book A</citetitle> and <citetitle>Book B</citetitle> already exist and are available in your <application>SVN</application> repository. Currently <application>Publican</application> only supports <application>SVN</application>."
msgstr "Di seguito so assume che il <citetitle>Book A</citetitle> ed il <citetitle>Book B</citetitle> siano già esistenti e disponibili in un repository <application>SVN</application>. Al momento, <application>Publican</application> supporta solo <application>SVN</application>."
msgid "Creating a set"
msgstr "Creare un set"
msgid "Run the following command in a shell to create a set named <literal>My_Set</literal> branded in the Red Hat style and in which the XML will be written in American English."
msgstr "In una shell, eseguire il seguente comando, per creare un set denominato <literal>My_Set</literal> con brand in stile Red Hat e in cui i file XML vengono redatti in inglese americano."
msgid "$ publican create --type=Set --name=My_Set --brand=RedHat --lang=en-US"
msgstr ""
"$ publican create --type=Set --name=My_Set --brand=RedHat --lang=en-US\n"
"\n"
msgid "Add the following lines to the <filename>publican.cfg</filename> file:"
msgstr "Aggiungere le seguenti righe al file <filename>publican.cfg</filename>:"
msgid ""
"books: Book_A Book_B\n"
"repo: <replaceable>http://PATH-TO-YOUR-SVN-REPOSITORY</replaceable>\n"
"scm: SVN"
msgstr ""
"books: Book_A Book_B\n"
"repo: <replaceable>http://PATH-TO-YOUR-SVN-REPOSITORY</replaceable>\n"
"scm: SVN\n"
"\n"
msgid "Your repository path should end in the directory before the book you need."
msgstr "Il percorso al repository deve indirizzare per primo, la cartella del libro."
msgid "Open the <filename>My_Set.xml</filename> file in an editor. For each book in the set, add an <tag>xi:include</tag> reference to the primary XML file from the book. The primary XML file for <citetitle>Book A</citetitle> will be <filename>Book_A.xml</filename> and for <citetitle>Book B</citetitle>, <filename>Book_B.xml</filename>. The <filename>My_Set.xml</filename> file should now look like this:"
msgstr "Modificare il file <filename>My_Set.xml</filename>. Per ciascun libro del set, aggiungere un riferimento <sgmltag>xi:include</sgmltag> al file XML principale del libro. Il file XML principale per il <citetitle>Book A</citetitle> è <filename>Book_A.xml</filename> e quello per il <citetitle>Book B</citetitle>, <filename>Book_B.xml</filename>. Il file <filename>My_Set.xml</filename> dovrebbe assomigliare a:"
msgid "To make your set XML valid, you will need to comment out the following lines in <filename>My_Set.xml</filename>"
msgstr "Per rendere valido il set, occorre togliere il commento alle seguenti righe in <filename>My_Set.xml</filename>:"
msgid "When building a set, the <command>publican clean_ids</command> command will be run over each book because of the constraint that IDs must be unique across all books. Be careful of creating IDs that rely on content that may not be available when building books independently of the set."
msgstr "Quando si crea un set, il comando <command>publican clean_ids</command> verrà eseguito su ogni libro poiché la condizione di unicità degli ID deve essere valida su tutti i libri. Prestare particolare attenzione alla creazione di ID basati su contenuto, che potrebbe rendersi indisponibile, se i libri vengono creati isolatamente dal set."
|