1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-10 02:25:25 +02:00

[169370] add translation directives to property resource bundles

This commit is contained in:
David Dykstal 2007-01-02 22:14:24 +00:00
parent f8795514f8
commit efd4b990c9
26 changed files with 63 additions and 10 deletions
rse
examples
org.eclipse.rse.examples.daytime/src/org/eclipse/rse/examples/daytime
org.eclipse.rse.examples.tutorial/src/samples
org.eclipse.rse.remotecdt/src/org/eclipse/rse/remotecdt
plugins
org.eclipse.dstore.core/src/org/eclipse/dstore/core/model
org.eclipse.rse.connectorservice.dstore/src/org/eclipse/rse/connectorservice/dstore
org.eclipse.rse.connectorservice.local/src/org/eclipse/rse/connectorservice/local
org.eclipse.rse.connectorservice.ssh/src/org/eclipse/rse/connectorservice/ssh
org.eclipse.rse.core
persistence/org/eclipse/rse/internal/persistence
src/org/eclipse/rse/core/model
org.eclipse.rse.dstore.security/src/org/eclipse/rse/dstore/security
org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui
org.eclipse.rse.logging/src/org/eclipse/rse/logging/ui
org.eclipse.rse.processes.ui/src/org/eclipse/rse/processes/ui
org.eclipse.rse.services.dstore/src/org/eclipse/rse/services/dstore
org.eclipse.rse.services.files.ftp/src/org/eclipse/rse/services/files/ftp
org.eclipse.rse.services.local/src/org/eclipse/rse/services/local/files
org.eclipse.rse.services.ssh/src/org/eclipse/rse/services/ssh
org.eclipse.rse.shells.ui/src/org/eclipse/rse/shells/ui
org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core
org.eclipse.rse.subsystems.processes.core/src/org/eclipse/rse/subsystems/processes/core/subsystem
org.eclipse.rse.subsystems.shells.core/src/org/eclipse/rse/subsystems/shells/core
org.eclipse.rse.ui/UI/org/eclipse/rse/ui

View file

@ -9,6 +9,9 @@
# Martin Oberhuber (Wind River) - initial API and implementation
################################################################################
# NLS_MESSAGEFORMAT_VAR
# NLS_ENCODING=UTF-8
Daytime_Service_Name=Daytime Service
Daytime_Service_Description=The Daytime Service retrieves the current time of day from a remote host by connecting to TCP port 13.
Daytime_Connector_Name=Daytime Connector Service

View file

@ -14,6 +14,9 @@
# Martin Oberhuber (Wind River) - Adapted original tutorial code to Open RSE.
################################################################################
# NLS_MESSAGEFORMAT_VAR
# NLS_ENCODING=UTF-8
# Tutorial #2: Creating a Remote Resource Property Page
pp.size.label=Size
pp.size.tooltip=Cumulative size, in bytes

View file

@ -8,6 +8,10 @@
# Contributors:
# Martin Oberhuber (Wind River) - externalized strings
################################################################################
# NLS_MESSAGEFORMAT_VAR
# NLS_ENCODING=UTF-8
RemoteRunLaunchDelegate_RemoteShell=Remote Shell
RemoteRunLaunchDelegate_1=Unidentified mode {0} passed to RemoteRunLaunchDelegate
RemoteRunLaunchDelegate_3=Wrong service requested.

View file

@ -15,6 +15,7 @@
################################################################################
# NLS_MESSAGEFORMAT_NONE
# NLS_ENCODING=UTF-8
# This file contains the DataStore resources. English.

View file

@ -14,7 +14,8 @@
# {Name} (company) - description of contribution.
################################################################################
# NLS_MESSAGEFORMAT_NONE
# NLS_ENCODING=UTF-8
DStore_ConnectorService_Label=DStore Connector Service
DStore_ConnectorService_Description=The DStore Connector Service uses RSE's DataStore protocol to connect to the host. You must have a DataStore daemon or server running on the remote machine.

View file

@ -14,7 +14,8 @@
# {Name} (company) - description of contribution.
################################################################################
# NLS_MESSAGEFORMAT_NONE
# NLS_ENCODING=UTF-8
Local_ConnectorService_Label=Local Connector Service
Local_ConnectorService_Description=The Local Connector Service uses the Java API to connect to the local host.

View file

@ -10,6 +10,9 @@
# Martin Oberhuber (Wind River) - copy dialogs from team.cvs.ui
################################################################################
# NLS_MESSAGEFORMAT_VAR
# NLS_ENCODING=UTF-8
SshConnectorService_Name=SSH Connector Service
SshConnectorService_Description=SSH Connector Service Description

View file

@ -8,6 +8,10 @@
# Contributors:
# David Dykstal (IBM) - initial API and implementation
###############################################################################
# NLS_MESSAGEFORMAT_VAR
# NLS_ENCODING=UTF-8
RSEPersistenceManager_DeleteProfileJobName=Delete RSE Profile Job
PropertyFileProvider_SavingTaskName=Saving DOM
PropertyFileProvider_UnexpectedException=Unexpected Exception

View file

@ -14,7 +14,8 @@
# {Name} (company) - description of contribution.
################################################################################
# NLS_MESSAGEFORMAT_NONE
# NLS_MESSAGEFORMAT_VAR
# NLS_ENCODING=UTF-8
RESID_MODELOBJECTS_MODELOBJECT_DESCRIPTION=An RSE Model Object represents any object in the Remote System Explorer.
RESID_MODELOBJECTS_REFERENCINGOBJECT_DESCRIPTION=A Referencing Object encapsulates the operations required of an object which is merely a reference to another object.

View file

