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