mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-06 07:50:56 +08:00
27 lines
1.1 KiB
PHP
27 lines
1.1 KiB
PHP
<?php
|
|
|
|
return [
|
|
'invalid_inviter' => 'Invitatore non valido! Il codice d\'invito è bandito!',
|
|
'fields' => [
|
|
'inviter' => 'Mittente',
|
|
'invitee' => 'Ricevi email',
|
|
'time_invited' => 'Tempo di invio',
|
|
'valid' => 'Valid',
|
|
'invitee_register_uid' => 'UID Registrato',
|
|
'invitee_register_email' => 'E-mail registrata',
|
|
'invitee_register_username' => 'Nome utente registrato',
|
|
'expired_at' => 'hash scaduto il',
|
|
'time_invited_begin' => 'Invia tempo gte',
|
|
'time_invited_end' => 'Invia tempo lte',
|
|
],
|
|
'send_deny_reasons' => [
|
|
'invite_system_closed' => 'Il sistema di invito è chiuso',
|
|
'no_permission' => 'Richiedi :class o superiore per inviare inviti',
|
|
'invite_not_enough' => 'Inviti non sufficienti',
|
|
],
|
|
'send_allow_text' => 'Invita qualcuno',
|
|
'pre_register_username' => 'Pre-registrazione username',
|
|
'pre_register_username_help' => 'Il nome utente e l\'email non verranno cambiati quando l\'utente si registra con questo codice di invito',
|
|
'require_pre_register_username' => "Il nome utente pre-registrazione non può essere vuoto",
|
|
];
|