------
limit_languages - Limit Languages plugin
------

This plugin allows to filter translations that are enabled in SquirrelMail.
It removes the need to modify functions/i18n.php, when admin wants to use only
some SquirrelMail translations.

Plugin requires SquirrelMail 1.4.0 or later 1.4 version. Similar features are 
provided by SquirrelMail 1.5.x $available_languages option. Plugin might be 
used with older versions, if use of right_main_after_header hook is disabled in 
plugins/limit_languages/setup.php. Plugin can be used with SquirrelMail 1.5.x 
and later versions, if $available_languages option is set to default value.

Plugin can conflict with custom_charset plugin. If you use both plugins, add 
'custom' language to list of enabled translations.

Plugin translations use limit_languages domain. limit_languages.po and 
limit_languages.mo files should be stored in same directory that stores 
squirrelmail.po and squirrelmail.mo files. Translations are maintained by 
The SquirrelMail Internationalization Team and are distributed in SquirrelMail 
locale packages.

***
* Changelog
***
2005-06-26
 - v.1.0 release on SquirrelMail site.

2005-06-22
 - Initial release.