en_gb.js 7.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262
  1. /*!
  2. * froala_editor v2.8.4 (https://www.froala.com/wysiwyg-editor)
  3. * License https://froala.com/wysiwyg-editor/terms/
  4. * Copyright 2014-2018 Froala Labs
  5. */
  6. (function (factory) {
  7. if (typeof define === 'function' && define.amd) {
  8. // AMD. Register as an anonymous module.
  9. define(['jquery'], factory);
  10. } else if (typeof module === 'object' && module.exports) {
  11. // Node/CommonJS
  12. module.exports = function( root, jQuery ) {
  13. if ( jQuery === undefined ) {
  14. // require('jQuery') returns a factory that requires window to
  15. // build a jQuery instance, we normalize how we use modules
  16. // that require this pattern but the window provided is a noop
  17. // if it's defined (how jquery works)
  18. if ( typeof window !== 'undefined' ) {
  19. jQuery = require('jquery');
  20. }
  21. else {
  22. jQuery = require('jquery')(root);
  23. }
  24. }
  25. return factory(jQuery);
  26. };
  27. } else {
  28. // Browser globals
  29. factory(window.jQuery);
  30. }
  31. }(function ($) {
  32. /**
  33. * English spoken in Great Britain
  34. */
  35. $.FE.LANGUAGE['en_gb'] = {
  36. translation: {
  37. // Place holder
  38. "Type something": "Type something",
  39. // Basic formatting
  40. "Bold": "Bold",
  41. "Italic": "Italic",
  42. "Underline": "Underline",
  43. "Strikethrough": "Strikethrough",
  44. // Main buttons
  45. "Insert": "Insert",
  46. "Delete": "Delete",
  47. "Cancel": "Cancel",
  48. "OK": "OK",
  49. "Back": "Back",
  50. "Remove": "Remove",
  51. "More": "More",
  52. "Update": "Update",
  53. "Style": "Style",
  54. // Font
  55. "Font Family": "Font Family",
  56. "Font Size": "Font Size",
  57. // Colors
  58. "Colors": "Colours",
  59. "Background": "Background",
  60. "Text": "Text",
  61. "HEX Color": "HEX Colour",
  62. // Paragraphs
  63. "Paragraph Format": "Paragraph Format",
  64. "Normal": "Normal",
  65. "Code": "Code",
  66. "Heading 1": "Heading 1",
  67. "Heading 2": "Heading 2",
  68. "Heading 3": "Heading 3",
  69. "Heading 4": "Heading 4",
  70. // Style
  71. "Paragraph Style": "Paragraph Style",
  72. "Inline Style": "Inline Style",
  73. // Alignment
  74. "Align": "Align",
  75. "Align Left": "Align Left",
  76. "Align Center": "Align Centre",
  77. "Align Right": "Alight Right",
  78. "Align Justify": "Align Justify",
  79. "None": "None",
  80. // Lists
  81. "Ordered List": "Ordered List",
  82. "Unordered List": "Unordered List",
  83. // Indent
  84. "Decrease Indent": "Decrease Indent",
  85. "Increase Indent": "Increase Indent",
  86. // Links
  87. "Insert Link": "Insert Link",
  88. "Open in new tab": "Open in new tab",
  89. "Open Link": "Open Link",
  90. "Edit Link": "Edit Link",
  91. "Unlink": "Unlink",
  92. "Choose Link": "Choose Link",
  93. // Images
  94. "Insert Image": "Insert Image",
  95. "Upload Image": "Upload Image",
  96. "By URL": "By URL",
  97. "Browse": "Browse",
  98. "Drop image": "Drop image",
  99. "or click": "or click",
  100. "Manage Images": "Manage Images",
  101. "Loading": "Loading",
  102. "Deleting": "Deleting",
  103. "Tags": "Tags",
  104. "Are you sure? Image will be deleted.": "Are you sure? Image will be deleted.",
  105. "Replace": "Replace",
  106. "Uploading": "Uploading",
  107. "Loading image": "Loading image",
  108. "Display": "Display",
  109. "Inline": "Inline",
  110. "Break Text": "Break Text",
  111. "Alternative Text": "Alternative Text",
  112. "Change Size": "Change Size",
  113. "Width": "Width",
  114. "Height": "Height",
  115. "Something went wrong. Please try again.": "Something went wrong. Please try again.",
  116. "Image Caption": "Image Caption",
  117. "Advanced Edit": "Advanced Edit",
  118. // Video
  119. "Insert Video": "Insert Video",
  120. "Embedded Code": "Embedded Code",
  121. "Paste in a video URL": "Paste in a video URL",
  122. "Drop video": "Drop video",
  123. "Your browser does not support HTML5 video.": "Your browser does not support HTML5 video.",
  124. "Upload Video": "Upload Video",
  125. // Tables
  126. "Insert Table": "Insert Table",
  127. "Table Header": "Table Header",
  128. "Remove Table": "Remove Table",
  129. "Table Style": "Table Style",
  130. "Horizontal Align": "Horizontal Align",
  131. "Row": "Row",
  132. "Insert row above": "Insert row above",
  133. "Insert row below": "Insert row below",
  134. "Delete row": "Delete row",
  135. "Column": "Column",
  136. "Insert column before": "Insert column before",
  137. "Insert column after": "Insert column after",
  138. "Delete column": "Delete column",
  139. "Cell": "Cell",
  140. "Merge cells": "Merge cells",
  141. "Horizontal split": "Horizontal split",
  142. "Vertical split": "Vertical split",
  143. "Cell Background": "Cell Background",
  144. "Vertical Align": "Vertical Align",
  145. "Top": "Top",
  146. "Middle": "Middle",
  147. "Bottom": "Bottom",
  148. "Align Top": "Align Top",
  149. "Align Middle": "Align Middle",
  150. "Align Bottom": "Align Bottom",
  151. "Cell Style": "Cell Style",
  152. // Files
  153. "Upload File": "Upload File",
  154. "Drop file": "Drop file",
  155. // Emoticons
  156. "Emoticons": "Emoticons",
  157. // Line breaker
  158. "Break": "Break",
  159. // Math
  160. "Subscript": "Subscript",
  161. "Superscript": "Superscript",
  162. // Full screen
  163. "Fullscreen": "Fullscreen",
  164. // Horizontal line
  165. "Insert Horizontal Line": "Insert Horizontal Line",
  166. // Clear formatting
  167. "Clear Formatting": "Cell Formatting",
  168. // Undo, redo
  169. "Undo": "Undo",
  170. "Redo": "Redo",
  171. // Select all
  172. "Select All": "Select All",
  173. // Code view
  174. "Code View": "Code View",
  175. // Quote
  176. "Quote": "Quote",
  177. "Increase": "Increase",
  178. "Decrease": "Decrease",
  179. // Quick Insert
  180. "Quick Insert": "Quick Insert",
  181. // Spcial Characters
  182. "Special Characters": "Special Characters",
  183. "Latin": "Latin",
  184. "Greek": "Greek",
  185. "Cyrillic": "Cyrillic",
  186. "Punctuation": "Punctuation",
  187. "Currency": "Currency",
  188. "Arrows": "Arrows",
  189. "Math": "Math",
  190. "Misc": "Misc",
  191. // Print.
  192. "Print": "Print",
  193. // Spell Checker.
  194. "Spell Checker": "Spell Checker",
  195. // Help
  196. "Help": "Help",
  197. "Shortcuts": "Shortcuts",
  198. "Inline Editor": "Inline Editor",
  199. "Show the editor": "Show the editor",
  200. "Common actions": "Common actions",
  201. "Copy": "Copy",
  202. "Cut": "Cut",
  203. "Paste": "Paste",
  204. "Basic Formatting": "Basic Formatting",
  205. "Increase quote level": "Increase quote level",
  206. "Decrease quote level": "Decrease quote level",
  207. "Image / Video": "Image / Video",
  208. "Resize larger": "Resize larger",
  209. "Resize smaller": "Resize smaller",
  210. "Table": "Table",
  211. "Select table cell": "Select table cell",
  212. "Extend selection one cell": "Extend selection one cell",
  213. "Extend selection one row": "Extend selection one row",
  214. "Navigation": "Navigation",
  215. "Focus popup / toolbar": "Focus popup / toolbar",
  216. "Return focus to previous position": "Return focus to previous position",
  217. // Embed.ly
  218. "Embed URL": "Embed URL",
  219. "Paste in a URL to embed": "Paste in a URL to embed",
  220. // Word Paste.
  221. "The pasted content is coming from a Microsoft Word document. Do you want to keep the format or clean it up?": "The pasted content is coming from a Microsoft Word document. Do you want to keep the format or clean it up?",
  222. "Keep": "Keep",
  223. "Clean": "Clean",
  224. "Word Paste Detected": "Word Paste Detected"
  225. },
  226. direction: "ltr"
  227. };
  228. }));