aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/find/lang/cy.js
diff options
context:
space:
mode:
Diffstat (limited to 'sources/plugins/find/lang/cy.js')
-rw-r--r--sources/plugins/find/lang/cy.js18
1 files changed, 18 insertions, 0 deletions
diff --git a/sources/plugins/find/lang/cy.js b/sources/plugins/find/lang/cy.js
new file mode 100644
index 00000000..ad3ad22a
--- /dev/null
+++ b/sources/plugins/find/lang/cy.js
@@ -0,0 +1,18 @@
1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/
5CKEDITOR.plugins.setLang( 'find', 'cy', {
6 find: 'Chwilio',
7 findOptions: 'Opsiynau Chwilio',
8 findWhat: 'Chwilio\'r term:',
9 matchCase: 'Cydweddu\'r cas',
10 matchCyclic: 'Cydweddu\'n gylchol',
11 matchWord: 'Cydweddu gair cyfan',
12 notFoundMsg: 'Nid oedd y testun wedi\'i ddarganfod.',
13 replace: 'Amnewid Un',
14 replaceAll: 'Amnewid Pob',
15 replaceSuccessMsg: 'Amnewidiwyd %1 achlysur.',
16 replaceWith: 'Amnewid gyda:',
17 title: 'Chwilio ac Amnewid'
18} );