ProjectLighthouse/ProjectLighthouse.Localization/General.resx
Josh ee11798dc6
Login with email and confirm age on registration (#493)
* Implement login with email

* Add confirm age checkbox to register page

* Fix registration unit tests

* Fix registration unit tests for real this time

Co-authored-by: Dagg <32235163+daggintosh@users.noreply.github.com>
2022-09-29 17:34:22 -05:00

60 lines
No EOL
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="username" xml:space="preserve">
<value>Username</value>
</data>
<data name="password" xml:space="preserve">
<value>Password</value>
</data>
<data name="register" xml:space="preserve">
<value>Register</value>
</data>
<data name="forgot_password" xml:space="preserve">
<value>Forgot Password?</value>
</data>
<data name="error" xml:space="preserve">
<value>Uh oh!</value>
</data>
<data name="log_in" xml:space="preserve">
<value>Log In</value>
</data>
<data name="unknown" xml:space="preserve">
<value>Unknown</value>
</data>
<data name="success" xml:space="preserve">
<value>Success!</value>
</data>
<data name="reset_password" xml:space="preserve">
<value>Reset Password</value>
</data>
<data name="recent_activity" xml:space="preserve">
<value>Recent Activity</value>
</data>
<data name="soon" xml:space="preserve">
<value>Coming soon!</value>
</data>
<data name="recent_photos" xml:space="preserve">
<value>Most recent photos</value>
</data>
<data name="email" xml:space="preserve">
<value>Email</value>
</data>
</root>