summaryrefslogtreecommitdiff
path: root/platform/platform-resources-en/src/messages
diff options
context:
space:
mode:
Diffstat (limited to 'platform/platform-resources-en/src/messages')
-rw-r--r--platform/platform-resources-en/src/messages/ActionsBundle.properties2
-rw-r--r--platform/platform-resources-en/src/messages/IdeBundle.properties7
-rw-r--r--platform/platform-resources-en/src/messages/InspectionsBundle.properties2
-rw-r--r--platform/platform-resources-en/src/messages/OptionsBundle.properties16
-rw-r--r--platform/platform-resources-en/src/messages/UIBundle.properties2
-rw-r--r--platform/platform-resources-en/src/messages/XDebuggerBundle.properties3
6 files changed, 27 insertions, 5 deletions
diff --git a/platform/platform-resources-en/src/messages/ActionsBundle.properties b/platform/platform-resources-en/src/messages/ActionsBundle.properties
index 50500e895c48..05f2cd2f8f70 100644
--- a/platform/platform-resources-en/src/messages/ActionsBundle.properties
+++ b/platform/platform-resources-en/src/messages/ActionsBundle.properties
@@ -251,8 +251,6 @@ action.NewModule.text=New _Module...
action.NewModule.description=Create new module from scratch and add it to the project
action.ImportProject.description=Create project structure for directory with existing sources or convert existing project model
action.ImportModule.description=Import module from directory with existing sources or from existing project model
-action.OpenProject.text=Open Project...
-action.OpenProject.description=Open an existing project
action.OpenFile.text=_Open...
action.OpenFile.description=Open a project or a file in editor
group.reopen.win.text=_Reopen Project
diff --git a/platform/platform-resources-en/src/messages/IdeBundle.properties b/platform/platform-resources-en/src/messages/IdeBundle.properties
index 05e73117e044..3b3773a07e06 100644
--- a/platform/platform-resources-en/src/messages/IdeBundle.properties
+++ b/platform/platform-resources-en/src/messages/IdeBundle.properties
@@ -243,6 +243,7 @@ button.no=_No
error.project.file.does.not.exist=Cannot load {0}. The file does not exist.
error.file.does.not.exist=File {0} does not exist.
title.open.project=Open Project
+title.open.file.or.project=Open File or Project
button.cancel=&Cancel
error.cannot.load.project=Cannot load project: {0}
title.cannot.load.project=Cannot Load Project
@@ -255,7 +256,7 @@ conversion.dialog.text.2=<b> </b><a href=\"details\">Details...</a><br/><br/>Old
message.text.unlock.read.only.files=<html><body>The following files are read only. {0} will unlock them.<br>{1}</body></html>
error.message.cannot.make.files.writable=Cannot make the following files writable:\n{0}
error.cannot.convert.project=Cannot convert project: {0}
-message.files.doesn.t.exists.0.so.the.corresponding.modules.won.t.be.converted.do.you.want.to.continue=<html><body>The following files don''t exists: <br>\
+message.text.files.do.not.exist=<html><body>The following files don''t exists: <br>\
{0}The corresponding modules won''t be converted. Do you want to continue?</body></html>
select.in.project.settings=Project Structure
@@ -413,8 +414,10 @@ title.popup.new.element=New
title.popup.new.element.same.place=New in Current Directory
command.go.to.next.split=Go to next split
message.occurrence.N.of.M=Occurrence {0} of {1}
+error.dir.contains.no.project=''{0}'' does not contain a project
error.files.of.this.type.cannot.be.opened=Files of this type cannot be opened in {0}
title.cannot.open.file=Cannot Open File
+title.cannot.open.project=Cannot Open Project
filter.all.file.types=All file types
filter.project.files=Project files ({0}) or project directories (.idea)
action.unpin.tab=Unp_in Tab
@@ -556,6 +559,8 @@ action.show.modules=Show Modules
action.description.show.modules=Show/Hide Modules
action.show.libraries.contents=Show Libraries Contents
action.show.hide.library.contents=Show/Hide Library Contents
+action.show.excluded.files=Show Excluded Files
+action.show.hide.excluded.files=Show/Hide Excluded Files
action.sort.by.type=Sort by Type
action.show.structure=Show Structure
action.description.show.structure=Show structure view
diff --git a/platform/platform-resources-en/src/messages/InspectionsBundle.properties b/platform/platform-resources-en/src/messages/InspectionsBundle.properties
index a339716f031e..98e0045a31f3 100644
--- a/platform/platform-resources-en/src/messages/InspectionsBundle.properties
+++ b/platform/platform-resources-en/src/messages/InspectionsBundle.properties
@@ -167,7 +167,7 @@ inspection.parameter.can.be.local.display.name=Parameter can be local
inspection.parameter.can.be.local.problem.descriptor=Parameter can be converted to a local variable
inspection.convert.to.local.quickfix=Convert to local
-inspection.unused.return.value.display.name=Unused method return value
+inspection.unused.return.value.display.name=Method can be void
inspection.unused.return.value.problem.descriptor=Return value of the method is never used
inspection.unused.return.value.make.void.quickfix=Make Method void
diff --git a/platform/platform-resources-en/src/messages/OptionsBundle.properties b/platform/platform-resources-en/src/messages/OptionsBundle.properties
index 2a78c19bdd82..2c06b31b53f7 100644
--- a/platform/platform-resources-en/src/messages/OptionsBundle.properties
+++ b/platform/platform-resources-en/src/messages/OptionsBundle.properties
@@ -199,14 +199,30 @@ options.xml.display.name=XML
settings.panel.title=Settings
node.configurable.build.tools.display.name=Build Tools
+node.configurable.build.tools.settings.description=<html><body>\
+ Default view for Build Tools
configurable.group.appearance.settings.display.name=Appearance and Behavior
+configurable.group.appearance.settings.description=<html><body>\
+ Default view for Appearance and Behavior
configurable.group.editor.settings.display.name=Editor
+configurable.group.editor.settings.description=<html><body>\
+ Default view for Editor
configurable.group.project.settings.display.name=Current Project
+configurable.group.project.settings.description=<html><body>\
+ Default view for Current Project
configurable.group.build.settings.display.name=Build, Execution, Deployment
+configurable.group.build.settings.description=<html><body>\
+ Default view for Build, Execution, Deployment
configurable.group.language.settings.display.name=Languages and Frameworks
+configurable.group.language.settings.description=<html><body>\
+ Default view for Languages and Frameworks
configurable.group.tools.settings.display.name=Tools
+configurable.group.tools.settings.description=<html><body>\
+ Default view for Tools
configurable.group.null.settings.display.name=Other Settings
+configurable.group.null.settings.description=<html><body>\
+ Default view for Other Settings
configurable.default.project.tooltip=For default project
configurable.current.project.tooltip=For current project
diff --git a/platform/platform-resources-en/src/messages/UIBundle.properties b/platform/platform-resources-en/src/messages/UIBundle.properties
index 2a0a6ee4799d..5dd72ae735b7 100644
--- a/platform/platform-resources-en/src/messages/UIBundle.properties
+++ b/platform/platform-resources-en/src/messages/UIBundle.properties
@@ -42,6 +42,7 @@ tool.window.name.project=Project
tool.window.name.structure=Structure
tool.window.name.favorites=Favorites
tool.window.name.ant.build=Ant Build
+tool.window.name.preview=Preview
tool.window.name.debug=Debug
tool.window.name.run=Run
tool.window.name.find=Find
@@ -91,7 +92,6 @@ file.chooser.default.title=Select Path
file.chooser.save.dialog.default.title=Select File to Save
file.chooser.save.dialog.confirmation={0} already exists.\nDo you want to replace it?
file.chooser.save.dialog.confirmation.title=Confirm Save as
-file.chooser.select.object.title=Select {0}
delete.dialog.title=Delete
are.you.sure.you.want.to.delete.selected.folder.confirmation.message=Are you sure you want to delete selected folder?
are.you.sure.you.want.to.delete.selected.file.confirmation.message=Delete {0}?
diff --git a/platform/platform-resources-en/src/messages/XDebuggerBundle.properties b/platform/platform-resources-en/src/messages/XDebuggerBundle.properties
index 058e446bc896..a1300adfd1bc 100644
--- a/platform/platform-resources-en/src/messages/XDebuggerBundle.properties
+++ b/platform/platform-resources-en/src/messages/XDebuggerBundle.properties
@@ -123,3 +123,6 @@ setting.sort.alphabetically.label=Sort a&lphabetically
setting.hide.window.label=Hide debug &window on process termination
setting.focus.app.on.breakpoint.label=Focus application on breakpoint
+settings.show.window.label=Show &debug window on breakpoint
+
+showReferring.dialog.title=Referring Objects For {0}