VIVO-293 Create language strings for search error messages.
This commit is contained in:
parent
68a22fa349
commit
4b647b3d88
3 changed files with 47 additions and 21 deletions
|
@ -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 )
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue