File: kdevelop.po

package info (click to toggle)
kdevelop 4%3A4.3.1-3
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 18,844 kB
  • sloc: cpp: 91,758; python: 1,095; lex: 422; ruby: 120; sh: 114; xml: 42; makefile: 38
file content (888 lines) | stat: -rw-r--r-- 25,423 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR Free Software Foundation, Inc.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
msgid ""
msgstr ""
"Project-Id-Version: kdevelop\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
"POT-Creation-Date: 2012-01-05 12:02+0100\n"
"PO-Revision-Date: 2010-11-05 10:37+0000\n"
"Last-Translator: Pedro Morais <morais@kde.org>\n"
"Language-Team: pt <kde-i18n-pt@kde.org>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-POFile-IgnoreConsistency: &Export:\n"
"X-POFile-IgnoreConsistency: A&nt\n"
"X-POFile-IgnoreConsistency: &Switches\n"
"X-POFile-IgnoreConsistency: Inline\n"
"X-POFile-IgnoreConsistency: S&ignal:\n"
"X-POFile-IgnoreConsistency: Open File\n"
"X-POFile-IgnoreConsistency: &Short\n"
"X-POFile-IgnoreConsistency: Sl&ot:\n"
"X-POFile-IgnoreConsistency: &Ant\n"
"X-POFile-IgnoreConsistency: &Tools Menu\n"
"X-POFile-IgnoreConsistency: &Source...\n"
"X-POFile-IgnoreConsistency: &Abstract\n"
"X-POFile-IgnoreConsistency: Edit Toolbar\n"
"X-POFile-IgnoreConsistency: Size\n"
"X-POFile-IgnoreConsistency: Point\n"
"X-POFile-IgnoreConsistency: ComboBox\n"
"X-POFile-IgnoreConsistency: Update\n"
"X-POFile-IgnoreConsistency: Color\n"
"X-POFile-IgnoreConsistency: String\n"
"X-POFile-IgnoreConsistency: Bool\n"
"X-POFile-IgnoreConsistency: union\n"
"X-POFile-IgnoreConsistency: Signal\n"
"X-POFile-IgnoreConsistency: Slot\n"
"X-POFile-IgnoreConsistency: package\n"
"X-POFile-IgnoreConsistency: set\n"
"X-POFile-IgnoreConsistency: Configure Options\n"
"X-POFile-IgnoreConsistency: Tools Menu\n"
"X-POFile-IgnoreConsistency: Light\n"
"X-POFile-IgnoreConsistency: Watch\n"
"X-POFile-IgnoreConsistency: replace\n"
"X-POFile-IgnoreConsistency: Parsing\n"
"X-POFile-IgnoreConsistency: Hits\n"
"X-POFile-SpellExtra: dist text Automake Signals gdb CPP htmerge pixmap\n"
"X-POFile-SpellExtra: typedef Designer const struct Autogen title DCF\n"
"X-POFile-SpellExtra: Distfiles ts desktop signals SOURCES tm extends\n"
"X-POFile-SpellExtra: NOMECLASSE Doxyfile Thread SnippetPart docs void db\n"
"X-POFile-SpellExtra: CHM MakeIndex namespaces moc dcopidl Distclean\n"
"X-POFile-SpellExtra: Desktop Environment name stderr dir Platinum pdflatex\n"
"X-POFile-SpellExtra: set DevHelp TRANSLATIONS doxytag DEF kcachegrind RTF\n"
"X-POFile-SpellExtra: Konsole subdirs automake LDADD QWidget Lex new astyle\n"
"X-POFile-SpellExtra: SCV KDEICON Info widget Doxygen install tags\n"
"X-POFile-SpellExtra: NovoModelo SUBDIRS free Corba reedit noinstHEADERS\n"
"X-POFile-SpellExtra: ALT doxygen oValor Nº am messages valgrind\n"
"X-POFile-SpellExtra: horizontalStretch Yacc Makefiles IDLs Make malloc\n"
"X-POFile-SpellExtra: qmake cd lupdate cw KCachegrind pageTitle KDevelop\n"
"X-POFile-SpellExtra: CLASSEBASE union htsearch verticalStretch usr po\n"
"X-POFile-SpellExtra: friend function autogen share JavaDoc calltree hh\n"
"X-POFile-SpellExtra: lrelease PalmDoc KDevDesigner info CDE Motif KDoc\n"
"X-POFile-SpellExtra: QMAKE Ant GDB ms CTags distclean Djvu TODOs delete\n"
"X-POFile-SpellExtra: doxysearch uic KChm stdout Classpath toolkit QMake\n"
"X-POFile-SpellExtra: ant KRegExp wordWrap QRegExp pthread htdig\n"
"X-POFile-SpellExtra: KDevelopTOC kdevelop lib make get namespace Calltree\n"
"X-POFile-SpellExtra: application sh Libtool build hxx config Man status\n"
"X-POFile-SpellExtra: subdirectories TextoBrilhante Signal kdesu konsole\n"
"X-POFile-SpellExtra: KDevDesignerPart libtool Common extern setX class Dot\n"
"X-POFile-SpellExtra: man KDev HHC Haskell wordwrap clean inline order dot\n"
"X-POFile-SpellExtra: Cabeçal RealceTexto Enter TextoBotão nomealvo\n"
"X-POFile-SpellExtra: constructor ftnchek annotationPart AnnotationPart\n"
"X-POFile-SpellExtra: printf tty GBA ca Fixme chmod Fic export dev pty\n"
"X-POFile-IgnoreConsistency: Remove Item\n"
"X-POFile-IgnoreConsistency: New Item\n"
"X-POFile-IgnoreConsistency: New Item\n"
"X-POFile-IgnoreConsistency: Move Item Down\n"
"X-POFile-IgnoreConsistency: Move Item Up\n"
"X-POFile-IgnoreConsistency: Add Item\n"
"X-POFile-IgnoreConsistency: New Subitem\n"
"X-POFile-IgnoreConsistency: New &Subitem\n"
"X-POFile-IgnoreConsistency: Down\n"
"X-POFile-IgnoreConsistency: Lower\n"
"X-POFile-IgnoreConsistency: &Restore\n"
"X-POFile-IgnoreConsistency: Target:\n"
"X-POFile-IgnoreConsistency: Headers\n"
"X-POFile-IgnoreConsistency: &Source\n"
"X-POFile-IgnoreConsistency: &Header\n"
"X-POFile-IgnoreConsistency: Header\n"
"X-POFile-IgnoreConsistency: Reset\n"
"X-POFile-IgnoreConsistency: Scaling\n"
"X-POFile-IgnoreConsistency: 0.1\n"
"X-POFile-SpellExtra: exuberant Eagle rw Assembly pcs Perforce ctags\n"
"X-POFile-SpellExtra: username Advance FIXME Indiqu APPNAME hw xSal Inline\n"
"X-POFile-SpellExtra: BASH kbuildsycoca Acessores APPNAMELC VisualBoy cpp\n"
"X-POFile-SpellExtra: ug usermod xSaI Re signal anális ht Grep\n"
"X-POFile-IgnoreConsistency: Never\n"
"X-POFile-IgnoreConsistency: Always\n"
"X-POFile-IgnoreConsistency: Forward\n"
"X-POFile-SpellExtra: AntigoEspacoNomes NovoEspacoNomes ps false STL Macro\n"
"X-POFile-SpellExtra: Act pri HTAGS Acti so VAR KatePlugin include true arm\n"
"X-POFile-SpellExtra: std GLIBCXXSTD cmake Matt Ian Gehrmann Andreas Harald\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-POFile-SpellExtra: KDevPrjSession Yann Jakob Hoelzer ANCELOT Kellogg\n"
"X-POFile-SpellExtra: Callgrind KParts KCacheGrind Willems KHTML Fernengel\n"
"X-POFile-SpellExtra: Brettschneider Abbrev Karavla Matthias Scalas release\n"
"X-POFile-SpellExtra: Kate Sandy Meier Dagerbo Rodda Marek Hamish Newell\n"
"X-POFile-SpellExtra: XMLGUI qEditor Sascha Dukju Zurheide QEditor\n"
"X-POFile-SpellExtra: Janukowicz Geiser bash debugfull CMake Yee Kluepfel\n"
"X-POFile-SpellExtra: Varotto Granroth Reinhart Memcheck org diff Dale\n"
"X-POFile-SpellExtra: Turino Pakulat van AST Ajay Koepfle Alexander Ka\n"
"X-POFile-SpellExtra: perforce Kurt Engelschalt Zoran Def Gläßer Dimitri\n"
"X-POFile-SpellExtra: Jens Rockey Caleb AutoMake Roeder Dymo Ahn Tennis\n"
"X-POFile-SpellExtra: Subversion Stephane Bernd KWrite gcc Rogers Heesch\n"
"X-POFile-SpellExtra: Cunz Mario Hausmann Birch KTabBar Gaarde Amilcar\n"
"X-POFile-SpellExtra: freedesktop Raggi ClearCase Gruber Guleria Moniot\n"
"X-POFile-SpellExtra: Hodique autoproject RelWithDebInfo MinSizeRel\n"
"X-POFile-IgnoreConsistency: debug\n"
"X-POFile-SpellExtra: TextLabel if endif else remote target gdbserver cin\n"
"X-POFile-SpellExtra: stub sleep QString fgets rsh post main optional\n"
"X-POFile-SpellExtra: mortem dlopen TTY Cachegrind Massif Hellgrind kdev\n"
"X-POFile-SpellExtra: StatusWidget QxRunner Helgrind Omega DRD Lackey\n"
"X-POFile-SpellExtra: QTestLib Git Enum qtest QTest QVERIFY QCOMPARE Falk\n"
"X-POFile-SpellExtra: DVCS Ancelot Decl catch break AStyle blocks xTest\n"
"X-POFile-SpellExtra: Style formatador indentador Artistic indent Indent\n"
"X-POFile-SpellExtra: Astyle grep CppUnit Instrumentalizadas GCOV GCov SLOC\n"
"X-POFile-SpellExtra: factorização reimplementações CMakeLists txt vs\n"
"X-POFile-SpellExtra: qEdit Htdig CvsPart Diff Ivanov Kross Gonzales\n"
"X-POFile-SpellExtra: Cédric Aleix Pol Evgeniy Nolden Veritas Breugelmanns\n"
"X-POFile-SpellExtra: KDevPlatform Prus Corporation Gonzalez Sams Milian\n"
"X-POFile-SpellExtra: Wolff Niko cs bin sessions list session aplicacao\n"

