|
From: Christopher W. <caw...@us...> - 2006-02-24 20:03:51
|
Update of /cvsroot/rubyeclipse/org.rubypeople.rdt.ui/src/org/rubypeople/rdt/internal/ui/rubyeditor In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32589/src/org/rubypeople/rdt/internal/ui/rubyeditor Modified Files: RubyEditorMessages.properties Log Message: remove a lot of unused strings, add/modify ones for new go to matching bracket action Index: RubyEditorMessages.properties =================================================================== RCS file: /cvsroot/rubyeclipse/org.rubypeople.rdt.ui/src/org/rubypeople/rdt/internal/ui/rubyeditor/RubyEditorMessages.properties,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** RubyEditorMessages.properties 10 Feb 2006 19:57:28 -0000 1.5 --- RubyEditorMessages.properties 24 Feb 2006 20:03:43 -0000 1.6 *************** *** 183,221 **** ExpandSelectionMenu.label=E&xpand Selection To ! GotoNextMember.label= N&ext Member ! GotoNextMember.tooltip=Move the Caret to the Next Member of the Compilation Unit ! GotoNextMember.description=Move the caret to the next member of the compilation unit ! ! GotoPreviousMember.label= Previ&ous Member ! GotoPreviousMember.tooltip=Move the Caret to the Previous Member of the Compilation Unit ! GotoPreviousMember.description=Move the caret to the previous member of the compilation unit ! ! GotoMatchingBracket.label= Matching &Bracket ! GotoMatchingBracket.tooltip=Go to Matching Bracket ! GotoMatchingBracket.description=Go to Matching Bracket ! GotoMatchingBracket.error.invalidSelection=No bracket selected ! GotoMatchingBracket.error.noMatchingBracket=No matching bracket found ! GotoMatchingBracket.error.bracketOutsideSelectedElement=Matching bracket is outside the selected element ! ! SourceAttachmentForm.title=Class File Editor ! SourceAttachmentForm.heading=Source not found ! SourceAttachmentForm.message.noSource=There is no source file attached to the class file {0}. ! SourceAttachmentForm.message.noSourceAttachment=The jar file {0} has no source attachment. ! SourceAttachmentForm.message.pressButtonToAttach=You can attach the source by clicking Attach Source below: ! SourceAttachmentForm.message.noSourceInAttachment=The source attachment does not contain the source for the file {0}. ! SourceAttachmentForm.message.pressButtonToChange=You can change the source attachment by clicking Change Attached Source below: ! SourceAttachmentForm.button.attachSource=&Attach Source... ! SourceAttachmentForm.button.changeAttachedSource=&Change Attached Source... ! SourceAttachmentForm.error.title=Error Opening Source Attachment Form ! SourceAttachmentForm.error.message=An error occurred while opening the source attachment form ! SourceAttachmentForm.attach.error.title=Error Attaching Source ! SourceAttachmentForm.attach.error.message=An error occurred while applying the source attachment ! ! SourceAttachmentForm.message.containerEntry=The JAR of this classfile belongs to the container ''{0}''.\nTo configure the source attachment, go directly to the corresponding configuration page\n(For example for JREs go to ''Installed JREs'' page in preferences). ! ! ! SourceAttachmentDialog.title=Attachments For ''{0}'' ! SourceAttachmentDialog.error.title=Error Attaching Source ! SourceAttachmentDialog.error.message=An error occurred while associating the source RubySelectAnnotationRulerAction.QuickFix.label= &Quick Fix --- 183,192 ---- ExpandSelectionMenu.label=E&xpand Selection To ! GotoMatchingBracket_label= Matching &Bracket ! GotoMatchingBracket_tooltip=Go to Matching Bracket ! GotoMatchingBracket_description=Go to Matching Bracket ! GotoMatchingBracket_error_invalidSelection=No bracket selected ! GotoMatchingBracket_error_noMatchingBracket=No matching bracket found ! GotoMatchingBracket_error_bracketOutsideSelectedElement=Matching bracket is outside the selected element RubySelectAnnotationRulerAction.QuickFix.label= &Quick Fix *************** *** 243,296 **** Indent.label=Correct &Indentation Indent.tooltip=&Indent Current Line to Correct Indentation - Indent.description=&Indents the current line or selection depending on surrounding source code - - OverrideIndicatorManager.implements= implements {0} - OverrideIndicatorManager.intallJob= Override indicator installation job - OverrideIndicatorManager.overrides= overrides {0} - OverrideIndicatorManager.open.error.title= Open Declaring Method - OverrideIndicatorManager.open.error.message= Could not open the super implementation. - OverrideIndicatorManager.open.error.messageHasLogEntry= Could not open the super implementation.\nSee the Error Log for details. - - SemanticHighlighting.job= Semantic Highlighting Job - SemanticHighlighting.field= Fields - SemanticHighlighting.staticField= Static fields - SemanticHighlighting.staticFinalField= Constants - SemanticHighlighting.methodDeclaration= Method declarations - SemanticHighlighting.staticMethodInvocation= Static method invocations - SemanticHighlighting.annotationElementReference= Annotation element references - SemanticHighlighting.abstractMethodInvocation= Abstract method invocations - SemanticHighlighting.inheritedMethodInvocation= Inherited method invocations - SemanticHighlighting.localVariableDeclaration= Local variable declarations - SemanticHighlighting.localVariable= Local variable references - SemanticHighlighting.parameterVariable= Parameter variables - SemanticHighlighting.deprecatedMember= Deprecated members - SemanticHighlighting.typeVariables= Type variables - SemanticHighlighting.method= Methods - SemanticHighlighting.autoboxing= Auto(un)boxed expressions - - FoldingMenu.label= Folding - - RubyEditor.markOccurrences.job.name= Occurrences Marker - - Editor.ChangeEncodingAction.label= Set Encodin&g... - Editor.ChangeEncodingAction.tooltip= Set Encoding - Editor.ChangeEncodingAction.image= - Editor.ChangeEncodingAction.description= Set Encoding - Editor.ChangeEncodingAction.dialog.title= Set Encoding - - Editor.ConvertLineDelimiters.label=C&onvert Line Delimiters To - - Editor.ConvertToWindows.label=&Windows - Editor.ConvertToWindows.tooltip=Converts Line Delimiters to Windows - Editor.ConvertToWindows.image= - Editor.ConvertToWindows.description=Converts line delimiters to Windows - - Editor.ConvertToUNIX.label=&UNIX - Editor.ConvertToUNIX.tooltip=Converts Line Delimiters to UNIX - Editor.ConvertToUNIX.image= - Editor.ConvertToUNIX.description=Converts line delimiters to UNIX - - Editor.ConvertToMac.label=&Mac - Editor.ConvertToMac.tooltip=Converts line delimiters to Mac - Editor.ConvertToMac.image= - Editor.ConvertToMac.description=Converts line delimiters to Mac --- 214,215 ---- |