1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-09 02:36:01 +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

View file

@ -9,6 +9,9 @@
# Martin Oberhuber (Wind River) - initial API and implementation # Martin Oberhuber (Wind River) - initial API and implementation
################################################################################ ################################################################################
# NLS_MESSAGEFORMAT_VAR
# NLS_ENCODING=UTF-8
Daytime_Service_Name=Daytime Service 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_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 Daytime_Connector_Name=Daytime Connector Service

View file

@ -14,6 +14,9 @@
# Martin Oberhuber (Wind River) - Adapted original tutorial code to Open RSE. # 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 # Tutorial #2: Creating a Remote Resource Property Page
pp.size.label=Size pp.size.label=Size
pp.size.tooltip=Cumulative size, in bytes pp.size.tooltip=Cumulative size, in bytes

View file

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

View file

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

View file

@ -14,7 +14,8 @@
# {Name} (company) - description of contribution. # {Name} (company) - description of contribution.
################################################################################ ################################################################################
# NLS_MESSAGEFORMAT_NONE
# NLS_ENCODING=UTF-8
DStore_ConnectorService_Label=DStore Connector Service 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. 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. # {Name} (company) - description of contribution.
################################################################################ ################################################################################
# NLS_MESSAGEFORMAT_NONE
# NLS_ENCODING=UTF-8
Local_ConnectorService_Label=Local Connector Service Local_ConnectorService_Label=Local Connector Service
Local_ConnectorService_Description=The Local Connector Service uses the Java API to connect to the local host. 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 # Martin Oberhuber (Wind River) - copy dialogs from team.cvs.ui
################################################################################ ################################################################################
# NLS_MESSAGEFORMAT_VAR
# NLS_ENCODING=UTF-8
SshConnectorService_Name=SSH Connector Service SshConnectorService_Name=SSH Connector Service
SshConnectorService_Description=SSH Connector Service Description SshConnectorService_Description=SSH Connector Service Description

View file

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

View file

@ -14,7 +14,8 @@
# {Name} (company) - description of contribution. # {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_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. 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_MESSAGEFORMAT_NONE
# NLS_ENCODING=UTF-8
RESID_SECURITY_CERTIFICATE_PROP_TITLE = Certificate Properties RESID_SECURITY_CERTIFICATE_PROP_TITLE = Certificate Properties
RESID_SECURITY_VALIDITY_PERIOD = Valid from %1 to %2 RESID_SECURITY_VALIDITY_PERIOD = Valid from %1 to %2

View file

@ -14,7 +14,8 @@
# {Name} (company) - description of contribution. # {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_BUFFER=File Transfer Buffer Size
RESID_FILES_PREFERENCES_DOWNLOAD_BUFFER_SIZE_LABEL=Download (KB) RESID_FILES_PREFERENCES_DOWNLOAD_BUFFER_SIZE_LABEL=Download (KB)

View file

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

View file

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

View file

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

View file

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

View file

@ -14,6 +14,9 @@
# Javier Montalvo Orus (Symbian) - Added Externalized Strings # Javier Montalvo Orus (Symbian) - Added Externalized Strings
################################################################################ ################################################################################
# NLS_MESSAGEFORMAT_VAR
# NLS_ENCODING=UTF-8
FTP_File_Service_Name=FTP File Service 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_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 FTP_File_Service_Deleting_Task=Deleting

View file

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

View file

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

View file

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

View file

@ -14,7 +14,8 @@
# {Name} (company) - description of contribution. # {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. # Button values. Mnemonics will be assigned automatically, don't set them here.

View file

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

View file

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

View file

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

View file

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

View file

@ -14,7 +14,8 @@
# {Name} (company) - description of contribution. # {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. # Button values. Mnemonics will be assigned automatically, don't set them here.

View file

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