Zenetti
Posts: 7
Status: offline
|
Hi, the same here. After every upgrade to a new release (11 -> 12 -> 14) the names of the public folders did change! At the first releases of V12 they where suddenly in english for about 6 month, then changed back to german. This is realy annoying because we are using custom outlook macros that are copying mails to these folders. These macros must thow be changed and installed on every client after an update! In addition the properties of these public folders needs to be changed so that only administrators and MailEssential is able to read and move/delete mails in it. And the auto archive function mus be changed too. It would be very, very, very nice if you could stick to one german translation in future :) What I did this time to keep things easy was simply changing the settings in {Program Files}\GFI\MailEssentials\strings.xml to the old ones:
<module id="m_pfolders">
<string id="ids_rootfolder">GFI Anti-Spam-Ordner</string>
<string id="ids_processedfolder">Verarbeitet</string>
<string id="ids_addblistfolder">Zur Blacklist hinzufügen</string>
<string id="ids_addwlistfolder">Zur Whitelist hinzufügen</string>
<string id="ids_newslttrfolder">Diese Diskussionsliste abonnieren</string>
<string id="ids_spamfolder">Dies ist Spam</string>
<string id="ids_hamfolder">Dies ist kein Spam</string>
</module> and restarted the server. Then I deleted the new ones created during the installation. Regards CL
|