Stand 2018-05-04.
This commit is contained in:
@ -60,8 +60,8 @@
|
||||
"record_history": "Datensatz",
|
||||
"loans": "Leihverkehr",
|
||||
"exhibitions": "Ausstellung",
|
||||
"restoration": "Restaurierung",
|
||||
"provenanceresearch": "Provenienzrecherche",
|
||||
"restoration": "Konservierung",
|
||||
"provenanceresearch": "Provenienz",
|
||||
"account_settings": "Kontoeinstellungen",
|
||||
"edit": "Bearbeiten",
|
||||
"contacts": "Kontakte",
|
||||
@ -69,6 +69,10 @@
|
||||
"contacts_edit": "Kontakt bearbeiten",
|
||||
"loans_input": "Einen Leihvorgang erfassen",
|
||||
"loans_edit": "Leihvorgang bearbeiten",
|
||||
"delete": "L\u00f6schen"
|
||||
"delete": "L\u00f6schen",
|
||||
"exhibitions_input": "Eine Ausstellung erfassen",
|
||||
"loans_choose": "Einen Leihvorgang ausw\u00e4hlen",
|
||||
"contacts_choose": "Einen Kontakt ausw\u00e4hlen",
|
||||
"exhibitions_choose": "Eine Ausstellung ausw\u00e4hlen"
|
||||
}
|
||||
}
|
@ -40,6 +40,8 @@
|
||||
"edit_a_collection": "Sammlung bearbeiten",
|
||||
"collection_has_been_edited": "Die Sammlung wurde bearbeitet",
|
||||
"collection_overview": "Sammlungs\u00fcbersicht",
|
||||
"collection_order": "Reihenfolge"
|
||||
"collection_order": "Reihenfolge",
|
||||
"no_collection_yet": "Sie (oder ihre Institution) haben noch keine Sammlungen angelegt.",
|
||||
"collection_moved": "Die Sammlung wurde bewegt"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -3,7 +3,7 @@
|
||||
"condition_documentation": "Zustandsdokumentation",
|
||||
"exhibitable": "Nutzung in Ausstellung",
|
||||
"movable": "Nutzung f\u00fcr Leihverkehr",
|
||||
"needsRestoration": "Restaurierungsbedarf",
|
||||
"needsRestoration": "Kein Restaurierungsbedarf",
|
||||
"short_notice": "Kurznotiz",
|
||||
"upload_image_pdf": "Bild \/ PDF heraufladen",
|
||||
"specific_notes": "Einzelne Merkmale",
|
||||
@ -18,7 +18,7 @@
|
||||
"damage": "Schaden",
|
||||
"conservation": "Konservierung",
|
||||
"condition": "Zustand",
|
||||
"restoration": "Restaurierung",
|
||||
"restoration": "Konservierung",
|
||||
"other_report": "Anderer Bericht",
|
||||
"creator": "Verfasser",
|
||||
"date": "Datum",
|
||||
|
24
backend/de/exhibitions.php
Normal file
24
backend/de/exhibitions.php
Normal file
@ -0,0 +1,24 @@
|
||||
{
|
||||
"tlExhibitions": {
|
||||
"title": "Titel",
|
||||
"description": "Beschreibung",
|
||||
"start_date": "Anfang",
|
||||
"end_date": "Ende",
|
||||
"visible_publicly": "Sichtbarkeit in Ausgabe",
|
||||
"exhibitions_added": "Eine neue Ausstellung wurde hinzugef\u00fcgt",
|
||||
"name_explica": "Der Name der Ausstellung.",
|
||||
"start_date_explica": "Das Datum des Beginns der Ausstellung.",
|
||||
"end_date_explica": "Das Datum des Endes der Ausstellung.",
|
||||
"description_explica": "Beschreibung der Sammlung",
|
||||
"exhibitions_list": "Liste der Ausstellungen",
|
||||
"exhibition_edited": "Die Ausstellung wurde bearbeitet",
|
||||
"exhibition_deleted": "Die Ausstellung wurde gel\u00f6scht",
|
||||
"exhibitions_edit": "Eine Ausstellung bearbeiten",
|
||||
"catalogue_link": "Link zum Katalog",
|
||||
"catalogue_link_explica": "Link zum Katalog, z.B. als PDF. Muss eine absolute URL sein.",
|
||||
"make_public": "Ausstellung ver\u00f6ffentlichen",
|
||||
"make_hidden": "Ausstellung verstecken",
|
||||
"uploaded_poster": "Abbildung wurde f\u00fcr Ausstellung heraufgeladen",
|
||||
"select_exhibition": "Eine Ausstellung ausw\u00e4hlen"
|
||||
}
|
||||
}
|
@ -82,7 +82,8 @@
|
||||
"publish_social_media_yes": "Zeige SM-Buttons",
|
||||
"publish_social_media_no": "Verberge SM-Buttons",
|
||||
"generate_pdf": "Erzeuge PDF-Ausgabe",
|
||||
"PuQi": "PuQi"
|
||||
"PuQi": "PuQi",
|
||||
"assignment_wrong_user_role": "Zuordnungen zu Sammlungen, Objektgruppen und Literatureintr\u00e4gen sind immer institutionsbezogen. Diese Zuordnungen k\u00f6nnen nur in der Rolle Museumsdirektor ge\u00e4ndert werden. Bitte melden Sie sich bei Bedarf als Museumsdirektor an."
|
||||
},
|
||||
"objekt": {
|
||||
"assign_results": "Treffer zuordnen",
|
||||
|
@ -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/en/exhibitions.php
Normal file
24
backend/en/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",
|
||||
|
@ -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",
|
||||
|
@ -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 ",
|
||||
|
@ -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/id/exhibitions.php
Normal file
24
backend/id/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",
|
||||
|
@ -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/it/exhibitions.php
Normal file
24
backend/it/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",
|
||||
|
@ -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/nl/exhibitions.php
Normal file
24
backend/nl/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",
|
||||
|
@ -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/pl/exhibitions.php
Normal file
24
backend/pl/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": "Przypisz rezultaty",
|
||||
|
@ -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/pt/exhibitions.php
Normal file
24
backend/pt/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",
|
||||
|
@ -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/tl/exhibitions.php
Normal file
24
backend/tl/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