Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMathias Kinzler2010-06-21 21:37:29 +0000
committerMatthias Sohn2010-06-21 21:37:29 +0000
commit9718f053df30bd6ba3887677da44248f3652621a (patch)
tree9187ba0ff03e4a661d332800f7345c901ac22be8 /org.eclipse.egit.ui/src/org/eclipse/egit/ui/uitext.properties
parentbd828cc87984093ea184946e414bfb66e3d0bebd (diff)
downloadegit-9718f053df30bd6ba3887677da44248f3652621a.tar.gz
egit-9718f053df30bd6ba3887677da44248f3652621a.tar.xz
egit-9718f053df30bd6ba3887677da44248f3652621a.zip
Make Global properties available as Preference page
This adds a preference page enabling display/simple editing of the global properties. Bug: 315563 Change-Id: Ib101d4d28a778d83f389b0880af2465bbc9dd582 Signed-off-by: Mathias Kinzler <mathias.kinzler@sap.com> Signed-off-by: Matthias Sohn <matthias.sohn@sap.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.properties29
1 files changed, 29 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 7d8b521564..e84465f608 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
@@ -13,6 +13,15 @@ Activator_repoScanJobName=Repository Change Scanner
Activator_scanError=An error occurred while scanning for changes. Scanning aborted
Activator_scanningRepositories=Scanning Git repositories for changes
Activator_refreshFailed=Failed to refresh projects from index changes
+AddConfigEntryDialog_AddConfigTitle=Add a configuration entry
+AddConfigEntryDialog_ConfigKeyTooltip=Use "." to separate section/subsection/name, e.g. "core.bare", "remote.origin.url"
+AddConfigEntryDialog_DialogMessage=Please enter a key, e.g. "user.name" and a value
+AddConfigEntryDialog_EnterValueMessage=Please enter a value
+AddConfigEntryDialog_EntryExistsMessage=The entry {0} already exists
+AddConfigEntryDialog_KeyComponentsMessage=The key must have two or three components separated by "."
+AddConfigEntryDialog_KeyLabel=&Key
+AddConfigEntryDialog_MustEnterKeyMessage=Please enter a key
+AddConfigEntryDialog_ValueLabel=&Value
AddToIndexAction_indexesWithUnmergedEntries=The indexes of the following files contain unmerged entries:
AddToIndexAction_addingFiles=Adding files to Git Index
AddToIndexAction_addingFilesFailed=Adding Files to the Git Index failed
@@ -681,6 +690,26 @@ GitShareProjectsPage_PageTitle=Share projects with Git
GitShareProjectsPage_ProjectAlreadySharedMessage=Project {0} already shared
GitShareProjectsPage_ProjectNameLabel=Project name
GitShareProjectsPage_RepositoryLabel=Git Repository
+GlobalConfigurationPreferencePage_AddButton=&Add
+GlobalConfigurationPreferencePage_ChangeButton=&Change
+GlobalConfigurationPreferencePage_ConfigLocationLabel=Location
+GlobalConfigurationPreferencePage_EmptyStringNotAllowed=Empty String is not allowed
+GlobalConfigurationPreferencePage_KeyColumnHeader=Key
+GlobalConfigurationPreferencePage_NewValueButton=&New entry...
+GlobalConfigurationPreferencePage_NoEntrySelectedMessage=No configuration entry selected
+GlobalConfigurationPreferencePage_NoSectionSubsectionMessage=Neither a section nor subsection
+GlobalConfigurationPreferencePage_OpenEditorButton=&Open
+GlobalConfigurationPreferencePage_OpenEditorTooltip=Open a text editor for this configuration
+GlobalConfigurationPreferencePage_RemoveAllButton=&Remove All...
+GlobalConfigurationPreferencePage_RemoveAllTooltip=Removes all entries in the selected section or subsection
+GlobalConfigurationPreferencePage_RemoveButton=&Delete
+GlobalConfigurationPreferencePage_RemoveSectionMessage=All entries in section {0} will be removed, continue?
+GlobalConfigurationPreferencePage_RemoveSectionTitle=Remove Section
+GlobalConfigurationPreferencePage_RemoveSubsectionMessage=All entries in subsection {0} will be removed, continue?
+GlobalConfigurationPreferencePage_RemoveSubsectionTitle=Remove Subsection
+GlobalConfigurationPreferencePage_ValueColumnHeader=Value
+GlobalConfigurationPreferencePage_ValueLabel=&Value
+GlobalConfigurationPreferencePage_WrongNumberOfTokensMessage=Wrong number of tokens
MixedResetToRevisionAction_mixedReset=Mixed Reset
UIIcons_errorDeterminingIconBase=Can't determine icon base.

Back to the top