1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465 |
- /*
- Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
- For licensing, see LICENSE.md or http://ckeditor.com/license
- */
- CKEDITOR.plugins.setLang( 'link', 'cy', {
- acccessKey: 'Allwedd Mynediad',
- advanced: 'Uwch',
- advisoryContentType: 'Math y Cynnwys Cynghorol',
- advisoryTitle: 'Teitl Cynghorol',
- anchor: {
- toolbar: 'Angor',
- menu: 'Golygu\'r Angor',
- title: 'Priodweddau\'r Angor',
- name: 'Enw\'r Angor',
- errorName: 'Teipiwch enw\'r angor',
- remove: 'Tynnwch yr Angor'
- },
- anchorId: 'Gan Id yr Elfen',
- anchorName: 'Gan Enw\'r Angor',
- charset: 'Set Nodau\'r Adnodd Cysylltiedig',
- cssClasses: 'Dosbarthiadau Dalen Arddull',
- emailAddress: 'Cyfeiriad E-Bost',
- emailBody: 'Corff y Neges',
- emailSubject: 'Testun y Neges',
- id: 'Id',
- info: 'Gwyb y Ddolen',
- langCode: 'Cod Iaith',
- langDir: 'Cyfeiriad Iaith',
- langDirLTR: 'Chwith i\'r Dde (LTR)',
- langDirRTL: 'Dde i\'r Chwith (RTL)',
- menu: 'Golygu Dolen',
- name: 'Enw',
- noAnchors: '(Dim angorau ar gael yn y ddogfen)',
- noEmail: 'Teipiwch gyfeiriad yr e-bost',
- noUrl: 'Teipiwch URL y ddolen',
- other: '<eraill>',
- popupDependent: 'Dibynnol (Netscape)',
- popupFeatures: 'Nodweddion Ffenestr Bop',
- popupFullScreen: 'Sgrin Llawn (IE)',
- popupLeft: 'Safle Chwith',
- popupLocationBar: 'Bar Safle',
- popupMenuBar: 'Dewislen',
- popupResizable: 'Ailfeintiol',
- popupScrollBars: 'Barrau Sgrolio',
- popupStatusBar: 'Bar Statws',
- popupToolbar: 'Bar Offer',
- popupTop: 'Safle Top',
- rel: 'Perthynas',
- selectAnchor: 'Dewiswch Angor',
- styles: 'Arddull',
- tabIndex: 'Indecs Tab',
- target: 'Targed',
- targetFrame: '<ffrâm>',
- targetFrameName: 'Enw Ffrâm y Targed',
- targetPopup: '<ffenestr bop>',
- targetPopupName: 'Enw Ffenestr Bop',
- title: 'Dolen',
- toAnchor: 'Dolen at angor yn y testun',
- toEmail: 'E-bost',
- toUrl: 'URL',
- toolbar: 'Dolen',
- type: 'Math y Ddolen',
- unlink: 'Datgysylltu',
- upload: 'Lanlwytho'
- } );
|