Questionnaire_QR_Item_OnlyOneA special case
This commit is contained in:
parent
da14683990
commit
a1a7e307ae
|
@ -94,7 +94,9 @@ Questionnaire_QR_Item_NotEnabled = Item has answer (2), even though it is not en
|
|||
Questionnaire_QR_Item_NotEnabled2 = Item has answer, even though it is not enabled (item id = ''{0}'')
|
||||
Questionnaire_QR_Item_NotFound = LinkId ''{0}'' not found in questionnaire
|
||||
Questionnaire_QR_Item_OnlyOneA = Only one response answer item with this linkId allowed
|
||||
Questionnaire_QR_Item_OnlyOneI_PLURAL = Only one response item with the linkId {1} allowed - found {0} items
|
||||
#The following error cannot occur for a single item. _one case left intentionally blank.
|
||||
#Questionnaire_QR_Item_OnlyOneI_PLURAL_one =
|
||||
Questionnaire_QR_Item_OnlyOneI_PLURAL_other = Only one response item with the linkId {1} allowed - found {0} items
|
||||
Questionnaire_QR_Item_Order = Structural Error: items are out of order
|
||||
Questionnaire_QR_Item_StringNoOptions = Cannot validate string answer option because no option list is provided
|
||||
Questionnaire_QR_Item_Text = If text exists, it must match the questionnaire definition for linkId {0}
|
||||
|
|
|
@ -88,7 +88,9 @@ Questionnaire_QR_Item_NotEnabled=Item hat Antwort (2), auch wenn es nicht aktivi
|
|||
Questionnaire_QR_Item_NotEnabled2=Item besitzt eine answer, auch wenn es nicht aktiviert ist (Element-ID = "{0}")
|
||||
Questionnaire_QR_Item_NotFound=LinkId "{0}" im questionnaire nicht gefunden
|
||||
Questionnaire_QR_Item_OnlyOneA=Nur ein Antwortelement mit dieser LinkId zul\u00e4ssig
|
||||
Questionnaire_QR_Item_OnlyOneI_PLURAL=Nur ein Antwortelement mit dieser LinkId erlaubt - {1}
|
||||
#The following error cannot occur for a single item. _one case left intentionally blank.
|
||||
#Questionnaire_QR_Item_OnlyOneI_PLURAL_one=
|
||||
Questionnaire_QR_Item_OnlyOneI_PLURAL_other=Nur ein Antwortelement mit dieser LinkId erlaubt - {1}
|
||||
Questionnaire_QR_Item_Order=Struktureller Fehler: Elemente in falscher Reihenfolge
|
||||
Questionnaire_QR_Item_StringNoOptions=String answer option kann nicht validiert werden, da keine Optionsliste bereitgestellt wird
|
||||
Questionnaire_QR_Item_Text=Wenn Text vorhanden ist, muss er mit der Fragebogen-Definition f\u00fcr linkId {0} \u00fcbereinstimmen.
|
||||
|
|
|
@ -89,7 +89,9 @@ Questionnaire_QR_Item_NotEnabled = Item heeft een antwoord (2), terwijl deze nie
|
|||
Questionnaire_QR_Item_NotEnabled2 = Item heeft een antwoord, terwijl deze niet actief is (item id = ''{0}'')
|
||||
Questionnaire_QR_Item_NotFound = LinkId ''{0}'' niet gevonden in questionnaire
|
||||
Questionnaire_QR_Item_OnlyOneA = Er is slechts een antwoorditem toegestaan bij dit linkId
|
||||
Questionnaire_QR_Item_OnlyOneI_PLURAL = Er is slechts een item toegestaan bij dit linkId - {1}
|
||||
#The following error cannot occur for a single item. _one case left intentionally blank.
|
||||
#Questionnaire_QR_Item_OnlyOneI_PLURAL_one =
|
||||
Questionnaire_QR_Item_OnlyOneI_PLURAL_other = Er is slechts een item toegestaan bij dit linkId - {1}
|
||||
Questionnaire_QR_Item_Order = Structuurfout: items staan niet in de juiste volgorde
|
||||
Questionnaire_QR_Item_StringNoOptions = Kan string-antwoord niet valideren omdat er geen optielijst is gespecificeerd
|
||||
Questionnaire_QR_Item_Text = Als text bestaat, dan moet dit een questionnaire-definitie bevatten voor linkId {0}
|
||||
|
|
Loading…
Reference in New Issue