diff --git a/sci-publications/src/main/resources/WEB-INF/views/org/scientificcms/contenttypes/ui/inproceedings/edit-inproceedings.xhtml b/sci-publications/src/main/resources/WEB-INF/views/org/scientificcms/contenttypes/ui/inproceedings/edit-inproceedings.xhtml
index 4e8e2a2..10d330e 100644
--- a/sci-publications/src/main/resources/WEB-INF/views/org/scientificcms/contenttypes/ui/inproceedings/edit-inproceedings.xhtml
+++ b/sci-publications/src/main/resources/WEB-INF/views/org/scientificcms/contenttypes/ui/inproceedings/edit-inproceedings.xhtml
@@ -14,6 +14,14 @@
+
+
+
+ #{SciPublicationsUiMessageBundle.getMessage('inproceedings.basicproperties.errors.proceedings_not_found', [proceedingsNotFound])}
+
+
+
+
+
+
+
+ #{SciPublicationsUiMessageBundle.getMessage('proceedings.basicproperties.errors.start_date_invalid', [invalidStartDate])}
+
+
+
+
+
+ #{SciPublicationsUiMessageBundle.getMessage('proceedings.basicproperties.errors.end_date_invalid', [invalidEndDate])}
+
+
+
+
+
+ #{SciPublicationsUiMessageBundle.getMessage('basicproperties.errors.paper_not_found', [paperNotFound])}
+
+
+
+
+
+ #{SciPublicationsUiMessageBundle.getMessage('basicproperties.errors.paper_not_part_of_proceedings', [paperNotPartOfProceedings])}
+
+
+
+
+
+ #{SciPublicationsUiMessageBundle.getMessage('basicproperties.errors.organizer_not_found', [organizerNotFound])}
+
+
+
+
#{SciPublicationsUiMessageBundle['proceedings.basicproperties.papers.header']}
diff --git a/sci-publications/src/main/resources/org/scientificcms/publications/ui/SciPublicationsBundle.properties b/sci-publications/src/main/resources/org/scientificcms/publications/ui/SciPublicationsBundle.properties
index 3176444..11641f7 100644
--- a/sci-publications/src/main/resources/org/scientificcms/publications/ui/SciPublicationsBundle.properties
+++ b/sci-publications/src/main/resources/org/scientificcms/publications/ui/SciPublicationsBundle.properties
@@ -527,3 +527,12 @@ inproceedings.basicproperties.proceedings.remove.title=Remove paper from Proceed
inproceedings.basicproperties.proceedings.remove.message=Are you sure to remove the paper {0} from the Proceedings {1}?
inproceedings.extendedproperties.header=Edit extended properties of Inproceedings {0}
proceedings.extendedproperties.header=Extended Properties of Proceedings {0}
+collectedvolume.basicproperties.errors.article_not_found=The selected article {0} was not found.
+collectedvolume.basicproperties.errors.article_not_part_of_collected_volume=The article {0} was selected for removal from this Collected Volume, but is not part of this Collected Volume.
+articleincollectedvolume.basicproperties.errors.collectedvolume_not_found=The selected Collected Volume with the identifier {0} was not found.
+proceedings.basicproperties.errors.start_date_invalid=The provided start date {0} is not a valid date.
+proceedings.basicproperties.errors.end_date_invalid=The provided end date {0} is not a valid date.
+basicproperties.errors.paper_not_found=The selected paper {0} was not found.
+basicproperties.errors.paper_not_part_of_proceedings=The paper {0} was selected for removal from these Proceeedings, but is not part of these Proceedings.
+basicproperties.errors.organizer_not_found=The selected organizer {0} was found.
+inproceedings.basicproperties.errors.proceedings_not_found=The selected Proceedings {0} were not found.
diff --git a/sci-publications/src/main/resources/org/scientificcms/publications/ui/SciPublicationsBundle_de.properties b/sci-publications/src/main/resources/org/scientificcms/publications/ui/SciPublicationsBundle_de.properties
index 9d42b84..4086f1d 100644
--- a/sci-publications/src/main/resources/org/scientificcms/publications/ui/SciPublicationsBundle_de.properties
+++ b/sci-publications/src/main/resources/org/scientificcms/publications/ui/SciPublicationsBundle_de.properties
@@ -527,3 +527,12 @@ inproceedings.basicproperties.proceedings.remove.title=Beitrag aus Tagungsband e
inproceedings.basicproperties.proceedings.remove.message=Sind Sie sicher, dass Sie den Beitrag {0} aus dem Tagungsband {1} entfernen wollen?
inproceedings.extendedproperties.header=Tagungsbandbeitrag {0} bearbeiten
proceedings.extendedproperties.header=Erweiterte Eigenschaften des Tagungsbandes {0}
+collectedvolume.basicproperties.errors.article_not_found=Der ausgew\u00e4hlte Artikel konnte nicht gefunden werden.
+collectedvolume.basicproperties.errors.article_not_part_of_collected_volume=Der Artikel {0} soll aus diesem Sammelband entfernt werden, ist aber nicht Teil dieses Sammelbandes.
+articleincollectedvolume.basicproperties.errors.collectedvolume_not_found=Das ausgew\u00e4hlte Sammelband {0} wurde nicht gefunden.
+proceedings.basicproperties.errors.start_date_invalid=Das f\u00fcr den Beginn angegebene Datum {0} ist kein valides Datum.
+proceedings.basicproperties.errors.end_date_invalid=Das f\u00fcr das Ende angegebene Datum {0} ist kein valides Datum.
+basicproperties.errors.paper_not_found=Der ausgew\u00e4hlte Beitrag {0} wurde nicht gefunden.
+basicproperties.errors.paper_not_part_of_proceedings=Der Beitrag {0} soll aus diesem Tagungsband entfernt werden, ist aber nicht Teil dieses Tagungsbandes.
+basicproperties.errors.organizer_not_found=Der ausgew\u00e4hlte Organisator wurde nicht gefunden.
+inproceedings.basicproperties.errors.proceedings_not_found=Der ausgew\u00e4hlte Tagungsband {0} wurde nicht gefunden.