Fixed profile floater not displaying custom account type strings from server
This commit is contained in:
@@ -9,33 +9,6 @@
|
||||
[PAYMENTINFO]
|
||||
[AGEVERIFICATION]
|
||||
</string>
|
||||
<string name="AcctTypeResident">
|
||||
Resident
|
||||
</string>
|
||||
<string name="AcctTypeTrial">
|
||||
Trial
|
||||
</string>
|
||||
<string name="AcctTypeCharterMember">
|
||||
Charter Member
|
||||
</string>
|
||||
<string name="AcctTypeEmployee">
|
||||
Linden Lab Employee
|
||||
</string>
|
||||
<string name="PaymentInfoUsed">
|
||||
Payment Info Used
|
||||
</string>
|
||||
<string name="PaymentInfoOnFile">
|
||||
Payment Info On File
|
||||
</string>
|
||||
<string name="NoPaymentInfoOnFile">
|
||||
No Payment Info On File
|
||||
</string>
|
||||
<string name="AgeVerified">
|
||||
Age-verified
|
||||
</string>
|
||||
<string name="NotAgeVerified">
|
||||
Not Age-verified
|
||||
</string>
|
||||
<button bottom="-24" follows="left|top" halign="right" height="16" label="Copy Key:" left="4" font="SansSerifSmall" tool_tip="Copy key to clipboard" name="copy_key" width="70"/>
|
||||
<name_editor bevel_style="in" border_style="line"
|
||||
border_thickness="1" bottom="-24" enabled="false" follows="left|top"
|
||||
|
||||
@@ -3205,10 +3205,21 @@ The
|
||||
<string name="Stomach">Stomach</string>
|
||||
<string name="Left Pec">Left Pec</string>
|
||||
<string name="Right Pec">Right Pec</string>
|
||||
<string name="Neck">Neck</string>
|
||||
<string name="Root">Root</string>
|
||||
<string name="Invalid Attachment">Invalid Attachment Point</string>
|
||||
<string name="Neck">Neck</string>
|
||||
<string name="Root">Root</string>
|
||||
<string name="Invalid Attachment">Invalid Attachment Point</string>
|
||||
|
||||
<!-- Account types, see LLAvatarPropertiesProcessor -->
|
||||
<string name="AcctTypeResident">Resident</string>
|
||||
<string name="AcctTypeTrial">Trial</string>
|
||||
<string name="AcctTypeCharterMember">Charter Member</string>
|
||||
<string name="AcctTypeEmployee">Linden Lab Employee</string>
|
||||
<string name="PaymentInfoUsed">Payment Info Used</string>
|
||||
<string name="PaymentInfoOnFile">Payment Info On File</string>
|
||||
<string name="NoPaymentInfoOnFile">No Payment Info On File</string>
|
||||
<string name="AgeVerified">Age-verified</string>
|
||||
<string name="NotAgeVerified">Not Age-verified</string>
|
||||
|
||||
<!-- HUD Position -->
|
||||
<string name="Center 2">Center 2</string>
|
||||
<string name="Top Right">Top Right</string>
|
||||
|
||||
Reference in New Issue
Block a user