diff options
author | Ramzi Ramey <ramzi@lindenlab.com> | 2009-09-15 20:21:05 +0000 |
---|---|---|
committer | Ramzi Ramey <ramzi@lindenlab.com> | 2009-09-15 20:21:05 +0000 |
commit | 9bcace0608c79ae881a33b0bcc6d6ea701021147 (patch) | |
tree | 8febb1ee80d4c369926eff828e77448eff8ba353 /indra/newview/skins/default/xui/it/panel_group_general.xml | |
parent | a4486b258cbd5e560cf7bec05e515e1ed56179fb (diff) |
Merging revisions 132612-133369 of svn+ssh://svn.lindenlab.com/svn/linden/branches/skinning/skinning-22
DEV-38453 Conversion to 2.0: Modernize and rearrange the nodes of the localized XUI; NO CHANGES TO ENGLISH.
- match the new structures/widget language of the post-skinning work
- restore some strings.xml entries from the former ui_strings.xml file
- copy the Low/Mid/High translations into strings.xml
- strip out all superfluous length= and type= parameters; these default to the EN value anyway
I intentionally did not yet rearrange menu_viewer.xml, since it is still in flux in English
Diffstat (limited to 'indra/newview/skins/default/xui/it/panel_group_general.xml')
-rw-r--r-- | indra/newview/skins/default/xui/it/panel_group_general.xml | 18 |
1 files changed, 6 insertions, 12 deletions
diff --git a/indra/newview/skins/default/xui/it/panel_group_general.xml b/indra/newview/skins/default/xui/it/panel_group_general.xml index 2c04ec776c..08d6268f5b 100644 --- a/indra/newview/skins/default/xui/it/panel_group_general.xml +++ b/indra/newview/skins/default/xui/it/panel_group_general.xml @@ -37,9 +37,9 @@ Passa il mouse sulle opzioni per un aiuto aggiuntivo. (I proprietari sono scritti in neretto) </text> <name_list name="visible_members"> - <column label="Nome del membro" name="name"/> - <column label="Titolo" name="title"/> - <column label="Ultimo login" name="online"/> + <name_list.columns label="Nome del membro" name="name"/> + <name_list.columns label="Titolo" name="title"/> + <name_list.columns label="Ultimo login" name="online"/> </name_list> <text name="text_group_preferences"> Preferenze di gruppo @@ -50,15 +50,9 @@ Passa il mouse sulle opzioni per un aiuto aggiuntivo. <check_box label="Tassa di iscrizione: L$" name="check_enrollment_fee" tool_tip="Imposta se richiedere una tassa di iscrizione per unirsi al gruppo."/> <spinner width="60" left_delta="136" name="spin_enrollment_fee" tool_tip="I nuovi membri devono pagare questa tassa per unirsi al gruppo. La tassa di iscrizione รจ selezionata."/> <combo_box name="group_mature_check" tool_tip="Imposta se le informazioni sul tuo gruppo sono da considerarsi Mature."> - <combo_item name="select_mature"> - - Seleziona - - </combo_item> - <combo_item name="mature"> - Contenuto Mature - </combo_item> - <combo_item name="pg"> - Contenuto PG - </combo_item> + <combo_box.item name="select_mature" label="- Seleziona -"/> + <combo_box.item name="mature" label="Contenuto Mature"/> + <combo_box.item name="pg" label="Contenuto PG"/> </combo_box> <panel name="title_container"> <text name="active_title_label"> |