Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
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.properties30
1 files changed, 30 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 b2aca2a7ea..78139e0f9f 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
@@ -25,6 +25,12 @@ WizardProjectsImportPage_CreateProjectsTask = Creating Projects
WizardProjectsImportPage_enableGit = Enable &Git Team operations on imported projects
WizardProjectsImportPage_filterText = type filter text to filter unselected projects
+SelectRemoteNamePage_NameInUseMessage=Remote name already in use
+SelectRemoteNamePage_NameMustNotBeEmptyMessage=The remote name must not be empty
+SelectRemoteNamePage_RemoteNameLabel=Remote name
+SelectRemoteNamePage_RemoteNameMessage=Please select a remote name
+SelectRemoteNamePage_RemoteNameTitle=Remote Name
+SelectRemoteNamePage_SelectRemoteNameMessage=Select a remote name
SharingWizard_windowTitle=Configure Git Repository
SharingWizard_failed=Failed to initialize Git team provider.
@@ -58,6 +64,22 @@ GitProjectPropertyPage_LabelWorkdir=Working directory:
GitProjectPropertyPage_ValueEmptyRepository=None (empty repository)
GitProjectPropertyPage_ValueUnbornBranch=None (unborn branch)
+RepositoryPropertySource_ConfigureKeysAction=Configure Keys...
+RepositoryPropertySource_EffectiveConfigurationAction=Effective Configuration
+RepositoryPropertySource_EffectiveConfigurationCategory=Effective configuration
+RepositoryPropertySource_ErrorHeader=Error
+RepositoryPropertySource_GlobalConfigurationCategory=Global configuration
+RepositoryPropertySource_RepositoryConfigurationCategory=Repository configuration
+RepositoryPropertySource_RestoreStandardAction=Restore standard keys
+RepositoryRemotePropertySource_ErrorHeader=Error
+RepositoryRemotePropertySource_FetchLabel=Remote Fetch
+RepositoryRemotePropertySource_PushLabel=Remote Push
+RepositoryRemotePropertySource_RemoteUrlLabel=Remote URL
+RepositorySearchDialog_BrowseButton=Browse...
+RepositorySearchDialog_DirectoryLabel=Directory
+RepositorySearchDialog_ErrorHeader=Error
+RepositorySearchDialog_SearchButton=Search
+RepositorySearchDialog_SearchRepositoriesHeader=Search Git Repositories
RepositorySelectionPage_BrowseLocalFile=Local file...
RepositorySelectionPage_sourceSelectionTitle=Source Git Repository
RepositorySelectionPage_sourceSelectionDescription=Enter the location of the source repository.
@@ -258,6 +280,14 @@ CommitDialog_StatusModifiedNotStaged=Mod., not staged
CommitDialog_StatusRemoved=Removed
CommitDialog_StatusRemovedNotStaged=Rem., not staged
CommitDialog_StatusUnknown=Unknown
+ConfigureKeysDialog_AddStandardButton=Add standard keys
+ConfigureKeysDialog_AlreadyThere_Message=Key {0} is alredy in the list
+ConfigureKeysDialog_DeleteButton=Delete
+ConfigureKeysDialog_DialogTitle=Select Git configuration keys to display in the Properties view
+ConfigureKeysDialog_NewButton=New...
+ConfigureKeysDialog_NewKeyLabel=New key
+ConfigureRemoteWizard_WizardTitle_Change=Change remote configuration {0}
+ConfigureRemoteWizard_WizardTitle_New=Create a new remote configuration
ConfirmationPage_cantConnectToAnyTitle=Can't Connect
ConfirmationPage_cantConnectToAny=Can't connect to any URI: {0}
ConfirmationPage_description=Confirm following expected push result.

Back to the top