Remove duplicate array keys
This commit is contained in:
parent
a97557640b
commit
b94702d8d2
@ -55,7 +55,6 @@ final class MDConcMarkingPosition implements MDImporterConcordanceListInterface
|
||||
"unterer Blattrand" => "bottom",
|
||||
"Boden" => "bottom",
|
||||
"Boden und Standring" => "bottom",
|
||||
"Unterseite" => "bottom",
|
||||
"untere Passpartoutkante und untere linke Ecke auf Foto" => "bottom",
|
||||
"Unterboden" => "bottom",
|
||||
"vs unten" => "bottom",
|
||||
@ -68,7 +67,6 @@ final class MDConcMarkingPosition implements MDImporterConcordanceListInterface
|
||||
"oben" => "top",
|
||||
"oben mittig" => "top",
|
||||
"Oben mittig" => "top",
|
||||
"Oberseite" => "top",
|
||||
"oberer Rand" => "top",
|
||||
"oberer Balken" => "top",
|
||||
"Flasche und Verschluß" => "top",
|
||||
@ -300,7 +298,6 @@ final class MDConcMarkingPosition implements MDImporterConcordanceListInterface
|
||||
"Oberseite Holzsohle, mittig im oberer Drittel" => "other",
|
||||
"Vorderseite Ziffernblatt" => "other",
|
||||
"Boden, außen" => "other",
|
||||
"innen" => "other",
|
||||
"außen" => "other",
|
||||
"aussen" => "other",
|
||||
"am Gehäuse" => "other",
|
||||
|
@ -17,8 +17,6 @@ final class MDConcOwnershipStatus implements MDImporterConcordanceListInterface
|
||||
"Eigentum" => "owned",
|
||||
"Geschenk" => "owned",
|
||||
"Besitz" => "owned",
|
||||
"Dauerleihe" => "permanent_loan",
|
||||
"Dauerleihgabe" => "permanent_loan",
|
||||
"Kauf" => "owned",
|
||||
"Fund" => "owned",
|
||||
"Eigenleistung" => "owned",
|
||||
|
Loading…
Reference in New Issue
Block a user