action groups cleanup work in progress
[fedora-idea.git] / platform-resources_eng / src / messages / ActionsBundle.properties
blob6aff89587c63de43818e3131efe517e8f6736edf
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 Down 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=Find _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.GotoTest.text=T_est
374 action.GotoTest.description=Navigate to the test of the selected class
375 action.GotoTestSubject.text=T_est Subject
376 action.GotoTestSubject.description=Navigate to the subject of the selected test
377 action.GotoAspect.text=_Aspect
378 action.GotoAspect.description=Navigate to the declaration of the advice, error or warning declaration that affects a join point at caret
379 action.GotoNextError.text=_Next Highlighted Error
380 action.GotoNextError.description=Navigate to the next highlighted error in the active editor
381 action.GotoPreviousError.text=_Previous Highlighted Error
382 action.GotoPreviousError.description=Navigate to the previous highlighted error in the active editor
383 action.MethodDown.text=N_ext Method
384 action.MethodDown.description=Navigate to the next method in the active editor
385 action.MethodUp.text=Prev_ious Method
386 action.MethodUp.description=Navigate to the previous method in the active editor
387 action.GotoNextBookmark.text=Ne_xt Bookmark
388 action.GotoNextBookmark.description=Navigate to the next bookmark in the active editor
389 action.GotoPreviousBookmark.text=P_revious Bookmark
390 action.GotoPreviousBookmark.description=Navigate to the previous bookmark in the active editor
391 action.Back.text=_Back
392 action.Back.description=Undo last navigation operation
393 action.Forward.text=For_ward
394 action.Forward.description=Redo last undone navigation operation
395 action.JumpToLastChange.text=Last Edit L_ocation
396 action.JumpToLastChange.description=Move through the most recent change points
397 action.PreviousOccurence.text=Previ_ous Occurrence
398 action.PreviousOccurence.description=Navigate to the previous occurrence
399 action.NextOccurence.text=Ne_xt Occurrence
400 action.NextOccurence.description=Navigate to the next occurrence
401 action.VcsShowNextChangeMarker.text=Next C_hange
402 action.VcsShowNextChangeMarker.description=Go to next change
403 action.VcsShowPrevChangeMarker.text=Prev Ch_ange
404 action.VcsShowPrevChangeMarker.description=Go to previous change
405 group.CodeMenu.text=Co_de
406 action.SurroundWith.text=_Surround With...
407 action.SurroundWith.description=Surround selected code fragment with if, while, try/catch or other construct
408 action.Generate.text=_Generate...
409 action.Generate.description=Generate constructor, getter or setter method, etc.
410 action.Unwrap.text=Un_wrap/Remove...
411 action.Unwrap.description=Safely unwraps or removes the selected scope
412 group.CodeCompletionGroup.text=_Complete Code
413 action.CodeCompletion.text=_Basic
414 action.CodeCompletion.description=Complete code
415 action.WordCompletion.text=_Complete Word
416 action.WordCompletion.description=Complete word
417 action.HippieCompletion.text=Cyclic _Expand Word
418 action.HippieCompletion.description=Cyclic Expand word
419 action.HippieBackwardCompletion.text=Cyclic _Expand Word (Backward)
420 action.HippieBackwardCompletion.description=Cyclic Expand word (Backward)
421 action.SmartTypeCompletion.text=_SmartType
422 action.SmartTypeCompletion.description=Complete code basing on expected type
423 action.ClassNameCompletion.text=Class _Name
424 action.ClassNameCompletion.description=Complete class name and add import for it
425 action.InsertLiveTemplate.text=Insert Live _Template...
426 action.InsertLiveTemplate.description=Show popup list of live templates starting with the specified prefix
427 action.SurroundWithLiveTemplate.text=Surround with Live Tem_plate...
428 action.SurroundWithLiveTemplate.description=Surrounds the selection with one of the template
429 action.CommentByLineComment.text=Comment with _Line Comment
430 action.CommentByLineComment.description=Comment/uncomment current line or selected block with line comments
431 action.CommentByBlockComment.text=Comment with _Block Comment
432 action.CommentByBlockComment.description=Comment/uncomment code with block comments
433 action.ReformatCode.text=_Reformat Code...
434 action.ReformatCode.description=Reformat code
435 action.AutoIndentLines.text=_Auto-Indent Lines
436 action.AutoIndentLines.description=Indent current line or selected block according to the code style settings
437 action.OptimizeImports.text=Optimi_ze Imports...
438 action.OptimizeImports.description=Remove unused imports and reorder/reorganize imports
439 action.MoveStatementDown.text=Move Statement Do_wn
440 action.MoveStatementDown.description=Move selected statements one line down
441 action.MoveStatementUp.text=Move Statement _Up
442 action.MoveStatementUp.description=Move selected statements one line up
443 group.AnalyzeMenu.text=Analy_ze
444 action.InspectCode.text=_Inspect Code...
445 action.InspectCode.description=Inspect code
446 action.ViewOfflineInspection.text=View _Offline Inspection Results...
447 action.ViewOfflineInspection.description=Load offline inspection results
448 action.ShowPackageDeps.text=Analyze _Dependencies...
449 action.ShowPackageDeps.description=Browse code choosen analysis item depends on
450 action.ShowBackwardPackageDeps.text=Analyze _Backward Dependencies...
451 action.ShowBackwardPackageDeps.description=Browse code choosen analysis item used in
452 action.ShowPackageCycles.text=Analyze _Cyclic Dependencies...
453 action.ShowPackageCycles.description=Browse code choosen analysis item used in cycles
454 action.ShowModulesDependencies.text=Analyze _Module Dependencies...
455 action.ShowModulesDependencies.description=Show dependencies between modules in project
456 action.DupLocate.text=_Locate Duplicates...
457 action.DupLocate.description=Locate duplicate code in project
458 action.Unscramble.text=Analyze _Stacktrace...
459 action.Unscramble.description=Open console with the navigatable stacktrace
460 group.RefactoringMenu.text=_Refactor
461 action.RenameElement.text=_Rename...
462 action.RenameElement.description=Rename the selected symbol and correct all references
463 action.ChangeSignature.text=Change Si_gnature...
464 action.ChangeSignature.description=Change signature of the selected method or class and correct all references
465 action.ChangeTypeSignature.text=_Type Migration...
466 action.ChangeTypeSignature.description=Change type of the return type of the method, field, parameter, variable or class type argumeants and correct all references
467 action.MakeStatic.text=Make S_tatic...
468 action.MakeStatic.description=Convert method or inner class to static and correct all references
469 action.ConvertToInstanceMethod.text=C_onvert To Instance Method...
470 action.ConvertToInstanceMethod.description=Convert static method to instance method and correct all references
471 action.Move.text=_Move...
472 action.Move.description=Move the selected class, method, package or static member to another package or class and correct all references
473 action.CopyElement.text=C_opy...
474 action.CopyElement.description=Create a copy of the selected class, file(s) or directory(es)
475 action.CloneElement.text=Clo_ne...
476 action.CloneElement.description=Create a copy of the selected class, file or directory in the same package/directory
477 action.SafeDelete.text=Safe _Delete...
478 action.SafeDelete.description=Delete the selected class, method or field, checking for usages
479 action.ExtractMethod.text=E_xtract Method...
480 action.ExtractMethod.description=Turn the selected code fragment into a method
481 action.MethodDuplicates.text=Replace Met_hod Code Duplicates...
482 action.MethodDuplicates.description=Finds code in current file that can be transformed into a call of selected method
483 action.InvertBoolean.text=Invert _Boolean...
484 action.InvertBoolean.description=Makes the method return or variable contain the opposite value and corrects the references
485 action.IntroduceVariable.text=Introduce _Variable...
486 action.IntroduceVariable.description=Put a result of the selected expression into a variable
487 action.IntroduceField.text=Introduce _Field...
488 action.IntroduceField.description=Put a result of the selected expression into a field
489 action.IntroduceConstant.text=Introduce _Constant...
490 action.IntroduceConstant.description=Replace selected expression with a constant (static final field)
491 action.IntroduceParameter.text=Introduce _Parameter...
492 action.IntroduceParameter.description=Turn the selected expression into method parameter
493 action.ExtractInterface.text=Extract _Interface...
494 action.ExtractInterface.description=Extract interface from the selected class
495 action.ExtractSuperclass.text=Extract S_uperclass...
496 action.ExtractSuperclass.description=Extract superclass from the selected class
497 action.TurnRefsToSuper.text=Use Interface _Where Possible...
498 action.TurnRefsToSuper.description=Change usages of a class to those of its superclass or interface
499 action.MembersPullUp.text=Pu_ll Members Up...
500 action.MembersPullUp.description=Pull class members to superclass or implemented interface
501 action.MemberPushDown.text=Pu_sh Members Down...
502 action.MemberPushDown.description=Push class members down to directly inheriting subclasses
503 action.InheritanceToDelegation.text=Replace _Inheritance with Delegation...
504 action.InheritanceToDelegation.description=Replace inheritance with delegation
505 action.Inline.text=I_nline...
506 action.Inline.description=Inline the selected method or variable
507 action.AnonymousToInner.text=Convert Anon_ymous to Inner...
508 action.AnonymousToInner.description=Convert anonymous class into an inner class
509 action.EncapsulateFields.text=_Encapsulate Fields...
510 action.EncapsulateFields.description=Replace direct access to fields in the selected class with use of accessor methods
511 action.ReplaceTempWithQuery.text=Replace Temp with _Query...
512 action.ReplaceTempWithQuery.description=Turn the selected variable into a method
513 action.ReplaceConstructorWithFactory.text=Replace Constructor with F_actory Method...
514 action.ReplaceConstructorWithFactory.description=Create a static factory method and use it instead of a constructor
515 action.ReplaceMethodWithMethodObject.text=Extract Method Ob_ject...
516 action.ReplaceMethodWithMethodObject.description=Turn the method into its own object so that all the parameters become fields on that object
517 action.Generify.text=Ge_nerify...
518 action.Generify.description=Convert your code to use generic types
519 action.Migrate.text=_Migrate...
520 action.Migrate.description=Open migration dialog
521 action.Type\ Migration.text=Type Migration...
522 action.Type\ Migration.description=Migrate one type to another
523 action.ExtractInclude.text=E_xtract Include File...
524 action.ExtractInclude.description=Turn the selected code fragment into included file
525 action.I18nize.text=Internationali_ze...
526 action.I18nize.description=Replace Java string literal or JSP text with internationalized expression
527 group.BuildMenu.text=_Build
528 action.CompileProject.text=_Rebuild Project
529 action.CompileProject.description=Recompile all files in the project
530 action.CompileDirty.text=Make _Project
531 action.CompileDirty.description=Compile all modified and dependent files in the project
532 action.MakeModule.text=Make _Module
533 action.MakeModule.description=Compile all modified and dependent files in the module
534 action.Compile.text=_Compile
535 action.Compile.description=Compile the selected file or package
536 action.GenerateAntBuild.text=_Generate Ant Build...
537 action.GenerateAntBuild.description=Generate Ant Build File from the Project
538 action.BuildJar.text=Build _Jars...
539 action.BuildJar.description=Archive module output directories into jar files
540 group.RunMenu.text=R_un
541 group.RunnerActions.text=Run/Debug
542 action.editRunConfigurations.text=Edit Configu_rations
543 action.editRunConfigurations.description=Open edit Run/Debug configurations dialog
544 action.Stop.text=Stop
545 action.Stop.description=Stop process
546 action.Hotswap.text=Relo_ad Changed Classes
547 action.Hotswap.description=Reload all changed classes into application being debugged (HotSwap)
548 action.StepOver.text=Step _Over
549 action.StepOver.description=Step to the next line in this file
550 action.StepInto.text=Step _Into
551 action.StepInto.description=Step to the next line executed
552 action.SmartStepInto.text=Smart Ste_p Into
553 action.SmartStepInto.description=Step into the particular method
554 action.StepOut.text=Step Ou_t
555 action.StepOut.description=Step to the first line executed after returning from this method
556 action.ForceStepOver.text=Force Step O_ver
557 action.ForceStepOver.description=Step over, disable all breakpoints before stepping.
558 action.ForceStepInto.text=Force Step I_nto
559 action.ForceStepInto.description=Step into, ignore stepping filters for libraries, constructors, etc.
560 action.RunToCursor.text=Run to _Cursor
561 action.RunToCursor.description=Run to the line where the caret is
562 action.ForceRunToCursor.text=Force Run to Cur_sor
563 action.ForceRunToCursor.description=Run to the line where the caret is, ignoring any breakpoints
564 action.Debugger.PopFrame.text=Drop _Frame
565 action.Debugger.PopFrame.description=Moves execution point back to the method call dropping current method frames from the stack
566 action.Pause.text=_Pause Program
567 action.Pause.description=Suspend program execution and enable debugging
568 action.Resume.text=Resume Pro_gram
569 action.Resume.description=Resume program execution
570 action.EvaluateExpression.text=_Evaluate Expression...
571 action.EvaluateExpression.description=Evaluate arbitrary expression
572 action.QuickEvaluateExpression.text=_Quick Evaluate Expression
573 action.QuickEvaluateExpression.description=Evaluate selected expression
574 action.ShowExecutionPoint.text=Show E_xecution Point
575 action.ShowExecutionPoint.description=Show the current program execution point
576 action.ToggleLineBreakpoint.text=Toggle _Line Breakpoint
577 action.ToggleLineBreakpoint.description=Toggle line breakpoint at caret
578 action.ToggleMethodBreakpoint.text=Toggle _Method Breakpoint
579 action.ToggleMethodBreakpoint.description=Toggle method breakpoint for the method at caret
580 action.ToggleFieldBreakpoint.text=Toggle _Field Watchpoint
581 action.ToggleFieldBreakpoint.description=Toggle field watchpoint for the field at caret
582 action.ToggleBreakpointEnabled.text=Toggle _Breakpoint Enabled
583 action.ToggleBreakpointEnabled.description=Enable/disable breakpoint at the current line
584 action.ViewBreakpoints.text=View Brea_kpoints
585 action.ViewBreakpoints.description=View and manage all breakpoints and watchpoints
586 action.ExportThreads.text=Export T_hreads...
587 action.ExportThreads.description=Save all threads information to a text file or clipboard
588 action.Runner.RestoreLayout.text=Restore Layout
589 action.Runner.RestoreLayout.description=Restore visual elements of debugger session to default state
590 action.Runner.ToggleToolbarLayout.text=Horizontal Toolbars
591 action.Runner.ToggleToolbarLayout.description=Toggles horizontal/vertical toolbar orientation
592 group.Runner.Layout.text=Layout
593 group.Runner.Layout.description=Layout configuration
594 action.Runner.CloseView.text=Hide
595 action.Runner.CloseView.description=Hide view
596 action.Runner.MoveViewToGrid.text=Move To Grid
597 action.Runner.MoveViewToGrid.description=Move view to the debugger grid container
598 action.Runner.MoveViewToTab.text=Move To Tab
599 action.Runner.MoveViewToTab.description=Move view to the debugger tab container
600 action.Runner.DetachCell.text=Detach
601 action.Runner.DetachCells.text=Detach {0} Views
602 action.Runner.DetachCell.description=Detach selected views to a separate window
603 action.Runner.AttachCell.text=Attach
604 action.Runner.AttachCells.text=Attach {0} Views
605 action.Runner.AttachCell.description=Attach selected views to the debugger tool window
606 action.Runner.RestoreView.text=Restore ''{0}'' View
607 action.Runner.RestoreView.description=Restore view in the debugger grid
608 action.Runner.FocusOnStartup.text=Focus On Startup
609 action.Runner.FocusOnStartup.description=Focus this view by default when UI is shown
610 action.Debugger.FocusOnBreakpoint.text=Focus On Breakpoint
611 action.Debugger.FocusOnBreakpoint.description=Focus this view by default when breakpont is reached
612 group.ToolsMenu.text=_Tools
613 action.SaveAsTemplate.text=Save as L_ive Template...
614 action.SaveAsTemplate.description=Save the selected text as live template
615 action.SaveFileAsTemplate.text=Save File as Temp_late...
616 action.SaveFileAsTemplate.description=Save current file as template
617 action.GenerateJavadoc.text=Generate Java_Doc...
618 action.GenerateJavadoc.description=Run the JavaDoc tool
619 group.Macros.text=_Macros
620 group.Macros.description=View, Change, Record, Play Macros
621 group.StanardMacroActions.text=Standard Macro Actions
622 action.PlaybackLastMacro.text=Pla_yback Last Macro
623 action.PlaybackLastMacro.description=Playback last used macro
624 action.StartStopMacroRecording.text=Start/Stop Macro _Recording
625 action.StartStopMacroRecording.description=Start/Stop recording of a new macro
626 action.EditMacros.text=_Edit Macros
627 action.EditMacros.description=Configure existing macros
628 action.ValidateXml.text=_Validate
629 action.ValidateXml.description=Validate the current xml file
630 action.GenerateDTD.text=Generate DTD from _XML file
631 group.ExternalToolsGroup.text=External Tools
632 action.PsiViewer.text=View PSI Structure
633 action.DebugListen.text=Throw Debug Exception
634 action.VirtualFileInfo.text=Virtual File Info
635 action.Merge3Files.text=Merge
636 action.LocalizePlugin.text=Localize Plugin
637 group.MemoryManagement.text=Memory Management
638 action.DumpPsiMemoryCaches.text=Dump what is cached in PSI
639 action.DecodeBytesAction.text=Decode Bytes
640 action.ReloadProjectAction.text=Reload project
641 action.LocalVcs.ShowStatistics.text=Show Local VCS Statistics...
642 action.LocalVcs.ShowStatistics.description=Show Local VCS statistics
643 action.LocalVcs.ShowRepHistory.text=Repository History
644 action.DropAnError.text=Drop an error
645 action.DropAnOutOfMemoryError.text=Drop an OutOfMemoryError
646 action.DropAnOutOfPermGenMemoryError.text=Drop an perm gen OutOfMemoryError
647 action.DumpInspectionDescriptions.text=Dump inspection descriptions
648 action.ShowUserActivities.text=Show Activities
649 group.WindowMenu.text=_Window
650 group.ToolWindowsGroup.text=_Tool Windows
651 action.ShowProcessWindow.text=Background Tasks
652 action.ShowProcessWindow.description=Show/Hide background tasks window
653 action.ShowProcessWindow.double.click=Click to show/hide background tasks window
654 action.StoreDefaultLayout.text=Store Current La_yout as Default
655 action.StoreDefaultLayout.description=Store current layout as default
656 action.RestoreDefaultLayout.text=Restore De_fault Layout
657 action.RestoreDefaultLayout.description=Restore default layout
658 action.HideActiveWindow.text=Hi_de Active Window
659 action.HideActiveWindow.description=Hide active tool window
660 action.HideSideWindows.text=Hide Side Windows
661 action.HideSideWindows.description=Hide all windows on this side
662 action.HideAllWindows.text=Hide All _Windows
663 action.HideAllWindows.description=Hide all tool windows
664 action.JumpToLastWindow.text=_Jump to Last Window
665 action.JumpToLastWindow.description=Activate last focused tool window
666 action.TogglePinnedMode.text=_Pinned Mode
667 action.TogglePinnedMode.description=Pin/unpin active tool window
668 action.ToggleDockMode.text=Dock_ed Mode
669 action.ToggleDockMode.description=Dock/undock active tool window
670 action.ToggleFloatingMode.text=Floating _Mode
671 action.ToggleFloatingMode.description=Float/unfloat active tool window
672 action.NextTab.text=Select Ne_xt Tab
673 action.NextTab.description=Activate next tab
674 action.PreviousTab.text=Se_lect Previous Tab
675 action.PreviousTab.description=Activate previous tab
676 action.NextEditorTab.text=Select Next Tab in multi-editor file
677 action.PreviousEditorTab.text=Select Previous Tab in multi-editor file
678 action.CloseActiveTab.text=Cl_ose Active Tab
679 action.CloseActiveTab.description=Close active tool window tab
680 action.PinActiveTab.text=P_in Active Tab
681 action.PinActiveTab.description=Pin active tool window or editor tab
682 action.CloseEditor.text=_Close Active Editor
683 action.CloseEditor.description=Close active editor
684 action.CloseAllEditors.text=Close _All Editors
685 action.CloseAllEditors.description=Close all editors in active tab group
686 action.CloseAllEditorsButActive.text=Close All Editors _But Active
687 action.CloseAllEditorsButActive.description=Close all open editors except the active one
688 action.CloseAllUnmodifiedEditors.text=Close All _Unmodified Editors
689 action.CloseAllUnmodifiedEditors.description=Close all nonmodified editors
690 action.CloseAllUnpinnedEditors.text=Close All But Pinned
691 action.CloseAllUnpinnedEditors.description=Close all editors which are not pinned
692 action.SplitVertically.text=Split _Vertically
693 action.SplitVertically.description=Split editor area into 2 tab groups and move the current tab to the right group
694 action.SplitHorizontally.text=Split _Horizontally
695 action.SplitHorizontally.description=Split editor area into 2 tab groups and move the current tab to the bottom group
696 action.ChangeSplitOrientation.text=Change Splitter O_rientation
697 action.ChangeSplitOrientation.description=Changes orientation of splitter
698 action.Unsplit.text=Un_split
699 action.Unsplit.description=Unsplit Window
700 action.UnsplitAll.text=U_nsplit All
701 action.UnsplitAll.description=Remove all splitters
702 action.NextSplitter.text=_Goto Next Splitter
703 action.NextSplitter.description=Goto next splitter window
704 action.PrevSplitter.text=Goto Previous Splitter
705 action.PrevSplitter.description=Goto previous splitter window
706 group.HelpMenu.text=_Help
707 action.HelpTopics.text=Help _Topics
708 action.HelpTopics.description=Show help contents
709 action.ShowTips.text=Tip of the _Day
710 action.ShowTips.description=Show Tips of the Day
711 action.ProductivityGude.text=_Productivity Guide
712 action.ProductivityGude.description=Show productivity features usages statistics
713 action.OnlineDocAction.text=_Online Documentation
714 action.OnlineDocAction.description=Show online documentation
715 action.WhatsNewAction.text=What's _New in IntelliJ IDEA
716 action.WhatsNewAction.description=Find out about the new features in this version of IntelliJ IDEA
717 action.Help.KeymapReference.text=Default _Keymap Reference
718 action.Help.KeymapReference.description=Open PDF file with the default keymap reference card.
719 action.Register.text=_Register...
720 action.Register.description=Enter registration data
721 action.ObtainPermanentTicket.text=Obtain Permanent _License...
722 action.ObtainPermanentTicket.description=Obtain a license from the license server, which is locked to this particular machine
723 action.ReleasePermanentTicket.text=Return Permanent License
724 action.ReleasePermanentTicket.description=Return the license to the pool of floating licenses on the license server
725 action.CheckForUpdate.text=_Check for Update...
726 action.CheckForUpdate.description=Check for available update
727 action.About.text=_About
728 action.About.description=Show information about IntelliJ IDEA
729 group.OtherMenu.text=Other
730 group.OtherMenu.description=Actions that are not properly registered
731 group.MainToolBar.text=Main Toolbar
732 group.Bookmarks.text=Bookmarks
733 action.ToggleBookmark0.text=Toggle Bookmark 0
734 action.ToggleBookmark1.text=Toggle Bookmark 1
735 action.ToggleBookmark2.text=Toggle Bookmark 2
736 action.ToggleBookmark3.text=Toggle Bookmark 3
737 action.ToggleBookmark4.text=Toggle Bookmark 4
738 action.ToggleBookmark5.text=Toggle Bookmark 5
739 action.ToggleBookmark6.text=Toggle Bookmark 6
740 action.ToggleBookmark7.text=Toggle Bookmark 7
741 action.ToggleBookmark8.text=Toggle Bookmark 8
742 action.ToggleBookmark9.text=Toggle Bookmark 9
743 action.GotoBookmark0.text=Go to Bookmark 0
744 action.GotoBookmark1.text=Go to Bookmark 1
745 action.GotoBookmark2.text=Go to Bookmark 2
746 action.GotoBookmark3.text=Go to Bookmark 3
747 action.GotoBookmark4.text=Go to Bookmark 4
748 action.GotoBookmark5.text=Go to Bookmark 5
749 action.GotoBookmark6.text=Go to Bookmark 6
750 action.GotoBookmark7.text=Go to Bookmark 7
751 action.GotoBookmark8.text=Go to Bookmark 8
752 action.GotoBookmark9.text=Go to Bookmark 9
754 action.XDebugger.SetValue.text=Set Value...
755 action.XDebugger.SetValue.description=Modify value of selected node
756 action.XDebugger.CopyValue.text=Copy Value
757 action.XDebugger.CopyValue.description=Copy value of selected node to clipboard
758 action.XDebugger.Inspect.text=Inspect
759 action.XDebugger.AddToWatches.text=Add to Watches
760 action.XDebugger.RemoveWatch.text=Remove Watch
761 action.XDebugger.NewWatch.text=New Watch...
763 action.Debugger.AdjustArrayRange.text=Adjust Range...
764 action.Debugger.Inspect.text=Inspect
765 action.Debugger.CopyValue.text=Copy Value
766 action.Debugger.CustomizeContextView.text=Customize Data Views...
767 action.Debugger.CustomizeThreadsView.text=Customize Threads View...
768 action.Debugger.NewWatch.text=New Watch...
769 action.Debugger.EditWatch.text=Edit Watch
770 action.Debugger.EditFrameSource.text=EditFrameSource
771 action.Debugger.EditNodeSource.text=EditNodeSource
772 action.Debugger.EditTypeSource.text=Jump to Object Source
773 action.Debugger.RemoveAllWatches.text=Remove All Watches
774 action.Debugger.RemoveWatch.text=Remove Watch
775 action.Debugger.ViewAsGroup.text=View as
776 action.Debugger.SetValue.text=Set Value...
777 action.Debugger.ShowFrame.text=Show Frame
778 action.Debugger.ResumeThread.text=Resume
779 action.Debugger.FreezeThread.text=Freeze
780 action.Debugger.MuteBreakpoints.text=Mute Breakpoints
781 action.Debugger.MuteBreakpoints.description=Mute/unmute all breakpoints in a debug session.
782 action.Debugger.MarkObject.text=Mark Object...
783 action.Debugger.MarkObject.unmark.text=Unmark Object
784 action.Debugger.MarkObject.description=Mark/unmark the object so that it can be visually distinguished in in debugger views
785 action.Debugger.AddToWatch.text=Add to Watches
786 action.Debugger.AutoRenderer.text=Auto
787 group.EditorPopupMenu.text=Editor Popup Menu
788 group.EditorPopupMenu.description=Editor Popup Menu
789 action.Add\ to\ migration\ roots.text=_Add to migration roots
790 action.Add\ to\ migration\ roots.description=Add selected element to migration roots
791 group.EditorPopupMenu.GoTo.text=_Go To
792 group.EditorPopupMenu.GoTo.description=Go To Editor Popup Menu Group
793 action.CompareClipboardWithSelection.text=Compare with Clip_board
794 action.CompareClipboardWithSelection.description=Compare current selection with clipboard
795 action.ShowAppliedStylesAction.text=_Show Applied Styles For Tag
796 action.ShowAppliedStylesAction.description=Show Applied Styles For Tag
797 action.ChangeColorScheme.text=Switch Color Scheme
798 action.ChangeColorScheme.description=Change current color scheme
799 action.ChangeCodeStyleScheme.text=Switch Code Style Scheme
800 action.ChangeCodeStyleScheme.description=Change current code style scheme
801 action.ChangeKeymap.text=Switch Keymap
802 action.ChangeKeymap.description=Change current keymap
803 action.ChangeLaf.text=Switch Look\\&\\&Feel
804 action.ChangeLaf.description=Change current Look\\&Feel
805 action.ChangeInspectionProfile.text=Switch Error Highlighting
806 action.ChangeInspectionProfile.description=Change current editor inspection profile
807 action.ChangeCustomizationSchema.text=Switch Customization Scheme
808 action.ChangeCustomizationSchema.description=Change Current Customization Scheme
809 action.MoveEditorToOppositeTabGroup.text=_Move Editor To Opposite Tab Group
810 action.MoveEditorToOppositeTabGroup.description=Move Editor To Opposite Tab Group
811 action.ModuleSettings.text=Module _Settings
812 action.ModuleSettings.description=Open settings dialog for selected module
813 group.MoveModuleToGroup.text=Move Module to Group
814 group.MoveModuleToGroup.description=_Move module
815 action.AssociateWithFileType.text=Associate with File Type
816 action.AssociateWithFileType.description=Associate selected file with one of file types
817 action.SynchronizeCurrentFile.text=Synchronize selected file
818 action.TypeHierarchy.BaseOnThisType.text=Base On This Type
819 action.TypeHierarchy.Class.text=Class Hierarchy
820 action.TypeHierarchy.Subtypes.text=Subtypes Hierarchy
821 action.TypeHierarchy.Supertypes.text=Supertypes Hierarchy
822 action.MethodHierarchy.ImplementMethodAction.text=Implement Method
823 action.MethodHierarchy.ImplementMethodAction.description=Implement Method (from Method Hierarchy)
824 action.MethodHierarchy.OverrideMethodAction.text=Override Method
825 action.MethodHierarchy.OverrideMethodAction.description=Override Method (from Method Hierarchy)
826 action.MethodHierarchy.BaseOnThisType.text=Base On This Type
827 action.MethodHierarchy.BaseOnThisType.description=Show hierarchy for method of selected class/interface
828 action.CallHierarchy.BaseOnThisType.text=Base On This Method
829 action.CallHierarchy.BaseOnThisType.description=Show call hierarchy for selected method
830 action.Lvcs.ShowLvcsDiffAction.text=Compare Versions
831 action.Lvcs.ShowLvcsDiffAction.description=Show changes
832 action.Lvcs.RollbackFileAction.text=Rollback File
833 action.Lvcs.RollbackFileAction.description=Rollback
834 action.Vcs.ShowDiffAction.text=Show Changes
835 action.Vcs.ShowDiffAction.description=Show changes
836 action.Vcs.RollbackChanges.text=Rollback Changes
837 action.Vcs.RollbackChanges.description=Rollback changes
838 action.Vcs.EditSourceAction.text=Edit Source
839 action.Vcs.EditSourceAction.description=Edit source
840 action.Vcs.ExcludeAction.text=Exclude from Commit
841 action.Vcs.ExcludeAction.description=Exclude from commit
842 action.Vcs.IncludeAction.text=Include into Commit
843 action.Vcs.IncludeAction.description=Include into commit
844 group.Vcs.FileViewPopup.text=FileView
845 action.openAssertEqualsDiff.text=View assertEquals Difference
846 action.UsageView.Include.text=Include
847 action.UsageView.Include.description=Include this usage(s) into processing
848 action.UsageView.Exclude.text=Exclude
849 action.UsageView.Exclude.description=Exlude this usage(s) from processing
850 action.UsageView.ShowRecentFindUsages.text=R_ecent Find Usages
851 action.UsageView.ShowRecentFindUsages.description=Choose and re-run recent find usages
852 group.ShowRecentFindUsagesGroup.text=Recent Find Usages
853 group.ShowRecentFindUsagesGroup.description=Choose and re-run recent find usages
854 action.StructuralSearchPlugin.StructuralSearchAction.text=Search S_tructurally...
855 action.StructuralSearchPlugin.StructuralSearchAction.description=Structural Search
856 action.StructuralSearchPlugin.StructuralReplaceAction.text=Repla_ce Structurally...
857 action.StructuralSearchPlugin.StructuralReplaceAction.description=Structural Replace
859 stop.capture.cpu.usage.data.action.name=Capture cpu usage data, now capturing
860 stop.capture.cpu.usage.data.action.description=Stop capture cpu usage data
862 action.IntegrateFiles.text=Integrate
863 action.IntegrateFiles.description=Integrate selected files or directories
864 action.Vcs.IntegrateProject.text=Inte_grate Project
865 action.Vcs.IntegrateProject.description=Integrate project
867 action.Vcs.RefreshStatuses.text=R_efresh File Status
868 action.Vcs.RefreshStatuses.description=Refresh VCS status for all files in project
870 action.ShowNavBar.text=Show Na_vigation Bar
872 action.ScopeView.EditScopes.text=Ed_it Scopes
873 action.ScopeView.EditScopes.description=Edit Scopes
875 action.CodeInspection.OnEditor.text=Inspect Code With _Editor Settings
876 action.CodeInspection.OnEditor.description=Inspect Code With _Editor Settings
878 action.ShowCoverageInfo.text=Show Co&verage Info
879 action.HideCoverageInfo.text=Hide Co&verage Info
881 action.Graph.layout.circular=Circular Layout
882 action.Graph.layout.balloon=Balloon Layout
883 action.Graph.layout.directed.orthogonal=Directed Orthogonal Layout
884 action.Graph.layout.orthogonal=Orthogonal Layout
885 action.Graph.layout.organic=Organic Layout
886 action.Graph.layout.hierarchic.group=Hierarchic Group Layout
887 action.Graph.layout.tree=Tree Layout
888 action.Graph.layout.apply.current=Apply current layout
889 action.Graph.layout.fit.content=Fit Content After Layout
891 action.Graph.zoom.actual=Actual size
892 action.Graph.zoom.in=Zoom in
893 action.Graph.zoom.out=Zoom out
895 action.Graph.grid.hide=Hide Grid
896 action.Graph.grid.show=Show Grid
897 action.Graph.grid.snap=Snap To Grid
898 action.Graph.show.edge.label=Show Edge Labels
899 action.Graph.show.selected.node.dependencies.label=Show selected nodes with dependencies
900 action.Graph.export.to.file=Export to file...
901 action.Graph.export.to.file.dialog.caption=Export to file
902 action.Graph.choose.directory=Choose Directory
903 action.Graph.fit.content=Fit Content
905 action.Graph.print=Print Graph
906 action.Graph.print.preview=Print Preview
908 action.SendFeedback.text=Submit _Feedback
909 action.SendFeedback.description=Submit feedback to the JetBrains Web site
910 action.TechnicalSupport.text=Contact _Support Team
911 action.TechnicalSupport.description=Access technical support on JetBrains Web site
913 action.MoveToChangeList.text=Move to Changelist...
914 action.MoveToChangeList.description=Move selected file(s) to a different changelist
916 action.TextComponent.ClearAction.text=Clear text
917 action.TextComponent.ClearAction.description=Clear text in text components
919 action.ConvertProject.text=&Convert Project
920 action.ConvertProject.description=Convert project to the new format. You will not be able to open the project by earlier versions of IDEA.
922 action.ChangesView.Refresh.text=Refresh
923 action.ChangesView.Refresh.description=Refresh VCS changes
924 action.ChangesView.NewChangeList.text=New Changelist
925 action.ChangesView.NewChangeList.description=Create new changelist
926 action.ChangesView.Commit.text=Comm_it Changes
927 action.ChangesView.Commit.description=Commit the changes in selected changelist
928 action.ChangesView.Rollback.text=Rollback
929 action.ChangesView.Rollback.description=Rollback selected changes
930 action.ChangesView.RemoveChangeList.text=Delete Changelist
931 action.ChangesView.RemoveChangeList.description=Remove changelist and move all changes to default
932 action.ChangesView.SetDefault.text=Set Active Changelist
933 action.ChangesView.SetDefault.description=Set changelist to which new changes are placed by default
934 action.ChangesView.Move.text=Move to Another Changelist
935 action.ChangesView.Move.description=Move selected changes to another changelist
936 action.ChangesView.Diff.text=Show Diff
937 action.ChangesView.Diff.description=Show diff for selected change
938 action.ChangesView.DeleteUnversioned.text=Delete
939 action.ChangesView.DeleteUnversioned.description=
940 action.ChangesView.AddUnversioned.text=Add to VCS
941 action.ChangesView.AddUnversioned.description=Schedule selected files to be added to VCS
942 action.ChangesView.RemoveDeleted.text=Remove from VCS
943 action.ChangesView.RemoveDeleted.description=Schedule selected files to be removed from VCS
944 action.ChangesView.Rename.text=Edit Changelist...
945 action.ChangesView.Rename.description=Edit name and description of selected changelist
946 action.ChangesView.CreatePatch.text=Create Patch...
947 action.ChangesView.CreatePatch.description=Create a patch from the selected changes
948 action.ChangesView.ApplyPatch.text=Apply Patch...
949 action.ChangesView.ApplyPatch.description=Apply a patch to the sources of the project
950 action.ChangesView.Shelve.text=Shelve Changes...
951 action.ChangesView.Shelve.description=Save changes to an external patch file and remove them from the code
952 action.ShelvedChanges.Unshelve.text=Unshelve Changes
953 action.ShelvedChanges.Unshelve.description=Apply saved changes to current codebase
954 action.ShelvedChanges.Rename.text=Rename...
955 action.ShelvedChanges.Rename.description=Rename shelved changelist
956 action.ChangesView.Browse.text=Browse Changes...
957 action.ChangesView.Browse.description=View history of committed changes
958 action.ChangesView.Edit.text=Check Out
959 action.ChangesView.Edit.description=Check out selected files for editing
960 action.ChangesView.Ignore.text=Ignore...
961 action.ChangesView.Ignore.description=Do not show selected files as unversioned
962 action.ChangesView.CreatePatchFromChanges.text=Create Patch...
963 action.ChangesView.CreatePatchFromChanges.description=Create a patch from the selected changes
964 action.CommittedChanges.Refresh.text=Refresh
965 action.CommittedChanges.Refresh.description=Refresh the list of committed changes
966 action.CommittedChanges.Filter.text=Filter
967 action.CommittedChanges.Filter.description=Change filtering criteria
968 action.CommittedChanges.Details.text=Show Details
969 action.CommittedChanges.Details.description=View complete information about the selected changelist
970 action.IncomingChanges.Refresh.text=Refresh
971 action.IncomingChanges.Refresh.description=Refresh the list of incoming changes
972 action.IncomingChanges.Get.text=Get Changelist
973 action.IncomingChanges.Get.description=Get latest version of files modified in selected changelist
974 action.Debugger.MaximizeContent.text=Maximize
975 action.Debugger.MaximizeContent.description=Maximize content to fit the tool window
976 action.Debugger.RestoreContent.text=Restore
977 action.Debugger.RestoreContent.description=Restore content to the debugger split layout
978 action.Debugger.HideContent.text=Hide
979 action.Debugger.HideContent.description=Hide content
980 action.Debugger.DetachContent.text=Detach
981 action.Debugger.DetachContent.description=Detach content to separate window
982 action.Debugger.NextContent.text=Select Next View
983 action.Debugger.NextContent.description=Select next debugger view
984 action.Debugger.PreviousContent.text=Select Previous View
985 action.Debugger.PreviousContent.description=Select previous debugger view
986 action.FileChooser.TogglePathShowing.text=Show/Hide path text
987 action.ChangeFileEncoding.text=Change File Encoding
988 action.ChangeFileEncoding.description=Change file encoding
989 action.ConfigureFileDefaultEncoding.text=Configure Default Encoding...
990 action.ConfigureFileDefaultEncoding.description=Configure default encoding for files, files in directories or in the whole project
991 action.ChangeFileEncodingGroupAction.text=
992 action.ChangeFileEncodingGroupAction.description=
994 action.AddFrameworkSupport.text=Add Framework Support...
996 action.Diff.FocusOppositePane.text=Select opposite pane in diff view
997 action.Diff.PrevChange.text=Compare Previous File
998 action.Diff.NextChange.text=Compare Next File
1000 action.FileChooser.ShowHiddens.text=Show Hidden Files and Directories
1001 action.FileChooser.ShowHiddens.description=Show hidden files and directories
1002 action.FileChooser.Refresh.text=Refresh
1003 action.FileChooser.Refresh.description=Refresh the file system tree
1004 action.FileChooser.Delete.text=Delete...
1005 action.FileChooser.Delete.text.description=Delete
1006 action.FileChooser.NewFolder.text=New Folder...
1007 action.FileChooser.NewFolder.description=Create new folder
1008 action.FileChooser.NewFile.text=New File...
1009 action.FileChooser.NewFile.description=Create new file
1010 action.FileChooser.GotoHome.text=Home
1011 action.FileChooser.GotoHome.description=Go to home directory
1012 action.FileChooser.GotoProject.text=Project
1013 action.FileChooser.GotoProject.description=Go to project directory
1014 action.FileChooser.GotoModule.text=Module
1015 action.FileChooser.GotoModule.description=Go to module directory
1017 action.WelcomeScreen.DevelopPlugins.text=Plugin Development
1018 action.WelcomeScreen.ReadHelp.text=Read Help
1019 action.WelcomeScreen.GetFromVcs.text=Check out from Version Control
1020 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.
1021 action.WelcomeScreen.ReopenRecent.text=Reopen Recent Project
1022 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.
1023 action.WelcomeScreen.OpenProject.text=Open Project
1024 action.WelcomeScreen.CreateNewProject.text=Create New Project
1025 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.
1027 action.CommittedChanges.Revert.text=Revert Changes
1028 action.CommittedChanges.Revert.description=Apply the reverse of the selected changes to the working copy
1030 action.OpenDirectoryProject.text=Open Directory...
1031 action.OpenDirectoryProject.description=Start editing code in the specified directory
1032 action.WelcomeScreen.OpenDirectoryProject.text=Open Directory
1033 action.WelcomeScreen.OpenDirectoryProject.description=Start editing code in the specified directory
1034 action.WelcomeScreen.CreateDirectoryProject.text=Create New Project
1035 action.WelcomeScreen.CreateDirectoryProject.description=Create a new project
1036 action.NewDirectoryProject.text=New Project...
1037 action.NewDirectoryProject.description=Create a new project
1039 action.SliceBackward.text=Dataflow to this
1040 action.SliceBackward.description=Search for values which can be assigned to selected expression
1042 action.ShelvedChanges.Diff.text=Show Diff
1043 action.ShelvedChanges.Diff.description=Show diff for selected change
1045 action.ChangeTemplateDataLanguage.text=Change Template Data Language
1047 group.FileOpenGroup.text=File Open Actions
1048 group.FileSettingsGroup.text=Settings Actions
1049 group.ExportImportGroup.text=Export/Import Actions
1050 group.PrintExportGroup.text=Print/Export Actions
1051 group.EditSelectGroup.text=Editor Select Actions
1052 group.EditCreateDeleteGroup.text=Editor Create/Delete Actions
1053 group.CutCopyPasteGroup.text=Cut/Copy/Paste Actions
1054 group.EditSelectWordGroup.text=Select Word Actions
1055 group.EditBookmarksGroup.text=Bookmark Actions
1056 group.OpenProjectGroup.text=Open Project Actions
1057 group.EditSmartGroup.text=Edit Code Actions
1058 group.ProjectViewGroup.text=Project View Actions
1059 group.CodeEditorViewGroup.text=Code View Actions
1060 group.CodeEditorBaseGroup.text=Code Editor View Actions
1061 group.HierarchyGroup.text=Hierarchy Actions
1062 group.DebugMainMenu.text=Debugger Actions
1063 group.ToggleBreakpointAction.text=Breakpoint Actions
1064 group.CommentGroup.text=Comment Actions
1065 group.CodeFormatGroup.text=Code Formatting Actions
1066 group.GoToTargetEx.text=Goto by Name Actions
1067 group.GoToErrorGroup.text=Goto Error/Bookmark Actions
1068 group.GoToMenuEx.text=Method Navigation Actions
1069 group.GoToCodeGroup.text=Goto by Reference Actions
1070 group.GoToChangeMarkerGroup.text=Change Navigation Actions
1071 group.CoverageMenu.text=Code Coverage Actions
1072 group.ToolsXmlGroup.text=XML Actions
1073 group.EditorPopupMenu2.text=Debug Actions
1074 group.VersionControlsGroup.text=VCS/LVCS Actions
1075 group.EditorPopupMenu.Run.text=Compile/Run Actions
1076 group.ProjectViewCompileGroup.text=Compile/Debug Actions
1077 group.ProjectViewAnalysisGroup.text=Analysis Actions