[Typo3-dev] localization of EXT:feuser_admin

Robert Lemke rl at robertlemke.de
Wed Aug 27 09:38:34 CEST 2003


Hi Martin,

Martin Kutschker wrote:

> Where can I enter the strings for German, etc? We are building a
> multi-language site so simply translating won't do.

You can either create conditions like:

[globalVar = GP:L=1]
plugin.feuser_admin.evalErrors {
   password.twice = You must enter the password twice.
}
[globalVar = GP:L=2]
plugin.feuser_admin.evalErrors {
   password.twice = Sie müssen das Passwort zweimal eingeben.
}

or you modify fe_adminLib.inc code by inserting some stdWrap processing
in evalValues etc.

-- 
robert






More information about the TYPO3-dev mailing list