From 55569472fee4a25f5bd821deb2aec51c91c5bc32 Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Jan 15 2014 14:46:19 +0000 Subject: Update directory structure related to script documentation. - Previously, there was one configuration file for each asciidoc file in the Manpages directory. Now, all configuration files were concatenated in a single file named render.conf. - Rename translation file from tcar.po to tcar.asciidoc.po. This is the convention set inside tcar-locale module. --- diff --git a/Scripts/Documentation/Manpages/Locales/en_US/tcar.asciidoc.po b/Scripts/Documentation/Manpages/Locales/en_US/tcar.asciidoc.po new file mode 100644 index 0000000..ab81617 --- /dev/null +++ b/Scripts/Documentation/Manpages/Locales/en_US/tcar.asciidoc.po @@ -0,0 +1,304 @@ +msgid "" +msgstr "" +"Project-Id-Version: tcar.asciidoc 0.9\n" +"POT-Creation-Date: 2014-01-10 12:38-0500\n" +"PO-Revision-Date: 2014-01-10 12:38-0500\n" +"Last-Translator: Localization SIG \n" +"Language-Team: English\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "tcar" +msgstr "tcar" + +msgid "1" +msgstr "1" + +msgid "The CentOS artwork repository automation tool." +msgstr "The CentOS artwork repository automation tool." + +msgid "" +"tcar [--help|--version]" +msgstr "" +"tcar [--help|--version]" + +msgid "" +"Print information about tcar " +"script itself." +msgstr "" +"Print information about tcar " +"script itself." + +msgid "" +"tcarMODULE [--help|--version]" +msgstr "" +"tcarMODULE [--help|--version]" + +msgid "" +"Print information about the specified module. See below to see which modules tcar script supports." +msgstr "" +"Print information about the specified module. See below to see which modules tcar script supports." + +msgid "Description" +msgstr "Description" + +msgid "" +"tcar exists to standardize " +"frequent tasks inside the CentOS artwork repository. Inside " +"tcar script, frequent tasks " +"are organized inside modules." +msgstr "" +"tcar exists to standardize " +"frequent tasks inside the CentOS artwork repository. Inside " +"tcar script, frequent tasks " +"are organized inside modules." + +msgid "" +"When you execute the tcar " +"script in a terminal, it requests you to enter the absolute path of " +"CentOS artwork repository in your workstation. This information is " +"required in order for tcar to " +"know where the repository directory structure you want to work with " +"is stored in. Later, once tcar " +"knows where your copy of CentOS artwork repository is stored in, it " +"initializes configuration variables and global functions. At this " +"point, it continues reading the command-line arguments to retrieve " +"the module's name, process common options next to it, store module-" +"specific options and initiates the module's environment by " +"executing the module's initialization script, based on the module's " +"name retrieved from the command-line." +msgstr "" +"When you execute the tcar " +"script in a terminal, it requests you to enter the absolute path of " +"CentOS artwork repository in your workstation. This information is " +"required in order for tcar to " +"know where the repository directory structure you want to work with " +"is stored in. Later, once tcar " +"knows where your copy of CentOS artwork repository is stored in, it " +"initializes configuration variables and global functions. At this " +"point, it continues reading the command-line arguments to retrieve " +"the module's name, process common options next to it, store module-" +"specific options and initiates the module's environment by " +"executing the module's initialization script, based on the module's " +"name retrieved from the command-line." + +msgid "Modules" +msgstr "Modules" + +msgid "" +"The tcar script supports the " +"following modules:" +msgstr "" +"The tcar script supports the " +"following modules:" + +msgid "prepare" +msgstr "prepare" + +msgid "" +"Standardize configuration tasks needed by your working copy (e.g., " +"verify whether required packages are installed or not in your " +"workstation, calls render module to produce images and manuals in " +"the correct order). This is the first task you should run in your " +"workstation, just after downloading a fresh working copy of CentOS " +"artwork repository." +msgstr "" +"Standardize configuration tasks needed by your working copy (e.g., " +"verify whether required packages are installed or not in your " +"workstation, calls render module to produce images and manuals in " +"the correct order). This is the first task you should run in your " +"workstation, just after downloading a fresh working copy of CentOS " +"artwork repository." + +msgid "render" +msgstr "render" + +msgid "" +"Standardize the way content is produced inside the repository. This " +"function relies on configuration files to do its work. Whenever you " +"need to produce images, documentation or localized content this is " +"the module you'll need to use." +msgstr "" +"Standardize the way content is produced inside the repository. This " +"function relies on configuration files to do its work. Whenever you " +"need to produce images, documentation or localized content this is " +"the module you'll need to use." + +msgid "locale" +msgstr "locale" + +msgid "" +"Standardize the way translatable strings are retrieved from source " +"files and put into portable objects for you to edit. Portable " +"objects produced by this module are used by render module to produce localized content. Whenever " +"you need to produce the intermediate files holding the translatable " +"strings required to produce localized content, use this module." +msgstr "" +"Standardize the way translatable strings are retrieved from source " +"files and put into portable objects for you to edit. Portable " +"objects produced by this module are used by render module to produce localized content. Whenever " +"you need to produce the intermediate files holding the translatable " +"strings required to produce localized content, use this module." + +msgid "tuneup" +msgstr "tuneup" + +msgid "" +"Standardize maintenance tasks frequently run inside the repository " +"(e.g., reset written by, copyright and license information inside " +"shell script's top-comments; transform probably malformed HTML " +"documents into valid documents, and remove unused tags inside SVG " +"documents.)." +msgstr "" +"Standardize maintenance tasks frequently run inside the repository " +"(e.g., reset written by, copyright and license information inside " +"shell script's top-comments; transform probably malformed HTML " +"documents into valid documents, and remove unused tags inside SVG " +"documents.)." + +msgid "Options" +msgstr "Options" + +msgid "" +"The tcar script supports the " +"following options:" +msgstr "" +"The tcar script supports the " +"following options:" + +msgid "--help" +msgstr "--help" + +msgid "Print script documentation." +msgstr "Print script documentation." + +msgid "--version" +msgstr "--version" + +msgid "Print script version." +msgstr "Print script version." + +msgid "--debug" +msgstr "--debug" + +msgid "" +"Run the script in debugging mode. This option is very useful if you " +"want to get a closer look to the way modules are opened and closed " +"inside tcar script." +msgstr "" +"Run the script in debugging mode. This option is very useful if you " +"want to get a closer look to the way modules are opened and closed " +"inside tcar script." + +msgid "--quiet" +msgstr "--quiet" + +msgid "" +"Run the script quietly. This option reduces the amount of " +"information the tcar script " +"prints out when processing source files." +msgstr "" +"Run the script quietly. This option reduces the amount of " +"information the tcar script " +"prints out when processing source files." + +msgid "--yes" +msgstr "--yes" + +msgid "" +"Run the script in affirmative mode. This is answering “yes” to all " +"“yes or no” questions. This option is useful when you run tcar with the --quiet option." +msgstr "" +"Run the script in affirmative mode. This is answering “yes” to all " +"“yes or no” questions. This option is useful when you run tcar with the --quiet option." + +msgid "Exit Status" +msgstr "Exit Status" + +msgid "0 — Exit successfully without errors." +msgstr "0 — Exit successfully without errors." + +msgid "1 — Exit with errors." +msgstr "1 — Exit with errors." + +msgid "Bugs" +msgstr "Bugs" + +msgid "https://centos.org.cu/bugs/" +msgstr "https://centos.org.cu/bugs/" + +msgid "Author" +msgstr "Author" + +msgid "" +"The tcar script has received " +"contribution from the following people:" +msgstr "" +"The tcar script has received " +"contribution from the following people:" + +msgid "" +"Alain Reguera Delgado <al@centos.org.cu>, 2009-2013" +msgstr "" +"Alain Reguera Delgado <al@centos.org.cu>, 2009-2013" + +msgid "Copyright" +msgstr "Copyright" + +msgid "Copyright © 2009-2013 The CentOS Artwork SIG" +msgstr "Copyright © 2009-2013 The CentOS Artwork SIG" + +msgid "" +"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." +msgstr "" +"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." + +msgid "" +"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." +msgstr "" +"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." + +msgid "" +"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." +msgstr "" +"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." + +#. Put one translator per line, in the form of NAME , YEAR1, YEAR2. +msgid "translator-credits" +msgstr "translator-credits" diff --git a/Scripts/Documentation/Manpages/Locales/en_US/tcar.po b/Scripts/Documentation/Manpages/Locales/en_US/tcar.po deleted file mode 100644 index 4daf2be..0000000 --- a/Scripts/Documentation/Manpages/Locales/en_US/tcar.po +++ /dev/null @@ -1,296 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: centos-art.sh.asciidoc 0.6\n" -"POT-Creation-Date: 2013-11-26 10:20-0500\n" -"PO-Revision-Date: 2013-11-26 10:20-0500\n" -"Last-Translator: Localization SIG \n" -"Language-Team: English\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -msgid "centos-art.sh" -msgstr "centos-art.sh" - -msgid "1" -msgstr "1" - -msgid "The CentOS artwork repository automation tool." -msgstr "The CentOS artwork repository automation tool." - -msgid "" -"centos-art.sh [--help|--version]" -msgstr "" -"centos-art.sh [--help|--version]" - -msgid "" -"Print information about centos-art.sh " -"script itself." -msgstr "" -"Print information about centos-art.sh " -"script itself." - -msgid "" -"centos-art.shMODULE [--help|--version]" -msgstr "" -"centos-art.shMODULE [--help|--version]" - -msgid "" -"Print information about the specified module. See below to see which modules centos-art.sh script supports." -msgstr "" -"Print information about the specified module. See below to see which modules centos-art.sh script supports." - -msgid "Description" -msgstr "Description" - -msgid "" -"centos-art.sh exists to standardize " -"frequent tasks inside the CentOS artwork repository. Inside centos-art.sh script, frequent tasks are organized " -"inside modules." -msgstr "" -"centos-art.sh exists to standardize " -"frequent tasks inside the CentOS artwork repository. Inside centos-art.sh script, frequent tasks are organized " -"inside modules." - -msgid "" -"When you execute the centos-art.sh " -"script in a terminal, it requests you to enter the absolute path of CentOS " -"artwork repository in your workstation. This information is required in " -"order for centos-art.sh to know where " -"the repository directory structure you want to work with is stored in. " -"Later, once centos-art.sh knows where " -"your copy of CentOS artwork repository is stored in, it initializes " -"configuration variables and global functions. At this point, it continues " -"reading the command-line arguments to retrieve the module's name, process " -"common options next to it, store module-specific options and initiates the " -"module's environment by executing the module's initialization script, based " -"on the module's name retrieved from the command-line." -msgstr "" -"When you execute the centos-art.sh " -"script in a terminal, it requests you to enter the absolute path of CentOS " -"artwork repository in your workstation. This information is required in " -"order for centos-art.sh to know where " -"the repository directory structure you want to work with is stored in. " -"Later, once centos-art.sh knows where " -"your copy of CentOS artwork repository is stored in, it initializes " -"configuration variables and global functions. At this point, it continues " -"reading the command-line arguments to retrieve the module's name, process " -"common options next to it, store module-specific options and initiates the " -"module's environment by executing the module's initialization script, based " -"on the module's name retrieved from the command-line." - -msgid "Modules" -msgstr "Modules" - -msgid "" -"The centos-art.sh script supports the " -"following modules:" -msgstr "" -"The centos-art.sh script supports the " -"following modules:" - -msgid "prepare" -msgstr "prepare" - -msgid "" -"Standardize configuration tasks needed by your working copy (e.g., verify " -"whether required packages are installed or not in your workstation, calls " -"render module to produce images and manuals in the correct order). This is " -"the first task you should run in your workstation, just after downloading a " -"fresh working copy of CentOS artwork repository." -msgstr "" -"Standardize configuration tasks needed by your working copy (e.g., verify " -"whether required packages are installed or not in your workstation, calls " -"render module to produce images and manuals in the correct order). This is " -"the first task you should run in your workstation, just after downloading a " -"fresh working copy of CentOS artwork repository." - -msgid "render" -msgstr "render" - -msgid "" -"Standardize the way content is produced inside the repository. This function " -"relies on configuration files to do its work. Whenever you need to produce " -"images, documentation or localized content this is the module you'll need to " -"use." -msgstr "" -"Standardize the way content is produced inside the repository. This function " -"relies on configuration files to do its work. Whenever you need to produce " -"images, documentation or localized content this is the module you'll need to " -"use." - -msgid "locale" -msgstr "locale" - -msgid "" -"Standardize the way translatable strings are retrieved from source files and " -"put into portable objects for you to edit. Portable objects produced by this " -"module are used by render module to " -"produce localized content. Whenever you need to produce the intermediate " -"files holding the translatable strings required to produce localized " -"content, use this module." -msgstr "" -"Standardize the way translatable strings are retrieved from source files and " -"put into portable objects for you to edit. Portable objects produced by this " -"module are used by render module to " -"produce localized content. Whenever you need to produce the intermediate " -"files holding the translatable strings required to produce localized " -"content, use this module." - -msgid "tuneup" -msgstr "tuneup" - -msgid "" -"Standardize maintenance tasks frequently run inside the repository (e.g., " -"reset written by, copyright and license information inside shell script's " -"top-comments; transform probably malformed HTML documents into valid " -"documents, and remove unused tags inside SVG documents.)." -msgstr "" -"Standardize maintenance tasks frequently run inside the repository (e.g., " -"reset written by, copyright and license information inside shell script's " -"top-comments; transform probably malformed HTML documents into valid " -"documents, and remove unused tags inside SVG documents.)." - -msgid "Options" -msgstr "Options" - -msgid "" -"The centos-art.sh script supports the " -"following options:" -msgstr "" -"The centos-art.sh script supports the " -"following options:" - -msgid "--help" -msgstr "--help" - -msgid "Print script documentation." -msgstr "Print script documentation." - -msgid "--version" -msgstr "--version" - -msgid "Print script version." -msgstr "Print script version." - -msgid "--debug" -msgstr "--debug" - -msgid "" -"Run the script in debugging mode. This option is very useful if you want to " -"get a closer look to the way modules are opened and closed inside centos-art.sh script." -msgstr "" -"Run the script in debugging mode. This option is very useful if you want to " -"get a closer look to the way modules are opened and closed inside centos-art.sh script." - -msgid "--quiet" -msgstr "--quiet" - -msgid "" -"Run the script quietly. This option reduces the amount of information the " -"centos-art.sh script prints out when " -"processing source files." -msgstr "" -"Run the script quietly. This option reduces the amount of information the " -"centos-art.sh script prints out when " -"processing source files." - -msgid "--yes" -msgstr "--yes" - -msgid "" -"Run the script in affirmative mode. This is answering “yes” to all “yes or " -"no” questions. This option is useful when you run centos-art.sh with the --quiet option." -msgstr "" -"Run the script in affirmative mode. This is answering “yes” to all “yes or " -"no” questions. This option is useful when you run centos-art.sh with the --quiet option." - -msgid "Exit Status" -msgstr "Exit Status" - -msgid "0 — Exit successfully without errors." -msgstr "0 — Exit successfully without errors." - -msgid "1 — Exit with errors." -msgstr "1 — Exit with errors." - -msgid "Bugs" -msgstr "Bugs" - -msgid "https://centos.org.cu/bugs/" -msgstr "https://centos.org.cu/bugs/" - -msgid "Author" -msgstr "Author" - -msgid "" -"The centos-art.sh script has received " -"contribution from the following people:" -msgstr "" -"The centos-art.sh script has received " -"contribution from the following people:" - -msgid "" -"Alain Reguera Delgado <al@centos." -"org.cu>, 2009-2013" -msgstr "" -"Alain Reguera Delgado <al@centos." -"org.cu>, 2009-2013" - -msgid "Copyright" -msgstr "Copyright" - -msgid "Copyright © 2009-2013 The CentOS Artwork SIG" -msgstr "Copyright © 2009-2013 The CentOS Artwork SIG" - -msgid "" -"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." -msgstr "" -"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." - -msgid "" -"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." -msgstr "" -"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." - -msgid "" -"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." -msgstr "" -"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." - -#. Put one translator per line, in the form of NAME , YEAR1, YEAR2. -msgid "translator-credits" -msgstr "translator-credits" diff --git a/Scripts/Documentation/Manpages/render.conf b/Scripts/Documentation/Manpages/render.conf new file mode 100644 index 0000000..23f9f06 --- /dev/null +++ b/Scripts/Documentation/Manpages/render.conf @@ -0,0 +1,47 @@ +[tcar] +render-type = "asciidoc" +render-flow = "manpage" +render-from = "tcar.asciidoc" +locale-from = "Locales/${TCAR_SCRIPT_LANG_LC}/tcar.asciidoc.po" +formats = "xhtml manpage" +mansect = "1" + +[tcar-hello] +render-type = "asciidoc" +render-flow = "manpage" +render-from = "tcar-hello.asciidoc" +locale-from = "Locales/${TCAR_SCRIPT_LANG_LC}/tcar-hello.asciidoc.po" +formats = "xhtml manpage" +mansect = "1" + +[tcar-locale] +render-type = "asciidoc" +render-flow = "manpage" +render-from = "tcar-locale.asciidoc" +locale-from = "Locales/${TCAR_SCRIPT_LANG_LC}/tcar-locale.asciidoc.po" +formats = "xhtml manpage" +mansect = "1" + +[tcar-prepare] +render-type = "asciidoc" +render-flow = "manpage" +render-from = "tcar-prepare.asciidoc" +locale-from = "Locales/${TCAR_SCRIPT_LANG_LC}/tcar-prepare.po" +formats = "xhtml manpage" +mansect = "1" + +[tcar-render] +render-type = "asciidoc" +render-flow = "manpage" +render-from = "tcar-render.asciidoc" +locale-from = "Locales/${TCAR_SCRIPT_LANG_LC}/tcar-render.asciidoc.po" +formats = "xhtml manpage" +mansect = "1" + +[tcar-tuneup] +render-type = "asciidoc" +render-flow = "manpage" +render-from = "tcar-tuneup.asciidoc" +locale-from = "Locales/${TCAR_SCRIPT_LANG_LC}/tcar-tuneup.asciidoc.po" +formats = "xhtml manpage" +mansect = "1" diff --git a/Scripts/Documentation/Manpages/tcar-hello.conf b/Scripts/Documentation/Manpages/tcar-hello.conf deleted file mode 100644 index da0b8e6..0000000 --- a/Scripts/Documentation/Manpages/tcar-hello.conf +++ /dev/null @@ -1,7 +0,0 @@ -[tcar-hello] -render-type = "asciidoc" -render-flow = "manpage" -render-from = "tcar-hello.asciidoc" -locale-from = "Locales/${TCAR_SCRIPT_LANG_LC}/tcar-hello.asciidoc.po" -formats = "xhtml manpage" -mansect = "1" diff --git a/Scripts/Documentation/Manpages/tcar-locale.conf b/Scripts/Documentation/Manpages/tcar-locale.conf deleted file mode 100644 index df37ee2..0000000 --- a/Scripts/Documentation/Manpages/tcar-locale.conf +++ /dev/null @@ -1,7 +0,0 @@ -[tcar-locale] -render-type = "asciidoc" -render-flow = "manpage" -render-from = "tcar-locale.asciidoc" -locale-from = "Locales/${TCAR_SCRIPT_LANG_LC}/tcar-locale.asciidoc.po" -formats = "xhtml manpage" -mansect = "1" diff --git a/Scripts/Documentation/Manpages/tcar-prepare.conf b/Scripts/Documentation/Manpages/tcar-prepare.conf deleted file mode 100644 index 9b6eccf..0000000 --- a/Scripts/Documentation/Manpages/tcar-prepare.conf +++ /dev/null @@ -1,7 +0,0 @@ -[tcar-prepare] -render-type = "asciidoc" -render-flow = "manpage" -render-from = "tcar-prepare.asciidoc" -locale-from = "Locales/${TCAR_SCRIPT_LANG_LC}/tcar-prepare.po" -formats = "xhtml manpage" -mansect = "1" diff --git a/Scripts/Documentation/Manpages/tcar-render.conf b/Scripts/Documentation/Manpages/tcar-render.conf deleted file mode 100644 index 2a60ccb..0000000 --- a/Scripts/Documentation/Manpages/tcar-render.conf +++ /dev/null @@ -1,7 +0,0 @@ -[tcar-render] -render-type = "asciidoc" -render-flow = "manpage" -render-from = "tcar-render.asciidoc" -locale-from = "Locales/${TCAR_SCRIPT_LANG_LC}/tcar-render.asciidoc.po" -formats = "xhtml manpage" -mansect = "1" diff --git a/Scripts/Documentation/Manpages/tcar-tuneup.conf b/Scripts/Documentation/Manpages/tcar-tuneup.conf deleted file mode 100644 index 2195c05..0000000 --- a/Scripts/Documentation/Manpages/tcar-tuneup.conf +++ /dev/null @@ -1,7 +0,0 @@ -[tcar-tuneup] -render-type = "asciidoc" -render-flow = "manpage" -render-from = "tcar-tuneup.asciidoc" -locale-from = "Locales/${TCAR_SCRIPT_LANG_LC}/tcar-tuneup.asciidoc.po" -formats = "xhtml manpage" -mansect = "1"