1 |
|
#!/usr/bin/perl
|
2 |
|
# -*- coding: utf-8; -*-
|
3 |
|
# vim: fenc=utf-8
|
4 |
|
|
5 |
|
# These are all the texts to build the translations files.
|
6 |
|
# The file has the form of 'english text' => 'foreign text',
|
7 |
|
# you can add the translation in this file or in the 'missing' file
|
8 |
|
# run locales.pl from this directory to rebuild the translation files
|
9 |
|
|
10 |
|
$self->{texts} = {
|
11 |
|
' Date missing!' => '',
|
12 |
|
' Part Number missing!' => '',
|
13 |
|
' missing!' => '',
|
14 |
|
'#1 prices were updated.' => '',
|
15 |
|
'<%account_number%> -- Your account number' => '',
|
16 |
|
'<%bank%> -- Your bank' => '',
|
17 |
|
'<%bank_code%> -- Your bank code' => '',
|
18 |
|
'<%currency%> -- The selected currency' => '',
|
19 |
|
'<%invtotal%> -- Invoice total' => '',
|
20 |
|
'<%invtotal_wo_skonto%> -- Invoice total less discount' => '',
|
21 |
|
'<%netto_date%> -- Date the payment is due in full' => '',
|
22 |
|
'<%skonto_amount%> -- The deductible amount' => '',
|
23 |
|
'<%skonto_date%> -- Date the payment is due with discount' => '',
|
24 |
|
'<%skonto_in_percent%> -- The discount in percent' => '',
|
25 |
|
'<%terms_netto%> -- The number of days for full payment' => '',
|
26 |
|
'<%total%> -- Amount payable' => '',
|
27 |
|
'<%total_wo_skonto%> -- Amount payable less discount' => '',
|
28 |
|
'*/' => '',
|
29 |
|
'---please select---' => '',
|
30 |
|
'...after loggin in' => '',
|
31 |
|
'...done' => '',
|
32 |
|
'...on the TODO list' => '',
|
33 |
|
'1. Quarter' => '',
|
34 |
|
'2. Quarter' => '',
|
35 |
|
'3. Quarter' => '',
|
36 |
|
'4. Quarter' => '',
|
37 |
|
'<b>What</b> do you want to look for?' => '',
|
38 |
|
'A Buchungsgruppe consists of a descriptive name and the account numbers for the income and expense accounts for those four tax zones as well as the inventory account number.' => '',
|
39 |
|
'A group named "Full Access" has been created.' => '',
|
40 |
|
'A group with that name does already exist.' => '',
|
41 |
|
'A lot of the usability of Lx-Office has been enhanced with javascript. Although it is currently possible to use every aspect of Lx-Office without javascript, we strongly recommend it. In a future version this may change and javascript may be necessary to access advanced features.' => '',
|
42 |
|
'A temporary directory could not be created:' => '',
|
43 |
|
'A temporary file could not be created. Please verify that the directory "#1" is writeable by the webserver.' => '',
|
44 |
|
'A temporary file could not be created:' => '',
|
45 |
|
'A unit with this name does already exist.' => '',
|
46 |
|
'A variable marked as \'editable\' can be changed in each quotation, order, invoice etc.' => '',
|
47 |
|
'ADDED' => '',
|
48 |
|
'AP' => '',
|
49 |
|
'AP Aging' => '',
|
50 |
|
'AP Transaction' => '',
|
51 |
|
'AP Transaction (abbreviation)' => '',
|
52 |
|
'AP Transaction Storno (one letter abbreviation)' => '',
|
53 |
|
'AP Transaction with Storno (abbreviation)' => '',
|
54 |
|
'AP Transactions' => '',
|
55 |
|
'AP transactions with sales taxkeys and/or AR transactions with input taxkeys' => '',
|
56 |
|
'AR' => '',
|
57 |
|
'AR Aging' => '',
|
58 |
|
'AR Transaction' => '',
|
59 |
|
'AR Transaction (abbreviation)' => '',
|
60 |
|
'AR Transactions' => '',
|
61 |
|
'ASSETS' => '',
|
62 |
|
'Abrechnungsnummer' => '',
|
63 |
|
'Abteilung' => '',
|
64 |
|
'Account' => '',
|
65 |
|
'Account Category A' => '',
|
66 |
|
'Account Category C' => '',
|
67 |
|
'Account Category E' => '',
|
68 |
|
'Account Category G' => '',
|
69 |
|
'Account Category I' => '',
|
70 |
|
'Account Category L' => '',
|
71 |
|
'Account Category Q' => '',
|
72 |
|
'Account Description missing!' => '',
|
73 |
|
'Account Link AP' => '',
|
74 |
|
'Account Link AP_amount' => '',
|
75 |
|
'Account Link AP_paid' => '',
|
76 |
|
'Account Link AP_tax' => '',
|
77 |
|
'Account Link AR' => '',
|
78 |
|
'Account Link AR_amount' => '',
|
79 |
|
'Account Link AR_paid' => '',
|
80 |
|
'Account Link AR_tax' => '',
|
81 |
|
'Account Link CT_tax' => '',
|
82 |
|
'Account Link IC' => '',
|
83 |
|
'Account Link IC_cogs' => '',
|
84 |
|
'Account Link IC_expense' => '',
|
85 |
|
'Account Link IC_income' => '',
|
86 |
|
'Account Link IC_sale' => '',
|
87 |
|
'Account Link IC_taxpart' => '',
|
88 |
|
'Account Link IC_taxservice' => '',
|
89 |
|
'Account Number' => '',
|
90 |
|
'Account Number already used!' => '',
|
91 |
|
'Account Number missing!' => '',
|
92 |
|
'Account Nummer' => '',
|
93 |
|
'Account Type' => '',
|
94 |
|
'Account Type missing!' => '',
|
95 |
|
'Account deleted!' => '',
|
96 |
|
'Account for fees' => '',
|
97 |
|
'Account for interest' => '',
|
98 |
|
'Account number' => '',
|
99 |
|
'Account number #1, bank code #2, #3' => '',
|
100 |
|
'Account saved!' => '',
|
101 |
|
'Accounting Group deleted!' => '',
|
102 |
|
'Accounting Group saved!' => '',
|
103 |
|
'Accrual' => '',
|
104 |
|
'Active' => '',
|
105 |
|
'Active?' => '',
|
106 |
|
'Add' => '',
|
107 |
|
'Add AP Transaction' => '',
|
108 |
|
'Add AR Transaction' => '',
|
109 |
|
'Add Account' => '',
|
110 |
|
'Add Accounting Group' => '',
|
111 |
|
'Add Accounts Payables Transaction' => '',
|
112 |
|
'Add Accounts Receivables Transaction' => '',
|
113 |
|
'Add Assembly' => '',
|
114 |
|
'Add Buchungsgruppe' => '',
|
115 |
|
'Add Business' => '',
|
116 |
|
'Add Credit Note' => '',
|
117 |
|
'Add Customer' => '',
|
118 |
|
'Add Delivery Order' => '',
|
119 |
|
'Add Department' => '',
|
120 |
|
'Add Dunning' => '',
|
121 |
|
'Add Exchangerate' => '',
|
122 |
|
'Add Follow-Up' => '',
|
123 |
|
'Add Follow-Up for #1' => '',
|
124 |
|
'Add General Ledger Transaction' => '',
|
125 |
|
'Add Group' => '',
|
126 |
|
'Add Language' => '',
|
127 |
|
'Add Lead' => '',
|
128 |
|
'Add License' => '',
|
129 |
|
'Add Part' => '',
|
130 |
|
'Add Payment Terms' => '',
|
131 |
|
'Add Price Factor' => '',
|
132 |
|
'Add Pricegroup' => '',
|
133 |
|
'Add Printer' => '',
|
134 |
|
'Add Project' => '',
|
135 |
|
'Add Purchase Delivery Order' => '',
|
136 |
|
'Add Purchase Order' => '',
|
137 |
|
'Add Quotation' => '',
|
138 |
|
'Add RFQ' => '',
|
139 |
|
'Add Request for Quotation' => '',
|
140 |
|
'Add Sales Delivery Order' => '',
|
141 |
|
'Add Sales Invoice' => '',
|
142 |
|
'Add Sales Order' => '',
|
143 |
|
'Add Service' => '',
|
144 |
|
'Add Storno Credit Note' => '',
|
145 |
|
'Add Transaction' => '',
|
146 |
|
'Add User' => '',
|
147 |
|
'Add Vendor' => '',
|
148 |
|
'Add Vendor Invoice' => '',
|
149 |
|
'Add Warehouse' => '',
|
150 |
|
'Add a new group' => '',
|
151 |
|
'Add and edit units' => '',
|
152 |
|
'Add bank account' => '',
|
153 |
|
'Add custom variable' => '',
|
154 |
|
'Add note' => '',
|
155 |
|
'Add to group' => '',
|
156 |
|
'Add unit' => '',
|
157 |
|
'Address' => '',
|
158 |
|
'Administration' => '',
|
159 |
|
'Administration area' => '',
|
160 |
|
'Advance turnover tax return' => '',
|
161 |
|
'Aktion' => '',
|
162 |
|
'All' => '',
|
163 |
|
'All Accounts' => '',
|
164 |
|
'All Datasets up to date!' => '',
|
165 |
|
'All changes in that file have been reverted.' => '',
|
166 |
|
'All database upgrades have been applied.' => '',
|
167 |
|
'All general ledger entries' => '',
|
168 |
|
'All of the exports you have selected were already closed.' => '',
|
169 |
|
'All reports' => '',
|
170 |
|
'All the selected exports have already been closed, or all of their items have already been executed.' => '',
|
171 |
|
'Allow access' => '',
|
172 |
|
'Allow the following users access to my follow-ups:' => '',
|
173 |
|
'Alternatively you can create a new part which will then be selected.' => '',
|
174 |
|
'Alternatively you can skip this step and create groups yourself.' => '',
|
175 |
|
'Amended Advance Turnover Tax Return' => '',
|
176 |
|
'Amended Advance Turnover Tax Return (Nr. 10)' => '',
|
177 |
|
'Amount' => '',
|
178 |
|
'Amount Due' => '',
|
179 |
|
'Annotations' => '',
|
180 |
|
'Another user with the login #1 does already exist.' => '',
|
181 |
|
'Ap aging on %s' => '',
|
182 |
|
'Application Error. No Format given' => '',
|
183 |
|
'Application Error. Wrong Format' => '',
|
184 |
|
'Applying #1:' => '',
|
185 |
|
'Approximately #1 prices will be updated.' => '',
|
186 |
|
'Apr' => '',
|
187 |
|
'April' => '',
|
188 |
|
'Ar aging on %s' => '',
|
189 |
|
'Are you sure you want to delete Delivery Order Number #1?' => '',
|
190 |
|
'Are you sure you want to delete Invoice Number' => '',
|
191 |
|
'Are you sure you want to delete Order Number' => '',
|
192 |
|
'Are you sure you want to delete Quotation Number' => '',
|
193 |
|
'Are you sure you want to delete Transaction' => '',
|
194 |
|
'Are you sure you want to remove the marked entries from the queue?' => '',
|
195 |
|
'Are you sure you want to update the prices' => '',
|
196 |
|
'Article Code' => '',
|
197 |
|
'Article Code missing!' => '',
|
198 |
|
'As a result, the saved onhand values of the present goods can be stored into a warehouse designated by you, or will be reset for a proper warehouse tracking' => '',
|
199 |
|
'Assemblies' => '',
|
200 |
|
'Assembly Description' => '',
|
201 |
|
'Assembly Number' => '',
|
202 |
|
'Assembly Number missing!' => '',
|
203 |
|
'Asset' => '',
|
204 |
|
'Assets' => '',
|
205 |
|
'Assign new units' => '',
|
206 |
|
'Assign units' => '',
|
207 |
|
'Assistant for general ledger corrections' => '',
|
208 |
|
'Assume Tax Consultant Data in Tax Computation?' => '',
|
209 |
|
'At least' => '',
|
210 |
|
'At least one Perl module that Lx-Office ERP requires for running is not installed on your system.' => '',
|
211 |
|
'At most' => '',
|
212 |
|
'At the moment the transaction looks like this:' => '',
|
213 |
|
'Attach PDF:' => '',
|
214 |
|
'Attachment' => '',
|
215 |
|
'Attachment name' => '',
|
216 |
|
'Attempt to call an undefined sub named \'%s\'' => '',
|
217 |
|
'Audit Control' => '',
|
218 |
|
'Aug' => '',
|
219 |
|
'August' => '',
|
220 |
|
'Authentification database creation' => '',
|
221 |
|
'Authentification tables creation' => '',
|
222 |
|
'Auto Send?' => '',
|
223 |
|
'Automatically created invoice for fee and interest for dunning %s' => '',
|
224 |
|
'Available qty' => '',
|
225 |
|
'BALANCE SHEET' => '',
|
226 |
|
'BIC' => '',
|
227 |
|
'BOM' => '',
|
228 |
|
'BWA' => '',
|
229 |
|
'Back' => '',
|
230 |
|
'Backup Dataset' => '',
|
231 |
|
'Backup file' => '',
|
232 |
|
'Backup of dataset' => '',
|
233 |
|
'Balance' => '',
|
234 |
|
'Balance Sheet' => '',
|
235 |
|
'Bank' => '',
|
236 |
|
'Bank Code' => '',
|
237 |
|
'Bank Code (long)' => '',
|
238 |
|
'Bank Code Number' => '',
|
239 |
|
'Bank Connection Tax Office' => '',
|
240 |
|
'Bank Connections' => '',
|
241 |
|
'Bank accounts' => '',
|
242 |
|
'Bank code' => '',
|
243 |
|
'Bank transfer amount' => '',
|
244 |
|
'Bank transfer payment list for export #1' => '',
|
245 |
|
'Bank transfer via SEPA' => '',
|
246 |
|
'Bank transfers via SEPA' => '',
|
247 |
|
'Base unit' => '',
|
248 |
|
'Basic data' => '',
|
249 |
|
'Batch Printing' => '',
|
250 |
|
'Bcc' => '',
|
251 |
|
'Belegnummer' => '',
|
252 |
|
'Beratername' => '',
|
253 |
|
'Beraternummer' => '',
|
254 |
|
'Best Before' => '',
|
255 |
|
'Bestandskonto' => '',
|
256 |
|
'Bilanz' => '',
|
257 |
|
'Billing Address' => '',
|
258 |
|
'Billing/shipping address (city)' => '',
|
259 |
|
'Billing/shipping address (street)' => '',
|
260 |
|
'Billing/shipping address (zipcode)' => '',
|
261 |
|
'Bin' => '',
|
262 |
|
'Bin From' => '',
|
263 |
|
'Bin List' => '',
|
264 |
|
'Bin To' => '',
|
265 |
|
'Binding to the LDAP server as "#1" failed. Please check config/lx_office.conf.' => '',
|
266 |
|
'Bins saved.' => '',
|
267 |
|
'Bins that have been used in the past cannot be deleted anymore. For these bins there\'s no checkbox in the "Delete" column.' => '',
|
268 |
|
'Birthday' => '',
|
269 |
|
'Bis' => '',
|
270 |
|
'Bis Konto: ' => '',
|
271 |
|
'Body' => '',
|
272 |
|
'Body:' => '',
|
273 |
|
'Books are open' => '',
|
274 |
|
'Books closed up to' => '',
|
275 |
|
'Boolean variables: If the default value is non-empty then the checkbox will be checked by default and unchecked otherwise.' => '',
|
276 |
|
'Both' => '',
|
277 |
|
'Bottom' => '',
|
278 |
|
'Bought' => '',
|
279 |
|
'Buchungsdatum' => '',
|
280 |
|
'Buchungsgruppe' => '',
|
281 |
|
'Buchungsgruppen' => '',
|
282 |
|
'Buchungskonto' => '',
|
283 |
|
'Buchungsnummer' => '',
|
284 |
|
'Business Number' => '',
|
285 |
|
'Business Volume' => '',
|
286 |
|
'Business deleted!' => '',
|
287 |
|
'Business saved!' => '',
|
288 |
|
'CANCELED' => '',
|
289 |
|
'CB Transaction' => '',
|
290 |
|
'CR' => '',
|
291 |
|
'CRM admin' => '',
|
292 |
|
'CRM create customers, vendors and contacts' => '',
|
293 |
|
'CRM follow up' => '',
|
294 |
|
'CRM know how' => '',
|
295 |
|
'CRM notices' => '',
|
296 |
|
'CRM opportunity' => '',
|
297 |
|
'CRM optional software' => '',
|
298 |
|
'CRM other' => '',
|
299 |
|
'CRM search' => '',
|
300 |
|
'CRM send email' => '',
|
301 |
|
'CRM services' => '',
|
302 |
|
'CRM status' => '',
|
303 |
|
'CRM termin' => '',
|
304 |
|
'CRM user' => '',
|
305 |
|
'CSV export -- options' => '',
|
306 |
|
'Calculate' => '',
|
307 |
|
'Can not create that quantity with current stock' => '',
|
308 |
|
'Cancel' => '',
|
309 |
|
'Cancel Accounts Payables Transaction' => '',
|
310 |
|
'Cancel Accounts Receivables Transaction' => '',
|
311 |
|
'Cannot create Lock!' => '',
|
312 |
|
'Cannot delete account!' => '',
|
313 |
|
'Cannot delete customer!' => '',
|
314 |
|
'Cannot delete default account!' => '',
|
315 |
|
'Cannot delete delivery order!' => '',
|
316 |
|
'Cannot delete invoice!' => '',
|
317 |
|
'Cannot delete item!' => '',
|
318 |
|
'Cannot delete order!' => '',
|
319 |
|
'Cannot delete quotation!' => '',
|
320 |
|
'Cannot delete transaction!' => '',
|
321 |
|
'Cannot delete vendor!' => '',
|
322 |
|
'Cannot have a value in both Debit and Credit!' => '',
|
323 |
|
'Cannot post Payment!' => '',
|
324 |
|
'Cannot post Receipt!' => '',
|
325 |
|
'Cannot post a transaction without a value!' => '',
|
326 |
|
'Cannot post invoice for a closed period!' => '',
|
327 |
|
'Cannot post invoice!' => '',
|
328 |
|
'Cannot post payment for a closed period!' => '',
|
329 |
|
'Cannot post payment!' => '',
|
330 |
|
'Cannot post transaction for a closed period!' => '',
|
331 |
|
'Cannot post transaction with a debit and credit entry for the same account!' => '',
|
332 |
|
'Cannot post transaction!' => '',
|
333 |
|
'Cannot process payment for a closed period!' => '',
|
334 |
|
'Cannot remove files!' => '',
|
335 |
|
'Cannot save account!' => '',
|
336 |
|
'Cannot save order!' => '',
|
337 |
|
'Cannot save preferences!' => '',
|
338 |
|
'Cannot save quotation!' => '',
|
339 |
|
'Cannot storno storno invoice!' => '',
|
340 |
|
'Carry over shipping address' => '',
|
341 |
|
'Cash' => '',
|
342 |
|
'Cc' => '',
|
343 |
|
'Change Lx-Office installation settings (all menu entries beneath \'System\')' => '',
|
344 |
|
'Change representative to' => '',
|
345 |
|
'Charge Number' => '',
|
346 |
|
'Charge number' => '',
|
347 |
|
'Chart' => '',
|
348 |
|
'Chart Type' => '',
|
349 |
|
'Chart balance' => '',
|
350 |
|
'Chart of Accounts' => '',
|
351 |
|
'Chart of accounts' => '',
|
352 |
|
'Chartaccounts connected to this Tax:' => '',
|
353 |
|
'Check' => '',
|
354 |
|
'Check Details' => '',
|
355 |
|
'Checks' => '',
|
356 |
|
'Choose Customer' => '',
|
357 |
|
'Choose Outputformat' => '',
|
358 |
|
'Choose Vendor' => '',
|
359 |
|
'Choose a Tax Number' => '',
|
360 |
|
'City' => '',
|
361 |
|
'Cleared Balance' => '',
|
362 |
|
'Clearing Tax Received (No 71)' => '',
|
363 |
|
'Click on login name to edit!' => '',
|
364 |
|
'Close' => '',
|
365 |
|
'Close Books up to' => '',
|
366 |
|
'Close SEPA exports' => '',
|
367 |
|
'Close Window' => '',
|
368 |
|
'Closed' => '',
|
369 |
|
'Collective Orders only work for orders from one customer!' => '',
|
370 |
|
'Comment' => '',
|
371 |
|
'Company' => '',
|
372 |
|
'Company Name' => '',
|
373 |
|
'Compare to' => '',
|
374 |
|
'Configuration of individual TODO items' => '',
|
375 |
|
'Confirm' => '',
|
376 |
|
'Confirm!' => '',
|
377 |
|
'Confirmation' => '',
|
378 |
|
'Contact' => '',
|
379 |
|
'Contact Person' => '',
|
380 |
|
'Contact person (surname)' => '',
|
381 |
|
'Contacts' => '',
|
382 |
|
'Continue' => '',
|
383 |
|
'Contra' => '',
|
384 |
|
'Copies' => '',
|
385 |
|
'Correct taxkey' => '',
|
386 |
|
'Corrections' => '',
|
387 |
|
'Cost Center' => '',
|
388 |
|
'Costs' => '',
|
389 |
|
'Could not copy %s to %s. Reason: %s' => '',
|
390 |
|
'Could not open the file users/members.' => '',
|
391 |
|
'Could not open the old memberfile.' => '',
|
392 |
|
'Could not print dunning.' => '',
|
393 |
|
'Could not rename %s to %s. Reason: %s' => '',
|
394 |
|
'Could not spawn ghostscript.' => '',
|
395 |
|
'Could not spawn the printer command.' => '',
|
396 |
|
'Could not update prices!' => '',
|
397 |
|
'Country' => '',
|
398 |
|
'Create Assembly' => '',
|
399 |
|
'Create Buchungsgruppen' => '',
|
400 |
|
'Create Chart of Accounts' => '',
|
401 |
|
'Create Dataset' => '',
|
402 |
|
'Create Date' => '',
|
403 |
|
'Create a standard group' => '',
|
404 |
|
'Create and edit RFQs' => '',
|
405 |
|
'Create and edit customers and vendors' => '',
|
406 |
|
'Create and edit dunnings' => '',
|
407 |
|
'Create and edit invoices and credit notes' => '',
|
408 |
|
'Create and edit parts, services, assemblies' => '',
|
409 |
|
'Create and edit projects' => '',
|
410 |
|
'Create and edit purchase delivery orders' => '',
|
411 |
|
'Create and edit purchase orders' => '',
|
412 |
|
'Create and edit sales delivery orders' => '',
|
413 |
|
'Create and edit sales orders' => '',
|
414 |
|
'Create and edit sales quotations' => '',
|
415 |
|
'Create and edit vendor invoices' => '',
|
416 |
|
'Create bank transfer' => '',
|
417 |
|
'Create bank transfer via SEPA XML' => '',
|
418 |
|
'Create invoice?' => '',
|
419 |
|
'Create new' => '',
|
420 |
|
'Create tables' => '',
|
421 |
|
'Created by' => '',
|
422 |
|
'Created for' => '',
|
423 |
|
'Created on' => '',
|
424 |
|
'Credit' => '',
|
425 |
|
'Credit (one letter abbreviation)' => '',
|
426 |
|
'Credit Account' => '',
|
427 |
|
'Credit Limit' => '',
|
428 |
|
'Credit Limit exceeded!!!' => '',
|
429 |
|
'Credit Note' => '',
|
430 |
|
'Credit Note Date' => '',
|
431 |
|
'Credit Note Number' => '',
|
432 |
|
'Credit Starting Balance' => '',
|
433 |
|
'Credit Tax' => '',
|
434 |
|
'Credit Tax Account' => '',
|
435 |
|
'Credit note (one letter abbreviation)' => '',
|
436 |
|
'Curr' => '',
|
437 |
|
'Currencies' => '',
|
438 |
|
'Currency' => '',
|
439 |
|
'Current / Next Level' => '',
|
440 |
|
'Current Earnings' => '',
|
441 |
|
'Current unit' => '',
|
442 |
|
'Current value:' => '',
|
443 |
|
'Custom Variables' => '',
|
444 |
|
'Custom variables for module' => '',
|
445 |
|
'Customer' => '',
|
446 |
|
'Customer Name' => '',
|
447 |
|
'Customer Number' => '',
|
448 |
|
'Customer Order Number' => '',
|
449 |
|
'Customer deleted!' => '',
|
450 |
|
'Customer details' => '',
|
451 |
|
'Customer missing!' => '',
|
452 |
|
'Customer not on file or locked!' => '',
|
453 |
|
'Customer not on file!' => '',
|
454 |
|
'Customer saved!' => '',
|
455 |
|
'Customer type' => '',
|
456 |
|
'Customername' => '',
|
457 |
|
'Customernumberinit' => '',
|
458 |
|
'Customers' => '',
|
459 |
|
'Customers and vendors' => '',
|
460 |
|
'Customized Report' => '',
|
461 |
|
'DATEV - Export Assistent' => '',
|
462 |
|
'DATEV Angaben' => '',
|
463 |
|
'DATEV Export' => '',
|
464 |
|
'DATEX - Export Assistent' => '',
|
465 |
|
'DELETED' => '',
|
466 |
|
'DFV-Kennzeichen' => '',
|
467 |
|
'DR' => '',
|
468 |
|
'DUNNING STARTED' => '',
|
469 |
|
'DUNS-Nr' => '',
|
470 |
|
'Database' => '',
|
471 |
|
'Database Administration' => '',
|
472 |
|
'Database Connection Test' => '',
|
473 |
|
'Database Host' => '',
|
474 |
|
'Database User missing!' => '',
|
475 |
|
'Database backups and restorations are disabled in lx_office.conf.' => '',
|
476 |
|
'Database name' => '',
|
477 |
|
'Database template' => '',
|
478 |
|
'Database update error:' => '',
|
479 |
|
'Dataset' => '',
|
480 |
|
'Dataset missing!' => '',
|
481 |
|
'Dataset name' => '',
|
482 |
|
'Dataset upgrade' => '',
|
483 |
|
'Date' => '',
|
484 |
|
'Date Format' => '',
|
485 |
|
'Date Paid' => '',
|
486 |
|
'Date and timestamp variables: If the default value equals \'NOW\' then the current date/current timestamp will be used. Otherwise the default value is copied as-is.' => '',
|
487 |
|
'Date missing!' => '',
|
488 |
|
'Datevautomatik' => '',
|
489 |
|
'Datum von' => '',
|
490 |
|
'Debit' => '',
|
491 |
|
'Debit (one letter abbreviation)' => '',
|
492 |
|
'Debit Account' => '',
|
493 |
|
'Debit Starting Balance' => '',
|
494 |
|
'Debit Tax' => '',
|
495 |
|
'Debit Tax Account' => '',
|
496 |
|
'Debit and credit out of balance!' => '',
|
497 |
|
'Dec' => '',
|
498 |
|
'December' => '',
|
499 |
|
'Decimalplaces' => '',
|
500 |
|
'Decrease' => '',
|
501 |
|
'Default (no language selected)' => '',
|
502 |
|
'Default Accounts' => '',
|
503 |
|
'Default output medium' => '',
|
504 |
|
'Default printer' => '',
|
505 |
|
'Default template format' => '',
|
506 |
|
'Default value' => '',
|
507 |
|
'Defaults saved.' => '',
|
508 |
|
'Delete' => '',
|
509 |
|
'Delete Account' => '',
|
510 |
|
'Delete Contact' => '',
|
511 |
|
'Delete Dataset' => '',
|
512 |
|
'Delete Shipto' => '',
|
513 |
|
'Delete delivery order' => '',
|
514 |
|
'Delete drafts' => '',
|
515 |
|
'Delete group' => '',
|
516 |
|
'Delete transaction' => '',
|
517 |
|
'Delivered' => '',
|
518 |
|
'Delivery Date' => '',
|
519 |
|
'Delivery Order' => '',
|
520 |
|
'Delivery Order Date' => '',
|
521 |
|
'Delivery Order Date missing!' => '',
|
522 |
|
'Delivery Order Number' => '',
|
523 |
|
'Delivery Order deleted!' => '',
|
524 |
|
'Delivery Orders' => '',
|
525 |
|
'Department' => '',
|
526 |
|
'Department deleted!' => '',
|
527 |
|
'Department saved!' => '',
|
528 |
|
'Departments' => '',
|
529 |
|
'Dependency loop detected:' => '',
|
530 |
|
'Deposit' => '',
|
531 |
|
'Description' => '',
|
532 |
|
'Description (Click on Description for details)' => '',
|
533 |
|
'Description missing!' => '',
|
534 |
|
'Description must not be empty!' => '',
|
535 |
|
'Destination BIC' => '',
|
536 |
|
'Destination IBAN' => '',
|
537 |
|
'Destination bin' => '',
|
538 |
|
'Destination warehouse' => '',
|
539 |
|
'Destination warehouse and bin' => '',
|
540 |
|
'Details (one letter abbreviation)' => '',
|
541 |
|
'Difference' => '',
|
542 |
|
'Dimension unit' => '',
|
543 |
|
'Directory' => '',
|
544 |
|
'Discount' => '',
|
545 |
|
'Display' => '',
|
546 |
|
'Display file' => '',
|
547 |
|
'Display options' => '',
|
548 |
|
'Do you really want to close the following SEPA exports? No payment will be recorded for bank transfers that haven\'t been marked as executed yet.' => '',
|
549 |
|
'Do you really want to delete AP transaction #1?' => '',
|
550 |
|
'Do you really want to delete AR transaction #1?' => '',
|
551 |
|
'Do you really want to delete GL transaction #1?' => '',
|
552 |
|
'Do you really want to delete this group?' => '',
|
553 |
|
'Do you really want to delete this warehouse?' => '',
|
554 |
|
'Do you want Lx-Office to create a group for access to all functions?' => '',
|
555 |
|
'Do you want to <b>limit</b> your search?' => '',
|
556 |
|
'Do you want to carry this shipping address over to the new purchase order so that the vendor can deliver the goods directly to your customer?' => '',
|
557 |
|
'Do you want to store the existing onhand values into a new warehouse?' => '',
|
558 |
|
'Document' => '',
|
559 |
|
'Documents in the WebDAV repository' => '',
|
560 |
|
'Done' => '',
|
561 |
|
'Download SEPA XML export file' => '',
|
562 |
|
'Download the backup' => '',
|
563 |
|
'Draft saved.' => '',
|
564 |
|
'Drawing' => '',
|
565 |
|
'Driver' => '',
|
566 |
|
'Dropdown Limit' => '',
|
567 |
|
'Due' => '',
|
568 |
|
'Due Date' => '',
|
569 |
|
'Due Date missing!' => '',
|
570 |
|
'Duedate +Days' => '',
|
571 |
|
'Dunning' => '',
|
572 |
|
'Dunning Amount' => '',
|
573 |
|
'Dunning Date' => '',
|
574 |
|
'Dunning Date from' => '',
|
575 |
|
'Dunning Description' => '',
|
576 |
|
'Dunning Description missing in row ' => '',
|
577 |
|
'Dunning Duedate' => '',
|
578 |
|
'Dunning Level' => '',
|
579 |
|
'Dunning Level missing in row ' => '',
|
580 |
|
'Dunning Process Config saved!' => '',
|
581 |
|
'Dunning Process started for selected invoices!' => '',
|
582 |
|
'Dunning number' => '',
|
583 |
|
'Dunning overview' => '',
|
584 |
|
'Dunnings' => '',
|
585 |
|
'During this user migration Lx-Office can create such a group for you and grant all users access to all of Lx-Office\'s functions.' => '',
|
586 |
|
'E-mail' => '',
|
587 |
|
'E-mail Statement to' => '',
|
588 |
|
'E-mail address missing!' => '',
|
589 |
|
'EAN' => '',
|
590 |
|
'EAN-Code' => '',
|
591 |
|
'EB-Wert' => '',
|
592 |
|
'EK' => '',
|
593 |
|
'ELSE' => '',
|
594 |
|
'ELSTER Export (Taxbird)' => '',
|
595 |
|
'ELSTER Export (Winston)' => '',
|
596 |
|
'ELSTER Export nach Winston' => '',
|
597 |
|
'ELSTER Tax Number' => '',
|
598 |
|
'EQUITY' => '',
|
599 |
|
'EU with VAT ID' => '',
|
600 |
|
'EU without VAT ID' => '',
|
601 |
|
'EUER' => '',
|
602 |
|
'EUR' => '',
|
603 |
|
'Earlier versions of Lx-Office contained bugs which might have led to wrong entries in the general ledger.' => '',
|
604 |
|
'Edit' => '',
|
605 |
|
'Edit Access Rights' => '',
|
606 |
|
'Edit Access Rights for Follow-Ups' => '',
|
607 |
|
'Edit Account' => '',
|
608 |
|
'Edit Accounting Group' => '',
|
609 |
|
'Edit Accounts Payables Transaction' => '',
|
610 |
|
'Edit Accounts Receivables Transaction' => '',
|
611 |
|
'Edit Assembly' => '',
|
612 |
|
'Edit Bins' => '',
|
613 |
|
'Edit Buchungsgruppe' => '',
|
614 |
|
'Edit Business' => '',
|
615 |
|
'Edit Credit Note' => '',
|
616 |
|
'Edit Customer' => '',
|
617 |
|
'Edit Department' => '',
|
618 |
|
'Edit Dunning' => '',
|
619 |
|
'Edit Dunning Process Config' => '',
|
620 |
|
'Edit Follow-Up' => '',
|
621 |
|
'Edit Follow-Up for #1' => '',
|
622 |
|
'Edit General Ledger Transaction' => '',
|
623 |
|
'Edit Group' => '',
|
624 |
|
'Edit Language' => '',
|
625 |
|
'Edit Lead' => '',
|
626 |
|
'Edit Part' => '',
|
627 |
|
'Edit Payment Terms' => '',
|
628 |
|
'Edit Preferences for #1' => '',
|
629 |
|
'Edit Price Factor' => '',
|
630 |
|
'Edit Pricegroup' => '',
|
631 |
|
'Edit Printer' => '',
|
632 |
|
'Edit Project' => '',
|
633 |
|
'Edit Purchase Delivery Order' => '',
|
634 |
|
'Edit Purchase Order' => '',
|
635 |
|
'Edit Quotation' => '',
|
636 |
|
'Edit Request for Quotation' => '',
|
637 |
|
'Edit Sales Delivery Order' => '',
|
638 |
|
'Edit Sales Invoice' => '',
|
639 |
|
'Edit Sales Order' => '',
|
640 |
|
'Edit Service' => '',
|
641 |
|
'Edit Storno Credit Note' => '',
|
642 |
|
'Edit Storno Invoice' => '',
|
643 |
|
'Edit User' => '',
|
644 |
|
'Edit Vendor' => '',
|
645 |
|
'Edit Vendor Invoice' => '',
|
646 |
|
'Edit Warehouse' => '',
|
647 |
|
'Edit and delete a group' => '',
|
648 |
|
'Edit bank account' => '',
|
649 |
|
'Edit custom variable' => '',
|
650 |
|
'Edit file' => '',
|
651 |
|
'Edit greetings' => '',
|
652 |
|
'Edit group ' => '',
|
653 |
|
'Edit group membership' => '',
|
654 |
|
'Edit groups' => '',
|
655 |
|
'Edit note' => '',
|
656 |
|
'Edit rights' => '',
|
657 |
|
'Edit templates' => '',
|
658 |
|
'Edit the Delivery Order' => '',
|
659 |
|
'Edit the membership of all users in all groups:' => '',
|
660 |
|
'Edit the purchase_order' => '',
|
661 |
|
'Edit the request_quotation' => '',
|
662 |
|
'Edit the sales_order' => '',
|
663 |
|
'Edit the sales_quotation' => '',
|
664 |
|
'Edit the stylesheet' => '',
|
665 |
|
'Edit units' => '',
|
666 |
|
'Editable' => '',
|
667 |
|
'Either there are no open invoices, or you have already initiated bank transfers with the open amounts for those that are still open.' => '',
|
668 |
|
'Element disabled' => '',
|
669 |
|
'Employee' => '',
|
670 |
|
'Empty transaction!' => '',
|
671 |
|
'Enter a description for this new draft.' => '',
|
672 |
|
'Enter longdescription' => '',
|
673 |
|
'Enter the requested execution date or leave empty for the quickest possible execution:' => '',
|
674 |
|
'Enter up to 3 letters separated by a colon (i.e CAD:USD:EUR) for your native and foreign currencies' => '',
|
675 |
|
'Equity' => '',
|
676 |
|
'Error' => '',
|
677 |
|
'Error in database control file \'%s\': %s' => '',
|
678 |
|
'Error in position #1: You must either assign no stock at all or the full quantity of #2 #3.' => '',
|
679 |
|
'Error in position #1: You must either assign no transfer at all or the full quantity of #2 #3.' => '',
|
680 |
|
'Error in row #1: The quantity you entered is bigger than the stocked quantity.' => '',
|
681 |
|
'Error message from the database driver:' => '',
|
682 |
|
'Error!' => '',
|
683 |
|
'Ertrag' => '',
|
684 |
|
'Ertrag prozentual' => '',
|
685 |
|
'Escape character' => '',
|
686 |
|
'Exact' => '',
|
687 |
|
'Excel' => '',
|
688 |
|
'Exch' => '',
|
689 |
|
'Exchangerate' => '',
|
690 |
|
'Exchangerate Difference' => '',
|
691 |
|
'Exchangerate for payment missing!' => '',
|
692 |
|
'Exchangerate missing!' => '',
|
693 |
|
'Executed' => '',
|
694 |
|
'Execution date' => '',
|
695 |
|
'Execution date from' => '',
|
696 |
|
'Execution date to' => '',
|
697 |
|
'Existing Buchungsgruppen' => '',
|
698 |
|
'Existing Datasets' => '',
|
699 |
|
'Existing pending follow-ups for this item' => '',
|
700 |
|
'Expected Tax' => '',
|
701 |
|
'Expense' => '',
|
702 |
|
'Expense Account' => '',
|
703 |
|
'Expense accno' => '',
|
704 |
|
'Expense/Asset' => '',
|
705 |
|
'Expenses EU with UStId' => '',
|
706 |
|
'Expenses EU without UStId' => '',
|
707 |
|
'Expired licenses' => '',
|
708 |
|
'Expiring in x month(s)' => '',
|
709 |
|
'Export Buchungsdaten' => '',
|
710 |
|
'Export Stammdaten' => '',
|
711 |
|
'Export as CSV' => '',
|
712 |
|
'Export as PDF' => '',
|
713 |
|
'Export date' => '',
|
714 |
|
'Export date from' => '',
|
715 |
|
'Export date to' => '',
|
716 |
|
'Extended' => '',
|
717 |
|
'Extension Of Time' => '',
|
718 |
|
'Factor' => '',
|
719 |
|
'Factor missing!' => '',
|
720 |
|
'Falsches Datumsformat!' => '',
|
721 |
|
'Favorites' => '',
|
722 |
|
'Fax' => '',
|
723 |
|
'Feb' => '',
|
724 |
|
'February' => '',
|
725 |
|
'Fee' => '',
|
726 |
|
'File' => '',
|
727 |
|
'File name' => '',
|
728 |
|
'Files created by Lx-Office\'s "Backup Dataset" function are such files.' => '',
|
729 |
|
'Filter' => '',
|
730 |
|
'Finish' => '',
|
731 |
|
'Fix transaction' => '',
|
732 |
|
'Fix transactions' => '',
|
733 |
|
'Folgekonto' => '',
|
734 |
|
'Follow-Up' => '',
|
735 |
|
'Follow-Up Date' => '',
|
736 |
|
'Follow-Up On' => '',
|
737 |
|
'Follow-Up done' => '',
|
738 |
|
'Follow-Up for' => '',
|
739 |
|
'Follow-Up for user' => '',
|
740 |
|
'Follow-Up saved.' => '',
|
741 |
|
'Follow-Ups' => '',
|
742 |
|
'Follow-up for' => '',
|
743 |
|
'Font' => '',
|
744 |
|
'Font size' => '',
|
745 |
|
'For AP transactions it will replace the sales taxkeys with input taxkeys with the same tax rate.' => '',
|
746 |
|
'For AR transactions it will replace the input taxkeys with sales taxkeys with the same tax rate.' => '',
|
747 |
|
'For each unit there\'s either no or exactly one base unit. If you chose a base unit then you also have to chose a factor. That way the new unit will be defined as a multiple of the base unit. The base unit must be the "smaller" one. A factor may not be less than 1. Therefore you may define "kg" with the base unit "g" and a factor of "1", but not the other way round.' => '',
|
748 |
|
'Foreign Exchange Gain' => '',
|
749 |
|
'Foreign Exchange Loss' => '',
|
750 |
|
'Foreign Expenses' => '',
|
751 |
|
'Foreign Revenues' => '',
|
752 |
|
'Form details (second row)' => '',
|
753 |
|
'Formula' => '',
|
754 |
|
'Free report period' => '',
|
755 |
|
'Free-form text' => '',
|
756 |
|
'Fristsetzung' => '',
|
757 |
|
'From' => '',
|
758 |
|
'From Date' => '',
|
759 |
|
'Full Access' => '',
|
760 |
|
'Full access to all functions' => '',
|
761 |
|
'Fwd' => '',
|
762 |
|
'GL Transaction' => '',
|
763 |
|
'Gegenkonto' => '',
|
764 |
|
'Gender' => '',
|
765 |
|
'General Ledger' => '',
|
766 |
|
'General Ledger Corrections' => '',
|
767 |
|
'General Ledger Transaction' => '',
|
768 |
|
'General ledger and cash' => '',
|
769 |
|
'General ledger corrections' => '',
|
770 |
|
'Generic Tax Report' => '',
|
771 |
|
'Given Name' => '',
|
772 |
|
'Go one step back' => '',
|
773 |
|
'Go one step forward' => '',
|
774 |
|
'Greeting' => '',
|
775 |
|
'Greetings' => '',
|
776 |
|
'Group' => '',
|
777 |
|
'Group Invoices' => '',
|
778 |
|
'Group Items' => '',
|
779 |
|
'Group deleted!' => '',
|
780 |
|
'Group membership' => '',
|
781 |
|
'Group missing!' => '',
|
782 |
|
'Group saved!' => '',
|
783 |
|
'Groups' => '',
|
784 |
|
'HTML' => '',
|
785 |
|
'HTML Templates' => '',
|
786 |
|
'Hardcopy' => '',
|
787 |
|
'Has serial number' => '',
|
788 |
|
'Header' => '',
|
789 |
|
'Heading' => '',
|
790 |
|
'Help' => '',
|
791 |
|
'Here\'s an example command line:' => '',
|
792 |
|
'Hide by default' => '',
|
793 |
|
'History' => '',
|
794 |
|
'History Search' => '',
|
795 |
|
'History Search Engine' => '',
|
796 |
|
'Homepage' => '',
|
797 |
|
'Host' => '',
|
798 |
|
'However, you can create a new part which will then be selected.' => '',
|
799 |
|
'I' => '',
|
800 |
|
'IBAN' => '',
|
801 |
|
'ID' => '',
|
802 |
|
'ID-Nummer' => '',
|
803 |
|
'II' => '',
|
804 |
|
'III' => '',
|
805 |
|
'IV' => '',
|
806 |
|
'If the automatic creation of invoices for fees and interest is switched on for a dunning level then the following accounts will be used for the invoice.' => '',
|
807 |
|
'If the database user listed above does not have the right to create a database then enter the name and password of the superuser below:' => '',
|
808 |
|
'If you chose to let Lx-Office do the migration then Lx-Office will also remove the old member file after creating a backup copy of it in the directory "#1".' => '',
|
809 |
|
'If you enter values for the part number and / or part description then only those bins containing parts whose part number or part description match your input will be shown.' => '',
|
810 |
|
'If you see this message, you most likely just setup your LX-Office and haven\'t added any entry types. If this is the case, the option is accessible for administrators in the System menu.' => '',
|
811 |
|
'If you want to change any of these parameters then press the "Back" button, edit the file "config/lx_office.conf" and login into the admin module again.' => '',
|
812 |
|
'If you want to delete such a dataset you have to edit the user(s) that are using the dataset in question and have them use another dataset.' => '',
|
813 |
|
'If you want to set up the authentication database yourself then log in to the administration panel. Lx-Office will then create the database and tables for you.' => '',
|
814 |
|
'If you yourself want to upgrade the installation then please read the file "doc/UPGRADE" and follow the steps outlined in this file.' => '',
|
815 |
|
'Image' => '',
|
816 |
|
'Import CSV' => '',
|
817 |
|
'In Lx-Office 2.4.0 the administrator has to enter a list of units in the administrative section.' => '',
|
818 |
|
'In order to do that hit the button "Delete transaction".' => '',
|
819 |
|
'In the latter case the tables needed by Lx-Office will be created in that database.' => '',
|
820 |
|
'In-line' => '',
|
821 |
|
'Inactive' => '',
|
822 |
|
'Include Exchangerate Difference' => '',
|
823 |
|
'Include column headings' => '',
|
824 |
|
'Include empty bins' => '',
|
825 |
|
'Include in Report' => '',
|
826 |
|
'Include in drop-down menus' => '',
|
827 |
|
'Includeable in reports' => '',
|
828 |
|
'Income Statement' => '',
|
829 |
|
'Income accno' => '',
|
830 |
|
'Incoming Payments' => '',
|
831 |
|
'Incoming invoice number' => '',
|
832 |
|
'Incorrect Password!' => '',
|
833 |
|
'Incorrect username or password!' => '',
|
834 |
|
'Increase' => '',
|
835 |
|
'Individual Items' => '',
|
836 |
|
'Information' => '',
|
837 |
|
'Interest' => '',
|
838 |
|
'Interest Rate' => '',
|
839 |
|
'Internal Notes' => '',
|
840 |
|
'International' => '',
|
841 |
|
'Internet' => '',
|
842 |
|
'Introduction of Buchungsgruppen' => '',
|
843 |
|
'Introduction of units' => '',
|
844 |
|
'Inv. Duedate' => '',
|
845 |
|
'Invalid' => '',
|
846 |
|
'Invalid follow-up ID.' => '',
|
847 |
|
'Invalid quantity.' => '',
|
848 |
|
'Invdate' => '',
|
849 |
|
'Invdate from' => '',
|
850 |
|
'Inventory' => '',
|
851 |
|
'Inventory Account' => '',
|
852 |
|
'Inventory quantity must be zero before you can set this assembly obsolete!' => '',
|
853 |
|
'Inventory quantity must be zero before you can set this part obsolete!' => '',
|
854 |
|
'Invno.' => '',
|
855 |
|
'Invnumber' => '',
|
856 |
|
'Invnumber missing!' => '',
|
857 |
|
'Invoice' => '',
|
858 |
|
'Invoice (one letter abbreviation)' => '',
|
859 |
|
'Invoice Date' => '',
|
860 |
|
'Invoice Date missing!' => '',
|
861 |
|
'Invoice Duedate' => '',
|
862 |
|
'Invoice Number' => '',
|
863 |
|
'Invoice Number missing!' => '',
|
864 |
|
'Invoice deleted!' => '',
|
865 |
|
'Invoice for fees' => '',
|
866 |
|
'Invoice has already been storno\'d!' => '',
|
867 |
|
'Invoice number' => '',
|
868 |
|
'Invoice with Storno (abbreviation)' => '',
|
869 |
|
'Invoices' => '',
|
870 |
|
'Is this a summary account to record' => '',
|
871 |
|
'It is possible that even after such a correction there is something wrong with this transaction (e.g. taxes that don\'t match the selected taxkey). Therefore you should re-run the general ledger analysis.' => '',
|
872 |
|
'It is possible to do this automatically for some Buchungsgruppen, but not for all.' => '',
|
873 |
|
'It is possible to do this automatically for some units, but for others the user has to chose the new unit.' => '',
|
874 |
|
'It may optionally be compressed with "gzip".' => '',
|
875 |
|
'It will simply set the taxkey to 0 (meaning "no taxes") which is the correct value for such inventory transactions.' => '',
|
876 |
|
'Item deleted!' => '',
|
877 |
|
'Item not on file!' => '',
|
878 |
|
'Jahresverkehrszahlen neu' => '',
|
879 |
|
'Jan' => '',
|
880 |
|
'January' => '',
|
881 |
|
'Journal' => '',
|
882 |
|
'Jul' => '',
|
883 |
|
'July' => '',
|
884 |
|
'Jump to' => '',
|
885 |
|
'Jun' => '',
|
886 |
|
'June' => '',
|
887 |
|
'KNE-Export erfolgreich!' => '',
|
888 |
|
'KNr. beim Kunden' => '',
|
889 |
|
'Keine Suchergebnisse gefunden!' => '',
|
890 |
|
'Konten' => '',
|
891 |
|
'Kontonummernerweiterung (KNE)' => '',
|
892 |
|
'L' => '',
|
893 |
|
'LIABILITIES' => '',
|
894 |
|
'LP' => '',
|
895 |
|
'LaTeX Templates' => '',
|
896 |
|
'Landscape' => '',
|
897 |
|
'Language' => '',
|
898 |
|
'Language Values' => '',
|
899 |
|
'Language deleted!' => '',
|
900 |
|
'Language missing!' => '',
|
901 |
|
'Language saved!' => '',
|
902 |
|
'Languages' => '',
|
903 |
|
'Last Article Number' => '',
|
904 |
|
'Last Cost' => '',
|
905 |
|
'Last Credit Note Number' => '',
|
906 |
|
'Last Customer Number' => '',
|
907 |
|
'Last Invoice Number' => '',
|
908 |
|
'Last Purchase Delivery Order Number' => '',
|
909 |
|
'Last Purchase Order Number' => '',
|
910 |
|
'Last RFQ Number' => '',
|
911 |
|
'Last Sales Delivery Order Number' => '',
|
912 |
|
'Last Sales Order Number' => '',
|
913 |
|
'Last Sales Quotation Number' => '',
|
914 |
|
'Last Service Number' => '',
|
915 |
|
'Last Transaction' => '',
|
916 |
|
'Last Vendor Number' => '',
|
917 |
|
'Lead' => '',
|
918 |
|
'Leave host and port field empty unless you want to make a remote connection.' => '',
|
919 |
|
'Left' => '',
|
920 |
|
'Liability' => '',
|
921 |
|
'License' => '',
|
922 |
|
'License key' => '',
|
923 |
|
'Licensed to' => '',
|
924 |
|
'Licenses' => '',
|
925 |
|
'Limit part selection' => '',
|
926 |
|
'Line Total' => '',
|
927 |
|
'Line endings' => '',
|
928 |
|
'List' => '',
|
929 |
|
'List Accounting Groups' => '',
|
930 |
|
'List Accounts' => '',
|
931 |
|
'List Businesses' => '',
|
932 |
|
'List Departments' => '',
|
933 |
|
'List Groups' => '',
|
934 |
|
'List Languages' => '',
|
935 |
|
'List Lead' => '',
|
936 |
|
'List Payment Terms' => '',
|
937 |
|
'List Price' => '',
|
938 |
|
'List Price Factors' => '',
|
939 |
|
'List Pricegroups' => '',
|
940 |
|
'List Printer' => '',
|
941 |
|
'List Tax' => '',
|
942 |
|
'List Transactions' => '',
|
943 |
|
'List Warehouses' => '',
|
944 |
|
'List bank accounts' => '',
|
945 |
|
'List export' => '',
|
946 |
|
'List of bank accounts' => '',
|
947 |
|
'List of bank transfers' => '',
|
948 |
|
'List of custom variables' => '',
|
949 |
|
'List open SEPA exports' => '',
|
950 |
|
'Load draft' => '',
|
951 |
|
'Local Tax Office Preferences' => '',
|
952 |
|
'Lock System' => '',
|
953 |
|
'Lockfile created!' => '',
|
954 |
|
'Lockfile removed!' => '',
|
955 |
|
'Login' => '',
|
956 |
|
'Login Name' => '',
|
957 |
|
'Login name missing!' => '',
|
958 |
|
'Logout' => '',
|
959 |
|
'Logout now' => '',
|
960 |
|
'Long Dates' => '',
|
961 |
|
'Long Description' => '',
|
962 |
|
'Lx-Office' => '',
|
963 |
|
'Lx-Office 2.4.0 introduces two new concepts: tax zones and Buchungsgruppen.' => '',
|
964 |
|
'Lx-Office can fix these problems automatically.' => '',
|
965 |
|
'Lx-Office has been switched to group-based access restrictions.' => '',
|
966 |
|
'Lx-Office has found one or more problems in the general ledger.' => '',
|
967 |
|
'Lx-Office is about to update the database <b>#1</b>.' => '',
|
968 |
|
'Lx-Office is now able to manage warehouses instead of just tracking the amount of goods in your system.' => '',
|
969 |
|
'Lx-Office website' => '',
|
970 |
|
'MAILED' => '',
|
971 |
|
'MSG_BROWSER_DOES_NOT_SUPPORT_IFRAMES' => '',
|
972 |
|
'Main Preferences' => '',
|
973 |
|
'Make' => '',
|
974 |
|
'Manage license keys' => '',
|
975 |
|
'Mandantennummer' => '',
|
976 |
|
'Mandatory Departments' => '',
|
977 |
|
'Mar' => '',
|
978 |
|
'March' => '',
|
979 |
|
'Margins' => '',
|
980 |
|
'Mark as closed' => '',
|
981 |
|
'Mark as paid?' => '',
|
982 |
|
'Mark closed' => '',
|
983 |
|
'Marked as paid' => '',
|
984 |
|
'Marked entries printed!' => '',
|
985 |
|
'Master Data' => '',
|
986 |
|
'Max. Dunning Level' => '',
|
987 |
|
'May' => '',
|
988 |
|
'May ' => '',
|
989 |
|
'May set the BCC field when sending emails' => '',
|
990 |
|
'Medium Number' => '',
|
991 |
|
'Memo' => '',
|
992 |
|
'Menu' => '',
|
993 |
|
'Message' => '',
|
994 |
|
'Method' => '',
|
995 |
|
'Microfiche' => '',
|
996 |
|
'Minimum Amount' => '',
|
997 |
|
'Miscellaneous' => '',
|
998 |
|
'Missing \'description\' field.' => '',
|
999 |
|
'Missing \'tag\' field.' => '',
|
1000 |
|
'Missing Method!' => '',
|
1001 |
|
'Missing Tax Authoritys Preferences' => '',
|
1002 |
|
'Missing amount' => '',
|
1003 |
|
'Missing parameter #1 in call to sub #2.' => '',
|
1004 |
|
'Missing parameter (at least one of #1) in call to sub #2.' => '',
|
1005 |
|
'Missing taxkeys in invoices with taxes.' => '',
|
1006 |
|
'Mitarbeiter' => '',
|
1007 |
|
'Mobile1' => '',
|
1008 |
|
'Mobile2' => '',
|
1009 |
|
'Model' => '',
|
1010 |
|
'Module' => '',
|
1011 |
|
'Module home page' => '',
|
1012 |
|
'Module name' => '',
|
1013 |
|
'Monat' => '',
|
1014 |
|
'Monthly' => '',
|
1015 |
|
'More than one #1 found matching, please be more specific.' => '',
|
1016 |
|
'More than one control file with the tag \'%s\' exist.' => '',
|
1017 |
|
'Multi mode not supported.' => '',
|
1018 |
|
'Multibyte Encoding' => '',
|
1019 |
|
'MwSt. inkl.' => '',
|
1020 |
|
'Name' => '',
|
1021 |
|
'Name missing!' => '',
|
1022 |
|
'National' => '',
|
1023 |
|
'National Expenses' => '',
|
1024 |
|
'National Revenues' => '',
|
1025 |
|
'Netto Terms' => '',
|
1026 |
|
'New Buchungsgruppe #1' => '',
|
1027 |
|
'New Templates' => '',
|
1028 |
|
'New Win/Tab' => '',
|
1029 |
|
'New assembly' => '',
|
1030 |
|
'New bank account' => '',
|
1031 |
|
'New contact' => '',
|
1032 |
|
'New customer' => '',
|
1033 |
|
'New invoice' => '',
|
1034 |
|
'New part' => '',
|
1035 |
|
'New sales order' => '',
|
1036 |
|
'New service' => '',
|
1037 |
|
'New unit' => '',
|
1038 |
|
'New vendor' => '',
|
1039 |
|
'Next Dunning Level' => '',
|
1040 |
|
'No' => '',
|
1041 |
|
'No %s was found matching the search parameters.' => '',
|
1042 |
|
'No Company Address given' => '',
|
1043 |
|
'No Company Name given' => '',
|
1044 |
|
'No Customer was found matching the search parameters.' => '',
|
1045 |
|
'No Database Drivers available!' => '',
|
1046 |
|
'No Dataset selected!' => '',
|
1047 |
|
'No Vendor was found matching the search parameters.' => '',
|
1048 |
|
'No action defined.' => '',
|
1049 |
|
'No backup file has been uploaded.' => '',
|
1050 |
|
'No bank information has been entered in this vendor\'s master data entry. You cannot create bank transfers unless you enter bank information.' => '',
|
1051 |
|
'No bins have been added to this warehouse yet.' => '',
|
1052 |
|
'No customer has been selected yet.' => '',
|
1053 |
|
'No data was found.' => '',
|
1054 |
|
'No databases have been found on this server.' => '',
|
1055 |
|
'No datasets have been selected.' => '',
|
1056 |
|
'No dunnings have been selected for printing.' => '',
|
1057 |
|
'No entries were found which had no unit assigned to them.' => '',
|
1058 |
|
'No group has been selected, or the group does not exist anymore.' => '',
|
1059 |
|
'No groups have been added yet.' => '',
|
1060 |
|
'No licenses were found that match the search criteria.' => '',
|
1061 |
|
'No or an unknown authenticantion module specified in "config/lx_office.conf".' => '',
|
1062 |
|
'No part was found matching the search parameters.' => '',
|
1063 |
|
'No prices will be updated because no prices have been entered.' => '',
|
1064 |
|
'No problems were recognized.' => '',
|
1065 |
|
'No transfers were executed in this export.' => '',
|
1066 |
|
'No unknown units where found.' => '',
|
1067 |
|
'No user has been selected.' => '',
|
1068 |
|
'No valid number entered for pricegroup "#1".' => '',
|
1069 |
|
'No vendor has been selected yet.' => '',
|
1070 |
|
'No warehouse has been created yet or the quantity of the bins is not configured yet.' => '',
|
1071 |
|
'No.' => '',
|
1072 |
|
'Non-taxable Purchases' => '',
|
1073 |
|
'Non-taxable Sales' => '',
|
1074 |
|
'None' => '',
|
1075 |
|
'Not Discountable' => '',
|
1076 |
|
'Not delivered' => '',
|
1077 |
|
'Not done yet' => '',
|
1078 |
|
'Not obsolete' => '',
|
1079 |
|
'Note' => '',
|
1080 |
|
'Note: Taxkeys must have a "valid from" date, and will not be in effect otherwise.' => '',
|
1081 |
|
'Notes' => '',
|
1082 |
|
'Nothing has been selected for removal.' => '',
|
1083 |
|
'Nothing has been selected for transfer.' => '',
|
1084 |
|
'Nothing selected!' => '',
|
1085 |
|
'Nothing to delete!' => '',
|
1086 |
|
'Nov' => '',
|
1087 |
|
'November' => '',
|
1088 |
|
'Now the user must select a single Buchungsgruppe for each part instead of three distinct accounts.' => '',
|
1089 |
|
'Number' => '',
|
1090 |
|
'Number Format' => '',
|
1091 |
|
'Number missing in Row' => '',
|
1092 |
|
'Number of bins' => '',
|
1093 |
|
'Number of copies' => '',
|
1094 |
|
'Number of entries changed: #1' => '',
|
1095 |
|
'Number of new bins' => '',
|
1096 |
|
'Number pages' => '',
|
1097 |
|
'Number variables: \'PRECISION=n\' forces numbers to be shown with exactly n decimal places.' => '',
|
1098 |
|
'OB Transaction' => '',
|
1099 |
|
'OBE-Export erfolgreich!' => '',
|
1100 |
|
'Obsolete' => '',
|
1101 |
|
'Oct' => '',
|
1102 |
|
'October' => '',
|
1103 |
|
'Off' => '',
|
1104 |
|
'Old (on the side)' => '',
|
1105 |
|
'On' => '',
|
1106 |
|
'On Hand' => '',
|
1107 |
|
'On Order' => '',
|
1108 |
|
'One or more Perl modules missing' => '',
|
1109 |
|
'Only due follow-ups' => '',
|
1110 |
|
'Open' => '',
|
1111 |
|
'Open Amount' => '',
|
1112 |
|
'Open a further Lx-Office Window or Tab' => '',
|
1113 |
|
'Open amount' => '',
|
1114 |
|
'OpenDocument/OASIS' => '',
|
1115 |
|
'Openings' => '',
|
1116 |
|
'Optional comment' => '',
|
1117 |
|
'Options' => '',
|
1118 |
|
'Order' => '',
|
1119 |
|
'Order Date' => '',
|
1120 |
|
'Order Date missing!' => '',
|
1121 |
|
'Order Number' => '',
|
1122 |
|
'Order Number missing!' => '',
|
1123 |
|
'Order deleted!' => '',
|
1124 |
|
'Ordered' => '',
|
1125 |
|
'Orientation' => '',
|
1126 |
|
'Orphaned' => '',
|
1127 |
|
'Other users\' follow-ups' => '',
|
1128 |
|
'Other values are ignored.' => '',
|
1129 |
|
'Others' => '',
|
1130 |
|
'Otherwise all users will only have access to their own settings.' => '',
|
1131 |
|
'Otherwise the variable is only available for printing.' => '',
|
1132 |
|
'Out of balance transaction!' => '',
|
1133 |
|
'Out of balance!' => '',
|
1134 |
|
'Output Number Format' => '',
|
1135 |
|
'Outputformat' => '',
|
1136 |
|
'Overdue sales quotations and requests for quotations' => '',
|
1137 |
|
'Own Product' => '',
|
1138 |
|
'PAYMENT POSTED' => '',
|
1139 |
|
'PDF' => '',
|
1140 |
|
'PDF (OpenDocument/OASIS)' => '',
|
1141 |
|
'PDF export -- options' => '',
|
1142 |
|
'POSTED' => '',
|
1143 |
|
'POSTED AS NEW' => '',
|
1144 |
|
'PRINTED' => '',
|
1145 |
|
'Packing List' => '',
|
1146 |
|
'Packing List Date missing!' => '',
|
1147 |
|
'Packing List Number missing!' => '',
|
1148 |
|
'Packing Lists' => '',
|
1149 |
|
'Page #1/#2' => '',
|
1150 |
|
'Paid' => '',
|
1151 |
|
'Part' => '',
|
1152 |
|
'Part Description' => '',
|
1153 |
|
'Part Description missing!' => '',
|
1154 |
|
'Part Number' => '',
|
1155 |
|
'Part Number missing!' => '',
|
1156 |
|
'Part description' => '',
|
1157 |
|
'Partnumber must not be set to empty!' => '',
|
1158 |
|
'Partnumber not unique!' => '',
|
1159 |
|
'Parts' => '',
|
1160 |
|
'Parts Inventory' => '',
|
1161 |
|
'Parts must have an entry type.' => '',
|
1162 |
|
'Parts, services and assemblies' => '',
|
1163 |
|
'Password' => '',
|
1164 |
|
'Payables' => '',
|
1165 |
|
'Payment' => '',
|
1166 |
|
'Payment Reminder' => '',
|
1167 |
|
'Payment Terms' => '',
|
1168 |
|
'Payment Terms missing in row ' => '',
|
1169 |
|
'Payment Terms saved!' => '',
|
1170 |
|
'Payment date missing!' => '',
|
1171 |
|
'Payment list as PDF' => '',
|
1172 |
|
'Payment posted!' => '',
|
1173 |
|
'Payment terms deleted!' => '',
|
1174 |
|
'Payments' => '',
|
1175 |
|
'Period' => '',
|
1176 |
|
'Period:' => '',
|
1177 |
|
'Personal settings' => '',
|
1178 |
|
'Pg Database Administration' => '',
|
1179 |
|
'Phone' => '',
|
1180 |
|
'Phone1' => '',
|
1181 |
|
'Phone2' => '',
|
1182 |
|
'Pick List' => '',
|
1183 |
|
'Please Check the bank information for each vendor:' => '',
|
1184 |
|
'Please ask your administrator to create warehouses and bins.' => '',
|
1185 |
|
'Please enter a license key.' => '',
|
1186 |
|
'Please enter a number of licenses.' => '',
|
1187 |
|
'Please enter the login for the new user.' => '',
|
1188 |
|
'Please enter the name of the database that will be used as the template for the new database:' => '',
|
1189 |
|
'Please enter the name of the dataset you want to restore the backup in.' => '',
|
1190 |
|
'Please enter the taxnumber in the administration menu user preferences' => '',
|
1191 |
|
'Please enter values' => '',
|
1192 |
|
'Please insert object dimensions below.' => '',
|
1193 |
|
'Please insert your language values below' => '',
|
1194 |
|
'Please insert your longdescription below' => '',
|
1195 |
|
'Please install the below listed modules or ask your system administrator to.' => '',
|
1196 |
|
'Please re-run the analysis for broken general ledger entries by clicking this button:' => '',
|
1197 |
|
'Please read the file' => '',
|
1198 |
|
'Please select a customer from the list below.' => '',
|
1199 |
|
'Please select a part from the list below.' => '',
|
1200 |
|
'Please select a vendor from the list below.' => '',
|
1201 |
|
'Please select the chart of accounts this installation is using from the list below.' => '',
|
1202 |
|
'Please select the database you want to backup' => '',
|
1203 |
|
'Please select the source bank account for the transfers:' => '',
|
1204 |
|
'Please seletct the dataset you want to delete:' => '',
|
1205 |
|
'Please specify a description for the warehouse designated for these goods.' => '',
|
1206 |
|
'Plural' => '',
|
1207 |
|
'Port' => '',
|
1208 |
|
'Portrait' => '',
|
1209 |
|
'Post' => '',
|
1210 |
|
'Post Payment' => '',
|
1211 |
|
'Post payments' => '',
|
1212 |
|
'Postscript' => '',
|
1213 |
|
'Posustva_coa' => '',
|
1214 |
|
'Preferences' => '',
|
1215 |
|
'Preferences saved!' => '',
|
1216 |
|
'Prefix for the new bins\' names' => '',
|
1217 |
|
'Preis' => '',
|
1218 |
|
'Preisgruppe' => '',
|
1219 |
|
'Preisklasse' => '',
|
1220 |
|
'Prepare bank transfer via SEPA XML' => '',
|
1221 |
|
'Prepayment' => '',
|
1222 |
|
'Preview' => '',
|
1223 |
|
'Previous transdate text' => '',
|
1224 |
|
'Previous transnumber text' => '',
|
1225 |
|
'Price' => '',
|
1226 |
|
'Price Factor' => '',
|
1227 |
|
'Price Factors' => '',
|
1228 |
|
'Price factor deleted!' => '',
|
1229 |
|
'Price factor saved!' => '',
|
1230 |
|
'Pricegroup' => '',
|
1231 |
|
'Pricegroup deleted!' => '',
|
1232 |
|
'Pricegroup missing!' => '',
|
1233 |
|
'Pricegroup saved!' => '',
|
1234 |
|
'Pricegroups' => '',
|
1235 |
|
'Print' => '',
|
1236 |
|
'Print and Post' => '',
|
1237 |
|
'Print dunnings' => '',
|
1238 |
|
'Print list' => '',
|
1239 |
|
'Print options' => '',
|
1240 |
|
'Printer' => '',
|
1241 |
|
'Printer Command' => '',
|
1242 |
|
'Printer Command missing!' => '',
|
1243 |
|
'Printer Description' => '',
|
1244 |
|
'Printer deleted!' => '',
|
1245 |
|
'Printer saved!' => '',
|
1246 |
|
'Printing ... ' => '',
|
1247 |
|
'Prior to Lx-Office v2.4.0 the user could enter arbitrary strings as units for parts, services and in invoices, sales quotations etc.' => '',
|
1248 |
|
'Prior to Lx-Office v2.4.0 the user had to chose the accounts for each part and service.' => '',
|
1249 |
|
'Private E-mail' => '',
|
1250 |
|
'Private Phone' => '',
|
1251 |
|
'Problem' => '',
|
1252 |
|
'Produce Assembly' => '',
|
1253 |
|
'Productivity' => '',
|
1254 |
|
'Profit Center' => '',
|
1255 |
|
'Proforma Invoice' => '',
|
1256 |
|
'Program' => '',
|
1257 |
|
'Project' => '',
|
1258 |
|
'Project Number' => '',
|
1259 |
|
'Project Number missing!' => '',
|
1260 |
|
'Project Numbers' => '',
|
1261 |
|
'Project Transactions' => '',
|
1262 |
|
'Project deleted!' => '',
|
1263 |
|
'Project not on file!' => '',
|
1264 |
|
'Project saved!' => '',
|
1265 |
|
'Projects' => '',
|
1266 |
|
'Projecttransactions' => '',
|
1267 |
|
'Prozentual/Absolut' => '',
|
1268 |
|
'Purchase Invoice' => '',
|
1269 |
|
'Purchase Order' => '',
|
1270 |
|
'Purchase Orders' => '',
|
1271 |
|
'Purchase Price' => '',
|
1272 |
|
'Purchase Prices' => '',
|
1273 |
|
'Purchase delivery order' => '',
|
1274 |
|
'Purchase invoices' => '',
|
1275 |
|
'Purpose' => '',
|
1276 |
|
'Qty' => '',
|
1277 |
|
'Qty according to delivery order' => '',
|
1278 |
|
'Qty in stock' => '',
|
1279 |
|
'Quantity' => '',
|
1280 |
|
'Quantity missing.' => '',
|
1281 |
|
'Quartal' => '',
|
1282 |
|
'Quarter' => '',
|
1283 |
|
'Quarterly' => '',
|
1284 |
|
'Queue' => '',
|
1285 |
|
'Quotation' => '',
|
1286 |
|
'Quotation Date' => '',
|
1287 |
|
'Quotation Date missing!' => '',
|
1288 |
|
'Quotation Number' => '',
|
1289 |
|
'Quotation Number missing!' => '',
|
1290 |
|
'Quotation deleted!' => '',
|
1291 |
|
'Quotations' => '',
|
1292 |
|
'Quote chararacter' => '',
|
1293 |
|
'Quoted' => '',
|
1294 |
|
'RFQ' => '',
|
1295 |
|
'RFQ Number' => '',
|
1296 |
|
'RFQs' => '',
|
1297 |
|
'ROP' => '',
|
1298 |
|
'Ranges of numbers' => '',
|
1299 |
|
'Ranges of numbers and default accounts' => '',
|
1300 |
|
'Re-run analysis' => '',
|
1301 |
|
'Receipt' => '',
|
1302 |
|
'Receipt posted!' => '',
|
1303 |
|
'Receipt, payment, reconciliation' => '',
|
1304 |
|
'Receipts' => '',
|
1305 |
|
'Receivables' => '',
|
1306 |
|
'Rechnungsnummer' => '',
|
1307 |
|
'Reconciliation' => '',
|
1308 |
|
'Record in' => '',
|
1309 |
|
'Recorded Tax' => '',
|
1310 |
|
'Recorded taxkey' => '',
|
1311 |
|
'Reference' => '',
|
1312 |
|
'Reference missing!' => '',
|
1313 |
|
'Release From Stock' => '',
|
1314 |
|
'Remaining' => '',
|
1315 |
|
'Removal' => '',
|
1316 |
|
'Removal from Warehouse' => '',
|
1317 |
|
'Removal from warehouse' => '',
|
1318 |
|
'Removal qty' => '',
|
1319 |
|
'Remove' => '',
|
1320 |
|
'Remove Draft' => '',
|
1321 |
|
'Remove draft when posting' => '',
|
1322 |
|
'Remove from group' => '',
|
1323 |
|
'Removed spoolfiles!' => '',
|
1324 |
|
'Removing marked entries from queue ...' => '',
|
1325 |
|
'Rename the group' => '',
|
1326 |
|
'Report Positions' => '',
|
1327 |
|
'Report about warehouse contents' => '',
|
1328 |
|
'Report about warehouse transactions' => '',
|
1329 |
|
'Report and misc. Preferences' => '',
|
1330 |
|
'Report for' => '',
|
1331 |
|
'Reports' => '',
|
1332 |
|
'Representative' => '',
|
1333 |
|
'Reqdate' => '',
|
1334 |
|
'Request for Quotation' => '',
|
1335 |
|
'Request for Quotations' => '',
|
1336 |
|
'Request quotation' => '',
|
1337 |
|
'Requested execution date' => '',
|
1338 |
|
'Requested execution date from' => '',
|
1339 |
|
'Requested execution date to' => '',
|
1340 |
|
'Required by' => '',
|
1341 |
|
'Restore Dataset' => '',
|
1342 |
|
'Revenue' => '',
|
1343 |
|
'Revenue Account' => '',
|
1344 |
|
'Revenues EU with UStId' => '',
|
1345 |
|
'Revenues EU without UStId' => '',
|
1346 |
|
'Right' => '',
|
1347 |
|
'SAVED' => '',
|
1348 |
|
'SAVED FOR DUNNING' => '',
|
1349 |
|
'SCREENED' => '',
|
1350 |
|
'SEPA XML download' => '',
|
1351 |
|
'SEPA exports:' => '',
|
1352 |
|
'Saldo Credit' => '',
|
1353 |
|
'Saldo Debit' => '',
|
1354 |
|
'Saldo neu' => '',
|
1355 |
|
'Saldo per' => '',
|
1356 |
|
'Sale Prices' => '',
|
1357 |
|
'Sales Invoice' => '',
|
1358 |
|
'Sales Invoices' => '',
|
1359 |
|
'Sales Order' => '',
|
1360 |
|
'Sales Orders' => '',
|
1361 |
|
'Sales and purchase invoices with inventory transactions with taxkeys' => '',
|
1362 |
|
'Sales delivery order' => '',
|
1363 |
|
'Sales invoice number' => '',
|
1364 |
|
'Sales invoices' => '',
|
1365 |
|
'Sales quotation' => '',
|
1366 |
|
'Salesman' => '',
|
1367 |
|
'Salesperson' => '',
|
1368 |
|
'Same as the quote character' => '',
|
1369 |
|
'Sat. Fax' => '',
|
1370 |
|
'Sat. Phone' => '',
|
1371 |
|
'Satz %' => '',
|
1372 |
|
'Save' => '',
|
1373 |
|
'Save Draft' => '',
|
1374 |
|
'Save account first to insert taxkeys' => '',
|
1375 |
|
'Save and AP Transaction' => '',
|
1376 |
|
'Save and AR Transaction' => '',
|
1377 |
|
'Save and Close' => '',
|
1378 |
|
'Save and Invoice' => '',
|
1379 |
|
'Save and Order' => '',
|
1380 |
|
'Save and Quotation' => '',
|
1381 |
|
'Save and RFQ' => '',
|
1382 |
|
'Save and close' => '',
|
1383 |
|
'Save as new' => '',
|
1384 |
|
'Save draft' => '',
|
1385 |
|
'Saving the file \'%s\' failed. OS error message: %s' => '',
|
1386 |
|
'Screen' => '',
|
1387 |
|
'Searchable' => '',
|
1388 |
|
'Select' => '',
|
1389 |
|
'Select a Customer' => '',
|
1390 |
|
'Select a customer' => '',
|
1391 |
|
'Select a part' => '',
|
1392 |
|
'Select a part or assembly' => '',
|
1393 |
|
'Select a period' => '',
|
1394 |
|
'Select a vendor' => '',
|
1395 |
|
'Select all' => '',
|
1396 |
|
'Select federal state...' => '',
|
1397 |
|
'Select from one of the items below' => '',
|
1398 |
|
'Select from one of the names below' => '',
|
1399 |
|
'Select from one of the projects below' => '',
|
1400 |
|
'Select postscript or PDF!' => '',
|
1401 |
|
'Select tax office...' => '',
|
1402 |
|
'Select the chart of accounts in use' => '',
|
1403 |
|
'Select the checkboxes that match users to the groups they should belong to.' => '',
|
1404 |
|
'Select type of removal' => '',
|
1405 |
|
'Select type of transfer' => '',
|
1406 |
|
'Selection' => '',
|
1407 |
|
'Selection fields: The option field must contain the available options for the selection. Options are separated by \'##\', for example \'Early##Normal##Late\'.' => '',
|
1408 |
|
'Sell Price' => '',
|
1409 |
|
'Send the backup via Email' => '',
|
1410 |
|
'Sep' => '',
|
1411 |
|
'Separator chararacter' => '',
|
1412 |
|
'September' => '',
|
1413 |
|
'Serial No.' => '',
|
1414 |
|
'Serial Number' => '',
|
1415 |
|
'Service' => '',
|
1416 |
|
'Service Items' => '',
|
1417 |
|
'Service Number missing!' => '',
|
1418 |
|
'Service unit' => '',
|
1419 |
|
'Services' => '',
|
1420 |
|
'Set Language Values' => '',
|
1421 |
|
'Set eMail text' => '',
|
1422 |
|
'Setup Menu' => '',
|
1423 |
|
'Setup Templates' => '',
|
1424 |
|
'Ship to' => '',
|
1425 |
|
'Ship via' => '',
|
1426 |
|
'Shipping Address' => '',
|
1427 |
|
'Shipping Point' => '',
|
1428 |
|
'Shipto' => '',
|
1429 |
|
'Shopartikel' => '',
|
1430 |
|
'Short' => '',
|
1431 |
|
'Show' => '',
|
1432 |
|
'Show Salesman' => '',
|
1433 |
|
'Show TODO list' => '',
|
1434 |
|
'Show by default' => '',
|
1435 |
|
'Show custom variable search inputs' => '',
|
1436 |
|
'Show details' => '',
|
1437 |
|
'Show follow ups...' => '',
|
1438 |
|
'Show old dunnings' => '',
|
1439 |
|
'Show overdue sales quotations and requests for quotations...' => '',
|
1440 |
|
'Show your TODO list after loggin in' => '',
|
1441 |
|
'Signature' => '',
|
Französische Teilübersetzung entfernt
Wurde in folgendem Commit eingeführt:
commit 7cb7319070a0404cfe7add38214b4c30c018edf8
Author: Sven Donath <lxo@dexo.de>
Date: Thu Sep 16 13:58:49 2010 +0200
Seit dem gab es kein einziges Update.