forked from Wavyzz/dolibarr
213 lines
19 KiB
Plaintext
213 lines
19 KiB
Plaintext
# Dolibarr language file - Source file is en_US - install
|
|
InstallEasy=Beachten Sie einfach die folgenden Schritte.
|
|
MiscellaneousChecks=Systemvoraussetzungen prüfen
|
|
ConfFileExists=Die Konfigurationsdatei <b>%s</b> ist vorhanden.
|
|
ConfFileDoesNotExistsAndCouldNotBeCreated=Configuration file <b>%s</b> does not exist and could not be created!
|
|
ConfFileCouldBeCreated=Die Konfigurationsdatei <b>%s</b> wurde erfolgreich erstellt.
|
|
ConfFileIsNotWritable=Configuration file <b>%s</b> is not writable. Check permissions. For first install, your web server must be able to write into this file during configuration process ("chmod 666" for example on a Unix like OS).
|
|
ConfFileIsWritable=Die Konfigurationsdatei <b>%s</b> ist beschreibbar.
|
|
ConfFileMustBeAFileNotADir=Die Konfigurationsdatei <b> %s </b> muss eine Datei und kein Verzeichnis sein.
|
|
ConfFileReload=Reloading parameters from configuration file.
|
|
PHPSupportSessions=Ihre PHP-Konfiguration unterstützt Sessions.
|
|
PHPSupportPOSTGETOk=Ihre PHP unterstützt GET und POST Variablen.
|
|
PHPSupportPOSTGETKo=It's possible your PHP setup does not support variables POST and/or GET. Check the parameter <b>variables_order</b> in php.ini.
|
|
PHPSupportGD=Dieses PHP unterstützt GD grafische Funktionen.
|
|
PHPSupportCurl=Dieses PHP unterstützt Curl.
|
|
PHPSupportUTF8=Dieses PHP unterstützt UTF8-Funktionen.
|
|
PHPMemoryOK=Die Sitzungsspeicherbegrenzung ihrer PHP-Konfiguration steht auf <b>%s</b>. Dies sollte ausreichend sein.
|
|
PHPMemoryTooLow=Your PHP max session memory is set to <b>%s</b> bytes. This is too low. Change your <b>php.ini</b> to set <b>memory_limit</b> parameter to at least <b>%s</b> bytes.
|
|
Recheck=Click here for a more detailed test
|
|
ErrorPHPDoesNotSupportSessions=Your PHP installation does not support sessions. This feature is required to allow Dolibarr to work. Check your PHP setup and permissions of the sessions directory.
|
|
ErrorPHPDoesNotSupportGD=Your PHP installation does not support GD graphical functions. No graphs will be available.
|
|
ErrorPHPDoesNotSupportCurl=Ihre PHP-Version unterstützt die Erweiterung Curl nicht
|
|
ErrorPHPDoesNotSupportUTF8=Your PHP installation does not support UTF8 functions. Dolibarr cannot work correctly. Resolve this before installing Dolibarr.
|
|
ErrorDirDoesNotExists=Das Verzeichnis %s existiert nicht.
|
|
ErrorGoBackAndCorrectParameters=Go back and check/correct the parameters.
|
|
ErrorWrongValueForParameter=Sie haben einen falschen Wert für den Parameter '%s' eingegeben.
|
|
ErrorFailedToCreateDatabase=Fehler beim Erstellen der Datenbank '%s'.
|
|
ErrorFailedToConnectToDatabase=Es konnte keine Verbindung zur Datenbank ' %s'.
|
|
ErrorDatabaseVersionTooLow=Die Version ihrer Datenbank (%s) ist veraltet. Sie benötigen mindestens Version %s .
|
|
ErrorPHPVersionTooLow=Ihre PHP-Version ist veraltet. Sie benötigen mindestens Version %s .
|
|
ErrorConnectedButDatabaseNotFound=Connection to server successful but database '%s' not found.
|
|
ErrorDatabaseAlreadyExists=Eine Datenbank mit dem Namen '%s' existiert bereits.
|
|
IfDatabaseNotExistsGoBackAndUncheckCreate=If the database does not exist, go back and check option "Create database".
|
|
IfDatabaseExistsGoBackAndCheckCreate=Sollte die Datenbank bereits existieren, gehen Sie bitte zurück und deaktivieren Sie das Kontrollkästchen "Datenbank erstellen".
|
|
WarningBrowserTooOld=Version of browser is too old. Upgrading your browser to a recent version of Firefox, Chrome or Opera is highly recommended.
|
|
PHPVersion=PHP-Version
|
|
License=Lizenzverwendung
|
|
ConfigurationFile=Konfigurationsdatei
|
|
WebPagesDirectory=Verzeichnis für die Speicherung von Websites
|
|
DocumentsDirectory=Verzeichnis zur Speicherung von Dokumenten (Dokumentenverzeichnis)
|
|
URLRoot=URL root
|
|
ForceHttps=Sichere Verbindung (https) erzwingen
|
|
CheckToForceHttps=Aktivieren Sie diese Option, um sichere Verbindungen (https) zu erzwingen.<br>Hierfür ist ein auf Ihrem Webserver eingerichtetes SSL-Zertifikat erforderlich.
|
|
DolibarrDatabase=dolibarr-Datenbank
|
|
DatabaseType=Datenbanktyp
|
|
DriverType=Art des Treibers
|
|
Server=Server
|
|
ServerAddressDescription=Name or ip address for the database server. Usually 'localhost' when the database server is hosted on the same server as the web server.
|
|
ServerPortDescription=Datenbankserver-Port. Lassen Sie dieses Feld im Zweifel leer.
|
|
DatabaseServer=Datenbankserver
|
|
DatabaseName=Name der Datenbank
|
|
DatabasePrefix=Database table prefix
|
|
DatabasePrefixDescription=Database table prefix. If empty, defaults to llx_.
|
|
AdminLogin=User account for the Dolibarr database owner.
|
|
PasswordAgain=Retype password confirmation
|
|
AdminPassword=Passwort des dolibarr-Datenbankadministrators
|
|
CreateDatabase=Datenbank erstellen
|
|
CreateUser=Create user account or grant user account permission on the Dolibarr database
|
|
DatabaseSuperUserAccess=Datenbankserver - Superadministrator-Zugriff
|
|
CheckToCreateDatabase=Check the box if the database does not exist yet and so must be created.<br>In this case, you must also fill in the user name and password for the superuser account at the bottom of this page.
|
|
CheckToCreateUser=Check the box if:<br>the database user account does not yet exist and so must be created, or<br>if the user account exists but the database does not exist and permissions must be granted.<br>In this case, you must enter the user account and password and <b>also</b> the superuser account name and password at the bottom of this page. If this box is unchecked, database owner and password must already exist.
|
|
DatabaseRootLoginDescription=Superuser account name (to create new databases or new users), mandatory if the database or its owner does not already exist.
|
|
KeepEmptyIfNoPassword=Leave empty if superuser has no password (NOT recommended)
|
|
SaveConfigurationFile=Saving parameters to
|
|
ServerConnection=Serververbindung
|
|
DatabaseCreation=Erstellung der Datenbank
|
|
CreateDatabaseObjects=Anlegen der Datenbankobjekte
|
|
ReferenceDataLoading=Referenzdaten werden geladen
|
|
TablesAndPrimaryKeysCreation=Erstellen der Tabellen und Primärschlüssel
|
|
CreateTableAndPrimaryKey=Erstelle Tabelle %s und den Primärschlüssel
|
|
CreateOtherKeysForTable=Erstellen der Fremdschlüssel und Indizes für Tabelle %s
|
|
OtherKeysCreation=Erstellen der Fremdschlüssel und Indizes
|
|
FunctionsCreation=Erstellen der Funktionen
|
|
AdminAccountCreation=Erstellen des Administrationskontos
|
|
PleaseTypePassword=Please type a password, empty passwords are not allowed!
|
|
PleaseTypeALogin=Please type a login!
|
|
PasswordsMismatch=Passwords differs, please try again!
|
|
SetupEnd=Ende der Erstkonfiguration
|
|
SystemIsInstalled=Die Installation wurde erfolgreich abgeschlossen.
|
|
SystemIsUpgraded=Der Aktualisierungsvorgang wurde erfolgreich abgeschlossen.
|
|
YouNeedToPersonalizeSetup=Nun sollten Sie dolibarr an Ihre Bedürfnisse anpassen (Aussehen, Funktionen, ...). Hierzu folgen Sie bitte dem untenstehenden Link:
|
|
AdminLoginCreatedSuccessfuly=Dolibarr Administrator login '<b>%s</b>' erfolgreich erstellt.
|
|
GoToDolibarr=Zu dolibarr wechseln
|
|
GoToSetupArea=Zu den dolibarr-Einstellungen
|
|
MigrationNotFinished=The database version is not completely up to date: run the upgrade process again.
|
|
GoToUpgradePage=Noch einmal zur Aktualisierungsseite
|
|
WithNoSlashAtTheEnd=Ohne Schrägstrich "/" am Ende
|
|
DirectoryRecommendation=It is recommended to use a directory outside of the web pages.
|
|
LoginAlreadyExists=Dieser Benutzername ist bereits vergeben
|
|
DolibarrAdminLogin=Anmeldung für dolibarr-Administrator
|
|
AdminLoginAlreadyExists=Dolibarr administrator account '<b>%s</b>' already exists. Go back if you want to create another one.
|
|
FailedToCreateAdminLogin=Fehler beim erstellen des Dolibarr Administrator Kontos.
|
|
WarningRemoveInstallDir=Warning, for security reasons, once the install or upgrade is complete, you should add a file called <b>install.lock</b> into the Dolibarr document directory in order to prevent the accidental/malicious use of the install tools again.
|
|
FunctionNotAvailableInThisPHP=Not available in this PHP
|
|
ChoosedMigrateScript=Migrationsskript auswählen
|
|
DataMigration=Datenbankmigration (Daten)
|
|
DatabaseMigration=Datenbankmigration (Struktur + einige Daten)
|
|
ProcessMigrateScript=Script-Verarbeitung
|
|
ChooseYourSetupMode=Wählen Sie Ihre Installationsart und klicken Sie anschließend auf "Start"...
|
|
FreshInstall=Neue Installation
|
|
FreshInstallDesc=Use this mode if this is your first install. If not, this mode can repair a incomplete previous install. If you want to upgrade your version, choose "Upgrade" mode.
|
|
Upgrade=Aktualisierung
|
|
UpgradeDesc=Verwenden Sie diesen Modus zum Ersetzen Ihrer bisherigen Dateien durch eine neuere Version. Dieser Vorgang beinhaltet eine Aktualisierung Ihrer Datenbank und -daten.
|
|
Start=Start
|
|
InstallNotAllowed=Die in der Konfigurationsdatei <b>conf.php</b> gesetzten Berechtigungen verhindern eine Ausführung des Installationsvorganges.
|
|
YouMustCreateWithPermission=Für den Installationsvorgang erstellen Sie bitte die Datei %s und machen Sie diese für Ihren Webserver beschreibbar.
|
|
CorrectProblemAndReloadPage=Please fix the problem and press F5 to reload the page.
|
|
AlreadyDone=Migration bereits durchgeführt
|
|
DatabaseVersion=Datenbankversion
|
|
ServerVersion=Version des Datenbankservers
|
|
YouMustCreateItAndAllowServerToWrite=Bitte erstellen Sie dieses Verzeichnis und machen Sie dieses für Ihren Webserver beschreibbar.
|
|
DBSortingCollation=Reihenfolge der Zeichensortierung
|
|
YouAskDatabaseCreationSoDolibarrNeedToConnect=You selected create database <b>%s</b>, but for this, Dolibarr needs to connect to server <b>%s</b> with super user <b>%s</b> permissions.
|
|
YouAskLoginCreationSoDolibarrNeedToConnect=You selected create database user <b>%s</b>, but for this, Dolibarr needs to connect to server <b>%s</b> with super user <b>%s</b> permissions.
|
|
BecauseConnectionFailedParametersMayBeWrong=The database connection failed: the host or super user parameters must be wrong.
|
|
OrphelinsPaymentsDetectedByMethod=Verwaiste Zahlung gefunden durch Methode %s
|
|
RemoveItManuallyAndPressF5ToContinue=Bitte manuell entfernen und F5 drücken um fortzufahren.
|
|
FieldRenamed=Feld umbenannt
|
|
IfLoginDoesNotExistsCheckCreateUser=If the user does not exist yet, you must check option "Create user"
|
|
ErrorConnection=Server "<b>%s</b>", database name "<b>%s</b>", login "<b>%s</b>", or database password may be wrong or the PHP client version may be too old compared to the database version.
|
|
InstallChoiceRecommanded=Es empfiehlt sich eine Aktualisierung auf Version <b>%s</b>. Ihre aktuelle Version ist <b>%s</b>.
|
|
InstallChoiceSuggested=<b>Vom Installationsassistenten vorgeschlagene Wahl.</b>
|
|
MigrateIsDoneStepByStep=The targeted version (%s) has a gap of several versions. The install wizard will come back to suggest a further migration once this one is complete.
|
|
CheckThatDatabasenameIsCorrect=Check that the database name "<b>%s</b>" is correct.
|
|
IfAlreadyExistsCheckOption=Sollte dieser Name korrekt und die Datenbank noch nicht vorhanden sein, aktivieren Sie bitte das Kontrollkästchen "Datenbank erstellen".
|
|
OpenBaseDir=PHP openbasedir Einstellungen
|
|
YouAskToCreateDatabaseSoRootRequired=You checked the box "Create database". For this, you need to provide the login/password of superuser (bottom of form).
|
|
YouAskToCreateDatabaseUserSoRootRequired=You checked the box "Create database owner". For this, you need to provide the login/password of superuser (bottom of form).
|
|
NextStepMightLastALongTime=The current step may take several minutes. Please wait until the next screen is shown completely before continuing.
|
|
MigrationCustomerOrderShipping=Kundenauftragslieferung aktualisieren
|
|
MigrationShippingDelivery=Aktualisiere die Speicherung von Lieferungen (Versandart?)
|
|
MigrationShippingDelivery2=Aktualisiere die Speicherung von Lieferungen 2 (Versandart 2?)
|
|
MigrationFinished=Migration abgeschlossen
|
|
LastStepDesc=<strong>Last step</strong>: Define here the login and password you wish to use to connect to Dolibarr. <b>Do not lose this as it is the master account to administer all other/additional user accounts.</b>
|
|
ActivateModule=Aktivieren von Modul %s
|
|
ShowEditTechnicalParameters=Hier klicken um erweiterte Funktionen zu zeigen/bearbeiten (Expertenmodus)
|
|
WarningUpgrade=Warning:\nDid you run a database backup first?\nThis is highly recommended. Loss of data (due to for example bugs in mysql version 5.5.40/41/42/43) may be possible during this process, so it is essential to take a complete dump of your database before starting any migration.\n\nClick OK to start migration process...
|
|
ErrorDatabaseVersionForbiddenForMigration=Your database version is %s. It has a critical bug, making data loss possible if you make structural changes in your database, such as is required by the migration process. For his reason, migration will not be allowed until you upgrade your database to a layer (patched) version (list of known buggy versions: %s)
|
|
KeepDefaultValuesWamp=You used the Dolibarr setup wizard from DoliWamp, so values proposed here are already optimized. Change them only if you know what you are doing.
|
|
KeepDefaultValuesDeb=You used the Dolibarr setup wizard from a Linux package (Ubuntu, Debian, Fedora...), so the values proposed here are already optimized. Only the password of the database owner to create must be entered. Change other parameters only if you know what you are doing.
|
|
KeepDefaultValuesMamp=You used the Dolibarr setup wizard from DoliMamp, so the values proposed here are already optimized. Change them only if you know what you are doing.
|
|
KeepDefaultValuesProxmox=You used the Dolibarr setup wizard from a Proxmox virtual appliance, so the values proposed here are already optimized. Change them only if you know what you are doing.
|
|
UpgradeExternalModule=Run dedicated upgrade process of external module
|
|
SetAtLeastOneOptionAsUrlParameter=Zumindest eine Option für die URL Argumente ist notwendig. z.B. '...repair.php?standard=confirmed'
|
|
NothingToDelete=Nichts zu säubern / zu löschen
|
|
NothingToDo=Keine Aufgaben zum erledigen
|
|
#########
|
|
# upgrade
|
|
MigrationFixData=Denormalisierte Daten bereinigen
|
|
MigrationOrder=Datenmigration für Kundenaufträge
|
|
MigrationSupplierOrder=Datenmigration für Lieferantenaufträge
|
|
MigrationProposal=Datenmigration für Angebote
|
|
MigrationInvoice=Datenmigration für Kundenrechnungen
|
|
MigrationContract=Datenmigration für Verträge
|
|
MigrationSuccessfullUpdate=Aktualisierung erfolgreich
|
|
MigrationUpdateFailed=Aktualisierungsvorgang fehlgeschlagen.
|
|
MigrationRelationshipTables=Datenmigration für Relationentabellen (%s)
|
|
MigrationPaymentsUpdate=Update Zahlungen (n-n Link Rechnungszahlungen)
|
|
MigrationPaymentsNumberToUpdate=%s Zahlung(en) zu aktualisieren
|
|
MigrationProcessPaymentUpdate=Aktualisiere Zahlunge(en) %s
|
|
MigrationPaymentsNothingToUpdate=Keine weiteren Schritte.
|
|
MigrationPaymentsNothingUpdatable=Keine weiteren, korrekturfähigen Zahlungen
|
|
MigrationContractsUpdate=Vertragsdatenkorrektur
|
|
MigrationContractsNumberToUpdate=%s Vertrag/Verträge zu aktualisieren
|
|
MigrationContractsLineCreation=Erstelle Vertragszeile für Vertrag Nr. %s
|
|
MigrationContractsNothingToUpdate=Keine weiteren Schritte.
|
|
MigrationContractsFieldDontExist=Field fk_facture does not exist anymore. Nothing to do.
|
|
MigrationContractsEmptyDatesUpdate=Korrektur nicht gesetzter Vertragsdaten
|
|
MigrationContractsEmptyDatesUpdateSuccess=Contract empty date correction done successfully
|
|
MigrationContractsEmptyDatesNothingToUpdate=Kein nicht gesetztes Vertragsdatum zur Korrektur
|
|
MigrationContractsEmptyCreationDatesNothingToUpdate=Kein Vertragserstellungsdatum zur Korrektur
|
|
MigrationContractsInvalidDatesUpdate=Korrektur ungültiger Vertragsdaten
|
|
MigrationContractsInvalidDateFix=Korrigierte Vertrag %s (Vertragsdatum=%s, frühestes Leistungserbringungsdatum=%s)
|
|
MigrationContractsInvalidDatesNumber=%s Verträge geändert
|
|
MigrationContractsInvalidDatesNothingToUpdate=Kein ungültiges Vertragsdatum zur Korrektur
|
|
MigrationContractsIncoherentCreationDateUpdate=Korrektur ungültiger Vertragserstellungsdaten
|
|
MigrationContractsIncoherentCreationDateUpdateSuccess=Korrektur von ungültigen Vertrags Erstallengsdatum erfolgreich
|
|
MigrationContractsIncoherentCreationDateNothingToUpdate=Kein ungültiges Vertragserstellungsdatum zur Korrektur
|
|
MigrationReopeningContracts=Durch Fehler geschlossenen Vertrag wiedereröffnen
|
|
MigrationReopenThisContract=Vertrag %s wiedereröffnen
|
|
MigrationReopenedContractsNumber=%s Verträge geändert
|
|
MigrationReopeningContractsNothingToUpdate=Keine geschlossenen Verträge zur Wiedereröffnung
|
|
MigrationBankTransfertsUpdate=Verknüpfung zwischen Banktransaktion und einer Überweisung aktualisieren
|
|
MigrationBankTransfertsNothingToUpdate=Alle Banktransaktionen sind auf neuestem Stand.
|
|
MigrationShipmentOrderMatching=Aktualisierung Versand
|
|
MigrationDeliveryOrderMatching=Aktualisiere Lieferscheine
|
|
MigrationDeliveryDetail=Aktualisiere Lieferungen
|
|
MigrationStockDetail=Aktualisiere den Lagerbestand von Produkten
|
|
MigrationMenusDetail=Tabellen der dynamischen Menüs aktualisieren
|
|
MigrationDeliveryAddress=Update Lieferadresse in Versand
|
|
MigrationProjectTaskActors=Data migration for table llx_projet_task_actors
|
|
MigrationProjectUserResp=Datenmigration des Feldes fk_user_resp von llx_projet nach llx_element_contact
|
|
MigrationProjectTaskTime=Aktualisiere aufgewandte Zeit (in Sekunden)
|
|
MigrationActioncommElement=Aktualisiere die Termine/Aufgaben
|
|
MigrationPaymentMode=Migration der Daten für die Zahlungsart
|
|
MigrationCategorieAssociation=Migration von Kategorien
|
|
MigrationEvents=Migration of events to add event owner into assignment table
|
|
MigrationEventsContact=Migration of events to add event contact into assignment table
|
|
MigrationRemiseEntity=Aktualisieren Sie den Wert des Feld "entity" der Tabelle "llx_societe_remise"
|
|
MigrationRemiseExceptEntity=Aktualisieren Sie den Wert des Feld "entity" der Tabelle "llx_societe_remise_except"
|
|
MigrationUserRightsEntity=Aktualisieren Sie den Wert des Feld "entity" der Tabelle "llx_user_rights"
|
|
MigrationUserGroupRightsEntity=Aktualisieren Sie den Wert des Feld "entity" der Tabelle "llx_usergroup_rights"
|
|
MigrationUserPhotoPath=Migration of photo paths for users
|
|
MigrationReloadModule=Neu Laden von Modul %s
|
|
MigrationResetBlockedLog=Modul BlockedLog für v7 Algorithmus zurücksetzen
|
|
ShowNotAvailableOptions=Show unavailable options
|
|
HideNotAvailableOptions=Hide unavailable options
|
|
ErrorFoundDuringMigration=Error(s) were reported during the migration process so next step is not available. To ignore errors, you can <a href="%s">click here</a>, but the application or some features may not work correctly until the errors are resolved.
|
|
YouTryInstallDisabledByDirLock=The application tried to self-upgrade, but the install/upgrade pages have been disabled for security (directory renamed with .lock suffix).<br>
|
|
YouTryInstallDisabledByFileLock=The application tried to self-upgrade, but the install/upgrade pages have been disabled for security (by the existence of a lock file <strong>install.lock</strong> in the dolibarr documents directory).<br>
|
|
ClickHereToGoToApp=Hier klicken um zu Ihrer Anwendung zu kommen
|
|
ClickOnLinkOrRemoveManualy=Click on the following link. If you always see this same page, you must remove/rename the file install.lock in the documents directory.
|