From a8c1d1e1b613cf91544db806c9fe9b30fff353db Mon Sep 17 00:00:00 2001 From: yflory Date: Thu, 12 Dec 2024 14:30:39 +0100 Subject: [PATCH] Remove hardcoded translations --- customize.dist/messages.js | 7 ------- 1 file changed, 7 deletions(-) diff --git a/customize.dist/messages.js b/customize.dist/messages.js index 9e218dc11..be65e98a9 100755 --- a/customize.dist/messages.js +++ b/customize.dist/messages.js @@ -135,13 +135,6 @@ define(req, function(AppConfig, Default, Language) { return text; } }; - Messages.form_passwordWarning = 'For Forms, you can only set the password during creation. It cannot be changed later.' // XXX - - Messages.form_passwordWarning = 'Please note that a Form password can only be set now at creation time and cannot be changed later.' // XXX - - Messages.fm_restoreMultipleDialog = "Are you sure you want to restore {0} files and/or folders to their previous locations?"; // XXX: new translation key - Messages.calendar_show = 'Show calendars'; // XXX - Messages.calendar_hide = 'Hide calendars'; // XXX return Messages; });