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