From 59df630985f1db3da991baf00983237910aac7ba Mon Sep 17 00:00:00 2001 From: dotasek Date: Fri, 28 Oct 2022 16:57:44 -0400 Subject: [PATCH] BUNDLE_BUNDLE_ENTRY_MULTIPLE_PROFILES_PLURAL --- org.hl7.fhir.utilities/src/main/resources/Messages.properties | 4 +++- .../src/main/resources/Messages_de.properties | 4 ++++ .../src/main/resources/Messages_nl.properties | 4 +++- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/org.hl7.fhir.utilities/src/main/resources/Messages.properties b/org.hl7.fhir.utilities/src/main/resources/Messages.properties index fca846e07..bc4c6d4ce 100644 --- a/org.hl7.fhir.utilities/src/main/resources/Messages.properties +++ b/org.hl7.fhir.utilities/src/main/resources/Messages.properties @@ -618,7 +618,9 @@ SD_MUST_HAVE_DERIVATION = StructureDefinition {0} must have a derivation, since VALIDATION_VAL_PROFILE_OTHER_VERSION = Profile is for a different version of FHIR ({0}) so has been ignored VALIDATION_VAL_PROFILE_THIS_VERSION_OK = Profile for this version of FHIR - all OK VALIDATION_VAL_PROFILE_THIS_VERSION_OTHER = Profile is for this version of FHIR, but is an invalid type {0} -BUNDLE_BUNDLE_ENTRY_MULTIPLE_PROFILES_PLURAL = {0} profiles found for {1} resource. More than one is not supported at this time. (Type {2}: {3}) +#The following error cannot occur for a single item. _one case left intentionally blank. +#BUNDLE_BUNDLE_ENTRY_MULTIPLE_PROFILES_PLURAL_one = +BUNDLE_BUNDLE_ENTRY_MULTIPLE_PROFILES_PLURAL_other = {0} profiles found for {1} resource. More than one is not supported at this time. (Type {2}: {3}) RENDER_BUNDLE_HEADER_ROOT = Bundle {0} of type {1} RENDER_BUNDLE_HEADER_ENTRY = Entry {0} RENDER_BUNDLE_HEADER_ENTRY_URL = Entry {0} - Full URL = {1} diff --git a/org.hl7.fhir.utilities/src/main/resources/Messages_de.properties b/org.hl7.fhir.utilities/src/main/resources/Messages_de.properties index 0bcfa21df..e6b9bbe56 100644 --- a/org.hl7.fhir.utilities/src/main/resources/Messages_de.properties +++ b/org.hl7.fhir.utilities/src/main/resources/Messages_de.properties @@ -447,4 +447,8 @@ This_property_must_be_an_Array_not_a_=Diese Eigenschaft muss ein Array sein, nic documentmsg = (document) XHTML_URL_INVALID_CHARS_PLURAL_one = REPARIERE MICH XHTML_URL_INVALID_CHARS_PLURAL_other = REPARIERE MICH +#The following error cannot occur for a single item. _one case left intentionally blank. +#BUNDLE_BUNDLE_ENTRY_MULTIPLE_PROFILES_PLURAL_one = REPARIERE MICH +BUNDLE_BUNDLE_ENTRY_MULTIPLE_PROFILES_PLURAL_other = REPARIERE MICH + diff --git a/org.hl7.fhir.utilities/src/main/resources/Messages_nl.properties b/org.hl7.fhir.utilities/src/main/resources/Messages_nl.properties index f177ecbe9..b802a4bc9 100644 --- a/org.hl7.fhir.utilities/src/main/resources/Messages_nl.properties +++ b/org.hl7.fhir.utilities/src/main/resources/Messages_nl.properties @@ -595,7 +595,9 @@ SD_MUST_HAVE_DERIVATION = StructureDefinition {0} moet een derivation bevatten, VALIDATION_VAL_PROFILE_OTHER_VERSION = Profiel is voor een andere versie van FHIR ({0}) dus wordt genegeerd VALIDATION_VAL_PROFILE_THIS_VERSION_OK = Profiel voor deze versie van FHIR - alles in orde VALIDATION_VAL_PROFILE_THIS_VERSION_OTHER = Profiel is voor deze versie van FHIR, maar heeft een onjuist type {0} -BUNDLE_BUNDLE_ENTRY_MULTIPLE_PROFILES_PLURAL = Meerdere profielen gevonden voor contained resource. Dit wordt momenteel niet ondersteund. (Type {2}: {3}) +#The following error cannot occur for a single item. _one case left intentionally blank. +#BUNDLE_BUNDLE_ENTRY_MULTIPLE_PROFILES_PLURAL_one = +BUNDLE_BUNDLE_ENTRY_MULTIPLE_PROFILES_PLURAL_other = Meerdere profielen gevonden voor contained resource. Dit wordt momenteel niet ondersteund. (Type {2}: {3}) RENDER_BUNDLE_HEADER_ROOT = Bundle {0} van type {1} RENDER_BUNDLE_HEADER_ENTRY = Entry {0} RENDER_BUNDLE_HEADER_ENTRY_URL = Entry {0} - Full URL = {1}