cosmetic fixes
[fedora-idea.git] / resources_eng / src / messages / ActionsBundle.properties
blob075cc0912d0c0512cd8fbc463e13c648da308794
1 # IDEA core action texts and descriptions go here.
2 # The key patterns are "action." + id + ".text" and "action." + id + ".description"
3 action.CaptureMemorySnapShot.text=Capture memory snapshot
4 action.CaptureMemorySnapShot.description=Capture memory snapshot
5 action.CaptureCPUUsageData.text=Capture cpu usage data
6 action.CaptureCPUUsageData.description=Capture cpu usage data
7 action.ContextHelp.text=Conte_xt Help
8 action.ContextHelp.description=Show context help
9 action.RunConfiguration.text=Select Run/Debug Configuration
10 action.SwitchCoverage.text=Show Code Co_verage Information
11 action.RunConfiguration.description=Select Run/Debug Configuration
12 action.ShowIntentionActions.text=Show Intention Actions
13 action.ToggleReadOnlyAttribute.text=Toggle Read-Only Attribute
14 action.ToggleReadOnlyAttribute.description=Toggle read-only attribute of current file
15 action.TogglePopupHints.text=Toggle Popup Hints for Current File
16 action.RunGc.text=Run Garbage Collector
17 action.ShowPopupMenu.text=Show Context Menu
18 action.CloseWindow.text=Close Active Window
19 action.Vcs.ShowMessageHistory.text=Message History
20 action.Vcs.ShowMessageHistory.description=Show commit message history
21 action.Vcs.ShowHistory.text=Show File History
22 action.Vcs.ShowHistory.description=Show history of file
23 action.Vcs.ShowHistoryForBlock.text=Show History _for Selection
24 action.Vcs.ShowHistoryForBlock.description=Show history for editor selection
25 action.Vcs.ShowTabbedFileHistory.text=_Show History
26 action.Vcs.ShowTabbedFileHistory.description=Show history of file
27 action.AddToFavoritesPopup.text=Add To Favorites
28 action.AddToFavoritesPopup.description=Add selected node to favorites
29 group.AddToFavorites.text=Add To _Favorites
30 group.AddAllToFavorites.text=Add A_ll To Favorites
31 action.AddNewFavoritesList.text=Add New Favorites List
32 action.AddNewFavoritesList.description=Add New Favorites List
33 action.RemoveFromFavorites.text=Remove From Favorites
34 action.RemoveFromFavorites.description=Remove selected node from favorites
35 action.RenameFavoritesList.text=Rename Favorites List
36 action.RenameFavoritesList.description=Rename the favorites list the selected node belongs to
37 action.RemoveFavoritesList.text=Delete Favorites List
38 action.RemoveFavoritesList.description=Delete all favorites the selected node belongs to
39 action.RemoveAllFavoritesListsButThis.text=Delete All Favorites List But This
40 action.RemoveAllFavoritesListsButThis.description=Delete all favorites except these
41 group.SendToFavoritesGroup.text=_Send To Favorites
42 action.ActivateNavBar.text=Activate Navigation _Bar
43 action.ActivateNavBar.description=Activate navigation bar
44 action.CreateRunConfiguration.text=Create Run Configuration
45 action.CreateRunConfiguration.description=Create run configuration from context
46 group.RunContextPopupGroup.text=Run Configurations
47 group.EditorActions.text=Editor Actions
48 action.EditorChooseLookupItem.text=Choose Lookup Item
49 action.EditorChooseLookupItemReplace.text=Choose Lookup Item Replace
50 action.NextTemplateVariable.text=Next Template Variable
51 action.PreviousTemplateVariable.text=Previous Template Variable
52 action.NextParameter.text=Next Parameter
53 action.PrevParameter.text=Prev Parameter
54 action.EditorPageUp.text=Page Up
55 action.EditorPageDown.text=Page Down
56 action.EditorPageUpWithSelection.text=Page Up with Selection
57 action.EditorPageDownWithSelection.text=Page Up with Selection
58 action.EditorCopy.text=Copy
59 action.EditorCut.text=Cut
60 action.EditorPaste.text=Paste
61 action.EditorPasteSimple.text=Paste _Simple
62 action.EditorPasteSimple.description=Paste without formatting, autoimport, literal escaping etc.
63 action.EditorPasteFromX11.text=Paste from X clipboard
64 action.EditorDelete.text=Delete
65 action.EditorBackSpace.text=Backspace
66 action.EditorMoveToPageTop.text=Move Caret to Page Top
67 action.EditorMoveToPageBottom.text=Move Caret to Page Bottom
68 action.EditorMoveToPageTopWithSelection.text=Move Caret to Page Top with Selection
69 action.EditorMoveToPageBottomWithSelection.text=Move Caret to Page Bottom with Selection
70 action.EditorEnter.text=Enter
71 action.EditorEscape.text=Escape
72 action.EditorUp.text=Up
73 action.EditorDown.text=Down
74 action.EditorLeft.text=Left
75 action.EditorRight.text=Right
76 action.EditorUpWithSelection.text=Up with Selection
77 action.EditorDownWithSelection.text=Down with Selection
78 action.EditorLeftWithSelection.text=Left with Selection
79 action.EditorRightWithSelection.text=Right with Selection
80 action.EditorIndentSelection.text=Indent Selection
81 action.EditorUnindentSelection.text=Unindent Selection
82 action.EditorTab.text=Tab
83 action.EmacsStyleIndent.text=Emacs Tab
84 action.EditorScrollUp.text=Scroll Up
85 action.EditorScrollDown.text=Scroll Down
86 action.EditorMoveUpAndScroll.text=Move Up and Scroll
87 action.EditorMoveDownAndScroll.text=Move Down and Scroll
88 action.EditorMoveUpAndScrollWithSelection.text=Move Up and Scroll with Selection
89 action.EditorMoveDownAndScrollWithSelection.text=Move Down and Scroll with Selection
90 action.EditorLineStart.text=Move Caret to Line Start
91 action.EditorLineEnd.text=Move Caret to Line End
92 action.EditorCutLineEnd.text=Cut up to Line End
93 action.EditorTextStart.text=Move Caret to Text Start
94 action.EditorTextEnd.text=Move Caret to Text End
95 action.EditorLineStartWithSelection.text=Move Caret to Line Start with Selection
96 action.EditorLineEndWithSelection.text=Move Caret to Line End with Selection
97 action.EditorTextStartWithSelection.text=Move Caret to Text Start with Selection
98 action.EditorTextEndWithSelection.text=Move Caret to Text End with Selection
99 action.EditorNextWord.text=Move Caret to Next Word
100 action.EditorPreviousWord.text=Move Caret to Previous Word
101 action.EditorNextWordWithSelection.text=Move Caret to Next Word with Selection
102 action.EditorPreviousWordWithSelection.text=Move Caret to Previous Word with Selection
103 action.EditorCodeBlockStart.text=Move Caret to Code Block Start
104 action.EditorCodeBlockEnd.text=Move Caret to Code Block End
105 action.EditorCodeBlockStartWithSelection.text=Move Caret to Code Block Start with Selection
106 action.EditorCodeBlockEndWithSelection.text=Move Caret to Code Block End with Selection
107 action.EditorDeleteToWordStart.text=Delete to Word Start
108 action.EditorDeleteToWordEnd.text=Delete to Word End
109 action.EditorDeleteLine.text=Delete Line at Caret
110 action.EditorDuplicate.text=Duplicate Line or Block
111 action.EditorSelectWord.text=Select Word at Caret
112 action.EditorUnSelectWord.text=Unselect Word at Caret
113 action.EditorToggleInsertState.text=Toggle Insert/Overwrite
114 action.EditorToggleColumnMode.text=Column _Mode
115 action.EditorToggleColumnMode.description=Toggle editor column mode
116 action.EditorToggleShowWhitespaces.text=Sh_ow Whitespaces
117 action.EditorToggleShowWhitespaces.description=Toggle display whitespaces in current editor
118 action.EditorToggleShowLineNumbers.text=Show Line _Numbers
119 action.EditorToggleShowLineNumbers.description=Toggle display line numbers in current editor
120 action.EditorScrollToCenter.text=Scroll to Center
121 action.EditorToggleCase.text=Toggle Case
122 action.EditorJoinLines.text=Join Lines
123 action.EditorSelectLine.text=Select Line at Caret
124 action.EditorSplitLine.text=Split Line
125 action.EditorStartNewLine.text=Start New Line
126 action.EditorCompleteStatement.text=Complete Current Statement
127 action.ExpandAll.text=Expand All
128 action.CollapseAll.text=Collapse All
129 action.ExportToTextFile.text=Export to Text File
130 action.ExpandTreeNode.text=Expand Tree Node
131 action.CollapseTreeNode.text=Collapse Tree Node
132 action.FullyExpandTreeNode.text=Fully Expand Tree Node
133 action.CreatePersistenceUnit.text=_Persistence Unit
134 action.CreateEntityListener.text=Entity _Listener
135 action.CreatePersistentEntity.text=_Entity
136 action.CreateMappedSuperclass.text=_Mapped Superclass
137 action.CreateEmbeddable.text=Em_beddable
138 action.GeneratePersistenceUnit.text=Generate Persistence Mapping
139 action.ApplyJavaeeStyle.text=_Apply EJB 3.0 Style
140 action.CreateSessionBean.text=_Session Bean
141 action.CreateContainerManagedEntityBeanAction.text=_CMP Entity Bean
142 action.CreateBeanManagedEntityBeanAction.text=_BMP Entity Bean
143 action.CreateMessageBean.text=_Message Bean
144 action.CreateTransferObject.text=_Transfer Object
145 action.CreateCMPField.text=_CMP Field
146 action.CreateEJBRelationship.text=EJB _Relationship
147 action.CreateEJBInterceptor.text=_Interceptor
148 action.CreateJSPAction.text=_Jsp
149 action.CreateJSPAction.description=Create new JSP file in this directory
150 action.CreateJSPXAction.text=Jsp_x
151 action.CreateJSPXAction.description=Create new JSPX file in this directory
152 action.CreateServletAction.text=_Servlet
153 action.CreateServletAction.description=Create new servlet
154 action.CreateFilterAction.text=_Filter
155 action.CreateFilterAction.description=Create new filter
156 action.CreateListenerAction.text=_Listener
157 action.CreateListenerAction.description=Create new listener
158 group.GenerateGroup.text=_Generate
159 action.GenerateConstructor.text=Constructor
160 action.GenerateGetter.text=Getter
161 action.GenerateSetter.text=Setter
162 action.GenerateGetterAndSetter.text=Getter and Setter
163 action.GenerateEquals.text=equals() and hashCode()
164 action.OverrideMethods.text=_Override Methods...
165 action.OverrideMethods.description=Override base class methods in the current class
166 action.ImplementMethods.text=_Implement Methods...
167 action.ImplementMethods.description=Implement base interface/class methods in the current class
168 action.DelegateMethods.text=_Delegate Methods...
169 action.DelegateMethods.description=Generate delegate method to a field/getter
170 action.GenerateSuperMethodCall.text=super method call
171 action.NextDiff.text=Move to the next difference
172 action.NextDiff.description=Move to the next difference
173 action.PreviousDiff.text=Move to the previous difference
174 action.PreviousDiff.description=Move to the previous difference
175 action.Refresh.text=Refresh
176 action.CheckinProject.text=Check In Project
177 action.CheckinFiles.text=Check In
178 action.UpdateFiles.text=Update
179 action.CheckStatusForFiles.text=Check Status
180 action.Annotate.text=A_nnotate
181 action.Annotate.description=Show information about last modification date and author for each line
182 action.Compare.SameVersion.text=Compare with the Same Repository Version
183 action.Compare.LastVersion.text=Compare with the Last Repository Version
184 action.Compare.Selected.text=Compare with...
185 group.NewGroup.text=New
186 action.NewClass.text=Class
187 action.NewHtmlType.text=HTML document
188 action.NewXhtmlType.text=XHTML document
189 action.NewInterface.text=Interface
190 action.NewEnum.text=Enum
191 action.NewAnnotationType.text=@Interface
192 action.NewFile.text=File
193 action.NewDir.text=Directory/Package
194 action.NewFromTemplate.text=From Template
195 action.NewDialog.text=Dialog
196 action.NewForm.text=GUI Form
197 action.CompareTwoFiles.text=Compare Two _Files
198 action.CompareTwoFiles.description=Compare two selected files
199 action.CompareFileWithEditor.text=Co_mpare File with Editor
200 action.CompareFileWithEditor.description=Compare selected file with editor
201 group.LocalVcsGroup.text=Local _History
202 action.LocalVcs.ShowHistory.text=Show _History
203 action.LocalVcs.ShowHistory.description=Show local history
204 action.LocalVcs.HistoryForBlock.text=Show History for _Selection
205 action.LocalVcs.HistoryForBlock.description=Show local history for editor selection
206 action.LocalVcs.AddLabel.text=Add _Label...
207 action.LocalVcs.AddLabel.description=Add label
208 group.VcsGroups.text=Version _Control
209 group.VcsGlobalGroup.text=Version Control Group
210 action.Vcs.FileView.text=Show File _View
211 action.Vcs.FileView.description=Show version control related information for all local files
212 action.Vcs.UpdateProject.text=Update Project
213 action.Vcs.ProjectStatus.text=Check Project Status
214 action.Vcs.MarkSourcesAsCurrent.text=Mark Project as Current
215 action.Vcs.MarkSourcesAsCurrent.description=Mark sources as up-to-date
216 group.VcsGroup.text=Version Control
217 group.VcsFileGroupPopup.text=Version Control Group
218 group.FileMenu.text=_File
219 action.NewProject.text=_New Project...
220 action.NewProject.description=Create a new project
221 action.NewModule.text=New _Module...
222 action.NewModule.description=Add new module to the project
223 action.OpenProject.text=_Open Project...
224 action.OpenProject.description=Open an existing project
225 action.OpenFile.text=Open Fi_le...
226 action.OpenFile.description=Open file in editor
227 group.$LRU.text=_Reopen
228 group.$LRU.description=List of recently opened projects
229 action.CloseProject.text=Close Pro_ject
230 action.CloseProject.description=Close current project
231 action.ShowSettings.text=Se_ttings
232 action.ShowSettings.description=Configure application and current project settings
233 action.TemplateProjectProperties.text=Templ_ate Project Settings
234 action.TemplateProjectProperties.description=Configure template settings for all new projects
235 action.SaveAll.text=_Save All
236 action.SaveAll.description=Save all files and settings
237 action.ExportSettings.text=_Export Settings...
238 action.ExportSettings.description=Export global settings
239 action.ImportSettings.text=_Import Settings...
240 action.ImportSettings.description=Import global settings
241 action.ImportFromJBuilder.text=Import _From JBuilder
242 action.ImportFromJBuilder.description=Load Modules From JBuilder Project
243 action.Synchronize.text=S_ynchronize
244 action.Synchronize.description=Detect all externally changed files and reload them from disk
245 action.ReloadFromDisk.text=Reload from Dis_k
246 action.ReloadFromDisk.description=Reload current file from disk and lose all changes
247 group.Vcs.Checkout.text=_Checkout from Version Control
248 action.ExportToHTML.text=Export to _HTML...
249 action.ExportToHTML.description=Save file content in HTML format with syntax coloring
250 action.Print.text=_Print...
251 action.Print.description=Print file
252 action.Exit.text=E_xit
253 action.Exit.description=Quit IDEA
254 group.EditMenu.text=_Edit
255 action.$Undo.text=_Undo
256 action.$Undo.description=Undo last operation
257 action.$Redo.text=_Redo
258 action.$Redo.description=Redo last undone operation
259 action.$Cut.text=Cu_t
260 action.$Cut.description=Cut to clipboard
261 action.$Copy.text=_Copy
262 action.$Copy.description=Copy to clipboard
263 action.CopyPaths.text=C_opy Paths
264 action.CopyPaths.description=Copy paths corresponding to selected files or directories to clipboard
265 action.CopyReference.text=Copy _Reference
266 action.CopyReference.description=Copy Java class/method/field reference
267 action.$Paste.text=_Paste
268 action.$Paste.description=Paste from clipboard
269 action.PasteMultiple.text=Past_e...
270 action.PasteMultiple.description=Paste from recent clipboards
271 action.$SelectAll.text=Select _All
272 action.$SelectAll.description=Select all
273 action.NewElement.text=_New...
274 action.NewElement.description=Create new class, interface, file or directory
275 action.$Delete.text=_Delete
276 action.$Delete.description=Delete selected item
277 action.ToggleBookmark.text=Toggle _Bookmark
278 action.ToggleBookmark.description=Toggle bookmark at the current location
279 action.ShowBookmarks.text=_Show Bookmarks
280 action.ShowBookmarks.description=Show list of all bookmarks
281 group.SearchMenu.text=_Search
282 action.Find.text=_Find...
283 action.Find.description=Find a string in active editor
284 action.Replace.text=_Replace...
285 action.Replace.description=Replace a string in active editor with another string
286 action.FindNext.text=Find _Next
287 action.FindNext.description=Repeat the last Find/Replace operation
288 action.FindPrevious.text=Find Pre_vious
289 action.FindPrevious.description=Repeat the last Find/Replace operation in reverse direction
290 action.FindWordAtCaret.text=Find _Word at Caret
291 action.FindWordAtCaret.description=Find next occurrence of the word at caret
292 action.IncrementalSearch.text=Incrementa_l Search
293 action.IncrementalSearch.description=Start incremental search (searches string as you type)
294 action.FindUsages.text=Find _Usages...
295 action.FindUsages.description=Find usages of the symbol at caret
296 action.FindUsagesInFile.text=F_ind Usages in File...
297 action.FindUsagesInFile.description=Find usages of the symbol at caret in active editor
298 action.HighlightUsagesInFile.text=_Highlight Usages in File
299 action.HighlightUsagesInFile.description=Highlight usages of the symbol at caret in active editor
300 action.FindJoinpointsByPointcutAction.text=Find _Join Point Identified by Pointcut
301 action.FindJoinpointsByPointcutAction.description=Find join point identified by pointcut
302 action.FindInPath.text=Find in _Path...
303 action.FindInPath.description=Find a string in multiple files
304 action.ReplaceInPath.text=Repl_ace in Path...
305 action.ReplaceInPath.description=Replace a string in multiple files with another string
306 group.ViewMenu.text=_View
307 action.ViewToolBar.text=_Toolbar
308 action.ViewToolBar.description=Show/hide the main toolbar
309 action.ViewStatusBar.text=_Status Bar
310 action.ViewStatusBar.description=Show/hide the status bar
311 action.ViewNavigationBar.text=_Navigation Bar
312 action.ViewNavigationBar.description=Show/hide the navigation bar
313 action.ToggleFullScreenMode.text=F_ull Screen
314 action.ToggleFullScreenMode.description=Maximize window to full screen
315 action.FileStructurePopup.text=_File Structure Popup
316 action.FileStructurePopup.description=Popup structure of the current file for quick navigation
317 action.SelectIn.text=Se_lect In...
318 action.SelectIn.description=Select the current class or method in any view
319 action.QuickJavaDoc.text=Quick _Documentation Lookup
320 action.QuickJavaDoc.description=Show a popup window with JavaDoc for the symbol at caret
321 action.QuickImplementations.text=_Quick Definition Lookup
322 action.QuickImplementations.description=Show a popup window with the symbol (and its implementations) content
323 action.ParameterInfo.text=_Parameter Info
324 action.ParameterInfo.description=Show parameters of the method call at caret
325 action.EditorContextInfo.text=_Context Info
326 action.EditorContextInfo.description=Show the current method or class declaration when it is not visible
327 action.ShowErrorDescription.text=E_rror Description
328 action.ShowErrorDescription.description=Show description of error or warning at caret
329 action.CommanderSyncViews.text=S_ynchronize Views
330 action.CommanderSyncViews.description=Synchronize both panels
331 action.CommanderSwapPanels.text=Swap _Panels
332 action.CommanderSwapPanels.description=Swap the panels
333 action.ProjectViewChangeView.text=Change View
334 action.ProjectViewChangeView.description=Choose Project, Sourcepath or Classpath tree in the Project View window
335 action.EditSource.text=_Jump to Source
336 action.EditSource.description=Open editor for the selected item and give focus to it
337 action.ViewSource.text=Sho_w Source
338 action.ViewSource.description=Open editor for the selected item
339 action.OpenInBrowser.text=Open in _Browser
340 action.ExternalJavaDoc.text=_External JavaDoc
341 action.ExternalJavaDoc.description=Open browser with JavaDoc for the selected item
342 action.RecentFiles.text=Rece_nt Files...
343 action.RecentFiles.description=Show list of recently edited files
344 action.QuickChangeScheme.text=_Quick Switch Scheme...
345 action.QuickChangeScheme.description=Change current code style scheme, color\\&fonts scheme, keymap or Look\\&Feel
346 action.TypeHierarchy.text=Type _Hierarchy
347 action.TypeHierarchy.description=Browse hierarchy for the selected class
348 action.MethodHierarchy.text=_Method Hierarchy
349 action.MethodHierarchy.description=Browse method hierarchy for the selected method
350 action.CallHierarchy.text=Call Hierarch_y
351 action.CallHierarchy.description=Browse call hierarchy for the selected method
352 group.FoldingGroup.text=Foldin_g
353 action.ExpandRegion.text=E_xpand
354 action.ExpandRegion.description=Expand folding region at caret
355 action.CollapseRegion.text=_Collapse
356 action.CollapseRegion.description=Collapse folding region at caret
357 action.ExpandAllRegions.text=_Expand All
358 action.ExpandAllRegions.description=Expand all folding regions
359 action.CollapseAllRegions.text=Collapse _All
360 action.CollapseAllRegions.description=Collapse all folding regions
361 action.ExpandJavadocs.text=Expand Java_docs
362 action.ExpandJavadocs.description=Expand all javadoc comments
363 action.CollapseJavadocs.text=Collapse _Javadocs
364 action.CollapseJavadocs.description=Collapse all javadoc comments
365 action.CollapseSelection.text=Fold _Selection / Remove region
366 action.CollapseSelection.description=Fold selected block
367 action.CollapseBlock.text=Fold Code Block
368 action.CollapseBlock.description=Fold current code block
369 action.RecentChanges.text=Recent Changes...
370 group.GoToMenu.text=_Go To
371 action.GotoClass.text=_Class...
372 action.GotoClass.description=Quickly navigate to a class by name
373 action.GotoFile.text=_File...
374 action.GotoFile.description=Quickly navigate to a file by name
375 action.GotoSymbol.text=_Symbol...
376 action.GotoSymbol.description=Quickly navigate to any symbol by name
377 action.GotoLine.text=_Line...
378 action.GotoLine.description=Navigate to a line in editor by its number
379 action.GotoDeclaration.text=_Declaration
380 action.GotoDeclaration.description=Navigate to the declaration of the symbol at caret
381 action.GotoDefinition.text=_Definition
382 action.GotoDefinition.description=Navigate to the definitions of the current value
383 action.GotoUsage.text=_Usage
384 action.GotoUsage.description=Navigate to the usages of the current value
385 action.GotoImplementation.text=I_mplementation(s)
386 action.GotoImplementation.description=Navigate to the implementation(s) of the selected class or method
387 action.SmartGotoImplementation.text=_Called Implementation(s)
388 action.SmartGotoImplementation.description=Navigate to the implementation(s) of the selected method
389 action.GotoTypeDeclaration.text=_Type Declaration
390 action.GotoTypeDeclaration.description=Navigate to the declaration of the symbol's type at caret
391 action.GotoSuperMethod.text=S_uper Method
392 action.GotoSuperMethod.description=Navigate to the declaration of the method that current method overrides or implements
393 action.GotoAspect.text=_Aspect
394 action.GotoAspect.description=Navigate to the declaration of the advice, error or warning declaration that affects a join point at caret
395 action.GotoNextError.text=_Next Highlighted Error
396 action.GotoNextError.description=Navigate to the next highlighted error in the active editor
397 action.GotoPreviousError.text=_Previous Highlighted Error
398 action.GotoPreviousError.description=Navigate to the previous highlighted error in the active editor
399 action.MethodDown.text=N_ext Method
400 action.MethodDown.description=Navigate to the next method in the active editor
401 action.MethodUp.text=Prev_ious Method
402 action.MethodUp.description=Navigate to the previous method in the active editor
403 action.GotoNextBookmark.text=Ne_xt Bookmark
404 action.GotoNextBookmark.description=Navigate to the next bookmark in the active editor
405 action.GotoPreviousBookmark.text=P_revious Bookmark
406 action.GotoPreviousBookmark.description=Navigate to the previous bookmark in the active editor
407 action.Back.text=_Back
408 action.Back.description=Undo last navigation operation
409 action.Forward.text=For_ward
410 action.Forward.description=Redo last undone navigation operation
411 action.JumpToLastChange.text=La_st Edit Location
412 action.JumpToLastChange.description=Move through the most recent change points
413 action.PreviousOccurence.text=Previ_ous Occurrence
414 action.PreviousOccurence.description=Navigate to the previous occurrence
415 action.NextOccurence.text=Ne_xt Occurrence
416 action.NextOccurence.description=Navigate to the next occurrence
417 action.VcsShowNextChangeMarker.text=Go To Next Change
418 action.VcsShowNextChangeMarker.description=Next change
419 action.VcsShowPrevChangeMarker.text=Go To Prev Change
420 action.VcsShowPrevChangeMarker.description=Prev change
421 group.CodeMenu.text=Co_de
422 action.SurroundWith.text=_Surround With...
423 action.SurroundWith.description=Surround selected code fragment with if, while, try/catch or other construct
424 action.Generate.text=Generate...
425 action.Generate.description=Generate constructor, getter or setter method, or EJB components
426 group.CodeCompletionGroup.text=_Complete Code
427 action.CodeCompletion.text=Basic
428 action.CodeCompletion.description=Complete code
429 action.WordCompletion.text=Complete Word
430 action.WordCompletion.description=Complete word
431 action.SmartTypeCompletion.text=SmartType
432 action.SmartTypeCompletion.description=Complete code basing on expected type
433 action.ClassNameCompletion.text=Class Name
434 action.ClassNameCompletion.description=Complete class name and add import for it
435 action.InsertLiveTemplate.text=Insert Live _Template...
436 action.InsertLiveTemplate.description=Show popup list of live templates starting with the specified prefix
437 action.SurroundWithLiveTemplate.text=Surround with Live Tem_plate...
438 action.SurroundWithLiveTemplate.description=Surrounds the selection with one of the template
439 action.CommentByLineComment.text=Comment with _Line Comment
440 action.CommentByLineComment.description=Comment/uncomment current line or selected block with line comments
441 action.CommentByBlockComment.text=Comment with _Block Comment
442 action.CommentByBlockComment.description=Comment/uncomment code with block comments
443 action.ReformatCode.text=_Reformat Code...
444 action.ReformatCode.description=Reformat code
445 action.AutoIndentLines.text=_Auto-Indent Lines
446 action.AutoIndentLines.description=Indent current line or selected block according to the code style settings
447 action.OptimizeImports.text=_Optimize Imports...
448 action.OptimizeImports.description=Remove unused imports and reorder/reorganize imports
449 action.MoveStatementDown.text=Move Statement Do_wn
450 action.MoveStatementDown.description=Move selected statements one line down
451 action.MoveStatementUp.text=Move Statement _Up
452 action.MoveStatementUp.description=Move selected statements one line up
453 action.RemoveEnclosingTag.text=Remove Enclosing _Tag
454 action.RemoveEnclosingTag.description=Remove enclosing tag preserving its content
455 group.AnalyzeMenu.text=Analy_ze
456 action.InspectCode.text=_Inspect Code...
457 action.InspectCode.description=Inspect code
458 action.ViewOfflineInspection.text=View _Offline Inspection Results...
459 action.ViewOfflineInspection.description=Load offline inspection results
460 action.ShowPackageDeps.text=Analyze _Dependencies...
461 action.ShowPackageDeps.description=Browse code choosen analysis item depends on
462 action.ShowBackwardPackageDeps.text=Analyze _Backward Dependencies...
463 action.ShowBackwardPackageDeps.description=Browse code choosen analysis item used in
464 action.ShowPackageCycles.text=Analyze _Cyclic Dependencies...
465 action.ShowPackageCycles.description=Browse code choosen analysis item used in cycles
466 action.ShowModulesDependencies.text=Analyze _Module Dependencies...
467 action.ShowModulesDependencies.description=Show dependencies between modules in project
468 action.DupLocate.text=_Locate Duplicates...
469 action.DupLocate.description=Locate duplicate code in project
470 action.Unscramble.text=Analyze _Stacktrace...
471 group.RefactoringMenu.text=_Refactor
472 action.RenameElement.text=Rename...
473 action.RenameElement.description=Rename the selected symbol and correct all references
474 action.ChangeSignature.text=Change Signature...
475 action.ChangeSignature.description=Change signature of the selected method or class and correct all references
476 action.MakeStatic.text=Make S_tatic...
477 action.MakeStatic.description=Convert method or inner class to static and correct all references
478 action.ConvertToInstanceMethod.text=C_onvert To Instance Method...
479 action.ConvertToInstanceMethod.description=Convert static method to instance method and correct all references
480 action.Move.text=Move...
481 action.Move.description=Move the selected class, method, package or static member to another package or class and correct all references
482 action.CopyElement.text=Copy...
483 action.CopyElement.description=Create a copy of the selected class, file(s) or directory(es)
484 action.CloneElement.text=Clo_ne...
485 action.CloneElement.description=Create a copy of the selected class, file or directory in the same package/directory
486 action.SafeDelete.text=Safe _Delete...
487 action.SafeDelete.description=Delete the selected class, method or field, checking for usages
488 action.ExtractMethod.text=E_xtract Method...
489 action.ExtractMethod.description=Turn the selected code fragment into a method
490 action.MethodDuplicates.text=_Replace Method Code Duplicates...
491 action.MethodDuplicates.description=Finds code in current file that can be transformed into a call of selected method
492 action.InvertBoolean.text=Invert _Boolean...
493 action.InvertBoolean.description=Makes the method return or variable contain the opposite value and corrects the references
494 action.IntroduceVariable.text=Introduce _Variable...
495 action.IntroduceVariable.description=Put a result of the selected expression into a variable
496 action.IntroduceField.text=Introduce _Field...
497 action.IntroduceField.description=Put a result of the selected expression into a field
498 action.IntroduceConstant.text=Introduce _Constant...
499 action.IntroduceConstant.description=Replace selected expression with a constant (static final field)
500 action.IntroduceParameter.text=Introduce _Parameter...
501 action.IntroduceParameter.description=Turn the selected expression into method parameter
502 action.ExtractInterface.text=Extract _Interface...
503 action.ExtractInterface.description=Extract interface from the selected class
504 action.ExtractSuperclass.text=Extract S_uperclass...
505 action.ExtractSuperclass.description=Extract superclass from the selected class
506 action.TurnRefsToSuper.text=Use Interface _Where Possible...
507 action.TurnRefsToSuper.description=Change usages of a class to those of its superclass or interface
508 action.MembersPullUp.text=Pu_ll Members Up...
509 action.MembersPullUp.description=Pull class members to superclass or implemented interface
510 action.MemberPushDown.text=Pu_sh Members Down...
511 action.MemberPushDown.description=Push class members down to directly inheriting subclasses
512 action.InheritanceToDelegation.text=Replace _Inheritance with Delegation...
513 action.InheritanceToDelegation.description=Replace inheritance with delegation
514 action.Inline.text=Inline...
515 action.Inline.description=Inline the selected method or variable
516 action.AnonymousToInner.text=Convert Anon_ymous to Inner...
517 action.AnonymousToInner.description=Convert anonymous class into an inner class
518 action.EncapsulateFields.text=_Encapsulate Fields...
519 action.EncapsulateFields.description=Replace direct access to fields in the selected class with use of accessor methods
520 action.ReplaceTempWithQuery.text=Replace Temp with _Query...
521 action.ReplaceTempWithQuery.description=Turn the selected variable into a method
522 action.ReplaceConstructorWithFactory.text=Replace Constructor with F_actory Method...
523 action.ReplaceConstructorWithFactory.description=Create a static factory method and use it instead of a constructor
524 action.Generify.text=Ge_nerify...
525 action.Generify.description=Convert your code to use generic types
526 action.Migrate.text=_Migrate...
527 action.Migrate.description=Open migration dialog
528 action.Type\ Migration.text=Type Mi_gration...
529 action.Type\ Migration.description=Migrate one type to another
530 action.ExtractInclude.text=E_xtract Include File...
531 action.ExtractInclude.description=Turn the selected code fragment into included file
532 action.I18nize.text=Internationalize...
533 action.I18nize.description=Replace Java string literal or JSP text with internationalized expression
534 group.BuildMenu.text=_Build
535 action.CompileProject.text=_Rebuild Project
536 action.CompileProject.description=Recompile all files in the project
537 action.CompileDirty.text=Make _Project
538 action.CompileDirty.description=Compile all modified and dependent files in the project
539 action.MakeModule.text=Make _Module
540 action.MakeModule.description=Compile all modified and dependent files in the module
541 action.Compile.text=_Compile
542 action.Compile.description=Compile the selected file or package
543 action.GenerateAntBuild.text=_Generate Ant Build
544 action.GenerateAntBuild.description=Generate Ant Build File from the Project
545 action.BuildJar.text=Build _Jars...
546 action.BuildJar.description=Archive module output directories into jar files
547 group.RunMenu.text=R_un
548 group.RunnerActions.text=Run/Debug
549 action.editRunConfigurations.text=Edit Configu_rations
550 action.editRunConfigurations.description=Open edit Run/Debug configurations dialog
551 action.Stop.text=Stop
552 action.Stop.description=Stop process
553 action.Hotswap.text=Relo_ad Changed Classes
554 action.Hotswap.description=Reload all changed classes into application being debugged (HotSwap)
555 action.StepOver.text=Step _Over
556 action.StepOver.description=Step to the next line in this file
557 action.StepInto.text=Step _Into
558 action.StepInto.description=Step to the next line executed
559 action.StepOut.text=Step Ou_t
560 action.StepOut.description=Step to the first line executed after returning from this method
561 action.ForceStepOver.text=Force Step O_ver
562 action.ForceStepOver.description=Step over, disable all breakpoints before stepping.
563 action.ForceStepInto.text=Force Step I_nto
564 action.ForceStepInto.description=Step into, ignore stepping filters for libraries, constructors, etc.
565 action.RunToCursor.text=Run to _Cursor
566 action.RunToCursor.description=Run to the line where the caret is
567 action.Debugger.PopFrame.text=Drop to _Frame
568 action.Debugger.PopFrame.description=Moves execution point back to the method call dropping current method frames from the stack
569 action.Pause.text=_Pause Program
570 action.Pause.description=Suspend program execution and enable debugging
571 action.Resume.text=Resume Pro_gram
572 action.Resume.description=Resume program execution
573 action.EvaluateExpression.text=_Evaluate Expression...
574 action.EvaluateExpression.description=Evaluate arbitrary expression
575 action.QuickEvaluateExpression.text=_Quick Evaluate Expression
576 action.QuickEvaluateExpression.description=Evaluate selected expression
577 action.ShowExecutionPoint.text=Show E_xecution Point
578 action.ShowExecutionPoint.description=Show the current program execution point
579 action.ToggleLineBreakpoint.text=Toggle _Line Breakpoint
580 action.ToggleLineBreakpoint.description=Toggle line breakpoint at caret
581 action.ToggleMethodBreakpoint.text=Toggle _Method Breakpoint
582 action.ToggleMethodBreakpoint.description=Toggle method breakpoint for the method at caret
583 action.ToggleFieldBreakpoint.text=Toggle _Field Watchpoint
584 action.ToggleFieldBreakpoint.description=Toggle field watchpoint for the field at caret
585 action.ToggleBreakpointEnabled.text=Toggle _Breakpoint Enabled
586 action.ToggleBreakpointEnabled.description=Enable/disable breakpoint at the current line
587 action.ViewBreakpoints.text=_View Breakpoints
588 action.ViewBreakpoints.description=View and manage all breakpoints and watchpoints
589 action.ExportThreads.text=Export T_hreads...
590 action.ExportThreads.description=Save all threads information to a text file or clipboard
591 group.ToolsMenu.text=_Tools
592 action.SaveAsTemplate.text=Save as L_ive Template...
593 action.SaveAsTemplate.description=Save the selected text as live template
594 action.SaveFileAsTemplate.text=Save File as Temp_late...
595 action.SaveFileAsTemplate.description=Save current file as template
596 action.GenerateJavadoc.text=Generate Java_Doc...
597 action.GenerateJavadoc.description=Run the JavaDoc tool
598 group.Macros.text=_Macros
599 group.Macros.description=View, Change, Record, Play Macros
600 group.StanardMacroActions.text=Standard Macro Actions
601 action.PlaybackLastMacro.text=Playback _Last Macro
602 action.PlaybackLastMacro.description=Playback last used macro
603 action.StartStopMacroRecording.text=Start/Stop Macro _Recording
604 action.StartStopMacroRecording.description=Start/Stop recording of a new macro
605 action.EditMacros.text=_Edit Macros...
606 action.EditMacros.description=Configure existing macros
607 action.ValidateXml.text=_Validate
608 action.ValidateXml.description=Validate the current xml file
609 action.AddAntBuildFile.text=Add as Ant Build File
610 action.AddAntBuildFile.description=Add current XML file to the list of project's Ant build files
611 action.GenerateDTD.text=Generate DTD from XML file
612 group.ExternalToolsGroup.text=External Tools
613 action.DataSources.text=Data Sources...
614 action.DataSources.description=Manage JDBC Data Sources
615 action.PsiViewer.text=View PSI Structure
616 action.DebugListen.text=Throw Debug Exception
617 action.VirtualFileInfo.text=Virtual File Info
618 action.Merge3Files.text=Merge
619 action.LocalizePlugin.text=Localize Plugin
620 group.MemoryManagement.text=Memory Management
621 action.DumpPsiMemoryCaches.text=Dump what is cached in PSI
622 action.DecodeBytesAction.text=Decode Bytes
623 action.LocalVcs.ShowStatistics.text=Show Local VCS Statistics...
624 action.LocalVcs.ShowStatistics.description=Show Local VCS statistics
625 action.LocalVcs.ShowRepHistory.text=Repository History
626 action.DropAnError.text=Drop an error
627 action.ShowUserActivities.text=Show Activities
628 group.WindowMenu.text=_Window
629 group.ToolWindowsGroup.text=_Tool Windows
630 action.StoreDefaultLayout.text=Store Current La_yout as Default
631 action.StoreDefaultLayout.description=Store current layout as default
632 action.RestoreDefaultLayout.text=Restore De_fault Layout
633 action.RestoreDefaultLayout.description=Restore default layout
634 action.HideActiveWindow.text=Hi_de Active Window
635 action.HideActiveWindow.description=Hide active tool window
636 action.HideAllWindows.text=Hide All _Windows
637 action.HideAllWindows.description=Hide all tool windows
638 action.JumpToLastWindow.text=_Jump to Last Window
639 action.JumpToLastWindow.description=Activate last focused tool window
640 action.TogglePinnedMode.text=_Pinned Mode
641 action.TogglePinnedMode.description=Pin/unpin active tool window
642 action.ToggleDockMode.text=Dock_ed Mode
643 action.ToggleDockMode.description=Dock/undock active tool window
644 action.ToggleFloatingMode.text=Floating _Mode
645 action.ToggleFloatingMode.description=Float/unfloat active tool window
646 action.NextTab.text=Select Ne_xt Tab
647 action.NextTab.description=Activate next tab
648 action.PreviousTab.text=Se_lect Previous Tab
649 action.PreviousTab.description=Activate previous tab
650 action.CloseActiveTab.text=Cl_ose Active Tab
651 action.CloseActiveTab.description=Close active tool window tab
652 action.PinActiveTab.text=P_in Active Tab
653 action.PinActiveTab.description=Pin active tool window or editor tab
654 action.CloseEditor.text=_Close Active Editor
655 action.CloseEditor.description=Close active editor
656 action.CloseAllEditors.text=Close _All Editors
657 action.CloseAllEditors.description=Close all editors in active tab group
658 action.CloseAllEditorsButActive.text=Close All Editors _But Active
659 action.CloseAllEditorsButActive.description=Close all open editors except the active one
660 action.CloseAllUnmodifiedEditors.text=Close All _Unmodified Editors
661 action.CloseAllUnmodifiedEditors.description=Close all nonmodified editors
662 action.SplitVertically.text=Split _Vertically
663 action.SplitVertically.description=Split editor area into 2 tab groups and move the current tab to the right group
664 action.SplitHorizontally.text=Split _Horizontally
665 action.SplitHorizontally.description=Split editor area into 2 tab groups and move the current tab to the bottom group
666 action.ChangeSplitOrientation.text=Change Splitter O_rientation
667 action.ChangeSplitOrientation.description=Changes orientation of splitter
668 action.Unsplit.text=Un_split
669 action.Unsplit.description=Unsplit Window
670 action.UnsplitAll.text=U_nsplit All
671 action.UnsplitAll.description=Remove all splitters
672 action.NextSplitter.text=_Goto Next Splitter
673 action.NextSplitter.description=Goto next splitter window
674 action.PrevSplitter.text=Goto Previous Splitter
675 action.PrevSplitter.description=Goto previous splitter window
676 group.HelpMenu.text=_Help
677 action.HelpTopics.text=Help _Topics
678 action.HelpTopics.description=Show help contents
679 action.ShowTips.text=Tip of the _Day
680 action.ShowTips.description=Show Tips of the Day
681 action.ProductivityGude.text=_Productivity Guide
682 action.ProductivityGude.description=Show productivity features usages statistics
683 action.OnlineDocAction.text=_Online Documentation
684 action.OnlineDocAction.description=Show online documentation
685 action.WhatsNewAction.text=What's _New in IntelliJ IDEA
686 action.WhatsNewAction.description=Find out about the new features in this version of IntelliJ IDEA
687 action.Help.KeymapReference.text=Default _Keymap Reference
688 action.Help.KeymapReference.description=Open PDF file with the default keymap reference card.
689 action.Register.text=_Register...
690 action.Register.description=Enter registration data
691 action.CheckForUpdate.text=_Check for Update...
692 action.CheckForUpdate.description=Check for available update
693 action.About.text=_About
694 action.About.description=Show information about IntelliJ IDEA
695 group.OtherMenu.text=Other
696 group.OtherMenu.description=Actions that are not properly registered
697 group.MainToolBar.text=Main Toolbar
698 group.Bookmarks.text=Bookmarks
699 action.ToggleBookmark0.text=Toggle Bookmark 0
700 action.ToggleBookmark1.text=Toggle Bookmark 1
701 action.ToggleBookmark2.text=Toggle Bookmark 2
702 action.ToggleBookmark3.text=Toggle Bookmark 3
703 action.ToggleBookmark4.text=Toggle Bookmark 4
704 action.ToggleBookmark5.text=Toggle Bookmark 5
705 action.ToggleBookmark6.text=Toggle Bookmark 6
706 action.ToggleBookmark7.text=Toggle Bookmark 7
707 action.ToggleBookmark8.text=Toggle Bookmark 8
708 action.ToggleBookmark9.text=Toggle Bookmark 9
709 action.GotoBookmark0.text=Go to Bookmark 0
710 action.GotoBookmark1.text=Go to Bookmark 1
711 action.GotoBookmark2.text=Go to Bookmark 2
712 action.GotoBookmark3.text=Go to Bookmark 3
713 action.GotoBookmark4.text=Go to Bookmark 4
714 action.GotoBookmark5.text=Go to Bookmark 5
715 action.GotoBookmark6.text=Go to Bookmark 6
716 action.GotoBookmark7.text=Go to Bookmark 7
717 action.GotoBookmark8.text=Go to Bookmark 8
718 action.GotoBookmark9.text=Go to Bookmark 9
719 action.Debugger.AdjustArrayRange.text=Adjust Range...
720 action.Debugger.Inspect.text=Inspect
721 action.Debugger.CopyValue.text=Copy Value
722 action.Debugger.CustomizeContextView.text=Customize Data Views...
723 action.Debugger.CustomizeThreadsView.text=Customize Threads View...
724 action.Debugger.NewWatch.text=New Watch...
725 action.Debugger.EditWatch.text=Edit Watch
726 action.Debugger.EditFrameSource.text=EditFrameSource
727 action.Debugger.EditNodeSource.text=EditNodeSource
728 action.Debugger.EditTypeSource.text=Jump to Object Source
729 action.Debugger.RemoveAllWatches.text=Remove All Watches
730 action.Debugger.RemoveWatch.text=Remove Watch
731 action.Debugger.ViewAsGroup.text=View as
732 action.Debugger.SetValue.text=Set Value...
733 action.Debugger.ShowFrame.text=Show Frame
734 action.Debugger.ResumeThread.text=Resume
735 action.Debugger.FreezeThread.text=Freeze
736 action.Debugger.MuteBreakpoints.text=Mute Breakpoints
737 action.Debugger.MuteBreakpoints.description=Mute/unmute all breakpoints in a debug session.
738 action.Debugger.ToggleStepThreadSuspendPolicy.text=Suspend All Threads While Stepping
739 action.Debugger.ToggleStepThreadSuspendPolicy.description=Toggles whether all threads or only current thread will be suspended while stepping.
740 action.Debugger.AddToWatch.text=Add to Watches
741 action.Debugger.AutoRenderer.text=Auto
742 group.EditorPopupMenu.text=Editor Popup Menu
743 group.EditorPopupMenu.description=Editor Popup Menu
744 action.Add\ to\ migration\ roots.text=_Add to migration roots
745 action.Add\ to\ migration\ roots.description=Add selected element to migration roots
746 group.EditorPopupMenu.GoTo.text=_Go To
747 group.EditorPopupMenu.GoTo.description=Go To Editor Popup Menu Group
748 action.ValidateJsp.text=_Validate JSP
749 action.ValidateJsp.description=Validate selected JSP files
750 action.PackageFile.text=_Package file
751 action.PackageFile.description=Add selected file into exploded deployment directory or Java EE archive
752 action.CompareClipboardWithSelection.text=Compare with _Clipboard
753 action.CompareClipboardWithSelection.description=Compare current selection with clipboard
754 action.ShowAppliedStylesAction.text=_Show Applied Styles For Tag
755 action.ShowAppliedStylesAction.description=Show Applied Styles For Tag
756 action.ChangeColorScheme.text=Switch Color Scheme
757 action.ChangeColorScheme.description=Change current color scheme
758 action.ChangeCodeStyleScheme.text=Switch Code Style Scheme
759 action.ChangeCodeStyleScheme.description=Change current code style scheme
760 action.ChangeKeymap.text=Switch Keymap
761 action.ChangeKeymap.description=Change current keymap
762 action.ChangeLaf.text=Switch Look\\&Feel
763 action.ChangeLaf.description=Change current Look\\&Feel
764 action.ChangeInspectionProfile.text=Switch Editor Highlighting
765 action.ChangeInspectionProfile.description=Change current editor inspection profile
766 action.ChangeCustomizationSchema.text=Switch Customization Scheme
767 action.ChangeCustomizationSchema.description=Change Current Customization Scheme
768 action.MoveEditorToOppositeTabGroup.text=_Move Editor To Opposite Tab Group
769 action.MoveEditorToOppositeTabGroup.description=Move Editor To Opposite Tab Group
770 action.ModuleSettings.text=Module _Settings...
771 action.ModuleSettings.description=Open settings dialog for selected module
772 group.MoveModuleToGroup.text=Move Module to Group
773 group.MoveModuleToGroup.description=_Move module
774 action.AssociateWithFileType.text=Associate with File Type
775 action.AssociateWithFileType.description=Associate selected file with one of file types
776 action.SynchronizeCurrentFile.text=Synchronize selected file
777 action.OpenCustomEditor.text=_Edit...
778 action.OpenCustomEditor.description=Open editor for the selected item
779 action.TypeHierarchy.BaseOnThisType.text=Base On This Type
780 action.TypeHierarchy.Class.text=Class Hierarchy
781 action.TypeHierarchy.Subtypes.text=Subtypes Hierarchy
782 action.TypeHierarchy.Supertypes.text=Supertypes Hierarchy
783 action.MethodHierarchy.ImplementMethodAction.text=Implement Method
784 action.MethodHierarchy.ImplementMethodAction.description=Implement Method (from Method Hierarchy)
785 action.MethodHierarchy.OverrideMethodAction.text=Override Method
786 action.MethodHierarchy.OverrideMethodAction.description=Override Method (from Method Hierarchy)
787 action.MethodHierarchy.BaseOnThisType.text=Base On This Type
788 action.MethodHierarchy.BaseOnThisType.description=Show hierarchy for method of selected class/interface
789 action.CallHierarchy.BaseOnThisType.text=Base On This Method
790 action.CallHierarchy.BaseOnThisType.description=Show call hierarchy for selected method
791 action.Lvcs.ShowLvcsDiffAction.text=Compare Versions
792 action.Lvcs.ShowLvcsDiffAction.description=Show changes
793 action.Lvcs.RollbackFileAction.text=Rollback File
794 action.Lvcs.RollbackFileAction.description=Rollback
795 action.Vcs.ShowDiffAction.text=Show Changes
796 action.Vcs.ShowDiffAction.description=Show changes
797 action.Vcs.RollbackChanges.text=Rollback Changes
798 action.Vcs.RollbackChanges.description=Rollback changes
799 action.Vcs.EditSourceAction.text=Edit Source
800 action.Vcs.EditSourceAction.description=Edit source
801 action.Vcs.ExcludeAction.text=Exclude from Commit
802 action.Vcs.ExcludeAction.description=Exclude from commit
803 action.Vcs.IncludeAction.text=Include into Commit
804 action.Vcs.IncludeAction.description=Include into commit
805 group.Vcs.FileViewPopup.text=FileView
806 action.openAssertEqualsDiff.text=View assertEquals Difference
807 action.JUnitTesting.SelectInTree.text=Select in Tree
808 action.UsageView.Include.text=Include
809 action.UsageView.Include.description=Include this usage(s) into processing
810 action.UsageView.Exclude.text=Exclude
811 action.UsageView.Exclude.description=Exlude this usage(s) from processing
812 action.GuiDesigner.PreviewForm.text=Preview
813 action.GuiDesigner.PreviewForm.description=Preview form
814 action.GuiDesigner.DataBindingWizard.text=Data Binding Wizard...
815 action.GuiDesigner.ChooseLocale.text=
816 action.GuiDesigner.LayOutHorizontally.text=Lay Out Horizontally
817 action.GuiDesigner.LayOutVertically.text=Lay Out Vertically
818 action.GuiDesigner.LayOutInGrid.text=Lay Out In a Grid
819 action.GuiDesigner.BreakLayout.text=Break Layout
820 action.GuiDesigner.ExpandSelection.text=Expand Selection
821 action.GuiDesigner.ExpandSelection.description=Expand selection structurally
822 action.GuiDesigner.ShrinkSelection.text=Shrink Selection
823 action.GuiDesigner.ShrinkSelection.description=Shrink selection structurally
824 action.GuiDesigner.IncreaseIndent.text=Increase Indent
825 action.GuiDesigner.IncreaseIndent.description=Increase indent of selected component
826 action.GuiDesigner.DecreaseIndent.text=Decrease Indent
827 action.GuiDesigner.DecreaseIndent.description=Decrease indent of selected component
828 action.GuiDesigner.GroupButtons.text=Group Buttons
829 action.GuiDesigner.GroupButtons.description=Add selected buttons to a ButtonGroup
830 action.GuiDesigner.UngroupButtons.text=Ungroup Buttons
831 action.GuiDesigner.UngroupButtons.description=Remove selected buttons from a ButtonGroup
832 action.GuiDesigner.QuickJavadoc.text=_Quick JavaDoc
833 action.GuiDesigner.QuickJavadoc.description=Show a popup window with JavaDoc for selected property
834 action.GuiDesigner.Pack.text=Pack
835 action.GuiDesigner.Pack.description=Shrink container to minimum size
836 action.GuiDesigner.ShowGrid.text=Show Grid
837 action.GuiDesigner.ShowGrid.description=Toggles visibility of the container layout grid
838 action.GuiDesigner.ShowComponentTags.text=Show Component Tags
839 action.GuiDesigner.ShowComponentTags.description=Toggles visibility of tags on large components with no text
840 action.GuiDesigner.ResetValue.text=Restore Default Value
841 action.GuiDesigner.ResetValue.description=Restore the default value of the selected property
842 action.GuiDesigner.AddGroup.text=Add Group
843 action.GuiDesigner.AddGroup.description=Add Group
844 action.GuiDesigner.EditGroup.text=Edit Group
845 action.GuiDesigner.EditGroup.description=Edit Group
846 action.GuiDesigner.DeleteGroup.text=Delete Group
847 action.GuiDesigner.DeleteGroup.description=Delete Group
848 action.GuiDesigner.AddComponent.text=Add Component
849 action.GuiDesigner.AddComponent.description=Add Component
850 action.GuiDesigner.EditComponent.text=Edit Component
851 action.GuiDesigner.EditComponent.description=Edit Component
852 action.GuiDesigner.DeleteComponent.text=Delete Component
853 action.GuiDesigner.DeleteComponent.description=Delete Component
854 action.GuiDesigner.Duplicate.text=Duplicate
855 action.GuiDesigner.Duplicate.description=Duplicate Components
856 action.GuiDesigner.SurroundPopup.text=Surround With...
857 action.GuiDesigner.SurroundPopup.description=Surround the selected controls with a container
858 action.GuiDesigner.AddTab.text=Add Tab
859 action.GuiDesigner.AddTab.description=Add a new tab to the selected tabbed pane
860 action.GuiDesigner.GoToListener.text=Go to Listener
861 action.GuiDesigner.GoToListener.description=Navigate to a listener class attached to the component
862 action.GuiDesigner.CreateListener.text=Create Listener
863 action.GuiDesigner.CreateListener.description=Generate a listener class and attach it to the component
864 action.GuiDesigner.CreateComponent.text=Create Component
865 action.GuiDesigner.CreateComponent.description=Choose a component class and add the component to the form
866 action.GuiDesigner.Flatten.text=Flatten
867 action.GuiDesigner.Flatten.description=Delete selected container and move its contents to its parent container
868 action.GuiDesigner.Morph.text=Morph Component...
869 action.GuiDesigner.Morph.description=Convert the component to a different class while preserving properties
870 action.NewFormSnapshot.text=Form Snapshot
871 action.NewFormSnapshot.description=Create a GUI form based on the UI of a running Java application
872 action.GuiDesigner.GenerateMain.text=Form main()
873 action.GuiDesigner.GenerateMain.description=Generate a main() method to show the UI form
874 action.StructuralSearchPlugin.StructuralSearchAction.text=_Search Structurally...
875 action.StructuralSearchPlugin.StructuralSearchAction.description=Structural Search
876 action.StructuralSearchPlugin.StructuralReplaceAction.text=Repla_ce Structurally...
877 action.StructuralSearchPlugin.StructuralReplaceAction.description=Structural Replace
879 action.Faces.EnableSupport.text=Add JavaServer Faces S_upport...
880 action.Faces.EnableSupport.description=Add a libraries and create a configuration files which are required for JavaServer Faces
882 stop.capture.cpu.usage.data.action.name=Capture cpu usage data, now capturing
883 stop.capture.cpu.usage.data.action.description=Stop capture cpu usage data
885 action.IntegrateFiles.text=Integrate
886 action.IntegrateFiles.description=Integrate selected files or directories
887 action.Vcs.IntegrateProject.text=Integrate Project
888 action.Vcs.IntegrateProject.description=Integrate project
890 action.Vcs.RefreshStatuses.text=Refresh File Statuses
891 action.Vcs.RefreshStatuses.description=Refresh statuses for all files in project
893 action.ShowNavBar.text=Show Navigation Bar
895 action.ScopeView.EditScopes.text=Ed_it Scopes
896 action.ScopeView.EditScopes.description=Edit Scopes
898 action.CodeInspection.OnEditor.text=Inspect Code With _Editor Settings
899 action.CodeInspection.OnEditor.description=Inspect Code With _Editor Settings
901 action.ShowCoverageInfo.text=Show Co&verage Info
902 action.HideCoverageInfo.text=Hide Co&verage Info
903 group.GeneratePersistenceMapping.text=Generate Persistence Mapping
904 action.GenerateEJBReference.text=@EJB Reference
905 action.GenerateResourceReference.text=@Resource Reference
906 action.GenerateInterceptorMethods.text=Interceptor Methods...
907 action.GenerateEntityListenerMethods.text=Entity Listener Methods...
908 action.GenerateEJBFinderOrSelectorMethod.text=EJB Finder/Selector Method...