r270 - community/f13/pt-PT
by Transifex System User
Author: transif
Date: 2010-08-01 23:52:28 +0000 (Sun, 01 Aug 2010)
New Revision: 270
Modified:
community/f13/pt-PT/Apache_HTTP_Server.po
Log:
l10n: Updates to Portuguese (pt) translation
Transmitted-via: Transifex (translate.fedoraproject.org)
Modified: community/f13/pt-PT/Apache_HTTP_Server.po
===================================================================
--- community/f13/pt-PT/Apache_HTTP_Server.po 2010-08-01 21:04:47 UTC (rev 269)
+++ community/f13/pt-PT/Apache_HTTP_Server.po 2010-08-01 23:52:28 UTC (rev 270)
@@ -1,93 +1,105 @@
-#
+#
+#
# AUTHOR <EMAIL@ADDRESS>, YEAR.
-#
+# Nullck <nullck(a)hotmail.com>, 2010.
msgid ""
msgstr ""
"Project-Id-Version: 0\n"
"POT-Creation-Date: 2010-05-13T23:05:30\n"
-"PO-Revision-Date: 2010-05-13T23:05:30\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: None\n"
+"PO-Revision-Date: 2010-08-01 15:37-0300\n"
+"Last-Translator: Nullck <nullck(a)hotmail.com>\n"
+"Language-Team: Portuguese <kde-i18n-doc(a)kde.org>\n"
"MIME-Version: 1.0\n"
-"Content-Type: application/x-publican; charset=UTF-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"X-Generator: Lokalize 1.0\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. Tag: title
#, no-c-format
msgid "The Apache HTTP Server"
-msgstr ""
+msgstr "Apache HTTP Server"
#. Tag: para
#, no-c-format
msgid "From the <ulink url=\"http://httpd.apache.org/\">Apache HTTP Server Project</ulink> page:"
-msgstr ""
+msgstr "De <ulink url=\"http://httpd.apache.org/\"> Projeto Apache Server </ulink> página:"
#. Tag: para
-#, no-c-format
+#, fuzzy, no-c-format
msgid ""The Apache HTTP Server Project is an effort to develop and maintain an open-source HTTP server for modern operating systems including UNIX and Windows NT. The goal of this project is to provide a secure, efficient and extensible server that provides HTTP services in sync with the current HTTP standards".<footnote> <para> From the "The Number One HTTP Server On The Internet" section of the Apache HTTP Server Project page: <ulink url=\"http://httpd.apache.org/\">http://httpd.apache.org/</ulink>. Copyright © 2010 The Apache Software Foundation. Accessed 1 March 2010. </para> </footnote>"
-msgstr ""
+msgstr ""O Projeto Apache Server é um reforço para desenvolver e manter um servidor open-source HTTP para os modernos sistemas operacionais, incluindo Unix e Windows NT. O objetivo deste projeto é fornecer um servidor seguro, eficiente e estável que forneça serviços HTTP em sincronia com os padrões atuais para HTTP".<footnote> <para> Do "The Number One HTTP Server On The Internet" sessão Apache HTTP Server Project página: <ulink url=\"http://httpd.apache.org/\">http://httpd.apache.org/</ulink>. Copyright © 2010 The Apache Software Foundation. Acessado em 1 Março de 2010. </para> </footnote>"
#. Tag: para
#, no-c-format
msgid "In Fedora, the <package>httpd</package> package provides the Apache HTTP Server. Run <command>rpm -q httpd</command> to see if the <package>httpd</package> package is installed. If it is not installed and you want to use the Apache HTTP Server, run the following command as the root user to install it:"
-msgstr ""
+msgstr "No Fedora, o <package>httpd</package> pacote fornece o Apache HTTP Server. Execute <command>rpm -q httpd</command> para ver se o <package>httpd</package> pacote esta instalado. Se ele não estiver instalado e você quiser usar o Apache HTTP Server, execute o seguinte comando como usuário root para instalá-lo:"
#. Tag: screen
#, no-c-format
-msgid "\n"
+msgid ""
+"\n"
"yum install httpd\n"
-""
msgstr ""
+"\n"
+"yum install httpd\n"
#. Tag: title
#, no-c-format
msgid "The Apache HTTP Server and SELinux"
-msgstr ""
+msgstr "O Apache HTTP Server e o SELinux"
#. Tag: para
#, no-c-format
msgid "When SELinux is enabled, the Apache HTTP Server (<systemitem class=\"daemon\">httpd</systemitem>) runs confined by default. Confined processes run in their own domains, and are separated from other confined processes. If a confined process is compromised by an attacker, depending on SELinux policy configuration, an attacker's access to resources and the possible damage they can do is limited. The following example demonstrates the <systemitem class=\"daemon\">httpd</systemitem> processes running in their own domain. This example assumes the <package>httpd</package> package is installed:"
-msgstr ""
+msgstr " Quando SELinux é habilitado, o Apache HTTP Server (<systemitem class=\"daemon\">httpd</systemitem>) funciona confinado por padrão. Processos confinados são executados em seus próprios dominios, e são separados de outros processos confinados. Se um processo confinado é dominado por um invasor, dependendo da configuração do SELinux, o invasor's seu acesso a recursos e os possíveis danos são limitados. O exemplo a seguir demonstra os<systemitem class=\"daemon\">httpd</systemitem> processos em execução no seu próprio dominio. Este exemplo, assume que o <package>httpd</package> pacote esta instalado:"
#. Tag: para
#, no-c-format
msgid "Run <command>getenforce</command> to confirm SELinux is running in enforcing mode:"
-msgstr ""
+msgstr "Execute <command>getenforce</command> para confirmar se o SELinux esta sendo executado em modo enforcing:"
#. Tag: screen
#, no-c-format
-msgid "\n"
+msgid ""
+"\n"
"$ getenforce\n"
"Enforcing\n"
-""
msgstr ""
+"\n"
+"$ getenforce\n"
+"Enforcing\n"
#. Tag: para
#, no-c-format
msgid "The <command>getenforce</command> command returns <computeroutput>Enforcing</computeroutput> when SELinux is running in enforcing mode."
-msgstr ""
+msgstr "O <command>getenforce</command> comando retorna <computeroutput>Enforcing</computeroutput> quando o SELinux esta executando em modo enforcing."
#. Tag: para
#, no-c-format
msgid "Run <command>service httpd start</command> as the root user to start <systemitem class=\"daemon\">httpd</systemitem>:"
-msgstr ""
+msgstr "Execute <command>service httpd start</command>como usuário root para iniciar <systemitem class=\"daemon\">httpd</systemitem>:"
#. Tag: screen
#, no-c-format
-msgid "\n"
+msgid ""
+"\n"
"# service httpd start\n"
"Starting httpd: [ OK ]\n"
-""
msgstr ""
+"\n"
+"# service httpd start\n"
+"Starting httpd: [ OK ]\n"
#. Tag: para
#, no-c-format
msgid "Run <command>ps -eZ | grep httpd</command> to view the <systemitem class=\"daemon\">httpd</systemitem> processes:"
-msgstr ""
+msgstr "Execute <command>ps -eZ | grep httpd</command> para visualizar o <systemitem class=\"daemon\">httpd</systemitem> processos:"
#. Tag: screen
#, no-c-format
-msgid "\n"
+msgid ""
+"\n"
"$ ps -eZ | grep httpd\n"
"unconfined_u:system_r:httpd_t:s0 <replaceable>2850</replaceable> ? 00:00:00 httpd\n"
"unconfined_u:system_r:httpd_t:s0 <replaceable>2852</replaceable> ? 00:00:00 httpd\n"
@@ -98,144 +110,184 @@
"unconfined_u:system_r:httpd_t:s0 <replaceable>2857</replaceable> ? 00:00:00 httpd\n"
"unconfined_u:system_r:httpd_t:s0 <replaceable>2858</replaceable> ? 00:00:00 httpd\n"
"unconfined_u:system_r:httpd_t:s0 <replaceable>2859</replaceable> ? 00:00:00 httpd\n"
-""
msgstr ""
+"\n"
+"$ ps -eZ | grep httpd\n"
+"unconfined_u:system_r:httpd_t:s0 <replaceable>2850</replaceable> ? 00:00:00 httpd\n"
+"unconfined_u:system_r:httpd_t:s0 <replaceable>2852</replaceable> ? 00:00:00 httpd\n"
+"unconfined_u:system_r:httpd_t:s0 <replaceable>2853</replaceable> ? 00:00:00 httpd\n"
+"unconfined_u:system_r:httpd_t:s0 <replaceable>2854</replaceable> ? 00:00:00 httpd\n"
+"unconfined_u:system_r:httpd_t:s0 <replaceable>2855</replaceable> ? 00:00:00 httpd\n"
+"unconfined_u:system_r:httpd_t:s0 <replaceable>2856</replaceable> ? 00:00:00 httpd\n"
+"unconfined_u:system_r:httpd_t:s0 <replaceable>2857</replaceable> ? 00:00:00 httpd\n"
+"unconfined_u:system_r:httpd_t:s0 <replaceable>2858</replaceable> ? 00:00:00 httpd\n"
+"unconfined_u:system_r:httpd_t:s0 <replaceable>2859</replaceable> ? 00:00:00 httpd\n"
#. Tag: para
#, no-c-format
msgid "The SELinux context associated with the <systemitem class=\"daemon\">httpd</systemitem> processes is <computeroutput>unconfined_u:system_r:httpd_t:s0</computeroutput>. The second last part of the context, <computeroutput>httpd_t</computeroutput>, is the type. A type defines a domain for processes and a type for files. In this case, the <systemitem class=\"daemon\">httpd</systemitem> processes are running in the <computeroutput>httpd_t</computeroutput> domain."
-msgstr ""
+msgstr "O contexto SELinux associado ao <systemitem class=\"daemon\"> httpd</systemitem>processos são<computeroutput>unconfined_u:system_r:httpd_t:s0</computeroutput>. A segunda parte do último contexto, <computeroutput>httpd_t</computeroutput>, é o tipo. Um tipo define um domínio de processos a um tipo de arquivos. Neste caso, o <systemitem class=\"daemon\">httpd</systemitem> processos estão sendo executados no <computeroutput>httpd_t</computeroutput> dominio."
#. Tag: para
#, no-c-format
msgid "SELinux policy defines how processes running in confined domains, such as <computeroutput>httpd_t</computeroutput>, interact with files, other processes, and the system in general. Files must be labeled correctly to allow <systemitem class=\"daemon\">httpd</systemitem> access to them. For example, <systemitem class=\"daemon\">httpd</systemitem> can read files labeled with the <computeroutput>httpd_sys_content_t</computeroutput> type, but can not write to them, even if Linux permissions allow write access. Booleans must be turned on to allow certain behavior, such as allowing scripts network access, allowing <systemitem class=\"daemon\">httpd</systemitem> access to NFS and CIFS file systems, and <systemitem class=\"daemon\">httpd</systemitem> being allowed to execute Common Gateway Interface (CGI) scripts."
-msgstr ""
+msgstr "Politica SELinux define como os processos em execução estão em dominios confinados, como<computeroutput>httpd_t</computeroutput>, interagem com arquivos, outros processos, e o sistema em geral. Os arquivos devem ser rotulados corretamente para permitir<systemitem class=\"daemon\">httpd</systemitem> acesso para eles. Por exemplo, <systemitem class=\"daemon\">httpd</systemitem> pode ler arquivos rotulados com<computeroutput>httpd_sys_content_t</computeroutput> tipo, mas não pode escrever neles, mesmo se as permissões do Linux permite acesso de gravação. Booleans deve ser ativado para permitir que certas rotinas, como permitir que scripts de acesso à rede, possa<systemitem class=\"daemon\">httpd</systemitem> acessar ao sistema de arquivos NFS e CIFS , e<systemitem class=\"daemon\">httpd</systemitem> sendo permitida a execução de Common Gateway Interface (CGI) scripts."
#. Tag: para
#, no-c-format
msgid "When <filename>/etc/httpd/conf/httpd.conf</filename> is configured so <systemitem class=\"daemon\">httpd</systemitem> listens on a port other than TCP ports 80, 443, 488, 8008, 8009, or 8443, the <command>semanage port</command> command must be used to add the new port number to SELinux policy configuration. The following example demonstrates configuring <systemitem class=\"daemon\">httpd</systemitem> to listen on a port that is not defined in SELinux policy configuration for <systemitem class=\"daemon\">httpd</systemitem>, and, as a consequence, <systemitem class=\"daemon\">httpd</systemitem> failing to start. This example also demonstrates how to then configure the SELinux system to allow <systemitem class=\"daemon\">httpd</systemitem> to successfully listen on a non-standard port that is not already defined in the policy. This example assumes the <package>httpd</package> package is installed. Run each command in the example as the root user:"
msgstr ""
+"Quando <filename>/etc/httpd/conf/httpd.conf</filename> é configurado para <systemitem class=\"daemon\">httpd</systemitem> escutar em uma porta TCP diferente de 80, 443, 488, 8008, 8009, ou 8443, o <command>semanage port</command> é um comando que deve ser usado para adicionar o novo número de porta para a configuração de politicas do SELinux. O exemplo a seguir demonstra a configuração para <systemitem class=\"daemon\">httpd</systemitem> escutar em uma porta que não esta definida na configuração da politica SELinux para <systemitem class=\"daemon\">httpd</systemitem>, e, como conseguência, <systemitem class=\"daemon\">httpd</systemitem> falha ao iniciar. Este exemplo também demonstra como configurar o sistema SELinux para permitir <systemitem class=\"daemon\">httpd</systemitem> com sucesso escutar em uma porta não-padrão que ainda não esta definida na politica. Este exemplo assume <package>httpd</package> pacote esta instalado. Execute cada "
+"comando, no exemplo como usuário root."
#. Tag: para
#, no-c-format
msgid "Run <command>service httpd status</command> to confirm <systemitem class=\"daemon\">httpd</systemitem> is not running:"
-msgstr ""
+msgstr "Execute <command>service httpd status</command> para confirmar se <systemitem class=\"daemon\">httpd</systemitem> não esta rodando:"
#. Tag: screen
#, no-c-format
-msgid "\n"
+msgid ""
+"\n"
"# service httpd status\n"
"httpd is stopped\n"
-""
msgstr ""
+"\n"
+"# service httpd status\n"
+"httpd is stopped\n"
#. Tag: para
#, no-c-format
msgid "If the output differs, run <command>service httpd stop</command> to stop the process:"
-msgstr ""
+msgstr "Se o resultado é diferente, execute <command>service httpd stop</command> para parar o processo:"
#. Tag: screen
#, no-c-format
-msgid "\n"
+msgid ""
+"\n"
"# service httpd stop\n"
"Stopping httpd: [ OK ]\n"
-""
msgstr ""
+"\n"
+"# service httpd stop\n"
+"Stopping httpd: [ OK ]\n"
#. Tag: para
#, no-c-format
msgid "Run <command>semanage port -l | grep -w http_port_t</command> to view the ports SELinux allows <systemitem class=\"daemon\">httpd</systemitem> to listen on:"
-msgstr ""
+msgstr "Execute <command>semanage port -l | grep -w http_port_t</command> para visualizar as portas permitidas por SELinux <systemitem class=\"daemon\">httpd</systemitem> para escutar:"
#. Tag: screen
#, no-c-format
-msgid "\n"
+msgid ""
+"\n"
"# semanage port -l | grep -w http_port_t\n"
"http_port_t tcp 80, 443, 488, 8008, 8009, 8443\n"
-""
msgstr ""
+"\n"
+"# semanage port -l | grep -w http_port_t\n"
+"http_port_t tcp 80, 443, 488, 8008, 8009, 8443\n"
#. Tag: para
#, no-c-format
msgid "Edit <filename>/etc/httpd/conf/httpd.conf</filename> as the root user. Configure the <option>Listen</option> option so it lists a port that is not configured in SELinux policy configuration for <systemitem class=\"daemon\">httpd</systemitem>. In this example, <systemitem class=\"daemon\">httpd</systemitem> is configured to listen on port 12345:"
-msgstr ""
+msgstr "Edite <filename>/etc/httpd/conf/httpd.conf</filename>como usuário root. Configure a <option>Listen</option> opção para enumerar uma porta que não esta configurada na politica SELinux para <systemitem class=\"daemon\">httpd</systemitem>. Neste exemplo, <systemitem class=\"daemon\">httpd</systemitem> esta configurado para escutar na porta 12345:"
#. Tag: screen
#, no-c-format
-msgid "\n"
+msgid ""
+"\n"
"# Change this to Listen on specific IP addresses as shown below to \n"
"# prevent Apache from glomming onto all bound IP addresses (0.0.0.0)\n"
"#\n"
"#Listen 12.34.56.78:80\n"
"Listen 127.0.0.1:12345\n"
-""
msgstr ""
+"\n"
+"# Change this to Listen on specific IP addresses as shown below to \n"
+"# prevent Apache from glomming onto all bound IP addresses (0.0.0.0)\n"
+"#\n"
+"#Listen 12.34.56.78:80\n"
+"Listen 127.0.0.1:12345\n"
#. Tag: para
#, no-c-format
msgid "Run <command>service httpd start</command> to start <systemitem class=\"daemon\">httpd</systemitem>:"
-msgstr ""
+msgstr "Execute <command>service httpd start</command> para iniciar <systemitem class=\"daemon\">httpd</systemitem>:"
#. Tag: screen
#, no-c-format
-msgid "\n"
+msgid ""
+"\n"
"# service httpd start\n"
"Starting httpd: (13)Permission denied: make_sock: could not bind to address 127.0.0.1:12345\n"
"no listening sockets available, shutting down\n"
"Unable to open logs [FAILED]\n"
-""
msgstr ""
+"\n"
+"# service httpd start\n"
+"Starting httpd: (13)Permission denied: make_sock: could not bind to address 127.0.0.1:12345\n"
+"no listening sockets available, shutting down\n"
+"Unable to open logs [FAILED]\n"
#. Tag: para
#, no-c-format
msgid "An SELinux denial similar to the following is logged to <filename>/var/log/messages</filename>:"
-msgstr ""
+msgstr "Uma negação semelhante do SELinux é registrada no <filename>/var/log/messages</filename>:"
#. Tag: screen
#, no-c-format
-msgid "\n"
+msgid ""
+"\n"
"setroubleshoot: SELinux is preventing the httpd (httpd_t) from binding to port 12345. For complete SELinux messages. run sealert -l f18bca99-db64-4c16-9719-1db89f0d8c77\n"
-""
msgstr ""
+"\n"
+"setroubleshoot: SELinux is preventing the httpd (httpd_t) from binding to port 12345. For complete SELinux messages. run sealert -l f18bca99-db64-4c16-9719-1db89f0d8c77\n"
#. Tag: para
#, no-c-format
msgid "For SELinux to allow <systemitem class=\"daemon\">httpd</systemitem> to listen on port 12345, as used in this example, the following command is required:"
-msgstr ""
+msgstr "Para SELinux permitir <systemitem class=\"daemon\">httpd</systemitem> para escutar na porta 12345, como utilizado neste exemplo, o seguinte comando é necessário:"
#. Tag: screen
#, no-c-format
-msgid "\n"
+msgid ""
+"\n"
"# semanage port -a -t http_port_t -p tcp 12345\n"
-""
msgstr ""
+"\n"
+"# semanage port -a -t http_port_t -p tcp 12345\n"
#. Tag: para
#, no-c-format
msgid "Run <command>service httpd start</command> again to start <systemitem class=\"daemon\">httpd</systemitem> and have it listen on the new port:"
-msgstr ""
+msgstr "Execute <command>service httpd start</command> novamente para iniciar <systemitem class=\"daemon\">httpd</systemitem> e terá uma nova porta escutando:"
#. Tag: screen
#, no-c-format
-msgid "\n"
+msgid ""
+"\n"
"# service httpd start\n"
"Starting httpd: [ OK ]\n"
-""
msgstr ""
+"\n"
+"# service httpd start\n"
+"Starting httpd: [ OK ]\n"
#. Tag: para
#, no-c-format
msgid "Now that SELinux has been configured to allow <systemitem class=\"daemon\">httpd</systemitem> to listen on a non-standard port (TCP 12345 in this example), <systemitem class=\"daemon\">httpd</systemitem> starts successfully on this port."
-msgstr ""
+msgstr "Agora o SeLinux foi configurado para permitir <systemitem class=\"daemon\">httpd</systemitem> escutar em uma porta não padrão(TCP 12345 neste exemplo), <systemitem class=\"daemon\">httpd</systemitem> iniciou com êxito nesta porta."
#. Tag: para
#, no-c-format
msgid "To prove that <systemitem class=\"daemon\">httpd</systemitem> is listening and communicating on TCP port 12345, open a telnet connection to the specified port and issue a HTTP GET command, as follows:"
-msgstr ""
+msgstr "Para comprovar que <systemitem class=\"daemon\">httpd</systemitem> esta escutando e comunicando na porta TCP 12345, abra uma conexão telnet para a porta especificada e emita um comando HTTP GET, como segue:"
#. Tag: screen
#, no-c-format
-msgid "\n"
+msgid ""
+"\n"
"# telnet localhost 12345\n"
"Trying 127.0.0.1...\n"
"Connected to localhost.\n"
@@ -249,152 +301,174 @@
"Content-Length: 3918\n"
"Content-Type: text/html; charset=UTF-8\n"
"[...continues...]\n"
-""
msgstr ""
+"\n"
+"# telnet localhost 12345\n"
+"Trying 127.0.0.1...\n"
+"Connected to localhost.\n"
+"Escape character is '^]'.\n"
+"GET / HTTP/1.0\n"
+"\n"
+"HTTP/1.1 200 OK\n"
+"Date: Tue, 31 Mar 2009 13:12:10 GMT\n"
+"Server: Apache/2.2.11 (Fedora)\n"
+"Accept-Ranges: bytes\n"
+"Content-Length: 3918\n"
+"Content-Type: text/html; charset=UTF-8\n"
+"[...continues...]\n"
#. Tag: title
#, no-c-format
msgid "Types"
-msgstr ""
+msgstr "Tipos"
#. Tag: para
#, no-c-format
msgid "Type Enforcement is the main permission control used in SELinux targeted policy. All files and processes are labeled with a type: types define a domain for processes and a type for files. SELinux policy rules define how types access each other, whether it be a domain accessing a type, or a domain accessing another domain. Access is only allowed if a specific SELinux policy rule exists that allows it."
-msgstr ""
+msgstr "Tipo Enforcement é a permissão de controle principal usado em políticas orientadas do SELinux . Todos os arquivos e processos são marcados com um type: types definem um domínio de processos e um tipo de arquivos. Regras de política SELinux definem como types de acesso uns aos outros, quer se trate de um domínio acessar um type, ou um domínio acessar outro domínio. O acesso só é permitido se uma regra de política SELinux específica permitir que ele exista."
#. Tag: para
#, no-c-format
msgid "The following example creates a new file in the <filename>/var/www/html/</filename> directory, and shows the file inheriting the <computeroutput>httpd_sys_content_t</computeroutput> type from its parent directory (<filename>/var/www/html/</filename>):"
-msgstr ""
+msgstr "O exemplo a seguir cria um novo arquivo no <filename>/var/www/html/</filename> diretório, e mostra o arquivo herdado de <computeroutput>httpd_sys_content_t</computeroutput> type a partir do seu diretório pai (<filename>/var/www/html/</filename>):"
#. Tag: para
#, no-c-format
msgid "Run <command>ls -dZ /var/www/html</command> to view the SELinux context of <filename>/var/www/html/</filename>:"
-msgstr ""
+msgstr "Execute <command>ls -dZ /var/www/html</command> para visualizar o contexto do SELinux <filename>/var/www/html/</filename>:"
#. Tag: screen
#, no-c-format
-msgid "\n"
+msgid ""
+"\n"
"$ ls -dZ /var/www/html\n"
"drwxr-xr-x root root system_u:object_r:httpd_sys_content_t:s0 /var/www/html\n"
-""
msgstr ""
+"\n"
+"$ ls -dZ /var/www/html\n"
+"drwxr-xr-x root root system_u:object_r:httpd_sys_content_t:s0 /var/www/html\n"
#. Tag: para
#, no-c-format
msgid "This shows <filename>/var/www/html/</filename> is labeled with the <computeroutput>httpd_sys_content_t</computeroutput> type."
-msgstr ""
+msgstr "Isso mostra <filename>/var/www/html/</filename> é rotulado como <computeroutput>httpd_sys_content_t</computeroutput> type."
#. Tag: para
#, no-c-format
msgid "Run <command>touch /var/www/html/file1</command> as the root user to create a new file."
-msgstr ""
+msgstr "Execute <command>touch /var/www/html/file1</command> como usuário root para criar um novo arquivo."
#. Tag: para
#, no-c-format
msgid "Run <command>ls -Z /var/www/html/file1</command> to view the SELinux context:"
-msgstr ""
+msgstr "Execute <command>ls -Z /var/www/html/file1</command> para visualizar o contexto do SELinux:"
#. Tag: screen
#, no-c-format
-msgid "\n"
+msgid ""
+"\n"
"$ ls -Z /var/www/html/file1\n"
"-rw-r--r-- root root unconfined_u:object_r:httpd_sys_content_t:s0 /var/www/html/file1\n"
-""
msgstr ""
+"\n"
+"$ ls -Z /var/www/html/file1\n"
+"-rw-r--r-- root root unconfined_u:object_r:httpd_sys_content_t:s0 /var/www/html/file1\n"
#. Tag: para
#, no-c-format
msgid "The <command>ls -Z</command> command shows <filename>file1</filename> labeled with the <computeroutput>httpd_sys_content_t</computeroutput> type. SELinux allows <systemitem class=\"daemon\">httpd</systemitem> to read files labeled with this type, but not write to them, even if Linux permissions allow write access. SELinux policy defines what types a process running in the <computeroutput>httpd_t</computeroutput> domain (where <systemitem class=\"daemon\">httpd</systemitem> runs) can read and write to. This helps prevent processes from accessing files intended for use by another process."
-msgstr ""
+msgstr "O <command>ls -Z</command> comando mostra <filename>file1</filename> rotulado com <computeroutput>httpd_sys_content_t</computeroutput> type. SELinux permite <systemitem class=\"daemon\">httpd</systemitem> para ler arquivos marcados com este type, mas não escrever neles, mesmo se as permissões do Linux permitem acesso de gravação. A politica SELinux definem quais os types de processos executarão no <computeroutput>httpd_t</computeroutput> dominio (onde <systemitem class=\"daemon\">httpd</systemitem> executa) pode ler e escrever. Isso ajuda a evitar o acesso a arquivos destinados ao uso do processo por outros processos."
#. Tag: para
#, no-c-format
msgid "For example, <systemitem class=\"daemon\">httpd</systemitem> can access files labeled with the <computeroutput>httpd_sys_content_t</computeroutput> type (intended for the Apache HTTP Server), but by default, can not access files labeled with the <computeroutput>samba_share_t</computeroutput> type (intended for Samba). Also, files in user home directories are labeled with the <computeroutput>user_home_t</computeroutput> type: by default, this prevents <systemitem class=\"daemon\">httpd</systemitem> from reading or writing to files in user home directories."
-msgstr ""
+msgstr "Por exemplo, <systemitem class=\"daemon\">httpd</systemitem> pode acessar arquivos rotulados com o <computeroutput>httpd_sys_content_t</computeroutput> type (destinadas para o Apache HTTP Server), mas por padrão, não pode acessar arquivos rotulados com o <computeroutput>samba_share_t</computeroutput> type (destinado para o Samba). Além disso, os arquivos no diretório home do usuário são rotulados com o <computeroutput>user_home_t</computeroutput> type: por padrão, isso impede <systemitem class=\"daemon\">httpd</systemitem> fazer leitura ou escrita de arquivos nos diretórios home do usuário."
#. Tag: para
#, no-c-format
msgid "The following types are used with <systemitem class=\"daemon\">httpd</systemitem>. Different types allow you to configure flexible access:"
-msgstr ""
+msgstr "Os seguintes types são usados com <systemitem class=\"daemon\">httpd</systemitem>. Diferentes types permitem que você configure um acesso flexível:"
#. Tag: term
#, no-c-format
msgid "<computeroutput>httpd_sys_content_t</computeroutput>"
-msgstr ""
+msgstr "<computeroutput>httpd_sys_content_t</computeroutput>"
#. Tag: para
#, no-c-format
msgid "Use this type for static web content, such as <filename>.html</filename> files used by a static website. Files labeled with this type are accessible (read only) to <systemitem class=\"daemon\">httpd</systemitem> and scripts executed by <systemitem class=\"daemon\">httpd</systemitem>. By default, files and directories labeled with this type can not be written to or modified by <systemitem class=\"daemon\">httpd</systemitem> or other processes. Note: by default, files created in or copied into <filename>/var/www/html/</filename> are labeled with the <computeroutput>httpd_sys_content_t</computeroutput> type."
-msgstr ""
+msgstr "Use este tipo de conteúdo de web estático, tais como <filename>.html</filename>arquivos usados por um site estático. Arquivos marcados com este type são acessiveis (somente leitura) para <systemitem class=\"daemon\">httpd</systemitem> e scripts executados por <systemitem class=\"daemon\">httpd</systemitem>. Por padrão, arquivos e diretórios marcados com esse type não podem ser escritos ou modificados por <systemitem class=\"daemon\">httpd</systemitem> ou outros processos. Note: por padrão, arquivos criados ou copiados em<filename>/var/www/html/</filename> são marcados com a <computeroutput>httpd_sys_content_t</computeroutput> type."
#. Tag: term
#, no-c-format
msgid "<computeroutput>httpd_sys_script_exec_t</computeroutput>"
-msgstr ""
+msgstr "<computeroutput>httpd_sys_script_exec_t</computeroutput>"
#. Tag: para
#, no-c-format
msgid "Use this type for scripts you want <systemitem class=\"daemon\">httpd</systemitem> to execute. This type is commonly used for Common Gateway Interface (CGI) scripts in <filename>/var/www/cgi-bin/</filename>. By default, SELinux policy prevents <systemitem class=\"daemon\">httpd</systemitem> from executing CGI scripts. To allow this, label the scripts with the <computeroutput>httpd_sys_script_exec_t</computeroutput> type and turn the <computeroutput>httpd_enable_cgi</computeroutput> Boolean on. Scripts labeled with <computeroutput>httpd_sys_script_exec_t</computeroutput> run in the <computeroutput>httpd_sys_script_t</computeroutput> domain when executed by <systemitem class=\"daemon\">httpd</systemitem>. The <computeroutput>httpd_sys_script_t</computeroutput> domain has access to other system domains, such as <computeroutput>postgresql_t</computeroutput> and <computeroutput>mysqld_t</computeroutput>."
-msgstr ""
+msgstr "Use este tipo de scripts que você quer <systemitem class=\"daemon\">httpd</systemitem> para executar. Este tipe é comumente usado para Common Gateway Interface (CGI) em scripts em <filename>/var/www/cgi-bin/</filename>. Por padrão, a politica SELinux impede <systemitem class=\"daemon\">httpd</systemitem> de executar scripts CGI. Para permitir isso, a marcação nos scripts <computeroutput>httpd_sys_script_exec_t</computeroutput> type e rode o <computeroutput>httpd_enable_cgi</computeroutput> Boolean on. Scripts marcados com o <computeroutput>httpd_sys_script_exec_t</computeroutput> executados no <computeroutput>httpd_sys_script_t</computeroutput> dominio quando executado por <systemitem class=\"daemon\">httpd</systemitem>. O <computeroutput>httpd_sys_script_t</computeroutput> dominio que tem acesso ao sistema de domínios, tais como <computeroutput>postgresql_t</computeroutput> e and <computeroutput>mysqld_t</computeroutput>."
#. Tag: term
#, no-c-format
msgid "<computeroutput>httpd_sys_content_rw_t</computeroutput>"
-msgstr ""
+msgstr "<computeroutput>httpd_sys_content_rw_t</computeroutput>"
#. Tag: para
#, no-c-format
msgid "Files labeled with this type can be written to by scripts labeled with the <computeroutput>httpd_sys_script_exec_t</computeroutput> type, but can not be modified by scripts labeled with any other type. You must use the <computeroutput>httpd_sys_content_rw_t</computeroutput> type to label files that will be read from and written to by scripts labeled with the <computeroutput>httpd_sys_script_exec_t</computeroutput> type."
-msgstr ""
+msgstr "Arquivos marcados com este type podem ser gravados por scripts rotulados <computeroutput>httpd_sys_script_exec_t</computeroutput> type, mas não podem ser modificados por scripts marcados com qualquer outro tipo. Você deve usar o <computeroutput>httpd_sys_content_rw_t</computeroutput> type para marcar os arquivos que serão lidos e gravados por scripts marcados com o <computeroutput>httpd_sys_script_exec_t</computeroutput> type."
#. Tag: term
#, no-c-format
msgid "<computeroutput>httpd_sys_content_ra_t</computeroutput>"
-msgstr ""
+msgstr "<computeroutput>httpd_sys_content_ra_t</computeroutput>"
#. Tag: para
#, no-c-format
msgid "Files labeled with this type can be appended to by scripts labeled with the <computeroutput>httpd_sys_script_exec_t</computeroutput> type, but can not be modified by scripts labeled with any other type. You must use the <computeroutput>httpd_sys_content_ra_t</computeroutput> type to label files that will be read from and appended to by scripts labeled with the <computeroutput>httpd_sys_script_exec_t</computeroutput> type."
-msgstr ""
+msgstr "Arquivos marcados com este type podem ser adicionados por scripts marcados com o <computeroutput>httpd_sys_script_exec_t</computeroutput> type, mas não podem ser modificados por scripts marcados com outro type. Você deve usar <computeroutput>httpd_sys_content_ra_t</computeroutput> type para rotular os arquivos que serão lidos e anexados por scripts marcados com o <computeroutput>httpd_sys_script_exec_t</computeroutput> type."
#. Tag: term
#, no-c-format
msgid "<computeroutput>httpd_unconfined_script_exec_t</computeroutput>"
-msgstr ""
+msgstr "<computeroutput>httpd_unconfined_script_exec_t</computeroutput>"
#. Tag: para
#, no-c-format
msgid "Scripts labeled with this type run without SELinux protection. Only use this type for complex scripts, after exhausting all other options. It is better to use this type instead of turning SELinux protection off for <systemitem class=\"daemon\">httpd</systemitem>, or for the entire system."
-msgstr ""
+msgstr "Scripts marcados com este type podem ser executados sem a proteção do SELinux. Só utilize este type de scripts complexos, depois de esgotar tudo as outras opções. É melhor usar esse type em vez de desligar a proteção SELinux para <systemitem class=\"daemon\">httpd</systemitem>, ou para todo o sistema."
#. Tag: title
#, no-c-format
msgid "Changing the SELinux Context"
-msgstr ""
+msgstr "Alterar o contexto SELinux"
#. Tag: para
#, no-c-format
msgid "The type for files and directories can be changed with the <command>chcon</command> command. Changes made with <command>chcon</command> do not survive a file system relabel or the <command>restorecon</command> command. SELinux policy controls whether users are able to modify the SELinux context for any given file. The following example demonstrates creating a new directory and an <filename>index.html</filename> file for use by <systemitem class=\"daemon\">httpd</systemitem>, and labeling that file and directory to allow <systemitem class=\"daemon\">httpd</systemitem> access to them:"
-msgstr ""
+msgstr "O type para arquivos e diretórios pode ser alterado com o <command>chcon</command> comando. Alterações realizados com <command>chcon</command> não sobrepõem a marcação do sistema de arquivos ou do <command>restorecon</command> comando. No controle de politicas do SELinux os usuários são capazes de modificar o contexto SELinux para qualquer arquivo dado. O exemplo a seguir demonstra a criação de um novo diretório e um <filename>index.html</filename> arquivo para uso do <systemitem class=\"daemon\">httpd</systemitem>, e marcar o arquivo e o diretório para permitir que <systemitem class=\"daemon\">httpd</systemitem> o acesse:"
#. Tag: para
#, no-c-format
msgid "Run <command>mkdir -p /my/website</command> as the root user to create a top-level directory structure to store files to be used by <systemitem class=\"daemon\">httpd</systemitem>."
-msgstr ""
+msgstr "Execute <command>mkdir -p /my/website</command> como usuário root para criar uma estrutura de diretórios de nivel superior para amarzenar arquivos para serem usados por <systemitem class=\"daemon\">httpd</systemitem>."
#. Tag: para
#, no-c-format
msgid "Files and directories that do not match a pattern in file-context configuration may be labeled with the <computeroutput>default_t</computeroutput> type. This type is inaccessible to confined services:"
-msgstr ""
+msgstr "Arquivos e diretórios que não correspondam a um padrão no arquivo de configuração do contexto podem ser marcados com o <computeroutput>default_t</computeroutput> type. Este type é inacessível aos serviços confinados:"
#. Tag: screen
#, no-c-format
-msgid "\n"
+msgid ""
+"\n"
"$ ls -dZ /my\n"
"drwxr-xr-x root root unconfined_u:object_r:default_t:s0 /my\n"
-""
msgstr ""
+"\n"
+"$ ls -dZ /my\n"
+"drwxr-xr-x root root unconfined_u:object_r:default_t:s0 /my\n"
#. Tag: para
#, no-c-format
@@ -403,60 +477,72 @@
#. Tag: screen
#, no-c-format
-msgid "\n"
+msgid ""
+"\n"
"# chcon -R -t httpd_sys_content_t /my/\n"
"# touch /my/website/index.html\n"
"# ls -Z /my/website/index.html\n"
"-rw-r--r-- root root unconfined_u:object_r:httpd_sys_content_t:s0 /my/website/index.html\n"
-""
msgstr ""
+"\n"
+"# chcon -R -t httpd_sys_content_t /my/\n"
+"# touch /my/website/index.html\n"
+"# ls -Z /my/website/index.html\n"
+"-rw-r--r-- root root unconfined_u:object_r:httpd_sys_content_t:s0 /my/website/index.html\n"
#. Tag: para
#, no-c-format
msgid "Use the <command>semanage fcontext</command> command to make label changes that survive a relabel and the <command>restorecon</command> command. This command adds changes to file-context configuration. Then, run the <command>restorecon</command> command, which reads file-context configuration, to apply the label change. The following example demonstrates creating a new directory and an <filename>index.html</filename> file for use by <systemitem class=\"daemon\">httpd</systemitem>, and persistently changing the label of that directory and file to allow <systemitem class=\"daemon\">httpd</systemitem> access to them:"
-msgstr ""
+msgstr "Use o <command>semanage fcontext</command> comando para fazer as XXXXX mudanças para remarcar <command>restorecon</command> comando. Este comando adicionar alterações à configuração do arquivo de contexto. Em seguida, execute<command>restorecon</command> comando, que lê arquivo demonstra configuração do contexto, para aplicar mudanças na marcação. O exemplo a seguir a criação de um novo diretório e um<filename>index.html</filename> arquivo usado por<systemitem class=\"daemon\">httpd</systemitem>, e novamente alterar a marcação do diretórios e arquivos para permitir <systemitem class=\"daemon\">httpd</systemitem> o acesso a eles:"
#. Tag: para
#, no-c-format
msgid "Run the following command as the root user to add the label change to file-context configuration:"
-msgstr ""
+msgstr "Execute o seguinte comando como usuário root para adicionar a alteração da marcação para o arquivo de configuração do contexto:"
#. Tag: screen
#, no-c-format
-msgid "\n"
+msgid ""
+"\n"
"semanage fcontext -a -t httpd_sys_content_t "/my(/.*)?"\n"
-""
msgstr ""
+"\n"
+"semanage fcontext -a -t httpd_sys_content_t "/my(/.*)?"\n"
#. Tag: para
#, no-c-format
msgid "The <computeroutput>"/my(/.*)?"</computeroutput> expression means the label change applies to the <filename>/my/</filename> directory and all files and directories under it."
-msgstr ""
+msgstr "A <computeroutput>"/my(/.*)?"</computeroutput> expressão, para alterar a marcação e aplica-se ao <filename>/my/</filename> diretório e todos os arquivos e diretórios abaixo dele."
#. Tag: para
#, no-c-format
msgid "Run <command>touch /my/website/index.html</command> as the root user to create a new file."
-msgstr ""
+msgstr "Execute <command>touch /my/website/index.html</command> como usuário root para criar um novo arquivo."
#. Tag: para
#, no-c-format
msgid "Run <command>restorecon -R -v /my/</command> as the root user to apply the label changes (<command>restorecon</command> reads file-context configuration, which was modified by the <command>semanage</command> command in step 2):"
-msgstr ""
+msgstr "Execute <command>restorecon -R -v /my/</command> como usuário root para aplicar as mudanças na marcação(<command>restorecon</command> lê a configuração do arquivo-contexto, que foi modificada pelo <command>semanage</command> comando no passo 2):"
#. Tag: screen
#, no-c-format
-msgid "\n"
+msgid ""
+"\n"
"# restorecon -R -v /my/\n"
"restorecon reset /my context unconfined_u:object_r:default_t:s0->system_u:object_r:httpd_sys_content_t:s0\n"
"restorecon reset /my/website context unconfined_u:object_r:default_t:s0->system_u:object_r:httpd_sys_content_t:s0\n"
"restorecon reset /my/website/index.html context unconfined_u:object_r:default_t:s0->system_u:object_r:httpd_sys_content_t:s0\n"
-""
msgstr ""
+"\n"
+"# restorecon -R -v /my/\n"
+"restorecon reset /my context unconfined_u:object_r:default_t:s0->system_u:object_r:httpd_sys_content_t:s0\n"
+"restorecon reset /my/website context unconfined_u:object_r:default_t:s0->system_u:object_r:httpd_sys_content_t:s0\n"
+"restorecon reset /my/website/index.html context unconfined_u:object_r:default_t:s0->system_u:object_r:httpd_sys_content_t:s0\n"
#. Tag: title
#, no-c-format
msgid "Booleans"
-msgstr ""
+msgstr "Booleans"
#. Tag: para
#, no-c-format
@@ -471,7 +557,7 @@
#. Tag: screen
#, no-c-format
msgid "# setsebool -P allow_httpd_anon_write on"
-msgstr ""
+msgstr "# setsebool -P allow_httpd_anon_write on"
#. Tag: para
#, no-c-format
@@ -481,12 +567,12 @@
#. Tag: screen
#, no-c-format
msgid "# setsebool -P allow_httpd_anon_write off"
-msgstr ""
+msgstr "# setsebool -P allow_httpd_anon_write off"
#. Tag: para
#, no-c-format
msgid "Do not use the <option>-P</option> option if you do not want <command>setsebool</command> changes to persist across reboots."
-msgstr ""
+msgstr "Não utilize a <option>-P</option> opção se você não quiser <command>setsebool</command> que as alterações continuem após os reboots. "
#. Tag: para
#, no-c-format
@@ -496,7 +582,7 @@
#. Tag: term
#, no-c-format
msgid "<computeroutput>allow_httpd_anon_write</computeroutput>"
-msgstr ""
+msgstr "<computeroutput>allow_httpd_anon_write</computeroutput>"
#. Tag: para
#, no-c-format
@@ -506,7 +592,7 @@
#. Tag: term
#, no-c-format
msgid "<computeroutput>allow_httpd_mod_auth_ntlm_winbind</computeroutput>"
-msgstr ""
+msgstr "<computeroutput>allow_httpd_mod_auth_ntlm_winbind</computeroutput>"
#. Tag: para
#, no-c-format
@@ -516,7 +602,7 @@
#. Tag: term
#, no-c-format
msgid "<computeroutput>allow_httpd_mod_auth_pam</computeroutput>"
-msgstr ""
+msgstr "<computeroutput>allow_httpd_mod_auth_pam</computeroutput>"
#. Tag: para
#, no-c-format
@@ -526,7 +612,7 @@
#. Tag: term
#, no-c-format
msgid "<computeroutput>allow_httpd_sys_script_anon_write</computeroutput>"
-msgstr ""
+msgstr "<computeroutput>allow_httpd_sys_script_anon_write</computeroutput>"
#. Tag: para
#, no-c-format
@@ -536,7 +622,7 @@
#. Tag: term
#, no-c-format
msgid "<computeroutput>httpd_builtin_scripting</computeroutput>"
-msgstr ""
+msgstr "<computeroutput>httpd_builtin_scripting</computeroutput>"
#. Tag: para
#, no-c-format
@@ -546,7 +632,7 @@
#. Tag: term
#, no-c-format
msgid "<computeroutput>httpd_can_network_connect</computeroutput>"
-msgstr ""
+msgstr "<computeroutput>httpd_can_network_connect</computeroutput>"
#. Tag: para
#, no-c-format
@@ -556,7 +642,7 @@
#. Tag: term
#, no-c-format
msgid "<computeroutput>httpd_can_network_connect_db</computeroutput>"
-msgstr ""
+msgstr "<computeroutput>httpd_can_network_connect_db</computeroutput>"
#. Tag: para
#, no-c-format
@@ -566,7 +652,7 @@
#. Tag: term
#, no-c-format
msgid "<computeroutput>httpd_can_network_relay</computeroutput>"
-msgstr ""
+msgstr "<computeroutput>httpd_can_network_relay</computeroutput>"
#. Tag: para
#, no-c-format
@@ -576,7 +662,7 @@
#. Tag: term
#, no-c-format
msgid "<computeroutput>httpd_can_sendmail</computeroutput>"
-msgstr ""
+msgstr "<computeroutput>httpd_can_network_relay</computeroutput>"
#. Tag: para
#, no-c-format
@@ -586,7 +672,7 @@
#. Tag: term
#, no-c-format
msgid "<computeroutput>httpd_dbus_avahi</computeroutput>"
-msgstr ""
+msgstr "<computeroutput>httpd_dbus_avahi</computeroutput>"
#. Tag: para
#, no-c-format
@@ -596,7 +682,7 @@
#. Tag: term
#, no-c-format
msgid "<computeroutput>httpd_enable_cgi</computeroutput>"
-msgstr ""
+msgstr "<computeroutput>httpd_enable_cgi</computeroutput>"
#. Tag: para
#, no-c-format
@@ -606,7 +692,7 @@
#. Tag: term
#, no-c-format
msgid "<computeroutput>httpd_enable_ftp_server</computeroutput>"
-msgstr ""
+msgstr "<computeroutput>httpd_enable_ftp_server</computeroutput>"
#. Tag: para
#, no-c-format
@@ -616,7 +702,7 @@
#. Tag: term
#, no-c-format
msgid "<computeroutput>httpd_enable_homedirs</computeroutput>"
-msgstr ""
+msgstr "<computeroutput>httpd_enable_homedirs</computeroutput>"
#. Tag: para
#, no-c-format
@@ -626,7 +712,7 @@
#. Tag: term
#, no-c-format
msgid "<computeroutput>httpd_execmem</computeroutput>"
-msgstr ""
+msgstr "<computeroutput>httpd_execmem</computeroutput>"
#. Tag: para
#, no-c-format
@@ -636,7 +722,7 @@
#. Tag: term
#, no-c-format
msgid "<computeroutput>httpd_ssi_exec</computeroutput>"
-msgstr ""
+msgstr "<computeroutput>httpd_ssi_exec</computeroutput>"
#. Tag: para
#, no-c-format
@@ -646,7 +732,7 @@
#. Tag: term
#, no-c-format
msgid "<computeroutput>httpd_tmp_exec</computeroutput>"
-msgstr ""
+msgstr "<computeroutput>httpd_tmp_exec</computeroutput>"
#. Tag: para
#, no-c-format
@@ -656,7 +742,7 @@
#. Tag: term
#, no-c-format
msgid "<computeroutput>httpd_tty_comm</computeroutput>"
-msgstr ""
+msgstr "<computeroutput>httpd_tty_comm</computeroutput>"
#. Tag: para
#, no-c-format
@@ -666,7 +752,7 @@
#. Tag: term
#, no-c-format
msgid "<computeroutput>httpd_unified</computeroutput>"
-msgstr ""
+msgstr "<computeroutput>httpd_unified</computeroutput>"
#. Tag: para
#, no-c-format
@@ -676,7 +762,7 @@
#. Tag: term
#, no-c-format
msgid "<computeroutput>httpd_use_cifs</computeroutput>"
-msgstr ""
+msgstr "<computeroutput>httpd_use_cifs</computeroutput>"
#. Tag: para
#, no-c-format
@@ -686,7 +772,7 @@
#. Tag: term
#, no-c-format
msgid "<computeroutput>httpd_use_gpg</computeroutput>"
-msgstr ""
+msgstr "<computeroutput>httpd_use_gpg</computeroutput>"
#. Tag: para
#, no-c-format
@@ -696,7 +782,7 @@
#. Tag: term
#, no-c-format
msgid "<computeroutput>httpd_use_nfs</computeroutput>"
-msgstr ""
+msgstr "<computeroutput>httpd_use_nfs</computeroutput>"
#. Tag: para
#, no-c-format
@@ -706,7 +792,7 @@
#. Tag: title
#, no-c-format
msgid "Configuration examples"
-msgstr ""
+msgstr "Exemplos de configuração"
#. Tag: para
#, no-c-format
@@ -716,7 +802,7 @@
#. Tag: title
#, no-c-format
msgid "Running a static site"
-msgstr ""
+msgstr "Executando um site estático"
#. Tag: para
#, no-c-format
@@ -726,7 +812,7 @@
#. Tag: para
#, no-c-format
msgid "Run <command>mkdir /mywebsite</command> as the root user to create a top-level directory."
-msgstr ""
+msgstr "Execute <command>mkdir /mywebsite</command> como usuário root para criar um novo diretório no nivel superior. "
#. Tag: para
#, no-c-format
@@ -735,12 +821,16 @@
#. Tag: screen
#, no-c-format
-msgid "\n"
+msgid ""
+"\n"
"<html>\n"
"<h2>index.html from /mywebsite/</h2>\n"
"</html>\n"
-""
msgstr ""
+"\n"
+"<html>\n"
+"<h2>index.html from /mywebsite/</h2>\n"
+"</html>\n"
#. Tag: para
#, no-c-format
@@ -749,24 +839,30 @@
#. Tag: screen
#, no-c-format
-msgid "\n"
+msgid ""
+"\n"
"# semanage fcontext -a -t httpd_sys_content_t "/mywebsite(/.*)?"\n"
-""
msgstr ""
+"\n"
+"# semanage fcontext -a -t httpd_sys_content_t "/mywebsite(/.*)?"\n"
#. Tag: para
#, no-c-format
msgid "Run <command>restorecon -R -v /mywebsite</command> as the root user to make the label changes:"
-msgstr ""
+msgstr "Execute <command>restorecon -R -v /mywebsite</command> como usuário root para fazer as alterações na marcação."
#. Tag: screen
#, no-c-format
-msgid "\n"
+msgid ""
+"\n"
"# restorecon -R -v /mywebsite\n"
"restorecon reset /mywebsite context unconfined_u:object_r:default_t:s0->system_u:object_r:httpd_sys_content_t:s0\n"
"restorecon reset /mywebsite/index.html context unconfined_u:object_r:default_t:s0->system_u:object_r:httpd_sys_content_t:s0\n"
-""
msgstr ""
+"\n"
+"# restorecon -R -v /mywebsite\n"
+"restorecon reset /mywebsite context unconfined_u:object_r:default_t:s0->system_u:object_r:httpd_sys_content_t:s0\n"
+"restorecon reset /mywebsite/index.html context unconfined_u:object_r:default_t:s0->system_u:object_r:httpd_sys_content_t:s0\n"
#. Tag: para
#, no-c-format
@@ -775,11 +871,14 @@
#. Tag: screen
#, no-c-format
-msgid "\n"
+msgid ""
+"\n"
"#DocumentRoot "/var/www/html"\n"
"DocumentRoot "/mywebsite"\n"
-""
msgstr ""
+"\n"
+"#DocumentRoot "/var/www/html"\n"
+"DocumentRoot "/mywebsite"\n"
#. Tag: para
#, no-c-format
@@ -789,19 +888,21 @@
#. Tag: para
#, no-c-format
msgid "Use a web browser to navigate to <computeroutput>http://localhost/index.html</computeroutput>. The following is displayed:"
-msgstr ""
+msgstr "Utilize o web browser para navegar em <computeroutput>http://localhost/index.html</computeroutput>. É exibido o seguinte:"
#. Tag: screen
#, no-c-format
-msgid "\n"
+msgid ""
+"\n"
"index.html from /mywebsite/\n"
-""
msgstr ""
+"\n"
+"index.html from /mywebsite/\n"
#. Tag: title
#, no-c-format
msgid "Sharing NFS and CIFS file systems"
-msgstr ""
+msgstr "Compatilhando sistema de arquivos NFS e CIFS"
#. Tag: para
#, no-c-format
@@ -820,10 +921,12 @@
#. Tag: screen
#, no-c-format
-msgid "\n"
+msgid ""
+"\n"
"setsebool -P httpd_use_nfs on\n"
-""
msgstr ""
+"\n"
+"setsebool -P httpd_use_nfs on\n"
#. Tag: para
#, no-c-format
@@ -832,15 +935,17 @@
#. Tag: screen
#, no-c-format
-msgid "\n"
+msgid ""
+"\n"
"setsebool -P httpd_use_cifs on\n"
-""
msgstr ""
+"\n"
+"setsebool -P httpd_use_cifs on\n"
#. Tag: title
#, no-c-format
msgid "Sharing files between services"
-msgstr ""
+msgstr "Compartilhando arquivos entre serviços"
#. Tag: para
#, no-c-format
@@ -850,36 +955,45 @@
#. Tag: para
#, no-c-format
msgid "The following example creates a directory and files, and allows that directory and files to be shared (read only) through the Apache HTTP Server, FTP, rsync, and Samba:"
-msgstr ""
+msgstr "O exemplo a seguir cria um diretório e arquivos, e permite esse diretório e arquivos serem compatilhados (somente leitura), através do servidor HTTP Apache, FTP, rsync e Samba:"
#. Tag: para
#, no-c-format
msgid "Run <command>mkdir /shares</command> as the root user to create a new top-level directory to share files between multiple services."
-msgstr ""
+msgstr "Execute <command>mkdir /shares</command> como usuário root para criar um novo diretório para compartilhar arquivos entre multiplos servidores no nivel superior."
#. Tag: screen
#, no-c-format
-msgid "\n"
+msgid ""
+"\n"
"$ ls -dZ /shares\n"
"drwxr-xr-x root root unconfined_u:object_r:default_t:s0 /shares\n"
-""
msgstr ""
+"\n"
+"$ ls -dZ /shares\n"
+"drwxr-xr-x root root unconfined_u:object_r:default_t:s0 /shares\n"
#. Tag: para
#, no-c-format
msgid "As the root user, create a <filename>/shares/index.html</filename> file. Copy and paste the following content into <filename>/shares/index.html</filename>:"
-msgstr ""
+msgstr "Como usuário root, crie o <filename>/shares/index.html</filename> arquivo. Copie e cole o seguinte conteúdo em <filename>/shares/index.html</filename>:"
#. Tag: screen
#, no-c-format
-msgid "\n"
+msgid ""
+"\n"
"<html>\n"
"<body>\n"
"<p>Hello</p>\n"
"</body>\n"
"</html>\n"
-""
msgstr ""
+"\n"
+"<html>\n"
+"<body>\n"
+"<p>Hello</p>\n"
+"</body>\n"
+"</html>\n"
#. Tag: para
#, no-c-format
@@ -888,29 +1002,31 @@
#. Tag: screen
#, no-c-format
-msgid "\n"
+msgid ""
+"\n"
"semanage fcontext -a -t public_content_t "/shares(/.*)?"\n"
-""
msgstr ""
+"\n"
+"semanage fcontext -a -t public_content_t "/shares(/.*)?"\n"
#. Tag: para
#, no-c-format
msgid "Run <command>restorecon -R -v /shares/</command> as the root user to apply the label changes:"
-msgstr ""
+msgstr "Execute <command>restorecon -R -v /shares/</command> como usuário root para aplicar as mudanças na marcação:"
#. Tag: screen
#, no-c-format
-msgid "\n"
+msgid ""
+"\n"
"# restorecon -R -v /shares/\n"
"restorecon reset /shares context unconfined_u:object_r:default_t:s0->system_u:object_r:public_content_t:s0\n"
"restorecon reset /shares/index.html context unconfined_u:object_r:default_t:s0->system_u:object_r:public_content_t:s0\n"
-""
msgstr ""
#. Tag: para
#, no-c-format
msgid "To share <filename>/shares/</filename> through Samba:"
-msgstr ""
+msgstr "Para compartilhar <filename>/shares/</filename> através do Samba: "
#. Tag: para
#, no-c-format
@@ -919,18 +1035,23 @@
#. Tag: screen
#, no-c-format
-msgid "\n"
+msgid ""
+"\n"
"$ rpm -q samba samba-common samba-client\n"
"samba-3.5.2-59.fc13.i386\n"
"samba-common-3.5.2-59.fc13.i386\n"
"samba-client-3.5.2-59.fc13.i386\n"
-""
msgstr ""
+"\n"
+"$ rpm -q samba samba-common samba-client\n"
+"samba-3.5.2-59.fc13.i386\n"
+"samba-common-3.5.2-59.fc13.i386\n"
+"samba-client-3.5.2-59.fc13.i386\n"
#. Tag: para
#, no-c-format
msgid "If any of these packages are not installed, install them by running <command>yum install <replaceable>package-name</replaceable></command> as the root user."
-msgstr ""
+msgstr "Se qualquer um desses pacotes, não estiverem instalados, instale-os por executar <command>yum install <replaceable>package-name</replaceable></command> como usuário root."
#. Tag: para
#, no-c-format
@@ -939,14 +1060,20 @@
#. Tag: screen
#, no-c-format
-msgid "\n"
+msgid ""
+"\n"
"[shares]\n"
"comment = Documents for Apache HTTP Server, FTP, rsync, and Samba\n"
"path = /shares\n"
"public = yes\n"
"writeable = no\n"
-""
msgstr ""
+"\n"
+"[shares]\n"
+"comment = Documents for Apache HTTP Server, FTP, rsync, and Samba\n"
+"path = /shares\n"
+"public = yes\n"
+"writeable = no\n"
#. Tag: para
#, no-c-format
@@ -955,13 +1082,18 @@
#. Tag: screen
#, no-c-format
-msgid "\n"
+msgid ""
+"\n"
"# smbpasswd -a testuser\n"
"New SMB password: <replaceable>Enter a password</replaceable>\n"
"Retype new SMB password: <replaceable>Enter the same password again</replaceable>\n"
"Added user testuser.\n"
-""
msgstr ""
+"\n"
+"# smbpasswd -a testuser\n"
+"New SMB password: <replaceable>Enter a password</replaceable>\n"
+"Retype new SMB password: <replaceable>Enter the same password again</replaceable>\n"
+"Added user testuser.\n"
#. Tag: para
#, no-c-format
@@ -971,15 +1103,18 @@
#. Tag: para
#, no-c-format
msgid "Run <command>service smb start</command> as the root user to start the Samba service:"
-msgstr ""
+msgstr "Execute <command>service smb start</command> como usuário root para iniciar o serviço Samba:"
#. Tag: screen
#, no-c-format
-msgid "\n"
+msgid ""
+"\n"
"service smb start\n"
"Starting SMB services: [ OK ]\n"
-""
msgstr ""
+"\n"
+"service smb start\n"
+"Starting SMB services: [ OK ]\n"
#. Tag: para
#, no-c-format
@@ -988,7 +1123,8 @@
#. Tag: screen
#, no-c-format
-msgid "\n"
+msgid ""
+"\n"
"$ smbclient -U <replaceable>username</replaceable> -L localhost\n"
"Enter <replaceable>username</replaceable>'s password:\n"
"Domain=[<replaceable>HOSTNAME</replaceable>] OS=[Unix] Server=[Samba 3.5.2-59.fc13]\n"
@@ -1005,13 +1141,29 @@
"\n"
"Workgroup Master\n"
"--------- -------\n"
-""
msgstr ""
+"\n"
+"$ smbclient -U <replaceable>username</replaceable> -L localhost\n"
+"Enter <replaceable>username</replaceable>'s password:\n"
+"Domain=[<replaceable>HOSTNAME</replaceable>] OS=[Unix] Server=[Samba 3.5.2-59.fc13]\n"
+"\n"
+"Sharename Type Comment\n"
+"--------- ---- -------\n"
+"shares Disk Documents for Apache HTTP Server, FTP, rsync, and Samba\n"
+"IPC$ IPC IPC Service (Samba Server Version 3.5.2-59)\n"
+"<replaceable>username</replaceable> Disk Home Directories\n"
+"Domain=[<replaceable>HOSTNAME</replaceable>] OS=[Unix] Server=[Samba 3.5.2-59.fc13]\n"
+"\n"
+"Server Comment\n"
+"--------- -------\n"
+"\n"
+"Workgroup Master\n"
+"--------- -------\n"
#. Tag: para
#, no-c-format
msgid "Run <command>mkdir /test/</command> as the root user to create a new directory. This directory will be used to mount the <computeroutput>shares</computeroutput> Samba share."
-msgstr ""
+msgstr "Execute <command>mkdir /test/</command> como usuário para criar um novo diretório. Este diretório será usado para montar o <computeroutput>shares</computeroutput> compartilhamento Samba."
#. Tag: para
#, no-c-format
@@ -1020,55 +1172,67 @@
#. Tag: screen
#, no-c-format
-msgid "\n"
+msgid ""
+"\n"
"mount //localhost/shares /test/ -o user=<replaceable>username</replaceable>\n"
-""
msgstr ""
+"\n"
+"mount //localhost/shares /test/ -o user=<replaceable>username</replaceable>\n"
#. Tag: para
#, no-c-format
msgid "Enter the password for <replaceable>username</replaceable>, which was configured in step 3."
-msgstr ""
+msgstr "Digite a senha para <replaceable>username</replaceable>, que foi configurada no passo 3."
#. Tag: para
#, no-c-format
msgid "Run <command>cat /test/index.html</command> to view the file, which is being shared through Samba:"
-msgstr ""
+msgstr "Execute <command>cat /test/index.html</command> para visualizar o arquivo, que esta sendo compartilhado pelo Samba:"
#. Tag: screen
#, no-c-format
-msgid "\n"
+msgid ""
+"\n"
"$ cat /test/index.html\n"
"<html>\n"
"<body>\n"
"<p>Hello</p>\n"
"</body>\n"
"</html>\n"
-""
msgstr ""
+"\n"
+"$ cat /test/index.html\n"
+"<html>\n"
+"<body>\n"
+"<p>Hello</p>\n"
+"</body>\n"
+"</html>\n"
#. Tag: para
#, no-c-format
msgid "To share <filename>/shares/</filename> through the Apache HTTP Server:"
-msgstr ""
+msgstr "Para compartilhar <filename>/shares/</filename> através do servidor Apache."
#. Tag: para
#, no-c-format
msgid "Run <command>rpm -q httpd</command> to confirm the <package>httpd</package> package is installed (version number may differ):"
-msgstr ""
+msgstr "Execute <command>rpm -q httpd</command> para confirmar que <package>httpd</package> pacote esta instalado (o número de versão pode ser diferente):"
#. Tag: screen
#, no-c-format
-msgid "\n"
+msgid ""
+"\n"
"$ rpm -q httpd\n"
"httpd-2.2.11-6.i386\n"
-""
msgstr ""
+"\n"
+"$ rpm -q httpd\n"
+"httpd-2.2.11-6.i386\n"
#. Tag: para
#, no-c-format
msgid "If this package is not installed, run <command>yum install httpd</command> as the root user to install it."
-msgstr ""
+msgstr "Se este pacote não estiver instalado, execute <command>yum install httpd</command> como usuário root para instalá-lo."
#. Tag: para
#, no-c-format
@@ -1077,28 +1241,33 @@
#. Tag: screen
#, no-c-format
-msgid "\n"
+msgid ""
+"\n"
"ln -s /shares/ shares\n"
-""
msgstr ""
+"\n"
+"ln -s /shares/ shares\n"
#. Tag: para
#, no-c-format
msgid "Run <command>service httpd start</command> as the root user to start the Apache HTTP Server:"
-msgstr ""
+msgstr "Execute <command>service httpd start</command> como usuário root para inicar o servidor HTTP Apache"
#. Tag: screen
#, no-c-format
-msgid "\n"
+msgid ""
+"\n"
"service httpd start\n"
"Starting httpd: [ OK ]\n"
-""
msgstr ""
+"\n"
+"service httpd start\n"
+"Starting httpd: [ OK ]\n"
#. Tag: para
#, no-c-format
msgid "Use a web browser to navigate to <computeroutput>http://localhost/shares</computeroutput>. The <filename>/shares/index.html</filename> file is displayed."
-msgstr ""
+msgstr "Use o web browser para acessar o <computeroutput>http://localhost/shares</computeroutput>. O <filename>/shares/index.html</filename> arquivo é exibido."
#. Tag: para
#, no-c-format
@@ -1108,23 +1277,29 @@
#. Tag: para
#, no-c-format
msgid "Run <command>rm -i /shares/index.html</command> as the root user to remove the <filename>index.html</filename> file."
-msgstr ""
+msgstr "Execute <command>rm -i /shares/index.html</command> como usuário root para remover o <filename>index.html</filename> arquivo."
#. Tag: para
#, no-c-format
msgid "Run <command>touch /shares/file{1,2,3}</command> as the root user to create three files in <filename>/shares/</filename>:"
-msgstr ""
+msgstr "Execute <command>touch /shares/file{1,2,3}</command> como usuário root para criar 3 arquivos em <filename>/shares/</filename>:"
#. Tag: screen
#, no-c-format
-msgid "\n"
+msgid ""
+"\n"
"# touch /shares/file{1,2,3}\n"
"# ls -Z /shares/\n"
"-rw-r--r-- root root system_u:object_r:public_content_t:s0 file1\n"
"-rw-r--r-- root root unconfined_u:object_r:public_content_t:s0 file2\n"
"-rw-r--r-- root root unconfined_u:object_r:public_content_t:s0 file3\n"
-""
msgstr ""
+"\n"
+"# touch /shares/file{1,2,3}\n"
+"# ls -Z /shares/\n"
+"-rw-r--r-- root root system_u:object_r:public_content_t:s0 file1\n"
+"-rw-r--r-- root root unconfined_u:object_r:public_content_t:s0 file2\n"
+"-rw-r--r-- root root unconfined_u:object_r:public_content_t:s0 file3\n"
#. Tag: para
#, no-c-format
@@ -1134,12 +1309,12 @@
#. Tag: para
#, no-c-format
msgid "Use a web browser to navigate to <computeroutput>http://localhost/shares</computeroutput>. A directory listing is displayed:"
-msgstr ""
+msgstr "Use o web browser para acessar o <computeroutput>http://localhost/shares</computeroutput>. A listagem do diretório é exibida:"
#. Tag: title
#, no-c-format
msgid "Changing port numbers"
-msgstr ""
+msgstr "Alterar os números de porta:"
#. Tag: para
#, no-c-format
@@ -1154,7 +1329,7 @@
#. Tag: para
#, no-c-format
msgid "To configure <systemitem class=\"daemon\">httpd</systemitem> to run on a port other than TCP ports 80, 443, 488, 8008, 8009, or 8443:"
-msgstr ""
+msgstr "Para configurar o <systemitem class=\"daemon\">httpd</systemitem> para executar em outra porta diferente de portas TCP 80, 443, 488, 8008, 8009, or 8443: "
#. Tag: para
#, no-c-format
@@ -1163,35 +1338,47 @@
#. Tag: screen
#, no-c-format
-msgid "\n"
+msgid ""
+"\n"
"# Change this to Listen on specific IP addresses as shown below to \n"
"# prevent Apache from glomming onto all bound IP addresses (0.0.0.0)\n"
"#\n"
"#Listen 12.34.56.78:80\n"
"Listen 10.0.0.1:12345\n"
-""
msgstr ""
+"\n"
+"# Change this to Listen on specific IP addresses as shown below to \n"
+"# prevent Apache from glomming onto all bound IP addresses (0.0.0.0)\n"
+"#\n"
+"#Listen 12.34.56.78:80\n"
+"Listen 10.0.0.1:12345\n"
#. Tag: para
#, no-c-format
msgid "Run <command>semanage port -a -t http_port_t -p tcp 12345</command> as the root user to add the port to SELinux policy configuration."
-msgstr ""
+msgstr "Execute <command>semanage port -a -t http_port_t -p tcp 12345</command> como usuário root para adicionar a porta na politica de configuração do SELinux."
#. Tag: para
#, no-c-format
msgid "Run <command>semanage port -l | grep -w http_port_t</command> as the root user to confirm the port is added:"
-msgstr ""
+msgstr "Execute <command>semanage port -l | grep -w http_port_t</command> como usuário root para confirmar que a porta esta adicionada:"
#. Tag: screen
#, no-c-format
-msgid "\n"
+msgid ""
+"\n"
"# semanage port -l | grep -w http_port_t\n"
"http_port_t tcp 12345, 80, 443, 488, 8008, 8009, 8443\n"
-""
msgstr ""
+"\n"
+"# semanage port -l | grep -w http_port_t\n"
+"http_port_t tcp 12345, 80, 443, 488, 8008, 8009, 8443\n"
#. Tag: para
#, no-c-format
msgid "If you no longer run <systemitem class=\"daemon\">httpd</systemitem> on port 12345, run <command>semanage port -d -t http_port_t -p tcp 12345</command> as the root user to remove the port from policy configuration."
msgstr ""
+" Se você não executar <systemitem class=\"daemon\">httpd</systemitem> na porta 12345, execute "
+"<command>semanage port -d -t http_port_t -p tcp 12345</command> como usuário root para remover a porta da politica de configuração."
+
11 years, 9 months
r269 - community/f13/es-ES
by Transifex System User
Author: transif
Date: 2010-08-01 21:04:47 +0000 (Sun, 01 Aug 2010)
New Revision: 269
Modified:
community/f13/es-ES/Squid.po
Log:
l10n: Updates to Spanish (Castilian) (es) translation
Transmitted-via: Transifex (translate.fedoraproject.org)
Modified: community/f13/es-ES/Squid.po
===================================================================
--- community/f13/es-ES/Squid.po 2010-08-01 20:33:28 UTC (rev 268)
+++ community/f13/es-ES/Squid.po 2010-08-01 21:04:47 UTC (rev 269)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: 0\n"
"POT-Creation-Date: 2010-05-13T23:05:31\n"
-"PO-Revision-Date: 2010-07-29 16:11-0300\n"
+"PO-Revision-Date: 2010-08-01 16:06-0300\n"
"Last-Translator: Claudio Rodrigo Pereyra Diaz <claudio(a)pereyradiaz.com.ar>\n"
"Language-Team: None\n"
"MIME-Version: 1.0\n"
@@ -16,22 +16,22 @@
#. Tag: title
#, no-c-format
msgid "Squid Caching Proxy"
-msgstr ""
+msgstr "Squid Caching Proxy"
#. Tag: para
#, no-c-format
msgid "From the <ulink url=\"http://www.squid-cache.org/\">Squid Caching Proxy</ulink> project page:"
-msgstr ""
+msgstr "Fuente página del proyecto <ulink url=\"http://www.squid-cache.org/\">Squid Caching Proxy</ulink>:"
#. Tag: para
#, no-c-format
msgid ""Squid is a caching proxy for the Web supporting HTTP, HTTPS, FTP, and more. It reduces bandwidth and improves response times by caching and reusing frequently-requested web pages. Squid has extensive access controls and makes a great server accelerator.""
-msgstr ""
+msgstr ""Squid is a caching proxy for the Web supporting HTTP, HTTPS, FTP, and more. It reduces bandwidth and improves response times by caching and reusing frequently-requested web pages. Squid has extensive access controls and makes a great server accelerator.""
#. Tag: para
#, no-c-format
msgid "In Fedora, the <package>squid</package> package provides the Squid Caching Proxy. Run <command>rpm -q squid</command> to see if the <package>squid</package> package is installed. If it is not installed and you want to use squid, run the following command as the root user to install it:"
-msgstr ""
+msgstr "En Fedora, el paquete <package>squid</package> provee Squid Caching Proxy. Ejecute <command>rpm -q squid</command> para ver si el paquete <package>squid</package> está instalado. Si no esta instalado, ejecute el siguiente comando como usuario root para instarlo:"
#. Tag: screen
#, no-c-format
@@ -45,7 +45,7 @@
#. Tag: title
#, no-c-format
msgid "Squid Caching Proxy and SELinux"
-msgstr ""
+msgstr "Squid Caching Proxy y SELinux"
#. Tag: para
#, no-c-format
@@ -108,6 +108,16 @@
"unconfined_u:system_r:squid_t:s0 2530 ? 00:00:00 ncsa_auth\n"
"unconfined_u:system_r:squid_t:s0 2531 ? 00:00:00 unlinkd\n"
msgstr ""
+"\n"
+"$ ps -eZ | grep squid\n"
+"unconfined_u:system_r:squid_t:s0 2522 ? 00:00:00 squid\n"
+"unconfined_u:system_r:squid_t:s0 2524 ? 00:00:00 squid\n"
+"unconfined_u:system_r:squid_t:s0 2526 ? 00:00:00 ncsa_auth\n"
+"unconfined_u:system_r:squid_t:s0 2527 ? 00:00:00 ncsa_auth\n"
+"unconfined_u:system_r:squid_t:s0 2528 ? 00:00:00 ncsa_auth\n"
+"unconfined_u:system_r:squid_t:s0 2529 ? 00:00:00 ncsa_auth\n"
+"unconfined_u:system_r:squid_t:s0 2530 ? 00:00:00 ncsa_auth\n"
+"unconfined_u:system_r:squid_t:s0 2531 ? 00:00:00 unlinkd\n"
#. Tag: para
#, no-c-format
@@ -117,7 +127,7 @@
#. Tag: para
#, no-c-format
msgid "SELinux policy defines how processes running in confined domains, such as squid_t, interact with files, other processes, and the system in general. Files must be labeled correctly to allow squid access to them."
-msgstr ""
+msgstr "La política SELinux define que procesos se ejecutan en dominios confinados, como por ejemplo squid_t, interactua con archivos, otros procesos y el sistema en general. Los archivos deben ser etiquetados correctamente para permitir a squid el acceso a ellos."
#. Tag: para
#, no-c-format
@@ -127,7 +137,7 @@
#. Tag: para
#, no-c-format
msgid "Run <command>service squid status</command> to confirm <systemitem class=\"daemon\">squid</systemitem> is not running:"
-msgstr ""
+msgstr "Ejecute <command>service squid status</command> para confirmar que <systemitem class=\"daemon\">squid</systemitem> no se esta ejecutando:"
#. Tag: screen
#, no-c-format
@@ -136,11 +146,14 @@
"# service squid status\n"
"squid is stopped\n"
msgstr ""
+"\n"
+"# service squid status\n"
+"squid está parado\n"
#. Tag: para
#, no-c-format
msgid "If the output differs, run <command>service squid stop</command> to stop the process:"
-msgstr ""
+msgstr "Si la salida es diferente, ejecute <command>service squid stop</command> para detener el proceso:"
#. Tag: screen
#, no-c-format
@@ -156,7 +169,7 @@
#. Tag: para
#, no-c-format
msgid "Run <command>semanage port -l | grep -w squid_port_t</command> to view the ports SELinux allows <systemitem class=\"daemon\">squid</systemitem> to listen on:"
-msgstr ""
+msgstr "Ejecute <command>semanage port -l | grep -w squid_port_t</command> para ver los puertos que SELinux permite a <systemitem class=\"daemon\">squid</systemitem> escuchar:"
#. Tag: screen
#, no-c-format
@@ -167,11 +180,16 @@
"squid_port_t udp 3401, 4827\n"
"\n"
msgstr ""
+"\n"
+"semanage port -l | grep -w -i squid_port_t\n"
+"squid_port_t tcp 3128, 3401, 4827\n"
+"squid_port_t udp 3401, 4827\n"
+"\n"
#. Tag: para
#, no-c-format
msgid "Edit <filename>/etc/squid/squid.conf</filename> as the root user. Configure the <option>http_port</option> option so it lists a port that is not configured in SELinux policy configuration for <systemitem class=\"daemon\">squid</systemitem>. In this example, <systemitem class=\"daemon\">squid</systemitem> is configured to listen on port 10000:"
-msgstr ""
+msgstr "Edite el archivo <filename>/etc/squid/squid.conf</filename> como usuario root. Configure la opción <option>http_port</option> para que liste un puerto que no esté configurado en la política de SELinux para la configuración de <systemitem class=\"daemon\">squid</systemitem>. En este ejemplo , <systemitem class=\"daemon\">squid</systemitem> es configurado para escuchar en el puerto 10000:"
#. Tag: screen
#, no-c-format
@@ -180,11 +198,14 @@
"# Squid normally listens to port 3128\n"
"http_port 10000\n"
msgstr ""
+"\n"
+"# Squid normally listens to port 3128\n"
+"http_port 10000\n"
#. Tag: para
#, no-c-format
msgid "Run <command>service squid start</command> to start <systemitem class=\"daemon\">squid</systemitem>:"
-msgstr ""
+msgstr "Ejecute <command>service squid start</command> para iniciar <systemitem class=\"daemon\">squid</systemitem>:"
#. Tag: screen
#, no-c-format
@@ -193,6 +214,9 @@
"# service squid start\n"
"Starting squid: .................... [FAILED]\n"
msgstr ""
+"\n"
+"# service squid start\n"
+"Inciando squid: .................... [FALLÓ]\n"
#. Tag: para
#, no-c-format
@@ -200,7 +224,7 @@
msgstr "También, la siguiente negación SELinux es registrada en <filename>/var/log/messages</filename>:"
#. Tag: screen
-#, no-c-format
+#, fuzzy, no-c-format
msgid ""
"\n"
"localhost setroubleshoot: SELinux is preventing the squid (squid_t) from binding to port 1000. For complete SELinux messages. run sealert -l 97136444-4497-4fff-a7a7-c4d8442db982\n"
@@ -209,7 +233,7 @@
#. Tag: para
#, no-c-format
msgid "For SELinux to allow <systemitem class=\"daemon\">squid</systemitem> to listen on port 10000, as used in this example, the following command is required:"
-msgstr ""
+msgstr "Para que SELinux permita a <systemitem class=\"daemon\">squid</systemitem> escuchar el puerto 10000, que es usado en este ejemplo, es requerido el siguiente comando:"
#. Tag: screen
#, no-c-format
@@ -217,11 +241,13 @@
"\n"
"# semanage port -a -t squid_port_t -p tcp 10000\n"
msgstr ""
+"\n"
+"# semanage port -a -t squid_port_t -p tcp 10000\n"
#. Tag: para
#, no-c-format
msgid "Run <command>service squid start</command> again to start <systemitem class=\"daemon\">squid</systemitem> and have it listen on the new port:"
-msgstr ""
+msgstr "Ejecute <command>service squid start</command> nuevamente para iniciar <systemitem class=\"daemon\">squid</systemitem> y tener a este escuchando en el nuevo puerto:"
#. Tag: screen
#, no-c-format
@@ -362,7 +388,7 @@
#. Tag: title
#, no-c-format
msgid "Squid Connecting to Non-Standard Ports"
-msgstr ""
+msgstr "Squid Conectando a puertos no estándar"
#. Tag: para
#, no-c-format
11 years, 9 months
r268 - community/f13/es-ES
by Transifex System User
Author: transif
Date: 2010-08-01 20:33:28 +0000 (Sun, 01 Aug 2010)
New Revision: 268
Modified:
community/f13/es-ES/Postfix.po
Log:
l10n: Updates to Spanish (Castilian) (es) translation
Transmitted-via: Transifex (translate.fedoraproject.org)
Modified: community/f13/es-ES/Postfix.po
===================================================================
--- community/f13/es-ES/Postfix.po 2010-08-01 19:19:48 UTC (rev 267)
+++ community/f13/es-ES/Postfix.po 2010-08-01 20:33:28 UTC (rev 268)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: 0\n"
"POT-Creation-Date: 2010-05-13T23:05:31\n"
-"PO-Revision-Date: 2010-07-29 16:24-0300\n"
+"PO-Revision-Date: 2010-08-01 14:47-0300\n"
"Last-Translator: Claudio Rodrigo Pereyra Diaz <claudio(a)pereyradiaz.com.ar>\n"
"Language-Team: None\n"
"MIME-Version: 1.0\n"
@@ -26,7 +26,7 @@
#. Tag: para
#, no-c-format
msgid ""What is Postfix? It is Wietse Venema's mailer that started life at IBM research as an alternative to the widely-used Sendmail program. Postfix attempts to be fast, easy to administer, and secure. The outside has a definite Sendmail-ish flavor, but the inside is completely different.""
-msgstr ""
+msgstr ""What is Postfix? It is Wietse Venema's mailer that started life at IBM research as an alternative to the widely-used Sendmail program. Postfix attempts to be fast, easy to administer, and secure. The outside has a definite Sendmail-ish flavor, but the inside is completely different.""
#. Tag: para
#, no-c-format
@@ -50,7 +50,7 @@
#. Tag: para
#, no-c-format
msgid "When Postfix is enabled, it runs confined by default. Confined processes run in their own domains, and are separated from other confined processes. If a confined process is compromised by an attacker, depending on SELinux policy configuration, an attacker's access to resources and the possible damage they can do is limited. The following example demonstrates the Postfix and related processes running in their own domain. This example assumes the <package>postfix</package> package is installed and that the Postfix service has been started:"
-msgstr ""
+msgstr "Cuando Postfix esta habilitado, este se ejecuta confinado por defecto. Los procesos confinados se ejecutan en su propio dominio, y están separados de otros procesos confinados. Si un proceso confinado es comprometido por un atacante, dependiendo de la configuración de políticas de SELinux, los accesos a recursos del atacante y los posibles daños que pueda causar son limitados. El siguiente ejemplo demuestra el procesos Postfix ejecutándose en su propio dominio. Este ejemplo asume que el paquete <package>postfix</package> esta instalado y que el servicio Postfix ha sido iniciado:"
#. Tag: para
#, no-c-format
@@ -112,7 +112,7 @@
#. Tag: para
#, no-c-format
msgid "For example, the SELinux context associated with the Postfix <systemitem class=\"daemon\">master</systemitem> process is <computeroutput>unconfined_u:system_r:postfix_master_t:s0</computeroutput>. The second last part of the context, <computeroutput>postfix_master_t</computeroutput>, is the type for this process. A type defines a domain for processes and a type for files. In this case, the <systemitem class=\"daemon\">master</systemitem> process is running in the <computeroutput>postfix_master_t</computeroutput> domain."
-msgstr ""
+msgstr "El contexto SELinux asociado con el proceso <systemitem class=\"daemon\">master</systemitem> de Postfix es <computeroutput>unconfined_u:system_r:postfix_master_t:s0</computeroutput>. La segunda parte del contexto, <computeroutput>postfix_master_t</computeroutput> es el tipo para este proceso. Un tipo define el dominio para el proceso y el tipo de los archivos. En este caso, el proceso <systemitem class=\"daemon\">master</systemitem> esta ejecutándose en el dominio <computeroutput>postfix_master_t</computeroutput>."
#. Tag: title
#, no-c-format
@@ -127,7 +127,7 @@
#. Tag: para
#, no-c-format
msgid "The following types are used with <computeroutput>Postfix</computeroutput>. Different types all you to configure flexible access:"
-msgstr ""
+msgstr "El siguiente tipo es usado con <computeroutput>Postfix</computeroutput>. Los diferentes tipos le permiten configurar accesos flexibles:"
#. Tag: term
#, no-c-format
@@ -137,7 +137,7 @@
#. Tag: para
#, no-c-format
msgid "This type is used for configuration files for Postfix in <filename>/etc/postfix</filename>."
-msgstr ""
+msgstr "Este tipo es usado para el archivo de configuración Postfix en <filename>/etc/postfix</filename>."
#. Tag: term
#, no-c-format
@@ -147,12 +147,12 @@
#. Tag: para
#, no-c-format
msgid "This type is used for Postfix data files in <filename>/var/lib/postfix</filename>."
-msgstr ""
+msgstr "Este tipo es usado por los archivos de datos Postfix en <filename>/var/lib/postfix</filename>."
#. Tag: para
#, no-c-format
msgid "To see the full list of files and their types for Postfix, run the following command:"
-msgstr ""
+msgstr "Para ver la lista completa de archivos y sus tipos para Postfix, ejecute el siguiente comando:"
#. Tag: screen
#, no-c-format
@@ -181,7 +181,7 @@
#. Tag: para
#, no-c-format
msgid "Having this Boolean enables Postfix to write to the local mail spool on the system. Postfix requires this Boolean to be enabled for normal operation when local spools are used."
-msgstr ""
+msgstr "Teniendo este Booleano habilitado Postfix puede escribir en el spool de mail local del sistema. Postfix requiere este Booleano habilitado para operar normalmente cuando se usan spools locales."
#. Tag: title
#, no-c-format
@@ -196,17 +196,17 @@
#. Tag: para
#, no-c-format
msgid "From the <ulink url=\"http://spamassassin.apache.org/\">SpamAssassin</ulink> project page:"
-msgstr ""
+msgstr "Fuente página del proyecto <ulink url=\"http://spamassassin.apache.org/\">SpamAssassin</ulink>:"
#. Tag: para
#, no-c-format
msgid ""Open Source mail filter, written in Perl, to identify spam using a wide range of heuristic tests on mail headers and body text. Free software.""
-msgstr ""
+msgstr ""Open Source mail filter, written in Perl, to identify spam using a wide range of heuristic tests on mail headers and body text. Free software.""
#. Tag: para
#, no-c-format
msgid "When using Fedora, the <package>spamassassin</package> package provides SpamAssassin. Run <command>rpm -q spamassassin</command> to see if the <package>spamassassin</package> package is installed. If it is not installed, run the following command as the root user to install it:"
-msgstr ""
+msgstr "Cuando usa Fedora, el paquete <package>spamassassin</package> provee SpamAssassin. Ejecute <command>rpm -q spamassassin</command> para ver si el paquete <package>spamassassin</package> está instalado. Si no esta instalado, ejecute el siguiente comando como usuario root para instarlo:"
#. Tag: screen
#, no-c-format
@@ -220,22 +220,22 @@
#. Tag: para
#, no-c-format
msgid "SpamAssassin operates in tandom with a mailer such as Postfix to provide spam-filtering capabilities. In order for SpamAssassin to effectively intercept, analyze and filter mail, it must listen on a network interface. The default port for SpamAssassin is TCP/783, however this can be changed. The following example provides a real-world demonstration of how SELinux complements SpamAssassin by only allowing it access to a certain port by default. This example will then demonstrate how to change the port and have SpamAssassin operate on a non-default port."
-msgstr ""
+msgstr "SpamAssassin funciona en estrechamente con un programa de correo como ser Postfix para proporcionar capacidades de filtrado de spam. Con el fin de que SpamAssassin sea eficiente interceptando, analizando y filtrando el correo, este debe debe escuchar una interfaz de red. El puerto por defecto para SpamAssassin es TCP/783, sin embargo este puede ser cambiado. El siguiente ejemplo proporciona una demostración real de cómo SELinux complementa a SpamAssassin permitiendo sólo el acceso a un determinado puerto de forma predeterminada. Este ejemplo demostrará cómo cambiar el puerto y hacer que SpamAssassin opere en un puerto no predeterminado."
#. Tag: para
#, no-c-format
msgid "Note that this is an example only and demonstrates how SELinux can affect a simple configuration of SpamAssassin. Comprehensive documentation of SpamAssassin is beyond the scope of this document. Refer to the official <ulink url=\"http://spamassassin.apache.org/doc.html\">SpamAssassin documentation</ulink> for further details. This example assumes the <package>spamassassin</package> is installed, that any firewall has been configured to allow access on the ports in use, that the SELinux targeted policy is used, and that SELinux is running in enforcing mode:"
-msgstr ""
+msgstr "Note que este es solo un ejemplo y demostración de como SELinux puede afectar a SpamAssassin. Documentación comprensiva de SpamAssassin esta fuera del alcance de este documento. Diríjase a la <ulink url=\"http://spamassassin.apache.org/doc.html\">documentación de SpamAssassin</ulink> oficial para más detalles. Este ejemplo asume que el paquete <package>spamassassin</package> esta instalado, que cualquier cortafuegos ha sido configurado para permitir el acceso a los puertos en uso, que SELinux usa política por objetivo, y que SELinux se esta ejecutando en modo obediente:"
#. Tag: title
#, no-c-format
msgid "Running SpamAssassin on a non-default port"
-msgstr ""
+msgstr "Ejecutando SpamAssassin en un puerto no predeterminado"
#. Tag: para
#, no-c-format
msgid "Run the <command>semanage</command> command to show the port that SELinux allows <systemitem class=\"daemon\">spamd</systemitem> to listen on by default:"
-msgstr ""
+msgstr "Ejecute el comando <command>semanage</command> para mostrar los puertos que SELinux permite a <systemitem class=\"daemon\">spamd</systemitem> escuchar por defecto:"
#. Tag: screen
#, no-c-format
@@ -251,12 +251,12 @@
#. Tag: para
#, no-c-format
msgid "This output shows that TCP/783 is defined in <computeroutput>spamd_port_t</computeroutput> as the port for SpamAssassin to operate on."
-msgstr ""
+msgstr "Esta salida muestra el TCP/783 definido en <computeroutput>spamd_port_t</computeroutput> como el puerto para que opere SpamAssassin."
#. Tag: para
#, no-c-format
msgid "Edit the <filename>/etc/sysconfig/spamassassin</filename> configuration file and modify it so that it will start SpamAssassin on the example port TCP/10000:"
-msgstr ""
+msgstr "Edite el archivo <filename>/etc/sysconfig/spamassassin</filename> de configuración y modifique este para que SpamAssassin inicie en el puerto ejemplo TCP/10000:"
#. Tag: screen
#, no-c-format
@@ -272,12 +272,12 @@
#. Tag: para
#, no-c-format
msgid "This line now specifies that SpamAssassin will operate on port 10000. The rest of this example will show how to modify SELinux policy to allow this socket to be opened."
-msgstr ""
+msgstr "Esta linea ahora especifica a SpamAssassin que opere en el puerto 10000. El resto de este ejemplo mostrará como modificar la política de SELinux para permitir que este socket este abierto."
#. Tag: para
#, no-c-format
msgid "Start SpamAssassin and an error message similar to the following will appear:"
-msgstr ""
+msgstr "Inicie SpamAssassin y aparecerá un mensaje de error similar al siguiente:"
#. Tag: screen
#, no-c-format
@@ -290,16 +290,23 @@
"spamd: could not create INET socket on 127.0.0.1:10000: Permission denied\n"
" [FAILED]\n"
msgstr ""
+"\n"
+"/etc/init.d/spamassassin start\n"
+"Iniciando spamd: [2203] warn: server socket setup failed, retry 1: spamd: could not create INET socket on 127.0.0.1:10000: Permission denied\n"
+"[2203] warn: server socket setup failed, retry 2: spamd: could not create INET socket on 127.0.0.1:10000: Permission denied\n"
+"[2203] error: spamd: could not create INET socket on 127.0.0.1:10000: Permission denied\n"
+"spamd: could not create INET socket on 127.0.0.1:10000: Permission denied\n"
+" [FAILED]\n"
#. Tag: para
#, no-c-format
msgid "This output means that SELinux has blocked access to this port."
-msgstr ""
+msgstr "Esta salida significa que SELinux ha bloqueado el acceso a este puerto."
#. Tag: para
#, no-c-format
msgid "A denial similar to the following will be logged by SELinux:"
-msgstr ""
+msgstr "Una negación similar a la siguiente será registrada por SELinux:"
#. Tag: screen
#, no-c-format
@@ -313,7 +320,7 @@
#. Tag: para
#, no-c-format
msgid "As the root user, run the <command>semanage</command> command to modify SELinux policy in order to allow SpamAssassin to operate on the example port (TCP/10000):"
-msgstr ""
+msgstr "Como usuario root, ejecute el comando <command>semanage</command> para modificar la política de SELinux a fin de permitir a SpamAssassin operar sobre el puerto (TCP/10000) del ejemplo:"
#. Tag: screen
#, no-c-format
@@ -327,7 +334,7 @@
#. Tag: para
#, no-c-format
msgid "Confirm that SpamAssassin will now start and is operating on TCP port 10000:"
-msgstr ""
+msgstr "Confirme que SpamAssassin ahora inicia y es operativo en el puerto TCP 10000:"
#. Tag: screen
#, no-c-format
@@ -339,9 +346,15 @@
"# netstat -lnp | grep 10000\n"
"tcp 0 0 127.0.0.1:10000 0.0.0.0:* LISTEN 2224/spamd.pid\n"
msgstr ""
+"\n"
+"# /etc/init.d/spamassassin start\n"
+"Iniciando spamd: [ OK ]\n"
+"\n"
+"# netstat -lnp | grep 10000\n"
+"tcp 0 0 127.0.0.1:10000 0.0.0.0:* LISTEN 2224/spamd.pid\n"
#. Tag: para
#, no-c-format
msgid "At this point, <systemitem class=\"daemon\">spamd</systemitem> is properly operating on TCP port 10000 as it has been allowed access to that port by SELinux policy."
-msgstr ""
+msgstr "A este puendo, <systemitem class=\"daemon\">spamd</systemitem> opera apropiadamente en el puerto TPC 10000 tal como se ha permitido el acceso este puerto en política SELinux."
11 years, 9 months
r267 - community/f13/es-ES
by Transifex System User
Author: transif
Date: 2010-08-01 19:19:48 +0000 (Sun, 01 Aug 2010)
New Revision: 267
Modified:
community/f13/es-ES/PostgreSQL.po
Log:
l10n: Updates to Spanish (Castilian) (es) translation
Transmitted-via: Transifex (translate.fedoraproject.org)
Modified: community/f13/es-ES/PostgreSQL.po
===================================================================
--- community/f13/es-ES/PostgreSQL.po 2010-08-01 18:46:36 UTC (rev 266)
+++ community/f13/es-ES/PostgreSQL.po 2010-08-01 19:19:48 UTC (rev 267)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: 0\n"
"POT-Creation-Date: 2010-05-13T23:05:31\n"
-"PO-Revision-Date: 2010-07-29 16:20-0300\n"
+"PO-Revision-Date: 2010-08-01 14:13-0300\n"
"Last-Translator: Claudio Rodrigo Pereyra Diaz <claudio(a)pereyradiaz.com.ar>\n"
"Language-Team: None\n"
"MIME-Version: 1.0\n"
@@ -21,12 +21,12 @@
#. Tag: para
#, no-c-format
msgid "From the <ulink url=\"http://www.postgresql.org/about/\">PostgreSQL</ulink> project page:"
-msgstr ""
+msgstr "Fuente página del proyecto <ulink url=\"http://www.postgresql.org/about/\">PostgreSQL</ulink>:"
#. Tag: para
#, no-c-format
msgid ""PostgreSQL is a powerful, open source object-relational database system. It has more than 15 years of active development and a proven architecture that has earned it a strong reputation for reliability, data integrity, and correctness.""
-msgstr ""
+msgstr ""PostgreSQL is a powerful, open source object-relational database system. It has more than 15 years of active development and a proven architecture that has earned it a strong reputation for reliability, data integrity, and correctness.""
#. Tag: para
#, no-c-format
@@ -50,7 +50,7 @@
#. Tag: para
#, no-c-format
msgid "When PostgreSQL is enabled, it runs confined by default. Confined processes run in their own domains, and are separated from other confined processes. If a confined process is compromised by an attacker, depending on SELinux policy configuration, an attacker's access to resources and the possible damage they can do is limited. The following example demonstrates the PostgreSQL processes running in their own domain. This example assumes the <package>postgresql-server</package> package is installed:"
-msgstr ""
+msgstr "Cuando PostgreSQL esta habilitado, este se ejecuta confinado por defecto. Los procesos confinados se ejecutan en su propio dominio, y están separados de otros procesos confinados. Si un proceso confinado es comprometido por un atacante, dependiendo de la configuración de políticas de SELinux, los accesos a recursos del atacante y los posibles daños que pueda causar son limitados. El siguiente ejemplo demuestra el procesos PostgreSQL ejecutándose en su propio dominio. Este ejemplo asume que el paquete <package>postgresql-server</package> esta instalado:"
#. Tag: para
#, no-c-format
@@ -143,7 +143,7 @@
#. Tag: para
#, no-c-format
msgid "This type is used for several locations. The locations labeled with this type are used for data files for PostgreSQL:"
-msgstr ""
+msgstr "Este tipo es usado para diversas ubicaciones. Las ubicaciones etiquetadas con este tipo son usadas para archivos de datos de PostgreSQL:"
#. Tag: para
#, no-c-format
@@ -173,7 +173,7 @@
#. Tag: para
#, no-c-format
msgid "This type is used for configuration files in <filename>/etc/postgresql</filename>."
-msgstr ""
+msgstr "Este tipo es usado para el archivos de configuración en <filename>/etc/postgresql</filename>."
#. Tag: term
#, no-c-format
@@ -183,7 +183,7 @@
#. Tag: para
#, no-c-format
msgid "This type is used for several locations. The locations labeled with this type are used for binaries for PostgreSQL:"
-msgstr ""
+msgstr "Este tipo es usado para diversas ubicaciones. Las ubicaciones etiquetadas con este tipo son usadas para binarios de PostgreSQL:"
#. Tag: para
#, no-c-format
@@ -213,7 +213,7 @@
#. Tag: para
#, no-c-format
msgid "This type is used for the PostgreSQL initialization file located at <filename>/etc/rc.d/init.d/postgresql</filename>."
-msgstr ""
+msgstr "Este tipo es usado para el archivo de inicialización de PostgreSQL ubicado en <filename>/etc/rc.d/init.d/postgresql</filename>."
#. Tag: term
#, no-c-format
@@ -223,7 +223,7 @@
#. Tag: para
#, no-c-format
msgid "This type is used for several locations. The locations labeled with this type are used for log files:"
-msgstr ""
+msgstr "Este tipo es usado para diversas ubicaciones. Las ubicaciones etiquetadas con este tipo son usadas para archivos de registro:"
#. Tag: para
#, no-c-format
@@ -268,7 +268,7 @@
#. Tag: para
#, no-c-format
msgid "This type is used for run-time files for PostgreSQL, such as the process id (PID) in <filename>/var/run/postgresql</filename>."
-msgstr ""
+msgstr "Este tipo es usado para los archivos en tiempo de ejecución de PostgreSQL, como son el id (PID) de proceso en <filename>/var/run/postgresql</filename>."
#. Tag: title
#, no-c-format
@@ -288,7 +288,7 @@
#. Tag: para
#, no-c-format
msgid "Having this Boolean enabled allows any user domain (as defined by PostgreSQL) to make connections to the database server."
-msgstr ""
+msgstr "Teniendo este Booleano habilitado permite a cualquier usuario del dominio (definido por PostgreSQL) establecer conexiones al servidor de base de datos."
#. Tag: title
#, no-c-format
@@ -303,7 +303,7 @@
#. Tag: para
#, no-c-format
msgid "When using Fedora 12, the default location for PostgreSQL to store its database is <filename>/var/lib/pgsql/data</filename>. This is where SELinux expects it to be by default, and hence this area is already labeled appropriately for you, using the <computeroutput>postgresql_db_t</computeroutput> type."
-msgstr ""
+msgstr "Cuando esta usando Fedora, la ubicación por defecto de PostgreSQL para almacenar sus bases de datos es <filename>/var/lib/pgsql/data</filename>. Aquí es donde SELinux espera que sea por defecto, y por lo tanto, este ámbito ya está debidamente etiquetados para usted usando el tipo <computeroutput>postgresql_db_t</computeroutput>."
#. Tag: para
#, no-c-format
@@ -313,12 +313,12 @@
#. Tag: para
#, no-c-format
msgid "Note that this is an example only and demonstrates how SELinux can affect PostgreSQL. Comprehensive documentation of PostgreSQL is beyond the scope of this document. Refer to the official <ulink url=\"http://www.postgresql.org/docs/\">PostgreSQL documentation</ulink> for further details. This example assumes that the <package>postgresql-server</package> package is installed."
-msgstr ""
+msgstr "Note que este es solo un ejemplo y demostración de como SELinux puede afectar a PostgreSQL. Documentación comprensiva de PostgreSQL esta fuera del alcance de este documento. Diríjase a la <ulink url=\"http://www.postgresql.org/docs/\">documentación de PostgreSQL</ulink> oficial para más detalles."
#. Tag: para
#, no-c-format
msgid "Run <command>ls -lZ /var/lib/pgsql</command> to view the SELinux context of the default database location for <systemitem class=\"daemon\">postgresql</systemitem>:"
-msgstr ""
+msgstr "Ejecute <command>ls -lZ /var/lib/pgsql</command> para ver el contexto SELinux de la ubicación por defecto de la base de datos para <systemitem class=\"daemon\">postgresql</systemitem>:"
#. Tag: screen
#, no-c-format
@@ -339,7 +339,7 @@
#. Tag: para
#, no-c-format
msgid "Create a new directory for the new location of the database(s). In this example, <filename>/opt/postgresql/data</filename> is used. If you use a different location, replace the text in the following steps with your location:"
-msgstr ""
+msgstr "Cree un nuevo directorio para la nueva ubicación de las bases de datos. En este ejemplo, se usa <filename>/opt/postgresql/data</filename>. Si usted usa una ubicación diferente, reemplace el texto en los siguiente pasos con su ubicación:"
#. Tag: screen
#, no-c-format
@@ -353,7 +353,7 @@
#. Tag: para
#, no-c-format
msgid "Perform a directory listing of the new location. Note that the initial context of the new directory is <emphasis>usr_t</emphasis>. This context is not sufficient for SELinux to offer its protection mechanisms to PostgreSQL. Once the context has been changed, it will be able to function properly in the new area."
-msgstr ""
+msgstr "Realice un listado de directorios de la nueva ubicación. Note que el contexto inicial del nuevo directo es <emphasis>usr_t</emphasis>. Este contexto no es suficiente para que SELinux ofrezca sus mecanismos de protección para PostgreSQL. Una vez que el contexto ha cambiado, PostgreSQL será capaz de funcionar adecuadamente en esta área."
#. Tag: screen
#, no-c-format
@@ -369,7 +369,7 @@
#. Tag: para
#, no-c-format
msgid "Change the ownership of the new location to allow access by the postgres user and group. This sets the traditional Unix permissions which SELinux will still observe."
-msgstr ""
+msgstr "Cambie el propietario de esta ubicación para permitir acceso al usuario y grupo postgres. Esto se establece con los permisos tradicionales de Unix que seguirán siendo observados por SELinux."
#. Tag: screen
#, no-c-format
@@ -383,7 +383,7 @@
#. Tag: para
#, no-c-format
msgid "Open the PostgreSQL init file <filename>/etc/rc.d/init.d/postgresql</filename> with a text editor and modify all <computeroutput>PGDATA</computeroutput> and <computeroutput>PGLOG</computeroutput> variables to point to the new location:"
-msgstr ""
+msgstr "Abra el archivo <filename>/etc/rc.d/init.d/postgresql</filename> de inicio de PostgreSQL con un editor de texto y modifique todas las variables <computeroutput>PGDATA</computeroutput> y <computeroutput>PGLOG</computeroutput> para que apunten a la nueva ubicación:"
#. Tag: screen
#, no-c-format
@@ -401,12 +401,12 @@
#. Tag: para
#, no-c-format
msgid "Save this file and exit the text editor."
-msgstr ""
+msgstr "Guarde este archivo y salga del editor de texto."
#. Tag: para
#, no-c-format
msgid "Initialize the database in the new location."
-msgstr ""
+msgstr "Inicializar la base de datos en la nueva ubicación."
#. Tag: screen
#, no-c-format
@@ -420,7 +420,7 @@
#. Tag: para
#, no-c-format
msgid "Run the <command>semanage</command> command to add a context mapping for <filename>/opt/postgresql</filename> and any other directories/files within it:"
-msgstr ""
+msgstr "Ejecute el comando <command>semanage</command> para agregar un mapeo de contexto para <filename>/opt/postgresql</filename> y cualquier otro directorio o archivo contenido en él:"
#. Tag: screen
#, no-c-format
@@ -466,7 +466,7 @@
#. Tag: para
#, no-c-format
msgid "Now that the <filename>/opt/postgresql</filename> location has been labeled with the correct context for PostgreSQL, the <systemitem class=\"daemon\">mysqld</systemitem> service will start successfully:"
-msgstr ""
+msgstr "Ahora que la ubicación <filename>/opt/postgresql</filename> ha sido etiquetada con el contexto correcto para PostgreSQL, el demonio <systemitem class=\"daemon\">postgresql</systemitem> inicia:"
#. Tag: screen
#, no-c-format
@@ -482,7 +482,7 @@
#. Tag: para
#, no-c-format
msgid "Confirm the context is correct for <filename>/opt/postgresql</filename>:"
-msgstr ""
+msgstr "Confirme que el contexto de <filename>/opt/postgresql</filename> ha cambiado:"
#. Tag: screen
#, no-c-format
@@ -498,7 +498,7 @@
#. Tag: para
#, no-c-format
msgid "Check with the <command>ps</command> command that the <systemitem class=\"daemon\">postgresql</systemitem> process displays the new location:"
-msgstr ""
+msgstr "Verifique con el comando <command>ps</command> que el proceso <systemitem class=\"daemon\">postgresql</systemitem> muestra la nueva ubicación:"
#. Tag: screen
#, no-c-format
11 years, 9 months
r266 - community/f13/es-ES
by Transifex System User
Author: transif
Date: 2010-08-01 18:46:36 +0000 (Sun, 01 Aug 2010)
New Revision: 266
Modified:
community/f13/es-ES/Rsync.po
Log:
l10n: Updates to Spanish (Castilian) (es) translation
Transmitted-via: Transifex (translate.fedoraproject.org)
Modified: community/f13/es-ES/Rsync.po
===================================================================
--- community/f13/es-ES/Rsync.po 2010-07-29 21:12:10 UTC (rev 265)
+++ community/f13/es-ES/Rsync.po 2010-08-01 18:46:36 UTC (rev 266)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: 0\n"
"POT-Creation-Date: 2010-05-13T23:05:31\n"
-"PO-Revision-Date: 2010-07-29 16:15-0300\n"
+"PO-Revision-Date: 2010-08-01 15:03-0300\n"
"Last-Translator: Claudio Rodrigo Pereyra Diaz <claudio(a)pereyradiaz.com.ar>\n"
"Language-Team: None\n"
"MIME-Version: 1.0\n"
@@ -21,17 +21,17 @@
#. Tag: para
#, no-c-format
msgid "From the <ulink url=\"http://www.samba.org/rsync/\">Rsync</ulink> project page:"
-msgstr ""
+msgstr "Fuente página del proyecto <ulink url=\"http://www.samba.org/rsync/\">Rsync</ulink>:"
#. Tag: para
#, no-c-format
msgid ""rsync is an open source utility that provides fast incremental file transfer.""
-msgstr ""
+msgstr ""rsync is an open source utility that provides fast incremental file transfer.""
#. Tag: para
#, no-c-format
msgid "When using Fedora, the <package>rsync</package> package provides rsync. Run <command>rpm -q rsync</command> to see if the <package>rsync</package> package is installed. If it is not installed, run the following command as the root user to install it:"
-msgstr ""
+msgstr "Cuando usa Fedora, el paquete <package>rsync</package> provee rsync. Ejecute <command>rpm -q rsync</command> para ver si el paquete <package>rsync</package> está instalado. Si no esta instalado, ejecute el siguiente comando como usuario root para instarlo:"
#. Tag: screen
#, no-c-format
@@ -55,7 +55,7 @@
#. Tag: para
#, no-c-format
msgid "Like most services, correct labeling is required for SELinux to perform its protection mechanisms over <systemitem class=\"daemon\">rsync</systemitem>."
-msgstr ""
+msgstr "Como la mayoría de los servicios, es requerido un correcto etiquetado para que SELinux accione sus mecanismos de protección sobre <systemitem class=\"daemon\">rsync</systemitem>."
#. Tag: title
#, no-c-format
@@ -70,7 +70,7 @@
#. Tag: para
#, no-c-format
msgid "The following types are used with <computeroutput>rsync</computeroutput>. Different types all you to configure flexible access:"
-msgstr ""
+msgstr "LEl siguiente tipo es usado con <computeroutput>rsync</computeroutput>. Los diferentes tipos le permiten configurar accesos flexibles:"
#. Tag: term
#, no-c-format
@@ -90,7 +90,7 @@
#. Tag: para
#, no-c-format
msgid "This type is used for the <filename>/usr/bin/rsync</filename> system binary."
-msgstr ""
+msgstr "Este tipo es usado para los archivos binarios de sistema en <filename>/usr/bin/rsync</filename>."
#. Tag: term
#, no-c-format
@@ -100,7 +100,7 @@
#. Tag: para
#, no-c-format
msgid "This type is used for the <systemitem class=\"daemon\">rsync</systemitem> log file, located at <filename>/var/log/rsync.log</filename> by default. To change the location of the file rsync logs to, use the <filename>--log-file=FILE</filename> option to the <command>rsync</command> command at run-time."
-msgstr ""
+msgstr "Este tipo es usado por archivo de registro de <systemitem class=\"daemon\">rsync</systemitem>, ubicado por defecto en <filename>/var/log/rsync.log</filename>. Para cambiar esta ubicación de los archivos de registro de rsync, use la opción <filename>--log-file=FILE</filename> en el comando <command>rsync</command> al momento de ejecución."
#. Tag: term
#, no-c-format
@@ -110,7 +110,7 @@
#. Tag: para
#, no-c-format
msgid "This type is used for the <systemitem class=\"daemon\">rsyncd</systemitem> lock file, located at <filename>/var/run/rsyncd.lock</filename>. This lock file is used by the <systemitem class=\"daemon\">rsync</systemitem> server to manage connection limits."
-msgstr ""
+msgstr "Este tipo es usado por el archivo de bloqueo de <systemitem class=\"daemon\">rsyncd</systemitem>, ubicado en <filename>/var/run/rsyncd.lock</filename>. Este archivo de bloqueo se usa que el servidor <systemitem class=\"daemon\">rsync</systemitem> administre el limite de conexiones."
#. Tag: title
#, no-c-format
@@ -130,7 +130,7 @@
#. Tag: para
#, no-c-format
msgid "Having this Boolean enabled allows <systemitem class=\"daemon\">rsync</systemitem> in the <emphasis>rsync_t</emphasis> domain to manage files, links and directories that have a type of <emphasis>public_content_rw_t</emphasis>. Often these are public files used for public file transfer services. Files and directories must be labeled <computeroutput>public_content_rw_t</computeroutput>."
-msgstr ""
+msgstr "Teniendo este Booleano habilitado permite a <systemitem class=\"daemon\">rsync</systemitem> administrar en el dominio <emphasis>rsync_t</emphasis> archivos, enlaces y directorios que tengan el tipo <emphasis>public_content_rw_t</emphasis>. A menudo estos son archivos públicos usados para los servicios de transferencia de archivos públicos. Los archivos y directorios deben estar etiquetados con <computeroutput>public_content_rw_t</computeroutput>."
#. Tag: term
#, no-c-format
11 years, 9 months