blob: 95e2b34275b954dc74d8eee5c5691d2542993eae (
plain)
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
|
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
## Header lists
message-header-to-list-name = At
message-header-from-list-name = Oddi wrth
message-header-sender-list-name = Anfonwr
message-header-reply-to-list-name = Ateb i
message-header-cc-list-name = Cc
message-header-bcc-list-name = Bcc
message-header-newsgroups-list-name = Grwpiau Newyddion
message-header-tags-list-name = Tagiau
## Other message headers.
## The field-separator is for screen readers to separate the field name from the field value.
message-header-author-field = Awdur<span data-l10n-name="field-separator">:</span>
message-header-organization-field = Corff<span data-l10n-name="field-separator">:</span>
message-header-subject-field = Pwnc<span data-l10n-name="field-separator">:</span>
message-header-followup-to-field = Dilynol i<span data-l10n-name="field-separator">:</span>
message-header-date-field = Dyddiad<span data-l10n-name="field-separator">:</span>
message-header-user-agent-field = Asiant defnyddiwr<span data-l10n-name="field-separator">:</span>
message-header-references-field = Cyfeiriadau<span data-l10n-name="field-separator">:</span>
message-header-message-id-field = ID Neges<span data-l10n-name="field-separator">:</span>
message-header-in-reply-to-field = Wrth ateb i<span data-l10n-name="field-separator">:</span>
message-header-website-field = Gwefan<span data-l10n-name="field-separator">:</span>
# An additional email header field that the user has chosen to display. Unlike
# the other headers, the name of this header is not expected to be localised
# because it is generated from the raw field name found in the email header.
# $fieldName (String) - The field name.
message-header-custom-field = { $fieldName }<span data-l10n-name="field-separator">:</span>
##
message-header-address-in-address-book-icon2 =
.alt = Yn y Llyfr Cyfeiriadau
message-header-address-not-in-address-book-icon2 =
.alt = Ddim yn y Llyfr Cyfeiriadau
message-header-address-not-in-address-book-button =
.title = Cadw'r cyfeiriad hwn i'r Llyfr Cyfeiriadau
message-header-address-in-address-book-button =
.title = Golygu cysylltiad
message-header-field-show-more = Rhagor
.title = Dangos pob derbynnydd
message-ids-field-show-all = Dangos y cyfan
|