]> git.immae.eu Git - perso/Immae/Projets/packagist/connexionswing-ckeditor-component.git/blob - sources/plugins/forms/lang/cy.js
Upgrade to 4.5.7 and add some plugin
[perso/Immae/Projets/packagist/connexionswing-ckeditor-component.git] / sources / plugins / forms / lang / cy.js
1 /*
2 Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
3 For licensing, see LICENSE.md or http://ckeditor.com/license
4 */
5 CKEDITOR.plugins.setLang( 'forms', 'cy', {
6 button: {
7 title: 'Priodweddau Botymau',
8 text: 'Testun (Gwerth)',
9 type: 'Math',
10 typeBtn: 'Botwm',
11 typeSbm: 'Anfon',
12 typeRst: 'Ailosod'
13 },
14 checkboxAndRadio: {
15 checkboxTitle: 'Priodweddau Blwch Ticio',
16 radioTitle: 'Priodweddau Botwm Radio',
17 value: 'Gwerth',
18 selected: 'Dewiswyd',
19 required: 'Required' // MISSING
20 },
21 form: {
22 title: 'Priodweddau Ffurflen',
23 menu: 'Priodweddau Ffurflen',
24 action: 'Gweithred',
25 method: 'Dull',
26 encoding: 'Amgodio'
27 },
28 hidden: {
29 title: 'Priodweddau Maes Cudd',
30 name: 'Enw',
31 value: 'Gwerth'
32 },
33 select: {
34 title: 'Priodweddau Maes Dewis',
35 selectInfo: 'Gwyb Dewis',
36 opAvail: 'Opsiynau ar Gael',
37 value: 'Gwerth',
38 size: 'Maint',
39 lines: 'llinellau',
40 chkMulti: 'Caniatàu aml-ddewisiadau',
41 required: 'Required', // MISSING
42 opText: 'Testun',
43 opValue: 'Gwerth',
44 btnAdd: 'Ychwanegu',
45 btnModify: 'Newid',
46 btnUp: 'Lan',
47 btnDown: 'Lawr',
48 btnSetValue: 'Gosod fel gwerth a ddewiswyd',
49 btnDelete: 'Dileu'
50 },
51 textarea: {
52 title: 'Priodweddau Ardal Testun',
53 cols: 'Colofnau',
54 rows: 'Rhesi'
55 },
56 textfield: {
57 title: 'Priodweddau Maes Testun',
58 name: 'Enw',
59 value: 'Gwerth',
60 charWidth: 'Lled Nod',
61 maxChars: 'Uchafswm y Nodau',
62 required: 'Required', // MISSING
63 type: 'Math',
64 typeText: 'Testun',
65 typePass: 'Cyfrinair',
66 typeEmail: 'Ebost',
67 typeSearch: 'Chwilio',
68 typeTel: 'Rhif Ffôn',
69 typeUrl: 'URL'
70 }
71 } );