mirror of
https://github.com/BillyOutlast/UNIT3D.git
synced 2026-02-09 05:31:18 +01:00
60 lines
3.0 KiB
PHP
60 lines
3.0 KiB
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
/**
|
|
* NOTICE OF LICENSE.
|
|
*
|
|
* UNIT3D Community Edition is open-sourced software licensed under the GNU Affero General Public License v3.0
|
|
* The details is bundled with this project in the file LICENSE.txt.
|
|
*
|
|
* @project UNIT3D Community Edition
|
|
*
|
|
* @author HDVinnie <hdinnovations@protonmail.com>
|
|
* @license https://www.gnu.org/licenses/agpl-3.0.en.html/ GNU Affero General Public License v3.0
|
|
*/
|
|
|
|
return [
|
|
'activate-account' => 'Attiva account',
|
|
'ban-reason' => 'Motivazione',
|
|
'banned-footer' => '- Non sono state rispettate le regole',
|
|
'banned-header' => 'Sei stato bannato',
|
|
'bug-description' => 'Problema',
|
|
'bug-footer' => 'Risolvi quella schifezza',
|
|
'bug-header' => 'Nuovo bug report da',
|
|
'bug-priority' => 'Priorità',
|
|
'bug-title' => 'Titolo del bug',
|
|
'contact-header' => 'Nuova email di contatto da',
|
|
'contact-message' => 'Messaggio',
|
|
'contact-name' => 'Nome',
|
|
'fail-login-greeting' => 'Accesso all account non riuscito!',
|
|
'fail-login-line1' => 'È stato rilevato un accesso non riuscito per il tuo account.',
|
|
'fail-login-line2' => 'Questa richiesta è stata originata da: ip (: host) all indirizzo: time',
|
|
'fail-login-subject' => 'Notifica di accesso fallita',
|
|
'footer-link' => 'Se hai problemi a fare clic sul pulsante: actionText, copia e incolla l URL sottostante nel tuo browser web:',
|
|
'invite-header' => 'Invito a',
|
|
'invite-invited' => 'Sei stato invitato su',
|
|
'invite-message' => 'Messaggio',
|
|
'invite-signup' => 'Iscriviti ora',
|
|
'newreply-header' => 'C è una nuova risposta nel tuo argomento',
|
|
'newreply-message' => 'Messaggio',
|
|
'newreply-replied' => 'Ha risposto al tuo argomento',
|
|
'newreply-view' => 'Guardalo adesso',
|
|
'no-email-found' => 'Non siamo riusciti a trovare questa email nel nostro sistema!',
|
|
'register-code' => 'Per completare la tua attivazione, fai clic sul pulsante in basso',
|
|
'register-footer' => 'Se il pulsante sopra non funziona, copia e incolla questo URL nella barra degli indirizzi del browser',
|
|
'register-header' => 'Ciao! Grazie per esserti registrato su',
|
|
'report-comment' => 'Commento',
|
|
'report-email' => 'E-mail',
|
|
'report-header' => 'Ciao amministratore, è stato segnalato un link',
|
|
'report-link' => 'collegamento',
|
|
'report-link-hash' => 'Link effettivo',
|
|
'thanks' => 'Grazie per averlo usato',
|
|
'unban-footer' => '- Ben tornato!',
|
|
'unban-header' => 'Sei stato sbannato',
|
|
'unban-reason' => 'Motivazione',
|
|
'username-reminder' => 'Recentemente ci hai inviato una richiesta per ricordarti il nome utente. Il tuo nome utente è',
|
|
'username-sent' => 'Il tuo nome utente è stato inviato al tuo indirizzo email!',
|
|
'disabled-header' => 'Il tuo account è stato disabilitato',
|
|
'pruned-header' => 'Il tuo account è stato sospeso',
|
|
];
|