123456789101112131415161718192021 |
- <?php
- return array(
- 'search:enter_term' => 'Enter a search term:',
- 'search:no_results' => 'No results.',
- 'search:matched' => 'Matched: ',
- 'search:results' => 'Results for %s',
- 'search:no_query' => 'Please enter a query to search.',
- 'search:search_error' => 'Error',
- 'search:more' => '+%s more %s',
- 'search_types:tags' => 'Tags',
- 'search_types:comments' => 'Comments',
- 'search:comment_on' => 'Comment on "%s"',
- 'search:comment_by' => 'by',
- 'search:unavailable_entity' => 'Unavailable Entity',
- 'search:unknown_entity' => 'Unknown Entity type',
- );
|