/indra/newview/skins/default/xui/fr/panel_group_land_money.xml
https://bitbucket.org/lindenlab/viewer-beta/ · XML · 85 lines · 85 code · 0 blank · 0 comment · 0 complexity · 1fb7939b7bc30c62b572e769db76f1b6 MD5 · raw file
- <?xml version="1.0" encoding="utf-8" standalone="yes"?>
- <panel label="Terrain et L$" name="land_money_tab">
- <panel.string name="help_text">
- Un avertissement apparaît si la surface utilisée par le groupe est supérieure ou égale au total des contributions.
- </panel.string>
- <panel.string name="cant_view_group_land_text">
- Vous n'avez pas la permission de voir quel terrain possčde ce groupe
- </panel.string>
- <panel.string name="epmty_view_group_land_text">
- Aucune entrée
- </panel.string>
- <panel.string name="cant_view_group_accounting_text">
- Vous n'avez pas la permission d'accéder aux informations financičres de ce groupe.
- </panel.string>
- <panel.string name="loading_txt">
- Chargement...
- </panel.string>
- <panel.string name="land_contrib_error">
- Impossible de définir votre don de terrain
- </panel.string>
- <panel name="layout_panel_landmoney">
- <scroll_list name="group_parcel_list">
- <scroll_list.columns label="Parcelle" name="name"/>
- <scroll_list.columns label="Région" name="location"/>
- <scroll_list.columns label="Type" name="type"/>
- <scroll_list.columns label="Surf." name="area"/>
- <scroll_list.columns label="Masquage" name="hidden"/>
- </scroll_list>
- <text name="total_contributed_land_label">
- Total des contributions :
- </text>
- <text name="total_contributed_land_value">
- [AREA] m˛
- </text>
- <button label="Carte" label_selected="Carte" name="map_button"/>
- <text name="total_land_in_use_label">
- Superficie déjŕ utilisée :
- </text>
- <text name="total_land_in_use_value">
- [AREA] m˛
- </text>
- <text name="land_available_label">
- Superficie disponible :
- </text>
- <text name="land_available_value">
- [AREA] m˛
- </text>
- <text name="your_contribution_label">
- Votre contribution :
- </text>
- <text name="your_contribution_units">
- m˛
- </text>
- <text name="your_contribution_max_value">
- ([AMOUNT] max.)
- </text>
- <text name="group_over_limit_text">
- Une contribution supplémentaire est requise pour prendre en charge le terrain utilisé
- </text>
- <text name="group_money_heading">
- Finances
- </text>
- </panel>
- <tab_container name="group_money_tab_container">
- <panel label="PLANIFICATION" name="group_money_planning_tab">
- <text_editor name="group_money_planning_text">
- Chargement...
- </text_editor>
- </panel>
- <panel label="DÉTAILS" name="group_money_details_tab">
- <text_editor name="group_money_details_text">
- Chargement...
- </text_editor>
- <button label="< Plus tôt" label_selected="< Plus tôt" name="earlier_details_button" tool_tip="Précédent"/>
- <button label="Plus tard >" label_selected="Plus tard >" name="later_details_button" tool_tip="Suivant"/>
- </panel>
- <panel label="VENTES" name="group_money_sales_tab">
- <text_editor name="group_money_sales_text">
- Chargement...
- </text_editor>
- <button label="< Plus tôt" label_selected="< Plus tôt" name="earlier_sales_button" tool_tip="Précédent"/>
- <button label="Plus tard >" label_selected="Plus tard >" name="later_sales_button" tool_tip="Suivant"/>
- </panel>
- </tab_container>
- </panel>