From 4c47fcf862b9952d9b2c8df78a192667a8926434 Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Fri, 14 Jan 2022 16:04:39 +0300 Subject: [PATCH] [DE forms] Fix Bug 54897 --- .../forms/app/controller/ApplicationController.js | 4 +++- apps/documenteditor/forms/locale/en.json | 2 ++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/apps/documenteditor/forms/app/controller/ApplicationController.js b/apps/documenteditor/forms/app/controller/ApplicationController.js index cf56628b1..5aed32a9c 100644 --- a/apps/documenteditor/forms/app/controller/ApplicationController.js +++ b/apps/documenteditor/forms/app/controller/ApplicationController.js @@ -1856,7 +1856,9 @@ define([ saveErrorTextDesktop: 'This file cannot be saved or created.
Possible reasons are:
1. The file is read-only.
2. The file is being edited by other users.
3. The disk is full or corrupted.', errorEditingSaveas: 'An error occurred during the work with the document.
Use the \'Save as...\' option to save the file backup copy to your computer hard drive.', textSaveAs: 'Save as PDF', - textSaveAsDesktop: 'Save as...' + textSaveAsDesktop: 'Save as...', + warnLicenseExp: 'Your license has expired.
Please update your license and refresh the page.', + titleLicenseExp: 'License expired' }, DE.Controllers.ApplicationController)); diff --git a/apps/documenteditor/forms/locale/en.json b/apps/documenteditor/forms/locale/en.json index 13e691b38..ceb6d9701 100644 --- a/apps/documenteditor/forms/locale/en.json +++ b/apps/documenteditor/forms/locale/en.json @@ -144,6 +144,8 @@ "DE.Controllers.ApplicationController.warnLicenseUsersExceeded": "You've reached the user limit for %1 editors. Contact your administrator to learn more.", "DE.Controllers.ApplicationController.warnNoLicense": "You've reached the limit for simultaneous connections to %1 editors. This document will be opened for viewing only.
Contact %1 sales team for personal upgrade terms.", "DE.Controllers.ApplicationController.warnNoLicenseUsers": "You've reached the user limit for %1 editors. Contact %1 sales team for personal upgrade terms.", + "DE.Controllers.ApplicationController.titleLicenseExp": "License expired", + "DE.Controllers.ApplicationController.warnLicenseExp": "Your license has expired.
Please update your license and refresh the page.", "DE.Views.ApplicationView.textClear": "Clear All Fields", "DE.Views.ApplicationView.textCopy": "Copy", "DE.Views.ApplicationView.textCut": "Cut",