⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 icemail.properties

📁 一个用java写的mail.里面的代码值得我们去研究!学习。
💻 PROPERTIES
📖 第 1 页 / 共 3 页
字号:
## ICEMail Locale Specific Properties - United States English## $Id: ICEMail.properties,v 1.9 2001/05/07 12:21:50 kunugi Exp $## For more information on Locale specific properties see the JAVA# API manuals for the Locale and PropertyResourceBundle classes.## In order to create a Locale specific set of properties, make a copy of# this file and name it ICEMail_<language>_<country>.properties. # For example: ICEMail_ja_JP.properties. The new file can then be edited# to provide the specific character strings in the desired language.## The file must then be placed in the same directory, and added to the ICEMail# distribution and build process.## BEWARE!!## This file must ONLY contain UTF encoded strings. You can use# the "native2ascii" command to convert from other character encodings# to UTF.## ICEMail uses the standard ICE utility routines to create Swing objects# from resource attributes found in this file. These attributes can be# changed to localize ICEMail, or create custom styles.## accel      - set a keystoke accelarator; [Ctrl][Shift][Alt][Meta]<char># background - set background color; color must be defined in system resources# columns    - set number of columns in preffered width# command    - send the given name event; do not change this string# font       - set font; font must be defined in system resources# foreground - set foreground color; color must be defined in system resources# icon       - set a icon to the given GIF image resource# text       - set text to the given string# tip        - set tip text to the given string## Buttons can have the following attributes:#   icon, selectedicon, disabledicon, text, command, tip, foreground, background, font## CheckBoxes can have the following attributes:#   icon, selectedicon, disabledicon, text, command, tip, foreground, background, font## Labels can have the following attributes:#   text, tip, foreground, background, font## Text Fields can have the following attributes:#   columns, tip, foreground, background, font## Menus can have the following attributes:#   icon, text## Menu Items can have the following attributes:#   checkbox, icon, text, accel, command##..................................................# AboutDialog.java#About.button1.text=OK##..................................................# ComposeFrame.java#Compose.title.creating=Creating New MessageCompose.title.editing=Editing Previous MessageCompose.title.replying=Composing ReplyCompose.title.replyingtoall=Composing Reply to EveryoneCompose.title.forwarding=Forwarding MessageCompose.title.pastefile=Paste FileCompose.title.attachfile=Attach File## ButtonsCompose.Send.button.icon=/org/icemail/mail/images/sendmsg.gifCompose.Send.button.tip=Send this messageCompose.Send.button.command=SENDCompose.Print.button.icon=/org/icemail/mail/images/printmsg.gifCompose.Print.button.tip=Print this messageCompose.Print.button.command=PRINTCompose.Attach.button.icon=/org/icemail/mail/images/attach.gifCompose.Attach.button.tip=Attach a file or selected textCompose.Attach.button.command=ATTACHCompose.Detach.button.icon=/org/icemail/mail/images/detach.gifCompose.Detach.button.tip=Detach the shown file, text or partCompose.Detach.button.command=DETACH## Rotate ButtonsCompose.Priority.rotatebutton0.icon=/org/icemail/mail/images/normalpriority.gifCompose.Priority.rotatebutton0.command=HIGHPRIORITYCompose.Priority.rotatebutton0.tip=Normal priority messageCompose.Priority.rotatebutton1.icon=/org/icemail/mail/images/highpriority.gifCompose.Priority.rotatebutton1.command=NORMALPRIORITYCompose.Priority.rotatebutton1.tip=High priority messageCompose.Priority.rotatebutton2.icon=/org/icemail/mail/images/normalpriority.gifCompose.Priority.rotatebutton2.command=LOWPRIORITYCompose.Priority.rotatebutton2.tip=Normal priority messageCompose.Priority.rotatebutton3.icon=/org/icemail/mail/images/lowpriority.gifCompose.Priority.rotatebutton3.command=NORMALPRIORITYCompose.Priority.rotatebutton3.tip=Low priority message#Compose.Sign.rotatebutton0.icon=/org/icemail/mail/images/signoff.gifCompose.Sign.rotatebutton0.command=SIGNONCompose.Sign.rotatebutton0.tip=Do not sign this messageCompose.Sign.rotatebutton1.icon=/org/icemail/mail/images/signon.gifCompose.Sign.rotatebutton1.command=SIGNCLEARCompose.Sign.rotatebutton1.tip=Digitally sign this messageCompose.Sign.rotatebutton2.icon=/org/icemail/mail/images/signclear.gifCompose.Sign.rotatebutton2.command=SIGNOFFCompose.Sign.rotatebutton2.tip=Digitally sign (CLEAR) this message#Compose.Encrypt.rotatebutton0.icon=/org/icemail/mail/images/envoff.gifCompose.Encrypt.rotatebutton0.command=ENCRYPTONCompose.Encrypt.rotatebutton0.tip=Do not encrypt this messageCompose.Encrypt.rotatebutton1.icon=/org/icemail/mail/images/envon.gifCompose.Encrypt.rotatebutton1.command=ENCRYPTOFFCompose.Encrypt.rotatebutton1.tip=Digitally encrypt this message## LabelsCompose.From.label.text=From:Compose.To.label.text=To:Compose.Cc.label.text=CC:Compose.Bcc.label.text=BCC:Compose.Subject.label.text=Subject:## FieldsCompose.From.field.tip=Enter your return email addressCompose.To.field.tip=Enter a list of recepientsCompose.Cc.field.tip=Enter a list of copy recepientsCompose.Bcc.field.tip=Enter a list of blind(secret) copy recepientsCompose.Subject.field.tip=Enter a subject## MenusCompose.Message.menu.text=MessageCompose.Message.menuitem0.text=SendCompose.Message.menuitem0.accel=CtrlSCompose.Message.menuitem0.command=SENDCompose.Message.menuitem1.text=PrintCompose.Message.menuitem1.accel=CtrlPCompose.Message.menuitem1.command=PRINTCompose.Message.menuitem2.separator=trueCompose.Message.menuitem2.text=Headers Dialog...Compose.Message.menuitem2.accel=CtrlHCompose.Message.menuitem2.command=HEADERSCompose.Message.menuitem3.text=Character EncodingCompose.Message.menuitem3.accel=CtrlECompose.Message.menuitem3.command=CHARSETCompose.Message.menuitem4.separator=trueCompose.Message.menuitem4.text=CloseCompose.Message.menuitem4.accel=CtrlWCompose.Message.menuitem4.command=CLOSE#Compose.Edit.menu.text=EditCompose.Edit.menuitem0.text=UndoCompose.Edit.menuitem0.accel=CtrlZCompose.Edit.menuitem0.command=UNDOCompose.Edit.menuitem1.separator=trueCompose.Edit.menuitem1.text=CutCompose.Edit.menuitem1.accel=CtrlXCompose.Edit.menuitem1.command=CUTCompose.Edit.menuitem2.text=CopyCompose.Edit.menuitem2.accel=CtrlCCompose.Edit.menuitem2.command=COPYCompose.Edit.menuitem3.text=PasteCompose.Edit.menuitem3.accel=CtrlVCompose.Edit.menuitem3.command=PASTECompose.Edit.menuitem4.separator=trueCompose.Edit.menuitem4.text=Paste File...Compose.Edit.menuitem4.command=PASTEFILECompose.Edit.menuitem5.separator=trueCompose.Edit.menuitem5.text=Prefix Selection...Compose.Edit.menuitem5.accel=CtrlPCompose.Edit.menuitem5.command=PREFIXCompose.Edit.menuitem6.text=Attach File...Compose.Edit.menuitem6.accel=CtrlACompose.Edit.menuitem6.command=ATTACH#Compose.Sign.menu.text=SignatureCompose.Sign.menuitem0.text=NoneCompose.Sign.menuitem0.accel=CtrlNCompose.Sign.menuitem0.command=SIGN:NONECompose.Sign.menuitem1.text=DefaultCompose.Sign.menuitem1.accel=CtrlGCompose.Sign.menuitem1.command=SIGN:DEFAULT#Compose.Address.menu.text=Address## DialogsCompose.Save.dialog.title=Save Composition?Compose.Save.dialog.message=Do you want to save this message as a composition?Compose.Save.dialog.options=Cancel,No,Yes#Compose.Prefix.dialog.message=Enter prefix:#Compose.SavingException.dialog.title=Saving ExceptionCompose.SavingException.dialog.message=Exception while saving the message: {0} \nstack trace: {1}Compose.SavingException.dialog.options=Continue#Compose.PrintingException.dialog.title=Printing ExceptionCompose.PrintingException.dialog.message=Exception while printing the message: {0}Compose.PrintingException.dialog.options=Continue#Compose.SendingException.dialog.title=Sending ExceptionCompose.SendingException.dialog.message=Exception while sending the message: {0}Compose.SendingException.dialog.options=Continue#Compose.MissingCert1.dialog.title=Security ExceptionCompose.MissingCert1.dialog.message=The message can not be digitally signed because\nyou are missing a certificate for '{0}'.Compose.MissingCert1.dialog.options=Continue#Compose.MissingCert2.dialog.title=Security ExceptionCompose.MissingCert2.dialog.message=The message can not be encrypted because\nyou are missing a certificate for '{0}'.Compose.MissingCert2.dialog.options=Continue#Compose.MissingPass1.dialog.title=Security ExceptionCompose.MissingPass1.dialog.message=The message can not be digitally signed because\nthe password for '{0}' is missing.Compose.MissingPass1.dialog.options=Continue#Compose.MissingPass2.dialog.title=Security ExceptionCompose.MissingPass2.dialog.message=The message can not be encrypted because\nthe password for '{0}' is missing.Compose.MissingPass2.dialog.options=Continue##........................................# ConfigComposeDialog.java## StringsConfigComposition.Title=Configure CompositionConfigComposition.Reply.title=When Replying To MessagesConfigComposition.Forward.title=When Forwarding Messages## LabelsConfigComposition.ReplyPrefix.label.text=  Prefix Contents with:ConfigComposition.ReplyEnclose.label.text=  Enclose Contents with:ConfigComposition.ForwardPrefix.label.text=  Prefix Contents with:ConfigComposition.ForwardEnclose.label.text=  Enclose Contents with:ConfigComposition.SaveFolder.label.text=Save Compositions To What Folder:ConfigComposition.SentFolder.label.text=Save Sent Messages To What Folder:## FieldsConfigComposition.ReplyPrefix.field.tip=Enter a short prefixConfigComposition.ReplyEnclose.field.tip=Enter a line of textConfigComposition.ForwardPrefix.field.tip=Enter a short prefixConfigComposition.ForwardEnclose.field.tip=Enter a line of textConfigComposition.SaveFolder.field.tip=Enter a folder's full pathnameConfigComposition.SentFolder.field.tip=Enter a folder's full pathname## CheckBoxesConfigComposition.Attachments.checkbox.text=Forward All Attachments## ButtonsConfigComposition.Save.button.text=SaveConfigComposition.Save.button.tip=Save all changesConfigComposition.Save.button.command=SAVEConfigComposition.Cancel.button.text=CancelConfigComposition.Cancel.button.tip=Cancel without saving changesConfigComposition.Cancel.button.command=CANCEL##..................................................# Configuration.java## TitlesConfiguration.title.locatingmanual=Locating Local Manual## DialogsConfiguration.Warning.dialog.title=Configuration WarningConfiguration.Warning.dialog.message=Some essential mail settings have not been configured.\nICEMail will display a series of configuration dialogs.\nYou may cancel any or all of the dialogs.Configuration.Warning.dialog.options=Continue#Configuration.SavingException.dialog.title=Error Saving PropertiesConfiguration.SavingException.dialog.message=Exception while saving properties {0} \nMessage: {1}Configuration.SavingException.dialog.options=Continue#Configuration.HomeInformation.dialog.title=Home DirectoryConfiguration.HomeInformation.dialog.message=Home directory was missing in properties.\nDefaulting to '{0}'.Configuration.HomeInformation.dialog.options=Continue#Configuration.HomeMissing.dialog.title=Error Setting Home DirectoryConfiguration.HomeMissing.dialog.message=Your home directory could not be determined.\nTry using '-Duser.home=homepathname'.Configuration.HomeMissing.dialog.options=Continue#Configuration.MailcapCreate.dialog.title=Configuration WarningConfiguration.MailcapCreate.dialog.message=Your mailcap file, {0}, could not be found.\nICEMail will create a default file for you.Configuration.MailcapCreate.dialog.options=Continue#Configuration.MailcapInvalid.dialog.title=Error Reading MailcapConfiguration.MailcapInvalid.dialog.message=Your mailcap file, {0}, is not valid, possibly a directory rather than a file.Configuration.MailcapInvalid.dialog.options=Continue#Configuration.MailcapMissing.dialog.title=Error Opening MailcapConfiguration.MailcapMissing.dialog.message=Your mailcap file, {0}, is missing or cannot be opened.\nException message: {1}Configuration.MailcapMissing.dialog.options=Continue#Configuration.MailcapBad.dialog.title=Error Reading MailcapConfiguration.MailcapBad.dialog.message=Your mailcap file, {0}, is unreadable.\nTry removing it and start ICEMail again.\nException message: {1}Configuration.MailcapBad.dialog.options=Continue#Configuration.MimetypesCreate.dialog.title=Configuration WarningConfiguration.MimetypesCreate.dialog.message=Your mimetypes file, {0}, could not be found.\nICEMail will create a default file for you.Configuration.MimetypesCreate.dialog.options=Continue#Configuration.MimetypesInvalid.dialog.title=Error Reading MimetypesConfiguration.MimetypesInvalid.dialog.message=Your mimetypes file, {0}, is not valid, possibly a directory rather than a file.Configuration.MimetypesInvalid.dialog.options=Continue#Configuration.MimetypesMissing.dialog.title=Error Opening MimetypesConfiguration.MimetypesMissing.dialog.message=Your mimetypes file, {0}, is missing or cannot be opened.\nException message: {1}Configuration.MimetypesMissing.dialog.options=Continue#Configuration.MimetypesBad.dialog.title=Error Reading MimetypesConfiguration.MimetypesBad.dialog.message=Your mimetypes file, {0}, is unreadable.\nTry removing it and start ICEMail again.\nException message: {1}Configuration.MimetypesBad.dialog.options=Continue##..................................................# DialogAuthentication.java#Authentication.Title=AuthenticateAuthentication.Prompt={0} host {1} {2} with protocol {3}## LabelsAuthentication.Username.label.text=Username:Authentication.Password.label.text=Password:## ButtonsAuthentication.OK.button.text=OKAuthentication.OK.button.tip=Continue logging inAuthentication.OK.button.command=OKAuthentication.Cancel.button.text=CancelAuthentication.Cancel.button.tip=Cancel logging inAuthentication.Cancel.button.command=CANCEL##..................................................# ExtraHeadersDialog.java#ExtraHeaders.Title=Extra Headers## CheckBoxesExtraHeaders.Approved.checkbox.text=Approved:ExtraHeaders.Approved.checkbox.tip=Check here to send an approval## FieldsExtraHeaders.Approved.field.tip=Enter any remarks## ButtonsExtraHeaders.Save.button.text=SaveExtraHeaders.Save.button.tip=Save changes to messageExtraHeaders.Save.button.command=SAVEExtraHeaders.Cancel.button.text=CancelExtraHeaders.Cancel.button.tip=Cancel changes to messageExtraHeaders.Cancel.button.command=CANCEL##..................................................# FolderTableModel.java#FolderTableModel.Flag=FFolderTableModel.To=ToFolderTableModel.From=FromFolderTableModel.RecvDate=Received DateFolderTableModel.SentDate=Sent DateFolderTableModel.Subject=SubjectFolderTableModel.Cc=CCFolderTableModel.Bcc=BCC##..................................................# FolderTreeDialog.java#FolderTree.Title=Select Folder## ButtonsFolderTree.OK.button.text=OKFolderTree.OK.button.tip=Continue, using the selected folderFolderTree.OK.button.command=OKFolderTree.Cancel.button.text=CancelFolderTree.Cancel.button.tip=Cancel all changesFolderTree.Cancel.button.command=CANCEL##..................................................# FolderTreePanel.java## TitlesFolderTree.title.stores=Stores## Popup MenusFolderTree.Folder.popupmenu.label=Folder

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -