Stand 2018-09-11.
This commit is contained in:
@ -79,6 +79,8 @@
|
||||
"appointments_input": "Add an appointment",
|
||||
"appointments": "Appointments",
|
||||
"appointments_choose": "Select an appointment",
|
||||
"link_no_url": "The link you provided is no valid URL."
|
||||
"link_no_url": "The link you provided is no valid URL.",
|
||||
"yes": "yes",
|
||||
"no": "no"
|
||||
}
|
||||
}
|
@ -31,6 +31,8 @@
|
||||
"description_too_short": "Description too short (should be min. 25 characters)",
|
||||
"url": "URL",
|
||||
"url_explica": "URL to another web page representing the exhibition. Needs to be a valid URL - starting with http:\/\/ or https:\/\/.",
|
||||
"upload_image": "Upload image"
|
||||
"upload_image": "Upload image",
|
||||
"add_tour": "Add tour of the exhibition",
|
||||
"edit_tour": "Edit tour of the exhibition"
|
||||
}
|
||||
}
|
@ -63,6 +63,34 @@
|
||||
"museumrecord_visibility_off": "The alternative language record has been made non-public.",
|
||||
"museumrecord_visibility_on": "The alternative language record has been made public.",
|
||||
"collections": "Collections",
|
||||
"public": "Visible"
|
||||
"public": "Visible",
|
||||
"add_edit_tour": "Add \/ edit tour of the museum",
|
||||
"tour_tool_headline": "Tour creation tool",
|
||||
"tour_tool_explica": "Using this tool, you can create tours through your museum. Each different picture is linked to a \"scene\", on which hotspots (small notifiers \/ info markers) can be displayed. To position a hotspot, move the center of the picture (where you see that \"+\") to the spot to mark. Click into the input fields for pitch and yaw to enter the current position for a given hotspot.",
|
||||
"scene_data": "Scene data",
|
||||
"sceneHaov": "haov",
|
||||
"sceneVoav": "vaov",
|
||||
"edit_hotspots": "Edit hotspots",
|
||||
"hotspot": "Hotspot",
|
||||
"pitch": "Pitch",
|
||||
"yaw": "yaw",
|
||||
"hotspotText": "Text",
|
||||
"hotspotType": "Type",
|
||||
"hotspotURL": "URL",
|
||||
"hotspotSceneID": "Scene ID",
|
||||
"remove_hotspot": "Remove hotspot",
|
||||
"options": "Options",
|
||||
"add_hotspot": "Add a new hotspot",
|
||||
"remove_scene_image": "Remove image",
|
||||
"add_scene": "Add scene",
|
||||
"remove_scene": "Remove scene",
|
||||
"remove_tour": "Remove tour",
|
||||
"add_tour": "Add tour of the museum",
|
||||
"edit_tour": "Edit tour of the museum",
|
||||
"sceneTitle": "Scene Title",
|
||||
"sceneVaov": "vaov",
|
||||
"sceneChange": "Scene Change",
|
||||
"return_to_museum": "Return to museum page",
|
||||
"return_to_exhibition": "Return to exhibition page"
|
||||
}
|
||||
}
|
@ -83,7 +83,8 @@
|
||||
"publish_social_media_no": "Hide SM buttons",
|
||||
"generate_pdf": "Generate PDF",
|
||||
"PuQi": "PuQi",
|
||||
"assignment_wrong_user_role": "Assignments to collections, series, and literature entries are always bound to an institution. These assignments can only be set by users of the user role \"museum director\". Please log in as a museum director if need be."
|
||||
"assignment_wrong_user_role": "Assignments to collections, series, and literature entries are always bound to an institution. These assignments can only be set by users of the user role \"museum director\". Please log in as a museum director if need be.",
|
||||
"fulltext": "Fulltext"
|
||||
},
|
||||
"objekt": {
|
||||
"assign_results": "Assign results",
|
||||
|
@ -78,6 +78,7 @@
|
||||
"mail_deletion_contents": "Your account has been flagged for deletion. If you really want to delete your account at museum-digital, you can do so by clicking on the link below:",
|
||||
"deletion_mail_sent": "A mail has been sent, asking for your confirmation for deleting your account",
|
||||
"delete": "Delete",
|
||||
"exportUserData": "Export own account data"
|
||||
"exportUserData": "Export own account data",
|
||||
"automatic_mails": "Automatische Benachrichtigungen erhalten"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user