File: pe

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 (147 lines) | stat: -rw-r--r-- 7,088 bytes parent folder | download
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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
$self{charset} = 'UTF-8';

$self{texts} = {
  'Account'                     => 'Konto',
  'Accounting Menu'             => 'Menu Księgowości',
  'Active'                      => 'Aktywne',
  'Add'                         => 'Dodaj',
  'Add Group'                   => 'Dodaj Grupę',
  'Add Pricegroup'              => 'Dodaj Grupę Cenową',
  'Add Project'                 => 'Dodaj Projekt',
  'Address'                     => 'Adres',
  'All'                         => 'Wszystko',
  'Amount'                      => 'Kwota',
  'Assembly'                    => 'Zestaw',
  'Bin'                         => 'Kosz',
  'Continue'                    => 'Kontynuj',
  'Current'                     => 'Bieżący',
  'Customer'                    => 'Odbiorca',
  'Customer Number'             => 'Numer Odbiorcy',
  'Customer missing!'           => 'Brak Odbiorcy',
  'Customer not on file!'       => 'Brak Odbiorcy w bazie danych',
  'Date'                        => 'Data',
  'Delete'                      => 'Usuń',
  'Description'                 => 'Opis',
  'Description Translations'    => 'Tłumaczenie Opisu',
  'Detail'                      => 'Wyszczególnienie',
  'Edit Description Translations' => 'Zmień Tłumaczenie Opisu',
  'Edit Group'                  => 'Zmień Grupę',
  'Edit Pricegroup'             => 'Zmień Grupę Cenową',
  'Edit Project'                => 'Zmiany Projektu',
  'Employee'                    => 'Pracownik',
  'Enddate'                     => 'Dzień Zwolnienia',
  'From'                        => 'Od',
  'Group'                       => 'Grupa',
  'Group Translations'          => 'Grupój Tłumaczenia',
  'Group deleted!'              => 'Grupa usunięta',
  'Group missing!'              => 'Brakuje Grupy',
  'Group saved!'                => 'Grupa zapisana',
  'Groups'                      => 'Grupy',
  'Income'                      => 'Przychód',
  'Language'                    => 'Język',
  'Languages not defined!'      => 'Język nie zdefiniowany!',
  'Link Accounts'               => 'Konta dowiązane',
  'List Price'                  => 'Cena',
  'Month'                       => 'Miesiąc',
  'Notes'                       => 'Noty',
  'Nothing selected!'           => 'Nic nie zaznaczone!',
  'Number'                      => 'Numer Katalogu',
  'Orphaned'                    => 'Zbędne',
  'POS'                         => 'Punkt Sprzedaży',
  'Period'                      => 'Okres',
  'Pricegroup'                  => 'Grupa cenowa',
  'Pricegroup deleted!'         => 'Grupa cenowa usunięta',
  'Pricegroup missing!'         => 'Brakuje Grupy cenowej',
  'Pricegroup saved!'           => 'Grupa cenowa zapisana',
  'Pricegroups'                 => 'Grupy cenowa',
  'Project'                     => 'Projekt',
  'Project Description Translations' => 'Tłumaczenie Opisu Projektu',
  'Project Number'              => 'Numer Projektu',
  'Project deleted!'            => 'Projekt usunięty',
  'Project saved!'              => 'Projekt zapisany',
  'Projects'                    => 'Projekty',
  'Qty'                         => 'Ilość',
  'Quarter'                     => 'Kwartał',
  'Save'                        => 'Zapisz',
  'Select from one of the names below' => 'Wybierz nazwę z poniższych',
  'Sell Price'                  => 'Cena Sprzedaży',
  'Startdate'                   => 'Dzień Zatrudnienia',
  'Summary'                     => 'Skrót',
  'Tax'                         => 'Podatek',
  'To'                          => 'do',
  'Translation'                 => 'Tłumaczenie',
  'Translation deleted!'        => 'Tłumaczenie usunięte!',
  'Translations saved!'         => 'Tłumaczenia zapisane!',
  'Unit'                        => 'Jednostka',
  'Update'                      => 'Uzupełnij',
  'Updated'                     => 'Uzupełnione',
  'Vendor'                      => 'Dostawca',
  'Vendor Number'               => 'Numer Dostawcy',
  'Vendor not on file!'         => 'Brak Dostawcy w bazie danych',
  'Weight'                      => 'Waga',
  'Year'                        => 'Rok',
};

$self{subs} = {
  'acc_menu'                    => 'acc_menu',
  'add'                         => 'add',
  'add_group'                   => 'add_group',
  'add_job'                     => 'add_job',
  'add_pricegroup'              => 'add_pricegroup',
  'add_project'                 => 'add_project',
  'continue'                    => 'continue',
  'customer_selected'           => 'customer_selected',
  'delete'                      => 'delete',
  'display'                     => 'display',
  'display_form'                => 'display_form',
  'edit'                        => 'edit',
  'edit_translation'            => 'edit_translation',
  'generate_sales_orders'       => 'generate_sales_orders',
  'jcitems'                     => 'jcitems',
  'job_footer'                  => 'job_footer',
  'job_header'                  => 'job_header',
  'job_report'                  => 'job_report',
  'js_menu'                     => 'js_menu',
  'list_projects'               => 'list_projects',
  'list_stock'                  => 'list_stock',
  'list_translations'           => 'list_translations',
  'menubar'                     => 'menubar',
  'name_selected'               => 'name_selected',
  'partsgroup_footer'           => 'partsgroup_footer',
  'partsgroup_header'           => 'partsgroup_header',
  'partsgroup_report'           => 'partsgroup_report',
  'prepare_job'                 => 'prepare_job',
  'prepare_partsgroup'          => 'prepare_partsgroup',
  'prepare_pricegroup'          => 'prepare_pricegroup',
  'prepare_project'             => 'prepare_project',
  'pricegroup_footer'           => 'pricegroup_footer',
  'pricegroup_header'           => 'pricegroup_header',
  'pricegroup_report'           => 'pricegroup_report',
  'project_footer'              => 'project_footer',
  'project_header'              => 'project_header',
  'project_jcitems_list'        => 'project_jcitems_list',
  'project_report'              => 'project_report',
  'project_sales_order'         => 'project_sales_order',
  'sales_order_footer'          => 'sales_order_footer',
  'sales_order_header'          => 'sales_order_header',
  'save'                        => 'save',
  'search'                      => 'search',
  'section_menu'                => 'section_menu',
  'select_customer'             => 'select_customer',
  'select_name'                 => 'select_name',
  'stock'                       => 'stock',
  'translation'                 => 'translation',
  'translation_footer'          => 'translation_footer',
  'translation_header'          => 'translation_header',
  'update'                      => 'update',
  'dodaj_grupę'                 => 'add_group',
  'dodaj_grupę_cenową'          => 'add_pricegroup',
  'dodaj_projekt'               => 'add_project',
  'kontynuj'                    => 'continue',
  'usuń'                        => 'delete',
  'zapisz'                      => 'save',
  'uzupełnij'                   => 'update',
};

1;