diff --git a/apps/documenteditor/main/app/controller/Main.js b/apps/documenteditor/main/app/controller/Main.js index 3153b264e..6f0ecc583 100644 --- a/apps/documenteditor/main/app/controller/Main.js +++ b/apps/documenteditor/main/app/controller/Main.js @@ -148,7 +148,8 @@ define([ "None": this.txtNone, "No table of figures entries found.": this.txtNoTableOfFigures, "table of figures": this.txtTableOfFigures, - "TOC Heading": this.txtTOCHeading + "TOC Heading": this.txtTOCHeading, + "Anyone": this.textAnyone }; styleNames.forEach(function(item){ translate[item] = me['txtStyle_' + item.replace(/ /g, '_')] || item; @@ -3372,7 +3373,8 @@ define([ errorInconsistentExtPdf: 'An error has occurred while opening the file.
The file content corresponds to one of the following formats: pdf/djvu/xps/oxps, but the file has the inconsistent extension: %1.', errorInconsistentExt: 'An error has occurred while opening the file.
The file content does not match the file extension.', errorCannotPasteImg: 'We can\'t paste this image from the Clipboard, but you can save it to your device and \ninsert it from there, or you can copy the image without text and paste it into the document.', - textTryQuickPrint: 'You have selected Quick print: the entire document will be printed on the last selected or default printer.
Do you want to continue?' + textTryQuickPrint: 'You have selected Quick print: the entire document will be printed on the last selected or default printer.
Do you want to continue?', + textAnyone: 'Anyone' } })(), DE.Controllers.Main || {})) }); \ No newline at end of file diff --git a/apps/documenteditor/main/locale/en.json b/apps/documenteditor/main/locale/en.json index 7c4584bbb..7d04b015b 100644 --- a/apps/documenteditor/main/locale/en.json +++ b/apps/documenteditor/main/locale/en.json @@ -819,6 +819,7 @@ "DE.Controllers.Main.splitMaxColsErrorText": "The number of columns must be less than %1.", "DE.Controllers.Main.splitMaxRowsErrorText": "The number of rows must be less than %1.", "DE.Controllers.Main.textAnonymous": "Anonymous", + "DE.Controllers.Main.textAnyone": "Anyone", "DE.Controllers.Main.textApplyAll": "Apply to all equations", "DE.Controllers.Main.textBuyNow": "Visit website", "DE.Controllers.Main.textChangesSaved": "All changes saved", diff --git a/apps/documenteditor/main/locale/ru.json b/apps/documenteditor/main/locale/ru.json index fb77e9f03..014d14f8d 100644 --- a/apps/documenteditor/main/locale/ru.json +++ b/apps/documenteditor/main/locale/ru.json @@ -819,6 +819,7 @@ "DE.Controllers.Main.splitMaxColsErrorText": "Число столбцов должно быть меньше, чем %1.", "DE.Controllers.Main.splitMaxRowsErrorText": "Число строк должно быть меньше, чем %1.", "DE.Controllers.Main.textAnonymous": "Аноним", + "DE.Controllers.Main.textAnyone": "Любой", "DE.Controllers.Main.textApplyAll": "Применить ко всем уравнениям", "DE.Controllers.Main.textBuyNow": "Перейти на сайт", "DE.Controllers.Main.textChangesSaved": "Все изменения сохранены",