summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/fr/floater_inventory_item_properties.xml
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/skins/default/xui/fr/floater_inventory_item_properties.xml')
-rw-r--r--[-rwxr-xr-x]indra/newview/skins/default/xui/fr/floater_inventory_item_properties.xml67
1 files changed, 18 insertions, 49 deletions
diff --git a/indra/newview/skins/default/xui/fr/floater_inventory_item_properties.xml b/indra/newview/skins/default/xui/fr/floater_inventory_item_properties.xml
index f2eb3cb6bc..1d4e7c818f 100755..100644
--- a/indra/newview/skins/default/xui/fr/floater_inventory_item_properties.xml
+++ b/indra/newview/skins/default/xui/fr/floater_inventory_item_properties.xml
@@ -1,67 +1,36 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<floater name="item properties" title="PROPRIÉTÉS DES ARTICLES DE L&apos;INVENTAIRE">
- <floater.string name="unknown">
- (inconnu)
- </floater.string>
- <floater.string name="public">
- (public)
- </floater.string>
- <floater.string name="you_can">
- Vous pouvez :
- </floater.string>
- <floater.string name="owner_can">
- Le propriétaire peut :
- </floater.string>
- <floater.string name="acquiredDate">
- [wkday,datetime,local] [mth,datetime,local] [day,datetime,local] [hour,datetime,local]:[min,datetime,local]:[second,datetime,local] [year,datetime,local]
- </floater.string>
- <text name="LabelItemNameTitle">
- Nom :
- </text>
- <text name="LabelItemDescTitle">
- Description :
- </text>
- <text name="LabelCreatorTitle">
- Créateur :
- </text>
+ <floater.string name="unknown">(inconnu)</floater.string>
+ <floater.string name="public">(public)</floater.string>
+ <floater.string name="you_can">Vous pouvez :</floater.string>
+ <floater.string name="owner_can">Le propriétaire peut :</floater.string>
+ <floater.string name="acquiredDate">[wkday,datetime,local] [mth,datetime,local] [day,datetime,local] [hour,datetime,local]:[min,datetime,local]:[second,datetime,local] [year,datetime,local]</floater.string>
+ <text name="LabelItemNameTitle">Nom :</text>
+ <text name="LabelItemDescTitle">Description :</text>
+ <text name="LabelCreatorTitle">Créateur :</text>
<button label="Profil..." label_selected="" name="BtnCreator"/>
- <text name="LabelOwnerTitle">
- Propriétaire :
- </text>
+ <text name="LabelOwnerTitle">Propriétaire :</text>
<button label="Profil..." label_selected="" name="BtnOwner"/>
- <text name="LabelAcquiredTitle">
- Acquis :
- </text>
- <text name="LabelAcquiredDate">
- Wed May 24 12:50:46 2006
- </text>
- <text name="OwnerLabel">
- Vous :
- </text>
+ <text name="LabelAcquiredTitle">Acquis :</text>
+ <text name="LabelAcquiredDate">Wed May 24 12:50:46 2006</text>
+ <text name="OwnerLabel">Vous :</text>
<check_box label="Modifier" name="CheckOwnerModify"/>
<check_box label="Copier" name="CheckOwnerCopy"/>
<check_box label="Revendre" name="CheckOwnerTransfer"/>
- <text name="AnyoneLabel" width="80">
- N&apos;importe qui :
- </text>
+ <text name="AnyoneLabel" width="80">N&apos;importe qui :</text>
<check_box label="Copier" name="CheckEveryoneCopy"/>
- <text name="GroupLabel" width="80">
- Groupe :
- </text>
+ <text name="GroupLabel" width="80">Groupe :</text>
<check_box label="Partager" name="CheckShareWithGroup"/>
- <text name="NextOwnerLabel" width="192">
- Le prochain propriétaire :
- </text>
+ <text name="NextOwnerLabel" width="192">Le prochain propriétaire :</text>
<check_box label="Modifier" name="CheckNextOwnerModify"/>
<check_box label="Copier" name="CheckNextOwnerCopy"/>
<check_box label="Revendre" name="CheckNextOwnerTransfer"/>
<check_box label="À vendre" name="CheckPurchase"/>
- <combo_box name="combobox sale copy">
+ <combo_box name="ComboBoxSaleType">
<combo_box.item label="Copier" name="Copy"/>
+ <combo_box.item label="Contenu" name="Contents"/>
<combo_box.item label="Original" name="Original"/>
</combo_box>
<spinner label="Prix :" name="Edit Cost"/>
- <text name="CurrencySymbol">
- L$
- </text>
+ <text name="CurrencySymbol">L$</text>
</floater>