That message means that you didn't install all the language-pack files for all the languages you have configured in your admin.
In v1.3.x, a proper language pack includes these components:
- /includes/languages/LANGUAGE_NAME.php (file)
- /includes/languages/LANGUAGE_NAME/xxxxxxx.php (several files in this folder)
- /admin/includes/languages/LANGUAGE_NAME.php (file)
- /admin/includes/languages/LANGUAGE_NAME/xxxxxxx.php (several files in this folder)
If you are missing one or more of those components, that message will be displayed.
I suspect you've not installed the admin version of the language files, and thus your admin isn't using the proper character-set (probably need UTF-8) when handling the display of information for pages in the alternate language.



, before I realized that windows notepad saves as UTF-8 *with signature*, that breaks the PHP (it causes characters to be written to the output stream before the headers = blank pages), so you gotta use editor like notepad2 that can save UTF-9 without signature.

