Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 112211eb907b1114270a46173c56438802cfa24b (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
#################################################################################
# Copyright (c) 2016, 2018 Frank Becker and others.
#
# This program and the accompanying materials are made
# available under the terms of the Eclipse Public License 2.0
# which is available at https://www.eclipse.org/legal/epl-2.0/
#
# SPDX-License-Identifier: EPL-2.0
#
# Contributors:
#     Frank Becker - initial API and implementation
#     Red Hat Inc. - modified for use with Openshift.io
#################################################################################
OSIORestQueryTypeWizardPage_ChooseQueryType=Choose query type
OSIORestQueryTypeWizardPage_CreateQueryFromExistingURL=&Create query from existing URL
OSIORestQueryTypeWizardPage_CreateQueryUsingForm=Cre&ate query using a form
OSIORestQueryTypeWizardPage_Query=Query
OSIORestQueryTypeWizardPage_SelectAvailableQueryTypes=Select from the available query types.
OSIORestUiUtil_CreateQueryFromForm=Create query from a form
OSIORestUiUtil_CreateQueryFromURL=Create query from URL
OSIORestUiUtil_EnterQueryParameter=Enter query parameters
OSIORestUiUtil_EnterQueryParameters=Enter query parameters
OSIORestUiUtil_enterTitleAndFillForm=Please enter a title and fill the form
OSIORestUiUtil_EnterTitleAndFillForm=Please enter a title and fill the form
OSIORestUiUtil_EnterTitleAndURL=Please enter a title and an URL
OSIORestUiUtil_EnterTitleAndURL1=Please enter a title and an URL
OSIORestUiUtil_fillForm=fill the form
OSIORestUiUtil_FillForm=fill the form
OSIORestSearchQueryPage_PropertiesForNewQuery=Properties for new Query
OSIORestSearchQueryPage_PropertiesForQuery=Properties for Query ''{0}''
OSIORestSearchQueryPage_WorkitemTypeLabel=Type
OSIORestQuery_AssigneesLabel=Assignees
OSIORestQuery_SpecifyOneField=Please select at least one field!
OSIORestQuery_EnterValidURL=Please specify a valid URL in 
OSIORestQuery_EnterValue=Enter a value for 

Back to the top