Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

summaryrefslogtreecommitdiffstats
blob: ae1998a74571d5627b933fe1efd520e4d10d8e83 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
###############################################################################
# Copyright (c) 2006, 2008 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
#
# Initial Contributors:
# The following IBM employees contributed to the Remote System Explorer
# component that contains this file: David McKnight, Kushal Munir, 
# Michael Berger, David Dykstal, Phil Coulthard, Don Yantzi, Eric Simpson, 
# Emily Bruner, Mazen Faraj, Adrian Storisteanu, Li Ding, and Kent Hawley.
# 
# Contributors:
# David McKnight   (IBM)        - [216252] [api][nls] Resource Strings specific to subsystems should be moved from rse.ui into files.ui / shells.ui / processes.ui where possible
# David McKnight   (IBM)        - [223204] [cleanup] fix broken nls strings in files.ui and others
###############################################################################

# NLS_MESSAGEFORMAT_VAR
# NLS_ENCODING=UTF-8

RESID_SHELLS_COMMAND_SHELL_LABEL = Command Shell
RSESubSystemOperation_Cancel_Shell_message = Cancel Shell
RSESubSystemOperation_Remove_Shell_message = Remove Shell
RSESubSystemOperation_Run_command_message = Run command
RSESubSystemOperation_Run_Shell_message = Run Shell
RSESubSystemOperation_Send_command_to_Shell_message = Send command to Shell
RSESubSystemOperation_Refresh_Output = Refresh Output

MSG_CONNECT_FAILED      = Connect to {0} failed with an unexpected exception

Back to the top