From 6a871271ca17b5a272d66b6468259745de1ee263 Mon Sep 17 00:00:00 2001
From: Andrew Dyukov <adyukov@productengine.com>
Date: Thu, 18 Mar 2010 00:10:18 +0200
Subject: [PATCH] Partial fix for EXT-5986 ([HARD CODED]. "You paid ......
 L$... " - message needs translation) - only changes to strings.xml are
 commited to make sure they make their way to localization. Code changes are
 to follow. Discussed at https://codereview.productengine.com/secondlife/r/55/

--HG--
branch : product-engine
---
 indra/newview/skins/default/xui/en/strings.xml | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/indra/newview/skins/default/xui/en/strings.xml b/indra/newview/skins/default/xui/en/strings.xml
index a8f888f0cb8..cecdcb6dfd5 100644
--- a/indra/newview/skins/default/xui/en/strings.xml
+++ b/indra/newview/skins/default/xui/en/strings.xml
@@ -3036,6 +3036,16 @@ If you continue to receive this message, contact the [SUPPORT_SITE].
   
   <!-- Financial operations strings -->
   <string name="paid_you_ldollars">[NAME] paid you L$[AMOUNT]</string>
+  <string name="you_paid_ldollars">You paid [NAME] L$[AMOUNT] [REASON].</string>
+  <string name="you_paid_ldollars_no_reason">You paid [NAME] L$[AMOUNT].</string>
+  <string name="you_paid_ldollars_no_name">You paid L$[AMOUNT] [REASON].</string>
+  <string name="for a parcel of land">for a parcel of land</string>
+  <string name="for a land access pass">for a land access pass</string>
+  <string name="for deeding land">for deeding land</strin1g>
+  <string name="to create a group">to create a group</string>
+  <string name="to join a group">to join a group</string>
+  <string name="to upload">to upload</string>
+  
   <string name="giving">Giving</string>
   <string name="uploading_costs">Uploading costs</string>
   <string name="this_costs">This costs</string>
-- 
GitLab