aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/link/lang/cy.js
blob: 5d2b56822dd0f4b83c40780f02c6afbc8ffad85e (plain) (blame)
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
/*
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'
} );