[PE mobile] Add localization.

[DE mobile] Fix localization for table editing.
This commit is contained in:
Julia Radzhabova 2016-12-22 15:11:32 +03:00
parent 6b1ca42f03
commit 5dda2832ec
8 changed files with 421 additions and 41 deletions

View file

@ -299,31 +299,31 @@
"DE.Views.EditShape.textColor": "Color", "DE.Views.EditShape.textColor": "Color",
"DE.Views.EditShape.textOpacity": "Opacity", "DE.Views.EditShape.textOpacity": "Opacity",
"DE.Views.EditTabletextRemoveTable": "Remove Table", "DE.Views.EditTable.textRemoveTable": "Remove Table",
"DE.Views.EditTabletextTableOptions": "Table Options", "DE.Views.EditTable.textTableOptions": "Table Options",
"DE.Views.EditTabletextStyle": "Style", "DE.Views.EditTable.textStyle": "Style",
"DE.Views.EditTabletextWrap": "Wrap", "DE.Views.EditTable.textWrap": "Wrap",
"DE.Views.EditTabletextBack": "Back", "DE.Views.EditTable.textBack": "Back",
"DE.Views.EditTabletextInline": "Inline", "DE.Views.EditTable.textInline": "Inline",
"DE.Views.EditTabletextFlow": "Flow", "DE.Views.EditTable.textFlow": "Flow",
"DE.Views.EditTabletextWithText": "Move with Text", "DE.Views.EditTable.textWithText": "Move with Text",
"DE.Views.EditTabletextFromText": "Distance from Text", "DE.Views.EditTable.textFromText": "Distance from Text",
"DE.Views.EditTabletextAlign": "Align", "DE.Views.EditTable.textAlign": "Align",
"DE.Views.EditTabletextOptions": "Options", "DE.Views.EditTable.textOptions": "Options",
"DE.Views.EditTabletextRepeatHeader": "Repeat as Header Row", "DE.Views.EditTable.textRepeatHeader": "Repeat as Header Row",
"DE.Views.EditTabletextResizeFit": "Resize to Fit Content", "DE.Views.EditTable.textResizeFit": "Resize to Fit Content",
"DE.Views.EditTabletextCellMargins": "Cell Margins", "DE.Views.EditTable.textCellMargins": "Cell Margins",
"DE.Views.EditTabletextFill": "Fill", "DE.Views.EditTable.textFill": "Fill",
"DE.Views.EditTabletextBorder": "Border", "DE.Views.EditTable.textBorder": "Border",
"DE.Views.EditTabletextStyleOptions": "Style Options", "DE.Views.EditTable.textStyleOptions": "Style Options",
"DE.Views.EditTabletextSize": "Size", "DE.Views.EditTable.textSize": "Size",
"DE.Views.EditTabletextColor": "Color", "DE.Views.EditTable.textColor": "Color",
"DE.Views.EditTabletextHeaderRow": "Header Row", "DE.Views.EditTable.textHeaderRow": "Header Row",
"DE.Views.EditTabletextTotalRow": "Total Row", "DE.Views.EditTable.textTotalRow": "Total Row",
"DE.Views.EditTabletextBandedRow": "Banded Row", "DE.Views.EditTable.textBandedRow": "Banded Row",
"DE.Views.EditTabletextFirstColumn": "First Column", "DE.Views.EditTable.textFirstColumn": "First Column",
"DE.Views.EditTabletextLastColumn": "Last Column", "DE.Views.EditTable.textLastColumn": "Last Column",
"DE.Views.EditTabletextBandedColumn": "Banded Column", "DE.Views.EditTable.textBandedColumn": "Banded Column",
"DE.Controllers.EditText.textFonts": "Fonts", "DE.Controllers.EditText.textFonts": "Fonts",
"DE.Controllers.EditText.textAuto": "Auto", "DE.Controllers.EditText.textAuto": "Auto",

View file

