tool window combo - show content action
[fedora-idea.git] / platform / platform-resources-en / src / messages / ActionsBundle.properties
blob6a7fb6c9eb575104fb3435d53a13a94f20bcda90
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.CaptureAllocations.text=Capture Allocations
10 action.CaptureAllocations.description=Capture memory allocations data
11 action.ContextHelp.text=Conte_xt Help
12 action.ContextHelp.description=Show context help
13 action.RunConfiguration.text=Select Run/Debug Configuration
14 action.SwitchCoverage.text=Show Code Co_verage Data
15 action.GenerateCoverageReport.text=_Generate Coverage Report
16 action.RunConfiguration.description=Select Run/Debug Configuration
17 action.ShowIntentionActions.text=Show Intention Actions
18 action.ToggleReadOnlyAttribute.text=Toggle Read-Only Attribute
19 action.ToggleReadOnlyAttribute.description=Toggle read-only attribute of current file
20 action.TogglePopupHints.text=Toggle Popup Hints for Current File
21 action.RunGc.text=Run Garbage Collector
22 action.ShowPopupMenu.text=Show Context Menu
23 action.CloseWindow.text=Close Active Window
24 action.Vcs.ShowMessageHistory.text=Message History
25 action.Vcs.ShowMessageHistory.description=Show commit message history
26 action.Vcs.ShowHistoryForBlock.text=Show History _for Selection
27 action.Vcs.ShowHistoryForBlock.description=Show history for editor selection
28 action.Vcs.ShowTabbedFileHistory.text=Show _History
29 action.Vcs.ShowTabbedFileHistory.description=Show history of file
30 action.AddToFavoritesPopup.text=Add To Favorites
31 action.AddToFavoritesPopup.description=Add selected node to favorites
32 group.AddToFavorites.text=Add To F_avorites
33 group.AddAllToFavorites.text=Add A_ll To Favorites
34 action.AddNewFavoritesList.text=Add New Favorites List
35 action.AddNewFavoritesList.description=Add New Favorites List
36 action.RemoveFromFavorites.text=Remove From Favorites
37 action.RemoveFromFavorites.description=Remove selected node from favorites
38 action.RenameFavoritesList.text=Rename Favorites List
39 action.RenameFavoritesList.description=Rename the favorites list the selected node belongs to
40 action.RemoveFavoritesList.text=Delete Favorites List
41 action.RemoveFavoritesList.description=Delete all favorites the selected node belongs to
42 action.RemoveAllFavoritesListsButThis.text=Delete All Favorites List But This
43 action.RemoveAllFavoritesListsButThis.description=Delete all favorites except these
44 group.SendToFavoritesGroup.text=_Send To Favorites
45 action.ActivateNavBar.text=Activate Navigation _Bar
46 action.ActivateNavBar.description=Activate navigation bar
47 action.CreateRunConfiguration.text=Create Run Configuration
48 action.CreateRunConfiguration.description=Create run configuration from context
49 group.RunContextPopupGroup.text=Run Configurations
50 group.EditorActions.text=Editor Actions
51 action.EditorChooseLookupItem.text=Choose Lookup Item
52 action.EditorChooseLookupItemReplace.text=Choose Lookup Item Replace
53 action.EditorChooseLookupItemCompleteStatement.text=Choose Lookup Item and Invoke Complete Statement
54 action.NextTemplateVariable.text=Next Template Variable
55 action.PreviousTemplateVariable.text=Previous Template Variable
56 action.NextParameter.text=Next Parameter
57 action.PrevParameter.text=Prev Parameter
58 action.EditorPageUp.text=Page Up
59 action.EditorPageDown.text=Page Down
60 action.EditorPageUpWithSelection.text=Page Up with Selection
61 action.EditorPageDownWithSelection.text=Page Down with Selection
62 action.EditorCopy.text=Copy
63 action.EditorCut.text=Cut
64 action.EditorPaste.text=Paste
65 action.EditorPasteSimple.text=Paste S_imple
66 action.EditorPasteSimple.description=Paste without formatting, autoimport, literal escaping etc.
67 action.EditorPasteFromX11.text=Paste from X clipboard
68 action.EditorDelete.text=Delete
69 action.EditorBackSpace.text=Backspace
70 action.EditorMoveToPageTop.text=Move Caret to Page Top
71 action.EditorMoveToPageBottom.text=Move Caret to Page Bottom
72 action.EditorMoveToPageTopWithSelection.text=Move Caret to Page Top with Selection
73 action.EditorMoveToPageBottomWithSelection.text=Move Caret to Page Bottom with Selection
74 action.EditorEnter.text=Enter
75 action.EditorEscape.text=Escape
76 action.EditorUp.text=Up
77 action.EditorDown.text=Down
78 action.EditorLeft.text=Left
79 action.EditorRight.text=Right
80 action.EditorUpWithSelection.text=Up with Selection
81 action.EditorDownWithSelection.text=Down with Selection
82 action.EditorLeftWithSelection.text=Left with Selection
83 action.EditorRightWithSelection.text=Right with Selection
84 action.EditorIndentSelection.text=Indent Selection
85 action.EditorUnindentSelection.text=Unindent Selection
86 action.EditorTab.text=Tab
87 action.EmacsStyleIndent.text=Emacs Tab
88 action.EditorScrollUp.text=Scroll Up
89 action.EditorScrollDown.text=Scroll Down
90 action.EditorMoveUpAndScroll.text=Move Up and Scroll
91 action.EditorMoveDownAndScroll.text=Move Down and Scroll
92 action.EditorMoveUpAndScrollWithSelection.text=Move Up and Scroll with Selection
93 action.EditorMoveDownAndScrollWithSelection.text=Move Down and Scroll with Selection
94 action.EditorLineStart.text=Move Caret to Line Start
95 action.EditorLineEnd.text=Move Caret to Line End
96 action.EditorCutLineEnd.text=Cut up to Line End
97 action.EditorTextStart.text=Move Caret to Text Start
98 action.EditorTextEnd.text=Move Caret to Text End
99 action.EditorLineStartWithSelection.text=Move Caret to Line Start with Selection
100 action.EditorLineEndWithSelection.text=Move Caret to Line End with Selection
101 action.EditorTextStartWithSelection.text=Move Caret to Text Start with Selection
102 action.EditorTextEndWithSelection.text=Move Caret to Text End with Selection
103 action.EditorNextWord.text=Move Caret to Next Word
104 action.EditorPreviousWord.text=Move Caret to Previous Word
105 action.EditorNextWordWithSelection.text=Move Caret to Next Word with Selection
106 action.EditorPreviousWordWithSelection.text=Move Caret to Previous Word with Selection
107 action.EditorCodeBlockStart.text=Move Caret to Code Block Start
108 action.EditorCodeBlockEnd.text=Move Caret to Code Block End
109 action.EditorCodeBlockStartWithSelection.text=Move Caret to Code Block Start with Selection
110 action.EditorCodeBlockEndWithSelection.text=Move Caret to Code Block End with Selection
111 action.EditorDeleteToWordStart.text=Delete to Word Start
112 action.EditorDeleteToWordEnd.text=Delete to Word End
113 action.EditorDeleteLine.text=Delete Line at Caret
114 action.EditorDuplicate.text=Duplicate Line or Block
115 action.EditorSelectWord.text=Select Word at Caret
116 action.EditorUnSelectWord.text=Unselect Word at Caret
117 action.EditorToggleInsertState.text=Toggle Insert/Overwrite
118 action.EditorToggleColumnMode.text=Column _Mode
119 action.EditorToggleColumnMode.description=Toggle editor column mode
120 action.EditorToggleShowWhitespaces.text=Sh_ow Whitespaces
121 action.EditorToggleShowWhitespaces.description=Toggle display whitespaces in current editor
122 action.EditorToggleShowLineNumbers.text=Show L_ine Numbers
123 action.EditorToggleShowLineNumbers.description=Toggle display line numbers in current editor
124 action.ViewImportPopups.text=Show Import Popups
125 action.ViewImportPopups.description=Toggle display import popups in current file
126 action.EditorScrollToCenter.text=Scroll to Center
127 action.EditorToggleCase.text=Toggle Case
128 action.EditorJoinLines.text=Join Lines
129 action.EditorSelectLine.text=Select Line at Caret
130 action.EditorSplitLine.text=Split Line
131 action.EditorStartNewLine.text=Start New Line
132 action.EditorCompleteStatement.text=Complete Current Statement
133 action.ExpandAll.text=Expand All
134 action.CollapseAll.text=Collapse All
135 action.ExportToTextFile.text=Export to Text File
136 action.ExpandTreeNode.text=Expand Tree Node
137 action.CollapseTreeNode.text=Collapse Tree Node
138 action.FullyExpandTreeNode.text=Fully Expand Tree Node
139 group.GenerateGroup.text=_Generate
140 action.GenerateTestMethod.text=Test Method
141 action.GenerateConstructor.text=Constructor
142 action.GenerateGetter.text=Getter
143 action.GenerateSetter.text=Setter
144 action.GenerateGetterAndSetter.text=Getter and Setter
145 action.GenerateEquals.text=equals() and hashCode()
146 action.OverrideMethods.text=_Override Methods...
147 action.OverrideMethods.description=Override base class methods in the current class
148 action.ImplementMethods.text=_Implement Methods...
149 action.ImplementMethods.description=Implement base interface/class methods in the current class
150 action.DelegateMethods.text=_Delegate Methods...
151 action.DelegateMethods.description=Generate delegate method to a field/getter
152 action.GenerateSuperMethodCall.text=super method call
153 action.NextDiff.text=Move to the next difference
154 action.NextDiff.description=Move to the Next Difference
155 action.PreviousDiff.text=Move to the Previous Difference
156 action.PreviousDiff.description=Move to the previous difference
157 action.Refresh.text=R_efresh
158 action.CheckinProject.text=Check _In Project
159 action.CheckinFiles.text=Check _In
160 action.UpdateFiles.text=_Update
161 action.CheckStatusForFiles.text=Chec_k Status
162 action.Annotate.text=A_nnotate
163 action.Annotate.description=Show information about last modification date and author for each line
164 action.Compare.SameVersion.text=Compare with the Same Repositor_y Version
165 action.Compare.LastVersion.text=Compare with Latest Repository _Version
166 action.Compare.Selected.text=_Compare with...
167 group.NewGroup.text=_New
168 group.WeighingNewGroup.text=_New
169 action.NewClass.text=Java Class
170 action.NewFile.text=File
171 action.NewDir.text=Directory/Package
172 action.NewFromTemplate.text=From Template
173 action.CompareTwoFiles.text=Compare Two _Files
174 action.CompareTwoFiles.description=Compare two selected files
175 action.CompareFileWithEditor.text=Co_mpare File with Editor
176 action.CompareFileWithEditor.description=Compare selected file with editor
178 group.LocalHistory.text=Local _History
179 action.LocalHistory.ShowHistory.text=Show _History...
180 action.LocalHistory.ShowSelectionHistory.text=Show History for Selection...
181 action.LocalHistory.PutLabel.text=Put _Label...
183 group.VcsGroups.text=Version _Control
184 group.VcsGlobalGroup.text=Version Control Group
185 action.Vcs.FileView.text=Show Fi_le View
186 action.Vcs.FileView.description=Show version control related information for all local files
187 action.Vcs.ChangesView.text=Show Cha_nges View
188 action.Vcs.ChangesView.description=Show window for managing changes and changelists
189 action.Vcs.UpdateProject.text=_Update Project
190 action.Vcs.ProjectStatus.text=C_heck Project Status
191 group.VcsGroup.text=Version Control
192 group.VcsFileGroupPopup.text=Version Control Group
193 group.FileMenu.text=_File
194 group.ProjectImport.text=Import _Projects
195 action.NewProject.text=_New Project...
196 action.NewProject.description=Create a new project
197 action.NewModule.text=New _Module...
198 action.NewModule.description=Add new module to the project
199 action.OpenProject.text=_Open Project...
200 action.OpenProject.description=Open an existing project
201 action.OpenFile.text=Open Fi_le...
202 action.OpenFile.description=Open file in editor
203 group.$LRU.text=_Reopen
204 group.$LRU.description=List of recently opened projects
205 action.CloseProject.text=Close Pro_ject
206 action.CloseProject.description=Close current project
207 action.ShowSettings.text=Se_ttings
208 action.ShowSettings.description=Configure application settings
209 action.ShowProjectStructureSettings.text=Pro_ject Structure
210 action.ShowProjectStructureSettings.description=Configure project structure
211 action.TemplateProjectProperties.text=Templ_ate Settings
212 action.TemplateProjectProperties.description=Configure template settings for all new projects
213 action.TemplateProjectStructure.text=Te_mplate Project Structure
214 action.TemplateProjectStructure.description=Configure template structure for all new projects
215 action.SaveAll.text=_Save All
216 action.SaveAll.description=Save all files and settings
217 action.ExportSettings.text=_Export Settings...
218 action.ExportSettings.description=Export global settings
219 action.ImportSettings.text=_Import Settings...
220 action.ImportSettings.description=Import global settings
221 action.ImportFromJBuilder.text=Import _From JBuilder...
222 action.ImportFromJBuilder.description=Load Modules From JBuilder Project
223 action.ImportFromEclipse.text=Import From Eclipse...
224 action.ImportFromEclipse.description=Create project from Eclipse projects
225 action.ExportToEclipse.text=Export To Eclipse...
226 action.ExportToEclipse.description=Create Eclipse projects for each module
227 action.Synchronize.text=S_ynchronize
228 action.Synchronize.description=Detect all externally changed files and reload them from disk
229 action.ReloadFromDisk.text=Reload from Dis_k
230 action.ReloadFromDisk.description=Reload current file from disk and lose all changes
231 group.Vcs.Checkout.text=Check_out from Version Control
232 action.ExportToHTML.text=Export to _HTML...
233 action.ExportToHTML.description=Save file content in HTML format with syntax coloring
234 action.Print.text=_Print...
235 action.Print.description=Print file
236 action.Exit.text=E_xit
237 action.Exit.description=Quit IDEA
238 group.EditMenu.text=_Edit
239 action.$Undo.text=_Undo {0}
240 action.$Undo.description=Undo {0}
241 action.$Undo.description.empty=last operation
242 action.$Redo.text=_Redo {0}
243 action.$Redo.description=Redo {0}
244 action.$Redo.description.empty=last undone operation
245 action.$Cut.text=Cu_t
246 action.$Cut.description=Cut to clipboard
247 action.$Copy.text=_Copy
248 action.$Copy.description=Copy to clipboard
249 action.CopyPaths.text=C_opy Paths
250 action.CopyPaths.description=Copy paths corresponding to selected files or directories to clipboard
251 action.CopyReference.text=Copy Re_ference
252 action.CopyReference.description=Copy Java class/method/field reference
253 action.$Paste.text=_Paste
254 action.$Paste.description=Paste from clipboard
255 action.PasteMultiple.text=Past_e from History...
256 action.PasteMultiple.description=Paste from recent clipboards
257 action.$SelectAll.text=Select _All
258 action.$SelectAll.description=Select all
259 action.NewElement.text=_New...
260 action.NewElement.description=Create new class, interface, file or directory
261 action.NewElementSamePlace.text=_New...
262 action.NewElementSamePlace.description=Create new class, interface, file or directory
263 action.$Delete.text=_Delete
264 action.$Delete.description=Delete selected item
265 action.ToggleBookmark.text=Toggle _Bookmark
266 action.ToggleBookmark.description=Toggle bookmark at the current location
267 action.ShowBookmarks.text=_Show Bookmarks
268 action.ShowBookmarks.description=Show list of all bookmarks
269 group.SearchMenu.text=_Search
270 action.Find.text=_Find...
271 action.Find.description=Find a string in active editor
272 action.FindModal.text=_Find...
273 action.FindModal.description=Find a string in active editor, shows modal dialog
274 action.Replace.text=_Replace...
275 action.Replace.description=Replace a string in active editor with another string
276 action.FindNext.text=Find _Next
277 action.FindNext.description=Repeat the last Find/Replace operation
278 action.FindPrevious.text=Find Pre_vious
279 action.FindPrevious.description=Repeat the last Find/Replace operation in reverse direction
280 action.FindWordAtCaret.text=Find _Word at Caret
281 action.FindWordAtCaret.description=Find next occurrence of the word at caret
282 action.IncrementalSearch.text=Incrementa_l Search
283 action.IncrementalSearch.description=Start incremental search (searches string as you type), IntelliJ IDEA 6.0 implementation.
284 action.FindUsages.text=Find _Usages...
285 action.FindUsages.description=Find usages of the symbol at caret
286 action.ShowUsages.text=_Show Usages
287 action.ShowUsages.description=Show usages of the symbol at caret
288 action.ShowUsagesSettings.text=_Show Usages Settings
289 action.ShowUsagesSettings.description=Choose scope and edit options for the Show Usages action
290 action.FindUsagesInFile.text=F_ind Usages in File
291 action.FindUsagesInFile.description=Find usages of the symbol at caret in active editor
292 action.HighlightUsagesInFile.text=_Highlight Usages in File
293 action.HighlightUsagesInFile.description=Highlight usages of the symbol at caret in active editor
294 action.FindJoinpointsByPointcutAction.text=Find _Join Point Identified by Pointcut
295 action.FindJoinpointsByPointcutAction.description=Find join point identified by pointcut
296 action.FindInPath.text=Find in _Path...
297 action.FindInPath.description=Find a string in multiple files
298 action.ReplaceInPath.text=Repl_ace in Path...
299 action.ReplaceInPath.description=Replace a string in multiple files with another string
300 group.ViewMenu.text=_View
301 action.ViewToolBar.text=_Toolbar
302 action.ViewToolBar.description=Show/hide the main toolbar
303 action.ViewStatusBar.text=_Status Bar
304 action.ViewStatusBar.description=Show/hide the status bar
305 action.ViewNavigationBar.text=Na_vigation Bar
306 action.ViewNavigationBar.description=Show/hide the navigation bar
307 action.ToggleFullScreenMode.text=F_ull Screen
308 action.ToggleFullScreenMode.description=Maximize window to full screen
309 action.FileStructurePopup.text=_File Structure Popup
310 action.FileStructurePopup.description=Popup structure of the current file for quick navigation
311 action.ShowFilePath.text=File _Path
312 action.ShowFilePath.description=Popup path of the current file for opening in external file manager
313 action.SelectIn.text=Se_lect In...
314 action.SelectIn.description=Select the current class or method in any view
315 action.QuickJavaDoc.text=Quick _Documentation Lookup
316 action.QuickJavaDoc.description=Show a popup window with documentation for the symbol at caret
317 action.QuickImplementations.text=Quick Definition Loo_kup
318 action.QuickImplementations.description=Show a popup window with the symbol (and its implementations) content
319 action.ParameterInfo.text=_Parameter Info
320 action.ParameterInfo.description=Show parameters of the method call at caret
321 action.EditorContextInfo.text=_Context Info
322 action.EditorContextInfo.description=Show the current method or class declaration when it is not visible
323 action.ShowErrorDescription.text=E_rror Description
324 action.ShowErrorDescription.description=Show description of error or warning at caret
325 action.ProjectViewChangeView.text=Change View
326 action.ProjectViewChangeView.description=Choose Project, Sourcepath or Classpath tree in the Project View window
327 action.EditSource.text=_Jump to Source
328 action.EditSource.description=Open editor for the selected item and give focus to it
329 action.ViewSource.text=Sho_w Source
330 action.ViewSource.description=Open editor for the selected item
331 action.ExternalJavaDoc.text=E_xternal Documentation
332 action.ExternalJavaDoc.description=Open browser with documentation for the selected item
333 action.RecentFiles.text=Rece_nt Files
334 action.RecentFiles.description=Show list of recently viewed files
335 action.RecentChangedFiles.text=Recently Changed Files
336 action.RecentChangedFiles.description=Show list of recently changed files
337 action.QuickChangeScheme.text=_Quick Switch Scheme
338 action.QuickChangeScheme.description=Change current code style scheme, color\\&fonts scheme, keymap or Look\\&Feel
339 action.TypeHierarchy.text=Type _Hierarchy
340 action.TypeHierarchy.description=Browse hierarchy for the selected class
341 action.MethodHierarchy.text=_Method Hierarchy
342 action.MethodHierarchy.description=Browse method hierarchy for the selected method
343 action.CallHierarchy.text=Call Hierarch_y
344 action.CallHierarchy.description=Browse call hierarchy for the selected method
345 group.FoldingGroup.text=Foldin_g
346 action.ExpandRegion.text=E_xpand
347 action.ExpandRegion.description=Expand folding region at caret
348 action.CollapseRegion.text=_Collapse
349 action.CollapseRegion.description=Collapse folding region at caret
350 action.ExpandAllRegions.text=_Expand All
351 action.ExpandAllRegions.description=Expand all folding regions
352 action.CollapseAllRegions.text=Collapse _All
353 action.CollapseAllRegions.description=Collapse all folding regions
354 action.ExpandJavadocs.text=Expand Java_docs
355 action.ExpandJavadocs.description=Expand all javadoc comments
356 action.CollapseJavadocs.text=Collapse _Javadocs
357 action.CollapseJavadocs.description=Collapse all javadoc comments
358 action.CollapseSelection.text=Fold _Selection / Remove region
359 action.CollapseSelection.description=Fold selected block
360 action.CollapseBlock.text=Fold Code _Block
361 action.CollapseBlock.description=Fold current code block
362 action.RecentChanges.text=R_ecent Changes
363 group.GoToMenu.text=_Go To
364 action.GotoClass.text=_Class...
365 action.GotoClass.description=Quickly navigate to a class by name
366 action.GotoFile.text=_File...
367 action.GotoFile.description=Quickly navigate to a file by name
368 action.GotoSymbol.text=_Symbol...
369 action.GotoSymbol.description=Quickly navigate to any symbol by name
370 action.GotoAction.text=Find _Action...
371 action.GotoAction.description=Quickly navigate to action by name
372 action.GotoLine.text=_Line...
373 action.GotoLine.description=Navigate to a line in editor by its number
374 action.GotoDeclaration.text=_Declaration
375 action.GotoDeclaration.description=Navigate to the declaration of the symbol at caret
376 action.GotoDefinition.text=Definition
377 action.GotoDefinition.description=Navigate to the definitions of the current value
378 action.GotoUsage.text=Usage
379 action.GotoUsage.description=Navigate to the usages of the current value
380 action.GotoImplementation.text=I_mplementation(s)
381 action.GotoImplementation.description=Navigate to the implementation(s) of the selected class or method
382 action.SmartGotoImplementation.text=Called Implementation(s)
383 action.SmartGotoImplementation.description=Navigate to the implementation(s) of the selected method
384 action.GotoTypeDeclaration.text=_Type Declaration
385 action.GotoTypeDeclaration.description=Navigate to the declaration of the symbol's type at caret
386 action.GotoSuperMethod.text=S_uper Method
387 action.GotoSuperMethod.description=Navigate to the declaration of the method that current method overrides or implements
388 action.GotoTest.text=T_est
389 action.GotoTest.description=Navigate to the test of the selected class
390 action.GotoTestSubject.text=T_est Subject
391 action.GotoTestSubject.description=Navigate to the subject of the selected test
392 action.GotoTestSubject.nothing.found=No test subject has been found.
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=Last Edit L_ocation
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=Next C_hange
418 action.VcsShowNextChangeMarker.description=Go to next change
419 action.VcsShowPrevChangeMarker.text=Prev Ch_ange
420 action.VcsShowPrevChangeMarker.description=Go to previous 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, etc.
426 action.Unwrap.text=Un_wrap/Remove...
427 action.Unwrap.description=Safely unwraps or removes the selected scope
428 group.CodeCompletionGroup.text=_Complete Code
429 action.CodeCompletion.text=_Basic
430 action.CodeCompletion.description=Complete code
431 action.WordCompletion.text=_Complete Word
432 action.WordCompletion.description=Complete word
433 action.HippieCompletion.text=Cyclic _Expand Word
434 action.HippieCompletion.description=Cyclic Expand word
435 action.HippieBackwardCompletion.text=Cyclic _Expand Word (Backward)
436 action.HippieBackwardCompletion.description=Cyclic Expand word (Backward)
437 action.SmartTypeCompletion.text=_SmartType
438 action.SmartTypeCompletion.description=Complete code basing on expected type
439 action.ClassNameCompletion.text=Class _Name
440 action.ClassNameCompletion.description=Complete class name and add import for it
441 action.InsertLiveTemplate.text=Insert Live _Template...
442 action.InsertLiveTemplate.description=Show popup list of live templates starting with the specified prefix
443 action.SurroundWithLiveTemplate.text=Surround with Live Tem_plate...
444 action.SurroundWithLiveTemplate.description=Surrounds the selection with one of the template
445 action.CommentByLineComment.text=Comment with _Line Comment
446 action.CommentByLineComment.description=Comment/uncomment current line or selected block with line comments
447 action.CommentByBlockComment.text=Comment with _Block Comment
448 action.CommentByBlockComment.description=Comment/uncomment code with block comments
449 action.ReformatCode.text=_Reformat Code...
450 action.ReformatCode.description=Reformat code
451 action.AutoIndentLines.text=_Auto-Indent Lines
452 action.AutoIndentLines.description=Indent current line or selected block according to the code style settings
453 action.OptimizeImports.text=Optimi_ze Imports...
454 action.OptimizeImports.description=Remove unused imports and reorder/reorganize imports
455 action.MoveStatementDown.text=Move Statement Do_wn
456 action.MoveStatementDown.description=Move selected statements one line down
457 action.MoveStatementUp.text=Move Statement _Up
458 action.MoveStatementUp.description=Move selected statements one line up
459 group.AnalyzeMenu.text=Analy_ze
460 action.InspectCode.text=_Inspect Code...
461 action.InspectCode.description=Inspect code
462 action.ViewOfflineInspection.text=View _Offline Inspection Results...
463 action.ViewOfflineInspection.description=Load offline inspection results
464 action.ShowPackageDeps.text=Analyze _Dependencies...
465 action.ShowPackageDeps.description=Browse code choosen analysis item depends on
466 action.ShowBackwardPackageDeps.text=Analyze _Backward Dependencies...
467 action.ShowBackwardPackageDeps.description=Browse code choosen analysis item used in
468 action.ShowPackageCycles.text=Analyze _Cyclic Dependencies...
469 action.ShowPackageCycles.description=Browse code choosen analysis item used in cycles
470 action.ShowModulesDependencies.text=Analyze _Module Dependencies...
471 action.ShowModulesDependencies.description=Show dependencies between modules in project
472 action.Unscramble.text=Analyze _Stacktrace...
473 action.Unscramble.description=Open console with the navigatable stacktrace
474 group.RefactoringMenu.text=_Refactor
475 action.RenameElement.text=_Rename...
476 action.RenameElement.description=Rename the selected symbol and correct all references
477 action.ChangeSignature.text=Change Si_gnature...
478 action.ChangeSignature.description=Change signature of the selected method or class and correct all references
479 action.ChangeTypeSignature.text=T_ype Migration...
480 action.ChangeTypeSignature.description=Change type of the return type of the method, field, parameter, variable or class type argumeants and correct all references
481 action.MakeStatic.text=Make S_tatic...
482 action.MakeStatic.description=Convert method or inner class to static and correct all references
483 action.ConvertToInstanceMethod.text=C_onvert To Instance Method...
484 action.ConvertToInstanceMethod.description=Convert static method to instance method and correct all references
485 action.Move.text=_Move...
486 action.Move.description=Move the selected class, method, package or static member to another package or class and correct all references
487 action.CopyElement.text=C_opy...
488 action.CopyElement.description=Create a copy of the selected class, file(s) or directory(es)
489 action.CloneElement.text=Clo_ne...
490 action.CloneElement.description=Create a copy of the selected class, file or directory in the same package/directory
491 action.SafeDelete.text=Safe _Delete...
492 action.SafeDelete.description=Delete the selected class, method or field, checking for usages
493 action.ExtractMethod.text=E_xtract Method...
494 action.ExtractMethod.description=Turn the selected code fragment into a method
495 action.RemoveMiddleman.text=Remove _Middleman
496 action.RemoveMiddleman.description=Get the client to call the delegate directly
497 action.MethodDuplicates.text=Replace Met_hod 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.IntroduceParameterObject.text=Introduce Parameter Ob_ject...
502 action.IntroduceParameterObject.description=Replaces method parameters list with object
503 action.ExtractClass.text=E_xtract Class...
504 action.ExtractClass.description=Extract Class
505 action.IntroduceVariable.text=Introduce _Variable...
506 action.IntroduceVariable.description=Put a result of the selected expression into a variable
507 action.IntroduceField.text=Introduce _Field...
508 action.IntroduceField.description=Put a result of the selected expression into a field
509 action.IntroduceConstant.text=Introduce _Constant...
510 action.IntroduceConstant.description=Replace selected expression with a constant (static final field)
511 action.IntroduceParameter.text=Introduce _Parameter...
512 action.IntroduceParameter.description=Turn the selected expression into method parameter
513 action.ExtractInterface.text=Extract _Interface...
514 action.ExtractInterface.description=Extract interface from the selected class
515 action.ExtractSuperclass.text=Extract S_uperclass...
516 action.ExtractSuperclass.description=Extract superclass from the selected class
517 action.TurnRefsToSuper.text=Use Interface _Where Possible...
518 action.TurnRefsToSuper.description=Change usages of a class to those of its superclass or interface
519 action.MembersPullUp.text=Pu_ll Members Up...
520 action.MembersPullUp.description=Pull class members to superclass or implemented interface
521 action.MemberPushDown.text=Pu_sh Members Down...
522 action.MemberPushDown.description=Push class members down to directly inheriting subclasses
523 action.InheritanceToDelegation.text=Replace _Inheritance with Delegation...
524 action.InheritanceToDelegation.description=Replace inheritance with delegation
525 action.Inline.text=I_nline...
526 action.Inline.description=Inline the selected method or variable
527 action.AnonymousToInner.text=Convert Anon_ymous to Inner...
528 action.AnonymousToInner.description=Convert anonymous class into an inner class
529 action.EncapsulateFields.text=_Encapsulate Fields...
530 action.EncapsulateFields.description=Replace direct access to fields in the selected class with use of accessor methods
531 action.ReplaceTempWithQuery.text=Replace Temp with _Query...
532 action.ReplaceTempWithQuery.description=Turn the selected variable into a method
533 action.ReplaceConstructorWithFactory.text=Replace Constructor with F_actory Method...
534 action.ReplaceConstructorWithFactory.description=Create a static factory method and use it instead of a constructor
535 action.ReplaceMethodWithMethodObject.text=Extract Method Ob_ject...
536 action.ReplaceMethodWithMethodObject.description=Turn the method into its own object so that all the parameters become fields on that object
537 action.Generify.text=Ge_nerify...
538 action.Generify.description=Convert your code to use generic types
539 action.Migrate.text=_Migrate...
540 action.Migrate.description=Open migration dialog
541 action.Type\ Migration.text=Type Migration...
542 action.Type\ Migration.description=Migrate one type to another
543 action.ExtractInclude.text=E_xtract Include File...
544 action.ExtractInclude.description=Turn the selected code fragment into included file
545 group.BuildMenu.text=_Build
546 action.CompileProject.text=_Rebuild Project
547 action.CompileProject.description=Recompile all files in the project
548 action.CompileDirty.text=Make _Project
549 action.CompileDirty.description=Compile all modified and dependent files in the project
550 action.MakeModule.text=Make _Module
551 action.MakeModule.description=Compile all modified and dependent files in the module
552 action.Compile.text=_Compile
553 action.Compile.description=Compile the selected file or package
554 action.GenerateAntBuild.text=_Generate Ant Build...
555 action.GenerateAntBuild.description=Generate Ant Build File from the Project
556 group.BuildArtifactsGroup.text=Build Artifact
557 action.BuildJar.text=Build _Jars...
558 action.BuildJar.description=Archive module output directories into jar files
559 group.RunMenu.text=R_un
560 group.RunnerActions.text=Run/Debug
561 action.editRunConfigurations.text=Edit Configu_rations
562 action.editRunConfigurations.description=Open edit Run/Debug configurations dialog
563 action.Stop.text=Stop
564 action.Stop.description=Stop process
565 action.Hotswap.text=Relo_ad Changed Classes
566 action.Hotswap.description=Reload all changed classes into application being debugged (HotSwap)
567 action.StepOver.text=Step _Over
568 action.StepOver.description=Step to the next line in this file
569 action.StepInto.text=Step _Into
570 action.StepInto.description=Step to the next line executed
571 action.SmartStepInto.text=Smart Ste_p Into
572 action.SmartStepInto.description=Step into the particular method
573 action.StepOut.text=Step Ou_t
574 action.StepOut.description=Step to the first line executed after returning from this method
575 action.ForceStepOver.text=Force Step O_ver
576 action.ForceStepOver.description=Step over, disable all breakpoints before stepping.
577 action.ForceStepInto.text=Force Step I_nto
578 action.ForceStepInto.description=Step into, ignore stepping filters for libraries, constructors, etc.
579 action.RunToCursor.text=Run to _Cursor
580 action.RunToCursor.description=Run to the line where the caret is
581 action.ForceRunToCursor.text=Force Run to Cur_sor
582 action.ForceRunToCursor.description=Run to the line where the caret is, ignoring any breakpoints
583 action.Debugger.PopFrame.text=Drop _Frame
584 action.Debugger.PopFrame.description=Moves execution point back to the method call dropping current method frames from the stack
585 action.Pause.text=_Pause Program
586 action.Pause.description=Suspend program execution and enable debugging
587 action.Resume.text=Resume Pro_gram
588 action.Resume.description=Resume program execution
589 action.EvaluateExpression.text=_Evaluate Expression...
590 action.EvaluateExpression.description=Evaluate arbitrary expression
591 action.QuickEvaluateExpression.text=_Quick Evaluate Expression
592 action.QuickEvaluateExpression.description=Evaluate selected expression
593 action.ShowExecutionPoint.text=Show E_xecution Point
594 action.ShowExecutionPoint.description=Show the current program execution point
595 action.ToggleLineBreakpoint.text=Toggle _Line Breakpoint
596 action.ToggleLineBreakpoint.description=Toggle line breakpoint at caret
597 action.ToggleMethodBreakpoint.text=Toggle _Method Breakpoint
598 action.ToggleMethodBreakpoint.description=Toggle method breakpoint for the method at caret
599 action.ToggleFieldBreakpoint.text=Toggle _Field Watchpoint
600 action.ToggleFieldBreakpoint.description=Toggle field watchpoint for the field at caret
601 action.ToggleBreakpointEnabled.text=Toggle _Breakpoint Enabled
602 action.ToggleBreakpointEnabled.description=Enable/disable breakpoint at the current line
603 action.ViewBreakpoints.text=View Brea_kpoints
604 action.ViewBreakpoints.description=View and manage all breakpoints and watchpoints
605 action.ExportThreads.text=Export T_hreads...
606 action.ExportThreads.description=Save all threads information to a text file or clipboard
607 action.Runner.RestoreLayout.text=Restore Layout
608 action.Runner.RestoreLayout.description=Restore visual elements of debugger session to default state
609 action.Runner.ToggleToolbarLayout.text=Horizontal Toolbars
610 action.Runner.ToggleToolbarLayout.description=Toggles horizontal/vertical toolbar orientation
611 group.Runner.Layout.text=Layout
612 group.Runner.Layout.description=Layout configuration
613 action.Runner.MinimizeView.text=Hide
614 action.Runner.MinimizeView.description=Hide view
615 action.Runner.CloseView.text=Close
616 action.Runner.CloseView.description=Close view
617 action.Runner.MoveViewToGrid.text=Move To Grid
618 action.Runner.MoveViewToGrid.description=Move view to the debugger grid container
619 action.Runner.MoveViewToTab.text=Move To Tab
620 action.Runner.MoveViewToTab.description=Move view to the debugger tab container
621 action.Runner.DetachCell.text=Detach
622 action.Runner.DetachCells.text=Detach {0} Views
623 action.Runner.DetachCell.description=Detach selected views to a separate window
624 action.Runner.AttachCell.text=Attach
625 action.Runner.AttachCells.text=Attach {0} Views
626 action.Runner.AttachCell.description=Attach selected views to the debugger tool window
627 action.Runner.RestoreView.text=Restore ''{0}'' View
628 action.Runner.RestoreView.description=Restore view in the debugger grid
629 action.Runner.FocusOnStartup.text=Focus On Startup
630 action.Runner.FocusOnStartup.description=Focus this view by default when UI is shown
631 action.Debugger.FocusOnBreakpoint.text=Focus On Breakpoint
632 action.Debugger.FocusOnBreakpoint.description=Focus this view by default when breakpont is reached
633 group.ToolsMenu.text=_Tools
634 action.SaveAsTemplate.text=Save as L_ive Template...
635 action.SaveAsTemplate.description=Save the selected text as live template
636 action.SaveFileAsTemplate.text=Save File as Temp_late...
637 action.SaveFileAsTemplate.description=Save current file as template
638 action.GenerateJavadoc.text=Generate Java_Doc...
639 action.GenerateJavadoc.description=Run the JavaDoc tool
640 group.Macros.text=_Macros
641 group.Macros.description=View, Change, Record, Play Macros
642 group.StanardMacroActions.text=Standard Macro Actions
643 action.PlaybackLastMacro.text=Pla_yback Last Macro
644 action.PlaybackLastMacro.description=Playback last used macro
645 action.StartStopMacroRecording.text=Start/Stop Macro _Recording
646 action.StartStopMacroRecording.description=Start/Stop recording of a new macro
647 action.EditMacros.text=_Edit Macros
648 action.EditMacros.description=Configure existing macros
649 action.ValidateXml.text=_Validate
650 action.ValidateXml.description=Validate the current xml file
651 action.GenerateDTD.text=Generate DTD from _XML file
652 group.ExternalToolsGroup.text=External Tools
653 action.PsiViewer.text=View PSI Structure
654 action.DebugListen.text=Throw Debug Exception
655 action.VirtualFileInfo.text=Virtual File Info
656 action.Merge3Files.text=Merge
657 action.LocalizePlugin.text=Localize Plugin
658 group.MemoryManagement.text=Memory Management
659 action.DumpPsiMemoryCaches.text=Dump what is cached in PSI
660 action.DecodeBytesAction.text=Decode Bytes
661 action.ReloadProjectAction.text=Reload project
662 action.LocalVcs.ShowStatistics.text=Show Local VCS Statistics...
663 action.LocalVcs.ShowStatistics.description=Show Local VCS statistics
664 action.LocalVcs.ShowRepHistory.text=Repository History
665 action.DropAnError.text=Drop an error
666 action.DropAnOutOfMemoryError.text=Drop an OutOfMemoryError
667 action.DropAnOutOfPermGenMemoryError.text=Drop an perm gen OutOfMemoryError
668 action.DumpInspectionDescriptions.text=Dump inspection descriptions
669 action.DumpIntentionsDescriptions.text=Dump intentions descriptions
670 action.ShowUserActivities.text=Show Activities
671 group.WindowMenu.text=_Window
672 group.ToolWindowsGroup.text=_Tool Windows
673 action.ShowProcessWindow.text=Background Tasks
674 action.ShowProcessWindow.description=Show/Hide background tasks window
675 action.ShowProcessWindow.double.click=Click to show/hide background tasks window
676 action.StoreDefaultLayout.text=Store Current La_yout as Default
677 action.StoreDefaultLayout.description=Store current layout as default
678 action.RestoreDefaultLayout.text=Restore De_fault Layout
679 action.RestoreDefaultLayout.description=Restore default layout
680 action.HideActiveWindow.text=Hi_de Active Tool Window
681 action.HideActiveWindow.description=Hide active tool window
682 action.HideSideWindows.text=Hide Side Tool Windows
683 action.HideSideWindows.description=Hide all windows on this side
684 action.HideAllWindows.text=Hide All _Tool Windows
685 action.HideAllWindows.description=Hide all tool windows
686 action.JumpToLastWindow.text=_Jump to Last Tool Window
687 action.JumpToLastWindow.description=Activate last focused tool window
688 action.TogglePinnedMode.text=_Pinned Mode
689 action.TogglePinnedMode.description=Pin/unpin active tool window
690 action.ToggleDockMode.text=Dock_ed Mode
691 action.ToggleDockMode.description=Dock/undock active tool window
692 action.ToggleFloatingMode.text=Floating _Mode
693 action.ToggleFloatingMode.description=Float/unfloat active tool window
694 action.ToggleSideMode.text=Split Mode
695 action.ToggleSideMode.description=Tool windows split mode on/off
696 action.ToggleContentUiTypeMode.text=Tabbed Content
697 action.ToggleContentUiTypeMode.description=Toggle between tabbed/combo presentation of contents
698 action.ShowContent.text=Show Content
699 action.ShowContent.description=Show tool window content popup
700 action.NextTab.text=Select Ne_xt Tab
701 action.NextTab.description=Activate next tab
702 action.PreviousTab.text=Se_lect Previous Tab
703 action.PreviousTab.description=Activate previous tab
704 action.NextEditorTab.text=Select Next Tab in multi-editor file
705 action.PreviousEditorTab.text=Select Previous Tab in multi-editor file
706 action.CloseActiveTab.text=Cl_ose Active Tab
707 action.CloseActiveTab.description=Close active tool window tab
708 action.PinActiveTab.text=P_in Active Tab
709 action.PinActiveTab.description=Pin active tool window or editor tab
710 action.CloseEditor.text=_Close Active Editor
711 action.CloseEditor.description=Close active editor
712 action.CloseAllEditors.text=Close _All
713 action.CloseAllEditors.description=Close all editors in active tab group
714 action.CloseAllEditorsButActive.text=Close _Others
715 action.CloseAllEditorsButActive.description=Close all open editors except the active one
716 action.CloseAllUnmodifiedEditors.text=Close _Unmodified
717 action.CloseAllUnmodifiedEditors.description=Close all nonmodified editors
718 action.CloseAllUnpinnedEditors.text=Close All But Pinned
719 action.CloseAllUnpinnedEditors.description=Close all editors which are not pinned
720 action.SplitVertically.text=Split _Vertically
721 action.SplitVertically.description=Split editor area into 2 tab groups and move the current tab to the right group
722 action.SplitHorizontally.text=Split _Horizontally
723 action.SplitHorizontally.description=Split editor area into 2 tab groups and move the current tab to the bottom group
724 action.ChangeSplitOrientation.text=Change Splitter O_rientation
725 action.ChangeSplitOrientation.description=Changes orientation of splitter
726 action.Unsplit.text=Un_split
727 action.Unsplit.description=Unsplit Window
728 action.UnsplitAll.text=U_nsplit All
729 action.UnsplitAll.description=Remove all splitters
730 action.NextSplitter.text=_Goto Next Splitter
731 action.NextSplitter.description=Goto next splitter window
732 action.PrevSplitter.text=Goto Previous Splitter
733 action.PrevSplitter.description=Goto previous splitter window
734 group.HelpMenu.text=_Help
735 action.HelpTopics.text=Help _Topics
736 action.HelpTopics.description=Show help contents
737 action.ShowTips.text=Tip of the _Day
738 action.ShowTips.description=Show Tips of the Day
739 action.ProductivityGude.text=_Productivity Guide
740 action.ProductivityGude.description=Show productivity features usages statistics
741 action.OnlineDocAction.text=_Online Documentation
742 action.OnlineDocAction.description=Show online documentation
743 action.WhatsNewAction.text=What's _New in IntelliJ IDEA
744 action.WhatsNewAction.description=Find out about the new features in this version of IntelliJ IDEA
745 action.Help.KeymapReference.text=Default _Keymap Reference
746 action.Help.KeymapReference.description=Open PDF file with the default keymap reference card.
747 action.CheckForUpdate.text=_Check for Update...
748 action.CheckForUpdate.description=Check for available update
749 action.About.text=_About
750 action.About.description=Show information about IntelliJ IDEA
751 group.OtherMenu.text=Other
752 group.OtherMenu.description=Actions that are not properly registered
753 group.MainToolBar.text=Main Toolbar
754 group.Bookmarks.text=Bookmarks
755 action.ToggleBookmark0.text=Toggle Bookmark 0
756 action.ToggleBookmark1.text=Toggle Bookmark 1
757 action.ToggleBookmark2.text=Toggle Bookmark 2
758 action.ToggleBookmark3.text=Toggle Bookmark 3
759 action.ToggleBookmark4.text=Toggle Bookmark 4
760 action.ToggleBookmark5.text=Toggle Bookmark 5
761 action.ToggleBookmark6.text=Toggle Bookmark 6
762 action.ToggleBookmark7.text=Toggle Bookmark 7
763 action.ToggleBookmark8.text=Toggle Bookmark 8
764 action.ToggleBookmark9.text=Toggle Bookmark 9
765 action.GotoBookmark0.text=Go to Bookmark 0
766 action.GotoBookmark1.text=Go to Bookmark 1
767 action.GotoBookmark2.text=Go to Bookmark 2
768 action.GotoBookmark3.text=Go to Bookmark 3
769 action.GotoBookmark4.text=Go to Bookmark 4
770 action.GotoBookmark5.text=Go to Bookmark 5
771 action.GotoBookmark6.text=Go to Bookmark 6
772 action.GotoBookmark7.text=Go to Bookmark 7
773 action.GotoBookmark8.text=Go to Bookmark 8
774 action.GotoBookmark9.text=Go to Bookmark 9
776 action.XDebugger.SetValue.text=Set Value...
777 action.XDebugger.SetValue.description=Modify value of selected node
778 action.XDebugger.CopyValue.text=Copy Value
779 action.XDebugger.CopyValue.description=Copy value of selected node to clipboard
780 action.XDebugger.JumpToSource.text=Jump To Source
781 action.XDebugger.JumpToSource.description=Open for the selected item
782 action.XDebugger.Inspect.text=Inspect
783 action.XDebugger.AddToWatches.text=Add to Watches
784 action.XDebugger.RemoveWatch.text=Remove Watch
785 action.XDebugger.NewWatch.text=New Watch...
786 action.XDebugger.EditWatch.text=Edit...
787 action.XDebugger.AutoTooltip.text=Value Auto Tooltip
788 action.XDebugger.AutoTooltip.description=Toggles if value tooltip is shown automatically on mouse over
789 group.XDebugger.settings.text=Settings
791 action.Debugger.AdjustArrayRange.text=Adjust Range...
792 action.Debugger.Inspect.text=Inspect
793 action.Debugger.CopyValue.text=Copy Value
794 action.Debugger.CompareValueWithClipboard.text=Compare Value with Clipboard
795 action.Debugger.CustomizeContextView.text=Customize Data Views...
796 action.Debugger.CustomizeThreadsView.text=Customize Threads View...
797 action.Debugger.NewWatch.text=New Watch...
798 action.Debugger.EditWatch.text=Edit Watch
799 action.Debugger.EditFrameSource.text=EditFrameSource
800 action.Debugger.EditNodeSource.text=EditNodeSource
801 action.Debugger.EditTypeSource.text=Jump to Object Source
802 action.Debugger.RemoveAllWatches.text=Remove All Watches
803 action.Debugger.RemoveWatch.text=Remove Watch
804 action.Debugger.ViewAsGroup.text=View as
805 action.Debugger.SetValue.text=Set Value...
806 action.Debugger.ShowFrame.text=Show Frame
807 action.Debugger.ResumeThread.text=Resume
808 action.Debugger.FreezeThread.text=Freeze
809 action.Debugger.MuteBreakpoints.text=Mute Breakpoints
810 action.Debugger.MuteBreakpoints.description=Mute/unmute all breakpoints in a debug session.
811 action.Debugger.MarkObject.text=Mark Object...
812 action.Debugger.MarkObject.unmark.text=Unmark Object
813 action.Debugger.MarkObject.description=Mark/unmark the object so that it can be visually distinguished in in debugger views
814 action.Debugger.AddToWatch.text=Add to Watches
815 action.Debugger.AutoRenderer.text=Auto
816 group.EditorPopupMenu.text=Editor Popup Menu
817 group.EditorPopupMenu.description=Editor Popup Menu
818 action.Add\ to\ migration\ roots.text=_Add to migration roots
819 action.Add\ to\ migration\ roots.description=Add selected element to migration roots
820 group.EditorPopupMenu.GoTo.text=_Go To
821 group.EditorPopupMenu.GoTo.description=Go To Editor Popup Menu Group
822 action.CompareClipboardWithSelection.text=Compare with Clip_board
823 action.CompareClipboardWithSelection.description=Compare current selection with clipboard
824 action.ChangeColorScheme.text=Switch Color Scheme
825 action.ChangeColorScheme.description=Change current color scheme
826 action.ChangeCodeStyleScheme.text=Switch Code Style Scheme
827 action.ChangeCodeStyleScheme.description=Change current code style scheme
828 action.ChangeKeymap.text=Switch Keymap
829 action.ChangeKeymap.description=Change current keymap
830 action.ChangeLaf.text=Switch Look\\&\\&Feel
831 action.ChangeLaf.description=Change current Look\\&Feel
832 action.ChangeInspectionProfile.text=Switch Error Highlighting
833 action.ChangeInspectionProfile.description=Change current editor inspection profile
834 action.ChangeCustomizationSchema.text=Switch Customization Scheme
835 action.ChangeCustomizationSchema.description=Change Current Customization Scheme
836 action.MoveEditorToOppositeTabGroup.text=_Move To Opposite Group
837 action.MoveEditorToOppositeTabGroup.description=Move Editor To Opposite Tab Group
838 action.ModuleSettings.text=Module _Settings
839 action.ModuleSettings.description=Open settings dialog for selected module
840 group.MoveModuleToGroup.text=Move Module to Group
841 group.MoveModuleToGroup.description=_Move module
842 action.AssociateWithFileType.text=Associate with File Type
843 action.AssociateWithFileType.description=Associate selected file with one of file types
844 action.SynchronizeCurrentFile.text=Synchronize selected file
845 action.TypeHierarchy.BaseOnThisType.text=Base On This Type
846 action.TypeHierarchy.Class.text=Class Hierarchy
847 action.TypeHierarchy.Subtypes.text=Subtypes Hierarchy
848 action.TypeHierarchy.Supertypes.text=Supertypes Hierarchy
849 action.MethodHierarchy.ImplementMethodAction.text=Implement Method
850 action.MethodHierarchy.ImplementMethodAction.description=Implement Method (from Method Hierarchy)
851 action.MethodHierarchy.OverrideMethodAction.text=Override Method
852 action.MethodHierarchy.OverrideMethodAction.description=Override Method (from Method Hierarchy)
853 action.MethodHierarchy.BaseOnThisType.text=Base On This Type
854 action.MethodHierarchy.BaseOnThisType.description=Show hierarchy for method of selected class/interface
855 action.CallHierarchy.BaseOnThisType.text=Base On This Method
856 action.CallHierarchy.BaseOnThisType.description=Show call hierarchy for selected method
857 action.Lvcs.ShowLvcsDiffAction.text=Compare Versions
858 action.Lvcs.ShowLvcsDiffAction.description=Show changes
859 action.Lvcs.RollbackFileAction.text=Rollback File
860 action.Lvcs.RollbackFileAction.description=Rollback
861 action.Vcs.ShowDiffAction.text=Show Changes
862 action.Vcs.ShowDiffAction.description=Show changes
863 action.Vcs.RollbackChanges.text=Rollback Changes
864 action.Vcs.RollbackChanges.description=Rollback changes
865 action.Vcs.EditSourceAction.text=Edit Source
866 action.Vcs.EditSourceAction.description=Edit source
867 action.Vcs.ExcludeAction.text=Exclude from Commit
868 action.Vcs.ExcludeAction.description=Exclude from commit
869 action.Vcs.IncludeAction.text=Include into Commit
870 action.Vcs.IncludeAction.description=Include into commit
871 action.openAssertEqualsDiff.text=View assertEquals Difference
872 action.UsageView.Include.text=Include
873 action.UsageView.Include.description=Include this usage(s) into processing
874 action.UsageView.Exclude.text=Exclude
875 action.UsageView.Exclude.description=Exlude this usage(s) from processing
876 action.UsageView.ShowRecentFindUsages.text=R_ecent Find Usages
877 action.UsageView.ShowRecentFindUsages.description=Choose and re-run recent find usages
878 group.ShowRecentFindUsagesGroup.text=Recent Find Usages
879 group.ShowRecentFindUsagesGroup.description=Choose and re-run recent find usages
881 stop.capture.cpu.usage.data.action.name=Capture CPU usage data, now capturing
882 stop.capture.cpu.usage.data.action.description=Stop capturing CPU usage data
883 stop.capture.allocations.usage.data.action.name=Capture allocations data, now capturing
884 stop.capture.allocations.usage.data.action.description=Stop capturing allocations data
886 action.IntegrateFiles.text=Integrate
887 action.IntegrateFiles.description=Integrate selected files or directories
888 action.Vcs.IntegrateProject.text=Inte_grate Project
889 action.Vcs.IntegrateProject.description=Integrate project
891 action.Vcs.RefreshStatuses.text=R_efresh File Status
892 action.Vcs.RefreshStatuses.description=Refresh VCS status for all files in project
894 action.ShowNavBar.text=Show Na_vigation Bar
896 action.ScopeView.EditScopes.text=Ed_it Scopes
897 action.ScopeView.EditScopes.description=Edit Scopes
899 action.CodeInspection.OnEditor.text=Inspect Code With _Editor Settings
900 action.CodeInspection.OnEditor.description=Inspect Code With _Editor Settings
902 action.ShowCoverageInfo.text=Show Co&verage Info
903 action.HideCoverageInfo.text=Hide Co&verage Info
905 action.Graph.layout.circular=Circular Layout
906 action.Graph.layout.balloon=Balloon Layout
907 action.Graph.layout.directed.orthogonal=Directed Orthogonal Layout
908 action.Graph.layout.orthogonal=Orthogonal Layout
909 action.Graph.layout.organic=Organic Layout
910 action.Graph.layout.hierarchic.group=Hierarchic Group Layout
911 action.Graph.layout.tree=Tree Layout
912 action.Graph.layout.apply.current=Apply current layout
913 action.Graph.layout.fit.content=Fit Content After Layout
915 action.Graph.zoom.actual=Actual size
916 action.Graph.zoom.in=Zoom in
917 action.Graph.zoom.out=Zoom out
919 action.Graph.grid.hide=Hide Grid
920 action.Graph.grid.show=Show Grid
921 action.Graph.grid.snap=Snap To Grid
922 action.Graph.show.edge.label=Show Edge Labels
923 action.Graph.show.selected.node.dependencies.label=Show selected nodes with dependencies
924 action.Graph.export.to.file=Export to file...
925 action.Graph.export.to.file.dialog.caption=Export to file
926 action.Graph.choose.directory=Choose Directory
927 action.Graph.fit.content=Fit Content
929 action.Graph.print=Print Graph
930 action.Graph.print.preview=Print Preview
932 action.SendFeedback.text=Submit _Feedback
933 action.SendFeedback.description=Submit feedback to the JetBrains Web site
934 action.TechnicalSupport.text=Contact _Support Team
935 action.TechnicalSupport.description=Access technical support on JetBrains Web site
937 action.MoveToChangeList.text=Move to Changelist...
938 action.MoveToChangeList.description=Move selected file(s) to a different changelist
940 action.TextComponent.ClearAction.text=Clear text
941 action.TextComponent.ClearAction.description=Clear text in text components
943 action.ConvertProject.text=&Convert Project
944 action.ConvertProject.description=Convert project to the new format. You will not be able to open the project by earlier versions of IDEA.
946 action.ChangesView.Refresh.text=Refresh
947 action.ChangesView.Refresh.description=Refresh VCS changes
948 action.ChangesView.NewChangeList.text=New Changelist
949 action.ChangesView.NewChangeList.description=Create new changelist
950 action.ChangesView.Commit.text=Comm_it Changes
951 action.ChangesView.Commit.description=Commit the changes in selected changelist
952 action.ChangesView.Rollback.text=Rollback
953 action.ChangesView.Rollback.description=Rollback selected changes
954 action.ChangesView.RemoveChangeList.text=Delete Changelist
955 action.ChangesView.RemoveChangeList.description=Remove changelist and move all changes to default
956 action.ChangesView.SetDefault.text=Set Active Changelist
957 action.ChangesView.SetDefault.description=Set changelist to which new changes are placed by default
958 action.ChangesView.Move.text=Move to Another Changelist
959 action.ChangesView.Move.description=Move selected changes to another changelist
960 action.ChangesView.Diff.text=Show Diff
961 action.ChangesView.Diff.description=Show diff for selected change
962 action.ChangesView.DeleteUnversioned.text=Delete
963 action.ChangesView.DeleteUnversioned.description=
964 action.ChangesView.AddUnversioned.text=Add to VCS
965 action.ChangesView.AddUnversioned.description=Schedule selected files to be added to VCS
966 action.ChangesView.RemoveDeleted.text=Remove from VCS
967 action.ChangesView.RemoveDeleted.description=Schedule selected files to be removed from VCS
968 action.ChangesView.Rename.text=Edit Changelist...
969 action.ChangesView.Rename.description=Edit name and description of selected changelist
970 action.ChangesView.CreatePatch.text=Create Patch...
971 action.ChangesView.CreatePatch.description=Create a patch from the selected changes
972 action.ChangesView.ApplyPatch.text=Apply Patch...
973 action.ChangesView.ApplyPatch.description=Apply a patch to the sources of the project
974 action.ChangesView.Shelve.text=Shelve Changes...
975 action.ChangesView.Shelve.description=Save changes to an external patch file and remove them from the code
976 action.ShelvedChanges.Unshelve.text=Unshelve Changes
977 action.ShelvedChanges.Unshelve.description=Apply saved changes to current codebase
978 action.ShelvedChanges.Rename.text=Rename...
979 action.ShelvedChanges.Rename.description=Rename shelved changelist
980 action.ChangesView.Browse.text=Browse Changes...
981 action.ChangesView.Browse.description=View history of committed changes
982 action.ChangesView.Edit.text=Check Out
983 action.ChangesView.Edit.description=Check out selected files for editing
984 action.ChangesView.Ignore.text=Ignore...
985 action.ChangesView.Ignore.description=Do not show selected files as unversioned
986 action.ChangesView.CreatePatchFromChanges.text=Create Patch...
987 action.ChangesView.CreatePatchFromChanges.description=Create a patch from the selected changes
988 action.CommittedChanges.Refresh.text=Refresh
989 action.CommittedChanges.Refresh.description=Refresh the list of committed changes
990 action.CommittedChanges.Filter.text=Filter
991 action.CommittedChanges.Filter.description=Change filtering criteria
992 action.CommittedChanges.Details.text=Show Details
993 action.CommittedChanges.Details.description=View complete information about the selected changelist
994 action.IncomingChanges.Refresh.text=Refresh
995 action.IncomingChanges.Refresh.description=Refresh the list of incoming changes
996 action.IncomingChanges.Get.text=Get Changelist
997 action.IncomingChanges.Get.description=Get latest version of files modified in selected changelist
998 action.Debugger.MaximizeContent.text=Maximize
999 action.Debugger.MaximizeContent.description=Maximize content to fit the tool window
1000 action.Debugger.RestoreContent.text=Restore
1001 action.Debugger.RestoreContent.description=Restore content to the debugger split layout
1002 action.Debugger.HideContent.text=Hide
1003 action.Debugger.HideContent.description=Hide content
1004 action.Debugger.DetachContent.text=Detach
1005 action.Debugger.DetachContent.description=Detach content to separate window
1006 action.Debugger.NextContent.text=Select Next View
1007 action.Debugger.NextContent.description=Select next debugger view
1008 action.Debugger.PreviousContent.text=Select Previous View
1009 action.Debugger.PreviousContent.description=Select previous debugger view
1010 action.FileChooser.TogglePathShowing.text=Show/Hide path text
1011 action.ChangeFileEncoding.text=Change File Encoding
1012 action.ChangeFileEncoding.description=Change file encoding
1013 action.ConfigureFileDefaultEncoding.text=Configure Default Encoding...
1014 action.ConfigureFileDefaultEncoding.description=Configure default encoding for files, files in directories or in the whole project
1015 action.ChangeFileEncodingGroupAction.text=Change File Encoding
1016 action.ChangeFileEncodingGroupAction.description=Change File Encoding
1018 action.AddFrameworkSupport.text=Add Framework Support...
1020 action.Diff.FocusOppositePane.text=Select opposite pane in diff view
1021 action.Diff.PrevChange.text=Compare Previous File
1022 action.Diff.NextChange.text=Compare Next File
1024 action.FileChooser.ShowHiddens.text=Show Hidden Files and Directories
1025 action.FileChooser.ShowHiddens.description=Show hidden files and directories
1026 action.FileChooser.Refresh.text=Refresh
1027 action.FileChooser.Refresh.description=Refresh the file system tree
1028 action.FileChooser.Delete.text=Delete...
1029 action.FileChooser.Delete.text.description=Delete
1030 action.FileChooser.NewFolder.text=New Folder...
1031 action.FileChooser.NewFolder.description=Create new folder
1032 action.FileChooser.NewFile.text=New File...
1033 action.FileChooser.NewFile.description=Create new file
1034 action.FileChooser.GotoHome.text=Home
1035 action.FileChooser.GotoHome.description=Go to home directory
1036 action.FileChooser.GotoProject.text=Project
1037 action.FileChooser.GotoProject.description=Go to project directory
1038 action.FileChooser.GotoModule.text=Module
1039 action.FileChooser.GotoModule.description=Go to module directory
1041 action.WelcomeScreen.DevelopPlugins.text=Plugin Development
1042 action.WelcomeScreen.ReadHelp.text=Read Help
1043 action.WelcomeScreen.GetFromVcs.text=Check out from Version Control
1044 action.WelcomeScreen.GetFromVcs.description=You can check out an entire project from a Version Control System. Click the icon or link to select your VCS.
1045 action.WelcomeScreen.ReopenRecent.text=Reopen Recent Project
1046 action.WelcomeScreen.ReopenRecent.description=You can open one of the most recent projects you were working with. Click the icon or link to select a project from the list.
1047 action.WelcomeScreen.OpenProject.text=Open Project
1048 action.WelcomeScreen.CreateNewProject.text=Create New Project
1049 action.WelcomeScreen.CreateNewProject.description=Start the \"New Project\" Wizard that will guide you through the steps necessary for creating a new or import from existent project.
1051 action.CommittedChanges.Revert.text=Revert Changes
1052 action.CommittedChanges.Revert.description=Apply the reverse of the selected changes to the working copy
1054 action.OpenDirectoryProject.text=Open Directory...
1055 action.OpenDirectoryProject.description=Start editing code in the specified directory
1056 action.WelcomeScreen.OpenDirectoryProject.text=Open Directory
1057 action.WelcomeScreen.OpenDirectoryProject.description=Start editing code in the specified directory
1058 action.WelcomeScreen.CreateDirectoryProject.text=Create New Project
1059 action.WelcomeScreen.CreateDirectoryProject.description=Create a new project
1060 action.NewDirectoryProject.text=New Project...
1061 action.NewDirectoryProject.description=Create a new project
1063 action.SliceBackward.text=Analyze Dataflow _to here
1064 action.SliceBackward.description=Search for values which can be assigned to selected expression
1066 action.SliceForward.text=Analyze Dataflow _from here
1067 action.SliceSliceForward.description=Search for values escaped from this location
1069 action.ShelvedChanges.Diff.text=Show Diff
1070 action.ShelvedChanges.Diff.description=Show diff for selected change
1072 action.ChangeTemplateDataLanguage.text=Change Template Data Language
1074 group.FileOpenGroup.text=File Open Actions
1075 group.FileOtherSettingsGroup.text=Other Settings
1076 group.FileMainSettingsGroup.text=Settings Actions
1077 group.FilSettingsGroup.text=Settings Actions
1078 group.ExportImportGroup.text=Export/Import Actions
1079 group.PrintExportGroup.text=Print/Export Actions
1080 group.EditSelectGroup.text=Editor Select Actions
1081 group.EditCreateDeleteGroup.text=Editor Create/Delete Actions
1082 group.CutCopyPasteGroup.text=Cut/Copy/Paste Actions
1083 group.EditSelectWordGroup.text=Select Word Actions
1084 group.EditBookmarksGroup.text=Bookmark Actions
1085 group.OpenProjectGroup.text=Open Project Actions
1086 group.EditSmartGroup.text=Edit Code Actions
1087 group.ProjectViewGroup.text=Project View Actions
1088 group.CodeEditorViewGroup.text=Code View Actions
1089 group.CodeEditorBaseGroup.text=Code Editor View Actions
1090 group.HierarchyGroup.text=Hierarchy Actions
1091 group.DebugMainMenu.text=Debugger Actions
1092 group.ToggleBreakpointAction.text=Breakpoint Actions
1093 group.CommentGroup.text=Comment Actions
1094 group.CodeFormatGroup.text=Code Formatting Actions
1095 group.GoToTargetEx.text=Goto by Name Actions
1096 group.GoToErrorGroup.text=Goto Error/Bookmark Actions
1097 group.GoToMenuEx.text=Method Navigation Actions
1098 group.GoToCodeGroup.text=Goto by Reference Actions
1099 group.GoToChangeMarkerGroup.text=Change Navigation Actions
1100 group.CoverageMenu.text=Code Coverage Actions
1101 group.ToolsXmlGroup.text=XML Actions
1102 group.XmlGenerateToolsGroup.text=XML Generate Actions
1103 group.EditorPopupMenu2.text=Debug Actions
1104 group.VersionControlsGroup.text=VCS/LVCS Actions
1105 group.EditorPopupMenu.Run.text=Compile/Run Actions
1106 group.ProjectViewCompileGroup.text=Compile/Debug Actions
1107 group.ProjectViewAnalysisGroup.text=Analysis Actions
1108 action.PerformanceReport.text=Submit Performance Report
1109 group.MacrosGroup.text=Macro Actions
1110 group.PairFileActions.text=Actions on Pairs of Files
1111 group.RefactoringMenu1.text=Refactoring Actions (1)
1112 group.RefactoringMenu2.text=Refactoring Actions (2)
1113 group.RefactoringMenu3.text=Refactoring Actions (3)
1114 group.ToolbarFindGroup.text=Toolbar Find Actions
1115 group.ToolbarRunGroup.text=Toolbar Run Actions
1116 group.ToolbarMakeGroup.text=Toolbar Make Actions
1117 group.ChangeFileEncodingGroup.text=File Encoding Actions
1118 group.EditorPopupMenu1.text=Editor Popup Menu Actions (1)
1119 group.EditorLangPopupMenu.text=Editor Popup Menu Actions (2)
1120 group.CloseEditorsGroup.text=Editor Close Actions
1121 group.EditorTabPopupMenuEx.text=Editor Tab Popup Menu Actions (1)
1122 group.ProjectViewPopupMenuModifyGroup.text=Project View Popup Menu Modify Group
1123 group.ProjectViewPopupMenuRunGroup.text=Project View Popup Menu Run Group
1124 group.ProjectViewPopupMenuSettingsGroup.text=Project View Popup Menu Settings Group
1125 group.ProjectViewPopupMenuRefactoringGroup.text = Project View Popup Refactoring Group
1126 group.ViewRecentActions.text=View Recent Actions Group
1127 group.NewGroup1.text=New Group (1)
1128 group.NewGroup2.text=New Group (2)
1129 action.NewModuleInGroup.text=Module
1130 action.WrapReturnValue.text=Wr_ap Return Value...
1131 action.WrapReturnValue.description=Wrap return value of the specified method with object
1132 action.ReplaceConstructorWithBuilder.text=Replace Constructor with Builder...
1133 action.ReplaceConstructorWithBuilder.description=Replace Constructor with Builder
1134 action.WelcomeScreen.ShowTips.text=Tips of the Day
1135 action.WelcomeScreen.ShowTips.description=Learn how to increase your coding productivity.
1136 action.ShelvedChanges.ShowHideDeleted.text=Show/Hide Applied Shelved Changes
1137 action.XDebugger.MuteBreakpoints.text=Mute Breakpoints
1138 action.ShelvedChanges.DeleteDeleted.text=Delete Applied Shelved Changes
1139 action.Diff.IgnoreWhitespace.text=Toggle Diff Ignore Whitespace
1140 action.ShelvedChanges.Restore.text=Restore Applied Shelved Change
1141 action.Graph.Current.Node.Dependencies.Filter.text=Show selected nodes with dependencies
1142 group.VcsToobarActions.text=VCS Actions
1143 action.StartupWizard.text=Configure Plugins
1144 action.StartupWizard.description=Run a wizard for selecting the set of enabled plugins
1145 action.PopupHector.text=Popup Per File Highlighting Settings
1146 action.PopupHector.description=Show panel to configure highlighting mode for the current file
1147 group.EditorTabPopupMenu.text=Editor Tab Popup Menu
1148 group.MainMenu.text=Main menu
1149 group.ProjectViewPopupMenu.text=Project View Popup Menu
1150 group.FavoritesViewPopupMenu.text=Favorites View Popup Menu
1151 group.CommanderViewPopupMenu.text=Commander View Popup Menu
1152 group.NavbarPopupMenu.text=Navigation Bar
1153 action.NewInspectionsInLatestVersion.text=What's new in IDEA 9
1154 action.NewInspectionsInLatestVersion.description=Show inspections new in IDEA 9
1155 action.RerunFailedTests.text=Rerun Failed Tests
1156 action.RerunFailedTests.description=Run only tests that failed/crashed after last run
1157 group.AnalyzeJavaMenu.text=Analyze Java Menu
1158 group.AnalyzeJavaMenu.description=Analyze Java Menu
1159 action.InvalidateCaches.text=Invalidate Caches
1160 action.InvalidateCaches.description=Force rebuild of all caches and indices on next startup
1161 group.PlaySavedMacroActions.text=Play Saved Macros
1162 group.PlaySavedMacroActions.description=Play Saved Macros
1163 group.ToolsBasicGroup.text=Tools Basic Group
1164 group.ToolsBasicGroup.description=Tools Basic Group
1165 group.ToolbarNewElement.text=Toolbar New Element Group
1166 action.NewElementToolbarAction.text=Create New File
1167 action.ShowRegistry.text=Registry