Revision 773ac617
Von Sven Schöling vor mehr als 14 Jahren hinzugefügt
locale/en/.gitignore | ||
---|---|---|
1 |
missing |
|
2 |
lost |
locale/en/Pg-upgrade-2.2.0.19-2.2.0.20 | ||
---|---|---|
1 |
#!/usr/bin/perl |
|
2 |
|
|
3 |
$self->{texts} = { |
|
4 |
'Database update error:' => 'Database update error:', |
|
5 |
}; |
|
6 |
|
|
7 |
$self->{subs} = { |
|
8 |
'mydberror' => 'mydberror', |
|
9 |
'mydoquery' => 'mydoquery', |
|
10 |
'update_contacts_add_columns' => 'update_contacts_add_columns', |
|
11 |
}; |
|
12 |
|
|
13 |
1; |
locale/en/Pg-upgrade-2.2.0.20-2.2.0.21 | ||
---|---|---|
1 |
#!/usr/bin/perl |
|
2 |
|
|
3 |
$self->{texts} = { |
|
4 |
'Database update error:' => 'Database update error:', |
|
5 |
}; |
|
6 |
|
|
7 |
$self->{subs} = { |
|
8 |
'mydberror' => 'mydberror', |
|
9 |
'mydoquery' => 'mydoquery', |
|
10 |
'update_contacts_handle_department' => 'update_contacts_handle_department', |
|
11 |
}; |
|
12 |
|
|
13 |
1; |
locale/en/Pg-upgrade-2.2.0.25-2.2.0.26 | ||
---|---|---|
1 |
#!/usr/bin/perl |
|
2 |
|
|
3 |
$self->{texts} = { |
|
4 |
'A unit with this name does already exist.' => 'A unit with this name does already exist.', |
|
5 |
'Database update error:' => 'Database update error:', |
|
6 |
'The base unit does not exist.' => 'The base unit does not exist.', |
|
7 |
'The factor is missing.' => 'The factor is missing.', |
|
8 |
'The name is missing.' => 'The name is missing.', |
|
9 |
'The unit has been saved.' => 'The unit has been saved.', |
|
10 |
}; |
|
11 |
|
|
12 |
$self->{subs} = { |
|
13 |
'get_base_unit' => 'get_base_unit', |
|
14 |
'mydberror' => 'mydberror', |
|
15 |
'myshowerror' => 'myshowerror', |
|
16 |
'retrieve_units' => 'retrieve_units', |
|
17 |
'unit_select_data' => 'unit_select_data', |
|
18 |
'update_units' => 'update_units', |
|
19 |
'update_units_add_unit' => 'update_units_add_unit', |
|
20 |
'update_units_assign_known' => 'update_units_assign_known', |
|
21 |
'update_units_assign_units' => 'update_units_assign_units', |
|
22 |
'update_units_set_default' => 'update_units_set_default', |
|
23 |
'update_units_step_3' => 'update_units_step_3', |
|
24 |
'update_units_steps_1_2' => 'update_units_steps_1_2', |
|
25 |
'add_unit' => 'add_unit', |
|
26 |
'assign_units' => 'assign_units', |
|
27 |
}; |
|
28 |
|
|
29 |
1; |
locale/en/Pg-upgrade-2.2.0.27-2.2.0.28 | ||
---|---|---|
1 |
#!/usr/bin/perl |
|
2 |
|
|
3 |
$self->{texts} = { |
|
4 |
'Database update error:' => 'Database update error:', |
|
5 |
}; |
|
6 |
|
|
7 |
$self->{subs} = { |
|
8 |
'look_for_accno' => 'look_for_accno', |
|
9 |
'mydberror' => 'mydberror', |
|
10 |
'myshowerror' => 'myshowerror', |
|
11 |
'update_defaults_add_coa' => 'update_defaults_add_coa', |
|
12 |
'update_defaults_set_coa' => 'update_defaults_set_coa', |
|
13 |
'update_guess_chart_of_accounts' => 'update_guess_chart_of_accounts', |
|
14 |
'continue' => 'continue', |
|
15 |
}; |
|
16 |
|
|
17 |
1; |
locale/en/Pg-upgrade-2.2.0.28-2.2.0.29 | ||
---|---|---|
1 |
#!/usr/bin/perl |
|
2 |
|
|
3 |
$self->{texts} = { |
|
4 |
'Database update error:' => 'Database update error:', |
|
5 |
}; |
|
6 |
|
|
7 |
$self->{subs} = { |
|
8 |
'create_standard_buchungsgruppen' => 'create_standard_buchungsgruppen', |
|
9 |
'create_standard_buchungsgruppen_skr03' => 'create_standard_buchungsgruppen_skr03', |
|
10 |
'create_standard_buchungsgruppen_skr04' => 'create_standard_buchungsgruppen_skr04', |
|
11 |
'fix_skr03' => 'fix_skr03', |
|
12 |
'fix_skr04' => 'fix_skr04', |
|
13 |
'mydberror' => 'mydberror', |
|
14 |
'myshowerror' => 'myshowerror', |
|
15 |
}; |
|
16 |
|
|
17 |
1; |
locale/en/Pg-upgrade-2.2.0.31-2.2.0.32 | ||
---|---|---|
1 |
#!/usr/bin/perl |
|
2 |
|
|
3 |
$self->{texts} = { |
|
4 |
'Database update error:' => 'Database update error:', |
|
5 |
}; |
|
6 |
|
|
7 |
$self->{subs} = { |
|
8 |
'mydberror' => 'mydberror', |
|
9 |
'myshowerror' => 'myshowerror', |
|
10 |
'update_steuersaetze' => 'update_steuersaetze', |
|
11 |
'update_steuersaetze_skr03' => 'update_steuersaetze_skr03', |
|
12 |
'update_steuersaetze_skr04' => 'update_steuersaetze_skr04', |
|
13 |
}; |
|
14 |
|
|
15 |
1; |
locale/en/Pg-upgrade-2.2.0.33-2.2.0.34 | ||
---|---|---|
1 |
#!/usr/bin/perl |
|
2 |
|
|
3 |
$self->{texts} = { |
|
4 |
'Database update error:' => 'Database update error:', |
|
5 |
}; |
|
6 |
|
|
7 |
$self->{subs} = { |
|
8 |
'assign_buchungsgruppen_for_assemblies' => 'assign_buchungsgruppen_for_assemblies', |
|
9 |
'create_buchungsgruppen' => 'create_buchungsgruppen', |
|
10 |
'display_create_bgs_dialog' => 'display_create_bgs_dialog', |
|
11 |
'do_update' => 'do_update', |
|
12 |
'force_inventory_accno_id_for_parts' => 'force_inventory_accno_id_for_parts', |
|
13 |
'mydberror' => 'mydberror', |
|
14 |
'mydoquery' => 'mydoquery', |
|
15 |
'retrieve_accounts' => 'retrieve_accounts', |
|
16 |
'retrieve_buchungsgruppen' => 'retrieve_buchungsgruppen', |
|
17 |
'retrieve_std_inventory_accno_id' => 'retrieve_std_inventory_accno_id', |
|
18 |
'retrieve_unknown_accno_combinations' => 'retrieve_unknown_accno_combinations', |
|
19 |
'set_ic_links' => 'set_ic_links', |
|
20 |
'set_taxzone_ids' => 'set_taxzone_ids', |
|
21 |
'update_known_buchungsgruppen' => 'update_known_buchungsgruppen', |
|
22 |
'create_buchungsgruppen' => 'create_buchungsgruppen', |
|
23 |
}; |
|
24 |
|
|
25 |
1; |
locale/en/Pg-upgrade-2.2.0.36-2.2.0.37 | ||
---|---|---|
1 |
#!/usr/bin/perl |
|
2 |
|
|
3 |
$self->{texts} = { |
|
4 |
}; |
|
5 |
|
|
6 |
$self->{subs} = { |
|
7 |
'do_update' => 'do_update', |
|
8 |
}; |
|
9 |
|
|
10 |
1; |
locale/en/Pg-upgrade-2.2.0.37-2.2.0.38 | ||
---|---|---|
1 |
#!/usr/bin/perl |
|
2 |
|
|
3 |
$self->{texts} = { |
|
4 |
'Could not copy %s to %s. Reason: %s' => 'Could not copy %s to %s. Reason: %s', |
|
5 |
'Could not open the file users/members.' => 'Could not open the file users/members.', |
|
6 |
'Could not rename %s to %s. Reason: %s' => 'Could not rename %s to %s. Reason: %s', |
|
7 |
}; |
|
8 |
|
|
9 |
$self->{subs} = { |
|
10 |
'do_update' => 'do_update', |
|
11 |
'update_templates' => 'update_templates', |
|
12 |
}; |
|
13 |
|
|
14 |
1; |
locale/en/SKR04-3804-addition | ||
---|---|---|
1 |
#!/usr/bin/perl |
|
2 |
|
|
3 |
$self->{texts} = { |
|
4 |
'Database update error:' => 'Database update error:', |
|
5 |
}; |
|
6 |
|
|
7 |
$self->{subs} = { |
|
8 |
'do_query' => 'do_query', |
|
9 |
'do_update' => 'do_update', |
|
10 |
'mydberror' => 'mydberror', |
|
11 |
'print_3804_already_exists' => 'print_3804_already_exists', |
|
12 |
'print_past_booking_warning' => 'print_past_booking_warning', |
|
13 |
'continue' => 'continue', |
|
14 |
}; |
|
15 |
|
|
16 |
1; |
locale/en/USTVA_abstraction | ||
---|---|---|
1 |
#!/usr/bin/perl |
|
2 |
|
|
3 |
$self->{texts} = { |
|
4 |
'Database update error:' => 'Database update error:', |
|
5 |
}; |
|
6 |
|
|
7 |
$self->{subs} = { |
|
8 |
'create_tables' => 'create_tables', |
|
9 |
'do_copy' => 'do_copy', |
|
10 |
'do_query' => 'do_query', |
|
11 |
'mydberror' => 'mydberror', |
|
12 |
}; |
|
13 |
|
|
14 |
1; |
locale/en/USTVA_at | ||
---|---|---|
1 |
#!/usr/bin/perl |
|
2 |
|
|
3 |
$self->{texts} = { |
|
4 |
'Database update error:' => 'Database update error:', |
|
5 |
}; |
|
6 |
|
|
7 |
$self->{subs} = { |
|
8 |
'check_coa' => 'check_coa', |
|
9 |
'clear_tables' => 'clear_tables', |
|
10 |
'coa_is_empty' => 'coa_is_empty', |
|
11 |
'do_copy_tax_report_structure' => 'do_copy_tax_report_structure', |
|
12 |
'do_insert_buchungsgruppen' => 'do_insert_buchungsgruppen', |
|
13 |
'do_insert_chart' => 'do_insert_chart', |
|
14 |
'do_insert_tax' => 'do_insert_tax', |
|
15 |
'do_insert_taxkeys' => 'do_insert_taxkeys', |
|
16 |
'do_query' => 'do_query', |
|
17 |
'mydberror' => 'mydberror', |
|
18 |
}; |
|
19 |
|
|
20 |
1; |
locale/en/acctranscorrections | ||
---|---|---|
1 |
#!/usr/bin/perl |
|
2 |
|
|
3 |
$self->{texts} = { |
|
4 |
'A temporary file could not be created. Please verify that the directory "#1" is writeable by the webserver.' => 'A temporary file could not be created. Please verify that the directory "#1" is writeable by the webserver.', |
|
5 |
'ADDED' => 'ADDED', |
|
6 |
'AP' => 'Purchases', |
|
7 |
'AP Transaction' => 'Purchase Transaction', |
|
8 |
'AR' => 'Sales', |
|
9 |
'AR Transaction' => 'Sales Transaction', |
|
10 |
'Address' => 'Address', |
|
11 |
'Advance turnover tax return' => 'Advance turnover tax return', |
|
12 |
'All reports' => 'All reports', |
|
13 |
'Assistant for general ledger corrections' => 'Assistant for general ledger corrections', |
|
14 |
'Attempt to call an undefined sub named \'%s\'' => 'Attempt to call an undefined sub named \'%s\'', |
|
15 |
'Bcc' => 'Bcc', |
|
16 |
'Bin List' => 'Bin List', |
|
17 |
'Binding to the LDAP server as "#1" failed. Please check config/authentication.pl.' => 'Binding to the LDAP server as "#1" failed. Please check config/authentication.pl.', |
|
18 |
'CANCELED' => 'CANCELED', |
|
19 |
'CR' => 'CR', |
|
20 |
'CRM admin' => 'CRM admin', |
|
21 |
'CRM create customers, vendors and contacts' => 'CRM create customers, vendors and contacts', |
|
22 |
'CRM follow up' => 'CRM follow up', |
|
23 |
'CRM know how' => 'CRM know how', |
|
24 |
'CRM notices' => 'CRM notices', |
|
25 |
'CRM opportunity' => 'CRM opportunity', |
|
26 |
'CRM optional software' => 'CRM optional software', |
|
27 |
'CRM other' => 'CRM other', |
|
28 |
'CRM search' => 'CRM search', |
|
29 |
'CRM send email' => 'CRM send email', |
|
30 |
'CRM services' => 'CRM services', |
|
31 |
'CRM status' => 'CRM status', |
|
32 |
'CRM termin' => 'CRM termin', |
|
33 |
'CRM user' => 'CRM user', |
|
34 |
'Cc' => 'Cc', |
|
35 |
'Change Lx-Office installation settings (all menu entries beneath \'System\')' => 'Change Lx-Office installation settings (all menu entries beneath \'System\')', |
|
36 |
'Confirmation' => 'Confirmation', |
|
37 |
'Contact' => 'Contact', |
|
38 |
'Create and edit RFQs' => 'Create and edit RFQs', |
|
39 |
'Create and edit customers and vendors' => 'Create and edit customers and vendors', |
|
40 |
'Create and edit dunnings' => 'Create and edit dunnings', |
|
41 |
'Create and edit invoices and credit notes' => 'Create and edit invoices and credit notes', |
|
42 |
'Create and edit parts, services, assemblies' => 'Create and edit parts, services, assemblies', |
|
43 |
'Create and edit projects' => 'Create and edit projects', |
|
44 |
'Create and edit purchase delivery orders' => 'Create and edit purchase delivery orders', |
|
45 |
'Create and edit purchase orders' => 'Create and edit purchase orders', |
|
46 |
'Create and edit sales delivery orders' => 'Create and edit sales delivery orders', |
|
47 |
'Create and edit sales orders' => 'Create and edit sales orders', |
|
48 |
'Create and edit sales quotations' => 'Create and edit sales quotations', |
|
49 |
'Create and edit vendor invoices' => 'Create and edit vendor invoices', |
|
50 |
'Credit Note' => 'Credit Note', |
|
51 |
'Customer Number' => 'Customer Number', |
|
52 |
'Customer details' => 'Customer details', |
|
53 |
'DATEV Export' => 'DATEV Export', |
|
54 |
'DELETED' => 'DELETED', |
|
55 |
'DR' => 'DR', |
|
56 |
'DUNNING STARTED' => 'DUNNING STARTED', |
|
57 |
'Dataset upgrade' => 'Dataset upgrade', |
|
58 |
'Date' => 'Date', |
|
59 |
'Delete transaction' => 'Delete transaction', |
|
60 |
'Delivery Order' => 'Delivery Order', |
|
61 |
'Dependency loop detected:' => 'Dependency loop detected:', |
|
62 |
'Directory' => 'Directory', |
|
63 |
'Dunning' => 'Dunning', |
|
64 |
'ELSE' => 'ELSE', |
|
65 |
'Enter longdescription' => 'Enter longdescription', |
|
66 |
'Error in database control file \'%s\': %s' => 'Error in database control file \'%s\': %s', |
|
67 |
'File' => 'File', |
|
68 |
'General Ledger Transaction' => 'General Ledger Transaction', |
|
69 |
'General ledger and cash' => 'General ledger and cash', |
|
70 |
'General ledger corrections' => 'General ledger corrections', |
|
71 |
'History' => 'History', |
|
72 |
'Invoice' => 'Invoice', |
|
73 |
'MAILED' => 'MAILED', |
|
74 |
'Manage license keys' => 'Manage license keys', |
|
75 |
'Mark as paid?' => 'Mark as paid?', |
|
76 |
'Marked as paid' => 'Marked as paid', |
|
77 |
'Master Data' => 'Master Data', |
|
78 |
'May set the BCC field when sending emails' => 'May set the BCC field when sending emails', |
|
79 |
'Message' => 'Message', |
|
80 |
'Missing \'description\' field.' => 'Missing \'description\' field.', |
|
81 |
'Missing \'tag\' field.' => 'Missing \'tag\' field.', |
|
82 |
'Missing parameter #1 in call to sub #2.' => 'Missing parameter #1 in call to sub #2.', |
|
83 |
'Missing parameter (at least one of #1) in call to sub #2.' => 'Missing parameter (at least one of #1) in call to sub #2.', |
|
84 |
'More than one control file with the tag \'%s\' exist.' => 'More than one control file with the tag \'%s\' exist.', |
|
85 |
'Name' => 'Name', |
|
86 |
'No %s was found matching the search parameters.' => 'No %s was found matching the search parameters.', |
|
87 |
'No Customer was found matching the search parameters.' => 'No Customer was found matching the search parameters.', |
|
88 |
'No Vendor was found matching the search parameters.' => 'No Vendor was found matching the search parameters.', |
|
89 |
'No action defined.' => 'No action defined.', |
|
90 |
'No customer has been selected yet.' => 'No customer has been selected yet.', |
|
91 |
'No or an unknown authenticantion module specified in "config/authentication.pl".' => 'No or an unknown authenticantion module specified in "config/authentication.pl".', |
|
92 |
'No part was found matching the search parameters.' => 'No part was found matching the search parameters.', |
|
93 |
'No problems were recognized.' => 'No problems were recognized.', |
|
94 |
'No vendor has been selected yet.' => 'No vendor has been selected yet.', |
|
95 |
'Others' => 'Others', |
|
96 |
'PAYMENT POSTED' => 'PAYMENT POSTED', |
|
97 |
'POSTED' => 'POSTED', |
|
98 |
'POSTED AS NEW' => 'POSTED AS NEW', |
|
99 |
'PRINTED' => 'PRINTED', |
|
100 |
'Packing List' => 'Packing List', |
|
101 |
'Part Number' => 'Part Number', |
|
102 |
'Part description' => 'Part description', |
|
103 |
'Pick List' => 'Pick List', |
|
104 |
'Please enter values' => 'Please enter values', |
|
105 |
'Preview' => 'Preview', |
|
106 |
'Proforma Invoice' => 'Proforma Invoice', |
|
107 |
'Purchase Order' => 'Purchase Order', |
|
108 |
'Quotation' => 'Quotation', |
|
109 |
'RFQ' => 'RFQ', |
|
110 |
'Receipt, payment, reconciliation' => 'Receipt, payment, reconciliation', |
|
111 |
'Reports' => 'Reports', |
|
112 |
'SAVED' => 'SAVED', |
|
113 |
'SAVED FOR DUNNING' => 'SAVED FOR DUNNING', |
|
114 |
'SCREENED' => 'SCREENED', |
|
115 |
'Select a Customer' => 'Select a Customer', |
|
116 |
'Select a customer' => 'Select a customer', |
|
117 |
'Select a part' => 'Select a part', |
|
118 |
'Select a vendor' => 'Select a vendor', |
|
119 |
'Storno Invoice' => 'Storno Invoice', |
|
120 |
'Storno Packing List' => 'Storno Packing List', |
|
121 |
'Subject' => 'Subject', |
|
122 |
'The \'tag\' field must only consist of alphanumeric characters or the carachters - _ ( )' => 'The \'tag\' field must only consist of alphanumeric characters or the carachters - _ ( )', |
|
123 |
'The LDAP server "#1:#2" is unreachable. Please check config/authentication.pl.' => 'The LDAP server "#1:#2" is unreachable. Please check config/authentication.pl.', |
|
124 |
'The assistant could not find anything wrong with #1. Maybe the problem has been solved in the meantime.' => 'The assistant could not find anything wrong with #1. Maybe the problem has been solved in the meantime.', |
|
125 |
'The config file "config/authentication.pl" contained invalid Perl code:' => 'The config file "config/authentication.pl" contained invalid Perl code:', |
|
126 |
'The config file "config/authentication.pl" was not found.' => 'The config file "config/authentication.pl" was not found.', |
|
127 |
'The connection to the LDAP server cannot be encrypted (SSL/TLS startup failure). Please check config/authentication.pl.' => 'The connection to the LDAP server cannot be encrypted (SSL/TLS startup failure). Please check config/authentication.pl.', |
|
128 |
'The connection to the authentication database failed:' => 'The connection to the authentication database failed:', |
|
129 |
'The connection to the template database failed:' => 'The connection to the template database failed:', |
|
130 |
'The creation of the authentication database failed:' => 'The creation of the authentication database failed:', |
|
131 |
'To (email)' => 'To (email)', |
|
132 |
'Transaction ID missing.' => 'Transaction ID missing.', |
|
133 |
'Transactions, AR transactions, AP transactions' => 'Transactions, AR transactions, AP transactions', |
|
134 |
'Trying to call a sub without a name' => 'Trying to call a sub without a name', |
|
135 |
'Unit' => 'Unit', |
|
136 |
'Unknown dependency \'%s\'.' => 'Unknown dependency \'%s\'.', |
|
137 |
'Unknown problem type.' => 'Unknown problem type.', |
|
138 |
'Value' => 'Value', |
|
139 |
'Variable' => 'Variable', |
|
140 |
'Vendor details' => 'Vendor details', |
|
141 |
'View warehouse content' => 'View warehouse content', |
|
142 |
'View/edit all employees sales documents' => 'View/edit all employees sales documents', |
|
143 |
'Warehouse management' => 'Warehouse management', |
|
144 |
'You do not have the permissions to access this function.' => 'You do not have the permissions to access this function.', |
|
145 |
'Your PostgreSQL installationen uses UTF-8 as its encoding. Therefore you have to configure Lx-Office to use UTF-8 as well.' => 'Your PostgreSQL installationen uses UTF-8 as its encoding. Therefore you have to configure Lx-Office to use UTF-8 as well.', |
|
146 |
'[email]' => '[email]', |
|
147 |
'bin_list' => 'bin_list', |
|
148 |
'config/authentication.pl: Key "DB_config" is missing.' => 'config/authentication.pl: Key "DB_config" is missing.', |
|
149 |
'config/authentication.pl: Key "LDAP_config" is missing.' => 'config/authentication.pl: Key "LDAP_config" is missing.', |
|
150 |
'config/authentication.pl: Missing parameters in "DB_config". Required parameters are "host", "db" and "user".' => 'config/authentication.pl: Missing parameters in "DB_config". Required parameters are "host", "db" and "user".', |
|
151 |
'config/authentication.pl: Missing parameters in "LDAP_config". Required parameters are "host", "attribute" and "base_dn".' => 'config/authentication.pl: Missing parameters in "LDAP_config". Required parameters are "host", "attribute" and "base_dn".', |
|
152 |
'customer' => 'customer', |
|
153 |
'invoice' => 'invoice', |
|
154 |
'no' => 'no', |
|
155 |
'packing_list' => 'packing_list', |
|
156 |
'pick_list' => 'pick_list', |
|
157 |
'proforma' => 'proforma', |
|
158 |
'purchase_order' => 'purchase_order', |
|
159 |
'request_quotation' => 'request_quotation', |
|
160 |
'sales_order' => 'sales_order', |
|
161 |
'sales_quotation' => 'sales_quotation', |
|
162 |
'vendor' => 'vendor', |
|
163 |
'yes' => 'yes', |
|
164 |
}; |
|
165 |
|
|
166 |
$self->{subs} = { |
|
167 |
'E' => 'E', |
|
168 |
'H' => 'H', |
|
169 |
'NTI' => 'NTI', |
|
170 |
'Q' => 'Q', |
|
171 |
'analyze' => 'analyze', |
|
172 |
'analyze_filter' => 'analyze_filter', |
|
173 |
'ap_transaction' => 'ap_transaction', |
|
174 |
'ar_transaction' => 'ar_transaction', |
|
175 |
'assistant' => 'assistant', |
|
176 |
'assistant_for_ap_ar_wrong_taxkeys' => 'assistant_for_ap_ar_wrong_taxkeys', |
|
177 |
'assistant_for_invoice_inventory_with_taxkeys' => 'assistant_for_invoice_inventory_with_taxkeys', |
|
178 |
'assistant_for_wrong_taxes' => 'assistant_for_wrong_taxes', |
|
179 |
'assistant_for_wrong_taxkeys' => 'assistant_for_wrong_taxkeys', |
|
180 |
'build_std_url' => 'build_std_url', |
|
181 |
'calculate_qty' => 'calculate_qty', |
|
182 |
'call_sub' => 'call_sub', |
|
183 |
'cov_selection_internal' => 'cov_selection_internal', |
|
184 |
'delete_transaction' => 'delete_transaction', |
|
185 |
'delivery_customer_selection' => 'delivery_customer_selection', |
|
186 |
'dispatcher' => 'dispatcher', |
|
187 |
'fix_ap_ar_wrong_taxkeys' => 'fix_ap_ar_wrong_taxkeys', |
|
188 |
'fix_invoice_inventory_with_taxkeys' => 'fix_invoice_inventory_with_taxkeys', |
|
189 |
'fix_wrong_taxkeys' => 'fix_wrong_taxkeys', |
|
190 |
'format_dates' => 'format_dates', |
|
191 |
'gl_transaction' => 'gl_transaction', |
|
192 |
'mark_as_paid_common' => 'mark_as_paid_common', |
|
193 |
'part_selection_internal' => 'part_selection_internal', |
|
194 |
'redirect' => 'redirect', |
|
195 |
'reformat_numbers' => 'reformat_numbers', |
|
196 |
'retrieve_partunits' => 'retrieve_partunits', |
|
197 |
'sales_invoice' => 'sales_invoice', |
|
198 |
'select_part' => 'select_part', |
|
199 |
'select_part_internal' => 'select_part_internal', |
|
200 |
'set_longdescription' => 'set_longdescription', |
|
201 |
'show_history' => 'show_history', |
|
202 |
'show_vc_details' => 'show_vc_details', |
|
203 |
'vendor_invoice' => 'vendor_invoice', |
|
204 |
'vendor_selection' => 'vendor_selection', |
|
205 |
'close' => 'close', |
|
206 |
'continue' => 'continue', |
|
207 |
'delete_transaction' => 'delete_transaction', |
|
208 |
'fix_transaction' => 'fix_transaction', |
|
209 |
'fix_transactions' => 'fix_transactions', |
|
210 |
'new_part' => 'new_part', |
|
211 |
're_run_analysis' => 're_run_analysis', |
|
212 |
'start_analysis' => 'start_analysis', |
|
213 |
'yes' => 'yes', |
|
214 |
}; |
|
215 |
|
|
216 |
1; |
locale/en/add_more_constraints_fibu_projekt_xplace | ||
---|---|---|
1 |
#!/usr/bin/perl |
|
2 |
|
|
3 |
$self->{texts} = { |
|
4 |
'Database update error:' => 'Database update error:', |
|
5 |
}; |
|
6 |
|
|
7 |
$self->{subs} = { |
|
8 |
'do_query' => 'do_query', |
|
9 |
'do_update' => 'do_update', |
|
10 |
'mydberror' => 'mydberror', |
|
11 |
}; |
|
12 |
|
|
13 |
1; |
locale/en/admin | ||
---|---|---|
1 |
#!/usr/bin/perl |
|
2 |
|
|
3 |
$self->{texts} = { |
|
4 |
'A group with that name does already exist.' => 'A group with that name does already exist.', |
|
5 |
'A temporary directory could not be created:' => 'A temporary directory could not be created:', |
|
6 |
'A temporary file could not be created. Please verify that the directory "#1" is writeable by the webserver.' => 'A temporary file could not be created. Please verify that the directory "#1" is writeable by the webserver.', |
|
7 |
'A temporary file could not be created:' => 'A temporary file could not be created:', |
|
8 |
'ADDED' => 'ADDED', |
|
9 |
'AP' => 'Purchases', |
|
10 |
'AR' => 'Sales', |
|
11 |
'Add User' => 'Add User', |
|
12 |
'Address' => 'Address', |
|
13 |
'Administration' => 'Administration', |
|
14 |
'Advance turnover tax return' => 'Advance turnover tax return', |
|
15 |
'All reports' => 'All reports', |
|
16 |
'Another user with the login #1 does already exist.' => 'Another user with the login #1 does already exist.', |
|
17 |
'Attempt to call an undefined sub named \'%s\'' => 'Attempt to call an undefined sub named \'%s\'', |
|
18 |
'Authentification database creation' => 'Authentification database creation', |
|
19 |
'Authentification tables creation' => 'Authentification tables creation', |
|
20 |
'Backup Dataset' => 'Backup Dataset', |
|
21 |
'Bcc' => 'Bcc', |
|
22 |
'Bin List' => 'Bin List', |
|
23 |
'Binding to the LDAP server as "#1" failed. Please check config/authentication.pl.' => 'Binding to the LDAP server as "#1" failed. Please check config/authentication.pl.', |
|
24 |
'CANCELED' => 'CANCELED', |
|
25 |
'CR' => 'CR', |
|
26 |
'CRM admin' => 'CRM admin', |
|
27 |
'CRM create customers, vendors and contacts' => 'CRM create customers, vendors and contacts', |
|
28 |
'CRM follow up' => 'CRM follow up', |
|
29 |
'CRM know how' => 'CRM know how', |
|
30 |
'CRM notices' => 'CRM notices', |
|
31 |
'CRM opportunity' => 'CRM opportunity', |
|
32 |
'CRM optional software' => 'CRM optional software', |
|
33 |
'CRM other' => 'CRM other', |
|
34 |
'CRM search' => 'CRM search', |
|
35 |
'CRM send email' => 'CRM send email', |
|
36 |
'CRM services' => 'CRM services', |
|
37 |
'CRM status' => 'CRM status', |
|
38 |
'CRM termin' => 'CRM termin', |
|
39 |
'CRM user' => 'CRM user', |
|
40 |
'Cannot create Lock!' => 'Cannot create Lock!', |
|
41 |
'Cc' => 'Cc', |
|
42 |
'Change Lx-Office installation settings (all menu entries beneath \'System\')' => 'Change Lx-Office installation settings (all menu entries beneath \'System\')', |
|
43 |
'Confirmation' => 'Confirmation', |
|
44 |
'Contact' => 'Contact', |
|
45 |
'Could not open the old memberfile.' => 'Could not open the old memberfile.', |
|
46 |
'Create Dataset' => 'Create Dataset', |
|
47 |
'Create a standard group' => 'Create a standard group', |
|
48 |
'Create and edit RFQs' => 'Create and edit RFQs', |
|
49 |
'Create and edit customers and vendors' => 'Create and edit customers and vendors', |
|
50 |
'Create and edit dunnings' => 'Create and edit dunnings', |
|
51 |
'Create and edit invoices and credit notes' => 'Create and edit invoices and credit notes', |
|
52 |
'Create and edit parts, services, assemblies' => 'Create and edit parts, services, assemblies', |
|
53 |
'Create and edit projects' => 'Create and edit projects', |
|
54 |
'Create and edit purchase delivery orders' => 'Create and edit purchase delivery orders', |
|
55 |
'Create and edit purchase orders' => 'Create and edit purchase orders', |
|
56 |
'Create and edit sales delivery orders' => 'Create and edit sales delivery orders', |
|
57 |
'Create and edit sales orders' => 'Create and edit sales orders', |
|
58 |
'Create and edit sales quotations' => 'Create and edit sales quotations', |
|
59 |
'Create and edit vendor invoices' => 'Create and edit vendor invoices', |
|
60 |
'Credit Note' => 'Credit Note', |
|
61 |
'Customer Number' => 'Customer Number', |
|
62 |
'Customer details' => 'Customer details', |
|
63 |
'DATEV Export' => 'DATEV Export', |
|
64 |
'DELETED' => 'DELETED', |
|
65 |
'DR' => 'DR', |
|
66 |
'DUNNING STARTED' => 'DUNNING STARTED', |
|
67 |
'Database Administration' => 'Database Administration', |
|
68 |
'Database Connection Test' => 'Database Connection Test', |
|
69 |
'Database User missing!' => 'Database User missing!', |
|
70 |
'Database backups and restorations are disabled in lx-erp.conf.' => 'Database backups and restorations are disabled in lx-erp.conf.', |
|
71 |
'Dataset missing!' => 'Dataset missing!', |
|
72 |
'Dataset upgrade' => 'Dataset upgrade', |
|
73 |
'Date' => 'Date', |
|
74 |
'Delete Dataset' => 'Delete Dataset', |
|
75 |
'Delivery Order' => 'Delivery Order', |
|
76 |
'Dependency loop detected:' => 'Dependency loop detected:', |
|
77 |
'Directory' => 'Directory', |
|
78 |
'Dunning' => 'Dunning', |
|
79 |
'ELSE' => 'ELSE', |
|
80 |
'Edit User' => 'Edit User', |
|
81 |
'Edit group membership' => 'Edit group membership', |
|
82 |
'Enter longdescription' => 'Enter longdescription', |
|
83 |
'Error in database control file \'%s\': %s' => 'Error in database control file \'%s\': %s', |
|
84 |
'File' => 'File', |
|
85 |
'Full Access' => 'Full Access', |
|
86 |
'Full access to all functions' => 'Full access to all functions', |
|
87 |
'General ledger and cash' => 'General ledger and cash', |
|
88 |
'History' => 'History', |
|
89 |
'Incorrect Password!' => 'Incorrect Password!', |
|
90 |
'Invoice' => 'Invoice', |
|
91 |
'Lockfile created!' => 'Lockfile created!', |
|
92 |
'Lockfile removed!' => 'Lockfile removed!', |
|
93 |
'Login name missing!' => 'Login name missing!', |
|
94 |
'MAILED' => 'MAILED', |
|
95 |
'Manage license keys' => 'Manage license keys', |
|
96 |
'Mark as paid?' => 'Mark as paid?', |
|
97 |
'Marked as paid' => 'Marked as paid', |
|
98 |
'Master Data' => 'Master Data', |
|
99 |
'May set the BCC field when sending emails' => 'May set the BCC field when sending emails', |
|
100 |
'Message' => 'Message', |
|
101 |
'Missing \'description\' field.' => 'Missing \'description\' field.', |
|
102 |
'Missing \'tag\' field.' => 'Missing \'tag\' field.', |
|
103 |
'Missing parameter #1 in call to sub #2.' => 'Missing parameter #1 in call to sub #2.', |
|
104 |
'Missing parameter (at least one of #1) in call to sub #2.' => 'Missing parameter (at least one of #1) in call to sub #2.', |
|
105 |
'More than one control file with the tag \'%s\' exist.' => 'More than one control file with the tag \'%s\' exist.', |
|
106 |
'Name' => 'Name', |
|
107 |
'No %s was found matching the search parameters.' => 'No %s was found matching the search parameters.', |
|
108 |
'No Customer was found matching the search parameters.' => 'No Customer was found matching the search parameters.', |
|
109 |
'No Database Drivers available!' => 'No Database Drivers available!', |
|
110 |
'No Dataset selected!' => 'No Dataset selected!', |
|
111 |
'No Vendor was found matching the search parameters.' => 'No Vendor was found matching the search parameters.', |
|
112 |
'No action defined.' => 'No action defined.', |
|
113 |
'No backup file has been uploaded.' => 'No backup file has been uploaded.', |
|
114 |
'No customer has been selected yet.' => 'No customer has been selected yet.', |
|
115 |
'No group has been selected, or the group does not exist anymore.' => 'No group has been selected, or the group does not exist anymore.', |
|
116 |
'No or an unknown authenticantion module specified in "config/authentication.pl".' => 'No or an unknown authenticantion module specified in "config/authentication.pl".', |
|
117 |
'No part was found matching the search parameters.' => 'No part was found matching the search parameters.', |
|
118 |
'No user has been selected.' => 'No user has been selected.', |
|
119 |
'No vendor has been selected yet.' => 'No vendor has been selected yet.', |
|
120 |
'Nothing to delete!' => 'Nothing to delete!', |
|
121 |
'Others' => 'Others', |
|
122 |
'PAYMENT POSTED' => 'PAYMENT POSTED', |
|
123 |
'POSTED' => 'POSTED', |
|
124 |
'POSTED AS NEW' => 'POSTED AS NEW', |
|
125 |
'PRINTED' => 'PRINTED', |
|
126 |
'Packing List' => 'Packing List', |
|
127 |
'Part Number' => 'Part Number', |
|
128 |
'Part description' => 'Part description', |
|
129 |
'Pick List' => 'Pick List', |
|
130 |
'Please enter values' => 'Please enter values', |
|
131 |
'Preview' => 'Preview', |
|
132 |
'Proforma Invoice' => 'Proforma Invoice', |
|
133 |
'Purchase Order' => 'Purchase Order', |
|
134 |
'Quotation' => 'Quotation', |
|
135 |
'RFQ' => 'RFQ', |
|
136 |
'Receipt, payment, reconciliation' => 'Receipt, payment, reconciliation', |
|
137 |
'Reports' => 'Reports', |
|
138 |
'Restore Dataset' => 'Restore Dataset', |
|
139 |
'SAVED' => 'SAVED', |
|
140 |
'SAVED FOR DUNNING' => 'SAVED FOR DUNNING', |
|
141 |
'SCREENED' => 'SCREENED', |
|
142 |
'Select a Customer' => 'Select a Customer', |
|
143 |
'Select a customer' => 'Select a customer', |
|
144 |
'Select a part' => 'Select a part', |
|
145 |
'Select a vendor' => 'Select a vendor', |
|
146 |
'Storno Invoice' => 'Storno Invoice', |
|
147 |
'Storno Packing List' => 'Storno Packing List', |
|
148 |
'Subject' => 'Subject', |
|
149 |
'The \'tag\' field must only consist of alphanumeric characters or the carachters - _ ( )' => 'The \'tag\' field must only consist of alphanumeric characters or the carachters - _ ( )', |
|
150 |
'The LDAP server "#1:#2" is unreachable. Please check config/authentication.pl.' => 'The LDAP server "#1:#2" is unreachable. Please check config/authentication.pl.', |
|
151 |
'The config file "config/authentication.pl" contained invalid Perl code:' => 'The config file "config/authentication.pl" contained invalid Perl code:', |
|
152 |
'The config file "config/authentication.pl" was not found.' => 'The config file "config/authentication.pl" was not found.', |
|
153 |
'The connection to the LDAP server cannot be encrypted (SSL/TLS startup failure). Please check config/authentication.pl.' => 'The connection to the LDAP server cannot be encrypted (SSL/TLS startup failure). Please check config/authentication.pl.', |
|
154 |
'The connection to the authentication database failed:' => 'The connection to the authentication database failed:', |
|
155 |
'The connection to the template database failed:' => 'The connection to the template database failed:', |
|
156 |
'The creation of the authentication database failed:' => 'The creation of the authentication database failed:', |
|
157 |
'The dataset name is missing.' => 'The dataset name is missing.', |
|
158 |
'The directory "%s" could not be created:\n%s' => 'The directory "%s" could not be created:\n%s', |
|
159 |
'The directory %s does not exist.' => 'The directory %s does not exist.', |
|
160 |
'The email address is missing.' => 'The email address is missing.', |
|
161 |
'The group has been added.' => 'The group has been added.', |
|
162 |
'The group has been deleted.' => 'The group has been deleted.', |
|
163 |
'The group has been saved.' => 'The group has been saved.', |
|
164 |
'The group memberships have been saved.' => 'The group memberships have been saved.', |
|
165 |
'The group name is missing.' => 'The group name is missing.', |
|
166 |
'The login is missing.' => 'The login is missing.', |
|
167 |
'The pg_dump process could not be started.' => 'The pg_dump process could not be started.', |
|
168 |
'The pg_restore process could not be started.' => 'The pg_restore process could not be started.', |
|
169 |
'The selected PostgreSQL installation uses UTF-8 as its encoding. Therefore you have to configure Lx-Office to use UTF-8 as well.' => 'The selected PostgreSQL installation uses UTF-8 as its encoding. Therefore you have to configure Lx-Office to use UTF-8 as well.', |
|
170 |
'The user has been added to this group.' => 'The user has been added to this group.', |
|
171 |
'The user has been removed from this group.' => 'The user has been removed from this group.', |
|
172 |
'To (email)' => 'To (email)', |
|
173 |
'Transactions, AR transactions, AP transactions' => 'Transactions, AR transactions, AP transactions', |
|
174 |
'Trying to call a sub without a name' => 'Trying to call a sub without a name', |
|
175 |
'Unit' => 'Unit', |
|
176 |
'Unknown dependency \'%s\'.' => 'Unknown dependency \'%s\'.', |
|
177 |
'Update Dataset' => 'Update Dataset', |
|
178 |
'User data migration' => 'User data migration', |
|
179 |
'User deleted!' => 'User deleted!', |
|
180 |
'User migration complete' => 'User migration complete', |
|
181 |
'User saved!' => 'User saved!', |
|
182 |
'Value' => 'Value', |
|
183 |
'Variable' => 'Variable', |
|
184 |
'Vendor details' => 'Vendor details', |
|
185 |
'View warehouse content' => 'View warehouse content', |
|
186 |
'View/edit all employees sales documents' => 'View/edit all employees sales documents', |
|
187 |
'Warehouse management' => 'Warehouse management', |
|
188 |
'You do not have the permissions to access this function.' => 'You do not have the permissions to access this function.', |
|
189 |
'Your PostgreSQL installationen uses UTF-8 as its encoding. Therefore you have to configure Lx-Office to use UTF-8 as well.' => 'Your PostgreSQL installationen uses UTF-8 as its encoding. Therefore you have to configure Lx-Office to use UTF-8 as well.', |
|
190 |
'[email]' => '[email]', |
|
191 |
'bin_list' => 'bin_list', |
|
192 |
'config/authentication.pl: Key "DB_config" is missing.' => 'config/authentication.pl: Key "DB_config" is missing.', |
|
193 |
'config/authentication.pl: Key "LDAP_config" is missing.' => 'config/authentication.pl: Key "LDAP_config" is missing.', |
|
194 |
'config/authentication.pl: Missing parameters in "DB_config". Required parameters are "host", "db" and "user".' => 'config/authentication.pl: Missing parameters in "DB_config". Required parameters are "host", "db" and "user".', |
|
195 |
'config/authentication.pl: Missing parameters in "LDAP_config". Required parameters are "host", "attribute" and "base_dn".' => 'config/authentication.pl: Missing parameters in "LDAP_config". Required parameters are "host", "attribute" and "base_dn".', |
|
196 |
'customer' => 'customer', |
|
197 |
'invoice' => 'invoice', |
|
198 |
'no' => 'no', |
|
199 |
'packing_list' => 'packing_list', |
|
200 |
'pick_list' => 'pick_list', |
|
201 |
'proforma' => 'proforma', |
|
202 |
'purchase_order' => 'purchase_order', |
|
203 |
'request_quotation' => 'request_quotation', |
|
204 |
'sales_order' => 'sales_order', |
|
205 |
'sales_quotation' => 'sales_quotation', |
|
206 |
'vendor' => 'vendor', |
|
207 |
'yes' => 'yes', |
|
208 |
}; |
|
209 |
|
|
210 |
$self->{subs} = { |
|
211 |
'E' => 'E', |
|
212 |
'H' => 'H', |
|
213 |
'NTI' => 'NTI', |
|
214 |
'Q' => 'Q', |
|
215 |
'add' => 'add', |
|
216 |
'add_group' => 'add_group', |
|
217 |
'add_to_group' => 'add_to_group', |
|
218 |
'add_user' => 'add_user', |
|
219 |
'adminlogin' => 'adminlogin', |
|
220 |
'ap_transaction' => 'ap_transaction', |
|
221 |
'ar_transaction' => 'ar_transaction', |
|
222 |
'back' => 'back', |
|
223 |
'backup_dataset' => 'backup_dataset', |
|
224 |
'backup_dataset_start' => 'backup_dataset_start', |
|
225 |
'build_std_url' => 'build_std_url', |
|
226 |
'calculate_qty' => 'calculate_qty', |
|
227 |
'call_sub' => 'call_sub', |
|
228 |
'check_auth_db_and_tables' => 'check_auth_db_and_tables', |
|
229 |
'continue' => 'continue', |
|
230 |
'cov_selection_internal' => 'cov_selection_internal', |
|
231 |
'create_auth_db' => 'create_auth_db', |
|
232 |
'create_auth_tables' => 'create_auth_tables', |
|
233 |
'create_dataset' => 'create_dataset', |
|
234 |
'create_standard_group' => 'create_standard_group', |
|
235 |
'create_standard_group_ask' => 'create_standard_group_ask', |
|
236 |
'dbcreate' => 'dbcreate', |
|
237 |
'dbdelete' => 'dbdelete', |
|
238 |
'dbselect_source' => 'dbselect_source', |
|
239 |
'dbupdate' => 'dbupdate', |
|
240 |
'delete' => 'delete', |
|
241 |
'delete_dataset' => 'delete_dataset', |
|
242 |
'delete_group' => 'delete_group', |
|
243 |
'delete_user' => 'delete_user', |
|
244 |
'delivery_customer_selection' => 'delivery_customer_selection', |
|
245 |
'dispatcher' => 'dispatcher', |
|
246 |
'dont_create_standard_group' => 'dont_create_standard_group', |
|
247 |
'edit' => 'edit', |
|
248 |
'edit_group' => 'edit_group', |
|
249 |
'edit_group_membership' => 'edit_group_membership', |
|
250 |
'edit_groups' => 'edit_groups', |
|
251 |
'edit_user' => 'edit_user', |
|
252 |
'edit_user_form' => 'edit_user_form', |
|
253 |
'format_dates' => 'format_dates', |
|
254 |
'get_value' => 'get_value', |
|
255 |
'gl_transaction' => 'gl_transaction', |
|
256 |
'list_users' => 'list_users', |
|
257 |
'lock_system' => 'lock_system', |
|
258 |
'login' => 'login', |
|
259 |
'login_name' => 'login_name', |
|
260 |
'logout' => 'logout', |
|
261 |
'mark_as_paid_common' => 'mark_as_paid_common', |
|
262 |
'migrate_users' => 'migrate_users', |
|
263 |
'no' => 'no', |
|
264 |
'part_selection_internal' => 'part_selection_internal', |
|
265 |
'pg_database_administration' => 'pg_database_administration', |
|
266 |
'reformat_numbers' => 'reformat_numbers', |
|
267 |
'remove_from_group' => 'remove_from_group', |
|
268 |
'restore_dataset' => 'restore_dataset', |
|
269 |
'restore_dataset_start' => 'restore_dataset_start', |
|
270 |
'retrieve_partunits' => 'retrieve_partunits', |
|
271 |
'sales_invoice' => 'sales_invoice', |
|
272 |
'save' => 'save', |
|
273 |
'save_group' => 'save_group', |
|
274 |
'save_group_membership' => 'save_group_membership', |
|
275 |
'save_user' => 'save_user', |
|
276 |
'save_user_as_new' => 'save_user_as_new', |
|
277 |
'select_part' => 'select_part', |
|
278 |
'select_part_internal' => 'select_part_internal', |
|
279 |
'set_longdescription' => 'set_longdescription', |
|
280 |
'show_history' => 'show_history', |
|
281 |
'show_vc_details' => 'show_vc_details', |
|
282 |
'test_db_connection' => 'test_db_connection', |
|
283 |
'unlock_system' => 'unlock_system', |
|
284 |
'update_dataset' => 'update_dataset', |
|
285 |
'user_migration_complete' => 'user_migration_complete', |
|
286 |
'vendor_invoice' => 'vendor_invoice', |
|
287 |
'vendor_selection' => 'vendor_selection', |
|
288 |
'yes' => 'yes', |
|
289 |
'add' => 'add', |
|
290 |
'add_user' => 'add_user', |
|
291 |
'add_to_group' => 'add_to_group', |
|
292 |
'back' => 'back', |
|
293 |
'backup_dataset' => 'backup_dataset', |
|
294 |
'close' => 'close', |
|
295 |
'continue' => 'continue', |
|
296 |
'create_dataset' => 'create_dataset', |
|
297 |
'create_tables' => 'create_tables', |
|
298 |
'delete' => 'delete', |
|
299 |
'delete_dataset' => 'delete_dataset', |
|
300 |
'edit' => 'edit', |
|
301 |
'edit_groups' => 'edit_groups', |
|
302 |
'lock_system' => 'lock_system', |
|
303 |
'login' => 'login', |
|
304 |
'logout' => 'logout', |
|
305 |
'new_part' => 'new_part', |
|
306 |
'no' => 'no', |
|
307 |
'pg_database_administration' => 'pg_database_administration', |
|
308 |
'remove_from_group' => 'remove_from_group', |
|
309 |
'restore_dataset' => 'restore_dataset', |
|
310 |
'save' => 'save', |
|
311 |
'unlock_system' => 'unlock_system', |
|
312 |
'update_dataset' => 'update_dataset', |
|
313 |
'yes' => 'yes', |
|
314 |
}; |
|
315 |
|
|
316 |
1; |
locale/en/am | ||
---|---|---|
1 |
#!/usr/bin/perl |
|
2 |
|
|
3 |
$self->{texts} = { |
|
4 |
'<%account_number%> -- Your account number' => '<%account_number%> -- Your account number', |
|
5 |
'<%bank%> -- Your bank' => '<%bank%> -- Your bank', |
|
6 |
'<%bank_code%> -- Your bank code' => '<%bank_code%> -- Your bank code', |
|
7 |
'<%currency%> -- The selected currency' => '<%currency%> -- The selected currency', |
|
8 |
'<%invtotal%> -- Invoice total' => '<%invtotal%> -- Invoice total', |
|
9 |
'<%invtotal_wo_skonto%> -- Invoice total less discount' => '<%invtotal_wo_skonto%> -- Invoice total less discount', |
|
10 |
'<%netto_date%> -- Date the payment is due in full' => '<%netto_date%> -- Date the payment is due in full', |
|
11 |
'<%skonto_amount%> -- The deductible amount' => '<%skonto_amount%> -- The deductible amount', |
|
12 |
'<%skonto_date%> -- Date the payment is due with discount' => '<%skonto_date%> -- Date the payment is due with discount', |
|
13 |
'<%skonto_in_percent%> -- The discount in percent' => '<%skonto_in_percent%> -- The discount in percent', |
|
14 |
'<%terms_netto%> -- The number of days for full payment' => '<%terms_netto%> -- The number of days for full payment', |
|
15 |
'<%total%> -- Amount payable' => '<%total%> -- Amount payable', |
|
16 |
'<%total_wo_skonto%> -- Amount payable less discount' => '<%total_wo_skonto%> -- Amount payable less discount', |
|
17 |
'A temporary file could not be created. Please verify that the directory "#1" is writeable by the webserver.' => 'A temporary file could not be created. Please verify that the directory "#1" is writeable by the webserver.', |
|
18 |
'A unit with this name does already exist.' => 'A unit with this name does already exist.', |
|
19 |
'ADDED' => 'ADDED', |
|
20 |
'AP' => 'Purchases', |
|
21 |
'AR' => 'Sales', |
|
22 |
'Account' => 'Account', |
|
23 |
'Account Category A' => 'Account Category A', |
|
24 |
'Account Category C' => 'Account Category C', |
|
25 |
'Account Category E' => 'Account Category E', |
|
26 |
'Account Category G' => 'Account Category G', |
|
27 |
'Account Category I' => 'Account Category I', |
|
28 |
'Account Category L' => 'Account Category L', |
|
29 |
'Account Category Q' => 'Account Category Q', |
|
30 |
'Account Description missing!' => 'Account Description missing!', |
|
31 |
'Account Link AP' => 'Account Link AP', |
|
32 |
'Account Link AP_amount' => 'Account Link AP_amount', |
|
33 |
'Account Link AP_paid' => 'Account Link AP_paid', |
|
34 |
'Account Link AP_tax' => 'Account Link AP_tax', |
|
35 |
'Account Link AR' => 'Account Link AR', |
|
36 |
'Account Link AR_amount' => 'Account Link AR_amount', |
|
37 |
'Account Link AR_paid' => 'Account Link AR_paid', |
|
38 |
'Account Link AR_tax' => 'Account Link AR_tax', |
|
39 |
'Account Link CT_tax' => 'Account Link CT_tax', |
|
40 |
'Account Link IC' => 'Account Link IC', |
|
41 |
'Account Link IC_cogs' => 'Account Link IC_cogs', |
|
42 |
'Account Link IC_expense' => 'Account Link IC_expense', |
|
43 |
'Account Link IC_income' => 'Account Link IC_income', |
|
44 |
'Account Link IC_sale' => 'Account Link IC_sale', |
|
45 |
'Account Link IC_taxpart' => 'Account Link IC_taxpart', |
|
46 |
'Account Link IC_taxservice' => 'Account Link IC_taxservice', |
|
47 |
'Account Number already used!' => 'Account Number already used!', |
|
48 |
'Account Number missing!' => 'Account Number missing!', |
|
49 |
'Account Type missing!' => 'Account Type missing!', |
|
50 |
'Account deleted!' => 'Account deleted!', |
|
51 |
'Account saved!' => 'Account saved!', |
|
52 |
'Accounting Group deleted!' => 'Accounting Group deleted!', |
|
53 |
'Accounting Group saved!' => 'Accounting Group saved!', |
|
54 |
'Add' => 'Add', |
|
55 |
'Add Account' => 'Add Account', |
|
56 |
'Add Accounting Group' => 'Add Accounting Group', |
|
57 |
'Add Buchungsgruppe' => 'Add Buchungsgruppe', |
|
58 |
'Add Business' => 'Add Business', |
|
59 |
'Add Department' => 'Add Department', |
|
60 |
'Add Language' => 'Add Language', |
|
61 |
'Add Lead' => 'Add Lead', |
|
62 |
'Add Payment Terms' => 'Add Payment Terms', |
|
63 |
'Add Price Factor' => 'Add Price Factor', |
|
64 |
'Add Printer' => 'Add Printer', |
|
65 |
'Add Warehouse' => 'Add Warehouse', |
|
66 |
'Add and edit units' => 'Add and edit units', |
|
67 |
'Address' => 'Address', |
|
68 |
'Advance turnover tax return' => 'Advance turnover tax return', |
|
69 |
'All reports' => 'All reports', |
|
70 |
'Article Code' => 'Article Code', |
|
71 |
'Article Code missing!' => 'Article Code missing!', |
|
72 |
'Asset' => 'Asset', |
|
73 |
'Attempt to call an undefined sub named \'%s\'' => 'Attempt to call an undefined sub named \'%s\'', |
|
74 |
'Audit Control' => 'Audit Control', |
|
75 |
'Back' => 'Back', |
|
76 |
'Bcc' => 'Bcc', |
|
77 |
'Bestandskonto' => 'Bestandskonto', |
|
78 |
'Bin List' => 'Bin List', |
|
79 |
'Binding to the LDAP server as "#1" failed. Please check config/authentication.pl.' => 'Binding to the LDAP server as "#1" failed. Please check config/authentication.pl.', |
|
80 |
'Bins saved.' => 'Bins saved.', |
|
81 |
'Books are open' => 'Books are open', |
|
82 |
'Books closed up to' => 'Books closed up to', |
|
83 |
'Buchungsgruppe' => 'Buchungsgruppe', |
|
84 |
'Buchungsgruppen' => 'Buchungsgruppen', |
|
85 |
'Business deleted!' => 'Business deleted!', |
|
86 |
'Business saved!' => 'Business saved!', |
|
87 |
'CANCELED' => 'CANCELED', |
|
88 |
'CR' => 'CR', |
|
89 |
'CRM admin' => 'CRM admin', |
|
90 |
'CRM create customers, vendors and contacts' => 'CRM create customers, vendors and contacts', |
|
91 |
'CRM follow up' => 'CRM follow up', |
|
92 |
'CRM know how' => 'CRM know how', |
|
93 |
'CRM notices' => 'CRM notices', |
|
94 |
'CRM opportunity' => 'CRM opportunity', |
|
95 |
'CRM optional software' => 'CRM optional software', |
|
96 |
'CRM other' => 'CRM other', |
|
97 |
'CRM search' => 'CRM search', |
|
98 |
'CRM send email' => 'CRM send email', |
|
99 |
'CRM services' => 'CRM services', |
|
100 |
'CRM status' => 'CRM status', |
|
101 |
'CRM termin' => 'CRM termin', |
|
102 |
'CRM user' => 'CRM user', |
|
103 |
'Cannot delete account!' => 'Cannot delete account!', |
|
104 |
'Cannot delete default account!' => 'Cannot delete default account!', |
|
105 |
'Cannot save account!' => 'Cannot save account!', |
|
106 |
'Cannot save preferences!' => 'Cannot save preferences!', |
|
107 |
'Cc' => 'Cc', |
|
108 |
'Change Lx-Office installation settings (all menu entries beneath \'System\')' => 'Change Lx-Office installation settings (all menu entries beneath \'System\')', |
|
109 |
'Chart of Accounts' => 'Chart of Accounts', |
|
110 |
'Close Books up to' => 'Close Books up to', |
|
111 |
'Confirmation' => 'Confirmation', |
|
112 |
'Contact' => 'Contact', |
|
113 |
'Continue' => 'Continue', |
|
114 |
'Cost Center' => 'Cost Center', |
|
115 |
'Costs' => 'Costs', |
|
116 |
'Create and edit RFQs' => 'Create and edit RFQs', |
|
117 |
'Create and edit customers and vendors' => 'Create and edit customers and vendors', |
|
118 |
'Create and edit dunnings' => 'Create and edit dunnings', |
|
119 |
'Create and edit invoices and credit notes' => 'Create and edit invoices and credit notes', |
|
120 |
'Create and edit parts, services, assemblies' => 'Create and edit parts, services, assemblies', |
|
121 |
'Create and edit projects' => 'Create and edit projects', |
|
122 |
'Create and edit purchase delivery orders' => 'Create and edit purchase delivery orders', |
|
123 |
'Create and edit purchase orders' => 'Create and edit purchase orders', |
|
124 |
'Create and edit sales delivery orders' => 'Create and edit sales delivery orders', |
|
125 |
'Create and edit sales orders' => 'Create and edit sales orders', |
|
126 |
'Create and edit sales quotations' => 'Create and edit sales quotations', |
|
127 |
'Create and edit vendor invoices' => 'Create and edit vendor invoices', |
|
128 |
'Credit Note' => 'Credit Note', |
|
129 |
'Customer Number' => 'Customer Number', |
|
130 |
'Customer details' => 'Customer details', |
|
131 |
'Customernumberinit' => 'Customernumberinit', |
|
132 |
'DATEV Export' => 'DATEV Export', |
|
133 |
'DELETED' => 'DELETED', |
|
134 |
'DR' => 'DR', |
|
135 |
'DUNNING STARTED' => 'DUNNING STARTED', |
|
136 |
'Dataset upgrade' => 'Dataset upgrade', |
|
137 |
'Date' => 'Date', |
|
138 |
'Date Format' => 'Date Format', |
|
139 |
'Defaults saved.' => 'Defaults saved.', |
|
140 |
'Delete' => 'Delete', |
|
141 |
'Delete Account' => 'Delete Account', |
|
142 |
'Delivery Order' => 'Delivery Order', |
|
143 |
'Department deleted!' => 'Department deleted!', |
|
144 |
'Department saved!' => 'Department saved!', |
|
145 |
'Departments' => 'Departments', |
|
146 |
'Dependency loop detected:' => 'Dependency loop detected:', |
|
147 |
'Description' => 'Description', |
|
148 |
'Description missing!' => 'Description missing!', |
|
149 |
'Directory' => 'Directory', |
|
150 |
'Discount' => 'Discount', |
|
151 |
'Dunning' => 'Dunning', |
|
152 |
'ELSE' => 'ELSE', |
|
153 |
'Edit' => 'Edit', |
|
154 |
'Edit Account' => 'Edit Account', |
|
155 |
'Edit Accounting Group' => 'Edit Accounting Group', |
|
156 |
'Edit Buchungsgruppe' => 'Edit Buchungsgruppe', |
|
157 |
'Edit Business' => 'Edit Business', |
|
158 |
'Edit Department' => 'Edit Department', |
|
159 |
'Edit Language' => 'Edit Language', |
|
160 |
'Edit Lead' => 'Edit Lead', |
|
161 |
'Edit Payment Terms' => 'Edit Payment Terms', |
|
162 |
'Edit Preferences for #1' => 'Edit Preferences for #1', |
|
163 |
'Edit Price Factor' => 'Edit Price Factor', |
|
164 |
'Edit Printer' => 'Edit Printer', |
|
165 |
'Edit Warehouse' => 'Edit Warehouse', |
|
166 |
'Enter longdescription' => 'Enter longdescription', |
|
167 |
'Equity' => 'Equity', |
|
168 |
'Error in database control file \'%s\': %s' => 'Error in database control file \'%s\': %s', |
|
169 |
'Expense' => 'Expense', |
|
170 |
'Expenses EU with UStId' => 'Expenses EU with UStId', |
|
171 |
'Expenses EU without UStId' => 'Expenses EU without UStId', |
|
172 |
'Factor missing!' => 'Factor missing!', |
|
173 |
'File' => 'File', |
|
174 |
'Foreign Expenses' => 'Foreign Expenses', |
|
175 |
'Foreign Revenues' => 'Foreign Revenues', |
|
176 |
'General ledger and cash' => 'General ledger and cash', |
|
177 |
'Header' => 'Header', |
|
178 |
'History' => 'History', |
|
179 |
'History Search' => 'History Search', |
|
180 |
'Inventory' => 'Inventory', |
|
181 |
'Invoice' => 'Invoice', |
|
182 |
'Language' => 'Language', |
|
183 |
'Language deleted!' => 'Language deleted!', |
|
184 |
'Language missing!' => 'Language missing!', |
|
185 |
'Language saved!' => 'Language saved!', |
|
186 |
'Languages' => 'Languages', |
|
187 |
'Lead' => 'Lead', |
|
188 |
'Liability' => 'Liability', |
|
189 |
'Long Dates' => 'Long Dates', |
|
190 |
'Long Description' => 'Long Description', |
|
191 |
'MAILED' => 'MAILED', |
|
192 |
'Manage license keys' => 'Manage license keys', |
|
193 |
'Mark as paid?' => 'Mark as paid?', |
|
194 |
'Marked as paid' => 'Marked as paid', |
|
195 |
'Master Data' => 'Master Data', |
|
196 |
'May set the BCC field when sending emails' => 'May set the BCC field when sending emails', |
|
197 |
'Message' => 'Message', |
|
198 |
'Missing \'description\' field.' => 'Missing \'description\' field.', |
|
199 |
'Missing \'tag\' field.' => 'Missing \'tag\' field.', |
|
200 |
'Missing parameter #1 in call to sub #2.' => 'Missing parameter #1 in call to sub #2.', |
|
201 |
'Missing parameter (at least one of #1) in call to sub #2.' => 'Missing parameter (at least one of #1) in call to sub #2.', |
|
202 |
'More than one control file with the tag \'%s\' exist.' => 'More than one control file with the tag \'%s\' exist.', |
|
203 |
'Name' => 'Name', |
|
204 |
'National Expenses' => 'National Expenses', |
|
205 |
'National Revenues' => 'National Revenues', |
|
206 |
'Netto Terms' => 'Netto Terms', |
|
207 |
'No' => 'No', |
|
208 |
'No %s was found matching the search parameters.' => 'No %s was found matching the search parameters.', |
|
209 |
'No Customer was found matching the search parameters.' => 'No Customer was found matching the search parameters.', |
|
210 |
'No Vendor was found matching the search parameters.' => 'No Vendor was found matching the search parameters.', |
|
211 |
'No customer has been selected yet.' => 'No customer has been selected yet.', |
|
212 |
'No or an unknown authenticantion module specified in "config/authentication.pl".' => 'No or an unknown authenticantion module specified in "config/authentication.pl".', |
|
213 |
'No part was found matching the search parameters.' => 'No part was found matching the search parameters.', |
|
214 |
'No vendor has been selected yet.' => 'No vendor has been selected yet.', |
|
215 |
'None' => 'None', |
|
216 |
'Number Format' => 'Number Format', |
|
217 |
'OpenDocument/OASIS' => 'OpenDocument/OASIS', |
|
218 |
'Others' => 'Others', |
|
219 |
'PAYMENT POSTED' => 'PAYMENT POSTED', |
|
220 |
'PDF' => 'PDF', |
|
221 |
'PDF (OpenDocument/OASIS)' => 'PDF (OpenDocument/OASIS)', |
|
222 |
'POSTED' => 'POSTED', |
|
223 |
'POSTED AS NEW' => 'POSTED AS NEW', |
|
224 |
'PRINTED' => 'PRINTED', |
|
225 |
'Packing List' => 'Packing List', |
|
226 |
'Part Number' => 'Part Number', |
|
227 |
'Part description' => 'Part description', |
|
228 |
'Payment Terms' => 'Payment Terms', |
|
229 |
'Payment Terms saved!' => 'Payment Terms saved!', |
|
230 |
'Payment terms deleted!' => 'Payment terms deleted!', |
|
231 |
'Pick List' => 'Pick List', |
|
232 |
'Please enter values' => 'Please enter values', |
|
233 |
'Postscript' => 'Postscript', |
|
234 |
'Preferences saved!' => 'Preferences saved!', |
|
235 |
'Preview' => 'Preview', |
|
236 |
'Price Factors' => 'Price Factors', |
|
237 |
'Price factor deleted!' => 'Price factor deleted!', |
|
238 |
'Price factor saved!' => 'Price factor saved!', |
|
239 |
'Printer' => 'Printer', |
|
240 |
'Printer Command' => 'Printer Command', |
|
241 |
'Printer Command missing!' => 'Printer Command missing!', |
|
242 |
'Printer Description' => 'Printer Description', |
|
243 |
'Printer deleted!' => 'Printer deleted!', |
|
244 |
'Printer saved!' => 'Printer saved!', |
|
245 |
'Profit Center' => 'Profit Center', |
|
246 |
'Proforma Invoice' => 'Proforma Invoice', |
|
247 |
'Purchase Order' => 'Purchase Order', |
|
248 |
'Queue' => 'Queue', |
|
249 |
'Quotation' => 'Quotation', |
|
250 |
'RFQ' => 'RFQ', |
|
251 |
'Ranges of numbers and default accounts' => 'Ranges of numbers and default accounts', |
|
252 |
'Receipt, payment, reconciliation' => 'Receipt, payment, reconciliation', |
|
253 |
'Reports' => 'Reports', |
|
254 |
'Representative' => 'Representative', |
|
255 |
'Revenue' => 'Revenue', |
|
256 |
'Revenues EU with UStId' => 'Revenues EU with UStId', |
|
257 |
'Revenues EU without UStId' => 'Revenues EU without UStId', |
|
258 |
'SAVED' => 'SAVED', |
|
259 |
'SAVED FOR DUNNING' => 'SAVED FOR DUNNING', |
|
260 |
'SCREENED' => 'SCREENED', |
|
261 |
'Save' => 'Save', |
|
262 |
'Save as new' => 'Save as new', |
|
263 |
'Screen' => 'Screen', |
|
264 |
'Select a Customer' => 'Select a Customer', |
|
265 |
'Select a customer' => 'Select a customer', |
|
266 |
'Select a part' => 'Select a part', |
|
267 |
'Select a vendor' => 'Select a vendor', |
|
268 |
'Select federal state...' => 'Select federal state...', |
|
269 |
'Select tax office...' => 'Select tax office...', |
|
270 |
'Skonto' => 'Skonto', |
|
271 |
'Skonto Terms' => 'Skonto Terms', |
|
272 |
'Storno Invoice' => 'Storno Invoice', |
|
273 |
'Storno Packing List' => 'Storno Packing List', |
|
274 |
'Subject' => 'Subject', |
|
275 |
'Tax Percent is a number between 0 and 100' => 'Tax Percent is a number between 0 and 100', |
|
276 |
'Tax deleted!' => 'Tax deleted!', |
|
277 |
'Tax saved!' => 'Tax saved!', |
|
278 |
'Tax-O-Matic' => 'Tax-O-Matic', |
|
279 |
'Tax-o-matic Account' => 'Tax-o-matic Account', |
|
280 |
'Taxdescription missing!' => 'Taxdescription missing!', |
|
281 |
'Taxkey missing!' => 'Taxkey missing!', |
|
282 |
'Taxrate missing!' => 'Taxrate missing!', |
|
283 |
'Template Code' => 'Template Code', |
|
284 |
'Template Code missing!' => 'Template Code missing!', |
|
285 |
'The \'tag\' field must only consist of alphanumeric characters or the carachters - _ ( )' => 'The \'tag\' field must only consist of alphanumeric characters or the carachters - _ ( )', |
|
286 |
'The LDAP server "#1:#2" is unreachable. Please check config/authentication.pl.' => 'The LDAP server "#1:#2" is unreachable. Please check config/authentication.pl.', |
|
287 |
'The base unit does not exist or it is about to be deleted in row %d.' => 'The base unit does not exist or it is about to be deleted in row %d.', |
|
288 |
'The base unit does not exist.' => 'The base unit does not exist.', |
|
289 |
'The base unit relations must not contain loops (e.g. by saying that unit A\'s base unit is B, B\'s base unit is C and C\'s base unit is A) in row %d.' => 'The base unit relations must not contain loops (e.g. by saying that unit A\'s base unit is B, B\'s base unit is C and C\'s base unit is A) in row %d.', |
|
290 |
'The config file "config/authentication.pl" contained invalid Perl code:' => 'The config file "config/authentication.pl" contained invalid Perl code:', |
|
291 |
'The config file "config/authentication.pl" was not found.' => 'The config file "config/authentication.pl" was not found.', |
|
292 |
'The connection to the LDAP server cannot be encrypted (SSL/TLS startup failure). Please check config/authentication.pl.' => 'The connection to the LDAP server cannot be encrypted (SSL/TLS startup failure). Please check config/authentication.pl.', |
|
293 |
'The connection to the authentication database failed:' => 'The connection to the authentication database failed:', |
|
294 |
'The connection to the template database failed:' => 'The connection to the template database failed:', |
|
295 |
'The creation of the authentication database failed:' => 'The creation of the authentication database failed:', |
|
296 |
'The factor is missing in row %d.' => 'The factor is missing in row %d.', |
|
297 |
'The factor is missing.' => 'The factor is missing.', |
|
298 |
'The name in row %d has already been used before.' => 'The name in row %d has already been used before.', |
|
299 |
'The name is missing in row %d.' => 'The name is missing in row %d.', |
|
300 |
'The name is missing.' => 'The name is missing.', |
|
301 |
'The unit has been saved.' => 'The unit has been saved.', |
|
302 |
'The unit in row %d has been deleted in the meantime.' => 'The unit in row %d has been deleted in the meantime.', |
|
303 |
'The unit in row %d has been used in the meantime and cannot be changed anymore.' => 'The unit in row %d has been used in the meantime and cannot be changed anymore.', |
|
304 |
'The units have been saved.' => 'The units have been saved.', |
|
305 |
'The warehouse could not be deleted because it has already been used.' => 'The warehouse could not be deleted because it has already been used.', |
|
306 |
'To (email)' => 'To (email)', |
|
307 |
'Transactions, AR transactions, AP transactions' => 'Transactions, AR transactions, AP transactions', |
|
308 |
'Translation (%s)' => 'Translation (%s)', |
|
309 |
'Trying to call a sub without a name' => 'Trying to call a sub without a name', |
|
310 |
'Type of Business' => 'Type of Business', |
|
311 |
'Unit' => 'Unit', |
|
312 |
'Unknown Category' => 'Unknown Category', |
|
313 |
'Unknown Link' => 'Unknown Link', |
|
314 |
'Unknown dependency \'%s\'.' => 'Unknown dependency \'%s\'.', |
|
315 |
'Value' => 'Value', |
|
316 |
'Variable' => 'Variable', |
|
317 |
'Vendor details' => 'Vendor details', |
|
318 |
'View warehouse content' => 'View warehouse content', |
|
319 |
'View/edit all employees sales documents' => 'View/edit all employees sales documents', |
|
320 |
'Warehouse deleted.' => 'Warehouse deleted.', |
|
321 |
'Warehouse management' => 'Warehouse management', |
|
322 |
'Warehouse saved.' => 'Warehouse saved.', |
|
323 |
'Warehouses' => 'Warehouses', |
|
324 |
'Yes' => 'Yes', |
|
325 |
'You can use the following strings in the long description and all translations. They will be replaced by their actual values by Lx-Office before they\'re output.' => 'You can use the following strings in the long description and all translations. They will be replaced by their actual values by Lx-Office before they\'re output.', |
|
326 |
'You do not have the permissions to access this function.' => 'You do not have the permissions to access this function.', |
|
327 |
'Your PostgreSQL installationen uses UTF-8 as its encoding. Therefore you have to configure Lx-Office to use UTF-8 as well.' => 'Your PostgreSQL installationen uses UTF-8 as its encoding. Therefore you have to configure Lx-Office to use UTF-8 as well.', |
|
328 |
'[email]' => '[email]', |
|
329 |
'bin_list' => 'bin_list', |
|
330 |
'config/authentication.pl: Key "DB_config" is missing.' => 'config/authentication.pl: Key "DB_config" is missing.', |
|
331 |
'config/authentication.pl: Key "LDAP_config" is missing.' => 'config/authentication.pl: Key "LDAP_config" is missing.', |
|
332 |
'config/authentication.pl: Missing parameters in "DB_config". Required parameters are "host", "db" and "user".' => 'config/authentication.pl: Missing parameters in "DB_config". Required parameters are "host", "db" and "user".', |
|
333 |
'config/authentication.pl: Missing parameters in "LDAP_config". Required parameters are "host", "attribute" and "base_dn".' => 'config/authentication.pl: Missing parameters in "LDAP_config". Required parameters are "host", "attribute" and "base_dn".', |
|
334 |
'customer' => 'customer', |
|
335 |
'down' => 'down', |
|
336 |
'invoice' => 'invoice', |
|
337 |
'lead deleted!' => 'lead deleted!', |
|
338 |
'lead saved!' => 'lead saved!', |
|
339 |
'no' => 'no', |
|
340 |
'packing_list' => 'packing_list', |
|
341 |
'pick_list' => 'pick_list', |
|
342 |
'proforma' => 'proforma', |
|
343 |
'purchase_order' => 'purchase_order', |
|
344 |
'request_quotation' => 'request_quotation', |
|
345 |
'sales_order' => 'sales_order', |
|
346 |
'sales_quotation' => 'sales_quotation', |
|
347 |
'up' => 'up', |
|
348 |
'use program settings' => 'use program settings', |
|
349 |
'vendor' => 'vendor', |
|
350 |
'yes' => 'yes', |
|
351 |
}; |
|
352 |
|
|
353 |
$self->{subs} = { |
|
354 |
'E' => 'E', |
|
355 |
'H' => 'H', |
|
356 |
'NTI' => 'NTI', |
|
357 |
'Q' => 'Q', |
|
358 |
'_build_cfg_options' => '_build_cfg_options', |
|
359 |
'_get_taxaccount_selection{ |
|
360 |
' => '_get_taxaccount_selection{ |
|
361 |
', |
|
362 |
'account_header' => 'account_header', |
|
363 |
'add' => 'add', |
|
364 |
'add_account' => 'add_account', |
|
365 |
'add_buchungsgruppe' => 'add_buchungsgruppe', |
|
366 |
'add_business' => 'add_business', |
|
367 |
'add_department' => 'add_department', |
|
368 |
'add_language' => 'add_language', |
|
369 |
'add_lead' => 'add_lead', |
|
370 |
'add_payment' => 'add_payment', |
|
371 |
'add_price_factor' => 'add_price_factor', |
|
372 |
'add_printer' => 'add_printer', |
|
373 |
'add_tax' => 'add_tax', |
|
374 |
'add_unit' => 'add_unit', |
|
375 |
'add_warehouse' => 'add_warehouse', |
|
376 |
'ap_transaction' => 'ap_transaction', |
|
377 |
'ar_transaction' => 'ar_transaction', |
|
378 |
'audit_control' => 'audit_control', |
|
379 |
'buchungsgruppe_header' => 'buchungsgruppe_header', |
|
380 |
'build_std_url' => 'build_std_url', |
|
381 |
'business_header' => 'business_header', |
|
382 |
'calculate_qty' => 'calculate_qty', |
|
383 |
'call_sub' => 'call_sub', |
|
384 |
'config' => 'config', |
|
385 |
'continue' => 'continue', |
|
386 |
'cov_selection_internal' => 'cov_selection_internal', |
|
387 |
'delete' => 'delete', |
|
388 |
'delete_account' => 'delete_account', |
|
389 |
'delete_buchungsgruppe' => 'delete_buchungsgruppe', |
|
390 |
'delete_business' => 'delete_business', |
|
391 |
'delete_department' => 'delete_department', |
|
392 |
'delete_language' => 'delete_language', |
|
393 |
'delete_lead' => 'delete_lead', |
|
394 |
'delete_payment' => 'delete_payment', |
|
395 |
'delete_price_factor' => 'delete_price_factor', |
|
396 |
'delete_printer' => 'delete_printer', |
|
397 |
'delete_tax' => 'delete_tax', |
|
398 |
'delete_warehouse' => 'delete_warehouse', |
|
399 |
'delivery_customer_selection' => 'delivery_customer_selection', |
|
400 |
'department_header' => 'department_header', |
|
401 |
'doclose' => 'doclose', |
|
402 |
'edit' => 'edit', |
|
403 |
'edit_account' => 'edit_account', |
|
404 |
'edit_buchungsgruppe' => 'edit_buchungsgruppe', |
|
405 |
'edit_business' => 'edit_business', |
|
406 |
'edit_defaults' => 'edit_defaults', |
|
407 |
'edit_department' => 'edit_department', |
|
408 |
'edit_language' => 'edit_language', |
|
409 |
'edit_lead' => 'edit_lead', |
|
410 |
'edit_payment' => 'edit_payment', |
|
411 |
'edit_price_factor' => 'edit_price_factor', |
|
412 |
'edit_printer' => 'edit_printer', |
|
413 |
'edit_tax' => 'edit_tax', |
|
414 |
'edit_units' => 'edit_units', |
|
415 |
'edit_warehouse' => 'edit_warehouse', |
|
416 |
'form_footer' => 'form_footer', |
|
417 |
'format_dates' => 'format_dates', |
|
418 |
'gl_transaction' => 'gl_transaction', |
|
419 |
'language_header' => 'language_header', |
|
420 |
'lead_header' => 'lead_header', |
|
421 |
'list_account' => 'list_account', |
|
422 |
'list_account_details' => 'list_account_details', |
|
423 |
'list_buchungsgruppe' => 'list_buchungsgruppe', |
|
424 |
'list_business' => 'list_business', |
|
425 |
'list_department' => 'list_department', |
|
426 |
'list_language' => 'list_language', |
|
427 |
'list_lead' => 'list_lead', |
|
428 |
'list_payment' => 'list_payment', |
|
429 |
'list_price_factors' => 'list_price_factors', |
|
430 |
'list_printer' => 'list_printer', |
|
431 |
'list_tax' => 'list_tax', |
|
432 |
'list_warehouses' => 'list_warehouses', |
|
433 |
'mark_as_paid_common' => 'mark_as_paid_common', |
|
434 |
'part_selection_internal' => 'part_selection_internal', |
|
435 |
'payment_header' => 'payment_header', |
|
436 |
'printer_header' => 'printer_header', |
|
437 |
'reformat_numbers' => 'reformat_numbers', |
|
438 |
'retrieve_partunits' => 'retrieve_partunits', |
|
439 |
'sales_invoice' => 'sales_invoice', |
|
440 |
'save' => 'save', |
|
441 |
'save_account' => 'save_account', |
|
442 |
'save_as_new' => 'save_as_new', |
|
443 |
'save_as_new_account' => 'save_as_new_account', |
|
444 |
'save_bin' => 'save_bin', |
|
445 |
'save_buchungsgruppe' => 'save_buchungsgruppe', |
|
446 |
'save_business' => 'save_business', |
|
447 |
'save_defaults' => 'save_defaults', |
|
448 |
'save_department' => 'save_department', |
|
449 |
'save_language' => 'save_language', |
|
450 |
'save_lead' => 'save_lead', |
|
451 |
'save_payment' => 'save_payment', |
|
452 |
'save_preferences' => 'save_preferences', |
|
453 |
'save_price_factor' => 'save_price_factor', |
|
454 |
'save_printer' => 'save_printer', |
|
455 |
'save_tax' => 'save_tax', |
|
456 |
'save_unit' => 'save_unit', |
|
457 |
'save_warehouse' => 'save_warehouse', |
|
458 |
'select_part' => 'select_part', |
|
459 |
'select_part_internal' => 'select_part_internal', |
|
460 |
'set_longdescription' => 'set_longdescription', |
|
461 |
'set_unit_languages' => 'set_unit_languages', |
|
462 |
'show_am_history' => 'show_am_history', |
|
463 |
'show_history' => 'show_history', |
|
464 |
'show_history_search' => 'show_history_search', |
|
465 |
'show_vc_details' => 'show_vc_details', |
|
466 |
'swap_buchungsgruppen' => 'swap_buchungsgruppen', |
|
467 |
'swap_payment_terms' => 'swap_payment_terms', |
|
468 |
'swap_price_factors' => 'swap_price_factors', |
|
469 |
'swap_units' => 'swap_units', |
|
470 |
'swap_warehouses' => 'swap_warehouses', |
|
471 |
'vendor_invoice' => 'vendor_invoice', |
|
472 |
'vendor_selection' => 'vendor_selection', |
|
473 |
'add' => 'add', |
|
474 |
'add_account' => 'add_account', |
|
475 |
'close' => 'close', |
|
476 |
'continue' => 'continue', |
|
477 |
'delete' => 'delete', |
|
478 |
'edit_account' => 'edit_account', |
|
479 |
'new_part' => 'new_part', |
|
480 |
'save' => 'save', |
|
481 |
'save_as_new' => 'save_as_new', |
|
482 |
'submit' => 'submit', |
|
483 |
}; |
|
484 |
|
|
485 |
1; |
locale/en/amcvar | ||
---|---|---|
1 |
#!/usr/bin/perl |
|
2 |
|
|
3 |
$self->{texts} = { |
|
4 |
'A temporary file could not be created. Please verify that the directory "#1" is writeable by the webserver.' => 'A temporary file could not be created. Please verify that the directory "#1" is writeable by the webserver.', |
|
5 |
'ADDED' => 'ADDED', |
|
6 |
'AP' => 'Purchases', |
|
7 |
'AR' => 'Sales', |
|
8 |
'Add custom variable' => 'Add custom variable', |
|
9 |
'Address' => 'Address', |
|
10 |
'Advance turnover tax return' => 'Advance turnover tax return', |
|
11 |
'All reports' => 'All reports', |
|
12 |
'Attempt to call an undefined sub named \'%s\'' => 'Attempt to call an undefined sub named \'%s\'', |
|
13 |
'Bcc' => 'Bcc', |
|
14 |
'Bin List' => 'Bin List', |
|
15 |
'Binding to the LDAP server as "#1" failed. Please check config/authentication.pl.' => 'Binding to the LDAP server as "#1" failed. Please check config/authentication.pl.', |
|
16 |
'CANCELED' => 'CANCELED', |
|
17 |
'CR' => 'CR', |
|
18 |
'CRM admin' => 'CRM admin', |
|
19 |
'CRM create customers, vendors and contacts' => 'CRM create customers, vendors and contacts', |
|
20 |
'CRM follow up' => 'CRM follow up', |
|
21 |
'CRM know how' => 'CRM know how', |
|
22 |
'CRM notices' => 'CRM notices', |
|
23 |
'CRM opportunity' => 'CRM opportunity', |
|
24 |
'CRM optional software' => 'CRM optional software', |
|
25 |
'CRM other' => 'CRM other', |
|
26 |
'CRM search' => 'CRM search', |
|
27 |
'CRM send email' => 'CRM send email', |
|
28 |
'CRM services' => 'CRM services', |
|
29 |
'CRM status' => 'CRM status', |
|
30 |
'CRM termin' => 'CRM termin', |
|
31 |
'CRM user' => 'CRM user', |
|
32 |
'Cc' => 'Cc', |
|
33 |
'Change Lx-Office installation settings (all menu entries beneath \'System\')' => 'Change Lx-Office installation settings (all menu entries beneath \'System\')', |
|
34 |
'Confirmation' => 'Confirmation', |
|
35 |
'Contact' => 'Contact', |
|
36 |
'Create and edit RFQs' => 'Create and edit RFQs', |
|
37 |
'Create and edit customers and vendors' => 'Create and edit customers and vendors', |
|
38 |
'Create and edit dunnings' => 'Create and edit dunnings', |
|
39 |
'Create and edit invoices and credit notes' => 'Create and edit invoices and credit notes', |
|
40 |
'Create and edit parts, services, assemblies' => 'Create and edit parts, services, assemblies', |
|
41 |
'Create and edit projects' => 'Create and edit projects', |
|
42 |
'Create and edit purchase delivery orders' => 'Create and edit purchase delivery orders', |
|
43 |
'Create and edit purchase orders' => 'Create and edit purchase orders', |
|
44 |
'Create and edit sales delivery orders' => 'Create and edit sales delivery orders', |
|
45 |
'Create and edit sales orders' => 'Create and edit sales orders', |
|
46 |
'Create and edit sales quotations' => 'Create and edit sales quotations', |
|
47 |
'Create and edit vendor invoices' => 'Create and edit vendor invoices', |
|
48 |
'Credit Note' => 'Credit Note', |
|
49 |
'Customer Number' => 'Customer Number', |
|
50 |
'Customer details' => 'Customer details', |
|
51 |
'Customers and vendors' => 'Customers and vendors', |
|
52 |
'DATEV Export' => 'DATEV Export', |
|
53 |
'DELETED' => 'DELETED', |
|
54 |
'DR' => 'DR', |
|
55 |
'DUNNING STARTED' => 'DUNNING STARTED', |
|
56 |
'Dataset upgrade' => 'Dataset upgrade', |
|
57 |
'Date' => 'Date', |
|
58 |
'Delivery Order' => 'Delivery Order', |
|
59 |
'Dependency loop detected:' => 'Dependency loop detected:', |
|
60 |
'Directory' => 'Directory', |
|
61 |
'Dunning' => 'Dunning', |
|
62 |
'ELSE' => 'ELSE', |
|
63 |
'Edit custom variable' => 'Edit custom variable', |
|
64 |
'Enter longdescription' => 'Enter longdescription', |
|
65 |
'Error in database control file \'%s\': %s' => 'Error in database control file \'%s\': %s', |
|
66 |
'File' => 'File', |
|
67 |
'Free-form text' => 'Free-form text', |
|
68 |
'General ledger and cash' => 'General ledger and cash', |
|
69 |
'History' => 'History', |
|
70 |
'Invoice' => 'Invoice', |
|
71 |
'List of custom variables' => 'List of custom variables', |
|
72 |
'MAILED' => 'MAILED', |
|
73 |
'Manage license keys' => 'Manage license keys', |
|
74 |
'Mark as paid?' => 'Mark as paid?', |
|
75 |
'Marked as paid' => 'Marked as paid', |
|
76 |
'Master Data' => 'Master Data', |
|
77 |
'May set the BCC field when sending emails' => 'May set the BCC field when sending emails', |
|
78 |
'Message' => 'Message', |
|
79 |
'Missing \'description\' field.' => 'Missing \'description\' field.', |
|
80 |
'Missing \'tag\' field.' => 'Missing \'tag\' field.', |
|
81 |
'Missing parameter #1 in call to sub #2.' => 'Missing parameter #1 in call to sub #2.', |
|
82 |
'Missing parameter (at least one of #1) in call to sub #2.' => 'Missing parameter (at least one of #1) in call to sub #2.', |
|
83 |
'More than one control file with the tag \'%s\' exist.' => 'More than one control file with the tag \'%s\' exist.', |
|
84 |
'Name' => 'Name', |
|
85 |
'No' => 'No', |
|
86 |
'No %s was found matching the search parameters.' => 'No %s was found matching the search parameters.', |
|
87 |
'No Customer was found matching the search parameters.' => 'No Customer was found matching the search parameters.', |
|
88 |
'No Vendor was found matching the search parameters.' => 'No Vendor was found matching the search parameters.', |
|
89 |
'No action defined.' => 'No action defined.', |
|
90 |
'No customer has been selected yet.' => 'No customer has been selected yet.', |
|
91 |
'No or an unknown authenticantion module specified in "config/authentication.pl".' => 'No or an unknown authenticantion module specified in "config/authentication.pl".', |
|
92 |
'No part was found matching the search parameters.' => 'No part was found matching the search parameters.', |
|
93 |
'No vendor has been selected yet.' => 'No vendor has been selected yet.', |
|
94 |
'Number' => 'Number', |
|
95 |
'Others' => 'Others', |
|
96 |
'PAYMENT POSTED' => 'PAYMENT POSTED', |
|
97 |
'POSTED' => 'POSTED', |
|
98 |
'POSTED AS NEW' => 'POSTED AS NEW', |
|
99 |
'PRINTED' => 'PRINTED', |
|
100 |
'Packing List' => 'Packing List', |
|
101 |
'Part Number' => 'Part Number', |
|
102 |
'Part description' => 'Part description', |
|
103 |
'Parts, services and assemblies' => 'Parts, services and assemblies', |
|
104 |
'Pick List' => 'Pick List', |
|
105 |
'Please enter values' => 'Please enter values', |
|
106 |
'Preview' => 'Preview', |
|
107 |
'Proforma Invoice' => 'Proforma Invoice', |
|
108 |
'Projects' => 'Projects', |
|
109 |
'Purchase Order' => 'Purchase Order', |
|
110 |
'Quotation' => 'Quotation', |
|
111 |
'RFQ' => 'RFQ', |
|
112 |
'Receipt, payment, reconciliation' => 'Receipt, payment, reconciliation', |
|
113 |
'Reports' => 'Reports', |
|
114 |
'SAVED' => 'SAVED', |
|
115 |
'SAVED FOR DUNNING' => 'SAVED FOR DUNNING', |
|
116 |
'SCREENED' => 'SCREENED', |
|
117 |
'Select a Customer' => 'Select a Customer', |
|
118 |
'Select a customer' => 'Select a customer', |
|
119 |
'Select a part' => 'Select a part', |
|
120 |
'Select a vendor' => 'Select a vendor', |
|
121 |
'Selection' => 'Selection', |
|
122 |
'Storno Invoice' => 'Storno Invoice', |
|
123 |
'Storno Packing List' => 'Storno Packing List', |
|
124 |
'Subject' => 'Subject', |
|
125 |
'Text field' => 'Text field', |
|
126 |
'The \'tag\' field must only consist of alphanumeric characters or the carachters - _ ( )' => 'The \'tag\' field must only consist of alphanumeric characters or the carachters - _ ( )', |
|
127 |
'The LDAP server "#1:#2" is unreachable. Please check config/authentication.pl.' => 'The LDAP server "#1:#2" is unreachable. Please check config/authentication.pl.', |
|
128 |
'The config file "config/authentication.pl" contained invalid Perl code:' => 'The config file "config/authentication.pl" contained invalid Perl code:', |
|
129 |
'The config file "config/authentication.pl" was not found.' => 'The config file "config/authentication.pl" was not found.', |
|
130 |
'The connection to the LDAP server cannot be encrypted (SSL/TLS startup failure). Please check config/authentication.pl.' => 'The connection to the LDAP server cannot be encrypted (SSL/TLS startup failure). Please check config/authentication.pl.', |
|
131 |
'The connection to the authentication database failed:' => 'The connection to the authentication database failed:', |
|
132 |
'The connection to the template database failed:' => 'The connection to the template database failed:', |
|
133 |
'The creation of the authentication database failed:' => 'The creation of the authentication database failed:', |
|
134 |
'The custom variable has been deleted.' => 'The custom variable has been deleted.', |
|
135 |
'The custom variable has been saved.' => 'The custom variable has been saved.', |
|
136 |
'The description is missing.' => 'The description is missing.', |
|
137 |
'The name is missing.' => 'The name is missing.', |
|
138 |
'The name must only consist of letters, numbers and underscores and start with a letter.' => 'The name must only consist of letters, numbers and underscores and start with a letter.', |
|
139 |
'The option field is empty.' => 'The option field is empty.', |
|
140 |
'Timestamp' => 'Timestamp', |
|
141 |
'To (email)' => 'To (email)', |
|
142 |
'Transactions, AR transactions, AP transactions' => 'Transactions, AR transactions, AP transactions', |
|
143 |
'Trying to call a sub without a name' => 'Trying to call a sub without a name', |
|
144 |
'Unit' => 'Unit', |
|
145 |
'Unknown dependency \'%s\'.' => 'Unknown dependency \'%s\'.', |
|
146 |
'Value' => 'Value', |
|
147 |
'Variable' => 'Variable', |
|
148 |
'Vendor details' => 'Vendor details', |
|
149 |
'View warehouse content' => 'View warehouse content', |
|
150 |
'View/edit all employees sales documents' => 'View/edit all employees sales documents', |
|
151 |
'Warehouse management' => 'Warehouse management', |
|
152 |
'Yes' => 'Yes', |
Auch abrufbar als: Unified diff
Englische Locales: unnötige Datein entfernt und eine .gitignore erstellt.