~ubuntu-branches/ubuntu/lucid/partman-basicfilesystems/lucid

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
# THIS FILE IS GENERATED AUTOMATICALLY FROM THE D-I PO MASTER FILES
# The master files can be found under packages/po/
#
# DO NOT MODIFY THIS FILE DIRECTLY: SUCH CHANGES WILL BE LOST
#
# translation of Debian Installer templates to Welsh
# Copyright (C) 2004-2008 Software in the Public Interest, Inc.
# This file is distributed under the same license as debian-installer.
#
# Jonathan Price <mynamesnotclive@notclive.co.uk>, 2008.
msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n"
"POT-Creation-Date: 2009-01-12 22:48+0000\n"
"PO-Revision-Date: 2008-08-20 21:58+0100\n"
"Last-Translator: Jonathan Price <mynamesnotclive@notclive.co.uk>\n"
"Language-Team: Welsh <>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

#. Type: text
#. Description
#. :sl1:
#: ../partman-basicfilesystems.templates:1001
msgid ""
"Checking the ${TYPE} file system in partition #${PARTITION} of ${DEVICE}..."
msgstr ""
"Yn gwirio'r system ffeiliau ${TYPE} yn rhaniad #${PARTITION} ar ${DEVICE}..."

#. Type: text
#. Description
#. :sl1:
#: ../partman-basicfilesystems.templates:2001
msgid "Checking the swap space in partition #${PARTITION} of ${DEVICE}..."
msgstr "Yn gwirio'r gofod cyfnewid yn rhaniad #${PARTITION} ar ${DEVICE}..."

#. Type: text
#. Description
#. :sl1:
#: ../partman-basicfilesystems.templates:3001
msgid "Creating ${TYPE} file system in partition #${PARTITION} of ${DEVICE}..."
msgstr ""
"Yn creu system ffeiliau ${TYPE} yn rhaniad #${PARTITION} ar ${DEVICE}..."

#. Type: text
#. Description
#. :sl1:
#: ../partman-basicfilesystems.templates:4001
msgid ""
"Creating ${TYPE} file system for ${MOUNT_POINT} in partition #${PARTITION} "
"of ${DEVICE}..."
msgstr ""
"Yn creu system ffeiliau ${TYPE} ar gyfer ${MOUNT_POINT} yn rhaniad #"
"${PARTITION} ar ${DEVICE}..."

#. Type: text
#. Description
#. :sl1:
#: ../partman-basicfilesystems.templates:5001
msgid "Formatting swap space in partition #${PARTITION} of ${DEVICE}..."
msgstr "Yn fformadu gofod cyfnewid yn rhaniad #${PARTITION} ar ${DEVICE}..."

#. Type: boolean
#. Description
#. :sl2:
#. Type: boolean
#. Description
#. :sl2:
#: ../partman-basicfilesystems.templates:6001
#: ../partman-basicfilesystems.templates:7001
msgid "Go back to the menu and correct errors?"
msgstr "Dychwelyd i'r ddewislen a chywiro gwallau?"

#. Type: boolean
#. Description
#. :sl2:
#: ../partman-basicfilesystems.templates:6001
msgid ""
"The test of the file system with type ${TYPE} in partition #${PARTITION} of "
"${DEVICE} found uncorrected errors."
msgstr ""
"Canfuodd brawf y system ffeiliau gyda'r math ${TYPE} yn rhaniad #"
"${PARTITION} o ${DEVICE} wallau heb eu cywiro."

#. Type: boolean
#. Description
#. :sl2:
#. Type: boolean
#. Description
#. :sl2:
#: ../partman-basicfilesystems.templates:6001
#: ../partman-basicfilesystems.templates:7001
msgid ""
"If you do not go back to the partitioning menu and correct these errors, the "
"partition will be used as is."
msgstr ""
"Os nad ydych yn dychwelyd i'r ddewislen rhaniadu a chywiro'r gwallau hyn, "
"caiff y rhaniad ei ddefnyddio fel y mae."

