Actions

Special

All translations

Enter a message name below to show all available translations.

Message

Found 15 translations.

NameCurrent message text
 h Bulgarian (bg){# Фамилия на участниците #}
 <div class='{{ aSurveyInfo.class.registerformcolrowb }} form-group row' {{ aSurveyInfo.attr.registerformcolrowb }}>
<label {{ aSurveyInfo.attr.registerformcolrowblabel }}  class='{{ aSurveyInfo.class.registerformcolrowblabel }} control-label '>{{ gT("Фамилно име:") }} {{ include('./subviews/registration/required.twig') }} {</label> # допълнителен етикет #}
<div {{ aSurveyInfo.attr.registerformcolrowbdiv }} >
{{ C.Html.textField('register_lastname', aSurveyInfo.sLastName, ({'id' : 'register_lastname', 'class' : 'form-control', 'required' : true})) }} {# задължително поле #}
</div>
</div>
</syntaxhighlight>
 h Danish (da){# Deltageres efternavn #}
 <div class='{{ aSurveyInfo.class.registerformcolrowb }} form-group row' {{ aSurveyInfo.attr.registerformcolrowb }}> 
 <label {{ aSurveyInfo.attr.registerformcolrowblabel }}  class='{{ aSurveyInfo.class.registerformcolrowblabel }} control-label '>{{ gT("Efternavn:") }} {{ include('./subviews/registration/required.twig') }}</label> {# ekstra etiket #}
<div {{ aSurveyInfo.attr.registerformcolrowbdiv }} > 
 {{ C.Html.textField('register_lastname', aSurveyInfo.sLastName, ({'id': 'register_lastname', 'class': 'form-control', 'required': true})) }} {# obligatorisk felt #}
</div> 
</div> 
</syntaxhighlight>
 h German (de){# Nachname der Teilnehmer #}
 <div class='{{ aSurveyInfo.class.registerformcolrowb }} form-group row' {{ aSurveyInfo.attr.registerformcolrowb }}> 
 <label {{ aSurveyInfo.attr.registerformcolrowblabel }}  class='{{ aSurveyInfo.class.registerformcolrowblabel }} control-label '>{{ gT("Last name:") }} {{ include('./subviews/registration/required.twig') }} {</label> # extra label #}
<div {{ aSurveyInfo.attr.registerformcolrowbdiv }} > 
 {{ C.Html.textField('register_lastname', aSurveyInfo.sLastName, ({'id' : 'register_lastname', 'class' : 'form-control', 'required' : true})) }} {# Pflichtfeld #}
</div> 
</div> 
</syntaxhighlight>
 h English (en){# Participants last name #}
       <div class='{{ aSurveyInfo.class.registerformcolrowb }} form-group row' {{ aSurveyInfo.attr.registerformcolrowb }}>
           <label {{ aSurveyInfo.attr.registerformcolrowblabel }}  class='{{ aSurveyInfo.class.registerformcolrowblabel }} control-label '>{{ gT("Last name:") }} {{ include('./subviews/registration/required.twig') }}</label> {# extra label #}
           <div {{ aSurveyInfo.attr.registerformcolrowbdiv }} >
               {{ C.Html.textField('register_lastname', aSurveyInfo.sLastName, ({'id' : 'register_lastname', 'class' : 'form-control', 'required' : true})) }} {# mandatory field #}
           </div>
       </div>
</syntaxhighlight>
 h Spanish (es){# Apellido de los participantes #}
 <div class='{{ aSurveyInfo.class.registerformcolrowb }} form-group row' {{ aSurveyInfo.attr.registerformcolrowb }}> <label {{ aSurveyInfo.attr.registerformcolrowblabel }}  class='{{ aSurveyInfo.class.registerformcolrowblabel }} control-label '>{{ gT("Apellido:") }} {{ include('./subviews/registration/required.twig') }} {</label> # etiqueta adicional #}
<div {{ aSurveyInfo.attr.registerformcolrowbdiv }} > {{ C.Html.textField('register_lastname', aSurveyInfo.sLastName, ({'id': 'register_lastname', 'clase': 'form-control', 'required': true})) }} {# campo obligatorio #}</div> </div> </syntaxhighlight>
 h French (fr){#Nom de famille des participants #}
<div class='{{ aSurveyInfo.class.registerformcolrowb }} form-group row' {{ aSurveyInfo.attr.registerformcolrowb }}> 
 <label {{ aSurveyInfo.attr.registerformcolrowblabel }}  class='{{ aSurveyInfo.class.registerformcolrowblabel }} control-label '>{{ gT("Last name:") }} {{ include('./subviews/registration/required.twig') }} {</label> # étiquette supplémentaire #}
<div {{ aSurveyInfo.attr.registerformcolrowbdiv }} > 
 {{ C.Html.textField('register_lastname', aSurveyInfo.sLastName, ({'id' : 'register_lastname', 'class' : 'form-control', 'required' : true})) }} {# champ obligatoire #}
</div> 
</div> 
</syntaxhighlight>
 h Hungarian (hu){# Résztvevő vezetékneve #}
 <div class='{{ aSurveyInfo.class.registerformcolrowb }} form-group row' {{ aSurveyInfo.attr.registerformcolrowb }}> 
 <label {{ aSurveyInfo.attr.registerformcolrowblabel }}  class='{{ aSurveyInfo.class.registerformcolrowblabel }} control-label '>{{ gT("Vezetéknév:") }} {{ include('./subviews/registration/required.twig') }} {</label> # extra címke #}
<div {{ aSurveyInfo.attr.registerformcolrowbdiv }} > 
 {{ C.Html.textField('register_lastname', aSurveyInfo.sLastName, ({'id' : 'register_lastname', 'class' : 'form-control', 'required' : true})) }} {# kötelező mező #}
</div> 
</div> 
</syntaxhighlight>
 h Italian (it){# Cognome partecipanti #}
 <div class='{{ aSurveyInfo.class.registerformcolrowb }} form-group row' {{ aSurveyInfo.attr.registerformcolrowb }}> 
 <label {{ aSurveyInfo.attr.registerformcolrowblabel }}  class='{{ aSurveyInfo.class.registerformcolrowblabel }} control-label '>{{ gT("Last name:") }} {{ include('./subviews/registration/required.twig') }} {</label> # etichetta extra #}
<div {{ aSurveyInfo.attr.registerformcolrowbdiv }} > 
 {{ C.Html.textField('register_lastname', aSurveyInfo.sLastName, ({'id' : 'register_lastname', 'class' : 'form-control', 'required' : true})) }} {# campo obbligatorio #}
</div> 
</div> 
</syntaxhighlight>
 h Japanese (ja){# Participants last name #}
       <div class='{{ aSurveyInfo.class.registerformcolrowb }} form-group row' {{ aSurveyInfo.attr.registerformcolrowb }}>
           <label {{ aSurveyInfo.attr.registerformcolrowblabel }}  class='{{ aSurveyInfo.class.registerformcolrowblabel }} control-label '>{{ gT("Last name:") }} {{ include('./subviews/registration/required.twig') }}</label> {# extra label #}
           <div {{ aSurveyInfo.attr.registerformcolrowbdiv }} >
               {{ C.Html.textField('register_lastname', aSurveyInfo.sLastName, ({'id' : 'register_lastname', 'class' : 'form-control', 'required' : true})) }} {# mandatory field #}
           </div>
       </div>
</syntaxhighlight>
 h Dutch (nl){# Participants last name #}
       <div class='{{ aSurveyInfo.class.registerformcolrowb }} form-group row' {{ aSurveyInfo.attr.registerformcolrowb }}>
           <label {{ aSurveyInfo.attr.registerformcolrowblabel }}  class='{{ aSurveyInfo.class.registerformcolrowblabel }} control-label '>{{ gT("Last name:") }} {{ include('./subviews/registration/required.twig') }}</label> {# extra label #}
           <div {{ aSurveyInfo.attr.registerformcolrowbdiv }} >
               {{ C.Html.textField('register_lastname', aSurveyInfo.sLastName, ({'id' : 'register_lastname', 'class' : 'form-control', 'required' : true})) }} {# mandatory field #}
           </div>
       </div>
</syntaxhighlight>
 h Polish (pl){# Nazwisko uczestnika #}
 <div class='{{ aSurveyInfo.class.registerformcolrowb }} form-group row' {{ aSurveyInfo.attr.registerformcolrowb }}> 
 <label {{ aSurveyInfo.attr.registerformcolrowblabel }}  class='{{ aSurveyInfo.class.registerformcolrowblabel }} control-label '>{{ gT("Nazwisko:") }} {{ include('./subviews/registration/required.twig') }} {</label> # dodatkowa etykieta #}
<div {{ aSurveyInfo.attr.registerformcolrowbdiv }} > 
 {{ C.Html.textField('register_lastname', aSurveyInfo.sLastName, ({'id': 'register_lastname', 'class': 'form-control', 'required': true})) }} {# pole obowiązkowe #}
</div> 
</div> 
</syntaxhighlight>
 h Romanian (ro){# Numele participanților #}
 <div class='{{ aSurveyInfo.class.registerformcolrowb }} form-group row' {{ aSurveyInfo.attr.registerformcolrowb }}> 
 <label {{ aSurveyInfo.attr.registerformcolrowblabel }}  class='{{ aSurveyInfo.class.registerformcolrowblabel }} control-label '>{{ gT(„Nume:”) }} {{ include('./subviews/registration/required.twig') }} {</label> # etichetă suplimentară #}
<div {{ aSurveyInfo.attr.registerformcolrowbdiv }} > 
 {{ C.Html.textField('register_lastname', aSurveyInfo.sLastName, ({'id' : 'register_lastname', 'class' : 'form-control', 'required' : true})) }} {# câmp obligatoriu #}
</div> 
</div> 
</syntaxhighlight>
 h Slovenian (sl){# Priimek udeležencev #}
 <div class='{{ aSurveyInfo.class.registerformcolrowb }} form-group row' {{ aSurveyInfo.attr.registerformcolrowb }}> 
 <label {{ aSurveyInfo.attr.registerformcolrowblabel }}  class='{{ aSurveyInfo.class.registerformcolrowblabel }} control-label '>{{ gT("Priimek:") }} {{ include('./subviews/registration/required.twig') }}</label> {# dodatna oznaka #}
<div {{ aSurveyInfo.attr.registerformcolrowbdiv }} > 
 {{ C.Html.textField('register_lastname', aSurveyInfo.sLastName, ({'id' : 'register_lastname', 'class' : 'form-control', 'required' : true})) }} {# obvezno polje #}
</div> 
</div> 
</syntaxhighlight>
 h Vietnamese (vi){# Họ của người tham gia #}
 <div class='{{ aSurveyInfo.class.registerformcolrowb }} form-group row' {{ aSurveyInfo.attr.registerformcolrowb }}> 
 <label {{ aSurveyInfo.attr.registerformcolrowblabel }}  class='{{ aSurveyInfo.class.registerformcolrowblabel }} control-label '>{{ gT("Họ:") }} {{ include('./subviews/registration/required.twig') }}</label> {# nhãn phụ #}
<div {{ aSurveyInfo.attr.registerformcolrowbdiv }} > 
 {{ C.Html.textField('register_lastname', aSurveyInfo.sLastName, ({'id' : 'register_lastname', 'class' : 'form-control', 'required' : true})) }} {# trường bắt buộc #}
</div> 
</div> 
</syntaxhighlight>
 h Chinese (China) (zh-cn){# Participants last name #}
       <div class='{{ aSurveyInfo.class.registerformcolrowb }} form-group row' {{ aSurveyInfo.attr.registerformcolrowb }}>
           <label {{ aSurveyInfo.attr.registerformcolrowblabel }}  class='{{ aSurveyInfo.class.registerformcolrowblabel }} control-label '>{{ gT("Last name:") }} {{ include('./subviews/registration/required.twig') }}</label> {# extra label #}
           <div {{ aSurveyInfo.attr.registerformcolrowbdiv }} >
               {{ C.Html.textField('register_lastname', aSurveyInfo.sLastName, ({'id' : 'register_lastname', 'class' : 'form-control', 'required' : true})) }} {# mandatory field #}
           </div>
       </div>
</syntaxhighlight>