Remove hardcoded translations

This commit is contained in:
yflory 2024-12-12 14:30:39 +01:00
parent 0afcc21208
commit a8c1d1e1b6

View File

@ -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;
});