VIVO-293 Create language strings for search error messages.

This commit is contained in:
j2blake 2013-09-13 14:23:17 -04:00
parent 68a22fa349
commit 4b647b3d88
3 changed files with 47 additions and 21 deletions

View file

@ -520,6 +520,18 @@ previous = Previous
page_link = page link
next_capitalized = Next
#
# search controller ( PagedSearchController.java )
#
error_in_search_request = The search request contained errors.
enter_search_term = Please enter a search term.
invalid_search_term = Search term was invalid
paging_link_more = more...
no_matching_results = No matching results.
search_failed = Search failed.
search_term_error_near = The search term had an error near
search_for = Search for ''{0}''
#
# shortview templates ( /templates/freemarker/body/partials/shortview )
#