Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: f1f822d9c159811852c1030fdb607047f925e198 (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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
RunScriptAction.NoScriptFile=No script file found.
RunScriptAction.TapsetDirectoryRun=Scripts in tapset directories cannot be run.
RunScriptHandler.Error=Error
RunScriptHandler.ErrorMessage=The script file could not be run.
RunScriptHandler.couldNotOpenScriptFile=Could not open script file.
RunScriptHandler.checkCredentials=Error connecting to server. Please check the supplied username, password and server address.
RunScriptHandler.ioError=IO Error with remote server.
RunScriptHandler.fileIOError=Error reading script file.

KernelSourceAction.Insert=&Insert
KernelSourceAction.InsertSelectedFunction=Insert the Selected Function

ProbeAliasAction.Insert=&Insert
ProbeAliasAction.InsertSelectedProbe=Insert the Selected Probe
ProbeAliasAction.AvailableVariables=available variables on this probe:

FunctionBrowserAction.Insert=&Insert
FunctionBrowserAction.InsertFunction=Insert the Selected Function
FunctionBrowserAction.UnableToInsertFunction=Unable To Insert Function

GetEditorAction.SelectEditor=Choose which script to open.
GetEditorAction.DialogTitle=Select Script
GetEditorAction.AskBeforeOpenMessage=Opening "{0}". Continue?
GetEditorAction.AskBeforeOpenYes=Yes
GetEditorAction.AskBeforeOpenCancel=Cancel
GetEditorAction.AskBeforeOpenAnother=Choose another file
GetEditorAction.OtherFile=<Other File...>

DefinitionHandler.FileIOErrorTitle=File Error
DefinitionHandler.FileIOErrorMessage=Unable to open definition file.

CEditor.ProbeInsertFailed=Probe Insertion Failure
CEditor.CanNotProbeLine=Stap cannot insert a probe on this line of code.

IDECloseMonitor.StillRunning=There are scripts still running, are you sure you want to close?

TapsetsPreferencePage.AdditionalTapsetsCategory=Additional tapsets to be used with every script
TapsetsPreferencePage.AdditionalTapsets=&Additional tapsets:
TapsetsPreferencePage.TapsetDirectory=Tapset Directory

TapsetBrowserView.WhereDefaultTapset=Where are the default tapsets?

SyntaxColoringPreferencePage.SyntaxColoringOptions=Syntax Coloring Options
SyntaxColoringPreferencePage.DefaultColor=&Default Color:
SyntaxColoringPreferencePage.KeywordColor=&Keyword Color:
SyntaxColoringPreferencePage.EmbeddedCColor=&Embedded C Color:
SyntaxColoringPreferencePage.EmbeddedColor=&Embedded Color:
SyntaxColoringPreferencePage.CommentColor=&Comment Color:
SyntaxColoringPreferencePage.TypeColor=&Type Color:
SyntaxColoringPreferencePage.StringColor=&String Color:
SyntaxColoringPreferencePage.CEditor=c Editor
SyntaxColoringPreferencePage.PreprocessorColor=&Preprocessor Color:

PathPreferencePage.KernelSourceDirectory=&Kernel source directory:
PathPreferencePage.ExcludedSourceFolders=&Excluded source folders:
PathPreferencePage.ExcludedDirectory=Excluded Directory
PathPreferencePage.RemoteOrLocalRadio=Kernel Source Location
PathPreferencePage.LocalMachine=Local Machine
PathPreferencePage.RemoteMachine=Remote Machine

ConditionalFilterPreferencePage.ConditiionalFilterSelector=Conditinal filters to be used with code completion
ConditionalFilterPreferencePage.ConditionalFilters=&Conditional Filters:
ConditionalFilterPreferencePage.NewFilter=New Filter

IDEPreferencePage.UseStoredTapsetTree=Use stored tapset trees
IDEPreferencePage.RemoteProbes=Use remote connection to load SystemTap probes and functions

StapOptionsPreferencePage.StapOptions=Options for running stap

CodeAssistPreferencePage.CodeAssistPreferenceDescription=Preferences controling options for code assist in the editor
CodeAssistPreferencePage.UseCodeAssist=&Use Code Assist
CodeAssistPreferencePage.HowCodeAdded=How code assist adds code:
CodeAssistPreferencePage.Insert=&Insert
CodeAssistPreferencePage.Overwrite=&Overwrite
CodeAssistPreferencePage.ActivationDelay=Activation &Delay (requires restart):
CodeAssistPreferencePage.ActivationTrigger=Activation &Trigger:

EditorPreferencePage.EditorPreferenceDescription=This is for basic properties of the editors.
EditorPreferencePage.BackgroundColor=&Editor Background Color:
EditorPreferencePage.ShowLineNumbers=Show Line &Numbers

StapSettingsDialog.StapOptions=Stap Options

KernelBrowserView.RefreshingKernelSource=Refreshing Kernel Source
KernelBrowserView.WhereKernelSource=Where is the Kernel Source Code?
TapsetBrowserView.TapsetLocation=Tapset Location
TapsetLibrary.0=Fetch Systemtap Function Documentation
TapsetLibrary.1=Fetch Systemtap Probe Documentation
KernelBrowserView.NoKernelSourceFound=The kernel source directory was not defined in SystemTap Prefereces.\n\nYou can set that in Window->Preferences,\nselect SystemTap->IDE->Kernel Source Path
KernelBrowserView.KernelSourceDirNotFound=Kernel Source Directory not found

KernelBrowserView.CouldNotInitializeTree=Could not initialize kernel source tree

ToggleComment_error_title=Comment/Uncomment
ToggleComment_error_message=An error occurred while commenting/uncommenting.

Back to the top