mirror of https://github.com/xwiki-labs/cryptpad
remove hardcoded translations for rich text
This commit is contained in:
parent
e5c608df8f
commit
aa8b3c6d0a
|
@ -204,16 +204,6 @@ define([
|
|||
};
|
||||
|
||||
var mkSettingsMenu = function(framework) {
|
||||
|
||||
// XXX
|
||||
Messages.pad_settings_title = "Document Settings";
|
||||
Messages.pad_settings_info = "Default settings for this document. These will be applied when new users visit this document.";
|
||||
Messages.pad_settings_width_small = "Page mode";
|
||||
Messages.pad_settings_width_large = "Full width";
|
||||
Messages.pad_settings_outline = "Choose whether the Table of Contents should be visible or hidden by default.";
|
||||
Messages.pad_settings_comments = "Choose whether the Comments should be visible or hidden by default.";
|
||||
Messages.pad_settings_hide = "Hide";
|
||||
Messages.pad_settings_show = "Show";
|
||||
var getSettings = function () {
|
||||
var $d = $(h('div.cp-pad-settings-dialog'));
|
||||
var common = framework._.sfCommon;
|
||||
|
|
Loading…
Reference in New Issue