Stand 2018-10-05.

This commit is contained in:
2018-10-09 12:54:44 +02:00
committed by Stefan Rohde-Enslin
parent dadb280944
commit fb01cdb3d9
326 changed files with 4533 additions and 357 deletions

View File

@ -31,6 +31,34 @@
"timeline_objects_collection": "Timeline for objects of the collection",
"map_objects_collection": "Map showing objects of the collection",
"all_events": "Alle Veranstaltungen anzeigen",
"tour": "Tour of the museum"
"tour": "Tour of the museum",
"accessible": "Accessible",
"not_accessible": "Not accessible",
"photos_allowed": "Photos allowed",
"photos_not_allowed": "Photos not allowed",
"cloakroom_available": "Cloakroom available",
"cloakroom_not_available": "Cloakroom not available",
"lockers_available": "Lockers available",
"lockers_not_available": "Lockers not available",
"shop_available": "Shop available",
"shop_not_available": "Shop not available",
"cafe_available": "Caf\u00e9 available",
"cafe_not_available": "Caf\u00e9 not available",
"babycare_room_available": "Baby care room available",
"babycare_room_not_available": "Baby care room not available",
"dow_0": "Monday",
"dow_1": "Tuesday",
"dow_2": "Wednesday",
"dow_3": "Thursday",
"dow_4": "Friday",
"dow_5": "Saturday",
"dow_6": "Sunday",
"regular_opening_hours": "Regul\u00e4re \u00d6ffnungszeiten",
"general_note_opening_hours": "General note",
"cloakroom": "Cloakroom",
"lockers": "Lockers",
"museum_shop": "Museum shop",
"babycare_room": "Baby care room",
"ticket_prices": "Ticket prices"
}
}

View File

@ -66,6 +66,7 @@
"search_mode_grid": "Grid",
"search_mode_liste": "List view",
"search_mode_browse": "Browse mode",
"search_results_by_museum": "Search results by museum"
"search_results_by_museum": "Search results by museum",
"calculate_distance": "Calculate distance"
}
}

View File

@ -15,6 +15,8 @@
"sitemap": "Site map",
"more": "More",
"articles": "Articles",
"events": "Veranstaltungen"
"events": "Veranstaltungen",
"select_language": "Select language",
"join_us": "Join us"
}
}

View File

@ -28,7 +28,9 @@
"edit_object": "Edit object",
"linked_articles": "Linked Artikels",
"by": "By",
"published": "Published"
"published": "Published",
"exact_match_or_not": "Exact match or not",
"exact_match_subordinates": "Exact match \/ including subordinates"
},
"objekt_single": {
"inventory_number": "Inventory number",

View File

@ -7,6 +7,8 @@
"sessionSettings_title": "Browser-based Settings",
"sessionSettings_content": "<p>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.<\/p><table><thead><tr><th>Option<\/th><th>Value<\/th><\/tr><\/thead><tbody><tr><td>Use alternative design<\/td><td><input type=\"range\" id=\"alternativeDesignSetting\" min=\"0\" max=\"1\" value=\"0\" \/><\/td><\/tr><\/tbody><\/table>",
"404_title": "404",
"404_content": "Nothing found."
"404_content": "Nothing found.",
"join_title": "Join us",
"join_content": "Join us: text"
}
}