mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Create preferences.php
This commit is contained in:
committed by
GitHub
parent
4794ead995
commit
4f0ab822c0
17
resources/lang/it/preferences.php
Normal file
17
resources/lang/it/preferences.php
Normal file
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| User preferences
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| Translation strings for user preferences
|
||||
| lang: is the display name for this language in the language select dialog
|
||||
|
|
||||
*/
|
||||
|
||||
'lang' => 'Italiano',
|
||||
|
||||
];
|
Reference in New Issue
Block a user