~ubuntu-branches/ubuntu/wily/weka/wily

« back to all changes in this revision

Viewing changes to src/main/java/weka/gui/graphvisualizer/messages/messages.properties

  • Committer: Bazaar Package Importer
  • Author(s): tony mancill
  • Date: 2011-08-05 22:40:50 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20110805224050-a01vkwst9epdi4sw
Tags: 3.6.5-1
* Team upload.
* New upstream version (Closes: #632082, #598400)
* Bump Standards-Version to 3.9.2 (no changes required).
* Freshen jar.patch; remove java_cup.patch (incorporated upstream)
* Add README.source to document process of obtaining .png resources.
* Add myself to Uploaders.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#BIFFormatException.java
 
2
 
 
3
#BIFParser.java
 
4
BIFParser_Parse_Exception_Text=No input given
 
5
BIFParser_Parse_BIFFormatException_Text_First=NETWORK tag not found
 
6
BIFParser_Parse_BIFFormatException_Text_Second=More than one name tags found for variable no. 
 
7
BIFParser_Parse_BIFFormatException_Text_Second_Alpha=More than one Probability Table for  
 
8
BIFParser_Parse_Outcome_Text_First=Outcome[
 
9
BIFParser_Parse_Outcome_Text_Second=]
 
10
BIFParser_Parse_BIFFormatException_Text_Third=Probability Table for 
 
11
BIFParser_Parse_BIFFormatException_Text_Fourth= contains more values than it should
 
12
BIFParser_Parse_BIFFormatException_Text_Fifth=Probability Table for 
 
13
BIFParser_Parse_BIFFormatException_Text_Sixth= contains less values than it should
 
14
 
 
15
#DotParser.java
 
16
DotParser_Graph_Error_Text_First=Error at line 
 
17
DotParser_Graph_Error_Text_Second= ignoring token 
 
18
DotParser_Graph_Error_Text_Third=Error. Undirected graphs cannot be used
 
19
DotParser_Graph_Error_Text_Fourth=Error. Expected graph or digraph at line 
 
20
DotParser_Stmt_Error_Text_First=error at lineno 
 
21
DotParser_Stmt_Error_Text_Second= in stmt
 
22
DotParser_Stmt_Error_Text_Third=error at lineno 
 
23
DotParser_Stmt_Error_Text_Fourth= in stmtException
 
24
DotParser_NodeStmt_Error_Text_First=couldn't find label at line 
 
25
DotParser_NodeStmt_Error_Text_Second=couldn't find label at line 
 
26
DotParser_NodeStmt_Error_Text_Third=couldn't find color at line 
 
27
DotParser_NodeStmt_Error_Text_Fourth=couldn't find color at line 
 
28
DotParser_NodeStmt_Error_Text_Fifth=couldn't find style at line 
 
29
DotParser_NodeStmt_Error_Text_Sixth=couldn't find style at line 
 
30
DotParser_EdgeStmt_Error_Text_First=Error at line 
 
31
DotParser_EdgeStmt_Error_Text_Second=. Cannot deal with undirected edges
 
32
DotParser_EdgeStmt_Error_Text_Third=Error at line 
 
33
DotParser_EdgeStmt_Error_Text_Fourth= in edgeStmt
 
34
DotParser_EdgeAttrib_Text=found label  
 
35
DotParser_EdgeAttrib_Error_Text=couldn't find label at line 
 
36
DotParser_EdgeAttrib_Error_Text_First=couldn't find label at line 
 
37
DotParser_EdgeAttrib_Error_Text_Second=couldn't find color at line 
 
38
DotParser_EdgeAttrib_Error_Text_Third=couldn't find color at line 
 
39
DotParser_EdgeAttrib_Error_Text_Fourth=couldn't find style at line 
 
40
DotParser_EdgeAttrib_Error_Text_Fifth=couldn't find style at line 
 
41
 
 
42
#GraphConstants.java
 
43
 
 
44
#GraphEdge.java
 
45
 
 
46
#GraphNode.java
 
47
 
 
48
#GraphVisualizer.java
 
49
GraphVisualizer_Error_Text_First=save.gif not found for weka.gui.graphvisualizer.Graph
 
50
GraphVisualizer_JBtSave_SetToolTipText_Text=Save Graph
 
51
GraphVisualizer_EF1_ExtensionFileFilter_Text=DOT files
 
52
GraphVisualizer_EF2_ExtensionFileFilter_Text=XML BIF files
 
53
GraphVisualizer_FC_SetDialogTitle_Text=Save Graph As
 
54
GraphVisualizer_Error_Text_Second=zoomin.gif not found for weka.gui.graphvisualizer.Graph
 
55
GraphVisualizer_JBtZoomIn_SetToolTipText_Text=Zoom In
 
56
GraphVisualizer_Error_Text_Third=zoomout.gif not found for weka.gui.graphvisualizer.Graph
 
57
GraphVisualizer_JBtZoomOut_SetToolTipText_Text=Zoom Out
 
58
GraphVisualizer_JBtZoom_SetToolTipText_Text=Zoom
 
59
GraphVisualizer_JOptionPaneShowMessageDialog_Text_First=Invalid integer entered for zoom.
 
60
GraphVisualizer_JOptionPaneShowMessageDialog_Text_Second=Error
 
61
GraphVisualizer_Error_Text_Fourth=extra.gif not found for weka.gui.graphvisualizer.Graph
 
62
GraphVisualizer_JBtExtraControls_SetToolTipText_Text=Show/Hide extra controls
 
63
GraphVisualizer_JCbCustomNodeSize_JCheckBox_Text=Custom Node Size
 
64
GraphVisualizer_JLbNodeWidth_JLabel_Text=Width
 
65
GraphVisualizer_JLbNodeHeight_JLabel_Text=Height
 
66
GraphVisualizer_JBtLayout_JButton_Text=Layout Graph
 
67
GraphVisualizer_JOptionPaneShowMessageDialog_Text_First=Invalid integer entered for node width.
 
68
GraphVisualizer_JOptionPaneShowMessageDialog_Text_Second=Error
 
69
GraphVisualizer_JOptionPaneShowMessageDialog_Text_Third=Invalid integer entered for node height.
 
70
GraphVisualizer_JOptionPaneShowMessageDialog_Text_Fourth=Error
 
71
GraphVisualizer_P_BorderFactoryCreateTitledBorder_Text=ExtraControls
 
72
GraphVisualizer_ReadBIF_Error_Text_First=BIF format error
 
73
GraphVisualizer_ReadBIF_Error_Text_Second=BIF format error
 
74
GraphVisualizer_GetToolTipText_Text= (click to view the probability dist. table)
 
75
GraphVisualizer_GraphVisualizerMouseListener_MouseClicked_Error_Text_First=Too many outcomes of parents (
 
76
GraphVisualizer_GraphVisualizerMouseListener_MouseClicked_Error_Text_Second=) can't display probabilities
 
77
GraphVisualizer_Main_Jd_JDialog_Text=Probability Distribution Table For 
 
78
GraphVisualizer_Main_Logger_Text=Logging started
 
79
GraphVisualizer_Main_JFrame_Text=Graph Visualizer
 
80
 
 
81
#HierarchicalBCEngine.java
 
82
HierarchicalBCEngine_JRbTopdown_JRadioButton_Text=Naive Layout
 
83
HierarchicalBCEngine_JRbPriorityLayout_JRadioButton_Text=Priority Layout
 
84
HierarchicalBCEngine_JRbTopdown_JRadioButton_Text=Top Down
 
85
HierarchicalBCEngine_JRbBottomup_JRadioButton_Text=Bottom Up
 
86
HierarchicalBCEngine_JCbEdgeConcentration_JCheckBox_Text=With Edge Concentration
 
87
HierarchicalBCEngine_JP1_JPanel_BorderFactoryCreateTitledBorder_Text=With Edge Concentration
 
88
HierarchicalBCEngine_JP1_SetBorder_Text=Layout Type
 
89
HierarchicalBCEngine_JP2_BorderFactoryCreateTitledBorder_Text=Layout Method
 
90
HierarchicalBCEngine_RemoveLayoutCompleteEventListener_Error_Text_First=layoutCompleteListener to be remove not present
 
91
HierarchicalBCEngine_RemoveLayoutCompleteEventListener_Error_Text_Second=layoutCompleteListener to be remove not present
 
92
HierarchicalBCEngine_LayoutGraph_Progress_SetString_Text_First=Minimizing Crossings: Pass
 
93
HierarchicalBCEngine_LayoutGraph_Progress_SetString_Text_Second=Minimizing Crossings: Pass
 
94
HierarchicalBCEngine_LayoutGraph_Progress_SetString_Text_Third=Laying out vertices
 
95
HierarchicalBCEngine_LayoutGraph_Progress_SetString_Text_Fourth=Layout Complete
 
96
HierarchicalBCEngine_MakeProperHierarchy_Progress_SetString_Text_First=Removing Cycles
 
97
HierarchicalBCEngine_MakeProperHierarchy_Progress_SetString_Text_Second=Assigning levels to nodes
 
98
HierarchicalBCEngine_MakeProperHierarchy_Progress_SetString_Text_Third=Removing gaps by adding dummy vertices
 
99
HierarchicalBCEngine_IndexOfElementInLevel_Exception_Text_First=Error. Didn't find element 
 
100
HierarchicalBCEngine_IndexOfElementInLevel_Exception_Text_Second=in level. Inspect code for weka.gui.graphvisualizer.HierarchicalBCEngine
 
101
HierarchicalBCEngine_Crossings_Exception_Text_First=levels[i][uidx]: 
 
102
HierarchicalBCEngine_Crossings_Exception_Text_Second= which is: 
 
103
HierarchicalBCEngine_Crossings_Exception_Text_Third= temp: 
 
104
HierarchicalBCEngine_Crossings_Exception_Text_Fourth= upper.first: 
 
105
HierarchicalBCEngine_Crossings_Exception_Text_Fifth=levels[i+1][lidx]:
 
106
HierarchicalBCEngine_Crossings_Exception_Text_Sixth= which is:
 
107
HierarchicalBCEngine_Crossings_Exception_Text_Seventh= temp: 
 
108
HierarchicalBCEngine_Crossings_Exception_Text_Eighth= lower.first: 
 
109
HierarchicalBCEngine_PrintMatrices_Text_First= levels.length:  
 
110
HierarchicalBCEngine_PrintMatrices_Text_Second=\nAt the end i: 
 
111
HierarchicalBCEngine_PrintMatrices_Text_Third= levels.length: 
 
112
HierarchicalBCEngine_MyList_Add_Error_Text_First=Error shouldn't be in here. Check MyList code
 
113
HierarchicalBCEngine_MyList_Add_Error_Text_Second=Error shouldn't be in here. Check MyList code
 
114
HierarchicalBCEngine_MyList_Remove_Error_Text_First=element 
 
115
HierarchicalBCEngine_MyList_Remove_Error_Text_Second=not present in the list
 
116
 
 
117
#LayoutCompleteEvent.java
 
118
 
 
119
#LayoutCompleteEventListener.java
 
120
 
 
121
#LayoutEngine.java