]> git.immae.eu Git - perso/Immae/Projets/packagist/connexionswing-ckeditor-component.git/blob - sources/plugins/find/lang/en-ca.js
Initial commit
[perso/Immae/Projets/packagist/connexionswing-ckeditor-component.git] / sources / plugins / find / lang / en-ca.js
1 /*
2 Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
3 For licensing, see LICENSE.md or http://ckeditor.com/license
4 */
5 CKEDITOR.plugins.setLang( 'find', 'en-ca', {
6 find: 'Find',
7 findOptions: 'Find Options',
8 findWhat: 'Find what:',
9 matchCase: 'Match case',
10 matchCyclic: 'Match cyclic',
11 matchWord: 'Match whole word',
12 notFoundMsg: 'The specified text was not found.',
13 replace: 'Replace',
14 replaceAll: 'Replace All',
15 replaceSuccessMsg: '%1 occurrence(s) replaced.',
16 replaceWith: 'Replace with:',
17 title: 'Find and Replace'
18 } );