Redirecting output to logfile: /home/damato/yam-build.log Output generated on Tue Jan 26 02:00:01 AM CET 2021 cleaning up nightly builds older than 60 days: ============================================= ============================================= updating GIT repository: ======================= HEAD is now at d54df696f make the nightly build run at 01:00 am UTC only and use a GIT SHA for the artifact files. src/include/libraries/amisslmaster.h | 11 +++++++---- src/tcp/ssl.h | 6 +++--- ============================ relevant changes found, running build. Generating new dev directory [/usr/local/amiga/yam-build/2021-01-26-dev]...done. Creating nightly build archives ================================================================= + nice -n 19 make -j1 nightly LAST_BUILD=1609031267 make[1]: Entering directory '/usr/local/amiga/yam-build/yam/src' CLEAN CLEANALL DISTCLEAN make[2]: Entering directory '/usr/local/amiga/yam-build/yam/src/tools/genclasses' rm -f gc.o lists.o crc32.o GenClasses make[2]: Leaving directory '/usr/local/amiga/yam-build/yam/src/tools/genclasses' make[2]: Entering directory '/usr/local/amiga/yam-build/yam/src/tools/tz' rm -f ../../lib/os4/libtz.a .obj_os4/asctime.o .obj_os4/difftime.o .obj_os4/localtime.o .obj_os4/strftime.o make[2]: Leaving directory '/usr/local/amiga/yam-build/yam/src/tools/tz' MK os3 nightly make[2]: Entering directory '/usr/local/amiga/yam-build/yam' make[3]: Entering directory '/usr/local/amiga/yam-build/yam/src' CLEAN CLEANALL DISTCLEAN make[4]: Entering directory '/usr/local/amiga/yam-build/yam/src/tools/genclasses' rm -f gc.o lists.o crc32.o GenClasses make[4]: Leaving directory '/usr/local/amiga/yam-build/yam/src/tools/genclasses' make[4]: Entering directory '/usr/local/amiga/yam-build/yam/src/tools/tz' rm -f ../../lib/os3/libtz.a .obj_os3/asctime.o .obj_os3/difftime.o .obj_os3/localtime.o .obj_os3/strftime.o make[4]: Leaving directory '/usr/local/amiga/yam-build/yam/src/tools/tz' MK .obj_os3 MK .dep_os3 make[4]: Entering directory '/usr/local/amiga/yam-build/yam/src/tools/genclasses' CC gc.c In file included from /usr/include/string.h:519, from gc.c:39: In function ‘strncat’, inlined from ‘myaddpart’ at gc.c:339:3, inlined from ‘scanclasses’ at gc.c:838:5: /usr/include/bits/string_fortified.h:122:10: warning: ‘__builtin___strncat_chk’ output may be truncated copying 255 bytes from a string of length 255 [-Wstringop-truncation] 122 | return __builtin___strncat_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function ‘strncpy’, inlined from ‘doargs’ at gc.c:1875:5: /usr/include/bits/string_fortified.h:91:10: warning: ‘__builtin_strncpy’ output may be truncated copying 255 bytes from a string of length 255 [-Wstringop-truncation] 91 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function ‘strncat’, inlined from ‘myaddpart’ at gc.c:339:3, inlined from ‘doargs’ at gc.c:1876:5: /usr/include/bits/string_fortified.h:122:10: warning: ‘__builtin___strncat_chk’ output may be truncated copying 255 bytes from a string of length 255 [-Wstringop-truncation] 122 | return __builtin___strncat_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC lists.c CC crc32.c LD GenClasses make[4]: Leaving directory '/usr/local/amiga/yam-build/yam/src/tools/genclasses' FC Locale.c GN GenClasses GN gitrev.h CC YAM_global.c CC YAM.c CC YAM_DI.c CC YAM_ER.c CC YAM_FI.c CC YAM_FO.c CC YAM_MA.c CC YAM_MAf.c CC YAM_RE.c CC YAM_US.c CC YAM_UT.c CC YAM_WR.c CC AddressBook.c CC AppIcon.c CC BayesFilter.c CC BoyerMooreSearch.c CC Busy.c CC Config.c CC DockyIcon.c CC DynamicString.c CC FileInfo.c CC FolderList.c CC HashTable.c LX HTML2Mail.l CC HTML2Mail.c CC ImageCache.c CC Locale.c CC Logfile.c CC MailExport.c CC MailImport.c CC MailList.c CC MailServers.c CC MailTransferList.c CC MethodStack.c CC MimeTypes.c CC MUIObjects.c LX ParseEmail.l CC ParseEmail.c In file included from include/openssl/e_os2.h:271, from include/openssl/asn1.h:17, from include/amissl/amissl.h:21, from include/proto/amissl.h:31, from include/openssl/ssl.h:2, from tcp/Connection.h:35, from Config.h:42, from ParseEmail.l:46: /opt/m68k-amigaos/m68k-amigaos/clib2/include/stdint.h:102: warning: `INT8_MIN' redefined ParseEmail.c:318: warning: this is the location of the previous definition /opt/m68k-amigaos/m68k-amigaos/clib2/include/stdint.h:103: warning: `INT8_MAX' redefined ParseEmail.c:327: warning: this is the location of the previous definition /opt/m68k-amigaos/m68k-amigaos/clib2/include/stdint.h:104: warning: `UINT8_MAX' redefined ParseEmail.c:336: warning: this is the location of the previous definition /opt/m68k-amigaos/m68k-amigaos/clib2/include/stdint.h:105: warning: `INT16_MIN' redefined ParseEmail.c:321: warning: this is the location of the previous definition /opt/m68k-amigaos/m68k-amigaos/clib2/include/stdint.h:106: warning: `INT16_MAX' redefined ParseEmail.c:330: warning: this is the location of the previous definition /opt/m68k-amigaos/m68k-amigaos/clib2/include/stdint.h:107: warning: `UINT16_MAX' redefined ParseEmail.c:339: warning: this is the location of the previous definition /opt/m68k-amigaos/m68k-amigaos/clib2/include/stdint.h:108: warning: `INT32_MIN' redefined ParseEmail.c:324: warning: this is the location of the previous definition /opt/m68k-amigaos/m68k-amigaos/clib2/include/stdint.h:109: warning: `INT32_MAX' redefined ParseEmail.c:333: warning: this is the location of the previous definition /opt/m68k-amigaos/m68k-amigaos/clib2/include/stdint.h:110: warning: `UINT32_MAX' redefined ParseEmail.c:342: warning: this is the location of the previous definition /opt/m68k-amigaos/m68k-amigaos/clib2/include/stdint.h:167: warning: `SIZE_MAX' redefined ParseEmail.c:346: warning: this is the location of the previous definition In file included from include/openssl/e_os2.h:271, from include/openssl/asn1.h:17, from include/amissl/amissl.h:21, from include/proto/amissl.h:31, from include/openssl/ssl.h:2, from tcp/Connection.h:35, from Config.h:42, from ParseEmail.l:46: /opt/m68k-amigaos/m68k-amigaos/clib2/include/stdint.h:102: warning: `INT8_MIN' redefined ParseEmail.c:318: warning: this is the location of the previous definition /opt/m68k-amigaos/m68k-amigaos/clib2/include/stdint.h:103: warning: `INT8_MAX' redefined ParseEmail.c:327: warning: this is the location of the previous definition /opt/m68k-amigaos/m68k-amigaos/clib2/include/stdint.h:104: warning: `UINT8_MAX' redefined ParseEmail.c:336: warning: this is the location of the previous definition /opt/m68k-amigaos/m68k-amigaos/clib2/include/stdint.h:105: warning: `INT16_MIN' redefined ParseEmail.c:321: warning: this is the location of the previous definition /opt/m68k-amigaos/m68k-amigaos/clib2/include/stdint.h:106: warning: `INT16_MAX' redefined ParseEmail.c:330: warning: this is the location of the previous definition /opt/m68k-amigaos/m68k-amigaos/clib2/include/stdint.h:107: warning: `UINT16_MAX' redefined ParseEmail.c:339: warning: this is the location of the previous definition /opt/m68k-amigaos/m68k-amigaos/clib2/include/stdint.h:108: warning: `INT32_MIN' redefined ParseEmail.c:324: warning: this is the location of the previous definition /opt/m68k-amigaos/m68k-amigaos/clib2/include/stdint.h:109: warning: `INT32_MAX' redefined ParseEmail.c:333: warning: this is the location of the previous definition /opt/m68k-amigaos/m68k-amigaos/clib2/include/stdint.h:110: warning: `UINT32_MAX' redefined ParseEmail.c:342: warning: this is the location of the previous definition /opt/m68k-amigaos/m68k-amigaos/clib2/include/stdint.h:167: warning: `SIZE_MAX' redefined ParseEmail.c:346: warning: this is the location of the previous definition CC Requesters.c CC Rexx.c CC Signature.c CC Themes.c CC Threads.c CC Timer.c CC TZone.c CC UIDL.c CC UpdateCheck.c CC UserIdentity.c CC Debug.c CC mui/Classes.c CC mui/AboutWindow.c CC mui/AccountList.c CC mui/AddressBookConfigPage.c CC mui/AddressBookEditGroupPanel.c CC mui/AddressBookEditListPanel.c CC mui/AddressBookEditUserPanel.c CC mui/AddressBookEditWindow.c CC mui/AddressBookEntryList.c CC mui/AddressBookListtree.c CC mui/AddressBookToolbar.c CC mui/AddressBookWindow.c CC mui/AddressField.c CC mui/AddressMatchList.c CC mui/AddressMatchPopupWindow.c CC mui/Attachment.c CC mui/AttachmentGroup.c CC mui/AttachmentImage.c CC mui/AttachmentList.c CC mui/AttachmentKeywordList.c CC mui/AttachmentRequestWindow.c CC mui/Base64Dataspace.c CC mui/BirthdayRequestWindow.c CC mui/CheckboxRequestWindow.c CC mui/CodesetPopup.c CC mui/CodesetPopupList.c CC mui/ConfigPage.c CC mui/ConfigPageList.c CC mui/ConfigWindow.c CC mui/FilterChooser.c CC mui/FilterList.c CC mui/FilterPopupList.c CC mui/FilterRuleList.c CC mui/FiltersConfigPage.c CC mui/FirstStepsConfigPage.c CC mui/FolderEditWindow.c CC mui/FolderListtree.c CC mui/FolderRequestListtree.c CC mui/FolderRequestPopup.c CC mui/FolderRequestWindow.c CC mui/GenericRequestWindow.c CC mui/HeaderList.c CC mui/IdentitiesConfigPage.c CC mui/IdentityChooser.c CC mui/IdentityList.c CC mui/ImageArea.c CC mui/InfoBar.c CC mui/InfoWindow.c CC mui/LookFeelConfigPage.c CC mui/MailServerChooser.c CC mui/MailTextEdit.c CC mui/MainFolderListtree.c CC mui/MainMailList.c CC mui/MainMailListGroup.c CC mui/MainWindow.c CC mui/MainWindowToolbar.c CC mui/MimeConfigPage.c CC mui/MimeTypeList.c CC mui/MimeTypePopup.c CC mui/MixedConfigPage.c CC mui/ObjectList.c CC mui/ObjectListitem.c CC mui/PassphraseRequestWindow.c CC mui/PGPKeyPopup.c CC mui/PlaceholderPopup.c CC mui/PlaceholderPopupList.c CC mui/PreselectionWindow.c CC mui/QuickSearchBar.c CC mui/ReadConfigPage.c CC mui/ReadMailGroup.c CC mui/ReadWindow.c CC mui/ReadWindowStatusBar.c CC mui/ReadWindowToolbar.c CC mui/RecipientString.c CC mui/ReplyForwardConfigPage.c CC mui/ScriptList.c CC mui/ScriptsConfigPage.c CC mui/SearchControlGroup.c CC mui/SearchMailWindow.c CC mui/SearchTextWindow.c CC mui/SecurityConfigPage.c CC mui/ShutdownWindow.c CC mui/SignatureChooser.c CC mui/SignatureConfigPage.c CC mui/SignatureList.c CC mui/SignatureTextEdit.c CC mui/SpamConfigPage.c CC mui/SplashWindow.c CC mui/StartupQuitConfigPage.c CC mui/StringRequestWindow.c CC mui/TCPIPConfigPage.c CC mui/ThemeList.c CC mui/ThemeListGroup.c CC mui/TransferControlGroup.c CC mui/TransferControlList.c CC mui/TransferMailList.c CC mui/TransferWindow.c CC mui/TZoneChooser.c CC mui/TZoneContinentChooser.c CC mui/TZoneInfoBar.c CC mui/TZoneLocationChooser.c CC mui/UpdateComponentList.c CC mui/UpdateConfigPage.c CC mui/UpdateNotifyWindow.c CC mui/UserList.c CC mui/UserPortraitGroup.c CC mui/WriteAttachmentList.c CC mui/WriteConfigPage.c CC mui/WriteWindow.c CC mui/WriteWindowToolbar.c CC mui/YAMApplication.c CC rexx/addrdelete.c CC rexx/addredit.c CC rexx/addrfind.c CC rexx/addrgoto.c CC rexx/addrinfo.c CC rexx/addrload.c CC rexx/addrnew.c CC rexx/addrresolve.c CC rexx/addrsave.c CC rexx/appbusy.c CC rexx/appnobusy.c CC rexx/findmail.c CC rexx/flushindexes.c CC rexx/folderinfo.c CC rexx/getconfiginfo.c CC rexx/getfolderinfo.c CC rexx/getmailinfo.c CC rexx/getselected.c CC rexx/geturl.c CC rexx/help.c CC rexx/hide.c CC rexx/info.c CC rexx/isonline.c CC rexx/listfreeze.c CC rexx/listselect.c CC rexx/listunfreeze.c CC rexx/mailarchive.c CC rexx/mailbounce.c CC rexx/mailchangesubject.c CC rexx/mailcheck.c CC rexx/mailcopy.c CC rexx/maildelete.c CC rexx/mailedit.c CC rexx/mailexport.c CC rexx/mailfilter.c CC rexx/mailforward.c CC rexx/mailimport.c CC rexx/mailinfo.c CC rexx/mailmove.c CC rexx/mailread.c CC rexx/mailreply.c CC rexx/mailsendall.c CC rexx/mailsend.c CC rexx/mailstatus.c CC rexx/mailupdate.c CC rexx/mailwrite.c CC rexx/newmailfile.c CC rexx/quit.c CC rexx/readclose.c CC rexx/readinfo.c CC rexx/readprint.c CC rexx/readsave.c CC rexx/request.c CC rexx/requestfile.c CC rexx/requestfolder.c CC rexx/requeststring.c CC rexx/restart.c CC rexx/screentoback.c CC rexx/screentofront.c CC rexx/setflag.c CC rexx/setfolder.c CC rexx/setmail.c CC rexx/setmailfile.c CC rexx/show.c CC rexx/userinfo.c CC rexx/writeattach.c CC rexx/writebcc.c CC rexx/writecc.c CC rexx/writeeditor.c CC rexx/writefrom.c CC rexx/writeidentity.c CC rexx/writeletter.c CC rexx/writemailto.c CC rexx/writeoptions.c CC rexx/writequeue.c CC rexx/writereplyto.c CC rexx/writesend.c CC rexx/writesubject.c CC rexx/writeto.c CC mime/base64.c CC mime/qprintable.c CC mime/uucode.c CC mime/rfc1738.c CC mime/rfc2047.c CC mime/rfc2231.c CC mime/md5.c CC tcp/Connection.c CC tcp/ssl.c CC tcp/pop3.c CC tcp/smtp.c CC tcp/http.c CC extrasrc/AllocSysObject.c CC extrasrc/AllocVecPooled.c CC extrasrc/DoSuperNew.c CC extrasrc/ExamineDir.c CC extrasrc/FreeVecPooled.c CC extrasrc/GetHead.c CC extrasrc/GetPred.c CC extrasrc/GetSucc.c CC extrasrc/GetTail.c CC extrasrc/ItemPoolAlloc.c CC extrasrc/ItemPoolFree.c CC extrasrc/MoveList.c CC extrasrc/NewMinList.c CC extrasrc/NewReadArgs.c CC extrasrc/SetProcWindow.c CC extrasrc/getdelim.c CC extrasrc/memdup.c CC extrasrc/stcgfe.c CC extrasrc/strcasestr.c CC extrasrc/vastubs.c make[4]: Entering directory '/usr/local/amiga/yam-build/yam/src/tools/tz' MK .obj_os3 CC asctime.c CC difftime.c CC localtime.c localtime.c: In function `update_tzname_etc': localtime.c:270: warning: unused parameter `sp' localtime.c:270: warning: unused parameter `ttisp' localtime.c: In function `differ_by_repeat': localtime.c:351: warning: comparison is always false due to limited range of data type localtime.c: In function `transtime': localtime.c:981: warning: `value' might be used uninitialized in this function CC strftime.c AR ../../lib/os3/libtz.a make[4]: Leaving directory '/usr/local/amiga/yam-build/yam/src/tools/tz' LD YAM.os3.debug LD YAM.os3 make[3]: Leaving directory '/usr/local/amiga/yam-build/yam/src' make[2]: Leaving directory '/usr/local/amiga/yam-build/yam' MK YAM210dev-20210126-AmigaOS3-debug.lha MK catalogs make[2]: Entering directory '/usr/local/amiga/yam-build/yam' make[3]: Entering directory '/usr/local/amiga/yam-build/yam/src' FC ../locale/bosnian.catalog ../locale/bosnian.po - Warning: original string doesn't have a trailing ellipsis ('...') for identifier 'MSG_MA_ConfirmReq' ../locale/bosnian.po - Warning: string too long for identifier 'MSG_MA_TBRead' ../locale/bosnian.po - Warning: string too long for identifier 'MSG_MA_TBEdit' ../locale/bosnian.po - Warning: string too long for identifier 'MSG_MA_TBMove' ../locale/bosnian.po - Warning: string too long for identifier 'MSG_MA_TBReply' ../locale/bosnian.po - Warning: string too long for identifier 'MSG_MA_TBForward' ../locale/bosnian.po - Warning: string too long for identifier 'MSG_MA_TBFilter' ../locale/bosnian.po - Warning: string too long for identifier 'MSG_MA_TBFind' ../locale/bosnian.po - Warning: original string doesn't have a trailing ellipsis ('...') for identifier 'MSG_MA_NewFolder' ../locale/bosnian.po - Warning: original string doesn't have a trailing ellipsis ('...') for identifier 'MSG_MA_MConfig' ../locale/bosnian.po - Warning: original string doesn't have a trailing ellipsis ('...') for identifier 'MSG_MA_MUsers' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_DeleteServerMail' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_PreSelect' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_NotiReq' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_TaglineSep' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_Detach' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_TempDir' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_HEADERS' ../locale/bosnian.po - Warning: excessive placeholders for identifier 'MSG_HELP_CO_ST_COMMAND' ../locale/bosnian.po - Warning: original string doesn't have a trailing ellipsis ('...') for identifier 'MSG_AB_AddUser' ../locale/bosnian.po - Warning: original string doesn't have a trailing ellipsis ('...') for identifier 'MSG_AB_AddGroup' ../locale/bosnian.po - Warning: original string doesn't have a trailing ellipsis ('...') for identifier 'MSG_AB_AddList' ../locale/bosnian.po - Warning: string too long for identifier 'MSG_AB_TBFind' ../locale/bosnian.po - Warning: string too long for identifier 'MSG_AB_TBEdit' ../locale/bosnian.po - Warning: original string has a trailing ellipsis ('...') for identifier 'MSG_EA_SelectPhoto' ../locale/bosnian.po - Warning: original string doesn't have a trailing ellipsis ('...') for identifier 'MSG_RE_SaveMessage' ../locale/bosnian.po - Warning: missing placeholders for identifier 'MSG_RE_AddSender' ../locale/bosnian.po - Warning: string too long for identifier 'MSG_RE_TBPrevTh' ../locale/bosnian.po - Warning: string too long for identifier 'MSG_RE_TBNextTh' ../locale/bosnian.po - Warning: string too long for identifier 'MSG_RE_TBMove' ../locale/bosnian.po - Warning: string too long for identifier 'MSG_RE_TBReply' ../locale/bosnian.po - Warning: string too long for identifier 'MSG_RE_TBForward' ../locale/bosnian.po - Warning: original string doesn't have a trailing ellipsis ('...') for identifier 'MSG_WR_SaveTextAs' ../locale/bosnian.po - Warning: original string doesn't have a trailing ellipsis ('...') for identifier 'MSG_WR_AddFile' ../locale/bosnian.po - Warning: original string doesn't have a trailing ellipsis ('...') for identifier 'MSG_WR_InsertFile' ../locale/bosnian.po - Warning: original string has a trailing ellipsis ('...') for identifier 'MSG_WR_Add' ../locale/bosnian.po - Warning: original string has a trailing ellipsis ('...') for identifier 'MSG_WR_AddPack' ../locale/bosnian.po - Warning: string too long for identifier 'MSG_WR_TBBold' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_WR_ST_CC' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_WR_ST_BCC' ../locale/bosnian.po - Warning: original string doesn't have a trailing ellipsis ('...') for identifier 'MSG_FO_SelectDir' ../locale/bosnian.po - Warning: original string has a trailing ellipsis ('...') for identifier 'MSG_BusyDecPrinting' ../locale/bosnian.po - Warning: original string has a trailing ellipsis ('...') for identifier 'MSG_FOLDER_EDIT' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_FOLDER_NEWFOLDERGROUP' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_GENLISTCFG' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_SIZEFORMAT' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CY_SIZE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_SIZEFORMAT01' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_SIZEFORMAT02' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_SIZEFORMAT03' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_SIZEFORMAT04' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_SIZEFORMAT05' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_SMTPAUTHUSER' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_SMTPAUTHPASS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_APPICON' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_APPICONTEXT' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_NEWMSGS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_UNREADMSGS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_TOTALMSGS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_SENTMSGS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_FO_DSTATS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_FO_CH_STATS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_OPENGUI' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_CONTEXTMENU' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CONTEXTMENU' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_INFOBAR' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_INFOBAR' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_WARNSUBJECT' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_WARNSUBJECT' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_WR_NOSUBJECTREQ' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_WR_TBSearch' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_WR_BT_SEARCH' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_SEARCHWINDOW_TITLE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_SEARCHWINDOW_TOGGLE_CASESENSITVE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_SEARCHWINDOW_BT_SEARCH' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_SEARCHWINDOW_BT_CANCEL' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_SEARCHNOTFOUND_TITLE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_SEARCHNOTFOUND_MSG' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_FO_GROUP_CONFDEL' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_FOLDER_NONSEL' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_FO_NEWFGROUP' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_FO_NEWFGROUPREQ' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ER_CANTMOVEMAIL' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_MA_EXECUTINGCMD' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_APP_DESCRIPTION' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_INFOBARPOS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_INFOBARPOS01' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_INFOBARPOS02' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_INFOBARPOS03' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_INFOBARPOS04' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_FOLDERLABEL' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_FO_MLSUPPORT' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_FO_CH_MLSUPPORT' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_FO_AUTODETECT' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_FO_BT_AUTODETECT' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_FO_NOTRECOGNIZED' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_NB_EMAILCACHE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_NB_EMAILCACHEFMT' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_NB_EMAILCACHE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_SMTPPORT' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_POPPORT' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_InfoBarDef' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_TR_INITTLS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ER_INITAMISSL' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_TR_SENDAUTH' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_IMPORTMIMETITLE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ER_TRANSFERMAIL' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ER_ADDRBOOKLOAD' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_AB_NOYAMADDRBOOK' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_AB_NOYAMADDRBOOK_GADS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_FO_EDIT_FGROUP' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_FO_EDIT_FGROUPREQ' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ER_UNUSABLEAMISSL' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_RETRY_QUIT_GAD' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ER_NOAUTHUSERPASS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_APPICON_LABEL' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_DATE_RECEIVED' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_DATE_SENT' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_DATE_SNTRCVD' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_DATE_SNTRCVD' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_FROMTO' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CA_COL1QUOT' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CA_COL3QUOT' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CA_COL4QUOT' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_URLCOLOR' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CA_COLURL' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_MA_CTX_DEFWIDTH_THIS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_MA_CTX_DEFWIDTH_ALL' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_MA_CTX_DEFORDER_THIS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_MA_CTX_DEFORDER_ALL' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_MA_CTX_MAILLIST' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_MA_CTX_FOLDERLIST' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_FO_CY_MLSIGNATURE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CTapplicationpdf' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_INFOBARTXT' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_YesNoReq2' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_FO_ST_HELLOTEXT' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_FO_ST_BYETEXT' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_FO_Welcome' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_FO_Greetings' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ER_SOCKETOPTION' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ER_B64FILEENCODE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ER_QPFILEENCODE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ER_UUFILEENCODE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ER_QPDEC_FILEIO' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ER_QPDEC_UNEXP' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ER_QPDEC_WARN' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ER_QPDEC_CHAR' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ER_UUDEC_TAGMISS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ER_UUDEC_CHECKSUM' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ER_UUDEC_CORRUPT' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_FI_StatMarked' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_MA_CREQUEST_OLDFILE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_MA_CREQUEST_UNKNOWN' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_MA_YESNOTOALL' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ER_CONVERTMFILE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ER_XPKUSAGE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_MA_CREQ_OLDFILE_TITLE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_MA_CREQ_UNKNOWN_TITLE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_SHOWEMBEDDEDREADPANE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_EMBEDDEDREADPANE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_SETSTATUSDELAYED1' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_SETSTATUSDELAYED2' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_SETSTATUSDELAYED' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_MA_ATTACHMENT' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_MA_ATTACHMENTS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_MA_ATTACHMENT_DISPLAY' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_MA_ATTACHMENT_SAVEAS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_MA_ATTACHMENT_PRINT' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_MA_ATTACHMENT_SAVEALL' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_MA_ATTACHMENT_SAVESEL' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_SImageOnly' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_RE_SImageOnly' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_CHARSETWARN_TITLE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_CHARSETWARN' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_CHARSETWARN_BT' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_SenderRFCDateTime' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_SenderTimeZone' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_Filter_Name' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_Filter_RType' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_Filter_NType' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_Filter_SType' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_Filter_UType' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CTunknown' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_NB_AUTOSAVE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_NB_AUTOSAVEFMT' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_NB_AUTOSAVE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ER_MOVEFOLDERDIR' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_FI_SELECTACTIVE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_FI_BT_SELECTACTIVE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_QUICKSEARCH_VO_ALL' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_QUICKSEARCH_VO_UNREAD' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_QUICKSEARCH_VO_NEW' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_QUICKSEARCH_VO_MARKED' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_QUICKSEARCH_VO_IMPORTANT' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_QUICKSEARCH_VO_LAST5DAYS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_QUICKSEARCH_VO_KNOWNPEOPLE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_QUICKSEARCH_VO_HASATTACHMENTS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_QUICKSEARCH_VO_MINSIZE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_QUICKSEARCH_VIEW' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_QUICKSEARCH_SHOWNMSGS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_FI_NOFOLDERS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_QUICKSEARCH_VIEWOPTIONS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_QUICKSEARCH_SEARCHSTRING' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_BUSY_SEARCHINGFOLDER' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_WBAPPICON' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_WBAPPICON' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_DOCKYICON' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_DOCKYICON' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_MA_MessageImport' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ER_MESSAGEIMPORT' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_MA_MESSAGEEXPORT' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_YAMINFO' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_SYSTEMSETTINGS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_DEFAULTCHARSET' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_CHARSETUNKNOWNWARN' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_CHARSETUNKNOWNWARN_BT' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ER_LIB' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ER_LIB_URL' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ER_NO_MCC' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ER_MCC_OLD' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ER_MCC_IN_USE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_FIRSTSTEPS_TITLE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_FIRSTSTEPS_SUMMARY' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_TCPIP_TITLE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_TCPIP_SUMMARY' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_FILTER_TITLE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_FILTER_SUMMARY' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_READ_TITLE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_READ_SUMMARY' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_WRITE_TITLE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_WRITE_SUMMARY' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_REPLY_TITLE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_REPLY_SUMMARY' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_SIGNATURE_TITLE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_SIGNATURE_SUMMARY' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_SECURITY_TITLE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_SECURITY_SUMMARY' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_STARTUP_TITLE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_STARTUP_SUMMARY' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_MIME_TITLE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_MIME_SUMMARY' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_ABOOK_TITLE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_ABOOK_SUMMARY' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_SCRIPTS_TITLE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_SCRIPTS_SUMMARY' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_MIXED_TITLE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_MIXED_SUMMARY' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_UPDATE_TITLE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_UPDATE_SUMMARY' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_CrdUpdate' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_AMISSLWARN_TITLE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_AMISSLWARN' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_AMISSLWARN_BT' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_BUSY_OPENINGCONFIG' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_MA_UPDATECHECK' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_SOFTWAREUPDATE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_UPDATE_DAILY' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_UPDATE_WEEKLY' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_UPDATE_MONTHLY' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_SEARCHFORUPDATES' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_SEARCHNOW' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_LASTSEARCH' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_LASTSTATUS_NOCHECK' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_LASTSTATUS_NOUPDATE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_LASTSTATUS_NOQUERY' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_LASTSTATUS_UPDATESUCCESS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_WR_SECURITYREQ' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_WR_UUCODE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_UPD_NOTIFICATION_WTITLE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_UPD_NOTIFICATION_TITLE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_UPD_NOTIFICATION_SUMMARY' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_UPD_NOTIFICATION_CHANGES' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_UPD_NOTIFICATION_NOUPDATE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_UPD_NOTIFICATION_CLOSE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_UPD_NOTIFICATION_COMP' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_UPD_NOTIFICATION_RECENT' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_UPD_NOTIFICATION_INSTALLED' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_UPD_NOTIFICATION_URL' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_MIME_DESCRIPTION' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CTapplicationgz' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CTapplicationhqx' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CTapplicationxls' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CTapplicationppt' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CTapplicationdoc' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CTtextxml' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CTapplicationz' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CTapplicationtar' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CTaudioaiff' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CTaudiomidi' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CTaudiompeg' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CTimagebmp' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CTapplicationtgz' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CTapplicationpgp' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CTapplicationbz2' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_DETECT_CYRILLIC' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_DETECT_CYRILLIC' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_WR_ErrorNotEnoughUndoMem' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_RE_HEADERDISPLAY' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_RE_MAILDETAILS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ER_ADDFILEERROR' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ER_PACKERROR' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_ABOOKLOOKUP' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_ABOOKLOOKUP' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_CONVERTHTML' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CONVERTHTML' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_TR_TRANSFERSTATUS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_TR_TRANSFERSIZE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_FI_GAUGETEXT' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_MA_MIMEPART_INFO' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_MA_MIMEPART_MENU' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_PGPPASSINTERVAL1' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_PGPPASSINTERVAL2' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_PGPPASSINTERVAL' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_UT_PGPPASSREQ_TITLE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_GR_REPLYFORWARD' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_GR_SCRIPTS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_GR_STARTUPQUIT' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_SCRIPTS_PREGET' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_SCRIPTS_POSTGET' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_SCRIPTS_NEWMSG' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_SCRIPTS_READ' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_SCRIPTS_WRITE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_SCRIPTS_URL' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_MIMECMD_PARAMETER' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_MA_CONFIRMDELETION' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_MA_SPAM' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_LOADINGSPAMTRAININGDATA' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_MA_TBSPAM' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_MA_TBNOTSPAM' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_MA_BT_SPAM' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_MA_BT_NOTSPAM' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_RE_TBSPAM' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_RE_TBNOTSPAM' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_RE_BT_SPAM' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_RE_BT_NOTSPAM' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_LOG_MAILISSPAM' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_LOG_MAILISNOTSPAM' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_FI_STATSPAM' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_MA_TOSPAM' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_MA_TONOTSPAM' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_CRDSPAMFILTER' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_SPAMFILTER' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_SPAMFILTER_TITLE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_SPAMFILTER_SUMMARY' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_SPAM_FILTERFORNEWMAIL' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_SPAM_RESETTRAININGDATA' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_SPAM_GOODCOUNT' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_SPAM_BADCOUNT' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_BUSYFLUSHINGSPAMTRAININGDATA' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_SPAM_MARKONMOVE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_SPAM_ADDRESSBOOKISWHITELIST' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_SPAM_RECOGNITION' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_SPAM_FILTERENABLED' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_SPAM_RESETTRAININGDATAASK' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_TR_CHECKUIDL' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_SPAM_DISABLEFILTERASK' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_SPAM_RESETTDATA' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_SPAM_RESETMAILFLAGS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_SPAM_DELETESPAMFOLDER' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CY_SMTPAUTHMETHOD' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_SMTPAUTH_AUTO' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_SMTPAUTH_DIGEST' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_SMTPAUTH_CRAM' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_SMTPAUTH_LOGIN' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_SMTPAUTH_PLAIN' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_ER_SMTPAUTH' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ER_SPAMDIR_EXISTS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ER_SPAMDIR_EXISTS_ANSWERS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_ER_CANNOT_CREATE_SPAMFOLDER' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_MA_CHECKSPAM' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_FI_BUSYCHECKSPAM' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_MA_REMOVESPAM' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_MA_BUSYEMPTYINGSPAM' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_MA_TRASH' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_WR_SEARCH' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_AB_IMPORT' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_AB_EXPORT' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_AB_LDIF' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_AB_CSV' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_AB_TAB' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ER_ADDRBOOKIMPORT' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ER_ADDRBOOKEXPORT' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_LOADINGUPDATESTATE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_MA_HIDE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_MA_QUIT' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_MA_SELECTALL' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_MA_SELECTNONE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_MA_SELECTTOGGLE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_MA_MSEARCH' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_MA_MFILTER' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_MA_REMOVEDELETED' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_MA_UPDATEINDEX' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_MA_MREAD' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_MA_TOUNREAD' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_MA_TOREAD' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_PROJECT_MABOUT' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_MA_MEDIT' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_MA_MMOVE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_MA_MCOPY' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_MA_MPRINT' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_MA_MSAVE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_MA_MSAVEATT' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_MA_MNEW' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_MA_MREPLY' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_MA_MFORWARD' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_MA_MSAVEADDRESS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_MA_MADDRESSBOOK' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_MA_MCONFIG' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_MA_TOMARKED' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_MA_TOUNMARKED' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_MA_ALLTOREAD' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_MA_MEDITASNEW' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_RE_SEARCH' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_RE_SEARCH_AGAIN' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_WR_SEARCH_AGAIN' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_WR_AUTOWRAP' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_SPAM_MARK_AS_READ' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CH_SPAMFILTERENABLED' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_TX_SPAMBADCOUNT' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_TX_SPAMGOODCOUNT' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_BT_SPAMRESETTRAININGDATA' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CH_SPAMFILTERFORNEWMAIL' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CH_SPAMABOOKISWHITELIST' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CH_SPAMMARKONMOVE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CH_SPAMMARKASREAD' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CH_UPDATECHECK' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_WR_SELECTALL' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_RE_MDN_ACCEPT_LATER' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_RE_MDN_ACCEPT_NOW' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_RE_MDN_IGNORE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_RE_MDN_IGNORE_ALL' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_MDN_ACTION_IGNORE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_MDN_ACTION_SEND' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_MDN_ACTION_QUEUE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_MDN_ACTION_ASK' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_MDN_TITLE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_MDN_DESCRIPTION' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_MDN_DISABLED' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_MDN_ENABLED' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_MDN_NORECIPIENT' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_MDN_NODOMAIN' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_MDN_DELETE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_MDN_OTHER' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_MDN_NEVER' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_MDN_ALLOW' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CY_MDN_NORECIPIENT' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CY_MDN_NODOMAIN' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CY_MDN_DELETE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CY_MDN_OTHER' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_LOOKFEEL_TITLE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_LOOKFEEL_SUMMARY' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_CRDLOOKFEEL' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_LOOKFEEL_THEMES' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_THEME_ACTIVATE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_THEME_PREVIEW' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_THEME_AUTHOR' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_THEME_URL' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_RELDATETIME' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_RELDATETIME' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ER_USER_UNKNOWN_TITLE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ER_USER_UNKNOWN_BUTTON' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ER_USER_UNKNOWN_ERROR' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CA_COLSIG' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ER_SPAM_NOT_ENOUGH_CLASSIFIED_MAILS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ER_CANNOT_CREATE_SEMAPHORE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_RE_HDR_FROM' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_RE_HDR_TO' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_RE_HDR_DATE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_RE_HDR_SUBJECT' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_RE_VIRTUALMAIL' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_MIMECMD_PUBSCREEN' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ER_ZOMBIE_FILES_EXIST' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ER_ZOMBIE_FILES_EXIST_BT' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ER_ZOMBIE_FILES_EXIST_TITLE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_SHOWALTPARTS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_SHOWALTPARTS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_US_DIRECTORY_DOESNT_EXIST' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_BT_APPICONGETPOS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_MOVE_HAM_TO_INCOMING' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CH_MOVE_HAM_TO_INCOMING' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_FILTER_HAM' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CH_FILTER_HAM' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_SHUTDOWN_SHUTTING_DOWN' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CY_FOLDERINFO' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_FOLDERINFO01' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_FOLDERINFO02' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_FOLDERINFO03' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_FOLDERINFO04' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_FOLDERINFO05' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_FO_EXPIREUNREAD' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_FO_CH_EXPIREUNREAD' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_WR_SENDNOW' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_WR_SENDLATER' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_WR_MSENDNOW' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_WR_MSENDLATER' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ER_CONNECTIONBROKEN' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_WR_MSWITCH_MSG' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_WR_MSWITCH_ATT' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_WR_MSWITCH_OPT' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_FWDMSG' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_FWDMSG_INLINE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CY_FORWARDMODE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ABOUT_CURRENT_DEVELOPERS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ABOUT_CONTRIBUTORS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ABOUT_LOCALIZATION_CONTRIBUTORS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ABOUT_GPL' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ABOUT_3RD_PARTY_SOFTWARE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ABOUT_YAM_NEWS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_WR_VIEW' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CONFIG_MODIFIED' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CONFIG_MODIFIED_GAD' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ABOOK_MODIFIED_GAD' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_BT_MIMEIMPORT' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_AB_INVALIDSECURITY_TITLE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_AB_INVALIDSECURITY' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_AB_INVALIDSECURITY_GADS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_WR_INVALIDSECURITY_TITLE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_WR_INVALIDSECURITY' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_WR_INVALIDSECURITY_GADS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ER_FILEENCODE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ER_MISSINGATTFILE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ER_INVALIDATTFILE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ER_PRINTER_OFFLINE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ER_PRINTER_OFFLINE_GADS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ER_PRINTER_NOPAPER' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ER_PRINTER_NOPAPER_GADS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ER_PRINTER_FAILED' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_MA_EDIT' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_MA_EDIT_UNDO' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_MA_EDIT_REDO' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_MA_EDIT_CUT' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_MA_EDIT_COPY' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_MA_EDIT_PASTE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_MA_EDIT_SALL' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_MA_EDIT_SNONE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_WR_SELECTNONE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_MA_INVALIDMFILE_TITLE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_MA_INVALIDMFILE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_MA_INVALIDMFILE_BT' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ER_CANNOT_READ_INDEX' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ER_CANNOT_WRITE_INDEX' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ER_INDEX_CORRUPTED' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ER_UNKNOWN_MIME_ENCODING' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ER_UNKNOWN_HEADER_ENCODING' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ER_UNEXPECTED_MULTIPART_EOF' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ER_MIME_ERROR' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ER_UNEXPECTED_UUE_EOF' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ER_INVALID_UUE_LENGTH' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_RE_HDR_REPLYTO' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_FI_FROM_FIELD' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_FI_TO_FIELD' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_FI_CC_FIELD' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_FI_REPLYTO_FIELD' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_FI_SUBJECT_FIELD' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_FI_DATE_FIELD' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_FO_TO_PATTERN' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_FO_TO_ADDRESS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_FO_FROM_ADDRESS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_FO_REPLYTO_ADDRESS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_RETRY_HOMEPAGE_QUIT_GAD' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HOMEPAGE_QUIT_GAD' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_MA_EDIT_DELETE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_WR_DELETE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ER_B64DEC_FILEIO' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ER_B64DEC_WARN' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ER_B64DEC_UNEXP' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_MA_ADD_WHICH_ADDRESS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_SCRIPTACTION' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_SCRIPTPATH' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ER_ICONOBJECT_WARNING' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ER_THEMEVER_FALLBACK' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ER_THEMEVER_IGNORE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ER_DATATYPE_ERROR' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ER_IMAGEOBJECT_WARNING' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ER_THEME_FATAL' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ER_THEME_FALLBACK' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ER_THEME_ACTIVATED_TITLE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ER_THEME_ACTIVATED' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_FOLDER_ALLTOREAD' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_EA_REMOVEPHOTO' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_EA_BT_REMOVEPHOTO' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_NOTISOUND' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_NOTICMD' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_BT_MORE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_BT_LESS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_BT_FILTERUP' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_BT_FILTERDOWN' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_PO_APLAY' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_BT_APLAY' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_DESCRIPTION' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_LV_REXX' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_BT_UPDATENOW' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_WR_LV_ATTACH' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_QUICKSEARCH_STR_CONTROLCHAR' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_UPDATE_NEVER' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_MA_EXECUTESCRIPT_TITLE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_FI_BT_NONE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_MA_CONFIRMFILTER_ALL' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_MA_CONFIRMFILTER_SELECTED' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_AB_XML' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_MA_FILTER_STATS_SPAM' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_TR_FILTER_STATS_SPAM' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_FCHANGE_WARN_TITLE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_FCHANGE_WARN' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_LOG_SENDING_FAILED' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ERROR_THREADS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ERROR_PLAYSOUND' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_WR_CHARSET' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_WR_PO_CHARSET' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ABOUTYAM' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ER_CONNECTERR_SOCKET_IN_USE_POP3' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ER_CONNECTERR_TIMEDOUT_POP3' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ER_CONNECTERR_NO_SOCKET_POP3' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ER_CONNECTERR_NO_NONBLOCKIO_POP3' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ER_UNKNOWN_HOST_POP3' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ER_CANNOT_CONNECT_POP3' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ER_POP3WELCOME' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ER_BADRESPONSE_POP3' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ER_INITTLS_POP3' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ER_NO_APOP' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ER_CONNECTERR_SOCKET_IN_USE_SMTP' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ER_CONNECTERR_TIMEDOUT_SMTP' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ER_CONNECTERR_NO_SOCKET_SMTP' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ER_CONNECTERR_NO_NONBLOCKIO_SMTP' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ER_INITTLS_SMTP' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ER_NOSTARTTLS_SMTP' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ER_BADRESPONSE_SMTP' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ER_CANNOT_CONNECT_SMTP' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ER_UNKNOWN_HOST_SMTP' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ER_NO8BITMIME_SMTP' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_FOLDERDBLCLICK' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_MA_ATTACHMENT_DELETE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_MA_ATTACHMENT_DELETESEL' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_MA_DELETESELECTEDREQUEST' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_LOG_DELETEDATT' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_MA_DELETEATT' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_MA_DELETEATTREQUEST' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_MA_ATTACHMENT_DELETEALL' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_MA_MDELETEATT' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_MAPFOREIGNCHARS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_MAPFOREIGNCHARS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_MA_NAVIGATION' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_MA_MNEXTTH' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_MA_MPREVTH' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_GLOBALMAILTHREADS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_GLOBALMAILTHREADS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_FILE_OVERWRITE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ER_USER_DIR_MISSING' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_TEXTCOLORS_READ' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_TEXTCOLORS_READ' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_TEXTSTYLES_READ' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_TEXTSTYLES_READ' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_TEXTCOLORS_WRITE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_TEXTCOLORS_WRITE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_TEXTSTYLES_WRITE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_TEXTSTYLES_WRITE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_FONTSETTINGS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_FIXEDFONT_WRITE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_RE_TEXTCOLORS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_WR_TEXTSTYLES' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_WR_TEXTCOLORS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_WR_FIXEDFONT' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_SPAM_OPTIMIZE_TRAININGDATA' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_BT_OPTIMIZE_TRAININGDATA' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_SPAM_OPTIMIZE_TRAININGDATA_ASK' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_SPAM_STATISTICS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ER_WRONG_DOB_FORMAT' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_NOTIOS41SYSTEM' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_NOTIOS41SYSTEM' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_USERNAME_FALLBACK' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_RE_DEFAULT_MIMEPART_NAME' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_OPEN_WRITEWINDOWS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_OPEN_WRITEWINDOWS_GAD' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_MA_MFORWARD_ATTACH' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_MA_MFORWARD_INLINE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_FWDMSG_ATTACH' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_ScriptPreFilterMail' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_ScriptPostFilterMail' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_FI_DOS_PATTERN' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_FI_CH_DOS_PATTERN' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CTapplicationpgpsig' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_AB_BirthdayReqBody' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ER_AREXX_EXECUTION_ERROR' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_BIRTHDAYREQUEST_DONTSHOWAGAIN' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_RE_SAVE_FILE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_UPD_NO_UPDATES_FOUND_TITLE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_UPD_NO_UPDATES_FOUND' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_UPD_NO_UPDATES_FOUND_HINT_AUTOCHECK' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_UPD_NO_UPDATES_FOUND_HINT_NOAUTOCHECK' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_THREAD_EXIT_WARNING_TITLE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_THREAD_EXIT_WARNING' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_THREAD_EXIT_WARNING_BT' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_EXECUTE_COMMAND_FAILED' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ERROR_METHODSTACK' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_TRANSFERS_IN_PROGRESS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ERROR_CONNECTIONS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_LOG_CONNECT_POP3' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_LOG_RETRIEVED_POP3' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_TR_ENTER_POP3_PASSWORD' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ALTIMAGE_STATUS_DOWNLOAD' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ALTIMAGE_STATUS_DELETE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_PRESELECT_INDEX' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_TR_WAIT_FOR_PASSWORD' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_TR_WAIT_FOR_PRESELECTION' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_POP3_NEW_MAIL_NOTIFY_REQ' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_POP3_NEW_MAIL_NOTIFY_OS4_ONE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_POP3_NEW_MAIL_NOTIFY_OS4_MANY' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_MA_SEND_AND_GET_MAIL' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_MA_SEND_MAIL' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_MA_GET_MAIL' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_WR_SECURITYREQ_GADS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HTTP_CONNECTING_TO_SERVER' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HTTP_SENDING_REQUEST' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HTTP_WAITING_FOR_ANSWER' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HTTP_RECEIVING_DATA' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HTTP_DISCONNECTING_FROM_SERVER' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_SHOW_TRANSFER_WINDOW' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_APPLY_REMOTE_FILTERS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_APPLY_REMOTE_FILTERS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_DOWNLOAD_ON_STARTUP' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_DOWNLOAD_ON_STARTUP' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_IMPORT_UNKNOWN_FILE_FORMAT' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_IMPORT_NO_MAILS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_CONFIG_IS_LOCKED' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_FOLDERINFO_SHORTHELP' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_MAILINFO_SHORTHELP' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_UPDATE_DOWNLOAD_PATH' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_UPD_NOTIFICATION_DOWNLOAD' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_TR_DOWNLOADING_FROM_SERVER' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_MA_HELP' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_MA_HELP_CONTENTS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_MA_HELP_AREXX' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_EA_SEARCH_GRAVATAR' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ER_NO_GRAVATAR_FOUND' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ER_NON_MIME_CONFORMANT_MAIL' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_ACTION_SET_STATUS_TO_MARKED' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_ACTION_SET_STATUS_TO_MARKED' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_ACTION_SET_STATUS_TO_UNMARKED' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_ACTION_SET_STATUS_TO_UNMARKED' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_ACTION_SET_STATUS_TO_READ' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_ACTION_SET_STATUS_TO_READ' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_ACTION_SET_STATUS_TO_UNREAD' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_ACTION_SET_STATUS_TO_UNREAD' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_ACTION_SET_STATUS_TO_SPAM' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_ACTION_SET_STATUS_TO_SPAM' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_ACTION_SET_STATUS_TO_HAM' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_ACTION_SET_STATUS_TO_HAM' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_SMTP_ACTIVE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_POP_AUTH' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CY_POPAUTH' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_POP_AUTH_PLAIN' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_POP_AUTH_APOP' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_POP_SECURITY' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_POP_SECURITY_NONE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_POP_SECURITY_TLS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_POP_SECURITY_SSL' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CY_POPSECURE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_POP_SERVERLIST' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_POP_SERVERSETTINGS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_POP_SECURITYAUTH' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_POP_MSGHANDLING' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_SMTP_SERVERLIST' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_SMTP_SERVERSETTINGS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_POP_DESC' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_POPDESC' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_SMTP_DESC' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_SMTPDESC' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_SMTP_SECURITY' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_SMTP_SECURITY_NONE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_SMTP_SECURITY_TLS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_SMTP_SECURITY_SSL' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_SMTP_SECURITYAUTH' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CY_SMTPSECURE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_SMTP_AUTH' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_SMTPAUTH_NONE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_SMTP_OPTIONS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_CRDIDENTITIES' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_IDENTITIES_TITLE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_IDENTITIES_SUMMARY' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_LIST' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_SETTINGS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_REGISTER_SETTINGS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_REGISTER_COMPOSE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_REGISTER_PGPSEC' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_NOSIGNATURE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_ABOVEQUOTE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_BELOWQUOTE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_DESCRIPTION' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_MAILSERVER' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_COMPOSE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_CC' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_BCC' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_REPLYTO' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_COMPOSE_OPTIONS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_COMPOSE_QUOTE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_COMPOSE_ANSWER' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_COMPOSE_SIGNATURE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_USESIG_REPLY' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_USESIG_FORWARD' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_PGPSETTINGS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_USEPGP' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_PGPKEY_ID' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_PGPKEY_URL' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_PGP_OPTIONS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_PGP_SIGN_UNENC' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_PGP_SIGN_ENC' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_PGP_ENCRYPTALL' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_PGP_ADDOWN' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_PHOTOURL' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_ADDINFO' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_REQUESTMDN' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_SERVERNAME' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_USER' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_FO_MOVEFOLDERTO' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_FO_FOLDER_ALREADY_EXISTS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ER_CANNOT_CREATE_FOLDER' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_IdentityActive' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_MA_FLUSH_ALL_INDICES' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_IDENTITY_ENABLED' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_IDENTITY_DESCRIPTION' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_IDENTITY_REALNAME' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_IDENTITY_EMAIL' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_IDENTITY_ORGANIZATION' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CY_IDENTITY_MAILSERVER' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_IDENTITY_CC' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_IDENTITY_BCC' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_IDENTITY_REPLYTO' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_IDENTITY_EXTRAHEADER' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_IDENTITY_PHOTOURL' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_IDENTITY_QUOTEMAILS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_IDENTITY_QUOTEPOS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_IDENTITY_SIGPOS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_IDENTITY_SIGREPLY' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_IDENTITY_SIGFORWARD' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_IDENTITY_ADDINFO' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_IDENTITY_REQUESTMDN' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_IDENTITY_USEPGP' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_IDENTITY_PGPID' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_IDENTITY_PGPURL' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_IDENTITY_PGPSIGN_UNENC' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_IDENTITY_PGPSIGN_ENC' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_IDENTITY_PGPENC_ALL' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_IDENTITY_PGPENC_SELF' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CY_IDENTITY_SIGNATURE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_CONFIGWARNING_TITLE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_CONFIGWARNING' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_CONFIGWARNING_BT' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_CONFIGVERSIONWARNING_TITLE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_CONFIGVERSIONWARNING' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_CONFIGVERSIONWARNING_BT' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_WR_MCCADDRFIELD' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_WR_MBCCADDRFIELD' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_WR_MREPLYTOADDRFIELD' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_LISTCOLUMNSETTINGS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_LOOKFEEL_MAINWINDOW' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_LOOKFEEL_TITLE_THEME' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_LOOKFEEL_TITLE_INFO' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_WR_CY_SIGNATURE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_WR_PGPSECURITY' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_WR_CY_SECURITY' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_MIMETYPE_TITLE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_DOWNLOAD_LARGE_MAILS1' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_DOWNLOAD_LARGE_MAILS2' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_MA_DRAFTS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_SIGNATURE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_SIGNATURES' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_SIGNATURE_DESCRIPTION' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_SIGNATURE_ACTIVE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_SIGNATURE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_LV_SIGNATURE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_BT_SIGADD' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_BT_SIGDEL' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_BT_SIGUP' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_BT_SIGDOWN' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_BT_SIG_ACTIVE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_SIG_DESC' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_TE_SIGEDIT' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_MIXED_CONNECTIONS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_POP_NOTIFICATION' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_SSL_CERT_WARNING_TITLE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_SSL_CERT_WARNING_BUTTONS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_SSL_CERT_WARNING_INTRO' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_SSL_CERT_WARNING_UNTRUSTED' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_SSL_CERT_WARNING_IDMISMATCH' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_SSL_CERT_WARNING_NOTYETVALID' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_SSL_CERT_WARNING_EXPIRED' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_SSL_CERT_WARNING_OTHER' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_SSL_CERT_WARNING_INFO' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_SSL_CERT_WARNING_SHOWTITLE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ER_WARN_LOADCAPATH' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ER_WARN_CAPATH' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_ACTION_TERMINATE_FILTER' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_ATERMINATE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_FILTER_IMPORT' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_FILTER_IMPORT_TITLE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_SPAM_TRUSTHEADERLINES' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ER_POP3_UIDLHASH_INIT_FAILED' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_SIGNATURE_TEXT' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_APPEND_SIGNATURE_FILE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_PRESELECT_GETTING_DETAILS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_UPDATES_INFO_MANUAL' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_UPDATES_INFO_AUTO' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_PGPPASS_SHOW_CHARS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CANNOT_CREATE_CUSTOM_CLASS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ER_MORPHOS_REXX_WARNING' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_WR_SAVEASDRAFT' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_WR_BT_SAVEASDRAFT' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_WR_MSAVEASDRAFT' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_WR_MCLOSE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_LOG_REDIRECT' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_ACTIONREDIRECT' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_AREDIRECT' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_AREDIRECT' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_MA_MREDIRECT' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_WR_REDIRECT_FROM' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_WR_REDIRECT_TO' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_WR_REDIRECT_CC' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_WR_REDIRECT_BCC' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_WR_REDIRECT_TITLE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ER_CANNOT_CREATE_MAIL_FILE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_WR_RENAME' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_WR_RENAME_ATTACHMENT' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_WR_ENTER_NEW_NAME' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_FI_SKIP_ENCRYPTED' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_FI_CH_SKIP_ENCRYPTED' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_QUICKSEARCHBAR' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_QUICKSEARCHBAR' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_QUICKSEARCHBARPOS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_QUICKSEARCHBARPOS01' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_QUICKSEARCHBARPOS02' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_QUICKSEARCHBARPOS03' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_FILTER_REGISTER_SETTINGS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_FILTER_REGISTER_CONDITIONS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_FILTER_REGISTER_ACTIONS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_CONDITION_ALL' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_CONDITION_MIN_ONE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_CONDITION_MAX_ONE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_WR_CMENU_TITLE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_WR_CMENU_ADD_ATTACHMENT' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_WR_CMENU_ADD_ARCHIVE_ATTACHMENT' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_WR_CMENU_REMOVE_ATTACHMENT' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_WR_CMENU_RENAME_ATTACHMENT' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_WR_CMENU_DISPLAY_ATTACHMENT' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_WR_TITLEATTACHMENT' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_WR_REMOVE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_CONDITION_PREPHRASE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_CONDITION_POSTPHRASE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_FALLBACK_TZONE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_GR_TZONE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_TZONE_GMTOFFSET' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_TZONE_NEXTDSTSWITCH' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_TZONE_NODSTSWITCH' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_TZONE_DESCRIPTION' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_TZONE_DESCRIPTION_NA' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_TZONE_ZONETAB_FILE_MISSING' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_TZONE_LOCATION_FILE_MISSING' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_FOLDER_MOVE_WARNING_TITLE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_FOLDER_MOVE_WARNING' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_FOLDER_MOVE_WARNING_GADS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_FO_DISPLAYNAME' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_FO_DIRECTORYNAME' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_VALIDATING_FOLDERS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_MA_MARCHIVE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_MA_ARCHIVE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_SHOW_ARCHIVER_PROGRESS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_LAUNCH_EXTEDITOR' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_EXTEDITOR' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_EDITOR_EXT' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_EXTEDITOR_CODESET' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_TX_DEFCODESET_EDITOR' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_TX_DEFCODESET_LOCAL' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_TX_DEFCODESET_WRITE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_DEFAULTCODESET_WRITE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_MIME_CODESET' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_TX_MIME_CODESET' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_DEFAULTVIEWER_CODESET' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_TX_DEFVIEWER_CODESET' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_LOG_FILTER_DONE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_FO_JUMP_TO_UNREAD_MESSAGE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_FO_CH_JUMPTOUNREAD' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_FO_JUMP_TO_RECENT_MESSAGE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_FO_CH_JUMPTORECENT' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_FO_MAXAGE_DAYS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_QUICKSEARCH_FILTER_LIST' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_QUICKSEARCH_FROM' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_QUICKSEARCH_TO' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_QUICKSEARCH_SUBJECT' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_QUICKSEARCH_BODY' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_CHECK_FOR_MISSING_ATTACHMENTS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_ATTACHMENT_KEYWORDS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_ATTACHMENTREMINDER' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_LV_ATTACHMENTKEYWORDS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ATTACHMENT_KEYWORDS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ATTACHMENT_REMIND_INFO' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ATTACHMENT_REMIND_ADD' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ATTACHMENT_REMIND_LATER' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_WR_NO_ATTACHMENTS_TITLE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_WR_NO_ATTACHMENTS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_WR_NO_ATTACHMENTS_GADS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_MAILACCOUNT_TRANSFERRED' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_MAILACCOUNT_TRANSFERRED' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_SAVE_LAYOUT' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_SAVELAYOUTQUIT' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_SMTP_FOLDERS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_SMTP_SENTFOLDER' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_PO_SMTP_SENTFOLDER' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_SAVESENTMAIL' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_IDENTITY_SAVESENTMAIL' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_ALTSENTFOLDER' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_IDENTITY_ALTSENTFOLDER' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_TX_IDENTITY_ALTSENTFOLDER' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_POP_FOLDERS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_POP_INCOMINGFOLDER' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_PO_POP_INCOMINGFOLDER' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_CYRILLICCHARSETWARN' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_CYRILLICCHARSETWARN_BT' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_WR_NORCPT_WARNING_GADGET' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_WR_NORCPT_WARNING' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_WR_DISCARDCHANGES_GADGET' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_MA_NO_SUBJECT' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_MA_NO_RECIPIENTS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_WR_CANCEL' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_MA_REPLYREQ_OPTIONS2' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ABOUT_DONATE_TEXT' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_TR_MAILCHECKFROM' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_WR_CC' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_WR_BCC' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_WR_REPLYTO' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_AB_TO_TOOLBAR' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_AB_CC_TOOLBAR' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_AB_BCC_TOOLBAR' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_AB_FROM_TITLE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_AB_TO_TITLE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_AB_CC_TITLE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_AB_BCC_TITLE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_AB_REPLYTO_TITLE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_SIZE_BYTES' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_SIZE_KILOBYTES' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_SIZE_MEGABYTES' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_SIZE_GIGABYTES' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_LOG_COPY_MAIL' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_LOG_MOVE_MAIL' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_LOG_FILTER_ORIGINATOR' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_STARTUP_SECURITY_WARNING_TITLE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_STARTUP_SECURITY_WARNING' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_STARTUP_SECURITY_WARNING_GADGETS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_FO_PATH_INVALID' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_FO_MLPATTERN_INVALID' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_FO_MLADDRESS_INVALID' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_SAVE_WITHOUT_PRIVATE_DATA' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_SSL_CERT_WARNING_SIGINVALID' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_SSL_CERT_WARNING_OUTRO' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_POP_SERVER' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_POP_PORT' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_POP_PORT_STANDARD' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_SMTP_SERVER' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_SMTP_PORT' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_SMTP_PORT_STANDARD' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_POP3_TEST_CONNECTION_SETTINGS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_BT_POPTEST' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_POP3_CONNECTION_TITLE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_POP3_CONNECTION_SUCCESS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_POP3_CONNECTION_FAILURE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_SMTP_TEST_CONNECTION_SETTINGS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_BT_SMTPTEST' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_SMTP_CONNECTION_TITLE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_SMTP_CONNECTION_SUCCESS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_SMTP_CONNECTION_FAILURE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ER_WARN_CAFILE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ER_CANNOT_OPEN_ASLREQ' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_FO_FOLDER_NAME_INVALID' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_ACCEPTED_SERVER_CERT_WARNINGS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_CLEAR_SERVER_CERT_WARNINGS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_UPD_NOTIFICATION_DOWNLOAD_WITH_BROWSER' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_NIGHTLY_EXPIRY_DATE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_UNKNOWN_SIZE' make[3]: [Makefile:873: ../locale/bosnian.catalog] Error 5 (ignored) FC ../locale/czech.catalog FC ../locale/danish.catalog FC ../locale/dutch.catalog ../locale/dutch.po - Warning: original string doesn't have a trailing ellipsis ('...') for identifier 'MSG_CO_DeleteServerMail' ../locale/dutch.po - Warning: original string has a trailing ellipsis ('...') for identifier 'MSG_CO_SAVE_WITHOUT_PRIVATE_DATA' ../locale/dutch.po - Warning: missing placeholders for identifier 'MSG_CO_POP3_CONNECTION_FAILURE' make[3]: [Makefile:873: ../locale/dutch.catalog] Error 5 (ignored) FC ../locale/english-british.catalog FC ../locale/finnish.catalog ../locale/finnish.po - Warning: missing translation for identifier 'MSG_CO_DeleteServerMail' ../locale/finnish.po - Warning: missing translation for identifier 'MSG_CO_PreSelect' ../locale/finnish.po - Warning: missing translation for identifier 'MSG_CO_NotiReq' ../locale/finnish.po - Warning: missing translation for identifier 'MSG_CO_TaglineSep' ../locale/finnish.po - Warning: missing translation for identifier 'MSG_CO_Detach' ../locale/finnish.po - Warning: missing translation for identifier 'MSG_CO_TempDir' ../locale/finnish.po - Warning: missing translation for identifier 'MSG_CO_WBAPPICON' ../locale/finnish.po - Warning: missing translation for identifier 'MSG_WR_CHARSET' ../locale/finnish.po - Warning: missing translation for identifier 'MSG_CO_TEXTCOLORS_READ' ../locale/finnish.po - Warning: missing translation for identifier 'MSG_EA_SEARCH_GRAVATAR' ../locale/finnish.po - Warning: missing translation for identifier 'MSG_CO_QUICKSEARCHBARPOS' ../locale/finnish.po - Warning: missing translation for identifier 'MSG_WR_REMOVE' ../locale/finnish.po - Warning: missing translation for identifier 'MSG_CO_DEFAULTCODESET_WRITE' ../locale/finnish.po - Warning: missing translation for identifier 'MSG_CO_MIME_CODESET' ../locale/finnish.po - Warning: missing translation for identifier 'MSG_WR_CC' ../locale/finnish.po - Warning: missing translation for identifier 'MSG_NIGHTLY_EXPIRY_DATE' ../locale/finnish.po - Warning: missing translation for identifier 'MSG_UNKNOWN_SIZE' make[3]: [Makefile:873: ../locale/finnish.catalog] Error 5 (ignored) FC ../locale/french.catalog ../locale/french.po - Warning: original string has a trailing ellipsis ('...') for identifier 'MSG_MA_ReplyReq' ../locale/french.po - Warning: string too long for identifier 'MSG_MA_TBMove' ../locale/french.po - Warning: string too long for identifier 'MSG_MA_TBReply' ../locale/french.po - Warning: string too long for identifier 'MSG_AB_TBSave' ../locale/french.po - Warning: string too long for identifier 'MSG_AB_TBFind' ../locale/french.po - Warning: string too long for identifier 'MSG_AB_TBNewUser' ../locale/french.po - Warning: string too long for identifier 'MSG_AB_TBPrint' ../locale/french.po - Warning: string too long for identifier 'MSG_RE_TBSave' ../locale/french.po - Warning: string too long for identifier 'MSG_RE_TBPrint' ../locale/french.po - Warning: string too long for identifier 'MSG_RE_TBMove' ../locale/french.po - Warning: string too long for identifier 'MSG_RE_TBReply' ../locale/french.po - Warning: string too long for identifier 'MSG_RE_TBForward' ../locale/french.po - Warning: string too long for identifier 'MSG_MA_TBSPAM' ../locale/french.po - Warning: string too long for identifier 'MSG_MA_TBNOTSPAM' ../locale/french.po - Warning: string too long for identifier 'MSG_RE_TBSPAM' ../locale/french.po - Warning: string too long for identifier 'MSG_RE_TBNOTSPAM' ../locale/french.po - Warning: original string doesn't have a trailing ellipsis ('...') for identifier 'MSG_TRANSFERS_IN_PROGRESS' ../locale/french.po - Warning: missing translation for identifier 'MSG_UNKNOWN_SIZE' make[3]: [Makefile:873: ../locale/french.catalog] Error 5 (ignored) FC ../locale/german.catalog FC ../locale/greek.catalog ../locale/greek.po - Warning: string too long for identifier 'MSG_MA_TBRead' ../locale/greek.po - Warning: string too long for identifier 'MSG_MA_TBEdit' ../locale/greek.po - Warning: string too long for identifier 'MSG_MA_TBMove' ../locale/greek.po - Warning: string too long for identifier 'MSG_MA_TBDelete' ../locale/greek.po - Warning: string too long for identifier 'MSG_MA_TBGetAddr' ../locale/greek.po - Warning: string too long for identifier 'MSG_MA_TBReply' ../locale/greek.po - Warning: string too long for identifier 'MSG_MA_TBForward' ../locale/greek.po - Warning: string too long for identifier 'MSG_MA_TBSendAll' ../locale/greek.po - Warning: string too long for identifier 'MSG_MA_TBFind' ../locale/greek.po - Warning: string too long for identifier 'MSG_MA_TBAddrBook' ../locale/greek.po - Warning: string too long for identifier 'MSG_MA_TBConfig' ../locale/greek.po - Warning: string too long for identifier 'MSG_AB_TBSave' ../locale/greek.po - Warning: string too long for identifier 'MSG_AB_TBFind' ../locale/greek.po - Warning: string too long for identifier 'MSG_AB_TBEdit' ../locale/greek.po - Warning: string too long for identifier 'MSG_AB_TBDelete' ../locale/greek.po - Warning: string too long for identifier 'MSG_AB_TBPrint' ../locale/greek.po - Warning: string too long for identifier 'MSG_AB_TBOpenTree' ../locale/greek.po - Warning: string too long for identifier 'MSG_AB_TBCloseTree' ../locale/greek.po - Warning: string too long for identifier 'MSG_RE_TBPrev' ../locale/greek.po - Warning: string too long for identifier 'MSG_RE_TBPrevTh' ../locale/greek.po - Warning: string too long for identifier 'MSG_RE_TBNextTh' ../locale/greek.po - Warning: string too long for identifier 'MSG_RE_TBDisplay' ../locale/greek.po - Warning: string too long for identifier 'MSG_RE_TBSave' ../locale/greek.po - Warning: string too long for identifier 'MSG_RE_TBPrint' ../locale/greek.po - Warning: string too long for identifier 'MSG_RE_TBDelete' ../locale/greek.po - Warning: string too long for identifier 'MSG_RE_TBMove' ../locale/greek.po - Warning: string too long for identifier 'MSG_RE_TBReply' ../locale/greek.po - Warning: string too long for identifier 'MSG_RE_TBForward' ../locale/greek.po - Warning: string too long for identifier 'MSG_WR_TBEditor' ../locale/greek.po - Warning: string too long for identifier 'MSG_WR_TBCopy' ../locale/greek.po - Warning: string too long for identifier 'MSG_WR_TBPaste' ../locale/greek.po - Warning: string too long for identifier 'MSG_WR_TBUnderlined' ../locale/greek.po - Warning: string too long for identifier 'MSG_WR_TBSearch' ../locale/greek.po - Warning: string too long for identifier 'MSG_MA_TBSPAM' ../locale/greek.po - Warning: string too long for identifier 'MSG_MA_TBNOTSPAM' ../locale/greek.po - Warning: string too long for identifier 'MSG_RE_TBSPAM' ../locale/greek.po - Warning: string too long for identifier 'MSG_RE_TBNOTSPAM' ../locale/greek.po - Warning: missing translation for identifier 'MSG_UNKNOWN_SIZE' make[3]: [Makefile:873: ../locale/greek.catalog] Error 5 (ignored) FC ../locale/hungarian.catalog ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_CO_DeleteServerMail' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_CO_PreSelect' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_CO_NotiReq' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_CO_TaglineSep' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_CO_Detach' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_CO_TempDir' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_HEADERS' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_HELP_WR_ST_CC' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_HELP_WR_ST_BCC' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_CO_WBAPPICON' ../locale/hungarian.po - Warning: original string has a trailing ellipsis ('...') for identifier 'MSG_MA_MNEW' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_FI_CC_FIELD' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_FO_TO_PATTERN' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_WR_CHARSET' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_CO_TEXTCOLORS_READ' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_EA_SEARCH_GRAVATAR' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_CC' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_BCC' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_IDENTITY_CC' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_IDENTITY_BCC' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_WR_MCCADDRFIELD' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_WR_MBCCADDRFIELD' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_WR_MREPLYTOADDRFIELD' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_CO_SIGNATURE_TEXT' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_CO_APPEND_SIGNATURE_FILE' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_PRESELECT_GETTING_DETAILS' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_CO_UPDATES_INFO_MANUAL' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_CO_UPDATES_INFO_AUTO' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_PGPPASS_SHOW_CHARS' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_CANNOT_CREATE_CUSTOM_CLASS' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_ER_MORPHOS_REXX_WARNING' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_WR_SAVEASDRAFT' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_HELP_WR_BT_SAVEASDRAFT' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_WR_MSAVEASDRAFT' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_WR_MCLOSE' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_LOG_REDIRECT' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_CO_ACTIONREDIRECT' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_AREDIRECT' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_AREDIRECT' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_MA_MREDIRECT' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_WR_REDIRECT_FROM' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_WR_REDIRECT_TO' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_WR_REDIRECT_CC' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_WR_REDIRECT_BCC' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_WR_REDIRECT_TITLE' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_ER_CANNOT_CREATE_MAIL_FILE' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_WR_RENAME' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_WR_RENAME_ATTACHMENT' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_WR_ENTER_NEW_NAME' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_FI_SKIP_ENCRYPTED' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_HELP_FI_CH_SKIP_ENCRYPTED' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_CO_QUICKSEARCHBARPOS' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_CO_QUICKSEARCHBARPOS01' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_CO_QUICKSEARCHBARPOS02' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_CO_QUICKSEARCHBARPOS03' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_CO_FILTER_REGISTER_SETTINGS' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_CO_FILTER_REGISTER_CONDITIONS' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_CO_FILTER_REGISTER_ACTIONS' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_CO_CONDITION_ALL' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_CO_CONDITION_MIN_ONE' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_CO_CONDITION_MAX_ONE' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_WR_CMENU_TITLE' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_WR_CMENU_ADD_ATTACHMENT' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_WR_CMENU_ADD_ARCHIVE_ATTACHMENT' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_WR_CMENU_REMOVE_ATTACHMENT' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_WR_CMENU_RENAME_ATTACHMENT' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_WR_CMENU_DISPLAY_ATTACHMENT' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_WR_TITLEATTACHMENT' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_WR_REMOVE' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_CO_CONDITION_PREPHRASE' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_CO_CONDITION_POSTPHRASE' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_CO_FALLBACK_TZONE' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_HELP_CO_GR_TZONE' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_CO_TZONE_GMTOFFSET' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_CO_TZONE_NEXTDSTSWITCH' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_CO_TZONE_NODSTSWITCH' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_CO_TZONE_DESCRIPTION' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_CO_TZONE_DESCRIPTION_NA' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_TZONE_ZONETAB_FILE_MISSING' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_TZONE_LOCATION_FILE_MISSING' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_FOLDER_MOVE_WARNING_TITLE' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_FOLDER_MOVE_WARNING' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_FOLDER_MOVE_WARNING_GADS' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_FO_DISPLAYNAME' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_FO_DIRECTORYNAME' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_VALIDATING_FOLDERS' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_MA_MARCHIVE' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_MA_ARCHIVE' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_CO_SHOW_ARCHIVER_PROGRESS' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_CO_LAUNCH_EXTEDITOR' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_CO_EXTEDITOR' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_EDITOR_EXT' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_CO_EXTEDITOR_CODESET' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_HELP_CO_TX_DEFCODESET_EDITOR' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_HELP_CO_TX_DEFCODESET_LOCAL' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_HELP_CO_TX_DEFCODESET_WRITE' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_CO_DEFAULTCODESET_WRITE' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_CO_MIME_CODESET' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_HELP_CO_TX_MIME_CODESET' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_CO_DEFAULTVIEWER_CODESET' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_HELP_CO_TX_DEFVIEWER_CODESET' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_LOG_FILTER_DONE' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_FO_JUMP_TO_UNREAD_MESSAGE' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_HELP_FO_CH_JUMPTOUNREAD' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_FO_JUMP_TO_RECENT_MESSAGE' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_HELP_FO_CH_JUMPTORECENT' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_FO_MAXAGE_DAYS' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_QUICKSEARCH_FILTER_LIST' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_QUICKSEARCH_FROM' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_QUICKSEARCH_TO' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_QUICKSEARCH_SUBJECT' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_QUICKSEARCH_BODY' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_CO_CHECK_FOR_MISSING_ATTACHMENTS' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_CO_ATTACHMENT_KEYWORDS' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_ATTACHMENTREMINDER' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_HELP_CO_LV_ATTACHMENTKEYWORDS' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_ATTACHMENT_KEYWORDS' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_ATTACHMENT_REMIND_INFO' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_ATTACHMENT_REMIND_ADD' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_ATTACHMENT_REMIND_LATER' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_WR_NO_ATTACHMENTS_TITLE' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_WR_NO_ATTACHMENTS' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_WR_NO_ATTACHMENTS_GADS' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_CO_MAILACCOUNT_TRANSFERRED' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_MAILACCOUNT_TRANSFERRED' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_CO_SAVE_LAYOUT' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_SAVELAYOUTQUIT' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_CO_SMTP_FOLDERS' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_CO_SMTP_SENTFOLDER' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_HELP_CO_PO_SMTP_SENTFOLDER' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_SAVESENTMAIL' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_IDENTITY_SAVESENTMAIL' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_ALTSENTFOLDER' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_IDENTITY_ALTSENTFOLDER' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_HELP_CO_TX_IDENTITY_ALTSENTFOLDER' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_CO_POP_FOLDERS' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_CO_POP_INCOMINGFOLDER' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_HELP_CO_PO_POP_INCOMINGFOLDER' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_CO_CYRILLICCHARSETWARN' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_CO_CYRILLICCHARSETWARN_BT' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_WR_NORCPT_WARNING_GADGET' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_WR_NORCPT_WARNING' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_WR_DISCARDCHANGES_GADGET' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_MA_NO_SUBJECT' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_MA_NO_RECIPIENTS' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_MA_REPLYREQ_OPTIONS2' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_ABOUT_DONATE_TEXT' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_TR_MAILCHECKFROM' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_WR_CC' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_WR_BCC' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_WR_REPLYTO' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_AB_TO_TOOLBAR' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_AB_CC_TOOLBAR' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_AB_BCC_TOOLBAR' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_AB_FROM_TITLE' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_AB_TO_TITLE' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_AB_CC_TITLE' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_AB_BCC_TITLE' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_AB_REPLYTO_TITLE' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_SIZE_BYTES' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_SIZE_KILOBYTES' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_SIZE_MEGABYTES' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_SIZE_GIGABYTES' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_LOG_COPY_MAIL' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_LOG_MOVE_MAIL' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_LOG_FILTER_ORIGINATOR' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_STARTUP_SECURITY_WARNING_TITLE' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_STARTUP_SECURITY_WARNING' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_STARTUP_SECURITY_WARNING_GADGETS' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_FO_PATH_INVALID' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_FO_MLPATTERN_INVALID' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_FO_MLADDRESS_INVALID' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_CO_SAVE_WITHOUT_PRIVATE_DATA' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_SSL_CERT_WARNING_SIGINVALID' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_SSL_CERT_WARNING_OUTRO' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_CO_POP_SERVER' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_CO_POP_PORT' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_CO_POP_PORT_STANDARD' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_CO_SMTP_SERVER' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_CO_SMTP_PORT' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_CO_SMTP_PORT_STANDARD' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_CO_POP3_TEST_CONNECTION_SETTINGS' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_HELP_CO_BT_POPTEST' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_CO_POP3_CONNECTION_TITLE' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_CO_POP3_CONNECTION_SUCCESS' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_CO_POP3_CONNECTION_FAILURE' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_CO_SMTP_TEST_CONNECTION_SETTINGS' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_HELP_CO_BT_SMTPTEST' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_CO_SMTP_CONNECTION_TITLE' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_CO_SMTP_CONNECTION_SUCCESS' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_CO_SMTP_CONNECTION_FAILURE' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_ER_WARN_CAFILE' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_ER_CANNOT_OPEN_ASLREQ' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_FO_FOLDER_NAME_INVALID' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_CO_ACCEPTED_SERVER_CERT_WARNINGS' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_CO_CLEAR_SERVER_CERT_WARNINGS' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_UPD_NOTIFICATION_DOWNLOAD_WITH_BROWSER' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_NIGHTLY_EXPIRY_DATE' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_UNKNOWN_SIZE' make[3]: [Makefile:873: ../locale/hungarian.catalog] Error 5 (ignored) FC ../locale/italian.catalog ../locale/italian.po - Warning: original string doesn't have a trailing ellipsis ('...') for identifier 'MSG_MA_UPDATECHECK' ../locale/italian.po - Warning: original string doesn't have a trailing ellipsis ('...') for identifier 'MSG_MA_HELP_CONTENTS' make[3]: [Makefile:873: ../locale/italian.catalog] Error 5 (ignored) FC ../locale/norwegian.catalog ../locale/norwegian.po - Warning: original string doesn't have a trailing ellipsis ('...') for identifier 'MSG_MA_ConfirmReq' ../locale/norwegian.po - Warning: string too long for identifier 'MSG_MA_TBGetAddr' ../locale/norwegian.po - Warning: string too long for identifier 'MSG_MA_TBWrite' ../locale/norwegian.po - Warning: string too long for identifier 'MSG_MA_TBForward' ../locale/norwegian.po - Warning: string too long for identifier 'MSG_MA_TBFilter' ../locale/norwegian.po - Warning: original string doesn't have a trailing ellipsis ('...') for identifier 'MSG_MA_NewFolder' ../locale/norwegian.po - Warning: original string doesn't have a trailing ellipsis ('...') for identifier 'MSG_MA_MAddrBook' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_DeleteServerMail' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_PreSelect' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_NotiReq' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_TaglineSep' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_Detach' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_TempDir' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_HEADERS' ../locale/norwegian.po - Warning: excessive placeholders for identifier 'MSG_HELP_CO_ST_COMMAND' ../locale/norwegian.po - Warning: original string doesn't have a trailing ellipsis ('...') for identifier 'MSG_AB_AddUser' ../locale/norwegian.po - Warning: original string doesn't have a trailing ellipsis ('...') for identifier 'MSG_AB_AddGroup' ../locale/norwegian.po - Warning: original string doesn't have a trailing ellipsis ('...') for identifier 'MSG_AB_AddList' ../locale/norwegian.po - Warning: string too long for identifier 'MSG_AB_TBPrint' ../locale/norwegian.po - Warning: original string has a trailing ellipsis ('...') for identifier 'MSG_EA_SelectPhoto' ../locale/norwegian.po - Warning: original string doesn't have a trailing ellipsis ('...') for identifier 'MSG_RE_SaveMessage' ../locale/norwegian.po - Warning: original string has a trailing ellipsis ('...') for identifier 'MSG_RE_MDisplay' ../locale/norwegian.po - Warning: original string has a trailing ellipsis ('...') for identifier 'MSG_RE_SaveAll' ../locale/norwegian.po - Warning: string too long for identifier 'MSG_RE_TBPrevTh' ../locale/norwegian.po - Warning: string too long for identifier 'MSG_RE_TBNextTh' ../locale/norwegian.po - Warning: string too long for identifier 'MSG_RE_TBPrint' ../locale/norwegian.po - Warning: string too long for identifier 'MSG_RE_TBForward' ../locale/norwegian.po - Warning: original string doesn't have a trailing ellipsis ('...') for identifier 'MSG_WR_SaveTextAs' ../locale/norwegian.po - Warning: original string doesn't have a trailing ellipsis ('...') for identifier 'MSG_WR_AddFile' ../locale/norwegian.po - Warning: original string doesn't have a trailing ellipsis ('...') for identifier 'MSG_WR_InsertFile' ../locale/norwegian.po - Warning: original string has a trailing ellipsis ('...') for identifier 'MSG_WR_Add' ../locale/norwegian.po - Warning: original string has a trailing ellipsis ('...') for identifier 'MSG_WR_AddPack' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_WR_ST_CC' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_WR_ST_BCC' ../locale/norwegian.po - Warning: original string has a trailing ellipsis ('...') for identifier 'MSG_TR_ApplyFilters' ../locale/norwegian.po - Warning: original string has a trailing ellipsis ('...') for identifier 'MSG_TR_Exporting' ../locale/norwegian.po - Warning: original string has a trailing ellipsis ('...') for identifier 'MSG_US_WaitLogin' ../locale/norwegian.po - Warning: original string doesn't have a trailing ellipsis ('...') for identifier 'MSG_FO_SelectDir' ../locale/norwegian.po - Warning: original string has a trailing ellipsis ('...') for identifier 'MSG_BusyLoadingIndex' ../locale/norwegian.po - Warning: original string has a trailing ellipsis ('...') for identifier 'MSG_FOLDER_EDIT' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_FOLDER_NEWFOLDERGROUP' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_GENLISTCFG' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_SIZEFORMAT' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CY_SIZE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_SIZEFORMAT01' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_SIZEFORMAT02' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_SIZEFORMAT03' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_SIZEFORMAT04' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_SIZEFORMAT05' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_SMTPAUTHUSER' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_SMTPAUTHPASS' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_APPICON' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_APPICONTEXT' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_NEWMSGS' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_UNREADMSGS' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_TOTALMSGS' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_SENTMSGS' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_FO_DSTATS' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_FO_CH_STATS' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_OPENGUI' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_CONTEXTMENU' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CONTEXTMENU' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_INFOBAR' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_INFOBAR' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_WARNSUBJECT' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_WARNSUBJECT' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_WR_NOSUBJECTREQ' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_WR_TBSearch' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_WR_BT_SEARCH' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_SEARCHWINDOW_TITLE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_SEARCHWINDOW_TOGGLE_CASESENSITVE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_SEARCHWINDOW_BT_SEARCH' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_SEARCHWINDOW_BT_CANCEL' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_SEARCHNOTFOUND_TITLE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_SEARCHNOTFOUND_MSG' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_FO_GROUP_CONFDEL' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_FOLDER_NONSEL' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_FO_NEWFGROUP' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_FO_NEWFGROUPREQ' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ER_CANTMOVEMAIL' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_MA_EXECUTINGCMD' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_APP_DESCRIPTION' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_INFOBARPOS' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_INFOBARPOS01' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_INFOBARPOS02' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_INFOBARPOS03' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_INFOBARPOS04' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_FOLDERLABEL' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_FO_MLSUPPORT' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_FO_CH_MLSUPPORT' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_FO_AUTODETECT' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_FO_BT_AUTODETECT' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_FO_NOTRECOGNIZED' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_NB_EMAILCACHE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_NB_EMAILCACHEFMT' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_CO_NB_EMAILCACHE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_SMTPPORT' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_POPPORT' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_InfoBarDef' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_TR_INITTLS' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ER_INITAMISSL' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_TR_SENDAUTH' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_IMPORTMIMETITLE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ER_TRANSFERMAIL' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ER_ADDRBOOKLOAD' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_AB_NOYAMADDRBOOK' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_AB_NOYAMADDRBOOK_GADS' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_FO_EDIT_FGROUP' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_FO_EDIT_FGROUPREQ' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ER_UNUSABLEAMISSL' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_RETRY_QUIT_GAD' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ER_NOAUTHUSERPASS' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_APPICON_LABEL' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_DATE_RECEIVED' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_DATE_SENT' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_DATE_SNTRCVD' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_DATE_SNTRCVD' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_FROMTO' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CA_COL1QUOT' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CA_COL3QUOT' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CA_COL4QUOT' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_URLCOLOR' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CA_COLURL' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_MA_CTX_DEFWIDTH_THIS' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_MA_CTX_DEFWIDTH_ALL' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_MA_CTX_DEFORDER_THIS' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_MA_CTX_DEFORDER_ALL' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_MA_CTX_MAILLIST' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_MA_CTX_FOLDERLIST' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_FO_CY_MLSIGNATURE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CTapplicationpdf' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_INFOBARTXT' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_YesNoReq2' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_FO_ST_HELLOTEXT' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_FO_ST_BYETEXT' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_FO_Welcome' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_FO_Greetings' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ER_SOCKETOPTION' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ER_B64FILEENCODE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ER_QPFILEENCODE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ER_UUFILEENCODE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ER_QPDEC_FILEIO' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ER_QPDEC_UNEXP' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ER_QPDEC_WARN' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ER_QPDEC_CHAR' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ER_UUDEC_TAGMISS' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ER_UUDEC_CHECKSUM' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ER_UUDEC_CORRUPT' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_FI_StatMarked' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_MA_CREQUEST_OLDFILE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_MA_CREQUEST_UNKNOWN' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_MA_YESNOTOALL' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ER_CONVERTMFILE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ER_XPKUSAGE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_MA_CREQ_OLDFILE_TITLE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_MA_CREQ_UNKNOWN_TITLE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_SHOWEMBEDDEDREADPANE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_EMBEDDEDREADPANE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_SETSTATUSDELAYED1' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_SETSTATUSDELAYED2' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_CO_SETSTATUSDELAYED' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_MA_ATTACHMENT' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_MA_ATTACHMENTS' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_MA_ATTACHMENT_DISPLAY' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_MA_ATTACHMENT_SAVEAS' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_MA_ATTACHMENT_PRINT' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_MA_ATTACHMENT_SAVEALL' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_MA_ATTACHMENT_SAVESEL' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_SImageOnly' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_RE_SImageOnly' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_CHARSETWARN_TITLE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_CHARSETWARN' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_CHARSETWARN_BT' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_SenderRFCDateTime' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_SenderTimeZone' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_Filter_Name' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_Filter_RType' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_Filter_NType' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_Filter_SType' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_Filter_UType' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CTunknown' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_NB_AUTOSAVE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_NB_AUTOSAVEFMT' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_CO_NB_AUTOSAVE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ER_MOVEFOLDERDIR' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_FI_SELECTACTIVE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_FI_BT_SELECTACTIVE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_QUICKSEARCH_VO_ALL' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_QUICKSEARCH_VO_UNREAD' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_QUICKSEARCH_VO_NEW' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_QUICKSEARCH_VO_MARKED' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_QUICKSEARCH_VO_IMPORTANT' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_QUICKSEARCH_VO_LAST5DAYS' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_QUICKSEARCH_VO_KNOWNPEOPLE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_QUICKSEARCH_VO_HASATTACHMENTS' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_QUICKSEARCH_VO_MINSIZE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_QUICKSEARCH_VIEW' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_QUICKSEARCH_SHOWNMSGS' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_FI_NOFOLDERS' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_QUICKSEARCH_VIEWOPTIONS' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_QUICKSEARCH_SEARCHSTRING' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_BUSY_SEARCHINGFOLDER' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_WBAPPICON' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_WBAPPICON' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_DOCKYICON' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_DOCKYICON' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_MA_MessageImport' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ER_MESSAGEIMPORT' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_MA_MESSAGEEXPORT' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_YAMINFO' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_SYSTEMSETTINGS' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_DEFAULTCHARSET' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_CHARSETUNKNOWNWARN' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_CHARSETUNKNOWNWARN_BT' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ER_LIB' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ER_LIB_URL' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ER_NO_MCC' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ER_MCC_OLD' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ER_MCC_IN_USE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_FIRSTSTEPS_TITLE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_FIRSTSTEPS_SUMMARY' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_TCPIP_TITLE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_TCPIP_SUMMARY' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_FILTER_TITLE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_FILTER_SUMMARY' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_READ_TITLE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_READ_SUMMARY' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_WRITE_TITLE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_WRITE_SUMMARY' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_REPLY_TITLE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_REPLY_SUMMARY' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_SIGNATURE_TITLE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_SIGNATURE_SUMMARY' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_SECURITY_TITLE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_SECURITY_SUMMARY' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_STARTUP_TITLE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_STARTUP_SUMMARY' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_MIME_TITLE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_MIME_SUMMARY' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_ABOOK_TITLE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_ABOOK_SUMMARY' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_SCRIPTS_TITLE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_SCRIPTS_SUMMARY' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_MIXED_TITLE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_MIXED_SUMMARY' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_UPDATE_TITLE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_UPDATE_SUMMARY' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_CrdUpdate' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_AMISSLWARN_TITLE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_AMISSLWARN' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_AMISSLWARN_BT' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_BUSY_OPENINGCONFIG' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_MA_UPDATECHECK' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_SOFTWAREUPDATE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_UPDATE_DAILY' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_UPDATE_WEEKLY' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_UPDATE_MONTHLY' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_SEARCHFORUPDATES' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_SEARCHNOW' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_LASTSEARCH' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_LASTSTATUS_NOCHECK' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_LASTSTATUS_NOUPDATE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_LASTSTATUS_NOQUERY' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_LASTSTATUS_UPDATESUCCESS' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_WR_SECURITYREQ' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_WR_UUCODE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_UPD_NOTIFICATION_WTITLE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_UPD_NOTIFICATION_TITLE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_UPD_NOTIFICATION_SUMMARY' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_UPD_NOTIFICATION_CHANGES' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_UPD_NOTIFICATION_NOUPDATE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_UPD_NOTIFICATION_CLOSE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_UPD_NOTIFICATION_COMP' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_UPD_NOTIFICATION_RECENT' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_UPD_NOTIFICATION_INSTALLED' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_UPD_NOTIFICATION_URL' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_MIME_DESCRIPTION' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CTapplicationgz' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CTapplicationhqx' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CTapplicationxls' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CTapplicationppt' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CTapplicationdoc' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CTtextxml' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CTapplicationz' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CTapplicationtar' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CTaudioaiff' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CTaudiomidi' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CTaudiompeg' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CTimagebmp' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CTapplicationtgz' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CTapplicationpgp' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CTapplicationbz2' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_DETECT_CYRILLIC' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_CO_DETECT_CYRILLIC' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_WR_ErrorNotEnoughUndoMem' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_RE_HEADERDISPLAY' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_RE_MAILDETAILS' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ER_ADDFILEERROR' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ER_PACKERROR' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_ABOOKLOOKUP' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_ABOOKLOOKUP' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_CONVERTHTML' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CONVERTHTML' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_TR_TRANSFERSTATUS' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_TR_TRANSFERSIZE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_FI_GAUGETEXT' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_MA_MIMEPART_INFO' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_MA_MIMEPART_MENU' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_PGPPASSINTERVAL1' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_PGPPASSINTERVAL2' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_CO_PGPPASSINTERVAL' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_UT_PGPPASSREQ_TITLE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_GR_REPLYFORWARD' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_GR_SCRIPTS' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_GR_STARTUPQUIT' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_SCRIPTS_PREGET' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_SCRIPTS_POSTGET' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_SCRIPTS_NEWMSG' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_SCRIPTS_READ' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_SCRIPTS_WRITE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_SCRIPTS_URL' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_MIMECMD_PARAMETER' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_MA_CONFIRMDELETION' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_MA_SPAM' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_LOADINGSPAMTRAININGDATA' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_MA_TBSPAM' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_MA_TBNOTSPAM' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_MA_BT_SPAM' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_MA_BT_NOTSPAM' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_RE_TBSPAM' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_RE_TBNOTSPAM' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_RE_BT_SPAM' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_RE_BT_NOTSPAM' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_LOG_MAILISSPAM' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_LOG_MAILISNOTSPAM' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_FI_STATSPAM' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_MA_TOSPAM' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_MA_TONOTSPAM' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_CRDSPAMFILTER' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_SPAMFILTER' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_SPAMFILTER_TITLE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_SPAMFILTER_SUMMARY' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_SPAM_FILTERFORNEWMAIL' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_SPAM_RESETTRAININGDATA' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_SPAM_GOODCOUNT' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_SPAM_BADCOUNT' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_BUSYFLUSHINGSPAMTRAININGDATA' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_SPAM_MARKONMOVE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_SPAM_ADDRESSBOOKISWHITELIST' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_SPAM_RECOGNITION' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_SPAM_FILTERENABLED' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_SPAM_RESETTRAININGDATAASK' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_TR_CHECKUIDL' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_SPAM_DISABLEFILTERASK' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_SPAM_RESETTDATA' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_SPAM_RESETMAILFLAGS' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_SPAM_DELETESPAMFOLDER' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CY_SMTPAUTHMETHOD' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_SMTPAUTH_AUTO' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_SMTPAUTH_DIGEST' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_SMTPAUTH_CRAM' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_SMTPAUTH_LOGIN' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_SMTPAUTH_PLAIN' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_ER_SMTPAUTH' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ER_SPAMDIR_EXISTS' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ER_SPAMDIR_EXISTS_ANSWERS' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_ER_CANNOT_CREATE_SPAMFOLDER' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_MA_CHECKSPAM' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_FI_BUSYCHECKSPAM' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_MA_REMOVESPAM' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_MA_BUSYEMPTYINGSPAM' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_MA_TRASH' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_WR_SEARCH' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_AB_IMPORT' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_AB_EXPORT' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_AB_LDIF' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_AB_CSV' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_AB_TAB' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ER_ADDRBOOKIMPORT' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ER_ADDRBOOKEXPORT' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_LOADINGUPDATESTATE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_MA_HIDE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_MA_QUIT' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_MA_SELECTALL' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_MA_SELECTNONE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_MA_SELECTTOGGLE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_MA_MSEARCH' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_MA_MFILTER' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_MA_REMOVEDELETED' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_MA_UPDATEINDEX' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_MA_MREAD' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_MA_TOUNREAD' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_MA_TOREAD' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_PROJECT_MABOUT' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_MA_MEDIT' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_MA_MMOVE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_MA_MCOPY' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_MA_MPRINT' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_MA_MSAVE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_MA_MSAVEATT' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_MA_MNEW' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_MA_MREPLY' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_MA_MFORWARD' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_MA_MSAVEADDRESS' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_MA_MADDRESSBOOK' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_MA_MCONFIG' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_MA_TOMARKED' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_MA_TOUNMARKED' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_MA_ALLTOREAD' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_MA_MEDITASNEW' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_RE_SEARCH' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_RE_SEARCH_AGAIN' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_WR_SEARCH_AGAIN' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_WR_AUTOWRAP' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_SPAM_MARK_AS_READ' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_CH_SPAMFILTERENABLED' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_TX_SPAMBADCOUNT' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_TX_SPAMGOODCOUNT' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_BT_SPAMRESETTRAININGDATA' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_CH_SPAMFILTERFORNEWMAIL' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_CH_SPAMABOOKISWHITELIST' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_CH_SPAMMARKONMOVE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_CH_SPAMMARKASREAD' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_CH_UPDATECHECK' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_WR_SELECTALL' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_RE_MDN_ACCEPT_LATER' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_RE_MDN_ACCEPT_NOW' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_RE_MDN_IGNORE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_RE_MDN_IGNORE_ALL' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_MDN_ACTION_IGNORE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_MDN_ACTION_SEND' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_MDN_ACTION_QUEUE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_MDN_ACTION_ASK' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_MDN_TITLE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_MDN_DESCRIPTION' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_MDN_DISABLED' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_MDN_ENABLED' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_MDN_NORECIPIENT' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_MDN_NODOMAIN' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_MDN_DELETE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_MDN_OTHER' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_MDN_NEVER' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_MDN_ALLOW' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CY_MDN_NORECIPIENT' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CY_MDN_NODOMAIN' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CY_MDN_DELETE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CY_MDN_OTHER' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_LOOKFEEL_TITLE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_LOOKFEEL_SUMMARY' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_CRDLOOKFEEL' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_LOOKFEEL_THEMES' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_THEME_ACTIVATE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_THEME_PREVIEW' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_THEME_AUTHOR' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_THEME_URL' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_RELDATETIME' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_RELDATETIME' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ER_USER_UNKNOWN_TITLE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ER_USER_UNKNOWN_BUTTON' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ER_USER_UNKNOWN_ERROR' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CA_COLSIG' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ER_SPAM_NOT_ENOUGH_CLASSIFIED_MAILS' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ER_CANNOT_CREATE_SEMAPHORE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_RE_HDR_FROM' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_RE_HDR_TO' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_RE_HDR_DATE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_RE_HDR_SUBJECT' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_RE_VIRTUALMAIL' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_MIMECMD_PUBSCREEN' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ER_ZOMBIE_FILES_EXIST' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ER_ZOMBIE_FILES_EXIST_BT' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ER_ZOMBIE_FILES_EXIST_TITLE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_SHOWALTPARTS' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_SHOWALTPARTS' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_US_DIRECTORY_DOESNT_EXIST' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_CO_BT_APPICONGETPOS' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_MOVE_HAM_TO_INCOMING' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_CH_MOVE_HAM_TO_INCOMING' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_FILTER_HAM' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_CH_FILTER_HAM' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_SHUTDOWN_SHUTTING_DOWN' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CY_FOLDERINFO' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_FOLDERINFO01' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_FOLDERINFO02' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_FOLDERINFO03' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_FOLDERINFO04' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_FOLDERINFO05' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_FO_EXPIREUNREAD' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_FO_CH_EXPIREUNREAD' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_WR_SENDNOW' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_WR_SENDLATER' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_WR_MSENDNOW' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_WR_MSENDLATER' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ER_CONNECTIONBROKEN' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_WR_MSWITCH_MSG' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_WR_MSWITCH_ATT' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_WR_MSWITCH_OPT' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_FWDMSG' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_FWDMSG_INLINE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CY_FORWARDMODE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ABOUT_CURRENT_DEVELOPERS' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ABOUT_CONTRIBUTORS' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ABOUT_LOCALIZATION_CONTRIBUTORS' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ABOUT_GPL' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ABOUT_3RD_PARTY_SOFTWARE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ABOUT_YAM_NEWS' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_WR_VIEW' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CONFIG_MODIFIED' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CONFIG_MODIFIED_GAD' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ABOOK_MODIFIED_GAD' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_CO_BT_MIMEIMPORT' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_AB_INVALIDSECURITY_TITLE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_AB_INVALIDSECURITY' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_AB_INVALIDSECURITY_GADS' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_WR_INVALIDSECURITY_TITLE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_WR_INVALIDSECURITY' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_WR_INVALIDSECURITY_GADS' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ER_FILEENCODE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ER_MISSINGATTFILE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ER_INVALIDATTFILE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ER_PRINTER_OFFLINE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ER_PRINTER_OFFLINE_GADS' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ER_PRINTER_NOPAPER' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ER_PRINTER_NOPAPER_GADS' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ER_PRINTER_FAILED' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_MA_EDIT' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_MA_EDIT_UNDO' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_MA_EDIT_REDO' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_MA_EDIT_CUT' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_MA_EDIT_COPY' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_MA_EDIT_PASTE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_MA_EDIT_SALL' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_MA_EDIT_SNONE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_WR_SELECTNONE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_MA_INVALIDMFILE_TITLE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_MA_INVALIDMFILE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_MA_INVALIDMFILE_BT' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ER_CANNOT_READ_INDEX' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ER_CANNOT_WRITE_INDEX' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ER_INDEX_CORRUPTED' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ER_UNKNOWN_MIME_ENCODING' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ER_UNKNOWN_HEADER_ENCODING' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ER_UNEXPECTED_MULTIPART_EOF' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ER_MIME_ERROR' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ER_UNEXPECTED_UUE_EOF' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ER_INVALID_UUE_LENGTH' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_RE_HDR_REPLYTO' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_FI_FROM_FIELD' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_FI_TO_FIELD' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_FI_CC_FIELD' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_FI_REPLYTO_FIELD' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_FI_SUBJECT_FIELD' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_FI_DATE_FIELD' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_FO_TO_PATTERN' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_FO_TO_ADDRESS' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_FO_FROM_ADDRESS' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_FO_REPLYTO_ADDRESS' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_RETRY_HOMEPAGE_QUIT_GAD' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HOMEPAGE_QUIT_GAD' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_MA_EDIT_DELETE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_WR_DELETE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ER_B64DEC_FILEIO' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ER_B64DEC_WARN' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ER_B64DEC_UNEXP' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_MA_ADD_WHICH_ADDRESS' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_SCRIPTACTION' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_SCRIPTPATH' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ER_ICONOBJECT_WARNING' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ER_THEMEVER_FALLBACK' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ER_THEMEVER_IGNORE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ER_DATATYPE_ERROR' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ER_IMAGEOBJECT_WARNING' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ER_THEME_FATAL' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ER_THEME_FALLBACK' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ER_THEME_ACTIVATED_TITLE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ER_THEME_ACTIVATED' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_FOLDER_ALLTOREAD' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_EA_REMOVEPHOTO' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_EA_BT_REMOVEPHOTO' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_NOTISOUND' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_NOTICMD' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_CO_BT_MORE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_CO_BT_LESS' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_CO_BT_FILTERUP' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_CO_BT_FILTERDOWN' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_CO_PO_APLAY' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_CO_BT_APLAY' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_DESCRIPTION' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_CO_LV_REXX' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_CO_BT_UPDATENOW' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_WR_LV_ATTACH' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_QUICKSEARCH_STR_CONTROLCHAR' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_UPDATE_NEVER' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_MA_EXECUTESCRIPT_TITLE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_FI_BT_NONE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_MA_CONFIRMFILTER_ALL' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_MA_CONFIRMFILTER_SELECTED' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_AB_XML' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_MA_FILTER_STATS_SPAM' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_TR_FILTER_STATS_SPAM' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_FCHANGE_WARN_TITLE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_FCHANGE_WARN' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_LOG_SENDING_FAILED' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ERROR_THREADS' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ERROR_PLAYSOUND' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_WR_CHARSET' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_WR_PO_CHARSET' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ABOUTYAM' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ER_CONNECTERR_SOCKET_IN_USE_POP3' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ER_CONNECTERR_TIMEDOUT_POP3' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ER_CONNECTERR_NO_SOCKET_POP3' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ER_CONNECTERR_NO_NONBLOCKIO_POP3' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ER_UNKNOWN_HOST_POP3' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ER_CANNOT_CONNECT_POP3' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ER_POP3WELCOME' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ER_BADRESPONSE_POP3' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ER_INITTLS_POP3' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ER_NO_APOP' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ER_CONNECTERR_SOCKET_IN_USE_SMTP' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ER_CONNECTERR_TIMEDOUT_SMTP' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ER_CONNECTERR_NO_SOCKET_SMTP' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ER_CONNECTERR_NO_NONBLOCKIO_SMTP' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ER_INITTLS_SMTP' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ER_NOSTARTTLS_SMTP' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ER_BADRESPONSE_SMTP' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ER_CANNOT_CONNECT_SMTP' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ER_UNKNOWN_HOST_SMTP' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ER_NO8BITMIME_SMTP' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_FOLDERDBLCLICK' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_MA_ATTACHMENT_DELETE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_MA_ATTACHMENT_DELETESEL' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_MA_DELETESELECTEDREQUEST' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_LOG_DELETEDATT' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_MA_DELETEATT' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_MA_DELETEATTREQUEST' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_MA_ATTACHMENT_DELETEALL' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_MA_MDELETEATT' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_MAPFOREIGNCHARS' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_CO_MAPFOREIGNCHARS' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_MA_NAVIGATION' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_MA_MNEXTTH' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_MA_MPREVTH' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_GLOBALMAILTHREADS' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_GLOBALMAILTHREADS' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_FILE_OVERWRITE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ER_USER_DIR_MISSING' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_TEXTCOLORS_READ' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_TEXTCOLORS_READ' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_TEXTSTYLES_READ' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_TEXTSTYLES_READ' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_TEXTCOLORS_WRITE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_TEXTCOLORS_WRITE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_TEXTSTYLES_WRITE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_TEXTSTYLES_WRITE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_FONTSETTINGS' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_FIXEDFONT_WRITE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_RE_TEXTCOLORS' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_WR_TEXTSTYLES' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_WR_TEXTCOLORS' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_WR_FIXEDFONT' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_SPAM_OPTIMIZE_TRAININGDATA' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_BT_OPTIMIZE_TRAININGDATA' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_SPAM_OPTIMIZE_TRAININGDATA_ASK' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_SPAM_STATISTICS' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ER_WRONG_DOB_FORMAT' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_NOTIOS41SYSTEM' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_NOTIOS41SYSTEM' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_USERNAME_FALLBACK' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_RE_DEFAULT_MIMEPART_NAME' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_OPEN_WRITEWINDOWS' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_OPEN_WRITEWINDOWS_GAD' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_MA_MFORWARD_ATTACH' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_MA_MFORWARD_INLINE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_FWDMSG_ATTACH' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_ScriptPreFilterMail' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_ScriptPostFilterMail' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_FI_DOS_PATTERN' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_FI_CH_DOS_PATTERN' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CTapplicationpgpsig' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_AB_BirthdayReqBody' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ER_AREXX_EXECUTION_ERROR' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_BIRTHDAYREQUEST_DONTSHOWAGAIN' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_RE_SAVE_FILE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_UPD_NO_UPDATES_FOUND_TITLE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_UPD_NO_UPDATES_FOUND' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_UPD_NO_UPDATES_FOUND_HINT_AUTOCHECK' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_UPD_NO_UPDATES_FOUND_HINT_NOAUTOCHECK' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_THREAD_EXIT_WARNING_TITLE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_THREAD_EXIT_WARNING' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_THREAD_EXIT_WARNING_BT' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_EXECUTE_COMMAND_FAILED' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ERROR_METHODSTACK' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_TRANSFERS_IN_PROGRESS' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ERROR_CONNECTIONS' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_LOG_CONNECT_POP3' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_LOG_RETRIEVED_POP3' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_TR_ENTER_POP3_PASSWORD' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ALTIMAGE_STATUS_DOWNLOAD' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ALTIMAGE_STATUS_DELETE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_PRESELECT_INDEX' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_TR_WAIT_FOR_PASSWORD' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_TR_WAIT_FOR_PRESELECTION' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_POP3_NEW_MAIL_NOTIFY_REQ' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_POP3_NEW_MAIL_NOTIFY_OS4_ONE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_POP3_NEW_MAIL_NOTIFY_OS4_MANY' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_MA_SEND_AND_GET_MAIL' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_MA_SEND_MAIL' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_MA_GET_MAIL' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_WR_SECURITYREQ_GADS' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HTTP_CONNECTING_TO_SERVER' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HTTP_SENDING_REQUEST' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HTTP_WAITING_FOR_ANSWER' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HTTP_RECEIVING_DATA' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HTTP_DISCONNECTING_FROM_SERVER' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_SHOW_TRANSFER_WINDOW' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_APPLY_REMOTE_FILTERS' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_APPLY_REMOTE_FILTERS' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_DOWNLOAD_ON_STARTUP' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_DOWNLOAD_ON_STARTUP' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_IMPORT_UNKNOWN_FILE_FORMAT' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_IMPORT_NO_MAILS' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_CONFIG_IS_LOCKED' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_FOLDERINFO_SHORTHELP' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_MAILINFO_SHORTHELP' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_UPDATE_DOWNLOAD_PATH' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_UPD_NOTIFICATION_DOWNLOAD' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_TR_DOWNLOADING_FROM_SERVER' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_MA_HELP' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_MA_HELP_CONTENTS' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_MA_HELP_AREXX' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_EA_SEARCH_GRAVATAR' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ER_NO_GRAVATAR_FOUND' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ER_NON_MIME_CONFORMANT_MAIL' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_ACTION_SET_STATUS_TO_MARKED' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_ACTION_SET_STATUS_TO_MARKED' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_ACTION_SET_STATUS_TO_UNMARKED' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_ACTION_SET_STATUS_TO_UNMARKED' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_ACTION_SET_STATUS_TO_READ' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_ACTION_SET_STATUS_TO_READ' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_ACTION_SET_STATUS_TO_UNREAD' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_ACTION_SET_STATUS_TO_UNREAD' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_ACTION_SET_STATUS_TO_SPAM' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_ACTION_SET_STATUS_TO_SPAM' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_ACTION_SET_STATUS_TO_HAM' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_ACTION_SET_STATUS_TO_HAM' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_SMTP_ACTIVE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_POP_AUTH' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CY_POPAUTH' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_POP_AUTH_PLAIN' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_POP_AUTH_APOP' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_POP_SECURITY' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_POP_SECURITY_NONE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_POP_SECURITY_TLS' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_POP_SECURITY_SSL' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CY_POPSECURE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_POP_SERVERLIST' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_POP_SERVERSETTINGS' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_POP_SECURITYAUTH' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_POP_MSGHANDLING' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_SMTP_SERVERLIST' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_SMTP_SERVERSETTINGS' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_POP_DESC' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_POPDESC' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_SMTP_DESC' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_SMTPDESC' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_SMTP_SECURITY' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_SMTP_SECURITY_NONE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_SMTP_SECURITY_TLS' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_SMTP_SECURITY_SSL' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_SMTP_SECURITYAUTH' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CY_SMTPSECURE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_SMTP_AUTH' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_SMTPAUTH_NONE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_SMTP_OPTIONS' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_CRDIDENTITIES' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_IDENTITIES_TITLE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_IDENTITIES_SUMMARY' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_LIST' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_SETTINGS' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_REGISTER_SETTINGS' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_REGISTER_COMPOSE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_REGISTER_PGPSEC' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_NOSIGNATURE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_ABOVEQUOTE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_BELOWQUOTE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_DESCRIPTION' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_MAILSERVER' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_COMPOSE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_CC' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_BCC' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_REPLYTO' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_COMPOSE_OPTIONS' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_COMPOSE_QUOTE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_COMPOSE_ANSWER' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_COMPOSE_SIGNATURE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_USESIG_REPLY' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_USESIG_FORWARD' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_PGPSETTINGS' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_USEPGP' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_PGPKEY_ID' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_PGPKEY_URL' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_PGP_OPTIONS' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_PGP_SIGN_UNENC' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_PGP_SIGN_ENC' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_PGP_ENCRYPTALL' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_PGP_ADDOWN' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_PHOTOURL' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_ADDINFO' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_REQUESTMDN' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_SERVERNAME' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_USER' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_FO_MOVEFOLDERTO' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_FO_FOLDER_ALREADY_EXISTS' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ER_CANNOT_CREATE_FOLDER' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_IdentityActive' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_MA_FLUSH_ALL_INDICES' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_IDENTITY_ENABLED' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_IDENTITY_DESCRIPTION' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_IDENTITY_REALNAME' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_IDENTITY_EMAIL' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_IDENTITY_ORGANIZATION' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CY_IDENTITY_MAILSERVER' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_IDENTITY_CC' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_IDENTITY_BCC' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_IDENTITY_REPLYTO' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_IDENTITY_EXTRAHEADER' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_IDENTITY_PHOTOURL' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_IDENTITY_QUOTEMAILS' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_IDENTITY_QUOTEPOS' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_IDENTITY_SIGPOS' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_IDENTITY_SIGREPLY' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_IDENTITY_SIGFORWARD' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_IDENTITY_ADDINFO' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_IDENTITY_REQUESTMDN' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_IDENTITY_USEPGP' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_IDENTITY_PGPID' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_IDENTITY_PGPURL' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_IDENTITY_PGPSIGN_UNENC' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_IDENTITY_PGPSIGN_ENC' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_IDENTITY_PGPENC_ALL' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_IDENTITY_PGPENC_SELF' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CY_IDENTITY_SIGNATURE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_CONFIGWARNING_TITLE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_CONFIGWARNING' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_CONFIGWARNING_BT' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_CONFIGVERSIONWARNING_TITLE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_CONFIGVERSIONWARNING' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_CONFIGVERSIONWARNING_BT' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_WR_MCCADDRFIELD' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_WR_MBCCADDRFIELD' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_WR_MREPLYTOADDRFIELD' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_LISTCOLUMNSETTINGS' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_LOOKFEEL_MAINWINDOW' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_LOOKFEEL_TITLE_THEME' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_LOOKFEEL_TITLE_INFO' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_WR_CY_SIGNATURE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_WR_PGPSECURITY' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_WR_CY_SECURITY' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_MIMETYPE_TITLE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_DOWNLOAD_LARGE_MAILS1' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_DOWNLOAD_LARGE_MAILS2' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_MA_DRAFTS' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_SIGNATURE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_SIGNATURES' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_SIGNATURE_DESCRIPTION' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_SIGNATURE_ACTIVE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_SIGNATURE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_CO_LV_SIGNATURE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_CO_BT_SIGADD' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_CO_BT_SIGDEL' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_CO_BT_SIGUP' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_CO_BT_SIGDOWN' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_CO_BT_SIG_ACTIVE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_SIG_DESC' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_CO_TE_SIGEDIT' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_MIXED_CONNECTIONS' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_POP_NOTIFICATION' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_SSL_CERT_WARNING_TITLE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_SSL_CERT_WARNING_BUTTONS' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_SSL_CERT_WARNING_INTRO' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_SSL_CERT_WARNING_UNTRUSTED' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_SSL_CERT_WARNING_IDMISMATCH' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_SSL_CERT_WARNING_NOTYETVALID' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_SSL_CERT_WARNING_EXPIRED' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_SSL_CERT_WARNING_OTHER' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_SSL_CERT_WARNING_INFO' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_SSL_CERT_WARNING_SHOWTITLE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ER_WARN_LOADCAPATH' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ER_WARN_CAPATH' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_ACTION_TERMINATE_FILTER' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_ATERMINATE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_FILTER_IMPORT' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_FILTER_IMPORT_TITLE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_SPAM_TRUSTHEADERLINES' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ER_POP3_UIDLHASH_INIT_FAILED' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_SIGNATURE_TEXT' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_APPEND_SIGNATURE_FILE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_PRESELECT_GETTING_DETAILS' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_UPDATES_INFO_MANUAL' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_UPDATES_INFO_AUTO' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_PGPPASS_SHOW_CHARS' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CANNOT_CREATE_CUSTOM_CLASS' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ER_MORPHOS_REXX_WARNING' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_WR_SAVEASDRAFT' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_WR_BT_SAVEASDRAFT' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_WR_MSAVEASDRAFT' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_WR_MCLOSE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_LOG_REDIRECT' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_ACTIONREDIRECT' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_AREDIRECT' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_AREDIRECT' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_MA_MREDIRECT' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_WR_REDIRECT_FROM' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_WR_REDIRECT_TO' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_WR_REDIRECT_CC' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_WR_REDIRECT_BCC' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_WR_REDIRECT_TITLE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ER_CANNOT_CREATE_MAIL_FILE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_WR_RENAME' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_WR_RENAME_ATTACHMENT' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_WR_ENTER_NEW_NAME' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_FI_SKIP_ENCRYPTED' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_FI_CH_SKIP_ENCRYPTED' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_QUICKSEARCHBAR' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_QUICKSEARCHBAR' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_QUICKSEARCHBARPOS' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_QUICKSEARCHBARPOS01' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_QUICKSEARCHBARPOS02' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_QUICKSEARCHBARPOS03' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_FILTER_REGISTER_SETTINGS' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_FILTER_REGISTER_CONDITIONS' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_FILTER_REGISTER_ACTIONS' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_CONDITION_ALL' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_CONDITION_MIN_ONE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_CONDITION_MAX_ONE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_WR_CMENU_TITLE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_WR_CMENU_ADD_ATTACHMENT' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_WR_CMENU_ADD_ARCHIVE_ATTACHMENT' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_WR_CMENU_REMOVE_ATTACHMENT' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_WR_CMENU_RENAME_ATTACHMENT' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_WR_CMENU_DISPLAY_ATTACHMENT' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_WR_TITLEATTACHMENT' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_WR_REMOVE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_CONDITION_PREPHRASE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_CONDITION_POSTPHRASE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_FALLBACK_TZONE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_CO_GR_TZONE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_TZONE_GMTOFFSET' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_TZONE_NEXTDSTSWITCH' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_TZONE_NODSTSWITCH' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_TZONE_DESCRIPTION' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_TZONE_DESCRIPTION_NA' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_TZONE_ZONETAB_FILE_MISSING' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_TZONE_LOCATION_FILE_MISSING' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_FOLDER_MOVE_WARNING_TITLE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_FOLDER_MOVE_WARNING' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_FOLDER_MOVE_WARNING_GADS' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_FO_DISPLAYNAME' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_FO_DIRECTORYNAME' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_VALIDATING_FOLDERS' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_MA_MARCHIVE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_MA_ARCHIVE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_SHOW_ARCHIVER_PROGRESS' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_LAUNCH_EXTEDITOR' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_EXTEDITOR' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_EDITOR_EXT' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_EXTEDITOR_CODESET' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_CO_TX_DEFCODESET_EDITOR' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_CO_TX_DEFCODESET_LOCAL' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_CO_TX_DEFCODESET_WRITE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_DEFAULTCODESET_WRITE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_MIME_CODESET' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_CO_TX_MIME_CODESET' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_DEFAULTVIEWER_CODESET' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_CO_TX_DEFVIEWER_CODESET' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_LOG_FILTER_DONE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_FO_JUMP_TO_UNREAD_MESSAGE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_FO_CH_JUMPTOUNREAD' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_FO_JUMP_TO_RECENT_MESSAGE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_FO_CH_JUMPTORECENT' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_FO_MAXAGE_DAYS' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_QUICKSEARCH_FILTER_LIST' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_QUICKSEARCH_FROM' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_QUICKSEARCH_TO' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_QUICKSEARCH_SUBJECT' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_QUICKSEARCH_BODY' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_CHECK_FOR_MISSING_ATTACHMENTS' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_ATTACHMENT_KEYWORDS' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_ATTACHMENTREMINDER' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_CO_LV_ATTACHMENTKEYWORDS' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ATTACHMENT_KEYWORDS' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ATTACHMENT_REMIND_INFO' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ATTACHMENT_REMIND_ADD' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ATTACHMENT_REMIND_LATER' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_WR_NO_ATTACHMENTS_TITLE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_WR_NO_ATTACHMENTS' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_WR_NO_ATTACHMENTS_GADS' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_MAILACCOUNT_TRANSFERRED' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_MAILACCOUNT_TRANSFERRED' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_SAVE_LAYOUT' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_SAVELAYOUTQUIT' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_SMTP_FOLDERS' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_SMTP_SENTFOLDER' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_CO_PO_SMTP_SENTFOLDER' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_SAVESENTMAIL' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_IDENTITY_SAVESENTMAIL' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_ALTSENTFOLDER' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_IDENTITY_ALTSENTFOLDER' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_CO_TX_IDENTITY_ALTSENTFOLDER' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_POP_FOLDERS' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_POP_INCOMINGFOLDER' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_CO_PO_POP_INCOMINGFOLDER' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_CYRILLICCHARSETWARN' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_CYRILLICCHARSETWARN_BT' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_WR_NORCPT_WARNING_GADGET' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_WR_NORCPT_WARNING' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_WR_DISCARDCHANGES_GADGET' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_MA_NO_SUBJECT' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_MA_NO_RECIPIENTS' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_WR_CANCEL' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_MA_REPLYREQ_OPTIONS2' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ABOUT_DONATE_TEXT' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_TR_MAILCHECKFROM' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_WR_CC' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_WR_BCC' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_WR_REPLYTO' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_AB_TO_TOOLBAR' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_AB_CC_TOOLBAR' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_AB_BCC_TOOLBAR' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_AB_FROM_TITLE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_AB_TO_TITLE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_AB_CC_TITLE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_AB_BCC_TITLE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_AB_REPLYTO_TITLE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_SIZE_BYTES' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_SIZE_KILOBYTES' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_SIZE_MEGABYTES' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_SIZE_GIGABYTES' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_LOG_COPY_MAIL' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_LOG_MOVE_MAIL' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_LOG_FILTER_ORIGINATOR' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_STARTUP_SECURITY_WARNING_TITLE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_STARTUP_SECURITY_WARNING' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_STARTUP_SECURITY_WARNING_GADGETS' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_FO_PATH_INVALID' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_FO_MLPATTERN_INVALID' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_FO_MLADDRESS_INVALID' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_SAVE_WITHOUT_PRIVATE_DATA' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_SSL_CERT_WARNING_SIGINVALID' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_SSL_CERT_WARNING_OUTRO' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_POP_SERVER' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_POP_PORT' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_POP_PORT_STANDARD' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_SMTP_SERVER' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_SMTP_PORT' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_SMTP_PORT_STANDARD' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_POP3_TEST_CONNECTION_SETTINGS' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_CO_BT_POPTEST' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_POP3_CONNECTION_TITLE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_POP3_CONNECTION_SUCCESS' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_POP3_CONNECTION_FAILURE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_SMTP_TEST_CONNECTION_SETTINGS' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_CO_BT_SMTPTEST' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_SMTP_CONNECTION_TITLE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_SMTP_CONNECTION_SUCCESS' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_SMTP_CONNECTION_FAILURE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ER_WARN_CAFILE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ER_CANNOT_OPEN_ASLREQ' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_FO_FOLDER_NAME_INVALID' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_ACCEPTED_SERVER_CERT_WARNINGS' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_CLEAR_SERVER_CERT_WARNINGS' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_UPD_NOTIFICATION_DOWNLOAD_WITH_BROWSER' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_NIGHTLY_EXPIRY_DATE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_UNKNOWN_SIZE' make[3]: [Makefile:873: ../locale/norwegian.catalog] Error 5 (ignored) FC ../locale/polish.catalog ../locale/polish.po - Warning: missing translation for identifier 'MSG_UNKNOWN_SIZE' make[3]: [Makefile:873: ../locale/polish.catalog] Error 5 (ignored) FC ../locale/portuguese-brazil.catalog ../locale/portuguese-brazil.po - Warning: original string doesn't have trailing blanks for identifier 'MSG_Total' ../locale/portuguese-brazil.po - Warning: original string doesn't have a trailing ellipsis ('...') for identifier 'MSG_MA_ConfirmReq' ../locale/portuguese-brazil.po - Warning: string too long for identifier 'MSG_MA_TBFind' ../locale/portuguese-brazil.po - Warning: original string doesn't have a trailing ellipsis ('...') for identifier 'MSG_MA_NewFolder' ../locale/portuguese-brazil.po - Warning: original string doesn't have a trailing ellipsis ('...') for identifier 'MSG_MA_MAddrBook' ../locale/portuguese-brazil.po - Warning: original string doesn't have a trailing ellipsis ('...') for identifier 'MSG_MA_MConfig' ../locale/portuguese-brazil.po - Warning: original string doesn't have a trailing ellipsis ('...') for identifier 'MSG_MA_MUsers' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_DeleteServerMail' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_PreSelect' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_NotiReq' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_TaglineSep' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_Detach' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_TempDir' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_HEADERS' ../locale/portuguese-brazil.po - Warning: excessive placeholders for identifier 'MSG_HELP_CO_ST_COMMAND' ../locale/portuguese-brazil.po - Warning: original string doesn't have a trailing ellipsis ('...') for identifier 'MSG_AB_AddUser' ../locale/portuguese-brazil.po - Warning: original string doesn't have a trailing ellipsis ('...') for identifier 'MSG_AB_AddGroup' ../locale/portuguese-brazil.po - Warning: original string doesn't have a trailing ellipsis ('...') for identifier 'MSG_AB_AddList' ../locale/portuguese-brazil.po - Warning: string too long for identifier 'MSG_AB_TBFind' ../locale/portuguese-brazil.po - Warning: string too long for identifier 'MSG_AB_TBPrint' ../locale/portuguese-brazil.po - Warning: string too long for identifier 'MSG_AB_TBOpenTree' ../locale/portuguese-brazil.po - Warning: original string has a trailing ellipsis ('...') for identifier 'MSG_EA_SelectPhoto' ../locale/portuguese-brazil.po - Warning: original string doesn't have a trailing ellipsis ('...') for identifier 'MSG_RE_SaveMessage' ../locale/portuguese-brazil.po - Warning: original string doesn't have trailing blanks for identifier 'MSG_RE_MDNOrigRecpt' ../locale/portuguese-brazil.po - Warning: original string doesn't have trailing blanks for identifier 'MSG_RE_MDNFinalRecpt' ../locale/portuguese-brazil.po - Warning: string too long for identifier 'MSG_RE_TBPrint' ../locale/portuguese-brazil.po - Warning: original string doesn't have a trailing ellipsis ('...') for identifier 'MSG_WR_SaveTextAs' ../locale/portuguese-brazil.po - Warning: original string doesn't have a trailing ellipsis ('...') for identifier 'MSG_WR_AddFile' ../locale/portuguese-brazil.po - Warning: original string doesn't have a trailing ellipsis ('...') for identifier 'MSG_WR_InsertFile' ../locale/portuguese-brazil.po - Warning: original string has a trailing ellipsis ('...') for identifier 'MSG_WR_Add' ../locale/portuguese-brazil.po - Warning: original string has a trailing ellipsis ('...') for identifier 'MSG_WR_AddPack' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_HELP_WR_ST_CC' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_HELP_WR_ST_BCC' ../locale/portuguese-brazil.po - Warning: original string doesn't have a trailing ellipsis ('...') for identifier 'MSG_FO_SelectDir' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_FOLDER_EDIT' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_MESSAGE_EXPORT' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_SETTINGS_MUI' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_HELP_FO_ST_MLREPLYTOADDRESS' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_EA_DefSecurity' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_HELP_MA_CY_DEFSECURITY' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_WR_SecDefaults' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_ER_PGPMultipart' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_RE_FixedFont' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_SMTPUser' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_SMTPPass' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_WR_AltQuoted' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_EA_SelectPhoto_Title' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_RE_MoveNextFolderReq' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_ATTACH_NO' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_ATTACH_PART' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_FOLDER_NEWFOLDERGROUP' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_GENLISTCFG' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_SIZEFORMAT' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_HELP_CO_CY_SIZE' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_SIZEFORMAT01' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_SIZEFORMAT02' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_SIZEFORMAT03' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_SIZEFORMAT04' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_SIZEFORMAT05' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_SMTPAUTHUSER' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_SMTPAUTHPASS' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_APPICON' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_APPICONTEXT' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_NEWMSGS' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_UNREADMSGS' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_TOTALMSGS' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_SENTMSGS' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_FO_DSTATS' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_HELP_FO_CH_STATS' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_OPENGUI' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_CONTEXTMENU' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_HELP_CO_CONTEXTMENU' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_INFOBAR' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_INFOBAR' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_WARNSUBJECT' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_WARNSUBJECT' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_WR_NOSUBJECTREQ' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_WR_TBSearch' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_HELP_WR_BT_SEARCH' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_SEARCHWINDOW_TITLE' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_SEARCHWINDOW_TOGGLE_CASESENSITVE' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_SEARCHWINDOW_BT_SEARCH' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_SEARCHWINDOW_BT_CANCEL' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_SEARCHNOTFOUND_TITLE' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_SEARCHNOTFOUND_MSG' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_FO_GROUP_CONFDEL' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_FOLDER_NONSEL' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_FO_NEWFGROUP' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_FO_NEWFGROUPREQ' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_ER_CANTMOVEMAIL' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_MA_EXECUTINGCMD' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_APP_DESCRIPTION' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_INFOBARPOS' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_INFOBARPOS01' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_INFOBARPOS02' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_INFOBARPOS03' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_INFOBARPOS04' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_FOLDERLABEL' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_FO_MLSUPPORT' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_HELP_FO_CH_MLSUPPORT' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_FO_AUTODETECT' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_HELP_FO_BT_AUTODETECT' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_FO_NOTRECOGNIZED' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_NB_EMAILCACHE' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_NB_EMAILCACHEFMT' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_HELP_CO_NB_EMAILCACHE' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_SMTPPORT' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_POPPORT' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_InfoBarDef' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_TR_INITTLS' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_ER_INITAMISSL' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_TR_SENDAUTH' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_IMPORTMIMETITLE' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_ER_TRANSFERMAIL' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_ER_ADDRBOOKLOAD' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_AB_NOYAMADDRBOOK' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_AB_NOYAMADDRBOOK_GADS' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_FO_EDIT_FGROUP' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_FO_EDIT_FGROUPREQ' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_ER_UNUSABLEAMISSL' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_RETRY_QUIT_GAD' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_ER_NOAUTHUSERPASS' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_APPICON_LABEL' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_DATE_RECEIVED' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_DATE_SENT' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_DATE_SNTRCVD' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_DATE_SNTRCVD' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_FROMTO' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_HELP_CO_CA_COL1QUOT' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_HELP_CO_CA_COL3QUOT' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_HELP_CO_CA_COL4QUOT' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_URLCOLOR' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_HELP_CO_CA_COLURL' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_MA_CTX_DEFWIDTH_THIS' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_MA_CTX_DEFWIDTH_ALL' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_MA_CTX_DEFORDER_THIS' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_MA_CTX_DEFORDER_ALL' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_MA_CTX_MAILLIST' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_MA_CTX_FOLDERLIST' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_HELP_FO_CY_MLSIGNATURE' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CTapplicationpdf' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_INFOBARTXT' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_YesNoReq2' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_HELP_FO_ST_HELLOTEXT' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_HELP_FO_ST_BYETEXT' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_FO_Welcome' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_FO_Greetings' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_ER_SOCKETOPTION' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_ER_B64FILEENCODE' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_ER_QPFILEENCODE' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_ER_UUFILEENCODE' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_ER_QPDEC_FILEIO' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_ER_QPDEC_UNEXP' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_ER_QPDEC_WARN' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_ER_QPDEC_CHAR' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_ER_UUDEC_TAGMISS' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_ER_UUDEC_CHECKSUM' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_ER_UUDEC_CORRUPT' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_FI_StatMarked' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_MA_CREQUEST_OLDFILE' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_MA_CREQUEST_UNKNOWN' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_MA_YESNOTOALL' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_ER_CONVERTMFILE' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_ER_XPKUSAGE' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_MA_CREQ_OLDFILE_TITLE' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_MA_CREQ_UNKNOWN_TITLE' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_SHOWEMBEDDEDREADPANE' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_EMBEDDEDREADPANE' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_SETSTATUSDELAYED1' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_SETSTATUSDELAYED2' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_HELP_CO_SETSTATUSDELAYED' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_MA_ATTACHMENT' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_MA_ATTACHMENTS' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_MA_ATTACHMENT_DISPLAY' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_MA_ATTACHMENT_SAVEAS' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_MA_ATTACHMENT_PRINT' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_MA_ATTACHMENT_SAVEALL' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_MA_ATTACHMENT_SAVESEL' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_SImageOnly' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_RE_SImageOnly' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_CHARSETWARN_TITLE' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_CHARSETWARN' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_CHARSETWARN_BT' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_SenderRFCDateTime' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_SenderTimeZone' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_Filter_Name' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_Filter_RType' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_Filter_NType' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_Filter_SType' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_Filter_UType' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CTunknown' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_NB_AUTOSAVE' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_NB_AUTOSAVEFMT' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_HELP_CO_NB_AUTOSAVE' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_ER_MOVEFOLDERDIR' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_FI_SELECTACTIVE' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_HELP_FI_BT_SELECTACTIVE' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_QUICKSEARCH_VO_ALL' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_QUICKSEARCH_VO_UNREAD' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_QUICKSEARCH_VO_NEW' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_QUICKSEARCH_VO_MARKED' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_QUICKSEARCH_VO_IMPORTANT' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_QUICKSEARCH_VO_LAST5DAYS' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_QUICKSEARCH_VO_KNOWNPEOPLE' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_QUICKSEARCH_VO_HASATTACHMENTS' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_QUICKSEARCH_VO_MINSIZE' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_QUICKSEARCH_VIEW' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_QUICKSEARCH_SHOWNMSGS' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_FI_NOFOLDERS' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_HELP_QUICKSEARCH_VIEWOPTIONS' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_HELP_QUICKSEARCH_SEARCHSTRING' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_BUSY_SEARCHINGFOLDER' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_WBAPPICON' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_WBAPPICON' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_DOCKYICON' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_DOCKYICON' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_MA_MessageImport' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_ER_MESSAGEIMPORT' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_MA_MESSAGEEXPORT' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_YAMINFO' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_SYSTEMSETTINGS' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_DEFAULTCHARSET' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_CHARSETUNKNOWNWARN' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_CHARSETUNKNOWNWARN_BT' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_ER_LIB' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_ER_LIB_URL' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_ER_NO_MCC' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_ER_MCC_OLD' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_ER_MCC_IN_USE' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_FIRSTSTEPS_TITLE' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_FIRSTSTEPS_SUMMARY' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_TCPIP_TITLE' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_TCPIP_SUMMARY' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_FILTER_TITLE' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_FILTER_SUMMARY' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_READ_TITLE' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_READ_SUMMARY' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_WRITE_TITLE' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_WRITE_SUMMARY' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_REPLY_TITLE' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_REPLY_SUMMARY' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_SIGNATURE_TITLE' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_SIGNATURE_SUMMARY' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_SECURITY_TITLE' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_SECURITY_SUMMARY' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_STARTUP_TITLE' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_STARTUP_SUMMARY' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_MIME_TITLE' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_MIME_SUMMARY' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_ABOOK_TITLE' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_ABOOK_SUMMARY' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_SCRIPTS_TITLE' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_SCRIPTS_SUMMARY' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_MIXED_TITLE' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_MIXED_SUMMARY' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_UPDATE_TITLE' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_UPDATE_SUMMARY' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_CrdUpdate' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_AMISSLWARN_TITLE' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_AMISSLWARN' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_AMISSLWARN_BT' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_BUSY_OPENINGCONFIG' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_MA_UPDATECHECK' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_SOFTWAREUPDATE' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_UPDATE_DAILY' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_UPDATE_WEEKLY' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_UPDATE_MONTHLY' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_SEARCHFORUPDATES' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_SEARCHNOW' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_LASTSEARCH' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_LASTSTATUS_NOCHECK' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_LASTSTATUS_NOUPDATE' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_LASTSTATUS_NOQUERY' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_LASTSTATUS_UPDATESUCCESS' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_WR_SECURITYREQ' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_WR_UUCODE' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_UPD_NOTIFICATION_WTITLE' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_UPD_NOTIFICATION_TITLE' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_UPD_NOTIFICATION_SUMMARY' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_UPD_NOTIFICATION_CHANGES' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_UPD_NOTIFICATION_NOUPDATE' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_UPD_NOTIFICATION_CLOSE' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_UPD_NOTIFICATION_COMP' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_UPD_NOTIFICATION_RECENT' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_UPD_NOTIFICATION_INSTALLED' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_UPD_NOTIFICATION_URL' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_MIME_DESCRIPTION' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CTapplicationgz' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CTapplicationhqx' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CTapplicationxls' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CTapplicationppt' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CTapplicationdoc' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CTtextxml' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CTapplicationz' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CTapplicationtar' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CTaudioaiff' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CTaudiomidi' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CTaudiompeg' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CTimagebmp' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CTapplicationtgz' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CTapplicationpgp' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CTapplicationbz2' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_DETECT_CYRILLIC' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_HELP_CO_DETECT_CYRILLIC' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_WR_ErrorNotEnoughUndoMem' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_RE_HEADERDISPLAY' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_RE_MAILDETAILS' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_ER_ADDFILEERROR' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_ER_PACKERROR' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_ABOOKLOOKUP' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_ABOOKLOOKUP' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_CONVERTHTML' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_HELP_CO_CONVERTHTML' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_TR_TRANSFERSTATUS' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_TR_TRANSFERSIZE' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_FI_GAUGETEXT' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_MA_MIMEPART_INFO' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_MA_MIMEPART_MENU' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_PGPPASSINTERVAL1' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_PGPPASSINTERVAL2' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_HELP_CO_PGPPASSINTERVAL' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_UT_PGPPASSREQ_TITLE' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_GR_REPLYFORWARD' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_GR_SCRIPTS' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_GR_STARTUPQUIT' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_SCRIPTS_PREGET' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_SCRIPTS_POSTGET' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_SCRIPTS_NEWMSG' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_SCRIPTS_READ' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_SCRIPTS_WRITE' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_SCRIPTS_URL' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_MIMECMD_PARAMETER' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_MA_CONFIRMDELETION' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_MA_SPAM' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_LOADINGSPAMTRAININGDATA' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_MA_TBSPAM' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_MA_TBNOTSPAM' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_HELP_MA_BT_SPAM' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_HELP_MA_BT_NOTSPAM' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_RE_TBSPAM' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_RE_TBNOTSPAM' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_HELP_RE_BT_SPAM' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_HELP_RE_BT_NOTSPAM' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_LOG_MAILISSPAM' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_LOG_MAILISNOTSPAM' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_FI_STATSPAM' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_MA_TOSPAM' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_MA_TONOTSPAM' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_CRDSPAMFILTER' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_SPAMFILTER' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_SPAMFILTER_TITLE' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_SPAMFILTER_SUMMARY' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_SPAM_FILTERFORNEWMAIL' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_SPAM_RESETTRAININGDATA' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_SPAM_GOODCOUNT' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_SPAM_BADCOUNT' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_BUSYFLUSHINGSPAMTRAININGDATA' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_SPAM_MARKONMOVE' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_SPAM_ADDRESSBOOKISWHITELIST' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_SPAM_RECOGNITION' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_SPAM_FILTERENABLED' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_SPAM_RESETTRAININGDATAASK' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_TR_CHECKUIDL' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_SPAM_DISABLEFILTERASK' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_SPAM_RESETTDATA' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_SPAM_RESETMAILFLAGS' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_SPAM_DELETESPAMFOLDER' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_HELP_CO_CY_SMTPAUTHMETHOD' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_SMTPAUTH_AUTO' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_SMTPAUTH_DIGEST' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_SMTPAUTH_CRAM' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_SMTPAUTH_LOGIN' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_SMTPAUTH_PLAIN' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_ER_SMTPAUTH' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_ER_SPAMDIR_EXISTS' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_ER_SPAMDIR_EXISTS_ANSWERS' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_ER_CANNOT_CREATE_SPAMFOLDER' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_MA_CHECKSPAM' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_FI_BUSYCHECKSPAM' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_MA_REMOVESPAM' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_MA_BUSYEMPTYINGSPAM' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_MA_TRASH' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_WR_SEARCH' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_AB_IMPORT' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_AB_EXPORT' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_AB_LDIF' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_AB_CSV' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_AB_TAB' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_ER_ADDRBOOKIMPORT' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_ER_ADDRBOOKEXPORT' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_LOADINGUPDATESTATE' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_MA_HIDE' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_MA_QUIT' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_MA_SELECTALL' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_MA_SELECTNONE' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_MA_SELECTTOGGLE' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_MA_MSEARCH' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_MA_MFILTER' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_MA_REMOVEDELETED' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_MA_UPDATEINDEX' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_MA_MREAD' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_MA_TOUNREAD' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_MA_TOREAD' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_PROJECT_MABOUT' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_MA_MEDIT' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_MA_MMOVE' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_MA_MCOPY' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_MA_MPRINT' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_MA_MSAVE' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_MA_MSAVEATT' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_MA_MNEW' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_MA_MREPLY' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_MA_MFORWARD' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_MA_MSAVEADDRESS' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_MA_MADDRESSBOOK' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_MA_MCONFIG' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_MA_TOMARKED' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_MA_TOUNMARKED' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_MA_ALLTOREAD' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_MA_MEDITASNEW' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_RE_SEARCH' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_RE_SEARCH_AGAIN' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_WR_SEARCH_AGAIN' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_WR_AUTOWRAP' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_SPAM_MARK_AS_READ' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_HELP_CH_SPAMFILTERENABLED' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_HELP_TX_SPAMBADCOUNT' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_HELP_TX_SPAMGOODCOUNT' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_HELP_BT_SPAMRESETTRAININGDATA' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_HELP_CH_SPAMFILTERFORNEWMAIL' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_HELP_CH_SPAMABOOKISWHITELIST' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_HELP_CH_SPAMMARKONMOVE' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_HELP_CH_SPAMMARKASREAD' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_HELP_CH_UPDATECHECK' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_WR_SELECTALL' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_RE_MDN_ACCEPT_LATER' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_RE_MDN_ACCEPT_NOW' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_RE_MDN_IGNORE' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_RE_MDN_IGNORE_ALL' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_MDN_ACTION_IGNORE' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_MDN_ACTION_SEND' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_MDN_ACTION_QUEUE' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_MDN_ACTION_ASK' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_MDN_TITLE' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_MDN_DESCRIPTION' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_MDN_DISABLED' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_MDN_ENABLED' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_MDN_NORECIPIENT' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_MDN_NODOMAIN' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_MDN_DELETE' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_MDN_OTHER' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_MDN_NEVER' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_MDN_ALLOW' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_HELP_CO_CY_MDN_NORECIPIENT' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_HELP_CO_CY_MDN_NODOMAIN' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_HELP_CO_CY_MDN_DELETE' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_HELP_CO_CY_MDN_OTHER' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_LOOKFEEL_TITLE' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_LOOKFEEL_SUMMARY' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_CRDLOOKFEEL' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_LOOKFEEL_THEMES' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_THEME_ACTIVATE' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_THEME_PREVIEW' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_THEME_AUTHOR' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_THEME_URL' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_RELDATETIME' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_RELDATETIME' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_ER_USER_UNKNOWN_TITLE' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_ER_USER_UNKNOWN_BUTTON' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_ER_USER_UNKNOWN_ERROR' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_HELP_CO_CA_COLSIG' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_ER_SPAM_NOT_ENOUGH_CLASSIFIED_MAILS' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_ER_CANNOT_CREATE_SEMAPHORE' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_RE_HDR_FROM' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_RE_HDR_TO' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_RE_HDR_DATE' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_RE_HDR_SUBJECT' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_RE_VIRTUALMAIL' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_MIMECMD_PUBSCREEN' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_ER_ZOMBIE_FILES_EXIST' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_ER_ZOMBIE_FILES_EXIST_BT' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_ER_ZOMBIE_FILES_EXIST_TITLE' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_SHOWALTPARTS' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_SHOWALTPARTS' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_US_DIRECTORY_DOESNT_EXIST' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_HELP_CO_BT_APPICONGETPOS' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_MOVE_HAM_TO_INCOMING' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_HELP_CH_MOVE_HAM_TO_INCOMING' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_FILTER_HAM' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_HELP_CH_FILTER_HAM' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_SHUTDOWN_SHUTTING_DOWN' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_HELP_CO_CY_FOLDERINFO' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_FOLDERINFO01' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_FOLDERINFO02' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_FOLDERINFO03' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_FOLDERINFO04' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_FOLDERINFO05' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_FO_EXPIREUNREAD' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_HELP_FO_CH_EXPIREUNREAD' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_WR_SENDNOW' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_WR_SENDLATER' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_WR_MSENDNOW' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_WR_MSENDLATER' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_ER_CONNECTIONBROKEN' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_WR_MSWITCH_MSG' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_WR_MSWITCH_ATT' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_WR_MSWITCH_OPT' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_FWDMSG' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_FWDMSG_INLINE' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_HELP_CO_CY_FORWARDMODE' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_ABOUT_CURRENT_DEVELOPERS' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_ABOUT_CONTRIBUTORS' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_ABOUT_LOCALIZATION_CONTRIBUTORS' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_ABOUT_GPL' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_ABOUT_3RD_PARTY_SOFTWARE' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_ABOUT_YAM_NEWS' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_WR_VIEW' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CONFIG_MODIFIED' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CONFIG_MODIFIED_GAD' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_ABOOK_MODIFIED_GAD' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_HELP_CO_BT_MIMEIMPORT' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_AB_INVALIDSECURITY_TITLE' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_AB_INVALIDSECURITY' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_AB_INVALIDSECURITY_GADS' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_WR_INVALIDSECURITY_TITLE' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_WR_INVALIDSECURITY' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_WR_INVALIDSECURITY_GADS' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_ER_FILEENCODE' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_ER_MISSINGATTFILE' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_ER_INVALIDATTFILE' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_ER_PRINTER_OFFLINE' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_ER_PRINTER_OFFLINE_GADS' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_ER_PRINTER_NOPAPER' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_ER_PRINTER_NOPAPER_GADS' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_ER_PRINTER_FAILED' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_MA_EDIT' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_MA_EDIT_UNDO' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_MA_EDIT_REDO' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_MA_EDIT_CUT' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_MA_EDIT_COPY' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_MA_EDIT_PASTE' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_MA_EDIT_SALL' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_MA_EDIT_SNONE' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_WR_SELECTNONE' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_MA_INVALIDMFILE_TITLE' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_MA_INVALIDMFILE' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_MA_INVALIDMFILE_BT' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_ER_CANNOT_READ_INDEX' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_ER_CANNOT_WRITE_INDEX' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_ER_INDEX_CORRUPTED' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_ER_UNKNOWN_MIME_ENCODING' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_ER_UNKNOWN_HEADER_ENCODING' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_ER_UNEXPECTED_MULTIPART_EOF' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_ER_MIME_ERROR' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_ER_UNEXPECTED_UUE_EOF' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_ER_INVALID_UUE_LENGTH' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_RE_HDR_REPLYTO' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_FI_FROM_FIELD' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_FI_TO_FIELD' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_FI_CC_FIELD' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_FI_REPLYTO_FIELD' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_FI_SUBJECT_FIELD' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_FI_DATE_FIELD' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_FO_TO_PATTERN' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_FO_TO_ADDRESS' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_FO_FROM_ADDRESS' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_FO_REPLYTO_ADDRESS' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_RETRY_HOMEPAGE_QUIT_GAD' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_HOMEPAGE_QUIT_GAD' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_MA_EDIT_DELETE' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_WR_DELETE' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_ER_B64DEC_FILEIO' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_ER_B64DEC_WARN' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_ER_B64DEC_UNEXP' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_MA_ADD_WHICH_ADDRESS' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_SCRIPTACTION' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_SCRIPTPATH' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_ER_ICONOBJECT_WARNING' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_ER_THEMEVER_FALLBACK' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_ER_THEMEVER_IGNORE' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_ER_DATATYPE_ERROR' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_ER_IMAGEOBJECT_WARNING' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_ER_THEME_FATAL' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_ER_THEME_FALLBACK' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_ER_THEME_ACTIVATED_TITLE' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_ER_THEME_ACTIVATED' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_FOLDER_ALLTOREAD' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_EA_REMOVEPHOTO' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_HELP_EA_BT_REMOVEPHOTO' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_NOTISOUND' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_NOTICMD' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_HELP_CO_BT_MORE' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_HELP_CO_BT_LESS' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_HELP_CO_BT_FILTERUP' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_HELP_CO_BT_FILTERDOWN' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_HELP_CO_PO_APLAY' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_HELP_CO_BT_APLAY' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_DESCRIPTION' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_HELP_CO_LV_REXX' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_HELP_CO_BT_UPDATENOW' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_HELP_WR_LV_ATTACH' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_QUICKSEARCH_STR_CONTROLCHAR' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_UPDATE_NEVER' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_MA_EXECUTESCRIPT_TITLE' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_HELP_FI_BT_NONE' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_MA_CONFIRMFILTER_ALL' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_MA_CONFIRMFILTER_SELECTED' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_AB_XML' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_MA_FILTER_STATS_SPAM' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_TR_FILTER_STATS_SPAM' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_FCHANGE_WARN_TITLE' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_FCHANGE_WARN' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_LOG_SENDING_FAILED' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_ERROR_THREADS' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_ERROR_PLAYSOUND' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_WR_CHARSET' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_HELP_WR_PO_CHARSET' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_ABOUTYAM' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_ER_CONNECTERR_SOCKET_IN_USE_POP3' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_ER_CONNECTERR_TIMEDOUT_POP3' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_ER_CONNECTERR_NO_SOCKET_POP3' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_ER_CONNECTERR_NO_NONBLOCKIO_POP3' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_ER_UNKNOWN_HOST_POP3' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_ER_CANNOT_CONNECT_POP3' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_ER_POP3WELCOME' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_ER_BADRESPONSE_POP3' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_ER_INITTLS_POP3' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_ER_NO_APOP' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_ER_CONNECTERR_SOCKET_IN_USE_SMTP' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_ER_CONNECTERR_TIMEDOUT_SMTP' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_ER_CONNECTERR_NO_SOCKET_SMTP' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_ER_CONNECTERR_NO_NONBLOCKIO_SMTP' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_ER_INITTLS_SMTP' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_ER_NOSTARTTLS_SMTP' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_ER_BADRESPONSE_SMTP' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_ER_CANNOT_CONNECT_SMTP' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_ER_UNKNOWN_HOST_SMTP' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_ER_NO8BITMIME_SMTP' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_FOLDERDBLCLICK' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_MA_ATTACHMENT_DELETE' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_MA_ATTACHMENT_DELETESEL' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_MA_DELETESELECTEDREQUEST' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_LOG_DELETEDATT' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_MA_DELETEATT' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_MA_DELETEATTREQUEST' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_MA_ATTACHMENT_DELETEALL' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_MA_MDELETEATT' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_MAPFOREIGNCHARS' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_HELP_CO_MAPFOREIGNCHARS' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_MA_NAVIGATION' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_MA_MNEXTTH' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_MA_MPREVTH' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_GLOBALMAILTHREADS' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_GLOBALMAILTHREADS' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_FILE_OVERWRITE' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_ER_USER_DIR_MISSING' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_TEXTCOLORS_READ' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_TEXTCOLORS_READ' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_TEXTSTYLES_READ' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_TEXTSTYLES_READ' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_TEXTCOLORS_WRITE' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_TEXTCOLORS_WRITE' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_TEXTSTYLES_WRITE' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_TEXTSTYLES_WRITE' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_FONTSETTINGS' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_FIXEDFONT_WRITE' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_RE_TEXTCOLORS' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_WR_TEXTSTYLES' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_WR_TEXTCOLORS' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_WR_FIXEDFONT' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_SPAM_OPTIMIZE_TRAININGDATA' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_HELP_BT_OPTIMIZE_TRAININGDATA' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_SPAM_OPTIMIZE_TRAININGDATA_ASK' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_SPAM_STATISTICS' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_ER_WRONG_DOB_FORMAT' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_NOTIOS41SYSTEM' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_NOTIOS41SYSTEM' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_USERNAME_FALLBACK' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_RE_DEFAULT_MIMEPART_NAME' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_OPEN_WRITEWINDOWS' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_OPEN_WRITEWINDOWS_GAD' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_MA_MFORWARD_ATTACH' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_MA_MFORWARD_INLINE' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_FWDMSG_ATTACH' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_ScriptPreFilterMail' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_ScriptPostFilterMail' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_FI_DOS_PATTERN' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_HELP_FI_CH_DOS_PATTERN' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CTapplicationpgpsig' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_AB_BirthdayReqBody' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_ER_AREXX_EXECUTION_ERROR' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_BIRTHDAYREQUEST_DONTSHOWAGAIN' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_RE_SAVE_FILE' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_UPD_NO_UPDATES_FOUND_TITLE' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_UPD_NO_UPDATES_FOUND' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_UPD_NO_UPDATES_FOUND_HINT_AUTOCHECK' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_UPD_NO_UPDATES_FOUND_HINT_NOAUTOCHECK' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_THREAD_EXIT_WARNING_TITLE' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_THREAD_EXIT_WARNING' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_THREAD_EXIT_WARNING_BT' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_EXECUTE_COMMAND_FAILED' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_ERROR_METHODSTACK' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_TRANSFERS_IN_PROGRESS' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_ERROR_CONNECTIONS' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_LOG_CONNECT_POP3' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_LOG_RETRIEVED_POP3' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_TR_ENTER_POP3_PASSWORD' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_ALTIMAGE_STATUS_DOWNLOAD' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_ALTIMAGE_STATUS_DELETE' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_PRESELECT_INDEX' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_TR_WAIT_FOR_PASSWORD' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_TR_WAIT_FOR_PRESELECTION' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_POP3_NEW_MAIL_NOTIFY_REQ' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_POP3_NEW_MAIL_NOTIFY_OS4_ONE' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_POP3_NEW_MAIL_NOTIFY_OS4_MANY' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_MA_SEND_AND_GET_MAIL' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_MA_SEND_MAIL' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_MA_GET_MAIL' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_WR_SECURITYREQ_GADS' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_HTTP_CONNECTING_TO_SERVER' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_HTTP_SENDING_REQUEST' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_HTTP_WAITING_FOR_ANSWER' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_HTTP_RECEIVING_DATA' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_HTTP_DISCONNECTING_FROM_SERVER' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_SHOW_TRANSFER_WINDOW' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_APPLY_REMOTE_FILTERS' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_APPLY_REMOTE_FILTERS' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_DOWNLOAD_ON_STARTUP' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_DOWNLOAD_ON_STARTUP' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_IMPORT_UNKNOWN_FILE_FORMAT' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_IMPORT_NO_MAILS' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_CONFIG_IS_LOCKED' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_FOLDERINFO_SHORTHELP' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_MAILINFO_SHORTHELP' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_UPDATE_DOWNLOAD_PATH' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_UPD_NOTIFICATION_DOWNLOAD' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_TR_DOWNLOADING_FROM_SERVER' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_MA_HELP' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_MA_HELP_CONTENTS' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_MA_HELP_AREXX' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_EA_SEARCH_GRAVATAR' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_ER_NO_GRAVATAR_FOUND' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_ER_NON_MIME_CONFORMANT_MAIL' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_ACTION_SET_STATUS_TO_MARKED' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_ACTION_SET_STATUS_TO_MARKED' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_ACTION_SET_STATUS_TO_UNMARKED' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_ACTION_SET_STATUS_TO_UNMARKED' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_ACTION_SET_STATUS_TO_READ' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_ACTION_SET_STATUS_TO_READ' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_ACTION_SET_STATUS_TO_UNREAD' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_ACTION_SET_STATUS_TO_UNREAD' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_ACTION_SET_STATUS_TO_SPAM' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_ACTION_SET_STATUS_TO_SPAM' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_ACTION_SET_STATUS_TO_HAM' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_ACTION_SET_STATUS_TO_HAM' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_SMTP_ACTIVE' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_POP_AUTH' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_HELP_CO_CY_POPAUTH' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_POP_AUTH_PLAIN' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_POP_AUTH_APOP' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_POP_SECURITY' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_POP_SECURITY_NONE' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_POP_SECURITY_TLS' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_POP_SECURITY_SSL' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_HELP_CO_CY_POPSECURE' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_POP_SERVERLIST' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_POP_SERVERSETTINGS' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_POP_SECURITYAUTH' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_POP_MSGHANDLING' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_SMTP_SERVERLIST' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_SMTP_SERVERSETTINGS' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_POP_DESC' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_POPDESC' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_SMTP_DESC' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_SMTPDESC' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_SMTP_SECURITY' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_SMTP_SECURITY_NONE' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_SMTP_SECURITY_TLS' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_SMTP_SECURITY_SSL' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_SMTP_SECURITYAUTH' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_HELP_CO_CY_SMTPSECURE' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_SMTP_AUTH' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_SMTPAUTH_NONE' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_SMTP_OPTIONS' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_CRDIDENTITIES' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_IDENTITIES_TITLE' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_IDENTITIES_SUMMARY' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_LIST' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_SETTINGS' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_REGISTER_SETTINGS' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_REGISTER_COMPOSE' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_REGISTER_PGPSEC' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_NOSIGNATURE' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_ABOVEQUOTE' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_BELOWQUOTE' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_DESCRIPTION' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_MAILSERVER' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_COMPOSE' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_CC' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_BCC' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_REPLYTO' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_COMPOSE_OPTIONS' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_COMPOSE_QUOTE' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_COMPOSE_ANSWER' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_COMPOSE_SIGNATURE' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_USESIG_REPLY' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_USESIG_FORWARD' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_PGPSETTINGS' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_USEPGP' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_PGPKEY_ID' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_PGPKEY_URL' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_PGP_OPTIONS' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_PGP_SIGN_UNENC' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_PGP_SIGN_ENC' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_PGP_ENCRYPTALL' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_PGP_ADDOWN' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_PHOTOURL' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_ADDINFO' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_REQUESTMDN' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_SERVERNAME' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_USER' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_FO_MOVEFOLDERTO' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_FO_FOLDER_ALREADY_EXISTS' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_ER_CANNOT_CREATE_FOLDER' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_IdentityActive' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_MA_FLUSH_ALL_INDICES' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_IDENTITY_ENABLED' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_IDENTITY_DESCRIPTION' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_IDENTITY_REALNAME' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_IDENTITY_EMAIL' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_IDENTITY_ORGANIZATION' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_HELP_CO_CY_IDENTITY_MAILSERVER' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_IDENTITY_CC' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_IDENTITY_BCC' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_IDENTITY_REPLYTO' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_IDENTITY_EXTRAHEADER' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_IDENTITY_PHOTOURL' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_IDENTITY_QUOTEMAILS' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_IDENTITY_QUOTEPOS' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_IDENTITY_SIGPOS' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_IDENTITY_SIGREPLY' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_IDENTITY_SIGFORWARD' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_IDENTITY_ADDINFO' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_IDENTITY_REQUESTMDN' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_IDENTITY_USEPGP' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_IDENTITY_PGPID' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_IDENTITY_PGPURL' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_IDENTITY_PGPSIGN_UNENC' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_IDENTITY_PGPSIGN_ENC' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_IDENTITY_PGPENC_ALL' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_IDENTITY_PGPENC_SELF' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_HELP_CO_CY_IDENTITY_SIGNATURE' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_CONFIGWARNING_TITLE' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_CONFIGWARNING' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_CONFIGWARNING_BT' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_CONFIGVERSIONWARNING_TITLE' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_CONFIGVERSIONWARNING' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_CONFIGVERSIONWARNING_BT' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_WR_MCCADDRFIELD' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_WR_MBCCADDRFIELD' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_WR_MREPLYTOADDRFIELD' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_LISTCOLUMNSETTINGS' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_LOOKFEEL_MAINWINDOW' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_LOOKFEEL_TITLE_THEME' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_LOOKFEEL_TITLE_INFO' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_HELP_WR_CY_SIGNATURE' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_WR_PGPSECURITY' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_HELP_WR_CY_SECURITY' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_MIMETYPE_TITLE' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_DOWNLOAD_LARGE_MAILS1' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_DOWNLOAD_LARGE_MAILS2' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_MA_DRAFTS' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_SIGNATURE' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_SIGNATURES' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_SIGNATURE_DESCRIPTION' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_SIGNATURE_ACTIVE' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_SIGNATURE' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_HELP_CO_LV_SIGNATURE' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_HELP_CO_BT_SIGADD' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_HELP_CO_BT_SIGDEL' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_HELP_CO_BT_SIGUP' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_HELP_CO_BT_SIGDOWN' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_HELP_CO_BT_SIG_ACTIVE' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_SIG_DESC' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_HELP_CO_TE_SIGEDIT' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_MIXED_CONNECTIONS' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_POP_NOTIFICATION' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_SSL_CERT_WARNING_TITLE' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_SSL_CERT_WARNING_BUTTONS' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_SSL_CERT_WARNING_INTRO' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_SSL_CERT_WARNING_UNTRUSTED' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_SSL_CERT_WARNING_IDMISMATCH' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_SSL_CERT_WARNING_NOTYETVALID' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_SSL_CERT_WARNING_EXPIRED' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_SSL_CERT_WARNING_OTHER' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_SSL_CERT_WARNING_INFO' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_SSL_CERT_WARNING_SHOWTITLE' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_ER_WARN_LOADCAPATH' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_ER_WARN_CAPATH' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_ACTION_TERMINATE_FILTER' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_ATERMINATE' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_FILTER_IMPORT' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_FILTER_IMPORT_TITLE' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_SPAM_TRUSTHEADERLINES' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_ER_POP3_UIDLHASH_INIT_FAILED' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_SIGNATURE_TEXT' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_APPEND_SIGNATURE_FILE' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_PRESELECT_GETTING_DETAILS' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_UPDATES_INFO_MANUAL' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_UPDATES_INFO_AUTO' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_PGPPASS_SHOW_CHARS' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CANNOT_CREATE_CUSTOM_CLASS' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_ER_MORPHOS_REXX_WARNING' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_WR_SAVEASDRAFT' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_HELP_WR_BT_SAVEASDRAFT' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_WR_MSAVEASDRAFT' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_WR_MCLOSE' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_LOG_REDIRECT' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_ACTIONREDIRECT' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_AREDIRECT' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_AREDIRECT' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_MA_MREDIRECT' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_WR_REDIRECT_FROM' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_WR_REDIRECT_TO' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_WR_REDIRECT_CC' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_WR_REDIRECT_BCC' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_WR_REDIRECT_TITLE' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_ER_CANNOT_CREATE_MAIL_FILE' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_WR_RENAME' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_WR_RENAME_ATTACHMENT' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_WR_ENTER_NEW_NAME' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_FI_SKIP_ENCRYPTED' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_HELP_FI_CH_SKIP_ENCRYPTED' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_QUICKSEARCHBAR' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_QUICKSEARCHBAR' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_QUICKSEARCHBARPOS' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_QUICKSEARCHBARPOS01' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_QUICKSEARCHBARPOS02' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_QUICKSEARCHBARPOS03' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_FILTER_REGISTER_SETTINGS' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_FILTER_REGISTER_CONDITIONS' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_FILTER_REGISTER_ACTIONS' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_CONDITION_ALL' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_CONDITION_MIN_ONE' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_CONDITION_MAX_ONE' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_WR_CMENU_TITLE' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_WR_CMENU_ADD_ATTACHMENT' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_WR_CMENU_ADD_ARCHIVE_ATTACHMENT' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_WR_CMENU_REMOVE_ATTACHMENT' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_WR_CMENU_RENAME_ATTACHMENT' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_WR_CMENU_DISPLAY_ATTACHMENT' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_WR_TITLEATTACHMENT' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_WR_REMOVE' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_CONDITION_PREPHRASE' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_CONDITION_POSTPHRASE' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_FALLBACK_TZONE' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_HELP_CO_GR_TZONE' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_TZONE_GMTOFFSET' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_TZONE_NEXTDSTSWITCH' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_TZONE_NODSTSWITCH' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_TZONE_DESCRIPTION' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_TZONE_DESCRIPTION_NA' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_TZONE_ZONETAB_FILE_MISSING' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_TZONE_LOCATION_FILE_MISSING' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_FOLDER_MOVE_WARNING_TITLE' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_FOLDER_MOVE_WARNING' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_FOLDER_MOVE_WARNING_GADS' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_FO_DISPLAYNAME' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_FO_DIRECTORYNAME' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_VALIDATING_FOLDERS' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_MA_MARCHIVE' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_MA_ARCHIVE' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_SHOW_ARCHIVER_PROGRESS' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_LAUNCH_EXTEDITOR' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_EXTEDITOR' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_EDITOR_EXT' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_EXTEDITOR_CODESET' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_HELP_CO_TX_DEFCODESET_EDITOR' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_HELP_CO_TX_DEFCODESET_LOCAL' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_HELP_CO_TX_DEFCODESET_WRITE' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_DEFAULTCODESET_WRITE' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_MIME_CODESET' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_HELP_CO_TX_MIME_CODESET' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_DEFAULTVIEWER_CODESET' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_HELP_CO_TX_DEFVIEWER_CODESET' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_LOG_FILTER_DONE' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_FO_JUMP_TO_UNREAD_MESSAGE' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_HELP_FO_CH_JUMPTOUNREAD' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_FO_JUMP_TO_RECENT_MESSAGE' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_HELP_FO_CH_JUMPTORECENT' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_FO_MAXAGE_DAYS' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_QUICKSEARCH_FILTER_LIST' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_QUICKSEARCH_FROM' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_QUICKSEARCH_TO' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_QUICKSEARCH_SUBJECT' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_QUICKSEARCH_BODY' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_CHECK_FOR_MISSING_ATTACHMENTS' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_ATTACHMENT_KEYWORDS' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_ATTACHMENTREMINDER' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_HELP_CO_LV_ATTACHMENTKEYWORDS' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_ATTACHMENT_KEYWORDS' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_ATTACHMENT_REMIND_INFO' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_ATTACHMENT_REMIND_ADD' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_ATTACHMENT_REMIND_LATER' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_WR_NO_ATTACHMENTS_TITLE' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_WR_NO_ATTACHMENTS' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_WR_NO_ATTACHMENTS_GADS' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_MAILACCOUNT_TRANSFERRED' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_MAILACCOUNT_TRANSFERRED' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_SAVE_LAYOUT' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_SAVELAYOUTQUIT' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_SMTP_FOLDERS' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_SMTP_SENTFOLDER' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_HELP_CO_PO_SMTP_SENTFOLDER' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_SAVESENTMAIL' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_IDENTITY_SAVESENTMAIL' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_ALTSENTFOLDER' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_IDENTITY_ALTSENTFOLDER' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_HELP_CO_TX_IDENTITY_ALTSENTFOLDER' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_POP_FOLDERS' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_POP_INCOMINGFOLDER' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_HELP_CO_PO_POP_INCOMINGFOLDER' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_CYRILLICCHARSETWARN' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_CYRILLICCHARSETWARN_BT' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_WR_NORCPT_WARNING_GADGET' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_WR_NORCPT_WARNING' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_WR_DISCARDCHANGES_GADGET' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_MA_NO_SUBJECT' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_MA_NO_RECIPIENTS' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_WR_CANCEL' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_MA_REPLYREQ_OPTIONS2' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_ABOUT_DONATE_TEXT' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_TR_MAILCHECKFROM' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_WR_CC' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_WR_BCC' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_WR_REPLYTO' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_AB_TO_TOOLBAR' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_AB_CC_TOOLBAR' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_AB_BCC_TOOLBAR' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_AB_FROM_TITLE' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_AB_TO_TITLE' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_AB_CC_TITLE' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_AB_BCC_TITLE' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_AB_REPLYTO_TITLE' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_SIZE_BYTES' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_SIZE_KILOBYTES' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_SIZE_MEGABYTES' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_SIZE_GIGABYTES' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_LOG_COPY_MAIL' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_LOG_MOVE_MAIL' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_LOG_FILTER_ORIGINATOR' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_STARTUP_SECURITY_WARNING_TITLE' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_STARTUP_SECURITY_WARNING' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_STARTUP_SECURITY_WARNING_GADGETS' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_FO_PATH_INVALID' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_FO_MLPATTERN_INVALID' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_FO_MLADDRESS_INVALID' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_SAVE_WITHOUT_PRIVATE_DATA' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_SSL_CERT_WARNING_SIGINVALID' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_SSL_CERT_WARNING_OUTRO' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_POP_SERVER' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_POP_PORT' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_POP_PORT_STANDARD' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_SMTP_SERVER' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_SMTP_PORT' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_SMTP_PORT_STANDARD' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_POP3_TEST_CONNECTION_SETTINGS' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_HELP_CO_BT_POPTEST' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_POP3_CONNECTION_TITLE' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_POP3_CONNECTION_SUCCESS' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_POP3_CONNECTION_FAILURE' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_SMTP_TEST_CONNECTION_SETTINGS' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_HELP_CO_BT_SMTPTEST' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_SMTP_CONNECTION_TITLE' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_SMTP_CONNECTION_SUCCESS' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_SMTP_CONNECTION_FAILURE' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_ER_WARN_CAFILE' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_ER_CANNOT_OPEN_ASLREQ' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_FO_FOLDER_NAME_INVALID' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_ACCEPTED_SERVER_CERT_WARNINGS' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_CO_CLEAR_SERVER_CERT_WARNINGS' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_UPD_NOTIFICATION_DOWNLOAD_WITH_BROWSER' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_NIGHTLY_EXPIRY_DATE' ../locale/portuguese-brazil.po - Warning: missing translation for identifier 'MSG_UNKNOWN_SIZE' make[3]: [Makefile:873: ../locale/portuguese-brazil.catalog] Error 5 (ignored) FC ../locale/portuguese.catalog ../locale/portuguese.po - Warning: original string doesn't have a trailing ellipsis ('...') for identifier 'MSG_MA_ConfirmReq' ../locale/portuguese.po - Warning: original string doesn't have a trailing ellipsis ('...') for identifier 'MSG_MA_NewFolder' ../locale/portuguese.po - Warning: original string doesn't have a trailing ellipsis ('...') for identifier 'MSG_MA_MConfig' ../locale/portuguese.po - Warning: original string doesn't have a trailing ellipsis ('...') for identifier 'MSG_MA_MUsers' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_DeleteServerMail' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_PreSelect' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_NotiReq' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_TaglineSep' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_Detach' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_TempDir' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_HEADERS' ../locale/portuguese.po - Warning: excessive placeholders for identifier 'MSG_HELP_CO_ST_COMMAND' ../locale/portuguese.po - Warning: original string doesn't have a trailing ellipsis ('...') for identifier 'MSG_AB_AddUser' ../locale/portuguese.po - Warning: original string doesn't have a trailing ellipsis ('...') for identifier 'MSG_AB_AddGroup' ../locale/portuguese.po - Warning: original string doesn't have a trailing ellipsis ('...') for identifier 'MSG_AB_AddList' ../locale/portuguese.po - Warning: string too long for identifier 'MSG_AB_TBPrint' ../locale/portuguese.po - Warning: original string has a trailing ellipsis ('...') for identifier 'MSG_EA_SelectPhoto' ../locale/portuguese.po - Warning: original string doesn't have a trailing ellipsis ('...') for identifier 'MSG_RE_SaveMessage' ../locale/portuguese.po - Warning: string too long for identifier 'MSG_RE_TBPrevTh' ../locale/portuguese.po - Warning: string too long for identifier 'MSG_RE_TBNextTh' ../locale/portuguese.po - Warning: original string has a trailing ellipsis ('...') for identifier 'MSG_WR_Add' ../locale/portuguese.po - Warning: original string has a trailing ellipsis ('...') for identifier 'MSG_WR_AddPack' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_HELP_WR_ST_CC' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_HELP_WR_ST_BCC' ../locale/portuguese.po - Warning: original string doesn't have a trailing ellipsis ('...') for identifier 'MSG_ER_ErrorNoPGPId' ../locale/portuguese.po - Warning: original string doesn't have a trailing ellipsis ('...') for identifier 'MSG_FO_SelectDir' ../locale/portuguese.po - Warning: original string has a trailing ellipsis ('...') for identifier 'MSG_BusyDecDisplaying' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_FOLDER_EDIT' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_MESSAGE_EXPORT' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_SETTINGS_MUI' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_HELP_FO_ST_MLREPLYTOADDRESS' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_EA_DefSecurity' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_HELP_MA_CY_DEFSECURITY' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_WR_SecDefaults' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_ER_PGPMultipart' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_RE_FixedFont' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_SMTPUser' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_SMTPPass' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_WR_AltQuoted' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_EA_SelectPhoto_Title' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_RE_MoveNextFolderReq' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_ATTACH_NO' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_ATTACH_PART' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_FOLDER_NEWFOLDERGROUP' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_GENLISTCFG' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_SIZEFORMAT' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_HELP_CO_CY_SIZE' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_SIZEFORMAT01' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_SIZEFORMAT02' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_SIZEFORMAT03' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_SIZEFORMAT04' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_SIZEFORMAT05' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_SMTPAUTHUSER' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_SMTPAUTHPASS' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_APPICON' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_APPICONTEXT' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_NEWMSGS' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_UNREADMSGS' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_TOTALMSGS' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_SENTMSGS' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_FO_DSTATS' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_HELP_FO_CH_STATS' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_OPENGUI' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_CONTEXTMENU' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_HELP_CO_CONTEXTMENU' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_INFOBAR' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_INFOBAR' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_WARNSUBJECT' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_WARNSUBJECT' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_WR_NOSUBJECTREQ' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_WR_TBSearch' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_HELP_WR_BT_SEARCH' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_SEARCHWINDOW_TITLE' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_SEARCHWINDOW_TOGGLE_CASESENSITVE' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_SEARCHWINDOW_BT_SEARCH' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_SEARCHWINDOW_BT_CANCEL' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_SEARCHNOTFOUND_TITLE' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_SEARCHNOTFOUND_MSG' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_FO_GROUP_CONFDEL' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_FOLDER_NONSEL' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_FO_NEWFGROUP' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_FO_NEWFGROUPREQ' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_ER_CANTMOVEMAIL' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_MA_EXECUTINGCMD' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_APP_DESCRIPTION' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_INFOBARPOS' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_INFOBARPOS01' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_INFOBARPOS02' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_INFOBARPOS03' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_INFOBARPOS04' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_FOLDERLABEL' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_FO_MLSUPPORT' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_HELP_FO_CH_MLSUPPORT' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_FO_AUTODETECT' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_HELP_FO_BT_AUTODETECT' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_FO_NOTRECOGNIZED' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_NB_EMAILCACHE' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_NB_EMAILCACHEFMT' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_HELP_CO_NB_EMAILCACHE' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_SMTPPORT' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_POPPORT' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_InfoBarDef' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_TR_INITTLS' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_ER_INITAMISSL' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_TR_SENDAUTH' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_IMPORTMIMETITLE' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_ER_TRANSFERMAIL' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_ER_ADDRBOOKLOAD' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_AB_NOYAMADDRBOOK' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_AB_NOYAMADDRBOOK_GADS' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_FO_EDIT_FGROUP' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_FO_EDIT_FGROUPREQ' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_ER_UNUSABLEAMISSL' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_RETRY_QUIT_GAD' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_ER_NOAUTHUSERPASS' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_APPICON_LABEL' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_DATE_RECEIVED' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_DATE_SENT' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_DATE_SNTRCVD' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_DATE_SNTRCVD' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_FROMTO' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_HELP_CO_CA_COL1QUOT' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_HELP_CO_CA_COL3QUOT' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_HELP_CO_CA_COL4QUOT' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_URLCOLOR' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_HELP_CO_CA_COLURL' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_MA_CTX_DEFWIDTH_THIS' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_MA_CTX_DEFWIDTH_ALL' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_MA_CTX_DEFORDER_THIS' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_MA_CTX_DEFORDER_ALL' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_MA_CTX_MAILLIST' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_MA_CTX_FOLDERLIST' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_HELP_FO_CY_MLSIGNATURE' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CTapplicationpdf' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_INFOBARTXT' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_YesNoReq2' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_HELP_FO_ST_HELLOTEXT' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_HELP_FO_ST_BYETEXT' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_FO_Welcome' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_FO_Greetings' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_ER_SOCKETOPTION' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_ER_B64FILEENCODE' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_ER_QPFILEENCODE' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_ER_UUFILEENCODE' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_ER_QPDEC_FILEIO' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_ER_QPDEC_UNEXP' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_ER_QPDEC_WARN' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_ER_QPDEC_CHAR' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_ER_UUDEC_TAGMISS' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_ER_UUDEC_CHECKSUM' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_ER_UUDEC_CORRUPT' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_FI_StatMarked' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_MA_CREQUEST_OLDFILE' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_MA_CREQUEST_UNKNOWN' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_MA_YESNOTOALL' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_ER_CONVERTMFILE' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_ER_XPKUSAGE' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_MA_CREQ_OLDFILE_TITLE' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_MA_CREQ_UNKNOWN_TITLE' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_SHOWEMBEDDEDREADPANE' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_EMBEDDEDREADPANE' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_SETSTATUSDELAYED1' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_SETSTATUSDELAYED2' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_HELP_CO_SETSTATUSDELAYED' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_MA_ATTACHMENT' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_MA_ATTACHMENTS' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_MA_ATTACHMENT_DISPLAY' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_MA_ATTACHMENT_SAVEAS' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_MA_ATTACHMENT_PRINT' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_MA_ATTACHMENT_SAVEALL' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_MA_ATTACHMENT_SAVESEL' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_SImageOnly' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_RE_SImageOnly' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_CHARSETWARN_TITLE' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_CHARSETWARN' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_CHARSETWARN_BT' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_SenderRFCDateTime' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_SenderTimeZone' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_Filter_Name' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_Filter_RType' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_Filter_NType' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_Filter_SType' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_Filter_UType' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CTunknown' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_NB_AUTOSAVE' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_NB_AUTOSAVEFMT' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_HELP_CO_NB_AUTOSAVE' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_ER_MOVEFOLDERDIR' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_FI_SELECTACTIVE' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_HELP_FI_BT_SELECTACTIVE' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_QUICKSEARCH_VO_ALL' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_QUICKSEARCH_VO_UNREAD' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_QUICKSEARCH_VO_NEW' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_QUICKSEARCH_VO_MARKED' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_QUICKSEARCH_VO_IMPORTANT' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_QUICKSEARCH_VO_LAST5DAYS' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_QUICKSEARCH_VO_KNOWNPEOPLE' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_QUICKSEARCH_VO_HASATTACHMENTS' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_QUICKSEARCH_VO_MINSIZE' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_QUICKSEARCH_VIEW' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_QUICKSEARCH_SHOWNMSGS' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_FI_NOFOLDERS' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_HELP_QUICKSEARCH_VIEWOPTIONS' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_HELP_QUICKSEARCH_SEARCHSTRING' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_BUSY_SEARCHINGFOLDER' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_WBAPPICON' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_WBAPPICON' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_DOCKYICON' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_DOCKYICON' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_MA_MessageImport' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_ER_MESSAGEIMPORT' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_MA_MESSAGEEXPORT' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_YAMINFO' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_SYSTEMSETTINGS' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_DEFAULTCHARSET' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_CHARSETUNKNOWNWARN' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_CHARSETUNKNOWNWARN_BT' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_ER_LIB' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_ER_LIB_URL' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_ER_NO_MCC' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_ER_MCC_OLD' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_ER_MCC_IN_USE' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_FIRSTSTEPS_TITLE' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_FIRSTSTEPS_SUMMARY' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_TCPIP_TITLE' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_TCPIP_SUMMARY' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_FILTER_TITLE' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_FILTER_SUMMARY' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_READ_TITLE' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_READ_SUMMARY' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_WRITE_TITLE' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_WRITE_SUMMARY' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_REPLY_TITLE' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_REPLY_SUMMARY' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_SIGNATURE_TITLE' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_SIGNATURE_SUMMARY' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_SECURITY_TITLE' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_SECURITY_SUMMARY' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_STARTUP_TITLE' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_STARTUP_SUMMARY' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_MIME_TITLE' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_MIME_SUMMARY' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_ABOOK_TITLE' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_ABOOK_SUMMARY' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_SCRIPTS_TITLE' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_SCRIPTS_SUMMARY' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_MIXED_TITLE' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_MIXED_SUMMARY' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_UPDATE_TITLE' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_UPDATE_SUMMARY' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_CrdUpdate' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_AMISSLWARN_TITLE' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_AMISSLWARN' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_AMISSLWARN_BT' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_BUSY_OPENINGCONFIG' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_MA_UPDATECHECK' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_SOFTWAREUPDATE' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_UPDATE_DAILY' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_UPDATE_WEEKLY' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_UPDATE_MONTHLY' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_SEARCHFORUPDATES' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_SEARCHNOW' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_LASTSEARCH' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_LASTSTATUS_NOCHECK' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_LASTSTATUS_NOUPDATE' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_LASTSTATUS_NOQUERY' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_LASTSTATUS_UPDATESUCCESS' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_WR_SECURITYREQ' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_WR_UUCODE' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_UPD_NOTIFICATION_WTITLE' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_UPD_NOTIFICATION_TITLE' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_UPD_NOTIFICATION_SUMMARY' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_UPD_NOTIFICATION_CHANGES' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_UPD_NOTIFICATION_NOUPDATE' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_UPD_NOTIFICATION_CLOSE' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_UPD_NOTIFICATION_COMP' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_UPD_NOTIFICATION_RECENT' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_UPD_NOTIFICATION_INSTALLED' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_UPD_NOTIFICATION_URL' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_MIME_DESCRIPTION' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CTapplicationgz' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CTapplicationhqx' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CTapplicationxls' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CTapplicationppt' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CTapplicationdoc' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CTtextxml' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CTapplicationz' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CTapplicationtar' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CTaudioaiff' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CTaudiomidi' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CTaudiompeg' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CTimagebmp' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CTapplicationtgz' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CTapplicationpgp' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CTapplicationbz2' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_DETECT_CYRILLIC' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_HELP_CO_DETECT_CYRILLIC' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_WR_ErrorNotEnoughUndoMem' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_RE_HEADERDISPLAY' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_RE_MAILDETAILS' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_ER_ADDFILEERROR' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_ER_PACKERROR' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_ABOOKLOOKUP' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_ABOOKLOOKUP' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_TR_MESSAGEGAUGE' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_CONVERTHTML' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_HELP_CO_CONVERTHTML' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_TR_TRANSFERSTATUS' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_TR_TRANSFERSIZE' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_FI_GAUGETEXT' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_MA_MIMEPART_INFO' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_MA_MIMEPART_MENU' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_PGPPASSINTERVAL1' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_PGPPASSINTERVAL2' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_HELP_CO_PGPPASSINTERVAL' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_UT_PGPPASSREQ_TITLE' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_GR_REPLYFORWARD' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_GR_SCRIPTS' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_GR_STARTUPQUIT' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_SCRIPTS_PREGET' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_SCRIPTS_POSTGET' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_SCRIPTS_NEWMSG' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_SCRIPTS_READ' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_SCRIPTS_WRITE' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_SCRIPTS_URL' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_MIMECMD_PARAMETER' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_MA_CONFIRMDELETION' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_MA_SPAM' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_LOADINGSPAMTRAININGDATA' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_MA_TBSPAM' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_MA_TBNOTSPAM' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_HELP_MA_BT_SPAM' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_HELP_MA_BT_NOTSPAM' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_RE_TBSPAM' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_RE_TBNOTSPAM' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_HELP_RE_BT_SPAM' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_HELP_RE_BT_NOTSPAM' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_LOG_MAILISSPAM' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_LOG_MAILISNOTSPAM' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_FI_STATSPAM' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_MA_TOSPAM' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_MA_TONOTSPAM' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_CRDSPAMFILTER' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_SPAMFILTER' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_SPAMFILTER_TITLE' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_SPAMFILTER_SUMMARY' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_SPAM_FILTERFORNEWMAIL' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_SPAM_RESETTRAININGDATA' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_SPAM_GOODCOUNT' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_SPAM_BADCOUNT' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_BUSYFLUSHINGSPAMTRAININGDATA' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_SPAM_MARKONMOVE' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_SPAM_ADDRESSBOOKISWHITELIST' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_SPAM_RECOGNITION' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_SPAM_FILTERENABLED' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_SPAM_RESETTRAININGDATAASK' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_TR_CHECKUIDL' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_SPAM_DISABLEFILTERASK' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_SPAM_RESETTDATA' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_SPAM_RESETMAILFLAGS' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_SPAM_DELETESPAMFOLDER' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_HELP_CO_CY_SMTPAUTHMETHOD' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_SMTPAUTH_AUTO' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_SMTPAUTH_DIGEST' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_SMTPAUTH_CRAM' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_SMTPAUTH_LOGIN' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_SMTPAUTH_PLAIN' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_ER_SMTPAUTH' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_ER_SPAMDIR_EXISTS' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_ER_SPAMDIR_EXISTS_ANSWERS' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_ER_CANNOT_CREATE_SPAMFOLDER' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_MA_CHECKSPAM' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_FI_BUSYCHECKSPAM' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_MA_REMOVESPAM' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_MA_BUSYEMPTYINGSPAM' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_MA_TRASH' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_WR_SEARCH' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_AB_IMPORT' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_AB_EXPORT' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_AB_LDIF' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_AB_CSV' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_AB_TAB' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_ER_ADDRBOOKIMPORT' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_ER_ADDRBOOKEXPORT' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_LOADINGUPDATESTATE' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_MA_HIDE' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_MA_QUIT' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_MA_SELECTALL' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_MA_SELECTNONE' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_MA_SELECTTOGGLE' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_MA_MSEARCH' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_MA_MFILTER' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_MA_REMOVEDELETED' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_MA_UPDATEINDEX' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_MA_MREAD' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_MA_TOUNREAD' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_MA_TOREAD' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_PROJECT_MABOUT' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_MA_MEDIT' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_MA_MMOVE' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_MA_MCOPY' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_MA_MPRINT' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_MA_MSAVE' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_MA_MSAVEATT' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_MA_MNEW' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_MA_MREPLY' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_MA_MFORWARD' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_MA_MSAVEADDRESS' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_MA_MADDRESSBOOK' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_MA_MCONFIG' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_MA_TOMARKED' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_MA_TOUNMARKED' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_MA_ALLTOREAD' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_MA_MEDITASNEW' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_RE_SEARCH' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_RE_SEARCH_AGAIN' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_WR_SEARCH_AGAIN' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_WR_AUTOWRAP' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_SPAM_MARK_AS_READ' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_HELP_CH_SPAMFILTERENABLED' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_HELP_TX_SPAMBADCOUNT' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_HELP_TX_SPAMGOODCOUNT' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_HELP_BT_SPAMRESETTRAININGDATA' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_HELP_CH_SPAMFILTERFORNEWMAIL' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_HELP_CH_SPAMABOOKISWHITELIST' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_HELP_CH_SPAMMARKONMOVE' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_HELP_CH_SPAMMARKASREAD' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_HELP_CH_UPDATECHECK' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_WR_SELECTALL' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_RE_MDN_ACCEPT_LATER' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_RE_MDN_ACCEPT_NOW' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_RE_MDN_IGNORE' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_RE_MDN_IGNORE_ALL' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_MDN_ACTION_IGNORE' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_MDN_ACTION_SEND' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_MDN_ACTION_QUEUE' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_MDN_ACTION_ASK' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_MDN_TITLE' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_MDN_DESCRIPTION' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_MDN_DISABLED' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_MDN_ENABLED' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_MDN_NORECIPIENT' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_MDN_NODOMAIN' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_MDN_DELETE' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_MDN_OTHER' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_MDN_NEVER' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_MDN_ALLOW' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_HELP_CO_CY_MDN_NORECIPIENT' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_HELP_CO_CY_MDN_NODOMAIN' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_HELP_CO_CY_MDN_DELETE' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_HELP_CO_CY_MDN_OTHER' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_LOOKFEEL_TITLE' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_LOOKFEEL_SUMMARY' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_CRDLOOKFEEL' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_LOOKFEEL_THEMES' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_THEME_ACTIVATE' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_THEME_PREVIEW' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_THEME_AUTHOR' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_THEME_URL' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_RELDATETIME' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_RELDATETIME' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_ER_USER_UNKNOWN_TITLE' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_ER_USER_UNKNOWN_BUTTON' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_ER_USER_UNKNOWN_ERROR' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_HELP_CO_CA_COLSIG' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_ER_SPAM_NOT_ENOUGH_CLASSIFIED_MAILS' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_ER_CANNOT_CREATE_SEMAPHORE' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_RE_HDR_FROM' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_RE_HDR_TO' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_RE_HDR_DATE' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_RE_HDR_SUBJECT' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_RE_VIRTUALMAIL' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_MIMECMD_PUBSCREEN' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_ER_ZOMBIE_FILES_EXIST' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_ER_ZOMBIE_FILES_EXIST_BT' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_ER_ZOMBIE_FILES_EXIST_TITLE' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_SHOWALTPARTS' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_SHOWALTPARTS' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_US_DIRECTORY_DOESNT_EXIST' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_HELP_CO_BT_APPICONGETPOS' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_MOVE_HAM_TO_INCOMING' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_HELP_CH_MOVE_HAM_TO_INCOMING' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_FILTER_HAM' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_HELP_CH_FILTER_HAM' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_SHUTDOWN_SHUTTING_DOWN' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_HELP_CO_CY_FOLDERINFO' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_FOLDERINFO01' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_FOLDERINFO02' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_FOLDERINFO03' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_FOLDERINFO04' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_FOLDERINFO05' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_FO_EXPIREUNREAD' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_HELP_FO_CH_EXPIREUNREAD' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_WR_SENDNOW' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_WR_SENDLATER' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_WR_MSENDNOW' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_WR_MSENDLATER' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_ER_CONNECTIONBROKEN' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_WR_MSWITCH_MSG' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_WR_MSWITCH_ATT' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_WR_MSWITCH_OPT' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_FWDMSG' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_FWDMSG_INLINE' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_HELP_CO_CY_FORWARDMODE' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_ABOUT_CURRENT_DEVELOPERS' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_ABOUT_CONTRIBUTORS' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_ABOUT_LOCALIZATION_CONTRIBUTORS' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_ABOUT_GPL' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_ABOUT_3RD_PARTY_SOFTWARE' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_ABOUT_YAM_NEWS' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_WR_VIEW' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CONFIG_MODIFIED' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CONFIG_MODIFIED_GAD' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_ABOOK_MODIFIED_GAD' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_HELP_CO_BT_MIMEIMPORT' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_AB_INVALIDSECURITY_TITLE' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_AB_INVALIDSECURITY' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_AB_INVALIDSECURITY_GADS' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_WR_INVALIDSECURITY_TITLE' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_WR_INVALIDSECURITY' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_WR_INVALIDSECURITY_GADS' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_ER_FILEENCODE' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_ER_MISSINGATTFILE' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_ER_INVALIDATTFILE' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_ER_PRINTER_OFFLINE' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_ER_PRINTER_OFFLINE_GADS' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_ER_PRINTER_NOPAPER' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_ER_PRINTER_NOPAPER_GADS' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_ER_PRINTER_FAILED' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_MA_EDIT' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_MA_EDIT_UNDO' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_MA_EDIT_REDO' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_MA_EDIT_CUT' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_MA_EDIT_COPY' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_MA_EDIT_PASTE' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_MA_EDIT_SALL' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_MA_EDIT_SNONE' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_WR_SELECTNONE' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_MA_INVALIDMFILE_TITLE' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_MA_INVALIDMFILE' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_MA_INVALIDMFILE_BT' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_ER_CANNOT_READ_INDEX' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_ER_CANNOT_WRITE_INDEX' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_ER_INDEX_CORRUPTED' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_ER_UNKNOWN_MIME_ENCODING' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_ER_UNKNOWN_HEADER_ENCODING' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_ER_UNEXPECTED_MULTIPART_EOF' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_ER_MIME_ERROR' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_ER_UNEXPECTED_UUE_EOF' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_ER_INVALID_UUE_LENGTH' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_RE_HDR_REPLYTO' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_FI_FROM_FIELD' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_FI_TO_FIELD' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_FI_CC_FIELD' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_FI_REPLYTO_FIELD' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_FI_SUBJECT_FIELD' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_FI_DATE_FIELD' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_FO_TO_PATTERN' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_FO_TO_ADDRESS' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_FO_FROM_ADDRESS' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_FO_REPLYTO_ADDRESS' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_RETRY_HOMEPAGE_QUIT_GAD' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_HOMEPAGE_QUIT_GAD' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_MA_EDIT_DELETE' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_WR_DELETE' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_ER_B64DEC_FILEIO' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_ER_B64DEC_WARN' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_ER_B64DEC_UNEXP' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_MA_ADD_WHICH_ADDRESS' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_SCRIPTACTION' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_SCRIPTPATH' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_ER_ICONOBJECT_WARNING' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_ER_THEMEVER_FALLBACK' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_ER_THEMEVER_IGNORE' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_ER_DATATYPE_ERROR' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_ER_IMAGEOBJECT_WARNING' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_ER_THEME_FATAL' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_ER_THEME_FALLBACK' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_ER_THEME_ACTIVATED_TITLE' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_ER_THEME_ACTIVATED' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_FOLDER_ALLTOREAD' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_EA_REMOVEPHOTO' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_HELP_EA_BT_REMOVEPHOTO' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_NOTISOUND' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_NOTICMD' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_HELP_CO_BT_MORE' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_HELP_CO_BT_LESS' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_HELP_CO_BT_FILTERUP' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_HELP_CO_BT_FILTERDOWN' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_HELP_CO_PO_APLAY' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_HELP_CO_BT_APLAY' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_DESCRIPTION' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_HELP_CO_LV_REXX' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_HELP_CO_BT_UPDATENOW' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_HELP_WR_LV_ATTACH' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_QUICKSEARCH_STR_CONTROLCHAR' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_UPDATE_NEVER' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_MA_EXECUTESCRIPT_TITLE' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_HELP_FI_BT_NONE' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_MA_CONFIRMFILTER_ALL' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_MA_CONFIRMFILTER_SELECTED' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_AB_XML' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_MA_FILTER_STATS_SPAM' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_TR_FILTER_STATS_SPAM' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_FCHANGE_WARN_TITLE' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_FCHANGE_WARN' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_LOG_SENDING_FAILED' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_ERROR_THREADS' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_ERROR_PLAYSOUND' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_WR_CHARSET' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_HELP_WR_PO_CHARSET' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_ABOUTYAM' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_ER_CONNECTERR_SOCKET_IN_USE_POP3' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_ER_CONNECTERR_TIMEDOUT_POP3' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_ER_CONNECTERR_NO_SOCKET_POP3' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_ER_CONNECTERR_NO_NONBLOCKIO_POP3' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_ER_UNKNOWN_HOST_POP3' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_ER_CANNOT_CONNECT_POP3' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_ER_POP3WELCOME' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_ER_BADRESPONSE_POP3' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_ER_INITTLS_POP3' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_ER_NO_APOP' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_ER_CONNECTERR_SOCKET_IN_USE_SMTP' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_ER_CONNECTERR_TIMEDOUT_SMTP' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_ER_CONNECTERR_NO_SOCKET_SMTP' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_ER_CONNECTERR_NO_NONBLOCKIO_SMTP' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_ER_INITTLS_SMTP' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_ER_NOSTARTTLS_SMTP' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_ER_BADRESPONSE_SMTP' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_ER_CANNOT_CONNECT_SMTP' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_ER_UNKNOWN_HOST_SMTP' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_ER_NO8BITMIME_SMTP' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_FOLDERDBLCLICK' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_MA_ATTACHMENT_DELETE' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_MA_ATTACHMENT_DELETESEL' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_MA_DELETESELECTEDREQUEST' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_LOG_DELETEDATT' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_MA_DELETEATT' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_MA_DELETEATTREQUEST' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_MA_ATTACHMENT_DELETEALL' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_MA_MDELETEATT' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_MAPFOREIGNCHARS' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_HELP_CO_MAPFOREIGNCHARS' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_MA_NAVIGATION' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_MA_MNEXTTH' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_MA_MPREVTH' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_GLOBALMAILTHREADS' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_GLOBALMAILTHREADS' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_FILE_OVERWRITE' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_ER_USER_DIR_MISSING' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_TEXTCOLORS_READ' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_TEXTCOLORS_READ' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_TEXTSTYLES_READ' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_TEXTSTYLES_READ' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_TEXTCOLORS_WRITE' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_TEXTCOLORS_WRITE' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_TEXTSTYLES_WRITE' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_TEXTSTYLES_WRITE' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_FONTSETTINGS' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_FIXEDFONT_WRITE' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_RE_TEXTCOLORS' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_WR_TEXTSTYLES' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_WR_TEXTCOLORS' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_WR_FIXEDFONT' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_SPAM_OPTIMIZE_TRAININGDATA' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_HELP_BT_OPTIMIZE_TRAININGDATA' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_SPAM_OPTIMIZE_TRAININGDATA_ASK' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_SPAM_STATISTICS' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_ER_WRONG_DOB_FORMAT' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_NOTIOS41SYSTEM' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_NOTIOS41SYSTEM' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_USERNAME_FALLBACK' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_RE_DEFAULT_MIMEPART_NAME' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_OPEN_WRITEWINDOWS' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_OPEN_WRITEWINDOWS_GAD' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_MA_MFORWARD_ATTACH' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_MA_MFORWARD_INLINE' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_FWDMSG_ATTACH' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_ScriptPreFilterMail' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_ScriptPostFilterMail' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_FI_DOS_PATTERN' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_HELP_FI_CH_DOS_PATTERN' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CTapplicationpgpsig' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_AB_BirthdayReqBody' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_ER_AREXX_EXECUTION_ERROR' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_BIRTHDAYREQUEST_DONTSHOWAGAIN' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_RE_SAVE_FILE' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_UPD_NO_UPDATES_FOUND_TITLE' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_UPD_NO_UPDATES_FOUND' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_UPD_NO_UPDATES_FOUND_HINT_AUTOCHECK' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_UPD_NO_UPDATES_FOUND_HINT_NOAUTOCHECK' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_THREAD_EXIT_WARNING_TITLE' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_THREAD_EXIT_WARNING' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_THREAD_EXIT_WARNING_BT' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_EXECUTE_COMMAND_FAILED' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_ERROR_METHODSTACK' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_TRANSFERS_IN_PROGRESS' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_ERROR_CONNECTIONS' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_LOG_CONNECT_POP3' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_LOG_RETRIEVED_POP3' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_TR_ENTER_POP3_PASSWORD' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_ALTIMAGE_STATUS_DOWNLOAD' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_ALTIMAGE_STATUS_DELETE' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_PRESELECT_INDEX' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_TR_WAIT_FOR_PASSWORD' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_TR_WAIT_FOR_PRESELECTION' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_POP3_NEW_MAIL_NOTIFY_REQ' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_POP3_NEW_MAIL_NOTIFY_OS4_ONE' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_POP3_NEW_MAIL_NOTIFY_OS4_MANY' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_MA_SEND_AND_GET_MAIL' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_MA_SEND_MAIL' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_MA_GET_MAIL' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_WR_SECURITYREQ_GADS' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_HTTP_CONNECTING_TO_SERVER' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_HTTP_SENDING_REQUEST' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_HTTP_WAITING_FOR_ANSWER' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_HTTP_RECEIVING_DATA' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_HTTP_DISCONNECTING_FROM_SERVER' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_SHOW_TRANSFER_WINDOW' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_APPLY_REMOTE_FILTERS' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_APPLY_REMOTE_FILTERS' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_DOWNLOAD_ON_STARTUP' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_DOWNLOAD_ON_STARTUP' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_IMPORT_UNKNOWN_FILE_FORMAT' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_IMPORT_NO_MAILS' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_CONFIG_IS_LOCKED' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_FOLDERINFO_SHORTHELP' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_MAILINFO_SHORTHELP' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_UPDATE_DOWNLOAD_PATH' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_UPD_NOTIFICATION_DOWNLOAD' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_TR_DOWNLOADING_FROM_SERVER' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_MA_HELP' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_MA_HELP_CONTENTS' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_MA_HELP_AREXX' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_EA_SEARCH_GRAVATAR' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_ER_NO_GRAVATAR_FOUND' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_ER_NON_MIME_CONFORMANT_MAIL' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_ACTION_SET_STATUS_TO_MARKED' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_ACTION_SET_STATUS_TO_MARKED' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_ACTION_SET_STATUS_TO_UNMARKED' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_ACTION_SET_STATUS_TO_UNMARKED' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_ACTION_SET_STATUS_TO_READ' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_ACTION_SET_STATUS_TO_READ' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_ACTION_SET_STATUS_TO_UNREAD' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_ACTION_SET_STATUS_TO_UNREAD' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_ACTION_SET_STATUS_TO_SPAM' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_ACTION_SET_STATUS_TO_SPAM' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_ACTION_SET_STATUS_TO_HAM' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_ACTION_SET_STATUS_TO_HAM' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_SMTP_ACTIVE' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_POP_AUTH' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_HELP_CO_CY_POPAUTH' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_POP_AUTH_PLAIN' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_POP_AUTH_APOP' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_POP_SECURITY' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_POP_SECURITY_NONE' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_POP_SECURITY_TLS' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_POP_SECURITY_SSL' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_HELP_CO_CY_POPSECURE' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_POP_SERVERLIST' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_POP_SERVERSETTINGS' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_POP_SECURITYAUTH' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_POP_MSGHANDLING' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_SMTP_SERVERLIST' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_SMTP_SERVERSETTINGS' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_POP_DESC' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_POPDESC' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_SMTP_DESC' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_SMTPDESC' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_SMTP_SECURITY' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_SMTP_SECURITY_NONE' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_SMTP_SECURITY_TLS' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_SMTP_SECURITY_SSL' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_SMTP_SECURITYAUTH' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_HELP_CO_CY_SMTPSECURE' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_SMTP_AUTH' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_SMTPAUTH_NONE' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_SMTP_OPTIONS' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_CRDIDENTITIES' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_IDENTITIES_TITLE' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_IDENTITIES_SUMMARY' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_LIST' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_SETTINGS' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_REGISTER_SETTINGS' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_REGISTER_COMPOSE' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_REGISTER_PGPSEC' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_NOSIGNATURE' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_ABOVEQUOTE' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_BELOWQUOTE' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_DESCRIPTION' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_MAILSERVER' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_COMPOSE' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_CC' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_BCC' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_REPLYTO' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_COMPOSE_OPTIONS' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_COMPOSE_QUOTE' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_COMPOSE_ANSWER' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_COMPOSE_SIGNATURE' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_USESIG_REPLY' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_USESIG_FORWARD' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_PGPSETTINGS' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_USEPGP' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_PGPKEY_ID' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_PGPKEY_URL' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_PGP_OPTIONS' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_PGP_SIGN_UNENC' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_PGP_SIGN_ENC' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_PGP_ENCRYPTALL' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_PGP_ADDOWN' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_PHOTOURL' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_ADDINFO' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_REQUESTMDN' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_SERVERNAME' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_USER' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_FO_MOVEFOLDERTO' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_FO_FOLDER_ALREADY_EXISTS' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_ER_CANNOT_CREATE_FOLDER' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_IdentityActive' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_MA_FLUSH_ALL_INDICES' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_IDENTITY_ENABLED' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_IDENTITY_DESCRIPTION' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_IDENTITY_REALNAME' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_IDENTITY_EMAIL' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_IDENTITY_ORGANIZATION' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_HELP_CO_CY_IDENTITY_MAILSERVER' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_IDENTITY_CC' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_IDENTITY_BCC' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_IDENTITY_REPLYTO' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_IDENTITY_EXTRAHEADER' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_IDENTITY_PHOTOURL' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_IDENTITY_QUOTEMAILS' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_IDENTITY_QUOTEPOS' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_IDENTITY_SIGPOS' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_IDENTITY_SIGREPLY' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_IDENTITY_SIGFORWARD' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_IDENTITY_ADDINFO' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_IDENTITY_REQUESTMDN' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_IDENTITY_USEPGP' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_IDENTITY_PGPID' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_IDENTITY_PGPURL' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_IDENTITY_PGPSIGN_UNENC' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_IDENTITY_PGPSIGN_ENC' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_IDENTITY_PGPENC_ALL' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_IDENTITY_PGPENC_SELF' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_HELP_CO_CY_IDENTITY_SIGNATURE' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_CONFIGWARNING_TITLE' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_CONFIGWARNING' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_CONFIGWARNING_BT' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_CONFIGVERSIONWARNING_TITLE' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_CONFIGVERSIONWARNING' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_CONFIGVERSIONWARNING_BT' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_WR_MCCADDRFIELD' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_WR_MBCCADDRFIELD' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_WR_MREPLYTOADDRFIELD' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_LISTCOLUMNSETTINGS' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_LOOKFEEL_MAINWINDOW' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_LOOKFEEL_TITLE_THEME' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_LOOKFEEL_TITLE_INFO' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_HELP_WR_CY_SIGNATURE' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_WR_PGPSECURITY' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_HELP_WR_CY_SECURITY' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_MIMETYPE_TITLE' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_DOWNLOAD_LARGE_MAILS1' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_DOWNLOAD_LARGE_MAILS2' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_MA_DRAFTS' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_SIGNATURE' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_SIGNATURES' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_SIGNATURE_DESCRIPTION' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_SIGNATURE_ACTIVE' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_SIGNATURE' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_HELP_CO_LV_SIGNATURE' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_HELP_CO_BT_SIGADD' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_HELP_CO_BT_SIGDEL' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_HELP_CO_BT_SIGUP' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_HELP_CO_BT_SIGDOWN' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_HELP_CO_BT_SIG_ACTIVE' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_SIG_DESC' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_HELP_CO_TE_SIGEDIT' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_MIXED_CONNECTIONS' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_POP_NOTIFICATION' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_SSL_CERT_WARNING_TITLE' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_SSL_CERT_WARNING_BUTTONS' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_SSL_CERT_WARNING_INTRO' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_SSL_CERT_WARNING_UNTRUSTED' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_SSL_CERT_WARNING_IDMISMATCH' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_SSL_CERT_WARNING_NOTYETVALID' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_SSL_CERT_WARNING_EXPIRED' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_SSL_CERT_WARNING_OTHER' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_SSL_CERT_WARNING_INFO' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_SSL_CERT_WARNING_SHOWTITLE' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_ER_WARN_LOADCAPATH' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_ER_WARN_CAPATH' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_ACTION_TERMINATE_FILTER' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_ATERMINATE' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_FILTER_IMPORT' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_FILTER_IMPORT_TITLE' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_SPAM_TRUSTHEADERLINES' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_ER_POP3_UIDLHASH_INIT_FAILED' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_SIGNATURE_TEXT' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_APPEND_SIGNATURE_FILE' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_PRESELECT_GETTING_DETAILS' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_UPDATES_INFO_MANUAL' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_UPDATES_INFO_AUTO' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_PGPPASS_SHOW_CHARS' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CANNOT_CREATE_CUSTOM_CLASS' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_ER_MORPHOS_REXX_WARNING' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_WR_SAVEASDRAFT' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_HELP_WR_BT_SAVEASDRAFT' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_WR_MSAVEASDRAFT' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_WR_MCLOSE' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_LOG_REDIRECT' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_ACTIONREDIRECT' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_AREDIRECT' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_AREDIRECT' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_MA_MREDIRECT' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_WR_REDIRECT_FROM' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_WR_REDIRECT_TO' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_WR_REDIRECT_CC' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_WR_REDIRECT_BCC' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_WR_REDIRECT_TITLE' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_ER_CANNOT_CREATE_MAIL_FILE' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_WR_RENAME' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_WR_RENAME_ATTACHMENT' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_WR_ENTER_NEW_NAME' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_FI_SKIP_ENCRYPTED' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_HELP_FI_CH_SKIP_ENCRYPTED' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_QUICKSEARCHBAR' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_QUICKSEARCHBAR' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_QUICKSEARCHBARPOS' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_QUICKSEARCHBARPOS01' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_QUICKSEARCHBARPOS02' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_QUICKSEARCHBARPOS03' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_FILTER_REGISTER_SETTINGS' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_FILTER_REGISTER_CONDITIONS' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_FILTER_REGISTER_ACTIONS' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_CONDITION_ALL' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_CONDITION_MIN_ONE' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_CONDITION_MAX_ONE' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_WR_CMENU_TITLE' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_WR_CMENU_ADD_ATTACHMENT' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_WR_CMENU_ADD_ARCHIVE_ATTACHMENT' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_WR_CMENU_REMOVE_ATTACHMENT' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_WR_CMENU_RENAME_ATTACHMENT' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_WR_CMENU_DISPLAY_ATTACHMENT' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_WR_TITLEATTACHMENT' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_WR_REMOVE' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_CONDITION_PREPHRASE' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_CONDITION_POSTPHRASE' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_FALLBACK_TZONE' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_HELP_CO_GR_TZONE' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_TZONE_GMTOFFSET' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_TZONE_NEXTDSTSWITCH' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_TZONE_NODSTSWITCH' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_TZONE_DESCRIPTION' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_TZONE_DESCRIPTION_NA' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_TZONE_ZONETAB_FILE_MISSING' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_TZONE_LOCATION_FILE_MISSING' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_FOLDER_MOVE_WARNING_TITLE' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_FOLDER_MOVE_WARNING' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_FOLDER_MOVE_WARNING_GADS' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_FO_DISPLAYNAME' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_FO_DIRECTORYNAME' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_VALIDATING_FOLDERS' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_MA_MARCHIVE' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_MA_ARCHIVE' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_SHOW_ARCHIVER_PROGRESS' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_LAUNCH_EXTEDITOR' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_EXTEDITOR' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_EDITOR_EXT' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_EXTEDITOR_CODESET' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_HELP_CO_TX_DEFCODESET_EDITOR' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_HELP_CO_TX_DEFCODESET_LOCAL' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_HELP_CO_TX_DEFCODESET_WRITE' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_DEFAULTCODESET_WRITE' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_MIME_CODESET' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_HELP_CO_TX_MIME_CODESET' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_DEFAULTVIEWER_CODESET' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_HELP_CO_TX_DEFVIEWER_CODESET' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_LOG_FILTER_DONE' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_FO_JUMP_TO_UNREAD_MESSAGE' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_HELP_FO_CH_JUMPTOUNREAD' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_FO_JUMP_TO_RECENT_MESSAGE' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_HELP_FO_CH_JUMPTORECENT' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_FO_MAXAGE_DAYS' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_QUICKSEARCH_FILTER_LIST' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_QUICKSEARCH_FROM' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_QUICKSEARCH_TO' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_QUICKSEARCH_SUBJECT' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_QUICKSEARCH_BODY' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_CHECK_FOR_MISSING_ATTACHMENTS' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_ATTACHMENT_KEYWORDS' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_ATTACHMENTREMINDER' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_HELP_CO_LV_ATTACHMENTKEYWORDS' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_ATTACHMENT_KEYWORDS' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_ATTACHMENT_REMIND_INFO' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_ATTACHMENT_REMIND_ADD' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_ATTACHMENT_REMIND_LATER' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_WR_NO_ATTACHMENTS_TITLE' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_WR_NO_ATTACHMENTS' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_WR_NO_ATTACHMENTS_GADS' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_MAILACCOUNT_TRANSFERRED' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_MAILACCOUNT_TRANSFERRED' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_SAVE_LAYOUT' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_SAVELAYOUTQUIT' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_SMTP_FOLDERS' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_SMTP_SENTFOLDER' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_HELP_CO_PO_SMTP_SENTFOLDER' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_SAVESENTMAIL' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_IDENTITY_SAVESENTMAIL' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_ALTSENTFOLDER' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_IDENTITY_ALTSENTFOLDER' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_HELP_CO_TX_IDENTITY_ALTSENTFOLDER' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_POP_FOLDERS' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_POP_INCOMINGFOLDER' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_HELP_CO_PO_POP_INCOMINGFOLDER' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_CYRILLICCHARSETWARN' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_CYRILLICCHARSETWARN_BT' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_WR_NORCPT_WARNING_GADGET' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_WR_NORCPT_WARNING' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_WR_DISCARDCHANGES_GADGET' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_MA_NO_SUBJECT' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_MA_NO_RECIPIENTS' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_WR_CANCEL' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_MA_REPLYREQ_OPTIONS2' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_ABOUT_DONATE_TEXT' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_TR_MAILCHECKFROM' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_WR_CC' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_WR_BCC' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_WR_REPLYTO' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_AB_TO_TOOLBAR' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_AB_CC_TOOLBAR' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_AB_BCC_TOOLBAR' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_AB_FROM_TITLE' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_AB_TO_TITLE' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_AB_CC_TITLE' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_AB_BCC_TITLE' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_AB_REPLYTO_TITLE' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_SIZE_BYTES' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_SIZE_KILOBYTES' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_SIZE_MEGABYTES' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_SIZE_GIGABYTES' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_LOG_COPY_MAIL' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_LOG_MOVE_MAIL' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_LOG_FILTER_ORIGINATOR' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_STARTUP_SECURITY_WARNING_TITLE' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_STARTUP_SECURITY_WARNING' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_STARTUP_SECURITY_WARNING_GADGETS' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_FO_PATH_INVALID' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_FO_MLPATTERN_INVALID' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_FO_MLADDRESS_INVALID' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_SAVE_WITHOUT_PRIVATE_DATA' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_SSL_CERT_WARNING_SIGINVALID' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_SSL_CERT_WARNING_OUTRO' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_POP_SERVER' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_POP_PORT' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_POP_PORT_STANDARD' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_SMTP_SERVER' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_SMTP_PORT' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_SMTP_PORT_STANDARD' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_POP3_TEST_CONNECTION_SETTINGS' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_HELP_CO_BT_POPTEST' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_POP3_CONNECTION_TITLE' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_POP3_CONNECTION_SUCCESS' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_POP3_CONNECTION_FAILURE' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_SMTP_TEST_CONNECTION_SETTINGS' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_HELP_CO_BT_SMTPTEST' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_SMTP_CONNECTION_TITLE' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_SMTP_CONNECTION_SUCCESS' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_SMTP_CONNECTION_FAILURE' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_ER_WARN_CAFILE' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_ER_CANNOT_OPEN_ASLREQ' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_FO_FOLDER_NAME_INVALID' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_ACCEPTED_SERVER_CERT_WARNINGS' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_CO_CLEAR_SERVER_CERT_WARNINGS' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_UPD_NOTIFICATION_DOWNLOAD_WITH_BROWSER' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_NIGHTLY_EXPIRY_DATE' ../locale/portuguese.po - Warning: missing translation for identifier 'MSG_UNKNOWN_SIZE' make[3]: [Makefile:873: ../locale/portuguese.catalog] Error 5 (ignored) FC ../locale/russian.catalog ../locale/russian.po - Warning: string too long for identifier 'MSG_MA_TBRead' ../locale/russian.po - Warning: string too long for identifier 'MSG_MA_TBReply' ../locale/russian.po - Warning: string too long for identifier 'MSG_AB_TBSave' ../locale/russian.po - Warning: string too long for identifier 'MSG_AB_TBEdit' ../locale/russian.po - Warning: string too long for identifier 'MSG_AB_TBOpenTree' ../locale/russian.po - Warning: string too long for identifier 'MSG_AB_TBCloseTree' ../locale/russian.po - Warning: string too long for identifier 'MSG_RE_TBPrevTh' ../locale/russian.po - Warning: string too long for identifier 'MSG_RE_TBNextTh' ../locale/russian.po - Warning: string too long for identifier 'MSG_RE_TBSave' ../locale/russian.po - Warning: string too long for identifier 'MSG_RE_TBPrint' ../locale/russian.po - Warning: string too long for identifier 'MSG_RE_TBReply' make[3]: [Makefile:873: ../locale/russian.catalog] Error 5 (ignored) FC ../locale/serbian.catalog ../locale/serbian.po - Warning: original string doesn't have a trailing ellipsis ('...') for identifier 'MSG_MA_ConfirmReq' ../locale/serbian.po - Warning: string too long for identifier 'MSG_MA_TBRead' ../locale/serbian.po - Warning: string too long for identifier 'MSG_MA_TBMove' ../locale/serbian.po - Warning: string too long for identifier 'MSG_MA_TBGetAddr' ../locale/serbian.po - Warning: string too long for identifier 'MSG_MA_TBReply' ../locale/serbian.po - Warning: string too long for identifier 'MSG_MA_TBForward' ../locale/serbian.po - Warning: string too long for identifier 'MSG_MA_TBConfig' ../locale/serbian.po - Warning: original string doesn't have a trailing ellipsis ('...') for identifier 'MSG_MA_NewFolder' ../locale/serbian.po - Warning: original string doesn't have a trailing ellipsis ('...') for identifier 'MSG_MA_MAddrBook' ../locale/serbian.po - Warning: original string doesn't have a trailing ellipsis ('...') for identifier 'MSG_MA_MConfig' ../locale/serbian.po - Warning: original string doesn't have a trailing ellipsis ('...') for identifier 'MSG_MA_MUsers' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_DeleteServerMail' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_PreSelect' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_NotiReq' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_TaglineSep' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_Detach' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_TempDir' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_HEADERS' ../locale/serbian.po - Warning: excessive placeholders for identifier 'MSG_HELP_CO_ST_COMMAND' ../locale/serbian.po - Warning: original string has a trailing ellipsis ('...') for identifier 'MSG_AB_MIFind' ../locale/serbian.po - Warning: original string doesn't have a trailing ellipsis ('...') for identifier 'MSG_AB_AddUser' ../locale/serbian.po - Warning: original string doesn't have a trailing ellipsis ('...') for identifier 'MSG_AB_AddGroup' ../locale/serbian.po - Warning: original string doesn't have a trailing ellipsis ('...') for identifier 'MSG_AB_AddList' ../locale/serbian.po - Warning: string too long for identifier 'MSG_AB_TBPrint' ../locale/serbian.po - Warning: original string has a trailing ellipsis ('...') for identifier 'MSG_EA_SelectPhoto' ../locale/serbian.po - Warning: original string doesn't have a trailing ellipsis ('...') for identifier 'MSG_RE_SaveMessage' ../locale/serbian.po - Warning: string too long for identifier 'MSG_RE_TBPrevTh' ../locale/serbian.po - Warning: string too long for identifier 'MSG_RE_TBNextTh' ../locale/serbian.po - Warning: string too long for identifier 'MSG_RE_TBMove' ../locale/serbian.po - Warning: string too long for identifier 'MSG_RE_TBReply' ../locale/serbian.po - Warning: string too long for identifier 'MSG_RE_TBForward' ../locale/serbian.po - Warning: original string doesn't have a trailing ellipsis ('...') for identifier 'MSG_WR_SaveTextAs' ../locale/serbian.po - Warning: original string doesn't have a trailing ellipsis ('...') for identifier 'MSG_WR_AddFile' ../locale/serbian.po - Warning: original string doesn't have a trailing ellipsis ('...') for identifier 'MSG_WR_InsertFile' ../locale/serbian.po - Warning: original string has a trailing ellipsis ('...') for identifier 'MSG_WR_Add' ../locale/serbian.po - Warning: original string has a trailing ellipsis ('...') for identifier 'MSG_WR_AddPack' ../locale/serbian.po - Warning: string too long for identifier 'MSG_WR_TBBold' ../locale/serbian.po - Warning: string too long for identifier 'MSG_WR_TBUnderlined' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_HELP_WR_ST_CC' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_HELP_WR_ST_BCC' ../locale/serbian.po - Warning: original string doesn't have a trailing ellipsis ('...') for identifier 'MSG_FO_SelectDir' ../locale/serbian.po - Warning: original string has a trailing ellipsis ('...') for identifier 'MSG_FOLDER_EDIT' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_FOLDER_NEWFOLDERGROUP' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_GENLISTCFG' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_SIZEFORMAT' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CY_SIZE' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_SIZEFORMAT01' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_SIZEFORMAT02' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_SIZEFORMAT03' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_SIZEFORMAT04' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_SIZEFORMAT05' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_SMTPAUTHUSER' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_SMTPAUTHPASS' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_APPICON' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_APPICONTEXT' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_NEWMSGS' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_UNREADMSGS' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_TOTALMSGS' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_SENTMSGS' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_FO_DSTATS' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_HELP_FO_CH_STATS' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_OPENGUI' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_CONTEXTMENU' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CONTEXTMENU' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_INFOBAR' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_INFOBAR' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_WARNSUBJECT' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_WARNSUBJECT' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_WR_NOSUBJECTREQ' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_WR_TBSearch' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_HELP_WR_BT_SEARCH' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_SEARCHWINDOW_TITLE' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_SEARCHWINDOW_TOGGLE_CASESENSITVE' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_SEARCHWINDOW_BT_SEARCH' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_SEARCHWINDOW_BT_CANCEL' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_SEARCHNOTFOUND_TITLE' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_SEARCHNOTFOUND_MSG' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_FO_GROUP_CONFDEL' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_FOLDER_NONSEL' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_FO_NEWFGROUP' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_FO_NEWFGROUPREQ' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_ER_CANTMOVEMAIL' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_MA_EXECUTINGCMD' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_APP_DESCRIPTION' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_INFOBARPOS' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_INFOBARPOS01' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_INFOBARPOS02' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_INFOBARPOS03' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_INFOBARPOS04' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_FOLDERLABEL' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_FO_MLSUPPORT' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_HELP_FO_CH_MLSUPPORT' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_FO_AUTODETECT' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_HELP_FO_BT_AUTODETECT' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_FO_NOTRECOGNIZED' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_NB_EMAILCACHE' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_NB_EMAILCACHEFMT' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_HELP_CO_NB_EMAILCACHE' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_SMTPPORT' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_POPPORT' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_InfoBarDef' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_TR_INITTLS' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_ER_INITAMISSL' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_TR_SENDAUTH' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_IMPORTMIMETITLE' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_ER_TRANSFERMAIL' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_ER_ADDRBOOKLOAD' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_AB_NOYAMADDRBOOK' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_AB_NOYAMADDRBOOK_GADS' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_FO_EDIT_FGROUP' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_FO_EDIT_FGROUPREQ' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_ER_UNUSABLEAMISSL' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_RETRY_QUIT_GAD' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_ER_NOAUTHUSERPASS' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_APPICON_LABEL' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_DATE_RECEIVED' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_DATE_SENT' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_DATE_SNTRCVD' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_DATE_SNTRCVD' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_FROMTO' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CA_COL1QUOT' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CA_COL3QUOT' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CA_COL4QUOT' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_URLCOLOR' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CA_COLURL' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_MA_CTX_DEFWIDTH_THIS' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_MA_CTX_DEFWIDTH_ALL' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_MA_CTX_DEFORDER_THIS' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_MA_CTX_DEFORDER_ALL' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_MA_CTX_MAILLIST' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_MA_CTX_FOLDERLIST' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_HELP_FO_CY_MLSIGNATURE' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CTapplicationpdf' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_INFOBARTXT' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_YesNoReq2' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_HELP_FO_ST_HELLOTEXT' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_HELP_FO_ST_BYETEXT' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_FO_Welcome' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_FO_Greetings' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_ER_SOCKETOPTION' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_ER_B64FILEENCODE' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_ER_QPFILEENCODE' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_ER_UUFILEENCODE' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_ER_QPDEC_FILEIO' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_ER_QPDEC_UNEXP' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_ER_QPDEC_WARN' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_ER_QPDEC_CHAR' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_ER_UUDEC_TAGMISS' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_ER_UUDEC_CHECKSUM' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_ER_UUDEC_CORRUPT' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_FI_StatMarked' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_MA_CREQUEST_OLDFILE' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_MA_CREQUEST_UNKNOWN' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_MA_YESNOTOALL' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_ER_CONVERTMFILE' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_ER_XPKUSAGE' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_MA_CREQ_OLDFILE_TITLE' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_MA_CREQ_UNKNOWN_TITLE' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_SHOWEMBEDDEDREADPANE' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_EMBEDDEDREADPANE' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_SETSTATUSDELAYED1' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_SETSTATUSDELAYED2' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_HELP_CO_SETSTATUSDELAYED' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_MA_ATTACHMENT' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_MA_ATTACHMENTS' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_MA_ATTACHMENT_DISPLAY' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_MA_ATTACHMENT_SAVEAS' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_MA_ATTACHMENT_PRINT' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_MA_ATTACHMENT_SAVEALL' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_MA_ATTACHMENT_SAVESEL' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_SImageOnly' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_RE_SImageOnly' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_CHARSETWARN_TITLE' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_CHARSETWARN' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_CHARSETWARN_BT' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_SenderRFCDateTime' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_SenderTimeZone' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_Filter_Name' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_Filter_RType' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_Filter_NType' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_Filter_SType' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_Filter_UType' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CTunknown' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_NB_AUTOSAVE' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_NB_AUTOSAVEFMT' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_HELP_CO_NB_AUTOSAVE' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_ER_MOVEFOLDERDIR' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_FI_SELECTACTIVE' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_HELP_FI_BT_SELECTACTIVE' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_QUICKSEARCH_VO_ALL' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_QUICKSEARCH_VO_UNREAD' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_QUICKSEARCH_VO_NEW' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_QUICKSEARCH_VO_MARKED' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_QUICKSEARCH_VO_IMPORTANT' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_QUICKSEARCH_VO_LAST5DAYS' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_QUICKSEARCH_VO_KNOWNPEOPLE' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_QUICKSEARCH_VO_HASATTACHMENTS' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_QUICKSEARCH_VO_MINSIZE' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_QUICKSEARCH_VIEW' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_QUICKSEARCH_SHOWNMSGS' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_FI_NOFOLDERS' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_HELP_QUICKSEARCH_VIEWOPTIONS' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_HELP_QUICKSEARCH_SEARCHSTRING' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_BUSY_SEARCHINGFOLDER' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_WBAPPICON' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_WBAPPICON' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_DOCKYICON' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_DOCKYICON' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_MA_MessageImport' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_ER_MESSAGEIMPORT' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_MA_MESSAGEEXPORT' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_YAMINFO' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_SYSTEMSETTINGS' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_DEFAULTCHARSET' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_CHARSETUNKNOWNWARN' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_CHARSETUNKNOWNWARN_BT' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_ER_LIB' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_ER_LIB_URL' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_ER_NO_MCC' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_ER_MCC_OLD' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_ER_MCC_IN_USE' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_FIRSTSTEPS_TITLE' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_FIRSTSTEPS_SUMMARY' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_TCPIP_TITLE' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_TCPIP_SUMMARY' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_FILTER_TITLE' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_FILTER_SUMMARY' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_READ_TITLE' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_READ_SUMMARY' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_WRITE_TITLE' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_WRITE_SUMMARY' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_REPLY_TITLE' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_REPLY_SUMMARY' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_SIGNATURE_TITLE' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_SIGNATURE_SUMMARY' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_SECURITY_TITLE' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_SECURITY_SUMMARY' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_STARTUP_TITLE' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_STARTUP_SUMMARY' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_MIME_TITLE' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_MIME_SUMMARY' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_ABOOK_TITLE' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_ABOOK_SUMMARY' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_SCRIPTS_TITLE' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_SCRIPTS_SUMMARY' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_MIXED_TITLE' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_MIXED_SUMMARY' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_UPDATE_TITLE' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_UPDATE_SUMMARY' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_CrdUpdate' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_AMISSLWARN_TITLE' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_AMISSLWARN' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_AMISSLWARN_BT' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_BUSY_OPENINGCONFIG' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_MA_UPDATECHECK' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_SOFTWAREUPDATE' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_UPDATE_DAILY' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_UPDATE_WEEKLY' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_UPDATE_MONTHLY' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_SEARCHFORUPDATES' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_SEARCHNOW' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_LASTSEARCH' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_LASTSTATUS_NOCHECK' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_LASTSTATUS_NOUPDATE' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_LASTSTATUS_NOQUERY' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_LASTSTATUS_UPDATESUCCESS' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_WR_SECURITYREQ' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_WR_UUCODE' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_UPD_NOTIFICATION_WTITLE' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_UPD_NOTIFICATION_TITLE' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_UPD_NOTIFICATION_SUMMARY' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_UPD_NOTIFICATION_CHANGES' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_UPD_NOTIFICATION_NOUPDATE' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_UPD_NOTIFICATION_CLOSE' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_UPD_NOTIFICATION_COMP' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_UPD_NOTIFICATION_RECENT' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_UPD_NOTIFICATION_INSTALLED' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_UPD_NOTIFICATION_URL' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_MIME_DESCRIPTION' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CTapplicationgz' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CTapplicationhqx' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CTapplicationxls' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CTapplicationppt' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CTapplicationdoc' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CTtextxml' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CTapplicationz' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CTapplicationtar' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CTaudioaiff' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CTaudiomidi' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CTaudiompeg' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CTimagebmp' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CTapplicationtgz' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CTapplicationpgp' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CTapplicationbz2' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_DETECT_CYRILLIC' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_HELP_CO_DETECT_CYRILLIC' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_WR_ErrorNotEnoughUndoMem' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_RE_HEADERDISPLAY' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_RE_MAILDETAILS' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_ER_ADDFILEERROR' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_ER_PACKERROR' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_ABOOKLOOKUP' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_ABOOKLOOKUP' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_CONVERTHTML' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CONVERTHTML' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_TR_TRANSFERSTATUS' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_TR_TRANSFERSIZE' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_FI_GAUGETEXT' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_MA_MIMEPART_INFO' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_MA_MIMEPART_MENU' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_PGPPASSINTERVAL1' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_PGPPASSINTERVAL2' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_HELP_CO_PGPPASSINTERVAL' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_UT_PGPPASSREQ_TITLE' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_GR_REPLYFORWARD' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_GR_SCRIPTS' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_GR_STARTUPQUIT' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_SCRIPTS_PREGET' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_SCRIPTS_POSTGET' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_SCRIPTS_NEWMSG' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_SCRIPTS_READ' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_SCRIPTS_WRITE' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_SCRIPTS_URL' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_MIMECMD_PARAMETER' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_MA_CONFIRMDELETION' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_MA_SPAM' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_LOADINGSPAMTRAININGDATA' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_MA_TBSPAM' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_MA_TBNOTSPAM' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_HELP_MA_BT_SPAM' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_HELP_MA_BT_NOTSPAM' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_RE_TBSPAM' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_RE_TBNOTSPAM' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_HELP_RE_BT_SPAM' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_HELP_RE_BT_NOTSPAM' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_LOG_MAILISSPAM' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_LOG_MAILISNOTSPAM' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_FI_STATSPAM' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_MA_TOSPAM' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_MA_TONOTSPAM' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_CRDSPAMFILTER' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_SPAMFILTER' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_SPAMFILTER_TITLE' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_SPAMFILTER_SUMMARY' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_SPAM_FILTERFORNEWMAIL' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_SPAM_RESETTRAININGDATA' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_SPAM_GOODCOUNT' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_SPAM_BADCOUNT' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_BUSYFLUSHINGSPAMTRAININGDATA' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_SPAM_MARKONMOVE' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_SPAM_ADDRESSBOOKISWHITELIST' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_SPAM_RECOGNITION' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_SPAM_FILTERENABLED' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_SPAM_RESETTRAININGDATAASK' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_TR_CHECKUIDL' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_SPAM_DISABLEFILTERASK' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_SPAM_RESETTDATA' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_SPAM_RESETMAILFLAGS' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_SPAM_DELETESPAMFOLDER' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CY_SMTPAUTHMETHOD' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_SMTPAUTH_AUTO' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_SMTPAUTH_DIGEST' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_SMTPAUTH_CRAM' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_SMTPAUTH_LOGIN' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_SMTPAUTH_PLAIN' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_ER_SMTPAUTH' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_ER_SPAMDIR_EXISTS' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_ER_SPAMDIR_EXISTS_ANSWERS' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_ER_CANNOT_CREATE_SPAMFOLDER' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_MA_CHECKSPAM' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_FI_BUSYCHECKSPAM' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_MA_REMOVESPAM' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_MA_BUSYEMPTYINGSPAM' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_MA_TRASH' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_WR_SEARCH' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_AB_IMPORT' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_AB_EXPORT' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_AB_LDIF' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_AB_CSV' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_AB_TAB' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_ER_ADDRBOOKIMPORT' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_ER_ADDRBOOKEXPORT' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_LOADINGUPDATESTATE' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_MA_HIDE' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_MA_QUIT' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_MA_SELECTALL' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_MA_SELECTNONE' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_MA_SELECTTOGGLE' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_MA_MSEARCH' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_MA_MFILTER' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_MA_REMOVEDELETED' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_MA_UPDATEINDEX' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_MA_MREAD' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_MA_TOUNREAD' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_MA_TOREAD' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_PROJECT_MABOUT' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_MA_MEDIT' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_MA_MMOVE' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_MA_MCOPY' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_MA_MPRINT' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_MA_MSAVE' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_MA_MSAVEATT' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_MA_MNEW' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_MA_MREPLY' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_MA_MFORWARD' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_MA_MSAVEADDRESS' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_MA_MADDRESSBOOK' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_MA_MCONFIG' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_MA_TOMARKED' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_MA_TOUNMARKED' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_MA_ALLTOREAD' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_MA_MEDITASNEW' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_RE_SEARCH' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_RE_SEARCH_AGAIN' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_WR_SEARCH_AGAIN' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_WR_AUTOWRAP' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_SPAM_MARK_AS_READ' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_HELP_CH_SPAMFILTERENABLED' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_HELP_TX_SPAMBADCOUNT' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_HELP_TX_SPAMGOODCOUNT' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_HELP_BT_SPAMRESETTRAININGDATA' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_HELP_CH_SPAMFILTERFORNEWMAIL' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_HELP_CH_SPAMABOOKISWHITELIST' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_HELP_CH_SPAMMARKONMOVE' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_HELP_CH_SPAMMARKASREAD' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_HELP_CH_UPDATECHECK' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_WR_SELECTALL' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_RE_MDN_ACCEPT_LATER' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_RE_MDN_ACCEPT_NOW' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_RE_MDN_IGNORE' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_RE_MDN_IGNORE_ALL' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_MDN_ACTION_IGNORE' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_MDN_ACTION_SEND' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_MDN_ACTION_QUEUE' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_MDN_ACTION_ASK' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_MDN_TITLE' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_MDN_DESCRIPTION' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_MDN_DISABLED' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_MDN_ENABLED' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_MDN_NORECIPIENT' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_MDN_NODOMAIN' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_MDN_DELETE' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_MDN_OTHER' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_MDN_NEVER' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_MDN_ALLOW' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CY_MDN_NORECIPIENT' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CY_MDN_NODOMAIN' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CY_MDN_DELETE' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CY_MDN_OTHER' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_LOOKFEEL_TITLE' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_LOOKFEEL_SUMMARY' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_CRDLOOKFEEL' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_LOOKFEEL_THEMES' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_THEME_ACTIVATE' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_THEME_PREVIEW' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_THEME_AUTHOR' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_THEME_URL' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_RELDATETIME' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_RELDATETIME' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_ER_USER_UNKNOWN_TITLE' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_ER_USER_UNKNOWN_BUTTON' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_ER_USER_UNKNOWN_ERROR' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CA_COLSIG' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_ER_SPAM_NOT_ENOUGH_CLASSIFIED_MAILS' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_ER_CANNOT_CREATE_SEMAPHORE' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_RE_HDR_FROM' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_RE_HDR_TO' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_RE_HDR_DATE' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_RE_HDR_SUBJECT' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_RE_VIRTUALMAIL' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_MIMECMD_PUBSCREEN' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_ER_ZOMBIE_FILES_EXIST' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_ER_ZOMBIE_FILES_EXIST_BT' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_ER_ZOMBIE_FILES_EXIST_TITLE' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_SHOWALTPARTS' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_SHOWALTPARTS' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_US_DIRECTORY_DOESNT_EXIST' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_HELP_CO_BT_APPICONGETPOS' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_MOVE_HAM_TO_INCOMING' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_HELP_CH_MOVE_HAM_TO_INCOMING' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_FILTER_HAM' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_HELP_CH_FILTER_HAM' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_SHUTDOWN_SHUTTING_DOWN' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CY_FOLDERINFO' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_FOLDERINFO01' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_FOLDERINFO02' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_FOLDERINFO03' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_FOLDERINFO04' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_FOLDERINFO05' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_FO_EXPIREUNREAD' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_HELP_FO_CH_EXPIREUNREAD' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_WR_SENDNOW' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_WR_SENDLATER' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_WR_MSENDNOW' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_WR_MSENDLATER' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_ER_CONNECTIONBROKEN' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_WR_MSWITCH_MSG' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_WR_MSWITCH_ATT' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_WR_MSWITCH_OPT' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_FWDMSG' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_FWDMSG_INLINE' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CY_FORWARDMODE' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_ABOUT_CURRENT_DEVELOPERS' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_ABOUT_CONTRIBUTORS' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_ABOUT_LOCALIZATION_CONTRIBUTORS' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_ABOUT_GPL' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_ABOUT_3RD_PARTY_SOFTWARE' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_ABOUT_YAM_NEWS' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_WR_VIEW' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CONFIG_MODIFIED' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CONFIG_MODIFIED_GAD' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_ABOOK_MODIFIED_GAD' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_HELP_CO_BT_MIMEIMPORT' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_AB_INVALIDSECURITY_TITLE' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_AB_INVALIDSECURITY' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_AB_INVALIDSECURITY_GADS' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_WR_INVALIDSECURITY_TITLE' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_WR_INVALIDSECURITY' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_WR_INVALIDSECURITY_GADS' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_ER_FILEENCODE' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_ER_MISSINGATTFILE' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_ER_INVALIDATTFILE' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_ER_PRINTER_OFFLINE' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_ER_PRINTER_OFFLINE_GADS' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_ER_PRINTER_NOPAPER' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_ER_PRINTER_NOPAPER_GADS' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_ER_PRINTER_FAILED' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_MA_EDIT' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_MA_EDIT_UNDO' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_MA_EDIT_REDO' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_MA_EDIT_CUT' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_MA_EDIT_COPY' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_MA_EDIT_PASTE' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_MA_EDIT_SALL' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_MA_EDIT_SNONE' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_WR_SELECTNONE' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_MA_INVALIDMFILE_TITLE' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_MA_INVALIDMFILE' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_MA_INVALIDMFILE_BT' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_ER_CANNOT_READ_INDEX' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_ER_CANNOT_WRITE_INDEX' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_ER_INDEX_CORRUPTED' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_ER_UNKNOWN_MIME_ENCODING' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_ER_UNKNOWN_HEADER_ENCODING' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_ER_UNEXPECTED_MULTIPART_EOF' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_ER_MIME_ERROR' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_ER_UNEXPECTED_UUE_EOF' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_ER_INVALID_UUE_LENGTH' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_RE_HDR_REPLYTO' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_FI_FROM_FIELD' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_FI_TO_FIELD' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_FI_CC_FIELD' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_FI_REPLYTO_FIELD' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_FI_SUBJECT_FIELD' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_FI_DATE_FIELD' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_FO_TO_PATTERN' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_FO_TO_ADDRESS' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_FO_FROM_ADDRESS' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_FO_REPLYTO_ADDRESS' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_RETRY_HOMEPAGE_QUIT_GAD' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_HOMEPAGE_QUIT_GAD' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_MA_EDIT_DELETE' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_WR_DELETE' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_ER_B64DEC_FILEIO' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_ER_B64DEC_WARN' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_ER_B64DEC_UNEXP' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_MA_ADD_WHICH_ADDRESS' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_SCRIPTACTION' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_SCRIPTPATH' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_ER_ICONOBJECT_WARNING' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_ER_THEMEVER_FALLBACK' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_ER_THEMEVER_IGNORE' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_ER_DATATYPE_ERROR' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_ER_IMAGEOBJECT_WARNING' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_ER_THEME_FATAL' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_ER_THEME_FALLBACK' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_ER_THEME_ACTIVATED_TITLE' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_ER_THEME_ACTIVATED' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_FOLDER_ALLTOREAD' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_EA_REMOVEPHOTO' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_HELP_EA_BT_REMOVEPHOTO' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_NOTISOUND' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_NOTICMD' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_HELP_CO_BT_MORE' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_HELP_CO_BT_LESS' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_HELP_CO_BT_FILTERUP' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_HELP_CO_BT_FILTERDOWN' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_HELP_CO_PO_APLAY' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_HELP_CO_BT_APLAY' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_DESCRIPTION' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_HELP_CO_LV_REXX' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_HELP_CO_BT_UPDATENOW' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_HELP_WR_LV_ATTACH' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_QUICKSEARCH_STR_CONTROLCHAR' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_UPDATE_NEVER' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_MA_EXECUTESCRIPT_TITLE' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_HELP_FI_BT_NONE' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_MA_CONFIRMFILTER_ALL' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_MA_CONFIRMFILTER_SELECTED' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_AB_XML' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_MA_FILTER_STATS_SPAM' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_TR_FILTER_STATS_SPAM' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_FCHANGE_WARN_TITLE' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_FCHANGE_WARN' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_LOG_SENDING_FAILED' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_ERROR_THREADS' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_ERROR_PLAYSOUND' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_WR_CHARSET' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_HELP_WR_PO_CHARSET' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_ABOUTYAM' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_ER_CONNECTERR_SOCKET_IN_USE_POP3' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_ER_CONNECTERR_TIMEDOUT_POP3' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_ER_CONNECTERR_NO_SOCKET_POP3' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_ER_CONNECTERR_NO_NONBLOCKIO_POP3' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_ER_UNKNOWN_HOST_POP3' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_ER_CANNOT_CONNECT_POP3' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_ER_POP3WELCOME' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_ER_BADRESPONSE_POP3' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_ER_INITTLS_POP3' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_ER_NO_APOP' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_ER_CONNECTERR_SOCKET_IN_USE_SMTP' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_ER_CONNECTERR_TIMEDOUT_SMTP' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_ER_CONNECTERR_NO_SOCKET_SMTP' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_ER_CONNECTERR_NO_NONBLOCKIO_SMTP' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_ER_INITTLS_SMTP' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_ER_NOSTARTTLS_SMTP' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_ER_BADRESPONSE_SMTP' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_ER_CANNOT_CONNECT_SMTP' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_ER_UNKNOWN_HOST_SMTP' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_ER_NO8BITMIME_SMTP' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_FOLDERDBLCLICK' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_MA_ATTACHMENT_DELETE' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_MA_ATTACHMENT_DELETESEL' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_MA_DELETESELECTEDREQUEST' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_LOG_DELETEDATT' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_MA_DELETEATT' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_MA_DELETEATTREQUEST' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_MA_ATTACHMENT_DELETEALL' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_MA_MDELETEATT' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_MAPFOREIGNCHARS' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_HELP_CO_MAPFOREIGNCHARS' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_MA_NAVIGATION' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_MA_MNEXTTH' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_MA_MPREVTH' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_GLOBALMAILTHREADS' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_GLOBALMAILTHREADS' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_FILE_OVERWRITE' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_ER_USER_DIR_MISSING' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_TEXTCOLORS_READ' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_TEXTCOLORS_READ' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_TEXTSTYLES_READ' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_TEXTSTYLES_READ' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_TEXTCOLORS_WRITE' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_TEXTCOLORS_WRITE' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_TEXTSTYLES_WRITE' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_TEXTSTYLES_WRITE' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_FONTSETTINGS' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_FIXEDFONT_WRITE' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_RE_TEXTCOLORS' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_WR_TEXTSTYLES' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_WR_TEXTCOLORS' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_WR_FIXEDFONT' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_SPAM_OPTIMIZE_TRAININGDATA' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_HELP_BT_OPTIMIZE_TRAININGDATA' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_SPAM_OPTIMIZE_TRAININGDATA_ASK' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_SPAM_STATISTICS' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_ER_WRONG_DOB_FORMAT' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_NOTIOS41SYSTEM' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_NOTIOS41SYSTEM' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_USERNAME_FALLBACK' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_RE_DEFAULT_MIMEPART_NAME' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_OPEN_WRITEWINDOWS' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_OPEN_WRITEWINDOWS_GAD' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_MA_MFORWARD_ATTACH' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_MA_MFORWARD_INLINE' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_FWDMSG_ATTACH' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_ScriptPreFilterMail' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_ScriptPostFilterMail' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_FI_DOS_PATTERN' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_HELP_FI_CH_DOS_PATTERN' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CTapplicationpgpsig' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_AB_BirthdayReqBody' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_ER_AREXX_EXECUTION_ERROR' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_BIRTHDAYREQUEST_DONTSHOWAGAIN' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_RE_SAVE_FILE' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_UPD_NO_UPDATES_FOUND_TITLE' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_UPD_NO_UPDATES_FOUND' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_UPD_NO_UPDATES_FOUND_HINT_AUTOCHECK' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_UPD_NO_UPDATES_FOUND_HINT_NOAUTOCHECK' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_THREAD_EXIT_WARNING_TITLE' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_THREAD_EXIT_WARNING' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_THREAD_EXIT_WARNING_BT' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_EXECUTE_COMMAND_FAILED' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_ERROR_METHODSTACK' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_TRANSFERS_IN_PROGRESS' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_ERROR_CONNECTIONS' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_LOG_CONNECT_POP3' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_LOG_RETRIEVED_POP3' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_TR_ENTER_POP3_PASSWORD' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_ALTIMAGE_STATUS_DOWNLOAD' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_ALTIMAGE_STATUS_DELETE' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_PRESELECT_INDEX' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_TR_WAIT_FOR_PASSWORD' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_TR_WAIT_FOR_PRESELECTION' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_POP3_NEW_MAIL_NOTIFY_REQ' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_POP3_NEW_MAIL_NOTIFY_OS4_ONE' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_POP3_NEW_MAIL_NOTIFY_OS4_MANY' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_MA_SEND_AND_GET_MAIL' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_MA_SEND_MAIL' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_MA_GET_MAIL' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_WR_SECURITYREQ_GADS' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_HTTP_CONNECTING_TO_SERVER' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_HTTP_SENDING_REQUEST' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_HTTP_WAITING_FOR_ANSWER' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_HTTP_RECEIVING_DATA' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_HTTP_DISCONNECTING_FROM_SERVER' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_SHOW_TRANSFER_WINDOW' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_APPLY_REMOTE_FILTERS' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_APPLY_REMOTE_FILTERS' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_DOWNLOAD_ON_STARTUP' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_DOWNLOAD_ON_STARTUP' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_IMPORT_UNKNOWN_FILE_FORMAT' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_IMPORT_NO_MAILS' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_CONFIG_IS_LOCKED' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_FOLDERINFO_SHORTHELP' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_MAILINFO_SHORTHELP' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_UPDATE_DOWNLOAD_PATH' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_UPD_NOTIFICATION_DOWNLOAD' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_TR_DOWNLOADING_FROM_SERVER' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_MA_HELP' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_MA_HELP_CONTENTS' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_MA_HELP_AREXX' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_EA_SEARCH_GRAVATAR' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_ER_NO_GRAVATAR_FOUND' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_ER_NON_MIME_CONFORMANT_MAIL' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_ACTION_SET_STATUS_TO_MARKED' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_ACTION_SET_STATUS_TO_MARKED' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_ACTION_SET_STATUS_TO_UNMARKED' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_ACTION_SET_STATUS_TO_UNMARKED' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_ACTION_SET_STATUS_TO_READ' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_ACTION_SET_STATUS_TO_READ' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_ACTION_SET_STATUS_TO_UNREAD' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_ACTION_SET_STATUS_TO_UNREAD' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_ACTION_SET_STATUS_TO_SPAM' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_ACTION_SET_STATUS_TO_SPAM' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_ACTION_SET_STATUS_TO_HAM' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_ACTION_SET_STATUS_TO_HAM' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_SMTP_ACTIVE' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_POP_AUTH' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CY_POPAUTH' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_POP_AUTH_PLAIN' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_POP_AUTH_APOP' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_POP_SECURITY' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_POP_SECURITY_NONE' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_POP_SECURITY_TLS' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_POP_SECURITY_SSL' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CY_POPSECURE' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_POP_SERVERLIST' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_POP_SERVERSETTINGS' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_POP_SECURITYAUTH' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_POP_MSGHANDLING' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_SMTP_SERVERLIST' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_SMTP_SERVERSETTINGS' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_POP_DESC' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_POPDESC' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_SMTP_DESC' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_SMTPDESC' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_SMTP_SECURITY' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_SMTP_SECURITY_NONE' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_SMTP_SECURITY_TLS' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_SMTP_SECURITY_SSL' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_SMTP_SECURITYAUTH' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CY_SMTPSECURE' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_SMTP_AUTH' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_SMTPAUTH_NONE' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_SMTP_OPTIONS' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_CRDIDENTITIES' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_IDENTITIES_TITLE' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_IDENTITIES_SUMMARY' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_LIST' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_SETTINGS' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_REGISTER_SETTINGS' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_REGISTER_COMPOSE' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_REGISTER_PGPSEC' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_NOSIGNATURE' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_ABOVEQUOTE' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_BELOWQUOTE' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_DESCRIPTION' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_MAILSERVER' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_COMPOSE' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_CC' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_BCC' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_REPLYTO' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_COMPOSE_OPTIONS' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_COMPOSE_QUOTE' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_COMPOSE_ANSWER' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_COMPOSE_SIGNATURE' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_USESIG_REPLY' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_USESIG_FORWARD' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_PGPSETTINGS' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_USEPGP' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_PGPKEY_ID' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_PGPKEY_URL' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_PGP_OPTIONS' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_PGP_SIGN_UNENC' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_PGP_SIGN_ENC' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_PGP_ENCRYPTALL' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_PGP_ADDOWN' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_PHOTOURL' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_ADDINFO' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_REQUESTMDN' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_SERVERNAME' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_USER' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_FO_MOVEFOLDERTO' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_FO_FOLDER_ALREADY_EXISTS' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_ER_CANNOT_CREATE_FOLDER' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_IdentityActive' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_MA_FLUSH_ALL_INDICES' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_IDENTITY_ENABLED' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_IDENTITY_DESCRIPTION' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_IDENTITY_REALNAME' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_IDENTITY_EMAIL' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_IDENTITY_ORGANIZATION' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CY_IDENTITY_MAILSERVER' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_IDENTITY_CC' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_IDENTITY_BCC' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_IDENTITY_REPLYTO' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_IDENTITY_EXTRAHEADER' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_IDENTITY_PHOTOURL' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_IDENTITY_QUOTEMAILS' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_IDENTITY_QUOTEPOS' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_IDENTITY_SIGPOS' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_IDENTITY_SIGREPLY' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_IDENTITY_SIGFORWARD' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_IDENTITY_ADDINFO' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_IDENTITY_REQUESTMDN' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_IDENTITY_USEPGP' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_IDENTITY_PGPID' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_IDENTITY_PGPURL' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_IDENTITY_PGPSIGN_UNENC' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_IDENTITY_PGPSIGN_ENC' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_IDENTITY_PGPENC_ALL' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_IDENTITY_PGPENC_SELF' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CY_IDENTITY_SIGNATURE' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_CONFIGWARNING_TITLE' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_CONFIGWARNING' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_CONFIGWARNING_BT' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_CONFIGVERSIONWARNING_TITLE' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_CONFIGVERSIONWARNING' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_CONFIGVERSIONWARNING_BT' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_WR_MCCADDRFIELD' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_WR_MBCCADDRFIELD' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_WR_MREPLYTOADDRFIELD' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_LISTCOLUMNSETTINGS' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_LOOKFEEL_MAINWINDOW' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_LOOKFEEL_TITLE_THEME' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_LOOKFEEL_TITLE_INFO' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_HELP_WR_CY_SIGNATURE' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_WR_PGPSECURITY' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_HELP_WR_CY_SECURITY' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_MIMETYPE_TITLE' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_DOWNLOAD_LARGE_MAILS1' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_DOWNLOAD_LARGE_MAILS2' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_MA_DRAFTS' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_SIGNATURE' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_SIGNATURES' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_SIGNATURE_DESCRIPTION' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_SIGNATURE_ACTIVE' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_SIGNATURE' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_HELP_CO_LV_SIGNATURE' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_HELP_CO_BT_SIGADD' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_HELP_CO_BT_SIGDEL' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_HELP_CO_BT_SIGUP' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_HELP_CO_BT_SIGDOWN' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_HELP_CO_BT_SIG_ACTIVE' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_SIG_DESC' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_HELP_CO_TE_SIGEDIT' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_MIXED_CONNECTIONS' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_POP_NOTIFICATION' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_SSL_CERT_WARNING_TITLE' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_SSL_CERT_WARNING_BUTTONS' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_SSL_CERT_WARNING_INTRO' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_SSL_CERT_WARNING_UNTRUSTED' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_SSL_CERT_WARNING_IDMISMATCH' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_SSL_CERT_WARNING_NOTYETVALID' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_SSL_CERT_WARNING_EXPIRED' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_SSL_CERT_WARNING_OTHER' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_SSL_CERT_WARNING_INFO' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_SSL_CERT_WARNING_SHOWTITLE' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_ER_WARN_LOADCAPATH' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_ER_WARN_CAPATH' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_ACTION_TERMINATE_FILTER' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_ATERMINATE' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_FILTER_IMPORT' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_FILTER_IMPORT_TITLE' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_SPAM_TRUSTHEADERLINES' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_ER_POP3_UIDLHASH_INIT_FAILED' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_SIGNATURE_TEXT' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_APPEND_SIGNATURE_FILE' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_PRESELECT_GETTING_DETAILS' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_UPDATES_INFO_MANUAL' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_UPDATES_INFO_AUTO' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_PGPPASS_SHOW_CHARS' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CANNOT_CREATE_CUSTOM_CLASS' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_ER_MORPHOS_REXX_WARNING' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_WR_SAVEASDRAFT' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_HELP_WR_BT_SAVEASDRAFT' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_WR_MSAVEASDRAFT' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_WR_MCLOSE' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_LOG_REDIRECT' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_ACTIONREDIRECT' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_AREDIRECT' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_AREDIRECT' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_MA_MREDIRECT' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_WR_REDIRECT_FROM' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_WR_REDIRECT_TO' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_WR_REDIRECT_CC' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_WR_REDIRECT_BCC' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_WR_REDIRECT_TITLE' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_ER_CANNOT_CREATE_MAIL_FILE' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_WR_RENAME' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_WR_RENAME_ATTACHMENT' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_WR_ENTER_NEW_NAME' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_FI_SKIP_ENCRYPTED' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_HELP_FI_CH_SKIP_ENCRYPTED' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_QUICKSEARCHBAR' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_QUICKSEARCHBAR' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_QUICKSEARCHBARPOS' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_QUICKSEARCHBARPOS01' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_QUICKSEARCHBARPOS02' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_QUICKSEARCHBARPOS03' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_FILTER_REGISTER_SETTINGS' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_FILTER_REGISTER_CONDITIONS' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_FILTER_REGISTER_ACTIONS' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_CONDITION_ALL' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_CONDITION_MIN_ONE' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_CONDITION_MAX_ONE' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_WR_CMENU_TITLE' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_WR_CMENU_ADD_ATTACHMENT' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_WR_CMENU_ADD_ARCHIVE_ATTACHMENT' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_WR_CMENU_REMOVE_ATTACHMENT' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_WR_CMENU_RENAME_ATTACHMENT' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_WR_CMENU_DISPLAY_ATTACHMENT' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_WR_TITLEATTACHMENT' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_WR_REMOVE' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_CONDITION_PREPHRASE' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_CONDITION_POSTPHRASE' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_FALLBACK_TZONE' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_HELP_CO_GR_TZONE' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_TZONE_GMTOFFSET' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_TZONE_NEXTDSTSWITCH' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_TZONE_NODSTSWITCH' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_TZONE_DESCRIPTION' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_TZONE_DESCRIPTION_NA' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_TZONE_ZONETAB_FILE_MISSING' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_TZONE_LOCATION_FILE_MISSING' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_FOLDER_MOVE_WARNING_TITLE' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_FOLDER_MOVE_WARNING' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_FOLDER_MOVE_WARNING_GADS' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_FO_DISPLAYNAME' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_FO_DIRECTORYNAME' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_VALIDATING_FOLDERS' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_MA_MARCHIVE' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_MA_ARCHIVE' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_SHOW_ARCHIVER_PROGRESS' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_LAUNCH_EXTEDITOR' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_EXTEDITOR' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_EDITOR_EXT' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_EXTEDITOR_CODESET' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_HELP_CO_TX_DEFCODESET_EDITOR' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_HELP_CO_TX_DEFCODESET_LOCAL' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_HELP_CO_TX_DEFCODESET_WRITE' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_DEFAULTCODESET_WRITE' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_MIME_CODESET' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_HELP_CO_TX_MIME_CODESET' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_DEFAULTVIEWER_CODESET' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_HELP_CO_TX_DEFVIEWER_CODESET' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_LOG_FILTER_DONE' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_FO_JUMP_TO_UNREAD_MESSAGE' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_HELP_FO_CH_JUMPTOUNREAD' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_FO_JUMP_TO_RECENT_MESSAGE' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_HELP_FO_CH_JUMPTORECENT' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_FO_MAXAGE_DAYS' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_QUICKSEARCH_FILTER_LIST' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_QUICKSEARCH_FROM' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_QUICKSEARCH_TO' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_QUICKSEARCH_SUBJECT' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_QUICKSEARCH_BODY' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_CHECK_FOR_MISSING_ATTACHMENTS' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_ATTACHMENT_KEYWORDS' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_ATTACHMENTREMINDER' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_HELP_CO_LV_ATTACHMENTKEYWORDS' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_ATTACHMENT_KEYWORDS' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_ATTACHMENT_REMIND_INFO' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_ATTACHMENT_REMIND_ADD' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_ATTACHMENT_REMIND_LATER' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_WR_NO_ATTACHMENTS_TITLE' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_WR_NO_ATTACHMENTS' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_WR_NO_ATTACHMENTS_GADS' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_MAILACCOUNT_TRANSFERRED' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_MAILACCOUNT_TRANSFERRED' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_SAVE_LAYOUT' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_SAVELAYOUTQUIT' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_SMTP_FOLDERS' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_SMTP_SENTFOLDER' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_HELP_CO_PO_SMTP_SENTFOLDER' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_SAVESENTMAIL' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_IDENTITY_SAVESENTMAIL' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_ALTSENTFOLDER' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_IDENTITY_ALTSENTFOLDER' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_HELP_CO_TX_IDENTITY_ALTSENTFOLDER' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_POP_FOLDERS' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_POP_INCOMINGFOLDER' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_HELP_CO_PO_POP_INCOMINGFOLDER' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_CYRILLICCHARSETWARN' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_CYRILLICCHARSETWARN_BT' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_WR_NORCPT_WARNING_GADGET' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_WR_NORCPT_WARNING' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_WR_DISCARDCHANGES_GADGET' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_MA_NO_SUBJECT' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_MA_NO_RECIPIENTS' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_WR_CANCEL' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_MA_REPLYREQ_OPTIONS2' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_ABOUT_DONATE_TEXT' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_TR_MAILCHECKFROM' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_WR_CC' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_WR_BCC' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_WR_REPLYTO' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_AB_TO_TOOLBAR' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_AB_CC_TOOLBAR' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_AB_BCC_TOOLBAR' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_AB_FROM_TITLE' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_AB_TO_TITLE' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_AB_CC_TITLE' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_AB_BCC_TITLE' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_AB_REPLYTO_TITLE' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_SIZE_BYTES' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_SIZE_KILOBYTES' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_SIZE_MEGABYTES' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_SIZE_GIGABYTES' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_LOG_COPY_MAIL' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_LOG_MOVE_MAIL' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_LOG_FILTER_ORIGINATOR' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_STARTUP_SECURITY_WARNING_TITLE' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_STARTUP_SECURITY_WARNING' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_STARTUP_SECURITY_WARNING_GADGETS' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_FO_PATH_INVALID' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_FO_MLPATTERN_INVALID' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_FO_MLADDRESS_INVALID' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_SAVE_WITHOUT_PRIVATE_DATA' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_SSL_CERT_WARNING_SIGINVALID' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_SSL_CERT_WARNING_OUTRO' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_POP_SERVER' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_POP_PORT' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_POP_PORT_STANDARD' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_SMTP_SERVER' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_SMTP_PORT' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_SMTP_PORT_STANDARD' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_POP3_TEST_CONNECTION_SETTINGS' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_HELP_CO_BT_POPTEST' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_POP3_CONNECTION_TITLE' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_POP3_CONNECTION_SUCCESS' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_POP3_CONNECTION_FAILURE' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_SMTP_TEST_CONNECTION_SETTINGS' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_HELP_CO_BT_SMTPTEST' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_SMTP_CONNECTION_TITLE' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_SMTP_CONNECTION_SUCCESS' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_SMTP_CONNECTION_FAILURE' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_ER_WARN_CAFILE' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_ER_CANNOT_OPEN_ASLREQ' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_FO_FOLDER_NAME_INVALID' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_ACCEPTED_SERVER_CERT_WARNINGS' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_CO_CLEAR_SERVER_CERT_WARNINGS' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_UPD_NOTIFICATION_DOWNLOAD_WITH_BROWSER' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_NIGHTLY_EXPIRY_DATE' ../locale/serbian.po - Warning: missing translation for identifier 'MSG_UNKNOWN_SIZE' make[3]: [Makefile:873: ../locale/serbian.catalog] Error 5 (ignored) FC ../locale/slovak.catalog ../locale/slovak.po - Warning: missing translation for identifier 'MSG_Folder' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_Message' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_Attachments' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_Options' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_New' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_Open' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_Append' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_Save' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_SaveAs' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_Print' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_Edit' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_Okay' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_Use' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_Cancel' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_OkayReq' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_YesNoReq' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_ErrorReq' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_NewEntry' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_Date' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_Sender' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_Recipient' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_Subject' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_Size' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_Status' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_FolderList' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_MessageList' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_Realname' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_Filename' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_Description' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_DOB' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_City' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_Country' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_Street' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_Phone' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_Name' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_Email' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_Address' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_ReturnAddress' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_SenderRecpt' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_MessageDate' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_Unread' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_Total' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_From' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_To' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_Columns' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_Version' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CompilationDate' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_UserLogin' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_ErrorStartup' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_Quit' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_LoadingConfig' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CreatingGUI' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_ErrorMuiApp' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_RebuildIndices' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_LoadingFolders' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_LoadingABook' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_InitLibs' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_ErrorAslStruct' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_ErrorTimer' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_ErrorARexx' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_LoadingGFX' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_SendStartReq' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_QuitYAMReq' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CTtextplain' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CTtexthtml' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CTtextaguide' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CTapplicationoctetstream' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CTapplicationpostscript' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CTapplicationrtf' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CTapplicationlha' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CTapplicationlzx' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CTapplicationzip' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CTapplicationamigaexe' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CTimagejpeg' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CTimagegif' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CTimagepng' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CTimagetiff' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CTimageilbm' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CTaudiobasic' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CTaudio8svx' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CTaudiowav' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CTvideompeg' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CTvideoquicktime' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CTvideoanim' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CTvideomsvideo' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CTmessagerfc822' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_LOG_Started' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_LOG_Terminated' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_LOG_LoggedIn' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_LOG_LoggedInVerbose' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_LOG_Deleting' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_LOG_DeletingVerbose' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_LOG_Moving' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_LOG_Copying' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_LOG_RetrievingVerbose' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_LOG_ConnectSMTP' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_LOG_SendingVerbose' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_LOG_Sending' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_LOG_Editing' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_LOG_Creating' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_LOG_Replying' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_LOG_Forwarding' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_LOG_SavingConfig' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_LOG_SavingABook' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_LOG_SavingUsers' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_LOG_NewAddress' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_LOG_Importing' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_LOG_Exporting' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_LOG_SavingAtt' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_LOG_ChangingSubject' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_UT_Save' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_UT_Load' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_UT_PGPPassReq' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_MA_GetFolderPass' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_MA_ReplyReq' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_MA_ReplyReqOpt' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_MA_CompareReq' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_MA_Compare3ReqOpt' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_MA_Compare2ReqOpt' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_MA_ConfirmReq' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_MA_FilterStats' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_MA_ExportAppendReq' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_MA_ExportAppendOpts' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_MA_MoveMsg' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_MA_MoveMsgReq' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_MA_MoveGad' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_MA_CopyMsg' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_MA_CopyGad' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_MA_ChangeSubjReq' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_MA_All' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_MA_TitleStatus' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_MA_Scripts' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_MA_ExecuteScript' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_MA_CheckSingle' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_MA_WinTitle' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_MA_ToPrefix' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_MA_Incoming' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_MA_Outgoing' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_MA_Sent' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_MA_TBRead' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_MA_TBEdit' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_MA_TBMove' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_MA_TBDelete' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_MA_TBGetAddr' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_MA_TBWrite' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_MA_TBReply' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_MA_TBForward' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_MA_TBGetMail' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_MA_TBSendAll' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_MA_TBFilter' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_MA_TBFind' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_MA_TBAddrBook' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_MA_TBConfig' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_MA_Project' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_MA_AboutMUI' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_MA_LastErrors' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_MA_Restart' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_MA_NewFolder' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_MA_Select' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_MA_MDelete' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_MA_Save' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_MA_MGetAddress' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_MA_SetStatus' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_MA_ChangeSubj' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_MA_MSend' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_MA_Settings' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_MA_MAddrBook' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_MA_MConfig' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_MA_MUsers' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_MA_BT_READ' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_MA_BT_EDIT' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_MA_BT_MOVE' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_MA_BT_DELETE' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_MA_BT_GETADDRESS' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_MA_BT_WRITE' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_MA_BT_REPLY' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_MA_BT_FORWARD' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_MA_BT_POPNOW' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_MA_BT_SENDALL' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_MA_BT_FILTER' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_MA_BT_SEARCH' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_MA_BT_ABOOK' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_MA_BT_CONFIG' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_ChangeFolderPass' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_RetypePass' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_ConfirmDelete' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_InvalidConf' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_ImportMIMEReq' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_ImportMIMEGads' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_NewIntroDef' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_ForwardIntroDef' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_ForwardFinishDef' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_GreetingsDef' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_MLRepIntroDef' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_MLRepByeDef' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_LineBreak' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_SenderName' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_SenderFirstname' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_SenderAddress' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_SenderSubject' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_SenderDate' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_SenderTime' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_SenderDOW' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_SenderMsgID' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_RecptName' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_RecptFirstname' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_RecptAddress' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_ORecptName' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_ORecptFirstname' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_ORecptAddress' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_CompleteHeader' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_ArchiveName' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_ArchiveFiles' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_ArchiveFilelist' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_CrdFirstSteps' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_CrdTCPIP' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_CrdFilters' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_CrdRead' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_CrdWrite' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_CrdSignature' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_CrdMIME' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_CrdSecurity' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_CrdMixed' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_CrdABook' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_Save' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_Use' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_Cancel' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_MinConfig' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_RealName' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_EmailAddress' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_Password' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_TimeZone' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_SendMail' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_Allow8bit' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_ReceiveMail' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_POPUserID' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_POPActive' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_DeleteServerMail' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_PSNever' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_PSLarge' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_PSAlways' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_PSAlwaysFast' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_TWNever' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_TWAuto' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_TWAlways' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_TransferWin' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_PreSelect' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_CheckMail' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_Minutes' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_NotiReq' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_NotiSound' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_NotiCommand' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_Name' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_Remote' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_ApplyToNew' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_ApplyToSent' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_ApplyOnReq' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_ActionForward' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_ActionReply' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_ActionExecute' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_ActionPlay' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_ActionMove' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_ActionDelete' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_ActionSkip' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_HeadNone' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_HeadShort' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_HeadFull' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_SINone' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_SIFields' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_SIAll' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_SLBlank' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_SLDash' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_SLBar' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_SLSkip' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_HeaderLayout' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_BodyLayout' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_OtherOptions' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_WrapHeader' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_OldQuotes' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_Header' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_SenderInfo' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_SignatureSep' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_ColoredText' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_MultiReadWin' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_DisplayAll' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_FixedFontEdit' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_MimeType' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_MimeCmd' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_Extension' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_DefaultViewer' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_Organization' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_ExtraHeaders' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_MessageBody' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_Welcome' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_Greetings' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_Editor' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_WordWrap' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_EWOff' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_EWAsYouType' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_EWBeforeSend' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_ExternalEditor' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_PhraseOpen' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_PhraseIntro' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_PhraseClose' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_Forwarding' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_FwdInit' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_FwdFinish' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_Replying' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_RepInit' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_AltRepInit' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_AltRepPat' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_MLRepInit' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_QuoteEmpty' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_VerifyAddress' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_StripSignature' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_DefSig' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_AltSig1' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_AltSig2' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_Signature' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_EditSig' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_InsertTag' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_InsertENV' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_Taglines' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_TaglineFile' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_TaglineSep' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_FixedFontList' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_SwatchBeat' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_LogNone' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_LogNormal' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_LogVerbose' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_PGPExe' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_Logfiles' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_LogPath' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_LogSplit' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_LogMode' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_LogAllEvents' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_OnStartup' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_LoadAll' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_MarkNew' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_SendStart' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_CheckDOB' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_OnTermination' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_DeleteOld' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_RemoveDel' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_ATABnever' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_ATABask' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_ATABinfoask' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_ATABinfo' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_ATABalways' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_InfoExc' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_Gallery' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_AddToAddrbook' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_ProxyServer' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_NewGroup' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_Paths' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_Detach' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_Attach' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_TempDir' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_AppIcon' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_PositionX' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_CloseGadget' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_SaveDelete' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_ConfirmDelPart1' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_ConfirmDelPart2' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_Remove' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_XPK' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_XPKPack' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_XPKPackEnc' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_Archiver' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_ScriptMenu' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_ScriptStartup' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_ScriptTerminate' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_ScriptPreGetMail' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_ScriptPostGetMail' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_ScriptNewMsg' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_ScriptPreSendMail' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_ScriptPostSendMail' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_ScriptReadMsg' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_ScriptPreWriteMsg' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_ScriptPostWriteMsg' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_ScriptClickURL' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_Script' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_OpenConsole' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_WaitTerm' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_Open' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_SaveAs' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_Edit' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_ResetDefaults' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_ResetAll' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_LastSaved' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_Restore' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_ImportMIME' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_REALNAME' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_EMAIL' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_POPHOST' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_PASSWD' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_SMTPHOST' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_SMTP8BIT' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_LV_POP3' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_BT_PADD' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_BT_PDEL' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_POPUSERID' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_DELETE' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_POPENABLED' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_TRANSWIN' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_CY_MSGSELECT' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_WARNSIZE' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_INTERVAL' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_DLLARGE' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_NOTIREQ' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_NOTICMD' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_NOTISOUND' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_LV_RULES' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_RNAME' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_REMOTE' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_APPLYNEW' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_APPLYSENT' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_APPLYREQ' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_AFORWARD' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_AFORWARD' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_ARESPONSE' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_ARESPONSE' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_AEXECUTE' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_AEXECUTE' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_APLAY' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_APLAY' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_AMOVE' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_PO_MOVETO' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_ADELETE' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_ASKIP' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_BT_RADD' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_BT_RDEL' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_CA_COL2QUOT' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_WRAPHEAD' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_CY_HEADER' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_HEADERS' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_CY_SENDERINFO' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_CY_SIGSEPLINE' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_ALLTEXTS' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_MULTIWIN' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_CA_COLTEXT' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_FIXFEDIT' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_CTYPE' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_COMMAND' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_BT_MADD' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_BT_MDEL' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_EXTENS' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_DEFVIEWER' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_HELLOTEXT' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_BYETEXT' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_EDWRAP' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_CY_EDWRAP' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_LAUNCH' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_FWDSTART' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_FWDEND' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_REPLYTEXT' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_AREPLYTEXT' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_AREPLYPAT' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_MREPLYTEXT' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_QUOTEEMPTY' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_COMPADDR' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_STRIPSIG' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_BT_EDITSIG' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_BT_INSTAG' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_BT_INSENV' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_TAGFILE' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_TAGSEP' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_CG_FO' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_CG_MA' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_CG_AB' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_FIXFLIST' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_BEAT' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_PGPCMD' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_LOGFILE' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_SPLITLOG' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_CY_LOGMODE' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_LOGALL' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_LOADALL' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_MARKNEW' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_SEND' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_CHECKBD' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_DELETEOLD' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_REMOVEDEL' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_GALLDIR' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_CY_ATAB' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_PROXY' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_NEWGROUP' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_TEMPDIR' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_DETACHDIR' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_ATTACHDIR' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_APP' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_CLGADGET' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_CONFIRM' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_NB_CONFIRMDEL' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_REMOVE' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_TX_ENCPACK' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_TX_PACKER' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_NB_ENCPACK' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_ARCHIVER' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_RXNAME' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_SCRIPT' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_CY_ISADOS' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_CONSOLE' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_WAITTERM' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_BT_SAVE' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_BT_USE' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_BT_CANCEL' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_AB_BirthdayReminder' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_AB_HappyBirthday' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_AB_PersonAlias' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_AB_ListAlias' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_AB_GroupAlias' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_AB_PrintReqGads' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_AB_PrintReq' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_AB_AliasFld' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_AB_FoundEntry' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_AB_FindEntry' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_AB_FindEntryReq' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_AB_StartSearch' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_AB_FoundEntryGads' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_AB_NoneFound' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_AB_Modified' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_AB_TitleAlias' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_AB_TitleName' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_AB_TitleDescription' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_AB_TitleAddress' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_AB_TitleStreet' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_AB_TitleCity' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_AB_TitleCountry' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_AB_TitlePhone' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_AB_TitleBirthDate' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_AB_TitlePGPId' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_AB_TitleHomepage' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_AB_MIFind' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_AB_Entry' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_AB_AddUser' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_AB_AddGroup' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_AB_AddList' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_AB_Duplicate' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_AB_MIPrint' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_AB_MIDelete' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_AB_Sort' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_AB_SortByAlias' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_AB_SortByName' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_AB_SortByFirstname' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_AB_SortByDesc' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_AB_SortByAddress' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_AB_View' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_AB_Fold' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_AB_Unfold' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_AB_TBSave' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_AB_TBFind' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_AB_TBNewUser' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_AB_TBNewList' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_AB_TBNewGroup' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_AB_TBEdit' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_AB_TBDelete' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_AB_TBPrint' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_AB_TBOpenTree' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_AB_TBCloseTree' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_AB_BT_SAVE' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_AB_BT_SEARCH' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_AB_BT_ADDUSER' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_AB_BT_ADDGROUP' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_AB_BT_ADDMLIST' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_AB_BT_EDIT' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_AB_BT_DELETE' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_AB_BT_PRINT' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_AB_BT_OPEN' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_AB_BT_CLOSE' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_AB_BT_TO' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_AB_BT_CC' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_AB_BT_BCC' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_EA_EditUser' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_EA_EditList' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_EA_EditGroup' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_EA_ElectronicMail' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_EA_Alias' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_EA_RealName' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_EA_EmailAddress' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_EA_PGPId' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_EA_Homepage' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_EA_SnailMail' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_EA_Street' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_EA_City' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_EA_Country' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_EA_Phone' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_EA_Miscellaneous' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_EA_Description' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_EA_DOB' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_EA_Portrait' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_EA_SelectPhoto' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_EA_ReturnAddress' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_EA_MLName' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_EA_Members' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_EA_Sort' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_EA_ST_ALIAS' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_EA_ST_DESCRIPTION' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_EA_ST_REALNAME' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_EA_ST_ADDRESS' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_EA_ST_PGPKEY' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_EA_ST_HOMEPAGE' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_EA_ST_STREET' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_EA_ST_CITY' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_EA_ST_COUNTRY' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_EA_ST_PHONE' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_EA_BC_PHOTO' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_EA_BT_SELECTPHOTO' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_EA_ST_ADDRESS_L' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_EA_LV_MEMBERS' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_EA_ST_MEMBER' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_EA_BT_ADD' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_EA_BT_DEL' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_EA_BT_SORT' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_EA_BT_OKAY' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_EA_BT_CANCEL' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_RE_MDNReq' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_RE_SaveMessage' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_RE_PrintMsg' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_RE_SelectPrintPart' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_RE_PrintGad' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_RE_SelectSavePart' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_RE_SaveGad' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_RE_DisplayMsg' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_RE_SelectDisplayPart' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_RE_DisplayGad' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_RE_BadSig' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_RE_GoodSig' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_RE_SigFrom' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_RE_SigCheck' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_RE_SaveDecGads' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_RE_SaveDecReq' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_RE_Header' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_RE_Letter' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_RE_MDNFrom' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_RE_MDNTo' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_RE_MDNSubject' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_RE_MDNMessageID' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_RE_MDNDate' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_RE_MDNOrigRecpt' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_RE_MDNFinalRecpt' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_RE_MDNmanual' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_RE_MDNauto' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_RE_MDNdisplay' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_RE_MDNdeleted' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_RE_MDNunknown' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_RE_PGPNotAllowed' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_RE_MsgReadOnly' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_RE_AddSender' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_RE_ContentType' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_RE_Description' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_RE_UUencodedFile' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_RE_SelectAddressReq' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_RE_SelectAddressEdit' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_RE_SelectAddressAdd' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_RE_Original' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_RE_AllTexts' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_RE_MDisplay' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_RE_SaveAll' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_RE_Navigation' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_RE_MNext' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_RE_MPrev' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_RE_MURNext' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_RE_MURPrev' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_RE_MNextTh' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_RE_MPrevTh' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_RE_ExtractKey' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_RE_SaveDecrypted' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_RE_NoHeaders' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_RE_ShortHeaders' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_RE_FullHeaders' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_RE_NoSInfo' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_RE_SInfo' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_RE_SInfoImage' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_RE_WrapHeader' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_RE_Textstyles' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_RE_TBPrev' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_RE_TBNext' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_RE_TBPrevTh' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_RE_TBNextTh' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_RE_TBDisplay' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_RE_TBSave' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_RE_TBPrint' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_RE_TBDelete' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_RE_TBMove' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_RE_TBReply' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_RE_TBForward' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_RE_BT_PREVIOUS' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_RE_BT_NEXT' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_RE_BT_QUESTION' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_RE_BT_ANSWER' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_RE_BT_DISPLAY' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_RE_BT_EXPORT' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_RE_BT_PRINT' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_RE_BT_MOVE' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_RE_BT_DELETE' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_RE_BT_REPLY' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_RE_BT_FORWARD' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_WR_DiscardChanges' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_WR_SaveTextAs' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_WR_AddFile' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_WR_CreateArc' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_WR_CreateArcReq' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_WR_InsertFile' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_WR_TitleFile' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_WR_TitleSize' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_WR_TitleContents' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_WR_TitleDescription' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_WR_SecNone' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_WR_SecSign' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_WR_SecEncrypt' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_WR_SecBoth' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_WR_ImpHigh' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_WR_ImpNormal' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_WR_ImpLow' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_WR_WriteWT' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_WR_Subject' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_WR_To' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_WR_Add' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_WR_AddPack' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_WR_Display' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_WR_ContentType' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_WR_Description' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_WR_From' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_WR_ExtraHeaders' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_WR_SendOpt' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_WR_DelSend' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_WR_Receipt' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_WR_AddInfo' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_WR_Importance' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_WR_Signature' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_WR_TBEditor' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_WR_TBInsert' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_WR_TBCut' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_WR_TBCopy' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_WR_TBPaste' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_WR_TBUndo' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_WR_TBBold' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_WR_TBItalic' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_WR_TBUnderlined' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_WR_TBColored' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_WR_Text' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_WR_InsertAs' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_WR_Plain' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_WR_Quoted' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_WR_ROT13' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_WR_LaunchEd' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_WR_Edit' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_WR_MCut' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_WR_MCopy' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_WR_MPaste' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_WR_PasteAs' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_WR_MUndo' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_WR_Redo' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_WR_Dictionary' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_WR_Textstyle' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_WR_Bold' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_WR_Italic' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_WR_Underlined' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_WR_Colored' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_WR_Emoticons' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_WR_Happy' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_WR_Indifferent' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_WR_Sad' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_WR_Ironic' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_WR_SpellCheck' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_WR_MAddFile' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_WR_AddCB' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_WR_AddKey' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_WR_MDelSend' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_WR_MReceipt' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_WR_MAddInfo' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_WR_MImportance' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_WR_ST_TO' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_WR_BT_ADR' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_WR_ST_SUBJECT' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_WR_BT_EDITOR' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_WR_BT_LOAD' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_WR_BT_CUT' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_WR_BT_COPY' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_WR_BT_PASTE' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_WR_BT_UNDO' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_WR_BT_BOLD' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_WR_BT_ITALIC' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_WR_BT_UNDERL' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_WR_BT_COLOR' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_WR_BT_ADD' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_WR_BT_ADDPACK' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_WR_BT_REMOVE' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_WR_BT_DISPLAY' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_WR_ST_CTYPE' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_WR_ST_DESC' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_WR_ST_CC' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_WR_ST_BCC' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_WR_ST_EXTHEADER' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_WR_ST_REPLYTO' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_WR_CH_DELSEND' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_WR_CH_RECEIPT' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_WR_CH_ADDINFO' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_WR_CY_IMPORTANCE' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_WR_BT_QUEUE' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_WR_BT_SEND' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_TR_Connecting' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_TR_WaitWelcome' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_TR_PopLogin' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_TR_SendAPOPLogin' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_TR_SendUserID' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_TR_SendPassword' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_TR_GetStats' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_TR_Disconnecting' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_TR_ApplyFilters' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_TR_SendHello' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_TR_Exporting' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_TR_Sending' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_TR_Importing' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_TR_DeletingServerMail' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_TR_FilterStats' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_TR_NewMail' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_TR_Downloading' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_TR_MailTransferFrom' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_TR_MailTransferTo' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_TR_MsgInFile' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_TR_Control' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_TR_All' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_TR_DownloadOnly' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_TR_Leave' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_TR_Clear' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_TR_DeleteOnly' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_TR_DownloadDelete' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_TR_Start' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_TR_Status' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_TR_Abort' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_TR_TX_STATUS' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_TR_BT_ABORT' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_ER_ErrorMessages' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_ER_PrevError' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_ER_NextError' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_ER_Clear' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_ER_Close' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_ER_CantCreateFile' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_ER_CantCreateDir' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_ER_ErrorNoAlias' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_ER_ErrorNoAddress' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_ER_ErrorDateFormat' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_ER_CantOpenTempfile' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_ER_CantCreateTempfile' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_ER_ErrorConsole' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_ER_ErrorARexxScript' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_ER_CantOpenFile' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_ER_UUSize' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_ER_DocNotFound' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_ER_SendHTTP' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_ER_ConnectHTTP' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_ER_ErrorWriteMailfile' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_ER_ErrorReadMailfile' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_ER_MissingDirectory' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_ER_MissingName' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_ER_NoPublicKeys' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_ER_PGPreturnsError' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_ER_PGPnotfound' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_ER_AliasNotFound' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_ER_ErrorNoPGPId' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_ER_ErrorAppendKey' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_DI_Alias' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_DI_New' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_DI_AddSelect' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_DI_Delete' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_DI_Paste' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_DI_LV_ENTRIES' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_DI_ST_ALIAS' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_DI_BT_NEW' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_DI_BT_ADDSELECT' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_DI_BT_DELETE' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_DI_BT_PASTE' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_FI_AddFilter' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_FI_AddFilterReq' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_FI_StatNew' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_FI_StatRead' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_FI_StatForwarded' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_FI_StatReplied' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_FI_StatQueued' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_FI_StatFailed' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_FI_StatHold' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_FI_StatSent' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_FI_OtherField' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_FI_MessageSize' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_FI_MessageHeader' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_FI_MessageBody' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_FI_WholeMessage' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_FI_SearchIn' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_FI_CaseSensitive' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_FI_SubString' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_FI_FindMessages' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_FI_AllFolders' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_FI_FindIn' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_FI_FindWhat' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_FI_UseFilter' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_FI_AddAsFilter' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_FI_Results' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_FI_StartSearch' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_FI_SelectMatched' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_FI_ReadMessage' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_FI_Abort' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_FI_LV_FOLDERS' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_FI_BT_ALL' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_FI_PO_FROMRULE' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_FI_BT_TORULE' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_FI_BT_SEARCH' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_FI_BT_SELECT' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_FI_BT_READ' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_FI_BT_ABORT' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_FI_CY_MODE' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_FI_ST_FIELD' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_FI_RA_ADRMODE' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_FI_CY_STATUS' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_FI_ST_MATCH' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_FI_CH_CASESENS' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_FI_CH_SUBSTR' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_FI_CY_COMP' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_US_EnterPassword' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_US_TitleUserName' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_US_TitleMailDir' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_US_WaitLogin' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_US_RemoveReq' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_US_RemoveReqGads' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_US_UserName' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_US_MailDirectory' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_US_GlobalAddrBook' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_US_GlobalDict' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_US_CopyConfig' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_US_Password' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_US_SuperVisor' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_US_AddUser' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_US_DelUser' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_US_ST_USER' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_US_ST_MAILDIR' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_US_CH_USEADDR' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_US_CH_USEDICT' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_US_ST_PASSWD' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_US_CH_ROOT' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_US_CH_CLONE' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_US_BT_ADD' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_US_BT_DEL' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_FO_NewFolderReq' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_FO_NewFolderGads' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_FO_SelectDir' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_FO_MessageDate' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_FO_DateRecvd' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_FO_FMNormal' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_FO_FMSimple' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_FO_FMPack' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_FO_FMEncPack' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_FO_FTRcvdMail' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_FO_FTSentMail' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_FO_FTBothMail' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_FO_EditFolder' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_FO_Properties' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_FO_MaxAge' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_FO_FolderType' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_FO_FolderMode' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_FO_SortBy' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_FO_ThenBy' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_FO_Reverse' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_FO_MLSupport' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_FO_ST_FNAME' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_FO_TX_FPATH' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_FO_ST_MAXAGE' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_FO_CY_FTYPE' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_FO_CY_FMODE' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_FO_CY_SORT0' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_FO_CY_SORT1' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_FO_CH_REVERSE' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_FO_ST_MLPATTERN' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_FO_ST_MLADDRESS' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_BusySavingAB' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_BusyPrintingAB' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_BusySavingDI' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_BusyLoadingDI' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_BusyUncompressingFO' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_BusyMoving' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_BusyRemovingAtt' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_BusyDeleting' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_BusyFiltering' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_BusyDeletingOld' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_BusyEmptyingTrash' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_BusyGettingVerInfo' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_BusyLoadingIndex' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_BusySavingIndex' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_BusyScanning' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_BusyReading' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_BusyDisplaying' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_BusyDisplayingList' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_BusyPGPrunning' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_BusyDecPrinting' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_BusyDecSaving' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_BusyDecDisplaying' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CTapplicationadosscript' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CTapplicationrexx' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_FOLDER_NEWFOLDER' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_FOLDER_EDIT' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_FOLDER_DELETE' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_FOLDER_IMPORT' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_FOLDER_EXPORT' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_MESSAGE_EXPORT' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_SETTINGS_USERS' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_SETTINGS_MUI' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_FO_ST_MLREPLYTOADDRESS' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_EA_DefSecurity' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_MA_CY_DEFSECURITY' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_WR_SecDefaults' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_ER_PGPMultipart' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_RE_FixedFont' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_SMTPUser' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_SMTPPass' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_WR_AltQuoted' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_EA_SelectPhoto_Title' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_RE_MoveNextFolderReq' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_ATTACH_NO' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_ATTACH_PART' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_FOLDER_NEWFOLDERGROUP' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_GENLISTCFG' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_SIZEFORMAT' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_CY_SIZE' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_SIZEFORMAT01' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_SIZEFORMAT02' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_SIZEFORMAT03' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_SIZEFORMAT04' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_SIZEFORMAT05' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_SMTPAUTHUSER' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_SMTPAUTHPASS' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_APPICON' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_APPICONTEXT' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_NEWMSGS' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_UNREADMSGS' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_TOTALMSGS' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_SENTMSGS' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_FO_DSTATS' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_FO_CH_STATS' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_OPENGUI' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_CONTEXTMENU' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_CONTEXTMENU' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_INFOBAR' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_INFOBAR' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_WARNSUBJECT' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_WARNSUBJECT' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_WR_NOSUBJECTREQ' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_WR_TBSearch' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_WR_BT_SEARCH' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_SEARCHWINDOW_TITLE' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_SEARCHWINDOW_TOGGLE_CASESENSITVE' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_SEARCHWINDOW_BT_SEARCH' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_SEARCHWINDOW_BT_CANCEL' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_SEARCHNOTFOUND_TITLE' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_SEARCHNOTFOUND_MSG' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_FO_GROUP_CONFDEL' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_FOLDER_NONSEL' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_FO_NEWFGROUP' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_FO_NEWFGROUPREQ' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_ER_CANTMOVEMAIL' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_MA_EXECUTINGCMD' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_APP_DESCRIPTION' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_INFOBARPOS' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_INFOBARPOS01' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_INFOBARPOS02' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_INFOBARPOS03' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_INFOBARPOS04' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_FOLDERLABEL' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_FO_MLSUPPORT' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_FO_CH_MLSUPPORT' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_FO_AUTODETECT' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_FO_BT_AUTODETECT' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_FO_NOTRECOGNIZED' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_NB_EMAILCACHE' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_NB_EMAILCACHEFMT' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_NB_EMAILCACHE' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_SMTPPORT' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_POPPORT' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_InfoBarDef' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_TR_INITTLS' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_ER_INITAMISSL' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_TR_SENDAUTH' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_IMPORTMIMETITLE' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_ER_TRANSFERMAIL' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_ER_ADDRBOOKLOAD' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_AB_NOYAMADDRBOOK' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_AB_NOYAMADDRBOOK_GADS' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_FO_EDIT_FGROUP' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_FO_EDIT_FGROUPREQ' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_ER_UNUSABLEAMISSL' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_RETRY_QUIT_GAD' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_ER_NOAUTHUSERPASS' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_APPICON_LABEL' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_DATE_RECEIVED' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_DATE_SENT' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_DATE_SNTRCVD' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_DATE_SNTRCVD' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_FROMTO' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_CA_COL1QUOT' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_CA_COL3QUOT' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_CA_COL4QUOT' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_URLCOLOR' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_CA_COLURL' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_MA_CTX_DEFWIDTH_THIS' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_MA_CTX_DEFWIDTH_ALL' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_MA_CTX_DEFORDER_THIS' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_MA_CTX_DEFORDER_ALL' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_MA_CTX_MAILLIST' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_MA_CTX_FOLDERLIST' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_FO_CY_MLSIGNATURE' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CTapplicationpdf' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_INFOBARTXT' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_YesNoReq2' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_FO_ST_HELLOTEXT' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_FO_ST_BYETEXT' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_FO_Welcome' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_FO_Greetings' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_ER_SOCKETOPTION' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_ER_B64FILEENCODE' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_ER_QPFILEENCODE' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_ER_UUFILEENCODE' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_ER_QPDEC_FILEIO' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_ER_QPDEC_UNEXP' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_ER_QPDEC_WARN' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_ER_QPDEC_CHAR' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_ER_UUDEC_TAGMISS' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_ER_UUDEC_CHECKSUM' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_ER_UUDEC_CORRUPT' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_FI_StatMarked' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_MA_CREQUEST_OLDFILE' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_MA_CREQUEST_UNKNOWN' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_MA_YESNOTOALL' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_ER_CONVERTMFILE' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_ER_XPKUSAGE' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_MA_CREQ_OLDFILE_TITLE' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_MA_CREQ_UNKNOWN_TITLE' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_SHOWEMBEDDEDREADPANE' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_EMBEDDEDREADPANE' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_SETSTATUSDELAYED1' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_SETSTATUSDELAYED2' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_SETSTATUSDELAYED' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_MA_ATTACHMENT' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_MA_ATTACHMENTS' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_MA_ATTACHMENT_DISPLAY' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_MA_ATTACHMENT_SAVEAS' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_MA_ATTACHMENT_PRINT' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_MA_ATTACHMENT_SAVEALL' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_MA_ATTACHMENT_SAVESEL' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_SImageOnly' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_RE_SImageOnly' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_CHARSETWARN_TITLE' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_CHARSETWARN' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_CHARSETWARN_BT' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_SenderRFCDateTime' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_SenderTimeZone' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_Filter_Name' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_Filter_RType' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_Filter_NType' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_Filter_SType' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_Filter_UType' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CTunknown' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_NB_AUTOSAVE' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_NB_AUTOSAVEFMT' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_NB_AUTOSAVE' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_ER_MOVEFOLDERDIR' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_FI_SELECTACTIVE' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_FI_BT_SELECTACTIVE' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_QUICKSEARCH_VO_ALL' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_QUICKSEARCH_VO_UNREAD' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_QUICKSEARCH_VO_NEW' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_QUICKSEARCH_VO_MARKED' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_QUICKSEARCH_VO_IMPORTANT' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_QUICKSEARCH_VO_LAST5DAYS' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_QUICKSEARCH_VO_KNOWNPEOPLE' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_QUICKSEARCH_VO_HASATTACHMENTS' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_QUICKSEARCH_VO_MINSIZE' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_QUICKSEARCH_VIEW' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_QUICKSEARCH_SHOWNMSGS' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_FI_NOFOLDERS' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_QUICKSEARCH_VIEWOPTIONS' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_QUICKSEARCH_SEARCHSTRING' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_BUSY_SEARCHINGFOLDER' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_WBAPPICON' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_WBAPPICON' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_DOCKYICON' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_DOCKYICON' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_MA_MessageImport' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_ER_MESSAGEIMPORT' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_MA_MESSAGEEXPORT' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_YAMINFO' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_SYSTEMSETTINGS' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_DEFAULTCHARSET' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_CHARSETUNKNOWNWARN' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_CHARSETUNKNOWNWARN_BT' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_ER_LIB' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_ER_LIB_URL' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_ER_NO_MCC' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_ER_MCC_OLD' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_ER_MCC_IN_USE' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_FIRSTSTEPS_TITLE' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_FIRSTSTEPS_SUMMARY' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_TCPIP_TITLE' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_TCPIP_SUMMARY' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_FILTER_TITLE' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_FILTER_SUMMARY' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_READ_TITLE' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_READ_SUMMARY' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_WRITE_TITLE' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_WRITE_SUMMARY' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_REPLY_TITLE' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_REPLY_SUMMARY' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_SIGNATURE_TITLE' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_SIGNATURE_SUMMARY' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_SECURITY_TITLE' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_SECURITY_SUMMARY' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_STARTUP_TITLE' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_STARTUP_SUMMARY' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_MIME_TITLE' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_MIME_SUMMARY' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_ABOOK_TITLE' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_ABOOK_SUMMARY' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_SCRIPTS_TITLE' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_SCRIPTS_SUMMARY' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_MIXED_TITLE' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_MIXED_SUMMARY' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_UPDATE_TITLE' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_UPDATE_SUMMARY' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_CrdUpdate' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_AMISSLWARN_TITLE' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_AMISSLWARN' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_AMISSLWARN_BT' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_BUSY_OPENINGCONFIG' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_MA_UPDATECHECK' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_SOFTWAREUPDATE' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_UPDATE_DAILY' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_UPDATE_WEEKLY' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_UPDATE_MONTHLY' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_SEARCHFORUPDATES' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_SEARCHNOW' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_LASTSEARCH' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_LASTSTATUS_NOCHECK' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_LASTSTATUS_NOUPDATE' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_LASTSTATUS_NOQUERY' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_LASTSTATUS_UPDATESUCCESS' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_WR_SECURITYREQ' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_WR_UUCODE' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_UPD_NOTIFICATION_WTITLE' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_UPD_NOTIFICATION_TITLE' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_UPD_NOTIFICATION_SUMMARY' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_UPD_NOTIFICATION_CHANGES' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_UPD_NOTIFICATION_NOUPDATE' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_UPD_NOTIFICATION_CLOSE' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_UPD_NOTIFICATION_COMP' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_UPD_NOTIFICATION_RECENT' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_UPD_NOTIFICATION_INSTALLED' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_UPD_NOTIFICATION_URL' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_MIME_DESCRIPTION' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CTapplicationgz' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CTapplicationhqx' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CTapplicationxls' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CTapplicationppt' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CTapplicationdoc' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CTtextxml' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CTapplicationz' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CTapplicationtar' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CTaudioaiff' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CTaudiomidi' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CTaudiompeg' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CTimagebmp' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CTapplicationtgz' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CTapplicationpgp' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CTapplicationbz2' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_DETECT_CYRILLIC' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_DETECT_CYRILLIC' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_WR_ErrorNotEnoughUndoMem' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_RE_HEADERDISPLAY' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_RE_MAILDETAILS' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_ER_ADDFILEERROR' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_ER_PACKERROR' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_ABOOKLOOKUP' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_ABOOKLOOKUP' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_TR_MESSAGEGAUGE' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_CONVERTHTML' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_CONVERTHTML' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_TR_TRANSFERSTATUS' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_TR_TRANSFERSIZE' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_FI_GAUGETEXT' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_MA_MIMEPART_INFO' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_MA_MIMEPART_MENU' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_PGPPASSINTERVAL1' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_PGPPASSINTERVAL2' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_PGPPASSINTERVAL' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_UT_PGPPASSREQ_TITLE' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_GR_REPLYFORWARD' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_GR_SCRIPTS' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_GR_STARTUPQUIT' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_SCRIPTS_PREGET' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_SCRIPTS_POSTGET' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_SCRIPTS_NEWMSG' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_SCRIPTS_READ' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_SCRIPTS_WRITE' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_SCRIPTS_URL' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_MIMECMD_PARAMETER' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_MA_CONFIRMDELETION' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_MA_SPAM' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_LOADINGSPAMTRAININGDATA' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_MA_TBSPAM' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_MA_TBNOTSPAM' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_MA_BT_SPAM' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_MA_BT_NOTSPAM' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_RE_TBSPAM' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_RE_TBNOTSPAM' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_RE_BT_SPAM' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_RE_BT_NOTSPAM' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_LOG_MAILISSPAM' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_LOG_MAILISNOTSPAM' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_FI_STATSPAM' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_MA_TOSPAM' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_MA_TONOTSPAM' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_CRDSPAMFILTER' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_SPAMFILTER' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_SPAMFILTER_TITLE' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_SPAMFILTER_SUMMARY' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_SPAM_FILTERFORNEWMAIL' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_SPAM_RESETTRAININGDATA' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_SPAM_GOODCOUNT' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_SPAM_BADCOUNT' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_BUSYFLUSHINGSPAMTRAININGDATA' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_SPAM_MARKONMOVE' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_SPAM_ADDRESSBOOKISWHITELIST' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_SPAM_RECOGNITION' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_SPAM_FILTERENABLED' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_SPAM_RESETTRAININGDATAASK' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_TR_CHECKUIDL' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_SPAM_DISABLEFILTERASK' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_SPAM_RESETTDATA' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_SPAM_RESETMAILFLAGS' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_SPAM_DELETESPAMFOLDER' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_CY_SMTPAUTHMETHOD' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_SMTPAUTH_AUTO' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_SMTPAUTH_DIGEST' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_SMTPAUTH_CRAM' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_SMTPAUTH_LOGIN' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_SMTPAUTH_PLAIN' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_ER_SMTPAUTH' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_ER_SPAMDIR_EXISTS' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_ER_SPAMDIR_EXISTS_ANSWERS' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_ER_CANNOT_CREATE_SPAMFOLDER' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_MA_CHECKSPAM' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_FI_BUSYCHECKSPAM' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_MA_REMOVESPAM' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_MA_BUSYEMPTYINGSPAM' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_MA_TRASH' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_WR_SEARCH' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_AB_IMPORT' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_AB_EXPORT' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_AB_LDIF' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_AB_CSV' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_AB_TAB' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_ER_ADDRBOOKIMPORT' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_ER_ADDRBOOKEXPORT' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_LOADINGUPDATESTATE' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_MA_HIDE' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_MA_QUIT' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_MA_SELECTALL' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_MA_SELECTNONE' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_MA_SELECTTOGGLE' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_MA_MSEARCH' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_MA_MFILTER' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_MA_REMOVEDELETED' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_MA_UPDATEINDEX' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_MA_MREAD' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_MA_TOUNREAD' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_MA_TOREAD' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_PROJECT_MABOUT' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_MA_MEDIT' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_MA_MMOVE' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_MA_MCOPY' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_MA_MPRINT' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_MA_MSAVE' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_MA_MSAVEATT' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_MA_MNEW' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_MA_MREPLY' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_MA_MFORWARD' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_MA_MSAVEADDRESS' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_MA_MADDRESSBOOK' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_MA_MCONFIG' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_MA_TOMARKED' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_MA_TOUNMARKED' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_MA_ALLTOREAD' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_MA_MEDITASNEW' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_RE_SEARCH' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_RE_SEARCH_AGAIN' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_WR_SEARCH_AGAIN' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_WR_AUTOWRAP' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_SPAM_MARK_AS_READ' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CH_SPAMFILTERENABLED' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_TX_SPAMBADCOUNT' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_TX_SPAMGOODCOUNT' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_BT_SPAMRESETTRAININGDATA' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CH_SPAMFILTERFORNEWMAIL' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CH_SPAMABOOKISWHITELIST' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CH_SPAMMARKONMOVE' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CH_SPAMMARKASREAD' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CH_UPDATECHECK' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_WR_SELECTALL' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_RE_MDN_ACCEPT_LATER' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_RE_MDN_ACCEPT_NOW' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_RE_MDN_IGNORE' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_RE_MDN_IGNORE_ALL' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_MDN_ACTION_IGNORE' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_MDN_ACTION_SEND' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_MDN_ACTION_QUEUE' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_MDN_ACTION_ASK' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_MDN_TITLE' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_MDN_DESCRIPTION' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_MDN_DISABLED' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_MDN_ENABLED' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_MDN_NORECIPIENT' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_MDN_NODOMAIN' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_MDN_DELETE' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_MDN_OTHER' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_MDN_NEVER' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_MDN_ALLOW' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_CY_MDN_NORECIPIENT' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_CY_MDN_NODOMAIN' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_CY_MDN_DELETE' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_CY_MDN_OTHER' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_LOOKFEEL_TITLE' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_LOOKFEEL_SUMMARY' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_CRDLOOKFEEL' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_LOOKFEEL_THEMES' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_THEME_ACTIVATE' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_THEME_PREVIEW' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_THEME_AUTHOR' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_THEME_URL' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_RELDATETIME' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_RELDATETIME' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_ER_USER_UNKNOWN_TITLE' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_ER_USER_UNKNOWN_BUTTON' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_ER_USER_UNKNOWN_ERROR' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_CA_COLSIG' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_ER_SPAM_NOT_ENOUGH_CLASSIFIED_MAILS' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_ER_CANNOT_CREATE_SEMAPHORE' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_RE_HDR_FROM' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_RE_HDR_TO' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_RE_HDR_DATE' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_RE_HDR_SUBJECT' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_RE_VIRTUALMAIL' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_MIMECMD_PUBSCREEN' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_ER_ZOMBIE_FILES_EXIST' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_ER_ZOMBIE_FILES_EXIST_BT' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_ER_ZOMBIE_FILES_EXIST_TITLE' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_SHOWALTPARTS' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_SHOWALTPARTS' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_US_DIRECTORY_DOESNT_EXIST' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_BT_APPICONGETPOS' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_MOVE_HAM_TO_INCOMING' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CH_MOVE_HAM_TO_INCOMING' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_FILTER_HAM' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CH_FILTER_HAM' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_SHUTDOWN_SHUTTING_DOWN' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_CY_FOLDERINFO' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_FOLDERINFO01' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_FOLDERINFO02' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_FOLDERINFO03' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_FOLDERINFO04' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_FOLDERINFO05' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_FO_EXPIREUNREAD' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_FO_CH_EXPIREUNREAD' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_WR_SENDNOW' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_WR_SENDLATER' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_WR_MSENDNOW' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_WR_MSENDLATER' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_ER_CONNECTIONBROKEN' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_WR_MSWITCH_MSG' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_WR_MSWITCH_ATT' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_WR_MSWITCH_OPT' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_FWDMSG' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_FWDMSG_INLINE' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_CY_FORWARDMODE' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_ABOUT_CURRENT_DEVELOPERS' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_ABOUT_CONTRIBUTORS' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_ABOUT_LOCALIZATION_CONTRIBUTORS' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_ABOUT_GPL' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_ABOUT_3RD_PARTY_SOFTWARE' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_ABOUT_YAM_NEWS' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_WR_VIEW' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CONFIG_MODIFIED' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CONFIG_MODIFIED_GAD' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_ABOOK_MODIFIED_GAD' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_BT_MIMEIMPORT' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_AB_INVALIDSECURITY_TITLE' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_AB_INVALIDSECURITY' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_AB_INVALIDSECURITY_GADS' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_WR_INVALIDSECURITY_TITLE' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_WR_INVALIDSECURITY' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_WR_INVALIDSECURITY_GADS' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_ER_FILEENCODE' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_ER_MISSINGATTFILE' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_ER_INVALIDATTFILE' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_ER_PRINTER_OFFLINE' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_ER_PRINTER_OFFLINE_GADS' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_ER_PRINTER_NOPAPER' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_ER_PRINTER_NOPAPER_GADS' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_ER_PRINTER_FAILED' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_MA_EDIT' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_MA_EDIT_UNDO' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_MA_EDIT_REDO' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_MA_EDIT_CUT' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_MA_EDIT_COPY' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_MA_EDIT_PASTE' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_MA_EDIT_SALL' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_MA_EDIT_SNONE' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_WR_SELECTNONE' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_MA_INVALIDMFILE_TITLE' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_MA_INVALIDMFILE' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_MA_INVALIDMFILE_BT' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_ER_CANNOT_READ_INDEX' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_ER_CANNOT_WRITE_INDEX' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_ER_INDEX_CORRUPTED' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_ER_UNKNOWN_MIME_ENCODING' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_ER_UNKNOWN_HEADER_ENCODING' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_ER_UNEXPECTED_MULTIPART_EOF' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_ER_MIME_ERROR' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_ER_UNEXPECTED_UUE_EOF' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_ER_INVALID_UUE_LENGTH' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_RE_HDR_REPLYTO' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_FI_FROM_FIELD' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_FI_TO_FIELD' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_FI_CC_FIELD' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_FI_REPLYTO_FIELD' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_FI_SUBJECT_FIELD' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_FI_DATE_FIELD' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_FO_TO_PATTERN' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_FO_TO_ADDRESS' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_FO_FROM_ADDRESS' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_FO_REPLYTO_ADDRESS' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_RETRY_HOMEPAGE_QUIT_GAD' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HOMEPAGE_QUIT_GAD' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_MA_EDIT_DELETE' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_WR_DELETE' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_ER_B64DEC_FILEIO' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_ER_B64DEC_WARN' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_ER_B64DEC_UNEXP' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_MA_ADD_WHICH_ADDRESS' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_SCRIPTACTION' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_SCRIPTPATH' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_ER_ICONOBJECT_WARNING' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_ER_THEMEVER_FALLBACK' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_ER_THEMEVER_IGNORE' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_ER_DATATYPE_ERROR' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_ER_IMAGEOBJECT_WARNING' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_ER_THEME_FATAL' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_ER_THEME_FALLBACK' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_ER_THEME_ACTIVATED_TITLE' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_ER_THEME_ACTIVATED' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_FOLDER_ALLTOREAD' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_EA_REMOVEPHOTO' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_EA_BT_REMOVEPHOTO' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_NOTISOUND' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_NOTICMD' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_BT_MORE' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_BT_LESS' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_BT_FILTERUP' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_BT_FILTERDOWN' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_PO_APLAY' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_BT_APLAY' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_DESCRIPTION' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_LV_REXX' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_BT_UPDATENOW' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_WR_LV_ATTACH' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_QUICKSEARCH_STR_CONTROLCHAR' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_UPDATE_NEVER' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_MA_EXECUTESCRIPT_TITLE' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_FI_BT_NONE' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_MA_CONFIRMFILTER_ALL' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_MA_CONFIRMFILTER_SELECTED' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_AB_XML' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_MA_FILTER_STATS_SPAM' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_TR_FILTER_STATS_SPAM' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_FCHANGE_WARN_TITLE' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_FCHANGE_WARN' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_LOG_SENDING_FAILED' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_EA_ST_BIRTHDAY' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_ERROR_THREADS' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_ERROR_PLAYSOUND' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_WR_CHARSET' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_WR_PO_CHARSET' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_ABOUTYAM' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_ER_CONNECTERR_SOCKET_IN_USE_POP3' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_ER_CONNECTERR_TIMEDOUT_POP3' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_ER_CONNECTERR_NO_SOCKET_POP3' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_ER_CONNECTERR_NO_NONBLOCKIO_POP3' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_ER_UNKNOWN_HOST_POP3' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_ER_CANNOT_CONNECT_POP3' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_ER_POP3WELCOME' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_ER_BADRESPONSE_POP3' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_ER_INITTLS_POP3' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_ER_NO_APOP' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_ER_CONNECTERR_SOCKET_IN_USE_SMTP' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_ER_CONNECTERR_TIMEDOUT_SMTP' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_ER_CONNECTERR_NO_SOCKET_SMTP' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_ER_CONNECTERR_NO_NONBLOCKIO_SMTP' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_ER_INITTLS_SMTP' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_ER_NOSTARTTLS_SMTP' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_ER_BADRESPONSE_SMTP' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_ER_CANNOT_CONNECT_SMTP' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_ER_UNKNOWN_HOST_SMTP' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_ER_NO8BITMIME_SMTP' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_FOLDERDBLCLICK' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_MA_ATTACHMENT_DELETE' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_MA_ATTACHMENT_DELETESEL' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_MA_DELETESELECTEDREQUEST' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_LOG_DELETEDATT' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_MA_DELETEATT' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_MA_DELETEATTREQUEST' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_MA_ATTACHMENT_DELETEALL' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_MA_MDELETEATT' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_MAPFOREIGNCHARS' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_MAPFOREIGNCHARS' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_MA_NAVIGATION' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_MA_MNEXTTH' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_MA_MPREVTH' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_GLOBALMAILTHREADS' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_GLOBALMAILTHREADS' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_FILE_OVERWRITE' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_ER_USER_DIR_MISSING' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_TEXTCOLORS_READ' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_TEXTCOLORS_READ' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_TEXTSTYLES_READ' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_TEXTSTYLES_READ' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_TEXTCOLORS_WRITE' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_TEXTCOLORS_WRITE' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_TEXTSTYLES_WRITE' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_TEXTSTYLES_WRITE' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_FONTSETTINGS' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_FIXEDFONT_WRITE' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_RE_TEXTCOLORS' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_WR_TEXTSTYLES' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_WR_TEXTCOLORS' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_WR_FIXEDFONT' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_SPAM_OPTIMIZE_TRAININGDATA' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_BT_OPTIMIZE_TRAININGDATA' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_SPAM_OPTIMIZE_TRAININGDATA_ASK' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_SPAM_STATISTICS' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_ER_WRONG_DOB_FORMAT' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_NOTIOS41SYSTEM' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_NOTIOS41SYSTEM' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_USERNAME_FALLBACK' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_RE_DEFAULT_MIMEPART_NAME' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_OPEN_WRITEWINDOWS' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_OPEN_WRITEWINDOWS_GAD' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_MA_MFORWARD_ATTACH' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_MA_MFORWARD_INLINE' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_FWDMSG_ATTACH' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_ScriptPreFilterMail' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_ScriptPostFilterMail' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_FI_DOS_PATTERN' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_FI_CH_DOS_PATTERN' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CTapplicationpgpsig' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_AB_BirthdayReqBody' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_ER_AREXX_EXECUTION_ERROR' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_BIRTHDAYREQUEST_DONTSHOWAGAIN' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_RE_SAVE_FILE' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_UPD_NO_UPDATES_FOUND_TITLE' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_UPD_NO_UPDATES_FOUND' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_UPD_NO_UPDATES_FOUND_HINT_AUTOCHECK' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_UPD_NO_UPDATES_FOUND_HINT_NOAUTOCHECK' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_THREAD_EXIT_WARNING_TITLE' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_THREAD_EXIT_WARNING' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_THREAD_EXIT_WARNING_BT' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_EXECUTE_COMMAND_FAILED' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_ERROR_METHODSTACK' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_TRANSFERS_IN_PROGRESS' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_ERROR_CONNECTIONS' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_LOG_CONNECT_POP3' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_LOG_RETRIEVED_POP3' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_TR_ENTER_POP3_PASSWORD' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_ALTIMAGE_STATUS_DOWNLOAD' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_ALTIMAGE_STATUS_DELETE' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_PRESELECT_INDEX' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_TR_WAIT_FOR_PASSWORD' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_TR_WAIT_FOR_PRESELECTION' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_POP3_NEW_MAIL_NOTIFY_REQ' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_POP3_NEW_MAIL_NOTIFY_OS4_ONE' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_POP3_NEW_MAIL_NOTIFY_OS4_MANY' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_MA_SEND_AND_GET_MAIL' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_MA_SEND_MAIL' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_MA_GET_MAIL' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_WR_SECURITYREQ_GADS' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HTTP_CONNECTING_TO_SERVER' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HTTP_SENDING_REQUEST' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HTTP_WAITING_FOR_ANSWER' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HTTP_RECEIVING_DATA' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HTTP_DISCONNECTING_FROM_SERVER' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_SHOW_TRANSFER_WINDOW' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_APPLY_REMOTE_FILTERS' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_APPLY_REMOTE_FILTERS' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_DOWNLOAD_ON_STARTUP' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_DOWNLOAD_ON_STARTUP' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_IMPORT_UNKNOWN_FILE_FORMAT' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_IMPORT_NO_MAILS' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_CONFIG_IS_LOCKED' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_FOLDERINFO_SHORTHELP' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_MAILINFO_SHORTHELP' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_UPDATE_DOWNLOAD_PATH' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_UPD_NOTIFICATION_DOWNLOAD' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_TR_DOWNLOADING_FROM_SERVER' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_MA_HELP' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_MA_HELP_CONTENTS' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_MA_HELP_AREXX' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_EA_SEARCH_GRAVATAR' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_ER_NO_GRAVATAR_FOUND' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_ER_NON_MIME_CONFORMANT_MAIL' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_ACTION_SET_STATUS_TO_MARKED' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_ACTION_SET_STATUS_TO_MARKED' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_ACTION_SET_STATUS_TO_UNMARKED' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_ACTION_SET_STATUS_TO_UNMARKED' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_ACTION_SET_STATUS_TO_READ' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_ACTION_SET_STATUS_TO_READ' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_ACTION_SET_STATUS_TO_UNREAD' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_ACTION_SET_STATUS_TO_UNREAD' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_ACTION_SET_STATUS_TO_SPAM' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_ACTION_SET_STATUS_TO_SPAM' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_ACTION_SET_STATUS_TO_HAM' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_ACTION_SET_STATUS_TO_HAM' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_SMTP_ACTIVE' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_POP_AUTH' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_CY_POPAUTH' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_POP_AUTH_PLAIN' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_POP_AUTH_APOP' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_POP_SECURITY' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_POP_SECURITY_NONE' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_POP_SECURITY_TLS' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_POP_SECURITY_SSL' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_CY_POPSECURE' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_POP_SERVERLIST' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_POP_SERVERSETTINGS' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_POP_SECURITYAUTH' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_POP_MSGHANDLING' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_SMTP_SERVERLIST' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_SMTP_SERVERSETTINGS' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_POP_DESC' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_POPDESC' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_SMTP_DESC' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_SMTPDESC' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_SMTP_SECURITY' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_SMTP_SECURITY_NONE' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_SMTP_SECURITY_TLS' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_SMTP_SECURITY_SSL' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_SMTP_SECURITYAUTH' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_CY_SMTPSECURE' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_SMTP_AUTH' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_SMTPAUTH_NONE' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_SMTP_OPTIONS' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_CRDIDENTITIES' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_IDENTITIES_TITLE' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_IDENTITIES_SUMMARY' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_LIST' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_SETTINGS' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_REGISTER_SETTINGS' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_REGISTER_COMPOSE' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_REGISTER_PGPSEC' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_NOSIGNATURE' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_ABOVEQUOTE' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_BELOWQUOTE' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_DESCRIPTION' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_MAILSERVER' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_COMPOSE' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_CC' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_BCC' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_REPLYTO' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_COMPOSE_OPTIONS' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_COMPOSE_QUOTE' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_COMPOSE_ANSWER' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_COMPOSE_SIGNATURE' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_USESIG_REPLY' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_USESIG_FORWARD' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_PGPSETTINGS' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_USEPGP' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_PGPKEY_ID' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_PGPKEY_URL' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_PGP_OPTIONS' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_PGP_SIGN_UNENC' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_PGP_SIGN_ENC' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_PGP_ENCRYPTALL' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_PGP_ADDOWN' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_PHOTOURL' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_ADDINFO' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_REQUESTMDN' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_SERVERNAME' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_USER' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_FO_MOVEFOLDERTO' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_FO_FOLDER_ALREADY_EXISTS' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_ER_CANNOT_CREATE_FOLDER' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_IdentityActive' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_MA_FLUSH_ALL_INDICES' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_IDENTITY_ENABLED' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_IDENTITY_DESCRIPTION' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_IDENTITY_REALNAME' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_IDENTITY_EMAIL' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_IDENTITY_ORGANIZATION' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_CY_IDENTITY_MAILSERVER' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_IDENTITY_CC' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_IDENTITY_BCC' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_IDENTITY_REPLYTO' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_IDENTITY_EXTRAHEADER' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_IDENTITY_PHOTOURL' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_IDENTITY_QUOTEMAILS' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_IDENTITY_QUOTEPOS' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_IDENTITY_SIGPOS' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_IDENTITY_SIGREPLY' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_IDENTITY_SIGFORWARD' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_IDENTITY_ADDINFO' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_IDENTITY_REQUESTMDN' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_IDENTITY_USEPGP' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_IDENTITY_PGPID' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_IDENTITY_PGPURL' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_IDENTITY_PGPSIGN_UNENC' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_IDENTITY_PGPSIGN_ENC' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_IDENTITY_PGPENC_ALL' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_IDENTITY_PGPENC_SELF' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_CY_IDENTITY_SIGNATURE' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_CONFIGWARNING_TITLE' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_CONFIGWARNING' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_CONFIGWARNING_BT' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_CONFIGVERSIONWARNING_TITLE' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_CONFIGVERSIONWARNING' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_CONFIGVERSIONWARNING_BT' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_WR_MCCADDRFIELD' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_WR_MBCCADDRFIELD' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_WR_MREPLYTOADDRFIELD' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_LISTCOLUMNSETTINGS' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_LOOKFEEL_MAINWINDOW' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_LOOKFEEL_TITLE_THEME' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_LOOKFEEL_TITLE_INFO' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_WR_CY_SIGNATURE' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_WR_PGPSECURITY' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_WR_CY_SECURITY' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_MIMETYPE_TITLE' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_DOWNLOAD_LARGE_MAILS1' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_DOWNLOAD_LARGE_MAILS2' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_MA_DRAFTS' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_SIGNATURE' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_SIGNATURES' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_SIGNATURE_DESCRIPTION' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_SIGNATURE_ACTIVE' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_SIGNATURE' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_LV_SIGNATURE' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_BT_SIGADD' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_BT_SIGDEL' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_BT_SIGUP' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_BT_SIGDOWN' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_BT_SIG_ACTIVE' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_SIG_DESC' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_TE_SIGEDIT' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_MIXED_CONNECTIONS' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_POP_NOTIFICATION' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_SSL_CERT_WARNING_TITLE' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_SSL_CERT_WARNING_BUTTONS' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_SSL_CERT_WARNING_INTRO' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_SSL_CERT_WARNING_UNTRUSTED' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_SSL_CERT_WARNING_IDMISMATCH' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_SSL_CERT_WARNING_NOTYETVALID' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_SSL_CERT_WARNING_EXPIRED' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_SSL_CERT_WARNING_OTHER' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_SSL_CERT_WARNING_INFO' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_SSL_CERT_WARNING_SHOWTITLE' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_ER_WARN_LOADCAPATH' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_ER_WARN_CAPATH' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_ACTION_TERMINATE_FILTER' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_ATERMINATE' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_FILTER_IMPORT' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_FILTER_IMPORT_TITLE' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_SPAM_TRUSTHEADERLINES' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_ER_POP3_UIDLHASH_INIT_FAILED' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_SIGNATURE_TEXT' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_APPEND_SIGNATURE_FILE' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_PRESELECT_GETTING_DETAILS' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_UPDATES_INFO_MANUAL' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_UPDATES_INFO_AUTO' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_PGPPASS_SHOW_CHARS' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CANNOT_CREATE_CUSTOM_CLASS' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_ER_MORPHOS_REXX_WARNING' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_WR_SAVEASDRAFT' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_WR_BT_SAVEASDRAFT' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_WR_MSAVEASDRAFT' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_WR_MCLOSE' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_LOG_REDIRECT' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_ACTIONREDIRECT' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_AREDIRECT' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_AREDIRECT' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_MA_MREDIRECT' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_WR_REDIRECT_FROM' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_WR_REDIRECT_TO' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_WR_REDIRECT_CC' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_WR_REDIRECT_BCC' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_WR_REDIRECT_TITLE' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_ER_CANNOT_CREATE_MAIL_FILE' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_WR_RENAME' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_WR_RENAME_ATTACHMENT' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_WR_ENTER_NEW_NAME' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_FI_SKIP_ENCRYPTED' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_FI_CH_SKIP_ENCRYPTED' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_QUICKSEARCHBAR' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_QUICKSEARCHBAR' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_QUICKSEARCHBARPOS' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_QUICKSEARCHBARPOS01' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_QUICKSEARCHBARPOS02' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_QUICKSEARCHBARPOS03' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_FILTER_REGISTER_SETTINGS' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_FILTER_REGISTER_CONDITIONS' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_FILTER_REGISTER_ACTIONS' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_CONDITION_ALL' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_CONDITION_MIN_ONE' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_CONDITION_MAX_ONE' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_WR_CMENU_TITLE' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_WR_CMENU_ADD_ATTACHMENT' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_WR_CMENU_ADD_ARCHIVE_ATTACHMENT' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_WR_CMENU_REMOVE_ATTACHMENT' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_WR_CMENU_RENAME_ATTACHMENT' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_WR_CMENU_DISPLAY_ATTACHMENT' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_WR_TITLEATTACHMENT' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_WR_REMOVE' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_CONDITION_PREPHRASE' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_CONDITION_POSTPHRASE' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_FALLBACK_TZONE' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_GR_TZONE' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_TZONE_GMTOFFSET' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_TZONE_NEXTDSTSWITCH' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_TZONE_NODSTSWITCH' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_TZONE_DESCRIPTION' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_TZONE_DESCRIPTION_NA' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_TZONE_ZONETAB_FILE_MISSING' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_TZONE_LOCATION_FILE_MISSING' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_FOLDER_MOVE_WARNING_TITLE' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_FOLDER_MOVE_WARNING' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_FOLDER_MOVE_WARNING_GADS' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_FO_DISPLAYNAME' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_FO_DIRECTORYNAME' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_VALIDATING_FOLDERS' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_MA_MARCHIVE' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_MA_ARCHIVE' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_SHOW_ARCHIVER_PROGRESS' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_LAUNCH_EXTEDITOR' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_EXTEDITOR' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_EDITOR_EXT' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_EXTEDITOR_CODESET' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_TX_DEFCODESET_EDITOR' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_TX_DEFCODESET_LOCAL' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_TX_DEFCODESET_WRITE' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_DEFAULTCODESET_WRITE' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_MIME_CODESET' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_TX_MIME_CODESET' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_DEFAULTVIEWER_CODESET' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_TX_DEFVIEWER_CODESET' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_LOG_FILTER_DONE' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_FO_JUMP_TO_UNREAD_MESSAGE' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_FO_CH_JUMPTOUNREAD' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_FO_JUMP_TO_RECENT_MESSAGE' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_FO_CH_JUMPTORECENT' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_FO_MAXAGE_DAYS' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_QUICKSEARCH_FILTER_LIST' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_QUICKSEARCH_FROM' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_QUICKSEARCH_TO' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_QUICKSEARCH_SUBJECT' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_QUICKSEARCH_BODY' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_CHECK_FOR_MISSING_ATTACHMENTS' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_ATTACHMENT_KEYWORDS' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_ATTACHMENTREMINDER' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_LV_ATTACHMENTKEYWORDS' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_ATTACHMENT_KEYWORDS' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_ATTACHMENT_REMIND_INFO' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_ATTACHMENT_REMIND_ADD' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_ATTACHMENT_REMIND_LATER' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_WR_NO_ATTACHMENTS_TITLE' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_WR_NO_ATTACHMENTS' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_WR_NO_ATTACHMENTS_GADS' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_MAILACCOUNT_TRANSFERRED' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_MAILACCOUNT_TRANSFERRED' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_SAVE_LAYOUT' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_SAVELAYOUTQUIT' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_SMTP_FOLDERS' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_SMTP_SENTFOLDER' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_PO_SMTP_SENTFOLDER' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_SAVESENTMAIL' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_IDENTITY_SAVESENTMAIL' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_ALTSENTFOLDER' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_IDENTITY_ALTSENTFOLDER' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_TX_IDENTITY_ALTSENTFOLDER' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_POP_FOLDERS' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_POP_INCOMINGFOLDER' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_PO_POP_INCOMINGFOLDER' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_CYRILLICCHARSETWARN' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_CYRILLICCHARSETWARN_BT' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_WR_NORCPT_WARNING_GADGET' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_WR_NORCPT_WARNING' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_WR_DISCARDCHANGES_GADGET' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_MA_NO_SUBJECT' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_MA_NO_RECIPIENTS' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_WR_CANCEL' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_WR_BT_CANCEL' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_MA_REPLYREQ_OPTIONS2' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_ABOUT_DONATE_TEXT' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_TR_MAILCHECKFROM' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_WR_CC' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_WR_BCC' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_WR_REPLYTO' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_AB_TO_TOOLBAR' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_AB_CC_TOOLBAR' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_AB_BCC_TOOLBAR' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_AB_FROM_TITLE' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_AB_TO_TITLE' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_AB_CC_TITLE' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_AB_BCC_TITLE' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_AB_REPLYTO_TITLE' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_SIZE_BYTES' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_SIZE_KILOBYTES' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_SIZE_MEGABYTES' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_SIZE_GIGABYTES' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_LOG_COPY_MAIL' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_LOG_MOVE_MAIL' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_LOG_FILTER_ORIGINATOR' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_STARTUP_SECURITY_WARNING_TITLE' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_STARTUP_SECURITY_WARNING' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_STARTUP_SECURITY_WARNING_GADGETS' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_FO_PATH_INVALID' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_FO_MLPATTERN_INVALID' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_FO_MLADDRESS_INVALID' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_SAVE_WITHOUT_PRIVATE_DATA' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_SSL_CERT_WARNING_SIGINVALID' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_SSL_CERT_WARNING_OUTRO' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_POP_SERVER' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_POP_PORT' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_POP_PORT_STANDARD' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_SMTP_SERVER' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_SMTP_PORT' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_SMTP_PORT_STANDARD' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_POP3_TEST_CONNECTION_SETTINGS' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_BT_POPTEST' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_POP3_CONNECTION_TITLE' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_POP3_CONNECTION_SUCCESS' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_POP3_CONNECTION_FAILURE' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_SMTP_TEST_CONNECTION_SETTINGS' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_HELP_CO_BT_SMTPTEST' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_SMTP_CONNECTION_TITLE' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_SMTP_CONNECTION_SUCCESS' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_SMTP_CONNECTION_FAILURE' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_ER_WARN_CAFILE' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_ER_CANNOT_OPEN_ASLREQ' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_FO_FOLDER_NAME_INVALID' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_ACCEPTED_SERVER_CERT_WARNINGS' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_CO_CLEAR_SERVER_CERT_WARNINGS' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_UPD_NOTIFICATION_DOWNLOAD_WITH_BROWSER' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_NIGHTLY_EXPIRY_DATE' ../locale/slovak.po - Warning: missing translation for identifier 'MSG_UNKNOWN_SIZE' make[3]: [Makefile:873: ../locale/slovak.catalog] Error 5 (ignored) FC ../locale/slovenian.catalog ../locale/slovenian.po - Warning: original string doesn't have a trailing ellipsis ('...') for identifier 'MSG_MA_ConfirmReq' ../locale/slovenian.po - Warning: string too long for identifier 'MSG_MA_TBGetAddr' ../locale/slovenian.po - Warning: string too long for identifier 'MSG_MA_TBFilter' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_DeleteServerMail' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_PreSelect' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_NotiReq' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_TaglineSep' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_Detach' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_TempDir' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_HEADERS' ../locale/slovenian.po - Warning: excessive placeholders for identifier 'MSG_HELP_CO_ST_COMMAND' ../locale/slovenian.po - Warning: original string doesn't have a trailing ellipsis ('...') for identifier 'MSG_AB_AddUser' ../locale/slovenian.po - Warning: original string doesn't have a trailing ellipsis ('...') for identifier 'MSG_AB_AddGroup' ../locale/slovenian.po - Warning: original string doesn't have a trailing ellipsis ('...') for identifier 'MSG_AB_AddList' ../locale/slovenian.po - Warning: original string has a trailing ellipsis ('...') for identifier 'MSG_EA_SelectPhoto' ../locale/slovenian.po - Warning: original string doesn't have a trailing ellipsis ('...') for identifier 'MSG_RE_SaveMessage' ../locale/slovenian.po - Warning: string too long for identifier 'MSG_RE_TBPrev' ../locale/slovenian.po - Warning: string too long for identifier 'MSG_RE_TBNext' ../locale/slovenian.po - Warning: string too long for identifier 'MSG_RE_TBPrevTh' ../locale/slovenian.po - Warning: string too long for identifier 'MSG_RE_TBNextTh' ../locale/slovenian.po - Warning: string too long for identifier 'MSG_RE_TBMove' ../locale/slovenian.po - Warning: string too long for identifier 'MSG_RE_TBReply' ../locale/slovenian.po - Warning: string too long for identifier 'MSG_RE_TBForward' ../locale/slovenian.po - Warning: original string doesn't have a trailing ellipsis ('...') for identifier 'MSG_WR_SaveTextAs' ../locale/slovenian.po - Warning: original string doesn't have a trailing ellipsis ('...') for identifier 'MSG_WR_AddFile' ../locale/slovenian.po - Warning: original string doesn't have a trailing ellipsis ('...') for identifier 'MSG_WR_InsertFile' ../locale/slovenian.po - Warning: original string has a trailing ellipsis ('...') for identifier 'MSG_WR_Add' ../locale/slovenian.po - Warning: original string has a trailing ellipsis ('...') for identifier 'MSG_WR_AddPack' ../locale/slovenian.po - Warning: string too long for identifier 'MSG_WR_TBEditor' ../locale/slovenian.po - Warning: string too long for identifier 'MSG_WR_TBUndo' ../locale/slovenian.po - Warning: string too long for identifier 'MSG_WR_TBUnderlined' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_HELP_WR_ST_CC' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_HELP_WR_ST_BCC' ../locale/slovenian.po - Warning: original string doesn't have a trailing ellipsis ('...') for identifier 'MSG_FO_SelectDir' ../locale/slovenian.po - Warning: original string has a trailing ellipsis ('...') for identifier 'MSG_BusyScanning' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_HELP_FO_ST_HELLOTEXT' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_HELP_FO_ST_BYETEXT' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_FO_Welcome' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_FO_Greetings' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_ER_SOCKETOPTION' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_ER_B64FILEENCODE' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_ER_QPFILEENCODE' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_ER_UUFILEENCODE' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_ER_QPDEC_FILEIO' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_ER_QPDEC_UNEXP' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_ER_QPDEC_WARN' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_ER_QPDEC_CHAR' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_ER_UUDEC_TAGMISS' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_ER_UUDEC_CHECKSUM' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_ER_UUDEC_CORRUPT' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_FI_StatMarked' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_MA_CREQUEST_OLDFILE' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_MA_CREQUEST_UNKNOWN' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_MA_YESNOTOALL' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_ER_CONVERTMFILE' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_ER_XPKUSAGE' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_MA_CREQ_OLDFILE_TITLE' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_MA_CREQ_UNKNOWN_TITLE' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_SHOWEMBEDDEDREADPANE' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_EMBEDDEDREADPANE' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_SETSTATUSDELAYED1' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_SETSTATUSDELAYED2' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_HELP_CO_SETSTATUSDELAYED' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_MA_ATTACHMENT' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_MA_ATTACHMENTS' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_MA_ATTACHMENT_DISPLAY' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_MA_ATTACHMENT_SAVEAS' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_MA_ATTACHMENT_PRINT' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_MA_ATTACHMENT_SAVEALL' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_MA_ATTACHMENT_SAVESEL' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_SImageOnly' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_RE_SImageOnly' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_CHARSETWARN_TITLE' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_CHARSETWARN' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_CHARSETWARN_BT' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_SenderRFCDateTime' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_SenderTimeZone' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_Filter_Name' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_Filter_RType' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_Filter_NType' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_Filter_SType' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_Filter_UType' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CTunknown' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_NB_AUTOSAVE' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_NB_AUTOSAVEFMT' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_HELP_CO_NB_AUTOSAVE' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_ER_MOVEFOLDERDIR' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_FI_SELECTACTIVE' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_HELP_FI_BT_SELECTACTIVE' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_QUICKSEARCH_VO_ALL' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_QUICKSEARCH_VO_UNREAD' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_QUICKSEARCH_VO_NEW' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_QUICKSEARCH_VO_MARKED' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_QUICKSEARCH_VO_IMPORTANT' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_QUICKSEARCH_VO_LAST5DAYS' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_QUICKSEARCH_VO_KNOWNPEOPLE' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_QUICKSEARCH_VO_HASATTACHMENTS' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_QUICKSEARCH_VO_MINSIZE' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_QUICKSEARCH_VIEW' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_QUICKSEARCH_SHOWNMSGS' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_FI_NOFOLDERS' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_HELP_QUICKSEARCH_VIEWOPTIONS' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_HELP_QUICKSEARCH_SEARCHSTRING' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_BUSY_SEARCHINGFOLDER' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_WBAPPICON' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_WBAPPICON' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_DOCKYICON' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_DOCKYICON' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_MA_MessageImport' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_ER_MESSAGEIMPORT' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_MA_MESSAGEEXPORT' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_YAMINFO' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_SYSTEMSETTINGS' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_DEFAULTCHARSET' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_CHARSETUNKNOWNWARN' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_CHARSETUNKNOWNWARN_BT' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_ER_LIB' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_ER_LIB_URL' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_ER_NO_MCC' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_ER_MCC_OLD' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_ER_MCC_IN_USE' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_FIRSTSTEPS_TITLE' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_FIRSTSTEPS_SUMMARY' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_TCPIP_TITLE' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_TCPIP_SUMMARY' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_FILTER_TITLE' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_FILTER_SUMMARY' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_READ_TITLE' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_READ_SUMMARY' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_WRITE_TITLE' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_WRITE_SUMMARY' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_REPLY_TITLE' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_REPLY_SUMMARY' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_SIGNATURE_TITLE' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_SIGNATURE_SUMMARY' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_SECURITY_TITLE' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_SECURITY_SUMMARY' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_STARTUP_TITLE' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_STARTUP_SUMMARY' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_MIME_TITLE' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_MIME_SUMMARY' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_ABOOK_TITLE' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_ABOOK_SUMMARY' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_SCRIPTS_TITLE' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_SCRIPTS_SUMMARY' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_MIXED_TITLE' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_MIXED_SUMMARY' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_UPDATE_TITLE' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_UPDATE_SUMMARY' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_CrdUpdate' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_AMISSLWARN_TITLE' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_AMISSLWARN' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_AMISSLWARN_BT' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_BUSY_OPENINGCONFIG' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_MA_UPDATECHECK' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_SOFTWAREUPDATE' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_UPDATE_DAILY' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_UPDATE_WEEKLY' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_UPDATE_MONTHLY' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_SEARCHFORUPDATES' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_SEARCHNOW' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_LASTSEARCH' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_LASTSTATUS_NOCHECK' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_LASTSTATUS_NOUPDATE' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_LASTSTATUS_NOQUERY' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_LASTSTATUS_UPDATESUCCESS' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_WR_SECURITYREQ' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_WR_UUCODE' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_UPD_NOTIFICATION_WTITLE' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_UPD_NOTIFICATION_TITLE' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_UPD_NOTIFICATION_SUMMARY' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_UPD_NOTIFICATION_CHANGES' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_UPD_NOTIFICATION_NOUPDATE' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_UPD_NOTIFICATION_CLOSE' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_UPD_NOTIFICATION_COMP' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_UPD_NOTIFICATION_RECENT' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_UPD_NOTIFICATION_INSTALLED' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_UPD_NOTIFICATION_URL' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_MIME_DESCRIPTION' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CTapplicationgz' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CTapplicationhqx' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CTapplicationxls' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CTapplicationppt' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CTapplicationdoc' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CTtextxml' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CTapplicationz' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CTapplicationtar' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CTaudioaiff' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CTaudiomidi' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CTaudiompeg' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CTimagebmp' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CTapplicationtgz' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CTapplicationpgp' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CTapplicationbz2' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_DETECT_CYRILLIC' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_HELP_CO_DETECT_CYRILLIC' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_WR_ErrorNotEnoughUndoMem' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_RE_HEADERDISPLAY' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_RE_MAILDETAILS' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_ER_ADDFILEERROR' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_ER_PACKERROR' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_ABOOKLOOKUP' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_ABOOKLOOKUP' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_CONVERTHTML' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CONVERTHTML' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_TR_TRANSFERSTATUS' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_TR_TRANSFERSIZE' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_FI_GAUGETEXT' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_MA_MIMEPART_INFO' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_MA_MIMEPART_MENU' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_PGPPASSINTERVAL1' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_PGPPASSINTERVAL2' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_HELP_CO_PGPPASSINTERVAL' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_UT_PGPPASSREQ_TITLE' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_GR_REPLYFORWARD' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_GR_SCRIPTS' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_GR_STARTUPQUIT' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_SCRIPTS_PREGET' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_SCRIPTS_POSTGET' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_SCRIPTS_NEWMSG' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_SCRIPTS_READ' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_SCRIPTS_WRITE' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_SCRIPTS_URL' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_MIMECMD_PARAMETER' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_MA_CONFIRMDELETION' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_MA_SPAM' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_LOADINGSPAMTRAININGDATA' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_MA_TBSPAM' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_MA_TBNOTSPAM' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_HELP_MA_BT_SPAM' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_HELP_MA_BT_NOTSPAM' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_RE_TBSPAM' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_RE_TBNOTSPAM' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_HELP_RE_BT_SPAM' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_HELP_RE_BT_NOTSPAM' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_LOG_MAILISSPAM' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_LOG_MAILISNOTSPAM' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_FI_STATSPAM' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_MA_TOSPAM' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_MA_TONOTSPAM' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_CRDSPAMFILTER' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_SPAMFILTER' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_SPAMFILTER_TITLE' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_SPAMFILTER_SUMMARY' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_SPAM_FILTERFORNEWMAIL' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_SPAM_RESETTRAININGDATA' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_SPAM_GOODCOUNT' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_SPAM_BADCOUNT' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_BUSYFLUSHINGSPAMTRAININGDATA' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_SPAM_MARKONMOVE' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_SPAM_ADDRESSBOOKISWHITELIST' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_SPAM_RECOGNITION' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_SPAM_FILTERENABLED' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_SPAM_RESETTRAININGDATAASK' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_TR_CHECKUIDL' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_SPAM_DISABLEFILTERASK' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_SPAM_RESETTDATA' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_SPAM_RESETMAILFLAGS' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_SPAM_DELETESPAMFOLDER' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CY_SMTPAUTHMETHOD' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_SMTPAUTH_AUTO' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_SMTPAUTH_DIGEST' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_SMTPAUTH_CRAM' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_SMTPAUTH_LOGIN' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_SMTPAUTH_PLAIN' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_ER_SMTPAUTH' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_ER_SPAMDIR_EXISTS' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_ER_SPAMDIR_EXISTS_ANSWERS' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_ER_CANNOT_CREATE_SPAMFOLDER' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_MA_CHECKSPAM' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_FI_BUSYCHECKSPAM' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_MA_REMOVESPAM' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_MA_BUSYEMPTYINGSPAM' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_MA_TRASH' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_WR_SEARCH' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_AB_IMPORT' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_AB_EXPORT' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_AB_LDIF' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_AB_CSV' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_AB_TAB' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_ER_ADDRBOOKIMPORT' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_ER_ADDRBOOKEXPORT' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_LOADINGUPDATESTATE' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_MA_HIDE' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_MA_QUIT' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_MA_SELECTALL' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_MA_SELECTNONE' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_MA_SELECTTOGGLE' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_MA_MSEARCH' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_MA_MFILTER' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_MA_REMOVEDELETED' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_MA_UPDATEINDEX' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_MA_MREAD' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_MA_TOUNREAD' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_MA_TOREAD' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_PROJECT_MABOUT' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_MA_MEDIT' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_MA_MMOVE' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_MA_MCOPY' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_MA_MPRINT' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_MA_MSAVE' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_MA_MSAVEATT' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_MA_MNEW' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_MA_MREPLY' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_MA_MFORWARD' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_MA_MSAVEADDRESS' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_MA_MADDRESSBOOK' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_MA_MCONFIG' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_MA_ALLTOREAD' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_MA_MEDITASNEW' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_RE_SEARCH' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_RE_SEARCH_AGAIN' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_WR_SEARCH_AGAIN' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_WR_AUTOWRAP' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_SPAM_MARK_AS_READ' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_HELP_CH_SPAMFILTERENABLED' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_HELP_TX_SPAMBADCOUNT' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_HELP_TX_SPAMGOODCOUNT' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_HELP_BT_SPAMRESETTRAININGDATA' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_HELP_CH_SPAMFILTERFORNEWMAIL' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_HELP_CH_SPAMABOOKISWHITELIST' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_HELP_CH_SPAMMARKONMOVE' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_HELP_CH_SPAMMARKASREAD' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_HELP_CH_UPDATECHECK' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_WR_SELECTALL' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_RE_MDN_ACCEPT_LATER' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_RE_MDN_ACCEPT_NOW' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_RE_MDN_IGNORE' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_RE_MDN_IGNORE_ALL' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_MDN_ACTION_IGNORE' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_MDN_ACTION_SEND' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_MDN_ACTION_QUEUE' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_MDN_ACTION_ASK' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_MDN_TITLE' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_MDN_DESCRIPTION' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_MDN_DISABLED' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_MDN_ENABLED' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_MDN_NORECIPIENT' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_MDN_NODOMAIN' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_MDN_DELETE' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_MDN_OTHER' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_MDN_NEVER' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_MDN_ALLOW' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CY_MDN_NORECIPIENT' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CY_MDN_NODOMAIN' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CY_MDN_DELETE' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CY_MDN_OTHER' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_LOOKFEEL_TITLE' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_LOOKFEEL_SUMMARY' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_CRDLOOKFEEL' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_LOOKFEEL_THEMES' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_THEME_ACTIVATE' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_THEME_PREVIEW' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_THEME_AUTHOR' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_THEME_URL' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_RELDATETIME' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_RELDATETIME' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_ER_USER_UNKNOWN_TITLE' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_ER_USER_UNKNOWN_BUTTON' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_ER_USER_UNKNOWN_ERROR' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CA_COLSIG' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_ER_SPAM_NOT_ENOUGH_CLASSIFIED_MAILS' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_ER_CANNOT_CREATE_SEMAPHORE' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_RE_HDR_FROM' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_RE_HDR_TO' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_RE_HDR_DATE' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_RE_HDR_SUBJECT' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_RE_VIRTUALMAIL' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_MIMECMD_PUBSCREEN' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_ER_ZOMBIE_FILES_EXIST' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_ER_ZOMBIE_FILES_EXIST_BT' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_ER_ZOMBIE_FILES_EXIST_TITLE' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_SHOWALTPARTS' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_SHOWALTPARTS' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_US_DIRECTORY_DOESNT_EXIST' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_HELP_CO_BT_APPICONGETPOS' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_MOVE_HAM_TO_INCOMING' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_HELP_CH_MOVE_HAM_TO_INCOMING' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_FILTER_HAM' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_HELP_CH_FILTER_HAM' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_SHUTDOWN_SHUTTING_DOWN' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CY_FOLDERINFO' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_FOLDERINFO01' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_FOLDERINFO02' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_FOLDERINFO03' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_FOLDERINFO04' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_FOLDERINFO05' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_FO_EXPIREUNREAD' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_HELP_FO_CH_EXPIREUNREAD' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_WR_SENDNOW' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_WR_SENDLATER' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_WR_MSENDNOW' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_WR_MSENDLATER' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_ER_CONNECTIONBROKEN' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_WR_MSWITCH_MSG' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_WR_MSWITCH_ATT' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_WR_MSWITCH_OPT' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_FWDMSG' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_FWDMSG_INLINE' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CY_FORWARDMODE' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_ABOUT_CURRENT_DEVELOPERS' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_ABOUT_CONTRIBUTORS' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_ABOUT_LOCALIZATION_CONTRIBUTORS' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_ABOUT_GPL' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_ABOUT_3RD_PARTY_SOFTWARE' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_ABOUT_YAM_NEWS' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_WR_VIEW' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CONFIG_MODIFIED' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CONFIG_MODIFIED_GAD' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_ABOOK_MODIFIED_GAD' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_HELP_CO_BT_MIMEIMPORT' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_AB_INVALIDSECURITY_TITLE' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_AB_INVALIDSECURITY' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_AB_INVALIDSECURITY_GADS' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_WR_INVALIDSECURITY_TITLE' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_WR_INVALIDSECURITY' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_WR_INVALIDSECURITY_GADS' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_ER_FILEENCODE' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_ER_MISSINGATTFILE' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_ER_INVALIDATTFILE' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_ER_PRINTER_OFFLINE' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_ER_PRINTER_OFFLINE_GADS' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_ER_PRINTER_NOPAPER' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_ER_PRINTER_NOPAPER_GADS' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_ER_PRINTER_FAILED' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_MA_EDIT' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_MA_EDIT_UNDO' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_MA_EDIT_REDO' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_MA_EDIT_CUT' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_MA_EDIT_COPY' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_MA_EDIT_PASTE' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_MA_EDIT_SALL' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_MA_EDIT_SNONE' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_WR_SELECTNONE' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_MA_INVALIDMFILE_TITLE' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_MA_INVALIDMFILE' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_MA_INVALIDMFILE_BT' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_ER_CANNOT_READ_INDEX' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_ER_CANNOT_WRITE_INDEX' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_ER_INDEX_CORRUPTED' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_ER_UNKNOWN_MIME_ENCODING' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_ER_UNKNOWN_HEADER_ENCODING' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_ER_UNEXPECTED_MULTIPART_EOF' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_ER_MIME_ERROR' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_ER_UNEXPECTED_UUE_EOF' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_ER_INVALID_UUE_LENGTH' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_RE_HDR_REPLYTO' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_FI_FROM_FIELD' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_FI_TO_FIELD' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_FI_CC_FIELD' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_FI_REPLYTO_FIELD' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_FI_SUBJECT_FIELD' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_FI_DATE_FIELD' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_FO_TO_PATTERN' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_FO_TO_ADDRESS' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_FO_FROM_ADDRESS' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_FO_REPLYTO_ADDRESS' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_RETRY_HOMEPAGE_QUIT_GAD' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_HOMEPAGE_QUIT_GAD' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_MA_EDIT_DELETE' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_WR_DELETE' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_ER_B64DEC_FILEIO' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_ER_B64DEC_WARN' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_ER_B64DEC_UNEXP' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_MA_ADD_WHICH_ADDRESS' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_SCRIPTACTION' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_SCRIPTPATH' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_ER_ICONOBJECT_WARNING' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_ER_THEMEVER_FALLBACK' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_ER_THEMEVER_IGNORE' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_ER_DATATYPE_ERROR' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_ER_IMAGEOBJECT_WARNING' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_ER_THEME_FATAL' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_ER_THEME_FALLBACK' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_ER_THEME_ACTIVATED_TITLE' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_ER_THEME_ACTIVATED' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_FOLDER_ALLTOREAD' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_EA_REMOVEPHOTO' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_HELP_EA_BT_REMOVEPHOTO' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_NOTISOUND' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_NOTICMD' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_HELP_CO_BT_MORE' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_HELP_CO_BT_LESS' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_HELP_CO_BT_FILTERUP' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_HELP_CO_BT_FILTERDOWN' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_HELP_CO_PO_APLAY' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_HELP_CO_BT_APLAY' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_DESCRIPTION' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_HELP_CO_LV_REXX' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_HELP_CO_BT_UPDATENOW' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_HELP_WR_LV_ATTACH' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_QUICKSEARCH_STR_CONTROLCHAR' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_UPDATE_NEVER' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_MA_EXECUTESCRIPT_TITLE' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_HELP_FI_BT_NONE' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_MA_CONFIRMFILTER_ALL' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_MA_CONFIRMFILTER_SELECTED' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_AB_XML' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_MA_FILTER_STATS_SPAM' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_TR_FILTER_STATS_SPAM' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_FCHANGE_WARN_TITLE' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_FCHANGE_WARN' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_LOG_SENDING_FAILED' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_ERROR_THREADS' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_ERROR_PLAYSOUND' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_WR_CHARSET' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_HELP_WR_PO_CHARSET' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_ABOUTYAM' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_ER_CONNECTERR_SOCKET_IN_USE_POP3' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_ER_CONNECTERR_TIMEDOUT_POP3' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_ER_CONNECTERR_NO_SOCKET_POP3' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_ER_CONNECTERR_NO_NONBLOCKIO_POP3' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_ER_UNKNOWN_HOST_POP3' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_ER_CANNOT_CONNECT_POP3' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_ER_POP3WELCOME' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_ER_BADRESPONSE_POP3' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_ER_INITTLS_POP3' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_ER_NO_APOP' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_ER_CONNECTERR_SOCKET_IN_USE_SMTP' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_ER_CONNECTERR_TIMEDOUT_SMTP' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_ER_CONNECTERR_NO_SOCKET_SMTP' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_ER_CONNECTERR_NO_NONBLOCKIO_SMTP' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_ER_INITTLS_SMTP' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_ER_NOSTARTTLS_SMTP' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_ER_BADRESPONSE_SMTP' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_ER_CANNOT_CONNECT_SMTP' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_ER_UNKNOWN_HOST_SMTP' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_ER_NO8BITMIME_SMTP' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_FOLDERDBLCLICK' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_MA_ATTACHMENT_DELETE' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_MA_ATTACHMENT_DELETESEL' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_MA_DELETESELECTEDREQUEST' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_LOG_DELETEDATT' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_MA_DELETEATT' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_MA_DELETEATTREQUEST' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_MA_ATTACHMENT_DELETEALL' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_MA_MDELETEATT' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_MAPFOREIGNCHARS' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_HELP_CO_MAPFOREIGNCHARS' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_MA_NAVIGATION' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_MA_MNEXTTH' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_MA_MPREVTH' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_GLOBALMAILTHREADS' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_GLOBALMAILTHREADS' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_FILE_OVERWRITE' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_ER_USER_DIR_MISSING' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_TEXTCOLORS_READ' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_TEXTCOLORS_READ' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_TEXTSTYLES_READ' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_TEXTSTYLES_READ' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_TEXTCOLORS_WRITE' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_TEXTCOLORS_WRITE' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_TEXTSTYLES_WRITE' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_TEXTSTYLES_WRITE' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_FONTSETTINGS' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_FIXEDFONT_WRITE' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_RE_TEXTCOLORS' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_WR_TEXTSTYLES' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_WR_TEXTCOLORS' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_WR_FIXEDFONT' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_SPAM_OPTIMIZE_TRAININGDATA' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_HELP_BT_OPTIMIZE_TRAININGDATA' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_SPAM_OPTIMIZE_TRAININGDATA_ASK' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_SPAM_STATISTICS' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_ER_WRONG_DOB_FORMAT' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_NOTIOS41SYSTEM' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_NOTIOS41SYSTEM' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_USERNAME_FALLBACK' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_RE_DEFAULT_MIMEPART_NAME' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_OPEN_WRITEWINDOWS' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_OPEN_WRITEWINDOWS_GAD' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_MA_MFORWARD_ATTACH' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_MA_MFORWARD_INLINE' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_FWDMSG_ATTACH' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_ScriptPreFilterMail' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_ScriptPostFilterMail' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_FI_DOS_PATTERN' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_HELP_FI_CH_DOS_PATTERN' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CTapplicationpgpsig' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_AB_BirthdayReqBody' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_ER_AREXX_EXECUTION_ERROR' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_BIRTHDAYREQUEST_DONTSHOWAGAIN' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_RE_SAVE_FILE' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_UPD_NO_UPDATES_FOUND_TITLE' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_UPD_NO_UPDATES_FOUND' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_UPD_NO_UPDATES_FOUND_HINT_AUTOCHECK' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_UPD_NO_UPDATES_FOUND_HINT_NOAUTOCHECK' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_THREAD_EXIT_WARNING_TITLE' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_THREAD_EXIT_WARNING' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_THREAD_EXIT_WARNING_BT' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_EXECUTE_COMMAND_FAILED' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_ERROR_METHODSTACK' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_TRANSFERS_IN_PROGRESS' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_ERROR_CONNECTIONS' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_LOG_CONNECT_POP3' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_LOG_RETRIEVED_POP3' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_TR_ENTER_POP3_PASSWORD' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_ALTIMAGE_STATUS_DOWNLOAD' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_ALTIMAGE_STATUS_DELETE' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_PRESELECT_INDEX' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_TR_WAIT_FOR_PASSWORD' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_TR_WAIT_FOR_PRESELECTION' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_POP3_NEW_MAIL_NOTIFY_REQ' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_POP3_NEW_MAIL_NOTIFY_OS4_ONE' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_POP3_NEW_MAIL_NOTIFY_OS4_MANY' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_MA_SEND_AND_GET_MAIL' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_MA_SEND_MAIL' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_MA_GET_MAIL' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_WR_SECURITYREQ_GADS' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_HTTP_CONNECTING_TO_SERVER' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_HTTP_SENDING_REQUEST' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_HTTP_WAITING_FOR_ANSWER' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_HTTP_RECEIVING_DATA' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_HTTP_DISCONNECTING_FROM_SERVER' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_SHOW_TRANSFER_WINDOW' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_APPLY_REMOTE_FILTERS' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_APPLY_REMOTE_FILTERS' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_DOWNLOAD_ON_STARTUP' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_DOWNLOAD_ON_STARTUP' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_IMPORT_UNKNOWN_FILE_FORMAT' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_IMPORT_NO_MAILS' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_CONFIG_IS_LOCKED' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_FOLDERINFO_SHORTHELP' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_MAILINFO_SHORTHELP' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_UPDATE_DOWNLOAD_PATH' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_UPD_NOTIFICATION_DOWNLOAD' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_TR_DOWNLOADING_FROM_SERVER' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_MA_HELP' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_MA_HELP_CONTENTS' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_MA_HELP_AREXX' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_EA_SEARCH_GRAVATAR' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_ER_NO_GRAVATAR_FOUND' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_ER_NON_MIME_CONFORMANT_MAIL' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_ACTION_SET_STATUS_TO_MARKED' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_ACTION_SET_STATUS_TO_MARKED' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_ACTION_SET_STATUS_TO_UNMARKED' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_ACTION_SET_STATUS_TO_UNMARKED' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_ACTION_SET_STATUS_TO_READ' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_ACTION_SET_STATUS_TO_READ' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_ACTION_SET_STATUS_TO_UNREAD' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_ACTION_SET_STATUS_TO_UNREAD' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_ACTION_SET_STATUS_TO_SPAM' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_ACTION_SET_STATUS_TO_SPAM' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_ACTION_SET_STATUS_TO_HAM' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_ACTION_SET_STATUS_TO_HAM' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_SMTP_ACTIVE' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_POP_AUTH' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CY_POPAUTH' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_POP_AUTH_PLAIN' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_POP_AUTH_APOP' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_POP_SECURITY' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_POP_SECURITY_NONE' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_POP_SECURITY_TLS' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_POP_SECURITY_SSL' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CY_POPSECURE' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_POP_SERVERLIST' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_POP_SERVERSETTINGS' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_POP_SECURITYAUTH' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_POP_MSGHANDLING' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_SMTP_SERVERLIST' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_SMTP_SERVERSETTINGS' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_POP_DESC' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_POPDESC' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_SMTP_DESC' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_SMTPDESC' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_SMTP_SECURITY' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_SMTP_SECURITY_NONE' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_SMTP_SECURITY_TLS' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_SMTP_SECURITY_SSL' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_SMTP_SECURITYAUTH' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CY_SMTPSECURE' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_SMTP_AUTH' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_SMTPAUTH_NONE' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_SMTP_OPTIONS' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_CRDIDENTITIES' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_IDENTITIES_TITLE' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_IDENTITIES_SUMMARY' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_LIST' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_SETTINGS' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_REGISTER_SETTINGS' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_REGISTER_COMPOSE' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_REGISTER_PGPSEC' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_NOSIGNATURE' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_ABOVEQUOTE' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_BELOWQUOTE' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_DESCRIPTION' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_MAILSERVER' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_COMPOSE' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_CC' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_BCC' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_REPLYTO' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_COMPOSE_OPTIONS' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_COMPOSE_QUOTE' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_COMPOSE_ANSWER' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_COMPOSE_SIGNATURE' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_USESIG_REPLY' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_USESIG_FORWARD' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_PGPSETTINGS' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_USEPGP' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_PGPKEY_ID' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_PGPKEY_URL' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_PGP_OPTIONS' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_PGP_SIGN_UNENC' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_PGP_SIGN_ENC' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_PGP_ENCRYPTALL' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_PGP_ADDOWN' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_PHOTOURL' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_ADDINFO' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_REQUESTMDN' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_SERVERNAME' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_USER' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_FO_MOVEFOLDERTO' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_FO_FOLDER_ALREADY_EXISTS' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_ER_CANNOT_CREATE_FOLDER' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_IdentityActive' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_MA_FLUSH_ALL_INDICES' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_IDENTITY_ENABLED' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_IDENTITY_DESCRIPTION' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_IDENTITY_REALNAME' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_IDENTITY_EMAIL' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_IDENTITY_ORGANIZATION' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CY_IDENTITY_MAILSERVER' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_IDENTITY_CC' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_IDENTITY_BCC' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_IDENTITY_REPLYTO' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_IDENTITY_EXTRAHEADER' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_IDENTITY_PHOTOURL' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_IDENTITY_QUOTEMAILS' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_IDENTITY_QUOTEPOS' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_IDENTITY_SIGPOS' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_IDENTITY_SIGREPLY' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_IDENTITY_SIGFORWARD' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_IDENTITY_ADDINFO' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_IDENTITY_REQUESTMDN' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_IDENTITY_USEPGP' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_IDENTITY_PGPID' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_IDENTITY_PGPURL' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_IDENTITY_PGPSIGN_UNENC' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_IDENTITY_PGPSIGN_ENC' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_IDENTITY_PGPENC_ALL' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_IDENTITY_PGPENC_SELF' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CY_IDENTITY_SIGNATURE' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_CONFIGWARNING_TITLE' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_CONFIGWARNING' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_CONFIGWARNING_BT' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_CONFIGVERSIONWARNING_TITLE' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_CONFIGVERSIONWARNING' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_CONFIGVERSIONWARNING_BT' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_WR_MCCADDRFIELD' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_WR_MBCCADDRFIELD' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_WR_MREPLYTOADDRFIELD' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_LISTCOLUMNSETTINGS' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_LOOKFEEL_MAINWINDOW' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_LOOKFEEL_TITLE_THEME' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_LOOKFEEL_TITLE_INFO' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_HELP_WR_CY_SIGNATURE' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_WR_PGPSECURITY' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_HELP_WR_CY_SECURITY' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_MIMETYPE_TITLE' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_DOWNLOAD_LARGE_MAILS1' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_DOWNLOAD_LARGE_MAILS2' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_MA_DRAFTS' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_SIGNATURE' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_SIGNATURES' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_SIGNATURE_DESCRIPTION' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_SIGNATURE_ACTIVE' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_SIGNATURE' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_HELP_CO_LV_SIGNATURE' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_HELP_CO_BT_SIGADD' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_HELP_CO_BT_SIGDEL' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_HELP_CO_BT_SIGUP' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_HELP_CO_BT_SIGDOWN' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_HELP_CO_BT_SIG_ACTIVE' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_SIG_DESC' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_HELP_CO_TE_SIGEDIT' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_MIXED_CONNECTIONS' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_POP_NOTIFICATION' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_SSL_CERT_WARNING_TITLE' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_SSL_CERT_WARNING_BUTTONS' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_SSL_CERT_WARNING_INTRO' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_SSL_CERT_WARNING_UNTRUSTED' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_SSL_CERT_WARNING_IDMISMATCH' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_SSL_CERT_WARNING_NOTYETVALID' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_SSL_CERT_WARNING_EXPIRED' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_SSL_CERT_WARNING_OTHER' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_SSL_CERT_WARNING_INFO' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_SSL_CERT_WARNING_SHOWTITLE' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_ER_WARN_LOADCAPATH' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_ER_WARN_CAPATH' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_ACTION_TERMINATE_FILTER' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_ATERMINATE' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_FILTER_IMPORT' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_FILTER_IMPORT_TITLE' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_SPAM_TRUSTHEADERLINES' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_ER_POP3_UIDLHASH_INIT_FAILED' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_SIGNATURE_TEXT' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_APPEND_SIGNATURE_FILE' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_PRESELECT_GETTING_DETAILS' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_UPDATES_INFO_MANUAL' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_UPDATES_INFO_AUTO' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_PGPPASS_SHOW_CHARS' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CANNOT_CREATE_CUSTOM_CLASS' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_ER_MORPHOS_REXX_WARNING' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_WR_SAVEASDRAFT' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_HELP_WR_BT_SAVEASDRAFT' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_WR_MSAVEASDRAFT' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_WR_MCLOSE' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_LOG_REDIRECT' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_ACTIONREDIRECT' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_AREDIRECT' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_AREDIRECT' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_MA_MREDIRECT' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_WR_REDIRECT_FROM' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_WR_REDIRECT_TO' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_WR_REDIRECT_CC' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_WR_REDIRECT_BCC' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_WR_REDIRECT_TITLE' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_ER_CANNOT_CREATE_MAIL_FILE' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_WR_RENAME' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_WR_RENAME_ATTACHMENT' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_WR_ENTER_NEW_NAME' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_FI_SKIP_ENCRYPTED' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_HELP_FI_CH_SKIP_ENCRYPTED' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_QUICKSEARCHBAR' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_QUICKSEARCHBAR' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_QUICKSEARCHBARPOS' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_QUICKSEARCHBARPOS01' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_QUICKSEARCHBARPOS02' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_QUICKSEARCHBARPOS03' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_FILTER_REGISTER_SETTINGS' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_FILTER_REGISTER_CONDITIONS' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_FILTER_REGISTER_ACTIONS' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_CONDITION_ALL' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_CONDITION_MIN_ONE' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_CONDITION_MAX_ONE' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_WR_CMENU_TITLE' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_WR_CMENU_ADD_ATTACHMENT' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_WR_CMENU_ADD_ARCHIVE_ATTACHMENT' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_WR_CMENU_REMOVE_ATTACHMENT' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_WR_CMENU_RENAME_ATTACHMENT' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_WR_CMENU_DISPLAY_ATTACHMENT' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_WR_TITLEATTACHMENT' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_WR_REMOVE' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_CONDITION_PREPHRASE' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_CONDITION_POSTPHRASE' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_FALLBACK_TZONE' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_HELP_CO_GR_TZONE' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_TZONE_GMTOFFSET' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_TZONE_NEXTDSTSWITCH' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_TZONE_NODSTSWITCH' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_TZONE_DESCRIPTION' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_TZONE_DESCRIPTION_NA' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_TZONE_ZONETAB_FILE_MISSING' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_TZONE_LOCATION_FILE_MISSING' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_FOLDER_MOVE_WARNING_TITLE' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_FOLDER_MOVE_WARNING' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_FOLDER_MOVE_WARNING_GADS' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_FO_DISPLAYNAME' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_FO_DIRECTORYNAME' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_VALIDATING_FOLDERS' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_MA_MARCHIVE' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_MA_ARCHIVE' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_SHOW_ARCHIVER_PROGRESS' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_LAUNCH_EXTEDITOR' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_EXTEDITOR' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_EDITOR_EXT' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_EXTEDITOR_CODESET' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_HELP_CO_TX_DEFCODESET_EDITOR' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_HELP_CO_TX_DEFCODESET_LOCAL' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_HELP_CO_TX_DEFCODESET_WRITE' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_DEFAULTCODESET_WRITE' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_MIME_CODESET' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_HELP_CO_TX_MIME_CODESET' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_DEFAULTVIEWER_CODESET' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_HELP_CO_TX_DEFVIEWER_CODESET' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_LOG_FILTER_DONE' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_FO_JUMP_TO_UNREAD_MESSAGE' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_HELP_FO_CH_JUMPTOUNREAD' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_FO_JUMP_TO_RECENT_MESSAGE' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_HELP_FO_CH_JUMPTORECENT' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_FO_MAXAGE_DAYS' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_QUICKSEARCH_FILTER_LIST' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_QUICKSEARCH_FROM' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_QUICKSEARCH_TO' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_QUICKSEARCH_SUBJECT' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_QUICKSEARCH_BODY' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_CHECK_FOR_MISSING_ATTACHMENTS' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_ATTACHMENT_KEYWORDS' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_ATTACHMENTREMINDER' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_HELP_CO_LV_ATTACHMENTKEYWORDS' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_ATTACHMENT_KEYWORDS' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_ATTACHMENT_REMIND_INFO' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_ATTACHMENT_REMIND_ADD' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_ATTACHMENT_REMIND_LATER' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_WR_NO_ATTACHMENTS_TITLE' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_WR_NO_ATTACHMENTS' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_WR_NO_ATTACHMENTS_GADS' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_MAILACCOUNT_TRANSFERRED' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_MAILACCOUNT_TRANSFERRED' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_SAVE_LAYOUT' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_SAVELAYOUTQUIT' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_SMTP_FOLDERS' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_SMTP_SENTFOLDER' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_HELP_CO_PO_SMTP_SENTFOLDER' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_SAVESENTMAIL' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_IDENTITY_SAVESENTMAIL' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_ALTSENTFOLDER' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_IDENTITY_ALTSENTFOLDER' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_HELP_CO_TX_IDENTITY_ALTSENTFOLDER' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_POP_FOLDERS' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_POP_INCOMINGFOLDER' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_HELP_CO_PO_POP_INCOMINGFOLDER' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_CYRILLICCHARSETWARN' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_CYRILLICCHARSETWARN_BT' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_WR_NORCPT_WARNING_GADGET' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_WR_NORCPT_WARNING' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_WR_DISCARDCHANGES_GADGET' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_MA_NO_SUBJECT' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_MA_NO_RECIPIENTS' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_WR_CANCEL' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_MA_REPLYREQ_OPTIONS2' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_ABOUT_DONATE_TEXT' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_TR_MAILCHECKFROM' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_WR_CC' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_WR_BCC' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_WR_REPLYTO' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_AB_TO_TOOLBAR' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_AB_CC_TOOLBAR' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_AB_BCC_TOOLBAR' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_AB_FROM_TITLE' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_AB_TO_TITLE' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_AB_CC_TITLE' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_AB_BCC_TITLE' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_AB_REPLYTO_TITLE' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_SIZE_BYTES' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_SIZE_KILOBYTES' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_SIZE_MEGABYTES' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_SIZE_GIGABYTES' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_LOG_COPY_MAIL' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_LOG_MOVE_MAIL' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_LOG_FILTER_ORIGINATOR' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_STARTUP_SECURITY_WARNING_TITLE' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_STARTUP_SECURITY_WARNING' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_STARTUP_SECURITY_WARNING_GADGETS' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_FO_PATH_INVALID' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_FO_MLPATTERN_INVALID' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_FO_MLADDRESS_INVALID' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_SAVE_WITHOUT_PRIVATE_DATA' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_SSL_CERT_WARNING_SIGINVALID' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_SSL_CERT_WARNING_OUTRO' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_POP_SERVER' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_POP_PORT' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_POP_PORT_STANDARD' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_SMTP_SERVER' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_SMTP_PORT' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_SMTP_PORT_STANDARD' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_POP3_TEST_CONNECTION_SETTINGS' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_HELP_CO_BT_POPTEST' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_POP3_CONNECTION_TITLE' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_POP3_CONNECTION_SUCCESS' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_POP3_CONNECTION_FAILURE' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_SMTP_TEST_CONNECTION_SETTINGS' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_HELP_CO_BT_SMTPTEST' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_SMTP_CONNECTION_TITLE' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_SMTP_CONNECTION_SUCCESS' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_SMTP_CONNECTION_FAILURE' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_ER_WARN_CAFILE' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_ER_CANNOT_OPEN_ASLREQ' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_FO_FOLDER_NAME_INVALID' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_ACCEPTED_SERVER_CERT_WARNINGS' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_CO_CLEAR_SERVER_CERT_WARNINGS' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_UPD_NOTIFICATION_DOWNLOAD_WITH_BROWSER' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_NIGHTLY_EXPIRY_DATE' ../locale/slovenian.po - Warning: missing translation for identifier 'MSG_UNKNOWN_SIZE' make[3]: [Makefile:873: ../locale/slovenian.catalog] Error 5 (ignored) FC ../locale/spanish.catalog ../locale/spanish.po - Warning: original string has a trailing ellipsis ('...') for identifier 'MSG_MA_ReplyReq' ../locale/spanish.po - Warning: string too long for identifier 'MSG_MA_TBGetAddr' ../locale/spanish.po - Warning: string too long for identifier 'MSG_MA_TBForward' ../locale/spanish.po - Warning: original string has a trailing ellipsis ('...') for identifier 'MSG_CO_ImportMIMEReq' ../locale/spanish.po - Warning: original string doesn't have a trailing ellipsis ('...') for identifier 'MSG_AB_AddUser' ../locale/spanish.po - Warning: original string doesn't have a trailing ellipsis ('...') for identifier 'MSG_AB_AddGroup' ../locale/spanish.po - Warning: original string doesn't have a trailing ellipsis ('...') for identifier 'MSG_AB_AddList' ../locale/spanish.po - Warning: string too long for identifier 'MSG_AB_TBNewUser' ../locale/spanish.po - Warning: string too long for identifier 'MSG_AB_TBPrint' ../locale/spanish.po - Warning: string too long for identifier 'MSG_AB_TBOpenTree' ../locale/spanish.po - Warning: string too long for identifier 'MSG_RE_TBPrevTh' ../locale/spanish.po - Warning: string too long for identifier 'MSG_RE_TBNextTh' ../locale/spanish.po - Warning: string too long for identifier 'MSG_RE_TBPrint' ../locale/spanish.po - Warning: string too long for identifier 'MSG_RE_TBForward' ../locale/spanish.po - Warning: original string doesn't have a trailing ellipsis ('...') for identifier 'MSG_WR_Dictionary' ../locale/spanish.po - Warning: original string doesn't have a trailing ellipsis ('...') for identifier 'MSG_MA_UPDATECHECK' ../locale/spanish.po - Warning: original string has a trailing ellipsis ('...') for identifier 'MSG_CO_MDN_DESCRIPTION' ../locale/spanish.po - Warning: original string doesn't have a trailing ellipsis ('...') for identifier 'MSG_CO_MDN_ENABLED' ../locale/spanish.po - Warning: missing translation for identifier 'MSG_UNKNOWN_SIZE' make[3]: [Makefile:873: ../locale/spanish.catalog] Error 5 (ignored) FC ../locale/swedish.catalog ../locale/swedish.po - Warning: string too long for identifier 'MSG_MA_TBNOTSPAM' make[3]: [Makefile:873: ../locale/swedish.catalog] Error 5 (ignored) FC ../locale/turkish.catalog make[3]: Leaving directory '/usr/local/amiga/yam-build/yam/src' make[2]: Leaving directory '/usr/local/amiga/yam-build/yam' make[2]: Entering directory '/usr/local/amiga/yam-build/yam' make[3]: Entering directory '/usr/local/amiga/yam-build/yam/src' CLEAN CLEANALL DISTCLEAN make[4]: Entering directory '/usr/local/amiga/yam-build/yam/src/tools/genclasses' rm -f gc.o lists.o crc32.o GenClasses make[4]: Leaving directory '/usr/local/amiga/yam-build/yam/src/tools/genclasses' make[4]: Entering directory '/usr/local/amiga/yam-build/yam/src/tools/tz' rm -f ../../lib/os3/libtz.a .obj_os3/asctime.o .obj_os3/difftime.o .obj_os3/localtime.o .obj_os3/strftime.o make[4]: Leaving directory '/usr/local/amiga/yam-build/yam/src/tools/tz' MK .obj_os3 MK .dep_os3 make[4]: Entering directory '/usr/local/amiga/yam-build/yam/src/tools/genclasses' CC gc.c In file included from /usr/include/string.h:519, from gc.c:39: In function ‘strncat’, inlined from ‘myaddpart’ at gc.c:339:3, inlined from ‘scanclasses’ at gc.c:838:5: /usr/include/bits/string_fortified.h:122:10: warning: ‘__builtin___strncat_chk’ output may be truncated copying 255 bytes from a string of length 255 [-Wstringop-truncation] 122 | return __builtin___strncat_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function ‘strncpy’, inlined from ‘doargs’ at gc.c:1875:5: /usr/include/bits/string_fortified.h:91:10: warning: ‘__builtin_strncpy’ output may be truncated copying 255 bytes from a string of length 255 [-Wstringop-truncation] 91 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function ‘strncat’, inlined from ‘myaddpart’ at gc.c:339:3, inlined from ‘doargs’ at gc.c:1876:5: /usr/include/bits/string_fortified.h:122:10: warning: ‘__builtin___strncat_chk’ output may be truncated copying 255 bytes from a string of length 255 [-Wstringop-truncation] 122 | return __builtin___strncat_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC lists.c CC crc32.c LD GenClasses make[4]: Leaving directory '/usr/local/amiga/yam-build/yam/src/tools/genclasses' FC Locale.c GN GenClasses GN gitrev.h CC YAM_global.c CC YAM.c CC YAM_DI.c CC YAM_ER.c CC YAM_FI.c CC YAM_FO.c CC YAM_MA.c CC YAM_MAf.c CC YAM_RE.c CC YAM_US.c CC YAM_UT.c CC YAM_WR.c CC AddressBook.c CC AppIcon.c CC BayesFilter.c CC BoyerMooreSearch.c CC Busy.c CC Config.c CC DockyIcon.c CC DynamicString.c CC FileInfo.c CC FolderList.c CC HashTable.c LX HTML2Mail.l CC HTML2Mail.c CC ImageCache.c CC Locale.c CC Logfile.c CC MailExport.c CC MailImport.c CC MailList.c CC MailServers.c CC MailTransferList.c CC MethodStack.c CC MimeTypes.c CC MUIObjects.c LX ParseEmail.l CC ParseEmail.c In file included from include/openssl/e_os2.h:271, from include/openssl/asn1.h:17, from include/amissl/amissl.h:21, from include/proto/amissl.h:31, from include/openssl/ssl.h:2, from tcp/Connection.h:35, from Config.h:42, from ParseEmail.l:46: /opt/m68k-amigaos/m68k-amigaos/clib2/include/stdint.h:102: warning: `INT8_MIN' redefined ParseEmail.c:318: warning: this is the location of the previous definition /opt/m68k-amigaos/m68k-amigaos/clib2/include/stdint.h:103: warning: `INT8_MAX' redefined ParseEmail.c:327: warning: this is the location of the previous definition /opt/m68k-amigaos/m68k-amigaos/clib2/include/stdint.h:104: warning: `UINT8_MAX' redefined ParseEmail.c:336: warning: this is the location of the previous definition /opt/m68k-amigaos/m68k-amigaos/clib2/include/stdint.h:105: warning: `INT16_MIN' redefined ParseEmail.c:321: warning: this is the location of the previous definition /opt/m68k-amigaos/m68k-amigaos/clib2/include/stdint.h:106: warning: `INT16_MAX' redefined ParseEmail.c:330: warning: this is the location of the previous definition /opt/m68k-amigaos/m68k-amigaos/clib2/include/stdint.h:107: warning: `UINT16_MAX' redefined ParseEmail.c:339: warning: this is the location of the previous definition /opt/m68k-amigaos/m68k-amigaos/clib2/include/stdint.h:108: warning: `INT32_MIN' redefined ParseEmail.c:324: warning: this is the location of the previous definition /opt/m68k-amigaos/m68k-amigaos/clib2/include/stdint.h:109: warning: `INT32_MAX' redefined ParseEmail.c:333: warning: this is the location of the previous definition /opt/m68k-amigaos/m68k-amigaos/clib2/include/stdint.h:110: warning: `UINT32_MAX' redefined ParseEmail.c:342: warning: this is the location of the previous definition /opt/m68k-amigaos/m68k-amigaos/clib2/include/stdint.h:167: warning: `SIZE_MAX' redefined ParseEmail.c:346: warning: this is the location of the previous definition In file included from include/openssl/e_os2.h:271, from include/openssl/asn1.h:17, from include/amissl/amissl.h:21, from include/proto/amissl.h:31, from include/openssl/ssl.h:2, from tcp/Connection.h:35, from Config.h:42, from ParseEmail.l:46: /opt/m68k-amigaos/m68k-amigaos/clib2/include/stdint.h:102: warning: `INT8_MIN' redefined ParseEmail.c:318: warning: this is the location of the previous definition /opt/m68k-amigaos/m68k-amigaos/clib2/include/stdint.h:103: warning: `INT8_MAX' redefined ParseEmail.c:327: warning: this is the location of the previous definition /opt/m68k-amigaos/m68k-amigaos/clib2/include/stdint.h:104: warning: `UINT8_MAX' redefined ParseEmail.c:336: warning: this is the location of the previous definition /opt/m68k-amigaos/m68k-amigaos/clib2/include/stdint.h:105: warning: `INT16_MIN' redefined ParseEmail.c:321: warning: this is the location of the previous definition /opt/m68k-amigaos/m68k-amigaos/clib2/include/stdint.h:106: warning: `INT16_MAX' redefined ParseEmail.c:330: warning: this is the location of the previous definition /opt/m68k-amigaos/m68k-amigaos/clib2/include/stdint.h:107: warning: `UINT16_MAX' redefined ParseEmail.c:339: warning: this is the location of the previous definition /opt/m68k-amigaos/m68k-amigaos/clib2/include/stdint.h:108: warning: `INT32_MIN' redefined ParseEmail.c:324: warning: this is the location of the previous definition /opt/m68k-amigaos/m68k-amigaos/clib2/include/stdint.h:109: warning: `INT32_MAX' redefined ParseEmail.c:333: warning: this is the location of the previous definition /opt/m68k-amigaos/m68k-amigaos/clib2/include/stdint.h:110: warning: `UINT32_MAX' redefined ParseEmail.c:342: warning: this is the location of the previous definition /opt/m68k-amigaos/m68k-amigaos/clib2/include/stdint.h:167: warning: `SIZE_MAX' redefined ParseEmail.c:346: warning: this is the location of the previous definition CC Requesters.c CC Rexx.c CC Signature.c CC Themes.c CC Threads.c CC Timer.c CC TZone.c CC UIDL.c CC UpdateCheck.c CC UserIdentity.c CC Debug.c CC mui/Classes.c CC mui/AboutWindow.c CC mui/AccountList.c CC mui/AddressBookConfigPage.c CC mui/AddressBookEditGroupPanel.c CC mui/AddressBookEditListPanel.c CC mui/AddressBookEditUserPanel.c CC mui/AddressBookEditWindow.c CC mui/AddressBookEntryList.c CC mui/AddressBookListtree.c CC mui/AddressBookToolbar.c CC mui/AddressBookWindow.c CC mui/AddressField.c CC mui/AddressMatchList.c CC mui/AddressMatchPopupWindow.c CC mui/Attachment.c CC mui/AttachmentGroup.c CC mui/AttachmentImage.c CC mui/AttachmentList.c CC mui/AttachmentKeywordList.c CC mui/AttachmentRequestWindow.c CC mui/Base64Dataspace.c CC mui/BirthdayRequestWindow.c CC mui/CheckboxRequestWindow.c CC mui/CodesetPopup.c CC mui/CodesetPopupList.c CC mui/ConfigPage.c CC mui/ConfigPageList.c CC mui/ConfigWindow.c CC mui/FilterChooser.c CC mui/FilterList.c CC mui/FilterPopupList.c CC mui/FilterRuleList.c CC mui/FiltersConfigPage.c CC mui/FirstStepsConfigPage.c CC mui/FolderEditWindow.c CC mui/FolderListtree.c CC mui/FolderRequestListtree.c CC mui/FolderRequestPopup.c CC mui/FolderRequestWindow.c CC mui/GenericRequestWindow.c CC mui/HeaderList.c CC mui/IdentitiesConfigPage.c CC mui/IdentityChooser.c CC mui/IdentityList.c CC mui/ImageArea.c CC mui/InfoBar.c CC mui/InfoWindow.c CC mui/LookFeelConfigPage.c CC mui/MailServerChooser.c CC mui/MailTextEdit.c CC mui/MainFolderListtree.c CC mui/MainMailList.c CC mui/MainMailListGroup.c CC mui/MainWindow.c CC mui/MainWindowToolbar.c CC mui/MimeConfigPage.c CC mui/MimeTypeList.c CC mui/MimeTypePopup.c CC mui/MixedConfigPage.c CC mui/ObjectList.c CC mui/ObjectListitem.c CC mui/PassphraseRequestWindow.c CC mui/PGPKeyPopup.c CC mui/PlaceholderPopup.c CC mui/PlaceholderPopupList.c CC mui/PreselectionWindow.c CC mui/QuickSearchBar.c CC mui/ReadConfigPage.c CC mui/ReadMailGroup.c CC mui/ReadWindow.c CC mui/ReadWindowStatusBar.c CC mui/ReadWindowToolbar.c CC mui/RecipientString.c CC mui/ReplyForwardConfigPage.c CC mui/ScriptList.c CC mui/ScriptsConfigPage.c CC mui/SearchControlGroup.c CC mui/SearchMailWindow.c CC mui/SearchTextWindow.c CC mui/SecurityConfigPage.c CC mui/ShutdownWindow.c CC mui/SignatureChooser.c CC mui/SignatureConfigPage.c CC mui/SignatureList.c CC mui/SignatureTextEdit.c CC mui/SpamConfigPage.c CC mui/SplashWindow.c CC mui/StartupQuitConfigPage.c CC mui/StringRequestWindow.c CC mui/TCPIPConfigPage.c CC mui/ThemeList.c CC mui/ThemeListGroup.c CC mui/TransferControlGroup.c CC mui/TransferControlList.c CC mui/TransferMailList.c CC mui/TransferWindow.c CC mui/TZoneChooser.c CC mui/TZoneContinentChooser.c CC mui/TZoneInfoBar.c CC mui/TZoneLocationChooser.c CC mui/UpdateComponentList.c CC mui/UpdateConfigPage.c CC mui/UpdateNotifyWindow.c CC mui/UserList.c CC mui/UserPortraitGroup.c CC mui/WriteAttachmentList.c CC mui/WriteConfigPage.c CC mui/WriteWindow.c CC mui/WriteWindowToolbar.c CC mui/YAMApplication.c CC rexx/addrdelete.c CC rexx/addredit.c CC rexx/addrfind.c CC rexx/addrgoto.c CC rexx/addrinfo.c CC rexx/addrload.c CC rexx/addrnew.c CC rexx/addrresolve.c CC rexx/addrsave.c CC rexx/appbusy.c CC rexx/appnobusy.c CC rexx/findmail.c CC rexx/flushindexes.c CC rexx/folderinfo.c CC rexx/getconfiginfo.c CC rexx/getfolderinfo.c CC rexx/getmailinfo.c CC rexx/getselected.c CC rexx/geturl.c CC rexx/help.c CC rexx/hide.c CC rexx/info.c CC rexx/isonline.c CC rexx/listfreeze.c CC rexx/listselect.c CC rexx/listunfreeze.c CC rexx/mailarchive.c CC rexx/mailbounce.c CC rexx/mailchangesubject.c CC rexx/mailcheck.c CC rexx/mailcopy.c CC rexx/maildelete.c CC rexx/mailedit.c CC rexx/mailexport.c CC rexx/mailfilter.c CC rexx/mailforward.c CC rexx/mailimport.c CC rexx/mailinfo.c CC rexx/mailmove.c CC rexx/mailread.c CC rexx/mailreply.c CC rexx/mailsendall.c CC rexx/mailsend.c CC rexx/mailstatus.c CC rexx/mailupdate.c CC rexx/mailwrite.c CC rexx/newmailfile.c CC rexx/quit.c CC rexx/readclose.c CC rexx/readinfo.c CC rexx/readprint.c CC rexx/readsave.c CC rexx/request.c CC rexx/requestfile.c CC rexx/requestfolder.c CC rexx/requeststring.c CC rexx/restart.c CC rexx/screentoback.c CC rexx/screentofront.c CC rexx/setflag.c CC rexx/setfolder.c CC rexx/setmail.c CC rexx/setmailfile.c CC rexx/show.c CC rexx/userinfo.c CC rexx/writeattach.c CC rexx/writebcc.c CC rexx/writecc.c CC rexx/writeeditor.c CC rexx/writefrom.c CC rexx/writeidentity.c CC rexx/writeletter.c CC rexx/writemailto.c CC rexx/writeoptions.c CC rexx/writequeue.c CC rexx/writereplyto.c CC rexx/writesend.c CC rexx/writesubject.c CC rexx/writeto.c CC mime/base64.c CC mime/qprintable.c CC mime/uucode.c CC mime/rfc1738.c CC mime/rfc2047.c CC mime/rfc2231.c CC mime/md5.c CC tcp/Connection.c CC tcp/ssl.c CC tcp/pop3.c CC tcp/smtp.c CC tcp/http.c CC extrasrc/AllocSysObject.c CC extrasrc/AllocVecPooled.c CC extrasrc/DoSuperNew.c CC extrasrc/ExamineDir.c CC extrasrc/FreeVecPooled.c CC extrasrc/GetHead.c CC extrasrc/GetPred.c CC extrasrc/GetSucc.c CC extrasrc/GetTail.c CC extrasrc/ItemPoolAlloc.c CC extrasrc/ItemPoolFree.c CC extrasrc/MoveList.c CC extrasrc/NewMinList.c CC extrasrc/NewReadArgs.c CC extrasrc/SetProcWindow.c CC extrasrc/getdelim.c CC extrasrc/memdup.c CC extrasrc/stcgfe.c CC extrasrc/strcasestr.c CC extrasrc/vastubs.c make[4]: Entering directory '/usr/local/amiga/yam-build/yam/src/tools/tz' CC asctime.c CC difftime.c CC localtime.c localtime.c: In function `update_tzname_etc': localtime.c:270: warning: unused parameter `sp' localtime.c:270: warning: unused parameter `ttisp' localtime.c: In function `differ_by_repeat': localtime.c:351: warning: comparison is always false due to limited range of data type localtime.c: In function `transtime': localtime.c:981: warning: `value' might be used uninitialized in this function CC strftime.c AR ../../lib/os3/libtz.a make[4]: Leaving directory '/usr/local/amiga/yam-build/yam/src/tools/tz' LD YAM.os3.debug LD YAM.os3 make[3]: Leaving directory '/usr/local/amiga/yam-build/yam/src' make[2]: Leaving directory '/usr/local/amiga/yam-build/yam' MK YAM210dev-20210126-AmigaOS3.lha MK os4 nightly make[2]: Entering directory '/usr/local/amiga/yam-build/yam' make[3]: Entering directory '/usr/local/amiga/yam-build/yam/src' CLEAN CLEANALL DISTCLEAN make[4]: Entering directory '/usr/local/amiga/yam-build/yam/src/tools/genclasses' rm -f gc.o lists.o crc32.o GenClasses make[4]: Leaving directory '/usr/local/amiga/yam-build/yam/src/tools/genclasses' make[4]: Entering directory '/usr/local/amiga/yam-build/yam/src/tools/tz' rm -f ../../lib/os4/libtz.a .obj_os4/asctime.o .obj_os4/difftime.o .obj_os4/localtime.o .obj_os4/strftime.o make[4]: Leaving directory '/usr/local/amiga/yam-build/yam/src/tools/tz' MK .obj_os4 MK .dep_os4 make[4]: Entering directory '/usr/local/amiga/yam-build/yam/src/tools/genclasses' CC gc.c In file included from /usr/include/string.h:519, from gc.c:39: In function ‘strncat’, inlined from ‘myaddpart’ at gc.c:339:3, inlined from ‘scanclasses’ at gc.c:838:5: /usr/include/bits/string_fortified.h:122:10: warning: ‘__builtin___strncat_chk’ output may be truncated copying 255 bytes from a string of length 255 [-Wstringop-truncation] 122 | return __builtin___strncat_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function ‘strncpy’, inlined from ‘doargs’ at gc.c:1875:5: /usr/include/bits/string_fortified.h:91:10: warning: ‘__builtin_strncpy’ output may be truncated copying 255 bytes from a string of length 255 [-Wstringop-truncation] 91 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function ‘strncat’, inlined from ‘myaddpart’ at gc.c:339:3, inlined from ‘doargs’ at gc.c:1876:5: /usr/include/bits/string_fortified.h:122:10: warning: ‘__builtin___strncat_chk’ output may be truncated copying 255 bytes from a string of length 255 [-Wstringop-truncation] 122 | return __builtin___strncat_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC lists.c CC crc32.c LD GenClasses make[4]: Leaving directory '/usr/local/amiga/yam-build/yam/src/tools/genclasses' FC Locale.c GN GenClasses GN gitrev.h CC YAM_global.c CC YAM.c CC YAM_DI.c CC YAM_ER.c CC YAM_FI.c CC YAM_FO.c CC YAM_MA.c CC YAM_MAf.c CC YAM_RE.c CC YAM_US.c CC YAM_UT.c CC YAM_WR.c CC AddressBook.c CC AppIcon.c CC BayesFilter.c CC BoyerMooreSearch.c CC Busy.c CC Config.c CC DockyIcon.c CC DynamicString.c CC FileInfo.c CC FolderList.c CC HashTable.c LX HTML2Mail.l CC HTML2Mail.c CC ImageCache.c CC Locale.c CC Logfile.c CC MailExport.c CC MailImport.c CC MailList.c CC MailServers.c CC MailTransferList.c CC MethodStack.c CC MimeTypes.c CC MUIObjects.c LX ParseEmail.l CC ParseEmail.c CC Requesters.c CC Rexx.c CC Signature.c CC Themes.c CC Threads.c CC Timer.c CC TZone.c CC UIDL.c CC UpdateCheck.c CC UserIdentity.c CC Debug.c CC mui/Classes.c CC mui/AboutWindow.c CC mui/AccountList.c CC mui/AddressBookConfigPage.c CC mui/AddressBookEditGroupPanel.c CC mui/AddressBookEditListPanel.c CC mui/AddressBookEditUserPanel.c CC mui/AddressBookEditWindow.c CC mui/AddressBookEntryList.c CC mui/AddressBookListtree.c CC mui/AddressBookToolbar.c CC mui/AddressBookWindow.c CC mui/AddressField.c CC mui/AddressMatchList.c CC mui/AddressMatchPopupWindow.c CC mui/Attachment.c CC mui/AttachmentGroup.c CC mui/AttachmentImage.c CC mui/AttachmentList.c CC mui/AttachmentKeywordList.c CC mui/AttachmentRequestWindow.c CC mui/Base64Dataspace.c CC mui/BirthdayRequestWindow.c CC mui/CheckboxRequestWindow.c CC mui/CodesetPopup.c CC mui/CodesetPopupList.c CC mui/ConfigPage.c CC mui/ConfigPageList.c CC mui/ConfigWindow.c CC mui/FilterChooser.c CC mui/FilterList.c CC mui/FilterPopupList.c CC mui/FilterRuleList.c CC mui/FiltersConfigPage.c CC mui/FirstStepsConfigPage.c CC mui/FolderEditWindow.c CC mui/FolderListtree.c CC mui/FolderRequestListtree.c CC mui/FolderRequestPopup.c CC mui/FolderRequestWindow.c CC mui/GenericRequestWindow.c CC mui/HeaderList.c CC mui/IdentitiesConfigPage.c CC mui/IdentityChooser.c CC mui/IdentityList.c CC mui/ImageArea.c CC mui/InfoBar.c CC mui/InfoWindow.c CC mui/LookFeelConfigPage.c CC mui/MailServerChooser.c CC mui/MailTextEdit.c CC mui/MainFolderListtree.c CC mui/MainMailList.c CC mui/MainMailListGroup.c CC mui/MainWindow.c CC mui/MainWindowToolbar.c CC mui/MimeConfigPage.c CC mui/MimeTypeList.c CC mui/MimeTypePopup.c CC mui/MixedConfigPage.c CC mui/ObjectList.c CC mui/ObjectListitem.c CC mui/PassphraseRequestWindow.c CC mui/PGPKeyPopup.c CC mui/PlaceholderPopup.c CC mui/PlaceholderPopupList.c CC mui/PreselectionWindow.c CC mui/QuickSearchBar.c CC mui/ReadConfigPage.c CC mui/ReadMailGroup.c CC mui/ReadWindow.c CC mui/ReadWindowStatusBar.c CC mui/ReadWindowToolbar.c CC mui/RecipientString.c CC mui/ReplyForwardConfigPage.c CC mui/ScriptList.c CC mui/ScriptsConfigPage.c CC mui/SearchControlGroup.c CC mui/SearchMailWindow.c CC mui/SearchTextWindow.c CC mui/SecurityConfigPage.c CC mui/ShutdownWindow.c CC mui/SignatureChooser.c CC mui/SignatureConfigPage.c CC mui/SignatureList.c CC mui/SignatureTextEdit.c CC mui/SpamConfigPage.c CC mui/SplashWindow.c CC mui/StartupQuitConfigPage.c CC mui/StringRequestWindow.c CC mui/TCPIPConfigPage.c CC mui/ThemeList.c CC mui/ThemeListGroup.c CC mui/TransferControlGroup.c CC mui/TransferControlList.c CC mui/TransferMailList.c CC mui/TransferWindow.c CC mui/TZoneChooser.c CC mui/TZoneContinentChooser.c CC mui/TZoneInfoBar.c CC mui/TZoneLocationChooser.c CC mui/UpdateComponentList.c CC mui/UpdateConfigPage.c CC mui/UpdateNotifyWindow.c CC mui/UserList.c CC mui/UserPortraitGroup.c CC mui/WriteAttachmentList.c CC mui/WriteConfigPage.c CC mui/WriteWindow.c CC mui/WriteWindowToolbar.c CC mui/YAMApplication.c CC rexx/addrdelete.c CC rexx/addredit.c CC rexx/addrfind.c CC rexx/addrgoto.c CC rexx/addrinfo.c CC rexx/addrload.c CC rexx/addrnew.c CC rexx/addrresolve.c CC rexx/addrsave.c CC rexx/appbusy.c CC rexx/appnobusy.c CC rexx/findmail.c CC rexx/flushindexes.c CC rexx/folderinfo.c CC rexx/getconfiginfo.c CC rexx/getfolderinfo.c CC rexx/getmailinfo.c CC rexx/getselected.c CC rexx/geturl.c CC rexx/help.c CC rexx/hide.c CC rexx/info.c CC rexx/isonline.c CC rexx/listfreeze.c CC rexx/listselect.c CC rexx/listunfreeze.c CC rexx/mailarchive.c CC rexx/mailbounce.c CC rexx/mailchangesubject.c CC rexx/mailcheck.c CC rexx/mailcopy.c CC rexx/maildelete.c CC rexx/mailedit.c CC rexx/mailexport.c CC rexx/mailfilter.c CC rexx/mailforward.c CC rexx/mailimport.c CC rexx/mailinfo.c CC rexx/mailmove.c CC rexx/mailread.c CC rexx/mailreply.c CC rexx/mailsendall.c CC rexx/mailsend.c CC rexx/mailstatus.c CC rexx/mailupdate.c CC rexx/mailwrite.c CC rexx/newmailfile.c CC rexx/quit.c CC rexx/readclose.c CC rexx/readinfo.c CC rexx/readprint.c CC rexx/readsave.c CC rexx/request.c CC rexx/requestfile.c CC rexx/requestfolder.c CC rexx/requeststring.c CC rexx/restart.c CC rexx/screentoback.c CC rexx/screentofront.c CC rexx/setflag.c CC rexx/setfolder.c CC rexx/setmail.c CC rexx/setmailfile.c CC rexx/show.c CC rexx/userinfo.c CC rexx/writeattach.c CC rexx/writebcc.c CC rexx/writecc.c CC rexx/writeeditor.c CC rexx/writefrom.c CC rexx/writeidentity.c CC rexx/writeletter.c CC rexx/writemailto.c CC rexx/writeoptions.c CC rexx/writequeue.c CC rexx/writereplyto.c CC rexx/writesend.c CC rexx/writesubject.c CC rexx/writeto.c CC mime/base64.c CC mime/qprintable.c CC mime/uucode.c CC mime/rfc1738.c CC mime/rfc2047.c CC mime/rfc2231.c CC mime/md5.c CC tcp/Connection.c CC tcp/ssl.c CC tcp/pop3.c CC tcp/smtp.c CC tcp/http.c CC extrasrc/DoSuperNew.c CC extrasrc/NewReadArgs.c CC extrasrc/getdelim.c CC extrasrc/memdup.c CC extrasrc/stcgfe.c CC extrasrc/strcasestr.c make[4]: Entering directory '/usr/local/amiga/yam-build/yam/src/tools/tz' MK .obj_os4 CC asctime.c CC difftime.c CC localtime.c localtime.c: In function ‘update_tzname_etc’: localtime.c:270:39: warning: unused parameter ‘sp’ [-Wunused-parameter] update_tzname_etc(struct state const *sp, struct ttinfo const *ttisp) ^ localtime.c:270:64: warning: unused parameter ‘ttisp’ [-Wunused-parameter] update_tzname_etc(struct state const *sp, struct ttinfo const *ttisp) ^ localtime.c: In function ‘differ_by_repeat’: localtime.c:351:17: warning: comparison is always false due to limited range of data type [-Wtype-limits] return t1 - t0 == SECSPERREPEAT; ^ localtime.c: In function ‘transtime’: localtime.c:1059:15: warning: ‘value’ may be used uninitialized in this function [-Wmaybe-uninitialized] return value + rulep->r_time + offset; ^ CC strftime.c AR ../../lib/os4/libtz.a make[4]: Leaving directory '/usr/local/amiga/yam-build/yam/src/tools/tz' LD YAM.os4.debug LD YAM.os4 make[3]: Leaving directory '/usr/local/amiga/yam-build/yam/src' make[2]: Leaving directory '/usr/local/amiga/yam-build/yam' MK YAM210dev-20210126-AmigaOS4-debug.lha MK catalogs make[2]: Entering directory '/usr/local/amiga/yam-build/yam' make[3]: Entering directory '/usr/local/amiga/yam-build/yam/src' FC ../locale/bosnian.catalog ../locale/bosnian.po - Warning: original string doesn't have a trailing ellipsis ('...') for identifier 'MSG_MA_ConfirmReq' ../locale/bosnian.po - Warning: string too long for identifier 'MSG_MA_TBRead' ../locale/bosnian.po - Warning: string too long for identifier 'MSG_MA_TBEdit' ../locale/bosnian.po - Warning: string too long for identifier 'MSG_MA_TBMove' ../locale/bosnian.po - Warning: string too long for identifier 'MSG_MA_TBReply' ../locale/bosnian.po - Warning: string too long for identifier 'MSG_MA_TBForward' ../locale/bosnian.po - Warning: string too long for identifier 'MSG_MA_TBFilter' ../locale/bosnian.po - Warning: string too long for identifier 'MSG_MA_TBFind' ../locale/bosnian.po - Warning: original string doesn't have a trailing ellipsis ('...') for identifier 'MSG_MA_NewFolder' ../locale/bosnian.po - Warning: original string doesn't have a trailing ellipsis ('...') for identifier 'MSG_MA_MConfig' ../locale/bosnian.po - Warning: original string doesn't have a trailing ellipsis ('...') for identifier 'MSG_MA_MUsers' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_DeleteServerMail' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_PreSelect' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_NotiReq' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_TaglineSep' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_Detach' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_TempDir' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_HEADERS' ../locale/bosnian.po - Warning: excessive placeholders for identifier 'MSG_HELP_CO_ST_COMMAND' ../locale/bosnian.po - Warning: original string doesn't have a trailing ellipsis ('...') for identifier 'MSG_AB_AddUser' ../locale/bosnian.po - Warning: original string doesn't have a trailing ellipsis ('...') for identifier 'MSG_AB_AddGroup' ../locale/bosnian.po - Warning: original string doesn't have a trailing ellipsis ('...') for identifier 'MSG_AB_AddList' ../locale/bosnian.po - Warning: string too long for identifier 'MSG_AB_TBFind' ../locale/bosnian.po - Warning: string too long for identifier 'MSG_AB_TBEdit' ../locale/bosnian.po - Warning: original string has a trailing ellipsis ('...') for identifier 'MSG_EA_SelectPhoto' ../locale/bosnian.po - Warning: original string doesn't have a trailing ellipsis ('...') for identifier 'MSG_RE_SaveMessage' ../locale/bosnian.po - Warning: missing placeholders for identifier 'MSG_RE_AddSender' ../locale/bosnian.po - Warning: string too long for identifier 'MSG_RE_TBPrevTh' ../locale/bosnian.po - Warning: string too long for identifier 'MSG_RE_TBNextTh' ../locale/bosnian.po - Warning: string too long for identifier 'MSG_RE_TBMove' ../locale/bosnian.po - Warning: string too long for identifier 'MSG_RE_TBReply' ../locale/bosnian.po - Warning: string too long for identifier 'MSG_RE_TBForward' ../locale/bosnian.po - Warning: original string doesn't have a trailing ellipsis ('...') for identifier 'MSG_WR_SaveTextAs' ../locale/bosnian.po - Warning: original string doesn't have a trailing ellipsis ('...') for identifier 'MSG_WR_AddFile' ../locale/bosnian.po - Warning: original string doesn't have a trailing ellipsis ('...') for identifier 'MSG_WR_InsertFile' ../locale/bosnian.po - Warning: original string has a trailing ellipsis ('...') for identifier 'MSG_WR_Add' ../locale/bosnian.po - Warning: original string has a trailing ellipsis ('...') for identifier 'MSG_WR_AddPack' ../locale/bosnian.po - Warning: string too long for identifier 'MSG_WR_TBBold' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_WR_ST_CC' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_WR_ST_BCC' ../locale/bosnian.po - Warning: original string doesn't have a trailing ellipsis ('...') for identifier 'MSG_FO_SelectDir' ../locale/bosnian.po - Warning: original string has a trailing ellipsis ('...') for identifier 'MSG_BusyDecPrinting' ../locale/bosnian.po - Warning: original string has a trailing ellipsis ('...') for identifier 'MSG_FOLDER_EDIT' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_FOLDER_NEWFOLDERGROUP' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_GENLISTCFG' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_SIZEFORMAT' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CY_SIZE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_SIZEFORMAT01' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_SIZEFORMAT02' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_SIZEFORMAT03' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_SIZEFORMAT04' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_SIZEFORMAT05' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_SMTPAUTHUSER' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_SMTPAUTHPASS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_APPICON' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_APPICONTEXT' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_NEWMSGS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_UNREADMSGS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_TOTALMSGS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_SENTMSGS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_FO_DSTATS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_FO_CH_STATS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_OPENGUI' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_CONTEXTMENU' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CONTEXTMENU' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_INFOBAR' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_INFOBAR' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_WARNSUBJECT' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_WARNSUBJECT' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_WR_NOSUBJECTREQ' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_WR_TBSearch' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_WR_BT_SEARCH' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_SEARCHWINDOW_TITLE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_SEARCHWINDOW_TOGGLE_CASESENSITVE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_SEARCHWINDOW_BT_SEARCH' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_SEARCHWINDOW_BT_CANCEL' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_SEARCHNOTFOUND_TITLE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_SEARCHNOTFOUND_MSG' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_FO_GROUP_CONFDEL' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_FOLDER_NONSEL' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_FO_NEWFGROUP' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_FO_NEWFGROUPREQ' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ER_CANTMOVEMAIL' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_MA_EXECUTINGCMD' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_APP_DESCRIPTION' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_INFOBARPOS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_INFOBARPOS01' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_INFOBARPOS02' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_INFOBARPOS03' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_INFOBARPOS04' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_FOLDERLABEL' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_FO_MLSUPPORT' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_FO_CH_MLSUPPORT' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_FO_AUTODETECT' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_FO_BT_AUTODETECT' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_FO_NOTRECOGNIZED' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_NB_EMAILCACHE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_NB_EMAILCACHEFMT' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_NB_EMAILCACHE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_SMTPPORT' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_POPPORT' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_InfoBarDef' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_TR_INITTLS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ER_INITAMISSL' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_TR_SENDAUTH' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_IMPORTMIMETITLE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ER_TRANSFERMAIL' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ER_ADDRBOOKLOAD' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_AB_NOYAMADDRBOOK' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_AB_NOYAMADDRBOOK_GADS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_FO_EDIT_FGROUP' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_FO_EDIT_FGROUPREQ' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ER_UNUSABLEAMISSL' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_RETRY_QUIT_GAD' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ER_NOAUTHUSERPASS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_APPICON_LABEL' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_DATE_RECEIVED' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_DATE_SENT' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_DATE_SNTRCVD' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_DATE_SNTRCVD' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_FROMTO' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CA_COL1QUOT' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CA_COL3QUOT' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CA_COL4QUOT' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_URLCOLOR' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CA_COLURL' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_MA_CTX_DEFWIDTH_THIS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_MA_CTX_DEFWIDTH_ALL' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_MA_CTX_DEFORDER_THIS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_MA_CTX_DEFORDER_ALL' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_MA_CTX_MAILLIST' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_MA_CTX_FOLDERLIST' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_FO_CY_MLSIGNATURE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CTapplicationpdf' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_INFOBARTXT' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_YesNoReq2' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_FO_ST_HELLOTEXT' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_FO_ST_BYETEXT' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_FO_Welcome' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_FO_Greetings' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ER_SOCKETOPTION' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ER_B64FILEENCODE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ER_QPFILEENCODE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ER_UUFILEENCODE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ER_QPDEC_FILEIO' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ER_QPDEC_UNEXP' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ER_QPDEC_WARN' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ER_QPDEC_CHAR' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ER_UUDEC_TAGMISS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ER_UUDEC_CHECKSUM' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ER_UUDEC_CORRUPT' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_FI_StatMarked' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_MA_CREQUEST_OLDFILE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_MA_CREQUEST_UNKNOWN' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_MA_YESNOTOALL' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ER_CONVERTMFILE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ER_XPKUSAGE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_MA_CREQ_OLDFILE_TITLE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_MA_CREQ_UNKNOWN_TITLE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_SHOWEMBEDDEDREADPANE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_EMBEDDEDREADPANE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_SETSTATUSDELAYED1' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_SETSTATUSDELAYED2' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_SETSTATUSDELAYED' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_MA_ATTACHMENT' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_MA_ATTACHMENTS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_MA_ATTACHMENT_DISPLAY' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_MA_ATTACHMENT_SAVEAS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_MA_ATTACHMENT_PRINT' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_MA_ATTACHMENT_SAVEALL' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_MA_ATTACHMENT_SAVESEL' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_SImageOnly' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_RE_SImageOnly' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_CHARSETWARN_TITLE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_CHARSETWARN' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_CHARSETWARN_BT' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_SenderRFCDateTime' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_SenderTimeZone' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_Filter_Name' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_Filter_RType' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_Filter_NType' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_Filter_SType' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_Filter_UType' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CTunknown' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_NB_AUTOSAVE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_NB_AUTOSAVEFMT' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_NB_AUTOSAVE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ER_MOVEFOLDERDIR' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_FI_SELECTACTIVE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_FI_BT_SELECTACTIVE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_QUICKSEARCH_VO_ALL' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_QUICKSEARCH_VO_UNREAD' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_QUICKSEARCH_VO_NEW' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_QUICKSEARCH_VO_MARKED' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_QUICKSEARCH_VO_IMPORTANT' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_QUICKSEARCH_VO_LAST5DAYS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_QUICKSEARCH_VO_KNOWNPEOPLE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_QUICKSEARCH_VO_HASATTACHMENTS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_QUICKSEARCH_VO_MINSIZE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_QUICKSEARCH_VIEW' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_QUICKSEARCH_SHOWNMSGS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_FI_NOFOLDERS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_QUICKSEARCH_VIEWOPTIONS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_QUICKSEARCH_SEARCHSTRING' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_BUSY_SEARCHINGFOLDER' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_WBAPPICON' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_WBAPPICON' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_DOCKYICON' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_DOCKYICON' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_MA_MessageImport' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ER_MESSAGEIMPORT' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_MA_MESSAGEEXPORT' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_YAMINFO' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_SYSTEMSETTINGS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_DEFAULTCHARSET' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_CHARSETUNKNOWNWARN' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_CHARSETUNKNOWNWARN_BT' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ER_LIB' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ER_LIB_URL' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ER_NO_MCC' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ER_MCC_OLD' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ER_MCC_IN_USE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_FIRSTSTEPS_TITLE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_FIRSTSTEPS_SUMMARY' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_TCPIP_TITLE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_TCPIP_SUMMARY' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_FILTER_TITLE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_FILTER_SUMMARY' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_READ_TITLE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_READ_SUMMARY' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_WRITE_TITLE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_WRITE_SUMMARY' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_REPLY_TITLE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_REPLY_SUMMARY' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_SIGNATURE_TITLE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_SIGNATURE_SUMMARY' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_SECURITY_TITLE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_SECURITY_SUMMARY' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_STARTUP_TITLE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_STARTUP_SUMMARY' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_MIME_TITLE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_MIME_SUMMARY' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_ABOOK_TITLE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_ABOOK_SUMMARY' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_SCRIPTS_TITLE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_SCRIPTS_SUMMARY' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_MIXED_TITLE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_MIXED_SUMMARY' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_UPDATE_TITLE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_UPDATE_SUMMARY' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_CrdUpdate' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_AMISSLWARN_TITLE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_AMISSLWARN' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_AMISSLWARN_BT' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_BUSY_OPENINGCONFIG' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_MA_UPDATECHECK' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_SOFTWAREUPDATE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_UPDATE_DAILY' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_UPDATE_WEEKLY' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_UPDATE_MONTHLY' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_SEARCHFORUPDATES' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_SEARCHNOW' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_LASTSEARCH' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_LASTSTATUS_NOCHECK' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_LASTSTATUS_NOUPDATE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_LASTSTATUS_NOQUERY' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_LASTSTATUS_UPDATESUCCESS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_WR_SECURITYREQ' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_WR_UUCODE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_UPD_NOTIFICATION_WTITLE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_UPD_NOTIFICATION_TITLE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_UPD_NOTIFICATION_SUMMARY' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_UPD_NOTIFICATION_CHANGES' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_UPD_NOTIFICATION_NOUPDATE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_UPD_NOTIFICATION_CLOSE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_UPD_NOTIFICATION_COMP' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_UPD_NOTIFICATION_RECENT' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_UPD_NOTIFICATION_INSTALLED' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_UPD_NOTIFICATION_URL' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_MIME_DESCRIPTION' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CTapplicationgz' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CTapplicationhqx' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CTapplicationxls' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CTapplicationppt' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CTapplicationdoc' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CTtextxml' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CTapplicationz' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CTapplicationtar' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CTaudioaiff' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CTaudiomidi' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CTaudiompeg' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CTimagebmp' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CTapplicationtgz' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CTapplicationpgp' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CTapplicationbz2' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_DETECT_CYRILLIC' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_DETECT_CYRILLIC' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_WR_ErrorNotEnoughUndoMem' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_RE_HEADERDISPLAY' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_RE_MAILDETAILS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ER_ADDFILEERROR' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ER_PACKERROR' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_ABOOKLOOKUP' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_ABOOKLOOKUP' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_CONVERTHTML' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CONVERTHTML' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_TR_TRANSFERSTATUS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_TR_TRANSFERSIZE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_FI_GAUGETEXT' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_MA_MIMEPART_INFO' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_MA_MIMEPART_MENU' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_PGPPASSINTERVAL1' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_PGPPASSINTERVAL2' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_PGPPASSINTERVAL' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_UT_PGPPASSREQ_TITLE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_GR_REPLYFORWARD' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_GR_SCRIPTS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_GR_STARTUPQUIT' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_SCRIPTS_PREGET' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_SCRIPTS_POSTGET' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_SCRIPTS_NEWMSG' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_SCRIPTS_READ' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_SCRIPTS_WRITE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_SCRIPTS_URL' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_MIMECMD_PARAMETER' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_MA_CONFIRMDELETION' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_MA_SPAM' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_LOADINGSPAMTRAININGDATA' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_MA_TBSPAM' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_MA_TBNOTSPAM' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_MA_BT_SPAM' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_MA_BT_NOTSPAM' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_RE_TBSPAM' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_RE_TBNOTSPAM' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_RE_BT_SPAM' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_RE_BT_NOTSPAM' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_LOG_MAILISSPAM' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_LOG_MAILISNOTSPAM' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_FI_STATSPAM' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_MA_TOSPAM' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_MA_TONOTSPAM' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_CRDSPAMFILTER' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_SPAMFILTER' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_SPAMFILTER_TITLE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_SPAMFILTER_SUMMARY' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_SPAM_FILTERFORNEWMAIL' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_SPAM_RESETTRAININGDATA' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_SPAM_GOODCOUNT' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_SPAM_BADCOUNT' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_BUSYFLUSHINGSPAMTRAININGDATA' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_SPAM_MARKONMOVE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_SPAM_ADDRESSBOOKISWHITELIST' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_SPAM_RECOGNITION' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_SPAM_FILTERENABLED' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_SPAM_RESETTRAININGDATAASK' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_TR_CHECKUIDL' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_SPAM_DISABLEFILTERASK' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_SPAM_RESETTDATA' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_SPAM_RESETMAILFLAGS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_SPAM_DELETESPAMFOLDER' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CY_SMTPAUTHMETHOD' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_SMTPAUTH_AUTO' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_SMTPAUTH_DIGEST' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_SMTPAUTH_CRAM' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_SMTPAUTH_LOGIN' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_SMTPAUTH_PLAIN' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_ER_SMTPAUTH' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ER_SPAMDIR_EXISTS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ER_SPAMDIR_EXISTS_ANSWERS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_ER_CANNOT_CREATE_SPAMFOLDER' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_MA_CHECKSPAM' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_FI_BUSYCHECKSPAM' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_MA_REMOVESPAM' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_MA_BUSYEMPTYINGSPAM' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_MA_TRASH' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_WR_SEARCH' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_AB_IMPORT' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_AB_EXPORT' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_AB_LDIF' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_AB_CSV' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_AB_TAB' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ER_ADDRBOOKIMPORT' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ER_ADDRBOOKEXPORT' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_LOADINGUPDATESTATE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_MA_HIDE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_MA_QUIT' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_MA_SELECTALL' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_MA_SELECTNONE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_MA_SELECTTOGGLE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_MA_MSEARCH' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_MA_MFILTER' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_MA_REMOVEDELETED' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_MA_UPDATEINDEX' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_MA_MREAD' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_MA_TOUNREAD' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_MA_TOREAD' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_PROJECT_MABOUT' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_MA_MEDIT' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_MA_MMOVE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_MA_MCOPY' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_MA_MPRINT' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_MA_MSAVE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_MA_MSAVEATT' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_MA_MNEW' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_MA_MREPLY' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_MA_MFORWARD' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_MA_MSAVEADDRESS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_MA_MADDRESSBOOK' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_MA_MCONFIG' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_MA_TOMARKED' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_MA_TOUNMARKED' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_MA_ALLTOREAD' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_MA_MEDITASNEW' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_RE_SEARCH' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_RE_SEARCH_AGAIN' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_WR_SEARCH_AGAIN' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_WR_AUTOWRAP' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_SPAM_MARK_AS_READ' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CH_SPAMFILTERENABLED' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_TX_SPAMBADCOUNT' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_TX_SPAMGOODCOUNT' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_BT_SPAMRESETTRAININGDATA' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CH_SPAMFILTERFORNEWMAIL' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CH_SPAMABOOKISWHITELIST' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CH_SPAMMARKONMOVE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CH_SPAMMARKASREAD' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CH_UPDATECHECK' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_WR_SELECTALL' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_RE_MDN_ACCEPT_LATER' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_RE_MDN_ACCEPT_NOW' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_RE_MDN_IGNORE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_RE_MDN_IGNORE_ALL' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_MDN_ACTION_IGNORE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_MDN_ACTION_SEND' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_MDN_ACTION_QUEUE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_MDN_ACTION_ASK' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_MDN_TITLE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_MDN_DESCRIPTION' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_MDN_DISABLED' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_MDN_ENABLED' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_MDN_NORECIPIENT' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_MDN_NODOMAIN' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_MDN_DELETE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_MDN_OTHER' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_MDN_NEVER' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_MDN_ALLOW' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CY_MDN_NORECIPIENT' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CY_MDN_NODOMAIN' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CY_MDN_DELETE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CY_MDN_OTHER' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_LOOKFEEL_TITLE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_LOOKFEEL_SUMMARY' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_CRDLOOKFEEL' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_LOOKFEEL_THEMES' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_THEME_ACTIVATE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_THEME_PREVIEW' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_THEME_AUTHOR' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_THEME_URL' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_RELDATETIME' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_RELDATETIME' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ER_USER_UNKNOWN_TITLE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ER_USER_UNKNOWN_BUTTON' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ER_USER_UNKNOWN_ERROR' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CA_COLSIG' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ER_SPAM_NOT_ENOUGH_CLASSIFIED_MAILS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ER_CANNOT_CREATE_SEMAPHORE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_RE_HDR_FROM' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_RE_HDR_TO' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_RE_HDR_DATE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_RE_HDR_SUBJECT' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_RE_VIRTUALMAIL' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_MIMECMD_PUBSCREEN' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ER_ZOMBIE_FILES_EXIST' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ER_ZOMBIE_FILES_EXIST_BT' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ER_ZOMBIE_FILES_EXIST_TITLE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_SHOWALTPARTS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_SHOWALTPARTS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_US_DIRECTORY_DOESNT_EXIST' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_BT_APPICONGETPOS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_MOVE_HAM_TO_INCOMING' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CH_MOVE_HAM_TO_INCOMING' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_FILTER_HAM' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CH_FILTER_HAM' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_SHUTDOWN_SHUTTING_DOWN' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CY_FOLDERINFO' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_FOLDERINFO01' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_FOLDERINFO02' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_FOLDERINFO03' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_FOLDERINFO04' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_FOLDERINFO05' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_FO_EXPIREUNREAD' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_FO_CH_EXPIREUNREAD' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_WR_SENDNOW' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_WR_SENDLATER' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_WR_MSENDNOW' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_WR_MSENDLATER' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ER_CONNECTIONBROKEN' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_WR_MSWITCH_MSG' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_WR_MSWITCH_ATT' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_WR_MSWITCH_OPT' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_FWDMSG' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_FWDMSG_INLINE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CY_FORWARDMODE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ABOUT_CURRENT_DEVELOPERS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ABOUT_CONTRIBUTORS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ABOUT_LOCALIZATION_CONTRIBUTORS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ABOUT_GPL' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ABOUT_3RD_PARTY_SOFTWARE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ABOUT_YAM_NEWS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_WR_VIEW' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CONFIG_MODIFIED' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CONFIG_MODIFIED_GAD' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ABOOK_MODIFIED_GAD' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_BT_MIMEIMPORT' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_AB_INVALIDSECURITY_TITLE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_AB_INVALIDSECURITY' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_AB_INVALIDSECURITY_GADS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_WR_INVALIDSECURITY_TITLE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_WR_INVALIDSECURITY' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_WR_INVALIDSECURITY_GADS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ER_FILEENCODE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ER_MISSINGATTFILE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ER_INVALIDATTFILE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ER_PRINTER_OFFLINE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ER_PRINTER_OFFLINE_GADS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ER_PRINTER_NOPAPER' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ER_PRINTER_NOPAPER_GADS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ER_PRINTER_FAILED' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_MA_EDIT' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_MA_EDIT_UNDO' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_MA_EDIT_REDO' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_MA_EDIT_CUT' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_MA_EDIT_COPY' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_MA_EDIT_PASTE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_MA_EDIT_SALL' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_MA_EDIT_SNONE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_WR_SELECTNONE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_MA_INVALIDMFILE_TITLE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_MA_INVALIDMFILE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_MA_INVALIDMFILE_BT' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ER_CANNOT_READ_INDEX' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ER_CANNOT_WRITE_INDEX' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ER_INDEX_CORRUPTED' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ER_UNKNOWN_MIME_ENCODING' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ER_UNKNOWN_HEADER_ENCODING' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ER_UNEXPECTED_MULTIPART_EOF' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ER_MIME_ERROR' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ER_UNEXPECTED_UUE_EOF' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ER_INVALID_UUE_LENGTH' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_RE_HDR_REPLYTO' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_FI_FROM_FIELD' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_FI_TO_FIELD' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_FI_CC_FIELD' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_FI_REPLYTO_FIELD' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_FI_SUBJECT_FIELD' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_FI_DATE_FIELD' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_FO_TO_PATTERN' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_FO_TO_ADDRESS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_FO_FROM_ADDRESS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_FO_REPLYTO_ADDRESS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_RETRY_HOMEPAGE_QUIT_GAD' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HOMEPAGE_QUIT_GAD' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_MA_EDIT_DELETE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_WR_DELETE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ER_B64DEC_FILEIO' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ER_B64DEC_WARN' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ER_B64DEC_UNEXP' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_MA_ADD_WHICH_ADDRESS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_SCRIPTACTION' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_SCRIPTPATH' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ER_ICONOBJECT_WARNING' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ER_THEMEVER_FALLBACK' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ER_THEMEVER_IGNORE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ER_DATATYPE_ERROR' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ER_IMAGEOBJECT_WARNING' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ER_THEME_FATAL' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ER_THEME_FALLBACK' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ER_THEME_ACTIVATED_TITLE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ER_THEME_ACTIVATED' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_FOLDER_ALLTOREAD' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_EA_REMOVEPHOTO' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_EA_BT_REMOVEPHOTO' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_NOTISOUND' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_NOTICMD' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_BT_MORE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_BT_LESS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_BT_FILTERUP' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_BT_FILTERDOWN' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_PO_APLAY' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_BT_APLAY' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_DESCRIPTION' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_LV_REXX' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_BT_UPDATENOW' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_WR_LV_ATTACH' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_QUICKSEARCH_STR_CONTROLCHAR' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_UPDATE_NEVER' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_MA_EXECUTESCRIPT_TITLE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_FI_BT_NONE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_MA_CONFIRMFILTER_ALL' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_MA_CONFIRMFILTER_SELECTED' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_AB_XML' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_MA_FILTER_STATS_SPAM' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_TR_FILTER_STATS_SPAM' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_FCHANGE_WARN_TITLE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_FCHANGE_WARN' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_LOG_SENDING_FAILED' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ERROR_THREADS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ERROR_PLAYSOUND' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_WR_CHARSET' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_WR_PO_CHARSET' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ABOUTYAM' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ER_CONNECTERR_SOCKET_IN_USE_POP3' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ER_CONNECTERR_TIMEDOUT_POP3' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ER_CONNECTERR_NO_SOCKET_POP3' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ER_CONNECTERR_NO_NONBLOCKIO_POP3' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ER_UNKNOWN_HOST_POP3' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ER_CANNOT_CONNECT_POP3' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ER_POP3WELCOME' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ER_BADRESPONSE_POP3' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ER_INITTLS_POP3' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ER_NO_APOP' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ER_CONNECTERR_SOCKET_IN_USE_SMTP' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ER_CONNECTERR_TIMEDOUT_SMTP' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ER_CONNECTERR_NO_SOCKET_SMTP' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ER_CONNECTERR_NO_NONBLOCKIO_SMTP' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ER_INITTLS_SMTP' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ER_NOSTARTTLS_SMTP' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ER_BADRESPONSE_SMTP' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ER_CANNOT_CONNECT_SMTP' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ER_UNKNOWN_HOST_SMTP' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ER_NO8BITMIME_SMTP' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_FOLDERDBLCLICK' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_MA_ATTACHMENT_DELETE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_MA_ATTACHMENT_DELETESEL' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_MA_DELETESELECTEDREQUEST' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_LOG_DELETEDATT' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_MA_DELETEATT' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_MA_DELETEATTREQUEST' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_MA_ATTACHMENT_DELETEALL' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_MA_MDELETEATT' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_MAPFOREIGNCHARS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_MAPFOREIGNCHARS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_MA_NAVIGATION' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_MA_MNEXTTH' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_MA_MPREVTH' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_GLOBALMAILTHREADS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_GLOBALMAILTHREADS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_FILE_OVERWRITE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ER_USER_DIR_MISSING' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_TEXTCOLORS_READ' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_TEXTCOLORS_READ' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_TEXTSTYLES_READ' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_TEXTSTYLES_READ' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_TEXTCOLORS_WRITE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_TEXTCOLORS_WRITE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_TEXTSTYLES_WRITE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_TEXTSTYLES_WRITE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_FONTSETTINGS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_FIXEDFONT_WRITE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_RE_TEXTCOLORS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_WR_TEXTSTYLES' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_WR_TEXTCOLORS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_WR_FIXEDFONT' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_SPAM_OPTIMIZE_TRAININGDATA' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_BT_OPTIMIZE_TRAININGDATA' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_SPAM_OPTIMIZE_TRAININGDATA_ASK' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_SPAM_STATISTICS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ER_WRONG_DOB_FORMAT' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_NOTIOS41SYSTEM' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_NOTIOS41SYSTEM' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_USERNAME_FALLBACK' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_RE_DEFAULT_MIMEPART_NAME' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_OPEN_WRITEWINDOWS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_OPEN_WRITEWINDOWS_GAD' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_MA_MFORWARD_ATTACH' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_MA_MFORWARD_INLINE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_FWDMSG_ATTACH' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_ScriptPreFilterMail' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_ScriptPostFilterMail' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_FI_DOS_PATTERN' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_FI_CH_DOS_PATTERN' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CTapplicationpgpsig' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_AB_BirthdayReqBody' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ER_AREXX_EXECUTION_ERROR' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_BIRTHDAYREQUEST_DONTSHOWAGAIN' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_RE_SAVE_FILE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_UPD_NO_UPDATES_FOUND_TITLE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_UPD_NO_UPDATES_FOUND' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_UPD_NO_UPDATES_FOUND_HINT_AUTOCHECK' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_UPD_NO_UPDATES_FOUND_HINT_NOAUTOCHECK' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_THREAD_EXIT_WARNING_TITLE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_THREAD_EXIT_WARNING' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_THREAD_EXIT_WARNING_BT' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_EXECUTE_COMMAND_FAILED' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ERROR_METHODSTACK' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_TRANSFERS_IN_PROGRESS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ERROR_CONNECTIONS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_LOG_CONNECT_POP3' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_LOG_RETRIEVED_POP3' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_TR_ENTER_POP3_PASSWORD' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ALTIMAGE_STATUS_DOWNLOAD' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ALTIMAGE_STATUS_DELETE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_PRESELECT_INDEX' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_TR_WAIT_FOR_PASSWORD' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_TR_WAIT_FOR_PRESELECTION' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_POP3_NEW_MAIL_NOTIFY_REQ' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_POP3_NEW_MAIL_NOTIFY_OS4_ONE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_POP3_NEW_MAIL_NOTIFY_OS4_MANY' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_MA_SEND_AND_GET_MAIL' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_MA_SEND_MAIL' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_MA_GET_MAIL' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_WR_SECURITYREQ_GADS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HTTP_CONNECTING_TO_SERVER' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HTTP_SENDING_REQUEST' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HTTP_WAITING_FOR_ANSWER' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HTTP_RECEIVING_DATA' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HTTP_DISCONNECTING_FROM_SERVER' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_SHOW_TRANSFER_WINDOW' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_APPLY_REMOTE_FILTERS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_APPLY_REMOTE_FILTERS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_DOWNLOAD_ON_STARTUP' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_DOWNLOAD_ON_STARTUP' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_IMPORT_UNKNOWN_FILE_FORMAT' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_IMPORT_NO_MAILS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_CONFIG_IS_LOCKED' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_FOLDERINFO_SHORTHELP' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_MAILINFO_SHORTHELP' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_UPDATE_DOWNLOAD_PATH' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_UPD_NOTIFICATION_DOWNLOAD' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_TR_DOWNLOADING_FROM_SERVER' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_MA_HELP' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_MA_HELP_CONTENTS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_MA_HELP_AREXX' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_EA_SEARCH_GRAVATAR' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ER_NO_GRAVATAR_FOUND' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ER_NON_MIME_CONFORMANT_MAIL' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_ACTION_SET_STATUS_TO_MARKED' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_ACTION_SET_STATUS_TO_MARKED' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_ACTION_SET_STATUS_TO_UNMARKED' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_ACTION_SET_STATUS_TO_UNMARKED' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_ACTION_SET_STATUS_TO_READ' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_ACTION_SET_STATUS_TO_READ' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_ACTION_SET_STATUS_TO_UNREAD' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_ACTION_SET_STATUS_TO_UNREAD' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_ACTION_SET_STATUS_TO_SPAM' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_ACTION_SET_STATUS_TO_SPAM' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_ACTION_SET_STATUS_TO_HAM' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_ACTION_SET_STATUS_TO_HAM' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_SMTP_ACTIVE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_POP_AUTH' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CY_POPAUTH' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_POP_AUTH_PLAIN' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_POP_AUTH_APOP' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_POP_SECURITY' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_POP_SECURITY_NONE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_POP_SECURITY_TLS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_POP_SECURITY_SSL' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CY_POPSECURE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_POP_SERVERLIST' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_POP_SERVERSETTINGS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_POP_SECURITYAUTH' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_POP_MSGHANDLING' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_SMTP_SERVERLIST' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_SMTP_SERVERSETTINGS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_POP_DESC' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_POPDESC' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_SMTP_DESC' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_SMTPDESC' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_SMTP_SECURITY' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_SMTP_SECURITY_NONE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_SMTP_SECURITY_TLS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_SMTP_SECURITY_SSL' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_SMTP_SECURITYAUTH' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CY_SMTPSECURE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_SMTP_AUTH' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_SMTPAUTH_NONE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_SMTP_OPTIONS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_CRDIDENTITIES' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_IDENTITIES_TITLE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_IDENTITIES_SUMMARY' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_LIST' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_SETTINGS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_REGISTER_SETTINGS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_REGISTER_COMPOSE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_REGISTER_PGPSEC' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_NOSIGNATURE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_ABOVEQUOTE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_BELOWQUOTE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_DESCRIPTION' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_MAILSERVER' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_COMPOSE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_CC' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_BCC' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_REPLYTO' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_COMPOSE_OPTIONS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_COMPOSE_QUOTE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_COMPOSE_ANSWER' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_COMPOSE_SIGNATURE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_USESIG_REPLY' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_USESIG_FORWARD' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_PGPSETTINGS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_USEPGP' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_PGPKEY_ID' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_PGPKEY_URL' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_PGP_OPTIONS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_PGP_SIGN_UNENC' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_PGP_SIGN_ENC' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_PGP_ENCRYPTALL' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_PGP_ADDOWN' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_PHOTOURL' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_ADDINFO' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_REQUESTMDN' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_SERVERNAME' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_USER' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_FO_MOVEFOLDERTO' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_FO_FOLDER_ALREADY_EXISTS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ER_CANNOT_CREATE_FOLDER' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_IdentityActive' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_MA_FLUSH_ALL_INDICES' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_IDENTITY_ENABLED' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_IDENTITY_DESCRIPTION' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_IDENTITY_REALNAME' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_IDENTITY_EMAIL' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_IDENTITY_ORGANIZATION' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CY_IDENTITY_MAILSERVER' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_IDENTITY_CC' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_IDENTITY_BCC' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_IDENTITY_REPLYTO' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_IDENTITY_EXTRAHEADER' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_IDENTITY_PHOTOURL' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_IDENTITY_QUOTEMAILS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_IDENTITY_QUOTEPOS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_IDENTITY_SIGPOS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_IDENTITY_SIGREPLY' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_IDENTITY_SIGFORWARD' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_IDENTITY_ADDINFO' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_IDENTITY_REQUESTMDN' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_IDENTITY_USEPGP' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_IDENTITY_PGPID' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_IDENTITY_PGPURL' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_IDENTITY_PGPSIGN_UNENC' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_IDENTITY_PGPSIGN_ENC' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_IDENTITY_PGPENC_ALL' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_IDENTITY_PGPENC_SELF' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CY_IDENTITY_SIGNATURE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_CONFIGWARNING_TITLE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_CONFIGWARNING' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_CONFIGWARNING_BT' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_CONFIGVERSIONWARNING_TITLE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_CONFIGVERSIONWARNING' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_CONFIGVERSIONWARNING_BT' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_WR_MCCADDRFIELD' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_WR_MBCCADDRFIELD' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_WR_MREPLYTOADDRFIELD' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_LISTCOLUMNSETTINGS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_LOOKFEEL_MAINWINDOW' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_LOOKFEEL_TITLE_THEME' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_LOOKFEEL_TITLE_INFO' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_WR_CY_SIGNATURE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_WR_PGPSECURITY' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_WR_CY_SECURITY' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_MIMETYPE_TITLE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_DOWNLOAD_LARGE_MAILS1' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_DOWNLOAD_LARGE_MAILS2' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_MA_DRAFTS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_SIGNATURE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_SIGNATURES' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_SIGNATURE_DESCRIPTION' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_SIGNATURE_ACTIVE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_SIGNATURE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_LV_SIGNATURE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_BT_SIGADD' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_BT_SIGDEL' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_BT_SIGUP' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_BT_SIGDOWN' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_BT_SIG_ACTIVE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_SIG_DESC' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_TE_SIGEDIT' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_MIXED_CONNECTIONS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_POP_NOTIFICATION' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_SSL_CERT_WARNING_TITLE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_SSL_CERT_WARNING_BUTTONS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_SSL_CERT_WARNING_INTRO' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_SSL_CERT_WARNING_UNTRUSTED' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_SSL_CERT_WARNING_IDMISMATCH' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_SSL_CERT_WARNING_NOTYETVALID' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_SSL_CERT_WARNING_EXPIRED' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_SSL_CERT_WARNING_OTHER' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_SSL_CERT_WARNING_INFO' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_SSL_CERT_WARNING_SHOWTITLE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ER_WARN_LOADCAPATH' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ER_WARN_CAPATH' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_ACTION_TERMINATE_FILTER' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_ATERMINATE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_FILTER_IMPORT' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_FILTER_IMPORT_TITLE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_SPAM_TRUSTHEADERLINES' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ER_POP3_UIDLHASH_INIT_FAILED' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_SIGNATURE_TEXT' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_APPEND_SIGNATURE_FILE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_PRESELECT_GETTING_DETAILS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_UPDATES_INFO_MANUAL' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_UPDATES_INFO_AUTO' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_PGPPASS_SHOW_CHARS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CANNOT_CREATE_CUSTOM_CLASS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ER_MORPHOS_REXX_WARNING' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_WR_SAVEASDRAFT' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_WR_BT_SAVEASDRAFT' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_WR_MSAVEASDRAFT' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_WR_MCLOSE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_LOG_REDIRECT' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_ACTIONREDIRECT' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_AREDIRECT' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_AREDIRECT' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_MA_MREDIRECT' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_WR_REDIRECT_FROM' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_WR_REDIRECT_TO' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_WR_REDIRECT_CC' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_WR_REDIRECT_BCC' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_WR_REDIRECT_TITLE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ER_CANNOT_CREATE_MAIL_FILE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_WR_RENAME' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_WR_RENAME_ATTACHMENT' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_WR_ENTER_NEW_NAME' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_FI_SKIP_ENCRYPTED' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_FI_CH_SKIP_ENCRYPTED' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_QUICKSEARCHBAR' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_QUICKSEARCHBAR' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_QUICKSEARCHBARPOS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_QUICKSEARCHBARPOS01' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_QUICKSEARCHBARPOS02' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_QUICKSEARCHBARPOS03' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_FILTER_REGISTER_SETTINGS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_FILTER_REGISTER_CONDITIONS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_FILTER_REGISTER_ACTIONS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_CONDITION_ALL' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_CONDITION_MIN_ONE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_CONDITION_MAX_ONE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_WR_CMENU_TITLE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_WR_CMENU_ADD_ATTACHMENT' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_WR_CMENU_ADD_ARCHIVE_ATTACHMENT' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_WR_CMENU_REMOVE_ATTACHMENT' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_WR_CMENU_RENAME_ATTACHMENT' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_WR_CMENU_DISPLAY_ATTACHMENT' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_WR_TITLEATTACHMENT' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_WR_REMOVE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_CONDITION_PREPHRASE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_CONDITION_POSTPHRASE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_FALLBACK_TZONE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_GR_TZONE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_TZONE_GMTOFFSET' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_TZONE_NEXTDSTSWITCH' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_TZONE_NODSTSWITCH' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_TZONE_DESCRIPTION' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_TZONE_DESCRIPTION_NA' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_TZONE_ZONETAB_FILE_MISSING' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_TZONE_LOCATION_FILE_MISSING' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_FOLDER_MOVE_WARNING_TITLE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_FOLDER_MOVE_WARNING' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_FOLDER_MOVE_WARNING_GADS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_FO_DISPLAYNAME' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_FO_DIRECTORYNAME' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_VALIDATING_FOLDERS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_MA_MARCHIVE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_MA_ARCHIVE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_SHOW_ARCHIVER_PROGRESS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_LAUNCH_EXTEDITOR' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_EXTEDITOR' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_EDITOR_EXT' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_EXTEDITOR_CODESET' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_TX_DEFCODESET_EDITOR' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_TX_DEFCODESET_LOCAL' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_TX_DEFCODESET_WRITE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_DEFAULTCODESET_WRITE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_MIME_CODESET' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_TX_MIME_CODESET' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_DEFAULTVIEWER_CODESET' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_TX_DEFVIEWER_CODESET' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_LOG_FILTER_DONE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_FO_JUMP_TO_UNREAD_MESSAGE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_FO_CH_JUMPTOUNREAD' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_FO_JUMP_TO_RECENT_MESSAGE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_FO_CH_JUMPTORECENT' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_FO_MAXAGE_DAYS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_QUICKSEARCH_FILTER_LIST' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_QUICKSEARCH_FROM' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_QUICKSEARCH_TO' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_QUICKSEARCH_SUBJECT' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_QUICKSEARCH_BODY' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_CHECK_FOR_MISSING_ATTACHMENTS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_ATTACHMENT_KEYWORDS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_ATTACHMENTREMINDER' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_LV_ATTACHMENTKEYWORDS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ATTACHMENT_KEYWORDS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ATTACHMENT_REMIND_INFO' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ATTACHMENT_REMIND_ADD' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ATTACHMENT_REMIND_LATER' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_WR_NO_ATTACHMENTS_TITLE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_WR_NO_ATTACHMENTS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_WR_NO_ATTACHMENTS_GADS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_MAILACCOUNT_TRANSFERRED' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_MAILACCOUNT_TRANSFERRED' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_SAVE_LAYOUT' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_SAVELAYOUTQUIT' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_SMTP_FOLDERS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_SMTP_SENTFOLDER' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_PO_SMTP_SENTFOLDER' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_SAVESENTMAIL' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_IDENTITY_SAVESENTMAIL' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_ALTSENTFOLDER' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_IDENTITY_ALTSENTFOLDER' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_TX_IDENTITY_ALTSENTFOLDER' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_POP_FOLDERS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_POP_INCOMINGFOLDER' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_PO_POP_INCOMINGFOLDER' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_CYRILLICCHARSETWARN' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_CYRILLICCHARSETWARN_BT' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_WR_NORCPT_WARNING_GADGET' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_WR_NORCPT_WARNING' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_WR_DISCARDCHANGES_GADGET' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_MA_NO_SUBJECT' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_MA_NO_RECIPIENTS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_WR_CANCEL' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_MA_REPLYREQ_OPTIONS2' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ABOUT_DONATE_TEXT' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_TR_MAILCHECKFROM' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_WR_CC' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_WR_BCC' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_WR_REPLYTO' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_AB_TO_TOOLBAR' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_AB_CC_TOOLBAR' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_AB_BCC_TOOLBAR' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_AB_FROM_TITLE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_AB_TO_TITLE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_AB_CC_TITLE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_AB_BCC_TITLE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_AB_REPLYTO_TITLE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_SIZE_BYTES' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_SIZE_KILOBYTES' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_SIZE_MEGABYTES' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_SIZE_GIGABYTES' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_LOG_COPY_MAIL' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_LOG_MOVE_MAIL' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_LOG_FILTER_ORIGINATOR' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_STARTUP_SECURITY_WARNING_TITLE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_STARTUP_SECURITY_WARNING' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_STARTUP_SECURITY_WARNING_GADGETS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_FO_PATH_INVALID' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_FO_MLPATTERN_INVALID' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_FO_MLADDRESS_INVALID' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_SAVE_WITHOUT_PRIVATE_DATA' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_SSL_CERT_WARNING_SIGINVALID' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_SSL_CERT_WARNING_OUTRO' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_POP_SERVER' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_POP_PORT' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_POP_PORT_STANDARD' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_SMTP_SERVER' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_SMTP_PORT' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_SMTP_PORT_STANDARD' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_POP3_TEST_CONNECTION_SETTINGS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_BT_POPTEST' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_POP3_CONNECTION_TITLE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_POP3_CONNECTION_SUCCESS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_POP3_CONNECTION_FAILURE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_SMTP_TEST_CONNECTION_SETTINGS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_HELP_CO_BT_SMTPTEST' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_SMTP_CONNECTION_TITLE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_SMTP_CONNECTION_SUCCESS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_SMTP_CONNECTION_FAILURE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ER_WARN_CAFILE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_ER_CANNOT_OPEN_ASLREQ' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_FO_FOLDER_NAME_INVALID' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_ACCEPTED_SERVER_CERT_WARNINGS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_CO_CLEAR_SERVER_CERT_WARNINGS' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_UPD_NOTIFICATION_DOWNLOAD_WITH_BROWSER' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_NIGHTLY_EXPIRY_DATE' ../locale/bosnian.po - Warning: missing translation for identifier 'MSG_UNKNOWN_SIZE' make[3]: [Makefile:873: ../locale/bosnian.catalog] Error 5 (ignored) FC ../locale/czech.catalog FC ../locale/danish.catalog FC ../locale/dutch.catalog ../locale/dutch.po - Warning: original string doesn't have a trailing ellipsis ('...') for identifier 'MSG_CO_DeleteServerMail' ../locale/dutch.po - Warning: original string has a trailing ellipsis ('...') for identifier 'MSG_CO_SAVE_WITHOUT_PRIVATE_DATA' ../locale/dutch.po - Warning: missing placeholders for identifier 'MSG_CO_POP3_CONNECTION_FAILURE' make[3]: [Makefile:873: ../locale/dutch.catalog] Error 5 (ignored) FC ../locale/english-british.catalog FC ../locale/finnish.catalog ../locale/finnish.po - Warning: missing translation for identifier 'MSG_CO_DeleteServerMail' ../locale/finnish.po - Warning: missing translation for identifier 'MSG_CO_PreSelect' ../locale/finnish.po - Warning: missing translation for identifier 'MSG_CO_NotiReq' ../locale/finnish.po - Warning: missing translation for identifier 'MSG_CO_TaglineSep' ../locale/finnish.po - Warning: missing translation for identifier 'MSG_CO_Detach' ../locale/finnish.po - Warning: missing translation for identifier 'MSG_CO_TempDir' ../locale/finnish.po - Warning: missing translation for identifier 'MSG_CO_WBAPPICON' ../locale/finnish.po - Warning: missing translation for identifier 'MSG_WR_CHARSET' ../locale/finnish.po - Warning: missing translation for identifier 'MSG_CO_TEXTCOLORS_READ' ../locale/finnish.po - Warning: missing translation for identifier 'MSG_EA_SEARCH_GRAVATAR' ../locale/finnish.po - Warning: missing translation for identifier 'MSG_CO_QUICKSEARCHBARPOS' ../locale/finnish.po - Warning: missing translation for identifier 'MSG_WR_REMOVE' ../locale/finnish.po - Warning: missing translation for identifier 'MSG_CO_DEFAULTCODESET_WRITE' ../locale/finnish.po - Warning: missing translation for identifier 'MSG_CO_MIME_CODESET' ../locale/finnish.po - Warning: missing translation for identifier 'MSG_WR_CC' ../locale/finnish.po - Warning: missing translation for identifier 'MSG_NIGHTLY_EXPIRY_DATE' ../locale/finnish.po - Warning: missing translation for identifier 'MSG_UNKNOWN_SIZE' make[3]: [Makefile:873: ../locale/finnish.catalog] Error 5 (ignored) FC ../locale/french.catalog ../locale/french.po - Warning: original string has a trailing ellipsis ('...') for identifier 'MSG_MA_ReplyReq' ../locale/french.po - Warning: string too long for identifier 'MSG_MA_TBMove' ../locale/french.po - Warning: string too long for identifier 'MSG_MA_TBReply' ../locale/french.po - Warning: string too long for identifier 'MSG_AB_TBSave' ../locale/french.po - Warning: string too long for identifier 'MSG_AB_TBFind' ../locale/french.po - Warning: string too long for identifier 'MSG_AB_TBNewUser' ../locale/french.po - Warning: string too long for identifier 'MSG_AB_TBPrint' ../locale/french.po - Warning: string too long for identifier 'MSG_RE_TBSave' ../locale/french.po - Warning: string too long for identifier 'MSG_RE_TBPrint' ../locale/french.po - Warning: string too long for identifier 'MSG_RE_TBMove' ../locale/french.po - Warning: string too long for identifier 'MSG_RE_TBReply' ../locale/french.po - Warning: string too long for identifier 'MSG_RE_TBForward' ../locale/french.po - Warning: string too long for identifier 'MSG_MA_TBSPAM' ../locale/french.po - Warning: string too long for identifier 'MSG_MA_TBNOTSPAM' ../locale/french.po - Warning: string too long for identifier 'MSG_RE_TBSPAM' ../locale/french.po - Warning: string too long for identifier 'MSG_RE_TBNOTSPAM' ../locale/french.po - Warning: original string doesn't have a trailing ellipsis ('...') for identifier 'MSG_TRANSFERS_IN_PROGRESS' ../locale/french.po - Warning: missing translation for identifier 'MSG_UNKNOWN_SIZE' make[3]: [Makefile:873: ../locale/french.catalog] Error 5 (ignored) FC ../locale/german.catalog FC ../locale/greek.catalog ../locale/greek.po - Warning: string too long for identifier 'MSG_MA_TBRead' ../locale/greek.po - Warning: string too long for identifier 'MSG_MA_TBEdit' ../locale/greek.po - Warning: string too long for identifier 'MSG_MA_TBMove' ../locale/greek.po - Warning: string too long for identifier 'MSG_MA_TBDelete' ../locale/greek.po - Warning: string too long for identifier 'MSG_MA_TBGetAddr' ../locale/greek.po - Warning: string too long for identifier 'MSG_MA_TBReply' ../locale/greek.po - Warning: string too long for identifier 'MSG_MA_TBForward' ../locale/greek.po - Warning: string too long for identifier 'MSG_MA_TBSendAll' ../locale/greek.po - Warning: string too long for identifier 'MSG_MA_TBFind' ../locale/greek.po - Warning: string too long for identifier 'MSG_MA_TBAddrBook' ../locale/greek.po - Warning: string too long for identifier 'MSG_MA_TBConfig' ../locale/greek.po - Warning: string too long for identifier 'MSG_AB_TBSave' ../locale/greek.po - Warning: string too long for identifier 'MSG_AB_TBFind' ../locale/greek.po - Warning: string too long for identifier 'MSG_AB_TBEdit' ../locale/greek.po - Warning: string too long for identifier 'MSG_AB_TBDelete' ../locale/greek.po - Warning: string too long for identifier 'MSG_AB_TBPrint' ../locale/greek.po - Warning: string too long for identifier 'MSG_AB_TBOpenTree' ../locale/greek.po - Warning: string too long for identifier 'MSG_AB_TBCloseTree' ../locale/greek.po - Warning: string too long for identifier 'MSG_RE_TBPrev' ../locale/greek.po - Warning: string too long for identifier 'MSG_RE_TBPrevTh' ../locale/greek.po - Warning: string too long for identifier 'MSG_RE_TBNextTh' ../locale/greek.po - Warning: string too long for identifier 'MSG_RE_TBDisplay' ../locale/greek.po - Warning: string too long for identifier 'MSG_RE_TBSave' ../locale/greek.po - Warning: string too long for identifier 'MSG_RE_TBPrint' ../locale/greek.po - Warning: string too long for identifier 'MSG_RE_TBDelete' ../locale/greek.po - Warning: string too long for identifier 'MSG_RE_TBMove' ../locale/greek.po - Warning: string too long for identifier 'MSG_RE_TBReply' ../locale/greek.po - Warning: string too long for identifier 'MSG_RE_TBForward' ../locale/greek.po - Warning: string too long for identifier 'MSG_WR_TBEditor' ../locale/greek.po - Warning: string too long for identifier 'MSG_WR_TBCopy' ../locale/greek.po - Warning: string too long for identifier 'MSG_WR_TBPaste' ../locale/greek.po - Warning: string too long for identifier 'MSG_WR_TBUnderlined' ../locale/greek.po - Warning: string too long for identifier 'MSG_WR_TBSearch' ../locale/greek.po - Warning: string too long for identifier 'MSG_MA_TBSPAM' ../locale/greek.po - Warning: string too long for identifier 'MSG_MA_TBNOTSPAM' ../locale/greek.po - Warning: string too long for identifier 'MSG_RE_TBSPAM' ../locale/greek.po - Warning: string too long for identifier 'MSG_RE_TBNOTSPAM' ../locale/greek.po - Warning: missing translation for identifier 'MSG_UNKNOWN_SIZE' make[3]: [Makefile:873: ../locale/greek.catalog] Error 5 (ignored) FC ../locale/hungarian.catalog ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_CO_DeleteServerMail' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_CO_PreSelect' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_CO_NotiReq' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_CO_TaglineSep' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_CO_Detach' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_CO_TempDir' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_HEADERS' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_HELP_WR_ST_CC' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_HELP_WR_ST_BCC' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_CO_WBAPPICON' ../locale/hungarian.po - Warning: original string has a trailing ellipsis ('...') for identifier 'MSG_MA_MNEW' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_FI_CC_FIELD' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_FO_TO_PATTERN' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_WR_CHARSET' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_CO_TEXTCOLORS_READ' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_EA_SEARCH_GRAVATAR' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_CC' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_BCC' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_IDENTITY_CC' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_IDENTITY_BCC' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_WR_MCCADDRFIELD' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_WR_MBCCADDRFIELD' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_WR_MREPLYTOADDRFIELD' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_CO_SIGNATURE_TEXT' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_CO_APPEND_SIGNATURE_FILE' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_PRESELECT_GETTING_DETAILS' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_CO_UPDATES_INFO_MANUAL' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_CO_UPDATES_INFO_AUTO' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_PGPPASS_SHOW_CHARS' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_CANNOT_CREATE_CUSTOM_CLASS' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_ER_MORPHOS_REXX_WARNING' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_WR_SAVEASDRAFT' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_HELP_WR_BT_SAVEASDRAFT' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_WR_MSAVEASDRAFT' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_WR_MCLOSE' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_LOG_REDIRECT' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_CO_ACTIONREDIRECT' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_AREDIRECT' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_AREDIRECT' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_MA_MREDIRECT' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_WR_REDIRECT_FROM' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_WR_REDIRECT_TO' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_WR_REDIRECT_CC' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_WR_REDIRECT_BCC' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_WR_REDIRECT_TITLE' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_ER_CANNOT_CREATE_MAIL_FILE' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_WR_RENAME' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_WR_RENAME_ATTACHMENT' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_WR_ENTER_NEW_NAME' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_FI_SKIP_ENCRYPTED' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_HELP_FI_CH_SKIP_ENCRYPTED' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_CO_QUICKSEARCHBARPOS' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_CO_QUICKSEARCHBARPOS01' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_CO_QUICKSEARCHBARPOS02' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_CO_QUICKSEARCHBARPOS03' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_CO_FILTER_REGISTER_SETTINGS' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_CO_FILTER_REGISTER_CONDITIONS' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_CO_FILTER_REGISTER_ACTIONS' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_CO_CONDITION_ALL' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_CO_CONDITION_MIN_ONE' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_CO_CONDITION_MAX_ONE' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_WR_CMENU_TITLE' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_WR_CMENU_ADD_ATTACHMENT' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_WR_CMENU_ADD_ARCHIVE_ATTACHMENT' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_WR_CMENU_REMOVE_ATTACHMENT' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_WR_CMENU_RENAME_ATTACHMENT' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_WR_CMENU_DISPLAY_ATTACHMENT' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_WR_TITLEATTACHMENT' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_WR_REMOVE' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_CO_CONDITION_PREPHRASE' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_CO_CONDITION_POSTPHRASE' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_CO_FALLBACK_TZONE' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_HELP_CO_GR_TZONE' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_CO_TZONE_GMTOFFSET' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_CO_TZONE_NEXTDSTSWITCH' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_CO_TZONE_NODSTSWITCH' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_CO_TZONE_DESCRIPTION' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_CO_TZONE_DESCRIPTION_NA' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_TZONE_ZONETAB_FILE_MISSING' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_TZONE_LOCATION_FILE_MISSING' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_FOLDER_MOVE_WARNING_TITLE' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_FOLDER_MOVE_WARNING' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_FOLDER_MOVE_WARNING_GADS' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_FO_DISPLAYNAME' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_FO_DIRECTORYNAME' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_VALIDATING_FOLDERS' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_MA_MARCHIVE' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_MA_ARCHIVE' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_CO_SHOW_ARCHIVER_PROGRESS' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_CO_LAUNCH_EXTEDITOR' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_CO_EXTEDITOR' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_EDITOR_EXT' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_CO_EXTEDITOR_CODESET' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_HELP_CO_TX_DEFCODESET_EDITOR' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_HELP_CO_TX_DEFCODESET_LOCAL' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_HELP_CO_TX_DEFCODESET_WRITE' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_CO_DEFAULTCODESET_WRITE' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_CO_MIME_CODESET' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_HELP_CO_TX_MIME_CODESET' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_CO_DEFAULTVIEWER_CODESET' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_HELP_CO_TX_DEFVIEWER_CODESET' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_LOG_FILTER_DONE' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_FO_JUMP_TO_UNREAD_MESSAGE' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_HELP_FO_CH_JUMPTOUNREAD' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_FO_JUMP_TO_RECENT_MESSAGE' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_HELP_FO_CH_JUMPTORECENT' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_FO_MAXAGE_DAYS' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_QUICKSEARCH_FILTER_LIST' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_QUICKSEARCH_FROM' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_QUICKSEARCH_TO' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_QUICKSEARCH_SUBJECT' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_QUICKSEARCH_BODY' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_CO_CHECK_FOR_MISSING_ATTACHMENTS' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_CO_ATTACHMENT_KEYWORDS' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_ATTACHMENTREMINDER' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_HELP_CO_LV_ATTACHMENTKEYWORDS' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_ATTACHMENT_KEYWORDS' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_ATTACHMENT_REMIND_INFO' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_ATTACHMENT_REMIND_ADD' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_ATTACHMENT_REMIND_LATER' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_WR_NO_ATTACHMENTS_TITLE' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_WR_NO_ATTACHMENTS' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_WR_NO_ATTACHMENTS_GADS' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_CO_MAILACCOUNT_TRANSFERRED' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_MAILACCOUNT_TRANSFERRED' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_CO_SAVE_LAYOUT' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_SAVELAYOUTQUIT' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_CO_SMTP_FOLDERS' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_CO_SMTP_SENTFOLDER' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_HELP_CO_PO_SMTP_SENTFOLDER' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_SAVESENTMAIL' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_IDENTITY_SAVESENTMAIL' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_CO_IDENTITY_ALTSENTFOLDER' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_IDENTITY_ALTSENTFOLDER' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_HELP_CO_TX_IDENTITY_ALTSENTFOLDER' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_CO_POP_FOLDERS' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_CO_POP_INCOMINGFOLDER' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_HELP_CO_PO_POP_INCOMINGFOLDER' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_CO_CYRILLICCHARSETWARN' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_CO_CYRILLICCHARSETWARN_BT' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_WR_NORCPT_WARNING_GADGET' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_WR_NORCPT_WARNING' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_WR_DISCARDCHANGES_GADGET' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_MA_NO_SUBJECT' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_MA_NO_RECIPIENTS' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_MA_REPLYREQ_OPTIONS2' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_ABOUT_DONATE_TEXT' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_TR_MAILCHECKFROM' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_WR_CC' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_WR_BCC' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_WR_REPLYTO' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_AB_TO_TOOLBAR' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_AB_CC_TOOLBAR' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_AB_BCC_TOOLBAR' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_AB_FROM_TITLE' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_AB_TO_TITLE' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_AB_CC_TITLE' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_AB_BCC_TITLE' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_AB_REPLYTO_TITLE' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_SIZE_BYTES' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_SIZE_KILOBYTES' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_SIZE_MEGABYTES' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_SIZE_GIGABYTES' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_LOG_COPY_MAIL' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_LOG_MOVE_MAIL' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_LOG_FILTER_ORIGINATOR' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_STARTUP_SECURITY_WARNING_TITLE' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_STARTUP_SECURITY_WARNING' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_STARTUP_SECURITY_WARNING_GADGETS' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_FO_PATH_INVALID' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_FO_MLPATTERN_INVALID' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_FO_MLADDRESS_INVALID' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_CO_SAVE_WITHOUT_PRIVATE_DATA' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_SSL_CERT_WARNING_SIGINVALID' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_SSL_CERT_WARNING_OUTRO' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_CO_POP_SERVER' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_CO_POP_PORT' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_CO_POP_PORT_STANDARD' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_CO_SMTP_SERVER' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_CO_SMTP_PORT' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_CO_SMTP_PORT_STANDARD' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_CO_POP3_TEST_CONNECTION_SETTINGS' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_HELP_CO_BT_POPTEST' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_CO_POP3_CONNECTION_TITLE' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_CO_POP3_CONNECTION_SUCCESS' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_CO_POP3_CONNECTION_FAILURE' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_CO_SMTP_TEST_CONNECTION_SETTINGS' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_HELP_CO_BT_SMTPTEST' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_CO_SMTP_CONNECTION_TITLE' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_CO_SMTP_CONNECTION_SUCCESS' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_CO_SMTP_CONNECTION_FAILURE' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_ER_WARN_CAFILE' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_ER_CANNOT_OPEN_ASLREQ' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_FO_FOLDER_NAME_INVALID' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_CO_ACCEPTED_SERVER_CERT_WARNINGS' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_CO_CLEAR_SERVER_CERT_WARNINGS' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_UPD_NOTIFICATION_DOWNLOAD_WITH_BROWSER' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_NIGHTLY_EXPIRY_DATE' ../locale/hungarian.po - Warning: missing translation for identifier 'MSG_UNKNOWN_SIZE' make[3]: [Makefile:873: ../locale/hungarian.catalog] Error 5 (ignored) FC ../locale/italian.catalog ../locale/italian.po - Warning: original string doesn't have a trailing ellipsis ('...') for identifier 'MSG_MA_UPDATECHECK' ../locale/italian.po - Warning: original string doesn't have a trailing ellipsis ('...') for identifier 'MSG_MA_HELP_CONTENTS' make[3]: [Makefile:873: ../locale/italian.catalog] Error 5 (ignored) FC ../locale/norwegian.catalog ../locale/norwegian.po - Warning: original string doesn't have a trailing ellipsis ('...') for identifier 'MSG_MA_ConfirmReq' ../locale/norwegian.po - Warning: string too long for identifier 'MSG_MA_TBGetAddr' ../locale/norwegian.po - Warning: string too long for identifier 'MSG_MA_TBWrite' ../locale/norwegian.po - Warning: string too long for identifier 'MSG_MA_TBForward' ../locale/norwegian.po - Warning: string too long for identifier 'MSG_MA_TBFilter' ../locale/norwegian.po - Warning: original string doesn't have a trailing ellipsis ('...') for identifier 'MSG_MA_NewFolder' ../locale/norwegian.po - Warning: original string doesn't have a trailing ellipsis ('...') for identifier 'MSG_MA_MAddrBook' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_DeleteServerMail' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_PreSelect' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_NotiReq' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_TaglineSep' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_Detach' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_TempDir' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_HEADERS' ../locale/norwegian.po - Warning: excessive placeholders for identifier 'MSG_HELP_CO_ST_COMMAND' ../locale/norwegian.po - Warning: original string doesn't have a trailing ellipsis ('...') for identifier 'MSG_AB_AddUser' ../locale/norwegian.po - Warning: original string doesn't have a trailing ellipsis ('...') for identifier 'MSG_AB_AddGroup' ../locale/norwegian.po - Warning: original string doesn't have a trailing ellipsis ('...') for identifier 'MSG_AB_AddList' ../locale/norwegian.po - Warning: string too long for identifier 'MSG_AB_TBPrint' ../locale/norwegian.po - Warning: original string has a trailing ellipsis ('...') for identifier 'MSG_EA_SelectPhoto' ../locale/norwegian.po - Warning: original string doesn't have a trailing ellipsis ('...') for identifier 'MSG_RE_SaveMessage' ../locale/norwegian.po - Warning: original string has a trailing ellipsis ('...') for identifier 'MSG_RE_MDisplay' ../locale/norwegian.po - Warning: original string has a trailing ellipsis ('...') for identifier 'MSG_RE_SaveAll' ../locale/norwegian.po - Warning: string too long for identifier 'MSG_RE_TBPrevTh' ../locale/norwegian.po - Warning: string too long for identifier 'MSG_RE_TBNextTh' ../locale/norwegian.po - Warning: string too long for identifier 'MSG_RE_TBPrint' ../locale/norwegian.po - Warning: string too long for identifier 'MSG_RE_TBForward' ../locale/norwegian.po - Warning: original string doesn't have a trailing ellipsis ('...') for identifier 'MSG_WR_SaveTextAs' ../locale/norwegian.po - Warning: original string doesn't have a trailing ellipsis ('...') for identifier 'MSG_WR_AddFile' ../locale/norwegian.po - Warning: original string doesn't have a trailing ellipsis ('...') for identifier 'MSG_WR_InsertFile' ../locale/norwegian.po - Warning: original string has a trailing ellipsis ('...') for identifier 'MSG_WR_Add' ../locale/norwegian.po - Warning: original string has a trailing ellipsis ('...') for identifier 'MSG_WR_AddPack' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_WR_ST_CC' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_WR_ST_BCC' ../locale/norwegian.po - Warning: original string has a trailing ellipsis ('...') for identifier 'MSG_TR_ApplyFilters' ../locale/norwegian.po - Warning: original string has a trailing ellipsis ('...') for identifier 'MSG_TR_Exporting' ../locale/norwegian.po - Warning: original string has a trailing ellipsis ('...') for identifier 'MSG_US_WaitLogin' ../locale/norwegian.po - Warning: original string doesn't have a trailing ellipsis ('...') for identifier 'MSG_FO_SelectDir' ../locale/norwegian.po - Warning: original string has a trailing ellipsis ('...') for identifier 'MSG_BusyLoadingIndex' ../locale/norwegian.po - Warning: original string has a trailing ellipsis ('...') for identifier 'MSG_FOLDER_EDIT' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_FOLDER_NEWFOLDERGROUP' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_GENLISTCFG' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_SIZEFORMAT' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CY_SIZE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_SIZEFORMAT01' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_SIZEFORMAT02' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_SIZEFORMAT03' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_SIZEFORMAT04' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_SIZEFORMAT05' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_SMTPAUTHUSER' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_SMTPAUTHPASS' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_APPICON' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_APPICONTEXT' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_NEWMSGS' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_UNREADMSGS' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_TOTALMSGS' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_SENTMSGS' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_FO_DSTATS' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_FO_CH_STATS' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_OPENGUI' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_CONTEXTMENU' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CONTEXTMENU' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_INFOBAR' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_INFOBAR' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_WARNSUBJECT' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_WARNSUBJECT' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_WR_NOSUBJECTREQ' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_WR_TBSearch' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_WR_BT_SEARCH' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_SEARCHWINDOW_TITLE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_SEARCHWINDOW_TOGGLE_CASESENSITVE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_SEARCHWINDOW_BT_SEARCH' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_SEARCHWINDOW_BT_CANCEL' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_SEARCHNOTFOUND_TITLE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_SEARCHNOTFOUND_MSG' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_FO_GROUP_CONFDEL' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_FOLDER_NONSEL' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_FO_NEWFGROUP' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_FO_NEWFGROUPREQ' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ER_CANTMOVEMAIL' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_MA_EXECUTINGCMD' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_APP_DESCRIPTION' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_INFOBARPOS' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_INFOBARPOS01' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_INFOBARPOS02' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_INFOBARPOS03' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_INFOBARPOS04' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_FOLDERLABEL' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_FO_MLSUPPORT' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_FO_CH_MLSUPPORT' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_FO_AUTODETECT' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_FO_BT_AUTODETECT' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_FO_NOTRECOGNIZED' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_NB_EMAILCACHE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_NB_EMAILCACHEFMT' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_CO_NB_EMAILCACHE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_SMTPPORT' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_POPPORT' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_InfoBarDef' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_TR_INITTLS' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ER_INITAMISSL' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_TR_SENDAUTH' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_IMPORTMIMETITLE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ER_TRANSFERMAIL' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ER_ADDRBOOKLOAD' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_AB_NOYAMADDRBOOK' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_AB_NOYAMADDRBOOK_GADS' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_FO_EDIT_FGROUP' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_FO_EDIT_FGROUPREQ' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ER_UNUSABLEAMISSL' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_RETRY_QUIT_GAD' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ER_NOAUTHUSERPASS' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_APPICON_LABEL' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_DATE_RECEIVED' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_DATE_SENT' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_DATE_SNTRCVD' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_DATE_SNTRCVD' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_FROMTO' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CA_COL1QUOT' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CA_COL3QUOT' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CA_COL4QUOT' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_URLCOLOR' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CA_COLURL' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_MA_CTX_DEFWIDTH_THIS' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_MA_CTX_DEFWIDTH_ALL' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_MA_CTX_DEFORDER_THIS' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_MA_CTX_DEFORDER_ALL' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_MA_CTX_MAILLIST' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_MA_CTX_FOLDERLIST' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_FO_CY_MLSIGNATURE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CTapplicationpdf' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_INFOBARTXT' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_YesNoReq2' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_FO_ST_HELLOTEXT' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_FO_ST_BYETEXT' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_FO_Welcome' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_FO_Greetings' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ER_SOCKETOPTION' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ER_B64FILEENCODE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ER_QPFILEENCODE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ER_UUFILEENCODE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ER_QPDEC_FILEIO' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ER_QPDEC_UNEXP' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ER_QPDEC_WARN' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ER_QPDEC_CHAR' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ER_UUDEC_TAGMISS' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ER_UUDEC_CHECKSUM' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ER_UUDEC_CORRUPT' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_FI_StatMarked' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_MA_CREQUEST_OLDFILE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_MA_CREQUEST_UNKNOWN' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_MA_YESNOTOALL' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ER_CONVERTMFILE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ER_XPKUSAGE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_MA_CREQ_OLDFILE_TITLE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_MA_CREQ_UNKNOWN_TITLE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_SHOWEMBEDDEDREADPANE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_EMBEDDEDREADPANE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_SETSTATUSDELAYED1' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_SETSTATUSDELAYED2' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_CO_SETSTATUSDELAYED' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_MA_ATTACHMENT' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_MA_ATTACHMENTS' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_MA_ATTACHMENT_DISPLAY' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_MA_ATTACHMENT_SAVEAS' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_MA_ATTACHMENT_PRINT' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_MA_ATTACHMENT_SAVEALL' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_MA_ATTACHMENT_SAVESEL' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_SImageOnly' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_RE_SImageOnly' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_CHARSETWARN_TITLE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_CHARSETWARN' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_CHARSETWARN_BT' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_SenderRFCDateTime' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_SenderTimeZone' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_Filter_Name' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_Filter_RType' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_Filter_NType' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_Filter_SType' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_Filter_UType' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CTunknown' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_NB_AUTOSAVE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_NB_AUTOSAVEFMT' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_CO_NB_AUTOSAVE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ER_MOVEFOLDERDIR' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_FI_SELECTACTIVE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_FI_BT_SELECTACTIVE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_QUICKSEARCH_VO_ALL' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_QUICKSEARCH_VO_UNREAD' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_QUICKSEARCH_VO_NEW' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_QUICKSEARCH_VO_MARKED' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_QUICKSEARCH_VO_IMPORTANT' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_QUICKSEARCH_VO_LAST5DAYS' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_QUICKSEARCH_VO_KNOWNPEOPLE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_QUICKSEARCH_VO_HASATTACHMENTS' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_QUICKSEARCH_VO_MINSIZE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_QUICKSEARCH_VIEW' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_QUICKSEARCH_SHOWNMSGS' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_FI_NOFOLDERS' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_QUICKSEARCH_VIEWOPTIONS' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_QUICKSEARCH_SEARCHSTRING' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_BUSY_SEARCHINGFOLDER' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_WBAPPICON' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_WBAPPICON' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_DOCKYICON' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_DOCKYICON' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_MA_MessageImport' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ER_MESSAGEIMPORT' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_MA_MESSAGEEXPORT' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_YAMINFO' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_SYSTEMSETTINGS' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_DEFAULTCHARSET' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_CHARSETUNKNOWNWARN' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_CHARSETUNKNOWNWARN_BT' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ER_LIB' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ER_LIB_URL' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ER_NO_MCC' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ER_MCC_OLD' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ER_MCC_IN_USE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_FIRSTSTEPS_TITLE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_FIRSTSTEPS_SUMMARY' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_TCPIP_TITLE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_TCPIP_SUMMARY' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_FILTER_TITLE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_FILTER_SUMMARY' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_READ_TITLE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_READ_SUMMARY' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_WRITE_TITLE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_WRITE_SUMMARY' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_REPLY_TITLE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_REPLY_SUMMARY' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_SIGNATURE_TITLE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_SIGNATURE_SUMMARY' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_SECURITY_TITLE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_SECURITY_SUMMARY' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_STARTUP_TITLE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_STARTUP_SUMMARY' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_MIME_TITLE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_MIME_SUMMARY' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_ABOOK_TITLE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_ABOOK_SUMMARY' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_SCRIPTS_TITLE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_SCRIPTS_SUMMARY' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_MIXED_TITLE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_MIXED_SUMMARY' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_UPDATE_TITLE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_UPDATE_SUMMARY' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_CrdUpdate' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_AMISSLWARN_TITLE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_AMISSLWARN' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_AMISSLWARN_BT' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_BUSY_OPENINGCONFIG' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_MA_UPDATECHECK' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_SOFTWAREUPDATE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_UPDATE_DAILY' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_UPDATE_WEEKLY' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_UPDATE_MONTHLY' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_SEARCHFORUPDATES' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_SEARCHNOW' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_LASTSEARCH' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_LASTSTATUS_NOCHECK' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_LASTSTATUS_NOUPDATE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_LASTSTATUS_NOQUERY' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_LASTSTATUS_UPDATESUCCESS' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_WR_SECURITYREQ' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_WR_UUCODE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_UPD_NOTIFICATION_WTITLE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_UPD_NOTIFICATION_TITLE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_UPD_NOTIFICATION_SUMMARY' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_UPD_NOTIFICATION_CHANGES' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_UPD_NOTIFICATION_NOUPDATE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_UPD_NOTIFICATION_CLOSE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_UPD_NOTIFICATION_COMP' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_UPD_NOTIFICATION_RECENT' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_UPD_NOTIFICATION_INSTALLED' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_UPD_NOTIFICATION_URL' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_MIME_DESCRIPTION' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CTapplicationgz' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CTapplicationhqx' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CTapplicationxls' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CTapplicationppt' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CTapplicationdoc' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CTtextxml' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CTapplicationz' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CTapplicationtar' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CTaudioaiff' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CTaudiomidi' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CTaudiompeg' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CTimagebmp' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CTapplicationtgz' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CTapplicationpgp' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CTapplicationbz2' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_DETECT_CYRILLIC' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_CO_DETECT_CYRILLIC' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_WR_ErrorNotEnoughUndoMem' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_RE_HEADERDISPLAY' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_RE_MAILDETAILS' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ER_ADDFILEERROR' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ER_PACKERROR' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_ABOOKLOOKUP' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_ABOOKLOOKUP' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_CONVERTHTML' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CONVERTHTML' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_TR_TRANSFERSTATUS' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_TR_TRANSFERSIZE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_FI_GAUGETEXT' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_MA_MIMEPART_INFO' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_MA_MIMEPART_MENU' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_PGPPASSINTERVAL1' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_PGPPASSINTERVAL2' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_CO_PGPPASSINTERVAL' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_UT_PGPPASSREQ_TITLE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_GR_REPLYFORWARD' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_GR_SCRIPTS' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_GR_STARTUPQUIT' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_SCRIPTS_PREGET' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_SCRIPTS_POSTGET' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_SCRIPTS_NEWMSG' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_SCRIPTS_READ' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_SCRIPTS_WRITE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_SCRIPTS_URL' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_MIMECMD_PARAMETER' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_MA_CONFIRMDELETION' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_MA_SPAM' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_LOADINGSPAMTRAININGDATA' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_MA_TBSPAM' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_MA_TBNOTSPAM' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_MA_BT_SPAM' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_MA_BT_NOTSPAM' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_RE_TBSPAM' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_RE_TBNOTSPAM' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_RE_BT_SPAM' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_RE_BT_NOTSPAM' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_LOG_MAILISSPAM' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_LOG_MAILISNOTSPAM' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_FI_STATSPAM' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_MA_TOSPAM' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_MA_TONOTSPAM' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_CRDSPAMFILTER' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_SPAMFILTER' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_SPAMFILTER_TITLE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_SPAMFILTER_SUMMARY' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_SPAM_FILTERFORNEWMAIL' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_SPAM_RESETTRAININGDATA' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_SPAM_GOODCOUNT' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_SPAM_BADCOUNT' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_BUSYFLUSHINGSPAMTRAININGDATA' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_SPAM_MARKONMOVE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_SPAM_ADDRESSBOOKISWHITELIST' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_SPAM_RECOGNITION' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_SPAM_FILTERENABLED' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_SPAM_RESETTRAININGDATAASK' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_TR_CHECKUIDL' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_SPAM_DISABLEFILTERASK' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_SPAM_RESETTDATA' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_SPAM_RESETMAILFLAGS' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_SPAM_DELETESPAMFOLDER' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CY_SMTPAUTHMETHOD' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_SMTPAUTH_AUTO' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_SMTPAUTH_DIGEST' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_SMTPAUTH_CRAM' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_SMTPAUTH_LOGIN' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_SMTPAUTH_PLAIN' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_ER_SMTPAUTH' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ER_SPAMDIR_EXISTS' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ER_SPAMDIR_EXISTS_ANSWERS' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_ER_CANNOT_CREATE_SPAMFOLDER' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_MA_CHECKSPAM' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_FI_BUSYCHECKSPAM' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_MA_REMOVESPAM' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_MA_BUSYEMPTYINGSPAM' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_MA_TRASH' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_WR_SEARCH' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_AB_IMPORT' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_AB_EXPORT' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_AB_LDIF' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_AB_CSV' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_AB_TAB' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ER_ADDRBOOKIMPORT' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ER_ADDRBOOKEXPORT' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_LOADINGUPDATESTATE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_MA_HIDE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_MA_QUIT' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_MA_SELECTALL' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_MA_SELECTNONE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_MA_SELECTTOGGLE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_MA_MSEARCH' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_MA_MFILTER' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_MA_REMOVEDELETED' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_MA_UPDATEINDEX' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_MA_MREAD' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_MA_TOUNREAD' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_MA_TOREAD' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_PROJECT_MABOUT' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_MA_MEDIT' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_MA_MMOVE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_MA_MCOPY' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_MA_MPRINT' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_MA_MSAVE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_MA_MSAVEATT' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_MA_MNEW' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_MA_MREPLY' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_MA_MFORWARD' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_MA_MSAVEADDRESS' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_MA_MADDRESSBOOK' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_MA_MCONFIG' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_MA_TOMARKED' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_MA_TOUNMARKED' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_MA_ALLTOREAD' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_MA_MEDITASNEW' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_RE_SEARCH' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_RE_SEARCH_AGAIN' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_WR_SEARCH_AGAIN' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_WR_AUTOWRAP' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_SPAM_MARK_AS_READ' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_CH_SPAMFILTERENABLED' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_TX_SPAMBADCOUNT' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_TX_SPAMGOODCOUNT' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_BT_SPAMRESETTRAININGDATA' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_CH_SPAMFILTERFORNEWMAIL' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_CH_SPAMABOOKISWHITELIST' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_CH_SPAMMARKONMOVE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_CH_SPAMMARKASREAD' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_CH_UPDATECHECK' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_WR_SELECTALL' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_RE_MDN_ACCEPT_LATER' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_RE_MDN_ACCEPT_NOW' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_RE_MDN_IGNORE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_RE_MDN_IGNORE_ALL' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_MDN_ACTION_IGNORE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_MDN_ACTION_SEND' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_MDN_ACTION_QUEUE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_MDN_ACTION_ASK' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_MDN_TITLE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_MDN_DESCRIPTION' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_MDN_DISABLED' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_MDN_ENABLED' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_MDN_NORECIPIENT' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_MDN_NODOMAIN' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_MDN_DELETE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_MDN_OTHER' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_MDN_NEVER' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_MDN_ALLOW' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CY_MDN_NORECIPIENT' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CY_MDN_NODOMAIN' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CY_MDN_DELETE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CY_MDN_OTHER' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_LOOKFEEL_TITLE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_LOOKFEEL_SUMMARY' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_CRDLOOKFEEL' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_LOOKFEEL_THEMES' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_THEME_ACTIVATE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_THEME_PREVIEW' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_THEME_AUTHOR' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_THEME_URL' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_RELDATETIME' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_RELDATETIME' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ER_USER_UNKNOWN_TITLE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ER_USER_UNKNOWN_BUTTON' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ER_USER_UNKNOWN_ERROR' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CA_COLSIG' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ER_SPAM_NOT_ENOUGH_CLASSIFIED_MAILS' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ER_CANNOT_CREATE_SEMAPHORE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_RE_HDR_FROM' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_RE_HDR_TO' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_RE_HDR_DATE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_RE_HDR_SUBJECT' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_RE_VIRTUALMAIL' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_MIMECMD_PUBSCREEN' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ER_ZOMBIE_FILES_EXIST' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ER_ZOMBIE_FILES_EXIST_BT' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ER_ZOMBIE_FILES_EXIST_TITLE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_SHOWALTPARTS' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_SHOWALTPARTS' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_US_DIRECTORY_DOESNT_EXIST' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_CO_BT_APPICONGETPOS' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_MOVE_HAM_TO_INCOMING' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_CH_MOVE_HAM_TO_INCOMING' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_FILTER_HAM' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_CH_FILTER_HAM' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_SHUTDOWN_SHUTTING_DOWN' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CY_FOLDERINFO' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_FOLDERINFO01' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_FOLDERINFO02' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_FOLDERINFO03' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_FOLDERINFO04' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_FOLDERINFO05' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_FO_EXPIREUNREAD' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_FO_CH_EXPIREUNREAD' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_WR_SENDNOW' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_WR_SENDLATER' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_WR_MSENDNOW' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_WR_MSENDLATER' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ER_CONNECTIONBROKEN' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_WR_MSWITCH_MSG' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_WR_MSWITCH_ATT' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_WR_MSWITCH_OPT' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_FWDMSG' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_FWDMSG_INLINE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CY_FORWARDMODE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ABOUT_CURRENT_DEVELOPERS' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ABOUT_CONTRIBUTORS' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ABOUT_LOCALIZATION_CONTRIBUTORS' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ABOUT_GPL' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ABOUT_3RD_PARTY_SOFTWARE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ABOUT_YAM_NEWS' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_WR_VIEW' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CONFIG_MODIFIED' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CONFIG_MODIFIED_GAD' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ABOOK_MODIFIED_GAD' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_CO_BT_MIMEIMPORT' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_AB_INVALIDSECURITY_TITLE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_AB_INVALIDSECURITY' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_AB_INVALIDSECURITY_GADS' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_WR_INVALIDSECURITY_TITLE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_WR_INVALIDSECURITY' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_WR_INVALIDSECURITY_GADS' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ER_FILEENCODE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ER_MISSINGATTFILE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ER_INVALIDATTFILE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ER_PRINTER_OFFLINE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ER_PRINTER_OFFLINE_GADS' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ER_PRINTER_NOPAPER' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ER_PRINTER_NOPAPER_GADS' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ER_PRINTER_FAILED' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_MA_EDIT' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_MA_EDIT_UNDO' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_MA_EDIT_REDO' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_MA_EDIT_CUT' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_MA_EDIT_COPY' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_MA_EDIT_PASTE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_MA_EDIT_SALL' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_MA_EDIT_SNONE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_WR_SELECTNONE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_MA_INVALIDMFILE_TITLE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_MA_INVALIDMFILE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_MA_INVALIDMFILE_BT' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ER_CANNOT_READ_INDEX' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ER_CANNOT_WRITE_INDEX' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ER_INDEX_CORRUPTED' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ER_UNKNOWN_MIME_ENCODING' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ER_UNKNOWN_HEADER_ENCODING' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ER_UNEXPECTED_MULTIPART_EOF' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ER_MIME_ERROR' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ER_UNEXPECTED_UUE_EOF' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ER_INVALID_UUE_LENGTH' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_RE_HDR_REPLYTO' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_FI_FROM_FIELD' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_FI_TO_FIELD' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_FI_CC_FIELD' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_FI_REPLYTO_FIELD' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_FI_SUBJECT_FIELD' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_FI_DATE_FIELD' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_FO_TO_PATTERN' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_FO_TO_ADDRESS' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_FO_FROM_ADDRESS' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_FO_REPLYTO_ADDRESS' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_RETRY_HOMEPAGE_QUIT_GAD' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HOMEPAGE_QUIT_GAD' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_MA_EDIT_DELETE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_WR_DELETE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ER_B64DEC_FILEIO' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ER_B64DEC_WARN' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ER_B64DEC_UNEXP' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_MA_ADD_WHICH_ADDRESS' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_SCRIPTACTION' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_SCRIPTPATH' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ER_ICONOBJECT_WARNING' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ER_THEMEVER_FALLBACK' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ER_THEMEVER_IGNORE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ER_DATATYPE_ERROR' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ER_IMAGEOBJECT_WARNING' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ER_THEME_FATAL' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ER_THEME_FALLBACK' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ER_THEME_ACTIVATED_TITLE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ER_THEME_ACTIVATED' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_FOLDER_ALLTOREAD' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_EA_REMOVEPHOTO' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_EA_BT_REMOVEPHOTO' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_NOTISOUND' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_NOTICMD' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_CO_BT_MORE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_CO_BT_LESS' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_CO_BT_FILTERUP' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_CO_BT_FILTERDOWN' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_CO_PO_APLAY' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_CO_BT_APLAY' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_CO_ST_DESCRIPTION' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_CO_LV_REXX' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_CO_BT_UPDATENOW' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_WR_LV_ATTACH' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_QUICKSEARCH_STR_CONTROLCHAR' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_UPDATE_NEVER' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_MA_EXECUTESCRIPT_TITLE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_FI_BT_NONE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_MA_CONFIRMFILTER_ALL' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_MA_CONFIRMFILTER_SELECTED' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_AB_XML' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_MA_FILTER_STATS_SPAM' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_TR_FILTER_STATS_SPAM' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_FCHANGE_WARN_TITLE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_FCHANGE_WARN' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_LOG_SENDING_FAILED' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ERROR_THREADS' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ERROR_PLAYSOUND' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_WR_CHARSET' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_WR_PO_CHARSET' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ABOUTYAM' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ER_CONNECTERR_SOCKET_IN_USE_POP3' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ER_CONNECTERR_TIMEDOUT_POP3' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ER_CONNECTERR_NO_SOCKET_POP3' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ER_CONNECTERR_NO_NONBLOCKIO_POP3' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ER_UNKNOWN_HOST_POP3' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ER_CANNOT_CONNECT_POP3' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ER_POP3WELCOME' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ER_BADRESPONSE_POP3' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ER_INITTLS_POP3' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ER_NO_APOP' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ER_CONNECTERR_SOCKET_IN_USE_SMTP' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ER_CONNECTERR_TIMEDOUT_SMTP' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ER_CONNECTERR_NO_SOCKET_SMTP' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ER_CONNECTERR_NO_NONBLOCKIO_SMTP' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ER_INITTLS_SMTP' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ER_NOSTARTTLS_SMTP' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ER_BADRESPONSE_SMTP' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ER_CANNOT_CONNECT_SMTP' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ER_UNKNOWN_HOST_SMTP' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_ER_NO8BITMIME_SMTP' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_FOLDERDBLCLICK' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_MA_ATTACHMENT_DELETE' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_MA_ATTACHMENT_DELETESEL' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_MA_DELETESELECTEDREQUEST' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_LOG_DELETEDATT' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_MA_DELETEATT' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_MA_DELETEATTREQUEST' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_MA_ATTACHMENT_DELETEALL' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_MA_MDELETEATT' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_MAPFOREIGNCHARS' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_CO_MAPFOREIGNCHARS' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_MA_NAVIGATION' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_MA_MNEXTTH' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_MA_MPREVTH' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_CO_GLOBALMAILTHREADS' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_HELP_CO_CH_GLOBALMAILTHREADS' ../locale/norwegian.po - Warning: missing translation for identifier 'MSG_FILE_OVERWRITE' ../locale/norwegian.po -