From 2534172136e5ed249340cd3c0e7abb03578da6c2 Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Tue, 8 Aug 2017 14:15:53 +0300 Subject: [PATCH] Update translations. --- apps/documenteditor/main/app/view/Toolbar.js | 2 +- apps/presentationeditor/main/app/view/Toolbar.js | 2 +- apps/presentationeditor/main/locale/en.json | 2 +- apps/spreadsheeteditor/main/app/view/Toolbar.js | 2 +- apps/spreadsheeteditor/main/locale/en.json | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/apps/documenteditor/main/app/view/Toolbar.js b/apps/documenteditor/main/app/view/Toolbar.js index 5d1772686..d5ee350d0 100644 --- a/apps/documenteditor/main/app/view/Toolbar.js +++ b/apps/documenteditor/main/app/view/Toolbar.js @@ -2388,7 +2388,7 @@ define([ tipHAligh: 'Horizontal Align', tipViewSettings: 'View Settings', tipAdvSettings: 'Advanced Settings', - textCompactView: 'View Compact Toolbar', + textCompactView: 'Hide Toolbar', textHideTitleBar: 'Hide Title Bar', textHideStatusBar: 'Hide Status Bar', textHideLines: 'Hide Rulers', diff --git a/apps/presentationeditor/main/app/view/Toolbar.js b/apps/presentationeditor/main/app/view/Toolbar.js index 18bee6fdd..bf6840e5c 100644 --- a/apps/presentationeditor/main/app/view/Toolbar.js +++ b/apps/presentationeditor/main/app/view/Toolbar.js @@ -1765,7 +1765,7 @@ define([ tipSlideSize: 'Select Slide Size', tipViewSettings: 'View Settings', tipAdvSettings: 'Advanced Settings', - textCompactView: 'View Compact Toolbar', + textCompactView: 'Hide Toolbar', textHideTitleBar: 'Hide Title Bar', textHideStatusBar: 'Hide Status Bar', textHideLines: 'Hide Rulers', diff --git a/apps/presentationeditor/main/locale/en.json b/apps/presentationeditor/main/locale/en.json index e1d48a0fb..09ef7cbe9 100644 --- a/apps/presentationeditor/main/locale/en.json +++ b/apps/presentationeditor/main/locale/en.json @@ -1272,7 +1272,7 @@ "PE.Views.Toolbar.textCancel": "Cancel", "PE.Views.Toolbar.textCharts": "Charts", "PE.Views.Toolbar.textColumn": "Column", - "PE.Views.Toolbar.textCompactView": "View Compact Toolbar", + "PE.Views.Toolbar.textCompactView": "Hide Toolbar", "PE.Views.Toolbar.textFitPage": "Fit to Slide", "PE.Views.Toolbar.textFitWidth": "Fit to Width", "PE.Views.Toolbar.textHideLines": "Hide Rulers", diff --git a/apps/spreadsheeteditor/main/app/view/Toolbar.js b/apps/spreadsheeteditor/main/app/view/Toolbar.js index 021165cb2..d31732e90 100644 --- a/apps/spreadsheeteditor/main/app/view/Toolbar.js +++ b/apps/spreadsheeteditor/main/app/view/Toolbar.js @@ -1996,7 +1996,7 @@ define([ textDelLeft: 'Shift Cells Left', textDelUp: 'Shift Cells Up', textZoom: 'Zoom', - textCompactToolbar: 'Compact Toolbar', + textCompactToolbar: 'Hide Toolbar', textHideTBar: 'Hide Title Bar', textHideFBar: 'Hide Formula Bar', textHideHeadings: 'Hide Headings', diff --git a/apps/spreadsheeteditor/main/locale/en.json b/apps/spreadsheeteditor/main/locale/en.json index da7577b0c..04af79cc9 100644 --- a/apps/spreadsheeteditor/main/locale/en.json +++ b/apps/spreadsheeteditor/main/locale/en.json @@ -1605,7 +1605,7 @@ "SSE.Views.Toolbar.textClockwise": "Angle Clockwise", "SSE.Views.Toolbar.textColumn": "Column", "SSE.Views.Toolbar.textColumnSpark": "Column", - "SSE.Views.Toolbar.textCompactToolbar": "View Compact Toolbar", + "SSE.Views.Toolbar.textCompactToolbar": "Hide Toolbar", "SSE.Views.Toolbar.textCounterCw": "Angle Counterclockwise", "SSE.Views.Toolbar.textDelLeft": "Shift Cells Left", "SSE.Views.Toolbar.textDelUp": "Shift Cells Up",