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
|
# Brazilian Portuguese translation of camorama.
# Copyright (C) 2003-2007 Free Software Foundation, Inc.
# This file is distributed under the same license as the camorama package.
# Alexandre Folle de Menezes <afmenez@terra.com.br>, 2003, 2006.
# João Paulo Gomes Vanzuita <joaopaulo99@terra.com.br>, 2003.
# Alexandre Folle de Menezes <afmenez@terra.com.br>, 2003.
# Andre Noel <andrenoel@ubuntu.com>, 2007.
#
msgid ""
msgstr ""
"Project-Id-Version: camorama\n"
"Report-Msgid-Bugs-To: https://github.com/alessio/camorama\n"
"POT-Creation-Date: 2018-09-18 09:35-0300\n"
"PO-Revision-Date: 2018-09-18 09:35-0300\n"
"Last-Translator: Andre Noel <andrenoel@ubuntu.com>\n"
"Language-Team: Portuguese/Brazil <gnome-l10n-br@listas.cipspa.org.br>\n"
"Language: pt_BR\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Poedit 2.1.1\n"
#: camorama.appdata.xml.in:6
msgid "Camorama"
msgstr "Camorama"
#: camorama.appdata.xml.in:7 camorama.desktop.in:4
msgid "Camorama Webcam Viewer"
msgstr "Visualizador de Webcam Camorama"
#: camorama.appdata.xml.in:9
msgid ""
"Camorama is a simple webcam viewer, with the ability to apply some video "
"effects."
msgstr ""
"Camorama é um visualizador simplificado para webcam, com capacidade para "
"aplicação de alguns efeitos de vídeo."
#: camorama.desktop.in:5 src/callbacks.c:487
msgid "View, alter and save images from a webcam"
msgstr "Ver, alterar e gravar imagens de uma webcam"
#: camorama.desktop.in:6 src/main.c:316
msgid "camorama"
msgstr "camorama"
#: camorama.desktop.in:10
msgid "camorama;webcam;viewer;video-effects;"
msgstr "camorama;webcam;visualizador;efeitos-de-video;"
#: data/camorama-gtk2.ui:35 data/camorama-gtk4.ui:546
msgid "Preferences"
msgstr "Preferências"
#: data/camorama-gtk2.ui:107 data/camorama-gtk3.ui:691
#: data/camorama-gtk4.ui:616
msgid "<span weight=\"bold\">General</span>"
msgstr "<span weight=\"bold\">Geral</span>"
#: data/camorama-gtk2.ui:139 data/camorama-gtk3.ui:725
#: data/camorama-gtk4.ui:646
msgid "Automatic Capture"
msgstr "Captura Automática"
#: data/camorama-gtk2.ui:161 data/camorama-gtk2.ui:296
#: data/camorama-gtk2.ui:334 data/camorama-gtk2.ui:517
#: data/camorama-gtk2.ui:633 data/camorama-gtk2.ui:670
#: data/camorama-gtk2.ui:905 data/camorama-gtk2.ui:1021
#: data/camorama-gtk2.ui:1058 data/camorama-gtk3.ui:747
#: data/camorama-gtk3.ui:885 data/camorama-gtk3.ui:924
#: data/camorama-gtk3.ui:1101 data/camorama-gtk3.ui:1220
#: data/camorama-gtk3.ui:1258 data/camorama-gtk3.ui:1483
#: data/camorama-gtk3.ui:1602 data/camorama-gtk3.ui:1640
#: data/camorama-gtk4.ui:666 data/camorama-gtk4.ui:781
#: data/camorama-gtk4.ui:816 data/camorama-gtk4.ui:973
#: data/camorama-gtk4.ui:1077 data/camorama-gtk4.ui:1111
#: data/camorama-gtk4.ui:1316 data/camorama-gtk4.ui:1420
#: data/camorama-gtk4.ui:1454
msgid " "
msgstr " "
#: data/camorama-gtk2.ui:183 data/camorama-gtk3.ui:770
#: data/camorama-gtk4.ui:687
msgid "Capture Interval (in minutes):"
msgstr "Intervalo Captura (em minutos):"
#: data/camorama-gtk2.ui:257 data/camorama-gtk3.ui:842
#: data/camorama-gtk4.ui:741
msgid "General"
msgstr "Geral"
#: data/camorama-gtk2.ui:279 data/camorama-gtk3.ui:867
#: data/camorama-gtk4.ui:765
msgid "<span weight=\"bold\">Local Capture</span>"
msgstr "<span weight=\"bold\">Captura Local</span>"
#: data/camorama-gtk2.ui:311 data/camorama-gtk3.ui:901
#: data/camorama-gtk4.ui:795
msgid "_Enable local capture"
msgstr "_Ativar captura local"
#: data/camorama-gtk2.ui:360 data/camorama-gtk3.ui:948
#: data/camorama-gtk4.ui:838
msgid "_Directory for captured pics:"
msgstr "_Diretório para imagens capturadas:"
#: data/camorama-gtk2.ui:373 data/camorama-gtk3.ui:961
#: data/camorama-gtk4.ui:851
msgid "_Filename for pictures:"
msgstr "Nome do _arquivo para imagens:"
#: data/camorama-gtk2.ui:388 data/camorama-gtk3.ui:989
#: data/camorama-gtk4.ui:879
msgid "webcam-capture"
msgstr "captura-webcam"
#: data/camorama-gtk2.ui:407 data/camorama-gtk3.ui:977
#: data/camorama-gtk4.ui:867
msgid "Select a Directory"
msgstr "Selecione um Diretório"
#: data/camorama-gtk2.ui:424 data/camorama-gtk2.ui:813
#: data/camorama-gtk3.ui:1007 data/camorama-gtk3.ui:1390
#: data/camorama-gtk4.ui:895 data/camorama-gtk4.ui:1239
msgid "Append time to filename"
msgstr "Acrescentar horário ao nome do arquivo"
#: data/camorama-gtk2.ui:441 data/camorama-gtk2.ui:829
#: data/camorama-gtk3.ui:1024 data/camorama-gtk3.ui:1406
#: data/camorama-gtk4.ui:910 data/camorama-gtk4.ui:1253
msgid "Add a timestamp to captured images"
msgstr "Adicionar horário às imagens capturadas"
#: data/camorama-gtk2.ui:500 data/camorama-gtk2.ui:888
#: data/camorama-gtk3.ui:1083 data/camorama-gtk3.ui:1465
#: data/camorama-gtk4.ui:957 data/camorama-gtk4.ui:1300
msgid "<span weight=\"bold\">Image Type</span>"
msgstr "<span weight=\"bold\">Tipo de Imagem</span>"
#: data/camorama-gtk2.ui:531 data/camorama-gtk2.ui:919
#: data/camorama-gtk3.ui:1116 data/camorama-gtk3.ui:1498
#: data/camorama-gtk4.ui:986 data/camorama-gtk4.ui:1329
msgid "Save files in jpeg format"
msgstr "Gravar arquivos no formato jpeg"
#: data/camorama-gtk2.ui:548 data/camorama-gtk2.ui:936
#: data/camorama-gtk3.ui:1133 data/camorama-gtk3.ui:1515
#: data/camorama-gtk4.ui:1001 data/camorama-gtk4.ui:1344
msgid "Save files in png format"
msgstr "Gravar arquivos no formato png"
#: data/camorama-gtk2.ui:593 data/camorama-gtk3.ui:1178
#: data/camorama-gtk4.ui:1038
msgid "Local Capture"
msgstr "Captura Local"
#: data/camorama-gtk2.ui:616 data/camorama-gtk3.ui:1202
#: data/camorama-gtk4.ui:1061
msgid "<span weight=\"bold\">Remote Capture</span>"
msgstr "<span weight=\"bold\">Captura Remota</span>"
#: data/camorama-gtk2.ui:648 data/camorama-gtk3.ui:1236
#: data/camorama-gtk4.ui:1091
msgid "_Enable remote capture"
msgstr "_Ativar captura remota"
#: data/camorama-gtk2.ui:696 data/camorama-gtk3.ui:1284
#: data/camorama-gtk4.ui:1135
msgid "Server:"
msgstr "Servidor:"
#: data/camorama-gtk2.ui:708 data/camorama-gtk3.ui:1296
#: data/camorama-gtk4.ui:1147
msgid "Type:"
msgstr "Tipo:"
#: data/camorama-gtk2.ui:720 data/camorama-gtk3.ui:1308
#: data/camorama-gtk4.ui:1159
msgid "Save directory:"
msgstr "Diretório para gravação:"
#: data/camorama-gtk2.ui:732 data/camorama-gtk3.ui:1320
#: data/camorama-gtk4.ui:1171
msgid "Filename:"
msgstr "Nome do arquivo:"
#: data/camorama-gtk2.ui:745 data/camorama-gtk3.ui:1333
#: data/camorama-gtk4.ui:1184
msgid "ftp.yourdomain.org"
msgstr "ftp.seudominio.org"
#: data/camorama-gtk2.ui:790 data/camorama-gtk3.ui:1372
#: data/camorama-gtk4.ui:1223
msgid "webcamshot"
msgstr "foto webcam"
#: data/camorama-gtk2.ui:981 data/camorama-gtk3.ui:1560
#: data/camorama-gtk4.ui:1381
msgid "Remote Capture"
msgstr "Captura Remota"
#: data/camorama-gtk2.ui:1004 data/camorama-gtk3.ui:1584
#: data/camorama-gtk4.ui:1404
msgid "<span weight=\"bold\">Timestamp</span>"
msgstr "<span weight=\"bold\">Horário</span>"
#: data/camorama-gtk2.ui:1036 data/camorama-gtk3.ui:1618
#: data/camorama-gtk4.ui:1434
msgid "Use custom string"
msgstr "Usar expressão customizada"
#: data/camorama-gtk2.ui:1080 data/camorama-gtk3.ui:1663
#: data/camorama-gtk4.ui:1475
msgid "String:"
msgstr "Expressão:"
#: data/camorama-gtk2.ui:1126 data/camorama-gtk3.ui:1708
#: data/camorama-gtk4.ui:1510
msgid "Draw date and time"
msgstr "Desenhar data e hora"
#: data/camorama-gtk2.ui:1170 data/camorama-gtk3.ui:1752
#: data/camorama-gtk4.ui:1546
msgid "Timestamp"
msgstr "Horário"
#: data/camorama-gtk2.ui:1199 data/camorama-gtk3.ui:41 data/camorama-gtk4.ui:29
msgid "Camorama-libglade"
msgstr "Camorama-libglade"
#: data/camorama-gtk2.ui:1216 data/camorama-gtk4.ui:47
msgid "_File"
msgstr "_Arquivo"
#: data/camorama-gtk2.ui:1223 data/camorama-gtk2.ui:1524
#: data/camorama-gtk3.ui:366 data/camorama-gtk4.ui:303
msgid "Take Picture"
msgstr "Tirar Fotografia"
#: data/camorama-gtk2.ui:1258 data/camorama-gtk4.ui:83
msgid "_Edit"
msgstr "_Editar"
#: data/camorama-gtk2.ui:1282 data/camorama-gtk3.ui:122
#: data/camorama-gtk4.ui:104
msgid "_View"
msgstr "_Visualizar"
#: data/camorama-gtk2.ui:1291 data/camorama-gtk2.ui:1465
#: data/camorama-gtk3.ui:131 data/camorama-gtk3.ui:307
#: data/camorama-gtk4.ui:113 data/camorama-gtk4.ui:262
msgid "Show Adjustments"
msgstr "Mostrar Ajustes"
#: data/camorama-gtk2.ui:1301 data/camorama-gtk3.ui:141
#: data/camorama-gtk4.ui:123
msgid "Show Effects"
msgstr "Mostrar Efeitos"
#: data/camorama-gtk2.ui:1317 data/camorama-gtk3.ui:157
#: data/camorama-gtk4.ui:139
msgid "Small"
msgstr "Pequena"
#: data/camorama-gtk2.ui:1330 data/camorama-gtk4.ui:152
msgid "_Help"
msgstr "_Ajuda"
#: data/camorama-gtk2.ui:1655 data/camorama-gtk3.ui:465
#: data/camorama-gtk4.ui:391
msgid "Contrast:"
msgstr "Contraste:"
#: data/camorama-gtk2.ui:1669 data/camorama-gtk3.ui:477
#: data/camorama-gtk4.ui:403
msgid "Brightness:"
msgstr "Brilho:"
#: data/camorama-gtk2.ui:1685 data/camorama-gtk3.ui:489
#: data/camorama-gtk4.ui:415
msgid "Color:"
msgstr "Cor:"
#: data/camorama-gtk2.ui:1701 data/camorama-gtk3.ui:501
#: data/camorama-gtk4.ui:427
msgid "Hue:"
msgstr "Matiz:"
#: data/camorama-gtk2.ui:1717 data/camorama-gtk3.ui:513
#: data/camorama-gtk4.ui:439
msgid "White Balance:"
msgstr "Equilíbrio de Branco:"
#: data/camorama-gtk3.ui:67 data/camorama-gtk4.ui:56
msgid "_Take Picture"
msgstr "_Tirar Fotografia"
#: data/camorama-gtk4.ui:71
msgid "_Quit"
msgstr "_Encerrar"
#: data/camorama-gtk4.ui:92
msgid "_Preferences"
msgstr "_Preferências"
#: data/camorama-gtk4.ui:161
msgid "_About"
msgstr "_Sobre"
#: src/callbacks.c:488
msgid "translator_credits"
msgstr ""
"Alexandre Folle de Menezes <afmenez@terra.com.br>\n"
"baseado na versão em Português Ibérico por\n"
"Duarte Loreto <happyguy_pt@hotmail.com>\n"
"Andre Noel <andrenoel@ubuntu.com>\n"
"Mauro Carvalho Chehab <mchehab+samsung@kernel.org>"
#: src/callbacks.c:726
#, c-format
msgid "%.2f fps - current %.2f fps - average"
msgstr "%.2f quadros/s - atual %.2f quadros/s - média"
#: src/camorama-filter-laplace.c:134
msgid "Laplace (4 Neighbours)"
msgstr "Laplace (4 Vizinhos)"
#. TRANSLATORS: This is a noun
#: src/camorama-filter-mirror.c:75
msgid "Mirror"
msgstr "Espelhar"
#. TRANSLATORS: This is a noun
#: src/camorama-filter-reichardt.c:274
msgid "Reichardt"
msgstr "Reichardt"
#: src/camorama-window.c:124
msgid "_Add Filter"
msgstr "_Adicionar Filtro"
#: src/camorama-window.c:219
msgid "Effects"
msgstr "Efeitos"
#: src/camorama-window.c:285
#, c-format
msgid "%dx%d (max %.1f fps)"
msgstr "%dx%d (max %.1f quadros/s)"
#: src/camorama-window.c:289
#, c-format
msgid "%dx%d"
msgstr "%dx%d"
#: src/fileio.c:111 src/fileio.c:257
msgid "Could save temporary image file in /tmp."
msgstr "Foi possível salvar a imagem temporária em /tmp."
#: src/fileio.c:121
#, c-format
msgid "Unable to create image '%s'."
msgstr "Impossível criar imagem '%s'."
#: src/fileio.c:129 src/fileio.c:407
#, c-format
msgid "Could not save image '%s/%s'."
msgstr "Impossível salvar a imagem '%s/%s'."
#: src/fileio.c:139
#, c-format
msgid "Could not create a thread to save image '%s/%s'."
msgstr "Impossível criar uma thread para salvar a imagem '%s/%s'."
#: src/fileio.c:172
#, c-format
msgid "An error occurred mounting %s:%s."
msgstr "Ocorreu um erro montando %s: %s."
#: src/fileio.c:212
#, c-format
msgid "An error occurred accessing %s."
msgstr "Ocorreu um erro acessando %s."
#: src/fileio.c:263
#, c-format
msgid ""
"Unable to open temporary image file '%s'.\n"
"Cannot upload image."
msgstr ""
"Impossível abrir arquivo de imagem temporário '%s'.\n"
"Não é possível enviar imagem."
#: src/fileio.c:292
#, c-format
msgid "An error occurred opening %s."
msgstr "Ocorreu um erro abrindo %s."
#: src/fileio.c:303
#, c-format
msgid "An error occurred opening %s for write: %s."
msgstr "Ocorreu um erro abrindo %s para escrita: %s."
#: src/fileio.c:313
#, c-format
msgid "An error occurred writing to %s: %s."
msgstr "Ocorreu um erro escrevendo em %s: %s."
#: src/fileio.c:320
#, c-format
msgid "An error occurred closing %s: %s."
msgstr "Ocorreu um erro fechando %s: %s."
#: src/fileio.c:385
#, c-format
msgid "Could not create directory '%s'."
msgstr "Impossível criar o diretório '%s'."
#: src/fileio.c:394
#, c-format
msgid "Could not change to directory '%s'."
msgstr "Impossível mudar para o diretório '%s'."
#: src/filter.c:187
msgid "Color Correction"
msgstr "Correção de Cor"
#: src/filter.c:216
msgid "Invert"
msgstr "Inverter"
#: src/filter.c:260
msgid "Threshold (Overall)"
msgstr "Limiar (Geral)"
#: src/filter.c:310
msgid "Threshold (Per Channel)"
msgstr "Limiar (Por canal)"
#: src/filter.c:388
msgid "Wacky"
msgstr "Maluco"
#: src/filter.c:494
msgid "Smooth"
msgstr "Suavizar"
#: src/filter.c:530
msgid "Monochrome"
msgstr "Monocromático"
#: src/filter.c:568
msgid "Monochrome (Weight)"
msgstr "Monocromático (Ponderado)"
#. TRANSLATORS: http://en.wikipedia.org/wiki/Sobel
#: src/filter.c:625
msgid "Sobel"
msgstr "Realçar"
#: src/main.c:25
msgid "show version and exit"
msgstr "mostrar versão e sair"
#: src/main.c:27
msgid "v4l device to use"
msgstr "dispositivo v4l a ser utilizado"
#: src/main.c:29
msgid "enable debugging code"
msgstr "ativar código de depuração"
#: src/main.c:31
msgid "capture width"
msgstr "largura da captura"
#: src/main.c:33
msgid "capture height"
msgstr "altura captura"
#: src/main.c:35
msgid "maximum capture size"
msgstr "tamanho máximo de captura"
#: src/main.c:37
msgid "minimum capture size"
msgstr "tamanho mínimo de captura"
#: src/main.c:39
msgid "middle capture size"
msgstr "tamanho médio de captura"
#: src/main.c:41
msgid "use read() rather than mmap()"
msgstr "usar read() em vez de mmap()"
#: src/main.c:138
#, c-format
msgid ""
"\n"
"\n"
"Camorama version %s\n"
"\n"
msgstr ""
"\n"
"\n"
"Camorama Versão %s\n"
"\n"
#: src/main.c:263
msgid "Couldn't load builder file"
msgstr "Não foi possível carregar arquivo com interface gráfica"
#: src/main.c:318
#, c-format
msgid ""
"Invalid argument\n"
"Run '%s --help'\n"
msgstr ""
"Argumento inválido\n"
"Execute '%s --help'\n"
#: src/v4l.c:146 src/v4l.c:252 src/v4l.c:333 src/v4l.c:402 src/v4l.c:421
#: src/v4l.c:442
#, c-format
msgid ""
"Could not connect to video device (%s).\n"
"Please check connection."
msgstr ""
"Impossível conectar ao dispositivo de vídeo (%s).\n"
"Verifique a conexão."
#: src/v4l.c:471
#, c-format
msgid "VIDIOC_REQBUFS -- could not request buffers (%s), exiting...."
msgstr ""
"VIDIOC_REQBUFS -- não foi possível requisitar buffers (%s), encerrando...."
#: src/v4l.c:489
#, c-format
msgid "VIDIOC_QUERYBUF -- could not query buffers (%s), exiting...."
msgstr ""
"VIDIOC_QUERYBUF -- não foi possível obter informações sobre buffers (%s), "
"encerrando...."
#: src/v4l.c:504
#, c-format
msgid "failed to memory map buffers (%s), exiting...."
msgstr "falha ao mapear os buffers na memória (%s), encerrando..."
#: src/v4l.c:518
#, c-format
msgid "VIDIOC_QBUF -- could not enqueue buffers (%s), exiting...."
msgstr ""
"VIDIOC_QBUF -- não foi possível enfileirar buffers (%s), encerrando...."
#: src/v4l.c:528
#, c-format
msgid "failed to start streaming (%s), exiting...."
msgstr "falha ao iniciar o fluxo de vídeo (%s), encerrando..."
#: src/v4l.c:558
#, c-format
msgid "Timeout while waiting for frames (%s)"
msgstr "Tempo máximo excedido enquanto esperando quadros com imagens (%s)"
#: src/v4l.c:620
#, c-format
msgid "failed to stop streaming (%s), exiting...."
msgstr "falha ao interromper o fluxo de vídeo (%s), encerrando..."
#~ msgid ""
#~ "Local Capture: %d\n"
#~ "Remote Capture: %d\n"
#~ "Capture Interval: %d"
#~ msgstr ""
#~ "Captura Local: %d\n"
#~ "Captura Remota: %d\n"
#~ "Intervalo de Captura: %d"
#~ msgid "Automatic Capture Disabled"
#~ msgstr "Captura Automática Desabilitada"
#~ msgid "Webcam"
#~ msgstr "Webcam"
#~ msgid "camorama.png"
#~ msgstr "camorama.png"
#~ msgid "Username:"
#~ msgstr "Usuário:"
#~ msgid "Password:"
#~ msgstr "Senha:"
#~ msgid "your-username"
#~ msgstr "seu-usuário"
#~ msgid "your-password"
#~ msgstr "sua-senha"
#~ msgid "path/to/save/to"
#~ msgstr "caminho/onde/gravar"
#~ msgid "Couldn't find the main interface file (camorama.glade)."
#~ msgstr ""
#~ "Impossível encontrar o arquivo de interface principal (camorama.glade)."
#~ msgid "Couldn't find pixmap file: %s"
#~ msgstr "Impossível encontrar arquivo pixmap: %s"
#~ msgid "~/.gnome-desktop"
#~ msgstr "~/.gnome-desktop"
#~ msgid "Large"
#~ msgstr "Grande"
#~ msgid "Medium"
#~ msgstr "Média"
#~ msgid "Append timestamp to filename"
#~ msgstr "Acrescentar horário ao nome arquivo"
#~ msgid "Append timestamp to remote filename"
#~ msgstr "Acrescentar horário ao nome arquivo remoto"
#~ msgid "Appends a timestamp, in UNIX time, to the ends of filenames"
#~ msgstr "Acrescenta horário, em hora UNIX, ao final dos nomes arquivos"
#~ msgid "Appends a timestamp, in UNIX time, to the ends of remote filenames"
#~ msgstr ""
#~ "Acrescenta horário, em hora UNIX, ao final dos nomes arquivos remotos"
#~ msgid "Custom text for the timestamp"
#~ msgstr "Texto customizado para o horário"
#~ msgid "Defines a string of custom text to be inserted into the image."
#~ msgstr ""
#~ "Define uma expressão de texto customizado para ser inserido na imagem."
#~ msgid "Filename for local captures"
#~ msgstr "Nome arquivo para capturas locais"
#~ msgid "Filename for saving captured pictures to locally"
#~ msgstr "Nome arquivo para gravar localmente imagens capturadas"
#~ msgid "Folder for local captures"
#~ msgstr "Pasta para capturas locais"
#~ msgid "Folder for remote captures"
#~ msgstr "Pasta para capturas remotas"
#~ msgid "Folder for saving captured pictures remotely"
#~ msgstr "Pasta para gravar imagens capturadas remotamente"
#~ msgid "Folder for saving captured pictures to locally"
#~ msgstr "Pasta para gravar localmente imagens capturadas"
#~ msgid "Hostname for FTP server"
#~ msgstr "Nome do servidor FTP"
#~ msgid "Hostname for the FTP server for remote captures."
#~ msgstr "Nome do servidor FTP para capturas remotas."
#~ msgid "Interval for auto-capture"
#~ msgstr "Intreval de auto-captura"
#~ msgid "Local capture image format"
#~ msgstr "Formato imagem captura local"
#~ msgid "Name for the filename of uploaded images."
#~ msgstr "Nome do arquivo para imagens enviadas."
#~ msgid "Password for FTP server"
#~ msgstr "Senha do servidor FTP"
#~ msgid "Remote capture image format"
#~ msgstr "Formato imagem captura remota"
#~ msgid "Remote save filename"
#~ msgstr "Nome arquivo gravação remota"
#~ msgid "Specifies the image format to be used for locally saved pictures"
#~ msgstr ""
#~ "Especifica o formato de imagem a ser utilizado para imagens salvas "
#~ "localmente"
#~ msgid "Specifies the image format to be used for remotely saved pictures"
#~ msgstr ""
#~ "Especifica o formato de imagem a ser utilizado para imagens salvas "
#~ "remotamente"
#~ msgid "Specifies the interval for automatic capture of pictures."
#~ msgstr "Especifica o intervalo para imagens capturadas automaticamente."
#~ msgid "The password for the FTP account for remote captures."
#~ msgstr "A senha da conta FTP para capturas remotas."
#~ msgid ""
#~ "The unix file system path to the device that's assigned to your camera."
#~ msgstr ""
#~ "O caminho no sistema de arquivos unix para o dispositivo associado à sua "
#~ "câmera."
#~ msgid "Toggles auto-capture"
#~ msgstr "Alterna auto-captura"
#~ msgid "Toggles automatic capturing of pictures."
#~ msgstr "Alterna a captura automática de imagens."
#~ msgid "Toggles local capture"
#~ msgstr "Alterna captura local"
#~ msgid "Toggles remote capture"
#~ msgstr "Alterna captura remota"
#~ msgid "Toggles the custom string"
#~ msgstr "Alterna a expressão customizada"
#~ msgid "Toggles the datestamp in captures"
#~ msgstr "Alterna o campo de data nas capturas"
#~ msgid "Toggles the drawing of a datestamp within the captured pictures"
#~ msgstr "Alterna o desenho da data dentro das imagens capturadas"
#~ msgid "Toggles the insertion of a timestamp into local images"
#~ msgstr "Alterna o desenho do horário dentro das imagens locais"
#~ msgid "Toggles the insertion of a timestamp into the images for FTP upload."
#~ msgstr "Alterna o desenho do horário dentro das imagens para envio FTP."
#~ msgid "Toggles the use of the buttons to adjust the video filters"
#~ msgstr "Alterna o use do botão para ajustar os filtros de vídeo"
#~ msgid "Toggles the use of the custom string for the timestamp in images."
#~ msgstr "Alterna a uso da expressão customizada no horário em imagens."
#~ msgid "Toggles the use of the sliders to adjust the video properties"
#~ msgstr ""
#~ "Alterna a uso de barras deslizantes para ajustar as propriedades de vídeo"
#~ msgid "Toggles the video adjustment sliders"
#~ msgstr "Alterna as barras deslizantes de ajuste vídeo"
#~ msgid "Toggles the video effects buttons"
#~ msgstr "Alterna o botão de efeitos de vídeo"
#~ msgid "Toggles timestamp for local captures"
#~ msgstr "Alterna horário para capturas locais"
#~ msgid "Toggles timestamp for remote captures"
#~ msgstr "Alterna horário para capturas remotas"
#~ msgid "Username for FTP server"
#~ msgstr "Usuário para servidor FTP"
#~ msgid "Username to use for FTP uploads of captured pictures"
#~ msgstr "Nome usuário a usar nos envios FTP de imagens capturadas"
#~ msgid "Video device"
#~ msgstr "Dispositivo de vídeo"
#~ msgid ""
#~ "When capturing pictures via the \"Take Picture\" button, or with auto "
#~ "capture, this key toggles the saving of pictures locally."
#~ msgstr ""
#~ "Ao capturar imagens através do botão \"Tirar Fotografia\", ou com auto-"
#~ "captura, esta tecla alterna a gravação local das imagens."
#~ msgid ""
#~ "When capturing pictures via the \"Take Picture\" button, or with auto "
#~ "capture, this key toggles the saving of pictures to a remote server."
#~ msgstr ""
#~ "Ao capturar imagens através do botão \"Tirar Fotografia\", ou com auto-"
#~ "captura, esta tecla alterna a gravação das imagens num servidor remoto."
#~ msgid "Unable to capture image."
#~ msgstr "Impossível capturar imagem."
#~ msgid "Orientation"
#~ msgstr "Orientação"
#~ msgid "The orientation of the tray."
#~ msgstr "Orientação da bandeja"
#~ msgid "*"
#~ msgstr "*"
#~ msgid "<span weight=\"bold\">Effects</span>"
#~ msgstr "<span weight=\"bold\">Efeitos</span>"
#~ msgid "Black & white"
#~ msgstr "Preto & Branco"
#~ msgid "Color threshold"
#~ msgstr "Intervalo de cor"
#~ msgid "Laplace"
#~ msgstr "Laplace"
#~ msgid "Negative"
#~ msgstr "Negativo"
#~ msgid "Add timestamp to captured images"
#~ msgstr "Adicionar horário às imagens capturadas"
|