diff options
author | moberhuber | 2008-05-05 20:49:58 +0000 |
---|---|---|
committer | moberhuber | 2008-05-05 20:49:58 +0000 |
commit | e5e16c779f59865ec66ae225d5e54714535c08c3 (patch) | |
tree | 06e567cd3483f77023f44f0df7e058b5da35c4a7 /plugins | |
parent | a9183acf706be3c4a0f41a5572382acf9d0f0e28 (diff) | |
download | org.eclipse.tcf-e5e16c779f59865ec66ae225d5e54714535c08c3.tar.gz org.eclipse.tcf-e5e16c779f59865ec66ae225d5e54714535c08c3.tar.xz org.eclipse.tcf-e5e16c779f59865ec66ae225d5e54714535c08c3.zip |
[229794] Rename messages.properties --> Messages.properties
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/org.eclipse.tm.tcf.rse/src/org/eclipse/tm/internal/tcf/rse/FMessages.properties | 117 |
1 files changed, 0 insertions, 117 deletions
diff --git a/plugins/org.eclipse.tm.tcf.rse/src/org/eclipse/tm/internal/tcf/rse/FMessages.properties b/plugins/org.eclipse.tm.tcf.rse/src/org/eclipse/tm/internal/tcf/rse/FMessages.properties deleted file mode 100644 index acfdc7377..000000000 --- a/plugins/org.eclipse.tm.tcf.rse/src/org/eclipse/tm/internal/tcf/rse/FMessages.properties +++ /dev/null @@ -1,117 +0,0 @@ -################################################################################ -# Copyright (c) 2007, 2008 Wind River Systems, Inc. -# 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 -# -# Contributors: -# Wind River Systems - initial API and implementation -################################################################################ - -# NLS_MESSAGEFORMAT_VAR -# NLS_ENCODING=UTF-8 - -SysMonitor_AllProcesses=All Processes -SysMonitor_Process=Process - -PROCESS_ID_LABEL=Context ID -PROCESS_PID_LABEL=Process ID -PROCESS_NAME_LABEL=Executable Name -PROCESS_CWD_LABEL=CWD -PROCESS_ROOT_LABEL=FS Root -PROCESS_UID_LABEL=User ID -PROCESS_USERNAME_LABEL=Username -PROCESS_GID_LABEL=Group ID -PROCESS_GROUPNAME_LABEL=Groupname -PROCESS_PPID_LABEL=Parent PID -PROCESS_PGRP_LABEL=Proucess Group -PROCESS_STATE_LABEL=State -PROCESS_TRACERPID_LABEL=Tracer PID -PROCESS_VMSIZE_LABEL=VM Size -PROCESS_VMRSS_LABEL=VM RSS -PROCESS_SESSION_LABEL=Session -PROCESS_TTY_LABEL=TTY -PROCESS_TGID_LABEL=Task Group ID -PROCESS_FLAGS_LABEL=Flags -PROCESS_MINFLT_LABEL=Minor Faults -PROCESS_CMINFLT_LABEL=Children Minor Faults -PROCESS_MAJFLT_LABEL=Major Faults -PROCESS_CMAJFLT_LABEL=Children Major Faults -PROCESS_UTIME_LABEL=User Time -PROCESS_STIME_LABEL=System Time -PROCESS_CUTIME_LABEL=Children User Time -PROCESS_CSTIME_LABEL=Children System Time -PROCESS_PC_UTIME_LABEL=% User Time -PROCESS_PC_STIME_LABEL=% System Time -PROCESS_PRIORITY_LABEL=Priority -PROCESS_NICE_LABEL=Nice -PROCESS_ITREALVALUE_LABEL=Interval Timer -PROCESS_STARTTIME_LABEL=Start Time -PROCESS_RLIMIT_LABEL=RSS Limit -PROCESS_CODESTART_LABEL=Code Start -PROCESS_CODEEND_LABEL=Code End -PROCESS_STACKSTART_LABEL=Stack Start -PROCESS_SIGNALS_LABEL=Pending Signals -PROCESS_SIGBLOCK_LABEL=Blocked Signals -PROCESS_SIGIGNORE_LABEL=Ignored Signals -PROCESS_SIGCATCH_LABEL=Caught Signals -PROCESS_WCHAN_LABEL=Wait Channel -PROCESS_NSWAP_LABEL=Swaped Pages -PROCESS_CNSWAP_LABEL=Children Swapped Pages -PROCESS_EXITSIGNAL_LABEL=Exit Signal -PROCESS_PROCESSOR_LABEL=Processor -PROCESS_RTPRIORITY_LABEL=Real Time Priority -PROCESS_POLICY_LABEL=Scheduling Policy - -PROCESS_ID_TOOLTIP=TCF context ID of the process -PROCESS_PID_TOOLTIP=The system ID number of the process -PROCESS_NAME_TOOLTIP=The executable associated with the process -PROCESS_CWD_TOOLTIP=Current working directory of the process -PROCESS_ROOT_TOOLTIP=Current file system root of the process -PROCESS_UID_TOOLTIP=The user ID of the owner of the process -PROCESS_USERNAME_TOOLTIP=The username of the owner of the process -PROCESS_GID_TOOLTIP=The group ID of the owner of the process -PROCESS_GROUPNAME_TOOLTIP=The groupname of the owner of the process -PROCESS_PPID_TOOLTIP=The process ID of the parent of the process -PROCESS_PGRP_TOOLTIP=The process group ID -PROCESS_STATE_TOOLTIP=The state in which the process currently is -PROCESS_TRACERPID_TOOLTIP=The tracer process ID of the process -PROCESS_VMSIZE_TOOLTIP=The amount of virtual memory taken up by this process -PROCESS_VMRSS_TOOLTIP=The amount of virtual memory resident set size of this process (actual RAM taken up by the process) -PROCESS_SESSION_TOOLTIP=The session ID of the process -PROCESS_TTY_TOOLTIP=The TTY the process uses -PROCESS_TGID_TOOLTIP=The task group to which process belongs -PROCESS_FLAGS_TOOLTIP=The kernel flags word of the process. -PROCESS_MINFLT_TOOLTIP=The number of minor faults the process has made which have not required loading a memory page from disk. -PROCESS_CMINFLT_TOOLTIP=The number of minor faults that the process's waited-for children have made. -PROCESS_MAJFLT_TOOLTIP=The number of major faults the process has made which have required loading a memory page from disk. -PROCESS_CMAJFLT_TOOLTIP=Children Major Faults -PROCESS_UTIME_TOOLTIP=User Time -PROCESS_STIME_TOOLTIP=System Time -PROCESS_CUTIME_TOOLTIP=Children User Time -PROCESS_CSTIME_TOOLTIP=Children System Time -PROCESS_PC_UTIME_TOOLTIP=% User Time -PROCESS_PC_STIME_TOOLTIP=% System Time -PROCESS_PRIORITY_TOOLTIP=Priority -PROCESS_NICE_TOOLTIP=Nice -PROCESS_ITREALVALUE_TOOLTIP=Interval Timer -PROCESS_STARTTIME_TOOLTIP=Start Time -PROCESS_RLIMIT_TOOLTIP=RSS Limit -PROCESS_CODESTART_TOOLTIP=Code Start -PROCESS_CODEEND_TOOLTIP=Code End -PROCESS_STACKSTART_TOOLTIP=Stack Start -PROCESS_SIGNALS_TOOLTIP=Pending Signals -PROCESS_SIGBLOCK_TOOLTIP=Blocked Signals -PROCESS_SIGIGNORE_TOOLTIP=Ignored Signals -PROCESS_SIGCATCH_TOOLTIP=Caught Signals -PROCESS_WCHAN_TOOLTIP=Wait Channel -PROCESS_NSWAP_TOOLTIP=Swaped Pages -PROCESS_CNSWAP_TOOLTIP=Children Swapped Pages -PROCESS_EXITSIGNAL_TOOLTIP=Exit Signal -PROCESS_PROCESSOR_TOOLTIP=Processor -PROCESS_RTPRIORITY_TOOLTIP=Real Time Priority -PROCESS_POLICY_TOOLTIP=Scheduling Policy - -PROCESS_VMSIZE_VALUE={0} KB -PROCESS_VMRSS_VALUE={0} KB
\ No newline at end of file |