Added sources. Stand 2019-01-24.
This commit is contained in:
parent
56d5fe5f60
commit
e70a53366a
|
@ -102,6 +102,7 @@
|
||||||
"newspapers_mailing_lists": "Newspapers and mailing lists",
|
"newspapers_mailing_lists": "Newspapers and mailing lists",
|
||||||
"room": "Room",
|
"room": "Room",
|
||||||
"image": "Image",
|
"image": "Image",
|
||||||
"menu_items": "Menu Items"
|
"menu_items": "Menu Items",
|
||||||
|
"backgrounds": "Backgrounds"
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -65,6 +65,13 @@
|
||||||
"specific_entries_material": "Specific entries: Material",
|
"specific_entries_material": "Specific entries: Material",
|
||||||
"specific_entries_technique": "Specific entries: technique",
|
"specific_entries_technique": "Specific entries: technique",
|
||||||
"export_in_which_format": "Export in which format ?",
|
"export_in_which_format": "Export in which format ?",
|
||||||
"md_standard_format": "md:xml (museum-digital standard format)"
|
"md_standard_format": "md:xml (museum-digital standard format)",
|
||||||
|
"unit": "Einheit",
|
||||||
|
"date": "Date",
|
||||||
|
"position_in_lit": "Position in literature",
|
||||||
|
"main_image": "Main image",
|
||||||
|
"image_order": "Position in image order",
|
||||||
|
"only_export_main_image": "Extra: Only export main image",
|
||||||
|
"position_in_series": "Position of object in series"
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -29,7 +29,10 @@
|
||||||
"all_objects": "List all objects",
|
"all_objects": "List all objects",
|
||||||
"show_object": "Show object",
|
"show_object": "Show object",
|
||||||
"annotation": "Annotation",
|
"annotation": "Annotation",
|
||||||
"add_new_annotation": "Write a new annotation here:"
|
"add_new_annotation": "Write a new annotation here:",
|
||||||
|
"broader": "Broader",
|
||||||
|
"narrower": "Narrower",
|
||||||
|
"elsewhere": "Elsewhere"
|
||||||
},
|
},
|
||||||
"geo": {
|
"geo": {
|
||||||
"name": "Name",
|
"name": "Name",
|
||||||
|
|
15
backend/ar/sources.json
Normal file
15
backend/ar/sources.json
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
{
|
||||||
|
"tlSources": {
|
||||||
|
"add_new_source": "Add new source",
|
||||||
|
"type": "Type",
|
||||||
|
"type_explica": "The type of the source.",
|
||||||
|
"article": "Article",
|
||||||
|
"inbook": "Article in edited volume",
|
||||||
|
"book": "Book",
|
||||||
|
"phdthesis": "PhD thesis",
|
||||||
|
"electronical": "Electronical",
|
||||||
|
"misc": "Miscelaneous",
|
||||||
|
"author_creator": "Author \/ creator",
|
||||||
|
"author_creator_explica": "The creator of the source. Type a name to select the author or creator. You can add multiple authors \/ creators for a work."
|
||||||
|
}
|
||||||
|
}
|
|
@ -9,6 +9,14 @@
|
||||||
"tag_name": "Name",
|
"tag_name": "Name",
|
||||||
"engl": "(in English)",
|
"engl": "(in English)",
|
||||||
"annotation": "Annotation",
|
"annotation": "Annotation",
|
||||||
"add_new_annotation": "Add a new annotation:"
|
"add_new_annotation": "Add a new annotation:",
|
||||||
|
"equivalents": "Equivalent",
|
||||||
|
"synonyms": "Synonyms",
|
||||||
|
"related_terms": "Related terms",
|
||||||
|
"broader": "Broader",
|
||||||
|
"narrower": "Narrower",
|
||||||
|
"generic": "Generic",
|
||||||
|
"instance_of": "Instance of",
|
||||||
|
"partitive": "Partitive"
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -102,6 +102,7 @@
|
||||||
"newspapers_mailing_lists": "Newsletters and mailing lists",
|
"newspapers_mailing_lists": "Newsletters and mailing lists",
|
||||||
"room": "Raum",
|
"room": "Raum",
|
||||||
"image": "Bild",
|
"image": "Bild",
|
||||||
"menu_items": "Menu Items"
|
"menu_items": "Menu Items",
|
||||||
|
"backgrounds": "Hintergr\u00fcnde"
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -65,6 +65,13 @@
|
||||||
"specific_entries_material": "Getrennte Angaben, Material",
|
"specific_entries_material": "Getrennte Angaben, Material",
|
||||||
"specific_entries_technique": "Getrennte Angaben, Technik",
|
"specific_entries_technique": "Getrennte Angaben, Technik",
|
||||||
"export_in_which_format": "In welchem Format exportieren ?",
|
"export_in_which_format": "In welchem Format exportieren ?",
|
||||||
"md_standard_format": "md:xml (Museum-Digital Standardformat)"
|
"md_standard_format": "md:xml (Museum-Digital Standardformat)",
|
||||||
|
"unit": "Einheit",
|
||||||
|
"date": "Datum",
|
||||||
|
"position_in_lit": "Position in Literatu",
|
||||||
|
"main_image": "Hauptbild",
|
||||||
|
"image_order": "Position in Bildreihenfolge",
|
||||||
|
"only_export_main_image": "Extra: Nur Hauptbild exportieren",
|
||||||
|
"position_in_series": "Position des Objektes in Serie"
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -29,7 +29,10 @@
|
||||||
"all_objects": "Alle Objekte !!",
|
"all_objects": "Alle Objekte !!",
|
||||||
"show_object": "Objekt zeigen",
|
"show_object": "Objekt zeigen",
|
||||||
"annotation": "Anmerkung",
|
"annotation": "Anmerkung",
|
||||||
"add_new_annotation": "Eine neue Anmerkung hier schreiben:"
|
"add_new_annotation": "Eine neue Anmerkung hier schreiben:",
|
||||||
|
"broader": "Broader",
|
||||||
|
"narrower": "Narrower",
|
||||||
|
"elsewhere": "Elsewhere"
|
||||||
},
|
},
|
||||||
"geo": {
|
"geo": {
|
||||||
"name": "Name",
|
"name": "Name",
|
||||||
|
|
15
backend/de/sources.json
Normal file
15
backend/de/sources.json
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
{
|
||||||
|
"tlSources": {
|
||||||
|
"add_new_source": "Neue Quelle hinzuf\u00fcgen",
|
||||||
|
"type": "Typ",
|
||||||
|
"type_explica": "Der Typ der Quelle.",
|
||||||
|
"article": "Artikel",
|
||||||
|
"inbook": "Artikel in Sammelband",
|
||||||
|
"book": "Buch",
|
||||||
|
"phdthesis": "Doktorarbeit",
|
||||||
|
"electronical": "Elektronische Resource",
|
||||||
|
"misc": "Weiteres",
|
||||||
|
"author_creator": "Autor \/ Erschaffer",
|
||||||
|
"author_creator_explica": "The creator of the source. Type a name to select the author or creator. You can add multiple authors \/ creators for a work."
|
||||||
|
}
|
||||||
|
}
|
|
@ -9,6 +9,14 @@
|
||||||
"tag_name": "Name",
|
"tag_name": "Name",
|
||||||
"engl": "(in Englisch)",
|
"engl": "(in Englisch)",
|
||||||
"annotation": "Anmerkung",
|
"annotation": "Anmerkung",
|
||||||
"add_new_annotation": "Add a new annotation:"
|
"add_new_annotation": "Eine neue Anmerkung eintragen:",
|
||||||
|
"equivalents": "\u00c4quivalente",
|
||||||
|
"synonyms": "Synonyme",
|
||||||
|
"related_terms": "Verkn\u00fcpfte Begriffe ",
|
||||||
|
"broader": "Weiter gefasst",
|
||||||
|
"narrower": "Enger gefasst",
|
||||||
|
"generic": "Generisch",
|
||||||
|
"instance_of": "Instanziell",
|
||||||
|
"partitive": "Partitiv"
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -102,6 +102,7 @@
|
||||||
"newspapers_mailing_lists": "Newspapers and mailing lists",
|
"newspapers_mailing_lists": "Newspapers and mailing lists",
|
||||||
"room": "Room",
|
"room": "Room",
|
||||||
"image": "Image",
|
"image": "Image",
|
||||||
"menu_items": "Menu Items"
|
"menu_items": "Menu Items",
|
||||||
|
"backgrounds": "Backgrounds"
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -65,6 +65,13 @@
|
||||||
"specific_entries_material": "Specific entries: Material",
|
"specific_entries_material": "Specific entries: Material",
|
||||||
"specific_entries_technique": "Specific entries: technique",
|
"specific_entries_technique": "Specific entries: technique",
|
||||||
"export_in_which_format": "Export in which format ?",
|
"export_in_which_format": "Export in which format ?",
|
||||||
"md_standard_format": "md:xml (museum-digital standard format)"
|
"md_standard_format": "md:xml (museum-digital standard format)",
|
||||||
|
"unit": "Einheit",
|
||||||
|
"date": "Date",
|
||||||
|
"position_in_lit": "Position in literature",
|
||||||
|
"main_image": "Main image",
|
||||||
|
"image_order": "Position in image order",
|
||||||
|
"only_export_main_image": "Extra: Only export main image",
|
||||||
|
"position_in_series": "Position of object in series"
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -29,7 +29,10 @@
|
||||||
"all_objects": "List all objects",
|
"all_objects": "List all objects",
|
||||||
"show_object": "Show object",
|
"show_object": "Show object",
|
||||||
"annotation": "Annotation",
|
"annotation": "Annotation",
|
||||||
"add_new_annotation": "Write a new annotation here:"
|
"add_new_annotation": "Write a new annotation here:",
|
||||||
|
"broader": "Broader",
|
||||||
|
"narrower": "Narrower",
|
||||||
|
"elsewhere": "Elsewhere"
|
||||||
},
|
},
|
||||||
"geo": {
|
"geo": {
|
||||||
"name": "Name",
|
"name": "Name",
|
||||||
|
|
15
backend/en/sources.json
Normal file
15
backend/en/sources.json
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
{
|
||||||
|
"tlSources": {
|
||||||
|
"add_new_source": "Add new source",
|
||||||
|
"type": "Type",
|
||||||
|
"type_explica": "The type of the source.",
|
||||||
|
"article": "Article",
|
||||||
|
"inbook": "Article in edited volume",
|
||||||
|
"book": "Book",
|
||||||
|
"phdthesis": "PhD thesis",
|
||||||
|
"electronical": "Electronical",
|
||||||
|
"misc": "Miscelaneous",
|
||||||
|
"author_creator": "Author \/ creator",
|
||||||
|
"author_creator_explica": "The creator of the source. Type a name to select the author or creator. You can add multiple authors \/ creators for a work."
|
||||||
|
}
|
||||||
|
}
|
|
@ -9,6 +9,14 @@
|
||||||
"tag_name": "Name",
|
"tag_name": "Name",
|
||||||
"engl": "(in English)",
|
"engl": "(in English)",
|
||||||
"annotation": "Annotation",
|
"annotation": "Annotation",
|
||||||
"add_new_annotation": "Add a new annotation:"
|
"add_new_annotation": "Add a new annotation:",
|
||||||
|
"equivalents": "Equivalent",
|
||||||
|
"synonyms": "Synonyms",
|
||||||
|
"related_terms": "Related terms",
|
||||||
|
"broader": "Broader",
|
||||||
|
"narrower": "Narrower",
|
||||||
|
"generic": "Generic",
|
||||||
|
"instance_of": "Instance of",
|
||||||
|
"partitive": "Partitive"
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -102,6 +102,7 @@
|
||||||
"newspapers_mailing_lists": "Newspapers and mailing lists",
|
"newspapers_mailing_lists": "Newspapers and mailing lists",
|
||||||
"room": "Room",
|
"room": "Room",
|
||||||
"image": "Image",
|
"image": "Image",
|
||||||
"menu_items": "Menu Items"
|
"menu_items": "Menu Items",
|
||||||
|
"backgrounds": "Backgrounds"
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -65,6 +65,13 @@
|
||||||
"specific_entries_material": "Specific entries: Material",
|
"specific_entries_material": "Specific entries: Material",
|
||||||
"specific_entries_technique": "Specific entries: technique",
|
"specific_entries_technique": "Specific entries: technique",
|
||||||
"export_in_which_format": "Export in which format ?",
|
"export_in_which_format": "Export in which format ?",
|
||||||
"md_standard_format": "md:xml (museum-digital standard format)"
|
"md_standard_format": "md:xml (museum-digital standard format)",
|
||||||
|
"unit": "Einheit",
|
||||||
|
"date": "Date",
|
||||||
|
"position_in_lit": "Position in literature",
|
||||||
|
"main_image": "Main image",
|
||||||
|
"image_order": "Position in image order",
|
||||||
|
"only_export_main_image": "Extra: Only export main image",
|
||||||
|
"position_in_series": "Position of object in series"
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -29,7 +29,10 @@
|
||||||
"all_objects": "List all objects",
|
"all_objects": "List all objects",
|
||||||
"show_object": "Show object",
|
"show_object": "Show object",
|
||||||
"annotation": "Annotation",
|
"annotation": "Annotation",
|
||||||
"add_new_annotation": "Write a new annotation here:"
|
"add_new_annotation": "Write a new annotation here:",
|
||||||
|
"broader": "Broader",
|
||||||
|
"narrower": "Narrower",
|
||||||
|
"elsewhere": "Elsewhere"
|
||||||
},
|
},
|
||||||
"geo": {
|
"geo": {
|
||||||
"name": "Name",
|
"name": "Name",
|
||||||
|
|
15
backend/es/sources.json
Normal file
15
backend/es/sources.json
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
{
|
||||||
|
"tlSources": {
|
||||||
|
"add_new_source": "Add new source",
|
||||||
|
"type": "Type",
|
||||||
|
"type_explica": "The type of the source.",
|
||||||
|
"article": "Article",
|
||||||
|
"inbook": "Article in edited volume",
|
||||||
|
"book": "Book",
|
||||||
|
"phdthesis": "PhD thesis",
|
||||||
|
"electronical": "Electronical",
|
||||||
|
"misc": "Miscelaneous",
|
||||||
|
"author_creator": "Author \/ creator",
|
||||||
|
"author_creator_explica": "The creator of the source. Type a name to select the author or creator. You can add multiple authors \/ creators for a work."
|
||||||
|
}
|
||||||
|
}
|
|
@ -9,6 +9,14 @@
|
||||||
"tag_name": "Name",
|
"tag_name": "Name",
|
||||||
"engl": "(in English)",
|
"engl": "(in English)",
|
||||||
"annotation": "Annotation",
|
"annotation": "Annotation",
|
||||||
"add_new_annotation": "Add a new annotation:"
|
"add_new_annotation": "Add a new annotation:",
|
||||||
|
"equivalents": "Equivalent",
|
||||||
|
"synonyms": "Synonyms",
|
||||||
|
"related_terms": "Related terms",
|
||||||
|
"broader": "Broader",
|
||||||
|
"narrower": "Narrower",
|
||||||
|
"generic": "Generic",
|
||||||
|
"instance_of": "Instance of",
|
||||||
|
"partitive": "Partitive"
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -102,6 +102,7 @@
|
||||||
"newspapers_mailing_lists": "H\u00edrlev\u00e9l lista",
|
"newspapers_mailing_lists": "H\u00edrlev\u00e9l lista",
|
||||||
"room": "Szoba",
|
"room": "Szoba",
|
||||||
"image": "Image",
|
"image": "Image",
|
||||||
"menu_items": "F\u0151men\u0171 elemei"
|
"menu_items": "F\u0151men\u0171 elemei",
|
||||||
|
"backgrounds": "Backgrounds"
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -65,6 +65,13 @@
|
||||||
"specific_entries_material": "Kieg\u00e9sz\u00edt\u0151 meghat\u00e1roz\u00e1s: Anyag",
|
"specific_entries_material": "Kieg\u00e9sz\u00edt\u0151 meghat\u00e1roz\u00e1s: Anyag",
|
||||||
"specific_entries_technique": "Kieg\u00e9sz\u00edt\u0151 meghat\u00e1roz\u00e1s: Technika",
|
"specific_entries_technique": "Kieg\u00e9sz\u00edt\u0151 meghat\u00e1roz\u00e1s: Technika",
|
||||||
"export_in_which_format": "Milyen adatcsere form\u00e1tumban t\u00f6rt\u00e9njen az export?",
|
"export_in_which_format": "Milyen adatcsere form\u00e1tumban t\u00f6rt\u00e9njen az export?",
|
||||||
"md_standard_format": "XML (a M\u00fazeumDigit\u00e1r standard adatcsere form\u00e1tuma)"
|
"md_standard_format": "XML (a M\u00fazeumDigit\u00e1r standard adatcsere form\u00e1tuma)",
|
||||||
|
"unit": "Egys\u00e9g",
|
||||||
|
"date": "D\u00e1tum",
|
||||||
|
"position_in_lit": "Pontos hivatkoz\u00e1s a szakirodalomban",
|
||||||
|
"main_image": "Nyit\u00f3 k\u00e9p",
|
||||||
|
"image_order": "Sorsz\u00e1m a k\u00e9pek sorrendj\u00e9ben",
|
||||||
|
"only_export_main_image": "Extra: Csak a nyit\u00f3 k\u00e9p export\u00e1l\u00e1sa",
|
||||||
|
"position_in_series": "A t\u00e1rgy sorsz\u00e1ma a sorozatban"
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -27,7 +27,10 @@
|
||||||
"all_objects": "Az \u00f6sszes t\u00e1rgy list\u00e1z\u00e1sa",
|
"all_objects": "Az \u00f6sszes t\u00e1rgy list\u00e1z\u00e1sa",
|
||||||
"show_object": "T\u00e1rgy megjelen\u00edt\u00e9se",
|
"show_object": "T\u00e1rgy megjelen\u00edt\u00e9se",
|
||||||
"annotation": "Komment\u00e1r",
|
"annotation": "Komment\u00e1r",
|
||||||
"add_new_annotation": "\u00daj komment\u00e1r hozz\u00e1f\u0171z\u00e9se:"
|
"add_new_annotation": "\u00daj komment\u00e1r hozz\u00e1f\u0171z\u00e9se:",
|
||||||
|
"broader": "Broader",
|
||||||
|
"narrower": "Narrower",
|
||||||
|
"elsewhere": "Elsewhere"
|
||||||
},
|
},
|
||||||
"geo": {
|
"geo": {
|
||||||
"name": "Helys\u00e9gn\u00e9v",
|
"name": "Helys\u00e9gn\u00e9v",
|
||||||
|
|
15
backend/hu/sources.json
Normal file
15
backend/hu/sources.json
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
{
|
||||||
|
"tlSources": {
|
||||||
|
"add_new_source": "Add new source",
|
||||||
|
"type": "Type",
|
||||||
|
"type_explica": "The type of the source.",
|
||||||
|
"article": "Article",
|
||||||
|
"inbook": "Article in edited volume",
|
||||||
|
"book": "Book",
|
||||||
|
"phdthesis": "PhD thesis",
|
||||||
|
"electronical": "Electronical",
|
||||||
|
"misc": "Miscelaneous",
|
||||||
|
"author_creator": "Author \/ creator",
|
||||||
|
"author_creator_explica": "The creator of the source. Type a name to select the author or creator. You can add multiple authors \/ creators for a work."
|
||||||
|
}
|
||||||
|
}
|
|
@ -9,6 +9,14 @@
|
||||||
"tag_name": "N\u00e9v",
|
"tag_name": "N\u00e9v",
|
||||||
"engl": "N\u00e9v angol ford\u00edt\u00e1sa",
|
"engl": "N\u00e9v angol ford\u00edt\u00e1sa",
|
||||||
"annotation": "Komment",
|
"annotation": "Komment",
|
||||||
"add_new_annotation": "\u00daj komment hozz\u00e1ad\u00e1sa"
|
"add_new_annotation": "\u00daj komment hozz\u00e1ad\u00e1sa",
|
||||||
|
"equivalents": "Equivalent",
|
||||||
|
"synonyms": "Synonyms",
|
||||||
|
"related_terms": "Related terms",
|
||||||
|
"broader": "Broader",
|
||||||
|
"narrower": "Narrower",
|
||||||
|
"generic": "Generic",
|
||||||
|
"instance_of": "Instance of",
|
||||||
|
"partitive": "Partitive"
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -102,6 +102,7 @@
|
||||||
"newspapers_mailing_lists": "Newspapers and mailing lists",
|
"newspapers_mailing_lists": "Newspapers and mailing lists",
|
||||||
"room": "Room",
|
"room": "Room",
|
||||||
"image": "Image",
|
"image": "Image",
|
||||||
"menu_items": "Menu Items"
|
"menu_items": "Menu Items",
|
||||||
|
"backgrounds": "Backgrounds"
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -65,6 +65,13 @@
|
||||||
"specific_entries_material": "Specific entries: Material",
|
"specific_entries_material": "Specific entries: Material",
|
||||||
"specific_entries_technique": "Specific entries: technique",
|
"specific_entries_technique": "Specific entries: technique",
|
||||||
"export_in_which_format": "Export in which format ?",
|
"export_in_which_format": "Export in which format ?",
|
||||||
"md_standard_format": "md:xml (museum-digital standard format)"
|
"md_standard_format": "md:xml (museum-digital standard format)",
|
||||||
|
"unit": "Einheit",
|
||||||
|
"date": "Date",
|
||||||
|
"position_in_lit": "Position in literature",
|
||||||
|
"main_image": "Main image",
|
||||||
|
"image_order": "Position in image order",
|
||||||
|
"only_export_main_image": "Extra: Only export main image",
|
||||||
|
"position_in_series": "Position of object in series"
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -29,7 +29,10 @@
|
||||||
"all_objects": "List all objects",
|
"all_objects": "List all objects",
|
||||||
"show_object": "Show object",
|
"show_object": "Show object",
|
||||||
"annotation": "Annotation",
|
"annotation": "Annotation",
|
||||||
"add_new_annotation": "Write a new annotation here:"
|
"add_new_annotation": "Write a new annotation here:",
|
||||||
|
"broader": "Broader",
|
||||||
|
"narrower": "Narrower",
|
||||||
|
"elsewhere": "Elsewhere"
|
||||||
},
|
},
|
||||||
"geo": {
|
"geo": {
|
||||||
"name": "Nama",
|
"name": "Nama",
|
||||||
|
|
15
backend/id/sources.json
Normal file
15
backend/id/sources.json
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
{
|
||||||
|
"tlSources": {
|
||||||
|
"add_new_source": "Add new source",
|
||||||
|
"type": "Type",
|
||||||
|
"type_explica": "The type of the source.",
|
||||||
|
"article": "Article",
|
||||||
|
"inbook": "Article in edited volume",
|
||||||
|
"book": "Book",
|
||||||
|
"phdthesis": "PhD thesis",
|
||||||
|
"electronical": "Electronical",
|
||||||
|
"misc": "Miscelaneous",
|
||||||
|
"author_creator": "Author \/ creator",
|
||||||
|
"author_creator_explica": "The creator of the source. Type a name to select the author or creator. You can add multiple authors \/ creators for a work."
|
||||||
|
}
|
||||||
|
}
|
|
@ -9,6 +9,14 @@
|
||||||
"tag_name": "Name",
|
"tag_name": "Name",
|
||||||
"engl": "(in English)",
|
"engl": "(in English)",
|
||||||
"annotation": "Annotation",
|
"annotation": "Annotation",
|
||||||
"add_new_annotation": "Add a new annotation:"
|
"add_new_annotation": "Add a new annotation:",
|
||||||
|
"equivalents": "Equivalent",
|
||||||
|
"synonyms": "Synonyms",
|
||||||
|
"related_terms": "Related terms",
|
||||||
|
"broader": "Broader",
|
||||||
|
"narrower": "Narrower",
|
||||||
|
"generic": "Generic",
|
||||||
|
"instance_of": "Instance of",
|
||||||
|
"partitive": "Partitive"
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -102,6 +102,7 @@
|
||||||
"newspapers_mailing_lists": "Newspapers and mailing lists",
|
"newspapers_mailing_lists": "Newspapers and mailing lists",
|
||||||
"room": "Room",
|
"room": "Room",
|
||||||
"image": "Image",
|
"image": "Image",
|
||||||
"menu_items": "Menu Items"
|
"menu_items": "Menu Items",
|
||||||
|
"backgrounds": "Backgrounds"
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -65,6 +65,13 @@
|
||||||
"specific_entries_material": "Specific entries: Material",
|
"specific_entries_material": "Specific entries: Material",
|
||||||
"specific_entries_technique": "Specific entries: technique",
|
"specific_entries_technique": "Specific entries: technique",
|
||||||
"export_in_which_format": "Export in which format ?",
|
"export_in_which_format": "Export in which format ?",
|
||||||
"md_standard_format": "md:xml (museum-digital standard format)"
|
"md_standard_format": "md:xml (museum-digital standard format)",
|
||||||
|
"unit": "Einheit",
|
||||||
|
"date": "Date",
|
||||||
|
"position_in_lit": "Position in literature",
|
||||||
|
"main_image": "Main image",
|
||||||
|
"image_order": "Position in image order",
|
||||||
|
"only_export_main_image": "Extra: Only export main image",
|
||||||
|
"position_in_series": "Position of object in series"
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -29,7 +29,10 @@
|
||||||
"all_objects": "List all objects",
|
"all_objects": "List all objects",
|
||||||
"show_object": "Show object",
|
"show_object": "Show object",
|
||||||
"annotation": "Annotation",
|
"annotation": "Annotation",
|
||||||
"add_new_annotation": "Write a new annotation here:"
|
"add_new_annotation": "Write a new annotation here:",
|
||||||
|
"broader": "Broader",
|
||||||
|
"narrower": "Narrower",
|
||||||
|
"elsewhere": "Elsewhere"
|
||||||
},
|
},
|
||||||
"geo": {
|
"geo": {
|
||||||
"name": "Name",
|
"name": "Name",
|
||||||
|
|
15
backend/it/sources.json
Normal file
15
backend/it/sources.json
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
{
|
||||||
|
"tlSources": {
|
||||||
|
"add_new_source": "Add new source",
|
||||||
|
"type": "Type",
|
||||||
|
"type_explica": "The type of the source.",
|
||||||
|
"article": "Article",
|
||||||
|
"inbook": "Article in edited volume",
|
||||||
|
"book": "Book",
|
||||||
|
"phdthesis": "PhD thesis",
|
||||||
|
"electronical": "Electronical",
|
||||||
|
"misc": "Miscelaneous",
|
||||||
|
"author_creator": "Author \/ creator",
|
||||||
|
"author_creator_explica": "The creator of the source. Type a name to select the author or creator. You can add multiple authors \/ creators for a work."
|
||||||
|
}
|
||||||
|
}
|
|
@ -9,6 +9,14 @@
|
||||||
"tag_name": "Name",
|
"tag_name": "Name",
|
||||||
"engl": "(in English)",
|
"engl": "(in English)",
|
||||||
"annotation": "Annotation",
|
"annotation": "Annotation",
|
||||||
"add_new_annotation": "Add a new annotation:"
|
"add_new_annotation": "Add a new annotation:",
|
||||||
|
"equivalents": "Equivalent",
|
||||||
|
"synonyms": "Synonyms",
|
||||||
|
"related_terms": "Related terms",
|
||||||
|
"broader": "Broader",
|
||||||
|
"narrower": "Narrower",
|
||||||
|
"generic": "Generic",
|
||||||
|
"instance_of": "Instance of",
|
||||||
|
"partitive": "Partitive"
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -102,6 +102,7 @@
|
||||||
"newspapers_mailing_lists": "Newspapers and mailing lists",
|
"newspapers_mailing_lists": "Newspapers and mailing lists",
|
||||||
"room": "Room",
|
"room": "Room",
|
||||||
"image": "Image",
|
"image": "Image",
|
||||||
"menu_items": "Menu Items"
|
"menu_items": "Menu Items",
|
||||||
|
"backgrounds": "Backgrounds"
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -65,6 +65,13 @@
|
||||||
"specific_entries_material": "Specific entries: Material",
|
"specific_entries_material": "Specific entries: Material",
|
||||||
"specific_entries_technique": "Specific entries: technique",
|
"specific_entries_technique": "Specific entries: technique",
|
||||||
"export_in_which_format": "Export in which format ?",
|
"export_in_which_format": "Export in which format ?",
|
||||||
"md_standard_format": "md:xml (museum-digital standard format)"
|
"md_standard_format": "md:xml (museum-digital standard format)",
|
||||||
|
"unit": "Einheit",
|
||||||
|
"date": "Date",
|
||||||
|
"position_in_lit": "Position in literature",
|
||||||
|
"main_image": "Main image",
|
||||||
|
"image_order": "Position in image order",
|
||||||
|
"only_export_main_image": "Extra: Only export main image",
|
||||||
|
"position_in_series": "Position of object in series"
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -29,7 +29,10 @@
|
||||||
"all_objects": "List all objects",
|
"all_objects": "List all objects",
|
||||||
"show_object": "Show object",
|
"show_object": "Show object",
|
||||||
"annotation": "Annotation",
|
"annotation": "Annotation",
|
||||||
"add_new_annotation": "Write a new annotation here:"
|
"add_new_annotation": "Write a new annotation here:",
|
||||||
|
"broader": "Broader",
|
||||||
|
"narrower": "Narrower",
|
||||||
|
"elsewhere": "Elsewhere"
|
||||||
},
|
},
|
||||||
"geo": {
|
"geo": {
|
||||||
"name": "Name",
|
"name": "Name",
|
||||||
|
|
15
backend/nl/sources.json
Normal file
15
backend/nl/sources.json
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
{
|
||||||
|
"tlSources": {
|
||||||
|
"add_new_source": "Add new source",
|
||||||
|
"type": "Type",
|
||||||
|
"type_explica": "The type of the source.",
|
||||||
|
"article": "Article",
|
||||||
|
"inbook": "Article in edited volume",
|
||||||
|
"book": "Book",
|
||||||
|
"phdthesis": "PhD thesis",
|
||||||
|
"electronical": "Electronical",
|
||||||
|
"misc": "Miscelaneous",
|
||||||
|
"author_creator": "Author \/ creator",
|
||||||
|
"author_creator_explica": "The creator of the source. Type a name to select the author or creator. You can add multiple authors \/ creators for a work."
|
||||||
|
}
|
||||||
|
}
|
|
@ -9,6 +9,14 @@
|
||||||
"tag_name": "Name",
|
"tag_name": "Name",
|
||||||
"engl": "(in English)",
|
"engl": "(in English)",
|
||||||
"annotation": "Annotation",
|
"annotation": "Annotation",
|
||||||
"add_new_annotation": "Add a new annotation:"
|
"add_new_annotation": "Add a new annotation:",
|
||||||
|
"equivalents": "Equivalent",
|
||||||
|
"synonyms": "Synonyms",
|
||||||
|
"related_terms": "Related terms",
|
||||||
|
"broader": "Broader",
|
||||||
|
"narrower": "Narrower",
|
||||||
|
"generic": "Generic",
|
||||||
|
"instance_of": "Instance of",
|
||||||
|
"partitive": "Partitive"
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -102,6 +102,7 @@
|
||||||
"newspapers_mailing_lists": "Newspapers and mailing lists",
|
"newspapers_mailing_lists": "Newspapers and mailing lists",
|
||||||
"room": "Room",
|
"room": "Room",
|
||||||
"image": "Image",
|
"image": "Image",
|
||||||
"menu_items": "Menu Items"
|
"menu_items": "Menu Items",
|
||||||
|
"backgrounds": "Backgrounds"
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -65,6 +65,13 @@
|
||||||
"specific_entries_material": "Specific entries: Material",
|
"specific_entries_material": "Specific entries: Material",
|
||||||
"specific_entries_technique": "Specific entries: technique",
|
"specific_entries_technique": "Specific entries: technique",
|
||||||
"export_in_which_format": "Export in which format ?",
|
"export_in_which_format": "Export in which format ?",
|
||||||
"md_standard_format": "md:xml (museum-digital standard format)"
|
"md_standard_format": "md:xml (museum-digital standard format)",
|
||||||
|
"unit": "Einheit",
|
||||||
|
"date": "Date",
|
||||||
|
"position_in_lit": "Position in literature",
|
||||||
|
"main_image": "Main image",
|
||||||
|
"image_order": "Position in image order",
|
||||||
|
"only_export_main_image": "Extra: Only export main image",
|
||||||
|
"position_in_series": "Position of object in series"
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -29,7 +29,10 @@
|
||||||
"all_objects": "List all objects",
|
"all_objects": "List all objects",
|
||||||
"show_object": "Show object",
|
"show_object": "Show object",
|
||||||
"annotation": "Annotation",
|
"annotation": "Annotation",
|
||||||
"add_new_annotation": "Write a new annotation here:"
|
"add_new_annotation": "Write a new annotation here:",
|
||||||
|
"broader": "Broader",
|
||||||
|
"narrower": "Narrower",
|
||||||
|
"elsewhere": "Elsewhere"
|
||||||
},
|
},
|
||||||
"geo": {
|
"geo": {
|
||||||
"name": "Nazwa",
|
"name": "Nazwa",
|
||||||
|
|
15
backend/pl/sources.json
Normal file
15
backend/pl/sources.json
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
{
|
||||||
|
"tlSources": {
|
||||||
|
"add_new_source": "Add new source",
|
||||||
|
"type": "Type",
|
||||||
|
"type_explica": "The type of the source.",
|
||||||
|
"article": "Article",
|
||||||
|
"inbook": "Article in edited volume",
|
||||||
|
"book": "Book",
|
||||||
|
"phdthesis": "PhD thesis",
|
||||||
|
"electronical": "Electronical",
|
||||||
|
"misc": "Miscelaneous",
|
||||||
|
"author_creator": "Author \/ creator",
|
||||||
|
"author_creator_explica": "The creator of the source. Type a name to select the author or creator. You can add multiple authors \/ creators for a work."
|
||||||
|
}
|
||||||
|
}
|
|
@ -9,6 +9,14 @@
|
||||||
"tag_name": "Name",
|
"tag_name": "Name",
|
||||||
"engl": "(in English)",
|
"engl": "(in English)",
|
||||||
"annotation": "Annotation",
|
"annotation": "Annotation",
|
||||||
"add_new_annotation": "Add a new annotation:"
|
"add_new_annotation": "Add a new annotation:",
|
||||||
|
"equivalents": "Equivalent",
|
||||||
|
"synonyms": "Synonyms",
|
||||||
|
"related_terms": "Related terms",
|
||||||
|
"broader": "Broader",
|
||||||
|
"narrower": "Narrower",
|
||||||
|
"generic": "Generic",
|
||||||
|
"instance_of": "Instance of",
|
||||||
|
"partitive": "Partitive"
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -102,6 +102,7 @@
|
||||||
"newspapers_mailing_lists": "Newspapers and mailing lists",
|
"newspapers_mailing_lists": "Newspapers and mailing lists",
|
||||||
"room": "Room",
|
"room": "Room",
|
||||||
"image": "Image",
|
"image": "Image",
|
||||||
"menu_items": "Menu Items"
|
"menu_items": "Menu Items",
|
||||||
|
"backgrounds": "Backgrounds"
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -65,6 +65,13 @@
|
||||||
"specific_entries_material": "Specific entries: Material",
|
"specific_entries_material": "Specific entries: Material",
|
||||||
"specific_entries_technique": "Specific entries: technique",
|
"specific_entries_technique": "Specific entries: technique",
|
||||||
"export_in_which_format": "Export in which format ?",
|
"export_in_which_format": "Export in which format ?",
|
||||||
"md_standard_format": "md:xml (museum-digital standard format)"
|
"md_standard_format": "md:xml (museum-digital standard format)",
|
||||||
|
"unit": "Einheit",
|
||||||
|
"date": "Date",
|
||||||
|
"position_in_lit": "Position in literature",
|
||||||
|
"main_image": "Main image",
|
||||||
|
"image_order": "Position in image order",
|
||||||
|
"only_export_main_image": "Extra: Only export main image",
|
||||||
|
"position_in_series": "Position of object in series"
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -29,7 +29,10 @@
|
||||||
"all_objects": "List all objects",
|
"all_objects": "List all objects",
|
||||||
"show_object": "Show object",
|
"show_object": "Show object",
|
||||||
"annotation": "Annotation",
|
"annotation": "Annotation",
|
||||||
"add_new_annotation": "Write a new annotation here:"
|
"add_new_annotation": "Write a new annotation here:",
|
||||||
|
"broader": "Broader",
|
||||||
|
"narrower": "Narrower",
|
||||||
|
"elsewhere": "Elsewhere"
|
||||||
},
|
},
|
||||||
"geo": {
|
"geo": {
|
||||||
"name": "Nome",
|
"name": "Nome",
|
||||||
|
|
15
backend/pt/sources.json
Normal file
15
backend/pt/sources.json
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
{
|
||||||
|
"tlSources": {
|
||||||
|
"add_new_source": "Add new source",
|
||||||
|
"type": "Type",
|
||||||
|
"type_explica": "The type of the source.",
|
||||||
|
"article": "Article",
|
||||||
|
"inbook": "Article in edited volume",
|
||||||
|
"book": "Book",
|
||||||
|
"phdthesis": "PhD thesis",
|
||||||
|
"electronical": "Electronical",
|
||||||
|
"misc": "Miscelaneous",
|
||||||
|
"author_creator": "Author \/ creator",
|
||||||
|
"author_creator_explica": "The creator of the source. Type a name to select the author or creator. You can add multiple authors \/ creators for a work."
|
||||||
|
}
|
||||||
|
}
|
|
@ -9,6 +9,14 @@
|
||||||
"tag_name": "Name",
|
"tag_name": "Name",
|
||||||
"engl": "(in English)",
|
"engl": "(in English)",
|
||||||
"annotation": "Annotation",
|
"annotation": "Annotation",
|
||||||
"add_new_annotation": "Add a new annotation:"
|
"add_new_annotation": "Add a new annotation:",
|
||||||
|
"equivalents": "Equivalent",
|
||||||
|
"synonyms": "Synonyms",
|
||||||
|
"related_terms": "Related terms",
|
||||||
|
"broader": "Broader",
|
||||||
|
"narrower": "Narrower",
|
||||||
|
"generic": "Generic",
|
||||||
|
"instance_of": "Instance of",
|
||||||
|
"partitive": "Partitive"
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -102,6 +102,7 @@
|
||||||
"newspapers_mailing_lists": "Newspapers and mailing lists",
|
"newspapers_mailing_lists": "Newspapers and mailing lists",
|
||||||
"room": "Room",
|
"room": "Room",
|
||||||
"image": "Image",
|
"image": "Image",
|
||||||
"menu_items": "Menu Items"
|
"menu_items": "Menu Items",
|
||||||
|
"backgrounds": "Backgrounds"
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -65,6 +65,13 @@
|
||||||
"specific_entries_material": "Specific entries: Material",
|
"specific_entries_material": "Specific entries: Material",
|
||||||
"specific_entries_technique": "Specific entries: technique",
|
"specific_entries_technique": "Specific entries: technique",
|
||||||
"export_in_which_format": "Export in which format ?",
|
"export_in_which_format": "Export in which format ?",
|
||||||
"md_standard_format": "md:xml (museum-digital standard format)"
|
"md_standard_format": "md:xml (museum-digital standard format)",
|
||||||
|
"unit": "Einheit",
|
||||||
|
"date": "Date",
|
||||||
|
"position_in_lit": "Position in literature",
|
||||||
|
"main_image": "Main image",
|
||||||
|
"image_order": "Position in image order",
|
||||||
|
"only_export_main_image": "Extra: Only export main image",
|
||||||
|
"position_in_series": "Position of object in series"
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -29,7 +29,10 @@
|
||||||
"all_objects": "List all objects",
|
"all_objects": "List all objects",
|
||||||
"show_object": "Show object",
|
"show_object": "Show object",
|
||||||
"annotation": "Annotation",
|
"annotation": "Annotation",
|
||||||
"add_new_annotation": "Write a new annotation here:"
|
"add_new_annotation": "Write a new annotation here:",
|
||||||
|
"broader": "Broader",
|
||||||
|
"narrower": "Narrower",
|
||||||
|
"elsewhere": "Elsewhere"
|
||||||
},
|
},
|
||||||
"geo": {
|
"geo": {
|
||||||
"name": "Name",
|
"name": "Name",
|
||||||
|
|
15
backend/tl/sources.json
Normal file
15
backend/tl/sources.json
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
{
|
||||||
|
"tlSources": {
|
||||||
|
"add_new_source": "Add new source",
|
||||||
|
"type": "Type",
|
||||||
|
"type_explica": "The type of the source.",
|
||||||
|
"article": "Article",
|
||||||
|
"inbook": "Article in edited volume",
|
||||||
|
"book": "Book",
|
||||||
|
"phdthesis": "PhD thesis",
|
||||||
|
"electronical": "Electronical",
|
||||||
|
"misc": "Miscelaneous",
|
||||||
|
"author_creator": "Author \/ creator",
|
||||||
|
"author_creator_explica": "The creator of the source. Type a name to select the author or creator. You can add multiple authors \/ creators for a work."
|
||||||
|
}
|
||||||
|
}
|
|
@ -9,6 +9,14 @@
|
||||||
"tag_name": "Name",
|
"tag_name": "Name",
|
||||||
"engl": "(in English)",
|
"engl": "(in English)",
|
||||||
"annotation": "Annotation",
|
"annotation": "Annotation",
|
||||||
"add_new_annotation": "Add a new annotation:"
|
"add_new_annotation": "Add a new annotation:",
|
||||||
|
"equivalents": "Equivalent",
|
||||||
|
"synonyms": "Synonyms",
|
||||||
|
"related_terms": "Related terms",
|
||||||
|
"broader": "Broader",
|
||||||
|
"narrower": "Narrower",
|
||||||
|
"generic": "Generic",
|
||||||
|
"instance_of": "Instance of",
|
||||||
|
"partitive": "Partitive"
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -15,7 +15,7 @@
|
||||||
"image_click": "Klick f\u00fchrt zu gr\u00f6\u00dferer Abbildung",
|
"image_click": "Klick f\u00fchrt zu gr\u00f6\u00dferer Abbildung",
|
||||||
"print_pdf": "Objektinformationen zum Ausdrucken (PDF)",
|
"print_pdf": "Objektinformationen zum Ausdrucken (PDF)",
|
||||||
"hints_for_usage": "Hinweise zur Nutzung und zum Zitieren",
|
"hints_for_usage": "Hinweise zur Nutzung und zum Zitieren",
|
||||||
"cc": "Die Text-Informationen dieser Seite sind f\u00fcr die nicht-kommerzielle Nutzung bei Angabe der Quelle frei verf\u00fcgbar (<a href=\"http:\/\/creativecommons.org\/licenses\/by-nc-sa\/3.0\/deed.de\" class=\"objektseitebottom\">Creative Commons Lizenz 3.0, by-nc-sa<\/a>) Als Quellenangabe nennen Sie bitte neben der Internet-Adresse unbedingt auch den Namen des Museums und den Namen der Textautorin bzw. des Textautors, soweit diese ausdr\u00fccklich angegeben sind. Die Rechte f\u00fcr die Abbildungen des Objektes werden unterhalb der gro\u00dfen Ansichten (die \u00fcber ein Anklicken der kleineren Ansichten erreichbar werden) angezeigt. Sofern dort nichts anderes angegeben ist, gilt f\u00fcr die Nutzung das gerade Gesagte. Auch bei der Verwendung der Bild-Informationen sind unbedingt der Name des Museums und der Name des Fotografen bzw. der Fotografin zu nennen.<br>Jede Form der kommerziellen Nutzung von Text- oder Bildinformationen bedarf der R\u00fccksprache mit dem Museum.",
|
"cc": "Die Text-Informationen dieser Seite sind f\u00fcr die nicht-kommerzielle Nutzung bei Angabe der Quelle frei verf\u00fcgbar (<a href=\"https:\/\/creativecommons.org\/licenses\/by-nc-sa\/3.0\/deed.de\" class=\"objektseitebottom\">Creative Commons Lizenz 3.0, by-nc-sa<\/a>) Als Quellenangabe nennen Sie bitte neben der Internet-Adresse unbedingt auch den Namen des Museums und den Namen der Textautorin bzw. des Textautors, soweit diese ausdr\u00fccklich angegeben sind. Die Rechte f\u00fcr die Abbildungen des Objektes werden unterhalb der gro\u00dfen Ansichten (die \u00fcber ein Anklicken der kleineren Ansichten erreichbar werden) angezeigt. Sofern dort nichts anderes angegeben ist, gilt f\u00fcr die Nutzung das gerade Gesagte. Auch bei der Verwendung der Bild-Informationen sind unbedingt der Name des Museums und der Name des Fotografen bzw. der Fotografin zu nennen.<br>Jede Form der kommerziellen Nutzung von Text- oder Bildinformationen bedarf der R\u00fccksprache mit dem Museum.",
|
||||||
"feedback": "Ist Ihnen etwas aufgefallen? Wom\u00f6glich ein Fehler?! Oder wissen Sie mehr?",
|
"feedback": "Ist Ihnen etwas aufgefallen? Wom\u00f6glich ein Fehler?! Oder wissen Sie mehr?",
|
||||||
"last_update": "Stand der Information",
|
"last_update": "Stand der Information",
|
||||||
"image_new_window": "Klick f\u00fchrt zu Darstellung in neuem Fenster",
|
"image_new_window": "Klick f\u00fchrt zu Darstellung in neuem Fenster",
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
"image_bigger": "Larger image and pertaining information",
|
"image_bigger": "Larger image and pertaining information",
|
||||||
"object_callit": "Call the object",
|
"object_callit": "Call the object",
|
||||||
"image_click": "Click shows larger image",
|
"image_click": "Click shows larger image",
|
||||||
"print_pdf": "Objectinformation for printing (PDF)",
|
"print_pdf": "Object information for printing (PDF)",
|
||||||
"hints_for_usage": "Usage and citation",
|
"hints_for_usage": "Usage and citation",
|
||||||
"cc": "The textual information presented here is free for non-commercial usage if the source is named. (<a href=\"http:\/\/creativecommons.org\/licenses\/by-nc-sa\/3.0\/deed.de\" class=\"objektseitebottom\">Creative Commons Lizenz 3.0, by-nc-sa<\/a>) Please name as source not only the internet representation but also the name of the museum.<br>Rights for the images are shown below the large images (which are accessible by clicking on the smaller images). If nothing different is mentioned there the same regulation as for textual information applies.<br>Any commercial usage of text or image demands communication with the museum.",
|
"cc": "The textual information presented here is free for non-commercial usage if the source is named. (<a href=\"http:\/\/creativecommons.org\/licenses\/by-nc-sa\/3.0\/deed.de\" class=\"objektseitebottom\">Creative Commons Lizenz 3.0, by-nc-sa<\/a>) Please name as source not only the internet representation but also the name of the museum.<br>Rights for the images are shown below the large images (which are accessible by clicking on the smaller images). If nothing different is mentioned there the same regulation as for textual information applies.<br>Any commercial usage of text or image demands communication with the museum.",
|
||||||
"feedback": "Did you encounter something wrong? Do you know more? Any remarks?",
|
"feedback": "Did you encounter something wrong? Do you know more? Any remarks?",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user