1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-03 14:25:37 +02:00

[171860] fixing CHKPII errors in translatable files

This commit is contained in:
David Dykstal 2007-01-26 20:43:13 +00:00
parent 9e29b10366
commit 8383bc4c1d
53 changed files with 161 additions and 52 deletions

View file

@ -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

View file

@ -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

View file

@ -14,5 +14,8 @@
# {Name} (company) - description of contribution.
################################################################################
# NLS_MESSAGEFORMAT_NONE
# NLS_ENCODING=UTF-8
pluginName = RSE User Guide
providerName = Eclipse.org

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -9,5 +9,8 @@
# IBM Corporation - initial API and implementation
###############################################################################
# NLS_MESSAGEFORMAT_NONE
# NLS_ENCODING=UTF-8
pluginName = RSE DStore Core
providerName = Eclipse.org

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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)

View file

@ -9,5 +9,8 @@
# IBM Corporation - initial API and implementation
###############################################################################
# NLS_MESSAGEFORMAT_NONE
# NLS_ENCODING=UTF-8
pluginName = RSE Core
providerName = Eclipse.org

View file

@ -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

View file

@ -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)

View file

@ -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

View file

@ -14,6 +14,9 @@
# {Name} (company) - description of contribution.
################################################################################
# NLS_MESSAGEFORMAT_NONE
# NLS_ENCODING=UTF-8
pluginName = RSE Files UI
providerName = Eclipse.org

View file

@ -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

View file

@ -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

View file

@ -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)

View file

@ -9,5 +9,8 @@
# IBM Corporation - initial API and implementation
###############################################################################
# NLS_MESSAGEFORMAT_NONE
# NLS_ENCODING=UTF-8
pluginName = RSE SDK
providerName = Eclipse.org

View file

@ -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)

View file

@ -9,5 +9,8 @@
# IBM Corporation - initial API and implementation
###############################################################################
# NLS_MESSAGEFORMAT_NONE
# NLS_ENCODING=UTF-8
pluginName = RSE DStore Services
providerName = Eclipse.org

View file

@ -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)

View file

@ -9,5 +9,8 @@
# IBM Corporation - initial API and implementation
###############################################################################
# NLS_MESSAGEFORMAT_NONE
# NLS_ENCODING=UTF-8
pluginName = RSE FTP Services
providerName = Eclipse.org

View file

@ -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)

View file

@ -9,5 +9,8 @@
# IBM Corporation - initial API and implementation
###############################################################################
# NLS_MESSAGEFORMAT_NONE
# NLS_ENCODING=UTF-8
pluginName = RSE Local Services
providerName = Eclipse.org

View file

@ -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)

View file

@ -9,6 +9,9 @@
# Martin Oberhuber - initial API and implementation
################################################################################
# NLS_MESSAGEFORMAT_NONE
# NLS_ENCODING=UTF-8
pluginName = RSE SSH Services
providerName = Eclipse.org

View file

@ -9,5 +9,8 @@
# IBM Corporation - initial API and implementation
###############################################################################
# NLS_MESSAGEFORMAT_NONE
# NLS_ENCODING=UTF-8
pluginName = RSE Services Framework
providerName = Eclipse.org

View file

@ -14,6 +14,9 @@
# {Name} (company) - description of contribution.
################################################################################
# NLS_MESSAGEFORMAT_NONE
# NLS_ENCODING=UTF-8
pluginName = RSE Shells UI
providerName = Eclipse.org

View file

@ -9,5 +9,8 @@
# IBM Corporation - initial API and implementation
###############################################################################
# NLS_MESSAGEFORMAT_NONE
# NLS_ENCODING=UTF-8
pluginName = RSE Files Core
providerName = Eclipse.org

View file

@ -14,6 +14,9 @@
# {Name} (company) - description of contribution.
################################################################################
# NLS_MESSAGEFORMAT_NONE
# NLS_ENCODING=UTF-8
pluginName = RSE DStore Files
providerName = Eclipse.org

View file

@ -14,6 +14,9 @@
# {Name} (company) - description of contribution.
################################################################################
# NLS_MESSAGEFORMAT_NONE
# NLS_ENCODING=UTF-8
pluginName = RSE FTP Files
providerName = Eclipse.org

View file

@ -14,6 +14,9 @@
# {Name} (company) - description of contribution.
################################################################################
# NLS_MESSAGEFORMAT_NONE
# NLS_ENCODING=UTF-8
pluginName = RSE Local Files
providerName = Eclipse.org

View file

@ -9,6 +9,9 @@
# Martin Oberhuber - initial API and implementation
################################################################################
# NLS_MESSAGEFORMAT_NONE
# NLS_ENCODING=UTF-8
pluginName = RSE SSH Files
providerName = Eclipse.org

View file

@ -9,5 +9,8 @@
# IBM Corporation - initial API and implementation
###############################################################################
# NLS_MESSAGEFORMAT_NONE
# NLS_ENCODING=UTF-8
pluginName = RSE Processes Core
providerName = Eclipse.org

View file

@ -14,6 +14,9 @@
# {Name} (company) - description of contribution.
################################################################################
# NLS_MESSAGEFORMAT_NONE
# NLS_ENCODING=UTF-8
pluginName = RSE DStore Processes
providerName = Eclipse.org

View file

@ -14,6 +14,9 @@
# {Name} (company) - description of contribution.
################################################################################
# NLS_MESSAGEFORMAT_NONE
# NLS_ENCODING=UTF-8
pluginName = RSE Local Processes
providerName = Eclipse.org

View file

@ -9,5 +9,8 @@
# IBM Corporation - initial API and implementation
###############################################################################
# NLS_MESSAGEFORMAT_NONE
# NLS_ENCODING=UTF-8
pluginName = RSE Shells Core
providerName = Eclipse.org

View file

@ -14,6 +14,9 @@
# {Name} (company) - description of contribution.
################################################################################
# NLS_MESSAGEFORMAT_NONE
# NLS_ENCODING=UTF-8
pluginName = RSE DStore Shells
providerName = Eclipse.org

View file

@ -14,6 +14,9 @@
# {Name} (company) - description of contribution.
################################################################################
# NLS_MESSAGEFORMAT_NONE
# NLS_ENCODING=UTF-8
pluginName = RSE Local Shells
providerName = Eclipse.org

View file

@ -9,6 +9,9 @@
# Martin Oberhuber - initial API and implementation
################################################################################
# NLS_MESSAGEFORMAT_NONE
# NLS_ENCODING=UTF-8
pluginName = RSE SSH Shells
providerName = Eclipse.org

View file

@ -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

View file

@ -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

View file

@ -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)

View file

@ -9,5 +9,8 @@
# IBM Corporation - initial API and implementation
###############################################################################
# NLS_MESSAGEFORMAT_NONE
# NLS_ENCODING=UTF-8
pluginName = RSE Runtime
providerName = Eclipse.org