Blame Scripts/Documentation/Reference/Tcar/Locales/en_US/tcar_checkFiles.asciidoc.po

Alain Reguera Delgado cdbf5c
msgid ""
Alain Reguera Delgado cdbf5c
msgstr ""
Alain Reguera Delgado cdbf5c
"Project-Id-Version: tcar_checkFiles.sh.asciidoc 0.6\n"
Alain Reguera Delgado cdbf5c
"POT-Creation-Date: 2013-11-26 10:20-0500\n"
Alain Reguera Delgado cdbf5c
"PO-Revision-Date: 2013-11-26 10:20-0500\n"
Alain Reguera Delgado cdbf5c
"Last-Translator: Localization SIG <centos-l10n-en@centos.org.cu>\n"
Alain Reguera Delgado cdbf5c
"Language-Team: English\n"
Alain Reguera Delgado cdbf5c
"MIME-Version: 1.0\n"
Alain Reguera Delgado cdbf5c
"Content-Type: text/plain; charset=UTF-8\n"
Alain Reguera Delgado cdbf5c
"Content-Transfer-Encoding: 8bit\n"
Alain Reguera Delgado cdbf5c
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
Alain Reguera Delgado cdbf5c
Alain Reguera Delgado cdbf5c
msgid "tcar_checkfiles"
Alain Reguera Delgado cdbf5c
msgstr "tcar_checkfiles"
Alain Reguera Delgado cdbf5c
Alain Reguera Delgado cdbf5c
msgid "1"
Alain Reguera Delgado cdbf5c
msgstr "1"
Alain Reguera Delgado cdbf5c
Alain Reguera Delgado cdbf5c
msgid "tcar_checkFiles"
Alain Reguera Delgado cdbf5c
msgstr "tcar_checkFiles"
Alain Reguera Delgado cdbf5c
Alain Reguera Delgado cdbf5c
msgid "Standardize constructions for file verifications."
Alain Reguera Delgado cdbf5c
msgstr "Standardize constructions for file verifications."
Alain Reguera Delgado cdbf5c
Alain Reguera Delgado cdbf5c
msgid "cli_checkFiles [-d|-e|-f|-h|-x] LOCATION"
Alain Reguera Delgado cdbf5c
msgstr "cli_checkFiles [-d|-e|-f|-h|-x] LOCATION"
Alain Reguera Delgado cdbf5c
Alain Reguera Delgado cdbf5c
msgid "Description"
Alain Reguera Delgado cdbf5c
msgstr "Description"
Alain Reguera Delgado cdbf5c
Alain Reguera Delgado cdbf5c
msgid ""
Alain Reguera Delgado cdbf5c
"The <emphasis role=\"strong\">cli_checkFiles</emphasis> exists to answer "
Alain Reguera Delgado cdbf5c
"basic questions like “Is <literal>LOCATION</literal> is a regular file?” and "
Alain Reguera Delgado cdbf5c
"“Is <literal>LOCATION</literal> a directory?”. The answer to such questions "
Alain Reguera Delgado cdbf5c
"affects the script execution flow in the following way: when the answer "
Alain Reguera Delgado cdbf5c
"positive (e.g., <literal>LOCATION</literal> is a regular file), the script "
Alain Reguera Delgado cdbf5c
"passes the test silently and continues its execution. When the answer is "
Alain Reguera Delgado cdbf5c
"negative(e.g., <literal>LOCATION</literal> is not a regular file), the "
Alain Reguera Delgado cdbf5c
"script finishes its execution immediately with an error message."
Alain Reguera Delgado cdbf5c
msgstr ""
Alain Reguera Delgado cdbf5c
"The <emphasis role=\"strong\">cli_checkFiles</emphasis> exists to answer "
Alain Reguera Delgado cdbf5c
"basic questions like “Is <literal>LOCATION</literal> is a regular file?” and "
Alain Reguera Delgado cdbf5c
"“Is <literal>LOCATION</literal> a directory?”. The answer to such questions "
Alain Reguera Delgado cdbf5c
"affects the script execution flow in the following way: when the answer "
Alain Reguera Delgado cdbf5c
"positive (e.g., <literal>LOCATION</literal> is a regular file), the script "
Alain Reguera Delgado cdbf5c
"passes the test silently and continues its execution. When the answer is "
Alain Reguera Delgado cdbf5c
"negative(e.g., <literal>LOCATION</literal> is not a regular file), the "
Alain Reguera Delgado cdbf5c
"script finishes its execution immediately with an error message."
Alain Reguera Delgado cdbf5c
Alain Reguera Delgado cdbf5c
msgid ""
Alain Reguera Delgado cdbf5c
"The <emphasis role=\"strong\">cli_checkFiles</emphasis> function is exported "
Alain Reguera Delgado cdbf5c
"to <emphasis role=\"strong\">centos-art.sh</emphasis> script environment in "
Alain Reguera Delgado cdbf5c
"the very beginning of its execution and will be available all along its "
Alain Reguera Delgado cdbf5c
"execution lifetime. You can use this function inside common and specific "
Alain Reguera Delgado cdbf5c
"functions whenever you need to verify files inside the The CentOS Artwork "
Alain Reguera Delgado cdbf5c
"Repository."
Alain Reguera Delgado cdbf5c
msgstr ""
Alain Reguera Delgado cdbf5c
"The <emphasis role=\"strong\">cli_checkFiles</emphasis> function is exported "
Alain Reguera Delgado cdbf5c
"to <emphasis role=\"strong\">centos-art.sh</emphasis> script environment in "
Alain Reguera Delgado cdbf5c
"the very beginning of its execution and will be available all along its "
Alain Reguera Delgado cdbf5c
"execution lifetime. You can use this function inside common and specific "
Alain Reguera Delgado cdbf5c
"functions whenever you need to verify files inside the The CentOS Artwork "
Alain Reguera Delgado cdbf5c
"Repository."
Alain Reguera Delgado cdbf5c
Alain Reguera Delgado cdbf5c
msgid ""
Alain Reguera Delgado cdbf5c
"The <emphasis role=\"strong\">cli_checkFiles</emphasis> function is "
Alain Reguera Delgado cdbf5c
"available inside the <emphasis role=\"strong\">centos-art.sh</emphasis> "
Alain Reguera Delgado cdbf5c
"script only as part of its execution environment. This function is exported "
Alain Reguera Delgado cdbf5c
"to <emphasis role=\"strong\">centos-art.sh</emphasis> script just after "
Alain Reguera Delgado cdbf5c
"executing the script from the command-line and will be available all along "
Alain Reguera Delgado cdbf5c
"the script lifetime. So, you can use this function both in common and "
Alain Reguera Delgado cdbf5c
"specific functionalities of centos-art.sh script."
Alain Reguera Delgado cdbf5c
msgstr ""
Alain Reguera Delgado cdbf5c
"The <emphasis role=\"strong\">cli_checkFiles</emphasis> function is "
Alain Reguera Delgado cdbf5c
"available inside the <emphasis role=\"strong\">centos-art.sh</emphasis> "
Alain Reguera Delgado cdbf5c
"script only as part of its execution environment. This function is exported "
Alain Reguera Delgado cdbf5c
"to <emphasis role=\"strong\">centos-art.sh</emphasis> script just after "
Alain Reguera Delgado cdbf5c
"executing the script from the command-line and will be available all along "
Alain Reguera Delgado cdbf5c
"the script lifetime. So, you can use this function both in common and "
Alain Reguera Delgado cdbf5c
"specific functionalities of centos-art.sh script."
Alain Reguera Delgado cdbf5c
Alain Reguera Delgado cdbf5c
msgid ""
Alain Reguera Delgado cdbf5c
"The <emphasis role=\"strong\">cli_checkFiles</emphasis> function doesn't "
Alain Reguera Delgado cdbf5c
"create subsequent execution environments."
Alain Reguera Delgado cdbf5c
msgstr ""
Alain Reguera Delgado cdbf5c
"The <emphasis role=\"strong\">cli_checkFiles</emphasis> function doesn't "
Alain Reguera Delgado cdbf5c
"create subsequent execution environments."
Alain Reguera Delgado cdbf5c
Alain Reguera Delgado cdbf5c
msgid "Usage"
Alain Reguera Delgado cdbf5c
msgstr "Usage"
Alain Reguera Delgado cdbf5c
Alain Reguera Delgado cdbf5c
msgid ""
Alain Reguera Delgado cdbf5c
"Use the <emphasis role=\"strong\">cli_checkFiles</emphasis> function inside "
Alain Reguera Delgado cdbf5c
"<emphasis role=\"strong\">centos-art.sh</emphasis> script whenever you need "
Alain Reguera Delgado cdbf5c
"to control the script execution flow based on file type (e.g., regular "
Alain Reguera Delgado cdbf5c
"files, directories, links, etc.) verifications."
Alain Reguera Delgado cdbf5c
msgstr ""
Alain Reguera Delgado cdbf5c
"Use the <emphasis role=\"strong\">cli_checkFiles</emphasis> function inside "
Alain Reguera Delgado cdbf5c
"<emphasis role=\"strong\">centos-art.sh</emphasis> script whenever you need "
Alain Reguera Delgado cdbf5c
"to control the script execution flow based on file type (e.g., regular "
Alain Reguera Delgado cdbf5c
"files, directories, links, etc.) verifications."
Alain Reguera Delgado cdbf5c
Alain Reguera Delgado cdbf5c
msgid "Options"
Alain Reguera Delgado cdbf5c
msgstr "Options"
Alain Reguera Delgado cdbf5c
Alain Reguera Delgado cdbf5c
msgid ""
Alain Reguera Delgado cdbf5c
"The <emphasis role=\"strong\">cli_checkFiles</emphasis> function accepts the "
Alain Reguera Delgado cdbf5c
"following options:"
Alain Reguera Delgado cdbf5c
msgstr ""
Alain Reguera Delgado cdbf5c
"The <emphasis role=\"strong\">cli_checkFiles</emphasis> function accepts the "
Alain Reguera Delgado cdbf5c
"following options:"
Alain Reguera Delgado cdbf5c
Alain Reguera Delgado cdbf5c
msgid "-d"
Alain Reguera Delgado cdbf5c
msgstr "-d"
Alain Reguera Delgado cdbf5c
Alain Reguera Delgado cdbf5c
msgid ""
Alain Reguera Delgado cdbf5c
"Verifies whether <literal>LOCATION</literal> exists and is a directory. If "
Alain Reguera Delgado cdbf5c
"it doesn't exists or isn't a directory, an error message is printed and the "
Alain Reguera Delgado cdbf5c
"script finishes its execution. Otherwise, if it exists and is a directory, "
Alain Reguera Delgado cdbf5c
"the script continues its execution normally."
Alain Reguera Delgado cdbf5c
msgstr ""
Alain Reguera Delgado cdbf5c
"Verifies whether <literal>LOCATION</literal> exists and is a directory. If "
Alain Reguera Delgado cdbf5c
"it doesn't exists or isn't a directory, an error message is printed and the "
Alain Reguera Delgado cdbf5c
"script finishes its execution. Otherwise, if it exists and is a directory, "
Alain Reguera Delgado cdbf5c
"the script continues its execution normally."
Alain Reguera Delgado cdbf5c
Alain Reguera Delgado cdbf5c
msgid "-e"
Alain Reguera Delgado cdbf5c
msgstr "-e"
Alain Reguera Delgado cdbf5c
Alain Reguera Delgado cdbf5c
msgid ""
Alain Reguera Delgado cdbf5c
"Verifies whether <literal>LOCATION</literal> exists or not. If it doesn't "
Alain Reguera Delgado cdbf5c
"exist, an error message is printed and the script finishes its execution. "
Alain Reguera Delgado cdbf5c
"Otherwise, if it does exists, the script continues its execution normally."
Alain Reguera Delgado cdbf5c
msgstr ""
Alain Reguera Delgado cdbf5c
"Verifies whether <literal>LOCATION</literal> exists or not. If it doesn't "
Alain Reguera Delgado cdbf5c
"exist, an error message is printed and the script finishes its execution. "
Alain Reguera Delgado cdbf5c
"Otherwise, if it does exists, the script continues its execution normally."
Alain Reguera Delgado cdbf5c
Alain Reguera Delgado cdbf5c
msgid "-f"
Alain Reguera Delgado cdbf5c
msgstr "-f"
Alain Reguera Delgado cdbf5c
Alain Reguera Delgado cdbf5c
msgid ""
Alain Reguera Delgado cdbf5c
"Verifies whether <literal>LOCATION</literal> exists and is a regular file. "
Alain Reguera Delgado cdbf5c
"If it doesn't exists or isn't a regular file, an error message is printed "
Alain Reguera Delgado cdbf5c
"and the script finishes its execution. Otherwise, if it exists and is a "
Alain Reguera Delgado cdbf5c
"regular file, the script continues its execution normally."
Alain Reguera Delgado cdbf5c
msgstr ""
Alain Reguera Delgado cdbf5c
"Verifies whether <literal>LOCATION</literal> exists and is a regular file. "
Alain Reguera Delgado cdbf5c
"If it doesn't exists or isn't a regular file, an error message is printed "
Alain Reguera Delgado cdbf5c
"and the script finishes its execution. Otherwise, if it exists and is a "
Alain Reguera Delgado cdbf5c
"regular file, the script continues its execution normally."
Alain Reguera Delgado cdbf5c
Alain Reguera Delgado cdbf5c
msgid "-h"
Alain Reguera Delgado cdbf5c
msgstr "-h"
Alain Reguera Delgado cdbf5c
Alain Reguera Delgado cdbf5c
msgid ""
Alain Reguera Delgado cdbf5c
"Verifies whether <literal>LOCATION</literal> exists and is a symbolic link. "
Alain Reguera Delgado cdbf5c
"If it doesn't exists or isn't a symbolic link, an error message is printed "
Alain Reguera Delgado cdbf5c
"and the script finishes its execution immediately. Otherwise, if it does "
Alain Reguera Delgado cdbf5c
"exist and is a symbolic link, the script continue its execution normally."
Alain Reguera Delgado cdbf5c
msgstr ""
Alain Reguera Delgado cdbf5c
"Verifies whether <literal>LOCATION</literal> exists and is a symbolic link. "
Alain Reguera Delgado cdbf5c
"If it doesn't exists or isn't a symbolic link, an error message is printed "
Alain Reguera Delgado cdbf5c
"and the script finishes its execution immediately. Otherwise, if it does "
Alain Reguera Delgado cdbf5c
"exist and is a symbolic link, the script continue its execution normally."
Alain Reguera Delgado cdbf5c
Alain Reguera Delgado cdbf5c
msgid "-x"
Alain Reguera Delgado cdbf5c
msgstr "-x"
Alain Reguera Delgado cdbf5c
Alain Reguera Delgado cdbf5c
msgid ""
Alain Reguera Delgado cdbf5c
"Verifies whether <literal>LOCATION</literal> exists and execution permission "
Alain Reguera Delgado cdbf5c
"is granted. If it doesn't exist or hasn't execution permission, the script "
Alain Reguera Delgado cdbf5c
"finishes its execution immediately. Otherwise, if it exists and has "
Alain Reguera Delgado cdbf5c
"execution permissions, the script continues its execution normally."
Alain Reguera Delgado cdbf5c
msgstr ""
Alain Reguera Delgado cdbf5c
"Verifies whether <literal>LOCATION</literal> exists and execution permission "
Alain Reguera Delgado cdbf5c
"is granted. If it doesn't exist or hasn't execution permission, the script "
Alain Reguera Delgado cdbf5c
"finishes its execution immediately. Otherwise, if it exists and has "
Alain Reguera Delgado cdbf5c
"execution permissions, the script continues its execution normally."
Alain Reguera Delgado cdbf5c
Alain Reguera Delgado cdbf5c
msgid ""
Alain Reguera Delgado cdbf5c
"The value of the <literal>LOCATION</literal> argument must be an absolute "
Alain Reguera Delgado cdbf5c
"path to the file you want to verify. If such file doesn't exists in any "
Alain Reguera Delgado cdbf5c
"supported form, the script finishes its execution with an error message."
Alain Reguera Delgado cdbf5c
msgstr ""
Alain Reguera Delgado cdbf5c
"The value of the <literal>LOCATION</literal> argument must be an absolute "
Alain Reguera Delgado cdbf5c
"path to the file you want to verify. If such file doesn't exists in any "
Alain Reguera Delgado cdbf5c
"supported form, the script finishes its execution with an error message."
Alain Reguera Delgado cdbf5c
Alain Reguera Delgado cdbf5c
msgid "Examples"
Alain Reguera Delgado cdbf5c
msgstr "Examples"
Alain Reguera Delgado cdbf5c
Alain Reguera Delgado cdbf5c
msgid ""
Alain Reguera Delgado cdbf5c
"The following example was taken from <emphasis role=\"strong\">centos-art."
Alain Reguera Delgado cdbf5c
"sh</emphasis> script initialization phase. Notice the position of 
Alain Reguera Delgado cdbf5c
"role=\"strong\">cli_checkFiles</emphasis> function inside the loop. If some "
Alain Reguera Delgado cdbf5c
"of the function files we need to export doesn't have execution rights, "
Alain Reguera Delgado cdbf5c
"<emphasis role=\"strong\">cli_checkFiles</emphasis> will finish the script "
Alain Reguera Delgado cdbf5c
"execution immediately with an error message."
Alain Reguera Delgado cdbf5c
msgstr ""
Alain Reguera Delgado cdbf5c
"The following example was taken from <emphasis role=\"strong\">centos-art."
Alain Reguera Delgado cdbf5c
"sh</emphasis> script initialization phase. Notice the position of 
Alain Reguera Delgado cdbf5c
"role=\"strong\">cli_checkFiles</emphasis> function inside the loop. If some "
Alain Reguera Delgado cdbf5c
"of the function files we need to export doesn't have execution rights, "
Alain Reguera Delgado cdbf5c
"<emphasis role=\"strong\">cli_checkFiles</emphasis> will finish the script "
Alain Reguera Delgado cdbf5c
"execution immediately with an error message."
Alain Reguera Delgado cdbf5c
Alain Reguera Delgado cdbf5c
#, no-wrap
Alain Reguera Delgado cdbf5c
msgid ""
Alain Reguera Delgado cdbf5c
"for FUNCFILE in ${FUNCFILES};do\n"
Alain Reguera Delgado cdbf5c
"\n"
Alain Reguera Delgado cdbf5c
"    # Verify the execution rights for function file.\n"
Alain Reguera Delgado cdbf5c
"    cli_checkFiles -x ${FUNCFILE}\n"
Alain Reguera Delgado cdbf5c
"\n"
Alain Reguera Delgado cdbf5c
"    # Initialize the function file.\n"
Alain Reguera Delgado cdbf5c
"    . ${FUNCFILE}\n"
Alain Reguera Delgado cdbf5c
"\n"
Alain Reguera Delgado cdbf5c
"    # Export the function names inside the file to current shell\n"
Alain Reguera Delgado cdbf5c
"    # script environment.\n"
Alain Reguera Delgado cdbf5c
"    export -f $(egrep \"${PATTERN}\" ${FUNCFILE} | gawk '{ print $2 }')\n"
Alain Reguera Delgado cdbf5c
"\n"
Alain Reguera Delgado cdbf5c
"done"
Alain Reguera Delgado cdbf5c
msgstr ""
Alain Reguera Delgado cdbf5c
"for FUNCFILE in ${FUNCFILES};do\n"
Alain Reguera Delgado cdbf5c
"\n"
Alain Reguera Delgado cdbf5c
"    # Verify the execution rights for function file.\n"
Alain Reguera Delgado cdbf5c
"    cli_checkFiles -x ${FUNCFILE}\n"
Alain Reguera Delgado cdbf5c
"\n"
Alain Reguera Delgado cdbf5c
"    # Initialize the function file.\n"
Alain Reguera Delgado cdbf5c
"    . ${FUNCFILE}\n"
Alain Reguera Delgado cdbf5c
"\n"
Alain Reguera Delgado cdbf5c
"    # Export the function names inside the file to current shell\n"
Alain Reguera Delgado cdbf5c
"    # script environment.\n"
Alain Reguera Delgado cdbf5c
"    export -f $(egrep \"${PATTERN}\" ${FUNCFILE} | gawk '{ print $2 }')\n"
Alain Reguera Delgado cdbf5c
"\n"
Alain Reguera Delgado cdbf5c
"done"
Alain Reguera Delgado cdbf5c
Alain Reguera Delgado cdbf5c
msgid "Bugs"
Alain Reguera Delgado cdbf5c
msgstr "Bugs"
Alain Reguera Delgado cdbf5c
Alain Reguera Delgado cdbf5c
msgid "See https://centos.org.cu/bugs/"
Alain Reguera Delgado cdbf5c
msgstr "See https://centos.org.cu/bugs/"
Alain Reguera Delgado cdbf5c
Alain Reguera Delgado cdbf5c
msgid "Authors"
Alain Reguera Delgado cdbf5c
msgstr "Authors"
Alain Reguera Delgado cdbf5c
Alain Reguera Delgado cdbf5c
msgid ""
Alain Reguera Delgado cdbf5c
"The <emphasis role=\"strong\">tcar_checkFiles</emphasis> function has "
Alain Reguera Delgado cdbf5c
"received contributions from the following people:"
Alain Reguera Delgado cdbf5c
msgstr ""
Alain Reguera Delgado cdbf5c
"The <emphasis role=\"strong\">tcar_checkFiles</emphasis> function has "
Alain Reguera Delgado cdbf5c
"received contributions from the following people:"
Alain Reguera Delgado cdbf5c
Alain Reguera Delgado cdbf5c
msgid "Alain Reguera Delgado <al@centos.org.cu>, =COPYRIGHT_YEAR_LIST="
Alain Reguera Delgado cdbf5c
msgstr "Alain Reguera Delgado <al@centos.org.cu>, =COPYRIGHT_YEAR_LIST="
Alain Reguera Delgado cdbf5c
Alain Reguera Delgado cdbf5c
msgid "License"
Alain Reguera Delgado cdbf5c
msgstr "License"
Alain Reguera Delgado cdbf5c
Alain Reguera Delgado cdbf5c
msgid "Copyright © =COPYRIGHT_YEAR_LIST= =COPYRIGHT_HOLDER="
Alain Reguera Delgado cdbf5c
msgstr "Copyright © =COPYRIGHT_YEAR_LIST= =COPYRIGHT_HOLDER="
Alain Reguera Delgado cdbf5c
Alain Reguera Delgado cdbf5c
msgid ""
Alain Reguera Delgado cdbf5c
"This program is free software; you can redistribute it and/or modify it "
Alain Reguera Delgado cdbf5c
"under the terms of the GNU General Public License as published by the Free "
Alain Reguera Delgado cdbf5c
"Software Foundation; either version 2 of the License, or (at your option) "
Alain Reguera Delgado cdbf5c
"any later version."
Alain Reguera Delgado cdbf5c
msgstr ""
Alain Reguera Delgado cdbf5c
"This program is free software; you can redistribute it and/or modify it "
Alain Reguera Delgado cdbf5c
"under the terms of the GNU General Public License as published by the Free "
Alain Reguera Delgado cdbf5c
"Software Foundation; either version 2 of the License, or (at your option) "
Alain Reguera Delgado cdbf5c
"any later version."
Alain Reguera Delgado cdbf5c
Alain Reguera Delgado cdbf5c
msgid ""
Alain Reguera Delgado cdbf5c
"This program is distributed in the hope that it will be useful, but WITHOUT "
Alain Reguera Delgado cdbf5c
"ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or "
Alain Reguera Delgado cdbf5c
"FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for "
Alain Reguera Delgado cdbf5c
"more details."
Alain Reguera Delgado cdbf5c
msgstr ""
Alain Reguera Delgado cdbf5c
"This program is distributed in the hope that it will be useful, but WITHOUT "
Alain Reguera Delgado cdbf5c
"ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or "
Alain Reguera Delgado cdbf5c
"FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for "
Alain Reguera Delgado cdbf5c
"more details."
Alain Reguera Delgado cdbf5c
Alain Reguera Delgado cdbf5c
msgid ""
Alain Reguera Delgado cdbf5c
"You should have received a copy of the GNU General Public License along with "
Alain Reguera Delgado cdbf5c
"this program; if not, write to the Free Software Foundation, Inc., 675 Mass "
Alain Reguera Delgado cdbf5c
"Ave, Cambridge, MA 02139, USA."
Alain Reguera Delgado cdbf5c
msgstr ""
Alain Reguera Delgado cdbf5c
"You should have received a copy of the GNU General Public License along with "
Alain Reguera Delgado cdbf5c
"this program; if not, write to the Free Software Foundation, Inc., 675 Mass "
Alain Reguera Delgado cdbf5c
"Ave, Cambridge, MA 02139, USA."
Alain Reguera Delgado cdbf5c
Alain Reguera Delgado cdbf5c
#. Put one translator per line, in the form of NAME <EMAIL>, YEAR1, YEAR2.
Alain Reguera Delgado cdbf5c
msgid "translator-credits"
Alain Reguera Delgado cdbf5c
msgstr "translator-credits"