X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;ds=sidebyside;f=src%2Fnet%2Fpterodactylus%2Fjsite%2Fi18n%2FjSite.properties;h=5c02c6fbfd5c8389d48d8d26896c6f3d3acbcdb9;hb=79e957d90cf47fdedbbd2892c312ccb406ac2f22;hp=e8d25b3235c24796fab53c239724c8ecfa46f2a7;hpb=0fb6af2eeecf591148346548855b4834ece81e18;p=jSite2.git diff --git a/src/net/pterodactylus/jsite/i18n/jSite.properties b/src/net/pterodactylus/jsite/i18n/jSite.properties index e8d25b3..5c02c6f 100644 --- a/src/net/pterodactylus/jsite/i18n/jSite.properties +++ b/src/net/pterodactylus/jsite/i18n/jSite.properties @@ -52,7 +52,13 @@ mainWindow.error.hostnameUnresolvable.title: Could Not Resolve Hostname mainWindow.error.hostnameUnresolvable.message: The hostname \u201c{0}\u201d can not be resolved! mainWindow.question.deleteNode.title: Really Remove Node? -mainWindow.question.deleteNode.message: You are about to remove the node \u201c{0}\u201d! Do you want to continue? +mainWindow.question.deleteNode.message: You are about to remove the node \u201c{0}\u201d!
Do you want to continue? + +mainWindow.question.deleteProject.title: Really Delete Project? +mainWindow.question.deleteProject.message: You are about to remove the project \u201c{0}\u201d!
Do you want to continue? + +mainWindow.information.changeProjectBasePath.title: Please Enter Base Path! +mainWindow.information.changeProjectBasePath.message: You have created a new project. Please enter a base path
to read the files for the project from in the next dialog! mainWindow.statusBar.coreLoaded: Core loaded. mainWindow.statusBar.coreStopped: Core stopped. @@ -108,11 +114,11 @@ mainWindow.menu.node.item.edit.accelerator: VK_UNDEFINED mainWindow.menu.node.item.edit.shortDescription: Edits the node mainWindow.menu.node.item.edit.longDescription: Edits the node -mainWindow.menu.node.item.remove.name: Remove -mainWindow.menu.node.item.remove.mnemonic: VK_R +mainWindow.menu.node.item.remove.name: Delete +mainWindow.menu.node.item.remove.mnemonic: VK_D mainWindow.menu.node.item.remove.accelerator: VK_UNDEFINED -mainWindow.menu.node.item.remove.shortDescription: Removes the node -mainWindow.menu.node.item.remove.longDescription: Removes the node +mainWindow.menu.node.item.remove.shortDescription: Deletes the node +mainWindow.menu.node.item.remove.longDescription: Deletes the node # # the jSite menu @@ -196,32 +202,38 @@ projectPanel.button.changeBasePath.accelerator: Ctrl-VK_C projectPanel.button.changeBasePath.shortDescription: Changes the path the files are read from projectPanel.button.changeBasePath.longDescription: Changes the path the files are read from -# the "edit node" dialog -editNodeDialog.title: Edit Node +projectPanel.button.editFiles.name: Edit Files +projectPanel.button.editFiles.mnemonic: VK_E +projectPanel.button.editFiles.accelerator: Ctrl-VK_E +projectPanel.button.editFiles.shortDescription: Edit physical and virtual files +projectPanel.button.editFiles.longDescription: Edit physical and virtual files + +# the "add node" dialog +addNodeDialog.title: Add Node -editNodeDialog.label.name.name: Name -editNodeDialog.label.name.mnemonic: VK_N +addNodeDialog.label.name.name: Name +addNodeDialog.label.name.mnemonic: VK_N -editNodeDialog.label.hostname.name: Hostname -editNodeDialog.label.hostname.mnemonic: VK_H +addNodeDialog.label.hostname.name: Hostname +addNodeDialog.label.hostname.mnemonic: VK_H -editNodeDialog.label.port.name: Port -editNodeDialog.label.port.mnemonic: VK_P +addNodeDialog.label.port.name: Port +addNodeDialog.label.port.mnemonic: VK_P -editNodeDialog.checkbox.sameMachine.name: Node on the same machine -editNodeDialog.checkbox.sameMachine.mnemonic: VK_S -editNodeDialog.checkbox.sameMachine.accelerator: Alt-VK_S -editNodeDialog.checkbox.sameMachine.shortDescription: Node is on the same machine -editNodeDialog.checkbox.sameMachine.longDescription: The node is on the same machine as jSite and some optimizations can be used +addNodeDialog.checkbox.sameMachine.name: Node on the same machine +addNodeDialog.checkbox.sameMachine.mnemonic: VK_S +addNodeDialog.checkbox.sameMachine.accelerator: Alt-VK_S +addNodeDialog.checkbox.sameMachine.shortDescription: Node is on the same machine +addNodeDialog.checkbox.sameMachine.longDescription: The node is on the same machine as jSite and some optimizations can be used -editNodeDialog.error.name.title: Wrong Node Name -editNodeDialog.error.name.message: The name of the node is empty. +addNodeDialog.error.name.title: Wrong Node Name +addNodeDialog.error.name.message: The name of the node is empty. -editNodeDialog.error.hostname.title: Wrong Hostname -editNodeDialog.error.hostname.message: The hostname is invalid. +addNodeDialog.error.hostname.title: Wrong Hostname +addNodeDialog.error.hostname.message: The hostname is invalid. -editNodeDialog.error.port.title: Wrong Port Number -editNodeDialog.error.port.message: The port number is invalid. +addNodeDialog.error.port.title: Wrong Port Number +addNodeDialog.error.port.message: The port number is invalid. # # the "about" dialog @@ -307,3 +319,29 @@ logWindow.label.logLevel.mnemonic: VK_S logWindow.table.column.time.name: Time logWindow.table.column.level.name: Level logWindow.table.column.message.name: Message + +# +# the file manager +# +fileManager.title: File Manager for Project \u201c{0}\u201d + +fileManager.button.close.name: Close +fileManager.button.close.mnemonic: VK_C +fileManager.button.close.accelerator: VK_ESC +fileManager.button.close.shortDescription: Close the file manager +fileManager.button.close.longDescription: Close the file manager + +fileManager.label.projectFiles.name: Project Files +fileManager.label.projectFiles.mnemonic: VK_F + +fileManager.checkbox.insertFile.name: Insert file +fileManager.checkbox.insertFile.mnemonic: VK_I +fileManager.checkbox.insertFile.accelerator: Ctrl-VK_I +fileManager.checkbox.insertFile.shortDescription: Whether to insert this file +fileManager.checkbox.insertFile.longDescription: Whether to insert this file + +fileManager.checkbox.useCustomMimeType.name: Use custom MIME type +fileManager.checkbox.useCustomMimeType.mnemonic: VK_M +fileManager.checkbox.useCustomMimeType.accelerator: Ctrl-VK_M +fileManager.checkbox.useCustomMimeType.shortDescription: Use a custom MIME type for the file +fileManager.checkbox.useCustomMimeType.longDescription: Use a cusstom MIME type for the file