Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMathias Kinzler2010-08-24 15:17:03 +0000
committerChris Aniszczyk2010-08-24 15:29:15 +0000
commit3a26f7e5b4b91de152d9e2777bef2883ccf9bc6f (patch)
tree3eb931f59f63f735b52d82340a98d753518dbb5c /org.eclipse.egit.ui/src/org/eclipse/egit/ui/uitext.properties
parentf4fc8072f5830e4a530bd7297542c572b54a5b7b (diff)
downloadegit-3a26f7e5b4b91de152d9e2777bef2883ccf9bc6f.tar.gz
egit-3a26f7e5b4b91de152d9e2777bef2883ccf9bc6f.tar.xz
egit-3a26f7e5b4b91de152d9e2777bef2883ccf9bc6f.zip
Support Repository Creation
Repository creation is supported either by calling a "New Wizard" (CTRL-N), then Git -> Git Repository or by using a new action in the Git Repositories View. The dialog asks for a directory in the local file system and whether the repository is to be bare. The repository is added to the Git Repositories View automatically. In the course of this, the toolbar and view menu of the Repositories View was also cleaned up. Bug: 315015 Change-Id: I65037930e918b3252a27cb27f4ca1c47d9c9cf10 Signed-off-by: Mathias Kinzler <mathias.kinzler@sap.com> Signed-off-by: Chris Aniszczyk <caniszczyk@gmail.com>
Diffstat (limited to 'org.eclipse.egit.ui/src/org/eclipse/egit/ui/uitext.properties')
-rw-r--r--org.eclipse.egit.ui/src/org/eclipse/egit/ui/uitext.properties10
1 files changed, 10 insertions, 0 deletions
diff --git a/org.eclipse.egit.ui/src/org/eclipse/egit/ui/uitext.properties b/org.eclipse.egit.ui/src/org/eclipse/egit/ui/uitext.properties
index f64be7d0bc..365a55e2fc 100644
--- a/org.eclipse.egit.ui/src/org/eclipse/egit/ui/uitext.properties
+++ b/org.eclipse.egit.ui/src/org/eclipse/egit/ui/uitext.properties
@@ -483,6 +483,15 @@ CreateBranchPage_SourceCommitTooltip=The branch will be created from this commit
CreateBranchPage_Title=Create a new branch
CreateBranchWizard_CreationFailed=Branch could not be created
CreateBranchWizard_NewBranchTitle=New Branch
+CreateRepositoryPage_BareCheckbox=&Create as Bare Repository
+CreateRepositoryPage_BrowseButton=&Browse...
+CreateRepositoryPage_DirectoryLabel=&Directory:
+CreateRepositoryPage_NotADirectoryMessage=Path {0} is not a directory
+CreateRepositoryPage_NotEmptyMessage=Directory {0} is not empty
+CreateRepositoryPage_PageMessage=Please determine the directory for the new Repository and whether it should be bare
+CreateRepositoryPage_PageTitle=Create a new Git Repository
+CreateRepositoryPage_PleaseSelectDirectoryMessage=Please select a directory
+CreateRepositoryPage_PleaseUseAbsoluePathMessage=Please use an absolute path
PushResultTable_columnStatusRepo=Status: Repo #{0}
PushResultTable_columnDst=Destination Ref
PushResultTable_columnSrc=Source Ref
@@ -825,6 +834,7 @@ GitBranchSynchronizeWizardPage_selectAll=Select All
GitBranchSynchronizeWizardPage_deselectAll=Deselect All
LocalFileRevision_CurrentVersion=*({0})
LocalFileRevision_currentVersionTag=<current version>
+NewRepositoryWizard_WizardTitle=Create a Git Repository
RemoteSelectionCombo_remoteName=Remote Repository:
RemoteSelectionCombo_remoteRef=Ref:

Back to the top