Skip to content

Commit

Permalink
Modified entry form field description text for person type selection …
Browse files Browse the repository at this point in the history
…as suggested in the review.
  • Loading branch information
litvinovg committed Oct 11, 2024
1 parent 9ed7ee1 commit 74f6fe6
Show file tree
Hide file tree
Showing 11 changed files with 52 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6277,3 +6277,9 @@ uil-data:vis_coauthor_vcard.VIVO
uil:hasApp "VIVO" ;
uil:hasKey "vis_coauthor_vcard" .

uil-data:select_vcard_or_person.VIVO
rdf:type owl:NamedIndividual ;
rdf:type uil:UILabel ;
rdfs:label "Bitte wählen Sie VCARD nur, wenn die Person kein Profil in VIVO hat und auch nicht haben soll. Ansonsten wählen Sie den Typ \"Person\"."@de-DE ;
uil:hasApp "VIVO" ;
uil:hasKey "select_vcard_or_person" .
Original file line number Diff line number Diff line change
Expand Up @@ -6274,3 +6274,9 @@ uil-data:vis_coauthor_vcard.VIVO
uil:hasApp "VIVO" ;
uil:hasKey "vis_coauthor_vcard" .

uil-data:select_vcard_or_person.VIVO
rdf:type owl:NamedIndividual ;
rdf:type uil:UILabel ;
rdfs:label "Please select VCARD only, when the person has not and is not supposed to have a profile in VIVO. Otherwise choose the type \"Person\"."@en-CA ;
uil:hasApp "VIVO" ;
uil:hasKey "select_vcard_or_person" .
Original file line number Diff line number Diff line change
Expand Up @@ -6274,3 +6274,9 @@ uil-data:vis_coauthor_vcard.VIVO
uil:hasApp "VIVO" ;
uil:hasKey "vis_coauthor_vcard" .

uil-data:select_vcard_or_person.VIVO
rdf:type owl:NamedIndividual ;
rdf:type uil:UILabel ;
rdfs:label "Please select VCARD only, when the person has not and is not supposed to have a profile in VIVO. Otherwise choose the type \"Person\"."@en-US ;
uil:hasApp "VIVO" ;
uil:hasKey "select_vcard_or_person" .
Original file line number Diff line number Diff line change
Expand Up @@ -6274,3 +6274,9 @@ uil-data:vis_coauthor_vcard.VIVO
uil:hasApp "VIVO" ;
uil:hasKey "vis_coauthor_vcard" .

uil-data:select_vcard_or_person.VIVO
rdf:type owl:NamedIndividual ;
rdf:type uil:UILabel ;
rdfs:label "Por favor, seleccione VCARD sólo, cuando la persona no tenga ni deba tener un perfil en VIVO. En caso contrario, elija el tipo \"Persona\"."@es ;
uil:hasApp "VIVO" ;
uil:hasKey "select_vcard_or_person" .
Original file line number Diff line number Diff line change
Expand Up @@ -6274,3 +6274,9 @@ uil-data:vis_coauthor_vcard.VIVO
uil:hasApp "VIVO" ;
uil:hasKey "vis_coauthor_vcard" .

uil-data:select_vcard_or_person.VIVO
rdf:type owl:NamedIndividual ;
rdf:type uil:UILabel ;
rdfs:label "Ne sélectionnez VCARD que si la personne n'a pas et n'est pas censée avoir un profil dans VIVO. Dans le cas contraire, choisissez le type \"Personne\"."@fr-CA ;
uil:hasApp "VIVO" ;
uil:hasKey "select_vcard_or_person" .
Original file line number Diff line number Diff line change
Expand Up @@ -6274,3 +6274,9 @@ uil-data:vis_coauthor_vcard.VIVO
uil:hasApp "VIVO" ;
uil:hasKey "vis_coauthor_vcard" .

uil-data:select_vcard_or_person.VIVO
rdf:type owl:NamedIndividual ;
rdf:type uil:UILabel ;
rdfs:label "Selecione VCARD somente quando a pessoa não tiver e não deva ter um perfil na VIVO. Caso contrário, escolha o tipo \"Pessoa\"."@pt-BR ;
uil:hasApp "VIVO" ;
uil:hasKey "select_vcard_or_person" .
Original file line number Diff line number Diff line change
Expand Up @@ -6274,3 +6274,9 @@ uil-data:vis_coauthor_vcard.VIVO
uil:hasApp "VIVO" ;
uil:hasKey "vis_coauthor_vcard" .

uil-data:select_vcard_or_person.VIVO
rdf:type owl:NamedIndividual ;
rdf:type uil:UILabel ;
rdfs:label "Пожалуйста, выбирайте VCARD только в том случае, если у человека нет и не должно быть профиля в VIVO. В противном случае выберите тип \"Персона\"."@ru-RU ;
uil:hasApp "VIVO" ;
uil:hasKey "select_vcard_or_person" .
Original file line number Diff line number Diff line change
Expand Up @@ -6272,3 +6272,10 @@ uil-data:vis_coauthor_vcard.VIVO
rdfs:label "Uključite spoljne koautore"@sr-Latn-RS ;
uil:hasApp "VIVO" ;
uil:hasKey "vis_coauthor_vcard" .

uil-data:select_vcard_or_person.VIVO
rdf:type owl:NamedIndividual ;
rdf:type uil:UILabel ;
rdfs:label "Izaberite samo VCARD, kada osoba nema i ne bi trebalo da ima profil u VIVO-u. U suprotnom izaberite tip \"Osoba\"."@sr-Latn-RS ;
uil:hasApp "VIVO" ;
uil:hasKey "select_vcard_or_person" .
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@
</p>

<div>
<p>${i18n().select_type} ${requiredHint}</p>
<p>${i18n().select_vcard_or_person} ${requiredHint}</p>
<input type="radio" id="createVCard" class="radiotypes" name="createVCard" value="n3-pattern:create-vcard-instance"/>
<label class="inline" for="createVCard" >${i18n().vcard}</label>
<input type="radio" id="createPersonInstance" class="radiotypes" name="createPersonInstance" value="n3-pattern:create-person-instance" checked />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
</p>

<div>
<p>${i18n().select_type} ${requiredHint}</p>
<p>${i18n().select_vcard_or_person} ${requiredHint}</p>
<input type="radio" id="createVCard" class="radiotypes" name="createVCard" value="n3-pattern:create-vcard-instance"/>
<label class="inline" for="createVCard" >${i18n().vcard}</label>
<input type="radio" id="createPersonInstance" class="radiotypes" name="createPersonInstance" value="n3-pattern:create-person-instance" checked />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ Set this flag on the input acUriReceiver where you would like this behavior to o
<input type="hidden" id="lastName" name="lastName" value="">
<input class="display" type="hidden" acGroupName="person" id="personDisplay" name="personLabelDisplay" value="${personLabelDisplayValue}" >
<br>
<span>${i18n().select_type} ${requiredHint}</span><br>
<span>${i18n().select_vcard_or_person} ${requiredHint}</span><br>
<input type="radio" id="createVCard" class="radiotypes" name="createVCard" value="n3-pattern:create-vcard-instance"/>
<label class="inline" for="createVCard" >${i18n().vcard}</label>
<input type="radio" id="createPersonInstance" class="radiotypes" name="createPersonInstance" value="n3-pattern:create-person-instance" checked />
Expand Down

0 comments on commit 74f6fe6

Please sign in to comment.