cdt/cdt_6_0_x/org.eclipse.cdt.dsf.ui/src/org/eclipse/cdt/dsf/debug/ui/viewmodel/variable/messages.properties
author ryall
Thu, 14 Jan 2010 17:13:39 -0600
changeset 130 51404ed29eed
parent 37 c2bce6dd59e7
permissions -rw-r--r--
Bug 299167, turn the Variable View's Address column into a Location column.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
37
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
     1
###############################################################################
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
     2
# Copyright (c) 2007, 2009 Wind River Systems and others.
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
     3
# All rights reserved. This program and the accompanying materials
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
     4
# are made available under the terms of the Eclipse Public License v1.0
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
     5
# which accompanies this distribution, and is available at
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
     6
# http://www.eclipse.org/legal/epl-v10.html
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
     7
#
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
     8
# Contributors:
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
     9
#   Wind River Systems - initial API and implementation
130
51404ed29eed Bug 299167, turn the Variable View's Address column into a Location column.
ryall
parents: 37
diff changeset
    10
#   Wind River Systems - added Location
51404ed29eed Bug 299167, turn the Variable View's Address column into a Location column.
ryall
parents: 37
diff changeset
    11
#   Wind River Systems - changed Location to Location
37
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    12
###############################################################################
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    13
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    14
VariableColumnPresentation_name=Name
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    15
VariableColumnPresentation_type=Type
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    16
VariableColumnPresentation_value=Value
130
51404ed29eed Bug 299167, turn the Variable View's Address column into a Location column.
ryall
parents: 37
diff changeset
    17
VariableColumnPresentation_location=Location
37
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    18
130
51404ed29eed Bug 299167, turn the Variable View's Address column into a Location column.
ryall
parents: 37
diff changeset
    19
VariableVMNode_Location_column__Error__text_format=
51404ed29eed Bug 299167, turn the Variable View's Address column into a Location column.
ryall
parents: 37
diff changeset
    20
VariableVMNode_Location_column__text_format={0}
37
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    21
VariableVMNode_Description_column__text_format=
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    22
VariableVMNode_Expression_column__text_format={0}
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    23
VariableVMNode_Name_column__text_format={0}
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    24
VariableVMNode_Type_column__Error__text_format=
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    25
VariableVMNode_Type_column__text_format={0}
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    26
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    27
# Message format for the value column text
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    28
# {0} - value formatted in the active format.  If the preferred format was available,
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    29
#       then this is just the value.  Otherwise, it's the string formatted by the
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    30
#       format in VariableVMNode_Value_column__Value__text_format.
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    31
# {1} - value in STRING format.
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    32
VariableVMNode_Value_column__text_format={0} {1}
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    33
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    34
# {0} - variable name
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    35
# {1} - value formatted in the active format.  If the preferred format was available,
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    36
#       then this is just the value.  Otherwise, it's the string formatted by the
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    37
#       format in VariableVMNode_Value_column__Value__text_format.
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    38
# {2} - value in STRING format.
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    39
VariableVMNode_NoColumns_column__text_format={0} = {1} {2}
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    40
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    41
# {0} - variable name
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    42
# {1} - value formatted in the active format.  If the preferred format was available,
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    43
#       then this is just the value.  Otherwise, it's the string formatted by the
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    44
#       format in VariableVMNode_Value_column__Value__text_format.
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    45
# {2} - type of the variable being displayed
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    46
VariableVMNode_NoColumns_column__No_string__text_format_with_type={0} = {1}   (type: {2})
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    47
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    48
# {0} - variable name
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    49
# {1} - value formatted in the active format.  If the preferred format was available,
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    50
#       then this is just the value.  Otherwise, it's the string formatted by the
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    51
#       format in VariableVMNode_Value_column__Value__text_format.
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    52
# {2} - value in STRING format.
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    53
# {3} - type of the variable being displayed
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    54
VariableVMNode_NoColumns_column__text_format_with_type={0} = {1} {2}   (type: {3})
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    55
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    56
# {0} - variable name
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    57
# {1} - value formatted in the active format.  If the preferred format was available,
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    58
#       then this is just the value.  Otherwise, it's the string formatted by the
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    59
#       format in VariableVMNode_Value_column__Value__text_format.
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    60
VariableVMNode_NoColumns_column__No_string__text_format={0} = {1}
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    61
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    62
# {0} - variable name
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    63
# {1} - error message
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    64
VariableVMNode_NoColumns_column__Error__text_format={0} - Error: {1}
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    65