aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/div/lang/cy.js
diff options
context:
space:
mode:
Diffstat (limited to 'sources/plugins/div/lang/cy.js')
-rw-r--r--sources/plugins/div/lang/cy.js19
1 files changed, 19 insertions, 0 deletions
diff --git a/sources/plugins/div/lang/cy.js b/sources/plugins/div/lang/cy.js
new file mode 100644
index 0000000..5e9914e
--- /dev/null
+++ b/sources/plugins/div/lang/cy.js
@@ -0,0 +1,19 @@
1/*
2Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/
5CKEDITOR.plugins.setLang( 'div', 'cy', {
6 IdInputLabel: 'Id',
7 advisoryTitleInputLabel: 'Teitl Cynghorol',
8 cssClassInputLabel: 'Dosbarthiadau Ffeil Arddull',
9 edit: 'Golygu Div',
10 inlineStyleInputLabel: 'Arddull Mewn Llinell',
11 langDirLTRLabel: 'Chwith i\'r Dde (LTR)',
12 langDirLabel: 'Cyfeiriad yr Iaith',
13 langDirRTLLabel: 'Dde i\'r Chwith (RTL)',
14 languageCodeInputLabel: ' Cod Iaith',
15 remove: 'Tynnu Div',
16 styleSelectLabel: 'Arddull',
17 title: 'Creu Cynhwysydd Div',
18 toolbar: 'Creu Cynhwysydd Div'
19} );