#. Type: boolean
#. Description
#. :sl2:
#: ../partman-basicfilesystems.templates:7001
msgid ""
"The test of the swap space in partition #${PARTITION} of ${DEVICE} found "
"uncorrected errors."
msgstr ""
"Canfuodd brawf y gofod cyfnewid yn rhaniad #${PARTITION} o ${DEVICE} wallau "
"heb eu cywiro."

#. Type: boolean
#. Description
#. :sl2:
#. Type: boolean
#. Description
#. :sl2:
#: ../partman-basicfilesystems.templates:8001
#: ../partman-basicfilesystems.templates:11001
msgid "Do you want to return to the partitioning menu?"
msgstr "A hoffech ddychwelyd i'r ddewislen rhaniadu?"

#. Type: boolean
#. Description
#. :sl2:
#: ../partman-basicfilesystems.templates:8001
msgid ""
"You have not selected any partitions for use as swap space. Enabling swap "
"space is recommended so that the system can make better use of the available "
"physical memory, and so that it behaves better when physical memory is "
"scarce. You may experience installation problems if you do not have enough "
"physical memory."
msgstr ""
"Nid ydych wedi dewis unrhyw rhaniadau fel defnydd i gofod cyfnewid. Cefnogir "
"gweithredu gofod cyfnewid fel bod y system yn medru gwneud gwell defnydd o'r "
"cof gorfforol sydd ar gael, a fel ei bod yn ymddwyn yn well pan fod prinder "
"cof gorfforol. Mae'n bosibl y cewch problemau gosod os nad oes gennych "
"ddigon o gof gorfforol."

#. Type: boolean
#. Description
#. :sl2:
#: ../partman-basicfilesystems.templates:8001
msgid ""
"If you do not go back to the partitioning menu and assign a swap partition, "
"the installation will continue without swap space."
msgstr ""
"Os nad ydych chi'n dychwelyd i'r ddewislen rhaniadu a dewis pwynt cyfnewid "
"o'r fan honno, ni chaiff y rhaniad hwn ei ddefnyddio o gwbl."

#. Type: error
#. Description
#. :sl2:
#: ../partman-basicfilesystems.templates:9001
msgid "Failed to create a file system"
msgstr "Methwyd a chreu system ffeil"

#. Type: error
#. Description
#. :sl2:
#: ../partman-basicfilesystems.templates:9001
msgid ""
"The ${TYPE} file system creation in partition #${PARTITION} of ${DEVICE} "
"failed."
msgstr ""
"Mae creu system ffeil ${TYPE} yn rhaniad #${PARTITION} o ${DEVICE} wedi "
"methu."

#. Type: error
#. Description
#. :sl2:
#: ../partman-basicfilesystems.templates:10001
msgid "Failed to create a swap space"
msgstr "Methwyd creu gofod cyfnewid"

#. Type: error
#. Description
#. :sl2:
#: ../partman-basicfilesystems.templates:10001
msgid ""
"The creation of swap space in partition #${PARTITION} of ${DEVICE} failed."
msgstr "Methodd cread gofod cyfnewid yn rhaniad #${PARTITION} o ${DEVICE}."

#. Type: boolean
#. Description
#. :sl2:
#: ../partman-basicfilesystems.templates:11001
#, fuzzy
msgid ""
"No mount point is assigned for the ${FILESYSTEM} file system in partition #"
"${PARTITION} of ${DEVICE}."
msgstr ""
"Does dim pwynt gosod wedi ei benodi ar gyfer system ffeil ${FILESYSTEM} ar "
"rhaniad #${PARTITION} o ${DEVICE}."

#. Type: boolean
#. Description
#. :sl2:
#: ../partman-basicfilesystems.templates:11001
msgid ""
"If you do not go back to the partitioning menu and assign a mount point from "
"there, this partition will not be used at all."
msgstr ""
"Os nad ydych chi'n dychwelyd i'r ddewislen rhaniadu a dewis pwynt gosod o'r "
"fan honno, ni chaiff y rhaniad hwn ei ddefnyddio o gwbl."

#. Type: error
#. Description
#. :sl2:
#: ../partman-basicfilesystems.templates:12001
msgid "Invalid file system for this mount point"
msgstr "System ffeil annilys ar gyfer y pwynt gosod hwn"