#: kdevideextension.cpp:48
msgid "Code"
msgstr "Código"

#: kdevideextension.cpp:59
msgid "KDevelop4 Project Files"
msgstr "Ficheiros de Projecto do KDevelop 4"

#: main.cpp:91
msgid "The KDevelop Integrated Development Environment"
msgstr "O Ambiente de Desenvolvimento Integrado KDevelop"

#: main.cpp:92
msgid "KDevelop"
msgstr "KDevelop"

#: main.cpp:93
msgid "Copyright 1999-2011, The KDevelop developers"
msgstr "'Copyright' 1999-2011, Os programadores do KDevelop"

#: main.cpp:94
msgid "Andreas Pakulat"
msgstr "Andreas Pakulat"

#: main.cpp:94
msgid ""
"Architecture, VCS Support, Project Management Support, QMake Projectmanager"
msgstr ""
"Arquitectura, Suporte a SCV, Suporte à Gestão de Projectos, Gestor de "
"Projectos do QMake"

#: main.cpp:95
msgid "Alexander Dymo"
msgstr "Alexander Dymo"

#: main.cpp:95
msgid "Architecture, Sublime UI, Ruby support"
msgstr "Arquitectura, interface Sublime, suporte a Ruby"

#: main.cpp:96
msgid "David Nolden"
msgstr "David Nolden"

