PageRenderTime 49ms CodeModel.GetById 24ms RepoModel.GetById 0ms app.codeStats 0ms

/BlogEngine/BlogEngine.NET/editors/tiny_mce_3_4_3_1/plugins/autosave/langs/en.js

#
JavaScript | 4 lines | 4 code | 0 blank | 0 comment | 0 complexity | a33b0322c949a6d74bde7fa164396984 MD5 | raw file
Possible License(s): LGPL-2.1, Apache-2.0, BSD-3-Clause
  1. tinyMCE.addI18n('en.autosave',{
  2. restore_content: "Restore auto-saved content",
  3. warning_message: "If you restore the saved content, you will lose all the content that is currently in the editor.\n\nAre you sure you want to restore the saved content?"
  4. });