Skip to content
Snippets Groups Projects
Commit 6a871271 authored by Andrew Dyukov's avatar Andrew Dyukov
Browse files

Partial fix for EXT-5986 ([HARD CODED]. "You paid ...... L$... " - message...

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
parent 03f58118
No related branches found
No related tags found
No related merge requests found
...@@ -3036,6 +3036,16 @@ If you continue to receive this message, contact the [SUPPORT_SITE]. ...@@ -3036,6 +3036,16 @@ If you continue to receive this message, contact the [SUPPORT_SITE].
<!-- Financial operations strings --> <!-- Financial operations strings -->
<string name="paid_you_ldollars">[NAME] paid you L$[AMOUNT]</string> <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="giving">Giving</string>
<string name="uploading_costs">Uploading costs</string> <string name="uploading_costs">Uploading costs</string>
<string name="this_costs">This costs</string> <string name="this_costs">This costs</string>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment