From: David ‘Bombe’ Roden Date: Sat, 5 Apr 2008 16:30:13 +0000 (+0000) Subject: add node-is-still-connected dialog texts X-Git-Url: https://git.pterodactylus.net/?a=commitdiff_plain;h=c8ae24a9e5cdfe22096b56f0108f8d92fe3cbd11;p=jSite2.git add node-is-still-connected dialog texts git-svn-id: http://trooper/svn/projects/jSite/trunk@606 c3eda9e8-030b-0410-8277-bc7414b0a119 --- diff --git a/src/net/pterodactylus/jsite/i18n/jSite.properties b/src/net/pterodactylus/jsite/i18n/jSite.properties index 0194c7f..2459687 100644 --- a/src/net/pterodactylus/jsite/i18n/jSite.properties +++ b/src/net/pterodactylus/jsite/i18n/jSite.properties @@ -1,7 +1,7 @@ # jSite i18n data, English # -# this file should be in US-ASCII format, with unicode characters outside US-ASCII range encoded -# with the java-typical \u notation. +# this file should be in US-ASCII format, with unicode characters outside +# US-ASCII range encoded with the java-typical \u notation. # use small letters for mnemonics, use large letters for accelerators. @@ -75,6 +75,9 @@ manageNodesDialog.button.deleteNode.shortDescription: Delete Selected Node(s) manageNodesDialog.error.nodeListEmpty.title: Node List Empty manageNodesDialog.error.nodeListEmpty.message: The node list is empty. +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? + # the "edit node" dialog editNodeDialog.title: Edit Node