2016-12-22 12:11:32 +00:00
{
2020-04-21 17:38:07 +00:00
"Common.Controllers.Collaboration.textAddReply" : "Add Reply" ,
2020-07-31 13:40:27 +00:00
"Common.Controllers.Collaboration.textCancel" : "Cancel" ,
2020-04-21 17:38:07 +00:00
"Common.Controllers.Collaboration.textDeleteComment" : "Delete comment" ,
"Common.Controllers.Collaboration.textDeleteReply" : "Delete reply" ,
2020-07-31 13:40:27 +00:00
"Common.Controllers.Collaboration.textDone" : "Done" ,
"Common.Controllers.Collaboration.textEdit" : "Edit" ,
"Common.Controllers.Collaboration.textEditUser" : "Users who are editing the file:" ,
2020-04-21 17:38:07 +00:00
"Common.Controllers.Collaboration.textMessageDeleteComment" : "Do you really want to delete this comment?" ,
"Common.Controllers.Collaboration.textMessageDeleteReply" : "Do you really want to delete this reply?" ,
2020-07-31 13:40:27 +00:00
"Common.Controllers.Collaboration.textReopen" : "Reopen" ,
"Common.Controllers.Collaboration.textResolve" : "Resolve" ,
2020-04-21 17:38:07 +00:00
"Common.Controllers.Collaboration.textYes" : "Yes" ,
2019-11-01 14:25:07 +00:00
"Common.UI.ThemeColorPalette.textCustomColors" : "Custom Colors" ,
2016-12-22 12:11:32 +00:00
"Common.UI.ThemeColorPalette.textStandartColors" : "Standard Colors" ,
2017-04-11 11:05:56 +00:00
"Common.UI.ThemeColorPalette.textThemeColors" : "Theme Colors" ,
2017-01-24 11:43:31 +00:00
"Common.Utils.Metric.txtCm" : "cm" ,
"Common.Utils.Metric.txtPt" : "pt" ,
2020-07-31 13:40:27 +00:00
"Common.Views.Collaboration.textAddReply" : "Add Reply" ,
2019-08-07 14:25:39 +00:00
"Common.Views.Collaboration.textBack" : "Back" ,
2020-07-31 13:40:27 +00:00
"Common.Views.Collaboration.textCancel" : "Cancel" ,
2019-08-07 14:25:39 +00:00
"Common.Views.Collaboration.textCollaboration" : "Collaboration" ,
2020-07-31 13:40:27 +00:00
"Common.Views.Collaboration.textDone" : "Done" ,
"Common.Views.Collaboration.textEditReply" : "Edit Reply" ,
2019-08-07 14:25:39 +00:00
"Common.Views.Collaboration.textEditUsers" : "Users" ,
2020-07-31 13:40:27 +00:00
"Common.Views.Collaboration.textEditС omment" : "Edit Comment" ,
2019-08-12 10:38:26 +00:00
"Common.Views.Collaboration.textNoComments" : "This presentation doesn't contain comments" ,
2019-08-19 12:29:16 +00:00
"Common.Views.Collaboration.textС omments" : "С omments" ,
2017-04-11 11:05:56 +00:00
"PE.Controllers.AddContainer.textImage" : "Image" ,
"PE.Controllers.AddContainer.textLink" : "Link" ,
2020-07-31 13:40:27 +00:00
"PE.Controllers.AddContainer.textOther" : "Other" ,
2017-04-11 11:05:56 +00:00
"PE.Controllers.AddContainer.textShape" : "Shape" ,
"PE.Controllers.AddContainer.textSlide" : "Slide" ,
"PE.Controllers.AddContainer.textTable" : "Table" ,
2020-11-05 19:21:05 +00:00
"PE.Controllers.AddImage.notcriticalErrorTitle" : "Warning" ,
2017-04-11 11:05:56 +00:00
"PE.Controllers.AddImage.textEmptyImgUrl" : "You need to specify image URL." ,
"PE.Controllers.AddImage.txtNotUrl" : "This field should be a URL in the format 'http://www.example.com'" ,
2020-11-05 19:21:05 +00:00
"PE.Controllers.AddLink.notcriticalErrorTitle" : "Warning" ,
2017-04-11 11:05:56 +00:00
"PE.Controllers.AddLink.textDefault" : "Selected text" ,
"PE.Controllers.AddLink.textExternalLink" : "External Link" ,
"PE.Controllers.AddLink.textFirst" : "First Slide" ,
"PE.Controllers.AddLink.textInternalLink" : "Slide in this Presentation" ,
"PE.Controllers.AddLink.textLast" : "Last Slide" ,
"PE.Controllers.AddLink.textNext" : "Next Slide" ,
"PE.Controllers.AddLink.textPrev" : "Previous Slide" ,
"PE.Controllers.AddLink.textSlide" : "Slide" ,
"PE.Controllers.AddLink.txtNotUrl" : "This field should be a URL in the format 'http://www.example.com'" ,
2020-07-31 13:40:27 +00:00
"PE.Controllers.AddOther.textCancel" : "Cancel" ,
"PE.Controllers.AddOther.textContinue" : "Continue" ,
"PE.Controllers.AddOther.textDelete" : "Delete" ,
"PE.Controllers.AddOther.textDeleteDraft" : "Do you really want to delete the draft?" ,
2017-04-11 11:05:56 +00:00
"PE.Controllers.AddTable.textCancel" : "Cancel" ,
"PE.Controllers.AddTable.textColumns" : "Columns" ,
"PE.Controllers.AddTable.textRows" : "Rows" ,
"PE.Controllers.AddTable.textTableSize" : "Table Size" ,
2020-03-19 11:52:52 +00:00
"PE.Controllers.DocumentHolder.errorCopyCutPaste" : "Copy, cut and paste actions using the context menu will be performed within the current file only." ,
2020-07-31 13:40:27 +00:00
"PE.Controllers.DocumentHolder.menuAddComment" : "Add Comment" ,
2017-04-11 11:05:56 +00:00
"PE.Controllers.DocumentHolder.menuAddLink" : "Add Link" ,
"PE.Controllers.DocumentHolder.menuCopy" : "Copy" ,
"PE.Controllers.DocumentHolder.menuCut" : "Cut" ,
"PE.Controllers.DocumentHolder.menuDelete" : "Delete" ,
"PE.Controllers.DocumentHolder.menuEdit" : "Edit" ,
2017-04-21 08:44:23 +00:00
"PE.Controllers.DocumentHolder.menuMore" : "More" ,
2017-04-11 11:05:56 +00:00
"PE.Controllers.DocumentHolder.menuOpenLink" : "Open Link" ,
"PE.Controllers.DocumentHolder.menuPaste" : "Paste" ,
2020-04-21 17:38:07 +00:00
"PE.Controllers.DocumentHolder.menuViewComment" : "View Comment" ,
2017-04-11 11:05:56 +00:00
"PE.Controllers.DocumentHolder.sheetCancel" : "Cancel" ,
2020-02-19 08:15:17 +00:00
"PE.Controllers.DocumentHolder.textCopyCutPasteActions" : "Copy, Cut and Paste Actions" ,
2020-03-23 12:58:37 +00:00
"PE.Controllers.DocumentHolder.textDoNotShowAgain" : "Do not show again" ,
2019-03-15 07:50:38 +00:00
"PE.Controllers.DocumentPreview.txtFinalMessage" : "The end of slide preview. Click to exit." ,
2017-04-11 11:05:56 +00:00
"PE.Controllers.EditContainer.textChart" : "Chart" ,
"PE.Controllers.EditContainer.textHyperlink" : "Hyperlink" ,
"PE.Controllers.EditContainer.textImage" : "Image" ,
"PE.Controllers.EditContainer.textSettings" : "Settings" ,
"PE.Controllers.EditContainer.textShape" : "Shape" ,
"PE.Controllers.EditContainer.textSlide" : "Slide" ,
"PE.Controllers.EditContainer.textTable" : "Table" ,
"PE.Controllers.EditContainer.textText" : "Text" ,
2020-11-05 19:21:05 +00:00
"PE.Controllers.EditImage.notcriticalErrorTitle" : "Warning" ,
2017-04-11 11:05:56 +00:00
"PE.Controllers.EditImage.textEmptyImgUrl" : "You need to specify image URL." ,
"PE.Controllers.EditImage.txtNotUrl" : "This field should be a URL in the format 'http://www.example.com'" ,
2020-11-05 19:21:05 +00:00
"PE.Controllers.EditLink.notcriticalErrorTitle" : "Warning" ,
2017-04-11 11:05:56 +00:00
"PE.Controllers.EditLink.textDefault" : "Selected text" ,
"PE.Controllers.EditLink.textExternalLink" : "External Link" ,
"PE.Controllers.EditLink.textFirst" : "First Slide" ,
"PE.Controllers.EditLink.textInternalLink" : "Slide in this Presentation" ,
"PE.Controllers.EditLink.textLast" : "Last Slide" ,
"PE.Controllers.EditLink.textNext" : "Next Slide" ,
"PE.Controllers.EditLink.textPrev" : "Previous Slide" ,
"PE.Controllers.EditLink.textSlide" : "Slide" ,
"PE.Controllers.EditLink.txtNotUrl" : "This field should be a URL in the format 'http://www.example.com'" ,
"PE.Controllers.EditSlide.textSec" : "s" ,
"PE.Controllers.EditText.textAuto" : "Auto" ,
"PE.Controllers.EditText.textFonts" : "Fonts" ,
"PE.Controllers.EditText.textPt" : "pt" ,
"PE.Controllers.Main.advDRMEnterPassword" : "Enter your password:" ,
"PE.Controllers.Main.advDRMOptions" : "Protected File" ,
"PE.Controllers.Main.advDRMPassword" : "Password" ,
"PE.Controllers.Main.applyChangesTextText" : "Loading data..." ,
"PE.Controllers.Main.applyChangesTitleText" : "Loading Data" ,
2018-07-26 10:34:08 +00:00
"PE.Controllers.Main.closeButtonText" : "Close File" ,
2017-04-11 11:05:56 +00:00
"PE.Controllers.Main.convertationTimeoutText" : "Conversion timeout exceeded." ,
"PE.Controllers.Main.criticalErrorExtText" : "Press 'OK' to return to document list." ,
2016-12-22 12:11:32 +00:00
"PE.Controllers.Main.criticalErrorTitle" : "Error" ,
2017-04-11 11:05:56 +00:00
"PE.Controllers.Main.downloadErrorText" : "Download failed." ,
2018-12-06 12:57:23 +00:00
"PE.Controllers.Main.downloadTextText" : "Downloading presentation..." ,
"PE.Controllers.Main.downloadTitleText" : "Downloading Presentation" ,
2019-02-04 11:32:07 +00:00
"PE.Controllers.Main.errorAccessDeny" : "You are trying to perform an action you do not have rights for.<br>Please contact your Document Server administrator." ,
2017-04-21 08:44:23 +00:00
"PE.Controllers.Main.errorBadImageUrl" : "Image URL is incorrect" ,
2017-04-11 11:05:56 +00:00
"PE.Controllers.Main.errorCoAuthoringDisconnect" : "Server connection lost. You can't edit anymore." ,
2019-11-01 14:25:07 +00:00
"PE.Controllers.Main.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." ,
2017-04-11 11:05:56 +00:00
"PE.Controllers.Main.errorDatabaseConnection" : "External error.<br>Database connection error. Please, contact support." ,
2018-06-29 08:14:02 +00:00
"PE.Controllers.Main.errorDataEncrypted" : "Encrypted changes have been received, they cannot be deciphered." ,
2017-04-11 11:05:56 +00:00
"PE.Controllers.Main.errorDataRange" : "Incorrect data range." ,
2016-12-22 12:11:32 +00:00
"PE.Controllers.Main.errorDefaultMessage" : "Error code: %1" ,
2019-02-26 15:55:20 +00:00
"PE.Controllers.Main.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." ,
2018-04-26 10:27:08 +00:00
"PE.Controllers.Main.errorFilePassProtect" : "The file is password protected and cannot be opened." ,
2019-11-01 14:25:07 +00:00
"PE.Controllers.Main.errorFileSizeExceed" : "The file size exceeds the limitation set for your server.<br>Please contact your Document Server administrator for details." ,
2017-04-11 11:05:56 +00:00
"PE.Controllers.Main.errorKeyEncrypt" : "Unknown key descriptor" ,
"PE.Controllers.Main.errorKeyExpire" : "Key descriptor expired" ,
2020-09-16 17:35:53 +00:00
"PE.Controllers.Main.errorOpensource" : "Using the free Community version you can open documents for viewing only. To access mobile web editors, a commercial license is required." ,
2017-04-11 11:05:56 +00:00
"PE.Controllers.Main.errorProcessSaveResult" : "Saving is failed." ,
"PE.Controllers.Main.errorServerVersion" : "The editor version has been updated. The page will be reloaded to apply the changes." ,
2020-08-13 15:49:01 +00:00
"PE.Controllers.Main.errorSessionAbsolute" : "The document editing session has expired. Please reload the page." ,
"PE.Controllers.Main.errorSessionIdle" : "The document has not been edited for quite a long time. Please reload the page." ,
"PE.Controllers.Main.errorSessionToken" : "The connection to the server has been interrupted. Please reload the page." ,
2017-04-11 11:05:56 +00:00
"PE.Controllers.Main.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." ,
"PE.Controllers.Main.errorUpdateVersion" : "The file version has been changed. The page will be reloaded." ,
2020-02-18 13:41:27 +00:00
"PE.Controllers.Main.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." ,
2017-04-11 11:05:56 +00:00
"PE.Controllers.Main.errorUserDrop" : "The file cannot be accessed right now." ,
"PE.Controllers.Main.errorUsersExceed" : "The number of users was exceeded" ,
2019-10-31 07:48:28 +00:00
"PE.Controllers.Main.errorViewerDisconnect" : "Connection is lost. You can still view the document,<br>but will not be able to download it until the connection is restored and page is reloaded." ,
2017-04-11 11:05:56 +00:00
"PE.Controllers.Main.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." ,
2016-12-22 12:11:32 +00:00
"PE.Controllers.Main.loadFontsTextText" : "Loading data..." ,
2017-04-11 11:05:56 +00:00
"PE.Controllers.Main.loadFontsTitleText" : "Loading Data" ,
2016-12-22 12:11:32 +00:00
"PE.Controllers.Main.loadFontTextText" : "Loading data..." ,
2017-04-11 11:05:56 +00:00
"PE.Controllers.Main.loadFontTitleText" : "Loading Data" ,
"PE.Controllers.Main.loadImagesTextText" : "Loading images..." ,
"PE.Controllers.Main.loadImagesTitleText" : "Loading Images" ,
2016-12-22 12:11:32 +00:00
"PE.Controllers.Main.loadImageTextText" : "Loading image..." ,
2017-04-11 11:05:56 +00:00
"PE.Controllers.Main.loadImageTitleText" : "Loading Image" ,
"PE.Controllers.Main.loadingDocumentTextText" : "Loading presentation..." ,
"PE.Controllers.Main.loadingDocumentTitleText" : "Loading presentation" ,
"PE.Controllers.Main.loadThemeTextText" : "Loading theme..." ,
"PE.Controllers.Main.loadThemeTitleText" : "Loading Theme" ,
"PE.Controllers.Main.notcriticalErrorTitle" : "Warning" ,
2019-11-15 13:12:49 +00:00
"PE.Controllers.Main.openErrorText" : "An error has occurred while opening the file." ,
2017-04-11 11:05:56 +00:00
"PE.Controllers.Main.openTextText" : "Opening document..." ,
"PE.Controllers.Main.openTitleText" : "Opening Document" ,
2016-12-22 12:11:32 +00:00
"PE.Controllers.Main.printTextText" : "Printing document..." ,
2017-04-11 11:05:56 +00:00
"PE.Controllers.Main.printTitleText" : "Printing Document" ,
2016-12-22 12:11:32 +00:00
"PE.Controllers.Main.reloadButtonText" : "Reload Page" ,
"PE.Controllers.Main.requestEditFailedMessageText" : "Someone is editing this document right now. Please try again later." ,
2017-04-11 11:05:56 +00:00
"PE.Controllers.Main.requestEditFailedTitleText" : "Access denied" ,
2019-11-15 13:12:49 +00:00
"PE.Controllers.Main.saveErrorText" : "An error has occurred while saving the file." ,
2017-04-11 11:05:56 +00:00
"PE.Controllers.Main.savePreparingText" : "Preparing to save" ,
"PE.Controllers.Main.savePreparingTitle" : "Preparing to save. Please wait..." ,
"PE.Controllers.Main.saveTextText" : "Saving document..." ,
"PE.Controllers.Main.saveTitleText" : "Saving Document" ,
2018-10-08 14:06:37 +00:00
"PE.Controllers.Main.scriptLoadError" : "The connection is too slow, some of the components could not be loaded. Please reload the page." ,
2017-04-11 11:05:56 +00:00
"PE.Controllers.Main.splitDividerErrorText" : "The number of rows must be a divisor of %1" ,
"PE.Controllers.Main.splitMaxColsErrorText" : "The number of columns must be less than %1" ,
"PE.Controllers.Main.splitMaxRowsErrorText" : "The number of rows must be less than %1" ,
"PE.Controllers.Main.textAnonymous" : "Anonymous" ,
"PE.Controllers.Main.textBack" : "Back" ,
"PE.Controllers.Main.textBuyNow" : "Visit website" ,
"PE.Controllers.Main.textCancel" : "Cancel" ,
"PE.Controllers.Main.textClose" : "Close" ,
"PE.Controllers.Main.textCloseTip" : "Tap to close the tip." ,
"PE.Controllers.Main.textContactUs" : "Contact sales" ,
2019-03-15 12:46:45 +00:00
"PE.Controllers.Main.textCustomLoader" : "Please note that according to the terms of the license you are not entitled to change the loader.<br>Please contact our Sales Department to get a quote." ,
2017-04-11 11:05:56 +00:00
"PE.Controllers.Main.textDone" : "Done" ,
2021-01-12 11:51:58 +00:00
"PE.Controllers.Main.textGuest" : "Guest" ,
2020-07-31 13:40:27 +00:00
"PE.Controllers.Main.textHasMacros" : "The file contains automatic macros.<br>Do you want to run macros?" ,
2017-04-11 11:05:56 +00:00
"PE.Controllers.Main.textLoadingDocument" : "Loading presentation" ,
2020-07-31 13:40:27 +00:00
"PE.Controllers.Main.textNo" : "No" ,
2020-09-16 17:35:53 +00:00
"PE.Controllers.Main.textNoLicenseTitle" : "License limit reached" ,
2017-04-11 11:05:56 +00:00
"PE.Controllers.Main.textOK" : "OK" ,
2019-03-15 12:46:45 +00:00
"PE.Controllers.Main.textPaidFeature" : "Paid feature" ,
2017-04-11 11:05:56 +00:00
"PE.Controllers.Main.textPassword" : "Password" ,
"PE.Controllers.Main.textPreloader" : "Loading... " ,
2020-07-31 13:40:27 +00:00
"PE.Controllers.Main.textRemember" : "Remember my choice" ,
2017-04-11 11:05:56 +00:00
"PE.Controllers.Main.textShape" : "Shape" ,
"PE.Controllers.Main.textTryUndoRedo" : "The Undo/Redo functions are disabled for the Fast co-editing mode." ,
"PE.Controllers.Main.textUsername" : "Username" ,
2020-07-31 13:40:27 +00:00
"PE.Controllers.Main.textYes" : "Yes" ,
2017-04-11 11:05:56 +00:00
"PE.Controllers.Main.titleLicenseExp" : "License expired" ,
"PE.Controllers.Main.titleServerVersion" : "Editor updated" ,
"PE.Controllers.Main.txtArt" : "Your text here" ,
"PE.Controllers.Main.txtBasicShapes" : "Basic Shapes" ,
"PE.Controllers.Main.txtButtons" : "Buttons" ,
"PE.Controllers.Main.txtCallouts" : "Callouts" ,
"PE.Controllers.Main.txtCharts" : "Charts" ,
2017-07-24 10:33:42 +00:00
"PE.Controllers.Main.txtClipArt" : "Clip Art" ,
"PE.Controllers.Main.txtDateTime" : "Date and time" ,
"PE.Controllers.Main.txtDiagram" : "SmartArt" ,
2017-04-11 11:05:56 +00:00
"PE.Controllers.Main.txtDiagramTitle" : "Chart Title" ,
"PE.Controllers.Main.txtEditingMode" : "Set editing mode..." ,
"PE.Controllers.Main.txtFiguredArrows" : "Figured Arrows" ,
2017-07-24 10:33:42 +00:00
"PE.Controllers.Main.txtFooter" : "Footer" ,
"PE.Controllers.Main.txtHeader" : "Header" ,
"PE.Controllers.Main.txtImage" : "Image" ,
2017-04-11 11:05:56 +00:00
"PE.Controllers.Main.txtLines" : "Lines" ,
"PE.Controllers.Main.txtMath" : "Math" ,
2017-07-24 10:33:42 +00:00
"PE.Controllers.Main.txtMedia" : "Media" ,
2017-04-11 11:05:56 +00:00
"PE.Controllers.Main.txtNeedSynchronize" : "You have updates" ,
2017-07-24 10:33:42 +00:00
"PE.Controllers.Main.txtPicture" : "Picture" ,
2018-04-28 13:38:01 +00:00
"PE.Controllers.Main.txtProtected" : "Once you enter the password and open the file, the current password to the file will be reset" ,
2017-04-11 11:05:56 +00:00
"PE.Controllers.Main.txtRectangles" : "Rectangles" ,
"PE.Controllers.Main.txtSeries" : "Series" ,
2016-12-22 12:11:32 +00:00
"PE.Controllers.Main.txtSldLtTBlank" : "Blank" ,
"PE.Controllers.Main.txtSldLtTChart" : "Chart" ,
"PE.Controllers.Main.txtSldLtTChartAndTx" : "Chart and Text" ,
"PE.Controllers.Main.txtSldLtTClipArtAndTx" : "Clip Art and Text" ,
"PE.Controllers.Main.txtSldLtTClipArtAndVertTx" : "Clip Art and Vertical Text" ,
"PE.Controllers.Main.txtSldLtTCust" : "Custom" ,
"PE.Controllers.Main.txtSldLtTDgm" : "Diagram" ,
"PE.Controllers.Main.txtSldLtTFourObj" : "Four Objects" ,
"PE.Controllers.Main.txtSldLtTMediaAndTx" : "Media and Text" ,
"PE.Controllers.Main.txtSldLtTObj" : "Title and Object" ,
2017-04-11 11:05:56 +00:00
"PE.Controllers.Main.txtSldLtTObjAndTwoObj" : "Object and Two Objects" ,
2016-12-22 12:11:32 +00:00
"PE.Controllers.Main.txtSldLtTObjAndTx" : "Object and Text" ,
"PE.Controllers.Main.txtSldLtTObjOnly" : "Object" ,
"PE.Controllers.Main.txtSldLtTObjOverTx" : "Object over Text" ,
"PE.Controllers.Main.txtSldLtTObjTx" : "Title, Object, and Caption" ,
"PE.Controllers.Main.txtSldLtTPicTx" : "Picture and Caption" ,
"PE.Controllers.Main.txtSldLtTSecHead" : "Section Header" ,
"PE.Controllers.Main.txtSldLtTTbl" : "Table" ,
"PE.Controllers.Main.txtSldLtTTitle" : "Title" ,
"PE.Controllers.Main.txtSldLtTTitleOnly" : "Title Only" ,
"PE.Controllers.Main.txtSldLtTTwoColTx" : "Two Column Text" ,
"PE.Controllers.Main.txtSldLtTTwoObj" : "Two Objects" ,
"PE.Controllers.Main.txtSldLtTTwoObjAndObj" : "Two Objects and Object" ,
"PE.Controllers.Main.txtSldLtTTwoObjAndTx" : "Two Objects and Text" ,
"PE.Controllers.Main.txtSldLtTTwoObjOverTx" : "Two Objects over Text" ,
"PE.Controllers.Main.txtSldLtTTwoTxTwoObj" : "Two Text and Two Objects" ,
"PE.Controllers.Main.txtSldLtTTx" : "Text" ,
"PE.Controllers.Main.txtSldLtTTxAndChart" : "Text and Chart" ,
"PE.Controllers.Main.txtSldLtTTxAndClipArt" : "Text and Clip Art" ,
"PE.Controllers.Main.txtSldLtTTxAndMedia" : "Text and Media" ,
"PE.Controllers.Main.txtSldLtTTxAndObj" : "Text and Object" ,
"PE.Controllers.Main.txtSldLtTTxAndTwoObj" : "Text and Two Objects" ,
"PE.Controllers.Main.txtSldLtTTxOverObj" : "Text over Object" ,
"PE.Controllers.Main.txtSldLtTVertTitleAndTx" : "Vertical Title and Text" ,
"PE.Controllers.Main.txtSldLtTVertTitleAndTxOverChart" : "Vertical Title and Text Over Chart" ,
"PE.Controllers.Main.txtSldLtTVertTx" : "Vertical Text" ,
2017-07-24 10:33:42 +00:00
"PE.Controllers.Main.txtSlideNumber" : "Slide number" ,
"PE.Controllers.Main.txtSlideSubtitle" : "Slide subtitle" ,
"PE.Controllers.Main.txtSlideText" : "Slide text" ,
"PE.Controllers.Main.txtSlideTitle" : "Slide title" ,
2016-12-22 12:11:32 +00:00
"PE.Controllers.Main.txtStarsRibbons" : "Stars & Ribbons" ,
"PE.Controllers.Main.txtXAxis" : "X Axis" ,
"PE.Controllers.Main.txtYAxis" : "Y Axis" ,
2017-04-11 11:05:56 +00:00
"PE.Controllers.Main.unknownErrorText" : "Unknown error." ,
2019-04-29 11:02:52 +00:00
"PE.Controllers.Main.unsupportedBrowserErrorText" : "Your browser is not supported." ,
2017-04-11 11:05:56 +00:00
"PE.Controllers.Main.uploadImageExtMessage" : "Unknown image format." ,
"PE.Controllers.Main.uploadImageFileCountMessage" : "No images uploaded." ,
"PE.Controllers.Main.uploadImageSizeMessage" : "Maximium image size limit exceeded." ,
"PE.Controllers.Main.uploadImageTextText" : "Uploading image..." ,
"PE.Controllers.Main.uploadImageTitleText" : "Uploading Image" ,
2019-05-08 12:25:42 +00:00
"PE.Controllers.Main.waitText" : "Please, wait..." ,
2020-09-16 17:35:53 +00:00
"PE.Controllers.Main.warnLicenseExceeded" : "You've reached the limit for simultaneous connections to %1 editors. This document will be opened for viewing only.<br>Contact your administrator to learn more." ,
2016-12-22 12:11:32 +00:00
"PE.Controllers.Main.warnLicenseExp" : "Your license has expired.<br>Please update your license and refresh the page." ,
2020-11-13 13:11:49 +00:00
"PE.Controllers.Main.warnLicenseLimitedNoAccess" : "License expired.<br>You have no access to document editing functionality.<br>Please contact your administrator." ,
"PE.Controllers.Main.warnLicenseLimitedRenewed" : "License needs to be renewed.<br>You have a limited access to document editing functionality.<br>Please contact your administrator to get full access" ,
2020-09-16 17:35:53 +00:00
"PE.Controllers.Main.warnLicenseUsersExceeded" : "You've reached the user limit for %1 editors. Contact your administrator to learn more." ,
2020-07-14 09:46:15 +00:00
"PE.Controllers.Main.warnNoLicense" : "You've reached the limit for simultaneous connections to %1 editors. This document will be opened for viewing only.<br>Contact %1 sales team for personal upgrade terms." ,
"PE.Controllers.Main.warnNoLicenseUsers" : "You've reached the user limit for %1 editors. Contact %1 sales team for personal upgrade terms." ,
2017-04-11 11:05:56 +00:00
"PE.Controllers.Main.warnProcessRightsChange" : "You have been denied the right to edit the file." ,
2016-12-22 12:11:32 +00:00
"PE.Controllers.Search.textNoTextFound" : "Text not Found" ,
2018-12-06 12:06:51 +00:00
"PE.Controllers.Search.textReplaceAll" : "Replace All" ,
2016-12-22 12:11:32 +00:00
"PE.Controllers.Settings.notcriticalErrorTitle" : "Warning" ,
2017-04-11 11:05:56 +00:00
"PE.Controllers.Settings.txtLoading" : "Loading..." ,
2016-12-22 12:11:32 +00:00
"PE.Controllers.Toolbar.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." ,
2017-04-11 11:05:56 +00:00
"PE.Controllers.Toolbar.dlgLeaveTitleText" : "You leave the application" ,
2016-12-22 12:11:32 +00:00
"PE.Controllers.Toolbar.leaveButtonText" : "Leave this Page" ,
"PE.Controllers.Toolbar.stayButtonText" : "Stay on this Page" ,
2017-04-11 11:05:56 +00:00
"PE.Views.AddImage.textAddress" : "Address" ,
"PE.Views.AddImage.textBack" : "Back" ,
2016-12-22 12:11:32 +00:00
"PE.Views.AddImage.textFromLibrary" : "Picture from Library" ,
"PE.Views.AddImage.textFromURL" : "Picture from URL" ,
"PE.Views.AddImage.textImageURL" : "Image URL" ,
"PE.Views.AddImage.textInsertImage" : "Insert Image" ,
2017-04-11 11:05:56 +00:00
"PE.Views.AddImage.textLinkSettings" : "Link Settings" ,
"PE.Views.AddLink.textBack" : "Back" ,
"PE.Views.AddLink.textDisplay" : "Display" ,
2016-12-22 12:11:32 +00:00
"PE.Views.AddLink.textExternalLink" : "External Link" ,
2017-04-11 11:05:56 +00:00
"PE.Views.AddLink.textFirst" : "First Slide" ,
"PE.Views.AddLink.textInsert" : "Insert" ,
2016-12-22 12:11:32 +00:00
"PE.Views.AddLink.textInternalLink" : "Slide in this Presentation" ,
2017-04-11 11:05:56 +00:00
"PE.Views.AddLink.textLast" : "Last Slide" ,
2016-12-22 12:11:32 +00:00
"PE.Views.AddLink.textLink" : "Link" ,
"PE.Views.AddLink.textLinkSlide" : "Link to" ,
2017-04-11 11:05:56 +00:00
"PE.Views.AddLink.textLinkType" : "Link Type" ,
2016-12-22 12:11:32 +00:00
"PE.Views.AddLink.textNext" : "Next Slide" ,
"PE.Views.AddLink.textNumber" : "Slide Number" ,
2017-04-11 11:05:56 +00:00
"PE.Views.AddLink.textPrev" : "Previous Slide" ,
"PE.Views.AddLink.textTip" : "Screen Tip" ,
2020-04-21 17:38:07 +00:00
"PE.Views.AddOther.textAddComment" : "Add Comment" ,
2020-07-31 13:40:27 +00:00
"PE.Views.AddOther.textBack" : "Back" ,
"PE.Views.AddOther.textComment" : "Comment" ,
"PE.Views.AddOther.textDisplay" : "Display" ,
2020-04-21 17:38:07 +00:00
"PE.Views.AddOther.textDone" : "Done" ,
2020-04-30 09:55:09 +00:00
"PE.Views.AddOther.textExternalLink" : "External Link" ,
2020-07-31 13:40:27 +00:00
"PE.Views.AddOther.textFirst" : "First Slide" ,
"PE.Views.AddOther.textInsert" : "Insert" ,
2020-04-30 09:55:09 +00:00
"PE.Views.AddOther.textInternalLink" : "Slide in this Presentation" ,
2020-07-31 13:40:27 +00:00
"PE.Views.AddOther.textLast" : "Last Slide" ,
2020-04-30 09:55:09 +00:00
"PE.Views.AddOther.textLink" : "Link" ,
"PE.Views.AddOther.textLinkSlide" : "Link to" ,
2020-07-31 13:40:27 +00:00
"PE.Views.AddOther.textLinkType" : "Link Type" ,
2020-04-30 09:55:09 +00:00
"PE.Views.AddOther.textNext" : "Next Slide" ,
"PE.Views.AddOther.textNumber" : "Slide Number" ,
2020-07-31 13:40:27 +00:00
"PE.Views.AddOther.textPrev" : "Previous Slide" ,
"PE.Views.AddOther.textTable" : "Table" ,
"PE.Views.AddOther.textTip" : "Screen Tip" ,
2019-11-01 14:25:07 +00:00
"PE.Views.EditChart.textAddCustomColor" : "Add Custom Color" ,
2017-01-11 12:51:34 +00:00
"PE.Views.EditChart.textAlign" : "Align" ,
2017-04-11 11:05:56 +00:00
"PE.Views.EditChart.textAlignBottom" : "Align Bottom" ,
"PE.Views.EditChart.textAlignCenter" : "Align Center" ,
2017-01-11 12:51:34 +00:00
"PE.Views.EditChart.textAlignLeft" : "Align Left" ,
2017-04-11 11:05:56 +00:00
"PE.Views.EditChart.textAlignMiddle" : "Align Middle" ,
2017-01-11 12:51:34 +00:00
"PE.Views.EditChart.textAlignRight" : "Align Right" ,
"PE.Views.EditChart.textAlignTop" : "Align Top" ,
2017-04-11 11:05:56 +00:00
"PE.Views.EditChart.textBack" : "Back" ,
"PE.Views.EditChart.textBackward" : "Move Backward" ,
"PE.Views.EditChart.textBorder" : "Border" ,
"PE.Views.EditChart.textColor" : "Color" ,
2019-11-01 14:25:07 +00:00
"PE.Views.EditChart.textCustomColor" : "Custom Color" ,
2017-04-11 11:05:56 +00:00
"PE.Views.EditChart.textFill" : "Fill" ,
"PE.Views.EditChart.textForward" : "Move Forward" ,
"PE.Views.EditChart.textRemoveChart" : "Remove Chart" ,
"PE.Views.EditChart.textReorder" : "Reorder" ,
"PE.Views.EditChart.textSize" : "Size" ,
"PE.Views.EditChart.textStyle" : "Style" ,
"PE.Views.EditChart.textToBackground" : "Send to Background" ,
"PE.Views.EditChart.textToForeground" : "Bring to Foreground" ,
"PE.Views.EditChart.textType" : "Type" ,
2017-01-11 12:51:34 +00:00
"PE.Views.EditChart.txtDistribHor" : "Distribute Horizontally" ,
"PE.Views.EditChart.txtDistribVert" : "Distribute Vertically" ,
2017-04-11 11:05:56 +00:00
"PE.Views.EditImage.textAddress" : "Address" ,
"PE.Views.EditImage.textAlign" : "Align" ,
"PE.Views.EditImage.textAlignBottom" : "Align Bottom" ,
"PE.Views.EditImage.textAlignCenter" : "Align Center" ,
"PE.Views.EditImage.textAlignLeft" : "Align Left" ,
"PE.Views.EditImage.textAlignMiddle" : "Align Middle" ,
"PE.Views.EditImage.textAlignRight" : "Align Right" ,
"PE.Views.EditImage.textAlignTop" : "Align Top" ,
2016-12-22 12:11:32 +00:00
"PE.Views.EditImage.textBack" : "Back" ,
"PE.Views.EditImage.textBackward" : "Move Backward" ,
2019-11-06 08:11:30 +00:00
"PE.Views.EditImage.textDefault" : "Actual Size" ,
2017-04-11 11:05:56 +00:00
"PE.Views.EditImage.textForward" : "Move Forward" ,
2016-12-22 12:11:32 +00:00
"PE.Views.EditImage.textFromLibrary" : "Picture from Library" ,
"PE.Views.EditImage.textFromURL" : "Picture from URL" ,
"PE.Views.EditImage.textImageURL" : "Image URL" ,
2017-04-11 11:05:56 +00:00
"PE.Views.EditImage.textLinkSettings" : "Link Settings" ,
"PE.Views.EditImage.textRemove" : "Remove Image" ,
"PE.Views.EditImage.textReorder" : "Reorder" ,
"PE.Views.EditImage.textReplace" : "Replace" ,
2016-12-22 12:11:32 +00:00
"PE.Views.EditImage.textReplaceImg" : "Replace Image" ,
2017-04-11 11:05:56 +00:00
"PE.Views.EditImage.textToBackground" : "Send to Background" ,
"PE.Views.EditImage.textToForeground" : "Bring to Foreground" ,
2017-01-11 12:51:34 +00:00
"PE.Views.EditImage.txtDistribHor" : "Distribute Horizontally" ,
"PE.Views.EditImage.txtDistribVert" : "Distribute Vertically" ,
2017-04-11 11:05:56 +00:00
"PE.Views.EditLink.textBack" : "Back" ,
"PE.Views.EditLink.textDisplay" : "Display" ,
2020-07-31 13:40:27 +00:00
"PE.Views.EditLink.textEdit" : "Edit Link" ,
2016-12-22 12:11:32 +00:00
"PE.Views.EditLink.textExternalLink" : "External Link" ,
2017-04-11 11:05:56 +00:00
"PE.Views.EditLink.textFirst" : "First Slide" ,
2016-12-22 12:11:32 +00:00
"PE.Views.EditLink.textInternalLink" : "Slide in this Presentation" ,
2017-04-11 11:05:56 +00:00
"PE.Views.EditLink.textLast" : "Last Slide" ,
2016-12-22 12:11:32 +00:00
"PE.Views.EditLink.textLink" : "Link" ,
"PE.Views.EditLink.textLinkSlide" : "Link to" ,
2017-04-11 11:05:56 +00:00
"PE.Views.EditLink.textLinkType" : "Link Type" ,
2016-12-22 12:11:32 +00:00
"PE.Views.EditLink.textNext" : "Next Slide" ,
"PE.Views.EditLink.textNumber" : "Slide Number" ,
2017-04-11 11:05:56 +00:00
"PE.Views.EditLink.textPrev" : "Previous Slide" ,
2016-12-22 12:11:32 +00:00
"PE.Views.EditLink.textRemove" : "Remove Link" ,
2017-04-11 11:05:56 +00:00
"PE.Views.EditLink.textTip" : "Screen Tip" ,
2019-11-01 14:25:07 +00:00
"PE.Views.EditShape.textAddCustomColor" : "Add Custom Color" ,
2017-04-11 11:05:56 +00:00
"PE.Views.EditShape.textAlign" : "Align" ,
"PE.Views.EditShape.textAlignBottom" : "Align Bottom" ,
"PE.Views.EditShape.textAlignCenter" : "Align Center" ,
"PE.Views.EditShape.textAlignLeft" : "Align Left" ,
"PE.Views.EditShape.textAlignMiddle" : "Align Middle" ,
"PE.Views.EditShape.textAlignRight" : "Align Right" ,
"PE.Views.EditShape.textAlignTop" : "Align Top" ,
2016-12-22 12:11:32 +00:00
"PE.Views.EditShape.textBack" : "Back" ,
"PE.Views.EditShape.textBackward" : "Move Backward" ,
"PE.Views.EditShape.textBorder" : "Border" ,
"PE.Views.EditShape.textColor" : "Color" ,
2019-11-01 14:25:07 +00:00
"PE.Views.EditShape.textCustomColor" : "Custom Color" ,
2017-04-11 11:05:56 +00:00
"PE.Views.EditShape.textEffects" : "Effects" ,
"PE.Views.EditShape.textFill" : "Fill" ,
"PE.Views.EditShape.textForward" : "Move Forward" ,
2016-12-22 12:11:32 +00:00
"PE.Views.EditShape.textOpacity" : "Opacity" ,
2017-04-11 11:05:56 +00:00
"PE.Views.EditShape.textRemoveShape" : "Remove Shape" ,
"PE.Views.EditShape.textReorder" : "Reorder" ,
"PE.Views.EditShape.textReplace" : "Replace" ,
"PE.Views.EditShape.textSize" : "Size" ,
"PE.Views.EditShape.textStyle" : "Style" ,
"PE.Views.EditShape.textToBackground" : "Send to Background" ,
"PE.Views.EditShape.textToForeground" : "Bring to Foreground" ,
2017-01-11 12:51:34 +00:00
"PE.Views.EditShape.txtDistribHor" : "Distribute Horizontally" ,
"PE.Views.EditShape.txtDistribVert" : "Distribute Vertically" ,
2019-11-01 14:25:07 +00:00
"PE.Views.EditSlide.textAddCustomColor" : "Add Custom Color" ,
2017-04-11 11:05:56 +00:00
"PE.Views.EditSlide.textApplyAll" : "Apply to All Slides" ,
2016-12-22 12:11:32 +00:00
"PE.Views.EditSlide.textBack" : "Back" ,
2017-04-11 11:05:56 +00:00
"PE.Views.EditSlide.textBlack" : "Through Black" ,
"PE.Views.EditSlide.textBottom" : "Bottom" ,
"PE.Views.EditSlide.textBottomLeft" : "Bottom-Left" ,
"PE.Views.EditSlide.textBottomRight" : "Bottom-Right" ,
"PE.Views.EditSlide.textClock" : "Clock" ,
"PE.Views.EditSlide.textClockwise" : "Clockwise" ,
2016-12-22 12:11:32 +00:00
"PE.Views.EditSlide.textColor" : "Color" ,
2017-04-11 11:05:56 +00:00
"PE.Views.EditSlide.textCounterclockwise" : "Counterclockwise" ,
"PE.Views.EditSlide.textCover" : "Cover" ,
2019-11-01 14:25:07 +00:00
"PE.Views.EditSlide.textCustomColor" : "Custom Color" ,
2017-04-11 11:05:56 +00:00
"PE.Views.EditSlide.textDelay" : "Delay" ,
"PE.Views.EditSlide.textDuplicateSlide" : "Duplicate Slide" ,
"PE.Views.EditSlide.textDuration" : "Duration" ,
"PE.Views.EditSlide.textEffect" : "Effect" ,
2016-12-22 12:11:32 +00:00
"PE.Views.EditSlide.textFade" : "Fade" ,
2017-04-11 11:05:56 +00:00
"PE.Views.EditSlide.textFill" : "Fill" ,
"PE.Views.EditSlide.textHorizontalIn" : "Horizontal In" ,
"PE.Views.EditSlide.textHorizontalOut" : "Horizontal Out" ,
"PE.Views.EditSlide.textLayout" : "Layout" ,
"PE.Views.EditSlide.textLeft" : "Left" ,
"PE.Views.EditSlide.textNone" : "None" ,
"PE.Views.EditSlide.textOpacity" : "Opacity" ,
2016-12-22 12:11:32 +00:00
"PE.Views.EditSlide.textPush" : "Push" ,
2017-04-11 11:05:56 +00:00
"PE.Views.EditSlide.textRemoveSlide" : "Delete Slide" ,
"PE.Views.EditSlide.textRight" : "Right" ,
2016-12-22 12:11:32 +00:00
"PE.Views.EditSlide.textSmoothly" : "Smoothly" ,
2017-04-11 11:05:56 +00:00
"PE.Views.EditSlide.textSplit" : "Split" ,
"PE.Views.EditSlide.textStartOnClick" : "Start On Click" ,
"PE.Views.EditSlide.textStyle" : "Style" ,
"PE.Views.EditSlide.textTheme" : "Theme" ,
2016-12-22 12:11:32 +00:00
"PE.Views.EditSlide.textTop" : "Top" ,
"PE.Views.EditSlide.textTopLeft" : "Top-Left" ,
"PE.Views.EditSlide.textTopRight" : "Top-Right" ,
2017-04-11 11:05:56 +00:00
"PE.Views.EditSlide.textTransition" : "Transition" ,
"PE.Views.EditSlide.textType" : "Type" ,
"PE.Views.EditSlide.textUnCover" : "UnCover" ,
2016-12-22 12:11:32 +00:00
"PE.Views.EditSlide.textVerticalIn" : "Vertical In" ,
"PE.Views.EditSlide.textVerticalOut" : "Vertical Out" ,
"PE.Views.EditSlide.textWedge" : "Wedge" ,
2017-04-11 11:05:56 +00:00
"PE.Views.EditSlide.textWipe" : "Wipe" ,
"PE.Views.EditSlide.textZoom" : "Zoom" ,
2016-12-22 12:11:32 +00:00
"PE.Views.EditSlide.textZoomIn" : "Zoom In" ,
"PE.Views.EditSlide.textZoomOut" : "Zoom Out" ,
"PE.Views.EditSlide.textZoomRotate" : "Zoom and Rotate" ,
2019-11-01 14:25:07 +00:00
"PE.Views.EditTable.textAddCustomColor" : "Add Custom Color" ,
2017-04-11 11:05:56 +00:00
"PE.Views.EditTable.textAlign" : "Align" ,
"PE.Views.EditTable.textAlignBottom" : "Align Bottom" ,
"PE.Views.EditTable.textAlignCenter" : "Align Center" ,
"PE.Views.EditTable.textAlignLeft" : "Align Left" ,
"PE.Views.EditTable.textAlignMiddle" : "Align Middle" ,
"PE.Views.EditTable.textAlignRight" : "Align Right" ,
"PE.Views.EditTable.textAlignTop" : "Align Top" ,
2016-12-22 12:11:32 +00:00
"PE.Views.EditTable.textBack" : "Back" ,
2017-04-11 11:05:56 +00:00
"PE.Views.EditTable.textBackward" : "Move Backward" ,
"PE.Views.EditTable.textBandedColumn" : "Banded Column" ,
"PE.Views.EditTable.textBandedRow" : "Banded Row" ,
2016-12-22 12:11:32 +00:00
"PE.Views.EditTable.textBorder" : "Border" ,
2017-04-11 11:05:56 +00:00
"PE.Views.EditTable.textCellMargins" : "Cell Margins" ,
2016-12-22 12:11:32 +00:00
"PE.Views.EditTable.textColor" : "Color" ,
2019-11-01 14:25:07 +00:00
"PE.Views.EditTable.textCustomColor" : "Custom Color" ,
2017-04-11 11:05:56 +00:00
"PE.Views.EditTable.textFill" : "Fill" ,
2016-12-22 12:11:32 +00:00
"PE.Views.EditTable.textFirstColumn" : "First Column" ,
2017-04-11 11:05:56 +00:00
"PE.Views.EditTable.textForward" : "Move Forward" ,
"PE.Views.EditTable.textHeaderRow" : "Header Row" ,
2016-12-22 12:11:32 +00:00
"PE.Views.EditTable.textLastColumn" : "Last Column" ,
2017-04-11 11:05:56 +00:00
"PE.Views.EditTable.textOptions" : "Options" ,
"PE.Views.EditTable.textRemoveTable" : "Remove Table" ,
2017-01-11 09:22:47 +00:00
"PE.Views.EditTable.textReorder" : "Reorder" ,
2017-04-11 11:05:56 +00:00
"PE.Views.EditTable.textSize" : "Size" ,
"PE.Views.EditTable.textStyle" : "Style" ,
"PE.Views.EditTable.textStyleOptions" : "Style Options" ,
"PE.Views.EditTable.textTableOptions" : "Table Options" ,
2017-01-11 09:22:47 +00:00
"PE.Views.EditTable.textToBackground" : "Send to Background" ,
2017-04-11 11:05:56 +00:00
"PE.Views.EditTable.textToForeground" : "Bring to Foreground" ,
"PE.Views.EditTable.textTotalRow" : "Total Row" ,
2017-01-11 12:51:34 +00:00
"PE.Views.EditTable.txtDistribHor" : "Distribute Horizontally" ,
"PE.Views.EditTable.txtDistribVert" : "Distribute Vertically" ,
2019-11-01 14:25:07 +00:00
"PE.Views.EditText.textAddCustomColor" : "Add Custom Color" ,
2017-04-11 11:05:56 +00:00
"PE.Views.EditText.textAdditional" : "Additional" ,
2016-12-22 12:11:32 +00:00
"PE.Views.EditText.textAdditionalFormat" : "Additional Formatting" ,
2017-04-11 11:05:56 +00:00
"PE.Views.EditText.textAfter" : "After" ,
"PE.Views.EditText.textAllCaps" : "All Caps" ,
2016-12-22 12:11:32 +00:00
"PE.Views.EditText.textAutomatic" : "Automatic" ,
2017-04-11 11:05:56 +00:00
"PE.Views.EditText.textBack" : "Back" ,
"PE.Views.EditText.textBefore" : "Before" ,
"PE.Views.EditText.textBullets" : "Bullets" ,
2019-03-15 12:46:45 +00:00
"PE.Views.EditText.textCharacterBold" : "B" ,
"PE.Views.EditText.textCharacterItalic" : "I" ,
"PE.Views.EditText.textCharacterStrikethrough" : "S" ,
"PE.Views.EditText.textCharacterUnderline" : "U" ,
2019-11-01 14:25:07 +00:00
"PE.Views.EditText.textCustomColor" : "Custom Color" ,
2016-12-22 12:11:32 +00:00
"PE.Views.EditText.textDblStrikethrough" : "Double Strikethrough" ,
"PE.Views.EditText.textDblSuperscript" : "Superscript" ,
2017-04-11 11:05:56 +00:00
"PE.Views.EditText.textFontColor" : "Font Color" ,
"PE.Views.EditText.textFontColors" : "Font Colors" ,
"PE.Views.EditText.textFonts" : "Fonts" ,
2016-12-22 12:11:32 +00:00
"PE.Views.EditText.textFromText" : "Distance from Text" ,
2017-04-11 11:05:56 +00:00
"PE.Views.EditText.textLetterSpacing" : "Letter Spacing" ,
2016-12-22 12:11:32 +00:00
"PE.Views.EditText.textLineSpacing" : "Line Spacing" ,
"PE.Views.EditText.textNone" : "None" ,
2017-04-11 11:05:56 +00:00
"PE.Views.EditText.textNumbers" : "Numbers" ,
"PE.Views.EditText.textSize" : "Size" ,
"PE.Views.EditText.textSmallCaps" : "Small Caps" ,
"PE.Views.EditText.textStrikethrough" : "Strikethrough" ,
"PE.Views.EditText.textSubscript" : "Subscript" ,
2018-12-06 12:06:51 +00:00
"PE.Views.Search.textCase" : "Case sensitive" ,
"PE.Views.Search.textDone" : "Done" ,
"PE.Views.Search.textFind" : "Find" ,
"PE.Views.Search.textFindAndReplace" : "Find and Replace" ,
"PE.Views.Search.textReplace" : "Replace" ,
2017-04-11 11:05:56 +00:00
"PE.Views.Search.textSearch" : "Search" ,
2019-08-07 14:25:39 +00:00
"PE.Views.Settings. textComment" : "Comment" ,
2017-04-11 11:05:56 +00:00
"PE.Views.Settings.mniSlideStandard" : "Standard (4:3)" ,
"PE.Views.Settings.mniSlideWide" : "Widescreen (16:9)" ,
"PE.Views.Settings.textAbout" : "About" ,
"PE.Views.Settings.textAddress" : "address" ,
2019-08-07 14:25:39 +00:00
"PE.Views.Settings.textApplication" : "Application" ,
2019-08-02 08:47:28 +00:00
"PE.Views.Settings.textApplicationSettings" : "Application Settings" ,
2017-04-11 11:05:56 +00:00
"PE.Views.Settings.textAuthor" : "Author" ,
"PE.Views.Settings.textBack" : "Back" ,
2019-08-02 08:47:28 +00:00
"PE.Views.Settings.textCentimeter" : "Centimeter" ,
"PE.Views.Settings.textCollaboration" : "Collaboration" ,
"PE.Views.Settings.textColorSchemes" : "Color Schemes" ,
2019-08-07 14:25:39 +00:00
"PE.Views.Settings.textCreated" : "Created" ,
2017-04-11 11:05:56 +00:00
"PE.Views.Settings.textCreateDate" : "Creation date" ,
2020-07-31 13:40:27 +00:00
"PE.Views.Settings.textDisableAll" : "Disable All" ,
"PE.Views.Settings.textDisableAllMacrosWithNotification" : "Disable all macros with a notification" ,
"PE.Views.Settings.textDisableAllMacrosWithoutNotification" : "Disable all macros without a notification" ,
2017-04-11 11:05:56 +00:00
"PE.Views.Settings.textDone" : "Done" ,
"PE.Views.Settings.textDownload" : "Download" ,
"PE.Views.Settings.textDownloadAs" : "Download As..." ,
"PE.Views.Settings.textEditPresent" : "Edit Presentation" ,
"PE.Views.Settings.textEmail" : "email" ,
2020-07-31 13:40:27 +00:00
"PE.Views.Settings.textEnableAll" : "Enable All" ,
"PE.Views.Settings.textEnableAllMacrosWithoutNotification" : "Enable all macros without a notification" ,
2017-04-11 11:05:56 +00:00
"PE.Views.Settings.textFind" : "Find" ,
2018-12-06 12:06:51 +00:00
"PE.Views.Settings.textFindAndReplace" : "Find and Replace" ,
2017-04-11 11:05:56 +00:00
"PE.Views.Settings.textHelp" : "Help" ,
2019-08-02 08:47:28 +00:00
"PE.Views.Settings.textInch" : "Inch" ,
2019-08-07 14:25:39 +00:00
"PE.Views.Settings.textLastModified" : "Last Modified" ,
"PE.Views.Settings.textLastModifiedBy" : "Last Modified By" ,
2017-04-11 11:05:56 +00:00
"PE.Views.Settings.textLoading" : "Loading..." ,
2019-08-07 14:25:39 +00:00
"PE.Views.Settings.textLocation" : "Location" ,
2020-07-31 13:40:27 +00:00
"PE.Views.Settings.textMacrosSettings" : "Macros Settings" ,
2019-08-07 14:25:39 +00:00
"PE.Views.Settings.textOwner" : "Owner" ,
2019-08-02 08:47:28 +00:00
"PE.Views.Settings.textPoint" : "Point" ,
2017-06-14 10:57:02 +00:00
"PE.Views.Settings.textPoweredBy" : "Powered by" ,
2017-04-11 11:05:56 +00:00
"PE.Views.Settings.textPresentInfo" : "Presentation Info" ,
2019-08-02 08:47:28 +00:00
"PE.Views.Settings.textPresentSettings" : "Presentation Settings" ,
2017-04-11 11:05:56 +00:00
"PE.Views.Settings.textPresentSetup" : "Presentation Setup" ,
"PE.Views.Settings.textPresentTitle" : "Presentation title" ,
2019-02-26 15:55:20 +00:00
"PE.Views.Settings.textPrint" : "Print" ,
2017-04-11 11:05:56 +00:00
"PE.Views.Settings.textSettings" : "Settings" ,
2020-07-31 13:40:27 +00:00
"PE.Views.Settings.textShowNotification" : "Show Notification" ,
2017-04-11 11:05:56 +00:00
"PE.Views.Settings.textSlideSize" : "Slide Size" ,
2019-02-26 15:55:20 +00:00
"PE.Views.Settings.textSpellcheck" : "Spell Checking" ,
2019-08-07 14:25:39 +00:00
"PE.Views.Settings.textSubject" : "Subject" ,
2017-04-11 11:05:56 +00:00
"PE.Views.Settings.textTel" : "tel" ,
2019-08-07 14:25:39 +00:00
"PE.Views.Settings.textTitle" : "Title" ,
2019-04-16 17:34:44 +00:00
"PE.Views.Settings.textUnitOfMeasurement" : "Unit of Measurement" ,
2019-08-07 14:25:39 +00:00
"PE.Views.Settings.textUploaded" : "Uploaded" ,
2019-08-02 08:47:28 +00:00
"PE.Views.Settings.textVersion" : "Version" ,
2017-04-11 11:05:56 +00:00
"PE.Views.Settings.unknownText" : "Unknown" ,
2019-08-07 14:25:39 +00:00
"PE.Views.Toolbar.textBack" : "Back"
2016-12-22 12:11:32 +00:00
}