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": "Gy\u0171jtem\u00e9ny szerkeszt\u00e9se",
|
||||
"collection_has_been_edited": "V\u00e1ltoztat\u00e1sok ment\u00e9se megt\u00f6rt\u00e9nt ",
|
||||
"collection_overview": "Gy\u0171jtem\u00e9nyek \u00e1ttekint\u00e9se",
|
||||
"collection_order": "Sorrend"
|
||||
"collection_order": "Sorrend",
|
||||
"no_collection_yet": "You (or your institution) doesn't yet have any collections.",
|
||||
"collection_moved": "The collection was moved"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
24
backend/hu/exhibitions.php
Normal file
24
backend/hu/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": "SM ikonok megjelen\u00edt\u00e9se",
|
||||
"publish_social_media_no": "SM ikonok elrejt\u00e9se",
|
||||
"generate_pdf": "PDF k\u00e9sz\u00edt\u00e9se",
|
||||
"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": "Hozz\u00e1rendel\u00e9s ",
|
||||
|
Reference in New Issue
Block a user