2018-05-19 03:52:31 +08:00
|
|
|
<?php
|
2018-08-27 00:40:04 +08:00
|
|
|
|
2018-05-19 03:52:31 +08:00
|
|
|
return [
|
|
|
|
'avatarresize' => 'Questo avatar sarà ridimensionato a :width x :height pixels',
|
|
|
|
'newapikey' => 'Nuova Chiave API',
|
|
|
|
'yourprofile' => 'Il Tuo Profilo',
|
|
|
|
'apikey' => 'Chiave API',
|
2020-10-03 23:13:28 +08:00
|
|
|
'apikey-show' => 'Mostra chiave',
|
2018-05-19 03:52:31 +08:00
|
|
|
'dontshare' => 'non condividerla!',
|
|
|
|
'changepassword' => 'Cambia Password',
|
|
|
|
'newpassword' => 'Nuova Password',
|
|
|
|
'avatar' => 'Avatar',
|
|
|
|
'updateprofile' => 'Aggiorna Profilo',
|
|
|
|
'editprofile' => 'Modifica Profilo',
|
|
|
|
'edityourprofile' => 'Modifica Il Tuo Profilo',
|
2018-09-05 08:09:33 +08:00
|
|
|
'transferhours' => 'Ore trasferite',
|
2018-09-20 23:00:23 +08:00
|
|
|
'opt-in' => 'Partecipa',
|
|
|
|
'opt-in-descrip' => 'Sì, includimi nelle e-mail non amministrative',
|
2018-05-19 03:52:31 +08:00
|
|
|
];
|