RepositoryConfig handles bare entries with no =
[egit/egit-new.git] / org.spearce.egit.ui / plugin.properties
bloba8590ed4f2e6e1d89990f013ca1ce3531e90fff2
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 TrackAction_label=Track (Add)
12 TrackAction_tooltip=Track selected files/folders with Git.
14 UntrackAction_label=Untrack (Remove)
15 UntrackAction_tooltip=Stop tracking selected files/folders with Git.
17 UpdateAction_label=Update Index (Refresh)
18 UpdateAction_tooltip=Update Git's index with current version
20 Decorator_name=Git
21 Decorator_description=Shows Git specific information on resources in projects under version control.
23 CompareWithRevisionAction_label=Compare With Git Revision
24 CompareWithRevisionAction_tooltip=Compare With a Git Revision
26 ShowResourceInHistoryAction_label=Show in Resource History
27 ShowResourceInHistoryAction_tooltip=Show selected files in the resource history view.
29 CheckpointAction_label=Checkpoint Project
30 CheckpointAction_tooltip=Checkpoint working directory to Git
32 CommitAction_label=Commit
33 CommitAction_tooltip=Commit changes to your current branch