1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
| tinyMCE.addI18n('id.advanced_dlg',{
| about_title:"Tentang TinyMCE",
| about_general:"Tentang",
| about_help:"Bantuan",
| about_license:"Lisensi",
| about_plugins:"Plugins",
| about_plugin:"Plugin",
| about_author:"Penulis",
| about_version:"Versi",
| about_loaded:"Loaded plugins",
| anchor_title:"Insert/edit anchor",
| anchor_name:"Anchor name",
| code_title:"HTML Source Editor",
| code_wordwrap:"Word wrap",
| colorpicker_title:"Select a color",
| colorpicker_picker_tab:"Picker",
| colorpicker_picker_title:"Color picker",
| colorpicker_palette_tab:"Palette",
| colorpicker_palette_title:"Palette colors",
| colorpicker_named_tab:"Named",
| colorpicker_named_title:"Named colors",
| colorpicker_color:"Color:",
| colorpicker_name:"Name:",
| charmap_title:"Pilih custom character",
| image_title:"Insert/edit image",
| image_src:"Image URL",
| image_alt:"Image description",
| image_list:"Image list",
| image_border:"Border",
| image_dimensions:"Dimensions",
| image_vspace:"Vertical space",
| image_hspace:"Horizontal space",
| image_align:"Alignment",
| image_align_baseline:"Baseline",
| image_align_top:"Top",
| image_align_middle:"Middle",
| image_align_bottom:"Bottom",
| image_align_texttop:"Text top",
| image_align_textbottom:"Text bottom",
| image_align_left:"Left",
| image_align_right:"Right",
| link_title:"Insert/edit link",
| link_url:"Link URL",
| link_target:"Target",
| link_target_same:"Buka link pada window yang sama",
| link_target_blank:"Buka link pada window baru",
| link_titlefield:"Judul",
| link_is_email:"URL yang Anda sisipkan tampaknya e-mail, Anda ingin menambahkan awalan 'mailto:'?",
| link_is_external:"URL yang Anda sisipkan tampaknya link eksternal, Anda ingin menambahkan awalan 'http://'?",
| link_list:"Daftar Link"
| });
|
|