#!/usr/bin/perl %icontext = ( 'abookagent.gif' => ' [Agent] ', 'abookunselectall.gif' => ' [UnselectAll] ', 'abookexport.gif' => ' [Export] ', 'abookgeocamera.gif' => ' [GeoPicture] ', 'abookgeofind.gif' => ' [GeoFind] ', 'abookglobalicon.gif' => ' [GlobalBook] ', 'abookimport.gif' => ' [Import] ', 'abookkey.gif' => ' [PgpKey] ', 'abooknewcontact.gif' => ' [NewContact] ', 'abooknewgroup.gif' => ' [NewGroup] ', 'abooks.gif' => ' [AddressBooks] ', 'abooksound.gif' => ' [PlaySound] ', 'abookviewselected.gif' => ' [ViewSelected] ', 'addrbook.gif' => ' [AddrBk] ', 'addrbook.s.gif' => ' [AddrBk] ', 'adduser.gif', => ' [AddUser] ', 'advsearch.gif' => ' [Search] ', 'attach.gif' => ' @ ', 'backtofolder.gif' => ' [Back] ', 'blockemail.gif' => ' [!Email] ', 'blockrelay.gif' => ' [!Relay] ', 'cal-delete.gif' => ' [Del] ', 'cal-link.gif' => ' [Link] ', 'cal-popup.gif' => ' ', 'calendar.gif' => ' [Calendar] ', 'chpwd.gif' => ' [ChPwd] ', 'clearaddress.gif' => ' [ClearAddr] ', 'clearst.gif' => ' [ClearSt] ', 'compose.gif' => ' [New] ', 'dayview.gif' => ' [DayView] ', 'down.gif' => ' v ', 'download.gif' => ' [DL] ', 'download.s.gif' => ' [DL] ', 'download.s.ow.gif' => ' [DL] ', 'earth.gif' => ' [TZMap] ', 'editdraft.gif' => ' [Edit] ', 'editfroms.gif' => ' [FromBk] ', 'editfroms.s.gif' => ' [FromBk] ', 'editst.gif' => ' [EditSt] ', 'editst.s.gif' => ' [EditSt] ', 'email.gif' => ' M+ ', 'emptyfolder.gif' => ' [EmptyFolder] ', 'export.gif' => ' [Export] ', 'filtersetup.gif' => ' [Filter] ', 'first-grey.gif' => ' << ', 'first-grey.s.gif' => ' << ', 'first.gif' => ' << ', 'first.s.gif' => ' << ', 'folder.gif' => ' [Folder] ', 'follow.down.gif' => ' + ', 'follow.up.gif' => ' + ', 'forward.gif' => ' [Fwd] ', 'forwardasatt.gif' => ' [FwdAsAtt] ', 'forwardasorig.gif' => ' [FwdAsOrig] ', 'gotop.gif' => ' [^] ', 'group.gif' => ' [Group] ', 'history.gif' => ' [History] ', 'home.gif' => ' [Home] ', 'import.gif' => ' [ImportAddr] ', 'import.s.gif' => ' [ImportAddr] ', 'important.gif' => ' ! ', 'info.gif' => ' [About] ', 'last-grey.gif' => ' >> ', 'last-grey.s.gif' => ' >> ', 'last.gif' => ' >> ', 'last.s.gif' => ' >> ', 'left-grey.gif' => ' < ', 'left-grey.s.gif' => ' < ', 'left.gif' => ' < ', 'left.s.gif' => ' < ', 'learnham.gif' => ' [LearnHam] ', 'learnspam.gif' => ' [LearnSpam] ', 'listview.gif' => ' [ListView] ', 'logout.gif' => ' [Logout] ', 'monthview.gif' => ' [MonthView] ', 'owm.gif' => ' [Email] ', 'pop3.gif' => ' [Pop3] ', 'pop3setup.gif' => ' [Pop3Setup] ', 'prefs.gif' => ' [Prefs] ', 'print.gif' => ' [Print] ', 'read.a.gif' => ' A ', 'read.gif' => ' R ', 'refresh.gif' => ' [Refresh] ', 'reply.gif' => ' [Reply] ', 'replyall.gif' => ' [ReplyAll] ', 'right-grey.gif' => ' > ', 'right-grey.s.gif' => ' > ', 'right.gif' => ' > ', 'right.s.gif' => ' > ', 'sablacklist.gif' => ' [Edit Blacklist] ', 'satest.gif' => ' [Edit Test Rules] ', 'sawhitelist.gif' => ' [Edit Whitelist] ', 'saprefs.gif' => ' [Edit SA Prefs] ', 'saprefs.s.gif' => ' [Edit SA Prefs] ', 'search.s.gif' => ' [Search] ', 'sound.gif' => ' [TestSnd] ', 'sshterm.gif' => ' [SSH Terminal] ', 'thumbnail.gif' => ' [Make Thumb] ', 'totrash.gif' => ' [ToTrash] ', 'trash.gif' => ' [EmptyTrash] ', 'unread.a.gif' => ' A ', 'unread.gif' => ' N ', 'up.gif' => ' ^ ', 'vdusers.gif' => ' [VDomainUsers Admin] ', 'webdisk.gif' => ' [WebDisk] ', 'webdisk.s.gif' => ' [WebDisk] ', 'weekview.gif' => ' [WeekView] ', 'yearview.gif' => ' [YearView] ' ); 1;