2020-05-07 17:09:29 +00:00
{
2021-01-19 16:32:51 +00:00
"Main" : {
"SDK" : {
"Series" : "Series" ,
"Diagram Title" : "Chart Title" ,
"X Axis" : "X Axis XAS" ,
"Y Axis" : "Y Axis" ,
"Your text here" : "Your text here" ,
"Footer" : "Footer" ,
"Header" : "Header" ,
"Normal" : "Normal" ,
"No Spacing" : "No Spacing" ,
"Heading 1" : "Heading 1" ,
"Heading 2" : "Heading 2" ,
"Heading 3" : "Heading 3" ,
"Heading 4" : "Heading 4" ,
"Heading 5" : "Heading 5" ,
"Heading 6" : "Heading 6" ,
"Heading 7" : "Heading 7" ,
"Heading 8" : "Heading 8" ,
"Heading 9" : "Heading 9" ,
"Title" : "Title" ,
"Subtitle" : "Subtitle" ,
"Quote" : "Quote" ,
"Intense Quote" : "Intense Quote" ,
"List Paragraph" : "List Paragraph" ,
"footnote text" : "Footnote Text"
2021-04-01 20:29:56 +00:00
} ,
2021-04-04 15:01:19 +00:00
"leavePageText" : "You have unsaved changes in this document. Click 'Stay on this Page' to await the autosave of the document. Click 'Leave this Page' to discard all the unsaved changes." ,
"titleLicenseExp" : "License expired" ,
"warnLicenseExp" : "Your license has expired. Please update your license and refresh the page." ,
"errorServerVersion" : "The editor version has been updated. The page will be reloaded to apply the changes." ,
"titleServerVersion" : "Editor updated" ,
"notcriticalErrorTitle" : "Warning" ,
"errorOpensource" : "Using the free Community version you can open documents for viewing only. To access mobile web editors, a commercial license is required." ,
"warnLicenseLimitedNoAccess" : "License expired. You have no access to document editing functionality. Please contact your administrator." ,
"warnLicenseLimitedRenewed" : "License needs to be renewed. You have a limited access to document editing functionality.<br>Please contact your administrator to get full access" ,
"warnLicenseExceeded" : "You've reached the limit for simultaneous connections to %1 editors. This document will be opened for viewing only. Contact your administrator to learn more." ,
"warnLicenseUsersExceeded" : "You've reached the user limit for %1 editors. Contact your administrator to learn more." ,
"warnNoLicense" : "You've reached the limit for simultaneous connections to %1 editors. This document will be opened for viewing only. Contact %1 sales team for personal upgrade terms." ,
"warnNoLicenseUsers" : "You've reached the user limit for %1 editors. Contact %1 sales team for personal upgrade terms." ,
"textBuyNow" : "Visit website" ,
"textContactUs" : "Contact sales" ,
"textNoLicenseTitle" : "License limit reached" ,
"textPaidFeature" : "Paid feature" ,
"textCustomLoader" : "Please note that according to the terms of the license you are not entitled to change the loader. Please contact our Sales Department to get a quote." ,
2021-04-07 17:15:09 +00:00
"textClose" : "Close" ,
2021-04-08 15:34:57 +00:00
"errorProcessSaveResult" : "Saving is failed." ,
"criticalErrorTitle" : "Error" ,
"warnProcessRightsChange" : "You have been denied the right to edit the file." ,
2021-04-09 18:08:13 +00:00
"errorAccessDeny" : "You are trying to perform an action you do not have rights for.<br>Please contact your Document Server administrator." ,
"errorUpdateVersion" : "The file version has been changed. The page will be reloaded." ,
2021-04-12 16:03:42 +00:00
"titleUpdateVersion" : "Version changed" ,
"textHasMacros" : "The file contains automatic macros.<br>Do you want to run macros?" ,
"textRemember" : "Remember my choice" ,
"textYes" : "Yes" ,
"textNo" : "No"
2021-04-08 15:34:57 +00:00
} ,
"Error" : {
"criticalErrorTitle" : "Error" ,
"unknownErrorText" : "Unknown error." ,
"convertationTimeoutText" : "Convertation timeout exceeded." ,
"openErrorText" : "An error has occurred while opening the file" ,
"saveErrorText" : "An error has occurred while saving the file" ,
"downloadErrorText" : "Download failed." ,
"uploadImageSizeMessage" : "Maximium image size limit exceeded." ,
"uploadImageExtMessage" : "Unknown image format." ,
"uploadImageFileCountMessage" : "No images uploaded." ,
"splitMaxRowsErrorText" : "The number of rows must be less than %1" ,
"splitMaxColsErrorText" : "The number of columns must be less than %1" ,
"splitDividerErrorText" : "The number of rows must be a divisor of %1" ,
"errorKeyEncrypt" : "Unknown key descriptor" ,
"errorKeyExpire" : "Key descriptor expired" ,
"errorUsersExceed" : "Count of users was exceed" ,
"errorViewerDisconnect" : "Connection is lost. You can still view the document,<br>but will not be able to download until the connection is restored and page is reloaded." ,
"errorFilePassProtect" : "The file is password protected and could not be opened." ,
"errorStockChart" : "Incorrect row order. To build a stock chart place the data on the sheet in the following order:<br> opening price, max price, min price, closing price." ,
"errorDataRange" : "Incorrect data range." ,
"errorDatabaseConnection" : "External error.<br>Database connection error. Please, contact support." ,
"errorUserDrop" : "The file cannot be accessed right now." ,
"errorMailMergeLoadFile" : "Loading failed" ,
"errorMailMergeSaveFile" : "Merge failed." ,
"errorConnectToServer" : " The document could not be saved. Please check connection settings or contact your administrator.<br>When you click the 'OK' button, you will be prompted to download the document." ,
"errorBadImageUrl" : "Image url is incorrect" ,
"errorSessionAbsolute" : "The document editing session has expired. Please reload the page." ,
"errorSessionIdle" : "The document has not been edited for quite a long time. Please reload the page." ,
"errorSessionToken" : "The connection to the server has been interrupted. Please reload the page." ,
"errorDataEncrypted" : "Encrypted changes have been received, they cannot be deciphered." ,
"errorAccessDeny" : "You are trying to perform an action you do not have rights for.<br>Please contact your Document Server administrator." ,
"errorEditingDownloadas" : "An error occurred during the work with the document.<br>Use the 'Download' option to save the file backup copy to your computer hard drive." ,
"errorFileSizeExceed" : "The file size exceeds the limitation set for your server.<br>Please contact your Document Server administrator for details." ,
"errorUpdateVersionOnDisconnect" : "Internet connection has been restored, and the file version has been changed.<br>Before you can continue working, you need to download the file or copy its content to make sure nothing is lost, and then reload this page." ,
"errorDefaultMessage" : "Error code: %1" ,
"criticalErrorExtText" : "Press 'OK' to back to document list." ,
2021-04-20 16:49:49 +00:00
"notcriticalErrorTitle" : "Warning" ,
"scriptLoadError" : "The connection is too slow, some of the components could not be loaded. Please reload the page."
2021-01-19 16:32:51 +00:00
} ,
2021-04-08 18:00:44 +00:00
"LongActions" : {
"openTitleText" : "Opening Document" ,
"openTextText" : "Opening document..." ,
"saveTitleText" : "Saving Document" ,
"saveTextText" : "Saving document..." ,
"loadFontsTitleText" : "Loading Data" ,
"loadFontsTextText" : "Loading data..." ,
"loadImagesTitleText" : "Loading Images" ,
"loadImagesTextText" : "Loading images..." ,
"loadFontTitleText" : "Loading Data" ,
"loadFontTextText" : "Loading data..." ,
"loadImageTitleText" : "Loading Image" ,
"loadImageTextText" : "Loading image..." ,
"downloadTitleText" : "Downloading Document" ,
"downloadTextText" : "Downloading document..." ,
"printTitleText" : "Printing Document" ,
"printTextText" : "Printing document..." ,
"uploadImageTitleText" : "Uploading Image" ,
"uploadImageTextText" : "Uploading image..." ,
"applyChangesTitleText" : "Loading Data" ,
"applyChangesTextText" : "Loading data..." ,
"savePreparingText" : "Preparing to save" ,
"savePreparingTitle" : "Preparing to save. Please wait..." ,
"mailMergeLoadFileText" : "Loading Data Source..." ,
"mailMergeLoadFileTitle" : "Loading Data Source" ,
"downloadMergeTitle" : "Downloading" ,
"downloadMergeText" : "Downloading..." ,
"sendMergeTitle" : "Sending Merge" ,
"sendMergeText" : "Sending Merge..." ,
"waitText" : "Please, wait..." ,
"txtEditingMode" : "Set editing mode..." ,
"loadingDocumentTitleText" : "Loading document" ,
"loadingDocumentTextText" : "Loading document..." ,
"textLoadingDocument" : "Loading document"
} ,
2021-03-30 20:11:49 +00:00
"Toolbar" : {
"dlgLeaveTitleText" : "You leave the application" ,
"dlgLeaveMsgText" : "You have unsaved changes in this document. Click \\'Stay on this Page\\' to await the autosave of the document. Click \\'Leave this Page\\' to discard all the unsaved changes." ,
"leaveButtonText" : "Leave this Page" ,
"stayButtonText" : "Stay on this Page"
} ,
2020-12-23 18:00:59 +00:00
"Common" : {
"ThemeColorPalette" : {
"textThemeColors" : "Theme Colors" ,
"textStandartColors" : "Standart Colors" ,
"textCustomColors" : "Custom Colors"
2021-02-08 16:32:25 +00:00
} ,
"Collaboration" : {
2021-04-01 20:27:58 +00:00
"textTryUndoRedo" : "The Undo/Redo functions are disabled for the Fast co-editing mode." ,
"notcriticalErrorTitle" : "Warning" ,
2021-02-08 16:32:25 +00:00
"textCollaboration" : "Collaboration" ,
"textBack" : "Back" ,
"textUsers" : "Users" ,
"textEditUser" : "Users who are editing the file:" ,
2021-02-11 23:34:01 +00:00
"textComments" : "Comments" ,
"textReview" : "Review" ,
"textTrackChanges" : "Track Changes" ,
"textDisplayMode" : "Display Mode" ,
"textReviewChange" : "Review Change" ,
"textAcceptAllChanges" : "Accept All Changes" ,
"textRejectAllChanges" : "Reject All Changes" ,
"textMarkup" : "Markup" ,
"textFinal" : "Final" ,
"textOriginal" : "Original" ,
"textAllChangesEditing" : "All changes (Editing)" ,
"textAllChangesAcceptedPreview" : "All changes accepted (Preview)" ,
"textAllChangesRejectedPreview" : "All changes rejected (Preview)" ,
"textAccept" : "Accept" ,
"textReject" : "Reject" ,
"textNoChanges" : "There are no changes." ,
2021-02-12 17:33:38 +00:00
"textDelete" : "Delete" ,
2021-02-19 09:22:10 +00:00
"textInserted" : "Inserted:" ,
"textDeleted" : "Deleted:" ,
"textParaInserted" : "Paragraph Inserted" ,
"textParaDeleted" : "Paragraph Deleted" ,
2021-02-11 23:34:01 +00:00
"textFormatted" : "Formatted" ,
2021-02-19 09:22:10 +00:00
"textParaFormatted" : "Paragraph Formatted" ,
2021-02-11 23:34:01 +00:00
"textNot" : "Not " ,
"textBold" : "Bold" ,
"textItalic" : "Italic" ,
"textStrikeout" : "Strikeout" ,
"textUnderline" : "Underline" ,
"textColor" : "Font color" ,
"textBaseline" : "Baseline" ,
"textSuperScript" : "Superscript" ,
"textSubScript" : "Subscript" ,
"textHighlight" : "Highlight color" ,
"textSpacing" : "Spacing" ,
"textDStrikeout" : "Double strikeout" ,
"textCaps" : "All caps" ,
"textSmallCaps" : "Small caps" ,
"textPosition" : "Position" ,
"textShd" : "Background color" ,
"textContextual" : "Don't add interval between paragraphs of the same style" ,
"textNoContextual" : "Add interval between paragraphs of the same style" ,
"textIndentLeft" : "Indent left" ,
"textIndentRight" : "Indent right" ,
"textFirstLine" : "First line" ,
"textRight" : "Align right" ,
"textLeft" : "Align left" ,
"textCenter" : "Align center" ,
"textJustify" : "Align justify" ,
"textBreakBefore" : "Page break before" ,
"textKeepNext" : "Keep with next" ,
"textKeepLines" : "Keep lines together" ,
"textNoBreakBefore" : "No page break before" ,
"textNoKeepNext" : "Don't keep with next" ,
"textNoKeepLines" : "Don't keep lines together" ,
"textLineSpacing" : "Line Spacing: " ,
"textMultiple" : "multiple" ,
"textAtLeast" : "at least" ,
"textExact" : "exactly" ,
"textSpacingBefore" : "Spacing before" ,
"textSpacingAfter" : "Spacing after" ,
"textAuto" : "auto" ,
"textWidow" : "Widow control" ,
"textNoWidow" : "No widow control" ,
"textTabs" : "Change tabs" ,
"textNum" : "Change numbering" ,
"textEquation" : "Equation" ,
"textImage" : "Image" ,
"textChart" : "Chart" ,
"textShape" : "Shape" ,
2021-02-19 09:22:10 +00:00
"textTableChanged" : "Table Settings Changed" ,
"textTableRowsAdd" : "Table Rows Added" ,
"textTableRowsDel" : "Table Rows Deleted" ,
"textParaMoveTo" : "Moved:" ,
"textParaMoveFromUp" : "Moved Up:" ,
"textParaMoveFromDown" : "Moved Down:" ,
2021-02-18 15:40:54 +00:00
"textAddComment" : "Add Comment" ,
"textCancel" : "Cancel" ,
2021-02-25 16:26:42 +00:00
"textDone" : "Done" ,
2021-02-28 17:47:47 +00:00
"textNoComments" : "This document doesn't contain comments" ,
"textEdit" : "Edit" ,
"textResolve" : "Resolve" ,
"textReopen" : "Reopen" ,
"textAddReply" : "Add Reply" ,
"textDeleteComment" : "Delete Comment" ,
"textMessageDeleteComment" : "Do you really want to delete this comment?" ,
"textMessageDeleteReply" : "Do you really want to delete this reply?" ,
"textDeleteReply" : "Delete Reply" ,
2021-03-03 18:21:03 +00:00
"textEditComment" : "Edit Comment" ,
"textEditReply" : "Edit Reply"
2020-12-23 18:00:59 +00:00
}
} ,
2021-03-15 21:59:14 +00:00
"ContextMenu" : {
"menuViewComment" : "View Comment" ,
"menuAddComment" : "Add Comment" ,
"menuMerge" : "Merge" ,
"menuSplit" : "Split" ,
"menuDelete" : "Delete" ,
"menuDeleteTable" : "Delete Table" ,
"menuEdit" : "Edit" ,
"menuAddLink" : "Add Link" ,
"menuReviewChange" : "Review Change" ,
"menuReview" : "Review" ,
"menuOpenLink" : "Open Link" ,
"menuMore" : "More" ,
2021-03-17 08:46:57 +00:00
"menuCancel" : "Cancel" ,
"textCopyCutPasteActions" : "Copy, Cut and Paste Actions" ,
"errorCopyCutPaste" : "Copy, cut and paste actions using the context menu will be performed within the current file only." ,
2021-03-18 14:35:25 +00:00
"textDoNotShowAgain" : "Don't show again" ,
"textColumns" : "Columns" ,
"textRows" : "Rows"
2021-03-15 21:59:14 +00:00
} ,
2020-11-16 21:35:05 +00:00
"Settings" : {
2020-12-17 16:46:09 +00:00
"textCancel" : "Cancel" ,
2020-09-20 12:04:46 +00:00
"textSettings" : "Settings" ,
"textDone" : "Done" ,
2020-12-03 20:33:27 +00:00
"textFind" : "Find" ,
2020-09-20 12:04:46 +00:00
"textFindAndReplace" : "Find and Replace" ,
2020-12-03 20:33:27 +00:00
"textReaderMode" : "Reader Mode" ,
2020-09-20 12:04:46 +00:00
"textDocumentSettings" : "Document Settings" ,
"textApplicationSettings" : "Application Settings" ,
"textDownload" : "Download" ,
"textPrint" : "Print" ,
"textDocumentInfo" : "Document Info" ,
"textHelp" : "Help" ,
"textAbout" : "About" ,
"textOrientation" : "Orientation" ,
"textPortrait" : "Portrait" ,
"textLandscape" : "Landscape" ,
"textFormat" : "Format" ,
"textMargins" : "Margins" ,
2020-11-16 21:35:05 +00:00
"textBack" : "Back" ,
"textCustomSize" : "Custom Size" ,
"textTop" : "Top" ,
"textBottom" : "Bottom" ,
"textLeft" : "Left" ,
2020-11-23 13:13:30 +00:00
"textRight" : "Right" ,
"textDocumentTitle" : "Document Title" ,
"textOwner" : "Owner" ,
"textUploaded" : "Uploaded" ,
"textStatistic" : "Statistic" ,
"textLastModifiedBy" : "Last Modified By" ,
"textLastModified" : "Last Modified" ,
2020-11-23 17:20:00 +00:00
"textApplication" : "Application" ,
2020-11-24 10:10:05 +00:00
"textLoading" : "Loading..." ,
2020-11-25 19:27:34 +00:00
"textAuthor" : "Author" ,
"textUnitOfMeasurement" : "Unit Of Measurement" ,
"textCentimeter" : "Centimeter" ,
"textPoint" : "Point" ,
"textInch" : "Inch" ,
"textSpellcheck" : "Spell Checking" ,
"textNoCharacters" : "Nonprinting Characters" ,
"textHiddenTableBorders" : "Hidden Table Borders" ,
"textCommentsDisplay" : "Comments Display" ,
"textComments" : "Comments" ,
"textResolvedComments" : "Resolved Comments" ,
"textMacrosSettings" : "Macros Settings" ,
"textDisableAll" : "Disable All" ,
"textDisableAllMacrosWithoutNotification" : "Disable all macros without notification" ,
"textShowNotification" : "Show Notification" ,
"textDisableAllMacrosWithNotification" : "Disable all macros with notification" ,
"textEnableAll" : "Enable All" ,
2020-11-30 17:16:42 +00:00
"textEnableAllMacrosWithoutNotification" : "Enable all macros without notification" ,
2020-12-02 12:43:02 +00:00
"textDownloadAs" : "Download As" ,
"notcriticalErrorTitle" : "Warning" ,
"textDownloadTxt" : "If you continue saving in this format all features except the text will be lost. Are you sure you want to continue?" ,
2020-12-04 16:26:47 +00:00
"textDownloadRtf" : "If you continue saving in this format some of the formatting might be lost. Are you sure you want to continue?" ,
2020-12-10 07:52:41 +00:00
"textColorSchemes" : "Color Schemes" ,
2020-12-08 21:01:01 +00:00
"textLocation" : "Location" ,
"textTitle" : "Title" ,
"textSubject" : "Subject" ,
"textComment" : "Comment" ,
2020-12-17 16:46:09 +00:00
"textCreated" : "Created" ,
"advTxtOptions" : "Choose TXT Options" ,
"textEncoding" : "Encoding" ,
"advDRMPassword" : "Password" ,
"closeButtonText" : "Close File" ,
"advDRMOptions" : "Protected File" ,
2021-03-02 19:33:26 +00:00
"txtProtected" : "Once you enter the password and open the file, the current password to the file will be reset" ,
"textNoTextFound" : "Text not found" ,
2021-03-03 19:52:16 +00:00
"textReplace" : "Replace" ,
2021-03-15 18:35:19 +00:00
"textReplaceAll" : "Replace All" ,
"textCaseSensitive" : "Case Sensitive" ,
"textHighlightResults" : "Highlight Results" ,
2021-04-21 15:38:06 +00:00
"textSearch" : "Search" ,
"textMarginsW" : "Left and right margins are too high for a given page width" ,
2021-04-27 22:15:16 +00:00
"textMarginsH" : "Top and bottom margins are too high for a given page height" ,
2021-04-29 22:18:03 +00:00
"textCollaboration" : "Collaboration" ,
"textFindAndReplaceAll" : "Find and Replace All"
2020-09-20 12:04:46 +00:00
} ,
2020-10-01 15:29:47 +00:00
"Edit" : {
"textClose" : "Close" ,
2020-10-14 11:51:15 +00:00
"textBack" : "Back" ,
2020-10-01 15:29:47 +00:00
"textText" : "Text" ,
"textParagraph" : "Paragraph" ,
"textTable" : "Table" ,
"textFooter" : "Footer" ,
"textHeader" : "Header" ,
"textShape" : "Shape" ,
"textImage" : "Image" ,
"textChart" : "Chart" ,
"textHyperlink" : "Hyperlink" ,
"textSelectObjectToEdit" : "Select object to edit" ,
2020-10-14 11:51:15 +00:00
"textSettings" : "Settings" ,
"textFontColor" : "Font Color" ,
"textHighlightColor" : "Highlight Color" ,
"textAdditionalFormatting" : "Additional Formatting" ,
"textAdditional" : "Additional" ,
"textBullets" : "Bullets" ,
"textNumbers" : "Numbers" ,
"textLineSpacing" : "Line Spacing" ,
"textFonts" : "Fonts" ,
"textAuto" : "Auto" ,
"textPt" : "pt" ,
"textSize" : "Size" ,
"textStrikethrough" : "Strikethrough" ,
"textDoubleStrikethrough" : "Double Strikethrough" ,
"textSuperscript" : "Superscript" ,
"textSubscript" : "Subscript" ,
"textSmallCaps" : "Small Caps" ,
"textAllCaps" : "All Caps" ,
"textLetterSpacing" : "Letter Spacing" ,
2020-10-20 14:24:43 +00:00
"textNone" : "None" ,
"textBackground" : "Background" ,
"textAdvancedSettings" : "Advanced Settings" ,
"textParagraphStyles" : "Paragraph Styles" ,
"textAdvanced" : "Advanced" ,
"textDistanceFromText" : "Distance from text" ,
"textBefore" : "Before" ,
"textAfter" : "After" ,
"textFirstLine" : "FirstLine" ,
"textSpaceBetweenParagraphs" : "Space Between Paragraphs" ,
"textPageBreakBefore" : "Page Break Before" ,
"textOrphanControl" : "Orphan Control" ,
"textKeepLinesTogether" : "Keep Lines Together" ,
2020-10-23 13:46:01 +00:00
"textKeepWithNext" : "Keep with Next" ,
"textStyle" : "Style" ,
"textWrap" : "Wrap" ,
"textReplace" : "Replace" ,
"textReorder" : "Reorder" ,
"textRemoveShape" : "Remove Shape" ,
"textInline" : "Inline" ,
"textSquare" : "Square" ,
"textTight" : "Tight" ,
"textThrough" : "Through" ,
"textTopAndBottom" : "Top and Bottom" ,
"textInFront" : "In Front" ,
"textBehind" : "Behind" ,
"textAlign" : "Align" ,
"textMoveWithText" : "Move with Text" ,
"textAllowOverlap" : "Allow Overlap" ,
"textBringToForeground" : "Bring to Foreground" ,
"textSendToBackground" : "Send to Background" ,
"textMoveForward" : "Move Forward" ,
2020-11-02 17:44:03 +00:00
"textMoveBackward" : "Move Backward" ,
"textActualSize" : "Actual Size" ,
"textRemoveImage" : "Remove Image" ,
"textPictureFromLibrary" : "Picture from Library" ,
"textPictureFromURL" : "Picture from URL" ,
"textLinkSettings" : "Link Settings" ,
"textAddress" : "Address" ,
"textImageURL" : "Image URL" ,
"textReplaceImage" : "Replace Image" ,
"textEmptyImgUrl" : "You need to specify image URL." ,
"textNotUrl" : "This field should be a URL in the format \"http://www.example.com\"" ,
2020-11-03 20:30:05 +00:00
"notcriticalErrorTitle" : "Warning" ,
"textRemoveTable" : "Remove Table" ,
"textTableOptions" : "Table Options" ,
"textOptions" : "Options" ,
"textRepeatAsHeaderRow" : "Repeat as Header Row" ,
"textResizeToFitContent" : "Resize to Fit Content" ,
"textCellMargins" : "Cell Margins" ,
2020-11-06 14:45:32 +00:00
"textFlow" : "Flow" ,
2020-11-06 21:00:58 +00:00
"textRemoveChart" : "Remove Chart" ,
"textEditLink" : "Edit Link" ,
"textRemoveLink" : "Remove Link" ,
"textLink" : "Link" ,
"textDisplay" : "Display" ,
2020-11-17 17:25:25 +00:00
"textScreenTip" : "Screen Tip" ,
"textPageNumbering" : "Page Numbering" ,
"textDifferentFirstPage" : "Different first page" ,
"textDifferentOddAndEvenPages" : "Different odd and even pages" ,
"textLinkToPrevious" : "Link to Previous" ,
"textContinueFromPreviousSection" : "Continue from previous section" ,
2020-12-23 18:00:59 +00:00
"textStartAt" : "Start at" ,
"textFontColors" : "Font Colors" ,
"textAutomatic" : "Automatic" ,
2020-12-28 20:05:32 +00:00
"textAddCustomColor" : "Add Custom Color" ,
2021-01-12 13:42:00 +00:00
"textCustomColor" : "Custom Color" ,
2021-01-12 17:22:16 +00:00
"textFill" : "Fill" ,
"textBorder" : "Border" ,
2021-01-14 15:41:53 +00:00
"textEffects" : "Effects" ,
"textColor" : "Color" ,
2021-01-17 16:30:57 +00:00
"textOpacity" : "Opacity" ,
"textStyleOptions" : "Style Options" ,
"textHeaderRow" : "Header Row" ,
"textTotalRow" : "Total Row" ,
"textBandedRow" : "Banded Row" ,
"textFirstColumn" : "First Column" ,
"textLastColumn" : "Last Column" ,
2021-01-18 17:41:29 +00:00
"textBandedColumn" : "Banded Column" ,
2021-02-01 17:34:07 +00:00
"textType" : "Type" ,
"textNoStyles" : "No styles for this type of charts."
2020-12-15 12:16:15 +00:00
} ,
"Add" : {
"textTable" : "Table" ,
"textShape" : "Shape" ,
"textImage" : "Image" ,
2021-01-20 16:23:49 +00:00
"textOther" : "Other" ,
"textTableSize" : "Table Size" ,
"textColumns" : "Columns" ,
"textRows" : "Rows" ,
2021-01-21 14:56:45 +00:00
"textCancel" : "Cancel" ,
"textPictureFromLibrary" : "Picture from Library" ,
"textPictureFromURL" : "Picture from URL" ,
"textLinkSettings" : "LinkSettings" ,
"textBack" : "Back" ,
"textEmptyImgUrl" : "You need to specify image URL." ,
"txtNotUrl" : "This field should be a URL in the format \"http://www.example.com\"" ,
"notcriticalErrorTitle" : "Warning" ,
"textAddress" : "Address" ,
"textImageURL" : "Image URL" ,
2021-01-21 19:56:54 +00:00
"textInsertImage" : "Insert Image" ,
"textComment" : "Comment" ,
"textLink" : "Link" ,
"textPageNumber" : "Page Number" ,
"textBreak" : "Break" ,
"textFootnote" : "Footnote" ,
"textAddLink" : "Add Link" ,
"textDisplay" : "Display" ,
"textScreenTip" : "Screen Tip" ,
2021-01-21 20:25:12 +00:00
"textInsert" : "Insert" ,
"textPosition" : "Position" ,
"textLeftTop" : "Left Top" ,
"textCenterTop" : "Center Top" ,
"textRightTop" : "Right Top" ,
"textLeftBottom" : "Left Bottom" ,
"textCenterBottom" : "Center Bottom" ,
"textRightBottom" : "Right Bottom" ,
2021-01-22 11:33:00 +00:00
"textCurrentPosition" : "Current Position" ,
"textPageBreak" : "Page Break" ,
"textColumnBreak" : "Column Break" ,
"textSectionBreak" : "Section Break" ,
"textNextPage" : "Next Page" ,
"textContinuousPage" : "Continuous Page" ,
"textEvenPage" : "Even Page" ,
2021-01-22 18:35:55 +00:00
"textOddPage" : "Odd Page" ,
"textInsertFootnote" : "Insert Footnote" ,
"textBottomOfPage" : "Bottom Of Page" ,
"textBelowText" : "Below Text" ,
"textStartAt" : "Start At" ,
"textLocation" : "Location" ,
"textFormat" : "Format"
2021-03-17 15:44:35 +00:00
} ,
"About" : {
"textAbout" : "About" ,
"textVersion" : "Version" ,
"textEmail" : "Email" ,
"textAddress" : "Address" ,
"textTel" : "Tel" ,
"textPoweredBy" : "Powered By" ,
"textBack" : "Back"
2020-09-20 12:04:46 +00:00
}
2017-02-06 14:34:47 +00:00
}