forked from Wavyzz/dolibarr
115 lines
4.0 KiB
Plaintext
115 lines
4.0 KiB
Plaintext
# Dolibarr language file - Source file is en_US - cron
|
|
#
|
|
# About page
|
|
#
|
|
About = Über
|
|
CronAbout = Über Cron
|
|
CronAboutPage = Über cron Seite
|
|
|
|
#
|
|
# Right
|
|
#
|
|
Permission23101 = Lese geplante Aufgabe
|
|
Permission23102 = Erstelle/aktualisiere geplante Aufgabe
|
|
Permission23103 = Lösche geplante Aufgabe
|
|
Permission23104 = Führe geplante Aufgabe aus
|
|
|
|
#
|
|
# Admin
|
|
#
|
|
CronSetup= Jobverwaltungs-Konfiguration
|
|
# URLToLaunchCronJobs=URL to check and launch cron jobs if required
|
|
# OrToLaunchASpecificJob=Or to check and launch a specific job
|
|
KeyForCronAccess=Sicherheitsschlüssel für URL zum Starten von Cronjobs
|
|
FileToLaunchCronJobs=Kommandozeile zum Starten von Cronjobs
|
|
CronExplainHowToRunUnix=In Unix-Umgebungen sollte man crontab benutzen um die Kommandozeile jede Minute auszuführen
|
|
CronExplainHowToRunWin=In Microsoft(tm) Windows kannst Du die Aufgabenplanung benutzen um die Kommandozeile jede Minute aufzurufen
|
|
|
|
|
|
#
|
|
# Menu
|
|
#
|
|
CronJobs=Geplante Jobs
|
|
CronListActive= Liste der aktiven Jobs
|
|
CronListInactive= Liste der deaktivierten Jobs
|
|
CronListActive= Liste der aktiven Jobs
|
|
|
|
|
|
#
|
|
# Page list
|
|
#
|
|
CronDateLastRun=Letzte Ausführung
|
|
CronLastOutput=Ausgabe der letzten Ausführung
|
|
CronLastResult=Letzter Resultatcode
|
|
CronListOfCronJobs=Liste der geplanten Jobs
|
|
CronCommand=Befehl
|
|
# CronList=Jobs list
|
|
CronDelete= Lösche Cronjobs
|
|
CronConfirmDelete= Möchten Sie diesen Cronjob wirklich löschen?
|
|
CronExecute=Starte Job
|
|
CronConfirmExecute= Sind Sie sicher, dass Sie diesen Job jetzt ausführen wollen
|
|
CronInfo= Jobs, die eine geplante Aufgabe ausführen dürfen
|
|
CronWaitingJobs=Wartende Jobs
|
|
CronTask=Job
|
|
CronNone= Keine
|
|
CronDtStart=Startdatum
|
|
CronDtEnd=Vertragsende
|
|
CronDtNextLaunch=Nächste Ausführung
|
|
CronDtLastLaunch=Letzte Ausführung
|
|
CronFrequency=Häufigkeit
|
|
CronClass=Klasse
|
|
CronMethod=Methode
|
|
CronModule=Modul
|
|
CronAction=Aktion
|
|
CronStatus=Status
|
|
CronStatusActive=Aktiviert
|
|
CronStatusInactive=Deaktivert
|
|
CronNoJobs=Keine Jobs eingetragen
|
|
CronPriority=Rang
|
|
CronLabel=Beschreibung
|
|
CronNbRun=Anzahl Starts
|
|
CronEach=Jede
|
|
JobFinished=Job gestarted und beendet
|
|
|
|
#
|
|
#Page card
|
|
#
|
|
CronAdd= Jobs hinzufügen
|
|
CronHourStart= Startzeit und -datum für Aufgabe
|
|
CronEvery= Und führe Aufgabe aus jeden
|
|
CronObject= Instanz/Objekt zu erstellen
|
|
CronArgs=Parameter
|
|
CronSaveSucess=Speichern erfolgreich
|
|
CronNote=Kommentar
|
|
CronFieldMandatory=Feld %s ist zwingend nötig
|
|
CronErrEndDateStartDt=Enddatum kann nicht vor dem Startdatum liegen
|
|
CronStatusActiveBtn=Aktivieren
|
|
CronStatusInactiveBtn=Deaktivieren
|
|
CronTaskInactive=Dieser Job ist deaktiviert
|
|
CronDtLastResult=Datum letztes Resultat
|
|
CronId=ID
|
|
CronClassFile=Klassen (filenames.class.php)
|
|
# CronModuleHelp=Name of Dolibarr module directory (also work with external Dolibarr module). <BR> For exemple to fetch method of Dolibarr Product object /htdocs/<u>product</u>/class/product.class.php, the value of module is <i>product</i>
|
|
# CronClassFileHelp=The file name to load. <BR> For exemple to fetch method of Dolibarr Product object /htdocs/product/class/<u>product.class.php</u>, the value of class file name is <i>product.class.php</i>
|
|
# CronObjectHelp=The object name to load. <BR> For exemple to fetch method of Dolibarr Product object /htdocs/product/class/product.class.php, the value of class file name is <i>Product</i>
|
|
# CronMethodHelp=The object method to launch. <BR> For exemple to fetch method of Dolibarr Product object /htdocs/product/class/product.class.php, the value of method is is <i>fecth</i>
|
|
# CronArgsHelp=The method arguments. <BR> For exemple to fetch method of Dolibarr Product object /htdocs/product/class/product.class.php, the value of paramters can be <i>0, ProductRef</i>
|
|
CronCommandHelp=Die auszuführende System-Kommandozeile
|
|
|
|
#
|
|
# Info
|
|
#
|
|
CronInfoPage=Information
|
|
|
|
|
|
#
|
|
# Common
|
|
#
|
|
CronType=Aufgaben-Typ
|
|
CronType_method=Aufrufmethode einer Dolibarr Class
|
|
CronType_command=Shell-Befehl
|
|
CronMenu=Cron
|
|
CronCannotLoadClass=Kann Klasse %s oder Object %s nicht laden
|
|
|
|
UseMenuModuleToolsToAddCronJobs=Rufe Menu "Home - Modules tools - Job Liste" auf um geplante Aufgaben zu sehen und zu verändern.
|