| 1 |
editAreaLoader.lang["id"]={ |
| 2 |
new_document: "dokumen baru", |
| 3 |
search_button: "cari dan ganti", |
| 4 |
search_command: "cari lagi / buka area pencarian", |
| 5 |
search: "cari", |
| 6 |
replace: "ganti", |
| 7 |
replace_command: "ganti / buka area pencarian", |
| 8 |
find_next: "cari lagi", |
| 9 |
replace_all: "ganti semua", |
| 10 |
reg_exp: "regular expressions", |
| 11 |
match_case: "kapitalisasi", |
| 12 |
not_found: "tidak ditemukan.", |
| 13 |
occurrence_replaced: "occurences replaced.", |
| 14 |
search_field_empty: "Kata kunci kosong", |
| 15 |
restart_search_at_begin: "Area habis. Mulai lagi dari awal.", |
| 16 |
move_popup: "geser popup pencarian", |
| 17 |
font_size: "--Ukuran huruf--", |
| 18 |
go_to_line: "menuju baris", |
| 19 |
go_to_line_prompt: "menuju baris ke:", |
| 20 |
undo: "undo", |
| 21 |
redo: "redo", |
| 22 |
change_smooth_selection: "hidupkan/matikan beberapa fitur tampilan (tampilan lebih baik, sumberdaya CPU lebih besar)", |
| 23 |
highlight: "penanda syntax matikan/hidupkan", |
| 24 |
reset_highlight: "reset highlight (jika tidak sinkron dengan text)", |
| 25 |
word_wrap: "potong baris panjang", |
| 26 |
help: "tentang", |
| 27 |
save: "simpan", |
| 28 |
load: "ambil", |
| 29 |
line_abbr: "Baris", |
| 30 |
char_abbr: "Kolom", |
| 31 |
position: "Posisi", |
| 32 |
total: "Total", |
| 33 |
close_popup: "tutup popup", |
| 34 |
shortcuts: "Pintasan", |
| 35 |
add_tab: "tambah tab ke text", |
| 36 |
remove_tab: "hapus tab dari text", |
| 37 |
about_notice: "Catatan: fungsi syntax highlight hanya untuk text kecil", |
| 38 |
toggle: "Matikan/hidupkan editor", |
| 39 |
accesskey: "Kunci akses", |
| 40 |
tab: "Tab", |
| 41 |
shift: "Shift", |
| 42 |
ctrl: "Ctrl", |
| 43 |
esc: "Esc", |
| 44 |
processing: "Memproses...", |
| 45 |
fullscreen: "layarpenuh", |
| 46 |
syntax_selection: "--Bahasa--", |
| 47 |
close_tab: "Tutup file" |
| 48 |
}; |
| 49 |
|