Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.egit.gitflow.ui/src/org/eclipse/egit/gitflow/ui/internal/uitext.properties')
-rw-r--r--org.eclipse.egit.gitflow.ui/src/org/eclipse/egit/gitflow/ui/internal/uitext.properties41
1 files changed, 41 insertions, 0 deletions
diff --git a/org.eclipse.egit.gitflow.ui/src/org/eclipse/egit/gitflow/ui/internal/uitext.properties b/org.eclipse.egit.gitflow.ui/src/org/eclipse/egit/gitflow/ui/internal/uitext.properties
new file mode 100644
index 0000000000..340dc57bd6
--- /dev/null
+++ b/org.eclipse.egit.gitflow.ui/src/org/eclipse/egit/gitflow/ui/internal/uitext.properties
@@ -0,0 +1,41 @@
+###############################################################################
+# Copyright (C) 2015, Max Hohenegger <eclipse@hohenegger.eu>
+#
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Eclipse Public License v1.0
+# which accompanies this distribution, and is available at
+# http://www.eclipse.org/legal/epl-v10.html
+###############################################################################
+FeatureFinishHandler_finishingFeature=Finishing feature...
+FeatureRebaseHandler_conflicts=Conflicts
+FeatureRebaseHandler_rebaseFailed=Rebase failed.
+FeatureRebaseHandler_rebasingFeature=Rebasing feature...
+FeatureRebaseHandler_resolveConflictsManually=There are conflicts that need to be resolve manually. Add your changes and continue rebase when you are finished.
+FeatureStartHandler_pleaseProvideANameForTheNewFeature=Please provide a name for the new feature.
+FeatureStartHandler_provideFeatureName=Provide feature name
+FeatureStartHandler_startingNewFeature=Starting new Feature...
+FeatureTrackHandler_fetchingRemoteFeatures=Fetching remote features...
+FeatureTrackHandler_noRemoteFeatures=No remote features
+FeatureTrackHandler_noRemoteFeaturesFoundOnTheConfiguredRemote=No features were found on the configured remote.
+FeatureTrackHandler_remoteFeatures=Remote features:
+FeatureTrackHandler_selectFeature=Select Feature
+FeatureTrackHandler_trackingFeature=Tracking feature...
+HotfixFinishHandler_finishingHotfix=Finishing hotfix...
+HotfixStartHandler_pleaseProvideANameForTheNewHotfix=Please provide a name for the new hotfix.
+HotfixStartHandler_provideHotfixName=Provide hotfix name
+HotfixStartHandler_startingNewHotfix=Starting new Hotfix...
+InitHandler_initializing=Initializing...
+ReleaseFinishHandler_finishingRelease=Finishing release...
+ReleaseStartHandler_provideANameForTheNewRelease=Please provide a name for the new release.
+ReleaseStartHandler_provideReleaseName=Provide release name
+ReleaseStartHandler_startingNewRelease=Starting new Release...
+FeatureCheckoutHandler_checkingOutFeature=Checking out feature...
+FeatureCheckoutHandler_localFeatures=Local features:
+FeatureCheckoutHandler_selectFeature=Select Feature
+FeaturePublishHandler_publishingFeature=Publishing feature...
+ReleasePublishHandler_publishingRelease=Publishing release...
+HotfixPublishHandler_publishingHotfix=Publishing hotfix...
+NameValidator_invalidName='%s' is not a valid name. None of the following characters is allowed: '%s'
+NameValidator_nameAlreadyExists=Name '%s' already exists
+FeatureCheckoutHandler_cleanupDialog_title=Cannot Rebase Repository ''{0}''
+FeatureCheckoutHandler_cleanupDialog_text=You have uncommitted changes. Either commit the changes, stash the changes, or discard the changes by resetting the current branch.

Back to the top