Creating language packs for extensions in Joomla 1.6/1.7
From Joomla! Documentation
Although Joomla 1.6 supports installing language files for the front end (site) or back end (admin), it has no dedicated way to install language files for extensions (components, plugins, modules) unless they are installed with the extension itself.
Fortunately, Joomla 1.6 supports a powerful way to install an arbitrary set of files called a 'files' installation unit. (See Installation unit for an arbitrary set of files named 'files_test1').
Example Plugin Language Pack
Suppose you have a content plugin named 'alpha' that you want to create a new language pack for language zz-ZZ. Here is what your language pack files might look like:
── plg_alpha ├── index.html ├── zz-ZZ.plg_content_alpha.ini └── zz-ZZ.plg_content_alpha.sys.ini