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,47 @@
<?xml version='1.0' encoding='utf-8'?>
<xliff xmlns:t3="http://typo3.org/schemas/xliff" version="1.0">
<file t3:id="1415814983" source-language="en" datatype="plaintext" original="messages" date="2011-10-17T20:22:32Z" product-name="saltedpasswords" target-language="it">
<header/>
<body>
<trans-unit id="saltedpasswords.config.checkConfigurationFE" xml:space="preserve">
<source>Frontend configuration check</source>
<target></target></trans-unit>
<trans-unit id="saltedpasswords.config.checkConfigurationBE" xml:space="preserve">
<source>Backend configuration check</source>
<target></target></trans-unit>
<trans-unit id="saltedpasswords.config.FE.enabled" xml:space="preserve">
<source>Enable FE: Enable SaltedPasswords in the frontend</source>
<target></target></trans-unit>
<trans-unit id="saltedpasswords.config.FE.saltedPWHashingMethod" xml:space="preserve">
<source>Hashing method for the frontend: Defines salted hashing method to use. Choose "Portable PHP password hashing" to stay compatible with other CMS (e.g. Drupal, Wordpress). Choose "MD5 salted hashing" to reuse TYPO3 passwords for OS level authentication (other servers could use TYPO3 passwords). Choose "Blowfish salted hashing" for advanced security to reuse passwords on OS level (Blowfish might not be supported on your system TODO).</source>
<target></target></trans-unit>
<trans-unit id="saltedpasswords.config.BE.saltedPWHashingMethod" xml:space="preserve">
<source>Hashing method for the backend: Defines salted hashing method to use. Choose "Portable PHP password hashing" to stay compatible with other CMS (e.g. Drupal, Wordpress). Choose "MD5 salted hashing" to reuse TYPO3 passwords for OS level authentication (other servers could use TYPO3 passwords). Choose "Blowfish salted hashing" for advanced security to reuse passwords on OS level (Blowfish might not be supported on your system TODO).</source>
<target></target></trans-unit>
<trans-unit id="saltedpasswords.config.checkConfigurationFE2" xml:space="preserve">
<source>Frontend configuration check</source>
<target></target></trans-unit>
<trans-unit id="saltedpasswords.config.FE.forceSalted" xml:space="preserve">
<source>Force salted passwords: Enforce usage of SaltedPasswords. Old MD5 hashed passwords will stop working.</source>
<target></target></trans-unit>
<trans-unit id="saltedpasswords.config.FE.onlyAuthService" xml:space="preserve">
<source>Exclusive FE usage: If enabled and authentication fails, no further authentication service will be tried.</source>
<target></target></trans-unit>
<trans-unit id="saltedpasswords.config.FE.updatePasswd" xml:space="preserve">
<source>Update FE user passwords: Keep existing FE user passwords but automatically convert them to the salted hash format during authentication (will not work if forceSalted is used).</source>
<target></target></trans-unit>
<trans-unit id="saltedpasswords.config.checkConfigurationBE2" xml:space="preserve">
<source>Backend configuration check</source>
<target></target></trans-unit>
<trans-unit id="saltedpasswords.config.BE.forceSalted" xml:space="preserve">
<source>Force salted passwords: Enforce usage of SaltedPasswords. Old MD5 hashed passwords will stop working.</source>
<target></target></trans-unit>
<trans-unit id="saltedpasswords.config.BE.onlyAuthService" xml:space="preserve">
<source>Exclusive BE usage: If enabled and authentication fails, no further authentication service will be tried.</source>
<target></target></trans-unit>
<trans-unit id="saltedpasswords.config.BE.updatePasswd" xml:space="preserve">
<source>Update BE user passwords: Keep existing BE user passwords but automatically convert them to the salted hash format during authentication (will not work if forceSalted is used).</source>
<target></target></trans-unit>
</body>
</file>
</xliff>

View File

@@ -0,0 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
<T3locallangExt>
<data type="array">
<languageKey index="it" type="array">
<label index="saltedpasswords.config.checkConfigurationFE"/>
<label index="saltedpasswords.config.checkConfigurationBE"/>
<label index="saltedpasswords.config.FE.enabled"/>
<label index="saltedpasswords.config.FE.saltedPWHashingMethod"/>
<label index="saltedpasswords.config.BE.saltedPWHashingMethod"/>
<label index="saltedpasswords.config.checkConfigurationFE2"/>
<label index="saltedpasswords.config.FE.forceSalted"/>
<label index="saltedpasswords.config.FE.onlyAuthService"/>
<label index="saltedpasswords.config.FE.updatePasswd"/>
<label index="saltedpasswords.config.checkConfigurationBE2"/>
<label index="saltedpasswords.config.BE.forceSalted"/>
<label index="saltedpasswords.config.BE.onlyAuthService"/>
<label index="saltedpasswords.config.BE.updatePasswd"/>
</languageKey>
</data>
</T3locallangExt>

