Make plugin_signal_connect() string argument const (patch by
[geany-mirror.git] / po / pt.po
blobdbdb727909644a75a0a63d492ed3cbc75fa3402e
1 # Portuguese translation for geany
2 # Copyright (c) 2009 Rosetta Contributors and Canonical Ltd 2009
3 # This file is distributed under the same license as the geany package.
5 msgid ""
6 msgstr ""
7 "Project-Id-Version: Geany 0.18\n"
8 "Report-Msgid-Bugs-To: \n"
9 "POT-Creation-Date: 2009-08-16 18:14+0200\n"
10 "PO-Revision-Date: 2009-08-12 00:29+0000\n"
11 "Last-Translator: DarkVenger\n"
12 "Language-Team: Portuguese <pt@li.org>\n"
13 "MIME-Version: 1.0\n"
14 "Content-Type: text/plain; charset=UTF-8\n"
15 "Content-Transfer-Encoding: 8bit\n"
16 "Plural-Forms: nplurals=2; plural=n != 1;\n"
17 "X-Launchpad-Export-Date: 2009-08-12 16:28+0000\n"
18 "X-Generator: Launchpad (build Unknown)\n"
20 #: ../geany.desktop.in.h:1
21 msgid "A fast and lightweight IDE using GTK2"
22 msgstr "Um IDE rápido e leve, escrito em GTK2"
24 #: ../geany.desktop.in.h:2 ../src/interface.c:262 ../src/interface.c:1476
25 msgid "Geany"
26 msgstr "Geany"
28 #: ../geany.desktop.in.h:3
29 msgid "Integrated Development Environment"
30 msgstr "Ambiente Integrado, para Desenvolvimento"
32 #: ../src/about.c:139
33 msgid "About Geany"
34 msgstr "Sobre o Geany"
36 #: ../src/about.c:189
37 msgid "A fast and lightweight IDE"
38 msgstr "Um IDE rápido e leve"
40 #: ../src/about.c:210
41 #, c-format
42 msgid "(built on or after %s)"
43 msgstr "(gerado em %s ou após)"
45 #. gtk_container_add(GTK_CONTAINER(info_box), cop_label);
46 #: ../src/about.c:241
47 msgid "Info"
48 msgstr "Informação"
50 #: ../src/about.c:257
51 msgid "Developers"
52 msgstr "Programadores"
54 #: ../src/about.c:266
55 msgid "maintainer"
56 msgstr "responsável"
58 #: ../src/about.c:274
59 msgid "developer"
60 msgstr "programador"
62 #: ../src/about.c:282
63 msgid "translation maintainer"
64 msgstr "responsável pela tradução"
66 #: ../src/about.c:291
67 msgid "Translators"
68 msgstr "Tradutores"
70 #: ../src/about.c:311
71 msgid "Previous Translators"
72 msgstr "Tradutores Anteriores"
74 #: ../src/about.c:332
75 msgid "Contributors"
76 msgstr "Contribuidores"
78 #: ../src/about.c:342
79 #, c-format
80 msgid ""
81 "Some of the many contributors (for a more detailed list, see the file %s):"
82 msgstr ""
83 "Alguns dos muitos contribuidores (para uma lista detalhada, consultar o "
84 "ficheiro %s):"
86 #: ../src/about.c:368
87 msgid "Credits"
88 msgstr "Créditos"
90 #: ../src/about.c:382
91 msgid "License"
92 msgstr "Licença"
94 #: ../src/about.c:391
95 msgid ""
96 "License text could not be found, please visit http://www.gnu.org/licenses/"
97 "gpl-2.0.txt to view it online."
98 msgstr ""
99 "A Licença não foi encontrada, por favor visite http://www.gnu.org/licenses/"
100 "gpl-2.0.txt para a ler na internet."
102 #: ../src/build.c:221 ../src/build.c:745
103 #, c-format
104 msgid ""
105 "Could not find terminal \"%s\" (check path for Terminal tool setting in "
106 "Preferences)"
107 msgstr ""
108 "Terminal \"%s\" não encontrado (verifique o caminho para o executável do "
109 "Terminal, nas preferências)"
111 #: ../src/build.c:236 ../src/build.c:650
112 #, c-format
113 msgid "Failed to execute \"%s\" (start-script could not be created)"
114 msgstr "Falha ao executar \"%s\" (o script de arranque não pode ser criado)"
116 #: ../src/build.c:272 ../src/build.c:528 ../src/build.c:778
117 #: ../src/search.c:1411
118 #, c-format
119 msgid "Process failed (%s)"
120 msgstr "Falha no processo (%s)"
122 #: ../src/build.c:508
123 #, c-format
124 msgid "%s (in directory: %s)"
125 msgstr "%s (na directoria: %s)"
127 #: ../src/build.c:613
128 #, c-format
129 msgid "Failed to change the working directory to \"%s\""
130 msgstr "Erro ao mudar a directoria de trabalho para \"%s\""
132 #: ../src/build.c:707
133 msgid ""
134 "Could not execute the file in the VTE because it probably contains a command."
135 msgstr ""
136 "Falha ao executar o ficheiro no VTE porque provavelmente este contém um "
137 "comando."
139 #: ../src/build.c:914
140 msgid "Compilation failed."
141 msgstr "A compilação falhou."
143 #: ../src/build.c:928
144 msgid "Compilation finished successfully."
145 msgstr "Compilação concluída com sucesso."
147 #. compile the code
148 #: ../src/build.c:1039
149 msgid "_Compile"
150 msgstr "_Compilar"
152 #. build the code
153 #: ../src/build.c:1047 ../src/build.c:2120 ../src/interface.c:976
154 msgid "_Build"
155 msgstr "_Gerar"
157 #. build the code with make all
158 #: ../src/build.c:1059 ../src/build.c:1165 ../src/build.c:2131
159 msgid "_Make All"
160 msgstr "Gerar _todos"
162 #. build the code with make custom
163 #: ../src/build.c:1068 ../src/build.c:1174 ../src/build.c:2139
164 msgid "Make Custom _Target"
165 msgstr "Gerar resultado _personalizado"
167 #. build the code with make object
168 #: ../src/build.c:1077 ../src/build.c:2147
169 msgid "Make _Object"
170 msgstr "Gerar _Objecto"
172 #. next error
173 #: ../src/build.c:1090 ../src/build.c:1187
174 msgid "_Next Error"
175 msgstr "_Próximo Erro"
177 #: ../src/build.c:1097 ../src/build.c:1194
178 msgid "_Previous Error"
179 msgstr "Erro _Anterior"
181 #. arguments
182 #: ../src/build.c:1122 ../src/build.c:2159
183 msgid "_Set Includes and Arguments"
184 msgstr "_Definir ficheiros de \"include\" e argumentos"
186 #. DVI
187 #: ../src/build.c:1143
188 msgid "LaTeX -> _DVI"
189 msgstr "LaTeX -> _DVI"
191 #. PDF
192 #: ../src/build.c:1152
193 msgid "LaTeX -> _PDF"
194 msgstr "LaTeX -> _PDF"
196 #. DVI view
197 #: ../src/build.c:1206
198 msgid "_View DVI File"
199 msgstr "_Ver o ficheiro DVIao de"
201 #. PDF view
202 #: ../src/build.c:1216
203 msgid "V_iew PDF File"
204 msgstr "V_er o ficheiro PDF"
206 #. arguments
207 #: ../src/build.c:1231
208 msgid "_Set Arguments"
209 msgstr "_Definir Argumentos"
211 #: ../src/build.c:1306
212 msgid "Set Arguments"
213 msgstr "Defina Argumentos"
215 #: ../src/build.c:1313
216 msgid "Set programs and options for compiling and viewing (La)TeX files."
217 msgstr ""
218 "Definir programas e opções para a compilação e visualização dos ficheiros "
219 "(La)TeX."
221 #: ../src/build.c:1324
222 msgid "DVI creation:"
223 msgstr "Geração de DVI:"
225 #: ../src/build.c:1344
226 msgid "PDF creation:"
227 msgstr "Geração de PDF:"
229 #: ../src/build.c:1364
230 msgid "DVI preview:"
231 msgstr "Visualização de DVI:"
233 #: ../src/build.c:1384
234 msgid "PDF preview:"
235 msgstr "Visualização de PDF:"
237 #: ../src/build.c:1401 ../src/build.c:1583
238 #, c-format
239 msgid ""
240 "%f will be replaced by the current filename, e.g. test_file.c\n"
241 "%e will be replaced by the filename without extension, e.g. test_file"
242 msgstr ""
243 "%f será substituído pelo nome do ficheiro seleccionado, e.x. teste.c\n"
244 "%e será substituído pelo nome do ficheiro sem extensão, e.x. teste"
246 #: ../src/build.c:1486
247 msgid "Set Includes and Arguments"
248 msgstr "Defina ficheiros de include e argumentos"
250 #: ../src/build.c:1493
251 msgid "Set the commands for building and running programs."
252 msgstr "Defina os comandos para geração e execução de programas."
254 #. in-dialog heading for the "Set Includes and Arguments" dialog
255 #: ../src/build.c:1501
256 #, c-format
257 msgid "%s commands"
258 msgstr "comandos %s"
260 #: ../src/build.c:1516
261 msgid "Compile:"
262 msgstr "Compilar:"
264 #: ../src/build.c:1538
265 msgid "Build:"
266 msgstr "Gerar:"
268 #: ../src/build.c:1560 ../src/dialogs.c:1223
269 msgid "Execute:"
270 msgstr "Executar:"
272 #: ../src/build.c:1892 ../src/toolbar.c:344
273 msgid "Build the current file"
274 msgstr "Gerar a partir do ficheiro seleccionado"
276 #: ../src/build.c:1917
277 msgid "Make Custom Target"
278 msgstr "Gerar resultado personalizado"
280 #: ../src/build.c:1918
281 msgid ""
282 "Enter custom options here, all entered text is passed to the make command."
283 msgstr ""
284 "Introduza as opções aqui, todo o texto introduzido será passado ao comando "
285 "make."
287 #: ../src/build.c:1967
288 msgid "Build the current file with Make and the default target"
289 msgstr ""
290 "Gerar a partir do ficheiro seleccionado, com o comando make e opções padrão"
292 #: ../src/build.c:1970
293 msgid "Build the current file with Make and the specified target"
294 msgstr ""
295 "Gerar a partir do ficheiro seleccionado, com o comando make e opções "
296 "personalizadas"
298 #: ../src/build.c:1973
299 msgid "Compile the current file with Make"
300 msgstr "Compila o ficheiro seleccionado com o comando make"
302 #: ../src/build.c:2035
303 msgid "Failed to execute the view program"
304 msgstr "Erro ao executar o programa para visualização"
306 #: ../src/build.c:2073
307 #, c-format
308 msgid "Process could not be stopped (%s)."
309 msgstr "O processo não pôde ser parado (%s)."
311 #: ../src/build.c:2092 ../src/build.c:2106
312 msgid "No more build errors."
313 msgstr "Sem mais erros de compilação."
315 #: ../src/callbacks.c:152
316 msgid "Do you really want to quit?"
317 msgstr "Tem a certeza que quer sair?"
319 #: ../src/callbacks.c:469 ../src/document.c:2867 ../src/interface.c:340
320 #: ../src/treeviews.c:578
321 msgid "_Reload"
322 msgstr "_Reler"
324 #: ../src/callbacks.c:470
325 msgid "Any unsaved changes will be lost."
326 msgstr "Quaisquer alterações não salvas serão perdidas."
328 #: ../src/callbacks.c:471
329 #, c-format
330 msgid "Are you sure you want to reload '%s'?"
331 msgstr "Tem a certeza que quer recarregar '%s'?"
333 #: ../src/callbacks.c:1249 ../src/keybindings.c:376
334 msgid "Go to Line"
335 msgstr "Ir para a Linha"
337 #: ../src/callbacks.c:1249
338 msgid "Enter the line you want to go to:"
339 msgstr "Introduza a linha para onde quer ir:"
341 #: ../src/callbacks.c:1344 ../src/callbacks.c:1369
342 msgid ""
343 "Please set the filetype for the current file before using this function."
344 msgstr ""
345 "Por favor, defina o tipo do ficheiro seleccionado antes de usar esta função."
347 #: ../src/callbacks.c:1474 ../src/ui_utils.c:542
348 msgid "dd.mm.yyyy"
349 msgstr "dd.mm.aaaa"
351 #: ../src/callbacks.c:1476 ../src/ui_utils.c:543
352 msgid "mm.dd.yyyy"
353 msgstr "mm.dd.aaaa"
355 #: ../src/callbacks.c:1478 ../src/ui_utils.c:544
356 msgid "yyyy/mm/dd"
357 msgstr "aaaa/mm/dd"
359 #: ../src/callbacks.c:1480 ../src/ui_utils.c:553
360 msgid "dd.mm.yyyy hh:mm:ss"
361 msgstr "dd.mm.aaaa hh:mm:ss"
363 #: ../src/callbacks.c:1482 ../src/ui_utils.c:554
364 msgid "mm.dd.yyyy hh:mm:ss"
365 msgstr "mm.dd.aaaa hh:mm:ss"
367 #: ../src/callbacks.c:1484 ../src/ui_utils.c:555
368 msgid "yyyy/mm/dd hh:mm:ss"
369 msgstr "aaaa/mm/dd hh:mm:ss"
371 #: ../src/callbacks.c:1486 ../src/ui_utils.c:564
372 msgid "_Use Custom Date Format"
373 msgstr "_Usar um formato de data personalizado"
375 #: ../src/callbacks.c:1497
376 msgid "Custom Date Format"
377 msgstr "Formato de data personalizado"
379 #: ../src/callbacks.c:1498
380 msgid ""
381 "Enter here a custom date and time format. You can use any conversion "
382 "specifiers which can be used with the ANSI C strftime function."
383 msgstr ""
384 "Introduza aqui o formato de data e hora personalizado. Pode usar qualquer "
385 "tipo de descritor dos permitidos na versão ANSI C da função strftime."
387 #: ../src/callbacks.c:1516
388 msgid "Date format string could not be converted (possibly too long)."
389 msgstr ""
390 "O formato para a data não pode ser convertido (provavelmente é muito longo)."
392 #: ../src/callbacks.c:1738 ../src/callbacks.c:1748
393 msgid "No more message items."
394 msgstr "Sem mais mensagens."
396 #. initialize the dialog
397 #: ../src/dialogs.c:140 ../src/prefs.c:1640
398 msgid "Open File"
399 msgstr "Abrir Ficheiro"
401 #: ../src/dialogs.c:144 ../src/interface.c:691
402 msgid "_View"
403 msgstr "_Ver"
405 #: ../src/dialogs.c:147
406 msgid ""
407 "Opens the file in read-only mode. If you choose more than one file to open, "
408 "all files will be opened read-only."
409 msgstr ""
410 "Abre o ficheiro em, apenas, modo de leitura. Se escolher mais do que um "
411 "ficheiro, todos serão abertos, exclusivamente, em modo de leitura."
413 #: ../src/dialogs.c:169
414 msgid "Detect by file extension"
415 msgstr "Detectar através da extensão do ficheiro"
417 #: ../src/dialogs.c:196 ../src/interface.c:3582 ../src/interface.c:5150
418 msgid "Detect from file"
419 msgstr "Detectar a partir do ficheiro"
421 #: ../src/dialogs.c:258
422 msgid "_More Options"
423 msgstr ""
425 #. line 1 with checkbox and encoding combo
426 #: ../src/dialogs.c:265
427 msgid "Show _hidden files"
428 msgstr "Mostrar ficheiros _ocultos"
430 #: ../src/dialogs.c:276
431 msgid "Set encoding:"
432 msgstr "Definir a codificação:"
434 #: ../src/dialogs.c:286
435 msgid ""
436 "Explicitly defines an encoding for the file, if it would not be detected. "
437 "This is useful when you know that the encoding of a file cannot be detected "
438 "correctly by Geany.\n"
439 "Note if you choose multiple files, they will all be opened with the chosen "
440 "encoding."
441 msgstr ""
442 "Define, explicitamente, a codificação para o ficheiro se esta não for "
443 "detectável. Esta opção é útil quando sabe à partida que o Geany não será "
444 "capaz de detectar automaticamente a codificação do ficheiro.\n"
445 "Note que se escolher múltiplos ficheiros, todos serão abertos com a "
446 "codificação escolhida."
448 #. line 2 with filetype combo
449 #: ../src/dialogs.c:293
450 msgid "Set filetype:"
451 msgstr "Define o tipo de ficheiro:"
453 #: ../src/dialogs.c:303
454 msgid ""
455 "Explicitly defines a filetype for the file, if it would not be detected by "
456 "filename extension.\n"
457 "Note if you choose multiple files, they will all be opened with the chosen "
458 "filetype."
459 msgstr ""
460 "Define, explicitamente, o tipo ficheiro se este não for detectado através da "
461 "extensão.\n"
462 "Note que se escolher múltiplos ficheiros, todos serão abertos segundo o tipo "
463 "de ficheiro escolhido."
465 #: ../src/dialogs.c:389
466 #, fuzzy
467 msgid "Overwrite?"
468 msgstr "_Substituir"
470 #: ../src/dialogs.c:390
471 msgid "Filename already exists!"
472 msgstr ""
474 #: ../src/dialogs.c:424
475 msgid "Save File"
476 msgstr "Guardar Ficheiro"
478 #: ../src/dialogs.c:432
479 msgid "R_ename"
480 msgstr "R_enomear"
482 #: ../src/dialogs.c:434
483 msgid "Save the file and rename it"
484 msgstr "Guardar o ficheiro e renomeá-lo"
486 #: ../src/dialogs.c:442
487 msgid "_Open file in a new tab"
488 msgstr "_Abrir ficheiro numa nova aba"
490 #: ../src/dialogs.c:444
491 msgid ""
492 "Keep the current unsaved document open and open the newly saved file in a "
493 "new tab"
494 msgstr ""
495 "Manter o ficheiro actual, não salvo, aberto e abrir o ficheiro acabado de "
496 "guardar numa nova aba"
498 #: ../src/dialogs.c:567 ../src/win32.c:562
499 msgid "Error"
500 msgstr ""
502 #: ../src/dialogs.c:570 ../src/dialogs.c:1368 ../src/win32.c:568
503 #: ../src/win32.c:627
504 msgid "Question"
505 msgstr ""
507 #: ../src/dialogs.c:573 ../src/win32.c:574
508 msgid "Warning"
509 msgstr ""
511 #: ../src/dialogs.c:576 ../src/win32.c:580
512 msgid "Information"
513 msgstr ""
515 #: ../src/dialogs.c:656
516 msgid "_Don't save"
517 msgstr "_Não guardar"
519 #: ../src/dialogs.c:687
520 #, c-format
521 msgid "The file '%s' is not saved."
522 msgstr "O ficheiro '%s' não está guardado."
524 #: ../src/dialogs.c:689
525 msgid "Do you want to save it before closing?"
526 msgstr "Quer guardar o ficheiro antes de fechar?"
528 #: ../src/dialogs.c:764
529 msgid "Choose font"
530 msgstr "Escolha o tipo de letra"
532 #: ../src/dialogs.c:1005
533 msgid ""
534 "An error occurred or file information could not be retrieved (e.g. from a "
535 "new file)."
536 msgstr ""
537 "Ocorreu um erro ou informação sobre o ficheiro não pode ser obtida (e.x. um "
538 "novo ficheiro)."
540 #: ../src/dialogs.c:1024 ../src/dialogs.c:1025 ../src/dialogs.c:1026
541 #: ../src/dialogs.c:1032 ../src/dialogs.c:1033 ../src/dialogs.c:1034
542 #: ../src/symbols.c:1706 ../src/symbols.c:1727 ../src/symbols.c:1779
543 #: ../src/ui_utils.c:216
544 msgid "unknown"
545 msgstr "desconhecido"
547 #: ../src/dialogs.c:1039 ../src/symbols.c:780
548 msgid "Properties"
549 msgstr "Propriedades"
551 #: ../src/dialogs.c:1070
552 msgid "<b>Type:</b>"
553 msgstr "<b>Tipo:</b>"
555 #: ../src/dialogs.c:1084
556 msgid "<b>Size:</b>"
557 msgstr "<b>Tamanho:</b>"
559 #: ../src/dialogs.c:1100
560 msgid "<b>Location:</b>"
561 msgstr "<b>Localização:</b>"
563 #: ../src/dialogs.c:1114
564 msgid "<b>Read-only:</b>"
565 msgstr "<b>Só de Leitura:</b>"
567 #: ../src/dialogs.c:1121
568 msgid "(only inside Geany)"
569 msgstr "(apenas dentro do Geany)"
571 #: ../src/dialogs.c:1130
572 msgid "<b>Encoding:</b>"
573 msgstr "<b>Codificação:</b>"
575 #. BOM = byte order mark
576 #: ../src/dialogs.c:1140 ../src/ui_utils.c:219
577 msgid "(with BOM)"
578 msgstr "(com BOM)"
580 #: ../src/dialogs.c:1140
581 msgid "(without BOM)"
582 msgstr "(sem BOM)"
584 #: ../src/dialogs.c:1151
585 msgid "<b>Modified:</b>"
586 msgstr "<b>Modificado:</b>"
588 #: ../src/dialogs.c:1165
589 msgid "<b>Changed:</b>"
590 msgstr "<b>Alterado:</b>"
592 #: ../src/dialogs.c:1179
593 msgid "<b>Accessed:</b>"
594 msgstr "<b>Acedido:</b>"
596 #: ../src/dialogs.c:1201
597 msgid "<b>Permissions:</b>"
598 msgstr "<b>Permissões:</b>"
600 #. Header
601 #: ../src/dialogs.c:1209
602 msgid "Read:"
603 msgstr "Leitura:"
605 #: ../src/dialogs.c:1216
606 msgid "Write:"
607 msgstr "Escrita:"
609 #. Owner
610 #: ../src/dialogs.c:1231
611 msgid "Owner:"
612 msgstr "Dono:"
614 #. Group
615 #: ../src/dialogs.c:1267
616 msgid "Group:"
617 msgstr "Grupo:"
619 #. Other
620 #: ../src/dialogs.c:1303
621 msgid "Other:"
622 msgstr "Outros:"
624 #: ../src/document.c:622
625 #, c-format
626 msgid "File %s closed."
627 msgstr "Ficheiro %s fechado."
629 #: ../src/document.c:745
630 #, c-format
631 msgid "New file \"%s\" opened."
632 msgstr "Novo ficheiro, \\\"%s\\\" aberto."
634 #: ../src/document.c:918 ../src/document.c:1421
635 #, c-format
636 msgid "Could not open file %s (%s)"
637 msgstr "Impossível abrir o ficheiro %s (%s)"
639 #: ../src/document.c:948
640 #, c-format
641 msgid ""
642 "The file \"%s\" could not be opened properly and has been truncated. This "
643 "can occur if the file contains a NULL byte. Be aware that saving it can "
644 "cause data loss.\n"
645 "The file was set to read-only."
646 msgstr ""
647 "O ficheiro \"%s\" não pode ser aberto correctamente e foi truncado (há "
648 "partes omitidas). Isto pode ocorrer caso o ficheiro contenha o byte NULL. "
649 "Muita atenção que se o salvar, informação deste poderá perder-se.\n"
650 "O ficheiro foi definido como apenas de leitura."
652 #. For translators: the second wildcard is an encoding name, e.g.
653 #. * The file \"test.txt\" is not valid UTF-8.
654 #: ../src/document.c:974
655 #, c-format
656 msgid "The file \"%s\" is not valid %s."
657 msgstr "O ficheiro \\\"%s\\\" não é válido %s."
659 #: ../src/document.c:984
660 #, c-format
661 msgid ""
662 "The file \"%s\" does not look like a text file or the file encoding is not "
663 "supported."
664 msgstr ""
665 "O ficheiro \\\"%s\\\" não parece ser um ficheiro de texto ou a sua "
666 "codificação não é suportada."
668 #: ../src/document.c:1122
669 msgid "Spaces"
670 msgstr "Espaços"
672 #: ../src/document.c:1125
673 msgid "Tabs"
674 msgstr "Tabulações"
676 #: ../src/document.c:1128
677 msgid "Tabs and Spaces"
678 msgstr "Tabulações e Espaços"
680 #. For translators: first wildcard is the indentation mode (Spaces, Tabs, Tabs
681 #. * and Spaces), the second one is the filename
682 #: ../src/document.c:1133
683 #, c-format
684 msgid "Setting %s indentation mode for %s."
685 msgstr "Definindo modo de indentação com %s para o ficheiro %s."
687 #: ../src/document.c:1186
688 msgid "Invalid filename"
689 msgstr "Nome de ficheiro inválido"
691 #: ../src/document.c:1309
692 #, c-format
693 msgid "File %s reloaded."
694 msgstr "Ficheiro %s recarregado."
696 #. For translators: this is the status window message for opening a file. %d is the number
697 #. * of the newly opened file, %s indicates whether the file is opened read-only
698 #. * (it is replaced with the string ", read-only").
699 #: ../src/document.c:1314
700 #, c-format
701 msgid "File %s opened(%d%s)."
702 msgstr "Ficheiro %s aberto(%d%s)."
704 #: ../src/document.c:1316
705 msgid ", read-only"
706 msgstr ", só de leitura"
708 #: ../src/document.c:1512
709 #, fuzzy
710 msgid "Error renaming file."
711 msgstr "Erro ao guardar ficheiro."
713 #: ../src/document.c:1587
714 #, c-format
715 msgid ""
716 "An error occurred while converting the file from UTF-8 in \"%s\". The file "
717 "remains unsaved."
718 msgstr ""
719 "Ocorreu um erro ao converter o ficheiro de UTF-8 para %s. O ficheiro não se "
720 "encontra guardado."
722 #: ../src/document.c:1609
723 #, c-format
724 msgid ""
725 "Error message: %s\n"
726 "The error occurred at \"%s\" (line: %d, column: %d)."
727 msgstr ""
728 "Mensagem de erro: %s\n"
729 "O erro ocorreu em \\\"%s\\\" (linha: %d, coluna: %d)."
731 #: ../src/document.c:1614
732 #, c-format
733 msgid "Error message: %s."
734 msgstr "Mensagem de erro: %s."
736 #: ../src/document.c:1715 ../src/document.c:1775
737 msgid "Error saving file."
738 msgstr "Erro ao guardar ficheiro."
740 #: ../src/document.c:1774
741 #, c-format
742 msgid "Error saving file (%s)."
743 msgstr "Erro ao guardar o ficheiro (%s)."
745 #: ../src/document.c:1799
746 #, c-format
747 msgid "File %s saved."
748 msgstr "Ficheiro %s guardado."
750 #: ../src/document.c:1867 ../src/document.c:1924 ../src/document.c:1932
751 #, c-format
752 msgid "\"%s\" was not found."
753 msgstr "\\\"%s\\\" não foi encontrado."
755 #: ../src/document.c:1932
756 msgid "Wrap search and find again?"
757 msgstr "Terminar esta pesquisa e procurar outra vez do início?"
759 #: ../src/document.c:2011 ../src/search.c:1084 ../src/search.c:1688
760 #: ../src/search.c:1689
761 #, c-format
762 msgid "No matches found for \"%s\"."
763 msgstr "Ocorrências de \\\"%s\\\" não encontradas."
765 #: ../src/document.c:2022 ../src/document.c:2031
766 #, c-format
767 msgid "%s: replaced %d occurrence of \"%s\" with \"%s\"."
768 msgid_plural "%s: replaced %d occurrences of \"%s\" with \"%s\"."
769 msgstr[0] "%s: substituída %d ocorrência de \\\"%s\\\" por \\\"%s\\\"."
770 msgstr[1] "%s: substituídas %d ocorrências de \\\"%s\\\" por \\\"%s\\\"."
772 #: ../src/document.c:2868
773 msgid "Do you want to reload it?"
774 msgstr "Pretende recarregá-lo?"
776 #: ../src/document.c:2869
777 #, c-format
778 msgid ""
779 "The file '%s' on the disk is more recent than\n"
780 "the current buffer."
781 msgstr ""
782 "O ficheiro '%s' em disco é mais recente do\n"
783 "que o actualmente em memória."
785 #: ../src/document.c:2890
786 msgid "Try to resave the file?"
787 msgstr "Tentar guardar novamente o ficheiro?"
789 #: ../src/document.c:2891
790 #, c-format
791 msgid "File \"%s\" was not found on disk!"
792 msgstr "Ficheiro \\\"%s\\\" não encontrado em disco!"
794 #: ../src/editor.c:4288
795 msgid "Enter Tab Width"
796 msgstr "Introduza a largura da tabulação"
798 #: ../src/editor.c:4289
799 msgid "Enter the amount of spaces which should be replaced by a tab character."
800 msgstr "Introduza o número de espaços a serem substituídos por uma tabulação."
802 #: ../src/encodings.c:76
803 msgid "Celtic"
804 msgstr "Céltico"
806 #: ../src/encodings.c:77 ../src/encodings.c:78
807 msgid "Greek"
808 msgstr "Grego"
810 #: ../src/encodings.c:79
811 msgid "Nordic"
812 msgstr "Nórdico"
814 #: ../src/encodings.c:80
815 msgid "South European"
816 msgstr "Europeu do Sul"
818 #: ../src/encodings.c:81 ../src/encodings.c:82 ../src/encodings.c:83
819 #: ../src/encodings.c:84
820 msgid "Western"
821 msgstr "Ocidental"
823 #: ../src/encodings.c:86 ../src/encodings.c:87 ../src/encodings.c:88
824 msgid "Baltic"
825 msgstr "Báltico"
827 #: ../src/encodings.c:89 ../src/encodings.c:90 ../src/encodings.c:91
828 msgid "Central European"
829 msgstr "Europeu Central"
831 #. ISO-IR-111 not available on Windows
832 #: ../src/encodings.c:92 ../src/encodings.c:93 ../src/encodings.c:95
833 #: ../src/encodings.c:96 ../src/encodings.c:97
834 msgid "Cyrillic"
835 msgstr "Cirílico"
837 #: ../src/encodings.c:98
838 msgid "Cyrillic/Russian"
839 msgstr "Cirílico/Russo"
841 #: ../src/encodings.c:99
842 msgid "Cyrillic/Ukrainian"
843 msgstr "Cirílico/Ucraniano"
845 #: ../src/encodings.c:100
846 msgid "Romanian"
847 msgstr "Romeno"
849 #: ../src/encodings.c:102 ../src/encodings.c:103 ../src/encodings.c:104
850 msgid "Arabic"
851 msgstr "Árabe"
853 #. not available at all, ?
854 #: ../src/encodings.c:105 ../src/encodings.c:107 ../src/encodings.c:108
855 msgid "Hebrew"
856 msgstr "Hebreu"
858 #: ../src/encodings.c:109
859 msgid "Hebrew Visual"
860 msgstr "Hebraico Visual"
862 #: ../src/encodings.c:111
863 msgid "Armenian"
864 msgstr "Arménio"
866 #: ../src/encodings.c:112
867 msgid "Georgian"
868 msgstr "Geórgio"
870 #: ../src/encodings.c:113
871 msgid "Thai"
872 msgstr "Tailandês"
874 #: ../src/encodings.c:114 ../src/encodings.c:115 ../src/encodings.c:116
875 msgid "Turkish"
876 msgstr "Turco"
878 #: ../src/encodings.c:117 ../src/encodings.c:118 ../src/encodings.c:119
879 msgid "Vietnamese"
880 msgstr "Vietnamita"
882 #: ../src/encodings.c:121 ../src/encodings.c:122 ../src/encodings.c:123
883 #: ../src/encodings.c:124 ../src/encodings.c:125 ../src/encodings.c:126
884 #: ../src/encodings.c:127 ../src/encodings.c:128
885 msgid "Unicode"
886 msgstr "Unicode"
888 #. maybe not available on Linux
889 #: ../src/encodings.c:130 ../src/encodings.c:131 ../src/encodings.c:132
890 #: ../src/encodings.c:134
891 msgid "Chinese Simplified"
892 msgstr "Chinês Simplificado"
894 #: ../src/encodings.c:135 ../src/encodings.c:136 ../src/encodings.c:137
895 msgid "Chinese Traditional"
896 msgstr "Chinês Tradicional"
898 #: ../src/encodings.c:138 ../src/encodings.c:139 ../src/encodings.c:140
899 #: ../src/encodings.c:141
900 msgid "Japanese"
901 msgstr "Japonês"
903 #: ../src/encodings.c:142 ../src/encodings.c:143 ../src/encodings.c:144
904 #: ../src/encodings.c:145
905 msgid "Korean"
906 msgstr "Coreano"
908 #: ../src/encodings.c:147
909 msgid "Without encoding"
910 msgstr "Sem codificação"
912 #: ../src/encodings.c:374
913 msgid "_West European"
914 msgstr "Europeu do _Ocidente"
916 #: ../src/encodings.c:380
917 msgid "_East European"
918 msgstr "Europeu do L_este"
920 #: ../src/encodings.c:386
921 msgid "East _Asian"
922 msgstr "_Asiático do Leste"
924 #: ../src/encodings.c:392
925 msgid "_SE & SW Asian"
926 msgstr "_SE & SO Asiáticos"
928 #: ../src/encodings.c:398
929 msgid "_Middle Eastern"
930 msgstr "_Médio Oriente"
932 #: ../src/encodings.c:404
933 msgid "_Unicode"
934 msgstr "_Unicode"
936 #: ../src/filetypes.c:96 ../src/filetypes.c:204 ../src/filetypes.c:226
937 #: ../src/filetypes.c:237 ../src/filetypes.c:259
938 #, c-format
939 msgid "%s source file"
940 msgstr "Ficheiro de código %s"
942 #: ../src/filetypes.c:97
943 #, fuzzy, c-format
944 msgid "%s file"
945 msgstr "Ficheiro de código %s"
947 #: ../src/filetypes.c:113 ../src/filetypes.c:114 ../src/interface.c:3501
948 #: ../src/interface.c:5069
949 msgid "None"
950 msgstr "Nenhum(a)"
952 #: ../src/filetypes.c:382
953 msgid "Shell script file"
954 msgstr "Script de consola"
956 #: ../src/filetypes.c:394
957 msgid "Makefile"
958 msgstr "Makefile"
960 #: ../src/filetypes.c:406
961 msgid "XML document"
962 msgstr "documento XML"
964 #: ../src/filetypes.c:441
965 msgid "Cascading StyleSheet"
966 msgstr "Folha de Estilo em Cascata"
968 #: ../src/filetypes.c:452
969 msgid "SQL Dump file"
970 msgstr "Ficheiro de despejo, SQL"
972 #: ../src/filetypes.c:496
973 msgid "Config file"
974 msgstr "Ficheiro de configuração"
976 #: ../src/filetypes.c:508
977 msgid "Gettext translation file"
978 msgstr "Ficheiro de tradução Gettext"
980 #: ../src/filetypes.c:541
981 #, c-format
982 msgid "%s script file"
983 msgstr "script  %s"
985 #: ../src/filetypes.c:738
986 msgid "_Programming Languages"
987 msgstr "Linguagens de _Programação"
989 #: ../src/filetypes.c:739
990 msgid "_Scripting Languages"
991 msgstr "Linguagens de Script"
993 #: ../src/filetypes.c:740
994 msgid "_Markup Languages"
995 msgstr "Linguagens de Marcação"
997 #: ../src/filetypes.c:741
998 msgid "M_iscellaneous Languages"
999 msgstr "Linguagens variadas"
1001 #: ../src/filetypes.c:1331 ../src/win32.c:107
1002 msgid "All Source"
1003 msgstr "Todo o Código"
1005 #: ../src/filetypes.c:1356 ../src/project.c:292
1006 msgid "All files"
1007 msgstr "Todos os ficheiros"
1009 #: ../src/filetypes.c:1414
1010 #, c-format
1011 msgid "Bad regex for filetype %s: %s"
1012 msgstr "Má expressão regular para ficheiros do tipo %s: %s"
1014 #: ../src/geany.h:53
1015 msgid "untitled"
1016 msgstr "sem título"
1018 #: ../src/interface.c:276
1019 msgid "_File"
1020 msgstr "_Ficheiro"
1022 #: ../src/interface.c:287
1023 msgid "New (with _Template)"
1024 msgstr "Novo (com _Modelo)"
1026 #: ../src/interface.c:298 ../src/interface.c:359 ../src/interface.c:537
1027 #: ../src/interface.c:591 ../src/interface.c:605 ../src/interface.c:851
1028 #: ../src/interface.c:861 ../src/interface.c:2018 ../src/interface.c:2072
1029 #: ../src/interface.c:2086
1030 msgid "invisible"
1031 msgstr "invisível"
1033 #: ../src/interface.c:300
1034 msgid "dummy tooltip, don't translate this."
1035 msgstr ""
1037 #: ../src/interface.c:311 ../src/interface.c:1940
1038 msgid "Open Selected F_ile"
1039 msgstr "Abrir _Ficheiro Seleccionado"
1041 #: ../src/interface.c:315
1042 msgid "Recent _Files"
1043 msgstr "_Ficheiros Recentes"
1045 #: ../src/interface.c:332
1046 msgid "Save A_ll"
1047 msgstr "Sa_lvar tudo"
1049 #: ../src/interface.c:348
1050 msgid "R_eload As"
1051 msgstr "Recarregado como"
1053 #: ../src/interface.c:376
1054 msgid "Page Set_up"
1055 msgstr "Config_uração de Página"
1057 #: ../src/interface.c:393 ../src/notebook.c:240
1058 msgid "Close Ot_her Documents"
1059 msgstr "Fec_har os outros Documentos"
1061 #: ../src/interface.c:401 ../src/notebook.c:245
1062 msgid "C_lose All"
1063 msgstr "F_echar Tudo"
1065 #: ../src/interface.c:418
1066 msgid "_Edit"
1067 msgstr "_Editar"
1069 #: ../src/interface.c:468 ../src/interface.c:1949
1070 msgid "_Format"
1071 msgstr "_Formatar"
1073 #: ../src/interface.c:475 ../src/interface.c:1956
1074 msgid "T_oggle Case of Selection"
1075 msgstr "C_omuta, o seleccionado, entre maiúsculas/minúsculas"
1077 #: ../src/interface.c:484 ../src/interface.c:1965
1078 msgid "_Comment Line(s)"
1079 msgstr "_Comentar Linha(s)"
1081 #: ../src/interface.c:488 ../src/interface.c:1969
1082 msgid "U_ncomment Line(s)"
1083 msgstr "Descomentar Linhas(s)"
1085 #: ../src/interface.c:492 ../src/interface.c:1973
1086 msgid "_Toggle Line Commentation"
1087 msgstr "Comu_ta entre comentar e não comentar, a linha"
1089 #: ../src/interface.c:496 ../src/interface.c:1977
1090 msgid "Du_plicate Line or Selection"
1091 msgstr "Du_plica a linha ou o seleccionado"
1093 #: ../src/interface.c:505 ../src/interface.c:1986
1094 msgid "_Increase Indent"
1095 msgstr "Aumentar a _indentação"
1097 #: ../src/interface.c:513 ../src/interface.c:1994
1098 msgid "_Decrease Indent"
1099 msgstr "_Diminuir a indentação"
1101 #: ../src/interface.c:526 ../src/interface.c:2007
1102 #, fuzzy
1103 msgid "_Send Selection to Terminal"
1104 msgstr "Enviar a _selecção para"
1106 #: ../src/interface.c:530 ../src/interface.c:2011
1107 msgid "_Send Selection to"
1108 msgstr "Enviar a _selecção para"
1110 #: ../src/interface.c:545 ../src/interface.c:2026
1111 msgid "I_nsert Comments"
1112 msgstr "I_nserir Comentários"
1114 #: ../src/interface.c:556 ../src/interface.c:2037
1115 msgid "Insert _ChangeLog Entry"
1116 msgstr "Adicionar entrada ao registo de alterações (_changelog)"
1118 #: ../src/interface.c:560 ../src/interface.c:2041
1119 msgid "Insert File _Header"
1120 msgstr "Inserir Ficheiro de Ca_beçalho"
1122 #: ../src/interface.c:564 ../src/interface.c:2045
1123 msgid "Insert _Function Description"
1124 msgstr "Inserir Descrição de _Função"
1126 #: ../src/interface.c:568 ../src/interface.c:2049
1127 msgid "Insert _Multiline Comment"
1128 msgstr "Insere Comentário _Multi-linha"
1130 #: ../src/interface.c:572 ../src/interface.c:2053
1131 msgid "Insert _GPL Notice"
1132 msgstr "Insere a licença _GPL"
1134 #: ../src/interface.c:576 ../src/interface.c:2057
1135 msgid "Insert _BSD License Notice"
1136 msgstr "Insere a licença _BSD"
1138 #: ../src/interface.c:580 ../src/interface.c:2061
1139 msgid "Insert Dat_e"
1140 msgstr "Ins_erir Data"
1142 #: ../src/interface.c:594 ../src/interface.c:2075
1143 msgid "_Insert \"include <...>\""
1144 msgstr "_Inserir \"include <...>\""
1146 #: ../src/interface.c:613
1147 #, fuzzy
1148 msgid "Preference_s"
1149 msgstr "Preferências"
1151 #: ../src/interface.c:621
1152 msgid "_Search"
1153 msgstr "Pe_squisar"
1155 #: ../src/interface.c:632
1156 msgid "Find _Next"
1157 msgstr "Procurar o Pró_ximo"
1159 #: ../src/interface.c:636
1160 msgid "Find _Previous"
1161 msgstr "Procurar o _Anterior"
1163 #: ../src/interface.c:640
1164 msgid "Find in F_iles"
1165 msgstr "Pesquisar em Ficheiros"
1167 #: ../src/interface.c:644 ../src/search.c:524
1168 msgid "_Replace"
1169 msgstr "_Substituir"
1171 #: ../src/interface.c:657
1172 msgid "Find _Selected"
1173 msgstr "Procurar o _Seleccionado"
1175 #: ../src/interface.c:661
1176 msgid "Find Pre_vious Selected"
1177 msgstr "Procurar, para trás, o seleccionado"
1179 #: ../src/interface.c:670
1180 msgid "Next _Message"
1181 msgstr "Próxima _Mensagem"
1183 #: ../src/interface.c:674
1184 msgid "Pr_evious Message"
1185 msgstr "Mensagem Ant_erior"
1187 #: ../src/interface.c:683 ../src/interface.c:2127
1188 msgid "_Go to Line"
1189 msgstr "_Ir Para a Linha"
1191 #: ../src/interface.c:698
1192 msgid "Change _Font"
1193 msgstr "Alterar tipo de _Letra"
1195 #: ../src/interface.c:711
1196 msgid "To_ggle All Additional Widgets"
1197 msgstr "Activar todos os Wid_gets adicionais"
1199 #: ../src/interface.c:715
1200 msgid "Full_screen"
1201 msgstr "Ecrã _Completo"
1203 #: ../src/interface.c:719
1204 msgid "Show Message _Window"
1205 msgstr "Mostrar _Janela de Mensagens"
1207 #: ../src/interface.c:724
1208 msgid "Show _Toolbar"
1209 msgstr "Mostrar Barra de Ferramen_tas"
1211 #: ../src/interface.c:729
1212 msgid "Show Side_bar"
1213 msgstr "Mostrar _Barra Lateral"
1215 #: ../src/interface.c:734 ../src/interface.c:3917 ../src/keybindings.c:229
1216 msgid "Editor"
1217 msgstr "Editor"
1219 #: ../src/interface.c:741
1220 msgid "Show _Markers Margin"
1221 msgstr "Mostrar _Marcadores de Margens"
1223 #: ../src/interface.c:746
1224 msgid "Show _Line Numbers"
1225 msgstr "Mostrar Números de _Linha"
1227 #: ../src/interface.c:751
1228 msgid "Show _White Space"
1229 msgstr "Mostrar Espaços em _Branco"
1231 #: ../src/interface.c:755
1232 msgid "Show Line _Endings"
1233 msgstr "Mostrar Terminação de Linha"
1235 #: ../src/interface.c:759
1236 msgid "Show _Indentation Guides"
1237 msgstr "Mostrar as guias de Indentação"
1239 #: ../src/interface.c:780
1240 msgid "_Document"
1241 msgstr "_Documento"
1243 #: ../src/interface.c:787
1244 msgid "_Line Wrapping"
1245 msgstr "Mudança de _Linha"
1247 #: ../src/interface.c:792
1248 msgid "Line _Breaking"
1249 msgstr "Que_bra de Linha"
1251 #: ../src/interface.c:796
1252 msgid "_Auto-indentation"
1253 msgstr "Indentação _Automática"
1255 #: ../src/interface.c:801
1256 msgid "In_dent Type"
1257 msgstr "Tipo de In_dentação"
1259 #: ../src/interface.c:808 ../src/interface.c:3540 ../src/interface.c:5108
1260 msgid "_Tabs"
1261 msgstr "_Tabulações"
1263 #: ../src/interface.c:814 ../src/interface.c:3531 ../src/interface.c:5099
1264 msgid "_Spaces"
1265 msgstr "E_spaços"
1267 #: ../src/interface.c:820 ../src/interface.c:3549 ../src/interface.c:5117
1268 msgid "T_abs and Spaces"
1269 msgstr "T_abulações e espaços"
1271 #: ../src/interface.c:831
1272 msgid "Read _Only"
1273 msgstr "Leitura Apenas"
1275 #: ../src/interface.c:835
1276 msgid "_Write Unicode BOM"
1277 msgstr ""
1279 #: ../src/interface.c:844
1280 msgid "Set File_type"
1281 msgstr "Definir _Tipo de  Ficheiro"
1283 #: ../src/interface.c:854
1284 msgid "Set _Encoding"
1285 msgstr "Definir _Codificação"
1287 #: ../src/interface.c:864
1288 msgid "Set Line E_ndings"
1289 msgstr "Definir o Terminador de Li_nha"
1291 #: ../src/interface.c:871
1292 msgid "Convert and Set to _CR/LF (Win)"
1293 msgstr "Converter e definir para _CR/LF (Win)"
1295 #: ../src/interface.c:877
1296 msgid "Convert and Set to _LF (Unix)"
1297 msgstr "Converter e definir para _LF (Unix)"
1299 #: ../src/interface.c:883
1300 msgid "Convert and Set to CR (_Mac)"
1301 msgstr "Converter e definir para CR (_Mac)"
1303 #: ../src/interface.c:894
1304 msgid "_Strip Trailing Spaces"
1305 msgstr "Remover e_spaços do final da linha"
1307 #: ../src/interface.c:898
1308 msgid "_Replace Tabs by Spaces"
1309 msgstr "Substitui_r Tab por Espaços"
1311 #: ../src/interface.c:902
1312 msgid "Replace Spaces b_y Tabs"
1313 msgstr "Substituir Espaços _por Tabulações"
1315 #: ../src/interface.c:911
1316 msgid "_Fold All"
1317 msgstr "_Agregar Tudo"
1319 #: ../src/interface.c:915
1320 msgid "_Unfold All"
1321 msgstr "Desa_gregar Tudo"
1323 #: ../src/interface.c:924
1324 msgid "Remove _Markers"
1325 msgstr "Remover _Marcadores"
1327 #: ../src/interface.c:928
1328 msgid "Remove Error _Indicators"
1329 msgstr "Remover _Indicadores de Erro"
1331 #: ../src/interface.c:932
1332 msgid "_Project"
1333 msgstr "_Projecto"
1335 #: ../src/interface.c:939
1336 msgid "_New"
1337 msgstr "_Novo"
1339 #: ../src/interface.c:947
1340 msgid "_Open"
1341 msgstr "_Abrir"
1343 #: ../src/interface.c:955
1344 #, fuzzy
1345 msgid "_Recent Projects"
1346 msgstr "_Projecto"
1348 #: ../src/interface.c:959
1349 msgid "_Close"
1350 msgstr "Fe_char"
1352 #: ../src/interface.c:980
1353 msgid "_Tools"
1354 msgstr "Ferramen_tas"
1356 #: ../src/interface.c:987
1357 msgid "_Color Chooser"
1358 msgstr "Escolher _Cores"
1360 #: ../src/interface.c:995
1361 msgid "_Word Count"
1362 msgstr "Contar _Palavras"
1364 #: ../src/interface.c:999
1365 msgid "Load Ta_gs"
1366 msgstr "Carre_gar Etiquetas (Tags)"
1368 #: ../src/interface.c:1003
1369 msgid "_Reload Configuration"
1370 msgstr "_Recarregar a Configuração"
1372 #: ../src/interface.c:1011 ../src/interface.c:1018
1373 msgid "_Help"
1374 msgstr "_Ajuda"
1376 #: ../src/interface.c:1026
1377 msgid "_Website"
1378 msgstr "Página _Web"
1380 #: ../src/interface.c:1030
1381 msgid "_Keyboard Shortcuts"
1382 msgstr "_Atalhos de Teclado"
1384 #: ../src/interface.c:1034
1385 msgid "_Debug Messages"
1386 msgstr "Mensagens de _Depuração (debug)"
1388 #: ../src/interface.c:1073 ../src/treeviews.c:119
1389 msgid "Symbols"
1390 msgstr "Símbolos"
1392 #: ../src/interface.c:1087
1393 msgid "Documents"
1394 msgstr "Documentos"
1396 #: ../src/interface.c:1123
1397 msgid "Status"
1398 msgstr "Estado"
1400 #: ../src/interface.c:1137
1401 msgid "Compiler"
1402 msgstr "Compilador"
1404 #: ../src/interface.c:1152
1405 msgid "Messages"
1406 msgstr "Mensagens"
1408 #: ../src/interface.c:1165
1409 msgid "Scribble"
1410 msgstr "Rabiscar"
1412 #: ../src/interface.c:1727 ../src/interface.c:3286
1413 msgid "Images _and Text"
1414 msgstr "Im_agens e Texto"
1416 #: ../src/interface.c:1732 ../src/interface.c:3318
1417 msgid "_Images Only"
1418 msgstr "Apenas _Imagens"
1420 #: ../src/interface.c:1737 ../src/interface.c:3310
1421 msgid "_Text Only"
1422 msgstr "Apenas _Texto"
1424 #: ../src/interface.c:1748 ../src/interface.c:3302
1425 msgid "_Large Icons"
1426 msgstr "Ícones _Grandes"
1428 #: ../src/interface.c:1753 ../src/interface.c:3294
1429 msgid "_Small Icons"
1430 msgstr "Ícones _Pequenos"
1432 #: ../src/interface.c:1758 ../src/interface.c:3326
1433 #, fuzzy
1434 msgid "_Very Small Icons"
1435 msgstr "Ícones _Pequenos"
1437 #: ../src/interface.c:1769
1438 #, fuzzy
1439 msgid "_Customize Toolbar"
1440 msgstr "_Esconder a Barra de Ferramentas"
1442 #: ../src/interface.c:1777
1443 #, fuzzy
1444 msgid "_Hide Toolbar"
1445 msgstr "_Esconder a Barra de Ferramentas"
1447 #: ../src/interface.c:2094
1448 msgid "Find _Usage"
1449 msgstr "Procurar _Uso"
1451 #: ../src/interface.c:2102
1452 msgid "Find _Document Usage"
1453 msgstr "Descobrir utilização do _Documento"
1455 #: ../src/interface.c:2110
1456 msgid "Go to _Tag Definition"
1457 msgstr "Ir para a definição da Etiqueta (_Tag)"
1459 #: ../src/interface.c:2114
1460 msgid "Go to T_ag Declaration"
1461 msgstr "Ir para a declaração da Etiqueta (T_ag)"
1463 #: ../src/interface.c:2118
1464 msgid "Conte_xt Action"
1465 msgstr "Conte_xto da Acção"
1467 #: ../src/interface.c:2667 ../src/keybindings.c:337
1468 msgid "Preferences"
1469 msgstr "Preferências"
1471 #: ../src/interface.c:2703
1472 msgid "Load files from the last session"
1473 msgstr "Carregar ficheiros da última sessão"
1475 #: ../src/interface.c:2706
1476 msgid "Opens at startup the files from the last session"
1477 msgstr "Abre ao iniciar os ficheiros da última sessão"
1479 #: ../src/interface.c:2708
1480 msgid "Load virtual terminal support"
1481 msgstr "Carregar suporte para terminal virtual"
1483 #: ../src/interface.c:2710
1484 msgid ""
1485 "Whether the virtual terminal emulation (VTE) should be loaded at startup, "
1486 "disable it if you do not need it"
1487 msgstr ""
1488 "Se a emulação virtual do terminal (VTE) deverá ser carregada no arranque, "
1489 "desactive-a caso não precise"
1491 #: ../src/interface.c:2712
1492 msgid "Enable plugin support"
1493 msgstr "Activar o suporte de Plugins"
1495 #: ../src/interface.c:2716
1496 msgid "<b>Startup</b>"
1497 msgstr "<b>Início</b>"
1499 #: ../src/interface.c:2735
1500 msgid "Save window position and geometry"
1501 msgstr "Salvar posição e geometria da janela"
1503 #: ../src/interface.c:2738
1504 msgid "Saves the window position and geometry and restores it at the start"
1505 msgstr "Salva a posição e geometria da janela e restaura-as no arranque"
1507 #: ../src/interface.c:2740
1508 msgid "Confirm exit"
1509 msgstr "Confirmar saída"
1511 #: ../src/interface.c:2743
1512 msgid "Shows a confirmation dialog on exit"
1513 msgstr "Mostrar janela de confirmação ao sair"
1515 #: ../src/interface.c:2745
1516 msgid "<b>Shutdown</b>"
1517 msgstr "<b>Desligar</b>"
1519 #: ../src/interface.c:2766
1520 msgid "Startup path:"
1521 msgstr "Caminho Inicial:"
1523 #: ../src/interface.c:2778
1524 msgid ""
1525 "Path to start in when opening or saving files. Must be an absolute path. "
1526 "Leave blank to use the current working directory."
1527 msgstr ""
1528 "Caminho onde começar quando abrir ou salvar ficheiros. Tem de ser um caminho "
1529 "absoluto. Deixe em branco para usar a directoria, de trabalho, actual."
1531 #: ../src/interface.c:2791
1532 msgid "Project files:"
1533 msgstr "Ficheiros de projecto:"
1535 #: ../src/interface.c:2803
1536 msgid "Path to start in when opening project files"
1537 msgstr "Caminho onde começar quando abrir ficheiros de projecto"
1539 #: ../src/interface.c:2816
1540 #, fuzzy
1541 msgid "Extra plugin path:"
1542 msgstr "Activar o suporte de Plugins"
1544 #: ../src/interface.c:2828
1545 msgid ""
1546 "Geany looks by default in the global installation path and in the "
1547 "configuration directory. The path entered here will be searched additionally "
1548 "for plugins. Leave blank to disable."
1549 msgstr ""
1551 #: ../src/interface.c:2841
1552 msgid "<b>Paths</b>"
1553 msgstr "<b>Caminhos</b>"
1555 #: ../src/interface.c:2846
1556 msgid "Startup"
1557 msgstr "Iniciar"
1559 #: ../src/interface.c:2868
1560 msgid "Beep on errors or when compilation has finished"
1561 msgstr "Apitar quando ocorrerem erros ou compilações terminarem"
1563 #: ../src/interface.c:2871
1564 msgid ""
1565 "Whether to beep if an error occurred or when the compilation process has "
1566 "finished"
1567 msgstr ""
1568 "Se um som deve ser produzido quando um erro ocorre ou um compilação termina"
1570 #: ../src/interface.c:2873
1571 msgid "Switch to status message list at new message"
1572 msgstr "Mudar para lista de mensagem de estado quando existir nova mensagem"
1574 #: ../src/interface.c:2876
1575 msgid ""
1576 "Switch to the status message tab (in the notebook window at the bottom) if a "
1577 "new status message arrives"
1578 msgstr ""
1579 "Mudar para a aba de mensagens de estado (na janela principal, em baixo) caso "
1580 "uma nova mensagem apareça"
1582 #: ../src/interface.c:2878
1583 msgid "Suppress status messages in the status bar"
1584 msgstr "Suprimir mensagens de estado na barra de estado"
1586 #: ../src/interface.c:2881
1587 msgid ""
1588 "Removes all messages from the status bar. The messages are still displayed "
1589 "in the status messages window."
1590 msgstr ""
1591 "Remove todas as mensagens da barra de estado. As mensagens são à mesma "
1592 "mostradas na janela de mensagens de estado."
1594 #: ../src/interface.c:2883
1595 #, fuzzy
1596 msgid "Auto-focus widgets (focus follows mouse)"
1597 msgstr "Focar/Realçar widgets automaticamente (o foco segue o cursor do rato)"
1599 #: ../src/interface.c:2886
1600 msgid ""
1601 "Gives the focus automatically to widgets below the mouse cursor. Works for "
1602 "the main editor widget, the scribble, the toolbar search and goto line "
1603 "fields and the VTE."
1604 msgstr ""
1605 "Foca/Realça automaticamente os widgets que se encontram debaixo do cursor do "
1606 "rato. Funciona na principal janela de edição, no widget \"Rabiscar\", na "
1607 "barra de procura, nos campos de \"Ir para linha\" e no VTE."
1609 #: ../src/interface.c:2888 ../src/interface.c:3214 ../src/interface.c:4126
1610 msgid "<b>Miscellaneous</b>"
1611 msgstr "<b>Vários</b>"
1613 #: ../src/interface.c:2908
1614 msgid "Always wrap search and hide the Find dialog"
1615 msgstr "Pesquisar sempre em todo o documento e esconder a janela de procura"
1617 #: ../src/interface.c:2911
1618 msgid ""
1619 "Always wrap search around the document and hide the Find dialog after "
1620 "clicking Find Next/Previous"
1621 msgstr ""
1622 "Pesquisar sempre em todo o documento (não termina nem no fim, nem no início "
1623 "deste) e esconde a janela de procura após seleccionar Procura Seguinte/"
1624 "Anterior"
1626 #: ../src/interface.c:2913
1627 msgid "Use the current word under the cursor for Find dialogs"
1628 msgstr "Usar a palavra onde se encontra o cursor, nos campos de Procura"
1630 #: ../src/interface.c:2916
1631 msgid ""
1632 "Use current word under the cursor when opening the Find, Find in Files or "
1633 "Replace dialog and there is no selection"
1634 msgstr ""
1635 "Usar a palavra onde se encontra o cursor quando realizar uma Procura, uma "
1636 "Procura em Ficheiros ou uma Substituição, no caso de não haver uma palavra "
1637 "seleccionada"
1639 #: ../src/interface.c:2918
1640 msgid "Use the current file's directory for Find in Files"
1641 msgstr "Usar a directoria actual quando executar a \"Procura em Ficheiros\""
1643 #: ../src/interface.c:2922
1644 msgid "<b>Search</b>"
1645 msgstr "<b>Procurar</b>"
1647 #: ../src/interface.c:2941
1648 msgid "Use project-based session files"
1649 msgstr "Usar ficheiros de sessão, por projecto"
1651 #: ../src/interface.c:2944
1652 msgid ""
1653 "Whether to store a project's session files and open them when re-opening the "
1654 "project"
1655 msgstr ""
1656 "Se os ficheiros de sessão do projecto devem ser guardados e abertos aquando "
1657 "da reabertura do projecto"
1659 #: ../src/interface.c:2946
1660 msgid "Store project file inside the project base directory"
1661 msgstr "Guardar o ficheiro de projecto na directoria base do projecto"
1663 #: ../src/interface.c:2949
1664 #, fuzzy
1665 msgid ""
1666 "When enabled, a project file is stored by default inside the project base "
1667 "directory when creating new projects instead of one directory above the base "
1668 "directory. You can still change the path of the project file in the New "
1669 "Project dialog."
1670 msgstr ""
1671 "Quando activo, ao criar um novo projecto, o ficheiro de projecto será sempre "
1672 "guardado na directoria base deste e não numa directoria de um nível acima. "
1673 "Pode alterar a directoria para o ficheiro de projecto na janela \"Novo "
1674 "Projecto\""
1676 #: ../src/interface.c:2951
1677 msgid "<b>Projects</b>"
1678 msgstr "<b>Projectos</b>"
1680 #: ../src/interface.c:2956
1681 msgid "Miscellaneous"
1682 msgstr "Vários"
1684 #: ../src/interface.c:2960
1685 msgid "General"
1686 msgstr "Geral"
1688 #: ../src/interface.c:2983
1689 msgid "Show symbol list"
1690 msgstr "Mostra a lista de símbolos"
1692 #: ../src/interface.c:2986
1693 msgid "Toggle the symbol list on and off"
1694 msgstr "Mostra/Oculta a lista de símbolos"
1696 #: ../src/interface.c:2988
1697 msgid "Show documents list"
1698 msgstr "Mostrar lista de documentos"
1700 #: ../src/interface.c:2991
1701 msgid "Toggle the documents list on and off"
1702 msgstr "Mostra/Oculta a lista de documentos"
1704 #: ../src/interface.c:2993
1705 msgid "<b>Sidebar</b>"
1706 msgstr "<b>Barra Lateral</b>"
1708 #: ../src/interface.c:3014
1709 msgid "Symbol list:"
1710 msgstr "Lista Símbolos:"
1712 #: ../src/interface.c:3021 ../src/interface.c:3136
1713 msgid "Message window:"
1714 msgstr "Janela de Mensagens:"
1716 #: ../src/interface.c:3028 ../src/interface.c:3172
1717 msgid "Editor:"
1718 msgstr "Editor:"
1720 #: ../src/interface.c:3040
1721 msgid "Sets the font for the message window"
1722 msgstr "Define o tipo de letra para a janela de mensagens"
1724 #: ../src/interface.c:3048
1725 msgid "Sets the font for the symbol list"
1726 msgstr "Define o tipo de letra para a lista de símbolos"
1728 #: ../src/interface.c:3056
1729 msgid "Sets the editor font"
1730 msgstr "Define o tipo de letra do editor"
1732 #: ../src/interface.c:3058
1733 msgid "<b>Fonts</b>"
1734 msgstr "<b>Tipos de Letra</b>"
1736 #: ../src/interface.c:3077
1737 msgid "Show editor tabs"
1738 msgstr "Mostrar separadores de ficheiro no editor"
1740 #: ../src/interface.c:3081
1741 msgid "Show close buttons"
1742 msgstr "Mostrar botões para fechar"
1744 #: ../src/interface.c:3084
1745 msgid ""
1746 "Shows a small cross button in the file tabs to easily close files when "
1747 "clicking on it (requires restart of Geany)"
1748 msgstr ""
1749 "Mostra uma pequena cruz no separador do ficheiro, para o fechar ao clicar "
1750 "nesta (será necessário reiniciar o Geany)"
1752 #: ../src/interface.c:3090
1753 msgid "Placement of new file tabs:"
1754 msgstr "Localização do separador para um novo ficheiro:"
1756 #: ../src/interface.c:3095 ../src/interface.c:3149 ../src/interface.c:3167
1757 #: ../src/interface.c:3185
1758 msgid "Left"
1759 msgstr "Esquerda"
1761 #: ../src/interface.c:3098
1762 msgid "File tabs will be placed on the left of the notebook"
1763 msgstr "Separadores de ficheiros serão colocados à esquerda dos já existentes"
1765 #: ../src/interface.c:3103 ../src/interface.c:3150 ../src/interface.c:3168
1766 #: ../src/interface.c:3186
1767 msgid "Right"
1768 msgstr "Direita"
1770 #: ../src/interface.c:3106
1771 msgid "File tabs will be placed on the right of the notebook"
1772 msgstr "Separadores de ficheiros serão colocados à direita dos já existentes"
1774 #: ../src/interface.c:3110
1775 msgid "Double-clicking hides all additional widgets"
1776 msgstr "Fazer um clique duplo esconde todos os widgets adicionais"
1778 #: ../src/interface.c:3113
1779 msgid "Calls the View->Toggle All Additional Widgets command"
1780 msgstr ""
1781 "Executa o comando em Ver -> Activa/Desactiva todos os widgets adicionais"
1783 #: ../src/interface.c:3115
1784 msgid "<b>Editor tabs</b>"
1785 msgstr "<b>Separadores do Editor</b>"
1787 #: ../src/interface.c:3151 ../src/interface.c:3169 ../src/interface.c:3187
1788 msgid "Top"
1789 msgstr "Topo"
1791 #: ../src/interface.c:3152 ../src/interface.c:3170 ../src/interface.c:3188
1792 msgid "Bottom"
1793 msgstr "Fundo"
1795 #: ../src/interface.c:3154
1796 msgid "Sidebar:"
1797 msgstr "Barra Lateral:"
1799 #: ../src/interface.c:3190
1800 msgid "<b>Tab positions</b>"
1801 msgstr "<b>Posição dos Separadores</b>"
1803 #: ../src/interface.c:3209
1804 msgid "Show status bar"
1805 msgstr "Apresentar barra de estados"
1807 #: ../src/interface.c:3212
1808 msgid "Whether to show the status bar at the bottom of the main window"
1809 msgstr ""
1810 "Se a barra de estado deve aparecer, no fundo da janela principal do programa"
1812 #: ../src/interface.c:3219
1813 msgid "Interface"
1814 msgstr "Interface"
1816 #: ../src/interface.c:3242
1817 #, fuzzy
1818 msgid "Show T_oolbar"
1819 msgstr "Mostrar Barra de Ferramentas"
1821 #: ../src/interface.c:3246
1822 msgid "_Append Toolbar to the Menu"
1823 msgstr ""
1825 #: ../src/interface.c:3249
1826 msgid "Pack the toolbar to the main menu to save vertical space"
1827 msgstr ""
1829 #: ../src/interface.c:3251
1830 msgid "<b>Toolbar</b>"
1831 msgstr "<b>Barra de Ferramentas</b>"
1833 #: ../src/interface.c:3272
1834 msgid "Icon style:"
1835 msgstr "Estilo dos ícones:"
1837 #: ../src/interface.c:3279
1838 msgid "Icon size:"
1839 msgstr "Tamanho dos ícones:"
1841 #: ../src/interface.c:3334
1842 msgid "<b>Appearance</b>"
1843 msgstr "<b>Aparência</b>"
1845 #: ../src/interface.c:3359 ../src/toolbar.c:881
1846 #, fuzzy
1847 msgid "Customize Toolbar"
1848 msgstr "Mostrar Barra de Ferramentas"
1850 #: ../src/interface.c:3363
1851 msgid "Toolbar"
1852 msgstr "Barra de Ferramentas"
1854 #: ../src/interface.c:3390
1855 msgid "Line wrapping"
1856 msgstr "Translinear"
1858 #: ../src/interface.c:3393
1859 msgid ""
1860 "Wrap the line at the window border and continue it on the next line. Note: "
1861 "line wrapping has a high performance cost for large documents so should be "
1862 "disabled on slow machines."
1863 msgstr ""
1864 "Mudar de linha ao atingir o fim da janela, continuando a escrita na linha "
1865 "seguinte. Note: mudar de linha ao escrever tem um enorme custo de computação "
1866 "em ficheiros grandes e como tal deve ser desactivada em computadores fracos."
1868 #: ../src/interface.c:3395
1869 msgid "Enable \"smart\" home key"
1870 msgstr "Activar tecla \"Home\" inteligente"
1872 #: ../src/interface.c:3398
1873 msgid ""
1874 "When \"smart\" home is enabled, the HOME key will move the caret to the "
1875 "first non-blank character of the line, unless it is already there, it moves "
1876 "to the very beginning of the line. When this feature is disabled, the HOME "
1877 "key always moves the caret to the start of the current line, regardless of "
1878 "its current position."
1879 msgstr ""
1880 "Quando a função tecla \"Home\" inteligente está activada, o pressionar desta "
1881 "tecla move o cursor para o primeiro caractere não branco da linha, excepto "
1882 "se já estiver nessa posição, caso em que este será movido mesmo para o "
1883 "início da linha. Se esta funcionalidade estiver desactivada, a tecla \"Home"
1884 "\" moverá sempre o cursor para o inicio da linha actual, independentemente "
1885 "da sua posição."
1887 #: ../src/interface.c:3400
1888 msgid "Disable Drag and Drop"
1889 msgstr "Desactivar Arrastar e Largar"
1891 #: ../src/interface.c:3403
1892 msgid ""
1893 "Disable drag and drop completely in the editor window so you can't drag and "
1894 "drop any selections within or outside of the editor window"
1895 msgstr ""
1896 "Desactiva o arrastar e largar em toda a janela do editor, assim não será "
1897 "possível arrastar e largar quaisquer selecções nem dentro nem fora da janela "
1898 "do editor"
1900 #: ../src/interface.c:3405
1901 msgid "Enable folding"
1902 msgstr "Activar agregação de código"
1904 #: ../src/interface.c:3408
1905 msgid "Whether to enable folding the code"
1906 msgstr ""
1907 "Se activa a possibilidade de agregar código, compactando a visualização deste"
1909 #: ../src/interface.c:3410
1910 msgid "Fold/unfold all children of a fold point"
1911 msgstr "Agregar/desagregar todos os \"filhos\" de um ponto de agregação"
1913 #: ../src/interface.c:3413
1914 #, fuzzy
1915 msgid ""
1916 "Fold or unfold all children of a fold point. By pressing the Shift key while "
1917 "clicking on a fold symbol the contrary behavior is used."
1918 msgstr ""
1919 "Agregar ou desagregar todos os \"filhos\" (toda a descendência) de um ponto "
1920 "de agregação. Ao pressionar a tecla \"Shift\" em simultâneo com o clicar num "
1921 "símbolo de agregação, o comportamento oposto é obtido"
1923 #: ../src/interface.c:3415
1924 msgid "Use indicators to show compile errors"
1925 msgstr "Usar indicadores para mostrar erros de compilação"
1927 #: ../src/interface.c:3418
1928 msgid ""
1929 "Whether to use indicators (a squiggly underline) to highlight the lines "
1930 "where the compiler found a warning or an error"
1931 msgstr ""
1932 "Se se devem usar indicadores (um sublinhado irregular em forma de ondas) "
1933 "para destacar as linhas onde o compilador encontrou um erro ou um aviso"
1935 #: ../src/interface.c:3420
1936 msgid "Newline strips trailing spaces"
1937 msgstr "Mudança de linha remove espaços do final da linha"
1939 #: ../src/interface.c:3423
1940 msgid "Enable newline to strip the trailing spaces on the previous line"
1941 msgstr ""
1942 "Activa a funcionalidade da mudança de linha (enter) remover todos os espaços "
1943 "no final da linha anterior"
1945 #: ../src/interface.c:3429
1946 msgid "Line breaking column:"
1947 msgstr "Número da coluna para a quebra de linhas:"
1949 #: ../src/interface.c:3443
1950 msgid "Comment toggle marker:"
1951 msgstr "Marcador do alternar de um comentário:"
1953 #: ../src/interface.c:3450
1954 msgid ""
1955 "A string which is added when toggling a line comment in a source file, it is "
1956 "used to mark the comment as toggled."
1957 msgstr ""
1958 "Uma expressão que é adicionada quando se comuta uma linha de comentário num "
1959 "ficheiro, a expressão indica que o comentário foi comutado."
1961 #: ../src/interface.c:3452
1962 msgid "<b>Features</b>"
1963 msgstr "<b>Funcionalidades</b>"
1965 #: ../src/interface.c:3457
1966 msgid "Features"
1967 msgstr "Funcionalidades"
1969 #: ../src/interface.c:3489 ../src/interface.c:5057
1970 msgid "Auto-indent mode:"
1971 msgstr "Modo de auto indentação:"
1973 #: ../src/interface.c:3502 ../src/interface.c:5070
1974 msgid "Basic"
1975 msgstr "Simples"
1977 #: ../src/interface.c:3503 ../src/interface.c:5071
1978 msgid "Current chars"
1979 msgstr "Caracteres actuais"
1981 #: ../src/interface.c:3504 ../src/interface.c:5072
1982 msgid "Match braces"
1983 msgstr "Corresponder chavetas"
1985 #: ../src/interface.c:3506 ../src/interface.c:3857 ../src/interface.c:5074
1986 msgid "Type:"
1987 msgstr "Tipo:"
1989 #: ../src/interface.c:3513 ../src/interface.c:5081
1990 msgid "Width:"
1991 msgstr "Largura:"
1993 #: ../src/interface.c:3526 ../src/interface.c:5094
1994 msgid "The width in chars of a single indent"
1995 msgstr "A largura em caracteres de uma única indentação"
1997 #: ../src/interface.c:3536 ../src/interface.c:5104
1998 msgid "Use spaces when inserting indentation"
1999 msgstr "Usar espaços na indentação"
2001 #: ../src/interface.c:3545 ../src/interface.c:5113
2002 msgid "Use one tab per indent"
2003 msgstr "Usar uma tabulação por indentação"
2005 #: ../src/interface.c:3554 ../src/interface.c:5122
2006 msgid ""
2007 "Use spaces if the total indent is less than the tab width, otherwise use both"
2008 msgstr ""
2009 "Usar espaços se o total da indentação for menos do que a largura de uma "
2010 "tabulação, caso contrário usar os dois"
2012 #: ../src/interface.c:3569 ../src/interface.c:5137
2013 msgid "Hard tab width:"
2014 msgstr "Largura de tabulação persistente:"
2016 #: ../src/interface.c:3577 ../src/interface.c:5145
2017 msgid "The width of a tab when Tabs & Spaces is set for a document"
2018 msgstr ""
2019 "A largura de uma tabulação quando Tabulações & Espaços estão definidos para "
2020 "o documento"
2022 #: ../src/interface.c:3587 ../src/interface.c:5155
2023 msgid ""
2024 "Whether to detect the indentation type from file contents when a file is "
2025 "opened"
2026 msgstr ""
2027 "Se o tipo de indentação deverá ser detectado através do conteúdo do "
2028 "ficheiro, quando este é aberto"
2030 #: ../src/interface.c:3589
2031 msgid "Tab key indents"
2032 msgstr "Tecla \"Tab\" indenta"
2034 #: ../src/interface.c:3592
2035 msgid ""
2036 "Pressing tab/shift-tab indents/unindents instead of inserting a tab character"
2037 msgstr ""
2038 "Pressionando a tecla \"Tab\" indenta ao invés de inserir um caractere de "
2039 "tabulação. Pressionar as teclas \"Shift\"+\"Tab\" remove a indentação"
2041 #: ../src/interface.c:3594
2042 msgid "<b>Indentation</b>"
2043 msgstr "<b>Indentação</b>"
2045 #: ../src/interface.c:3599 ../src/interface.c:5157
2046 msgid "Indentation"
2047 msgstr "Indentação"
2049 #: ../src/interface.c:3622
2050 msgid "Snippet completion"
2051 msgstr "Completar excertos de código"
2053 #: ../src/interface.c:3625
2054 msgid ""
2055 "Type a defined short character sequence and complete it to a more complex "
2056 "string using a single keypress"
2057 msgstr ""
2058 "Escreva uma pequena expressão previamente definida e complete-a, criando uma "
2059 "expressão mais complexa, pressionando apenas uma tecla"
2061 #: ../src/interface.c:3627
2062 #, fuzzy
2063 msgid "XML tag autocompletion"
2064 msgstr "Completar automaticamente etiquetas XML"
2066 #: ../src/interface.c:3630
2067 msgid "Automatic completion and closing of XML tags (includes HTML tags)"
2068 msgstr ""
2069 "Completação automática (e fecho) de etiquetas XML (inclui etiquetas HTML)"
2071 #: ../src/interface.c:3632
2072 msgid "Automatic continuation of multi-line comments"
2073 msgstr "Continuação automática de comentários multi-linha"
2075 #: ../src/interface.c:3635
2076 msgid ""
2077 "Continue automatically multi-line comments in languages like C, C++ and Java "
2078 "when a new line is entered inside such a comment"
2079 msgstr ""
2080 "Continuar automaticamente um comentário que ocupa mais do que uma linha em "
2081 "linguagens como o C, C++ e Java, quando uma mudança de linha (tecla enter) é "
2082 "inserida dentro desse comentário"
2084 #: ../src/interface.c:3637
2085 msgid "Autocomplete symbols"
2086 msgstr ""
2088 #: ../src/interface.c:3640
2089 msgid ""
2090 "Automatic completion of known symbols in open files (function names, global "
2091 "variables, ...)"
2092 msgstr ""
2093 "Completa automaticamente símbolos conhecidos em ficheiros abertos (nomes de "
2094 "funções, variáveis globais, ...)"
2096 #: ../src/interface.c:3642
2097 msgid "Autocomplete all words in document"
2098 msgstr ""
2100 #: ../src/interface.c:3646
2101 msgid "Drop rest of word on completion"
2102 msgstr ""
2104 #: ../src/interface.c:3656
2105 msgid "Max. symbol name suggestions:"
2106 msgstr "Máx de sugestões para símbolos:"
2108 #: ../src/interface.c:3663
2109 msgid "Completion list height:"
2110 msgstr ""
2112 #: ../src/interface.c:3670
2113 msgid "Characters to type for autocompletion:"
2114 msgstr ""
2116 #: ../src/interface.c:3683
2117 msgid ""
2118 "The amount of characters which are necessary to show the symbol "
2119 "autocompletion list"
2120 msgstr ""
2122 #: ../src/interface.c:3692
2123 #, fuzzy
2124 msgid "Display height in rows for the autocompletion list"
2125 msgstr "Altura, em linhas, da lista de sugestões apresentada"
2127 #: ../src/interface.c:3701
2128 #, fuzzy
2129 msgid "Maximum number of entries to display in the autocompletion list"
2130 msgstr "Número máximo de entradas a mostrar na lista de sugestões"
2132 #: ../src/interface.c:3704
2133 msgid "<b>Completions</b>"
2134 msgstr ""
2136 #: ../src/interface.c:3724
2137 msgid "Parenthesis ( )"
2138 msgstr "Parêntesis ()"
2140 #: ../src/interface.c:3729
2141 msgid "Auto-close parenthesis when typing an opening one"
2142 msgstr "Automaticamente fechar um parêntesis ao escrever um aberto"
2144 #: ../src/interface.c:3731
2145 msgid "Single quotes ' '"
2146 msgstr "Plicas ' '"
2148 #: ../src/interface.c:3736
2149 msgid "Auto-close simple quote when typing an opening one"
2150 msgstr "Automaticamente fechar uma plica ao escrever a primeira"
2152 #: ../src/interface.c:3738
2153 msgid "Curly brackets { }"
2154 msgstr "Chavetas { }"
2156 #: ../src/interface.c:3743
2157 msgid "Auto-close curly bracket when typing an opening one"
2158 msgstr "Automaticamente fechar uma chaveta ao escrever uma aberta"
2160 #: ../src/interface.c:3745
2161 msgid "Square brackets [ ]"
2162 msgstr "Parêntesis Rectos [ ]"
2164 #: ../src/interface.c:3750
2165 #, fuzzy
2166 msgid "Auto-close square-bracket when typing an opening one"
2167 msgstr "Automaticamente fechar um parêntesis recto ao escrever um aberto"
2169 #: ../src/interface.c:3752
2170 msgid "Double quotes \" \""
2171 msgstr "Aspas \" \""
2173 #: ../src/interface.c:3757
2174 msgid "Auto-close double quote when typing an opening one"
2175 msgstr "Automaticamente fechar aspas ao escrever a primeira"
2177 #: ../src/interface.c:3759
2178 msgid "<b>Auto-close quotes and brackets</b>"
2179 msgstr "<b>Fecho automático de plicas, aspas e parêntesis</b>"
2181 #: ../src/interface.c:3764
2182 msgid "Completions"
2183 msgstr ""
2185 #: ../src/interface.c:3787
2186 msgid "Invert syntax highlighting colors"
2187 msgstr "Inverter as cores do realce da sintaxe"
2189 #: ../src/interface.c:3790
2190 msgid ""
2191 "Use white text on a black background and invert all colors, this option "
2192 "requires a restart of Geany"
2193 msgstr ""
2194 "Usar texto branco sobre fundo preto e inverter todas as outras cores, esta "
2195 "opção requer que o Geany seja reiniciado"
2197 #: ../src/interface.c:3792
2198 msgid "Show indentation guides"
2199 msgstr "Mostrar guias de indentação"
2201 #: ../src/interface.c:3795
2202 msgid "Shows small dotted lines to help you to use the right indentation"
2203 msgstr "Mostra linhas de pequenos pontos para o ajudar na indentação"
2205 #: ../src/interface.c:3797
2206 msgid "Show white space"
2207 msgstr "Mostrar espaços em branco"
2209 #: ../src/interface.c:3800
2210 msgid "Marks spaces with dots and tabs with arrows"
2211 msgstr "Marca espaços com pontos e tabulações com setas"
2213 #: ../src/interface.c:3802
2214 msgid "Show line endings"
2215 msgstr "Mostrar terminadores de linha"
2217 #: ../src/interface.c:3805
2218 #, fuzzy
2219 msgid "Shows the line ending character"
2220 msgstr "Mostra o caractere que termina uma linha"
2222 #: ../src/interface.c:3807
2223 msgid "Show line numbers"
2224 msgstr "Mostrar o número das linhas"
2226 #: ../src/interface.c:3810
2227 msgid "Shows or hides the Line Number margin"
2228 msgstr "Mostra ou oculta a coluna com os números de cada linha"
2230 #: ../src/interface.c:3812
2231 msgid "Show markers margin"
2232 msgstr "Mostra margem para marcadores"
2234 #: ../src/interface.c:3815
2235 msgid ""
2236 "Shows or hides the small margin right of the line numbers, which is used to "
2237 "mark lines"
2238 msgstr ""
2239 "Mostra ou oculta uma pequena coluna ao lado direito dos números de linha, a "
2240 "qual pode ser usada para marcar linhas"
2242 #: ../src/interface.c:3817
2243 msgid "Stop scrolling at last line"
2244 msgstr "Parar deslocamento na última linha"
2246 #: ../src/interface.c:3820
2247 msgid "Whether to stop scrolling one page past the last line of a document"
2248 msgstr ""
2249 "Se o deslocamento (scroll) de uma página deve terminar após a última linha "
2250 "do documento"
2252 #: ../src/interface.c:3822
2253 msgid "<b>Display</b>"
2254 msgstr "<b>Visualização</b>"
2256 #: ../src/interface.c:3843
2257 msgid "Long line marker:"
2258 msgstr "Marca de linha longa:"
2260 #: ../src/interface.c:3850
2261 msgid "Long line marker color:"
2262 msgstr "Cor da marca de linha longa:"
2264 #: ../src/interface.c:3869
2265 msgid "Sets the color of the long line marker"
2266 msgstr "Define a cor da marca de linha longa"
2268 #: ../src/interface.c:3870 ../src/toolbar.c:70 ../src/tools.c:746
2269 #: ../src/vte.c:769 ../src/vte.c:776
2270 msgid "Color Chooser"
2271 msgstr "Selector de Cores"
2273 #: ../src/interface.c:3878
2274 msgid ""
2275 "The long line marker is a thin vertical line in the editor, it helps to mark "
2276 "long lines, or as a hint to break the line. Set this value to a value "
2277 "greater than 0 to specify the column where it should appear."
2278 msgstr ""
2279 "A marca de linha longa é uma fina linha vertical que aparece no editor. Esta "
2280 "ajuda a identificar linhas longas ou avisa que uma quebra de linha deve ser "
2281 "inserida. Defina este valor para algo maior do que zero a fim de especificar "
2282 "a coluna onde a marca deve aparecer"
2284 #: ../src/interface.c:3888
2285 msgid "Line"
2286 msgstr "Linha"
2288 #: ../src/interface.c:3891
2289 msgid ""
2290 "Prints a vertical line in the editor window at the given cursor position "
2291 "(see below)"
2292 msgstr ""
2293 "Desenha uma linha vertical na janela de edição na posição indicada (ver em "
2294 "baixo)"
2296 #: ../src/interface.c:3895
2297 msgid "Background"
2298 msgstr "Fundo"
2300 #: ../src/interface.c:3898
2301 msgid ""
2302 "The background color of characters after the given cursor position (see "
2303 "below) changed to the color set below, (this is recommended if you use "
2304 "proportional fonts)"
2305 msgstr ""
2306 "A cor de fundo dos caracteres após a posição indicada (ver em baixo) muda "
2307 "para a cor definida em baixo (recomendado caso esteja a usar tipos de letra "
2308 "proporcionais)"
2310 #: ../src/interface.c:3902
2311 msgid "Disabled"
2312 msgstr "Desabilitado"
2314 #: ../src/interface.c:3908
2315 msgid "<b>Long line marker</b>"
2316 msgstr "<b>Marca de linha longa</b>"
2318 #: ../src/interface.c:3913
2319 msgid "Display"
2320 msgstr "Visualização"
2322 #: ../src/interface.c:3944
2323 msgid "Open new documents from the command-line"
2324 msgstr "Abre um novo documento a partir da linha de comandos"
2326 #: ../src/interface.c:3947
2327 msgid "Start a new file for each command-line filename that doesn't exist"
2328 msgstr ""
2329 "Cria um novo documento por cada nome de ficheiro na linha de comandos que "
2330 "não exista"
2332 #: ../src/interface.c:3961
2333 msgid "Default end of line characters:"
2334 msgstr "Pré-definição do terminador de linha:"
2336 #: ../src/interface.c:3968
2337 msgid "<b>New files</b>"
2338 msgstr "<b>Novos Ficheiros</b>"
2340 #: ../src/interface.c:3994
2341 msgid "Sets the default encoding for newly created files"
2342 msgstr "Define a codificação, por omissão, para novos ficheiros"
2344 #: ../src/interface.c:4000
2345 msgid "Default encoding (new files):"
2346 msgstr "Codificação pré-definida (novos ficheiros):"
2348 #: ../src/interface.c:4007
2349 msgid "Default encoding (existing files):"
2350 msgstr "Codificação pré-definida (ficheiros já existentes)"
2352 #: ../src/interface.c:4019
2353 msgid "Sets the default encoding for opening existing files"
2354 msgstr "Define a codificação, por omissão, ao abrir ficheiros existentes"
2356 #: ../src/interface.c:4025
2357 msgid "Use fixed encoding when opening files"
2358 msgstr "Usar codificação fixa ao abrir ficheiros"
2360 #: ../src/interface.c:4030
2361 msgid ""
2362 "This option disables the automatic detection of the file encoding when "
2363 "opening files and opens the file with the specified encoding (usually not "
2364 "needed)"
2365 msgstr ""
2366 "Esta opção desactiva a detecção automática da codificação ao abrir ficheiros "
2367 "e abre-os com a codificação especificada (normalmente não é necessário)"
2369 #: ../src/interface.c:4032
2370 msgid "<b>Encodings</b>"
2371 msgstr "<b>Codificações</b>"
2373 #: ../src/interface.c:4051
2374 msgid "Ensure new line at file end"
2375 msgstr "Garantir mudança de linha no fim do ficheiro"
2377 #: ../src/interface.c:4054
2378 msgid "Ensures that at the end of the file is a new line"
2379 msgstr "Garante que existe uma mudança de linha no fim do ficheiro"
2381 #: ../src/interface.c:4056
2382 msgid "Strip trailing spaces and tabs"
2383 msgstr "Remover espaços e tabulações finais"
2385 #: ../src/interface.c:4059
2386 msgid "Removes trailing spaces and tabs and the end of lines"
2387 msgstr "Remove espaços, tabulações e terminadores de linha"
2389 #: ../src/interface.c:4061 ../src/keybindings.c:460
2390 msgid "Replace tabs by space"
2391 msgstr "Substitui tabulações por espaços"
2393 #: ../src/interface.c:4064
2394 msgid "Replaces all tabs in document by spaces"
2395 msgstr "Substitui todas as tabulações no ficheiro por espaços"
2397 #: ../src/interface.c:4066
2398 msgid "<b>Saving files</b>"
2399 msgstr "<b>Ao Guardar Ficheiros</b>"
2401 #: ../src/interface.c:4091
2402 msgid "Recent files list length:"
2403 msgstr "Comprimento da lista de ficheiros recentes:"
2405 #: ../src/interface.c:4105
2406 msgid "Specifies the number of files which are stored in the Recent files list"
2407 msgstr ""
2408 "Especifica o número de ficheiros a guardar na lista de ficheiros Recentes"
2410 #: ../src/interface.c:4109
2411 msgid "Disk check timeout:"
2412 msgstr "Tempo entre verificações no disco:"
2414 #: ../src/interface.c:4122
2415 msgid ""
2416 "How often to check for changes to document files on disk, in seconds. Zero "
2417 "disables checking."
2418 msgstr ""
2419 "Cadencia para a verificação de alterações dos documentos no disco, em "
2420 "segundos. O zero desactiva a verificação."
2422 #: ../src/interface.c:4131 ../src/symbols.c:590 ../plugins/filebrowser.c:1013
2423 msgid "Files"
2424 msgstr "Ficheiros"
2426 #: ../src/interface.c:4164
2427 msgid "Make:"
2428 msgstr ""
2430 #: ../src/interface.c:4171
2431 msgid "Terminal:"
2432 msgstr "Terminal:"
2434 #: ../src/interface.c:4178
2435 msgid "Browser:"
2436 msgstr "Navegador Web:"
2438 #: ../src/interface.c:4190
2439 msgid "Path and options for the make tool"
2440 msgstr "Caminho e opções para a ferramenta \"make\""
2442 #: ../src/interface.c:4197
2443 msgid ""
2444 "A terminal emulator like xterm, gnome-terminal or konsole (should accept the "
2445 "-e argument)"
2446 msgstr ""
2447 "Um emulador de terminal como o xterm, gnome-terminal ou o konsole (deve "
2448 "aceitar o argumento -e)"
2450 #: ../src/interface.c:4204
2451 msgid "Path (and possibly additional arguments) to your favorite browser"
2452 msgstr ""
2453 "Caminho (e possivelmente argumentos adicionais) para o seu navegador web "
2454 "favorito"
2456 #: ../src/interface.c:4236
2457 msgid "Grep:"
2458 msgstr ""
2460 #: ../src/interface.c:4259
2461 msgid "<b>Tool paths</b>"
2462 msgstr "<b>Caminho para comandos</b>"
2464 #: ../src/interface.c:4280
2465 msgid "Context action:"
2466 msgstr "Acção contextual:"
2468 #: ../src/interface.c:4291
2469 #, c-format
2470 msgid ""
2471 "Context action command. The currently selected word can be used with %s. It "
2472 "can appear anywhere in the given command and will be replaced before "
2473 "execution."
2474 msgstr ""
2475 "Comando de acção contextual. A palavra actualmente seleccionada pode ser "
2476 "usada com o descritor %s. Este descritor pode aparecer em qualquer ponto do "
2477 "comando e será substituído antes da execução."
2479 #: ../src/interface.c:4304
2480 msgid "<b>Commands</b>"
2481 msgstr "<b>Comandos</b>"
2483 #: ../src/interface.c:4309 ../src/keybindings.c:496
2484 msgid "Tools"
2485 msgstr "Ferramentas"
2487 #: ../src/interface.c:4343
2488 msgid "email address of the developer"
2489 msgstr "endereço de email do responsável"
2491 #: ../src/interface.c:4350
2492 msgid "Initials of the developer name"
2493 msgstr "Iniciais do nome do responsável"
2495 #: ../src/interface.c:4352
2496 msgid "Initial version:"
2497 msgstr "Versão inicial:"
2499 #: ../src/interface.c:4364
2500 msgid "Version number, which a new file initially has"
2501 msgstr "Número de versão que o novo ficheiro tem inicialmente"
2503 #: ../src/interface.c:4371
2504 msgid "Company name"
2505 msgstr "Nome da Empresa"
2507 #: ../src/interface.c:4373
2508 msgid "Developer:"
2509 msgstr "Responsável:"
2511 #: ../src/interface.c:4380
2512 msgid "Company:"
2513 msgstr "Empresa:"
2515 #: ../src/interface.c:4387
2516 msgid "Mail address:"
2517 msgstr "Endereço de EMail"
2519 #: ../src/interface.c:4394
2520 msgid "Initials:"
2521 msgstr "Iniciais:"
2523 #: ../src/interface.c:4406
2524 msgid "The name of the developer"
2525 msgstr "O nome do responsável"
2527 #: ../src/interface.c:4408
2528 msgid "Year:"
2529 msgstr "Ano:"
2531 #: ../src/interface.c:4415
2532 msgid "Date:"
2533 msgstr "Data:"
2535 #: ../src/interface.c:4422
2536 msgid "Date & Time:"
2537 msgstr "Data & Hora:"
2539 #: ../src/interface.c:4434
2540 msgid ""
2541 "Specify a format for the the {datetime} wildcard. You can use any conversion "
2542 "specifiers which can be used with the ANSI C strftime function."
2543 msgstr ""
2544 "Especifica o formato da expressão especial {datetime}. Pode usar qualquer "
2545 "descritor de formato dos suportados pela função strftime em ANSI C."
2547 #: ../src/interface.c:4441
2548 msgid ""
2549 "Specify a format for the the {year} wildcard. You can use any conversion "
2550 "specifiers which can be used with the ANSI C strftime function."
2551 msgstr ""
2552 "Especifica o formato da expressão especial {year}. Pode usar qualquer "
2553 "descritor de formato dos suportados pela função strftime em ANSI C."
2555 #: ../src/interface.c:4448
2556 msgid ""
2557 "Specify a format for the the {date} wildcard. You can use any conversion "
2558 "specifiers which can be used with the ANSI C strftime function."
2559 msgstr ""
2560 "Especifica o formato da expressão especial {date}. Pode usar qualquer "
2561 "descritor de formato dos suportados pela função strftime em ANSI C."
2563 #: ../src/interface.c:4450
2564 msgid "<b>Template data</b>"
2565 msgstr "<b>Dados para Modelo</b>"
2567 #: ../src/interface.c:4455
2568 msgid "Templates"
2569 msgstr "Modelos"
2571 #: ../src/interface.c:4493
2572 msgid "C_hange"
2573 msgstr "_Modificar"
2575 #: ../src/interface.c:4497
2576 msgid "<b>Keyboard shortcuts</b>"
2577 msgstr "<b>Atalhos de Teclado</b>"
2579 #: ../src/interface.c:4502
2580 msgid "Keybindings"
2581 msgstr "Atalhos de Teclado"
2583 #: ../src/interface.c:4525
2584 msgid "Command:"
2585 msgstr "Comando:"
2587 #: ../src/interface.c:4532
2588 #, c-format
2589 msgid "Path to the command for printing files (use %f for the filename)"
2590 msgstr ""
2591 "Caminho para o comando que imprime ficheiros (use %f onde quer o nome do "
2592 "ficheiro)"
2594 #: ../src/interface.c:4542
2595 msgid "Use an external command for printing"
2596 msgstr "Usar um comando externo para imprimir"
2598 #: ../src/interface.c:4562 ../src/printing.c:380
2599 msgid "Print line numbers"
2600 msgstr "Imprimir os números das linhas"
2602 #: ../src/interface.c:4565 ../src/printing.c:382
2603 msgid "Add line numbers to the printed page"
2604 msgstr "Adiciona os números das linhas à página impressa"
2606 #: ../src/interface.c:4567 ../src/printing.c:385
2607 msgid "Print page numbers"
2608 msgstr "Imprimir o número das páginas"
2610 #: ../src/interface.c:4570 ../src/printing.c:387
2611 #, fuzzy
2612 msgid ""
2613 "Add page numbers at the bottom of each page. It takes 2 lines of the page."
2614 msgstr ""
2615 "Adiciona a numeração de página ao fundo de cada uma, ocupa 2 linhas da página"
2617 #: ../src/interface.c:4572 ../src/printing.c:390
2618 msgid "Print page header"
2619 msgstr "Imprimir o cabeçalho de página"
2621 #: ../src/interface.c:4575 ../src/printing.c:392
2622 #, fuzzy
2623 msgid ""
2624 "Add a little header to every page containing the page number, the filename "
2625 "and the current date (see below). It takes 3 lines of the page."
2626 msgstr ""
2627 "Adiciona um pequeno cabeçalho, a todas as páginas, que contém o número da "
2628 "página, o nome do ficheiro e a data actual (ver em baixo). Ocupa 3 linhas da "
2629 "página."
2631 #: ../src/interface.c:4592 ../src/printing.c:408
2632 msgid "Use the basename of the printed file"
2633 msgstr "Usar apenas o nome do ficheiro a imprimir"
2635 #: ../src/interface.c:4595
2636 #, fuzzy
2637 msgid "Print only the basename (without the path) of the printed file"
2638 msgstr "Imprime apenas o nome do ficheiro, sem o caminho para este"
2640 #: ../src/interface.c:4601 ../src/printing.c:416
2641 msgid "Date format:"
2642 msgstr "Formato da Data:"
2644 #: ../src/interface.c:4608 ../src/printing.c:422
2645 msgid ""
2646 "Specify a format for the date and time stamp which is added to the page "
2647 "header on each page. You can use any conversion specifiers which can be used "
2648 "with the ANSI C strftime function."
2649 msgstr ""
2650 "Especifique o formato da data e da hora que serão adicionados ao cabeçalho "
2651 "de cada página. Pode usar qualquer descritor de formato dos suportados pela "
2652 "função strftime em ANSI C."
2654 #: ../src/interface.c:4611
2655 msgid "Use native GTK printing"
2656 msgstr ""
2658 #: ../src/interface.c:4617
2659 msgid "Printing"
2660 msgstr ""
2662 #: ../src/interface.c:5040
2663 msgid "Project Properties"
2664 msgstr "Propriedades do Projecto"
2666 #: ../src/keybindings.c:198 ../src/plugins.c:1099
2667 msgid "File"
2668 msgstr "Ficheiro"
2670 #: ../src/keybindings.c:201
2671 msgid "New"
2672 msgstr "Novo"
2674 #: ../src/keybindings.c:203
2675 msgid "Open"
2676 msgstr "Abrir"
2678 #: ../src/keybindings.c:206
2679 msgid "Open selected file"
2680 msgstr "Abrir ficheiro seleccionado"
2682 #: ../src/keybindings.c:208
2683 msgid "Save"
2684 msgstr "Guardar"
2686 #: ../src/keybindings.c:210
2687 msgid "Save as"
2688 msgstr "Guardar como"
2690 #: ../src/keybindings.c:212
2691 msgid "Save all"
2692 msgstr "Guardar todos"
2694 #: ../src/keybindings.c:215
2695 msgid "Print"
2696 msgstr "Imprimir"
2698 #: ../src/keybindings.c:217
2699 msgid "Close"
2700 msgstr "Fechar"
2702 #: ../src/keybindings.c:219
2703 msgid "Close all"
2704 msgstr "Fechar todos"
2706 #: ../src/keybindings.c:222
2707 msgid "Reload file"
2708 msgstr ""
2710 #: ../src/keybindings.c:224 ../src/project.c:495
2711 msgid "Project"
2712 msgstr "Projecto"
2714 #: ../src/keybindings.c:227
2715 msgid "Project properties"
2716 msgstr "Propriedades do Projecto"
2718 #: ../src/keybindings.c:232
2719 msgid "Undo"
2720 msgstr "Anular"
2722 #: ../src/keybindings.c:234
2723 msgid "Redo"
2724 msgstr "Refazer"
2726 #: ../src/keybindings.c:236
2727 msgid "Duplicate line or selection"
2728 msgstr "Duplicar linha ou selecção"
2730 #: ../src/keybindings.c:239
2731 msgid "Delete current line(s)"
2732 msgstr "Apagar a linha ou linhas actuais"
2734 #: ../src/keybindings.c:242
2735 #, fuzzy
2736 msgid "Delete to line end"
2737 msgstr "Apagar a linha ou linhas actuais"
2739 #: ../src/keybindings.c:244
2740 msgid "Transpose current line"
2741 msgstr ""
2743 #: ../src/keybindings.c:246
2744 msgid "Scroll to current line"
2745 msgstr "Deslocar até à linha actual"
2747 #: ../src/keybindings.c:248
2748 msgid "Scroll up the view by one line"
2749 msgstr "Deslocar a vista uma linha para cima"
2751 #: ../src/keybindings.c:250
2752 msgid "Scroll down the view by one line"
2753 msgstr "Deslocar a vista uma linha para baixo"
2755 #: ../src/keybindings.c:253
2756 msgid "Complete snippet"
2757 msgstr "Completar excerto de código"
2759 #: ../src/keybindings.c:255
2760 msgid "Move cursor in snippet"
2761 msgstr "Mover o cursor dentro do excerto de código"
2763 #: ../src/keybindings.c:257
2764 msgid "Suppress snippet completion"
2765 msgstr "Suprimir o completar de excertos de código"
2767 #: ../src/keybindings.c:259
2768 msgid "Context Action"
2769 msgstr "Acção contextual"
2771 #: ../src/keybindings.c:261
2772 msgid "Complete word"
2773 msgstr "Completar palavra"
2775 #: ../src/keybindings.c:263
2776 msgid "Show calltip"
2777 msgstr ""
2779 #: ../src/keybindings.c:265
2780 msgid "Show macro list"
2781 msgstr "Mostrar lista de macros"
2783 #: ../src/keybindings.c:267
2784 msgid "Clipboard"
2785 msgstr "Área de transferência"
2787 #: ../src/keybindings.c:270
2788 msgid "Cut"
2789 msgstr "Cortar"
2791 #: ../src/keybindings.c:272
2792 msgid "Copy"
2793 msgstr "Copiar"
2795 #: ../src/keybindings.c:274
2796 msgid "Paste"
2797 msgstr "Colar"
2799 #: ../src/keybindings.c:276
2800 msgid "Copy current line(s)"
2801 msgstr "Copiar a linha ou linhas actuais"
2803 #: ../src/keybindings.c:278
2804 msgid "Cut current line(s)"
2805 msgstr "Cortar a linha ou linhas actuais"
2807 #: ../src/keybindings.c:280
2808 msgid "Select"
2809 msgstr "Seleccionar"
2811 #: ../src/keybindings.c:283
2812 msgid "Select All"
2813 msgstr "Seleccionar Tudo"
2815 #: ../src/keybindings.c:285
2816 msgid "Select current word"
2817 msgstr "Seleccionar a palavra actual"
2819 #: ../src/keybindings.c:287
2820 msgid "Select current line(s)"
2821 msgstr "Seleccionar a linha ou linhas actuais"
2823 #: ../src/keybindings.c:289
2824 msgid "Select current paragraph"
2825 msgstr "Seleccionar o parágrafo actual"
2827 #: ../src/keybindings.c:291
2828 msgid "Format"
2829 msgstr "Formatar"
2831 #: ../src/keybindings.c:295
2832 msgid "Toggle Case of Selection"
2833 msgstr "Converter o seleccionado entre maiúsculas e minúsculas"
2835 #: ../src/keybindings.c:297
2836 msgid "Toggle line commentation"
2837 msgstr ""
2839 #: ../src/keybindings.c:300
2840 msgid "Comment line(s)"
2841 msgstr "Comentar a(s) linha(s)"
2843 #: ../src/keybindings.c:302
2844 msgid "Uncomment line(s)"
2845 msgstr "Descomentar a(s) linha(s)"
2847 #: ../src/keybindings.c:304
2848 msgid "Increase indent"
2849 msgstr "Aumentar a indentação"
2851 #: ../src/keybindings.c:307
2852 msgid "Decrease indent"
2853 msgstr "Diminuir a indentação"
2855 #: ../src/keybindings.c:310
2856 msgid "Increase indent by one space"
2857 msgstr "Aumentar a indentação por um espaço"
2859 #: ../src/keybindings.c:312
2860 msgid "Decrease indent by one space"
2861 msgstr "Diminuir a indentação por um espaço"
2863 #: ../src/keybindings.c:314
2864 msgid "Smart line indent"
2865 msgstr "Indentar a linha de forma inteligente"
2867 #: ../src/keybindings.c:316
2868 msgid "Send to Custom Command 1"
2869 msgstr "Enviar comando personalizado 1"
2871 #: ../src/keybindings.c:318
2872 msgid "Send to Custom Command 2"
2873 msgstr "Enviar comando personalizado 2"
2875 #: ../src/keybindings.c:320
2876 msgid "Send to Custom Command 3"
2877 msgstr "Enviar comando personalizado 3"
2879 #: ../src/keybindings.c:322
2880 #, fuzzy
2881 msgid "Send Selection to Terminal"
2882 msgstr "Enviar a _selecção para"
2884 #: ../src/keybindings.c:324
2885 msgid "Reflow lines/block"
2886 msgstr ""
2888 #: ../src/keybindings.c:326
2889 msgid "Insert"
2890 msgstr "Inserir"
2892 #: ../src/keybindings.c:329
2893 msgid "Insert date"
2894 msgstr "Inserir data"
2896 #: ../src/keybindings.c:332
2897 msgid "Insert alternative white space"
2898 msgstr "Inserir espaço em branco alternativo"
2900 #: ../src/keybindings.c:334
2901 msgid "Settings"
2902 msgstr "Preferências"
2904 #: ../src/keybindings.c:340 ../src/toolbar.c:350
2905 msgid "Search"
2906 msgstr "Pesquisar"
2908 #: ../src/keybindings.c:343 ../src/search.c:379
2909 msgid "Find"
2910 msgstr "Procurar"
2912 #: ../src/keybindings.c:345
2913 msgid "Find Next"
2914 msgstr "Procurar para a frente"
2916 #: ../src/keybindings.c:347
2917 msgid "Find Previous"
2918 msgstr "Procurar para trás"
2920 #: ../src/keybindings.c:350
2921 msgid "Find Next Selection"
2922 msgstr "Procurar para a frente o seleccionado"
2924 #: ../src/keybindings.c:352
2925 msgid "Find Previous Selection"
2926 msgstr "Procurar para trás o seleccionado"
2928 #: ../src/keybindings.c:354 ../src/search.c:514
2929 msgid "Replace"
2930 msgstr "Substituir"
2932 #: ../src/keybindings.c:356 ../src/search.c:686
2933 msgid "Find in Files"
2934 msgstr "Procurar em Ficheiros"
2936 #: ../src/keybindings.c:359
2937 msgid "Next Message"
2938 msgstr "Próxima Mensagem"
2940 #: ../src/keybindings.c:361
2941 msgid "Previous Message"
2942 msgstr "Mensagem anterior"
2944 #: ../src/keybindings.c:363
2945 msgid "Find Usage"
2946 msgstr "Procurar ocorrências"
2948 #: ../src/keybindings.c:365
2949 msgid "Find Document Usage"
2950 msgstr "Procurar ocorrências no documento actual"
2952 #: ../src/keybindings.c:367
2953 #, fuzzy
2954 msgid "Mark All"
2955 msgstr "Gerar _todos"
2957 #: ../src/keybindings.c:369
2958 msgid "Go to"
2959 msgstr "Ir para"
2961 #: ../src/keybindings.c:372 ../src/toolbar.c:66
2962 msgid "Navigate back a location"
2963 msgstr ""
2965 #: ../src/keybindings.c:374 ../src/toolbar.c:67
2966 msgid "Navigate forward a location"
2967 msgstr ""
2969 #: ../src/keybindings.c:379
2970 msgid "Go to matching brace"
2971 msgstr "Ir para a chaveta correspondente"
2973 #: ../src/keybindings.c:382
2974 msgid "Toggle marker"
2975 msgstr "Alternar marcador"
2977 #: ../src/keybindings.c:385
2978 msgid "Go to next marker"
2979 msgstr "Ir para a próxima marca"
2981 #: ../src/keybindings.c:388
2982 msgid "Go to previous marker"
2983 msgstr "Ir para a marca anterior"
2985 #: ../src/keybindings.c:390
2986 msgid "Go to Tag Definition"
2987 msgstr "Ir para a definição da etiqueta (tag)"
2989 #: ../src/keybindings.c:392
2990 msgid "Go to Tag Declaration"
2991 msgstr "Ir para a declaração da etiqueta (tag)"
2993 #: ../src/keybindings.c:394
2994 msgid "Go to Start of Line"
2995 msgstr "Ir para o início da linha"
2997 #: ../src/keybindings.c:396
2998 msgid "Go to End of Line"
2999 msgstr "Ir para o fim da linha"
3001 #: ../src/keybindings.c:398
3002 #, fuzzy
3003 msgid "Go to End of Display Line"
3004 msgstr "Ir para o fim da linha"
3006 #: ../src/keybindings.c:400
3007 msgid "Go to Previous Word Part"
3008 msgstr "Ir para a parte anterior da palavra actual"
3010 #: ../src/keybindings.c:402
3011 msgid "Go to Next Word Part"
3012 msgstr "Ir para a parte seguinte da palavra actual"
3014 #: ../src/keybindings.c:404
3015 msgid "View"
3016 msgstr "Ver"
3018 #: ../src/keybindings.c:407
3019 msgid "Toggle All Additional Widgets"
3020 msgstr "Activa/Desactiva todos os widgets adicionais"
3022 #: ../src/keybindings.c:410
3023 msgid "Fullscreen"
3024 msgstr "Ecrã Completo"
3026 #: ../src/keybindings.c:412
3027 msgid "Toggle Messages Window"
3028 msgstr "Activar/Desactivar a janela de mensagens"
3030 #: ../src/keybindings.c:415
3031 msgid "Toggle Sidebar"
3032 msgstr "Activar/Desactivar a barra lateral"
3034 #: ../src/keybindings.c:417
3035 msgid "Zoom In"
3036 msgstr "Aumentar (zoom)"
3038 #: ../src/keybindings.c:419
3039 msgid "Zoom Out"
3040 msgstr "Reduzir (Zoom)"
3042 #: ../src/keybindings.c:421
3043 msgid "Focus"
3044 msgstr "Foco"
3046 #: ../src/keybindings.c:424
3047 msgid "Switch to Editor"
3048 msgstr "Mudar para o Editor"
3050 #: ../src/keybindings.c:426
3051 msgid "Switch to Scribble"
3052 msgstr "Mudar para \"Rabiscar\""
3054 #: ../src/keybindings.c:428
3055 msgid "Switch to VTE"
3056 msgstr "Mudar para o Terminal"
3058 #: ../src/keybindings.c:430
3059 msgid "Switch to Search Bar"
3060 msgstr "Mudar para a Barra de Pesquisa"
3062 #: ../src/keybindings.c:432
3063 msgid "Switch to Sidebar"
3064 msgstr "Mudar para a Barra Lateral"
3066 #: ../src/keybindings.c:434
3067 msgid "Switch to Compiler"
3068 msgstr "Mudar para o Compilador"
3070 #: ../src/keybindings.c:436
3071 msgid "Notebook tab"
3072 msgstr "Separador de Anotações"
3074 #: ../src/keybindings.c:439
3075 msgid "Switch to left document"
3076 msgstr "Mudar para o documento à esquerda"
3078 #: ../src/keybindings.c:441
3079 msgid "Switch to right document"
3080 msgstr "Mudar para o documento à direita"
3082 #: ../src/keybindings.c:443
3083 msgid "Switch to last used document"
3084 msgstr "Mudar para o último documento usado"
3086 #: ../src/keybindings.c:445
3087 msgid "Move document left"
3088 msgstr "Mover o documento para a esquerda"
3090 #: ../src/keybindings.c:447
3091 msgid "Move document right"
3092 msgstr "Mover o documento para a direita"
3094 #: ../src/keybindings.c:449
3095 msgid "Move document first"
3096 msgstr "Mover o documento para primeiro"
3098 #: ../src/keybindings.c:451
3099 msgid "Move document last"
3100 msgstr "Mover o documento para último"
3102 #: ../src/keybindings.c:453
3103 msgid "Document"
3104 msgstr "Documento"
3106 #: ../src/keybindings.c:456
3107 msgid "Toggle Line wrapping"
3108 msgstr "Comutar a Translineação"
3110 #: ../src/keybindings.c:458
3111 msgid "Toggle Line breaking"
3112 msgstr "Comutar o \"Quebrar de Linha\""
3114 #: ../src/keybindings.c:462
3115 msgid "Replace spaces by tabs"
3116 msgstr "Substituir espaços por tabulações"
3118 #: ../src/keybindings.c:464
3119 msgid "Toggle current fold"
3120 msgstr "Alternar a agregação de código actual"
3122 #: ../src/keybindings.c:466
3123 msgid "Fold all"
3124 msgstr "Agregar tudo"
3126 #: ../src/keybindings.c:468
3127 msgid "Unfold all"
3128 msgstr "Desagregar tudo"
3130 #: ../src/keybindings.c:470
3131 msgid "Reload symbol list"
3132 msgstr "Recarregar a lista de símbolos"
3134 #: ../src/keybindings.c:472 ../src/keybindings.c:477 ../src/ui_utils.c:1787
3135 msgid "Build"
3136 msgstr "Gerar"
3138 #: ../src/keybindings.c:475 ../src/toolbar.c:68
3139 msgid "Compile"
3140 msgstr "Compilar"
3142 #: ../src/keybindings.c:479
3143 msgid "Make all"
3144 msgstr ""
3146 #: ../src/keybindings.c:482
3147 msgid "Make custom target"
3148 msgstr "Gerar resultado personalizado"
3150 #: ../src/keybindings.c:484
3151 msgid "Make object"
3152 msgstr "Gerar objecto"
3154 #: ../src/keybindings.c:486
3155 msgid "Next error"
3156 msgstr "Erro seguinte"
3158 #: ../src/keybindings.c:488
3159 msgid "Previous error"
3160 msgstr "Erro anterior"
3162 #: ../src/keybindings.c:490
3163 msgid "Run"
3164 msgstr "Executar"
3166 #: ../src/keybindings.c:492
3167 msgid "Run (alternative command)"
3168 msgstr "Executar (comando alternativo)"
3170 #: ../src/keybindings.c:494
3171 msgid "Build options"
3172 msgstr "Opções de geração/compilação"
3174 #: ../src/keybindings.c:499
3175 msgid "Show Color Chooser"
3176 msgstr "Mostrar o Selector de Cores"
3178 #: ../src/keybindings.c:501 ../src/keybindings.c:504
3179 msgid "Help"
3180 msgstr "Ajuda"
3182 #: ../src/keybindings.c:799
3183 msgid "Keyboard Shortcuts"
3184 msgstr "Atalhos de Teclado"
3186 #: ../src/keybindings.c:812
3187 msgid "The following keyboard shortcuts are configurable:"
3188 msgstr "Os seguintes atalhos de teclado são configuráveis:"
3190 #: ../src/keybindings.c:1583
3191 msgid "Switch to Document"
3192 msgstr "Mudar para documento"
3194 #: ../src/keyfile.c:811
3195 msgid "Type here what you want, use it as a notice/scratch board"
3196 msgstr "Escreva aqui o que quer, use isto como um caderno de rascunhos"
3198 #: ../src/keyfile.c:1015
3199 msgid "Failed to load one or more session files."
3200 msgstr "Falha ao carregar um ou mais ficheiros de sessão."
3202 #: ../src/log.c:181
3203 msgid "Debug Messages"
3204 msgstr "Mensagens de depuração (debug)"
3206 #: ../src/main.c:124
3207 msgid ""
3208 "Set initial column number for the first opened file (useful in conjunction "
3209 "with --line)"
3210 msgstr ""
3212 #: ../src/main.c:125
3213 msgid "Use an alternate configuration directory"
3214 msgstr "Usar uma directoria de configurações alternativa"
3216 #: ../src/main.c:126 ../src/main.c:146
3217 msgid "Be verbose"
3218 msgstr ""
3220 #: ../src/main.c:127
3221 msgid "Print internal filetype names"
3222 msgstr "Imprimir os nomes dos tipos de ficheiro internos"
3224 #: ../src/main.c:128
3225 msgid "Generate global tags file (see documentation)"
3226 msgstr "Gerar ficheiro de etiquetas (tags) globais (ver documentação)"
3228 #: ../src/main.c:129
3229 msgid "Don't preprocess C/C++ files when generating tags"
3230 msgstr "Não pré-processar ficheiros de C/C++ ao gerar etiquetas (tags)"
3232 #: ../src/main.c:132
3233 msgid "Don't open files in a running instance, force opening a new instance"
3234 msgstr ""
3235 "Não abrir ficheiros na instanciação actual do programa, forçar a abertura de "
3236 "uma nova instância"
3238 #: ../src/main.c:134
3239 msgid "Set initial line number for the first opened file"
3240 msgstr ""
3242 #: ../src/main.c:135
3243 msgid "Don't show message window at startup"
3244 msgstr "Não mostrar janela de mensagens no arranque"
3246 #: ../src/main.c:136
3247 msgid "Don't load auto completion data (see documentation)"
3248 msgstr "Não carregar os dados para sugestões automáticas (ver documentação)"
3250 #: ../src/main.c:138
3251 msgid "Don't load plugins"
3252 msgstr "Não carregar plugins"
3254 #: ../src/main.c:140
3255 msgid "Print Geany's installation prefix"
3256 msgstr ""
3258 #: ../src/main.c:141
3259 msgid "Don't load the previous session's files"
3260 msgstr "Não carregar os ficheiros da sessão anterior"
3262 #: ../src/main.c:143
3263 msgid "Don't load terminal support"
3264 msgstr "Não carregar o suporte para o terminal"
3266 #: ../src/main.c:144
3267 msgid "Filename of libvte.so"
3268 msgstr ""
3270 #: ../src/main.c:147
3271 msgid "Show version and exit"
3272 msgstr "Mostrar a versão e sair"
3274 #: ../src/main.c:470
3275 msgid "[FILES...]"
3276 msgstr "[FICHEIROS...]"
3278 #: ../src/main.c:487
3279 #, c-format
3280 msgid "(built on %s with GTK %d.%d.%d, GLib %d.%d.%d)"
3281 msgstr "(compilado em %s com GTK %d.%d.%d, Glib %d.%d.%d)"
3283 #: ../src/main.c:592
3284 msgid "Move it now?"
3285 msgstr "Mover agora?"
3287 #: ../src/main.c:594
3288 msgid "Geany needs to move your old configuration directory before starting."
3289 msgstr ""
3290 "O Geany precisa mover a directoria de configurações antiga antes de iniciar."
3292 #: ../src/main.c:603
3293 #, c-format
3294 msgid ""
3295 "Your configuration directory has been successfully moved from \"%s\" to \"%s"
3296 "\"."
3297 msgstr ""
3298 "A directoria de configurações foi movida com sucesso de \"%s\" para \"%s\"."
3300 #. for translators: the third %s in brackets is the error message which
3301 #. * describes why moving the dir didn't work
3302 #: ../src/main.c:613
3303 #, c-format
3304 msgid ""
3305 "Your old configuration directory \"%s\" could not be moved to \"%s\" (%s). "
3306 "Please move manually the directory to the new location."
3307 msgstr ""
3308 "A directoria de configurações antiga \"%s\" não pode ser movida para \"%s"
3309 "\" (Erro: %s). Por favor, mova manualmente a directoria para a nova "
3310 "localização."
3312 #: ../src/main.c:694
3313 #, c-format
3314 msgid ""
3315 "Configuration directory could not be created (%s).\n"
3316 "There could be some problems using Geany without a configuration directory.\n"
3317 "Start Geany anyway?"
3318 msgstr ""
3319 "A directoria de configurações não pode ser criada (%s).\n"
3320 "Podem ocorrer problemas ao usar o Geany sem directoria de configurações.\n"
3321 "Iniciar o Geany mesmo assim?"
3323 #: ../src/main.c:780 ../src/socket.c:164
3324 #, c-format
3325 msgid "Could not find file '%s'."
3326 msgstr "Não foi possível encontrar o ficheiro '%s'."
3328 #: ../src/main.c:990
3329 #, c-format
3330 msgid "This is Geany %s."
3331 msgstr "Este é o Geany %s."
3333 #: ../src/main.c:992
3334 #, c-format
3335 msgid "Configuration directory could not be created (%s)."
3336 msgstr "A directoria de configurações não pôde ser criada (%s)."
3338 #: ../src/main.c:1224
3339 msgid "Configuration files reloaded."
3340 msgstr "Ficheiros de configuração relidos."
3342 #: ../src/msgwindow.c:135
3343 msgid "Status messages"
3344 msgstr "Mensagens de estado"
3346 #: ../src/msgwindow.c:515
3347 msgid "Copy _All"
3348 msgstr "Copi_ar Tudo"
3350 #: ../src/msgwindow.c:545
3351 msgid "_Hide Message Window"
3352 msgstr "_Ocultar Janela de Mensagens"
3354 #: ../src/plugins.c:425
3355 #, c-format
3356 msgid ""
3357 "The plugin \"%s\" is not binary compatible with this release of Geany - "
3358 "please recompile it."
3359 msgstr ""
3360 "O plugin \"%s\" não é compatível com esta versão do Geany - por favor, "
3361 "recompile-o."
3363 #: ../src/plugins.c:869
3364 msgid "_Plugin Manager"
3365 msgstr "Gestor de _Plugins"
3367 #: ../src/plugins.c:1017
3368 #, c-format
3369 msgid ""
3370 "Plugin: %s %s\n"
3371 "Description: %s\n"
3372 "Author(s): %s"
3373 msgstr ""
3374 "Plugin: %s %s\n"
3375 "Descrição: %s\n"
3376 "Autor(es): %s"
3378 #: ../src/plugins.c:1087
3379 msgid "Active"
3380 msgstr "Activo"
3382 #: ../src/plugins.c:1093
3383 msgid "Plugin"
3384 msgstr "Plugin"
3386 #: ../src/plugins.c:1117
3387 msgid "No plugins available."
3388 msgstr "Não existem plugins."
3390 #: ../src/plugins.c:1230
3391 msgid "Plugins"
3392 msgstr "Plugins"
3394 #: ../src/plugins.c:1250
3395 msgid ""
3396 "Below is a list of available plugins. Select the plugins which should be "
3397 "loaded when Geany is started."
3398 msgstr ""
3399 "Em baixo encontra-se uma lista dos plugins disponíveis. Seleccione os "
3400 "plugins que o Geany deve carregar ao iniciar."
3402 #: ../src/plugins.c:1263
3403 msgid "<b>Plugin details:</b>"
3404 msgstr "<b>Detalhes do Plugin:</b>"
3406 #: ../src/prefs.c:160
3407 msgid "Grab Key"
3408 msgstr "Capturar Tecla"
3410 #: ../src/prefs.c:166
3411 #, c-format
3412 msgid "Press the combination of the keys you want to use for \"%s\"."
3413 msgstr "Pressione a combinação de teclas que pretende usar para \"%s\"."
3415 #: ../src/prefs.c:209 ../src/symbols.c:1848
3416 msgid "_Expand All"
3417 msgstr ""
3419 #: ../src/prefs.c:214 ../src/symbols.c:1853
3420 msgid "_Collapse All"
3421 msgstr ""
3423 #: ../src/prefs.c:273
3424 msgid "Action"
3425 msgstr "Acção"
3427 #: ../src/prefs.c:278
3428 msgid "Shortcut"
3429 msgstr "Atalho"
3431 #: ../src/prefs.c:1398
3432 msgid "_Override"
3433 msgstr "_Substituir"
3435 #: ../src/prefs.c:1399
3436 msgid "Override that keybinding?"
3437 msgstr "Substituir este atalho?"
3439 #: ../src/prefs.c:1400
3440 #, c-format
3441 msgid "The combination '%s' is already used for \"%s\"."
3442 msgstr "A combinação \"%s\" já se encontra a ser usada para \"%s\"."
3444 #. add manually GeanyWrapLabels because they can't be added with Glade
3445 #. page Tools
3446 #: ../src/prefs.c:1514
3447 msgid "Enter tool paths below. Tools you do not need can be left blank."
3448 msgstr ""
3449 "Introduza os caminhos para os comandos, em baixo. Comandos que não precisa "
3450 "podem ser deixados em branco."
3452 #. page Templates
3453 #: ../src/prefs.c:1519
3454 msgid ""
3455 "Set the information to be used in templates. See the documentation for "
3456 "details."
3457 msgstr ""
3458 "Defina informação a ser usada em modelos de documentos. Para mais detalhes "
3459 "consulte a documentação."
3461 #: ../src/prefs.c:1523
3462 msgid ""
3463 "<i>Notice: For all changes you make here to take effect, you need to restart "
3464 "Geany or force the reload of the settings using Tools->Reload Configuration."
3465 "</i>"
3466 msgstr ""
3467 "<i>Aviso: Para que qualquer alteração que aqui faça surta efeito, o Geany "
3468 "tem de ser reiniciado ou force o recarregar das definições com Ferramentas-"
3469 ">Recarregar a Configuração.</i>"
3471 #. page Keybindings
3472 #: ../src/prefs.c:1529
3473 msgid ""
3474 "Here you can change keyboard shortcuts for various actions. Select one and "
3475 "press the Change button to enter a new shortcut, or double click on an "
3476 "action to edit the string representation of the shortcut directly."
3477 msgstr ""
3478 "Aqui pode alterar os atalhos de teclado de várias funcionalidades. "
3479 "Seleccione uma e carregue no botão Mudar para introduzir o novo atalho, ou "
3480 "faça duplo clique sobre a funcionalidade para editar o atalho directamente."
3482 #. page Printing
3483 #: ../src/prefs.c:1534
3484 msgid ""
3485 "<i>Notice: Native GTK printing is only available if Geany was built against "
3486 "GTK 2.10 (or above) <b>and</b> Geany is running with GTK 2.10 (or above).</i>"
3487 msgstr ""
3488 "<i>Aviso: A funcionalidade de impressão nativa do GTK apenas se encontra "
3489 "disponível se o Geany foi compilado com GTK 2.10 (ou superior) <b> e </b> o "
3490 "Geany está a usar o GTK 2.10 (ou superior).</i>"
3492 #. page Editor->Indentation
3493 #: ../src/prefs.c:1540
3494 msgid ""
3495 "<i>Warning: these settings are overridden by the current project. See "
3496 "<b>Project->Properties</b>.</i>"
3497 msgstr ""
3498 "<i>Atenção: Estas definições podem ser sobrepostas pelas do projecto actual. "
3499 "Consulte <b> Projecto-> Propriedades</b>.</i>"
3501 #: ../src/printing.c:188
3502 msgid "The editor font is not a monospaced font!"
3503 msgstr ""
3505 #: ../src/printing.c:189
3506 msgid "Text will be wrongly spaced."
3507 msgstr ""
3509 #: ../src/printing.c:305
3510 #, c-format
3511 msgid "<b>Page %d of %d</b>"
3512 msgstr "<b>Página %d de %d</b>"
3514 #: ../src/printing.c:375
3515 msgid "Document Setup"
3516 msgstr "Configuração de Documento"
3518 #: ../src/printing.c:410
3519 msgid "Print only the basename(without the path) of the printed file"
3520 msgstr "Imprime apenas o nome do ficheiro, sem o caminho para este"
3522 #: ../src/printing.c:526
3523 #, c-format
3524 msgid "Page %d of %d"
3525 msgstr "Página %d de %d"
3527 #: ../src/printing.c:776
3528 #, c-format
3529 msgid "Printing of file %s was cancelled."
3530 msgstr "A impressão do ficheiro %s foi cancelada."
3532 #: ../src/printing.c:778 ../src/printing.c:897
3533 #, c-format
3534 msgid "File %s printed."
3535 msgstr "O ficheiro %s foi impresso."
3537 #: ../src/printing.c:827
3538 #, c-format
3539 msgid "Printing of %s failed (%s)."
3540 msgstr "A impressão do ficheiro %s falhou (%s)."
3542 #: ../src/printing.c:867
3543 #, fuzzy
3544 msgid "Please set a print command in the preferences dialog first."
3545 msgstr ""
3546 "Por favor, primeiro defina um comando para impressão, na janela das "
3547 "preferências."
3549 #: ../src/printing.c:875
3550 #, c-format
3551 msgid ""
3552 "The file \"%s\" will be printed with the following command:\n"
3553 "\n"
3554 "%s"
3555 msgstr ""
3556 "O ficheiro \"%s\" será impresso com o comando:\n"
3557 "\n"
3558 "%s"
3560 #: ../src/printing.c:891
3561 #, c-format
3562 msgid "Printing of \"%s\" failed (return code: %s)."
3563 msgstr "A impressão de \"%s\" falhou (código de erro devolvido: %s)."
3565 #. "projects" is part of the default project base path so be careful when translating
3566 #. * please avoid special characters and spaces, look at the source for details or ask Frank
3567 #: ../src/project.c:99
3568 msgid "projects"
3569 msgstr "projectos"
3571 #: ../src/project.c:118
3572 msgid "New Project"
3573 msgstr "Novo Projecto"
3575 #: ../src/project.c:126
3576 msgid "C_reate"
3577 msgstr ""
3579 #: ../src/project.c:140 ../src/project.c:386
3580 msgid "Name:"
3581 msgstr ""
3583 #: ../src/project.c:149 ../src/project.c:399
3584 msgid "Filename:"
3585 msgstr ""
3587 #: ../src/project.c:165 ../src/project.c:429
3588 msgid "Base path:"
3589 msgstr ""
3591 #: ../src/project.c:171 ../src/project.c:438
3592 msgid ""
3593 "Base directory of all files that make up the project. This can be a new "
3594 "path, or an existing directory tree. You can use paths relative to the "
3595 "project filename."
3596 msgstr ""
3598 #: ../src/project.c:174 ../src/project.c:441
3599 msgid "Choose Project Base Path"
3600 msgstr ""
3602 #: ../src/project.c:239 ../src/project.c:270 ../src/project.c:917
3603 #, c-format
3604 msgid "Project file \"%s\" could not be loaded."
3605 msgstr ""
3607 #: ../src/project.c:264 ../src/project.c:276
3608 msgid "Open Project"
3609 msgstr ""
3611 #: ../src/project.c:296
3612 msgid "Project files"
3613 msgstr ""
3615 #: ../src/project.c:330
3616 #, c-format
3617 msgid "Project \"%s\" closed."
3618 msgstr ""
3620 #: ../src/project.c:412
3621 msgid "Description:"
3622 msgstr ""
3624 #: ../src/project.c:447
3625 msgid "Make in base path"
3626 msgstr ""
3628 #: ../src/project.c:452
3629 msgid "Run command:"
3630 msgstr ""
3632 #: ../src/project.c:461
3633 msgid ""
3634 "Command-line to run in the project base directory. Options can be appended "
3635 "to the command. Leave blank to use the default run command."
3636 msgstr ""
3638 #: ../src/project.c:476
3639 msgid "File patterns:"
3640 msgstr ""
3642 #: ../src/project.c:578
3643 msgid "Do you want to close it before proceeding?"
3644 msgstr ""
3646 #: ../src/project.c:579
3647 #, c-format
3648 msgid "The '%s' project is already open."
3649 msgstr ""
3651 #: ../src/project.c:623
3652 msgid "The specified project name is too short."
3653 msgstr ""
3655 #: ../src/project.c:629
3656 #, c-format
3657 msgid "The specified project name is too long (max. %d characters)."
3658 msgstr ""
3660 #: ../src/project.c:637
3661 msgid "You have specified an invalid project filename."
3662 msgstr ""
3664 #: ../src/project.c:660
3665 msgid "Create the project's base path directory?"
3666 msgstr ""
3668 #: ../src/project.c:661
3669 #, c-format
3670 msgid "The path \"%s\" does not exist."
3671 msgstr ""
3673 #: ../src/project.c:670
3674 #, c-format
3675 msgid "Project base directory could not be created (%s)."
3676 msgstr ""
3678 #: ../src/project.c:682
3679 #, c-format
3680 msgid "Project file could not be written (%s)."
3681 msgstr ""
3683 #: ../src/project.c:730
3684 #, c-format
3685 msgid "Project \"%s\" created."
3686 msgstr ""
3688 #: ../src/project.c:732
3689 #, c-format
3690 msgid "Project \"%s\" saved."
3691 msgstr ""
3693 #. initialise the dialog
3694 #: ../src/project.c:798 ../src/project.c:809
3695 msgid "Choose Project Filename"
3696 msgstr ""
3698 #. initialise the dialog
3699 #: ../src/project.c:827 ../src/project.c:838
3700 msgid "Choose Project Run Command"
3701 msgstr ""
3703 #: ../src/project.c:907
3704 #, c-format
3705 msgid "Project \"%s\" opened."
3706 msgstr ""
3708 #: ../src/search.c:216
3709 msgid "_Use regular expressions"
3710 msgstr ""
3712 #: ../src/search.c:220
3713 msgid ""
3714 "Use POSIX-like regular expressions. For detailed information about using "
3715 "regular expressions, please read the documentation."
3716 msgstr ""
3718 #: ../src/search.c:227
3719 msgid "Search _backwards"
3720 msgstr ""
3722 #: ../src/search.c:241
3723 msgid "Use _escape sequences"
3724 msgstr ""
3726 #: ../src/search.c:246
3727 msgid ""
3728 "Replace \\\\, \\t, \\n, \\r and \\uXXXX (Unicode chararacters) with the "
3729 "corresponding control characters"
3730 msgstr ""
3732 #: ../src/search.c:255 ../src/search.c:781
3733 msgid "C_ase sensitive"
3734 msgstr ""
3736 #: ../src/search.c:260 ../src/search.c:787
3737 msgid "Match only a _whole word"
3738 msgstr ""
3740 #: ../src/search.c:265
3741 msgid "Match from s_tart of word"
3742 msgstr ""
3744 #: ../src/search.c:386
3745 msgid "_Previous"
3746 msgstr ""
3748 #: ../src/search.c:392
3749 msgid "_Next"
3750 msgstr ""
3752 #: ../src/search.c:396 ../src/search.c:535 ../src/search.c:711
3753 msgid "_Search for:"
3754 msgstr ""
3756 #. Now add the multiple match options
3757 #: ../src/search.c:424
3758 msgid "_Find All"
3759 msgstr ""
3761 #: ../src/search.c:431
3762 msgid "_Mark"
3763 msgstr ""
3765 #: ../src/search.c:433
3766 msgid "Mark all matches in the current document"
3767 msgstr ""
3769 #: ../src/search.c:438 ../src/search.c:595
3770 msgid "In Sessi_on"
3771 msgstr ""
3773 #: ../src/search.c:443 ../src/search.c:600
3774 msgid "_In Document"
3775 msgstr ""
3777 #. close window checkbox
3778 #: ../src/search.c:449 ../src/search.c:613
3779 msgid "Close _dialog"
3780 msgstr ""
3782 #: ../src/search.c:454 ../src/search.c:618
3783 msgid "Disable this option to keep the dialog open"
3784 msgstr ""
3786 #: ../src/search.c:529
3787 msgid "Replace & Fi_nd"
3788 msgstr ""
3790 #: ../src/search.c:538
3791 msgid "Replace wit_h:"
3792 msgstr ""
3794 #. Now add the multiple replace options
3795 #: ../src/search.c:588
3796 msgid "Re_place All"
3797 msgstr ""
3799 #: ../src/search.c:605
3800 msgid "In Se_lection"
3801 msgstr ""
3803 #: ../src/search.c:607
3804 msgid "Replace all matches found in the currently selected text"
3805 msgstr ""
3807 #: ../src/search.c:696
3808 msgid "_Directory:"
3809 msgstr ""
3811 #: ../src/search.c:727
3812 msgid "E_ncoding:"
3813 msgstr ""
3815 #: ../src/search.c:752
3816 msgid "Fixed s_trings"
3817 msgstr ""
3819 #: ../src/search.c:761
3820 msgid "_Grep regular expressions"
3821 msgstr ""
3823 #: ../src/search.c:764 ../src/search.c:772
3824 msgid "See grep's manual page for more information"
3825 msgstr ""
3827 #: ../src/search.c:769
3828 msgid "_Extended regular expressions"
3829 msgstr ""
3831 #: ../src/search.c:776
3832 msgid "_Recurse in subfolders"
3833 msgstr ""
3835 #: ../src/search.c:792
3836 msgid "_Invert search results"
3837 msgstr ""
3839 #: ../src/search.c:797
3840 msgid "Invert the sense of matching, to select non-matching lines"
3841 msgstr ""
3843 #: ../src/search.c:814
3844 msgid "E_xtra options:"
3845 msgstr ""
3847 #: ../src/search.c:822
3848 msgid "Other options to pass to Grep"
3849 msgstr ""
3851 #: ../src/search.c:1087 ../src/search.c:1694 ../src/search.c:1697
3852 #, c-format
3853 msgid "Found %d match for \"%s\"."
3854 msgid_plural "Found %d matches for \"%s\"."
3855 msgstr[0] ""
3856 msgstr[1] ""
3858 #: ../src/search.c:1203
3859 #, c-format
3860 msgid "Replaced text in %u file."
3861 msgid_plural "Replaced text in %u files."
3862 msgstr[0] ""
3863 msgstr[1] ""
3865 #: ../src/search.c:1304
3866 msgid "Invalid directory for find in files."
3867 msgstr ""
3869 #: ../src/search.c:1324
3870 msgid "No text to find."
3871 msgstr ""
3873 #: ../src/search.c:1351
3874 #, c-format
3875 msgid "Cannot execute grep tool '%s'; check the path setting in Preferences."
3876 msgstr ""
3878 #: ../src/search.c:1419
3879 msgid "Searching..."
3880 msgstr ""
3882 #: ../src/search.c:1431
3883 #, c-format
3884 msgid "%s %s -- %s (in directory: %s)"
3885 msgstr ""
3887 #: ../src/search.c:1459
3888 #, c-format
3889 msgid "Could not open directory (%s)"
3890 msgstr ""
3892 #: ../src/search.c:1565
3893 msgid "Search failed (see Help->Debug Messages for details)."
3894 msgstr ""
3896 #: ../src/search.c:1586
3897 #, c-format
3898 msgid "Search completed with %d match."
3899 msgid_plural "Search completed with %d matches."
3900 msgstr[0] ""
3901 msgstr[1] ""
3903 #: ../src/search.c:1594
3904 msgid "No matches found."
3905 msgstr ""
3907 #: ../src/symbols.c:596 ../src/symbols.c:637 ../src/symbols.c:700
3908 msgid "Chapter"
3909 msgstr ""
3911 #: ../src/symbols.c:597 ../src/symbols.c:633 ../src/symbols.c:701
3912 msgid "Section"
3913 msgstr ""
3915 #: ../src/symbols.c:598
3916 msgid "Sect1"
3917 msgstr ""
3919 #: ../src/symbols.c:599
3920 msgid "Sect2"
3921 msgstr ""
3923 #: ../src/symbols.c:600
3924 msgid "Sect3"
3925 msgstr ""
3927 #: ../src/symbols.c:601
3928 msgid "Appendix"
3929 msgstr ""
3931 #. &(tv_iters.tag_macro), _("Macros"),
3932 #. &(tv_iters.tag_variable), _("Variables"),
3933 #: ../src/symbols.c:602 ../src/symbols.c:638 ../src/symbols.c:769
3934 #: ../src/symbols.c:783 ../src/symbols.c:795 ../src/symbols.c:807
3935 #: ../src/symbols.c:822 ../src/symbols.c:867
3936 msgid "Other"
3937 msgstr ""
3939 #: ../src/symbols.c:609 ../src/symbols.c:815 ../src/symbols.c:847
3940 msgid "Module"
3941 msgstr ""
3943 #: ../src/symbols.c:610 ../src/symbols.c:793 ../src/symbols.c:805
3944 #: ../src/symbols.c:820 ../src/symbols.c:832
3945 msgid "Types"
3946 msgstr ""
3948 #: ../src/symbols.c:611
3949 msgid "Type constructors"
3950 msgstr ""
3952 #: ../src/symbols.c:612 ../src/symbols.c:624 ../src/symbols.c:645
3953 #: ../src/symbols.c:654 ../src/symbols.c:669 ../src/symbols.c:681
3954 #: ../src/symbols.c:734 ../src/symbols.c:748 ../src/symbols.c:779
3955 #: ../src/symbols.c:802 ../src/symbols.c:817 ../src/symbols.c:854
3956 msgid "Functions"
3957 msgstr ""
3959 #: ../src/symbols.c:617 ../src/symbols.c:623
3960 msgid "Sections"
3961 msgstr ""
3963 #: ../src/symbols.c:618
3964 msgid "Keys"
3965 msgstr ""
3967 #. &(tv_iters.tag_class), _("Constants"),
3968 #. &(tv_iters.tag_member), _("Members"),
3969 #. &(tv_iters.tag_macro), _("Macros"),
3970 #: ../src/symbols.c:625 ../src/symbols.c:671 ../src/symbols.c:735
3971 #: ../src/symbols.c:752 ../src/symbols.c:781 ../src/symbols.c:794
3972 #: ../src/symbols.c:803 ../src/symbols.c:819 ../src/symbols.c:866
3973 msgid "Variables"
3974 msgstr ""
3976 #: ../src/symbols.c:631
3977 msgid "Command"
3978 msgstr ""
3980 #: ../src/symbols.c:632
3981 msgid "Environment"
3982 msgstr ""
3984 #: ../src/symbols.c:634 ../src/symbols.c:702
3985 msgid "Subsection"
3986 msgstr ""
3988 #: ../src/symbols.c:635 ../src/symbols.c:703
3989 msgid "Subsubsection"
3990 msgstr ""
3992 #: ../src/symbols.c:636
3993 msgid "Label"
3994 msgstr ""
3996 #: ../src/symbols.c:646
3997 msgid "Structures"
3998 msgstr ""
4000 #: ../src/symbols.c:653 ../src/symbols.c:762 ../src/symbols.c:776
4001 msgid "Package"
4002 msgstr ""
4004 #: ../src/symbols.c:655
4005 msgid "My"
4006 msgstr ""
4008 #: ../src/symbols.c:656
4009 msgid "Local"
4010 msgstr ""
4012 #: ../src/symbols.c:657
4013 msgid "Our"
4014 msgstr ""
4016 #: ../src/symbols.c:667 ../src/symbols.c:763 ../src/symbols.c:777
4017 #: ../src/symbols.c:790 ../src/symbols.c:816
4018 msgid "Interfaces"
4019 msgstr ""
4021 #: ../src/symbols.c:668 ../src/symbols.c:692 ../src/symbols.c:711
4022 #: ../src/symbols.c:723 ../src/symbols.c:732 ../src/symbols.c:764
4023 #: ../src/symbols.c:778 ../src/symbols.c:791 ../src/symbols.c:853
4024 msgid "Classes"
4025 msgstr ""
4027 #: ../src/symbols.c:670 ../src/symbols.c:782 ../src/symbols.c:804
4028 msgid "Constants"
4029 msgstr ""
4031 #: ../src/symbols.c:682
4032 msgid "Anchors"
4033 msgstr ""
4035 #: ../src/symbols.c:683
4036 msgid "H1 Headings"
4037 msgstr ""
4039 #: ../src/symbols.c:684
4040 msgid "H2 Headings"
4041 msgstr ""
4043 #: ../src/symbols.c:685
4044 msgid "H3 Headings"
4045 msgstr ""
4047 #: ../src/symbols.c:693
4048 msgid "ID Selectors"
4049 msgstr ""
4051 #: ../src/symbols.c:694
4052 msgid "Type Selectors"
4053 msgstr ""
4055 #: ../src/symbols.c:710
4056 msgid "Modules"
4057 msgstr ""
4059 #: ../src/symbols.c:712
4060 msgid "Singletons"
4061 msgstr ""
4063 #: ../src/symbols.c:713 ../src/symbols.c:724 ../src/symbols.c:733
4064 #: ../src/symbols.c:765 ../src/symbols.c:792
4065 msgid "Methods"
4066 msgstr ""
4068 #: ../src/symbols.c:722 ../src/symbols.c:850
4069 msgid "Namespaces"
4070 msgstr ""
4072 #: ../src/symbols.c:725
4073 #, fuzzy
4074 msgid "Procedures"
4075 msgstr "Propriedades"
4077 #: ../src/symbols.c:736
4078 msgid "Imports"
4079 msgstr ""
4081 #: ../src/symbols.c:766 ../src/symbols.c:855
4082 msgid "Members"
4083 msgstr ""
4085 #: ../src/symbols.c:806 ../src/symbols.c:829
4086 msgid "Labels"
4087 msgstr ""
4089 #: ../src/symbols.c:818
4090 msgid "Subroutines"
4091 msgstr ""
4093 #: ../src/symbols.c:821
4094 msgid "Blocks"
4095 msgstr ""
4097 #: ../src/symbols.c:830 ../src/symbols.c:839 ../src/symbols.c:863
4098 msgid "Macros"
4099 msgstr ""
4101 #: ../src/symbols.c:831
4102 msgid "Defines"
4103 msgstr ""
4105 #: ../src/symbols.c:838
4106 msgid "Targets"
4107 msgstr ""
4109 #: ../src/symbols.c:856
4110 msgid "Structs"
4111 msgstr ""
4113 #: ../src/symbols.c:857
4114 msgid "Typedefs / Enums"
4115 msgstr ""
4117 #: ../src/symbols.c:1337
4118 #, c-format
4119 msgid "Unknown filetype extension for \"%s\".\n"
4120 msgstr ""
4122 #: ../src/symbols.c:1358
4123 #, c-format
4124 msgid "Failed to create tags file, perhaps because no tags were found.\n"
4125 msgstr ""
4127 #: ../src/symbols.c:1365
4128 #, c-format
4129 msgid ""
4130 "Usage: %s -g <Tag File> <File list>\n"
4131 "\n"
4132 msgstr ""
4134 #: ../src/symbols.c:1366
4135 #, c-format
4136 msgid ""
4137 "Example:\n"
4138 "CFLAGS=`pkg-config gtk+-2.0 --cflags` %s -g gtk2.c.tags /usr/include/gtk-2.0/"
4139 "gtk/gtk.h\n"
4140 msgstr ""
4142 #: ../src/symbols.c:1380
4143 msgid "Load Tags"
4144 msgstr ""
4146 #: ../src/symbols.c:1387
4147 msgid "Geany tag files (*.tags)"
4148 msgstr ""
4150 #. For translators: the first wildcard is the filetype, the second the filename
4151 #: ../src/symbols.c:1407
4152 #, c-format
4153 msgid "Loaded %s tags file '%s'."
4154 msgstr ""
4156 #: ../src/symbols.c:1409
4157 #, c-format
4158 msgid "Could not load tags file '%s'."
4159 msgstr ""
4161 #: ../src/symbols.c:1555
4162 #, c-format
4163 msgid "Forward declaration \"%s\" not found."
4164 msgstr ""
4166 #: ../src/symbols.c:1557
4167 #, c-format
4168 msgid "Definition of \"%s\" not found."
4169 msgstr ""
4171 #: ../src/symbols.c:1863
4172 msgid "Sort by _Name"
4173 msgstr ""
4175 #: ../src/symbols.c:1870
4176 msgid "Sort by _Appearance"
4177 msgstr ""
4179 #. custom actions defined in toolbar_init(): "New", "Open", "SearchEntry", "GotoEntry", "Build"
4180 #: ../src/toolbar.c:55
4181 msgid "Save the current file"
4182 msgstr ""
4184 #: ../src/toolbar.c:56
4185 msgid "Save all open files"
4186 msgstr ""
4188 #: ../src/toolbar.c:57
4189 msgid "Reload the current file from disk"
4190 msgstr ""
4192 #: ../src/toolbar.c:58
4193 msgid "Close the current file"
4194 msgstr ""
4196 #: ../src/toolbar.c:59
4197 msgid "Close all open files"
4198 msgstr ""
4200 #: ../src/toolbar.c:60
4201 msgid "Cut the current selection"
4202 msgstr ""
4204 #: ../src/toolbar.c:61
4205 msgid "Copy the current selection"
4206 msgstr ""
4208 #: ../src/toolbar.c:62
4209 msgid "Paste the contents of the clipboard"
4210 msgstr ""
4212 #: ../src/toolbar.c:63
4213 msgid "Delete the current selection"
4214 msgstr ""
4216 #: ../src/toolbar.c:64
4217 msgid "Undo the last modification"
4218 msgstr ""
4220 #: ../src/toolbar.c:65
4221 msgid "Redo the last modification"
4222 msgstr ""
4224 #: ../src/toolbar.c:68
4225 msgid "Compile the current file"
4226 msgstr ""
4228 #: ../src/toolbar.c:69
4229 msgid "Run or view the current file"
4230 msgstr ""
4232 #: ../src/toolbar.c:70
4233 msgid ""
4234 "Open a color chooser dialog, to interactively pick colors from a palette"
4235 msgstr ""
4237 #: ../src/toolbar.c:71
4238 msgid "Zoom in the text"
4239 msgstr ""
4241 #: ../src/toolbar.c:72
4242 msgid "Zoom out the text"
4243 msgstr ""
4245 #: ../src/toolbar.c:73
4246 msgid "Decrease indentation"
4247 msgstr ""
4249 #: ../src/toolbar.c:74
4250 msgid "Increase indentation"
4251 msgstr ""
4253 #: ../src/toolbar.c:75 ../src/toolbar.c:350
4254 msgid "Find the entered text in the current file"
4255 msgstr ""
4257 #: ../src/toolbar.c:76 ../src/toolbar.c:358
4258 msgid "Jump to the entered line number"
4259 msgstr ""
4261 #: ../src/toolbar.c:77
4262 msgid "Show the preferences dialog"
4263 msgstr ""
4265 #: ../src/toolbar.c:78
4266 msgid "Quit Geany"
4267 msgstr ""
4269 #: ../src/toolbar.c:79
4270 #, fuzzy
4271 msgid "Print document"
4272 msgstr "documento XML"
4274 #: ../src/toolbar.c:80
4275 msgid "Replace text in the current document"
4276 msgstr ""
4278 #. Create our custom actions
4279 #: ../src/toolbar.c:334
4280 msgid "Create a new file"
4281 msgstr ""
4283 #: ../src/toolbar.c:339
4284 msgid "Open an existing file"
4285 msgstr ""
4287 #: ../src/toolbar.c:358
4288 msgid "Goto"
4289 msgstr ""
4291 #: ../src/toolbar.c:533
4292 msgid "Separator"
4293 msgstr ""
4295 #: ../src/toolbar.c:534
4296 msgid "--- Separator ---"
4297 msgstr ""
4299 #: ../src/toolbar.c:897
4300 msgid ""
4301 "Select items to be displayed on the toolbar. Items can be reordered by drag "
4302 "and drop."
4303 msgstr ""
4305 #: ../src/toolbar.c:913
4306 msgid "Available Items"
4307 msgstr ""
4309 #: ../src/toolbar.c:934
4310 #, fuzzy
4311 msgid "Displayed Items"
4312 msgstr "Visualização"
4314 #: ../src/tools.c:153
4315 #, c-format
4316 msgid ""
4317 "The executed custom command returned an error. Your selection was not "
4318 "changed. Error message: %s"
4319 msgstr ""
4321 #: ../src/tools.c:219
4322 msgid "The executed custom command exited with an unsuccessful exit code."
4323 msgstr ""
4325 #: ../src/tools.c:246
4326 #, c-format
4327 msgid "Passing data and executing custom command: %s"
4328 msgstr ""
4330 #: ../src/tools.c:290
4331 #, c-format
4332 msgid "Custom command failed: %s"
4333 msgstr ""
4335 #: ../src/tools.c:304 ../src/tools.c:538
4336 msgid "Set Custom Commands"
4337 msgstr ""
4339 #: ../src/tools.c:311
4340 msgid ""
4341 "You can send the current selection to any of these commands and the output "
4342 "of the command replaces the current selection."
4343 msgstr ""
4345 #: ../src/tools.c:506 ../src/tools.c:510
4346 msgid "No custom commands defined."
4347 msgstr ""
4349 #: ../src/tools.c:615
4350 msgid "Word Count"
4351 msgstr ""
4353 #: ../src/tools.c:625
4354 msgid "selection"
4355 msgstr ""
4357 #: ../src/tools.c:631
4358 msgid "whole document"
4359 msgstr ""
4361 #: ../src/tools.c:640
4362 msgid "Range:"
4363 msgstr ""
4365 #: ../src/tools.c:652
4366 msgid "Lines:"
4367 msgstr ""
4369 #: ../src/tools.c:666
4370 msgid "Words:"
4371 msgstr ""
4373 #: ../src/tools.c:680
4374 msgid "Characters:"
4375 msgstr ""
4377 #: ../src/treeviews.c:177
4378 msgid "No tags found"
4379 msgstr ""
4381 #: ../src/treeviews.c:508
4382 msgid "Show S_ymbol List"
4383 msgstr ""
4385 #: ../src/treeviews.c:516
4386 msgid "Show _Document List"
4387 msgstr ""
4389 #: ../src/treeviews.c:524 ../plugins/filebrowser.c:580
4390 msgid "H_ide Sidebar"
4391 msgstr ""
4393 #: ../src/treeviews.c:591
4394 #, fuzzy
4395 msgid "Show _Paths"
4396 msgstr "Apresentar barra de estados"
4398 #. Status bar statistics: col = column, sel = selection.
4399 #: ../src/ui_utils.c:188
4400 #, c-format
4401 msgid "line: %d\t col: %d\t sel: %d\t "
4402 msgstr ""
4404 #. RO = read-only
4405 #: ../src/ui_utils.c:194
4406 msgid "RO "
4407 msgstr ""
4409 #. OVR = overwrite/overtype, INS = insert
4410 #: ../src/ui_utils.c:196
4411 msgid "OVR"
4412 msgstr ""
4414 #: ../src/ui_utils.c:196
4415 msgid "INS"
4416 msgstr ""
4418 #: ../src/ui_utils.c:202
4419 msgid "TAB"
4420 msgstr ""
4422 #: ../src/ui_utils.c:205
4423 msgid "SP"
4424 msgstr ""
4426 #: ../src/ui_utils.c:208
4427 msgid "T/S"
4428 msgstr ""
4430 #: ../src/ui_utils.c:212
4431 #, c-format
4432 msgid "mode: %s"
4433 msgstr ""
4435 #: ../src/ui_utils.c:215
4436 #, c-format
4437 msgid "encoding: %s %s"
4438 msgstr ""
4440 #: ../src/ui_utils.c:221
4441 #, c-format
4442 msgid "filetype: %s"
4443 msgstr ""
4445 #: ../src/ui_utils.c:225
4446 msgid "MOD"
4447 msgstr ""
4449 #: ../src/ui_utils.c:230
4450 #, c-format
4451 msgid "scope: %s"
4452 msgstr ""
4454 #: ../src/ui_utils.c:315
4455 #, c-format
4456 msgid "Font updated (%s)."
4457 msgstr ""
4459 #: ../src/ui_utils.c:511
4460 msgid "C Standard Library"
4461 msgstr ""
4463 #: ../src/ui_utils.c:512
4464 msgid "ISO C99"
4465 msgstr ""
4467 #: ../src/ui_utils.c:513
4468 msgid "C++ (C Standard Library)"
4469 msgstr ""
4471 #: ../src/ui_utils.c:514
4472 msgid "C++ Standard Library"
4473 msgstr ""
4475 #: ../src/ui_utils.c:515
4476 msgid "C++ STL"
4477 msgstr ""
4479 #: ../src/ui_utils.c:579
4480 msgid "_Set Custom Date Format"
4481 msgstr ""
4483 #: ../src/ui_utils.c:1644
4484 msgid "Select Folder"
4485 msgstr ""
4487 #: ../src/ui_utils.c:1644
4488 msgid "Select File"
4489 msgstr ""
4491 #: ../src/ui_utils.c:1767
4492 msgid "C_onfiguration Files"
4493 msgstr ""
4495 #: ../src/ui_utils.c:1785
4496 msgid "Save All"
4497 msgstr ""
4499 #: ../src/ui_utils.c:1786
4500 msgid "Close All"
4501 msgstr ""
4503 #: ../src/utils.c:324
4504 msgid "Win (CRLF)"
4505 msgstr "Win (CRLF)"
4507 #: ../src/utils.c:325
4508 msgid "Mac (CR)"
4509 msgstr "Mac (CR)"
4511 #: ../src/utils.c:326
4512 msgid "Unix (LF)"
4513 msgstr "Unix (LF)"
4515 #: ../src/vte.c:301 ../src/vte.c:726
4516 msgid "Terminal"
4517 msgstr ""
4519 #: ../src/vte.c:548
4520 msgid "_Set Path From Document"
4521 msgstr ""
4523 #: ../src/vte.c:553
4524 msgid "_Restart Terminal"
4525 msgstr ""
4527 #: ../src/vte.c:576
4528 msgid "_Input Methods"
4529 msgstr ""
4531 #: ../src/vte.c:670
4532 msgid ""
4533 "Could not change the directory in the VTE because it probably contains a "
4534 "command."
4535 msgstr ""
4537 #: ../src/vte.c:721
4538 msgid "Terminal plugin"
4539 msgstr ""
4541 #: ../src/vte.c:729
4542 msgid ""
4543 "These settings for the virtual terminal emulator widget (VTE) only apply if "
4544 "the VTE library could be loaded."
4545 msgstr ""
4547 #: ../src/vte.c:740
4548 msgid "Terminal font:"
4549 msgstr ""
4551 #: ../src/vte.c:750
4552 msgid "Sets the font for the terminal widget"
4553 msgstr ""
4555 #: ../src/vte.c:752
4556 msgid "Foreground color:"
4557 msgstr ""
4559 #: ../src/vte.c:758
4560 msgid "Background color:"
4561 msgstr ""
4563 #: ../src/vte.c:768
4564 msgid "Sets the foreground color of the text in the terminal widget"
4565 msgstr ""
4567 #: ../src/vte.c:775
4568 msgid "Sets the background color of the text in the terminal widget"
4569 msgstr ""
4571 #: ../src/vte.c:778
4572 msgid "Scrollback lines:"
4573 msgstr ""
4575 #: ../src/vte.c:790
4576 msgid ""
4577 "Specifies the history in lines, which you can scroll back in the terminal "
4578 "widget"
4579 msgstr ""
4581 #: ../src/vte.c:794
4582 msgid "Shell:"
4583 msgstr ""
4585 #: ../src/vte.c:802
4586 msgid ""
4587 "Sets the path to the shell which should be started inside the terminal "
4588 "emulation"
4589 msgstr ""
4591 #: ../src/vte.c:819
4592 msgid "Scroll on keystroke"
4593 msgstr ""
4595 #: ../src/vte.c:820
4596 msgid "Whether to scroll to the bottom if a key was pressed"
4597 msgstr ""
4599 #: ../src/vte.c:823
4600 msgid "Scroll on output"
4601 msgstr ""
4603 #: ../src/vte.c:824
4604 msgid "Whether to scroll to the bottom when output is generated"
4605 msgstr ""
4607 #: ../src/vte.c:827
4608 msgid "Cursor blinks"
4609 msgstr ""
4611 #: ../src/vte.c:828
4612 msgid "Whether to blink the cursor"
4613 msgstr ""
4615 #: ../src/vte.c:831
4616 msgid "Override Geany keybindings"
4617 msgstr ""
4619 #: ../src/vte.c:833
4620 msgid ""
4621 "Allows the VTE to receive keyboard shortcuts (apart from focus commands)"
4622 msgstr ""
4624 #: ../src/vte.c:836
4625 msgid "Disable menu shortcut key (F10 by default)"
4626 msgstr ""
4628 #: ../src/vte.c:837
4629 msgid ""
4630 "This option disables the keybinding to popup the menu bar (default is F10). "
4631 "Disabling it can be useful if you use, for example, Midnight Commander "
4632 "within the VTE."
4633 msgstr ""
4635 #: ../src/vte.c:840 ../plugins/filebrowser.c:1122
4636 msgid "Follow the path of the current file"
4637 msgstr ""
4639 #: ../src/vte.c:841
4640 msgid "Whether to execute \"cd $path\" when you switch between opened files"
4641 msgstr ""
4643 #. create check_skip_script checkbox before the check_skip_script checkbox to be able to
4644 #. * use the object for the toggled handler of check_skip_script checkbox
4645 #: ../src/vte.c:846
4646 msgid "Don't use run script"
4647 msgstr ""
4649 #: ../src/vte.c:847
4650 msgid ""
4651 "Don't use the simple run script which is usually used to display the exit "
4652 "status of the executed program"
4653 msgstr ""
4655 #: ../src/vte.c:850
4656 msgid "Execute programs in VTE"
4657 msgstr ""
4659 #: ../src/vte.c:851
4660 msgid ""
4661 "Run programs in VTE instead of opening a terminal emulation window. Please "
4662 "note, programs executed in VTE cannot be stopped"
4663 msgstr ""
4665 #: ../src/win32.c:135
4666 msgid "Geany project files"
4667 msgstr ""
4669 #: ../src/win32.c:141
4670 msgid "Executables"
4671 msgstr ""
4673 #: ../plugins/classbuilder.c:37
4674 msgid "Class Builder"
4675 msgstr ""
4677 #: ../plugins/classbuilder.c:37
4678 msgid "Creates source files for new class types."
4679 msgstr ""
4681 #: ../plugins/classbuilder.c:322
4682 msgid "Create Class"
4683 msgstr ""
4685 #: ../plugins/classbuilder.c:332
4686 msgid "Class"
4687 msgstr ""
4689 #: ../plugins/classbuilder.c:341
4690 msgid "Class name:"
4691 msgstr ""
4693 #: ../plugins/classbuilder.c:352
4694 msgid "Header file:"
4695 msgstr ""
4697 #: ../plugins/classbuilder.c:361
4698 msgid "Source file:"
4699 msgstr ""
4701 #: ../plugins/classbuilder.c:367
4702 msgid "Inheritance"
4703 msgstr ""
4705 #: ../plugins/classbuilder.c:376
4706 msgid "Base class:"
4707 msgstr ""
4709 #: ../plugins/classbuilder.c:389
4710 msgid "Base header:"
4711 msgstr ""
4713 #: ../plugins/classbuilder.c:397
4714 msgid "Global"
4715 msgstr ""
4717 #: ../plugins/classbuilder.c:406
4718 msgid "Base GType:"
4719 msgstr ""
4721 #: ../plugins/classbuilder.c:414
4722 msgid "Options"
4723 msgstr ""
4725 #: ../plugins/classbuilder.c:423
4726 msgid "Create constructor"
4727 msgstr ""
4729 #: ../plugins/classbuilder.c:427
4730 msgid "Create destructor"
4731 msgstr ""
4733 #: ../plugins/classbuilder.c:437
4734 msgid "GTK+ constructor type"
4735 msgstr ""
4737 #: ../plugins/classbuilder.c:744
4738 msgid "Create Cla_ss"
4739 msgstr ""
4741 #: ../plugins/classbuilder.c:750
4742 msgid "_C++ Class"
4743 msgstr ""
4745 #: ../plugins/classbuilder.c:753
4746 msgid "_GTK+ Class"
4747 msgstr ""
4749 #: ../plugins/htmlchars.c:38
4750 msgid "HTML Characters"
4751 msgstr ""
4753 #: ../plugins/htmlchars.c:38
4754 msgid "Inserts HTML character entities like '&amp;'."
4755 msgstr ""
4757 #: ../plugins/htmlchars.c:39 ../plugins/export.c:38
4758 #: ../plugins/filebrowser.c:41 ../plugins/saveactions.c:40
4759 #: ../plugins/splitwindow.c:37
4760 msgid "The Geany developer team"
4761 msgstr ""
4763 #: ../plugins/htmlchars.c:72
4764 msgid "HTML characters"
4765 msgstr ""
4767 #: ../plugins/htmlchars.c:78
4768 msgid "ISO 8859-1 characters"
4769 msgstr ""
4771 #: ../plugins/htmlchars.c:176
4772 msgid "Greek characters"
4773 msgstr ""
4775 #: ../plugins/htmlchars.c:231
4776 msgid "Mathematical characters"
4777 msgstr ""
4779 #: ../plugins/htmlchars.c:272
4780 msgid "Technical characters"
4781 msgstr ""
4783 #: ../plugins/htmlchars.c:280
4784 msgid "Arrow characters"
4785 msgstr ""
4787 #: ../plugins/htmlchars.c:293
4788 msgid "Punctuation characters"
4789 msgstr ""
4791 #: ../plugins/htmlchars.c:309
4792 msgid "Miscellaneous characters"
4793 msgstr ""
4795 #: ../plugins/htmlchars.c:447
4796 msgid "Special Characters"
4797 msgstr ""
4799 #: ../plugins/htmlchars.c:449
4800 msgid "_Insert"
4801 msgstr ""
4803 #: ../plugins/htmlchars.c:458
4804 msgid ""
4805 "Choose a special character from the list below and double click on it or use "
4806 "the button to insert it at the current cursor position."
4807 msgstr ""
4809 #: ../plugins/htmlchars.c:472
4810 msgid "Character"
4811 msgstr ""
4813 #: ../plugins/htmlchars.c:478
4814 msgid "HTML (name)"
4815 msgstr ""
4817 #: ../plugins/htmlchars.c:678
4818 msgid "_Insert Special HTML Characters"
4819 msgstr ""
4821 #. Add menuitem for html replacement functions
4822 #: ../plugins/htmlchars.c:690
4823 #, fuzzy
4824 msgid "HTML Replacement"
4825 msgstr "Substituir"
4827 #: ../plugins/htmlchars.c:697
4828 msgid "_HTMLToggle"
4829 msgstr ""
4831 #: ../plugins/htmlchars.c:706
4832 #, fuzzy
4833 msgid "Bulk replacement of special chars"
4834 msgstr "Localização do separador para um novo ficheiro:"
4836 #: ../plugins/htmlchars.c:721
4837 msgid "Insert Special HTML Characters"
4838 msgstr ""
4840 #: ../plugins/htmlchars.c:724
4841 msgid "Replace special characters"
4842 msgstr ""
4844 #: ../plugins/htmlchars.c:727
4845 msgid "Toggle plugin status"
4846 msgstr ""
4848 #: ../plugins/export.c:37
4849 msgid "Export"
4850 msgstr ""
4852 #: ../plugins/export.c:37
4853 msgid "Exports the current file into different formats."
4854 msgstr ""
4856 #: ../plugins/export.c:166
4857 msgid "Export File"
4858 msgstr ""
4860 #: ../plugins/export.c:183
4861 msgid "_Use current zoom level"
4862 msgstr ""
4864 #: ../plugins/export.c:185
4865 msgid ""
4866 "Renders the font size of the document together with the current zoom level"
4867 msgstr ""
4869 #: ../plugins/export.c:267
4870 #, c-format
4871 msgid "Document successfully exported as '%s'."
4872 msgstr ""
4874 #: ../plugins/export.c:269
4875 #, c-format
4876 msgid "File '%s' could not be written (%s)."
4877 msgstr ""
4879 #: ../plugins/export.c:316
4880 #, c-format
4881 msgid "The file '%s' already exists. Do you want to overwrite it?"
4882 msgstr ""
4884 #: ../plugins/export.c:703
4885 msgid "_Export"
4886 msgstr ""
4888 #. HTML
4889 #: ../plugins/export.c:710
4890 msgid "As _HTML"
4891 msgstr ""
4893 #. LaTeX
4894 #: ../plugins/export.c:716
4895 msgid "As _LaTeX"
4896 msgstr ""
4898 #: ../plugins/filebrowser.c:40
4899 msgid "File Browser"
4900 msgstr ""
4902 #: ../plugins/filebrowser.c:40
4903 msgid "Adds a file browser tab to the sidebar."
4904 msgstr ""
4906 #: ../plugins/filebrowser.c:323
4907 msgid "Too many items selected!"
4908 msgstr ""
4910 #: ../plugins/filebrowser.c:399
4911 #, c-format
4912 msgid "Could not execute configured external command '%s' (%s)."
4913 msgstr ""
4915 #: ../plugins/filebrowser.c:555
4916 msgid "Open _externally"
4917 msgstr ""
4919 #: ../plugins/filebrowser.c:561
4920 msgid "_Find in Files"
4921 msgstr ""
4923 #: ../plugins/filebrowser.c:571
4924 msgid "Show _Hidden Files"
4925 msgstr ""
4927 #: ../plugins/filebrowser.c:763
4928 msgid "Up"
4929 msgstr ""
4931 #: ../plugins/filebrowser.c:768
4932 msgid "Refresh"
4933 msgstr ""
4935 #: ../plugins/filebrowser.c:773
4936 msgid "Home"
4937 msgstr ""
4939 #: ../plugins/filebrowser.c:778
4940 msgid "Set path from document"
4941 msgstr ""
4943 #: ../plugins/filebrowser.c:786
4944 msgid "Clear the filter"
4945 msgstr ""
4947 #: ../plugins/filebrowser.c:800
4948 msgid "Filter:"
4949 msgstr ""
4951 #: ../plugins/filebrowser.c:1019
4952 msgid "Focus File List"
4953 msgstr ""
4955 #: ../plugins/filebrowser.c:1021
4956 msgid "Focus Path Entry"
4957 msgstr ""
4959 #: ../plugins/filebrowser.c:1067 ../plugins/saveactions.c:470
4960 msgid "Plugin configuration directory could not be created."
4961 msgstr ""
4963 #: ../plugins/filebrowser.c:1092
4964 msgid "External open command:"
4965 msgstr ""
4967 #: ../plugins/filebrowser.c:1101
4968 #, c-format
4969 msgid ""
4970 "The command to execute when using \"Open with\". You can use %f and %d "
4971 "wildcards.\n"
4972 "%f will be replaced with the filename including full path\n"
4973 "%d will be replaced with the path name of the selected file without the "
4974 "filename"
4975 msgstr ""
4977 #: ../plugins/filebrowser.c:1107
4978 msgid "Show hidden files"
4979 msgstr ""
4981 #: ../plugins/filebrowser.c:1113
4982 msgid "Hide object files"
4983 msgstr ""
4985 #: ../plugins/filebrowser.c:1117
4986 msgid ""
4987 "Don't show generated object files in the file browser, this includes *.o, *."
4988 "obj. *.so, *.dll, *.a, *.lib"
4989 msgstr ""
4991 #: ../plugins/filebrowser.c:1128
4992 #, fuzzy
4993 msgid "Use the project's base directory"
4994 msgstr "Guardar o ficheiro de projecto na directoria base do projecto"
4996 #: ../plugins/filebrowser.c:1132
4997 msgid ""
4998 "Change the directory to the base directory of the currently opened project"
4999 msgstr ""
5001 #: ../plugins/saveactions.c:39
5002 msgid "Save Actions"
5003 msgstr ""
5005 #: ../plugins/saveactions.c:39
5006 msgid "This plugin provides different actions related to saving of files."
5007 msgstr ""
5009 #: ../plugins/saveactions.c:169
5010 #, c-format
5011 msgid "Backup Copy: Directory could not be created (%s)."
5012 msgstr ""
5014 #. it's unlikely that this happens
5015 #: ../plugins/saveactions.c:201
5016 #, c-format
5017 msgid "Backup Copy: File could not be read (%s)."
5018 msgstr ""
5020 #: ../plugins/saveactions.c:219
5021 #, c-format
5022 msgid "Backup Copy: File could not be saved (%s)."
5023 msgstr ""
5025 #: ../plugins/saveactions.c:311
5026 #, c-format
5027 msgid "Autosave: Saved %d file automatically."
5028 msgid_plural "Autosave: Saved %d files automatically."
5029 msgstr[0] ""
5030 msgstr[1] ""
5032 #. initialize the dialog
5033 #: ../plugins/saveactions.c:380
5034 msgid "Select Directory"
5035 msgstr ""
5037 #: ../plugins/saveactions.c:463
5038 msgid "Backup directory does not exist or is not writable."
5039 msgstr ""
5041 #: ../plugins/saveactions.c:543
5042 msgid "Auto Save"
5043 msgstr ""
5045 #: ../plugins/saveactions.c:545 ../plugins/saveactions.c:607
5046 #: ../plugins/saveactions.c:648
5047 msgid "_Enable"
5048 msgstr ""
5050 #: ../plugins/saveactions.c:553
5051 msgid "Auto save _interval:"
5052 msgstr ""
5054 #: ../plugins/saveactions.c:561
5055 msgid "seconds"
5056 msgstr ""
5058 #: ../plugins/saveactions.c:570
5059 msgid "_Print status message if files have been automatically saved"
5060 msgstr ""
5062 #: ../plugins/saveactions.c:578
5063 msgid "Save only current open _file"
5064 msgstr ""
5066 #: ../plugins/saveactions.c:585
5067 msgid "Sa_ve all open files"
5068 msgstr ""
5070 #: ../plugins/saveactions.c:605
5071 msgid "Instant Save"
5072 msgstr ""
5074 #: ../plugins/saveactions.c:615
5075 msgid "_Filetype to use for newly opened files:"
5076 msgstr ""
5078 #: ../plugins/saveactions.c:646
5079 msgid "Backup Copy"
5080 msgstr ""
5082 #: ../plugins/saveactions.c:656
5083 msgid "_Directory to save backup files in:"
5084 msgstr ""
5086 #: ../plugins/saveactions.c:679
5087 msgid "Date/_Time format for backup files (\"man strftime\" for details):"
5088 msgstr ""
5090 #: ../plugins/saveactions.c:692
5091 msgid "Directory _levels to include in the backup destination:"
5092 msgstr ""
5094 #: ../plugins/splitwindow.c:36
5095 msgid "Split Window"
5096 msgstr ""
5098 #: ../plugins/splitwindow.c:36
5099 msgid "Splits the editor view into two windows."
5100 msgstr ""
5102 #: ../plugins/splitwindow.c:277
5103 #, fuzzy
5104 msgid "Show the current document"
5105 msgstr "Mudar para o documento à esquerda"
5107 #: ../plugins/splitwindow.c:290 ../plugins/splitwindow.c:417
5108 msgid "_Unsplit"
5109 msgstr ""
5111 #: ../plugins/splitwindow.c:399
5112 msgid "_Split Window"
5113 msgstr ""
5115 #: ../plugins/splitwindow.c:407
5116 msgid "_Horizontally"
5117 msgstr ""
5119 #: ../plugins/splitwindow.c:412
5120 msgid "_Vertically"
5121 msgstr ""
5123 #: ../plugins/splitwindow.c:427
5124 msgid "Split Horizontally"
5125 msgstr ""
5127 #: ../plugins/splitwindow.c:429
5128 msgid "Split Vertically"
5129 msgstr ""
5131 #: ../plugins/splitwindow.c:431
5132 msgid "Unsplit"
5133 msgstr ""
5135 #~ msgid "Failed to view %s (make sure it is already compiled)"
5136 #~ msgstr "Falha ao visualizar %s (verifique que já está compilado)"
5138 #~ msgid "Diff file"
5139 #~ msgstr "Dif de ficheiro"
5141 #~ msgid "Select _All"
5142 #~ msgstr "Seleccionar _Tudo"
5144 #~ msgid "Automatic symbol completion"
5145 #~ msgstr "Completar automaticamente símbolos"
5147 #~ msgid ""
5148 #~ "Add page numbers at the bottom of each page, it takes 2 lines of the page"
5149 #~ msgstr ""
5150 #~ "Adiciona a numeração de página ao fundo de cada uma, ocupa 2 linhas da "
5151 #~ "página"
5153 #~ msgid ""
5154 #~ "<i>Notice: To customize the toolbar elements, edit the file 'ui_toolbar."
5155 #~ "xml'. Please see the documentation for details.</i>"
5156 #~ msgstr ""
5157 #~ "<i>Aviso: Para personalizar os elementos da barra de ferramentas, edite o "
5158 #~ "ficheiro 'ui_toolbar.xml'. Por favor consulte a documentação para "
5159 #~ "detalhes.</i>"