diff options
author | Ramzi Linden <ramzi@lindenlab.com> | 2010-01-13 12:25:53 -0800 |
---|---|---|
committer | Ramzi Linden <ramzi@lindenlab.com> | 2010-01-13 12:25:53 -0800 |
commit | 0a984f1920d12373ef31e9e7e62d8ad6024a36b4 (patch) | |
tree | fc48e27f1997969ebb480fe8bb9afdb923b0af39 /indra/newview/skins/default/xui/fr/floater_preview_texture.xml | |
parent | f3bd6481a554ade34b133b2ae805838e27598639 (diff) |
DEV-43688 commit new translations - DE, FR, JA cycle2
This adds new, raw translations to the viewer; they will not yet be formatted to fit cleanly to the user.
Diffstat (limited to 'indra/newview/skins/default/xui/fr/floater_preview_texture.xml')
-rw-r--r-- | indra/newview/skins/default/xui/fr/floater_preview_texture.xml | 63 |
1 files changed, 46 insertions, 17 deletions
diff --git a/indra/newview/skins/default/xui/fr/floater_preview_texture.xml b/indra/newview/skins/default/xui/fr/floater_preview_texture.xml index a2653143a6..2eee5f497b 100644 --- a/indra/newview/skins/default/xui/fr/floater_preview_texture.xml +++ b/indra/newview/skins/default/xui/fr/floater_preview_texture.xml @@ -1,17 +1,46 @@ -<?xml version="1.0" encoding="utf-8" standalone="yes"?> -<floater name="preview_texture"> - <floater.string name="Title"> - Texture : [NAME] - </floater.string> - <floater.string name="Copy"> - Copier dans l'inventaire - </floater.string> - <text name="desc txt"> - Description : - </text> - <button label="Enregistrer" name="Keep"/> - <button label="Supprimer" name="Discard"/> - <text name="dimensions"> - [WIDTH]px x [HEIGHT]px - </text> -</floater> +<?xml version="1.0" encoding="utf-8" standalone="yes"?>
+<floater name="preview_texture">
+ <floater.string name="Title">
+ Texture : [NAME]
+ </floater.string>
+ <floater.string name="Copy">
+ Copier dans l'inventaire
+ </floater.string>
+ <text name="desc txt">
+ Description :
+ </text>
+ <button label="OK" name="Keep"/>
+ <button label="Annuler" name="Discard"/>
+ <text name="dimensions">
+ [WIDTH] px x [HEIGHT] px
+ </text>
+ <text name="aspect_ratio">
+ Aperçu du rapport hauteur/largeur
+ </text>
+ <combo_box name="combo_aspect_ratio" tool_tip="Aperçu avec un rapport hauteur/largeur fixe">
+ <combo_item name="Unconstrained">
+ Sans contraintes
+ </combo_item>
+ <combo_item name="1:1" tool_tip="Logo du groupe ou profil dans le monde physique">
+ 1:1
+ </combo_item>
+ <combo_item name="4:3" tool_tip="Profil [SECOND_LIFE]">
+ 4:3
+ </combo_item>
+ <combo_item name="10:7" tool_tip="Petites annonces, repères">
+ 10:7
+ </combo_item>
+ <combo_item name="3:2" tool_tip="À propos des terrains">
+ 3:2
+ </combo_item>
+ <combo_item name="16:10">
+ 16:10
+ </combo_item>
+ <combo_item name="16:9" tool_tip="Favoris du profil">
+ 16:9
+ </combo_item>
+ <combo_item name="2:1">
+ 2:1
+ </combo_item>
+ </combo_box>
+</floater>
|