| | |
| | | |
| | | For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/labels/ |
| | | */ |
| | | |
| | | $labels = array(); |
| | | |
| | | // login page |
| | | $labels['welcome'] = 'Croeso i $product'; |
| | | $labels['username'] = 'Enw defnyddiwr'; |
| | | $labels['password'] = 'Cyfrinair'; |
| | | $labels['server'] = 'Gweinydd'; |
| | | $labels['login'] = 'Mewngofnodi'; |
| | | |
| | | // taskbar |
| | | $labels['logout'] = 'Allgofnodi'; |
| | | $labels['mail'] = 'E-bost'; |
| | | $labels['settings'] = 'Gosodiadau Personol'; |
| | | $labels['addressbook'] = 'Llyfr Cyfeiriadau'; |
| | | |
| | | // mailbox names |
| | | $labels['inbox'] = 'Mewnflwch'; |
| | | $labels['drafts'] = 'Drafftiau'; |
| | | $labels['sent'] = 'Danfonwyd'; |
| | | $labels['trash'] = 'Sbwriel'; |
| | | $labels['junk'] = 'Sothach'; |
| | | $labels['show_real_foldernames'] = 'Dangos enwau go-iawn ar gyfer ffolderi arbennig'; |
| | | |
| | | // message listing |
| | | $labels['subject'] = 'Pwnc'; |
| | | $labels['from'] = 'Anfonwr'; |
| | | $labels['sender'] = 'Anfonwr'; |
| | |
| | | $labels['organization'] = 'Enw\'r Sefydliad'; |
| | | $labels['readstatus'] = 'Statws darllen'; |
| | | $labels['listoptions'] = 'Dewisiadau rhestr...'; |
| | | |
| | | $labels['mailboxlist'] = 'Ffolderi'; |
| | | $labels['messagesfromto'] = 'Negeseuon $from i $to o $count'; |
| | | $labels['threadsfromto'] = 'Edefau $from i $to o $count'; |
| | | $labels['messagenrof'] = 'Neges $nr o $count'; |
| | | $labels['fromtoshort'] = '$from - $to o $count'; |
| | | |
| | | $labels['copy'] = 'Copio'; |
| | | $labels['move'] = 'Symud'; |
| | | $labels['moveto'] = 'Symud i...'; |
| | | $labels['copyto'] = 'Copio i...'; |
| | | $labels['download'] = 'Llwytho lawr'; |
| | | $labels['open'] = 'Agor'; |
| | | $labels['showattachment'] = 'Dangos'; |
| | | $labels['showanyway'] = 'Dangos beth bynnag'; |
| | | |
| | | $labels['filename'] = 'Enw ffeil'; |
| | | $labels['filesize'] = 'Maint ffeil'; |
| | | |
| | | $labels['addtoaddressbook'] = 'Ychwanegu i\'r llyfr cyfeiriadau'; |
| | | |
| | | // weekdays short |
| | | $labels['sun'] = 'Sul'; |
| | | $labels['mon'] = 'Llun'; |
| | | $labels['tue'] = 'Maw'; |
| | |
| | | $labels['thu'] = 'Iau'; |
| | | $labels['fri'] = 'Gwe'; |
| | | $labels['sat'] = 'Sad'; |
| | | |
| | | // weekdays long |
| | | $labels['sunday'] = 'Dydd Sul'; |
| | | $labels['monday'] = 'Dydd Llun'; |
| | | $labels['tuesday'] = 'Dydd Mawrth'; |
| | |
| | | $labels['thursday'] = 'Dydd Iau'; |
| | | $labels['friday'] = 'Dydd Gwener'; |
| | | $labels['saturday'] = 'Dydd Sadwrn'; |
| | | |
| | | // months short |
| | | $labels['jan'] = 'Ion'; |
| | | $labels['feb'] = 'Chwe'; |
| | | $labels['mar'] = 'Maw'; |
| | |
| | | $labels['oct'] = 'Hyd'; |
| | | $labels['nov'] = 'Tach'; |
| | | $labels['dec'] = 'Rhag'; |
| | | |
| | | // months long |
| | | $labels['longjan'] = 'Ionawr'; |
| | | $labels['longfeb'] = 'Chwefror'; |
| | | $labels['longmar'] = 'Mawrth'; |
| | |
| | | $labels['longoct'] = 'Hydref'; |
| | | $labels['longnov'] = 'Tachwedd'; |
| | | $labels['longdec'] = 'Rhagfyr'; |
| | | |
| | | $labels['today'] = 'Heddiw'; |
| | | |
| | | // toolbar buttons |
| | | $labels['refresh'] = 'Ail-ofyn'; |
| | | $labels['checkmail'] = 'Edrych am negeseuon newydd'; |
| | | $labels['compose'] = 'Ysgrifennu neges'; |
| | |
| | | $labels['more'] = 'Mwy'; |
| | | $labels['back'] = 'Yn ôl'; |
| | | $labels['options'] = 'Dewisiadau'; |
| | | |
| | | $labels['select'] = 'Dewis'; |
| | | $labels['all'] = 'Popeth'; |
| | | $labels['none'] = 'Dim'; |
| | |
| | | $labels['expand-unread'] = 'Ehangu Negeseuon Heb eu darllen'; |
| | | $labels['collapse-all'] = 'Crebachu Popeth'; |
| | | $labels['threaded'] = 'Edafedd'; |
| | | |
| | | $labels['autoexpand_threads'] = 'Ehangu edefau neges'; |
| | | $labels['do_expand'] = 'pob edefyn'; |
| | | $labels['expand_only_unread'] = 'dim ond gyda negeseuon heb eu darllen'; |
| | |
| | | $labels['listsorting'] = 'Colofn trefnu'; |
| | | $labels['listorder'] = 'Trefn didoli'; |
| | | $labels['listmode'] = 'Golwg rhestr'; |
| | | |
| | | $labels['folderactions'] = 'Gweithredoedd ffolder...'; |
| | | $labels['compact'] = 'Crynhoi'; |
| | | $labels['empty'] = 'Gwagio'; |
| | | $labels['importmessages'] = 'Mewnforio negeseuon'; |
| | | |
| | | $labels['quota'] = 'Defnydd'; |
| | | $labels['unknown'] = 'anhysbys'; |
| | | $labels['unlimited'] = 'diderfyn'; |
| | | |
| | | $labels['quicksearch'] = 'Chwiliad cyflym'; |
| | | $labels['resetsearch'] = 'Ail-osod chwiliad'; |
| | | $labels['searchmod'] = 'Addasyddion chwilio'; |
| | |
| | | $labels['body'] = 'Corff'; |
| | | $labels['type'] = 'Math'; |
| | | $labels['namex'] = 'Enw'; |
| | | |
| | | $labels['openinextwin'] = 'Agor mewn ffenest newydd'; |
| | | $labels['emlsave'] = 'Llwytho lawr (.eml)'; |
| | | $labels['changeformattext'] = 'Dangos mewn fformat testun plaen'; |
| | | $labels['changeformathtml'] = 'Dangos mewn fformat HTML'; |
| | | |
| | | // message compose |
| | | $labels['editasnew'] = 'Golygu fel neges newydd'; |
| | | $labels['send'] = 'Anfon'; |
| | | $labels['sendmessage'] = 'Danfon nawr'; |
| | |
| | | $labels['dsn'] = 'Hysbysiad statws danfon'; |
| | | $labels['mailreplyintro'] = 'Ar $date, ysgrifennodd $sender:'; |
| | | $labels['originalmessage'] = 'Neges Wreiddiol'; |
| | | |
| | | $labels['editidents'] = 'Golygu personoliaethau'; |
| | | $labels['spellcheck'] = 'Sillafu'; |
| | | $labels['checkspelling'] = 'Gwirio sillafu'; |
| | | $labels['resumeediting'] = 'Ail-ddechrau golygu'; |
| | | $labels['revertto'] = 'Dychwelyd i'; |
| | | |
| | | $labels['restore'] = 'Adfer'; |
| | | $labels['restoremessage'] = 'Adfer neges?'; |
| | | $labels['responses'] = 'Ymatebion'; |
| | | $labels['insertresponse'] = 'Mewnosod ymateb'; |
| | | $labels['manageresponses'] = 'Rheoli ymatebion'; |
| | | $labels['savenewresponse'] = 'Cadw ymateb newydd'; |
| | | $labels['editresponses'] = 'Golygu ymatebion'; |
| | | $labels['editresponse'] = 'Golygu ymateb'; |
| | | $labels['responsename'] = 'Enw'; |
| | | $labels['responsetext'] = 'Testun Ymateb'; |
| | | $labels['attach'] = 'Atodi'; |
| | | $labels['attachments'] = 'Atodiadau'; |
| | | $labels['upload'] = 'Llwytho fyny'; |
| | | $labels['uploadprogress'] = '$percent ($current o $total)'; |
| | | $labels['close'] = 'Cau'; |
| | | $labels['messageoptions'] = 'Dewisiadau neges...'; |
| | | |
| | | $labels['low'] = 'Isel'; |
| | | $labels['lowest'] = 'Isaf'; |
| | | $labels['normal'] = 'Cyffredin'; |
| | | $labels['high'] = 'Uchel'; |
| | | $labels['highest'] = 'Uchaf'; |
| | | |
| | | $labels['nosubject'] = '(dim pwnc)'; |
| | | $labels['showimages'] = 'Dangos lluniau'; |
| | | $labels['alwaysshow'] = 'Dangos lluniau bob amser o $sender'; |
| | |
| | | $labels['andnmore'] = '$nr mwy...'; |
| | | $labels['togglemoreheaders'] = 'Dangos fwy o benynnau\'r neges'; |
| | | $labels['togglefullheaders'] = 'Toglo penawdau llawn y neges'; |
| | | |
| | | $labels['htmltoggle'] = 'HTML'; |
| | | $labels['plaintoggle'] = 'Testun plaen'; |
| | | $labels['savesentmessagein'] = 'Cadw negeseuon a ddanfonir yn'; |
| | | $labels['dontsave'] = 'peidio cadw'; |
| | | $labels['maxuploadsize'] = 'Y maint ffeil uchaf a ganiateir yw $size'; |
| | | |
| | | $labels['addcc'] = 'Ychwanegu Cc'; |
| | | $labels['addbcc'] = 'Ychwanegu Bcc'; |
| | | $labels['addreplyto'] = 'Ychwanegu Ateb-I'; |
| | | $labels['addfollowupto'] = 'Ychwanegu Followup-To'; |
| | | |
| | | // mdn |
| | | $labels['mdnrequest'] = 'Mae anfonwr y neges hwn wedi gofyn am hysbysiad eich bod wedi darllen y neges. Hoffech chi hysbysu\'r anfonwr?'; |
| | | $labels['receiptread'] = 'Cadarnhad Derbyn (darllenwyd)'; |
| | | $labels['yourmessage'] = 'Mae hwn yn gadarnhad o dderbyn eich neges'; |
| | | $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.'; |
| | | |
| | | // address boook |
| | | $labels['name'] = 'Enw ddangosir'; |
| | | $labels['firstname'] = 'Enw cyntaf'; |
| | | $labels['surname'] = 'Enw olaf'; |
| | |
| | | $labels['advsearch'] = 'Chwilio Uwch'; |
| | | $labels['advanced'] = 'Uwch'; |
| | | $labels['other'] = 'Arall'; |
| | | |
| | | $labels['typehome'] = 'Cartref'; |
| | | $labels['typework'] = 'Gwaith'; |
| | | $labels['typeother'] = 'Arall'; |
| | |
| | | $labels['typehomepage'] = 'Gwefan'; |
| | | $labels['typeblog'] = 'Blog'; |
| | | $labels['typeprofile'] = 'Proffil'; |
| | | |
| | | $labels['addfield'] = 'Ychwanegu maes...'; |
| | | $labels['addcontact'] = 'Ychwanegu cyswllt newydd'; |
| | | $labels['editcontact'] = 'Golygu cyswllt'; |
| | | $labels['contacts'] = 'Cysylltiadau'; |
| | | $labels['contactproperties'] = 'Nodweddion cyswllt'; |
| | | $labels['personalinfo'] = 'Gwybodaeth bersonol'; |
| | | |
| | | $labels['edit'] = 'Golygu'; |
| | | $labels['cancel'] = 'Canslo'; |
| | | $labels['save'] = 'Cadw'; |
| | |
| | | $labels['addphoto'] = 'Ychwanegu'; |
| | | $labels['replacephoto'] = 'Amnewid'; |
| | | $labels['uploadphoto'] = 'Llwytho fyny llun'; |
| | | |
| | | $labels['newcontact'] = 'Creu cerdyn cyswllt newydd'; |
| | | $labels['deletecontact'] = 'Dileu y cysylltiadau a ddewiswyd'; |
| | | $labels['composeto'] = 'Ysgrifennu neges at'; |
| | |
| | | $labels['grouprename'] = 'Ail-enwi grŵp'; |
| | | $labels['groupdelete'] = 'Dileu grŵp'; |
| | | $labels['groupremoveselected'] = 'Dileu y cysylltiadau dewiswyd o\'r grŵp'; |
| | | |
| | | $labels['previouspage'] = 'Dangos y set flaenorol'; |
| | | $labels['firstpage'] = 'Dangos y set gyntaf'; |
| | | $labels['nextpage'] = 'Dangos y set nesaf'; |
| | | $labels['lastpage'] = 'Dangos y set olaf'; |
| | | |
| | | $labels['group'] = 'Grŵp'; |
| | | $labels['groups'] = 'Grwpiau'; |
| | | $labels['listgroup'] = 'Rhestru aelodau\'r grŵp'; |
| | | $labels['personaladrbook'] = 'Cyfeiriadau Personol'; |
| | | |
| | | $labels['searchsave'] = 'Cadw chwiliad'; |
| | | $labels['searchdelete'] = 'Dileu chwiliad'; |
| | | |
| | | $labels['import'] = 'Mewnforio'; |
| | | $labels['importcontacts'] = 'Mewnforio cysylltiadau'; |
| | | $labels['importfromfile'] = 'Mewnforio o ffeil:'; |
| | |
| | | $labels['importgroupsexisting'] = 'Dim ond ar gyfer grwpiau sy\'n bodoli'; |
| | | $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.'; |
| | | $labels['done'] = 'Wedi gorffen'; |
| | | |
| | | // settings |
| | | $labels['settingsfor'] = 'Gosodiadau ar gyfer'; |
| | | $labels['about'] = 'Amdan'; |
| | | $labels['preferences'] = 'Dewisiadau'; |
| | | $labels['userpreferences'] = 'Dewisiadau\'r defnyddiwr'; |
| | | $labels['editpreferences'] = 'Golygu dewisiadau\'r defnyddiwr'; |
| | | |
| | | $labels['identities'] = 'Personoliaethau'; |
| | | $labels['manageidentities'] = 'Rheoli personoliaethau ar gyfer y cyfri hwn'; |
| | | $labels['newidentity'] = 'Personoliaeth newydd'; |
| | | |
| | | $labels['newitem'] = 'Eitem newydd'; |
| | | $labels['edititem'] = 'Golygu eitem'; |
| | | |
| | | $labels['preferhtml'] = 'Dangos HTML'; |
| | | $labels['defaultcharset'] = 'Set Nodau Diofyn'; |
| | | $labels['htmlmessage'] = 'Neges HTML'; |
| | |
| | | $labels['forwardmode'] = 'Danfon neges ymlaen'; |
| | | $labels['inline'] = 'mewnlin'; |
| | | $labels['asattachment'] = 'fel atodiad'; |
| | | |
| | | $labels['replyallmode'] = 'Gweithred diofyn botwm [Ymateb i bawb]'; |
| | | $labels['replyalldefault'] = 'ymateb i bawb'; |
| | | $labels['replyalllist'] = 'ymateb i\'r rhestr trafod yn unig (os canfuwyd)'; |
| | | $labels['folder'] = 'Ffolder'; |
| | | $labels['folders'] = 'Ffolderi'; |
| | | $labels['foldername'] = 'Enw ffolder'; |
| | |
| | | $labels['personalfolder'] = 'Ffolder Preifat'; |
| | | $labels['otherfolder'] = 'Ffolder Defnyddiwr Arall'; |
| | | $labels['sharedfolder'] = 'Ffolder Cyhoeddus'; |
| | | |
| | | $labels['sortby'] = 'Trefnu yn ôl'; |
| | | $labels['sortasc'] = 'Trefn esgynnol'; |
| | | $labels['sortdesc'] = 'Trefn ddisgynnol'; |
| | | $labels['undo'] = 'Dad-wneud'; |
| | | |
| | | $labels['installedplugins'] = 'Ategynnau wedi eu gosod'; |
| | | $labels['plugin'] = 'Ategyn'; |
| | | $labels['version'] = 'Fersiwn'; |
| | | $labels['source'] = 'Ffynhonnell'; |
| | | $labels['license'] = 'Trwydded'; |
| | | $labels['support'] = 'Gofyn am gymorth'; |
| | | |
| | | // units |
| | | $labels['B'] = 'B'; |
| | | $labels['KB'] = 'KB'; |
| | | $labels['MB'] = 'MB'; |
| | | $labels['GB'] = 'GB'; |
| | | |
| | | // character sets |
| | | $labels['unicode'] = 'Unicode'; |
| | | $labels['english'] = 'Saesneg'; |
| | | $labels['westerneuropean'] = 'Gorllewin Ewropeaidd'; |
| | |
| | | $labels['japanese'] = 'Japaneaidd'; |
| | | $labels['korean'] = 'Corëeg'; |
| | | $labels['chinese'] = 'Tsieineaidd'; |
| | | |
| | | ?> |