From c57bf7e6befbf74fbbddd39fc31a854cf6dc4fd5 Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Fri, 11 Aug 2017 14:41:40 +0300 Subject: [PATCH] Update translations for plugins. --- apps/common/main/lib/view/Plugins.js | 2 +- apps/documenteditor/main/locale/en.json | 2 +- apps/presentationeditor/main/locale/en.json | 2 +- apps/spreadsheeteditor/main/locale/en.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/common/main/lib/view/Plugins.js b/apps/common/main/lib/view/Plugins.js index 0eaa838032..e39bc2e227 100644 --- a/apps/common/main/lib/view/Plugins.js +++ b/apps/common/main/lib/view/Plugins.js @@ -301,7 +301,7 @@ define([ strPlugins: 'Plugins', textLoading: 'Loading', textStart: 'Start', - groupCaption: 'Addons' + groupCaption: 'Add-ons' }, Common.Views.Plugins || {})); diff --git a/apps/documenteditor/main/locale/en.json b/apps/documenteditor/main/locale/en.json index f9d28b416f..9de27343c5 100644 --- a/apps/documenteditor/main/locale/en.json +++ b/apps/documenteditor/main/locale/en.json @@ -186,7 +186,7 @@ "Common.Views.Plugins.strPlugins": "Plugins", "Common.Views.Plugins.textLoading": "Loading", "Common.Views.Plugins.textStart": "Start", - "Common.Views.Plugins.groupCaption": "Addons", + "Common.Views.Plugins.groupCaption": "Add-ons", "Common.Views.RenameDialog.cancelButtonText": "Cancel", "Common.Views.RenameDialog.okButtonText": "Ok", "Common.Views.RenameDialog.textName": "File name", diff --git a/apps/presentationeditor/main/locale/en.json b/apps/presentationeditor/main/locale/en.json index 7736c65056..dbac68533e 100644 --- a/apps/presentationeditor/main/locale/en.json +++ b/apps/presentationeditor/main/locale/en.json @@ -119,7 +119,7 @@ "Common.Views.Plugins.strPlugins": "Plugins", "Common.Views.Plugins.textLoading": "Loading", "Common.Views.Plugins.textStart": "Start", - "Common.Views.Plugins.groupCaption": "Addons", + "Common.Views.Plugins.groupCaption": "Add-ons", "Common.Views.RenameDialog.cancelButtonText": "Cancel", "Common.Views.RenameDialog.okButtonText": "Ok", "Common.Views.RenameDialog.textName": "File name", diff --git a/apps/spreadsheeteditor/main/locale/en.json b/apps/spreadsheeteditor/main/locale/en.json index f3af89dfc2..e3f105d64b 100644 --- a/apps/spreadsheeteditor/main/locale/en.json +++ b/apps/spreadsheeteditor/main/locale/en.json @@ -105,7 +105,7 @@ "Common.Views.Plugins.strPlugins": "Plugins", "Common.Views.Plugins.textLoading": "Loading", "Common.Views.Plugins.textStart": "Start", - "Common.Views.Plugins.groupCaption": "Addons", + "Common.Views.Plugins.groupCaption": "Add-ons", "Common.Views.RenameDialog.cancelButtonText": "Cancel", "Common.Views.RenameDialog.okButtonText": "Ok", "Common.Views.RenameDialog.textName": "File name",