Skip to main content
aboutsummaryrefslogblamecommitdiffstats
blob: 02125630f239ed8f6a222e22e5aabf8d9b173ecc (plain) (tree)
1
2
3
4
5
6
7
                                                                               
                                                      

                                                                       
                                                          

                                           













































                                                                                              



                                                                      
###############################################################################
# Copyright (c) 2000, 2005 IBM Corporation and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/epl-v10.html
#
# Contributors:
#     IBM Corporation - initial API and implementation
###############################################################################

MakefileEditorPreferencePage.description=Makefile Editor settings:
MakefileEditorPreferencePage.invalid_input_print_margin= Invalid print margin column specified
MakefileEditorPreferencePage.empty_input_print_margin= No print margin column specified
MakefileEditorPreferencePage.appearance=Appeara&nce
MakefileEditorPreferencePage.printMarginColumn=Print margin col&umn:
MakefileEditorPreferencePage.showOverviewRuler=Show overview &ruler
MakefileEditorPreferencePage.showLineNumbers=Show lin&e numbers
MakefileEditorPreferencePage.highlightCurrentLine=Hi&ghlight current line
MakefileEditorPreferencePage.showPrintMargin=Sho&w print margin
MakefileEditorPreferencePage.color=C&olor:
MakefileEditorPreferencePage.appearanceOptions=Appearance co&lor options:
MakefileEditorPreferencePage.lineNumberForegroundColor=Line number foreground
MakefileEditorPreferencePage.currentLineHighlighColor=Current line highlight
MakefileEditorPreferencePage.printMarginColor=Print margin
MakefileEditorPreferencePage.Makefile_editor_text_1=Text
MakefileEditorPreferencePage.Makefile_editor_processing_instuctions_2=Processing instructions
MakefileEditorPreferencePage.Makefile_editor_constMakefile_strings_3=ConstMakefile strings
MakefileEditorPreferencePage.Makefile_editor_tags_4=Tags
MakefileEditorPreferencePage.Makefile_editor_comments_5=Comments
MakefileEditorPreferencePage.tabwidth=Displayed &tab width:
MakefileEditorPreferencePage.notabwidth=No tab width specified
MakefileEditorPreferencePage.39=Invalid tab width specified
MakefileEditorPreferencePage.systemdefault=System de&fault
MakefileEditorPreferencePage.spacetabs=&Insert spaces for tabs when typing
MakefileEditorPreferencePage.foreground= Selection foreground color
MakefileEditorPreferencePage.background= Selection background color
MakefileEditorPreferencePage.syntax=Synta&x
MakefileEditorPreferencePage.backcolor=Background color
MakefileEditorPreferencePage.custom=C&ustom:
MakefileEditorPreferencePage.Foreground=Fore&ground:
MakefileEditorPreferencePage.bold=&Bold
MakefileEditorPreferencePage.italic=I&talic

MakefileEditorPreferencePage.folding= &Folding
MakefileEditorPreferencePage.foldingenable= Enable folding when &opening a new editor

MakefileEditorPreferencePage.makefile_editor_comment=comment
MakefileEditorPreferencePage.makefile_editor_macro_def=macro definition
MakefileEditorPreferencePage.makefile_editor_macro_ref=macro reference
MakefileEditorPreferencePage.makefile_editor_function=function
MakefileEditorPreferencePage.makefile_editor_keyword=keyword
MakefileEditorPreferencePage.makefile_editor_target=target

MakefileSettingsPreferencePage.style=Style of Makefile
MakefileSettingsPreferencePage.path.label=Makefile include directories
MakefileSettingsPreferencePage.path.browse=directory

Back to the top