]> git.ipfire.org Git - oddments/ddns.git/blame - po/pt_BR.po
Update translations
[oddments/ddns.git] / po / pt_BR.po
CommitLineData
ba9a8e95
MT
1# SOME DESCRIPTIVE TITLE.
2# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3# This file is distributed under the same license as the PACKAGE package.
e58822bb 4#
ba9a8e95
MT
5# Translators:
6# André Felipe Morro <andre@andremorro.com>, 2012
4011554b
MT
7# André Felipe Morro <andre@andremorro.com>, 2014
8# Flávio Veras <flaviove@gmail.com>, 2014
e58822bb 9# Leandro Luquetti Basilio da Silva <leandroluquetti@gmail.com>, 2014
ba9a8e95
MT
10msgid ""
11msgstr ""
12"Project-Id-Version: IPFire Project\n"
13"Report-Msgid-Bugs-To: \n"
b3783a55 14"POT-Creation-Date: 2014-08-04 14:54+0000\n"
e58822bb
MT
15"PO-Revision-Date: 2014-08-18 18:27+0000\n"
16"Last-Translator: Leandro Luquetti Basilio da Silva <leandroluquetti@gmail.com>\n"
17"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/ipfire/language/pt_BR/)\n"
ba9a8e95
MT
18"MIME-Version: 1.0\n"
19"Content-Type: text/plain; charset=UTF-8\n"
20"Content-Transfer-Encoding: 8bit\n"
e58822bb 21"Language: pt_BR\n"
ba9a8e95
MT
22"Plural-Forms: nplurals=2; plural=(n > 1);\n"
23
b3783a55 24#: ../src/ddns/__init__.py:62
4011554b
MT
25msgid "Debugging mode enabled"
26msgstr "Modo de depuração habilitado"
27
b3783a55 28#: ../src/ddns/__init__.py:86
4011554b
MT
29#, python-format
30msgid "Loading configuration file %s"
31msgstr "Carregando arquivo de configuração %s"
32
b3783a55 33#: ../src/ddns/__init__.py:146
ba9a8e95
MT
34msgid "Found no entries in the configuration file. Exiting."
35msgstr "Não foram encontradas entradas no arquivo de configuração. Saindo."
36
b3783a55 37#: ../src/ddns/__init__.py:157
ba9a8e95
MT
38#, python-format
39msgid "Dynamic DNS update for %(hostname)s (%(provider)s) failed:"
40msgstr "Atualização de DNS Dinâmico para %(hostname)s (%(provider)s) falhou:"
41
b3783a55 42#: ../src/ddns/__init__.py:164
ba9a8e95
MT
43#, python-format
44msgid ""
45"Dynamic DNS update for %(hostname)s (%(provider)s) throwed an unhandled "
46"exception:"
e58822bb 47msgstr "Atualização de DNS Dinâmico para %(hostname)s (%(provider)s) teve uma exceção não tratada:"
4011554b
MT
48
49#: ../src/ddns/errors.py:29
50msgid "Error"
51msgstr "Erro"
52
53#: ../src/ddns/errors.py:39
54msgid "Network error"
e58822bb 55msgstr "Erro de rede"
4011554b
MT
56
57#: ../src/ddns/errors.py:47
58msgid ""
59"The server denied processing the request because account abuse is suspected"
e58822bb 60msgstr "O servidor negou o processamento do pedido, por suspeita de abuso na conta"
4011554b
MT
61
62#: ../src/ddns/errors.py:55
63msgid "Authentication against the server has failed"
64msgstr "Autenticação contra o servidor falhou"
65
66#: ../src/ddns/errors.py:64
67msgid "The server denies any updates from this client"
e58822bb 68msgstr "O servidor nega quaisquer atualizações deste cliente"
4011554b
MT
69
70#: ../src/ddns/errors.py:72
71msgid "The configuration file has errors"
72msgstr "O arquivo de configuração tem erros"
73
74#: ../src/ddns/errors.py:79
75msgid "Connection refused"
76msgstr "Conexão recusada"
77
b3783a55 78#: ../src/ddns/errors.py:86 ../src/ddns/system.py:212
4011554b
MT
79msgid "Connection timeout"
80msgstr "Tempo limite de conexão"
81
82#: ../src/ddns/errors.py:94
83msgid "The host could not be found in the configuration file"
84msgstr "O host não pôde ser encontrado no arquivo de configuração"
85
86#: ../src/ddns/errors.py:102
87msgid "Internal server error"
88msgstr "Erro Interno do Servidor"
89
90#: ../src/ddns/errors.py:109
91msgid "Network unreachable"
92msgstr "Rede inacessível"
93
94#: ../src/ddns/errors.py:117
95msgid "Request error"
96msgstr "Erro de requisição"
97
b3783a55
MT
98#: ../src/ddns/errors.py:125
99msgid "Could not resolve DNS entry"
e58822bb 100msgstr "Não foi possível resolver a entrada DNS"
b3783a55
MT
101
102#: ../src/ddns/errors.py:132
4011554b
MT
103msgid "Service unavailable"
104msgstr "Serviço indisponível"
105
b3783a55 106#: ../src/ddns/errors.py:140
4011554b
MT
107msgid "The update could not be performed"
108msgstr "A atualizalçao não pode ser realizada"
2a0f28fd 109
b3783a55
MT
110#: ../src/ddns/providers.py:71
111msgid "Provider is not properly configured"
e58822bb 112msgstr "Provedor não está configurado corretamente"
b3783a55
MT
113
114#: ../src/ddns/providers.py:128
2a0f28fd
MT
115#, python-format
116msgid "Updating %s forced"
4011554b 117msgstr "Atualição de %s forçada"
2a0f28fd 118
b3783a55 119#: ../src/ddns/providers.py:132
e58822bb 120#, python-format
b3783a55 121msgid "The dynamic host %(hostname)s (%(provider)s) is already up to date"
e58822bb 122msgstr "O hospedeiro dinamico %(hostname)s (%(provider)s) já está atualizado."
b3783a55
MT
123
124#: ../src/ddns/providers.py:139
2a0f28fd 125#, python-format
b3783a55 126msgid "Dynamic DNS update for %(hostname)s (%(provider)s) successful"
e58822bb 127msgstr "Atualização de DNS Dinâmico para %(hostname)s (%(provider)s) bem sucedida"
2a0f28fd 128
b3783a55
MT
129#: ../src/ddns/providers.py:220 ../src/ddns/providers.py:424
130#: ../src/ddns/providers.py:929 ../src/ddns/providers.py:1077
2a0f28fd 131msgid "No valid FQDN was given."
4011554b 132msgstr "Não foi dado um FQDN válido."
2a0f28fd 133
b3783a55
MT
134#: ../src/ddns/providers.py:222
135msgid "Specified host does not exist."
136msgstr "Host especificado não existe."
137
138#: ../src/ddns/providers.py:226
139msgid "DNS error encountered."
140msgstr "Encontrado erro de DNS."
141
142#. If we got here, some other update error happened.
143#: ../src/ddns/providers.py:229
144#, python-format
145msgid "Server response: %s"
146msgstr "Resposta do servidor: %s"
147
148#: ../src/ddns/providers.py:345
149msgid "Scriptlet:"
150msgstr ""
151
152#: ../src/ddns/providers.py:426 ../src/ddns/providers.py:472
2a0f28fd 153msgid "Invalid hostname specified."
4011554b 154msgstr "Hostname especificado inválido."
2a0f28fd 155
b3783a55 156#: ../src/ddns/providers.py:428
2a0f28fd 157msgid "Hostname not marked as a dynamic host."
4011554b 158msgstr "Hostname não marcado como host dinâmico."
2a0f28fd 159
b3783a55
MT
160#: ../src/ddns/providers.py:430 ../src/ddns/providers.py:481
161#: ../src/ddns/providers.py:658
2a0f28fd 162msgid "Invalid IP address has been sent."
4011554b
MT
163msgstr "Endereço IP inválido foi enviado."
164
b3783a55 165#: ../src/ddns/providers.py:469
4011554b 166msgid "No hostname specified."
e58822bb 167msgstr "Nenhum hostname foi espacificado."
4011554b 168
b3783a55 169#: ../src/ddns/providers.py:478
4011554b
MT
170msgid "Account has been disabled."
171msgstr "A conta foi desabilitada."
172
b3783a55 173#: ../src/ddns/providers.py:484
4011554b 174msgid "Too many failed requests."
e58822bb 175msgstr "Muitas requisições falhas."
4011554b 176
b3783a55 177#: ../src/ddns/providers.py:575 ../src/ddns/providers.py:746
4011554b
MT
178msgid "Domain not found."
179msgstr "Domínio não encontrado."
180
b3783a55 181#: ../src/ddns/providers.py:609
b3783a55 182msgid "An invalid IP address was submitted"
e58822bb 183msgstr "Um endereço IP inválido foi submetido"
b3783a55
MT
184
185#: ../src/ddns/providers.py:748
4011554b
MT
186msgid "Domain not active."
187msgstr "Domínio não está ativo."
188
b3783a55 189#: ../src/ddns/providers.py:809
b3783a55 190msgid "Invalid protocol has been given"
e58822bb 191msgstr "Um protocolo Inválido foi dado"
b3783a55
MT
192
193#: ../src/ddns/providers.py:903
4011554b 194msgid "No Auth details specified."
e58822bb 195msgstr "Nenhum detalhe de autenticação especificado."
4011554b 196
b3783a55 197#: ../src/ddns/providers.py:925
4011554b 198msgid "Invalid IPv4 address has been sent."
e58822bb 199msgstr "Endereço IPv4 enviado é inválido."
4011554b 200
b3783a55 201#: ../src/ddns/providers.py:927
4011554b 202msgid "Invalid IPv6 address has been sent."
e58822bb 203msgstr "Endereço IPv6 enviado é inválido."
4011554b 204
b3783a55 205#: ../src/ddns/system.py:55
4011554b
MT
206#, python-format
207msgid "Running on distribution: %s"
e58822bb 208msgstr "Rodando na distribuição: %s"
4011554b 209
b3783a55 210#: ../src/ddns/system.py:153
ba9a8e95
MT
211msgid "Request header:"
212msgstr "Header solicitada:"
213
214#. Log response header.
b3783a55 215#: ../src/ddns/system.py:161 ../src/ddns/system.py:170
4011554b
MT
216#, python-format
217msgid "Response header (Status Code %s):"
218msgstr "Cabeçalho de resposta (código de status %s):"