fix file size label
[jSite2.git] / src / net / pterodactylus / jsite / i18n / jSite.properties
index d9241aa..e7c10e6 100644 (file)
@@ -51,6 +51,9 @@ mainWindow.error.nodeConnectionFailed.message: Connecting to node \u201c{0}\u201
 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>
 
@@ -194,7 +197,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
@@ -208,32 +211,32 @@ 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
+# 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
@@ -331,14 +334,35 @@ 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.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.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