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