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