jt
2021-06-10 5d0d028456874576560552f5a5c4e8b801786f11
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
127
128
129
sidebar=Sidebar
toc=TOC
tocfull=Table of Contents
firstPage=First
lastPage=Last
prevPage=Prev
nextPage=Next
print=Print
backToParent=Back to Parent
params=Parameters
saveas=Save As...
renderMode=Change render mode
Galley=Galley
Paginated=Paginated
SinglePageView=Single page view
ContinuousPageView=Continuous page view
CancelRendering=Cancel Report
RunFullReport=Partial Data. Run Full Report
Cancelling=Cancelling...
PartialData=This report is based on partial data
    
pdfDocument=PDF Document
wordDocument=Word Document
docxDocument=Word Document (.docx)
imageFile=Image File
mhtDocument=MHTML Web Archives
excelWorkbook=Excel Workbook
csvFile=CSV File
 
yes=Yes
no=No
true=True
false=False
null=Null
null-label=Null value
on=On
off=Off
selectall=(select all)
enterValue=Enter value
clearAllOptions=Reset all
blank=Blank
empty=Empty
 
back=Back
refreshReport=View report
 
search=Search
matchCase=Match case
wholePhrase=Whole phrase
more=More...
noResults=No results
clear=Clear
findLabel=Find:
 
email=Email
sendEmailTitle=Send report by email
sendEmailTo=Send to
emailSubject =Subject
emailMessage=Message
asLink=As link
asAttachment=As attachment
documentFormat=Document format
cancel=Cancel
sendEmail=Send
deliveryMethodCaption = Delivery Method
sendEmailPolicyName = Emailing report
 
# Document formats
docformat.pdf=PDF document
docformat.excel=Excel file (xls)
docformat.mht=MHT document
docformat.image=Image file
docformat.word=Word document
docformat.xml=XML file (xml)
docformat.csv=CSV file
 
errorPane.Details=Show details
errorPane.HideDetails=Hide details
errorPane.DismissAll=Dismiss all
errorPane.ErrorPaneTitle=An error(s) occurred
 
# errors
error.ExpectValue=Valid value expected
error.ExpectNotEmptyValue=Value expected: Blank value assigned to non-Blank parameter.
error.ExpectNotNullValue=Value expected: null value assigned to non-Nullable parameter.
error.ExpectValueValidationFailed=Value expected: Parameter value is not a valid value.
error.ValidationFailed=Validation failed.
error.HasOutstandingDependencies=Has outstanding dependencies.
error.ExpectNumericValue=Not a numeric value.
error.ExpectBooleanValue=Not a boolean value.
error.ExpectDateValue=Invalid date value.
error.NotSupported=Operation is not supported.
error.NotFound=Not Found.
error.ReportNotFound=Unable to open report '{0}'.
error.InvalidReportToken=Invalid report token.
error.InvalidDocumentToken=Invalid document token.
error.RequestFailed=Your request failed.
error.RequestRejected=Your request was rejected.
error.RequestCancelled=Your request was cancelled.
error.InvalidRequestId=Invalid request id.
error.InvalidDrillthroughLink=Invalid drillthrough link '{0}'.
error.InvalidDrillthroughParameters=Invalid drillthrough parameters.
error.InvalidResponse=Invalid response.
error.InvalidParameters=Invalid report parameters.
error.DocumentNotInCache=The document is not present in the cache. Please refresh the report. 
error.JsVersionsMismatch=The version of GrapeCity.ActiveReports.Viewer.Html.js or GrapeCity.ActiveReports.Viewer.Html.min.js does not match the version of ActiveReports installed on the server side. Please update the javascript files in your application.
error.InvalidSharedDataSource=The shared data source '{0}' cannot be loaded.
error.NoAgentsAvailable=No licensed agents available to proceed the request.
error.LicenseExpired = Your evaluation of ActiveReports 12 Server has expired so you cannot perform this action. Please contact our sales team ActiveReports.Sales@grapecity.com to extend your evaluation.
error.NoLicense = You cannot perform this action due to licensing issues. Please contact our sales team ActiveReports.Sales@grapecity.com.
error.InternalServerError=Internal Server error.
error.AccessDenied=Access to the requested document is denied.
error.ReportError.DataSetNotSpecified=DataSet name needs to be specified in the Fixed Page Layout settings.
error.ReportError.NoDataSets=No data sets.
error.NoDataSets=No data sets.
error.ReportError.DataSetNotFound=A DataSet '{0}' referenced in the report could not be found.
error.ReportError.SubreportNotFound=Unable to locate subreport '{0}'.
error.ReportError.NoMasterReport=Unable to load the master report for the specified content report.
error.ReportError.UnableToCreateConnection=Cannot connect to data source.
error.ReportError.JsonSchemaNotAvailableOrInvalid=Json schema either not available or invalid.
error.InvalidEmailFormat=Enter emails in correct format.
error.InvalidSmtpSettings=SMTP settings are not provided.
error.InvalidDbEntity=Database entity has invalid values.
error.NotificationUrlIsNotSet=Can't create resource link: the notification link URL is not set.
error.ReportError.BlankValueAssignedToNonBlankParameter=Blank value assigned to non-Blank parameter '{0}'.
error.ReportError.InvalidDataTypeForParameter=Invalid data type for parameter '{0}'.
error.ReportError.NullValueAssignedToNonNullableParameter=null value assigned to non-Nullable parameter '{0}'.
error.ReportError.ParameterValueIsNotValid=Parameter '{0}' value is not a valid value.
error.IncorrectSmtpSettings=The SMTP settings are incorrect.