summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT/common_j2se/org
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT/common_j2se/org')
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT/common_j2se/org/eclipse/swt/internal/CloneableCompatibility.java27
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT/common_j2se/org/eclipse/swt/internal/Compatibility.java362
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT/common_j2se/org/eclipse/swt/internal/SWTEventListener.java29
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT/common_j2se/org/eclipse/swt/internal/SWTEventObject.java40
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT/common_j2se/org/eclipse/swt/internal/SWTMessages.properties75
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT/common_j2se/org/eclipse/swt/internal/SWTMessages_ar._properties25
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT/common_j2se/org/eclipse/swt/internal/SWTMessages_cs._properties29
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT/common_j2se/org/eclipse/swt/internal/SWTMessages_da._properties25
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT/common_j2se/org/eclipse/swt/internal/SWTMessages_de._properties65
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT/common_j2se/org/eclipse/swt/internal/SWTMessages_el._properties25
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT/common_j2se/org/eclipse/swt/internal/SWTMessages_es._properties57
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT/common_j2se/org/eclipse/swt/internal/SWTMessages_fi._properties25
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT/common_j2se/org/eclipse/swt/internal/SWTMessages_fr._properties65
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT/common_j2se/org/eclipse/swt/internal/SWTMessages_hu._properties25
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT/common_j2se/org/eclipse/swt/internal/SWTMessages_it._properties63
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT/common_j2se/org/eclipse/swt/internal/SWTMessages_iw._properties21
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT/common_j2se/org/eclipse/swt/internal/SWTMessages_ja._properties65
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT/common_j2se/org/eclipse/swt/internal/SWTMessages_ko._properties65
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT/common_j2se/org/eclipse/swt/internal/SWTMessages_mn._properties2
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT/common_j2se/org/eclipse/swt/internal/SWTMessages_nl._properties25
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT/common_j2se/org/eclipse/swt/internal/SWTMessages_no._properties25
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT/common_j2se/org/eclipse/swt/internal/SWTMessages_pl._properties42
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT/common_j2se/org/eclipse/swt/internal/SWTMessages_pt._properties64
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT/common_j2se/org/eclipse/swt/internal/SWTMessages_pt_BR._properties25
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT/common_j2se/org/eclipse/swt/internal/SWTMessages_ro._properties5
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT/common_j2se/org/eclipse/swt/internal/SWTMessages_ru._properties30
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT/common_j2se/org/eclipse/swt/internal/SWTMessages_sv._properties25
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT/common_j2se/org/eclipse/swt/internal/SWTMessages_tr._properties25
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT/common_j2se/org/eclipse/swt/internal/SWTMessages_uk._properties65
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT/common_j2se/org/eclipse/swt/internal/SWTMessages_zh._properties65
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT/common_j2se/org/eclipse/swt/internal/SWTMessages_zh_TW._properties64
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT/common_j2se/org/eclipse/swt/internal/SerializableCompatibility.java30
32 files changed, 0 insertions, 1580 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/common_j2se/org/eclipse/swt/internal/CloneableCompatibility.java b/bundles/org.eclipse.swt/Eclipse SWT/common_j2se/org/eclipse/swt/internal/CloneableCompatibility.java
deleted file mode 100644
index 66ab82ab0f..0000000000
--- a/bundles/org.eclipse.swt/Eclipse SWT/common_j2se/org/eclipse/swt/internal/CloneableCompatibility.java
+++ /dev/null
@@ -1,27 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2000, 2005 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
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - initial API and implementation
- *******************************************************************************/
-package org.eclipse.swt.internal;
-
-
-/**
- * This interface is the cross-platform version of the
- * java.lang.Cloneable interface.
- * <p>
- * It is part of our effort to provide support for both J2SE
- * and J2ME platforms. Under this scheme, classes need to
- * implement CloneableCompatibility instead of java.lang.Cloneable.
- * </p>
- * <p>
- * Note: java.lang.Cloneable is not part of CLDC.
- * </p>
- */
-public interface CloneableCompatibility extends Cloneable {
-}
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/common_j2se/org/eclipse/swt/internal/Compatibility.java b/bundles/org.eclipse.swt/Eclipse SWT/common_j2se/org/eclipse/swt/internal/Compatibility.java
deleted file mode 100644
index 13e2a65066..0000000000
--- a/bundles/org.eclipse.swt/Eclipse SWT/common_j2se/org/eclipse/swt/internal/Compatibility.java
+++ /dev/null
@@ -1,362 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2000, 2007 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
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - initial API and implementation
- *******************************************************************************/
-package org.eclipse.swt.internal;
-
-
-import java.io.*;
-import java.text.MessageFormat;
-import java.util.MissingResourceException;
-import java.util.ResourceBundle;
-import java.util.zip.InflaterInputStream;
-import java.util.zip.DeflaterOutputStream;
-
-import org.eclipse.swt.SWT;
-
-/**
- * This class is a placeholder for utility methods commonly
- * used on J2SE platforms but not supported on some J2ME
- * profiles.
- * <p>
- * It is part of our effort to provide support for both J2SE
- * and J2ME platforms.
- * </p>
- * <p>
- * IMPORTANT: some of the methods have been modified from their
- * J2SE parents. Refer to the description of each method for
- * specific changes.
- * </p>
- * <ul>
- * <li>Exceptions thrown may differ since J2ME's set of
- * exceptions is a subset of J2SE's one.
- * </li>
- * <li>The range of the mathematic functions is subject to
- * change.
- * </li>
- * </ul>
- */
-public final class Compatibility {
-
-/**
- * Returns the PI constant as a double.
- */
-public static double PI = Math.PI;
-
-static double toRadians = PI / 180;
-
-/**
- * Answers the length of the side adjacent to the given angle
- * of a right triangle. In other words, it returns the integer
- * conversion of length * cos (angle).
- * <p>
- * IMPORTANT: the j2me version has an additional restriction on
- * the argument. length must be between -32767 and 32767 (inclusive).
- * </p>
- *
- * @param angle the angle in degrees
- * @param length the length of the triangle's hypotenuse
- * @return the integer conversion of length * cos (angle)
- */
-public static int cos(int angle, int length) {
- return (int)(Math.cos(angle * toRadians) * length);
-}
-
-/**
- * Answers the length of the side opposite to the given angle
- * of a right triangle. In other words, it returns the integer
- * conversion of length * sin (angle).
- * <p>
- * IMPORTANT: the j2me version has an additional restriction on
- * the argument. length must be between -32767 and 32767 (inclusive).
- * </p>
- *
- * @param angle the angle in degrees
- * @param length the length of the triangle's hypotenuse
- * @return the integer conversion of length * sin (angle)
- */
-public static int sin(int angle, int length) {
- return (int)(Math.sin(angle * toRadians) * length);
-}
-
-/**
- * Answers the most negative (i.e. closest to negative infinity)
- * integer value which is greater than the number obtained by dividing
- * the first argument p by the second argument q.
- *
- * @param p numerator
- * @param q denominator (must be different from zero)
- * @return the ceiling of the rational number p / q.
- */
-public static int ceil(int p, int q) {
- return (int)Math.ceil((float)p / q);
-}
-
-/**
- * Answers whether the indicated file exists or not.
- *
- * @param parent the file's parent directory
- * @param child the file's name
- * @return true if the file exists
- */
-public static boolean fileExists(String parent, String child) {
- return new File (parent, child).exists();
-}
-
-/**
- * Answers the most positive (i.e. closest to positive infinity)
- * integer value which is less than the number obtained by dividing
- * the first argument p by the second argument q.
- *
- * @param p numerator
- * @param q denominator (must be different from zero)
- * @return the floor of the rational number p / q.
- */
-public static int floor(int p, int q) {
- return (int)Math.floor((double)p / q);
-}
-
-/**
- * Answers the result of rounding to the closest integer the number obtained
- * by dividing the first argument p by the second argument q.
- * <p>
- * IMPORTANT: the j2me version has an additional restriction on
- * the arguments. p must be within the range 0 - 32767 (inclusive).
- * q must be within the range 1 - 32767 (inclusive).
- * </p>
- *
- * @param p numerator
- * @param q denominator (must be different from zero)
- * @return the closest integer to the rational number p / q
- */
-public static int round(int p, int q) {
- return Math.round((float)p / q);
-}
-
-/**
- * Returns 2 raised to the power of the argument.
- *
- * @param n an int value between 0 and 30 (inclusive)
- * @return 2 raised to the power of the argument
- *
- * @exception IllegalArgumentException <ul>
- * <li>ERROR_INVALID_RANGE - if the argument is not between 0 and 30 (inclusive)</li>
- * </ul>
- */
-public static int pow2(int n) {
- if (n >= 1 && n <= 30)
- return 2 << (n - 1);
- else if (n != 0) {
- SWT.error(SWT.ERROR_INVALID_RANGE);
- }
- return 1;
-}
-
-/**
- * Create an DeflaterOutputStream if such things are supported.
- *
- * @param stream the output stream
- * @return a deflater stream or <code>null</code>
- * @exception IOException
- *
- * @since 3.4
- */
-public static OutputStream newDeflaterOutputStream(OutputStream stream) throws IOException {
- return new DeflaterOutputStream(stream);
-}
-
-/**
- * Open a file if such things are supported.
- *
- * @param filename the name of the file to open
- * @return a stream on the file if it could be opened.
- * @exception IOException
- */
-public static InputStream newFileInputStream(String filename) throws IOException {
- return new FileInputStream(filename);
-}
-
-/**
- * Open a file if such things are supported.
- *
- * @param filename the name of the file to open
- * @return a stream on the file if it could be opened.
- * @exception IOException
- */
-public static OutputStream newFileOutputStream(String filename) throws IOException {
- return new FileOutputStream(filename);
-}
-
-/**
- * Create an InflaterInputStream if such things are supported.
- *
- * @param stream the input stream
- * @return a inflater stream or <code>null</code>
- * @exception IOException
- *
- * @since 3.3
- */
-public static InputStream newInflaterInputStream(InputStream stream) throws IOException {
- return new BufferedInputStream(new InflaterInputStream(stream));
-}
-
-/**
- * Answers whether the character is a letter.
- *
- * @param c the character
- * @return true when the character is a letter
- */
-public static boolean isLetter(char c) {
- return Character.isLetter(c);
-}
-
-/**
- * Answers whether the character is a letter or a digit.
- *
- * @param c the character
- * @return true when the character is a letter or a digit
- */
-public static boolean isLetterOrDigit(char c) {
- return Character.isLetterOrDigit(c);
-}
-
-/**
- * Answers whether the character is a Unicode space character.
- *
- * @param c the character
- * @return true when the character is a Unicode space character
- */
-public static boolean isSpaceChar(char c) {
- return Character.isSpaceChar(c);
-}
-
-/**
- * Answers whether the character is a whitespace character.
- *
- * @param c the character to test
- * @return true if the character is whitespace
- */
-public static boolean isWhitespace(char c) {
- return Character.isWhitespace(c);
-}
-
-/**
- * Execute a program in a separate platform process if the
- * underlying platform support this.
- * <p>
- * The new process inherits the environment of the caller.
- * </p>
- *
- * @param prog the name of the program to execute
- *
- * @exception IOException
- * if the program cannot be executed
- * @exception SecurityException
- * if the current SecurityManager disallows program execution
- */
-public static void exec(String prog) throws java.io.IOException {
- Runtime.getRuntime().exec(prog);
-}
-
-/**
- * Execute progArray[0] in a separate platform process if the
- * underlying platform support this.
- * <p>
- * The new process inherits the environment of the caller.
- * <p>
- *
- * @param progArray array containing the program to execute and its arguments
- *
- * @exception IOException
- * if the program cannot be executed
- * @exception SecurityException
- * if the current SecurityManager disallows program execution
- */
-public static void exec(String[] progArray) throws java.io.IOException{
- Runtime.getRuntime().exec(progArray);
-}
-
-private static ResourceBundle msgs = null;
-
-/**
- * Returns the NLS'ed message for the given argument. This is only being
- * called from SWT.
- *
- * @param key the key to look up
- * @return the message for the given key
- *
- * @see SWT#getMessage(String)
- */
-public static String getMessage(String key) {
- String answer = key;
-
- if (key == null) {
- SWT.error (SWT.ERROR_NULL_ARGUMENT);
- }
- if (msgs == null) {
- try {
- msgs = ResourceBundle.getBundle("org.eclipse.swt.internal.SWTMessages"); //$NON-NLS-1$
- } catch (MissingResourceException ex) {
- answer = key + " (no resource bundle)"; //$NON-NLS-1$
- }
- }
- if (msgs != null) {
- try {
- answer = msgs.getString(key);
- } catch (MissingResourceException ex2) {}
- }
- return answer;
-}
-
-public static String getMessage(String key, Object[] args) {
- String answer = key;
-
- if (key == null || args == null) {
- SWT.error (SWT.ERROR_NULL_ARGUMENT);
- }
- if (msgs == null) {
- try {
- msgs = ResourceBundle.getBundle("org.eclipse.swt.internal.SWTMessages"); //$NON-NLS-1$
- } catch (MissingResourceException ex) {
- answer = key + " (no resource bundle)"; //$NON-NLS-1$
- }
- }
- if (msgs != null) {
- try {
- MessageFormat formatter = new MessageFormat("");
- formatter.applyPattern(msgs.getString(key));
- answer = formatter.format(args);
- } catch (MissingResourceException ex2) {}
- }
- return answer;
-}
-
-/**
- * Interrupt the current thread.
- * <p>
- * Note that this is not available on CLDC.
- * </p>
- */
-public static void interrupt() {
- Thread.currentThread().interrupt();
-}
-
-/**
- * Compares two instances of class String ignoring the case of the
- * characters and answers if they are equal.
- *
- * @param s1 string
- * @param s2 string
- * @return true if the two instances of class String are equal
- */
-public static boolean equalsIgnoreCase(String s1, String s2) {
- return s1.equalsIgnoreCase(s2);
-}
-
-}
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/common_j2se/org/eclipse/swt/internal/SWTEventListener.java b/bundles/org.eclipse.swt/Eclipse SWT/common_j2se/org/eclipse/swt/internal/SWTEventListener.java
deleted file mode 100644
index b242904b13..0000000000
--- a/bundles/org.eclipse.swt/Eclipse SWT/common_j2se/org/eclipse/swt/internal/SWTEventListener.java
+++ /dev/null
@@ -1,29 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2000, 2005 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
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - initial API and implementation
- *******************************************************************************/
-package org.eclipse.swt.internal;
-
-
-import java.util.EventListener;
-
-/**
- * This interface is the cross-platform version of the
- * java.util.EventListener interface.
- * <p>
- * It is part of our effort to provide support for both J2SE
- * and J2ME platforms. Under this scheme, classes need to
- * implement SWTEventListener instead of java.util.EventListener.
- * </p>
- * <p>
- * Note: java.util.EventListener is not part of CDC and CLDC.
- * </p>
- */
-public interface SWTEventListener extends EventListener {
-}
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/common_j2se/org/eclipse/swt/internal/SWTEventObject.java b/bundles/org.eclipse.swt/Eclipse SWT/common_j2se/org/eclipse/swt/internal/SWTEventObject.java
deleted file mode 100644
index 2296a36250..0000000000
--- a/bundles/org.eclipse.swt/Eclipse SWT/common_j2se/org/eclipse/swt/internal/SWTEventObject.java
+++ /dev/null
@@ -1,40 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2000, 2005 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
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - initial API and implementation
- *******************************************************************************/
-package org.eclipse.swt.internal;
-
-
-import java.util.EventObject;
-
-/**
- * This class is the cross-platform version of the
- * java.util.EventObject class.
- * <p>
- * It is part of our effort to provide support for both J2SE
- * and J2ME platforms. Under this scheme, classes need to
- * extend SWTEventObject instead of java.util.EventObject.
- * </p>
- * <p>
- * Note: java.util.EventObject is not part of CDC and CLDC.
- * </p>
- */
-public class SWTEventObject extends EventObject {
-
- static final long serialVersionUID = 3258125873411470903L;
-
-/**
- * Constructs a new instance of this class.
- *
- * @param source the object which fired the event
- */
-public SWTEventObject(Object source) {
- super(source);
-}
-}
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/common_j2se/org/eclipse/swt/internal/SWTMessages.properties b/bundles/org.eclipse.swt/Eclipse SWT/common_j2se/org/eclipse/swt/internal/SWTMessages.properties
deleted file mode 100644
index 04dbd0f4e5..0000000000
--- a/bundles/org.eclipse.swt/Eclipse SWT/common_j2se/org/eclipse/swt/internal/SWTMessages.properties
+++ /dev/null
@@ -1,75 +0,0 @@
-###############################################################################
-# Copyright (c) 2000, 2009 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
-# http://www.eclipse.org/legal/epl-v10.html
-#
-# Contributors:
-# IBM Corporation - initial API and implementation
-###############################################################################
-SWT_Yes=Yes
-SWT_No=No
-SWT_OK=OK
-SWT_Cancel=Cancel
-SWT_Abort=Abort
-SWT_Retry=Retry
-SWT_Ignore=Ignore
-SWT_Sample=Sample
-SWT_A_Sample_Text=A Sample Text
-SWT_Selection=Selection
-SWT_Current_Selection=Current Selection
-SWT_Font=Font
-SWT_Color=Color
-SWT_Extended_style=Extended style
-SWT_Size=Size
-SWT_Style=Style
-SWT_Save=Save
-SWT_Character_set=Character set
-SWT_ColorDialog_Title=Colors
-SWT_FontDialog_Title=Fonts
-SWT_FontSet=Font Set
-SWT_NewFont=New Font
-SWT_Remove=Remove
-SWT_Up=Up
-SWT_Down=Down
-SWT_Charset_Western=western
-SWT_Charset_EastEuropean=eastern
-SWT_Charset_SouthEuropean=southern
-SWT_Charset_NorthEuropean=northern
-SWT_Charset_Cyrillic=cyrillic
-SWT_Charset_Arabic=arabic
-SWT_Charset_Greek=greek
-SWT_Charset_Hebrew=hebrew
-SWT_Charset_Turkish=turkish
-SWT_Charset_Nordic=nordic
-SWT_Charset_Thai=thai
-SWT_Charset_BalticRim=baltic rim
-SWT_Charset_Celtic=celtic
-SWT_Charset_Euro=euro
-SWT_Charset_Romanian=romanian
-SWT_Charset_SimplifiedChinese=simp. chinese
-SWT_Charset_TraditionalChinese=trad. chinese
-SWT_Charset_Japanese=japanese
-SWT_Charset_Korean=korean
-SWT_Charset_Unicode=unicode
-SWT_Charset_ASCII=ASCII
-SWT_InputMethods=Input Methods
-SWT_Password=Password:
-SWT_Username=User Name:
-SWT_Switch=Switch
-SWT_Press=Press
-SWT_Open=Open
-SWT_Close=Close
-SWT_Minimize=Minimize
-SWT_Maximize=Maximize
-SWT_Restore=Restore
-SWT_ShowList=Show List
-SWT_FileDownload=File Download
-SWT_Download_File=Download: {0}
-SWT_Download_Location=Saving {0} from {1}
-SWT_Download_Started=Downloading...
-SWT_Download_Status=Download: {0,number,integer} KB of {1,number,integer} KB
-SWT_Authentication_Required=Authentication Required
-SWT_Enter_Username_and_Password=Enter user name and password for {0} at {1}
-SWT_Page_Load_Failed=Page load failed with error: {0} \ No newline at end of file
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/common_j2se/org/eclipse/swt/internal/SWTMessages_ar._properties b/bundles/org.eclipse.swt/Eclipse SWT/common_j2se/org/eclipse/swt/internal/SWTMessages_ar._properties
deleted file mode 100644
index c14fda9b60..0000000000
--- a/bundles/org.eclipse.swt/Eclipse SWT/common_j2se/org/eclipse/swt/internal/SWTMessages_ar._properties
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright by many contributors; see http://babel.eclipse.org/
-SWT_Yes=\u0646\u0639\u0645
-SWT_No=\u0644\u0627
-SWT_OK=\u062d\u0633\u0646\u0627
-SWT_Cancel=\u0627\u0644\u063a\u0627\u0621
-SWT_Abort=\u0627\u0646\u0647\u0627\u0621
-SWT_Ignore=\u062a\u062c\u0627\u0647\u0644
-SWT_Sample=\u0646\u0645\u0648\u0630\u062c
-SWT_Selection=\u0627\u0644\u0627\u062e\u062a\u064a\u0627\u0631
-SWT_Font=\u0637\u0627\u0642\u0645 \u0627\u0644\u0637\u0628\u0627\u0639\u0629
-SWT_Color=\u0627\u0644\u0644\u0648\u0646
-SWT_Size=\u062a\u063a\u064a\u064a\u0631 \u062d\u062c\u0645
-SWT_Style=\u0627\u0644\u0646\u0645\u0637
-SWT_Save=\u062d\u0641\u0638
-SWT_FontDialog_Title=\u0623\u0637\u0642\u0645 \u0627\u0644\u0637\u0628\u0627\u0639\u0629
-SWT_Remove=\u0627\u0632\u0627\u0644\u0629
-SWT_Up=\u0644\u0623\u0639\u0644\u0649
-SWT_Down=\u0644\u0623\u0633\u0641\u0644
-SWT_Charset_ASCII=ASCII
-SWT_Password=\u0643\u0644\u0645\u0629 \u0627\u0644\u0633\u0631\u064a\u0629:
-SWT_Open=\u0641\u062a\u062d
-SWT_Close=\u0627\u063a\u0644\u0627\u0642
-SWT_Minimize=\u062a\u0635\u063a\u064a\u0631
-SWT_Maximize=\u062a\u0643\u0628\u064a\u0631
-SWT_Restore=\u0627\u0633\u062a\u0639\u0627\u062f\u0629 \ No newline at end of file
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/common_j2se/org/eclipse/swt/internal/SWTMessages_cs._properties b/bundles/org.eclipse.swt/Eclipse SWT/common_j2se/org/eclipse/swt/internal/SWTMessages_cs._properties
deleted file mode 100644
index f6c9664d0f..0000000000
--- a/bundles/org.eclipse.swt/Eclipse SWT/common_j2se/org/eclipse/swt/internal/SWTMessages_cs._properties
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright by many contributors; see http://babel.eclipse.org/
-SWT_Yes=Ano
-SWT_No=Ne
-SWT_OK=OK
-SWT_Cancel=Storno
-SWT_Abort=P\u0159ed\u010dasn\u011b ukon\u010dit
-SWT_Retry=Zkusit znovu
-SWT_Ignore=Ignorovat
-SWT_Sample=Uk\u00e1zka
-SWT_Selection=V\u00fdb\u011br
-SWT_Current_Selection=Aktu\u00e1ln\u00ed v\u00fdb\u011br
-SWT_Font=P\u00edsmo
-SWT_Color=Barva
-SWT_Size=Velikost
-SWT_Style=Styl
-SWT_Save=Ulo\u017eit
-SWT_ColorDialog_Title=Barvy
-SWT_FontDialog_Title=P\u00edsma
-SWT_Remove=Odstranit
-SWT_Up=Nahoru
-SWT_Down=Dol\u016f
-SWT_Charset_ASCII=ASCII
-SWT_Password=Heslo:
-SWT_Username=U\u017eivatelsk\u00e9 jm\u00e9no:
-SWT_Open=Otev\u0159\u00edt
-SWT_Close=Zav\u0159\u00edt
-SWT_Minimize=Minimalizovat
-SWT_Maximize=Maximalizovat
-SWT_Restore=Obnovit \ No newline at end of file
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/common_j2se/org/eclipse/swt/internal/SWTMessages_da._properties b/bundles/org.eclipse.swt/Eclipse SWT/common_j2se/org/eclipse/swt/internal/SWTMessages_da._properties
deleted file mode 100644
index e6efe92663..0000000000
--- a/bundles/org.eclipse.swt/Eclipse SWT/common_j2se/org/eclipse/swt/internal/SWTMessages_da._properties
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright by many contributors; see http://babel.eclipse.org/
-SWT_Yes=Ja
-SWT_No=Nej
-SWT_OK=OK
-SWT_Cancel=Annull\u00e9r
-SWT_Abort=Afbryd
-SWT_Ignore=Ignor\u00e9r
-SWT_Sample=Eksempel
-SWT_Selection=Valg
-SWT_Font=Font
-SWT_Color=Farve
-SWT_Size=St\u00f8rrelse
-SWT_Style=Typografi
-SWT_Save=Gem
-SWT_FontDialog_Title=Fonte
-SWT_Remove=Fjern
-SWT_Up=Op
-SWT_Down=Ned
-SWT_Charset_ASCII=ASCII
-SWT_Password=Kodeord:
-SWT_Open=\u00c5bn
-SWT_Close=Luk
-SWT_Minimize=Minim\u00e9r
-SWT_Maximize=Maksim\u00e9r
-SWT_Restore=Gendan \ No newline at end of file
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/common_j2se/org/eclipse/swt/internal/SWTMessages_de._properties b/bundles/org.eclipse.swt/Eclipse SWT/common_j2se/org/eclipse/swt/internal/SWTMessages_de._properties
deleted file mode 100644
index 28563b7a11..0000000000
--- a/bundles/org.eclipse.swt/Eclipse SWT/common_j2se/org/eclipse/swt/internal/SWTMessages_de._properties
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright by many contributors; see http://babel.eclipse.org/
-SWT_Yes=Ja
-SWT_No=Nein
-SWT_OK=OK
-SWT_Cancel=Abbrechen
-SWT_Abort=Abbrechen
-SWT_Retry=Erneut versuchen
-SWT_Ignore=Ignorieren
-SWT_Sample=Beispiel
-SWT_A_Sample_Text=Beispieltext
-SWT_Selection=Auswahl
-SWT_Current_Selection=Aktuelle Auswahl
-SWT_Font=Schriftart
-SWT_Color=Farbe
-SWT_Extended_style=Erweiterter Stil
-SWT_Size=Gr\u00f6\u00dfe
-SWT_Style=Darstellung
-SWT_Save=Speichern
-SWT_Character_set=Zeichensatz
-SWT_ColorDialog_Title=Farben
-SWT_FontDialog_Title=Schriftarten
-SWT_FontSet=Schriftsatz
-SWT_NewFont=Neue Schriftart
-SWT_Remove=Entfernen
-SWT_Up=Nach oben
-SWT_Down=Nach unten
-SWT_Charset_Western=westlich
-SWT_Charset_EastEuropean=\u00f6stlich
-SWT_Charset_SouthEuropean=s\u00fcdlich
-SWT_Charset_NorthEuropean=n\u00f6rdlich
-SWT_Charset_Cyrillic=kyrillisch
-SWT_Charset_Arabic=arabisch
-SWT_Charset_Greek=Griechisch
-SWT_Charset_Hebrew=Hebr\u00e4isch
-SWT_Charset_Turkish=T\u00fcrkisch
-SWT_Charset_Nordic=Nordisch
-SWT_Charset_Thai=Thail\u00e4ndisch
-SWT_Charset_BalticRim=Baltisch
-SWT_Charset_Celtic=Keltisch
-SWT_Charset_Euro=Euro
-SWT_Charset_Romanian=Rum\u00e4nisch
-SWT_Charset_SimplifiedChinese=chinesisch, vereinfacht
-SWT_Charset_TraditionalChinese=chinesisch, traditionell
-SWT_Charset_Japanese=Japanisch
-SWT_Charset_Korean=Koreanisch
-SWT_Charset_Unicode=Unicode
-SWT_Charset_ASCII=ASCII
-SWT_InputMethods=Eingabemethoden
-SWT_Password=Kennwort\:
-SWT_Username=Benutzername:
-SWT_Switch=Schalter
-SWT_Press=Dr\u00fccken
-SWT_Open=\u00d6ffnen
-SWT_Close=Schlie\u00dfen
-SWT_Minimize=Minimieren
-SWT_Maximize=Maximieren
-SWT_Restore=Wiederherstellen
-SWT_ShowList=Liste anzeigen
-SWT_FileDownload=Datei-Download
-SWT_Download_File=Herunterladen: {0}
-SWT_Download_Location=Speichern von {0} von {1}
-SWT_Download_Started=Herunterladen\...
-SWT_Download_Status=Download: {0,Zahl,Ganzzahl} KB von {1,Zahl,Ganzzahl} KB
-SWT_Authentication_Required=Authentifizierung erforderlich
-SWT_Enter_Username_and_Password=Benutzernamen und Kennwort f\u00fcr {0} unter {1} eingeben \ No newline at end of file
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/common_j2se/org/eclipse/swt/internal/SWTMessages_el._properties b/bundles/org.eclipse.swt/Eclipse SWT/common_j2se/org/eclipse/swt/internal/SWTMessages_el._properties
deleted file mode 100644
index a14609ec1a..0000000000
--- a/bundles/org.eclipse.swt/Eclipse SWT/common_j2se/org/eclipse/swt/internal/SWTMessages_el._properties
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright by many contributors; see http://babel.eclipse.org/
-SWT_Yes=\u039d\u03b1\u03b9
-SWT_No=\u038c\u03c7\u03b9
-SWT_OK=OK
-SWT_Cancel=\u0391\u03ba\u03cd\u03c1\u03c9\u03c3\u03b7
-SWT_Abort=\u039c\u03b1\u03c4\u03b1\u03af\u03c9\u03c3\u03b7
-SWT_Ignore=\u03a0\u03b1\u03c1\u03ac\u03b2\u03bb\u03b5\u03c8\u03b7
-SWT_Sample=\u0394\u03b5\u03af\u03b3\u03bc\u03b1
-SWT_Selection=\u0395\u03c0\u03b9\u03bb\u03bf\u03b3\u03ae
-SWT_Font=\u0393\u03c1\u03b1\u03bc\u03bc\u03b1\u03c4\u03bf\u03c3\u03b5\u03b9\u03c1\u03ac
-SWT_Color=\u03a7\u03c1\u03ce\u03bc\u03b1
-SWT_Size=\u039c\u03ad\u03b3\u03b5\u03b8\u03bf\u03c2
-SWT_Style=\u03a3\u03c4\u03c5\u03bb
-SWT_Save=\u0391\u03c0\u03bf\u03b8\u03ae\u03ba\u03b5\u03c5\u03c3\u03b7
-SWT_FontDialog_Title=\u0393\u03c1\u03b1\u03bc\u03bc\u03b1\u03c4\u03bf\u03c3\u03b5\u03b9\u03c1\u03ad\u03c2
-SWT_Remove=\u0391\u03c6\u03b1\u03af\u03c1\u03b5\u03c3\u03b7
-SWT_Up=\u03a0\u03ac\u03bd\u03c9
-SWT_Down=\u039a\u03ac\u03c4\u03c9
-SWT_Charset_ASCII=ASCII
-SWT_Password=\u039a\u03c9\u03b4\u03b9\u03ba\u03cc\u03c2 \u03c0\u03c1\u03cc\u03c3\u03b2\u03b1\u03c3\u03b7\u03c2:
-SWT_Open=\u0386\u03bd\u03bf\u03b9\u03b3\u03bc\u03b1
-SWT_Close=\u039a\u03bb\u03b5\u03af\u03c3\u03b9\u03bc\u03bf
-SWT_Minimize=\u0395\u03bb\u03b1\u03c7\u03b9\u03c3\u03c4\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7
-SWT_Maximize=\u039c\u03b5\u03b3\u03b9\u03c3\u03c4\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7
-SWT_Restore=\u0395\u03c0\u03b1\u03bd\u03b1\u03c6\u03bf\u03c1\u03ac \ No newline at end of file
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/common_j2se/org/eclipse/swt/internal/SWTMessages_es._properties b/bundles/org.eclipse.swt/Eclipse SWT/common_j2se/org/eclipse/swt/internal/SWTMessages_es._properties
deleted file mode 100644
index 6c891db675..0000000000
--- a/bundles/org.eclipse.swt/Eclipse SWT/common_j2se/org/eclipse/swt/internal/SWTMessages_es._properties
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright by many contributors; see http://babel.eclipse.org/
-SWT_Yes=S\u00ed
-SWT_No=No
-SWT_OK=Aceptar
-SWT_Cancel=Cancelar
-SWT_Abort=Terminar anormalmente
-SWT_Retry=Reintentar
-SWT_Ignore=Omitir
-SWT_Sample=Muestra
-SWT_A_Sample_Text=Un Texto de Muestra
-SWT_Selection=Selecci\u00f3n
-SWT_Current_Selection=Seleccion Actual
-SWT_Font=Fuente
-SWT_Color=Color
-SWT_Extended_style=Estilo extendido
-SWT_Size=Tama\u00f1o
-SWT_Style=Estilo
-SWT_Save=Guardar
-SWT_Character_set=Conjunto de caracteres
-SWT_ColorDialog_Title=Colores
-SWT_FontDialog_Title=Fuentes
-SWT_FontSet=Conjunto de Fuentes
-SWT_NewFont=Nueva Fuente
-SWT_Remove=Eliminar
-SWT_Up=Subir
-SWT_Down=Bajar
-SWT_Charset_Western=oeste
-SWT_Charset_EastEuropean=este
-SWT_Charset_SouthEuropean=sur
-SWT_Charset_NorthEuropean=norte
-SWT_Charset_Arabic=ar\u00e1bico
-SWT_Charset_Greek=griego
-SWT_Charset_Hebrew=hebreo
-SWT_Charset_Turkish=turco
-SWT_Charset_Nordic=noruego
-SWT_Charset_Celtic=celta
-SWT_Charset_Romanian=rumano
-SWT_Charset_SimplifiedChinese=chino simple
-SWT_Charset_TraditionalChinese=chino tradicional
-SWT_Charset_Japanese=japones
-SWT_Charset_Korean=coreano
-SWT_Charset_Unicode=unicode
-SWT_Charset_ASCII=ASCII
-SWT_Password=Contrase\u00f1a:
-SWT_Username=Nombre de Usuario:
-SWT_Switch=Cambiar
-SWT_Press=Presionar
-SWT_Open=Abrir
-SWT_Close=Cerrar
-SWT_Minimize=Minimizar
-SWT_Maximize=Maximizar
-SWT_Restore=Restaurar
-SWT_ShowList=Mostrar Lista
-SWT_FileDownload=Descarga Fichero
-SWT_Download_File=Descarga: {0}
-SWT_Download_Location=Guardando {0} desde {1}
-SWT_Download_Started=Descargando... \ No newline at end of file
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/common_j2se/org/eclipse/swt/internal/SWTMessages_fi._properties b/bundles/org.eclipse.swt/Eclipse SWT/common_j2se/org/eclipse/swt/internal/SWTMessages_fi._properties
deleted file mode 100644
index 796ae744d5..0000000000
--- a/bundles/org.eclipse.swt/Eclipse SWT/common_j2se/org/eclipse/swt/internal/SWTMessages_fi._properties
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright by many contributors; see http://babel.eclipse.org/
-SWT_Yes=Kyll\u00e4
-SWT_No=Ei
-SWT_OK=OK
-SWT_Cancel=Peruuta
-SWT_Abort=Keskeyt\u00e4
-SWT_Ignore=Ohita
-SWT_Sample=Malli
-SWT_Selection=Valinta
-SWT_Font=Fontti
-SWT_Color=V\u00e4ri
-SWT_Size=Koko
-SWT_Style=Tyyli
-SWT_Save=Tallenna
-SWT_FontDialog_Title=Fontit
-SWT_Remove=Poista
-SWT_Up=Yl\u00f6s
-SWT_Down=Alas
-SWT_Charset_ASCII=ASCII
-SWT_Password=Salasana:
-SWT_Open=Avaa
-SWT_Close=Sulje
-SWT_Minimize=Pienenn\u00e4
-SWT_Maximize=Suurenna
-SWT_Restore=Palauta \ No newline at end of file
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/common_j2se/org/eclipse/swt/internal/SWTMessages_fr._properties b/bundles/org.eclipse.swt/Eclipse SWT/common_j2se/org/eclipse/swt/internal/SWTMessages_fr._properties
deleted file mode 100644
index b5ea714273..0000000000
--- a/bundles/org.eclipse.swt/Eclipse SWT/common_j2se/org/eclipse/swt/internal/SWTMessages_fr._properties
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright by many contributors; see http://babel.eclipse.org/
-SWT_Yes=Oui
-SWT_No=Non
-SWT_OK=OK
-SWT_Cancel=Annuler
-SWT_Abort=Abandonner
-SWT_Retry=Recommencer
-SWT_Ignore=Ignorer
-SWT_Sample=Exemple
-SWT_A_Sample_Text=Exemple de texte
-SWT_Selection=S\u00e9lection
-SWT_Current_Selection=S\u00e9lection en cours
-SWT_Font=Police
-SWT_Color=Couleur
-SWT_Extended_style=Style \u00e9tendu
-SWT_Size=Taille
-SWT_Style=Style
-SWT_Save=Enregistrer
-SWT_Character_set=Jeu de caract\u00e8res
-SWT_ColorDialog_Title=Couleurs
-SWT_FontDialog_Title=Polices
-SWT_FontSet=Jeu de polices
-SWT_NewFont=Nouvelle police
-SWT_Remove=Supprimer
-SWT_Up=Haut
-SWT_Down=Bas
-SWT_Charset_Western=occidental
-SWT_Charset_EastEuropean=oriental
-SWT_Charset_SouthEuropean=austral
-SWT_Charset_NorthEuropean=septentrional
-SWT_Charset_Cyrillic=cyrillique
-SWT_Charset_Arabic=arabe
-SWT_Charset_Greek=grec
-SWT_Charset_Hebrew=h\u00e9breu
-SWT_Charset_Turkish=turc
-SWT_Charset_Nordic=nordique
-SWT_Charset_Thai=tha\u00ef
-SWT_Charset_BalticRim=baltique
-SWT_Charset_Celtic=celtique
-SWT_Charset_Euro=euro
-SWT_Charset_Romanian=roumain
-SWT_Charset_SimplifiedChinese=chinois simplifi\u00e9
-SWT_Charset_TraditionalChinese=chinois traditionnel
-SWT_Charset_Japanese=japonais
-SWT_Charset_Korean=cor\u00e9en
-SWT_Charset_Unicode=unicode
-SWT_Charset_ASCII=ASCII
-SWT_InputMethods=M\u00e9thodes d'entr\u00e9e
-SWT_Password=Mot de passe \:
-SWT_Username=Nom d'utilisateur\u00a0:
-SWT_Switch=Commuter
-SWT_Press=Appuyer
-SWT_Open=Ouvrir
-SWT_Close=Fermer
-SWT_Minimize=R\u00e9duire
-SWT_Maximize=Agrandir
-SWT_Restore=Restaurer
-SWT_ShowList=Afficher la liste
-SWT_FileDownload=T\u00e9l\u00e9chargement de fichiers
-SWT_Download_File=T\u00e9l\u00e9charger\u00a0: {0}
-SWT_Download_Location=Enregistrement de {0} depuis {1}
-SWT_Download_Started=T\u00e9l\u00e9chargement \...
-SWT_Download_Status=T\u00e9l\u00e9charger\u00a0: {0,number,integer} ko de {1,number,integer} ko
-SWT_Authentication_Required=Authentification requise
-SWT_Enter_Username_and_Password=Entrer le nom d'utilisateur et le mot de passe pour {0} au niveau de {1} \ No newline at end of file
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/common_j2se/org/eclipse/swt/internal/SWTMessages_hu._properties b/bundles/org.eclipse.swt/Eclipse SWT/common_j2se/org/eclipse/swt/internal/SWTMessages_hu._properties
deleted file mode 100644
index f2dd2c1438..0000000000
--- a/bundles/org.eclipse.swt/Eclipse SWT/common_j2se/org/eclipse/swt/internal/SWTMessages_hu._properties
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright by many contributors; see http://babel.eclipse.org/
-SWT_Yes=Igen
-SWT_No=Nem
-SWT_OK=OK
-SWT_Cancel=M\u00e9gse
-SWT_Abort=Megszak\u00edt\u00e1s
-SWT_Ignore=Mell\u0151z\u00e9s
-SWT_Sample=Minta
-SWT_Selection=Kiv\u00e1laszt\u00e1s
-SWT_Font=Bet\u0171t\u00edpus
-SWT_Color=Sz\u00edn
-SWT_Size=M\u00e9ret
-SWT_Style=St\u00edlus
-SWT_Save=Ment\u00e9s
-SWT_FontDialog_Title=Bet\u0171t\u00edpusok
-SWT_Remove=Elt\u00e1vol\u00edt\u00e1s
-SWT_Up=Fel
-SWT_Down=Le
-SWT_Charset_ASCII=ASCII
-SWT_Password=Jelsz\u00f3:
-SWT_Open=Megnyit\u00e1s
-SWT_Close=Bez\u00e1r\u00e1s
-SWT_Minimize=Kis m\u00e9ret
-SWT_Maximize=Teljes m\u00e9ret
-SWT_Restore=Vissza\u00e1ll\u00edt\u00e1s \ No newline at end of file
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/common_j2se/org/eclipse/swt/internal/SWTMessages_it._properties b/bundles/org.eclipse.swt/Eclipse SWT/common_j2se/org/eclipse/swt/internal/SWTMessages_it._properties
deleted file mode 100644
index bb229e6cb5..0000000000
--- a/bundles/org.eclipse.swt/Eclipse SWT/common_j2se/org/eclipse/swt/internal/SWTMessages_it._properties
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright by many contributors; see http://babel.eclipse.org/
-SWT_Yes=S\u00ec
-SWT_No=No
-SWT_OK=OK
-SWT_Cancel=Annulla
-SWT_Abort=Interrompi
-SWT_Retry=Riprova
-SWT_Ignore=Ignora
-SWT_Sample=Esempio
-SWT_A_Sample_Text=Testo di esempio
-SWT_Selection=Selezione
-SWT_Current_Selection=Selezione corrente
-SWT_Font=Tipo di carattere
-SWT_Color=Colore
-SWT_Extended_style=Stile esteso
-SWT_Size=Dimensione
-SWT_Style=Stile
-SWT_Save=Salva
-SWT_Character_set=Insieme di caratteri
-SWT_ColorDialog_Title=Colori
-SWT_FontDialog_Title=Tipi di carattere
-SWT_FontSet=Insieme di tipi di carattere
-SWT_NewFont=Nuovo tipo di carattere
-SWT_Remove=Rimuovi
-SWT_Up=Su
-SWT_Down=Gi\u00f9
-SWT_Charset_Western=occidentali
-SWT_Charset_EastEuropean=orientali
-SWT_Charset_SouthEuropean=area del Mediterraneo
-SWT_Charset_NorthEuropean=area settentrionale
-SWT_Charset_Cyrillic=cirillici
-SWT_Charset_Arabic=arabi
-SWT_Charset_Greek=greci
-SWT_Charset_Hebrew=ebraici
-SWT_Charset_Turkish=turchi
-SWT_Charset_Nordic=nordici
-SWT_Charset_Thai=thai
-SWT_Charset_BalticRim=del Baltico
-SWT_Charset_Celtic=celtici
-SWT_Charset_Euro=europei
-SWT_Charset_Romanian=rumeni
-SWT_Charset_SimplifiedChinese=cinesi sempl.
-SWT_Charset_TraditionalChinese=cinesi trad.
-SWT_Charset_Japanese=giapponesi
-SWT_Charset_Korean=coreani
-SWT_Charset_Unicode=unicode
-SWT_Charset_ASCII=ASCII
-SWT_InputMethods=Metodi di input
-SWT_Password=Password:
-SWT_Username=Nome utente:
-SWT_Switch=Passa a
-SWT_Press=Premi
-SWT_Open=Apertura
-SWT_Close=Chiudi
-SWT_Minimize=Riduci a icona
-SWT_Maximize=Ingrandisci
-SWT_Restore=Ripristina
-SWT_ShowList=Mostra elenco
-SWT_FileDownload=Download file
-SWT_Download_File=Download: {0}
-SWT_Download_Location=Salvataggio di {0} da {1}
-SWT_Download_Started=Download in corso...
-SWT_Download_Status=Download: {0,number,integer} KB di {1,number,integer} KB \ No newline at end of file
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/common_j2se/org/eclipse/swt/internal/SWTMessages_iw._properties b/bundles/org.eclipse.swt/Eclipse SWT/common_j2se/org/eclipse/swt/internal/SWTMessages_iw._properties
deleted file mode 100644
index 0e9d119997..0000000000
--- a/bundles/org.eclipse.swt/Eclipse SWT/common_j2se/org/eclipse/swt/internal/SWTMessages_iw._properties
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright by many contributors; see http://babel.eclipse.org/
-SWT_Yes=\u05db\u05df
-SWT_No=\u05dc\u05d0
-SWT_OK=OK
-SWT_Cancel=\u05d1\u05d9\u05d8\u05d5\u05dc
-SWT_Abort=Abort
-SWT_Ignore=Ignore
-SWT_Selection=Selection
-SWT_Font=\u05d2\u05d5\u05e4\u05df
-SWT_Style=Style
-SWT_Save=\u05e9\u05de\u05d9\u05e8\u05d4
-SWT_Remove=Remove
-SWT_Up=Up
-SWT_Down=Down
-SWT_Charset_ASCII=ASCII
-SWT_Password=\u05e1\u05d9\u05e1\u05de\u05d4:
-SWT_Open=Open
-SWT_Close=\u05e1\u05d2\u05d9\u05e8\u05d4
-SWT_Minimize=\u05de\u05d6\u05e2\u05d5\u05e8
-SWT_Maximize=\u05d4\u05d2\u05d3\u05dc\u05d4
-SWT_Restore=\u05e9\u05d7\u05d6\u05d5\u05e8 \ No newline at end of file
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/common_j2se/org/eclipse/swt/internal/SWTMessages_ja._properties b/bundles/org.eclipse.swt/Eclipse SWT/common_j2se/org/eclipse/swt/internal/SWTMessages_ja._properties
deleted file mode 100644
index 3f48738490..0000000000
--- a/bundles/org.eclipse.swt/Eclipse SWT/common_j2se/org/eclipse/swt/internal/SWTMessages_ja._properties
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright by many contributors; see http://babel.eclipse.org/
-SWT_Yes=\u306f\u3044
-SWT_No=\u3044\u3044\u3048
-SWT_OK=OK
-SWT_Cancel=\u30ad\u30e3\u30f3\u30bb\u30eb
-SWT_Abort=\u4e2d\u65ad
-SWT_Retry=\u518d\u8a66\u884c
-SWT_Ignore=\u7121\u8996
-SWT_Sample=\u30b5\u30f3\u30d7\u30eb
-SWT_A_Sample_Text=\u30b5\u30f3\u30d7\u30eb\u30c6\u30ad\u30b9\u30c8
-SWT_Selection=\u9078\u629e
-SWT_Current_Selection=\u73fe\u5728\u306e\u9078\u629e
-SWT_Font=\u30d5\u30a9\u30f3\u30c8
-SWT_Color=\u8272
-SWT_Extended_style=\u62e1\u5f35\u30b9\u30bf\u30a4\u30eb
-SWT_Size=\u30b5\u30a4\u30ba
-SWT_Style=\u30b9\u30bf\u30a4\u30eb
-SWT_Save=\u4fdd\u7ba1
-SWT_Character_set=\u6587\u5b57\u30bb\u30c3\u30c8
-SWT_ColorDialog_Title=\u8272
-SWT_FontDialog_Title=\u30d5\u30a9\u30f3\u30c8
-SWT_FontSet=\u30d5\u30a9\u30f3\u30c8\u30bb\u30c3\u30c8
-SWT_NewFont=\u65b0\u3057\u3044\u30d5\u30a9\u30f3\u30c8
-SWT_Remove=\u524a\u9664
-SWT_Up=\u4e0a\u3078
-SWT_Down=\u4e0b\u3078
-SWT_Charset_Western=\u897f\u90e8
-SWT_Charset_EastEuropean=\u6771\u90e8
-SWT_Charset_SouthEuropean=\u5357\u90e8
-SWT_Charset_NorthEuropean=\u5317\u90e8
-SWT_Charset_Cyrillic=\u30ad\u30ea\u30eb\u8a9e
-SWT_Charset_Arabic=\u30a2\u30e9\u30d3\u30a2\u8a9e
-SWT_Charset_Greek=\u30ae\u30ea\u30b7\u30e3\u8a9e
-SWT_Charset_Hebrew=\u30d8\u30d6\u30e9\u30a4\u8a9e
-SWT_Charset_Turkish=\u30c8\u30eb\u30b3\u8a9e
-SWT_Charset_Nordic=\u30ce\u30eb\u30a6\u30a7\u30fc\u8a9e
-SWT_Charset_Thai=\u30bf\u30a4\u8a9e
-SWT_Charset_BalticRim=\u30d0\u30eb\u30c8\u6d77\u5468\u8fba
-SWT_Charset_Celtic=\u30b1\u30eb\u30c8\u8a9e
-SWT_Charset_Euro=\u30e6\u30fc\u30ed
-SWT_Charset_Romanian=\u30eb\u30fc\u30de\u30cb\u30a2\u8a9e
-SWT_Charset_SimplifiedChinese=\u7c21\u4f53\u5b57\u4e2d\u56fd\u8a9e
-SWT_Charset_TraditionalChinese=\u7e41\u4f53\u5b57\u4e2d\u56fd\u8a9e
-SWT_Charset_Japanese=\u65e5\u672c\u8a9e
-SWT_Charset_Korean=\u97d3\u56fd\u8a9e
-SWT_Charset_Unicode=Unicode
-SWT_Charset_ASCII=ASCII
-SWT_InputMethods=\u5165\u529b\u30e1\u30bd\u30c3\u30c9
-SWT_Password=\u30d1\u30b9\u30ef\u30fc\u30c9\:
-SWT_Username=\u30e6\u30fc\u30b6\u540d :
-SWT_Switch=\u5207\u308a\u66ff\u3048
-SWT_Press=\u62bc\u3059
-SWT_Open=\u958b\u304f
-SWT_Close=\u9589\u3058\u308b
-SWT_Minimize=\u6700\u5c0f\u5316
-SWT_Maximize=\u6700\u5927\u5316
-SWT_Restore=\u5fa9\u5143
-SWT_ShowList=\u30ea\u30b9\u30c8\u3092\u8868\u793a
-SWT_FileDownload=\u30d5\u30a1\u30a4\u30eb\u306e\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9
-SWT_Download_File=\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9 : {0}
-SWT_Download_Location={1} \u304b\u3089 {0} \u3092\u4fdd\u5b58\u3057\u3066\u3044\u307e\u3059
-SWT_Download_Started=\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9...
-SWT_Download_Status=\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9 : {0,number,integer} KB / {1,number,integer} KB
-SWT_Authentication_Required=\u8a8d\u8a3c\u304c\u5fc5\u8981\u3067\u3059
-SWT_Enter_Username_and_Password={1} \u306b\u304a\u3051\u308b {0} \u306e\u30e6\u30fc\u30b6\u540d\u3068\u30d1\u30b9\u30ef\u30fc\u30c9\u3092\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044 \ No newline at end of file
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/common_j2se/org/eclipse/swt/internal/SWTMessages_ko._properties b/bundles/org.eclipse.swt/Eclipse SWT/common_j2se/org/eclipse/swt/internal/SWTMessages_ko._properties
deleted file mode 100644
index 2adca26b77..0000000000
--- a/bundles/org.eclipse.swt/Eclipse SWT/common_j2se/org/eclipse/swt/internal/SWTMessages_ko._properties
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright by many contributors; see http://babel.eclipse.org/
-SWT_Yes=\uc608
-SWT_No=\uc544\ub2c8\uc624
-SWT_OK=\ud655\uc778
-SWT_Cancel=\ucde8\uc18c
-SWT_Abort=\uc911\ub2e8
-SWT_Retry=\uc7ac\uc2dc\ub3c4
-SWT_Ignore=\ubb34\uc2dc
-SWT_Sample=\uc0d8\ud50c
-SWT_A_Sample_Text=\uc0d8\ud50c \ud14d\uc2a4\ud2b8
-SWT_Selection=\uc120\ud0dd\uc0ac\ud56d
-SWT_Current_Selection=\ud604\uc7ac \uc120\ud0dd\uc0ac\ud56d
-SWT_Font=\uae00\uaf34
-SWT_Color=\uc0c9\uc0c1
-SWT_Extended_style=\ud655\uc7a5 \uc2a4\ud0c0\uc77c
-SWT_Size=\ud06c\uae30
-SWT_Style=\uc2a4\ud0c0\uc77c
-SWT_Save=\uc800\uc7a5
-SWT_Character_set=\ubb38\uc790 \uc138\ud2b8
-SWT_ColorDialog_Title=\uc0c9\uc0c1
-SWT_FontDialog_Title=\uae00\uaf34
-SWT_FontSet=\uae00\uaf34 \uc138\ud2b8
-SWT_NewFont=\uc0c8 \uae00\uaf34
-SWT_Remove=\uc81c\uac70
-SWT_Up=\uc704\ub85c
-SWT_Down=\uc544\ub798\ub85c
-SWT_Charset_Western=\uc11c\ubc29
-SWT_Charset_EastEuropean=\ub3d9\ubc29
-SWT_Charset_SouthEuropean=\ub0a8\ubc29
-SWT_Charset_NorthEuropean=\ubd81\ubc29
-SWT_Charset_Cyrillic=\ud0a4\ub9b4 \uc790\ubaa8
-SWT_Charset_Arabic=\uc544\ub78d\uc5b4
-SWT_Charset_Greek=\uadf8\ub9ac\uc2a4\uc5b4
-SWT_Charset_Hebrew=\ud5e4\ube0c\ub8e8\uc5b4
-SWT_Charset_Turkish=\ud130\ud0a4\uc5b4
-SWT_Charset_Nordic=\ubd81\uc720\ub7fd\uc5b4
-SWT_Charset_Thai=\ud0dc\uad6d\uc5b4
-SWT_Charset_BalticRim=\ubc1c\ud2b8\ud574 \uc5f0\uc548\uad6d\uac00
-SWT_Charset_Celtic=\ucf08\ud2b8\uc5b4
-SWT_Charset_Euro=\uc720\ub85c
-SWT_Charset_Romanian=\ub8e8\ub9c8\ub2c8\uc544\uc5b4
-SWT_Charset_SimplifiedChinese=\uc911\uad6d\uc5b4 \uac04\uccb4
-SWT_Charset_TraditionalChinese=\uc911\uad6d\uc5b4 \ubc88\uccb4
-SWT_Charset_Japanese=\uc77c\ubcf8\uc5b4
-SWT_Charset_Korean=\ud55c\uad6d\uc5b4
-SWT_Charset_Unicode=\uc720\ub2c8\ucf54\ub4dc
-SWT_Charset_ASCII=ASCII
-SWT_InputMethods=\uc785\ub825 \uba54\uc18c\ub4dc
-SWT_Password=\uc554\ud638:
-SWT_Username=\uc0ac\uc6a9\uc790 \uc774\ub984:
-SWT_Switch=\uc804\ud658
-SWT_Press=\ub204\ub974\uae30
-SWT_Open=\uc5f4\uae30
-SWT_Close=\ub2eb\uae30
-SWT_Minimize=\ucd5c\uc18c\ud654
-SWT_Maximize=\ucd5c\ub300\ud654
-SWT_Restore=\ubcf5\uc6d0
-SWT_ShowList=\ubaa9\ub85d \ud45c\uc2dc
-SWT_FileDownload=\ud30c\uc77c \ub2e4\uc6b4\ub85c\ub4dc
-SWT_Download_File=\ub2e4\uc6b4\ub85c\ub4dc: {0}
-SWT_Download_Location={1}\uc5d0\uc11c {0} \uc800\uc7a5
-SWT_Download_Started=\ub2e4\uc6b4\ub85c\ub4dc \uc911 ...
-SWT_Download_Status=\ub2e4\uc6b4\ub85c\ub4dc: {0,number,integer}KB/{1,number,integer}KB
-SWT_Authentication_Required=\uc778\uc99d \ud544\uc694
-SWT_Enter_Username_and_Password={1}\uc5d0 {0}\uc758 \uc0ac\uc6a9\uc790 \uc774\ub984\uacfc \uc554\ud638\ub97c \uc785\ub825\ud569\ub2c8\ub2e4. \ No newline at end of file
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/common_j2se/org/eclipse/swt/internal/SWTMessages_mn._properties b/bundles/org.eclipse.swt/Eclipse SWT/common_j2se/org/eclipse/swt/internal/SWTMessages_mn._properties
deleted file mode 100644
index 7ce97ec981..0000000000
--- a/bundles/org.eclipse.swt/Eclipse SWT/common_j2se/org/eclipse/swt/internal/SWTMessages_mn._properties
+++ /dev/null
@@ -1,2 +0,0 @@
-# Copyright by many contributors; see http://babel.eclipse.org/
-SWT_Cancel=\u0411\u043e\u043b\u0438\u0445 \ No newline at end of file
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/common_j2se/org/eclipse/swt/internal/SWTMessages_nl._properties b/bundles/org.eclipse.swt/Eclipse SWT/common_j2se/org/eclipse/swt/internal/SWTMessages_nl._properties
deleted file mode 100644
index db94758126..0000000000
--- a/bundles/org.eclipse.swt/Eclipse SWT/common_j2se/org/eclipse/swt/internal/SWTMessages_nl._properties
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright by many contributors; see http://babel.eclipse.org/
-SWT_Yes=Ja
-SWT_No=Nee
-SWT_OK=OK
-SWT_Cancel=Annuleren
-SWT_Abort=Afbreken
-SWT_Ignore=Negeren
-SWT_Sample=Voorbeeld
-SWT_Selection=Selectie
-SWT_Font=Lettertype
-SWT_Color=Kleur
-SWT_Size=Grootte
-SWT_Style=Stijl
-SWT_Save=Opslaan
-SWT_FontDialog_Title=Lettertypen
-SWT_Remove=Verwijderen
-SWT_Up=Omhoog
-SWT_Down=Omlaag
-SWT_Charset_ASCII=ASCII
-SWT_Password=Wachtwoord:
-SWT_Open=Openen
-SWT_Close=Sluiten
-SWT_Minimize=Minimaliseren
-SWT_Maximize=Maximaliseren
-SWT_Restore=Herstellen \ No newline at end of file
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/common_j2se/org/eclipse/swt/internal/SWTMessages_no._properties b/bundles/org.eclipse.swt/Eclipse SWT/common_j2se/org/eclipse/swt/internal/SWTMessages_no._properties
deleted file mode 100644
index 2d1bc5de2c..0000000000
--- a/bundles/org.eclipse.swt/Eclipse SWT/common_j2se/org/eclipse/swt/internal/SWTMessages_no._properties
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright by many contributors; see http://babel.eclipse.org/
-SWT_Yes=Ja
-SWT_No=Nei
-SWT_OK=Ok
-SWT_Cancel=Avbryt
-SWT_Abort=Avbryt
-SWT_Ignore=Ignorer
-SWT_Sample=Eksempel
-SWT_Selection=Valg
-SWT_Font=Font
-SWT_Color=Farge
-SWT_Size=St\u00f8rrelse
-SWT_Style=Stil
-SWT_Save=Lagre
-SWT_FontDialog_Title=Fonter
-SWT_Remove=Fjern
-SWT_Up=Opp
-SWT_Down=Ned
-SWT_Charset_ASCII=ASCII
-SWT_Password=Passord:
-SWT_Open=\u00c5pne
-SWT_Close=Lukk
-SWT_Minimize=Minimer
-SWT_Maximize=Maksimer
-SWT_Restore=Gjenopprett \ No newline at end of file
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/common_j2se/org/eclipse/swt/internal/SWTMessages_pl._properties b/bundles/org.eclipse.swt/Eclipse SWT/common_j2se/org/eclipse/swt/internal/SWTMessages_pl._properties
deleted file mode 100644
index 5f09c29c93..0000000000
--- a/bundles/org.eclipse.swt/Eclipse SWT/common_j2se/org/eclipse/swt/internal/SWTMessages_pl._properties
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright by many contributors; see http://babel.eclipse.org/
-SWT_Yes=Tak
-SWT_No=Nie
-SWT_OK=OK
-SWT_Cancel=Anuluj
-SWT_Abort=Przerwij
-SWT_Retry=Powt\u00f3rz
-SWT_Ignore=Ignoruj
-SWT_Sample=Przyk\u0142ad
-SWT_A_Sample_Text=Przyk\u0142adowy text
-SWT_Selection=Wyb\u00f3r
-SWT_Current_Selection=Obecny wyb\u00f3r
-SWT_Font=Czcionka
-SWT_Color=Kolor
-SWT_Extended_style=Rozszerzony styl
-SWT_Size=Rozmiar
-SWT_Style=Styl
-SWT_Save=Zapisz
-SWT_Character_set=Tablica znak\u00f3w
-SWT_ColorDialog_Title=Kolory
-SWT_FontDialog_Title=Czcionki
-SWT_FontSet=Zestaw czcionek
-SWT_NewFont=Nowa czcionka
-SWT_Remove=Usu\u0144
-SWT_Up=W g\u00f3r\u0119
-SWT_Down=W d\u00f3\u0142
-SWT_Charset_ASCII=ASCII
-SWT_Password=Has\u0142o:
-SWT_Username=Nazwa u\u017cytkownika:
-SWT_Switch=Zmie\u0144
-SWT_Press=Wci\u015bnij
-SWT_Open=Otwieranie
-SWT_Close=Zamknij
-SWT_Minimize=Minimalizuj
-SWT_Maximize=Maksymalizuj
-SWT_Restore=Odtw\u00f3rz
-SWT_ShowList=Poka\u017c list\u0119
-SWT_FileDownload=Pobierz plik
-SWT_Download_File=Pobierz
-SWT_Download_Location=Zapisuj\u0119 {0} z {1}
-SWT_Download_Started=Pobieranie...
-SWT_Download_Status=Pobrano: {0,number,integer} KB z {1,number,integer} KB \ No newline at end of file
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/common_j2se/org/eclipse/swt/internal/SWTMessages_pt._properties b/bundles/org.eclipse.swt/Eclipse SWT/common_j2se/org/eclipse/swt/internal/SWTMessages_pt._properties
deleted file mode 100644
index 6b03c743a7..0000000000
--- a/bundles/org.eclipse.swt/Eclipse SWT/common_j2se/org/eclipse/swt/internal/SWTMessages_pt._properties
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright by many contributors; see http://babel.eclipse.org/
-SWT_Yes=Sim
-SWT_No=N\u00e3o
-SWT_OK=OK
-SWT_Cancel=Cancelar
-SWT_Abort=Abortar
-SWT_Retry=Tentar Novamente
-SWT_Ignore=Ignorar
-SWT_Sample=Exemplo
-SWT_A_Sample_Text=Texto de Exemplo
-SWT_Selection=Selec\u00e7\u00e3o
-SWT_Current_Selection=Selec\u00e7\u00e3o Actual
-SWT_Font=Tipo de letra
-SWT_Color=Cor
-SWT_Extended_style=Estilo Adicional
-SWT_Size=Tamanho
-SWT_Style=Estilo
-SWT_Save=Guardar
-SWT_Character_set=Conjunto de caracteres
-SWT_ColorDialog_Title=Cores
-SWT_FontDialog_Title=Tipos de Letra
-SWT_FontSet=Conjunto de Fontes
-SWT_NewFont=Nova Fonte
-SWT_Remove=Remover
-SWT_Up=Para cima
-SWT_Down=Para baixo
-SWT_Charset_Western=ocidental
-SWT_Charset_EastEuropean=oriental
-SWT_Charset_SouthEuropean=sul
-SWT_Charset_NorthEuropean=norte
-SWT_Charset_Cyrillic=cir\u00edlico
-SWT_Charset_Arabic=\u00e1rabe
-SWT_Charset_Greek=grego
-SWT_Charset_Hebrew=hebraico
-SWT_Charset_Turkish=turco
-SWT_Charset_Nordic=n\u00f3rdico
-SWT_Charset_Thai=tailand\u00eas
-SWT_Charset_BalticRim=b\u00e1ltico
-SWT_Charset_Celtic=celta
-SWT_Charset_Euro=euro
-SWT_Charset_Romanian=romeno
-SWT_Charset_SimplifiedChinese=chin\u00eas simp.
-SWT_Charset_TraditionalChinese=chin\u00eas trad.
-SWT_Charset_Japanese=japon\u00eas
-SWT_Charset_Korean=coreano
-SWT_Charset_ASCII=ASCII
-SWT_InputMethods=M\u00e9todos de Entrada
-SWT_Password=Palavra-passe:
-SWT_Username=Nome de Utilizador:
-SWT_Switch=Bot\u00e3o
-SWT_Press=Pressionar
-SWT_Open=Abrir
-SWT_Close=Fechar
-SWT_Minimize=Minimizar
-SWT_Maximize=Maximizar
-SWT_Restore=Restaurar
-SWT_ShowList=Mostrar Lista
-SWT_FileDownload=Descarregar Ficheiro
-SWT_Download_File=Descarga: {0}
-SWT_Download_Location=Gravando {0} de {1}
-SWT_Download_Started=Descarregando...
-SWT_Download_Status=Descarregar: {0,number,integer} KB de {1,number,integer} KB
-SWT_Authentication_Required=Autentica\u00e7\u00e3o Necess\u00e1ria
-SWT_Enter_Username_and_Password=Insira nome de utilizador e palavra-passe para {0} em {1} \ No newline at end of file
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/common_j2se/org/eclipse/swt/internal/SWTMessages_pt_BR._properties b/bundles/org.eclipse.swt/Eclipse SWT/common_j2se/org/eclipse/swt/internal/SWTMessages_pt_BR._properties
deleted file mode 100644
index e80c352097..0000000000
--- a/bundles/org.eclipse.swt/Eclipse SWT/common_j2se/org/eclipse/swt/internal/SWTMessages_pt_BR._properties
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright by many contributors; see http://babel.eclipse.org/
-SWT_Yes=Sim
-SWT_No=N\u00e3o
-SWT_OK=OK
-SWT_Cancel=Cancelar
-SWT_Abort=Interromper
-SWT_Ignore=Ignorar
-SWT_Sample=Exemplo
-SWT_Selection=Sele\u00e7\u00e3o
-SWT_Font=Fonte
-SWT_Color=Cor
-SWT_Size=Tamanho
-SWT_Style=Estilo
-SWT_Save=Salvar
-SWT_FontDialog_Title=Fontes
-SWT_Remove=Remover
-SWT_Up=Para Cima
-SWT_Down=Para Baixo
-SWT_Charset_ASCII=ASCII
-SWT_Password=Senha:
-SWT_Open=Abrir
-SWT_Close=Fechar
-SWT_Minimize=Minimizar
-SWT_Maximize=Maximizar
-SWT_Restore=Restaurar \ No newline at end of file
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/common_j2se/org/eclipse/swt/internal/SWTMessages_ro._properties b/bundles/org.eclipse.swt/Eclipse SWT/common_j2se/org/eclipse/swt/internal/SWTMessages_ro._properties
deleted file mode 100644
index 820114f8e9..0000000000
--- a/bundles/org.eclipse.swt/Eclipse SWT/common_j2se/org/eclipse/swt/internal/SWTMessages_ro._properties
+++ /dev/null
@@ -1,5 +0,0 @@
-# Copyright by many contributors; see http://babel.eclipse.org/
-SWT_Yes=Da
-SWT_No=Nu
-SWT_Password=Parol\u0103:
-SWT_Close=\u00cenchide \ No newline at end of file
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/common_j2se/org/eclipse/swt/internal/SWTMessages_ru._properties b/bundles/org.eclipse.swt/Eclipse SWT/common_j2se/org/eclipse/swt/internal/SWTMessages_ru._properties
deleted file mode 100644
index 415f033f2f..0000000000
--- a/bundles/org.eclipse.swt/Eclipse SWT/common_j2se/org/eclipse/swt/internal/SWTMessages_ru._properties
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright by many contributors; see http://babel.eclipse.org/
-SWT_Yes=\u0414\u0430
-SWT_No=\u041d\u0435\u0442
-SWT_OK=OK
-SWT_Cancel=\u041e\u0442\u043c\u0435\u043d\u0430
-SWT_Abort=\u041f\u0440\u0435\u0440\u0432\u0430\u0442\u044c
-SWT_Retry=\u041f\u043e\u0432\u0442\u043e\u0440\u0438\u0442\u044c
-SWT_Ignore=\u0418\u0433\u043d\u043e\u0440\u0438\u0440\u043e\u0432\u0430\u0442\u044c
-SWT_Sample=\u041f\u0440\u0438\u043c\u0435\u0440
-SWT_Selection=\u0412\u044b\u0431\u043e\u0440
-SWT_Font=\u0428\u0440\u0438\u0444\u0442
-SWT_Color=\u0426\u0432\u0435\u0442
-SWT_Size=\u0420\u0430\u0437\u043c\u0435\u0440
-SWT_Style=\u0421\u0442\u0438\u043b\u044c
-SWT_Save=\u0421\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c
-SWT_ColorDialog_Title=\u0426\u0432\u0435\u0442\u0430
-SWT_FontDialog_Title=\u0428\u0440\u0438\u0444\u0442\u044b
-SWT_NewFont=\u041d\u043e\u0432\u044b\u0439 \u0448\u0440\u0438\u0444\u0442
-SWT_Remove=\u0423\u0434\u0430\u043b\u0438\u0442\u044c
-SWT_Up=\u0412\u044b\u0448\u0435
-SWT_Down=\u041d\u0438\u0436\u0435
-SWT_Charset_ASCII=ASCII
-SWT_Password=\u041f\u0430\u0440\u043e\u043b\u044c:
-SWT_Username=\u0418\u043c\u044f \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f:
-SWT_Open=\u041e\u0442\u043a\u0440\u044b\u0442\u044c
-SWT_Close=\u0417\u0430\u043a\u0440\u044b\u0442\u044c
-SWT_Minimize=\u0421\u0432\u0435\u0440\u043d\u0443\u0442\u044c
-SWT_Maximize=\u0420\u0430\u0437\u0432\u0435\u0440\u043d\u0443\u0442\u044c
-SWT_Restore=\u0412\u043e\u0441\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c
-SWT_Download_Started=\u0417\u0430\u0433\u0440\u0443\u0437\u043a\u0430: \ No newline at end of file
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/common_j2se/org/eclipse/swt/internal/SWTMessages_sv._properties b/bundles/org.eclipse.swt/Eclipse SWT/common_j2se/org/eclipse/swt/internal/SWTMessages_sv._properties
deleted file mode 100644
index b251051d90..0000000000
--- a/bundles/org.eclipse.swt/Eclipse SWT/common_j2se/org/eclipse/swt/internal/SWTMessages_sv._properties
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright by many contributors; see http://babel.eclipse.org/
-SWT_Yes=Ja
-SWT_No=Nej
-SWT_OK=OK
-SWT_Cancel=Avbryt
-SWT_Abort=Avbryt
-SWT_Ignore=Ignorera
-SWT_Sample=Exempel
-SWT_Selection=Urval
-SWT_Font=Teckensnitt
-SWT_Color=F\u00e4rg
-SWT_Size=Storlek
-SWT_Style=Format
-SWT_Save=Spara
-SWT_FontDialog_Title=Teckensnitt
-SWT_Remove=Ta bort
-SWT_Up=Upp
-SWT_Down=Ned
-SWT_Charset_ASCII=ASCII
-SWT_Password=L\u00f6senord:
-SWT_Open=\u00d6ppna
-SWT_Close=St\u00e4ng
-SWT_Minimize=Minimera
-SWT_Maximize=Maximera
-SWT_Restore=\u00c5terst\u00e4ll \ No newline at end of file
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/common_j2se/org/eclipse/swt/internal/SWTMessages_tr._properties b/bundles/org.eclipse.swt/Eclipse SWT/common_j2se/org/eclipse/swt/internal/SWTMessages_tr._properties
deleted file mode 100644
index 1b90791f41..0000000000
--- a/bundles/org.eclipse.swt/Eclipse SWT/common_j2se/org/eclipse/swt/internal/SWTMessages_tr._properties
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright by many contributors; see http://babel.eclipse.org/
-SWT_Yes=Evet
-SWT_No=Hay\u0131r
-SWT_OK=Tamam
-SWT_Cancel=\u0130ptal
-SWT_Abort=Durdur
-SWT_Ignore=Yoksay
-SWT_Sample=\u00d6rnek
-SWT_Selection=Se\u00e7im
-SWT_Font=Yaz\u0131y\u00fcz\u00fc
-SWT_Color=Renk
-SWT_Size=B\u00fcy\u00fckl\u00fck
-SWT_Style=Bi\u00e7em
-SWT_Save=Sakla
-SWT_FontDialog_Title=Yaz\u0131y\u00fczleri
-SWT_Remove=Kald\u0131r
-SWT_Up=Yukar\u0131
-SWT_Down=A\u015fa\u011f\u0131
-SWT_Charset_ASCII=ASCII
-SWT_Password=Parola:
-SWT_Open=A\u00e7
-SWT_Close=Kapat
-SWT_Minimize=Simge Durumuna K\u00fc\u00e7\u00fclt
-SWT_Maximize=Ekran Boyutuna Getir
-SWT_Restore=Geri Y\u00fckle \ No newline at end of file
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/common_j2se/org/eclipse/swt/internal/SWTMessages_uk._properties b/bundles/org.eclipse.swt/Eclipse SWT/common_j2se/org/eclipse/swt/internal/SWTMessages_uk._properties
deleted file mode 100644
index b254c7317a..0000000000
--- a/bundles/org.eclipse.swt/Eclipse SWT/common_j2se/org/eclipse/swt/internal/SWTMessages_uk._properties
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright by many contributors; see http://babel.eclipse.org/
-SWT_Yes=\u0422\u0430\u043a
-SWT_No=\u041d\u0456
-SWT_OK=OK
-SWT_Cancel=\u0421\u043a\u0430\u0441\u0443\u0432\u0430\u0442\u0438
-SWT_Abort=\u041f\u0435\u0440\u0435\u0440\u0432\u0430\u0442\u0438
-SWT_Retry=\u041f\u043e\u0432\u0442\u043e\u0440\u0438\u0442\u0438
-SWT_Ignore=\u0406\u0433\u043d\u043e\u0440\u0443\u0432\u0430\u0442\u0438
-SWT_Sample=\u041f\u0440\u0438\u043a\u043b\u0430\u0434
-SWT_A_Sample_Text=\u0422\u0435\u043a\u0441\u0442 \u041f\u0440\u0438\u043a\u043b\u0430\u0434
-SWT_Selection=\u0412\u0438\u0431\u0456\u0440
-SWT_Current_Selection=\u041f\u043e\u0442\u043e\u0447\u043d\u0438\u0439 \u0412\u0438\u0431\u0456\u0440
-SWT_Font=\u0428\u0440\u0438\u0444\u0442
-SWT_Color=\u041a\u043e\u043b\u0456\u0440
-SWT_Extended_style=\u0420\u043e\u0437\u0448\u0438\u0440\u0435\u043d\u0438\u0439 \u0441\u0442\u0438\u043b\u044c
-SWT_Size=\u0420\u043e\u0437\u043c\u0456\u0440
-SWT_Style=\u0421\u0442\u0438\u043b\u044c
-SWT_Save=\u0417\u0431\u0435\u0440\u0435\u0433\u0442\u0438
-SWT_Character_set=\u041a\u043e\u0434\u043e\u0432\u0430 \u0441\u0442\u043e\u0440\u0456\u043d\u043a\u0430
-SWT_ColorDialog_Title=\u041a\u043e\u043b\u044c\u043e\u0440\u0438
-SWT_FontDialog_Title=\u0428\u0440\u0438\u0444\u0442\u0438
-SWT_FontSet=\u041d\u0430\u0431\u0456\u0440 \u0428\u0440\u0438\u0444\u0442\u0456\u0432
-SWT_NewFont=\u041d\u043e\u0432\u0438\u0439 \u0428\u0440\u0438\u0444\u0442
-SWT_Remove=\u0412\u0438\u043b\u0443\u0447\u0438\u0442\u0438
-SWT_Up=\u041d\u0430\u0433\u043e\u0440\u0443
-SWT_Down=\u0412\u043d\u0438\u0437
-SWT_Charset_Western=\u0437\u0430\u0445\u0456\u0434\u043d\u0438\u0439
-SWT_Charset_EastEuropean=\u0441\u0445\u0456\u0434\u043d\u0438\u0439
-SWT_Charset_SouthEuropean=\u043f\u0456\u0432\u0434\u0435\u043d\u043d\u0438\u0439
-SWT_Charset_NorthEuropean=\u043f\u0456\u0432\u043d\u0456\u0447\u043d\u0438\u0439
-SWT_Charset_Cyrillic=\u043a\u0438\u0440\u0438\u043b\u0438\u0446\u044f
-SWT_Charset_Arabic=\u0430\u0440\u0430\u0431\u0441\u044c\u043a\u0430
-SWT_Charset_Greek=\u0433\u0440\u0435\u0446\u044c\u043a\u0430
-SWT_Charset_Hebrew=\u0433\u0435\u0431\u0440\u0435\u0439\u0441\u044c\u043a\u0430
-SWT_Charset_Turkish=\u0442\u0443\u0440\u0435\u0446\u044c\u043a\u0430
-SWT_Charset_Nordic=\u0441\u043a\u0430\u043d\u0434\u0438\u043d\u0430\u0432\u0441\u044c\u043a\u0430
-SWT_Charset_Thai=\u0442\u0430\u0439\u0441\u044c\u043a\u0430
-SWT_Charset_BalticRim=\u043f\u0440\u0438\u0431\u0430\u043b\u0442\u0456\u0439\u0441\u044c\u043a\u0430
-SWT_Charset_Celtic=\u043a\u0435\u043b\u044c\u0442\u0441\u044c\u043a\u0430
-SWT_Charset_Euro=\u0435\u0432\u0440\u043e\u043f\u0435\u0439\u0441\u044c\u043a\u0430
-SWT_Charset_Romanian=\u0440\u0443\u043c\u0443\u043d\u0441\u044c\u043a\u0430
-SWT_Charset_SimplifiedChinese=\u0441\u043f\u0440\u043e\u0449\u0435\u043d\u0430 \u043a\u0438\u0442\u0430\u0439\u0441\u044c\u043a\u0430
-SWT_Charset_TraditionalChinese=\u0442\u0440\u0430\u0434\u0438\u0446\u0456\u0439\u043d\u0430 \u043a\u0438\u0442\u0430\u0439\u0441\u044c\u043a\u0430
-SWT_Charset_Japanese=\u044f\u043f\u043e\u043d\u0441\u044c\u043a\u0430
-SWT_Charset_Korean=\u043a\u043e\u0440\u0435\u0439\u0441\u044c\u043a\u0430
-SWT_Charset_Unicode=\u0443\u043d\u0456\u043a\u043e\u0434
-SWT_Charset_ASCII=ASCII
-SWT_InputMethods=\u041c\u0435\u0442\u043e\u0434 \u0412\u0432\u043e\u0434\u0443
-SWT_Password=\u041f\u0430\u0440\u043e\u043b\u044c
-SWT_Username=\u0406\u043c\'\u044f \u041a\u043e\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0430:
-SWT_Switch=\u041f\u0435\u0440\u0435\u043c\u0438\u043a\u0430\u0447
-SWT_Press=\u041d\u0430\u0442\u0438\u0441\u043d\u0456\u0442\u044c
-SWT_Open=\u0412\u0456\u0434\u043a\u0440\u0438\u0442\u0438
-SWT_Close=\u0417\u0430\u043a\u0440\u0438\u0442\u0438
-SWT_Minimize=\u041c\u0456\u043d\u0456\u043c\u0456\u0437\u0443\u0432\u0430\u0442\u0438
-SWT_Maximize=\u041c\u0430\u043a\u0441\u0438\u043c\u0456\u0437\u0443\u0432\u0430\u0442\u0438
-SWT_Restore=\u0412\u0456\u0434\u043d\u043e\u0432\u0438\u0442\u0438
-SWT_ShowList=\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u0438 \u041f\u0435\u0440\u0435\u043b\u0456\u043a
-SWT_FileDownload=\u0417\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0435\u043d\u043d\u044f \u0424\u0430\u0439\u043b\u0443
-SWT_Download_File=\u0417\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0435\u043d\u043d\u044f: {0}
-SWT_Download_Location=\u0417\u0431\u0435\u0440\u0435\u0436\u0435\u043d\u043e {0} \u0437 {1}
-SWT_Download_Started=\u0422\u0440\u0438\u0432\u0430\u0454 \u0437\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0435\u043d\u043d\u044f...
-SWT_Download_Status=\u0417\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0435\u043d\u043d\u044f: {0,number,integer} KB \u0437 {1,number,integer} KB
-SWT_Authentication_Required=\u041f\u043e\u0442\u0440\u0456\u0431\u043d\u0430 \u0410\u0432\u0442\u043e\u0440\u0438\u0437\u0430\u0446\u0456\u044f
-SWT_Enter_Username_and_Password=\u0412\u0432\u0435\u0434\u0456\u0442\u044c \u0456\u043c\'\u044f \u043a\u043e\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0430 \u0442\u0430 \u043f\u0430\u0440\u043e\u043b\u044c \u0434\u043b\u044f {0} \u0432 {1} \ No newline at end of file
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/common_j2se/org/eclipse/swt/internal/SWTMessages_zh._properties b/bundles/org.eclipse.swt/Eclipse SWT/common_j2se/org/eclipse/swt/internal/SWTMessages_zh._properties
deleted file mode 100644
index 064802ec44..0000000000
--- a/bundles/org.eclipse.swt/Eclipse SWT/common_j2se/org/eclipse/swt/internal/SWTMessages_zh._properties
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright by many contributors; see http://babel.eclipse.org/
-SWT_Yes=\u662f
-SWT_No=\u5426
-SWT_OK=\u786e\u5b9a
-SWT_Cancel=\u53d6\u6d88
-SWT_Abort=\u653e\u5f03
-SWT_Retry=\u91cd\u8bd5
-SWT_Ignore=\u5ffd\u7565
-SWT_Sample=\u6837\u672c
-SWT_A_Sample_Text=\u6837\u672c\u6587\u672c
-SWT_Selection=\u9009\u62e9
-SWT_Current_Selection=\u5f53\u524d\u9009\u62e9
-SWT_Font=\u5b57\u4f53
-SWT_Color=\u989c\u8272
-SWT_Extended_style=\u6269\u5c55\u6837\u5f0f
-SWT_Size=\u5927\u5c0f
-SWT_Style=\u6837\u5f0f
-SWT_Save=\u4fdd\u5b58
-SWT_Character_set=\u5b57\u7b26\u96c6
-SWT_ColorDialog_Title=\u989c\u8272
-SWT_FontDialog_Title=\u5b57\u4f53
-SWT_FontSet=\u5b57\u4f53\u96c6
-SWT_NewFont=\u65b0\u5b57\u4f53
-SWT_Remove=\u5220\u9664
-SWT_Up=\u5411\u4e0a
-SWT_Down=\u5411\u4e0b
-SWT_Charset_Western=\u897f\u6b27\u8bed\u8a00
-SWT_Charset_EastEuropean=\u4e1c\u6b27\u8bed\u8a00
-SWT_Charset_SouthEuropean=\u5357\u6b27\u8bed\u8a00
-SWT_Charset_NorthEuropean=\u5317\u6b27\u8bed\u8a00
-SWT_Charset_Cyrillic=\u897f\u91cc\u5c14\u8bed
-SWT_Charset_Arabic=\u963f\u62c9\u4f2f\u8bed
-SWT_Charset_Greek=\u5e0c\u814a\u8bed
-SWT_Charset_Hebrew=\u5e0c\u4f2f\u83b1\u8bed
-SWT_Charset_Turkish=\u571f\u8033\u5176\u8bed
-SWT_Charset_Nordic=\u632a\u5a01\u8bed
-SWT_Charset_Thai=\u6cf0\u56fd\u8bed
-SWT_Charset_BalticRim=\u6ce2\u7f57\u7684\u8bed
-SWT_Charset_Celtic=\u51ef\u5c14\u7279\u8bed
-SWT_Charset_Euro=\u6b27\u6d32\u8bed\u8a00
-SWT_Charset_Romanian=\u7f57\u9a6c\u5c3c\u4e9a\u8bed
-SWT_Charset_SimplifiedChinese=\u7b80\u4f53\u4e2d\u6587
-SWT_Charset_TraditionalChinese=\u7e41\u4f53\u4e2d\u6587
-SWT_Charset_Japanese=\u65e5\u8bed
-SWT_Charset_Korean=\u671d\u9c9c\u8bed
-SWT_Charset_Unicode=Unicode
-SWT_Charset_ASCII=ASCII
-SWT_InputMethods=\u8f93\u5165\u6cd5
-SWT_Password=\u5bc6\u7801\uff1a
-SWT_Username=\u7528\u6237\u540d\uff1a
-SWT_Switch=\u5207\u6362
-SWT_Press=\u6309
-SWT_Open=\u6253\u5f00
-SWT_Close=\u5173\u95ed
-SWT_Minimize=\u6700\u5c0f\u5316
-SWT_Maximize=\u6700\u5927\u5316
-SWT_Restore=\u590d\u539f
-SWT_ShowList=\u663e\u793a\u5217\u8868
-SWT_FileDownload=\u6587\u4ef6\u4e0b\u8f7d
-SWT_Download_File=\u4e0b\u8f7d\uff1a{0}
-SWT_Download_Location=\u4fdd\u5b58 {1} \u4e2d\u7684 {0}
-SWT_Download_Started=\u6b63\u5728\u4e0b\u8f7d...
-SWT_Download_Status=\u4e0b\u8f7d\uff1a{0,number,integer} KB\uff08\u5171 {1,number,integer} KB\uff09
-SWT_Authentication_Required=\u9700\u8981\u8ba4\u8bc1
-SWT_Enter_Username_and_Password=\u8f93\u5165 {0}\uff08\u4f4d\u4e8e {1}\uff09\u7684\u7528\u6237\u540d\u548c\u5bc6\u7801 \ No newline at end of file
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/common_j2se/org/eclipse/swt/internal/SWTMessages_zh_TW._properties b/bundles/org.eclipse.swt/Eclipse SWT/common_j2se/org/eclipse/swt/internal/SWTMessages_zh_TW._properties
deleted file mode 100644
index 9ec42ccf52..0000000000
--- a/bundles/org.eclipse.swt/Eclipse SWT/common_j2se/org/eclipse/swt/internal/SWTMessages_zh_TW._properties
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright by many contributors; see http://babel.eclipse.org/
-SWT_Yes=\u662f
-SWT_No=\u5426
-SWT_OK=\u78ba\u5b9a
-SWT_Cancel=\u53d6\u6d88
-SWT_Abort=\u4e2d\u6b62
-SWT_Retry=\u91cd\u8a66
-SWT_Ignore=\u5ffd\u7565
-SWT_Sample=\u7bc4\u4f8b
-SWT_A_Sample_Text=\u7bc4\u4f8b\u6587\u5b57
-SWT_Selection=\u9078\u53d6
-SWT_Current_Selection=\u73fe\u884c\u9078\u64c7
-SWT_Font=\u5b57\u578b
-SWT_Color=\u984f\u8272
-SWT_Extended_style=\u5ef6\u4f38\u6a23\u5f0f
-SWT_Size=\u5927\u5c0f
-SWT_Style=\u6a23\u5f0f
-SWT_Save=\u5132\u5b58
-SWT_Character_set=\u5b57\u96c6
-SWT_ColorDialog_Title=\u984f\u8272
-SWT_FontDialog_Title=\u5b57\u578b
-SWT_FontSet=\u5b57\u578b\u8a2d\u5b9a
-SWT_NewFont=\u65b0\u5b57\u578b
-SWT_Remove=\u79fb\u9664
-SWT_Up=\u4e0a
-SWT_Down=\u4e0b
-SWT_Charset_Western=\u897f\u90e8
-SWT_Charset_EastEuropean=\u6771\u90e8
-SWT_Charset_SouthEuropean=\u5357\u90e8
-SWT_Charset_NorthEuropean=\u5317\u90e8
-SWT_Charset_Cyrillic=\u65af\u62c9\u592b\u6587
-SWT_Charset_Arabic=\u963f\u62c9\u4f2f\u6587
-SWT_Charset_Greek=\u5e0c\u81d8\u6587
-SWT_Charset_Hebrew=\u5e0c\u4f2f\u4f86\u6587
-SWT_Charset_Turkish=\u571f\u8033\u5176\u6587
-SWT_Charset_Nordic=\u65e5\u8033\u66fc\u6587
-SWT_Charset_Thai=\u6cf0\u6587
-SWT_Charset_BalticRim=\u6ce2\u7f85\u7684\u6d77\u5404\u65cf\u6587
-SWT_Charset_Celtic=\u585e\u723e\u7279\u6587
-SWT_Charset_Euro=\u6b50\u6d32
-SWT_Charset_Romanian=\u7f85\u99ac\u5c3c\u4e9e\u6587
-SWT_Charset_SimplifiedChinese=\u7c21\u9ad4\u4e2d\u6587
-SWT_Charset_TraditionalChinese=\u7e41\u9ad4\u4e2d\u6587
-SWT_Charset_Japanese=\u65e5\u6587
-SWT_Charset_Korean=\u97d3\u6587
-SWT_Charset_ASCII=ASCII
-SWT_InputMethods=\u8f38\u5165\u65b9\u6cd5
-SWT_Password=\u5bc6\u78bc\uff1a
-SWT_Username=\u4f7f\u7528\u8005\u540d\u7a31\uff1a
-SWT_Switch=\u5207\u63db
-SWT_Press=\u6309
-SWT_Open=\u958b\u555f
-SWT_Close=\u95dc\u9589
-SWT_Minimize=\u6700\u5c0f\u5316
-SWT_Maximize=\u6700\u5927\u5316
-SWT_Restore=\u9084\u539f
-SWT_ShowList=\u986f\u793a\u6e05\u55ae
-SWT_FileDownload=\u6a94\u6848\u4e0b\u8f09
-SWT_Download_File=\u4e0b\u8f09\uff1a{0}
-SWT_Download_Location=\u5132\u5b58 {1} \u7684 {0}
-SWT_Download_Started=\u6b63\u5728\u4e0b\u8f09...
-SWT_Download_Status=\u4e0b\u8f09\uff1a{0,number,integer} KB (\u5171 {1,number,integer} KB)
-SWT_Authentication_Required=\u9700\u8981\u9451\u5225
-SWT_Enter_Username_and_Password=\u65bc {1} \u8655\u8f38\u5165 {0} \u7684\u4f7f\u7528\u8005\u540d\u7a31\u53ca\u5bc6\u78bc \ No newline at end of file
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/common_j2se/org/eclipse/swt/internal/SerializableCompatibility.java b/bundles/org.eclipse.swt/Eclipse SWT/common_j2se/org/eclipse/swt/internal/SerializableCompatibility.java
deleted file mode 100644
index dc7dd4c51d..0000000000
--- a/bundles/org.eclipse.swt/Eclipse SWT/common_j2se/org/eclipse/swt/internal/SerializableCompatibility.java
+++ /dev/null
@@ -1,30 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2000, 2005 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
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - initial API and implementation
- *******************************************************************************/
-package org.eclipse.swt.internal;
-
-
-import java.io.Serializable;
-
-/**
- * This interface is the cross-platform version of the
- * java.io.Serializable interface.
- * <p>
- * It is part of our effort to provide support for both J2SE
- * and J2ME platforms. Under this scheme, classes need to
- * implement SerializableCompatibility instead of
- * java.io.Serializable.
- * </p>
- * <p>
- * Note: java.io.Serializable is not part of CLDC.
- * </p>
- */
-public interface SerializableCompatibility extends Serializable {
-}