Hi,
after some hours of working on Lifetype it seems that i can't find anything now =)
I've been looking in the Forums but can't find an answer for the following:
I want to translate some words in the Control Center. For example "Appearance Management"
$messages["manageAppearancePlugins"] = "Appearance Management";
When i change it in the locale of the plugins, nothing happens. Do i have to change it in ALL locales of ALL plugins in that category?
---
2nd question:
After adding some plugins, i recognized that for example
(authimage plugin en)
$messages["label_configuration"] = "Configuration";
(authimage plugin de_DE)
$messages["label_configuration"] = "Konfiguration";
Displays the en locale. But the rest (below Configuration, for example
$messages["label_key"] = "Schlüssel";
is displayed in german again. So the plugin gets the translation from the english locale but only for the first 2-3 words. Any idea why?
I solved it, with renaiming for example:
$messages["label_configuration"] = "Konfiguration";
to
$messages["label_configuration2"] = "Konfiguration";
and also edit the template. I had to do it for each plugin (giving a unique name).
thx in advance
tungsten
