Stand 2018-05-11.

This commit is contained in:
2018-05-11 14:13:34 +02:00
committed by Stefan Rohde-Enslin
parent 454a9ba3f2
commit 9f3f452674
115 changed files with 433 additions and 160 deletions

View File

@ -4,4 +4,4 @@
"more_objects_to_keywords": "More objects in relation to this keyword",
"more_about_keyword": "More about this keyword and more objects at museum-digital (all versions)"
}
}
}

View File

@ -37,6 +37,9 @@
"refined_search": "Advanced search",
"image_wall": "\"Image wall\"",
"timeline": "Timeline",
"title_objects_in_time": "Objects on timeline"
"title_objects_in_time": "Objects on timeline",
"impressum": "impressum",
"privacy_policy": "Privacy policy",
"for_example": "For example"
}
}
}

View File

@ -3,6 +3,8 @@
"page_title": "Contact ...",
"page_intro": ""museum-digital" is a common undertaking of museums and their associations.",
"page_questions_to": "Questions will be answered by",
"page_museums": "For questions about collections and objects the respective museums are at your disposal, please contact them directly. This is especially true for the approval of further use of the images whose rights belong to the museums or the photographer."
"page_museums": "For questions about collections and objects the respective museums are at your disposal, please contact them directly. This is especially true for the approval of further use of the images whose rights belong to the museums or the photographer.",
"contact_person_for": "Contact person for",
"email": "E-Mail"
}
}

View File

@ -1,6 +1,7 @@
{
"home": {
"page_home_title": "Museums, Collections, Objects ...",
"page_home_content": "There are many good reasons to visit museums. Attending an event or an exhibition are just two of these. Museums &quot;show&quot; and &quot;stage&quot;, they &quot;educate&quot; and &quot;stimulate&quot;. But there is much more to museums than these: museums are places of safekeeping and research. These are two sides of a museum that are not often visible, yet they build the very core of a museum's visibility. It is the museum objects that are displayed, stored and studied. They are at the center of (almost) all work done in a museum. However, not all of objects kept in a museum can be showcased at once. Much has to remain in storage, hidden from the visitors.<br><br>On this website museums showcase their objects, in current exhibits and beyond. More than what can be shown in a museum's viewing space.<br><br>A random selection of objects can be found on the right. Click on them to learn more. More objects of interest can be found by using the search bar on the left.<br><br>Overviews and descriptions of the various objects, collections, and participating museums are accessible via the navigation bar at the top."
"page_home_content": "There are many good reasons to visit museums. Attending an event or an exhibition are just two of these. Museums &quot;show&quot; and &quot;stage&quot;, they &quot;educate&quot; and &quot;stimulate&quot;. But there is much more to museums than these: museums are places of safekeeping and research. These are two sides of a museum that are not often visible, yet they build the very core of a museum's visibility. It is the museum objects that are displayed, stored and studied. They are at the center of (almost) all work done in a museum. However, not all of objects kept in a museum can be showcased at once. Much has to remain in storage, hidden from the visitors.<br><br>On this website museums showcase their objects, in current exhibits and beyond. More than what can be shown in a museum's viewing space.<br><br>A random selection of objects can be found on the right. Click on them to learn more. More objects of interest can be found by using the search bar on the left.<br><br>Overviews and descriptions of the various objects, collections, and participating museums are accessible via the navigation bar at the top.",
"selected_objects": "Selected objects"
}
}

View File

@ -8,13 +8,19 @@
"page_museumshowallobjects": "Show all objects of this institution",
"page_museumsearchobjects": "Limit search to objects of this institution",
"page_collection_title": "Collection",
"page_collection_document": "... more about this collection (Document)",
"page_collection_web": "... more about this collection (Web)",
"page_collection_document": "Document",
"page_collection_web": "More",
"page_collection_parts": "This collection has following parts",
"page_collection_showobjects": "Show objects from this collection",
"page_collection_museumindatabase": "in this database",
"page_collection_super": "This collection is part of",
"page_collection_onmap": "Show objects of collection at map",
"page_museum_objects_onmap": "Show objects of the museum at map"
"page_museum_objects_onmap": "Show objects of the museum at map",
"about_museum": "About the museum",
"rss": "Objekte abonnieren",
"export_contact": "Kontakt exportieren",
"objects_from_collection": "Objects from collection",
"objects_from_institution": "Objects from institution",
"about_collection": "About the collection"
}
}

View File

@ -6,6 +6,10 @@
"column_place": "Place",
"column_web": "Web",
"column_collections": "Collections",
"column_objects": "Objects"
"column_objects": "Objects",
"museums_on_map": "Museums on map",
"list_of_institutions": "List of institutions",
"map_symbols": "Symbols",
"images": "Images"
}
}

View File

@ -5,6 +5,8 @@
"collection": "Collection",
"object": "Object",
"topics": "Topics",
"contact": "Contact"
"contact": "Contact",
"API": "API",
"API_link": ""
}
}

View File

@ -20,7 +20,9 @@
"last_update": "Last update",
"image_new_window": "Object opens in new window",
"not_shown": "At this moment the object cannot be shown.<br>Possibly there are rights questions or the object information is updated.<br>As soon as possible the object will be displayed here again.",
"basic_data": "Basic Data"
"basic_data": "Basic Data",
"object_title": "Object title",
"cite_this_page": "Cite this page"
},
"objekt_single": {
"inventory_number": "Inventory number",

View File

@ -16,6 +16,9 @@
"invsearch": "Searching an object by its inventory number is possible using a separate slot.",
"invsearch_search": "Search for an inventory number",
"invsearch_no_result": "Sorry, the inventory number was not found",
"invsearch_many_results": "For this inventory number objects were found in more than one museum.:"
"invsearch_many_results": "For this inventory number objects were found in more than one museum.:",
"search_options": "Search options",
"obj_page_timeline_intro": "To access objects displayed on a timeline, please click ",
"exact": "Exact"
}
}