diff options
author | Steven Bennetts <steve@lindenlab.com> | 2009-05-08 07:49:43 +0000 |
---|---|---|
committer | Steven Bennetts <steve@lindenlab.com> | 2009-05-08 07:49:43 +0000 |
commit | 65d90e0e8b6a3702f799910eee11a9421e269d3a (patch) | |
tree | 49b8175091081469f225af1bb48fe4a8f0d7af95 /indra/newview/skins/default/xui/fr/floater_buy_land.xml | |
parent | a4000c3744e42fcbb638e742f3b63fa31a0dee15 (diff) |
Replaced combo_item with combo_box.item and converted contents labels into label attributes for all translations.
Diffstat (limited to 'indra/newview/skins/default/xui/fr/floater_buy_land.xml')
-rw-r--r-- | indra/newview/skins/default/xui/fr/floater_buy_land.xml | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/indra/newview/skins/default/xui/fr/floater_buy_land.xml b/indra/newview/skins/default/xui/fr/floater_buy_land.xml index 935df46f14..4741fadc62 100644 --- a/indra/newview/skins/default/xui/fr/floater_buy_land.xml +++ b/indra/newview/skins/default/xui/fr/floater_buy_land.xml @@ -68,15 +68,9 @@ Seuls les membres Premium peuvent posséder du terrain. </text> <combo_box name="account_level"> - <combo_item name="US$9.95/month,billedmonthly"> - 9,95 US$/mois, facturation mensuelle - </combo_item> - <combo_item name="US$7.50/month,billedquarterly"> - 7,50 US$/mois, facturation trimestrielle - </combo_item> - <combo_item name="US$6.00/month,billedannually"> - 6,00 US$/mois, facturation annuelle - </combo_item> + <combo_box.item name="US$9.95/month,billedmonthly" label="9,95 US$/mois, facturation mensuelle"/> + <combo_box.item name="US$7.50/month,billedquarterly" label="7,50 US$/mois, facturation trimestrielle"/> + <combo_box.item name="US$6.00/month,billedannually" label="6,00 US$/mois, facturation annuelle"/> </combo_box> <text name="land_use_action" right="430" width="210"> Augmentez vos frais d'occupation de terrain à 40 US$/mois. |