mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-12 19:49:59 +05:00
Remove hardcoded translations
This commit is contained in:
parent
0afcc21208
commit
a8c1d1e1b6
@ -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;
|
||||
|
||||
});
|
||||
|
||||
Loading…
Reference in New Issue
Block a user