mirror of
https://github.com/UnickSoft/graphonline.git
synced 2025-07-04 00:36:45 +00:00
69 lines
1.5 KiB
JavaScript
Executable File
69 lines
1.5 KiB
JavaScript
Executable File
/*
|
|
Copyright (c) 2003-2013, 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: 'Gyrru',
|
|
typeRst: 'Ailosod'
|
|
},
|
|
checkboxAndRadio: {
|
|
checkboxTitle: 'Priodweddau Blwch Ticio',
|
|
radioTitle: 'Priodweddau Botwm Radio',
|
|
value: 'Gwerth',
|
|
selected: 'Dewiswyd'
|
|
},
|
|
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',
|
|
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',
|
|
type: 'Math',
|
|
typeText: 'Testun',
|
|
typePass: 'Cyfrinair',
|
|
typeEmail: 'Ebost',
|
|
typeSearch: 'Chwilio',
|
|
typeTel: 'Rhif Ffôn',
|
|
typeUrl: 'URL'
|
|
}
|
|
});
|