aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/find/lang/ms.js
blob: 8a002d595d838dcc17ebd2e6a444dcca1244e8f4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/*
Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'find', 'ms', {
	find: 'Cari',
	findOptions: 'Find Options',
	findWhat: 'Perkataan yang dicari:',
	matchCase: 'Padanan case huruf',
	matchCyclic: 'Match cyclic',
	matchWord: 'Padana Keseluruhan perkataan',
	notFoundMsg: 'Text yang dicari tidak dijumpai.',
	replace: 'Ganti',
	replaceAll: 'Ganti semua',
	replaceSuccessMsg: '%1 occurrence(s) replaced.',
	replaceWith: 'Diganti dengan:',
	title: 'Find and Replace'
} );