summaryrefslogtreecommitdiff
path: root/plugins/div/lang/cy.js
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/div/lang/cy.js')
-rw-r--r--plugins/div/lang/cy.js19
1 files changed, 19 insertions, 0 deletions
diff --git a/plugins/div/lang/cy.js b/plugins/div/lang/cy.js
new file mode 100644
index 0000000..98ff9db
--- /dev/null
+++ b/plugins/div/lang/cy.js
@@ -0,0 +1,19 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'div', 'cy', {
+ IdInputLabel: 'Id',
+ advisoryTitleInputLabel: 'Teitl Cynghorol',
+ cssClassInputLabel: 'Dosbarthiadau Ffeil Ddiwyg',
+ edit: 'Golygu Div',
+ inlineStyleInputLabel: 'Arddull Mewn Llinell',
+ langDirLTRLabel: 'Chwith i\'r Dde (LTR)',
+ langDirLabel: 'Cyfeiriad yr Iaith',
+ langDirRTLLabel: 'Dde i\'r Chwith (RTL)',
+ languageCodeInputLabel: ' Cod Iaith',
+ remove: 'Tynnu Div',
+ styleSelectLabel: 'Arddull',
+ title: 'Creu Cynhwysydd Div',
+ toolbar: 'Creu Cynhwysydd Div'
+});