#: main.cpp:96
msgid ""
"Definition-Use Chain, C++ Support, Code Navigation, Code Completion, Coding "
"Assistance, Refactoring"
msgstr ""
"Cadeia de Definição-Uso, Suporte para C++, Navegação, Completação, "
"Assistência e Reorganização do Código"

#: main.cpp:97
msgid "Aleix Pol Gonzalez"
msgstr "Aleix Pol Gonzalez"

#: main.cpp:97
msgid "Co-Maintainer, CMake Support, Run Support, Kross Support"
msgstr ""
"Co-Responsável de Manutenção, Suporte para o CMake, Suporte de Execução, "
"Suporte para o Kross"

#: main.cpp:98
msgid "Vladimir Prus"
msgstr "Vladimir Prus"

#: main.cpp:98
msgid "GDB integration"
msgstr "Integração com o GDB"

#: main.cpp:99
msgid "Hamish Rodda"
msgstr "Hamish Rodda"

#: main.cpp:99
msgid "Text editor integration, definition-use chain"
msgstr "Integração com o editor de texto, cadeia de definições-usos"

#: main.cpp:100
msgid "Amilcar do Carmo Lucas"
msgstr "Amilcar do Carmo Lucas"

#: main.cpp:100
msgid "Website admin, API documentation, Doxygen and autoproject patches"
msgstr ""
"Gestão da página Web, documentação da API, modificações para o Doxygen e o "
"'autoproject'"

