aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/find/lang/ca.js
diff options
context:
space:
mode:
Diffstat (limited to 'sources/plugins/find/lang/ca.js')
-rw-r--r--sources/plugins/find/lang/ca.js18
1 files changed, 18 insertions, 0 deletions
diff --git a/sources/plugins/find/lang/ca.js b/sources/plugins/find/lang/ca.js
new file mode 100644
index 00000000..eea8b4b0
--- /dev/null
+++ b/sources/plugins/find/lang/ca.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', 'ca', {
6 find: 'Cerca',
7 findOptions: 'Opcions de Cerca',
8 findWhat: 'Cerca el:',
9 matchCase: 'Distingeix majúscules/minúscules',
10 matchCyclic: 'Coincidència cíclica',
11 matchWord: 'Només paraules completes',
12 notFoundMsg: 'El text especificat no s\'ha trobat.',
13 replace: 'Reemplaça',
14 replaceAll: 'Reemplaça-ho tot',
15 replaceSuccessMsg: '%1 ocurrència/es reemplaçada/es.',
16 replaceWith: 'Reemplaça amb:',
17 title: 'Cerca i reemplaça'
18} );