From 8b09f20d7dc6c476bcba83f5932f9d18b66ef507 Mon Sep 17 00:00:00 2001 From: Vadim Savchuk Date: Wed, 14 Jul 2010 15:05:28 +0300 Subject: EXT-8310 FIXED Incorrect currency format in the Buy L$ floater. Changes in the Buy L$ floater: * Set system locale before formatting currency. * Made money format configurable (via strings.xml). * Placed the "L$" label to the right of the line editor in FR locale. Details: Actually, the proper way to fix this and similar number formatting bugs would be to set the system locale at startup, but: 1. That triggers assertions when parsing locale-agnostic XML files like avatar_skeleton.xml. 2. I'm wary of making such global changes so close to the 2.1 release. Therefore I just temporarily override current locale before formatting a number and restore the previous locale afterwards. Reviewed by Tofu at https://codereview.productengine.com/secondlife/r/751/ --HG-- branch : product-engine --- indra/newview/skins/default/xui/fr/strings.xml | 1 + 1 file changed, 1 insertion(+) (limited to 'indra/newview/skins/default/xui/fr/strings.xml') diff --git a/indra/newview/skins/default/xui/fr/strings.xml b/indra/newview/skins/default/xui/fr/strings.xml index f8da908cff..e6da5f4a3d 100644 --- a/indra/newview/skins/default/xui/fr/strings.xml +++ b/indra/newview/skins/default/xui/fr/strings.xml @@ -3817,4 +3817,5 @@ de l'infraction signalée PM + [AMOUNT] US$ -- cgit v1.2.3 From b4aed58dec573f057dc80ef083a86302b36d149d Mon Sep 17 00:00:00 2001 From: Eli Linden Date: Mon, 19 Jul 2010 12:20:56 -0700 Subject: CT-575 WIP Set15 translation for 8 languages --- indra/newview/skins/default/xui/fr/strings.xml | 63 +++++++++++++++++++++----- 1 file changed, 52 insertions(+), 11 deletions(-) (limited to 'indra/newview/skins/default/xui/fr/strings.xml') diff --git a/indra/newview/skins/default/xui/fr/strings.xml b/indra/newview/skins/default/xui/fr/strings.xml index e6da5f4a3d..0a269016f5 100644 --- a/indra/newview/skins/default/xui/fr/strings.xml +++ b/indra/newview/skins/default/xui/fr/strings.xml @@ -196,6 +196,7 @@ Impossible de faire glisser plus d'un objet ici + Cliquez pour afficher cette page web @@ -248,7 +249,6 @@ Cliquez pour exécuter la commande secondlife:// command - Me téléporter vers @@ -906,12 +906,57 @@ non valide + + Créer une nouvelle silhouette + + + Créer une nouvelle peau + + + Créer de nouveaux cheveux + + + Créer de nouveaux yeux + + + Créer une nouvelle chemise + + + Créer un nouveau pantalon + + + Créer de nouvelles chaussures + + + Créer de nouvelles chaussettes + + + Créer une nouvelle veste + + + Créer de nouveaux gants + + + Créer un nouveau débardeur + + + Créer un nouveau caleçon + + + Créer une nouvelle jupe + + + Créer un nouvel alpha + + + Créer un nouveau tatouage + + + non valide + Nouv. [WEARABLE_ITEM] - - Créer [WEARABLE_TYPE] - Suivant @@ -1098,6 +1143,9 @@ Favoris + + Favoris + Tenue actuelle @@ -1639,12 +1687,6 @@ Le résident auquel vous avez envoyé un message est en mode Occupé, ce qui signifie qu'il a demandé à ne pas être dérangé. Votre message restera affiché dans son panneau IM afin qu'il puisse le lire ultérieurement. - - Aucune tenue n'est actuellement en votre possession. Essayez [secondlife:///app/search/all Rechercher]. - - - Vous n'avez pas trouvé ce que vous cherchiez ? Essayez [secondlife:///app/search/all/Rechercher [SEARCH_TERM]]. - (par nom) @@ -3817,5 +3859,4 @@ de l'infraction signalée PM - [AMOUNT] US$ -- cgit v1.2.3 From cf286ad9631ed0cfa7a134fad0f580fed5e34dc6 Mon Sep 17 00:00:00 2001 From: Vadim Savchuk Date: Wed, 28 Jul 2010 19:27:10 +0300 Subject: EXT-8310 REFIXED Localized currency format in the Buy Land floater. I'm actually restoring a part of the fix that was previosly committed in 75a1d14d6cc5 and then somewhy reverted in 0d364d4ddd91. Trivial change, not reviewed. --HG-- branch : product-engine --- indra/newview/skins/default/xui/fr/strings.xml | 1 + 1 file changed, 1 insertion(+) (limited to 'indra/newview/skins/default/xui/fr/strings.xml') diff --git a/indra/newview/skins/default/xui/fr/strings.xml b/indra/newview/skins/default/xui/fr/strings.xml index 0a269016f5..7ef67d5912 100644 --- a/indra/newview/skins/default/xui/fr/strings.xml +++ b/indra/newview/skins/default/xui/fr/strings.xml @@ -3859,4 +3859,5 @@ de l'infraction signalée PM + [AMOUNT] US$ -- cgit v1.2.3 From f08fef5c8e3394a99ff6d635e6d61730ace7c208 Mon Sep 17 00:00:00 2001 From: Eli Linden Date: Wed, 28 Jul 2010 10:43:32 -0700 Subject: CT-575 WIP FR linguistic --- indra/newview/skins/default/xui/fr/strings.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'indra/newview/skins/default/xui/fr/strings.xml') diff --git a/indra/newview/skins/default/xui/fr/strings.xml b/indra/newview/skins/default/xui/fr/strings.xml index 0a269016f5..ced100207b 100644 --- a/indra/newview/skins/default/xui/fr/strings.xml +++ b/indra/newview/skins/default/xui/fr/strings.xml @@ -1472,7 +1472,7 @@ Solde - Remerciements + Crédits Débits @@ -1787,7 +1787,7 @@ Solde - Remerciements + Crédits Débits -- cgit v1.2.3