I did not want to modify the i18n plone Domain so I decided to use a seperate 
Domain for this product. If you want to translate PloneLoginHistory you have 
to provide two files.

PloneLoginHistory.pot is a template file for the i18n Domain PloneLoginHistory 
where you can see what has to be translated for PloneLoginHistory itself.

PloneLoginHistory-plone.pot is a template file for the i18n plone Domain.
It only provides translation for Login History portal tab and a "Configuration Changed" message.

So if you want to contribute a Frensh translation:

- copy PloneLoginHistory.pot to plh-fr.po

- copy PloneLoginHistory-plone.pot to plh-plone-fr.po

- change Language-code to fr

- change Language-name to French

- change X-IS-Fallback-for

- change charset ?!

- translate the messages ;-)

