en_gb.js 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. /*!
  2. * froala_editor v1.2.2 (http://editor.froala.com)
  3. * Copyright 2014-2014 Froala
  4. */
  5. /**
  6. * English spoken in Great Britain
  7. */
  8. $.Editable.LANGS['en_gb'] = {
  9. translation: {
  10. "Bold": "Bold",
  11. "Italic": "Italic",
  12. "Underline": "Underline",
  13. "Strikethrough": "Strike-through",
  14. "Font Size": "Font Size",
  15. "Color": "Colour",
  16. "Background Color": "Background Colour",
  17. "Text Color": "Text Colour",
  18. "Format Block": "Format Block",
  19. "Normal": "Normal",
  20. "Paragraph": "Paragraph",
  21. "Code": "Code",
  22. "Quote": "Quote",
  23. "Heading 1": "Heading 1",
  24. "Heading 2": "Heading 2",
  25. "Heading 3": "Heading 3",
  26. "Heading 4": "Heading 4",
  27. "Heading 5": "Heading 5",
  28. "Heading 6": "Heading 6",
  29. "Block Style": "Block Style",
  30. "Alignment": "Alignment",
  31. "Align Left": "Align Left",
  32. "Align Center": "Align Center",
  33. "Align Right": "Align Right",
  34. "Justify": "Justify",
  35. "Numbered List": "Numbered List",
  36. "Bulleted List": "Bulleted List",
  37. "Indent Less": "Indent Less",
  38. "Indent More": "Indent More",
  39. "Select All": "Select All",
  40. "Insert Link": "Insert Link",
  41. "Insert Image": "Insert Image",
  42. "Insert Video": "Insert Video",
  43. "Undo": "Undo",
  44. "Redo": "Redo",
  45. "Show HTML": "Show HTML",
  46. "Float Left": "Float Left",
  47. "Float None": "Float None",
  48. "Float Right": "Float Right",
  49. "Replace Image": "Replace Image",
  50. "Remove Image": "Remove Image",
  51. "Title": "Title",
  52. "Insert image": "Insert image",
  53. "Drop image": "Drop image",
  54. "or click": "or click",
  55. "or": "or",
  56. "Enter URL": "Enter URL",
  57. "Please wait!": "Please wait!",
  58. "Are you sure? Image will be deleted.": "Are you sure? Image will be deleted.",
  59. "UNLINK": "UNLINK",
  60. "Open in new tab": "Open in new tab",
  61. "Type something": "Type something",
  62. "Cancel": "Cancel",
  63. "OK": "OK",
  64. "Manage images": "Manage images",
  65. "Delete": "Delete",
  66. "Font Family": "Font Family",
  67. "Insert Horizontal Line": "Insert Horizontal Line",
  68. "Table": "Table",
  69. "Insert table": "Insert table",
  70. "Cell": "Cell",
  71. "Row": "Row",
  72. "Column": "Column",
  73. "Delete table": "Delete table",
  74. "Insert cell before": "Insert cell before",
  75. "Insert cell after": "Insert cell after",
  76. "Delete cell": "Delete cell",
  77. "Merge cells": "Merge cells",
  78. "Horizontal split": "Horizontal split",
  79. "Vertical split": "Vertical split",
  80. "Insert row above": "Insert row above",
  81. "Insert row below": "Insert row below",
  82. "Delete row": "Delete row",
  83. "Insert column before": "Insert column before",
  84. "Insert column after": "Insert column after",
  85. "Delete column": "Delete column"
  86. },
  87. direction: "ltr"
  88. };