#: main.cpp:101
msgid "Niko Sams"
msgstr "Niko Sams"

#: main.cpp:101
msgid "GDB integration, Webdevelopment Plugins"
msgstr "Integração com o GDB, 'plugins' de desenvolvimento para Web"

#: main.cpp:102
msgid "Milian Wolff"
msgstr "Milian Wolff"

#: main.cpp:102
msgid ""
"Co-Maintainer, Generic manager, Webdevelopment Plugins, Snippets, Performance"
msgstr ""
"Co-Responsável de Manutenção, Gestor genérico, 'plugins' de desenvolvimento "
"para Web, excertos, performance"

#: main.cpp:104
msgid "Matt Rogers"
msgstr "Matt Rogers"

#: main.cpp:105
msgid "Cédric Pasteur"
msgstr "Cédric Pasteur"

#: main.cpp:105
msgid "astyle and indent support"
msgstr "Suporte ao 'astyle' e 'indent'"

#: main.cpp:106
msgid "Evgeniy Ivanov"
msgstr "Evgeniy Ivanov"

#: main.cpp:106
msgid "Distributed VCS, Git, Mercurial"
msgstr "SCV Distribuído, Git, Mercurial"

#: main.cpp:109
msgid "Robert Gruber"
msgstr "Robert Gruber"

#: main.cpp:109
msgid "SnippetPart, debugger and usability patches"
msgstr "Componente de excertos, modificações no depurador e de usabilidade"

#: main.cpp:110
msgid "Dukju Ahn"
msgstr "Dukju Ahn"

#: main.cpp:110
msgid "Subversion plugin, Custom Make Manager, Overall improvements"
msgstr ""
"'Plugin' do Subversion, Gestor de Makefiles personalizadas, melhorias globais"

#: main.cpp:111
msgid "Harald Fernengel"
msgstr "Harald Fernengel"

#: main.cpp:111
msgid "Ported to Qt 3, patches, valgrind, diff and perforce support"
msgstr ""
"Modificação para o Qt 3, correcções, suporte para o Valgrind, Diff e Perforce"

#: main.cpp:112
msgid "Roberto Raggi"
msgstr "Roberto Raggi"

#: main.cpp:112
msgid "C++ parser"
msgstr "Processador de C++"

#: main.cpp:113
msgid "The KWrite authors"
msgstr "Os autores do KWrite"

#: main.cpp:113
msgid "Kate editor component"
msgstr "Componente de edição Kate"

#: main.cpp:114
msgid "Nokia Corporation/Qt Software"
msgstr "Nokia Corporation/Qt Software"

#: main.cpp:114
msgid "Designer code"
msgstr "Código do desenhador"

#: main.cpp:116
msgid "Contributors to older versions:"
msgstr "Contribuições para as versões anteriores:"

#: main.cpp:117
msgid "The KHTML authors"
msgstr "Os autores do KHTML"

#: main.cpp:117
msgid "HTML documentation component"
msgstr "Componente de documentação HTML"

#: main.cpp:118
msgid "Bernd Gehrmann"
msgstr "Bernd Gehrmann"

#: main.cpp:118
msgid "Initial idea, basic architecture, much initial source code"
msgstr "Ideia inicial, arquitectura básica, muito do código inicial"

#: main.cpp:119
msgid "Caleb Tennis"
msgstr "Caleb Tennis"

#: main.cpp:119
msgid "KTabBar, bugfixes"
msgstr "KTabBar, correcções de erros"

#: main.cpp:120
msgid "Richard Dale"
msgstr "Richard Dale"

#: main.cpp:120
msgid "Java & Objective C support"
msgstr "Suporte a Java & Objective C"

#: main.cpp:121
msgid "John Birch"
msgstr "John Birch"

#: main.cpp:121
msgid "Debugger frontend"
msgstr "Interface para o depurador"