@ -1131,8 +1131,6 @@ define([
txtSldLtTVertTitleAndTxOverChart: 'Vertical Title and Text Over Chart', txtSldLtTVertTitleAndTxOverChart: 'Vertical Title and Text Over Chart',
txtSldLtTVertTx: 'Vertical Text', txtSldLtTVertTx: 'Vertical Text',
textLoadingDocument: 'Loading presentation', textLoadingDocument: 'Loading presentation',
warnBrowserZoom: 'Your browser\'s current zoom setting is not fully supported. Please reset to the default zoom by pressing Ctrl+0.',
warnBrowserIE9: 'The application has low capabilities on IE9. Use IE10 or higher',
loadThemeTitleText: 'Loading Theme', loadThemeTitleText: 'Loading Theme',
loadThemeTextText: 'Loading theme...', loadThemeTextText: 'Loading theme...',
txtBasicShapes: 'Basic Shapes', txtBasicShapes: 'Basic Shapes',
@ -1174,8 +1172,7 @@ define([
txtArt: 'Your text here', txtArt: 'Your text here',
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.<br><br>' + 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.<br><br>' +
'Find more information about connecting Document Server <a href=\"https://api.onlyoffice.com/editors/callback\" target=\"_blank\">here</a>', 'Find more information about connecting Document Server <a href=\"https://api.onlyoffice.com/editors/callback\" target=\"_blank\">here</a>',
textTryUndoRedo: 'The Undo/Redo functions are disabled for the Fast co-editing mode.<br>Click the \'Strict mode\' button to switch to the Strict co-editing mode to edit the file without other users interference and send your changes only after you save them. You can switch between the co-editing modes using the editor Advanced settings.', textTryUndoRedo: 'The Undo/Redo functions are disabled for the Fast co-editing mode.',
textStrict: 'Strict mode',
textBuyNow: 'Visit website', textBuyNow: 'Visit website',
textNoLicenseTitle: 'ONLYOFFICE open source version', textNoLicenseTitle: 'ONLYOFFICE open source version',
warnNoLicense: 'You are using an open source version of ONLYOFFICE. The version has limitations for concurrent connections to the document server (20 connections at a time).<br>If you need more please consider purchasing a commercial license.', warnNoLicense: 'You are using an open source version of ONLYOFFICE. The version has limitations for concurrent connections to the document server (20 connections at a time).<br>If you need more please consider purchasing a commercial license.',

View file

@ -228,8 +228,7 @@ define([
}, },
txtLoading : 'Loading...', txtLoading : 'Loading...',
notcriticalErrorTitle : 'Warning', notcriticalErrorTitle : 'Warning'
warnDownloadAs : 'If you continue saving in this format all features except the text will be lost.<br>Are you sure you want to continue?'
} }
})(), PE.Controllers.Settings || {})) })(), PE.Controllers.Settings || {}))
}); });

View file

@ -116,12 +116,7 @@ define([
this.getView('AddSlide').updateLayouts(_layouts); this.getView('AddSlide').updateLayouts(_layouts);
$('#add-slide .slide-layout li').single('click', _.buffered(me.onLayoutClick, 100, me)); $('#add-slide .slide-layout li').single('click', _.buffered(me.onLayoutClick, 100, me));
}, }
textTableSize: 'Table Size',
textColumns: 'Columns',
textRows: 'Rows',
textCancel: 'Cancel'
} }
})(), PE.Controllers.AddSlide || {})) })(), PE.Controllers.AddSlide || {}))
}); });

View file

@ -131,7 +131,7 @@ define([
uiApp.hideNavbar(searchBar); uiApp.hideNavbar(searchBar);
}, 10); }, 10);
} }
}, }
} }
})(), PE.Views.Search || {})) })(), PE.Views.Search || {}))
}); });

View file

