Stand 2018-05-04.
This commit is contained in:
@ -69,6 +69,10 @@
|
||||
"contacts_edit": "Edit contact",
|
||||
"loans_input": "Add loan entry",
|
||||
"loans_edit": "Edit a loan entry",
|
||||
"delete": "Delete"
|
||||
"delete": "Delete",
|
||||
"exhibitions_input": "Add an exhibition",
|
||||
"loans_choose": "Select a loan entry",
|
||||
"contacts_choose": "Select a contact",
|
||||
"exhibitions_choose": "Select an exhibition"
|
||||
}
|
||||
}
|
@ -40,6 +40,8 @@
|
||||
"edit_a_collection": "Edit a Collection",
|
||||
"collection_has_been_edited": "Edits to the collection have been stored.",
|
||||
"collection_overview": "Collection Overview",
|
||||
"collection_order": "Order"
|
||||
"collection_order": "Order",
|
||||
"no_collection_yet": "You (or your institution) doesn't yet have any collections.",
|
||||
"collection_moved": "The collection was moved"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
24
backend/es/exhibitions.php
Normal file
24
backend/es/exhibitions.php
Normal file
@ -0,0 +1,24 @@
|
||||
{
|
||||
"tlExhibitions": {
|
||||
"title": "Title",
|
||||
"description": "Description",
|
||||
"start_date": "Start date",
|
||||
"end_date": "End date",
|
||||
"visible_publicly": "Visibility on public page",
|
||||
"exhibitions_added": "A new exhibition has been added",
|
||||
"name_explica": "The name of the exhibition. Required.",
|
||||
"start_date_explica": "Start date of the exhbtion.",
|
||||
"end_date_explica": "End date of the exhibition.",
|
||||
"description_explica": "Description of the exhibition.",
|
||||
"exhibitions_list": "List of exhibitions",
|
||||
"exhibition_edited": "The exhibition has been updated",
|
||||
"exhibition_deleted": "The exhibition has been deleted",
|
||||
"exhibitions_edit": "Edit an exhibition",
|
||||
"catalogue_link": "Link to Catalogue",
|
||||
"catalogue_link_explica": "Link to the catalogue. For example in PDF format. Must be an absolute URL.",
|
||||
"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"
|
||||
}
|
||||
}
|
@ -82,7 +82,8 @@
|
||||
"publish_social_media_yes": "Show SM buttons",
|
||||
"publish_social_media_no": "Hide SM buttons",
|
||||
"generate_pdf": "Generate PDF",
|
||||
"PuQi": "PuQi"
|
||||
"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."
|
||||
},
|
||||
"objekt": {
|
||||
"assign_results": "Assign results",
|
||||
|
Reference in New Issue
Block a user