Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: a8f24cdc65fb4227df3390da8aa7c178d1c5500b (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
######################################################################
# Copyright (c) 2004,2008 Red Hat, 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:
#    Keith Seitz <keiths@redhat.com> - initial implementation
#    Kent Sebastian <ksebasti@redhat.com>
######################################################################
savedialog.title=Save Session
savedialog.message=Enter the new name of the default session
savedialog.initial=
savedialog.validator.invalidChar={0} is an invalid character in session name \"{1}\".
savedialog.validator.containsWhitespace=Session name \"{0}\" cannot contain whitespace.
savedialog.validator.exists=Session \"{0}\" already exists.

defaultsessiondialog.nodefaultsession.title=Error Saving Default Session
defaultsessiondialog.nodefaultsession.message=No default session exists.

view.dialog.parsing.text=Parsing OProfile Data
view.actions.refresh.label=Refresh View
view.actions.logreader.label=Open OProfile Daemon Log
view.actions.savedefaultsession.label=Save Default Session
view.menu.sortby.label=Sort By
view.actions.default.label=Default
view.actions.event.label=Event
view.actions.session.label=Session
view.actions.function.label=Function
view.actions.lib.label=Library
view.actions.line.label=Line number


oprofiled.logreader.dialog.title=OProfiled Log
oprofiled.logreader.error.fileNotFound=Log file empty or does not exist.
oprofiled.logreader.error.io=Error reading log file.

uimodel.percentage.in=in
uimodel.sample.on.line=on line
uimodel.dependent.dependent.images=dependent images
UiModelSession_current=current

opxmlParse.error.multipleImages=Error: samples not created from Eclipse-OProfile plugin. Please remove this session.

annotation.text.from=from event
annotation.text.in=in session

root.error.nosamples=No profiling data is on the system.

Back to the top