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,26 @@
<?xml version='1.0' encoding='utf-8'?>
<xliff xmlns:t3="http://typo3.org/schemas/xliff" version="1.0">
<file t3:id="1415814911" source-language="en" datatype="plaintext" original="messages" date="2011-10-17T20:22:35Z" product-name="rsaauth" target-language="it">
<header/>
<body>
<trans-unit id="hook_empty_directory" xml:space="preserve" approved="yes">
<source>RSA temporary directory is empty. This is a security risk. Please, go to the Extension Manager, select the "RSA authentication" extension and set the directory according to instructions there.</source>
<target state="translated">La directory temporanea RSA è vuota. Questo costituisce un rischio per la sicurezza. Accedi all' Extension Manager, seleziona l'estensione "Autenticazione RSA" e configura la directory seguendo le istruzioni.</target></trans-unit>
<trans-unit id="hook_directory_not_absolute" xml:space="preserve" approved="yes">
<source>RSA temporary directory path is not absolute. This may cause RSA authentication errors and it is a security risk. Please, go to the Extension Manager, select the "RSA authentication" extension and set the directory according to instructions there.</source>
<target state="translated">Il percorso della directory temporanea RSA non è assoluto. Questo potrebbe causare errori di autenticazione RSA e costituisce un rischio per la sicurezza. Accedi all' Extension Manager, seleziona l'estensione "Autenticazione RSA" e configura la directory seguendo le istruzioni.</target></trans-unit>
<trans-unit id="hook_directory_not_exist" xml:space="preserve" approved="yes">
<source>RSA temporary directory does not exist. This is a security risk because an insecure directory will be used for RSA operations. Please, go to the Extension Manager, select the "RSA authentication" extension and set the directory according to instructions there.</source>
<target state="translated">La directory temporanea RSA non esiste. Questo costituisce un rischio per la sicurezza poichè verrebbe utilizzata una cartella non sicura per le operazioni RSA. Accedi all' Extension Manager, seleziona l'estensione "Autenticazione RSA" e configura la directory seguendo le istruzioni.</target></trans-unit>
<trans-unit id="hook_directory_not_writable" xml:space="preserve" approved="yes">
<source>RSA temporary directory is not writable. This may cause RSA authentication errors and it is a security risk. Please, go to the Extension Manager, select the "RSA authentication" extension and set the directory according to instructions there.</source>
<target state="translated">La directory temporanea RSA non è scrivibile. Questo potrebbe causare errori di autenticazione RSA e costituisce un rischio per la sicurezza. Accedi all' Extension Manager, seleziona l'estensione "Autenticazione RSA" e configura la directory seguendo le istruzioni.</target></trans-unit>
<trans-unit id="hook_directory_inside_siteroot" xml:space="preserve" approved="yes">
<source>RSA temporary directory is inside the web site root directory. This is a security risk. Please, go to the Extension Manager, select the "RSA authentication" extension and set the directory according to instructions there.</source>
<target state="translated">La directory temporanea RSA è collocata all'interno della directory radice del sito web. Questo costituisce un rischio per la sicurezza. Accedi all' Extension Manager, seleziona l'estensione "Autenticazione RSA" e configura la directory seguendo le istruzioni.</target></trans-unit>
<trans-unit id="hook_using_cmdline" xml:space="preserve" approved="yes">
<source>RSA authentication could not detect the openssl PHP extension. Currently RSA authentication uses a command line openssl utility. This is slower and less secure. Please, consider installing openssl PHP extension.</source>
<target state="translated">Autenticazione RSA non è in grado di rilevare l'estensione PHP openssl. Attualmente l'autenticazione RSA utilizza una utility a riga di comando openssl. Questo è più lenta e meno sicura. Per favore, considera di installare l'estensione PHP openssl.</target></trans-unit>
</body>
</file>
</xliff>

View File

