aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/flash/lang/ms.js
diff options
context:
space:
mode:
Diffstat (limited to 'sources/plugins/flash/lang/ms.js')
-rw-r--r--sources/plugins/flash/lang/ms.js43
1 files changed, 43 insertions, 0 deletions
diff --git a/sources/plugins/flash/lang/ms.js b/sources/plugins/flash/lang/ms.js
new file mode 100644
index 00000000..f71871a1
--- /dev/null
+++ b/sources/plugins/flash/lang/ms.js
@@ -0,0 +1,43 @@
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( 'flash', 'ms', {
6 access: 'Script Access', // MISSING
7 accessAlways: 'Always', // MISSING
8 accessNever: 'Never', // MISSING
9 accessSameDomain: 'Same domain', // MISSING
10 alignAbsBottom: 'Bawah Mutlak',
11 alignAbsMiddle: 'Pertengahan Mutlak',
12 alignBaseline: 'Garis Dasar',
13 alignTextTop: 'Atas Text',
14 bgcolor: 'Warna Latarbelakang',
15 chkFull: 'Allow Fullscreen', // MISSING
16 chkLoop: 'Loop', // MISSING
17 chkMenu: 'Enable Flash Menu', // MISSING
18 chkPlay: 'Auto Play', // MISSING
19 flashvars: 'Variables for Flash', // MISSING
20 hSpace: 'Ruang Melintang',
21 properties: 'Flash Properties', // MISSING
22 propertiesTab: 'Properties', // MISSING
23 quality: 'Quality', // MISSING
24 qualityAutoHigh: 'Auto High', // MISSING
25 qualityAutoLow: 'Auto Low', // MISSING
26 qualityBest: 'Best', // MISSING
27 qualityHigh: 'High', // MISSING
28 qualityLow: 'Low', // MISSING
29 qualityMedium: 'Medium', // MISSING
30 scale: 'Scale', // MISSING
31 scaleAll: 'Show all', // MISSING
32 scaleFit: 'Exact Fit', // MISSING
33 scaleNoBorder: 'No Border', // MISSING
34 title: 'Flash Properties', // MISSING
35 vSpace: 'Ruang Menegak',
36 validateHSpace: 'HSpace must be a number.', // MISSING
37 validateSrc: 'Sila taip sambungan URL',
38 validateVSpace: 'VSpace must be a number.', // MISSING
39 windowMode: 'Window mode', // MISSING
40 windowModeOpaque: 'Opaque', // MISSING
41 windowModeTransparent: 'Transparent', // MISSING
42 windowModeWindow: 'Window' // MISSING
43} );