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

« back to all changes in this revision

Viewing changes to lttng/org.eclipse.linuxtools.lttng.ui/src/org/eclipse/linuxtools/internal/lttng/ui/project/dialogs/messages.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
NewProjectWizard_Title=LTTng Project
 
2
NewProjectWizard_Description=Create an LTTng Project
 
3
 
 
4
TraceLibraryPath_label = Trace Library Path:
 
5
TraceLibraryPath_browseBtn = Browse...
 
6
 
 
7
TraceLibraryPathWizardPage_SpecifiedTraceLibraryLocation_notExists = Specified trace library directory does not exist!
 
8
TraceLibraryPathWizardPage_TraceLoaderLibrary_notExists = Trace loader library not found at the specified path!
 
9
TraceLibraryPathWizardPage_Title = LTTng Parsing Library
 
10
TraceLibraryPathWizardPage_Description = Specify the directory which contains the LTTng parsing libraries
 
11
TraceLibraryPathWizard_Message = Set this field if you want to dynamically change the parsing libraries your LTTng projects use or if you do not want to set LD_LIBRARY_PATH.\n\n\
 
12
    The field is project specific and can be modified at any time from the LTTng project Properties page.\n\
 
13
 
 
14
TraceLibraryPathProperty_Message = Set this field if you want to dynamically change the parsing libraries your LTTng projects use or if you do not want to set LD_LIBRARY_PATH.\n\
 
15
 
 
16
TraceLibraryPath_Note = Note:
 
17
TraceLibraryPath_Message = If you set this field, the parser library 'liblttvtraceread_loader.so' must be accessible from the path provided.\n\n\
 
18
    In addition, the library 'liblttvtraceread_loader.so' must have 'RUNPATH' set with ${ORIGIN} so it can find the dependent libraries. \
 
19
    'RUNPATH' can be set in the makefile or by using the patchelf utility.