#. Type: error
#. Description
#. :sl2:
#: ../partman-basicfilesystems.templates:12001
msgid ""
"The file system type ${FILESYSTEM} cannot be mounted on ${MOUNTPOINT}, "
"because it is not a fully-functional Unix file system. Please choose a "
"different file system, such as ${EXT2}."
msgstr ""
"Ni ellir gosod math o system ffeil ${FILESYSTEM} ar ${MOUNTPOINT}, oherwydd "
"nad yw'n system ffeil Unix llwyr weithredol. Dewiswch math gwahanol o system "
"ffeil, fel ${EXT2}."

#. Type: select
#. Choices
#. Note to translators : Please keep your translations of the choices
#. below a 65 columns limit (which means 65 characters
#. in single-byte languages) including the initial path
#. :sl2:
#: ../partman-basicfilesystems.templates:13001
msgid "/ - the root file system"
msgstr "/ - system ffeiliau gwraidd"

#. Type: select
#. Choices
#. Note to translators : Please keep your translations of the choices
#. below a 65 columns limit (which means 65 characters
#. in single-byte languages) including the initial path
#. :sl2:
#: ../partman-basicfilesystems.templates:13001
msgid "/boot - static files of the boot loader"
msgstr "/boot - ffeiliau sefydlog y bŵtlwythydd"

#. Type: select
#. Choices
#. Note to translators : Please keep your translations of the choices
#. below a 65 columns limit (which means 65 characters
#. in single-byte languages) including the initial path
#. :sl2:
#: ../partman-basicfilesystems.templates:13001
msgid "/home - user home directories"
msgstr "/home - cyfeiriadau cartref defnyddwyr"

#. Type: select
#. Choices
#. Note to translators : Please keep your translations of the choices
#. below a 65 columns limit (which means 65 characters
#. in single-byte languages) including the initial path
#. :sl2:
#: ../partman-basicfilesystems.templates:13001
msgid "/tmp - temporary files"
msgstr "/tmp - ffeiliau dros dro"

#. Type: select
#. Choices
#. Note to translators : Please keep your translations of the choices
#. below a 65 columns limit (which means 65 characters
#. in single-byte languages) including the initial path
#. :sl2:
#: ../partman-basicfilesystems.templates:13001
msgid "/usr - static data"
msgstr "/usr - data sefydlog"

#. Type: select
#. Choices
#. Note to translators : Please keep your translations of the choices
#. below a 65 columns limit (which means 65 characters
#. in single-byte languages) including the initial path
#. :sl2:
#: ../partman-basicfilesystems.templates:13001
msgid "/var - variable data"
msgstr "/var - data newidol"

#. Type: select
#. Choices
#. Note to translators : Please keep your translations of the choices
#. below a 65 columns limit (which means 65 characters
#. in single-byte languages) including the initial path
#. :sl2:
#: ../partman-basicfilesystems.templates:13001
msgid "/srv - data for services provided by this system"
msgstr "/srv - data ar gyfer gwasanaethau a ddarparir gan y system hwn"

#. Type: select
#. Choices
#. Note to translators : Please keep your translations of the choices
#. below a 65 columns limit (which means 65 characters
#. in single-byte languages) including the initial path
#. :sl2:
#: ../partman-basicfilesystems.templates:13001
msgid "/opt - add-on application software packages"
msgstr "/opt - pecynnau meddalwedd ychwanegol"

#. Type: select
#. Choices
#. Note to translators : Please keep your translations of the choices
#. below a 65 columns limit (which means 65 characters
#. in single-byte languages) including the initial path
#. :sl2:
#: ../partman-basicfilesystems.templates:13001
msgid "/usr/local - local hierarchy"
msgstr "/usr/local - hierarchaeth lleol"

#. Type: select
#. Choices
#. Note to translators : Please keep your translations of the choices
#. below a 65 columns limit (which means 65 characters
#. in single-byte languages) including the initial path
#. :sl2:
#. Type: select
#. Choices
#. :sl2:
#: ../partman-basicfilesystems.templates:13001
#: ../partman-basicfilesystems.templates:14001
msgid "Enter manually"
msgstr "Mewnosod â llaw"

