mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-05 08:46:02 +02:00
fix for bug 177431
This commit is contained in:
parent
9c7f2934ed
commit
c3928a2c46
6 changed files with 6 additions and 6 deletions
|
@ -18,7 +18,7 @@ MakeBuilder.Creating_Markers=Generating markers...
|
|||
BuildInfoFactory.Missing_Builder=Missing Builder:
|
||||
|
||||
MakeTargetManager.add_to_workspace_root=Cannot add make targets to workspace root
|
||||
MakeTargetManager.add_temporary_target=Cannot add temporart Target to manager.
|
||||
MakeTargetManager.add_temporary_target=Cannot add temporary Target to manager.
|
||||
MakeTargetManager.target_exists=Target exists
|
||||
MakeTargetManager.failed_initializing_targets=Failed initializing make targets
|
||||
MakeTargetManager.error_writing_file=Error writing target file
|
||||
|
|
|
@ -14,7 +14,7 @@ MakeBuilder.buildError=Error launching builder ({0})
|
|||
BuildInfoFactory.Missing_Builder=Missing Builder:
|
||||
|
||||
MakeTargetManager.add_to_workspace_root=Cannot add make targets to workspace root
|
||||
MakeTargetManager.add_temporary_target=Cannot add temporart Target to manager.
|
||||
MakeTargetManager.add_temporary_target=Cannot add temporary Target to manager.
|
||||
MakeTargetManager.target_exists=Target exists
|
||||
MakeTargetManager.failed_initializing_targets=Failed initializing make targets
|
||||
MakeTargetManager.error_writing_file=Error writing target file
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
|
||||
CPathsPropertyPage.no_C_project.message=Not a C/C++ project.
|
||||
CPathsPropertyPage.closed_project.message=Path information is not available for a closed project.
|
||||
CPathsPropertyPage.error.title=Error Setting Propject Paths
|
||||
CPathsPropertyPage.error.title=Error Setting Project Paths
|
||||
CPathsPropertyPage.error.message=An error occurred while setting the project path
|
||||
CPathsPropertyPage.unsavedchanges.title=Setting C/C++ Project Path
|
||||
CPathsPropertyPage.unsavedchanges.message=The C/C++ Project path property page contains unsaved modifications. Do you want to save changes so that other path related property pages can be updated?
|
||||
|
|
|
@ -341,7 +341,7 @@ LineWrappingTabPage_splitting_wrap_always_except_first_only_if_necessary=Wrap al
|
|||
LineWrappingTabPage_width_indent=Line width and indentation levels
|
||||
LineWrappingTabPage_width_indent_option_max_line_width=Ma&ximum line width:
|
||||
LineWrappingTabPage_width_indent_option_default_indent_wrapped=Defa&ult indentation for wrapped lines:
|
||||
LineWrappingTabPage_width_indent_option_default_indent_array=Default indentation for nitializer lists:
|
||||
LineWrappingTabPage_width_indent_option_default_indent_array=Default indentation for initializer lists:
|
||||
LineWrappingTabPage_error_invalid_value=The key ''{0}'' contained an invalid value; resetting to defaults.
|
||||
#LineWrappingTabPage_enum_superinterfaces='implements' clause
|
||||
#LineWrappingTabPage_assignment_alignment=Assignments
|
||||
|
|
|
@ -27,7 +27,7 @@ MapEntrySourceContainerType.0=Source lookup: unable to restore map entry - missi
|
|||
MapEntrySourceContainerType.1=Source lookup: unable to restore map entry - missing local path attribute.
|
||||
MapEntrySourceContainerType.2=Source lookup: unable to restore map entry - expecting map entry element.
|
||||
MapEntrySourceContainerType.3=Source lookup: unable to restore map entry - invalid memento.
|
||||
MappingSourceContainerType.0=Source lookup: unable to restore map entry - expecting memnto attribute.
|
||||
MappingSourceContainerType.0=Source lookup: unable to restore map entry - expecting memento attribute.
|
||||
MappingSourceContainerType.1=Source lookup: unable to restore mapping - expecting mapping element.
|
||||
MappingSourceContainerType.2=Source lookup: unable to restore mapping - invalid memento.
|
||||
SourceUtils.0=Mapping
|
||||
|
|
|
@ -91,7 +91,7 @@ CMainTab.C/C++_Application=C/C++ Application:
|
|||
CMainTab.Search...=Searc&h Project...
|
||||
CMainTab.Choose_program_to_run=Choose a &program to run:
|
||||
CMainTab.Choose_program_to_run_from_NAME=Choose a program to run from {0}:
|
||||
CMainTab.UseTerminal=Connect process input && output to a terminal.
|
||||
CMainTab.UseTerminal=Connect process input & output to a terminal.
|
||||
CMainTab.Program_is_not_a_recongnized_executable=Program is not a recognized executable.
|
||||
|
||||
CDebuggerTab.Advanced_Options_Dialog_Title=Advanced Options
|
||||
|
|
Loading…
Add table
Reference in a new issue