20 lines
463 B
PHP
20 lines
463 B
PHP
<?php
|
|
|
|
return [
|
|
'app_name' => 'HomeOS',
|
|
'app_tagline' => 'Control Plane',
|
|
|
|
'status_online' => 'Online',
|
|
'status_offline' => 'Offline',
|
|
'status_warning' => 'Warning',
|
|
|
|
'system_ok' => 'System operational',
|
|
'live' => 'Live',
|
|
'signed_in_as' => 'Signed in as',
|
|
'logout' => 'Sign out',
|
|
'menu' => 'Menu',
|
|
'close' => 'Close',
|
|
'cancel' => 'Cancel',
|
|
'docs' => 'Docs',
|
|
];
|