Updated Italian translations

Aligned to the latest version of Laravel
This commit is contained in:
Davide Bellini
2015-10-02 15:43:38 +02:00
parent b511a91a7f
commit bd6b3f09d0
4 changed files with 92 additions and 60 deletions
+28
View File
@@ -0,0 +1,28 @@
<?php
/*
* This file is part of Cachet.
*
* (c) Alt Three Services Limited
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
return [
/*
|--------------------------------------------------------------------------
| Authentication Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are used during authentication for various
| messages that we need to display to the user. You are free to modify
| these language lines according to your application's requirements.
|
*/
'failed' => 'Credenziali non corrispondenti ai dati registrati.',
'throttle' => 'Troppi tentativi di accesso. Riprova tra :seconds secondi.',
];