Thomas Bruederli
2013-10-10 a01f3b959abd9720ec1b33624cbd31bee4838c2b
commit | author | age
3d3439 1 <?php
Y 2
3 /*
e31c56 4  +-----------------------------------------------------------------------+
aed581 5  | localization/<lang>/labels.inc                                        |
e31c56 6  |                                                                       |
aed581 7  | Localization file of the Roundcube Webmail client                     |
TB 8  | Copyright (C) 2005-2013, The Roundcube Dev Team                       |
9  |                                                                       |
10  | Licensed under the GNU General Public License version 3 or            |
11  | any later version with exceptions for skins & plugins.                |
12  | See the README file for a full license statement.                     |
e31c56 13  |                                                                       |
T 14  +-----------------------------------------------------------------------+
aed581 15
TB 16  For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/labels/
3d3439 17 */
aed581 18 $labels['welcome']   = 'Croeso i $product';
TB 19 $labels['username']  = 'Enw defnyddiwr';
20 $labels['password']  = 'Cyfrinair';
21 $labels['server']    = 'Gweinydd';
22 $labels['login']     = 'Mewngofnodi';
23 $labels['logout']   = 'Allgofnodi';
24 $labels['mail']     = 'E-bost';
3d3439 25 $labels['settings'] = 'Gosodiadau Personol';
Y 26 $labels['addressbook'] = 'Llyfr Cyfeiriadau';
aed581 27 $labels['inbox']  = 'Mewnflwch';
3d3439 28 $labels['drafts'] = 'Drafftiau';
aed581 29 $labels['sent']   = 'Danfonwyd';
TB 30 $labels['trash']  = 'Sbwriel';
31 $labels['junk']   = 'Sothach';
a7e089 32 $labels['show_real_foldernames'] = 'Dangos enwau go-iawn ar gyfer ffolderi arbennig';
3d3439 33 $labels['subject'] = 'Pwnc';
aed581 34 $labels['from']    = 'Anfonwr';
TB 35 $labels['sender']  = 'Anfonwr';
36 $labels['to']      = 'Derbyniwr';
37 $labels['cc']      = 'Copi';
38 $labels['bcc']     = 'Bcc';
3d3439 39 $labels['replyto'] = 'Ateb-I';
7416ae 40 $labels['followupto'] = 'Followup-To';
aed581 41 $labels['date']    = 'Dyddiad';
TB 42 $labels['size']    = 'Maint';
3d3439 43 $labels['priority'] = 'Blaenoriaeth';
Y 44 $labels['organization'] = 'Enw\'r Sefydliad';
a5ee72 45 $labels['readstatus'] = 'Statws darllen';
5cea36 46 $labels['listoptions'] = 'Dewisiadau rhestr...';
3d3439 47 $labels['mailboxlist'] = 'Ffolderi';
Y 48 $labels['messagesfromto'] = 'Negeseuon $from i $to o $count';
08f906 49 $labels['threadsfromto'] = 'Edefau $from i $to o $count';
3d3439 50 $labels['messagenrof'] = 'Neges $nr o $count';
dc365c 51 $labels['fromtoshort'] = '$from - $to o $count';
aed581 52 $labels['copy']     = 'Copio';
TB 53 $labels['move']     = 'Symud';
54 $labels['moveto']   = 'Symud i...';
3d3439 55 $labels['download'] = 'Llwytho lawr';
3e78fc 56 $labels['open']     = 'Agor';
aabeab 57 $labels['showattachment'] = 'Dangos';
TB 58 $labels['showanyway'] = 'Dangos beth bynnag';
3d3439 59 $labels['filename'] = 'Enw ffeil';
Y 60 $labels['filesize'] = 'Maint ffeil';
61 $labels['addtoaddressbook'] = 'Ychwanegu i\'r llyfr cyfeiriadau';
62 $labels['sun'] = 'Sul';
63 $labels['mon'] = 'Llun';
64 $labels['tue'] = 'Maw';
65 $labels['wed'] = 'Mer';
66 $labels['thu'] = 'Iau';
67 $labels['fri'] = 'Gwe';
68 $labels['sat'] = 'Sad';
aed581 69 $labels['sunday']    = 'Dydd Sul';
TB 70 $labels['monday']    = 'Dydd Llun';
71 $labels['tuesday']   = 'Dydd Mawrth';
3d3439 72 $labels['wednesday'] = 'Dydd Mercher';
aed581 73 $labels['thursday']  = 'Dydd Iau';
TB 74 $labels['friday']    = 'Dydd Gwener';
75 $labels['saturday']  = 'Dydd Sadwrn';
76 $labels['jan']    = 'Ion';
77 $labels['feb']    = 'Chwe';
78 $labels['mar']    = 'Maw';
79 $labels['apr']    = 'Ebr';
80 $labels['may']    = 'Mai';
81 $labels['jun']    = 'Meh';
82 $labels['jul']     = 'Gor';
83 $labels['aug']    = 'Aws';
84 $labels['sep']    = 'Med';
85 $labels['oct']    = 'Hyd';
86 $labels['nov']    = 'Tach';
87 $labels['dec']    = 'Rhag';
88 $labels['longjan']    = 'Ionawr';
89 $labels['longfeb']    = 'Chwefror';
90 $labels['longmar']    = 'Mawrth';
91 $labels['longapr']    = 'Ebrill';
92 $labels['longmay']    = 'Mai';
93 $labels['longjun']    = 'Mehefin';
94 $labels['longjul']    = 'Gorffennaf';
95 $labels['longaug']    = 'Awst';
96 $labels['longsep']    = 'Medi';
97 $labels['longoct']    = 'Hydref';
98 $labels['longnov']    = 'Tachwedd';
99 $labels['longdec']    = 'Rhagfyr';
3d3439 100 $labels['today'] = 'Heddiw';
aed581 101 $labels['refresh']          = 'Ail-ofyn';
TB 102 $labels['checkmail']        = 'Edrych am negeseuon newydd';
103 $labels['compose']          = 'Ysgrifennu neges';
104 $labels['writenewmessage']  = 'Creu neges newydd';
105 $labels['reply']            = 'Ymateb';
106 $labels['replytomessage']   = 'Ymateb i\'r anfonwr';
3d3439 107 $labels['replytoallmessage'] = 'Ymateb i\'r anfonwr a phob derbyniwr';
aed581 108 $labels['replyall']         = 'Ymateb i bawb';
TB 109 $labels['replylist']        = 'Ymateb i\'r rhestr';
110 $labels['forward']          = 'Anfon ymlaen';
111 $labels['forwardinline']    = 'Anfon ymlaen o fewn y neges';
aa1b67 112 $labels['forwardattachment'] = 'Anfon ymlaen fel atodiad';
aed581 113 $labels['forwardmessage']   = 'Danfon y neges ymlaen';
TB 114 $labels['deletemessage']    = 'Dileu\'r neges';
3d3439 115 $labels['movemessagetotrash'] = 'Symud y neges i\'r sbwriel';
aed581 116 $labels['printmessage']     = 'Argraffu\'r neges';
TB 117 $labels['previousmessage']  = 'Dangos y neges flaenorol';
118 $labels['firstmessage']     = 'Dangos y neges gyntaf';
119 $labels['nextmessage']      = 'Dangos y neges nesaf';
120 $labels['lastmessage']      = 'Dangos y neges olaf';
121 $labels['backtolist']       = 'Nôl i\'r rhestr o negeseuon';
122 $labels['viewsource']       = 'Edrych ar y ffynhonnell';
123 $labels['mark']             = 'Nodi';
124 $labels['markmessages']     = 'Nodi\'r negeseuon';
125 $labels['markread']         = 'Wedi eu darllen';
126 $labels['markunread']       = 'Heb eu darllen';
127 $labels['markflagged']      = 'Wedi eu fflagio';
128 $labels['markunflagged']    = 'Heb eu fflagio';
129 $labels['moreactions']      = 'Mwy o weithredoedd...';
130 $labels['more']             = 'Mwy';
131 $labels['back']             = 'Yn ôl';
132 $labels['options']          = 'Dewisiadau';
3d3439 133 $labels['select'] = 'Dewis';
Y 134 $labels['all'] = 'Popeth';
e31c56 135 $labels['none'] = 'Dim';
518376 136 $labels['currpage'] = 'Tudalen gyfredol';
3d3439 137 $labels['unread'] = 'Heb eu darllen';
832a7d 138 $labels['flagged'] = 'Nodwyd';
Y 139 $labels['unanswered'] = 'Heb ei ateb';
3e78fc 140 $labels['withattachment'] = 'Gyda atodiad';
3db3fd 141 $labels['deleted'] = 'Dilewyd';
6199a7 142 $labels['undeleted'] = 'Heb ei ddileu';
3db3fd 143 $labels['invert'] = 'Gwrth-droi';
832a7d 144 $labels['filter'] = 'Hidlo';
08f906 145 $labels['list'] = 'Rhestr';
T 146 $labels['threads'] = 'Edafedd';
147 $labels['expand-all'] = 'Ehangu Popeth';
148 $labels['expand-unread'] = 'Ehangu Negeseuon Heb eu darllen';
149 $labels['collapse-all'] = 'Crebachu Popeth';
150 $labels['threaded'] = 'Edafedd';
151 $labels['autoexpand_threads'] = 'Ehangu edefau neges';
152 $labels['do_expand'] = 'pob edefyn';
153 $labels['expand_only_unread'] = 'dim ond gyda negeseuon heb eu darllen';
154 $labels['fromto'] = 'Danfonwr/Derbynnydd';
155 $labels['flag'] = 'Fflag';
156 $labels['attachment'] = 'Atodiad';
aed581 157 $labels['nonesort'] = 'Dim';
08f906 158 $labels['sentdate'] = 'Dyddiad danfon';
T 159 $labels['arrival'] = 'Dyddiad derbyn';
160 $labels['asc'] = 'esgynnol';
161 $labels['desc'] = 'disgynnol';
162 $labels['listcolumns'] = 'Rhestr colofnau';
163 $labels['listsorting'] = 'Colofn trefnu';
164 $labels['listorder'] = 'Trefn didoli';
165 $labels['listmode'] = 'Golwg rhestr';
e7ed90 166 $labels['folderactions'] = 'Gweithredoedd ffolder...';
3d3439 167 $labels['compact'] = 'Crynhoi';
Y 168 $labels['empty'] = 'Gwagio';
f93e0b 169 $labels['importmessages'] = 'Mewnforio negeseuon';
e31c56 170 $labels['quota'] = 'Defnydd';
aed581 171 $labels['unknown']  = 'anhysbys';
TB 172 $labels['unlimited']  = 'diderfyn';
173 $labels['quicksearch']  = 'Chwiliad cyflym';
174 $labels['resetsearch']  = 'Ail-osod chwiliad';
175 $labels['searchmod']  = 'Addasyddion chwilio';
176 $labels['msgtext']  = 'Y neges yn llawn';
177 $labels['body']  = 'Corff';
f93e0b 178 $labels['type'] = 'Math';
TB 179 $labels['namex'] = 'Enw';
3d3439 180 $labels['openinextwin'] = 'Agor mewn ffenest newydd';
3db3fd 181 $labels['emlsave'] = 'Llwytho lawr (.eml)';
3e78fc 182 $labels['changeformattext'] = 'Dangos mewn fformat testun plaen';
TB 183 $labels['changeformathtml'] = 'Dangos mewn fformat HTML';
aed581 184 $labels['editasnew']      = 'Golygu fel neges newydd';
TB 185 $labels['send']           = 'Anfon';
186 $labels['sendmessage']    = 'Danfon nawr';
187 $labels['savemessage']    = 'Cadw\'r drafft hwn';
188 $labels['addattachment']  = 'Atodi ffeil';
189 $labels['charset']        = 'Set nodiau';
190 $labels['editortype']     = 'Math golygydd';
191 $labels['returnreceipt']  = 'Cadarnhau derbyn';
192 $labels['dsn']            = 'Hysbysiad statws danfon';
aa1b67 193 $labels['mailreplyintro'] = 'Ar $date, ysgrifennodd $sender:';
T 194 $labels['originalmessage'] = 'Neges Wreiddiol';
aed581 195 $labels['editidents']    = 'Golygu personoliaethau';
TB 196 $labels['spellcheck']    = 'Sillafu';
3d3439 197 $labels['checkspelling'] = 'Gwirio sillafu';
Y 198 $labels['resumeediting'] = 'Ail-ddechrau golygu';
aed581 199 $labels['revertto']      = 'Dychwelyd i';
dc365c 200 $labels['attach'] = 'Atodi';
3d3439 201 $labels['attachments'] = 'Atodiadau';
Y 202 $labels['upload'] = 'Llwytho fyny';
aa1b67 203 $labels['uploadprogress'] = '$percent ($current o $total)';
aed581 204 $labels['close']  = 'Cau';
TB 205 $labels['messageoptions']  = 'Dewisiadau neges...';
206 $labels['low']     = 'Isel';
207 $labels['lowest']  = 'Isaf';
208 $labels['normal']  = 'Cyffredin';
209 $labels['high']    = 'Uchel';
3d3439 210 $labels['highest'] = 'Uchaf';
aed581 211 $labels['nosubject']  = '(dim pwnc)';
3d3439 212 $labels['showimages'] = 'Dangos lluniau';
Y 213 $labels['alwaysshow'] = 'Dangos lluniau bob amser o $sender';
aed581 214 $labels['isdraft']    = 'Mae hwn yn neges ddrafft';
TB 215 $labels['andnmore']   = '$nr mwy...';
6199a7 216 $labels['togglemoreheaders'] = 'Dangos fwy o benynnau\'r neges';
TB 217 $labels['togglefullheaders'] = 'Toglo penawdau llawn y neges';
3d3439 218 $labels['htmltoggle'] = 'HTML';
Y 219 $labels['plaintoggle'] = 'Testun plaen';
220 $labels['savesentmessagein'] = 'Cadw negeseuon a ddanfonir yn';
221 $labels['dontsave'] = 'peidio cadw';
222 $labels['maxuploadsize'] = 'Y maint ffeil uchaf a ganiateir yw $size';
223 $labels['addcc'] = 'Ychwanegu Cc';
224 $labels['addbcc'] = 'Ychwanegu Bcc';
225 $labels['addreplyto'] = 'Ychwanegu Ateb-I';
7416ae 226 $labels['addfollowupto'] = 'Ychwanegu Followup-To';
3d3439 227 $labels['mdnrequest'] = 'Mae anfonwr y neges hwn wedi gofyn am hysbysiad eich bod wedi darllen y neges. Hoffech chi hysbysu\'r anfonwr?';
Y 228 $labels['receiptread'] = 'Cadarnhad Derbyn (darllenwyd)';
229 $labels['yourmessage'] = 'Mae hwn yn gadarnhad o dderbyn eich neges';
230 $labels['receiptnote'] = 'Nodyn: Mae\'r cadarnhad hwn yn cydnabod fod y neges wedi ei ddangos ar gyfrifiadur y derbynnydd. \'Does dim sicrwydd fod y derbynydd wedi darllen neu ddeall cynnwys y neges.';
aed581 231 $labels['name']         = 'Enw ddangosir';
TB 232 $labels['firstname']    = 'Enw cyntaf';
233 $labels['surname']      = 'Enw olaf';
234 $labels['middlename']   = 'Enw Canol';
235 $labels['nameprefix']   = 'Rhagddodiad';
236 $labels['namesuffix']   = 'Olddodiad';
237 $labels['nickname']     = 'Llysenw';
238 $labels['jobtitle']     = 'Teitl Swydd';
239 $labels['department']   = 'Adran';
240 $labels['gender']       = 'Rhyw';
241 $labels['maidenname']   = 'Enw cyn priodi';
242 $labels['email']        = 'E-bost';
243 $labels['phone']        = 'Ffôn';
244 $labels['address']      = 'Cyfeiriad';
245 $labels['street']       = 'Stryd';
246 $labels['locality']     = 'Tref/Dinas';
247 $labels['zipcode']      = 'Côd Post/ZIP';
248 $labels['region']       = 'Sîr/Talaith';
249 $labels['country']      = 'Gwlad';
250 $labels['birthday']     = 'Penblwydd';
251 $labels['anniversary']  = 'Cylchwyl';
252 $labels['website']      = 'Gwefan';
aa1b67 253 $labels['instantmessenger'] = 'IM';
T 254 $labels['notes'] = 'Nodiadau';
aed581 255 $labels['male']   = 'gwryw';
aa1b67 256 $labels['female'] = 'benyw';
T 257 $labels['manager'] = 'Rheolwr';
258 $labels['assistant'] = 'Cynorthwyydd';
259 $labels['spouse'] = 'Cymar';
260 $labels['allfields'] = 'Pob maes';
261 $labels['search'] = 'Chwilio';
262 $labels['advsearch'] = 'Chwilio Uwch';
dc365c 263 $labels['advanced'] = 'Uwch';
aa1b67 264 $labels['other'] = 'Arall';
aed581 265 $labels['typehome']   = 'Cartref';
TB 266 $labels['typework']   = 'Gwaith';
267 $labels['typeother']  = 'Arall';
268 $labels['typemobile']  = 'Symudol';
269 $labels['typemain']  = 'Prif';
270 $labels['typehomefax']  = 'Ffacs Adref';
271 $labels['typeworkfax']  = 'Ffacs Gwaith';
272 $labels['typecar']  = 'Car';
273 $labels['typepager']  = 'Peiriant Galw';
274 $labels['typevideo']  = 'Fideo';
275 $labels['typeassistant']  = 'Cynorthwyydd';
276 $labels['typehomepage']  = 'Gwefan';
aa1b67 277 $labels['typeblog'] = 'Blog';
T 278 $labels['typeprofile'] = 'Proffil';
279 $labels['addfield'] = 'Ychwanegu maes...';
3d3439 280 $labels['addcontact'] = 'Ychwanegu cyswllt newydd';
Y 281 $labels['editcontact'] = 'Golygu cyswllt';
3e91f0 282 $labels['contacts'] = 'Cysylltiadau';
a5ee72 283 $labels['contactproperties'] = 'Nodweddion cyswllt';
aa1b67 284 $labels['personalinfo'] = 'Gwybodaeth bersonol';
aed581 285 $labels['edit']   = 'Golygu';
3d3439 286 $labels['cancel'] = 'Canslo';
aed581 287 $labels['save']   = 'Cadw';
3d3439 288 $labels['delete'] = 'Dileu';
aa1b67 289 $labels['rename'] = 'Ail-enwi';
T 290 $labels['addphoto'] = 'Ychwanegu';
291 $labels['replacephoto'] = 'Amnewid';
5cea36 292 $labels['uploadphoto'] = 'Llwytho fyny llun';
aed581 293 $labels['newcontact']     = 'Creu cerdyn cyswllt newydd';
TB 294 $labels['deletecontact']  = 'Dileu y cysylltiadau a ddewiswyd';
295 $labels['composeto']      = 'Ysgrifennu neges at';
3d3439 296 $labels['contactsfromto'] = 'Cysylltiadau $from i $to o $count';
aed581 297 $labels['print']          = 'Argraffu';
TB 298 $labels['export']         = 'Allforio';
3e78fc 299 $labels['exportall']      = 'Allforio popeth';
TB 300 $labels['exportsel']      = 'Allforio dewiswyd';
aed581 301 $labels['exportvcards']   = 'Allforio cysylltiadau mewn fformat vCard';
518376 302 $labels['newcontactgroup'] = 'Creu grŵp cysylltiadau newydd';
aed581 303 $labels['grouprename']    = 'Ail-enwi grŵp';
TB 304 $labels['groupdelete']    = 'Dileu grŵp';
5cea36 305 $labels['groupremoveselected'] = 'Dileu y cysylltiadau dewiswyd o\'r grŵp';
aed581 306 $labels['previouspage']   = 'Dangos y set flaenorol';
TB 307 $labels['firstpage']      = 'Dangos y set gyntaf';
308 $labels['nextpage']       = 'Dangos y set nesaf';
309 $labels['lastpage']       = 'Dangos y set olaf';
518376 310 $labels['group'] = 'Grŵp';
3d3439 311 $labels['groups'] = 'Grwpiau';
f93e0b 312 $labels['listgroup'] = 'Rhestru aelodau\'r grŵp';
3d3439 313 $labels['personaladrbook'] = 'Cyfeiriadau Personol';
2c3655 314 $labels['searchsave'] = 'Cadw chwiliad';
T 315 $labels['searchdelete'] = 'Dileu chwiliad';
3d3439 316 $labels['import'] = 'Mewnforio';
Y 317 $labels['importcontacts'] = 'Mewnforio cysylltiadau';
318 $labels['importfromfile'] = 'Mewnforio o ffeil:';
f93e0b 319 $labels['importtarget'] = 'Ychwanegu cysylltiadau i';
3d3439 320 $labels['importreplace'] = 'Dileu y llyfr cyfeiriadau cyfan wrth lwytho';
f93e0b 321 $labels['importgroups'] = 'Mewnforio penodiadau grŵp';
TB 322 $labels['importgroupsall'] = 'Holl (creu grwpiau os oes angen)';
323 $labels['importgroupsexisting'] = 'Dim ond ar gyfer grwpiau sy\'n bodoli';
aabeab 324 $labels['importdesc'] = 'Fe allwch chi lwytho fyny cysylltiadau o lyfr cyfeiriadau presennol.<br/>Ar hyn o bryd, rydym yn cefnogi mewnforio cyfeiriadau o\'r fformatau <a href="http://en.wikipedia.org/wiki/VCard">vCard</a> neu CSV.';
3d3439 325 $labels['done'] = 'Wedi gorffen';
Y 326 $labels['settingsfor'] = 'Gosodiadau ar gyfer';
2c3655 327 $labels['about'] = 'Amdan';
3d3439 328 $labels['preferences'] = 'Dewisiadau';
Y 329 $labels['userpreferences'] = 'Dewisiadau\'r defnyddiwr';
330 $labels['editpreferences'] = 'Golygu dewisiadau\'r defnyddiwr';
331 $labels['identities'] = 'Personoliaethau';
332 $labels['manageidentities'] = 'Rheoli personoliaethau ar gyfer y cyfri hwn';
333 $labels['newidentity'] = 'Personoliaeth newydd';
334 $labels['newitem'] = 'Eitem newydd';
335 $labels['edititem'] = 'Golygu eitem';
08f906 336 $labels['preferhtml'] = 'Dangos HTML';
T 337 $labels['defaultcharset'] = 'Set Nodau Diofyn';
338 $labels['htmlmessage'] = 'Neges HTML';
aed581 339 $labels['messagepart'] = 'Rhan';
TB 340 $labels['digitalsig'] = 'Llofnod Digidol';
2c3655 341 $labels['dateformat'] = 'Fformat dyddiad';
T 342 $labels['timeformat'] = 'Fformat amser';
08f906 343 $labels['prettydate'] = 'Dyddiadau pert';
aed581 344 $labels['setdefault']  = 'Rhagosod';
TB 345 $labels['autodetect']  = 'Awto';
346 $labels['language']  = 'Iaith';
347 $labels['timezone']  = 'Parth amser';
348 $labels['pagesize']  = 'Rhesi ar bob tudalen';
3d3439 349 $labels['signature'] = 'Llofnod';
aed581 350 $labels['dstactive']  = 'Amser arbed golau ddydd';
6199a7 351 $labels['showinextwin'] = 'Agor neges mewn ffenest newydd';
TB 352 $labels['composeextwin'] = 'Ysgrifennu mewn ffenest newydd';
3d3439 353 $labels['htmleditor'] = 'Ysgrifennu negeseuon HTML';
a5ee72 354 $labels['htmlonreply'] = 'wrth ateb i neges HTML yn unig';
6199a7 355 $labels['htmlonreplyandforward'] = 'wrth ddanfon ymlaen neu ymateb i neges HTML';
3d3439 356 $labels['htmlsignature'] = 'Llofnod HTML';
a7e089 357 $labels['showemail'] = 'Dangos cyfeiriad ebost gyda\'r enw gweledig';
3d3439 358 $labels['previewpane'] = 'Dangos ffenest rhagolwg';
Y 359 $labels['skin'] = 'Croen rhyngwyneb';
360 $labels['logoutclear'] = 'Clirio\'r Sbwriel wrth allgofnodi';
361 $labels['logoutcompact'] = 'Crynhoi\'r Mewnflwch wrth allgofnodi';
362 $labels['uisettings'] = 'Rhyngwyneb Defnyddiwr';
363 $labels['serversettings'] = 'Gosodiadau Gweinydd';
364 $labels['mailboxview'] = 'Ymddangosiad y Blychau';
365 $labels['mdnrequests'] = 'Hysbysiadau anfonwr';
366 $labels['askuser'] = 'gofyn i\'r defnyddiwr';
367 $labels['autosend'] = 'danfon yn awtomatig';
d24b84 368 $labels['autosendknown'] = 'danfon y derbynneb i fy nghsylltiadau yn unig';
a5ee72 369 $labels['autosendknownignore'] = 'danfon derbynneb i fy nghysylltiadau, anwybyddu fel arall';
3d3439 370 $labels['ignore'] = 'anwybyddu';
Y 371 $labels['readwhendeleted'] = 'Nodi\'r neges fel darllenwyd wrth ddileu';
372 $labels['flagfordeletion'] = 'Fflagio\'r neges i\'w ddileu yn hytrach na dileu yn syth';
373 $labels['skipdeleted'] = 'Peidio dangos negesuon wedi ei dileu';
08f906 374 $labels['deletealways'] = 'Pan fod symud negeseuon i\'r Sbwriel yn methu, dileu nhw';
5cea36 375 $labels['deletejunk'] = 'Dileu negeseuon yn uniongyrchol yn Sbwriel';
832a7d 376 $labels['showremoteimages'] = 'Dangos lluniau o wefannau allanol';
Y 377 $labels['fromknownsenders'] = 'o ddanfonwyr hysbys';
378 $labels['always'] = 'bob amser';
3d3439 379 $labels['showinlineimages'] = 'Dangos lluniau atodol islaw\'r neges';
aed581 380 $labels['autosavedraft']  = 'Cadw drafft yn awtomatig';
TB 381 $labels['everynminutes']  = 'bob $n munud';
382 $labels['refreshinterval']  = 'Ail-lwytho (edrych am negeseuon newydd ayyb)';
383 $labels['never']  = 'byth';
384 $labels['immediately']  = 'ar unwaith';
3d3439 385 $labels['messagesdisplaying'] = 'Dangos Negeseuon';
Y 386 $labels['messagescomposition'] = 'Ysgrifennu Negeseuon';
387 $labels['mimeparamfolding'] = 'Enw atodiadau';
388 $labels['2231folding'] = 'RFC 2231 llawn (Thunderbird)';
389 $labels['miscfolding'] = 'RFC 2047/2231 (MS Outlook)';
390 $labels['2047folding'] = 'RFC 2047 llawn (arall)';
08f906 391 $labels['force7bit'] = 'Defnyddio amgodi MIME ar gyfer llythrennau 8-did';
3d3439 392 $labels['advancedoptions'] = 'Dewisiadau uwch';
832a7d 393 $labels['focusonnewmessage'] = 'Ffocysu\'r porwr ar y neges newydd';
Y 394 $labels['checkallfolders'] = 'Chwilio pob ffolder am negeseuon newydd';
d634fa 395 $labels['displaynext'] = 'Ar ôl dileu/symud neges dangos y neges nesaf';
e31c56 396 $labels['defaultfont'] = 'Ffont arferol ar gyfer negeseuon HTML';
d634fa 397 $labels['mainoptions'] = 'Prif Ddewisiadau';
5cea36 398 $labels['browseroptions'] = 'Dewisiadau Porwr';
d634fa 399 $labels['section'] = 'Adran';
Y 400 $labels['maintenance'] = 'Gwaith cynnal a chadw';
401 $labels['newmessage'] = 'Neges Newydd';
251cac 402 $labels['signatureoptions'] = 'Dewisiadau Llofnod';
Y 403 $labels['whenreplying'] = 'Wrth ateb';
6199a7 404 $labels['replyempty'] = 'peidio dyfynnu\'r neges wreiddiol';
251cac 405 $labels['replytopposting'] = 'dechrau\'r neges newydd uwchben y neges wreiddiol';
Y 406 $labels['replybottomposting'] = 'dechrau\'r neges newydd o dan y neges wreiddiol';
407 $labels['replyremovesignature'] = 'Wrth ateb, dileu\'r llofnod gwreiddiol o\'r neges';
408 $labels['autoaddsignature'] = 'Ychwanegu llofnod yn awtomatig';
409 $labels['newmessageonly'] = 'negeseuon newydd yn unig';
410 $labels['replyandforwardonly'] = 'atebion a danfon ymlaen yn unig';
411 $labels['insertsignature'] = 'Mewnosod llofnod';
aed581 412 $labels['previewpanemarkread']  = 'Nodi negeseuon rhagolwg fel darllenwyd';
TB 413 $labels['afternseconds']  = 'ar ôl $n eiliad';
d24b84 414 $labels['reqmdn'] = 'Bob amser gofyn am dderbynneb danfon';
a5ee72 415 $labels['reqdsn'] = 'Gofyn am hysbysiad statws danfon bob amser';
Y 416 $labels['replysamefolder'] = 'Rhoi atebion yn yr un ffolder i\'r neges sy\'n cael ei ateb';
aabeab 417 $labels['defaultabook'] = 'Llyfr cyfeiriadau diofyn';
2c3655 418 $labels['autocompletesingle'] = 'Hepgor cyfeiriadau ebost amgen wrth awto-gwblhau';
dc365c 419 $labels['listnamedisplay'] = 'Rhestrwch cysylltiadau fel';
aa1b67 420 $labels['spellcheckbeforesend'] = 'Gwirio sillafu cyn danfon neges';
2c3655 421 $labels['spellcheckoptions'] = 'Dewisiadau gwirio sillafu';
T 422 $labels['spellcheckignoresyms'] = 'Anwybyddu geiriau gyda symbolau';
423 $labels['spellcheckignorenums'] = 'Anwybyddu geiriau gyda rhifau';
424 $labels['spellcheckignorecaps'] = 'Anwybyddu geiriau sy\'n briflythrennau yn gyfangwbl';
425 $labels['addtodict'] = 'Ychwanegu i\'r geiriadur';
5cea36 426 $labels['mailtoprotohandler'] = 'Cofrestru trafodwr protocol ar gyfer dolenni mailto:';
a7e089 427 $labels['standardwindows'] = 'Trin ffenestri naid fel ffenestri arferol';
6199a7 428 $labels['forwardmode'] = 'Danfon neges ymlaen';
TB 429 $labels['inline'] = 'mewnlin';
430 $labels['asattachment'] = 'fel atodiad';
aed581 431 $labels['folder']  = 'Ffolder';
TB 432 $labels['folders']  = 'Ffolderi';
433 $labels['foldername']  = 'Enw ffolder';
434 $labels['subscribed']  = 'Tanysgrifwyd';
3d3439 435 $labels['messagecount'] = 'Negeseuon';
aed581 436 $labels['create']  = 'Creu';
TB 437 $labels['createfolder']  = 'Creu ffolder newydd';
438 $labels['managefolders']  = 'Rheoli ffolderi';
3d3439 439 $labels['specialfolders'] = 'Ffolderi arbennig';
7416ae 440 $labels['properties'] = 'Nodweddion';
Y 441 $labels['folderproperties'] = 'Ffolder nodweddion';
442 $labels['parentfolder'] = 'Ffolder uwchben';
443 $labels['location'] = 'Lleoliad';
444 $labels['info'] = 'Gwybodaeth';
445 $labels['getfoldersize'] = 'Cliciwch i gael maint ffolder';
446 $labels['changesubscription'] = 'Cliciwch i newid y tanysgrifiad';
aa1b67 447 $labels['foldertype'] = 'Math Ffolder';
aed581 448 $labels['personalfolder']  = 'Ffolder Preifat';
TB 449 $labels['otherfolder']  = 'Ffolder Defnyddiwr Arall';
450 $labels['sharedfolder']  = 'Ffolder Cyhoeddus';
3d3439 451 $labels['sortby'] = 'Trefnu yn ôl';
aed581 452 $labels['sortasc']  = 'Trefn esgynnol';
3d3439 453 $labels['sortdesc'] = 'Trefn ddisgynnol';
aa1b67 454 $labels['undo'] = 'Dad-wneud';
aabeab 455 $labels['installedplugins'] = 'Ategynnau wedi eu gosod';
2c3655 456 $labels['plugin'] = 'Ategyn';
T 457 $labels['version'] = 'Fersiwn';
458 $labels['source'] = 'Ffynhonnell';
459 $labels['license'] = 'Trwydded';
460 $labels['support'] = 'Gofyn am gymorth';
3d3439 461 $labels['B'] = 'B';
Y 462 $labels['KB'] = 'KB';
463 $labels['MB'] = 'MB';
464 $labels['GB'] = 'GB';
08f906 465 $labels['unicode'] = 'Unicode';
T 466 $labels['english'] = 'Saesneg';
467 $labels['westerneuropean'] = 'Gorllewin Ewropeaidd';
468 $labels['easterneuropean'] = 'Dwyrain Ewropeaidd';
469 $labels['southeasterneuropean'] = 'De-Ddwyrain Ewropeaidd';
470 $labels['baltic'] = 'Baltig';
471 $labels['cyrillic'] = 'Cyrilig';
472 $labels['arabic'] = 'Arabeg';
473 $labels['greek'] = 'Groegaidd';
474 $labels['hebrew'] = 'Hebraeg';
475 $labels['turkish'] = 'Twrceg';
476 $labels['nordic'] = 'Nordeg';
477 $labels['thai'] = 'Thai';
478 $labels['celtic'] = 'Celtaidd';
479 $labels['vietnamese'] = 'Fietnamaidd';
480 $labels['japanese'] = 'Japaneaidd';
481 $labels['korean'] = 'Corëeg';
482 $labels['chinese'] = 'Tsieineaidd';
aed581 483 ?>