Stand 2018-05-19.

This commit is contained in:
2018-05-19 14:39:00 +02:00
committed by Stefan Rohde-Enslin
parent 0c4fc57427
commit e1aaa3056e
99 changed files with 866 additions and 98 deletions

View File

@ -0,0 +1,27 @@
{
"tlAppointments": {
"appointment": "Veranstaltung",
"title": "Titel",
"name_explica": "Name der Veranstaltung",
"start_time": "Beginn",
"start_time_explica": "Der Zeitpunkt des Beginns der Veranstaltung.",
"end_time": "Ende",
"end_time_explica": "Das Ende der Veranstaltung.",
"appointment_belongs": "Institution",
"appointment_added": "Eine Veranstaltung wurde hinzugef\u00fcgt.",
"description": "Beschreibung",
"description_explica": "Beschreibung der Veranstaltung.",
"there_are_no_appointments": "Es gibt hier noch keine Veranstaltungen \/ Termine.",
"appointments_list": "Liste Veranstaltungen",
"appointment_no_name": "Die Veranstaltung hat keinen Namen",
"appointments_edit": "Eine Veranstaltung bearbeiten",
"image_uploaded": "Die Abbildung wurde heraufgeladen",
"appointment_deleted": "Der Termin wurde gel\u00f6scht",
"image_deleted": "Die Abbildung wurde gel\u00f6scht",
"appointment_edited": "Der Termin wurde bearbeitet",
"make_public": "Ver\u00f6ffentlichen",
"make_hidden": "\"Nicht \u00f6ffentlich\" schalten",
"upload_image": "Abbildung heraufladen",
"delete_image": "Abbildung l\u00f6schen"
}
}

View File

@ -75,6 +75,9 @@
"contacts_choose": "Einen Kontakt ausw\u00e4hlen",
"exhibitions_choose": "Eine Ausstellung ausw\u00e4hlen",
"impressum": "Impressum",
"privacy_policy": "Datenschutzerkl\u00e4rung"
"privacy_policy": "Datenschutzerkl\u00e4rung",
"appointments_input": "Einen Termin hinzuf\u00fcgen",
"appointments": "Termine",
"appointments_choose": "Einen Termin ausw\u00e4hlen"
}
}

View File

@ -19,6 +19,11 @@
"make_public": "Ausstellung ver\u00f6ffentlichen",
"make_hidden": "Ausstellung verstecken",
"uploaded_poster": "Abbildung wurde f\u00fcr Ausstellung heraufgeladen",
"select_exhibition": "Eine Ausstellung ausw\u00e4hlen"
"select_exhibition": "Eine Ausstellung ausw\u00e4hlen",
"exhibition_belongs": "Ausstellung geh\u00f6rt zu",
"upload_image_pdf": "Bild oder PDF heraufladen",
"delete_image_pdf": "Abbildung l\u00f6schen",
"obj_link_with_exhibition": "Mit Ausstellung verkn\u00fcpfen",
"obj_linked_exhibitions": "Verkn\u00fcpfte Ausstellungen"
}
}

View File

@ -0,0 +1,27 @@
{
"tlAppointments": {
"appointment": "Appointment",
"title": "Title",
"name_explica": "The name of the appointment \/ event.",
"start_time": "Time of start",
"start_time_explica": "The time the event begins.",
"end_time": "End time",
"end_time_explica": "The end of the appointment \/ event.",
"appointment_belongs": "Institution",
"appointment_added": "An appointment has been added.",
"description": "Description",
"description_explica": "Description of the event.",
"there_are_no_appointments": "There are no appointments yet.",
"appointments_list": "List appointments",
"appointment_no_name": "The appointment has no name.",
"appointments_edit": "Edit an appointment",
"image_uploaded": "The image has been uploaded",
"appointment_deleted": "The appointment has been deleted",
"image_deleted": "The image has been deleted",
"appointment_edited": "The appointment has been edited.",
"make_public": "Set to public",
"make_hidden": "Set to hidden",
"upload_image": "Upload image",
"delete_image": "Delete"
}
}

View File

