HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/SBogers10/rentman.komma.pro/app/lang/it/reminders.php
<?php

return array(

	/*
	|--------------------------------------------------------------------------
	| Password Reminder Language Lines
	|--------------------------------------------------------------------------
	|
	| The following language lines are the default lines which match reasons
	| that are given by the password broker for a password update attempt
	| has failed, such as for an invalid token or invalid new password.
	|
	*/

	"password" => "La password deve contenere almeno sei caratteri e coincidere con la password di conferma.",

	"user" => "Non ci è stato possibile trovare un utente corrispondente all'indirizzo email inserito.",

	"token" => "Il token di reimpostazione della password non è valido.",

	"sent" => "Promemoria password inviato!",

);