#: main.cpp:122
msgid "Sandy Meier"
msgstr "Sandy Meier"

#: main.cpp:122
msgid "PHP support, context menu stuff"
msgstr "Suporte a PHP, itens do menu de contexto"

#: main.cpp:123
msgid "Kurt Granroth"
msgstr "Kurt Granroth"

#: main.cpp:123
msgid "KDE application templates"
msgstr "Modelos de aplicações do KDE"

#: main.cpp:124
msgid "Ian Reinhart Geiser"
msgstr "Ian Reinhart Geiser"

#: main.cpp:124
msgid "Dist part, bash support, application templates"
msgstr "Componente de distribuição, suporte à Bash, modelos de aplicações"

#: main.cpp:125
msgid "Matthias Hoelzer-Kluepfel"
msgstr "Matthias Hoelzer-Kluepfel"

#: main.cpp:125
msgid "Several components, htdig indexing"
msgstr "Diversos componentes, indexação do Htdig"

#: main.cpp:126
msgid "Victor Roeder"
msgstr "Victor Roeder"

#: main.cpp:126
msgid "Help with Automake manager and persistent class store"
msgstr "Ajuda no gestor do Automake e no armazém de classes persistentes"

#: main.cpp:127
msgid "Simon Hausmann"
msgstr "Simon Hausmann"

#: main.cpp:127
msgid "Help with KParts infrastructure"
msgstr "Ajuda na infra-estrutura dos KParts"

#: main.cpp:128
msgid "Oliver Kellogg"
msgstr "Oliver Kellogg"

#: main.cpp:128
msgid "Ada support"
msgstr "Suporte para Ada"

#: main.cpp:129
msgid "Jakob Simon-Gaarde"
msgstr "Jakob Simon-Gaarde"

#: main.cpp:129
msgid "QMake projectmanager"
msgstr "Gestor de projectos do QMake"

#: main.cpp:130
msgid "Falk Brettschneider"
msgstr "Falk Brettschneider"

#: main.cpp:130
msgid "MDI modes, QEditor, bugfixes"
msgstr "Modos MDI, QEditor, correcções de erros"

#: main.cpp:131
msgid "Mario Scalas"
msgstr "Mario Scalas"

#: main.cpp:131
msgid "PartExplorer, redesign of CvsPart, patches, bugs(fixes)"
msgstr ""
"Explorador de componentes, remodelação do CvsPart, modificações, correcções "
"de erros"

#: main.cpp:132
msgid "Jens Dagerbo"
msgstr "Jens Dagerbo"

#: main.cpp:132
msgid ""
"Replace, Bookmarks, FileList and CTags2 plugins. Overall improvements and "
"patches"
msgstr ""
"'Plugins' de Substituição, Favoritos, Lista de Ficheiros e CTags2. Melhorias "
"e modificações globais"

#: main.cpp:133
msgid "Julian Rockey"
msgstr "Julian Rockey"

#: main.cpp:133
msgid "Filecreate part and other bits and patches"
msgstr "Componente de criação de ficheiros e outras modificações"

#: main.cpp:134
msgid "Ajay Guleria"
msgstr "Ajay Guleria"

#: main.cpp:134
msgid "ClearCase support"
msgstr "Suporte para o ClearCase"

#: main.cpp:135
msgid "Marek Janukowicz"
msgstr "Marek Janukowicz"

#: main.cpp:135
msgid "Ruby support"
msgstr "Suporte para Ruby"

#: main.cpp:136
msgid "Robert Moniot"
msgstr "Robert Moniot"

#: main.cpp:136
msgid "Fortran documentation"
msgstr "Documentação sobre Fortran"

#: main.cpp:137
msgid "Ka-Ping Yee"
msgstr "Ka-Ping Yee"

#: main.cpp:137
msgid "Python documentation utility"
msgstr "Utilitário de documentação em Python"

#: main.cpp:138
msgid "Dimitri van Heesch"
msgstr "Dimitri van Heesch"

#: main.cpp:138
msgid "Doxygen wizard"
msgstr "Assistente do Doxygen"

#: main.cpp:139
msgid "Hugo Varotto"
msgstr "Hugo Varotto"

#: main.cpp:139 main.cpp:140
msgid "Fileselector component"
msgstr "Componente de selecção de ficheiros"

