Merge pull request #491
authorAleksey Pivovarov <AMPivovarov@gmail.com>
Wed, 5 Jul 2017 16:08:48 +0000 (19:08 +0300)
committerAleksey Pivovarov <AMPivovarov@gmail.com>
Wed, 5 Jul 2017 16:10:40 +0000 (19:10 +0300)
(https://github.com/JetBrains/intellij-community/pull/491)

1  2 
plugins/git4idea/src/git4idea/i18n/GitBundle.properties
plugins/hg4idea/resources/org/zmlx/hg4idea/HgVcsMessages.properties
plugins/svn4idea/src/org/jetbrains/idea/svn/SvnBundle.properties

index 0739e89860ad1badeb4cd6d96da5fd336bf60f15,2c132323a59e2049e4f7c5dd334ba10661018bfc..04cdf4171ade79683b74315675e7403c8cdb1e9d
@@@ -56,7 -56,7 +56,7 @@@ common.do.not.show=&Do not show this di
  common.git.root.tooltip=Select Git VCS root
  common.git.root=Git &Root:
  common.no.active.branch=<no active branch>
 -common.refreshing=Refreshing files
 +common.refreshing=Refreshing Files
  computing.annotation=Computing annotation for {0}
  crlf.convert.convert=Convert Selected
  crlf.convert.label=<html>&The following text files have line separator that do not match the project line separator.<br/>Select files you wish to convert to project default line separators before commit.</html>
@@@ -142,7 -142,7 +142,7 @@@ index.file.error=Updating file in the i
  init.add.root.message=Do you want to add this directory as a VCS root?
  init.add.root.title=Git Init
  init.destination.directory.description=Select directory where the new Git repository will be created.
 -init.destination.directory.title=Select directory for git init
 +init.destination.directory.title=Create Git Repository
  init.warning.already.under.git=<html>The selected directory <tt>{0}</tt> is already under Git.<br/>Are you sure that you want to create a new VCS root?</html>
  init.warning.title=Git Init
  initializing.title=Initializing repository...
@@@ -374,7 -374,7 +374,7 @@@ tag.error.creating.message.file.message
  tag.error.creating.message.file.title=Error creating message file
  tag.error.invalid.commit=The commit or object name is invalid.
  tag.error.tag.exists=The tag with the same name exists.
 -tag.force.tooltip=Force creation of the text even if tag with such name already exists.
 +tag.force.tooltip=Force creation of the tag even if another tag with such name already exists.
  tag.force=&Force
  tag.getting.existing.tags=Getting existing tags...
  tag.message.label=&Message:
@@@ -450,23 -450,23 +450,23 @@@ util.remote.renderer.none=<html><i>None
  util.remote.renderer.normal=<html><b>{0}</b>(<i>{1}</i>)</html>
  util.remote.renderer.self=<html><i>Current repository</i></html>
  vcs.unable.to.run.git=Unable to run git: {0} ({1})
 -vfs.listener.add.single.prompt=Do you want to add the following file to Git?\n{0}\n\nIf you say No, you can still add it later manually.
 +vfs.listener.add.single.prompt=Do you want to add the following file to Git?\n{0}\n\nIf you choose No, you can still add it later manually.
  vfs.listener.add.single.title=Add File to Git
  vfs.listener.add.title=Add Files to Git
  vfs.listener.checking.ignored=Checking for ignored files
 -vfs.listener.delete.single.prompt=Do you want to delete the following file from Git?\n{0}\n\nIf you say No, you can still delete it later manually.
 +vfs.listener.delete.single.prompt=Do you want to delete the following file from Git?\n{0}\n\nIf you choose No, you can still delete it later manually.
  vfs.listener.delete.single.title=Delete File from Git
  vfs.listener.delete.title=Delete Files from Git
  
  general.error = Git error
  executable.error.title = Git executable problem
- executable.error.description = Git couldn't be started. Probably the path to Git executable is not valid. <a href="">Fix it.</a>
+ executable.error.description = Git couldn't be started. The path to the Git executable is probably not valid. <a href="">Fix it.</a>
  
  git.commit.message.empty=Please specify commit message
  git.commit.message.empty.title=Commit Message Is Empty
  
  git.executable.notification.title=Can't start Git
- git.executable.notification.description=Probably the path to Git executable is not valid.
+ git.executable.notification.description=The path to Git executable is probably not valid.
  git.executable.dialog.title=Git executable
  git.executable.dialog.description=Specify the full path to Git executable
  git.executable.dialog.error=It doesn't appear to be a valid Git executable
@@@ -485,4 -485,4 +485,4 @@@ vcs.popup.git.github.section=GitHu
  vcs.history.action.gitlog=Select in Git Log
  vcs.history.action.gitlog.error=Git Log is not Ready
  
- exportable.Git.Application.Settings.presentable.name=Git
+ exportable.Git.Application.Settings.presentable.name=Git
index 16b2f9a7d4d33621e84cd6aac4b6db10cfe0b403,e40a5746050eb77aaa6b75339aeaa7f34d2cf3f4..45492b96de6f356eae9f1d5e25153ebc4a1de73c
@@@ -24,7 -24,7 +24,7 @@@ hg4idea.commit=Commi
  
  hg4idea.add.title=Add files to Mercurial
  hg4idea.add.single.title=Add file to Mercurial
 -hg4idea.add.body=Do you want to add the following file to Mercurial?\n{0}\n\nIf you say NO, you can still add it later manually.
 +hg4idea.add.body=Do you want to add the following file to Mercurial?\n{0}\n\nIf you choose NO, you can still add it later manually.
  hg4idea.add.progress=Adding files to Mercurial
  
  hg4idea.clone.title=Clone Mercurial Repository
@@@ -39,7 -39,7 +39,7 @@@ hg4idea.clone.error.repository.url.is.n
  hg4idea.clone.repository.url=Mercurial &Repository URL
  hg4idea.clone.parent.directory=&Parent Directory
  hg4idea.clone.parent.directory.title=Parent Directory
 -hg4idea.clone.parent.directory.description=Select a parent directory destination directory for clone
 +hg4idea.clone.parent.directory.description=Select a parent directory for the clone
  hg4idea.clone.directory.name=Directory &Name
  hg4idea.clone.test.progress=Testing repository {0}
  hg4idea.clone.test.success.message=<html>Connection to repository <tt>{0}</tt> has been successful.</html>
@@@ -65,7 -65,7 +65,7 @@@ hg4idea.commit.partial.merge.title=Part
  hg4idea.commit.error.messageEmpty=Please provide a commit message
  
  hg4idea.executable.notification.title=Can't start Mercurial
- hg4idea.executable.notification.description=Probably the path to hg executable is not valid.
+ hg4idea.executable.notification.description=The path to the hg executable is probably not valid.
  
  hg4idea.init.dialog.title=Create Mercurial repository
  hg4idea.init.dialog.incorrect.path=The specified path is incorrect
@@@ -91,7 -91,7 +91,7 @@@ hg4idea.push.branch=&Branch\
  hg4idea.push.force=&Force push
  
  hg4idea.remove.single.title=Remove file from Mercurial
 -hg4idea.remove.single.body=Do you want to remove the following file from Mercurial?\n{0}\n\nIf you say NO, you can still remove it later manually.
 +hg4idea.remove.single.body=Do you want to remove the following file from Mercurial?\n{0}\n\nIf you choose NO, you can still remove it later manually.
  hg4idea.remove.multiple.title=Remove files from Mercurial
  hg4idea.remove.progress=Removing files from the VCS...
  
index 16f2a17ca55fd1f5af65c72cb9ab6dbf32050922,d8eb50cba88fbb80ac20fd8434afd0665fbe8c11..0df6f9253a5e4338117c1d6a7f04a4bf56e42abb
@@@ -1,7 -1,7 +1,7 @@@
  subversion.name=Subversion
  
  subversion.executable.notification.title=Can't use Subversion command line client
- subversion.executable.notification.description=Probably the path to Subversion executable is wrong.
+ subversion.executable.notification.description=The path to the Subversion executable is probably wrong.
  subversion.executable.too.old=Subversion command line client version is too old ({0}).
  
  subversion.roots.detection.errors.found.description=Errors found while detecting svn working copies. <a href="FIX">Fix it</a>.
@@@ -156,6 -156,7 +156,6 @@@ status.group.name.switched=Switche
  status.group.name.locked=Locked
  
  #Configuration
 -checkbox.configure.use.system.default.configuration.directory=&Use system default Subversion configuration directory
  label.configuration.configuration.directory=Subversion configuration &directory:
  dialog.title.select.configuration.directory=Select Configuration Directory
  action.title.select.configuration.directory=Change Configuration Directory
@@@ -265,8 -266,8 +265,8 @@@ confirmation.title.add.multiple.files=S
  action.name.add.files=Adding files to {0}
  
  #Ignore
 -action.name.ignore.files=Adding ignore file(s) mask to {0}
 -action.name.undo.ignore.files=Removing file names(or mask) from ignore list from {0}
 +action.name.ignore.files=Adding ignore file(s) mask
 +action.name.undo.ignore.files=Removing file names(or mask) from ignore list
  
  # Delete
  confirmation.text.delete.file=Do you want to schedule the following file for deletion from Subversion?\n{0}
@@@ -484,7 -485,7 +484,7 @@@ repository.browser.add.location.title=N
  repository.browser.details.action=Show/Hide Details
  repository.browser.refresh.action=Refresh selected tree node
  repository.browser.add.location.menu.item=_Repository Location...
 -repository.browser.edit.location.menu.item= Edit Location _Url...
 +repository.browser.edit.location.menu.item= Edit Location _URL...
  repository.browser.discard.location.action=Discard _Location
  repository.browser.discard.location.prompt=Would you like to discard the location ''{0}''?
  repository.browser.discard.location.title=Discard Location
@@@ -634,7 -635,7 +634,7 @@@ undo.integrate.to.branch=Undo Integrat
  undo.integrate.to.branch.description=Removes changes done in revision from branch
  undo.integrate.to.branch.dialog.title=Undo Integrate To Branch
  merge.source.details.title=Merge source details for {0} [{1}]
 -repository.browser.edit.location.dialog.title= Edit Location Url
 +repository.browser.edit.location.dialog.title= Edit Location URL
  loading.default.branches.configuration.text=Loading default branches configuration...
  loading.data.for.root.text=Loading data for {0}
  action.Subversion.TogglePropertiesDiff.text=Show properties
@@@ -683,4 -684,4 +683,4 @@@ dialog.create.branch.or.tag.from.workin
  <br/><br/>Each file that have revision different than root will be copied separately.\
  <br/>It's recommended to update working copy before branch creation therefore.</html>
  
- exportable.SvnDiffSettings.presentable.name=Svn Diff
+ exportable.SvnDiffSettings.presentable.name=Svn Diff