@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<T3locallangExt>
<data type="array">
<languageKey index="it" type="array">
<label index="hook_empty_directory">La directory temporanea RSA è vuota. Questo costituisce un rischio per la sicurezza. Accedi all' Extension Manager, seleziona l'estensione "Autenticazione RSA" e configura la directory seguendo le istruzioni.</label>
<label index="hook_directory_not_absolute">Il percorso della directory temporanea RSA non è assoluto. Questo potrebbe causare errori di autenticazione RSA e costituisce un rischio per la sicurezza. Accedi all' Extension Manager, seleziona l'estensione "Autenticazione RSA" e configura la directory seguendo le istruzioni.</label>
<label index="hook_directory_not_exist">La directory temporanea RSA non esiste. Questo costituisce un rischio per la sicurezza poichè verrebbe utilizzata una cartella non sicura per le operazioni RSA. Accedi all' Extension Manager, seleziona l'estensione "Autenticazione RSA" e configura la directory seguendo le istruzioni.</label>
<label index="hook_directory_not_writable">La directory temporanea RSA non è scrivibile. Questo potrebbe causare errori di autenticazione RSA e costituisce un rischio per la sicurezza. Accedi all' Extension Manager, seleziona l'estensione "Autenticazione RSA" e configura la directory seguendo le istruzioni.</label>
<label index="hook_directory_inside_siteroot">La directory temporanea RSA è collocata all'interno della directory radice del sito web. Questo costituisce un rischio per la sicurezza. Accedi all' Extension Manager, seleziona l'estensione "Autenticazione RSA" e configura la directory seguendo le istruzioni.</label>
<label index="hook_using_cmdline">Autenticazione RSA non è in grado di rilevare l'estensione PHP openssl. Attualmente l'autenticazione RSA utilizza una utility a riga di comando openssl. Questo è più lenta e meno sicura. Per favore, considera di installare l'estensione PHP openssl.</label>
</languageKey>
</data>
</T3locallangExt>

View File

@@ -0,0 +1,11 @@
<?xml version='1.0' encoding='utf-8'?>
<xliff xmlns:t3="http://typo3.org/schemas/xliff" version="1.0">
<file t3:id="1415814912" source-language="en" datatype="plaintext" original="messages" date="2011-10-17T20:22:32Z" product-name="rsaauth" target-language="it">
<header/>
<body>
<trans-unit id="rsaauth.config.temporaryDirectory" xml:space="preserve" approved="yes">
<source>Path to the temporary directory:This directory will contain temporary files for encryption/decrytion. It should be located outside of the web site root and it should not be /tmp. Directory permissions should be 0700 and the owner should be the web server user. If left empty, typo3conf/ will be used and it is INSECURE! Make sure that the directory is included into open_basedir if you use this setting.</source>
<target state="translated">Percorso della directory temporanea: questa directory conterrà i file temporanei per la crittografia/decrittografia. Essa deve essere collocata fuori dalla root del sito web e non dovrebbe essere /tmp. I permessi della directory dovrebbero essere 0700 e il proprietario dovrebbe essere l'utente del webserver. Se lasciato vuoto, sarà usato typo3conf/ e sarà INSICURO! Assicurati che la directory sia inclusa in open_basedir se usi questa impostazione. </target></trans-unit>
</body>
</file>
</xliff>

View File

@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<T3locallangExt>
<data type="array">
<languageKey index="it" type="array">
<label index="rsaauth.config.temporaryDirectory">Percorso della directory temporanea: questa directory conterrà i file temporanei per la crittografia/decrittografia. Essa deve essere collocata fuori dalla root del sito web e non dovrebbe essere /tmp. I permessi della directory dovrebbero essere 0700 e il proprietario dovrebbe essere l'utente del webserver. Se lasciato vuoto, sarà usato typo3conf/ e sarà INSICURO! Assicurati che la directory sia inclusa in open_basedir se usi questa impostazione. </label>
</languageKey>
</data>
</T3locallangExt>