@ -75,6 +75,9 @@
"contacts_choose": "Select a contact",
"exhibitions_choose": "Select an exhibition",
"impressum": "impressum",
"privacy_policy": "Privacy policy"
"privacy_policy": "Privacy policy",
"appointments_input": "Add an appointment",
"appointments": "Appointments",
"appointments_choose": "Select an appointment"
}
}

View File

@ -19,6 +19,11 @@
"make_public": "Make this exhibition public",
"make_hidden": "Set this exhibition to not public",
"uploaded_poster": "Uploaded image for exhibition",
"select_exhibition": "Select an Exhibition"
"select_exhibition": "Select an Exhibition",
"exhibition_belongs": "Exhibition belongs to",
"upload_image_pdf": "Upload image or PDF",
"delete_image_pdf": "Delete",
"obj_link_with_exhibition": "Link with an Exhibition",
"obj_linked_exhibitions": "Linked Exhibitions"
}
}

View File

@ -0,0 +1,27 @@
{
"tlAppointments": {
"appointment": "Appointment",
"title": "Title",
"name_explica": "The name of the appointment \/ event.",
"start_time": "Time of start",
"start_time_explica": "The time the event begins.",
"end_time": "End time",
"end_time_explica": "The end of the appointment \/ event.",
"appointment_belongs": "Institution",
"appointment_added": "An appointment has been added.",
"description": "Description",
"description_explica": "Description of the event.",
"there_are_no_appointments": "There are no appointments yet.",
"appointments_list": "List appointments",
"appointment_no_name": "The appointment has no name.",
"appointments_edit": "Edit an appointment",
"image_uploaded": "The image has been uploaded",
"appointment_deleted": "The appointment has been deleted",
"image_deleted": "The image has been deleted",
"appointment_edited": "The appointment has been edited.",
"make_public": "Set to public",
"make_hidden": "Set to hidden",
"upload_image": "Upload image",
"delete_image": "Delete"
}
}

View File

@ -75,6 +75,9 @@
"contacts_choose": "Select a contact",
"exhibitions_choose": "Select an exhibition",
"impressum": "impressum",
"privacy_policy": "Privacy policy"
"privacy_policy": "Privacy policy",
"appointments_input": "Add an appointment",
"appointments": "Appointments",
"appointments_choose": "Select an appointment"
}
}

View File

@ -19,6 +19,11 @@
"make_public": "Make this exhibition public",
"make_hidden": "Set this exhibition to not public",
"uploaded_poster": "Uploaded image for exhibition",
"select_exhibition": "Select an Exhibition"
"select_exhibition": "Select an Exhibition",
"exhibition_belongs": "Exhibition belongs to",
"upload_image_pdf": "Upload image or PDF",
"delete_image_pdf": "Delete",
"obj_link_with_exhibition": "Link with an Exhibition",
"obj_linked_exhibitions": "Linked Exhibitions"
}
}

View File

@ -0,0 +1,27 @@
{
"tlAppointments": {
"appointment": "Appointment",
"title": "Title",
"name_explica": "The name of the appointment \/ event.",
"start_time": "Time of start",
"start_time_explica": "The time the event begins.",
"end_time": "End time",
"end_time_explica": "The end of the appointment \/ event.",
"appointment_belongs": "Institution",
"appointment_added": "An appointment has been added.",
"description": "Description",
"description_explica": "Description of the event.",
"there_are_no_appointments": "There are no appointments yet.",
"appointments_list": "List appointments",
"appointment_no_name": "The appointment has no name.",
"appointments_edit": "Edit an appointment",
"image_uploaded": "The image has been uploaded",
"appointment_deleted": "The appointment has been deleted",
"image_deleted": "The image has been deleted",
"appointment_edited": "The appointment has been edited.",
"make_public": "Set to public",
"make_hidden": "Set to hidden",
"upload_image": "Upload image",
"delete_image": "Delete"
}
}

View File

@ -75,6 +75,9 @@
"contacts_choose": "Select a contact",
"exhibitions_choose": "Select an exhibition",
"impressum": "impressum",
"privacy_policy": "Privacy policy"
"privacy_policy": "Privacy policy",
"appointments_input": "Add an appointment",
"appointments": "Appointments",
"appointments_choose": "Select an appointment"
}
}

