Blame Documentation/Manpages/Locales/en_US/tcar_setModuleEnvironment.sh.po

Alain Reguera Delgado e54180
msgid ""
Alain Reguera Delgado e54180
msgstr ""
Alain Reguera Delgado e54180
"Project-Id-Version: tcar_setModuleEnvironment.sh.asciidoc 0.6\n"
Alain Reguera Delgado e54180
"POT-Creation-Date: 2013-11-26 10:20-0500\n"
Alain Reguera Delgado e54180
"PO-Revision-Date: 2013-11-26 10:20-0500\n"
Alain Reguera Delgado e54180
"Last-Translator: Localization SIG <centos-l10n-en@centos.org.cu>\n"
Alain Reguera Delgado e54180
"Language-Team: English\n"
Alain Reguera Delgado e54180
"MIME-Version: 1.0\n"
Alain Reguera Delgado e54180
"Content-Type: text/plain; charset=UTF-8\n"
Alain Reguera Delgado e54180
"Content-Transfer-Encoding: 8bit\n"
Alain Reguera Delgado e54180
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
Alain Reguera Delgado e54180
Alain Reguera Delgado e54180
msgid "tcar_setmoduleenvironment.sh"
Alain Reguera Delgado e54180
msgstr "tcar_setmoduleenvironment.sh"
Alain Reguera Delgado e54180
Alain Reguera Delgado e54180
msgid "1"
Alain Reguera Delgado e54180
msgstr "1"
Alain Reguera Delgado e54180
Alain Reguera Delgado e54180
msgid "tcar_setModuleEnvironment.sh"
Alain Reguera Delgado e54180
msgstr "tcar_setModuleEnvironment.sh"
Alain Reguera Delgado e54180
Alain Reguera Delgado e54180
msgid "Initiate module environments."
Alain Reguera Delgado e54180
msgstr "Initiate module environments."
Alain Reguera Delgado e54180
Alain Reguera Delgado e54180
msgid ""
Alain Reguera Delgado e54180
"tcar_setModuleEnvironment [-m \"MODULE_NAME\"] [-t \"MODULE_TYPE\"] [-g "
Alain Reguera Delgado e54180
"MODULE_ARGUMENT] …"
Alain Reguera Delgado e54180
msgstr ""
Alain Reguera Delgado e54180
"tcar_setModuleEnvironment [-m \"MODULE_NAME\"] [-t \"MODULE_TYPE\"] [-g "
Alain Reguera Delgado e54180
"MODULE_ARGUMENT] …"
Alain Reguera Delgado e54180
Alain Reguera Delgado e54180
msgid "Description"
Alain Reguera Delgado e54180
msgstr "Description"
Alain Reguera Delgado e54180
Alain Reguera Delgado e54180
msgid "Options"
Alain Reguera Delgado e54180
msgstr "Options"
Alain Reguera Delgado e54180
Alain Reguera Delgado e54180
msgid ""
Alain Reguera Delgado e54180
"The <emphasis role=\"strong\">tcar_setModuleEnvironment</emphasis> function "
Alain Reguera Delgado e54180
"accepts the following options:"
Alain Reguera Delgado e54180
msgstr ""
Alain Reguera Delgado e54180
"The <emphasis role=\"strong\">tcar_setModuleEnvironment</emphasis> function "
Alain Reguera Delgado e54180
"accepts the following options:"
Alain Reguera Delgado e54180
Alain Reguera Delgado e54180
msgid "-m"
Alain Reguera Delgado e54180
msgstr "-m"
Alain Reguera Delgado e54180
Alain Reguera Delgado e54180
msgid "This option specifies the name of the module you want to load."
Alain Reguera Delgado e54180
msgstr "This option specifies the name of the module you want to load."
Alain Reguera Delgado e54180
Alain Reguera Delgado e54180
msgid "-t"
Alain Reguera Delgado e54180
msgstr "-t"
Alain Reguera Delgado e54180
Alain Reguera Delgado e54180
msgid ""
Alain Reguera Delgado e54180
"This option specifies the type of the module you want to load. Modules can "
Alain Reguera Delgado e54180
"be one of the following types:"
Alain Reguera Delgado e54180
msgstr ""
Alain Reguera Delgado e54180
"This option specifies the type of the module you want to load. Modules can "
Alain Reguera Delgado e54180
"be one of the following types:"
Alain Reguera Delgado e54180
Alain Reguera Delgado e54180
msgid "top-module"
Alain Reguera Delgado e54180
msgstr "top-module"
Alain Reguera Delgado e54180
Alain Reguera Delgado e54180
msgid ""
Alain Reguera Delgado e54180
"This modules are stored in the first level of Modules directory. This type "
Alain Reguera Delgado e54180
"of modules initiate module environments for specific tasks so it can be "
Alain Reguera Delgado e54180
"called from anywhere inside <emphasis role=\"strong\">centos-art.sh</"
Alain Reguera Delgado e54180
"emphasis> script."
Alain Reguera Delgado e54180
msgstr ""
Alain Reguera Delgado e54180
"This modules are stored in the first level of Modules directory. This type "
Alain Reguera Delgado e54180
"of modules initiate module environments for specific tasks so it can be "
Alain Reguera Delgado e54180
"called from anywhere inside <emphasis role=\"strong\">centos-art.sh</"
Alain Reguera Delgado e54180
"emphasis> script."
Alain Reguera Delgado e54180
Alain Reguera Delgado e54180
msgid "sub-module"
Alain Reguera Delgado e54180
msgstr "sub-module"
Alain Reguera Delgado e54180
Alain Reguera Delgado e54180
msgid ""
Alain Reguera Delgado e54180
"This modules are stored from the second-level of Modules directory on. This "
Alain Reguera Delgado e54180
"type of modules can be executed from top-modules, sub-modules, or sib-"
Alain Reguera Delgado e54180
"modules but never the <emphasis role=\"strong\">centos-art.sh</emphasis> "
Alain Reguera Delgado e54180
"file itself."
Alain Reguera Delgado e54180
msgstr ""
Alain Reguera Delgado e54180
"This modules are stored from the second-level of Modules directory on. This "
Alain Reguera Delgado e54180
"type of modules can be executed from top-modules, sub-modules, or sib-"
Alain Reguera Delgado e54180
"modules but never the <emphasis role=\"strong\">centos-art.sh</emphasis> "
Alain Reguera Delgado e54180
"file itself."
Alain Reguera Delgado e54180
Alain Reguera Delgado e54180
msgid "sib-module"
Alain Reguera Delgado e54180
msgstr "sib-module"
Alain Reguera Delgado e54180
Alain Reguera Delgado e54180
msgid ""
Alain Reguera Delgado e54180
"This modules are stored from the second-level of Modules directory on. This "
Alain Reguera Delgado e54180
"type of modules can be executed from sub-modules or sib-modules, but never "
Alain Reguera Delgado e54180
"top-modules or the <emphasis role=\"strong\">centos-art.sh</emphasis> file "
Alain Reguera Delgado e54180
"itself."
Alain Reguera Delgado e54180
msgstr ""
Alain Reguera Delgado e54180
"This modules are stored from the second-level of Modules directory on. This "
Alain Reguera Delgado e54180
"type of modules can be executed from sub-modules or sib-modules, but never "
Alain Reguera Delgado e54180
"top-modules or the <emphasis role=\"strong\">centos-art.sh</emphasis> file "
Alain Reguera Delgado e54180
"itself."
Alain Reguera Delgado e54180
Alain Reguera Delgado e54180
msgid "-g"
Alain Reguera Delgado e54180
msgstr "-g"
Alain Reguera Delgado e54180
Alain Reguera Delgado e54180
msgid ""
Alain Reguera Delgado e54180
"This option specifies the module-specific option you want to pass for "
Alain Reguera Delgado e54180
"processing in the module environment you are about to execute. Generally, "
Alain Reguera Delgado e54180
"module-specific options are passed through <emphasis role=\"strong\">centos-"
Alain Reguera Delgado e54180
"art.sh</emphasis> command-line but you may need to pass them internally in "
Alain Reguera Delgado e54180
"some cases (e.g., you are executing a top-module from a sub-module). If you "
Alain Reguera Delgado e54180
"need to pass more than one option, then you need to put the -g option before "
Alain Reguera Delgado e54180
"each option you want to pass."
Alain Reguera Delgado e54180
msgstr ""
Alain Reguera Delgado e54180
"This option specifies the module-specific option you want to pass for "
Alain Reguera Delgado e54180
"processing in the module environment you are about to execute. Generally, "
Alain Reguera Delgado e54180
"module-specific options are passed through <emphasis role=\"strong\">centos-"
Alain Reguera Delgado e54180
"art.sh</emphasis> command-line but you may need to pass them internally in "
Alain Reguera Delgado e54180
"some cases (e.g., you are executing a top-module from a sub-module). If you "
Alain Reguera Delgado e54180
"need to pass more than one option, then you need to put the -g option before "
Alain Reguera Delgado e54180
"each option you want to pass."
Alain Reguera Delgado e54180
Alain Reguera Delgado e54180
msgid "Bugs"
Alain Reguera Delgado e54180
msgstr "Bugs"
Alain Reguera Delgado e54180
Alain Reguera Delgado e54180
msgid ""
Alain Reguera Delgado e54180
"In the very beginning of 
Alain Reguera Delgado e54180
"\">tcar_setModuleEnvironment</emphasis> function, it used just non-array "
Alain Reguera Delgado e54180
"variables and it worked fine for top-module and sub-module processing, "
Alain Reguera Delgado e54180
"however when it was needed to do sibling processing, it didn't work as "
Alain Reguera Delgado e54180
"expected. The failure was produced because a wrong variable assignment when "
Alain Reguera Delgado e54180
"tried to set the path of the next module to load. There was not a clean way "
Alain Reguera Delgado e54180
"to “remember” what was the base directory of the parent directory, so it "
Alain Reguera Delgado e54180
"ended up using the last loaded module base directory which made impossible "
Alain Reguera Delgado e54180
"to load a sibling module. The 
Alain Reguera Delgado e54180
"\">tcar_setModuleEnvironment</emphasis> function as implemented in version "
Alain Reguera Delgado e54180
"0.5 of The CentOS Artwork Repository, fixes this issue replacing non-array "
Alain Reguera Delgado e54180
"variables by array variables which can remember module information."
Alain Reguera Delgado e54180
msgstr ""
Alain Reguera Delgado e54180
"In the very beginning of 
Alain Reguera Delgado e54180
"\">tcar_setModuleEnvironment</emphasis> function, it used just non-array "
Alain Reguera Delgado e54180
"variables and it worked fine for top-module and sub-module processing, "
Alain Reguera Delgado e54180
"however when it was needed to do sibling processing, it didn't work as "
Alain Reguera Delgado e54180
"expected. The failure was produced because a wrong variable assignment when "
Alain Reguera Delgado e54180
"tried to set the path of the next module to load. There was not a clean way "
Alain Reguera Delgado e54180
"to “remember” what was the base directory of the parent directory, so it "
Alain Reguera Delgado e54180
"ended up using the last loaded module base directory which made impossible "
Alain Reguera Delgado e54180
"to load a sibling module. The 
Alain Reguera Delgado e54180
"\">tcar_setModuleEnvironment</emphasis> function as implemented in version "
Alain Reguera Delgado e54180
"0.5 of The CentOS Artwork Repository, fixes this issue replacing non-array "
Alain Reguera Delgado e54180
"variables by array variables which can remember module information."
Alain Reguera Delgado e54180
Alain Reguera Delgado e54180
msgid ""
Alain Reguera Delgado e54180
"See also: <ulink url=\"https://centos.org.cu/bugs/\">https://centos.org.cu/"
Alain Reguera Delgado e54180
"bugs/</ulink>"
Alain Reguera Delgado e54180
msgstr ""
Alain Reguera Delgado e54180
"See also: <ulink url=\"https://centos.org.cu/bugs/\">https://centos.org.cu/"
Alain Reguera Delgado e54180
"bugs/</ulink>"
Alain Reguera Delgado e54180
Alain Reguera Delgado e54180
msgid "Author"
Alain Reguera Delgado e54180
msgstr "Author"
Alain Reguera Delgado e54180
Alain Reguera Delgado e54180
msgid ""
Alain Reguera Delgado e54180
"The <emphasis role=\"strong\">centos-art.sh</emphasis> script has received "
Alain Reguera Delgado e54180
"contribution from the following people:"
Alain Reguera Delgado e54180
msgstr ""
Alain Reguera Delgado e54180
"The <emphasis role=\"strong\">centos-art.sh</emphasis> script has received "
Alain Reguera Delgado e54180
"contribution from the following people:"
Alain Reguera Delgado e54180
Alain Reguera Delgado e54180
msgid ""
Alain Reguera Delgado e54180
"Alain Reguera Delgado <<ulink url=\"mailto:al@centos.org.cu\">al@centos."
Alain Reguera Delgado e54180
"org.cu</ulink>>, 2009-2013"
Alain Reguera Delgado e54180
msgstr ""
Alain Reguera Delgado e54180
"Alain Reguera Delgado <<ulink url=\"mailto:al@centos.org.cu\">al@centos."
Alain Reguera Delgado e54180
"org.cu</ulink>>, 2009-2013"
Alain Reguera Delgado e54180
Alain Reguera Delgado e54180
msgid "Copyright"
Alain Reguera Delgado e54180
msgstr "Copyright"
Alain Reguera Delgado e54180
Alain Reguera Delgado e54180
msgid "Copyright © 2009-2013 The CentOS Artwork SIG"
Alain Reguera Delgado e54180
msgstr "Copyright © 2009-2013 The CentOS Artwork SIG"
Alain Reguera Delgado e54180
Alain Reguera Delgado e54180
msgid ""
Alain Reguera Delgado e54180
"This program is free software; you can redistribute it and/or modify it "
Alain Reguera Delgado e54180
"under the terms of the GNU General Public License as published by the Free "
Alain Reguera Delgado e54180
"Software Foundation; either version 2 of the License, or (at your option) "
Alain Reguera Delgado e54180
"any later version."
Alain Reguera Delgado e54180
msgstr ""
Alain Reguera Delgado e54180
"This program is free software; you can redistribute it and/or modify it "
Alain Reguera Delgado e54180
"under the terms of the GNU General Public License as published by the Free "
Alain Reguera Delgado e54180
"Software Foundation; either version 2 of the License, or (at your option) "
Alain Reguera Delgado e54180
"any later version."
Alain Reguera Delgado e54180
Alain Reguera Delgado e54180
msgid ""
Alain Reguera Delgado e54180
"This program is distributed in the hope that it will be useful, but WITHOUT "
Alain Reguera Delgado e54180
"ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or "
Alain Reguera Delgado e54180
"FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for "
Alain Reguera Delgado e54180
"more details."
Alain Reguera Delgado e54180
msgstr ""
Alain Reguera Delgado e54180
"This program is distributed in the hope that it will be useful, but WITHOUT "
Alain Reguera Delgado e54180
"ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or "
Alain Reguera Delgado e54180
"FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for "
Alain Reguera Delgado e54180
"more details."
Alain Reguera Delgado e54180
Alain Reguera Delgado e54180
msgid ""
Alain Reguera Delgado e54180
"You should have received a copy of the GNU General Public License along with "
Alain Reguera Delgado e54180
"this program; if not, write to the Free Software Foundation, Inc., 675 Mass "
Alain Reguera Delgado e54180
"Ave, Cambridge, MA 02139, USA."
Alain Reguera Delgado e54180
msgstr ""
Alain Reguera Delgado e54180
"You should have received a copy of the GNU General Public License along with "
Alain Reguera Delgado e54180
"this program; if not, write to the Free Software Foundation, Inc., 675 Mass "
Alain Reguera Delgado e54180
"Ave, Cambridge, MA 02139, USA."
Alain Reguera Delgado e54180
Alain Reguera Delgado e54180
#. Put one translator per line, in the form of NAME <EMAIL>, YEAR1, YEAR2.
Alain Reguera Delgado e54180
msgid "translator-credits"
Alain Reguera Delgado e54180
msgstr "translator-credits"