File: bp

package info (click to toggle)
sql-ledger 3.2.6-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, forky, sid, trixie
  • size: 33,080 kB
  • sloc: perl: 73,172; sql: 36,530; sh: 34; makefile: 21
file content (66 lines) | stat: -rw-r--r-- 2,937 bytes parent folder | download | duplicates (5)
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
$self{texts} = {
  'Accounting Menu'             => 'Menu Akunting',
  'Amount'                      => 'Jumlah',
  'Are you sure you want to remove the marked entries from the queue?' => 'Apakah anda yakin akan menghapus entri terpilih pada antrian',
  'Cannot remove files!'        => 'Tidak dapat menghapus file!',
  'City'                        => 'Kota',
  'Confirm!'                    => 'Konfirmasi!',
  'Continue'                    => 'Lanjut',
  'Copies'                      => 'Jumlah Copy',
  'Customer'                    => 'Pelanggan',
  'Customer Number'             => 'Nomor Pelanggan',
  'Date'                        => 'Tanggal',
  'Description'                 => 'Keterangan',
  'Employee'                    => 'Karyawan',
  'Employee Number'             => 'Nomor Karyawan',
  'From'                        => 'Dari',
  'Invoice'                     => 'Invoice',
  'Invoice Number'              => 'Nomor Invoice',
  'Invoices'                    => 'Invoice',
  'Month'                       => 'Bulan',
  'Name'                        => 'Nama',
  'Nothing selected!'           => 'Tidak ada yang dipilih!',
  'Number'                      => 'Nomor',
  'Order'                       => 'No. Pesanan',
  'Order Number'                => 'Nomor Pesanan',
  'Period'                      => 'Perioda',
  'Print'                       => 'Cetak',
  'Printed'                     => 'Sudah dicetak',
  'Project Number'              => 'Nomor Proyek',
  'Purchase Orders'             => 'Pesanan Pembelian (PO)',
  'Quotation'                   => 'Quotation',
  'Quotation Number'            => 'Nomor Quotation',
  'Quotations'                  => 'Quotation',
  'Sales Orders'                => 'Pesanan Penjualan (SO)',
  'Select all'                  => 'Pilih semua',
  'To'                          => 'Sampai',
  'Total'                       => 'Total',
  'Vendor'                      => 'Supplier',
  'Vendor Number'               => 'Nomor Supplier',
  'Year'                        => 'Tahun',
  'Yes'                         => 'Ya',
};

$self{subs} = {
  'acc_menu'                    => 'acc_menu',
  'continue'                    => 'continue',
  'deselect_all'                => 'deselect_all',
  'display'                     => 'display',
  'e_mail'                      => 'e_mail',
  'js_menu'                     => 'js_menu',
  'list_spool'                  => 'list_spool',
  'menubar'                     => 'menubar',
  'print'                       => 'print',
  'remove'                      => 'remove',
  'search'                      => 'search',
  'section_menu'                => 'section_menu',
  'select_all'                  => 'select_all',
  'yes'                         => 'yes',
  'lanjut'                      => 'continue',
  'cetak'                       => 'print',
  'pilih_semua'                 => 'select_all',
  'ya'                          => 'yes',
};

1;