From e0c6872cf40896c7be36b11dcc744620f10adf1d Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Mon, 2 Sep 2019 13:46:59 +0900 Subject: Initial commit --- support/tcltexed/lib/translate2.tcl | 116 ++++++++++++++++++++++++++++++++++++ 1 file changed, 116 insertions(+) create mode 100644 support/tcltexed/lib/translate2.tcl (limited to 'support/tcltexed/lib/translate2.tcl') diff --git a/support/tcltexed/lib/translate2.tcl b/support/tcltexed/lib/translate2.tcl new file mode 100644 index 0000000000..fa1bea2086 --- /dev/null +++ b/support/tcltexed/lib/translate2.tcl @@ -0,0 +1,116 @@ +# Copyright (C) 1999 - Martin Strauss - under terms of GPL +# Bahasa Indonesia version +set LISTE [list \ +language "ind"\ +wsearch-titel Cari\ +wsearch-Help Cari\ +wsearch-case-sensitive "Perhatikan Huruf Kapital"\ +wsearch-top Cari\ +wsearch-down Turun\ +wsearch-up Atas\ +wsearch-replace Ganti\ +wsearch-all Semua\ +whelp-titel Bantuan\ +whelp-no-source "Tidak ada file \$hlppath/\$FILE.txt"\ +Helpto-Help ""\ +wversion-titel Versi\ +wversion-text "TclTexEd Versi $Tcltexed_Version"\ +wlatex-titel LaTeX\ +wlatex-Help Bantuan\ +wTcltexed-titel Manual\ +wTcltexed-Help Bantuan\ +wTcltexed-manual {Tcltexed tcltexed_hlp\ + Editor editor_hlp\ + Editor-keymap editort_hlp\ + Readme readme_hlp\ + Copyright copyright_hlp\ + Gnu-Puplic-License gpl_hlp}\ +wmsg-titel Pesan\ +wmyown-titel "My Own"\ +wmyown-Help "My"\ +wcurser-titel "Ke"\ +wcurser-goto "Ke"\ +wcurser-gotocurser "Posisi Kursor"\ +BHTERROR1 "Kesalahan sourcefile\nLaTeX-command semuanya sudah digunakan :\nSourcefile"\ +BHTERROR2 "\nNama "\ +BHTERROR3 "\nPerintah "\ +EDITORQUIT "Simpan perubahan ?"\ +EDITOR-latex LaTeX\ +EDITOR-xdvi xdvi\ +EDITOR-dvips dvips\ +EDITOR-ghostview ghostview\ +EDITOR-ispell ispell\ +EDITOR-ZS L.C\ +EDITOR-Syntax Sintaksis\ +pop_menu-Undo Batalkan\ +pop_menu-Cut Potong\ +pop_menu-Copy Salin\ +pop_menu-Paste Paste\ +pop_menu-Clear Hapus\ +pop_menu-Spell Eja\ +pop_menu-Block Blok\ +pop_menu-plus "+ %"\ +pop_menu-minus "- %"\ +pop_menu-more "..."\ +MW-File File\ +MW-Edit Edit\ +MW-Options Option\ +MW-Help Bantuan\ +MW-New Baru...\ +MW-Load Buka...\ +MW-Append Tambahkan...\ +MW-Save Simpan\ +MW-SaveAs "Simpan sebagai..."\ +MW-Reload "Muat lagi"\ +MW-Quit Keluar\ +MW-Clear Clear\ +MW-Clear-msg "Hapus semuanya ?"\ +MW-Spelling "Ejaan"\ +MW-Spell "tambahkan kata"\ +MW-Umlaut_with "\\\"a..\\ss -> ä..ß"\ +MW-Umlaut_without "ä..ß -> \\\"a..\\ss"\ +MW-UmlautGerman_with "\"a..\"s -> ä..ß"\ +MW-UmlautGerman_without "ä..ß -> \"a..\"s"\ +MW-Search Cari\ +MW-MyOwn "My Own"\ +MW-Version "Info Versi"\ +MW-Tcltexed "Petunjuk Tcltexed"\ +MW-LaTeX "Daftar Perintah"\ +MW-AutoKlammerZu "Tanda Kurung Otomatis"\ +MW-Syntax Sintaksis\ +MW-Packages "Paket/dsb"\ +MW-language Bahasa\ +MW-size "Ukuran Font"\ +MW-german Jerman\ +MW-english Inggris\ +MW-indonesia Indonesia\ +MW-bre brazilian\ +MW-language-msg "Simpan Option \ndan jalankan lagi tcltexed\nuntuk mengaktifkan perubahan !"\ +MW-SaveOptions "Simpan Option"\ +MW-log "Trace log"\ +LB-breakline "Pemenggalan Baris"\ +LB-all "di semua file"\ +LB-section "di semua section"\ +LB-line "di semua baris"\ +LB-unall "dibatalkan di semua file"\ +LB-unsection "dibatalkan di semua section"\ +LB-unline "dibatalkan di semua baris"\ +ALLQUIT1 "Simpan perubahan sebelum keluar ?"\ +ALLQUIT2 "Simpan semuanya ?"\ +ALLQUIT3 "Simpan file ini ?\n"\ +Save Save\ +SaveAs SaveAs\ +more more\ +cancel Cancel\ +quit Quit\ +Quit Quit\ +spell-1 "Tambahkan\n\""\ +spell-2 "\"\nke dalam daftar kata"\ +spell-3 "Koreksi"\ +FileUpToDate "File di disk telah dimodifikasi,\nmuat lagi sebelum dilanjutkan ?"\ +] +array set T $LISTE + +# (w* Fenster mit Namen *) +# w*-Help -> Suchbegriff bei Hilfe +# w*-titel -> Fenstertitel -- cgit v1.2.3