From 8383bc4c1d93cdc73dba6916087f9f8c8e0b7f31 Mon Sep 17 00:00:00 2001 From: David Dykstal Date: Fri, 26 Jan 2007 20:43:13 +0000 Subject: [PATCH] [171860] fixing CHKPII errors in translatable files --- rse/doc/org.eclipse.dstore.doc.isv/plugin.properties | 4 +++- rse/doc/org.eclipse.rse.doc.isv/plugin.properties | 4 ++++ rse/doc/org.eclipse.rse.doc.user/plugin.properties | 3 +++ rse/features/org.eclipse.rse-feature/feature.properties | 8 +++----- .../org.eclipse.rse.core-feature/feature.properties | 8 +++----- .../org.eclipse.rse.dstore-feature/feature.properties | 8 +++----- .../org.eclipse.rse.efs-feature/feature.properties | 8 +++----- .../org.eclipse.rse.ftp-feature/feature.properties | 8 +++----- .../org.eclipse.rse.local-feature/feature.properties | 8 +++----- .../org.eclipse.rse.remotecdt-feature/feature.properties | 8 +++----- .../org.eclipse.rse.sdk-feature/feature.properties | 8 +++----- .../org.eclipse.rse.ssh-feature/feature.properties | 8 +++----- rse/plugins/org.eclipse.dstore.core/plugin.properties | 3 +++ rse/plugins/org.eclipse.dstore.extra/plugin.properties | 3 +++ .../plugin.properties | 3 +++ .../plugin.properties | 3 +++ .../plugin.properties | 3 +++ rse/plugins/org.eclipse.rse.core/about.properties | 4 ++++ rse/plugins/org.eclipse.rse.core/plugin.properties | 3 +++ .../org.eclipse.rse.dstore.security/plugin.properties | 3 ++- .../org.eclipse.rse.eclipse.filesystem/about.properties | 4 ++++ .../org.eclipse.rse.eclipse.filesystem/plugin.properties | 3 ++- rse/plugins/org.eclipse.rse.files.ui/plugin.properties | 3 +++ rse/plugins/org.eclipse.rse.logging/plugin.properties | 3 ++- .../org.eclipse.rse.processes.ui/plugin.properties | 3 ++- rse/plugins/org.eclipse.rse.sdk/about.properties | 4 ++++ rse/plugins/org.eclipse.rse.sdk/plugin.properties | 3 +++ .../org.eclipse.rse.services.dstore/about.properties | 4 ++++ .../org.eclipse.rse.services.dstore/plugin.properties | 3 +++ .../org.eclipse.rse.services.files.ftp/about.properties | 4 ++++ .../org.eclipse.rse.services.files.ftp/plugin.properties | 3 +++ .../org.eclipse.rse.services.local/about.properties | 4 ++++ .../org.eclipse.rse.services.local/plugin.properties | 3 +++ rse/plugins/org.eclipse.rse.services.ssh/about.properties | 4 ++++ .../org.eclipse.rse.services.ssh/plugin.properties | 3 +++ rse/plugins/org.eclipse.rse.services/plugin.properties | 3 +++ rse/plugins/org.eclipse.rse.shells.ui/plugin.properties | 3 +++ .../plugin.properties | 3 +++ .../plugin.properties | 3 +++ .../plugin.properties | 3 +++ .../plugin.properties | 3 +++ .../plugin.properties | 3 +++ .../plugin.properties | 3 +++ .../plugin.properties | 3 +++ .../plugin.properties | 3 +++ .../plugin.properties | 3 +++ .../plugin.properties | 3 +++ .../plugin.properties | 3 +++ .../plugin.properties | 3 +++ .../UI/org/eclipse/rse/ui/GenericMessages.properties | 2 +- rse/plugins/org.eclipse.rse.ui/plugin.properties | 3 ++- rse/plugins/org.eclipse.rse/about.properties | 4 ++++ rse/plugins/org.eclipse.rse/plugin.properties | 3 +++ 53 files changed, 161 insertions(+), 52 deletions(-) diff --git a/rse/doc/org.eclipse.dstore.doc.isv/plugin.properties b/rse/doc/org.eclipse.dstore.doc.isv/plugin.properties index b9113ccc807..6b30fcd99db 100755 --- a/rse/doc/org.eclipse.dstore.doc.isv/plugin.properties +++ b/rse/doc/org.eclipse.dstore.doc.isv/plugin.properties @@ -9,6 +9,8 @@ # IBM Corporation - initial API and implementation ############################################################################### -# NLS_MESSAGEFORMAT_VAR +# NLS_MESSAGEFORMAT_NONE +# NLS_ENCODING=UTF-8 + pluginName=RSE DStore ISV Documentation providerName=Eclipse.org diff --git a/rse/doc/org.eclipse.rse.doc.isv/plugin.properties b/rse/doc/org.eclipse.rse.doc.isv/plugin.properties index 31afcd44f48..c7d14afb2a1 100755 --- a/rse/doc/org.eclipse.rse.doc.isv/plugin.properties +++ b/rse/doc/org.eclipse.rse.doc.isv/plugin.properties @@ -8,5 +8,9 @@ # Contributors: # IBM Corporation - initial API and implementation ############################################################################### + +# NLS_MESSAGEFORMAT_NONE +# NLS_ENCODING=UTF-8 + pluginName=RSE Developer Guide providerName=Eclipse.org diff --git a/rse/doc/org.eclipse.rse.doc.user/plugin.properties b/rse/doc/org.eclipse.rse.doc.user/plugin.properties index b918b6280f1..cd2660a7799 100755 --- a/rse/doc/org.eclipse.rse.doc.user/plugin.properties +++ b/rse/doc/org.eclipse.rse.doc.user/plugin.properties @@ -14,5 +14,8 @@ # {Name} (company) - description of contribution. ################################################################################ +# NLS_MESSAGEFORMAT_NONE +# NLS_ENCODING=UTF-8 + pluginName = RSE User Guide providerName = Eclipse.org diff --git a/rse/features/org.eclipse.rse-feature/feature.properties b/rse/features/org.eclipse.rse-feature/feature.properties index 3e1d34397c2..d2aba0233ca 100644 --- a/rse/features/org.eclipse.rse-feature/feature.properties +++ b/rse/features/org.eclipse.rse-feature/feature.properties @@ -8,11 +8,9 @@ # Contributors: # IBM Corporation - initial API and implementation ############################################################################### -# feature.properties -# contains externalized strings for feature.xml -# "%foo" in feature.xml corresponds to the key "foo" in this file -# java.io.Properties file (ISO 8859-1 with "\" escapes) -# This file should be translated. + +# NLS_MESSAGEFORMAT_NONE +# NLS_ENCODING=UTF-8 # "featureName" property - name of the feature featureName=Remote System Explorer Runtime diff --git a/rse/features/org.eclipse.rse.core-feature/feature.properties b/rse/features/org.eclipse.rse.core-feature/feature.properties index 51360803288..d6889e6cf0d 100644 --- a/rse/features/org.eclipse.rse.core-feature/feature.properties +++ b/rse/features/org.eclipse.rse.core-feature/feature.properties @@ -8,11 +8,9 @@ # Contributors: # IBM Corporation - initial API and implementation ############################################################################### -# feature.properties -# contains externalized strings for feature.xml -# "%foo" in feature.xml corresponds to the key "foo" in this file -# java.io.Properties file (ISO 8859-1 with "\" escapes) -# This file should be translated. + +# NLS_MESSAGEFORMAT_NONE +# NLS_ENCODING=UTF-8 # "featureName" property - name of the feature featureName=Remote System Explorer Core diff --git a/rse/features/org.eclipse.rse.dstore-feature/feature.properties b/rse/features/org.eclipse.rse.dstore-feature/feature.properties index b9eba2ad79b..174da64cf23 100644 --- a/rse/features/org.eclipse.rse.dstore-feature/feature.properties +++ b/rse/features/org.eclipse.rse.dstore-feature/feature.properties @@ -8,11 +8,9 @@ # Contributors: # IBM Corporation - initial API and implementation ############################################################################### -# feature.properties -# contains externalized strings for feature.xml -# "%foo" in feature.xml corresponds to the key "foo" in this file -# java.io.Properties file (ISO 8859-1 with "\" escapes) -# This file should be translated. + +# NLS_MESSAGEFORMAT_NONE +# NLS_ENCODING=UTF-8 # "featureName" property - name of the feature featureName=RSE DStore Services diff --git a/rse/features/org.eclipse.rse.efs-feature/feature.properties b/rse/features/org.eclipse.rse.efs-feature/feature.properties index 161609500f5..84e38ad5359 100644 --- a/rse/features/org.eclipse.rse.efs-feature/feature.properties +++ b/rse/features/org.eclipse.rse.efs-feature/feature.properties @@ -8,11 +8,9 @@ # Contributors: # Martin Oberhuber - initial API and implementation ################################################################################ -# feature.properties -# contains externalized strings for feature.xml -# "%foo" in feature.xml corresponds to the key "foo" in this file -# java.io.Properties file (ISO 8859-1 with "\" escapes) -# This file should be translated. + +# NLS_MESSAGEFORMAT_NONE +# NLS_ENCODING=UTF-8 # "featureName" property - name of the feature featureName=RSE Experimental Eclipse Filesystem (EFS) Provider diff --git a/rse/features/org.eclipse.rse.ftp-feature/feature.properties b/rse/features/org.eclipse.rse.ftp-feature/feature.properties index 32757fed622..ed4f3821c87 100644 --- a/rse/features/org.eclipse.rse.ftp-feature/feature.properties +++ b/rse/features/org.eclipse.rse.ftp-feature/feature.properties @@ -8,11 +8,9 @@ # Contributors: # IBM Corporation - initial API and implementation ############################################################################### -# feature.properties -# contains externalized strings for feature.xml -# "%foo" in feature.xml corresponds to the key "foo" in this file -# java.io.Properties file (ISO 8859-1 with "\" escapes) -# This file should be translated. + +# NLS_MESSAGEFORMAT_NONE +# NLS_ENCODING=UTF-8 # "featureName" property - name of the feature featureName=RSE FTP Services diff --git a/rse/features/org.eclipse.rse.local-feature/feature.properties b/rse/features/org.eclipse.rse.local-feature/feature.properties index e38c494ab6e..88abe2b998b 100644 --- a/rse/features/org.eclipse.rse.local-feature/feature.properties +++ b/rse/features/org.eclipse.rse.local-feature/feature.properties @@ -8,11 +8,9 @@ # Contributors: # IBM Corporation - initial API and implementation ############################################################################### -# feature.properties -# contains externalized strings for feature.xml -# "%foo" in feature.xml corresponds to the key "foo" in this file -# java.io.Properties file (ISO 8859-1 with "\" escapes) -# This file should be translated. + +# NLS_MESSAGEFORMAT_NONE +# NLS_ENCODING=UTF-8 # "featureName" property - name of the feature featureName=RSE Local Services diff --git a/rse/features/org.eclipse.rse.remotecdt-feature/feature.properties b/rse/features/org.eclipse.rse.remotecdt-feature/feature.properties index 78ca9e1c10d..25825232e24 100644 --- a/rse/features/org.eclipse.rse.remotecdt-feature/feature.properties +++ b/rse/features/org.eclipse.rse.remotecdt-feature/feature.properties @@ -8,11 +8,9 @@ # Contributors: # Martin Oberhuber - initial API and implementation ################################################################################ -# feature.properties -# contains externalized strings for feature.xml -# "%foo" in feature.xml corresponds to the key "foo" in this file -# java.io.Properties file (ISO 8859-1 with "\" escapes) -# This file should be translated. + +# NLS_MESSAGEFORMAT_NONE +# NLS_ENCODING=UTF-8 # "featureName" property - name of the feature featureName=RSE CDT Remote Launcher diff --git a/rse/features/org.eclipse.rse.sdk-feature/feature.properties b/rse/features/org.eclipse.rse.sdk-feature/feature.properties index f377d4487b2..292441a1c27 100644 --- a/rse/features/org.eclipse.rse.sdk-feature/feature.properties +++ b/rse/features/org.eclipse.rse.sdk-feature/feature.properties @@ -8,11 +8,9 @@ # Contributors: # IBM Corporation - initial API and implementation ############################################################################### -# feature.properties -# contains externalized strings for feature.xml -# "%foo" in feature.xml corresponds to the key "foo" in this file -# java.io.Properties file (ISO 8859-1 with "\" escapes) -# This file should be translated. + +# NLS_MESSAGEFORMAT_NONE +# NLS_ENCODING=UTF-8 # "featureName" property - name of the feature featureName=Remote System Explorer SDK diff --git a/rse/features/org.eclipse.rse.ssh-feature/feature.properties b/rse/features/org.eclipse.rse.ssh-feature/feature.properties index 7174d09821f..d158ad34240 100644 --- a/rse/features/org.eclipse.rse.ssh-feature/feature.properties +++ b/rse/features/org.eclipse.rse.ssh-feature/feature.properties @@ -8,11 +8,9 @@ # Contributors: # IBM Corporation - initial API and implementation ############################################################################### -# feature.properties -# contains externalized strings for feature.xml -# "%foo" in feature.xml corresponds to the key "foo" in this file -# java.io.Properties file (ISO 8859-1 with "\" escapes) -# This file should be translated. + +# NLS_MESSAGEFORMAT_NONE +# NLS_ENCODING=UTF-8 # "featureName" property - name of the feature featureName=RSE SSH Services diff --git a/rse/plugins/org.eclipse.dstore.core/plugin.properties b/rse/plugins/org.eclipse.dstore.core/plugin.properties index 049d2e16cc2..a51c480cc8d 100644 --- a/rse/plugins/org.eclipse.dstore.core/plugin.properties +++ b/rse/plugins/org.eclipse.dstore.core/plugin.properties @@ -9,5 +9,8 @@ # IBM Corporation - initial API and implementation ############################################################################### +# NLS_MESSAGEFORMAT_NONE +# NLS_ENCODING=UTF-8 + pluginName = RSE DStore Core providerName = Eclipse.org \ No newline at end of file diff --git a/rse/plugins/org.eclipse.dstore.extra/plugin.properties b/rse/plugins/org.eclipse.dstore.extra/plugin.properties index b2c5f185a27..b0de04f4cd3 100644 --- a/rse/plugins/org.eclipse.dstore.extra/plugin.properties +++ b/rse/plugins/org.eclipse.dstore.extra/plugin.properties @@ -9,5 +9,8 @@ # IBM Corporation - initial API and implementation ############################################################################### +# NLS_MESSAGEFORMAT_NONE +# NLS_ENCODING=UTF-8 + pluginName = RSE DStore Platform Support providerName = Eclipse.org diff --git a/rse/plugins/org.eclipse.rse.connectorservice.dstore/plugin.properties b/rse/plugins/org.eclipse.rse.connectorservice.dstore/plugin.properties index 1f5a832d929..c5486c63161 100644 --- a/rse/plugins/org.eclipse.rse.connectorservice.dstore/plugin.properties +++ b/rse/plugins/org.eclipse.rse.connectorservice.dstore/plugin.properties @@ -9,5 +9,8 @@ # IBM Corporation - initial API and implementation ############################################################################### +# NLS_MESSAGEFORMAT_NONE +# NLS_ENCODING=UTF-8 + pluginName = RSE DStore Connector Service providerName = Eclipse.org diff --git a/rse/plugins/org.eclipse.rse.connectorservice.local/plugin.properties b/rse/plugins/org.eclipse.rse.connectorservice.local/plugin.properties index 862bdb0c3b5..19c7ee7077a 100644 --- a/rse/plugins/org.eclipse.rse.connectorservice.local/plugin.properties +++ b/rse/plugins/org.eclipse.rse.connectorservice.local/plugin.properties @@ -9,5 +9,8 @@ # IBM Corporation - initial API and implementation ############################################################################### +# NLS_MESSAGEFORMAT_NONE +# NLS_ENCODING=UTF-8 + pluginName = RSE Local Connector Service providerName = Eclipse.org diff --git a/rse/plugins/org.eclipse.rse.connectorservice.ssh/plugin.properties b/rse/plugins/org.eclipse.rse.connectorservice.ssh/plugin.properties index f6cae31bae8..7f0dccf0b9a 100644 --- a/rse/plugins/org.eclipse.rse.connectorservice.ssh/plugin.properties +++ b/rse/plugins/org.eclipse.rse.connectorservice.ssh/plugin.properties @@ -9,6 +9,9 @@ # Martin Oberhuber - initial API and implementation ################################################################################ +# NLS_MESSAGEFORMAT_NONE +# NLS_ENCODING=UTF-8 + pluginName = RSE SSH Connector Service providerName = Eclipse.org diff --git a/rse/plugins/org.eclipse.rse.core/about.properties b/rse/plugins/org.eclipse.rse.core/about.properties index 571fd660df0..4f8e0a0b73c 100644 --- a/rse/plugins/org.eclipse.rse.core/about.properties +++ b/rse/plugins/org.eclipse.rse.core/about.properties @@ -8,6 +8,10 @@ # Contributors: # IBM Corporation - initial API and implementation ############################################################################### + +# NLS_MESSAGEFORMAT_NONE +# NLS_ENCODING=UTF-8 + # about.properties # contains externalized strings for about.ini # java.io.Properties file (ISO 8859-1 with "\" escapes) diff --git a/rse/plugins/org.eclipse.rse.core/plugin.properties b/rse/plugins/org.eclipse.rse.core/plugin.properties index 568390d94ce..fee9b2d0838 100644 --- a/rse/plugins/org.eclipse.rse.core/plugin.properties +++ b/rse/plugins/org.eclipse.rse.core/plugin.properties @@ -9,5 +9,8 @@ # IBM Corporation - initial API and implementation ############################################################################### +# NLS_MESSAGEFORMAT_NONE +# NLS_ENCODING=UTF-8 + pluginName = RSE Core providerName = Eclipse.org diff --git a/rse/plugins/org.eclipse.rse.dstore.security/plugin.properties b/rse/plugins/org.eclipse.rse.dstore.security/plugin.properties index 887a5427b83..b0efaef6c89 100644 --- a/rse/plugins/org.eclipse.rse.dstore.security/plugin.properties +++ b/rse/plugins/org.eclipse.rse.dstore.security/plugin.properties @@ -14,7 +14,8 @@ # {Name} (company) - description of contribution. ################################################################################ -# NLS_MESSAGEFORMAT_VAR +# NLS_MESSAGEFORMAT_NONE +# NLS_ENCODING=UTF-8 pluginName = RSE DStore SSL Support providerName = Eclipse.org diff --git a/rse/plugins/org.eclipse.rse.eclipse.filesystem/about.properties b/rse/plugins/org.eclipse.rse.eclipse.filesystem/about.properties index 3b648320980..744e82ea11e 100644 --- a/rse/plugins/org.eclipse.rse.eclipse.filesystem/about.properties +++ b/rse/plugins/org.eclipse.rse.eclipse.filesystem/about.properties @@ -8,6 +8,10 @@ # Contributors: # IBM Corporation - initial API and implementation ############################################################################### + +# NLS_MESSAGEFORMAT_NONE +# NLS_ENCODING=UTF-8 + # about.properties # contains externalized strings for about.ini # java.io.Properties file (ISO 8859-1 with "\" escapes) diff --git a/rse/plugins/org.eclipse.rse.eclipse.filesystem/plugin.properties b/rse/plugins/org.eclipse.rse.eclipse.filesystem/plugin.properties index 4241f9bc4f0..e6000ece3ad 100644 --- a/rse/plugins/org.eclipse.rse.eclipse.filesystem/plugin.properties +++ b/rse/plugins/org.eclipse.rse.eclipse.filesystem/plugin.properties @@ -14,7 +14,8 @@ # {Name} (company) - description of contribution. ################################################################################ -# NLS_MESSAGEFORMAT_VAR +# NLS_MESSAGEFORMAT_NONE +# NLS_ENCODING=UTF-8 pluginName = RSE EFS Support providerName = Eclipse.org diff --git a/rse/plugins/org.eclipse.rse.files.ui/plugin.properties b/rse/plugins/org.eclipse.rse.files.ui/plugin.properties index 251d775b2ae..141735f524b 100644 --- a/rse/plugins/org.eclipse.rse.files.ui/plugin.properties +++ b/rse/plugins/org.eclipse.rse.files.ui/plugin.properties @@ -14,6 +14,9 @@ # {Name} (company) - description of contribution. ################################################################################ +# NLS_MESSAGEFORMAT_NONE +# NLS_ENCODING=UTF-8 + pluginName = RSE Files UI providerName = Eclipse.org diff --git a/rse/plugins/org.eclipse.rse.logging/plugin.properties b/rse/plugins/org.eclipse.rse.logging/plugin.properties index 1b418561e7d..2590ae2be71 100644 --- a/rse/plugins/org.eclipse.rse.logging/plugin.properties +++ b/rse/plugins/org.eclipse.rse.logging/plugin.properties @@ -18,7 +18,8 @@ # Remote Systems logging plugin.xml properties file # ================================================= -# NLS_MESSAGEFORMAT_VAR +# NLS_MESSAGEFORMAT_NONE +# NLS_ENCODING=UTF-8 pluginName = RSE Logging providerName = Eclipse.org diff --git a/rse/plugins/org.eclipse.rse.processes.ui/plugin.properties b/rse/plugins/org.eclipse.rse.processes.ui/plugin.properties index 70469b10e51..9249a553ff4 100644 --- a/rse/plugins/org.eclipse.rse.processes.ui/plugin.properties +++ b/rse/plugins/org.eclipse.rse.processes.ui/plugin.properties @@ -14,7 +14,8 @@ # {Name} (company) - description of contribution. ################################################################################ -# NLS_MESSAGEFORMAT_VAR +# NLS_MESSAGEFORMAT_NONE +# NLS_ENCODING=UTF-8 pluginName = RSE Processes UI providerName = Eclipse.org diff --git a/rse/plugins/org.eclipse.rse.sdk/about.properties b/rse/plugins/org.eclipse.rse.sdk/about.properties index fce104b35b8..092829278fb 100644 --- a/rse/plugins/org.eclipse.rse.sdk/about.properties +++ b/rse/plugins/org.eclipse.rse.sdk/about.properties @@ -8,6 +8,10 @@ # Contributors: # Martin Oberhuber - initial API and implementation ################################################################################ + +# NLS_MESSAGEFORMAT_NONE +# NLS_ENCODING=UTF-8 + # about.properties # contains externalized strings for about.ini # java.io.Properties file (ISO 8859-1 with "\" escapes) diff --git a/rse/plugins/org.eclipse.rse.sdk/plugin.properties b/rse/plugins/org.eclipse.rse.sdk/plugin.properties index 4f6318cc8ba..43d812f1054 100644 --- a/rse/plugins/org.eclipse.rse.sdk/plugin.properties +++ b/rse/plugins/org.eclipse.rse.sdk/plugin.properties @@ -9,5 +9,8 @@ # IBM Corporation - initial API and implementation ############################################################################### +# NLS_MESSAGEFORMAT_NONE +# NLS_ENCODING=UTF-8 + pluginName = RSE SDK providerName = Eclipse.org \ No newline at end of file diff --git a/rse/plugins/org.eclipse.rse.services.dstore/about.properties b/rse/plugins/org.eclipse.rse.services.dstore/about.properties index 80c4442458d..48103fa39da 100644 --- a/rse/plugins/org.eclipse.rse.services.dstore/about.properties +++ b/rse/plugins/org.eclipse.rse.services.dstore/about.properties @@ -8,6 +8,10 @@ # Contributors: # IBM Corporation - initial API and implementation ############################################################################### + +# NLS_MESSAGEFORMAT_NONE +# NLS_ENCODING=UTF-8 + # about.properties # contains externalized strings for about.ini # java.io.Properties file (ISO 8859-1 with "\" escapes) diff --git a/rse/plugins/org.eclipse.rse.services.dstore/plugin.properties b/rse/plugins/org.eclipse.rse.services.dstore/plugin.properties index 4aa10441aa6..d718064686a 100644 --- a/rse/plugins/org.eclipse.rse.services.dstore/plugin.properties +++ b/rse/plugins/org.eclipse.rse.services.dstore/plugin.properties @@ -9,5 +9,8 @@ # IBM Corporation - initial API and implementation ############################################################################### +# NLS_MESSAGEFORMAT_NONE +# NLS_ENCODING=UTF-8 + pluginName = RSE DStore Services providerName = Eclipse.org diff --git a/rse/plugins/org.eclipse.rse.services.files.ftp/about.properties b/rse/plugins/org.eclipse.rse.services.files.ftp/about.properties index 5f337cd409e..c049f5446ef 100644 --- a/rse/plugins/org.eclipse.rse.services.files.ftp/about.properties +++ b/rse/plugins/org.eclipse.rse.services.files.ftp/about.properties @@ -8,6 +8,10 @@ # Contributors: # Martin Oberhuber - initial API and implementation ################################################################################ + +# NLS_MESSAGEFORMAT_NONE +# NLS_ENCODING=UTF-8 + # about.properties # contains externalized strings for about.ini # java.io.Properties file (ISO 8859-1 with "\" escapes) diff --git a/rse/plugins/org.eclipse.rse.services.files.ftp/plugin.properties b/rse/plugins/org.eclipse.rse.services.files.ftp/plugin.properties index 891595027c7..0b24c05c6ef 100644 --- a/rse/plugins/org.eclipse.rse.services.files.ftp/plugin.properties +++ b/rse/plugins/org.eclipse.rse.services.files.ftp/plugin.properties @@ -9,5 +9,8 @@ # IBM Corporation - initial API and implementation ############################################################################### +# NLS_MESSAGEFORMAT_NONE +# NLS_ENCODING=UTF-8 + pluginName = RSE FTP Services providerName = Eclipse.org diff --git a/rse/plugins/org.eclipse.rse.services.local/about.properties b/rse/plugins/org.eclipse.rse.services.local/about.properties index fc03881bb8c..75968567c76 100644 --- a/rse/plugins/org.eclipse.rse.services.local/about.properties +++ b/rse/plugins/org.eclipse.rse.services.local/about.properties @@ -8,6 +8,10 @@ # Contributors: # IBM Corporation - initial API and implementation ############################################################################### + +# NLS_MESSAGEFORMAT_NONE +# NLS_ENCODING=UTF-8 + # about.properties # contains externalized strings for about.ini # java.io.Properties file (ISO 8859-1 with "\" escapes) diff --git a/rse/plugins/org.eclipse.rse.services.local/plugin.properties b/rse/plugins/org.eclipse.rse.services.local/plugin.properties index fc6669d111c..2c897872637 100644 --- a/rse/plugins/org.eclipse.rse.services.local/plugin.properties +++ b/rse/plugins/org.eclipse.rse.services.local/plugin.properties @@ -9,5 +9,8 @@ # IBM Corporation - initial API and implementation ############################################################################### +# NLS_MESSAGEFORMAT_NONE +# NLS_ENCODING=UTF-8 + pluginName = RSE Local Services providerName = Eclipse.org diff --git a/rse/plugins/org.eclipse.rse.services.ssh/about.properties b/rse/plugins/org.eclipse.rse.services.ssh/about.properties index 14ec3b62877..9c98468b841 100644 --- a/rse/plugins/org.eclipse.rse.services.ssh/about.properties +++ b/rse/plugins/org.eclipse.rse.services.ssh/about.properties @@ -8,6 +8,10 @@ # Contributors: # IBM Corporation - initial API and implementation ############################################################################### + +# NLS_MESSAGEFORMAT_NONE +# NLS_ENCODING=UTF-8 + # about.properties # contains externalized strings for about.ini # java.io.Properties file (ISO 8859-1 with "\" escapes) diff --git a/rse/plugins/org.eclipse.rse.services.ssh/plugin.properties b/rse/plugins/org.eclipse.rse.services.ssh/plugin.properties index 5baa79d1a52..8d468cc6aaf 100644 --- a/rse/plugins/org.eclipse.rse.services.ssh/plugin.properties +++ b/rse/plugins/org.eclipse.rse.services.ssh/plugin.properties @@ -9,6 +9,9 @@ # Martin Oberhuber - initial API and implementation ################################################################################ +# NLS_MESSAGEFORMAT_NONE +# NLS_ENCODING=UTF-8 + pluginName = RSE SSH Services providerName = Eclipse.org \ No newline at end of file diff --git a/rse/plugins/org.eclipse.rse.services/plugin.properties b/rse/plugins/org.eclipse.rse.services/plugin.properties index 70b15f25383..965dcef249a 100644 --- a/rse/plugins/org.eclipse.rse.services/plugin.properties +++ b/rse/plugins/org.eclipse.rse.services/plugin.properties @@ -9,5 +9,8 @@ # IBM Corporation - initial API and implementation ############################################################################### +# NLS_MESSAGEFORMAT_NONE +# NLS_ENCODING=UTF-8 + pluginName = RSE Services Framework providerName = Eclipse.org diff --git a/rse/plugins/org.eclipse.rse.shells.ui/plugin.properties b/rse/plugins/org.eclipse.rse.shells.ui/plugin.properties index 4d4ce035d93..6155e545670 100644 --- a/rse/plugins/org.eclipse.rse.shells.ui/plugin.properties +++ b/rse/plugins/org.eclipse.rse.shells.ui/plugin.properties @@ -14,6 +14,9 @@ # {Name} (company) - description of contribution. ################################################################################ +# NLS_MESSAGEFORMAT_NONE +# NLS_ENCODING=UTF-8 + pluginName = RSE Shells UI providerName = Eclipse.org diff --git a/rse/plugins/org.eclipse.rse.subsystems.files.core/plugin.properties b/rse/plugins/org.eclipse.rse.subsystems.files.core/plugin.properties index 43b95a397b7..346df1ce078 100644 --- a/rse/plugins/org.eclipse.rse.subsystems.files.core/plugin.properties +++ b/rse/plugins/org.eclipse.rse.subsystems.files.core/plugin.properties @@ -9,5 +9,8 @@ # IBM Corporation - initial API and implementation ############################################################################### +# NLS_MESSAGEFORMAT_NONE +# NLS_ENCODING=UTF-8 + pluginName = RSE Files Core providerName = Eclipse.org diff --git a/rse/plugins/org.eclipse.rse.subsystems.files.dstore/plugin.properties b/rse/plugins/org.eclipse.rse.subsystems.files.dstore/plugin.properties index 2be25086022..af64c89c6a6 100644 --- a/rse/plugins/org.eclipse.rse.subsystems.files.dstore/plugin.properties +++ b/rse/plugins/org.eclipse.rse.subsystems.files.dstore/plugin.properties @@ -14,6 +14,9 @@ # {Name} (company) - description of contribution. ################################################################################ +# NLS_MESSAGEFORMAT_NONE +# NLS_ENCODING=UTF-8 + pluginName = RSE DStore Files providerName = Eclipse.org diff --git a/rse/plugins/org.eclipse.rse.subsystems.files.ftp/plugin.properties b/rse/plugins/org.eclipse.rse.subsystems.files.ftp/plugin.properties index 3385e917181..8d4a1f67963 100644 --- a/rse/plugins/org.eclipse.rse.subsystems.files.ftp/plugin.properties +++ b/rse/plugins/org.eclipse.rse.subsystems.files.ftp/plugin.properties @@ -14,6 +14,9 @@ # {Name} (company) - description of contribution. ################################################################################ +# NLS_MESSAGEFORMAT_NONE +# NLS_ENCODING=UTF-8 + pluginName = RSE FTP Files providerName = Eclipse.org diff --git a/rse/plugins/org.eclipse.rse.subsystems.files.local/plugin.properties b/rse/plugins/org.eclipse.rse.subsystems.files.local/plugin.properties index 2e51fbe4742..b43808de044 100644 --- a/rse/plugins/org.eclipse.rse.subsystems.files.local/plugin.properties +++ b/rse/plugins/org.eclipse.rse.subsystems.files.local/plugin.properties @@ -14,6 +14,9 @@ # {Name} (company) - description of contribution. ################################################################################ +# NLS_MESSAGEFORMAT_NONE +# NLS_ENCODING=UTF-8 + pluginName = RSE Local Files providerName = Eclipse.org diff --git a/rse/plugins/org.eclipse.rse.subsystems.files.ssh/plugin.properties b/rse/plugins/org.eclipse.rse.subsystems.files.ssh/plugin.properties index eb37b776a14..a3e096d9c96 100644 --- a/rse/plugins/org.eclipse.rse.subsystems.files.ssh/plugin.properties +++ b/rse/plugins/org.eclipse.rse.subsystems.files.ssh/plugin.properties @@ -9,6 +9,9 @@ # Martin Oberhuber - initial API and implementation ################################################################################ +# NLS_MESSAGEFORMAT_NONE +# NLS_ENCODING=UTF-8 + pluginName = RSE SSH Files providerName = Eclipse.org diff --git a/rse/plugins/org.eclipse.rse.subsystems.processes.core/plugin.properties b/rse/plugins/org.eclipse.rse.subsystems.processes.core/plugin.properties index c7956888c60..d7b82222c26 100644 --- a/rse/plugins/org.eclipse.rse.subsystems.processes.core/plugin.properties +++ b/rse/plugins/org.eclipse.rse.subsystems.processes.core/plugin.properties @@ -9,5 +9,8 @@ # IBM Corporation - initial API and implementation ############################################################################### +# NLS_MESSAGEFORMAT_NONE +# NLS_ENCODING=UTF-8 + pluginName = RSE Processes Core providerName = Eclipse.org diff --git a/rse/plugins/org.eclipse.rse.subsystems.processes.dstore/plugin.properties b/rse/plugins/org.eclipse.rse.subsystems.processes.dstore/plugin.properties index 421ef98777d..226bebd5239 100644 --- a/rse/plugins/org.eclipse.rse.subsystems.processes.dstore/plugin.properties +++ b/rse/plugins/org.eclipse.rse.subsystems.processes.dstore/plugin.properties @@ -14,6 +14,9 @@ # {Name} (company) - description of contribution. ################################################################################ +# NLS_MESSAGEFORMAT_NONE +# NLS_ENCODING=UTF-8 + pluginName = RSE DStore Processes providerName = Eclipse.org diff --git a/rse/plugins/org.eclipse.rse.subsystems.processes.local/plugin.properties b/rse/plugins/org.eclipse.rse.subsystems.processes.local/plugin.properties index 0dbfee09047..5d8efe1375c 100644 --- a/rse/plugins/org.eclipse.rse.subsystems.processes.local/plugin.properties +++ b/rse/plugins/org.eclipse.rse.subsystems.processes.local/plugin.properties @@ -14,6 +14,9 @@ # {Name} (company) - description of contribution. ################################################################################ +# NLS_MESSAGEFORMAT_NONE +# NLS_ENCODING=UTF-8 + pluginName = RSE Local Processes providerName = Eclipse.org diff --git a/rse/plugins/org.eclipse.rse.subsystems.shells.core/plugin.properties b/rse/plugins/org.eclipse.rse.subsystems.shells.core/plugin.properties index 4508014a738..188c9dbb44b 100644 --- a/rse/plugins/org.eclipse.rse.subsystems.shells.core/plugin.properties +++ b/rse/plugins/org.eclipse.rse.subsystems.shells.core/plugin.properties @@ -9,5 +9,8 @@ # IBM Corporation - initial API and implementation ############################################################################### +# NLS_MESSAGEFORMAT_NONE +# NLS_ENCODING=UTF-8 + pluginName = RSE Shells Core providerName = Eclipse.org diff --git a/rse/plugins/org.eclipse.rse.subsystems.shells.dstore/plugin.properties b/rse/plugins/org.eclipse.rse.subsystems.shells.dstore/plugin.properties index 525af9d8a95..6fc0a665a54 100644 --- a/rse/plugins/org.eclipse.rse.subsystems.shells.dstore/plugin.properties +++ b/rse/plugins/org.eclipse.rse.subsystems.shells.dstore/plugin.properties @@ -14,6 +14,9 @@ # {Name} (company) - description of contribution. ################################################################################ +# NLS_MESSAGEFORMAT_NONE +# NLS_ENCODING=UTF-8 + pluginName = RSE DStore Shells providerName = Eclipse.org diff --git a/rse/plugins/org.eclipse.rse.subsystems.shells.local/plugin.properties b/rse/plugins/org.eclipse.rse.subsystems.shells.local/plugin.properties index 1ed70df4a8c..70635ee89c0 100644 --- a/rse/plugins/org.eclipse.rse.subsystems.shells.local/plugin.properties +++ b/rse/plugins/org.eclipse.rse.subsystems.shells.local/plugin.properties @@ -14,6 +14,9 @@ # {Name} (company) - description of contribution. ################################################################################ +# NLS_MESSAGEFORMAT_NONE +# NLS_ENCODING=UTF-8 + pluginName = RSE Local Shells providerName = Eclipse.org diff --git a/rse/plugins/org.eclipse.rse.subsystems.shells.ssh/plugin.properties b/rse/plugins/org.eclipse.rse.subsystems.shells.ssh/plugin.properties index 53ce2abe711..55f0f65aae0 100644 --- a/rse/plugins/org.eclipse.rse.subsystems.shells.ssh/plugin.properties +++ b/rse/plugins/org.eclipse.rse.subsystems.shells.ssh/plugin.properties @@ -9,6 +9,9 @@ # Martin Oberhuber - initial API and implementation ################################################################################ +# NLS_MESSAGEFORMAT_NONE +# NLS_ENCODING=UTF-8 + pluginName = RSE SSH Shells providerName = Eclipse.org diff --git a/rse/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/GenericMessages.properties b/rse/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/GenericMessages.properties index 10e8c9d33ec..d320b1916e1 100644 --- a/rse/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/GenericMessages.properties +++ b/rse/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/GenericMessages.properties @@ -55,7 +55,7 @@ RSESubSystemOperation_Set_property_message = Set property RSESubSystemOperation_Notifying_registry_message = Notifying registry of connection status change... PropertyDialog_messageTitle = Properties -PropertyDialog_noPropertyMessage Properties +PropertyDialog_noPropertyMessage = Properties PropertyDialog_propertyMessage = Properties for {0} RSEQuery_task = RSE Query \ No newline at end of file diff --git a/rse/plugins/org.eclipse.rse.ui/plugin.properties b/rse/plugins/org.eclipse.rse.ui/plugin.properties index 0ae54649f04..9c556fb1a81 100644 --- a/rse/plugins/org.eclipse.rse.ui/plugin.properties +++ b/rse/plugins/org.eclipse.rse.ui/plugin.properties @@ -14,7 +14,8 @@ # {Name} (company) - description of contribution. ################################################################################ -# NLS_MESSAGEFORMAT_VAR +# NLS_MESSAGEFORMAT_NONE +# NLS_ENCODING=UTF-8 pluginName = RSE UI providerName = Eclipse.org diff --git a/rse/plugins/org.eclipse.rse/about.properties b/rse/plugins/org.eclipse.rse/about.properties index 733775c3aa9..0239d404908 100644 --- a/rse/plugins/org.eclipse.rse/about.properties +++ b/rse/plugins/org.eclipse.rse/about.properties @@ -8,6 +8,10 @@ # Contributors: # Martin Oberhuber - initial API and implementation ################################################################################ + +# NLS_MESSAGEFORMAT_NONE +# NLS_ENCODING=UTF-8 + # about.properties # contains externalized strings for about.ini # java.io.Properties file (ISO 8859-1 with "\" escapes) diff --git a/rse/plugins/org.eclipse.rse/plugin.properties b/rse/plugins/org.eclipse.rse/plugin.properties index 6cb2d7ce9b3..35ea8c32413 100644 --- a/rse/plugins/org.eclipse.rse/plugin.properties +++ b/rse/plugins/org.eclipse.rse/plugin.properties @@ -9,5 +9,8 @@ # IBM Corporation - initial API and implementation ############################################################################### +# NLS_MESSAGEFORMAT_NONE +# NLS_ENCODING=UTF-8 + pluginName = RSE Runtime providerName = Eclipse.org \ No newline at end of file