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,100 @@
<?xml version="1.0" encoding="UTF-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" version="1.2">
<file source-language="en" datatype="plaintext" original="EXT:extbase/Resources/Private/Language/locallang.xlf" date="2012-10-17T19:30:32Z" product-name="extbase" target-language="it">
<header/>
<body>
<trans-unit id="property.error" resname="property.error" approved="yes">
<source>Validation errors for property "%s"</source>
<target state="final">Errori di validazione per la proprietà "%s"</target>
</trans-unit>
<trans-unit id="validator.emailaddress.notvalid" resname="validator.emailaddress.notvalid" approved="yes">
<source>The given subject was not a valid email address.</source>
<target state="final">Il valore inserito non è un indirizzo email valido.</target>
</trans-unit>
<trans-unit id="validator.stringlength.between" resname="validator.stringlength.between" approved="yes">
<source>The length of the given string was not between %s and %s characters.</source>
<target state="final">La lunghezza della stringa inserita non è tra %s e %s caratteri.</target>
</trans-unit>
<trans-unit id="validator.stringlength.less" resname="validator.stringlength.less" approved="yes">
<source>The length of the given string is less than %s characters.</source>
<target state="final">La lunghezza della stringa inserita è inferiore a %s caratteri.</target>
</trans-unit>
<trans-unit id="validator.string.notvalid" resname="validator.string.notvalid" approved="yes">
<source>A valid string is expected.</source>
<target state="final">È richiesta una stringa valida.</target>
</trans-unit>
<trans-unit id="validator.stringlength.exceed" resname="validator.stringlength.exceed" approved="yes">
<source>The length of the given string exceeded %s characters.</source>
<target state="final">La lunghezza della stringa inserita è superiore a %s caratteri.</target>
</trans-unit>
<trans-unit id="validator.alphanumeric.notvalid" resname="validator.alphanumeric.notvalid" approved="yes">
<source>The given subject was not a valid alphanumeric string.</source>
<target state="final">La stringa inserita non è un valore alfanumerico valido.</target>
</trans-unit>
<trans-unit id="validator.datetime.notvalid" resname="validator.datetime.notvalid" approved="yes">
<source>The given subject was not a valid DateTime. Got: '%s'</source>
<target state="final">Il valore inserito non è una data valida. '%s'</target>
</trans-unit>
<trans-unit id="validator.genericobject.noobject" resname="validator.genericobject.noobject" approved="yes">
<source>Value is no object.</source>
<target state="final">Valore non è un oggetto.</target>
</trans-unit>
<trans-unit id="validator.float.notvalid" resname="validator.float.notvalid" approved="yes">
<source>The given subject was not a valid float.</source>
<target state="final">Il valore inserito non è un numero decimale valido.</target>
</trans-unit>
<trans-unit id="validator.text.notvalid" resname="validator.text.notvalid" approved="yes">
<source>The given subject was not a valid text (e.g. contained XML tags).</source>
<target state="final">Il contenuto inserito non è un testo valido (es. contiene tag XML).</target>
</trans-unit>
<trans-unit id="validator.regularexpression.empty" resname="validator.regularexpression.empty" approved="yes">
<source>The regular expression was empty.</source>
<target state="final">L'espressione regolare è vuota.</target>
</trans-unit>
<trans-unit id="validator.regularexpression.nomatch" resname="validator.regularexpression.nomatch" approved="yes">
<source>The given subject did not match the pattern.</source>
<target state="final">Il valore inserito non è compatibile con il pattern.</target>
</trans-unit>
<trans-unit id="validator.regularexpression.error" resname="validator.regularexpression.error" approved="yes">
<source>The regular expression '%s' contained an error.</source>
<target state="final">L'espressione regolare '%s' contiene errori.</target>
</trans-unit>
<trans-unit id="validator.numberrange.notvalid" resname="validator.numberrange.notvalid" approved="yes">
<source>The given subject was not a valid number.</source>
<target state="final">Il valore inserito non è un numero valido.</target>
</trans-unit>
<trans-unit id="validator.numberrange.range" resname="validator.numberrange.range" approved="yes">
<source>The given subject was not in the valid range (%s - %s).</source>
<target state="final">Il valore inserito non è nell'intervallo corretto (%s - %s).</target>
</trans-unit>
<trans-unit id="validator.notempty.null" resname="validator.notempty.null" approved="yes">
<source>The given subject was NULL.</source>
<target state="final">Il valore inserito è NULL.</target>
</trans-unit>
<trans-unit id="validator.notempty.empty" resname="validator.notempty.empty" approved="yes">
<source>The given subject was empty.</source>
<target state="final">Il valore inserito è vuoto.</target>
</trans-unit>
<trans-unit id="validator.number.notvalid" resname="validator.number.notvalid" approved="yes">
<source>The given subject was not a valid number.</source>
<target state="final">Il valore inserito non è un numero valido.</target>
</trans-unit>
<trans-unit id="validator.integer.notvalid" resname="validator.integer.notvalid" approved="yes">
<source>The given subject was not a valid integer.</source>
<target state="final">Il valore inserito non è un intero valido.</target>
</trans-unit>
<trans-unit id="validator.boolean.nottrue" resname="validator.boolean.nottrue" approved="yes">
<source>The given subject was not true.</source>
<target state="final">Il valore inserito non è "vero".</target>
</trans-unit>
<trans-unit id="validator.boolean.notfalse" resname="validator.boolean.notfalse" approved="yes">
<source>The given subject was not false.</source>
<target state="final">Il valore inserito non è "falso".</target>
</trans-unit>
<trans-unit id="validator.url.notvalid" resname="validator.url.notvalid" approved="yes">
<source>The given subject is no valid URL.</source>
<target state="final">Il valore dato non è un URL valido.</target>
</trans-unit>
</body>
</file>
</xliff>

