Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/packageview/PackagesMessages.properties')
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/packageview/PackagesMessages.properties8
1 files changed, 6 insertions, 2 deletions
diff --git a/bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/packageview/PackagesMessages.properties b/bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/packageview/PackagesMessages.properties
index 1283b4f4..c8e3b007 100644
--- a/bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/packageview/PackagesMessages.properties
+++ b/bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/packageview/PackagesMessages.properties
@@ -1,5 +1,5 @@
###############################################################################
-# Copyright (c) 2000, 2008 IBM Corporation and others.
+# Copyright (c) 2000, 2011 IBM Corporation and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
@@ -8,7 +8,8 @@
# Contributors:
# IBM Corporation - initial API and implementation
###############################################################################
-
+# NLS_ENCODING=UTF-8
+# NLS_MESSAGEFORMAT_VAR
DragAdapter_deleting=Deleting ...
DragAdapter_problem=Problem while moving or copying files.
@@ -69,3 +70,6 @@ LayoutActionGroup_hierarchicalLayoutAction_label= &Grouped
JsGlobalScopeContainer_unbound_label={0} (unbound)
JsGlobalScopeContainer_unknown_label={0} (unknown)
LibraryContainer_name=Referenced Libraries
+
+LoadingJavaScriptNode=Loading JavaScript Model
+UpdatingViewer=Updating viewer...

Back to the top