aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/find/lang/ms.js
diff options
context:
space:
mode:
Diffstat (limited to 'sources/plugins/find/lang/ms.js')
-rw-r--r--sources/plugins/find/lang/ms.js18
1 files changed, 18 insertions, 0 deletions
diff --git a/sources/plugins/find/lang/ms.js b/sources/plugins/find/lang/ms.js
new file mode 100644
index 00000000..79ceca0c
--- /dev/null
+++ b/sources/plugins/find/lang/ms.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', 'ms', {
6 find: 'Cari',
7 findOptions: 'Find Options',
8 findWhat: 'Perkataan yang dicari:',
9 matchCase: 'Padanan case huruf',
10 matchCyclic: 'Match cyclic',
11 matchWord: 'Padana Keseluruhan perkataan',
12 notFoundMsg: 'Text yang dicari tidak dijumpai.',
13 replace: 'Ganti',
14 replaceAll: 'Ganti semua',
15 replaceSuccessMsg: '%1 occurrence(s) replaced.',
16 replaceWith: 'Diganti dengan:',
17 title: 'Find and Replace'
18} );