Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/org.eclipse.wst.jsdt.core/src/org/eclipse/wst/jsdt/libraries/messages.properties')
-rw-r--r--bundles/org.eclipse.wst.jsdt.core/src/org/eclipse/wst/jsdt/libraries/messages.properties7
1 files changed, 6 insertions, 1 deletions
diff --git a/bundles/org.eclipse.wst.jsdt.core/src/org/eclipse/wst/jsdt/libraries/messages.properties b/bundles/org.eclipse.wst.jsdt.core/src/org/eclipse/wst/jsdt/libraries/messages.properties
index 553a92ad..65653df4 100644
--- a/bundles/org.eclipse.wst.jsdt.core/src/org/eclipse/wst/jsdt/libraries/messages.properties
+++ b/bundles/org.eclipse.wst.jsdt.core/src/org/eclipse/wst/jsdt/libraries/messages.properties
@@ -1,5 +1,5 @@
###############################################################################
-# Copyright (c) 2005, 2010 IBM Corporation and others.
+# Copyright (c) 2005, 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,6 +8,11 @@
# Contributors:
# IBM Corporation - initial API and implementation
###############################################################################
+# NLS_ENCODING=UTF-8
+# NLS_MESSAGEFORMAT_NONE
+
BasicBrowserLibraryJsGlobalScopeContainerInitializer_ECMA3Browser=ECMA 3 Browser Support
BasicBrowserLibraryJsGlobalScopeContainerInitializer_HTML5Browser=Browser Support
+BasicBrowserLibraryJsGlobalScopeContainerInitializer_ECMA3DOM=ECMA 3 DOM
BasicBrowserLibraryJsGlobalScopeContainerInitializer_CommonWebBrowser=Common Web Browser
+BasicBrowserLibraryJsGlobalScopeContainerInitializer_ECMA3BrowserLibrary=ECMA 3 Browser Support Library

Back to the top