View File

@@ -0,0 +1,47 @@
<?xml version='1.0' encoding='utf-8'?>
<xliff xmlns:t3="http://typo3.org/schemas/xliff" version="1.0">
<file t3:id="1415814981" source-language="en" datatype="plaintext" original="messages" date="2011-10-17T20:22:37Z" product-name="saltedpasswords" target-language="it">
<header/>
<body>
<trans-unit id="ext.saltedpasswords.title.tx_saltedpasswords_salts_phpass" xml:space="preserve" approved="yes">
<source>Portable PHP password hashing (phpass)</source>
<target state="translated">Hashing portabile PHP delle password (phpass)</target></trans-unit>
<trans-unit id="ext.saltedpasswords.title.tx_saltedpasswords_salts_md5" xml:space="preserve" approved="yes">
<source>MD5 salted hashing (secure)</source>
<target state="translated">Hashing MD5 con entropia (sicuro)</target></trans-unit>
<trans-unit id="ext.saltedpasswords.title.tx_saltedpasswords_salts_blowfish" xml:space="preserve" approved="yes">
<source>Blowfish salted hashing (advanced)</source>
<target state="translated">Hashing Blowfish con entropia (avanzato)</target></trans-unit>
<trans-unit id="ext.saltedpasswords.title.phpasssalt" xml:space="preserve" approved="yes">
<source>Portable PHP password hashing (phpass)</source>
<target state="translated">Hashing portabile PHP delle password (phpass)</target><note>100%</note></trans-unit>
<trans-unit id="ext.saltedpasswords.title.md5salt" xml:space="preserve" approved="yes">
<source>MD5 salted hashing (secure)</source>
<target state="translated">Hashing MD5 con entropia (sicuro)</target><note>100%</note></trans-unit>
<trans-unit id="ext.saltedpasswords.title.blowfishsalt" xml:space="preserve" approved="yes">
<source>Blowfish salted hashing (advanced)</source>
<target state="translated">Hashing Blowfish con entropia (avanzato)</target><note>100%</note></trans-unit>
<trans-unit id="ext.saltedpasswords.tasks.bulkupdate.name" xml:space="preserve" approved="yes">
<source>Convert user passwords to salted hashes</source>
<target state="translated">Converti le password utente in hash con entropia</target></trans-unit>
<trans-unit id="ext.saltedpasswords.tasks.bulkupdate.description" xml:space="preserve" approved="yes">
<source>Update all frontend and backend user passwords to salted hashes. This task deactivates itself when completed.</source>
<target state="translated">Aggiorna tutte le password degli utenti di frontend e di backend in hash con entropia. Questo compito si disattiva autonomamente una volta completato.</target></trans-unit>
<trans-unit id="ext.saltedpasswords.tasks.bulkupdate.label.numberOfRecords" xml:space="preserve">
<source>The number of records to process on each run</source>
<target></target></trans-unit>
<trans-unit id="ext.saltedpasswords.tasks.bulkupdate.invalidNumberOfRecords" xml:space="preserve">
<source>The number of records to process on each run must be greater than zero and numeric.</source>
<target></target></trans-unit>
<trans-unit id="ext.saltedpasswords.tasks.bulkupdate.label.canDeactivateSelf" xml:space="preserve">
<source>Deactivate if all records are converted</source>
<target></target></trans-unit>
<trans-unit id="ext.saltedpasswords.tasks.bulkupdate.label.additionalinformation.deactivateself" xml:space="preserve">
<source>Deactivate=</source>
<target></target></trans-unit>
<trans-unit id="ext.saltedpasswords.tasks.bulkupdate.label.additionalinformation.numberofrecords" xml:space="preserve">
<source>Number of records=</source>
<target></target></trans-unit>
</body>
</file>
</xliff>

View File

