-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgl.po
7859 lines (6277 loc) · 182 KB
/
gl.po
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
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
# Galician translation of gtk+.
# Copyright (C) 1999, 2000 Jesus Bravo Alvarez
# Proxecto Trasno - Adaptación do software libre á lingua galega: Se desexas
# colaborar connosco, podes atopar máis información en http://www.trasno.net
# First Version: 1999-08-30 18:49+0200
# Based on es.po by Pablo Saratxaga <[email protected]>
# and pt.po by Nuno Ferreira <[email protected]>
# Jesus Bravo Alvarez <[email protected]>, 1999, 2000.
# Ignacio Casal Quinteiro <[email protected]>, 2005, 2006.
# Ignacio Casal Quinteiro <[email protected]>, 2008.
# Mancomún - Centro de Referencia e Servizos de Software Libre <[email protected]>, 2009.
# Antón Méixome <[email protected]>, 2009.
# Antón Méixome <[email protected]>, 2009, 2010.
# Fran Diéguez <[email protected]>, 2009, 2010, 2011, 2012.
# Leandro Regueiro <[email protected]>, 2012.
# Fran Dieguez <[email protected]>, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019.
msgid ""
msgstr ""
"Project-Id-Version: gtk+-master-po-gl-77922___.merged\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-12-27 13:06+0000\n"
"PO-Revision-Date: 2019-12-27 15:17+0100\n"
"Last-Translator: Fran Diéguez <[email protected]>\n"
"Language-Team: Galician\n"
"Language: gl\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Poedit 2.2.4\n"
"X-Project-Style: gnome\n"
#: gdk/broadway/gdkbroadway-server.c:133
#, c-format
msgid "Broadway display type not supported: %s"
msgstr "O tipo de pantalla Broadway non é compatíbel: %s"
#: gdk/gdkclipboard.c:239
msgid "This clipboard cannot store data."
msgstr "Este portapapeis non pode gardar datos."
#: gdk/gdkclipboard.c:294 gdk/gdkclipboard.c:789 gdk/gdkclipboard.c:1087
msgid "Cannot read from empty clipboard."
msgstr "Non se pode dun portapapeis baleiro."
#: gdk/gdkclipboard.c:325 gdk/gdkclipboard.c:1137 gdk/gdkdrag.c:592
msgid "No compatible formats to transfer clipboard contents."
msgstr "Formatos non compatíbeis para transferir contidos do portapapeis."
#: gdk/gdkcontentprovider.c:108 gdk/gdkcontentproviderimpl.c:215
#: gtk/gtkdnd.c:816
#, c-format
msgid "Cannot provide contents as “%s”"
msgstr "Non foi posíbel fornecer contidos como «%s»"
#: gdk/gdkcontentprovider.c:129
#, c-format
msgid "Cannot provide contents as %s"
msgstr "Non foi posíbel fornecer contidos como %s"
#: gdk/gdkdrop.c:110
msgid "Drag’n’drop from other applications is not supported."
msgstr "Arrastrar e soltar desde outras aplicacións non está admitido."
#: gdk/gdkdrop.c:143
msgid "No compatible formats to transfer contents."
msgstr "Formatos non compatíbeis para transferir contidos."
#: gdk/gdksurface.c:1157
msgid "GL support disabled via GDK_DEBUG"
msgstr "Compatibilidade de GL desactivada mediante GDK_DEBUG"
#: gdk/gdksurface.c:1168
msgid "The current backend does not support OpenGL"
msgstr "O backend actual non admite o OpenGL"
#: gdk/gdksurface.c:1276
msgid "Vulkan support disabled via GDK_DEBUG"
msgstr "Compatibilidade de Vulkan desactivada mediante GDK_DEBUG"
#.
#. * Translators, the strings in the “keyboard label” context are
#. * display names for keyboard keys. Some of them have prefixes like
#. * XF86 or ISO_ — these should be removed in the translation. Similarly,
#. * underscores should be replaced by spaces. The prefix “KP_” stands
#. * for “key pad” and you may want to include that in your translation.
#. * Here are some examples of English translations:
#. * XF86AudioMute - Audio mute
#. * Scroll_lock - Scroll lock
#. * KP_Space - Space (keypad)
#.
#: gdk/keyname-table.h:6843
msgctxt "keyboard label"
msgid "BackSpace"
msgstr "Retroceso"
#: gdk/keyname-table.h:6844
msgctxt "keyboard label"
msgid "Tab"
msgstr "Tab"
#: gdk/keyname-table.h:6845
msgctxt "keyboard label"
msgid "Return"
msgstr "Intro"
#: gdk/keyname-table.h:6846
msgctxt "keyboard label"
msgid "Pause"
msgstr "Pausa"
#: gdk/keyname-table.h:6847
msgctxt "keyboard label"
msgid "Scroll_Lock"
msgstr "Bloq Despr"
#: gdk/keyname-table.h:6848
msgctxt "keyboard label"
msgid "Sys_Req"
msgstr "PetSis"
#: gdk/keyname-table.h:6849
msgctxt "keyboard label"
msgid "Escape"
msgstr "Escape"
#: gdk/keyname-table.h:6850
msgctxt "keyboard label"
msgid "Multi_key"
msgstr "MultiKey"
#: gdk/keyname-table.h:6851
msgctxt "keyboard label"
msgid "Home"
msgstr "Inicio"
#: gdk/keyname-table.h:6852
msgctxt "keyboard label"
msgid "Left"
msgstr "Esquerda"
#: gdk/keyname-table.h:6853
msgctxt "keyboard label"
msgid "Up"
msgstr "Arriba"
#: gdk/keyname-table.h:6854
msgctxt "keyboard label"
msgid "Right"
msgstr "Dereita"
#: gdk/keyname-table.h:6855
msgctxt "keyboard label"
msgid "Down"
msgstr "Abaixo"
#: gdk/keyname-table.h:6856 gtk/gtkshortcutlabel.c:223
msgctxt "keyboard label"
msgid "Page_Up"
msgstr "Re Páx"
#: gdk/keyname-table.h:6857 gtk/gtkshortcutlabel.c:226
msgctxt "keyboard label"
msgid "Page_Down"
msgstr "Av Páx"
#: gdk/keyname-table.h:6858
msgctxt "keyboard label"
msgid "End"
msgstr "Fin"
#: gdk/keyname-table.h:6859
msgctxt "keyboard label"
msgid "Begin"
msgstr "Inicio"
#: gdk/keyname-table.h:6860
msgctxt "keyboard label"
msgid "Print"
msgstr "Imprimir"
#: gdk/keyname-table.h:6861
msgctxt "keyboard label"
msgid "Insert"
msgstr "Inserir"
#: gdk/keyname-table.h:6862
msgctxt "keyboard label"
msgid "Num_Lock"
msgstr "Bloq Núm"
#. Translators: KP_ means “key pad” here
#: gdk/keyname-table.h:6864
msgctxt "keyboard label"
msgid "KP_Space"
msgstr "TN Espazo"
#: gdk/keyname-table.h:6865
msgctxt "keyboard label"
msgid "KP_Tab"
msgstr "TN Tabulador"
#: gdk/keyname-table.h:6866
msgctxt "keyboard label"
msgid "KP_Enter"
msgstr "TN Intro"
#: gdk/keyname-table.h:6867
msgctxt "keyboard label"
msgid "KP_Home"
msgstr "TN Inicio"
#: gdk/keyname-table.h:6868
msgctxt "keyboard label"
msgid "KP_Left"
msgstr "TN ←"
#: gdk/keyname-table.h:6869
msgctxt "keyboard label"
msgid "KP_Up"
msgstr "TN ↑"
#: gdk/keyname-table.h:6870
msgctxt "keyboard label"
msgid "KP_Right"
msgstr "TN →"
#: gdk/keyname-table.h:6871
msgctxt "keyboard label"
msgid "KP_Down"
msgstr "TN ↓"
#: gdk/keyname-table.h:6872
msgctxt "keyboard label"
msgid "KP_Page_Up"
msgstr "TN Re Páx"
#: gdk/keyname-table.h:6873
msgctxt "keyboard label"
msgid "KP_Prior"
msgstr "TN Anterior"
#: gdk/keyname-table.h:6874
msgctxt "keyboard label"
msgid "KP_Page_Down"
msgstr "TN Av Páx"
#: gdk/keyname-table.h:6875
msgctxt "keyboard label"
msgid "KP_Next"
msgstr "TN Seguinte"
#: gdk/keyname-table.h:6876
msgctxt "keyboard label"
msgid "KP_End"
msgstr "TN Fin"
#: gdk/keyname-table.h:6877
msgctxt "keyboard label"
msgid "KP_Begin"
msgstr "TN Inicio"
#: gdk/keyname-table.h:6878
msgctxt "keyboard label"
msgid "KP_Insert"
msgstr "TN Inserir"
#: gdk/keyname-table.h:6879
msgctxt "keyboard label"
msgid "KP_Delete"
msgstr "TN Supr"
#: gdk/keyname-table.h:6880
msgctxt "keyboard label"
msgid "Delete"
msgstr "Supr"
#: gdk/keyname-table.h:6881
msgctxt "keyboard label"
msgid "MonBrightnessUp"
msgstr "Monitor: subir brillo"
#: gdk/keyname-table.h:6882
msgctxt "keyboard label"
msgid "MonBrightnessDown"
msgstr "Monitor: baixar brillo"
#: gdk/keyname-table.h:6883
msgctxt "keyboard label"
msgid "KbdBrightnessUp"
msgstr "Monitor: subir brillo"
#: gdk/keyname-table.h:6884
msgctxt "keyboard label"
msgid "KbdBrightnessDown"
msgstr "Monitor: baixar brillo"
#: gdk/keyname-table.h:6885
msgctxt "keyboard label"
msgid "AudioMute"
msgstr "Son: silenciar"
#: gdk/keyname-table.h:6886
msgctxt "keyboard label"
msgid "AudioMicMute"
msgstr "Son: silenciar"
#: gdk/keyname-table.h:6887
msgctxt "keyboard label"
msgid "AudioLowerVolume"
msgstr "Son: baixar volume"
#: gdk/keyname-table.h:6888
msgctxt "keyboard label"
msgid "AudioRaiseVolume"
msgstr "Son: subir volume"
#: gdk/keyname-table.h:6889
msgctxt "keyboard label"
msgid "AudioPlay"
msgstr "Son: reproducir"
#: gdk/keyname-table.h:6890
msgctxt "keyboard label"
msgid "AudioStop"
msgstr "Son: deter"
#: gdk/keyname-table.h:6891
msgctxt "keyboard label"
msgid "AudioNext"
msgstr "Son: seguinte"
#: gdk/keyname-table.h:6892
msgctxt "keyboard label"
msgid "AudioPrev"
msgstr "Son: anterior"
#: gdk/keyname-table.h:6893
msgctxt "keyboard label"
msgid "AudioRecord"
msgstr "Son: gravar"
#: gdk/keyname-table.h:6894
msgctxt "keyboard label"
msgid "AudioPause"
msgstr "Son: pausar"
#: gdk/keyname-table.h:6895
msgctxt "keyboard label"
msgid "AudioRewind"
msgstr "Son: rebobinar"
#: gdk/keyname-table.h:6896
msgctxt "keyboard label"
msgid "AudioMedia"
msgstr "Son: medio"
#: gdk/keyname-table.h:6897
msgctxt "keyboard label"
msgid "Eject"
msgstr "Expulsar"
#: gdk/keyname-table.h:6898
msgctxt "keyboard label"
msgid "Explorer"
msgstr "Explorador"
#: gdk/keyname-table.h:6899
msgctxt "keyboard label"
msgid "Calculator"
msgstr "Calculadora"
#: gdk/keyname-table.h:6900
msgctxt "keyboard label"
msgid "Mail"
msgstr "Correo electrónico"
#: gdk/keyname-table.h:6901
msgctxt "keyboard label"
msgid "WWW"
msgstr "WWW"
#: gdk/keyname-table.h:6902
msgctxt "keyboard label"
msgid "Search"
msgstr "Buscar"
#: gdk/keyname-table.h:6903
msgctxt "keyboard label"
msgid "Tools"
msgstr "Ferramentas"
#: gdk/keyname-table.h:6904
msgctxt "keyboard label"
msgid "ScreenSaver"
msgstr "Salvapantallas"
#: gdk/keyname-table.h:6905
msgctxt "keyboard label"
msgid "Battery"
msgstr "Batería"
#: gdk/keyname-table.h:6906
msgctxt "keyboard label"
msgid "Launch1"
msgstr "Executar1"
#: gdk/keyname-table.h:6907
msgctxt "keyboard label"
msgid "Forward"
msgstr "Adiante"
#: gdk/keyname-table.h:6908
msgctxt "keyboard label"
msgid "Back"
msgstr "Atrás"
#: gdk/keyname-table.h:6909
msgctxt "keyboard label"
msgid "Sleep"
msgstr "Durmir"
#: gdk/keyname-table.h:6910
msgctxt "keyboard label"
msgid "Hibernate"
msgstr "Hibernar"
#: gdk/keyname-table.h:6911
msgctxt "keyboard label"
msgid "WLAN"
msgstr "Rede sen fíos"
#: gdk/keyname-table.h:6912
msgctxt "keyboard label"
msgid "WebCam"
msgstr "Cámara web"
#: gdk/keyname-table.h:6913
msgctxt "keyboard label"
msgid "Display"
msgstr "Pantalla"
#: gdk/keyname-table.h:6914
msgctxt "keyboard label"
msgid "TouchpadToggle"
msgstr "Activar/desactivar área táctil"
#: gdk/keyname-table.h:6915
msgctxt "keyboard label"
msgid "WakeUp"
msgstr "Espertar"
#: gdk/keyname-table.h:6916
msgctxt "keyboard label"
msgid "Suspend"
msgstr "Suspender"
#: gdk/quartz/gdkglcontext-quartz.c:37
msgid "Not implemented on OS X"
msgstr "Non implementado en OS X"
#: gdk/wayland/gdkclipboard-wayland.c:231 gdk/wayland/gdkdrop-wayland.c:207
#: gdk/wayland/gdkprimary-wayland.c:312 gdk/win32/gdkdrop-win32.c:1278
#: gdk/win32/gdkdrop-win32.c:1323 gdk/x11/gdkclipboard-x11.c:760
#: gdk/x11/gdkdrop-x11.c:196
msgid "No compatible transfer format found"
msgstr "Non se atopou un formato de transferencia compatíbel"
#: gdk/wayland/gdkglcontext-wayland.c:150 gdk/win32/gdkglcontext-win32.c:725
#: gdk/x11/gdkglcontext-x11.c:672 gdk/x11/gdkglcontext-x11.c:722
msgid "Unable to create a GL context"
msgstr "Non é posíbel crear un contexto GL"
#: gdk/wayland/gdkglcontext-wayland.c:410
#: gdk/wayland/gdkglcontext-wayland.c:420 gdk/win32/gdkglcontext-win32.c:679
#: gdk/x11/gdkglcontext-x11.c:920
msgid "No available configurations for the given pixel format"
msgstr "Non hai configuracións dispoñíbeis para o formato de píxel fornecido"
#: gdk/wayland/gdkglcontext-wayland.c:449 gdk/win32/gdkglcontext-win32.c:791
#: gdk/x11/gdkglcontext-x11.c:1223
msgid "No GL implementation is available"
msgstr "Non hai unha implementación de GL dispoñíbel"
#: gdk/wayland/gdkglcontext-wayland.c:457
msgid "Core GL is not available on EGL implementation"
msgstr "Core GL non está dispoñíbel na implementación de EGL"
#: gdk/win32/gdkclipdrop-win32.c:718
#, c-format
msgid "Cannot claim clipboard ownership. OpenClipboard() timed out."
msgstr ""
"Non se pode reclamar a propiedade do portapapeis. OpenClipboard() superou o "
"tempo máximo de espera."
#: gdk/win32/gdkclipdrop-win32.c:728
#, c-format
msgid "Cannot claim clipboard ownership. Another process claimed it before us."
msgstr ""
"Non se pode reclamar a propiedade do portapapeis. Outro preceso reclamouno "
"antes."
#: gdk/win32/gdkclipdrop-win32.c:742
#, c-format
msgid "Cannot claim clipboard ownership. OpenClipboard() failed: 0x%lx."
msgstr ""
"Non se pode reclamar a propiedade do portapapeis. OpenClipboard() fallou: 0x"
"%lx."
#: gdk/win32/gdkclipdrop-win32.c:754
#, c-format
msgid "Cannot claim clipboard ownership. EmptyClipboard() failed: 0x%lx."
msgstr ""
"Non se pode reclamar a propiedade do portapapeis. EmptyClipboard() fallou: 0x"
"%lx."
#: gdk/win32/gdkclipdrop-win32.c:797
#, c-format
msgid "Cannot set clipboard data. OpenClipboard() timed out."
msgstr ""
"Non se pode gardar datos no portapapeis. OpenClipboard() superou o tempo "
"máximo de espera."
#: gdk/win32/gdkclipdrop-win32.c:807 gdk/win32/gdkclipdrop-win32.c:838
#, c-format
msgid "Cannot set clipboard data. Another process claimed clipboard ownership."
msgstr ""
"Non se pode gardar datos no portapapeis. Outro proceso reclamou a propiedade "
"do portapapeis."
#: gdk/win32/gdkclipdrop-win32.c:821
#, c-format
msgid "Cannot set clipboard data. OpenClipboard() failed: 0x%lx."
msgstr ""
"Non se poden gardar datos no portapapeis. OpenClipboard() fallou: 0x%lx."
#: gdk/win32/gdkclipdrop-win32.c:873
#, c-format
msgid "Cannot get clipboard data. GlobalLock(0x%p) failed: 0x%lx."
msgstr ""
"Non se pode obter datos do portapapeis. GlobalLock(0x%p) fallou: 0x%lx."
#: gdk/win32/gdkclipdrop-win32.c:884
#, c-format
msgid "Cannot get clipboard data. GlobalSize(0x%p) failed: 0x%lx."
msgstr ""
"Non se pode obter datos do portapapeis. GlobalSize(0x%p) fallou: 0x%lx."
#: gdk/win32/gdkclipdrop-win32.c:896
#, c-format
msgid ""
"Cannot get clipboard data. Failed to allocate %lu bytes to store the data."
msgstr ""
"Non se pode obter datos do portapapeis. Produciuse un fallo ao reservar %lu "
"bytes para gardar os datos."
#: gdk/win32/gdkclipdrop-win32.c:927
#, c-format
msgid "Cannot get clipboard data. OpenClipboard() timed out."
msgstr ""
"Non se pode obter datos do portapapeis. OpenClipboard() superou o tempo "
"máximo de espera."
#: gdk/win32/gdkclipdrop-win32.c:937
#, c-format
msgid "Cannot get clipboard data. Clipboard ownership changed."
msgstr ""
"Non se pode obter datos do portapapeis. A propiedade do portapapeis cambiou."
#: gdk/win32/gdkclipdrop-win32.c:947
#, c-format
msgid ""
"Cannot get clipboard data. Clipboard data changed before we could get it."
msgstr ""
"Non se poden obter datos do portapapeis. Os datos do portapapeis cambiaron "
"antes de que se puideran obter."
#: gdk/win32/gdkclipdrop-win32.c:964
#, c-format
msgid "Cannot get clipboard data. OpenClipboard() failed: 0x%lx."
msgstr ""
"Non se pode obter os datos do portapapeis. OpenClipboard() fallou: 0x%lx."
#: gdk/win32/gdkclipdrop-win32.c:989
#, c-format
msgid "Cannot get clipboard data. No compatible transfer format found."
msgstr ""
"Non se pode obter datos do portapapeis. Non se atopou un formato de "
"transferencia compatíbel."
#: gdk/win32/gdkclipdrop-win32.c:999
#, c-format
msgid "Cannot get clipboard data. GetClipboardData() failed: 0x%lx."
msgstr ""
"Non se pode obter os datos do portapapeis. GetClipboardData() fallou: 0x%lx."
#: gdk/win32/gdkdrop-win32.c:1211
#, c-format
msgid "Cannot get DnD data. GlobalLock(0x%p) failed: 0x%lx."
msgstr "Non é posíbel obter os datos de DnD. GlobalLock(0x%p) fallou: 0x%lx."
#: gdk/win32/gdkdrop-win32.c:1220
#, c-format
msgid "Cannot get DnD data. GlobalSize(0x%p) failed: 0x%lx."
msgstr "Cannot get DnD data. GlobalSize(0x%p) failed: 0x%lx."
#: gdk/win32/gdkdrop-win32.c:1230
#, c-format
msgid "Cannot get DnD data. Failed to allocate %lu bytes to store the data."
msgstr ""
"Non se pode obter datos do DnD. Produciuse un fallo ao reservar %lu bytes "
"para gardar os datos."
#: gdk/win32/gdkdrop-win32.c:1297
#, c-format
msgid "GDK surface 0x%p is not registered as a drop target"
msgstr "Superficie GDK 0x%p non está rexistrada como un obxectivo de arrastre"
#: gdk/win32/gdkdrop-win32.c:1304
#, c-format
msgid "Target context record 0x%p has no data object"
msgstr "Rexistro de contexto obxectivo 0x%p non ten obxecto de datos"
#: gdk/win32/gdkdrop-win32.c:1342
#, c-format
msgid "IDataObject_GetData (0x%x) failed, returning 0x%lx"
msgstr "IDataObject_GetData (0x%x) fallou, devolvendo 0x%lx"
#: gdk/win32/gdkdrop-win32.c:1374
#, c-format
msgid "Failed to transmute DnD data W32 format 0x%x to %p (%s)"
msgstr ""
"Produciuse un fallo ao transmutar os datos DnD W32 ao formato 0x%x to %p (%s)"
#: gdk/win32/gdkhdataoutputstream-win32.c:64
msgid "writing a closed stream"
msgstr "escribindo un fluxo de peche"
#: gdk/win32/gdkhdataoutputstream-win32.c:86
msgid "g_try_realloc () failed"
msgstr "g_try_realloc () fallou"
#: gdk/win32/gdkhdataoutputstream-win32.c:94
#: gdk/win32/gdkhdataoutputstream-win32.c:232
msgid "GlobalReAlloc() failed: "
msgstr "GlobalReAlloc() fallou: "
#: gdk/win32/gdkhdataoutputstream-win32.c:106
msgid "Ran out of buffer space (buffer size is fixed)"
msgstr "Quedouse sen espazo no búfer (o tamaño do búfer é fixo)"
#: gdk/win32/gdkhdataoutputstream-win32.c:204
msgid "Can’t transmute a single handle"
msgstr "Non pode transmutar un xestor único"
#: gdk/win32/gdkhdataoutputstream-win32.c:216
#, c-format
msgid "Failed to transmute %zu bytes of data from %s to %u"
msgstr "Produciuse un fallo ao transmutar %zu bytes de datos desde %s a %u"
#: gdk/win32/gdkhdataoutputstream-win32.c:251
msgid "GlobalLock() failed: "
msgstr "GlobalLock() fallou: "
#: gdk/win32/gdkhdataoutputstream-win32.c:365
msgid "GlobalAlloc() failed: "
msgstr "GlobalAlloc() fallou: "
#. Description of --sync in --help output
#: gdk/win32/gdkmain-win32.c:56
msgid "Don’t batch GDI requests"
msgstr "Non poñer en lotes as solicitudes GDI"
#. Description of --no-wintab in --help output
#: gdk/win32/gdkmain-win32.c:58
msgid "Don’t use the Wintab API for tablet support"
msgstr "Non usar a API Wintab para a compatibilidade de tabletas"
#. Description of --ignore-wintab in --help output
#: gdk/win32/gdkmain-win32.c:60
msgid "Same as --no-wintab"
msgstr "O mesmo que --no-wintab"
#. Description of --use-wintab in --help output
#: gdk/win32/gdkmain-win32.c:62
msgid "Do use the Wintab API [default]"
msgstr "Usar o API Wintab [predeterminado]"
#. Description of --max-colors=COLORS in --help output
#: gdk/win32/gdkmain-win32.c:64
msgid "Size of the palette in 8 bit mode"
msgstr "Tamaño da paleta en modo 8 bits"
#. Placeholder in --max-colors=COLORS in --help output
#: gdk/win32/gdkmain-win32.c:65
msgid "COLORS"
msgstr "CORES"
#: gdk/x11/gdkapplaunchcontext-x11.c:292
#, c-format
msgid "Starting “%s”"
msgstr "Iniciando «%s»"
#: gdk/x11/gdkapplaunchcontext-x11.c:305
#, c-format
msgid "Opening “%s”"
msgstr "Abrindo «%s»"
#: gdk/x11/gdkapplaunchcontext-x11.c:310
#, c-format
msgid "Opening %d Item"
msgid_plural "Opening %d Items"
msgstr[0] "Abrindo %d elemento"
msgstr[1] "Abrindo %d elementos"
#: gdk/x11/gdkclipboard-x11.c:436
msgid "Clipboard manager could not store selection."
msgstr "O xestor do portapapeis non pode almacenar a selección."
#: gdk/x11/gdkclipboard-x11.c:612
msgid "Cannot store clipboard. No clipboard manager is active."
msgstr ""
"Non é posíbel almacenar o portapapeis. Non hai un xestor de portapapeis "
"activo."
#: gdk/x11/gdkglcontext-x11.c:948
#, c-format
msgid "No available configurations for the given RGBA pixel format"
msgstr "Non hai configuracións dispoñíbeis para o formato de píxel RGBA"
#: gdk/x11/gdkselectioninputstream-x11.c:462
#, c-format
msgid "Format %s not supported"
msgstr "O formato %s non é compatíbel"
#: gdk/x11/gdktextlistconverter-x11.c:65 gdk/x11/gdktextlistconverter-x11.c:105
msgid "Not enough space in destination"
msgstr "Non hai espazo dabondo no destino"
#: gdk/x11/gdktextlistconverter-x11.c:91 gdk/x11/gdktextlistconverter-x11.c:138
msgid "Need complete input to do conversion"
msgstr "Precisa unha entrada completa para facer a conversión"
#: gdk/x11/gdktextlistconverter-x11.c:159
#: gdk/x11/gdktextlistconverter-x11.c:193
msgid "Invalid byte sequence in conversion input"
msgstr "Secuencia de bytes non válida na entrada de conversión"
#: gdk/x11/gdktextlistconverter-x11.c:185
msgid "Invalid formats in compound text conversion."
msgstr "Formatos non válidos na conversión de texto composto."
#: gdk/x11/gdktextlistconverter-x11.c:202
#, c-format
msgid "Unsupported encoding “%s”"
msgstr "Codificación non admitida «%s»."
#: gtk/a11y/gtkbooleancellaccessible.c:43
msgctxt "Action description"
msgid "Toggles the cell"
msgstr "Troca a cela"
#: gtk/a11y/gtkbooleancellaccessible.c:63 gtk/a11y/gtkswitchaccessible.c:89
msgctxt "Action name"
msgid "Toggle"
msgstr "Trocar"
#: gtk/a11y/gtkbuttonaccessible.c:317 gtk/a11y/gtkmenuitemaccessible.c:436
msgctxt "Action name"
msgid "Click"
msgstr "Clic"
#: gtk/a11y/gtkbuttonaccessible.c:326
msgctxt "Action description"
msgid "Clicks the button"
msgstr "Preme o botón"
#: gtk/a11y/gtkcellaccessible.c:257
msgctxt "Action name"
msgid "Expand or contract"
msgstr "Expandir ou contraer"
#: gtk/a11y/gtkcellaccessible.c:259
msgctxt "Action name"
msgid "Edit"
msgstr "Editar"
#: gtk/a11y/gtkcellaccessible.c:261 gtk/a11y/gtkcolorswatchaccessible.c:149
#: gtk/a11y/gtkentryaccessible.c:1549 gtk/a11y/gtkexpanderaccessible.c:281
#: gtk/a11y/gtktextaccessible.c:986
msgctxt "Action name"
msgid "Activate"
msgstr "Activar"
#: gtk/a11y/gtkcellaccessible.c:274
msgctxt "Action description"
msgid "Expands or contracts the row in the tree view containing this cell"
msgstr "Expande ou contrae a fila da vista en árbore que contén esta cela"
#: gtk/a11y/gtkcellaccessible.c:276
msgctxt "Action description"
msgid "Creates a widget in which the contents of the cell can be edited"
msgstr "Crea un widget no cal os contidos da cela se poden editar"
#: gtk/a11y/gtkcellaccessible.c:278
msgctxt "Action description"
msgid "Activates the cell"
msgstr "Activa a cela"
#: gtk/a11y/gtkcolorswatchaccessible.c:148
msgctxt "Action name"
msgid "Select"
msgstr "Seleccionar"
#: gtk/a11y/gtkcolorswatchaccessible.c:150
msgctxt "Action name"
msgid "Customize"
msgstr "Personalizar"
#: gtk/a11y/gtkcolorswatchaccessible.c:161
msgctxt "Action description"
msgid "Selects the color"
msgstr "Selecciona unha cor"
#: gtk/a11y/gtkcolorswatchaccessible.c:162
msgctxt "Action description"
msgid "Activates the color"
msgstr "Activa a cor"
#: gtk/a11y/gtkcolorswatchaccessible.c:163
msgctxt "Action description"
msgid "Customizes the color"
msgstr "Personaliza a cor"
#: gtk/a11y/gtkcomboboxaccessible.c:310
msgctxt "Action name"
msgid "Press"
msgstr "Premer"
#: gtk/a11y/gtkcomboboxaccessible.c:319
msgctxt "Action description"
msgid "Presses the combobox"
msgstr "Preme a caixa de verificación"
#: gtk/a11y/gtkentryaccessible.c:1558 gtk/a11y/gtktextaccessible.c:995
msgctxt "Action description"
msgid "Activates the entry"
msgstr "Activa a entrada"
#: gtk/a11y/gtkexpanderaccessible.c:290
msgctxt "Action description"
msgid "Activates the expander"
msgstr "Activa o expansor"
#: gtk/a11y/gtkimageaccessible.c:54
msgctxt "Stock label"
msgid "_About"
msgstr "_Sobre"
#: gtk/a11y/gtkimageaccessible.c:55
msgctxt "Stock label"
msgid "_Add"
msgstr "_Engadir"
#: gtk/a11y/gtkimageaccessible.c:56
msgctxt "Stock label"
msgid "_Bold"
msgstr "_Negra"
#: gtk/a11y/gtkimageaccessible.c:57
msgctxt "Stock label"
msgid "_CD-ROM"
msgstr "_CD-ROM"
#: gtk/a11y/gtkimageaccessible.c:58
msgctxt "Stock label"
msgid "_Clear"
msgstr "_Limpar"
#: gtk/a11y/gtkimageaccessible.c:59
msgctxt "Stock label"
msgid "_Close"
msgstr "_Pechar"
#: gtk/a11y/gtkimageaccessible.c:60 gtk/gtkheaderbar.c:441 gtk/gtkwindow.c:6755
msgid "Minimize"
msgstr "Minimizar"
#: gtk/a11y/gtkimageaccessible.c:61 gtk/gtkheaderbar.c:464 gtk/gtkwindow.c:6765
msgid "Maximize"
msgstr "Maximizar"
#: gtk/a11y/gtkimageaccessible.c:62 gtk/gtkheaderbar.c:464 gtk/gtkwindow.c:6718
msgid "Restore"
msgstr "Restaurar"
#: gtk/a11y/gtkimageaccessible.c:63
msgctxt "Stock label"
msgid "_Copy"
msgstr "_Copiar"
#: gtk/a11y/gtkimageaccessible.c:64
msgctxt "Stock label"
msgid "Cu_t"
msgstr "Cor_tar"
#: gtk/a11y/gtkimageaccessible.c:65
msgctxt "Stock label"
msgid "_Delete"
msgstr "E_liminar"
#: gtk/a11y/gtkimageaccessible.c:66
msgctxt "Stock label"
msgid "Error"
msgstr "Erro"
#: gtk/a11y/gtkimageaccessible.c:67
msgctxt "Stock label"
msgid "Information"
msgstr "Información"
#: gtk/a11y/gtkimageaccessible.c:68
msgctxt "Stock label"
msgid "Question"
msgstr "Pregunta"
#: gtk/a11y/gtkimageaccessible.c:69
msgctxt "Stock label"
msgid "Warning"
msgstr "Aviso"
#: gtk/a11y/gtkimageaccessible.c:70
msgctxt "Stock label"
msgid "_Execute"
msgstr "_Executar"
#: gtk/a11y/gtkimageaccessible.c:71
msgctxt "Stock label"
msgid "_File"
msgstr "_Ficheiro"
#: gtk/a11y/gtkimageaccessible.c:72
msgctxt "Stock label"
msgid "_Find"
msgstr "_Buscar"
#: gtk/a11y/gtkimageaccessible.c:73
msgctxt "Stock label"
msgid "Find and _Replace"
msgstr "Buscar e _substituír"
#: gtk/a11y/gtkimageaccessible.c:74
msgctxt "Stock label"
msgid "_Floppy"
msgstr "_Disquete"
#: gtk/a11y/gtkimageaccessible.c:75
msgctxt "Stock label"
msgid "_Fullscreen"
msgstr "_Pantalla completa"
#: gtk/a11y/gtkimageaccessible.c:76
msgctxt "Stock label, navigation"
msgid "_Bottom"
msgstr "_Final"
#: gtk/a11y/gtkimageaccessible.c:77
msgctxt "Stock label, navigation"
msgid "_First"
msgstr "_Primeira"
#: gtk/a11y/gtkimageaccessible.c:78
msgctxt "Stock label, navigation"
msgid "_Last"
msgstr "Ú_ltima"
#: gtk/a11y/gtkimageaccessible.c:79
msgctxt "Stock label, navigation"
msgid "_Top"
msgstr "_Inicio"
#: gtk/a11y/gtkimageaccessible.c:80
msgctxt "Stock label, navigation"
msgid "_Back"
msgstr "_Atrás"
#: gtk/a11y/gtkimageaccessible.c:81
msgctxt "Stock label, navigation"
msgid "_Down"
msgstr "_Abaixo"
#: gtk/a11y/gtkimageaccessible.c:82
msgctxt "Stock label, navigation"
msgid "_Forward"
msgstr "_Adiante"
#: gtk/a11y/gtkimageaccessible.c:83
msgctxt "Stock label, navigation"
msgid "_Up"
msgstr "_Arriba"