Internalize lttng.core APIs
[deliverable/tracecompass.git] / org.eclipse.linuxtools.lttng.ui / src / org / eclipse / linuxtools / lttng / ui / project / dialogs / messages.properties
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.
This page took 0.030451 seconds and 5 git commands to generate.