diff --git a/apps/presentationeditor/main/app/controller/Main.js b/apps/presentationeditor/main/app/controller/Main.js
index 79ccfb04b..1d5bbd87d 100644
--- a/apps/presentationeditor/main/app/controller/Main.js
+++ b/apps/presentationeditor/main/app/controller/Main.js
@@ -127,7 +127,21 @@ define([
'Diagram Title': this.txtDiagramTitle,
'X Axis': this.txtXAxis,
'Y Axis': this.txtYAxis,
- 'Your text here': this.txtArt
+ 'Your text here': this.txtArt,
+ 'Slide text': this.txtSlideText,
+ 'Chart': this.txtSldLtTChart,
+ 'ClipArt': this.txtClipArt,
+ 'Diagram': this.txtDiagram,
+ 'Date and time': this.txtDateTime,
+ 'Footer': this.txtFooter,
+ 'Header': this.txtHeader,
+ 'Media': this.txtMedia,
+ 'Picture': this.txtPicture,
+ 'Image': this.txtImage,
+ 'Slide number': this.txtSlideNumber,
+ 'Slide subtitle': this.txtSlideSubtitle,
+ 'Table': this.txtSldLtTTbl,
+ 'Slide title': this.txtSlideTitle
}
});
@@ -1921,7 +1935,19 @@ define([
errorAccessDeny: 'You are trying to perform an action you do not have rights for.
Please contact your Document Server administrator.',
titleServerVersion: 'Editor updated',
errorServerVersion: 'The editor version has been updated. The page will be reloaded to apply the changes.',
- errorBadImageUrl: 'Image url is incorrect'
+ errorBadImageUrl: 'Image url is incorrect',
+ txtSlideText: 'Slide text',
+ txtClipArt: 'Clip Art',
+ txtDiagram: 'Diagram',
+ txtDateTime: 'Date and time',
+ txtFooter: 'Footer',
+ txtHeader: 'Header',
+ txtMedia: 'Media',
+ txtPicture: 'Picture',
+ txtImage: 'Image',
+ txtSlideNumber: 'Slide number',
+ txtSlideSubtitle: 'Slide subtitle',
+ txtSlideTitle: 'Slide title'
}
})(), PE.Controllers.Main || {}))
});
diff --git a/apps/presentationeditor/main/locale/en.json b/apps/presentationeditor/main/locale/en.json
index 9ef2bf70a..4c5df6f60 100644
--- a/apps/presentationeditor/main/locale/en.json
+++ b/apps/presentationeditor/main/locale/en.json
@@ -262,6 +262,18 @@
"PE.Controllers.Main.warnLicenseExp": "Your license has expired.
Please update your license and refresh the page.",
"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).
If you need more please consider purchasing a commercial license.",
"PE.Controllers.Main.warnProcessRightsChange": "You have been denied the right to edit the file.",
+ "PE.Controllers.Main.txtSlideText": "Slide text",
+ "PE.Controllers.Main.txtClipArt": "Clip Art",
+ "PE.Controllers.Main.txtDiagram": "Diagram",
+ "PE.Controllers.Main.txtDateTime": "Date and time",
+ "PE.Controllers.Main.txtFooter": "Footer",
+ "PE.Controllers.Main.txtHeader": "Header",
+ "PE.Controllers.Main.txtMedia": "Media",
+ "PE.Controllers.Main.txtPicture": "Picture",
+ "PE.Controllers.Main.txtImage": "Image",
+ "PE.Controllers.Main.txtSlideNumber": "Slide number",
+ "PE.Controllers.Main.txtSlideSubtitle": "Slide subtitle",
+ "PE.Controllers.Main.txtSlideTitle": "Slide title",
"PE.Controllers.Statusbar.zoomText": "Zoom {0}%",
"PE.Controllers.Toolbar.confirmAddFontName": "The font you are going to save is not available on the current device.
The text style will be displayed using one of the system fonts, the saved font will be used when it is available.
Do you want to continue?",
"PE.Controllers.Toolbar.textAccent": "Accents",
diff --git a/apps/presentationeditor/mobile/app/controller/Main.js b/apps/presentationeditor/mobile/app/controller/Main.js
index e1cea021e..e6f225b8f 100644
--- a/apps/presentationeditor/mobile/app/controller/Main.js
+++ b/apps/presentationeditor/mobile/app/controller/Main.js
@@ -104,7 +104,21 @@ define([
'Diagram Title': me.txtDiagramTitle,
'X Axis': me.txtXAxis,
'Y Axis': me.txtYAxis,
- 'Your text here': me.txtArt
+ 'Your text here': me.txtArt,
+ 'Slide text': this.txtSlideText,
+ 'Chart': this.txtSldLtTChart,
+ 'ClipArt': this.txtClipArt,
+ 'Diagram': this.txtDiagram,
+ 'Date and time': this.txtDateTime,
+ 'Footer': this.txtFooter,
+ 'Header': this.txtHeader,
+ 'Media': this.txtMedia,
+ 'Picture': this.txtPicture,
+ 'Image': this.txtImage,
+ 'Slide number': this.txtSlideNumber,
+ 'Slide subtitle': this.txtSlideSubtitle,
+ 'Table': this.txtSldLtTTbl,
+ 'Slide title': this.txtSlideTitle
}
});
@@ -1216,7 +1230,19 @@ define([
textDone: 'Done',
titleServerVersion: 'Editor updated',
errorServerVersion: 'The editor version has been updated. The page will be reloaded to apply the changes.',
- errorBadImageUrl: 'Image url is incorrect'
+ errorBadImageUrl: 'Image url is incorrect',
+ txtSlideText: 'Slide text',
+ txtClipArt: 'Clip Art',
+ txtDiagram: 'Diagram',
+ txtDateTime: 'Date and time',
+ txtFooter: 'Footer',
+ txtHeader: 'Header',
+ txtMedia: 'Media',
+ txtPicture: 'Picture',
+ txtImage: 'Image',
+ txtSlideNumber: 'Slide number',
+ txtSlideSubtitle: 'Slide subtitle',
+ txtSlideTitle: 'Slide title'
}
})(), PE.Controllers.Main || {}))
});
\ No newline at end of file
diff --git a/apps/presentationeditor/mobile/locale/en.json b/apps/presentationeditor/mobile/locale/en.json
index ff24dd0ea..19daf8fd4 100644
--- a/apps/presentationeditor/mobile/locale/en.json
+++ b/apps/presentationeditor/mobile/locale/en.json
@@ -193,6 +193,18 @@
"PE.Controllers.Main.warnLicenseExp": "Your license has expired.
Please update your license and refresh the page.",
"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).
If you need more please consider purchasing a commercial license.",
"PE.Controllers.Main.warnProcessRightsChange": "You have been denied the right to edit the file.",
+ "PE.Controllers.Main.txtSlideText": "Slide text",
+ "PE.Controllers.Main.txtClipArt": "Clip Art",
+ "PE.Controllers.Main.txtDiagram": "Diagram",
+ "PE.Controllers.Main.txtDateTime": "Date and time",
+ "PE.Controllers.Main.txtFooter": "Footer",
+ "PE.Controllers.Main.txtHeader": "Header",
+ "PE.Controllers.Main.txtMedia": "Media",
+ "PE.Controllers.Main.txtPicture": "Picture",
+ "PE.Controllers.Main.txtImage": "Image",
+ "PE.Controllers.Main.txtSlideNumber": "Slide number",
+ "PE.Controllers.Main.txtSlideSubtitle": "Slide subtitle",
+ "PE.Controllers.Main.txtSlideTitle": "Slide title",
"PE.Controllers.Search.textNoTextFound": "Text not Found",
"PE.Controllers.Settings.notcriticalErrorTitle": "Warning",
"PE.Controllers.Settings.txtLoading": "Loading...",