#. Type: select
#. Choices
#. Note to translators : Please keep your translations of the choices
#. below a 65 columns limit (which means 65 characters
#. in single-byte languages) including the initial path
#. :sl2:
#. Type: select
#. Choices
#. :sl2:
#: ../partman-basicfilesystems.templates:13001
#: ../partman-basicfilesystems.templates:14001
msgid "Do not mount it"
msgstr "Peidio a'i osod"

#. Type: select
#. Description
#. Type: select
#. Description
#. Type: string
#. Description
#. :sl2:
#: ../partman-basicfilesystems.templates:13002
#: ../partman-basicfilesystems.templates:14002
#: ../partman-basicfilesystems.templates:15001
msgid "Mount point for this partition:"
msgstr "Pwynt gosod ar gyfer y rhaniad hwn:"

#. Type: select
#. Choices
#. :sl2:
#: ../partman-basicfilesystems.templates:14001
msgid "/dos"
msgstr "/dos"

#. Type: select
#. Choices
#. :sl2:
#: ../partman-basicfilesystems.templates:14001
msgid "/windows"
msgstr "/windows"

#. Type: error
#. Description
#. :sl2:
#: ../partman-basicfilesystems.templates:16001
msgid "Invalid mount point"
msgstr "Pwynt gosod annilys"

#. Type: error
#. Description
#. :sl2:
#: ../partman-basicfilesystems.templates:16001
msgid "The mount point you entered is invalid."
msgstr "Mae'r pwynt gosod a rhoddwyd yn annilys."

#. Type: error
#. Description
#. :sl2:
#: ../partman-basicfilesystems.templates:16001
msgid "Mount points must start with \"/\". They cannot contain spaces."
msgstr "Rhaid i bwyntiau gosod cychwyn efo \"/\". Ni chant gynnwys bylchau."

#. Type: string
#. Description
#. :sl2:
#: ../partman-basicfilesystems.templates:17001
msgid "Label for the file system in this partition:"
msgstr "Label ar gyfer y system ffeiliau yn rhaniad hwn:"

#. Type: text
#. Description
#. :sl2:
#: ../partman-basicfilesystems.templates:18001
msgid "Format the swap area:"
msgstr "Fformadu'r gofod cyfnewid:"

#. Type: text
#. Description
#. In the following context: "Format the partition: yes"
#. :sl2:
#: ../partman-basicfilesystems.templates:19001
msgid "yes"
msgstr "ie"

#. Type: text
#. Description
#. In the following context: "Format the partition: no"
#. :sl2:
#: ../partman-basicfilesystems.templates:20001
msgid "no"
msgstr "na"

#. Type: text
#. Description
#. label of file system
#. :sl2:
#: ../partman-basicfilesystems.templates:21001
msgid "Label:"
msgstr "Label:"

#. Type: text
#. Description
#. for partman-basicfilesystems: in the following context: "Label: none"
#. :sl2:
#: ../partman-basicfilesystems.templates:22001
msgid ""
"none[ Do not translate what's inside the brackets and just put the "
"translation for the word \"none\" in your language without any brackets. "
"This \"none\" relates to \"Label:\" ]"
msgstr "dim"

#. Type: text
#. Description
#. Up to 24 character positions
#. :sl2:
#: ../partman-basicfilesystems.templates:23001
msgid "Reserved blocks:"
msgstr "Blociau neilltuedig:"

#. Type: string
#. Description
#. :sl2:
#: ../partman-basicfilesystems.templates:24001
msgid "Percentage of the file system blocks reserved for the super-user:"
msgstr ""
"Canran o flociau'r system ffeiliau wedi eu neilltuo ar gyfer yr uwch-"
"ddefnyddiwr:"

#. Type: text
#. Description
#. :sl2:
#. Up to 25 character positions
#: ../partman-basicfilesystems.templates:25001
msgid "Typical usage:"
msgstr "Defnydd nodweddiadol:"

#. Type: text
#. Description
#. :sl2:
#. In the following context: "Typical usage: standard"
#: ../partman-basicfilesystems.templates:26001
msgid "standard"
msgstr "safonnol"

