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