📄 myresource_en.java
字号:
import java.util.ListResourceBundle;
/**
* @author ThunellE AnderssonA
* English internationalisation strings
* To change this generated comment edit the template variable "typecomment":
* Window>Preferences>Java>Templates.
* To enable and disable the creation of type comments go to
* Window>Preferences>Java>Code Generation.
*/
public class MyResource_en extends ListResourceBundle
{
public Object[][] getContents()
{
return contents;
}
static final Object[][] contents =
{
{"OpenKey", "Open..."},
{"OpenButtonKey", "Open"},
{"SaveKey", "Save"},
{"ExportKey", "Export Caps..."},
{"UndoKey", "Undo"},
{"RedoKey", "Redo"},
{"CutKey", "Cut"},
{"CopyKey", "Copy"},
{"PasteKey", "Paste"},
{"ValidateKey", "Validate"},
{"FixVersionKey", "Fix Version"},
{"ValidateDialogKey", "Validate..."},
{"ValidateToolTipKey", "Validate the file"},
{"ShowProcessViewKey", "Show Process View"},
{"GoUpInProcessViewKey", "Go Up One Level In Process View"},
{"AboutThisAppKey", "About This Application"},
{"ProcessViewKey", "Process View"},
{"UpKey", "Up"},
{"EditKey", "Edit"},
{"FileKey", "File"},
{"OpenRecentFileKey", "Open Recent File"},
{"SaveAsKey", "Save As..."},
{"SetLanguageKey", "Set Language"},
{"EnglishKey", "English"},
{"FrenchKey", "French"},
{"GermanKey", "German"},
{"SpanishKey", "Spanish"},
{"SwedishKey", "Swedish"},
{"ExitKey", "Exit"},
{"DeleteKey", "Delete"},
{"InsertKey", "Insert"},
{"ElementKey", "Element"},
{"BeforeKey", "Before"},
{"AfterKey", "After"},
{"IntoKey", "Into"},
{"OtherKey", "Other"},
{"AttributeKey", "Attribute"},
{"AutomaticValidationOnKey", "Automatic Validation On/Off"},
//{"EnableEditKey", "Edit On/Off"},
{"HelpKey", "Help"},
{"AboutKey", "About CIP4 JDF Editor"},
{"AttributesKey", "Attributes"},
{"ResourceLinkKey", "Resource Link"},
{"ResourceInLinkKey", "Input Resource Link"},
{"ResourceOutLinkKey", "Output Resource Link"},
{"ResourcePartKey", "Resource Part"},
{"ResourceKey", "Resource"},
{"InsertResKey", "Insert New Resource"},
{"InsertResLinkKey", "Insert New ResourceLink"},
{"ResourceKey", "Resource"},
{"NextNeighbourKey", "In- & Output View"},
{"ValidationResultKey", "Error View"},
{"DevCapOutputKey", "DevCap Test Output"},
{"TreeViewKey", "Tree View"},
{"SourceViewKey", "Source View"},
{"AddRequiredAttKey", "Add Required Attributes"},
{"AddRequiredElKey", "Add Required Elements"},
{"InsertAttKey", "Insert New Attribute"},
{"InsertElKey", "Insert New Element"},
{"PleaseSelectJDFKey", "Please Select a JDF File"},
{"OpenJDFErrorKey", "Open failed \nChosen file is not a JDF File"},
{"OpenJDFKey", "Open JDF"},
{"FileNotOpenKey", "The File Could not be Opened"},
{"FileNotExistKey", "The File does Not Exist"},
{"InputResourceKey", "Input Resource"},
{"OutputResourceKey", "Output Resource"},
{"JDFElementKey", "JDF Element"},
{"JDFProducerKey", "JDF Producer"},
{"JDFConsumerKey", "JDF Consumer"},
{"LookAndFeelKey", "Look & Feel"},
{"ModifyAttValueKey", "Modify Attribute Value"},
{"RenameKey", "Rename"},
{"EditOnOffKey", "Editing On/Off"},
{"InsertNewAttValueKey", "Please insert a new attribute value"},
{"ChooseAttValueKey", "Please choose a new attribute value"},
{"ChooseNewAttTypeKey", "Please choose new attribute type"},
{"InsertNewAttTypeKey", "Please insert a new attribute type"},
{"NewJDFKey", "JDF File"},
{"NewJMFKey", "JMF File"},
{"NewKey", "New..."},
{"ToolsKey", "Tools"},
{"SaveQuestionKey", "Do you want to save the file?"},
{"ChooseNewFileKey", "Do you want to create a new JDF or JMF file?"},
{"OkKey", "Ok"},
{"YesKey", "Yes"},
{"NoKey", "No"},
{"CancelKey", "Cancel"},
{"CloseKey", "Close"},
{"FileExistsKey", "The File allready exists." + "\n" + "Do you want to overwrite the existing file?"},
//{"EnableEditKey", "Enable edit"},
{"ValidationFSKey", "Highlight Foreign Namespaces/Private Elements"},
{"FindKey", "Find..."},
{"FindXPathKey", "Find XPath..."},
{"FindWhatKey", "Find: "},
{"FindNextKey", "Find next"},
{"StringNotFoundKey", "The string could not be found."},
{"BackwardKey", "Backward"},
{"ForwardKey", "Forward"},
{"HelpCIP4Key", "Help - CIP4 JDF Editor"},
{"ContentsKey", "Contents"},
{"GettingStartedKey", "Getting Started"},
{"ViewKey", "The Views"},
{"EditingKey", "Editing"},
{"ValidationKey", "Validation"},
{"FurtherDevelopmentKey", "Suggestions of Further Development"},
{"DevelopmentNotesKey", "Development and Problems"},
{"ShowAttrKey", "Show Attributes in Tree View"},
{"ShowInhAttrKey", "Show Inherited Attributes in Tree View"},
{"CopyValidationList", "Copy Validation List to Clip Board"},
{"JDFEditorVerKey", "JDFEditor Version"},
{"PrintKey", "Print"},
{"PrintMessKey", "Print Message"},
{"RefreshKey", "Refresh"},
{"ZoomInKey", "Zoom In"},
{"ZoomOutKey", "Zoom Out"},
{"ZoomOrigKey", "Zoom to Original Size"},
{"ZoomFitKey", "Zoom to Fit Frame"},
{"CommentViewKey", "Comment View"},
{"DevCapViewKey", "Localized Capabilities View"},
{"ExpandKey", "Expand"},
{"CollapseKey", "Collapse"},
{"CopyNode", "Copy node content to clip board"},
{"FileNotFoundKey", "The File could not be Found on the Specified Path"},
{"ErrorMessKey", "Error Message"},
{"EmptyCommentKey", "Empty Comment"},
{"SpawnedInputKey", "Choose spawned file to merge this jdf into:"},
{"SpawnedOutputKey", "Choose output file names for the spawned parts from this jdf:"},
{"SpawningCompletedKey", "Spawn Completed Successful"},
{"MergingCompletedKey", "Merge Completed Successful"},
{"SpawningFailedKey", "Spawn Failed"},
{"ExportFailedKey", "Export Failed"},
{"MergingFailedKey", "Merge Failed"},
{"MergingAcceptFileFailedKey", "Merge failed. File is not accepted"},
{"MessageOpenMergedFileKey", "Merge Completed. File will be updated"},
{"ChooseSpawnedFileKey", "Choose file to open in the Tree View"},
{"ShowOriginalFileKey", "Main File prior to spawn"},
{"ShowMainFileKey", "Main File after spawn"},
{"ShowSpawnedFileKey", "Spawned File"},
{"ExportToDevCapKey", "Export to Device Capabilities file"},
{"DevCapChooseKey", "Choose the following parameters"},
{"DevCapOutputFileKey", "Device Capabilities file name:"},
{"DevCapGenericAttrKey", "Generic Attributes for DevieCap:"},
{"DCHappyMessageKey", "Generation Completed Successful."},
{"DCOpenAfterGenerationKey", "Do you want to open created file?"},
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -