Skip to content

Commit

Permalink
IDEA-307914 ui: update bundled strings
Browse files Browse the repository at this point in the history
Follow-up: 2d47109ea6959e81e5a456489141a6410cdd603a

GitOrigin-RevId: 41cc75c42c0c2ddb02cb2c6ead73d5d2778d2d95
  • Loading branch information
AMPivovarov authored and intellij-monorepo-bot committed Dec 14, 2022
1 parent 6c6f6a6 commit d6c3f34
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions images/resources/messages/ImagesBundle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ action.Images.ShowThumbnails.text=Show Image Thumbnails
action.Images.ShowThumbnails.description=Show thumbnails view for current directory
action.Images.Thumbnails.ToggleTagsPanelName.text=Preview Tags
action.Images.Thumbnails.ToggleTagsPanelName.description=Toggle whether to show the tags management panel
action.Images.Thumbnails.FilterByTag.text=Filter by Tag
action.Images.Thumbnails.FilterByTag.description=Filter images by tag
group.Images.Thumbnails.FilterByTag.text=Filter by Tag
group.Images.Thumbnails.FilterByTag.description=Filter images by tag
action.Images.Thumbnails.FilterByTheme.text=Filter by Theme
action.Images.Thumbnails.FilterByTheme.description=Filter images by theme
action.Images.Thumbnails.ToggleFileName.text=File Name
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ group.RightToolbarSideGroupXamarin.text=Right Side (Xamarin)
action.SegmentedVcsControlAction.text=VCS Widget
action.ActivateNavBar.text=Activate Navigation _Bar
action.ActivateNavBar.description=Activate navigation bar
action.CreateRunConfiguration.text=Create Run Configuration
action.CreateRunConfiguration.description=Create run configuration from context
group.CreateRunConfiguration.text=Create Run Configuration
group.CreateRunConfiguration.description=Create run configuration from context
group.RunContextPopupGroup.text=Run Configurations
group.EditorActions.text=Editor Actions
action.EditorChooseLookupItem.text=Choose Lookup Item
Expand Down Expand Up @@ -272,7 +272,7 @@ group.WeighingNewGroup.text=_New
action.NewClass.text=Java Class
action.NewFile.text=File
action.NewDir.text=Directory/Package
action.NewFromTemplate.text=From Template
group.NewFromTemplate.text=From Template
action.ImportModule.text=Module from Existing Sources...
action.ProjectFromVersionControl.text=Project from Version Control...
action.ProjectFromVersionControl.ProjectWidgetPopup.text=Get from Version Control...
Expand Down Expand Up @@ -1295,7 +1295,7 @@ action.Debugger.ShowReferring.text=Show Referring Objects...
action.Debugger.CustomizeContextView.text=Customize Data Views...
action.Debugger.CustomizeThreadsView.text=Customize Threads View...
action.Debugger.EditFrameSource.text=EditFrameSource
action.Debugger.ViewAsGroup.text=View as
group.Debugger.ViewAsGroup.text=View as
action.Debugger.ResumeThread.text=Resume
action.Debugger.FreezeThread.text=Suspend
action.Debugger.InterruptThread.text=Interrupt
Expand Down Expand Up @@ -2181,7 +2181,7 @@ action.SelectInProjectView.description=Selects a context file in the Project Vie
action.SelectOpenedFileInProjectView.text=Select Opened File
# suppress inspection "UnusedProperty" - used from SelectFileAction
action.SelectOpenedFileInProjectView.description=Selects an opened file in the Project View
action.ShowFilterPopup.text=Show Filter Popup
group.ShowFilterPopup.text=Show Filter Popup
action.ShowSearchHistory.text=Show Search History
action.HidpiInfo.text=Show &HiDPI Info
action.UserInvokedFullAnalysis.text=Create And Immediately Analyze Heap Dump
Expand Down Expand Up @@ -2232,7 +2232,7 @@ action.Debugger.RemoveAllBreakpointsInFile.text=Remove All Breakpoints In The Cu
action.Debugger.CopyStack.text=Copy Stack
action.Vcs.Operations.Popup.Annotate.text=Annotated Line Operations
action.SendEOF.text=Send EOF
action.ImportTests.text=Import Test Results
group.ImportTests.text=Import Test Results
action.ImportTestsFromFile.text=Import Test From File
action.DumpLookupElementWeights.text=Dump Lookup Element Weights to Log
action.RunDashboard.Run.text=Run
Expand Down
2 changes: 1 addition & 1 deletion plugins/github/resources/messages/GithubBundle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ create.gist.error.binary.file=Can''t upload binary file: {0}
create.gist.error.content.read=Couldn''t read the contents of the file {0}
#open on github
open.on.github.action=Open on GitHub
action.Github.Open.In.Browser.EditorTabPopup.text=GitHub
group.Github.Open.In.Browser.EditorTabPopup.text=GitHub
open.on.github.action.description=Open corresponding link in browser
open.on.github.file.is.not.under.repository=File is not under repository root
open.on.github.getting.last.revision=Getting Last Revision
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ action.Maven.BeforeRun.description=Execute selected phase/goal before launching
action.Maven.AssignShortcut.text=Assign Shortcut...
action.Maven.AssignShortcut.description=Assign shortcut to the selected phase/goal
group.Maven.DownloadAllGroupPopup.text=Download Sources and/or Documentation
action.Maven.GenerateGroup.text=Generate
group.Maven.GenerateGroup.text=Generate
action.Maven.ShowConnectors.text=Show Maven Connectors
group.Maven.GlobalProjectMenu.text=Maven
group.Maven.RefactoringGroup.text=Refactoring
Expand Down
2 changes: 1 addition & 1 deletion python/pluginResources/messages/PyBundle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -563,7 +563,7 @@ action.PyConvertPackageToModuleAction.text=Convert to Python Module
action.PyConvertPackageToModuleAction.description=Create module with the same name and move content of __init__.py to that module
action.PyConvertModuleToPackage.text=Convert to Python Package
action.PyConvertModuleToPackage.description=Create package with the same name and move content of the module to its __init__.py
action.PyDebugger.ViewAsGroup.text=View as
group.PyDebugger.ViewAsGroup.text=View as
action.PyDebugger.ViewArray.text=View as Array
action.PyDebugger.CustomizeDataView.text=Customize Data View
action.PythonGenerateDictionaries.text=Generate Python Spellchecker Dictionaries
Expand Down

0 comments on commit d6c3f34

Please sign in to comment.