Projekt

Allgemein

Profil

Herunterladen (132 KB) Statistiken
| Zweig: | Markierung: | Revision:
b31d0c56 Moritz Bunkus
#!/usr/bin/perl
05c6840d Moritz Bunkus
# -*- coding: utf-8; -*-
ede34fe7 Bernd Bleßmann
# vim: fenc=utf-8
b31d0c56 Moritz Bunkus
203ebd4a Moritz Bunkus
use utf8;

4dbb0995 Moritz Bunkus
# These are all the texts to build the translations files.
# The file has the form of 'english text' => 'foreign text',
# you can add the translation in this file or in the 'missing' file
# run locales.pl from this directory to rebuild the translation files

b31d0c56 Moritz Bunkus
$self->{texts} = {
' Date missing!' => '',
' Part Number missing!' => '',
' missing!' => '',
c0318621 Niclas Zimmermann
'#1 (custom variable)' => '',
ede34fe7 Bernd Bleßmann
'#1 MD' => '',
'#1 h' => '',
c0318621 Niclas Zimmermann
'#1 of #2 importable objects were imported.' => '',
b31d0c56 Moritz Bunkus
'#1 prices were updated.' => '',
ede34fe7 Bernd Bleßmann
'(recommended) Insert the used currencies in the system. You can simply change the name of the currencies by editing the textfields above. Do not use a name of a currency that is already in use.' => '',
b31d0c56 Moritz Bunkus
'*/' => '',
ede34fe7 Bernd Bleßmann
', if set' => '',
b31d0c56 Moritz Bunkus
'---please select---' => '',
18931692 Niclas Zimmermann
'. Automatically generated.' => '',
b31d0c56 Moritz Bunkus
'...after loggin in' => '',
'...done' => '',
'...on the TODO list' => '',
18931692 Niclas Zimmermann
'0% tax with taxkey' => '',
b31d0c56 Moritz Bunkus
'1. Quarter' => '',
'2. Quarter' => '',
'3. Quarter' => '',
'4. Quarter' => '',
ede34fe7 Bernd Bleßmann
'<b> I DO CARE!</b> Please check create warehouse and bins and define a name for the warehouse (Bins will be created automatically) and then continue' => '',
'<b> I DO CARE!</b> Please click back and cancel the update and come back after there has been at least one warehouse defined with bin(s).:' => '',
'<b> I DO NOT CARE</b> Please click continue and the following data (see list) will be deleted:' => '',
'<b>Automatically create new bins</b> in the following new warehouse ' => '',
'<b>Automatically create new bins</b> in the following warehouse if not selected in the list above' => '',
'<b>Default Bins Migration !READ CAREFULLY!</b>' => '',
b31d0c56 Moritz Bunkus
'<b>What</b> do you want to look for?' => '',
ad7247ec Sven Donath
'A digit is required.' => '',
ede34fe7 Bernd Bleßmann
'A directory with the name for the new print templates exists already.' => '',
c0318621 Niclas Zimmermann
'A lot of the usability of kivitendo has been enhanced with javascript. Although it is currently possible to use every aspect of kivitendo without javascript, we strongly recommend it. In a future version this may change and javascript may be necessary to access advanced features.' => '',
ad7247ec Sven Donath
'A lower-case character is required.' => '',
'A special character is required (valid characters: #1).' => '',
b31d0c56 Moritz Bunkus
'A unit with this name does already exist.' => '',
8b8d4848 Niclas Zimmermann
'A valid taxkey is missing!' => '',
86b6ff8a Bernd Bleßmann
'A variable marked as \'Deactivate by default\' isn\'t automatically added to all articles, and has to be explicitly added for each desired article in its master data tab. Only then can the variable be used for that article in the records.' => '',
b31d0c56 Moritz Bunkus
'A variable marked as \'editable\' can be changed in each quotation, order, invoice etc.' => '',
'ADDED' => '',
4dbb0995 Moritz Bunkus
'AP' => 'Purchases',
'AP Aging' => 'Creditor Aging',
'AP Transaction' => 'Purchase Transaction',
b31d0c56 Moritz Bunkus
'AP Transaction (abbreviation)' => '',
'AP Transaction Storno (one letter abbreviation)' => '',
'AP Transaction with Storno (abbreviation)' => '',
4dbb0995 Moritz Bunkus
'AP Transactions' => 'Purchase Transactions',
4ac2976f Bernd Bleßmann
'AP transactions changeable' => '',
b31d0c56 Moritz Bunkus
'AP transactions with sales taxkeys and/or AR transactions with input taxkeys' => '',
4dbb0995 Moritz Bunkus
'AR' => 'Sales',
'AR Aging' => 'Debtor Aging',
'AR Transaction' => 'Sales Transaction',
b31d0c56 Moritz Bunkus
'AR Transaction (abbreviation)' => '',
4dbb0995 Moritz Bunkus
'AR Transactions' => 'Sales Transactions',
4ac2976f Bernd Bleßmann
'AR transactions changeable' => '',
b31d0c56 Moritz Bunkus
'ASSETS' => '',
4b31e6ba Bernd Bleßmann
'ATTENTION! If you enabled this feature you can not simply turn it off again without taking care that best_before fields are emptied in the database.' => '',
d1d96e5d Bernd Bleßmann
'ATTENTION! You can not simply change it from periodic to perpetual once you started posting.' => '',
ede34fe7 Bernd Bleßmann
'AUTOMATICALLY MATCH BINS' => '',
c0318621 Niclas Zimmermann
'Abort' => '',
b31d0c56 Moritz Bunkus
'Abrechnungsnummer' => '',
'Abteilung' => '',
ede34fe7 Bernd Bleßmann
'Access rights' => '',
'Access to clients' => '',
4dbb0995 Moritz Bunkus
'Account' => '',
b31d0c56 Moritz Bunkus
'Account Category A' => '',
'Account Category C' => '',
'Account Category E' => '',
'Account Category G' => '',
'Account Category I' => '',
'Account Category L' => '',
'Account Category Q' => '',
'Account Description missing!' => '',
'Account Link AP' => '',
'Account Link AP_amount' => '',
'Account Link AP_paid' => '',
'Account Link AP_tax' => '',
'Account Link AR' => '',
'Account Link AR_amount' => '',
'Account Link AR_paid' => '',
'Account Link AR_tax' => '',
'Account Link IC' => '',
'Account Link IC_cogs' => '',
'Account Link IC_expense' => '',
'Account Link IC_income' => '',
'Account Link IC_sale' => '',
'Account Link IC_taxpart' => '',
'Account Link IC_taxservice' => '',
4dbb0995 Moritz Bunkus
'Account Number' => '',
'Account Number missing!' => '',
b31d0c56 Moritz Bunkus
'Account Nummer' => '',
4dbb0995 Moritz Bunkus
'Account Type' => '',
'Account Type missing!' => '',
ede34fe7 Bernd Bleßmann
'Account categories' => '',
4dbb0995 Moritz Bunkus
'Account deleted!' => '',
b31d0c56 Moritz Bunkus
'Account for fees' => '',
'Account for interest' => '',
2dbb0236 Sven Schöling
'Account number' => '',
'Account number #1, bank code #2, #3' => '',
ede34fe7 Bernd Bleßmann
'Account number not unique!' => '',
4dbb0995 Moritz Bunkus
'Account saved!' => '',
b31d0c56 Moritz Bunkus
'Accounting Group deleted!' => '',
'Accounting Group saved!' => '',
43f9b1c5 Geoffrey Richardson
'Accounting method' => '',
b31d0c56 Moritz Bunkus
'Accrual' => '',
ede34fe7 Bernd Bleßmann
'Accrual accounting' => '',
4dbb0995 Moritz Bunkus
'Active' => '',
b31d0c56 Moritz Bunkus
'Active?' => '',
4dbb0995 Moritz Bunkus
'Add' => '',
b31d0c56 Moritz Bunkus
'Add AP Transaction' => '',
'Add AR Transaction' => '',
4dbb0995 Moritz Bunkus
'Add Account' => '',
b31d0c56 Moritz Bunkus
'Add Accounting Group' => '',
4dbb0995 Moritz Bunkus
'Add Accounts Payables Transaction' => 'Add Purchase Transaction',
'Add Accounts Receivables Transaction' => 'Add Sales Transaction',
'Add Assembly' => '',
b31d0c56 Moritz Bunkus
'Add Buchungsgruppe' => '',
ede34fe7 Bernd Bleßmann
'Add Client' => '',
b31d0c56 Moritz Bunkus
'Add Credit Note' => '',
4dbb0995 Moritz Bunkus
'Add Customer' => '',
4b937d1a Sven Donath
'Add Delivery Note' => '',
b31d0c56 Moritz Bunkus
'Add Delivery Order' => '',
'Add Dunning' => '',
'Add Exchangerate' => '',
'Add Follow-Up' => '',
'Add Follow-Up for #1' => '',
4dbb0995 Moritz Bunkus
'Add General Ledger Transaction' => '',
'Add Group' => '',
b31d0c56 Moritz Bunkus
'Add Language' => '',
'Add Lead' => '',
8773b625 Ronny Kumke
'Add Machine' => '',
4dbb0995 Moritz Bunkus
'Add Part' => '',
b31d0c56 Moritz Bunkus
'Add Price Factor' => '',
'Add Pricegroup' => '',
'Add Printer' => '',
4dbb0995 Moritz Bunkus
'Add Project' => '',
b31d0c56 Moritz Bunkus
'Add Purchase Delivery Order' => '',
4dbb0995 Moritz Bunkus
'Add Purchase Order' => '',
b31d0c56 Moritz Bunkus
'Add Quotation' => '',
'Add RFQ' => '',
'Add Request for Quotation' => '',
'Add Sales Delivery Order' => '',
4dbb0995 Moritz Bunkus
'Add Sales Invoice' => '',
'Add Sales Order' => '',
'Add Service' => '',
8773b625 Ronny Kumke
'Add Service Contract' => '',
b31d0c56 Moritz Bunkus
'Add Storno Credit Note' => '',
4dbb0995 Moritz Bunkus
'Add Transaction' => '',
'Add User' => '',
ede34fe7 Bernd Bleßmann
'Add User Group' => '',
4dbb0995 Moritz Bunkus
'Add Vendor' => '',
'Add Vendor Invoice' => '',
b31d0c56 Moritz Bunkus
'Add Warehouse' => '',
'Add and edit units' => '',
2dbb0236 Sven Schöling
'Add bank account' => '',
b31d0c56 Moritz Bunkus
'Add custom variable' => '',
ede34fe7 Bernd Bleßmann
'Add link: select records to link with' => '',
'Add linked record' => '',
'Add links' => '',
'Add new currency' => '',
'Add new custom variable' => '',
b31d0c56 Moritz Bunkus
'Add note' => '',
'Add unit' => '',
4dbb0995 Moritz Bunkus
'Address' => '',
ede34fe7 Bernd Bleßmann
'Admin' => '',
4dbb0995 Moritz Bunkus
'Administration' => '',
b31d0c56 Moritz Bunkus
'Administration area' => '',
'Advance turnover tax return' => '',
'Aktion' => '',
4dbb0995 Moritz Bunkus
'All' => '',
b31d0c56 Moritz Bunkus
'All Accounts' => '',
'All changes in that file have been reverted.' => '',
ede34fe7 Bernd Bleßmann
'All clients' => '',
b31d0c56 Moritz Bunkus
'All general ledger entries' => '',
ede34fe7 Bernd Bleßmann
'All groups' => '',
2dbb0236 Sven Schöling
'All of the exports you have selected were already closed.' => '',
36703a86 Bernd Bleßmann
'All partsgroups' => '',
b31d0c56 Moritz Bunkus
'All reports' => '',
ede34fe7 Bernd Bleßmann
'All the other clients will start with an empty set of WebDAV folders.' => '',
2dbb0236 Sven Schöling
'All the selected exports have already been closed, or all of their items have already been executed.' => '',
c0318621 Niclas Zimmermann
'All units have either no or exactly one base unit of which they are multiples.' => '',
6c6fffef Sven Donath
'All users' => '',
b31d0c56 Moritz Bunkus
'Allow access' => '',
'Allow the following users access to my follow-ups:' => '',
'Alternatively you can create a new part which will then be selected.' => '',
'Amended Advance Turnover Tax Return' => '',
'Amended Advance Turnover Tax Return (Nr. 10)' => '',
4dbb0995 Moritz Bunkus
'Amount' => '',
ede34fe7 Bernd Bleßmann
'Amount (for verification)' => '',
4dbb0995 Moritz Bunkus
'Amount Due' => '',
5a9a14d7 Bernd Bleßmann
'Amount and net amount are calculated by kivitendo. "verify_amount" and "verify_netamount" can be used for sanity checks.' => '',
c0318621 Niclas Zimmermann
'Amount payable' => '',
'Amount payable less discount' => '',
ede34fe7 Bernd Bleßmann
'An exception occurred during execution.' => '',
ad7247ec Sven Donath
'An invalid character was used (invalid characters: #1).' => '',
'An invalid character was used (valid characters: #1).' => '',
'An upper-case character is required.' => '',
b31d0c56 Moritz Bunkus
'Annotations' => '',
4b31e6ba Bernd Bleßmann
'Any stock contents containing a best before date will be impossible to stock out otherwise.' => '',
b31d0c56 Moritz Bunkus
'Ap aging on %s' => '',
'Application Error. No Format given' => '',
'Application Error. Wrong Format' => '',
c0318621 Niclas Zimmermann
'Apply to all parts' => '',
1adadc30 Bernd Bleßmann
'Apply to all transfers' => '',
c0318621 Niclas Zimmermann
'Apply to parts without buchungsgruppe' => '',
1adadc30 Bernd Bleßmann
'Apply to transfers without bin' => '',
'Apply to transfers without comment' => '',
'Apply to transfers without warehouse' => '',
373dd6d4 Sven Schöling
'Applying #1:' => '',
8773b625 Ronny Kumke
'Appointment Category' => '',
'Appointments' => '',
b31d0c56 Moritz Bunkus
'Approximately #1 prices will be updated.' => '',
4dbb0995 Moritz Bunkus
'Apr' => '',
'April' => '',
b31d0c56 Moritz Bunkus
'Ar aging on %s' => '',
4dbb0995 Moritz Bunkus
'Are you sure you want to delete Invoice Number' => '',
'Are you sure you want to delete Transaction' => '',
ede34fe7 Bernd Bleßmann
'Are you sure you want to delete this background job?' => '',
c0318621 Niclas Zimmermann
'Are you sure you want to delete this business?' => '',
03d3d025 Bernd Bleßmann
'Are you sure you want to delete this delivery term?' => '',
c0318621 Niclas Zimmermann
'Are you sure you want to delete this department?' => '',
'Are you sure you want to delete this payment term?' => '',
b31d0c56 Moritz Bunkus
'Are you sure you want to remove the marked entries from the queue?' => '',
'Are you sure you want to update the prices' => '',
ede34fe7 Bernd Bleßmann
'Are you sure?' => '',
b31d0c56 Moritz Bunkus
'Article Code' => '',
'Article Code missing!' => '',
27653d6b Bernd Bleßmann
'Article type' => '',
b31d0c56 Moritz Bunkus
'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' => '',
4dbb0995 Moritz Bunkus
'Assemblies' => '',
cd3150ed Bernd Bleßmann
'Assemblies can not be imported (yet). But the type column is used for sanity checks on price updates in order to prevent that articles with the wrong type will be updated.' => '',
c0318621 Niclas Zimmermann
'Assembly' => '',
b31d0c56 Moritz Bunkus
'Assembly Description' => '',
'Assembly Number' => '',
4dbb0995 Moritz Bunkus
'Assembly Number missing!' => '',
'Asset' => '',
b31d0c56 Moritz Bunkus
'Assets' => '',
'Assistant for general ledger corrections' => '',
'Assume Tax Consultant Data in Tax Computation?' => '',
'At least' => '',
ede34fe7 Bernd Bleßmann
'At least one Perl module that kivitendo ERP requires for running is not installed on your system.' => '',
c0318621 Niclas Zimmermann
'At least one of the columns #1, customer, customernumber, vendor, vendornumber (depending on the target table) is required for matching the entry to an existing customer or vendor.' => '',
b31d0c56 Moritz Bunkus
'At most' => '',
'At the moment the transaction looks like this:' => '',
'Attach PDF:' => '',
4dbb0995 Moritz Bunkus
'Attachment' => '',
b31d0c56 Moritz Bunkus
'Attachment name' => '',
'Attempt to call an undefined sub named \'%s\'' => '',
4dbb0995 Moritz Bunkus
'Audit Control' => '',
'Aug' => '',
'August' => '',
b31d0c56 Moritz Bunkus
'Authentification database creation' => '',
'Authentification tables creation' => '',
'Auto Send?' => '',
'Automatically created invoice for fee and interest for dunning %s' => '',
6c6fffef Sven Donath
'Available' => '',
b31d0c56 Moritz Bunkus
'Available qty' => '',
'BALANCE SHEET' => '',
'BIC' => '',
4dbb0995 Moritz Bunkus
'BOM' => '',
b31d0c56 Moritz Bunkus
'BWA' => '',
'Back' => '',
c0318621 Niclas Zimmermann
'Back to login' => '',
ede34fe7 Bernd Bleßmann
'Background job history' => '',
'Background jobs' => '',
'Background jobs and task server' => '',
4dbb0995 Moritz Bunkus
'Balance' => '',
'Balance Sheet' => '',
ede34fe7 Bernd Bleßmann
'Balancing' => '',
b31d0c56 Moritz Bunkus
'Bank' => '',
'Bank Code' => '',
'Bank Code (long)' => '',
'Bank Code Number' => '',
'Bank Connection Tax Office' => '',
'Bank Connections' => '',
2dbb0236 Sven Schöling
'Bank accounts' => '',
'Bank code' => '',
54ddc03b Sven Donath
'Bank collection amount' => '',
'Bank collection payment list for export #1' => '',
'Bank collection via SEPA' => '',
'Bank collections via SEPA' => '',
2dbb0236 Sven Schöling
'Bank transfer amount' => '',
'Bank transfer payment list for export #1' => '',
'Bank transfer via SEPA' => '',
'Bank transfers via SEPA' => '',
b31d0c56 Moritz Bunkus
'Base unit' => '',
4b937d1a Sven Donath
'Basic Data' => '',
b31d0c56 Moritz Bunkus
'Batch Printing' => '',
4dbb0995 Moritz Bunkus
'Bcc' => '',
ede34fe7 Bernd Bleßmann
'Bcc E-mail' => '',
'Because the useability gets worse if one partnumber is used for several parts (for example if you are searching a position for an invoice), partnumbers should be unique.' => '',
b31d0c56 Moritz Bunkus
'Belegnummer' => '',
'Beratername' => '',
'Beraternummer' => '',
7eff31cf Bernd Bleßmann
'Best Before' => '',
b31d0c56 Moritz Bunkus
'Bestandskonto' => '',
'Bilanz' => '',
'Billing Address' => '',
'Billing/shipping address (city)' => '',
ede34fe7 Bernd Bleßmann
'Billing/shipping address (country)' => '',
b31d0c56 Moritz Bunkus
'Billing/shipping address (street)' => '',
'Billing/shipping address (zipcode)' => '',
4dbb0995 Moritz Bunkus
'Bin' => '',
1adadc30 Bernd Bleßmann
'Bin (database ID)' => '',
b31d0c56 Moritz Bunkus
'Bin From' => '',
'Bin List' => '',
'Bin To' => '',
ede34fe7 Bernd Bleßmann
'Binding to the LDAP server as "#1" failed. Please check config/kivitendo.conf.' => '',
b31d0c56 Moritz Bunkus
'Bins saved.' => '',
'Bins that have been used in the past cannot be deleted anymore. For these bins there\'s no checkbox in the &quot;Delete&quot; column.' => '',
'Birthday' => '',
ede34fe7 Bernd Bleßmann
'Birthday (after conversion)' => '',
'Birthday (before conversion)' => '',
b31d0c56 Moritz Bunkus
'Bis' => '',
'Bis Konto: ' => '',
c0318621 Niclas Zimmermann
'Block' => '',
b31d0c56 Moritz Bunkus
'Body' => '',
'Body:' => '',
c0318621 Niclas Zimmermann
'Booking Date' => '',
4dbb0995 Moritz Bunkus
'Books are open' => '',
b31d0c56 Moritz Bunkus
'Books closed up to' => '',
'Boolean variables: If the default value is non-empty then the checkbox will be checked by default and unchecked otherwise.' => '',
'Both' => '',
'Bottom' => '',
4dbb0995 Moritz Bunkus
'Bought' => '',
ede34fe7 Bernd Bleßmann
'Break up the update and contact a service provider.' => '',
b31d0c56 Moritz Bunkus
'Buchungsdatum' => '',
'Buchungsgruppe' => '',
c0318621 Niclas Zimmermann
'Buchungsgruppe (database ID)' => '',
'Buchungsgruppe (name)' => '',
b31d0c56 Moritz Bunkus
'Buchungsgruppen' => '',
'Buchungskonto' => '',
'Buchungsnummer' => '',
4dbb0995 Moritz Bunkus
'Business Number' => '',
b31d0c56 Moritz Bunkus
'Business Volume' => '',
4b937d1a Sven Donath
'Business evaluation' => '',
c0318621 Niclas Zimmermann
'Business type (database ID)' => '',
'Business type (name)' => '',
'Businesses' => '',
b31d0c56 Moritz Bunkus
'CANCELED' => '',
'CB Transaction' => '',
c0318621 Niclas Zimmermann
'CB Transactions' => '',
b31d0c56 Moritz Bunkus
'CR' => '',
ede34fe7 Bernd Bleßmann
'CRM' => '',
b31d0c56 Moritz Bunkus
'CRM admin' => '',
'CRM create customers, vendors and contacts' => '',
'CRM follow up' => '',
'CRM know how' => '',
'CRM notices' => '',
'CRM opportunity' => '',
'CRM optional software' => '',
'CRM other' => '',
'CRM search' => '',
'CRM send email' => '',
'CRM services' => '',
'CRM status' => '',
'CRM termin' => '',
'CRM user' => '',
ede34fe7 Bernd Bleßmann
'CSS style for pictures' => '',
b31d0c56 Moritz Bunkus
'CSV export -- options' => '',
c0318621 Niclas Zimmermann
'CSV import: contacts' => '',
'CSV import: customers and vendors' => '',
1adadc30 Bernd Bleßmann
'CSV import: inventories' => '',
ede34fe7 Bernd Bleßmann
'CSV import: orders' => '',
c0318621 Niclas Zimmermann
'CSV import: parts and services' => '',
ede34fe7 Bernd Bleßmann
'CSV import: projects' => '',
c0318621 Niclas Zimmermann
'CSV import: shipping addresses' => '',
b31d0c56 Moritz Bunkus
'Calculate' => '',
'Can not create that quantity with current stock' => '',
'Cancel' => '',
'Cancel Accounts Payables Transaction' => '',
'Cancel Accounts Receivables Transaction' => '',
ede34fe7 Bernd Bleßmann
'Cannot check correct WebDAV folder' => '',
4dbb0995 Moritz Bunkus
'Cannot delete account!' => '',
'Cannot delete customer!' => '',
'Cannot delete default account!' => '',
b31d0c56 Moritz Bunkus
'Cannot delete delivery order!' => '',
4dbb0995 Moritz Bunkus
'Cannot delete invoice!' => '',
'Cannot delete item!' => '',
'Cannot delete order!' => '',
b31d0c56 Moritz Bunkus
'Cannot delete quotation!' => '',
4dbb0995 Moritz Bunkus
'Cannot delete transaction!' => '',
'Cannot delete vendor!' => '',
c0318621 Niclas Zimmermann
'Cannot find matching template for this print request. Please contact your template maintainer. I tried these: #1.' => '',
4dbb0995 Moritz Bunkus
'Cannot have a value in both Debit and Credit!' => '',
b31d0c56 Moritz Bunkus
'Cannot post Payment!' => '',
'Cannot post Receipt!' => '',
4dbb0995 Moritz Bunkus
'Cannot post a transaction without a value!' => '',
39c2e07d Bernd Bleßmann
'Cannot post invoice and/or transfer out! Error message:' => '',
4dbb0995 Moritz Bunkus
'Cannot post invoice for a closed period!' => '',
'Cannot post invoice!' => '',
'Cannot post payment for a closed period!' => '',
'Cannot post payment!' => '',
ede34fe7 Bernd Bleßmann
'Cannot post storno for a closed period!' => '',
'Cannot post transaction above the maximum future booking date!' => '',
4dbb0995 Moritz Bunkus
'Cannot post transaction for a closed period!' => '',
b31d0c56 Moritz Bunkus
'Cannot post transaction with a debit and credit entry for the same account!' => '',
4dbb0995 Moritz Bunkus
'Cannot post transaction!' => '',
'Cannot process payment for a closed period!' => '',
b31d0c56 Moritz Bunkus
'Cannot remove files!' => '',
4dbb0995 Moritz Bunkus
'Cannot save account!' => '',
'Cannot save order!' => '',
'Cannot save preferences!' => '',
b31d0c56 Moritz Bunkus
'Cannot save quotation!' => '',
'Cannot storno storno invoice!' => '',
39c2e07d Bernd Bleßmann
'Cannot transfer negative quantities.' => '',
ede34fe7 Bernd Bleßmann
'Cannot transfer. <br> Reason:<br>#1' => '',
b31d0c56 Moritz Bunkus
'Carry over shipping address' => '',
4dbb0995 Moritz Bunkus
'Cash' => '',
ede34fe7 Bernd Bleßmann
'Cash accounting' => '',
'Cash basis accounting' => '',
'Catalog' => '',
4dbb0995 Moritz Bunkus
'Cc' => '',
ede34fe7 Bernd Bleßmann
'Cc E-mail' => '',
'Change default bin for this parts' => '',
'Change kivitendo installation settings (most entries in the \'System\' menu)' => '',
1de53cbf Sven Donath
'Change representative to' => '',
c0318621 Niclas Zimmermann
'Changes in this block are only sensible if the account is NOT a summary account AND there exists one valid taxkey. To select both Receivables and Payables only make sense for Payment / Receipt (i.e. account cash).' => '',
ee23f6e0 Bernd Bleßmann
'Changes to Receivables and Payables are only possible if no transactions to this account are posted yet.' => '',
b31d0c56 Moritz Bunkus
'Charge Number' => '',
'Charge number' => '',
c0318621 Niclas Zimmermann
'Charset' => '',
2dbb0236 Sven Schöling
'Chart' => '',
b31d0c56 Moritz Bunkus
'Chart Type' => '',
'Chart balance' => '',
4dbb0995 Moritz Bunkus
'Chart of Accounts' => '',
b31d0c56 Moritz Bunkus
'Chartaccounts connected to this Tax:' => '',
4dbb0995 Moritz Bunkus
'Check' => 'Cheque',
b31d0c56 Moritz Bunkus
'Check Details' => '',
c0318621 Niclas Zimmermann
'Check for duplicates' => '',
3424bf80 Bernd Bleßmann
'Check on ap transaction' => '',
'Check on ar transaction' => '',
'Check on gl transaction' => '',
'Check on purchase invoice' => '',
'Check on sales invoice' => '',
b31d0c56 Moritz Bunkus
'Checks' => '',
'Choose Customer' => '',
'Choose Outputformat' => '',
'Choose Vendor' => '',
'Choose a Tax Number' => '',
'City' => '',
4dbb0995 Moritz Bunkus
'Cleared Balance' => '',
b31d0c56 Moritz Bunkus
'Clearing Tax Received (No 71)' => '',
ede34fe7 Bernd Bleßmann
'Client' => '',
'Client #1' => '',
97954312 Bernd Bleßmann
'Client Configuration' => '',
'Client Configuration saved!' => '',
ede34fe7 Bernd Bleßmann
'Client administration: configuration, editing templates, task server control, background jobs (remaining entries in the \'System\' menu)' => '',
'Client list' => '',
'Client name' => '',
'Client to assign the existing WebDAV folders to' => '',
'Client to configure the printers for' => '',
'Clients this Group is valid for' => '',
'Clients this user has access to' => '',
b31d0c56 Moritz Bunkus
'Close' => '',
4dbb0995 Moritz Bunkus
'Close Books up to' => '',
c0318621 Niclas Zimmermann
'Close Flash' => '',
2dbb0236 Sven Schöling
'Close SEPA exports' => '',
b31d0c56 Moritz Bunkus
'Close Window' => '',
ede34fe7 Bernd Bleßmann
'Close window' => '',
4dbb0995 Moritz Bunkus
'Closed' => '',
0270c3d5 Sven Schöling
'Collective Orders only work for orders from one customer!' => '',
c0318621 Niclas Zimmermann
'Column name' => '',
'Comma' => '',
b31d0c56 Moritz Bunkus
'Comment' => '',
4dbb0995 Moritz Bunkus
'Company' => '',
b31d0c56 Moritz Bunkus
'Company Name' => '',
ede34fe7 Bernd Bleßmann
'Company name' => '',
'Company settings' => '',
4dbb0995 Moritz Bunkus
'Compare to' => '',
43f9b1c5 Geoffrey Richardson
'Configuration' => '',
b31d0c56 Moritz Bunkus
'Configuration of individual TODO items' => '',
ad7247ec Sven Donath
'Configure' => '',
4dbb0995 Moritz Bunkus
'Confirm!' => '',
b31d0c56 Moritz Bunkus
'Confirmation' => '',
4dbb0995 Moritz Bunkus
'Contact' => '',
b31d0c56 Moritz Bunkus
'Contact Person' => '',
ede34fe7 Bernd Bleßmann
'Contact Person (database ID)' => '',
'Contact Person (name)' => '',
c0318621 Niclas Zimmermann
'Contact deleted.' => '',
'Contact is in use and was flagged invalid.' => '',
b31d0c56 Moritz Bunkus
'Contact person (surname)' => '',
c0318621 Niclas Zimmermann
'Contact persons' => '',
b31d0c56 Moritz Bunkus
'Contacts' => '',
4dbb0995 Moritz Bunkus
'Continue' => '',
b31d0c56 Moritz Bunkus
'Contra' => '',
ede34fe7 Bernd Bleßmann
'Conversion of "birthday" contact person attribute' => '',
4dbb0995 Moritz Bunkus
'Copies' => '',
ede34fe7 Bernd Bleßmann
'Copy file from #1 to #2 failed: #3' => '',
b31d0c56 Moritz Bunkus
'Correct taxkey' => '',
'Costs' => '',
c0318621 Niclas Zimmermann
'Could not load class #1 (#2): "#3"' => '',
'Could not load class #1, #2' => '',
'Could not load employee' => '',
b31d0c56 Moritz Bunkus
'Could not print dunning.' => '',
'Could not spawn ghostscript.' => '',
'Could not spawn the printer command.' => '',
'Could not update prices!' => '',
'Country' => '',
'Create Assembly' => '',
4dbb0995 Moritz Bunkus
'Create Chart of Accounts' => '',
'Create Dataset' => '',
b31d0c56 Moritz Bunkus
'Create Date' => '',
ede34fe7 Bernd Bleßmann
'Create a new background job' => '',
c0318621 Niclas Zimmermann
'Create a new business' => '',
ede34fe7 Bernd Bleßmann
'Create a new client' => '',
03d3d025 Bernd Bleßmann
'Create a new delivery term' => '',
c0318621 Niclas Zimmermann
'Create a new department' => '',
ede34fe7 Bernd Bleßmann
'Create a new group' => '',
c0318621 Niclas Zimmermann
'Create a new payment term' => '',
ede34fe7 Bernd Bleßmann
'Create a new printer' => '',
'Create a new project' => '',
'Create a new user' => '',
'Create a new user group' => '',
b31d0c56 Moritz Bunkus
'Create and edit RFQs' => '',
'Create and edit dunnings' => '',
'Create and edit invoices and credit notes' => '',
'Create and edit parts, services, assemblies' => '',
'Create and edit projects' => '',
'Create and edit purchase delivery orders' => '',
'Create and edit purchase orders' => '',
'Create and edit sales delivery orders' => '',
'Create and edit sales orders' => '',
'Create and edit sales quotations' => '',
'Create and edit vendor invoices' => '',
54ddc03b Sven Donath
'Create bank collection' => '',
'Create bank collection via SEPA XML' => '',
2dbb0236 Sven Schöling
'Create bank transfer' => '',
'Create bank transfer via SEPA XML' => '',
c0318621 Niclas Zimmermann
'Create customers and vendors. Edit all vendors. Edit all customers' => '',
'Create customers and vendors. Edit all vendors. Edit only customers where salesman equals employee (login)' => '',
b31d0c56 Moritz Bunkus
'Create invoice?' => '',
'Create new' => '',
ede34fe7 Bernd Bleßmann
'Create new background job' => '',
c0318621 Niclas Zimmermann
'Create new business' => '',
ede34fe7 Bernd Bleßmann
'Create new client #1' => '',
c0318621 Niclas Zimmermann
'Create new department' => '',
'Create new payment term' => '',
ede34fe7 Bernd Bleßmann
'Create new templates from master templates' => '',
b31d0c56 Moritz Bunkus
'Create tables' => '',
'Created by' => '',
'Created for' => '',
'Created on' => '',
4dbb0995 Moritz Bunkus
'Credit' => '',
b31d0c56 Moritz Bunkus
'Credit (one letter abbreviation)' => '',
'Credit Account' => '',
4dbb0995 Moritz Bunkus
'Credit Limit' => '',
b31d0c56 Moritz Bunkus
'Credit Limit exceeded!!!' => '',
'Credit Note' => '',
'Credit Note Date' => '',
'Credit Note Number' => '',
'Credit Starting Balance' => '',
'Credit Tax' => '',
'Credit Tax Account' => '',
'Credit note (one letter abbreviation)' => '',
c0318621 Niclas Zimmermann
'Cumulated or averaged values' => '',
4dbb0995 Moritz Bunkus
'Curr' => '',
b31d0c56 Moritz Bunkus
'Currencies' => '',
4dbb0995 Moritz Bunkus
'Currency' => '',
ede34fe7 Bernd Bleßmann
'Currency (database ID)' => '',
'Currency name' => '',
'Currency names must be unique.' => '',
'Currency names must not be empty.' => '',
b31d0c56 Moritz Bunkus
'Current / Next Level' => '',
'Current Earnings' => '',
6c6fffef Sven Donath
'Current assets account' => '',
ede34fe7 Bernd Bleßmann
'Current filter' => '',
c0318621 Niclas Zimmermann
'Current profile' => '',
ede34fe7 Bernd Bleßmann
'Current status' => '',
b31d0c56 Moritz Bunkus
'Current value:' => '',
'Custom Variables' => '',
'Custom variables for module' => '',
4dbb0995 Moritz Bunkus
'Customer' => '',
ede34fe7 Bernd Bleßmann
'Customer (database ID)' => '',
c0318621 Niclas Zimmermann
'Customer (name)' => '',
ede34fe7 Bernd Bleßmann
'Customer Master Data' => '',
7eff31cf Bernd Bleßmann
'Customer Name' => '',
b31d0c56 Moritz Bunkus
'Customer Number' => '',
'Customer Order Number' => '',
4dbb0995 Moritz Bunkus
'Customer deleted!' => '',
b31d0c56 Moritz Bunkus
'Customer details' => '',
4dbb0995 Moritz Bunkus
'Customer missing!' => '',
b31d0c56 Moritz Bunkus
'Customer not on file or locked!' => '',
4dbb0995 Moritz Bunkus
'Customer not on file!' => '',
ede34fe7 Bernd Bleßmann
'Customer saved' => '',
4dbb0995 Moritz Bunkus
'Customer saved!' => '',
b31d0c56 Moritz Bunkus
'Customer type' => '',
c0318621 Niclas Zimmermann
'Customer variables' => '',
'Customer/Vendor' => '',
'Customer/Vendor (database ID)' => '',
'Customer/Vendor Name' => '',
'Customer/Vendor Number' => '',
b31d0c56 Moritz Bunkus
'Customername' => '',
'Customernumberinit' => '',
4dbb0995 Moritz Bunkus
'Customers' => '',
b31d0c56 Moritz Bunkus
'Customers and vendors' => '',
'Customized Report' => '',
'DATEV - Export Assistent' => '',
'DATEV Angaben' => '',
'DATEV Export' => '',
3424bf80 Bernd Bleßmann
'DATEV check configuration' => '',
c0318621 Niclas Zimmermann
'DATEV check returned errors:' => '',
b31d0c56 Moritz Bunkus
'DATEX - Export Assistent' => '',
'DELETED' => '',
'DFV-Kennzeichen' => '',
ede34fe7 Bernd Bleßmann
'DHL' => '',
b31d0c56 Moritz Bunkus
'DR' => '',
'DUNNING STARTED' => '',
ede34fe7 Bernd Bleßmann
'DUNS number' => '',
b31d0c56 Moritz Bunkus
'DUNS-Nr' => '',
ede34fe7 Bernd Bleßmann
'Data' => '',
4dbb0995 Moritz Bunkus
'Database Administration' => '',
b31d0c56 Moritz Bunkus
'Database Connection Test' => '',
4dbb0995 Moritz Bunkus
'Database Host' => '',
ede34fe7 Bernd Bleßmann
'Database ID' => '',
'Database Management' => '',
4b937d1a Sven Donath
'Database User' => '',
ede34fe7 Bernd Bleßmann
'Database host and port' => '',
'Database login (#1)' => '',
b31d0c56 Moritz Bunkus
'Database name' => '',
ede34fe7 Bernd Bleßmann
'Database settings' => '',
b31d0c56 Moritz Bunkus
'Database template' => '',
'Database update error:' => '',
ede34fe7 Bernd Bleßmann
'Database user and password' => '',
4dbb0995 Moritz Bunkus
'Dataset missing!' => '',
b31d0c56 Moritz Bunkus
'Dataset upgrade' => '',
4dbb0995 Moritz Bunkus
'Date' => '',
'Date Format' => '',
'Date Paid' => '',
b31d0c56 Moritz Bunkus
'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.' => '',
4dbb0995 Moritz Bunkus
'Date missing!' => '',
c0318621 Niclas Zimmermann
'Date the payment is due in full' => '',
'Date the payment is due with discount' => '',
b31d0c56 Moritz Bunkus
'Datevautomatik' => '',
'Datum von' => '',
86b6ff8a Bernd Bleßmann
'Deactivate by default' => '',
4dbb0995 Moritz Bunkus
'Debit' => '',
b31d0c56 Moritz Bunkus
'Debit (one letter abbreviation)' => '',
'Debit Account' => '',
'Debit Starting Balance' => '',
'Debit Tax' => '',
'Debit Tax Account' => '',
4dbb0995 Moritz Bunkus
'Debit and credit out of balance!' => '',
'Dec' => '',
'December' => '',
'Decimalplaces' => '',
b31d0c56 Moritz Bunkus
'Decrease' => '',
'Default (no language selected)' => '',
'Default Accounts' => '',
ede34fe7 Bernd Bleßmann
'Default Bin' => '',
'Default Bin with ignoring onhand' => '',
'Default Client (unconfigured)' => '',
c0318621 Niclas Zimmermann
'Default Customer/Vendor Language' => '',
ede34fe7 Bernd Bleßmann
'Default Transfer' => '',
'Default Transfer Out always succeed. The current part onhand is ignored and the inventory can have negative stocks (not recommended).' => '',
'Default Transfer Out with negative inventory' => '',
'Default Transfer with Master Bin' => '',
'Default Warehouse' => '',
'Default Warehouse with ignoring on hand' => '',
c0318621 Niclas Zimmermann
'Default buchungsgruppe' => '',
ede34fe7 Bernd Bleßmann
'Default client' => '',
'Default currency' => '',
'Default currency missing!' => '',
b31d0c56 Moritz Bunkus
'Default output medium' => '',
'Default printer' => '',
'Default template format' => '',
c0318621 Niclas Zimmermann
'Default unit' => '',
b31d0c56 Moritz Bunkus
'Default value' => '',
4dbb0995 Moritz Bunkus
'Delete' => '',
'Delete Account' => '',
b31d0c56 Moritz Bunkus
'Delete Contact' => '',
4dbb0995 Moritz Bunkus
'Delete Dataset' => '',
b31d0c56 Moritz Bunkus
'Delete Shipto' => '',
'Delete drafts' => '',
ede34fe7 Bernd Bleßmann
'Delete links' => '',
c0318621 Niclas Zimmermann
'Delete profile' => '',
b31d0c56 Moritz Bunkus
'Delete transaction' => '',
c0318621 Niclas Zimmermann
'Deleted' => '',
b31d0c56 Moritz Bunkus
'Delivered' => '',
4dbb0995 Moritz Bunkus
'Delivery Date' => '',
b31d0c56 Moritz Bunkus
'Delivery Order' => '',
'Delivery Order Date' => '',
'Delivery Order Date missing!' => '',
'Delivery Order Number' => '',
c0318621 Niclas Zimmermann
'Delivery Order created' => '',
b31d0c56 Moritz Bunkus
'Delivery Order deleted!' => '',
'Delivery Orders' => '',
c0318621 Niclas Zimmermann
'Delivery Plan' => '',
'Delivery Plan for currently outstanding sales orders' => '',
03d3d025 Bernd Bleßmann
'Delivery Terms' => '',
'Delivery terms' => '',
'Delivery terms (database ID)' => '',
'Delivery terms (name)' => '',
b31d0c56 Moritz Bunkus
'Department' => '',
ede34fe7 Bernd Bleßmann
'Department (database ID)' => '',
'Department (description)' => '',
c0318621 Niclas Zimmermann
'Department 1' => '',
'Department 2' => '',
a4eade3e Sven Donath
'Department Id' => '',
b31d0c56 Moritz Bunkus
'Departments' => '',
'Dependency loop detected:' => '',
4dbb0995 Moritz Bunkus
'Deposit' => '',
'Description' => '',
b31d0c56 Moritz Bunkus
'Description (Click on Description for details)' => '',
c0318621 Niclas Zimmermann
'Description (translation for #1)' => '',
b31d0c56 Moritz Bunkus
'Description missing!' => '',
'Description must not be empty!' => '',
2dbb0236 Sven Schöling
'Destination BIC' => '',
'Destination IBAN' => '',
b31d0c56 Moritz Bunkus
'Destination bin' => '',
'Destination warehouse' => '',
'Destination warehouse and bin' => '',
'Details (one letter abbreviation)' => '',
4dbb0995 Moritz Bunkus
'Difference' => '',
'Directory' => '',
c0318621 Niclas Zimmermann
'Discard duplicate entries in CSV file' => '',
'Discard entries with duplicates in database or CSV file' => '',
4dbb0995 Moritz Bunkus
'Discount' => '',
b31d0c56 Moritz Bunkus
'Display' => '',
'Display file' => '',
'Display options' => '',
ede34fe7 Bernd Bleßmann
'Do not change the tax rate of taxkey 0.' => '',
c0318621 Niclas Zimmermann
'Do not check for duplicates' => '',
'Do not set default buchungsgruppe' => '',
1adadc30 Bernd Bleßmann
'Do not set this bin' => '',
'Do not set this comment' => '',
'Do not set this warehouse' => '',
54ddc03b Sven Donath
'Do you really want to close the following SEPA exports? No payment will be recorded for bank collections that haven\'t been marked as executed yet.' => '',
2dbb0236 Sven Schöling
'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.' => '',
b31d0c56 Moritz Bunkus
'Do you really want to delete AP transaction #1?' => '',
'Do you really want to delete AR transaction #1?' => '',
'Do you really want to delete GL transaction #1?' => '',
ede34fe7 Bernd Bleßmann
'Do you really want to delete the selected links?' => '',
6c6fffef Sven Donath
'Do you really want to delete this object?' => '',
b31d0c56 Moritz Bunkus
'Do you really want to delete this warehouse?' => '',
'Do you want to <b>limit</b> your search?' => '',
'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?' => '',
ede34fe7 Bernd Bleßmann
'Do you want to set the account number "#1" to "#2" and the name "#3" to "#4"?' => '',
b31d0c56 Moritz Bunkus
'Do you want to store the existing onhand values into a new warehouse?' => '',
'Document' => '',
ede34fe7 Bernd Bleßmann
'Document Project (database ID)' => '',
'Document Project (description)' => '',
'Document Project (number)' => '',
'Document Project Number' => '',
8773b625 Ronny Kumke
'Document Template' => '',
ede34fe7 Bernd Bleßmann
'Documentation' => '',
'Documentation (in German)' => '',
8773b625 Ronny Kumke
'Documents' => '',
b31d0c56 Moritz Bunkus
'Documents in the WebDAV repository' => '',
4dbb0995 Moritz Bunkus
'Done' => '',
ede34fe7 Bernd Bleßmann
'Double partnumbers' => '',
2dbb0236 Sven Schöling
'Download SEPA XML export file' => '',
c0318621 Niclas Zimmermann
'Download sample file' => '',
b31d0c56 Moritz Bunkus
'Draft saved.' => '',
4dbb0995 Moritz Bunkus
'Drawing' => '',
'Dropdown Limit' => '',
'Due' => '',
'Due Date' => '',
'Due Date missing!' => '',
c0318621 Niclas Zimmermann
'Due to security concerns these files have to be deleted or moved after the migration before you can continue using kivitendo.' => '',
b31d0c56 Moritz Bunkus
'Duedate +Days' => '',
'Dunning' => '',
'Dunning Amount' => '',
'Dunning Date' => '',
'Dunning Date from' => '',
'Dunning Description' => '',
'Dunning Description missing in row ' => '',
'Dunning Duedate' => '',
'Dunning Level' => '',
'Dunning Level missing in row ' => '',
'Dunning Process Config saved!' => '',
'Dunning Process started for selected invoices!' => '',
'Dunning number' => '',
'Dunning overview' => '',
'Dunnings' => '',
c0318621 Niclas Zimmermann
'Duplicate in CSV file' => '',
'Duplicate in database' => '',
ede34fe7 Bernd Bleßmann
'During the next update a taxkey 0 with tax rate of 0 will automatically created.' => '',
4dbb0995 Moritz Bunkus
'E-mail' => '',
'E-mail Statement to' => '',
'E-mail address missing!' => '',
b31d0c56 Moritz Bunkus
'EAN' => '',
'EAN-Code' => '',
'EB-Wert' => '',
'EK' => '',
'ELSE' => '',
'ELSTER Export (Taxbird)' => '',
'ELSTER Export (Winston)' => '',
'ELSTER Export nach Winston' => '',
'ELSTER Tax Number' => '',
'EQUITY' => '',
'EUER' => '',
c0318621 Niclas Zimmermann
'Earlier versions of kivitendo contained bugs which might have led to wrong entries in the general ledger.' => '',
4dbb0995 Moritz Bunkus
'Edit' => '',
b31d0c56 Moritz Bunkus
'Edit Access Rights' => '',
'Edit Access Rights for Follow-Ups' => '',
4dbb0995 Moritz Bunkus
'Edit Account' => '',
b31d0c56 Moritz Bunkus
'Edit Accounting Group' => '',
4dbb0995 Moritz Bunkus
'Edit Accounts Payables Transaction' => 'Edit Creditor Transaction',
'Edit Accounts Receivables Transaction' => 'Edit Debtor Transaction',
'Edit Assembly' => '',
b31d0c56 Moritz Bunkus
'Edit Bins' => '',
'Edit Buchungsgruppe' => '',
ede34fe7 Bernd Bleßmann
'Edit Client' => '',
b31d0c56 Moritz Bunkus
'Edit Credit Note' => '',
4dbb0995 Moritz Bunkus
'Edit Customer' => '',
b31d0c56 Moritz Bunkus
'Edit Dunning' => '',
'Edit Dunning Process Config' => '',
c0318621 Niclas Zimmermann
'Edit Employee #1' => '',
b31d0c56 Moritz Bunkus
'Edit Follow-Up' => '',
'Edit Follow-Up for #1' => '',
4dbb0995 Moritz Bunkus
'Edit General Ledger Transaction' => '',
'Edit Group' => '',
b31d0c56 Moritz Bunkus
'Edit Language' => '',
'Edit Lead' => '',
4dbb0995 Moritz Bunkus
'Edit Part' => '',
b31d0c56 Moritz Bunkus
'Edit Preferences for #1' => '',
'Edit Price Factor' => '',
'Edit Pricegroup' => '',
'Edit Printer' => '',
'Edit Purchase Delivery Order' => '',
4dbb0995 Moritz Bunkus
'Edit Purchase Order' => '',
b31d0c56 Moritz Bunkus
'Edit Quotation' => '',
'Edit Request for Quotation' => '',
54ddc03b Sven Donath
'Edit SEPA strings' => '',
b31d0c56 Moritz Bunkus
'Edit Sales Delivery Order' => '',
4dbb0995 Moritz Bunkus
'Edit Sales Invoice' => '',
'Edit Sales Order' => '',
'Edit Service' => '',
b31d0c56 Moritz Bunkus
'Edit Storno Credit Note' => '',
'Edit Storno Invoice' => '',
4dbb0995 Moritz Bunkus
'Edit User' => '',
ede34fe7 Bernd Bleßmann
'Edit User Group' => '',
4dbb0995 Moritz Bunkus
'Edit Vendor' => '',
'Edit Vendor Invoice' => '',
b31d0c56 Moritz Bunkus
'Edit Warehouse' => '',
ede34fe7 Bernd Bleßmann
'Edit background job' => '',
2dbb0236 Sven Schöling
'Edit bank account' => '',
c0318621 Niclas Zimmermann
'Edit business' => '',
b31d0c56 Moritz Bunkus
'Edit custom variable' => '',
03d3d025 Bernd Bleßmann
'Edit delivery term' => '',
c0318621 Niclas Zimmermann
'Edit department' => '',
b31d0c56 Moritz Bunkus
'Edit file' => '',
'Edit greetings' => '',
'Edit note' => '',
c0318621 Niclas Zimmermann
'Edit payment term' => '',
'Edit prices and discount (if not used, textfield is ONLY set readonly)' => '',
ede34fe7 Bernd Bleßmann
'Edit project' => '',
'Edit project #1' => '',
4b937d1a Sven Donath
'Edit templates' => 'Templates, edit',
b31d0c56 Moritz Bunkus
'Edit the Delivery Order' => '',
ad7247ec Sven Donath
'Edit the configuration for periodic invoices' => '',
ede34fe7 Bernd Bleßmann
'Edit the currency names in order to rename them.' => '',
b31d0c56 Moritz Bunkus
'Edit the purchase_order' => '',
'Edit the request_quotation' => '',
'Edit the sales_order' => '',
'Edit the sales_quotation' => '',
'Edit the stylesheet' => '',
'Edit units' => '',
'Editable' => '',
2dbb0236 Sven Schöling
'Either there are no open invoices, or you have already initiated bank transfers with the open amounts for those that are still open.' => '',
b31d0c56 Moritz Bunkus
'Element disabled' => '',
4dbb0995 Moritz Bunkus
'Employee' => '',
c0318621 Niclas Zimmermann
'Employee #1 saved!' => '',
ede34fe7 Bernd Bleßmann
'Employee (database ID)' => '',
c0318621 Niclas Zimmermann
'Employees' => '',
ede34fe7 Bernd Bleßmann
'Empty selection for warehouse will not be added, even if the old bin is still visible (use back and forth to edit again).' => '',
b31d0c56 Moritz Bunkus
'Empty transaction!' => '',
ad7247ec Sven Donath
'End date' => '',
b31d0c56 Moritz Bunkus
'Enter a description for this new draft.' => '',
'Enter longdescription' => '',
2dbb0236 Sven Schöling
'Enter the requested execution date or leave empty for the quickest possible execution:' => '',
ede34fe7 Bernd Bleßmann
'Entries for which automatic conversion failed:' => '',
'Entries for which automatic conversion succeeded:' => '',
4dbb0995 Moritz Bunkus
'Equity' => '',
b31d0c56 Moritz Bunkus
'Error' => '',
'Error in database control file \'%s\': %s' => '',
'Error in position #1: You must either assign no stock at all or the full quantity of #2 #3.' => '',
'Error in position #1: You must either assign no transfer at all or the full quantity of #2 #3.' => '',
'Error in row #1: The quantity you entered is bigger than the stocked quantity.' => '',
'Error message from the database driver:' => '',
ede34fe7 Bernd Bleßmann
'Error message from the database: #1' => '',
c0318621 Niclas Zimmermann
'Error when saving: #1' => '',
b31d0c56 Moritz Bunkus
'Error!' => '',
1adadc30 Bernd Bleßmann
'Error: A negative target quantity is not allowed.' => '',
11c945f2 Bernd Bleßmann
'Error: A quantity and a target quantity could not be given both.' => '',
1adadc30 Bernd Bleßmann
'Error: A quantity or a target quantity must be given.' => '',
'Error: Bin not found' => '',
c0318621 Niclas Zimmermann
'Error: Buchungsgruppe missing or invalid' => '',
ede34fe7 Bernd Bleßmann
'Error: Customer/vendor missing' => '',
c0318621 Niclas Zimmermann
'Error: Customer/vendor not found' => '',
'Error: Gender (cp_gender) missing or invalid' => '',
1adadc30 Bernd Bleßmann
'Error: Invalid bin' => '',
c0318621 Niclas Zimmermann
'Error: Invalid business' => '',
ede34fe7 Bernd Bleßmann
'Error: Invalid contact' => '',
'Error: Invalid currency' => '',
03d3d025 Bernd Bleßmann
'Error: Invalid delivery terms' => '',
ede34fe7 Bernd Bleßmann
'Error: Invalid department' => '',
c0318621 Niclas Zimmermann
'Error: Invalid language' => '',
ede34fe7 Bernd Bleßmann
'Error: Invalid order for this order item' => '',
'Error: Invalid part' => '',
c0318621 Niclas Zimmermann
'Error: Invalid part type' => '',
'Error: Invalid parts group' => '',
'Error: Invalid payment terms' => '',
'Error: Invalid price factor' => '',
ede34fe7 Bernd Bleßmann
'Error: Invalid price group' => '',
'Error: Invalid project' => '',
'Error: Invalid shipto' => '',
'Error: Invalid tax zone' => '',
c0318621 Niclas Zimmermann
'Error: Invalid vendor in column make_#1' => '',
1adadc30 Bernd Bleßmann
'Error: Invalid warehouse' => '',
c0318621 Niclas Zimmermann
'Error: Name missing' => '',
ede34fe7 Bernd Bleßmann
'Error: Part not found' => '',
1adadc30 Bernd Bleßmann
'Error: Quantity to transfer is zero.' => '',
'Error: Transfer would result in a negative target quantity.' => '',
c0318621 Niclas Zimmermann
'Error: Unit missing or invalid' => '',
1adadc30 Bernd Bleßmann
'Error: Warehouse not found' => '',
c0318621 Niclas Zimmermann
'Errors' => '',
b31d0c56 Moritz Bunkus
'Ertrag' => '',
'Ertrag prozentual' => '',
'Escape character' => '',
ede34fe7 Bernd Bleßmann
'EuR' => '',
'Everyone can log in.' => '',
b31d0c56 Moritz Bunkus
'Exact' => '',
c0318621 Niclas Zimmermann
'Example: http://kivitendo.de' => '',
373dd6d4 Sven Schöling
'Excel' => '',
4dbb0995 Moritz Bunkus
'Exch' => '',
'Exchangerate' => '',
'Exchangerate Difference' => '',
'Exchangerate for payment missing!' => '',
'Exchangerate missing!' => '',
ede34fe7 Bernd Bleßmann
'Execute now' => '',
2dbb0236 Sven Schöling
'Executed' => '',
'Execution date' => '',
'Execution date from' => '',
'Execution date to' => '',
ede34fe7 Bernd Bleßmann
'Execution schedule' => '',
'Execution status' => '',
'Execution type' => '',
4dbb0995 Moritz Bunkus
'Existing Datasets' => '',
ede34fe7 Bernd Bleßmann
'Existing contacts (with column \'cp_id\')' => '',
'Existing customers/vendors with same customer/vendor number' => '',
c0318621 Niclas Zimmermann
'Existing file on server' => '',
b31d0c56 Moritz Bunkus
'Existing pending follow-ups for this item' => '',
c0318621 Niclas Zimmermann
'Existing profiles' => '',
b31d0c56 Moritz Bunkus
'Expected Tax' => '',
4dbb0995 Moritz Bunkus
'Expense' => '',
'Expense Account' => '',
'Expense/Asset' => '',
b31d0c56 Moritz Bunkus
'Expenses EU with UStId' => '',
'Expenses EU without UStId' => '',
'Export Buchungsdaten' => '',
ede34fe7 Bernd Bleßmann
'Export Number' => '',
b31d0c56 Moritz Bunkus
'Export Stammdaten' => '',
'Export as CSV' => '',
'Export as PDF' => '',
2dbb0236 Sven Schöling
'Export date' => '',
'Export date from' => '',
'Export date to' => '',
ad7247ec Sven Donath
'Extend automatically by n months' => '',
4dbb0995 Moritz Bunkus
'Extended' => '',
b31d0c56 Moritz Bunkus
'Extension Of Time' => '',
'Factor' => '',
'Factor missing!' => '',
'Falsches Datumsformat!' => '',
4dbb0995 Moritz Bunkus
'Fax' => '',
ede34fe7 Bernd Bleßmann
'Features' => '',
4dbb0995 Moritz Bunkus
'Feb' => '',
'February' => '',
b31d0c56 Moritz Bunkus
'Fee' => '',
c0318621 Niclas Zimmermann
'Field' => '',
b31d0c56 Moritz Bunkus
'File' => '',
'File name' => '',
'Filter' => '',
36703a86 Bernd Bleßmann
'Filter by Partsgroups' => '',
c0318621 Niclas Zimmermann
'Filter date by' => '',
'Filter for customer variables' => '',
'Filter for item variables' => '',
ede34fe7 Bernd Bleßmann
'Filter parts' => '',
b31d0c56 Moritz Bunkus
'Finish' => '',
c0318621 Niclas Zimmermann
'First 20 Lines' => '',
b31d0c56 Moritz Bunkus
'Fix transaction' => '',
'Fix transactions' => '',
'Folgekonto' => '',
'Follow-Up' => '',
'Follow-Up Date' => '',
'Follow-Up On' => '',
'Follow-Up done' => '',
'Follow-Up for' => '',
'Follow-Up for user' => '',
'Follow-Up saved.' => '',
'Follow-Ups' => '',
'Follow-up for' => '',
'Font' => '',
'Font size' => '',
'For AP transactions it will replace the sales taxkeys with input taxkeys with the same tax rate.' => '',
'For AR transactions it will replace the input taxkeys with sales taxkeys with the same tax rate.' => '',
c0318621 Niclas Zimmermann
'For further information read this: ' => '',
39c2e07d Bernd Bleßmann
'For part \"#1\" there are missing #2 #3 in the default warehouse/bin \"#4/#5\"' => '',
'For part \"#1\" there is no default warehouse and bin defined.' => '',
'For part \"#1\" there is no default warehouse and bin for ignoring onhand defined.' => '',
c0318621 Niclas Zimmermann
'For type "customer" the perl module JSON is required. Please check this on system level: $ ./scripts/installation_check.pl' => '',
4dbb0995 Moritz Bunkus
'Foreign Exchange Gain' => '',
'Foreign Exchange Loss' => '',
b31d0c56 Moritz Bunkus
'Foreign Expenses' => '',
'Foreign Revenues' => '',
'Form details (second row)' => '',
'Formula' => '',
c0318621 Niclas Zimmermann
'Found #1 errors.' => '',
'Found #1 objects of which #2 can be imported.' => '',
b31d0c56 Moritz Bunkus
'Free report period' => '',
'Free-form text' => '',
'Fristsetzung' => '',
4dbb0995 Moritz Bunkus
'From' => '',
b31d0c56 Moritz Bunkus
'From Date' => '',
ede34fe7 Bernd Bleßmann
'From this version on a new feature is available.' => '',
'From this version on it is necessary to name a default value.' => '',
'From this version on the partnumber of services, articles and assemblies have to be unique.' => '',
'From this version on the taxkey 0 must have a tax rate of 0 (for DATEV compatibility).' => '',
b31d0c56 Moritz Bunkus
'Full Access' => '',
c0318621 Niclas Zimmermann
'Full Preview' => '',
b31d0c56 Moritz Bunkus
'Full access to all functions' => '',
ede34fe7 Bernd Bleßmann
'Function/position' => '',
6791f848 Sven Donath
'Fwd' => 'Forward',
4dbb0995 Moritz Bunkus
'GL Transaction' => '',
4ac2976f Bernd Bleßmann
'GL transactions changeable' => '',
b31d0c56 Moritz Bunkus
'Gegenkonto' => '',
'Gender' => '',
4dbb0995 Moritz Bunkus
'General Ledger' => '',
b31d0c56 Moritz Bunkus
'General Ledger Corrections' => '',
'General Ledger Transaction' => '',
'General ledger and cash' => '',
'General ledger corrections' => '',
ede34fe7 Bernd Bleßmann
'General settings' => '',
b31d0c56 Moritz Bunkus
'Generic Tax Report' => '',
ede34fe7 Bernd Bleßmann
'Git revision: #1, #2 #3' => '',
b31d0c56 Moritz Bunkus
'Given Name' => '',
373dd6d4 Sven Schöling
'Go one step back' => '',
6791f848 Sven Donath
'Go one step forward' => '',
b31d0c56 Moritz Bunkus
'Greeting' => '',
'Greetings' => '',
4dbb0995 Moritz Bunkus
'Group' => '',
b31d0c56 Moritz Bunkus
'Group Invoices' => '',
4dbb0995 Moritz Bunkus
'Group Items' => '',
ede34fe7 Bernd Bleßmann
'Group assignment' => '',
4dbb0995 Moritz Bunkus
'Group deleted!' => '',
ede34fe7 Bernd Bleßmann
'Group list' => '',
b31d0c56 Moritz Bunkus
'Group membership' => '',
4dbb0995 Moritz Bunkus
'Group missing!' => '',
'Group saved!' => '',
'Groups' => '',
ede34fe7 Bernd Bleßmann
'Groups that are valid for this client for access rights' => '',
'Groups this user is a member in' => '',
'Groups valid for this client' => '',
b31d0c56 Moritz Bunkus
'HTML' => '',
4dbb0995 Moritz Bunkus
'HTML Templates' => '',
ede34fe7 Bernd Bleßmann
'Handling of WebDAV' => '',
373dd6d4 Sven Schöling
'Hardcopy' => '',
b31d0c56 Moritz Bunkus
'Has serial number' => '',
4dbb0995 Moritz Bunkus
'Heading' => '',
4b937d1a Sven Donath
'Help Template Variables' => '',
c0318621 Niclas Zimmermann
'Help on column names' => '',
ede34fe7 Bernd Bleßmann
'Here' => '',
'Here you only provide the credentials for logging into the database.' => '',
b31d0c56 Moritz Bunkus
'Here\'s an example command line:' => '',
c0318621 Niclas Zimmermann
'Hide Filter' => '',
b31d0c56 Moritz Bunkus
'Hide by default' => '',
c0318621 Niclas Zimmermann
'Hide help text' => '',
ede34fe7 Bernd Bleßmann
'Hide settings' => '',
'Hints' => '',
c0318621 Niclas Zimmermann
'History' => '',
b31d0c56 Moritz Bunkus
'History Search' => '',
'History Search Engine' => '',
'Homepage' => '',
4dbb0995 Moritz Bunkus
'Host' => '',
b31d0c56 Moritz Bunkus
'However, you can create a new part which will then be selected.' => '',
'I' => '',
'IBAN' => '',
4dbb0995 Moritz Bunkus
'ID' => '',
b31d0c56 Moritz Bunkus
'ID-Nummer' => '',
'II' => '',
'III' => '',
'IV' => '',
c6043e02 Bernd Bleßmann
'If amounts differ more than "Maximal amount difference" (see settings), this item is marked as invalid.' => '',
c0318621 Niclas Zimmermann
'If checked the taxkey will not be exported in the DATEV Export, but only IF chart taxkeys differ from general ledger taxkeys' => '',
ede34fe7 Bernd Bleßmann
'If configured this bin will be preselected for all new parts. Also this bin will be used as the master default bin, if default transfer out with master bin is activated.' => '',
c0318621 Niclas Zimmermann
'If the article type is set to \'mixed\' then a column called \'type\' must be present.' => '',
b31d0c56 Moritz Bunkus
'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.' => '',
'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:' => '',
ede34fe7 Bernd Bleßmann
'If the default transfer out always succeed use this bin for negative stock quantity.' => '',
b31d0c56 Moritz Bunkus
'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.' => '',
ede34fe7 Bernd Bleßmann
'If you have not chosen for example the category revenue for a tax and you choose an revenue account to create a transfer in the general ledger, this tax will not be displayed in the tax dropdown.' => '',
'If you lock the system normal users won\'t be able to log in.' => '',
b31d0c56 Moritz Bunkus
'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.' => '',
c0318621 Niclas Zimmermann
'If you select a base unit then you also have to enter a factor.' => '',
ede34fe7 Bernd Bleßmann
'If you want to change any of these parameters then press the "Back" button, edit the file "config/kivitendo.conf" and login into the admin module again.' => '',
'If you want to delete such a dataset you have to edit the client(s) that are using the dataset in question and have them use another dataset.' => '',
c0318621 Niclas Zimmermann
'If you want to set up the authentication database yourself then log in to the administration panel. kivitendo will then create the database and tables for you.' => '',
ede34fe7 Bernd Bleßmann
'If your old bins match exactly Bins in the Warehouse CLICK on <b>AUTOMATICALLY MATCH BINS</b>.' => '',
'Illegal characters have been removed from the following fields: #1' => '',
4dbb0995 Moritz Bunkus
'Image' => '',
c0318621 Niclas Zimmermann
'Import' => '',
b31d0c56 Moritz Bunkus
'Import CSV' => '',
ede34fe7 Bernd Bleßmann
'Import Status' => '',
c0318621 Niclas Zimmermann
'Import file' => '',
ede34fe7 Bernd Bleßmann
'Import not started yet, please wait...' => '',
c0318621 Niclas Zimmermann
'Import preview' => '',
'Import profiles' => '',
'Import result' => '',
'Import summary' => '',
b31d0c56 Moritz Bunkus
'In order to do that hit the button "Delete transaction".' => '',
ede34fe7 Bernd Bleßmann
'In order to migrate the old folder structure into the new structure you have to chose which client the old structure will be assigned to.' => '',
'In order to use kivitendo you have to create at least a client, a user and a group.' => '',
'In the latter case the tables needed by kivitendo will be created in that database.' => '',
4dbb0995 Moritz Bunkus
'In-line' => '',
b31d0c56 Moritz Bunkus
'Inactive' => '',
'Include Exchangerate Difference' => '',
'Include column headings' => '',
'Include empty bins' => '',
4dbb0995 Moritz Bunkus
'Include in Report' => '',
'Include in drop-down menus' => '',
c0318621 Niclas Zimmermann
'Include invalid warehouses ' => '',
b31d0c56 Moritz Bunkus
'Includeable in reports' => '',
ede34fe7 Bernd Bleßmann
'Included in reports by default' => '',
c0318621 Niclas Zimmermann
'Including' => '',
4dbb0995 Moritz Bunkus
'Income Statement' => '',
b31d0c56 Moritz Bunkus
'Incoming Payments' => '',
'Incoming invoice number' => '',
ede34fe7 Bernd Bleßmann
'Inconsistency in database' => '',
'Incorrect password!' => '',
'Incorrect username or password or no access to selected client!' => '',
b31d0c56 Moritz Bunkus
'Increase' => '',
4dbb0995 Moritz Bunkus
'Individual Items' => '',
b31d0c56 Moritz Bunkus
'Information' => '',
a809ab0a Bernd Bleßmann
'Insert Date' => '',
ede34fe7 Bernd Bleßmann
'Insert with new customer/vendor number' => '',
'Insert with new database ID' => '',
c0318621 Niclas Zimmermann
'Insert with new part number' => '',
b31d0c56 Moritz Bunkus
'Interest' => '',
'Interest Rate' => '',
'Internal Notes' => '',
'Internet' => '',
ede34fe7 Bernd Bleßmann
'Introduction of clients' => '',
b31d0c56 Moritz Bunkus
'Inv. Duedate' => '',
'Invalid' => '',
'Invalid follow-up ID.' => '',
'Invalid quantity.' => '',
ede34fe7 Bernd Bleßmann
'Invalid request type \'#1\'' => '',
'Invalid transactions' => '',
b31d0c56 Moritz Bunkus
'Invdate' => '',
'Invdate from' => '',
1adadc30 Bernd Bleßmann
'Inventories' => '',
4dbb0995 Moritz Bunkus
'Inventory' => '',
'Inventory Account' => '',
'Inventory quantity must be zero before you can set this assembly obsolete!' => '',
'Inventory quantity must be zero before you can set this part obsolete!' => '',
43f9b1c5 Geoffrey Richardson
'Inventory system' => '',
b31d0c56 Moritz Bunkus
'Invno.' => '',
'Invnumber' => '',
'Invnumber missing!' => '',
4dbb0995 Moritz Bunkus
'Invoice' => '',
b31d0c56 Moritz Bunkus
'Invoice (one letter abbreviation)' => '',
4dbb0995 Moritz Bunkus
'Invoice Date' => '',
'Invoice Date missing!' => '',
b31d0c56 Moritz Bunkus
'Invoice Duedate' => '',
4dbb0995 Moritz Bunkus
'Invoice Number' => '',
'Invoice Number missing!' => '',
'Invoice deleted!' => '',
b31d0c56 Moritz Bunkus
'Invoice for fees' => '',
'Invoice has already been storno\'d!' => '',
2dbb0236 Sven Schöling
'Invoice number' => '',
c0318621 Niclas Zimmermann
'Invoice total' => '',
'Invoice total less discount' => '',
b31d0c56 Moritz Bunkus
'Invoice with Storno (abbreviation)' => '',
4dbb0995 Moritz Bunkus
'Invoices' => '',
ede34fe7 Bernd Bleßmann
'Invoices, Credit Notes & AR Transactions' => '',
4b937d1a Sven Donath
'Is Searchable' => '',
4dbb0995 Moritz Bunkus
'Is this a summary account to record' => '',
ede34fe7 Bernd Bleßmann
'It can be changed later but must be unique within the installation.' => '',
'It is not allowed that a summary account occurs in a drop-down menu!' => '',
b31d0c56 Moritz Bunkus
'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.' => '',
3424bf80 Bernd Bleßmann
'It is possible to make a quick DATEV export everytime you post a record to ensure things work nicely with their data requirements. This will result in a slight overhead though you can enable this for each type of record independantly.' => '',
b31d0c56 Moritz Bunkus
'It will simply set the taxkey to 0 (meaning "no taxes") which is the correct value for such inventory transactions.' => '',
4dbb0995 Moritz Bunkus
'Item deleted!' => '',
c0318621 Niclas Zimmermann
'Item mode' => '',
6ea1dd9b Bernd Bleßmann
'Item multi selection with qty' => '',
4dbb0995 Moritz Bunkus
'Item not on file!' => '',
c0318621 Niclas Zimmermann
'Item values' => '',
'Item variables' => '',
b31d0c56 Moritz Bunkus
'Jahresverkehrszahlen neu' => '',
4dbb0995 Moritz Bunkus
'Jan' => '',
'January' => '',
b31d0c56 Moritz Bunkus
'Journal' => '',
ede34fe7 Bernd Bleßmann
'Journal of Last 10 Transfers' => '',
4dbb0995 Moritz Bunkus
'Jul' => '',
'July' => '',
b31d0c56 Moritz Bunkus
'Jump to' => '',
4dbb0995 Moritz Bunkus
'Jun' => '',
'June' => '',
b31d0c56 Moritz Bunkus
'KNE-Export erfolgreich!' => '',
'KNr. beim Kunden' => '',
'Keine Suchergebnisse gefunden!' => '',
ede34fe7 Bernd Bleßmann
'Knowledge' => '',
b31d0c56 Moritz Bunkus
'Konten' => '',
'L' => '',
'LIABILITIES' => '',
'LP' => '',
4dbb0995 Moritz Bunkus
'LaTeX Templates' => '',
ede34fe7 Bernd Bleßmann
'Label' => '',
b31d0c56 Moritz Bunkus
'Landscape' => '',
4dbb0995 Moritz Bunkus
'Language' => '',
c0318621 Niclas Zimmermann
'Language (database ID)' => '',
'Language (name)' => '',
b31d0c56 Moritz Bunkus
'Language Values' => '',
'Language deleted!' => '',
'Language missing!' => '',
'Language saved!' => '',
ede34fe7 Bernd Bleßmann
'Language settings' => '',
b31d0c56 Moritz Bunkus
'Languages' => '',
ede34fe7 Bernd Bleßmann
'Languages and translations' => '',
b31d0c56 Moritz Bunkus
'Last Article Number' => '',
ede34fe7 Bernd Bleßmann
'Last Assembly Number' => '',
4dbb0995 Moritz Bunkus
'Last Cost' => '',
b31d0c56 Moritz Bunkus
'Last Credit Note Number' => '',
'Last Customer Number' => '',
4dbb0995 Moritz Bunkus
'Last Invoice Number' => '',
b31d0c56 Moritz Bunkus
'Last Purchase Delivery Order Number' => '',
4dbb0995 Moritz Bunkus
'Last Purchase Order Number' => '',
b31d0c56 Moritz Bunkus
'Last RFQ Number' => '',
'Last Sales Delivery Order Number' => '',
4dbb0995 Moritz Bunkus
'Last Sales Order Number' => '',
b31d0c56 Moritz Bunkus
'Last Sales Quotation Number' => '',
'Last Service Number' => '',
'Last Transaction' => '',
'Last Vendor Number' => '',
ede34fe7 Bernd Bleßmann
'Last command output' => '',
'Last run at' => '',
'Lastcost' => '',
'Lastcost (with X being a number)' => '',
b31d0c56 Moritz Bunkus
'Lead' => '',
ede34fe7 Bernd Bleßmann
'Leads' => '',
b31d0c56 Moritz Bunkus
'Left' => '',
4dbb0995 Moritz Bunkus
'Liability' => '',
b31d0c56 Moritz Bunkus
'Limit part selection' => '',
4dbb0995 Moritz Bunkus
'Line Total' => '',
c0318621 Niclas Zimmermann
'Line and column' => '',
b31d0c56 Moritz Bunkus
'Line endings' => '',
ede34fe7 Bernd Bleßmann
'Link direction' => '',
'Link to' => '',
'Linked Records' => '',
4dbb0995 Moritz Bunkus
'List Accounts' => '',
b31d0c56 Moritz Bunkus
'List Languages' => '',
4dbb0995 Moritz Bunkus
'List Price' => '',
ede34fe7 Bernd Bleßmann
'List Printers' => '',
4dbb0995 Moritz Bunkus
'List Transactions' => '',
ede34fe7 Bernd Bleßmann
'List Users, Clients and User Groups' => '',
'List current background jobs' => '',
b31d0c56 Moritz Bunkus
'List export' => '',
2dbb0236 Sven Schöling
'List of bank accounts' => '',
54ddc03b Sven Donath
'List of bank collections' => '',
2dbb0236 Sven Schöling
'List of bank transfers' => '',
b31d0c56 Moritz Bunkus
'List of custom variables' => '',
2dbb0236 Sven Schöling
'List open SEPA exports' => '',
b31d0c56 Moritz Bunkus
'Load draft' => '',
c0318621 Niclas Zimmermann
'Load profile' => '',
ede34fe7 Bernd Bleßmann
'Loading...' => '',
b31d0c56 Moritz Bunkus
'Local Tax Office Preferences' => '',
'Lock System' => '',
ede34fe7 Bernd Bleßmann
'Lock and unlock installation' => '',
'Lock file handling failed. Please verify that the directory "#1" is writeable by the webserver.' => '',
b31d0c56 Moritz Bunkus
'Lockfile created!' => '',
'Lockfile removed!' => '',
4dbb0995 Moritz Bunkus
'Login' => '',
b31d0c56 Moritz Bunkus
'Login Name' => '',
c0318621 Niclas Zimmermann
'Login of User' => '',
4dbb0995 Moritz Bunkus
'Logout' => '',
1de53cbf Sven Donath
'Logout now' => '',
b31d0c56 Moritz Bunkus
'Long Dates' => '',
'Long Description' => '',
'MAILED' => '',
ede34fe7 Bernd Bleßmann
'MD' => '',
8773b625 Ronny Kumke
'Machine' => '',
b31d0c56 Moritz Bunkus
'Main Preferences' => '',
54ddc03b Sven Donath
'Main sorting' => '',
4dbb0995 Moritz Bunkus
'Make' => '',
ede34fe7 Bernd Bleßmann
'Make (vendor\'s database ID, number or name; with X being a number)' => '',
c0318621 Niclas Zimmermann
'Make compatible for import' => '',
'Make default profile' => '',
4b937d1a Sven Donath
'Manage Custom Variables' => '',
b31d0c56 Moritz Bunkus
'Mandantennummer' => '',
373dd6d4 Sven Schöling
'Mandatory Departments' => '',
ede34fe7 Bernd Bleßmann
'Map' => '',
4dbb0995 Moritz Bunkus
'Mar' => '',
'March' => '',
54ddc03b Sven Donath
'Margepercent' => '',
'Margetotal' => '',
b31d0c56 Moritz Bunkus
'Margins' => '',
2dbb0236 Sven Schöling
'Mark as closed' => '',
b31d0c56 Moritz Bunkus
'Mark as paid?' => '',
c0318621 Niclas Zimmermann
'Mark as shop article if column missing' => '',
b31d0c56 Moritz Bunkus
'Mark closed' => '',
'Marked as paid' => '',
'Marked entries printed!' => '',
'Master Data' => '',
ede34fe7 Bernd Bleßmann
'Master Data Bin Text Deleted' => '',
b31d0c56 Moritz Bunkus
'Max. Dunning Level' => '',
ede34fe7 Bernd Bleßmann
'Maximal amount difference' => '',
'Maximum future booking interval' => '',
4dbb0995 Moritz Bunkus
'May' => '',
'May ' => '',
b31d0c56 Moritz Bunkus
'May set the BCC field when sending emails' => '',
c0318621 Niclas Zimmermann
'Meaning' => '',
b31d0c56 Moritz Bunkus
'Medium Number' => '',
'Memo' => '',
1de53cbf Sven Donath
'Menu' => '',
4dbb0995 Moritz Bunkus
'Message' => '',
b31d0c56 Moritz Bunkus
'Method' => '',
4dbb0995 Moritz Bunkus
'Microfiche' => '',
b31d0c56 Moritz Bunkus
'Minimum Amount' => '',
'Miscellaneous' => '',
'Missing \'description\' field.' => '',
'Missing \'tag\' field.' => '',
'Missing Method!' => '',
'Missing Tax Authoritys Preferences' => '',
'Missing amount' => '',
'Missing parameter #1 in call to sub #2.' => '',
'Missing parameter (at least one of #1) in call to sub #2.' => '',
ede34fe7 Bernd Bleßmann
'Missing parameter for WebDAV file copy' => '',
373dd6d4 Sven Schöling
'Missing taxkeys in invoices with taxes.' => '',
b31d0c56 Moritz Bunkus
'Mitarbeiter' => '',
c0318621 Niclas Zimmermann
'Mixed (requires column "type")' => '',
'Mobile' => '',
b31d0c56 Moritz Bunkus
'Mobile1' => '',
'Mobile2' => '',
4dbb0995 Moritz Bunkus
'Model' => '',
c0318621 Niclas Zimmermann
'Model (with X being a number)' => '',
b31d0c56 Moritz Bunkus
'Module' => '',
'Module home page' => '',
'Module name' => '',
'Monat' => '',
c0318621 Niclas Zimmermann
'Month' => '',
b31d0c56 Moritz Bunkus
'Monthly' => '',
373dd6d4 Sven Schöling
'More than one #1 found matching, please be more specific.' => '',
b31d0c56 Moritz Bunkus
'More than one control file with the tag \'%s\' exist.' => '',
2dbb0236 Sven Schöling
'Multi mode not supported.' => '',
b31d0c56 Moritz Bunkus
'MwSt. inkl.' => '',
4dbb0995 Moritz Bunkus
'Name' => '',
ede34fe7 Bernd Bleßmann
'Name and Street' => '',
4dbb0995 Moritz Bunkus
'Name missing!' => '',
b31d0c56 Moritz Bunkus
'National Expenses' => '',
'National Revenues' => '',
c0318621 Niclas Zimmermann
'Net amount' => '',
ede34fe7 Bernd Bleßmann
'Net amount (for verification)' => '',
b31d0c56 Moritz Bunkus
'Netto Terms' => '',
ede34fe7 Bernd Bleßmann
'New Password' => '',
b31d0c56 Moritz Bunkus
'New assembly' => '',
2dbb0236 Sven Schöling
'New bank account' => '',
ede34fe7 Bernd Bleßmann
'New client #1: The database configuration fields "host", "port", "name" and "user" must not be empty.' => '',
'New client #1: The name must be unique and not empty.' => '',
b31d0c56 Moritz Bunkus
'New contact' => '',
'New customer' => '',
ede34fe7 Bernd Bleßmann
'New filter for tax accounts' => '',
b31d0c56 Moritz Bunkus
'New invoice' => '',
ede34fe7 Bernd Bleßmann
'New name' => '',
b31d0c56 Moritz Bunkus
'New part' => '',
'New sales order' => '',
'New service' => '',
c0318621 Niclas Zimmermann
'New shipto' => '',
b31d0c56 Moritz Bunkus
'New vendor' => '',
ede34fe7 Bernd Bleßmann
'New window/tab' => '',
b31d0c56 Moritz Bunkus
'Next Dunning Level' => '',
ede34fe7 Bernd Bleßmann
'Next run at' => '',
4dbb0995 Moritz Bunkus
'No' => '',
b31d0c56 Moritz Bunkus
'No %s was found matching the search parameters.' => '',
'No Company Address given' => '',
'No Company Name given' => '',
'No Customer was found matching the search parameters.' => '',
'No Vendor was found matching the search parameters.' => '',
'No action defined.' => '',
ede34fe7 Bernd Bleßmann
'No background job has been created yet.' => '',
54ddc03b Sven Donath
'No bank information has been entered in this customer\'s master data entry. You cannot create bank collections unless you enter bank information.' => '',
2dbb0236 Sven Schöling
'No bank information has been entered in this vendor\'s master data entry. You cannot create bank transfers unless you enter bank information.' => '',
b31d0c56 Moritz Bunkus
'No bins have been added to this warehouse yet.' => '',
c0318621 Niclas Zimmermann
'No business has been created yet.' => '',
ede34fe7 Bernd Bleßmann
'No clients have been created yet.' => '',
c0318621 Niclas Zimmermann
'No contact selected to delete' => '',
b31d0c56 Moritz Bunkus
'No customer has been selected yet.' => '',
'No data was found.' => '',
ede34fe7 Bernd Bleßmann
'No default currency' => '',
03d3d025 Bernd Bleßmann
'No delivery term has been created yet.' => '',
c0318621 Niclas Zimmermann
'No department has been created yet.' => '',
b31d0c56 Moritz Bunkus
'No dunnings have been selected for printing.' => '',
c0318621 Niclas Zimmermann
'No file has been uploaded yet.' => '',
ede34fe7 Bernd Bleßmann
'No groups have been created yet.' => '',
'No or an unknown authenticantion module specified in "config/kivitendo.conf".' => '',
b31d0c56 Moritz Bunkus
'No part was found matching the search parameters.' => '',
c0318621 Niclas Zimmermann
'No payment term has been created yet.' => '',
b31d0c56 Moritz Bunkus
'No prices will be updated because no prices have been entered.' => '',
ede34fe7 Bernd Bleßmann
'No print templates have been created for this client yet. Please do so in the client configuration.' => '',
'No printers have been created yet.' => '',
b31d0c56 Moritz Bunkus
'No problems were recognized.' => '',
ede34fe7 Bernd Bleßmann
'No report with id #1' => '',
c0318621 Niclas Zimmermann
'No shipto selected to delete' => '',
ede34fe7 Bernd Bleßmann
'No summary account' => '',
a4eade3e Sven Donath
'No transaction selected!' => '',
ede34fe7 Bernd Bleßmann
'No transactions yet.' => '',
2dbb0236 Sven Schöling
'No transfers were executed in this export.' => '',
ede34fe7 Bernd Bleßmann
'No users have been created yet.' => '',
b31d0c56 Moritz Bunkus
'No valid number entered for pricegroup "#1".' => '',
'No vendor has been selected yet.' => '',
'No warehouse has been created yet or the quantity of the bins is not configured yet.' => '',
4dbb0995 Moritz Bunkus
'No.' => '',
b31d0c56 Moritz Bunkus
'None' => '',
ede34fe7 Bernd Bleßmann
'Normal users cannot log in.' => '',
b31d0c56 Moritz Bunkus
'Not Discountable' => '',
'Not delivered' => '',
'Not done yet' => '',
'Not obsolete' => '',
'Note' => '',
6c6fffef Sven Donath
'Note: Taxkeys must have a "valid from" date, and will not behave correctly without.' => '',
4dbb0995 Moritz Bunkus
'Notes' => '',
c0318621 Niclas Zimmermann
'Notes (translation for #1)' => '',
4b937d1a Sven Donath
'Notes (will appear on hard copy)' => '',
ede34fe7 Bernd Bleßmann
'Notes for customer' => '',
'Notes for vendor' => '',
b31d0c56 Moritz Bunkus
'Nothing has been selected for removal.' => '',
'Nothing has been selected for transfer.' => '',
4dbb0995 Moritz Bunkus
'Nothing selected!' => '',
ede34fe7 Bernd Bleßmann
'Nothing stocked yet.' => '',
'Nothing will be created or deleted at this stage!' => '',
4dbb0995 Moritz Bunkus
'Nov' => '',
'November' => '',
'Number' => '',
'Number Format' => '',
'Number missing in Row' => '',
b31d0c56 Moritz Bunkus
'Number of bins' => '',
0cb6e3af Bernd Bleßmann
'Number of columns of custom variables in form details (second row)' => '',
b31d0c56 Moritz Bunkus
'Number of copies' => '',
7eff31cf Bernd Bleßmann
'Number of entries changed: #1' => '',
b31d0c56 Moritz Bunkus
'Number of new bins' => '',
'Number pages' => '',
'Number variables: \'PRECISION=n\' forces numbers to be shown with exactly n decimal places.' => '',
'OB Transaction' => '',
c0318621 Niclas Zimmermann
'Objects have been imported.' => '',
4dbb0995 Moritz Bunkus
'Obsolete' => '',
'Oct' => '',
'October' => '',
b31d0c56 Moritz Bunkus
'Off' => '',
'Old (on the side)' => '',
c0318621 Niclas Zimmermann
'Old configuration files' => '',
b31d0c56 Moritz Bunkus
'On' => '',
4dbb0995 Moritz Bunkus
'On Hand' => '',
'On Order' => '',
1adadc30 Bernd Bleßmann
'One of the columns "qty" or "target_qty" must be given. If "target_qty" is given, the quantity to transfer for each transfer will be calculate, so that the quantity for this part, warehouse and bin will result in the given "target_qty" after each transfer.' => '',
b31d0c56 Moritz Bunkus
'One or more Perl modules missing' => '',
c0318621 Niclas Zimmermann
'Only Warnings and Errors' => '',
b31d0c56 Moritz Bunkus
'Only due follow-ups' => '',
ede34fe7 Bernd Bleßmann
'Only groups that have been configured for the client the user logs in to will be considered.' => '',
c0318621 Niclas Zimmermann
'Only shown in item mode' => '',
ede34fe7 Bernd Bleßmann
'Oops. No valid action found to dispatch. Please report this case to the kivitendo team.' => '',
4dbb0995 Moritz Bunkus
'Open' => '',
7eff31cf Bernd Bleßmann
'Open Amount' => '',
ede34fe7 Bernd Bleßmann
'Open a further kivitendo window or tab' => '',
2dbb0236 Sven Schöling
'Open amount' => '',
4b937d1a Sven Donath
'Open in new window' => '',
'Open this Website' => '',
b31d0c56 Moritz Bunkus
'OpenDocument/OASIS' => '',
'Openings' => '',
8773b625 Ronny Kumke
'Opportunity' => '',
ede34fe7 Bernd Bleßmann
'Optional comment' => '',
b31d0c56 Moritz Bunkus
'Options' => '',
c0318621 Niclas Zimmermann
'Or download the whole Installation Documentation as PDF (350kB) for off-line study (currently in German Language): ' => '',
4dbb0995 Moritz Bunkus
'Order' => '',
'Order Date' => '',
'Order Date missing!' => '',
'Order Number' => '',
'Order Number missing!' => '',
'Order deleted!' => '',
c6043e02 Bernd Bleßmann
'Order/Item row name' => '',
ede34fe7 Bernd Bleßmann
'OrderItem' => '',
4dbb0995 Moritz Bunkus
'Ordered' => '',
ede34fe7 Bernd Bleßmann
'Orders' => '',
d8b2ca90 Bernd Bleßmann
'Orders / Delivery Orders deleteable' => '',
b31d0c56 Moritz Bunkus
'Orientation' => '',
4dbb0995 Moritz Bunkus
'Orphaned' => '',
ede34fe7 Bernd Bleßmann
'Orphaned currencies' => '',
'Other' => '',
b31d0c56 Moritz Bunkus
'Other users\' follow-ups' => '',
'Other values are ignored.' => '',
'Others' => '',
'Otherwise the variable is only available for printing.' => '',
ede34fe7 Bernd Bleßmann
'Otherwise you can simply check create warehouse and bins and define a name for the warehouse (Bins will be created automatically) and then continue' => '',
b31d0c56 Moritz Bunkus
'Out of balance transaction!' => '',
4dbb0995 Moritz Bunkus
'Out of balance!' => '',
b31d0c56 Moritz Bunkus
'Output Number Format' => '',
'Outputformat' => '',
'Overdue sales quotations and requests for quotations' => '',
94944f08 Bernd Bleßmann
'Override invoice language' => '',
b31d0c56 Moritz Bunkus
'PAYMENT POSTED' => '',
4dbb0995 Moritz Bunkus
'PDF' => '',
b31d0c56 Moritz Bunkus
'PDF (OpenDocument/OASIS)' => '',
'PDF export -- options' => '',
'POSTED' => '',
'POSTED AS NEW' => '',
'PRINTED' => '',
ede34fe7 Bernd Bleßmann
'Package name' => '',
b31d0c56 Moritz Bunkus
'Packing Lists' => '',
c0318621 Niclas Zimmermann
'Page' => '',
b31d0c56 Moritz Bunkus
'Page #1/#2' => '',
4dbb0995 Moritz Bunkus
'Paid' => '',
'Part' => '',
ede34fe7 Bernd Bleßmann
'Part (database ID)' => '',
b31d0c56 Moritz Bunkus
'Part Description' => '',
'Part Description missing!' => '',
4b937d1a Sven Donath
'Part Notes' => '',
b31d0c56 Moritz Bunkus
'Part Number' => '',
4dbb0995 Moritz Bunkus
'Part Number missing!' => '',
39c2e07d Bernd Bleßmann
'Part \"#1\" has chargenumber or best before date set. So it cannot be transfered automaticaly.' => '',
ede34fe7 Bernd Bleßmann
'Part picker' => '',
'Partnumber' => '',
b31d0c56 Moritz Bunkus
'Partnumber must not be set to empty!' => '',
'Partnumber not unique!' => '',
4dbb0995 Moritz Bunkus
'Parts' => '',
'Parts Inventory' => '',
ede34fe7 Bernd Bleßmann
'Parts Master Data' => '',
b31d0c56 Moritz Bunkus
'Parts must have an entry type.' => '',
c0318621 Niclas Zimmermann
'Parts with existing part numbers' => '',
b31d0c56 Moritz Bunkus
'Parts, services and assemblies' => '',
c0318621 Niclas Zimmermann
'Partsgroup (database ID)' => '',
'Partsgroup (name)' => '',
36703a86 Bernd Bleßmann
'Partsgroups where variables are shown' => '',
4dbb0995 Moritz Bunkus
'Password' => '',
'Payables' => '',
'Payment' => '',
03d3d025 Bernd Bleßmann
'Payment / Delivery Options' => '',
b31d0c56 Moritz Bunkus
'Payment Reminder' => '',
'Payment Terms' => '',
'Payment Terms missing in row ' => '',
4dbb0995 Moritz Bunkus
'Payment date missing!' => '',
c0318621 Niclas Zimmermann
'Payment description' => '',
'Payment description detail' => '',
2dbb0236 Sven Schöling
'Payment list as PDF' => '',
4dbb0995 Moritz Bunkus
'Payment posted!' => '',
c0318621 Niclas Zimmermann
'Payment terms' => '',
'Payment terms (database ID)' => '',
'Payment terms (name)' => '',
4dbb0995 Moritz Bunkus
'Payments' => '',
97954312 Bernd Bleßmann
'Payments Changeable' => '',
ad7247ec Sven Donath
'Per. Inv.' => '',
3424bf80 Bernd Bleßmann
'Perform check when a gl transaction is posted?' => '',
'Perform check when a purchase invoice or a payment for a purchase invoice is posted?' => '',
'Perform check when a sales invoice or a payment for a sales invoice is posted?' => '',
'Perform check when an ap transaction is posted?' => '',
'Perform check when an ar transaction is posted?' => '',
b31d0c56 Moritz Bunkus
'Period' => '',
'Period:' => '',
ad7247ec Sven Donath
'Periodic Invoices' => '',
ede34fe7 Bernd Bleßmann
'Periodic inventory' => '',
ad7247ec Sven Donath
'Periodic invoices active' => '',
'Periodic invoices inactive' => '',
'Periodicity' => '',
ede34fe7 Bernd Bleßmann
'Perpetual inventory' => '',
'Person' => '',
b31d0c56 Moritz Bunkus
'Personal settings' => '',
4dbb0995 Moritz Bunkus
'Phone' => '',
b31d0c56 Moritz Bunkus
'Phone1' => '',
'Phone2' => '',
'Pick List' => '',
ede34fe7 Bernd Bleßmann
'Pictures for parts' => '',
'Pictures for search parts' => '',
54ddc03b Sven Donath
'Please Check the bank information for each customer:' => '',
2dbb0236 Sven Schöling
'Please Check the bank information for each vendor:' => '',
b31d0c56 Moritz Bunkus
'Please ask your administrator to create warehouses and bins.' => '',
ede34fe7 Bernd Bleßmann
'Please change the partnumber of the following parts and run the update again:' => '',
'Please choose for which categories the taxes should be displayed (otherwise remove the ticks):' => '',
'Please contact your administrator or a service provider.' => '',
c0318621 Niclas Zimmermann
'Please contact your administrator.' => '',
ede34fe7 Bernd Bleßmann
'Please correct the settings and try again or deactivate that client.' => '',
'Please define a taxkey for the following taxes and run the update again:' => '',
'Please do so in the administration area.' => '',
c0318621 Niclas Zimmermann
'Please enter a profile name.' => '',
ede34fe7 Bernd Bleßmann
'Please enter the currency you are working with.' => '',
'Please enter the name for the new client.' => '',
'Please enter the name for the new group.' => '',
b31d0c56 Moritz Bunkus
'Please enter the name of the database that will be used as the template for the new database:' => '',
6c6fffef Sven Donath
'Please enter the sales tax identification number.' => '',
ede34fe7 Bernd Bleßmann
'Please enter the taxnumber in the client configuration.' => '',
b31d0c56 Moritz Bunkus
'Please enter values' => '',
'Please insert object dimensions below.' => '',
'Please insert your language values below' => '',
'Please insert your longdescription below' => '',
'Please install the below listed modules or ask your system administrator to.' => '',
c0318621 Niclas Zimmermann
'Please log in to the administration panel.' => '',
b31d0c56 Moritz Bunkus
'Please re-run the analysis for broken general ledger entries by clicking this button:' => '',
7eff31cf Bernd Bleßmann
'Please read the file' => '',
b31d0c56 Moritz Bunkus
'Please select a customer from the list below.' => '',
'Please select a part from the list below.' => '',
'Please select a vendor from the list below.' => '',
ede34fe7 Bernd Bleßmann
'Please select the dataset you want to delete:' => '',
54ddc03b Sven Donath
'Please select the destination bank account for the collections:' => '',
2dbb0236 Sven Schöling
'Please select the source bank account for the transfers:' => '',
ede34fe7 Bernd Bleßmann
'Please select which client configurations you want to create.' => '',
'Please set another taxnumber for the following taxes and run the update again:' => '',
b31d0c56 Moritz Bunkus
'Please specify a description for the warehouse designated for these goods.' => '',
'Plural' => '',
4dbb0995 Moritz Bunkus
'Port' => '',
b31d0c56 Moritz Bunkus
'Portrait' => '',
4dbb0995 Moritz Bunkus
'Post' => '',
b31d0c56 Moritz Bunkus
'Post Payment' => '',
2dbb0236 Sven Schöling
'Post payments' => '',
97954312 Bernd Bleßmann
'Posting Configuration' => '',
4dbb0995 Moritz Bunkus
'Postscript' => '',
b31d0c56 Moritz Bunkus
'Posustva_coa' => '',
4dbb0995 Moritz Bunkus
'Preferences' => '',
'Preferences saved!' => '',
b31d0c56 Moritz Bunkus
'Prefix for the new bins\' names' => '',
'Preis' => '',
'Preisklasse' => '',
54ddc03b Sven Donath
'Prepare bank collection via SEPA XML' => '',
2dbb0236 Sven Schöling
'Prepare bank transfer via SEPA XML' => '',
b31d0c56 Moritz Bunkus
'Prepayment' => '',
'Preview' => '',
c0318621 Niclas Zimmermann
'Preview Mode' => '',
b31d0c56 Moritz Bunkus
'Previous transdate text' => '',
'Previous transnumber text' => '',
4dbb0995 Moritz Bunkus
'Price' => '',
b31d0c56 Moritz Bunkus
'Price Factor' => '',
'Price Factors' => '',
c0318621 Niclas Zimmermann
'Price factor (database ID)' => '',
'Price factor (name)' => '',
b31d0c56 Moritz Bunkus
'Price factor deleted!' => '',
'Price factor saved!' => '',
ede34fe7 Bernd Bleßmann
'Price group (database ID)' => '',
'Price group (name)' => '',
c0318621 Niclas Zimmermann
'Price information' => '',
b31d0c56 Moritz Bunkus
'Pricegroup' => '',
'Pricegroup deleted!' => '',
'Pricegroup missing!' => '',
'Pricegroup saved!' => '',
'Pricegroups' => '',
4dbb0995 Moritz Bunkus
'Print' => '',
b31d0c56 Moritz Bunkus
'Print and Post' => '',
ad7247ec Sven Donath
'Print automatically' => '',
b31d0c56 Moritz Bunkus
'Print dunnings' => '',
'Print list' => '',
'Print options' => '',
ede34fe7 Bernd Bleßmann
'Print templates' => '',
'Print templates to use' => '',
4dbb0995 Moritz Bunkus
'Printer' => '',
b31d0c56 Moritz Bunkus
'Printer Command' => '',
ede34fe7 Bernd Bleßmann
'Printer Description' => '',
bf280df0 Sven Donath
'Printer Management' => '',
ede34fe7 Bernd Bleßmann
'Printer management' => '',
b31d0c56 Moritz Bunkus
'Printing ... ' => '',
'Private E-mail' => '',
'Private Phone' => '',
'Problem' => '',
'Produce Assembly' => '',
'Productivity' => '',
43f9b1c5 Geoffrey Richardson
'Profit determination' => '',
b31d0c56 Moritz Bunkus
'Proforma Invoice' => '',
dea746a3 Sven Donath
'Program' => '',
4dbb0995 Moritz Bunkus
'Project' => '',
ede34fe7 Bernd Bleßmann
'Project (database ID)' => '',
'Project (description)' => '',
'Project (number)' => '',
c0318621 Niclas Zimmermann
'Project Description' => '',
4dbb0995 Moritz Bunkus
'Project Number' => '',
b31d0c56 Moritz Bunkus
'Project Numbers' => '',
'Project Transactions' => '',
4dbb0995 Moritz Bunkus
'Projects' => '',
b31d0c56 Moritz Bunkus
'Projecttransactions' => '',
'Prozentual/Absolut' => '',
ede34fe7 Bernd Bleßmann
'Purchase Delivery Orders' => '',
d8b2ca90 Bernd Bleßmann
'Purchase Delivery Orders deleteable' => '',
b31d0c56 Moritz Bunkus
'Purchase Invoice' => '',
ede34fe7 Bernd Bleßmann
'Purchase Invoices' => '',
4dbb0995 Moritz Bunkus
'Purchase Order' => '',
'Purchase Orders' => '',
d8b2ca90 Bernd Bleßmann
'Purchase Orders deleteable' => '',
b31d0c56 Moritz Bunkus
'Purchase Price' => '',
'Purchase Prices' => '',
'Purchase delivery order' => '',
'Purchase invoices' => '',
4ac2976f Bernd Bleßmann
'Purchase invoices changeable' => '',
54ddc03b Sven Donath
'Purchase net amount' => '',
'Purchase price' => '',
'Purchase price total' => '',
2dbb0236 Sven Schöling
'Purpose' => '',
4dbb0995 Moritz Bunkus
'Qty' => '',
b31d0c56 Moritz Bunkus
'Qty according to delivery order' => '',
c0318621 Niclas Zimmermann
'Qty in Selected Records' => '',
b31d0c56 Moritz Bunkus
'Qty in stock' => '',
'Quantity' => '',
'Quantity missing.' => '',
'Quartal' => '',
'Quarter' => '',
'Quarterly' => '',
'Queue' => '',
'Quotation' => '',
'Quotation Date' => '',
'Quotation Date missing!' => '',
'Quotation Number' => '',
'Quotation Number missing!' => '',
'Quotation deleted!' => '',
'Quotations' => '',
c0318621 Niclas Zimmermann
'Quote character' => '',
b31d0c56 Moritz Bunkus
'Quote chararacter' => '',
'Quoted' => '',
c0318621 Niclas Zimmermann
'Quotes' => '',
b31d0c56 Moritz Bunkus
'RFQ' => '',
54ddc03b Sven Donath
'RFQ Date' => '',
b31d0c56 Moritz Bunkus
'RFQ Number' => '',
'RFQs' => '',
4dbb0995 Moritz Bunkus
'ROP' => '',
b31d0c56 Moritz Bunkus
'Ranges of numbers' => '',
'Re-run analysis' => '',
4dbb0995 Moritz Bunkus
'Receipt' => '',
b31d0c56 Moritz Bunkus
'Receipt posted!' => '',
'Receipt, payment, reconciliation' => '',
4dbb0995 Moritz Bunkus
'Receipts' => '',
'Receivables' => '',
b31d0c56 Moritz Bunkus
'Rechnungsnummer' => '',
4dbb0995 Moritz Bunkus
'Reconciliation' => '',
4b937d1a Sven Donath
'Record Vendor Invoice' => '',
4dbb0995 Moritz Bunkus
'Record in' => '',
b31d0c56 Moritz Bunkus
'Recorded Tax' => '',
'Recorded taxkey' => '',
4dbb0995 Moritz Bunkus
'Reference' => '',
c0318621 Niclas Zimmermann
'Reference / Invoice Number' => '',
ede34fe7 Bernd Bleßmann
'Reference day' => '',
4dbb0995 Moritz Bunkus
'Reference missing!' => '',
b31d0c56 Moritz Bunkus
'Release From Stock' => '',
4dbb0995 Moritz Bunkus
'Remaining' => '',
54ddc03b Sven Donath
'Remittance information prefix' => '',
b31d0c56 Moritz Bunkus
'Removal' => '',
'Removal from Warehouse' => '',
'Removal from warehouse' => '',
'Removal qty' => '',
'Remove' => '',
'Remove Draft' => '',
'Remove draft when posting' => '',
'Removed spoolfiles!' => '',
'Removing marked entries from queue ...' => '',
ede34fe7 Bernd Bleßmann
'Replace the orphaned currencies by other not orphaned currencies. To do so, please delete the currency in the textfields above and replace it by another currency. You could loose or change unintentionally exchangerates. Go on very carefully since you could destroy transactions.' => '',
b31d0c56 Moritz Bunkus
'Report Positions' => '',
1de53cbf Sven Donath
'Report about warehouse contents' => '',
'Report about warehouse transactions' => '',
b31d0c56 Moritz Bunkus
'Report and misc. Preferences' => '',
4dbb0995 Moritz Bunkus
'Report for' => '',
'Reports' => '',
7eff31cf Bernd Bleßmann
'Representative' => '',
ede34fe7 Bernd Bleßmann
'Representative for Customer' => '',
b31d0c56 Moritz Bunkus
'Reqdate' => '',
ede34fe7 Bernd Bleßmann
'Request Quotations' => '',
b31d0c56 Moritz Bunkus
'Request for Quotation' => '',
ede34fe7 Bernd Bleßmann
'Request for Quotation Number' => '',
b31d0c56 Moritz Bunkus
'Request for Quotations' => '',
'Request quotation' => '',
2dbb0236 Sven Schöling
'Requested execution date' => '',
'Requested execution date from' => '',
'Requested execution date to' => '',
4dbb0995 Moritz Bunkus
'Required by' => '',
c0318621 Niclas Zimmermann
'Reset' => '',
ede34fe7 Bernd Bleßmann
'Result' => '',
b31d0c56 Moritz Bunkus
'Revenue' => '',
'Revenue Account' => '',
'Revenues EU with UStId' => '',
'Revenues EU without UStId' => '',
54ddc03b Sven Donath
'Review of Aging list' => '',
b31d0c56 Moritz Bunkus
'Right' => '',
ede34fe7 Bernd Bleßmann
'Row #1: amount has to be different from zero.' => '',
'Row number' => '',
'Row was created from current record' => '',
'Row was source for current record' => '',
'Run at' => '',
b31d0c56 Moritz Bunkus
'SAVED' => '',
'SAVED FOR DUNNING' => '',
'SCREENED' => '',
2dbb0236 Sven Schöling
'SEPA XML download' => '',
54ddc03b Sven Donath
'SEPA creditor ID' => '',
2dbb0236 Sven Schöling
'SEPA exports:' => '',
54ddc03b Sven Donath
'SEPA strings' => '',
b31d0c56 Moritz Bunkus
'Saldo Credit' => '',
'Saldo Debit' => '',
'Saldo neu' => '',
'Saldo per' => '',
'Sale Prices' => '',
ede34fe7 Bernd Bleßmann
'Sales Delivery Orders' => '',
d8b2ca90 Bernd Bleßmann
'Sales Delivery Orders deleteable' => '',
4dbb0995 Moritz Bunkus
'Sales Invoice' => '',
b31d0c56 Moritz Bunkus
'Sales Invoices' => '',
4dbb0995 Moritz Bunkus
'Sales Order' => '',
'Sales Orders' => '',
d8b2ca90 Bernd Bleßmann
'Sales Orders deleteable' => '',
c0318621 Niclas Zimmermann
'Sales Price information' => '',
ede34fe7 Bernd Bleßmann
'Sales Quotations' => '',
54ddc03b Sven Donath
'Sales Report' => '',
b31d0c56 Moritz Bunkus
'Sales and purchase invoices with inventory transactions with taxkeys' => '',
'Sales delivery order' => '',
'Sales invoice number' => '',
'Sales invoices' => '',
4ac2976f Bernd Bleßmann
'Sales invoices changeable' => '',
54ddc03b Sven Donath
'Sales margin' => '',
'Sales margin %' => '',
'Sales net amount' => '',
'Sales price' => '',
'Sales price total' => '',
b31d0c56 Moritz Bunkus
'Sales quotation' => '',
'Salesman' => '',
ede34fe7 Bernd Bleßmann
'Salesman (database ID)' => '',
4dbb0995 Moritz Bunkus
'Salesperson' => '',
b31d0c56 Moritz Bunkus
'Same as the quote character' => '',
'Sat. Fax' => '',
'Sat. Phone' => '',
'Satz %' => '',
4dbb0995 Moritz Bunkus
'Save' => '',
2dbb0236 Sven Schöling
'Save Draft' => '',
b31d0c56 Moritz Bunkus
'Save and AP Transaction' => '',
'Save and AR Transaction' => '',
'Save and Close' => '',
'Save and Invoice' => '',
'Save and Order' => '',
'Save and Quotation' => '',
'Save and RFQ' => '',
'Save and close' => '',
ede34fe7 Bernd Bleßmann
'Save and execute' => '',
4dbb0995 Moritz Bunkus
'Save as new' => '',
ede34fe7 Bernd Bleßmann
'Save document in WebDAV repository' => '',
b31d0c56 Moritz Bunkus
'Save draft' => '',
c0318621 Niclas Zimmermann
'Save profile' => '',
'Save settings as' => '',
b31d0c56 Moritz Bunkus
'Saving the file \'%s\' failed. OS error message: %s' => '',
4dbb0995 Moritz Bunkus
'Screen' => '',
ede34fe7 Bernd Bleßmann
'Search' => '',
4b937d1a Sven Donath
'Search AP Aging' => '',
'Search AR Aging' => '',
c0318621 Niclas Zimmermann
'Search contacts' => '',
ede34fe7 Bernd Bleßmann
'Search projects' => '',
c0318621 Niclas Zimmermann
'Search term' => '',
b31d0c56 Moritz Bunkus
'Searchable' => '',
c0318621 Niclas Zimmermann
'Secondary sorting' => '',
ede34fe7 Bernd Bleßmann
'Section "#1"' => '',
b31d0c56 Moritz Bunkus
'Select' => '',
'Select a Customer' => '',
'Select a customer' => '',
'Select a part' => '',
'Select a part or assembly' => '',
'Select a period' => '',
'Select a vendor' => '',
4dbb0995 Moritz Bunkus
'Select all' => '',
b31d0c56 Moritz Bunkus
'Select federal state...' => '',
4dbb0995 Moritz Bunkus
'Select from one of the items below' => '',
'Select from one of the names below' => '',
'Select from one of the projects below' => '',
'Select postscript or PDF!' => '',
b31d0c56 Moritz Bunkus
'Select tax office...' => '',
'Select type of removal' => '',
'Select type of transfer' => '',
6c6fffef Sven Donath
'Selected' => '',
b31d0c56 Moritz Bunkus
'Selection' => '',
'Selection fields: The option field must contain the available options for the selection. Options are separated by \'##\', for example \'Early##Normal##Late\'.' => '',
4dbb0995 Moritz Bunkus
'Sell Price' => '',
c0318621 Niclas Zimmermann
'Sellprice' => '',
'Sellprice adjustment' => '',
'Sellprice for price group \'#1\'' => '',
'Sellprice significant places' => '',
'Semicolon' => '',
4dbb0995 Moritz Bunkus
'Sep' => '',
c0318621 Niclas Zimmermann
'Separator' => '',
b31d0c56 Moritz Bunkus
'Separator chararacter' => '',
4dbb0995 Moritz Bunkus
'September' => '',
b31d0c56 Moritz Bunkus
'Serial No.' => '',
'Serial Number' => '',
4dbb0995 Moritz Bunkus
'Service' => '',
8773b625 Ronny Kumke
'Service Contract' => '',
4dbb0995 Moritz Bunkus
'Service Items' => '',
'Service Number missing!' => '',
ede34fe7 Bernd Bleßmann
'Service, assembly or part' => '',
4dbb0995 Moritz Bunkus
'Services' => '',
b31d0c56 Moritz Bunkus
'Set Language Values' => '',
'Set eMail text' => '',
c0318621 Niclas Zimmermann
'Settings' => '',
b31d0c56 Moritz Bunkus
'Setup Menu' => '',
4dbb0995 Moritz Bunkus
'Ship to' => '',
ede34fe7 Bernd Bleßmann
'Ship to (database ID)' => '',
4dbb0995 Moritz Bunkus
'Ship via' => '',
b31d0c56 Moritz Bunkus
'Shipping Address' => '',
'Shipping Point' => '',
1adadc30 Bernd Bleßmann
'Shipping date' => '',
b31d0c56 Moritz Bunkus
'Shipto' => '',
c0318621 Niclas Zimmermann
'Shipto deleted.' => '',
'Shipto is in use and was flagged invalid.' => '',
b31d0c56 Moritz Bunkus
'Shopartikel' => '',
4dbb0995 Moritz Bunkus
'Short' => '',
4ac2976f Bernd Bleßmann
'Should ap transactions be and when should they be changeable or deleteable after posting?' => '',
'Should ar transactions be and when should they be changeable or deleteable after posting?' => '',
'Should gl transactions be and when should they be changeable or deleteable after posting?' => '',
97954312 Bernd Bleßmann
'Should payments be and when should they be changeable after posting?' => '',
4ac2976f Bernd Bleßmann
'Should purchase invoices be and when should they be deleteable after posting?' => '',
'Should sales invoices be and when should they be changeable or deleteable after posting?' => '',
50c2f228 Bernd Bleßmann
'Should the "mark as paid" button showed in ap transactions?' => '',
'Should the "mark as paid" button showed in ar transactions?' => '',
'Should the "mark as paid" button showed in purchase invoices?' => '',
'Should the "mark as paid" button showed on sales invoices?' => '',
b31d0c56 Moritz Bunkus
'Show' => '',
50c2f228 Bernd Bleßmann
'Show "mark as paid" in ap transactions' => '',
'Show "mark as paid" in ar transactions' => '',
'Show "mark as paid" in purchase invoices' => '',
'Show "mark as paid" in sales invoices' => '',
ede34fe7 Bernd Bleßmann
'Show AP transactions as part of AP invoice report' => '',
'Show AR transactions as part of AR invoice report' => '',
4b31e6ba Bernd Bleßmann
'Show Bestbefore' => '',
c0318621 Niclas Zimmermann
'Show Filter' => '',
2dbb0236 Sven Schöling
'Show Salesman' => '',
b31d0c56 Moritz Bunkus
'Show TODO list' => '',
ede34fe7 Bernd Bleßmann
'Show Transfer via default' => '',
'Show administration link' => '',
'Show all parts' => '',
b31d0c56 Moritz Bunkus
'Show by default' => '',
2dbb0236 Sven Schöling
'Show custom variable search inputs' => '',
d8b2ca90 Bernd Bleßmann
'Show delete button in purchase delivery orders?' => '',
'Show delete button in purchase orders?' => '',
'Show delete button in sales delivery orders?' => '',
'Show delete button in sales orders?' => '',
b31d0c56 Moritz Bunkus
'Show details' => '',
ede34fe7 Bernd Bleßmann
'Show details and reports of parts, services, assemblies' => '',
4b31e6ba Bernd Bleßmann
'Show fields used for the best before date?' => '',
b31d0c56 Moritz Bunkus
'Show follow ups...' => '',
c0318621 Niclas Zimmermann
'Show help text' => '',
'Show items from invoices individually' => '',
b31d0c56 Moritz Bunkus
'Show old dunnings' => '',
'Show overdue sales quotations and requests for quotations...' => '',
ede34fe7 Bernd Bleßmann
'Show parts' => '',
'Show settings' => '',
'Show the picture in the part form' => '',
'Show the pictures in the result for search parts' => '',
'Show the weights of articles and the total weight in orders, invoices and delivery notes?' => '',
'Show weights' => '',
b31d0c56 Moritz Bunkus
'Show your TODO list after loggin in' => '',
4dbb0995 Moritz Bunkus
'Signature' => '',
b31d0c56 Moritz Bunkus
'Since bin is not enforced in the parts data, please specify a bin where goods without a specified bin will be put.' => '',
c0318621 Niclas Zimmermann
'Single quotes' => '',
'Single values in item mode, cumulated values in invoice mode' => '',
b31d0c56 Moritz Bunkus
'Skip' => '',
ede34fe7 Bernd Bleßmann
'Skip entry' => '',
'Skipping due to existing entry in database' => '',
b31d0c56 Moritz Bunkus
'Skonto' => '',
'Skonto Terms' => '',
ede34fe7 Bernd Bleßmann
'So far you could use one partnumber for severel parts, for example a service and an article.' => '',
4dbb0995 Moritz Bunkus
'Sold' => '',
b31d0c56 Moritz Bunkus
'Solution' => '',
c0318621 Niclas Zimmermann
'Sort By' => '',
4dbb0995 Moritz Bunkus
'Source' => '',
2dbb0236 Sven Schöling
'Source BIC' => '',
'Source IBAN' => '',
'Source bank account' => '',
b31d0c56 Moritz Bunkus
'Source bin' => '',
c0318621 Niclas Zimmermann
'Space' => '',
ede34fe7 Bernd Bleßmann
'Split entry detected. The values you have entered will result in an entry with more than one position on both debit and credit. Due to known problems involving accounting software kivitendo does not allow these.' => '',
b31d0c56 Moritz Bunkus
'Spoolfile' => '',
'Start Dunning Process' => '',
'Start analysis' => '',
ad7247ec Sven Donath
'Start date' => '',
ede34fe7 Bernd Bleßmann
'Start task server' => '',
b31d0c56 Moritz Bunkus
'Start the correction assistant' => '',
'Startdate_coa' => '',
'Starting Balance' => '',
ede34fe7 Bernd Bleßmann
'Starting the task server failed.' => '',
c0318621 Niclas Zimmermann
'Starting with version 2.6.3 the configuration files in "config" have been consolidated.' => '',
4dbb0995 Moritz Bunkus
'Statement' => '',
'Statement Balance' => '',
'Statement sent to' => '',
'Statements sent to printer!' => '',
ad7247ec Sven Donath
'Status' => '',
2dbb0236 Sven Schöling
'Step 2' => '',
b31d0c56 Moritz Bunkus
'Steuersatz' => '',
4dbb0995 Moritz Bunkus
'Stock' => '',
c0318621 Niclas Zimmermann
'Stock Qty for Date' => '',
ede34fe7 Bernd Bleßmann
'Stock for part #1' => '',
b31d0c56 Moritz Bunkus
'Stock value' => '',
c0318621 Niclas Zimmermann
'Stocked Qty' => '',
ede34fe7 Bernd Bleßmann
'Stop task server' => '',
'Stopping the task server failed. Output:' => '',
b31d0c56 Moritz Bunkus
'Storno' => '',
'Storno (one letter abbreviation)' => '',
'Storno Invoice' => '',
'Street' => '',
ede34fe7 Bernd Bleßmann
'Style the picture with the following CSS code' => '',
4dbb0995 Moritz Bunkus
'Stylesheet' => '',
'Subject' => '',
b31d0c56 Moritz Bunkus
'Subject:' => '',
4dbb0995 Moritz Bunkus
'Subtotal' => '',
c0318621 Niclas Zimmermann
'Subtotal cannot distinguish betweens record types. Only one of the selected record types will be displayed: #1' => '',
b31d0c56 Moritz Bunkus
'Such entries cannot be exported into the DATEV format and have to be fixed as well.' => '',
'Sum Credit' => '',
'Sum Debit' => '',
'Sum for' => '',
'Sum per' => '',
'Summen- und Saldenliste' => '',
'Superuser name' => '',
a11b9390 Sven Donath
'Supplies' => '',
1de53cbf Sven Donath
'Switch Menu on / off' => '',
4dbb0995 Moritz Bunkus
'System' => '',
c0318621 Niclas Zimmermann
'System currently down for maintenance!' => '',
b31d0c56 Moritz Bunkus
'TODO list' => '',
'TODO list options' => '',
'TOP100' => '',
'TOTAL' => '',
c0318621 Niclas Zimmermann
'Tab' => '',
1adadc30 Bernd Bleßmann
'Target Qty' => '',
2dbb0236 Sven Schöling
'Target bank account' => '',
c0318621 Niclas Zimmermann
'Target table' => '',
ede34fe7 Bernd Bleßmann
'Task Server is not running, starting it now. If this does not change, please check your task server config' => '',
'Task server control' => '',
'Task server status' => '',
4dbb0995 Moritz Bunkus
'Tax' => '',
b31d0c56 Moritz Bunkus
'Tax Consultant' => '',
ede34fe7 Bernd Bleßmann
'Tax ID number' => '',
4dbb0995 Moritz Bunkus
'Tax Included' => '',
b31d0c56 Moritz Bunkus
'Tax Number' => '',
'Tax Number / SSN' => '',
'Tax Office' => '',
'Tax Office Preferences' => '',
'Tax Percent is a number between 0 and 100' => '',
'Tax Period' => '',
'Tax Position' => '',
4dbb0995 Moritz Bunkus
'Tax collected' => '',
b31d0c56 Moritz Bunkus
'Tax deleted!' => '',
'Tax number' => '',
4dbb0995 Moritz Bunkus
'Tax paid' => '',
ede34fe7 Bernd Bleßmann
'Tax rate' => '',
b31d0c56 Moritz Bunkus
'Tax saved!' => '',
ede34fe7 Bernd Bleßmann
'Tax zone (database ID)' => '',
'Tax zone (description)' => '',
b31d0c56 Moritz Bunkus
'Tax-O-Matic' => '',
'Tax-o-matic Account' => '',
'Taxaccount_coa' => '',
'Taxation' => '',
'Taxdescription missing!' => '',
'Taxdescription_coa' => '',
'Taxes' => '',
'Taxkey' => '',
'Taxkey missing!' => '',
1672583a Niclas Zimmermann
'Taxkey 0 is reserved for rate 0' => '',
b31d0c56 Moritz Bunkus
'Taxkey_coa' => '',
'Taxkeys and Taxreport Preferences' => '',
'Taxlink_coa' => '',
'Taxnumber' => '',
'Taxrate missing!' => '',
'Tel' => '',
'Tel.' => '',
'Telephone' => '',
'Template' => '',
'Template Code' => '',
'Template Code missing!' => '',
'Template database' => '',
4dbb0995 Moritz Bunkus
'Templates' => '',
b31d0c56 Moritz Bunkus
'Terms missing in row ' => '',
c0318621 Niclas Zimmermann
'Test and preview' => '',
ede34fe7 Bernd Bleßmann
'Test database connectivity' => '',
b31d0c56 Moritz Bunkus
'Text field' => '',
'Text field variables: \'WIDTH=w HEIGHT=h\' sets the width and height of the text field. They default to 30 and 5 respectively.' => '',
'Text variables: \'MAXLENGTH=n\' sets the maximum entry length to \'n\'.' => '',
'Text, text field and number variables: The default value will be used as-is.' => '',
2dbb0236 Sven Schöling
'That export does not exist.' => '',
ede34fe7 Bernd Bleßmann
'That is why kivitendo could not find a default currency.' => '',
'The \'name\' is the field shown to the user during login.' => '',
b31d0c56 Moritz Bunkus
'The \'tag\' field must only consist of alphanumeric characters or the carachters - _ ( )' => '',
'The AP transaction #1 has been deleted.' => '',
'The AR transaction #1 has been deleted.' => '',
ede34fe7 Bernd Bleßmann
'The Bins in Inventory were only a information text field.' => '',
'The Bins in master data were only a information text field.' => '',
b31d0c56 Moritz Bunkus
'The GL transaction #1 has been deleted.' => '',
ede34fe7 Bernd Bleßmann
'The LDAP server "#1:#2" is unreachable. Please check config/kivitendo.conf.' => '',
2dbb0236 Sven Schöling
'The SEPA export has been created.' => '',
54ddc03b Sven Donath
'The SEPA strings have been saved.' => '',
ede34fe7 Bernd Bleßmann
'The WebDAV feature has been used.' => '',
'The access rights a user has within a client instance is still governed by his group membership.' => '',
b31d0c56 Moritz Bunkus
'The access rights have been saved.' => '',
7eff31cf Bernd Bleßmann
'The account 3804 already exists, the update will be skipped.' => '',
'The account 3804 will not be added automatically.' => '',
ede34fe7 Bernd Bleßmann
'The action you\'ve chosen has not been executed because the document does not contain any item yet.' => '',
'The administration area is always accessible.' => '',
c0318621 Niclas Zimmermann
'The application "#1" was not found on the system.' => '',
b31d0c56 Moritz Bunkus
'The assembly has been created.' => '',
'The assistant could not find anything wrong with #1. Maybe the problem has been solved in the meantime.' => '',
'The authentication database is not reachable at the moment. Either it hasn\'t been set up yet or the database server might be down. Please contact your administrator.' => '',
'The available options depend on the varibale type:' => '',
ede34fe7 Bernd Bleßmann
'The background job could not be destroyed.' => '',
'The background job has been created.' => '',
'The background job has been deleted.' => '',
'The background job has been saved.' => '',
'The background job was executed successfully.' => '',
2dbb0236 Sven Schöling
'The bank information must not be empty.' => '',
b31d0c56 Moritz Bunkus
'The base unit does not exist or it is about to be deleted in row %d.' => '',
'The base unit does not exist.' => '',
'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.' => '',
ede34fe7 Bernd Bleßmann
'The basic client tables have not been created for this client\'s database yet.' => '',
c0318621 Niclas Zimmermann
'The business has been created.' => '',
'The business has been deleted.' => '',
'The business has been saved.' => '',
'The business is in use and cannot be deleted.' => '',
'The changing of tax-o-matic account is NOT recommended, but if you do so please also (re)configure buchungsgruppen and reconfigure ALL charts which point to this tax-o-matic account. ' => '',
ede34fe7 Bernd Bleßmann
'The client could not be deleted.' => '',
'The client has been created.' => '',
'The client has been deleted.' => '',
'The client has been saved.' => '',
ccb40ac4 Bernd Bleßmann
'The column "datatype" must be present and must be at the same position / column in each data set. The values must be the row names (see settings) for order and item data respectively.' => '',
ede34fe7 Bernd Bleßmann
'The column "make_X" can contain either a vendor\'s database ID, a vendor number or a vendor\'s name.' => '',
'The column triplets can occur multiple times with different numbers "X" each time (e.g. "make_1", "model_1", "lastcost_1", "make_2", "model_2", "lastcost_2", "make_3", "model_3", "lastcost_3" etc).' => '',
b31d0c56 Moritz Bunkus
'The columns &quot;Dunning Duedate&quot;, &quot;Total Fees&quot; and &quot;Interest&quot; show data for the previous dunning created for this invoice.' => '',
ede34fe7 Bernd Bleßmann
'The combination of database host, port and name is not unique.' => '',
'The command is missing.' => '',
'The connection to the LDAP server cannot be encrypted (SSL/TLS startup failure). Please check config/kivitendo.conf.' => '',
b31d0c56 Moritz Bunkus
'The connection to the authentication database failed:' => '',
ede34fe7 Bernd Bleßmann
'The connection to the configured client database "#1" on host "#2:#3" failed.' => '',
b31d0c56 Moritz Bunkus
'The connection to the database could not be established.' => '',
'The connection to the template database failed:' => '',
'The connection was established successfully.' => '',
ede34fe7 Bernd Bleßmann
'The contact person attribute "birthday" is converted from a free-form text field into a date field.' => '',
b31d0c56 Moritz Bunkus
'The creation of the authentication database failed:' => '',
ede34fe7 Bernd Bleßmann
'The custom variable has been created.' => '',
b31d0c56 Moritz Bunkus
'The custom variable has been deleted.' => '',
'The custom variable has been saved.' => '',
ede34fe7 Bernd Bleßmann
'The custom variable is in use and cannot be deleted.' => '',
c0318621 Niclas Zimmermann
'The database for user management and authentication does not exist. You can create let kivitendo create it with the following parameters:' => '',
ede34fe7 Bernd Bleßmann
'The database host is missing.' => '',
'The database name is missing.' => '',
'The database port is missing.' => '',
373dd6d4 Sven Schöling
'The database update/creation did not succeed. The file #1 contained the following error:' => '',
ede34fe7 Bernd Bleßmann
'The database user is missing.' => '',
'The dataset #1 has been created.' => '',
'The dataset #1 has been deleted.' => '',
c0318621 Niclas Zimmermann
'The deductible amount' => '',
b31d0c56 Moritz Bunkus
'The default value depends on the variable type:' => '',
'The delivery order has not been marked as delivered. The warehouse contents have not changed.' => '',
03d3d025 Bernd Bleßmann
'The delivery term has been created.' => '',
'The delivery term has been deleted.' => '',
'The delivery term has been saved.' => '',
'The delivery term is in use and cannot be deleted.' => '',
c0318621 Niclas Zimmermann
'The department has been created.' => '',
'The department has been deleted.' => '',
'The department has been saved.' => '',
'The department is in use and cannot be deleted.' => '',
b31d0c56 Moritz Bunkus
'The description is missing.' => '',
ede34fe7 Bernd Bleßmann
'The description is not unique.' => '',
b31d0c56 Moritz Bunkus
'The description is shown on the form. Chose something short and descriptive.' => '',
'The directory %s does not exist.' => '',
c0318621 Niclas Zimmermann
'The discount in percent' => '',
'The discount must be less than 100%.' => '',
'The discount must not be negative.' => '',
b31d0c56 Moritz Bunkus
'The dunning process started' => '',
'The dunnings have been printed.' => '',
ad7247ec Sven Donath
'The end date is the last day for which invoices will possibly be created.' => '',
ede34fe7 Bernd Bleßmann
'The execution schedule is invalid.' => '',
'The execution type is invalid.' => '',
'The existing record has been created from the link target to add.' => '',
b31d0c56 Moritz Bunkus
'The factor is missing in row %d.' => '',
'The factor is missing.' => '',
c0318621 Niclas Zimmermann
'The first reason is that kivitendo contained a bug which resulted in the wrong taxkeys being recorded for transactions in which two entries are posted for the same chart with different taxkeys.' => '',
b31d0c56 Moritz Bunkus
'The follow-up date is missing.' => '',
ede34fe7 Bernd Bleßmann
'The following currencies have been used, but they are not defined:' => '',
b31d0c56 Moritz Bunkus
'The following drafts have been saved and can be loaded.' => '',
ede34fe7 Bernd Bleßmann
'The following groups are valid for this client' => '',
'The following list has been generated automatically from existing users collapsing users with identical settings into a single entry.' => '',
'The following old files whose settings have to be merged manually into the new configuration file "config/kivitendo.conf" still exist:' => '',
b31d0c56 Moritz Bunkus
'The following transaction contains wrong taxes:' => '',
'The following transaction contains wrong taxkeys:' => '',
ede34fe7 Bernd Bleßmann
'The following transactions are concerned:' => '',
'The following users are a member of this group' => '',
'The following users will have access to this client' => '',
b31d0c56 Moritz Bunkus
'The formula needs the following syntax:<br>For regular article:<br>Variablename= Variable Unit;<br>Variablename2= Variable2 Unit2;<br>...<br>###<br>Variable + ( Variable2 / Variable )<br><b>Please be beware of the spaces in the formula</b><br>' => '',
'The greetings have been saved.' => '',
ede34fe7 Bernd Bleßmann
'The installation is currently locked.' => '',
'The installation is currently unlocked.' => '',
'The items are imported accoring do their number "X" regardless of the column order inside the file.' => '',
'The link target to add has been created from the existing record.' => '',
b31d0c56 Moritz Bunkus
'The list has been printed.' => '',
ede34fe7 Bernd Bleßmann
'The login is missing.' => '',
'The login is not unique.' => '',
c0318621 Niclas Zimmermann
'The long description is missing.' => '',
ede34fe7 Bernd Bleßmann
'The master templates where not found.' => '',
b31d0c56 Moritz Bunkus
'The name in row %d has already been used before.' => '',
'The name is missing in row %d.' => '',
'The name is missing.' => '',
ede34fe7 Bernd Bleßmann
'The name is not unique.' => '',
b31d0c56 Moritz Bunkus
'The name must only consist of letters, numbers and underscores and start with a letter.' => '',
c0318621 Niclas Zimmermann
'The number of days for full payment' => '',
b31d0c56 Moritz Bunkus
'The option field is empty.' => '',
ede34fe7 Bernd Bleßmann
'The package name is invalid.' => '',
b31d0c56 Moritz Bunkus
'The parts for this delivery order have already been transferred in.' => '',
'The parts for this delivery order have already been transferred out.' => '',
'The parts have been removed.' => '',
'The parts have been stocked.' => '',
'The parts have been transferred.' => '',
ad7247ec Sven Donath
'The password is too long (maximum length: #1).' => '',
'The password is too short (minimum length: #1).' => '',
'The password is weak (e.g. it can be found in a dictionary).' => '',
c0318621 Niclas Zimmermann
'The payment term has been created.' => '',
'The payment term has been deleted.' => '',
'The payment term has been saved.' => '',
'The payment term is in use and cannot be deleted.' => '',
2dbb0236 Sven Schöling
'The payments have been posted.' => '',
b31d0c56 Moritz Bunkus
'The preferred one is to install packages provided by your operating system distribution (e.g. Debian or RPM packages).' => '',
ede34fe7 Bernd Bleßmann
'The printer could not be deleted.' => '',
'The printer has been created.' => '',
'The printer has been deleted.' => '',
'The printer has been saved.' => '',
c0318621 Niclas Zimmermann
'The profile \'#1\' has been deleted.' => '',
'The profile has been saved under the name \'#1\'.' => '',
ede34fe7 Bernd Bleßmann
'The project has been created.' => '',
'The project has been deleted.' => '',
b31d0c56 Moritz Bunkus
'The project has been saved.' => '',
ede34fe7 Bernd Bleßmann
'The project is in use and cannot be deleted.' => '',
'The project number is already in use.' => '',
'The project number is missing.' => '',
c0318621 Niclas Zimmermann
'The second reason is that kivitendo allowed the user to enter the tax amount manually regardless of the taxkey used.' => '',
b31d0c56 Moritz Bunkus
'The second way is to use Perl\'s CPAN module and let it download and install the module for you.' => '',
2dbb0236 Sven Schöling
'The selected bank account does not exist anymore.' => '',
b31d0c56 Moritz Bunkus
'The selected bin does not exist.' => '',
c0318621 Niclas Zimmermann
'The selected currency' => '',
ede34fe7 Bernd Bleßmann
'The selected database is still configured for client "#1". If you delete the database that client will stop working until you re-configure it. Do you still want to delete the database?' => '',
2dbb0236 Sven Schöling
'The selected exports have been closed.' => '',
b31d0c56 Moritz Bunkus
'The selected warehouse does not exist.' => '',
8633bf54 Sven Donath
'The selected warehouse is empty, or no stocked items where found that match the filter settings.' => '',
ede34fe7 Bernd Bleßmann
'The session has expired. Please log in again.' => '',
b31d0c56 Moritz Bunkus
'The session is invalid or has expired.' => '',
ad7247ec Sven Donath
'The settings were saved, but the password was not changed.' => '',
b31d0c56 Moritz Bunkus
'The source warehouse does not contain any bins.' => '',
ad7247ec Sven Donath
'The start date is missing.' => '',
b31d0c56 Moritz Bunkus
'The subject is missing.' => '',
'The tables for user management and authentication do not exist. They will be created in the next step in the following database:' => '',
'The tabulator character' => '',
ede34fe7 Bernd Bleßmann
'The task server does not appear to be running.' => '',
'The task server is already running.' => '',
'The task server is not running at the moment but needed for this module' => '',
'The task server is not running.' => '',
'The task server was started successfully.' => '',
'The task server was stopped successfully.' => '',
b31d0c56 Moritz Bunkus
'The third way is to download the module from the above mentioned URL and to install the module manually following the installations instructions contained in the source archive.' => '',
ede34fe7 Bernd Bleßmann
'The three columns "make_X", "model_X" and "lastcost_X" with the same number "X" are used to import vendor part numbers and vendor prices.' => '',
b31d0c56 Moritz Bunkus
'The transaction is shown below in its current state.' => '',
ede34fe7 Bernd Bleßmann
'The type is missing.' => '',
b31d0c56 Moritz Bunkus
'The unit has been saved.' => '',
'The unit in row %d has been deleted in the meantime.' => '',
'The unit in row %d has been used in the meantime and cannot be changed anymore.' => '',
'The units have been saved.' => '',
ede34fe7 Bernd Bleßmann
'The user can chose which client to connect to during login.' => '',
'The user could not be deleted.' => '',
'The user group could not be deleted.' => '',
'The user group has been created.' => '',
'The user group has been deleted.' => '',
'The user group has been saved.' => '',
'The user has been created.' => '',
'The user has been deleted.' => '',
'The user has been saved.' => '',
b31d0c56 Moritz Bunkus
'The variable name must only consist of letters, numbers and underscores. It must begin with a letter. Example: send_christmas_present' => '',
'The warehouse could not be deleted because it has already been used.' => '',
'The warehouse does not contain any bins.' => '',
'The warehouse or the bin is missing.' => '',
'The wrong taxkeys for AP and AR transactions have been fixed.' => '',
'The wrong taxkeys for inventory transactions for sales and purchase invoices have been fixed.' => '',
'The wrong taxkeys have been fixed.' => '',
ede34fe7 Bernd Bleßmann
'Then go to the database administration and chose "create database".' => '',
7eff31cf Bernd Bleßmann
'There are #1 more open invoices for this customer with other currencies.' => '',
'There are #1 more open invoices from this vendor with other currencies.' => '',
b31d0c56 Moritz Bunkus
'There are #1 unfinished follow-ups of which #2 are due.' => '',
ede34fe7 Bernd Bleßmann
'There are Bins defined in your Inventory.' => '',
'There are Bins defined in your master data.' => '',
7eff31cf Bernd Bleßmann
'There are bookings to the account 3803 after 01.01.2007. If you didn\'t change this account manually to 19% the bookings are probably incorrect.' => '',
ede34fe7 Bernd Bleßmann
'There are double partnumbers in your database.' => '',
18931692 Niclas Zimmermann
'There are entries in tax where taxkey is NULL.' => '',
'There are invalid taxnumbers in use.' => '',
ede34fe7 Bernd Bleßmann
'There are invalid transactions in your database.' => '',
18931692 Niclas Zimmermann
'There are no entries in the background job history.' => '',
b31d0c56 Moritz Bunkus
'There are no items in stock.' => '',
'There are no items on your TODO list at the moment.' => '',
ede34fe7 Bernd Bleßmann
'There are several options you can handle this problem, please select one:' => '',
c0318621 Niclas Zimmermann
'There are still transfers not matching the qty of the delivery order. Stock operations can not be changed later. Do you really want to proceed?' => '',
ede34fe7 Bernd Bleßmann
'There are undefined currencies in your system.' => '',
b31d0c56 Moritz Bunkus
'There are usually three ways to install Perl modules.' => '',
2c86cb0a Niclas Zimmermann
'There is already a taxkey 0 with tax rate not 0.' => '',
18931692 Niclas Zimmermann
'There is an inconsistancy in your database.' => '',
c0318621 Niclas Zimmermann
'There is at least one sales or purchase invoice for which kivitendo recorded an inventory transaction with taxkeys even though no tax was recorded.' => '',
b31d0c56 Moritz Bunkus
'There is at least one transaction for which the user has chosen a logically wrong taxkey.' => '',
7eff31cf Bernd Bleßmann
'There is not enough available of \'#1\' at warehouse \'#2\', bin \'#3\', #4, #5, for the transfer of #6.' => '',
73a404b5 Bernd Bleßmann
'There is not enough available of \'#1\' at warehouse \'#2\', bin \'#3\', #4, for the transfer of #5.' => '',
b31d0c56 Moritz Bunkus
'There is not enough left of \'#1\' in bin \'#2\' for the removal of #3.' => '',
ede34fe7 Bernd Bleßmann
'There was an error executing the background job.' => '',
'There was an error parsing the csv file: #1 in line #2.' => '',
'There you can let kivitendo create the basic tables for you, even in an already existing database.' => '',
'Therefore several settings that had to be made for each user in the past have been consolidated into the client configuration.' => '',
c0318621 Niclas Zimmermann
'Therefore the definition of "kg" with the base unit "g" and a factor of 1000 is valid while defining "g" with a base unit of "kg" and a factor of "0.001" is not.' => '',
b31d0c56 Moritz Bunkus
'These wrong entries cannot be fixed automatically.' => '',
4b31e6ba Bernd Bleßmann
'This can be done with the following query:' => '',
b31d0c56 Moritz Bunkus
'This could have happened for two reasons:' => '',
'This customer number is already in use.' => '',
ede34fe7 Bernd Bleßmann
'This feature especially prevents mistakes by mixing up prior tax and sales tax.' => '',
'This group is valid for the following clients' => '',
'This has been changed in this version, therefore please change the "old" bins to some real warehouse bins.' => '',
'This has been changed in this version.' => '',
'This is a very critical problem.' => '',
'This is the client to be selected by default on the login screen.' => '',
'This is the default bin for ignoring onhand' => '',
'This is the default bin for parts' => '',
b31d0c56 Moritz Bunkus
'This list is capped at 15 items to keep it fast. If you need a full list, please use reports.' => '',
'This means that the user has created an AP transaction and chosen a taxkey for sales taxes, or that he has created an AR transaction and chosen a taxkey for input taxes.' => '',
'This module can help you identify and correct such entries by analyzing the general ledger and presenting you likely solutions but also allowing you to fix problems yourself.' => '',
d1d96e5d Bernd Bleßmann
'This option controls the inventory system.' => '',
'This option controls the method used for profit determination.' => '',
'This option controls the posting and calculation behavior for the accounting method.' => '',
ede34fe7 Bernd Bleßmann
'This partnumber is not unique. You should change it.' => '',
'This requires you to manually correct entries for which an automatic conversion failed and to check those for which it succeeded.' => '',
b31d0c56 Moritz Bunkus
'This transaction has to be split into several transactions manually.' => '',
'This update will change the nature the onhand of goods is tracked.' => '',
ede34fe7 Bernd Bleßmann
'This user is a member in the following groups' => '',
'This user will have access to the following clients' => '',
b31d0c56 Moritz Bunkus
'This vendor number is already in use.' => '',
ede34fe7 Bernd Bleßmann
'Three Options:' => '',
'Time Format' => '',
'Time Tracking' => '',
b31d0c56 Moritz Bunkus
'Time period for the analysis:' => '',
'Timestamp' => '',
'Title' => '',
4dbb0995 Moritz Bunkus
'To' => '',
b31d0c56 Moritz Bunkus
'To (email)' => '',
'To (time)' => '',
'To Date' => '',
ede34fe7 Bernd Bleßmann
'To continue please change the taxkey 0 to another value.' => '',
'To user login' => '',
b31d0c56 Moritz Bunkus
'Top' => '',
'Top (CSS)' => '',
'Top (Javascript)' => '',
'Top 100' => '',
'Top 100 hinzufuegen' => '',
ede34fe7 Bernd Bleßmann
'Top Level Designation only' => '',
4dbb0995 Moritz Bunkus
'Total' => '',
b31d0c56 Moritz Bunkus
'Total Fees' => '',
'Total stock value' => '',
c0318621 Niclas Zimmermann
'Total sum' => '',
ede34fe7 Bernd Bleßmann
'Total weight' => '',
b31d0c56 Moritz Bunkus
'Totals' => '',
'Trade Discount' => '',
'Trans Id' => '',
'Trans Type' => '',
'Transaction' => '',
'Transaction %d cancelled.' => '',
4dbb0995 Moritz Bunkus
'Transaction Date missing!' => '',
b31d0c56 Moritz Bunkus
'Transaction ID missing.' => '',
4dbb0995 Moritz Bunkus
'Transaction deleted!' => '',
b31d0c56 Moritz Bunkus
'Transaction description' => '',
'Transaction has already been cancelled!' => '',
'Transaction has been split on both the credit and the debit side' => '',
4dbb0995 Moritz Bunkus
'Transaction posted!' => '',
ede34fe7 Bernd Bleßmann
'Transactions without account:' => '',
'Transactions without reference:' => '',
b31d0c56 Moritz Bunkus
'Transactions, AR transactions, AP transactions' => '',
7eff31cf Bernd Bleßmann
'Transdate' => '',
b31d0c56 Moritz Bunkus
'Transfer' => '',
'Transfer Quantity' => '',
'Transfer To Stock' => '',
'Transfer from warehouse' => '',
'Transfer in' => '',
ede34fe7 Bernd Bleßmann
'Transfer in via default' => '',
b31d0c56 Moritz Bunkus
'Transfer out' => '',
39c2e07d Bernd Bleßmann
'Transfer out all items of a sales invoice when posting it. Items are transfered out acording to the settings above.' => '',
'Transfer out on posting sales invoices?' => '',
ede34fe7 Bernd Bleßmann
'Transfer out via default' => '',
b31d0c56 Moritz Bunkus
'Transfer qty' => '',
ede34fe7 Bernd Bleßmann
'Transfer successful' => '',
c0318621 Niclas Zimmermann
'Translation' => '',
4dbb0995 Moritz Bunkus
'Trial Balance' => '',
b31d0c56 Moritz Bunkus
'Trial balance between %s and %s' => '',
'Trying to call a sub without a name' => '',
'Type' => '',
cd3150ed Bernd Bleßmann
'Type can be either \'part\', \'service\' or \'assembly\'.' => '',
b31d0c56 Moritz Bunkus
'Type of Business' => '',
7eff31cf Bernd Bleßmann
'Type of Customer' => '',
'Type of Vendor' => '',
ede34fe7 Bernd Bleßmann
'Types of Business' => '',
b31d0c56 Moritz Bunkus
'USTVA' => '',
'USTVA 2004' => '',
'USTVA 2005' => '',
'USTVA 2006' => '',
'USTVA 2007' => '',
'USTVA-Hint: Method' => '',
'USTVA-Hint: Tax Authoritys' => '',
'USt-IdNr.' => '',
'USt-Konto' => '',
'UStVA' => '',
'UStVA (PDF-Dokument)' => '',
'UStVa' => '',
'UStVa Einstellungen' => '',
'Unbalanced Ledger' => '',
'Unchecked custom variables will not appear in orders and invoices.' => '',
'Unfinished follow-ups' => '',
ede34fe7 Bernd Bleßmann
'Unfortunately you have no warehouse defined.' => '',
4dbb0995 Moritz Bunkus
'Unit' => '',
c0318621 Niclas Zimmermann
'Unit (if missing or empty default unit will be used)' => '',
b31d0c56 Moritz Bunkus
'Unit missing.' => '',
4dbb0995 Moritz Bunkus
'Unit of measure' => '',
b31d0c56 Moritz Bunkus
'Units marked for deletion will be deleted upon saving.' => '',
'Units that have already been used (e.g. for parts and services or in invoices or warehouse transactions) cannot be changed.' => '',
'Unknown Category' => '',
'Unknown Link' => '',
'Unknown dependency \'%s\'.' => '',
'Unknown problem type.' => '',
'Unlock System' => '',
'Until' => '',
4dbb0995 Moritz Bunkus
'Update' => '',
b31d0c56 Moritz Bunkus
'Update Prices' => '',
7eff31cf Bernd Bleßmann
'Update SKR04: new tax account 3804 (19%)' => '',
b31d0c56 Moritz Bunkus
'Update prices' => '',
c0318621 Niclas Zimmermann
'Update prices of existing entries' => '',
ede34fe7 Bernd Bleßmann
'Update properties of existing entries' => '',
4dbb0995 Moritz Bunkus
'Updated' => '',
ede34fe7 Bernd Bleßmann
'Updating existing entry in database' => '',
c0318621 Niclas Zimmermann
'Updating prices of existing entry in database' => '',
ede34fe7 Bernd Bleßmann
'Updating the client fields in the database "#1" on host "#2:#3" failed.' => '',
c0318621 Niclas Zimmermann
'Uploaded on #1, size #2 kB' => '',
ede34fe7 Bernd Bleßmann
'Use As New' => '',
'Use WebDAV Repository' => '',
'Use existing templates' => '',
'Use master default bin for Default Transfer, if no default bin for the part is configured' => '',
4dbb0995 Moritz Bunkus
'User' => '',
b31d0c56 Moritz Bunkus
'User Config' => '',
8773b625 Ronny Kumke
'User Groups' => '',
ede34fe7 Bernd Bleßmann
'User Preferences' => '',
'User access' => '',
'User list' => '',
'User login' => '',
b31d0c56 Moritz Bunkus
'User name' => '',
7eff31cf Bernd Bleßmann
'Username' => '',
ede34fe7 Bernd Bleßmann
'Users that are a member in this group' => '',
'Users that have access to this client' => '',
'Users with access' => '',
'Users with access to this client' => '',
'Users, Clients and User Groups' => '',
'VAT ID' => '',
'Valid' => '',
b31d0c56 Moritz Bunkus
'Valid from' => '',
'Valid until' => '',
ede34fe7 Bernd Bleßmann
'Valid/Obsolete' => '',
b31d0c56 Moritz Bunkus
'Value' => '',
'Variable' => '',
4b937d1a Sven Donath
'Variable Description' => '',
'Variable Name' => '',
4dbb0995 Moritz Bunkus
'Vendor' => '',
ede34fe7 Bernd Bleßmann
'Vendor (database ID)' => '',
c0318621 Niclas Zimmermann
'Vendor (name)' => '',
4dbb0995 Moritz Bunkus
'Vendor Invoice' => '',
ede34fe7 Bernd Bleßmann
'Vendor Invoices & AP Transactions' => '',
7eff31cf Bernd Bleßmann
'Vendor Name' => '',
b31d0c56 Moritz Bunkus
'Vendor Number' => '',
7eff31cf Bernd Bleßmann
'Vendor Order Number' => '',
4dbb0995 Moritz Bunkus
'Vendor deleted!' => '',
b31d0c56 Moritz Bunkus
'Vendor details' => '',
4dbb0995 Moritz Bunkus
'Vendor missing!' => '',
b31d0c56 Moritz Bunkus
'Vendor not on file or locked!' => '',
4dbb0995 Moritz Bunkus
'Vendor not on file!' => '',
ede34fe7 Bernd Bleßmann
'Vendor saved' => '',
4dbb0995 Moritz Bunkus
'Vendor saved!' => '',
b31d0c56 Moritz Bunkus
'Vendor type' => '',
4dbb0995 Moritz Bunkus
'Vendors' => '',
b31d0c56 Moritz Bunkus
'Verrechnungseinheit' => '',
4dbb0995 Moritz Bunkus
'Version' => '',
2dbb0236 Sven Schöling
'View SEPA export' => '',
ede34fe7 Bernd Bleßmann
'View background job execution result' => '',
'View background job history' => '',
'View background jobs' => '',
b31d0c56 Moritz Bunkus
'View warehouse content' => '',
7eff31cf Bernd Bleßmann
'View/edit all employees sales documents' => '',
b31d0c56 Moritz Bunkus
'Von Konto: ' => '',
'WHJournal' => '',
'Warehouse' => '',
1adadc30 Bernd Bleßmann
'Warehouse (database ID)' => '',
b31d0c56 Moritz Bunkus
'Warehouse From' => '',
7eff31cf Bernd Bleßmann
'Warehouse Migration' => '',
b31d0c56 Moritz Bunkus
'Warehouse To' => '',
'Warehouse content' => '',
ede34fe7 Bernd Bleßmann
'Warehouse correction' => '',
b31d0c56 Moritz Bunkus
'Warehouse deleted.' => '',
ede34fe7 Bernd Bleßmann
'Warehouse list' => '',
b31d0c56 Moritz Bunkus
'Warehouse management' => '',
'Warehouse saved.' => '',
'Warehouses' => '',
98a7dcf9 Sven Donath
'Warning' => '',
ede34fe7 Bernd Bleßmann
'WebDAV' => '',
b31d0c56 Moritz Bunkus
'WebDAV link' => '',
ede34fe7 Bernd Bleßmann
'WebDAV save documents' => '',
39967a1f Sven Donath
'Webserver interface' => '',
4dbb0995 Moritz Bunkus
'Weight' => '',
b31d0c56 Moritz Bunkus
'Weight unit' => '',
4b937d1a Sven Donath
'What <b>term</b> you are looking for?' => '',
4dbb0995 Moritz Bunkus
'What type of item is this?' => '',
c2d97b23 Moritz Bunkus
'Which is located at doc/kivitendo-Dokumentation.pdf. Click here: ' => '',
b31d0c56 Moritz Bunkus
'With Extension Of Time' => '',
ede34fe7 Bernd Bleßmann
'With the introduction of clients each client gets its own WebDAV folder.' => '',
b31d0c56 Moritz Bunkus
'Workflow Delivery Order' => '',
'Workflow purchase_order' => '',
'Workflow request_quotation' => '',
'Workflow sales_order' => '',
'Workflow sales_quotation' => '',
ede34fe7 Bernd Bleßmann
'Write bin to default bin in part?' => '',
b31d0c56 Moritz Bunkus
'Wrong Period' => '',
'Wrong tax keys recorded' => '',
'Wrong taxes recorded' => '',
'YYYY' => '',
'Year' => '',
'Yearly' => '',
'Yearly taxreport not yet implemented' => '',
4dbb0995 Moritz Bunkus
'Yes' => '',
b31d0c56 Moritz Bunkus
'Yes, included by default' => '',
'Yes/No (Checkbox)' => '',
4dbb0995 Moritz Bunkus
'You are logged out!' => '',
b31d0c56 Moritz Bunkus
'You can also delete this transaction and re-enter it manually.' => '',
ede34fe7 Bernd Bleßmann
'You can choose account categories for taxes. Depending on these categories taxes will be displayed for transfers in the general ledger or not.' => '',
b31d0c56 Moritz Bunkus
'You can correct this transaction by chosing the correct taxkeys from the drop down boxes and hitting the button "Fix transaction" afterwards.' => '',
'You can create warehouses and bins via the menu "System -> Warehouses".' => '',
'You can declare different translations for singular and plural for each unit (e.g. &quot;day&quot; and &quot;days).' => '',
'You can either create a new database or chose an existing database.' => '',
c0318621 Niclas Zimmermann
'You can find information on the migration in the upgrade chapter of the documentation.' => '',
b31d0c56 Moritz Bunkus
'You can only delete datasets that are not in use.' => '',
ede34fe7 Bernd Bleßmann
'You can update existing contacts by providing the \'cp_id\' column with their database IDs. Otherwise: ' => '',
c0318621 Niclas Zimmermann
'You can use the following strings in the long description and all translations. They will be replaced by their actual values by kivitendo before they\'re output.' => '',
b31d0c56 Moritz Bunkus
'You cannot adjust the price for pricegroup "#1" by a negative percentage.' => '',
'You cannot continue before all required modules are installed.' => '',
'You cannot create an invoice for delivery orders for different customers.' => '',
'You cannot create an invoice for delivery orders from different vendors.' => '',
'You do not have the permissions to access this function.' => '',
'You have entered or selected the following shipping address for this customer:' => '',
ede34fe7 Bernd Bleßmann
'You have never worked with currencies.' => '',
2dbb0236 Sven Schöling
'You have not added bank accounts yet.' => '',
b31d0c56 Moritz Bunkus
'You have not selected any delivery order.' => '',
2dbb0236 Sven Schöling
'You have not selected any export.' => '',
'You have not selected any item.' => '',
'You have selected none of the invoices.' => '',
c0318621 Niclas Zimmermann
'You have to define a unit as a multiple of a smaller unit.' => '',
ede34fe7 Bernd Bleßmann
'You have to enter a company name in the client configuration.' => '',
'You have to enter the SEPA creditor ID in the client configuration.' => '',
2dbb0236 Sven Schöling
'You have to fill in at least an account number, the bank code, the IBAN and the BIC.' => '',
ede34fe7 Bernd Bleßmann
'You have to grant users access to one or more clients.' => '',
373dd6d4 Sven Schöling
'You have to specify a department.' => '',
2dbb0236 Sven Schöling
'You have to specify an execution date for each antry.' => '',
b31d0c56 Moritz Bunkus
'You must chose a user.' => '',
ede34fe7 Bernd Bleßmann
'You must enter a name for your new print templates.' => '',
'You must select existing print templates or create a new set.' => '',
373dd6d4 Sven Schöling
'You should create a backup of the database before proceeding because the backup might not be reversible.' => '',
b31d0c56 Moritz Bunkus
'You\'re not editing a file.' => '',
'You\'ve already chosen the following limitations:' => '',
ede34fe7 Bernd Bleßmann
'Your PostgreSQL installationen does not use Unicode as its encoding. This is not supported anymore.' => '',
b31d0c56 Moritz Bunkus
'Your TODO list' => '',
c0318621 Niclas Zimmermann
'Your account number' => '',
'Your bank' => '',
'Your bank code' => '',
b31d0c56 Moritz Bunkus
'Your browser does not currently support Javascript.' => '',
'Your download does not exist anymore. Please re-run the DATEV export assistant.' => '',
3039c210 Geoffrey Richardson
'Your import is being processed.' => '',
ede34fe7 Bernd Bleßmann
'ZM' => '',
b31d0c56 Moritz Bunkus
'Zeitpunkt' => '',
'Zeitraum' => '',
'Zero amount posting!' => '',
'Zip, City' => '',
'Zipcode' => '',
'Zusatz' => '',
'[email]' => '',
c0318621 Niclas Zimmermann
'absolute' => '',
b31d0c56 Moritz Bunkus
'account_description' => '',
'accrual' => '',
c0318621 Niclas Zimmermann
'action= not defined!' => '',
ad7247ec Sven Donath
'active' => '',
b31d0c56 Moritz Bunkus
'all entries' => '',
ede34fe7 Bernd Bleßmann
'and' => '',
b31d0c56 Moritz Bunkus
'ap_aging_list' => '',
'ar_aging_list' => '',
4dbb0995 Moritz Bunkus
'as at' => '',
ede34fe7 Bernd Bleßmann
'assembly' => '',
b31d0c56 Moritz Bunkus
'assembly_list' => '',
c0318621 Niclas Zimmermann
'averaged values, in invoice mode only useful when filtered by a part' => '',
b31d0c56 Moritz Bunkus
'back' => '',
c0318621 Niclas Zimmermann
'balance' => '',
54ddc03b Sven Donath
'bank_collection_payment_list_#1' => '',
2dbb0236 Sven Schöling
'bank_transfer_payment_list_#1' => '',
'bankaccounts' => '',
'banktransfers' => '',
7eff31cf Bernd Bleßmann
'bestbefore #1' => '',
b31d0c56 Moritz Bunkus
'bin_list' => '',
'bis' => '',
ede34fe7 Bernd Bleßmann
'building data' => '',
'building report' => '',
b31d0c56 Moritz Bunkus
'cash' => '',
'chargenumber #1' => '',
'chart_of_accounts' => '',
'choice' => '',
'choice part' => '',
2dbb0236 Sven Schöling
'click here to edit cvars' => '',
b31d0c56 Moritz Bunkus
'close' => '',
2dbb0236 Sven Schöling
'closed' => '',
4b937d1a Sven Donath
'companylogo_subtitle' => '',
ede34fe7 Bernd Bleßmann
'config/kivitendo.conf: Key "DB_config" is missing.' => '',
'config/kivitendo.conf: Key "authentication/ldap" is missing.' => '',
'config/kivitendo.conf: Missing parameters in "authentication/database". Required parameters are "host", "db" and "user".' => '',
'config/kivitendo.conf: Missing parameters in "authentication/ldap". Required parameters are "host", "attribute" and "base_dn".' => '',
c0318621 Niclas Zimmermann
'contact_list' => '',
b31d0c56 Moritz Bunkus
'continue' => '',
'correction' => '',
2dbb0236 Sven Schöling
'cp_greeting to cp_gender migration' => '',
b31d0c56 Moritz Bunkus
'customer' => '',
'customer_list' => '',
'debug' => '',
'delete' => '',
c0318621 Niclas Zimmermann
'delivered' => '',
b31d0c56 Moritz Bunkus
'deliverydate' => '',
15f58ff3 Geoffrey Richardson
'difference as skonto' => '',
'difference_as_skonto' => 'remainder as skonto',
b31d0c56 Moritz Bunkus
'direct debit' => '',
'disposed' => '',
2828d156 Bernd Bleßmann
'do not include' => '',
b31d0c56 Moritz Bunkus
'done' => '',
'down' => '',
'dunning_list' => '',
ede34fe7 Bernd Bleßmann
'eBayImporter' => '',
b31d0c56 Moritz Bunkus
'eMail Send?' => '',
'eMail?' => '',
4dbb0995 Moritz Bunkus
'ea' => '',
'emailed to' => '',
c0318621 Niclas Zimmermann
'empty' => '',
ede34fe7 Bernd Bleßmann
'every third month' => '',
97954312 Bernd Bleßmann
'every time' => '',
2dbb0236 Sven Schöling
'executed' => '',
ede34fe7 Bernd Bleßmann
'failed' => '',
b31d0c56 Moritz Bunkus
'female' => '',
'follow_up_list' => '',
'for' => '',
4dbb0995 Moritz Bunkus
'for Period' => '',
ede34fe7 Bernd Bleßmann
'for date' => '',
b31d0c56 Moritz Bunkus
'found' => '',
'from (time)' => '',
'general_ledger_list' => '',
ede34fe7 Bernd Bleßmann
'h' => '',
b31d0c56 Moritz Bunkus
'history' => '',
'history search engine' => '',
ad7247ec Sven Donath
'inactive' => '',
02a2e50f Geoffrey Richardson
'income' => '',
b31d0c56 Moritz Bunkus
'invoice' => '',
c0318621 Niclas Zimmermann
'invoice mode or item mode' => '',
b31d0c56 Moritz Bunkus
'invoice_list' => '',
c0318621 Niclas Zimmermann
'kivitendo' => '',
'kivitendo Homepage' => '',
'kivitendo can fix these problems automatically.' => '',
ede34fe7 Bernd Bleßmann
'kivitendo has been extended to handle multiple clients within a single installation.' => '',
c0318621 Niclas Zimmermann
'kivitendo has found one or more problems in the general ledger.' => '',
'kivitendo is about to update the database [ #1 ].' => '',
'kivitendo is now able to manage warehouses instead of just tracking the amount of goods in your system.' => '',
ede34fe7 Bernd Bleßmann
'kivitendo needs to update the authentication database before you can proceed.' => '',
'kivitendo v#1' => '',
'kivitendo v#1 administration' => '',
'kivitendo website (external)' => '',
'kivitendo will then update the database automatically.' => '',
b31d0c56 Moritz Bunkus
'lead deleted!' => '',
'lead saved!' => '',
'list' => '',
'list_of_payments' => '',
'list_of_receipts' => '',
'list_of_transactions' => '',
'logout' => '',
'male' => '',
'mark as paid' => '',
'missing' => '',
'month' => '',
ad7247ec Sven Donath
'monthly' => '',
97954312 Bernd Bleßmann
'never' => '',
b31d0c56 Moritz Bunkus
'new Window' => '',
c0318621 Niclas Zimmermann
'next' => '',
b31d0c56 Moritz Bunkus
'no' => '',
7eff31cf Bernd Bleßmann
'no bestbefore' => '',
b31d0c56 Moritz Bunkus
'no chargenumber' => '',
'none (pricegroup)' => '',
ad7247ec Sven Donath
'not configured' => '',
c0318621 Niclas Zimmermann
'not delivered' => '',
2dbb0236 Sven Schöling
'not executed' => '',
ede34fe7 Bernd Bleßmann
'not running' => '',
'not set' => '',
'not shipped' => '',
b31d0c56 Moritz Bunkus
'not transferred in yet' => '',
'not transferred out yet' => '',
2dbb0236 Sven Schöling
'not yet executed' => '',
b31d0c56 Moritz Bunkus
'number' => '',
'oe.pl::search called with unknown type' => '',
97954312 Bernd Bleßmann
'on the same day' => '',
ede34fe7 Bernd Bleßmann
'one-time execution' => '',
c0318621 Niclas Zimmermann
'only OB Transactions' => '',
2dbb0236 Sven Schöling
'open' => '',
b31d0c56 Moritz Bunkus
'order' => '',
'our vendor number at customer' => '',
ede34fe7 Bernd Bleßmann
'parsing csv' => '',
'part' => '',
b31d0c56 Moritz Bunkus
'part_list' => '',
c0318621 Niclas Zimmermann
'percental' => '',
02a2e50f Geoffrey Richardson
'periodic' => '',
'perpetual' => '',
b31d0c56 Moritz Bunkus
'pick_list' => '',
'plural first char' => '',
'pos_bilanz' => '',
'pos_bwa' => '',
'pos_eur' => '',
'pos_ustva' => '',
1d61ec90 Bernd Bleßmann
'position' => '',
b31d0c56 Moritz Bunkus
'posted!' => '',
c0318621 Niclas Zimmermann
'prev' => '',
b31d0c56 Moritz Bunkus
'print' => '',
'proforma' => '',
'purchase_delivery_order_list' => '',
'purchase_order' => '',
'purchase_order_list' => '',
1adadc30 Bernd Bleßmann
'qty (to transfer)' => '',
b31d0c56 Moritz Bunkus
'quarter' => '',
'quotation_list' => '',
'release_material' => '',
c0318621 Niclas Zimmermann
'reorder item' => '',
ede34fe7 Bernd Bleßmann
'repeated execution' => '',
b31d0c56 Moritz Bunkus
'report_generator_dispatch_to is not defined.' => '',
'report_generator_nextsub is not defined.' => '',
'request_quotation' => '',
'reset' => '',
'return_material' => '',
'rfq_list' => '',
ede34fe7 Bernd Bleßmann
'running' => '',
b31d0c56 Moritz Bunkus
'sales tax identification number' => '',
'sales_delivery_order_list' => '',
'sales_order' => '',
'sales_order_list' => '',
'sales_quotation' => '',
'saved' => '',
'saved!' => '',
ede34fe7 Bernd Bleßmann
'saving data' => '',
b31d0c56 Moritz Bunkus
'sent' => '',
4dbb0995 Moritz Bunkus
'sent to printer' => '',
ede34fe7 Bernd Bleßmann
'service' => '',
b31d0c56 Moritz Bunkus
'service_list' => '',
'shipped' => '',
'singular first char' => '',
'soldtotal' => '',
'stock' => '',
'submit' => '',
ede34fe7 Bernd Bleßmann
'succeeded' => '',
b31d0c56 Moritz Bunkus
'tax_chartaccno' => '',
'tax_percent' => '',
'tax_rate' => '',
'tax_taxdescription' => '',
'tax_taxkey' => '',
ede34fe7 Bernd Bleßmann
'taxincluded checked' => '',
'taxkey 0 is already allocated.' => '',
'taxkey 0 with taxrate 0 was created.' => '',
b31d0c56 Moritz Bunkus
'taxnumber' => '',
ad7247ec Sven Donath
'terminated' => '',
b31d0c56 Moritz Bunkus
'to (date)' => '',
'to (time)' => '',
'transfer' => '',
'transferred in' => '',
'transferred out' => '',
'trial_balance' => '',
ede34fe7 Bernd Bleßmann
'unconfigured' => '',
b31d0c56 Moritz Bunkus
'up' => '',
'use program settings' => '',
ede34fe7 Bernd Bleßmann
'use user config' => '',
b31d0c56 Moritz Bunkus
'used' => '',
'valid from' => '',
'vendor' => '',
'vendor_invoice_list' => '',
'vendor_list' => '',
'warehouse_journal_list' => '',
'warehouse_report_list' => '',
5c30247d Geoffrey Richardson
'with skonto acc. to pt' => '',
15f58ff3 Geoffrey Richardson
'with_skonto_pt' => 'with skonto payment terms',
'without skonto' => '',
'without_skonto' => 'without skonto',
b31d0c56 Moritz Bunkus
'wrongformat' => '',
ad7247ec Sven Donath
'yearly' => '',
b31d0c56 Moritz Bunkus
'yes' => '',
ede34fe7 Bernd Bleßmann
'you can find professional help.' => '',
4dbb0995 Moritz Bunkus
};

1;