phpvms/resources/lang/it/home.php

12 lines
137 B
PHP
Raw Normal View History

2018-05-19 03:59:34 +08:00
<?php
/**
*
*/
return [
'welcome' => [
'title' => 'Benvenuti!',
'message' => 'Benvenuti in :Appname',
],
];