phpvms/resources/lang/it/home.php

9 lines
126 B
PHP
Raw Normal View History

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