Fix error handling in actions.
[egit.git] / org.eclipse.egit.ui / plugin.properties
blob0b1c9152b7bfd3339ef50d4d12b222dd6db7f8a5
1 ###############################################################################
2 # Copyright (c) 2005, 2009 Shawn Pearce and others.
3 # All rights reserved. This program and the accompanying materials
4 # are made available under the terms of the Eclipse Public License v1.0
5 # which accompanies this distribution, and is available at
6 # http://www.eclipse.org/legal/epl-v10.html
8 ###############################################################################
10 plugin_name=Git Team Provider (UI) (Incubation)
11 provider_name=Eclipse.org
13 Git=Git
15 Git_clone_category=Git
16 Git_clone_wizard=Git Repository
17 Git_clone_description=Clone an existing Git repository.
19 SharingWizard_name=Git
20 GitRemoteQuickDiffProvider_label=A Git Revision
22 DisconnectAction_label=Disconnect
23 DisconnectAction_tooltip=Disconnect the Git team provider.
25 AssumeUnchangedAction_label=Assume unchanged
26 AssumeUnchangedAction_tooltip=Assume selected folders/files are unchanged
28 TrackAction_label=&Add to Version Control
29 TrackAction_tooltip=Track selected files/folders with Git.
31 UntrackAction_label=&Remove from Version Control
32 UntrackAction_tooltip=Stop tracking selected files/folders with Git.
34 DiscardChangesAction_label=&File in Git Index
35 DiscardChangesAction_tooltip=Replace selected files with Git Index.
37 UpdateAction_label=Update Index (Refresh)
38 UpdateAction_tooltip=Update Git's index with current version
40 Decorator_name=Git
41 Decorator_description=Shows Git specific information on resources in projects under version control.
43 CompareWithRevisionAction_label=History...
44 CompareWithRevisionAction_tooltip=Compare with the resource history 
46 CompareWithIndexAction_label=Git Index
47 CompareWithIndexAction_tooltip=Compare with Git's index version
49 IgnoreAction_label=Add to .git&ignore
50 IgnoreAction_tooltip=Ignore the selected resources
52 AddToIndexAction_label=Add to Index
53 AddToIndexAction_tooltip=Add files to the Git Index
55 ShowResourceInHistoryAction_label=Show in Resource History
56 ShowResourceInHistoryAction_tooltip=Show selected files in the resource history view.
58 CommitAction_label=&Commit...
59 CommitAction_tooltip=Commit changes to your current branch
61 ResetAction_label=&Reset To...
62 ResetAction_tooltip=Reset the current branch to the same or another commit
64 BranchAction_label=&Branch...
65 BranchAction_tooltip=Switch to another branch
67 FetchAction_label=&Fetch From...
68 FetchAction_tooltip=Fetch from another repository
70 PushAction_label=&Push To...
71 PushAction_tooltip=Push to another repository
73 GitKeyword_label = git
74 GitActions_label=Git
75 GitActions_description = Common things to do with Git
77 GitMenu_label=&Git
80 Theme_label=Git
81 Theme_CommitGraphNormalFont_label=Commit graph normal font
82 Theme_CommitGraphNormalFont_description=This font is used to draw the revision history.
83 Theme_CommitGraphHighlightFont_label=Commit graph highlight font
84 Theme_CommitGraphHighlightFont_description=This font is used to highlight matching commits in the revision history.
85 Theme_CommitMessageFont_label=Commit message font
86 Theme_CommitMessageFont_description=This font is used to show a commit message.
87 Theme_UncommittedChangeForegroundColor_label=Uncommitted Change (Foreground)
88 Theme_UncommittedChangeForegroundColor_description=This color is used for the foreground color for resources that have outgoing changes.
89 Theme_UncommittedChangeBackgroundColor_label=Uncommitted Change (Background)
90 Theme_UncommittedChangeBackgroundColor_description=This color is used for the background color for resources that have outgoing changes.
91 Theme_UncommittedChangeFont_label=Uncommitted Change Font
92 Theme_UncommittedChangeFont_description=The font used to display outgoing changes.
94 GitPreferences_name=Git
95 GitPreferences_HistoryPreferencePage_name=History
96 GitPreferences_WindowCachePreferencePage_name=Window Cache
97 GitPreferences_DecoratorPreferencePage_name=Label Decorations
99 ShareProjectCommand_name=Share with Git
100 ShareProjectCommand_desc=Share the project using Git
102 Soft_Reset_label = Soft Reset
103 Soft_Reset_tooltip = Resets HEAD but not working directory nor index
105 Mixed_Reset_label = Mixed Reset
106 Mixed_Reset_tooltip = Resets HEAD and index, but not working directory
108 Hard_Reset_label = Hard Reset
109 Hard_Reset_tooltip = Resets HEAD and index, and working directory (changes in tracked files will be lost)
111 Set_As_Quickdiff_Baseline_label = Set as quickdiff baseline
112 Reset_Quickdiff_Baseline_To_HEAD_label = Reset quickdiff baseline to HEAD
113 Reset_Quickdiff_Baseline_To_First_Parent_label = Reset quickdiff baseline to first parent of HEAD
115 ShareProjectCommandParameter_name = Project
116 GitRepositoriesView_name = Git Repositories
117 GitCategory_name = Git
118 GitRepositoryPerspective_name = Git Repository Exploring