View File

@@ -0,0 +1,32 @@
<?xml version="1.0" encoding="UTF-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" version="1.2">
<file source-language="en" datatype="plaintext" original="EXT:extbase/Resources/Private/Language/locallang_db.xlf" date="2011-10-17T20:22:32Z" product-name="extbase" target-language="it">
<header/>
<body>
<trans-unit id="fe_users.tx_extbase_type" resname="fe_users.tx_extbase_type" approved="yes">
<source>Record Type</source>
<target state="final">Tipo Record</target>
</trans-unit>
<trans-unit id="fe_users.tx_extbase_type.0" resname="fe_users.tx_extbase_type.0" approved="yes">
<source>undefined</source>
<target state="final">indefinito</target>
</trans-unit>
<trans-unit id="fe_users.tx_extbase_type.Tx_Extbase_Domain_Model_FrontendUser" resname="fe_users.tx_extbase_type.Tx_Extbase_Domain_Model_FrontendUser" approved="yes">
<source>Tx_Extbase_Domain_Model_FrontendUser</source>
<target state="final">Tx_Extbase_Domain_Model_FrontendUser</target>
</trans-unit>
<trans-unit id="fe_groups.tx_extbase_type" resname="fe_groups.tx_extbase_type" approved="yes">
<source>Record Type</source>
<target state="final">Tipo Record</target>
</trans-unit>
<trans-unit id="fe_groups.tx_extbase_type.0" resname="fe_groups.tx_extbase_type.0" approved="yes">
<source>undefined</source>
<target state="final">indefinito</target>
</trans-unit>
<trans-unit id="fe_groups.tx_extbase_type.Tx_Extbase_Domain_Model_FrontendUserGroup" resname="fe_groups.tx_extbase_type.Tx_Extbase_Domain_Model_FrontendUserGroup" approved="yes">
<source>Tx_Extbase_Domain_Model_FrontendUserGroup</source>
<target state="final">Tx_Extbase_Domain_Model_FrontendUserGroup</target>
</trans-unit>
</body>
</file>
</xliff>