Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 65051b433538c0a7e846efedf5d8db42dc1c0a12 (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
ExportWizardConstants.Window_title=Export
ExportWizardConstants.Wizard_desc=Export Valgrind's output logs from a recent launch to the file system.
ExportWizardConstants.Wizard_title=Valgrind Log Files
ValgrindExportWizard.Export_fail=Problems were encountered during export.
ValgrindExportWizard.Export_subtask=Copying {0}
ValgrindExportWizard.Export_task=Copying Valgrind output logs to {0}
ValgrindExportWizard.Page_name=Export Page
ValgrindExportWizardPage.Browse=Browse...
ValgrindExportWizardPage.Deselect_all=&Deselect All
ValgrindExportWizardPage.Destination_group=Destination directory
ValgrindExportWizardPage.Err_Dir_not_exist=Directory {0} does not exist.
ValgrindExportWizardPage.Err_No_Valgrind_run=No Valgrind run available.
ValgrindExportWizardPage.Err_Not_dir={0} is not a directory.
ValgrindExportWizardPage.Msg_Select_destination=Select a destination for files.
ValgrindExportWizardPage.Select_all=&Select All
ValgrindExportWizardPage.Viewer_label=Log files to export:
ValgrindLaunchConfigurationDelegate.Error_starting_process=Error starting process
ValgrindLaunchConfigurationDelegate.Launch_unsuccessful=Valgrind launch unsuccessful. Check console for details.
ValgrindLaunchConfigurationDelegate.Profiling_Local_CCPP_Application=Profiling Local C/C++ Application
ValgrindLaunchConfigurationDelegate.Saving_Valgrind_output=Saving Valgrind output
ValgrindLaunchConfigurationDelegate.Select_Destination=Select Destination
ValgrindLaunchConfigurationDelegate.Retrieving_location_failed=Retrieving location of output directory failed
ValgrindLaunchConfigurationDelegate.Valgrind_error_msg=Valgrind encountered an error during execution.
ValgrindLaunchConfigurationDelegate.Valgrind_error_title=Valgrind Error
ValgrindLaunchPlugin.Cannot_retrieve_delegate=Cannot retrieve delegate from extension
ValgrindLaunchPlugin.Cannot_retrieve_page=Cannot retrieve page from extension
ValgrindLaunchPlugin.Please_ensure_Valgrind=Please ensure Valgrind is installed and in your path, or manually set a location in Preferences.
ValgrindLaunchPlugin.Couldn't_determine_version=Couldn't determine version of Valgrind located at {0}.
ValgrindLaunchPlugin.Error_min_version=The installed Valgrind ({0}) is older than the minimum supported version ({1}).
ValgrindLaunchPlugin.Error_Valgrind_Disabled=Valgrind integration has been disabled in Preferences
ValgrindOptionsTab.Basic_Options=Basic Options
ValgrindOptionsTab.child_silent=Child silent after fork
ValgrindOptionsTab.demangle=Demangle C++ names
ValgrindOptionsTab.Error_Options=Error Options
ValgrindOptionsTab.File_System=File Syste&m...
ValgrindOptionsTab.General=General Options
ValgrindOptionsTab.limit_errors=Limit errors reported
ValgrindOptionsTab.Main_stack_size=Set main thread's stack size (B):
ValgrindOptionsTab.max_size_of_stack_frame=Max stack frame size (B):
ValgrindOptionsTab.dsymutil=Run dsymutil (Mac OS X)
ValgrindOptionsTab.No_options_tab_found=No options tab found for tool 
ValgrindOptionsTab.num_callers=Callers in stack trace:
ValgrindOptionsTab.run_freeres=Run __libc_freeres on exit
ValgrindOptionsTab.Select_a_Resource=Select a Resource:
ValgrindOptionsTab.Select_a_Suppressions_File=Select a Suppressions File:
ValgrindOptionsTab.Supp_remove=&Remove File
ValgrindOptionsTab.Suppressions=Suppressions
ValgrindOptionsTab.show_errors_below_main=Show errors below main
ValgrindOptionsTab.suppressions_file=Suppression files:
ValgrindOptionsTab.suppressions_file_doesnt_exist=Suppressions file: {0}  doesn't exist.
ValgrindOptionsTab.Tool=Tool
ValgrindOptionsTab.Tool_to_run=Tool to run: 
ValgrindOptionsTab.trace_children=Trace children on exec
ValgrindOptionsTab.Valgrind_Options=Valgrind Options
ValgrindOptionsTab.Workspace=&Workspace...
ValgrindOutputDirectory.Couldnt_create=Couldn't create {0}
ValgrindOutputDirectory.Couldnt_delete=Couldn't delete {0}
ValgrindOutputView.No_output=Valgrind found no problems to report

Back to the top