forked from GNOME/glib
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcy.po
2880 lines (2300 loc) · 75.3 KB
/
cy.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
# glib yn Gymraeg.
# This file is distributed under the same license as the libgnome package.
# Kyfieithu (http://www.kyfieithu.co.uk), 2003.
# Dafydd Harries <[email protected]>, 2003 2004.
# Rhys Jones <[email protected]>, 2003-2006.
# Iestyn Pryce <[email protected]>, 2009.
msgid ""
msgstr ""
"Project-Id-Version: glib\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2010-06-07 21:37-0400\n"
"PO-Revision-Date: 2009-12-21 14:56+0100\n"
"Last-Translator: Iestyn Pryce <[email protected]>\n"
"Language-Team: Welsh <[email protected]>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Virtaal 0.5.0\n"
#: glib/gbookmarkfile.c:737
#, c-format
msgid "Unexpected attribute '%s' for element '%s'"
msgstr "Priodwedd annisgwyl '%s' i'r elfen '%s'"
#: glib/gbookmarkfile.c:748 glib/gbookmarkfile.c:819 glib/gbookmarkfile.c:829
#: glib/gbookmarkfile.c:936
#, c-format
msgid "Attribute '%s' of element '%s' not found"
msgstr "Priodwedd '%s' o elfen '%s' heb ei chanfod"
#: glib/gbookmarkfile.c:1106 glib/gbookmarkfile.c:1171
#: glib/gbookmarkfile.c:1235 glib/gbookmarkfile.c:1245
#, c-format
msgid "Unexpected tag '%s', tag '%s' expected"
msgstr "Tag annisgwyl '%s'; disgwyliwyd y tag '%s'"
#: glib/gbookmarkfile.c:1131 glib/gbookmarkfile.c:1145
#: glib/gbookmarkfile.c:1213 glib/gbookmarkfile.c:1265
#, c-format
msgid "Unexpected tag '%s' inside '%s'"
msgstr "Tag annisgwyl '%s' o fewn '%s'"
#: glib/gbookmarkfile.c:1793
msgid "No valid bookmark file found in data dirs"
msgstr "Ni ddarganfuwyd ffeil llyfrnodau ddilys yn y plygell data"
#: glib/gbookmarkfile.c:1994
#, c-format
msgid "A bookmark for URI '%s' already exists"
msgstr "Llyfrnod ar gyfer yr URI '%s' yn bodoli eisoes"
#: glib/gbookmarkfile.c:2040 glib/gbookmarkfile.c:2198
#: glib/gbookmarkfile.c:2283 glib/gbookmarkfile.c:2363
#: glib/gbookmarkfile.c:2448 glib/gbookmarkfile.c:2531
#: glib/gbookmarkfile.c:2609 glib/gbookmarkfile.c:2688
#: glib/gbookmarkfile.c:2730 glib/gbookmarkfile.c:2827
#: glib/gbookmarkfile.c:2953 glib/gbookmarkfile.c:3143
#: glib/gbookmarkfile.c:3219 glib/gbookmarkfile.c:3384
#: glib/gbookmarkfile.c:3473 glib/gbookmarkfile.c:3563
#: glib/gbookmarkfile.c:3691
#, c-format
msgid "No bookmark found for URI '%s'"
msgstr "Dim llyfrnod wedi ei ganfod ar gyfer yr URI '%s'"
#: glib/gbookmarkfile.c:2372
#, c-format
msgid "No MIME type defined in the bookmark for URI '%s'"
msgstr "Dim math MIME wedi'i ddiffinio yn y llyfrnod ar gyfer yr URI '%s'"
#: glib/gbookmarkfile.c:2457
#, c-format
msgid "No private flag has been defined in bookmark for URI '%s'"
msgstr "Dim baner breifat wedi'i diffinio yn y llyfrnod ar gyfer yr URI '%s'"
#: glib/gbookmarkfile.c:2836
#, c-format
msgid "No groups set in bookmark for URI '%s'"
msgstr "Dim grwpiau wedi'u gosod yn y llyfrnod ar gyfer yr URI '%s'"
#: glib/gbookmarkfile.c:3237 glib/gbookmarkfile.c:3394
#, c-format
msgid "No application with name '%s' registered a bookmark for '%s'"
msgstr "Does dim un rhaglen o'r enw '%s' wedi cofrestru llyfrnod ar gyfer '%s'"
#: glib/gbookmarkfile.c:3417
#, fuzzy, c-format
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "Methwyd darllen y cyswllt symbolaidd '%s': %s"
#: glib/gconvert.c:437 glib/gconvert.c:515 glib/giochannel.c:1404
#: gio/gcharsetconverter.c:459
#, c-format
msgid "Conversion from character set '%s' to '%s' is not supported"
msgstr "Ni chynhelir trawsnewidiad o set nodau '%s' i '%s'"
#: glib/gconvert.c:441 glib/gconvert.c:519 gio/gcharsetconverter.c:463
#, c-format
msgid "Could not open converter from '%s' to '%s'"
msgstr "Methwyd agor trawsnewidydd rhwng '%s' a '%s'"
#: glib/gconvert.c:638 glib/gconvert.c:1031 glib/giochannel.c:1576
#: glib/giochannel.c:1618 glib/giochannel.c:2462 glib/gutf8.c:989
#: glib/gutf8.c:1444 gio/gcharsetconverter.c:346
msgid "Invalid byte sequence in conversion input"
msgstr "Dilyniant beit annilys ym mewnbwn trawsnewid"
#: glib/gconvert.c:646 glib/gconvert.c:956 glib/giochannel.c:1583
#: glib/giochannel.c:2474 gio/gcharsetconverter.c:351
#, c-format
msgid "Error during conversion: %s"
msgstr "Gwall wrth drawsnewid: %s"
#: glib/gconvert.c:678 glib/gutf8.c:985 glib/gutf8.c:1195 glib/gutf8.c:1336
#: glib/gutf8.c:1440
msgid "Partial character sequence at end of input"
msgstr "Dilyniant nod rhannol ar ddiwedd y mewnbwn"
#: glib/gconvert.c:928
#, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "Methu trawsnewid '%s' wrth gefn i'r set godau '%s'"
#: glib/gconvert.c:1751
#, c-format
msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
msgstr "Nid yw'r LAU '%s' yn LAU absoliwt yn y cynllun \"file\""
#: glib/gconvert.c:1761
#, c-format
msgid "The local file URI '%s' may not include a '#'"
msgstr "Ni chaniateir i'r LAU ffeil lleol '%s' gynnwys '#'"
#: glib/gconvert.c:1778
#, c-format
msgid "The URI '%s' is invalid"
msgstr "Mae'r LAU '%s' yn annilys"
#: glib/gconvert.c:1790
#, c-format
msgid "The hostname of the URI '%s' is invalid"
msgstr "Mae'r enw gwesteiwr yn y LAU '%s' yn annilys"
#: glib/gconvert.c:1806
#, c-format
msgid "The URI '%s' contains invalidly escaped characters"
msgstr "Mae'r LAU '%s' yn cynnwys nodau wedi eu dianc mewn modd annilys"
#: glib/gconvert.c:1901
#, c-format
msgid "The pathname '%s' is not an absolute path"
msgstr "Nid yw'r llwybr '%s' yn llwybr gosodedig"
#: glib/gconvert.c:1911
msgid "Invalid hostname"
msgstr "Enw gwesteiwr annilys"
#: glib/gdir.c:112 glib/gdir.c:135
#, c-format
msgid "Error opening directory '%s': %s"
msgstr "Gwall y cyfeiriadur '%s': %s"
#: glib/gfileutils.c:536 glib/gfileutils.c:624
#, c-format
msgid "Could not allocate %lu bytes to read file \"%s\""
msgstr "Methwyd canfod %lu beit er mwyn darllen y ffeil \"%s\""
#: glib/gfileutils.c:551
#, c-format
msgid "Error reading file '%s': %s"
msgstr "Gwall wrth ddarllen ffeil '%s': %s "
#: glib/gfileutils.c:565
#, c-format
msgid "File \"%s\" is too large"
msgstr "Mae'r ffeil \"%s\" yn rhy fawr"
#: glib/gfileutils.c:648
#, c-format
msgid "Failed to read from file '%s': %s"
msgstr "Methwyd darllen o'r ffeil '%s': %s"
#: glib/gfileutils.c:699 glib/gfileutils.c:786
#, c-format
msgid "Failed to open file '%s': %s"
msgstr "Methwyd agor y ffeil '%s': %s"
#: glib/gfileutils.c:716 glib/gmappedfile.c:170
#, c-format
msgid "Failed to get attributes of file '%s': fstat() failed: %s"
msgstr "Methwyd darllen agweddau ffeil '%s': methiant fstat(): %s"
#: glib/gfileutils.c:750
#, c-format
msgid "Failed to open file '%s': fdopen() failed: %s"
msgstr "Methwyd agor y ffeil '%s': methiant yn fdopen(): %s"
#: glib/gfileutils.c:858
#, c-format
msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s"
msgstr "Methwyd ail-enwi'r ffeil'%s' i '%s': methodd g_rename(): %s"
#: glib/gfileutils.c:900 glib/gfileutils.c:1366
#, c-format
msgid "Failed to create file '%s': %s"
msgstr "Methwyd creu'r ffeil '%s': %s"
#: glib/gfileutils.c:914
#, c-format
msgid "Failed to open file '%s' for writing: fdopen() failed: %s"
msgstr "Methu agor y ffeil '%s' er mwyn ysgrifennu iddi: methodd fdopen(): %s"
#: glib/gfileutils.c:939
#, c-format
msgid "Failed to write file '%s': fwrite() failed: %s"
msgstr "Methwyd ysgrifennu i'r ffeil '%s': methodd fwrite(): %s"
#: glib/gfileutils.c:958
#, c-format
msgid "Failed to write file '%s': fflush() failed: %s"
msgstr "Methwyd ysgrifennu i'r ffeil '%s': methodd fflush(): %s"
#: glib/gfileutils.c:987
#, c-format
msgid "Failed to write file '%s': fsync() failed: %s"
msgstr "Methwyd ysgrifennu i'r ffeil '%s': methodd fsync(): %s"
#: glib/gfileutils.c:1006
#, c-format
msgid "Failed to close file '%s': fclose() failed: %s"
msgstr "Methwyd cau'r ffeil '%s': methodd fclose(): %s"
#: glib/gfileutils.c:1124
#, c-format
msgid "Existing file '%s' could not be removed: g_unlink() failed: %s"
msgstr "Methu tynnu'r ffeil '%s' oedd eisoes yn bodoli: methodd g_unlink(): %s"
#: glib/gfileutils.c:1328
#, c-format
msgid "Template '%s' invalid, should not contain a '%s'"
msgstr "Mae'r patrymlun '%s' yn annilys: ni ddylai gynnwys '%s'"
#: glib/gfileutils.c:1341
#, c-format
msgid "Template '%s' doesn't contain XXXXXX"
msgstr "Nid yw'r patrymlun '%s' yn cynnwys XXXXXX"
#: glib/gfileutils.c:1774
#, c-format
msgid "%u byte"
msgid_plural "%u bytes"
msgstr[0] "%u beit"
msgstr[1] "%u beit"
#: glib/gfileutils.c:1782
#, c-format
msgid "%.1f KB"
msgstr "%.1f KB"
#: glib/gfileutils.c:1787
#, c-format
msgid "%.1f MB"
msgstr "%.1f MB"
#: glib/gfileutils.c:1792
#, c-format
msgid "%.1f GB"
msgstr "%.1f GB"
#: glib/gfileutils.c:1797
#, c-format
msgid "%.1f TB"
msgstr "%.1f TB"
#: glib/gfileutils.c:1802
#, c-format
msgid "%.1f PB"
msgstr "%.1f PB"
#: glib/gfileutils.c:1807
#, c-format
msgid "%.1f EB"
msgstr "%.1f EB"
#: glib/gfileutils.c:1850
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "Methwyd darllen y cyswllt symbolaidd '%s': %s"
#: glib/gfileutils.c:1871
msgid "Symbolic links not supported"
msgstr "Ni chynhelir cysylltion symbolaidd"
#: glib/giochannel.c:1408
#, c-format
msgid "Could not open converter from '%s' to '%s': %s"
msgstr "Methwyd agor trawsnewidydd o '%s' i '%s': %s"
#: glib/giochannel.c:1753
msgid "Can't do a raw read in g_io_channel_read_line_string"
msgstr "Methu gwneud darlleniad crau yn g_io_channel_read_line_string"
#: glib/giochannel.c:1800 glib/giochannel.c:2058 glib/giochannel.c:2145
msgid "Leftover unconverted data in read buffer"
msgstr "Data dros ben heb ei drawsnewid yn y byffer ddarllen"
#: glib/giochannel.c:1881 glib/giochannel.c:1958
msgid "Channel terminates in a partial character"
msgstr "Mae'r sianel yn gorffen a nod rhannol"
#: glib/giochannel.c:1944
msgid "Can't do a raw read in g_io_channel_read_to_end"
msgstr "Methu gwneud darlleniad crai yn g_io_channel_read_to_end"
#: glib/gmappedfile.c:151
#, c-format
msgid "Failed to open file '%s': open() failed: %s"
msgstr "Methwyd agor y ffeil '%s': methodd open(): %s"
#: glib/gmappedfile.c:230
#, c-format
msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "Methwyd mapio'r ffeil '%s': methodd mmap(): %s"
#: glib/gmarkup.c:303 glib/gmarkup.c:343
#, c-format
msgid "Error on line %d char %d: "
msgstr "Gwall ar linell %d golofn %d: "
#: glib/gmarkup.c:363 glib/gmarkup.c:441
#, c-format
msgid "Invalid UTF-8 encoded text in name - not valid '%s'"
msgstr "Testun annilys wedi ei amgodio fel UTF-8 yn yr enw - '%s' annilys"
#: glib/gmarkup.c:374
#, c-format
msgid "'%s' is not a valid name "
msgstr "dydy '%s' ddim yn enw dilys"
#: glib/gmarkup.c:390
#, c-format
msgid "'%s' is not a valid name: '%c' "
msgstr "dydy '%s' ddim yn enw dilys: '%c'"
#: glib/gmarkup.c:494
#, c-format
msgid "Error on line %d: %s"
msgstr "Gwall ar linell %d: %s"
#: glib/gmarkup.c:578
#, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
"reference (ê for example) - perhaps the digit is too large"
msgstr ""
"Methwyd adnabod '%-.*s', a ddylai fod yn ddigid o fewn cyfeiriant nod "
"(ê er enghraifft) - hwyrach fod y digid yn rhy fawr"
#: glib/gmarkup.c:590
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
"as &"
msgstr ""
"Ni orffennwyd cyfeiriant nod gyda hanner-colon - mwy na thebyg y defnyddiwyd "
"ampersand heb fwriadu dechrau endid - dylid defnyddio & yn lle"
#: glib/gmarkup.c:616
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "Nid yw'r cyfeiriant nod '%-.*s' yn amgodio nod a ganiateir"
#: glib/gmarkup.c:654
msgid ""
"Empty entity '&;' seen; valid entities are: & " < > '"
msgstr ""
"Gwelwyd endid gwag '&;'; mae & " < > a ' yn endidau dilys"
#: glib/gmarkup.c:662
#, c-format
msgid "Entity name '%-.*s' is not known"
msgstr "Mae'r enw endid '%-.*s' yn anhysbys"
#: glib/gmarkup.c:667
msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &"
msgstr ""
"Ni orffennwyd yr endid gyda hanner-colon - mwy na thebyg y defnyddiwyd "
"ampersand heb fwriadu dechrau endid - dylid defnyddio & yn lle"
#: glib/gmarkup.c:1014
msgid "Document must begin with an element (e.g. <book>)"
msgstr "Rhaid i'r ddogfen ddechrau gydag elfen (e.e. <llyfr>)"
#: glib/gmarkup.c:1054
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
"element name"
msgstr ""
"Nid yw '%s' yn nod dilys yn dilyn '<'; nid yw'n gallu dechrau enw elfen"
#: glib/gmarkup.c:1122
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the empty-element tag '%"
"s'"
msgstr "Nod od '%s', disgwyliwyd nod '>' er mwyn gorffen y tag elfen wag '%s'"
#: glib/gmarkup.c:1206
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
msgstr ""
"Nod od '%s', disgwyliwyd '=' ar ôl yr enw priodoledd '%s' o'r elfen '%s'"
# c-format
#: glib/gmarkup.c:1247
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
"element '%s', or optionally an attribute; perhaps you used an invalid "
"character in an attribute name"
msgstr ""
"Nod od '%s', disgwyliwyd '>' neu '/' er mwyn gorffen tag dechrau'r elfen '%"
"s', neu briodoledd ddewisol; efallai defnyddiwyd nod annilys mewn enw "
"priodoledd"
#: glib/gmarkup.c:1291
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
"giving value for attribute '%s' of element '%s'"
msgstr ""
"Nod od '%s', disgwyliwyd dyfynnod agored ar ôl y '=' wrth roi gwerth i'r "
"priodoledd '%s' o'r elfen '%s'"
#: glib/gmarkup.c:1425
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
"begin an element name"
msgstr ""
"Nid yw '%s' yn nod ddilys yn dilyn y nodau '</'; nid yw '%s' yn gallu "
"dechrau enw elfen."
#: glib/gmarkup.c:1461
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
"allowed character is '>'"
msgstr ""
"Nid yw '%s' yn nod ddilys yn dilyn y nodau '</'; nid yw '%s' yn gallu "
"dechrau enw elfen."
#: glib/gmarkup.c:1472
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "Cafodd yr elfen '%s' ei gau, nid oes elfen ar agor ar hyn o bryd"
#: glib/gmarkup.c:1481
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr ""
"Cafodd yr elfen '%s' ei gau, ond yr elfen sydd ar agor ar hyn o bryd yw '%s'"
#: glib/gmarkup.c:1648
msgid "Document was empty or contained only whitespace"
msgstr "Roedd y ddogfen yn wag neu'n cynnwys gofod yn unig"
#: glib/gmarkup.c:1662
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "Gorffennodd y ddogfen yn annisgwyl ar ôl '<'"
#: glib/gmarkup.c:1670 glib/gmarkup.c:1715
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
"element opened"
msgstr ""
"Gorffennodd y ddogfen yn annisgwyl tra roedd elfennau ar agor - '%s' oedd yr "
"elfen ddiwethaf a agorwyd"
#: glib/gmarkup.c:1678
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
"the tag <%s/>"
msgstr ""
"Gorffennodd y ddogfen yn annisgwyl, disgwyliwyd ongl-fraced caeedig i "
"ddiweddu'r tag <%s/>"
#: glib/gmarkup.c:1684
msgid "Document ended unexpectedly inside an element name"
msgstr "Gorffennodd y ddogfen yn annisgwyl y tu fewn i enw elfen"
#: glib/gmarkup.c:1690
msgid "Document ended unexpectedly inside an attribute name"
msgstr "Gorffennodd y ddogfen yn annisgwyl y tu fewn i enw priodoledd"
#: glib/gmarkup.c:1695
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "Gorffennodd y ddogfen yn annisgwyl y tu fewn i dag agor elfen"
#: glib/gmarkup.c:1701
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
msgstr ""
"Gorffennodd y ddogfen yn annisgwyl ar ôl yr hafalnod yn dilyn enw "
"priodoledd; dim gwerth priodoledd"
#: glib/gmarkup.c:1708
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "Gorffennodd y ddogfen yn annisgwyl y tu fewn i werth priodoledd"
#: glib/gmarkup.c:1724
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "Gorffennodd y ddogfen yn annisgwyl y tu fewn i dag cau'r elfen '%s'"
#: glib/gmarkup.c:1730
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr ""
"Gorffennodd y ddogfen yn annisgwyl y tu fewn i sylw neu gyfarwyddiad brosesu"
#: glib/gregex.c:131
msgid "corrupted object"
msgstr "gwrthrych wedi'i lygru"
#: glib/gregex.c:133
msgid "internal error or corrupted object"
msgstr "gwall mewnol neu gwrthrych wedi'i lygru"
#: glib/gregex.c:135
msgid "out of memory"
msgstr "allan o gof"
#: glib/gregex.c:140
msgid "backtracking limit reached"
msgstr "wedi cyrraedd terfan cilio"
#: glib/gregex.c:152 glib/gregex.c:160
msgid "the pattern contains items not supported for partial matching"
msgstr "mae'r patrwm yn cynnwys eitemau na chynhelir ar gyfer cydweddu rhannol"
#: glib/gregex.c:154 gio/glocalfile.c:2110
msgid "internal error"
msgstr "gwall mewnol"
#: glib/gregex.c:162
msgid "back references as conditions are not supported for partial matching"
msgstr ""
"dydy cyfeiriadau yn ôl fel amodau heb cynhaliaeth ar gyfer cydweddu rhannol"
#: glib/gregex.c:171
msgid "recursion limit reached"
msgstr "wedi cyrraedd cyfyngiad ymgylchu"
#: glib/gregex.c:173
msgid "workspace limit for empty substrings reached"
msgstr ""
#: glib/gregex.c:175
msgid "invalid combination of newline flags"
msgstr ""
#: glib/gregex.c:179
msgid "unknown error"
msgstr "gwall anhysbys"
#: glib/gregex.c:199
msgid "\\ at end of pattern"
msgstr "\\ ar diwedd patrwm"
#: glib/gregex.c:202
msgid "\\c at end of pattern"
msgstr "\\c ar ddiwedd patrwm"
#: glib/gregex.c:205
msgid "unrecognized character follows \\"
msgstr "mae nod anhysbys yn dilyn \\"
#: glib/gregex.c:212
msgid "case-changing escapes (\\l, \\L, \\u, \\U) are not allowed here"
msgstr ""
#: glib/gregex.c:215
msgid "numbers out of order in {} quantifier"
msgstr ""
#: glib/gregex.c:218
msgid "number too big in {} quantifier"
msgstr ""
#: glib/gregex.c:221
msgid "missing terminating ] for character class"
msgstr "] terfynol ar goll ar gyfer y dosbarth nod"
#: glib/gregex.c:224
#, fuzzy
msgid "invalid escape sequence in character class"
msgstr "Dilyniant beit annilys ym mewnbwn trawsnewid"
#: glib/gregex.c:227
msgid "range out of order in character class"
msgstr ""
#: glib/gregex.c:230
msgid "nothing to repeat"
msgstr "dim byd i ailadrodd"
#: glib/gregex.c:233
msgid "unrecognized character after (?"
msgstr "nod anhysbys ar ôl (?"
#: glib/gregex.c:237
msgid "unrecognized character after (?<"
msgstr "nod anhysbys ar ôl (?<"
#: glib/gregex.c:241
msgid "unrecognized character after (?P"
msgstr "nod anhysbys ar ôl (?P"
#: glib/gregex.c:244
msgid "POSIX named classes are supported only within a class"
msgstr ""
"Mae dosbarthiadau POSIX a enwyd yn cael eu cefnogi o fewn dosbarth yn unig"
#: glib/gregex.c:247
msgid "missing terminating )"
msgstr ") terfynol ar goll"
#: glib/gregex.c:251
msgid ") without opening ("
msgstr ") heb ( agoriadol"
#. translators: '(?R' and '(?[+-]digits' are both meant as (groups of)
#. * sequences here, '(?-54' would be an example for the second group.
#.
#: glib/gregex.c:258
msgid "(?R or (?[+-]digits must be followed by )"
msgstr ""
#: glib/gregex.c:261
msgid "reference to non-existent subpattern"
msgstr ""
#: glib/gregex.c:264
msgid "missing ) after comment"
msgstr ") ar goll ar ôl sylw"
#: glib/gregex.c:267
msgid "regular expression too large"
msgstr "mynegiad rheolaidd yn rhy fawr"
#: glib/gregex.c:270
msgid "failed to get memory"
msgstr "wedi methu cael cof"
#: glib/gregex.c:273
msgid "lookbehind assertion is not fixed length"
msgstr ""
#: glib/gregex.c:276
msgid "malformed number or name after (?("
msgstr ""
#: glib/gregex.c:279
msgid "conditional group contains more than two branches"
msgstr ""
#: glib/gregex.c:282
msgid "assertion expected after (?("
msgstr ""
#: glib/gregex.c:285
msgid "unknown POSIX class name"
msgstr "enw dosbarth POSIX anhysbys"
#: glib/gregex.c:288
#, fuzzy
msgid "POSIX collating elements are not supported"
msgstr "Ni chynhelir cysylltion symbolaidd"
#: glib/gregex.c:291
msgid "character value in \\x{...} sequence is too large"
msgstr ""
#: glib/gregex.c:294
msgid "invalid condition (?(0)"
msgstr ""
#: glib/gregex.c:297
msgid "\\C not allowed in lookbehind assertion"
msgstr ""
#: glib/gregex.c:300
msgid "recursive call could loop indefinitely"
msgstr "gall yr alwad aliadroddus ailadrodd heb derfyn"
#: glib/gregex.c:303
msgid "missing terminator in subpattern name"
msgstr ""
#: glib/gregex.c:306
msgid "two named subpatterns have the same name"
msgstr ""
#: glib/gregex.c:309
msgid "malformed \\P or \\p sequence"
msgstr ""
#: glib/gregex.c:312
msgid "unknown property name after \\P or \\p"
msgstr ""
#: glib/gregex.c:315
msgid "subpattern name is too long (maximum 32 characters)"
msgstr ""
#: glib/gregex.c:318
msgid "too many named subpatterns (maximum 10,000)"
msgstr ""
#: glib/gregex.c:321
msgid "octal value is greater than \\377"
msgstr "gwerth octal yn fwy na \\377"
#: glib/gregex.c:324
msgid "DEFINE group contains more than one branch"
msgstr "mae'r grŵp DEFINE yn cynnwys mwy nag un cangen"
#: glib/gregex.c:327
msgid "repeating a DEFINE group is not allowed"
msgstr "ni chaniateir ailadrodd grŵp DEFINE"
#: glib/gregex.c:330
msgid "inconsistent NEWLINE options"
msgstr ""
#: glib/gregex.c:333
msgid ""
"\\g is not followed by a braced name or an optionally braced non-zero number"
msgstr ""
#: glib/gregex.c:338
msgid "unexpected repeat"
msgstr "ailadroddiad anisgwyl"
#: glib/gregex.c:342
msgid "code overflow"
msgstr "gorlif côd"
#: glib/gregex.c:346
msgid "overran compiling workspace"
msgstr ""
#: glib/gregex.c:350
msgid "previously-checked referenced subpattern not found"
msgstr ""
#: glib/gregex.c:522 glib/gregex.c:1639
#, c-format
msgid "Error while matching regular expression %s: %s"
msgstr "Gwall tra'n gweddu y mynegiad cyffredinol %s: %s"
#: glib/gregex.c:1094
msgid "PCRE library is compiled without UTF8 support"
msgstr "Mae'r llyfrgell PCRE wedi'i grynhoi heb cymorth UTF8"
#: glib/gregex.c:1103
msgid "PCRE library is compiled without UTF8 properties support"
msgstr "Mae'r llyfrgell PCRE wedi'i grynhoi heb cymorth rhinweddau UTF8"
#: glib/gregex.c:1157
#, c-format
msgid "Error while compiling regular expression %s at char %d: %s"
msgstr "Gwall tra'n crynhoi'r mynegiad cyffredinol %s ar golofn %d: %s"
#: glib/gregex.c:1193
#, c-format
msgid "Error while optimizing regular expression %s: %s"
msgstr ""
#: glib/gregex.c:2067
msgid "hexadecimal digit or '}' expected"
msgstr "yn disgwyl digid hex neu '}'"
#: glib/gregex.c:2083
msgid "hexadecimal digit expected"
msgstr "yn disgwyl digid hex"
#: glib/gregex.c:2123
msgid "missing '<' in symbolic reference"
msgstr ""
#: glib/gregex.c:2132
#, fuzzy
msgid "unfinished symbolic reference"
msgstr "Cyfeiriant endid heb ei orffen"
#: glib/gregex.c:2139
msgid "zero-length symbolic reference"
msgstr ""
#: glib/gregex.c:2150
msgid "digit expected"
msgstr "disgwyl digid"
#: glib/gregex.c:2168
msgid "illegal symbolic reference"
msgstr ""
#: glib/gregex.c:2230
msgid "stray final '\\'"
msgstr ""
#: glib/gregex.c:2234
msgid "unknown escape sequence"
msgstr ""
#: glib/gregex.c:2244
#, c-format
msgid "Error while parsing replacement text \"%s\" at char %lu: %s"
msgstr ""
#: glib/gshell.c:92
msgid "Quoted text doesn't begin with a quotation mark"
msgstr "Nid yw'r testun dyfynedig yn dechrau gyda dyfynnod"
#: glib/gshell.c:182
msgid "Unmatched quotation mark in command line or other shell-quoted text"
msgstr ""
"Dyfynnod heb ei gydweddu mewn llinell orchymyn neu destun arall wedi ei "
"gragen-ddyfynnu"
#: glib/gshell.c:560
#, c-format
msgid "Text ended just after a '\\' character. (The text was '%s')"
msgstr "Gorffennodd y testun ar ôl '\\'. ('%s' oedd y testun.)"
#: glib/gshell.c:567
#, c-format
msgid "Text ended before matching quote was found for %c. (The text was '%s')"
msgstr ""
"Gorffennodd y testun cyn y darganfuwyd dyfynnod i gydweddu %c. ('%s' oedd y "
"testun.)"
#: glib/gshell.c:579
msgid "Text was empty (or contained only whitespace)"
msgstr "Roedd y testun yn wag, neu'n cynnwys gofodnodau'n unig"
#: glib/gspawn-win32.c:283
msgid "Failed to read data from child process"
msgstr "Methwyd darllen data o broses plentyn"
#: glib/gspawn-win32.c:300 glib/gspawn.c:1480
#, c-format
msgid "Failed to create pipe for communicating with child process (%s)"
msgstr "Methwyd creu pibell er mwyn cyfathrebu â phroses plentyn (%s)"
#: glib/gspawn-win32.c:339 glib/gspawn-win32.c:347 glib/gspawn.c:1139
#, c-format
msgid "Failed to read from child pipe (%s)"
msgstr "Methwyd darllen o bibell plentyn (%s)"
#: glib/gspawn-win32.c:370 glib/gspawn.c:1346
#, c-format
msgid "Failed to change to directory '%s' (%s)"
msgstr "Methwyd newid i'r cyfeiriadur '%s' (%s)"
#: glib/gspawn-win32.c:376 glib/gspawn-win32.c:495
#, c-format
msgid "Failed to execute child process (%s)"
msgstr "Methwyd gweithredu proses plentyn (%s)"
#: glib/gspawn-win32.c:445
#, c-format
msgid "Invalid program name: %s"
msgstr "Enw rhaglen annilys: %s"
#: glib/gspawn-win32.c:455 glib/gspawn-win32.c:723 glib/gspawn-win32.c:1279
#, c-format
msgid "Invalid string in argument vector at %d: %s"
msgstr "Arg ar goll yn y fector argiau yn %d: %s"
#: glib/gspawn-win32.c:466 glib/gspawn-win32.c:738 glib/gspawn-win32.c:1312
#, c-format
msgid "Invalid string in environment: %s"
msgstr "Llinyn annilys yn yr amgylchedd: %s"
#: glib/gspawn-win32.c:719 glib/gspawn-win32.c:1260
#, c-format
msgid "Invalid working directory: %s"
msgstr "Cyfeiriadur gweithio annilys: %s"
#: glib/gspawn-win32.c:784
#, c-format
msgid "Failed to execute helper program (%s)"
msgstr "Methwyd gweithredu proses cymorth (%s)"
#: glib/gspawn-win32.c:998
msgid ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child "
"process"
msgstr ""
"Gwall annisgwyl yn g_io_channel_win32_poll() wrth ddarllen data o broses "
"plentyn"
#: glib/gspawn.c:190
#, c-format
msgid "Failed to read data from child process (%s)"
msgstr "Methwyd darllen data o broses plentyn (%s)"
#: glib/gspawn.c:329
#, c-format
msgid "Unexpected error in select() reading data from a child process (%s)"
msgstr "Gwall annisgwyl yn select() wrth ddarllen o broses plentyn (%s)"
#: glib/gspawn.c:414
#, c-format
msgid "Unexpected error in waitpid() (%s)"
msgstr "Gwall annisgwyl yn waitpid() (%s)"
#: glib/gspawn.c:1206
#, c-format
msgid "Failed to fork (%s)"
msgstr "Methwyd fforcio (%s)"
#: glib/gspawn.c:1356
#, c-format
msgid "Failed to execute child process \"%s\" (%s)"
msgstr "Methwyd gweithredu proses plentyn \"%s\" (%s)"
#: glib/gspawn.c:1366
#, c-format
msgid "Failed to redirect output or input of child process (%s)"
msgstr "Methwyd ailgyrchu mewnbwn neu allbwn proses blentyn (%s)"
#: glib/gspawn.c:1375
#, c-format
msgid "Failed to fork child process (%s)"
msgstr "Methwyd fforcio proses plentyn (%s)"
#: glib/gspawn.c:1383
#, c-format
msgid "Unknown error executing child process \"%s\""
msgstr "Gwall anhysbys wrth weithredu proses blentyn \"%s\""
#: glib/gspawn.c:1407
#, c-format
msgid "Failed to read enough data from child pid pipe (%s)"
msgstr "Methwyd darllen digon o ddata o bibell plentyn (%s)"
#: glib/gutf8.c:1063
msgid "Character out of range for UTF-8"
msgstr "Nod y tu allan i ystod ddilys UTF-8"
#: glib/gutf8.c:1163 glib/gutf8.c:1172 glib/gutf8.c:1304 glib/gutf8.c:1313
#: glib/gutf8.c:1454 glib/gutf8.c:1550
msgid "Invalid sequence in conversion input"
msgstr "Dilyniant annilys ym mewnbwn trawsnewidiad"
#: glib/gutf8.c:1465 glib/gutf8.c:1561
msgid "Character out of range for UTF-16"
msgstr "Nod y tu allan i ystod ddilys UTF-16"
#: glib/goption.c:755
msgid "Usage:"
msgstr "Defnydd:"
#: glib/goption.c:755
msgid "[OPTION...]"
msgstr "[OPSIWN...]"
#: glib/goption.c:861
msgid "Help Options:"
msgstr "Cymorth Opsiynau:"
#: glib/goption.c:862
msgid "Show help options"
msgstr "Dangos opsiynau cymorth"
#: glib/goption.c:868
msgid "Show all help options"
msgstr "Dangos bob opsiwn cymorth"
#: glib/goption.c:930
msgid "Application Options:"
msgstr "Opsiynau Rhaglen:"
#: glib/goption.c:992 glib/goption.c:1062
#, c-format
msgid "Cannot parse integer value '%s' for %s"
msgstr "Methu gramadegu'r gwerth cyfanrif '%s' ar gyfer %s"
#: glib/goption.c:1002 glib/goption.c:1070