Approval.

This commit is contained in:
Joshua Ramon Enslin 2023-01-23 21:43:39 +00:00 committed by md translation bot
parent 442031be23
commit 690ced6b48
84 changed files with 3493 additions and 3241 deletions

View File

@ -1,220 +1,223 @@
<?PHP <?PHP
$backend_tl['input_interface'] = 'Input Interface'; declare(strict_types = 1);
$backend_tl['topics'] = 'Topics'; $backend_tl = array (
$backend_tl['add'] = 'Add'; 'input_interface' => 'Input Interface',
$backend_tl['delete'] = 'Delete'; 'topics' => 'Topics',
$backend_tl['users'] = 'Users'; 'add' => 'Add',
$backend_tl['edit'] = 'Edit'; 'delete' => 'Delete',
$backend_tl['logged_in_as'] = 'Logged in as'; 'users' => 'Users',
$backend_tl['logout'] = 'Log out'; 'edit' => 'Edit',
$backend_tl['topic'] = 'Topic'; 'logged_in_as' => 'Logged in as',
$backend_tl['selectmuseumforediting'] = 'Select a museum for editing ...'; 'logout' => 'Log out',
$backend_tl['museum_edit'] = 'Edit a museum ...'; 'topic' => 'Topic',
$backend_tl['museum_add'] = 'Add a museum ...'; 'selectmuseumforediting' => 'Select a museum for editing ...',
$backend_tl['collection_select'] = 'Select a collection for editing ...'; 'museum_edit' => 'Edit a museum ...',
$backend_tl['collection_edit'] = 'Edit a collection ...'; 'museum_add' => 'Add a museum ...',
$backend_tl['collection_add'] = 'Add a collection ...'; 'collection_select' => 'Select a collection for editing ...',
$backend_tl['object_select'] = 'Select an object for editing ...'; 'collection_edit' => 'Edit a collection ...',
$backend_tl['object_edit'] = 'Edit an object ...'; 'collection_add' => 'Add a collection ...',
$backend_tl['object_add'] = 'Add an object ...'; 'object_select' => 'Select an object for editing ...',
$backend_tl['ufo_edit'] = 'Edit a U-F-O ...'; 'object_edit' => 'Edit an object ...',
$backend_tl['ufo_add'] = 'Add a U-F-O ...'; 'object_add' => 'Add an object ...',
$backend_tl['event_select'] = 'Select an event for editing ...'; 'ufo_edit' => 'Edit a U-F-O ...',
$backend_tl['event_edit'] = 'Edit an event ...'; 'ufo_add' => 'Add a U-F-O ...',
$backend_tl['event_add'] = 'Add an event ...'; 'event_select' => 'Select an event for editing ...',
$backend_tl['time_select'] = 'Select a time term for editing ...'; 'event_edit' => 'Edit an event ...',
$backend_tl['time_edit'] = 'Edit a time term ...'; 'event_add' => 'Add an event ...',
$backend_tl['time_add'] = 'Add a time term ...'; 'time_select' => 'Select a time term for editing ...',
$backend_tl['persinst_select'] = 'Select an actor for editing ...'; 'time_edit' => 'Edit a time term ...',
$backend_tl['persinst_edit'] = 'Edit an actor ...'; 'time_add' => 'Add a time term ...',
$backend_tl['persinst_add'] = 'Add an actor ...'; 'persinst_select' => 'Select an actor for editing ...',
$backend_tl['place_select'] = 'Select a place for editing ...'; 'persinst_edit' => 'Edit an actor ...',
$backend_tl['place_edit'] = 'Edit a place ...'; 'persinst_add' => 'Add an actor ...',
$backend_tl['place_add'] = 'Add a place ...'; 'place_select' => 'Select a place for editing ...',
$backend_tl['tag_select'] = 'Select a keyword for editing ...'; 'place_edit' => 'Edit a place ...',
$backend_tl['tag_edit'] = 'Edit a keyword...'; 'place_add' => 'Add a place ...',
$backend_tl['tag_add'] = 'Add a keyword...'; 'tag_select' => 'Select a keyword for editing ...',
$backend_tl['literature_select'] = 'Select a literature entry for editing ...'; 'tag_edit' => 'Edit a keyword...',
$backend_tl['literature_edit'] = 'Edit a literature entry ...'; 'tag_add' => 'Add a keyword...',
$backend_tl['literature_add'] = 'Add a literature entry ...'; 'literature_select' => 'Select a literature entry for editing ...',
$backend_tl['link_select'] = 'Select a hyperlink for editing ...'; 'literature_edit' => 'Edit a literature entry ...',
$backend_tl['link_edit'] = 'Edit hyperlink'; 'literature_add' => 'Add a literature entry ...',
$backend_tl['link_add'] = 'Add hyperlink'; 'link_select' => 'Select a hyperlink for editing ...',
$backend_tl['image_edit'] = 'Select an image for editing ...'; 'link_edit' => 'Edit hyperlink',
$backend_tl['document_attach'] = 'Attach a document ...'; 'link_add' => 'Add hyperlink',
$backend_tl['tag_select_simple'] = 'Please select a keyword...'; 'image_edit' => 'Select an image for editing ...',
$backend_tl['settings_edit'] = 'Edit settings ...'; 'document_attach' => 'Attach a document ...',
$backend_tl['user_select'] = 'Select a user for editing ...'; 'tag_select_simple' => 'Please select a keyword...',
$backend_tl['topic_edit'] = 'Edit a <b style="color:#3333aa;">topic</b>'; 'settings_edit' => 'Edit settings ...',
$backend_tl['subtopic_edit'] = 'Add a <b style="color:#3333aa;">lower level topic</b>'; 'user_select' => 'Select a user for editing ...',
$backend_tl['document_edit'] = 'Edit document'; 'topic_edit' => 'Edit a <b style="color:#3333aa;">topic</b>',
$backend_tl['source_add'] = 'Add link with a source'; 'subtopic_edit' => 'Add a <b style="color:#3333aa;">lower level topic</b>',
$backend_tl['object_add_complicated'] = 'Add an <b style="color:#3333aa;">object</b>'; 'document_edit' => 'Edit document',
$backend_tl['object_edit_complicated'] = 'Edit an <b style="color:#3333aa;">object entry</b>'; 'source_add' => 'Add link with a source',
$backend_tl['user_role_change_alt'] = 'Changes the relation between a user and a topic'; 'object_add_complicated' => 'Add an <b style="color:#3333aa;">object</b>',
$backend_tl['send'] = 'Send'; 'object_edit_complicated' => 'Edit an <b style="color:#3333aa;">object entry</b>',
$backend_tl['once_again'] = 'Once again'; 'user_role_change_alt' => 'Changes the relation between a user and a topic',
$backend_tl['field'] = 'Field'; 'send' => 'Send',
$backend_tl['definitelyconfirm'] = 'Yes!!'; 'once_again' => 'Once again',
$backend_tl['explanation_short_title'] = '<b>Field "Short Title"</b><br><br>This field is mandatory!<br><br>The short title is used for listing the entry in the navigation<br><br>Example 1: "Archaology of the Lords of Anhalt"<br>Example 2: "Excavations"'; 'field' => 'Field',
$backend_tl['explanation_long_title'] = '<b>Field: "Long Title"</b><br><br>This field is mandatory!<br><br>The "long title" is the actual title of the topic. At best, it is not more than 150 characters.<br><br>Example: "Archeology of the Anhalt princes from the 15th century to modern day'; 'definitelyconfirm' => 'Yes!!',
$backend_tl['explanation_abstract'] = '<b>Field: "Abstract"</b><br><br>This field is mandatory!<br><br>Ideally a sentence, that summarizes the topic\'s contents.'; 'explanation_short_title' => '<b>Field "Short Title"</b><br><br>This field is mandatory!<br><br>The short title is used for listing the entry in the navigation<br><br>Example 1: "Archaology of the Lords of Anhalt"<br>Example 2: "Excavations"',
$backend_tl['explanation_text'] = '<b>Field: "Image Text"</b><br><br>This field is mandatory!<br><br>Unrestricted length of text. Ideally, the text fills about one screen. If possible, write sentences and avoid lists.<br><br>You can - but are not required to - upload an image for the topic. The image will appear on the left of the text.'; 'explanation_long_title' => '<b>Field: "Long Title"</b><br><br>This field is mandatory!<br><br>The "long title" is the actual title of the topic. At best, it is not more than 150 characters.<br><br>Example: "Archeology of the Anhalt princes from the 15th century to modern day',
$backend_tl['explanation_text_image'] = '<b>Field: "Image Text"</b><br><br>Please only fill this out, if you have uploaded an image for the topic. This text appears upon hovering over the image. Useful for information on copyright and origin.'; 'explanation_abstract' => '<b>Field: "Abstract"</b><br><br>This field is mandatory!<br><br>Ideally a sentence, that summarizes the topic\'s contents.',
$backend_tl['explanation_link_image'] = '<b>Field: "Target for click on image"</b><br><br>Please only fill this out if you have uploaded an image for the topic and want the user to be linked to another source on the web upon clicking on the image.<br><br>Requires absolute URLs, beginning with "http(s)://".'; 'explanation_text' => '<b>Field: "Image Text"</b><br><br>This field is mandatory!<br><br>Unrestricted length of text. Ideally, the text fills about one screen. If possible, write sentences and avoid lists.<br><br>You can - but are not required to - upload an image for the topic. The image will appear on the left of the text.',
$backend_tl['topic_image'] = 'Image for topic:'; 'explanation_text_image' => '<b>Field: "Image Text"</b><br><br>Please only fill this out, if you have uploaded an image for the topic. This text appears upon hovering over the image. Useful for information on copyright and origin.',
$backend_tl['topic_image_switch'] = 'Change image'; 'explanation_link_image' => '<b>Field: "Target for click on image"</b><br><br>Please only fill this out if you have uploaded an image for the topic and want the user to be linked to another source on the web upon clicking on the image.<br><br>Requires absolute URLs, beginning with "http(s)://".',
$backend_tl['topic_image_noimage'] = 'No image available'; 'topic_image' => 'Image for topic:',
$backend_tl['topic_image_upload'] = 'Upload image'; 'topic_image_switch' => 'Change image',
$backend_tl['map'] = 'Map'; 'topic_image_noimage' => 'No image available',
$backend_tl['topic_map_disabled'] = 'Show topic without a map'; 'topic_image_upload' => 'Upload image',
$backend_tl['topic_map_enabled'] = 'Display topic with a map (objects of the topic on a map)'; 'map' => 'Map',
$backend_tl['topic_map_enabled_inclusive'] = 'Display topic with a map (objects of the topic and all lower level topics on a map)'; 'topic_map_disabled' => 'Show topic without a map',
$backend_tl['short_title'] = 'Short Title'; 'topic_map_enabled' => 'Display topic with a map (objects of the topic on a map)',
$backend_tl['long_title'] = 'Long Title'; 'topic_map_enabled_inclusive' => 'Display topic with a map (objects of the topic and all lower level topics on a map)',
$backend_tl['abstract'] = 'Abstract'; 'short_title' => 'Short Title',
$backend_tl['text_for_topic'] = 'Text on the Topic'; 'long_title' => 'Long Title',
$backend_tl['text_for_image'] = 'Image Text'; 'abstract' => 'Abstract',
$backend_tl['link_image'] = 'Target for Clicking on Image'; 'text_for_topic' => 'Text on the Topic',
$backend_tl['topic_presentation'] = 'Presentation'; 'text_for_image' => 'Image Text',
$backend_tl['topic_background'] = 'Background: '; 'link_image' => 'Target for Clicking on Image',
$backend_tl['topic_ballon_form'] = 'Bubble form: '; 'topic_presentation' => 'Presentation',
$backend_tl['topic_tooltip'] = 'Tool-Tip: '; 'topic_background' => 'Background: ',
$backend_tl['required_short_title'] = 'You need to enter a short title!'; 'topic_ballon_form' => 'Bubble form: ',
$backend_tl['required_long_text'] = 'You need to enter a more extensive title!'; 'topic_tooltip' => 'Tool-Tip: ',
$backend_tl['required_text'] = 'A text is required for a topic!'; 'required_short_title' => 'You need to enter a short title!',
$backend_tl['error_morethanonetopic'] = 'Encountered more than one topic ... Something must have gone wrong'; 'required_long_text' => 'You need to enter a more extensive title!',
$backend_tl['add_higher_level_topic'] = 'Add higher level topic'; 'required_text' => 'A text is required for a topic!',
$backend_tl['add_higher_level_topic_alt'] = 'Links with a higher level topic'; 'error_morethanonetopic' => 'Encountered more than one topic ... Something must have gone wrong',
$backend_tl['add_higher_level_topic_alt_additional'] = 'Add link to another higher level topic'; 'add_higher_level_topic' => 'Add higher level topic',
$backend_tl['edit_higher_level_topic'] = 'Edit higher level topic'; 'add_higher_level_topic_alt' => 'Links with a higher level topic',
$backend_tl['add_lower_level_topic'] = 'Add lower level topic'; 'add_higher_level_topic_alt_additional' => 'Add link to another higher level topic',
$backend_tl['add_lower_level_topic_alt'] = 'Link a lower level topic'; 'edit_higher_level_topic' => 'Edit higher level topic',
$backend_tl['add_lower_level_topic_alt_additional'] = 'Link to a lower level topic'; 'add_lower_level_topic' => 'Add lower level topic',
$backend_tl['edit_lower_level_topic'] = 'Edit lower level topics'; 'add_lower_level_topic_alt' => 'Link a lower level topic',
$backend_tl['delete_relation'] = 'Delete relation'; 'add_lower_level_topic_alt_additional' => 'Link to a lower level topic',
$backend_tl['document_add'] = 'Add a link to a document!'; 'edit_lower_level_topic' => 'Edit lower level topics',
$backend_tl['document_add_simple'] = 'Add document'; 'delete_relation' => 'Delete relation',
$backend_tl['source_add_simple'] = 'Add source'; 'document_add' => 'Add a link to a document!',
$backend_tl['source_edit'] = 'Edit source'; 'document_add_simple' => 'Add document',
$backend_tl['link_add_simple'] = 'Add a hyperlink'; 'source_add_simple' => 'Add source',
$backend_tl['topics_object_add'] = 'Add a link with an object!'; 'source_edit' => 'Edit source',
$backend_tl['topics_object_add_simple'] = 'Link an object!'; 'link_add_simple' => 'Add a hyperlink',
$backend_tl['topics_select_from_list_to_edit'] = 'Change the topic. Please select the topic.'; 'topics_object_add' => 'Add a link with an object!',
$backend_tl['list_of_topics_to_be_deleted'] = 'List of topics, that you can delete:'; 'topics_object_add_simple' => 'Link an object!',
$backend_tl['can_add_new_user'] = 'You may add a new user: '; 'topics_select_from_list_to_edit' => 'Change the topic. Please select the topic.',
$backend_tl['list_all_users'] = 'List of All Users'; 'list_of_topics_to_be_deleted' => 'List of topics, that you can delete:',
$backend_tl['user_name'] = 'Name'; 'can_add_new_user' => 'You may add a new user: ',
$backend_tl['user_login_name'] = 'Login Name'; 'list_all_users' => 'List of All Users',
$backend_tl['user_role'] = 'Role'; 'user_name' => 'Name',
$backend_tl['user_last_login'] = 'Last Login'; 'user_login_name' => 'Login Name',
$backend_tl['user_rights_topics'] = 'Rights for topics'; 'user_role' => 'Role',
$backend_tl['select_by_clicking'] = 'Select by clicking'; 'user_last_login' => 'Last Login',
$backend_tl['here'] = 'Here'; 'user_rights_topics' => 'Rights for topics',
$backend_tl['higher_level_topic_not_listed'] = 'If the higher level topic is not listed here, then please click'; 'select_by_clicking' => 'Select by clicking',
$backend_tl['lower_level_topic_not_listed'] = 'If the lower level topic is not listed here, then please click'; 'here' => 'Here',
$backend_tl['requirements_caps'] = 'CONDITIONS'; 'higher_level_topic_not_listed' => 'If the higher level topic is not listed here, then please click',
$backend_tl['requirements_file_name'] = '1. The image filename needs to conform to the general rules: No special characters. No dots (except the one before the file extension). No spaces.'; 'lower_level_topic_not_listed' => 'If the lower level topic is not listed here, then please click',
$backend_tl['requirements_jpg'] = '2. The image file needs to be a JPG and have a DPI ratio of 72 or 96.'; 'requirements_caps' => 'CONDITIONS',
$backend_tl['requirements_short_side'] = '3. The shorter side needs be have a length of 600 pixels minimum. The longer side should not exceed a length of 3000 pixels.'; 'requirements_file_name' => '1. The image filename needs to conform to the general rules: No special characters. No dots (except the one before the file extension). No spaces.',
$backend_tl['requirements_filesize'] = '4. The file size should not exceed 4 megabyte. Ideally, the file size should be between 500kb and 900kb.'; 'requirements_jpg' => '2. The image file needs to be a JPG and have a DPI ratio of 72 or 96.',
$backend_tl['select_image_to_upload'] = 'Please select the image file you want to upload. It will be automatically resized.'; 'requirements_short_side' => '3. The shorter side needs be have a length of 600 pixels minimum. The longer side should not exceed a length of 3000 pixels.',
$backend_tl['select_large_image_to_upload'] = 'Please selecct the large image file you want to upload. Smaller versions willl be automatically created.'; 'requirements_filesize' => '4. The file size should not exceed 4 megabyte. Ideally, the file size should be between 500kb and 900kb.',
$backend_tl['pdf_select_from_list'] = '* Here you can upload documents (PDF files only) for a topic - or link documents that have already been uploaded.<br /> 'select_image_to_upload' => 'Please select the image file you want to upload. It will be automatically resized.',
If the document is not listed, then please click'; 'select_large_image_to_upload' => 'Please selecct the large image file you want to upload. Smaller versions willl be automatically created.',
$backend_tl['requirements_pdf_filename'] = '1. The file name of the PDF file to be uploaded needs to conform to the following general rules: No special characters. No dots (except the one before the file extension). No spaces.'; 'pdf_select_from_list' => '* Here you can upload documents (PDF files only) for a topic - or link documents that have already been uploaded.<br />
$backend_tl['requirements_pdf_filesize'] = '2. The file size of the PDF cannot exceed 4 megabyte. '; If the document is not listed, then please click',
$backend_tl['select_pdf_for_upload'] = 'Please select the PDF file to be uploaded.'; 'requirements_pdf_filename' => '1. The file name of the PDF file to be uploaded needs to conform to the following general rules: No special characters. No dots (except the one before the file extension). No spaces.',
$backend_tl['explanation_document_kind'] = '<b>Field: "Type of Document"</b><br><br>Mandatory<br><br><br>Example 1: "pdf"'; 'requirements_pdf_filesize' => '2. The file size of the PDF cannot exceed 4 megabyte. ',
$backend_tl['explanation_document_text'] = '<b>Field: "Display Text"</b><br><br>Mandatory<br><br>The text you entered will be displayed when linking the document.'; 'select_pdf_for_upload' => 'Please select the PDF file to be uploaded.',
$backend_tl['explanation_document_location'] = '<b>Field: "Storage location (link)"</b><br><br>Mandatory<br><br>At best, a sentence summarizing the content of the topic'; 'explanation_document_kind' => '<b>Field: "Type of Document"</b><br><br>Mandatory<br><br><br>Example 1: "pdf"',
$backend_tl['explanation_document_note'] = '<b>Field: "Note"</b><br><br>Not required. Additional information for the document.'; 'explanation_document_text' => '<b>Field: "Display Text"</b><br><br>Mandatory<br><br>The text you entered will be displayed when linking the document.',
$backend_tl['type_of_document'] = 'Type of Document'; 'explanation_document_location' => '<b>Field: "Storage location (link)"</b><br><br>Mandatory<br><br>At best, a sentence summarizing the content of the topic',
$backend_tl['document_display_text'] = 'Display text'; 'explanation_document_note' => '<b>Field: "Note"</b><br><br>Not required. Additional information for the document.',
$backend_tl['document_location'] = 'Storage location (link)'; 'type_of_document' => 'Type of Document',
$backend_tl['document_note'] = 'Note'; 'document_display_text' => 'Display text',
$backend_tl['document_type_mandatory'] = 'You need to enter a type of document!'; 'document_location' => 'Storage location (link)',
$backend_tl['document_name_mandatory'] = 'You need to enter a display name!'; 'document_note' => 'Note',
$backend_tl['document_summary_mandatory'] = 'You need to enter a short summary!'; 'document_type_mandatory' => 'You need to enter a type of document!',
$backend_tl['document_location_mandatory'] = 'You need to enter a storage location!'; 'document_name_mandatory' => 'You need to enter a display name!',
$backend_tl['explanation_object_version'] = '<b>Field: "Version"</b><br><br>Please select a version of museum-digital from the list!<br><br>'; 'document_summary_mandatory' => 'You need to enter a short summary!',
$backend_tl['explanation_object_number'] = '<b>Field: "Object ID"</b><br><br>Please enter the ID of the object within the selected version of museum-digital<br><br>'; 'document_location_mandatory' => 'You need to enter a storage location!',
$backend_tl['explanation_object_institution'] = '<b>Field: "Name of Institution"</b><br><br>Mandatory<br><br>Name of the institution that owns the object.<br><br>Unrestricted formatting, max. 200 characters'; 'explanation_object_version' => '<b>Field: "Version"</b><br><br>Please select a version of museum-digital from the list!<br><br>',
$backend_tl['explanation_object_object_title'] = '<b>Field: "Object Title"</b><br><br>Mandatory<br><br>Keep it short<br><br>max. 200 characters'; 'explanation_object_number' => '<b>Field: "Object ID"</b><br><br>Please enter the ID of the object within the selected version of museum-digital<br><br>',
$backend_tl['explanation_object_description'] = '<b>Field: "[Alternative] Objecct Description"</b><br><br>If you have linked an object from museum-digital, its description will be displayed. If you prefer to have a different description of the object in the context of the topic, please fill out this field.<br><br>If you have entered an object outside of museum-digital, this field is mandatory.<br><br>Unlimited length of text, preferably around 500 characters'; 'explanation_object_institution' => '<b>Field: "Name of Institution"</b><br><br>Mandatory<br><br>Name of the institution that owns the object.<br><br>Unrestricted formatting, max. 200 characters',
$backend_tl['explanation_object_text_image'] = '<b>Field: "Image text"</b><br><br>Please fill out. The text appears if the cursor hovers over the image or if there are problems with loading the image<br><br>This is also a good place for copyright notices. For example:<br>&copy; Fürstin Pauline Bibliothek<br><br>Unlimited length of text, preferably around 1000 characters'; 'explanation_object_object_title' => '<b>Field: "Object Title"</b><br><br>Mandatory<br><br>Keep it short<br><br>max. 200 characters',
$backend_tl['explanation_object_image_click'] = '<b>Field: "Target with clicking on image"</b><br><br>Please only fill this in, if a click on the image is to link to another page on the internet.<br><br>Requires absolute URLs (beginning with "http(s)://")'; 'explanation_object_description' => '<b>Field: "[Alternative] Objecct Description"</b><br><br>If you have linked an object from museum-digital, its description will be displayed. If you prefer to have a different description of the object in the context of the topic, please fill out this field.<br><br>If you have entered an object outside of museum-digital, this field is mandatory.<br><br>Unlimited length of text, preferably around 500 characters',
$backend_tl['version_of_md'] = 'Version of md'; 'explanation_object_text_image' => '<b>Field: "Image text"</b><br><br>Please fill out. The text appears if the cursor hovers over the image or if there are problems with loading the image<br><br>This is also a good place for copyright notices. For example:<br>&copy; Fürstin Pauline Bibliothek<br><br>Unlimited length of text, preferably around 1000 characters',
$backend_tl['object_object_number'] = 'Object ID'; 'explanation_object_image_click' => '<b>Field: "Target with clicking on image"</b><br><br>Please only fill this in, if a click on the image is to link to another page on the internet.<br><br>Requires absolute URLs (beginning with "http(s)://")',
$backend_tl['object_name_institution'] = 'Name of Institution'; 'version_of_md' => 'Version of md',
$backend_tl['object_title'] = 'Object Title'; 'object_object_number' => 'Object ID',
$backend_tl['object_alternative_description'] = 'Alternative Object Description'; 'object_name_institution' => 'Name of Institution',
$backend_tl['image'] = 'Image'; 'object_title' => 'Object Title',
$backend_tl['image_text'] = 'Image Text'; 'object_alternative_description' => 'Alternative Object Description',
$backend_tl['image_link'] = 'Target for clicking on image'; 'image' => 'Image',
$backend_tl['linking_image_mandatory'] = 'For saving, you need to link an image (on the left)'; 'image_text' => 'Image Text',
$backend_tl['image_change'] = 'Exchange presentation'; 'image_link' => 'Target for clicking on image',
$backend_tl['image_upload'] = 'Upload image'; 'linking_image_mandatory' => 'For saving, you need to link an image (on the left)',
$backend_tl['md_version_mandatory'] = 'You need to enter a version of museum-digital!'; 'image_change' => 'Exchange presentation',
$backend_tl['object_number_mandatory'] = 'You need to enter a number!'; 'image_upload' => 'Upload image',
$backend_tl['assigned_to'] = 'Assigned to'; 'md_version_mandatory' => 'You need to enter a version of museum-digital!',
$backend_tl['preview_in'] = 'Preview in'; 'object_number_mandatory' => 'You need to enter a number!',
$backend_tl['source_titel'] = 'Title of the Source'; 'assigned_to' => 'Assigned to',
$backend_tl['source_list_not_listed'] = '* Here you can add sources (= references to literature, that is not yet online) or link already known references.<br /> 'preview_in' => 'Preview in',
Should the source not be in the list, please click'; 'source_titel' => 'Title of the Source',
$backend_tl['mandatory_title_source'] = 'You need to add a title for the souce!'; 'source_list_not_listed' => '* Here you can add sources (= references to literature, that is not yet online) or link already known references.<br />
$backend_tl['linkdisplayname'] = 'Link Display Name'; Should the source not be in the list, please click',
$backend_tl['link'] = 'Link'; 'mandatory_title_source' => 'You need to add a title for the souce!',
$backend_tl['translation_language'] = 'Language'; 'linkdisplayname' => 'Link Display Name',
$backend_tl['change_topic_page_layout'] = 'Changed page layout'; 'link' => 'Link',
$backend_tl['change_topic_page_map'] = 'Changed position of maps on topic page'; 'translation_language' => 'Language',
$backend_tl['changed_tooltip_color'] = 'Changed tooltip color'; 'change_topic_page_layout' => 'Changed page layout',
$backend_tl['enable_disable_tooltip'] = 'Enabled / disabled tooltip'; 'change_topic_page_map' => 'Changed position of maps on topic page',
$backend_tl['translation_added'] = 'Translation added'; 'changed_tooltip_color' => 'Changed tooltip color',
$backend_tl['translation_deleted'] = 'Translation deleted'; 'enable_disable_tooltip' => 'Enabled / disabled tooltip',
$backend_tl['translation_updated'] = 'Translation updated'; 'translation_added' => 'Translation added',
$backend_tl['topic_base_updated'] = 'Topic base information has been updated'; 'translation_deleted' => 'Translation deleted',
$backend_tl['topic_to_topic_link_added'] = 'Relation between two topics has been added'; 'translation_updated' => 'Translation updated',
$backend_tl['topic_to_topic_link_deleted'] = 'Relation between two topics has been removed'; 'topic_base_updated' => 'Topic base information has been updated',
$backend_tl['moved_in_order'] = 'Changed order of elements'; 'topic_to_topic_link_added' => 'Relation between two topics has been added',
$backend_tl['document_updated'] = 'The document has been updated'; 'topic_to_topic_link_deleted' => 'Relation between two topics has been removed',
$backend_tl['document_linked'] = 'Document linked'; 'moved_in_order' => 'Changed order of elements',
$backend_tl['document_link_removed'] = 'Link to document deleted'; 'document_updated' => 'The document has been updated',
$backend_tl['source_linked'] = 'The source has been linked'; 'document_linked' => 'Document linked',
$backend_tl['source_link_removed'] = 'Link to source has been removed'; 'document_link_removed' => 'Link to document deleted',
$backend_tl['hyperlink_linked'] = 'Hyperlink has been linked'; 'source_linked' => 'The source has been linked',
$backend_tl['hyperlink_link_removed'] = 'Hyperlink has been removed'; 'source_link_removed' => 'Link to source has been removed',
$backend_tl['image_uploaded'] = 'The image has been uploaded'; 'hyperlink_linked' => 'Hyperlink has been linked',
$backend_tl['image_removed'] = 'The image has been removed'; 'hyperlink_link_removed' => 'Hyperlink has been removed',
$backend_tl['object_info_updated'] = 'Object information has been updated'; 'image_uploaded' => 'The image has been uploaded',
$backend_tl['object_link_added'] = 'Link to object has been added'; 'image_removed' => 'The image has been removed',
$backend_tl['object_link_removed'] = 'Link to object has been removed'; 'object_info_updated' => 'Object information has been updated',
$backend_tl['topic_new_added'] = 'New topic added'; 'object_link_added' => 'Link to object has been added',
$backend_tl['topic_deleted'] = 'The topic has been deleted'; 'object_link_removed' => 'Link to object has been removed',
$backend_tl['link_info_updated'] = 'Link information has been updated'; 'topic_new_added' => 'New topic added',
$backend_tl['source_info_updated'] = 'The source has been updated'; 'topic_deleted' => 'The topic has been deleted',
$backend_tl['display_topic_startpage'] = 'Display topic on startpage'; 'link_info_updated' => 'Link information has been updated',
$backend_tl['hide_topic_startpage'] = 'Hide topic on startpage'; 'source_info_updated' => 'The source has been updated',
$backend_tl['startpage_normal'] = 'normal'; 'display_topic_startpage' => 'Display topic on startpage',
$backend_tl['startpage_scrollitelling'] = 'Scrollitelling'; 'hide_topic_startpage' => 'Hide topic on startpage',
$backend_tl['enable_direct_object_links'] = 'Link objects directly in md'; 'startpage_normal' => 'normal',
$backend_tl['username'] = 'Username'; 'startpage_scrollitelling' => 'Scrollitelling',
$backend_tl['realname'] = 'Real name'; 'enable_direct_object_links' => 'Link objects directly in md',
$backend_tl['mail'] = 'E-Mail'; 'username' => 'Username',
$backend_tl['new_password'] = 'New password (Empty = Keep old one)'; 'realname' => 'Real name',
$backend_tl['password_confirmation'] = 'Password confirmation'; 'mail' => 'E-Mail',
$backend_tl['userrole'] = 'User role'; 'new_password' => 'New password (Empty = Keep old one)',
$backend_tl['admin'] = 'Admin (highest level)'; 'password_confirmation' => 'Password confirmation',
$backend_tl['regular_user'] = 'Regular user'; 'userrole' => 'User role',
$backend_tl['preview_normal'] = 'Preview in normal themator mode'; 'admin' => 'Admin (highest level)',
$backend_tl['preview_scrollitelling'] = 'Preview in scrollitelling mode'; 'regular_user' => 'Regular user',
$backend_tl['css_for_scroll'] = 'Customize CSS for scrollitelling'; 'preview_normal' => 'Preview in normal themator mode',
$backend_tl['warning_for_scrollitelling_only'] = 'Warning: This feature is used for scrollitelling mode only'; 'preview_scrollitelling' => 'Preview in scrollitelling mode',
$backend_tl['edit_object_text'] = 'Edito object text'; 'css_for_scroll' => 'Customize CSS for scrollitelling',
$backend_tl['object_text_specific_to_topic'] = 'Object text is specific to this topic'; 'warning_for_scrollitelling_only' => 'Warning: This feature is used for scrollitelling mode only',
$backend_tl['object_text_original_md'] = 'Originaltext aus museum-digital'; 'edit_object_text' => 'Edito object text',
$backend_tl['md_object_either_from_md'] = 'Entweder: Sie verknüpfen das Thema mit einem Objekt aus museum-digital ...'; 'object_text_specific_to_topic' => 'Object text is specific to this topic',
$backend_tl['md_object_local_object'] = 'Oder: Sie geben ein Objekt, welches nicht in museum-digital vertreten ist ein ...'; 'object_text_original_md' => 'Originaltext aus museum-digital',
$backend_tl['image_uploader'] = 'Image uploader'; 'md_object_either_from_md' => 'Entweder: Sie verknüpfen das Thema mit einem Objekt aus museum-digital ...',
$backend_tl['username_too_short'] = 'Username must be at least 5 characters long'; 'md_object_local_object' => 'Oder: Sie geben ein Objekt, welches nicht in museum-digital vertreten ist ein ...',
$backend_tl['password_too_short'] = 'A password needs to be at least 8 characters long'; 'image_uploader' => 'Image uploader',
'username_too_short' => 'Username must be at least 5 characters long',
'password_too_short' => 'A password needs to be at least 8 characters long',
);

View File

@ -1,10 +1,13 @@
<?PHP <?PHP
$general['topic'] = 'Topic'; declare(strict_types = 1);
$general['topics'] = 'Topics'; $general = array (
$general['exhibition_view'] = 'Exhibition View'; 'topic' => 'Topic',
$general['expand_all'] = 'Expand all'; 'topics' => 'Topics',
$general['reduce'] = 'Reduce'; 'exhibition_view' => 'Exhibition View',
$general['objektsfor'] = 'Objects for'; 'expand_all' => 'Expand all',
$general['objektsfor_description'] = 'Object views of objects from this and subtopics that correspond to the given location.'; 'reduce' => 'Reduce',
$general['next'] = 'Next'; 'objektsfor' => 'Objects for',
$general['previous'] = 'Previous'; 'objektsfor_description' => 'Object views of objects from this and subtopics that correspond to the given location.',
'next' => 'Next',
'previous' => 'Previous',
);

View File

@ -1,10 +1,13 @@
<?PHP <?PHP
$tlLogin['username'] = 'Username'; declare(strict_types = 1);
$tlLogin['password'] = 'Password'; $tlLogin = array (
$tlLogin['login'] = 'Login'; 'username' => 'Username',
$tlLogin['remember_me'] = 'Remember me'; 'password' => 'Password',
$tlLogin['global_statistics'] = 'Global statistics'; 'login' => 'Login',
$tlLogin['recent_blog_posts'] = 'Recent blog posts'; 'remember_me' => 'Remember me',
$tlLogin['public_db_contents'] = 'Published database contents'; 'global_statistics' => 'Global statistics',
$tlLogin['log_in'] = 'Log in'; 'recent_blog_posts' => 'Recent blog posts',
$tlLogin['avg_text_len'] = 'Average object description length'; 'public_db_contents' => 'Published database contents',
'log_in' => 'Log in',
'avg_text_len' => 'Average object description length',
);

View File

@ -1,7 +1,10 @@
<?PHP <?PHP
$nav['home'] = 'Home'; declare(strict_types = 1);
$nav['museum'] = 'Museum'; $nav = array (
$nav['collection'] = 'Collection'; 'home' => 'Home',
$nav['object'] = 'Object'; 'museum' => 'Museum',
$nav['topics'] = 'Topics'; 'collection' => 'Collection',
$nav['contact'] = 'Contact'; 'object' => 'Object',
'topics' => 'Topics',
'contact' => 'Contact',
);

View File

@ -1,11 +1,14 @@
<?PHP <?PHP
$startpage['title'] = 'Museum-Digital :: Topics'; declare(strict_types = 1);
$startpage['headertitle'] = 'Topics'; $startpage = array (
$startpage['languages'] = 'Languages'; 'title' => 'Museum-Digital :: Topics',
$startpage['german'] = 'German'; 'headertitle' => 'Topics',
$startpage['english'] = 'English'; 'languages' => 'Languages',
$startpage['for_example'] = 'For Example ...'; 'german' => 'German',
$startpage['all_topics'] = 'All Topics'; 'english' => 'English',
$startpage['about'] = 'Topics, Stories, and Exhibitions at museum-digital.'; 'for_example' => 'For Example ...',
$startpage['meta_description'] = 'The themator is museum-digital\'s tool for digital storytelling.'; 'all_topics' => 'All Topics',
$startpage['meta_keywords'] = 'Digital storytelling, exhibitions, teaching, education, museums'; 'about' => 'Topics, Stories, and Exhibitions at museum-digital.',
'meta_description' => 'The themator is museum-digital\'s tool for digital storytelling.',
'meta_keywords' => 'Digital storytelling, exhibitions, teaching, education, museums',
);

View File

@ -1,9 +1,12 @@
<?PHP <?PHP
$topic['related_objects'] = 'Related Objects ...'; declare(strict_types = 1);
$topic['related_documents'] = 'Related Documents ...'; $topic = array (
$topic['sources_and_links'] = 'Sources and Links ...'; 'related_objects' => 'Related Objects ...',
$topic['next'] = 'Next'; 'related_documents' => 'Related Documents ...',
$topic['map'] = 'Map'; 'sources_and_links' => 'Sources and Links ...',
$topic['show_object'] = 'Show object'; 'next' => 'Next',
$topic['show_objects'] = 'Show objects'; 'map' => 'Map',
$topic['search'] = 'Search'; 'show_object' => 'Show object',
'show_objects' => 'Show objects',
'search' => 'Search',
);

View File

@ -1,9 +1,12 @@
<?PHP <?PHP
$topic['material_technique'] = 'Material /Technique'; declare(strict_types = 1);
$topic['measurements'] = 'Measurements'; $topic = array (
$topic['when'] = 'When'; 'material_technique' => 'Material /Technique',
$topic['where'] = 'Where'; 'measurements' => 'Measurements',
$topic['who'] = 'Who'; 'when' => 'When',
$topic['object_from'] = 'Object from'; 'where' => 'Where',
$topic['original_entry'] = 'Original entry'; 'who' => 'Who',
$topic['literature'] = 'Literature'; 'object_from' => 'Object from',
'original_entry' => 'Original entry',
'literature' => 'Literature',
);

View File

@ -1,224 +1,227 @@
<?PHP <?PHP
$backend_tl['input_interface'] = 'Eingabe'; declare(strict_types = 1);
$backend_tl['topics'] = 'Themen'; $backend_tl = array (
$backend_tl['add'] = 'Erfassen'; 'input_interface' => 'Eingabe',
$backend_tl['delete'] = 'Löschen'; 'topics' => 'Themen',
$backend_tl['users'] = 'Benutzer'; 'add' => 'Erfassen',
$backend_tl['edit'] = 'Bearbeiten'; 'delete' => 'Löschen',
$backend_tl['logged_in_as'] = 'Eingeloggt aus'; 'users' => 'Benutzer',
$backend_tl['logout'] = 'Ausloggen'; 'edit' => 'Bearbeiten',
$backend_tl['topic'] = 'Thema'; 'logged_in_as' => 'Eingeloggt aus',
$backend_tl['selectmuseumforediting'] = 'Ein Museum zum Bearbeiten auswählen ...'; 'logout' => 'Ausloggen',
$backend_tl['museum_edit'] = 'Ein Museum bearbeiten ...'; 'topic' => 'Thema',
$backend_tl['museum_add'] = 'Ein Museum erfassen ...'; 'selectmuseumforediting' => 'Ein Museum zum Bearbeiten auswählen ...',
$backend_tl['collection_select'] = 'Eine Sammlung zum Bearbeiten auswählen ...'; 'museum_edit' => 'Ein Museum bearbeiten ...',
$backend_tl['collection_edit'] = 'Eine Sammlung bearbeiten ...'; 'museum_add' => 'Ein Museum erfassen ...',
$backend_tl['collection_add'] = 'Eine Sammlung erfassen ...'; 'collection_select' => 'Eine Sammlung zum Bearbeiten auswählen ...',
$backend_tl['object_select'] = 'Ein Objekt zum Bearbeiten auswählen ...'; 'collection_edit' => 'Eine Sammlung bearbeiten ...',
$backend_tl['object_edit'] = 'Ein Objekt bearbeiten ...'; 'collection_add' => 'Eine Sammlung erfassen ...',
$backend_tl['object_add'] = 'Ein Objekt erfassen ...'; 'object_select' => 'Ein Objekt zum Bearbeiten auswählen ...',
$backend_tl['ufo_edit'] = 'Ein U-F-O bearbeiten ...'; 'object_edit' => 'Ein Objekt bearbeiten ...',
$backend_tl['ufo_add'] = 'Ein U-F-O erfassen ...'; 'object_add' => 'Ein Objekt erfassen ...',
$backend_tl['event_select'] = 'Ein Ereignis zum Bearbeiten auswählen ...'; 'ufo_edit' => 'Ein U-F-O bearbeiten ...',
$backend_tl['event_edit'] = 'Ein Ereignis bearbeiten ...'; 'ufo_add' => 'Ein U-F-O erfassen ...',
$backend_tl['event_add'] = 'Ein Ereignis erfassen ...'; 'event_select' => 'Ein Ereignis zum Bearbeiten auswählen ...',
$backend_tl['time_select'] = 'Einen Zeitbegriff zum Bearbeiten auswählen ...'; 'event_edit' => 'Ein Ereignis bearbeiten ...',
$backend_tl['time_edit'] = 'Einen Zeitbegriff bearbeiten ...'; 'event_add' => 'Ein Ereignis erfassen ...',
$backend_tl['time_add'] = 'Einen Zeitbegriff erfassen ...'; 'time_select' => 'Einen Zeitbegriff zum Bearbeiten auswählen ...',
$backend_tl['persinst_select'] = 'Einen Akteur zum Bearbeiten auswählen ...'; 'time_edit' => 'Einen Zeitbegriff bearbeiten ...',
$backend_tl['persinst_edit'] = 'Einen Akteur bearbeiten ...'; 'time_add' => 'Einen Zeitbegriff erfassen ...',
$backend_tl['persinst_add'] = 'Einen Akteur erfassen ...'; 'persinst_select' => 'Einen Akteur zum Bearbeiten auswählen ...',
$backend_tl['place_select'] = 'Einen Ortseintrag zum Bearbeiten auswählen ...'; 'persinst_edit' => 'Einen Akteur bearbeiten ...',
$backend_tl['place_edit'] = 'Einen Ort bearbeiten ...'; 'persinst_add' => 'Einen Akteur erfassen ...',
$backend_tl['place_add'] = 'Einen Ort erfassen ...'; 'place_select' => 'Einen Ortseintrag zum Bearbeiten auswählen ...',
$backend_tl['tag_select'] = 'Ein Schlagwort zum Bearbeiten auswählen ...'; 'place_edit' => 'Einen Ort bearbeiten ...',
$backend_tl['tag_edit'] = 'Ein Schlagwort bearbeiten ...'; 'place_add' => 'Einen Ort erfassen ...',
$backend_tl['tag_add'] = 'Ein Schlagwort erfassen ...'; 'tag_select' => 'Ein Schlagwort zum Bearbeiten auswählen ...',
$backend_tl['literature_select'] = 'Einen Literatureintrag zum Bearbeiten auswählen ...'; 'tag_edit' => 'Ein Schlagwort bearbeiten ...',
$backend_tl['literature_edit'] = 'Einen Literatureintrag bearbeiten ...'; 'tag_add' => 'Ein Schlagwort erfassen ...',
$backend_tl['literature_add'] = 'Einen Literatureintrag erfassen ...'; 'literature_select' => 'Einen Literatureintrag zum Bearbeiten auswählen ...',
$backend_tl['link_select'] = 'Einen Link-Eintrag zum Bearbeiten auswählen ...'; 'literature_edit' => 'Einen Literatureintrag bearbeiten ...',
$backend_tl['link_edit'] = 'Link bearbeiten'; 'literature_add' => 'Einen Literatureintrag erfassen ...',
$backend_tl['link_add'] = 'Verknüpfung mit Link hinzufügen!'; 'link_select' => 'Einen Link-Eintrag zum Bearbeiten auswählen ...',
$backend_tl['image_edit'] = 'Eintrag zu einer Abbildung zum Bearbeiten auswählen ...'; 'link_edit' => 'Link bearbeiten',
$backend_tl['document_attach'] = 'Ein Dokument anfügen ...'; 'link_add' => 'Verknüpfung mit Link hinzufügen!',
$backend_tl['tag_select_simple'] = 'Bitte ein Schlagwort auswählen ...'; 'image_edit' => 'Eintrag zu einer Abbildung zum Bearbeiten auswählen ...',
$backend_tl['settings_edit'] = 'Einstellungen bearbeiten ...'; 'document_attach' => 'Ein Dokument anfügen ...',
$backend_tl['user_select'] = 'Benutzer zum Bearbeiten auswählen ...'; 'tag_select_simple' => 'Bitte ein Schlagwort auswählen ...',
$backend_tl['topic_edit'] = 'Ein <b style="color:#3333aa;">Thema</b> bearbeiten'; 'settings_edit' => 'Einstellungen bearbeiten ...',
$backend_tl['subtopic_edit'] = 'Ein <b style="color:#3333aa;">Unterthema</b> hinzufügen'; 'user_select' => 'Benutzer zum Bearbeiten auswählen ...',
$backend_tl['document_edit'] = 'Dokument bearbeiten'; 'topic_edit' => 'Ein <b style="color:#3333aa;">Thema</b> bearbeiten',
$backend_tl['source_add'] = 'Verknüpfung mit Quelle hinzufügen!'; 'subtopic_edit' => 'Ein <b style="color:#3333aa;">Unterthema</b> hinzufügen',
$backend_tl['object_add_complicated'] = 'Ein <b style="color:#3333aa;">Objekt</b> hinzufügen'; 'document_edit' => 'Dokument bearbeiten',
$backend_tl['object_edit_complicated'] = 'Einen <b style="color:#3333aa;">Objekteintrag</b> bearbeiten'; 'source_add' => 'Verknüpfung mit Quelle hinzufügen!',
$backend_tl['user_role_change_alt'] = 'Ändert Zuordnung eines Themas zu einem Bearbeiter'; 'object_add_complicated' => 'Ein <b style="color:#3333aa;">Objekt</b> hinzufügen',
$backend_tl['send'] = 'Abschicken'; 'object_edit_complicated' => 'Einen <b style="color:#3333aa;">Objekteintrag</b> bearbeiten',
$backend_tl['once_again'] = 'Noch einmal'; 'user_role_change_alt' => 'Ändert Zuordnung eines Themas zu einem Bearbeiter',
$backend_tl['field'] = 'Feld'; 'send' => 'Abschicken',
$backend_tl['definitelyconfirm'] = 'Verdammt noch einmal'; 'once_again' => 'Noch einmal',
$backend_tl['explanation_short_title'] = '<b>Feld: "Kurztitel"</b><br><br>Bitte immer ausfüllen aber kurz halten!<br /><br />Der Kurztitel dient als Eintrag in der Navigation (linke Spalte)<br /><br/>Beispiel 1: "Archäologie der anhaltischen Fürsten"<br>Beispiel 2: "Historische Kleidung der Altmark"<br>Beispiel 3: "Grabungen"'; 'field' => 'Feld',
$backend_tl['explanation_long_title'] = '<b>Feld: "Langtitel"</b><br><br>Bitte immer ausfüllen<br><br>Der "Langtitel" ist der eigentliche Titel des Themas. Bestenfalls nicht mehr als 150 Zeichen.<br><br>Beispiel: "Archäologie der anhaltischen Fürsten vom 15. Jahrhundert bis in unsere Tage'; 'definitelyconfirm' => 'Verdammt noch einmal',
$backend_tl['explanation_abstract'] = '<b>Feld: "Abstract"</b><br><br>Bitte immer ausfüllen<br><br>Bestenfalls ein Satz, der den Inhalt des Themas zusammenfasst.'; 'explanation_short_title' => '<b>Feld: "Kurztitel"</b><br><br>Bitte immer ausfüllen aber kurz halten!<br /><br />Der Kurztitel dient als Eintrag in der Navigation (linke Spalte)<br /><br/>Beispiel 1: "Archäologie der anhaltischen Fürsten"<br>Beispiel 2: "Historische Kleidung der Altmark"<br>Beispiel 3: "Grabungen"',
$backend_tl['explanation_text'] = '<b>Feld: "Text zum Thema"</b><br><br>Bitte immer ausfüllen<br><br>Beliebige Länge. Internetgerecht, d.h. idealerweise umfaßt der Umfang eine Bildschirmseite. Möglichst Sätze schreiben, Auflistungen etc. nur wenn nötig.<br><br>Sie können - müssen aber nicht - ein Bild zum Thema heraufladen. Das Bild erscheint dann oben links im Textblock.'; 'explanation_long_title' => '<b>Feld: "Langtitel"</b><br><br>Bitte immer ausfüllen<br><br>Der "Langtitel" ist der eigentliche Titel des Themas. Bestenfalls nicht mehr als 150 Zeichen.<br><br>Beispiel: "Archäologie der anhaltischen Fürsten vom 15. Jahrhundert bis in unsere Tage',
$backend_tl['explanation_text_image'] = '<b>Feld: "Text für Bild"</b><br><br>Bitte nur ausfüllen falls Sie ein Bild zum Thema heraufgeladen haben. Dieser Text erscheint beim Überfahren des Bildes mit der Maus. Gedacht z.B. für Copyright- oder Herkunftshinweise bei Bildern aus fremden Quellen'; 'explanation_abstract' => '<b>Feld: "Abstract"</b><br><br>Bitte immer ausfüllen<br><br>Bestenfalls ein Satz, der den Inhalt des Themas zusammenfasst.',
$backend_tl['explanation_link_image'] = '<b>Feld: "Ziel für Klick auf Bild"</b><br><br>Bitte nur ausfüllen falls Sie ein Bild zum Thema heraufgeladen haben und ein Klick auf dieses Bild zu einer Internetquelle führen soll.<br><br>Bitte immer absolute URLs angeben, also mit "http://" davor'; 'explanation_text' => '<b>Feld: "Text zum Thema"</b><br><br>Bitte immer ausfüllen<br><br>Beliebige Länge. Internetgerecht, d.h. idealerweise umfaßt der Umfang eine Bildschirmseite. Möglichst Sätze schreiben, Auflistungen etc. nur wenn nötig.<br><br>Sie können - müssen aber nicht - ein Bild zum Thema heraufladen. Das Bild erscheint dann oben links im Textblock.',
$backend_tl['topic_image'] = 'Abbildung zum Thema:'; 'explanation_text_image' => '<b>Feld: "Text für Bild"</b><br><br>Bitte nur ausfüllen falls Sie ein Bild zum Thema heraufgeladen haben. Dieser Text erscheint beim Überfahren des Bildes mit der Maus. Gedacht z.B. für Copyright- oder Herkunftshinweise bei Bildern aus fremden Quellen',
$backend_tl['topic_image_switch'] = 'Abbildung austauschen'; 'explanation_link_image' => '<b>Feld: "Ziel für Klick auf Bild"</b><br><br>Bitte nur ausfüllen falls Sie ein Bild zum Thema heraufgeladen haben und ein Klick auf dieses Bild zu einer Internetquelle führen soll.<br><br>Bitte immer absolute URLs angeben, also mit "http://" davor',
$backend_tl['topic_image_noimage'] = 'Keine Abbildung'; 'topic_image' => 'Abbildung zum Thema:',
$backend_tl['topic_image_upload'] = 'Abbildung heraufladen'; 'topic_image_switch' => 'Abbildung austauschen',
$backend_tl['map'] = 'Karte'; 'topic_image_noimage' => 'Keine Abbildung',
$backend_tl['topic_map_disabled'] = 'Thema ohne Karte anzeigen'; 'topic_image_upload' => 'Abbildung heraufladen',
$backend_tl['topic_map_enabled'] = 'Thema mit Karte anzeigen (Objekte des Themas auf Karte)'; 'map' => 'Karte',
$backend_tl['topic_map_enabled_inclusive'] = 'Thema mit Karte anzeigen (Objekte des Themas und seiner Unterthemen auf einer Karte)'; 'topic_map_disabled' => 'Thema ohne Karte anzeigen',
$backend_tl['short_title'] = 'Kurztitel'; 'topic_map_enabled' => 'Thema mit Karte anzeigen (Objekte des Themas auf Karte)',
$backend_tl['long_title'] = 'Langtitel'; 'topic_map_enabled_inclusive' => 'Thema mit Karte anzeigen (Objekte des Themas und seiner Unterthemen auf einer Karte)',
$backend_tl['abstract'] = 'Abstract'; 'short_title' => 'Kurztitel',
$backend_tl['text_for_topic'] = 'Text zum Thema'; 'long_title' => 'Langtitel',
$backend_tl['text_for_image'] = 'Text für Bild'; 'abstract' => 'Abstract',
$backend_tl['link_image'] = 'Ziel für Klick auf Bild'; 'text_for_topic' => 'Text zum Thema',
$backend_tl['topic_presentation'] = 'Darstellung'; 'text_for_image' => 'Text für Bild',
$backend_tl['topic_background'] = 'Hintergrund: '; 'link_image' => 'Ziel für Klick auf Bild',
$backend_tl['topic_ballon_form'] = 'Ballonform: '; 'topic_presentation' => 'Darstellung',
$backend_tl['topic_tooltip'] = 'Tool-Tip: '; 'topic_background' => 'Hintergrund: ',
$backend_tl['required_short_title'] = 'Sie müssen einen Kurztitel eingeben!'; 'topic_ballon_form' => 'Ballonform: ',
$backend_tl['required_long_text'] = 'Sie müssen einen etwas ausführlicheren Titel eingeben!'; 'topic_tooltip' => 'Tool-Tip: ',
$backend_tl['required_text'] = 'Ein Thema braucht immer einen Text!'; 'required_short_title' => 'Sie müssen einen Kurztitel eingeben!',
$backend_tl['error_morethanonetopic'] = 'Mehr als ein Thema gefunden ... da ist irgendetwas falsch'; 'required_long_text' => 'Sie müssen einen etwas ausführlicheren Titel eingeben!',
$backend_tl['add_higher_level_topic'] = 'Überthema hinzufügen'; 'required_text' => 'Ein Thema braucht immer einen Text!',
$backend_tl['add_higher_level_topic_alt'] = 'Verknüpft mit einem untergeordneten Thema'; 'error_morethanonetopic' => 'Mehr als ein Thema gefunden ... da ist irgendetwas falsch',
$backend_tl['add_higher_level_topic_alt_additional'] = 'Verknüpfung mit weiterem Überthema hinzufügen'; 'add_higher_level_topic' => 'Überthema hinzufügen',
$backend_tl['edit_higher_level_topic'] = 'Überthema bearbeiten'; 'add_higher_level_topic_alt' => 'Verknüpft mit einem untergeordneten Thema',
$backend_tl['add_lower_level_topic'] = 'Unterthema hinzufügen'; 'add_higher_level_topic_alt_additional' => 'Verknüpfung mit weiterem Überthema hinzufügen',
$backend_tl['add_lower_level_topic_alt'] = 'Verknüpft mit einem untergeordneten Thema'; 'edit_higher_level_topic' => 'Überthema bearbeiten',
$backend_tl['add_lower_level_topic_alt_additional'] = 'Verknüpft mit einem untergeordneten Thema'; 'add_lower_level_topic' => 'Unterthema hinzufügen',
$backend_tl['delete_relation'] = 'Löscht die Verknüpfung'; 'add_lower_level_topic_alt' => 'Verknüpft mit einem untergeordneten Thema',
$backend_tl['document_add'] = 'Verknüpfung mit Dokument hinzufügen!'; 'add_lower_level_topic_alt_additional' => 'Verknüpft mit einem untergeordneten Thema',
$backend_tl['document_add_simple'] = 'Dokument hinzufügen'; 'delete_relation' => 'Löscht die Verknüpfung',
$backend_tl['source_add_simple'] = 'Quelle hinzufügen'; 'document_add' => 'Verknüpfung mit Dokument hinzufügen!',
$backend_tl['source_edit'] = 'Quelle bearbeiten'; 'document_add_simple' => 'Dokument hinzufügen',
$backend_tl['link_add_simple'] = 'Link hinzufügen'; 'source_add_simple' => 'Quelle hinzufügen',
$backend_tl['topics_object_add'] = 'Verknüpfung mit Objekt hinzufügen!'; 'source_edit' => 'Quelle bearbeiten',
$backend_tl['topics_object_add_simple'] = 'Verknüpfung mit Objekt hinzufügen!'; 'link_add_simple' => 'Link hinzufügen',
$backend_tl['topics_select_from_list_to_edit'] = 'Ändern eines Themas. Bitte wählen Sie das Thema.'; 'topics_object_add' => 'Verknüpfung mit Objekt hinzufügen!',
$backend_tl['list_of_topics_to_be_deleted'] = 'Liste der Themen, die gelöscht werden können:'; 'topics_object_add_simple' => 'Verknüpfung mit Objekt hinzufügen!',
$backend_tl['can_add_new_user'] = 'Sie können einen neuen Benutzer anlegen: '; 'topics_select_from_list_to_edit' => 'Ändern eines Themas. Bitte wählen Sie das Thema.',
$backend_tl['list_all_users'] = 'Liste aller Benutzer'; 'list_of_topics_to_be_deleted' => 'Liste der Themen, die gelöscht werden können:',
$backend_tl['user_name'] = 'Name'; 'can_add_new_user' => 'Sie können einen neuen Benutzer anlegen: ',
$backend_tl['user_login_name'] = 'Anmeldename'; 'list_all_users' => 'Liste aller Benutzer',
$backend_tl['user_role'] = 'Rolle'; 'user_name' => 'Name',
$backend_tl['user_last_login'] = 'Letztes Login'; 'user_login_name' => 'Anmeldename',
$backend_tl['user_rights_topics'] = 'Rechte für Themen'; 'user_role' => 'Rolle',
$backend_tl['select_by_clicking'] = 'Auswahl durch Anklicken'; 'user_last_login' => 'Letztes Login',
$backend_tl['here'] = 'hier'; 'user_rights_topics' => 'Rechte für Themen',
$backend_tl['higher_level_topic_not_listed'] = 'Sollte das übergeordnete Thema hier nicht aufgeführt sein, dann klicken Sie bitte'; 'select_by_clicking' => 'Auswahl durch Anklicken',
$backend_tl['lower_level_topic_not_listed'] = 'Sollte das unterzuordnende Thema hier nicht aufgeführt sein, dann klicken Sie bitte'; 'here' => 'hier',
$backend_tl['requirements_caps'] = 'VORAUSSETZUNGEN'; 'higher_level_topic_not_listed' => 'Sollte das übergeordnete Thema hier nicht aufgeführt sein, dann klicken Sie bitte',
$backend_tl['requirements_file_name'] = '1. Das Bild muss einen Dateinamen haben, der den allgemeinen Regeln entspricht: Keine Umlaute. Keine Punkte (außer vor Dateiendung). Keine Sonderzeichen. Keine Leerzeichen'; 'lower_level_topic_not_listed' => 'Sollte das unterzuordnende Thema hier nicht aufgeführt sein, dann klicken Sie bitte',
$backend_tl['requirements_jpg'] = '2. Das Bild muss im JPG-Format vorliegen und eine Auflösung von 72 dpi oder 96 dpi haben.'; 'requirements_caps' => 'VORAUSSETZUNGEN',
$backend_tl['requirements_short_side'] = '3. Die kürzere Seite sollte eine MINDESTLÄNGE von 600 Pixeln haben. Die längere Seite sollte eine MAXIMALLÄNGE von 3000 Pixeln nicht überschreiten.'; 'requirements_file_name' => '1. Das Bild muss einen Dateinamen haben, der den allgemeinen Regeln entspricht: Keine Umlaute. Keine Punkte (außer vor Dateiendung). Keine Sonderzeichen. Keine Leerzeichen',
$backend_tl['requirements_filesize'] = '4. Es sollte nicht größer als 4 Megabyte sein. Idealerweise hat es 500kb bis 900kb.'; 'requirements_jpg' => '2. Das Bild muss im JPG-Format vorliegen und eine Auflösung von 72 dpi oder 96 dpi haben.',
$backend_tl['select_image_to_upload'] = 'Bitte wählen Sie die Bilddatei, die heraufgeladen werden soll, aus. Sie wird automatisch verkleinert.'; 'requirements_short_side' => '3. Die kürzere Seite sollte eine MINDESTLÄNGE von 600 Pixeln haben. Die längere Seite sollte eine MAXIMALLÄNGE von 3000 Pixeln nicht überschreiten.',
$backend_tl['select_large_image_to_upload'] = 'Bitte wählen Sie die große Bilddatei, die heraufgeladen werden soll, aus. Die beiden kleineren Ansichten werden automatisch erzeugt.'; 'requirements_filesize' => '4. Es sollte nicht größer als 4 Megabyte sein. Idealerweise hat es 500kb bis 900kb.',
$backend_tl['pdf_select_from_list'] = '* Sie können hier Dokumente (ausschließlich im PDF-Format) zu einem Thema heraufladen - oder bereits heraufgeladene Dokumente mit einem Thema verknüpfen.<br /> 'select_image_to_upload' => 'Bitte wählen Sie die Bilddatei, die heraufgeladen werden soll, aus. Sie wird automatisch verkleinert.',
Sollte das Dokument hier nicht aufgeführt sein, dann klicken Sie bitte'; 'select_large_image_to_upload' => 'Bitte wählen Sie die große Bilddatei, die heraufgeladen werden soll, aus. Die beiden kleineren Ansichten werden automatisch erzeugt.',
$backend_tl['requirements_pdf_filename'] = '1. Die heraufzuladende PDF-Datei muss einen Dateinamen haben, der den allgemeinen Regeln entspricht: Keine Umlaute. Keine Punkte (außer vor Dateiendung). Keine Sonderzeichen. Keine Leerzeichen.'; 'pdf_select_from_list' => '* Sie können hier Dokumente (ausschließlich im PDF-Format) zu einem Thema heraufladen - oder bereits heraufgeladene Dokumente mit einem Thema verknüpfen.<br />
$backend_tl['requirements_pdf_filesize'] = '2. Die PDF-Datei darf nicht größer als 4 Megabyte sein. '; Sollte das Dokument hier nicht aufgeführt sein, dann klicken Sie bitte',
$backend_tl['select_pdf_for_upload'] = 'Bitte wählen Sie PDF-Datei, die heraufgeladen werden soll, aus.'; 'requirements_pdf_filename' => '1. Die heraufzuladende PDF-Datei muss einen Dateinamen haben, der den allgemeinen Regeln entspricht: Keine Umlaute. Keine Punkte (außer vor Dateiendung). Keine Sonderzeichen. Keine Leerzeichen.',
$backend_tl['explanation_document_kind'] = '<b>Feld: "Art des Dokumentes"</b><br><br>Bitte immer ausfüllen aber kurz halten!<br><br><br>Beispiel 1: "pdf"'; 'requirements_pdf_filesize' => '2. Die PDF-Datei darf nicht größer als 4 Megabyte sein. ',
$backend_tl['explanation_document_text'] = '<b>Feld: "Anzeigetext"</b><br><br>Bitte immer ausfüllen !<br><br>Der von Ihnen eingegebene Text wird als Link zum Dokument angezeigt.'; 'select_pdf_for_upload' => 'Bitte wählen Sie PDF-Datei, die heraufgeladen werden soll, aus.',
$backend_tl['explanation_document_location'] = '<b>Feld: "Speicherort (Link)"</b><br><br>Bitte immer ausfüllen<br><br>Bestenfalls ein Satz, der den Inhalt des Themas zusammenfasst.'; 'explanation_document_kind' => '<b>Feld: "Art des Dokumentes"</b><br><br>Bitte immer ausfüllen aber kurz halten!<br><br><br>Beispiel 1: "pdf"',
$backend_tl['explanation_document_note'] = '<b>Feld: "Anmerkung"</b><br><br>Muss nicht ausgefüllt werden. Begleitinformationen zum Dokument.'; 'explanation_document_text' => '<b>Feld: "Anzeigetext"</b><br><br>Bitte immer ausfüllen !<br><br>Der von Ihnen eingegebene Text wird als Link zum Dokument angezeigt.',
$backend_tl['type_of_document'] = 'Art des Dokumentes'; 'explanation_document_location' => '<b>Feld: "Speicherort (Link)"</b><br><br>Bitte immer ausfüllen<br><br>Bestenfalls ein Satz, der den Inhalt des Themas zusammenfasst.',
$backend_tl['document_display_text'] = 'Anzeigetext'; 'explanation_document_note' => '<b>Feld: "Anmerkung"</b><br><br>Muss nicht ausgefüllt werden. Begleitinformationen zum Dokument.',
$backend_tl['document_location'] = 'Speicherort (Link)'; 'type_of_document' => 'Art des Dokumentes',
$backend_tl['document_note'] = 'Anmerkung'; 'document_display_text' => 'Anzeigetext',
$backend_tl['document_type_mandatory'] = 'Sie müssen einen Dokumententyp eingeben!'; 'document_location' => 'Speicherort (Link)',
$backend_tl['document_name_mandatory'] = 'Sie müssen einen Anzeigetext eingeben!'; 'document_note' => 'Anmerkung',
$backend_tl['document_summary_mandatory'] = 'Sie müssen eine Kurzzusammenfassung eingeben!'; 'document_type_mandatory' => 'Sie müssen einen Dokumententyp eingeben!',
$backend_tl['document_location_mandatory'] = 'Sie müssen einen Speicherort eingeben!'; 'document_name_mandatory' => 'Sie müssen einen Anzeigetext eingeben!',
$backend_tl['explanation_object_version'] = '<b>Feld: "Version"</b><br><br>Bitte wählen aus der Liste eine Version von museum-digital!<br><br>'; 'document_summary_mandatory' => 'Sie müssen eine Kurzzusammenfassung eingeben!',
$backend_tl['explanation_object_number'] = '<b>Feld: "Nummer des Objektes"</b><br><br>Bitte geben Sie die Nummer des Objektes in der gewählten Version von museum-digital an<br><br>'; 'document_location_mandatory' => 'Sie müssen einen Speicherort eingeben!',
$backend_tl['explanation_object_institution'] = '<b>Feld: "Name der Institution"</b><br><br>Bitte immer ausfüllen<br><br>Name der objektbesitzenden Institution. Dient in der Ausgabe als Quellennachweis<br><br>Beliebige Schreibweise, max. 200 Zeichen'; 'explanation_object_version' => '<b>Feld: "Version"</b><br><br>Bitte wählen aus der Liste eine Version von museum-digital!<br><br>',
$backend_tl['explanation_object_object_title'] = '<b>Feld: "Objektbezeichnung"</b><br><br>Bitte immer ausfüllen<br><br>Kurz und bündig bleiben<br><br>max. 200 Zeichen'; 'explanation_object_number' => '<b>Feld: "Nummer des Objektes"</b><br><br>Bitte geben Sie die Nummer des Objektes in der gewählten Version von museum-digital an<br><br>',
$backend_tl['explanation_object_description'] = '<b>Feld: "[Alternative] Objektbeschreibung"</b><br><br>Falls Sie ein Objekt aus museum-digital verknüpft haben wird dessen Beschreibung angezeigt. Wünschen Sie für das Thema eine andere Beschreibung des Objektes, so füllen Sie bitte dieses Feld aus.<br><br>Falls Sie ein Nicht-museum-digital-Objekt eingegeben haben muss dieses Feld unbedingt ausgefüllt werden.<br><br>Beliebige Textmenge, ideal 500 Zeichen'; 'explanation_object_institution' => '<b>Feld: "Name der Institution"</b><br><br>Bitte immer ausfüllen<br><br>Name der objektbesitzenden Institution. Dient in der Ausgabe als Quellennachweis<br><br>Beliebige Schreibweise, max. 200 Zeichen',
$backend_tl['explanation_object_text_image'] = '<b>Feld: "Text für Bild"</b><br><br>Bitte ausfüllen. Der Text erscheint, wenn die Maus über das Bild fährt, oder dann, wenn Probleme beim Laden des Bildes bestehen<br><br>Dies ist auch eine gute Stelle um Copyright-Angaben zu machen, etwa:<br>&copy; Fürstin Pauline Bibliothek<br><br>Beliebige Textmenge, ideal 1000 Zeichen'; 'explanation_object_object_title' => '<b>Feld: "Objektbezeichnung"</b><br><br>Bitte immer ausfüllen<br><br>Kurz und bündig bleiben<br><br>max. 200 Zeichen',
$backend_tl['explanation_object_image_click'] = '<b>Feld: "Ziel für Klick auf Bild"</b><br><br>Bitte nur ausfüllen falls ein Klick auf dieses Bild zu einer Internetquelle führen soll.<br><br>Bitte immer absolute URLs angeben, also mit "http(s)://" davor'; 'explanation_object_description' => '<b>Feld: "[Alternative] Objektbeschreibung"</b><br><br>Falls Sie ein Objekt aus museum-digital verknüpft haben wird dessen Beschreibung angezeigt. Wünschen Sie für das Thema eine andere Beschreibung des Objektes, so füllen Sie bitte dieses Feld aus.<br><br>Falls Sie ein Nicht-museum-digital-Objekt eingegeben haben muss dieses Feld unbedingt ausgefüllt werden.<br><br>Beliebige Textmenge, ideal 500 Zeichen',
$backend_tl['version_of_md'] = 'Version von md'; 'explanation_object_text_image' => '<b>Feld: "Text für Bild"</b><br><br>Bitte ausfüllen. Der Text erscheint, wenn die Maus über das Bild fährt, oder dann, wenn Probleme beim Laden des Bildes bestehen<br><br>Dies ist auch eine gute Stelle um Copyright-Angaben zu machen, etwa:<br>&copy; Fürstin Pauline Bibliothek<br><br>Beliebige Textmenge, ideal 1000 Zeichen',
$backend_tl['object_object_number'] = 'Nummer des Objektes'; 'explanation_object_image_click' => '<b>Feld: "Ziel für Klick auf Bild"</b><br><br>Bitte nur ausfüllen falls ein Klick auf dieses Bild zu einer Internetquelle führen soll.<br><br>Bitte immer absolute URLs angeben, also mit "http(s)://" davor',
$backend_tl['object_name_institution'] = 'Name der Institution'; 'version_of_md' => 'Version von md',
$backend_tl['object_title'] = 'Objektbezeichnung'; 'object_object_number' => 'Nummer des Objektes',
$backend_tl['object_alternative_description'] = 'Alternative Objektbeschreibung'; 'object_name_institution' => 'Name der Institution',
$backend_tl['image'] = 'Bild'; 'object_title' => 'Objektbezeichnung',
$backend_tl['image_text'] = 'Text für Bild'; 'object_alternative_description' => 'Alternative Objektbeschreibung',
$backend_tl['image_link'] = 'Ziel für Klick auf Bild'; 'image' => 'Bild',
$backend_tl['linking_image_mandatory'] = 'Um zu speichern müssen Sie ein Bild verknüpfen (rechts)'; 'image_text' => 'Text für Bild',
$backend_tl['image_change'] = 'Abbildung austauschen'; 'image_link' => 'Ziel für Klick auf Bild',
$backend_tl['image_upload'] = 'Abbildung heraufladen'; 'linking_image_mandatory' => 'Um zu speichern müssen Sie ein Bild verknüpfen (rechts)',
$backend_tl['md_version_mandatory'] = 'Sie müssen die Version von museum-digital angeben!'; 'image_change' => 'Abbildung austauschen',
$backend_tl['object_number_mandatory'] = 'Sie müssen eine Nummer eingeben!'; 'image_upload' => 'Abbildung heraufladen',
$backend_tl['assigned_to'] = 'Zugeordnet'; 'md_version_mandatory' => 'Sie müssen die Version von museum-digital angeben!',
$backend_tl['preview_in'] = 'Vorschau in'; 'object_number_mandatory' => 'Sie müssen eine Nummer eingeben!',
$backend_tl['source_titel'] = 'Titel der Quelle'; 'assigned_to' => 'Zugeordnet',
$backend_tl['source_list_not_listed'] = '* Sie können hier Quellenhinweise (= Verweise auf Literatur, die nicht online ist) angeben oder schon bekannte Verweise verknüpfen<br /> 'preview_in' => 'Vorschau in',
Sollte die Quelle hier nicht aufgeführt sein, dann klicken Sie bitte'; 'source_titel' => 'Titel der Quelle',
$backend_tl['mandatory_title_source'] = 'You need to add a title for the source!'; 'source_list_not_listed' => '* Sie können hier Quellenhinweise (= Verweise auf Literatur, die nicht online ist) angeben oder schon bekannte Verweise verknüpfen<br />
$backend_tl['linkdisplayname'] = 'Link-Anzeigetext'; Sollte die Quelle hier nicht aufgeführt sein, dann klicken Sie bitte',
$backend_tl['link'] = 'Link'; 'mandatory_title_source' => 'You need to add a title for the source!',
$backend_tl['mandatory_enter_link'] = 'Sie müssen einen Link eingeben!'; 'linkdisplayname' => 'Link-Anzeigetext',
$backend_tl['edit_lower_level_topic'] = ''; 'link' => 'Link',
$backend_tl['translation_language'] = 'Sprache'; 'mandatory_enter_link' => 'Sie müssen einen Link eingeben!',
$backend_tl['change_topic_page_layout'] = 'Seitenlayout wurde geändert'; 'edit_lower_level_topic' => '',
$backend_tl['change_topic_page_map'] = 'Position der Karte geändert'; 'translation_language' => 'Sprache',
$backend_tl['changed_tooltip_color'] = 'Tooltip-Farbe wurde geänndert'; 'change_topic_page_layout' => 'Seitenlayout wurde geändert',
$backend_tl['enable_disable_tooltip'] = 'Tooltip (de-)aktiviert'; 'change_topic_page_map' => 'Position der Karte geändert',
$backend_tl['translation_added'] = 'Übersetzung hinzugefügt'; 'changed_tooltip_color' => 'Tooltip-Farbe wurde geänndert',
$backend_tl['translation_deleted'] = 'Übersetzung gelöscht'; 'enable_disable_tooltip' => 'Tooltip (de-)aktiviert',
$backend_tl['translation_updated'] = 'Übersetzung bearbeitet'; 'translation_added' => 'Übersetzung hinzugefügt',
$backend_tl['topic_base_updated'] = 'Basisinformationen wurden bearbeitet'; 'translation_deleted' => 'Übersetzung gelöscht',
$backend_tl['topic_to_topic_link_added'] = 'Beziehung zwischen Themen wurde erstellt'; 'translation_updated' => 'Übersetzung bearbeitet',
$backend_tl['topic_to_topic_link_deleted'] = 'Beziehung zwischen Themen wurde aufgelöst'; 'topic_base_updated' => 'Basisinformationen wurden bearbeitet',
$backend_tl['moved_in_order'] = 'Reihenfolge bearbeitet'; 'topic_to_topic_link_added' => 'Beziehung zwischen Themen wurde erstellt',
$backend_tl['document_updated'] = 'Das Dokument wurde bearbeitet'; 'topic_to_topic_link_deleted' => 'Beziehung zwischen Themen wurde aufgelöst',
$backend_tl['document_linked'] = 'Das Dokument wurde verknüpft'; 'moved_in_order' => 'Reihenfolge bearbeitet',
$backend_tl['document_link_removed'] = 'Verknüpfung mit Dokument wurde gelöscht'; 'document_updated' => 'Das Dokument wurde bearbeitet',
$backend_tl['source_linked'] = 'Die Quelle wurde verknüpft'; 'document_linked' => 'Das Dokument wurde verknüpft',
$backend_tl['source_link_removed'] = 'Verknüpfung mit Quelle wurde gelöscht'; 'document_link_removed' => 'Verknüpfung mit Dokument wurde gelöscht',
$backend_tl['hyperlink_linked'] = 'Hyperlink wurde verknüpft'; 'source_linked' => 'Die Quelle wurde verknüpft',
$backend_tl['hyperlink_link_removed'] = 'Verknüpfung mit Hyperlink wurde gelöscht'; 'source_link_removed' => 'Verknüpfung mit Quelle wurde gelöscht',
$backend_tl['image_uploaded'] = 'Das Bild wurde hochgeladen'; 'hyperlink_linked' => 'Hyperlink wurde verknüpft',
$backend_tl['image_removed'] = 'Das Bild wurde entfernt'; 'hyperlink_link_removed' => 'Verknüpfung mit Hyperlink wurde gelöscht',
$backend_tl['object_info_updated'] = 'Objektinformationen wurden bearbeitet'; 'image_uploaded' => 'Das Bild wurde hochgeladen',
$backend_tl['object_link_added'] = 'Link zu Objekt wurde hinzugefügt'; 'image_removed' => 'Das Bild wurde entfernt',
$backend_tl['object_link_removed'] = 'Link zu Objekt wurde gelöscht'; 'object_info_updated' => 'Objektinformationen wurden bearbeitet',
$backend_tl['topic_new_added'] = 'Neues Thema hinzugefügt'; 'object_link_added' => 'Link zu Objekt wurde hinzugefügt',
$backend_tl['topic_deleted'] = 'Das Thema wurde gelöscht'; 'object_link_removed' => 'Link zu Objekt wurde gelöscht',
$backend_tl['link_info_updated'] = 'Linkinformationen wurden bearbeitet'; 'topic_new_added' => 'Neues Thema hinzugefügt',
$backend_tl['source_info_updated'] = 'Die Quelle wurde bearbeitet'; 'topic_deleted' => 'Das Thema wurde gelöscht',
$backend_tl['display_topic_startpage'] = 'Auf Startseite anzeigen'; 'link_info_updated' => 'Linkinformationen wurden bearbeitet',
$backend_tl['hide_topic_startpage'] = 'Auf Startseite verstecken'; 'source_info_updated' => 'Die Quelle wurde bearbeitet',
$backend_tl['startpage_normal'] = 'Themator - normal'; 'display_topic_startpage' => 'Auf Startseite anzeigen',
$backend_tl['startpage_scrollitelling'] = 'Themator - Scrollitelling'; 'hide_topic_startpage' => 'Auf Startseite verstecken',
$backend_tl['enable_direct_object_links'] = 'Objekte direkt in md verlinken'; 'startpage_normal' => 'Themator - normal',
$backend_tl['username'] = 'Anmeldename'; 'startpage_scrollitelling' => 'Themator - Scrollitelling',
$backend_tl['realname'] = 'Realer Name'; 'enable_direct_object_links' => 'Objekte direkt in md verlinken',
$backend_tl['mail'] = 'E-Mail'; 'username' => 'Anmeldename',
$backend_tl['new_password'] = 'Neues Passwort (Leer = Nicht Ändern)'; 'realname' => 'Realer Name',
$backend_tl['password_confirmation'] = 'Passwort (Bestätigung)'; 'mail' => 'E-Mail',
$backend_tl['userrole'] = 'Rolle'; 'new_password' => 'Neues Passwort (Leer = Nicht Ändern)',
$backend_tl['admin'] = 'Top Administrator'; 'password_confirmation' => 'Passwort (Bestätigung)',
$backend_tl['regular_user'] = 'Regulärer Benutzer'; 'userrole' => 'Rolle',
$backend_tl['preview_normal'] = 'Vorschau im Themator'; 'admin' => 'Top Administrator',
$backend_tl['preview_scrollitelling'] = 'Vorschau im Scrollitelling-Modus'; 'regular_user' => 'Regulärer Benutzer',
$backend_tl['css_for_scroll'] = 'CSS für Scrollitelling anpassen'; 'preview_normal' => 'Vorschau im Themator',
$backend_tl['warning_for_scrollitelling_only'] = 'Achtung: Dieses Feature wird nur im Scrollitelling-Modus benutzt.'; 'preview_scrollitelling' => 'Vorschau im Scrollitelling-Modus',
$backend_tl['edit_object_text'] = 'Objekttext bearbeiten'; 'css_for_scroll' => 'CSS für Scrollitelling anpassen',
$backend_tl['object_text_specific_to_topic'] = 'Spezifischer Objekttext für dieses Thema wurde eingegeben'; 'warning_for_scrollitelling_only' => 'Achtung: Dieses Feature wird nur im Scrollitelling-Modus benutzt.',
$backend_tl['object_text_original_md'] = 'Originaltext aus museum-digital'; 'edit_object_text' => 'Objekttext bearbeiten',
$backend_tl['md_object_either_from_md'] = 'Entweder: Sie verknüpfen das Thema mit einem Objekt aus museum-digital ...'; 'object_text_specific_to_topic' => 'Spezifischer Objekttext für dieses Thema wurde eingegeben',
$backend_tl['md_object_local_object'] = 'Oder: Sie geben ein Objekt, welches nicht in museum-digital vertreten ist ein ...'; 'object_text_original_md' => 'Originaltext aus museum-digital',
$backend_tl['163'] = ''; 'md_object_either_from_md' => 'Entweder: Sie verknüpfen das Thema mit einem Objekt aus museum-digital ...',
$backend_tl['image_uploader'] = 'Uploader für Abbildungen'; 'md_object_local_object' => 'Oder: Sie geben ein Objekt, welches nicht in museum-digital vertreten ist ein ...',
$backend_tl['215'] = ''; 163 => '',
$backend_tl['username_too_short'] = 'Der Anmeldename muss mindestens fünf Zeichen lang sein'; 'image_uploader' => 'Uploader für Abbildungen',
$backend_tl['password_too_short'] = 'Passworte müssen mindestens 8 Zeichen lang sein'; 215 => '',
$backend_tl['217'] = ''; 'username_too_short' => 'Der Anmeldename muss mindestens fünf Zeichen lang sein',
'password_too_short' => 'Passworte müssen mindestens 8 Zeichen lang sein',
217 => '',
);

View File

@ -1,10 +1,13 @@
<?PHP <?PHP
$general['topic'] = 'Thema'; declare(strict_types = 1);
$general['topics'] = 'Themen'; $general = array (
$general['exhibition_view'] = 'Ausstellungsansicht'; 'topic' => 'Thema',
$general['expand_all'] = 'Alles aufklappen'; 'topics' => 'Themen',
$general['reduce'] = 'Zuklappen'; 'exhibition_view' => 'Ausstellungsansicht',
$general['objektsfor'] = 'Objekte für'; 'expand_all' => 'Alles aufklappen',
$general['objektsfor_description'] = 'Objektansichten zu Objekten aus diesem und Unterthemen, die dem gegebenen Ort entsprechen.'; 'reduce' => 'Zuklappen',
$general['next'] = 'Nächstes'; 'objektsfor' => 'Objekte für',
$general['previous'] = 'Vorheriges'; 'objektsfor_description' => 'Objektansichten zu Objekten aus diesem und Unterthemen, die dem gegebenen Ort entsprechen.',
'next' => 'Nächstes',
'previous' => 'Vorheriges',
);

View File

@ -1,10 +1,13 @@
<?PHP <?PHP
$tlLogin['username'] = 'Benutzername'; declare(strict_types = 1);
$tlLogin['password'] = 'Passwort'; $tlLogin = array (
$tlLogin['login'] = 'Login'; 'username' => 'Benutzername',
$tlLogin['remember_me'] = 'Login merken'; 'password' => 'Passwort',
$tlLogin['global_statistics'] = 'Globale Statistiken'; 'login' => 'Login',
$tlLogin['recent_blog_posts'] = 'Neueste Blogbeiträge'; 'remember_me' => 'Login merken',
$tlLogin['public_db_contents'] = 'Veröffentlichte Datenbankinhalte'; 'global_statistics' => 'Globale Statistiken',
$tlLogin['log_in'] = 'Einloggen'; 'recent_blog_posts' => 'Neueste Blogbeiträge',
$tlLogin['avg_text_len'] = 'Objektbeschreibungen: Durchschnittle Länge'; 'public_db_contents' => 'Veröffentlichte Datenbankinhalte',
'log_in' => 'Einloggen',
'avg_text_len' => 'Objektbeschreibungen: Durchschnittle Länge',
);

View File

@ -1,7 +1,10 @@
<?PHP <?PHP
$nav['home'] = 'Home'; declare(strict_types = 1);
$nav['museum'] = 'Museum'; $nav = array (
$nav['collection'] = 'Sammlung'; 'home' => 'Home',
$nav['object'] = 'Objekt'; 'museum' => 'Museum',
$nav['topics'] = 'Themen'; 'collection' => 'Sammlung',
$nav['contact'] = 'Kontakt'; 'object' => 'Objekt',
'topics' => 'Themen',
'contact' => 'Kontakt',
);

View File

@ -1,11 +1,14 @@
<?PHP <?PHP
$startpage['title'] = 'Museum-Digital :: Themen'; declare(strict_types = 1);
$startpage['headertitle'] = 'Themen'; $startpage = array (
$startpage['languages'] = 'Sprachen'; 'title' => 'Museum-Digital :: Themen',
$startpage['german'] = 'Deutsch'; 'headertitle' => 'Themen',
$startpage['english'] = 'Englisch '; 'languages' => 'Sprachen',
$startpage['for_example'] = 'Beispielsweise ...'; 'german' => 'Deutsch',
$startpage['all_topics'] = 'Alle Themen'; 'english' => 'Englisch ',
$startpage['about'] = 'Themen, Geschichten und Ausstellungen bei museum-digital.'; 'for_example' => 'Beispielsweise ...',
$startpage['meta_description'] = 'Der Themator ist museum-digitals Werkzeug für digitales Storyte'; 'all_topics' => 'Alle Themen',
$startpage['meta_keywords'] = 'Digitales Storytelling, Ausstellungen, Lehre, Bildung, Museen'; 'about' => 'Themen, Geschichten und Ausstellungen bei museum-digital.',
'meta_description' => 'Der Themator ist museum-digitals Werkzeug für digitales Storyte',
'meta_keywords' => 'Digitales Storytelling, Ausstellungen, Lehre, Bildung, Museen',
);

View File

@ -1,9 +1,12 @@
<?PHP <?PHP
$topic['related_objects'] = 'Verknüpfte Objekte ...'; declare(strict_types = 1);
$topic['related_documents'] = 'Dokumente zum Thema ...'; $topic = array (
$topic['sources_and_links'] = 'Quellen und Links ...'; 'related_objects' => 'Verknüpfte Objekte ...',
$topic['next'] = 'Weiterlesen'; 'related_documents' => 'Dokumente zum Thema ...',
$topic['map'] = 'Karte'; 'sources_and_links' => 'Quellen und Links ...',
$topic['show_object'] = 'Objekt zeigen'; 'next' => 'Weiterlesen',
$topic['show_objects'] = 'Objekte zeigen'; 'map' => 'Karte',
$topic['search'] = 'Suchen'; 'show_object' => 'Objekt zeigen',
'show_objects' => 'Objekte zeigen',
'search' => 'Suchen',
);

View File

@ -1,9 +1,12 @@
<?PHP <?PHP
$topic['material_technique'] = 'Material/Technik'; declare(strict_types = 1);
$topic['measurements'] = 'Maße'; $topic = array (
$topic['when'] = 'wann'; 'material_technique' => 'Material/Technik',
$topic['where'] = 'wo'; 'measurements' => 'Maße',
$topic['who'] = 'wer'; 'when' => 'wann',
$topic['object_from'] = 'Objekt aus'; 'where' => 'wo',
$topic['original_entry'] = 'Originaleintrag'; 'who' => 'wer',
$topic['literature'] = 'Literatur'; 'object_from' => 'Objekt aus',
'original_entry' => 'Originaleintrag',
'literature' => 'Literatur',
);

View File

@ -1,220 +1,223 @@
<?PHP <?PHP
$backend_tl['input_interface'] = 'Input Interface'; declare(strict_types = 1);
$backend_tl['topics'] = 'Topics'; $backend_tl = array (
$backend_tl['add'] = 'Add'; 'input_interface' => 'Input Interface',
$backend_tl['delete'] = 'Delete'; 'topics' => 'Topics',
$backend_tl['users'] = 'Users'; 'add' => 'Add',
$backend_tl['edit'] = 'Edit'; 'delete' => 'Delete',
$backend_tl['logged_in_as'] = 'Logged in as'; 'users' => 'Users',
$backend_tl['logout'] = 'Log out'; 'edit' => 'Edit',
$backend_tl['topic'] = 'Topic'; 'logged_in_as' => 'Logged in as',
$backend_tl['selectmuseumforediting'] = 'Select a museum for editing ...'; 'logout' => 'Log out',
$backend_tl['museum_edit'] = 'Edit a museum ...'; 'topic' => 'Topic',
$backend_tl['museum_add'] = 'Add a museum ...'; 'selectmuseumforediting' => 'Select a museum for editing ...',
$backend_tl['collection_select'] = 'Select a collection for editing ...'; 'museum_edit' => 'Edit a museum ...',
$backend_tl['collection_edit'] = 'Edit a collection ...'; 'museum_add' => 'Add a museum ...',
$backend_tl['collection_add'] = 'Add a collection ...'; 'collection_select' => 'Select a collection for editing ...',
$backend_tl['object_select'] = 'Select an object for editing ...'; 'collection_edit' => 'Edit a collection ...',
$backend_tl['object_edit'] = 'Edit an object ...'; 'collection_add' => 'Add a collection ...',
$backend_tl['object_add'] = 'Add an object ...'; 'object_select' => 'Select an object for editing ...',
$backend_tl['ufo_edit'] = 'Edit a U-F-O ...'; 'object_edit' => 'Edit an object ...',
$backend_tl['ufo_add'] = 'Add a U-F-O ...'; 'object_add' => 'Add an object ...',
$backend_tl['event_select'] = 'Select an event for editing ...'; 'ufo_edit' => 'Edit a U-F-O ...',
$backend_tl['event_edit'] = 'Edit an event ...'; 'ufo_add' => 'Add a U-F-O ...',
$backend_tl['event_add'] = 'Add an event ...'; 'event_select' => 'Select an event for editing ...',
$backend_tl['time_select'] = 'Select a time term for editing ...'; 'event_edit' => 'Edit an event ...',
$backend_tl['time_edit'] = 'Edit a time term ...'; 'event_add' => 'Add an event ...',
$backend_tl['time_add'] = 'Add a time term ...'; 'time_select' => 'Select a time term for editing ...',
$backend_tl['persinst_select'] = 'Select an actor for editing ...'; 'time_edit' => 'Edit a time term ...',
$backend_tl['persinst_edit'] = 'Edit an actor ...'; 'time_add' => 'Add a time term ...',
$backend_tl['persinst_add'] = 'Add an actor ...'; 'persinst_select' => 'Select an actor for editing ...',
$backend_tl['place_select'] = 'Select a place for editing ...'; 'persinst_edit' => 'Edit an actor ...',
$backend_tl['place_edit'] = 'Edit a place ...'; 'persinst_add' => 'Add an actor ...',
$backend_tl['place_add'] = 'Add a place ...'; 'place_select' => 'Select a place for editing ...',
$backend_tl['tag_select'] = 'Select a keyword for editing ...'; 'place_edit' => 'Edit a place ...',
$backend_tl['tag_edit'] = 'Edit a keyword...'; 'place_add' => 'Add a place ...',
$backend_tl['tag_add'] = 'Add a keyword...'; 'tag_select' => 'Select a keyword for editing ...',
$backend_tl['literature_select'] = 'Select a literature entry for editing ...'; 'tag_edit' => 'Edit a keyword...',
$backend_tl['literature_edit'] = 'Edit a literature entry ...'; 'tag_add' => 'Add a keyword...',
$backend_tl['literature_add'] = 'Add a literature entry ...'; 'literature_select' => 'Select a literature entry for editing ...',
$backend_tl['link_select'] = 'Select a hyperlink for editing ...'; 'literature_edit' => 'Edit a literature entry ...',
$backend_tl['link_edit'] = 'Edit hyperlink'; 'literature_add' => 'Add a literature entry ...',
$backend_tl['link_add'] = 'Add hyperlink'; 'link_select' => 'Select a hyperlink for editing ...',
$backend_tl['image_edit'] = 'Select an image for editing ...'; 'link_edit' => 'Edit hyperlink',
$backend_tl['document_attach'] = 'Attach a document ...'; 'link_add' => 'Add hyperlink',
$backend_tl['tag_select_simple'] = 'Please select a keyword...'; 'image_edit' => 'Select an image for editing ...',
$backend_tl['settings_edit'] = 'Edit settings ...'; 'document_attach' => 'Attach a document ...',
$backend_tl['user_select'] = 'Select a user for editing ...'; 'tag_select_simple' => 'Please select a keyword...',
$backend_tl['topic_edit'] = 'Edit a <b style="color:#3333aa;">topic</b>'; 'settings_edit' => 'Edit settings ...',
$backend_tl['subtopic_edit'] = 'Add a <b style="color:#3333aa;">lower level topic</b>'; 'user_select' => 'Select a user for editing ...',
$backend_tl['document_edit'] = 'Edit document'; 'topic_edit' => 'Edit a <b style="color:#3333aa;">topic</b>',
$backend_tl['source_add'] = 'Add link with a source'; 'subtopic_edit' => 'Add a <b style="color:#3333aa;">lower level topic</b>',
$backend_tl['object_add_complicated'] = 'Add an <b style="color:#3333aa;">object</b>'; 'document_edit' => 'Edit document',
$backend_tl['object_edit_complicated'] = 'Edit an <b style="color:#3333aa;">object entry</b>'; 'source_add' => 'Add link with a source',
$backend_tl['user_role_change_alt'] = 'Changes the relation between a user and a topic'; 'object_add_complicated' => 'Add an <b style="color:#3333aa;">object</b>',
$backend_tl['send'] = 'Send'; 'object_edit_complicated' => 'Edit an <b style="color:#3333aa;">object entry</b>',
$backend_tl['once_again'] = 'Once again'; 'user_role_change_alt' => 'Changes the relation between a user and a topic',
$backend_tl['field'] = 'Field'; 'send' => 'Send',
$backend_tl['definitelyconfirm'] = 'Yes!!'; 'once_again' => 'Once again',
$backend_tl['explanation_short_title'] = '<b>Field "Short Title"</b><br><br>This field is mandatory!<br><br>The short title is used for listing the entry in the navigation<br><br>Example 1: "Archaology of the Lords of Anhalt"<br>Example 2: "Excavations"'; 'field' => 'Field',
$backend_tl['explanation_long_title'] = '<b>Field: "Long Title"</b><br><br>This field is mandatory!<br><br>The "long title" is the actual title of the topic. At best, it is not more than 150 characters.<br><br>Example: "Archeology of the Anhalt princes from the 15th century to modern day'; 'definitelyconfirm' => 'Yes!!',
$backend_tl['explanation_abstract'] = '<b>Field: "Abstract"</b><br><br>This field is mandatory!<br><br>Ideally a sentence, that summarizes the topic\'s contents.'; 'explanation_short_title' => '<b>Field "Short Title"</b><br><br>This field is mandatory!<br><br>The short title is used for listing the entry in the navigation<br><br>Example 1: "Archaology of the Lords of Anhalt"<br>Example 2: "Excavations"',
$backend_tl['explanation_text'] = '<b>Field: "Image Text"</b><br><br>This field is mandatory!<br><br>Unrestricted length of text. Ideally, the text fills about one screen. If possible, write sentences and avoid lists.<br><br>You can - but are not required to - upload an image for the topic. The image will appear on the left of the text.'; 'explanation_long_title' => '<b>Field: "Long Title"</b><br><br>This field is mandatory!<br><br>The "long title" is the actual title of the topic. At best, it is not more than 150 characters.<br><br>Example: "Archeology of the Anhalt princes from the 15th century to modern day',
$backend_tl['explanation_text_image'] = '<b>Field: "Image Text"</b><br><br>Please only fill this out, if you have uploaded an image for the topic. This text appears upon hovering over the image. Useful for information on copyright and origin.'; 'explanation_abstract' => '<b>Field: "Abstract"</b><br><br>This field is mandatory!<br><br>Ideally a sentence, that summarizes the topic\'s contents.',
$backend_tl['explanation_link_image'] = '<b>Field: "Target for click on image"</b><br><br>Please only fill this out if you have uploaded an image for the topic and want the user to be linked to another source on the web upon clicking on the image.<br><br>Requires absolute URLs, beginning with "http(s)://".'; 'explanation_text' => '<b>Field: "Image Text"</b><br><br>This field is mandatory!<br><br>Unrestricted length of text. Ideally, the text fills about one screen. If possible, write sentences and avoid lists.<br><br>You can - but are not required to - upload an image for the topic. The image will appear on the left of the text.',
$backend_tl['topic_image'] = 'Image for topic:'; 'explanation_text_image' => '<b>Field: "Image Text"</b><br><br>Please only fill this out, if you have uploaded an image for the topic. This text appears upon hovering over the image. Useful for information on copyright and origin.',
$backend_tl['topic_image_switch'] = 'Change image'; 'explanation_link_image' => '<b>Field: "Target for click on image"</b><br><br>Please only fill this out if you have uploaded an image for the topic and want the user to be linked to another source on the web upon clicking on the image.<br><br>Requires absolute URLs, beginning with "http(s)://".',
$backend_tl['topic_image_noimage'] = 'No image available'; 'topic_image' => 'Image for topic:',
$backend_tl['topic_image_upload'] = 'Upload image'; 'topic_image_switch' => 'Change image',
$backend_tl['map'] = 'Map'; 'topic_image_noimage' => 'No image available',
$backend_tl['topic_map_disabled'] = 'Show topic without a map'; 'topic_image_upload' => 'Upload image',
$backend_tl['topic_map_enabled'] = 'Display topic with a map (objects of the topic on a map)'; 'map' => 'Map',
$backend_tl['topic_map_enabled_inclusive'] = 'Display topic with a map (objects of the topic and all lower level topics on a map)'; 'topic_map_disabled' => 'Show topic without a map',
$backend_tl['short_title'] = 'Short Title'; 'topic_map_enabled' => 'Display topic with a map (objects of the topic on a map)',
$backend_tl['long_title'] = 'Long Title'; 'topic_map_enabled_inclusive' => 'Display topic with a map (objects of the topic and all lower level topics on a map)',
$backend_tl['abstract'] = 'Abstract'; 'short_title' => 'Short Title',
$backend_tl['text_for_topic'] = 'Text on the Topic'; 'long_title' => 'Long Title',
$backend_tl['text_for_image'] = 'Image Text'; 'abstract' => 'Abstract',
$backend_tl['link_image'] = 'Target for Clicking on Image'; 'text_for_topic' => 'Text on the Topic',
$backend_tl['topic_presentation'] = 'Presentation'; 'text_for_image' => 'Image Text',
$backend_tl['topic_background'] = 'Background: '; 'link_image' => 'Target for Clicking on Image',
$backend_tl['topic_ballon_form'] = 'Bubble form: '; 'topic_presentation' => 'Presentation',
$backend_tl['topic_tooltip'] = 'Tool-Tip: '; 'topic_background' => 'Background: ',
$backend_tl['required_short_title'] = 'You need to enter a short title!'; 'topic_ballon_form' => 'Bubble form: ',
$backend_tl['required_long_text'] = 'You need to enter a more extensive title!'; 'topic_tooltip' => 'Tool-Tip: ',
$backend_tl['required_text'] = 'A text is required for a topic!'; 'required_short_title' => 'You need to enter a short title!',
$backend_tl['error_morethanonetopic'] = 'Encountered more than one topic ... Something must have gone wrong'; 'required_long_text' => 'You need to enter a more extensive title!',
$backend_tl['add_higher_level_topic'] = 'Add higher level topic'; 'required_text' => 'A text is required for a topic!',
$backend_tl['add_higher_level_topic_alt'] = 'Links with a higher level topic'; 'error_morethanonetopic' => 'Encountered more than one topic ... Something must have gone wrong',
$backend_tl['add_higher_level_topic_alt_additional'] = 'Add link to another higher level topic'; 'add_higher_level_topic' => 'Add higher level topic',
$backend_tl['edit_higher_level_topic'] = 'Edit higher level topic'; 'add_higher_level_topic_alt' => 'Links with a higher level topic',
$backend_tl['add_lower_level_topic'] = 'Add lower level topic'; 'add_higher_level_topic_alt_additional' => 'Add link to another higher level topic',
$backend_tl['add_lower_level_topic_alt'] = 'Link a lower level topic'; 'edit_higher_level_topic' => 'Edit higher level topic',
$backend_tl['add_lower_level_topic_alt_additional'] = 'Link to a lower level topic'; 'add_lower_level_topic' => 'Add lower level topic',
$backend_tl['edit_lower_level_topic'] = 'Edit lower level topics'; 'add_lower_level_topic_alt' => 'Link a lower level topic',
$backend_tl['delete_relation'] = 'Delete relation'; 'add_lower_level_topic_alt_additional' => 'Link to a lower level topic',
$backend_tl['document_add'] = 'Add a link to a document!'; 'edit_lower_level_topic' => 'Edit lower level topics',
$backend_tl['document_add_simple'] = 'Add document'; 'delete_relation' => 'Delete relation',
$backend_tl['source_add_simple'] = 'Add source'; 'document_add' => 'Add a link to a document!',
$backend_tl['source_edit'] = 'Edit source'; 'document_add_simple' => 'Add document',
$backend_tl['link_add_simple'] = 'Add a hyperlink'; 'source_add_simple' => 'Add source',
$backend_tl['topics_object_add'] = 'Add a link with an object!'; 'source_edit' => 'Edit source',
$backend_tl['topics_object_add_simple'] = 'Link an object!'; 'link_add_simple' => 'Add a hyperlink',
$backend_tl['topics_select_from_list_to_edit'] = 'Change the topic. Please select the topic.'; 'topics_object_add' => 'Add a link with an object!',
$backend_tl['list_of_topics_to_be_deleted'] = 'List of topics, that you can delete:'; 'topics_object_add_simple' => 'Link an object!',
$backend_tl['can_add_new_user'] = 'You may add a new user: '; 'topics_select_from_list_to_edit' => 'Change the topic. Please select the topic.',
$backend_tl['list_all_users'] = 'List of All Users'; 'list_of_topics_to_be_deleted' => 'List of topics, that you can delete:',
$backend_tl['user_name'] = 'Name'; 'can_add_new_user' => 'You may add a new user: ',
$backend_tl['user_login_name'] = 'Login Name'; 'list_all_users' => 'List of All Users',
$backend_tl['user_role'] = 'Role'; 'user_name' => 'Name',
$backend_tl['user_last_login'] = 'Last Login'; 'user_login_name' => 'Login Name',
$backend_tl['user_rights_topics'] = 'Rights for topics'; 'user_role' => 'Role',
$backend_tl['select_by_clicking'] = 'Select by clicking'; 'user_last_login' => 'Last Login',
$backend_tl['here'] = 'Here'; 'user_rights_topics' => 'Rights for topics',
$backend_tl['higher_level_topic_not_listed'] = 'If the higher level topic is not listed here, then please click'; 'select_by_clicking' => 'Select by clicking',
$backend_tl['lower_level_topic_not_listed'] = 'If the lower level topic is not listed here, then please click'; 'here' => 'Here',
$backend_tl['requirements_caps'] = 'CONDITIONS'; 'higher_level_topic_not_listed' => 'If the higher level topic is not listed here, then please click',
$backend_tl['requirements_file_name'] = '1. The image filename needs to conform to the general rules: No special characters. No dots (except the one before the file extension). No spaces.'; 'lower_level_topic_not_listed' => 'If the lower level topic is not listed here, then please click',
$backend_tl['requirements_jpg'] = '2. The image file needs to be a JPG and have a DPI ratio of 72 or 96.'; 'requirements_caps' => 'CONDITIONS',
$backend_tl['requirements_short_side'] = '3. The shorter side needs be have a length of 600 pixels minimum. The longer side should not exceed a length of 3000 pixels.'; 'requirements_file_name' => '1. The image filename needs to conform to the general rules: No special characters. No dots (except the one before the file extension). No spaces.',
$backend_tl['requirements_filesize'] = '4. The file size should not exceed 4 megabyte. Ideally, the file size should be between 500kb and 900kb.'; 'requirements_jpg' => '2. The image file needs to be a JPG and have a DPI ratio of 72 or 96.',
$backend_tl['select_image_to_upload'] = 'Please select the image file you want to upload. It will be automatically resized.'; 'requirements_short_side' => '3. The shorter side needs be have a length of 600 pixels minimum. The longer side should not exceed a length of 3000 pixels.',
$backend_tl['select_large_image_to_upload'] = 'Please selecct the large image file you want to upload. Smaller versions willl be automatically created.'; 'requirements_filesize' => '4. The file size should not exceed 4 megabyte. Ideally, the file size should be between 500kb and 900kb.',
$backend_tl['pdf_select_from_list'] = '* Here you can upload documents (PDF files only) for a topic - or link documents that have already been uploaded.<br /> 'select_image_to_upload' => 'Please select the image file you want to upload. It will be automatically resized.',
If the document is not listed, then please click'; 'select_large_image_to_upload' => 'Please selecct the large image file you want to upload. Smaller versions willl be automatically created.',
$backend_tl['requirements_pdf_filename'] = '1. The file name of the PDF file to be uploaded needs to conform to the following general rules: No special characters. No dots (except the one before the file extension). No spaces.'; 'pdf_select_from_list' => '* Here you can upload documents (PDF files only) for a topic - or link documents that have already been uploaded.<br />
$backend_tl['requirements_pdf_filesize'] = '2. The file size of the PDF cannot exceed 4 megabyte. '; If the document is not listed, then please click',
$backend_tl['select_pdf_for_upload'] = 'Please select the PDF file to be uploaded.'; 'requirements_pdf_filename' => '1. The file name of the PDF file to be uploaded needs to conform to the following general rules: No special characters. No dots (except the one before the file extension). No spaces.',
$backend_tl['explanation_document_kind'] = '<b>Field: "Type of Document"</b><br><br>Mandatory<br><br><br>Example 1: "pdf"'; 'requirements_pdf_filesize' => '2. The file size of the PDF cannot exceed 4 megabyte. ',
$backend_tl['explanation_document_text'] = '<b>Field: "Display Text"</b><br><br>Mandatory<br><br>The text you entered will be displayed when linking the document.'; 'select_pdf_for_upload' => 'Please select the PDF file to be uploaded.',
$backend_tl['explanation_document_location'] = '<b>Field: "Storage location (link)"</b><br><br>Mandatory<br><br>At best, a sentence summarizing the content of the topic'; 'explanation_document_kind' => '<b>Field: "Type of Document"</b><br><br>Mandatory<br><br><br>Example 1: "pdf"',
$backend_tl['explanation_document_note'] = '<b>Field: "Note"</b><br><br>Not required. Additional information for the document.'; 'explanation_document_text' => '<b>Field: "Display Text"</b><br><br>Mandatory<br><br>The text you entered will be displayed when linking the document.',
$backend_tl['type_of_document'] = 'Type of Document'; 'explanation_document_location' => '<b>Field: "Storage location (link)"</b><br><br>Mandatory<br><br>At best, a sentence summarizing the content of the topic',
$backend_tl['document_display_text'] = 'Display text'; 'explanation_document_note' => '<b>Field: "Note"</b><br><br>Not required. Additional information for the document.',
$backend_tl['document_location'] = 'Storage location (link)'; 'type_of_document' => 'Type of Document',
$backend_tl['document_note'] = 'Note'; 'document_display_text' => 'Display text',
$backend_tl['document_type_mandatory'] = 'You need to enter a type of document!'; 'document_location' => 'Storage location (link)',
$backend_tl['document_name_mandatory'] = 'You need to enter a display name!'; 'document_note' => 'Note',
$backend_tl['document_summary_mandatory'] = 'You need to enter a short summary!'; 'document_type_mandatory' => 'You need to enter a type of document!',
$backend_tl['document_location_mandatory'] = 'You need to enter a storage location!'; 'document_name_mandatory' => 'You need to enter a display name!',
$backend_tl['explanation_object_version'] = '<b>Field: "Version"</b><br><br>Please select a version of museum-digital from the list!<br><br>'; 'document_summary_mandatory' => 'You need to enter a short summary!',
$backend_tl['explanation_object_number'] = '<b>Field: "Object ID"</b><br><br>Please enter the ID of the object within the selected version of museum-digital<br><br>'; 'document_location_mandatory' => 'You need to enter a storage location!',
$backend_tl['explanation_object_institution'] = '<b>Field: "Name of Institution"</b><br><br>Mandatory<br><br>Name of the institution that owns the object.<br><br>Unrestricted formatting, max. 200 characters'; 'explanation_object_version' => '<b>Field: "Version"</b><br><br>Please select a version of museum-digital from the list!<br><br>',
$backend_tl['explanation_object_object_title'] = '<b>Field: "Object Title"</b><br><br>Mandatory<br><br>Keep it short<br><br>max. 200 characters'; 'explanation_object_number' => '<b>Field: "Object ID"</b><br><br>Please enter the ID of the object within the selected version of museum-digital<br><br>',
$backend_tl['explanation_object_description'] = '<b>Field: "[Alternative] Objecct Description"</b><br><br>If you have linked an object from museum-digital, its description will be displayed. If you prefer to have a different description of the object in the context of the topic, please fill out this field.<br><br>If you have entered an object outside of museum-digital, this field is mandatory.<br><br>Unlimited length of text, preferably around 500 characters'; 'explanation_object_institution' => '<b>Field: "Name of Institution"</b><br><br>Mandatory<br><br>Name of the institution that owns the object.<br><br>Unrestricted formatting, max. 200 characters',
$backend_tl['explanation_object_text_image'] = '<b>Field: "Image text"</b><br><br>Please fill out. The text appears if the cursor hovers over the image or if there are problems with loading the image<br><br>This is also a good place for copyright notices. For example:<br>&copy; Fürstin Pauline Bibliothek<br><br>Unlimited length of text, preferably around 1000 characters'; 'explanation_object_object_title' => '<b>Field: "Object Title"</b><br><br>Mandatory<br><br>Keep it short<br><br>max. 200 characters',
$backend_tl['explanation_object_image_click'] = '<b>Field: "Target with clicking on image"</b><br><br>Please only fill this in, if a click on the image is to link to another page on the internet.<br><br>Requires absolute URLs (beginning with "http(s)://")'; 'explanation_object_description' => '<b>Field: "[Alternative] Objecct Description"</b><br><br>If you have linked an object from museum-digital, its description will be displayed. If you prefer to have a different description of the object in the context of the topic, please fill out this field.<br><br>If you have entered an object outside of museum-digital, this field is mandatory.<br><br>Unlimited length of text, preferably around 500 characters',
$backend_tl['version_of_md'] = 'Version of md'; 'explanation_object_text_image' => '<b>Field: "Image text"</b><br><br>Please fill out. The text appears if the cursor hovers over the image or if there are problems with loading the image<br><br>This is also a good place for copyright notices. For example:<br>&copy; Fürstin Pauline Bibliothek<br><br>Unlimited length of text, preferably around 1000 characters',
$backend_tl['object_object_number'] = 'Object ID'; 'explanation_object_image_click' => '<b>Field: "Target with clicking on image"</b><br><br>Please only fill this in, if a click on the image is to link to another page on the internet.<br><br>Requires absolute URLs (beginning with "http(s)://")',
$backend_tl['object_name_institution'] = 'Name of Institution'; 'version_of_md' => 'Version of md',
$backend_tl['object_title'] = 'Object Title'; 'object_object_number' => 'Object ID',
$backend_tl['object_alternative_description'] = 'Alternative Object Description'; 'object_name_institution' => 'Name of Institution',
$backend_tl['image'] = 'Image'; 'object_title' => 'Object Title',
$backend_tl['image_text'] = 'Image Text'; 'object_alternative_description' => 'Alternative Object Description',
$backend_tl['image_link'] = 'Target for clicking on image'; 'image' => 'Image',
$backend_tl['linking_image_mandatory'] = 'For saving, you need to link an image (on the left)'; 'image_text' => 'Image Text',
$backend_tl['image_change'] = 'Exchange presentation'; 'image_link' => 'Target for clicking on image',
$backend_tl['image_upload'] = 'Upload image'; 'linking_image_mandatory' => 'For saving, you need to link an image (on the left)',
$backend_tl['md_version_mandatory'] = 'You need to enter a version of museum-digital!'; 'image_change' => 'Exchange presentation',
$backend_tl['object_number_mandatory'] = 'You need to enter a number!'; 'image_upload' => 'Upload image',
$backend_tl['assigned_to'] = 'Assigned to'; 'md_version_mandatory' => 'You need to enter a version of museum-digital!',
$backend_tl['preview_in'] = 'Preview in'; 'object_number_mandatory' => 'You need to enter a number!',
$backend_tl['source_titel'] = 'Title of the Source'; 'assigned_to' => 'Assigned to',
$backend_tl['source_list_not_listed'] = '* Here you can add sources (= references to literature, that is not yet online) or link already known references.<br /> 'preview_in' => 'Preview in',
Should the source not be in the list, please click'; 'source_titel' => 'Title of the Source',
$backend_tl['mandatory_title_source'] = 'You need to add a title for the souce!'; 'source_list_not_listed' => '* Here you can add sources (= references to literature, that is not yet online) or link already known references.<br />
$backend_tl['linkdisplayname'] = 'Link Display Name'; Should the source not be in the list, please click',
$backend_tl['link'] = 'Link'; 'mandatory_title_source' => 'You need to add a title for the souce!',
$backend_tl['translation_language'] = 'Language'; 'linkdisplayname' => 'Link Display Name',
$backend_tl['change_topic_page_layout'] = 'Changed page layout'; 'link' => 'Link',
$backend_tl['change_topic_page_map'] = 'Changed position of maps on topic page'; 'translation_language' => 'Language',
$backend_tl['changed_tooltip_color'] = 'Changed tooltip color'; 'change_topic_page_layout' => 'Changed page layout',
$backend_tl['enable_disable_tooltip'] = 'Enabled / disabled tooltip'; 'change_topic_page_map' => 'Changed position of maps on topic page',
$backend_tl['translation_added'] = 'Translation added'; 'changed_tooltip_color' => 'Changed tooltip color',
$backend_tl['translation_deleted'] = 'Translation deleted'; 'enable_disable_tooltip' => 'Enabled / disabled tooltip',
$backend_tl['translation_updated'] = 'Translation updated'; 'translation_added' => 'Translation added',
$backend_tl['topic_base_updated'] = 'Topic base information has been updated'; 'translation_deleted' => 'Translation deleted',
$backend_tl['topic_to_topic_link_added'] = 'Relation between two topics has been added'; 'translation_updated' => 'Translation updated',
$backend_tl['topic_to_topic_link_deleted'] = 'Relation between two topics has been removed'; 'topic_base_updated' => 'Topic base information has been updated',
$backend_tl['moved_in_order'] = 'Changed order of elements'; 'topic_to_topic_link_added' => 'Relation between two topics has been added',
$backend_tl['document_updated'] = 'The document has been updated'; 'topic_to_topic_link_deleted' => 'Relation between two topics has been removed',
$backend_tl['document_linked'] = 'Document linked'; 'moved_in_order' => 'Changed order of elements',
$backend_tl['document_link_removed'] = 'Link to document deleted'; 'document_updated' => 'The document has been updated',
$backend_tl['source_linked'] = 'The source has been linked'; 'document_linked' => 'Document linked',
$backend_tl['source_link_removed'] = 'Link to source has been removed'; 'document_link_removed' => 'Link to document deleted',
$backend_tl['hyperlink_linked'] = 'Hyperlink has been linked'; 'source_linked' => 'The source has been linked',
$backend_tl['hyperlink_link_removed'] = 'Hyperlink has been removed'; 'source_link_removed' => 'Link to source has been removed',
$backend_tl['image_uploaded'] = 'The image has been uploaded'; 'hyperlink_linked' => 'Hyperlink has been linked',
$backend_tl['image_removed'] = 'The image has been removed'; 'hyperlink_link_removed' => 'Hyperlink has been removed',
$backend_tl['object_info_updated'] = 'Object information has been updated'; 'image_uploaded' => 'The image has been uploaded',
$backend_tl['object_link_added'] = 'Link to object has been added'; 'image_removed' => 'The image has been removed',
$backend_tl['object_link_removed'] = 'Link to object has been removed'; 'object_info_updated' => 'Object information has been updated',
$backend_tl['topic_new_added'] = 'New topic added'; 'object_link_added' => 'Link to object has been added',
$backend_tl['topic_deleted'] = 'The topic has been deleted'; 'object_link_removed' => 'Link to object has been removed',
$backend_tl['link_info_updated'] = 'Link information has been updated'; 'topic_new_added' => 'New topic added',
$backend_tl['source_info_updated'] = 'The source has been updated'; 'topic_deleted' => 'The topic has been deleted',
$backend_tl['display_topic_startpage'] = 'Display topic on startpage'; 'link_info_updated' => 'Link information has been updated',
$backend_tl['hide_topic_startpage'] = 'Hide topic on startpage'; 'source_info_updated' => 'The source has been updated',
$backend_tl['startpage_normal'] = 'normal'; 'display_topic_startpage' => 'Display topic on startpage',
$backend_tl['startpage_scrollitelling'] = 'Scrollitelling'; 'hide_topic_startpage' => 'Hide topic on startpage',
$backend_tl['enable_direct_object_links'] = 'Link objects directly in md'; 'startpage_normal' => 'normal',
$backend_tl['username'] = 'Username'; 'startpage_scrollitelling' => 'Scrollitelling',
$backend_tl['realname'] = 'Real name'; 'enable_direct_object_links' => 'Link objects directly in md',
$backend_tl['mail'] = 'E-Mail'; 'username' => 'Username',
$backend_tl['new_password'] = 'New password (Empty = Keep old one)'; 'realname' => 'Real name',
$backend_tl['password_confirmation'] = 'Password confirmation'; 'mail' => 'E-Mail',
$backend_tl['userrole'] = 'User role'; 'new_password' => 'New password (Empty = Keep old one)',
$backend_tl['admin'] = 'Admin (highest level)'; 'password_confirmation' => 'Password confirmation',
$backend_tl['regular_user'] = 'Regular user'; 'userrole' => 'User role',
$backend_tl['preview_normal'] = 'Preview in normal themator mode'; 'admin' => 'Admin (highest level)',
$backend_tl['preview_scrollitelling'] = 'Preview in scrollitelling mode'; 'regular_user' => 'Regular user',
$backend_tl['css_for_scroll'] = 'Customize CSS for scrollitelling'; 'preview_normal' => 'Preview in normal themator mode',
$backend_tl['warning_for_scrollitelling_only'] = 'Warning: This feature is used for scrollitelling mode only'; 'preview_scrollitelling' => 'Preview in scrollitelling mode',
$backend_tl['edit_object_text'] = 'Edit object text'; 'css_for_scroll' => 'Customize CSS for scrollitelling',
$backend_tl['object_text_specific_to_topic'] = 'Object text is specific to this topic'; 'warning_for_scrollitelling_only' => 'Warning: This feature is used for scrollitelling mode only',
$backend_tl['object_text_original_md'] = 'Original text from museum-digital '; 'edit_object_text' => 'Edit object text',
$backend_tl['md_object_either_from_md'] = 'Either you link an object from museum-digital ...'; 'object_text_specific_to_topic' => 'Object text is specific to this topic',
$backend_tl['md_object_local_object'] = 'Or you enter an object, which is not present in museum-digital ...'; 'object_text_original_md' => 'Original text from museum-digital ',
$backend_tl['image_uploader'] = 'Image uploader'; 'md_object_either_from_md' => 'Either you link an object from museum-digital ...',
$backend_tl['username_too_short'] = 'Username must be at least 5 characters long'; 'md_object_local_object' => 'Or you enter an object, which is not present in museum-digital ...',
$backend_tl['password_too_short'] = 'A password needs to be at least 8 characters long'; 'image_uploader' => 'Image uploader',
'username_too_short' => 'Username must be at least 5 characters long',
'password_too_short' => 'A password needs to be at least 8 characters long',
);

View File

@ -1,10 +1,13 @@
<?PHP <?PHP
$general['topic'] = 'Topic'; declare(strict_types = 1);
$general['topics'] = 'Topics'; $general = array (
$general['exhibition_view'] = 'Exhibition View'; 'topic' => 'Topic',
$general['expand_all'] = 'Expand all'; 'topics' => 'Topics',
$general['reduce'] = 'Reduce'; 'exhibition_view' => 'Exhibition View',
$general['objektsfor'] = 'Objects for'; 'expand_all' => 'Expand all',
$general['objektsfor_description'] = 'Object views of objects from this and subtopics that correspond to the given location.'; 'reduce' => 'Reduce',
$general['next'] = 'Next'; 'objektsfor' => 'Objects for',
$general['previous'] = 'Previous'; 'objektsfor_description' => 'Object views of objects from this and subtopics that correspond to the given location.',
'next' => 'Next',
'previous' => 'Previous',
);

View File

@ -1,10 +1,13 @@
<?PHP <?PHP
$tlLogin['username'] = 'Username'; declare(strict_types = 1);
$tlLogin['password'] = 'Password'; $tlLogin = array (
$tlLogin['login'] = 'Login'; 'username' => 'Username',
$tlLogin['remember_me'] = 'Remember me'; 'password' => 'Password',
$tlLogin['global_statistics'] = 'Global statistics'; 'login' => 'Login',
$tlLogin['recent_blog_posts'] = 'Recent blog posts'; 'remember_me' => 'Remember me',
$tlLogin['public_db_contents'] = 'Published database contents'; 'global_statistics' => 'Global statistics',
$tlLogin['log_in'] = 'Log in'; 'recent_blog_posts' => 'Recent blog posts',
$tlLogin['avg_text_len'] = 'Average object description length'; 'public_db_contents' => 'Published database contents',
'log_in' => 'Log in',
'avg_text_len' => 'Average object description length',
);

View File

@ -1,7 +1,10 @@
<?PHP <?PHP
$nav['home'] = 'Home'; declare(strict_types = 1);
$nav['museum'] = 'Museum'; $nav = array (
$nav['collection'] = 'Collection'; 'home' => 'Home',
$nav['object'] = 'Object'; 'museum' => 'Museum',
$nav['topics'] = 'Topics'; 'collection' => 'Collection',
$nav['contact'] = 'Contact'; 'object' => 'Object',
'topics' => 'Topics',
'contact' => 'Contact',
);

View File

@ -1,11 +1,14 @@
<?PHP <?PHP
$startpage['title'] = 'Museum-Digital :: Topics'; declare(strict_types = 1);
$startpage['headertitle'] = 'Topics'; $startpage = array (
$startpage['languages'] = 'Languages'; 'title' => 'Museum-Digital :: Topics',
$startpage['german'] = 'German'; 'headertitle' => 'Topics',
$startpage['english'] = 'English'; 'languages' => 'Languages',
$startpage['for_example'] = 'For Example ...'; 'german' => 'German',
$startpage['all_topics'] = 'All Topics'; 'english' => 'English',
$startpage['about'] = 'Topics, Stories, and Exhibitions at museum-digital.'; 'for_example' => 'For Example ...',
$startpage['meta_description'] = 'The themator is museum-digital\'s tool for digital storytelling.'; 'all_topics' => 'All Topics',
$startpage['meta_keywords'] = 'Digital storytelling, exhibitions, teaching, education, museums'; 'about' => 'Topics, Stories, and Exhibitions at museum-digital.',
'meta_description' => 'The themator is museum-digital\'s tool for digital storytelling.',
'meta_keywords' => 'Digital storytelling, exhibitions, teaching, education, museums',
);

View File

@ -1,9 +1,12 @@
<?PHP <?PHP
$topic['related_objects'] = 'Related Objects ...'; declare(strict_types = 1);
$topic['related_documents'] = 'Related Documents ...'; $topic = array (
$topic['sources_and_links'] = 'Sources and Links ...'; 'related_objects' => 'Related Objects ...',
$topic['next'] = 'Next'; 'related_documents' => 'Related Documents ...',
$topic['map'] = 'Map'; 'sources_and_links' => 'Sources and Links ...',
$topic['show_object'] = 'Show object'; 'next' => 'Next',
$topic['show_objects'] = 'Show objects'; 'map' => 'Map',
$topic['search'] = 'Search'; 'show_object' => 'Show object',
'show_objects' => 'Show objects',
'search' => 'Search',
);

View File

@ -1,9 +1,12 @@
<?PHP <?PHP
$topic['material_technique'] = 'Material /Technique'; declare(strict_types = 1);
$topic['measurements'] = 'Measurements'; $topic = array (
$topic['when'] = 'When'; 'material_technique' => 'Material /Technique',
$topic['where'] = 'Where'; 'measurements' => 'Measurements',
$topic['who'] = 'Who'; 'when' => 'When',
$topic['object_from'] = 'Object from'; 'where' => 'Where',
$topic['original_entry'] = 'Original entry'; 'who' => 'Who',
$topic['literature'] = 'Literature'; 'object_from' => 'Object from',
'original_entry' => 'Original entry',
'literature' => 'Literature',
);

View File

@ -1,220 +1,223 @@
<?PHP <?PHP
$backend_tl['input_interface'] = 'Input Interface'; declare(strict_types = 1);
$backend_tl['topics'] = 'Topics'; $backend_tl = array (
$backend_tl['add'] = 'Add'; 'input_interface' => 'Input Interface',
$backend_tl['delete'] = 'Delete'; 'topics' => 'Topics',
$backend_tl['users'] = 'Users'; 'add' => 'Add',
$backend_tl['edit'] = 'Edit'; 'delete' => 'Delete',
$backend_tl['logged_in_as'] = 'Logged in as'; 'users' => 'Users',
$backend_tl['logout'] = 'Log out'; 'edit' => 'Edit',
$backend_tl['topic'] = 'Topic'; 'logged_in_as' => 'Logged in as',
$backend_tl['selectmuseumforediting'] = 'Select a museum for editing ...'; 'logout' => 'Log out',
$backend_tl['museum_edit'] = 'Edit a museum ...'; 'topic' => 'Topic',
$backend_tl['museum_add'] = 'Add a museum ...'; 'selectmuseumforediting' => 'Select a museum for editing ...',
$backend_tl['collection_select'] = 'Select a collection for editing ...'; 'museum_edit' => 'Edit a museum ...',
$backend_tl['collection_edit'] = 'Edit a collection ...'; 'museum_add' => 'Add a museum ...',
$backend_tl['collection_add'] = 'Add a collection ...'; 'collection_select' => 'Select a collection for editing ...',
$backend_tl['object_select'] = 'Select an object for editing ...'; 'collection_edit' => 'Edit a collection ...',
$backend_tl['object_edit'] = 'Edit an object ...'; 'collection_add' => 'Add a collection ...',
$backend_tl['object_add'] = 'Add an object ...'; 'object_select' => 'Select an object for editing ...',
$backend_tl['ufo_edit'] = 'Edit a U-F-O ...'; 'object_edit' => 'Edit an object ...',
$backend_tl['ufo_add'] = 'Add a U-F-O ...'; 'object_add' => 'Add an object ...',
$backend_tl['event_select'] = 'Select an event for editing ...'; 'ufo_edit' => 'Edit a U-F-O ...',
$backend_tl['event_edit'] = 'Edit an event ...'; 'ufo_add' => 'Add a U-F-O ...',
$backend_tl['event_add'] = 'Add an event ...'; 'event_select' => 'Select an event for editing ...',
$backend_tl['time_select'] = 'Select a time term for editing ...'; 'event_edit' => 'Edit an event ...',
$backend_tl['time_edit'] = 'Edit a time term ...'; 'event_add' => 'Add an event ...',
$backend_tl['time_add'] = 'Add a time term ...'; 'time_select' => 'Select a time term for editing ...',
$backend_tl['persinst_select'] = 'Select an actor for editing ...'; 'time_edit' => 'Edit a time term ...',
$backend_tl['persinst_edit'] = 'Edit an actor ...'; 'time_add' => 'Add a time term ...',
$backend_tl['persinst_add'] = 'Add an actor ...'; 'persinst_select' => 'Select an actor for editing ...',
$backend_tl['place_select'] = 'Select a place for editing ...'; 'persinst_edit' => 'Edit an actor ...',
$backend_tl['place_edit'] = 'Edit a place ...'; 'persinst_add' => 'Add an actor ...',
$backend_tl['place_add'] = 'Add a place ...'; 'place_select' => 'Select a place for editing ...',
$backend_tl['tag_select'] = 'Select a keyword for editing ...'; 'place_edit' => 'Edit a place ...',
$backend_tl['tag_edit'] = 'Edit a keyword...'; 'place_add' => 'Add a place ...',
$backend_tl['tag_add'] = 'Add a keyword...'; 'tag_select' => 'Select a keyword for editing ...',
$backend_tl['literature_select'] = 'Select a literature entry for editing ...'; 'tag_edit' => 'Edit a keyword...',
$backend_tl['literature_edit'] = 'Edit a literature entry ...'; 'tag_add' => 'Add a keyword...',
$backend_tl['literature_add'] = 'Add a literature entry ...'; 'literature_select' => 'Select a literature entry for editing ...',
$backend_tl['link_select'] = 'Select a hyperlink for editing ...'; 'literature_edit' => 'Edit a literature entry ...',
$backend_tl['link_edit'] = 'Edit hyperlink'; 'literature_add' => 'Add a literature entry ...',
$backend_tl['link_add'] = 'Add hyperlink'; 'link_select' => 'Select a hyperlink for editing ...',
$backend_tl['image_edit'] = 'Select an image for editing ...'; 'link_edit' => 'Edit hyperlink',
$backend_tl['document_attach'] = 'Attach a document ...'; 'link_add' => 'Add hyperlink',
$backend_tl['tag_select_simple'] = 'Please select a keyword...'; 'image_edit' => 'Select an image for editing ...',
$backend_tl['settings_edit'] = 'Edit settings ...'; 'document_attach' => 'Attach a document ...',
$backend_tl['user_select'] = 'Select a user for editing ...'; 'tag_select_simple' => 'Please select a keyword...',
$backend_tl['topic_edit'] = 'Edit a <b style="color:#3333aa;">topic</b>'; 'settings_edit' => 'Edit settings ...',
$backend_tl['subtopic_edit'] = 'Add a <b style="color:#3333aa;">lower level topic</b>'; 'user_select' => 'Select a user for editing ...',
$backend_tl['document_edit'] = 'Edit document'; 'topic_edit' => 'Edit a <b style="color:#3333aa;">topic</b>',
$backend_tl['source_add'] = 'Add link with a source'; 'subtopic_edit' => 'Add a <b style="color:#3333aa;">lower level topic</b>',
$backend_tl['object_add_complicated'] = 'Add an <b style="color:#3333aa;">object</b>'; 'document_edit' => 'Edit document',
$backend_tl['object_edit_complicated'] = 'Edit an <b style="color:#3333aa;">object entry</b>'; 'source_add' => 'Add link with a source',
$backend_tl['user_role_change_alt'] = 'Changes the relation between a user and a topic'; 'object_add_complicated' => 'Add an <b style="color:#3333aa;">object</b>',
$backend_tl['send'] = 'Send'; 'object_edit_complicated' => 'Edit an <b style="color:#3333aa;">object entry</b>',
$backend_tl['once_again'] = 'Once again'; 'user_role_change_alt' => 'Changes the relation between a user and a topic',
$backend_tl['field'] = 'Field'; 'send' => 'Send',
$backend_tl['definitelyconfirm'] = 'Yes!!'; 'once_again' => 'Once again',
$backend_tl['explanation_short_title'] = '<b>Field "Short Title"</b><br><br>This field is mandatory!<br><br>The short title is used for listing the entry in the navigation<br><br>Example 1: "Archaology of the Lords of Anhalt"<br>Example 2: "Excavations"'; 'field' => 'Field',
$backend_tl['explanation_long_title'] = '<b>Field: "Long Title"</b><br><br>This field is mandatory!<br><br>The "long title" is the actual title of the topic. At best, it is not more than 150 characters.<br><br>Example: "Archeology of the Anhalt princes from the 15th century to modern day'; 'definitelyconfirm' => 'Yes!!',
$backend_tl['explanation_abstract'] = '<b>Field: "Abstract"</b><br><br>This field is mandatory!<br><br>Ideally a sentence, that summarizes the topic\'s contents.'; 'explanation_short_title' => '<b>Field "Short Title"</b><br><br>This field is mandatory!<br><br>The short title is used for listing the entry in the navigation<br><br>Example 1: "Archaology of the Lords of Anhalt"<br>Example 2: "Excavations"',
$backend_tl['explanation_text'] = '<b>Field: "Image Text"</b><br><br>This field is mandatory!<br><br>Unrestricted length of text. Ideally, the text fills about one screen. If possible, write sentences and avoid lists.<br><br>You can - but are not required to - upload an image for the topic. The image will appear on the left of the text.'; 'explanation_long_title' => '<b>Field: "Long Title"</b><br><br>This field is mandatory!<br><br>The "long title" is the actual title of the topic. At best, it is not more than 150 characters.<br><br>Example: "Archeology of the Anhalt princes from the 15th century to modern day',
$backend_tl['explanation_text_image'] = '<b>Field: "Image Text"</b><br><br>Please only fill this out, if you have uploaded an image for the topic. This text appears upon hovering over the image. Useful for information on copyright and origin.'; 'explanation_abstract' => '<b>Field: "Abstract"</b><br><br>This field is mandatory!<br><br>Ideally a sentence, that summarizes the topic\'s contents.',
$backend_tl['explanation_link_image'] = '<b>Field: "Target for click on image"</b><br><br>Please only fill this out if you have uploaded an image for the topic and want the user to be linked to another source on the web upon clicking on the image.<br><br>Requires absolute URLs, beginning with "http(s)://".'; 'explanation_text' => '<b>Field: "Image Text"</b><br><br>This field is mandatory!<br><br>Unrestricted length of text. Ideally, the text fills about one screen. If possible, write sentences and avoid lists.<br><br>You can - but are not required to - upload an image for the topic. The image will appear on the left of the text.',
$backend_tl['topic_image'] = 'Image for topic:'; 'explanation_text_image' => '<b>Field: "Image Text"</b><br><br>Please only fill this out, if you have uploaded an image for the topic. This text appears upon hovering over the image. Useful for information on copyright and origin.',
$backend_tl['topic_image_switch'] = 'Change image'; 'explanation_link_image' => '<b>Field: "Target for click on image"</b><br><br>Please only fill this out if you have uploaded an image for the topic and want the user to be linked to another source on the web upon clicking on the image.<br><br>Requires absolute URLs, beginning with "http(s)://".',
$backend_tl['topic_image_noimage'] = 'No image available'; 'topic_image' => 'Image for topic:',
$backend_tl['topic_image_upload'] = 'Upload image'; 'topic_image_switch' => 'Change image',
$backend_tl['map'] = 'Map'; 'topic_image_noimage' => 'No image available',
$backend_tl['topic_map_disabled'] = 'Show topic without a map'; 'topic_image_upload' => 'Upload image',
$backend_tl['topic_map_enabled'] = 'Display topic with a map (objects of the topic on a map)'; 'map' => 'Map',
$backend_tl['topic_map_enabled_inclusive'] = 'Display topic with a map (objects of the topic and all lower level topics on a map)'; 'topic_map_disabled' => 'Show topic without a map',
$backend_tl['short_title'] = 'Short Title'; 'topic_map_enabled' => 'Display topic with a map (objects of the topic on a map)',
$backend_tl['long_title'] = 'Long Title'; 'topic_map_enabled_inclusive' => 'Display topic with a map (objects of the topic and all lower level topics on a map)',
$backend_tl['abstract'] = 'Abstract'; 'short_title' => 'Short Title',
$backend_tl['text_for_topic'] = 'Text on the Topic'; 'long_title' => 'Long Title',
$backend_tl['text_for_image'] = 'Image Text'; 'abstract' => 'Abstract',
$backend_tl['link_image'] = 'Target for Clicking on Image'; 'text_for_topic' => 'Text on the Topic',
$backend_tl['topic_presentation'] = 'Presentation'; 'text_for_image' => 'Image Text',
$backend_tl['topic_background'] = 'Background: '; 'link_image' => 'Target for Clicking on Image',
$backend_tl['topic_ballon_form'] = 'Bubble form: '; 'topic_presentation' => 'Presentation',
$backend_tl['topic_tooltip'] = 'Tool-Tip: '; 'topic_background' => 'Background: ',
$backend_tl['required_short_title'] = 'You need to enter a short title!'; 'topic_ballon_form' => 'Bubble form: ',
$backend_tl['required_long_text'] = 'You need to enter a more extensive title!'; 'topic_tooltip' => 'Tool-Tip: ',
$backend_tl['required_text'] = 'A text is required for a topic!'; 'required_short_title' => 'You need to enter a short title!',
$backend_tl['error_morethanonetopic'] = 'Encountered more than one topic ... Something must have gone wrong'; 'required_long_text' => 'You need to enter a more extensive title!',
$backend_tl['add_higher_level_topic'] = 'Add higher level topic'; 'required_text' => 'A text is required for a topic!',
$backend_tl['add_higher_level_topic_alt'] = 'Links with a higher level topic'; 'error_morethanonetopic' => 'Encountered more than one topic ... Something must have gone wrong',
$backend_tl['add_higher_level_topic_alt_additional'] = 'Add link to another higher level topic'; 'add_higher_level_topic' => 'Add higher level topic',
$backend_tl['edit_higher_level_topic'] = 'Edit higher level topic'; 'add_higher_level_topic_alt' => 'Links with a higher level topic',
$backend_tl['add_lower_level_topic'] = 'Add lower level topic'; 'add_higher_level_topic_alt_additional' => 'Add link to another higher level topic',
$backend_tl['add_lower_level_topic_alt'] = 'Link a lower level topic'; 'edit_higher_level_topic' => 'Edit higher level topic',
$backend_tl['add_lower_level_topic_alt_additional'] = 'Link to a lower level topic'; 'add_lower_level_topic' => 'Add lower level topic',
$backend_tl['edit_lower_level_topic'] = 'Edit lower level topics'; 'add_lower_level_topic_alt' => 'Link a lower level topic',
$backend_tl['delete_relation'] = 'Delete relation'; 'add_lower_level_topic_alt_additional' => 'Link to a lower level topic',
$backend_tl['document_add'] = 'Add a link to a document!'; 'edit_lower_level_topic' => 'Edit lower level topics',
$backend_tl['document_add_simple'] = 'Add document'; 'delete_relation' => 'Delete relation',
$backend_tl['source_add_simple'] = 'Add source'; 'document_add' => 'Add a link to a document!',
$backend_tl['source_edit'] = 'Edit source'; 'document_add_simple' => 'Add document',
$backend_tl['link_add_simple'] = 'Add a hyperlink'; 'source_add_simple' => 'Add source',
$backend_tl['topics_object_add'] = 'Add a link with an object!'; 'source_edit' => 'Edit source',
$backend_tl['topics_object_add_simple'] = 'Link an object!'; 'link_add_simple' => 'Add a hyperlink',
$backend_tl['topics_select_from_list_to_edit'] = 'Change the topic. Please select the topic.'; 'topics_object_add' => 'Add a link with an object!',
$backend_tl['list_of_topics_to_be_deleted'] = 'List of topics, that you can delete:'; 'topics_object_add_simple' => 'Link an object!',
$backend_tl['can_add_new_user'] = 'You may add a new user: '; 'topics_select_from_list_to_edit' => 'Change the topic. Please select the topic.',
$backend_tl['list_all_users'] = 'List of All Users'; 'list_of_topics_to_be_deleted' => 'List of topics, that you can delete:',
$backend_tl['user_name'] = 'Name'; 'can_add_new_user' => 'You may add a new user: ',
$backend_tl['user_login_name'] = 'Login Name'; 'list_all_users' => 'List of All Users',
$backend_tl['user_role'] = 'Role'; 'user_name' => 'Name',
$backend_tl['user_last_login'] = 'Last Login'; 'user_login_name' => 'Login Name',
$backend_tl['user_rights_topics'] = 'Rights for topics'; 'user_role' => 'Role',
$backend_tl['select_by_clicking'] = 'Select by clicking'; 'user_last_login' => 'Last Login',
$backend_tl['here'] = 'Here'; 'user_rights_topics' => 'Rights for topics',
$backend_tl['higher_level_topic_not_listed'] = 'If the higher level topic is not listed here, then please click'; 'select_by_clicking' => 'Select by clicking',
$backend_tl['lower_level_topic_not_listed'] = 'If the lower level topic is not listed here, then please click'; 'here' => 'Here',
$backend_tl['requirements_caps'] = 'CONDITIONS'; 'higher_level_topic_not_listed' => 'If the higher level topic is not listed here, then please click',
$backend_tl['requirements_file_name'] = '1. The image filename needs to conform to the general rules: No special characters. No dots (except the one before the file extension). No spaces.'; 'lower_level_topic_not_listed' => 'If the lower level topic is not listed here, then please click',
$backend_tl['requirements_jpg'] = '2. The image file needs to be a JPG and have a DPI ratio of 72 or 96.'; 'requirements_caps' => 'CONDITIONS',
$backend_tl['requirements_short_side'] = '3. The shorter side needs be have a length of 600 pixels minimum. The longer side should not exceed a length of 3000 pixels.'; 'requirements_file_name' => '1. The image filename needs to conform to the general rules: No special characters. No dots (except the one before the file extension). No spaces.',
$backend_tl['requirements_filesize'] = '4. The file size should not exceed 4 megabyte. Ideally, the file size should be between 500kb and 900kb.'; 'requirements_jpg' => '2. The image file needs to be a JPG and have a DPI ratio of 72 or 96.',
$backend_tl['select_image_to_upload'] = 'Please select the image file you want to upload. It will be automatically resized.'; 'requirements_short_side' => '3. The shorter side needs be have a length of 600 pixels minimum. The longer side should not exceed a length of 3000 pixels.',
$backend_tl['select_large_image_to_upload'] = 'Please selecct the large image file you want to upload. Smaller versions willl be automatically created.'; 'requirements_filesize' => '4. The file size should not exceed 4 megabyte. Ideally, the file size should be between 500kb and 900kb.',
$backend_tl['pdf_select_from_list'] = '* Here you can upload documents (PDF files only) for a topic - or link documents that have already been uploaded.<br /> 'select_image_to_upload' => 'Please select the image file you want to upload. It will be automatically resized.',
If the document is not listed, then please click'; 'select_large_image_to_upload' => 'Please selecct the large image file you want to upload. Smaller versions willl be automatically created.',
$backend_tl['requirements_pdf_filename'] = '1. The file name of the PDF file to be uploaded needs to conform to the following general rules: No special characters. No dots (except the one before the file extension). No spaces.'; 'pdf_select_from_list' => '* Here you can upload documents (PDF files only) for a topic - or link documents that have already been uploaded.<br />
$backend_tl['requirements_pdf_filesize'] = '2. The file size of the PDF cannot exceed 4 megabyte. '; If the document is not listed, then please click',
$backend_tl['select_pdf_for_upload'] = 'Please select the PDF file to be uploaded.'; 'requirements_pdf_filename' => '1. The file name of the PDF file to be uploaded needs to conform to the following general rules: No special characters. No dots (except the one before the file extension). No spaces.',
$backend_tl['explanation_document_kind'] = '<b>Field: "Type of Document"</b><br><br>Mandatory<br><br><br>Example 1: "pdf"'; 'requirements_pdf_filesize' => '2. The file size of the PDF cannot exceed 4 megabyte. ',
$backend_tl['explanation_document_text'] = '<b>Field: "Display Text"</b><br><br>Mandatory<br><br>The text you entered will be displayed when linking the document.'; 'select_pdf_for_upload' => 'Please select the PDF file to be uploaded.',
$backend_tl['explanation_document_location'] = '<b>Field: "Storage location (link)"</b><br><br>Mandatory<br><br>At best, a sentence summarizing the content of the topic'; 'explanation_document_kind' => '<b>Field: "Type of Document"</b><br><br>Mandatory<br><br><br>Example 1: "pdf"',
$backend_tl['explanation_document_note'] = '<b>Field: "Note"</b><br><br>Not required. Additional information for the document.'; 'explanation_document_text' => '<b>Field: "Display Text"</b><br><br>Mandatory<br><br>The text you entered will be displayed when linking the document.',
$backend_tl['type_of_document'] = 'Type of Document'; 'explanation_document_location' => '<b>Field: "Storage location (link)"</b><br><br>Mandatory<br><br>At best, a sentence summarizing the content of the topic',
$backend_tl['document_display_text'] = 'Display text'; 'explanation_document_note' => '<b>Field: "Note"</b><br><br>Not required. Additional information for the document.',
$backend_tl['document_location'] = 'Storage location (link)'; 'type_of_document' => 'Type of Document',
$backend_tl['document_note'] = 'Note'; 'document_display_text' => 'Display text',
$backend_tl['document_type_mandatory'] = 'You need to enter a type of document!'; 'document_location' => 'Storage location (link)',
$backend_tl['document_name_mandatory'] = 'You need to enter a display name!'; 'document_note' => 'Note',
$backend_tl['document_summary_mandatory'] = 'You need to enter a short summary!'; 'document_type_mandatory' => 'You need to enter a type of document!',
$backend_tl['document_location_mandatory'] = 'You need to enter a storage location!'; 'document_name_mandatory' => 'You need to enter a display name!',
$backend_tl['explanation_object_version'] = '<b>Field: "Version"</b><br><br>Please select a version of museum-digital from the list!<br><br>'; 'document_summary_mandatory' => 'You need to enter a short summary!',
$backend_tl['explanation_object_number'] = '<b>Field: "Object ID"</b><br><br>Please enter the ID of the object within the selected version of museum-digital<br><br>'; 'document_location_mandatory' => 'You need to enter a storage location!',
$backend_tl['explanation_object_institution'] = '<b>Field: "Name of Institution"</b><br><br>Mandatory<br><br>Name of the institution that owns the object.<br><br>Unrestricted formatting, max. 200 characters'; 'explanation_object_version' => '<b>Field: "Version"</b><br><br>Please select a version of museum-digital from the list!<br><br>',
$backend_tl['explanation_object_object_title'] = '<b>Field: "Object Title"</b><br><br>Mandatory<br><br>Keep it short<br><br>max. 200 characters'; 'explanation_object_number' => '<b>Field: "Object ID"</b><br><br>Please enter the ID of the object within the selected version of museum-digital<br><br>',
$backend_tl['explanation_object_description'] = '<b>Field: "[Alternative] Objecct Description"</b><br><br>If you have linked an object from museum-digital, its description will be displayed. If you prefer to have a different description of the object in the context of the topic, please fill out this field.<br><br>If you have entered an object outside of museum-digital, this field is mandatory.<br><br>Unlimited length of text, preferably around 500 characters'; 'explanation_object_institution' => '<b>Field: "Name of Institution"</b><br><br>Mandatory<br><br>Name of the institution that owns the object.<br><br>Unrestricted formatting, max. 200 characters',
$backend_tl['explanation_object_text_image'] = '<b>Field: "Image text"</b><br><br>Please fill out. The text appears if the cursor hovers over the image or if there are problems with loading the image<br><br>This is also a good place for copyright notices. For example:<br>&copy; Fürstin Pauline Bibliothek<br><br>Unlimited length of text, preferably around 1000 characters'; 'explanation_object_object_title' => '<b>Field: "Object Title"</b><br><br>Mandatory<br><br>Keep it short<br><br>max. 200 characters',
$backend_tl['explanation_object_image_click'] = '<b>Field: "Target with clicking on image"</b><br><br>Please only fill this in, if a click on the image is to link to another page on the internet.<br><br>Requires absolute URLs (beginning with "http(s)://")'; 'explanation_object_description' => '<b>Field: "[Alternative] Objecct Description"</b><br><br>If you have linked an object from museum-digital, its description will be displayed. If you prefer to have a different description of the object in the context of the topic, please fill out this field.<br><br>If you have entered an object outside of museum-digital, this field is mandatory.<br><br>Unlimited length of text, preferably around 500 characters',
$backend_tl['version_of_md'] = 'Version of md'; 'explanation_object_text_image' => '<b>Field: "Image text"</b><br><br>Please fill out. The text appears if the cursor hovers over the image or if there are problems with loading the image<br><br>This is also a good place for copyright notices. For example:<br>&copy; Fürstin Pauline Bibliothek<br><br>Unlimited length of text, preferably around 1000 characters',
$backend_tl['object_object_number'] = 'Object ID'; 'explanation_object_image_click' => '<b>Field: "Target with clicking on image"</b><br><br>Please only fill this in, if a click on the image is to link to another page on the internet.<br><br>Requires absolute URLs (beginning with "http(s)://")',
$backend_tl['object_name_institution'] = 'Name of Institution'; 'version_of_md' => 'Version of md',
$backend_tl['object_title'] = 'Object Title'; 'object_object_number' => 'Object ID',
$backend_tl['object_alternative_description'] = 'Alternative Object Description'; 'object_name_institution' => 'Name of Institution',
$backend_tl['image'] = 'Image'; 'object_title' => 'Object Title',
$backend_tl['image_text'] = 'Image Text'; 'object_alternative_description' => 'Alternative Object Description',
$backend_tl['image_link'] = 'Target for clicking on image'; 'image' => 'Image',
$backend_tl['linking_image_mandatory'] = 'For saving, you need to link an image (on the left)'; 'image_text' => 'Image Text',
$backend_tl['image_change'] = 'Exchange presentation'; 'image_link' => 'Target for clicking on image',
$backend_tl['image_upload'] = 'Upload image'; 'linking_image_mandatory' => 'For saving, you need to link an image (on the left)',
$backend_tl['md_version_mandatory'] = 'You need to enter a version of museum-digital!'; 'image_change' => 'Exchange presentation',
$backend_tl['object_number_mandatory'] = 'You need to enter a number!'; 'image_upload' => 'Upload image',
$backend_tl['assigned_to'] = 'Assigned to'; 'md_version_mandatory' => 'You need to enter a version of museum-digital!',
$backend_tl['preview_in'] = 'Preview in'; 'object_number_mandatory' => 'You need to enter a number!',
$backend_tl['source_titel'] = 'Title of the Source'; 'assigned_to' => 'Assigned to',
$backend_tl['source_list_not_listed'] = '* Here you can add sources (= references to literature, that is not yet online) or link already known references.<br /> 'preview_in' => 'Preview in',
Should the source not be in the list, please click'; 'source_titel' => 'Title of the Source',
$backend_tl['mandatory_title_source'] = 'You need to add a title for the souce!'; 'source_list_not_listed' => '* Here you can add sources (= references to literature, that is not yet online) or link already known references.<br />
$backend_tl['linkdisplayname'] = 'Link Display Name'; Should the source not be in the list, please click',
$backend_tl['link'] = 'Link'; 'mandatory_title_source' => 'You need to add a title for the souce!',
$backend_tl['translation_language'] = 'Language'; 'linkdisplayname' => 'Link Display Name',
$backend_tl['change_topic_page_layout'] = 'Changed page layout'; 'link' => 'Link',
$backend_tl['change_topic_page_map'] = 'Changed position of maps on topic page'; 'translation_language' => 'Language',
$backend_tl['changed_tooltip_color'] = 'Changed tooltip color'; 'change_topic_page_layout' => 'Changed page layout',
$backend_tl['enable_disable_tooltip'] = 'Enabled / disabled tooltip'; 'change_topic_page_map' => 'Changed position of maps on topic page',
$backend_tl['translation_added'] = 'Translation added'; 'changed_tooltip_color' => 'Changed tooltip color',
$backend_tl['translation_deleted'] = 'Translation deleted'; 'enable_disable_tooltip' => 'Enabled / disabled tooltip',
$backend_tl['translation_updated'] = 'Translation updated'; 'translation_added' => 'Translation added',
$backend_tl['topic_base_updated'] = 'Topic base information has been updated'; 'translation_deleted' => 'Translation deleted',
$backend_tl['topic_to_topic_link_added'] = 'Relation between two topics has been added'; 'translation_updated' => 'Translation updated',
$backend_tl['topic_to_topic_link_deleted'] = 'Relation between two topics has been removed'; 'topic_base_updated' => 'Topic base information has been updated',
$backend_tl['moved_in_order'] = 'Changed order of elements'; 'topic_to_topic_link_added' => 'Relation between two topics has been added',
$backend_tl['document_updated'] = 'The document has been updated'; 'topic_to_topic_link_deleted' => 'Relation between two topics has been removed',
$backend_tl['document_linked'] = 'Document linked'; 'moved_in_order' => 'Changed order of elements',
$backend_tl['document_link_removed'] = 'Link to document deleted'; 'document_updated' => 'The document has been updated',
$backend_tl['source_linked'] = 'The source has been linked'; 'document_linked' => 'Document linked',
$backend_tl['source_link_removed'] = 'Link to source has been removed'; 'document_link_removed' => 'Link to document deleted',
$backend_tl['hyperlink_linked'] = 'Hyperlink has been linked'; 'source_linked' => 'The source has been linked',
$backend_tl['hyperlink_link_removed'] = 'Hyperlink has been removed'; 'source_link_removed' => 'Link to source has been removed',
$backend_tl['image_uploaded'] = 'The image has been uploaded'; 'hyperlink_linked' => 'Hyperlink has been linked',
$backend_tl['image_removed'] = 'The image has been removed'; 'hyperlink_link_removed' => 'Hyperlink has been removed',
$backend_tl['object_info_updated'] = 'Object information has been updated'; 'image_uploaded' => 'The image has been uploaded',
$backend_tl['object_link_added'] = 'Link to object has been added'; 'image_removed' => 'The image has been removed',
$backend_tl['object_link_removed'] = 'Link to object has been removed'; 'object_info_updated' => 'Object information has been updated',
$backend_tl['topic_new_added'] = 'New topic added'; 'object_link_added' => 'Link to object has been added',
$backend_tl['topic_deleted'] = 'The topic has been deleted'; 'object_link_removed' => 'Link to object has been removed',
$backend_tl['link_info_updated'] = 'Link information has been updated'; 'topic_new_added' => 'New topic added',
$backend_tl['source_info_updated'] = 'The source has been updated'; 'topic_deleted' => 'The topic has been deleted',
$backend_tl['display_topic_startpage'] = 'Display topic on startpage'; 'link_info_updated' => 'Link information has been updated',
$backend_tl['hide_topic_startpage'] = 'Hide topic on startpage'; 'source_info_updated' => 'The source has been updated',
$backend_tl['startpage_normal'] = 'normal'; 'display_topic_startpage' => 'Display topic on startpage',
$backend_tl['startpage_scrollitelling'] = 'Scrollitelling'; 'hide_topic_startpage' => 'Hide topic on startpage',
$backend_tl['enable_direct_object_links'] = 'Link objects directly in md'; 'startpage_normal' => 'normal',
$backend_tl['username'] = 'Username'; 'startpage_scrollitelling' => 'Scrollitelling',
$backend_tl['realname'] = 'Real name'; 'enable_direct_object_links' => 'Link objects directly in md',
$backend_tl['mail'] = 'E-Mail'; 'username' => 'Username',
$backend_tl['new_password'] = 'New password (Empty = Keep old one)'; 'realname' => 'Real name',
$backend_tl['password_confirmation'] = 'Password confirmation'; 'mail' => 'E-Mail',
$backend_tl['userrole'] = 'User role'; 'new_password' => 'New password (Empty = Keep old one)',
$backend_tl['admin'] = 'Admin (highest level)'; 'password_confirmation' => 'Password confirmation',
$backend_tl['regular_user'] = 'Regular user'; 'userrole' => 'User role',
$backend_tl['preview_normal'] = 'Preview in normal themator mode'; 'admin' => 'Admin (highest level)',
$backend_tl['preview_scrollitelling'] = 'Preview in scrollitelling mode'; 'regular_user' => 'Regular user',
$backend_tl['css_for_scroll'] = 'Customize CSS for scrollitelling'; 'preview_normal' => 'Preview in normal themator mode',
$backend_tl['warning_for_scrollitelling_only'] = 'Warning: This feature is used for scrollitelling mode only'; 'preview_scrollitelling' => 'Preview in scrollitelling mode',
$backend_tl['edit_object_text'] = 'Edit object text'; 'css_for_scroll' => 'Customize CSS for scrollitelling',
$backend_tl['object_text_specific_to_topic'] = 'Object text is specific to this topic'; 'warning_for_scrollitelling_only' => 'Warning: This feature is used for scrollitelling mode only',
$backend_tl['object_text_original_md'] = 'Original text from museum-digital '; 'edit_object_text' => 'Edit object text',
$backend_tl['md_object_either_from_md'] = 'Either you link an object from museum-digital ...'; 'object_text_specific_to_topic' => 'Object text is specific to this topic',
$backend_tl['md_object_local_object'] = 'Or you enter an object, which is not present in museum-digital ...'; 'object_text_original_md' => 'Original text from museum-digital ',
$backend_tl['image_uploader'] = 'Image uploader'; 'md_object_either_from_md' => 'Either you link an object from museum-digital ...',
$backend_tl['username_too_short'] = 'Username must be at least 5 characters long'; 'md_object_local_object' => 'Or you enter an object, which is not present in museum-digital ...',
$backend_tl['password_too_short'] = 'A password needs to be at least 8 characters long'; 'image_uploader' => 'Image uploader',
'username_too_short' => 'Username must be at least 5 characters long',
'password_too_short' => 'A password needs to be at least 8 characters long',
);

View File

@ -1,10 +1,13 @@
<?PHP <?PHP
$general['topic'] = 'Topic'; declare(strict_types = 1);
$general['topics'] = 'Topics'; $general = array (
$general['exhibition_view'] = 'Exhibition View'; 'topic' => 'Topic',
$general['expand_all'] = 'Expand all'; 'topics' => 'Topics',
$general['reduce'] = 'Reduce'; 'exhibition_view' => 'Exhibition View',
$general['objektsfor'] = 'Objects for'; 'expand_all' => 'Expand all',
$general['objektsfor_description'] = 'Object views of objects from this and subtopics that correspond to the given location.'; 'reduce' => 'Reduce',
$general['next'] = 'Next'; 'objektsfor' => 'Objects for',
$general['previous'] = 'Previous'; 'objektsfor_description' => 'Object views of objects from this and subtopics that correspond to the given location.',
'next' => 'Next',
'previous' => 'Previous',
);

View File

@ -1,10 +1,13 @@
<?PHP <?PHP
$tlLogin['username'] = 'Username'; declare(strict_types = 1);
$tlLogin['password'] = 'Password'; $tlLogin = array (
$tlLogin['login'] = 'Login'; 'username' => 'Username',
$tlLogin['remember_me'] = 'Remember me'; 'password' => 'Password',
$tlLogin['global_statistics'] = 'Global statistics'; 'login' => 'Login',
$tlLogin['recent_blog_posts'] = 'Recent blog posts'; 'remember_me' => 'Remember me',
$tlLogin['public_db_contents'] = 'Published database contents'; 'global_statistics' => 'Global statistics',
$tlLogin['log_in'] = 'Log in'; 'recent_blog_posts' => 'Recent blog posts',
$tlLogin['avg_text_len'] = 'Average object description length'; 'public_db_contents' => 'Published database contents',
'log_in' => 'Log in',
'avg_text_len' => 'Average object description length',
);

View File

@ -1,7 +1,10 @@
<?PHP <?PHP
$nav['home'] = 'Home'; declare(strict_types = 1);
$nav['museum'] = 'Museum'; $nav = array (
$nav['collection'] = 'Collection'; 'home' => 'Home',
$nav['object'] = 'Object'; 'museum' => 'Museum',
$nav['topics'] = 'Topics'; 'collection' => 'Collection',
$nav['contact'] = 'Contact'; 'object' => 'Object',
'topics' => 'Topics',
'contact' => 'Contact',
);

View File

@ -1,11 +1,14 @@
<?PHP <?PHP
$startpage['title'] = 'Museum-Digital :: Topics'; declare(strict_types = 1);
$startpage['headertitle'] = 'Topics'; $startpage = array (
$startpage['languages'] = 'Languages'; 'title' => 'Museum-Digital :: Topics',
$startpage['german'] = 'German'; 'headertitle' => 'Topics',
$startpage['english'] = 'English'; 'languages' => 'Languages',
$startpage['for_example'] = 'For Example ...'; 'german' => 'German',
$startpage['all_topics'] = 'All Topics'; 'english' => 'English',
$startpage['about'] = 'Topics, Stories, and Exhibitions at museum-digital.'; 'for_example' => 'For Example ...',
$startpage['meta_description'] = 'The themator is museum-digital\'s tool for digital storytelling.'; 'all_topics' => 'All Topics',
$startpage['meta_keywords'] = 'Digital storytelling, exhibitions, teaching, education, museums'; 'about' => 'Topics, Stories, and Exhibitions at museum-digital.',
'meta_description' => 'The themator is museum-digital\'s tool for digital storytelling.',
'meta_keywords' => 'Digital storytelling, exhibitions, teaching, education, museums',
);

View File

@ -1,9 +1,12 @@
<?PHP <?PHP
$topic['related_objects'] = 'Related Objects ...'; declare(strict_types = 1);
$topic['related_documents'] = 'Related Documents ...'; $topic = array (
$topic['sources_and_links'] = 'Sources and Links ...'; 'related_objects' => 'Related Objects ...',
$topic['next'] = 'Next'; 'related_documents' => 'Related Documents ...',
$topic['map'] = 'Map'; 'sources_and_links' => 'Sources and Links ...',
$topic['show_object'] = 'Show object'; 'next' => 'Next',
$topic['show_objects'] = 'Show objects'; 'map' => 'Map',
$topic['search'] = 'Search'; 'show_object' => 'Show object',
'show_objects' => 'Show objects',
'search' => 'Search',
);

View File

@ -1,9 +1,12 @@
<?PHP <?PHP
$topic['material_technique'] = 'Material /Technique'; declare(strict_types = 1);
$topic['measurements'] = 'Measurements'; $topic = array (
$topic['when'] = 'When'; 'material_technique' => 'Material /Technique',
$topic['where'] = 'Where'; 'measurements' => 'Measurements',
$topic['who'] = 'Who'; 'when' => 'When',
$topic['object_from'] = 'Object from'; 'where' => 'Where',
$topic['original_entry'] = 'Original entry'; 'who' => 'Who',
$topic['literature'] = 'Literature'; 'object_from' => 'Object from',
'original_entry' => 'Original entry',
'literature' => 'Literature',
);

View File

@ -1,220 +1,223 @@
<?PHP <?PHP
$backend_tl['input_interface'] = 'Beviteli felület'; declare(strict_types = 1);
$backend_tl['topics'] = 'Témák'; $backend_tl = array (
$backend_tl['add'] = 'Hozzáadás'; 'input_interface' => 'Beviteli felület',
$backend_tl['delete'] = 'Törlés'; 'topics' => 'Témák',
$backend_tl['users'] = 'Felhasználók'; 'add' => 'Hozzáadás',
$backend_tl['edit'] = 'Szerkesztés'; 'delete' => 'Törlés',
$backend_tl['logged_in_as'] = 'Bejelentkezve mint'; 'users' => 'Felhasználók',
$backend_tl['logout'] = 'Kijelentkezés'; 'edit' => 'Szerkesztés',
$backend_tl['topic'] = 'Téma'; 'logged_in_as' => 'Bejelentkezve mint',
$backend_tl['selectmuseumforediting'] = 'Válasszon ki egy múzeumot szerkesztésre ...'; 'logout' => 'Kijelentkezés',
$backend_tl['museum_edit'] = 'Múzeum szerkesztése ...'; 'topic' => 'Téma',
$backend_tl['museum_add'] = 'Múzeum hozzáadása ...'; 'selectmuseumforediting' => 'Válasszon ki egy múzeumot szerkesztésre ...',
$backend_tl['collection_select'] = 'Válasszon ki egy gyűjteményt szerkesztésre ...'; 'museum_edit' => 'Múzeum szerkesztése ...',
$backend_tl['collection_edit'] = 'Gyűjtemény szerkesztése ...'; 'museum_add' => 'Múzeum hozzáadása ...',
$backend_tl['collection_add'] = 'Gyűjtemény hozzáadása ...'; 'collection_select' => 'Válasszon ki egy gyűjteményt szerkesztésre ...',
$backend_tl['object_select'] = 'Válasszon ki egy tárgyat szerkesztésre ...'; 'collection_edit' => 'Gyűjtemény szerkesztése ...',
$backend_tl['object_edit'] = 'Tárgy szerkesztése ...'; 'collection_add' => 'Gyűjtemény hozzáadása ...',
$backend_tl['object_add'] = 'Tárgy hozzáadása ...'; 'object_select' => 'Válasszon ki egy tárgyat szerkesztésre ...',
$backend_tl['ufo_edit'] = 'U-F-O szerkesztése ...'; 'object_edit' => 'Tárgy szerkesztése ...',
$backend_tl['ufo_add'] = 'U-F-O hozzáadása...'; 'object_add' => 'Tárgy hozzáadása ...',
$backend_tl['event_select'] = 'Válasszon ki egy eseményt szerkesztésre ...'; 'ufo_edit' => 'U-F-O szerkesztése ...',
$backend_tl['event_edit'] = 'Esemény szerkesztése ...'; 'ufo_add' => 'U-F-O hozzáadása...',
$backend_tl['event_add'] = 'Esemény hozzáadása ...'; 'event_select' => 'Válasszon ki egy eseményt szerkesztésre ...',
$backend_tl['time_select'] = 'Válasszon ki egy időbeli vonatkozást szerkesztésre ...'; 'event_edit' => 'Esemény szerkesztése ...',
$backend_tl['time_edit'] = 'Időbeli vonatkozás szerkesztése ...'; 'event_add' => 'Esemény hozzáadása ...',
$backend_tl['time_add'] = 'Időbeli vonatkozás hozzáadása ...'; 'time_select' => 'Válasszon ki egy időbeli vonatkozást szerkesztésre ...',
$backend_tl['persinst_select'] = 'Válasszon ki egy személyt / intézményt szerkesztésre ...'; 'time_edit' => 'Időbeli vonatkozás szerkesztése ...',
$backend_tl['persinst_edit'] = 'Személy / intézmény szerkesztése ...'; 'time_add' => 'Időbeli vonatkozás hozzáadása ...',
$backend_tl['persinst_add'] = 'Személy / intézmény hozzáadása ...'; 'persinst_select' => 'Válasszon ki egy személyt / intézményt szerkesztésre ...',
$backend_tl['place_select'] = 'Válasszon ki egy helyet szerkesztésre ...'; 'persinst_edit' => 'Személy / intézmény szerkesztése ...',
$backend_tl['place_edit'] = 'Hely szerkesztése ...'; 'persinst_add' => 'Személy / intézmény hozzáadása ...',
$backend_tl['place_add'] = 'Hely hozzáadása ...'; 'place_select' => 'Válasszon ki egy helyet szerkesztésre ...',
$backend_tl['tag_select'] = 'Select a tag for editing ...'; 'place_edit' => 'Hely szerkesztése ...',
$backend_tl['tag_edit'] = 'Edit a tag ...'; 'place_add' => 'Hely hozzáadása ...',
$backend_tl['tag_add'] = 'Add a tag ...'; 'tag_select' => 'Select a tag for editing ...',
$backend_tl['literature_select'] = 'Válasszon ki egy szakirodalmat szerkesztésre ...'; 'tag_edit' => 'Edit a tag ...',
$backend_tl['literature_edit'] = 'Szakirodalom szerkesztése '; 'tag_add' => 'Add a tag ...',
$backend_tl['literature_add'] = 'Szakirodalom hozzáadása'; 'literature_select' => 'Válasszon ki egy szakirodalmat szerkesztésre ...',
$backend_tl['link_select'] = 'Válasszon ki egy hiperhivatkozást szerkesztésre ...'; 'literature_edit' => 'Szakirodalom szerkesztése ',
$backend_tl['link_edit'] = 'Hiperhivatkozás szerkesztése'; 'literature_add' => 'Szakirodalom hozzáadása',
$backend_tl['link_add'] = 'Hiperhivatkozás hozzáadása'; 'link_select' => 'Válasszon ki egy hiperhivatkozást szerkesztésre ...',
$backend_tl['image_edit'] = 'Válasszon ki egy képet szerkesztésre ...'; 'link_edit' => 'Hiperhivatkozás szerkesztése',
$backend_tl['document_attach'] = 'Dokumentum csatolása ...'; 'link_add' => 'Hiperhivatkozás hozzáadása',
$backend_tl['tag_select_simple'] = 'Kulcsszó hozzáadása...'; 'image_edit' => 'Válasszon ki egy képet szerkesztésre ...',
$backend_tl['settings_edit'] = 'Beállítások szerkesztése ...'; 'document_attach' => 'Dokumentum csatolása ...',
$backend_tl['user_select'] = 'Válasszon ki egy felhasználót szerkesztésre ...'; 'tag_select_simple' => 'Kulcsszó hozzáadása...',
$backend_tl['topic_edit'] = '<b style="color:#3333aa;">Téma</b> szerkesztése'; 'settings_edit' => 'Beállítások szerkesztése ...',
$backend_tl['subtopic_edit'] = '<b style="color:#3333aa;">Altéma</b> hozzáadása'; 'user_select' => 'Válasszon ki egy felhasználót szerkesztésre ...',
$backend_tl['document_edit'] = 'Dokumentum szerkesztése'; 'topic_edit' => '<b style="color:#3333aa;">Téma</b> szerkesztése',
$backend_tl['source_add'] = 'Forráshivatkozás hozzáadása'; 'subtopic_edit' => '<b style="color:#3333aa;">Altéma</b> hozzáadása',
$backend_tl['object_add_complicated'] = '<b style="color:#3333aa;">Tárgy</b> hozzáadása'; 'document_edit' => 'Dokumentum szerkesztése',
$backend_tl['object_edit_complicated'] = '<b style="color:#3333aa;">Tárgybejegyzés</b> szerkesztése'; 'source_add' => 'Forráshivatkozás hozzáadása',
$backend_tl['user_role_change_alt'] = 'Felhasználó és téma kapcsolatának megváltoztatása'; 'object_add_complicated' => '<b style="color:#3333aa;">Tárgy</b> hozzáadása',
$backend_tl['send'] = 'Küldés'; 'object_edit_complicated' => '<b style="color:#3333aa;">Tárgybejegyzés</b> szerkesztése',
$backend_tl['once_again'] = 'Még egyszer'; 'user_role_change_alt' => 'Felhasználó és téma kapcsolatának megváltoztatása',
$backend_tl['field'] = 'Mező'; 'send' => 'Küldés',
$backend_tl['definitelyconfirm'] = 'Igen!!'; 'once_again' => 'Még egyszer',
$backend_tl['explanation_short_title'] = '<b>"Rövid cím" mező</b><br><br>A mező kitöltése kötelező!<br><br>A rövid cím a navigációs listában való megjelenítésre szolgál<br><br>1. példa: "Az anhalti fejedelmek régészete"<br>2. példa: "Ásatások"'; 'field' => 'Mező',
$backend_tl['explanation_long_title'] = '<b>"Hosszú cím" mező</b><br><br>A mező kitöltése kötelező!<br><br>A "hosszú cím" a téma tulajdonképpeni címe. Lehetőleg ne legyen hosszabb 150 karakternél.<br><br>Példa: "Az anhalti uralkodók régészete a 15. századtól napjainkig"'; 'definitelyconfirm' => 'Igen!!',
$backend_tl['explanation_abstract'] = '<b>"Összefoglaló" mező</b><br><br>A mező kitöltése kötelező!<br><br>Idális esetben egy mondat, amely összefoglalja a téma tartalmát.'; 'explanation_short_title' => '<b>"Rövid cím" mező</b><br><br>A mező kitöltése kötelező!<br><br>A rövid cím a navigációs listában való megjelenítésre szolgál<br><br>1. példa: "Az anhalti fejedelmek régészete"<br>2. példa: "Ásatások"',
$backend_tl['explanation_text'] = '<b>"A téma leírása" mező</b><br><br>A mező kitöltése kötelező!<br><br>Tetszőleges hosszúságú szöveg. A legjobb, ha a szöveg pont kitölti a képernyőt. Ha lehetséges, fogalmazzon teljes mondatokban, és kerülje a felsorolásokat.<br><br>Feltölthet egy képet is a témához, amely a szövegtől balra fog megjelenni, de ez nem kötelező.'; 'explanation_long_title' => '<b>"Hosszú cím" mező</b><br><br>A mező kitöltése kötelező!<br><br>A "hosszú cím" a téma tulajdonképpeni címe. Lehetőleg ne legyen hosszabb 150 karakternél.<br><br>Példa: "Az anhalti uralkodók régészete a 15. századtól napjainkig"',
$backend_tl['explanation_text_image'] = '<b>"Képleírás" mező</b><br><br>Csak akkor töltse ki ezt a mezőt, ha képet is feltöltött a témához. A szöveg akkor jelenik meg, mikor az egérrel a kurzorral a kép fölé siklik. Hasznos lehet például a kép szerzői jogaival és forrásával kapcsolatos információk megjelenítésére.'; 'explanation_abstract' => '<b>"Összefoglaló" mező</b><br><br>A mező kitöltése kötelező!<br><br>Idális esetben egy mondat, amely összefoglalja a téma tartalmát.',
$backend_tl['explanation_link_image'] = '<b>"Hiperhivatkozás a képre kattintva" mező</b><br><br>Csak akkor töltse ki ezt a mezőt, ha képet is feltöltött a témához, és azt szeretné, ha a képre való kattintás egy internethelyre navigálná a látogatót.<br><br>Teljes, a "http(s)://" karaktersorral kezdődő URL-címeket használjon.'; 'explanation_text' => '<b>"A téma leírása" mező</b><br><br>A mező kitöltése kötelező!<br><br>Tetszőleges hosszúságú szöveg. A legjobb, ha a szöveg pont kitölti a képernyőt. Ha lehetséges, fogalmazzon teljes mondatokban, és kerülje a felsorolásokat.<br><br>Feltölthet egy képet is a témához, amely a szövegtől balra fog megjelenni, de ez nem kötelező.',
$backend_tl['topic_image'] = 'Kép a témához:'; 'explanation_text_image' => '<b>"Képleírás" mező</b><br><br>Csak akkor töltse ki ezt a mezőt, ha képet is feltöltött a témához. A szöveg akkor jelenik meg, mikor az egérrel a kurzorral a kép fölé siklik. Hasznos lehet például a kép szerzői jogaival és forrásával kapcsolatos információk megjelenítésére.',
$backend_tl['topic_image_switch'] = 'Kép megváltoztatása'; 'explanation_link_image' => '<b>"Hiperhivatkozás a képre kattintva" mező</b><br><br>Csak akkor töltse ki ezt a mezőt, ha képet is feltöltött a témához, és azt szeretné, ha a képre való kattintás egy internethelyre navigálná a látogatót.<br><br>Teljes, a "http(s)://" karaktersorral kezdődő URL-címeket használjon.',
$backend_tl['topic_image_noimage'] = 'Kép törlése'; 'topic_image' => 'Kép a témához:',
$backend_tl['topic_image_upload'] = 'Kép feltöltése'; 'topic_image_switch' => 'Kép megváltoztatása',
$backend_tl['map'] = 'Térkép'; 'topic_image_noimage' => 'Kép törlése',
$backend_tl['topic_map_disabled'] = 'Téma megjelenítése térkép nélkül'; 'topic_image_upload' => 'Kép feltöltése',
$backend_tl['topic_map_enabled'] = 'Téma megjelenítése térképpel (a témához tartozó tárgyak térképre vetítve)'; 'map' => 'Térkép',
$backend_tl['topic_map_enabled_inclusive'] = 'Téma megjelenítése térképpel (a témához és az összes altémához tartozó tárgy térképre vetítve)'; 'topic_map_disabled' => 'Téma megjelenítése térkép nélkül',
$backend_tl['short_title'] = 'Rövid cím'; 'topic_map_enabled' => 'Téma megjelenítése térképpel (a témához tartozó tárgyak térképre vetítve)',
$backend_tl['long_title'] = 'Hosszú cím'; 'topic_map_enabled_inclusive' => 'Téma megjelenítése térképpel (a témához és az összes altémához tartozó tárgy térképre vetítve)',
$backend_tl['abstract'] = 'Összefoglaló'; 'short_title' => 'Rövid cím',
$backend_tl['text_for_topic'] = 'A téma leírása'; 'long_title' => 'Hosszú cím',
$backend_tl['text_for_image'] = 'Képleírás'; 'abstract' => 'Összefoglaló',
$backend_tl['link_image'] = 'Hiperhivatkozás a képre kattintva'; 'text_for_topic' => 'A téma leírása',
$backend_tl['topic_presentation'] = 'Megjelenítés'; 'text_for_image' => 'Képleírás',
$backend_tl['topic_background'] = 'Háttér: '; 'link_image' => 'Hiperhivatkozás a képre kattintva',
$backend_tl['topic_ballon_form'] = 'Buborékforma: '; 'topic_presentation' => 'Megjelenítés',
$backend_tl['topic_tooltip'] = 'Segítő ablakok: '; 'topic_background' => 'Háttér: ',
$backend_tl['required_short_title'] = 'Meg kell adnia egy rövid címet!'; 'topic_ballon_form' => 'Buborékforma: ',
$backend_tl['required_long_text'] = 'A címnek hosszabbnak kell lennie!'; 'topic_tooltip' => 'Segítő ablakok: ',
$backend_tl['required_text'] = 'A témához meg kell adnia egy leírást!'; 'required_short_title' => 'Meg kell adnia egy rövid címet!',
$backend_tl['error_morethanonetopic'] = 'Ütközés a témák között ... Valami félresikerült.'; 'required_long_text' => 'A címnek hosszabbnak kell lennie!',
$backend_tl['add_higher_level_topic'] = 'Magasabb szintű téma hozzáadása'; 'required_text' => 'A témához meg kell adnia egy leírást!',
$backend_tl['add_higher_level_topic_alt'] = 'Összekapcsolás egy magasabb szintű témával'; 'error_morethanonetopic' => 'Ütközés a témák között ... Valami félresikerült.',
$backend_tl['add_higher_level_topic_alt_additional'] = 'Hozzon létre kapcsolatot egy másik magasabb szintű témával'; 'add_higher_level_topic' => 'Magasabb szintű téma hozzáadása',
$backend_tl['edit_higher_level_topic'] = 'Téma szerkesztése'; 'add_higher_level_topic_alt' => 'Összekapcsolás egy magasabb szintű témával',
$backend_tl['add_lower_level_topic'] = 'Altéma hozzáadása'; 'add_higher_level_topic_alt_additional' => 'Hozzon létre kapcsolatot egy másik magasabb szintű témával',
$backend_tl['add_lower_level_topic_alt'] = 'Altéma bekapcsolása'; 'edit_higher_level_topic' => 'Téma szerkesztése',
$backend_tl['add_lower_level_topic_alt_additional'] = 'Hozzákapcsolás egy altémához'; 'add_lower_level_topic' => 'Altéma hozzáadása',
$backend_tl['edit_lower_level_topic'] = 'Altémák szerkesztése'; 'add_lower_level_topic_alt' => 'Altéma bekapcsolása',
$backend_tl['delete_relation'] = 'Kapcsolat törlése'; 'add_lower_level_topic_alt_additional' => 'Hozzákapcsolás egy altémához',
$backend_tl['document_add'] = 'Adjon hozzá egy dokumentum-kapcsolatot!'; 'edit_lower_level_topic' => 'Altémák szerkesztése',
$backend_tl['document_add_simple'] = 'Dokumentum hozzáadása'; 'delete_relation' => 'Kapcsolat törlése',
$backend_tl['source_add_simple'] = 'Forrás hozzáadása'; 'document_add' => 'Adjon hozzá egy dokumentum-kapcsolatot!',
$backend_tl['source_edit'] = 'Forrás szerkesztése'; 'document_add_simple' => 'Dokumentum hozzáadása',
$backend_tl['link_add_simple'] = 'Hiperhivatkozás hozzáadása'; 'source_add_simple' => 'Forrás hozzáadása',
$backend_tl['topics_object_add'] = 'Adjon hozzá egy tárgyat!'; 'source_edit' => 'Forrás szerkesztése',
$backend_tl['topics_object_add_simple'] = 'Csatoljon ide egy tárgyat!'; 'link_add_simple' => 'Hiperhivatkozás hozzáadása',
$backend_tl['topics_select_from_list_to_edit'] = 'A változtatáshoz válasszon ki egy témát!'; 'topics_object_add' => 'Adjon hozzá egy tárgyat!',
$backend_tl['list_of_topics_to_be_deleted'] = 'A témák, amelyeket törölhet:'; 'topics_object_add_simple' => 'Csatoljon ide egy tárgyat!',
$backend_tl['can_add_new_user'] = 'Itt adhat hozzá új felhasználókat: '; 'topics_select_from_list_to_edit' => 'A változtatáshoz válasszon ki egy témát!',
$backend_tl['list_all_users'] = 'Az összes felhasználó listája'; 'list_of_topics_to_be_deleted' => 'A témák, amelyeket törölhet:',
$backend_tl['user_name'] = 'Név'; 'can_add_new_user' => 'Itt adhat hozzá új felhasználókat: ',
$backend_tl['user_login_name'] = 'Bejelentkezési név'; 'list_all_users' => 'Az összes felhasználó listája',
$backend_tl['user_role'] = 'Beosztás'; 'user_name' => 'Név',
$backend_tl['user_last_login'] = 'Utolsó bejelentkezés'; 'user_login_name' => 'Bejelentkezési név',
$backend_tl['user_rights_topics'] = 'Témajogosultságok'; 'user_role' => 'Beosztás',
$backend_tl['select_by_clicking'] = 'Kattintással választhat'; 'user_last_login' => 'Utolsó bejelentkezés',
$backend_tl['here'] = ' Itt'; 'user_rights_topics' => 'Témajogosultságok',
$backend_tl['higher_level_topic_not_listed'] = 'Ha a hozzáadni kívánt téma nincs a listában, kattintson ide:'; 'select_by_clicking' => 'Kattintással választhat',
$backend_tl['lower_level_topic_not_listed'] = 'Ha a hozzáadni kívánt téma nincs a listában, kattintson ide:'; 'here' => ' Itt',
$backend_tl['requirements_caps'] = 'FELTÉTELEK'; 'higher_level_topic_not_listed' => 'Ha a hozzáadni kívánt téma nincs a listában, kattintson ide:',
$backend_tl['requirements_file_name'] = '1. A képfájlok elnevezésére az általános szabályok vonatkoznak: ne legyenek benne speciális karakterek, ne legyen benne pont (kivéve a fájlkiterjesztés előtt) és szóköz.'; 'lower_level_topic_not_listed' => 'Ha a hozzáadni kívánt téma nincs a listában, kattintson ide:',
$backend_tl['requirements_jpg'] = '2. A képfájl formátuma legyen JPG, felbontása pedig 72 vagy 96 dpi.'; 'requirements_caps' => 'FELTÉTELEK',
$backend_tl['requirements_short_side'] = '3. A rövidebb oldal legyen legalább 600 pixel hosszú, de a hosszabb oldal se legyen hosszabb 3000 pixelnél.'; 'requirements_file_name' => '1. A képfájlok elnevezésére az általános szabályok vonatkoznak: ne legyenek benne speciális karakterek, ne legyen benne pont (kivéve a fájlkiterjesztés előtt) és szóköz.',
$backend_tl['requirements_filesize'] = '4. A fájl mérete ne lépje túl a 4 MB-ot. Ideális méret: 500 és 900 KB között.'; 'requirements_jpg' => '2. A képfájl formátuma legyen JPG, felbontása pedig 72 vagy 96 dpi.',
$backend_tl['select_image_to_upload'] = 'Válassza ki a képfájlt, amelyet fel szeretne tölteni. A képet automatikusan át lesz méretezve.'; 'requirements_short_side' => '3. A rövidebb oldal legyen legalább 600 pixel hosszú, de a hosszabb oldal se legyen hosszabb 3000 pixelnél.',
$backend_tl['select_large_image_to_upload'] = 'Válassza ki a feltölteni kívánt nagy képet. A lekicsinyített verziókat a rendszer automatikusan generálja.'; 'requirements_filesize' => '4. A fájl mérete ne lépje túl a 4 MB-ot. Ideális méret: 500 és 900 KB között.',
$backend_tl['pdf_select_from_list'] = '* Itt dokumentumokat (kizárólag PDF-fájlokat) tölthet fel, vagy már korábban feltöltött dokumentumokat kapcsolhat egy-egy témához.<br /> 'select_image_to_upload' => 'Válassza ki a képfájlt, amelyet fel szeretne tölteni. A képet automatikusan át lesz méretezve.',
Ha nem találja a listában a dokumentumot, kattintson ide:'; 'select_large_image_to_upload' => 'Válassza ki a feltölteni kívánt nagy képet. A lekicsinyített verziókat a rendszer automatikusan generálja.',
$backend_tl['requirements_pdf_filename'] = '1. A PDF-fájlok elnevezésére a következő általános szabályok vonatkoznak: ne legyenek benne speciális karakterek, ne legyen benne pont (kivéve a fájlkiterjesztés előtt) és szóköz.'; 'pdf_select_from_list' => '* Itt dokumentumokat (kizárólag PDF-fájlokat) tölthet fel, vagy már korábban feltöltött dokumentumokat kapcsolhat egy-egy témához.<br />
$backend_tl['requirements_pdf_filesize'] = '2. A fájl mérete nem haladhatja meg a 4 MB-ot.'; Ha nem találja a listában a dokumentumot, kattintson ide:',
$backend_tl['select_pdf_for_upload'] = 'Válassza ki a képfájlt, amelyet fel szeretne tölteni.'; 'requirements_pdf_filename' => '1. A PDF-fájlok elnevezésére a következő általános szabályok vonatkoznak: ne legyenek benne speciális karakterek, ne legyen benne pont (kivéve a fájlkiterjesztés előtt) és szóköz.',
$backend_tl['explanation_document_kind'] = '<b>Mező: "Dokumentum típusa"</b><br><br>Kötelező<br><br><br>1. Példa: "pdf"'; 'requirements_pdf_filesize' => '2. A fájl mérete nem haladhatja meg a 4 MB-ot.',
$backend_tl['explanation_document_text'] = '<b>Mező: "Megjelenített szöveg"</b><br><br>Kötelező<br><br>Ez a szöveg kerül megjelenítésre a dokumentum becsatolásakor.'; 'select_pdf_for_upload' => 'Válassza ki a képfájlt, amelyet fel szeretne tölteni.',
$backend_tl['explanation_document_location'] = '<b>"Tárolási hely (link)" mező</b><br><br>Kötelező'; 'explanation_document_kind' => '<b>Mező: "Dokumentum típusa"</b><br><br>Kötelező<br><br><br>1. Példa: "pdf"',
$backend_tl['explanation_document_note'] = '<b>"Jegyzetek" mező</b><br><br>Opcionális. A dokumentumra vonatkozó kiegészítő infromációk.'; 'explanation_document_text' => '<b>Mező: "Megjelenített szöveg"</b><br><br>Kötelező<br><br>Ez a szöveg kerül megjelenítésre a dokumentum becsatolásakor.',
$backend_tl['type_of_document'] = 'A dokumentum típusa'; 'explanation_document_location' => '<b>"Tárolási hely (link)" mező</b><br><br>Kötelező',
$backend_tl['document_display_text'] = 'Megjelenített szöveg'; 'explanation_document_note' => '<b>"Jegyzetek" mező</b><br><br>Opcionális. A dokumentumra vonatkozó kiegészítő infromációk.',
$backend_tl['document_location'] = 'Tárolási hely (link)'; 'type_of_document' => 'A dokumentum típusa',
$backend_tl['document_note'] = 'Jegyzetek'; 'document_display_text' => 'Megjelenített szöveg',
$backend_tl['document_type_mandatory'] = 'Meg kell adnia a dokumentum típusát!'; 'document_location' => 'Tárolási hely (link)',
$backend_tl['document_name_mandatory'] = 'Meg kell adnia a megjelenítendő szöveget!'; 'document_note' => 'Jegyzetek',
$backend_tl['document_summary_mandatory'] = 'Adjon egy rövid összefoglalást!'; 'document_type_mandatory' => 'Meg kell adnia a dokumentum típusát!',
$backend_tl['document_location_mandatory'] = 'Meg kell adnia a tárolási helyet!'; 'document_name_mandatory' => 'Meg kell adnia a megjelenítendő szöveget!',
$backend_tl['explanation_object_version'] = '<b>"Verzió" mező</b><br><br>Válassza ki a listából a megfelelő museum-digital verziót!<br><br>'; 'document_summary_mandatory' => 'Adjon egy rövid összefoglalást!',
$backend_tl['explanation_object_number'] = '<b>"Tárgy ID" mező</b><br><br>Adja meg a tárgy azonosítóját (Objekt-ID), amellyel a a kiválasztott museum-digital verzióban szerepel<br><br>'; 'document_location_mandatory' => 'Meg kell adnia a tárolási helyet!',
$backend_tl['explanation_object_institution'] = '<b>"Az intézmény neve" mező</b><br><br>Kötelező<br><br>A tárgyat őrző intézmény neve<br><br>Korlátozás nélkül formázható, maximum 200 karakter.'; 'explanation_object_version' => '<b>"Verzió" mező</b><br><br>Válassza ki a listából a megfelelő museum-digital verziót!<br><br>',
$backend_tl['explanation_object_object_title'] = '<b>"Tárgy elnevezése" mező</b><br><br>Kötelező<br><br>Legyen rövid<br><br>maximum 200 karakter'; 'explanation_object_number' => '<b>"Tárgy ID" mező</b><br><br>Adja meg a tárgy azonosítóját (Objekt-ID), amellyel a a kiválasztott museum-digital verzióban szerepel<br><br>',
$backend_tl['explanation_object_description'] = '<b>"[Alternatív] Tárgyleírás" mező</b><br><br>Ha a MúzeumDigitárból csatol be egy tárgyat, akkor annak a leírása fog megjelenni. Akkor töltse ki ezt a mezőt, ha az adott téma kontextusában inkább egy másik leírást szeretne adni a tárgyhoz.<br><br>Ha a tárgyat nem a MúzeumDigitárból csatolja be, akkor kötelező a mező kitöltése.<br><br>A szöveg hossza nincs korlátozva, a legideálisabb 500 karakter körül.'; 'explanation_object_institution' => '<b>"Az intézmény neve" mező</b><br><br>Kötelező<br><br>A tárgyat őrző intézmény neve<br><br>Korlátozás nélkül formázható, maximum 200 karakter.',
$backend_tl['explanation_object_text_image'] = '<b>"Képleírás" mező</b><br><br>Kérjük, töltse ki. Ez a szöveg akkor jelenik meg, mikor a kurzor a kép fölé siklik, vagy ha valami probléma lép fel a betöltés közben.<br><br>Megadhatja itt továbbá a kép szerzői jogait, például:<br>&copy; Szépművészeti Múzeum<br><br>A szöveg hossza nem limitált, a legideálisabb, ha 1000 karakter körül van.'; 'explanation_object_object_title' => '<b>"Tárgy elnevezése" mező</b><br><br>Kötelező<br><br>Legyen rövid<br><br>maximum 200 karakter',
$backend_tl['explanation_object_image_click'] = '<b>"Hiperhivatkozás a képre kattintva" mező</b><br><br>Csak akkor töltse ki ezt a mezőt, ha képet is feltöltött a témához, és azt szeretné, ha a képre való kattintás egy internethelyre navigálná a látogatót.<br><br>Teljes, a "http(s)://" karaktersorral kezdődő URL-címeket használjon.'; 'explanation_object_description' => '<b>"[Alternatív] Tárgyleírás" mező</b><br><br>Ha a MúzeumDigitárból csatol be egy tárgyat, akkor annak a leírása fog megjelenni. Akkor töltse ki ezt a mezőt, ha az adott téma kontextusában inkább egy másik leírást szeretne adni a tárgyhoz.<br><br>Ha a tárgyat nem a MúzeumDigitárból csatolja be, akkor kötelező a mező kitöltése.<br><br>A szöveg hossza nincs korlátozva, a legideálisabb 500 karakter körül.',
$backend_tl['version_of_md'] = 'MD-verzió'; 'explanation_object_text_image' => '<b>"Képleírás" mező</b><br><br>Kérjük, töltse ki. Ez a szöveg akkor jelenik meg, mikor a kurzor a kép fölé siklik, vagy ha valami probléma lép fel a betöltés közben.<br><br>Megadhatja itt továbbá a kép szerzői jogait, például:<br>&copy; Szépművészeti Múzeum<br><br>A szöveg hossza nem limitált, a legideálisabb, ha 1000 karakter körül van.',
$backend_tl['object_object_number'] = 'Azonosító (Objekt-ID)'; 'explanation_object_image_click' => '<b>"Hiperhivatkozás a képre kattintva" mező</b><br><br>Csak akkor töltse ki ezt a mezőt, ha képet is feltöltött a témához, és azt szeretné, ha a képre való kattintás egy internethelyre navigálná a látogatót.<br><br>Teljes, a "http(s)://" karaktersorral kezdődő URL-címeket használjon.',
$backend_tl['object_name_institution'] = 'Intézmény neve'; 'version_of_md' => 'MD-verzió',
$backend_tl['object_title'] = 'Tárgy elnevezése'; 'object_object_number' => 'Azonosító (Objekt-ID)',
$backend_tl['object_alternative_description'] = 'Alternatív tárgyleírás'; 'object_name_institution' => 'Intézmény neve',
$backend_tl['image'] = 'Kép'; 'object_title' => 'Tárgy elnevezése',
$backend_tl['image_text'] = 'Képleírás'; 'object_alternative_description' => 'Alternatív tárgyleírás',
$backend_tl['image_link'] = 'Hiperhivatkozás a képre kattintva'; 'image' => 'Kép',
$backend_tl['linking_image_mandatory'] = 'A mentéshez csatolnia kell egy képet (balra)'; 'image_text' => 'Képleírás',
$backend_tl['image_change'] = 'A kép cseréje'; 'image_link' => 'Hiperhivatkozás a képre kattintva',
$backend_tl['image_upload'] = 'Kép feltöltése'; 'linking_image_mandatory' => 'A mentéshez csatolnia kell egy képet (balra)',
$backend_tl['md_version_mandatory'] = 'Meg kell adnia, hogy a museum-digital melyik verzióját használja!'; 'image_change' => 'A kép cseréje',
$backend_tl['object_number_mandatory'] = 'Meg kell adnia egy azonosítót (Objekt-ID)!'; 'image_upload' => 'Kép feltöltése',
$backend_tl['assigned_to'] = 'Hozzárendelve a következőhöz:'; 'md_version_mandatory' => 'Meg kell adnia, hogy a museum-digital melyik verzióját használja!',
$backend_tl['preview_in'] = 'Előnézet'; 'object_number_mandatory' => 'Meg kell adnia egy azonosítót (Objekt-ID)!',
$backend_tl['source_titel'] = 'A forrás címe'; 'assigned_to' => 'Hozzárendelve a következőhöz:',
$backend_tl['source_list_not_listed'] = '* Itt forrásokat adhat meg (= hivatkozások olyan szakirodalomra, amely online még nem elérhető), vagy becsatolhat már korábban felvett hivatkozásokat.<br /> 'preview_in' => 'Előnézet',
Amennyiben nem találja a listában a keresett forrást, kattintson ide:'; 'source_titel' => 'A forrás címe',
$backend_tl['mandatory_title_source'] = 'Adjon meg egy címet a forráshoz!'; 'source_list_not_listed' => '* Itt forrásokat adhat meg (= hivatkozások olyan szakirodalomra, amely online még nem elérhető), vagy becsatolhat már korábban felvett hivatkozásokat.<br />
$backend_tl['linkdisplayname'] = 'Megjelenített név csatolása'; Amennyiben nem találja a listában a keresett forrást, kattintson ide:',
$backend_tl['link'] = 'Link'; 'mandatory_title_source' => 'Adjon meg egy címet a forráshoz!',
$backend_tl['translation_language'] = 'Nyelv'; 'linkdisplayname' => 'Megjelenített név csatolása',
$backend_tl['change_topic_page_layout'] = 'Tárgy megjelenés megváltozott'; 'link' => 'Link',
$backend_tl['change_topic_page_map'] = 'Térkép elhelyezése megváltozott'; 'translation_language' => 'Nyelv',
$backend_tl['changed_tooltip_color'] = 'Changed tooltip color'; 'change_topic_page_layout' => 'Tárgy megjelenés megváltozott',
$backend_tl['enable_disable_tooltip'] = 'Enabled / disabled tooltip'; 'change_topic_page_map' => 'Térkép elhelyezése megváltozott',
$backend_tl['translation_added'] = 'Fordítás hozzáadva'; 'changed_tooltip_color' => 'Changed tooltip color',
$backend_tl['translation_deleted'] = 'Fordítás törölve'; 'enable_disable_tooltip' => 'Enabled / disabled tooltip',
$backend_tl['translation_updated'] = 'Fordítás frissítve'; 'translation_added' => 'Fordítás hozzáadva',
$backend_tl['topic_base_updated'] = 'Téma frissítve'; 'translation_deleted' => 'Fordítás törölve',
$backend_tl['topic_to_topic_link_added'] = 'A két téma között kapcsolat létesült'; 'translation_updated' => 'Fordítás frissítve',
$backend_tl['topic_to_topic_link_deleted'] = 'A két téma közötti kapcsolat törölve'; 'topic_base_updated' => 'Téma frissítve',
$backend_tl['moved_in_order'] = 'Tárgy sorrend módosítva'; 'topic_to_topic_link_added' => 'A két téma között kapcsolat létesült',
$backend_tl['document_updated'] = 'Dokumentum frissítve'; 'topic_to_topic_link_deleted' => 'A két téma közötti kapcsolat törölve',
$backend_tl['document_linked'] = 'Dokumentum hozzáadva'; 'moved_in_order' => 'Tárgy sorrend módosítva',
$backend_tl['document_link_removed'] = 'Dokumentum eltávolítva'; 'document_updated' => 'Dokumentum frissítve',
$backend_tl['source_linked'] = 'Forrás hozzáadva'; 'document_linked' => 'Dokumentum hozzáadva',
$backend_tl['source_link_removed'] = 'Forrás eltávolítva'; 'document_link_removed' => 'Dokumentum eltávolítva',
$backend_tl['hyperlink_linked'] = 'Hiperhivatkozás hozzáadva'; 'source_linked' => 'Forrás hozzáadva',
$backend_tl['hyperlink_link_removed'] = 'Hiperhivatkozás eltávolítva'; 'source_link_removed' => 'Forrás eltávolítva',
$backend_tl['image_uploaded'] = 'Kép feltöltve'; 'hyperlink_linked' => 'Hiperhivatkozás hozzáadva',
$backend_tl['image_removed'] = 'Kép eltávolítva'; 'hyperlink_link_removed' => 'Hiperhivatkozás eltávolítva',
$backend_tl['object_info_updated'] = 'Tárgy információ frissítve'; 'image_uploaded' => 'Kép feltöltve',
$backend_tl['object_link_added'] = 'Tárgy kapcsolat hozzáadva'; 'image_removed' => 'Kép eltávolítva',
$backend_tl['object_link_removed'] = 'Tárgy kapcsolat eltávolítva'; 'object_info_updated' => 'Tárgy információ frissítve',
$backend_tl['topic_new_added'] = 'Új téma hozzáadva'; 'object_link_added' => 'Tárgy kapcsolat hozzáadva',
$backend_tl['topic_deleted'] = 'Téma törölve'; 'object_link_removed' => 'Tárgy kapcsolat eltávolítva',
$backend_tl['link_info_updated'] = 'Link információ frissítve'; 'topic_new_added' => 'Új téma hozzáadva',
$backend_tl['source_info_updated'] = 'Forrás frissítve'; 'topic_deleted' => 'Téma törölve',
$backend_tl['display_topic_startpage'] = 'Történet publikálása'; 'link_info_updated' => 'Link információ frissítve',
$backend_tl['hide_topic_startpage'] = 'Történet elrejtése'; 'source_info_updated' => 'Forrás frissítve',
$backend_tl['startpage_normal'] = 'normál'; 'display_topic_startpage' => 'Történet publikálása',
$backend_tl['startpage_scrollitelling'] = 'Scrollitelling'; 'hide_topic_startpage' => 'Történet elrejtése',
$backend_tl['enable_direct_object_links'] = 'Tárgyak megjelenítése a MúzeumDigitár-ban'; 'startpage_normal' => 'normál',
$backend_tl['username'] = 'Felhasználónév'; 'startpage_scrollitelling' => 'Scrollitelling',
$backend_tl['realname'] = 'Teljes név'; 'enable_direct_object_links' => 'Tárgyak megjelenítése a MúzeumDigitár-ban',
$backend_tl['mail'] = 'E-Mail'; 'username' => 'Felhasználónév',
$backend_tl['new_password'] = 'Új jelszó (üresen hagyva nem változik)'; 'realname' => 'Teljes név',
$backend_tl['password_confirmation'] = 'Új jelszó megerősítése'; 'mail' => 'E-Mail',
$backend_tl['userrole'] = 'Jogosultság'; 'new_password' => 'Új jelszó (üresen hagyva nem változik)',
$backend_tl['admin'] = 'adminisztrátor'; 'password_confirmation' => 'Új jelszó megerősítése',
$backend_tl['regular_user'] = 'általános'; 'userrole' => 'Jogosultság',
$backend_tl['preview_normal'] = 'Előnézet (normál)'; 'admin' => 'adminisztrátor',
$backend_tl['preview_scrollitelling'] = 'Előnézet (Scrollitelling)'; 'regular_user' => 'általános',
$backend_tl['css_for_scroll'] = 'CSS scrolliteling módhoz'; 'preview_normal' => 'Előnézet (normál)',
$backend_tl['warning_for_scrollitelling_only'] = 'Fontos: kizárólag a scrollitelling nézetet szerkesztheti!'; 'preview_scrollitelling' => 'Előnézet (Scrollitelling)',
$backend_tl['edit_object_text'] = 'Tárgyleírás szerkesztés'; 'css_for_scroll' => 'CSS scrolliteling módhoz',
$backend_tl['object_text_specific_to_topic'] = 'Object text is specific to this topic'; 'warning_for_scrollitelling_only' => 'Fontos: kizárólag a scrollitelling nézetet szerkesztheti!',
$backend_tl['object_text_original_md'] = 'Eredeti szöveg a MúzeumDigitár-ból'; 'edit_object_text' => 'Tárgyleírás szerkesztés',
$backend_tl['md_object_either_from_md'] = 'Automatikus hozzáadás a MúzeumDigitár publikált tárgyaiból'; 'object_text_specific_to_topic' => 'Object text is specific to this topic',
$backend_tl['md_object_local_object'] = 'Manuális hozzáadás (ha a tárgy nem szerepel a MúzeumDigitár publikus oldalán)'; 'object_text_original_md' => 'Eredeti szöveg a MúzeumDigitár-ból',
$backend_tl['image_uploader'] = 'Image uploader'; 'md_object_either_from_md' => 'Automatikus hozzáadás a MúzeumDigitár publikált tárgyaiból',
$backend_tl['username_too_short'] = 'Username must be at least 5 characters long'; 'md_object_local_object' => 'Manuális hozzáadás (ha a tárgy nem szerepel a MúzeumDigitár publikus oldalán)',
$backend_tl['password_too_short'] = 'A password needs to be at least 8 characters long'; 'image_uploader' => 'Image uploader',
'username_too_short' => 'Username must be at least 5 characters long',
'password_too_short' => 'A password needs to be at least 8 characters long',
);

View File

@ -1,10 +1,13 @@
<?PHP <?PHP
$general['topic'] = 'Téma'; declare(strict_types = 1);
$general['topics'] = 'Témák'; $general = array (
$general['exhibition_view'] = 'Kiállítás-nézet'; 'topic' => 'Téma',
$general['expand_all'] = 'Az összes kibontása'; 'topics' => 'Témák',
$general['reduce'] = 'Mutass kevesebbet!'; 'exhibition_view' => 'Kiállítás-nézet',
$general['objektsfor'] = 'Tárgyak'; 'expand_all' => 'Az összes kibontása',
$general['objektsfor_description'] = 'Tárgynézetek az ebben a témában és altémáiban szereplő tárgyakhoz, amelyek az adott helyhez kapcsolhatók.'; 'reduce' => 'Mutass kevesebbet!',
$general['next'] = 'Következő'; 'objektsfor' => 'Tárgyak',
$general['previous'] = 'Előző'; 'objektsfor_description' => 'Tárgynézetek az ebben a témában és altémáiban szereplő tárgyakhoz, amelyek az adott helyhez kapcsolhatók.',
'next' => 'Következő',
'previous' => 'Előző',
);

View File

@ -1,10 +1,13 @@
<?PHP <?PHP
$tlLogin['username'] = 'Felhaszálónév'; declare(strict_types = 1);
$tlLogin['password'] = 'Jelszó'; $tlLogin = array (
$tlLogin['login'] = 'Bejelentkezés'; 'username' => 'Felhaszálónév',
$tlLogin['remember_me'] = 'Emlékezz rám'; 'password' => 'Jelszó',
$tlLogin['global_statistics'] = 'Statisztika'; 'login' => 'Bejelentkezés',
$tlLogin['recent_blog_posts'] = 'Legfrissebb blogbejegyzések'; 'remember_me' => 'Emlékezz rám',
$tlLogin['public_db_contents'] = 'Közzétett adatbázis tartalma'; 'global_statistics' => 'Statisztika',
$tlLogin['log_in'] = 'Bejelentkezés'; 'recent_blog_posts' => 'Legfrissebb blogbejegyzések',
$tlLogin['avg_text_len'] = 'Átlagos szöveghosszúság'; 'public_db_contents' => 'Közzétett adatbázis tartalma',
'log_in' => 'Bejelentkezés',
'avg_text_len' => 'Átlagos szöveghosszúság',
);

View File

@ -1,7 +1,10 @@
<?PHP <?PHP
$nav['home'] = 'Kezdőlap'; declare(strict_types = 1);
$nav['museum'] = 'Múzeum'; $nav = array (
$nav['collection'] = 'Gyűjtemény'; 'home' => 'Kezdőlap',
$nav['object'] = 'Tárgy'; 'museum' => 'Múzeum',
$nav['topics'] = 'Témák'; 'collection' => 'Gyűjtemény',
$nav['contact'] = 'Kapcsolat'; 'object' => 'Tárgy',
'topics' => 'Témák',
'contact' => 'Kapcsolat',
);

View File

@ -1,11 +1,14 @@
<?PHP <?PHP
$startpage['title'] = 'MúzeumDigitár :: Témák'; declare(strict_types = 1);
$startpage['headertitle'] = 'Témák'; $startpage = array (
$startpage['languages'] = 'Nyelvek'; 'title' => 'MúzeumDigitár :: Témák',
$startpage['german'] = 'német'; 'headertitle' => 'Témák',
$startpage['english'] = 'angol'; 'languages' => 'Nyelvek',
$startpage['for_example'] = 'Például ...'; 'german' => 'német',
$startpage['all_topics'] = 'Az összes téma'; 'english' => 'angol',
$startpage['about'] = 'Témák, történetek, kiállítások a MúzeumDigitárban'; 'for_example' => 'Például ...',
$startpage['meta_description'] = 'A Themator a MúzeumDigitár szoftvere, amellyel digitális történeteket lehet készíteni.'; 'all_topics' => 'Az összes téma',
$startpage['meta_keywords'] = 'Digitális történetmesélés, kiállítások, oktatás, tanulás, múzeumok'; 'about' => 'Témák, történetek, kiállítások a MúzeumDigitárban',
'meta_description' => 'A Themator a MúzeumDigitár szoftvere, amellyel digitális történeteket lehet készíteni.',
'meta_keywords' => 'Digitális történetmesélés, kiállítások, oktatás, tanulás, múzeumok',
);

View File

@ -1,9 +1,12 @@
<?PHP <?PHP
$topic['related_objects'] = 'Kapcsolódó tárgyak ...'; declare(strict_types = 1);
$topic['related_documents'] = 'Kapcsolódó dokumentumok ...'; $topic = array (
$topic['sources_and_links'] = 'Források és linkek ...'; 'related_objects' => 'Kapcsolódó tárgyak ...',
$topic['next'] = 'Következő'; 'related_documents' => 'Kapcsolódó dokumentumok ...',
$topic['map'] = 'Térkép'; 'sources_and_links' => 'Források és linkek ...',
$topic['show_object'] = 'Mutasd a tárgyat!'; 'next' => 'Következő',
$topic['show_objects'] = 'Mutasd a tárgyakat!'; 'map' => 'Térkép',
$topic['search'] = 'Keresés'; 'show_object' => 'Mutasd a tárgyat!',
'show_objects' => 'Mutasd a tárgyakat!',
'search' => 'Keresés',
);

View File

@ -1,9 +1,12 @@
<?PHP <?PHP
$topic['material_technique'] = 'Anyag / technika'; declare(strict_types = 1);
$topic['measurements'] = 'Méretek'; $topic = array (
$topic['when'] = 'mikor'; 'material_technique' => 'Anyag / technika',
$topic['where'] = 'hol'; 'measurements' => 'Méretek',
$topic['who'] = 'ki'; 'when' => 'mikor',
$topic['object_from'] = 'A tárgy itt található: '; 'where' => 'hol',
$topic['original_entry'] = 'megtekintés a MúzeumDigitárban'; 'who' => 'ki',
$topic['literature'] = 'Literature'; 'object_from' => 'A tárgy itt található: ',
'original_entry' => 'megtekintés a MúzeumDigitárban',
'literature' => 'Literature',
);

View File

@ -1,221 +1,224 @@
<?PHP <?PHP
$backend_tl['input_interface'] = 'Input Interface'; declare(strict_types = 1);
$backend_tl['topics'] = 'Topics'; $backend_tl = array (
$backend_tl['add'] = 'Tambahkan'; 'input_interface' => 'Input Interface',
$backend_tl['delete'] = 'Delete'; 'topics' => 'Topics',
$backend_tl['users'] = 'Users'; 'add' => 'Tambahkan',
$backend_tl['edit'] = 'Edit'; 'delete' => 'Delete',
$backend_tl['logged_in_as'] = 'Logged in as'; 'users' => 'Users',
$backend_tl['logout'] = 'Log out'; 'edit' => 'Edit',
$backend_tl['topic'] = 'Topic'; 'logged_in_as' => 'Logged in as',
$backend_tl['selectmuseumforediting'] = 'Select a museum for editing ...'; 'logout' => 'Log out',
$backend_tl['museum_edit'] = 'Edit a museum ...'; 'topic' => 'Topic',
$backend_tl['museum_add'] = 'Add a museum ...'; 'selectmuseumforediting' => 'Select a museum for editing ...',
$backend_tl['collection_select'] = 'Select a collection for editing ...'; 'museum_edit' => 'Edit a museum ...',
$backend_tl['collection_edit'] = 'Edit a collection ...'; 'museum_add' => 'Add a museum ...',
$backend_tl['collection_add'] = 'Add a collection ...'; 'collection_select' => 'Select a collection for editing ...',
$backend_tl['object_select'] = 'Select an object for editing ...'; 'collection_edit' => 'Edit a collection ...',
$backend_tl['object_edit'] = 'Edit an object ...'; 'collection_add' => 'Add a collection ...',
$backend_tl['object_add'] = 'Add an object ...'; 'object_select' => 'Select an object for editing ...',
$backend_tl['ufo_edit'] = 'Edit an U-F-O ...'; 'object_edit' => 'Edit an object ...',
$backend_tl['ufo_add'] = 'Add an U-F-O ...'; 'object_add' => 'Add an object ...',
$backend_tl['event_select'] = 'Select an event for editing ...'; 'ufo_edit' => 'Edit an U-F-O ...',
$backend_tl['event_edit'] = 'Edit an event ...'; 'ufo_add' => 'Add an U-F-O ...',
$backend_tl['event_add'] = 'Add an event ...'; 'event_select' => 'Select an event for editing ...',
$backend_tl['time_select'] = 'Select a time term for editing ...'; 'event_edit' => 'Edit an event ...',
$backend_tl['time_edit'] = 'Edit a time term ...'; 'event_add' => 'Add an event ...',
$backend_tl['time_add'] = 'Add a time term ...'; 'time_select' => 'Select a time term for editing ...',
$backend_tl['persinst_select'] = 'Select an actor for editing ...'; 'time_edit' => 'Edit a time term ...',
$backend_tl['persinst_edit'] = 'Edit an actor ...'; 'time_add' => 'Add a time term ...',
$backend_tl['persinst_add'] = 'Add an actor ...'; 'persinst_select' => 'Select an actor for editing ...',
$backend_tl['place_select'] = 'Select a place for editing ...'; 'persinst_edit' => 'Edit an actor ...',
$backend_tl['place_edit'] = 'Edit a place ...'; 'persinst_add' => 'Add an actor ...',
$backend_tl['place_add'] = 'Add a place ...'; 'place_select' => 'Select a place for editing ...',
$backend_tl['tag_select'] = 'Select a tag for editing ...'; 'place_edit' => 'Edit a place ...',
$backend_tl['tag_edit'] = 'Edit a tag ...'; 'place_add' => 'Add a place ...',
$backend_tl['tag_add'] = 'Add a tag ...'; 'tag_select' => 'Select a tag for editing ...',
$backend_tl['literature_select'] = 'Select a literature entry for editing ...'; 'tag_edit' => 'Edit a tag ...',
$backend_tl['literature_edit'] = 'Edit a literature entry ...'; 'tag_add' => 'Add a tag ...',
$backend_tl['literature_add'] = 'Add a literature entry ...'; 'literature_select' => 'Select a literature entry for editing ...',
$backend_tl['link_select'] = 'Select a hyperlink for editing ...'; 'literature_edit' => 'Edit a literature entry ...',
$backend_tl['link_edit'] = 'Edit hyperlink'; 'literature_add' => 'Add a literature entry ...',
$backend_tl['link_add'] = 'Add hyperlink!'; 'link_select' => 'Select a hyperlink for editing ...',
$backend_tl['image_edit'] = 'Select an image for editing ...'; 'link_edit' => 'Edit hyperlink',
$backend_tl['document_attach'] = 'Attach a document ...'; 'link_add' => 'Add hyperlink!',
$backend_tl['tag_select_simple'] = 'Please select a tag ...'; 'image_edit' => 'Select an image for editing ...',
$backend_tl['settings_edit'] = 'Edit settings ...'; 'document_attach' => 'Attach a document ...',
$backend_tl['user_select'] = 'Select a user for editing ...'; 'tag_select_simple' => 'Please select a tag ...',
$backend_tl['topic_edit'] = 'Edit a <b style='; 'settings_edit' => 'Edit settings ...',
$backend_tl['subtopic_edit'] = 'Add a <b style='; 'user_select' => 'Select a user for editing ...',
$backend_tl['document_edit'] = 'Edit document'; 'topic_edit' => 'Edit a <b style=',
$backend_tl['source_add'] = 'Add link with a source!'; 'subtopic_edit' => 'Add a <b style=',
$backend_tl['object_add_complicated'] = 'Add an <b style='; 'document_edit' => 'Edit document',
$backend_tl['object_edit_complicated'] = 'Edit an <b style='; 'source_add' => 'Add link with a source!',
$backend_tl['user_role_change_alt'] = 'Changes the relation between a user and a topic'; 'object_add_complicated' => 'Add an <b style=',
$backend_tl['send'] = 'Send'; 'object_edit_complicated' => 'Edit an <b style=',
$backend_tl['once_again'] = 'Once again'; 'user_role_change_alt' => 'Changes the relation between a user and a topic',
$backend_tl['field'] = 'Field'; 'send' => 'Send',
$backend_tl['definitelyconfirm'] = 'Yes!!'; 'once_again' => 'Once again',
$backend_tl['explanation_short_title'] = '<b>Field "Short Title"</b><br><br>This field is mandatory!<br><br>The short title is used for listing the entry in the navigation<br><br>Example 1: "Archaology of the Lords of Anhalt"<br>Example 2: "Excavations"'; 'field' => 'Field',
$backend_tl['explanation_long_title'] = '<b>Field: "Long Title"</b><br><br>This field is mandatory!<br><br>Der "Langtitel" ist der eigentliche Titel des Themas. Bestenfalls nicht mehr als 150 Zeichen.<br><br>Example: "Archäologie der anhaltischen Fürsten vom 15. Jahrhundert bis in unsere Tage'; 'definitelyconfirm' => 'Yes!!',
$backend_tl['explanation_abstract'] = '<b>Field: '; 'explanation_short_title' => '<b>Field "Short Title"</b><br><br>This field is mandatory!<br><br>The short title is used for listing the entry in the navigation<br><br>Example 1: "Archaology of the Lords of Anhalt"<br>Example 2: "Excavations"',
$backend_tl['explanation_text'] = '<b>Field: "Image Text"</b><br><br>This field is mandatory!<br><br>Unrestricted length of text. Ideally, the text fills about one screen. If possible, write sentences and avoid lists.<br><br>You can - but are not required to - upload an image for the topic. The image will appear on the left of the text.'; 'explanation_long_title' => '<b>Field: "Long Title"</b><br><br>This field is mandatory!<br><br>Der "Langtitel" ist der eigentliche Titel des Themas. Bestenfalls nicht mehr als 150 Zeichen.<br><br>Example: "Archäologie der anhaltischen Fürsten vom 15. Jahrhundert bis in unsere Tage',
$backend_tl['explanation_text_image'] = '<b>Field: "Image Text"</b><br><br>Please only fill this out, if you have uploaded an image for the topic. This text appears upon hovering over the image. Useful for information on copyright and origin.'; 'explanation_abstract' => '<b>Field: ',
$backend_tl['explanation_link_image'] = '<b>Field: "Target for click on image"</b><br><br>Please only fill this out if you have uploaded an image for the topic and want the user to be linked to another source on the web upon clicking on the image.<br><br>Requires absolute URLs, beginning with "http(s)://".'; 'explanation_text' => '<b>Field: "Image Text"</b><br><br>This field is mandatory!<br><br>Unrestricted length of text. Ideally, the text fills about one screen. If possible, write sentences and avoid lists.<br><br>You can - but are not required to - upload an image for the topic. The image will appear on the left of the text.',
$backend_tl['topic_image'] = 'Image for topic:'; 'explanation_text_image' => '<b>Field: "Image Text"</b><br><br>Please only fill this out, if you have uploaded an image for the topic. This text appears upon hovering over the image. Useful for information on copyright and origin.',
$backend_tl['topic_image_switch'] = 'Change image'; 'explanation_link_image' => '<b>Field: "Target for click on image"</b><br><br>Please only fill this out if you have uploaded an image for the topic and want the user to be linked to another source on the web upon clicking on the image.<br><br>Requires absolute URLs, beginning with "http(s)://".',
$backend_tl['topic_image_noimage'] = 'No image available'; 'topic_image' => 'Image for topic:',
$backend_tl['topic_image_upload'] = 'Upload image'; 'topic_image_switch' => 'Change image',
$backend_tl['map'] = 'Map'; 'topic_image_noimage' => 'No image available',
$backend_tl['topic_map_disabled'] = 'Show topic without a map'; 'topic_image_upload' => 'Upload image',
$backend_tl['topic_map_enabled'] = 'Display topic with a map (objects of the topic on a map)'; 'map' => 'Map',
$backend_tl['topic_map_enabled_inclusive'] = 'Display topic with a map (objects of the topic and all lower level topics on a map)'; 'topic_map_disabled' => 'Show topic without a map',
$backend_tl['short_title'] = 'Short Title'; 'topic_map_enabled' => 'Display topic with a map (objects of the topic on a map)',
$backend_tl['long_title'] = 'Long Title'; 'topic_map_enabled_inclusive' => 'Display topic with a map (objects of the topic and all lower level topics on a map)',
$backend_tl['abstract'] = 'Abstract'; 'short_title' => 'Short Title',
$backend_tl['text_for_topic'] = 'Text on the Topic'; 'long_title' => 'Long Title',
$backend_tl['text_for_image'] = 'Image Text'; 'abstract' => 'Abstract',
$backend_tl['link_image'] = 'Target for Clicking on Image'; 'text_for_topic' => 'Text on the Topic',
$backend_tl['topic_presentation'] = 'Presentation'; 'text_for_image' => 'Image Text',
$backend_tl['topic_background'] = 'Background: '; 'link_image' => 'Target for Clicking on Image',
$backend_tl['topic_ballon_form'] = 'Bubble form: '; 'topic_presentation' => 'Presentation',
$backend_tl['topic_tooltip'] = 'Tool-Tip: '; 'topic_background' => 'Background: ',
$backend_tl['required_short_title'] = 'You need to enter a short title!'; 'topic_ballon_form' => 'Bubble form: ',
$backend_tl['required_long_text'] = 'You need to enter a more extensive title!'; 'topic_tooltip' => 'Tool-Tip: ',
$backend_tl['required_text'] = 'A text is required for a topic!'; 'required_short_title' => 'You need to enter a short title!',
$backend_tl['error_morethanonetopic'] = 'Encountered more than one topic ... Something must have gone wrong'; 'required_long_text' => 'You need to enter a more extensive title!',
$backend_tl['add_higher_level_topic'] = 'Add higher level topic'; 'required_text' => 'A text is required for a topic!',
$backend_tl['add_higher_level_topic_alt'] = 'Links with a higher level topic'; 'error_morethanonetopic' => 'Encountered more than one topic ... Something must have gone wrong',
$backend_tl['add_higher_level_topic_alt_additional'] = 'Add link to another higher level topic'; 'add_higher_level_topic' => 'Add higher level topic',
$backend_tl['edit_higher_level_topic'] = 'Edit higher level topic'; 'add_higher_level_topic_alt' => 'Links with a higher level topic',
$backend_tl['add_lower_level_topic'] = 'Add lower level topic'; 'add_higher_level_topic_alt_additional' => 'Add link to another higher level topic',
$backend_tl['add_lower_level_topic_alt'] = 'Link a lower level topic'; 'edit_higher_level_topic' => 'Edit higher level topic',
$backend_tl['add_lower_level_topic_alt_additional'] = 'Link to a lower level topic'; 'add_lower_level_topic' => 'Add lower level topic',
$backend_tl['edit_lower_level_topic'] = 'Edit lower level topics'; 'add_lower_level_topic_alt' => 'Link a lower level topic',
$backend_tl['delete_relation'] = 'Delete relation'; 'add_lower_level_topic_alt_additional' => 'Link to a lower level topic',
$backend_tl['document_add'] = 'Add a link to a document!'; 'edit_lower_level_topic' => 'Edit lower level topics',
$backend_tl['document_add_simple'] = 'Add document'; 'delete_relation' => 'Delete relation',
$backend_tl['source_add_simple'] = 'Add source'; 'document_add' => 'Add a link to a document!',
$backend_tl['source_edit'] = 'Edit source'; 'document_add_simple' => 'Add document',
$backend_tl['link_add_simple'] = 'Add a hyperlink'; 'source_add_simple' => 'Add source',
$backend_tl['topics_object_add'] = 'Add a link with an object!'; 'source_edit' => 'Edit source',
$backend_tl['topics_object_add_simple'] = 'Link an object!'; 'link_add_simple' => 'Add a hyperlink',
$backend_tl['topics_select_from_list_to_edit'] = 'Change the topic. Please select the topic.'; 'topics_object_add' => 'Add a link with an object!',
$backend_tl['list_of_topics_to_be_deleted'] = 'List of topics, that you can delete:'; 'topics_object_add_simple' => 'Link an object!',
$backend_tl['can_add_new_user'] = 'You may add a new user: '; 'topics_select_from_list_to_edit' => 'Change the topic. Please select the topic.',
$backend_tl['list_all_users'] = 'List of All Users'; 'list_of_topics_to_be_deleted' => 'List of topics, that you can delete:',
$backend_tl['user_name'] = 'Name'; 'can_add_new_user' => 'You may add a new user: ',
$backend_tl['user_login_name'] = 'Login Name'; 'list_all_users' => 'List of All Users',
$backend_tl['user_role'] = 'Role'; 'user_name' => 'Name',
$backend_tl['user_last_login'] = 'Last Login'; 'user_login_name' => 'Login Name',
$backend_tl['user_rights_topics'] = 'Rights for topics'; 'user_role' => 'Role',
$backend_tl['select_by_clicking'] = 'Select by clicking'; 'user_last_login' => 'Last Login',
$backend_tl['here'] = 'here'; 'user_rights_topics' => 'Rights for topics',
$backend_tl['higher_level_topic_not_listed'] = 'If the higher level topic is not listed here, then please click'; 'select_by_clicking' => 'Select by clicking',
$backend_tl['lower_level_topic_not_listed'] = 'If the lower level topic is not listed here, then please click'; 'here' => 'here',
$backend_tl['requirements_caps'] = 'CONDITIONS'; 'higher_level_topic_not_listed' => 'If the higher level topic is not listed here, then please click',
$backend_tl['requirements_file_name'] = '1. The image filename needs to conform to the general rules: No special characters. No dots (except the one before the file extension). No spaces.'; 'lower_level_topic_not_listed' => 'If the lower level topic is not listed here, then please click',
$backend_tl['requirements_jpg'] = '2. The image file needs to be a JPG and have a DPI ratio of 72 or 96.'; 'requirements_caps' => 'CONDITIONS',
$backend_tl['requirements_short_side'] = '3. The shorter side needs be have a length of 600 pixels minimum. The longer side should not exceed a length of 3000 pixels.'; 'requirements_file_name' => '1. The image filename needs to conform to the general rules: No special characters. No dots (except the one before the file extension). No spaces.',
$backend_tl['requirements_filesize'] = '4. The file size should not exceed 4 megabyte. Ideally, the file size should be between 500kb and 900kb.'; 'requirements_jpg' => '2. The image file needs to be a JPG and have a DPI ratio of 72 or 96.',
$backend_tl['select_image_to_upload'] = 'Please select the image file you want to upload. It will be automatically resized.'; 'requirements_short_side' => '3. The shorter side needs be have a length of 600 pixels minimum. The longer side should not exceed a length of 3000 pixels.',
$backend_tl['select_large_image_to_upload'] = 'Please selecct the large image file you want to upload. Smaller versions willl be automatically created.'; 'requirements_filesize' => '4. The file size should not exceed 4 megabyte. Ideally, the file size should be between 500kb and 900kb.',
$backend_tl['pdf_select_from_list'] = '* Here you can upload documents (PDF files only) for a topic - or link documents that have already been uploaded.<br /> 'select_image_to_upload' => 'Please select the image file you want to upload. It will be automatically resized.',
If the document is not listed, then please click'; 'select_large_image_to_upload' => 'Please selecct the large image file you want to upload. Smaller versions willl be automatically created.',
$backend_tl['requirements_pdf_filename'] = '1. The file name of the PDF file to be uploaded needs to conform to the following general rules: No special characters. No dots (except the one before the file extension). No spaces.'; 'pdf_select_from_list' => '* Here you can upload documents (PDF files only) for a topic - or link documents that have already been uploaded.<br />
$backend_tl['requirements_pdf_filesize'] = '2. The file size of the PDF cannot exceed 4 megabyte. '; If the document is not listed, then please click',
$backend_tl['select_pdf_for_upload'] = 'Please select the PDF file to be uploaded.'; 'requirements_pdf_filename' => '1. The file name of the PDF file to be uploaded needs to conform to the following general rules: No special characters. No dots (except the one before the file extension). No spaces.',
$backend_tl['explanation_document_kind'] = '<b>Field: '; 'requirements_pdf_filesize' => '2. The file size of the PDF cannot exceed 4 megabyte. ',
$backend_tl['explanation_document_text'] = '<b>Field: '; 'select_pdf_for_upload' => 'Please select the PDF file to be uploaded.',
$backend_tl['explanation_document_location'] = '<b>Field: '; 'explanation_document_kind' => '<b>Field: ',
$backend_tl['explanation_document_note'] = '<b>Field: '; 'explanation_document_text' => '<b>Field: ',
$backend_tl['type_of_document'] = 'Type of Document'; 'explanation_document_location' => '<b>Field: ',
$backend_tl['document_display_text'] = 'Display text'; 'explanation_document_note' => '<b>Field: ',
$backend_tl['document_location'] = 'Storage location (link)'; 'type_of_document' => 'Type of Document',
$backend_tl['document_note'] = 'Note'; 'document_display_text' => 'Display text',
$backend_tl['document_type_mandatory'] = 'You need to enter a type of document!'; 'document_location' => 'Storage location (link)',
$backend_tl['document_name_mandatory'] = 'You need to enter a display name!'; 'document_note' => 'Note',
$backend_tl['document_summary_mandatory'] = 'You need to enter a short summary!'; 'document_type_mandatory' => 'You need to enter a type of document!',
$backend_tl['document_location_mandatory'] = 'You need to enter a storage location!'; 'document_name_mandatory' => 'You need to enter a display name!',
$backend_tl['explanation_object_version'] = '<b>Field: '; 'document_summary_mandatory' => 'You need to enter a short summary!',
$backend_tl['explanation_object_number'] = '<b>Field: '; 'document_location_mandatory' => 'You need to enter a storage location!',
$backend_tl['explanation_object_institution'] = '<b>Field: "Name of Institution"</b><br><br>Mandatory<br><br>Name of the institution that owns the object.<br><br>Unrestricted formatting, max. 200 characters'; 'explanation_object_version' => '<b>Field: ',
$backend_tl['explanation_object_object_title'] = '<b>Field: '; 'explanation_object_number' => '<b>Field: ',
$backend_tl['explanation_object_description'] = '<b>Field: "[Alternative] Objecct Description"</b><br><br>If you have linked an object from museum-digital, its description will be displayed. If you prefer to have a different description of the object in the context of the topic, please fill out this field.<br><br>If you have entered an object outside of museum-digital, this field is mandatory.<br><br>Unlimited length of text, preferably around 500 characters'; 'explanation_object_institution' => '<b>Field: "Name of Institution"</b><br><br>Mandatory<br><br>Name of the institution that owns the object.<br><br>Unrestricted formatting, max. 200 characters',
$backend_tl['explanation_object_text_image'] = '<b>Field: "Image text"</b><br><br>Please fill out. The text appears if the cursor hovers over the image or if there are problems with loading the image<br><br>This is also a good place for copyright notices. For example:<br>© Fürstin Pauline Bibliothek<br><br>Unlimited length of text, preferably around 1000 characters'; 'explanation_object_object_title' => '<b>Field: ',
$backend_tl['explanation_object_image_click'] = '<b>Field: "Target with clicking on image"</b><br><br>Please only fill this in, if a click on the image is to link to another page on the internet.<br><br>Requires absolute URLs (beginning with "http(s)://")'; 'explanation_object_description' => '<b>Field: "[Alternative] Objecct Description"</b><br><br>If you have linked an object from museum-digital, its description will be displayed. If you prefer to have a different description of the object in the context of the topic, please fill out this field.<br><br>If you have entered an object outside of museum-digital, this field is mandatory.<br><br>Unlimited length of text, preferably around 500 characters',
$backend_tl['version_of_md'] = 'Version of md'; 'explanation_object_text_image' => '<b>Field: "Image text"</b><br><br>Please fill out. The text appears if the cursor hovers over the image or if there are problems with loading the image<br><br>This is also a good place for copyright notices. For example:<br>© Fürstin Pauline Bibliothek<br><br>Unlimited length of text, preferably around 1000 characters',
$backend_tl['object_object_number'] = 'Object ID'; 'explanation_object_image_click' => '<b>Field: "Target with clicking on image"</b><br><br>Please only fill this in, if a click on the image is to link to another page on the internet.<br><br>Requires absolute URLs (beginning with "http(s)://")',
$backend_tl['object_name_institution'] = 'Name of Institution'; 'version_of_md' => 'Version of md',
$backend_tl['object_title'] = 'Object Title'; 'object_object_number' => 'Object ID',
$backend_tl['object_alternative_description'] = 'Alternative Object Description'; 'object_name_institution' => 'Name of Institution',
$backend_tl['image'] = 'Image'; 'object_title' => 'Object Title',
$backend_tl['image_text'] = 'Image Text'; 'object_alternative_description' => 'Alternative Object Description',
$backend_tl['image_link'] = 'Target with Clicking on Image'; 'image' => 'Image',
$backend_tl['linking_image_mandatory'] = 'For saving, you need to link an image (on the left)'; 'image_text' => 'Image Text',
$backend_tl['image_change'] = 'Exchange presentation'; 'image_link' => 'Target with Clicking on Image',
$backend_tl['image_upload'] = 'Upload image'; 'linking_image_mandatory' => 'For saving, you need to link an image (on the left)',
$backend_tl['md_version_mandatory'] = 'You need to enter a version of museum-digital!'; 'image_change' => 'Exchange presentation',
$backend_tl['object_number_mandatory'] = 'You need to enter a number!'; 'image_upload' => 'Upload image',
$backend_tl['assigned_to'] = 'Assigned to'; 'md_version_mandatory' => 'You need to enter a version of museum-digital!',
$backend_tl['preview_in'] = 'Preview in'; 'object_number_mandatory' => 'You need to enter a number!',
$backend_tl['source_titel'] = 'Title of the Source'; 'assigned_to' => 'Assigned to',
$backend_tl['source_list_not_listed'] = '* Here you can add sources (= references to literature, that is not yet online) or link already known references.<br /> 'preview_in' => 'Preview in',
Should the source not be in the list, please click'; 'source_titel' => 'Title of the Source',
$backend_tl['mandatory_title_source'] = 'Sie müssen einen Titel für die Quelle angeben!'; 'source_list_not_listed' => '* Here you can add sources (= references to literature, that is not yet online) or link already known references.<br />
$backend_tl['linkdisplayname'] = 'Link Display Name'; Should the source not be in the list, please click',
$backend_tl['link'] = 'Link'; 'mandatory_title_source' => 'Sie müssen einen Titel für die Quelle angeben!',
$backend_tl['mandatory_enter_link'] = ''; 'linkdisplayname' => 'Link Display Name',
$backend_tl['translation_language'] = 'Language'; 'link' => 'Link',
$backend_tl['change_topic_page_layout'] = 'Changed page layout'; 'mandatory_enter_link' => '',
$backend_tl['change_topic_page_map'] = 'Changed position of maps on topic page'; 'translation_language' => 'Language',
$backend_tl['changed_tooltip_color'] = 'Changed tooltip color'; 'change_topic_page_layout' => 'Changed page layout',
$backend_tl['enable_disable_tooltip'] = 'Enabled / disabled tooltip'; 'change_topic_page_map' => 'Changed position of maps on topic page',
$backend_tl['translation_added'] = 'Translation added'; 'changed_tooltip_color' => 'Changed tooltip color',
$backend_tl['translation_deleted'] = 'Translation deleted'; 'enable_disable_tooltip' => 'Enabled / disabled tooltip',
$backend_tl['translation_updated'] = 'Translation updated'; 'translation_added' => 'Translation added',
$backend_tl['topic_base_updated'] = 'Topic base information has been updated'; 'translation_deleted' => 'Translation deleted',
$backend_tl['topic_to_topic_link_added'] = 'Relation between two topics has been added'; 'translation_updated' => 'Translation updated',
$backend_tl['topic_to_topic_link_deleted'] = 'Relation between two topics has been removed'; 'topic_base_updated' => 'Topic base information has been updated',
$backend_tl['moved_in_order'] = 'Changed order of elements'; 'topic_to_topic_link_added' => 'Relation between two topics has been added',
$backend_tl['document_updated'] = 'The document has been updated'; 'topic_to_topic_link_deleted' => 'Relation between two topics has been removed',
$backend_tl['document_linked'] = 'Document linked'; 'moved_in_order' => 'Changed order of elements',
$backend_tl['document_link_removed'] = 'Link to document deleted'; 'document_updated' => 'The document has been updated',
$backend_tl['source_linked'] = 'The source has been linked'; 'document_linked' => 'Document linked',
$backend_tl['source_link_removed'] = 'Link to source has been removed'; 'document_link_removed' => 'Link to document deleted',
$backend_tl['hyperlink_linked'] = 'Hyperlink has been linked'; 'source_linked' => 'The source has been linked',
$backend_tl['hyperlink_link_removed'] = 'Hyperlink has been removed'; 'source_link_removed' => 'Link to source has been removed',
$backend_tl['image_uploaded'] = 'The image has been uploaded'; 'hyperlink_linked' => 'Hyperlink has been linked',
$backend_tl['image_removed'] = 'The image has been removed'; 'hyperlink_link_removed' => 'Hyperlink has been removed',
$backend_tl['object_info_updated'] = 'Object information has been updated'; 'image_uploaded' => 'The image has been uploaded',
$backend_tl['object_link_added'] = 'Link to object has been added'; 'image_removed' => 'The image has been removed',
$backend_tl['object_link_removed'] = 'Link to object has been removed'; 'object_info_updated' => 'Object information has been updated',
$backend_tl['topic_new_added'] = 'New topic added'; 'object_link_added' => 'Link to object has been added',
$backend_tl['topic_deleted'] = 'The topic has been deleted'; 'object_link_removed' => 'Link to object has been removed',
$backend_tl['link_info_updated'] = 'Link information has been updated'; 'topic_new_added' => 'New topic added',
$backend_tl['source_info_updated'] = 'The source has been updated'; 'topic_deleted' => 'The topic has been deleted',
$backend_tl['display_topic_startpage'] = 'Display topic on startpage'; 'link_info_updated' => 'Link information has been updated',
$backend_tl['hide_topic_startpage'] = 'Hide topic on startpage'; 'source_info_updated' => 'The source has been updated',
$backend_tl['startpage_normal'] = 'normal'; 'display_topic_startpage' => 'Display topic on startpage',
$backend_tl['startpage_scrollitelling'] = 'Scrollitelling'; 'hide_topic_startpage' => 'Hide topic on startpage',
$backend_tl['enable_direct_object_links'] = 'Link objects directly in md'; 'startpage_normal' => 'normal',
$backend_tl['username'] = 'Username'; 'startpage_scrollitelling' => 'Scrollitelling',
$backend_tl['realname'] = 'Real name'; 'enable_direct_object_links' => 'Link objects directly in md',
$backend_tl['mail'] = 'E-Mail'; 'username' => 'Username',
$backend_tl['new_password'] = 'New password (Empty = Keep old one)'; 'realname' => 'Real name',
$backend_tl['password_confirmation'] = 'Password confirmation'; 'mail' => 'E-Mail',
$backend_tl['userrole'] = 'User role'; 'new_password' => 'New password (Empty = Keep old one)',
$backend_tl['admin'] = 'Admin (highest level)'; 'password_confirmation' => 'Password confirmation',
$backend_tl['regular_user'] = 'Regular user'; 'userrole' => 'User role',
$backend_tl['preview_normal'] = 'Preview in normal themator mode'; 'admin' => 'Admin (highest level)',
$backend_tl['preview_scrollitelling'] = 'Preview in scrollitelling mode'; 'regular_user' => 'Regular user',
$backend_tl['css_for_scroll'] = 'Customize CSS for scrollitelling'; 'preview_normal' => 'Preview in normal themator mode',
$backend_tl['warning_for_scrollitelling_only'] = 'Warning: This feature is used for scrollitelling mode only'; 'preview_scrollitelling' => 'Preview in scrollitelling mode',
$backend_tl['edit_object_text'] = 'Edito object text'; 'css_for_scroll' => 'Customize CSS for scrollitelling',
$backend_tl['object_text_specific_to_topic'] = 'Object text is specific to this topic'; 'warning_for_scrollitelling_only' => 'Warning: This feature is used for scrollitelling mode only',
$backend_tl['object_text_original_md'] = 'Originaltext aus museum-digital'; 'edit_object_text' => 'Edito object text',
$backend_tl['md_object_either_from_md'] = 'Entweder: Sie verknüpfen das Thema mit einem Objekt aus museum-digital ...'; 'object_text_specific_to_topic' => 'Object text is specific to this topic',
$backend_tl['md_object_local_object'] = 'Oder: Sie geben ein Objekt, welches nicht in museum-digital vertreten ist ein ...'; 'object_text_original_md' => 'Originaltext aus museum-digital',
$backend_tl['image_uploader'] = 'Image uploader'; 'md_object_either_from_md' => 'Entweder: Sie verknüpfen das Thema mit einem Objekt aus museum-digital ...',
$backend_tl['username_too_short'] = 'Username must be at least 5 characters long'; 'md_object_local_object' => 'Oder: Sie geben ein Objekt, welches nicht in museum-digital vertreten ist ein ...',
$backend_tl['password_too_short'] = 'A password needs to be at least 8 characters long'; 'image_uploader' => 'Image uploader',
'username_too_short' => 'Username must be at least 5 characters long',
'password_too_short' => 'A password needs to be at least 8 characters long',
);

View File

@ -1,10 +1,13 @@
<?PHP <?PHP
$general['topic'] = 'Topic'; declare(strict_types = 1);
$general['topics'] = 'Topics'; $general = array (
$general['exhibition_view'] = 'Exhibition View'; 'topic' => 'Topic',
$general['expand_all'] = 'Expand all'; 'topics' => 'Topics',
$general['reduce'] = 'Reduce'; 'exhibition_view' => 'Exhibition View',
$general['objektsfor'] = 'Objects for'; 'expand_all' => 'Expand all',
$general['objektsfor_description'] = 'Objektansichten zu Objekten aus diesem und Unterthemen, die dem gegebenen Ort entsprechen.'; 'reduce' => 'Reduce',
$general['next'] = 'Next'; 'objektsfor' => 'Objects for',
$general['previous'] = 'Previous'; 'objektsfor_description' => 'Objektansichten zu Objekten aus diesem und Unterthemen, die dem gegebenen Ort entsprechen.',
'next' => 'Next',
'previous' => 'Previous',
);

View File

@ -1,10 +1,13 @@
<?PHP <?PHP
$tlLogin['username'] = 'Username'; declare(strict_types = 1);
$tlLogin['password'] = 'Password'; $tlLogin = array (
$tlLogin['login'] = 'Login'; 'username' => 'Username',
$tlLogin['remember_me'] = 'Remember me'; 'password' => 'Password',
$tlLogin['global_statistics'] = 'Global statistics'; 'login' => 'Login',
$tlLogin['recent_blog_posts'] = 'Recent blog posts'; 'remember_me' => 'Remember me',
$tlLogin['public_db_contents'] = 'Published database contents'; 'global_statistics' => 'Global statistics',
$tlLogin['log_in'] = 'Log in'; 'recent_blog_posts' => 'Recent blog posts',
$tlLogin['avg_text_len'] = 'Average object description length'; 'public_db_contents' => 'Published database contents',
'log_in' => 'Log in',
'avg_text_len' => 'Average object description length',
);

View File

@ -1,7 +1,10 @@
<?PHP <?PHP
$nav['home'] = 'Home'; declare(strict_types = 1);
$nav['museum'] = 'Museum'; $nav = array (
$nav['collection'] = 'Collection'; 'home' => 'Home',
$nav['object'] = 'Object'; 'museum' => 'Museum',
$nav['topics'] = 'Topics'; 'collection' => 'Collection',
$nav['contact'] = 'Contact'; 'object' => 'Object',
'topics' => 'Topics',
'contact' => 'Contact',
);

View File

@ -1,11 +1,14 @@
<?PHP <?PHP
$startpage['title'] = 'Museum-Digital :: Topics'; declare(strict_types = 1);
$startpage['headertitle'] = 'Topics'; $startpage = array (
$startpage['languages'] = 'Languages'; 'title' => 'Museum-Digital :: Topics',
$startpage['german'] = 'German'; 'headertitle' => 'Topics',
$startpage['english'] = 'English'; 'languages' => 'Languages',
$startpage['for_example'] = 'For Example ...'; 'german' => 'German',
$startpage['all_topics'] = 'All Topics'; 'english' => 'English',
$startpage['about'] = 'Topics, stories, exhibitions at museum-digital.'; 'for_example' => 'For Example ...',
$startpage['meta_description'] = 'The themator is museum-digital\'s tool for digital storytelling.'; 'all_topics' => 'All Topics',
$startpage['meta_keywords'] = 'Digital storytelling, exhibitions, teaching, education, museums'; 'about' => 'Topics, stories, exhibitions at museum-digital.',
'meta_description' => 'The themator is museum-digital\'s tool for digital storytelling.',
'meta_keywords' => 'Digital storytelling, exhibitions, teaching, education, museums',
);

View File

@ -1,9 +1,12 @@
<?PHP <?PHP
$topic['related_objects'] = 'Related Objects ...'; declare(strict_types = 1);
$topic['related_documents'] = 'Related Documents ...'; $topic = array (
$topic['sources_and_links'] = 'Sources and Links ...'; 'related_objects' => 'Related Objects ...',
$topic['next'] = 'Next'; 'related_documents' => 'Related Documents ...',
$topic['map'] = 'Map'; 'sources_and_links' => 'Sources and Links ...',
$topic['show_object'] = 'Show object'; 'next' => 'Next',
$topic['show_objects'] = 'Show objects'; 'map' => 'Map',
$topic['search'] = 'Search'; 'show_object' => 'Show object',
'show_objects' => 'Show objects',
'search' => 'Search',
);

View File

@ -1,9 +1,12 @@
<?PHP <?PHP
$topic['material_technique'] = 'Material / Technique'; declare(strict_types = 1);
$topic['measurements'] = 'Measurements'; $topic = array (
$topic['when'] = 'when'; 'material_technique' => 'Material / Technique',
$topic['where'] = 'where'; 'measurements' => 'Measurements',
$topic['who'] = 'who'; 'when' => 'when',
$topic['object_from'] = 'Object from'; 'where' => 'where',
$topic['original_entry'] = 'original entry'; 'who' => 'who',
$topic['literature'] = 'Literature'; 'object_from' => 'Object from',
'original_entry' => 'original entry',
'literature' => 'Literature',
);

View File

@ -1,220 +1,223 @@
<?PHP <?PHP
$backend_tl['input_interface'] = 'Input Interface'; declare(strict_types = 1);
$backend_tl['topics'] = 'Topics'; $backend_tl = array (
$backend_tl['add'] = 'Add'; 'input_interface' => 'Input Interface',
$backend_tl['delete'] = 'Delete'; 'topics' => 'Topics',
$backend_tl['users'] = 'Users'; 'add' => 'Add',
$backend_tl['edit'] = 'Edit'; 'delete' => 'Delete',
$backend_tl['logged_in_as'] = 'Logged in as'; 'users' => 'Users',
$backend_tl['logout'] = 'Log out'; 'edit' => 'Edit',
$backend_tl['topic'] = 'Topic'; 'logged_in_as' => 'Logged in as',
$backend_tl['selectmuseumforediting'] = 'Select a museum for editing ...'; 'logout' => 'Log out',
$backend_tl['museum_edit'] = 'Edit a museum ...'; 'topic' => 'Topic',
$backend_tl['museum_add'] = 'Add a museum ...'; 'selectmuseumforediting' => 'Select a museum for editing ...',
$backend_tl['collection_select'] = 'Select a collection for editing ...'; 'museum_edit' => 'Edit a museum ...',
$backend_tl['collection_edit'] = 'Edit a collection ...'; 'museum_add' => 'Add a museum ...',
$backend_tl['collection_add'] = 'Add a collection ...'; 'collection_select' => 'Select a collection for editing ...',
$backend_tl['object_select'] = 'Select an object for editing ...'; 'collection_edit' => 'Edit a collection ...',
$backend_tl['object_edit'] = 'Edit an object ...'; 'collection_add' => 'Add a collection ...',
$backend_tl['object_add'] = 'Add an object ...'; 'object_select' => 'Select an object for editing ...',
$backend_tl['ufo_edit'] = 'Edit an U-F-O ...'; 'object_edit' => 'Edit an object ...',
$backend_tl['ufo_add'] = 'Add an U-F-O ...'; 'object_add' => 'Add an object ...',
$backend_tl['event_select'] = 'Select an event for editing ...'; 'ufo_edit' => 'Edit an U-F-O ...',
$backend_tl['event_edit'] = 'Edit an event ...'; 'ufo_add' => 'Add an U-F-O ...',
$backend_tl['event_add'] = 'Add an event ...'; 'event_select' => 'Select an event for editing ...',
$backend_tl['time_select'] = 'Select a time term for editing ...'; 'event_edit' => 'Edit an event ...',
$backend_tl['time_edit'] = 'Edit a time term ...'; 'event_add' => 'Add an event ...',
$backend_tl['time_add'] = 'Add a time term ...'; 'time_select' => 'Select a time term for editing ...',
$backend_tl['persinst_select'] = 'Select an actor for editing ...'; 'time_edit' => 'Edit a time term ...',
$backend_tl['persinst_edit'] = 'Edit an actor ...'; 'time_add' => 'Add a time term ...',
$backend_tl['persinst_add'] = 'Add an actor ...'; 'persinst_select' => 'Select an actor for editing ...',
$backend_tl['place_select'] = 'Select a place for editing ...'; 'persinst_edit' => 'Edit an actor ...',
$backend_tl['place_edit'] = 'Edit a place ...'; 'persinst_add' => 'Add an actor ...',
$backend_tl['place_add'] = 'Add a place ...'; 'place_select' => 'Select a place for editing ...',
$backend_tl['tag_select'] = 'Select a tag for editing ...'; 'place_edit' => 'Edit a place ...',
$backend_tl['tag_edit'] = 'Edit a tag ...'; 'place_add' => 'Add a place ...',
$backend_tl['tag_add'] = 'Add a tag ...'; 'tag_select' => 'Select a tag for editing ...',
$backend_tl['literature_select'] = 'Select a literature entry for editing ...'; 'tag_edit' => 'Edit a tag ...',
$backend_tl['literature_edit'] = 'Edit a literature entry ...'; 'tag_add' => 'Add a tag ...',
$backend_tl['literature_add'] = 'Add a literature entry ...'; 'literature_select' => 'Select a literature entry for editing ...',
$backend_tl['link_select'] = 'Select a hyperlink for editing ...'; 'literature_edit' => 'Edit a literature entry ...',
$backend_tl['link_edit'] = 'Edit hyperlink'; 'literature_add' => 'Add a literature entry ...',
$backend_tl['link_add'] = 'Add hyperlink!'; 'link_select' => 'Select a hyperlink for editing ...',
$backend_tl['image_edit'] = 'Select an image for editing ...'; 'link_edit' => 'Edit hyperlink',
$backend_tl['document_attach'] = 'Attach a document ...'; 'link_add' => 'Add hyperlink!',
$backend_tl['tag_select_simple'] = 'Please select a tag ...'; 'image_edit' => 'Select an image for editing ...',
$backend_tl['settings_edit'] = 'Edit settings ...'; 'document_attach' => 'Attach a document ...',
$backend_tl['user_select'] = 'Select a user for editing ...'; 'tag_select_simple' => 'Please select a tag ...',
$backend_tl['topic_edit'] = 'Edit a <b style="color:#3333aa;">topic</b>'; 'settings_edit' => 'Edit settings ...',
$backend_tl['subtopic_edit'] = 'Add a <b style="color:#3333aa;">lower level topic</b>'; 'user_select' => 'Select a user for editing ...',
$backend_tl['document_edit'] = 'Edit document'; 'topic_edit' => 'Edit a <b style="color:#3333aa;">topic</b>',
$backend_tl['source_add'] = 'Add link with a source!'; 'subtopic_edit' => 'Add a <b style="color:#3333aa;">lower level topic</b>',
$backend_tl['object_add_complicated'] = 'Add an <b style="color:#3333aa;">object</b>'; 'document_edit' => 'Edit document',
$backend_tl['object_edit_complicated'] = 'Edit an <b style="color:#3333aa;">object entry</b>'; 'source_add' => 'Add link with a source!',
$backend_tl['user_role_change_alt'] = 'Changes the relation between a user and a topic'; 'object_add_complicated' => 'Add an <b style="color:#3333aa;">object</b>',
$backend_tl['send'] = 'Send'; 'object_edit_complicated' => 'Edit an <b style="color:#3333aa;">object entry</b>',
$backend_tl['once_again'] = 'Once again'; 'user_role_change_alt' => 'Changes the relation between a user and a topic',
$backend_tl['field'] = 'Field'; 'send' => 'Send',
$backend_tl['definitelyconfirm'] = 'Yes!!'; 'once_again' => 'Once again',
$backend_tl['explanation_short_title'] = '<b>Field "Short Title"</b><br><br>This field is mandatory!<br><br>The short title is used for listing the entry in the navigation<br><br>Example 1: "Archaology of the Lords of Anhalt"<br>Example 2: "Excavations"'; 'field' => 'Field',
$backend_tl['explanation_long_title'] = '<b>Field: "Long Title"</b><br><br>This field is mandatory!<br><br>Der "Langtitel" ist der eigentliche Titel des Themas. Bestenfalls nicht mehr als 150 Zeichen.<br><br>Example: "Archäologie der anhaltischen Fürsten vom 15. Jahrhundert bis in unsere Tage'; 'definitelyconfirm' => 'Yes!!',
$backend_tl['explanation_abstract'] = '<b>Field: "Abstract"</b><br><br>This field is mandatory!<br><br>Ideally a sentence, that summarizes the topic\'s contents.'; 'explanation_short_title' => '<b>Field "Short Title"</b><br><br>This field is mandatory!<br><br>The short title is used for listing the entry in the navigation<br><br>Example 1: "Archaology of the Lords of Anhalt"<br>Example 2: "Excavations"',
$backend_tl['explanation_text'] = '<b>Field: "Image Text"</b><br><br>This field is mandatory!<br><br>Unrestricted length of text. Ideally, the text fills about one screen. If possible, write sentences and avoid lists.<br><br>You can - but are not required to - upload an image for the topic. The image will appear on the left of the text.'; 'explanation_long_title' => '<b>Field: "Long Title"</b><br><br>This field is mandatory!<br><br>Der "Langtitel" ist der eigentliche Titel des Themas. Bestenfalls nicht mehr als 150 Zeichen.<br><br>Example: "Archäologie der anhaltischen Fürsten vom 15. Jahrhundert bis in unsere Tage',
$backend_tl['explanation_text_image'] = '<b>Field: "Image Text"</b><br><br>Please only fill this out, if you have uploaded an image for the topic. This text appears upon hovering over the image. Useful for information on copyright and origin.'; 'explanation_abstract' => '<b>Field: "Abstract"</b><br><br>This field is mandatory!<br><br>Ideally a sentence, that summarizes the topic\'s contents.',
$backend_tl['explanation_link_image'] = '<b>Field: "Target for click on image"</b><br><br>Please only fill this out if you have uploaded an image for the topic and want the user to be linked to another source on the web upon clicking on the image.<br><br>Requires absolute URLs, beginning with "http(s)://".'; 'explanation_text' => '<b>Field: "Image Text"</b><br><br>This field is mandatory!<br><br>Unrestricted length of text. Ideally, the text fills about one screen. If possible, write sentences and avoid lists.<br><br>You can - but are not required to - upload an image for the topic. The image will appear on the left of the text.',
$backend_tl['topic_image'] = 'Image for topic:'; 'explanation_text_image' => '<b>Field: "Image Text"</b><br><br>Please only fill this out, if you have uploaded an image for the topic. This text appears upon hovering over the image. Useful for information on copyright and origin.',
$backend_tl['topic_image_switch'] = 'Change image'; 'explanation_link_image' => '<b>Field: "Target for click on image"</b><br><br>Please only fill this out if you have uploaded an image for the topic and want the user to be linked to another source on the web upon clicking on the image.<br><br>Requires absolute URLs, beginning with "http(s)://".',
$backend_tl['topic_image_noimage'] = 'No image available'; 'topic_image' => 'Image for topic:',
$backend_tl['topic_image_upload'] = 'Upload image'; 'topic_image_switch' => 'Change image',
$backend_tl['map'] = 'Map'; 'topic_image_noimage' => 'No image available',
$backend_tl['topic_map_disabled'] = 'Show topic without a map'; 'topic_image_upload' => 'Upload image',
$backend_tl['topic_map_enabled'] = 'Display topic with a map (objects of the topic on a map)'; 'map' => 'Map',
$backend_tl['topic_map_enabled_inclusive'] = 'Display topic with a map (objects of the topic and all lower level topics on a map)'; 'topic_map_disabled' => 'Show topic without a map',
$backend_tl['short_title'] = 'Short Title'; 'topic_map_enabled' => 'Display topic with a map (objects of the topic on a map)',
$backend_tl['long_title'] = 'Long Title'; 'topic_map_enabled_inclusive' => 'Display topic with a map (objects of the topic and all lower level topics on a map)',
$backend_tl['abstract'] = 'Abstract'; 'short_title' => 'Short Title',
$backend_tl['text_for_topic'] = 'Text on the Topic'; 'long_title' => 'Long Title',
$backend_tl['text_for_image'] = 'Image Text'; 'abstract' => 'Abstract',
$backend_tl['link_image'] = 'Target for Clicking on Image'; 'text_for_topic' => 'Text on the Topic',
$backend_tl['topic_presentation'] = 'Presentation'; 'text_for_image' => 'Image Text',
$backend_tl['topic_background'] = 'Background: '; 'link_image' => 'Target for Clicking on Image',
$backend_tl['topic_ballon_form'] = 'Bubble form: '; 'topic_presentation' => 'Presentation',
$backend_tl['topic_tooltip'] = 'Tool-Tip: '; 'topic_background' => 'Background: ',
$backend_tl['required_short_title'] = 'You need to enter a short title!'; 'topic_ballon_form' => 'Bubble form: ',
$backend_tl['required_long_text'] = 'You need to enter a more extensive title!'; 'topic_tooltip' => 'Tool-Tip: ',
$backend_tl['required_text'] = 'A text is required for a topic!'; 'required_short_title' => 'You need to enter a short title!',
$backend_tl['error_morethanonetopic'] = 'Encountered more than one topic ... Something must have gone wrong'; 'required_long_text' => 'You need to enter a more extensive title!',
$backend_tl['add_higher_level_topic'] = 'Add higher level topic'; 'required_text' => 'A text is required for a topic!',
$backend_tl['add_higher_level_topic_alt'] = 'Links with a higher level topic'; 'error_morethanonetopic' => 'Encountered more than one topic ... Something must have gone wrong',
$backend_tl['add_higher_level_topic_alt_additional'] = 'Add link to another higher level topic'; 'add_higher_level_topic' => 'Add higher level topic',
$backend_tl['edit_higher_level_topic'] = 'Edit higher level topic'; 'add_higher_level_topic_alt' => 'Links with a higher level topic',
$backend_tl['add_lower_level_topic'] = 'Add lower level topic'; 'add_higher_level_topic_alt_additional' => 'Add link to another higher level topic',
$backend_tl['add_lower_level_topic_alt'] = 'Link a lower level topic'; 'edit_higher_level_topic' => 'Edit higher level topic',
$backend_tl['add_lower_level_topic_alt_additional'] = 'Link to a lower level topic'; 'add_lower_level_topic' => 'Add lower level topic',
$backend_tl['edit_lower_level_topic'] = 'Edit lower level topics'; 'add_lower_level_topic_alt' => 'Link a lower level topic',
$backend_tl['delete_relation'] = 'Delete relation'; 'add_lower_level_topic_alt_additional' => 'Link to a lower level topic',
$backend_tl['document_add'] = 'Add a link to a document!'; 'edit_lower_level_topic' => 'Edit lower level topics',
$backend_tl['document_add_simple'] = 'Add document'; 'delete_relation' => 'Delete relation',
$backend_tl['source_add_simple'] = 'Add source'; 'document_add' => 'Add a link to a document!',
$backend_tl['source_edit'] = 'Edit source'; 'document_add_simple' => 'Add document',
$backend_tl['link_add_simple'] = 'Add a hyperlink'; 'source_add_simple' => 'Add source',
$backend_tl['topics_object_add'] = 'Add a link with an object!'; 'source_edit' => 'Edit source',
$backend_tl['topics_object_add_simple'] = 'Link an object!'; 'link_add_simple' => 'Add a hyperlink',
$backend_tl['topics_select_from_list_to_edit'] = 'Change the topic. Please select the topic.'; 'topics_object_add' => 'Add a link with an object!',
$backend_tl['list_of_topics_to_be_deleted'] = 'List of topics, that you can delete:'; 'topics_object_add_simple' => 'Link an object!',
$backend_tl['can_add_new_user'] = 'You may add a new user: '; 'topics_select_from_list_to_edit' => 'Change the topic. Please select the topic.',
$backend_tl['list_all_users'] = 'List of All Users'; 'list_of_topics_to_be_deleted' => 'List of topics, that you can delete:',
$backend_tl['user_name'] = 'Name'; 'can_add_new_user' => 'You may add a new user: ',
$backend_tl['user_login_name'] = 'Login Name'; 'list_all_users' => 'List of All Users',
$backend_tl['user_role'] = 'Role'; 'user_name' => 'Name',
$backend_tl['user_last_login'] = 'Last Login'; 'user_login_name' => 'Login Name',
$backend_tl['user_rights_topics'] = 'Rights for topics'; 'user_role' => 'Role',
$backend_tl['select_by_clicking'] = 'Select by clicking'; 'user_last_login' => 'Last Login',
$backend_tl['here'] = 'here'; 'user_rights_topics' => 'Rights for topics',
$backend_tl['higher_level_topic_not_listed'] = 'If the higher level topic is not listed here, then please click'; 'select_by_clicking' => 'Select by clicking',
$backend_tl['lower_level_topic_not_listed'] = 'If the lower level topic is not listed here, then please click'; 'here' => 'here',
$backend_tl['requirements_caps'] = 'CONDITIONS'; 'higher_level_topic_not_listed' => 'If the higher level topic is not listed here, then please click',
$backend_tl['requirements_file_name'] = '1. The image filename needs to conform to the general rules: No special characters. No dots (except the one before the file extension). No spaces.'; 'lower_level_topic_not_listed' => 'If the lower level topic is not listed here, then please click',
$backend_tl['requirements_jpg'] = '2. The image file needs to be a JPG and have a DPI ratio of 72 or 96.'; 'requirements_caps' => 'CONDITIONS',
$backend_tl['requirements_short_side'] = '3. The shorter side needs be have a length of 600 pixels minimum. The longer side should not exceed a length of 3000 pixels.'; 'requirements_file_name' => '1. The image filename needs to conform to the general rules: No special characters. No dots (except the one before the file extension). No spaces.',
$backend_tl['requirements_filesize'] = '4. The file size should not exceed 4 megabyte. Ideally, the file size should be between 500kb and 900kb.'; 'requirements_jpg' => '2. The image file needs to be a JPG and have a DPI ratio of 72 or 96.',
$backend_tl['select_image_to_upload'] = 'Please select the image file you want to upload. It will be automatically resized.'; 'requirements_short_side' => '3. The shorter side needs be have a length of 600 pixels minimum. The longer side should not exceed a length of 3000 pixels.',
$backend_tl['select_large_image_to_upload'] = 'Please selecct the large image file you want to upload. Smaller versions willl be automatically created.'; 'requirements_filesize' => '4. The file size should not exceed 4 megabyte. Ideally, the file size should be between 500kb and 900kb.',
$backend_tl['pdf_select_from_list'] = '* Here you can upload documents (PDF files only) for a topic - or link documents that have already been uploaded.<br /> 'select_image_to_upload' => 'Please select the image file you want to upload. It will be automatically resized.',
If the document is not listed, then please click'; 'select_large_image_to_upload' => 'Please selecct the large image file you want to upload. Smaller versions willl be automatically created.',
$backend_tl['requirements_pdf_filename'] = '1. The file name of the PDF file to be uploaded needs to conform to the following general rules: No special characters. No dots (except the one before the file extension). No spaces.'; 'pdf_select_from_list' => '* Here you can upload documents (PDF files only) for a topic - or link documents that have already been uploaded.<br />
$backend_tl['requirements_pdf_filesize'] = '2. The file size of the PDF cannot exceed 4 megabyte. '; If the document is not listed, then please click',
$backend_tl['select_pdf_for_upload'] = 'Please select the PDF file to be uploaded.'; 'requirements_pdf_filename' => '1. The file name of the PDF file to be uploaded needs to conform to the following general rules: No special characters. No dots (except the one before the file extension). No spaces.',
$backend_tl['explanation_document_kind'] = '<b>Field: "Type of Document"</b><br><br>Mandatory<br><br><br>Example 1: "pdf"'; 'requirements_pdf_filesize' => '2. The file size of the PDF cannot exceed 4 megabyte. ',
$backend_tl['explanation_document_text'] = '<b>Field: "Display Text"</b><br><br>Mandatory<br><br>The text you entered will be displayed when linking the document.'; 'select_pdf_for_upload' => 'Please select the PDF file to be uploaded.',
$backend_tl['explanation_document_location'] = '<b>Field: "Storage location (link)"</b><br><br>Mandatory'; 'explanation_document_kind' => '<b>Field: "Type of Document"</b><br><br>Mandatory<br><br><br>Example 1: "pdf"',
$backend_tl['explanation_document_note'] = '<b>Field: "Note"</b><br><br>Not required. Additional information for the document.'; 'explanation_document_text' => '<b>Field: "Display Text"</b><br><br>Mandatory<br><br>The text you entered will be displayed when linking the document.',
$backend_tl['type_of_document'] = 'Type of Document'; 'explanation_document_location' => '<b>Field: "Storage location (link)"</b><br><br>Mandatory',
$backend_tl['document_display_text'] = 'Display text'; 'explanation_document_note' => '<b>Field: "Note"</b><br><br>Not required. Additional information for the document.',
$backend_tl['document_location'] = 'Storage location (link)'; 'type_of_document' => 'Type of Document',
$backend_tl['document_note'] = 'Note'; 'document_display_text' => 'Display text',
$backend_tl['document_type_mandatory'] = 'You need to enter a type of document!'; 'document_location' => 'Storage location (link)',
$backend_tl['document_name_mandatory'] = 'You need to enter a display name!'; 'document_note' => 'Note',
$backend_tl['document_summary_mandatory'] = 'You need to enter a short summary!'; 'document_type_mandatory' => 'You need to enter a type of document!',
$backend_tl['document_location_mandatory'] = 'You need to enter a storage location!'; 'document_name_mandatory' => 'You need to enter a display name!',
$backend_tl['explanation_object_version'] = '<b>Field: "Version"</b><br><br>Please select a version of museum-digital from the list!<br><br>'; 'document_summary_mandatory' => 'You need to enter a short summary!',
$backend_tl['explanation_object_number'] = '<b>Field: "Object ID"</b><br><br>Please enter the ID of the object within the selected version of museum-digital<br><br>'; 'document_location_mandatory' => 'You need to enter a storage location!',
$backend_tl['explanation_object_institution'] = '<b>Field: "Name of Institution"</b><br><br>Mandatory<br><br>Name of the institution that owns the object.<br><br>Unrestricted formatting, max. 200 characters'; 'explanation_object_version' => '<b>Field: "Version"</b><br><br>Please select a version of museum-digital from the list!<br><br>',
$backend_tl['explanation_object_object_title'] = '<b>Field: "Object Title"</b><br><br>Mandatory<br><br>Keep it short<br><br>max. 200 characters'; 'explanation_object_number' => '<b>Field: "Object ID"</b><br><br>Please enter the ID of the object within the selected version of museum-digital<br><br>',
$backend_tl['explanation_object_description'] = '<b>Field: "[Alternative] Objecct Description"</b><br><br>If you have linked an object from museum-digital, its description will be displayed. If you prefer to have a different description of the object in the context of the topic, please fill out this field.<br><br>If you have entered an object outside of museum-digital, this field is mandatory.<br><br>Unlimited length of text, preferably around 500 characters'; 'explanation_object_institution' => '<b>Field: "Name of Institution"</b><br><br>Mandatory<br><br>Name of the institution that owns the object.<br><br>Unrestricted formatting, max. 200 characters',
$backend_tl['explanation_object_text_image'] = '<b>Field: "Image text"</b><br><br>Please fill out. The text appears if the cursor hovers over the image or if there are problems with loading the image<br><br>This is also a good place for copyright notices. For example:<br>&copy; Fürstin Pauline Bibliothek<br><br>Unlimited length of text, preferably around 1000 characters'; 'explanation_object_object_title' => '<b>Field: "Object Title"</b><br><br>Mandatory<br><br>Keep it short<br><br>max. 200 characters',
$backend_tl['explanation_object_image_click'] = '<b>Field: "Target with clicking on image"</b><br><br>Please only fill this in, if a click on the image is to link to another page on the internet.<br><br>Requires absolute URLs (beginning with "http(s)://")'; 'explanation_object_description' => '<b>Field: "[Alternative] Objecct Description"</b><br><br>If you have linked an object from museum-digital, its description will be displayed. If you prefer to have a different description of the object in the context of the topic, please fill out this field.<br><br>If you have entered an object outside of museum-digital, this field is mandatory.<br><br>Unlimited length of text, preferably around 500 characters',
$backend_tl['version_of_md'] = 'Version of md'; 'explanation_object_text_image' => '<b>Field: "Image text"</b><br><br>Please fill out. The text appears if the cursor hovers over the image or if there are problems with loading the image<br><br>This is also a good place for copyright notices. For example:<br>&copy; Fürstin Pauline Bibliothek<br><br>Unlimited length of text, preferably around 1000 characters',
$backend_tl['object_object_number'] = 'Object ID'; 'explanation_object_image_click' => '<b>Field: "Target with clicking on image"</b><br><br>Please only fill this in, if a click on the image is to link to another page on the internet.<br><br>Requires absolute URLs (beginning with "http(s)://")',
$backend_tl['object_name_institution'] = 'Name of Institution'; 'version_of_md' => 'Version of md',
$backend_tl['object_title'] = 'Object Title'; 'object_object_number' => 'Object ID',
$backend_tl['object_alternative_description'] = 'Alternative Object Description'; 'object_name_institution' => 'Name of Institution',
$backend_tl['image'] = 'Image'; 'object_title' => 'Object Title',
$backend_tl['image_text'] = 'Image Text'; 'object_alternative_description' => 'Alternative Object Description',
$backend_tl['image_link'] = 'Target with Clicking on Image'; 'image' => 'Image',
$backend_tl['linking_image_mandatory'] = 'For saving, you need to link an image (on the left)'; 'image_text' => 'Image Text',
$backend_tl['image_change'] = 'Exchange presentation'; 'image_link' => 'Target with Clicking on Image',
$backend_tl['image_upload'] = 'Upload image'; 'linking_image_mandatory' => 'For saving, you need to link an image (on the left)',
$backend_tl['md_version_mandatory'] = 'You need to enter a version of museum-digital!'; 'image_change' => 'Exchange presentation',
$backend_tl['object_number_mandatory'] = 'You need to enter a number!'; 'image_upload' => 'Upload image',
$backend_tl['assigned_to'] = 'Assigned to'; 'md_version_mandatory' => 'You need to enter a version of museum-digital!',
$backend_tl['preview_in'] = 'Preview in'; 'object_number_mandatory' => 'You need to enter a number!',
$backend_tl['source_titel'] = 'Title of the Source'; 'assigned_to' => 'Assigned to',
$backend_tl['source_list_not_listed'] = '* Here you can add sources (= references to literature, that is not yet online) or link already known references.<br /> 'preview_in' => 'Preview in',
Should the source not be in the list, please click'; 'source_titel' => 'Title of the Source',
$backend_tl['mandatory_title_source'] = 'Sie müssen einen Titel für die Quelle angeben!'; 'source_list_not_listed' => '* Here you can add sources (= references to literature, that is not yet online) or link already known references.<br />
$backend_tl['linkdisplayname'] = 'Link Display Name'; Should the source not be in the list, please click',
$backend_tl['link'] = 'Link'; 'mandatory_title_source' => 'Sie müssen einen Titel für die Quelle angeben!',
$backend_tl['translation_language'] = 'Language'; 'linkdisplayname' => 'Link Display Name',
$backend_tl['change_topic_page_layout'] = 'Changed page layout'; 'link' => 'Link',
$backend_tl['change_topic_page_map'] = 'Changed position of maps on topic page'; 'translation_language' => 'Language',
$backend_tl['changed_tooltip_color'] = 'Changed tooltip color'; 'change_topic_page_layout' => 'Changed page layout',
$backend_tl['enable_disable_tooltip'] = 'Enabled / disabled tooltip'; 'change_topic_page_map' => 'Changed position of maps on topic page',
$backend_tl['translation_added'] = 'Translation added'; 'changed_tooltip_color' => 'Changed tooltip color',
$backend_tl['translation_deleted'] = 'Translation deleted'; 'enable_disable_tooltip' => 'Enabled / disabled tooltip',
$backend_tl['translation_updated'] = 'Translation updated'; 'translation_added' => 'Translation added',
$backend_tl['topic_base_updated'] = 'Topic base information has been updated'; 'translation_deleted' => 'Translation deleted',
$backend_tl['topic_to_topic_link_added'] = 'Relation between two topics has been added'; 'translation_updated' => 'Translation updated',
$backend_tl['topic_to_topic_link_deleted'] = 'Relation between two topics has been removed'; 'topic_base_updated' => 'Topic base information has been updated',
$backend_tl['moved_in_order'] = 'Changed order of elements'; 'topic_to_topic_link_added' => 'Relation between two topics has been added',
$backend_tl['document_updated'] = 'The document has been updated'; 'topic_to_topic_link_deleted' => 'Relation between two topics has been removed',
$backend_tl['document_linked'] = 'Document linked'; 'moved_in_order' => 'Changed order of elements',
$backend_tl['document_link_removed'] = 'Link to document deleted'; 'document_updated' => 'The document has been updated',
$backend_tl['source_linked'] = 'The source has been linked'; 'document_linked' => 'Document linked',
$backend_tl['source_link_removed'] = 'Link to source has been removed'; 'document_link_removed' => 'Link to document deleted',
$backend_tl['hyperlink_linked'] = 'Hyperlink has been linked'; 'source_linked' => 'The source has been linked',
$backend_tl['hyperlink_link_removed'] = 'Hyperlink has been removed'; 'source_link_removed' => 'Link to source has been removed',
$backend_tl['image_uploaded'] = 'The image has been uploaded'; 'hyperlink_linked' => 'Hyperlink has been linked',
$backend_tl['image_removed'] = 'The image has been removed'; 'hyperlink_link_removed' => 'Hyperlink has been removed',
$backend_tl['object_info_updated'] = 'Object information has been updated'; 'image_uploaded' => 'The image has been uploaded',
$backend_tl['object_link_added'] = 'Link to object has been added'; 'image_removed' => 'The image has been removed',
$backend_tl['object_link_removed'] = 'Link to object has been removed'; 'object_info_updated' => 'Object information has been updated',
$backend_tl['topic_new_added'] = 'New topic added'; 'object_link_added' => 'Link to object has been added',
$backend_tl['topic_deleted'] = 'The topic has been deleted'; 'object_link_removed' => 'Link to object has been removed',
$backend_tl['link_info_updated'] = 'Link information has been updated'; 'topic_new_added' => 'New topic added',
$backend_tl['source_info_updated'] = 'The source has been updated'; 'topic_deleted' => 'The topic has been deleted',
$backend_tl['display_topic_startpage'] = 'Display topic on startpage'; 'link_info_updated' => 'Link information has been updated',
$backend_tl['hide_topic_startpage'] = 'Hide topic on startpage'; 'source_info_updated' => 'The source has been updated',
$backend_tl['startpage_normal'] = 'normal'; 'display_topic_startpage' => 'Display topic on startpage',
$backend_tl['startpage_scrollitelling'] = 'Scrollitelling'; 'hide_topic_startpage' => 'Hide topic on startpage',
$backend_tl['enable_direct_object_links'] = 'Link objects directly in md'; 'startpage_normal' => 'normal',
$backend_tl['username'] = 'Username'; 'startpage_scrollitelling' => 'Scrollitelling',
$backend_tl['realname'] = 'Real name'; 'enable_direct_object_links' => 'Link objects directly in md',
$backend_tl['mail'] = 'E-Mail'; 'username' => 'Username',
$backend_tl['new_password'] = 'New password (Empty = Keep old one)'; 'realname' => 'Real name',
$backend_tl['password_confirmation'] = 'Password confirmation'; 'mail' => 'E-Mail',
$backend_tl['userrole'] = 'User role'; 'new_password' => 'New password (Empty = Keep old one)',
$backend_tl['admin'] = 'Admin (highest level)'; 'password_confirmation' => 'Password confirmation',
$backend_tl['regular_user'] = 'Regular user'; 'userrole' => 'User role',
$backend_tl['preview_normal'] = 'Preview in normal themator mode'; 'admin' => 'Admin (highest level)',
$backend_tl['preview_scrollitelling'] = 'Preview in scrollitelling mode'; 'regular_user' => 'Regular user',
$backend_tl['css_for_scroll'] = 'Customize CSS for scrollitelling'; 'preview_normal' => 'Preview in normal themator mode',
$backend_tl['warning_for_scrollitelling_only'] = 'Warning: This feature is used for scrollitelling mode only'; 'preview_scrollitelling' => 'Preview in scrollitelling mode',
$backend_tl['edit_object_text'] = 'Edito object text'; 'css_for_scroll' => 'Customize CSS for scrollitelling',
$backend_tl['object_text_specific_to_topic'] = 'Object text is specific to this topic'; 'warning_for_scrollitelling_only' => 'Warning: This feature is used for scrollitelling mode only',
$backend_tl['object_text_original_md'] = 'Originaltext aus museum-digital'; 'edit_object_text' => 'Edito object text',
$backend_tl['md_object_either_from_md'] = 'Entweder: Sie verknüpfen das Thema mit einem Objekt aus museum-digital ...'; 'object_text_specific_to_topic' => 'Object text is specific to this topic',
$backend_tl['md_object_local_object'] = 'Oder: Sie geben ein Objekt, welches nicht in museum-digital vertreten ist ein ...'; 'object_text_original_md' => 'Originaltext aus museum-digital',
$backend_tl['image_uploader'] = 'Image uploader'; 'md_object_either_from_md' => 'Entweder: Sie verknüpfen das Thema mit einem Objekt aus museum-digital ...',
$backend_tl['username_too_short'] = 'Username must be at least 5 characters long'; 'md_object_local_object' => 'Oder: Sie geben ein Objekt, welches nicht in museum-digital vertreten ist ein ...',
$backend_tl['password_too_short'] = 'A password needs to be at least 8 characters long'; 'image_uploader' => 'Image uploader',
'username_too_short' => 'Username must be at least 5 characters long',
'password_too_short' => 'A password needs to be at least 8 characters long',
);

View File

@ -1,10 +1,13 @@
<?PHP <?PHP
$general['topic'] = 'Topic'; declare(strict_types = 1);
$general['topics'] = 'Topics'; $general = array (
$general['exhibition_view'] = 'Exhibition View'; 'topic' => 'Topic',
$general['expand_all'] = 'Expand all'; 'topics' => 'Topics',
$general['reduce'] = 'Reduce'; 'exhibition_view' => 'Exhibition View',
$general['objektsfor'] = 'Objects for'; 'expand_all' => 'Expand all',
$general['objektsfor_description'] = 'Objektansichten zu Objekten aus diesem und Unterthemen, die dem gegebenen Ort entsprechen.'; 'reduce' => 'Reduce',
$general['next'] = 'Next'; 'objektsfor' => 'Objects for',
$general['previous'] = 'Previous'; 'objektsfor_description' => 'Objektansichten zu Objekten aus diesem und Unterthemen, die dem gegebenen Ort entsprechen.',
'next' => 'Next',
'previous' => 'Previous',
);

View File

@ -1,10 +1,13 @@
<?PHP <?PHP
$tlLogin['username'] = 'Username'; declare(strict_types = 1);
$tlLogin['password'] = 'Password'; $tlLogin = array (
$tlLogin['login'] = 'Login'; 'username' => 'Username',
$tlLogin['remember_me'] = 'Remember me'; 'password' => 'Password',
$tlLogin['global_statistics'] = 'Global statistics'; 'login' => 'Login',
$tlLogin['recent_blog_posts'] = 'Recent blog posts'; 'remember_me' => 'Remember me',
$tlLogin['public_db_contents'] = 'Published database contents'; 'global_statistics' => 'Global statistics',
$tlLogin['log_in'] = 'Log in'; 'recent_blog_posts' => 'Recent blog posts',
$tlLogin['avg_text_len'] = 'Average object description length'; 'public_db_contents' => 'Published database contents',
'log_in' => 'Log in',
'avg_text_len' => 'Average object description length',
);

View File

@ -1,7 +1,10 @@
<?PHP <?PHP
$nav['home'] = 'Home'; declare(strict_types = 1);
$nav['museum'] = 'Museum'; $nav = array (
$nav['collection'] = 'Collection'; 'home' => 'Home',
$nav['object'] = 'Object'; 'museum' => 'Museum',
$nav['topics'] = 'Topics'; 'collection' => 'Collection',
$nav['contact'] = 'Contact'; 'object' => 'Object',
'topics' => 'Topics',
'contact' => 'Contact',
);

View File

@ -1,11 +1,14 @@
<?PHP <?PHP
$startpage['title'] = 'Museum-Digital :: Topics'; declare(strict_types = 1);
$startpage['headertitle'] = 'Topics'; $startpage = array (
$startpage['languages'] = 'Languages'; 'title' => 'Museum-Digital :: Topics',
$startpage['german'] = 'German'; 'headertitle' => 'Topics',
$startpage['english'] = 'English'; 'languages' => 'Languages',
$startpage['for_example'] = 'For Example ...'; 'german' => 'German',
$startpage['all_topics'] = 'All Topics'; 'english' => 'English',
$startpage['about'] = 'Topics, stories, exhibitions at museum-digital.'; 'for_example' => 'For Example ...',
$startpage['meta_description'] = 'The themator is museum-digital\'s tool for digital storytelling.'; 'all_topics' => 'All Topics',
$startpage['meta_keywords'] = 'Digital storytelling, exhibitions, teaching, education, museums'; 'about' => 'Topics, stories, exhibitions at museum-digital.',
'meta_description' => 'The themator is museum-digital\'s tool for digital storytelling.',
'meta_keywords' => 'Digital storytelling, exhibitions, teaching, education, museums',
);

View File

@ -1,9 +1,12 @@
<?PHP <?PHP
$topic['related_objects'] = 'Related Objects ...'; declare(strict_types = 1);
$topic['related_documents'] = 'Related Documents ...'; $topic = array (
$topic['sources_and_links'] = 'Sources and Links ...'; 'related_objects' => 'Related Objects ...',
$topic['next'] = 'Next'; 'related_documents' => 'Related Documents ...',
$topic['map'] = 'Map'; 'sources_and_links' => 'Sources and Links ...',
$topic['show_object'] = 'Show object'; 'next' => 'Next',
$topic['show_objects'] = 'Show objects'; 'map' => 'Map',
$topic['search'] = 'Search'; 'show_object' => 'Show object',
'show_objects' => 'Show objects',
'search' => 'Search',
);

View File

@ -1,9 +1,12 @@
<?PHP <?PHP
$topic['material_technique'] = 'Material / Technique'; declare(strict_types = 1);
$topic['measurements'] = 'Measurements'; $topic = array (
$topic['when'] = 'when'; 'material_technique' => 'Material / Technique',
$topic['where'] = 'where'; 'measurements' => 'Measurements',
$topic['who'] = 'who'; 'when' => 'when',
$topic['object_from'] = 'Object from'; 'where' => 'where',
$topic['original_entry'] = 'original entry'; 'who' => 'who',
$topic['literature'] = 'Literature'; 'object_from' => 'Object from',
'original_entry' => 'original entry',
'literature' => 'Literature',
);

View File

@ -1,220 +1,223 @@
<?PHP <?PHP
$backend_tl['input_interface'] = 'Input Interface'; declare(strict_types = 1);
$backend_tl['topics'] = 'Topics'; $backend_tl = array (
$backend_tl['add'] = 'Add'; 'input_interface' => 'Input Interface',
$backend_tl['delete'] = 'Delete'; 'topics' => 'Topics',
$backend_tl['users'] = 'Users'; 'add' => 'Add',
$backend_tl['edit'] = 'Edit'; 'delete' => 'Delete',
$backend_tl['logged_in_as'] = 'Logged in as'; 'users' => 'Users',
$backend_tl['logout'] = 'Log out'; 'edit' => 'Edit',
$backend_tl['topic'] = 'Topic'; 'logged_in_as' => 'Logged in as',
$backend_tl['selectmuseumforediting'] = 'Select a museum for editing ...'; 'logout' => 'Log out',
$backend_tl['museum_edit'] = 'Edit a museum ...'; 'topic' => 'Topic',
$backend_tl['museum_add'] = 'Add a museum ...'; 'selectmuseumforediting' => 'Select a museum for editing ...',
$backend_tl['collection_select'] = 'Select a collection for editing ...'; 'museum_edit' => 'Edit a museum ...',
$backend_tl['collection_edit'] = 'Edit a collection ...'; 'museum_add' => 'Add a museum ...',
$backend_tl['collection_add'] = 'Add a collection ...'; 'collection_select' => 'Select a collection for editing ...',
$backend_tl['object_select'] = 'Select an object for editing ...'; 'collection_edit' => 'Edit a collection ...',
$backend_tl['object_edit'] = 'Edit an object ...'; 'collection_add' => 'Add a collection ...',
$backend_tl['object_add'] = 'Add an object ...'; 'object_select' => 'Select an object for editing ...',
$backend_tl['ufo_edit'] = 'Edit an U-F-O ...'; 'object_edit' => 'Edit an object ...',
$backend_tl['ufo_add'] = 'Add an U-F-O ...'; 'object_add' => 'Add an object ...',
$backend_tl['event_select'] = 'Select an event for editing ...'; 'ufo_edit' => 'Edit an U-F-O ...',
$backend_tl['event_edit'] = 'Edit an event ...'; 'ufo_add' => 'Add an U-F-O ...',
$backend_tl['event_add'] = 'Add an event ...'; 'event_select' => 'Select an event for editing ...',
$backend_tl['time_select'] = 'Select a time term for editing ...'; 'event_edit' => 'Edit an event ...',
$backend_tl['time_edit'] = 'Edit a time term ...'; 'event_add' => 'Add an event ...',
$backend_tl['time_add'] = 'Add a time term ...'; 'time_select' => 'Select a time term for editing ...',
$backend_tl['persinst_select'] = 'Select an actor for editing ...'; 'time_edit' => 'Edit a time term ...',
$backend_tl['persinst_edit'] = 'Edit an actor ...'; 'time_add' => 'Add a time term ...',
$backend_tl['persinst_add'] = 'Add an actor ...'; 'persinst_select' => 'Select an actor for editing ...',
$backend_tl['place_select'] = 'Select a place for editing ...'; 'persinst_edit' => 'Edit an actor ...',
$backend_tl['place_edit'] = 'Edit a place ...'; 'persinst_add' => 'Add an actor ...',
$backend_tl['place_add'] = 'Add a place ...'; 'place_select' => 'Select a place for editing ...',
$backend_tl['tag_select'] = 'Select a tag for editing ...'; 'place_edit' => 'Edit a place ...',
$backend_tl['tag_edit'] = 'Edit a tag ...'; 'place_add' => 'Add a place ...',
$backend_tl['tag_add'] = 'Add a tag ...'; 'tag_select' => 'Select a tag for editing ...',
$backend_tl['literature_select'] = 'Select a literature entry for editing ...'; 'tag_edit' => 'Edit a tag ...',
$backend_tl['literature_edit'] = 'Edit a literature entry ...'; 'tag_add' => 'Add a tag ...',
$backend_tl['literature_add'] = 'Add a literature entry ...'; 'literature_select' => 'Select a literature entry for editing ...',
$backend_tl['link_select'] = 'Select a hyperlink for editing ...'; 'literature_edit' => 'Edit a literature entry ...',
$backend_tl['link_edit'] = 'Edit hyperlink'; 'literature_add' => 'Add a literature entry ...',
$backend_tl['link_add'] = 'Add hyperlink!'; 'link_select' => 'Select a hyperlink for editing ...',
$backend_tl['image_edit'] = 'Select an image for editing ...'; 'link_edit' => 'Edit hyperlink',
$backend_tl['document_attach'] = 'Attach a document ...'; 'link_add' => 'Add hyperlink!',
$backend_tl['tag_select_simple'] = 'Please select a tag ...'; 'image_edit' => 'Select an image for editing ...',
$backend_tl['settings_edit'] = 'Edit settings ...'; 'document_attach' => 'Attach a document ...',
$backend_tl['user_select'] = 'Select a user for editing ...'; 'tag_select_simple' => 'Please select a tag ...',
$backend_tl['topic_edit'] = 'Edit a <b style="color:#3333aa;">topic</b>'; 'settings_edit' => 'Edit settings ...',
$backend_tl['subtopic_edit'] = 'Add a <b style="color:#3333aa;">lower level topic</b>'; 'user_select' => 'Select a user for editing ...',
$backend_tl['document_edit'] = 'Edit document'; 'topic_edit' => 'Edit a <b style="color:#3333aa;">topic</b>',
$backend_tl['source_add'] = 'Add link with a source!'; 'subtopic_edit' => 'Add a <b style="color:#3333aa;">lower level topic</b>',
$backend_tl['object_add_complicated'] = 'Add an <b style="color:#3333aa;">object</b>'; 'document_edit' => 'Edit document',
$backend_tl['object_edit_complicated'] = 'Edit an <b style="color:#3333aa;">object entry</b>'; 'source_add' => 'Add link with a source!',
$backend_tl['user_role_change_alt'] = 'Changes the relation between a user and a topic'; 'object_add_complicated' => 'Add an <b style="color:#3333aa;">object</b>',
$backend_tl['send'] = 'Send'; 'object_edit_complicated' => 'Edit an <b style="color:#3333aa;">object entry</b>',
$backend_tl['once_again'] = 'Once again'; 'user_role_change_alt' => 'Changes the relation between a user and a topic',
$backend_tl['field'] = 'Field'; 'send' => 'Send',
$backend_tl['definitelyconfirm'] = 'Yes!!'; 'once_again' => 'Once again',
$backend_tl['explanation_short_title'] = '<b>Field "Short Title"</b><br><br>This field is mandatory!<br><br>The short title is used for listing the entry in the navigation<br><br>Example 1: "Archaology of the Lords of Anhalt"<br>Example 2: "Excavations"'; 'field' => 'Field',
$backend_tl['explanation_long_title'] = '<b>Field: "Long Title"</b><br><br>This field is mandatory!<br><br>Der "Langtitel" ist der eigentliche Titel des Themas. Bestenfalls nicht mehr als 150 Zeichen.<br><br>Example: "Archäologie der anhaltischen Fürsten vom 15. Jahrhundert bis in unsere Tage'; 'definitelyconfirm' => 'Yes!!',
$backend_tl['explanation_abstract'] = '<b>Field: "Abstract"</b><br><br>This field is mandatory!<br><br>Ideally a sentence, that summarizes the topic\'s contents.'; 'explanation_short_title' => '<b>Field "Short Title"</b><br><br>This field is mandatory!<br><br>The short title is used for listing the entry in the navigation<br><br>Example 1: "Archaology of the Lords of Anhalt"<br>Example 2: "Excavations"',
$backend_tl['explanation_text'] = '<b>Field: "Image Text"</b><br><br>This field is mandatory!<br><br>Unrestricted length of text. Ideally, the text fills about one screen. If possible, write sentences and avoid lists.<br><br>You can - but are not required to - upload an image for the topic. The image will appear on the left of the text.'; 'explanation_long_title' => '<b>Field: "Long Title"</b><br><br>This field is mandatory!<br><br>Der "Langtitel" ist der eigentliche Titel des Themas. Bestenfalls nicht mehr als 150 Zeichen.<br><br>Example: "Archäologie der anhaltischen Fürsten vom 15. Jahrhundert bis in unsere Tage',
$backend_tl['explanation_text_image'] = '<b>Field: "Image Text"</b><br><br>Please only fill this out, if you have uploaded an image for the topic. This text appears upon hovering over the image. Useful for information on copyright and origin.'; 'explanation_abstract' => '<b>Field: "Abstract"</b><br><br>This field is mandatory!<br><br>Ideally a sentence, that summarizes the topic\'s contents.',
$backend_tl['explanation_link_image'] = '<b>Field: "Target for click on image"</b><br><br>Please only fill this out if you have uploaded an image for the topic and want the user to be linked to another source on the web upon clicking on the image.<br><br>Requires absolute URLs, beginning with "http(s)://".'; 'explanation_text' => '<b>Field: "Image Text"</b><br><br>This field is mandatory!<br><br>Unrestricted length of text. Ideally, the text fills about one screen. If possible, write sentences and avoid lists.<br><br>You can - but are not required to - upload an image for the topic. The image will appear on the left of the text.',
$backend_tl['topic_image'] = 'Image for topic:'; 'explanation_text_image' => '<b>Field: "Image Text"</b><br><br>Please only fill this out, if you have uploaded an image for the topic. This text appears upon hovering over the image. Useful for information on copyright and origin.',
$backend_tl['topic_image_switch'] = 'Change image'; 'explanation_link_image' => '<b>Field: "Target for click on image"</b><br><br>Please only fill this out if you have uploaded an image for the topic and want the user to be linked to another source on the web upon clicking on the image.<br><br>Requires absolute URLs, beginning with "http(s)://".',
$backend_tl['topic_image_noimage'] = 'No image available'; 'topic_image' => 'Image for topic:',
$backend_tl['topic_image_upload'] = 'Upload image'; 'topic_image_switch' => 'Change image',
$backend_tl['map'] = 'Map'; 'topic_image_noimage' => 'No image available',
$backend_tl['topic_map_disabled'] = 'Show topic without a map'; 'topic_image_upload' => 'Upload image',
$backend_tl['topic_map_enabled'] = 'Display topic with a map (objects of the topic on a map)'; 'map' => 'Map',
$backend_tl['topic_map_enabled_inclusive'] = 'Display topic with a map (objects of the topic and all lower level topics on a map)'; 'topic_map_disabled' => 'Show topic without a map',
$backend_tl['short_title'] = 'Short Title'; 'topic_map_enabled' => 'Display topic with a map (objects of the topic on a map)',
$backend_tl['long_title'] = 'Long Title'; 'topic_map_enabled_inclusive' => 'Display topic with a map (objects of the topic and all lower level topics on a map)',
$backend_tl['abstract'] = 'Abstract'; 'short_title' => 'Short Title',
$backend_tl['text_for_topic'] = 'Text on the Topic'; 'long_title' => 'Long Title',
$backend_tl['text_for_image'] = 'Image Text'; 'abstract' => 'Abstract',
$backend_tl['link_image'] = 'Target for Clicking on Image'; 'text_for_topic' => 'Text on the Topic',
$backend_tl['topic_presentation'] = 'Presentation'; 'text_for_image' => 'Image Text',
$backend_tl['topic_background'] = 'Background: '; 'link_image' => 'Target for Clicking on Image',
$backend_tl['topic_ballon_form'] = 'Bubble form: '; 'topic_presentation' => 'Presentation',
$backend_tl['topic_tooltip'] = 'Tool-Tip: '; 'topic_background' => 'Background: ',
$backend_tl['required_short_title'] = 'You need to enter a short title!'; 'topic_ballon_form' => 'Bubble form: ',
$backend_tl['required_long_text'] = 'You need to enter a more extensive title!'; 'topic_tooltip' => 'Tool-Tip: ',
$backend_tl['required_text'] = 'A text is required for a topic!'; 'required_short_title' => 'You need to enter a short title!',
$backend_tl['error_morethanonetopic'] = 'Encountered more than one topic ... Something must have gone wrong'; 'required_long_text' => 'You need to enter a more extensive title!',
$backend_tl['add_higher_level_topic'] = 'Add higher level topic'; 'required_text' => 'A text is required for a topic!',
$backend_tl['add_higher_level_topic_alt'] = 'Links with a higher level topic'; 'error_morethanonetopic' => 'Encountered more than one topic ... Something must have gone wrong',
$backend_tl['add_higher_level_topic_alt_additional'] = 'Add link to another higher level topic'; 'add_higher_level_topic' => 'Add higher level topic',
$backend_tl['edit_higher_level_topic'] = 'Edit higher level topic'; 'add_higher_level_topic_alt' => 'Links with a higher level topic',
$backend_tl['add_lower_level_topic'] = 'Add lower level topic'; 'add_higher_level_topic_alt_additional' => 'Add link to another higher level topic',
$backend_tl['add_lower_level_topic_alt'] = 'Link a lower level topic'; 'edit_higher_level_topic' => 'Edit higher level topic',
$backend_tl['add_lower_level_topic_alt_additional'] = 'Link to a lower level topic'; 'add_lower_level_topic' => 'Add lower level topic',
$backend_tl['edit_lower_level_topic'] = 'Edit lower level topics'; 'add_lower_level_topic_alt' => 'Link a lower level topic',
$backend_tl['delete_relation'] = 'Delete relation'; 'add_lower_level_topic_alt_additional' => 'Link to a lower level topic',
$backend_tl['document_add'] = 'Add a link to a document!'; 'edit_lower_level_topic' => 'Edit lower level topics',
$backend_tl['document_add_simple'] = 'Add document'; 'delete_relation' => 'Delete relation',
$backend_tl['source_add_simple'] = 'Add source'; 'document_add' => 'Add a link to a document!',
$backend_tl['source_edit'] = 'Edit source'; 'document_add_simple' => 'Add document',
$backend_tl['link_add_simple'] = 'Add a hyperlink'; 'source_add_simple' => 'Add source',
$backend_tl['topics_object_add'] = 'Add a link with an object!'; 'source_edit' => 'Edit source',
$backend_tl['topics_object_add_simple'] = 'Link an object!'; 'link_add_simple' => 'Add a hyperlink',
$backend_tl['topics_select_from_list_to_edit'] = 'Change the topic. Please select the topic.'; 'topics_object_add' => 'Add a link with an object!',
$backend_tl['list_of_topics_to_be_deleted'] = 'List of topics, that you can delete:'; 'topics_object_add_simple' => 'Link an object!',
$backend_tl['can_add_new_user'] = 'You may add a new user: '; 'topics_select_from_list_to_edit' => 'Change the topic. Please select the topic.',
$backend_tl['list_all_users'] = 'List of All Users'; 'list_of_topics_to_be_deleted' => 'List of topics, that you can delete:',
$backend_tl['user_name'] = 'Name'; 'can_add_new_user' => 'You may add a new user: ',
$backend_tl['user_login_name'] = 'Login Name'; 'list_all_users' => 'List of All Users',
$backend_tl['user_role'] = 'Role'; 'user_name' => 'Name',
$backend_tl['user_last_login'] = 'Last Login'; 'user_login_name' => 'Login Name',
$backend_tl['user_rights_topics'] = 'Rights for topics'; 'user_role' => 'Role',
$backend_tl['select_by_clicking'] = 'Select by clicking'; 'user_last_login' => 'Last Login',
$backend_tl['here'] = 'here'; 'user_rights_topics' => 'Rights for topics',
$backend_tl['higher_level_topic_not_listed'] = 'If the higher level topic is not listed here, then please click'; 'select_by_clicking' => 'Select by clicking',
$backend_tl['lower_level_topic_not_listed'] = 'If the lower level topic is not listed here, then please click'; 'here' => 'here',
$backend_tl['requirements_caps'] = 'CONDITIONS'; 'higher_level_topic_not_listed' => 'If the higher level topic is not listed here, then please click',
$backend_tl['requirements_file_name'] = '1. The image filename needs to conform to the general rules: No special characters. No dots (except the one before the file extension). No spaces.'; 'lower_level_topic_not_listed' => 'If the lower level topic is not listed here, then please click',
$backend_tl['requirements_jpg'] = '2. The image file needs to be a JPG and have a DPI ratio of 72 or 96.'; 'requirements_caps' => 'CONDITIONS',
$backend_tl['requirements_short_side'] = '3. The shorter side needs be have a length of 600 pixels minimum. The longer side should not exceed a length of 3000 pixels.'; 'requirements_file_name' => '1. The image filename needs to conform to the general rules: No special characters. No dots (except the one before the file extension). No spaces.',
$backend_tl['requirements_filesize'] = '4. The file size should not exceed 4 megabyte. Ideally, the file size should be between 500kb and 900kb.'; 'requirements_jpg' => '2. The image file needs to be a JPG and have a DPI ratio of 72 or 96.',
$backend_tl['select_image_to_upload'] = 'Please select the image file you want to upload. It will be automatically resized.'; 'requirements_short_side' => '3. The shorter side needs be have a length of 600 pixels minimum. The longer side should not exceed a length of 3000 pixels.',
$backend_tl['select_large_image_to_upload'] = 'Please selecct the large image file you want to upload. Smaller versions willl be automatically created.'; 'requirements_filesize' => '4. The file size should not exceed 4 megabyte. Ideally, the file size should be between 500kb and 900kb.',
$backend_tl['pdf_select_from_list'] = '* Here you can upload documents (PDF files only) for a topic - or link documents that have already been uploaded.<br /> 'select_image_to_upload' => 'Please select the image file you want to upload. It will be automatically resized.',
If the document is not listed, then please click'; 'select_large_image_to_upload' => 'Please selecct the large image file you want to upload. Smaller versions willl be automatically created.',
$backend_tl['requirements_pdf_filename'] = '1. The file name of the PDF file to be uploaded needs to conform to the following general rules: No special characters. No dots (except the one before the file extension). No spaces.'; 'pdf_select_from_list' => '* Here you can upload documents (PDF files only) for a topic - or link documents that have already been uploaded.<br />
$backend_tl['requirements_pdf_filesize'] = '2. The file size of the PDF cannot exceed 4 megabyte. '; If the document is not listed, then please click',
$backend_tl['select_pdf_for_upload'] = 'Please select the PDF file to be uploaded.'; 'requirements_pdf_filename' => '1. The file name of the PDF file to be uploaded needs to conform to the following general rules: No special characters. No dots (except the one before the file extension). No spaces.',
$backend_tl['explanation_document_kind'] = '<b>Field: "Type of Document"</b><br><br>Mandatory<br><br><br>Example 1: "pdf"'; 'requirements_pdf_filesize' => '2. The file size of the PDF cannot exceed 4 megabyte. ',
$backend_tl['explanation_document_text'] = '<b>Field: "Display Text"</b><br><br>Mandatory<br><br>The text you entered will be displayed when linking the document.'; 'select_pdf_for_upload' => 'Please select the PDF file to be uploaded.',
$backend_tl['explanation_document_location'] = '<b>Field: "Storage location (link)"</b><br><br>Mandatory'; 'explanation_document_kind' => '<b>Field: "Type of Document"</b><br><br>Mandatory<br><br><br>Example 1: "pdf"',
$backend_tl['explanation_document_note'] = '<b>Field: "Note"</b><br><br>Not required. Additional information for the document.'; 'explanation_document_text' => '<b>Field: "Display Text"</b><br><br>Mandatory<br><br>The text you entered will be displayed when linking the document.',
$backend_tl['type_of_document'] = 'Type of Document'; 'explanation_document_location' => '<b>Field: "Storage location (link)"</b><br><br>Mandatory',
$backend_tl['document_display_text'] = 'Display text'; 'explanation_document_note' => '<b>Field: "Note"</b><br><br>Not required. Additional information for the document.',
$backend_tl['document_location'] = 'Storage location (link)'; 'type_of_document' => 'Type of Document',
$backend_tl['document_note'] = 'Note'; 'document_display_text' => 'Display text',
$backend_tl['document_type_mandatory'] = 'You need to enter a type of document!'; 'document_location' => 'Storage location (link)',
$backend_tl['document_name_mandatory'] = 'You need to enter a display name!'; 'document_note' => 'Note',
$backend_tl['document_summary_mandatory'] = 'You need to enter a short summary!'; 'document_type_mandatory' => 'You need to enter a type of document!',
$backend_tl['document_location_mandatory'] = 'You need to enter a storage location!'; 'document_name_mandatory' => 'You need to enter a display name!',
$backend_tl['explanation_object_version'] = '<b>Field: "Version"</b><br><br>Please select a version of museum-digital from the list!<br><br>'; 'document_summary_mandatory' => 'You need to enter a short summary!',
$backend_tl['explanation_object_number'] = '<b>Field: "Object ID"</b><br><br>Please enter the ID of the object within the selected version of museum-digital<br><br>'; 'document_location_mandatory' => 'You need to enter a storage location!',
$backend_tl['explanation_object_institution'] = '<b>Field: "Name of Institution"</b><br><br>Mandatory<br><br>Name of the institution that owns the object.<br><br>Unrestricted formatting, max. 200 characters'; 'explanation_object_version' => '<b>Field: "Version"</b><br><br>Please select a version of museum-digital from the list!<br><br>',
$backend_tl['explanation_object_object_title'] = '<b>Field: "Object Title"</b><br><br>Mandatory<br><br>Keep it short<br><br>max. 200 characters'; 'explanation_object_number' => '<b>Field: "Object ID"</b><br><br>Please enter the ID of the object within the selected version of museum-digital<br><br>',
$backend_tl['explanation_object_description'] = '<b>Field: "[Alternative] Objecct Description"</b><br><br>If you have linked an object from museum-digital, its description will be displayed. If you prefer to have a different description of the object in the context of the topic, please fill out this field.<br><br>If you have entered an object outside of museum-digital, this field is mandatory.<br><br>Unlimited length of text, preferably around 500 characters'; 'explanation_object_institution' => '<b>Field: "Name of Institution"</b><br><br>Mandatory<br><br>Name of the institution that owns the object.<br><br>Unrestricted formatting, max. 200 characters',
$backend_tl['explanation_object_text_image'] = '<b>Field: "Image text"</b><br><br>Please fill out. The text appears if the cursor hovers over the image or if there are problems with loading the image<br><br>This is also a good place for copyright notices. For example:<br>&copy; Fürstin Pauline Bibliothek<br><br>Unlimited length of text, preferably around 1000 characters'; 'explanation_object_object_title' => '<b>Field: "Object Title"</b><br><br>Mandatory<br><br>Keep it short<br><br>max. 200 characters',
$backend_tl['explanation_object_image_click'] = '<b>Field: "Target with clicking on image"</b><br><br>Please only fill this in, if a click on the image is to link to another page on the internet.<br><br>Requires absolute URLs (beginning with "http(s)://")'; 'explanation_object_description' => '<b>Field: "[Alternative] Objecct Description"</b><br><br>If you have linked an object from museum-digital, its description will be displayed. If you prefer to have a different description of the object in the context of the topic, please fill out this field.<br><br>If you have entered an object outside of museum-digital, this field is mandatory.<br><br>Unlimited length of text, preferably around 500 characters',
$backend_tl['version_of_md'] = 'Version of md'; 'explanation_object_text_image' => '<b>Field: "Image text"</b><br><br>Please fill out. The text appears if the cursor hovers over the image or if there are problems with loading the image<br><br>This is also a good place for copyright notices. For example:<br>&copy; Fürstin Pauline Bibliothek<br><br>Unlimited length of text, preferably around 1000 characters',
$backend_tl['object_object_number'] = 'Object ID'; 'explanation_object_image_click' => '<b>Field: "Target with clicking on image"</b><br><br>Please only fill this in, if a click on the image is to link to another page on the internet.<br><br>Requires absolute URLs (beginning with "http(s)://")',
$backend_tl['object_name_institution'] = 'Name of Institution'; 'version_of_md' => 'Version of md',
$backend_tl['object_title'] = 'Object Title'; 'object_object_number' => 'Object ID',
$backend_tl['object_alternative_description'] = 'Alternative Object Description'; 'object_name_institution' => 'Name of Institution',
$backend_tl['image'] = 'Image'; 'object_title' => 'Object Title',
$backend_tl['image_text'] = 'Image Text'; 'object_alternative_description' => 'Alternative Object Description',
$backend_tl['image_link'] = 'Target with Clicking on Image'; 'image' => 'Image',
$backend_tl['linking_image_mandatory'] = 'For saving, you need to link an image (on the left)'; 'image_text' => 'Image Text',
$backend_tl['image_change'] = 'Exchange presentation'; 'image_link' => 'Target with Clicking on Image',
$backend_tl['image_upload'] = 'Upload image'; 'linking_image_mandatory' => 'For saving, you need to link an image (on the left)',
$backend_tl['md_version_mandatory'] = 'You need to enter a version of museum-digital!'; 'image_change' => 'Exchange presentation',
$backend_tl['object_number_mandatory'] = 'You need to enter a number!'; 'image_upload' => 'Upload image',
$backend_tl['assigned_to'] = 'Assigned to'; 'md_version_mandatory' => 'You need to enter a version of museum-digital!',
$backend_tl['preview_in'] = 'Preview in'; 'object_number_mandatory' => 'You need to enter a number!',
$backend_tl['source_titel'] = 'Title of the Source'; 'assigned_to' => 'Assigned to',
$backend_tl['source_list_not_listed'] = '* Here you can add sources (= references to literature, that is not yet online) or link already known references.<br /> 'preview_in' => 'Preview in',
Should the source not be in the list, please click'; 'source_titel' => 'Title of the Source',
$backend_tl['mandatory_title_source'] = 'Sie müssen einen Titel für die Quelle angeben!'; 'source_list_not_listed' => '* Here you can add sources (= references to literature, that is not yet online) or link already known references.<br />
$backend_tl['linkdisplayname'] = 'Link Display Name'; Should the source not be in the list, please click',
$backend_tl['link'] = 'Link'; 'mandatory_title_source' => 'Sie müssen einen Titel für die Quelle angeben!',
$backend_tl['translation_language'] = 'Language'; 'linkdisplayname' => 'Link Display Name',
$backend_tl['change_topic_page_layout'] = 'Changed page layout'; 'link' => 'Link',
$backend_tl['change_topic_page_map'] = 'Changed position of maps on topic page'; 'translation_language' => 'Language',
$backend_tl['changed_tooltip_color'] = 'Changed tooltip color'; 'change_topic_page_layout' => 'Changed page layout',
$backend_tl['enable_disable_tooltip'] = 'Enabled / disabled tooltip'; 'change_topic_page_map' => 'Changed position of maps on topic page',
$backend_tl['translation_added'] = 'Translation added'; 'changed_tooltip_color' => 'Changed tooltip color',
$backend_tl['translation_deleted'] = 'Translation deleted'; 'enable_disable_tooltip' => 'Enabled / disabled tooltip',
$backend_tl['translation_updated'] = 'Translation updated'; 'translation_added' => 'Translation added',
$backend_tl['topic_base_updated'] = 'Topic base information has been updated'; 'translation_deleted' => 'Translation deleted',
$backend_tl['topic_to_topic_link_added'] = 'Relation between two topics has been added'; 'translation_updated' => 'Translation updated',
$backend_tl['topic_to_topic_link_deleted'] = 'Relation between two topics has been removed'; 'topic_base_updated' => 'Topic base information has been updated',
$backend_tl['moved_in_order'] = 'Changed order of elements'; 'topic_to_topic_link_added' => 'Relation between two topics has been added',
$backend_tl['document_updated'] = 'The document has been updated'; 'topic_to_topic_link_deleted' => 'Relation between two topics has been removed',
$backend_tl['document_linked'] = 'Document linked'; 'moved_in_order' => 'Changed order of elements',
$backend_tl['document_link_removed'] = 'Link to document deleted'; 'document_updated' => 'The document has been updated',
$backend_tl['source_linked'] = 'The source has been linked'; 'document_linked' => 'Document linked',
$backend_tl['source_link_removed'] = 'Link to source has been removed'; 'document_link_removed' => 'Link to document deleted',
$backend_tl['hyperlink_linked'] = 'Hyperlink has been linked'; 'source_linked' => 'The source has been linked',
$backend_tl['hyperlink_link_removed'] = 'Hyperlink has been removed'; 'source_link_removed' => 'Link to source has been removed',
$backend_tl['image_uploaded'] = 'The image has been uploaded'; 'hyperlink_linked' => 'Hyperlink has been linked',
$backend_tl['image_removed'] = 'The image has been removed'; 'hyperlink_link_removed' => 'Hyperlink has been removed',
$backend_tl['object_info_updated'] = 'Object information has been updated'; 'image_uploaded' => 'The image has been uploaded',
$backend_tl['object_link_added'] = 'Link to object has been added'; 'image_removed' => 'The image has been removed',
$backend_tl['object_link_removed'] = 'Link to object has been removed'; 'object_info_updated' => 'Object information has been updated',
$backend_tl['topic_new_added'] = 'New topic added'; 'object_link_added' => 'Link to object has been added',
$backend_tl['topic_deleted'] = 'The topic has been deleted'; 'object_link_removed' => 'Link to object has been removed',
$backend_tl['link_info_updated'] = 'Link information has been updated'; 'topic_new_added' => 'New topic added',
$backend_tl['source_info_updated'] = 'The source has been updated'; 'topic_deleted' => 'The topic has been deleted',
$backend_tl['display_topic_startpage'] = 'Display topic on startpage'; 'link_info_updated' => 'Link information has been updated',
$backend_tl['hide_topic_startpage'] = 'Hide topic on startpage'; 'source_info_updated' => 'The source has been updated',
$backend_tl['startpage_normal'] = 'normal'; 'display_topic_startpage' => 'Display topic on startpage',
$backend_tl['startpage_scrollitelling'] = 'Scrollitelling'; 'hide_topic_startpage' => 'Hide topic on startpage',
$backend_tl['enable_direct_object_links'] = 'Link objects directly in md'; 'startpage_normal' => 'normal',
$backend_tl['username'] = 'Username'; 'startpage_scrollitelling' => 'Scrollitelling',
$backend_tl['realname'] = 'Real name'; 'enable_direct_object_links' => 'Link objects directly in md',
$backend_tl['mail'] = 'E-Mail'; 'username' => 'Username',
$backend_tl['new_password'] = 'New password (Empty = Keep old one)'; 'realname' => 'Real name',
$backend_tl['password_confirmation'] = 'Password confirmation'; 'mail' => 'E-Mail',
$backend_tl['userrole'] = 'User role'; 'new_password' => 'New password (Empty = Keep old one)',
$backend_tl['admin'] = 'Admin (highest level)'; 'password_confirmation' => 'Password confirmation',
$backend_tl['regular_user'] = 'Regular user'; 'userrole' => 'User role',
$backend_tl['preview_normal'] = 'Preview in normal themator mode'; 'admin' => 'Admin (highest level)',
$backend_tl['preview_scrollitelling'] = 'Preview in scrollitelling mode'; 'regular_user' => 'Regular user',
$backend_tl['css_for_scroll'] = 'Customize CSS for scrollitelling'; 'preview_normal' => 'Preview in normal themator mode',
$backend_tl['warning_for_scrollitelling_only'] = 'Warning: This feature is used for scrollitelling mode only'; 'preview_scrollitelling' => 'Preview in scrollitelling mode',
$backend_tl['edit_object_text'] = 'Edito object text'; 'css_for_scroll' => 'Customize CSS for scrollitelling',
$backend_tl['object_text_specific_to_topic'] = 'Object text is specific to this topic'; 'warning_for_scrollitelling_only' => 'Warning: This feature is used for scrollitelling mode only',
$backend_tl['object_text_original_md'] = 'Originaltext aus museum-digital'; 'edit_object_text' => 'Edito object text',
$backend_tl['md_object_either_from_md'] = 'Entweder: Sie verknüpfen das Thema mit einem Objekt aus museum-digital ...'; 'object_text_specific_to_topic' => 'Object text is specific to this topic',
$backend_tl['md_object_local_object'] = 'Oder: Sie geben ein Objekt, welches nicht in museum-digital vertreten ist ein ...'; 'object_text_original_md' => 'Originaltext aus museum-digital',
$backend_tl['image_uploader'] = 'Image uploader'; 'md_object_either_from_md' => 'Entweder: Sie verknüpfen das Thema mit einem Objekt aus museum-digital ...',
$backend_tl['username_too_short'] = 'Username must be at least 5 characters long'; 'md_object_local_object' => 'Oder: Sie geben ein Objekt, welches nicht in museum-digital vertreten ist ein ...',
$backend_tl['password_too_short'] = 'A password needs to be at least 8 characters long'; 'image_uploader' => 'Image uploader',
'username_too_short' => 'Username must be at least 5 characters long',
'password_too_short' => 'A password needs to be at least 8 characters long',
);

View File

@ -1,10 +1,13 @@
<?PHP <?PHP
$general['topic'] = 'Topic'; declare(strict_types = 1);
$general['topics'] = 'Topics'; $general = array (
$general['exhibition_view'] = 'Exhibition View'; 'topic' => 'Topic',
$general['expand_all'] = 'Expand all'; 'topics' => 'Topics',
$general['reduce'] = 'Reduce'; 'exhibition_view' => 'Exhibition View',
$general['objektsfor'] = 'Objects for'; 'expand_all' => 'Expand all',
$general['objektsfor_description'] = 'Objektansichten zu Objekten aus diesem und Unterthemen, die dem gegebenen Ort entsprechen.'; 'reduce' => 'Reduce',
$general['next'] = 'Next'; 'objektsfor' => 'Objects for',
$general['previous'] = 'Previous'; 'objektsfor_description' => 'Objektansichten zu Objekten aus diesem und Unterthemen, die dem gegebenen Ort entsprechen.',
'next' => 'Next',
'previous' => 'Previous',
);

View File

@ -1,10 +1,13 @@
<?PHP <?PHP
$tlLogin['username'] = 'Username'; declare(strict_types = 1);
$tlLogin['password'] = 'Password'; $tlLogin = array (
$tlLogin['login'] = 'Login'; 'username' => 'Username',
$tlLogin['remember_me'] = 'Remember me'; 'password' => 'Password',
$tlLogin['global_statistics'] = 'Global statistics'; 'login' => 'Login',
$tlLogin['recent_blog_posts'] = 'Recent blog posts'; 'remember_me' => 'Remember me',
$tlLogin['public_db_contents'] = 'Published database contents'; 'global_statistics' => 'Global statistics',
$tlLogin['log_in'] = 'Log in'; 'recent_blog_posts' => 'Recent blog posts',
$tlLogin['avg_text_len'] = 'Average object description length'; 'public_db_contents' => 'Published database contents',
'log_in' => 'Log in',
'avg_text_len' => 'Average object description length',
);

View File

@ -1,7 +1,10 @@
<?PHP <?PHP
$nav['home'] = 'Home'; declare(strict_types = 1);
$nav['museum'] = 'Museum'; $nav = array (
$nav['collection'] = 'Collection'; 'home' => 'Home',
$nav['object'] = 'Object'; 'museum' => 'Museum',
$nav['topics'] = 'Topics'; 'collection' => 'Collection',
$nav['contact'] = 'Contact'; 'object' => 'Object',
'topics' => 'Topics',
'contact' => 'Contact',
);

View File

@ -1,11 +1,14 @@
<?PHP <?PHP
$startpage['title'] = 'Museum-Digital :: Topics'; declare(strict_types = 1);
$startpage['headertitle'] = 'Topics'; $startpage = array (
$startpage['languages'] = 'Languages'; 'title' => 'Museum-Digital :: Topics',
$startpage['german'] = 'German'; 'headertitle' => 'Topics',
$startpage['english'] = 'English'; 'languages' => 'Languages',
$startpage['for_example'] = 'For Example ...'; 'german' => 'German',
$startpage['all_topics'] = 'All Topics'; 'english' => 'English',
$startpage['about'] = 'Topics, stories, exhibitions at museum-digital.'; 'for_example' => 'For Example ...',
$startpage['meta_description'] = 'The themator is museum-digital\'s tool for digital storytelling.'; 'all_topics' => 'All Topics',
$startpage['meta_keywords'] = 'Digital storytelling, exhibitions, teaching, education, museums'; 'about' => 'Topics, stories, exhibitions at museum-digital.',
'meta_description' => 'The themator is museum-digital\'s tool for digital storytelling.',
'meta_keywords' => 'Digital storytelling, exhibitions, teaching, education, museums',
);

View File

@ -1,9 +1,12 @@
<?PHP <?PHP
$topic['related_objects'] = 'Related Objects ...'; declare(strict_types = 1);
$topic['related_documents'] = 'Related Documents ...'; $topic = array (
$topic['sources_and_links'] = 'Sources and Links ...'; 'related_objects' => 'Related Objects ...',
$topic['next'] = 'Next'; 'related_documents' => 'Related Documents ...',
$topic['map'] = 'Map'; 'sources_and_links' => 'Sources and Links ...',
$topic['show_object'] = 'Show object'; 'next' => 'Next',
$topic['show_objects'] = 'Show objects'; 'map' => 'Map',
$topic['search'] = 'Search'; 'show_object' => 'Show object',
'show_objects' => 'Show objects',
'search' => 'Search',
);

View File

@ -1,9 +1,12 @@
<?PHP <?PHP
$topic['material_technique'] = 'Material / Technique'; declare(strict_types = 1);
$topic['measurements'] = 'Measurements'; $topic = array (
$topic['when'] = 'when'; 'material_technique' => 'Material / Technique',
$topic['where'] = 'where'; 'measurements' => 'Measurements',
$topic['who'] = 'who'; 'when' => 'when',
$topic['object_from'] = 'Object from'; 'where' => 'where',
$topic['original_entry'] = 'original entry'; 'who' => 'who',
$topic['literature'] = 'Literature'; 'object_from' => 'Object from',
'original_entry' => 'original entry',
'literature' => 'Literature',
);

View File

@ -1,220 +1,223 @@
<?PHP <?PHP
$backend_tl['input_interface'] = 'Input Interface'; declare(strict_types = 1);
$backend_tl['topics'] = 'Topics'; $backend_tl = array (
$backend_tl['add'] = 'Add'; 'input_interface' => 'Input Interface',
$backend_tl['delete'] = 'Delete'; 'topics' => 'Topics',
$backend_tl['users'] = 'Users'; 'add' => 'Add',
$backend_tl['edit'] = 'Edit'; 'delete' => 'Delete',
$backend_tl['logged_in_as'] = 'Logged in as'; 'users' => 'Users',
$backend_tl['logout'] = 'Log out'; 'edit' => 'Edit',
$backend_tl['topic'] = 'Topic'; 'logged_in_as' => 'Logged in as',
$backend_tl['selectmuseumforediting'] = 'Select a museum for editing ...'; 'logout' => 'Log out',
$backend_tl['museum_edit'] = 'Edit a museum ...'; 'topic' => 'Topic',
$backend_tl['museum_add'] = 'Add a museum ...'; 'selectmuseumforediting' => 'Select a museum for editing ...',
$backend_tl['collection_select'] = 'Select a collection for editing ...'; 'museum_edit' => 'Edit a museum ...',
$backend_tl['collection_edit'] = 'Edit a collection ...'; 'museum_add' => 'Add a museum ...',
$backend_tl['collection_add'] = 'Add a collection ...'; 'collection_select' => 'Select a collection for editing ...',
$backend_tl['object_select'] = 'Select an object for editing ...'; 'collection_edit' => 'Edit a collection ...',
$backend_tl['object_edit'] = 'Edit an object ...'; 'collection_add' => 'Add a collection ...',
$backend_tl['object_add'] = 'Add an object ...'; 'object_select' => 'Select an object for editing ...',
$backend_tl['ufo_edit'] = 'Edit an U-F-O ...'; 'object_edit' => 'Edit an object ...',
$backend_tl['ufo_add'] = 'Add an U-F-O ...'; 'object_add' => 'Add an object ...',
$backend_tl['event_select'] = 'Select an event for editing ...'; 'ufo_edit' => 'Edit an U-F-O ...',
$backend_tl['event_edit'] = 'Edit an event ...'; 'ufo_add' => 'Add an U-F-O ...',
$backend_tl['event_add'] = 'Add an event ...'; 'event_select' => 'Select an event for editing ...',
$backend_tl['time_select'] = 'Select a time term for editing ...'; 'event_edit' => 'Edit an event ...',
$backend_tl['time_edit'] = 'Edit a time term ...'; 'event_add' => 'Add an event ...',
$backend_tl['time_add'] = 'Add a time term ...'; 'time_select' => 'Select a time term for editing ...',
$backend_tl['persinst_select'] = 'Select an actor for editing ...'; 'time_edit' => 'Edit a time term ...',
$backend_tl['persinst_edit'] = 'Edit an actor ...'; 'time_add' => 'Add a time term ...',
$backend_tl['persinst_add'] = 'Add an actor ...'; 'persinst_select' => 'Select an actor for editing ...',
$backend_tl['place_select'] = 'Select a place for editing ...'; 'persinst_edit' => 'Edit an actor ...',
$backend_tl['place_edit'] = 'Edit a place ...'; 'persinst_add' => 'Add an actor ...',
$backend_tl['place_add'] = 'Add a place ...'; 'place_select' => 'Select a place for editing ...',
$backend_tl['tag_select'] = 'Select a tag for editing ...'; 'place_edit' => 'Edit a place ...',
$backend_tl['tag_edit'] = 'Edit a tag ...'; 'place_add' => 'Add a place ...',
$backend_tl['tag_add'] = 'Add a tag ...'; 'tag_select' => 'Select a tag for editing ...',
$backend_tl['literature_select'] = 'Select a literature entry for editing ...'; 'tag_edit' => 'Edit a tag ...',
$backend_tl['literature_edit'] = 'Edit a literature entry ...'; 'tag_add' => 'Add a tag ...',
$backend_tl['literature_add'] = 'Add a literature entry ...'; 'literature_select' => 'Select a literature entry for editing ...',
$backend_tl['link_select'] = 'Select a hyperlink for editing ...'; 'literature_edit' => 'Edit a literature entry ...',
$backend_tl['link_edit'] = 'Edit hyperlink'; 'literature_add' => 'Add a literature entry ...',
$backend_tl['link_add'] = 'Add hyperlink!'; 'link_select' => 'Select a hyperlink for editing ...',
$backend_tl['image_edit'] = 'Select an image for editing ...'; 'link_edit' => 'Edit hyperlink',
$backend_tl['document_attach'] = 'Attach a document ...'; 'link_add' => 'Add hyperlink!',
$backend_tl['tag_select_simple'] = 'Please select a tag ...'; 'image_edit' => 'Select an image for editing ...',
$backend_tl['settings_edit'] = 'Edit settings ...'; 'document_attach' => 'Attach a document ...',
$backend_tl['user_select'] = 'Select a user for editing ...'; 'tag_select_simple' => 'Please select a tag ...',
$backend_tl['topic_edit'] = 'Edit a <b style="color:#3333aa;">topic</b>'; 'settings_edit' => 'Edit settings ...',
$backend_tl['subtopic_edit'] = 'Add a <b style="color:#3333aa;">lower level topic</b>'; 'user_select' => 'Select a user for editing ...',
$backend_tl['document_edit'] = 'Edit document'; 'topic_edit' => 'Edit a <b style="color:#3333aa;">topic</b>',
$backend_tl['source_add'] = 'Add link with a source!'; 'subtopic_edit' => 'Add a <b style="color:#3333aa;">lower level topic</b>',
$backend_tl['object_add_complicated'] = 'Add an <b style="color:#3333aa;">object</b>'; 'document_edit' => 'Edit document',
$backend_tl['object_edit_complicated'] = 'Edit an <b style="color:#3333aa;">object entry</b>'; 'source_add' => 'Add link with a source!',
$backend_tl['user_role_change_alt'] = 'Changes the relation between a user and a topic'; 'object_add_complicated' => 'Add an <b style="color:#3333aa;">object</b>',
$backend_tl['send'] = 'Send'; 'object_edit_complicated' => 'Edit an <b style="color:#3333aa;">object entry</b>',
$backend_tl['once_again'] = 'Once again'; 'user_role_change_alt' => 'Changes the relation between a user and a topic',
$backend_tl['field'] = 'Field'; 'send' => 'Send',
$backend_tl['definitelyconfirm'] = 'Yes!!'; 'once_again' => 'Once again',
$backend_tl['explanation_short_title'] = '<b>Field "Short Title"</b><br><br>This field is mandatory!<br><br>The short title is used for listing the entry in the navigation<br><br>Example 1: "Archaology of the Lords of Anhalt"<br>Example 2: "Excavations"'; 'field' => 'Field',
$backend_tl['explanation_long_title'] = '<b>Field: "Long Title"</b><br><br>This field is mandatory!<br><br>Der "Langtitel" ist der eigentliche Titel des Themas. Bestenfalls nicht mehr als 150 Zeichen.<br><br>Example: "Archäologie der anhaltischen Fürsten vom 15. Jahrhundert bis in unsere Tage'; 'definitelyconfirm' => 'Yes!!',
$backend_tl['explanation_abstract'] = '<b>Field: "Abstract"</b><br><br>This field is mandatory!<br><br>Ideally a sentence, that summarizes the topic\'s contents.'; 'explanation_short_title' => '<b>Field "Short Title"</b><br><br>This field is mandatory!<br><br>The short title is used for listing the entry in the navigation<br><br>Example 1: "Archaology of the Lords of Anhalt"<br>Example 2: "Excavations"',
$backend_tl['explanation_text'] = '<b>Field: "Image Text"</b><br><br>This field is mandatory!<br><br>Unrestricted length of text. Ideally, the text fills about one screen. If possible, write sentences and avoid lists.<br><br>You can - but are not required to - upload an image for the topic. The image will appear on the left of the text.'; 'explanation_long_title' => '<b>Field: "Long Title"</b><br><br>This field is mandatory!<br><br>Der "Langtitel" ist der eigentliche Titel des Themas. Bestenfalls nicht mehr als 150 Zeichen.<br><br>Example: "Archäologie der anhaltischen Fürsten vom 15. Jahrhundert bis in unsere Tage',
$backend_tl['explanation_text_image'] = '<b>Field: "Image Text"</b><br><br>Please only fill this out, if you have uploaded an image for the topic. This text appears upon hovering over the image. Useful for information on copyright and origin.'; 'explanation_abstract' => '<b>Field: "Abstract"</b><br><br>This field is mandatory!<br><br>Ideally a sentence, that summarizes the topic\'s contents.',
$backend_tl['explanation_link_image'] = '<b>Field: "Target for click on image"</b><br><br>Please only fill this out if you have uploaded an image for the topic and want the user to be linked to another source on the web upon clicking on the image.<br><br>Requires absolute URLs, beginning with "http(s)://".'; 'explanation_text' => '<b>Field: "Image Text"</b><br><br>This field is mandatory!<br><br>Unrestricted length of text. Ideally, the text fills about one screen. If possible, write sentences and avoid lists.<br><br>You can - but are not required to - upload an image for the topic. The image will appear on the left of the text.',
$backend_tl['topic_image'] = 'Image for topic:'; 'explanation_text_image' => '<b>Field: "Image Text"</b><br><br>Please only fill this out, if you have uploaded an image for the topic. This text appears upon hovering over the image. Useful for information on copyright and origin.',
$backend_tl['topic_image_switch'] = 'Change image'; 'explanation_link_image' => '<b>Field: "Target for click on image"</b><br><br>Please only fill this out if you have uploaded an image for the topic and want the user to be linked to another source on the web upon clicking on the image.<br><br>Requires absolute URLs, beginning with "http(s)://".',
$backend_tl['topic_image_noimage'] = 'No image available'; 'topic_image' => 'Image for topic:',
$backend_tl['topic_image_upload'] = 'Upload image'; 'topic_image_switch' => 'Change image',
$backend_tl['map'] = 'Map'; 'topic_image_noimage' => 'No image available',
$backend_tl['topic_map_disabled'] = 'Show topic without a map'; 'topic_image_upload' => 'Upload image',
$backend_tl['topic_map_enabled'] = 'Display topic with a map (objects of the topic on a map)'; 'map' => 'Map',
$backend_tl['topic_map_enabled_inclusive'] = 'Display topic with a map (objects of the topic and all lower level topics on a map)'; 'topic_map_disabled' => 'Show topic without a map',
$backend_tl['short_title'] = 'Short Title'; 'topic_map_enabled' => 'Display topic with a map (objects of the topic on a map)',
$backend_tl['long_title'] = 'Long Title'; 'topic_map_enabled_inclusive' => 'Display topic with a map (objects of the topic and all lower level topics on a map)',
$backend_tl['abstract'] = 'Abstract'; 'short_title' => 'Short Title',
$backend_tl['text_for_topic'] = 'Text on the Topic'; 'long_title' => 'Long Title',
$backend_tl['text_for_image'] = 'Image Text'; 'abstract' => 'Abstract',
$backend_tl['link_image'] = 'Target for Clicking on Image'; 'text_for_topic' => 'Text on the Topic',
$backend_tl['topic_presentation'] = 'Presentation'; 'text_for_image' => 'Image Text',
$backend_tl['topic_background'] = 'Background: '; 'link_image' => 'Target for Clicking on Image',
$backend_tl['topic_ballon_form'] = 'Bubble form: '; 'topic_presentation' => 'Presentation',
$backend_tl['topic_tooltip'] = 'Tool-Tip: '; 'topic_background' => 'Background: ',
$backend_tl['required_short_title'] = 'You need to enter a short title!'; 'topic_ballon_form' => 'Bubble form: ',
$backend_tl['required_long_text'] = 'You need to enter a more extensive title!'; 'topic_tooltip' => 'Tool-Tip: ',
$backend_tl['required_text'] = 'A text is required for a topic!'; 'required_short_title' => 'You need to enter a short title!',
$backend_tl['error_morethanonetopic'] = 'Encountered more than one topic ... Something must have gone wrong'; 'required_long_text' => 'You need to enter a more extensive title!',
$backend_tl['add_higher_level_topic'] = 'Add higher level topic'; 'required_text' => 'A text is required for a topic!',
$backend_tl['add_higher_level_topic_alt'] = 'Links with a higher level topic'; 'error_morethanonetopic' => 'Encountered more than one topic ... Something must have gone wrong',
$backend_tl['add_higher_level_topic_alt_additional'] = 'Add link to another higher level topic'; 'add_higher_level_topic' => 'Add higher level topic',
$backend_tl['edit_higher_level_topic'] = 'Edit higher level topic'; 'add_higher_level_topic_alt' => 'Links with a higher level topic',
$backend_tl['add_lower_level_topic'] = 'Add lower level topic'; 'add_higher_level_topic_alt_additional' => 'Add link to another higher level topic',
$backend_tl['add_lower_level_topic_alt'] = 'Link a lower level topic'; 'edit_higher_level_topic' => 'Edit higher level topic',
$backend_tl['add_lower_level_topic_alt_additional'] = 'Link to a lower level topic'; 'add_lower_level_topic' => 'Add lower level topic',
$backend_tl['edit_lower_level_topic'] = 'Edit lower level topics'; 'add_lower_level_topic_alt' => 'Link a lower level topic',
$backend_tl['delete_relation'] = 'Delete relation'; 'add_lower_level_topic_alt_additional' => 'Link to a lower level topic',
$backend_tl['document_add'] = 'Add a link to a document!'; 'edit_lower_level_topic' => 'Edit lower level topics',
$backend_tl['document_add_simple'] = 'Add document'; 'delete_relation' => 'Delete relation',
$backend_tl['source_add_simple'] = 'Add source'; 'document_add' => 'Add a link to a document!',
$backend_tl['source_edit'] = 'Edit source'; 'document_add_simple' => 'Add document',
$backend_tl['link_add_simple'] = 'Add a hyperlink'; 'source_add_simple' => 'Add source',
$backend_tl['topics_object_add'] = 'Add a link with an object!'; 'source_edit' => 'Edit source',
$backend_tl['topics_object_add_simple'] = 'Link an object!'; 'link_add_simple' => 'Add a hyperlink',
$backend_tl['topics_select_from_list_to_edit'] = 'Change the topic. Please select the topic.'; 'topics_object_add' => 'Add a link with an object!',
$backend_tl['list_of_topics_to_be_deleted'] = 'List of topics, that you can delete:'; 'topics_object_add_simple' => 'Link an object!',
$backend_tl['can_add_new_user'] = 'You may add a new user: '; 'topics_select_from_list_to_edit' => 'Change the topic. Please select the topic.',
$backend_tl['list_all_users'] = 'List of All Users'; 'list_of_topics_to_be_deleted' => 'List of topics, that you can delete:',
$backend_tl['user_name'] = 'Name'; 'can_add_new_user' => 'You may add a new user: ',
$backend_tl['user_login_name'] = 'Login Name'; 'list_all_users' => 'List of All Users',
$backend_tl['user_role'] = 'Role'; 'user_name' => 'Name',
$backend_tl['user_last_login'] = 'Last Login'; 'user_login_name' => 'Login Name',
$backend_tl['user_rights_topics'] = 'Rights for topics'; 'user_role' => 'Role',
$backend_tl['select_by_clicking'] = 'Select by clicking'; 'user_last_login' => 'Last Login',
$backend_tl['here'] = 'here'; 'user_rights_topics' => 'Rights for topics',
$backend_tl['higher_level_topic_not_listed'] = 'If the higher level topic is not listed here, then please click'; 'select_by_clicking' => 'Select by clicking',
$backend_tl['lower_level_topic_not_listed'] = 'If the lower level topic is not listed here, then please click'; 'here' => 'here',
$backend_tl['requirements_caps'] = 'CONDITIONS'; 'higher_level_topic_not_listed' => 'If the higher level topic is not listed here, then please click',
$backend_tl['requirements_file_name'] = '1. The image filename needs to conform to the general rules: No special characters. No dots (except the one before the file extension). No spaces.'; 'lower_level_topic_not_listed' => 'If the lower level topic is not listed here, then please click',
$backend_tl['requirements_jpg'] = '2. The image file needs to be a JPG and have a DPI ratio of 72 or 96.'; 'requirements_caps' => 'CONDITIONS',
$backend_tl['requirements_short_side'] = '3. The shorter side needs be have a length of 600 pixels minimum. The longer side should not exceed a length of 3000 pixels.'; 'requirements_file_name' => '1. The image filename needs to conform to the general rules: No special characters. No dots (except the one before the file extension). No spaces.',
$backend_tl['requirements_filesize'] = '4. The file size should not exceed 4 megabyte. Ideally, the file size should be between 500kb and 900kb.'; 'requirements_jpg' => '2. The image file needs to be a JPG and have a DPI ratio of 72 or 96.',
$backend_tl['select_image_to_upload'] = 'Please select the image file you want to upload. It will be automatically resized.'; 'requirements_short_side' => '3. The shorter side needs be have a length of 600 pixels minimum. The longer side should not exceed a length of 3000 pixels.',
$backend_tl['select_large_image_to_upload'] = 'Please selecct the large image file you want to upload. Smaller versions willl be automatically created.'; 'requirements_filesize' => '4. The file size should not exceed 4 megabyte. Ideally, the file size should be between 500kb and 900kb.',
$backend_tl['pdf_select_from_list'] = '* Here you can upload documents (PDF files only) for a topic - or link documents that have already been uploaded.<br /> 'select_image_to_upload' => 'Please select the image file you want to upload. It will be automatically resized.',
If the document is not listed, then please click'; 'select_large_image_to_upload' => 'Please selecct the large image file you want to upload. Smaller versions willl be automatically created.',
$backend_tl['requirements_pdf_filename'] = '1. The file name of the PDF file to be uploaded needs to conform to the following general rules: No special characters. No dots (except the one before the file extension). No spaces.'; 'pdf_select_from_list' => '* Here you can upload documents (PDF files only) for a topic - or link documents that have already been uploaded.<br />
$backend_tl['requirements_pdf_filesize'] = '2. The file size of the PDF cannot exceed 4 megabyte. '; If the document is not listed, then please click',
$backend_tl['select_pdf_for_upload'] = 'Please select the PDF file to be uploaded.'; 'requirements_pdf_filename' => '1. The file name of the PDF file to be uploaded needs to conform to the following general rules: No special characters. No dots (except the one before the file extension). No spaces.',
$backend_tl['explanation_document_kind'] = '<b>Field: "Type of Document"</b><br><br>Mandatory<br><br><br>Example 1: "pdf"'; 'requirements_pdf_filesize' => '2. The file size of the PDF cannot exceed 4 megabyte. ',
$backend_tl['explanation_document_text'] = '<b>Field: "Display Text"</b><br><br>Mandatory<br><br>The text you entered will be displayed when linking the document.'; 'select_pdf_for_upload' => 'Please select the PDF file to be uploaded.',
$backend_tl['explanation_document_location'] = '<b>Field: "Storage location (link)"</b><br><br>Mandatory'; 'explanation_document_kind' => '<b>Field: "Type of Document"</b><br><br>Mandatory<br><br><br>Example 1: "pdf"',
$backend_tl['explanation_document_note'] = '<b>Field: "Note"</b><br><br>Not required. Additional information for the document.'; 'explanation_document_text' => '<b>Field: "Display Text"</b><br><br>Mandatory<br><br>The text you entered will be displayed when linking the document.',
$backend_tl['type_of_document'] = 'Type of Document'; 'explanation_document_location' => '<b>Field: "Storage location (link)"</b><br><br>Mandatory',
$backend_tl['document_display_text'] = 'Display text'; 'explanation_document_note' => '<b>Field: "Note"</b><br><br>Not required. Additional information for the document.',
$backend_tl['document_location'] = 'Storage location (link)'; 'type_of_document' => 'Type of Document',
$backend_tl['document_note'] = 'Note'; 'document_display_text' => 'Display text',
$backend_tl['document_type_mandatory'] = 'You need to enter a type of document!'; 'document_location' => 'Storage location (link)',
$backend_tl['document_name_mandatory'] = 'You need to enter a display name!'; 'document_note' => 'Note',
$backend_tl['document_summary_mandatory'] = 'You need to enter a short summary!'; 'document_type_mandatory' => 'You need to enter a type of document!',
$backend_tl['document_location_mandatory'] = 'You need to enter a storage location!'; 'document_name_mandatory' => 'You need to enter a display name!',
$backend_tl['explanation_object_version'] = '<b>Field: "Version"</b><br><br>Please select a version of museum-digital from the list!<br><br>'; 'document_summary_mandatory' => 'You need to enter a short summary!',
$backend_tl['explanation_object_number'] = '<b>Field: "Object ID"</b><br><br>Please enter the ID of the object within the selected version of museum-digital<br><br>'; 'document_location_mandatory' => 'You need to enter a storage location!',
$backend_tl['explanation_object_institution'] = '<b>Field: "Name of Institution"</b><br><br>Mandatory<br><br>Name of the institution that owns the object.<br><br>Unrestricted formatting, max. 200 characters'; 'explanation_object_version' => '<b>Field: "Version"</b><br><br>Please select a version of museum-digital from the list!<br><br>',
$backend_tl['explanation_object_object_title'] = '<b>Field: "Object Title"</b><br><br>Mandatory<br><br>Keep it short<br><br>max. 200 characters'; 'explanation_object_number' => '<b>Field: "Object ID"</b><br><br>Please enter the ID of the object within the selected version of museum-digital<br><br>',
$backend_tl['explanation_object_description'] = '<b>Field: "[Alternative] Objecct Description"</b><br><br>If you have linked an object from museum-digital, its description will be displayed. If you prefer to have a different description of the object in the context of the topic, please fill out this field.<br><br>If you have entered an object outside of museum-digital, this field is mandatory.<br><br>Unlimited length of text, preferably around 500 characters'; 'explanation_object_institution' => '<b>Field: "Name of Institution"</b><br><br>Mandatory<br><br>Name of the institution that owns the object.<br><br>Unrestricted formatting, max. 200 characters',
$backend_tl['explanation_object_text_image'] = '<b>Field: "Image text"</b><br><br>Please fill out. The text appears if the cursor hovers over the image or if there are problems with loading the image<br><br>This is also a good place for copyright notices. For example:<br>&copy; Fürstin Pauline Bibliothek<br><br>Unlimited length of text, preferably around 1000 characters'; 'explanation_object_object_title' => '<b>Field: "Object Title"</b><br><br>Mandatory<br><br>Keep it short<br><br>max. 200 characters',
$backend_tl['explanation_object_image_click'] = '<b>Field: "Target with clicking on image"</b><br><br>Please only fill this in, if a click on the image is to link to another page on the internet.<br><br>Requires absolute URLs (beginning with "http(s)://")'; 'explanation_object_description' => '<b>Field: "[Alternative] Objecct Description"</b><br><br>If you have linked an object from museum-digital, its description will be displayed. If you prefer to have a different description of the object in the context of the topic, please fill out this field.<br><br>If you have entered an object outside of museum-digital, this field is mandatory.<br><br>Unlimited length of text, preferably around 500 characters',
$backend_tl['version_of_md'] = 'Version of md'; 'explanation_object_text_image' => '<b>Field: "Image text"</b><br><br>Please fill out. The text appears if the cursor hovers over the image or if there are problems with loading the image<br><br>This is also a good place for copyright notices. For example:<br>&copy; Fürstin Pauline Bibliothek<br><br>Unlimited length of text, preferably around 1000 characters',
$backend_tl['object_object_number'] = 'Object ID'; 'explanation_object_image_click' => '<b>Field: "Target with clicking on image"</b><br><br>Please only fill this in, if a click on the image is to link to another page on the internet.<br><br>Requires absolute URLs (beginning with "http(s)://")',
$backend_tl['object_name_institution'] = 'Name of Institution'; 'version_of_md' => 'Version of md',
$backend_tl['object_title'] = 'Object Title'; 'object_object_number' => 'Object ID',
$backend_tl['object_alternative_description'] = 'Alternative Object Description'; 'object_name_institution' => 'Name of Institution',
$backend_tl['image'] = 'Image'; 'object_title' => 'Object Title',
$backend_tl['image_text'] = 'Image Text'; 'object_alternative_description' => 'Alternative Object Description',
$backend_tl['image_link'] = 'Target with Clicking on Image'; 'image' => 'Image',
$backend_tl['linking_image_mandatory'] = 'For saving, you need to link an image (on the left)'; 'image_text' => 'Image Text',
$backend_tl['image_change'] = 'Exchange presentation'; 'image_link' => 'Target with Clicking on Image',
$backend_tl['image_upload'] = 'Upload image'; 'linking_image_mandatory' => 'For saving, you need to link an image (on the left)',
$backend_tl['md_version_mandatory'] = 'You need to enter a version of museum-digital!'; 'image_change' => 'Exchange presentation',
$backend_tl['object_number_mandatory'] = 'You need to enter a number!'; 'image_upload' => 'Upload image',
$backend_tl['assigned_to'] = 'Assigned to'; 'md_version_mandatory' => 'You need to enter a version of museum-digital!',
$backend_tl['preview_in'] = 'Preview in'; 'object_number_mandatory' => 'You need to enter a number!',
$backend_tl['source_titel'] = 'Title of the Source'; 'assigned_to' => 'Assigned to',
$backend_tl['source_list_not_listed'] = '* Here you can add sources (= references to literature, that is not yet online) or link already known references.<br /> 'preview_in' => 'Preview in',
Should the source not be in the list, please click'; 'source_titel' => 'Title of the Source',
$backend_tl['mandatory_title_source'] = 'Sie müssen einen Titel für die Quelle angeben!'; 'source_list_not_listed' => '* Here you can add sources (= references to literature, that is not yet online) or link already known references.<br />
$backend_tl['linkdisplayname'] = 'Link Display Name'; Should the source not be in the list, please click',
$backend_tl['link'] = 'Link'; 'mandatory_title_source' => 'Sie müssen einen Titel für die Quelle angeben!',
$backend_tl['translation_language'] = 'Language'; 'linkdisplayname' => 'Link Display Name',
$backend_tl['change_topic_page_layout'] = 'Changed page layout'; 'link' => 'Link',
$backend_tl['change_topic_page_map'] = 'Changed position of maps on topic page'; 'translation_language' => 'Language',
$backend_tl['changed_tooltip_color'] = 'Changed tooltip color'; 'change_topic_page_layout' => 'Changed page layout',
$backend_tl['enable_disable_tooltip'] = 'Enabled / disabled tooltip'; 'change_topic_page_map' => 'Changed position of maps on topic page',
$backend_tl['translation_added'] = 'Translation added'; 'changed_tooltip_color' => 'Changed tooltip color',
$backend_tl['translation_deleted'] = 'Translation deleted'; 'enable_disable_tooltip' => 'Enabled / disabled tooltip',
$backend_tl['translation_updated'] = 'Translation updated'; 'translation_added' => 'Translation added',
$backend_tl['topic_base_updated'] = 'Topic base information has been updated'; 'translation_deleted' => 'Translation deleted',
$backend_tl['topic_to_topic_link_added'] = 'Relation between two topics has been added'; 'translation_updated' => 'Translation updated',
$backend_tl['topic_to_topic_link_deleted'] = 'Relation between two topics has been removed'; 'topic_base_updated' => 'Topic base information has been updated',
$backend_tl['moved_in_order'] = 'Changed order of elements'; 'topic_to_topic_link_added' => 'Relation between two topics has been added',
$backend_tl['document_updated'] = 'The document has been updated'; 'topic_to_topic_link_deleted' => 'Relation between two topics has been removed',
$backend_tl['document_linked'] = 'Document linked'; 'moved_in_order' => 'Changed order of elements',
$backend_tl['document_link_removed'] = 'Link to document deleted'; 'document_updated' => 'The document has been updated',
$backend_tl['source_linked'] = 'The source has been linked'; 'document_linked' => 'Document linked',
$backend_tl['source_link_removed'] = 'Link to source has been removed'; 'document_link_removed' => 'Link to document deleted',
$backend_tl['hyperlink_linked'] = 'Hyperlink has been linked'; 'source_linked' => 'The source has been linked',
$backend_tl['hyperlink_link_removed'] = 'Hyperlink has been removed'; 'source_link_removed' => 'Link to source has been removed',
$backend_tl['image_uploaded'] = 'The image has been uploaded'; 'hyperlink_linked' => 'Hyperlink has been linked',
$backend_tl['image_removed'] = 'The image has been removed'; 'hyperlink_link_removed' => 'Hyperlink has been removed',
$backend_tl['object_info_updated'] = 'Object information has been updated'; 'image_uploaded' => 'The image has been uploaded',
$backend_tl['object_link_added'] = 'Link to object has been added'; 'image_removed' => 'The image has been removed',
$backend_tl['object_link_removed'] = 'Link to object has been removed'; 'object_info_updated' => 'Object information has been updated',
$backend_tl['topic_new_added'] = 'New topic added'; 'object_link_added' => 'Link to object has been added',
$backend_tl['topic_deleted'] = 'The topic has been deleted'; 'object_link_removed' => 'Link to object has been removed',
$backend_tl['link_info_updated'] = 'Link information has been updated'; 'topic_new_added' => 'New topic added',
$backend_tl['source_info_updated'] = 'The source has been updated'; 'topic_deleted' => 'The topic has been deleted',
$backend_tl['display_topic_startpage'] = 'Display topic on startpage'; 'link_info_updated' => 'Link information has been updated',
$backend_tl['hide_topic_startpage'] = 'Hide topic on startpage'; 'source_info_updated' => 'The source has been updated',
$backend_tl['startpage_normal'] = 'normal'; 'display_topic_startpage' => 'Display topic on startpage',
$backend_tl['startpage_scrollitelling'] = 'Scrollitelling'; 'hide_topic_startpage' => 'Hide topic on startpage',
$backend_tl['enable_direct_object_links'] = 'Link objects directly in md'; 'startpage_normal' => 'normal',
$backend_tl['username'] = 'Username'; 'startpage_scrollitelling' => 'Scrollitelling',
$backend_tl['realname'] = 'Real name'; 'enable_direct_object_links' => 'Link objects directly in md',
$backend_tl['mail'] = 'E-Mail'; 'username' => 'Username',
$backend_tl['new_password'] = 'New password (Empty = Keep old one)'; 'realname' => 'Real name',
$backend_tl['password_confirmation'] = 'Password confirmation'; 'mail' => 'E-Mail',
$backend_tl['userrole'] = 'User role'; 'new_password' => 'New password (Empty = Keep old one)',
$backend_tl['admin'] = 'Admin (highest level)'; 'password_confirmation' => 'Password confirmation',
$backend_tl['regular_user'] = 'Regular user'; 'userrole' => 'User role',
$backend_tl['preview_normal'] = 'Preview in normal themator mode'; 'admin' => 'Admin (highest level)',
$backend_tl['preview_scrollitelling'] = 'Preview in scrollitelling mode'; 'regular_user' => 'Regular user',
$backend_tl['css_for_scroll'] = 'Customize CSS for scrollitelling'; 'preview_normal' => 'Preview in normal themator mode',
$backend_tl['warning_for_scrollitelling_only'] = 'Warning: This feature is used for scrollitelling mode only'; 'preview_scrollitelling' => 'Preview in scrollitelling mode',
$backend_tl['edit_object_text'] = 'Edito object text'; 'css_for_scroll' => 'Customize CSS for scrollitelling',
$backend_tl['object_text_specific_to_topic'] = 'Object text is specific to this topic'; 'warning_for_scrollitelling_only' => 'Warning: This feature is used for scrollitelling mode only',
$backend_tl['object_text_original_md'] = 'Originaltext aus museum-digital'; 'edit_object_text' => 'Edito object text',
$backend_tl['md_object_either_from_md'] = 'Entweder: Sie verknüpfen das Thema mit einem Objekt aus museum-digital ...'; 'object_text_specific_to_topic' => 'Object text is specific to this topic',
$backend_tl['md_object_local_object'] = 'Oder: Sie geben ein Objekt, welches nicht in museum-digital vertreten ist ein ...'; 'object_text_original_md' => 'Originaltext aus museum-digital',
$backend_tl['image_uploader'] = 'Image uploader'; 'md_object_either_from_md' => 'Entweder: Sie verknüpfen das Thema mit einem Objekt aus museum-digital ...',
$backend_tl['username_too_short'] = 'Username must be at least 5 characters long'; 'md_object_local_object' => 'Oder: Sie geben ein Objekt, welches nicht in museum-digital vertreten ist ein ...',
$backend_tl['password_too_short'] = 'A password needs to be at least 8 characters long'; 'image_uploader' => 'Image uploader',
'username_too_short' => 'Username must be at least 5 characters long',
'password_too_short' => 'A password needs to be at least 8 characters long',
);

View File

@ -1,10 +1,13 @@
<?PHP <?PHP
$general['topic'] = 'Topic'; declare(strict_types = 1);
$general['topics'] = 'Topics'; $general = array (
$general['exhibition_view'] = 'Exhibition View'; 'topic' => 'Topic',
$general['expand_all'] = 'Expand all'; 'topics' => 'Topics',
$general['reduce'] = 'Reduce'; 'exhibition_view' => 'Exhibition View',
$general['objektsfor'] = 'Objects for'; 'expand_all' => 'Expand all',
$general['objektsfor_description'] = 'Objektansichten zu Objekten aus diesem und Unterthemen, die dem gegebenen Ort entsprechen.'; 'reduce' => 'Reduce',
$general['next'] = 'Next'; 'objektsfor' => 'Objects for',
$general['previous'] = 'Previous'; 'objektsfor_description' => 'Objektansichten zu Objekten aus diesem und Unterthemen, die dem gegebenen Ort entsprechen.',
'next' => 'Next',
'previous' => 'Previous',
);

View File

@ -1,10 +1,13 @@
<?PHP <?PHP
$tlLogin['username'] = 'Username'; declare(strict_types = 1);
$tlLogin['password'] = 'Password'; $tlLogin = array (
$tlLogin['login'] = 'Login'; 'username' => 'Username',
$tlLogin['remember_me'] = 'Remember me'; 'password' => 'Password',
$tlLogin['global_statistics'] = 'Global statistics'; 'login' => 'Login',
$tlLogin['recent_blog_posts'] = 'Recent blog posts'; 'remember_me' => 'Remember me',
$tlLogin['public_db_contents'] = 'Published database contents'; 'global_statistics' => 'Global statistics',
$tlLogin['log_in'] = 'Log in'; 'recent_blog_posts' => 'Recent blog posts',
$tlLogin['avg_text_len'] = 'Average object description length'; 'public_db_contents' => 'Published database contents',
'log_in' => 'Log in',
'avg_text_len' => 'Average object description length',
);

View File

@ -1,7 +1,10 @@
<?PHP <?PHP
$nav['home'] = 'Home'; declare(strict_types = 1);
$nav['museum'] = 'Museum'; $nav = array (
$nav['collection'] = 'Collection'; 'home' => 'Home',
$nav['object'] = 'Object'; 'museum' => 'Museum',
$nav['topics'] = 'Topics'; 'collection' => 'Collection',
$nav['contact'] = 'Contact'; 'object' => 'Object',
'topics' => 'Topics',
'contact' => 'Contact',
);

View File

@ -1,11 +1,14 @@
<?PHP <?PHP
$startpage['title'] = 'Museum-Digital :: Topics'; declare(strict_types = 1);
$startpage['headertitle'] = 'Topics'; $startpage = array (
$startpage['languages'] = 'Languages'; 'title' => 'Museum-Digital :: Topics',
$startpage['german'] = 'German'; 'headertitle' => 'Topics',
$startpage['english'] = 'English'; 'languages' => 'Languages',
$startpage['for_example'] = 'For Example ...'; 'german' => 'German',
$startpage['all_topics'] = 'All Topics'; 'english' => 'English',
$startpage['about'] = 'Topics, stories, exhibitions at museum-digital.'; 'for_example' => 'For Example ...',
$startpage['meta_description'] = 'The themator is museum-digital\'s tool for digital storytelling.'; 'all_topics' => 'All Topics',
$startpage['meta_keywords'] = 'Digital storytelling, exhibitions, teaching, education, museums'; 'about' => 'Topics, stories, exhibitions at museum-digital.',
'meta_description' => 'The themator is museum-digital\'s tool for digital storytelling.',
'meta_keywords' => 'Digital storytelling, exhibitions, teaching, education, museums',
);

View File

@ -1,9 +1,12 @@
<?PHP <?PHP
$topic['related_objects'] = 'Related Objects ...'; declare(strict_types = 1);
$topic['related_documents'] = 'Related Documents ...'; $topic = array (
$topic['sources_and_links'] = 'Sources and Links ...'; 'related_objects' => 'Related Objects ...',
$topic['next'] = 'Next'; 'related_documents' => 'Related Documents ...',
$topic['map'] = 'Map'; 'sources_and_links' => 'Sources and Links ...',
$topic['show_object'] = 'Show object'; 'next' => 'Next',
$topic['show_objects'] = 'Show objects'; 'map' => 'Map',
$topic['search'] = 'Search'; 'show_object' => 'Show object',
'show_objects' => 'Show objects',
'search' => 'Search',
);

View File

@ -1,9 +1,12 @@
<?PHP <?PHP
$topic['material_technique'] = 'Material / Technique'; declare(strict_types = 1);
$topic['measurements'] = 'Measurements'; $topic = array (
$topic['when'] = 'when'; 'material_technique' => 'Material / Technique',
$topic['where'] = 'where'; 'measurements' => 'Measurements',
$topic['who'] = 'who'; 'when' => 'when',
$topic['object_from'] = 'Object from'; 'where' => 'where',
$topic['original_entry'] = 'original entry'; 'who' => 'who',
$topic['literature'] = 'Literature'; 'object_from' => 'Object from',
'original_entry' => 'original entry',
'literature' => 'Literature',
);

View File

@ -1,224 +1,227 @@
<?PHP <?PHP
$backend_tl['input_interface'] = 'Интерфейс ввода данных'; declare(strict_types = 1);
$backend_tl['topics'] = 'Темы'; $backend_tl = array (
$backend_tl['add'] = 'Добавить'; 'input_interface' => 'Интерфейс ввода данных',
$backend_tl['delete'] = 'Удалить'; 'topics' => 'Темы',
$backend_tl['users'] = 'Пользователи'; 'add' => 'Добавить',
$backend_tl['edit'] = 'Редактировать'; 'delete' => 'Удалить',
$backend_tl['logged_in_as'] = 'Вход в систему под именем'; 'users' => 'Пользователи',
$backend_tl['logout'] = 'Выйти'; 'edit' => 'Редактировать',
$backend_tl['topic'] = 'Тема'; 'logged_in_as' => 'Вход в систему под именем',
$backend_tl['selectmuseumforediting'] = 'Выберите музей для редактирования ...'; 'logout' => 'Выйти',
$backend_tl['museum_edit'] = 'Редактировать музей ...'; 'topic' => 'Тема',
$backend_tl['museum_add'] = 'Добавить музей ...'; 'selectmuseumforediting' => 'Выберите музей для редактирования ...',
$backend_tl['collection_select'] = 'Выбрать собрание для редактирования ...'; 'museum_edit' => 'Редактировать музей ...',
$backend_tl['collection_edit'] = 'Редактировать собрание ...'; 'museum_add' => 'Добавить музей ...',
$backend_tl['collection_add'] = 'Добавить собрание ...'; 'collection_select' => 'Выбрать собрание для редактирования ...',
$backend_tl['object_select'] = 'Выбрать объект для редактирования ...'; 'collection_edit' => 'Редактировать собрание ...',
$backend_tl['object_edit'] = 'Редактировать объект ...'; 'collection_add' => 'Добавить собрание ...',
$backend_tl['object_add'] = 'Добавить объект ...'; 'object_select' => 'Выбрать объект для редактирования ...',
$backend_tl['ufo_edit'] = 'Добавить неопределённый объект ...'; 'object_edit' => 'Редактировать объект ...',
$backend_tl['ufo_add'] = 'Редактировать неопределённый объект ...'; 'object_add' => 'Добавить объект ...',
$backend_tl['event_select'] = 'Выберите событие для редактирования ...'; 'ufo_edit' => 'Добавить неопределённый объект ...',
$backend_tl['event_edit'] = 'Редактировать событие ...'; 'ufo_add' => 'Редактировать неопределённый объект ...',
$backend_tl['event_add'] = 'Добавить событие ...'; 'event_select' => 'Выберите событие для редактирования ...',
$backend_tl['time_select'] = 'Выберите временной интервал для редактирования ...'; 'event_edit' => 'Редактировать событие ...',
$backend_tl['time_edit'] = 'Редактировать временной интервал ...'; 'event_add' => 'Добавить событие ...',
$backend_tl['time_add'] = 'Добавить временной интервал ...'; 'time_select' => 'Выберите временной интервал для редактирования ...',
$backend_tl['persinst_select'] = 'Выберите актора для редактирования ...'; 'time_edit' => 'Редактировать временной интервал ...',
$backend_tl['persinst_edit'] = 'Редактировать актора ...'; 'time_add' => 'Добавить временной интервал ...',
$backend_tl['persinst_add'] = 'Добавить актора ...'; 'persinst_select' => 'Выберите актора для редактирования ...',
$backend_tl['place_select'] = 'Выберите место для редактирования ...'; 'persinst_edit' => 'Редактировать актора ...',
$backend_tl['place_edit'] = 'Редактировать место ...'; 'persinst_add' => 'Добавить актора ...',
$backend_tl['place_add'] = 'Добавить место ...'; 'place_select' => 'Выберите место для редактирования ...',
$backend_tl['tag_select'] = 'Выберите ключевое слово для редактирования ...'; 'place_edit' => 'Редактировать место ...',
$backend_tl['tag_edit'] = 'Редактировать ключевое слово ...'; 'place_add' => 'Добавить место ...',
$backend_tl['tag_add'] = 'Добавить ключевое слово ...'; 'tag_select' => 'Выберите ключевое слово для редактирования ...',
$backend_tl['literature_select'] = 'Выберите запись о литературе для редактирования ...'; 'tag_edit' => 'Редактировать ключевое слово ...',
$backend_tl['literature_edit'] = 'Редактировать запись о литературе ...'; 'tag_add' => 'Добавить ключевое слово ...',
$backend_tl['literature_add'] = 'Добавить запись о литературе ...'; 'literature_select' => 'Выберите запись о литературе для редактирования ...',
$backend_tl['link_select'] = 'Выберите ссылку для редактирования ...'; 'literature_edit' => 'Редактировать запись о литературе ...',
$backend_tl['link_edit'] = 'Редактировать ссылку ...'; 'literature_add' => 'Добавить запись о литературе ...',
$backend_tl['link_add'] = 'Добавить ссылку ...'; 'link_select' => 'Выберите ссылку для редактирования ...',
$backend_tl['image_edit'] = 'Выберите изображение для редактирования ...'; 'link_edit' => 'Редактировать ссылку ...',
$backend_tl['document_attach'] = 'Прикрепить документ ...'; 'link_add' => 'Добавить ссылку ...',
$backend_tl['tag_select_simple'] = 'Пожалуйста, выберите ключевое слово ...'; 'image_edit' => 'Выберите изображение для редактирования ...',
$backend_tl['settings_edit'] = 'Редактировать настройки ...'; 'document_attach' => 'Прикрепить документ ...',
$backend_tl['user_select'] = 'Выберите пользователя для редактирования ...'; 'tag_select_simple' => 'Пожалуйста, выберите ключевое слово ...',
$backend_tl['topic_edit'] = 'Редактировать <b style="color:#3333aa;">тему</b>'; 'settings_edit' => 'Редактировать настройки ...',
$backend_tl['subtopic_edit'] = 'Добавить тему <b style="color:#3333aa;">нижнего уровня</b>'; 'user_select' => 'Выберите пользователя для редактирования ...',
$backend_tl['document_edit'] = 'Редактировать документ'; 'topic_edit' => 'Редактировать <b style="color:#3333aa;">тему</b>',
$backend_tl['source_add'] = 'Добавить ссылку с указанием источника'; 'subtopic_edit' => 'Добавить тему <b style="color:#3333aa;">нижнего уровня</b>',
$backend_tl['object_add_complicated'] = 'Добавить <b style="color:#3333aa;">объект</b>'; 'document_edit' => 'Редактировать документ',
$backend_tl['object_edit_complicated'] = 'Редактировать <b style="color:#3333aa;">информацию об объекте</b>'; 'source_add' => 'Добавить ссылку с указанием источника',
$backend_tl['user_role_change_alt'] = 'Изменение отношений между пользователем и темой'; 'object_add_complicated' => 'Добавить <b style="color:#3333aa;">объект</b>',
$backend_tl['send'] = 'Отправить'; 'object_edit_complicated' => 'Редактировать <b style="color:#3333aa;">информацию об объекте</b>',
$backend_tl['once_again'] = 'Снова'; 'user_role_change_alt' => 'Изменение отношений между пользователем и темой',
$backend_tl['field'] = 'Поле'; 'send' => 'Отправить',
$backend_tl['definitelyconfirm'] = 'Да!'; 'once_again' => 'Снова',
$backend_tl['explanation_short_title'] = '<b>Поле: "Краткий заголовок"</b><br><br>Заполняйте, пожалуйста, всегда, но коротко!<br /><br />Краткое название служит в качестве пункта в навигации (левая колонка)<br /><br/>Пример 1: "Археология князей Анхальта"<br>Пример 2: "Историческая одежда Альтмарка"<br>Пример 3: "Раскопки"'; 'field' => 'Поле',
$backend_tl['explanation_long_title'] = '<b>Поле: "Длинный заголовок"</b><br><br>К обязательному заполнению<br><br>"Длинный заголовок" - это фактическое название темы. В идеале, не более 150 символов.<br><br>Пример: "Археология князей Анхальта с 15 века до наших дней"'; 'definitelyconfirm' => 'Да!',
$backend_tl['explanation_abstract'] = '<b>Поле: "Резюме"</b><br><br>К обязательному заполнению<br><br>В идеале - предложение с кратким изложением содержания темы.'; 'explanation_short_title' => '<b>Поле: "Краткий заголовок"</b><br><br>Заполняйте, пожалуйста, всегда, но коротко!<br /><br />Краткое название служит в качестве пункта в навигации (левая колонка)<br /><br/>Пример 1: "Археология князей Анхальта"<br>Пример 2: "Историческая одежда Альтмарка"<br>Пример 3: "Раскопки"',
$backend_tl['explanation_text'] = '<b>Поле: "Текст по теме"</b><br><br>К обязательному заполнению<br><br>Любая длина. Интернет-совместимость, т.е. в идеале - объемом в одну экранную страницу. По возможности пишите предложения, а списки и т.д. только при необходимости.<br><br>Вы можете - но не должны - загрузить изображение по теме. Затем изображение появится в левом верхнем углу текстового блока.'; 'explanation_long_title' => '<b>Поле: "Длинный заголовок"</b><br><br>К обязательному заполнению<br><br>"Длинный заголовок" - это фактическое название темы. В идеале, не более 150 символов.<br><br>Пример: "Археология князей Анхальта с 15 века до наших дней"',
$backend_tl['explanation_text_image'] = '<b>Поле: "Текст для изображения"</b><br><br>Пожалуйста, заполняйте только в том случае, если вы загрузили изображение по данной теме. Этот текст появляется при наведении курсора мыши на изображение. Предназначен, например, для информации об авторских правах или происхождении изображений из других источников.'; 'explanation_abstract' => '<b>Поле: "Резюме"</b><br><br>К обязательному заполнению<br><br>В идеале - предложение с кратким изложением содержания темы.',
$backend_tl['explanation_link_image'] = '<b>Поле: "Нажатие на изображение"</b><br><br>Пожалуйста, заполняйте только в том случае, если вы загрузили изображение по теме, и щелчок на этом изображении должен привести к интернет-источнику.<br><br> Пожалуйста, всегда указывайте полные URL, т.е. с "http://" перед ними.'; 'explanation_text' => '<b>Поле: "Текст по теме"</b><br><br>К обязательному заполнению<br><br>Любая длина. Интернет-совместимость, т.е. в идеале - объемом в одну экранную страницу. По возможности пишите предложения, а списки и т.д. только при необходимости.<br><br>Вы можете - но не должны - загрузить изображение по теме. Затем изображение появится в левом верхнем углу текстового блока.',
$backend_tl['topic_image'] = 'Изображение к теме:'; 'explanation_text_image' => '<b>Поле: "Текст для изображения"</b><br><br>Пожалуйста, заполняйте только в том случае, если вы загрузили изображение по данной теме. Этот текст появляется при наведении курсора мыши на изображение. Предназначен, например, для информации об авторских правах или происхождении изображений из других источников.',
$backend_tl['topic_image_switch'] = 'Заменить иллюстрацию'; 'explanation_link_image' => '<b>Поле: "Нажатие на изображение"</b><br><br>Пожалуйста, заполняйте только в том случае, если вы загрузили изображение по теме, и щелчок на этом изображении должен привести к интернет-источнику.<br><br> Пожалуйста, всегда указывайте полные URL, т.е. с "http://" перед ними.',
$backend_tl['topic_image_noimage'] = 'Без изображения'; 'topic_image' => 'Изображение к теме:',
$backend_tl['topic_image_upload'] = 'Загрузить изображение'; 'topic_image_switch' => 'Заменить иллюстрацию',
$backend_tl['map'] = 'Карта'; 'topic_image_noimage' => 'Без изображения',
$backend_tl['topic_map_disabled'] = 'Показать тему без карты'; 'topic_image_upload' => 'Загрузить изображение',
$backend_tl['topic_map_enabled'] = 'Показать тему с картой (объекты темы на карте)'; 'map' => 'Карта',
$backend_tl['topic_map_enabled_inclusive'] = 'Показать тему с картой (объекты темы и ее подтемы на карте)'; 'topic_map_disabled' => 'Показать тему без карты',
$backend_tl['short_title'] = 'Короткий заголовок'; 'topic_map_enabled' => 'Показать тему с картой (объекты темы на карте)',
$backend_tl['long_title'] = 'Длинный заголовок'; 'topic_map_enabled_inclusive' => 'Показать тему с картой (объекты темы и ее подтемы на карте)',
$backend_tl['abstract'] = 'Резюме'; 'short_title' => 'Короткий заголовок',
$backend_tl['text_for_topic'] = 'Текст к теме'; 'long_title' => 'Длинный заголовок',
$backend_tl['text_for_image'] = 'Текст к изображению'; 'abstract' => 'Резюме',
$backend_tl['link_image'] = 'Нажатие на изображение'; 'text_for_topic' => 'Текст к теме',
$backend_tl['topic_presentation'] = 'Представление'; 'text_for_image' => 'Текст к изображению',
$backend_tl['topic_background'] = 'Общие сведения:'; 'link_image' => 'Нажатие на изображение',
$backend_tl['topic_ballon_form'] = 'Представление в форме шара: '; 'topic_presentation' => 'Представление',
$backend_tl['topic_tooltip'] = 'Подсказка:'; 'topic_background' => 'Общие сведения:',
$backend_tl['required_short_title'] = 'Введите, пожалуйста, короткий заголовок!'; 'topic_ballon_form' => 'Представление в форме шара: ',
$backend_tl['required_long_text'] = 'Вам нужно ввести более развернутое название!'; 'topic_tooltip' => 'Подсказка:',
$backend_tl['required_text'] = 'Тексту всегда нужна тема!'; 'required_short_title' => 'Введите, пожалуйста, короткий заголовок!',
$backend_tl['error_morethanonetopic'] = 'Найдено более одной темы... Что-то не так, попробуйте снова'; 'required_long_text' => 'Вам нужно ввести более развернутое название!',
$backend_tl['add_higher_level_topic'] = 'Добавить надзаголовок'; 'required_text' => 'Тексту всегда нужна тема!',
$backend_tl['add_higher_level_topic_alt'] = 'Ссылки с надзаголовком'; 'error_morethanonetopic' => 'Найдено более одной темы... Что-то не так, попробуйте снова',
$backend_tl['add_higher_level_topic_alt_additional'] = 'Добавление ссылки на другой надзаголовок'; 'add_higher_level_topic' => 'Добавить надзаголовок',
$backend_tl['edit_higher_level_topic'] = 'Редактировать надзаголовок'; 'add_higher_level_topic_alt' => 'Ссылки с надзаголовком',
$backend_tl['add_lower_level_topic'] = 'Добавить подзаголовок'; 'add_higher_level_topic_alt_additional' => 'Добавление ссылки на другой надзаголовок',
$backend_tl['add_lower_level_topic_alt'] = 'Ссылка на подзаголовок'; 'edit_higher_level_topic' => 'Редактировать надзаголовок',
$backend_tl['add_lower_level_topic_alt_additional'] = 'Добавление ссылки на подзаголовок'; 'add_lower_level_topic' => 'Добавить подзаголовок',
$backend_tl['delete_relation'] = 'Удалить взаимоотношение'; 'add_lower_level_topic_alt' => 'Ссылка на подзаголовок',
$backend_tl['document_add'] = 'Добавьте ссылку на документ!'; 'add_lower_level_topic_alt_additional' => 'Добавление ссылки на подзаголовок',
$backend_tl['document_add_simple'] = 'Добавить документ'; 'delete_relation' => 'Удалить взаимоотношение',
$backend_tl['source_add_simple'] = 'Добавить источник'; 'document_add' => 'Добавьте ссылку на документ!',
$backend_tl['source_edit'] = 'Редактировать источник'; 'document_add_simple' => 'Добавить документ',
$backend_tl['link_add_simple'] = 'Добавить ссылку'; 'source_add_simple' => 'Добавить источник',
$backend_tl['topics_object_add'] = 'Добавьте ссылку к объекту!'; 'source_edit' => 'Редактировать источник',
$backend_tl['topics_object_add_simple'] = 'Добавьте ссылку на объект!'; 'link_add_simple' => 'Добавить ссылку',
$backend_tl['topics_select_from_list_to_edit'] = 'Изменение темы. Пожалуйста, выберите тему.'; 'topics_object_add' => 'Добавьте ссылку к объекту!',
$backend_tl['list_of_topics_to_be_deleted'] = 'Список тем, которые можно удалить:'; 'topics_object_add_simple' => 'Добавьте ссылку на объект!',
$backend_tl['can_add_new_user'] = 'Вы можете создать нового пользователя: '; 'topics_select_from_list_to_edit' => 'Изменение темы. Пожалуйста, выберите тему.',
$backend_tl['list_all_users'] = 'Список всех пользователей'; 'list_of_topics_to_be_deleted' => 'Список тем, которые можно удалить:',
$backend_tl['user_name'] = 'Имя'; 'can_add_new_user' => 'Вы можете создать нового пользователя: ',
$backend_tl['user_login_name'] = 'Имя пользователя'; 'list_all_users' => 'Список всех пользователей',
$backend_tl['user_role'] = 'Роль'; 'user_name' => 'Имя',
$backend_tl['user_last_login'] = 'Последний вход'; 'user_login_name' => 'Имя пользователя',
$backend_tl['user_rights_topics'] = 'Права на темы'; 'user_role' => 'Роль',
$backend_tl['select_by_clicking'] = 'Выбор кликом'; 'user_last_login' => 'Последний вход',
$backend_tl['here'] = 'здесь'; 'user_rights_topics' => 'Права на темы',
$backend_tl['higher_level_topic_not_listed'] = 'Если тема более высокого уровня не указана здесь, нажмите здесь'; 'select_by_clicking' => 'Выбор кликом',
$backend_tl['lower_level_topic_not_listed'] = 'Если тема нижнего уровня не указана здесь, то нажмите здесь'; 'here' => 'здесь',
$backend_tl['requirements_caps'] = 'УСЛОВИЯ'; 'higher_level_topic_not_listed' => 'Если тема более высокого уровня не указана здесь, нажмите здесь',
$backend_tl['requirements_file_name'] = '1. Изображение должно иметь имя файла, соответствующее общим правилам: без умляутов. Никаких точек (кроме как перед расширением файла). Никаких специальных символов. Без пробелов'; 'lower_level_topic_not_listed' => 'Если тема нижнего уровня не указана здесь, то нажмите здесь',
$backend_tl['requirements_jpg'] = '2. Изображение должно быть в формате JPG и иметь разрешение 72 dpi или 96 dpi.'; 'requirements_caps' => 'УСЛОВИЯ',
$backend_tl['requirements_short_side'] = '3. Длина меньшей стороны должна составлять МИНИМУМ 600 пикселей. Более длинная сторона не должна превышать МАКСИМУМ длины в 3000 пикселей.'; 'requirements_file_name' => '1. Изображение должно иметь имя файла, соответствующее общим правилам: без умляутов. Никаких точек (кроме как перед расширением файла). Никаких специальных символов. Без пробелов',
$backend_tl['requirements_filesize'] = '4. Размер не должен превышать 4 мегабайта. В идеале он должен иметь размер от 500 кб до 900 кб.'; 'requirements_jpg' => '2. Изображение должно быть в формате JPG и иметь разрешение 72 dpi или 96 dpi.',
$backend_tl['select_image_to_upload'] = 'Выберите файл изображения для загрузки. Он будет автоматически уменьшен в размере.'; 'requirements_short_side' => '3. Длина меньшей стороны должна составлять МИНИМУМ 600 пикселей. Более длинная сторона не должна превышать МАКСИМУМ длины в 3000 пикселей.',
$backend_tl['select_large_image_to_upload'] = 'Пожалуйста, выберите большой файл изображения для загрузки. Два меньших изображения будут созданы автоматически.'; 'requirements_filesize' => '4. Размер не должен превышать 4 мегабайта. В идеале он должен иметь размер от 500 кб до 900 кб.',
$backend_tl['pdf_select_from_list'] = '* Здесь вы можете загружать документы (исключительно в формате PDF) по теме - или связывать уже загруженные документы с темой.<br/>. 'select_image_to_upload' => 'Выберите файл изображения для загрузки. Он будет автоматически уменьшен в размере.',
Если документ не указан здесь, нажмите здесь'; 'select_large_image_to_upload' => 'Пожалуйста, выберите большой файл изображения для загрузки. Два меньших изображения будут созданы автоматически.',
$backend_tl['requirements_pdf_filename'] = '1. Загружаемый PDF-файл должен иметь имя файла, соответствующее общим правилам: без умляутов. Никаких точек (кроме как перед расширением файла). Никаких специальных символов. Никаких пробелов.'; 'pdf_select_from_list' => '* Здесь вы можете загружать документы (исключительно в формате PDF) по теме - или связывать уже загруженные документы с темой.<br/>.
$backend_tl['requirements_pdf_filesize'] = '2. Размер файла PDF не должен превышать 4 мегабайт. '; Если документ не указан здесь, нажмите здесь',
$backend_tl['select_pdf_for_upload'] = 'Пожалуйста, выберите PDF-файл для загрузки'; 'requirements_pdf_filename' => '1. Загружаемый PDF-файл должен иметь имя файла, соответствующее общим правилам: без умляутов. Никаких точек (кроме как перед расширением файла). Никаких специальных символов. Никаких пробелов.',
$backend_tl['explanation_document_kind'] = '<b>Поле: "Тип документа"</b><br><br>Пожалуйста, заполняйте всегда, но коротко!<br><br><br>Пример 1: "pdf'; 'requirements_pdf_filesize' => '2. Размер файла PDF не должен превышать 4 мегабайт. ',
$backend_tl['explanation_document_text'] = '<b>Поле: "Отображаемый текст"</b><br><br>К обязательному заполнению<br><br>Введенный текст отображается в виде ссылки на документ.'; 'select_pdf_for_upload' => 'Пожалуйста, выберите PDF-файл для загрузки',
$backend_tl['explanation_document_location'] = '<b>Поле: "Место хранения" (Link)"</b><br><br>К обязательному заполнению<br><br>В идеале - предложение с кратким изложением содержания темы.'; 'explanation_document_kind' => '<b>Поле: "Тип документа"</b><br><br>Пожалуйста, заполняйте всегда, но коротко!<br><br><br>Пример 1: "pdf',
$backend_tl['explanation_document_note'] = '<b>Поле: "Примечание"</b><br><br>Необязательно к заполнению. Сопровождающая документ информация.'; 'explanation_document_text' => '<b>Поле: "Отображаемый текст"</b><br><br>К обязательному заполнению<br><br>Введенный текст отображается в виде ссылки на документ.',
$backend_tl['type_of_document'] = 'Тип документа'; 'explanation_document_location' => '<b>Поле: "Место хранения" (Link)"</b><br><br>К обязательному заполнению<br><br>В идеале - предложение с кратким изложением содержания темы.',
$backend_tl['document_display_text'] = 'Отображаемый текст'; 'explanation_document_note' => '<b>Поле: "Примечание"</b><br><br>Необязательно к заполнению. Сопровождающая документ информация.',
$backend_tl['document_location'] = 'Место хранения (ссылка)'; 'type_of_document' => 'Тип документа',
$backend_tl['document_note'] = 'Примечание'; 'document_display_text' => 'Отображаемый текст',
$backend_tl['document_type_mandatory'] = 'Необходимо ввести тип документа!'; 'document_location' => 'Место хранения (ссылка)',
$backend_tl['document_name_mandatory'] = 'Необходимо ввести отображаемый текст!'; 'document_note' => 'Примечание',
$backend_tl['document_summary_mandatory'] = 'Необходимо ввести краткое резюме!'; 'document_type_mandatory' => 'Необходимо ввести тип документа!',
$backend_tl['document_location_mandatory'] = 'Необходимо ввести место хранения!'; 'document_name_mandatory' => 'Необходимо ввести отображаемый текст!',
$backend_tl['explanation_object_version'] = '<b>Поле: "Версия"</b><br><br>Пожалуйста, выберите версию museum-digital из списка<br><br>'; 'document_summary_mandatory' => 'Необходимо ввести краткое резюме!',
$backend_tl['explanation_object_number'] = '<b>Поле: "Номер объекта"</b><br><br>Пожалуйста, введите номер объекта в выбранной версии museum-digital<br><br>'; 'document_location_mandatory' => 'Необходимо ввести место хранения!',
$backend_tl['explanation_object_institution'] = '<b>Поле: "Название организации"</b><br><br>К обязательному заполнению<br><br>Название учреждения, в собственности которого находится объект. Выполняет роль справочного источника в публикации<br><br>Любое форматирование, не более 200 знаков'; 'explanation_object_version' => '<b>Поле: "Версия"</b><br><br>Пожалуйста, выберите версию museum-digital из списка<br><br>',
$backend_tl['explanation_object_object_title'] = '<b>Поле: "Назначение объекта"</b><br><br>К обязательному заполнению<br><br>KБудьте краткими<br><br>максимум 200 символов'; 'explanation_object_number' => '<b>Поле: "Номер объекта"</b><br><br>Пожалуйста, введите номер объекта в выбранной версии museum-digital<br><br>',
$backend_tl['explanation_object_description'] = '<b>Поле: "[Альтернативное] Описание объекта"</b><br><br>Если вы связали объект из museum-digital, то отобразится его описание. Если вы хотите использовать другое описание объекта для темы, пожалуйста, заполните это поле.<br><br>При указании объекта не из museum-digital, необходимо обязательно заполнить это поле.<br><br>Любой объем текста, в идеале 500 символов'; 'explanation_object_institution' => '<b>Поле: "Название организации"</b><br><br>К обязательному заполнению<br><br>Название учреждения, в собственности которого находится объект. Выполняет роль справочного источника в публикации<br><br>Любое форматирование, не более 200 знаков',
$backend_tl['explanation_object_text_image'] = '<b>Поле: "Текст для изображения"</b><br><br>Просьба заполнить. Текст появляется при наведении курсора мыши на изображение или при возникновении проблем с загрузкой изображения.<br><br>Это также подходящее место для добавления информации об авторских правах, например:<br>&copy; Fürstin Pauline Bibliothek<br><br>Любой объем текста, в идеале 1000 символов'; 'explanation_object_object_title' => '<b>Поле: "Назначение объекта"</b><br><br>К обязательному заполнению<br><br>KБудьте краткими<br><br>максимум 200 символов',
$backend_tl['explanation_object_image_click'] = '<b>Поле: "При нажатии на изображение"</b><br><br>Пожалуйста, заполняйте только в том случае, если щелчок на этом изображении должен привести к интернет-источнику.<br><br>Пожалуйста, всегда указывайте полные URL, т.е. с "http(s)://" перед ними.'; 'explanation_object_description' => '<b>Поле: "[Альтернативное] Описание объекта"</b><br><br>Если вы связали объект из museum-digital, то отобразится его описание. Если вы хотите использовать другое описание объекта для темы, пожалуйста, заполните это поле.<br><br>При указании объекта не из museum-digital, необходимо обязательно заполнить это поле.<br><br>Любой объем текста, в идеале 500 символов',
$backend_tl['version_of_md'] = 'Версия museum-digital'; 'explanation_object_text_image' => '<b>Поле: "Текст для изображения"</b><br><br>Просьба заполнить. Текст появляется при наведении курсора мыши на изображение или при возникновении проблем с загрузкой изображения.<br><br>Это также подходящее место для добавления информации об авторских правах, например:<br>&copy; Fürstin Pauline Bibliothek<br><br>Любой объем текста, в идеале 1000 символов',
$backend_tl['object_object_number'] = 'Номер объекта'; 'explanation_object_image_click' => '<b>Поле: "При нажатии на изображение"</b><br><br>Пожалуйста, заполняйте только в том случае, если щелчок на этом изображении должен привести к интернет-источнику.<br><br>Пожалуйста, всегда указывайте полные URL, т.е. с "http(s)://" перед ними.',
$backend_tl['object_name_institution'] = 'Название организации'; 'version_of_md' => 'Версия museum-digital',
$backend_tl['object_title'] = 'Название объекта'; 'object_object_number' => 'Номер объекта',
$backend_tl['object_alternative_description'] = 'Альтернативное описание объекта'; 'object_name_institution' => 'Название организации',
$backend_tl['image'] = 'Изображение'; 'object_title' => 'Название объекта',
$backend_tl['image_text'] = 'Текст к изображению'; 'object_alternative_description' => 'Альтернативное описание объекта',
$backend_tl['image_link'] = 'При нажатии на изображение'; 'image' => 'Изображение',
$backend_tl['linking_image_mandatory'] = 'Чтобы сохранить, нужно связать изображение (справа)'; 'image_text' => 'Текст к изображению',
$backend_tl['image_change'] = 'Заменить изображение'; 'image_link' => 'При нажатии на изображение',
$backend_tl['image_upload'] = 'Загрузить изображение'; 'linking_image_mandatory' => 'Чтобы сохранить, нужно связать изображение (справа)',
$backend_tl['md_version_mandatory'] = 'Необходимо указать версию museum-digital!'; 'image_change' => 'Заменить изображение',
$backend_tl['object_number_mandatory'] = 'Необходимо ввести номер!'; 'image_upload' => 'Загрузить изображение',
$backend_tl['assigned_to'] = 'Назначено на/к'; 'md_version_mandatory' => 'Необходимо указать версию museum-digital!',
$backend_tl['preview_in'] = 'Предварительный просмотр в'; 'object_number_mandatory' => 'Необходимо ввести номер!',
$backend_tl['source_titel'] = 'Наименование источника'; 'assigned_to' => 'Назначено на/к',
$backend_tl['source_list_not_listed'] = '* Здесь можно ввести ссылки на источники (= ссылки на литературу, которой нет в интернете) или сослаться на уже известные ссылки.<br/> 'preview_in' => 'Предварительный просмотр в',
Если источник не указан здесь, кликните здесь '; 'source_titel' => 'Наименование источника',
$backend_tl['mandatory_title_source'] = 'Необходимо добавить заголовок для источника!'; 'source_list_not_listed' => '* Здесь можно ввести ссылки на источники (= ссылки на литературу, которой нет в интернете) или сослаться на уже известные ссылки.<br/>
$backend_tl['linkdisplayname'] = 'Текст отображения ссылки'; Если источник не указан здесь, кликните здесь ',
$backend_tl['link'] = 'Ссылка'; 'mandatory_title_source' => 'Необходимо добавить заголовок для источника!',
$backend_tl['mandatory_enter_link'] = 'Sie müssen einen Link eingeben!'; 'linkdisplayname' => 'Текст отображения ссылки',
$backend_tl['edit_lower_level_topic'] = 'Редактировать подзаголовок'; 'link' => 'Ссылка',
$backend_tl['translation_language'] = 'Язык'; 'mandatory_enter_link' => 'Sie müssen einen Link eingeben!',
$backend_tl['change_topic_page_layout'] = 'Изменен макет страницы'; 'edit_lower_level_topic' => 'Редактировать подзаголовок',
$backend_tl['change_topic_page_map'] = 'Изменено положение карты'; 'translation_language' => 'Язык',
$backend_tl['changed_tooltip_color'] = 'Изменен цвет всплывающей подсказки'; 'change_topic_page_layout' => 'Изменен макет страницы',
$backend_tl['enable_disable_tooltip'] = 'Всплывающая подсказка (де)активирована'; 'change_topic_page_map' => 'Изменено положение карты',
$backend_tl['translation_added'] = 'Добавлен перевод'; 'changed_tooltip_color' => 'Изменен цвет всплывающей подсказки',
$backend_tl['translation_deleted'] = 'Перевод удалён'; 'enable_disable_tooltip' => 'Всплывающая подсказка (де)активирована',
$backend_tl['translation_updated'] = 'Перевод отредактирован'; 'translation_added' => 'Добавлен перевод',
$backend_tl['topic_base_updated'] = 'Основная информация была отредактирована'; 'translation_deleted' => 'Перевод удалён',
$backend_tl['topic_to_topic_link_added'] = 'Создана взаимосвязь между темами'; 'translation_updated' => 'Перевод отредактирован',
$backend_tl['topic_to_topic_link_deleted'] = 'Удалена связь между двумя темами'; 'topic_base_updated' => 'Основная информация была отредактирована',
$backend_tl['moved_in_order'] = 'Отредактирована последовательность'; 'topic_to_topic_link_added' => 'Создана взаимосвязь между темами',
$backend_tl['document_updated'] = 'Документ отредактирован'; 'topic_to_topic_link_deleted' => 'Удалена связь между двумя темами',
$backend_tl['document_linked'] = 'На документ дана ссылка'; 'moved_in_order' => 'Отредактирована последовательность',
$backend_tl['document_link_removed'] = 'Ссылка на документ удалена'; 'document_updated' => 'Документ отредактирован',
$backend_tl['source_linked'] = 'Указана ссылка на источник'; 'document_linked' => 'На документ дана ссылка',
$backend_tl['source_link_removed'] = 'Удалена ссылка на источник'; 'document_link_removed' => 'Ссылка на документ удалена',
$backend_tl['hyperlink_linked'] = 'Установлена гиперссылка'; 'source_linked' => 'Указана ссылка на источник',
$backend_tl['hyperlink_link_removed'] = 'Гиперссылка удалена'; 'source_link_removed' => 'Удалена ссылка на источник',
$backend_tl['image_uploaded'] = 'Изображение загружено'; 'hyperlink_linked' => 'Установлена гиперссылка',
$backend_tl['image_removed'] = 'Изображение удалено'; 'hyperlink_link_removed' => 'Гиперссылка удалена',
$backend_tl['object_info_updated'] = 'Отредактирована информация об объекте'; 'image_uploaded' => 'Изображение загружено',
$backend_tl['object_link_added'] = 'Добавлена ссылка на объект'; 'image_removed' => 'Изображение удалено',
$backend_tl['object_link_removed'] = 'Удалена ссылка на объект'; 'object_info_updated' => 'Отредактирована информация об объекте',
$backend_tl['topic_new_added'] = 'Добавлена новая тема'; 'object_link_added' => 'Добавлена ссылка на объект',
$backend_tl['topic_deleted'] = 'Тема удалена'; 'object_link_removed' => 'Удалена ссылка на объект',
$backend_tl['link_info_updated'] = 'Обновлена информация о ссылке'; 'topic_new_added' => 'Добавлена новая тема',
$backend_tl['source_info_updated'] = 'Источник отредактирован'; 'topic_deleted' => 'Тема удалена',
$backend_tl['display_topic_startpage'] = 'Показать на главной странице'; 'link_info_updated' => 'Обновлена информация о ссылке',
$backend_tl['hide_topic_startpage'] = 'Скрыть на главной странице'; 'source_info_updated' => 'Источник отредактирован',
$backend_tl['startpage_normal'] = 'Тематор - обычный'; 'display_topic_startpage' => 'Показать на главной странице',
$backend_tl['startpage_scrollitelling'] = 'Тематор - Прокрутка'; 'hide_topic_startpage' => 'Скрыть на главной странице',
$backend_tl['enable_direct_object_links'] = 'Связывайте объекты непосредственно в museum-digital'; 'startpage_normal' => 'Тематор - обычный',
$backend_tl['username'] = 'Имя пользователя'; 'startpage_scrollitelling' => 'Тематор - Прокрутка',
$backend_tl['realname'] = 'Настоящее имя'; 'enable_direct_object_links' => 'Связывайте объекты непосредственно в museum-digital',
$backend_tl['mail'] = 'Электронная почта'; 'username' => 'Имя пользователя',
$backend_tl['new_password'] = 'Новый пароль (Пустое поле = сохранить старый пароль)'; 'realname' => 'Настоящее имя',
$backend_tl['password_confirmation'] = 'Пароль (для подтверждения)'; 'mail' => 'Электронная почта',
$backend_tl['userrole'] = 'Роль пользователя'; 'new_password' => 'Новый пароль (Пустое поле = сохранить старый пароль)',
$backend_tl['admin'] = 'Администратор (высший уровень)'; 'password_confirmation' => 'Пароль (для подтверждения)',
$backend_tl['regular_user'] = 'Обычный пользователь'; 'userrole' => 'Роль пользователя',
$backend_tl['preview_normal'] = 'Предварительный просмотр в тематоре'; 'admin' => 'Администратор (высший уровень)',
$backend_tl['preview_scrollitelling'] = 'Предварительный просмотр в режиме прокрутки'; 'regular_user' => 'Обычный пользователь',
$backend_tl['css_for_scroll'] = 'Адаптация CSS для режима прокрутки'; 'preview_normal' => 'Предварительный просмотр в тематоре',
$backend_tl['warning_for_scrollitelling_only'] = 'Внимание: Эта функция используется только в режиме прокрутки.'; 'preview_scrollitelling' => 'Предварительный просмотр в режиме прокрутки',
$backend_tl['edit_object_text'] = 'Редактирование текста объекта'; 'css_for_scroll' => 'Адаптация CSS для режима прокрутки',
$backend_tl['object_text_specific_to_topic'] = 'Текст объекта относится к данной теме'; 'warning_for_scrollitelling_only' => 'Внимание: Эта функция используется только в режиме прокрутки.',
$backend_tl['object_text_original_md'] = 'Оригинальный текст с museum-digital'; 'edit_object_text' => 'Редактирование текста объекта',
$backend_tl['md_object_either_from_md'] = 'Или: Вы связываете тему с объектом из museum-digital ...'; 'object_text_specific_to_topic' => 'Текст объекта относится к данной теме',
$backend_tl['md_object_local_object'] = 'Или: Вы вносите объект, который не представлен в museum-digital ...'; 'object_text_original_md' => 'Оригинальный текст с museum-digital',
$backend_tl['163'] = ''; 'md_object_either_from_md' => 'Или: Вы связываете тему с объектом из museum-digital ...',
$backend_tl['image_uploader'] = 'Загрузка изображений'; 'md_object_local_object' => 'Или: Вы вносите объект, который не представлен в museum-digital ...',
$backend_tl['215'] = ''; 163 => '',
$backend_tl['username_too_short'] = 'Имя входа в систему должно состоять как минимум из пяти символов'; 'image_uploader' => 'Загрузка изображений',
$backend_tl['password_too_short'] = 'Пароль должен состоять как минимум из 8 символов'; 215 => '',
$backend_tl['217'] = ''; 'username_too_short' => 'Имя входа в систему должно состоять как минимум из пяти символов',
'password_too_short' => 'Пароль должен состоять как минимум из 8 символов',
217 => '',
);

View File

@ -1,10 +1,13 @@
<?PHP <?PHP
$general['topic'] = 'Тема'; declare(strict_types = 1);
$general['topics'] = 'Темы'; $general = array (
$general['exhibition_view'] = 'Просмотр выставки'; 'topic' => 'Тема',
$general['expand_all'] = 'Развернуть всё'; 'topics' => 'Темы',
$general['reduce'] = 'Свернуть'; 'exhibition_view' => 'Просмотр выставки',
$general['objektsfor'] = 'Объекты для'; 'expand_all' => 'Развернуть всё',
$general['objektsfor_description'] = 'Просмотр объектов из этой темы и подтем, соответствующих заданному местоположению'; 'reduce' => 'Свернуть',
$general['next'] = 'Следующее'; 'objektsfor' => 'Объекты для',
$general['previous'] = 'Предыдущее'; 'objektsfor_description' => 'Просмотр объектов из этой темы и подтем, соответствующих заданному местоположению',
'next' => 'Следующее',
'previous' => 'Предыдущее',
);

View File

@ -1,10 +1,13 @@
<?PHP <?PHP
$tlLogin['username'] = 'Имя пользователя'; declare(strict_types = 1);
$tlLogin['password'] = 'Пароль'; $tlLogin = array (
$tlLogin['login'] = 'Логин'; 'username' => 'Имя пользователя',
$tlLogin['remember_me'] = 'Запомнить вход'; 'password' => 'Пароль',
$tlLogin['global_statistics'] = 'Глобальная статистика'; 'login' => 'Логин',
$tlLogin['recent_blog_posts'] = 'Последние записи в блоге'; 'remember_me' => 'Запомнить вход',
$tlLogin['public_db_contents'] = 'Опубликованное содержимое баз данных'; 'global_statistics' => 'Глобальная статистика',
$tlLogin['log_in'] = 'Войти'; 'recent_blog_posts' => 'Последние записи в блоге',
$tlLogin['avg_text_len'] = 'Описания объекта: Средняя длина'; 'public_db_contents' => 'Опубликованное содержимое баз данных',
'log_in' => 'Войти',
'avg_text_len' => 'Описания объекта: Средняя длина',
);

View File

@ -1,7 +1,10 @@
<?PHP <?PHP
$nav['home'] = 'Главная'; declare(strict_types = 1);
$nav['museum'] = 'Музеи'; $nav = array (
$nav['collection'] = 'Собрания'; 'home' => 'Главная',
$nav['object'] = 'Объекты'; 'museum' => 'Музеи',
$nav['topics'] = 'Темы'; 'collection' => 'Собрания',
$nav['contact'] = 'Обратная связь'; 'object' => 'Объекты',
'topics' => 'Темы',
'contact' => 'Обратная связь',
);

View File

@ -1,11 +1,14 @@
<?PHP <?PHP
$startpage['title'] = 'Museum-Digital :: Темы'; declare(strict_types = 1);
$startpage['headertitle'] = 'Темы'; $startpage = array (
$startpage['languages'] = 'Языки'; 'title' => 'Museum-Digital :: Темы',
$startpage['german'] = 'Немецкий'; 'headertitle' => 'Темы',
$startpage['english'] = 'Английский'; 'languages' => 'Языки',
$startpage['for_example'] = 'Например ...'; 'german' => 'Немецкий',
$startpage['all_topics'] = 'Все темы'; 'english' => 'Английский',
$startpage['about'] = 'Темы, статьи и выставки в museum-digital.'; 'for_example' => 'Например ...',
$startpage['meta_description'] = 'Тематор - это инструмент museum-digital для создания цифрового повествования (digital storytelling).'; 'all_topics' => 'Все темы',
$startpage['meta_keywords'] = 'Цифровое повествование (Digital storytelling), выставки, преподавание, образование, музеи'; 'about' => 'Темы, статьи и выставки в museum-digital.',
'meta_description' => 'Тематор - это инструмент museum-digital для создания цифрового повествования (digital storytelling).',
'meta_keywords' => 'Цифровое повествование (Digital storytelling), выставки, преподавание, образование, музеи',
);

View File

@ -1,9 +1,12 @@
<?PHP <?PHP
$topic['related_objects'] = 'Связанные объекты ...'; declare(strict_types = 1);
$topic['related_documents'] = 'Документы по теме ...'; $topic = array (
$topic['sources_and_links'] = 'Источники и ссылки ...'; 'related_objects' => 'Связанные объекты ...',
$topic['next'] = 'Подробнее'; 'related_documents' => 'Документы по теме ...',
$topic['map'] = 'Карта'; 'sources_and_links' => 'Источники и ссылки ...',
$topic['show_object'] = 'Показать объект'; 'next' => 'Подробнее',
$topic['show_objects'] = 'Показать объекты'; 'map' => 'Карта',
$topic['search'] = 'Поиск'; 'show_object' => 'Показать объект',
'show_objects' => 'Показать объекты',
'search' => 'Поиск',
);

View File

@ -1,9 +1,12 @@
<?PHP <?PHP
$topic['material_technique'] = 'Материал/Техника'; declare(strict_types = 1);
$topic['measurements'] = 'Размеры'; $topic = array (
$topic['when'] = 'Когда'; 'material_technique' => 'Материал/Техника',
$topic['where'] = 'Где'; 'measurements' => 'Размеры',
$topic['who'] = 'Кто'; 'when' => 'Когда',
$topic['object_from'] = 'Объект из'; 'where' => 'Где',
$topic['original_entry'] = 'Первоначальная запись'; 'who' => 'Кто',
$topic['literature'] = 'Литература'; 'object_from' => 'Объект из',
'original_entry' => 'Первоначальная запись',
'literature' => 'Литература',
);

View File

@ -1,220 +1,223 @@
<?PHP <?PHP
$backend_tl['input_interface'] = 'Input Interface'; declare(strict_types = 1);
$backend_tl['topics'] = 'Topics'; $backend_tl = array (
$backend_tl['add'] = 'Add'; 'input_interface' => 'Input Interface',
$backend_tl['delete'] = 'Delete'; 'topics' => 'Topics',
$backend_tl['users'] = 'Users'; 'add' => 'Add',
$backend_tl['edit'] = 'Edit'; 'delete' => 'Delete',
$backend_tl['logged_in_as'] = 'Logged in as'; 'users' => 'Users',
$backend_tl['logout'] = 'Log out'; 'edit' => 'Edit',
$backend_tl['topic'] = 'Topic'; 'logged_in_as' => 'Logged in as',
$backend_tl['selectmuseumforediting'] = 'Select a museum for editing ...'; 'logout' => 'Log out',
$backend_tl['museum_edit'] = 'Edit a museum ...'; 'topic' => 'Topic',
$backend_tl['museum_add'] = 'Add a museum ...'; 'selectmuseumforediting' => 'Select a museum for editing ...',
$backend_tl['collection_select'] = 'Select a collection for editing ...'; 'museum_edit' => 'Edit a museum ...',
$backend_tl['collection_edit'] = 'Edit a collection ...'; 'museum_add' => 'Add a museum ...',
$backend_tl['collection_add'] = 'Add a collection ...'; 'collection_select' => 'Select a collection for editing ...',
$backend_tl['object_select'] = 'Select an object for editing ...'; 'collection_edit' => 'Edit a collection ...',
$backend_tl['object_edit'] = 'Edit an object ...'; 'collection_add' => 'Add a collection ...',
$backend_tl['object_add'] = 'Add an object ...'; 'object_select' => 'Select an object for editing ...',
$backend_tl['ufo_edit'] = 'Edit an U-F-O ...'; 'object_edit' => 'Edit an object ...',
$backend_tl['ufo_add'] = 'Add an U-F-O ...'; 'object_add' => 'Add an object ...',
$backend_tl['event_select'] = 'Select an event for editing ...'; 'ufo_edit' => 'Edit an U-F-O ...',
$backend_tl['event_edit'] = 'Edit an event ...'; 'ufo_add' => 'Add an U-F-O ...',
$backend_tl['event_add'] = 'Add an event ...'; 'event_select' => 'Select an event for editing ...',
$backend_tl['time_select'] = 'Select a time term for editing ...'; 'event_edit' => 'Edit an event ...',
$backend_tl['time_edit'] = 'Edit a time term ...'; 'event_add' => 'Add an event ...',
$backend_tl['time_add'] = 'Add a time term ...'; 'time_select' => 'Select a time term for editing ...',
$backend_tl['persinst_select'] = 'Select an actor for editing ...'; 'time_edit' => 'Edit a time term ...',
$backend_tl['persinst_edit'] = 'Edit an actor ...'; 'time_add' => 'Add a time term ...',
$backend_tl['persinst_add'] = 'Add an actor ...'; 'persinst_select' => 'Select an actor for editing ...',
$backend_tl['place_select'] = 'Select a place for editing ...'; 'persinst_edit' => 'Edit an actor ...',
$backend_tl['place_edit'] = 'Edit a place ...'; 'persinst_add' => 'Add an actor ...',
$backend_tl['place_add'] = 'Add a place ...'; 'place_select' => 'Select a place for editing ...',
$backend_tl['tag_select'] = 'Select a tag for editing ...'; 'place_edit' => 'Edit a place ...',
$backend_tl['tag_edit'] = 'Edit a tag ...'; 'place_add' => 'Add a place ...',
$backend_tl['tag_add'] = 'Add a tag ...'; 'tag_select' => 'Select a tag for editing ...',
$backend_tl['literature_select'] = 'Select a literature entry for editing ...'; 'tag_edit' => 'Edit a tag ...',
$backend_tl['literature_edit'] = 'Edit a literature entry ...'; 'tag_add' => 'Add a tag ...',
$backend_tl['literature_add'] = 'Add a literature entry ...'; 'literature_select' => 'Select a literature entry for editing ...',
$backend_tl['link_select'] = 'Select a hyperlink for editing ...'; 'literature_edit' => 'Edit a literature entry ...',
$backend_tl['link_edit'] = 'Edit hyperlink'; 'literature_add' => 'Add a literature entry ...',
$backend_tl['link_add'] = 'Add hyperlink!'; 'link_select' => 'Select a hyperlink for editing ...',
$backend_tl['image_edit'] = 'Select an image for editing ...'; 'link_edit' => 'Edit hyperlink',
$backend_tl['document_attach'] = 'Attach a document ...'; 'link_add' => 'Add hyperlink!',
$backend_tl['tag_select_simple'] = 'Please select a tag ...'; 'image_edit' => 'Select an image for editing ...',
$backend_tl['settings_edit'] = 'Edit settings ...'; 'document_attach' => 'Attach a document ...',
$backend_tl['user_select'] = 'Select a user for editing ...'; 'tag_select_simple' => 'Please select a tag ...',
$backend_tl['topic_edit'] = 'Edit a <b style="color:#3333aa;">topic</b>'; 'settings_edit' => 'Edit settings ...',
$backend_tl['subtopic_edit'] = 'Add a <b style="color:#3333aa;">lower level topic</b>'; 'user_select' => 'Select a user for editing ...',
$backend_tl['document_edit'] = 'Edit document'; 'topic_edit' => 'Edit a <b style="color:#3333aa;">topic</b>',
$backend_tl['source_add'] = 'Add link with a source!'; 'subtopic_edit' => 'Add a <b style="color:#3333aa;">lower level topic</b>',
$backend_tl['object_add_complicated'] = 'Add an <b style="color:#3333aa;">object</b>'; 'document_edit' => 'Edit document',
$backend_tl['object_edit_complicated'] = 'Edit an <b style="color:#3333aa;">object entry</b>'; 'source_add' => 'Add link with a source!',
$backend_tl['user_role_change_alt'] = 'Changes the relation between a user and a topic'; 'object_add_complicated' => 'Add an <b style="color:#3333aa;">object</b>',
$backend_tl['send'] = 'Send'; 'object_edit_complicated' => 'Edit an <b style="color:#3333aa;">object entry</b>',
$backend_tl['once_again'] = 'Once again'; 'user_role_change_alt' => 'Changes the relation between a user and a topic',
$backend_tl['field'] = 'Field'; 'send' => 'Send',
$backend_tl['definitelyconfirm'] = 'Yes!!'; 'once_again' => 'Once again',
$backend_tl['explanation_short_title'] = '<b>Field "Short Title"</b><br><br>This field is mandatory!<br><br>The short title is used for listing the entry in the navigation<br><br>Example 1: "Archaology of the Lords of Anhalt"<br>Example 2: "Excavations"'; 'field' => 'Field',
$backend_tl['explanation_long_title'] = '<b>Field: "Long Title"</b><br><br>This field is mandatory!<br><br>Der "Langtitel" ist der eigentliche Titel des Themas. Bestenfalls nicht mehr als 150 Zeichen.<br><br>Example: "Archäologie der anhaltischen Fürsten vom 15. Jahrhundert bis in unsere Tage'; 'definitelyconfirm' => 'Yes!!',
$backend_tl['explanation_abstract'] = '<b>Field: "Abstract"</b><br><br>This field is mandatory!<br><br>Ideally a sentence, that summarizes the topic\'s contents.'; 'explanation_short_title' => '<b>Field "Short Title"</b><br><br>This field is mandatory!<br><br>The short title is used for listing the entry in the navigation<br><br>Example 1: "Archaology of the Lords of Anhalt"<br>Example 2: "Excavations"',
$backend_tl['explanation_text'] = '<b>Field: "Image Text"</b><br><br>This field is mandatory!<br><br>Unrestricted length of text. Ideally, the text fills about one screen. If possible, write sentences and avoid lists.<br><br>You can - but are not required to - upload an image for the topic. The image will appear on the left of the text.'; 'explanation_long_title' => '<b>Field: "Long Title"</b><br><br>This field is mandatory!<br><br>Der "Langtitel" ist der eigentliche Titel des Themas. Bestenfalls nicht mehr als 150 Zeichen.<br><br>Example: "Archäologie der anhaltischen Fürsten vom 15. Jahrhundert bis in unsere Tage',
$backend_tl['explanation_text_image'] = '<b>Field: "Image Text"</b><br><br>Please only fill this out, if you have uploaded an image for the topic. This text appears upon hovering over the image. Useful for information on copyright and origin.'; 'explanation_abstract' => '<b>Field: "Abstract"</b><br><br>This field is mandatory!<br><br>Ideally a sentence, that summarizes the topic\'s contents.',
$backend_tl['explanation_link_image'] = '<b>Field: "Target for click on image"</b><br><br>Please only fill this out if you have uploaded an image for the topic and want the user to be linked to another source on the web upon clicking on the image.<br><br>Requires absolute URLs, beginning with "http(s)://".'; 'explanation_text' => '<b>Field: "Image Text"</b><br><br>This field is mandatory!<br><br>Unrestricted length of text. Ideally, the text fills about one screen. If possible, write sentences and avoid lists.<br><br>You can - but are not required to - upload an image for the topic. The image will appear on the left of the text.',
$backend_tl['topic_image'] = 'Image for topic:'; 'explanation_text_image' => '<b>Field: "Image Text"</b><br><br>Please only fill this out, if you have uploaded an image for the topic. This text appears upon hovering over the image. Useful for information on copyright and origin.',
$backend_tl['topic_image_switch'] = 'Change image'; 'explanation_link_image' => '<b>Field: "Target for click on image"</b><br><br>Please only fill this out if you have uploaded an image for the topic and want the user to be linked to another source on the web upon clicking on the image.<br><br>Requires absolute URLs, beginning with "http(s)://".',
$backend_tl['topic_image_noimage'] = 'No image available'; 'topic_image' => 'Image for topic:',
$backend_tl['topic_image_upload'] = 'Upload image'; 'topic_image_switch' => 'Change image',
$backend_tl['map'] = 'Map'; 'topic_image_noimage' => 'No image available',
$backend_tl['topic_map_disabled'] = 'Show topic without a map'; 'topic_image_upload' => 'Upload image',
$backend_tl['topic_map_enabled'] = 'Display topic with a map (objects of the topic on a map)'; 'map' => 'Map',
$backend_tl['topic_map_enabled_inclusive'] = 'Display topic with a map (objects of the topic and all lower level topics on a map)'; 'topic_map_disabled' => 'Show topic without a map',
$backend_tl['short_title'] = 'Short Title'; 'topic_map_enabled' => 'Display topic with a map (objects of the topic on a map)',
$backend_tl['long_title'] = 'Long Title'; 'topic_map_enabled_inclusive' => 'Display topic with a map (objects of the topic and all lower level topics on a map)',
$backend_tl['abstract'] = 'Abstract'; 'short_title' => 'Short Title',
$backend_tl['text_for_topic'] = 'Text on the Topic'; 'long_title' => 'Long Title',
$backend_tl['text_for_image'] = 'Image Text'; 'abstract' => 'Abstract',
$backend_tl['link_image'] = 'Target for Clicking on Image'; 'text_for_topic' => 'Text on the Topic',
$backend_tl['topic_presentation'] = 'Presentation'; 'text_for_image' => 'Image Text',
$backend_tl['topic_background'] = 'Background: '; 'link_image' => 'Target for Clicking on Image',
$backend_tl['topic_ballon_form'] = 'Bubble form: '; 'topic_presentation' => 'Presentation',
$backend_tl['topic_tooltip'] = 'Tool-Tip: '; 'topic_background' => 'Background: ',
$backend_tl['required_short_title'] = 'You need to enter a short title!'; 'topic_ballon_form' => 'Bubble form: ',
$backend_tl['required_long_text'] = 'You need to enter a more extensive title!'; 'topic_tooltip' => 'Tool-Tip: ',
$backend_tl['required_text'] = 'A text is required for a topic!'; 'required_short_title' => 'You need to enter a short title!',
$backend_tl['error_morethanonetopic'] = 'Encountered more than one topic ... Something must have gone wrong'; 'required_long_text' => 'You need to enter a more extensive title!',
$backend_tl['add_higher_level_topic'] = 'Add higher level topic'; 'required_text' => 'A text is required for a topic!',
$backend_tl['add_higher_level_topic_alt'] = 'Links with a higher level topic'; 'error_morethanonetopic' => 'Encountered more than one topic ... Something must have gone wrong',
$backend_tl['add_higher_level_topic_alt_additional'] = 'Add link to another higher level topic'; 'add_higher_level_topic' => 'Add higher level topic',
$backend_tl['edit_higher_level_topic'] = 'Edit higher level topic'; 'add_higher_level_topic_alt' => 'Links with a higher level topic',
$backend_tl['add_lower_level_topic'] = 'Add lower level topic'; 'add_higher_level_topic_alt_additional' => 'Add link to another higher level topic',
$backend_tl['add_lower_level_topic_alt'] = 'Link a lower level topic'; 'edit_higher_level_topic' => 'Edit higher level topic',
$backend_tl['add_lower_level_topic_alt_additional'] = 'Link to a lower level topic'; 'add_lower_level_topic' => 'Add lower level topic',
$backend_tl['edit_lower_level_topic'] = 'Edit lower level topics'; 'add_lower_level_topic_alt' => 'Link a lower level topic',
$backend_tl['delete_relation'] = 'Delete relation'; 'add_lower_level_topic_alt_additional' => 'Link to a lower level topic',
$backend_tl['document_add'] = 'Add a link to a document!'; 'edit_lower_level_topic' => 'Edit lower level topics',
$backend_tl['document_add_simple'] = 'Add document'; 'delete_relation' => 'Delete relation',
$backend_tl['source_add_simple'] = 'Add source'; 'document_add' => 'Add a link to a document!',
$backend_tl['source_edit'] = 'Edit source'; 'document_add_simple' => 'Add document',
$backend_tl['link_add_simple'] = 'Add a hyperlink'; 'source_add_simple' => 'Add source',
$backend_tl['topics_object_add'] = 'Add a link with an object!'; 'source_edit' => 'Edit source',
$backend_tl['topics_object_add_simple'] = 'Link an object!'; 'link_add_simple' => 'Add a hyperlink',
$backend_tl['topics_select_from_list_to_edit'] = 'Change the topic. Please select the topic.'; 'topics_object_add' => 'Add a link with an object!',
$backend_tl['list_of_topics_to_be_deleted'] = 'List of topics, that you can delete:'; 'topics_object_add_simple' => 'Link an object!',
$backend_tl['can_add_new_user'] = 'You may add a new user: '; 'topics_select_from_list_to_edit' => 'Change the topic. Please select the topic.',
$backend_tl['list_all_users'] = 'List of All Users'; 'list_of_topics_to_be_deleted' => 'List of topics, that you can delete:',
$backend_tl['user_name'] = 'Name'; 'can_add_new_user' => 'You may add a new user: ',
$backend_tl['user_login_name'] = 'Login Name'; 'list_all_users' => 'List of All Users',
$backend_tl['user_role'] = 'Role'; 'user_name' => 'Name',
$backend_tl['user_last_login'] = 'Last Login'; 'user_login_name' => 'Login Name',
$backend_tl['user_rights_topics'] = 'Rights for topics'; 'user_role' => 'Role',
$backend_tl['select_by_clicking'] = 'Select by clicking'; 'user_last_login' => 'Last Login',
$backend_tl['here'] = 'here'; 'user_rights_topics' => 'Rights for topics',
$backend_tl['higher_level_topic_not_listed'] = 'If the higher level topic is not listed here, then please click'; 'select_by_clicking' => 'Select by clicking',
$backend_tl['lower_level_topic_not_listed'] = 'If the lower level topic is not listed here, then please click'; 'here' => 'here',
$backend_tl['requirements_caps'] = 'CONDITIONS'; 'higher_level_topic_not_listed' => 'If the higher level topic is not listed here, then please click',
$backend_tl['requirements_file_name'] = '1. The image filename needs to conform to the general rules: No special characters. No dots (except the one before the file extension). No spaces.'; 'lower_level_topic_not_listed' => 'If the lower level topic is not listed here, then please click',
$backend_tl['requirements_jpg'] = '2. The image file needs to be a JPG and have a DPI ratio of 72 or 96.'; 'requirements_caps' => 'CONDITIONS',
$backend_tl['requirements_short_side'] = '3. The shorter side needs be have a length of 600 pixels minimum. The longer side should not exceed a length of 3000 pixels.'; 'requirements_file_name' => '1. The image filename needs to conform to the general rules: No special characters. No dots (except the one before the file extension). No spaces.',
$backend_tl['requirements_filesize'] = '4. The file size should not exceed 4 megabyte. Ideally, the file size should be between 500kb and 900kb.'; 'requirements_jpg' => '2. The image file needs to be a JPG and have a DPI ratio of 72 or 96.',
$backend_tl['select_image_to_upload'] = 'Please select the image file you want to upload. It will be automatically resized.'; 'requirements_short_side' => '3. The shorter side needs be have a length of 600 pixels minimum. The longer side should not exceed a length of 3000 pixels.',
$backend_tl['select_large_image_to_upload'] = 'Please selecct the large image file you want to upload. Smaller versions willl be automatically created.'; 'requirements_filesize' => '4. The file size should not exceed 4 megabyte. Ideally, the file size should be between 500kb and 900kb.',
$backend_tl['pdf_select_from_list'] = '* Here you can upload documents (PDF files only) for a topic - or link documents that have already been uploaded.<br /> 'select_image_to_upload' => 'Please select the image file you want to upload. It will be automatically resized.',
If the document is not listed, then please click'; 'select_large_image_to_upload' => 'Please selecct the large image file you want to upload. Smaller versions willl be automatically created.',
$backend_tl['requirements_pdf_filename'] = '1. The file name of the PDF file to be uploaded needs to conform to the following general rules: No special characters. No dots (except the one before the file extension). No spaces.'; 'pdf_select_from_list' => '* Here you can upload documents (PDF files only) for a topic - or link documents that have already been uploaded.<br />
$backend_tl['requirements_pdf_filesize'] = '2. The file size of the PDF cannot exceed 4 megabyte. '; If the document is not listed, then please click',
$backend_tl['select_pdf_for_upload'] = 'Please select the PDF file to be uploaded.'; 'requirements_pdf_filename' => '1. The file name of the PDF file to be uploaded needs to conform to the following general rules: No special characters. No dots (except the one before the file extension). No spaces.',
$backend_tl['explanation_document_kind'] = '<b>Field: "Type of Document"</b><br><br>Mandatory<br><br><br>Example 1: "pdf"'; 'requirements_pdf_filesize' => '2. The file size of the PDF cannot exceed 4 megabyte. ',
$backend_tl['explanation_document_text'] = '<b>Field: "Display Text"</b><br><br>Mandatory<br><br>The text you entered will be displayed when linking the document.'; 'select_pdf_for_upload' => 'Please select the PDF file to be uploaded.',
$backend_tl['explanation_document_location'] = '<b>Field: "Storage location (link)"</b><br><br>Mandatory'; 'explanation_document_kind' => '<b>Field: "Type of Document"</b><br><br>Mandatory<br><br><br>Example 1: "pdf"',
$backend_tl['explanation_document_note'] = '<b>Field: "Note"</b><br><br>Not required. Additional information for the document.'; 'explanation_document_text' => '<b>Field: "Display Text"</b><br><br>Mandatory<br><br>The text you entered will be displayed when linking the document.',
$backend_tl['type_of_document'] = 'Type of Document'; 'explanation_document_location' => '<b>Field: "Storage location (link)"</b><br><br>Mandatory',
$backend_tl['document_display_text'] = 'Display text'; 'explanation_document_note' => '<b>Field: "Note"</b><br><br>Not required. Additional information for the document.',
$backend_tl['document_location'] = 'Storage location (link)'; 'type_of_document' => 'Type of Document',
$backend_tl['document_note'] = 'Note'; 'document_display_text' => 'Display text',
$backend_tl['document_type_mandatory'] = 'You need to enter a type of document!'; 'document_location' => 'Storage location (link)',
$backend_tl['document_name_mandatory'] = 'You need to enter a display name!'; 'document_note' => 'Note',
$backend_tl['document_summary_mandatory'] = 'You need to enter a short summary!'; 'document_type_mandatory' => 'You need to enter a type of document!',
$backend_tl['document_location_mandatory'] = 'You need to enter a storage location!'; 'document_name_mandatory' => 'You need to enter a display name!',
$backend_tl['explanation_object_version'] = '<b>Field: "Version"</b><br><br>Please select a version of museum-digital from the list!<br><br>'; 'document_summary_mandatory' => 'You need to enter a short summary!',
$backend_tl['explanation_object_number'] = '<b>Field: "Object ID"</b><br><br>Please enter the ID of the object within the selected version of museum-digital<br><br>'; 'document_location_mandatory' => 'You need to enter a storage location!',
$backend_tl['explanation_object_institution'] = '<b>Field: "Name of Institution"</b><br><br>Mandatory<br><br>Name of the institution that owns the object.<br><br>Unrestricted formatting, max. 200 characters'; 'explanation_object_version' => '<b>Field: "Version"</b><br><br>Please select a version of museum-digital from the list!<br><br>',
$backend_tl['explanation_object_object_title'] = '<b>Field: "Object Title"</b><br><br>Mandatory<br><br>Keep it short<br><br>max. 200 characters'; 'explanation_object_number' => '<b>Field: "Object ID"</b><br><br>Please enter the ID of the object within the selected version of museum-digital<br><br>',
$backend_tl['explanation_object_description'] = '<b>Field: "[Alternative] Objecct Description"</b><br><br>If you have linked an object from museum-digital, its description will be displayed. If you prefer to have a different description of the object in the context of the topic, please fill out this field.<br><br>If you have entered an object outside of museum-digital, this field is mandatory.<br><br>Unlimited length of text, preferably around 500 characters'; 'explanation_object_institution' => '<b>Field: "Name of Institution"</b><br><br>Mandatory<br><br>Name of the institution that owns the object.<br><br>Unrestricted formatting, max. 200 characters',
$backend_tl['explanation_object_text_image'] = '<b>Field: "Image text"</b><br><br>Please fill out. The text appears if the cursor hovers over the image or if there are problems with loading the image<br><br>This is also a good place for copyright notices. For example:<br>&copy; Fürstin Pauline Bibliothek<br><br>Unlimited length of text, preferably around 1000 characters'; 'explanation_object_object_title' => '<b>Field: "Object Title"</b><br><br>Mandatory<br><br>Keep it short<br><br>max. 200 characters',
$backend_tl['explanation_object_image_click'] = '<b>Field: "Target with clicking on image"</b><br><br>Please only fill this in, if a click on the image is to link to another page on the internet.<br><br>Requires absolute URLs (beginning with "http(s)://")'; 'explanation_object_description' => '<b>Field: "[Alternative] Objecct Description"</b><br><br>If you have linked an object from museum-digital, its description will be displayed. If you prefer to have a different description of the object in the context of the topic, please fill out this field.<br><br>If you have entered an object outside of museum-digital, this field is mandatory.<br><br>Unlimited length of text, preferably around 500 characters',
$backend_tl['version_of_md'] = 'Version of md'; 'explanation_object_text_image' => '<b>Field: "Image text"</b><br><br>Please fill out. The text appears if the cursor hovers over the image or if there are problems with loading the image<br><br>This is also a good place for copyright notices. For example:<br>&copy; Fürstin Pauline Bibliothek<br><br>Unlimited length of text, preferably around 1000 characters',
$backend_tl['object_object_number'] = 'Object ID'; 'explanation_object_image_click' => '<b>Field: "Target with clicking on image"</b><br><br>Please only fill this in, if a click on the image is to link to another page on the internet.<br><br>Requires absolute URLs (beginning with "http(s)://")',
$backend_tl['object_name_institution'] = 'Name of Institution'; 'version_of_md' => 'Version of md',
$backend_tl['object_title'] = 'Object Title'; 'object_object_number' => 'Object ID',
$backend_tl['object_alternative_description'] = 'Alternative Object Description'; 'object_name_institution' => 'Name of Institution',
$backend_tl['image'] = 'Image'; 'object_title' => 'Object Title',
$backend_tl['image_text'] = 'Image Text'; 'object_alternative_description' => 'Alternative Object Description',
$backend_tl['image_link'] = 'Target with Clicking on Image'; 'image' => 'Image',
$backend_tl['linking_image_mandatory'] = 'For saving, you need to link an image (on the left)'; 'image_text' => 'Image Text',
$backend_tl['image_change'] = 'Exchange presentation'; 'image_link' => 'Target with Clicking on Image',
$backend_tl['image_upload'] = 'Upload image'; 'linking_image_mandatory' => 'For saving, you need to link an image (on the left)',
$backend_tl['md_version_mandatory'] = 'You need to enter a version of museum-digital!'; 'image_change' => 'Exchange presentation',
$backend_tl['object_number_mandatory'] = 'You need to enter a number!'; 'image_upload' => 'Upload image',
$backend_tl['assigned_to'] = 'Assigned to'; 'md_version_mandatory' => 'You need to enter a version of museum-digital!',
$backend_tl['preview_in'] = 'Preview in'; 'object_number_mandatory' => 'You need to enter a number!',
$backend_tl['source_titel'] = 'Title of the Source'; 'assigned_to' => 'Assigned to',
$backend_tl['source_list_not_listed'] = '* Here you can add sources (= references to literature, that is not yet online) or link already known references.<br /> 'preview_in' => 'Preview in',
Should the source not be in the list, please click'; 'source_titel' => 'Title of the Source',
$backend_tl['mandatory_title_source'] = 'Sie müssen einen Titel für die Quelle angeben!'; 'source_list_not_listed' => '* Here you can add sources (= references to literature, that is not yet online) or link already known references.<br />
$backend_tl['linkdisplayname'] = 'Link Display Name'; Should the source not be in the list, please click',
$backend_tl['link'] = 'Link'; 'mandatory_title_source' => 'Sie müssen einen Titel für die Quelle angeben!',
$backend_tl['translation_language'] = 'Language'; 'linkdisplayname' => 'Link Display Name',
$backend_tl['change_topic_page_layout'] = 'Changed page layout'; 'link' => 'Link',
$backend_tl['change_topic_page_map'] = 'Changed position of maps on topic page'; 'translation_language' => 'Language',
$backend_tl['changed_tooltip_color'] = 'Changed tooltip color'; 'change_topic_page_layout' => 'Changed page layout',
$backend_tl['enable_disable_tooltip'] = 'Enabled / disabled tooltip'; 'change_topic_page_map' => 'Changed position of maps on topic page',
$backend_tl['translation_added'] = 'Translation added'; 'changed_tooltip_color' => 'Changed tooltip color',
$backend_tl['translation_deleted'] = 'Translation deleted'; 'enable_disable_tooltip' => 'Enabled / disabled tooltip',
$backend_tl['translation_updated'] = 'Translation updated'; 'translation_added' => 'Translation added',
$backend_tl['topic_base_updated'] = 'Topic base information has been updated'; 'translation_deleted' => 'Translation deleted',
$backend_tl['topic_to_topic_link_added'] = 'Relation between two topics has been added'; 'translation_updated' => 'Translation updated',
$backend_tl['topic_to_topic_link_deleted'] = 'Relation between two topics has been removed'; 'topic_base_updated' => 'Topic base information has been updated',
$backend_tl['moved_in_order'] = 'Changed order of elements'; 'topic_to_topic_link_added' => 'Relation between two topics has been added',
$backend_tl['document_updated'] = 'The document has been updated'; 'topic_to_topic_link_deleted' => 'Relation between two topics has been removed',
$backend_tl['document_linked'] = 'Document linked'; 'moved_in_order' => 'Changed order of elements',
$backend_tl['document_link_removed'] = 'Link to document deleted'; 'document_updated' => 'The document has been updated',
$backend_tl['source_linked'] = 'The source has been linked'; 'document_linked' => 'Document linked',
$backend_tl['source_link_removed'] = 'Link to source has been removed'; 'document_link_removed' => 'Link to document deleted',
$backend_tl['hyperlink_linked'] = 'Hyperlink has been linked'; 'source_linked' => 'The source has been linked',
$backend_tl['hyperlink_link_removed'] = 'Hyperlink has been removed'; 'source_link_removed' => 'Link to source has been removed',
$backend_tl['image_uploaded'] = 'The image has been uploaded'; 'hyperlink_linked' => 'Hyperlink has been linked',
$backend_tl['image_removed'] = 'The image has been removed'; 'hyperlink_link_removed' => 'Hyperlink has been removed',
$backend_tl['object_info_updated'] = 'Object information has been updated'; 'image_uploaded' => 'The image has been uploaded',
$backend_tl['object_link_added'] = 'Link to object has been added'; 'image_removed' => 'The image has been removed',
$backend_tl['object_link_removed'] = 'Link to object has been removed'; 'object_info_updated' => 'Object information has been updated',
$backend_tl['topic_new_added'] = 'New topic added'; 'object_link_added' => 'Link to object has been added',
$backend_tl['topic_deleted'] = 'The topic has been deleted'; 'object_link_removed' => 'Link to object has been removed',
$backend_tl['link_info_updated'] = 'Link information has been updated'; 'topic_new_added' => 'New topic added',
$backend_tl['source_info_updated'] = 'The source has been updated'; 'topic_deleted' => 'The topic has been deleted',
$backend_tl['display_topic_startpage'] = 'Display topic on startpage'; 'link_info_updated' => 'Link information has been updated',
$backend_tl['hide_topic_startpage'] = 'Hide topic on startpage'; 'source_info_updated' => 'The source has been updated',
$backend_tl['startpage_normal'] = 'normal'; 'display_topic_startpage' => 'Display topic on startpage',
$backend_tl['startpage_scrollitelling'] = 'Scrollitelling'; 'hide_topic_startpage' => 'Hide topic on startpage',
$backend_tl['enable_direct_object_links'] = 'Link objects directly in md'; 'startpage_normal' => 'normal',
$backend_tl['username'] = 'Username'; 'startpage_scrollitelling' => 'Scrollitelling',
$backend_tl['realname'] = 'Real name'; 'enable_direct_object_links' => 'Link objects directly in md',
$backend_tl['mail'] = 'E-Mail'; 'username' => 'Username',
$backend_tl['new_password'] = 'New password (Empty = Keep old one)'; 'realname' => 'Real name',
$backend_tl['password_confirmation'] = 'Password confirmation'; 'mail' => 'E-Mail',
$backend_tl['userrole'] = 'User role'; 'new_password' => 'New password (Empty = Keep old one)',
$backend_tl['admin'] = 'Admin (highest level)'; 'password_confirmation' => 'Password confirmation',
$backend_tl['regular_user'] = 'Regular user'; 'userrole' => 'User role',
$backend_tl['preview_normal'] = 'Preview in normal themator mode'; 'admin' => 'Admin (highest level)',
$backend_tl['preview_scrollitelling'] = 'Preview in scrollitelling mode'; 'regular_user' => 'Regular user',
$backend_tl['css_for_scroll'] = 'Customize CSS for scrollitelling'; 'preview_normal' => 'Preview in normal themator mode',
$backend_tl['warning_for_scrollitelling_only'] = 'Warning: This feature is used for scrollitelling mode only'; 'preview_scrollitelling' => 'Preview in scrollitelling mode',
$backend_tl['edit_object_text'] = 'Edito object text'; 'css_for_scroll' => 'Customize CSS for scrollitelling',
$backend_tl['object_text_specific_to_topic'] = 'Object text is specific to this topic'; 'warning_for_scrollitelling_only' => 'Warning: This feature is used for scrollitelling mode only',
$backend_tl['object_text_original_md'] = 'Originaltext aus museum-digital'; 'edit_object_text' => 'Edito object text',
$backend_tl['md_object_either_from_md'] = 'Entweder: Sie verknüpfen das Thema mit einem Objekt aus museum-digital ...'; 'object_text_specific_to_topic' => 'Object text is specific to this topic',
$backend_tl['md_object_local_object'] = 'Oder: Sie geben ein Objekt, welches nicht in museum-digital vertreten ist ein ...'; 'object_text_original_md' => 'Originaltext aus museum-digital',
$backend_tl['image_uploader'] = 'Image uploader'; 'md_object_either_from_md' => 'Entweder: Sie verknüpfen das Thema mit einem Objekt aus museum-digital ...',
$backend_tl['username_too_short'] = 'Username must be at least 5 characters long'; 'md_object_local_object' => 'Oder: Sie geben ein Objekt, welches nicht in museum-digital vertreten ist ein ...',
$backend_tl['password_too_short'] = 'A password needs to be at least 8 characters long'; 'image_uploader' => 'Image uploader',
'username_too_short' => 'Username must be at least 5 characters long',
'password_too_short' => 'A password needs to be at least 8 characters long',
);

View File

@ -1,10 +1,13 @@
<?PHP <?PHP
$general['topic'] = 'Topic'; declare(strict_types = 1);
$general['topics'] = 'Topics'; $general = array (
$general['exhibition_view'] = 'Exhibition View'; 'topic' => 'Topic',
$general['expand_all'] = 'Expand all'; 'topics' => 'Topics',
$general['reduce'] = 'Reduce'; 'exhibition_view' => 'Exhibition View',
$general['objektsfor'] = 'Objects for'; 'expand_all' => 'Expand all',
$general['objektsfor_description'] = 'Objektansichten zu Objekten aus diesem und Unterthemen, die dem gegebenen Ort entsprechen.'; 'reduce' => 'Reduce',
$general['next'] = 'Next'; 'objektsfor' => 'Objects for',
$general['previous'] = 'Previous'; 'objektsfor_description' => 'Objektansichten zu Objekten aus diesem und Unterthemen, die dem gegebenen Ort entsprechen.',
'next' => 'Next',
'previous' => 'Previous',
);

View File

@ -1,10 +1,13 @@
<?PHP <?PHP
$tlLogin['username'] = 'Username'; declare(strict_types = 1);
$tlLogin['password'] = 'Password'; $tlLogin = array (
$tlLogin['login'] = 'Login'; 'username' => 'Username',
$tlLogin['remember_me'] = 'Remember me'; 'password' => 'Password',
$tlLogin['global_statistics'] = 'Global statistics'; 'login' => 'Login',
$tlLogin['recent_blog_posts'] = 'Recent blog posts'; 'remember_me' => 'Remember me',
$tlLogin['public_db_contents'] = 'Published database contents'; 'global_statistics' => 'Global statistics',
$tlLogin['log_in'] = 'Log in'; 'recent_blog_posts' => 'Recent blog posts',
$tlLogin['avg_text_len'] = 'Average object description length'; 'public_db_contents' => 'Published database contents',
'log_in' => 'Log in',
'avg_text_len' => 'Average object description length',
);

View File

@ -1,7 +1,10 @@
<?PHP <?PHP
$nav['home'] = 'Home'; declare(strict_types = 1);
$nav['museum'] = 'Museum'; $nav = array (
$nav['collection'] = 'Collection'; 'home' => 'Home',
$nav['object'] = 'Object'; 'museum' => 'Museum',
$nav['topics'] = 'Topics'; 'collection' => 'Collection',
$nav['contact'] = 'Contact'; 'object' => 'Object',
'topics' => 'Topics',
'contact' => 'Contact',
);

View File

@ -1,11 +1,14 @@
<?PHP <?PHP
$startpage['title'] = 'Museum-Digital :: Topics'; declare(strict_types = 1);
$startpage['headertitle'] = 'Topics'; $startpage = array (
$startpage['languages'] = 'Languages'; 'title' => 'Museum-Digital :: Topics',
$startpage['german'] = 'German'; 'headertitle' => 'Topics',
$startpage['english'] = 'English'; 'languages' => 'Languages',
$startpage['for_example'] = 'For Example ...'; 'german' => 'German',
$startpage['all_topics'] = 'All Topics'; 'english' => 'English',
$startpage['about'] = 'Topics, stories, exhibitions at museum-digital.'; 'for_example' => 'For Example ...',
$startpage['meta_description'] = 'The themator is museum-digital\'s tool for digital storytelling.'; 'all_topics' => 'All Topics',
$startpage['meta_keywords'] = 'Digital storytelling, exhibitions, teaching, education, museums'; 'about' => 'Topics, stories, exhibitions at museum-digital.',
'meta_description' => 'The themator is museum-digital\'s tool for digital storytelling.',
'meta_keywords' => 'Digital storytelling, exhibitions, teaching, education, museums',
);

View File

@ -1,9 +1,12 @@
<?PHP <?PHP
$topic['related_objects'] = 'Related Objects ...'; declare(strict_types = 1);
$topic['related_documents'] = 'Related Documents ...'; $topic = array (
$topic['sources_and_links'] = 'Sources and Links ...'; 'related_objects' => 'Related Objects ...',
$topic['next'] = 'Next'; 'related_documents' => 'Related Documents ...',
$topic['map'] = 'Map'; 'sources_and_links' => 'Sources and Links ...',
$topic['show_object'] = 'Show object'; 'next' => 'Next',
$topic['show_objects'] = 'Show objects'; 'map' => 'Map',
$topic['search'] = 'Search'; 'show_object' => 'Show object',
'show_objects' => 'Show objects',
'search' => 'Search',
);

View File

@ -1,9 +1,12 @@
<?PHP <?PHP
$topic['material_technique'] = 'Material / Technique'; declare(strict_types = 1);
$topic['measurements'] = 'Measurements'; $topic = array (
$topic['when'] = 'when'; 'material_technique' => 'Material / Technique',
$topic['where'] = 'where'; 'measurements' => 'Measurements',
$topic['who'] = 'who'; 'when' => 'when',
$topic['object_from'] = 'Object from'; 'where' => 'where',
$topic['original_entry'] = 'original entry'; 'who' => 'who',
$topic['literature'] = 'Literature'; 'object_from' => 'Object from',
'original_entry' => 'original entry',
'literature' => 'Literature',
);

View File

@ -1,224 +1,227 @@
<?PHP <?PHP
$backend_tl['input_interface'] = 'Інтерфейс введення даних'; declare(strict_types = 1);
$backend_tl['topics'] = 'Теми'; $backend_tl = array (
$backend_tl['add'] = 'Додати'; 'input_interface' => 'Інтерфейс введення даних',
$backend_tl['delete'] = 'Видалити'; 'topics' => 'Теми',
$backend_tl['users'] = 'Користувачі'; 'add' => 'Додати',
$backend_tl['edit'] = 'Редагувати'; 'delete' => 'Видалити',
$backend_tl['logged_in_as'] = 'Вхід до системи під ім\'ям'; 'users' => 'Користувачі',
$backend_tl['logout'] = 'Вийти'; 'edit' => 'Редагувати',
$backend_tl['topic'] = 'Тема'; 'logged_in_as' => 'Вхід до системи під ім\'ям',
$backend_tl['selectmuseumforediting'] = 'Оберіть музей для редагування'; 'logout' => 'Вийти',
$backend_tl['museum_edit'] = 'Редагувати музей'; 'topic' => 'Тема',
$backend_tl['museum_add'] = 'Додати музей'; 'selectmuseumforediting' => 'Оберіть музей для редагування',
$backend_tl['collection_select'] = 'Вибрати зібрання для редагування...'; 'museum_edit' => 'Редагувати музей',
$backend_tl['collection_edit'] = 'Редагувати зібрання ...'; 'museum_add' => 'Додати музей',
$backend_tl['collection_add'] = 'Додати зібрання ...'; 'collection_select' => 'Вибрати зібрання для редагування...',
$backend_tl['object_select'] = 'Виберіть об\'єкт для редагування...'; 'collection_edit' => 'Редагувати зібрання ...',
$backend_tl['object_edit'] = 'Відредагувати об\'єкт ...'; 'collection_add' => 'Додати зібрання ...',
$backend_tl['object_add'] = 'Додати об\'єкт ...'; 'object_select' => 'Виберіть об\'єкт для редагування...',
$backend_tl['ufo_edit'] = 'Додати невизначений об\'єкт ...'; 'object_edit' => 'Відредагувати об\'єкт ...',
$backend_tl['ufo_add'] = 'Редагувати невизначений об\'єкт ...'; 'object_add' => 'Додати об\'єкт ...',
$backend_tl['event_select'] = 'Виберіть подію для редагування ...'; 'ufo_edit' => 'Додати невизначений об\'єкт ...',
$backend_tl['event_edit'] = 'Редагувати подію ...'; 'ufo_add' => 'Редагувати невизначений об\'єкт ...',
$backend_tl['event_add'] = 'Додати подію...'; 'event_select' => 'Виберіть подію для редагування ...',
$backend_tl['time_select'] = 'Виберіть часовий інтервал для редагування ...'; 'event_edit' => 'Редагувати подію ...',
$backend_tl['time_edit'] = 'Редагувати часовий інтервал ...'; 'event_add' => 'Додати подію...',
$backend_tl['time_add'] = 'Додати часовий інтервал ...'; 'time_select' => 'Виберіть часовий інтервал для редагування ...',
$backend_tl['persinst_select'] = 'Виберіть актора для редагування ...'; 'time_edit' => 'Редагувати часовий інтервал ...',
$backend_tl['persinst_edit'] = 'Редагувати актора ...'; 'time_add' => 'Додати часовий інтервал ...',
$backend_tl['persinst_add'] = 'Додати актора ...'; 'persinst_select' => 'Виберіть актора для редагування ...',
$backend_tl['place_select'] = 'Виберіть місце для редагування ...'; 'persinst_edit' => 'Редагувати актора ...',
$backend_tl['place_edit'] = 'Редагувати місце ...'; 'persinst_add' => 'Додати актора ...',
$backend_tl['place_add'] = 'Додати місце ...'; 'place_select' => 'Виберіть місце для редагування ...',
$backend_tl['tag_select'] = 'Виберіть ключове слово для редагування...'; 'place_edit' => 'Редагувати місце ...',
$backend_tl['tag_edit'] = 'Редактировать ключевое слово ...'; 'place_add' => 'Додати місце ...',
$backend_tl['tag_add'] = 'Додати ключове слово ...'; 'tag_select' => 'Виберіть ключове слово для редагування...',
$backend_tl['literature_select'] = 'Виберіть запис про літературу для редагування...'; 'tag_edit' => 'Редактировать ключевое слово ...',
$backend_tl['literature_edit'] = 'Редагувати запис про літературу ...'; 'tag_add' => 'Додати ключове слово ...',
$backend_tl['literature_add'] = 'Додати запис про літературу ...'; 'literature_select' => 'Виберіть запис про літературу для редагування...',
$backend_tl['link_select'] = 'Виберіть посилання для редагування ...'; 'literature_edit' => 'Редагувати запис про літературу ...',
$backend_tl['link_edit'] = 'Редагувати посилання ...'; 'literature_add' => 'Додати запис про літературу ...',
$backend_tl['link_add'] = 'Додати посилання ...'; 'link_select' => 'Виберіть посилання для редагування ...',
$backend_tl['image_edit'] = 'Виберіть зображення для редагування...'; 'link_edit' => 'Редагувати посилання ...',
$backend_tl['document_attach'] = 'Прикріпити документ ...'; 'link_add' => 'Додати посилання ...',
$backend_tl['tag_select_simple'] = 'Будь ласка, оберіть ключове слово ...'; 'image_edit' => 'Виберіть зображення для редагування...',
$backend_tl['settings_edit'] = 'Редагувати налаштування ...'; 'document_attach' => 'Прикріпити документ ...',
$backend_tl['user_select'] = 'Виберіть користувача для редагування ...'; 'tag_select_simple' => 'Будь ласка, оберіть ключове слово ...',
$backend_tl['topic_edit'] = 'Редагувати <b style="color:#3333aa;">тему</b>'; 'settings_edit' => 'Редагувати налаштування ...',
$backend_tl['subtopic_edit'] = 'Додати тему <b style="color:#3333aa;">нижнього рівня</b>'; 'user_select' => 'Виберіть користувача для редагування ...',
$backend_tl['document_edit'] = 'Редагувати документ'; 'topic_edit' => 'Редагувати <b style="color:#3333aa;">тему</b>',
$backend_tl['source_add'] = 'Додати посилання із зазначенням джерела'; 'subtopic_edit' => 'Додати тему <b style="color:#3333aa;">нижнього рівня</b>',
$backend_tl['object_add_complicated'] = 'Додати <b style="color:#3333aa;">об\'єкт</b>'; 'document_edit' => 'Редагувати документ',
$backend_tl['object_edit_complicated'] = 'Редагувати <b style="color:#3333aa;">інформацію про об\'єкт</b>'; 'source_add' => 'Додати посилання із зазначенням джерела',
$backend_tl['user_role_change_alt'] = 'Зміна відносин між користувачем та темою'; 'object_add_complicated' => 'Додати <b style="color:#3333aa;">об\'єкт</b>',
$backend_tl['send'] = 'Надіслати'; 'object_edit_complicated' => 'Редагувати <b style="color:#3333aa;">інформацію про об\'єкт</b>',
$backend_tl['once_again'] = 'Знову'; 'user_role_change_alt' => 'Зміна відносин між користувачем та темою',
$backend_tl['field'] = 'Поле'; 'send' => 'Надіслати',
$backend_tl['definitelyconfirm'] = 'Так!'; 'once_again' => 'Знову',
$backend_tl['explanation_short_title'] = '<b>Поле: "Короткий заголовок"</b><br><br>Заповнюйте, будь ласка, завжди, але стисло!<br /><br />Коротка назва служить пунктом у навігації (ліва колонка)<br /><br/>Приклад 1: "Археологія князів Анхальта"<br>Приклад 2: "Історичний одяг Альтмарку"<br>Приклад 3: "Розкопки"'; 'field' => 'Поле',
$backend_tl['explanation_long_title'] = '<b>Поле: "Довгий заголовок"</b><br><br>До обов\'язкового заповнення<br><br>"Довгий заголовок" - це фактична назва теми. В ідеалі, не більше 150 символів. Приклад: "Археологія князів Анхальта з 15 століття до наших днів"'; 'definitelyconfirm' => 'Так!',
$backend_tl['explanation_abstract'] = '<b>Поле: "Резюме"</b><br><br>До обов\'язкового заповнення<br><br>В ідеалі - пропозиція, в якій стисло викладається зміст теми.'; 'explanation_short_title' => '<b>Поле: "Короткий заголовок"</b><br><br>Заповнюйте, будь ласка, завжди, але стисло!<br /><br />Коротка назва служить пунктом у навігації (ліва колонка)<br /><br/>Приклад 1: "Археологія князів Анхальта"<br>Приклад 2: "Історичний одяг Альтмарку"<br>Приклад 3: "Розкопки"',
$backend_tl['explanation_text'] = '<b>Поле: "Текст по темі"</b><br><br>До обов\'язкового заповнення<br><br>Будь-яка довжина. Інтернет-сумісність, тобто. в ідеалі обсягом в одну екранну сторінку. По можливості пишіть речення, а списки тощо. тільки за потреби.<br><br>Ви можете, але не повинні, завантажити зображення по темі. Далі зображення з\'явиться у верхньому лівому куті текстового блоку.'; 'explanation_long_title' => '<b>Поле: "Довгий заголовок"</b><br><br>До обов\'язкового заповнення<br><br>"Довгий заголовок" - це фактична назва теми. В ідеалі, не більше 150 символів. Приклад: "Археологія князів Анхальта з 15 століття до наших днів"',
$backend_tl['explanation_text_image'] = '<b>Поле: "Текст для зображення"</b><br><br>Будь ласка, заповнюйте лише у випадку, якщо ви завантажили зображення на цю тему. Цей текст з\'являється при наведенні курсору на зображення. Призначений, наприклад, для інформації про авторські права або походження зображень з інших джерел.'; 'explanation_abstract' => '<b>Поле: "Резюме"</b><br><br>До обов\'язкового заповнення<br><br>В ідеалі - пропозиція, в якій стисло викладається зміст теми.',
$backend_tl['explanation_link_image'] = '<b>Поле: "Натискання на зображення"</b><br><br>Будь ласка, заповнюйте лише в тому випадку, якщо ви завантажили зображення за темою, і клацання на цьому зображенні має привести до інтернет-джерела.<br> <br> Будь ласка, завжди вказуйте повні URL-адреси, тобто. з "http://" перед ними.'; 'explanation_text' => '<b>Поле: "Текст по темі"</b><br><br>До обов\'язкового заповнення<br><br>Будь-яка довжина. Інтернет-сумісність, тобто. в ідеалі обсягом в одну екранну сторінку. По можливості пишіть речення, а списки тощо. тільки за потреби.<br><br>Ви можете, але не повинні, завантажити зображення по темі. Далі зображення з\'явиться у верхньому лівому куті текстового блоку.',
$backend_tl['topic_image'] = 'Зображення до теми:'; 'explanation_text_image' => '<b>Поле: "Текст для зображення"</b><br><br>Будь ласка, заповнюйте лише у випадку, якщо ви завантажили зображення на цю тему. Цей текст з\'являється при наведенні курсору на зображення. Призначений, наприклад, для інформації про авторські права або походження зображень з інших джерел.',
$backend_tl['topic_image_switch'] = 'Замінити ілюстрацію'; 'explanation_link_image' => '<b>Поле: "Натискання на зображення"</b><br><br>Будь ласка, заповнюйте лише в тому випадку, якщо ви завантажили зображення за темою, і клацання на цьому зображенні має привести до інтернет-джерела.<br> <br> Будь ласка, завжди вказуйте повні URL-адреси, тобто. з "http://" перед ними.',
$backend_tl['topic_image_noimage'] = 'Немає зображення'; 'topic_image' => 'Зображення до теми:',
$backend_tl['topic_image_upload'] = 'Завантажити зображення'; 'topic_image_switch' => 'Замінити ілюстрацію',
$backend_tl['map'] = 'Мапа'; 'topic_image_noimage' => 'Немає зображення',
$backend_tl['topic_map_disabled'] = 'Показати тему без мапи'; 'topic_image_upload' => 'Завантажити зображення',
$backend_tl['topic_map_enabled'] = 'Відображення теми з мапою (об\'єкти теми на мапі)'; 'map' => 'Мапа',
$backend_tl['topic_map_enabled_inclusive'] = 'Відображення теми з мапою (об\'єкти теми і всіх підтем на мапі)'; 'topic_map_disabled' => 'Показати тему без мапи',
$backend_tl['short_title'] = 'Скорочена назва'; 'topic_map_enabled' => 'Відображення теми з мапою (об\'єкти теми на мапі)',
$backend_tl['long_title'] = 'Повна назва'; 'topic_map_enabled_inclusive' => 'Відображення теми з мапою (об\'єкти теми і всіх підтем на мапі)',
$backend_tl['abstract'] = 'Резюме'; 'short_title' => 'Скорочена назва',
$backend_tl['text_for_topic'] = 'Текст по темі'; 'long_title' => 'Повна назва',
$backend_tl['text_for_image'] = 'Текст до зображення'; 'abstract' => 'Резюме',
$backend_tl['link_image'] = 'Натискання на зображення'; 'text_for_topic' => 'Текст по темі',
$backend_tl['topic_presentation'] = 'Представлення'; 'text_for_image' => 'Текст до зображення',
$backend_tl['topic_background'] = 'Передісторія:'; 'link_image' => 'Натискання на зображення',
$backend_tl['topic_ballon_form'] = 'Представлення у формі кулі:'; 'topic_presentation' => 'Представлення',
$backend_tl['topic_tooltip'] = 'Підказка:'; 'topic_background' => 'Передісторія:',
$backend_tl['required_short_title'] = 'Потрібно ввести коротку назву!'; 'topic_ballon_form' => 'Представлення у формі кулі:',
$backend_tl['required_long_text'] = 'Потрібно ввести більш розгорнуту назву!'; 'topic_tooltip' => 'Підказка:',
$backend_tl['required_text'] = 'Текст до теми обов\'язковий!'; 'required_short_title' => 'Потрібно ввести коротку назву!',
$backend_tl['error_morethanonetopic'] = 'Знайдено більше однієї теми... Щось не так, спробуйте знову'; 'required_long_text' => 'Потрібно ввести більш розгорнуту назву!',
$backend_tl['add_higher_level_topic'] = 'Додати надзаголовок'; 'required_text' => 'Текст до теми обов\'язковий!',
$backend_tl['add_higher_level_topic_alt'] = 'Посилання з надзаголовком'; 'error_morethanonetopic' => 'Знайдено більше однієї теми... Щось не так, спробуйте знову',
$backend_tl['add_higher_level_topic_alt_additional'] = 'Додавання посилання на інший надзаголовок'; 'add_higher_level_topic' => 'Додати надзаголовок',
$backend_tl['edit_higher_level_topic'] = 'Редагувати надзаголовок'; 'add_higher_level_topic_alt' => 'Посилання з надзаголовком',
$backend_tl['add_lower_level_topic'] = 'Додати надзаголовок'; 'add_higher_level_topic_alt_additional' => 'Додавання посилання на інший надзаголовок',
$backend_tl['add_lower_level_topic_alt'] = 'Посилання на підзаголовок'; 'edit_higher_level_topic' => 'Редагувати надзаголовок',
$backend_tl['add_lower_level_topic_alt_additional'] = 'Додавання посилання на підзаголовок'; 'add_lower_level_topic' => 'Додати надзаголовок',
$backend_tl['delete_relation'] = 'Видалити взаємовідносини'; 'add_lower_level_topic_alt' => 'Посилання на підзаголовок',
$backend_tl['document_add'] = 'Додати посилання на документ!'; 'add_lower_level_topic_alt_additional' => 'Додавання посилання на підзаголовок',
$backend_tl['document_add_simple'] = 'Додати документ'; 'delete_relation' => 'Видалити взаємовідносини',
$backend_tl['source_add_simple'] = 'Додати джерело'; 'document_add' => 'Додати посилання на документ!',
$backend_tl['source_edit'] = 'Редагувати джерело'; 'document_add_simple' => 'Додати документ',
$backend_tl['link_add_simple'] = 'Додати посилання'; 'source_add_simple' => 'Додати джерело',
$backend_tl['topics_object_add'] = 'Додати посилання до об\'єкту!'; 'source_edit' => 'Редагувати джерело',
$backend_tl['topics_object_add_simple'] = 'Додати посилання на об\'єкт!'; 'link_add_simple' => 'Додати посилання',
$backend_tl['topics_select_from_list_to_edit'] = 'Зміна теми. Будь ласка, виберіть тему.'; 'topics_object_add' => 'Додати посилання до об\'єкту!',
$backend_tl['list_of_topics_to_be_deleted'] = 'Список тем, які можна видалити:'; 'topics_object_add_simple' => 'Додати посилання на об\'єкт!',
$backend_tl['can_add_new_user'] = 'Ви можете створити нового користувача:'; 'topics_select_from_list_to_edit' => 'Зміна теми. Будь ласка, виберіть тему.',
$backend_tl['list_all_users'] = 'Список усіх користувачів'; 'list_of_topics_to_be_deleted' => 'Список тем, які можна видалити:',
$backend_tl['user_name'] = 'Ім\'я'; 'can_add_new_user' => 'Ви можете створити нового користувача:',
$backend_tl['user_login_name'] = 'Ім\'я для входу в систему'; 'list_all_users' => 'Список усіх користувачів',
$backend_tl['user_role'] = 'Роль'; 'user_name' => 'Ім\'я',
$backend_tl['user_last_login'] = 'Останній вхід в систему'; 'user_login_name' => 'Ім\'я для входу в систему',
$backend_tl['user_rights_topics'] = 'Права на теми'; 'user_role' => 'Роль',
$backend_tl['select_by_clicking'] = 'Виберіть, натиснувши'; 'user_last_login' => 'Останній вхід в систему',
$backend_tl['here'] = 'Тут'; 'user_rights_topics' => 'Права на теми',
$backend_tl['higher_level_topic_not_listed'] = 'Якщо тема вищого рівня не вказана тут, то, будь ласка, натисніть'; 'select_by_clicking' => 'Виберіть, натиснувши',
$backend_tl['lower_level_topic_not_listed'] = 'Якщо тема нижчого рівня не вказана тут, то, будь ласка, натисніть'; 'here' => 'Тут',
$backend_tl['requirements_caps'] = 'УМОВИ'; 'higher_level_topic_not_listed' => 'Якщо тема вищого рівня не вказана тут, то, будь ласка, натисніть',
$backend_tl['requirements_file_name'] = '1. Ім\'я файлу зображення має відповідати загальним правилам: Без спеціальних символів. Без крапок (крім тієї, що стоїть перед розширенням файлу). Без пробілів. '; 'lower_level_topic_not_listed' => 'Якщо тема нижчого рівня не вказана тут, то, будь ласка, натисніть',
$backend_tl['requirements_jpg'] = '2. Файл зображення повинен бути у форматі JPG і мати роздільну здатність 72 або 96 точок на дюйм.'; 'requirements_caps' => 'УМОВИ',
$backend_tl['requirements_short_side'] = '3. Коротша сторона повинна мати довжину не менше 600 пікселів. Довша сторона не повинна перевищувати довжину 3000 пікселів.'; 'requirements_file_name' => '1. Ім\'я файлу зображення має відповідати загальним правилам: Без спеціальних символів. Без крапок (крім тієї, що стоїть перед розширенням файлу). Без пробілів. ',
$backend_tl['requirements_filesize'] = '4. Розмір файлу не повинен перевищувати 4 мегабайти. В ідеалі розмір файлу повинен бути від 500 до 900 кб.'; 'requirements_jpg' => '2. Файл зображення повинен бути у форматі JPG і мати роздільну здатність 72 або 96 точок на дюйм.',
$backend_tl['select_image_to_upload'] = 'Будь ласка, виберіть файл зображення, який ви хочете завантажити. Його розмір буде автоматично змінено.'; 'requirements_short_side' => '3. Коротша сторона повинна мати довжину не менше 600 пікселів. Довша сторона не повинна перевищувати довжину 3000 пікселів.',
$backend_tl['select_large_image_to_upload'] = 'Будь ласка, виберіть великий файл зображення, який ви хочете завантажити. Менші версії будуть створені автоматично.'; 'requirements_filesize' => '4. Розмір файлу не повинен перевищувати 4 мегабайти. В ідеалі розмір файлу повинен бути від 500 до 900 кб.',
$backend_tl['pdf_select_from_list'] = '* Тут ви можете завантажити документи (тільки PDF-файли) по темі - або посилатися на документи, які вже були завантажені. 'select_image_to_upload' => 'Будь ласка, виберіть файл зображення, який ви хочете завантажити. Його розмір буде автоматично змінено.',
Якщо документ відсутній у списку, натисніть, будь ласка, на кнопку'; 'select_large_image_to_upload' => 'Будь ласка, виберіть великий файл зображення, який ви хочете завантажити. Менші версії будуть створені автоматично.',
$backend_tl['requirements_pdf_filename'] = '1. Ім\'я файлу PDF, що завантажується, має відповідати наступним загальним правилам: Без спеціальних символів. Без крапок (крім тієї, що стоїть перед розширенням файлу). Без пробілів.'; 'pdf_select_from_list' => '* Тут ви можете завантажити документи (тільки PDF-файли) по темі - або посилатися на документи, які вже були завантажені.
$backend_tl['requirements_pdf_filesize'] = '2. Розмір файлу PDF не може перевищувати 4 мегабайти.'; Якщо документ відсутній у списку, натисніть, будь ласка, на кнопку',
$backend_tl['select_pdf_for_upload'] = 'Будь ласка, оберіть PDF-файл для завантаження.'; 'requirements_pdf_filename' => '1. Ім\'я файлу PDF, що завантажується, має відповідати наступним загальним правилам: Без спеціальних символів. Без крапок (крім тієї, що стоїть перед розширенням файлу). Без пробілів.',
$backend_tl['explanation_document_kind'] = '<b>Поле: "Тип документа"</b><br><br>Будь ласка, заповнюйте завжди, але стисло!<br><br><br>Приклад 1: "pdf'; 'requirements_pdf_filesize' => '2. Розмір файлу PDF не може перевищувати 4 мегабайти.',
$backend_tl['explanation_document_text'] = '<b>Поле: "Текст, що відображається"</b><br><br>До обов\'язкового заповнення<br><br>Введений текст відображається у вигляді посилання на документ.'; 'select_pdf_for_upload' => 'Будь ласка, оберіть PDF-файл для завантаження.',
$backend_tl['explanation_document_location'] = '<b>Поле: "Місце зберігання" (Link)"</b><br><br>До обов\'язкового заповнення<br><br>В ідеалі - пропозиція з коротким викладом змісту теми.'; 'explanation_document_kind' => '<b>Поле: "Тип документа"</b><br><br>Будь ласка, заповнюйте завжди, але стисло!<br><br><br>Приклад 1: "pdf',
$backend_tl['explanation_document_note'] = '<b>Поле: "Примітка"</b><br><br>Необов\'язково до заповнення. Додаткові відомості для документа.'; 'explanation_document_text' => '<b>Поле: "Текст, що відображається"</b><br><br>До обов\'язкового заповнення<br><br>Введений текст відображається у вигляді посилання на документ.',
$backend_tl['type_of_document'] = 'Тип документу'; 'explanation_document_location' => '<b>Поле: "Місце зберігання" (Link)"</b><br><br>До обов\'язкового заповнення<br><br>В ідеалі - пропозиція з коротким викладом змісту теми.',
$backend_tl['document_display_text'] = 'Відображення тексту'; 'explanation_document_note' => '<b>Поле: "Примітка"</b><br><br>Необов\'язково до заповнення. Додаткові відомості для документа.',
$backend_tl['document_location'] = 'Місце зберігання (посилання)'; 'type_of_document' => 'Тип документу',
$backend_tl['document_note'] = 'Примітка'; 'document_display_text' => 'Відображення тексту',
$backend_tl['document_type_mandatory'] = 'Потрібно ввести тип документа!'; 'document_location' => 'Місце зберігання (посилання)',
$backend_tl['document_name_mandatory'] = 'Вам необхідно ввести ім\'я, що відображається!'; 'document_note' => 'Примітка',
$backend_tl['document_summary_mandatory'] = 'Потрібно ввести стисле резюме!'; 'document_type_mandatory' => 'Потрібно ввести тип документа!',
$backend_tl['document_location_mandatory'] = 'Потрібно ввести місце зберігання!'; 'document_name_mandatory' => 'Вам необхідно ввести ім\'я, що відображається!',
$backend_tl['explanation_object_version'] = '<b>Поле: "Версія"</b><br><br>Будь ласка, виберіть версію museum-digital зі списку<br><br>'; 'document_summary_mandatory' => 'Потрібно ввести стисле резюме!',
$backend_tl['explanation_object_number'] = '<b>Поле: "Номер об\'єкта"</b><br><br>Будь ласка, введіть номер об\'єкта у вибраній версії museum-digital<br><br>'; 'document_location_mandatory' => 'Потрібно ввести місце зберігання!',
$backend_tl['explanation_object_institution'] = '<b>Поле: "Назва організації"</b><br><br>До обов\'язкового заповнення<br><br>Назва установи, у власності якої знаходиться об\'єкт. Виконує роль довідкового джерела у публікації<br><br>Будь-яке форматування, не більше 200 знаків'; 'explanation_object_version' => '<b>Поле: "Версія"</b><br><br>Будь ласка, виберіть версію museum-digital зі списку<br><br>',
$backend_tl['explanation_object_object_title'] = '<b>Поле: "Призначення об\'єкта"</b><br><br>Заповнення обо\'язкове<br><br>K Будьте стислими <br><br>максимум 200 символів'; 'explanation_object_number' => '<b>Поле: "Номер об\'єкта"</b><br><br>Будь ласка, введіть номер об\'єкта у вибраній версії museum-digital<br><br>',
$backend_tl['explanation_object_description'] = '<b>Поле: "[Альтернативне] Опис об\'єкта"</b><br><br>Якщо ви зв\'язали об\'єкт із museum-digital, то відобразиться його опис. Якщо ви хочете використати інший опис об\'єкта для теми, будь ласка, заповніть це поле.<br><br>При вказівці об\'єкта не з museum-digital, необхідно обов\'язково заповнити це поле.<br><br>Будь-який об\'єм тексту, в ідеалі 500 символів'; 'explanation_object_institution' => '<b>Поле: "Назва організації"</b><br><br>До обов\'язкового заповнення<br><br>Назва установи, у власності якої знаходиться об\'єкт. Виконує роль довідкового джерела у публікації<br><br>Будь-яке форматування, не більше 200 знаків',
$backend_tl['explanation_object_text_image'] = '<b>Поле: "Текст для зображення"</b><br><br>Прохання заповнити. Текст з\'являється при наведенні курсору миші на зображення або при виникненні проблем із завантаженням зображення.<br><br>Це також потрібне місце для додавання інформації про авторські права, наприклад:<br>&copy; Fürstin Pauline Bibliothek<br><br>Будь-який обсяг тексту, в ідеалі 1000 символів'; 'explanation_object_object_title' => '<b>Поле: "Призначення об\'єкта"</b><br><br>Заповнення обо\'язкове<br><br>K Будьте стислими <br><br>максимум 200 символів',
$backend_tl['explanation_object_image_click'] = '<b>Поле: "При натисканні на зображення"</b><br><br>Будь ласка, заповнюйте тільки в тому випадку, якщо клацання на цьому зображенні має привести до інтернет-джерела.<br><br>Будь ласка, завжди вказуйте повні URL-адреси, тобто. з "http(s)://" перед ними.'; 'explanation_object_description' => '<b>Поле: "[Альтернативне] Опис об\'єкта"</b><br><br>Якщо ви зв\'язали об\'єкт із museum-digital, то відобразиться його опис. Якщо ви хочете використати інший опис об\'єкта для теми, будь ласка, заповніть це поле.<br><br>При вказівці об\'єкта не з museum-digital, необхідно обов\'язково заповнити це поле.<br><br>Будь-який об\'єм тексту, в ідеалі 500 символів',
$backend_tl['version_of_md'] = 'Версія museum-digital'; 'explanation_object_text_image' => '<b>Поле: "Текст для зображення"</b><br><br>Прохання заповнити. Текст з\'являється при наведенні курсору миші на зображення або при виникненні проблем із завантаженням зображення.<br><br>Це також потрібне місце для додавання інформації про авторські права, наприклад:<br>&copy; Fürstin Pauline Bibliothek<br><br>Будь-який обсяг тексту, в ідеалі 1000 символів',
$backend_tl['object_object_number'] = 'Номер об\'єкту'; 'explanation_object_image_click' => '<b>Поле: "При натисканні на зображення"</b><br><br>Будь ласка, заповнюйте тільки в тому випадку, якщо клацання на цьому зображенні має привести до інтернет-джерела.<br><br>Будь ласка, завжди вказуйте повні URL-адреси, тобто. з "http(s)://" перед ними.',
$backend_tl['object_name_institution'] = 'Назва організації'; 'version_of_md' => 'Версія museum-digital',
$backend_tl['object_title'] = 'Назва об\'єкту'; 'object_object_number' => 'Номер об\'єкту',
$backend_tl['object_alternative_description'] = 'Альтернативний опис об\'єкту'; 'object_name_institution' => 'Назва організації',
$backend_tl['image'] = 'Зображення'; 'object_title' => 'Назва об\'єкту',
$backend_tl['image_text'] = 'Текст до зображення'; 'object_alternative_description' => 'Альтернативний опис об\'єкту',
$backend_tl['image_link'] = 'При натисканні зображення'; 'image' => 'Зображення',
$backend_tl['linking_image_mandatory'] = 'Щоб зберегти, потрібно зв\'язати зображення (праворуч)'; 'image_text' => 'Текст до зображення',
$backend_tl['image_change'] = 'Замінити зображення'; 'image_link' => 'При натисканні зображення',
$backend_tl['image_upload'] = 'Завантажити зображення'; 'linking_image_mandatory' => 'Щоб зберегти, потрібно зв\'язати зображення (праворуч)',
$backend_tl['md_version_mandatory'] = 'Потрібно вказати версію museum-digital!'; 'image_change' => 'Замінити зображення',
$backend_tl['object_number_mandatory'] = 'Необходимо ввести номер!'; 'image_upload' => 'Завантажити зображення',
$backend_tl['assigned_to'] = 'Призначено на/до'; 'md_version_mandatory' => 'Потрібно вказати версію museum-digital!',
$backend_tl['preview_in'] = 'Попередній перегляд у'; 'object_number_mandatory' => 'Необходимо ввести номер!',
$backend_tl['source_titel'] = 'Найменування джерела'; 'assigned_to' => 'Призначено на/до',
$backend_tl['source_list_not_listed'] = '* Тут можна запровадити посилання на джерела (=посилання на літературу, якої немає в інтернеті) або послатися на вже відомі посилання. 'preview_in' => 'Попередній перегляд у',
Якщо джерело не вказано тут, натисніть тут'; 'source_titel' => 'Найменування джерела',
$backend_tl['mandatory_title_source'] = 'Потрібно додати заголовок для джерела!'; 'source_list_not_listed' => '* Тут можна запровадити посилання на джерела (=посилання на літературу, якої немає в інтернеті) або послатися на вже відомі посилання.
$backend_tl['linkdisplayname'] = 'Текст відображення посилання'; Якщо джерело не вказано тут, натисніть тут',
$backend_tl['link'] = 'Посилання'; 'mandatory_title_source' => 'Потрібно додати заголовок для джерела!',
$backend_tl['mandatory_enter_link'] = 'Sie müssen einen Link eingeben!'; 'linkdisplayname' => 'Текст відображення посилання',
$backend_tl['edit_lower_level_topic'] = 'Редагувати підзаголовок'; 'link' => 'Посилання',
$backend_tl['translation_language'] = 'Мова'; 'mandatory_enter_link' => 'Sie müssen einen Link eingeben!',
$backend_tl['change_topic_page_layout'] = 'Змінено макет сторінки'; 'edit_lower_level_topic' => 'Редагувати підзаголовок',
$backend_tl['change_topic_page_map'] = 'Змінено положення картки'; 'translation_language' => 'Мова',
$backend_tl['changed_tooltip_color'] = 'Змінено колір спливаючої підказки'; 'change_topic_page_layout' => 'Змінено макет сторінки',
$backend_tl['enable_disable_tooltip'] = 'Спливаюча підказка (де)активована'; 'change_topic_page_map' => 'Змінено положення картки',
$backend_tl['translation_added'] = 'Доданий переклад'; 'changed_tooltip_color' => 'Змінено колір спливаючої підказки',
$backend_tl['translation_deleted'] = 'Переклад видалено'; 'enable_disable_tooltip' => 'Спливаюча підказка (де)активована',
$backend_tl['translation_updated'] = 'Переклад відредаговано'; 'translation_added' => 'Доданий переклад',
$backend_tl['topic_base_updated'] = 'Основну інформацію було відредаговано'; 'translation_deleted' => 'Переклад видалено',
$backend_tl['topic_to_topic_link_added'] = 'Створено взаємозв\'язок між темами'; 'translation_updated' => 'Переклад відредаговано',
$backend_tl['topic_to_topic_link_deleted'] = 'Видалено зв\'язок між двома темами'; 'topic_base_updated' => 'Основну інформацію було відредаговано',
$backend_tl['moved_in_order'] = 'Відредаговано послідовність'; 'topic_to_topic_link_added' => 'Створено взаємозв\'язок між темами',
$backend_tl['document_updated'] = 'Документ було відредаговано'; 'topic_to_topic_link_deleted' => 'Видалено зв\'язок між двома темами',
$backend_tl['document_linked'] = 'На документ дано посилання'; 'moved_in_order' => 'Відредаговано послідовність',
$backend_tl['document_link_removed'] = 'Посилання на документ видалено'; 'document_updated' => 'Документ було відредаговано',
$backend_tl['source_linked'] = 'Вказано посилання на джерело'; 'document_linked' => 'На документ дано посилання',
$backend_tl['source_link_removed'] = 'Посилання на джерело було видалено '; 'document_link_removed' => 'Посилання на документ видалено',
$backend_tl['hyperlink_linked'] = 'Встановлено гіперпосилання'; 'source_linked' => 'Вказано посилання на джерело',
$backend_tl['hyperlink_link_removed'] = 'Гіперпосилання видалено'; 'source_link_removed' => 'Посилання на джерело було видалено ',
$backend_tl['image_uploaded'] = 'Зображення завантажено'; 'hyperlink_linked' => 'Встановлено гіперпосилання',
$backend_tl['image_removed'] = 'Зображення видалено'; 'hyperlink_link_removed' => 'Гіперпосилання видалено',
$backend_tl['object_info_updated'] = 'Відредаговано інформацію про об\'єкт'; 'image_uploaded' => 'Зображення завантажено',
$backend_tl['object_link_added'] = 'Додано посилання на об\'єкт'; 'image_removed' => 'Зображення видалено',
$backend_tl['object_link_removed'] = 'Видалено посилання на об\'єкт'; 'object_info_updated' => 'Відредаговано інформацію про об\'єкт',
$backend_tl['topic_new_added'] = 'Додана нова тема'; 'object_link_added' => 'Додано посилання на об\'єкт',
$backend_tl['topic_deleted'] = 'Тема видалена'; 'object_link_removed' => 'Видалено посилання на об\'єкт',
$backend_tl['link_info_updated'] = 'Оновлено інформацію про посилання'; 'topic_new_added' => 'Додана нова тема',
$backend_tl['source_info_updated'] = 'Джерело відредаговано'; 'topic_deleted' => 'Тема видалена',
$backend_tl['display_topic_startpage'] = 'Показати на головній сторінці'; 'link_info_updated' => 'Оновлено інформацію про посилання',
$backend_tl['hide_topic_startpage'] = 'Сховати на головній сторінці'; 'source_info_updated' => 'Джерело відредаговано',
$backend_tl['startpage_normal'] = 'Тематор звичайний'; 'display_topic_startpage' => 'Показати на головній сторінці',
$backend_tl['startpage_scrollitelling'] = 'Тематор - Прокрутка'; 'hide_topic_startpage' => 'Сховати на головній сторінці',
$backend_tl['enable_direct_object_links'] = 'Зв\'язуйте об\'єкти безпосередньо в museum-digital'; 'startpage_normal' => 'Тематор звичайний',
$backend_tl['username'] = 'Ім\'я користувача'; 'startpage_scrollitelling' => 'Тематор - Прокрутка',
$backend_tl['realname'] = 'Справжнє ім\'я'; 'enable_direct_object_links' => 'Зв\'язуйте об\'єкти безпосередньо в museum-digital',
$backend_tl['mail'] = 'Електронна пошта'; 'username' => 'Ім\'я користувача',
$backend_tl['new_password'] = 'Новий пароль (Порожнє поле = зберегти старий пароль)'; 'realname' => 'Справжнє ім\'я',
$backend_tl['password_confirmation'] = 'Пароль (для підтвердження)'; 'mail' => 'Електронна пошта',
$backend_tl['userrole'] = 'Роль користувача'; 'new_password' => 'Новий пароль (Порожнє поле = зберегти старий пароль)',
$backend_tl['admin'] = 'Адміністратор (вищий рівень)'; 'password_confirmation' => 'Пароль (для підтвердження)',
$backend_tl['regular_user'] = 'Звичайний користувач'; 'userrole' => 'Роль користувача',
$backend_tl['preview_normal'] = 'Попередній перегляд у тематорі'; 'admin' => 'Адміністратор (вищий рівень)',
$backend_tl['preview_scrollitelling'] = 'Попередній перегляд у режимі прокрутки'; 'regular_user' => 'Звичайний користувач',
$backend_tl['css_for_scroll'] = 'Адаптація CSS для для режиму прокрутки'; 'preview_normal' => 'Попередній перегляд у тематорі',
$backend_tl['warning_for_scrollitelling_only'] = 'Увага: Ця функція використовується лише у режимі прокручування.'; 'preview_scrollitelling' => 'Попередній перегляд у режимі прокрутки',
$backend_tl['edit_object_text'] = 'Редагування тексту об\'єкта'; 'css_for_scroll' => 'Адаптація CSS для для режиму прокрутки',
$backend_tl['object_text_specific_to_topic'] = 'Текст об\'єкта належить до цієї теми'; 'warning_for_scrollitelling_only' => 'Увага: Ця функція використовується лише у режимі прокручування.',
$backend_tl['object_text_original_md'] = 'Оригінальний текст із museum-digital'; 'edit_object_text' => 'Редагування тексту об\'єкта',
$backend_tl['md_object_either_from_md'] = 'Або: Ви пов\'язуєте тему з об\'єктом museum-digital ...'; 'object_text_specific_to_topic' => 'Текст об\'єкта належить до цієї теми',
$backend_tl['md_object_local_object'] = 'Або: Ви вносите об\'єкт, який не представлений у museum-digital.'; 'object_text_original_md' => 'Оригінальний текст із museum-digital',
$backend_tl['163'] = ''; 'md_object_either_from_md' => 'Або: Ви пов\'язуєте тему з об\'єктом museum-digital ...',
$backend_tl['image_uploader'] = 'Завантаження зображень'; 'md_object_local_object' => 'Або: Ви вносите об\'єкт, який не представлений у museum-digital.',
$backend_tl['215'] = ''; 163 => '',
$backend_tl['username_too_short'] = 'Ім\'я входу в систему має складатися щонайменше з п\'яти символів'; 'image_uploader' => 'Завантаження зображень',
$backend_tl['password_too_short'] = 'Пароль повинен складатися щонайменше з 8 символів'; 215 => '',
$backend_tl['217'] = ''; 'username_too_short' => 'Ім\'я входу в систему має складатися щонайменше з п\'яти символів',
'password_too_short' => 'Пароль повинен складатися щонайменше з 8 символів',
217 => '',
);

View File

@ -1,10 +1,13 @@
<?PHP <?PHP
$general['topic'] = 'Тема'; declare(strict_types = 1);
$general['topics'] = 'Теми'; $general = array (
$general['exhibition_view'] = 'Перегляд виставки'; 'topic' => 'Тема',
$general['expand_all'] = 'Розгорнути усе'; 'topics' => 'Теми',
$general['reduce'] = 'Зменшити'; 'exhibition_view' => 'Перегляд виставки',
$general['objektsfor'] = 'Об\'єкти для'; 'expand_all' => 'Розгорнути усе',
$general['objektsfor_description'] = 'Перегляд об\'єктів з цієї теми та підтем, що відповідають заданому місцезнаходженню'; 'reduce' => 'Зменшити',
$general['next'] = 'Далі'; 'objektsfor' => 'Об\'єкти для',
$general['previous'] = 'Попередній'; 'objektsfor_description' => 'Перегляд об\'єктів з цієї теми та підтем, що відповідають заданому місцезнаходженню',
'next' => 'Далі',
'previous' => 'Попередній',
);

View File

@ -1,10 +1,13 @@
<?PHP <?PHP
$tlLogin['username'] = 'Ім\'я користувача'; declare(strict_types = 1);
$tlLogin['password'] = 'Пароль'; $tlLogin = array (
$tlLogin['login'] = 'Логін'; 'username' => 'Ім\'я користувача',
$tlLogin['remember_me'] = 'Запам\'ятати вхід'; 'password' => 'Пароль',
$tlLogin['global_statistics'] = 'Загальносвітова статистика'; 'login' => 'Логін',
$tlLogin['recent_blog_posts'] = 'Останні публікації в блозі'; 'remember_me' => 'Запам\'ятати вхід',
$tlLogin['public_db_contents'] = 'Опублікований вміст баз даних'; 'global_statistics' => 'Загальносвітова статистика',
$tlLogin['log_in'] = 'Увійти до системи'; 'recent_blog_posts' => 'Останні публікації в блозі',
$tlLogin['avg_text_len'] = 'Опис об\'єкту: Середня довжина'; 'public_db_contents' => 'Опублікований вміст баз даних',
'log_in' => 'Увійти до системи',
'avg_text_len' => 'Опис об\'єкту: Середня довжина',
);

View File

@ -1,7 +1,10 @@
<?PHP <?PHP
$nav['home'] = 'Головна'; declare(strict_types = 1);
$nav['museum'] = 'Музеї'; $nav = array (
$nav['collection'] = 'Зiбрання'; 'home' => 'Головна',
$nav['object'] = 'Об\'єкти'; 'museum' => 'Музеї',
$nav['topics'] = 'Теми'; 'collection' => 'Зiбрання',
$nav['contact'] = 'Зворотній зв\'язок'; 'object' => 'Об\'єкти',
'topics' => 'Теми',
'contact' => 'Зворотній зв\'язок',
);

View File

@ -1,11 +1,14 @@
<?PHP <?PHP
$startpage['title'] = 'Museum-Digital :: Теми'; declare(strict_types = 1);
$startpage['headertitle'] = 'Теми'; $startpage = array (
$startpage['languages'] = 'Мови'; 'title' => 'Museum-Digital :: Теми',
$startpage['german'] = 'Німецька'; 'headertitle' => 'Теми',
$startpage['english'] = 'Англійська'; 'languages' => 'Мови',
$startpage['for_example'] = 'Для прикладу...'; 'german' => 'Німецька',
$startpage['all_topics'] = 'Усі теми'; 'english' => 'Англійська',
$startpage['about'] = 'Теми, статті та виставки у museum-digital.'; 'for_example' => 'Для прикладу...',
$startpage['meta_description'] = 'Тематор - це інструмент museum-digital для створення цифрової розповіді (digital storytelling).'; 'all_topics' => 'Усі теми',
$startpage['meta_keywords'] = 'Цифрове оповідання (Digital storytelling), виставки, викладання, освіта, музеї'; 'about' => 'Теми, статті та виставки у museum-digital.',
'meta_description' => 'Тематор - це інструмент museum-digital для створення цифрової розповіді (digital storytelling).',
'meta_keywords' => 'Цифрове оповідання (Digital storytelling), виставки, викладання, освіта, музеї',
);

View File

@ -1,9 +1,12 @@
<?PHP <?PHP
$topic['related_objects'] = 'Пов\'язані об\'єкти...'; declare(strict_types = 1);
$topic['related_documents'] = 'Пов\'язані документи...'; $topic = array (
$topic['sources_and_links'] = 'Джерела та посилання...'; 'related_objects' => 'Пов\'язані об\'єкти...',
$topic['next'] = 'Далі'; 'related_documents' => 'Пов\'язані документи...',
$topic['map'] = 'Мапа'; 'sources_and_links' => 'Джерела та посилання...',
$topic['show_object'] = 'Показати об\'єкт'; 'next' => 'Далі',
$topic['show_objects'] = 'Показати об\'єкти'; 'map' => 'Мапа',
$topic['search'] = 'Пошук'; 'show_object' => 'Показати об\'єкт',
'show_objects' => 'Показати об\'єкти',
'search' => 'Пошук',
);

View File

@ -1,9 +1,12 @@
<?PHP <?PHP
$topic['material_technique'] = 'Матеріал / Техніка'; declare(strict_types = 1);
$topic['measurements'] = 'Заміри'; $topic = array (
$topic['when'] = 'Коли'; 'material_technique' => 'Матеріал / Техніка',
$topic['where'] = 'Де'; 'measurements' => 'Заміри',
$topic['who'] = 'Хто'; 'when' => 'Коли',
$topic['object_from'] = 'Об\'єкт від'; 'where' => 'Де',
$topic['original_entry'] = 'Оригінальний запис'; 'who' => 'Хто',
$topic['literature'] = 'Література'; 'object_from' => 'Об\'єкт від',
'original_entry' => 'Оригінальний запис',
'literature' => 'Література',
);