EGit 0.8.3
[egit.git] / org.eclipse.egit.ui / plugin.properties
blob476fbdd7c01779c386b2a803ef3c518787e9e791
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
7 ###############################################################################
9 plugin_name=Git Team Provider UI (Incubation)
10 provider_name=Eclipse EGit
12 Git=Git
14 Git_clone_category=Git
15 Git_clone_wizard=Projects from Git
16 Git_clone_description=Import one or more projects from a Git Repository.
18 SharingWizard_name=Git
19 GitRemoteQuickDiffProvider_label=A Git Revision
21 DisconnectAction_label=&Disconnect
22 DisconnectAction_tooltip=Disconnect the Git team provider.
24 AssumeUnchangedAction_label=A&ssume unchanged
25 AssumeUnchangedAction_tooltip=Assume selected folders and files are unchanged
27 TrackAction_label=&Track
28 TrackAction_tooltip=Track selected files or folders with Git.
30 UntrackAction_label=&Untrack
31 UntrackAction_tooltip=Stop tracking selected files and folders with Git.
33 DiscardChangesAction_label=&File in Git Index
34 DiscardChangesAction_tooltip=Replace selected files with Git Index.
36 UpdateAction_label=Refresh
37 UpdateAction_tooltip=Update Git's index with current version
39 Decorator_name=Git
40 Decorator_description=Shows Git specific information on resources in projects under version control.
42 CompareWithRevisionAction_label=Histor&y...
43 CompareWithRevisionAction_tooltip=Compare with the resource history 
45 CompareWithIndexAction_label=Git &Index
46 CompareWithIndexAction_tooltip=Compare with Git's index version
48 CompareWithHeadAction_label=&HEAD Revision
49 CompareWithHeadAction_tooltip=Compare with Git's HEAD version
51 IgnoreAction_label=&Ignore
52 IgnoreAction_tooltip=Ignore the selected resources
54 AddToIndexAction_label=&Add
55 AddToIndexAction_tooltip=Add files to the Git Index
57 ShowResourceInHistoryAction_label=Show in Resource History
58 ShowResourceInHistoryAction_tooltip=Show selected files in the resource history view.
60 CommitAction_label=&Commit...
61 CommitAction_tooltip=Commit changes to your current branch
63 ResetAction_label=&Reset...
64 ResetAction_tooltip=Reset the current branch to the same or another commit
66 BranchAction_label=&Branch...
67 BranchAction_tooltip=Switch to another branch
69 MergeAction_label=&Merge...
70 MergeAction_tooltip=Fast-forward Merge with another branch
72 TagAction_label=&Tag...
73 TagAction_tooltip=Create or edit tag
75 FetchAction_label=&Fetch...
76 FetchAction_tooltip=Fetch from another repository
78 PushAction_label=&Push...
79 PushAction_tooltip=Push to another repository
81 GitKeyword_label = git
82 GitActions_label=Git
83 GitActions_description = Common things to do with Git
85 GitMenu_label=&Git
88 Theme_label=Git
89 Theme_CommitGraphNormalFont_label=Commit graph normal font
90 Theme_CommitGraphNormalFont_description=This font is used to draw the revision history.
91 Theme_CommitGraphHighlightFont_label=Commit graph highlight font
92 Theme_CommitGraphHighlightFont_description=This font is used to highlight matching commits in the revision history.
93 Theme_CommitMessageFont_label=Commit message font
94 Theme_CommitMessageFont_description=This font is used to show a commit message.
95 Theme_UncommittedChangeForegroundColor_label=Uncommitted Change (Foreground)
96 Theme_UncommittedChangeForegroundColor_description=This color is used for the foreground color for resources that have outgoing changes.
97 Theme_UncommittedChangeBackgroundColor_label=Uncommitted Change (Background)
98 Theme_UncommittedChangeBackgroundColor_description=This color is used for the background color for resources that have outgoing changes.
99 Theme_UncommittedChangeFont_label=Uncommitted Change Font
100 Theme_UncommittedChangeFont_description=The font used to display outgoing changes.
102 GitPreferences_name=Git
103 GitPreferences_HistoryPreferencePage_name=History
104 GitPreferences_WindowCachePreferencePage_name=Window Cache
105 GitPreferences_DecoratorPreferencePage_name=Label Decorations
107 ShareProjectCommand_name=Share with Git
108 ShareProjectCommand_desc=Share the project using Git
110 Soft_Reset_label = &Soft
111 Soft_Reset_tooltip = Resets HEAD but not working directory nor index
113 Mixed_Reset_label = &Mixed
114 Mixed_Reset_tooltip = Resets HEAD and index, but not working directory
116 Hard_Reset_label = &Hard
117 Hard_Reset_tooltip = Resets HEAD and index, and working directory (changes in tracked files will be lost)
119 ResetMenuName = &Reset
121 Set_As_Quickdiff_Baseline_label = &Set as Baseline
122 Reset_Quickdiff_Baseline_To_HEAD_label = Reset Baseline to &HEAD
123 Reset_Quickdiff_Baseline_To_First_Parent_label = Reset Baseline to first &Parent of HEAD
124 QuickDiffMenuName = &Quick Diff
126 ShareProjectCommandParameter_name = Project
127 GitRepositoriesView_name = Git Repositories
128 GitCategory_name = Git
129 GitRepositoryPerspective_name = Git Repository Exploring
131 ApplyPatchAction_label=Appl&y Patch...