Initial commit - Typo3 11.5.41

This commit is contained in:
Matteo Gallo
2026-07-03 17:53:31 +02:00
commit 5ca4743197
6811 changed files with 568848 additions and 0 deletions

View File

@@ -0,0 +1,32 @@
<?xml version='1.0' encoding='utf-8'?>
<xliff xmlns:t3="http://typo3.org/schemas/xliff" version="1.0">
<file t3:id="1415814980" source-language="en" datatype="plaintext" original="messages" date="2011-10-17T20:22:32Z" product-name="rtehtmlarea" target-language="it">
<header/>
<body>
<trans-unit id="rtehtmlarea.config.noSpellCheckLanguages" xml:space="preserve">
<source>No spell checking languages: The list of languages for which Aspell does not provide spell checking (see http://aspell.net/man-html/Unsupported.html#Unsupported) and for which the htmlArea SpellChecker plugin will therefore be disabled.</source>
<target></target></trans-unit>
<trans-unit id="rtehtmlarea.config.AspellDirectory" xml:space="preserve">
<source>Aspell path: The server path where Aspell is installed.</source>
<target></target></trans-unit>
<trans-unit id="rtehtmlarea.config.defaultConfiguration" xml:space="preserve">
<source>Default configuration settings</source>
<target></target></trans-unit>
<trans-unit id="rtehtmlarea.config.enableImages" xml:space="preserve">
<source>Enable images in the RTE: If set, the use of images will be enabled in the "Minimal" or the "Typical" default configuration of the RTE.</source>
<target></target></trans-unit>
<trans-unit id="rtehtmlarea.config.enableInlineElements" xml:space="preserve">
<source>Enable additional inline elements: If set, the potential use of additional inline elements will be enabled.</source>
<target></target></trans-unit>
<trans-unit id="rtehtmlarea.config.allowStyleAttribute" xml:space="preserve">
<source>Enable features that use the style attribute: If set, the potential use of features that use the style attribute (textcolor, bgcolor, fontstyle, fontsize) will be enabled.</source>
<target></target></trans-unit>
<trans-unit id="rtehtmlarea.config.enableAccessibilityIcons" xml:space="preserve">
<source>Enable links accessibility icons: If set, accessibility icons will be added in front of links.</source>
<target></target></trans-unit>
<trans-unit id="rtehtmlarea.config.forceCommandMode" xml:space="preserve">
<source>Force Aspell command mode: If set, the spellchecker will use the Aspell command interface. Presumably. PHP is compiled with pspell, but with an old version of Aspell.</source>
<target></target></trans-unit>
</body>
</file>
</xliff>

View File

@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<T3locallangExt>
<data type="array">
<languageKey index="it" type="array">
<label index="rtehtmlarea.config.noSpellCheckLanguages"/>
<label index="rtehtmlarea.config.AspellDirectory"/>
<label index="rtehtmlarea.config.defaultConfiguration"/>
<label index="rtehtmlarea.config.enableImages"/>
<label index="rtehtmlarea.config.enableInlineElements"/>
<label index="rtehtmlarea.config.allowStyleAttribute"/>
<label index="rtehtmlarea.config.enableAccessibilityIcons"/>
<label index="rtehtmlarea.config.forceCommandMode"/>
</languageKey>
</data>
</T3locallangExt>