[2738] | 1 | /* |
---|
[3175] | 2 | Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. |
---|
[2962] | 3 | For licensing, see LICENSE.md or http://ckeditor.com/license |
---|
[2741] | 4 | */ |
---|
| 5 | CKEDITOR.lang['id'] = { |
---|
| 6 | undo : |
---|
| 7 | { |
---|
| 8 | redo : 'Kembali lakukan', |
---|
| 9 | undo : 'Batalkan perlakuan' |
---|
| 10 | }, |
---|
| 11 | toolbar : |
---|
| 12 | { |
---|
| 13 | toolbarCollapse : 'Ciutkan Toolbar', |
---|
| 14 | toolbarExpand : 'Bentangkan Toolbar', |
---|
| 15 | toolbarGroups : |
---|
| 16 | { |
---|
| 17 | document : 'Dokumen', |
---|
| 18 | clipboard : 'Papan klip / Kembalikan perlakuan', |
---|
| 19 | editing : 'Sunting', |
---|
| 20 | forms : 'Formulir', |
---|
| 21 | basicstyles : 'Gaya Dasar', |
---|
| 22 | paragraph : 'Paragraf', |
---|
| 23 | links : 'Tautan', |
---|
| 24 | insert : 'Sisip', |
---|
| 25 | styles : 'Gaya', |
---|
| 26 | colors : 'Warna', |
---|
| 27 | tools : 'Alat' |
---|
| 28 | }, |
---|
[3175] | 29 | toolbars : 'Toolbar Penyunting' |
---|
[2741] | 30 | }, |
---|
| 31 | templates : |
---|
| 32 | { |
---|
| 33 | button : 'Contoh', |
---|
| 34 | emptyListMsg : '(Tidak ada contoh didefinisikan)', |
---|
| 35 | insertOption : 'Ganti konten sebenarnya', |
---|
| 36 | options : 'Opsi Contoh', |
---|
| 37 | selectPromptMsg : 'Mohon pilih contoh untuk dibuka di editor', |
---|
| 38 | title : 'Contoh Konten' |
---|
| 39 | }, |
---|
| 40 | table : |
---|
| 41 | { |
---|
| 42 | border : 'Ukuran batas', |
---|
| 43 | caption : 'Judul halaman', |
---|
| 44 | cell : |
---|
| 45 | { |
---|
| 46 | menu : 'Sel', |
---|
| 47 | insertBefore : 'Sisip Sel Sebelum', |
---|
| 48 | insertAfter : 'Sisip Sel Setelah', |
---|
| 49 | deleteCell : 'Hapus Sel', |
---|
| 50 | merge : 'Gabungkan Sel', |
---|
| 51 | mergeRight : 'Gabungkan ke Kanan', |
---|
| 52 | mergeDown : 'Gabungkan ke Bawah', |
---|
| 53 | splitHorizontal : 'Pisahkan Sel Secara Horisontal', |
---|
| 54 | splitVertical : 'Pisahkan Sel Secara Vertikal', |
---|
| 55 | title : 'Properti Sel', |
---|
| 56 | cellType : 'Tipe Sel', |
---|
| 57 | rowSpan : 'Rentang antar baris', |
---|
| 58 | colSpan : 'Rentang antar kolom', |
---|
| 59 | wordWrap : 'Word Wrap', |
---|
| 60 | hAlign : 'Jajaran Horisontal', |
---|
| 61 | vAlign : 'Jajaran Vertikal', |
---|
| 62 | alignBaseline : 'Dasar', |
---|
| 63 | bgColor : 'Warna Latar Belakang', |
---|
| 64 | borderColor : 'Warna Batasan', |
---|
| 65 | data : 'Data', |
---|
| 66 | header : 'Header', |
---|
| 67 | yes : 'Ya', |
---|
| 68 | no : 'Tidak', |
---|
| 69 | invalidWidth : 'Lebar sel harus sebuah angka.', |
---|
| 70 | invalidHeight : 'Tinggi sel harus sebuah angka', |
---|
| 71 | invalidRowSpan : 'Rentang antar baris harus angka seluruhnya.', |
---|
| 72 | invalidColSpan : 'Rentang antar kolom harus angka seluruhnya', |
---|
| 73 | chooseColor : 'Pilih' |
---|
| 74 | }, |
---|
| 75 | cellPad : 'Sel spasi dalam', |
---|
| 76 | cellSpace : 'Spasi antar sel', |
---|
| 77 | column : |
---|
| 78 | { |
---|
| 79 | menu : 'Kolom', |
---|
| 80 | insertBefore : 'Sisip Kolom Sebelum', |
---|
| 81 | insertAfter : 'Sisip Kolom Sesudah', |
---|
| 82 | deleteColumn : 'Hapus Kolom' |
---|
| 83 | }, |
---|
| 84 | columns : 'Kolom', |
---|
| 85 | deleteTable : 'Hapus Tabel', |
---|
| 86 | headers : 'Headers', |
---|
| 87 | headersBoth : 'Keduanya', |
---|
| 88 | headersColumn : 'Kolom pertama', |
---|
| 89 | headersNone : 'Tidak ada', |
---|
| 90 | headersRow : 'Baris Pertama', |
---|
| 91 | invalidBorder : 'Ukuran batasan harus sebuah angka', |
---|
| 92 | invalidCellPadding : '\'Spasi dalam\' sel harus angka positif.', |
---|
| 93 | invalidCellSpacing : 'Spasi antar sel harus angka positif.', |
---|
| 94 | invalidCols : 'Jumlah kolom harus sebuah angka lebih besar dari 0', |
---|
| 95 | invalidHeight : 'Tinggi tabel harus sebuah angka.', |
---|
| 96 | invalidRows : 'Jumlah barus harus sebuah angka dan lebih besar dari 0.', |
---|
| 97 | invalidWidth : 'Lebar tabel harus sebuah angka.', |
---|
| 98 | menu : 'Properti Tabel', |
---|
| 99 | row : |
---|
| 100 | { |
---|
| 101 | menu : 'Baris', |
---|
| 102 | insertBefore : 'Sisip Baris Sebelum', |
---|
| 103 | insertAfter : 'Sisip Baris Sesudah', |
---|
| 104 | deleteRow : 'Hapus Baris' |
---|
| 105 | }, |
---|
| 106 | rows : 'Baris', |
---|
| 107 | summary : 'Intisari', |
---|
| 108 | title : 'Properti Tabel', |
---|
| 109 | toolbar : 'Tabe', |
---|
| 110 | widthPc : 'persen', |
---|
| 111 | widthPx : 'piksel', |
---|
| 112 | widthUnit : 'lebar satuan' |
---|
| 113 | }, |
---|
| 114 | stylescombo : |
---|
| 115 | { |
---|
| 116 | label : 'Gaya', |
---|
| 117 | panelTitle : 'Formatting Styles', |
---|
| 118 | panelTitle1 : 'Block Styles', |
---|
| 119 | panelTitle2 : 'Inline Styles', |
---|
| 120 | panelTitle3 : 'Object Styles' |
---|
| 121 | }, |
---|
| 122 | specialchar : |
---|
| 123 | { |
---|
| 124 | options : 'Opsi spesial karakter', |
---|
| 125 | title : 'Pilih spesial karakter', |
---|
| 126 | toolbar : 'Sisipkan spesial karakter' |
---|
| 127 | }, |
---|
| 128 | sourcearea : |
---|
| 129 | { |
---|
| 130 | toolbar : 'Sumber' |
---|
| 131 | }, |
---|
| 132 | removeformat : |
---|
| 133 | { |
---|
| 134 | toolbar : 'Hapus Format' |
---|
| 135 | }, |
---|
| 136 | print : |
---|
| 137 | { |
---|
| 138 | toolbar : 'Cetak' |
---|
| 139 | }, |
---|
| 140 | pastetext : |
---|
| 141 | { |
---|
| 142 | button : 'Tempel sebagai teks polos', |
---|
| 143 | title : 'Tempel sebagai Teks Polos' |
---|
| 144 | }, |
---|
| 145 | pastefromword : |
---|
| 146 | { |
---|
| 147 | confirmCleanup : 'Teks yang ingin anda tempel sepertinya di salin dari Word. Apakah anda mau membersihkannya sebelum menempel?', |
---|
| 148 | error : 'Tidak mungkin membersihkan data yang ditempel dikerenakan kesalahan internal', |
---|
| 149 | title : 'Tempel dari Word', |
---|
| 150 | toolbar : 'Tempel dari Word' |
---|
| 151 | }, |
---|
| 152 | maximize : |
---|
| 153 | { |
---|
| 154 | maximize : 'Memperbesar', |
---|
| 155 | minimize : 'Memperkecil' |
---|
| 156 | }, |
---|
| 157 | magicline : |
---|
| 158 | { |
---|
| 159 | title : 'Masukkan paragraf disini' |
---|
| 160 | }, |
---|
| 161 | liststyle : |
---|
| 162 | { |
---|
| 163 | armenian : 'Armenian numbering', |
---|
| 164 | bulletedTitle : 'Bulleted List Properties', |
---|
| 165 | circle : 'Lingkaran', |
---|
| 166 | decimal : 'Desimal (1, 2, 3, dst.)', |
---|
| 167 | decimalLeadingZero : 'Desimal diawali angka nol (01, 02, 03, dst.)', |
---|
| 168 | disc : 'Cakram', |
---|
| 169 | georgian : 'Georgian numbering (an, ban, gan, etc.)', |
---|
| 170 | lowerAlpha : 'Huruf Kecil (a, b, c, d, e, dst.)', |
---|
| 171 | lowerGreek : 'Lower Greek (alpha, beta, gamma, etc.)', |
---|
| 172 | lowerRoman : 'Angka Romawi (i, ii, iii, iv, v, dst.)', |
---|
| 173 | none : 'Tidak ada', |
---|
| 174 | notset : '<tidak diatur>', |
---|
| 175 | numberedTitle : 'Numbered List Properties', |
---|
| 176 | square : 'Persegi', |
---|
| 177 | start : 'Mulai', |
---|
| 178 | type : 'Tipe', |
---|
| 179 | upperAlpha : 'Huruf Besar (A, B, C, D, E, dst.)', |
---|
| 180 | upperRoman : 'Upper Roman (I, II, III, IV, V, etc.)', |
---|
| 181 | validateStartNumber : 'List start number must be a whole number.' |
---|
| 182 | }, |
---|
| 183 | list : |
---|
| 184 | { |
---|
| 185 | bulletedlist : 'Sisip/Hapus Daftar Bullet', |
---|
| 186 | numberedlist : 'Sisip/Hapus Daftar Bernomor' |
---|
| 187 | }, |
---|
| 188 | link : |
---|
| 189 | { |
---|
| 190 | acccessKey : 'Access Key', |
---|
| 191 | advanced : 'Advanced', |
---|
| 192 | advisoryContentType : 'Advisory Content Type', |
---|
| 193 | advisoryTitle : 'Penasehat Judul', |
---|
| 194 | anchor : |
---|
| 195 | { |
---|
| 196 | toolbar : 'Anchor', |
---|
| 197 | menu : 'Edit Anchor', |
---|
| 198 | title : 'Anchor Properties', |
---|
| 199 | name : 'Anchor Name', |
---|
| 200 | errorName : 'Please type the anchor name', |
---|
| 201 | remove : 'Remove Anchor' |
---|
| 202 | }, |
---|
| 203 | anchorId : 'By Element Id', |
---|
| 204 | anchorName : 'By Anchor Name', |
---|
| 205 | charset : 'Linked Resource Charset', |
---|
| 206 | cssClasses : 'Kelas Stylesheet', |
---|
[3271] | 207 | download : 'Force Download', |
---|
[3175] | 208 | emailAddress : 'Alamat E-mail', |
---|
[2741] | 209 | emailBody : 'Message Body', |
---|
[3175] | 210 | emailSubject : 'Judul Pesan', |
---|
[2741] | 211 | id : 'Id', |
---|
| 212 | info : 'Link Info', |
---|
| 213 | langCode : 'Kode Bahasa', |
---|
| 214 | langDir : 'Arah Bahasa', |
---|
| 215 | langDirLTR : 'Kiri ke Kanan (LTR)', |
---|
| 216 | langDirRTL : 'Kanan ke Kiri (RTL)', |
---|
[3175] | 217 | menu : 'Sunting Tautan', |
---|
[2741] | 218 | name : 'Nama', |
---|
| 219 | noAnchors : '(No anchors available in the document)', |
---|
[3175] | 220 | noEmail : 'Silahkan ketikkan alamat e-mail', |
---|
| 221 | noUrl : 'Silahkan ketik URL tautan', |
---|
| 222 | other : '<lainnya>', |
---|
[2741] | 223 | popupDependent : 'Dependent (Netscape)', |
---|
| 224 | popupFeatures : 'Popup Window Features', |
---|
| 225 | popupFullScreen : 'Full Screen (IE)', |
---|
| 226 | popupLeft : 'Left Position', |
---|
| 227 | popupLocationBar : 'Location Bar', |
---|
| 228 | popupMenuBar : 'Menu Bar', |
---|
| 229 | popupResizable : 'Resizable', |
---|
| 230 | popupScrollBars : 'Scroll Bars', |
---|
| 231 | popupStatusBar : 'Status Bar', |
---|
| 232 | popupToolbar : 'Toolbar', |
---|
| 233 | popupTop : 'Top Position', |
---|
[3175] | 234 | rel : 'Hubungan', |
---|
[2741] | 235 | selectAnchor : 'Select an Anchor', |
---|
| 236 | styles : 'Gaya', |
---|
| 237 | tabIndex : 'Tab Index', |
---|
| 238 | target : 'Sasaran', |
---|
| 239 | targetFrame : '<frame>', |
---|
| 240 | targetFrameName : 'Target Frame Name', |
---|
| 241 | targetPopup : '<popup window>', |
---|
| 242 | targetPopupName : 'Popup Window Name', |
---|
| 243 | title : 'Tautan', |
---|
| 244 | toAnchor : 'Link to anchor in the text', |
---|
| 245 | toEmail : 'E-mail', |
---|
| 246 | toUrl : 'URL', |
---|
| 247 | toolbar : 'Tautan', |
---|
| 248 | type : 'Link Type', |
---|
| 249 | unlink : 'Unlink', |
---|
| 250 | upload : 'Unggah' |
---|
| 251 | }, |
---|
| 252 | justify : |
---|
| 253 | { |
---|
| 254 | block : 'Rata kiri-kanan', |
---|
| 255 | center : 'Pusat', |
---|
| 256 | left : 'Align Left', |
---|
| 257 | right : 'Align Right' |
---|
| 258 | }, |
---|
| 259 | indent : |
---|
| 260 | { |
---|
| 261 | indent : 'Tingkatkan Lekuk', |
---|
| 262 | outdent : 'Kurangi Lekuk' |
---|
| 263 | }, |
---|
| 264 | image : |
---|
| 265 | { |
---|
| 266 | alt : 'Teks alternatif', |
---|
| 267 | border : 'Batas', |
---|
| 268 | btnUpload : 'Kirim ke Server', |
---|
| 269 | button2Img : 'Do you want to transform the selected image button on a simple image?', |
---|
| 270 | hSpace : 'HSpace', |
---|
[3175] | 271 | img2Button : 'Apakah anda ingin mengubah gambar yang dipilih pada tombol gambar?', |
---|
[2741] | 272 | infoTab : 'Info Gambar', |
---|
| 273 | linkTab : 'Tautan', |
---|
| 274 | lockRatio : 'Lock Ratio', |
---|
| 275 | menu : 'Image Properties', |
---|
[3175] | 276 | resetSize : 'Atur Ulang Ukuran', |
---|
[2741] | 277 | title : 'Image Properties', |
---|
| 278 | titleButton : 'Image Button Properties', |
---|
| 279 | upload : 'Unggah', |
---|
| 280 | urlMissing : 'Image source URL is missing.', |
---|
| 281 | vSpace : 'VSpace', |
---|
[3175] | 282 | validateBorder : 'Border harus berupa angka', |
---|
| 283 | validateHSpace : 'HSpace harus berupa angka', |
---|
[2741] | 284 | validateVSpace : 'VSpace must be a whole number.' |
---|
| 285 | }, |
---|
| 286 | horizontalrule : |
---|
| 287 | { |
---|
| 288 | toolbar : 'Sisip Garis Horisontal' |
---|
| 289 | }, |
---|
| 290 | format : |
---|
| 291 | { |
---|
| 292 | label : 'Bentuk', |
---|
| 293 | panelTitle : 'Bentuk Paragraf', |
---|
| 294 | tag_address : 'Alamat', |
---|
| 295 | tag_div : 'Normal (DIV)', |
---|
| 296 | tag_h1 : 'Heading 1', |
---|
| 297 | tag_h2 : 'Heading 2', |
---|
| 298 | tag_h3 : 'Heading 3', |
---|
| 299 | tag_h4 : 'Heading 4', |
---|
| 300 | tag_h5 : 'Heading 5', |
---|
| 301 | tag_h6 : 'Heading 6', |
---|
| 302 | tag_p : 'Normal', |
---|
| 303 | tag_pre : 'Membentuk' |
---|
| 304 | }, |
---|
| 305 | fakeobjects : |
---|
| 306 | { |
---|
| 307 | anchor : 'Anchor', |
---|
| 308 | flash : 'Animasi Flash', |
---|
| 309 | hiddenfield : 'Kolom Tersembunyi', |
---|
| 310 | iframe : 'IFrame', |
---|
| 311 | unknown : 'Obyek Tak Dikenal' |
---|
| 312 | }, |
---|
| 313 | elementspath : |
---|
| 314 | { |
---|
| 315 | eleLabel : 'Elements path', |
---|
| 316 | eleTitle : '%1 element' |
---|
| 317 | }, |
---|
| 318 | div : |
---|
| 319 | { |
---|
| 320 | IdInputLabel : 'Id', |
---|
| 321 | advisoryTitleInputLabel : 'Penasehat Judul', |
---|
| 322 | cssClassInputLabel : 'Kelas Stylesheet', |
---|
| 323 | edit : 'Sunting Div', |
---|
| 324 | inlineStyleInputLabel : 'Inline Style', |
---|
| 325 | langDirLTRLabel : 'Kiri ke Kanan (LTR)', |
---|
| 326 | langDirLabel : 'Arah Bahasa', |
---|
| 327 | langDirRTLLabel : 'Kanan ke Kiri (RTL)', |
---|
| 328 | languageCodeInputLabel : 'Kode Bahasa', |
---|
| 329 | remove : 'Hapus Div', |
---|
| 330 | styleSelectLabel : 'Gaya', |
---|
| 331 | title : 'Ciptakan Wadah Div', |
---|
| 332 | toolbar : 'Cipatakan Wadah Div' |
---|
| 333 | }, |
---|
| 334 | contextmenu : |
---|
| 335 | { |
---|
| 336 | options : 'Opsi Konteks Pilihan' |
---|
| 337 | }, |
---|
| 338 | colorbutton : |
---|
| 339 | { |
---|
| 340 | auto : 'Automatic', |
---|
| 341 | bgColorTitle : 'Warna Latar Belakang', |
---|
| 342 | colors : |
---|
| 343 | { |
---|
[3175] | 344 | '000' : 'Hitam', |
---|
| 345 | '800000' : 'Merah Tua', |
---|
[2741] | 346 | '8B4513' : 'Saddle Brown', |
---|
| 347 | '2F4F4F' : 'Dark Slate Gray', |
---|
| 348 | '008080' : 'Teal', |
---|
| 349 | '000080' : 'Navy', |
---|
| 350 | '4B0082' : 'Indigo', |
---|
[3175] | 351 | '696969' : 'Abu-abu Gelap', |
---|
| 352 | B22222 : 'Merah Bata', |
---|
| 353 | A52A2A : 'Coklat', |
---|
[2741] | 354 | DAA520 : 'Golden Rod', |
---|
[3175] | 355 | '006400' : 'Hijau Gelap', |
---|
[2741] | 356 | '40E0D0' : 'Turquoise', |
---|
[3175] | 357 | '0000CD' : 'Biru Sedang', |
---|
| 358 | '800080' : 'Ungu', |
---|
| 359 | '808080' : 'Abu-abu', |
---|
| 360 | F00 : 'Merah', |
---|
| 361 | FF8C00 : 'Jingga Gelap', |
---|
| 362 | FFD700 : 'Emas', |
---|
| 363 | '008000' : 'Hijau', |
---|
[2741] | 364 | '0FF' : 'Cyan', |
---|
[3175] | 365 | '00F' : 'Biru', |
---|
[2741] | 366 | EE82EE : 'Violet', |
---|
[3175] | 367 | A9A9A9 : 'Abu-abu Redup', |
---|
| 368 | FFA07A : 'Salmon Cerah', |
---|
| 369 | FFA500 : 'Jingga', |
---|
| 370 | FFFF00 : 'Kuning', |
---|
| 371 | '00FF00' : 'Jeruk Lemon', |
---|
| 372 | AFEEEE : 'Biru Hijau Pucat', |
---|
| 373 | ADD8E6 : 'Biru Cerah', |
---|
[2741] | 374 | DDA0DD : 'Plum', |
---|
[3175] | 375 | D3D3D3 : 'Abu-abu Cerah', |
---|
[2741] | 376 | FFF0F5 : 'Lavender Blush', |
---|
| 377 | FAEBD7 : 'Antique White', |
---|
[3175] | 378 | FFFFE0 : 'Kuning Cerah', |
---|
[2741] | 379 | F0FFF0 : 'Honeydew', |
---|
| 380 | F0FFFF : 'Azure', |
---|
| 381 | F0F8FF : 'Alice Blue', |
---|
| 382 | E6E6FA : 'Lavender', |
---|
[3175] | 383 | FFF : 'Putih' |
---|
[2741] | 384 | }, |
---|
[3175] | 385 | more : 'Warna lainnya...', |
---|
[2741] | 386 | panelTitle : 'Warna', |
---|
[3175] | 387 | textColorTitle : 'Warna Teks' |
---|
[2741] | 388 | }, |
---|
| 389 | clipboard : |
---|
| 390 | { |
---|
| 391 | copy : 'Salin', |
---|
| 392 | copyError : 'Pengaturan keamanan peramban anda tidak mengizinkan editor untuk mengeksekusi operasi menyalin secara otomatis. Mohon gunakan papan tuts (Ctrl/Cmd+C)', |
---|
| 393 | cut : 'Potong', |
---|
| 394 | cutError : 'Your browser security settings don\'t permit the editor to automatically execute cutting operations. Please use the keyboard for that (Ctrl/Cmd+X).', |
---|
| 395 | paste : 'Tempel', |
---|
| 396 | pasteArea : 'Area Tempel', |
---|
| 397 | pasteMsg : 'Please paste inside the following box using the keyboard (<strong>Ctrl/Cmd+V</strong>) and hit OK', |
---|
[3175] | 398 | securityMsg : 'Karena pengaturan keamanan peramban anda, editor tida dapat mengakses data clipboard anda secara langsung. Anda harus mem-paste kembali pada halaman ini', |
---|
[2741] | 399 | title : 'Tempel' |
---|
| 400 | }, |
---|
[2962] | 401 | button : |
---|
| 402 | { |
---|
[3175] | 403 | selectedLabel : '%1(Dipilih)' |
---|
[2962] | 404 | }, |
---|
[2741] | 405 | blockquote : |
---|
| 406 | { |
---|
| 407 | toolbar : 'Kutipan Blok' |
---|
| 408 | }, |
---|
| 409 | basicstyles : |
---|
| 410 | { |
---|
| 411 | bold : 'Huruf Tebal', |
---|
| 412 | italic : 'Huruf Miring', |
---|
[2962] | 413 | strike : 'Strikethrough', |
---|
[2741] | 414 | subscript : 'Subscript', |
---|
| 415 | superscript : 'Superscript', |
---|
| 416 | underline : 'Garis Bawah' |
---|
| 417 | }, |
---|
| 418 | about : |
---|
| 419 | { |
---|
| 420 | copy : 'Hak cipta © $1. All rights reserved.', |
---|
| 421 | dlgTitle : 'Tentang CKEditor', |
---|
| 422 | help : 'Cel $1 untuk bantuan.', |
---|
| 423 | moreInfo : 'Untuk informasi lisensi silahkan kunjungi web site kami:', |
---|
| 424 | title : 'Tentang CKEditor', |
---|
| 425 | userGuide : 'Petunjuk Pengguna CKEditor' |
---|
| 426 | }, |
---|
| 427 | editor : 'Rich Text Editor', |
---|
| 428 | editorPanel : 'Rich Text Editor panel', |
---|
| 429 | common : |
---|
| 430 | { |
---|
| 431 | editorHelp : 'Tekan ALT 0 untuk bantuan.', |
---|
| 432 | browseServer : 'Jelajah Server', |
---|
| 433 | url : 'URL', |
---|
| 434 | protocol : 'Protokol', |
---|
| 435 | upload : 'Unggah', |
---|
| 436 | uploadSubmit : 'Kirim ke Server', |
---|
| 437 | image : 'Gambar', |
---|
| 438 | flash : 'Flash', |
---|
| 439 | form : 'Formulir', |
---|
| 440 | checkbox : 'Kotak Cek', |
---|
| 441 | radio : 'Tombol Radio', |
---|
| 442 | textField : 'Kolom Teks', |
---|
| 443 | textarea : 'Area Teks', |
---|
| 444 | hiddenField : 'Kolom Tersembunyi', |
---|
| 445 | button : 'Tombol', |
---|
| 446 | select : 'Kolom Seleksi', |
---|
| 447 | imageButton : 'Tombol Gambar', |
---|
| 448 | notSet : '<tidak diatur>', |
---|
| 449 | id : 'Id', |
---|
| 450 | name : 'Nama', |
---|
| 451 | langDir : 'Arah Bahasa', |
---|
| 452 | langDirLtr : 'Kiri ke Kanan (LTR)', |
---|
| 453 | langDirRtl : 'Kanan ke Kiri', |
---|
| 454 | langCode : 'Kode Bahasa', |
---|
| 455 | longDescr : 'Deskripsi URL Panjang', |
---|
| 456 | cssClass : 'Kelas Stylesheet', |
---|
| 457 | advisoryTitle : 'Penasehat Judul', |
---|
| 458 | cssStyle : 'Gaya', |
---|
| 459 | ok : 'OK', |
---|
| 460 | cancel : 'Batal', |
---|
| 461 | close : 'Tutup', |
---|
| 462 | preview : 'Pratinjau', |
---|
| 463 | resize : 'Ubah ukuran', |
---|
| 464 | generalTab : 'Umum', |
---|
| 465 | advancedTab : 'Advanced', |
---|
| 466 | validateNumberFailed : 'Nilai ini tidak sebuah angka', |
---|
| 467 | confirmNewPage : 'Semua perubahan yang tidak disimpan di konten ini akan hilang. Apakah anda yakin ingin memuat halaman baru?', |
---|
| 468 | confirmCancel : 'Beberapa opsi telah berubah. Apakah anda yakin ingin menutup dialog?', |
---|
| 469 | options : 'Opsi', |
---|
| 470 | target : 'Sasaran', |
---|
| 471 | targetNew : 'Jendela Baru (_blank)', |
---|
| 472 | targetTop : 'Topmost Window (_top)', |
---|
| 473 | targetSelf : 'Jendela yang Sama (_self)', |
---|
| 474 | targetParent : 'Parent Window (_parent)', |
---|
| 475 | langDirLTR : 'Kiri ke Kanan (LTR)', |
---|
| 476 | langDirRTL : 'Kanan ke Kiri (RTL)', |
---|
| 477 | styles : 'Gaya', |
---|
| 478 | cssClasses : 'Kelas Stylesheet', |
---|
| 479 | width : 'Lebar', |
---|
| 480 | height : 'Tinggi', |
---|
| 481 | align : 'Penjajaran', |
---|
| 482 | alignLeft : 'Kiri', |
---|
| 483 | alignRight : 'Kanan', |
---|
| 484 | alignCenter : 'Tengah', |
---|
[2962] | 485 | alignJustify : 'Rata kiri-kanan', |
---|
[2741] | 486 | alignTop : 'Atas', |
---|
| 487 | alignMiddle : 'Tengah', |
---|
| 488 | alignBottom : 'Bawah', |
---|
[2962] | 489 | alignNone : 'None', |
---|
[2741] | 490 | invalidValue : 'Nilai tidak sah.', |
---|
| 491 | invalidHeight : 'Tinggi harus sebuah angka.', |
---|
| 492 | invalidWidth : 'Lebar harus sebuah angka.', |
---|
| 493 | invalidCssLength : 'Nilai untuk "%1" harus sebuah angkat positif dengan atau tanpa pengukuran unit CSS yang sah (px, %, in, cm, mm, em, ex, pt, or pc).', |
---|
| 494 | invalidHtmlLength : 'Nilai yang dispesifikasian untuk kolom "%1" harus sebuah angka positif dengan atau tanpa sebuah unit pengukuran HTML (px atau %) yang valid.', |
---|
| 495 | invalidInlineStyle : 'Value specified for the inline style must consist of one or more tuples with the format of "name : value", separated by semi-colons.', |
---|
| 496 | cssLengthTooltip : 'Masukkan sebuah angka untuk sebuah nilai dalam pixel atau sebuah angka dengan unit CSS yang sah (px, %, in, cm, mm, em, ex, pt, or pc).', |
---|
| 497 | unavailable : '%1<span class="cke_accessibility">, tidak tersedia</span>' |
---|
[2962] | 498 | } }; |
---|