add label above project files
[jSite2.git] / src / net / pterodactylus / jsite / i18n / jSite.properties
index e9b8faa..b1b897c 100644 (file)
@@ -25,8 +25,8 @@ general.language.en.mnemonic: VK_E
 general.language.en.shortDescription: Switch language to English
 general.language.en.longDescription: Switch language to English
 
-general.language.de.name: German
-general.language.de.mnemonic: VK_G
+general.language.de.name: Deutsch
+general.language.de.mnemonic: VK_D
 general.language.de.shortDescription: Switch language to German
 general.language.de.longDescription: Switch language to German
 
@@ -48,6 +48,12 @@ 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.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.statusBar.coreLoaded: Core loaded.
 mainWindow.statusBar.coreStopped: Core stopped.
 mainWindow.statusBar.projectLoadingDone: Projects loaded.
@@ -59,6 +65,9 @@ mainWindow.statusBar.connectedToNode: Connected to \u201c{0}\u201d (at {1}:{2,nu
 mainWindow.statusBar.connectionToNodeFailed: Connection to \u201c{0}\u201d (at {1}:{2,number,#}) failed: {3}
 mainWindow.statusBar.disconnectedFromNode: Disconnected from \u201c{0}\u201d (at {1}:{2,number,#}).
 
+mainWindow.statusBar.nodeLabel.name: <html><b>Node \u201c{0}\u201d</b></html>
+mainWindow.statusBar.nodeLabel.menmonic: VK_UNDEFINED
+
 # main menus
 mainWindow.menu.jSite.name: jSite
 mainWindow.menu.jSite.mnemonic: VK_J
@@ -66,15 +75,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.disconnect.name: Disconnect
-mainWindow.menu.disconnect.mnemonic: VK_D
-
-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
 
@@ -82,6 +82,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: Remove
+mainWindow.menu.node.item.remove.mnemonic: VK_R
+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
+
+#
 # the jSite menu
 #
 mainWindow.menu.jSite.configure.name: Configure
@@ -103,31 +136,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
 #
 
@@ -168,49 +176,31 @@ 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
 
 projectPanel.label.description.name: Description
 projectPanel.label.description.mnemonic: VK_D
 
-#
-# the "manage nodes" dialog
-#
-
-manageNodesDialog.title: Manage Nodes
-
-manageNodesDialog.label.immediatelyEffective.name: Any changes you make on this page will immediately be effective!
-
-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
-
-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
+projectPanel.label.basePath.name: Base Path
+projectPanel.label.basePath.mnemonic: VK_B
 
-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)
+projectPanel.basePathInformation.scanning: Scanning the base path\u2026
+projectPanel.basePathInformation.fileCount: Found {0} file{0,choice,0#s|1#|2#s}. 
 
-manageNodesDialog.error.nodeListEmpty.title: Node List Empty
-manageNodesDialog.error.nodeListEmpty.message: The node list is empty.
+projectPanel.button.changeBasePath.name: Change
+projectPanel.button.changeBasePath.mnemonic: VK_C
+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
 
-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?
-
-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.
-
-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,#}).
+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 "edit node" dialog
 editNodeDialog.title: Edit Node
@@ -255,6 +245,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
 
@@ -320,3 +313,26 @@ 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.mimeType.name: MIME Type
+fileManager.label.mimeType.mnemonic: VK_M
+
+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