Copypasta went stale, I had to throw it out.

This commit removes the hardcoded see avatars text that replaced the label of the checkbox on the about land floater regardless of conditions.
Also adds the checkbox translation from v3 for Portuguese.
This commit is contained in:
Lirusaito
2013-06-20 22:43:41 -04:00
parent 788ea1316f
commit 62f5e73767
5 changed files with 4 additions and 13 deletions

View File

@@ -2100,7 +2100,6 @@ void LLPanelLandOptions::refresh()
}
mSeeAvatarsCtrl->set(parcel->getSeeAVs());
mSeeAvatarsCtrl->setLabel(getString("see_avs_text"));
mSeeAvatarsCtrl->setEnabled(can_change_options && parcel->getHaveNewParcelLimitData());
BOOL can_change_landing_point = LLViewerParcelMgr::isParcelModifiableByAgent(parcel,

View File

@@ -641,9 +641,6 @@ Only large parcels can be listed in search.
<string name="search_disabled_permissions_tooltip">
This option is disabled because you cannot modify this parcel&apos;s options.
</string>
<string name="see_avs_text">
See and chat with residents on this parcel
</string>
<combo_box allow_text_entry="false" bottom="-140" enabled="false" follows="left|top"
height="18" left="255" max_chars="20" mouse_opaque="true"
name="land category with adult" width="130" visible="false">
@@ -765,7 +762,7 @@ Only large parcels can be listed in search.
Allow Residents on other parcels to:
</text>
<check_box bottom="-196" enabled="false" follows="left|top" font="SansSerifSmall"
height="16" initial_value="false" label="See Avatars" left="14"
height="16" initial_value="false" label="See and chat with residents on this parcel" left="14"
mouse_opaque="true" name="SeeAvatarsCheck" radio_style="false"
tool_tip="Allows residents on other parcels to see and chat with residents on this parcel, and you to see and chat with them."
width="107" />

View File

@@ -306,9 +306,6 @@ Sólo las parcelas más grandes pueden listarse en la búsqueda.
<string name="search_disabled_permissions_tooltip">
Esta opción no esta activada porque no puedes modificar las opciones de la parcela.
</string>
<string name="see_avs_text">
Ver y conversar con residentes en esta parcela
</string>
<combo_box name="land category with adult" left="280">
<combo_item name="AnyCategory">
Cualquier Categoría
@@ -415,7 +412,7 @@ Sólo las parcelas más grandes pueden listarse en la búsqueda.
<text name="allow_label5">
Permitir a residentes en otras parcelas:
</text>
<check_box label="Ver Avatares" name="SeeAvatarsCheck" tool_tip="Permite a los residentes en otras parcelas ver y conversar con los residentes en esta parcela, y tu prodrás verlos y conversar también con ellos."/>
<check_box label="Ver y conversar con residentes en esta parcela" name="SeeAvatarsCheck" tool_tip="Permite a los residentes en otras parcelas ver y conversar con los residentes en esta parcela, y tu prodrás verlos y conversar también con ellos."/>
<text name="Snapshot:">
Foto:
</text>

View File

@@ -409,10 +409,7 @@ Seules les parcelles de grande taille peuvent apparaître dans la recherche.
<text name="allow_label5">
</text>
<check_box label="See Avatars" name="SeeAvatarsCheck" tool_tip="Communication et visuel possible avec les parcelles autres que celle-ci."/>
<string name="see_avs_text">
Voir et discuter avec les autres residents sur cette parcelle.
</string>
<check_box label="Voir et discuter avec les autres residents sur cette parcelle." name="SeeAvatarsCheck" tool_tip="Communication et visuel possible avec les parcelles autres que celle-ci."/>
<text name="Snapshot:">
Photo:
</text>

View File

@@ -398,6 +398,7 @@ Apenas lotes maiores podem ser listados na busca.
Foto:
</text>
<texture_picker label="" name="snapshot_ctrl" tool_tip="Clique para escolher uma imagem"/>
<check_box label="Avatares em outros lotes podem ver" name="SeeAvatarsCheck" tool_tip="Permite que os avatares em outros lotes vejam e batam papo com avatares neste lote. Você poderá vê-los e conversar com eles."/>
<text name="landing_point">
Ponto de Aterrissagem: [LANDING]
</text>