📄 myresource_en.java
字号:
{"DCInputKey", "Choose DeviceCapabilities file to test this file against:"},
{"DCFileKey", "DeviceCapabilities File Name:"},
{"DCTestListsKey", "Choose testlists:"},
{"ValidationLevelKey", "Choose ValidationLevel:"},
{"PartFileKey", "Part File Name:"},
{"SpawnedJDFKey", "Spawned JDF Name:"},
{"MainJDFKey", "Main JDF Name:"},
{"BrowseKey", "Browse..."},
{"ApplyKey", "Apply"},
{"GeneralKey", "General"},
{"LanguageKey", "Language"},
{"DirectoriesKey", "Directories"},
{"IconsKey", "Icons"},
{"SendToDeviceKey", "Communication"},
{"GeneralOptionsKey", "General Options"},
{"OpenReadOnlyKey", "Open Files Read Only"},
{"OpenAutoValKey", "Open Files With Automatic Validation"},
{"LangSelectKey", "Language Selection"},
{"LnFSelectKey", "Look & Feel Selection"},
{"DefaultDirsKey", "Default Directories"},
{"EditorIconsKey", "JDFEditor Icons"},
{"DefaultIconKey", "Default Icon"},
{"ChangeIconKey", "Change Icon..."},
{"DefaultSendToDeviceKey", "Settings for Sending a Job Ticket to a Device"},
{"PreferenceMenuKey", "Preferences..."},
{"PreferenceKey", "Preferences"},
{"LanguageTitleKey", "Restart Application for the Language Change to take Effect."},
{"LnFTitleKey", "Select Look & Feel style on the editor."},
{"SelectIconKey", "Change Icon"},
{"GettingStarted",
"<br><b>The Application handles JDF and JMF Files</b><br><br>"
+ "It is possible to Open an existing File or create a new JDF och JMF File. You can<br>"
+ "Open a File either with the<b> Open Button</b>, the<b> Open </b>Command in the<b> File Menu</b>, the<br>"
+ "short-key<b> Ctrl+O </b>or by<b> Drag and Drop </b>a File to the Tree View Area from Windows<br>"
+ "Explorer or from the Desktop.<br><br>"
+ "The default language is English. The language can be changed in the<b> Preferences</b><br>"
+ "Options under the<b> Language </b>Tab. The available languages right now are:"
+ "<ul type=" + '"' + "circle" + '"' + ">"
+ "<li>English</li><li>French</li><li>German</li><li>Spanish</li><li>Swedish</li></ul>"
+ "Only button names, Menus and Error messages are Internationalized. To apply the new<br>"
+ "language settings after changing language you have to<b> Restart </b>the application.<br><br>"
+ "The Look & Feel can be changed during run time in the<b> Preferences </b>Options under the<br>"
+ "<b>Look & Feel </b>Tab.<br><br>"
+ "The<b> Search </b>Function is Valid in the Tree View, the Error View and in the<br>"
+ "In- & Output View. The Search Function can be accessed from the<b> Edit Menu </b>or by<br>"
+ "the short-key<b> Ctrl+F</b>.<br><br>"
+ "It is possible to Highlight Foreign Namespaces and Private Elements. To do so, click<br>"
+ "on the<b> Highlight Foreign Namespaces/Private Elements </b>Item in the<b> Validation Menu</b>.<br><br>"
+ "It is possible to hide attributes in the Tree View by clicking on the<b> Show Attributes<br>"
+ "in Tree View </b>Item in the<b> Validation Menu</b>. It is also possible to<b> Show Inherited<br>"
+ "Attributes in Tree View</b>. This Option is also found in the Validation Menu.<br>"
},
{"TreeView",
"<br><font size=3><b>Tree View</b></font><br>"
+ "The Tree View displays the JDF or JMF File as a Tree. Both the elements and the<br>"
+ "attributes are displayed as Tree Nodes. If the automatic validation is on or the<br>"
+ "Validate Button is pressed, invalid elements and attributes are displayed with the<br>"
+ "Error Icon. A number of different icons are displayed in the tree view. Theese are<br>"
+ "the default Icons:<br>"
},
{"ErrorView",
"<br><font size=3><b>Error View</b></font><br>"
+ "In the Error View the Errors are displayed if the File is validated and contains<br>"
+ "Errors. When clicking on a Node in the Tree View, the errors of that Node and all<br>"
+ "its children are listed in the Error View. A click on the parent JDF Node will<br>"
+ "therefore display the Errors for the entire File. If the Node is valid, the Error<br>"
+ "View is blank. If clicking on an item in the Error View, the corresponding Node in<br>"
+ "the Tree gets selected.<br>"
},
{"InOutView",
"<br><font size=3><b>In- & Output View</b></font><br>"
+ "Clicking on a JDF-, Resource- or Resource Link Node in the Tree View will activate<br>"
+ "the In- & Output view. The selected Node is displayed in the center of the<br>"
+ "In- & Output View, its input and output Resources respectively its JDF Consumer and<br>"
+ "Producer are displayed on the sides. When double clicking on a Resource Link, the<br>"
+ "link is followed to its Resource, which is displayed in the center as described<br>"
+ "above.<br>"
+ "Doing a mouse click with the right mouse button on one of the Nodes on the side<br>"
+ "will put that Node in the center and its input and output Resources or its JDF<br>"
+ "Consumer and Producer on the sides. A mouse click with the left mouse button will<br>"
+ "select the corresponding Node in the Tree View."
},
{"ProcessView",
"<br><font size=3><b>Process View</b></font><br>"
+ "Clicking on a JDF node in the Tree View will draw the Process View for that Node.<br>"
+ "The In- & Output View is automatically selected; to view the Processes click on<br>"
+ "the Process View Tab. From here it is possible to navigate the Processes by doing<br>"
+ "a mouse click with the left mouse button on a JDF Node; the processes that Node<br>"
+ "describes is then displayed. A click with the left mouse button on a Resource will<br>"
+ "select that Resource in the Tree View. To display the Processes of the parent JDF<br>"
+ "Node of the displayed JDF Node; go to the Menu bar and click on the Button:"
},
{"CommentView",
"<br><font size=3><b>Comment View</b></font><br>"
+ "The Comment View displays the plain text in the selected Node, if there is any."
},
{"EditView",
"<br>Editing is possible from the Tree View. The editing Options for the selected Node<br>"
+ "is available in a<b> Popup Menu</b>, which is displayed when doing a mouse click with the<br>"
+ "right mouse button, and also in the<b> Edit </b>and<b> Insert Menues</b>. When inserting a new<br>"
+ "element or attribute, only valid options are eligible.<br><br>"
+ "In the<b> Preferences </b>Options, which are found in the<b> Tools Menu</b>, you can choose to<br>"
+ "Open a File<b> Read Only </b>under the<b> General </b>Tab. That means that the File can not be<br>"
+ "edited if it was Opened with the Read Only Option selected. After Opening a File it<br>"
+ "is not possible to change the editing mode. To enable editing the File has to be<br>"
+ "closed, the Read Only Option turned off and the File has to be opened again.<br><br>"
+ "The Undo and Redo features are not yet supported...<br>"
},
{"ValidationView",
"<br>A File can be Opened with or without Automatic Validation. The default is set to<br>"
+ "Open without Automatic Validation, which makes the Opening process less time<br>"
+ "consuming. To turn Automatic Validation on or off select the<b> Open Files with<br>"
+ "Automatic Validation </b>Option under the<b> General </b>Tab in the<b> Preferences </b>Options.<br><br>"
+ "The Automatic Validation can be switched on and off at any time. When the Automatic<br>"
+ "Validation mode is switched on, the whole File is revalidated. If it is switched off,<br>"
+ "you can choose to Validate the File at any time by clicking the Button:"
},
{"FurtherDevView",
"<br><font size=3><b>Suggestions of Further Development</b></font><br>"
+ "The following features have not been implemented in the CIP4 JDF Editor<br>"
+ "and this is a suggestion of features to add to the application;"
+ "<ul type=" + '"' + "circle" + '"' + ">"
+ "<li>Schema Validation</li>"
+ "<li>Undo and Redo</li>"
+ "<li>Source View</li>"
+ "<li>Improve Validation after Editing</li>"
+ "<li>Enhance JMF Support</li>"
+ "<li>Change Comment-text directly in the Comment View</li></ul>"
+ "One other possible feature to add is the ability to execute the JDF process<br>"
+ "associated with the JDF file displayed in the editor with the return URL setup<br>"
+ "to notify the editor so that it could be automatically reloaded after process<br>"
+ "execution. This would allow the user to see how process execution modifies<br>"
+ "the JDF and allow a quick means for testing processes.<br><br>"
+ "Yet another feature is to implement the ability to put together a table with<br>"
+ "starting point in a JDF file. The table elements will contain information about<br>"
+ "all the possible processes, resources and attributes in the JDF file. This table<br>"
+ "will be useful for interoperability purposes.<br>"
+ "<br><font size=3><b>Trouble with Java VM</b></font><br>"
+ "If the CIP4 JDFEditor has problems finding your Java Virtual Machine, open the<br>"
+ "JDFEditor.prop File with a text editor, e.g. Windows Notepad, and add a # in front<br>"
+ "of the Line:<br><br>"
+ "<b>jdkversion = 1.4.2 1.4.1 1.4 1.3</b><br><br>"
+ "so that the Starter Application won抰 read that line, or simply delete it.<br>"
+ "Thereafter add a new Line:<br><br>"
+ "<b>javadllpath = c:\\<i>path</i>\\jvm.dll</b><br><br>"
+ "where<i> path </i>is the path to where your jvm.dll File is located in your<br>"
+ "Java Runtime Enviornment (JRE) directory. This should take care of any problem<br>"
+ "experienced with the Java VM.<br>"
+ "<br><font size=3><b>Building a .jar File</b></font><br>"
+ "When building a .jar File a couple of changes has to made in certain classes. The<br>"
+ "affected classes, and the number of changes that has to be made in them, is the<br>"
+ "following:"
+ "<ul type=" + '"' + "circle" + '"' + ">"
+ "<li>JDFFrame
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -