common.json 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. {
  2. "wiki": "Wiki",
  3. "header": {
  4. "overview": "Overview",
  5. "createdoc": "Create New Document"
  6. },
  7. "footer": {
  8. "poweredby": "Powered by",
  9. "home": "Home",
  10. "top": "Return to top"
  11. },
  12. "sidebar": {
  13. "nav": "NAV",
  14. "navigation": "Navigation",
  15. "pagecontents": "Page Contents",
  16. "pastversions": "Past Versions"
  17. },
  18. "nav": {
  19. "account": "Account",
  20. "allpages": "All Pages",
  21. "create": "Create",
  22. "discard": "Discard",
  23. "edit": "Edit",
  24. "history": "History",
  25. "login": "Login",
  26. "logout": "Logout",
  27. "move": "Move",
  28. "myprofile": "My Profile",
  29. "normalview": "Normal View",
  30. "savechanges": "Save Changes",
  31. "savedocument": "Save Document",
  32. "settings": "Settings",
  33. "source": "Source",
  34. "stats": "Stats",
  35. "syssettings": "System Settings",
  36. "theme": "Color Theme",
  37. "users": "Users",
  38. "viewlatest": "View Latest"
  39. },
  40. "welcome": {
  41. "title": "Welcome to your wiki!",
  42. "subtitle": "Let's get started and create the home page.",
  43. "createhome": "Create Home Page"
  44. },
  45. "loading": {
  46. "source": "Loading source...",
  47. "editor": "Loading editor..."
  48. }
  49. }