#: main.cpp:140
msgid "Matt Newell"
msgstr "Matt Newell"

#: main.cpp:141
msgid "Daniel Engelschalt"
msgstr "Daniel Engelschalt"

#: main.cpp:141
msgid "C++ code completion, persistent class store"
msgstr "Completação de código em C++, armazém de classes persistentes"

#: main.cpp:142
msgid "Stephane Ancelot"
msgstr "Stephane Ancelot"

#: main.cpp:142 main.cpp:143 main.cpp:146
msgid "Patches"
msgstr "Correcções"

#: main.cpp:143
msgid "Jens Zurheide"
msgstr "Jens Zurheide"

#: main.cpp:144
msgid "Luc Willems"
msgstr "Luc Willems"

#: main.cpp:144
msgid "Help with Perl support"
msgstr "Ajuda com o suporte para Perl"

#: main.cpp:145
msgid "Marcel Turino"
msgstr "Marcel Turino"

#: main.cpp:145
msgid "Documentation index view"
msgstr "Área de índice da documentação"

#: main.cpp:146
msgid "Yann Hodique"
msgstr "Yann Hodique"

#: main.cpp:147
msgid "Tobias Gläßer"
msgstr "Tobias Gläßer"

#: main.cpp:147
msgid ""
"Documentation Finder,  qmake projectmanager patches, usability improvements, "
"bugfixes ... "
msgstr ""
"Pesquisa na Documentação, modificações para o gestor de projectos do QMake, "
"melhorias de usabilidade, correcções de erros ..."

#: main.cpp:148
msgid "Andreas Koepfle"
msgstr "Andreas Koepfle"

#: main.cpp:148
msgid "QMake project manager patches"
msgstr "Modificações ao gestor de projectos do QMake"

#: main.cpp:149
msgid "Sascha Cunz"
msgstr "Sascha Cunz"

#: main.cpp:149
msgid "Cleanup and bugfixes for qEditor, AutoMake and much other stuff"
msgstr ""
"Limpezas e correcções de erros para o qEdit, Automake, entre muitas outras "
"coisas"

#: main.cpp:150
msgid "Zoran Karavla"
msgstr "Zoran Karavla"

#: main.cpp:150
msgid "Artwork for the ruby language"
msgstr "Gráficos para a linguagem Ruby"

#: main.cpp:180
msgid "Open KDevelop with a new session using the given name."
msgstr "Abre o KDevelop com uma sessão nova com o nome indicado."

#: main.cpp:182
msgid ""
"Open KDevelop with the given session.\n"
"You can pass either hash or the name of the session."
msgstr ""
"Abre o KDevelop com a sessão indicada.\n"
"Tanto poderá passar o código como o nome da sessão."

#: main.cpp:184
msgid "Shows all available sessions and lets you select one to open."
msgstr ""
"Mostra todas as sessões disponíveis, permitindo seleccionar uma para a abrir."

#: main.cpp:186
msgid "List available sessions and quit."
msgstr "Lista as sessões disponíveis e sai."

#: main.cpp:188
msgid "Open KDevelop and load the given project."
msgstr "Abre o KDevelop e carrega o projecto indicado."

#: main.cpp:191
msgid ""
"Start debugging an application in KDevelop with the given debugger.\n"
"The binary that should be debugged must follow - including arguments.\n"
"Example: kdevelop --debug gdb myapp --foo bar"
msgstr ""
"Inicia a depuração de uma aplicação no KDevelop com o depurador indicado. \n"
"O executável que deverá ser depurado vem a seguir - incluindo os "
"argumentos.\n"
"Exemplo: kdevelop --debug gdb aplicacao --xpto xpto-2"

#: main.cpp:197
msgid "Files to load"
msgstr "Os ficheiros a ler"

#: main.cpp:199
msgid "Deprecated options:"
msgstr "Opções desactualizadas:"

#: main.cpp:200
msgid "Same as -l / --list-sessions"
msgstr "Igual a -l / --list-sessions"

#: main.cpp:201
msgid "Same as -n / --new-session"
msgstr "Igual a -n / --new-session"

#: main.cpp:213
msgid "Available sessions (use '-s HASH' or '-s NAME' to open a specific one):"
msgstr ""
"Sessões disponíveis (use o '-s CÓDIGO' ou '-s NOME' para abrir um "
"específico):"

