Mercurial > gftp.yaz
annotate po/pt.po @ 305:6d180e6a8ba5
2003-11-3 Brian Masney <masneyb@gftp.org>
* lib/gftp.h src/gtk/transfer.c src/gtk/delete_dialog.c - removed
transfer_direction variable from gftp_transfer structure. Cleaned
up the code that did checks based on the value of this variable.
* lib/rfc959.c (rfc959_syst) - added a check for Novell FTP servers
* src/gtk/transfer.c (add_file_transfer) - check the value of the option
one_transfer and if that is disabled, do not append the file transfers.
(transfer_done) - refresh the destination window correctly after a
transfer is completed.
author | masneyb |
---|---|
date | Tue, 04 Nov 2003 02:53:17 +0000 |
parents | caa73047ff5e |
children | 97eabcff39a3 |
rev | line source |
---|---|
120 | 1 # gftp Portuguese translation. |
2 # Copyright (C) 2003 gftp | |
3 # This file is distributed under the same license as the gftp package. | |
4 # Duarte Loreto <happyguy_pt@hotmail.com>, 2003. | |
5 # | |
6 msgid "" | |
7 msgstr "" | |
165
e2d4dd07fadd
2003-05-24 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
155
diff
changeset
|
8 "Project-Id-Version: 2.4\n" |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
9 "Report-Msgid-Bugs-To: Duarte Loreto <happyguy_pt@hotmail.com>\n" |
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
10 "POT-Creation-Date: 2003-09-09 11:55+0100\n" |
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
11 "PO-Revision-Date: 2003-09-09 11:57+0000\n" |
120 | 12 "Last-Translator: Duarte Loreto <happyguy_pt@hotmail.com>\n" |
13 "Language-Team: Portuguese <gnome_pt@yahoogroups.com>\n" | |
14 "MIME-Version: 1.0\n" | |
15 "Content-Type: text/plain; charset=UTF-8\n" | |
16 "Content-Transfer-Encoding: 8bit\n" | |
17 | |
18 #: lib/bookmark.c:38 | |
19 #, c-format | |
20 msgid "Invalid URL %s\n" | |
21 msgstr "URL %s inválido\n" | |
22 | |
231 | 23 #: lib/cache.c:50 lib/cache.c:64 lib/cache.c:77 |
120 | 24 #, c-format |
25 msgid "Error: Invalid line %s in cache index file\n" | |
26 msgstr "Erro: Linha %s inválida no ficheiro de índice de cache\n" | |
27 | |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
28 #: lib/cache.c:136 lib/local.c:542 |
120 | 29 #, c-format |
30 msgid "Error: Could not make directory %s: %s\n" | |
31 msgstr "Erro: Incapaz de criar directório %s: %s\n" | |
32 | |
231 | 33 #: lib/cache.c:160 |
120 | 34 #, c-format |
35 msgid "Error: Cannot create temporary file: %s\n" | |
36 msgstr "Erro: Incapaz de criar ficheiro temporário: %s\n" | |
37 | |
231 | 38 #: lib/cache.c:182 lib/cache.c:231 lib/local.c:98 lib/local.c:213 |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
39 #: lib/misc.c:292 lib/misc.c:298 lib/rfc2068.c:263 lib/sshv2.c:997 |
120 | 40 #, c-format |
41 msgid "Error closing file descriptor: %s\n" | |
42 msgstr "Erro ao fechar descritor de ficheiro: %s\n" | |
43 | |
231 | 44 #: lib/cache.c:249 lib/local.c:132 lib/local.c:141 lib/local.c:188 |
120 | 45 #, c-format |
46 msgid "Error: Cannot seek on file %s: %s\n" | |
47 msgstr "Erro: Incapaz de procurar no ficheiro %s: %s\n" | |
48 | |
231 | 49 #: lib/config_file.c:120 lib/config_file.c:672 |
120 | 50 #, c-format |
51 msgid "gFTP Error: Bad bookmarks file name %s\n" | |
52 msgstr "Erro gFTP: Nome de ficheiro de marcadores inválido %s\n" | |
53 | |
231 | 54 #: lib/config_file.c:129 |
120 | 55 #, c-format |
56 msgid "Warning: Cannot find master bookmark file %s\n" | |
57 msgstr "Aviso: Incapaz de encontrar ficheiro de marcadores principal %s\n" | |
58 | |
231 | 59 #: lib/config_file.c:140 lib/config_file.c:678 |
120 | 60 #, c-format |
61 msgid "gFTP Error: Cannot open bookmarks file %s: %s\n" | |
62 msgstr "Erro gFTP: Incapaz de abrir ficheiro de marcadores %s: %s\n" | |
63 | |
231 | 64 #: lib/config_file.c:229 lib/config_file.c:251 |
120 | 65 #, c-format |
66 msgid "gFTP Warning: Skipping line %d in bookmarks file: %s\n" | |
67 msgstr "Aviso gFTP: A ignorar linha %d no ficheiro de marcadores: %s\n" | |
68 | |
231 | 69 #: lib/config_file.c:281 |
123
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
70 #, c-format |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
71 msgid "gFTP Warning: Line %d doesn't have enough arguments\n" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
72 msgstr "Aviso gFTP: Linha %d não possui argumentos suficientes\n" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
73 |
231 | 74 #: lib/config_file.c:442 |
120 | 75 msgid "" |
76 "This section specifies which hosts are on the local subnet and won't need to " | |
77 "go out the proxy server (if available). Syntax: dont_use_proxy=.domain or " | |
78 "dont_use_proxy=network number/netmask" | |
79 msgstr "" | |
80 "Esta secção especifica que servidores estão na subrede local e não " | |
81 "necessitam de passar pelo servidor proxy (se disponível). Sintaxe: " | |
82 "dont_use_proxy=.domínio ou dont_use_proxy=endereço/máscara rede" | |
83 | |
231 | 84 #: lib/config_file.c:445 |
120 | 85 msgid "" |
86 "ext=file extenstion:XPM file:Ascii or Binary (A or B):viewer program. Note: " | |
87 "All arguments except the file extension are optional" | |
88 msgstr "" | |
89 "ext=extenção ficheiro:XPM ficheiro:Ascii ou Binário (A ou B):aplicação " | |
90 "visualização. Nota: Todos os argumentos excepto a extenção de ficheiro são " | |
91 "opcionais" | |
92 | |
231 | 93 #: lib/config_file.c:523 lib/config_file.c:750 |
123
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
94 #, c-format |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
95 msgid "gFTP Error: Bad config file name %s\n" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
96 msgstr "Erro gFTP: Nome de ficheiro de configuração inválido %s\n" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
97 |
231 | 98 #: lib/config_file.c:534 |
123
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
99 #, c-format |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
100 msgid "gFTP Error: Could not make directory %s: %s\n" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
101 msgstr "Erro gFTP: Incapaz de criar directório %s: %s\n" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
102 |
231 | 103 #: lib/config_file.c:544 |
123
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
104 #, c-format |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
105 msgid "gFTP Error: Cannot find master config file %s\n" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
106 msgstr "" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
107 "Erro gFTP: Incapaz de encontrar ficheiro de configuração principal %s\n" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
108 |
231 | 109 #: lib/config_file.c:546 |
123
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
110 msgid "Did you do a make install?\n" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
111 msgstr "Efectuou um `make install'?\n" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
112 |
231 | 113 #: lib/config_file.c:555 lib/config_file.c:756 |
123
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
114 #, c-format |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
115 msgid "gFTP Error: Cannot open config file %s: %s\n" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
116 msgstr "Erro gFTP: Incapaz de abrir ficheiro de configuração %s: %s\n" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
117 |
231 | 118 #: lib/config_file.c:594 |
123
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
119 #, c-format |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
120 msgid "Terminating due to parse errors at line %d in the config file\n" |
130
e2712348440d
2003-04-13 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
123
diff
changeset
|
121 msgstr "" |
e2712348440d
2003-04-13 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
123
diff
changeset
|
122 "A terminar devido a erros de parseamento na linha %d do ficheiro de " |
e2712348440d
2003-04-13 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
123
diff
changeset
|
123 "configuração\n" |
123
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
124 |
231 | 125 #: lib/config_file.c:600 |
123
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
126 #, c-format |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
127 msgid "gFTP Warning: Skipping line %d in config file: %s\n" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
128 msgstr "Aviso gFTP: A ignorar linha %d no ficheiro de configuração: %s\n" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
129 |
231 | 130 #: lib/config_file.c:607 |
123
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
131 #, c-format |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
132 msgid "gFTP Error: Bad log file name %s\n" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
133 msgstr "Erro gFTP: Nome de ficheiro de log inválido %s\n" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
134 |
231 | 135 #: lib/config_file.c:613 |
123
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
136 #, c-format |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
137 msgid "gFTP Warning: Cannot open %s for writing: %s\n" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
138 msgstr "Aviso gFTP: Incapaz de abrir %s para escrita: %s\n" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
139 |
231 | 140 #: lib/config_file.c:668 |
120 | 141 msgid "" |
123
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
142 "Bookmarks file for gFTP. Copyright (C) 1998-2003 Brian Masney <masneyb@gftp." |
120 | 143 "org>. Warning: Any comments that you add to this file WILL be overwritten" |
144 msgstr "" | |
123
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
145 "Ficheiro de marcadores para gFTP. Copyright (C) 1998-2003 Brian Masney " |
120 | 146 "<masneyb@gftp.org>. Aviso: Quaisquer comentários que adicione a este " |
147 "ficheiro SERÃO sobrepostos" | |
148 | |
231 | 149 #: lib/config_file.c:763 |
123
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
150 msgid "" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
151 "Config file for gFTP. Copyright (C) 1998-2003 Brian Masney <masneyb@gftp." |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
152 "org>. Warning: Any comments that you add to this file WILL be overwritten. " |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
153 "If a entry has a (*) in it's comment, you can't change it inside gFTP" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
154 msgstr "" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
155 "Ficheiro de configuração para o gFTP. Copyright (C) 1998-2003 Brian Masney " |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
156 "<masneyb@gftp.org>. Aviso: Quaisquer comentários que adicione a este " |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
157 "ficheiro SERÃO sobrepostos. Se uma entrada tiver um (*) no seu comentário, " |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
158 "não a poderá alterar dentro do gFTP" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
159 |
231 | 160 #: lib/config_file.c:1122 lib/rfc2068.c:557 lib/rfc2068.c:558 |
123
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
161 msgid "<unknown>" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
162 msgstr "<desconhecido>" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
163 |
231 | 164 #: lib/config_file.c:1198 lib/config_file.c:1259 lib/config_file.c:1300 |
165 #: lib/config_file.c:1332 | |
120 | 166 #, c-format |
123
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
167 msgid "FATAL gFTP Error: Config option '%s' not found in global hash table\n" |
130
e2712348440d
2003-04-13 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
123
diff
changeset
|
168 msgstr "" |
e2712348440d
2003-04-13 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
123
diff
changeset
|
169 "Erro gFTP FATAL: Opção de configuração '%s' não foi encontrada na tabela " |
e2712348440d
2003-04-13 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
123
diff
changeset
|
170 "interna global\n" |
120 | 171 |
231 | 172 #: lib/https.c:89 |
173 msgid "" | |
174 "HTTPS Support unavailable since SSL support was not compiled in. Aborting " | |
175 "connection.\n" | |
176 msgstr "" | |
237
ed06de018967
2003-07-27 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
231
diff
changeset
|
177 "Suporte HTTPS indisponível visto não ter sido compilado o suporte SSL. A " |
ed06de018967
2003-07-27 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
231
diff
changeset
|
178 "abortar ligação.\n" |
231 | 179 |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
180 #: lib/local.c:67 lib/local.c:472 |
120 | 181 #, c-format |
182 msgid "Could not change local directory to %s: %s\n" | |
183 msgstr "Incapaz de alterar dorectório local para %s: %s\n" | |
184 | |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
185 #: lib/local.c:81 lib/local.c:457 |
120 | 186 #, c-format |
187 msgid "Could not get current working directory: %s\n" | |
188 msgstr "Incapaz de obter directório de trabalho actual: %s\n" | |
189 | |
231 | 190 #: lib/local.c:179 |
120 | 191 #, c-format |
192 msgid "Error: Cannot truncate local file %s: %s\n" | |
193 msgstr "Erro: Incapaz de truncar ficheiro local %s: %s\n" | |
194 | |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
195 #: lib/local.c:412 |
120 | 196 #, c-format |
197 msgid "Could not get local directory listing %s: %s\n" | |
198 msgstr "Incapaz de obter listagem de directório local %s: %s\n" | |
199 | |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
200 #: lib/local.c:449 |
120 | 201 #, c-format |
202 msgid "Successfully changed local directory to %s\n" | |
203 msgstr "Directório local alterado com sucesso para %s\n" | |
204 | |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
205 #: lib/local.c:489 lib/local.c:512 src/gtk/transfer.c:907 |
130
e2712348440d
2003-04-13 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
123
diff
changeset
|
206 #: src/gtk/view_dialog.c:301 |
120 | 207 #, c-format |
208 msgid "Successfully removed %s\n" | |
209 msgstr "%s removido com sucesso\n" | |
210 | |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
211 #: lib/local.c:495 |
120 | 212 #, c-format |
213 msgid "Error: Could not remove directory %s: %s\n" | |
214 msgstr "Erro: Incapaz de remover directório %s: %s\n" | |
215 | |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
216 #: lib/local.c:518 src/gtk/transfer.c:911 src/gtk/view_dialog.c:305 |
120 | 217 #, c-format |
218 msgid "Error: Could not remove file %s: %s\n" | |
219 msgstr "Erro: Incapaz de remover ficheiro %s: %s\n" | |
220 | |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
221 #: lib/local.c:535 |
120 | 222 #, c-format |
223 msgid "Successfully made directory %s\n" | |
224 msgstr "Directório %s criado com sucesso\n" | |
225 | |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
226 #: lib/local.c:561 |
120 | 227 #, c-format |
228 msgid "Successfully renamed %s to %s\n" | |
229 msgstr "%s renomeado para %s com sucesso\n" | |
230 | |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
231 #: lib/local.c:568 |
120 | 232 #, c-format |
233 msgid "Error: Could not rename %s to %s: %s\n" | |
234 msgstr "Erro: Incapaz de renomear %s para %s: %s\n" | |
235 | |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
236 #: lib/local.c:591 |
120 | 237 #, c-format |
238 msgid "Successfully changed mode of %s to %d\n" | |
239 msgstr "Modo de %s alterado com sucesso para %d\n" | |
240 | |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
241 #: lib/local.c:598 |
120 | 242 #, c-format |
243 msgid "Error: Could not change mode of %s to %d: %s\n" | |
244 msgstr "Erro: Incapaz de alterar modo de %s para %d: %s\n" | |
245 | |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
246 #: lib/local.c:690 |
120 | 247 msgid "local filesystem" |
248 msgstr "sistema ficheiros local" | |
249 | |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
250 #: lib/misc.c:261 lib/misc.c:268 lib/protocols.c:2514 |
231 | 251 #, c-format |
252 msgid "Error: Cannot open local file %s: %s\n" | |
253 msgstr "Erro: Incapaz de abrir ficheiro local %s: %s\n" | |
254 | |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
255 #: lib/misc.c:278 lib/protocols.c:2232 lib/sslcommon.c:467 |
120 | 256 #, c-format |
257 msgid "Error: Could not write to socket: %s\n" | |
258 msgstr "Erro: Incapaz de escrever para socket: %s\n" | |
259 | |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
260 #: lib/misc.c:286 lib/protocols.c:2160 lib/sslcommon.c:421 |
120 | 261 #, c-format |
262 msgid "Error: Could not read from socket: %s\n" | |
263 msgstr "Erro: Incapaz de ler de socket: %s\n" | |
264 | |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
265 #: lib/misc.c:442 |
165
e2d4dd07fadd
2003-05-24 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
155
diff
changeset
|
266 msgid "usage: gftp [[protocol://][user[:pass]@]site[:port][/directory]]\n" |
120 | 267 msgstr "" |
165
e2d4dd07fadd
2003-05-24 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
155
diff
changeset
|
268 "utilização: gftp [[protocolo://][utilizador[:senha]@]servidor[:porto][/" |
120 | 269 "directório]]\n" |
270 | |
130
e2712348440d
2003-04-13 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
123
diff
changeset
|
271 #: lib/options.h:24 lib/rfc959.c:24 |
123
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
272 msgid "none" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
273 msgstr "nenhum" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
274 |
130
e2712348440d
2003-04-13 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
123
diff
changeset
|
275 #: lib/options.h:24 |
123
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
276 msgid "file" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
277 msgstr "ficheiro" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
278 |
130
e2712348440d
2003-04-13 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
123
diff
changeset
|
279 #: lib/options.h:24 |
123
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
280 msgid "size" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
281 msgstr "tamanho" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
282 |
130
e2712348440d
2003-04-13 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
123
diff
changeset
|
283 #: lib/options.h:25 |
123
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
284 msgid "user" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
285 msgstr "utilizador" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
286 |
130
e2712348440d
2003-04-13 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
123
diff
changeset
|
287 #: lib/options.h:25 |
123
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
288 msgid "group" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
289 msgstr "grupo" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
290 |
130
e2712348440d
2003-04-13 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
123
diff
changeset
|
291 #: lib/options.h:26 |
123
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
292 msgid "datetime" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
293 msgstr "datahora" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
294 |
130
e2712348440d
2003-04-13 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
123
diff
changeset
|
295 #: lib/options.h:26 |
123
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
296 msgid "attribs" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
297 msgstr "atributos" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
298 |
130
e2712348440d
2003-04-13 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
123
diff
changeset
|
299 #: lib/options.h:28 |
123
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
300 msgid "descending" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
301 msgstr "descendente" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
302 |
130
e2712348440d
2003-04-13 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
123
diff
changeset
|
303 #: lib/options.h:28 |
123
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
304 msgid "ascending" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
305 msgstr "ascendente" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
306 |
130
e2712348440d
2003-04-13 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
123
diff
changeset
|
307 #: lib/options.h:34 |
123
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
308 msgid "General" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
309 msgstr "Geral" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
310 |
231 | 311 #: lib/options.h:37 |
123
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
312 msgid "View program:" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
313 msgstr "Aplicação visualização:" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
314 |
231 | 315 #: lib/options.h:38 |
123
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
316 msgid "" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
317 "The default program used to view files. If this is blank, the internal file " |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
318 "viewer will be used" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
319 msgstr "" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
320 "A aplicação utilizada por omissão para ver ficheiros. Se estiver em branco, " |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
321 "será utilizado o visualizador interno de ficheiros" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
322 |
231 | 323 #: lib/options.h:40 |
123
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
324 msgid "Edit program:" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
325 msgstr "Aplicação edição:" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
326 |
231 | 327 #: lib/options.h:41 |
141
c13371ff4ba5
2003-04-22 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
130
diff
changeset
|
328 msgid "The default program used to edit files." |
c13371ff4ba5
2003-04-22 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
130
diff
changeset
|
329 msgstr "A aplicação por omissão utilizada para editar ficheiros." |
c13371ff4ba5
2003-04-22 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
130
diff
changeset
|
330 |
231 | 331 #: lib/options.h:42 |
123
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
332 msgid "Startup Directory:" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
333 msgstr "Directório Inicial:" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
334 |
231 | 335 #: lib/options.h:44 |
123
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
336 msgid "The default directory gFTP will go to on startup" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
337 msgstr "O directório por omissão para onde o gFTP irá ao iniciar" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
338 |
231 | 339 #: lib/options.h:45 |
123
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
340 msgid "Max Log Window Size:" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
341 msgstr "Tamanho Máx. Janela Log:" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
342 |
231 | 343 #: lib/options.h:47 |
123
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
344 msgid "The maximum size of the log window in bytes for the GTK+ port" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
345 msgstr "O tamanho máximo da janela de log em bytes para a conversão GTK+" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
346 |
141
c13371ff4ba5
2003-04-22 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
130
diff
changeset
|
347 #: lib/options.h:49 |
231 | 348 msgid "Remote Character Sets:" |
237
ed06de018967
2003-07-27 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
231
diff
changeset
|
349 msgstr "Conjuntos de Caracteres Remotos:" |
123
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
350 |
141
c13371ff4ba5
2003-04-22 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
130
diff
changeset
|
351 #: lib/options.h:51 |
231 | 352 msgid "" |
353 "This is a comma separated list of charsets to try to convert the remote " | |
354 "messages to the current locale" | |
355 msgstr "" | |
237
ed06de018967
2003-07-27 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
231
diff
changeset
|
356 "Esta é uma lista separada por vírgulas de conjuntos de caracteres a utilizar " |
ed06de018967
2003-07-27 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
231
diff
changeset
|
357 "para tentar converter as mensagens remotas para o local actual" |
231 | 358 |
359 #: lib/options.h:53 | |
360 msgid "Cache TTL:" | |
237
ed06de018967
2003-07-27 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
231
diff
changeset
|
361 msgstr "Cache TTL:" |
231 | 362 |
363 #: lib/options.h:56 | |
364 msgid "The number of seconds to keep cache entries before they expire." | |
237
ed06de018967
2003-07-27 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
231
diff
changeset
|
365 msgstr "O número de segundos a manter entradas de cache antes de expirarem." |
231 | 366 |
367 #: lib/options.h:59 | |
368 msgid "Append file transfers" | |
369 msgstr "Acrescentar transferências ficheiros" | |
370 | |
371 #: lib/options.h:61 | |
141
c13371ff4ba5
2003-04-22 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
130
diff
changeset
|
372 msgid "Append new file transfers onto existing ones" |
c13371ff4ba5
2003-04-22 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
130
diff
changeset
|
373 msgstr "Acrescentar transferências de novos ficheiros às existentes" |
c13371ff4ba5
2003-04-22 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
130
diff
changeset
|
374 |
231 | 375 #: lib/options.h:62 |
123
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
376 msgid "Do one transfer at a time" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
377 msgstr "Efectuar uma transferência de cada vez" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
378 |
231 | 379 #: lib/options.h:64 |
123
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
380 msgid "Do only one transfer at a time?" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
381 msgstr "Apenas efectuar uma transferência de cada vez?" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
382 |
231 | 383 #: lib/options.h:65 |
123
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
384 msgid "Overwrite by Default" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
385 msgstr "Por Omissão Sobrepor" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
386 |
231 | 387 #: lib/options.h:68 |
123
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
388 msgid "Overwrite files by default or set to resume file transfers" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
389 msgstr "" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
390 "Por omissão sobepor ficheiros ou definir para retomar transferências de " |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
391 "ficheiros" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
392 |
231 | 393 #: lib/options.h:70 |
394 msgid "Preserve file permissions" | |
237
ed06de018967
2003-07-27 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
231
diff
changeset
|
395 msgstr "Manter permissões de ficheiros" |
231 | 396 |
397 #: lib/options.h:73 | |
398 msgid "Preserve file permissions of transfered files" | |
237
ed06de018967
2003-07-27 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
231
diff
changeset
|
399 msgstr "Manter as permissões de ficheiros transferidos" |
231 | 400 |
401 #: lib/options.h:75 | |
123
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
402 msgid "Refresh after each file transfer" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
403 msgstr "Actualizar após transferência de cada ficheiro" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
404 |
231 | 405 #: lib/options.h:78 |
123
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
406 msgid "Refresh the listbox after each file is transfered" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
407 msgstr "Actualizar a caixa de lista após a transferência de cada ficheiro" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
408 |
231 | 409 #: lib/options.h:80 |
123
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
410 msgid "Sort directories first" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
411 msgstr "Ordenar directórios primeiro" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
412 |
231 | 413 #: lib/options.h:83 |
123
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
414 msgid "Put the directories first then the files" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
415 msgstr "Colocar primeiro os directórios e depois os ficheiros" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
416 |
231 | 417 #: lib/options.h:84 |
123
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
418 msgid "Show hidden files" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
419 msgstr "Mostrar ficheiros escondidos" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
420 |
231 | 421 #: lib/options.h:87 |
123
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
422 msgid "Show hidden files in the listboxes" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
423 msgstr "Mostrar ficheiros escondidos nas caixas de lista" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
424 |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
425 #: lib/options.h:89 src/gtk/options_dialog.c:1048 |
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
426 #: src/gtk/options_dialog.c:1141 |
123
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
427 msgid "Network" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
428 msgstr "Rede" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
429 |
231 | 430 #: lib/options.h:91 |
123
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
431 msgid "Network timeout:" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
432 msgstr "Prazo tempo rede:" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
433 |
231 | 434 #: lib/options.h:94 |
123
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
435 msgid "" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
436 "The timeout waiting for network input/output. This is NOT an idle timeout." |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
437 msgstr "" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
438 "Expirou tempo ao aguardar por entrada/saida da rede. Esta NÃO é uma " |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
439 "expiração por inactividade." |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
440 |
231 | 441 #: lib/options.h:96 |
123
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
442 msgid "Connect retries:" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
443 msgstr "Tentativas ligação:" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
444 |
231 | 445 #: lib/options.h:99 |
123
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
446 msgid "The number of auto-retries to do. Set this to 0 to retry indefinately" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
447 msgstr "" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
448 "O número de tentativas automáticas a efectuar. Se 0 tenta indefinidamente" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
449 |
231 | 450 #: lib/options.h:101 |
123
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
451 msgid "Retry sleep time:" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
452 msgstr "Espera entre tentativas:" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
453 |
231 | 454 #: lib/options.h:104 |
123
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
455 msgid "The number of seconds to wait between retries" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
456 msgstr "O número de segundos a aguardar entre tentativas" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
457 |
231 | 458 #: lib/options.h:105 |
123
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
459 msgid "Max KB/S:" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
460 msgstr "Máx KB/s:" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
461 |
231 | 462 #: lib/options.h:108 |
123
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
463 msgid "The maximum KB/s a file transfer can get. (Set to 0 to disable)" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
464 msgstr "" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
465 "O máximo de KB/s que uma transferência de ficheiro pode ter. (0 para " |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
466 "desabilitar)" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
467 |
231 | 468 #: lib/options.h:111 |
141
c13371ff4ba5
2003-04-22 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
130
diff
changeset
|
469 msgid "Default Protocol:" |
c13371ff4ba5
2003-04-22 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
130
diff
changeset
|
470 msgstr "Protocolo por Omissão:" |
c13371ff4ba5
2003-04-22 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
130
diff
changeset
|
471 |
231 | 472 #: lib/options.h:113 |
130
e2712348440d
2003-04-13 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
123
diff
changeset
|
473 msgid "This specifies the default protocol to use" |
e2712348440d
2003-04-13 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
123
diff
changeset
|
474 msgstr "Especifica o protocolo a utilizar por omissão" |
e2712348440d
2003-04-13 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
123
diff
changeset
|
475 |
231 | 476 #: lib/options.h:117 |
123
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
477 msgid "" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
478 "This defines what will happen when you double click a file in the file " |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
479 "listboxes. 0=View file 1=Edit file 2=Transfer file" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
480 msgstr "" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
481 "Aqui é definido o que sucede quando efectua clique-duplo sobre um ficheiro " |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
482 "na caixa de lista de ficheiros. 0=Ver ficheiro 1=Editar ficheiro " |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
483 "2=Transferir ficheiro" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
484 |
231 | 485 #: lib/options.h:120 |
123
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
486 msgid "The default width of the local files listbox" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
487 msgstr "A largura por omissão da caixa de lista de ficheiros locais" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
488 |
231 | 489 #: lib/options.h:123 |
123
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
490 msgid "The default width of the remote files listbox" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
491 msgstr "A largura por omissão da caixa de lista de ficheiros remotos" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
492 |
231 | 493 #: lib/options.h:126 |
123
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
494 msgid "The default height of the local/remote files listboxes" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
495 msgstr "A altura por omissão da caixa de lista de ficheiros locais/remotos" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
496 |
231 | 497 #: lib/options.h:129 |
123
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
498 msgid "The default height of the transfer listbox" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
499 msgstr "A altura por omissão da caixa de lista de transferência" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
500 |
231 | 501 #: lib/options.h:132 |
123
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
502 msgid "The default height of the logging window" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
503 msgstr "A altura por omissão da janela de início de sessão" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
504 |
231 | 505 #: lib/options.h:135 |
123
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
506 msgid "" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
507 "The width of the filename column in the transfer window. Set this to 0 to " |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
508 "have this column automagically resize." |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
509 msgstr "" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
510 "A largura da coluna de nome de ficheiro na janela de transferência. Definir " |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
511 "como 0 para que a coluna se redimensione automaticamente." |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
512 |
231 | 513 #: lib/options.h:139 lib/options.h:145 |
123
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
514 msgid "The default column to sort by" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
515 msgstr "A coluna por omissão por que ordernar" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
516 |
231 | 517 #: lib/options.h:142 lib/options.h:148 |
123
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
518 msgid "Sort ascending or descending" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
519 msgstr "Ordenar ascendente ou descendentemente" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
520 |
231 | 521 #: lib/options.h:152 lib/options.h:170 |
123
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
522 msgid "" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
523 "The width of the filename column in the file listboxes. Set this to 0 to " |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
524 "have this column automagically resize. Set this to -1 to disable this column" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
525 msgstr "" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
526 "A largura da coluna de nome de ficheiro nas caixas de lista de ficheiros. " |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
527 "Definir como 0 para que a coluna se redimensione automaticamente. Definir " |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
528 "como -1 para desabilitar esta coluna" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
529 |
231 | 530 #: lib/options.h:155 lib/options.h:173 |
123
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
531 msgid "" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
532 "The width of the size column in the file listboxes. Set this to 0 to have " |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
533 "this column automagically resize. Set this to -1 to disable this column" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
534 msgstr "" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
535 "A largura da coluna de tamanho nas caixas de lista de ficheiros. Definir " |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
536 "como 0 para que a coluna se redimensione automaticamente. Definir como -1 " |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
537 "para desabilitar esta coluna" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
538 |
231 | 539 #: lib/options.h:158 lib/options.h:176 |
123
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
540 msgid "" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
541 "The width of the user column in the file listboxes. Set this to 0 to have " |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
542 "this column automagically resize. Set this to -1 to disable this column" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
543 msgstr "" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
544 "A largura da coluna de utiliador nas caixas de lista de ficheiros. Definir " |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
545 "como 0 para que a coluna se redimensione automaticamente. Definir como -1 " |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
546 "para desabilitar esta coluna" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
547 |
231 | 548 #: lib/options.h:161 lib/options.h:179 |
123
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
549 msgid "" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
550 "The width of the group column in the file listboxes. Set this to 0 to have " |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
551 "this column automagically resize. Set this to -1 to disable this column" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
552 msgstr "" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
553 "A largura da coluna de grupo nas caixas de lista de ficheiros. Definir como " |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
554 "0 para que a coluna se redimensione automaticamente. Definir como -1 para " |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
555 "desabilitar esta coluna" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
556 |
231 | 557 #: lib/options.h:164 lib/options.h:182 |
123
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
558 msgid "" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
559 "The width of the date column in the file listboxes. Set this to 0 to have " |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
560 "this column automagically resize. Set this to -1 to disable this column" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
561 msgstr "" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
562 "A largura da coluna de data nas caixas de lista de ficheiros. Definir como 0 " |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
563 "para que a coluna se redimensione automaticamente. Definir como -1 para " |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
564 "desabilitar esta coluna" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
565 |
231 | 566 #: lib/options.h:167 lib/options.h:185 |
123
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
567 msgid "" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
568 "The width of the attribs column in the file listboxes. Set this to 0 to have " |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
569 "this column automagically resize. Set this to -1 to disable this column" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
570 msgstr "" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
571 "A largura da coluna de atributos nas caixas de lista de ficheiros. Definir " |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
572 "como 0 para que a coluna se redimensione automaticamente. Definir como -1 " |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
573 "para desabilitar esta coluna" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
574 |
231 | 575 #: lib/options.h:188 |
123
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
576 msgid "The color of the commands that are sent to the server" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
577 msgstr "A cor dos comandos que são enviados para o servidor" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
578 |
231 | 579 #: lib/options.h:191 |
123
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
580 msgid "The color of the commands that are received from the server" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
581 msgstr "A cor dos comandos que são recebidos do servidor" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
582 |
231 | 583 #: lib/options.h:194 |
123
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
584 msgid "The color of the error messages" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
585 msgstr "A cor das mensagens de erro" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
586 |
231 | 587 #: lib/options.h:197 |
123
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
588 msgid "The color of the rest of the log messages" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
589 msgstr "A cor do resto das mensagens de registo" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
590 |
231 | 591 #: lib/options.h:203 lib/rfc959.c:38 |
123
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
592 msgid "FTP" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
593 msgstr "FTP" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
594 |
231 | 595 #: lib/options.h:204 lib/rfc2068.c:27 |
123
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
596 msgid "HTTP" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
597 msgstr "HTTP" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
598 |
231 | 599 #: lib/options.h:206 lib/options.h:208 |
600 msgid "HTTPS" | |
237
ed06de018967
2003-07-27 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
231
diff
changeset
|
601 msgstr "HTTPS" |
231 | 602 |
603 #: lib/options.h:210 | |
123
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
604 msgid "Local" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
605 msgstr "Local" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
606 |
231 | 607 #: lib/options.h:211 |
141
c13371ff4ba5
2003-04-22 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
130
diff
changeset
|
608 msgid "SSH2" |
c13371ff4ba5
2003-04-22 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
130
diff
changeset
|
609 msgstr "SSH2" |
c13371ff4ba5
2003-04-22 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
130
diff
changeset
|
610 |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
611 #: lib/options.h:212 src/gtk/bookmarks.c:855 |
123
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
612 msgid "Bookmark" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
613 msgstr "Marcador" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
614 |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
615 #: lib/protocols.c:168 lib/protocols.c:193 |
123
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
616 #, c-format |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
617 msgid "File transfer will be throttled to %.2f KB/s\n" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
618 msgstr "Transferência de ficheiro acelerada para %.2f KB/s\n" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
619 |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
620 #: lib/protocols.c:322 |
123
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
621 #, c-format |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
622 msgid "Loading directory listing %s from cache\n" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
623 msgstr "A ler listagem de directório %s da cache\n" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
624 |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
625 #: lib/protocols.c:467 |
123
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
626 #, c-format |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
627 msgid "Error: Cannot write to cache: %s\n" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
628 msgstr "Erro: Incapaz de escrever para cache: %s\n" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
629 |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
630 #: lib/protocols.c:499 |
123
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
631 #, c-format |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
632 msgid "Error: Could not find bookmark %s\n" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
633 msgstr "Erro: Incapaz de encontrar marcador %s\n" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
634 |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
635 #: lib/protocols.c:506 |
123
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
636 #, c-format |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
637 msgid "Bookmarks Error: The bookmark entry %s does not have a hostname\n" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
638 msgstr "Erro Marcadores: O marcador %s não possui um nome de servidor\n" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
639 |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
640 #: lib/protocols.c:609 |
231 | 641 #, c-format |
642 msgid "The protocol '%s' is currently not supported.\n" | |
237
ed06de018967
2003-07-27 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
231
diff
changeset
|
643 msgstr "De momento o protocolo '%s' não é suportado.\n" |
231 | 644 |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
645 #: lib/protocols.c:926 lib/protocols.c:941 lib/protocols.c:1757 |
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
646 #: lib/protocols.c:1866 |
123
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
647 #, c-format |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
648 msgid "Looking up %s\n" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
649 msgstr "A procurar %s\n" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
650 |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
651 #: lib/protocols.c:932 lib/protocols.c:947 lib/protocols.c:1762 |
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
652 #: lib/protocols.c:1871 |
123
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
653 #, c-format |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
654 msgid "Cannot look up hostname %s: %s\n" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
655 msgstr "Incapaz de encontrar nome de servidor %s: %s\n" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
656 |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
657 #: lib/protocols.c:1204 lib/protocols.c:1205 lib/protocols.c:1264 |
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
658 #: lib/protocols.c:1271 lib/protocols.c:1350 lib/protocols.c:1351 |
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
659 #: lib/protocols.c:1385 |
123
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
660 msgid "unknown" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
661 msgstr "desconhecido" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
662 |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
663 #: lib/protocols.c:1780 lib/protocols.c:1823 lib/rfc959.c:589 lib/rfc959.c:736 |
123
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
664 #, c-format |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
665 msgid "Failed to create a socket: %s\n" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
666 msgstr "Falha ao criar um socket: %s\n" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
667 |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
668 #: lib/protocols.c:1786 lib/protocols.c:1885 |
123
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
669 #, c-format |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
670 msgid "Trying %s:%d\n" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
671 msgstr "A tentar %s:%d\n" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
672 |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
673 #: lib/protocols.c:1791 lib/protocols.c:1892 |
123
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
674 #, c-format |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
675 msgid "Cannot connect to %s: %s\n" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
676 msgstr "Incapaz de se ligar a %s: %s\n" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
677 |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
678 #: lib/protocols.c:1847 lib/sshv2.c:895 |
123
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
679 #, c-format |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
680 msgid "Cannot look up service name %s/tcp. Please check your services file\n" |
130
e2712348440d
2003-04-13 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
123
diff
changeset
|
681 msgstr "" |
e2712348440d
2003-04-13 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
123
diff
changeset
|
682 "Incapaz de encontrar nome de serviço %s/tcp. Verifique o seu ficheiro de " |
e2712348440d
2003-04-13 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
123
diff
changeset
|
683 "serviços\n" |
e2712348440d
2003-04-13 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
123
diff
changeset
|
684 |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
685 #: lib/protocols.c:1909 lib/protocols.c:2523 lib/rfc959.c:598 lib/rfc959.c:745 |
237
ed06de018967
2003-07-27 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
231
diff
changeset
|
686 #, c-format |
231 | 687 msgid "Error: Cannot set close on exec flag: %s\n" |
237
ed06de018967
2003-07-27 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
231
diff
changeset
|
688 msgstr "Erro: Incapaz de definir fechar na marca exec: %s\n" |
231 | 689 |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
690 #: lib/protocols.c:1916 |
123
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
691 #, c-format |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
692 msgid "Connected to %s:%d\n" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
693 msgstr "Ligado a %s:%d\n" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
694 |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
695 #: lib/protocols.c:2140 lib/protocols.c:2211 |
123
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
696 #, c-format |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
697 msgid "Connection to %s timed out\n" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
698 msgstr "Ligação a %s expirou\n" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
699 |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
700 #: lib/protocols.c:2280 |
123
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
701 #, c-format |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
702 msgid "Cannot get socket flags: %s\n" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
703 msgstr "Incapaz de obter marcas de socket: %s\n" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
704 |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
705 #: lib/protocols.c:2294 |
123
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
706 #, c-format |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
707 msgid "Cannot set socket to non-blocking: %s\n" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
708 msgstr "Incapaz de definir socket como não-bloqueante: %s\n" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
709 |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
710 #: lib/protocols.c:2420 |
130
e2712348440d
2003-04-13 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
123
diff
changeset
|
711 #, c-format |
e2712348440d
2003-04-13 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
123
diff
changeset
|
712 msgid "Error: Remote site %s disconnected. Max retries reached...giving up\n" |
e2712348440d
2003-04-13 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
123
diff
changeset
|
713 msgstr "" |
e2712348440d
2003-04-13 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
123
diff
changeset
|
714 "Erro: Servidor %s remoto desligou-se. Atingido nº máximo tentativas...a " |
e2712348440d
2003-04-13 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
123
diff
changeset
|
715 "desistir\n" |
e2712348440d
2003-04-13 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
123
diff
changeset
|
716 |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
717 #: lib/protocols.c:2428 |
130
e2712348440d
2003-04-13 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
123
diff
changeset
|
718 #, c-format |
e2712348440d
2003-04-13 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
123
diff
changeset
|
719 msgid "Error: Remote site %s disconnected. Will reconnect in %d seconds\n" |
e2712348440d
2003-04-13 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
123
diff
changeset
|
720 msgstr "" |
e2712348440d
2003-04-13 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
123
diff
changeset
|
721 "Erro: Servidor %s remoto desligou-se. Irá ligar-se novamente em %d segundos\n" |
e2712348440d
2003-04-13 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
123
diff
changeset
|
722 |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
723 #: lib/pty.c:288 |
231 | 724 #, c-format |
725 msgid "Cannot create a socket pair: %s\n" | |
726 msgstr "Incapaz de criar par de socket: %s\n" | |
727 | |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
728 #: lib/pty.c:307 lib/pty.c:364 |
231 | 729 #, c-format |
730 msgid "Error: Cannot execute ssh: %s\n" | |
731 msgstr "Erro: Incapaz de executar ssh: %s\n" | |
732 | |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
733 #: lib/pty.c:320 lib/pty.c:375 |
231 | 734 #, c-format |
735 msgid "Cannot fork another process: %s\n" | |
736 msgstr "Incapaz de fazer fork de outro processo: %s\n" | |
737 | |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
738 #: lib/pty.c:338 |
231 | 739 #, c-format |
740 msgid "Cannot open master pty %s: %s\n" | |
741 msgstr "Incapaz de abrir pty mestre %s: %s\n" | |
742 | |
743 #: lib/rfc2068.c:30 lib/rfc959.c:45 | |
123
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
744 msgid "Proxy hostname:" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
745 msgstr "Nome servidor proxy:" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
746 |
231 | 747 #: lib/rfc2068.c:32 lib/rfc959.c:47 |
123
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
748 msgid "Firewall hostname" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
749 msgstr "Nome servidor firewall" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
750 |
231 | 751 #: lib/rfc2068.c:33 lib/rfc959.c:48 |
123
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
752 msgid "Proxy port:" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
753 msgstr "Porto proxy:" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
754 |
231 | 755 #: lib/rfc2068.c:35 lib/rfc959.c:50 |
123
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
756 msgid "Port to connect to on the firewall" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
757 msgstr "Porto onde se ligar na firewall" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
758 |
231 | 759 #: lib/rfc2068.c:36 lib/rfc959.c:51 |
123
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
760 msgid "Proxy username:" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
761 msgstr "Utilizador proxy:" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
762 |
231 | 763 #: lib/rfc2068.c:38 lib/rfc959.c:53 |
123
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
764 msgid "Your firewall username" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
765 msgstr "O seu nome na firewall" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
766 |
231 | 767 #: lib/rfc2068.c:39 lib/rfc959.c:54 |
123
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
768 msgid "Proxy password:" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
769 msgstr "Senha proxy:" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
770 |
231 | 771 #: lib/rfc2068.c:41 lib/rfc959.c:56 |
123
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
772 msgid "Your firewall password" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
773 msgstr "A sua senha na firewall" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
774 |
231 | 775 #: lib/rfc2068.c:43 |
123
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
776 msgid "Use HTTP/1.1" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
777 msgstr "Utilizar HTTP/1.1" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
778 |
231 | 779 #: lib/rfc2068.c:46 |
123
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
780 msgid "Do you want to use HTTP/1.1 or HTTP/1.0" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
781 msgstr "Deseja utilizar HTTP/1.1 ou HTTP/1.0" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
782 |
231 | 783 #: lib/rfc2068.c:153 lib/rfc2068.c:835 |
237
ed06de018967
2003-07-27 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
231
diff
changeset
|
784 #, c-format |
231 | 785 msgid "" |
786 "Received wrong response from server, disconnecting\n" | |
787 "Invalid chunk size '%s' returned by the remote server\n" | |
237
ed06de018967
2003-07-27 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
231
diff
changeset
|
788 msgstr "" |
ed06de018967
2003-07-27 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
231
diff
changeset
|
789 "Recebida do servidor resposta incorrecta, a desligar\n" |
ed06de018967
2003-07-27 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
231
diff
changeset
|
790 "Tamanho de bloco '%s' inválido devolvido pelo servidor remoto\n" |
ed06de018967
2003-07-27 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
231
diff
changeset
|
791 |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
792 #: lib/rfc2068.c:258 lib/rfc959.c:559 lib/sshv2.c:992 |
123
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
793 #, c-format |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
794 msgid "Disconnecting from site %s\n" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
795 msgstr "A desligar-se do servidor %s\n" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
796 |
231 | 797 #: lib/rfc2068.c:309 |
123
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
798 #, c-format |
141
c13371ff4ba5
2003-04-22 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
130
diff
changeset
|
799 msgid "Starting the file transfer at offset %lld\n" |
c13371ff4ba5
2003-04-22 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
130
diff
changeset
|
800 msgstr "A iniciar transferência de ficheiro na posição %lld\n" |
c13371ff4ba5
2003-04-22 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
130
diff
changeset
|
801 |
231 | 802 #: lib/rfc2068.c:317 |
141
c13371ff4ba5
2003-04-22 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
130
diff
changeset
|
803 #, c-format |
123
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
804 msgid "Starting the file transfer at offset %ld\n" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
805 msgstr "A iniciar transferência de ficheiro na posição %ld\n" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
806 |
231 | 807 #: lib/rfc2068.c:339 |
123
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
808 #, c-format |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
809 msgid "Cannot retrieve file %s\n" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
810 msgstr "Incapaz de obter ficheiro %s\n" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
811 |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
812 #: lib/rfc2068.c:429 lib/sshv2.c:1077 |
123
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
813 msgid "Retrieving directory listing...\n" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
814 msgstr "A obter listagem de directório...\n" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
815 |
231 | 816 #: lib/rfc2068.c:816 |
817 msgid "" | |
818 "Received wrong response from server, disconnecting\n" | |
819 "Expecting a carriage return and line feed before the chunk size in the " | |
820 "server response\n" | |
821 msgstr "" | |
237
ed06de018967
2003-07-27 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
231
diff
changeset
|
822 "Recebida resposta errada do servidor, a desligar-se\n" |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
823 "Esperado um 'carriage return' e 'line feed' antes do tamanho de bloco na " |
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
824 "resposta de servidor\n" |
231 | 825 |
826 #: lib/rfc2068.c:824 | |
827 msgid "" | |
828 "Received wrong response from server, disconnecting\n" | |
829 "Expecting a carriage return and line feed after the chunk size in the server " | |
830 "response\n" | |
831 msgstr "" | |
237
ed06de018967
2003-07-27 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
231
diff
changeset
|
832 "Recebida resposta errada do servidor, a desligar-se\n" |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
833 "Esperado um 'carriage return' e 'line feed' após o tamanho de bloco na " |
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
834 "resposta de servidor\n" |
231 | 835 |
130
e2712348440d
2003-04-13 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
123
diff
changeset
|
836 #: lib/rfc959.c:25 |
e2712348440d
2003-04-13 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
123
diff
changeset
|
837 msgid "SITE command" |
e2712348440d
2003-04-13 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
123
diff
changeset
|
838 msgstr "Comando SITE" |
e2712348440d
2003-04-13 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
123
diff
changeset
|
839 |
e2712348440d
2003-04-13 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
123
diff
changeset
|
840 #: lib/rfc959.c:26 |
e2712348440d
2003-04-13 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
123
diff
changeset
|
841 msgid "user@host" |
e2712348440d
2003-04-13 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
123
diff
changeset
|
842 msgstr "utilizador@servidor" |
e2712348440d
2003-04-13 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
123
diff
changeset
|
843 |
e2712348440d
2003-04-13 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
123
diff
changeset
|
844 #: lib/rfc959.c:27 |
e2712348440d
2003-04-13 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
123
diff
changeset
|
845 msgid "user@host:port" |
e2712348440d
2003-04-13 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
123
diff
changeset
|
846 msgstr "utilizador@servidor:porto" |
e2712348440d
2003-04-13 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
123
diff
changeset
|
847 |
123
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
848 #: lib/rfc959.c:28 |
130
e2712348440d
2003-04-13 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
123
diff
changeset
|
849 msgid "AUTHENTICATE" |
e2712348440d
2003-04-13 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
123
diff
changeset
|
850 msgstr "AUTENTICATE" |
e2712348440d
2003-04-13 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
123
diff
changeset
|
851 |
e2712348440d
2003-04-13 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
123
diff
changeset
|
852 #: lib/rfc959.c:29 |
e2712348440d
2003-04-13 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
123
diff
changeset
|
853 msgid "user@host port" |
e2712348440d
2003-04-13 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
123
diff
changeset
|
854 msgstr "utilizador@servidor porto" |
e2712348440d
2003-04-13 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
123
diff
changeset
|
855 |
e2712348440d
2003-04-13 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
123
diff
changeset
|
856 #: lib/rfc959.c:30 |
e2712348440d
2003-04-13 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
123
diff
changeset
|
857 msgid "user@host NOAUTH" |
e2712348440d
2003-04-13 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
123
diff
changeset
|
858 msgstr "utilizador@servidor NOAUTH" |
e2712348440d
2003-04-13 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
123
diff
changeset
|
859 |
e2712348440d
2003-04-13 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
123
diff
changeset
|
860 #: lib/rfc959.c:31 |
e2712348440d
2003-04-13 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
123
diff
changeset
|
861 msgid "HTTP Proxy" |
e2712348440d
2003-04-13 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
123
diff
changeset
|
862 msgstr "Proxy HTTP" |
e2712348440d
2003-04-13 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
123
diff
changeset
|
863 |
e2712348440d
2003-04-13 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
123
diff
changeset
|
864 #: lib/rfc959.c:32 |
e2712348440d
2003-04-13 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
123
diff
changeset
|
865 msgid "Custom" |
e2712348440d
2003-04-13 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
123
diff
changeset
|
866 msgstr "Costumizado" |
e2712348440d
2003-04-13 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
123
diff
changeset
|
867 |
e2712348440d
2003-04-13 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
123
diff
changeset
|
868 #: lib/rfc959.c:41 |
123
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
869 msgid "Email address:" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
870 msgstr "Endereço email:" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
871 |
130
e2712348440d
2003-04-13 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
123
diff
changeset
|
872 #: lib/rfc959.c:43 |
123
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
873 msgid "" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
874 "This is the password that will be used whenever you log into a remote FTP " |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
875 "server as anonymous" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
876 msgstr "" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
877 "Esta é a senha que será utilizada sempre que se ligar a um servidor FTP " |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
878 "remoto como anónimo" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
879 |
141
c13371ff4ba5
2003-04-22 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
130
diff
changeset
|
880 #: lib/rfc959.c:57 |
c13371ff4ba5
2003-04-22 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
130
diff
changeset
|
881 msgid "Proxy account:" |
c13371ff4ba5
2003-04-22 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
130
diff
changeset
|
882 msgstr "Conta proxy:" |
c13371ff4ba5
2003-04-22 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
130
diff
changeset
|
883 |
c13371ff4ba5
2003-04-22 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
130
diff
changeset
|
884 #: lib/rfc959.c:59 |
c13371ff4ba5
2003-04-22 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
130
diff
changeset
|
885 msgid "Your firewall account (optional)" |
c13371ff4ba5
2003-04-22 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
130
diff
changeset
|
886 msgstr "A sua conta na firewall (opcional)" |
c13371ff4ba5
2003-04-22 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
130
diff
changeset
|
887 |
c13371ff4ba5
2003-04-22 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
130
diff
changeset
|
888 #: lib/rfc959.c:61 |
c13371ff4ba5
2003-04-22 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
130
diff
changeset
|
889 msgid "Proxy server type:" |
c13371ff4ba5
2003-04-22 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
130
diff
changeset
|
890 msgstr "Tipo servidor proxy:" |
c13371ff4ba5
2003-04-22 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
130
diff
changeset
|
891 |
165
e2d4dd07fadd
2003-05-24 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
155
diff
changeset
|
892 #: lib/rfc959.c:64 |
e2d4dd07fadd
2003-05-24 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
155
diff
changeset
|
893 #, no-c-format |
141
c13371ff4ba5
2003-04-22 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
130
diff
changeset
|
894 msgid "" |
c13371ff4ba5
2003-04-22 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
130
diff
changeset
|
895 "This specifies how your proxy server expects us to log in. You can specify a " |
c13371ff4ba5
2003-04-22 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
130
diff
changeset
|
896 "2 character replacement string prefixed by a % that will be replaced with " |
c13371ff4ba5
2003-04-22 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
130
diff
changeset
|
897 "the proper data. The first character can be either p for proxy or h for the " |
c13371ff4ba5
2003-04-22 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
130
diff
changeset
|
898 "host of the FTP server. The second character can be u (user), p (pass), h " |
c13371ff4ba5
2003-04-22 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
130
diff
changeset
|
899 "(host), o (port) or a (account). For example, to specify the proxy user, you " |
c13371ff4ba5
2003-04-22 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
130
diff
changeset
|
900 "can you type in %pu" |
c13371ff4ba5
2003-04-22 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
130
diff
changeset
|
901 msgstr "" |
c13371ff4ba5
2003-04-22 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
130
diff
changeset
|
902 "Especifica como o servidor proxy espera que a autenticação seja feita. Pode " |
165
e2d4dd07fadd
2003-05-24 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
155
diff
changeset
|
903 "especificar uma expressão de substituição de 2 caracteres prefixada por um % " |
231 | 904 "que será substituida pelos dados apropriados. O primeiro caracter pode ser p " |
905 "para proxy ou h para o servidor FTP. O segundo caracter pode ser u " | |
141
c13371ff4ba5
2003-04-22 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
130
diff
changeset
|
906 "(utilizador), p (senha), h (servidor), o (porto) ou a (conta). Por exemplo, " |
c13371ff4ba5
2003-04-22 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
130
diff
changeset
|
907 "para especificar o utilizador proxy, deverá inserir %pu" |
c13371ff4ba5
2003-04-22 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
130
diff
changeset
|
908 |
165
e2d4dd07fadd
2003-05-24 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
155
diff
changeset
|
909 #: lib/rfc959.c:67 |
123
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
910 msgid "Passive file transfers" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
911 msgstr "Transferência ficheiros passiva" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
912 |
231 | 913 #: lib/rfc959.c:70 |
123
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
914 msgid "" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
915 "If this is enabled, then the remote FTP server will open up a port for the " |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
916 "data connection. If you are behind a firewall, you will need to enable this. " |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
917 "Generally, it is a good idea to keep this enabled unless you are connecting " |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
918 "to an older FTP server that doesn't support this. If this is disabled, then " |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
919 "gFTP will open up a port on the client side and the remote server will " |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
920 "attempt to connect to it." |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
921 msgstr "" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
922 "Se esta opção estiver activa, o servidor FTP remoto irá abrir um porto para " |
130
e2712348440d
2003-04-13 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
123
diff
changeset
|
923 "a ligação de dados. Caso esteja por trás de uma firewall, terá de activar a " |
e2712348440d
2003-04-13 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
123
diff
changeset
|
924 "opção. Geralmente, é uma boa ideia manter esta opção activa excepto se " |
e2712348440d
2003-04-13 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
123
diff
changeset
|
925 "estiver a ligar-se a um servidor FTP antigo que não suporte esta opção. Caso " |
e2712348440d
2003-04-13 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
123
diff
changeset
|
926 "esteja inactivo, então o gFTP irá abrir um porto do lado do cliente e o " |
e2712348440d
2003-04-13 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
123
diff
changeset
|
927 "servidor remoto tentará ligar-se a ele." |
e2712348440d
2003-04-13 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
123
diff
changeset
|
928 |
231 | 929 #: lib/rfc959.c:72 |
123
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
930 msgid "Resolve Remote Symlinks (LIST -L)" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
931 msgstr "Resolver Ligações Simbólicas Remotas (LIST -L)" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
932 |
231 | 933 #: lib/rfc959.c:75 |
123
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
934 msgid "" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
935 "The remote FTP server will attempt to resolve symlinks in the directory " |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
936 "listings. Generally, this is a good idea to leave enabled. The only time you " |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
937 "will want to disable this is if the remote FTP server doesn't support the -L " |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
938 "option to LIST" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
939 msgstr "" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
940 "O servidor FTP remoto tentará resolver atalhos simbólicos nas listagens de " |
130
e2712348440d
2003-04-13 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
123
diff
changeset
|
941 "directórios. Geralmente, é boa ideia manter esta opção activa. A única " |
e2712348440d
2003-04-13 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
123
diff
changeset
|
942 "altura em que quererá deactivar esta opção será quando o servidor FTP não " |
e2712348440d
2003-04-13 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
123
diff
changeset
|
943 "suportar a opção -L para LIST" |
e2712348440d
2003-04-13 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
123
diff
changeset
|
944 |
231 | 945 #: lib/rfc959.c:77 |
123
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
946 msgid "Transfer files in ASCII mode" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
947 msgstr "Transferir ficheiros em modo ASCII" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
948 |
231 | 949 #: lib/rfc959.c:80 |
123
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
950 msgid "" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
951 "If you are transfering a text file from Windows to UNIX box or vice versa, " |
130
e2712348440d
2003-04-13 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
123
diff
changeset
|
952 "then you should enable this. Each system represents newlines differently for " |
e2712348440d
2003-04-13 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
123
diff
changeset
|
953 "text files. If you are transfering from UNIX to UNIX, then it is safe to " |
e2712348440d
2003-04-13 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
123
diff
changeset
|
954 "leave this off. If you are downloading binary data, you will want to disable " |
e2712348440d
2003-04-13 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
123
diff
changeset
|
955 "this." |
123
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
956 msgstr "" |
130
e2712348440d
2003-04-13 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
123
diff
changeset
|
957 "Caso esteja a transferir um ficheiro de texto de uma máquina Windows para " |
e2712348440d
2003-04-13 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
123
diff
changeset
|
958 "UNIX ou vice-versa, deverá activar esta opção. Cada sistema representa novas " |
e2712348440d
2003-04-13 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
123
diff
changeset
|
959 "linhas de forma distinta. Se estiver a transferir de UNIX para UNIX, é " |
141
c13371ff4ba5
2003-04-22 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
130
diff
changeset
|
960 "seguro deixar desligado. Caso esteja a transferir dados binários, deverá " |
c13371ff4ba5
2003-04-22 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
130
diff
changeset
|
961 "deixar esta opção desabilitada." |
c13371ff4ba5
2003-04-22 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
130
diff
changeset
|
962 |
231 | 963 #: lib/rfc959.c:307 lib/rfc959.c:316 lib/rfc959.c:327 |
123
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
964 #, c-format |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
965 msgid "Received invalid response to PWD command: '%s'\n" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
966 msgstr "Recebida resposta inválida ao comando PWD: '%s'\n" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
967 |
231 | 968 #: lib/rfc959.c:627 lib/rfc959.c:637 |
123
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
969 #, c-format |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
970 msgid "Cannot find an IP address in PASV response '%s'\n" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
971 msgstr "Incapaz de encontrar um endereço IP na resposta PASV '%s'\n" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
972 |
231 | 973 #: lib/rfc959.c:652 lib/rfc959.c:807 |
123
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
974 #, c-format |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
975 msgid "Cannot create a data connection: %s\n" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
976 msgstr "Incapaz de criar uma ligação de dados: %s\n" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
977 |
231 | 978 #: lib/rfc959.c:664 lib/rfc959.c:685 lib/rfc959.c:832 |
123
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
979 #, c-format |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
980 msgid "Cannot get socket name: %s\n" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
981 msgstr "Incapaz de obter nome de socket: %s\n" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
982 |
231 | 983 #: lib/rfc959.c:675 lib/rfc959.c:822 |
123
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
984 #, c-format |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
985 msgid "Cannot bind a port: %s\n" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
986 msgstr "Incapaz de anexar porto: %s\n" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
987 |
231 | 988 #: lib/rfc959.c:694 lib/rfc959.c:841 |
123
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
989 #, c-format |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
990 msgid "Cannot listen on port %d: %s\n" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
991 msgstr "Incapaz de escutar no porto %d: %s\n" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
992 |
231 | 993 #: lib/rfc959.c:756 |
148
c8c4567a872e
2003-04-27 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
141
diff
changeset
|
994 msgid "" |
c8c4567a872e
2003-04-27 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
141
diff
changeset
|
995 "Error: It doesn't look like we are connected via IPv6. Aborting connection.\n" |
165
e2d4dd07fadd
2003-05-24 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
155
diff
changeset
|
996 msgstr "Erro: Não parece que a ligação seja via IPv6. A abortar ligação.\n" |
e2d4dd07fadd
2003-05-24 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
155
diff
changeset
|
997 |
231 | 998 #: lib/rfc959.c:785 lib/rfc959.c:794 |
148
c8c4567a872e
2003-04-27 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
141
diff
changeset
|
999 #, c-format |
c8c4567a872e
2003-04-27 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
141
diff
changeset
|
1000 msgid "Invalid EPSV response '%s'\n" |
c8c4567a872e
2003-04-27 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
141
diff
changeset
|
1001 msgstr "Resposta EPSV inválida '%s'\n" |
c8c4567a872e
2003-04-27 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
141
diff
changeset
|
1002 |
231 | 1003 #: lib/rfc959.c:851 |
148
c8c4567a872e
2003-04-27 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
141
diff
changeset
|
1004 #, c-format |
c8c4567a872e
2003-04-27 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
141
diff
changeset
|
1005 msgid "Cannot get address of local socket: %s\n" |
c8c4567a872e
2003-04-27 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
141
diff
changeset
|
1006 msgstr "Incapaz de obter endereço de socket local: %s\n" |
c8c4567a872e
2003-04-27 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
141
diff
changeset
|
1007 |
231 | 1008 #: lib/rfc959.c:923 |
123
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
1009 #, c-format |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
1010 msgid "Cannot accept connection from server: %s\n" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
1011 msgstr "Incapaz de aceitar ligação do servidor: %s\n" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
1012 |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
1013 #: lib/rfc959.c:1422 |
123
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
1014 msgid "total" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
1015 msgstr "total" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
1016 |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
1017 #: lib/rfc959.c:1424 |
123
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
1018 #, c-format |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
1019 msgid "Warning: Cannot parse listing %s\n" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
1020 msgstr "Aviso: Incapaz de parsear listagem %s\n" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
1021 |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
1022 #: lib/sshv2.c:28 |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
1023 msgid "SSH" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
1024 msgstr "SSH" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
1025 |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
1026 #: lib/sshv2.c:31 |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
1027 msgid "SSH Prog Name:" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
1028 msgstr "Nome Apl SSH:" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
1029 |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
1030 #: lib/sshv2.c:33 |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
1031 msgid "The path to the SSH executable" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
1032 msgstr "O caminho para o executável SSH" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
1033 |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
1034 #: lib/sshv2.c:34 |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
1035 msgid "SSH Extra Params:" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
1036 msgstr "Parâmetros Extra SSH:" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
1037 |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
1038 #: lib/sshv2.c:36 |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
1039 msgid "Extra parameters to pass to the SSH program" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
1040 msgstr "Parâmetros extra a passar para a aplicação SSH" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
1041 |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
1042 #: lib/sshv2.c:37 |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
1043 msgid "SSH2 sftp-server path:" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
1044 msgstr "Caminho SSH2 sftp-server" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
1045 |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
1046 #: lib/sshv2.c:39 |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
1047 msgid "Default remote SSH2 sftp-server path" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
1048 msgstr "Caminho por omissão de SSH2 sftp-server remoto" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
1049 |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
1050 #: lib/sshv2.c:41 |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
1051 msgid "Need SSH User/Pass" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
1052 msgstr "Necessita utilizador/Senha SSH" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
1053 |
231 | 1054 #: lib/sshv2.c:44 |
123
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
1055 msgid "Require a username/password for SSH connections" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
1056 msgstr "Necessita de um utilizador/senha para ligações SSH" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
1057 |
231 | 1058 #: lib/sshv2.c:45 |
123
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
1059 msgid "Use ssh-askpass utility" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
1060 msgstr "Utilizar utilitário ssh-askpass" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
1061 |
231 | 1062 #: lib/sshv2.c:48 |
123
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
1063 msgid "Use the ssh-askpass utility to supply the remote password" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
1064 msgstr "Utilizar o utilitário ssh-askpass para fornecer a senha remota" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
1065 |
231 | 1066 #: lib/sshv2.c:50 |
123
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
1067 msgid "Use SSH2 SFTP subsys" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
1068 msgstr "Utilizar subsistema SSH2 SFTP" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
1069 |
231 | 1070 #: lib/sshv2.c:53 |
123
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
1071 msgid "" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
1072 "Call ssh with the -s sftp flag. This is helpful because you won't have to " |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
1073 "know the remote path to the remote sftp-server" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
1074 msgstr "" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
1075 "Invocar ssh com o parâmetro -s sftp. Isto é útil pois não necessitará de " |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
1076 "saber o caminho remoto para o sftp-server remoto" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
1077 |
231 | 1078 #: lib/sshv2.c:257 |
120 | 1079 #, c-format |
1080 msgid "Running program %s\n" | |
1081 msgstr "A executar aplicação %s\n" | |
1082 | |
237
ed06de018967
2003-07-27 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
231
diff
changeset
|
1083 #: lib/sshv2.c:304 lib/sshv2.c:329 |
120 | 1084 msgid "WARNING" |
1085 msgstr "AVISO" | |
1086 | |
237
ed06de018967
2003-07-27 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
231
diff
changeset
|
1087 #: lib/sshv2.c:371 |
120 | 1088 msgid "Error: An incorrect password was entered\n" |
1089 msgstr "Erro: Foi inserida uma senha incorrecta\n" | |
1090 | |
237
ed06de018967
2003-07-27 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
231
diff
changeset
|
1091 #: lib/sshv2.c:374 |
120 | 1092 msgid "" |
1093 "Please connect to this host with the command line SSH utility and answer " | |
1094 "this question appropriately.\n" | |
1095 msgstr "" | |
1096 "Ligue-se a este servidor com o utilitário de linha de comando SSH e responda " | |
1097 "apropriadamente a esta questão.\n" | |
1098 | |
237
ed06de018967
2003-07-27 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
231
diff
changeset
|
1099 #: lib/sshv2.c:377 |
120 | 1100 msgid "Please correct the above warning to connect to this host.\n" |
1101 msgstr "Corrija o aviso acima para se ligar a este servidor.\n" | |
1102 | |
237
ed06de018967
2003-07-27 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
231
diff
changeset
|
1103 #: lib/sshv2.c:416 |
120 | 1104 #, c-format |
1105 msgid "%d: Protocol Initialization\n" | |
1106 msgstr "%d: Inicialização Protocolo\n" | |
1107 | |
237
ed06de018967
2003-07-27 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
231
diff
changeset
|
1108 #: lib/sshv2.c:422 |
120 | 1109 #, c-format |
1110 msgid "%d: Protocol version %d\n" | |
1111 msgstr "%d: Versão protocolo %d\n" | |
1112 | |
237
ed06de018967
2003-07-27 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
231
diff
changeset
|
1113 #: lib/sshv2.c:431 |
120 | 1114 #, c-format |
1115 msgid "%d: Open %s\n" | |
1116 msgstr "%d: Abrir %s\n" | |
1117 | |
237
ed06de018967
2003-07-27 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
231
diff
changeset
|
1118 #: lib/sshv2.c:436 |
120 | 1119 #, c-format |
1120 msgid "%d: Close\n" | |
1121 msgstr "%d: Fechar\n" | |
1122 | |
237
ed06de018967
2003-07-27 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
231
diff
changeset
|
1123 #: lib/sshv2.c:442 |
120 | 1124 #, c-format |
1125 msgid "%d: Open Directory %s\n" | |
1126 msgstr "%d: Abrir Directório %s\n" | |
1127 | |
237
ed06de018967
2003-07-27 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
231
diff
changeset
|
1128 #: lib/sshv2.c:447 |
120 | 1129 #, c-format |
1130 msgid "%d: Read Directory\n" | |
1131 msgstr "%d: Ler Directório\n" | |
1132 | |
237
ed06de018967
2003-07-27 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
231
diff
changeset
|
1133 #: lib/sshv2.c:451 |
120 | 1134 #, c-format |
1135 msgid "%d: Remove file %s\n" | |
1136 msgstr "%d: Remover ficheiro %s\n" | |
1137 | |
237
ed06de018967
2003-07-27 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
231
diff
changeset
|
1138 #: lib/sshv2.c:456 |
120 | 1139 #, c-format |
1140 msgid "%d: Make directory %s\n" | |
1141 msgstr "%d: Criar directório %s\n" | |
1142 | |
237
ed06de018967
2003-07-27 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
231
diff
changeset
|
1143 #: lib/sshv2.c:461 |
120 | 1144 #, c-format |
231 | 1145 msgid "%d: Remove directory %s\n" |
1146 msgstr "%d: Remover directório %s\n" | |
1147 | |
237
ed06de018967
2003-07-27 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
231
diff
changeset
|
1148 #: lib/sshv2.c:466 |
231 | 1149 #, c-format |
120 | 1150 msgid "%d: Realpath %s\n" |
1151 msgstr "%d: Caminho real %s\n" | |
1152 | |
237
ed06de018967
2003-07-27 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
231
diff
changeset
|
1153 #: lib/sshv2.c:471 |
120 | 1154 #, c-format |
1155 msgid "%d: File attributes\n" | |
1156 msgstr "%d: Atributos ficheiro\n" | |
1157 | |
237
ed06de018967
2003-07-27 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
231
diff
changeset
|
1158 #: lib/sshv2.c:475 |
120 | 1159 #, c-format |
1160 msgid "%d: Stat %s\n" | |
1161 msgstr "%d: Estado %s\n" | |
1162 | |
237
ed06de018967
2003-07-27 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
231
diff
changeset
|
1163 #: lib/sshv2.c:492 |
120 | 1164 #, c-format |
1165 msgid "%d: Chmod %s %o\n" | |
1166 msgstr "%d: Chmod %s %o\n" | |
1167 | |
237
ed06de018967
2003-07-27 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
231
diff
changeset
|
1168 #: lib/sshv2.c:497 |
120 | 1169 #, c-format |
1170 msgid "%d: Utime %s %d\n" | |
1171 msgstr "%d: Utime %s %d\n" | |
1172 | |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
1173 #: lib/sshv2.c:510 src/gtk/bookmarks.c:1014 src/gtk/bookmarks.c:1251 |
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
1174 #: src/gtk/chmod_dialog.c:281 src/gtk/options_dialog.c:1106 |
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
1175 #: src/gtk/options_dialog.c:1308 src/gtk/transfer.c:2046 |
120 | 1176 msgid "OK" |
1177 msgstr "OK" | |
1178 | |
237
ed06de018967
2003-07-27 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
231
diff
changeset
|
1179 #: lib/sshv2.c:513 |
120 | 1180 msgid "EOF" |
1181 msgstr "EOF" | |
1182 | |
237
ed06de018967
2003-07-27 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
231
diff
changeset
|
1183 #: lib/sshv2.c:516 |
120 | 1184 msgid "No such file or directory" |
1185 msgstr "Ficheiro ou directório inexistente" | |
1186 | |
237
ed06de018967
2003-07-27 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
231
diff
changeset
|
1187 #: lib/sshv2.c:519 |
120 | 1188 msgid "Permission denied" |
1189 msgstr "Permissão negada" | |
1190 | |
237
ed06de018967
2003-07-27 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
231
diff
changeset
|
1191 #: lib/sshv2.c:522 |
120 | 1192 msgid "Failure" |
1193 msgstr "Falha" | |
1194 | |
237
ed06de018967
2003-07-27 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
231
diff
changeset
|
1195 #: lib/sshv2.c:525 |
120 | 1196 msgid "Bad message" |
1197 msgstr "Mensagen inválida" | |
1198 | |
237
ed06de018967
2003-07-27 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
231
diff
changeset
|
1199 #: lib/sshv2.c:528 |
120 | 1200 msgid "No connection" |
1201 msgstr "Sem ligação" | |
1202 | |
237
ed06de018967
2003-07-27 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
231
diff
changeset
|
1203 #: lib/sshv2.c:531 |
120 | 1204 msgid "Connection lost" |
1205 msgstr "Ligação perdida" | |
1206 | |
237
ed06de018967
2003-07-27 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
231
diff
changeset
|
1207 #: lib/sshv2.c:534 |
120 | 1208 msgid "Operation unsupported" |
1209 msgstr "Operação não suportada" | |
1210 | |
237
ed06de018967
2003-07-27 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
231
diff
changeset
|
1211 #: lib/sshv2.c:537 |
120 | 1212 msgid "Unknown message returned from server" |
1213 msgstr "Servidor devolveu mensagem desconhecida" | |
1214 | |
237
ed06de018967
2003-07-27 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
231
diff
changeset
|
1215 #: lib/sshv2.c:574 |
120 | 1216 #, c-format |
1217 msgid "Error: Message size %d too big\n" | |
1218 msgstr "Erro: Tamanho mensagem %d demasiado grande\n" | |
1219 | |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
1220 #: lib/sshv2.c:632 lib/sshv2.c:1116 lib/sshv2.c:1951 lib/sshv2.c:2044 |
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
1221 #: lib/sshv2.c:2132 |
120 | 1222 #, c-format |
1223 msgid "Error: Message size %d too big from server\n" | |
1224 msgstr "Erro: Tamanho mensagem %d de servidor demasiado grande\n" | |
1225 | |
237
ed06de018967
2003-07-27 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
231
diff
changeset
|
1226 #: lib/sshv2.c:638 |
231 | 1227 msgid "" |
1228 "There was an error initializing a SSH connection with the remote server. The " | |
1229 "error message from the remote server follows:\n" | |
1230 msgstr "" | |
237
ed06de018967
2003-07-27 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
231
diff
changeset
|
1231 "Ocorreu um erro ao inicializar uma ligação SSH com o servidor remoto. A " |
ed06de018967
2003-07-27 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
231
diff
changeset
|
1232 "mensagem de erro do servidor remoto foi a seguinte:\n" |
ed06de018967
2003-07-27 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
231
diff
changeset
|
1233 |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
1234 #: lib/sshv2.c:714 lib/sshv2.c:727 lib/sshv2.c:749 lib/sshv2.c:817 |
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
1235 #: lib/sshv2.c:948 lib/sshv2.c:1039 lib/sshv2.c:1107 lib/sshv2.c:1220 |
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
1236 #: lib/sshv2.c:1233 lib/sshv2.c:1246 lib/sshv2.c:1259 lib/sshv2.c:1315 |
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
1237 #: lib/sshv2.c:1380 lib/sshv2.c:1840 lib/sshv2.c:1942 lib/sshv2.c:2035 |
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
1238 #: lib/sshv2.c:2120 lib/sshv2.c:2205 |
120 | 1239 msgid "Received wrong response from server, disconnecting\n" |
1240 msgstr "Recebida do servidor resposta incorrecta, a desligar\n" | |
1241 | |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
1242 #: lib/sshv2.c:866 |
120 | 1243 #, c-format |
1244 msgid "Opening SSH connection to %s\n" | |
1245 msgstr "A abrir ligação SSH para %s\n" | |
1246 | |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
1247 #: lib/sshv2.c:959 |
120 | 1248 #, c-format |
1249 msgid "Successfully logged into SSH server %s\n" | |
1250 msgstr "Inicio de sessão com sucesso no servidor SSH %s\n" | |
1251 | |
231 | 1252 #: lib/sslcommon.c:31 |
1253 msgid "SSL Engine" | |
237
ed06de018967
2003-07-27 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
231
diff
changeset
|
1254 msgstr "Motor SSL" |
231 | 1255 |
1256 #: lib/sslcommon.c:34 | |
1257 msgid "SSL Entropy File:" | |
237
ed06de018967
2003-07-27 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
231
diff
changeset
|
1258 msgstr "Ficheiro de Entropia SSL:" |
231 | 1259 |
1260 #: lib/sslcommon.c:36 | |
1261 msgid "SSL entropy file" | |
237
ed06de018967
2003-07-27 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
231
diff
changeset
|
1262 msgstr "Ficheiro entropia SSL" |
231 | 1263 |
1264 #: lib/sslcommon.c:37 | |
1265 msgid "Entropy Seed Length:" | |
237
ed06de018967
2003-07-27 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
231
diff
changeset
|
1266 msgstr "Tamanho Semente de Entropia:" |
231 | 1267 |
1268 #: lib/sslcommon.c:39 | |
1269 msgid "The maximum number of bytes to seed the SSL engine with" | |
237
ed06de018967
2003-07-27 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
231
diff
changeset
|
1270 msgstr "O número máximo de bytes da semente do motor SSL" |
231 | 1271 |
1272 #: lib/sslcommon.c:99 | |
120 | 1273 #, c-format |
231 | 1274 msgid "" |
1275 "Error with certificate at depth: %i\n" | |
1276 "Issuer = %s\n" | |
1277 "Subject = %s\n" | |
1278 "Error %i:%s\n" | |
120 | 1279 msgstr "" |
237
ed06de018967
2003-07-27 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
231
diff
changeset
|
1280 "Erro com certificado na profundidade: %i\n" |
ed06de018967
2003-07-27 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
231
diff
changeset
|
1281 "Emissor = %s\n" |
ed06de018967
2003-07-27 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
231
diff
changeset
|
1282 "Assunto = %s\n" |
ed06de018967
2003-07-27 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
231
diff
changeset
|
1283 "Erro %i:%s\n" |
231 | 1284 |
1285 #: lib/sslcommon.c:121 | |
1286 msgid "Cannot get peer certificate\n" | |
237
ed06de018967
2003-07-27 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
231
diff
changeset
|
1287 msgstr "Incapaz de obter certificado da outra parte\n" |
231 | 1288 |
1289 #: lib/sslcommon.c:180 | |
1290 #, c-format | |
120 | 1291 msgid "" |
231 | 1292 "ERROR: The host in the SSL certificate (%s) does not match the host that we " |
1293 "connected to (%s). Aborting connection.\n" | |
120 | 1294 msgstr "" |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
1295 "ERRO: O servidor no certificado SSL (%s) não coincide com o servidor a que " |
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
1296 "se estabeleceu ligação (%s). A abortar ligação.\n" |
231 | 1297 |
1298 #: lib/sslcommon.c:287 | |
1299 msgid "Cannot initialized the OpenSSL library\n" | |
237
ed06de018967
2003-07-27 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
231
diff
changeset
|
1300 msgstr "Incapaz de inicializar a biblioteca OpenSSL\n" |
231 | 1301 |
1302 #: lib/sslcommon.c:302 | |
1303 msgid "Error loading default SSL certificates\n" | |
237
ed06de018967
2003-07-27 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
231
diff
changeset
|
1304 msgstr "Erro ao ler certificados SSL por omissão\n" |
231 | 1305 |
1306 #: lib/sslcommon.c:313 | |
1307 msgid "Error setting cipher list (no valid ciphers)\n" | |
237
ed06de018967
2003-07-27 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
231
diff
changeset
|
1308 msgstr "Erro ao definir lista de cifras (nenhuma cifra válida)\n" |
231 | 1309 |
1310 #: lib/sslcommon.c:332 lib/sslcommon.c:401 lib/sslcommon.c:448 | |
1311 msgid "Error: SSL engine was not initialized\n" | |
237
ed06de018967
2003-07-27 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
231
diff
changeset
|
1312 msgstr "Erro: motor SSL não foi inicializado\n" |
231 | 1313 |
1314 #: lib/sslcommon.c:349 | |
1315 msgid "Error setting up SSL connection (BIO object)\n" | |
237
ed06de018967
2003-07-27 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
231
diff
changeset
|
1316 msgstr "Erro ao configurar ligação SSL (objecto BIO)\n" |
231 | 1317 |
1318 #: lib/sslcommon.c:359 | |
1319 msgid "Error setting up SSL connection (SSL object)\n" | |
237
ed06de018967
2003-07-27 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
231
diff
changeset
|
1320 msgstr "Erro ao configurar ligação SSL (objecto SSL)\n" |
231 | 1321 |
1322 #: lib/sslcommon.c:377 | |
237
ed06de018967
2003-07-27 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
231
diff
changeset
|
1323 #, c-format |
231 | 1324 msgid "Error with peer certificate: %s\n" |
237
ed06de018967
2003-07-27 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
231
diff
changeset
|
1325 msgstr "Erro com certificado da outra parte: %s\n" |
231 | 1326 |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
1327 #: src/gtk/bookmarks.c:37 src/gtk/gftp-gtk.c:912 src/gtk/menu-items.c:58 |
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
1328 #: src/gtk/menu-items.c:88 src/gtk/misc-gtk.c:483 src/gtk/misc-gtk.c:491 |
120 | 1329 #, c-format |
1330 msgid "%s: Please hit the stop button first to do anything else\n" | |
1331 msgstr "%s: Prima o botão de parar antes de fazer qualquer outra coisa\n" | |
1332 | |
130
e2712348440d
2003-04-13 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
123
diff
changeset
|
1333 #: src/gtk/bookmarks.c:38 |
120 | 1334 msgid "Run Bookmark" |
1335 msgstr "Executar Marcador" | |
1336 | |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
1337 #: src/gtk/bookmarks.c:65 |
120 | 1338 msgid "Add Bookmark: You must enter a name for the bookmark\n" |
1339 msgstr "Adicionar Marcador: Tem de inserir um nome para o marcador\n" | |
1340 | |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
1341 #: src/gtk/bookmarks.c:72 |
120 | 1342 #, c-format |
1343 msgid "Add Bookmark: Cannot add bookmark %s because that name already exists\n" | |
1344 msgstr "" | |
1345 "Adicionar Marcador: Incapaz de adicionar marcador %s pois esse nome já " | |
1346 "existe\n" | |
1347 | |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
1348 #: src/gtk/bookmarks.c:129 src/gtk/bookmarks.c:140 |
120 | 1349 msgid "Add Bookmark" |
1350 msgstr "Adicionar Marcador" | |
1351 | |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
1352 #: src/gtk/bookmarks.c:136 |
120 | 1353 msgid "Add Bookmark: You must enter a hostname\n" |
1354 msgstr "Adicionar Marcador: Tem de inserir um servidor\n" | |
1355 | |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
1356 #: src/gtk/bookmarks.c:140 |
120 | 1357 msgid "" |
1358 "Enter the name of the bookmark you want to add\n" | |
1359 "You can separate items by a / to put it into a submenu\n" | |
1360 "(ex: Linux Sites/Debian)" | |
1361 msgstr "" | |
1362 "Introduza o nome do marcador que deseja adicionar\n" | |
1363 "Pode separar itens com uma / para os colocar num\n" | |
1364 "submenu (ex: Servidores Linux/Slackware)" | |
1365 | |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
1366 #: src/gtk/bookmarks.c:140 |
120 | 1367 msgid "Remember password" |
1368 msgstr "Recordar senha" | |
1369 | |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
1370 #: src/gtk/bookmarks.c:466 src/gtk/bookmarks.c:476 |
120 | 1371 msgid "New Folder" |
1372 msgstr "Nova Pasta" | |
1373 | |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
1374 #: src/gtk/bookmarks.c:467 |
120 | 1375 msgid "Enter the name of the new folder to create" |
1376 msgstr "Introduza o nome da nova pasta a criar" | |
1377 | |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
1378 #: src/gtk/bookmarks.c:477 |
120 | 1379 msgid "Enter the name of the new item to create" |
1380 msgstr "Introduza o nome do novo item a criar" | |
1381 | |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
1382 #: src/gtk/bookmarks.c:550 |
120 | 1383 #, c-format |
1384 msgid "" | |
1385 "Are you sure you want to erase the bookmark\n" | |
1386 "%s and all it's children?" | |
1387 msgstr "" | |
1388 "Tem a certeza que deseja apagar o marcador\n" | |
1389 "%s e todos os seus filhos?" | |
1390 | |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
1391 #: src/gtk/bookmarks.c:551 |
120 | 1392 msgid "Delete Bookmark" |
1393 msgstr "Apagar Marcador" | |
1394 | |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
1395 #: src/gtk/bookmarks.c:578 |
120 | 1396 msgid "Bookmarks" |
1397 msgstr "Marcadores" | |
1398 | |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
1399 #: src/gtk/bookmarks.c:820 src/gtk/bookmarks.c:823 |
120 | 1400 msgid "Edit Entry" |
1401 msgstr "Editar Entrada" | |
1402 | |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
1403 #: src/gtk/bookmarks.c:860 |
120 | 1404 msgid "Description:" |
1405 msgstr "Descrição:" | |
1406 | |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
1407 #: src/gtk/bookmarks.c:875 |
120 | 1408 msgid "Hostname:" |
1409 msgstr "Servidor:" | |
1410 | |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
1411 #: src/gtk/bookmarks.c:888 |
120 | 1412 msgid "Port:" |
1413 msgstr "Porto:" | |
1414 | |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
1415 #: src/gtk/bookmarks.c:905 |
120 | 1416 msgid "Protocol:" |
1417 msgstr "Protocolo:" | |
1418 | |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
1419 #: src/gtk/bookmarks.c:929 |
120 | 1420 msgid "Remote Directory:" |
1421 msgstr "Directório Remoto:" | |
1422 | |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
1423 #: src/gtk/bookmarks.c:942 |
120 | 1424 msgid "Local Directory:" |
1425 msgstr "Directório Local:" | |
1426 | |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
1427 #: src/gtk/bookmarks.c:959 |
120 | 1428 msgid "Username:" |
1429 msgstr "Utilizador:" | |
1430 | |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
1431 #: src/gtk/bookmarks.c:972 |
120 | 1432 msgid "Password:" |
1433 msgstr "Senha:" | |
1434 | |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
1435 #: src/gtk/bookmarks.c:986 |
120 | 1436 msgid "Account:" |
1437 msgstr "Conta:" | |
1438 | |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
1439 #: src/gtk/bookmarks.c:1000 |
120 | 1440 msgid "Log in as ANONYMOUS" |
1441 msgstr "Iniciar sessão como ANONYMOUS" | |
1442 | |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
1443 #: src/gtk/bookmarks.c:1026 src/gtk/bookmarks.c:1261 |
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
1444 #: src/gtk/chmod_dialog.c:293 src/gtk/options_dialog.c:1117 |
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
1445 #: src/gtk/options_dialog.c:1319 src/gtk/transfer.c:2058 |
120 | 1446 msgid " Cancel " |
1447 msgstr " Cancelar " | |
1448 | |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
1449 #: src/gtk/bookmarks.c:1036 src/gtk/options_dialog.c:1330 |
120 | 1450 msgid "Apply" |
1451 msgstr "Aplicar" | |
1452 | |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
1453 #: src/gtk/bookmarks.c:1178 |
120 | 1454 msgid "/_File" |
1455 msgstr "/_Ficheiro" | |
1456 | |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
1457 #: src/gtk/bookmarks.c:1179 |
120 | 1458 msgid "/File/tearoff" |
1459 msgstr "/Ficheiro/destacar" | |
1460 | |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
1461 #: src/gtk/bookmarks.c:1180 |
120 | 1462 msgid "/File/New Folder..." |
1463 msgstr "/Ficheiro/Nova Pasta..." | |
1464 | |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
1465 #: src/gtk/bookmarks.c:1181 |
120 | 1466 msgid "/File/New Item..." |
1467 msgstr "/Ficheiro/Novo Item..." | |
1468 | |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
1469 #: src/gtk/bookmarks.c:1182 |
120 | 1470 msgid "/File/Delete" |
1471 msgstr "/Ficheiro/Apagar" | |
1472 | |
231 | 1473 #: src/gtk/bookmarks.c:1183 |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
1474 msgid "/File/Properties..." |
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
1475 msgstr "/Ficheiro/Propriedades..." |
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
1476 |
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
1477 #: src/gtk/bookmarks.c:1184 |
120 | 1478 msgid "/File/sep" |
1479 msgstr "/Ficheiro/sep" | |
1480 | |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
1481 #: src/gtk/bookmarks.c:1185 |
120 | 1482 msgid "/File/Close" |
1483 msgstr "/Ficheiro/Fechar" | |
1484 | |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
1485 #: src/gtk/bookmarks.c:1196 src/gtk/bookmarks.c:1199 |
120 | 1486 msgid "Edit Bookmarks" |
1487 msgstr "Editar Marcadores" | |
1488 | |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
1489 #: src/gtk/chmod_dialog.c:73 src/gtk/delete_dialog.c:89 |
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
1490 #: src/gtk/menu-items.c:422 src/gtk/mkdir_dialog.c:58 |
231 | 1491 #: src/gtk/rename_dialog.c:59 src/gtk/transfer.c:533 |
120 | 1492 msgid "Operation canceled\n" |
1493 msgstr "Operação cancelada\n" | |
1494 | |
231 | 1495 #: src/gtk/chmod_dialog.c:159 src/gtk/chmod_dialog.c:165 |
1496 #: src/gtk/chmod_dialog.c:170 | |
120 | 1497 msgid "Chmod" |
1498 msgstr "Chmod" | |
1499 | |
231 | 1500 #: src/gtk/chmod_dialog.c:190 |
120 | 1501 msgid "" |
1502 "You can now adjust the attributes of your file(s)\n" | |
1503 "Note: Not all ftp servers support the chmod feature" | |
1504 msgstr "" | |
1505 "Pode agora ajustar os atributos dos seus ficheiros\n" | |
1506 "Nota: Nem todos os servidores ftp suportam esta funcionalidade" | |
1507 | |
231 | 1508 #: src/gtk/chmod_dialog.c:200 |
120 | 1509 msgid "Special" |
1510 msgstr "Especial" | |
1511 | |
231 | 1512 #: src/gtk/chmod_dialog.c:208 |
120 | 1513 msgid "SUID" |
1514 msgstr "SUID" | |
1515 | |
231 | 1516 #: src/gtk/chmod_dialog.c:212 |
120 | 1517 msgid "SGID" |
1518 msgstr "SGID" | |
1519 | |
231 | 1520 #: src/gtk/chmod_dialog.c:216 |
120 | 1521 msgid "Sticky" |
1522 msgstr "Colado" | |
1523 | |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
1524 #: src/gtk/chmod_dialog.c:220 src/gtk/gftp-gtk.c:600 |
120 | 1525 msgid "User" |
1526 msgstr "Utilizador" | |
1527 | |
231 | 1528 #: src/gtk/chmod_dialog.c:228 src/gtk/chmod_dialog.c:248 |
1529 #: src/gtk/chmod_dialog.c:268 | |
120 | 1530 msgid "Read" |
1531 msgstr "Ler" | |
1532 | |
231 | 1533 #: src/gtk/chmod_dialog.c:232 src/gtk/chmod_dialog.c:252 |
1534 #: src/gtk/chmod_dialog.c:272 | |
120 | 1535 msgid "Write" |
1536 msgstr "Escrever" | |
1537 | |
231 | 1538 #: src/gtk/chmod_dialog.c:236 src/gtk/chmod_dialog.c:256 |
1539 #: src/gtk/chmod_dialog.c:276 | |
120 | 1540 msgid "Execute" |
1541 msgstr "Executar" | |
1542 | |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
1543 #: src/gtk/chmod_dialog.c:240 src/gtk/gftp-gtk.c:601 |
120 | 1544 msgid "Group" |
1545 msgstr "Grupo" | |
1546 | |
231 | 1547 #: src/gtk/chmod_dialog.c:260 |
120 | 1548 msgid "Other" |
1549 msgstr "Outro" | |
1550 | |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
1551 #: src/gtk/delete_dialog.c:156 |
120 | 1552 #, c-format |
1553 msgid "Are you sure you want to delete these %ld files and %ld directories" | |
1554 msgstr "Tem a certeza que deseja apagar estes %ld ficheiros e %ld directórios" | |
1555 | |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
1556 #: src/gtk/delete_dialog.c:158 |
120 | 1557 msgid "Delete Files/Directories" |
1558 msgstr "Apagar Ficheiros/Directórios" | |
1559 | |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
1560 #: src/gtk/delete_dialog.c:176 src/gtk/options_dialog.c:1191 |
120 | 1561 msgid "Delete" |
1562 msgstr "Apagar" | |
1563 | |
231 | 1564 #: src/gtk/dnd.c:130 src/gtk/dnd.c:222 |
120 | 1565 msgid "Drag-N-Drop" |
1566 msgstr "Arrastar-E-Largar" | |
1567 | |
231 | 1568 #: src/gtk/dnd.c:234 |
120 | 1569 #, c-format |
1570 msgid "Received URL %s\n" | |
1571 msgstr "Recebido URL %s\n" | |
1572 | |
231 | 1573 #: src/gtk/gftp-gtk.c:116 |
120 | 1574 msgid "Exit" |
1575 msgstr "Sair" | |
1576 | |
231 | 1577 #: src/gtk/gftp-gtk.c:116 |
120 | 1578 msgid "" |
1579 "There are file transfers in progress.\n" | |
1580 "Are you sure you want to exit?" | |
1581 msgstr "" | |
1582 "Existem transferências de ficheiros em decurso.\n" | |
1583 "Tem a certeza que deseja sair?" | |
1584 | |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
1585 #: src/gtk/gftp-gtk.c:160 |
120 | 1586 msgid "/_FTP" |
1587 msgstr "/_FTP" | |
1588 | |
231 | 1589 #: src/gtk/gftp-gtk.c:161 |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
1590 msgid "/FTP/tearoff" |
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
1591 msgstr "/FTP/destacar" |
231 | 1592 |
130
e2712348440d
2003-04-13 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
123
diff
changeset
|
1593 #: src/gtk/gftp-gtk.c:162 |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
1594 msgid "/FTP/Window 1" |
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
1595 msgstr "/FTP/Janela 1" |
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
1596 |
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
1597 #: src/gtk/gftp-gtk.c:163 |
120 | 1598 msgid "/FTP/Window 2" |
1599 msgstr "/FTP/Janela 2" | |
1600 | |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
1601 #: src/gtk/gftp-gtk.c:164 src/gtk/gftp-gtk.c:167 src/gtk/gftp-gtk.c:170 |
120 | 1602 msgid "/FTP/sep" |
1603 msgstr "/FTP/sep" | |
1604 | |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
1605 #: src/gtk/gftp-gtk.c:165 |
231 | 1606 msgid "/FTP/Ascii" |
1607 msgstr "/FTP/Ascii" | |
1608 | |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
1609 #: src/gtk/gftp-gtk.c:166 |
120 | 1610 msgid "/FTP/Binary" |
1611 msgstr "/FTP/Binário" | |
1612 | |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
1613 #: src/gtk/gftp-gtk.c:168 |
120 | 1614 msgid "/FTP/_Options..." |
1615 msgstr "/FTP/_Opções..." | |
1616 | |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
1617 #: src/gtk/gftp-gtk.c:171 |
120 | 1618 msgid "/FTP/_Quit" |
1619 msgstr "/FTP/_Sair" | |
1620 | |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
1621 #: src/gtk/gftp-gtk.c:172 |
231 | 1622 msgid "/_Local" |
1623 msgstr "/_Local" | |
1624 | |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
1625 #: src/gtk/gftp-gtk.c:173 |
120 | 1626 msgid "/Local/tearoff" |
1627 msgstr "/Local/destacar" | |
1628 | |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
1629 #: src/gtk/gftp-gtk.c:174 |
120 | 1630 msgid "/Local/Open _URL..." |
1631 msgstr "/Local/Abrir _URL..." | |
1632 | |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
1633 #: src/gtk/gftp-gtk.c:175 |
120 | 1634 msgid "/Local/Disconnect" |
1635 msgstr "/Local/Desligar" | |
1636 | |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
1637 #: src/gtk/gftp-gtk.c:176 src/gtk/gftp-gtk.c:182 |
120 | 1638 msgid "/Local/sep" |
1639 msgstr "/Local/sep" | |
1640 | |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
1641 #: src/gtk/gftp-gtk.c:177 |
231 | 1642 msgid "/Local/Change Filespec..." |
1643 msgstr "/Local/Alterar Especificação Fich..." | |
1644 | |
130
e2712348440d
2003-04-13 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
123
diff
changeset
|
1645 #: src/gtk/gftp-gtk.c:178 |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
1646 msgid "/Local/Show selected" |
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
1647 msgstr "/Local/Mostrar seleccionados" |
120 | 1648 |
130
e2712348440d
2003-04-13 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
123
diff
changeset
|
1649 #: src/gtk/gftp-gtk.c:179 |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
1650 msgid "/Local/Select All" |
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
1651 msgstr "/Local/Seleccionar Tudo" |
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
1652 |
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
1653 #: src/gtk/gftp-gtk.c:180 |
231 | 1654 msgid "/Local/Select All Files" |
1655 msgstr "/Local/Seleccionar Todos Ficheiros" | |
120 | 1656 |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
1657 #: src/gtk/gftp-gtk.c:181 |
120 | 1658 msgid "/Local/Deselect All" |
1659 msgstr "/Local/Desseleccionar Tudo" | |
1660 | |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
1661 #: src/gtk/gftp-gtk.c:183 |
120 | 1662 msgid "/Local/Save Directory Listing..." |
1663 msgstr "/Local/Gravar Listagem Directório..." | |
1664 | |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
1665 #: src/gtk/gftp-gtk.c:184 |
231 | 1666 msgid "/Local/Send SITE Command..." |
1667 msgstr "/Local/Enviar Comando SITE..." | |
1668 | |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
1669 #: src/gtk/gftp-gtk.c:185 |
120 | 1670 msgid "/Local/Change Directory" |
1671 msgstr "/Local/Alterar Directório" | |
1672 | |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
1673 #: src/gtk/gftp-gtk.c:186 |
120 | 1674 msgid "/Local/Chmod..." |
1675 msgstr "/Local/Chmod..." | |
1676 | |
231 | 1677 #: src/gtk/gftp-gtk.c:187 |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
1678 msgid "/Local/Make Directory..." |
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
1679 msgstr "/Local/Criar Directório..." |
231 | 1680 |
130
e2712348440d
2003-04-13 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
123
diff
changeset
|
1681 #: src/gtk/gftp-gtk.c:188 |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
1682 msgid "/Local/Rename..." |
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
1683 msgstr "/Local/Renomear..." |
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
1684 |
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
1685 #: src/gtk/gftp-gtk.c:189 |
231 | 1686 msgid "/Local/Delete..." |
1687 msgstr "/Local/Apagar..." | |
120 | 1688 |
1689 #: src/gtk/gftp-gtk.c:190 | |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
1690 msgid "/Local/Edit..." |
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
1691 msgstr "/Local/Editar..." |
120 | 1692 |
1693 #: src/gtk/gftp-gtk.c:191 | |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
1694 msgid "/Local/View..." |
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
1695 msgstr "/Local/Ver..." |
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
1696 |
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
1697 #: src/gtk/gftp-gtk.c:192 |
231 | 1698 msgid "/Local/Refresh" |
1699 msgstr "/Local/Actualizar" | |
120 | 1700 |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
1701 #: src/gtk/gftp-gtk.c:193 |
130
e2712348440d
2003-04-13 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
123
diff
changeset
|
1702 msgid "/_Remote" |
e2712348440d
2003-04-13 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
123
diff
changeset
|
1703 msgstr "/_Remoto" |
120 | 1704 |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
1705 #: src/gtk/gftp-gtk.c:194 |
130
e2712348440d
2003-04-13 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
123
diff
changeset
|
1706 msgid "/Remote/tearoff" |
e2712348440d
2003-04-13 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
123
diff
changeset
|
1707 msgstr "/Remoto/destacar" |
120 | 1708 |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
1709 #: src/gtk/gftp-gtk.c:195 |
130
e2712348440d
2003-04-13 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
123
diff
changeset
|
1710 msgid "/Remote/Open _URL..." |
e2712348440d
2003-04-13 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
123
diff
changeset
|
1711 msgstr "/Remoto/Abrir _URL..." |
e2712348440d
2003-04-13 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
123
diff
changeset
|
1712 |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
1713 #: src/gtk/gftp-gtk.c:197 |
130
e2712348440d
2003-04-13 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
123
diff
changeset
|
1714 msgid "/Remote/Disconnect" |
e2712348440d
2003-04-13 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
123
diff
changeset
|
1715 msgstr "/Remoto/Desligar" |
e2712348440d
2003-04-13 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
123
diff
changeset
|
1716 |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
1717 #: src/gtk/gftp-gtk.c:199 src/gtk/gftp-gtk.c:205 |
130
e2712348440d
2003-04-13 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
123
diff
changeset
|
1718 msgid "/Remote/sep" |
e2712348440d
2003-04-13 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
123
diff
changeset
|
1719 msgstr "/Remoto/sep" |
120 | 1720 |
231 | 1721 #: src/gtk/gftp-gtk.c:200 |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
1722 msgid "/Remote/Change Filespec..." |
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
1723 msgstr "/Remoto/Alterar Especificação Fich..." |
231 | 1724 |
120 | 1725 #: src/gtk/gftp-gtk.c:201 |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
1726 msgid "/Remote/Show selected" |
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
1727 msgstr "/Remoto/Mostrar seleccionados" |
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
1728 |
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
1729 #: src/gtk/gftp-gtk.c:202 |
231 | 1730 msgid "/Remote/Select All" |
1731 msgstr "/Remoto/Seleccionar Tudo" | |
120 | 1732 |
231 | 1733 #: src/gtk/gftp-gtk.c:203 |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
1734 msgid "/Remote/Select All Files" |
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
1735 msgstr "/Remoto/Seleccionar Todos Ficheiros" |
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
1736 |
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
1737 #: src/gtk/gftp-gtk.c:204 |
130
e2712348440d
2003-04-13 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
123
diff
changeset
|
1738 msgid "/Remote/Deselect All" |
e2712348440d
2003-04-13 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
123
diff
changeset
|
1739 msgstr "/Remoto/Desseleccionar Tudo" |
120 | 1740 |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
1741 #: src/gtk/gftp-gtk.c:206 |
231 | 1742 msgid "/Remote/Save Directory Listing..." |
1743 msgstr "/Remoto/Gravar Listagem Directório..." | |
1744 | |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
1745 #: src/gtk/gftp-gtk.c:207 |
130
e2712348440d
2003-04-13 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
123
diff
changeset
|
1746 msgid "/Remote/Send SITE Command..." |
e2712348440d
2003-04-13 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
123
diff
changeset
|
1747 msgstr "/Remoto/Enviar Comando SITE..." |
e2712348440d
2003-04-13 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
123
diff
changeset
|
1748 |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
1749 #: src/gtk/gftp-gtk.c:208 |
130
e2712348440d
2003-04-13 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
123
diff
changeset
|
1750 msgid "/Remote/Change Directory" |
e2712348440d
2003-04-13 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
123
diff
changeset
|
1751 msgstr "/Remoto/Alterar Directório" |
120 | 1752 |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
1753 #: src/gtk/gftp-gtk.c:209 |
231 | 1754 msgid "/Remote/Chmod..." |
1755 msgstr "/Remoto/Chmod..." | |
1756 | |
130
e2712348440d
2003-04-13 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
123
diff
changeset
|
1757 #: src/gtk/gftp-gtk.c:210 |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
1758 msgid "/Remote/Make Directory..." |
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
1759 msgstr "/Remoto/Criar Directório..." |
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
1760 |
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
1761 #: src/gtk/gftp-gtk.c:211 |
231 | 1762 msgid "/Remote/Rename..." |
1763 msgstr "/Remoto/Renomear..." | |
120 | 1764 |
130
e2712348440d
2003-04-13 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
123
diff
changeset
|
1765 #: src/gtk/gftp-gtk.c:212 |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
1766 msgid "/Remote/Delete..." |
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
1767 msgstr "/Remoto/Apagar..." |
130
e2712348440d
2003-04-13 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
123
diff
changeset
|
1768 |
e2712348440d
2003-04-13 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
123
diff
changeset
|
1769 #: src/gtk/gftp-gtk.c:213 |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
1770 msgid "/Remote/Edit..." |
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
1771 msgstr "/Remoto/Editar..." |
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
1772 |
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
1773 #: src/gtk/gftp-gtk.c:214 |
231 | 1774 msgid "/Remote/View..." |
1775 msgstr "/Remoto/Ver..." | |
120 | 1776 |
1777 #: src/gtk/gftp-gtk.c:215 | |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
1778 msgid "/Remote/Refresh" |
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
1779 msgstr "/Remoto/Actualizar" |
120 | 1780 |
1781 #: src/gtk/gftp-gtk.c:216 | |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
1782 msgid "/_Bookmarks" |
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
1783 msgstr "/_Marcadores" |
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
1784 |
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
1785 #: src/gtk/gftp-gtk.c:217 |
231 | 1786 msgid "/Bookmarks/tearoff" |
1787 msgstr "/Marcadores/destacar" | |
120 | 1788 |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
1789 #: src/gtk/gftp-gtk.c:218 |
130
e2712348440d
2003-04-13 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
123
diff
changeset
|
1790 msgid "/Bookmarks/Add bookmark" |
e2712348440d
2003-04-13 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
123
diff
changeset
|
1791 msgstr "/Marcadores/Adicionar marcador" |
120 | 1792 |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
1793 #: src/gtk/gftp-gtk.c:220 |
130
e2712348440d
2003-04-13 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
123
diff
changeset
|
1794 msgid "/Bookmarks/Edit bookmarks" |
e2712348440d
2003-04-13 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
123
diff
changeset
|
1795 msgstr "/Marcadores/Editar marcadores" |
120 | 1796 |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
1797 #: src/gtk/gftp-gtk.c:221 |
231 | 1798 msgid "/Bookmarks/sep" |
1799 msgstr "/Marcadores/sep" | |
1800 | |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
1801 #: src/gtk/gftp-gtk.c:222 |
130
e2712348440d
2003-04-13 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
123
diff
changeset
|
1802 msgid "/_Transfers" |
e2712348440d
2003-04-13 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
123
diff
changeset
|
1803 msgstr "/_Transferências" |
120 | 1804 |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
1805 #: src/gtk/gftp-gtk.c:223 |
130
e2712348440d
2003-04-13 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
123
diff
changeset
|
1806 msgid "/Transfers/tearoff" |
e2712348440d
2003-04-13 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
123
diff
changeset
|
1807 msgstr "/Transferências/destacar" |
e2712348440d
2003-04-13 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
123
diff
changeset
|
1808 |
231 | 1809 #: src/gtk/gftp-gtk.c:224 |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
1810 msgid "/Transfers/Start Transfer" |
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
1811 msgstr "/Transferências/Iniciar Transferência" |
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
1812 |
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
1813 #: src/gtk/gftp-gtk.c:225 |
130
e2712348440d
2003-04-13 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
123
diff
changeset
|
1814 msgid "/Transfers/Stop Transfer" |
e2712348440d
2003-04-13 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
123
diff
changeset
|
1815 msgstr "/Transferências/Parar Transferência" |
e2712348440d
2003-04-13 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
123
diff
changeset
|
1816 |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
1817 #: src/gtk/gftp-gtk.c:227 src/gtk/gftp-gtk.c:235 |
130
e2712348440d
2003-04-13 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
123
diff
changeset
|
1818 msgid "/Transfers/sep" |
e2712348440d
2003-04-13 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
123
diff
changeset
|
1819 msgstr "/Transferências/sep" |
e2712348440d
2003-04-13 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
123
diff
changeset
|
1820 |
231 | 1821 #: src/gtk/gftp-gtk.c:228 |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
1822 msgid "/Transfers/Skip Current File" |
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
1823 msgstr "/Transferências/Ignorar Ficheiro Actual" |
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
1824 |
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
1825 #: src/gtk/gftp-gtk.c:229 |
130
e2712348440d
2003-04-13 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
123
diff
changeset
|
1826 msgid "/Transfers/Remove File" |
e2712348440d
2003-04-13 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
123
diff
changeset
|
1827 msgstr "/Transferências/Remover Ficheiro" |
e2712348440d
2003-04-13 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
123
diff
changeset
|
1828 |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
1829 #: src/gtk/gftp-gtk.c:231 |
130
e2712348440d
2003-04-13 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
123
diff
changeset
|
1830 msgid "/Transfers/Move File _Up" |
e2712348440d
2003-04-13 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
123
diff
changeset
|
1831 msgstr "/Transferências/Mover Ficheiro _Acima" |
e2712348440d
2003-04-13 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
123
diff
changeset
|
1832 |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
1833 #: src/gtk/gftp-gtk.c:233 |
130
e2712348440d
2003-04-13 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
123
diff
changeset
|
1834 msgid "/Transfers/Move File _Down" |
e2712348440d
2003-04-13 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
123
diff
changeset
|
1835 msgstr "/Transferências/Mover Ficheiro A_baixo" |
e2712348440d
2003-04-13 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
123
diff
changeset
|
1836 |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
1837 #: src/gtk/gftp-gtk.c:236 |
130
e2712348440d
2003-04-13 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
123
diff
changeset
|
1838 msgid "/Transfers/Retrieve Files" |
e2712348440d
2003-04-13 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
123
diff
changeset
|
1839 msgstr "/Transferências/Obter Ficheiros" |
e2712348440d
2003-04-13 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
123
diff
changeset
|
1840 |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
1841 #: src/gtk/gftp-gtk.c:237 |
231 | 1842 msgid "/Transfers/Put Files" |
1843 msgstr "/Transferências/Colocar Ficheiros" | |
1844 | |
130
e2712348440d
2003-04-13 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
123
diff
changeset
|
1845 #: src/gtk/gftp-gtk.c:238 |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
1846 msgid "/L_ogging" |
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
1847 msgstr "/_Registo" |
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
1848 |
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
1849 #: src/gtk/gftp-gtk.c:239 |
231 | 1850 msgid "/Logging/tearoff" |
1851 msgstr "/Registo/destacar" | |
130
e2712348440d
2003-04-13 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
123
diff
changeset
|
1852 |
e2712348440d
2003-04-13 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
123
diff
changeset
|
1853 #: src/gtk/gftp-gtk.c:240 |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
1854 msgid "/Logging/Clear" |
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
1855 msgstr "/Registo/Limpar" |
130
e2712348440d
2003-04-13 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
123
diff
changeset
|
1856 |
e2712348440d
2003-04-13 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
123
diff
changeset
|
1857 #: src/gtk/gftp-gtk.c:241 |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
1858 msgid "/Logging/View log..." |
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
1859 msgstr "/Registo/Ver registo (log)..." |
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
1860 |
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
1861 #: src/gtk/gftp-gtk.c:242 |
231 | 1862 msgid "/Logging/Save log..." |
1863 msgstr "/Registo/Gravar registo..." | |
130
e2712348440d
2003-04-13 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
123
diff
changeset
|
1864 |
e2712348440d
2003-04-13 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
123
diff
changeset
|
1865 #: src/gtk/gftp-gtk.c:243 |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
1866 msgid "/Tool_s" |
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
1867 msgstr "/Ferramenta_s" |
130
e2712348440d
2003-04-13 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
123
diff
changeset
|
1868 |
e2712348440d
2003-04-13 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
123
diff
changeset
|
1869 #: src/gtk/gftp-gtk.c:244 |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
1870 msgid "/Tools/tearoff" |
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
1871 msgstr "/Ferramentas/destacar" |
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
1872 |
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
1873 #: src/gtk/gftp-gtk.c:245 |
231 | 1874 msgid "/Tools/Compare Windows" |
1875 msgstr "/Ferramentas/Comparar Janelas" | |
130
e2712348440d
2003-04-13 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
123
diff
changeset
|
1876 |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
1877 #: src/gtk/gftp-gtk.c:246 |
120 | 1878 msgid "/Tools/Clear Cache" |
1879 msgstr "/Ferramentas/Limpar Cache" | |
1880 | |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
1881 #: src/gtk/gftp-gtk.c:247 |
120 | 1882 msgid "/_Help" |
1883 msgstr "/_Ajuda" | |
1884 | |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
1885 #: src/gtk/gftp-gtk.c:248 |
231 | 1886 msgid "/Help/tearoff" |
1887 msgstr "/Ajuda/destacar" | |
1888 | |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
1889 #: src/gtk/gftp-gtk.c:249 |
120 | 1890 msgid "/Help/About..." |
1891 msgstr "/Ajuda/Sobre..." | |
1892 | |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
1893 #: src/gtk/gftp-gtk.c:367 |
120 | 1894 msgid "Host: " |
1895 msgstr "Servidor: " | |
1896 | |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
1897 #: src/gtk/gftp-gtk.c:385 |
120 | 1898 msgid "Port: " |
1899 msgstr "Porto: " | |
1900 | |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
1901 #: src/gtk/gftp-gtk.c:403 |
120 | 1902 msgid "User: " |
1903 msgstr "Utilizador: " | |
1904 | |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
1905 #: src/gtk/gftp-gtk.c:421 |
120 | 1906 msgid "Pass: " |
1907 msgstr "Senha: " | |
1908 | |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
1909 #: src/gtk/gftp-gtk.c:598 src/gtk/gftp-gtk.c:802 src/gtk/transfer.c:1887 |
120 | 1910 msgid "Filename" |
1911 msgstr "Nome ficheiro" | |
1912 | |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
1913 #: src/gtk/gftp-gtk.c:599 |
120 | 1914 msgid "Size" |
1915 msgstr "Tamanho" | |
1916 | |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
1917 #: src/gtk/gftp-gtk.c:602 |
120 | 1918 msgid "Date" |
1919 msgstr "Data" | |
1920 | |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
1921 #: src/gtk/gftp-gtk.c:603 |
120 | 1922 msgid "Attribs" |
1923 msgstr "Atributos" | |
1924 | |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
1925 #: src/gtk/gftp-gtk.c:803 |
120 | 1926 msgid "Progress" |
1927 msgstr "Progresso" | |
1928 | |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
1929 #: src/gtk/gftp-gtk.c:913 src/gtk/misc-gtk.c:892 src/gtk/misc-gtk.c:963 |
120 | 1930 msgid "Connect" |
1931 msgstr "Ligar" | |
1932 | |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
1933 #: src/gtk/gftp-gtk.c:935 |
120 | 1934 msgid "Error: You must type in a host to connect to\n" |
1935 msgstr "Erro: Tem de inserir um servidor a que se ligar\n" | |
1936 | |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
1937 #: src/gtk/gftp-gtk.c:1170 |
120 | 1938 msgid "" |
1939 ">. If you have any questions, comments, or suggestions about this program, " | |
1940 "please feel free to email them to me. You can always find out the latest " | |
1941 "news about gFTP from my website at http://www.gftp.org/\n" | |
1942 msgstr "" | |
1943 ">. Caso tenha quaisquer questões, comentários ou sugestões sobre esta " | |
1944 "aplicação, envie-as para mim por email (em inglês). Pode sempre saber as " | |
1945 "últimas notícias sobre o gFTP através da minha página em http://www.gftp." | |
1946 "org/\n" | |
1947 | |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
1948 #: src/gtk/gftp-gtk.c:1172 src/text/gftp-text.c:150 |
231 | 1949 msgid "" |
1950 "gFTP comes with ABSOLUTELY NO WARRANTY; for details, see the COPYING file. " | |
1951 "This is free software, and you are welcome to redistribute it under certain " | |
1952 "conditions; for details, see the COPYING file\n" | |
1953 msgstr "" | |
1954 "gFTP vem SEM QUALQUER GARANTIA; para mais detalhes, consulte o ficheiro " | |
1955 "COPYING. Esta é uma aplicação livre, e pode redistribui-la sob determinadas " | |
1956 "condições; para detalhes, consulte o ficheiro COPYING\n" | |
1957 | |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
1958 #: src/gtk/menu-items.c:59 src/gtk/menu-items.c:89 |
120 | 1959 msgid "OpenURL" |
1960 msgstr "AbrirURL" | |
1961 | |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
1962 #: src/gtk/menu-items.c:67 src/gtk/menu-items.c:97 |
120 | 1963 msgid "OpenURL: Operation canceled...you must enter a string\n" |
1964 msgstr "AbrirURL: Operação cancelada...tem de inserir uma expressão\n" | |
1965 | |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
1966 #: src/gtk/menu-items.c:119 |
120 | 1967 msgid "Connect via URL" |
1968 msgstr "Ligar-se via URL" | |
1969 | |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
1970 #: src/gtk/menu-items.c:119 |
120 | 1971 msgid "Enter ftp url to connect to" |
1972 msgstr "Introduza url ftp a que se ligar" | |
1973 | |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
1974 #: src/gtk/menu-items.c:152 |
120 | 1975 msgid "Change Filespec: Operation canceled...you must enter a string\n" |
1976 msgstr "" | |
1977 "Alterar Especificação Fich.: Operação cancelada...tem de inserir uma " | |
1978 "expressão\n" | |
1979 | |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
1980 #: src/gtk/menu-items.c:189 src/gtk/menu-items.c:192 |
120 | 1981 msgid "Change Filespec" |
1982 msgstr "Alterar Especificação Fich." | |
1983 | |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
1984 #: src/gtk/menu-items.c:192 |
120 | 1985 msgid "Enter the new file specification" |
1986 msgstr "Introduza uma nova especificação de ficheiro" | |
1987 | |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
1988 #: src/gtk/menu-items.c:220 src/gtk/menu-items.c:592 src/gtk/menu-items.c:650 |
130
e2712348440d
2003-04-13 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
123
diff
changeset
|
1989 #: src/gtk/view_dialog.c:62 src/gtk/view_dialog.c:129 |
120 | 1990 #, c-format |
1991 msgid "Error: Cannot open %s for writing: %s\n" | |
1992 msgstr "Erro: Incapaz de abrir %s para escrita: %s\n" | |
1993 | |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
1994 #: src/gtk/menu-items.c:246 |
120 | 1995 msgid "Save Directory Listing" |
1996 msgstr "Gravar listagem Directório" | |
1997 | |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
1998 #: src/gtk/menu-items.c:363 |
120 | 1999 msgid "SITE: Operation canceled...you must enter a string\n" |
2000 msgstr "SITE: Operação cancelada...tem de inserir uma expressão\n" | |
2001 | |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
2002 #: src/gtk/menu-items.c:382 src/gtk/menu-items.c:385 |
120 | 2003 msgid "Site" |
2004 msgstr "Servidor" | |
2005 | |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
2006 #: src/gtk/menu-items.c:385 |
120 | 2007 msgid "Enter site-specific command" |
2008 msgstr "Introduza comando específico servidor" | |
2009 | |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
2010 #: src/gtk/menu-items.c:484 src/gtk/menu-items.c:518 |
120 | 2011 msgid "Chdir" |
2012 msgstr "Chdir" | |
2013 | |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
2014 #: src/gtk/menu-items.c:616 src/gtk/menu-items.c:674 |
120 | 2015 #, c-format |
2016 msgid "Error: Error writing to %s: %s\n" | |
2017 msgstr "Erro: Erro ao escrever em %s: %s\n" | |
2018 | |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
2019 #: src/gtk/menu-items.c:685 |
120 | 2020 #, c-format |
2021 msgid "Successfully wrote the log file to %s\n" | |
2022 msgstr "Ficheiro de registo escrito com sucesso para %s\n" | |
2023 | |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
2024 #: src/gtk/menu-items.c:697 |
120 | 2025 msgid "Save Log" |
2026 msgstr "Gravar Registo" | |
2027 | |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
2028 #: src/gtk/menu-items.c:733 |
120 | 2029 #, c-format |
2030 msgid "" | |
2031 "Cannot find the license agreement file COPYING. Please make sure it is in " | |
2032 "either %s or in %s" | |
2033 msgstr "" | |
2034 "Incapaz de encontrar o ficheiro de acordo de licenciamento COPYING. " | |
2035 "Certifique-se de que se encontra em %s ou em %s" | |
2036 | |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
2037 #: src/gtk/menu-items.c:737 src/gtk/menu-items.c:742 |
120 | 2038 msgid "About gFTP" |
2039 msgstr "Sobre gFTP" | |
2040 | |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
2041 #: src/gtk/menu-items.c:773 |
120 | 2042 #, c-format |
2043 msgid "" | |
2044 "%s\n" | |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
2045 "Copyright (C) 1998-2003 Brian Masney <masneyb@gftp.org>\n" |
120 | 2046 "Official Homepage: http://www.gftp.org/\n" |
2047 "Logo by: Aaron Worley <planet_hoth@yahoo.com>\n" | |
2048 msgstr "" | |
2049 "%s\n" | |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
2050 "Copyright (C) 1998-2003 Brian Masney <masneyb@gftp.org>\n" |
120 | 2051 "Página Oficial: http://www.gftp.org/\n" |
2052 "Logo por: Aaron Worley <planet_hoth@yahoo.com>\n" | |
2053 | |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
2054 #: src/gtk/menu-items.c:774 src/text/gftp-text.c:390 |
231 | 2055 msgid "Translated by" |
2056 msgstr "Traduzido por Duarte Loreto <happyguy_pt@hotmail.com>" | |
2057 | |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
2058 #: src/gtk/menu-items.c:785 |
120 | 2059 msgid "About" |
2060 msgstr "Sobre" | |
2061 | |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
2062 #: src/gtk/menu-items.c:834 |
120 | 2063 msgid "License Agreement" |
2064 msgstr "Acordo Licenciamento" | |
2065 | |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
2066 #: src/gtk/menu-items.c:840 src/gtk/view_dialog.c:377 |
120 | 2067 msgid " Close " |
2068 msgstr " Fechar " | |
2069 | |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
2070 #: src/gtk/menu-items.c:922 |
120 | 2071 msgid "Compare Windows" |
2072 msgstr "Comparar Janelas" | |
2073 | |
231 | 2074 #: src/gtk/misc-gtk.c:214 |
120 | 2075 msgid "Refresh" |
2076 msgstr "Actualizar" | |
2077 | |
231 | 2078 #: src/gtk/misc-gtk.c:303 |
120 | 2079 msgid "All Files" |
2080 msgstr "Todos Ficheiros" | |
2081 | |
231 | 2082 #: src/gtk/misc-gtk.c:310 |
120 | 2083 msgid "] (Cached) [" |
2084 msgstr "] (Em Cache) [" | |
2085 | |
231 | 2086 #: src/gtk/misc-gtk.c:324 |
120 | 2087 msgid "Not connected" |
2088 msgstr "Desligado" | |
2089 | |
231 | 2090 #: src/gtk/misc-gtk.c:410 |
120 | 2091 #, c-format |
2092 msgid "Error opening file %s: %s\n" | |
2093 msgstr "Erro ao abrir ficheiro %s: %s\n" | |
2094 | |
231 | 2095 #: src/gtk/misc-gtk.c:499 |
120 | 2096 #, c-format |
2097 msgid "%s: Not connected to a remote site\n" | |
2098 msgstr "%s: Desligado de qualquer servidor remoto\n" | |
2099 | |
231 | 2100 #: src/gtk/misc-gtk.c:506 |
120 | 2101 #, c-format |
2102 msgid "%s: This feature is not available using this protocol\n" | |
2103 msgstr "%s: Esta funcionalidade não está disponível com este protocolo\n" | |
2104 | |
231 | 2105 #: src/gtk/misc-gtk.c:514 |
120 | 2106 #, c-format |
2107 msgid "%s: You must only have one item selected\n" | |
2108 msgstr "%s: Apenas pode ter seleccionado um item\n" | |
2109 | |
231 | 2110 #: src/gtk/misc-gtk.c:521 |
120 | 2111 #, c-format |
2112 msgid "%s: You must have at least one item selected\n" | |
2113 msgstr "%s: Tem de ter pelo menos um item seleccionado\n" | |
2114 | |
231 | 2115 #: src/gtk/misc-gtk.c:889 src/gtk/misc-gtk.c:960 |
120 | 2116 msgid "Change" |
2117 msgstr "Alterar" | |
2118 | |
231 | 2119 #: src/gtk/misc-gtk.c:895 src/gtk/misc-gtk.c:966 src/gtk/rename_dialog.c:101 |
2120 #: src/gtk/rename_dialog.c:113 | |
120 | 2121 msgid "Rename" |
2122 msgstr "Renomear" | |
2123 | |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
2124 #: src/gtk/misc-gtk.c:957 src/gtk/options_dialog.c:1177 |
120 | 2125 msgid "Add" |
2126 msgstr "Adicionar" | |
2127 | |
231 | 2128 #: src/gtk/misc-gtk.c:983 |
120 | 2129 msgid "Cancel" |
2130 msgstr "Cancelar" | |
2131 | |
231 | 2132 #: src/gtk/misc-gtk.c:1053 |
120 | 2133 msgid " Yes " |
2134 msgstr " Sim " | |
2135 | |
231 | 2136 #: src/gtk/misc-gtk.c:1063 |
120 | 2137 msgid " No " |
2138 msgstr " Não " | |
2139 | |
231 | 2140 #: src/gtk/misc-gtk.c:1119 |
2141 msgid "Getting directory listings" | |
2142 msgstr "A obter listagens de directórios" | |
2143 | |
2144 #: src/gtk/misc-gtk.c:1139 | |
2145 msgid " Stop " | |
2146 msgstr " Parar " | |
2147 | |
130
e2712348440d
2003-04-13 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
123
diff
changeset
|
2148 #: src/gtk/misc-gtk.c:1149 |
120 | 2149 #, c-format |
2150 msgid "" | |
2151 "Received %ld directories\n" | |
2152 "and %ld files" | |
2153 msgstr "" | |
2154 "Recebidos %ld directórios\n" | |
2155 "e %ld ficheiros" | |
2156 | |
231 | 2157 #: src/gtk/misc-gtk.c:1269 |
2158 #, c-format | |
2159 msgid "gFTP Error: Cannot find file %s in %s or %s\n" | |
2160 msgstr "Erro gFTP: Incapaz de encontrar ficheiro %s em %s ou %s\n" | |
2161 | |
2162 #: src/gtk/mkdir_dialog.c:78 | |
120 | 2163 msgid "Mkdir: Operation canceled...you must enter a string\n" |
2164 msgstr "Mkdir: Operação cancelada...tem de inserir uma expressão\n" | |
2165 | |
231 | 2166 #: src/gtk/mkdir_dialog.c:100 |
120 | 2167 msgid "Mkdir" |
2168 msgstr "Mkdir" | |
2169 | |
231 | 2170 #: src/gtk/mkdir_dialog.c:104 |
120 | 2171 msgid "Make Directory" |
2172 msgstr "Criar Directório" | |
2173 | |
231 | 2174 #: src/gtk/mkdir_dialog.c:104 |
120 | 2175 msgid "Enter name of directory to create" |
2176 msgstr "Introduza nome do directório a criar" | |
2177 | |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
2178 #: src/gtk/options_dialog.c:917 |
120 | 2179 msgid "Edit Host" |
2180 msgstr "Editar Servidor" | |
2181 | |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
2182 #: src/gtk/options_dialog.c:917 |
120 | 2183 msgid "Add Host" |
2184 msgstr "Adicionar Servidor" | |
2185 | |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
2186 #: src/gtk/options_dialog.c:949 src/gtk/options_dialog.c:1040 |
120 | 2187 msgid "Domain" |
2188 msgstr "Domínio" | |
2189 | |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
2190 #: src/gtk/options_dialog.c:969 |
120 | 2191 msgid "Network Address" |
2192 msgstr "Endereço Rede" | |
2193 | |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
2194 #: src/gtk/options_dialog.c:1002 src/gtk/options_dialog.c:1142 |
120 | 2195 msgid "Netmask" |
2196 msgstr "Máscara Rede" | |
2197 | |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
2198 #: src/gtk/options_dialog.c:1148 |
120 | 2199 msgid "Local Hosts" |
2200 msgstr "Servidores Locais" | |
2201 | |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
2202 #: src/gtk/options_dialog.c:1184 src/gtk/view_dialog.c:91 |
120 | 2203 msgid "Edit" |
2204 msgstr "Editar" | |
2205 | |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
2206 #: src/gtk/options_dialog.c:1246 src/gtk/options_dialog.c:1251 |
120 | 2207 msgid "Options" |
2208 msgstr "Opções" | |
2209 | |
231 | 2210 #: src/gtk/rename_dialog.c:79 |
120 | 2211 msgid "Rename: Operation canceled...you must enter a string\n" |
2212 msgstr "Renomear: Operação cancelada...tem de inserir uma expressão\n" | |
2213 | |
231 | 2214 #: src/gtk/rename_dialog.c:111 |
120 | 2215 #, c-format |
2216 msgid "What would you like to rename %s to?" | |
2217 msgstr "Para o que deseja renomear %s?" | |
2218 | |
2219 #: src/gtk/transfer.c:166 | |
2220 msgid "Receiving file names..." | |
2221 msgstr "A receber nomes de ficheiros..." | |
2222 | |
130
e2712348440d
2003-04-13 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
123
diff
changeset
|
2223 #: src/gtk/transfer.c:282 |
120 | 2224 #, c-format |
2225 msgid "Waiting %d seconds until trying to connect again\n" | |
2226 msgstr "A aguardar %d segundos até tentar novamente ligação\n" | |
2227 | |
231 | 2228 #: src/gtk/transfer.c:309 src/gtk/transfer.c:1285 |
120 | 2229 msgid "Connecting..." |
2230 msgstr "A Ligar..." | |
2231 | |
231 | 2232 #: src/gtk/transfer.c:319 src/gtk/transfer.c:1179 src/gtk/transfer.c:1190 |
120 | 2233 msgid "Enter Password" |
2234 msgstr "Introduza Senha" | |
2235 | |
231 | 2236 #: src/gtk/transfer.c:320 src/gtk/transfer.c:1180 src/gtk/transfer.c:1191 |
120 | 2237 msgid "Please enter your password for this site" |
2238 msgstr "Introduza a sua senha para este servidor" | |
2239 | |
231 | 2240 #: src/gtk/transfer.c:410 |
120 | 2241 msgid "Transfer Files" |
2242 msgstr "Transferir Ficheiros" | |
2243 | |
231 | 2244 #: src/gtk/transfer.c:418 |
120 | 2245 msgid "Retrieve Files: Not connected to a remote site\n" |
2246 msgstr "Descarregar Ficheiros: Não está ligado a nenhum servidor remoto\n" | |
2247 | |
231 | 2248 #: src/gtk/transfer.c:645 |
120 | 2249 msgid "Error: Remote site disconnected after trying to transfer file\n" |
2250 msgstr "Erro: Servidor remoto desligou-se após tentar transferir ficheiro\n" | |
2251 | |
231 | 2252 #: src/gtk/transfer.c:702 |
120 | 2253 #, c-format |
2254 msgid "Could not download %s from %s\n" | |
2255 msgstr "Incapaz de descarregar %s de %s\n" | |
2256 | |
231 | 2257 #: src/gtk/transfer.c:732 |
120 | 2258 #, c-format |
2259 msgid "Successfully transferred %s at %.2f KB/s\n" | |
2260 msgstr "%s transferido com sucesso a %.2f KB/s\n" | |
2261 | |
231 | 2262 #: src/gtk/transfer.c:837 src/gtk/transfer.c:1071 src/gtk/transfer.c:1157 |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
2263 #: src/gtk/transfer.c:1600 |
120 | 2264 msgid "Skipped" |
2265 msgstr "Ignorado" | |
2266 | |
231 | 2267 #: src/gtk/transfer.c:841 src/gtk/transfer.c:1133 src/gtk/transfer.c:1161 |
120 | 2268 msgid "Waiting..." |
2269 msgstr "A Aguardar..." | |
2270 | |
231 | 2271 #: src/gtk/transfer.c:984 |
120 | 2272 #, c-format |
2273 msgid "Error: Child %d returned %d\n" | |
2274 msgstr "Erro: Filho %d devolveu %d\n" | |
2275 | |
231 | 2276 #: src/gtk/transfer.c:987 |
120 | 2277 #, c-format |
2278 msgid "Child %d returned successfully\n" | |
2279 msgstr "Filho %d devolveu sucesso\n" | |
2280 | |
231 | 2281 #: src/gtk/transfer.c:994 |
120 | 2282 #, c-format |
2283 msgid "Error: Cannot get information about file %s: %s\n" | |
2284 msgstr "Erro: Incapaz de obter informação sobre ficheiro %s: %s\n" | |
2285 | |
231 | 2286 #: src/gtk/transfer.c:999 |
120 | 2287 #, c-format |
2288 msgid "File %s was not changed\n" | |
2289 msgstr "Ficheiro %s não foi alterado\n" | |
2290 | |
231 | 2291 #: src/gtk/transfer.c:1007 |
120 | 2292 #, c-format |
2293 msgid "" | |
2294 "File %s has changed.\n" | |
2295 "Would you like to upload it?" | |
2296 msgstr "" | |
2297 "Ficheiro %s foi alterado.\n" | |
2298 "Deseja envia-lo?" | |
2299 | |
231 | 2300 #: src/gtk/transfer.c:1010 |
120 | 2301 msgid "Edit File" |
2302 msgstr "Editar Ficheiro" | |
2303 | |
231 | 2304 #: src/gtk/transfer.c:1074 |
120 | 2305 msgid "Finished" |
2306 msgstr "Terminado" | |
2307 | |
231 | 2308 #: src/gtk/transfer.c:1114 |
120 | 2309 #, c-format |
2310 msgid "Stopping the transfer of %s\n" | |
2311 msgstr "A parar a transferência de %s\n" | |
2312 | |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
2313 #: src/gtk/transfer.c:1329 |
120 | 2314 #, c-format |
2315 msgid "%d%% complete, %02d:%02d:%02d est. time remaining. (File %ld of %ld)" | |
2316 msgstr "" | |
2317 "%d%% terminado, %02d:%02d:%02d tempo remanescente estimado. (Ficheiro %ld de " | |
2318 "%ld)" | |
2319 | |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
2320 #: src/gtk/transfer.c:1359 |
120 | 2321 #, c-format |
2322 msgid "Recv %s of %s at %.2fKB/s, %02d:%02d:%02d est. time remaining" | |
2323 msgstr "" | |
2324 "Recebido %s de %s a %.2fKB/s, %02d:%02d:%02d tempo remanescente estimado" | |
2325 | |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
2326 #: src/gtk/transfer.c:1368 |
120 | 2327 #, c-format |
2328 msgid "Recv %s of %s, transfer stalled, unknown time remaining" | |
2329 msgstr "" | |
2330 "Recebido %s de %s, transferência parou, tempo remanescente desconhecido" | |
2331 | |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
2332 #: src/gtk/transfer.c:1394 |
120 | 2333 #, c-format |
2334 msgid "Retrieving file names...%s bytes" | |
2335 msgstr "A obter nomes de ficheiros...%s bytes" | |
2336 | |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
2337 #: src/gtk/transfer.c:1472 src/gtk/transfer.c:1494 src/gtk/transfer.c:1528 |
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
2338 #: src/gtk/transfer.c:1568 src/gtk/transfer.c:1621 src/gtk/transfer.c:1680 |
120 | 2339 msgid "There are no file transfers selected\n" |
2340 msgstr "Não existem transferências de ficheiros seleccionadas\n" | |
2341 | |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
2342 #: src/gtk/transfer.c:1512 |
120 | 2343 #, c-format |
2344 msgid "Stopping the transfer on host %s\n" | |
2345 msgstr "A parar a transferência no servidor %s\n" | |
2346 | |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
2347 #: src/gtk/transfer.c:1553 src/gtk/transfer.c:1606 |
120 | 2348 #, c-format |
2349 msgid "Skipping file %s on host %s\n" | |
2350 msgstr "A ignorar ficheiro %s no servidor %s\n" | |
2351 | |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
2352 #: src/gtk/transfer.c:1767 src/gtk/transfer.c:1972 src/gtk/transfer.c:2011 |
120 | 2353 msgid "Overwrite" |
2354 msgstr "Sobrepor" | |
2355 | |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
2356 #: src/gtk/transfer.c:1789 src/gtk/transfer.c:1982 src/gtk/transfer.c:2017 |
120 | 2357 msgid "Resume" |
2358 msgstr "Retomar" | |
2359 | |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
2360 #: src/gtk/transfer.c:1811 src/gtk/transfer.c:1977 |
120 | 2361 msgid "Skip" |
2362 msgstr "Ignorar" | |
2363 | |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
2364 #: src/gtk/transfer.c:1888 |
120 | 2365 msgid "Local Size" |
2366 msgstr "Tamanho Local" | |
2367 | |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
2368 #: src/gtk/transfer.c:1889 |
148
c8c4567a872e
2003-04-27 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
141
diff
changeset
|
2369 msgid "Remote Size" |
c8c4567a872e
2003-04-27 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
141
diff
changeset
|
2370 msgstr "Tamanho Remoto" |
c8c4567a872e
2003-04-27 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
141
diff
changeset
|
2371 |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
2372 #: src/gtk/transfer.c:1890 |
120 | 2373 msgid "Action" |
2374 msgstr "Acção" | |
2375 | |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
2376 #: src/gtk/transfer.c:1892 |
120 | 2377 msgid "Download Files" |
2378 msgstr "Descarregar Ficheiros" | |
2379 | |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
2380 #: src/gtk/transfer.c:1892 |
120 | 2381 msgid "Upload Files" |
2382 msgstr "Enviar Ficheiros" | |
2383 | |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
2384 #: src/gtk/transfer.c:1918 |
120 | 2385 msgid "" |
2386 "The following file(s) exist on both the local and remote computer\n" | |
2387 "Please select what you would like to do" | |
2388 msgstr "" | |
2389 "O(s) seguinte(s) ficheiro(s) existe(m) tanto no computador local como " | |
2390 "remoto\n" | |
2391 "Seleccione o que deseja realizar" | |
2392 | |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
2393 #: src/gtk/transfer.c:2023 |
120 | 2394 msgid "Skip File" |
2395 msgstr "Ignorar Ficheiro" | |
2396 | |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
2397 #: src/gtk/transfer.c:2033 |
120 | 2398 msgid "Select All" |
2399 msgstr "Seleccionar Tudo" | |
2400 | |
270
caa73047ff5e
2003-09-09 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
237
diff
changeset
|
2401 #: src/gtk/transfer.c:2039 |
120 | 2402 msgid "Deselect All" |
2403 msgstr "Desseleccionar Tudo" | |
2404 | |
2405 #: src/gtk/view_dialog.c:35 | |
2406 msgid "View" | |
2407 msgstr "Ver" | |
2408 | |
2409 #: src/gtk/view_dialog.c:47 | |
2410 #, c-format | |
2411 msgid "View: %s is a directory. Cannot view it.\n" | |
2412 msgstr "Ver: %s é um directório. Não o pode ver.\n" | |
2413 | |
130
e2712348440d
2003-04-13 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
123
diff
changeset
|
2414 #: src/gtk/view_dialog.c:100 |
120 | 2415 msgid "Edit: You must specify an editor in the options dialog\n" |
2416 msgstr "Editar: Tem de especificar um editor no diálogo de opções\n" | |
2417 | |
130
e2712348440d
2003-04-13 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
123
diff
changeset
|
2418 #: src/gtk/view_dialog.c:113 |
120 | 2419 #, c-format |
2420 msgid "Edit: %s is a directory. Cannot edit it.\n" | |
2421 msgstr "Editar: %s é um directório. Não o pode editar.\n" | |
2422 | |
130
e2712348440d
2003-04-13 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
123
diff
changeset
|
2423 #: src/gtk/view_dialog.c:184 |
120 | 2424 #, c-format |
2425 msgid "View: Cannot fork another process: %s\n" | |
2426 msgstr "Ver: Incapaz de fazer fork de outro processo: %s\n" | |
2427 | |
130
e2712348440d
2003-04-13 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
123
diff
changeset
|
2428 #: src/gtk/view_dialog.c:187 |
120 | 2429 #, c-format |
2430 msgid "Running program: %s %s\n" | |
2431 msgstr "A executar aplicação: %s %s\n" | |
2432 | |
130
e2712348440d
2003-04-13 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
123
diff
changeset
|
2433 #: src/gtk/view_dialog.c:244 |
120 | 2434 #, c-format |
2435 msgid "Opening %s with %s\n" | |
2436 msgstr "A abrir %s com %s\n" | |
2437 | |
130
e2712348440d
2003-04-13 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
123
diff
changeset
|
2438 #: src/gtk/view_dialog.c:279 |
120 | 2439 #, c-format |
2440 msgid "Viewing file %s\n" | |
2441 msgstr "A ver ficheiro %s\n" | |
2442 | |
130
e2712348440d
2003-04-13 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
123
diff
changeset
|
2443 #: src/gtk/view_dialog.c:286 |
120 | 2444 #, c-format |
2445 msgid "View: Cannot open file %s: %s\n" | |
2446 msgstr "Ver: Incapaz de abrir ficheiro %s: %s\n" | |
123
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
2447 |
231 | 2448 #: src/text/gftp-text.c:29 |
2449 msgid "about" | |
2450 msgstr "sobre" | |
2451 | |
2452 #: src/text/gftp-text.c:30 | |
2453 msgid "Shows gFTP information" | |
2454 msgstr "Apresenta informação gFTP" | |
2455 | |
2456 #: src/text/gftp-text.c:31 | |
2457 msgid "ascii" | |
2458 msgstr "ascii" | |
2459 | |
2460 #: src/text/gftp-text.c:32 | |
2461 msgid "Sets the current file transfer mode to Ascii (only for FTP)" | |
2462 msgstr "" | |
2463 "Define modo actual de transferência de ficheiro como Ascii (apenas FTP)" | |
2464 | |
2465 #: src/text/gftp-text.c:33 | |
2466 msgid "binary" | |
2467 msgstr "binário" | |
2468 | |
2469 #: src/text/gftp-text.c:34 | |
2470 msgid "Sets the current file transfer mode to Binary (only for FTP)" | |
2471 msgstr "" | |
2472 "Define modo actual de transferência de ficheiro como Binário (apenas FTP)" | |
2473 | |
2474 #: src/text/gftp-text.c:35 | |
2475 msgid "cd" | |
2476 msgstr "cd" | |
2477 | |
2478 #: src/text/gftp-text.c:36 src/text/gftp-text.c:38 | |
2479 msgid "Changes the remote working directory" | |
2480 msgstr "Altera o directório de trabalho remoto" | |
2481 | |
2482 #: src/text/gftp-text.c:37 | |
2483 msgid "chdir" | |
2484 msgstr "chdir" | |
2485 | |
2486 #: src/text/gftp-text.c:39 | |
2487 msgid "chmod" | |
2488 msgstr "chmod" | |
2489 | |
2490 #: src/text/gftp-text.c:40 | |
2491 msgid "Changes the permissions of a remote file" | |
2492 msgstr "Altera as permissões de um ficheiro remoto" | |
2493 | |
2494 #: src/text/gftp-text.c:41 | |
2495 msgid "clear" | |
2496 msgstr "clear" | |
2497 | |
2498 #: src/text/gftp-text.c:42 | |
2499 msgid "Available options: cache" | |
2500 msgstr "Opções disponíveis: cache" | |
2501 | |
2502 #: src/text/gftp-text.c:43 | |
2503 msgid "close" | |
2504 msgstr "close" | |
2505 | |
2506 #: src/text/gftp-text.c:44 | |
2507 msgid "Disconnects from the remote site" | |
2508 msgstr "Desliga-se do servidor remoto" | |
2509 | |
2510 #: src/text/gftp-text.c:45 | |
2511 msgid "delete" | |
2512 msgstr "delete" | |
2513 | |
2514 #: src/text/gftp-text.c:46 | |
2515 msgid "Removes a remote file" | |
2516 msgstr "Apaga um ficheiro remoto" | |
2517 | |
2518 #: src/text/gftp-text.c:47 | |
2519 msgid "get" | |
2520 msgstr "get" | |
2521 | |
2522 #: src/text/gftp-text.c:48 src/text/gftp-text.c:72 | |
2523 msgid "Downloads remote file(s)" | |
2524 msgstr "Descarrega o(s) ficheiro(s) remoto(s)" | |
2525 | |
2526 #: src/text/gftp-text.c:49 | |
2527 msgid "help" | |
2528 msgstr "help" | |
2529 | |
2530 #: src/text/gftp-text.c:50 | |
2531 msgid "Shows this help screen" | |
2532 msgstr "Apresenta este ecrã de ajuda" | |
2533 | |
2534 #: src/text/gftp-text.c:51 | |
2535 msgid "lcd" | |
2536 msgstr "lcd" | |
2537 | |
2538 #: src/text/gftp-text.c:52 src/text/gftp-text.c:54 | |
2539 msgid "Changes the local working directory" | |
2540 msgstr "Altera o directório de trabalho local" | |
2541 | |
2542 #: src/text/gftp-text.c:53 | |
2543 msgid "lchdir" | |
2544 msgstr "lchdir" | |
2545 | |
2546 #: src/text/gftp-text.c:55 | |
2547 msgid "lchmod" | |
2548 msgstr "lchmod" | |
2549 | |
2550 #: src/text/gftp-text.c:56 | |
2551 msgid "Changes the permissions of a local file" | |
2552 msgstr "Alter as permissões de um ficheiro local" | |
2553 | |
2554 #: src/text/gftp-text.c:57 | |
2555 msgid "ldelete" | |
2556 msgstr "ldelete" | |
2557 | |
2558 #: src/text/gftp-text.c:58 | |
2559 msgid "Removes a local file" | |
2560 msgstr "Apaga o ficheiro local" | |
2561 | |
2562 #: src/text/gftp-text.c:59 | |
2563 msgid "lls" | |
2564 msgstr "lls" | |
2565 | |
2566 #: src/text/gftp-text.c:60 | |
2567 msgid "Shows the directory listing for the current local directory" | |
2568 msgstr "Apresenta a listagem do directório de trabalho local actual" | |
2569 | |
2570 #: src/text/gftp-text.c:61 | |
2571 msgid "lmkdir" | |
2572 msgstr "lmkdir" | |
2573 | |
2574 #: src/text/gftp-text.c:62 | |
2575 msgid "Creates a local directory" | |
2576 msgstr "Cria um directório local" | |
2577 | |
2578 #: src/text/gftp-text.c:63 | |
2579 msgid "lpwd" | |
2580 msgstr "lpwd" | |
2581 | |
2582 #: src/text/gftp-text.c:64 | |
2583 msgid "Show current local directory" | |
2584 msgstr "Apresenta directório local actual" | |
2585 | |
2586 #: src/text/gftp-text.c:65 | |
2587 msgid "lrename" | |
2588 msgstr "lrename" | |
2589 | |
2590 #: src/text/gftp-text.c:66 | |
2591 msgid "Rename a local file" | |
2592 msgstr "Renomeia um ficheiro local" | |
2593 | |
2594 #: src/text/gftp-text.c:67 | |
2595 msgid "lrmdir" | |
2596 msgstr "lrmdir" | |
2597 | |
2598 #: src/text/gftp-text.c:68 | |
2599 msgid "Remove a local directory" | |
2600 msgstr "Remove um directório local" | |
2601 | |
2602 #: src/text/gftp-text.c:69 | |
2603 msgid "ls" | |
2604 msgstr "ls" | |
2605 | |
2606 #: src/text/gftp-text.c:70 | |
2607 msgid "Shows the directory listing for the current remote directory" | |
2608 msgstr "Apresenta a listagem do directório de trabalho remoto actual" | |
2609 | |
2610 #: src/text/gftp-text.c:71 | |
2611 msgid "mget" | |
2612 msgstr "mget" | |
2613 | |
2614 #: src/text/gftp-text.c:73 | |
2615 msgid "mkdir" | |
2616 msgstr "mkdir" | |
2617 | |
2618 #: src/text/gftp-text.c:74 | |
2619 msgid "Creates a remote directory" | |
2620 msgstr "Cria um directório remoto" | |
2621 | |
2622 #: src/text/gftp-text.c:75 | |
2623 msgid "mput" | |
2624 msgstr "mput" | |
2625 | |
2626 #: src/text/gftp-text.c:76 src/text/gftp-text.c:80 | |
2627 msgid "Uploads local file(s)" | |
2628 msgstr "Envia ficheiro(s) local(is)" | |
2629 | |
2630 #: src/text/gftp-text.c:77 | |
2631 msgid "open" | |
2632 msgstr "open" | |
2633 | |
2634 #: src/text/gftp-text.c:78 | |
2635 msgid "Opens a connection to a remote site" | |
2636 msgstr "Abre uma ligação a um servidor remoto" | |
2637 | |
2638 #: src/text/gftp-text.c:79 | |
2639 msgid "put" | |
2640 msgstr "put" | |
2641 | |
2642 #: src/text/gftp-text.c:81 | |
2643 msgid "pwd" | |
2644 msgstr "pwd" | |
2645 | |
2646 #: src/text/gftp-text.c:82 | |
2647 msgid "Show current remote directory" | |
2648 msgstr "Apresenta o directório remoto actual" | |
2649 | |
2650 #: src/text/gftp-text.c:83 | |
2651 msgid "quit" | |
2652 msgstr "quit" | |
2653 | |
2654 #: src/text/gftp-text.c:84 | |
2655 msgid "Exit from gFTP" | |
2656 msgstr "Sair do gFTP" | |
2657 | |
2658 #: src/text/gftp-text.c:85 | |
2659 msgid "rename" | |
2660 msgstr "rename" | |
2661 | |
2662 #: src/text/gftp-text.c:86 | |
2663 msgid "Rename a remote file" | |
2664 msgstr "Renomeia um ficheiro remoto" | |
2665 | |
2666 #: src/text/gftp-text.c:87 | |
2667 msgid "rmdir" | |
2668 msgstr "rmdir" | |
2669 | |
2670 #: src/text/gftp-text.c:88 | |
2671 msgid "Remove a remote directory" | |
2672 msgstr "Apaga um directório remoto" | |
2673 | |
2674 #: src/text/gftp-text.c:89 | |
2675 msgid "set" | |
2676 msgstr "set" | |
2677 | |
2678 #: src/text/gftp-text.c:90 | |
2679 msgid "" | |
2680 "Show configuration file variables. You can also set variables by set var=val" | |
2681 msgstr "" | |
2682 "Apresenta variáveis de ficheiro de configuração. Também pode definir " | |
2683 "variáveis com set var=val" | |
2684 | |
2685 #: src/text/gftp-text.c:148 | |
2686 msgid "" | |
2687 ">.\n" | |
2688 "If you have any questions, comments, or suggestions about this program, " | |
2689 "please feel free to email them to me. You can always find out the latest " | |
2690 "news about gFTP from my website at http://www.gftp.org/\n" | |
2691 msgstr "" | |
2692 ">.\n" | |
2693 "Caso tenha quaisquer questões, comentários ou sugestões sobre esta " | |
2694 "aplicação, envie-as para mim por email (em inglês). Pode sempre saber as " | |
2695 "últimas notícias sobre o gFTP através da minha página em http://www.gftp." | |
2696 "org/\n" | |
2697 | |
2698 #: src/text/gftp-text.c:231 | |
2699 msgid "Error: Command not recognized\n" | |
2700 msgstr "Erro: Comando desconhecido\n" | |
2701 | |
2702 #: src/text/gftp-text.c:338 | |
2703 msgid "usage: open [[ftp://][user:pass@]ftp-site[:port][/directory]]\n" | |
2704 msgstr "" | |
2705 "utilização: open [[ftp://][utilizador:senha@]servidor-ftp[:porto][/" | |
2706 "directório]]\n" | |
2707 | |
2708 #: src/text/gftp-text.c:414 src/text/gftp-text.c:430 src/text/gftp-text.c:473 | |
2709 #: src/text/gftp-text.c:496 src/text/gftp-text.c:519 src/text/gftp-text.c:545 | |
2710 #: src/text/gftp-text.c:573 src/text/gftp-text.c:606 src/text/gftp-text.c:698 | |
2711 #: src/text/gftp-text.c:716 src/text/gftp-text.c:737 src/text/gftp-text.c:811 | |
2712 msgid "Error: Not connected to a remote site\n" | |
2713 msgstr "Erro: Desligado de qualquer servidor remoto\n" | |
2714 | |
2715 #: src/text/gftp-text.c:436 src/text/gftp-text.c:453 | |
2716 msgid "usage: chdir <directory>\n" | |
2717 msgstr "utilização: chdir <directório>\n" | |
2718 | |
2719 #: src/text/gftp-text.c:480 | |
2720 msgid "usage: mkdir <new directory>\n" | |
2721 msgstr "utilização: mkdir <novo directório>\n" | |
2722 | |
2723 #: src/text/gftp-text.c:503 | |
2724 msgid "usage: rmdir <directory>\n" | |
2725 msgstr "utilização: rmdir <directório>\n" | |
2726 | |
2727 #: src/text/gftp-text.c:526 | |
2728 msgid "usage: delete <file>\n" | |
2729 msgstr "utilização: delete <ficheiro>\n" | |
2730 | |
2731 #: src/text/gftp-text.c:555 | |
2732 msgid "usage: rename <old name> <new name>\n" | |
2733 msgstr "utilização: rename <nome antigo> <novo nome>\n" | |
2734 | |
2735 #: src/text/gftp-text.c:583 | |
2736 msgid "usage: chmod <mode> <file>\n" | |
2737 msgstr "utilização: chmod <modo> <ficheiro>\n" | |
2738 | |
2739 #: src/text/gftp-text.c:744 | |
2740 msgid "usage: mget <filespec>\n" | |
2741 msgstr "utilização: mget <especificação ficheiros>\n" | |
2742 | |
2743 #: src/text/gftp-text.c:818 | |
2744 msgid "usage: mput <filespec>\n" | |
2745 msgstr "utilização: mput <especificação ficheiros>\n" | |
2746 | |
2747 #: src/text/gftp-text.c:956 | |
2748 #, c-format | |
2749 msgid "Could not download %s\n" | |
2750 msgstr "Incapaz de descarregar %s\n" | |
2751 | |
2752 #: src/text/gftp-text.c:963 | |
2753 #, c-format | |
2754 msgid "Successfully transferred %s\n" | |
2755 msgstr "%s transferido com sucesso\n" | |
2756 | |
2757 #: src/text/gftp-text.c:1030 | |
2758 msgid "" | |
2759 "Supported commands:\n" | |
2760 "\n" | |
2761 msgstr "" | |
2762 "Comandos suportados:\n" | |
2763 "\n" | |
2764 | |
2765 #: src/text/gftp-text.c:1086 | |
2766 msgid "usage: set [variable = value]\n" | |
2767 msgstr "utilização: set [variável = valor]\n" | |
2768 | |
2769 #: src/text/gftp-text.c:1100 | |
2770 #, c-format | |
2771 msgid "Error: Variable %s is not a valid configuration variable.\n" | |
2772 msgstr "Erro: variável %s não é uma variável de configuração válida.\n" | |
2773 | |
2774 #: src/text/gftp-text.c:1107 | |
2775 #, c-format | |
2776 msgid "Error: Variable %s is not available in the text port of gFTP\n" | |
2777 msgstr "Erro: Variável %s não está disponível no porto de texto do gFTP\n" | |
2778 | |
2779 #: src/text/gftp-text.c:1135 | |
2780 msgid "Invalid argument\n" | |
237
ed06de018967
2003-07-27 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
231
diff
changeset
|
2781 msgstr "Argumento inválido\n" |
231 | 2782 |
2783 #: src/text/gftp-text.c:1160 | |
237
ed06de018967
2003-07-27 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
231
diff
changeset
|
2784 #, c-format |
231 | 2785 msgid "Cannot open controlling terminal %s\n" |
237
ed06de018967
2003-07-27 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
231
diff
changeset
|
2786 msgstr "Incapaz de abrir consola de controlo %s\n" |
231 | 2787 |
2788 #: src/text/gftp-text.c:1238 | |
2789 msgid "Clear the directory cache\n" | |
2790 msgstr "Limpar a cache de directório\n" | |
2791 | |
2792 #~ msgid "Finished retrieving data\n" | |
2793 #~ msgstr "Obtenção de dados terminada\n" | |
2794 | |
2795 #~ msgid "Could not parse URL %s\n" | |
2796 #~ msgstr "Incapaz de parsear URL %s\n" | |
2797 | |
2798 #~ msgid "gFTP Icon" | |
2799 #~ msgstr "Ícone gFTP" | |
2800 | |
2801 #~ msgid "Remote SSH sftp path:" | |
2802 #~ msgstr "Caminho remoto SSH sftp:" | |
2803 | |
2804 #~ msgid "Drag-N-Drop: Ignoring url %s: Not a valid url\n" | |
2805 #~ msgstr "Arrastar-E-Largar: A ignorar url %s: Não é um url válido\n" | |
2806 | |
165
e2d4dd07fadd
2003-05-24 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
155
diff
changeset
|
2807 #~ msgid "Error: IPV6 support was not completely compiled in\n" |
e2d4dd07fadd
2003-05-24 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
155
diff
changeset
|
2808 #~ msgstr "Erro: Suporte IPV6 não foi completamente compilado\n" |
e2d4dd07fadd
2003-05-24 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
155
diff
changeset
|
2809 |
130
e2712348440d
2003-04-13 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
123
diff
changeset
|
2810 #~ msgid "Proxy config" |
e2712348440d
2003-04-13 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
123
diff
changeset
|
2811 #~ msgstr "Configuração proxy" |
e2712348440d
2003-04-13 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
123
diff
changeset
|
2812 |
e2712348440d
2003-04-13 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
123
diff
changeset
|
2813 #~ msgid "This specifies how your proxy server expects us to log in" |
e2712348440d
2003-04-13 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
123
diff
changeset
|
2814 #~ msgstr "Aqui é especificado como o servidor proxy espera a autenticação" |
e2712348440d
2003-04-13 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
123
diff
changeset
|
2815 |
e2712348440d
2003-04-13 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
123
diff
changeset
|
2816 #~ msgid "%pu = proxy user" |
e2712348440d
2003-04-13 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
123
diff
changeset
|
2817 #~ msgstr "%pu = utilizador proxy" |
e2712348440d
2003-04-13 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
123
diff
changeset
|
2818 |
e2712348440d
2003-04-13 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
123
diff
changeset
|
2819 #~ msgid "%hu = host user" |
e2712348440d
2003-04-13 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
123
diff
changeset
|
2820 #~ msgstr "%hu = utilizador servidor" |
e2712348440d
2003-04-13 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
123
diff
changeset
|
2821 |
e2712348440d
2003-04-13 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
123
diff
changeset
|
2822 #~ msgid "%pp = proxy pass" |
e2712348440d
2003-04-13 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
123
diff
changeset
|
2823 #~ msgstr "%pp = senha proxy" |
e2712348440d
2003-04-13 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
123
diff
changeset
|
2824 |
e2712348440d
2003-04-13 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
123
diff
changeset
|
2825 #~ msgid "%hp = host pass" |
e2712348440d
2003-04-13 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
123
diff
changeset
|
2826 #~ msgstr "%hp = senha servidor" |
e2712348440d
2003-04-13 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
123
diff
changeset
|
2827 |
e2712348440d
2003-04-13 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
123
diff
changeset
|
2828 #~ msgid "%ph = proxy host" |
e2712348440d
2003-04-13 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
123
diff
changeset
|
2829 #~ msgstr "%ph = servidor proxy" |
e2712348440d
2003-04-13 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
123
diff
changeset
|
2830 |
e2712348440d
2003-04-13 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
123
diff
changeset
|
2831 #~ msgid "%hh = host" |
e2712348440d
2003-04-13 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
123
diff
changeset
|
2832 #~ msgstr "%hh = servidor" |
e2712348440d
2003-04-13 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
123
diff
changeset
|
2833 |
e2712348440d
2003-04-13 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
123
diff
changeset
|
2834 #~ msgid "%po = proxy port" |
e2712348440d
2003-04-13 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
123
diff
changeset
|
2835 #~ msgstr "%po = porto proxy" |
e2712348440d
2003-04-13 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
123
diff
changeset
|
2836 |
e2712348440d
2003-04-13 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
123
diff
changeset
|
2837 #~ msgid "%ho = host port" |
e2712348440d
2003-04-13 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
123
diff
changeset
|
2838 #~ msgstr "%ho = porto servidor" |
e2712348440d
2003-04-13 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
123
diff
changeset
|
2839 |
e2712348440d
2003-04-13 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
123
diff
changeset
|
2840 #~ msgid "%pa = proxy account" |
e2712348440d
2003-04-13 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
123
diff
changeset
|
2841 #~ msgstr "%pa = conta proxy" |
e2712348440d
2003-04-13 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
123
diff
changeset
|
2842 |
e2712348440d
2003-04-13 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
123
diff
changeset
|
2843 #~ msgid "%ha = host account" |
e2712348440d
2003-04-13 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
123
diff
changeset
|
2844 #~ msgstr "%ha = conta servidor" |
e2712348440d
2003-04-13 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
123
diff
changeset
|
2845 |
e2712348440d
2003-04-13 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
123
diff
changeset
|
2846 #~ msgid "" |
e2712348440d
2003-04-13 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
123
diff
changeset
|
2847 #~ "Internal gFTP Error: Could not look up bookmark entry. This is definately " |
e2712348440d
2003-04-13 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
123
diff
changeset
|
2848 #~ "a bug. Please email masneyb@gftp.org about it. Please be sure to include " |
e2712348440d
2003-04-13 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
123
diff
changeset
|
2849 #~ "the version number and how you can reproduce it\n" |
e2712348440d
2003-04-13 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
123
diff
changeset
|
2850 #~ msgstr "" |
e2712348440d
2003-04-13 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
123
diff
changeset
|
2851 #~ "Erro Interno gFTP: Incapaz de encontrar entrada de marcador. Isto é " |
e2712348440d
2003-04-13 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
123
diff
changeset
|
2852 #~ "definitivamente um erro (bug). Envie um email (em inglês) a masneyb@gftp." |
e2712348440d
2003-04-13 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
123
diff
changeset
|
2853 #~ "org a relatar esta ocorrência. Certifique-se de que inclui o número da " |
e2712348440d
2003-04-13 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
123
diff
changeset
|
2854 #~ "versão e como o pode reproduzir\n" |
e2712348440d
2003-04-13 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
123
diff
changeset
|
2855 |
e2712348440d
2003-04-13 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
123
diff
changeset
|
2856 #~ msgid "" |
e2712348440d
2003-04-13 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
123
diff
changeset
|
2857 #~ "Bookmarks Error: There are some missing entries in this bookmark. Make " |
e2712348440d
2003-04-13 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
123
diff
changeset
|
2858 #~ "sure you have a hostname and username\n" |
e2712348440d
2003-04-13 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
123
diff
changeset
|
2859 #~ msgstr "" |
e2712348440d
2003-04-13 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
123
diff
changeset
|
2860 #~ "Erro Marcadores: Estão em falta algumas entradas neste marcador. " |
e2712348440d
2003-04-13 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
123
diff
changeset
|
2861 #~ "Certifique-se de que contém um servidor e utilizador\n" |
e2712348440d
2003-04-13 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
123
diff
changeset
|
2862 |
123
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
2863 #~ msgid "Enter your email address here" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
2864 #~ msgstr "Introduza aqui o seu endereço email" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
2865 |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
2866 #~ msgid "Start file transfers" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
2867 #~ msgstr "Iniciar transferências de ficheiros" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
2868 |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
2869 #~ msgid "Automatically start the file transfers when they get queued?" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
2870 #~ msgstr "" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
2871 #~ "Iniciar automaticamente as transferências de ficheiros quando são postos " |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
2872 #~ "em fila?" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
2873 |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
2874 #~ msgid "Send PASV command or PORT command for data transfers" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
2875 #~ msgstr "Enviar comando PASV com comando PORT para transferência dados" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
2876 |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
2877 #~ msgid "" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
2878 #~ "If you disable this feature, then gFTP will only send LIST to the remote " |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
2879 #~ "server instead of LIST -L" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
2880 #~ msgstr "" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
2881 #~ "Se desactivar esta funcionalidade, o gFTP apenas enviará LIST em vez de " |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
2882 #~ "LIST -L para o servidor remoto" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
2883 |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
2884 #~ msgid "gFTP Error: Default protocol %s is not a valid protocol\n" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
2885 #~ msgstr "Erro gFTP: Protocolo por omissão %s não é um protocolo válido\n" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
2886 |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
2887 #~ msgid "This section contains the data that is in the history" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
2888 #~ msgstr "Esta secção contém os dados que estão no histórico" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
2889 |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
2890 #~ msgid "Error: You cannot change this variable\n" |
dd65e3fbd058
2003-04-06 Duarte Loreto <happyguy_pt@hotmail.com>
dnloreto
parents:
120
diff
changeset
|
2891 #~ msgstr "Erro: Não pode alterar esta variável\n" |