diff options
Diffstat (limited to 'mod/search/languages/en.php')
-rw-r--r-- | mod/search/languages/en.php | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/mod/search/languages/en.php b/mod/search/languages/en.php new file mode 100644 index 000000000..e3899500f --- /dev/null +++ b/mod/search/languages/en.php @@ -0,0 +1,21 @@ +<?php + +$english = 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', +); + +add_translation('en', $english); |