~verterok/bzr-eclipse/pluginpath-fix

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
# General
plugin_name=Eclipse plugin for Bazaar UI
provider_name=Guillermo Gonzalez

# Perspectives
BazaarPerspective_name=Bazaar Repository Exploring

# Views
viewCategory_name=Bazaar
RepositoriesView_name=Bazaar Repositories
ResourceHistoryView_name=Bazaar Resource History
PatchView_name=Patch Info

# Editors
BazaarAnnotationEditor_name=Bazaar Annotation
PlainBazaarAnnotationEditor_name=Bazaar Annotation (Bazaar format)

# Wizards
SharingWizard_name=Bazaar
LocalRepoParticipant_name=Bazaar Synchronization
#LocalRepoParticipant_name=Local Bazaar Branch
SyncWizard_name=Synchronize Bazaar
SyncWizard_desc=Bazaar synchronize wizard 
#SyncWizard_desc=Synchronize resources with their previous contents in the repository
ImportWizard_Name=Import a branch as Project 
BranchNewWizard_Name=Branch as a new Project
CheckoutNewWizard_Name=Checkout as a new Project

# Popup menus
BazaarRepoGroup_label = Bazaar Repository
AdvancedGroup_label = Advanced

ActionAnnotate_label=A&nnotate...
ActionAnnotate_tooltip=Show the origin of each line in a file.
ActionAdd_label=&Add
ActionAdd_tooltip=Add the Selected Resources to the Bazaar repository
ActionCheck_label=Check...
ActionCheck_tooltip=Runs 'bzr check' over the local branch
ActionCommit_label=&Commit...
ActionCommit_tooltip=Commit all changes in the selected resources
#Commit changes into a new revision
ActionDiff_label=L&atest from branch
ActionDiff_tooltip=Show unsubmitted changes in the selected resource
ActionLog_label=&Log...
ActionLog_tooltip=Show log of a branch, file, or directory
ActionNick_label=Nick...
ActionNick_tooltip=Show or set the branch nickname.
ActionRemove_label=R&emove...
ActionRemove_tooltip=Make a file unversioned.
ActionResolve_label=Resolv&e...
ActionResolve_tooltip=Mark a conflict as resolved.
ActionRevert_label=&Revert
ActionRevert_tooltip=Revert files to a previous revision
ActionStatus_label=&Status
ActionStatus_tooltip=Display status summary (in the Console)
ActionUnCommit_label=UnC&ommit
ActionUnCommit_tooltip=Remove the last committed revision.
ActionDisconnect_label=Disconnect
ActionDisconnect_tooltip=Disconnect from Bazaar repository 
#CompareWithLatestAction_label=Latest recorded
#CompareWithLatestAction_tooltip=Compares this resource against the latest commited version
#ReplaceWithLatestAction_label=Latest commited
#ReplaceWithLatestAction_tooltip=Replaces this resource with the latest commited version
#ShowInRepositoryBrowser_label=Browse
#ShowInRepositoryBrowser_tooltip=Opens the repository browser with the repository to which this project belongs.
#SynchronizeAction_label=Synchronize with repository
#SynchronizeAction_tooltip=Synchronize the selected resources with the repository
PushToAction_label=Pu&sh to...
PushToAction_tooltip=Pushes all recorded changes to the remote branch
PullFromAction_label=Pu&ll from...
PullFromAction_tooltip=Pulls all recorded changes from the remote branch
EditConflictsAction.label=Edit conflicts
EditConflictsAction.tooltip=Use external merge program to resolve conflicts
UpdateAction_label=&Update
UpdateAction_tooltip=Update a tree to have the latest code committed to its branch.
BindAction_label=&Bind
BindAction_tooltip=Convert the current branch into a checkout of the supplied branch.
UnBindAction_label=UnB&ind
UnBindAction_tooltip=Convert the current checkout into a regular branch.
ActionMissing_label=&Missing...
ActionMissing_tooltip=Show missing revisions between the selected branch and other (remote or local)
SwitchAction_label=S&witch
SwitchAction_tooltip=Set the branch of a checkout and update.
MergeFromAction_label=M&erge
MergeFromAction_tooltip=Merge a branch with this one
BranchAction_label=Br&anch
BranchAction_tooltop=Create a branch in a new Project
# 'Advanced' subgroup
#CreateTagAction_label=Create Tag...
#CreateTagAction_tooltip=Creates a tag on the repository to which this project is connected
#OptimizeAction_label=Create Checkpoint...
#OptimizeAction_tooltip=Creates a checkpoint ('darcs optimize --checkpoint') on the repository to which this project is connected
#RepairAction_label=Repair...
#RepairAction_tooltip=Runs 'darcs repair' over the repository to which this project is connected

# Decorators
Decorator_name=Bazaar
Decorator_description=Shows Bazaar specific information on resources in projects under version control.

# Preference Pages
BazaarPreferencePage_name=Bazaar
DecoratorPreferences.preferencePage.name=Decorators

# Properties Pages
BazaarProjectPropertiesPage_name=Bazaar info

# Console
Console.name=Bazaar
Console.preferencePage.name=Console
LabelDecorator_Title = Label decorations for Bazaar eclipse plugin.
NewWizard_categoryName = Bazaar
ImportWizard_categoryName = Bazaar


#ActionSets
BazaarActionSet_label = Bazaar
BzrGroupMenu_label = B&zr

#Commands
BzrCommandCategory_label = Bazaar
BzrCommandCategory_description = Actions that apply when working with Bazaar repositories

#others
quickDiff_label=Latest bazaar revision

BzrCommandCategory_description=Bazaar