1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071 |
- /*
- 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'
- }
- } );
|