123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785 |
- {
- "export": {
- "emptyTextPlaceholder": "<empty>",
- "boolTextFalse": "False",
- "boolTextTrue": "True",
- "nodocument": "No document selected",
- "inprogress-lbl": "Export in progress",
- "cancel-btn": "Cancel",
- "file-format-label": "Format",
- "start-btn": "Export"
- },
- "exportcsv": {
- "friendlyName": "CSV (*.csv)",
- "settings": {
- "ColumnsDelimiter": {
- "label": "ColumnsDelimiter",
- "category": "Misc"
- },
- "Encoding": {
- "label": "Encoding",
- "category": "Misc",
- "enum": {
- "utf-8": "Unicode (UTF-8)",
- "us-ascii": "US-ASCII",
- "utf-16": "Unicode"
- }
- },
- "NoHeader": {
- "label": "NoHeader",
- "category": "Misc"
- },
- "QuotationSymbol": {
- "label": "QuotationSymbol",
- "category": "Misc"
- },
- "RowsDelimiter": {
- "label": "RowsDelimiter",
- "category": "Misc"
- }
- }
- },
- "exportdoc": {
- "friendlyName": "Word 2003 (*.doc)",
- "settings": {
- "Author": {
- "label": "Author",
- "category": "Misc"
- },
- "BaseHref": {
- "label": "BaseUrl",
- "category": "Misc"
- },
- "Generator": {
- "label": "Generator",
- "category": "Misc"
- },
- "PageHeight": {
- "label": "PageHeight",
- "category": "Misc"
- },
- "PageWidth": {
- "label": "PageWidth",
- "category": "Misc"
- },
- "Title": {
- "label": "Title",
- "category": "Misc"
- }
- }
- },
- "exportdocx": {
- "friendlyName": "Word (*.docx)",
- "settings": {
- "Author": {
- "label": "Author",
- "category": "Misc"
- },
- "CompanyName": {
- "label": "CompanyName",
- "category": "Misc"
- },
- "DocumentCompatibilityVersion": {
- "label": "DocumentCompatibilityVersion",
- "category": "Misc",
- "enum": {
- "Word2007": "Word2007",
- "Word2010": "Word2010",
- "Word2013": "Word2013"
- }
- },
- "DpiX": {
- "label": "DpiX",
- "category": "Misc"
- },
- "DpiY": {
- "label": "DpiY",
- "category": "Misc"
- },
- "Orientation": {
- "label": "PageOrientation",
- "category": "PageSettings",
- "enum": {
- "Default": "Default",
- "Portrait": "Portrait",
- "Landscape": "Landscape"
- }
- },
- "PaperSize": {
- "label": "PaperSize",
- "category": "PageSettings",
- "enum": {
- "Default": "Default",
- "Letter": "Letter",
- "LetterSmall": "LetterSmall",
- "Tabloid": "Tabloid",
- "Ledger": "Ledger",
- "Legal": "Legal",
- "Statement": "Statement",
- "Executive": "Executive",
- "A3": "A3",
- "A4": "A4",
- "A4Small": "A4Small",
- "A5": "A5",
- "B4": "B4",
- "B5": "B5"
- }
- },
- "Password": {
- "label": "Password",
- "category": "SecuritySettings"
- },
- "ReadOnlyRecommended": {
- "label": "ReadOnlyRecommended",
- "category": "SecuritySettings"
- },
- "WritePassword": {
- "label": "WritePassword",
- "category": "SecuritySettings"
- },
- "Title": {
- "label": "Title",
- "category": "Misc"
- },
- "TOCAutoUpdate": {
- "label": "TOCAutoUpdate",
- "category": "Misc"
- }
- }
- },
- "exportjson": {
- "friendlyName": "JSON (*.json)",
- "settings": {
- "Formatted": {
- "label": "Formatted",
- "category": "Misc"
- },
- "QuotePropertyNames": {
- "label": "QuotePropertyNames",
- "category": "Misc"
- }
- }
- },
- "exportmht": {
- "friendlyName": "Web Archive (*.mht)",
- "settings": {
- "Fragment": {
- "label": "Fragment",
- "category": "Output"
- },
- "OutputTOC": {
- "label": "OutputTOC",
- "category": "Output"
- },
- "LinkTarget": {
- "label": "LinkTarget",
- "category": "Rendering"
- },
- "Mode": {
- "label": "Mode",
- "category": "Rendering",
- "enum": {
- "Galley": "Galley",
- "Paginated": "Paginated"
- }
- },
- "BookmarkStyle": {
- "label": "BookmarkStyle",
- "category": "Misc",
- "enum": {
- "Html": "Html",
- "None": "None"
- }
- },
- "CharacterSet": {
- "label": "CharacterSet",
- "category": "Misc",
- "enum": {
- "Big5": "Big5",
- "EucJp": "EucJp",
- "HzGb2312": "HzGb2312",
- "Ibm850": "Ibm850",
- "Iso2022Jp": "Iso2022Jp",
- "Iso8859_1": "Iso8859_1",
- "Iso8859_2": "Iso8859_2",
- "Iso8859_5": "Iso8859_5",
- "Iso8859_6": "Iso8859_6",
- "Koi8r": "Koi8r",
- "Ksc5601": "Ksc5601",
- "ShiftJis": "ShiftJis",
- "UnicodeUtf16": "UnicodeUtf16",
- "UnicodeUtf8": "UnicodeUtf8"
- }
- },
- "CreateFramesetPage": {
- "label": "CreateFramesetPage",
- "category": "Misc"
- },
- "IncludeHtmlHeader": {
- "label": "IncludeHtmlHeader",
- "category": "Misc"
- },
- "IncludePageMargins": {
- "label": "IncludePageMargins",
- "category": "Misc"
- },
- "MultiPage": {
- "label": "MultiPage",
- "category": "Misc"
- },
- "OutputType": {
- "label": "OutputType",
- "category": "Misc",
- "enum": {
- "DynamicHtml": "DynamicHtml",
- "LegacyHtml": "LegacyHtml"
- }
- },
- "Pagination": {
- "label": "Pagination",
- "category": "Misc"
- },
- "RemoveVerticalSpace": {
- "label": "RemoveVerticalSpace",
- "category": "Misc"
- },
- "Title": {
- "label": "Title",
- "category": "Misc"
- }
- }
- },
- "exportpdf": {
- "application": "ActiveReports 14",
- "friendlyName": "PDF (*.pdf)",
- "settings": {
- "Title": {
- "label": "Title",
- "category": "Misc"
- },
- "Author": {
- "label": "Author",
- "category": "Misc"
- },
- "Subject": {
- "label": "Subject",
- "category": "Misc"
- },
- "Keywords": {
- "label": "Keywords",
- "category": "Misc"
- },
- "Application": {
- "label": "Application",
- "category": "Misc"
- },
- "EmbedFonts": {
- "label": "EmbedFonts",
- "category": "Misc",
- "enum": {
- "Partial": "Partial",
- "All": "All",
- "None": "None"
- }
- },
- "Version": {
- "label": "Version",
- "category": "Misc",
- "enum": {
- "Pdf12": "PDF-1.2",
- "Pdf13": "PDF-1.3",
- "Pdf14": "PDF-1.4",
- "Pdf15": "PDF-1.5",
- "Pdf16": "PDF-1.6",
- "Pdf17": "PDF-1.7",
- "PdfA1a": "PDF/A-1a",
- "PdfA1b": "PDF/A-1b",
- "PdfA2a": "PDF/A-2a",
- "PdfA2b": "PDF/A-2b",
- "PdfA2u": "PDF/A-2u",
- "PdfA3a": "PDF/A-3a",
- "PdfA3b": "PDF/A-3b",
- "PdfA3u": "PDF/A-3u",
- "PdfUA1": "PDF/UA-1"
- }
- },
- "UserPassword": {
- "label": "UserPassword",
- "category": "SecuritySettings"
- },
- "OwnerPassword": {
- "label": "OwnerPassword",
- "category": "SecuritySettings"
- },
- "Encrypt": {
- "label": "Encrypt",
- "category": "SecuritySettings"
- },
- "ConvertMetaToPng": {
- "label": "ConvertMetaToPng",
- "category": "Misc"
- },
- "ExportBookmarks": {
- "label": "ExportBookmarks",
- "category": "Misc"
- },
- "ImageInterpolation": {
- "label": "ImageInterpolation",
- "category": "Misc",
- "enum": {
- "Auto": "Auto",
- "None": "None"
- }
- },
- "ImageQuality": {
- "label": "ImageQuality",
- "category": "Misc",
- "enum": {
- "Medium": "Medium",
- "Lowest": "Lowest",
- "Highest": "Highest"
- }
- }
- }
- },
- "exportrtf": {
- "friendlyName": "Rich Text Format (RTF)",
- "settings": {
- "EnableShapes": {
- "label": "EnableShapes",
- "category": "Misc"
- },
- "Pagination": {
- "label": "Pagination",
- "category": "Misc"
- }
- }
- },
- "exporttiff": {
- "friendlyName": "Tagged Image (*.tiff)",
- "settings": {
- "Compression": {
- "label": "CompressionScheme",
- "category": "Misc",
- "enum": {
- "None": "None",
- "Rle": "Rle",
- "Ccitt3": "Ccitt3",
- "Ccitt4": "Ccitt4",
- "Lzw": "Lzw"
- }
- },
- "Dither": {
- "label": "Dither",
- "category": "Misc"
- },
- "DpiX": {
- "label": "DpiX",
- "category": "Misc"
- },
- "DpiY": {
- "label": "DpiY",
- "category": "Misc"
- },
- "Pagination": {
- "label": "Pagination",
- "category": "Misc"
- },
- "CompressionScheme": {
- "label": "CompressionScheme",
- "category": "Misc",
- "enum": {
- "None": "None",
- "Rle": "Rle",
- "Ccitt3": "Ccitt3",
- "Ccitt4": "Ccitt4",
- "Lzw": "Lzw"
- }
- }
- }
- },
- "exporttxt": {
- "friendlyName": "Plain Text (TXT)",
- "settings": {
- "Encoding": {
- "label": "Encoding",
- "category": "Misc",
- "enum": {
- "utf-8": "Unicode (UTF-8)",
- "us-ascii": "US-ASCII",
- "utf-16": "Unicode"
- }
- },
- "PageDelimiter": {
- "label": "PageDelimiter",
- "category": "Misc"
- },
- "QuotationSymbol": {
- "label": "QuotationSymbol",
- "category": "Misc"
- },
- "TextDelimiter": {
- "label": "TextDelimiter",
- "category": "Misc"
- },
- "SuppressEmptyLines": {
- "label": "SuppressEmptyLines",
- "category": "Misc"
- }
- }
- },
- "exportxls": {
- "friendlyName": "Excel 2003 (*.xls)",
- "settings": {
- "EnableToggles": {
- "label": "EnableToggles",
- "category": "Misc"
- },
- "MultiSheet": {
- "label": "MultiSheet",
- "category": "Misc"
- },
- "LayoutMode": {
- "label": "LayoutMode",
- "category": "Misc",
- "enum": {
- "Galley": "Galley",
- "Paginated": "Paginated"
- }
- },
- "RightToLeft": {
- "label": "RightToLeft",
- "category": "Misc"
- },
- "SheetName": {
- "label": "SheetName",
- "category": "Misc"
- },
- "UseDefaultPalette": {
- "label": "UseDefaultPalette",
- "category": "Misc"
- },
- "Orientation": {
- "label": "PageOrientation",
- "category": "PageSettings",
- "enum": {
- "Default": "Default",
- "Portrait": "Portrait",
- "Landscape": "Landscape"
- }
- },
- "PaperSize": {
- "label": "PaperSize",
- "category": "PageSettings",
- "enum": {
- "Default": "Default",
- "Letter": "Letter",
- "LetterSmall": "LetterSmall",
- "Tabloid": "Tabloid",
- "Ledger": "Ledger",
- "Legal": "Legal",
- "Statement": "Statement",
- "Executive": "Executive",
- "A3": "A3",
- "A4": "A4",
- "A4Small": "A4Small",
- "A5": "A5",
- "B4": "B4",
- "B5": "B5"
- }
- },
- "Password": {
- "label": "Password",
- "category": "Security"
- },
- "ProtectedBy": {
- "label": "ProtectedBy",
- "category": "Security"
- },
- "ReadOnlyRecommended": {
- "label": "ReadOnlyRecommended",
- "category": "Security"
- },
- "WritePassword": {
- "label": "WritePassword",
- "category": "Security"
- },
- "AutoRowHeight": {
- "label": "AutoRowHeight",
- "category": "Misc"
- },
- "DisplayGridLines": {
- "label": "DisplayGridLines",
- "category": "Misc"
- },
- "Pagination": {
- "label": "Pagination",
- "category": "Misc"
- },
- "FileFormat": {
- "label": "FileFormat",
- "category": "Misc",
- "enum": {
- "Xls97Plus": "Xls97Plus",
- "Xls95": "Xls95"
- }
- }
- }
- },
- "exportxlsx": {
- "friendlyName": "Excel (*.xlsx)",
- "settings": {
- "EnableToggles": {
- "label": "EnableToggles",
- "category": "Misc"
- },
- "MultiSheet": {
- "label": "MultiSheet",
- "category": "Misc"
- },
- "OutputFormat": {
- "label": "OpenXmlStandard",
- "category": "Misc",
- "enum": {
- "OpenXmlTransitional": "Transitional",
- "OpenXmlStrict": "Strict"
- }
- },
- "LayoutMode": {
- "label": "LayoutMode",
- "category": "Misc",
- "enum": {
- "Galley": "Galley",
- "Paginated": "Paginated"
- }
- },
- "RightToLeft": {
- "label": "RightToLeft",
- "category": "Misc"
- },
- "SheetName": {
- "label": "SheetName",
- "category": "Misc"
- },
- "UseCompression": {
- "label": "UseCompression",
- "category": "Misc"
- },
- "UseDefaultPalette": {
- "label": "UseDefaultPalette",
- "category": "Misc"
- },
- "Orientation": {
- "label": "PageOrientation",
- "category": "PageSettings",
- "enum": {
- "Default": "Default",
- "Portrait": "Portrait",
- "Landscape": "Landscape"
- }
- },
- "PaperSize": {
- "label": "PaperSize",
- "category": "PageSettings",
- "enum": {
- "Default": "Default",
- "Letter": "Letter",
- "LetterSmall": "LetterSmall",
- "Tabloid": "Tabloid",
- "Ledger": "Ledger",
- "Legal": "Legal",
- "Statement": "Statement",
- "Executive": "Executive",
- "A3": "A3",
- "A4": "A4",
- "A4Small": "A4Small",
- "A5": "A5",
- "B4": "B4",
- "B5": "B5"
- }
- },
- "Password": {
- "label": "Password",
- "category": "Security"
- },
- "ProtectedBy": {
- "label": "ProtectedBy",
- "category": "Security"
- },
- "ReadOnlyRecommended": {
- "label": "ReadOnlyRecommended",
- "category": "Security"
- },
- "WritePassword": {
- "label": "WritePassword",
- "category": "Security"
- },
- "AutoRowHeight": {
- "label": "AutoRowHeight",
- "category": "Misc"
- },
- "DisplayGridLines": {
- "label": "DisplayGridLines",
- "category": "Misc"
- },
- "OpenXmlStandard": {
- "label": "OpenXmlStandard",
- "category": "Misc",
- "enum": {
- "Transitional": "Transitional",
- "Strict": "Strict"
- }
- },
- "Pagination": {
- "label": "Pagination",
- "category": "Misc"
- }
- }
- },
- "exportxml": {
- "friendlyName": "XML (*.xml)",
- "settings": {
- "Encoding": {
- "label": "Encoding",
- "category": "Misc",
- "enum": {
- "UTF-8": "UTF-8",
- "ASCII": "ASCII",
- "Unicode": "Unicode"
- }
- }
- }
- },
- "jsviewer": {
- "errors": {
- "bad-response-delayed": "Bad response delayed content",
- "bad-response-doc": "Bad response export content",
- "bad-response-report": "Bad response export content",
- "bad-response-toc": "Failed getting table of contents",
- "commandTextIsEmpty": "Command text is empty.",
- "dataSetNotFound": "A DataSet {{dataSetName}} referenced in the report could not be found.",
- "dataSetNotSpecified": "DataSet name needs to be specified in the Fixed Page Layout settings.",
- "datasourceMissingElement": "Missing a required element in {{datasourceName}} shared data source XML document.",
- "export-report": "Export report error.",
- "ie-no-pdf-addon": "To enable printing for IE, please install and enable a PDF reader add-on.",
- "ignore-disposition": "It is expected that the content will be displayed as embedded in the browser, but this will be ignored.",
- "infinitePages": "Endless loop detected.",
- "invalidColumnSpacing": "When Page (width is set in report PageSize) is divided into columns, the width of the column must be greater than zero and the column spacing.",
- "invalidKeyInConnectionString": "Invalid key in connection string:{{invalidKey}}",
- "InvalidReportFormat": "Report format is Invalid",
- "invalidSharedDataSource": "The shared data source no longer exists or its content is invalid.",
- "jsonDataSourceNotFound": "The json data source has not been found.",
- "no-doc": "No document loaded.",
- "no-doc-cur": "No current document!",
- "no-fmt": "Invalid format key or module for {{format}} is not loaded.",
- "no-params-refresh": "Refresh failed (not all parameters specified)",
- "no-params-render": "Cannot render (not all parameters specified)",
- "no-report": "Report not found: {{reportId}}",
- "no-toc": "No TOC content.",
- "noDataSets": "No data sets",
- "noLicense": "No license",
- "params-hidden": "Some hidden parameters are invalid.",
- "print-report": "Print report error.",
- "professionalRequired": "Professional license required.",
- "render-doc": "Failed rendering document",
- "report-open-details": "Cannot obtain report info",
- "report-open-lbl": "Failed to open report",
- "resourceNotFound": "Unable to load resource from:{{uri}}",
- "scriptCompilationFailed": "Script compilation failed.",
- "subreportNotFoundError": "Unable to locate subreport: {{subName}}",
- "subreportNotSpecified": "Subreport name is not specified for a subreport report item {{itemName}}",
- "trialExpired": "Trial period has been expired.",
- "unknown-display": "Unknown display type {{displayType}}",
- "unknown-event": "Unknown event was not processed",
- "unknown-format": "Unsupported export type: '{{exportType}}'",
- "unknown-response": "Unknown server response.",
- "UnsupportedReportType": "Requested report type is unsupported"
- },
- "panels": {
- "export": "Export",
- "parameters": "Parameters",
- "reports": "Report list",
- "toc": "Table of Contents"
- },
- "toolbar": {
- "galley-mode": "Galley Mode",
- "item-exist": "The item with the same key (\"{{itemKey}}\") already exists.",
- "mode-continious": "Continuous View",
- "mode-single": "Single Page View",
- "print-btn": "Print",
- "print-preparing": "Preparing print..."
- }
- },
- "params": {
- "bool-true-label": "True",
- "bool-false-label": "False",
- "paramsTextInvalidValue": "Invalid Value",
- "datePlaceholder": "Select Date..",
- "daysViewHeaderFormat": "MMMM YYYY",
- "date-clear": "Clear",
- "date-today": "Today",
- "ddpTextNull": "(null)",
- "ddpTextSelectValue": "(select value)",
- "ddpTextSelectAllValues": "(select all)",
- "null": "Null",
- "preview-btn-title": "Preview"
- },
- "rdlxparams": {
- "TextHasOutstandingDependencies": "* Parameter has outstanding dependencies",
- "TextNeedBoolean": "* Wrong value. Make sure that you enter a valid boolean",
- "TextNoEmptyStrings": "* Wrong value. Empty strings are not allowed",
- "TextMaxInteger": "* Value cannot exceed 32-bit integer",
- "TextNeedInteger": "* Wrong value. Make sure that you enter a valid integer",
- "TextNeedFloat": "* Wrong value. Make sure that you enter a valid float",
- "TextNeedDateTime": "* Wrong value. Make sure that you enter a valid date",
- "TextUnknownError": "! Unknown validation error",
- "TextValueExpected": "* Value Expected",
- "TextPickFromList": "* Wrong value. Pick the right one from the list",
- "TextSingleValueExpected": "* Single value expected",
- "TextNoNull": "* Value cannot be null"
- },
- "viewer": {
- "error": {
- "details": "Details",
- "dismiss": "Dismiss",
- "dismiss-all": "Dismiss All"
- },
- "cancel-btn": "Cancel",
- "toolbar": {
- "zoom-fitwidth": "Fit to Width",
- "zoom-fitpage": "Fit Page",
- "zoom-zoomout": "Zoom Out",
- "zoom-zoomin": "Zoom In",
- "zoom-menu-header": "Zoom Mode",
- "gotofirst": "Go To First",
- "gotoprevious": "Go To Previous",
- "gotonext": "Go To Next",
- "gotolast": "Go To Last",
- "hist-parent": "History: Back To Parent",
- "hist-back": "History: Go Back",
- "hist-fwd": "History: Go Forward",
- "movetool": "Move Tool",
- "fullscreen": "Toggle Fullscreen",
- "refresh": "Refresh",
- "cancel": "Cancel"
- },
- "errors": {
- "noHostElement": "Cannot find the host element."
- },
- "progress": {
- "page": "Page"
- },
- "search": {
- "match-case": "Match Case",
- "whole-word": "Whole word",
- "cancel-btn": "Cancel",
- "start-search-btn": "Search",
- "clear-btn": "Clear",
- "more-results-btn": "More Results",
- "search-results": "Search Results",
- "search-cancelled-msg": "Search cancelled on page {{page}}",
- "didn-find-msg": "Didn't find anything.",
- "paneltitle": "Search"
- }
- }
- }
|