Skip to main content
aboutsummaryrefslogblamecommitdiffstats
blob: 78310dadfdcb14ae26ccaf2124f84371847c8f1f (plain) (tree)
1
2
3
4
5
6
7
8
9
10
                                                                               
                                                      







                                                                               



                                                          

                                            
                                                                
                                                                








                                                                         
                                                                             
                                                                     
 



                                                                             

                                                                    
 

                                                                     
                                                                             

                                                    
                                                                                             
                                                                




                                                                                    
 




                                                                                                                                                                                 
 
                                       
 











                                                                                     






                                                           








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

EditorsPlugin.internal_error=Internal Error

TextEditorPreferencePage.description=Text Editor settings:

TextEditorPreferencePage.general=Appeara&nce
TextEditorPreferencePage.displayedTabWidth=Displayed &tab width:
TextEditorPreferencePage.printMarginColumn=&Print margin column:
TextEditorPreferencePage.showOverviewRuler=Show overview &ruler
TextEditorPreferencePage.showLineNumbers=Show lin&e numbers
TextEditorPreferencePage.highlightCurrentLine=Hi&ghlight current line
TextEditorPreferencePage.showPrintMargin=Sho&w print margin
TextEditorPreferencePage.color=C&olor:
TextEditorPreferencePage.appearanceOptions=Appearance co&lor options:
TextEditorPreferencePage.lineNumberForegroundColor=Line number foreground
TextEditorPreferencePage.currentLineHighlighColor=Current line highlight
TextEditorPreferencePage.printMarginColor=Print margin
TextEditorPreferencePage.accessibility.disableCustomCarets= Use c&ustom caret
TextEditorPreferencePage.accessibility.wideCaret= Ena&ble thick caret

TextEditorPreferencePage.selectionForegroundColor= Selection foreground color
TextEditorPreferencePage.selectionBackgroundColor= Selection background color
TextEditorPreferencePage.systemDefault=System De&fault

TextEditorPreferencePage.empty_input=Empty input
TextEditorPreferencePage.invalid_input=''{0}'' is not a valid input.

QuickDiffConfigurationBlock.title= &Quick Diff
QuickDiffConfigurationBlock.description= General Quick Diff settings.
QuickDiffConfigurationBlock.referenceProviderTitle=Use this reference source:
QuickDiffConfigurationBlock.setDefault=&Make Default
QuickDiffConfigurationBlock.defaultlabel= (default)
QuickDiffConfigurationBlock.characterMode= &Use characters to show changes on line number bar
QuickDiffConfigurationBlock.showForNewEditors=&Enable quick diff
QuickDiffConfigurationBlock.showInOverviewRuler= Show differences in &overview ruler
QuickDiffConfigurationBlock.colorTitle=Colo&rs
QuickDiffConfigurationBlock.changeColor= C&hanges:
QuickDiffConfigurationBlock.additionColor= Addi&tions:
QuickDiffConfigurationBlock.deletionColor= De&letions:

OpenExternalFileAction.title=Open External File
OpenExternalFileAction.message.fileNotFound=The file ''{0}'' could not be found.
OpenExternalFileAction.message.filesNotFound=The following files could not be found:\n{0}
OpenExternalFileAction.title.selectWorkspaceFile=Select Workspace File
OpenExternalFileAction.message.fileLinkedToMultiple=The selected file is referenced by multiple linked resources in the workspace.\nSelect a workspace resource to open the file.

NewTextEditorAction.namePrefix=Untitled

AnnotationConfigurationBlock.description= General annotation settings.
AnnotationConfigurationBlock.annotationPresentationOptions= Annotation &presentation:
AnnotationConfigurationBlock.showInText= Show in &text
AnnotationConfigurationBlock.NONE=None
AnnotationConfigurationBlock.SQUIGGLES=Squiggles
AnnotationConfigurationBlock.UNDERLINE=Underline
AnnotationConfigurationBlock.BOX=Box
AnnotationConfigurationBlock.IBEAM=IBeam
AnnotationConfigurationBlock.highlightInText= &Highlight in text
AnnotationConfigurationBlock.showInOverviewRuler= Show in overview &ruler
AnnotationConfigurationBlock.showInVerticalRuler= Show in vertical r&uler
AnnotationConfigurationBlock.color= C&olor:

SelectResourcesDialog.filterSelection= &Filter Selection...
SelectResourcesDialog.deselectAll= &Deselect All
SelectResourcesDialog.selectAll= &Select All
SelectResourcesDialog.noFilesSelected= No file selected. 
SelectResourcesDialog.oneFileSelected= 1 file selected. 
SelectResourcesDialog.nFilesSelected= {0} files selected. 

ConvertLineDelimitersAction.default.label=\ [default]
ConvertLineDelimitersAction.dialog.title=Convert Line Delimiters to 
ConvertLineDelimitersToMacOS9.label=&MacOS 9
ConvertLineDelimitersToWindows.label=&Windows
ConvertLineDelimitersToUnix.label=&Unix
ConvertLineDelimitersAction.dialog.description=Select files to convert:
RemoveTrailingWhitespaceHandler.dialog.title=Remove Trailing Whitespace
RemoveTrailingWhitespaceHandler.dialog.description=Select files:

Back to the top