diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2016-01-25 17:45:33 +0100 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2016-01-25 18:00:33 +0100 |
commit | 7adcb81e4f83f98c468889aaa5a85558ba88c770 (patch) | |
tree | 0d6ede733777b29060b48df4afaa2c64bfbae276 /sources/lang/ms.js | |
download | connexionswing-ckeditor-component-7adcb81e4f83f98c468889aaa5a85558ba88c770.tar.gz connexionswing-ckeditor-component-7adcb81e4f83f98c468889aaa5a85558ba88c770.tar.zst connexionswing-ckeditor-component-7adcb81e4f83f98c468889aaa5a85558ba88c770.zip |
Initial commit4.5.6
Diffstat (limited to 'sources/lang/ms.js')
-rw-r--r-- | sources/lang/ms.js | 100 |
1 files changed, 100 insertions, 0 deletions
diff --git a/sources/lang/ms.js b/sources/lang/ms.js new file mode 100644 index 00000000..911deef8 --- /dev/null +++ b/sources/lang/ms.js | |||
@@ -0,0 +1,100 @@ | |||
1 | /** | ||
2 | * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. | ||
3 | * For licensing, see LICENSE.md or http://ckeditor.com/license | ||
4 | */ | ||
5 | |||
6 | /** | ||
7 | * @fileOverview Defines the {@link CKEDITOR.lang} object, for the | ||
8 | * Malay language. | ||
9 | */ | ||
10 | |||
11 | /**#@+ | ||
12 | @type String | ||
13 | @example | ||
14 | */ | ||
15 | |||
16 | /** | ||
17 | * Contains the dictionary of language entries. | ||
18 | * @namespace | ||
19 | */ | ||
20 | CKEDITOR.lang[ 'ms' ] = { | ||
21 | // ARIA description. | ||
22 | editor: 'Rich Text Editor', // MISSING | ||
23 | editorPanel: 'Rich Text Editor panel', // MISSING | ||
24 | |||
25 | // Common messages and labels. | ||
26 | common: { | ||
27 | // Screenreader titles. Please note that screenreaders are not always capable | ||
28 | // of reading non-English words. So be careful while translating it. | ||
29 | editorHelp: 'Press ALT 0 for help', // MISSING | ||
30 | |||
31 | browseServer: 'Browse Server', | ||
32 | url: 'URL', | ||
33 | protocol: 'Protokol', | ||
34 | upload: 'Muat Naik', | ||
35 | uploadSubmit: 'Hantar ke Server', | ||
36 | image: 'Gambar', | ||
37 | flash: 'Flash', // MISSING | ||
38 | form: 'Borang', | ||
39 | checkbox: 'Checkbox', | ||
40 | radio: 'Butang Radio', | ||
41 | textField: 'Text Field', | ||
42 | textarea: 'Textarea', | ||
43 | hiddenField: 'Field Tersembunyi', | ||
44 | button: 'Butang', | ||
45 | select: 'Field Pilihan', | ||
46 | imageButton: 'Butang Bergambar', | ||
47 | notSet: '<tidak di set>', | ||
48 | id: 'Id', | ||
49 | name: 'Nama', | ||
50 | langDir: 'Arah Tulisan', | ||
51 | langDirLtr: 'Kiri ke Kanan (LTR)', | ||
52 | langDirRtl: 'Kanan ke Kiri (RTL)', | ||
53 | langCode: 'Kod Bahasa', | ||
54 | longDescr: 'Butiran Panjang URL', | ||
55 | cssClass: 'Kelas-kelas Stylesheet', | ||
56 | advisoryTitle: 'Tajuk Makluman', | ||
57 | cssStyle: 'Stail', | ||
58 | ok: 'OK', | ||
59 | cancel: 'Batal', | ||
60 | close: 'Tutup', | ||
61 | preview: 'Prebiu', | ||
62 | resize: 'Resize', // MISSING | ||
63 | generalTab: 'Umum', | ||
64 | advancedTab: 'Advanced', | ||
65 | validateNumberFailed: 'This value is not a number.', // MISSING | ||
66 | confirmNewPage: 'Any unsaved changes to this content will be lost. Are you sure you want to load new page?', // MISSING | ||
67 | confirmCancel: 'You have changed some options. Are you sure you want to close the dialog window?', // MISSING | ||
68 | options: 'Options', // MISSING | ||
69 | target: 'Sasaran', | ||
70 | targetNew: 'New Window (_blank)', // MISSING | ||
71 | targetTop: 'Topmost Window (_top)', // MISSING | ||
72 | targetSelf: 'Same Window (_self)', // MISSING | ||
73 | targetParent: 'Parent Window (_parent)', // MISSING | ||
74 | langDirLTR: 'Kiri ke Kanan (LTR)', | ||
75 | langDirRTL: 'Kanan ke Kiri (RTL)', | ||
76 | styles: 'Stail', | ||
77 | cssClasses: 'Kelas-kelas Stylesheet', | ||
78 | width: 'Lebar', | ||
79 | height: 'Tinggi', | ||
80 | align: 'Jajaran', | ||
81 | alignLeft: 'Kiri', | ||
82 | alignRight: 'Kanan', | ||
83 | alignCenter: 'Tengah', | ||
84 | alignJustify: 'Jajaran Blok', | ||
85 | alignTop: 'Atas', | ||
86 | alignMiddle: 'Pertengahan', | ||
87 | alignBottom: 'Bawah', | ||
88 | alignNone: 'None', // MISSING | ||
89 | invalidValue : 'Nilai tidak sah.', | ||
90 | invalidHeight: 'Height must be a number.', // MISSING | ||
91 | invalidWidth: 'Width must be a number.', // MISSING | ||
92 | invalidCssLength: 'Value specified for the "%1" field must be a positive number with or without a valid CSS measurement unit (px, %, in, cm, mm, em, ex, pt, or pc).', // MISSING | ||
93 | invalidHtmlLength: 'Value specified for the "%1" field must be a positive number with or without a valid HTML measurement unit (px or %).', // MISSING | ||
94 | invalidInlineStyle: 'Value specified for the inline style must consist of one or more tuples with the format of "name : value", separated by semi-colons.', // MISSING | ||
95 | cssLengthTooltip: 'Enter a number for a value in pixels or a number with a valid CSS unit (px, %, in, cm, mm, em, ex, pt, or pc).', // MISSING | ||
96 | |||
97 | // Put the voice-only part of the label in the span. | ||
98 | unavailable: '%1<span class="cke_accessibility">, unavailable</span>' // MISSING | ||
99 | } | ||
100 | }; | ||