diff --git a/apps/documenteditor/mobile/locale/en.json b/apps/documenteditor/mobile/locale/en.json index b78d2efde..adc775d36 100644 --- a/apps/documenteditor/mobile/locale/en.json +++ b/apps/documenteditor/mobile/locale/en.json @@ -241,6 +241,7 @@ "DE.Controllers.Collaboration.textParaMoveTo": "Moved:", "DE.Controllers.Collaboration.textParaMoveFromUp": "Moved Up:", "DE.Controllers.Collaboration.textParaMoveFromDown": "Moved Down:", + "DE.Controllers.Collaboration.textEditUser": "Document is currently being edited by several users.", "DE.Views.AddImage.textAddress": "Address", "DE.Views.AddImage.textBack": "Back", "DE.Views.AddImage.textFromLibrary": "Picture from Library", @@ -496,5 +497,6 @@ "DE.Views.Collaboration.textMarkup": "Markup", "DE.Views.Collaboration.textFinal": "Final", "DE.Views.Collaboration.textOriginal": "Original", - "DE.Views.Collaboration.textChange": "Review Change" + "DE.Views.Collaboration.textChange": "Review Change", + "DE.Views.Collaboration.textEditUsers": "Users" } \ No newline at end of file diff --git a/apps/presentationeditor/mobile/locale/en.json b/apps/presentationeditor/mobile/locale/en.json index b54f6ec84..43260e8f6 100644 --- a/apps/presentationeditor/mobile/locale/en.json +++ b/apps/presentationeditor/mobile/locale/en.json @@ -226,6 +226,7 @@ "PE.Controllers.Toolbar.dlgLeaveTitleText": "You leave the application", "PE.Controllers.Toolbar.leaveButtonText": "Leave this Page", "PE.Controllers.Toolbar.stayButtonText": "Stay on this Page", + "PE.Controllers.Collaboration.textEditUser": "Document is currently being edited by several users.", "PE.Views.AddImage.textAddress": "Address", "PE.Views.AddImage.textBack": "Back", "PE.Views.AddImage.textFromLibrary": "Picture from Library", @@ -474,5 +475,10 @@ "PE.Views.Settings.textPresentSettings": "Presentation Settings", "PE.Views.Settings.textColorSchemes": "Color Schemes", "PE.Views.Settings.unknownText": "Unknown", - "PE.Views.Toolbar.textBack": "Back" + "PE.Views.Settings.textCollaboration": "Collaboration", + "PE.Views.Toolbar.textBack": "Back", + "PE.Views.Collaboration.textCollaboration": "Collaboration", + "PE.Views.Collaboration.textСomments": "Сomments", + "PE.Views.Collaboration.textBack": "Back", + "PE.Views.Collaboration.textEditUsers": "Users" } \ No newline at end of file diff --git a/apps/spreadsheeteditor/mobile/locale/en.json b/apps/spreadsheeteditor/mobile/locale/en.json index 624165a21..108c5c6d6 100644 --- a/apps/spreadsheeteditor/mobile/locale/en.json +++ b/apps/spreadsheeteditor/mobile/locale/en.json @@ -299,6 +299,7 @@ "SSE.Controllers.Toolbar.dlgLeaveTitleText": "You leave the application", "SSE.Controllers.Toolbar.leaveButtonText": "Leave this Page", "SSE.Controllers.Toolbar.stayButtonText": "Stay on this Page", + "SSE.Controllers.Collaboration.textEditUser": "Document is currently being edited by several users.", "SSE.Views.AddFunction.sCatDateAndTime": "Date and time", "SSE.Views.AddFunction.sCatEngineering": "Engineering", "SSE.Views.AddFunction.sCatFinancial": "Financial", @@ -494,6 +495,13 @@ "SSE.Views.Search.textSearchIn": "Search In", "SSE.Views.Search.textSheet": "Sheet", "SSE.Views.Search.textWorkbook": "Workbook", + "SSE.Views.Search.textLookIn": "Look In", + "SSE.Views.Search.textFormulas": "Formulas", + "SSE.Views.Search.textValues": "Values", + "SSE.Views.Search.textByColumns": "By columns", + "SSE.Views.Search.textByRows": "By rows", + "SSE.Views.Search.textSearchBy": "Search", + "SSE.Views.Search.textHighlightRes": "Highlight results", "SSE.Views.Settings.textAbout": "About", "SSE.Views.Settings.textAddress": "address", "SSE.Views.Settings.textAuthor": "Author", @@ -537,5 +545,12 @@ "SSE.Views.Settings.textBottom": "Bottom", "SSE.Views.Settings.textRight": "Right", "SSE.Views.Settings.unknownText": "Unknown", - "SSE.Views.Toolbar.textBack": "Back" + "SSE.Views.Settings.textFormulaLanguage": "Formula Language", + "SSE.Views.Settings.textExample": "Example", + "SSE.Views.Settings.textCollaboration": "Collaboration", + "SSE.Views.Toolbar.textBack": "Back", + "SSE.Views.Collaboration.textCollaboration": "Collaboration", + "SSE.Views.Collaboration.textСomments": "Сomments", + "SSE.Views.Collaboration.textBack": "Back", + "SSE.Views.Collaboration.textEditUsers": "Users" } \ No newline at end of file