remove accelerators from override menu
[jSite2.git] / src / net / pterodactylus / jsite / i18n / jSite.properties
index 1c9c652..ef99606 100644 (file)
@@ -14,6 +14,12 @@ general.button.okay.accelerator: Ctrl-VK_O
 general.button.okay.shortDescription: Confirm
 general.button.okay.longDescription: Confirm and close dialog
 
+general.button.continue.name: Continue
+general.button.continue.mnemonic: VK_C
+general.button.continue.accelerator: VK_UNDEFINED
+general.button.continue.shortDescription: Continue
+general.button.continue.longDescription: Continue with the action
+
 general.button.cancel.name: Cancel
 general.button.cancel.mnemonic: VK_C
 general.button.cancel.accelerator: VK_ESCAPE
@@ -48,6 +54,21 @@ mainWindow.error.projectLoadingFailed.message: Loading the projects from \u201c{
 mainWindow.error.nodeConnectionFailed.title: Connecting to Node Failed
 mainWindow.error.nodeConnectionFailed.message: Connecting to node \u201c{0}\u201d (at {1}:{2,number,#}) has failed: {3}
 
+mainWindow.error.hostnameUnresolvable.title: Could Not Resolve Hostname
+mainWindow.error.hostnameUnresolvable.message: The hostname \u201c{0}\u201d can not be resolved!
+
+mainWindow.error.notConnected.title: Not Connected
+mainWindow.error.notConnected.message: You are not connected to a node.
+
+mainWindow.question.deleteNode.title: Really Remove Node?
+mainWindow.question.deleteNode.message: <html>You are about to remove the node \u201c{0}\u201d!<br>Do you want to continue?</html>
+
+mainWindow.question.deleteProject.title: Really Delete Project?
+mainWindow.question.deleteProject.message: <html>You are about to remove the project \u201c{0}\u201d!<br>Do you want to continue?</html>
+
+mainWindow.information.changeProjectBasePath.title: Please Enter Base Path!
+mainWindow.information.changeProjectBasePath.message: <html>You have created a new project. Please enter a base path<br>to read the files for the project from in the next dialog!</html>
+
 mainWindow.statusBar.coreLoaded: Core loaded.
 mainWindow.statusBar.coreStopped: Core stopped.
 mainWindow.statusBar.projectLoadingDone: Projects loaded.
@@ -69,21 +90,6 @@ mainWindow.menu.jSite.mnemonic: VK_J
 mainWindow.menu.node.name: Node
 mainWindow.menu.node.mnemonic: VK_N
 
-mainWindow.menu.connect.name: Connect
-mainWindow.menu.connect.mnemonic: VK_C
-mainWindow.menu.connect.accelerator: VK_UNDEFINED
-mainWindow.menu.connect.shortDescription: Connects to the node
-mainWindow.menu.connect.longDescription: Connects to the node
-
-mainWindow.menu.disconnect.name: Disconnect
-mainWindow.menu.disconnect.mnemonic: VK_D
-mainWindow.menu.disconnect.accelerator: VK_UNDEFINED
-mainWindow.menu.disconnect.shortDescription: Disconnects from the node
-mainWindow.menu.disconnect.longDescription: Disconnects from the node
-
-mainWindow.menu.connectNoNodeAvailable.name: No node available
-mainWindow.menu.disconnectNoNodeAvailable.name: No node connected
-
 mainWindow.menu.language.name: Languages
 mainWindow.menu.language.mnemonic: VK_L
 
@@ -91,6 +97,39 @@ mainWindow.menu.help.name: Help
 mainWindow.menu.help.mnemonic: VK_H
 
 #
+# the node menus
+#
+mainWindow.menu.node.item.addNode.name: Add node
+mainWindow.menu.node.item.addNode.mnemonic: VK_A
+mainWindow.menu.node.item.addNode.accelerator: Ctrl-VK_A
+mainWindow.menu.node.item.addNode.shortDescription: Add a node
+mainWindow.menu.node.item.addNode.longDescription: Add a node
+
+mainWindow.menu.node.item.connect.name: Connect
+mainWindow.menu.node.item.connect.mnemonic: VK_C
+mainWindow.menu.node.item.connect.accelerator: VK_UNDEFINED
+mainWindow.menu.node.item.connect.shortDescription: Connects to the node
+mainWindow.menu.node.item.connect.longDescription: Connects to the node
+
+mainWindow.menu.node.item.disconnect.name: Disconnect
+mainWindow.menu.node.item.disconnect.mnemonic: VK_D
+mainWindow.menu.node.item.disconnect.accelerator: VK_UNDEFINED
+mainWindow.menu.node.item.disconnect.shortDescription: Disconnects from the node
+mainWindow.menu.node.item.disconnect.longDescription: Disconnects from the node
+
+mainWindow.menu.node.item.edit.name: Edit
+mainWindow.menu.node.item.edit.mnemonic: VK_E
+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: Delete
+mainWindow.menu.node.item.remove.mnemonic: VK_D
+mainWindow.menu.node.item.remove.accelerator: VK_UNDEFINED
+mainWindow.menu.node.item.remove.shortDescription: Deletes the node
+mainWindow.menu.node.item.remove.longDescription: Deletes the node
+
+#
 # the jSite menu
 #
 mainWindow.menu.jSite.configure.name: Configure
@@ -112,31 +151,6 @@ mainWindow.menu.jSite.quit.shortDescription: Quits jSite
 mainWindow.menu.jSite.quit.longDescription: Quits jSite
 
 #
-# the node menu
-#
-
-#manage nodes
-mainWindow.menu.node.item.manageNodes.name: Manage Nodes
-mainWindow.menu.node.item.manageNodes.mnemonic: VK_M
-mainWindow.menu.node.item.manageNodes.accelerator: Ctrl-VK_M
-mainWindow.menu.node.item.manageNodes.shortDescription: Manage nodes
-mainWindow.menu.node.item.manageNodes.longDescription: Manage your nodes
-
-# connect to node
-mainWindow.menu.node.item.connect.name: Connect
-mainWindow.menu.node.item.connect.mnemonic: VK_C
-mainWindow.menu.node.item.connect.accelerator: Ctrl-VK_C
-mainWindow.menu.node.item.connect.shortDescription: Connect to node
-mainWindow.menu.node.item.connect.longDescription: Connect to the selected node
-
-#disconnect from node
-mainWindow.menu.node.item.disconnect.name: Disconnect
-mainWindow.menu.node.item.disconnect.mnemonic: VK_D
-mainWindow.menu.node.item.disconnect.accelerator: Ctrl-VK_D
-mainWindow.menu.node.item.disconnect.shortDescription: Disconnect from node
-mainWindow.menu.node.item.disconnect.longDescription: Disconnect from the currently connected node
-
-#
 # the help menu
 #
 
@@ -177,6 +191,8 @@ mainWindow.pane.overview.title: Project Overview
 projectPanel.title.starting: (Starting) {0}
 projectPanel.title.progress: ({1,number,0.0%}) {0}
 
+projectPanel.button.approve.name: Choose
+
 projectPanel.label.name.name: Name
 projectPanel.label.name.mnemonic: VK_N
 
@@ -187,7 +203,7 @@ projectPanel.label.basePath.name: Base Path
 projectPanel.label.basePath.mnemonic: VK_B
 
 projectPanel.basePathInformation.scanning: Scanning the base path\u2026
-projectPanel.basePathInformation.fileCount: Found {0} file{0,choice,0#s|1#|2#s}. 
+projectPanel.basePathInformation.fileCount: Found {0} file{0,choice,0#s|1#|2#s}.
 
 projectPanel.button.changeBasePath.name: Change
 projectPanel.button.changeBasePath.mnemonic: VK_C
@@ -195,70 +211,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 "manage nodes" dialog
-#
-
-manageNodesDialog.title: Manage Nodes
-
-manageNodesDialog.label.immediatelyEffective.name: Any changes you make on this page will immediately be effective!
+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
 
-manageNodesDialog.button.addNode.name: Add Node
-manageNodesDialog.button.addNode.mnemonic: VK_A
-manageNodesDialog.button.addNode.accelerator: Ctrl-VK_A
-manageNodesDialog.button.addNode.shortDescription: Add a node
-manageNodesDialog.button.addNode.longDescription: Add a node
+# the "add node" dialog
+addNodeDialog.title: Add Node
 
-manageNodesDialog.button.editNode.name: Edit Node
-manageNodesDialog.button.editNode.mnemonic: VK_E
-manageNodesDialog.button.editNode.accelerator: Ctrl-VK_E
-manageNodesDialog.button.editNode.shortDescription: Edit selected node
-manageNodesDialog.button.editNode.longDescription: Edit the selected node
+addNodeDialog.label.name.name: Name
+addNodeDialog.label.name.mnemonic: VK_N
 
-manageNodesDialog.button.deleteNode.name: Delete Node
-manageNodesDialog.button.deleteNode.mnemonic: VK_D
-manageNodesDialog.button.deleteNode.accelerator: Ctrl-VK_D
-manageNodesDialog.button.deleteNode.shortDescription: Delete selected node(s)
-manageNodesDialog.button.deleteNode.longDescription: Delete the selected node(s)
+addNodeDialog.label.hostname.name: Hostname
+addNodeDialog.label.hostname.mnemonic: VK_H
 
-manageNodesDialog.error.nodeListEmpty.title: Node List Empty
-manageNodesDialog.error.nodeListEmpty.message: The node list is empty.
+addNodeDialog.label.port.name: Port
+addNodeDialog.label.port.mnemonic: VK_P
 
-manageNodesDialog.error.nodeConnected.title: Node Is Connected
-manageNodesDialog.error.nodeConnected.message: The Node \u201c{0}\u201d is still connected. Do you really want to delete it?
+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
 
-manageNodesDialog.error.nodeUnresolvable.title: Node hostname can not be resolved
-manageNodesDialog.error.nodeUnresolvable.message: The hostname of the node (\u201c{0}\u201d) can not be resolved.
+addNodeDialog.error.name.title: Wrong Node Name
+addNodeDialog.error.name.message: The name of the node is empty.
 
-manageNodesDialog.error.nodeAlreadyKnown.title: Node Already Known
-manageNodesDialog.error.nodeAlreadyKnown.message: There already is a node with the hostname (\u201c{0}\u201d) and port ({1,number,#}).
+addNodeDialog.error.hostname.title: Wrong Hostname
+addNodeDialog.error.hostname.message: The hostname is invalid.
 
-# the "edit node" dialog
-editNodeDialog.title: Edit Node
-
-editNodeDialog.label.name.name: Name
-editNodeDialog.label.name.mnemonic: VK_N
-
-editNodeDialog.label.hostname.name: Hostname
-editNodeDialog.label.hostname.mnemonic: VK_H
-
-editNodeDialog.label.port.name: Port
-editNodeDialog.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
-
-editNodeDialog.error.name.title: Wrong Node Name
-editNodeDialog.error.name.message: The name of the node is empty.
-
-editNodeDialog.error.hostname.title: Wrong Hostname
-editNodeDialog.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
@@ -276,6 +260,9 @@ aboutDialog.page.about.label.contributor.mnemonic: VK_UNDEFINED
 aboutDialog.page.about.label.i18nMaintainer.name: i18n Maintainer (English)
 aboutDialog.page.about.label.i18nMaintainer.mnemonic: VK_UNDEFINED
 
+aboutDialog.page.about.label.codeUsage.name: Resources from Other Projects
+aboutDialog.page.about.label.codeUsage.mnemonic: VK_UNDEFINED
+
 aboutDialog.page.license.title: License
 aboutDialog.page.license.shortDescription: Shows the \u201cLicense\u201d page
 
@@ -341,3 +328,101 @@ 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.button.rescan.name: Rescan Files
+fileManager.button.rescan.mnemonic: VK_R
+fileManager.button.rescan.accelerator: Ctrl-VK_R
+fileManager.button.rescan.shortDescription: Rescans the project\u2019s directory
+fileManager.button.rescan.longDescription: Rescans the project\u2019s directory
+
+fileManager.label.projectFiles.name: Project Files
+fileManager.label.projectFiles.mnemonic: VK_F
+
+fileManager.label.fileProperties.name: File properties
+fileManager.label.fileProperties.mnemonic: VK_UNDEFINED
+
+fileManager.label.filePath.name: File path
+fileManager.label.filePath.mnemonic: VK_UNDEFINED
+
+fileManager.label.fileName.name: File name
+fileManager.label.fileName.mnemonic: VK_UNDEFINED
+
+fileManager.label.fileSize.name: File size
+fileManager.label.fileSize.mnemonic: VK_UNDEFINED
+
+fileManager.label.override.name: Override
+fileManager.label.override.mnemonic: VK_UNDEFINED
+
+fileManager.checkbox.overrideActive.name: Override active
+fileManager.checkbox.overrideActive.mnemonic: VK_A
+fileManager.checkbox.overrideActive.accelerator: Ctrl-VK_A
+fileManager.checkbox.overrideActive.shortDescription: Whether the settings for this file should be overridden
+fileManager.checkbox.overrideActive.longDescription: Whether the settings for this file should be overridden
+
+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
+
+fileManager.menu.item.setDefaultFile.name: Set as default file
+fileManager.menu.item.setDefaultFile.mnemonic: VK_D
+fileManager.menu.item.setDefaultFile.accelerator: VK_UNDEFINED
+fileManager.menu.item.setDefaultFile.shortDescription: Sets this file as default file
+fileManager.menu.item.setDefaultFile.longDescription: Sets this file as default file
+
+fileManager.menu.item.insert.name: Insert
+fileManager.menu.item.insert.mnemonic: VK_I
+fileManager.menu.item.insert.accelerator: VK_UNDEFINED
+fileManager.menu.item.insert.shortDescription: Toggles the insert state of this file
+fileManager.menu.item.insert.longDescription Toggles the insert state of this file
+
+fileManager.menu.override.name: Override
+fileManager.menu.override.mnemonic: VK_O
+fileManager.menu.override.accelerator: VK_UNDEFINED
+fileManager.menu.override.shortDescription: Overrides certain settings
+fileManager.menu.override.longDescription: Overrides ceratin settings
+
+fileManager.menu.item.applyInsertOverride.name: Insert
+fileManager.menu.item.applyInsertOverride.mnemonic: VK_I
+fileManager.menu.item.applyInsertOverride.accelerator: VK_UNDEFINED
+fileManager.menu.item.applyInsertOverride.shortDescription: Overrides default \u201cInsert\u201d setting
+fileManager.menu.item.applyInsertOverride.longDescription: Overrides default \u201cInsert\u201d setting
+
+fileManager.menu.item.applyMimeTypeOverride.name: Content Type
+fileManager.menu.item.applyMimeTypeOverride.mnemonic: VK_C
+fileManager.menu.item.applyMimeTypeOverride.accelerator: VK_UNDEFINED
+fileManager.menu.item.applyMimeTypeOverride.shortDescription: Overrides default \u201cContent Type\u201d setting
+fileManager.menu.item.applyMimeTypeOverride.longDescription: Overrides default \u201cContent Type\u201d setting
+
+fileManager.menu.item.removeOverride.name: Remove
+fileManager.menu.item.removeOverride.mnemonic: VK_R
+fileManager.menu.item.removeOverride.accelerator: VK_UNDEFINED
+fileManager.menu.item.removeOverride.shortDescription: Removes the override from the selected files
+fileManager.menu.item.removeOverride.longDescription: Removes the override from the selected files
+
+fileManager.dialog.insertOverride.title: Apply Insert Override
+fileManager.dialog.insertOverride.message: Please choose a setting for the \u201cInsert\u201d override.
+
+fileManager.dialog.mimeTypeOverride.title: Apply MIME Type Override
+fileManager.dialog.mimeTypeOverride.message: Please choose an override MIME type.
+
+fileManager.dialog.removeOverride.title: Remove Override?
+fileManager.dialog.removeOverride.message: You are about to remove the override for the {0} selected file{0,choice,0#s|1#|2#s}.