View File

@ -19,6 +19,11 @@
"make_public": "Make this exhibition public",
"make_hidden": "Set this exhibition to not public",
"uploaded_poster": "Uploaded image for exhibition",
"select_exhibition": "Select an Exhibition"
"select_exhibition": "Select an Exhibition",
"exhibition_belongs": "Exhibition belongs to",
"upload_image_pdf": "Upload image or PDF",
"delete_image_pdf": "Delete",
"obj_link_with_exhibition": "Link with an Exhibition",
"obj_linked_exhibitions": "Linked Exhibitions"
}
}

View File

@ -0,0 +1,27 @@
{
"tlAppointments": {
"appointment": "Appointment",
"title": "Title",
"name_explica": "The name of the appointment \/ event.",
"start_time": "Time of start",
"start_time_explica": "The time the event begins.",
"end_time": "End time",
"end_time_explica": "The end of the appointment \/ event.",
"appointment_belongs": "Institution",
"appointment_added": "An appointment has been added.",
"description": "Description",
"description_explica": "Description of the event.",
"there_are_no_appointments": "There are no appointments yet.",
"appointments_list": "List appointments",
"appointment_no_name": "The appointment has no name.",
"appointments_edit": "Edit an appointment",
"image_uploaded": "The image has been uploaded",
"appointment_deleted": "The appointment has been deleted",
"image_deleted": "The image has been deleted",
"appointment_edited": "The appointment has been edited.",
"make_public": "Set to public",
"make_hidden": "Set to hidden",
"upload_image": "Upload image",
"delete_image": "Delete"
}
}

View File

@ -75,6 +75,9 @@
"contacts_choose": "Select a contact",
"exhibitions_choose": "Select an exhibition",
"impressum": "impressum",
"privacy_policy": "Privacy policy"
"privacy_policy": "Privacy policy",
"appointments_input": "Add an appointment",
"appointments": "Appointments",
"appointments_choose": "Select an appointment"
}
}

View File

@ -19,6 +19,11 @@
"make_public": "Make this exhibition public",
"make_hidden": "Set this exhibition to not public",
"uploaded_poster": "Uploaded image for exhibition",
"select_exhibition": "Select an Exhibition"
"select_exhibition": "Select an Exhibition",
"exhibition_belongs": "Exhibition belongs to",
"upload_image_pdf": "Upload image or PDF",
"delete_image_pdf": "Delete",
"obj_link_with_exhibition": "Link with an Exhibition",
"obj_linked_exhibitions": "Linked Exhibitions"
}
}

View File

@ -0,0 +1,27 @@
{
"tlAppointments": {
"appointment": "Appointment",
"title": "Title",
"name_explica": "The name of the appointment \/ event.",
"start_time": "Time of start",
"start_time_explica": "The time the event begins.",
"end_time": "End time",
"end_time_explica": "The end of the appointment \/ event.",
"appointment_belongs": "Institution",
"appointment_added": "An appointment has been added.",
"description": "Description",
"description_explica": "Description of the event.",
"there_are_no_appointments": "There are no appointments yet.",
"appointments_list": "List appointments",
"appointment_no_name": "The appointment has no name.",
"appointments_edit": "Edit an appointment",
"image_uploaded": "The image has been uploaded",
"appointment_deleted": "The appointment has been deleted",
"image_deleted": "The image has been deleted",
"appointment_edited": "The appointment has been edited.",
"make_public": "Set to public",
"make_hidden": "Set to hidden",
"upload_image": "Upload image",
"delete_image": "Delete"
}
}

View File

@ -75,6 +75,9 @@
"contacts_choose": "Select a contact",
"exhibitions_choose": "Select an exhibition",
"impressum": "impressum",
"privacy_policy": "Privacy policy"
"privacy_policy": "Privacy policy",
"appointments_input": "Add an appointment",
"appointments": "Appointments",
"appointments_choose": "Select an appointment"
}
}

View File