@ -15,6 +15,7 @@
################################################################################
# NLS_MESSAGEFORMAT_NONE
# NLS_ENCODING=UTF-8
RESID_SECURITY_CERTIFICATE_PROP_TITLE = Certificate Properties
RESID_SECURITY_VALIDITY_PERIOD = Valid from %1 to %2

View file

@ -14,7 +14,8 @@
# {Name} (company) - description of contribution.
################################################################################
# NLS_MESSAGEFORMAT_NONE
# NLS_MESSAGEFORMAT_VAR
# NLS_ENCODING=UTF-8
RESID_FILES_PREFERENCES_BUFFER=File Transfer Buffer Size
RESID_FILES_PREFERENCES_DOWNLOAD_BUFFER_SIZE_LABEL=Download (KB)

View file

@ -17,7 +17,8 @@
# =====================================
# Remote System Logging properties file
# =====================================
# NLS_MESSAGEFORMAT_NONE
# NLS_MESSAGEFORMAT_VAR
# NLS_ENCODING=UTF-8
# Preference Page
# ----------------

View file

@ -14,6 +14,8 @@
# {Name} (company) - description of contribution.
################################################################################
# NLS_MESSAGEFORMAT_VAR
# NLS_ENCODING=UTF-8
#=============================================================
# PROCESS SUBSYSTEM ACTIONS...

View file

@ -14,6 +14,8 @@
# {Name} (company) - description of contribution.
################################################################################
# NLS_MESSAGEFORMAT_VAR
# NLS_ENCODING=UTF-8
#=============================================================
# PROCESS PROPERTIES

View file

@ -14,7 +14,8 @@
# {Name} (company) - description of contribution.
################################################################################
# NLS_MESSAGEFORMAT_VAR
# NLS_ENCODING=UTF-8
DStore_Shell_Service_Label=DStore Shell Service
DStore_Search_Service_Label=DStore Search Service

View file

@ -14,6 +14,9 @@
# Javier Montalvo Orus (Symbian) - Added Externalized Strings
################################################################################
# NLS_MESSAGEFORMAT_VAR
# NLS_ENCODING=UTF-8
FTP_File_Service_Name=FTP File Service
FTP_File_Service_Description=The FTP File Service uses the FTP protocol to provide service for the Files subsystem. It requires an FTP daemon to be running on the host machine.
FTP_File_Service_Deleting_Task=Deleting

View file

@ -14,6 +14,9 @@
# {Name} (company) - description of contribution.
################################################################################
# NLS_MESSAGEFORMAT_VAR
# NLS_ENCODING=UTF-8
Local_File_Service_Name=Local File Service
Local_Process_Service_Name=Local Process Service
Local_Shell_Service_Name=Local Shell Service

View file

@ -9,6 +9,9 @@
# Martin Oberhuber (Wind River) - initial API and implementation
################################################################################
# NLS_MESSAGEFORMAT_VAR
# NLS_ENCODING=UTF-8
SshPlugin_Unexpected_Exception=Unexpected {0}: {1}
SftpFileService_Name=Ssh / Sftp File Service

View file

@ -14,6 +14,9 @@
# {Name} (company) - description of contribution.
################################################################################
# NLS_MESSAGEFORMAT_VAR
# NLS_ENCODING=UTF-8
###################################################################################
############################ Universal Commands ############################
###################################################################################

View file

@ -14,7 +14,8 @@
# {Name} (company) - description of contribution.
################################################################################
# NLS_MESSAGEFORMAT_NONE
# NLS_MESSAGEFORMAT_VAR
# NLS_ENCODING=UTF-8
##############################################################
# Button values. Mnemonics will be assigned automatically, don't set them here.

View file

@ -14,6 +14,8 @@
# {Name} (company) - description of contribution.
################################################################################
# NLS_MESSAGEFORMAT_VAR
# NLS_ENCODING=UTF-8
RESID_PROPERTY_PROCESS_DEFAULTFILTER_LABEL=All Processes
RESID_PROPERTY_PROCESS_MYPROCESSESFILTER_LABEL=My Processes

View file

@ -14,6 +14,8 @@
# {Name} (company) - description of contribution.
################################################################################
# NLS_MESSAGEFORMAT_VAR
# NLS_ENCODING=UTF-8
RESID_SHELLS_COMMAND_SHELL_LABEL = Command Shell
RSESubSystemOperation_Cancel_Shell_message = Cancel Shell

View file

@ -14,6 +14,9 @@
# {Name} (company) - description of contribution.
################################################################################
# NLS_MESSAGEFORMAT_VAR
# NLS_ENCODING=UTF-8
ResourceNavigator_goto = Goto
RefreshAction_text = Re&fresh

View file

@ -17,7 +17,9 @@
##############################################################
# PROPERTY VALUES...
##############################################################
# NLS_MESSAGEFORMAT_NONE
# NLS_MESSAGEFORMAT_VAR
# NLS_ENCODING=UTF-8
RESID_PROPERTY_NAME_LABEL=Name
RESID_PROPERTY_NAME_TOOLTIP=Name of resources

View file

@ -14,7 +14,8 @@
# {Name} (company) - description of contribution.
################################################################################
# NLS_MESSAGEFORMAT_NONE
# NLS_MESSAGEFORMAT_VAR
# NLS_ENCODING=UTF-8
##############################################################
# Button values. Mnemonics will be assigned automatically, don't set them here.

View file

@ -14,7 +14,8 @@
# {Name} (company) - description of contribution.
################################################################################
# NLS_MESSAGEFORMAT_NONE
# NLS_MESSAGEFORMAT_VAR
# NLS_ENCODING=UTF-8
#COMMON PROPERTIES
RESID_PROPERTY_NBRCHILDREN_LABEL=Number of children