diff options
Diffstat (limited to 'plugins/find/lang/ca.js')
| -rw-r--r-- | plugins/find/lang/ca.js | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/plugins/find/lang/ca.js b/plugins/find/lang/ca.js new file mode 100644 index 0000000..f201ea4 --- /dev/null +++ b/plugins/find/lang/ca.js @@ -0,0 +1,18 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'find', 'ca', {
+ find: 'Cerca',
+ findOptions: 'Opcions de Cerca',
+ findWhat: 'Cerca el:',
+ matchCase: 'Distingeix majúscules/minúscules',
+ matchCyclic: 'Match cyclic',
+ matchWord: 'Només paraules completes',
+ notFoundMsg: 'El text especificat no s\'ha trobat.',
+ replace: 'Reemplaça',
+ replaceAll: 'Reemplaça-ho tot',
+ replaceSuccessMsg: '%1 ocurrència/es reemplaçada/es.',
+ replaceWith: 'Reemplaça amb:',
+ title: 'Cerca i reemplaça'
+});
|
