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