@ -124,7 +124,6 @@ define([
textLink: 'Link', textLink: 'Link',
textLinkSlide: 'Link to', textLinkSlide: 'Link to',
textBack: 'Back', textBack: 'Back',
textAddLink: 'Add Link',
textDisplay: 'Display', textDisplay: 'Display',
textTip: 'Screen Tip', textTip: 'Screen Tip',
textInsert: 'Insert', textInsert: 'Insert',

View file

@ -125,10 +125,8 @@ define([
textLink: 'Link', textLink: 'Link',
textLinkSlide: 'Link to', textLinkSlide: 'Link to',
textBack: 'Back', textBack: 'Back',
textAddLink: 'Add Link',
textDisplay: 'Display', textDisplay: 'Display',
textTip: 'Screen Tip', textTip: 'Screen Tip',
textInsert: 'Insert',
textNext: 'Next Slide', textNext: 'Next Slide',
textPrev: 'Previous Slide', textPrev: 'Previous Slide',
textFirst: 'First Slide', textFirst: 'First Slide',

View file

@ -0,0 +1,392 @@
{
"Common.UI.ThemeColorPalette.textThemeColors": "Theme Colors",
"Common.UI.ThemeColorPalette.textStandartColors": "Standard Colors",
"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.",
"PE.Controllers.Main.defaultTitleText": "ONLYOFFICE Presentation Editor",
"PE.Controllers.Main.criticalErrorTitle": "Error",
"PE.Controllers.Main.notcriticalErrorTitle": "Warning",
"PE.Controllers.Main.errorDefaultMessage": "Error code: %1",
"PE.Controllers.Main.criticalErrorExtText": "Press 'Ok' to to back to document list.",
"PE.Controllers.Main.openTitleText": "Opening Document",
"PE.Controllers.Main.openTextText": "Opening document...",
"PE.Controllers.Main.saveTitleText": "Saving Document",
"PE.Controllers.Main.saveTextText": "Saving document...",
"PE.Controllers.Main.loadFontsTitleText": "Loading Data",
"PE.Controllers.Main.loadFontsTextText": "Loading data...",
"PE.Controllers.Main.loadImagesTitleText": "Loading Images",
"PE.Controllers.Main.loadImagesTextText": "Loading images...",
"PE.Controllers.Main.loadFontTitleText": "Loading Data",
"PE.Controllers.Main.loadFontTextText": "Loading data...",
"PE.Controllers.Main.loadImageTitleText": "Loading Image",
"PE.Controllers.Main.loadImageTextText": "Loading image...",
"PE.Controllers.Main.downloadTitleText": "Downloading Document",
"PE.Controllers.Main.downloadTextText": "Downloading document...",
"PE.Controllers.Main.printTitleText": "Printing Document",
"PE.Controllers.Main.printTextText": "Printing document...",
"PE.Controllers.Main.uploadImageTitleText": "Uploading Image",
"PE.Controllers.Main.uploadImageTextText": "Uploading image...",
"PE.Controllers.Main.uploadImageSizeMessage": "Maximium image size limit exceeded.",
"PE.Controllers.Main.uploadImageExtMessage": "Unknown image format.",
"PE.Controllers.Main.uploadImageFileCountMessage": "No images uploaded.",
"PE.Controllers.Main.reloadButtonText": "Reload Page",
"PE.Controllers.Main.unknownErrorText": "Unknown error.",
"PE.Controllers.Main.convertationTimeoutText": "Convertation timeout exceeded.",
"PE.Controllers.Main.downloadErrorText": "Download failed.",
"PE.Controllers.Main.unsupportedBrowserErrorText ": "Your browser is not supported.",
"PE.Controllers.Main.splitMaxRowsErrorText": "The number of rows must be less than %1",
"PE.Controllers.Main.splitMaxColsErrorText": "The number of columns must be less than %1",
"PE.Controllers.Main.splitDividerErrorText": "The number of rows must be a divisor of %1",
"PE.Controllers.Main.requestEditFailedTitleText": "Access denied",
"PE.Controllers.Main.requestEditFailedMessageText": "Someone is editing this document right now. Please try again later.",
"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",
"PE.Controllers.Main.txtSldLtTObjAndTwoObj": "Object and Two Object",
"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",
"PE.Controllers.Main.textLoadingDocument": "Loading presentation",
"PE.Controllers.Main.loadThemeTitleText": "Loading Theme",
"PE.Controllers.Main.loadThemeTextText": "Loading theme...",
"PE.Controllers.Main.txtBasicShapes": "Basic Shapes",
"PE.Controllers.Main.txtFiguredArrows": "Figured Arrows",
"PE.Controllers.Main.txtMath": "Math",
"PE.Controllers.Main.txtCharts": "Charts",
"PE.Controllers.Main.txtStarsRibbons": "Stars & Ribbons",
"PE.Controllers.Main.txtCallouts": "Callouts",
"PE.Controllers.Main.txtButtons": "Buttons",
"PE.Controllers.Main.txtRectangles": "Rectangles",
"PE.Controllers.Main.txtLines": "Lines",
"PE.Controllers.Main.errorKeyEncrypt": "Unknown key descriptor",
"PE.Controllers.Main.errorKeyExpire": "Key descriptor expired",
"PE.Controllers.Main.errorUsersExceed": "Count of users was exceed",
"PE.Controllers.Main.txtEditingMode": "Set editing mode...",
"PE.Controllers.Main.errorCoAuthoringDisconnect": "Server connection lost. You can't edit anymore.",
"PE.Controllers.Main.errorFilePassProtect": "The document is password protected.",
"PE.Controllers.Main.textAnonymous": "Anonymous",
"PE.Controllers.Main.txtNeedSynchronize": "You have an updates",
"PE.Controllers.Main.applyChangesTitleText": "Loading Data",
"PE.Controllers.Main.applyChangesTextText": "Loading data...",
"PE.Controllers.Main.savePreparingText": "Preparing to save",
"PE.Controllers.Main.savePreparingTitle": "Preparing to save. Please wait...",
"PE.Controllers.Main.loadingDocumentTitleText": "Loading presentation",
"PE.Controllers.Main.loadingDocumentTextText": "Loading presentation...",
"PE.Controllers.Main.warnProcessRightsChange": "You have been denied the right to edit the file.",
"PE.Controllers.Main.errorProcessSaveResult": "Saving is failed.",
"PE.Controllers.Main.textCloseTip": "\nClick to close the tip.",
"PE.Controllers.Main.textShape": "Shape",
"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.errorDataRange": "Incorrect data range.",
"PE.Controllers.Main.errorDatabaseConnection": "External error.<br>Database connection error. Please, contact support.",
"PE.Controllers.Main.errorUpdateVersion": "The file version has been changed. The page will be reloaded.",
"PE.Controllers.Main.errorUserDrop": "The file cannot be accessed right now.",
"PE.Controllers.Main.txtDiagramTitle": "Chart Title",
"PE.Controllers.Main.txtXAxis": "X Axis",
"PE.Controllers.Main.txtYAxis": "Y Axis",
"PE.Controllers.Main.txtSeries": "Seria",
"PE.Controllers.Main.txtArt": "Your text here",
"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.<br><br>Find more information about connecting Document Server <a href=\"https://api.onlyoffice.com/editors/callback\" target=\"_blank\">here</a>",
"PE.Controllers.Main.textTryUndoRedo": "The Undo/Redo functions are disabled for the Fast co-editing mode.",
"PE.Controllers.Main.textBuyNow": "Visit website",
"PE.Controllers.Main.textNoLicenseTitle": "ONLYOFFICE open source version",
"PE.Controllers.Main.warnNoLicense": "You are using an open source version of ONLYOFFICE. The version has limitations for concurrent connections to the document server (20 connections at a time).<br>If you need more please consider purchasing a commercial license.",
"PE.Controllers.Main.textContactUs": "Contact sales",
"PE.Controllers.Main.errorViewerDisconnect": "Connection is lost. You can still view the document,<br>but will not be able to download or print until the connection is restored.",
"PE.Controllers.Main.warnLicenseExp": "Your license has expired.<br>Please update your license and refresh the page.",
"PE.Controllers.Main.titleLicenseExp": "License expired",
"PE.Controllers.Main.openErrorText": "An error has occurred while opening the file",
"PE.Controllers.Main.saveErrorText": "An error has occurred while saving the file",
"PE.Controllers.Main.advDRMOptions": "Protected File",
"PE.Controllers.Main.advDRMEnterPassword": "You password please:",
"PE.Controllers.Main.advDRMPassword": "Password",
"PE.Controllers.DocumentHolder.menuCut": "Cut",
"PE.Controllers.DocumentHolder.menuCopy": "Copy",
"PE.Controllers.DocumentHolder.menuPaste": "Paste",
"PE.Controllers.DocumentHolder.menuEdit": "Edit",
"PE.Controllers.DocumentHolder.menuDelete": "Delete",
"PE.Controllers.DocumentHolder.menuAddLink": "Add Link",
"PE.Controllers.DocumentHolder.menuOpenLink": "Open Link",
"PE.Controllers.Search.textNoTextFound": "Text not Found",
"PE.Controllers.Settings.txtLoading": "Loading...",
"PE.Controllers.Settings.notcriticalErrorTitle": "Warning",
"PE.Views.Settings.unknownText": "Unknown",
"PE.Views.Settings.textSettings": "Settings",
"PE.Views.Settings.textDone": "Done",
"PE.Views.Settings.textFind": "Find",
"PE.Views.Settings.textEditPresent": "Edit Presentation",
"PE.Views.Settings.textPresentSetup": "Presentation Setup",
"PE.Views.Settings.textDownload": "Download",
"PE.Views.Settings.textPresentInfo": "Presentation Info",
"PE.Views.Settings.textHelp": "Help",
"PE.Views.Settings.textAbout": "About",
"PE.Views.Settings.textBack": "Back",
"PE.Views.Settings.textPresentTitle": "Presentation title",
"PE.Views.Settings.textLoading": "Loading...",
"PE.Views.Settings.textAuthor": "Author",
"PE.Views.Settings.textCreateDate": "Create date",
"PE.Views.Settings.textDownloadAs": "Download As...",
"PE.Views.Settings.textVersion": "Version",
"PE.Views.Settings.textAddress": "address",
"PE.Views.Settings.textEmail": "email",
"PE.Views.Settings.textTel": "tel",
"PE.Views.Settings.textSlideSize": "Slide Size",
"PE.Views.Settings.mniSlideStandard": "Standard (4:3)",
"PE.Views.Settings.mniSlideWide": "Widescreen (16:9)",
"PE.Controllers.Toolbar.dlgLeaveTitleText": "You leave the application",
"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.",
"PE.Controllers.Toolbar.leaveButtonText": "Leave this Page",
"PE.Controllers.Toolbar.stayButtonText": "Stay on this Page",
"PE.Views.Toolbar.textBack": "Back",
"PE.Controllers.AddContainer.textTable": "Table",
"PE.Controllers.AddContainer.textShape": "Shape",
"PE.Controllers.AddContainer.textSlide": "Slide",
"PE.Controllers.AddContainer.textImage": "Image",
"PE.Controllers.AddContainer.textLink": "Link",
"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'",
"PE.Views.AddImage.textFromLibrary": "Picture from Library",
"PE.Views.AddImage.textFromURL": "Picture from URL",
"PE.Views.AddImage.textBack": "Back",
"PE.Views.AddImage.textLinkSettings": "Link Settings",
"PE.Views.AddImage.textAddress": "Address",
"PE.Views.AddImage.textImageURL": "Image URL",
"PE.Views.AddImage.textInsertImage": "Insert Image",
"PE.Controllers.AddLink.txtNotUrl": "This field should be a URL in the format 'http://www.example.com'",
"PE.Controllers.AddLink.textDefault": "Selected text",
"PE.Controllers.AddLink.textNext": "Next Slide",
"PE.Controllers.AddLink.textPrev": "Previous Slide",
"PE.Controllers.AddLink.textFirst": "First Slide",
"PE.Controllers.AddLink.textLast": "Last Slide",
"PE.Controllers.AddLink.textSlide": "Slide",
"PE.Controllers.AddLink.textExternalLink": "External Link",
"PE.Controllers.AddLink.textInternalLink": "Slide in this Presentation",
"PE.Views.AddLink.textLinkType": "Link Type",
"PE.Views.AddLink.textExternalLink": "External Link",
"PE.Views.AddLink.textInternalLink": "Slide in this Presentation",
"PE.Views.AddLink.textLink": "Link",
"PE.Views.AddLink.textLinkSlide": "Link to",
"PE.Views.AddLink.textBack": "Back",
"PE.Views.AddLink.textDisplay": "Display",
"PE.Views.AddLink.textTip": "Screen Tip",
"PE.Views.AddLink.textInsert": "Insert",
"PE.Views.AddLink.textNext": "Next Slide",
"PE.Views.AddLink.textPrev": "Previous Slide",
"PE.Views.AddLink.textFirst": "First Slide",
"PE.Views.AddLink.textLast": "Last Slide",
"PE.Views.AddLink.textNumber": "Slide Number",
"PE.Controllers.AddTable.textTableSize": "Table Size",
"PE.Controllers.AddTable.textColumns": "Columns",
"PE.Controllers.AddTable.textRows": "Rows",
"PE.Controllers.AddTable.textCancel": "Cancel",
"PE.Views.EditChart.textStyle": "Style",
"PE.Views.EditChart.textReorder": "Reorder",
"PE.Views.EditChart.textRemoveChart": "Remove Chart",
"PE.Views.EditChart.textBack": "Back",
"PE.Views.EditChart.textToForeground": "Bring to Foreground",
"PE.Views.EditChart.textToBackground": "Send to Background",
"PE.Views.EditChart.textForward": "Move Forward",
"PE.Views.EditChart.textBackward": "Move Backward",
"PE.Views.EditChart.textType": "Type",
"PE.Views.EditChart.textFill": "Fill",
"PE.Views.EditChart.textBorder": "Border",
"PE.Views.EditChart.textSize": "Size",
"PE.Views.EditChart.textColor": "Color",
"PE.Controllers.EditContainer.textSettings": "Settings",
"PE.Controllers.EditContainer.textText": "Text",
"PE.Controllers.EditContainer.textSlide": "Slide",
"PE.Controllers.EditContainer.textTable": "Table",
"PE.Controllers.EditContainer.textShape": "Shape",
"PE.Controllers.EditContainer.textImage": "Image",
"PE.Controllers.EditContainer.textChart": "Chart",
"PE.Controllers.EditContainer.textHyperlink": "Hyperlink",
"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",
"PE.Views.EditImage.textReplace": "Replace",
"PE.Views.EditImage.textReorder": "Reorder",
"PE.Views.EditImage.textDefault": "Default Size",
"PE.Views.EditImage.textRemove": "Remove Image",
"PE.Views.EditImage.textBack": "Back",
"PE.Views.EditImage.textToForeground": "Bring to Foreground",
"PE.Views.EditImage.textToBackground": "Send to Background",
"PE.Views.EditImage.textForward": "Move Forward",
"PE.Views.EditImage.textBackward": "Move Backward",
"PE.Views.EditImage.textFromLibrary": "Picture from Library",
"PE.Views.EditImage.textFromURL": "Picture from URL",
"PE.Views.EditImage.textLinkSettings": "Link Settings",
"PE.Views.EditImage.textAddress": "Address",
"PE.Views.EditImage.textImageURL": "Image URL",
"PE.Views.EditImage.textReplaceImg": "Replace Image",
"PE.Controllers.EditLink.txtNotUrl": "This field should be a URL in the format 'http://www.example.com'",
"PE.Controllers.EditLink.textDefault": "Selected text",
"PE.Controllers.EditLink.textNext": "Next Slide",
"PE.Controllers.EditLink.textPrev": "Previous Slide",
"PE.Controllers.EditLink.textFirst": "First Slide",
"PE.Controllers.EditLink.textLast": "Last Slide",
"PE.Controllers.EditLink.textSlide": "Slide",
"PE.Controllers.EditLink.textExternalLink": "External Link",
"PE.Controllers.EditLink.textInternalLink": "Slide in this Presentation",
"PE.Views.EditLink.textLinkType": "Link Type",
"PE.Views.EditLink.textExternalLink": "External Link",
"PE.Views.EditLink.textInternalLink": "Slide in this Presentation",
"PE.Views.EditLink.textLink": "Link",
"PE.Views.EditLink.textLinkSlide": "Link to",
"PE.Views.EditLink.textBack": "Back",
"PE.Views.EditLink.textDisplay": "Display",
"PE.Views.EditLink.textTip": "Screen Tip",
"PE.Views.EditLink.textNext": "Next Slide",
"PE.Views.EditLink.textPrev": "Previous Slide",
"PE.Views.EditLink.textFirst": "First Slide",
"PE.Views.EditLink.textLast": "Last Slide",
"PE.Views.EditLink.textNumber": "Slide Number",
"PE.Views.EditLink.textEdit": "Edit Link",
"PE.Views.EditLink.textRemove": "Remove Link",
"PE.Views.EditShape.textStyle": "Style",
"PE.Views.EditShape.textReplace": "Replace",
"PE.Views.EditShape.textReorder": "Reorder",
"PE.Views.EditShape.textRemoveShape": "Remove Shape",
"PE.Views.EditShape.textBack": "Back",
"PE.Views.EditShape.textToForeground": "Bring to Foreground",
"PE.Views.EditShape.textToBackground": "Send to Background",
"PE.Views.EditShape.textForward": "Move Forward",
"PE.Views.EditShape.textBackward": "Move Backward",
"PE.Views.EditShape.textFill": "Fill",
"PE.Views.EditShape.textBorder": "Border",
"PE.Views.EditShape.textEffects": "Effects",
"PE.Views.EditShape.textSize": "Size",
"PE.Views.EditShape.textColor": "Color",
"PE.Views.EditShape.textOpacity": "Opacity",
"PE.Controllers.EditSlide.textSec": "s",
"PE.Views.EditSlide.textTheme": "Theme",
"PE.Views.EditSlide.textStyle": "Style",
"PE.Views.EditSlide.textLayout": "Layout",
"PE.Views.EditSlide.textTransition": "Transition",
"PE.Views.EditSlide.textRemoveSlide": "Delete Slide",
"PE.Views.EditSlide.textDuplicateSlide": "Duplicate Slide",
"PE.Views.EditSlide.textBack": "Back",
"PE.Views.EditSlide.textFill": "Fill",
"PE.Views.EditSlide.textEffect": "Effect",
"PE.Views.EditSlide.textType": "Type",
"PE.Views.EditSlide.textDuration": "Duration",
"PE.Views.EditSlide.textColor": "Color",
"PE.Views.EditSlide.textOpacity": "Opacity",
"PE.Views.EditSlide.textNone": "None",
"PE.Views.EditSlide.textFade": "Fade",
"PE.Views.EditSlide.textPush": "Push",
"PE.Views.EditSlide.textWipe": "Wipe",
"PE.Views.EditSlide.textSplit": "Split",
"PE.Views.EditSlide.textUnCover": "UnCover",
"PE.Views.EditSlide.textCover": "Cover",
"PE.Views.EditSlide.textClock": "Clock",
"PE.Views.EditSlide.textZoom": "Zoom",
"PE.Views.EditSlide.textSmoothly": "Smoothly",
"PE.Views.EditSlide.textBlack": "Through Black",
"PE.Views.EditSlide.textLeft": "Left",
"PE.Views.EditSlide.textTop": "Top",
"PE.Views.EditSlide.textRight": "Right",
"PE.Views.EditSlide.textBottom": "Bottom",
"PE.Views.EditSlide.textTopLeft": "Top-Left",
"PE.Views.EditSlide.textTopRight": "Top-Right",
"PE.Views.EditSlide.textBottomLeft": "Bottom-Left",
"PE.Views.EditSlide.textBottomRight": "Bottom-Right",
"PE.Views.EditSlide.textVerticalIn": "Vertical In",
"PE.Views.EditSlide.textVerticalOut": "Vertical Out",
"PE.Views.EditSlide.textHorizontalIn": "Horizontal In",
"PE.Views.EditSlide.textHorizontalOut": "Horizontal Out",
"PE.Views.EditSlide.textClockwise": "Clockwise",
"PE.Views.EditSlide.textCounterclockwise": "Counterclockwise",
"PE.Views.EditSlide.textWedge": "Wedge",
"PE.Views.EditSlide.textZoomIn": "Zoom In",
"PE.Views.EditSlide.textZoomOut": "Zoom Out",
"PE.Views.EditSlide.textZoomRotate": "Zoom and Rotate",
"PE.Views.EditSlide.textStartOnClick": "Start On Click",
"PE.Views.EditSlide.textDelay": "Delay",
"PE.Views.EditSlide.textApplyAll": "Apply to All Slides",
"PE.Views.EditTable.textRemoveTable": "Remove Table",
"PE.Views.EditTable.textTableOptions": "Table Options",
"PE.Views.EditTable.textStyle": "Style",
"PE.Views.EditTable.textBack": "Back",
"PE.Views.EditTable.textOptions": "Options",
"PE.Views.EditTable.textCellMargins": "Cell Margins",
"PE.Views.EditTable.textFill": "Fill",
"PE.Views.EditTable.textBorder": "Border",
"PE.Views.EditTable.textStyleOptions": "Style Options",
"PE.Views.EditTable.textSize": "Size",
"PE.Views.EditTable.textColor": "Color",
"PE.Views.EditTable.textHeaderRow": "Header Row",
"PE.Views.EditTable.textTotalRow": "Total Row",
"PE.Views.EditTable.textBandedRow": "Banded Row",
"PE.Views.EditTable.textFirstColumn": "First Column",
"PE.Views.EditTable.textLastColumn": "Last Column",
"PE.Views.EditTable.textBandedColumn": "Banded Column",
"PE.Controllers.EditText.textFonts": "Fonts",
"PE.Controllers.EditText.textAuto": "Auto",
"PE.Controllers.EditText.textPt": "pt",
"PE.Views.EditText.textFonts": "Fonts",
"PE.Views.EditText.textFontColor": "Font Color",
"PE.Views.EditText.textAdditionalFormat": "Additional Formatting",
"PE.Views.EditText.textBack": "Back",
"PE.Views.EditText.textSize": "Size",
"PE.Views.EditText.textFontColors": "Font Colors",
"PE.Views.EditText.textAutomatic": "Automatic",
"PE.Views.EditText.textAdditional": "Additional",
"PE.Views.EditText.textStrikethrough": "Strikethrough",
"PE.Views.EditText.textDblStrikethrough": "Double Strikethrough",
"PE.Views.EditText.textDblSuperscript": "Superscript",
"PE.Views.EditText.textSubscript": "Subscript",
"PE.Views.EditText.textSmallCaps": "Small Caps",
"PE.Views.EditText.textAllCaps": "All Caps",
"PE.Views.EditText.textLetterSpacing": "Letter Spacing",
"PE.Views.EditText.textFromText": "Distance from Text",
"PE.Views.EditText.textBefore": "Before",
"PE.Views.EditText.textAfter": "After",
"PE.Views.EditText.textLineSpacing": "Line Spacing",
"PE.Views.EditText.textBullets": "Bullets",
"PE.Views.EditText.textNone": "None",
"PE.Views.EditText.textNumbers": "Numbers"
}