#. Type: select
#. Description
#: ../partman-basicfilesystems.templates:27001
msgid "Typical usage of this partition:"
msgstr "Defnydd nodweddiadol y rhaniad hwn:"

#. Type: select
#. Description
#: ../partman-basicfilesystems.templates:27001
msgid ""
"Please specify how the file system is going to be used, so that optimal file "
"system parameters can be chosen for that use."
msgstr ""
"Penodwch sut caiff y system ffeiliau ei ddefnyddio, fel gellir dewis "
"paramedrau system ffeiliau addas ar gyfer y defnydd hwnnw."

#. Type: select
#. Description
#: ../partman-basicfilesystems.templates:27001
msgid ""
"standard = standard parameters, news = one inode per 4KB block, largefile = "
"one inode per megabyte, largefile4 = one inode per 4 megabytes."
msgstr ""
"standard = paramedrau safonnol, news = un inode i bob bloc 4KB, largefile = "
"un inode i bob megabeit, largefile4 = un inode i bob 4 megabeit."

#. Type: text
#. Description
#. This is an item in the menu "Partition settings"
#. :sl2:
#: ../partman-basicfilesystems.templates:28001
msgid "Mount point:"
msgstr "Pwynt gosod:"

#. Type: text
#. Description
#. :sl2:
#. In the following context: "Mount point: none"
#: ../partman-basicfilesystems.templates:29001
msgid ""
"none[ Do not translate what's inside the brackets and just put the "
"translation for the word \"none\" in your language without any brackets. "
"This \"none\" relates to \"Mount point:\" ]"
msgstr "dim"

#. Type: text
#. Description
#. :sl2:
#: ../partman-basicfilesystems.templates:30001
msgid "Ext2 file system"
msgstr "System ffeiliau ext2"

#. Type: text
#. Description
#. :sl1:
#. Short file system name (untranslatable in many languages)
#: ../partman-basicfilesystems.templates:31001
msgid "ext2"
msgstr "ext2"

#. Type: text
#. Description
#. :sl2:
#: ../partman-basicfilesystems.templates:32001
msgid "FAT16 file system"
msgstr "system ffeiliau FAT16"

#. Type: text
#. Description
#. :sl1:
#. Short file system name (untranslatable in many languages)
#: ../partman-basicfilesystems.templates:33001
msgid "fat16"
msgstr "fat16"

#. Type: text
#. Description
#. :sl2:
#: ../partman-basicfilesystems.templates:34001
msgid "FAT32 file system"
msgstr "system ffeiliau FAT32"

#. Type: text
#. Description
#. :sl1:
#. Short file system name (untranslatable in many languages)
#: ../partman-basicfilesystems.templates:35001
msgid "fat32"
msgstr "fat32"

#. Type: text
#. Description
#. :sl2:
#. Type: text
#. Description
#: ../partman-basicfilesystems.templates:36001
#: ../partman-basicfilesystems.templates:38001
msgid "swap area"
msgstr "ardal cyfnewid"

#. Type: text
#. Description
#. :sl1:
#. Short variant of `swap space'
#. Type: text
#. Description
#. :sl1:
#. Short variant of `swap space'
#: ../partman-basicfilesystems.templates:37001
#: ../partman-basicfilesystems.templates:39001
msgid "swap"
msgstr "cyfnewid"

#. Type: text
#. Description
#. Type: multiselect
#. Description
#. :sl2:
#: ../partman-basicfilesystems.templates:40001
#: ../partman-basicfilesystems.templates:41001
msgid "Mount options:"
msgstr "Opsiynnau gosod:"

#. Type: multiselect
#. Description
#. :sl2:
#: ../partman-basicfilesystems.templates:41001
msgid "Mount options can tune the behavior of the file system."
msgstr "Gall opsiynnau gosod addasu ymddygiad y system ffeiliau."

#. Type: text
#. Description
#. :sl2:
#. Note to translators: Please keep your translations of this string below
#. a 65 columns limit (which means 65 characters in single-byte languages)
#: ../partman-basicfilesystems.templates:42001
msgid "noatime - do not update inode access times at each access"
msgstr "noatime - peidio a diweddaru amser cyrchu inodau ar bob cyrchiad"

