remove unused translations

pull/3779/head
Thibault Duplessis 2017-11-08 12:51:15 -05:00
parent b2be85c3df
commit fe9ccc1b0e
4 changed files with 0 additions and 14 deletions

View File

@ -12,12 +12,6 @@ zen = true) {
}
@trans.passwordReset()
</h1>
@if(ok.contains(false)) {
<p>
@trans.areYouSureYouEvenRegisteredYourEmailOnLichess()<br />
@trans.itWasNotRequiredForYourRegistration()
</p>
}
<form action="@routes.Auth.passwordResetApply" method="POST">
<ul>
<li class="email">

View File

@ -142,7 +142,6 @@ val `haveAnAccount` = new Translated("haveAnAccount", Site)
val `changePassword` = new Translated("changePassword", Site)
val `changeEmail` = new Translated("changeEmail", Site)
val `email` = new Translated("email", Site)
val `emailIsOptional` = new Translated("emailIsOptional", Site)
val `passwordReset` = new Translated("passwordReset", Site)
val `forgotPassword` = new Translated("forgotPassword", Site)
val `rank` = new Translated("rank", Site)
@ -558,8 +557,6 @@ val `youDoNotHaveAnEstablishedPerfTypeRating` = new Translated("youDoNotHaveAnEs
val `checkYourEmail` = new Translated("checkYourEmail", Site)
val `weHaveSentYouAnEmailClickTheLink` = new Translated("weHaveSentYouAnEmailClickTheLink", Site)
val `ifYouDoNotSeeTheEmailCheckOtherPlaces` = new Translated("ifYouDoNotSeeTheEmailCheckOtherPlaces", Site)
val `areYouSureYouEvenRegisteredYourEmailOnLichess` = new Translated("areYouSureYouEvenRegisteredYourEmailOnLichess", Site)
val `itWasNotRequiredForYourRegistration` = new Translated("itWasNotRequiredForYourRegistration", Site)
val `weHaveSentYouAnEmailTo` = new Translated("weHaveSentYouAnEmailTo", Site)
val `byRegisteringYouAgreeToBeBoundByOur` = new Translated("byRegisteringYouAgreeToBeBoundByOur", Site)
val `networkLagBetweenYouAndLichess` = new Translated("networkLagBetweenYouAndLichess", Site)

View File

@ -673,8 +673,6 @@ in %3$s</string>
<string name="checkYourEmail">Check your Email</string>
<string name="weHaveSentYouAnEmailClickTheLink">We\'ve sent you an email. Click the link in the email to activate your account.</string>
<string name="ifYouDoNotSeeTheEmailCheckOtherPlaces">If you don\'t see the email, check other places it might be, like your junk, spam, social, or other folders.</string>
<string name="areYouSureYouEvenRegisteredYourEmailOnLichess">Are you sure you even registered your email on lichess?</string>
<string name="itWasNotRequiredForYourRegistration">It was not required for your registration.</string>
<string name="weHaveSentYouAnEmailTo">We\'ve sent an email to %s. Click the link in the email to reset your password.</string>
<string name="byRegisteringYouAgreeToBeBoundByOur">By registering, you agree to be bound by our %s.</string>
<string name="networkLagBetweenYouAndLichess">Network lag between you and lichess</string>

View File

@ -162,7 +162,6 @@
<string name="changePassword">Change password</string>
<string name="changeEmail">Change email</string>
<string name="email">Email</string>
<string name="emailIsOptional">Email is optional. Lichess will use your email address to reset your password if you forget it.</string>
<string name="passwordReset">Password reset</string>
<string name="forgotPassword">Forgot password?</string>
<string name="rank">Rank</string>
@ -672,8 +671,6 @@ in %3$s</string>
<string name="checkYourEmail">Check your Email</string>
<string name="weHaveSentYouAnEmailClickTheLink">We've sent you an email. Click the link in the email to activate your account.</string>
<string name="ifYouDoNotSeeTheEmailCheckOtherPlaces">If you don't see the email, check other places it might be, like your junk, spam, social, or other folders.</string>
<string name="areYouSureYouEvenRegisteredYourEmailOnLichess">Are you sure you even registered your email on lichess?</string>
<string name="itWasNotRequiredForYourRegistration">It was not required for your registration.</string>
<string name="weHaveSentYouAnEmailTo">We've sent an email to %s. Click the link in the email to reset your password.</string>
<string name="byRegisteringYouAgreeToBeBoundByOur">By registering, you agree to be bound by our %s.</string>
<string name="networkLagBetweenYouAndLichess">Network lag between you and lichess</string>