@@ -0,0 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
<T3locallangExt>
<data type="array">
<languageKey index="it" type="array">
<label index="ext.saltedpasswords.title.tx_saltedpasswords_salts_phpass">Hashing portabile PHP delle password (phpass)</label>
<label index="ext.saltedpasswords.title.tx_saltedpasswords_salts_md5">Hashing MD5 con entropia (sicuro)</label>
<label index="ext.saltedpasswords.title.tx_saltedpasswords_salts_blowfish">Hashing Blowfish con entropia (avanzato)</label>
<label index="ext.saltedpasswords.title.phpasssalt">Hashing portabile PHP delle password (phpass)</label>
<label index="ext.saltedpasswords.title.md5salt">Hashing MD5 con entropia (sicuro)</label>
<label index="ext.saltedpasswords.title.blowfishsalt">Hashing Blowfish con entropia (avanzato)</label>
<label index="ext.saltedpasswords.tasks.bulkupdate.name">Converti le password utente in hash con entropia</label>
<label index="ext.saltedpasswords.tasks.bulkupdate.description">Aggiorna tutte le password degli utenti di frontend e di backend in hash con entropia. Questo compito si disattiva autonomamente una volta completato.</label>
<label index="ext.saltedpasswords.tasks.bulkupdate.label.numberOfRecords"/>
<label index="ext.saltedpasswords.tasks.bulkupdate.invalidNumberOfRecords"/>
<label index="ext.saltedpasswords.tasks.bulkupdate.label.canDeactivateSelf"/>
<label index="ext.saltedpasswords.tasks.bulkupdate.label.additionalinformation.deactivateself"/>
<label index="ext.saltedpasswords.tasks.bulkupdate.label.additionalinformation.numberofrecords"/>
</languageKey>
</data>
</T3locallangExt>

View File

@@ -0,0 +1,27 @@
<?xml version='1.0' encoding='utf-8'?>
<xliff xmlns:t3="http://typo3.org/schemas/xliff" version="1.0">
<file t3:id="1415814982" source-language="en" datatype="plaintext" original="messages" date="2012-02-22T00:00:00Z" product-name="saltedpasswords" target-language="it">
<header/>
<body>
<trans-unit id="task_saltedpasswordsBulkUpdateNumberOfRecords.alttitle" xml:space="preserve">
<source>Number of records to process</source>
<target></target><alt-trans xml:space="preserve" origin="erredeco"><target>Numero di elementi da processare</target></alt-trans></trans-unit>
<trans-unit id="task_saltedpasswordsBulkUpdateNumberOfRecords.description" xml:space="preserve">
<source>Number of records to process for each run. If enabled for both FE &amp; BE, the value will be doubled.</source>
<target></target><alt-trans xml:space="preserve" origin="erredeco"><target>Numero di elementi da processare per ciascuna esecuzione. Se abilitato per FE e BE insieme, il valore risulta raddoppiato</target></alt-trans></trans-unit>
<trans-unit id="task_saltedpasswordsBulkUpdateNumberOfRecords.details" xml:space="preserve">
<source>Converting a password to a salted hash takes some milliseconds (~100ms on an entry system in 2010).
If all users are updated in one run, the task might run a long time if a lot of users must be handled.
Therefore only a small number of frontend and backend users are processed.
If saltedpasswords is enabled for both FE &amp; BE, this value will be doubled.</source>
<target></target></trans-unit>
<trans-unit id="task_saltedpasswordsBulkUpdateCanDeactivateSelf.alttitle" xml:space="preserve">
<source>Deactivate this task</source>
<target></target><alt-trans xml:space="preserve" origin="erredeco"><target>Disattivare questo task</target></alt-trans></trans-unit>
<trans-unit id="task_saltedpasswordsBulkUpdateCanDeactivateSelf.description" xml:space="preserve">
<source>Whether the task should deactivate itself after all records are processed.
Uncheck this if you are importing users from an external source and/or need to run this task periodically.</source>
<target></target></trans-unit>
</body>
</file>
</xliff>

View File

@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<T3locallangExt>
<data type="array">
<languageKey index="it" type="array">
<label index="task_saltedpasswordsBulkUpdateNumberOfRecords.alttitle"/>
<label index="task_saltedpasswordsBulkUpdateNumberOfRecords.description"/>
<label index="task_saltedpasswordsBulkUpdateNumberOfRecords.details"/>
<label index="task_saltedpasswordsBulkUpdateCanDeactivateSelf.alttitle"/>
<label index="task_saltedpasswordsBulkUpdateCanDeactivateSelf.description"/>
</languageKey>
</data>
</T3locallangExt>