moving some i18n() strings from vivo (wilma theme) to vitro
This commit is contained in:
parent
7620e43209
commit
614d338257
3 changed files with 13 additions and 2 deletions
|
@ -855,3 +855,8 @@ range_class = Range Class
|
|||
sub_properties = Subproperties
|
||||
subproperty = subproperty
|
||||
|
||||
manage_labels_for = Manage Labels for
|
||||
manage_labels_capitalized = Manage Labels
|
||||
manage_labels_intro = Multiple labels exist for this profile but there should only be one. Select the label you want displayed on the profile page, and the others will be deleted.
|
||||
processing_icon = processing
|
||||
selection_in_process = Your selection is being processed.
|
||||
|
|
|
@ -845,3 +845,9 @@ range_class = Clase Rango
|
|||
sub_properties = Subpropiedades
|
||||
subproperty = subpropiedad
|
||||
|
||||
manage_labels_for = Gestione Etiquetas para
|
||||
manage_labels_capitalized = Gestione Etiquetas
|
||||
manage_labels_intro = Existen varias etiquetas para este perfil, pero no sólo deben ser uno. Seleccione la etiqueta que desea mostrar en la página de perfil, y se eliminarán los demás.
|
||||
processing_icon = tratamiento
|
||||
selection_in_process = Su selección se está procesando.
|
||||
|
||||
|
|
|
@ -5,9 +5,9 @@
|
|||
<#assign languageTag = "" >
|
||||
<#assign labelSeq = [] >
|
||||
<#if subjectName?? >
|
||||
<h2>Manage Labels for ${subjectName}</h2>
|
||||
<h2>${i18n().manage_labels_for} ${subjectName}</h2>
|
||||
<#else>
|
||||
<h2>${i18n().manage_labels}</h2>
|
||||
<h2>${i18n().manage_labels_capitalized}</h2>
|
||||
</#if>
|
||||
<p id="mngLabelsText">${i18n().manage_labels_intro}</p>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue