lang.en-us.js 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. var lang = new Array();
  2. //attorn
  3. lang['attorn_success'] = "Attorn success";
  4. //catalog
  5. lang["none"] = "none";
  6. lang["save_success"] = "Save success";
  7. lang["save_fail"] = "Save fail";
  8. lang["confirm_to_delete"] = "Are you sure that you want to delete it?";
  9. lang["delete_success"] = "Delete success";
  10. lang["delete_fail"] = "Delete fail";
  11. //item
  12. lang["back_to_top"] = "Back to top";
  13. //page/edite
  14. lang["params"] = "Params";
  15. lang["type"] = "Type";
  16. lang["description"] = "Description";
  17. lang["editormd_placeholder"] = "Supports Markdown.the left side to edite, the right Preview";
  18. lang["json_fail"] = "JSON import failed";
  19. lang["filed"] = "filed";
  20. lang["none"] = "none";
  21. lang["save_templ_title"] = "Pealse set the title for the template you want to save";
  22. lang["saved_templ_msg1"] = "Template'";
  23. lang["saved_templ_msg2"] = "' is saved.When you create or edit a new page, click the 'More template' button, then you can use the template you save";
  24. lang["save_time"] = "Save time";
  25. lang["templ_title"] = "Template title";
  26. lang["operation"] = "Operation";
  27. lang["use_this_template"] = "Insert this template";
  28. lang["delete_this_template"] = "Delete template";
  29. lang["no_templ_msg"] = "<p><br>You have not saved any templates.<br>When you edit the page, click the 'save' button on the right click, select Save as template in the down menu .<br>When you create or edit a new page, click the 'More template' button, then you can use the template you save</p>";
  30. lang["add_page_comments_msg"] = "Please enter the page comments.It can be page update log , or other you want.It will be showed in page history version convenient for you to check the change of page";
  31. lang["confirm_to_delete_member"] = "Sure to delete this member ?";