#: main.cpp:214
msgid "Hash"
msgstr "Código"

#: main.cpp:214
msgid "Name: Opened Projects"
msgstr "Nome: Projectos Abertos"

#: main.cpp:223
msgid "[running]"
msgstr "[em execução]"

#: main.cpp:244 main.cpp:390
msgid "Specify the binary you want to debug."
msgstr "Indique o binário que deseja depurar."

#: main.cpp:251 main.cpp:397
msgid "Debug"
msgstr "Depurar"

#: main.cpp:259
#, kde-format
msgid ""
"A session with the name %1 exists already. Use the -s switch to open it."
msgstr "Já existe uma sessão com o nome '%1'. Use a opção '-s' para a abrir."

#: main.cpp:276
#, kde-format
msgid ""
"Cannot open unknown session %1. See --sessions switch for available sessions "
"or use -cs to create a new one."
msgstr ""
"Não é possível abrir a sessão desconhecida '%1'. Veja a opção '--sessions' "
"para saber as sessões disponíveis ou use o '-cs' para criar uma nova."

#: main.cpp:314
#, kde-format
msgid "made running kdevelop instance (PID: %1) visible"
msgstr "tornar visível a instância do KDevelop em execução (PID: %1)"

#: main.cpp:319
#, kde-format
msgid ""
"<p>Failed to lock the session <em>%1</em>, already locked by %2 (PID %4) on "
"%3.<br>The given application did not respond to a DBUS call, it may have "
"crashed or is hanging.</p><p>Do you want to remove the lock file and force a "
"new KDevelop instance?<br/><strong>Beware:</strong> Only do this if you are "
"sure there is no running KDevelop process using this session.</p>"
msgstr ""
"<p>Não foi possível bloquear a sessão <em>%1</em>, por já estar bloqueada "
"pelo  %2 (PID %4) em %3.<br>A aplicação indicada não respondeu à chamada de "
"D-Bus; poderá ter estoirado ou ter ficado pendurada.</p><p>Deseja remover o "
"ficheiro de bloqueio e forçar uma nova instância do KDevelop?<br/"
"><strong>Atenção:</strong> Faça isto apenas se tiver a certeza que não "
"existe outro processo do KDevelop a usar esta sessão.</p>"

#: main.cpp:329
msgid "remove lock file"
msgstr "remover o ficheiro de bloqueio"

#: main.cpp:331
#, kde-format
msgid "Failed to Lock Session %1"
msgstr "Não Foi Possível Bloquear a Sessão %1"

#: main.cpp:335
#, kde-format
msgid "Failed to remove lock file %1."
msgstr "Não foi possível remover o ficheiro de bloqueio %1."

#: main.cpp:418
msgid "Cannot find native launch configuration type"
msgstr "Não foi encontrado o tipo de configuração do lançamento nativo"

#: main.cpp:437
#, kde-format
msgid "Cannot find launcher %1"
msgstr "Não é possível encontrar o lançamento %1"

#: main.cpp:474
#, kde-format
msgid "Could not open %1"
msgstr "Não foi possível abrir o %1"

#: runner/kdevelopsessions.cpp:58
msgid "Finds KDevelop sessions matching :q:."
msgstr "Procura as sessões do KDevelop que começam por :q:."

#: runner/kdevelopsessions.cpp:62
msgid "Lists all the KDevelop editor sessions in your account."
msgstr "Apresenta todas as sessões do editor KDevelop na sua conta."

#: runner/kdevelopsessions.cpp:154
msgid "Open KDevelop Session"
msgstr "Abrir uma Sessão do KDevelop"

#: rc.cpp:1
msgctxt "NAME OF TRANSLATORS"
msgid "Your names"
msgstr "José Nuno Pires"

#: rc.cpp:2
msgctxt "EMAIL OF TRANSLATORS"
msgid "Your emails"
msgstr "zepires@gmail.com"

#. i18n: file: katepartui.rc:4
#. i18n: ectx: Menu (file)
#. i18n: file: vendor/kate/katepartui.rc:4
#. i18n: ectx: Menu (file)
#: rc.cpp:5 rc.cpp:62
msgid "&File"
msgstr "&Ficheiro"

