1<?php 2 3return [ 4 'search' => 'Search for servers...', 5 'no_matches' => 'There were no servers found matching the search criteria provided.', 6 'cpu_title' => 'CPU', 7 'memory_title' => 'Memory', 8]; 9 10