Skip to main content
summaryrefslogtreecommitdiffstats
blob: ab2301ad0c0ce724ce0c1710057dd9299fb0fc43 (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
###############################################################################
# Copyright (c) 2014, 2015 Tasktop Technologies and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/epl-v10.html
#
# Contributors:
#      Tasktop Technologies - initial API and implementation
#      Marc-Andre Laperle (Ericsson) - Add topic
###############################################################################
GerritConnector_Executing_query=Executing query
GerritConnector_Label=Gerrit Code Review (supports {0} to {1})
GerritQueryResultSchema_Branch=Branch
GerritQueryResultSchema_ChangeId=Change-Id
GerritQueryResultSchema_Project=Project
GerritQueryResultSchema_ReviewState=ReviewState
GerritQueryResultSchema_Starred=Starred
GerritQueryResultSchema_VerifyState=VerifyState
GerritQueryResultSchema_Topic=Topic
GerritTaskSchema_Publish=Publish
GerritTaskSchema_Review=Review
GerritUtil_Anonymous=Anonymous
GerritUtil_X_dot_dot_dot={0}...
GerritUtil_Unknown=<Unknown>
GerritReviewBehavior_Internal_Exception=Internal Exception. No line location for comment. Comment: {0}

Back to the top