//------------------------------------------------------------------------------
//
// This code was generated by a tool.
// Runtime Version:4.0.30319.18052
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
//
//------------------------------------------------------------------------------
namespace Inet.Viewer.Resources {
using System;
///
/// A strongly-typed resource class, for looking up localized strings, etc.
///
// This class was auto-generated by the StronglyTypedResourceBuilder
// class via a tool like ResGen or Visual Studio.
// To add or remove a member, edit your .ResX file then rerun ResGen
// with the /str option, or rebuild your VS project.
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
internal class strings {
private static global::System.Resources.ResourceManager resourceMan;
private static global::System.Globalization.CultureInfo resourceCulture;
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
internal strings() {
}
///
/// Returns the cached ResourceManager instance used by this class.
///
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Resources.ResourceManager ResourceManager {
get {
if (object.ReferenceEquals(resourceMan, null)) {
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Inet.Viewer.Resources.strings", typeof(strings).Assembly);
resourceMan = temp;
}
return resourceMan;
}
}
///
/// Overrides the current thread's CurrentUICulture property for all
/// resource lookups using this strongly typed resource class.
///
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Globalization.CultureInfo Culture {
get {
return resourceCulture;
}
set {
resourceCulture = value;
}
}
///
/// Looks up a localized string similar to CW.
///
internal static string CalendarWeek_Short {
get {
return ResourceManager.GetString("CalendarWeek_Short", resourceCulture);
}
}
///
/// Looks up a localized string similar to File '{0}' already exists. Do you want to overwrite it?.
///
internal static string ConfirmFileOverwrite {
get {
return ResourceManager.GetString("ConfirmFileOverwrite", resourceCulture);
}
}
///
/// Looks up a localized string similar to Overwrite.
///
internal static string ConfirmFileOverwriteTitle {
get {
return ResourceManager.GetString("ConfirmFileOverwriteTitle", resourceCulture);
}
}
///
/// Looks up a localized string similar to Copy.
///
internal static string Copy {
get {
return ResourceManager.GetString("Copy", resourceCulture);
}
}
///
/// Looks up a localized string similar to current page.
///
internal static string CurrentPage {
get {
return ResourceManager.GetString("CurrentPage", resourceCulture);
}
}
///
/// Looks up a localized string similar to drilldown.
///
internal static string DrillDown {
get {
return ResourceManager.GetString("DrillDown", resourceCulture);
}
}
///
/// Looks up a localized string similar to Error code.
///
internal static string ErrorCode {
get {
return ResourceManager.GetString("ErrorCode", resourceCulture);
}
}
///
/// Looks up a localized string similar to Unexpected end in export stream.
///
internal static string ErrorEexport_UnexpectedEnd {
get {
return ResourceManager.GetString("ErrorEexport_UnexpectedEnd", resourceCulture);
}
}
///
/// Looks up a localized string similar to Error message:.
///
internal static string ErrorMessage {
get {
return ResourceManager.GetString("ErrorMessage", resourceCulture);
}
}
///
/// Looks up a localized string similar to The length of the data is different with the received data.
///
internal static string ErrorMessage_DataLength {
get {
return ResourceManager.GetString("ErrorMessage_DataLength", resourceCulture);
}
}
///
/// Looks up a localized string similar to Report rendering caused an error.
///
internal static string ErrorMessage_DocumentText {
get {
return ResourceManager.GetString("ErrorMessage_DocumentText", resourceCulture);
}
}
///
/// Looks up a localized string similar to Error occured:.
///
internal static string ErrorMessage_ErrorOccured {
get {
return ResourceManager.GetString("ErrorMessage_ErrorOccured", resourceCulture);
}
}
///
/// Looks up a localized string similar to Cannot delete file.
///
internal static string ErrorMessage_Export_CannotDelete {
get {
return ResourceManager.GetString("ErrorMessage_Export_CannotDelete", resourceCulture);
}
}
///
/// Looks up a localized string similar to Export data format incorrect (file name too long)..
///
internal static string ErrorMessage_Export_WrongData {
get {
return ResourceManager.GetString("ErrorMessage_Export_WrongData", resourceCulture);
}
}
///
/// Looks up a localized string similar to Could not create font with ID.
///
internal static string ErrorMessage_Font_CouldNotCreate {
get {
return ResourceManager.GetString("ErrorMessage_Font_CouldNotCreate", resourceCulture);
}
}
///
/// Looks up a localized string similar to Group tree data could not be read.
///
internal static string ErrorMessage_Grouptree_DataCouldNotBeRead {
get {
return ResourceManager.GetString("ErrorMessage_Grouptree_DataCouldNotBeRead", resourceCulture);
}
}
///
/// Looks up a localized string similar to Group tree node protocol token expected.
///
internal static string ErrorMessage_Grouptree_NodeExpected {
get {
return ResourceManager.GetString("ErrorMessage_Grouptree_NodeExpected", resourceCulture);
}
}
///
/// Looks up a localized string similar to Index out of bounds.
///
internal static string ErrorMessage_IndexOutofBounds {
get {
return ResourceManager.GetString("ErrorMessage_IndexOutofBounds", resourceCulture);
}
}
///
/// Looks up a localized string similar to The RenderMetaData (Json file) is not set. Please make sure you set a correct url.
///
internal static string ErrorMessage_JsonFile_NotSet {
get {
return ResourceManager.GetString("ErrorMessage_JsonFile_NotSet", resourceCulture);
}
}
///
/// Looks up a localized string similar to The Json file was not a Json file, there must be something wrong with the server connection.
///
internal static string ErrorMessage_JsonFile_ServerConnection {
get {
return ResourceManager.GetString("ErrorMessage_JsonFile_ServerConnection", resourceCulture);
}
}
///
/// Looks up a localized string similar to The Json file was not a Json file, this means it must be a report with prompts +\n Json file: .
///
internal static string ErrorMessage_JsonFile_WasNoJsonFile {
get {
return ResourceManager.GetString("ErrorMessage_JsonFile_WasNoJsonFile", resourceCulture);
}
}
///
/// Looks up a localized string similar to Error during trying to show a JSON Message. A key could not be found:.
///
internal static string ErrorMessage_JsonMessage {
get {
return ResourceManager.GetString("ErrorMessage_JsonMessage", resourceCulture);
}
}
///
/// Looks up a localized string similar to bytes. Expected\:.
///
internal static string ErrorMessage_Renderdata_BytesExpected {
get {
return ResourceManager.GetString("ErrorMessage_Renderdata_BytesExpected", resourceCulture);
}
}
///
/// Looks up a localized string similar to ContentType returns null and the ContentLength is \:.
///
internal static string ErrorMessage_renderdata_ContentTypeNull {
get {
return ResourceManager.GetString("ErrorMessage_renderdata_ContentTypeNull", resourceCulture);
}
}
///
/// Looks up a localized string similar to Page rendering canceled.
///
internal static string ErrorMessage_Renderdata_PageRrenderingCanceled {
get {
return ResourceManager.GetString("ErrorMessage_Renderdata_PageRrenderingCanceled", resourceCulture);
}
}
///
/// Looks up a localized string similar to Page still rendering (ignoring timeout) ....
///
internal static string ErrorMessage_Renderdata_StillRendering {
get {
return ResourceManager.GetString("ErrorMessage_Renderdata_StillRendering", resourceCulture);
}
}
///
/// Looks up a localized string similar to The data received was not generated by i-net Clear Reports\: Wrong Mime Type\:.
///
internal static string ErrorMessage_Renderdata_WrongMimeType {
get {
return ResourceManager.GetString("ErrorMessage_Renderdata_WrongMimeType", resourceCulture);
}
}
///
/// Looks up a localized string similar to Wrong package size received! Available\:.
///
internal static string ErrorMessage_Renderdata_WwrongPackageSize {
get {
return ResourceManager.GetString("ErrorMessage_Renderdata_WwrongPackageSize", resourceCulture);
}
}
///
/// Looks up a localized string similar to The report data could not be read. Please make sure the LocationUrl is set to a a valid report. \nLocationUrl:.
///
internal static string ErrorMessage_ReportView_ReadData {
get {
return ResourceManager.GetString("ErrorMessage_ReportView_ReadData", resourceCulture);
}
}
///
/// Looks up a localized string similar to The ReportRenderData is not yet set and can't be null. Please set it to a valid report data. (Make sure the LocationUrl directs to a valid report.
///
internal static string ErrorMessage_ReportView_RenderData_NotNull {
get {
return ResourceManager.GetString("ErrorMessage_ReportView_RenderData_NotNull", resourceCulture);
}
}
///
/// Looks up a localized string similar to The ReportRenderdata object can't be null.
///
internal static string ErrorMessage_ReportView_SetDataNotNull {
get {
return ResourceManager.GetString("ErrorMessage_ReportView_SetDataNotNull", resourceCulture);
}
}
///
/// Looks up a localized string similar to It is required that getExportChunkCount(Properties) has been called before getNextExportChunk() can be called.
///
internal static string ErrorMessage_Rrenderdata_GetChunkCountNeeded {
get {
return ResourceManager.GetString("ErrorMessage_Rrenderdata_GetChunkCountNeeded", resourceCulture);
}
}
///
/// Looks up a localized string similar to An error occurred while loading this subreport, it is possible it no longer exists or is invalid..
///
internal static string ErrorMessage_SubreportLoading {
get {
return ResourceManager.GetString("ErrorMessage_SubreportLoading", resourceCulture);
}
}
///
/// Looks up a localized string similar to The subreport on demand is not available. For a exported report this will not work as a server connection would be required.
///
internal static string ErrorMessage_SubreportOnDemand {
get {
return ResourceManager.GetString("ErrorMessage_SubreportOnDemand", resourceCulture);
}
}
///
/// Looks up a localized string similar to The data received was not generated by i-net Clear Reports..
///
internal static string ErrorMessage_WrongDataReceived {
get {
return ResourceManager.GetString("ErrorMessage_WrongDataReceived", resourceCulture);
}
}
///
/// Looks up a localized string similar to export report.
///
internal static string Export {
get {
return ResourceManager.GetString("Export", resourceCulture);
}
}
///
/// Looks up a localized string similar to Export canceled!.
///
internal static string Export_Canceled {
get {
return ResourceManager.GetString("Export_Canceled", resourceCulture);
}
}
///
/// Looks up a localized string similar to Export failed!.
///
internal static string Export_Failed {
get {
return ResourceManager.GetString("Export_Failed", resourceCulture);
}
}
///
/// Looks up a localized string similar to Export finished!.
///
internal static string Export_Finished {
get {
return ResourceManager.GetString("Export_Finished", resourceCulture);
}
}
///
/// Looks up a localized string similar to .
///
internal static string Export_InApplicationFailed {
get {
return ResourceManager.GetString("Export_InApplicationFailed", resourceCulture);
}
}
///
/// Looks up a localized string similar to Sorry, there is no format available to export this report..
///
internal static string Export_NoFormats {
get {
return ResourceManager.GetString("Export_NoFormats", resourceCulture);
}
}
///
/// Looks up a localized string similar to Format Selection.
///
internal static string ExportFormatSelection {
get {
return ResourceManager.GetString("ExportFormatSelection", resourceCulture);
}
}
///
/// Looks up a localized string similar to Format Settings.
///
internal static string ExportFormatSettings {
get {
return ResourceManager.GetString("ExportFormatSettings", resourceCulture);
}
}
///
/// Looks up a localized string similar to Image.
///
internal static string ExportImage {
get {
return ResourceManager.GetString("ExportImage", resourceCulture);
}
}
///
/// Looks up a localized string similar to first page.
///
internal static string FirstPage {
get {
return ResourceManager.GetString("FirstPage", resourceCulture);
}
}
///
/// Looks up a localized string similar to fit to height.
///
internal static string FitToHeight {
get {
return ResourceManager.GetString("FitToHeight", resourceCulture);
}
}
///
/// Looks up a localized string similar to fit to page.
///
internal static string FitToPage {
get {
return ResourceManager.GetString("FitToPage", resourceCulture);
}
}
///
/// Looks up a localized string similar to fit to width.
///
internal static string FitToWidth {
get {
return ResourceManager.GetString("FitToWidth", resourceCulture);
}
}
///
/// Looks up a localized string similar to last page.
///
internal static string LastPage {
get {
return ResourceManager.GetString("LastPage", resourceCulture);
}
}
///
/// Looks up a localized string similar to Less details.
///
internal static string LessDetails {
get {
return ResourceManager.GetString("LessDetails", resourceCulture);
}
}
///
/// Looks up a localized string similar to Maximum.
///
internal static string max {
get {
return ResourceManager.GetString("max", resourceCulture);
}
}
///
/// Looks up a localized string similar to Message details.
///
internal static string MessageDetails {
get {
return ResourceManager.GetString("MessageDetails", resourceCulture);
}
}
///
/// Looks up a localized string similar to Minimum.
///
internal static string min {
get {
return ResourceManager.GetString("min", resourceCulture);
}
}
///
/// Looks up a localized string similar to more details.
///
internal static string MoreDetails {
get {
return ResourceManager.GetString("MoreDetails", resourceCulture);
}
}
///
/// Looks up a localized string similar to next page.
///
internal static string NextPage {
get {
return ResourceManager.GetString("NextPage", resourceCulture);
}
}
///
/// Looks up a localized string similar to page count.
///
internal static string PageCount {
get {
return ResourceManager.GetString("PageCount", resourceCulture);
}
}
///
/// Looks up a localized string similar to previous page.
///
internal static string PreviousPage {
get {
return ResourceManager.GetString("PreviousPage", resourceCulture);
}
}
///
/// Looks up a localized string similar to print report.
///
internal static string Print {
get {
return ResourceManager.GetString("Print", resourceCulture);
}
}
///
/// Looks up a localized string similar to Export report.
///
internal static string ProgressExport {
get {
return ResourceManager.GetString("ProgressExport", resourceCulture);
}
}
///
/// Looks up a localized string similar to Loading data....
///
internal static string ProgressLoading {
get {
return ResourceManager.GetString("ProgressLoading", resourceCulture);
}
}
///
/// Looks up a localized string similar to Search.
///
internal static string ProgressSearch {
get {
return ResourceManager.GetString("ProgressSearch", resourceCulture);
}
}
///
/// Looks up a localized string similar to Current Month.
///
internal static string Prompt_CurrentMonth {
get {
return ResourceManager.GetString("Prompt_CurrentMonth", resourceCulture);
}
}
///
/// Looks up a localized string similar to Current Week.
///
internal static string Prompt_CurrentWeek {
get {
return ResourceManager.GetString("Prompt_CurrentWeek", resourceCulture);
}
}
///
/// Looks up a localized string similar to Current Year.
///
internal static string Prompt_CurrentYear {
get {
return ResourceManager.GetString("Prompt_CurrentYear", resourceCulture);
}
}
///
/// Looks up a localized string similar to Custom Value.
///
internal static string Prompt_CustomValue {
get {
return ResourceManager.GetString("Prompt_CustomValue", resourceCulture);
}
}
///
/// Looks up a localized string similar to Expected type: {0}.
///
internal static string Prompt_EexpectedType {
get {
return ResourceManager.GetString("Prompt_EexpectedType", resourceCulture);
}
}
///
/// Looks up a localized string similar to Invalid range. First value must be lower than the second value..
///
internal static string Prompt_Error_InvalidRange {
get {
return ResourceManager.GetString("Prompt_Error_InvalidRange", resourceCulture);
}
}
///
/// Looks up a localized string similar to Please enter a valid value for this parameter.
///
internal static string Prompt_Error_InvalidValue {
get {
return ResourceManager.GetString("Prompt_Error_InvalidValue", resourceCulture);
}
}
///
/// Looks up a localized string similar to Please enter a valid year in this range:.
///
internal static string Prompt_Error_InvalidYear {
get {
return ResourceManager.GetString("Prompt_Error_InvalidYear", resourceCulture);
}
}
///
/// Looks up a localized string similar to Value is not within set limits..
///
internal static string Prompt_Error_OutOfRange {
get {
return ResourceManager.GetString("Prompt_Error_OutOfRange", resourceCulture);
}
}
///
/// Looks up a localized string similar to excl..
///
internal static string Prompt_Excl {
get {
return ResourceManager.GetString("Prompt_Excl", resourceCulture);
}
}
///
/// Looks up a localized string similar to False.
///
internal static string Prompt_False {
get {
return ResourceManager.GetString("Prompt_False", resourceCulture);
}
}
///
/// Looks up a localized string similar to Invalid prompt value.
///
internal static string Prompt_InvalidValue {
get {
return ResourceManager.GetString("Prompt_InvalidValue", resourceCulture);
}
}
///
/// Looks up a localized string similar to Maximum string length.
///
internal static string Prompt_MaxString {
get {
return ResourceManager.GetString("Prompt_MaxString", resourceCulture);
}
}
///
/// Looks up a localized string similar to Minimum string length.
///
internal static string Prompt_MinString {
get {
return ResourceManager.GetString("Prompt_MinString", resourceCulture);
}
}
///
/// Looks up a localized string similar to -.
///
internal static string Prompt_None {
get {
return ResourceManager.GetString("Prompt_None", resourceCulture);
}
}
///
/// Looks up a localized string similar to No Value.
///
internal static string Prompt_None_Long {
get {
return ResourceManager.GetString("Prompt_None_Long", resourceCulture);
}
}
///
/// Looks up a localized string similar to Previous Month.
///
internal static string Prompt_PreviousMonth {
get {
return ResourceManager.GetString("Prompt_PreviousMonth", resourceCulture);
}
}
///
/// Looks up a localized string similar to Previous Week.
///
internal static string Prompt_PreviousWeek {
get {
return ResourceManager.GetString("Prompt_PreviousWeek", resourceCulture);
}
}
///
/// Looks up a localized string similar to Previous Year.
///
internal static string Prompt_PreviousYear {
get {
return ResourceManager.GetString("Prompt_PreviousYear", resourceCulture);
}
}
///
/// Looks up a localized string similar to to.
///
internal static string Prompt_To {
get {
return ResourceManager.GetString("Prompt_To", resourceCulture);
}
}
///
/// Looks up a localized string similar to True.
///
internal static string Prompt_True {
get {
return ResourceManager.GetString("Prompt_True", resourceCulture);
}
}
///
/// Looks up a localized string similar to Binary.
///
internal static string Prompt_TypeBinary {
get {
return ResourceManager.GetString("Prompt_TypeBinary", resourceCulture);
}
}
///
/// Looks up a localized string similar to Boolean.
///
internal static string Prompt_TypeBoolean {
get {
return ResourceManager.GetString("Prompt_TypeBoolean", resourceCulture);
}
}
///
/// Looks up a localized string similar to Date.
///
internal static string Prompt_TypeDate {
get {
return ResourceManager.GetString("Prompt_TypeDate", resourceCulture);
}
}
///
/// Looks up a localized string similar to Datetime.
///
internal static string Prompt_TypeDatetime {
get {
return ResourceManager.GetString("Prompt_TypeDatetime", resourceCulture);
}
}
///
/// Looks up a localized string similar to Number.
///
internal static string Prompt_TypeNumber {
get {
return ResourceManager.GetString("Prompt_TypeNumber", resourceCulture);
}
}
///
/// Looks up a localized string similar to String.
///
internal static string Prompt_TypeString {
get {
return ResourceManager.GetString("Prompt_TypeString", resourceCulture);
}
}
///
/// Looks up a localized string similar to Time.
///
internal static string Prompt_TypeTime {
get {
return ResourceManager.GetString("Prompt_TypeTime", resourceCulture);
}
}
///
/// Looks up a localized string similar to Year To Date.
///
internal static string Prompt_YearToDate {
get {
return ResourceManager.GetString("Prompt_YearToDate", resourceCulture);
}
}
///
/// Looks up a localized string similar to refresh.
///
internal static string Refresh {
get {
return ResourceManager.GetString("Refresh", resourceCulture);
}
}
///
/// Looks up a localized string similar to The report could not be found at Location Please set the LocationUrl to an valid report!\n.
///
internal static string ReportRenderDataFilesystem_ReportNotFound {
get {
return ResourceManager.GetString("ReportRenderDataFilesystem_ReportNotFound", resourceCulture);
}
}
///
/// Looks up a localized string similar to The Url for the server is not correct or in the wrong format.
///
internal static string ReportRenderDataServer_UrlWrongFormat {
get {
return ResourceManager.GetString("ReportRenderDataServer_UrlWrongFormat", resourceCulture);
}
}
///
/// Looks up a localized string similar to The server could not be connected or the report does not exist on the server or you don't have permission to render a report..
///
internal static string ReportRenderDataServer_WebException {
get {
return ResourceManager.GetString("ReportRenderDataServer_WebException", resourceCulture);
}
}
///
/// Looks up a localized string similar to It seems the LocationUrl refers to a Web adress (with a URI). You are only allowed to refer to a filesystem!.
///
internal static string ReportRenderFilesystem_IsUrl {
get {
return ResourceManager.GetString("ReportRenderFilesystem_IsUrl", resourceCulture);
}
}
///
/// Looks up a localized string similar to More results are loading....
///
internal static string Search_Loading {
get {
return ResourceManager.GetString("Search_Loading", resourceCulture);
}
}
///
/// Looks up a localized string similar to Term not found in the current report.
///
internal static string Search_NotFound {
get {
return ResourceManager.GetString("Search_NotFound", resourceCulture);
}
}
///
/// Looks up a localized string similar to zoom in.
///
internal static string ZoomIn {
get {
return ResourceManager.GetString("ZoomIn", resourceCulture);
}
}
///
/// Looks up a localized string similar to zoom level.
///
internal static string ZoomLevel {
get {
return ResourceManager.GetString("ZoomLevel", resourceCulture);
}
}
///
/// Looks up a localized string similar to zoom out.
///
internal static string ZoomOut {
get {
return ResourceManager.GetString("ZoomOut", resourceCulture);
}
}
}
}