Koozali.org: home of the SME Server
Obsolete Releases => SME 7.x Contribs => Topic started by: boobee on April 07, 2006, 12:21:36 PM
-
Hi all, I've been roughly searching through this forum without finding a real solution..
the box is an italian localized version of sme 7 rc1, when I install some contribs, aka sme7admin, backup2, qmhandle etc my nav panels aren't updated correctly and these contribs create new groups, but in english.
/etc/e-smith/events/actions/navigation-conf isn't enough, neither post-upgrade nor reboot.
If I modify /home/e-smith/db/navigation/navigation.it I obviously lose any mod at next navigation-conf or reboot, so: where should I go and change this stuff? in each contrib config file?
TIA
bb.
-
Hi all, I've been roughly searching through this forum without finding a real solution..
the box is an italian localized version of sme 7 rc1, when I install some contribs, aka sme7admin, backup2, qmhandle etc my nav panels aren't updated correctly and these contribs create new groups, but in english.
All problems should be reported to the Bug Tracker. There's a section there for Contribs.
-
CharlieBrady, thanks for your answer.
I've opened a bug in bugzilla for backup2 contrib for this problem, but all contribs I install, known to work correctly with sme7, have this problem, coudn't it be a problem of sme instead of every contrib? I'd open a bug out there instead of creating bug reports for every contrib..
thanks
bb
-
I've opened a bug in bugzilla for backup2 contrib for this problem, but all contribs I install, known to work correctly with sme7, have this problem, coudn't it be a problem of sme instead of every contrib?
Yes, it's possible. The process of investigating the bug will reclassify it if required.
-
> my nav panels aren't updated correctly and these contribs create new
> groups, but in english.
the contribs don't have translations for the section headers
this would be a reason for adding all the headers to the default translation set, rather than each contrib duplicating the headers
http://bugs.contribs.org/show_bug.cgi?id=1068
-
> my nav panels aren't updated correctly and these contribs create new
> groups, but in english.
the contribs don't have translations for the section headers
this would be a reason for adding all the headers to the default translation set, rather than each contrib duplicating the headers
http://bugs.contribs.org/show_bug.cgi?id=1068
you're right. while waiting somebody cares about that, is there any fix to overcome this problem manually updating those descriptors somewhere?
Thanks..
-
yes, in the lexicon
/etc/e-smith/locale/fr/etc/e-smith/web/functions
this is the start of uservacations french
<lexicon lang="fr">
<entry>
<base>Collaboration</base>
<trans>Collaboration</trans>
</entry>
<entry>
<base>User vacations</base>
<trans>Utilisateurs absents</trans>
</entry>
<entry>
<base>Your Settings</base>
<trans>Vos paramètres</trans>
</entry>
<entry>
<base>Vacation Message</base>
<trans>Message d'absence</trans>
</entry>
<entry>
<base>FORM_TITLE</base>
<trans>Modifier les messages d'absence des utilisateurs</trans>
</entry>
-
merci très cher!
a+
bb