Stand 2018-05-17.
This commit is contained in:
@ -40,6 +40,7 @@
|
||||
"title_objects_in_time": "Objects on timeline",
|
||||
"impressum": "impressum",
|
||||
"privacy_policy": "Privacy policy",
|
||||
"for_example": "For example"
|
||||
"for_example": "For example",
|
||||
"exhibitions": "Exhibitions"
|
||||
}
|
||||
}
|
@ -1,9 +1,9 @@
|
||||
{
|
||||
"collection": {
|
||||
"page_collection_title": "Collections ...",
|
||||
"page_collection_intro": "Here, you can find a list of all collections available in our database. Information to each single collection can be made visible by clicking on the specific entry. This way, you can also access an overview of the given collection's objects and search within the collection of choice. A search function enabling you to search for collections based on their main focus is currently being worked on.",
|
||||
"page_collection_intro": "Here, you can find a list of all collections available in our database. Information to each single collection can be made visible by clicking on the specific entry. This way, you can also access an overview of the given collection's objects and search within the collection of choice.",
|
||||
"list_example": "... for example ...",
|
||||
"list_show_objects": "Show objects",
|
||||
"list_search_collection": "Search in collection"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
6
frontend/en/exhibitions.json
Normal file
6
frontend/en/exhibitions.json
Normal file
@ -0,0 +1,6 @@
|
||||
{
|
||||
"tlExhibitions": {
|
||||
"exhibitions": "Exhibitions",
|
||||
"exhibitions_intro": "On this page, you can find an overview of all the exhibitions on museum digital."
|
||||
}
|
||||
}
|
@ -7,6 +7,9 @@
|
||||
"topics": "Topics",
|
||||
"contact": "Contact",
|
||||
"API": "API",
|
||||
"API_link": ""
|
||||
"API_link": "",
|
||||
"rss_feeds": "RSS feeds",
|
||||
"api": "API",
|
||||
"exhibition": "Exhibition"
|
||||
}
|
||||
}
|
@ -22,7 +22,9 @@
|
||||
"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",
|
||||
"object_title": "Object title",
|
||||
"cite_this_page": "Cite this page"
|
||||
"cite_this_page": "Cite this page",
|
||||
"licence_metadata": "Licence (Metadata)",
|
||||
"licence_images": "Licence (images)"
|
||||
},
|
||||
"objekt_single": {
|
||||
"inventory_number": "Inventory number",
|
||||
|
8
frontend/en/texts.json
Normal file
8
frontend/en/texts.json
Normal file
@ -0,0 +1,8 @@
|
||||
{
|
||||
"texts": {
|
||||
"rss_title": "RSS feeds",
|
||||
"rss_content": "<article>\r\n <p>On this page you can find a list of all RSS feeds this page offers.<\/p>\r\n<\/article>\r\n<h3>General RSS Feeds<\/h3>\r\n<ul>\r\n <li><a href=\"rss.php\">General feed for recent objects<\/a><\/li>\r\n<\/ul>\r\n\r\n<h3>Specific Feeds<\/h3>\r\n<table class=\"overviewtable\">\r\n<thead>\r\n <tr>\r\n <th>Purpose<\/th>\r\n <th>Example<\/th>\r\n <\/tr>\r\n<\/thead>\r\n<tbody>\r\n\r\n <tr>\r\n <td>RSS feed for results (objects) for a specific search<\/td>\r\n <td>\r\n <a href=\"index.php?t=listen&type=2&gestag=2690&output=rss\">\r\n RSS feed of search results for \"Helm\" (Helmet)<br \/>\r\n (index.php?t=listen&type=2&gestag=2690&output=rss)\r\n <\/a>\r\n <\/td>\r\n <\/tr>\r\n\r\n <tr>\r\n <td>RSS feed for recent objects from a given museum \/ institution<\/td>\r\n <td>\r\n <a href=\"index.php?t=institution&instnr=1&output=rss&mod=objects\">\r\n index.php?t=institution&instnr=1&output=rss&mod=objects\r\n <\/a>\r\n <\/td>\r\n <\/tr>\r\n\r\n <tr>\r\n <td>RSS feed for recent objects from a given collection<\/td>\r\n <td>\r\n <a href=\"index.php?t=sammlung&gesusa=1&output=rss&mod=objects\">\r\n index.php?t=institution&instnr=1&output=rss&mod=objects\r\n <\/a>\r\n <\/td>\r\n <\/tr>\r\n\r\n<\/tbody>\r\n<\/table>",
|
||||
"api_title": "API and Export Options",
|
||||
"api_content": "<article>\r\n <h3>General Notes<\/h3>\r\n <p>In general, the APIs and export options are accessible upon appending <code>&output=format<\/code> to a given URL. Below, you can find a brief list of the available APIs and export options, aside from <a href=\"index.php?t=text&st=rss\">RSS feeds<\/a>.<\/p>\r\n <p>All APIs are by the way also accessible by using the context (<kbd>CTRL+Right Click<\/kbd>) or the keyboard menu (<kbd>CTRL+e<\/kbd>) on their corresponding HTML page.<\/p>\r\n<\/article>\r\n\r\n<article id=\"jsonAPI\">\r\n <h3>JSON API<\/h3>\r\n <p>Museum-Digital offers JSON APIs for most of the central pages. This page offers just a brief description - a more thorough one can be found in the <a href=\"https:\/\/handbook.museum-digital.info\/?lan=de&q=Ausgabe\/APIs\">handbook<\/a> (German).<\/p>\r\n\r\n\r\n<ul>\r\n\r\n <li><a href=\"index.php?t=museum&output=json\">All museums<\/a><\/li>\r\n <li><a href=\"index.php?t=collection&output=json\">All collections<\/a><\/li>\r\n <li>Search results [note that this API only returns the object IDs, further information ] <a href=\"\">(Example)<\/a><\/li>\r\n <li>All available (public) data on an object (<a href=\"index.php?t=objekt&oges=1&output=json\">Example<\/a>)<\/li>\r\n <li>All available (public) data on an institution (<a href=\"index.php?t=institution&instnr=1&output=json\">Example<\/a>)<\/li>\r\n <li>All available (public) data on a collection (<a href=\"index.php?t=sammlung&gesusa=1&output=json\">Example<\/a>)<\/li>\r\n <li>All available (public) data on an object group (<a href=\"index.php?t=serie&serges=1&output=json\">Example<\/a>)<\/li>\r\n <li><a href=\"index.php?t=home&output=json\">Texts on start page<\/a><\/li>\r\n <li><a href=\"index.php?t=kontakt&output=json\">Contact page<\/a><\/li>\r\n\r\n<\/ul>\r\n \r\n<\/article>\r\n<article id=\"furtherExportOptions\">\r\n <h3>Further export options<\/h3>\r\n <p>Some pages come with additional export options.<\/p>\r\n <table class=\"overviewtable\">\r\n\r\n <thead>\r\n<tr>\r\n<th>Page<\/th>\r\n<th>Purpose<\/th>\r\n<th>Example<\/th>\r\n<th>Format \/ mime-type<\/th>\r\n<\/tr>\r\n <\/thead>\r\n\r\n <tbody>\r\n\r\n <tr>\r\n <td>Single institution<\/td>\r\n <td>vCard (e.g. for exporting a contact to Outlook) of an institution<\/td>\r\n <td><a href=\"index.php?t=institution&instnr=1&output=vcard\">Example: contact of institution of ID 1<\/a><\/td>\r\n <td><code>.vcf<\/code> \/ <code>text\/vcard<\/code><\/td>\r\n <\/tr>\r\n\r\n <tr>\r\n <td>Single object<\/td>\r\n <td>BibTeX export for referencing an object page<\/td>\r\n <td><a href=\"index.php?t=objekt&oges=1&output=BibTeX\">Example: object of ID 1<\/a><\/td>\r\n <td><code>.bib<\/code> \/ <code>application\/x-bibtex<\/code><\/td>\r\n <\/tr>\r\n\r\n <tr>\r\n <td>Single object<\/td>\r\n <td>BibTeX export for all literature entries of an object<\/td>\r\n <td><a href=\"index.php?t=objekt&oges=1&output=BibTeX&mod=literature\">Example: linked literature of object of ID 1<\/a><\/td>\r\n <td><code>.bib<\/code> \/ <code>application\/x-bibtex<\/code><\/td>\r\n <\/tr>\r\n\r\n <\/tbody>\r\n\r\n <\/table>\r\n<\/article>\r\n"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user