Initial commit

This commit is contained in:
2018-04-02 08:07:38 +02:00
commit 7330c1ed3e
2054 changed files with 405203 additions and 0 deletions

View File

@@ -0,0 +1,56 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<xliff version="1.0">
<file source-language="en" target-language="de" datatype="plaintext" original="messages" date="2016-02-18T04:55:46Z" product-name="scheduler">
<header/>
<body>
<trans-unit id="cachingFrameworkGarbageCollection.description" xml:space="preserve" approved="yes">
<source>This task calls the garbage collection of configured caching framework caches which use one of the selected backends. This will free some space in cache backends which do not have an internal garbage collection. In case of the default database backend it is advisable to run this task once a day when the database is mostly idle.</source>
<target state="translated">Dieser Task ruft die Müllsammlung der Caches des konfigurierten Caching-Frameworks auf. Dies gibt Platz in Cache-Backends freigeben, die keine interne Müllsammlung haben. Im Fall des Standard-Datenbank-Backends ist es ratsam, diesen Task einmal täglich auszuführen, bevorzugt wenn die Datenbank weitestgehend leerläuft.</target></trans-unit>
<trans-unit id="cachingFrameworkGarbageCollection.name" xml:space="preserve" approved="yes">
<source>Caching framework garbage collection</source>
<target state="translated">Müllsammlung des Caching-Frameworks</target></trans-unit>
<trans-unit id="fileIndexing.description" xml:space="preserve" approved="yes">
<source>Runs indexing tasks based on an indexing configuration and a storage/folder information.</source>
<target state="translated">Führt Indizierungsaufgaben basierend auf der Indizierungskonfiguration und Speicher-/Ordner-Informationen durch.</target></trans-unit>
<trans-unit id="fileIndexing.name" xml:space="preserve" approved="yes">
<source>[OBSOLETE] File Abstraction Layer: Indexing job</source>
<target state="translated">[OBSOLET] Datei-Abstraktionsschicht: Indizierungs-Auftrag</target></trans-unit>
<trans-unit id="fileStorageExtraction.description" xml:space="preserve" approved="yes">
<source>Extracts metadata for all files in storage which have been changed since last run.</source>
<target state="translated">Entpackt Metadaten für alle Dateien im Speicher, die sich seit der letzten Ausführung verändert haben.</target></trans-unit>
<trans-unit id="fileStorageExtraction.name" xml:space="preserve" approved="yes">
<source>File Abstraction Layer: Extract metadata in storage</source>
<target state="translated">Dateiabstraktionsschicht: Metadaten in Speicher entpacken</target></trans-unit>
<trans-unit id="fileStorageIndexing.description" xml:space="preserve" approved="yes">
<source>Updates the Index/Cache Data of a Storage; only needed if changes to the storage are possible outside the backend (FTP, RemoteStorages).</source>
<target state="translated">Aktualisiert den Index/die Cachedaten eines Speichers; nur benötigt, wenn Änderungen am Speicher von außerhalb des Backends vorgenommen werden können (z.B. per FTP oder per remoteStorage).</target></trans-unit>
<trans-unit id="fileStorageIndexing.name" xml:space="preserve" approved="yes">
<source>File Abstraction Layer: Update storage index</source>
<target state="translated">Dateiabstraktionsschicht: Speicherindex aktualisieren</target></trans-unit>
<trans-unit id="recyclerGarbageCollection.description" xml:space="preserve" approved="yes">
<source>This task empties all "_recycler_" folders below fileadmin. This helps free some space in the file system.</source>
<target state="translated">Dieser Task leert alle Order mit dem Namen "_recycler_" im Ordner fileadmin. So können Sie Speicherplatz im Dateisystem freigeben.</target></trans-unit>
<trans-unit id="recyclerGarbageCollection.name" xml:space="preserve" approved="yes">
<source>Fileadmin garbage collection</source>
<target state="translated">Müllsammlung für den Ordner fileadmin</target></trans-unit>
<trans-unit id="sleepTask.description" xml:space="preserve" approved="yes">
<source>This task does nothing but put PHP to sleep for a number of seconds. It is designed to test multiple executions.</source>
<target state="translated">Dieser Task macht nichts außer PHP eine gewisse Anzahl Sekunden zu pausieren. Er ist zum Testen mehrfacher, gleichzeitiger Ausführungen des Planers gedacht.</target></trans-unit>
<trans-unit id="sleepTask.name" xml:space="preserve" approved="yes">
<source>Scheduler sleep task</source>
<target state="translated">Planer-Pause-Task</target></trans-unit>
<trans-unit id="tableGarbageCollection.description" xml:space="preserve" approved="yes">
<source>Task to delete old entries from specific tables like sys_log. Use $GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['scheduler']['tasks']['tx_scheduler_TableGarbageCollection']['options']['tables'] to configure tables. Refer to the manual for more details.</source>
<target state="translated">Task zum Löschen alter Einträge aus bestimmten Tabellen wie sys_log. Benutzen Sie $GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['scheduler']['tasks']['tx_scheduler_TableGarbageCollection']['options']['tables'] um die Tabellen zu konfigurieren. Weitere Details finden Sie im Handbuch.</target></trans-unit>
<trans-unit id="tableGarbageCollection.name" xml:space="preserve" approved="yes">
<source>Table garbage collection</source>
<target state="translated">Tabellen-Müllsammlung</target></trans-unit>
<trans-unit id="testTask.description" xml:space="preserve" approved="yes">
<source>The Scheduler test task just sends a mail to a given email address. It is designed to be used for testing purposes.</source>
<target state="translated">Der Test-Task schickt eine E-Mail an eine angegebene E-Mail-Adresse. Er ist zu Testzwecken gedacht.</target></trans-unit>
<trans-unit id="testTask.name" xml:space="preserve" approved="yes">
<source>Scheduler test task</source>
<target state="translated">Planer-Test-Task</target></trans-unit>
</body>
</file>
</xliff>