# translation of Publican Users' Guide to Italiano # # Luigi Votta , 2010 msgid "" msgstr "" "Project-Id-Version: 0\n" "POT-Creation-Date: 2010-12-14T16:08:44\n" "PO-Revision-Date: 2010-11-16T15:12:23\n" "Last-Translator: \n" "Language-Team: Italian \n" "Language: it-IT\n" "MIME-Version: 1.0\n" "Content-Type: application/x-publican; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #. Tag: title #, no-c-format msgid "Adding files" msgstr "Aggiungere file" #. Tag: para #, no-c-format msgid "Publican allows you to include arbitrary files together with your documents. These files are included in RPM packages that you build with Publican and are installed on users' systems alongside the document itself. For example, you might want to include multimedia files of tutorials that complement the document, or sample files of source code or other materials that allow users to work through the examples or tutorials in a document." msgstr "Publican permette di includere file arbitrari all'interno di un documento. Questi file vengono inclusi nel pacchetto RPM compilato da Publican e vengono installati sul sistema dell'utente insieme al documento. Per esempio, si possono includere file multimediali di tutorial a complemento del documento, o file di codice sorgente o altro materiale utile agli utenti per lavorare con gli esempi o i tutorial." #. Tag: para #, no-c-format msgid "To ship arbitrary files with a document, create a directory named files in the language directory for the original language (e.g. en-US) of the book (e.g. My_Book)." msgstr "Per distribuire file arbitrari con un documento, includerli in una cartella denominata files, e salvarla nella cartella della lingua originale (p.e. en-US) del libro (p.e. My_Book)." #. Tag: para #, no-c-format msgid "In the directory My_Book:" msgstr "Nella cartella My_Book:" #. Tag: screen #, no-c-format msgid "mkdir en-US/files" msgstr "mkdir en-US/files" #. Tag: para #, no-c-format msgid "Copy the files to the directory files:" msgstr "Copiare i file nella cartella files:" #. Tag: screen #, no-c-format msgid "cp arbitrary_files en-US/files" msgstr "cp arbitrary_files en-US/files"