[TYPO3-english] Edit the login form(FrontendLogin)

Svyatoslav Zubarev reverse0 at bk.ru
Fri Jul 28 09:30:58 CEST 2017


Good afternoon. I apologize in advance for the stupid question, needed to add in the standard login form the registration button, there is a problem with the labels-I can't find the file where they are defined. In the title, stipulates that the labels of localization is somewhere in pi/locallang.xlf, dug through all locallang.xlf in the directory typo3conf anything related to EMAIL_LABEL, LOGIN_LABEL, etc. are not found.

<h2>felogin Language Markers (see pi/locallang.xlf)</h2>
<ul>
    <li>###EMAIL_LABEL###                 - corresponding to 'your_email'</li>
    <li>###FORGOT_PASSWORD###             - corresponding to 'forgot_password'</li>
    <li>###FORGOT_PASSWORD_BACKTOLOGIN### - corresponding to 'forgot_password_backToLogin'</li>
    <li>###FORGOT_PASSWORD_ENTEREMAIL###  - corresponding to 'forgot_password_enterEmail'</li>
    <li>###LOGIN_LABEL###                 - corresponding to 'login'</li>
	<li>###REGISTRATION_LABEL###          - corresponding to 'registration'</li>
    <li>###PASSWORD_LABEL###              - corresponding to 'password'</li>
    <li>###SEND_PASSWORD###               - corresponding to 'send_password'</li>
    <li>###USERNAME_LABEL###              - corresponding to 'username'</li>
</ul>


More information about the TYPO3-english mailing list