fix some hard coded page titles and messages
This commit is contained in:
parent
5539034f00
commit
8c8985bdc2
6 changed files with 32 additions and 12 deletions
|
@ -246,6 +246,7 @@ verbose_turn_off = Turn off
|
|||
resource_uri = Resource URI
|
||||
|
||||
individual_not_found = Individual not found
|
||||
individual_not_found_msg = The individual was not found in the system.
|
||||
entity_to_query_for = This id is the id of the entity to query for. netid also works.
|
||||
|
||||
menu_ordering = Menu Ordering
|
||||
|
@ -435,6 +436,13 @@ run_sdb_setup = Run SDB Setup
|
|||
unrecognized_user = Unrecognized user
|
||||
no_individual_associated_with_id = For some reason, there is no individual in VIVO that is associated with your Net ID. Perhaps you should contact your VIVO administrator.
|
||||
|
||||
page_not_created = Page could not be created
|
||||
page_not_created_msg = There was an error while creating the page, please check the logs.
|
||||
page_not_found = Page Not Found
|
||||
page_not_found_msg = The page was not found in the system.
|
||||
page_uri_missing = No page URI specified
|
||||
page_uri_missing_msg = Could not generate page beacause it was unclear what page was being requested. A URL mapping may be missing.
|
||||
|
||||
#
|
||||
# site admin templates ( /templates/freemarker/body/siteAdmin )
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue