aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/forms/lang/cy.js
blob: 6fb1e19f42d1f1c364b4761342c620ec13cf0b8e (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
66
67
68
69
70
71
/*
Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'forms', 'cy', {
	button: {
		title: 'Priodweddau Botymau',
		text: 'Testun (Gwerth)',
		type: 'Math',
		typeBtn: 'Botwm',
		typeSbm: 'Anfon',
		typeRst: 'Ailosod'
	},
	checkboxAndRadio: {
		checkboxTitle: 'Priodweddau Blwch Ticio',
		radioTitle: 'Priodweddau Botwm Radio',
		value: 'Gwerth',
		selected: 'Dewiswyd',
		required: 'Required' // MISSING
	},
	form: {
		title: 'Priodweddau Ffurflen',
		menu: 'Priodweddau Ffurflen',
		action: 'Gweithred',
		method: 'Dull',
		encoding: 'Amgodio'
	},
	hidden: {
		title: 'Priodweddau Maes Cudd',
		name: 'Enw',
		value: 'Gwerth'
	},
	select: {
		title: 'Priodweddau Maes Dewis',
		selectInfo: 'Gwyb Dewis',
		opAvail: 'Opsiynau ar Gael',
		value: 'Gwerth',
		size: 'Maint',
		lines: 'llinellau',
		chkMulti: 'Caniatàu aml-ddewisiadau',
		required: 'Required', // MISSING
		opText: 'Testun',
		opValue: 'Gwerth',
		btnAdd: 'Ychwanegu',
		btnModify: 'Newid',
		btnUp: 'Lan',
		btnDown: 'Lawr',
		btnSetValue: 'Gosod fel gwerth a ddewiswyd',
		btnDelete: 'Dileu'
	},
	textarea: {
		title: 'Priodweddau Ardal Testun',
		cols: 'Colofnau',
		rows: 'Rhesi'
	},
	textfield: {
		title: 'Priodweddau Maes Testun',
		name: 'Enw',
		value: 'Gwerth',
		charWidth: 'Lled Nod',
		maxChars: 'Uchafswm y Nodau',
		required: 'Required', // MISSING
		type: 'Math',
		typeText: 'Testun',
		typePass: 'Cyfrinair',
		typeEmail: 'Ebost',
		typeSearch: 'Chwilio',
		typeTel: 'Rhif Ffôn',
		typeUrl: 'URL'
	}
} );