| | |
| | | <?php |
| | | |
| | | /* |
| | | +-----------------------------------------------------------------------+ |
| | | | language/cy_GB/labels.inc | |
| | | | | |
| | | | Language file of the Roundcube Webmail client | |
| | | | Copyright (C) 2008-2010, Roundcube Dev. - Switzerland | |
| | | | Licensed under the GNU GPL | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Dafydd Tomos <l10n@da.fydd.org> | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | +-----------------------------------------------------------------------+ |
| | | | localization/cy_GB/labels.inc | |
| | | | | |
| | | | Language file of the Roundcube Webmail client | |
| | | | Copyright (C) 2012, The Roundcube Dev Team | |
| | | | Licensed under the GNU General Public License | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Thomas <Unknown> | |
| | | +-----------------------------------------------------------------------+ |
| | | @version $Id$ |
| | | */ |
| | | |
| | | $labels = array(); |
| | |
| | | $labels['organization'] = 'Enw\'r Sefydliad'; |
| | | $labels['readstatus'] = 'Statws darllen'; |
| | | $labels['mailboxlist'] = 'Ffolderi'; |
| | | $labels['folders'] = '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['mar'] = 'Maw'; |
| | | $labels['apr'] = 'Ebr'; |
| | | $labels['may'] = 'Mai'; |
| | | $labels['longmay'] = 'Mai'; |
| | | $labels['jun'] = 'Meh'; |
| | | $labels['jul'] = 'Gor'; |
| | | $labels['aug'] = 'Aws'; |
| | |
| | | $labels['longfeb'] = 'Chwefror'; |
| | | $labels['longmar'] = 'Mawrth'; |
| | | $labels['longapr'] = 'Ebrill'; |
| | | $labels['longmay'] = 'Mai'; |
| | | $labels['longjun'] = 'Mehefin'; |
| | | $labels['longjul'] = 'Gorffennaf'; |
| | | $labels['longaug'] = 'Awst'; |
| | |
| | | $labels['longnov'] = 'Tachwedd'; |
| | | $labels['longdec'] = 'Rhagfyr'; |
| | | $labels['today'] = 'Heddiw'; |
| | | $labels['refresh'] = 'Adnewyddu'; |
| | | $labels['checkmail'] = 'Edrych am negeseuon newydd'; |
| | | $labels['compose'] = 'Ysgrifennu neges'; |
| | | $labels['writenewmessage'] = 'Creu neges newydd'; |
| | | $labels['reply'] = 'Ymateb'; |
| | | $labels['replytomessage'] = 'Ymateb i\'r anfonwr'; |
| | | $labels['replytoallmessage'] = 'Ymateb i\'r anfonwr a phob derbyniwr'; |
| | | $labels['replyall'] = 'Ymateb i bawb'; |
| | | $labels['replylist'] = 'Ymateb i\'r rhestr'; |
| | | $labels['forward'] = 'Anfon ymlaen'; |
| | | $labels['forwardinline'] = 'Anfon ymlaen o fewn y neges'; |
| | | $labels['forwardattachment'] = 'Anfon ymlaen fel atodiad'; |
| | | $labels['forwardmessage'] = 'Danfon y neges ymlaen'; |
| | | $labels['deletemessage'] = 'Dileu\'r neges'; |
| | | $labels['movemessagetotrash'] = 'Symud y neges i\'r sbwriel'; |
| | | $labels['printmessage'] = 'Argraffu\'r neges'; |
| | | $labels['previousmessage'] = 'Dangos y neges flaenorol'; |
| | | $labels['previousmessages'] = 'Dangos y set o negeseuon blaenorol'; |
| | | $labels['firstmessage'] = 'Dangos y neges gyntaf'; |
| | | $labels['firstmessages'] = 'Dangos y set gyntaf o negeseuon'; |
| | | $labels['nextmessage'] = 'Dangos y neges nesaf'; |
| | | $labels['nextmessages'] = 'Dangos y set nesaf o negesuoon'; |
| | | $labels['lastmessage'] = 'Dangos y neges olaf'; |
| | | $labels['lastmessages'] = 'Dangos y set olaf o negeseuon'; |
| | | $labels['backtolist'] = 'Nôl i\'r rhestr o negeseuon'; |
| | | $labels['viewsource'] = 'Edrych ar y ffynhonnell'; |
| | | $labels['mark'] = 'Nodi'; |
| | | $labels['markmessages'] = 'Nodi\'r negeseuon'; |
| | | $labels['markread'] = 'Wedi eu darllen'; |
| | | $labels['markunread'] = 'Heb eu darllen'; |
| | | $labels['markflagged'] = 'Wedi eu fflagio'; |
| | | $labels['markunflagged'] = 'Heb eu fflagio'; |
| | | $labels['messageactions'] = 'Mwy o weithredoedd...'; |
| | | $labels['moreactions'] = 'Mwy o weithredoedd...'; |
| | | $labels['more'] = 'Mwy'; |
| | | $labels['back'] = 'Yn ôl'; |
| | | $labels['options'] = 'Dewisiadau'; |
| | | $labels['select'] = 'Dewis'; |
| | | $labels['all'] = 'Popeth'; |
| | | $labels['none'] = 'Dim byd'; |
| | | $labels['none'] = 'Dim'; |
| | | $labels['nonesort'] = 'Dim'; |
| | | $labels['currpage'] = 'Tudalen gyfredol'; |
| | | $labels['unread'] = 'Heb eu darllen'; |
| | | $labels['flagged'] = 'Nodwyd'; |
| | |
| | | $labels['fromto'] = 'Danfonwr/Derbynnydd'; |
| | | $labels['flag'] = 'Fflag'; |
| | | $labels['attachment'] = 'Atodiad'; |
| | | $labels['nonesort'] = 'Dim'; |
| | | $labels['sentdate'] = 'Dyddiad danfon'; |
| | | $labels['arrival'] = 'Dyddiad derbyn'; |
| | | $labels['asc'] = 'esgynnol'; |
| | |
| | | $labels['folderactions'] = 'Gweithredoedd ffolder...'; |
| | | $labels['compact'] = 'Crynhoi'; |
| | | $labels['empty'] = 'Gwagio'; |
| | | $labels['purge'] = 'Glanhau'; |
| | | $labels['quota'] = 'Defnydd '; |
| | | $labels['quota'] = 'Defnydd'; |
| | | $labels['unknown'] = 'anhysbys'; |
| | | $labels['unlimited'] = 'diderfyn'; |
| | | $labels['quicksearch'] = 'Chwiliad cyflym'; |
| | |
| | | $labels['msgtext'] = 'Y neges yn llawn'; |
| | | $labels['openinextwin'] = 'Agor mewn ffenest newydd'; |
| | | $labels['emlsave'] = 'Llwytho lawr (.eml)'; |
| | | $labels['compose'] = 'Ysgrifennu neges'; |
| | | $labels['editasnew'] = 'Golygu fel neges newydd'; |
| | | $labels['savemessage'] = 'Cadw\'r drafft hwn'; |
| | | $labels['sendmessage'] = 'Danfon nawr'; |
| | |
| | | $labels['editortype'] = 'Math golygydd'; |
| | | $labels['returnreceipt'] = 'Cadarnhau derbyn'; |
| | | $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['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['nosubject'] = '(dim pwnc)'; |
| | | $labels['showimages'] = 'Dangos lluniau'; |
| | | $labels['alwaysshow'] = 'Dangos lluniau bob amser o $sender'; |
| | | $labels['isdraft'] = 'Mae hwn yn neges ddrafft'; |
| | | $labels['htmltoggle'] = 'HTML'; |
| | | $labels['plaintoggle'] = 'Testun plaen'; |
| | | $labels['savesentmessagein'] = 'Cadw negeseuon a ddanfonir yn'; |
| | |
| | | $labels['name'] = 'Enw ddangosir'; |
| | | $labels['firstname'] = 'Enw cyntaf'; |
| | | $labels['surname'] = 'Enw olaf'; |
| | | $labels['middlename'] = 'Enw Canol'; |
| | | $labels['nameprefix'] = 'Rhagddodiad'; |
| | | $labels['namesuffix'] = 'Olddodiad'; |
| | | $labels['nickname'] = 'Llysenw'; |
| | | $labels['jobtitle'] = 'Teitl Swydd'; |
| | | $labels['department'] = 'Adran'; |
| | | $labels['gender'] = 'Rhyw'; |
| | | $labels['maidenname'] = 'Enw cyn priodi'; |
| | | $labels['email'] = 'E-bost'; |
| | | $labels['phone'] = 'Ffôn'; |
| | | $labels['address'] = 'Cyfeiriad'; |
| | | $labels['street'] = 'Stryd'; |
| | | $labels['locality'] = 'Tref/Dinas'; |
| | | $labels['zipcode'] = 'Côd Post/ZIP'; |
| | | $labels['region'] = 'Sîr/Talaith'; |
| | | $labels['country'] = 'Gwlad'; |
| | | $labels['birthday'] = 'Penblwydd'; |
| | | $labels['anniversary'] = 'Cylchwyl'; |
| | | $labels['website'] = 'Gwefan'; |
| | | $labels['instantmessenger'] = 'IM'; |
| | | $labels['notes'] = 'Nodiadau'; |
| | | $labels['male'] = 'gwryw'; |
| | | $labels['female'] = 'benyw'; |
| | | $labels['manager'] = 'Rheolwr'; |
| | | $labels['assistant'] = 'Cynorthwyydd'; |
| | | $labels['typeassistant'] = 'Cynorthwyydd'; |
| | | $labels['spouse'] = 'Cymar'; |
| | | $labels['allfields'] = 'Pob maes'; |
| | | $labels['search'] = 'Chwilio'; |
| | | $labels['advsearch'] = 'Chwilio Uwch'; |
| | | $labels['advanced'] = 'Uwch'; |
| | | $labels['other'] = 'Arall'; |
| | | $labels['typeother'] = 'Arall'; |
| | | $labels['typehome'] = 'Cartref'; |
| | | $labels['typework'] = 'Gwaith'; |
| | | $labels['typemobile'] = 'Symudol'; |
| | | $labels['typemain'] = 'Prif'; |
| | | $labels['typehomefax'] = 'Ffacs Adref'; |
| | | $labels['typeworkfax'] = 'Ffacs Gwaith'; |
| | | $labels['typecar'] = 'Car'; |
| | | $labels['typepager'] = 'Peiriant Galw'; |
| | | $labels['typevideo'] = 'Fideo'; |
| | | $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['delete'] = 'Dileu'; |
| | | $labels['rename'] = 'Ail-enwi'; |
| | | $labels['addphoto'] = 'Ychwanegu'; |
| | | $labels['replacephoto'] = 'Amnewid'; |
| | | $labels['newcontact'] = 'Creu cerdyn cyswllt newydd'; |
| | | $labels['deletecontact'] = 'Dileu y cysylltiadau a ddewiswyd'; |
| | | $labels['composeto'] = 'Ysgrifennu neges at'; |
| | |
| | | $labels['export'] = 'Allforio'; |
| | | $labels['exportvcards'] = 'Allforio cysylltiadau mewn fformat vCard'; |
| | | $labels['newcontactgroup'] = 'Creu grŵp cysylltiadau newydd'; |
| | | $labels['groupactions'] = 'Gweithredoedd ar gyfer grwpiau cysylltiadau...'; |
| | | $labels['grouprename'] = 'Ail-enwi grŵp'; |
| | | $labels['groupdelete'] = 'Dileu grŵp'; |
| | | $labels['previouspage'] = 'Dangos y set flaenorol'; |
| | | $labels['firstpage'] = 'Dangos y set gyntaf'; |
| | | $labels['nextpage'] = 'Dangos y set nesaf'; |
| | |
| | | $labels['group'] = 'Grŵp'; |
| | | $labels['groups'] = 'Grwpiau'; |
| | | $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['importtarget'] = 'Ychwanegu cysylltiadau newydd i\'r llyfr cyfeiriad:'; |
| | | $labels['importreplace'] = 'Dileu y llyfr cyfeiriadau cyfan wrth lwytho'; |
| | | $labels['importtext'] = 'Fe allwch chi lwytho fyny cysylltiadau o lyfr cyfeiriadau sy\'n bodoli yn barod. Ar hyn o bryd rydyn\' ni\'n cefnogi mewnforio cyfeiriadau yn y fformat <a href="http://en.wikipedia.org/wiki/VCard">vCard</a>.'; |
| | | $labels['done'] = 'Wedi gorffen'; |
| | | $labels['settingsfor'] = 'Gosodiadau ar gyfer'; |
| | | $labels['about'] = 'Amdan'; |
| | | $labels['preferences'] = 'Dewisiadau'; |
| | | $labels['userpreferences'] = 'Dewisiadau\'r defnyddiwr'; |
| | | $labels['editpreferences'] = 'Golygu dewisiadau\'r defnyddiwr'; |
| | |
| | | $labels['preferhtml'] = 'Dangos HTML'; |
| | | $labels['defaultcharset'] = 'Set Nodau Diofyn'; |
| | | $labels['htmlmessage'] = 'Neges HTML'; |
| | | $labels['dateformat'] = 'Fformat dyddiad'; |
| | | $labels['timeformat'] = 'Fformat amser'; |
| | | $labels['prettydate'] = 'Dyddiadau pert'; |
| | | $labels['setdefault'] = 'Rhagosod'; |
| | | $labels['autodetect'] = 'Awto'; |
| | |
| | | $labels['focusonnewmessage'] = 'Ffocysu\'r porwr ar y neges newydd'; |
| | | $labels['checkallfolders'] = 'Chwilio pob ffolder am negeseuon newydd'; |
| | | $labels['displaynext'] = 'Ar ôl dileu/symud neges dangos y neges nesaf'; |
| | | $labels['defaultfont'] = 'Ffont arferol ar gyfer negeseuon HTML'; |
| | | $labels['mainoptions'] = 'Prif Ddewisiadau'; |
| | | $labels['section'] = 'Adran'; |
| | | $labels['maintenance'] = 'Gwaith cynnal a chadw'; |
| | | $labels['newmessage'] = 'Neges Newydd'; |
| | | $labels['listoptions'] = 'Rhestru Dewisiadau'; |
| | | $labels['signatureoptions'] = 'Dewisiadau Llofnod'; |
| | | $labels['whenreplying'] = 'Wrth ateb'; |
| | | $labels['replytopposting'] = 'dechrau\'r neges newydd uwchben y neges wreiddiol'; |
| | |
| | | $labels['reqmdn'] = 'Bob amser gofyn am dderbynneb danfon'; |
| | | $labels['reqdsn'] = 'Gofyn am hysbysiad statws danfon bob amser'; |
| | | $labels['replysamefolder'] = 'Rhoi atebion yn yr un ffolder i\'r neges sy\'n cael ei ateb'; |
| | | $labels['defaultaddressbook'] = 'Ychwanegu cysylltiadau newydd i\'r llyfr cyfeiriad dewiswyd'; |
| | | $labels['autocompletesingle'] = 'Hepgor cyfeiriadau ebost amgen wrth awto-gwblhau'; |
| | | $labels['listnamedisplay'] = 'Rhestrwch cysylltiadau fel'; |
| | | $labels['spellcheckbeforesend'] = 'Gwirio sillafu cyn danfon neges'; |
| | | $labels['spellcheckoptions'] = 'Dewisiadau gwirio sillafu'; |
| | | $labels['spellcheckignoresyms'] = 'Anwybyddu geiriau gyda symbolau'; |
| | | $labels['spellcheckignorenums'] = 'Anwybyddu geiriau gyda rhifau'; |
| | | $labels['spellcheckignorecaps'] = 'Anwybyddu geiriau sy\'n briflythrennau yn gyfangwbl'; |
| | | $labels['addtodict'] = 'Ychwanegu i\'r geiriadur'; |
| | | $labels['folder'] = 'Ffolder'; |
| | | $labels['folders'] = 'Ffolderi'; |
| | | $labels['foldername'] = 'Enw ffolder'; |
| | | $labels['subscribed'] = 'Tanysgrifwyd'; |
| | | $labels['messagecount'] = 'Negeseuon'; |
| | | $labels['create'] = 'Creu'; |
| | | $labels['createfolder'] = 'Creu ffolder newydd'; |
| | |
| | | $labels['info'] = 'Gwybodaeth'; |
| | | $labels['getfoldersize'] = 'Cliciwch i gael maint ffolder'; |
| | | $labels['changesubscription'] = 'Cliciwch i newid y tanysgrifiad'; |
| | | $labels['foldertype'] = 'Math 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['plugin'] = 'Ategyn'; |
| | | $labels['version'] = 'Fersiwn'; |
| | | $labels['source'] = 'Ffynhonnell'; |
| | | $labels['license'] = 'Trwydded'; |
| | | $labels['support'] = 'Gofyn am gymorth'; |
| | | $labels['B'] = 'B'; |
| | | $labels['KB'] = 'KB'; |
| | | $labels['MB'] = 'MB'; |
| | |
| | | $labels['korean'] = 'Corëeg'; |
| | | $labels['chinese'] = 'Tsieineaidd'; |
| | | |
| | | ?> |