Skip to main content
summaryrefslogtreecommitdiffstats
blob: cfcf1c663db121921e204ebf369c68b904d9fbf2 (plain) (blame)
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
###############################################################################
# Copyright (c) 2014, 2015 Ericsson
#
# All rights reserved. This program and the accompanying materials are
# made available under the terms of the Eclipse Public License v2.0 which
# accompanies this distribution, and is available at
# http://www.eclipse.org/legal/epl-v20.html
#
# Properties file for org.eclipse.mylyn.gerrit.dashboard.ui
#
# Contributors:
#   Jacques Bouthillier - Initial implementation
############################################################################### 
pluginName = Mylyn Reviews Gerrit-Dashboard UI
providerName = Eclipse Mylyn
category.name = Gerrit Dashboard
view.name = Gerrit Dashboard
command.showTask = Show Task Repositories
command.title = Gerrit Dashboard
command.all = All
command.tooltipAllOpen = Find all Open Reviews for the selected repository
command.my = My
command.tooltipMyWatchedChanges = Find my Watched Changes reviews for the selected repository
command.documentation = Documentation
command.tooltipDocumentation = Open Gerrit documentation
command.open = Open
command.tooltipOpen = Find all Open Reviews for the selected repository
command.merged = Merged
command.tooltipMerged = Find all Merged Reviews for the selected repository
command.abandoned = Abandoned
command.tooltipAbandoned = Find all Abandoned Reviews for the selected repository
command.watchChanges = Watched Changes
command.tooltipWatchChanges = Find my watched changes for the selected repository
command.changes = Changes
command.tooltipChanges = Find my changes for the selected repository
command.drafts = Drafts
command.tooltipDrafts = Find my draft changes for the selected repository
command.starred = Starred Changes
command.tooltipStarred = Find my starred changes for the selected repository
command.draftComment = Draft Comments
command.tooltipDraftComment = Find my draft comments for the selected repository
command.activeTaskReviews = For Active Task
command.projectList = List
command.tooltipProjectList = Find the project list for the selected repository
command.groupList = List
command.tooltipGroupList = Find the groups list for the selected repository
command.documentIndex = Index
command.tooltipDocumentIndex = Open documentation index
command.documemtSearching = Searching
command.tooltipDocumentSearching = Open documentation of searching changes
command.documentUploading = Uploading
command.tooltipDocumentUploading = Open documentation of uploading changes
command.documentAccess = Access Controls
command.tooltipDocumentAccess = Open access controls documentation
command.documentRest = REST API
command.tooltipDocumentRest = Open REST API documentation
command.name.selectCurrent = Select current Gerrit repository
command.name.addRepository = Add Gerrit Repository...
command.name.showTaskRepository = Task Repositories...
commandParameter.name.viewId = viewId
command.name.allOpen = AllOpen
command.name.allMerged = AllMerged
command.name.allAbandonned = AllAbandoned
command.name.myChanges = MyChanges
command.name.myDraftsChanges = MyDraftsChanges
command.name.myWatchedChanges = MyWatchedChanges
command.name.myStarredChanges = MyStarredChanges
command.name.myDraftsCommentsChanges = MyDraftCommentsChanges
command.name.projectList = ProjectLists
command.name.groupList = GroupLists
command.name.documentIndex = DocumentationIndex
command.name.documentSearching = DocumentationSearching
command.name.documentUploading = DocumentationUploading
command.name.documentAccess = DocumentationAccessControls
command.name.documentRestApi = DocumentationRestAPI
command.name.starReview = Star Review
context.descriptionView = Gerrit Dashboard View
context.name = Dashboard View

Back to the top