@ -19,6 +19,11 @@
"make_public": "Make this exhibition public",
"make_hidden": "Set this exhibition to not public",
"uploaded_poster": "Uploaded image for exhibition",
"select_exhibition": "Select an Exhibition"
"select_exhibition": "Select an Exhibition",
"exhibition_belongs": "Exhibition belongs to",
"upload_image_pdf": "Upload image or PDF",
"delete_image_pdf": "Delete",
"obj_link_with_exhibition": "Link with an Exhibition",
"obj_linked_exhibitions": "Linked Exhibitions"
}
}

View File

@ -0,0 +1,27 @@
{
"tlAppointments": {
"appointment": "Appointment",
"title": "Title",
"name_explica": "The name of the appointment \/ event.",
"start_time": "Time of start",
"start_time_explica": "The time the event begins.",
"end_time": "End time",
"end_time_explica": "The end of the appointment \/ event.",
"appointment_belongs": "Institution",
"appointment_added": "An appointment has been added.",
"description": "Description",
"description_explica": "Description of the event.",
"there_are_no_appointments": "There are no appointments yet.",
"appointments_list": "List appointments",
"appointment_no_name": "The appointment has no name.",
"appointments_edit": "Edit an appointment",
"image_uploaded": "The image has been uploaded",
"appointment_deleted": "The appointment has been deleted",
"image_deleted": "The image has been deleted",
"appointment_edited": "The appointment has been edited.",
"make_public": "Set to public",
"make_hidden": "Set to hidden",
"upload_image": "Upload image",
"delete_image": "Delete"
}
}

View File

@ -75,6 +75,9 @@
"contacts_choose": "Select a contact",
"exhibitions_choose": "Select an exhibition",
"impressum": "impressum",
"privacy_policy": "Privacy policy"
"privacy_policy": "Privacy policy",
"appointments_input": "Add an appointment",
"appointments": "Appointments",
"appointments_choose": "Select an appointment"
}
}

View File

@ -19,6 +19,11 @@
"make_public": "Make this exhibition public",
"make_hidden": "Set this exhibition to not public",
"uploaded_poster": "Uploaded image for exhibition",
"select_exhibition": "Select an Exhibition"
"select_exhibition": "Select an Exhibition",
"exhibition_belongs": "Exhibition belongs to",
"upload_image_pdf": "Upload image or PDF",
"delete_image_pdf": "Delete",
"obj_link_with_exhibition": "Link with an Exhibition",
"obj_linked_exhibitions": "Linked Exhibitions"
}
}

View File

@ -0,0 +1,27 @@
{
"tlAppointments": {
"appointment": "Appointment",
"title": "Title",
"name_explica": "The name of the appointment \/ event.",
"start_time": "Time of start",
"start_time_explica": "The time the event begins.",
"end_time": "End time",
"end_time_explica": "The end of the appointment \/ event.",
"appointment_belongs": "Institution",
"appointment_added": "An appointment has been added.",
"description": "Description",
"description_explica": "Description of the event.",
"there_are_no_appointments": "There are no appointments yet.",
"appointments_list": "List appointments",
"appointment_no_name": "The appointment has no name.",
"appointments_edit": "Edit an appointment",
"image_uploaded": "The image has been uploaded",
"appointment_deleted": "The appointment has been deleted",
"image_deleted": "The image has been deleted",
"appointment_edited": "The appointment has been edited.",
"make_public": "Set to public",
"make_hidden": "Set to hidden",
"upload_image": "Upload image",
"delete_image": "Delete"
}
}

View File

@ -75,6 +75,9 @@
"contacts_choose": "Select a contact",
"exhibitions_choose": "Select an exhibition",
"impressum": "impressum",
"privacy_policy": "Privacy policy"
"privacy_policy": "Privacy policy",
"appointments_input": "Add an appointment",
"appointments": "Appointments",
"appointments_choose": "Select an appointment"
}
}

View File

@ -19,6 +19,11 @@
"make_public": "Make this exhibition public",
"make_hidden": "Set this exhibition to not public",
"uploaded_poster": "Uploaded image for exhibition",
"select_exhibition": "Select an Exhibition"
"select_exhibition": "Select an Exhibition",
"exhibition_belongs": "Exhibition belongs to",
"upload_image_pdf": "Upload image or PDF",
"delete_image_pdf": "Delete",
"obj_link_with_exhibition": "Link with an Exhibition",
"obj_linked_exhibitions": "Linked Exhibitions"
}
}

