From c8ae24a9e5cdfe22096b56f0108f8d92fe3cbd11 Mon Sep 17 00:00:00 2001 From: =?utf8?q?David=20=E2=80=98Bombe=E2=80=99=20Roden?= Date: Sat, 5 Apr 2008 16:30:13 +0000 Subject: [PATCH] add node-is-still-connected dialog texts git-svn-id: http://trooper/svn/projects/jSite/trunk@606 c3eda9e8-030b-0410-8277-bc7414b0a119 --- src/net/pterodactylus/jsite/i18n/jSite.properties | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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 -- 2.7.4