~ubuntu-branches/debian/sid/eclipse-cdt/sid

« back to all changes in this revision

Viewing changes to dsf/org.eclipse.cdt.dsf.ui/src/org/eclipse/cdt/dsf/debug/ui/viewmodel/register/MessagesForRegisterVM.properties

  • Committer: Package Import Robot
  • Author(s): Jakub Adam
  • Date: 2011-10-06 21:15:04 UTC
  • mfrom: (1.1.4)
  • Revision ID: package-import@ubuntu.com-20111006211504-8dutmljjih0zikfv
Tags: 8.0.1-1
* New upstream release.
* Split the JNI packages into a separate architecture dependent
  package and made eclipse-cdt architecture independent.
* Install JNI libraries into multiarch aware location
* Bumped Standards-Version to 3.9.2.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
###############################################################################
 
2
# Copyright (c) 2007, 2009 Wind River Systems and others.
 
3
# All rights reserved. This program and the accompanying materials
 
4
# are made available under the terms of the Eclipse Public License v1.0
 
5
# which accompanies this distribution, and is available at
 
6
# http://www.eclipse.org/legal/epl-v10.html
 
7
#
 
8
# Contributors:
 
9
#   Wind River Systems - initial API and implementation
 
10
###############################################################################
 
11
 
 
12
RegisterColumnPresentation_name=Name
 
13
RegisterColumnPresentation_type=Type
 
14
RegisterColumnPresentation_value=Value
 
15
RegisterColumnPresentation_description=Description
 
16
 
 
17
RegisterGroupVMNode_Name_column__text_format={0}
 
18
RegisterGroupVMNode_Description_column__text_format={0}
 
19
RegisterGroupVMNode_Expression_column__text_format={0}
 
20
RegisterGroupVMNode_No_columns__text_format={0} - {1}
 
21
 
 
22
# {0} - register group name
 
23
# {1} - error message
 
24
RegisterGroupVMNode_No_columns__Error__text_format={0} - Error:{1}
 
25
 
 
26
RegisterVMNode_Name_column__text_format={0}
 
27
RegisterVMNode_Description_column__text_format={0}
 
28
 
 
29
# {0} - floating point, 0=integer/1=float
 
30
# {1} - readability, 0=not readable/1=readable/2=readonce
 
31
# {2} - write-ability, 0=not write-able/1=write-able/2=write once
 
32
RegisterVMNode_Type_column__text_format={0,choice,0#Unsigned|1#Floating Point} / {1,choice,0#ReadNone|1#Readable|2#ReadOnce},{2,choice,0#WriteNone|1#Writeable|2#WriteOnce}
 
33
 
 
34
RegisterVMNode_Expression_column__text_format={0}
 
35
 
 
36
# {0} - register name
 
37
# {1} - value formatted in the active format.  If the preferred format was available,
 
38
#       then this is just the value.  Otherwise, it's the string formatted by the
 
39
#       FormattedValueLabelText and the complexly created type.
 
40
RegisterVMNode_No_columns__text_format={0} = {1}
 
41
 
 
42
# {0} - register name
 
43
# {1} - value formatted in the active format.  If the preferred format was available,
 
44
#       then this is just the value.  Otherwise, it's the string formatted by the
 
45
#       FormattedValueLabelText and the complexly created type.
 
46
# {2} - floating point, 0=integer/1=float
 
47
# {3} - readability, 0=not readable/1=readable/2=readonce
 
48
# {4} - write-ability, 0=not write-able/1=write-able/2=write once
 
49
RegisterVMNode_No_columns__text_format_with_type={0} = {1}   (type: {2,choice,0#Unsigned|1#Floating Point} / {3,choice,0#ReadNone|1#Readable|2#ReadOnce},{4,choice,0#WriteNone|1#Writeable|2#WriteOnce})
 
50
 
 
51
# {0} - register name
 
52
# {1} - error message
 
53
RegisterVMNode_No_columns__Error__text_format={0} - Error:{1}
 
54
 
 
55
RegisterBitFieldVMNode_Name_column__text_format={0}
 
56
RegisterBitFieldVMNode_Description_column__text_format={0}
 
57
 
 
58
# {0} readability, 0=not readable/1=readable/2=readonce
 
59
# {1} write-ability, 0=not write-able/1=write-able/2=write once
 
60
RegisterBitFieldVMNode_Type_column__text_format={0,choice,0#ReadNone|1#Readable|2#ReadOnce},{1,choice,0#WriteNone|1#Writeable|2#WriteOnce}
 
61
 
 
62
# Message format for the value column text
 
63
# {0} - value formatted in the active format.  If the preferred format was available,
 
64
#       then this is just the value.  Otherwise, it's the string formatted by the
 
65
#       FormattedValueLabelText.
 
66
# {1} - bit field mnemonic
 
67
RegisterBitFieldVMNode_Value_column__With_mnemonic__text_format={0} - {1}
 
68
 
 
69
RegisterBitFieldVMNode_Expression_column__text_format={0}
 
70
 
 
71
# {0} - bit field name
 
72
# {1} - error message
 
73
RegisterBitFieldVMNode_No_columns__text_format={0} = {1}
 
74
 
 
75
# {0} - bit field name
 
76
# {1} - error message
 
77
# {2} - readability, 0=not readable/1=readable/2=readonce
 
78
# {3} - write-ability, 0=not write-able/1=write-able/2=write once
 
79
RegisterBitFieldVMNode_No_columns__text_format_with_type={0} = {1}   (type: {2,choice,0#ReadNone|1#Readable|2#ReadOnce},{3,choice,0#WriteNone|1#Writeable|2#WriteOnce})
 
80
 
 
81
 
 
82
# {0} - bit field name
 
83
# {1} - bit field value
 
84
# {2} - bit field mnemonic
 
85
RegisterBitFieldVMNode_No_columns__With_mnemonic__text_format={0} = {1} - {2}
 
86
 
 
87
# {0} - bit field name
 
88
# {1} - bit field value
 
89
# {2} - bit field mnemonic
 
90
# {3} - readability, 0=not readable/1=readable/2=readonce
 
91
# {4} - write-ability, 0=not write-able/1=write-able/2=write once
 
92
RegisterBitFieldVMNode_No_columns__With_mnemonic__text_format_with_type={0} = {1} - {2}   (type: {3,choice,0#ReadNone|1#Readable|2#ReadOnce},{4,choice,0#WriteNone|1#Writeable|2#WriteOnce})
 
93
 
 
94
# {0} - bit field name
 
95
# {1} - error message
 
96
RegisterBitFieldVMNode_No_columns__Error__text_format={0} - Error:{1}