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": "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"
}
}