~ubuntu-branches/ubuntu/trusty/eclipse-linuxtools/trusty

« back to all changes in this revision

Viewing changes to oprofile/org.eclipse.linuxtools.oprofile.ui/src/org/eclipse/linuxtools/internal/oprofile/ui/oprofileui.properties

  • Committer: Package Import Robot
  • Author(s): Jakub Adam
  • Date: 2012-06-29 12:07:30 UTC
  • Revision ID: package-import@ubuntu.com-20120629120730-bfri1xys1i71dpn6
Tags: upstream-1.0.0
ImportĀ upstreamĀ versionĀ 1.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
######################################################################
 
2
# Copyright (c) 2004,2008 Red Hat, Inc.
 
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
#    Keith Seitz <keiths@redhat.com> - initial implementation
 
10
#    Kent Sebastian <ksebasti@redhat.com>
 
11
###################################################################### 
 
12
savedialog.title=Save Session
 
13
savedialog.message=Enter the new name of the default session
 
14
savedialog.initial=
 
15
savedialog.validator.invalidChar={0} is an invalid character in session name \"{1}\".
 
16
savedialog.validator.containsWhitespace=Session name \"{0}\" cannot contain whitespace.
 
17
savedialog.validator.exists=Session \"{0}\" already exists.
 
18
 
 
19
defaultsessiondialog.nodefaultsession.title=Error Saving Default Session
 
20
defaultsessiondialog.nodefaultsession.message=No default session exists.
 
21
 
 
22
view.dialog.parsing.text=Parsing OProfile Data
 
23
view.actions.refresh.label=Refresh View
 
24
view.actions.logreader.label=Open OProfile Daemon Log
 
25
view.actions.savedefaultsession.label=Save Default Session
 
26
 
 
27
oprofiled.logreader.dialog.title=OProfiled Log
 
28
oprofiled.logreader.error.fileNotFound=Log file empty or does not exist.
 
29
oprofiled.logreader.error.io=Error reading log file.
 
30
 
 
31
uimodel.percentage.in=in 
 
32
uimodel.sample.on.line=on line 
 
33
uimodel.dependent.dependent.images=dependent images
 
34
UiModelSession_current=current
 
35
 
 
36
opxmlParse.error.multipleImages=Error: samples not created from Eclipse-OProfile plugin. Please remove this session.
 
37
 
 
38
annotation.text.from=from event 
 
39
annotation.text.in=in session 
 
40
 
 
41
root.error.nosamples=No profiling data is on the system.