add error message when not connected to node
[jSite2.git] / src / net / pterodactylus / jsite / i18n / jSite.properties
index 9f12cce..46af14e 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