View File

@ -0,0 +1,27 @@
{
"tlAppointments": {
"appointment": "Appointment",
"title": "Title",
"name_explica": "The name of the appointment \/ event.",
"start_time": "Time of start",
"start_time_explica": "The time the event begins.",
"end_time": "End time",
"end_time_explica": "The end of the appointment \/ event.",
"appointment_belongs": "Institution",
"appointment_added": "An appointment has been added.",
"description": "Description",
"description_explica": "Description of the event.",
"there_are_no_appointments": "There are no appointments yet.",
"appointments_list": "List appointments",
"appointment_no_name": "The appointment has no name.",
"appointments_edit": "Edit an appointment",
"image_uploaded": "The image has been uploaded",
"appointment_deleted": "The appointment has been deleted",
"image_deleted": "The image has been deleted",
"appointment_edited": "The appointment has been edited.",
"make_public": "Set to public",
"make_hidden": "Set to hidden",
"upload_image": "Upload image",
"delete_image": "Delete"
}
}

View File

@ -75,6 +75,9 @@
"contacts_choose": "Select a contact",
"exhibitions_choose": "Select an exhibition",
"impressum": "impressum",
"privacy_policy": "Privacy policy"
"privacy_policy": "Privacy policy",
"appointments_input": "Add an appointment",
"appointments": "Appointments",
"appointments_choose": "Select an appointment"
}
}

View File

@ -19,6 +19,11 @@
"make_public": "Make this exhibition public",
"make_hidden": "Set this exhibition to not public",
"uploaded_poster": "Uploaded image for exhibition",
"select_exhibition": "Select an Exhibition"
"select_exhibition": "Select an Exhibition",
"exhibition_belongs": "Exhibition belongs to",
"upload_image_pdf": "Upload image or PDF",
"delete_image_pdf": "Delete",
"obj_link_with_exhibition": "Link with an Exhibition",
"obj_linked_exhibitions": "Linked Exhibitions"
}
}

View File

@ -0,0 +1,27 @@
{
"tlAppointments": {
"appointment": "Appointment",
"title": "Title",
"name_explica": "The name of the appointment \/ event.",
"start_time": "Time of start",
"start_time_explica": "The time the event begins.",
"end_time": "End time",
"end_time_explica": "The end of the appointment \/ event.",
"appointment_belongs": "Institution",
"appointment_added": "An appointment has been added.",
"description": "Description",
"description_explica": "Description of the event.",
"there_are_no_appointments": "There are no appointments yet.",
"appointments_list": "List appointments",
"appointment_no_name": "The appointment has no name.",
"appointments_edit": "Edit an appointment",
"image_uploaded": "The image has been uploaded",
"appointment_deleted": "The appointment has been deleted",
"image_deleted": "The image has been deleted",
"appointment_edited": "The appointment has been edited.",
"make_public": "Set to public",
"make_hidden": "Set to hidden",
"upload_image": "Upload image",
"delete_image": "Delete"
}
}

View File

@ -75,6 +75,9 @@
"contacts_choose": "Select a contact",
"exhibitions_choose": "Select an exhibition",
"impressum": "impressum",
"privacy_policy": "Privacy policy"
"privacy_policy": "Privacy policy",
"appointments_input": "Add an appointment",
"appointments": "Appointments",
"appointments_choose": "Select an appointment"
}
}

View File

@ -19,6 +19,11 @@
"make_public": "Make this exhibition public",
"make_hidden": "Set this exhibition to not public",
"uploaded_poster": "Uploaded image for exhibition",
"select_exhibition": "Select an Exhibition"
"select_exhibition": "Select an Exhibition",
"exhibition_belongs": "Exhibition belongs to",
"upload_image_pdf": "Upload image or PDF",
"delete_image_pdf": "Delete",
"obj_link_with_exhibition": "Link with an Exhibition",
"obj_linked_exhibitions": "Linked Exhibitions"
}
}