Stand 2018-07-12.

This commit is contained in:
2018-07-14 17:54:20 +02:00
committed by Stefan Rohde-Enslin
parent c544270a6d
commit c476f99195
175 changed files with 1229 additions and 162 deletions

View File

@ -11,6 +11,8 @@
"past": "Past",
"upcoming": "Upcoming",
"about_the_appointment": "About the Event",
"export_calendar_entry": "Export calendar entry"
"export_calendar_entry": "Export calendar entry",
"images": "Images",
"url_web": "Website of the event"
}
}

View File

@ -42,6 +42,8 @@
"privacy_policy": "Privacy policy",
"for_example": "For example",
"exhibitions": "Exhibitions",
"tag_cloud": "Tag cloud"
"tag_cloud": "Tag cloud",
"sitemap": "Sitemap",
"page": "Page"
}
}

View File

@ -4,6 +4,7 @@
"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"
"list_search_collection": "Search in collection",
"page_collection_description": "On this page, you can find a list of all collections of the museums participating on this instance of museum-digital."
}
}
}

View File

@ -17,6 +17,8 @@
"exhibitions_upcoming": "Upcoming exhibitions",
"exhibitions_description": "Description",
"exhibitions_from": "From",
"exhibitions_until": "Until"
"exhibitions_until": "Until",
"url_web": "Website of the exhibition",
"catalogue_link": "Exhibition catalogue"
}
}

View File

@ -11,6 +11,7 @@
"image_last": "Last image",
"image_all": "All images",
"image_pdf": "PDF-File from images",
"image_photo": "Photo"
"image_photo": "Photo",
"resource": "Resource"
}
}

View File

@ -61,6 +61,10 @@
"object_name": "Object title",
"inventory_number": "Inventory number",
"ascending": "Ascending",
"descending": "Descending"
"descending": "Descending",
"search_mode_raster": "Grid",
"search_mode_grid": "Grid",
"search_mode_liste": "List view",
"search_mode_browse": "Browse mode"
}
}

View File

@ -10,6 +10,7 @@
"museums_on_map": "Museums on map",
"list_of_institutions": "List of institutions",
"map_symbols": "Symbols",
"images": "Images"
"images": "Images",
"page_museum_description": "Overview of all museums participating on this instance of museum-digital."
}
}

View File

@ -10,6 +10,8 @@
"API_link": "",
"rss_feeds": "RSS feeds",
"api": "API",
"exhibition": "Exhibition"
"exhibition": "Exhibition",
"settings": "Settings",
"sitemap": "Site map"
}
}

View File

@ -28,6 +28,8 @@
"alpha": "After (Year)",
"omega": "Before (Time)",
"modify_search_parameters": "Modify search parameters",
"full_text": "Full text"
"full_text": "Full text",
"extended_search_description": "Here you can do an advanced search for objects based on their relationship to a given person\/institution, a place or time.",
"image_wall_description": "Here you can find a random sample of the objects presented on the current instance of museum-digital."
}
}

20
frontend/en/sitemap.json Normal file
View File

@ -0,0 +1,20 @@
{
"sitemap": {
"object_groups": "Object groups",
"static_pages": "Static Pages",
"all_institutions": "All institutions",
"all_collections": "All collections",
"all_series": "All series",
"exhibitions": "Exhibitions",
"appointments": "Events",
"people_to_people_pages": "People to people pages",
"people": "People",
"places": "Places",
"page": "Page",
"museums_list": "List of all museums",
"collections_list": "List of all collections",
"exhibition_list": "List of all exhibitions",
"events_list": "List of all events",
"extended_search": "Erweiterte Suche"
}
}

View File

@ -5,6 +5,8 @@
"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 institution<\/td>\r\n <td>Calendar of all Exhibitions of an institution<\/td>\r\n <td><a href=\"index.php?t=institution&instnr=1&output=ics&mod=exhibitions\">Example: exhibitions of institution of ID 1<\/a><\/td>\r\n <td><code>.ics<\/code> \/ <code>text\/calendar<\/code><\/td>\r\n <\/tr>\r\n\r\n <tr>\r\n <td>Single exhibition<\/td>\r\n <td>Calendar entry of an exhibition<\/td>\r\n <td><a href=\"index.php?t=exhibition&id=1&output=ics\">Example: exhibition of ID 1<\/a><\/td>\r\n <td><code>.ics<\/code> \/ <code>text\/calendar<\/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",
"sessionSettings_title": "Browser-based Settings",
"sessionSettings_content": "<p>\r\n For some functions, museum-digital uses browser-based settings (for the technically inclined: using the <a href=\"https:\/\/developer.mozilla.org\/en-US\/docs\/Web\/API\/Web_Storage_API\">Web Storage API<\/a>). On this page, you can enable or disable the available options.\r\n<\/p>\r\n\r\n<table class=\"overviewtable\">\r\n <thead>\r\n <tr>\r\n <th>Option<\/th>\r\n <th>Value<\/th>\r\n <\/tr>\r\n <\/thead>\r\n <tbody>\r\n <tr>\r\n <td>Use alternative design<\/td>\r\n <td><input type=\"range\" id=\"settingsAlternativeDesign\" min=\"0\" max=\"1\" value=\"0\" \/><\/td>\r\n <\/tr>\r\n <tr>\r\n <td>Use speech recognition<\/td>\r\n <td><input type=\"range\" id=\"settingsSpeechRecognition\" min=\"0\" max=\"1\" value=\"0\" \/><\/td>\r\n <\/tr>\r\n <\/tbody>\r\n<\/table>"
"sessionSettings_content": "<p>\r\n For some functions, museum-digital uses browser-based settings (for the technically inclined: using the <a href=\"https:\/\/developer.mozilla.org\/en-US\/docs\/Web\/API\/Web_Storage_API\">Web Storage API<\/a>). On this page, you can enable or disable the available options.\r\n<\/p>\r\n\r\n<table class=\"overviewtable\">\r\n <thead>\r\n <tr>\r\n <th>Option<\/th>\r\n <th>Value<\/th>\r\n <\/tr>\r\n <\/thead>\r\n <tbody>\r\n <tr>\r\n <td>Use alternative design<\/td>\r\n <td><input type=\"range\" id=\"settingsAlternativeDesign\" min=\"0\" max=\"1\" value=\"0\" \/><\/td>\r\n <\/tr>\r\n <tr>\r\n <td>Use speech recognition<\/td>\r\n <td><input type=\"range\" id=\"settingsSpeechRecognition\" min=\"0\" max=\"1\" value=\"0\" \/><\/td>\r\n <\/tr>\r\n <\/tbody>\r\n<\/table>",
"404_title": "404",
"404_content": "Nothing found."
}
}