X-Git-Url: https://git.pterodactylus.net/?p=jSite2.git;a=blobdiff_plain;f=src%2Fnet%2Fpterodactylus%2Fjsite%2Fi18n%2FjSite.properties;h=842d68240d0e1aa6c7ac528e0b1906ac3cf3da73;hp=da9642592a2ab28d54493ea4e3e2ca9f9901a27a;hb=1dfce3cd29b1ffcff99a7d3a738275b6b28fe2ec;hpb=2c2e370f0d6c24654a39e8d5657cb6c216ec9651 diff --git a/src/net/pterodactylus/jsite/i18n/jSite.properties b/src/net/pterodactylus/jsite/i18n/jSite.properties index da96425..842d682 100644 --- a/src/net/pterodactylus/jsite/i18n/jSite.properties +++ b/src/net/pterodactylus/jsite/i18n/jSite.properties @@ -60,6 +60,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: You are about to remove the node \u201c{0}\u201d!
Do you want to continue?