Tighten IndexDiffTest to make it test better what it claims to test
[egit.git] / org.spearce.egit.ui / plugin.properties
blob7ae05ef2417825a0f0555c476ce51cb8d3bdf663
1 plugin_name=Git Team Provider (UI)
2 provider_name=spearce.org
4 SharingWizard_name=Git
5 PreferencePage_name=Git
6 GitRemoteQuickDiffProvider_label=Latest Git Revision
8 DisconnectAction_label=Disconnect
9 DisconnectAction_tooltip=Disconnect the Git team provider.
11 AssumeUnchangedAction_label=Assume unchanged
12 AssumeUnchangedAction_tooltip=Assume selected folders/files are unchanged
14 TrackAction_label=Track (Add)
15 TrackAction_tooltip=Track selected files/folders with Git.
17 UntrackAction_label=Untrack (Remove)
18 UntrackAction_tooltip=Stop tracking selected files/folders with Git.
20 UpdateAction_label=Update Index (Refresh)
21 UpdateAction_tooltip=Update Git's index with current version
23 Decorator_name=Git
24 Decorator_description=Shows Git specific information on resources in projects under version control.
26 CompareWithRevisionAction_label=Compare With Git Revision
27 CompareWithRevisionAction_tooltip=Compare With a Git Revision
29 ShowResourceInHistoryAction_label=Show in Resource History
30 ShowResourceInHistoryAction_tooltip=Show selected files in the resource history view.
32 CheckpointAction_label=Checkpoint Project
33 CheckpointAction_tooltip=Checkpoint working directory to Git
35 CommitAction_label=Commit
36 CommitAction_tooltip=Commit changes to your current branch
38 ResetAction_label=Reset To...
39 ResetAction_tooltip=Reset the current branch to the same or another commit
41 BranchAction_label=Branch...
42 BranchAction_tooltip=Switch to another branch