Stand 2019-03-29

This commit is contained in:
2019-03-29 13:35:54 +01:00
committed by Stefan Rohde-Enslin
parent 07e4e0693d
commit dce309f7d6
103 changed files with 3361 additions and 92 deletions

26
backend/iw/db_links.json Normal file
View File

@ -0,0 +1,26 @@
{
"db_links": {
"deleted_obj_persinst": "Link to person has been removed from the object.",
"deleted_obj_time": "Link to time has been removed from the object.",
"deleted_obj_place": "Link to place has been removed from the object.",
"deleted_obj_tag": "Link to tag has been removed from the object.",
"deleted_obj_lit": "Link to literature entry has been removed from the object.",
"deleted_obj_link": "Link to hyperlink has been removed from the object.",
"deleted_obj_image": "The image has been removed.",
"deleted_obj_museum": "Object has been removed from the museum.",
"deleted_obj_collection": "Object has been removed from the collection.",
"deleted_obj_series": "Object has been removed from the object group.",
"deleted_tag_obj": "Link to object has been removed from the tag.",
"deleted_lit_obj": "Link to object has been removed from the literature entry.",
"deleted_museum_collection": "Collection has been removed from the museum.",
"added_obj_collection": "Added object to collection.",
"added_obj_literature": "The bibliographic entry has been linked with the object.",
"added_obj_link": "The link has been connected with the object.",
"added_obj_tag": "The object has been linked to tag(s)",
"annotation_deleted": "The annotation has been removed.",
"obj_tag_already_added": "The tag was already linked with the object",
"obj_link_already_added": "The link was already linked with the object",
"obj_literature_already_added": "The literature entry was already linked with the object",
"obj_collection_already_added": "The collection was already linked with the object"
}
}