#. i18n: file: katepartui.rc:13
#. i18n: ectx: Menu (edit)
#. i18n: file: vendor/kate/katepartui.rc:12
#. i18n: ectx: Menu (edit)
#: rc.cpp:8 rc.cpp:65
msgid "&Edit"
msgstr "&Editar"

#. i18n: file: katepartui.rc:23
#. i18n: ectx: Menu (edit_advanced)
#: rc.cpp:11
msgid "&Advanced"
msgstr "&Avançado"

#. i18n: file: katepartui.rc:43
#. i18n: ectx: Menu (view)
#. i18n: file: vendor/kate/katepartui.rc:37
#. i18n: ectx: Menu (view)
#: rc.cpp:14 rc.cpp:68
msgid "&View"
msgstr "&Ver"

#. i18n: file: katepartui.rc:57
#. i18n: ectx: Menu (codefolding)
#. i18n: file: vendor/kate/katepartui.rc:51
#. i18n: ectx: Menu (codefolding)
#: rc.cpp:17 rc.cpp:71
msgid "&Code Folding"
msgstr "Dobragem do &Código"

#. i18n: file: katepartui.rc:70
#. i18n: ectx: Menu (tools)
#. i18n: file: vendor/kate/katepartui.rc:64
#. i18n: ectx: Menu (tools)
#: rc.cpp:20 rc.cpp:74
msgid "&Tools"
msgstr "Ferramen&tas"

#. i18n: file: katepartui.rc:81
#. i18n: ectx: Menu (wordcompletion)
#. i18n: file: vendor/kate/katepartui.rc:75
#. i18n: ectx: Menu (wordcompletion)
#: rc.cpp:23 rc.cpp:77
msgid "Word Completion"
msgstr "Completação de Palavras"

#. i18n: file: katepartui.rc:126
#. i18n: ectx: ToolBar (mainToolBar)
#. i18n: file: kdevelopui.rc:157
#. i18n: ectx: ToolBar (mainToolBar)
#. i18n: file: vendor/kate/katepartui.rc:123
#. i18n: ectx: ToolBar (mainToolBar)
#: rc.cpp:26 rc.cpp:59 rc.cpp:83
msgid "Main Toolbar"
msgstr "Barra Principal"

#. i18n: file: kdevelopui.rc:6
#. i18n: ectx: Menu (session)
#: rc.cpp:29
msgctxt "@title:menu"
msgid "Session"
msgstr "Sessão"

#. i18n: file: kdevelopui.rc:10
#. i18n: ectx: Menu (project)
#: rc.cpp:32
msgctxt "@title:menu"
msgid "&Project"
msgstr "&Projecto"

#. i18n: file: kdevelopui.rc:29
#. i18n: ectx: Menu (run)
#: rc.cpp:35
msgid "&Run"
msgstr "Executa&r"

#. i18n: file: kdevelopui.rc:51
#. i18n: ectx: Menu (navigation)
#: rc.cpp:38
msgctxt "@title:menu"
msgid "&Navigation"
msgstr "&Navegação"

#. i18n: file: kdevelopui.rc:65
#. i18n: ectx: Menu (file)
#: rc.cpp:41
msgctxt "@title:menu"
msgid "&File"
msgstr "&Ficheiro"

#. i18n: file: kdevelopui.rc:76
#. i18n: ectx: Menu (edit)
#: rc.cpp:44
msgctxt "@title:menu"
msgid "&Edit"
msgstr "&Editar"

#. i18n: file: kdevelopui.rc:89
#. i18n: ectx: Menu (editor)
#: rc.cpp:47
msgctxt "@title:menu"
msgid "Editor"
msgstr "Editor"

#. i18n: file: kdevelopui.rc:94
#. i18n: ectx: Menu (code)
#: rc.cpp:50
msgctxt "@title:menu"
msgid "Code"
msgstr "Código"

#. i18n: file: kdevelopui.rc:101
#. i18n: ectx: Menu (window)
#: rc.cpp:53
msgctxt "@title:menu"
msgid "&Window"
msgstr "&Janela"

#. i18n: file: kdevelopui.rc:142
#. i18n: ectx: Menu (settings)
#: rc.cpp:56
msgctxt "@title:menu"
msgid "Settings"
msgstr "Configuração"

#. i18n: file: vendor/kate/katepartui.rc:104
#. i18n: ectx: Menu (settings)
#: rc.cpp:80
msgid "&Settings"
msgstr "&Configuração"