Initial commit
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
<?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-19T01:22:41Z" product-name="dbal">
|
||||
<header/>
|
||||
<body>
|
||||
<trans-unit id="dbal.config.sql_query.passthrough" approved="yes">
|
||||
<source>Enable MySQL pass-through: Method $GLOBALS['TYPO3_DB']->sql_query() is only experimentally supported by DBAL. Its use should be avoided. When active, this flag tells DBAL to not try to parse the query and always send it as-this to MySQL, thus as if DBAL were not loaded.</source>
|
||||
<target state="translated">MySQL-Weitergabe aktivieren: Unterstützung der Methode $GLOBALS['TYPO3_DB']->sql_query() in DBAL ist nur experimentell. Ihre Verwendung sollte vermieden werden. Wenn aktiv, bewirkt diese Option, dass DBAL nicht versucht, den Query zu parsen und ihn stattdessen im Ist-Zustand an MySQL weitergibt, so als wäre DBAL nicht geladen.</target>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<T3locallangExt>
|
||||
<data type="array">
|
||||
<languageKey index="de" type="array">
|
||||
<label index="dbal.config.sql_query.passthrough">MySQL-Weitergabe aktivieren: Unterstützung der Methode $GLOBALS['TYPO3_DB']->sql_query() in DBAL ist nur experimentell. Ihre Verwendung sollte vermieden werden. Wenn aktiv, bewirkt diese Option, dass DBAL nicht versucht, den Query zu parsen und ihn stattdessen im Ist-Zustand an MySQL weitergibt, so als wäre DBAL nicht geladen.</label>
|
||||
</languageKey>
|
||||
</data>
|
||||
</T3locallangExt>
|
||||
24
typo3conf/l10n/de/dbal/mod1/de.locallang.xlf
Normal file
24
typo3conf/l10n/de/dbal/mod1/de.locallang.xlf
Normal file
@@ -0,0 +1,24 @@
|
||||
<?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-19T01:22:41Z" product-name="dbal">
|
||||
<header/>
|
||||
<body>
|
||||
<trans-unit id="Cached_info" approved="yes">
|
||||
<source>Cached info</source>
|
||||
<target state="translated">Gecachte Informationen</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="Debug_log" approved="yes">
|
||||
<source>Debug log</source>
|
||||
<target state="translated">Debug-Protokoll</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="SQL_check" approved="yes">
|
||||
<source>SQL Check</source>
|
||||
<target state="translated">SQL-Prüfung</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="title" approved="yes">
|
||||
<source>DBAL Analysis Module</source>
|
||||
<target state="translated">Modul DBAL-Analyse</target>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
||||
11
typo3conf/l10n/de/dbal/mod1/de.locallang.xml
Normal file
11
typo3conf/l10n/de/dbal/mod1/de.locallang.xml
Normal file
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<T3locallangExt>
|
||||
<data type="array">
|
||||
<languageKey index="de" type="array">
|
||||
<label index="Cached_info">Gecachte Informationen</label>
|
||||
<label index="Debug_log">Debug-Protokoll</label>
|
||||
<label index="SQL_check">SQL-Prüfung</label>
|
||||
<label index="title">Modul DBAL-Analyse</label>
|
||||
</languageKey>
|
||||
</data>
|
||||
</T3locallangExt>
|
||||
12
typo3conf/l10n/de/dbal/mod1/de.locallang_mod.xlf
Normal file
12
typo3conf/l10n/de/dbal/mod1/de.locallang_mod.xlf
Normal file
@@ -0,0 +1,12 @@
|
||||
<?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-19T01:22:41Z" product-name="dbal">
|
||||
<header/>
|
||||
<body>
|
||||
<trans-unit id="mlang_tabs_tab" approved="yes">
|
||||
<source>DBAL Debug</source>
|
||||
<target state="translated">DBAL-Debug</target>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
||||
8
typo3conf/l10n/de/dbal/mod1/de.locallang_mod.xml
Normal file
8
typo3conf/l10n/de/dbal/mod1/de.locallang_mod.xml
Normal file
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<T3locallangExt>
|
||||
<data type="array">
|
||||
<languageKey index="de" type="array">
|
||||
<label index="mlang_tabs_tab">DBAL-Debug</label>
|
||||
</languageKey>
|
||||
</data>
|
||||
</T3locallangExt>
|
||||
Reference in New Issue
Block a user