mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-04-19 19:14:51 +00:00
* Fix null case bug in BannedUserPage and properly add no expiration text * Correct maximum expiration hour to 23 (uses 24-hour) * Improve wording for do not expire string * Handle empty case reason string * Move list to it's own div per HTML spec * Move maximum expiration DateTime to the model * Correct linq statement chaining style * Use lambda operator instead of explicit accessor for MaximumExpiration
51 lines
No EOL
2.2 KiB
XML
51 lines
No EOL
2.2 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<root>
|
|
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
|
<xsd:element name="root" msdata:IsDataSet="true">
|
|
|
|
</xsd:element>
|
|
</xsd:schema>
|
|
<resheader name="resmimetype">
|
|
<value>text/microsoft-resx</value>
|
|
</resheader>
|
|
<resheader name="version">
|
|
<value>1.3</value>
|
|
</resheader>
|
|
<resheader name="reader">
|
|
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
|
</resheader>
|
|
<resheader name="writer">
|
|
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
|
</resheader>
|
|
<data name="suspension_heading" xml:space="preserve">
|
|
<value>Account Suspended</value>
|
|
</data>
|
|
<data name="suspension_explanation" xml:space="preserve">
|
|
<value>Your {0} account has been suspended due to code of conduct violations.</value>
|
|
</data>
|
|
<data name="suspension_expiration" xml:space="preserve">
|
|
<value>During this suspension, the following features will be limited until {0}:</value>
|
|
</data>
|
|
<data name="suspension_reason" xml:space="preserve">
|
|
<value>Reason for suspension: "{0}"</value>
|
|
</data>
|
|
<data name="suspension_circumvent_warning" xml:space="preserve">
|
|
<value>Attempts to circumvent this suspension will result in an extended suspension period.</value>
|
|
</data>
|
|
<data name="lbp_online_multiplayer" xml:space="preserve">
|
|
<value>LittleBigPlanet™ Online multiplayer</value>
|
|
</data>
|
|
<data name="does_not_expire" xml:space="preserve">
|
|
<value>manually dismissed</value>
|
|
</data>
|
|
<data name="profile_visibility" xml:space="preserve">
|
|
<value>Profile visibility</value>
|
|
</data>
|
|
<data name="website_interactions" xml:space="preserve">
|
|
<value>Browsing levels, photos, and profiles</value>
|
|
</data>
|
|
<data name="account_profile_management" xml:space="preserve">
|
|
<value>Account and profile management</value>
|
|
</data>
|
|
</root> |