Skip to main content
summaryrefslogtreecommitdiffstats
blob: dc59065b17c71c6b9a26689f02a01d841ff7a5bf (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
###############################################################################
# Copyright (c) 2014 Ericsson AB and others.
#
# 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
#
# Contributors:
#   Jacques Bouthillier - Initial implementation
###############################################################################
GerritTableView_commandMessage=Search Gerrit info ...  {0} : {1}
GerritTableView_defineRepository=You need to define a Gerrit repository.
GerritTableView_gerritLabel={0} - Gerrit {1}
GerritTableView_missingGitConnector=Missing Git connector for : {0}
GerritTableView_noGerritRepository=No Gerrit repository has been selected yet.
GerritTableView_popupMenu=\#PopupMenu
GerritTableView_refreshTable=Refresh table
GerritTableView_search=Search
GerritTableView_serverNotRead=Unable to read the Gerrit server.
GerritTableView_tooltipSearch=Ex. status:open (or is:open) \n status:merged \n is:draft \n status:open project:Foo \n \
     See explanation by selecting in the toolbar \n Documentation > Searching
GerritTableView_totalReview=Total reviews: 
GerritTableView_warning=Warning
GerritTableView_warningAnonymous=This operation is not allowed as Anonymous user: {0}
GerritTableView_warningEmptyValue=The query string cannot be empty, please enter a value.
GerritTableView_warningSearchAnonymous=This operation is not allowed as Anonymous user in search field: {0}
GerritTableView_starredName=Star Review
GerritTableView_dashboardUiJob=DASHBOARD_UI

Back to the top