/.php). Keep this list small and generic. return [ // Actions 'save' => 'Save', 'cancel' => 'Cancel', 'close' => 'Close', 'delete' => 'Delete', 'remove' => 'Remove', 'add' => 'Add', 'edit' => 'Edit', 'enable' => 'Enable', 'disable' => 'Disable', 'lock' => 'Lock', 'unlock' => 'Unlock', 'confirm' => 'Confirm', 'open' => 'Open', 'apply' => 'Apply', 'or' => 'or', // Status / state 'online' => 'Online', 'offline' => 'Offline', 'warning' => 'Warning', 'active' => 'active', 'inactive' => 'inactive', 'secure' => 'secure', 'unsupported' => 'n/a', 'unknown' => 'unknown', 'none' => '—', // Generic 'search' => 'Search', 'actions' => 'Actions', 'server_not_found' => 'Server not found.', 'failed' => 'Failed.', 'done' => 'Done.', ];