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

Title: navigation panel language 'errors'...
Post 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.
Title: Re: navigation panel language 'errors'...
Post by: CharlieBrady on April 07, 2006, 05:58:26 PM
Quote from: "boobee"
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.
Title: navigation panel language 'errors'...
Post by: boobee on April 11, 2006, 09:27:35 AM
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
Title: navigation panel language 'errors'...
Post by: CharlieBrady on April 11, 2006, 03:14:29 PM
Quote from: "boobee"

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.
Title: navigation panel language 'errors'...
Post by: stephen noble on April 13, 2006, 10:25:41 AM
> 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
Title: navigation panel language 'errors'...
Post by: boobee on April 20, 2006, 02:35:48 PM
Quote
> 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..
Title: navigation panel language 'errors'...
Post by: stephen noble on April 21, 2006, 01:37:37 AM
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>
Title: navigation panel language 'errors'...
Post by: boobee on April 21, 2006, 09:07:30 AM
merci très cher!
a+

bb