From 1edc47ec6ae1abc828077ca59fba3b91963d589b Mon Sep 17 00:00:00 2001 From: Mykola Nikishov Date: Thu, 15 Oct 2009 16:15:26 +0300 Subject: [PATCH] Externalize remaining text strings from plugin.xml Bug: 292531 Change-Id: I62e069c42a2af17be3f97a82b5cf7d79b45ee2e6 Signed-off-by: Mykola Nikishov Signed-off-by: Shawn O. Pearce --- org.eclipse.egit.ui/plugin.properties | 16 ++++++++++++++++ org.eclipse.egit.ui/plugin.xml | 22 +++++++++++----------- 2 files changed, 27 insertions(+), 11 deletions(-) diff --git a/org.eclipse.egit.ui/plugin.properties b/org.eclipse.egit.ui/plugin.properties index 2fdbb240..d05a3b31 100644 --- a/org.eclipse.egit.ui/plugin.properties +++ b/org.eclipse.egit.ui/plugin.properties @@ -61,7 +61,10 @@ FetchAction_tooltip=Fetch from another repository PushAction_label=&Push To... PushAction_tooltip=Push to another repository +GitKeyword_label = git GitActions_label=Git +GitActions_description = Common things to do with Git + GitMenu_label=&Git @@ -80,3 +83,16 @@ GitPreferences_DecoratorPreferencePage_name=Label Decorations ShareProjectCommand_name=Share with Git ShareProjectCommand_desc=Share the project using Git + +Soft_Reset_label = Soft Reset +Soft_Reset_tooltip = Resets HEAD but not working directory nor index + +Mixed_Reset_label = Mixed Reset +Mixed_Reset_tooltip = Resets HEAD and index, but not working directory + +Hard_Reset_label = Hard Reset +Hard_Reset_tooltip = Resets HEAD and index, and working directory (changes in tracked files will be lost) + +Set_As_Quickdiff_Baseline_label = Set as quickdiff baseline +Reset_Quickdiff_Baseline_To_HEAD_label = Reset quickdiff baseline to HEAD +Reset_Quickdiff_Baseline_To_First_Parent_label = Reset quickdiff baseline to first parent of HEAD diff --git a/org.eclipse.egit.ui/plugin.xml b/org.eclipse.egit.ui/plugin.xml index f3099cdb..d2936a54 100644 --- a/org.eclipse.egit.ui/plugin.xml +++ b/org.eclipse.egit.ui/plugin.xml @@ -122,46 +122,46 @@ + tooltip="%Soft_Reset_tooltip"> + tooltip="%Mixed_Reset_tooltip"> + tooltip="%Hard_Reset_tooltip"> @@ -236,7 +236,7 @@ + label="%GitKeyword_label"> @@ -303,7 +303,7 @@