blob: 511ea615919198b85b84cfa914c4011f4fb5c04e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
<?php
/**
* UserFrosting (http://www.userfrosting.com)
*
* @link https://github.com/userfrosting/UserFrosting
* @license https://github.com/userfrosting/UserFrosting/blob/master/licenses/UserFrosting.md (MIT License)
*
* Italian message token translations for the 'account' sprinkle.
* This translation was generated with Google translate. Please contribute if you are a native speaker.
*
* @package userfrosting\i18n\it
* @author Alexander Weissman
* @author Pietro Marangon (@Pe46dro)
*/
return [
"VALIDATE" => [
"PASSWORD_MISMATCH" => "I due campi devono combaciare",
"USERNAME" => "L'username può essere composto da caratteri alfanumerici, '.', '-', e '_'."
]
];
|