#. Type: text
#. Description
#. :sl2:
#. Note to translators: Please keep your translations of this string below
#. a 65 columns limit (which means 65 characters in single-byte languages)
#: ../partman-basicfilesystems.templates:43001
msgid "relatime - update inode access times relative to modify time"
msgstr ""
"relatime - uwchraddio amserau cyrchu inodau yn gymharol i amser newidiol"

#. Type: text
#. Description
#. :sl2:
#. Note to translators: Please keep your translations of this string below
#. a 65 columns limit (which means 65 characters in single-byte languages)
#: ../partman-basicfilesystems.templates:44001
msgid "nodev - do not support character or block special devices"
msgstr "nodev - peidio a chynal dyfeisiau arbennig nod neu floc"

#. Type: text
#. Description
#. :sl2:
#. Note to translators: Please keep your translations of this string below
#. a 65 columns limit (which means 65 characters in single-byte languages)
#: ../partman-basicfilesystems.templates:45001
msgid "nosuid - ignore set-user-identifier or set-group-identifier bits"
msgstr ""
"nosuid - anwybyddu didau gosod-adnabyddyd-defnyddiwr neu gosod-adnabyddydd-"
"grŵp"

#. Type: text
#. Description
#. :sl2:
#. Note to translators: Please keep your translations of this string below
#. a 65 columns limit (which means 65 characters in single-byte languages)
#: ../partman-basicfilesystems.templates:46001
msgid "noexec - do not allow execution of any binaries"
msgstr "noexec - peidio a chaniatau gweithredu rhaglenni"

#. Type: text
#. Description
#. :sl2:
#. Note to translators: Please keep your translations of this string below
#. a 65 columns limit (which means 65 characters in single-byte languages)
#: ../partman-basicfilesystems.templates:47001
msgid "ro - mount the file system read-only"
msgstr "ro - clymu'r system ffeil fel un darllen-yn-unig"

#. Type: text
#. Description
#. :sl2:
#. Note to translators: Please keep your translations of this string below
#. a 65 columns limit (which means 65 characters in single-byte languages)
#: ../partman-basicfilesystems.templates:48001
msgid "sync - all input/output activities occur synchronously"
msgstr "sync - mae pob gweithred mewnbwn/allbwn yn digwydd yn gydamserus"

#. Type: text
#. Description
#. :sl2:
#. Note to translators: Please keep your translations of this string below
#. a 65 columns limit (which means 65 characters in single-byte languages)
#: ../partman-basicfilesystems.templates:49001
msgid "usrquota - user disk quota accounting enabled"
msgstr "usrquota - mae cyfrifo cwota disg defnyddiwr wedi ei alluogi"

#. Type: text
#. Description
#. :sl2:
#. Note to translators: Please keep your translations of this string below
#. a 65 columns limit (which means 65 characters in single-byte languages)
#: ../partman-basicfilesystems.templates:50001
msgid "grpquota - group disk quota accounting enabled"
msgstr "grpquota - mae cyfrifo cwota disg grŵp wedi ei alluogi"

#. Type: text
#. Description
#. :sl2:
#. Note to translators: Please keep your translations of this string below
#. a 65 columns limit (which means 65 characters in single-byte languages)
#: ../partman-basicfilesystems.templates:51001
msgid "user_xattr - support user extended attributes"
msgstr "user_xattr - cefnogi priodweddau ychwanegir gan ddefnyddwyr"

#. Type: text
#. Description
#. :sl2:
#. Note to translators: Please keep your translations of this string below
#. a 65 columns limit (which means 65 characters in single-byte languages)
#: ../partman-basicfilesystems.templates:52001
msgid "quiet - changing owner and permissions does not return errors"
msgstr "quiet - dyw newid y perchennog a chaniatadau ddim yn dychwelyd gwallau"

#. Type: text
#. Description
#. :sl2:
#. Note to translators: Please keep your translations of this string below
#. a 65 columns limit (which means 65 characters in single-byte languages)
#: ../partman-basicfilesystems.templates:53001
msgid "notail - disable packing of files into the file system tree"
msgstr "notail - analluogi pacio ffeiliau i fewn i'r goeden system ffeiliau"