Use additional error message and show message of occured exception.
[jSite2.git] / src / net / pterodactylus / jsite / i18n / jSite.properties
index 5dbe911..0fec58d 100644 (file)
@@ -48,6 +48,9 @@ mainWindow.toolbar.name: jSite Toolbar
 mainWindow.warning.multipleNodesNotAdvancedMode.title: Multiple Nodes in Simple Mode
 mainWindow.warning.multipleNodesNotAdvancedMode.message: <html>You have enabled the simple mode but have more than one node configured.<br>Select advanced mode to configure all of your nodes.</html>
 
+mainWindow.error.projectCreationFailed.title: Could Not Create Project
+mainWindow.error.projectCreationFailed.message: <html>Could not create a new project.<br>The error message was:<br>{0}</html>
+
 mainWindow.error.projectLoadingFailed.title: Loading Projects Failed
 mainWindow.error.projectLoadingFailed.message: Loading the projects from \u201c{0}\u201d has failed.
 
@@ -60,6 +63,9 @@ mainWindow.error.hostnameUnresolvable.message: The hostname \u201c{0}\u201d can
 mainWindow.error.notConnected.title: Not Connected
 mainWindow.error.notConnected.message: You are not connected to a node.
 
+mainWindow.error.nodeNotConnected.title: Node \u201c{0}\u201d not Connected
+mainWindow.error.nodeNotConnected.message: You are not connected to node \u201c{0}\u201d.\nPlease connect to the node and retry.
+
 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>
 
@@ -439,6 +445,9 @@ 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}.
 
+fileManager.dialog.noDefaultFileSet.title: No Default File Set
+fileManager.dialog.noDefaultFileSet.message: You did not specify a default file. Specifying\na default file will ease browsing. It is possible\nto not specify one, though.
+
 #
 # the node selection dialog
 #