1 # suppress inspection "UnusedProperty" 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=Start CPU Usage Profiling
8 action.CaptureCPUUsageData.description=Capture CPU usage data
9 stop.capture.cpu.usage.data.action.name=Stop CPU Usage Profiling
10 action.CaptureAllocations.text=Capture Allocations
11 action.CaptureAllocations.description=Capture memory allocations data
12 stop.capture.allocations.data.action.name=Stop Capturing Allocations
13 action.ContextHelp.text=Conte_xt Help
14 action.ContextHelp.description=Show context help
15 action.RunConfiguration.text=Select Run/Debug Configuration
16 action.SwitchCoverage.text=Show Code Co_verage Data
17 action.GenerateCoverageReport.text=_Generate Coverage Report
18 action.RunConfiguration.description=Select Run/Debug Configuration
19 action.ShowIntentionActions.text=Show Intention Actions
20 action.ToggleReadOnlyAttribute.text=Toggle Read-Only Attribute
21 action.ToggleReadOnlyAttribute.description=Toggle read-only attribute of current file
22 action.TogglePopupHints.text=Toggle Popup Hints for Current File
23 action.RunGc.text=Run Garbage Collector
24 action.ShowPopupMenu.text=Show Context Menu
25 action.CloseWindow.text=Close Active Window
26 action.Vcs.ShowMessageHistory.text=Commit Message History
27 action.Vcs.ShowMessageHistory.description=Show commit message history
28 action.Vcs.CheckCommitMessageSpelling.text=Check commit message spelling
29 action.Vcs.CheckCommitMessageSpelling.description=Toggle checking commit message spelling errors
30 action.Vcs.ShowHistoryForBlock.text=Show History _for Selection
31 action.Vcs.ShowHistoryForBlock.description=Show history for editor selection
32 action.Vcs.ShowTabbedFileHistory.text=Show _History
33 action.Vcs.ShowTabbedFileHistory.description=Show history of file
34 action.AddToFavoritesPopup.text=Add to Favorites
35 action.AddToFavoritesPopup.description=Add selected node to favorites
36 group.AddToFavorites.text=Add to F_avorites
37 group.AddAllToFavorites.text=Add A_ll To Favorites
38 action.AddNewFavoritesList.text=Add New Favorites List
39 action.AddNewFavoritesList.description=Add New Favorites List
40 action.EditFavorites.text=Edit
41 action.EditFavorites.description=Edit
42 action.RemoveFromFavorites.text=Remove From Favorites
43 action.RemoveFromFavorites.description=Remove selected node from favorites
44 action.RenameFavoritesList.text=Rename Favorites List
45 action.RenameFavoritesList.description=Rename the favorites list the selected node belongs to
46 action.RemoveFavoritesList.text=Delete Favorites List
47 action.RemoveFavoritesList.description=Delete all favorites the selected node belongs to
48 action.RemoveAllFavoritesListsButThis.text=Delete All Favorites List But This
49 action.RemoveAllFavoritesListsButThis.description=Delete all favorites except these
50 group.SendToFavoritesGroup.text=_Send to Favorites
51 action.ActivateNavBar.text=Activate Navigation _Bar
52 action.ActivateNavBar.description=Activate navigation bar
53 action.CreateRunConfiguration.text=Create Run Configuration
54 action.CreateRunConfiguration.description=Create run configuration from context
55 group.RunContextPopupGroup.text=Run Configurations
56 group.EditorActions.text=Editor Actions
57 action.EditorChooseLookupItem.text=Choose Lookup Item
58 action.EditorChooseLookupItemReplace.text=Choose Lookup Item Replace
59 action.EditorChooseLookupItemCompleteStatement.text=Choose Lookup Item and Invoke Complete Statement
60 action.EditorChooseLookupItemDot.text=Choose Lookup Item and Insert Dot
61 action.NextTemplateVariable.text=Next Template Variable or Finish In-Place Refactoring
62 action.PreviousTemplateVariable.text=Previous Template Variable
63 action.NextParameter.text=Next Parameter
64 action.PrevParameter.text=Prev Parameter
65 action.EditorPageUp.text=Page Up
66 action.EditorPageDown.text=Page Down
67 action.EditorPageUpWithSelection.text=Page Up with Selection
68 action.EditorPageDownWithSelection.text=Page Down with Selection
69 action.EditorCopy.text=Copy
70 action.EditorCut.text=Cut
71 action.EditorPaste.text=Paste
72 action.EditorPasteSimple.text=Paste S_imple
73 action.EditorPasteSimple.description=Paste without formatting, autoimport, literal escaping etc.
74 action.EditorPasteFromX11.text=Paste from X clipboard
75 action.EditorDelete.text=Delete
76 action.EditorBackSpace.text=Backspace
77 action.EditorHungryBackSpace.text=Hungry Backspace
78 action.EditorHungryBackSpace.description=Acts as the Backspace except that removes all whitespace symbols before the caret (if any)
79 action.EditorMoveToPageTop.text=Move Caret to Page Top
80 action.EditorMoveToPageBottom.text=Move Caret to Page Bottom
81 action.EditorMoveToPageTopWithSelection.text=Move Caret to Page Top with Selection
82 action.EditorMoveToPageBottomWithSelection.text=Move Caret to Page Bottom with Selection
83 action.EditorEnter.text=Enter
84 action.EditorEscape.text=Escape
85 action.EditorUp.text=Up
86 action.EditorDown.text=Down
87 action.EditorLeft.text=Left
88 action.EditorRight.text=Right
89 action.EditorUpWithSelection.text=Up with Selection
90 action.EditorDownWithSelection.text=Down with Selection
91 action.EditorLeftWithSelection.text=Left with Selection
92 action.EditorRightWithSelection.text=Right with Selection
93 action.EditorIndentSelection.text=Indent Selection
94 action.EditorUnindentSelection.text=Unindent Line or Selection
95 action.EditorIndentLineOrSelection.text=Indent Line or Selection
96 action.EditorTab.text=Tab
97 action.EditorResetFontSize.text=Reset Font Size
98 action.EmacsStyleIndent.text=Emacs Tab
99 action.EditorScrollUp.text=Scroll Up
100 action.EditorScrollDown.text=Scroll Down
101 action.EditorScrollUpAndMove.text=Scroll Up and Move if Necessary
102 action.EditorScrollDownAndMove.text=Scroll Down and Move if Necessary
103 action.EditorScrollLeft.text=Scroll Left
104 action.EditorScrollRight.text=Scroll Right
105 action.EditorScrollTop.text=Scroll to Top
106 action.EditorScrollBottom.text=Scroll to Bottom
107 action.EditorMoveUpAndScroll.text=Move Up and Scroll
108 action.EditorMoveDownAndScroll.text=Move Down and Scroll
109 action.EditorMoveUpAndScrollWithSelection.text=Move Up and Scroll with Selection
110 action.EditorMoveDownAndScrollWithSelection.text=Move Down and Scroll with Selection
111 action.EditorAddOrRemoveCaret.text=Add or Remove Caret
112 action.EditorCreateRectangularSelection.text=Create Rectangular Selection
113 action.EditorCloneCaretBelow.text=Clone Caret Below
114 action.EditorCloneCaretAbove.text=Clone Caret Above
115 action.SelectNextOccurrence.text=Add Selection for Next Occurrence
116 action.SelectAllOccurrences.text=Select All Occurrences
117 action.UnselectPreviousOccurrence.text=Unselect Occurrence
118 action.EditorToggleStickySelection.text=Toggle Sticky Selection
119 action.EditorSwapSelectionBoundaries.text=Swap selection boundaries
120 action.EditorLineStart.text=Move Caret to Line Start
121 action.EditorLineEnd.text=Move Caret to Line End
122 action.EditorDeleteToLineStart.text=Delete to Line Start
123 action.EditorDeleteToLineEnd.text=Delete to Line End
124 action.EditorCutLineBackward.text=Cut Line Backward
125 action.EditorCutLineEnd.text=Cut up to Line End
126 action.EditorTextStart.text=Move Caret to Text Start
127 action.EditorTextEnd.text=Move Caret to Text End
128 action.EditorLineStartWithSelection.text=Move Caret to Line Start with Selection
129 action.EditorLineEndWithSelection.text=Move Caret to Line End with Selection
130 action.EditorTextStartWithSelection.text=Move Caret to Text Start with Selection
131 action.EditorTextEndWithSelection.text=Move Caret to Text End with Selection
132 action.EditorNextWord.text=Move Caret to Next Word
133 action.EditorNextWordInDifferentHumpsMode.text=Move Caret to Next Word in Different "CamelHumps" Mode
134 action.EditorPreviousWord.text=Move Caret to Previous Word
135 action.EditorPreviousWordInDifferentHumpsMode.text=Move Caret to Previous Word in Different "CamelHumps" Mode
136 action.EditorNextWordWithSelection.text=Move Caret to Next Word with Selection
137 action.EditorNextWordInDifferentHumpsModeWithSelection.text=Move Caret to Next Word with Selection in Different "CamelHumps" Mode
138 action.EditorPreviousWordWithSelection.text=Move Caret to Previous Word with Selection
139 action.EditorPreviousWordInDifferentHumpsModeWithSelection.text=Move Caret to Previous Word with Selection in Different "CamelHumps" Mode
140 action.EditorCodeBlockStart.text=Move Caret to Code Block Start
141 action.EditorCodeBlockEnd.text=Move Caret to Code Block End
142 action.EditorCodeBlockStartWithSelection.text=Move Caret to Code Block Start with Selection
143 action.EditorCodeBlockEndWithSelection.text=Move Caret to Code Block End with Selection
144 action.EditorMatchBrace.text=Move Caret to Matched Brace
145 action.EditorDeleteToWordStart.text=Delete to Word Start
146 action.EditorDeleteToWordStartInDifferentHumpsMode.text=Delete to Word Start in Different "CamelHumps" Mode
147 action.EditorDeleteToWordEnd.text=Delete to Word End
148 action.EditorDeleteToWordEndInDifferentHumpsMode.text=Delete to Word End in Different "CamelHumps" Mode
149 action.EditorDeleteLine.text=Delete Line
150 action.EditorKillToWordStart.text=Kill to Word Start
151 action.EditorKillToWordEnd.text=Kill to Word End
152 action.EditorKillRegion.text=Kill Selected Region
153 action.EditorKillRingSave.text=Save to Kill Ring
154 action.EditorDuplicate.text=Duplicate Line or Block
155 action.EditorDuplicateLines.text=Duplicate Lines
156 action.EditorSelectWord.text=Extend Selection
157 action.EditorUnSelectWord.text=Shrink Selection
158 action.EditorToggleInsertState.text=Toggle Insert/Overwrite
159 action.EditorToggleColumnMode.text=Column Selection _Mode
160 action.EditorToggleColumnMode.description=Toggle column selection mode in current editor
161 action.EditorToggleShowWhitespaces.text=Sh_ow Whitespaces
162 action.EditorToggleShowWhitespaces.description=Toggle display whitespaces in current editor
163 action.EditorToggleShowIndentLines.text=Sh_ow Indent Guides
164 action.EditorToggleShowIndentLines.description=Toggle display indent guides in current editor
165 action.EditorToggleShowLineNumbers.text=Show L_ine Numbers
166 action.EditorToggleShowLineNumbers.description=Toggle display line numbers in current editor
167 action.EditorToggleUseSoftWraps.text=Use Soft Wraps
168 action.EditorToggleUseSoftWraps.description=Toggle using soft wraps in current editor
169 action.EditorConsoleScrollToTheEnd.text=Scroll to the end
170 action.EditorIncreaseFontSize.text=Increase Font Size
171 action.EditorDecreaseFontSize.text=Decrease Font Size
172 action.ViewImportPopups.text=Show Import Popups
173 action.ViewImportPopups.description=Toggle display import popups in current file
174 action.EditorScrollToCenter.text=Scroll to Center
175 action.EditorToggleCase.text=Toggle Case
176 action.EditorJoinLines.text=Join Lines
177 action.EditorSelectLine.text=Select Line at Caret
178 action.EditorSplitLine.text=Split Line
179 action.EditorStartNewLine.text=Start New Line
180 action.EditorStartNewLineBefore.text=Start New Line Before Current
181 action.EditorCompleteStatement.text=Complete Current Statement
182 action.ExpandAll.text=Expand All
183 action.CollapseAll.text=Collapse All
184 action.ExportToTextFile.text=Export to Text File
185 action.ExpandTreeNode.text=Expand Tree Node
186 action.CollapseTreeNode.text=Collapse Tree Node
187 action.FullyExpandTreeNode.text=Fully Expand Tree Node
188 group.GenerateGroup.text=_Generate
189 action.GenerateTestMethod.text=Test Method
190 action.GenerateSetUpMethod.text=SetUp Method
191 action.GenerateTearDownMethod.text=TearDown Method
192 action.GenerateDataMethod.text=Parameters Method
193 action.GenerateConstructor.text=Constructor
194 action.GenerateCreateUI.text=createUI(...)
195 action.GenerateGetter.text=Getter
196 action.GenerateSetter.text=Setter
197 action.GenerateGetterAndSetter.text=Getter and Setter
198 action.GenerateEquals.text=equals() and hashCode()
199 action.OverrideMethods.text=_Override Methods...
200 action.OverrideMethods.description=Override base class methods in the current class
201 action.ImplementMethods.text=_Implement Methods...
202 action.ImplementMethods.description=Implement base interface/class methods in the current class
203 action.DelegateMethods.text=_Delegate Methods...
204 action.DelegateMethods.description=Generate delegate method to a field/getter
205 action.GenerateSuperMethodCall.text=Super Method Call
206 action.NextDiff.text=Move to the next difference
207 action.NextDiff.description=Move to the Next Difference
208 action.PreviousDiff.text=Move to the Previous Difference
209 action.PreviousDiff.description=Move to the previous difference
210 action.Refresh.text=R_efresh
211 action.CheckinProject.text=Check _In Project
212 action.CheckinFiles.text=Check _In
213 action.UpdateFiles.text=_Update
214 action.CheckStatusForFiles.text=Chec_k Status
215 action.Annotate.text=A_nnotate
216 action.Annotate.description=Show information about last modification date and author for each line
217 action.Compare.SameVersion.text=Compare with the Same Repositor_y Version
218 action.Compare.LastVersion.text=Compare with Latest Repository _Version
219 action.Compare.Selected.text=_Compare with...
220 group.NewGroup.text=_New
221 group.WeighingNewGroup.text=_New
222 action.NewClass.text=Java Class
223 action.NewFile.text=File
224 action.NewDir.text=Directory/Package
225 action.NewFromTemplate.text=From Template
226 action.CompareTwoFiles.text=Compare Two _Files
227 action.CompareTwoFiles.description=Compare two selected files
228 action.CompareFileWithEditor.text=Co_mpare File with Editor
229 action.CompareFileWithEditor.description=Compare selected file with editor
230 action.ShowQuickDocAtPinnedWindowFromTooltip.text=Full documentation in a pinned window
231 action.ShowQuickDocAtPinnedWindowFromTooltip.description=Show full documentation in a pinned window
233 group.LocalHistory.text=Local _History
234 action.LocalHistory.ShowHistory.text=Show _History
235 action.LocalHistory.ShowSelectionHistory.text=Show History for Selection
236 action.LocalHistory.PutLabel.text=Put _Label...
238 group.VcsGroups.text=VC_S
239 group.VcsGlobalGroup.text=VCS Group
240 action.Vcs.FileView.text=Show Fi_le View
241 action.Vcs.FileView.description=Show version control related information for all local files
242 action.Vcs.ChangesView.text=Show Cha_nges View
243 action.Vcs.ChangesView.description=Show window for managing changes and changelists
244 action.Vcs.UpdateProject.text=_Update Project
245 action.Vcs.ProjectStatus.text=C_heck Project Status
246 group.VcsGroup.text=Version Control
247 group.VcsFileGroupPopup.text=Version Control Group
248 group.FileMenu.text=_File
249 group.ProjectImport.text=Import _Projects
250 action.NewProject.text=_New Project...
251 action.NewProject.description=Create a new project from scratch
252 action.NewModule.text=New _Module...
253 action.NewModule.description=Create new module from scratch and add it to the project
254 action.ImportProject.description=Create project structure for directory with existing sources or convert existing project model
255 action.ImportModule.description=Import module from directory with existing sources or from existing project model
256 action.OpenFile.text=_Open...
257 action.OpenFile.description=Open a project or a file in editor
258 group.reopen.win.text=_Reopen Project
259 group.reopen.mac.text=Open _Recent
260 group.$LRU.description=List of recently opened projects
261 action.CloseProject.text=Close Pro_ject
262 action.CloseProject.description=Close current project
263 action.ShowProjectStructureSettings.text=Project Structure...
264 action.ShowProjectStructureSettings.description=Configure project structure
265 action.TemplateProjectProperties.text=Def_ault Settings...
266 action.TemplateProjectProperties.description=Configure default settings for all new projects
267 action.TemplateProjectStructure.text=Default Project Structure...
268 action.TemplateProjectStructure.description=Configure default structure for all new projects
269 action.SaveAll.text=_Save All
270 action.SaveAll.description=Save all files and settings
271 action.ExportSettings.text=_Export Settings...
272 action.ExportSettings.description=Export global settings
273 action.ImportSettings.text=Import Settings...
274 action.ImportSettings.description=Import global settings
275 action.ImportFromJBuilder.text=Import _From JBuilder...
276 action.ImportFromJBuilder.description=Load Modules From JBuilder Project
277 action.ImportFromEclipse.text=Import From Eclipse...
278 action.ImportFromEclipse.description=Create project from Eclipse projects
279 action.ExportToEclipse.text=Export To Eclipse...
280 action.ExportToEclipse.description=Create Eclipse projects for each module
281 action.Synchronize.text=S_ynchronize
282 action.Synchronize.description=Detect all externally changed files and reload them from disk
283 action.ReloadFromDisk.text=Reload from Dis_k
284 action.ReloadFromDisk.description=Reload current file from disk and lose all changes
285 group.Vcs.Checkout.text=Check_out from Version Control
286 action.ExportToHTML.text=Export to _HTML...
287 action.ExportToHTML.description=Save file content in HTML format with syntax coloring
288 action.Print.text=_Print...
289 action.Print.description=Print file
290 action.Exit.text=E_xit
291 action.Exit.description=Quit IDE
292 group.EditMenu.text=_Edit
293 group.FindMenuGroup.text=_Find
294 action.undo.text=_Undo {0}
295 action.undo.description=Undo {0}
296 action.undo.description.empty=last operation
297 action.redo.text=_Redo {0}
298 action.redo.description=Redo {0}
299 action.redo.description.empty=last undone operation
300 action.$Cut.text=Cu_t
301 action.$Cut.description=Cut to clipboard
302 action.$Copy.text=_Copy
303 action.$Copy.description=Copy to clipboard
304 action.$SearchWeb.text=_Search with Google
305 action.$SearchWeb.description=Search selection with Google
306 action.CopyPaths.text=C_opy Paths
307 action.CopyPaths.description=Copy paths corresponding to selected files or directories to clipboard
308 action.CopyReference.text=Cop_y Reference
309 action.CopyReference.description=Copy reference to selected class, method or function
310 action.$Paste.text=_Paste
311 action.$Paste.description=Paste from clipboard
312 action.PasteMultiple.text=Past_e from History...
313 action.PasteMultiple.description=Paste from recent clipboards
314 action.$SelectAll.text=Select _All
315 action.$SelectAll.description=Select all
316 action.NewElement.text=_New...
317 action.NewElement.description=Create new class, interface, file or directory
318 action.NewElementSamePlace.text=_New...
319 action.NewElementSamePlace.description=Create new class, interface, file or directory
320 action.$Delete.text=_Delete
321 action.$Delete.description=Delete selected item
322 action.ToggleBookmark.text=Toggle _Bookmark
323 action.ToggleBookmark.description=Toggle bookmark at the current location
324 action.ShowBookmarks.text=_Show Bookmarks
325 action.ShowBookmarks.description=Show list of all bookmarks
326 action.Find.text=_Find...
327 action.Find.description=Find a string in active editor
328 action.FindModal.text=_Find...
329 action.FindModal.description=Find a string in active editor, shows modal dialog
330 action.Replace.text=_Replace...
331 action.Replace.description=Replace a string in active editor with another string
332 action.FindNext.text=Find _Next / Move to Next Occurrence
333 action.FindNext.description=Repeat the last Find/Replace operation, or moving to next occurrence of selected text
334 action.FindPrevious.text=Find Pre_vious / Move to Previous Occurrence
335 action.FindPrevious.description=Repeat the last Find/Replace operation in reverse direction, or moving to previous occurrence of selected text
336 action.FindWordAtCaret.text=Find _Word at Caret
337 action.FindWordAtCaret.description=Find next occurrence of the word at caret
338 action.IncrementalSearch.text=Incrementa_l Search
339 action.IncrementalSearch.description=Start incremental search (searches string as you type), IntelliJ IDEA 6.0 implementation.
340 action.FindUsages.text=Find _Usages
341 action.FindUsages.description=Find usages of the symbol at caret
342 action.ShowUsages.text=_Show Usages
343 action.ShowUsages.description=Show usages of the symbol at caret
344 action.ShowSettingsAndFindUsages.text=Find Usages Settings...
345 action.ShowSettingsAndFindUsages.description=Choose scope and edit options for the Find Usages action
346 action.FindUsagesInFile.text=F_ind Usages in File
347 action.FindUsagesInFile.description=Find usages of the symbol at caret in active editor
348 action.HighlightUsagesInFile.text=_Highlight Usages in File
349 action.HighlightUsagesInFile.description=Highlight usages of the symbol at caret in active editor
350 action.HighlightUsagesInFile.not.ready=This usage search requires indices and cannot be performed until they are built
351 action.FindJoinpointsByPointcutAction.text=Find _Join Point Identified by Pointcut
352 action.FindJoinpointsByPointcutAction.description=Find join point identified by pointcut
353 action.FindInPath.text=Find in _Path...
354 action.FindInPath.description=Find a string in multiple files
355 action.ReplaceInPath.text=Repl_ace in Path...
356 action.ReplaceInPath.description=Replace a string in multiple files with another string
357 group.ViewMenu.text=_View
358 action.ViewToolBar.text=_Toolbar
359 action.ViewToolBar.description=Show/hide the main toolbar
360 action.ViewStatusBar.text=_Status Bar
361 action.ViewStatusBar.description=Show/hide the status bar
362 action.ViewToolButtons.text=_Tool Buttons
363 action.ViewToolButtons.description=Show/hide tool window buttons
364 action.ViewNavigationBar.text=Na_vigation Bar
365 action.ViewNavigationBar.description=Show/hide the navigation bar
366 action.FileStructurePopup.text=F_ile Structure
367 action.FileStructurePopup.description=Popup structure of the current file for quick navigation
368 action.ShowFilePath.text=File _Path
369 action.ShowFilePath.description=Popup path of the current file for opening in external file manager
370 action.SelectIn.text=Se_lect In...
371 action.SelectIn.description=Select the current class or method in any view
372 action.FixDocComment.text=Fix doc comment
373 action.FixDocComment.description=Generate or fix doc comment for the current context
374 action.QuickJavaDoc.text=Quick _Documentation
375 action.QuickJavaDoc.description=Show a popup window with documentation for the symbol at caret
376 action.QuickImplementations.text=Quic_k Definition
377 action.QuickImplementations.description=Show a popup window with the symbol (and its implementations) content
378 action.ShowSiblings.text=Show Siblings
379 action.ShowSiblings.description=Show a popup window with the symbol siblings content
380 action.ParameterInfo.text=_Parameter Info
381 action.ParameterInfo.description=Show parameters of the method call at caret
382 action.EditorContextInfo.text=_Context Info
383 action.EditorContextInfo.description=Show the current method or class declaration when it is not visible
384 action.ShowErrorDescription.text=E_rror Description
385 action.ShowErrorDescription.description=Show description of error or warning at caret
386 action.ProjectViewChangeView.text=Change View...
387 action.ProjectViewChangeView.description=Choose Project, Sourcepath or Classpath tree in the Project View window
388 action.EditSource.text=_Jump to Source
389 action.EditSource.description=Open editor for the selected item and give focus to it
390 action.EditSourceInNewWindow.text=Open source in new window
391 action.EditSourceInNewWindow.description=Open editor for the selected item in new window and give focus to it
392 action.ViewSource.text=Sho_w Source
393 action.ViewSource.description=Open editor for the selected item
394 action.ExternalJavaDoc.text=E_xternal Documentation
395 action.ExternalJavaDoc.description=Open browser with documentation for the selected item
396 action.RecentFiles.text=Rece_nt Files
397 action.RecentFiles.description=Show list of recently viewed files
398 action.RecentChangedFiles.text=Recently Changed Files
399 action.RecentChangedFiles.description=Show list of recently changed files
400 action.QuickChangeScheme.text=_Quick Switch Scheme...
401 action.QuickChangeScheme.description=Change current code style scheme, color\\&fonts scheme, keymap or Look\\&Feel
402 action.TypeHierarchy.text=Type _Hierarchy
403 action.TypeHierarchy.description=Browse hierarchy for the selected class
404 action.MethodHierarchy.text=_Method Hierarchy
405 action.MethodHierarchy.description=Browse method hierarchy for the selected method
406 action.CallHierarchy.text=Call Hierarch_y
407 action.CallHierarchy.description=Browse call hierarchy for the selected method
408 group.FoldingGroup.text=Folding
409 group.ExpandToLevel.text=Expand to l_evel
410 action.ExpandToLevel1.text=_1
411 action.ExpandToLevel2.text=_2
412 action.ExpandToLevel3.text=_3
413 action.ExpandToLevel4.text=_4
414 action.ExpandToLevel5.text=_5
415 group.ExpandAllToLevel.text=Expand all to _level
416 action.ExpandAllToLevel1.text=_1
417 action.ExpandAllToLevel2.text=_2
418 action.ExpandAllToLevel3.text=_3
419 action.ExpandAllToLevel4.text=_4
420 action.ExpandAllToLevel5.text=_5
421 action.ExpandRegion.text=E_xpand
422 action.ExpandRegion.description=Expand folding region at caret
423 action.ExpandRegionRecursively.text=Expand _Recursively
424 action.ExpandRegionRecursively.description=Expand block at caret recursively
425 action.CollapseRegion.text=_Collapse
426 action.CollapseRegion.description=Collapse folding region at caret
427 action.CollapseRegionRecursively.text=Coll_apse Recursively
428 action.CollapseRegionRecursively.description=Collapse block at caret recursively
429 action.ExpandAllRegions.text=_Expand All
430 action.ExpandAllRegions.description=Expand all folding regions (in selection)
431 action.CollapseAllRegions.text=Collapse _All
432 action.CollapseAllRegions.description=Collapse all folding regions (in selection)
433 action.ExpandDocComments.text=Expand _doc comments
434 action.ExpandDocComments.description=Expand all documentation comments
435 action.CollapseDocComments.text=Collapse d_oc comments
436 action.CollapseDocComments.description=Collapse all documentation comments
437 action.CollapseSelection.text=Fold _Selection / Remove region
438 action.CollapseSelection.description=Fold selected block
439 action.CollapseBlock.text=Fold Code _Block
440 action.CollapseBlock.description=Fold current code block
441 action.RecentChanges.text=R_ecent Changes
442 group.GoToMenu.text=_Navigate
443 action.SearchEverywhere.text=Search Everywhere
444 action.SearchEverywhere.description=Searches for classes, files, tool windows, action and preferences
445 action.GotoClass.text=_Class...
446 action.GotoClass.description=Quickly navigate to a class by name
447 action.GotoFile.text=_File...
448 action.GotoFile.description=Quickly navigate to a file by name
449 action.GotoSymbol.text=_Symbol...
450 action.GotoSymbol.description=Quickly navigate to any symbol by name
451 action.GotoAction.text=F_ind Action...
452 action.GotoAction.description=Quickly navigate to action by name
453 action.GotoLine.text=_Line...
454 action.GotoLine.description=Navigate to a line in editor by its number
455 action.GotoDeclaration.text=_Declaration
456 action.GotoDeclaration.description=Navigate to the declaration of the symbol at caret
457 action.GotoImplementation.text=I_mplementation(s)
458 action.GotoImplementation.description=Navigate to the implementation(s) of the selected class or method
459 action.GotoTypeDeclaration.text=_Type Declaration
460 action.GotoTypeDeclaration.description=Navigate to the declaration of the symbol's type at caret
461 action.GotoSuperMethod.text=S_uper Method
462 action.GotoSuperMethod.description=Navigate to the declaration of the method that current method overrides or implements
463 action.GotoTest.text=T_est
464 action.GotoTest.description=Navigate to the test of the selected class
465 action.GotoTestSubject.text=T_est Subject
466 action.GotoTestSubject.description=Navigate to the subject of the selected test
467 action.GotoAspect.text=_Aspect
468 action.GotoAspect.description=Navigate to the declaration of the advice, error or warning declaration that affects a join point at caret
469 action.GotoNextError.text=_Next Highlighted Error
470 action.GotoNextError.description=Navigate to the next highlighted error in the active editor
471 action.GotoPreviousError.text=_Previous Highlighted Error
472 action.GotoPreviousError.description=Navigate to the previous highlighted error in the active editor
473 action.GotoRelated.text=_Related Symbol...
474 action.GotoRelated.description=Navigate to one of the related or linked symbols
475 action.MethodDown.text=N_ext Method
476 action.MethodDown.description=Navigate to the next method in the active editor
477 action.MethodUp.text=Prev_ious Method
478 action.MethodUp.description=Navigate to the previous method in the active editor
479 action.GotoNextBookmark.text=Ne_xt Bookmark
480 action.GotoNextBookmark.description=Navigate to the next bookmark in the active editor
481 action.GotoPreviousBookmark.text=P_revious Bookmark
482 action.GotoPreviousBookmark.description=Navigate to the previous bookmark in the active editor
483 action.Back.text=_Back
484 action.Back.description=Undo last navigation operation
485 action.Forward.text=For_ward
486 action.Forward.description=Redo last undone navigation operation
487 action.JumpToLastChange.text=Last Edit L_ocation
488 action.JumpToLastChange.description=Move through the most recent change points
489 action.JumpToNextChange.text=Next Edit Location
490 action.JumpToNextChange.description=Move through the most recent change points
491 action.PreviousOccurence.text=Previ_ous Occurrence
492 action.PreviousOccurence.description=Navigate to the previous occurrence
493 action.NextOccurence.text=Ne_xt Occurrence
494 action.NextOccurence.description=Navigate to the next occurrence
495 action.VcsShowNextChangeMarker.text=Next C_hange
496 action.VcsShowNextChangeMarker.description=Go to next change
497 action.VcsShowPrevChangeMarker.text=Previous Ch_ange
498 action.VcsShowPrevChangeMarker.description=Go to previous change
499 group.CodeMenu.text=_Code
500 action.SurroundWith.text=_Surround With...
501 action.SurroundWith.description=Surround selected code fragment with if, while, try/catch or other construct
502 action.Generate.text=Generate...
503 action.Generate.description=Generate constructor, getter or setter method, etc.
504 action.Unwrap.text=Un_wrap/Remove...
505 action.Unwrap.description=Safely unwraps or removes the selected scope
506 group.CodeCompletionGroup.text=_Completion
507 group.EditorToggleActions.text=Active Editor
508 action.CodeCompletion.text=_Basic
509 action.CodeCompletion.description=Complete code
510 action.HippieCompletion.text=Cyclic _Expand Word
511 action.HippieCompletion.description=Cyclic Expand word
512 action.HippieBackwardCompletion.text=Cyclic _Expand Word (Backward)
513 action.HippieBackwardCompletion.description=Cyclic Expand word (Backward)
514 action.SmartTypeCompletion.text=_SmartType
515 action.SmartTypeCompletion.description=Complete code basing on expected type
516 action.ClassNameCompletion.text=Class _Name Completion
517 action.ClassNameCompletion.description=Complete class name and add import for it
518 action.InsertLiveTemplate.text=Insert Live _Template...
519 action.InsertLiveTemplate.description=Show popup list of live templates starting with the specified prefix
520 action.ExpandLiveTemplateCustom.text=Expand Live Template
521 action.ExpandLiveTemplateCustom.description=Invoke the live template with the prefix typed in the editor
522 action.SurroundWithLiveTemplate.text=Surround with Live Tem_plate...
523 action.SurroundWithLiveTemplate.description=Surrounds the selection with one of the template
524 action.CommentByLineComment.text=Comment with _Line Comment
525 action.CommentByLineComment.description=Comment/uncomment current line or selected block with line comments
526 action.CommentByBlockComment.text=Comment with _Block Comment
527 action.CommentByBlockComment.description=Comment/uncomment code with block comments
528 action.ReformatCode.text=_Reformat Code...
529 action.ReformatCode.description=Reformat code
530 action.AutoIndentLines.text=_Auto-Indent Lines
531 action.AutoIndentLines.description=Indent current line or selected block according to the code style settings
532 action.OptimizeImports.text=Optimi_ze Imports...
533 action.OptimizeImports.description=Remove unused imports and reorder/reorganize imports
534 action.RearrangeCode.text=Rearrange Code
535 action.RearrangeCode.description=Rearrange code
536 action.MoveStatementDown.text=Move Statement Do_wn
537 action.MoveStatementDown.description=Move selected statements one line down
538 action.MoveStatementUp.text=Move Statement _Up
539 action.MoveStatementUp.description=Move selected statements one line up
540 action.MoveLineDown.text=Move Line Do_wn
541 action.MoveLineDown.description=Move selected lines one line down
542 action.MoveLineUp.text=Move Line _Up
543 action.MoveLineUp.description=Move selected lines one line up
544 group.AnalyzeMenu.text=Analy_ze
545 action.CodeCleanup.text=_Code Cleanup...
546 action.CodeCleanup.description=Run cleanup inspections and apply quick fixes
547 action.InspectCode.text=_Inspect Code...
548 action.InspectCode.description=Inspect code
549 action.InferNullity.text=Infer _Nullity...
550 action.InferNullity.description=Infer nullity
551 action.ViewOfflineInspection.text=View _Offline Inspection Results...
552 action.ViewOfflineInspection.description=Load offline inspection results
553 action.ShowPackageDeps.text=Analyze _Dependencies...
554 action.ShowPackageDeps.description=Browse code chosen analysis item depends on
555 action.ShowBackwardPackageDeps.text=Analyze _Backward Dependencies...
556 action.ShowBackwardPackageDeps.description=Browse code chosen analysis item used in
557 action.ShowPackageCycles.text=Analyze _Cyclic Dependencies...
558 action.ShowPackageCycles.description=Browse code chosen analysis item used in cycles
559 action.ShowModulesDependencies.text=Analyze _Module Dependencies...
560 action.ShowModulesDependencies.description=Show dependencies between modules in project
561 action.Unscramble.text=Analyze _Stacktrace...
562 action.Unscramble.description=Open console with the navigatable stacktrace
563 group.RefactoringMenu.text=_Refactor
564 action.RenameElement.text=_Rename...
565 action.RenameElement.description=Rename the selected symbol and correct all references
566 action.ChangeSignature.text=Change Si_gnature...
567 action.ChangeSignature.description=Change signature of the selected method or class and correct all references
568 action.MoveToTheLeft.text=Move parameter left
569 action.MoveToTheLeft.description=Move parameter left
570 action.MoveToTheRight.text=Move parameter right
571 action.MoveToTheRight.description=Move parameter right
572 action.ChangeTypeSignature.text=T_ype Migration...
573 action.ChangeTypeSignature.description=Change type of the return type of the method, field, parameter, variable or class type arguments and correct all references
574 action.MakeStatic.text=Make S_tatic...
575 action.MakeStatic.description=Convert method or inner class to static and correct all references
576 action.ConvertToInstanceMethod.text=C_onvert To Instance Method...
577 action.ConvertToInstanceMethod.description=Convert static method to instance method and correct all references
578 action.Move.text=_Move...
579 action.Move.description=Move the selected class, method, package or static member to another package or class and correct all references
580 action.CopyElement.text=C_opy...
581 action.CopyElement.description=Create a copy of the selected class, file(s) or directory(es)
582 action.SafeDelete.text=Safe _Delete...
583 action.SafeDelete.description=Delete the selected class, method or field, checking for usages
584 action.ExtractMethod.text=_Method...
585 action.ExtractMethod.description=Turn the selected code fragment into a method
586 action.RemoveMiddleman.text=Remove _Middleman...
587 action.RemoveMiddleman.description=Inline delegate to the selected field methods
588 action.MethodDuplicates.text=Find and Replace _Code Duplicates...
589 action.MethodDuplicates.description=Finds code in selected scope that can be transformed into a call of selected method/constant
590 action.InvertBoolean.text=Invert _Boolean...
591 action.InvertBoolean.description=Makes the method return or variable contain the opposite value and corrects the references
592 action.IntroduceParameterObject.text=Parameter Ob_ject...
593 action.IntroduceParameterObject.description=Replaces method parameters list with object
594 action.ExtractClass.text=_Delegate...
595 action.ExtractClass.description=Extract Delegate
596 action.IntroduceVariable.text=_Variable...
597 action.IntroduceVariable.description=Put a result of the selected expression into a variable
598 action.IntroduceField.text=_Field...
599 action.IntroduceField.description=Put a result of the selected expression into a field
600 action.IntroduceConstant.text=_Constant...
601 action.IntroduceConstant.description=Replace selected expression with a constant (static final field)
602 action.IntroduceParameter.text=_Parameter...
603 action.IntroduceParameter.description=Turn the selected expression into method parameter
604 action.ExtractInterface.text=_Interface...
605 action.ExtractInterface.description=Extract interface from the selected class
606 action.ExtractModule.text=_Module...
607 action.ExtractModule.description=Extract module from the selected class
608 action.ExtractSuperclass.text=S_uperclass...
609 action.ExtractSuperclass.description=Extract superclass from the selected class
610 group.IntroduceActionsGroup.text=E_xtract
611 action.TurnRefsToSuper.text=Use Interface _Where Possible...
612 action.TurnRefsToSuper.description=Change usages of a class to those of its superclass or interface
613 action.MembersPullUp.text=Pu_ll Members Up...
614 action.MembersPullUp.description=Pull class members to superclass or implemented interface
615 action.MemberPushDown.text=Pu_sh Members Down...
616 action.MemberPushDown.description=Push class members down to directly inheriting subclasses
617 action.InheritanceToDelegation.text=Replace _Inheritance with Delegation...
618 action.InheritanceToDelegation.description=Replace inheritance with delegation
619 action.RenameFile.text=Rename File...
620 action.RenameFile.description=Rename selected file
621 action.Inline.text=I_nline...
622 action.Inline.description=Inline the selected method or variable
623 action.AnonymousToInner.text=Convert Anon_ymous to Inner...
624 action.AnonymousToInner.description=Convert anonymous class into an inner class
625 action.EncapsulateFields.text=_Encapsulate Fields...
626 action.EncapsulateFields.description=Replace direct access to fields in the selected class with use of accessor methods
627 action.ReplaceTempWithQuery.text=Replace Temp with _Query...
628 action.ReplaceTempWithQuery.description=Turn the selected variable into a method
629 action.ReplaceConstructorWithFactory.text=Replace Constructor with F_actory Method...
630 action.ReplaceConstructorWithFactory.description=Create a static factory method and use it instead of a constructor
631 action.ReplaceMethodWithMethodObject.text=Method Ob_ject...
632 action.ReplaceMethodWithMethodObject.description=Turn the method into its own object so that all the parameters become fields on that object
633 action.Generify.text=Ge_nerify...
634 action.Generify.description=Convert your code to use generic types
635 action.Migrate.text=_Migrate...
636 action.Migrate.description=Open migration dialog
637 action.Type\ Migration.text=Type Migration...
638 action.Type\ Migration.description=Migrate one type to another
639 action.ExtractInclude.text=_Include File...
640 action.ExtractInclude.description=Turn the selected code fragment into included file
641 group.BuildMenu.text=_Build
642 action.CompileProject.text=_Rebuild Project
643 action.CompileProject.description=Recompile all files in the project
644 action.CompileDirty.text=Make _Project
645 action.CompileDirty.description=Compile all modified and dependent files in the project
646 action.MakeModule.text=Make _Module
647 action.MakeModule.description=Compile all modified and dependent files in the module
648 action.Compile.text=Compil_e
649 action.Compile.description=Compile the selected file or package
650 action.RunAPT.text=Process _Annotations
651 action.RunAPT.1.text=Process {0} _Annotations
652 action.RunAPT.description=Run Annotation Processors on the selected scope
653 action.GenerateAntBuild.text=_Generate Ant Build...
654 action.GenerateAntBuild.description=Generate Ant Build File from the Project
655 action.BuildAllArtifacts.text=Build All Artifacts
656 group.BuildArtifactsGroup.text=Build Artifact
657 group.RunMenu.text=R_un
658 group.RunnerActions.text=Run/Debug
659 action.editRunConfigurations.text=Edit Configu_rations...
660 action.editRunConfigurations.description=Open edit Run/Debug configurations dialog
661 action.Stop.text=Stop
662 action.Stop.description=Stop process
663 action.Hotswap.text=Relo_ad Changed Classes
664 action.Hotswap.description=Reload all changed classes into application being debugged (HotSwap)
665 action.StepOver.text=Step _Over
666 action.StepOver.description=Step to the next line in this file
667 action.StepInto.text=Step _Into
668 action.StepInto.description=Step to the next line executed
669 action.SmartStepInto.text=Smart Ste_p Into
670 action.SmartStepInto.description=Step into the particular method
671 action.StepOut.text=Step Ou_t
672 action.StepOut.description=Step to the first line executed after returning from this method
673 action.ForceStepOver.text=Force Step O_ver
674 action.ForceStepOver.description=Step over, disable all breakpoints before stepping.
675 action.ForceStepInto.text=Force Step I_nto
676 action.ForceStepInto.description=Step into, ignore stepping filters for libraries, constructors, etc.
677 action.RunToCursor.text=Run to _Cursor
678 action.RunToCursor.description=Run to the line where the caret is
679 action.ForceRunToCursor.text=Force Run to Cur_sor
680 action.ForceRunToCursor.description=Run to the line where the caret is, ignoring any breakpoints
681 action.Debugger.PopFrame.text=Drop _Frame
682 action.Debugger.PopFrame.description=Moves execution point back to the method call dropping current method frames from the stack
683 action.Pause.text=_Pause Program
684 action.Pause.description=Suspend program execution and enable debugging
685 action.Resume.text=Resume Pro_gram
686 action.Resume.description=Resume program execution
687 action.EvaluateExpression.text=_Evaluate Expression...
688 action.EvaluateExpression.description=Evaluate arbitrary expression
689 action.QuickEvaluateExpression.text=_Quick Evaluate Expression
690 action.QuickEvaluateExpression.description=Evaluate selected expression
691 action.ShowExecutionPoint.text=Show E_xecution Point
692 action.ShowExecutionPoint.description=Show the current program execution point
693 action.ToggleLineBreakpoint.text=Toggle _Line Breakpoint
694 action.ToggleLineBreakpoint.description=Toggle line breakpoint at caret
695 action.ToggleMethodBreakpoint.text=Toggle _Method Breakpoint
696 action.ToggleMethodBreakpoint.description=Toggle method breakpoint for the method at caret
697 action.ToggleFieldBreakpoint.text=Toggle _Field Watchpoint
698 action.ToggleFieldBreakpoint.description=Toggle field watchpoint for the field at caret
699 action.ToggleBreakpointEnabled.text=Toggle _Breakpoint Enabled
700 action.ToggleBreakpointEnabled.description=Enable/disable breakpoint at the current line
701 action.ToggleTemporaryLineBreakpoint.text=Toggle Temporary Line Breakpoint
702 action.ToggleTemporaryLineBreakpoint.description=Toggle temporary line breakpoint at caret
703 action.ViewBreakpoints.text=View Brea_kpoints...
704 action.ViewBreakpoints.description=View and manage all breakpoints and watchpoints
705 action.EditBreakpoint.text=Edit
706 action.ExportThreads.text=Export T_hreads...
707 action.ExportThreads.description=Save all threads information to a text file or clipboard
708 action.Runner.RestoreLayout.text=Restore Layout
709 action.Runner.RestoreLayout.description=Restore visual elements of debugger session to default state
710 action.Runner.ToggleToolbarLayout.text=Horizontal Toolbars
711 action.Runner.ToggleToolbarLayout.description=Toggles horizontal/vertical toolbar orientation
712 group.Runner.Layout.text=Layout
713 group.Runner.Layout.description=Layout configuration
714 action.Runner.MinimizeView.text=Hide
715 action.Runner.MinimizeView.description=Hide view
716 action.Runner.CloseView.text=Close
717 action.Runner.CloseView.description=Close view
718 action.Runner.CloseOtherViews.text=Close Others
719 action.Runner.CloseOtherViews.description=Close other views
720 action.Runner.CloseAllViews.text=Close All
721 action.Runner.CloseAllViews.description=Close all views
722 action.Runner.CloseAllUnpinnedViews.text=Close All but Pinned
723 action.Runner.CloseAllUnpinnedViews.description=Close all tabs which are not pinned
724 action.Runner.MoveViewToGrid.text=Move To Grid
725 action.Runner.MoveViewToGrid.description=Move view to the debugger grid container
726 action.Runner.MoveViewToTab.text=Move To Tab
727 action.Runner.MoveViewToTab.description=Move view to the debugger tab container
728 action.Runner.DetachCell.text=Detach
729 action.Runner.DetachCells.text=Detach {0} Views
730 action.Runner.DetachCell.description=Detach selected views to a separate window
731 action.Runner.AttachCell.text=Attach
732 action.Runner.AttachCells.text=Attach {0} Views
733 action.Runner.AttachCell.description=Attach selected views to the debugger tool window
734 action.Runner.RestoreView.text=Restore ''{0}'' View
735 action.Runner.RestoreView.description=Restore view in the debugger grid
736 action.Runner.FocusOnStartup.text=Focus On Startup
737 action.Runner.FocusOnStartup.description=Focus this view by default when UI is shown
738 action.Debugger.FocusOnBreakpoint.text=Focus On Breakpoint
739 action.Debugger.FocusOnBreakpoint.description=Focus this view by default when breakpoint is reached
740 group.ToolsMenu.text=_Tools
741 action.SaveAsTemplate.text=Save as L_ive Template...
742 action.SaveAsTemplate.description=Save the selected text as live template
743 action.SaveFileAsTemplate.text=Save File as Temp_late...
744 action.SaveFileAsTemplate.description=Save current file as template
745 action.GenerateJavadoc.text=Generate Java_Doc...
746 action.GenerateJavadoc.description=Run the JavaDoc tool
747 group.Macros.text=_Macros
748 group.Macros.description=View, Change, Record, Play Macros
749 group.StandardMacroActions.text=Standard Macro Actions
750 action.PlaybackLastMacro.text=Pla_y Back Last Macro
751 action.PlaybackLastMacro.description=Play Back last used macro
752 action.StartStopMacroRecording.text=Start/Stop Macro _Recording
753 action.StartStopMacroRecording.description=Start/Stop recording of a new macro
754 action.EditMacros.text=_Edit Macros
755 action.EditMacros.description=Configure existing macros
756 action.PlaySavedMacrosAction.text=Play Saved Macros...
757 action.PlaySavedMacrosAction.description=Play Saved Macros
758 group.MacrosGroup.text=Macro Actions
759 action.ValidateXml.text=_Validate
760 action.ValidateXml.description=Validate the current XML file
761 action.GenerateDTD.text=Generate DTD from _XML File
762 group.ExternalToolsGroup.text=External Tools
763 action.PsiViewer.text=_View PSI Structure...
764 action.PsiViewerForContext.text=View PSI Structure of Cu_rrent File...
765 action.DebugListen.text=Throw Debug Exception
766 action.VirtualFileInfo.text=Virtual File Info
767 action.Merge3Files.text=Merge
768 action.LocalizePlugin.text=Localize Plugin
769 group.MemoryManagement.text=Memory Management
770 action.DumpPsiMemoryCaches.text=Dump what is cached in PSI
771 action.DecodeBytesAction.text=Decode Bytes
772 action.ReloadProjectAction.text=Reload project
773 action.LocalVcs.ShowStatistics.text=Show Local VCS Statistics...
774 action.LocalVcs.ShowStatistics.description=Show Local VCS statistics
775 action.LocalVcs.ShowRepHistory.text=Repository History
776 action.DropAnError.text=Drop an error
777 action.DropAnOutOfMemoryError.text=Drop an OutOfMemoryError
778 action.DropAnOutOfPermGenMemoryError.text=Drop an perm gen OutOfMemoryError
779 action.DumpInspectionDescriptions.text=Dump inspection descriptions
780 action.DumpIntentionsDescriptions.text=Dump intentions descriptions
781 action.ShowUserActivities.text=Show Activities
782 group.WindowMenu.text=_Window
783 group.ToolWindowsGroup.text=_Tool Windows
784 group.BackgroundTasks.text=Background Tasks
785 action.ShowProcessWindow.text=Show
786 action.ShowProcessWindow.description=Show/Hide background tasks window
787 action.ShowProcessWindow.double.click=Click to show/hide background tasks window
788 action.AutoShowProcessWindow.text=Auto Show
789 action.AutoShowProcessWindow.description=Show background tasks window on starting of any progress
790 action.StoreDefaultLayout.text=Store Current La_yout as Default
791 action.StoreDefaultLayout.description=Store current layout as default
792 action.MinimizeCurrentWindow.text=Minimize
793 action.MinimizeCurrentWindow.description=Minimize current window
794 action.ZoomCurrentWindow.text=Zoom
795 action.ZoomCurrentWindow.description=Zoom current window
796 action.TogglePresentationMode.text.enter=Enter Presentation mode
797 action.TogglePresentationMode.text.exit=Exit Presentation mode
798 action.TogglePresentationMode.text=Toggle Presentation mode
799 action.TogglePresentationMode.description=Toggle Presentation mode
800 action.ToggleFullScreen.text.enter=Enter Full Screen
801 action.ToggleFullScreen.text.exit=Exit Full Screen
802 action.ToggleFullScreen.text=Toggle Full Screen mode
803 action.ToggleFullScreen.description=Toggle Full Screen mode
804 action.RestoreDefaultLayout.text=Restore De_fault Layout
805 action.RestoreDefaultLayout.description=Restore default layout
806 action.HideActiveWindow.text=Hi_de Active Tool Window
807 action.HideActiveWindow.description=Hide active tool window
808 action.HideSideWindows.text=Hide Side Tool Windows
809 action.HideSideWindows.description=Hide all windows on this side
810 action.HideAllWindows.text=Hide All _Tool Windows
811 action.HideAllWindows.description=Hide all tool windows
812 action.JumpToLastWindow.text=_Jump to Last Tool Window
813 action.JumpToLastWindow.description=Activate last focused tool window
814 group.ActiveToolwindowGroup.text=Active Tool Window
815 action.TogglePinnedMode.text=_Pinned Mode
816 action.TogglePinnedMode.description=Pin/unpin active tool window
817 action.ToggleDockMode.text=Dock_ed Mode
818 action.ToggleDockMode.description=Dock/undock active tool window
819 action.ToggleFloatingMode.text=Floating _Mode
820 action.ToggleFloatingMode.description=Float/unfloat active tool window
821 action.ToggleSideMode.text=Split Mode
822 action.ToggleSideMode.description=Tool windows split mode on/off
823 action.ToggleContentUiTypeMode.text=Show Views as Tabs
824 action.ToggleContentUiTypeMode.description=Toggle between tabbed/combo presentation of contents
825 action.ShowContent.text=Show List of Tabs
826 action.ShowContent.description=Show a popup with the list of toolwindow tabs
827 group.ResizeToolWindowGroup.text=Resize
828 action.ResizeToolWindowLeft.text=Stretch to Left
829 action.ResizeToolWindowLeft.description=Resize active tool window to the left
830 action.ResizeToolWindowRight.text=Stretch to Right
831 action.ResizeToolWindowRight.description=Resize active tool window to the right
832 action.ResizeToolWindowUp.text=Stretch to Top
833 action.ResizeToolWindowUp.description=Resize active tool window to the top
834 action.ResizeToolWindowDown.text=Stretch to Bottom
835 action.ResizeToolWindowDown.description=Resize active tool window to the bottom
836 action.IncrementWindowWidth.text=Increment Width
837 action.DecrementWindowWidth.text=Decrement Width
838 action.IncrementWindowHeight.text=Increment Height
839 action.DecrementWindowHeight.text=Decrement Height
840 action.NextTab.text=Select Ne_xt Tab
841 action.NextTab.description=Activate next tab
842 action.PreviousTab.text=Se_lect Previous Tab
843 action.PreviousTab.description=Activate previous tab
844 action.NextEditorTab.text=Select Next Tab in multi-editor file
845 action.PreviousEditorTab.text=Select Previous Tab in multi-editor file
846 action.CloseActiveTab.text=Cl_ose Active Tab
847 action.CloseActiveTab.description=Close active tool window tab
848 action.PinActiveTab.text=P_in Active Tab
849 action.PinActiveTab.description=Pin active tool window or editor tab
850 action.CloseEditor.text=_Close Active Editor
851 action.CloseEditor.description=Close active editor
852 action.CloseAllEditors.text=Close _All
853 action.CloseAllEditors.description=Close all editors in active tab group
854 action.CloseAllEditorsButActive.text=Close _Others
855 action.CloseAllEditorsButActive.description=Close all open editors except the active one
856 action.CloseAllUnmodifiedEditors.text=Close _Unmodified
857 action.CloseAllUnmodifiedEditors.description=Close all non-modified editors
858 action.CloseAllUnpinnedEditors.text=Close All but Pinned
859 action.CloseAllUnpinnedEditors.description=Close all editors which are not pinned
860 action.CloseContent.text=_Close
861 action.CloseContent.description=Close currently focused content
862 group.EditorTabsGroup.text=Editor _Tabs
863 action.SplitVertically.text=Split _Vertically
864 action.SplitVertically.description=Split editor area into 2 tab groups and move the current tab to the right group
865 action.SplitHorizontally.text=Split _Horizontally
866 action.SplitHorizontally.description=Split editor area into 2 tab groups and move the current tab to the bottom group
867 action.MoveTabRight.text=Move Right
868 action.MoveTabRight.description=Split editor area into 2 tab groups and move the current tab to the right group and close the left editor
869 action.MoveTabDown.text=Move Down
870 action.MoveTabDown.description=Split editor area into 2 tab groups and move the current tab to the bottom group and close the top editor
871 action.ChangeSplitOrientation.text=Change Splitter O_rientation
872 action.ChangeSplitOrientation.description=Changes orientation of splitter
873 action.Unsplit.text=Un_split
874 action.Unsplit.description=Unsplit Window
875 action.UnsplitAll.text=U_nsplit All
876 action.UnsplitAll.description=Remove all splitters
877 action.NextSplitter.text=_Goto Next Splitter
878 action.NextSplitter.description=Goto next splitter window
879 action.PrevSplitter.text=Goto Previous Splitter
880 action.PrevSplitter.description=Goto previous splitter window
881 action.NextProjectWindow.text=Next Project Window
882 action.NextProjectWindow.description=Switch to the next project window
883 action.PreviousProjectWindow.text=Previous Project Window
884 action.PreviousProjectWindow.description=Switch to the previous project window
885 group.OpenProjectWindows.text=Open Project Windows
886 group.HelpMenu.text=_Help
887 action.HelpTopics.text=Help _Topics
888 action.HelpTopics.description=Show help contents
889 action.ShowTips.text=Tip of the _Day
890 action.ShowTips.description=Show Tips of the Day
891 action.ProductivityGude.text=_Productivity Guide
892 action.ProductivityGude.description=Show productivity features usages statistics
893 action.OnlineDocAction.text=_Online Documentation
894 action.OnlineDocAction.description=Show online documentation
895 action.WhatsNewAction.text=What's _New
896 action.WhatsNewAction.description=Find out about the new features in this version of the IDE
897 action.Help.KeymapReference.text=Default _Keymap Reference
898 action.Help.KeymapReference.description=Open PDF file with the default keymap reference card.
899 action.Help.JetBrainsTV.text=JetBrains T_V
900 action.Help.JetBrainsTV.description=View short live demos introducing features of JetBrains products.
901 action.CheckForUpdate.text=_Check for Update...
902 action.CheckForUpdate.description=Check for available update
903 action.About.text=_About
904 action.About.description=Show information about the IDE
905 group.OtherMenu.text=Other
906 group.OtherMenu.description=Actions that are not properly registered
907 group.MainToolBar.text=Main Toolbar
908 group.Bookmarks.text=Bookmarks
909 action.ToggleBookmark0.text=Toggle Bookmark 0
910 action.ToggleBookmark1.text=Toggle Bookmark 1
911 action.ToggleBookmark2.text=Toggle Bookmark 2
912 action.ToggleBookmark3.text=Toggle Bookmark 3
913 action.ToggleBookmark4.text=Toggle Bookmark 4
914 action.ToggleBookmark5.text=Toggle Bookmark 5
915 action.ToggleBookmark6.text=Toggle Bookmark 6
916 action.ToggleBookmark7.text=Toggle Bookmark 7
917 action.ToggleBookmark8.text=Toggle Bookmark 8
918 action.ToggleBookmark9.text=Toggle Bookmark 9
919 action.GotoBookmark0.text=Go to Bookmark 0
920 action.GotoBookmark1.text=Go to Bookmark 1
921 action.GotoBookmark2.text=Go to Bookmark 2
922 action.GotoBookmark3.text=Go to Bookmark 3
923 action.GotoBookmark4.text=Go to Bookmark 4
924 action.GotoBookmark5.text=Go to Bookmark 5
925 action.GotoBookmark6.text=Go to Bookmark 6
926 action.GotoBookmark7.text=Go to Bookmark 7
927 action.GotoBookmark8.text=Go to Bookmark 8
928 action.GotoBookmark9.text=Go to Bookmark 9
930 action.XDebugger.SetValue.text=Set Value...
931 action.XDebugger.SetValue.description=Modify value of selected node
932 action.XDebugger.CopyValue.text=Copy Value
933 action.XDebugger.CopyValue.description=Copy value of selected node to clipboard
934 action.XDebugger.CompareValueWithClipboard.text=Compare Value with Clipboard
935 action.XDebugger.CompareValueWithClipboard.description=Compare value of selected node with clipboard text
936 action.XDebugger.CopyName.text=Copy Name
937 action.XDebugger.CopyName.description=Copy name of selected node to clipboard
938 action.XDebugger.JumpToSource.text=Jump To Source
939 action.XDebugger.JumpToSource.description=Open source of the selected item
940 action.XDebugger.JumpToTypeSource.text=Jump To Type Source
941 action.XDebugger.JumpToTypeSource.description=Open source of the selected value's type
942 action.XDebugger.Inspect.text=Inspect...
944 action.Debugger.Tree.AddToWatches.text=Add to Watches
945 action.Debugger.Tree.EvaluateInConsole.text=Evaluate In Console
947 action.XDebugger.RemoveWatch.text=Remove Watch
948 action.XDebugger.RemoveAllWatches.text=Remove All Watches
949 action.XDebugger.NewWatch.text=New Watch...
950 action.XDebugger.EditWatch.text=Edit...
951 action.XDebugger.AutoTooltip.text=Value Auto Tooltip
952 action.XDebugger.AutoTooltip.description=Toggles if value tooltip is shown automatically on mouse over
953 action.XDebugger.Inline.text=Show Values In Editor
954 action.XDebugger.Inline.description=Show available debugger session values inside editor
955 action.XDebugger.AutoTooltipOnSelection.text=Show Value On Selection Change
956 action.XDebugger.AutoTooltipOnSelection.description=Toggles if value tooltip is shown automatically on selection change in editor
957 action.XDebugger.ToggleSortValues.text=Sort values alphabetically
958 action.XDebugger.ToggleSortValues.description=Sort values alphabetically in debugger views
959 group.XDebugger.settings.text=Settings
961 action.Debugger.AdjustArrayRange.text=Adjust Range...
962 action.Debugger.Inspect.text=Inspect
963 action.Debugger.CopyValue.text=Copy Value
964 action.Debugger.ViewText.text=View Text
965 action.Debugger.ViewText.description=View text value of selected node in a separate pane
966 action.Debugger.ShowReferring.text=Show Referring Objects
967 action.Debugger.CompareValueWithClipboard.text=Compare Value with Clipboard
968 action.Debugger.CompareValueWithClipboard.description=Compare value of selected node with clipboard text
969 action.Debugger.CustomizeContextView.text=Customize Data Views...
970 action.Debugger.CustomizeThreadsView.text=Customize Threads View...
971 action.Debugger.NewWatch.text=New Watch...
972 action.Debugger.EditWatch.text=Edit Watch
973 action.Debugger.EditFrameSource.text=EditFrameSource
974 action.Debugger.EditNodeSource.text=EditNodeSource
975 action.Debugger.EditTypeSource.text=Jump to Object Source
976 action.Debugger.RemoveAllWatches.text=Remove All Watches
977 action.Debugger.RemoveWatch.text=Remove Watch
978 action.Debugger.ViewAsGroup.text=View as
979 action.Debugger.SetValue.text=Set Value...
980 action.Debugger.ShowFrame.text=Show Frame
981 action.Debugger.ResumeThread.text=Resume
982 action.Debugger.FreezeThread.text=Freeze
983 action.Debugger.InterruptThread.text=Interrupt
984 action.Debugger.MuteBreakpoints.text=Mute Breakpoints
985 action.Debugger.MuteBreakpoints.description=Mute/unmute all breakpoints in a debug session.
986 action.Debugger.MarkObject.text=Mark Object...
987 action.Debugger.MarkObject.unmark.text=Unmark Object
988 action.Debugger.MarkObject.description=Mark/unmark the object so that it can be visually distinguished in in debugger views
989 action.Debugger.AddToWatch.text=Add to Watches
990 action.Debugger.EvaluateInConsole.text=Evaluate in Console
991 action.Debugger.UnmuteOnStop.text=Unmute breakpoints on session finish
992 action.Debugger.AutoRenderer.text=Auto
993 action.PyDebugger.ViewArray.text = View as array
994 group.EditorPopupMenu.text=Editor Popup Menu
995 group.EditorPopupMenu.description=Editor Popup Menu
996 action.Add\ to\ migration\ roots.text=_Add to migration roots
997 action.Add\ to\ migration\ roots.description=Add selected element to migration roots
998 group.EditorPopupMenu.GoTo.text=Go To
999 group.EditorPopupMenu.GoTo.description=Go To Editor Popup Menu Group
1000 action.CompareClipboardWithSelection.text=Compare with Clip_board
1001 action.CompareClipboardWithSelection.description=Compare current selection with clipboard
1002 action.ChangeColorScheme.text=Switch Color Scheme
1003 action.ChangeColorScheme.description=Change current color scheme
1004 action.ChangeCodeStyleScheme.text=Switch Code Style Scheme
1005 action.ChangeCodeStyleScheme.description=Change current code style scheme
1006 action.ChangeKeymap.text=Switch Keymap
1007 action.ChangeKeymap.description=Change current keymap
1008 action.ChangeLaf.text=Switch Look and Feel
1009 action.ChangeLaf.description=Change current Look\\&Feel
1010 action.ChangeInspectionProfile.text=Switch Error Highlighting
1011 action.ChangeInspectionProfile.description=Change current editor inspection profile
1012 action.ChangeCustomizationSchema.text=Switch Customization Scheme
1013 action.ChangeCustomizationSchema.description=Change Current Customization Scheme
1014 action.MoveEditorToOppositeTabGroup.text=_Move To Opposite Group
1015 action.MoveEditorToOppositeTabGroup.description=Move editor to opposite tab group
1016 action.OpenEditorInOppositeTabGroup.text=_Open In Opposite Group
1017 action.OpenEditorInOppositeTabGroup.description=Open a copy of this editor in the opposite tab group
1018 action.ModuleSettings.text=Module _Settings
1019 action.ModuleSettings.description=Open settings dialog for selected module
1020 group.MoveModuleToGroup.text=Move Module to Group
1021 group.MoveModuleToGroup.description=_Move module
1022 action.AssociateWithFileType.text=Associate with File Type
1023 action.AssociateWithFileType.description=Associate selected file with one of file types
1024 action.SynchronizeCurrentFile.text=Synchronize selected file
1025 action.TypeHierarchy.BaseOnThisType.text=Base On This Type
1026 action.TypeHierarchy.Class.text=Class Hierarchy
1027 action.TypeHierarchy.Subtypes.text=Subtypes Hierarchy
1028 action.TypeHierarchy.Supertypes.text=Supertypes Hierarchy
1029 action.MethodHierarchy.ImplementMethodAction.text=Implement Method
1030 action.MethodHierarchy.ImplementMethodAction.description=Implement Method (from Method Hierarchy)
1031 action.MethodHierarchy.OverrideMethodAction.text=Override Method
1032 action.MethodHierarchy.OverrideMethodAction.description=Override Method (from Method Hierarchy)
1033 action.MethodHierarchy.BaseOnThisType.text=Base On This Type
1034 action.MethodHierarchy.BaseOnThisType.description=Show hierarchy for method of selected class/interface
1035 action.CallHierarchy.BaseOnThisType.text=Base On This Method
1036 action.CallHierarchy.BaseOnThisType.description=Show call hierarchy for selected method
1037 action.Lvcs.ShowLvcsDiffAction.text=Compare Versions
1038 action.Lvcs.ShowLvcsDiffAction.description=Show changes
1039 action.Lvcs.RollbackFileAction.text=Rollback File
1040 action.Lvcs.RollbackFileAction.description=Rollback
1041 action.Vcs.ShowDiffAction.text=Show Changes
1042 action.Vcs.ShowDiffAction.description=Show changes
1043 action.Vcs.RollbackChanges.text=Rollback Changes
1044 action.Vcs.RollbackChanges.description=Rollback changes
1045 action.Vcs.RollbackChangedLines.text=Rollback
1046 action.Vcs.RollbackChangedLines.description=Rollback changes in selected lines
1047 action.Vcs.EditSourceAction.text=Edit Source
1048 action.Vcs.EditSourceAction.description=Edit source
1049 action.Vcs.ExcludeAction.text=Exclude from Commit
1050 action.Vcs.ExcludeAction.description=Exclude from commit
1051 action.Vcs.IncludeAction.text=Include into Commit
1052 action.Vcs.IncludeAction.description=Include into commit
1053 action.openAssertEqualsDiff.text=View assertEquals Difference
1054 action.UsageView.Include.text=Include
1055 action.UsageView.Include.description=Include this usage(s) into processing
1056 action.UsageView.Exclude.text=Exclude
1057 action.UsageView.Exclude.description=Exclude this usage(s) from processing
1058 action.UsageView.ShowRecentFindUsages.text=R_ecent Find Usages
1059 action.UsageView.ShowRecentFindUsages.description=Choose and re-run recent find usages
1060 group.ShowRecentFindUsagesGroup.text=Recent Find Usages
1061 group.ShowRecentFindUsagesGroup.description=Choose and re-run recent find usages
1063 action.IntegrateFiles.text=Integrate
1064 action.IntegrateFiles.description=Integrate selected files or directories
1065 action.Vcs.IntegrateProject.text=Inte_grate Project
1066 action.Vcs.IntegrateProject.description=Integrate project
1068 action.Vcs.RefreshStatuses.text=R_efresh File Status
1069 action.Vcs.RefreshStatuses.description=Refresh VCS status for all files in project
1071 action.ShowNavBar.text=_Jump to Navigation Bar
1073 action.ScopeView.EditScopes.text=Ed_it Scopes
1074 action.ScopeView.EditScopes.description=Edit Scopes
1076 action.CodeInspection.OnEditor.text=Inspect Code With _Editor Settings
1077 action.CodeInspection.OnEditor.description=Inspect Code With _Editor Settings
1079 action.ShowCoverageInfo.text=Show Co&verage Info
1080 action.HideCoverageInfo.text=Hide Co&verage Info
1082 action.Graph.layout.circular=Circular Layout
1083 action.Graph.layout.balloon=Balloon Layout
1084 action.Graph.layout.directed.orthogonal=Directed Orthogonal Layout
1085 action.Graph.layout.orthogonal=Orthogonal Layout
1086 action.Graph.layout.organic=Organic Layout
1087 action.Graph.layout.hierarchic.group=Hierarchic Group Layout
1088 action.Graph.layout.tree=Tree Layout
1089 action.Graph.layout.apply.current=Apply current layout
1090 action.Graph.layout.fit.content=Fit Content After Layout
1092 action.Graph.zoom.actual=Actual size
1093 action.Graph.zoom.in=Zoom in
1094 action.Graph.zoom.out=Zoom out
1096 action.Graph.grid.hide=Hide Grid
1097 action.Graph.grid.show=Show Grid
1098 action.Graph.grid.snap=Snap To Grid
1099 action.Graph.show.edge.label=Show Edge Labels
1100 action.Graph.show.selected.node.dependencies.label=Show selected nodes with dependencies
1101 action.Graph.export.to.file=Export to file...
1102 action.Graph.export.to.file.dialog.caption=Export to file
1103 action.Graph.choose.directory=Choose Directory
1104 action.Graph.fit.content=Fit Content
1106 action.Graph.print=Print Graph
1107 action.Graph.print.preview=Print Preview
1109 action.SendFeedback.text=Submit _Feedback
1110 action.SendFeedback.description=Submit feedback to the JetBrains Web site
1111 action.LogDebugConfigure.text=Configure Debug Log Settings
1112 action.LogDebugConfigure.description=Enable or disable additional log categories. Allows to provide more information to the support team by request.
1113 action.ShowLog.text=Open Log file
1114 action.ShowLog.description=Opens folder with log file
1115 action.TechnicalSupport.text=Contact _Support Team
1116 action.TechnicalSupport.description=Access technical support on JetBrains Web site
1118 action.TextComponent.ClearAction.text=Clear text
1119 action.TextComponent.ClearAction.description=Clear text in text components
1121 action.ConvertProject.text=&Convert Project
1122 action.ConvertProject.description=Convert project to the new format. You will not be able to open the project by earlier versions of IDEA.
1124 action.ChangesView.Refresh.text=Refresh
1125 action.ChangesView.Refresh.description=Refresh VCS changes
1126 action.ChangesView.NewChangeList.text=New Changelist
1127 action.ChangesView.NewChangeList.description=Create new changelist
1128 action.ChangesView.Commit.text=Comm_it Changes
1129 action.ChangesView.Commit.description=Commit the changes in selected changelist
1130 action.ChangesView.Revert.text=_Revert
1131 action.ChangesView.Revert.description=Revert selected changes
1132 action.ChangesView.RemoveChangeList.text=Delete Changelist
1133 action.ChangesView.RemoveChangeList.description=Remove changelist and move all changes to default
1134 action.ChangesView.SetDefault.text=Set Active Changelist
1135 action.ChangesView.SetDefault.description=Set changelist to which new changes are placed by default
1136 action.ChangesView.Move.text=Move to Another Changelist
1137 action.ChangesView.Move.description=Move selected changes to another changelist
1138 action.ChangesView.Diff.text=Show Diff
1139 action.ChangesView.Diff.description=Show diff for selected change
1140 action.ChangesView.DeleteUnversioned.text=Delete
1141 action.ChangesView.DeleteUnversioned.description=
1142 action.ChangesView.AddUnversioned.text=Add to VCS
1143 action.ChangesView.AddUnversioned.description=Schedule selected files to be added to VCS
1144 action.ChangesView.AddUnversioned.From.Dialog.text=Add to VCS
1145 action.ChangesView.AddUnversioned.From.Dialog.description=Schedule selected files to be added to VCS
1146 action.ChangesView.RemoveDeleted.text=Remove from VCS
1147 action.ChangesView.RemoveDeleted.description=Schedule selected files to be removed from VCS
1148 action.ChangesView.Rename.text=Edit Changelist...
1149 action.ChangesView.Rename.description=Edit name and description of selected changelist
1150 action.ChangesView.CreatePatch.text=Create Patch...
1151 action.ChangesView.CreatePatch.description=Create a patch from the selected changes
1152 action.ChangesView.ApplyPatch.text=Apply Patch...
1153 action.ChangesView.ApplyPatch.description=Apply a patch to the sources of the project
1154 action.ChangesView.Shelve.text=Shelve Changes...
1155 action.ChangesView.Shelve.description=Save changes to an external patch file and remove them from the code
1156 action.ShelvedChanges.Unshelve.text=Unshelve Changes
1157 action.ShelvedChanges.Unshelve.description=Apply saved changes to current codebase
1158 action.ShelvedChanges.Rename.text=Rename...
1159 action.ShelvedChanges.Rename.description=Rename shelved changelist
1160 action.ChangesView.Browse.text=Browse Changes...
1161 action.ChangesView.Browse.description=View history of committed changes
1162 action.ChangesView.Edit.text=Check Out
1163 action.ChangesView.Edit.description=Check out selected files for editing
1164 action.ChangesView.Ignore.text=Ignore...
1165 action.ChangesView.Ignore.description=Do not show selected files as unversioned
1166 action.ChangesView.CreatePatchFromChanges.text=Create Patch...
1167 action.ChangesView.CreatePatchFromChanges.description=Create a patch from the selected changes
1168 action.CommittedChanges.Refresh.text=Refresh
1169 action.CommittedChanges.Refresh.description=Refresh the list of committed changes
1170 action.CommittedChanges.Filter.text=Filter
1171 action.CommittedChanges.Filter.description=Change filtering criteria
1172 action.CommittedChanges.Details.text=Show Details
1173 action.CommittedChanges.Details.description=View complete information about the selected changelist
1174 action.IncomingChanges.Refresh.text=Refresh
1175 action.IncomingChanges.Refresh.description=Refresh the list of incoming changes
1176 action.IncomingChanges.Get.text=Get Changelist
1177 action.IncomingChanges.Get.description=Get latest version of files modified in selected changelist
1178 action.FileChooser.TogglePathShowing.text=Show/Hide path text
1179 action.ChangeFileEncodingAction.text=File Encoding
1180 action.ChangeFileEncodingAction.description=Change file encoding
1181 action.ConfigureFileDefaultEncoding.text=Configure Default Encoding...
1182 action.ConfigureFileDefaultEncoding.description=Configure default encoding for files, files in directories or in the whole project
1183 action.ChangeFileEncodingGroupAction.text=Change File Encoding
1184 action.ChangeFileEncodingGroupAction.description=Change File Encoding
1185 action.VcsHistory.ShowAllAffected.text=Show All Affected Files
1186 action.VcsHistory.ShowAllAffected.description=Show all changes made in the chosen revision
1188 action.AddFrameworkSupport.text=Add Framework Support...
1190 action.Diff.FocusOppositePane.text=Select opposite pane in diff view
1191 action.Diff.PrevChange.text=Compare Previous File
1192 action.Diff.NextChange.text=Compare Next File
1193 action.Diff.SelectedChange.text=Choose File To Compare
1195 action.FileChooser.ShowHiddens.text=Show Hidden Files and Directories
1196 action.FileChooser.ShowHiddens.description=Show hidden files and directories
1197 action.FileChooser.Refresh.text=Refresh
1198 action.FileChooser.Refresh.description=Refresh the file system tree
1199 action.FileChooser.Delete.text=Delete...
1200 action.FileChooser.Delete.text.description=Delete
1201 action.FileChooser.NewFolder.text=New Folder...
1202 action.FileChooser.NewFolder.description=Create new folder
1203 action.FileChooser.NewFile.text=New File...
1204 action.FileChooser.NewFile.description=Create new file
1205 action.FileChooser.GotoHome.text=Home Directory
1206 action.FileChooser.GotoHome.description=Go to home directory
1207 action.FileChooser.GotoDesktop.text=Desktop Directory
1208 action.FileChooser.GotoDesktop.description=Go to Desktop directory directory
1209 action.FileChooser.GotoProject.text=Project Directory
1210 action.FileChooser.GotoProject.description=Go to project directory
1211 action.FileChooser.GotoModule.text=Module Directory
1212 action.FileChooser.GotoModule.description=Go to module directory
1214 action.WelcomeScreen.DevelopPlugins.text=Plugin Development
1215 action.WelcomeScreen.DevelopPlugins.description=Get started developing plugins for {0}.
1216 action.WelcomeScreen.ReadHelp.text=Read Help
1217 action.WelcomeScreen.ReadHelp.description=Open {0} "Help Topics" in a new window.
1218 action.WelcomeScreen.GetFromVcs.text=Check out from Version Control
1219 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.
1220 action.WelcomeScreen.ReopenRecent.text=Reopen Recent Project
1221 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.
1222 action.WelcomeScreen.OpenProject.text=Open...
1223 action.WelcomeScreen.OpenProject.description=Open {0} file or project. <br/>You can also open a project or edit a file by drag and drop onto Welcome screen.
1224 action.WelcomeScreen.CreateNewProject.text=Create New Project
1225 action.WelcomeScreen.CreateNewProject.description=Start the \"New Project\" Wizard that will guide you through the steps necessary for creating a new project.
1226 action.WelcomeScreen.ImportProject.text=Import Project
1227 action.WelcomeScreen.ImportProject.description=Create {0} project structure for directory with existing sources or convert existing project model.
1228 action.WelcomeScreen.JetBrainsTV.IDEA.text=JetBrains TV
1229 action.WelcomeScreen.Plugins.text=Plugins
1230 action.WelcomeScreen.Plugins.description=Manage installed plugins and download new ones from repository
1231 action.WelcomeScreen.Configure.Import.text=Import Settings
1232 action.WelcomeScreen.Configure.Export.text=Export Settings
1233 action.WelcomeScreen.Configure.DesktopEntry.text=Create Desktop Entry
1234 action.WelcomeScreen.Configure.DesktopEntry.description=Create a desktop entry for integration with system application menu
1236 action.CommittedChanges.Revert.text=Revert Changes
1237 action.CommittedChanges.Revert.description=Apply the reverse of the selected changes to the working copy
1239 action.OpenDirectoryProject.text=Open Directory...
1240 action.OpenDirectoryProject.description=Start editing code in the specified directory
1241 action.WelcomeScreen.OpenDirectoryProject.text=Open...
1242 action.WelcomeScreen.OpenDirectoryProject.description=Start editing code in the specified file or directory.
1243 action.WelcomeScreen.CreateDirectoryProject.text=Create New Project
1244 action.WelcomeScreen.CreateDirectoryProject.description=Create a new project.
1245 action.NewDirectoryProject.text=New Project...
1246 action.NewDirectoryProject.description=Create a new project
1248 action.SliceBackward.text=Analyze Data Flow _to Here
1249 action.SliceBackward.description=Search for values which can be assigned to selected expression
1251 action.SliceForward.text=Analyze Data Flow _from Here
1252 action.SliceSliceForward.description=Search for values escaped from this location
1254 action.ShelvedChanges.Diff.text=Show Diff
1255 action.ShelvedChanges.Diff.description=Show diff for selected change
1257 action.ChangeTemplateDataLanguage.text=Change Template Data Language
1259 group.FileOpenGroup.text=File Open Actions
1260 group.FileOtherSettingsGroup.text=Other Settings
1261 group.FileMainSettingsGroup.text=Settings Actions
1262 group.FilSettingsGroup.text=Settings Actions
1263 group.ExportImportGroup.text=Export/Import Actions
1264 group.PrintExportGroup.text=Print/Export Actions
1265 group.EditSelectGroup.text=Editor Select Actions
1266 group.EditCreateDeleteGroup.text=Editor Create/Delete Actions
1267 group.CutCopyPasteGroup.text=Cut/Copy/Paste Actions
1268 group.EditSelectWordGroup.text=Select Word Actions
1269 group.EditBookmarksGroup.text=Boo_kmarks
1270 group.OpenProjectGroup.text=Open Project Actions
1271 group.EditSmartGroup.text=Edit Code Actions
1272 group.ProjectViewGroup.text=Project View Actions
1273 group.CodeEditorViewGroup.text=Code View Actions
1274 group.CodeEditorBaseGroup.text=Code Editor View Actions
1275 group.HierarchyGroup.text=Hierarchy Actions
1276 group.DebugMainMenu.text=Debugger Actions
1277 group.ToggleBreakpointAction.text=Breakpoint Actions
1278 group.CommentGroup.text=Comment Actions
1279 group.CodeFormatGroup.text=Code Formatting Actions
1280 group.GoToTargetEx.text=Goto by Name Actions
1281 group.GoToErrorGroup.text=Goto Error/Bookmark Actions
1282 group.GoToMenuEx.text=Method Navigation Actions
1283 group.GoToCodeGroup.text=Goto by Reference Actions
1284 group.GoToChangeMarkerGroup.text=Change Navigation Actions
1285 group.CoverageMenu.text=Code Coverage Actions
1286 group.ToolsXmlGroup.text=XML Actions
1287 group.XmlGenerateToolsGroup.text=XML Generate Actions
1288 group.EditorPopupMenuDebug.text=Debug Actions
1289 group.VersionControlsGroup.text=VCS/LVCS Actions
1290 group.EditorPopupMenu.Run.text=Compile/Run Actions
1291 group.ProjectViewCompileGroup.text=Compile/Debug Actions
1292 group.ProjectViewAnalysisGroup.text=Analysis Actions
1293 action.PerformanceReport.text=Submit Performance Report
1294 group.PairFileActions.text=Actions on Pairs of Files
1295 group.RefactoringMenu1.text=Refactoring Actions (1)
1296 group.RefactoringMenu2.text=Refactoring Actions (2)
1297 group.RefactoringMenu3.text=Refactoring Actions (3)
1298 group.ToolbarFindGroup.text=Toolbar Find Actions
1299 group.ToolbarRunGroup.text=Toolbar Run Actions
1300 group.ToolbarMakeGroup.text=Toolbar Make Actions
1301 group.EditorPopupMenu1.text=Editor Popup Menu Actions (1)
1302 group.EditorLangPopupMenu.text=Editor Popup Menu Actions (2)
1303 group.CloseEditorsGroup.text=Editor Close Actions
1304 group.EditorTabPopupMenuEx.text=Editor Tab Popup Menu Actions (1)
1305 group.ProjectViewPopupMenuModifyGroup.text=Project View Popup Menu Modify Group
1306 group.ProjectViewPopupMenuRunGroup.text=Project View Popup Menu Run Group
1307 group.ProjectViewPopupMenuSettingsGroup.text=Project View Popup Menu Settings Group
1308 group.ProjectViewPopupMenuRefactoringGroup.text = Project View Popup Refactoring Group
1309 group.ViewRecentActions.text=View Recent Actions Group
1310 group.NewGroup1.text=New Group (1)
1311 group.NewGroup2.text=New Group (2)
1312 action.NewModuleInGroup.text=Module
1313 action.WrapReturnValue.text=Wrap Method Re_turn Value...
1314 action.WrapReturnValue.description=Wrap return value of the specified method with object
1315 action.ReplaceConstructorWithBuilder.text=Replace Constructor with Builder...
1316 action.ReplaceConstructorWithBuilder.description=Replace current class constructors calls with chained calls to the builder
1317 action.WelcomeScreen.ShowTips.text=Tips of the Day
1318 action.WelcomeScreen.ShowTips.description=Learn how to increase your coding productivity.
1319 action.ShelvedChanges.ShowHideDeleted.text=Show/Hide Applied Shelved Changes
1320 action.XDebugger.MuteBreakpoints.text=Mute Breakpoints
1321 action.ShelvedChanges.DeleteDeleted.text=Delete Applied Shelved Changes
1322 action.Diff.IgnoreWhitespace.text=Toggle Diff Ignore Whitespace
1323 action.ShelvedChanges.Restore.text=Restore Applied Shelved Change
1324 action.Graph.Current.Node.Dependencies.Filter.text=Show selected nodes with dependencies
1325 group.VcsToobarActions.text=VCS Actions
1326 action.StartupWizard.text=Configure Plugins...
1327 action.StartupWizard.description=Run a wizard for selecting the set of enabled plugins
1328 action.PopupHector.text=Configure Current File Analysis...
1329 action.PopupHector.description=Show panel to configure highlighting mode for the current file
1330 group.EditorTabPopupMenu.text=Editor Tab Popup Menu
1331 group.MainMenu.text=Main menu
1332 group.ProjectViewPopupMenu.text=Project View Popup Menu
1333 group.FavoritesViewPopupMenu.text=Favorites View Popup Menu
1334 group.CommanderViewPopupMenu.text=Commander View Popup Menu
1335 group.NavbarPopupMenu.text=Navigation Bar
1336 action.NewInspectionsInLatestVersion.text=What's new in IDEA 9
1337 action.NewInspectionsInLatestVersion.description=Show inspections new in IDEA 9
1338 action.RerunFailedTests.text=Rerun Failed Tests
1339 action.RerunFailedTests.description=Run only tests that failed/crashed after last run
1340 group.AnalyzeJavaMenu.text=Analyze Java Menu
1341 group.AnalyzeJavaMenu.description=Analyze Java Menu
1342 action.InvalidateCaches.text=Invalidate Caches / Restart...
1343 action.InvalidateCaches.description=Force rebuild of all caches and indices on next startup
1344 group.ToolsBasicGroup.text=Tools Basic Group
1345 group.ToolsBasicGroup.description=Tools Basic Group
1346 group.ToolbarNewElement.text=Toolbar New Element Group
1347 action.NewElementToolbarAction.text=Create New File
1348 action.ShowRegistry.text=Registry
1349 action.ExportTestResults.text=Export Test Results...
1350 action.ExportTestResults.description=Export test results to the file
1351 action.TogglePowerSave.text=Power Save Mode
1352 action.TogglePowerSave.description=Power save mode disables background code analysis and other background operations
1353 group.ConvertIndentsGroup.text=Convert Indents
1354 action.ConvertIndentsToSpaces.text=To Spaces
1355 action.ConvertIndentsToSpaces.description=Convert the indentation in the file or selected block to use spaces instead of tabs
1356 action.ConvertIndentsToTabs.text=To Tabs
1357 action.ConvertIndentsToTabs.description=Convert the indentation in the file or selected block to use tabs instead of spaces
1358 group.Vcs.Import.text=Import into Version Control
1359 group.Vcs.Browse.text=Browse VCS Repository
1360 action.Graph.print.reset=Reset
1361 action.MarkExcludeRoot.text=Excluded
1362 action.UnmarkRoot.text=Unmark Root
1363 action.CreateLibraryFromFile.text=Add as Library...
1364 action.ImportModuleFromImlFile.text=Import Module
1365 action.ImportModuleFromImlFile.description=Import iml file as a module to the project
1366 group.MarkRootGroup.text=Mark Directory As
1367 action.CreateLauncherScript.text=Create Command-line Launcher...
1368 action.CreateLauncherScript.description=Create a script for opening files and projects from the command line
1369 action.CreateDesktopEntry.text=Create Desktop Entry...
1370 action.CreateDesktopEntry.description=Create a desktop entry for integration with system application menu
1371 group.EditorGutterPopupMenu.text=Editor Gutter Popup Menu
1372 action.ExcludeFromProject.text=Exclude From Project...
1373 group.MarkFileAs.text=Mark File As
1374 action.MarkAsPlainTextAction.text=Mark as Plain Text
1375 action.MarkAsOriginalTypeAction.text=Mark as
1377 action.Console.Execute.text=Execute Current Statement
1378 action.Console.Execute.description=Execute current statement in console
1379 action.Console.History.Previous.text=Previous
1380 action.Console.History.Previous.description=Previous console history entry
1381 action.Console.History.Next.text=Next
1382 action.Console.History.Next.description=Next console history entry
1383 action.Console.History.Browse.text=Browse History
1384 action.Console.History.Browse.description=Browse console history
1385 action.RevealIn.description=Highlights the file in platform's file manager
1386 action.GoToLinkTarget.text=Go to Link Target
1387 action.GoToLinkTarget.description=Opens a target ot this symlink in the Project View
1389 action.Images.EditExternally.text=Jump to External Editor
1390 action.Images.EditExternally.description=Open image in external editor
1391 action.Images.ToggleTransparencyChessboard.text=Transparency Chessboard
1392 action.Images.ToggleTransparencyChessboard.description=Toggle transparency chessboard under image
1393 action.Images.Editor.ToggleGrid.text=Grid
1394 action.Images.Editor.ToggleGrid.description=Toggle grid lines over image
1395 action.Images.Editor.ZoomIn.text=Zoom In
1396 action.Images.Editor.ZoomIn.description=Increase image view
1397 action.Images.Editor.ZoomOut.text=Zoom Out
1398 action.Images.Editor.ZoomOut.description=Reduce image view
1399 action.Images.Editor.ActualSize.text=Actual Size
1400 action.Images.Editor.ActualSize.description=Resize image to actual size
1401 action.Images.Thumbnails.UpFolder.text=Level up
1402 action.Images.Thumbnails.UpFolder.description=Level up
1403 action.Images.Thumbnails.EnterAction.text=Browse
1404 action.Images.Thumbnails.EnterAction.description=Browse directory
1405 action.Images.Thumbnails.ToggleRecursive.text=Recursive
1406 action.Images.Thumbnails.ToggleRecursive.description=Toggle recursive browsing
1407 action.Images.Thumbnails.Hide.text=Close thumbnails
1408 action.Images.Thumbnails.Hide.description=Close thumbnails window
1409 action.Images.ShowThumbnails.text=Show Image Thumbnails
1410 action.Images.ShowThumbnails.description=Show thumbnails view for current directory
1412 action.Diff.UpdatedFiles.text=Show Diff
1413 action.Diff.UpdatedFiles.description=Show diff with version before update
1415 action.TabList.text=Show Hidden Tabs
1416 action.TabList.description=Show dropdown with the list of tabs that don't fit on the screen in single-row tab layout
1418 action.FillParagraph.text=Fill Paragraph
1419 action.FillParagraph.description=Reformat string literal or comment to fit maximum width (usually 80)
1421 action.SaveDocument.text=Save Document
1422 action.SaveDocument.description=Saves only the file opened in the current editor
1424 action.StructuralSearchPlugin.StructuralSearchAction.text=Search S_tructurally...
1425 action.StructuralSearchPlugin.StructuralSearchAction.description=Structural Search
1426 action.StructuralSearchPlugin.StructuralReplaceAction.text=Repla_ce Structurally...
1427 action.StructuralSearchPlugin.StructuralReplaceAction.description=Structural Replace