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
|
# AUTHOR <EMAIL@ADDRESS>, YEAR.
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: \n"
"Last-Translator: Automatically generated\n"
"Language-Team: None\n"
"Language: it\n"
"X-Generator: Zanata 3.6.2\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
msgid "Import book into Drupal"
msgstr ""
msgid "<application>Publican 3.1</application> has a new functionality which allow user to create and import a book into Drupal. All xml files in a book are transformed into a single CSV file which will later be used to import into Drupal."
msgstr ""
msgid "How to build a CSV file for Drupal import"
msgstr ""
msgid "The CSV File consists of information that tells Drupal how to import the book. Each row in the CSV file represents a html page."
msgstr ""
msgid "Use the <prompt>$</prompt> <command>publican build</command> command to create the CSV file for Drupal import. Before running the command, use the cd command to change into the directory where your book is located. For example, if you have a book call \"User_Guide\" in your home directory, then run the following command."
msgstr ""
msgid "<prompt>$</prompt> <command>cd User_Guide/</command>\n"
"<prompt>$</prompt> <command>publican build --langs en-US --formats=drupal-book</command>"
msgstr ""
msgid "After running the command, you will see CSV file is created in the <filename>tmp/en-US/drupal-book/</filename> directory."
msgstr ""
msgid "<application>Publican</application> stores all the output files in <filename>/tmp/en-US/drupal-book/</filename> directory. This directory contains the following files:"
msgstr ""
msgid "CSV file - The naming convention of the file is <filename>$product-$version-$docname-$lang-$edition.csv</filename>"
msgstr ""
msgid "en-US directory - contains all the html images."
msgstr ""
msgid "tar.gz file - the archive of both CSV file and en-US directory."
msgstr ""
msgid "Important — Use version control system"
msgstr ""
msgid "After running the <prompt>$</prompt> <command>publican build --langs en-US --formats=drupal-book</command> command, you will notice that the xml files in the <filename>en-US</filename> directory had been changed. This is because <application>Publican</application> added a <parameter>'Conformance'</parameter> attribute for every xml tag that has id. This attribute contains a number which is unique across xml files in the book. If you are using a version control system like <application>git</application> for your xml files, then you need to commit the changes so that the number won't get reset when other users run it. These unique numbers are very important, because they are use as the url path in drupal. Besides, <application>Publican</application> also created a database file name <filename>max_unique_id.db</filename> in the <filename>en-US</filename> directory. This database file is use to track the current maximum unique number in the book, so that <application>Publican</application> can know where you are up to and add a new unique number for your newly created Chapter or Section. Therefore, it is very important to add the database file to the version control and commit it if there is any change. If you add a new section in the xml, don't set the <parameter>'Comformance'</parameter> attribute yourself as that will make the database outdated. Just leave it for <application>publican</application> to set it."
msgstr ""
# translation auto-copied from project Publican Users' Guide, version 3, document Files_in_the_Brand_Directory
msgid "The publican.cfg file"
msgstr "Il file publican.cfg"
msgid "Below are some parameters that can be configure in the publican.cfg file for Drupal import:"
msgstr ""
msgid "<parameter>drupal_author</parameter>"
msgstr ""
msgid "specfies the author who should be shown in drupal book page. The name must be a valid Drupal username. 'Redhat' is the default author. Set this parameter in the <filename>publican.cfg</filename> file to override it."
msgstr ""
msgid "Important — Setting Author"
msgstr ""
msgid "The author must have permission to manage (create, update, delete) nodes in Drupal. If the default author is used, make sure you had created an account with username 'Redhat' in Drupal."
msgstr ""
msgid "<parameter>drupal_menu_title</parameter>"
msgstr ""
msgid "override the bookname that will be shown in the Drupal menu. If nothing is set, <application>publican</application> will use the default value which is \"$product $version $docname\". For example, Publican 3.1 User_Guide."
msgstr ""
msgid "<parameter>drupal_menu_block</parameter>"
msgstr ""
msgid "specfies which menu block the book should show in Drupal. The default value is <parameter>\"user-guide\"</parameter>."
msgstr ""
msgid "Important — Setting menu block"
msgstr ""
msgid "The menu block must exist in Drupal. For more information about adding a menu block in Drupal. Please refer to <xref linkend=\"sect-Publican-Users_Guide-Drupal_Import_Guide-How_to_add_a_menu_block\" />."
msgstr ""
msgid "<parameter>drupal_image_path</parameter>"
msgstr ""
msgid "specfies the directory where the images should be stored in drupal server. The default value is <filename>\"sites/default/files/\"</filename>."
msgstr ""
msgid "Drupal Import Guide"
msgstr ""
msgid "Before you can import a book, you need to install a module call <application>'Node Import'</application> in Drupal. This module allows Drupal to import and update content from CSV or TSV files. To install this module, simply go to <link xlink:href=\"http://drupal.org/sandbox/hyu/1819292\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">drupal site</link> and follow the instructions on the website to download it. Once this is done, then you need to copy the downloaded module to the 'modules' directory on the Drupal server. For example if your Drupal is located in <filename>/var/www/html/drupal/</filename> directory, then you should copy the module to <filename>/var/www/html/drupal/sites/all/modules/</filename> directory. To enable the installed module, login to the Drupal site and go to <guilabel>Administer -> Site building -> Modules </guilabel>. In the Development section, tick the <guibutton>checkbox</guibutton> and click <guibutton>Save configuration</guibutton> button to activate the <application>Node Import</application> Module."
msgstr ""
msgid "Important — Enable Drupal Core Modules"
msgstr ""
msgid "You also need to enable the following Drupal core modules:"
msgstr ""
msgid "<application>Book</application>"
msgstr ""
msgid "<application>Menu</application>"
msgstr ""
msgid "<application>Path</application>"
msgstr ""
msgid "Permission to install Module"
msgstr ""
msgid "Please consult your web adminstrator if you don't have permission to install module in drupal."
msgstr ""
msgid "How to add a menu block"
msgstr ""
msgid "You can specify which menu the book should be showing in Drupal. If the specified menu block doesn't exist, Drupal will throw all the imported contents in the primary link. Therefore, if you wish to list your book in a menu block, make sure you create one before importing the book. To add a new menu block, simply login to your Drupal site and go to <guilabel>Administer -> Menus -> Add menu </guilabel>."
msgstr ""
msgid "<guilabel>Menu name</guilabel> - The unique name for the menu. This is the value that you should set for the <parameter>drupal_menu_block</parameter> parameter in <filename>publican.cfg</filename>."
msgstr ""
msgid "<guilabel>Title</guilabel> - The title of the menu. It will be displayed on top of the menu block."
msgstr ""
msgid "Setting up Node import"
msgstr ""
msgid "<guilabel>Import directory</guilabel> - Where the CSV files to be imported are stored. The default path is <filename>sites/default/files/imports/</filename> ."
msgstr ""
msgid "<guilabel>FTP settings</guilabel>"
msgstr ""
msgid "<guilabel>Allow FTP uploads</guilabel> - Make sure the checkbox is checked, so that the new CSV file can be auto-detected when it is uploaded into the <filename>import directory</filename>."
msgstr ""
msgid "<guilabel>File owner</guilabel> - The CSV file that you uploaded to the <filename>import directory</filename> will be assigned ownership to this user."
msgstr ""
msgid "Important — File Ownership"
msgstr ""
msgid "Users will only be allowed to use files they have uploaded themselves and files owned by anonymous. If you leave this field blank, all files uploaded by FTP will be owned by anonymous and so all users will see those files as being available for them. If you enter a username here, files that are uploaded using FTP will be owned by that user and only that user will be able to see those uploaded files. It is recommended to leave this field blank."
msgstr ""
msgid "<guilabel>Allowed extensions</guilabel> - The allowed import file's extension. Other extensions will be ignore by the module."
msgstr ""
msgid "<guilabel>Default settings</guilabel>"
msgstr ""
msgid "<guilabel>Content type</guilabel> - The default content type that will be used for quick import. Make sure the <parameter>Book Page content type</parameter> is checked."
msgstr ""
msgid "<guilabel>First row contains column names</guilabel> - This tells the node import module that the first row of the csv file is the headers."
msgstr ""
msgid "How to import book"
msgstr ""
msgid "To import book into Drupal:"
msgstr ""
msgid "Follow the steps in <xref linkend=\"sect-Publican-Users_Guide-Import_book_into_Drupal-How_to_build_a_CSV_file_for_Drupal_import\" />"
msgstr ""
msgid "Upload the CSV file to <filename>import Directory</filename> in the Drupal Server"
msgstr ""
msgid "Upload <filename>en-US</filename> directory to the <filename>\"sites/default/files/\"</filename> directory in the Drupal server. This value can be overriden in the <filename>publican.cfg</filename>. For more details, please read <xref linkend=\"sect-Publican-Users_Guide-Import_book_into_Drupal-The_publican.cfg_file\" />"
msgstr ""
msgid "Login to the Drupal website, and go to <guilabel>Administer -> Content management -> Import content</guilabel>. You will see the CSV file that you just uploaded is showing in the 'Pending Tasks\" table and it is ready to import."
msgstr ""
msgid "Click <guibutton>Import now</guibutton> to start importing book. You will be redirect to the next page which is showing the import progress. When the progress bar hit 100%, that means the import is done!"
msgstr ""
msgid "The book link should be showing in the specified menu block now."
msgstr ""
msgid "How to update book"
msgstr ""
msgid "Simply repeat the steps in <xref linkend=\"sect-Publican-Users_Guide-Drupal_Import_Guide-How_to_import_book\" /> to update the book."
msgstr ""
msgid "Warning — Section Chunking"
msgstr ""
msgid "If you update the book with smaller chunks, than the missing chunks will be deleted by Drupal and the URL path for the deleted chunks will be deleted as well."
msgstr ""
|