librenms-librenms/lang/it/preferences.php

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

19 lines
413 B
PHP
Raw Normal View History

2020-06-05 08:06:20 +02:00
<?php
return [
/*
|--------------------------------------------------------------------------
| User preferences
|--------------------------------------------------------------------------
|
| Translation strings for user preferences
| lang: is the display name for this language in the language select dialog
|
*/
'title' => 'Preferenze',
2020-06-05 08:06:20 +02:00
'lang' => 'Italiano',
];