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>
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...
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:
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