mirror of https://github.com/pixelfed/pixelfed
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
36 lines
1.2 KiB
PHTML
36 lines
1.2 KiB
PHTML
|
8 years ago
|
<?php
|
||
|
|
|
||
|
|
return [
|
||
|
|
|
||
|
1 week ago
|
'verifyYourEmailAddress' => ' - Verifica il tuo indirizzo email',
|
||
|
|
'loginTitle' => 'Accesso all\'account',
|
||
|
4 weeks ago
|
'failed' => 'Credenziali non corrette.',
|
||
|
8 years ago
|
'throttle' => 'Troppi tentativi di accesso. Per favore riprova ancora tra :seconds secondi.',
|
||
|
1 week ago
|
'password' => 'Password',
|
||
|
|
'remember' => 'Ricordami',
|
||
|
|
'forgot' => 'Password dimenticata',
|
||
|
|
'login' => 'Accedi',
|
||
|
1 week ago
|
|
||
|
1 week ago
|
'register' => 'Registrati',
|
||
|
|
'reset' => 'Reimposta la password',
|
||
|
1 week ago
|
|
||
|
1 week ago
|
'name' => 'Nome',
|
||
|
|
'username' => 'Nome utente',
|
||
|
|
'confirm-password' => 'Conferma la password',
|
||
|
1 week ago
|
|
||
|
1 week ago
|
'age' => 'Ho almeno 16 anni',
|
||
|
|
'terms' => 'Iscrivendoti, accetti i nostri <a href="'.route('site.terms').'" class="font-weight-bold text-dark">Termini di utilizzo</a> e l\'<a href="'.route('site.privacy').'" class="font-weight-bold text-dark">Informativa sulla privacy</a>.',
|
||
|
1 week ago
|
|
||
|
1 week ago
|
'emailAddress' => 'Indirizzo e-mail',
|
||
|
|
'email' => 'E-mail',
|
||
|
|
'forgotEmail' => 'E-mail dimenticata',
|
||
|
1 week ago
|
|
||
|
1 week ago
|
'registerTitle' => 'Registra un nuovo account',
|
||
|
1 week ago
|
|
||
|
1 week ago
|
'sendReset' => 'Invia il link per reimpostare la password',
|
||
|
|
'backLogin' => 'Torna all\'accesso',
|
||
|
1 week ago
|
|
||
|
1 week ago
|
'signInMastodon' => 'Accedi con Mastodon',
|
||
|
8 years ago
|
|
||
|
|
];
|