wysiwyg-rails 1.1.5 → 1.1.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (47) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +26 -1
  3. data/app/assets/javascripts/froala_editor.min.js +5 -5
  4. data/app/assets/javascripts/froala_editor_ie8.min.js +5 -0
  5. data/app/assets/javascripts/langs/ar.js +88 -0
  6. data/app/assets/javascripts/langs/cs.js +88 -0
  7. data/app/assets/javascripts/langs/da.js +88 -0
  8. data/app/assets/javascripts/langs/de.js +88 -0
  9. data/app/assets/javascripts/langs/en_ca.js +88 -0
  10. data/app/assets/javascripts/langs/en_gb.js +88 -0
  11. data/app/assets/javascripts/langs/en_us.js +88 -0
  12. data/app/assets/javascripts/langs/es.js +88 -0
  13. data/app/assets/javascripts/langs/fa.js +88 -0
  14. data/app/assets/javascripts/langs/fi.js +88 -0
  15. data/app/assets/javascripts/langs/fr.js +88 -0
  16. data/app/assets/javascripts/langs/hu.js +88 -0
  17. data/app/assets/javascripts/langs/id.js +88 -0
  18. data/app/assets/javascripts/langs/it.js +88 -0
  19. data/app/assets/javascripts/langs/ja.js +88 -0
  20. data/app/assets/javascripts/langs/ko.js +88 -0
  21. data/app/assets/javascripts/langs/nb.js +88 -0
  22. data/app/assets/javascripts/langs/nl.js +88 -0
  23. data/app/assets/javascripts/langs/pl.js +88 -0
  24. data/app/assets/javascripts/langs/pt_br.js +88 -0
  25. data/app/assets/javascripts/langs/pt_pt.js +88 -0
  26. data/app/assets/javascripts/langs/ro.js +88 -0
  27. data/app/assets/javascripts/langs/ru.js +88 -0
  28. data/app/assets/javascripts/langs/sv.js +88 -0
  29. data/app/assets/javascripts/langs/th.js +88 -0
  30. data/app/assets/javascripts/langs/tr.js +88 -0
  31. data/app/assets/javascripts/langs/zh_cn.js +88 -0
  32. data/app/assets/javascripts/langs/zh_tw.js +88 -0
  33. data/app/assets/javascripts/libs/beautify/beautify-css.js +384 -0
  34. data/app/assets/javascripts/libs/beautify/beautify-html.js +840 -0
  35. data/app/assets/javascripts/libs/beautify/beautify.js +1737 -0
  36. data/app/assets/javascripts/plugins/block_styles.min.js +5 -0
  37. data/app/assets/javascripts/plugins/colors.min.js +5 -0
  38. data/app/assets/javascripts/plugins/fonts/font_family.min.js +5 -0
  39. data/app/assets/javascripts/plugins/fonts/font_size.min.js +5 -0
  40. data/app/assets/javascripts/plugins/fonts/fonts.min.js +5 -0
  41. data/app/assets/javascripts/plugins/media_manager.min.js +5 -0
  42. data/app/assets/javascripts/plugins/tables.min.js +5 -0
  43. data/app/assets/javascripts/plugins/video.min.js +5 -0
  44. data/app/assets/stylesheets/froala_editor.min.css +2 -2
  45. data/app/assets/stylesheets/themes/dark.min.css +4 -0
  46. data/lib/wysiwyg-rails/version.rb +1 -1
  47. metadata +46 -5
@@ -0,0 +1,88 @@
1
+ /*!
2
+ * froala_editor v1.1.6 (http://editor.froala.com)
3
+ * Copyright 2014-2014 Froala
4
+ */
5
+
6
+ /**
7
+ * English spoken in Great Britain
8
+ */
9
+
10
+ $.Editable.LANGS['en_gb'] = {
11
+ translation: {
12
+ "Bold": "Bold",
13
+ "Italic": "Italic",
14
+ "Underline": "Underline",
15
+ "Strikethrough": "Strike-through",
16
+ "Font Size": "Font Size",
17
+ "Color": "Colour",
18
+ "Background Color": "Background Colour",
19
+ "Text Color": "Text Colour",
20
+ "Format Block": "Format Block",
21
+ "Normal": "Normal",
22
+ "Paragraph": "Paragraph",
23
+ "Code": "Code",
24
+ "Quote": "Quote",
25
+ "Heading 1": "Heading 1",
26
+ "Heading 2": "Heading 2",
27
+ "Heading 3": "Heading 3",
28
+ "Heading 4": "Heading 4",
29
+ "Heading 5": "Heading 5",
30
+ "Heading 6": "Heading 6",
31
+ "Alignment": "Alignment",
32
+ "Align Left": "Align Left",
33
+ "Align Center": "Align Center",
34
+ "Align Right": "Align Right",
35
+ "Justify": "Justify",
36
+ "Numbered List": "Numbered List",
37
+ "Bulleted List": "Bulleted List",
38
+ "Indent Less": "Indent Less",
39
+ "Indent More": "Indent More",
40
+ "Select All": "Select All",
41
+ "Insert Link": "Insert Link",
42
+ "Insert Image": "Insert Image",
43
+ "Insert Video": "Insert Video",
44
+ "Undo": "Undo",
45
+ "Redo": "Redo",
46
+ "Show HTML": "Show HTML",
47
+ "Float Left": "Float Left",
48
+ "Float None": "Float None",
49
+ "Float Right": "Float Right",
50
+ "Replace Image": "Replace Image",
51
+ "Remove Image": "Remove Image",
52
+ "Title": "Title",
53
+ "Insert image": "Insert image",
54
+ "Drop image": "Drop image",
55
+ "or click": "or click",
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
+ };
@@ -0,0 +1,88 @@
1
+ /*!
2
+ * froala_editor v1.1.6 (http://editor.froala.com)
3
+ * Copyright 2014-2014 Froala
4
+ */
5
+
6
+ /**
7
+ * English spoken in the US
8
+ */
9
+
10
+ $.Editable.LANGS['en_us'] = {
11
+ translation: {
12
+ "Bold": "Bold",
13
+ "Italic": "Italic",
14
+ "Underline": "Underline",
15
+ "Strikethrough": "Strikethrough",
16
+ "Font Size": "Font Size",
17
+ "Color": "Color",
18
+ "Background Color": "Background Color",
19
+ "Text Color": "Text Color",
20
+ "Format Block": "Format Block",
21
+ "Normal": "Normal",
22
+ "Paragraph": "Paragraph",
23
+ "Code": "Code",
24
+ "Quote": "Quote",
25
+ "Heading 1": "Heading 1",
26
+ "Heading 2": "Heading 2",
27
+ "Heading 3": "Heading 3",
28
+ "Heading 4": "Heading 4",
29
+ "Heading 5": "Heading 5",
30
+ "Heading 6": "Heading 6",
31
+ "Alignment": "Alignment",
32
+ "Align Left": "Align Left",
33
+ "Align Center": "Align Center",
34
+ "Align Right": "Align Right",
35
+ "Justify": "Justify",
36
+ "Numbered List": "Numbered List",
37
+ "Bulleted List": "Bulleted List",
38
+ "Indent Less": "Indent Less",
39
+ "Indent More": "Indent More",
40
+ "Select All": "Select All",
41
+ "Insert Link": "Insert Link",
42
+ "Insert Image": "Insert Image",
43
+ "Insert Video": "Insert Video",
44
+ "Undo": "Undo",
45
+ "Redo": "Redo",
46
+ "Show HTML": "Show HTML",
47
+ "Float Left": "Float Left",
48
+ "Float None": "Float None",
49
+ "Float Right": "Float Right",
50
+ "Replace Image": "Replace Image",
51
+ "Remove Image": "Remove Image",
52
+ "Title": "Title",
53
+ "Insert image": "Insert image",
54
+ "Drop image": "Drop image",
55
+ "or click": "or click",
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
+ };
@@ -0,0 +1,88 @@
1
+ /*!
2
+ * froala_editor v1.1.6 (http://editor.froala.com)
3
+ * Copyright 2014-2014 Froala
4
+ */
5
+
6
+ /**
7
+ * Spanish
8
+ */
9
+
10
+ $.Editable.LANGS['es'] = {
11
+ translation: {
12
+ "Bold": "Negrita",
13
+ "Italic": "It\u00e1lica",
14
+ "Underline": "Subrayado",
15
+ "Strikethrough": "Tachado",
16
+ "Font Size": "Tama\u00f1o de fuente",
17
+ "Color": "Color",
18
+ "Background Color": "Color de fondo",
19
+ "Text Color": "Color del texto",
20
+ "Format Block": "Formatos",
21
+ "Normal": "Normal",
22
+ "Paragraph": "P\u00e1rrafo",
23
+ "Code": "C\u00f3digo",
24
+ "Quote": "Bloque de cita",
25
+ "Heading 1": "Encabezado 1",
26
+ "Heading 2": "Encabezado 2",
27
+ "Heading 3": "Encabezado 3",
28
+ "Heading 4": "Encabezado 4",
29
+ "Heading 5": "Encabezado 5",
30
+ "Heading 6": "Encabezado 6",
31
+ "Alignment": "Alineaci\u00f3n",
32
+ "Align Left": "Alinear a la izquierda",
33
+ "Align Center": "Alinear al centro",
34
+ "Align Right": "Alinear a la derecha",
35
+ "Justify": "Justificar",
36
+ "Numbered List": "Lista numerada",
37
+ "Bulleted List": "Lista de vi\u00f1etas",
38
+ "Indent Less": "Disminuir sangr\u00eda",
39
+ "Indent More": "Incrementar sangr\u00eda",
40
+ "Select All": "Seleccionar todo",
41
+ "Insert Link": "Insertar enlace",
42
+ "Insert Image": "Insertar imagen",
43
+ "Insert Video": "Insertar video",
44
+ "Undo": "Deshacer",
45
+ "Redo": "Rehacer",
46
+ "Show HTML": "Mostrar HTML",
47
+ "Float Left": "Izquierda",
48
+ "Float None": "Ninguno",
49
+ "Float Right": "Derecha",
50
+ "Replace Image": "Reemplazar la imagen",
51
+ "Remove Image": "Quitar la imagen",
52
+ "Title": "T\u00edtulo",
53
+ "Insert image": "Insertar imagen",
54
+ "Drop image": "Soltar la imagen",
55
+ "or click": "o haga clic en",
56
+ "Enter URL": "Escribir la URL",
57
+ "Please wait!": "Por favor, espere!",
58
+ "Are you sure? Image will be deleted.": "\u00bfEst\u00e1 seguro? Imagen ser\u00e1 borrada.",
59
+ "UNLINK": "Quitar enlace",
60
+ "Open in new tab": "Abrir en una nueva pesta\u00F1a",
61
+ "Type something": "Escriba algo",
62
+ "Cancel": "Cancelar",
63
+ "OK": "Ok",
64
+ "Manage images": "Administrar im\u00e1genes",
65
+ "Delete": "Borrar",
66
+ "Font Family": "Familia de fuentes",
67
+ "Insert Horizontal Line": "Insertar l\u00ednea horizontal",
68
+ "Table": "Tabla",
69
+ "Insert table": "Insertar tabla",
70
+ "Cell": "Celda",
71
+ "Row": "Fila",
72
+ "Column": "Columna",
73
+ "Delete table": "Eliminar tabla",
74
+ "Insert cell before": "Insertat celda antes",
75
+ "Insert cell after": "Insertat celda despu\u00e9s",
76
+ "Delete cell": "Eliminar celda",
77
+ "Merge cells": "Combinar celdas",
78
+ "Horizontal split": "Divisi\u00f3n horizontal",
79
+ "Vertical split": "Divisi\u00f3n vertical",
80
+ "Insert row above": "Insertar fila antes",
81
+ "Insert row below": "Insertar fila despu\u00e9s",
82
+ "Delete row": "Eliminar Fila",
83
+ "Insert column before": "Insertar columna antes",
84
+ "Insert column after": "Insertar columna despu\u00e9s",
85
+ "Delete column": "Eliminar columna"
86
+ },
87
+ direction: "ltr"
88
+ };
@@ -0,0 +1,88 @@
1
+ /*!
2
+ * froala_editor v1.1.6 (http://editor.froala.com)
3
+ * Copyright 2014-2014 Froala
4
+ */
5
+
6
+ /**
7
+ * Persian
8
+ */
9
+
10
+ $.Editable.LANGS['fa'] = {
11
+ translation: {
12
+ "Bold": "\u062f\u0631\u0634\u062a",
13
+ "Italic": "\u062e\u0637 \u06a9\u062c",
14
+ "Underline": "\u062e\u0637 \u0632\u06cc\u0631",
15
+ "Strikethrough": "\u062e\u0637 \u062e\u0648\u0631\u062f\u0647",
16
+ "Font Size": "\u0627\u0646\u062f\u0627\u0632\u0647 \u0641\u0648\u0646\u062a",
17
+ "Color": "\u0631\u0646\u06af",
18
+ "Background Color": "\u0631\u0646\u06af \u0632\u0645\u06cc\u0646\u0647 \u0645\u062a\u0646",
19
+ "Text Color": "\u0631\u0646\u06af \u0645\u062a\u0646",
20
+ "Format Block": "\u0642\u0627\u0644\u0628",
21
+ "Normal": "\u0637\u0628\u06cc\u0639\u06cc - Normal",
22
+ "Paragraph": "\u067e\u0627\u0631\u0627\u06af\u0631\u0627\u0641 - Paragraph",
23
+ "Code": "\u062f\u0633\u062a\u0648\u0631\u0627\u0644\u0639\u0645\u0644\u0647\u0627 - Code",
24
+ "Quote": "\u0646\u0642\u0644 \u0628\u06cc\u0627\u0646 \u06a9\u0631\u062f\u0646 - Quote",
25
+ "Heading 1": "\u0633\u0631\u200c\u0635\u0641\u062d\u0647 1",
26
+ "Heading 2": "\u0633\u0631\u200c\u0635\u0641\u062d\u0647 2",
27
+ "Heading 3": "\u0633\u0631\u200c\u0635\u0641\u062d\u0647 3",
28
+ "Heading 4": "\u0633\u0631\u200c\u0635\u0641\u062d\u0647 4",
29
+ "Heading 5": "\u0633\u0631\u200c\u0635\u0641\u062d\u0647 5",
30
+ "Heading 6": "\u0633\u0631\u200c\u0635\u0641\u062d\u0647 6",
31
+ "Alignment": "\u0631\u062f\u06cc\u0641 \u0628\u0646\u062f\u06cc \u0646\u0648\u0634\u062a\u0647",
32
+ "Align Left": "\u0686\u067e \u0686\u06cc\u0646",
33
+ "Align Center": "\u0648\u0633\u0637 \u0686\u06cc\u0646",
34
+ "Align Right": "\u0631\u0627\u0633\u062a \u0686\u06cc\u0646",
35
+ "Justify": "\u0645\u0633\u0627\u0648\u06cc \u0627\u0632 \u0637\u0631\u0641\u06cc\u0646",
36
+ "Numbered List": "\u0644\u06cc\u0633\u062a \u0634\u0645\u0627\u0631\u0647 \u0627\u06cc",
37
+ "Bulleted List": "\u0644\u06cc\u0633\u062a \u062f\u0627\u06cc\u0631\u0647 \u0627\u06cc",
38
+ "Indent Less": "\u06a9\u0627\u0647\u0634 \u062a\u0648 \u0631\u0641\u062a\u06af\u06cc",
39
+ "Indent More": "\u0627\u0641\u0632\u0627\u06cc\u0634 \u062a\u0648 \u0631\u0641\u062a\u06af\u06cc",
40
+ "Select All": "\u0627\u0646\u062a\u062e\u0627\u0628 \u0647\u0645\u0647",
41
+ "Insert Link": "\u0627\u0636\u0627\u0641\u0647 \u06a9\u0631\u062f\u0646 \u0644\u06cc\u0646\u06a9",
42
+ "Insert Image": "\u0627\u0636\u0627\u0641\u0647 \u06a9\u0631\u062f\u0646 \u062a\u0635\u0648\u06cc\u0631",
43
+ "Insert Video": "\u0627\u0636\u0627\u0641\u0647 \u06a9\u0631\u062f\u0646 \u0641\u0627\u06cc\u0644 \u062a\u0635\u0648\u06cc\u0631\u06cc",
44
+ "Undo": "\u0628\u0627\u0637\u0644 \u06a9\u0631\u062f\u0646",
45
+ "Redo": "\u0627\u0646\u062c\u0627\u0645 \u062f\u0648\u0628\u0627\u0631\u0647",
46
+ "Show HTML": "HTML \u0646\u0645\u0627\u06cc\u0634",
47
+ "Float Left": "\u0686\u067e",
48
+ "Float None": "\u0647\u06cc\u0686 \u06a9\u062f\u0627\u0645",
49
+ "Float Right": "\u0631\u0627\u0633\u062a",
50
+ "Replace Image": "\u0628\u0647 \u062c\u0627\u06cc \u062a\u0635\u0648\u06cc\u0631",
51
+ "Remove Image": "\u062d\u0630\u0641 \u062a\u0635\u0648\u06cc\u0631",
52
+ "Title": "\u0639\u0646\u0648\u0627\u0646",
53
+ "Insert image": "\u0627\u0636\u0627\u0641\u0647 \u06a9\u0631\u062f\u0646 \u062a\u0635\u0648\u06cc\u0631",
54
+ "Drop image": "\u0642\u0637\u0631\u0647 \u062a\u0635\u0648\u06cc\u0631",
55
+ "or click": "\u06cc\u0627 \u06a9\u0644\u06cc\u06a9 \u06a9\u0646\u06cc\u062f",
56
+ "Enter URL": "\u0631\u0627 \u0648\u0627\u0631\u062f \u06a9\u0646\u06cc\u062f URL",
57
+ "Please wait!": "!\u0644\u0637\u0641\u0627 \u0635\u0628\u0631 \u06a9\u0646\u06cc\u062f",
58
+ "Are you sure? Image will be deleted.": ".\u0622\u06cc\u0627 \u0645\u0637\u0645\u0626\u0646 \u0647\u0633\u062a\u06cc\u062f\u061f \u062a\u0635\u0648\u06cc\u0631 \u062d\u0630\u0641 \u062e\u0648\u0627\u0647\u062f \u0634\u062f",
59
+ "UNLINK": "\u062d\u0630\u0641 \u0644\u06cc\u0646\u06a9",
60
+ "Open in new tab": "\u0628\u0627\u0632 \u06a9\u0631\u062f\u0646 \u062f\u0631 \u0628\u0631\u06af\u0647 \u062c\u062f\u06cc\u062f",
61
+ "Type something": "\u0686\u06cc\u0632\u06cc \u0628\u0646\u0648\u06cc\u0633\u06cc\u062f",
62
+ "Cancel": "\u0644\u063a\u0648",
63
+ "OK": "\u0628\u0627\u0634\u0647",
64
+ "Manage images": "\u0645\u062f\u06cc\u0631\u06cc\u062a \u062a\u0635\u0627\u0648\u06cc\u0631",
65
+ "Delete": "\u062d\u0630\u0641 \u06a9\u0631\u062f\u0646",
66
+ "Font Family": "\u0641\u0648\u0646\u062a",
67
+ "Insert Horizontal Line": "\u0642\u0631\u0627\u0631 \u062f\u0627\u062f\u0646 \u0627\u0641\u0642\u06cc \u062e\u0637",
68
+ "Table": "\u062c\u062f\u0648\u0644",
69
+ "Insert table": "\u0627\u0636\u0627\u0641\u0647 \u06a9\u0631\u062f\u0646 \u062c\u062f\u0648\u0644",
70
+ "Cell": "\u0633\u0644\u0648\u0644",
71
+ "Row": "\u0633\u0637\u0631",
72
+ "Column": "\u0633\u062a\u0648\u0646",
73
+ "Delete table": "\u062d\u0630\u0641 \u062c\u062f\u0648\u0644",
74
+ "Insert cell before": "\u0627\u0636\u0627\u0641\u0647 \u0633\u0644\u0648\u0644 \u0642\u0628\u0644",
75
+ "Insert cell after": "\u0627\u0636\u0627\u0641\u0647 \u0633\u0644\u0648\u0644 \u0628\u0639\u062f",
76
+ "Delete cell": "\u062d\u0630\u0641 \u0633\u0644\u0648\u0644",
77
+ "Merge cells": "\u0627\u062f\u063a\u0627\u0645 \u0633\u0644\u0648\u0644\u200c\u0647\u0627",
78
+ "Horizontal split": "\u062a\u0642\u0633\u06cc\u0645 \u0627\u0641\u0642\u06cc",
79
+ "Vertical split": "\u062a\u0642\u0633\u06cc\u0645 \u0639\u0645\u0648\u062f\u06cc",
80
+ "Insert row above": "\u062f\u0631\u062c \u0631\u062f\u06cc\u0641 \u062f\u0631 \u0628\u0627\u0644\u0627",
81
+ "Insert row below": "\u0633\u0637\u0631 \u0632\u06cc\u0631 \u0631\u0627 \u0648\u0627\u0631\u062f \u06a9\u0646\u06cc\u062f",
82
+ "Delete row": "\u062d\u0630\u0641 \u0633\u0637\u0631",
83
+ "Insert column before": "\u062f\u0631\u062c \u0633\u062a\u0648\u0646 \u0642\u0628\u0644",
84
+ "Insert column after": "\u062f\u0631\u062c \u0633\u062a\u0648\u0646 \u0628\u0639\u062f",
85
+ "Delete column": "\u062d\u0630\u0641 \u0633\u062a\u0648\u0646"
86
+ },
87
+ direction : "rtl"
88
+ };
@@ -0,0 +1,88 @@
1
+ /*!
2
+ * froala_editor v1.1.6 (http://editor.froala.com)
3
+ * Copyright 2014-2014 Froala
4
+ */
5
+
6
+ /**
7
+ * Finnish
8
+ */
9
+
10
+ $.Editable.LANGS['fi'] = {
11
+ translation: {
12
+ "Bold": "Lihavointi",
13
+ "Italic": "Kursivointi",
14
+ "Underline": "Alleviivaus",
15
+ "Strikethrough": "Yliviivaus",
16
+ "Font Size": "Fonttikoko",
17
+ "Color": "V\u00e4ri",
18
+ "Background Color": "Taustan v\u00e4ri",
19
+ "Text Color": "Tekstin v\u00e4ri",
20
+ "Format Block": "Muotoilut",
21
+ "Normal": "Normaali",
22
+ "Paragraph": "Kappale",
23
+ "Code": "Koodi",
24
+ "Quote": "Lainauslohko",
25
+ "Heading 1": "Otsikko 1",
26
+ "Heading 2": "Otsikko 2",
27
+ "Heading 3": "Otsikko 3",
28
+ "Heading 4": "Otsikko 4",
29
+ "Heading 5": "Otsikko 5",
30
+ "Heading 6": "Otsikko 6",
31
+ "Alignment": "Tasaus",
32
+ "Align Left": "Tasaa vasemmalle",
33
+ "Align Center": "Keskit\u00e4",
34
+ "Align Right": "Tasaa oikealle",
35
+ "Justify": "Tasaa",
36
+ "Numbered List": "J\u00e4rjestetty lista",
37
+ "Bulleted List": "J\u00e4rjest\u00e4m\u00e4t\u00f6n lista",
38
+ "Indent Less": "Sisenn\u00e4",
39
+ "Indent More": "Loitonna",
40
+ "Select All": "Valitse kaikki",
41
+ "Insert Link": "Lis\u00e4\u00e4 linkki",
42
+ "Insert Image": "Lis\u00e4\u00e4 kuva",
43
+ "Insert Video": "Lis\u00e4\u00e4 video",
44
+ "Undo": "Peru",
45
+ "Redo": "Tee uudelleen",
46
+ "Show HTML": "N\u00e4yt\u00e4 HTML",
47
+ "Float Left": "Vasen",
48
+ "Float None": "Ei mit\u00e4\u00e4n",
49
+ "Float Right": "Oikea",
50
+ "Replace Image": "Vaihda kuva",
51
+ "Remove Image": "Poista kuva",
52
+ "Title": "Otsikko",
53
+ "Insert image": "Lis\u00e4\u00e4 kuva",
54
+ "Drop image": "Pudottaa kuva",
55
+ "or click": "tai napsauta",
56
+ "Enter URL": "Anna URL",
57
+ "Please wait!": "Olkaa hyv\u00e4 odota!",
58
+ "Are you sure? Image will be deleted.": "Oletko varma? Kuva poistetaan.",
59
+ "UNLINK": "Poista linkki",
60
+ "Open in new tab": "Avaa uudessa v\u00e4lilehdess\u00e4",
61
+ "Type something": "Kirjoita jotain",
62
+ "Cancel": "Peruuta",
63
+ "OK": "Ok",
64
+ "Manage images": "Hallita kuvia",
65
+ "Delete": "Poistaa",
66
+ "Font Family": "Fontti",
67
+ "Insert Horizontal Line": "Lis\u00e4\u00e4 vaakasuora viiva",
68
+ "Table": "Taulukko",
69
+ "Insert table": "Lis\u00e4\u00e4 taulukko",
70
+ "Cell": "Solu",
71
+ "Row": "Rivi",
72
+ "Column": "Sarake",
73
+ "Delete table": "Poista taulukko",
74
+ "Insert cell before": "Lis\u00e4\u00e4 solu ennen",
75
+ "Insert cell after": "Lis\u00e4\u00e4 solu j\u00e4lkeen",
76
+ "Delete cell": "Poista solu",
77
+ "Merge cells": "Yhdist\u00e4 solut",
78
+ "Horizontal split": "Jaa vaakasuora",
79
+ "Vertical split": "Jaa pystysuora",
80
+ "Insert row above": "Lis\u00e4\u00e4 rivi ennen",
81
+ "Insert row below": "Lis\u00e4\u00e4 rivi j\u00e4lkeen",
82
+ "Delete row": "Poista rivi",
83
+ "Insert column before": "Lis\u00e4\u00e4 sarake ennen",
84
+ "Insert column after": "Lis\u00e4\u00e4 sarake j\u00e4lkeen",
85
+ "Delete column": "Poista sarake"
86
+ },
87
+ direction: "ltr"
88
+ };
@@ -0,0 +1,88 @@
1
+ /*!
2
+ * froala_editor v1.1.6 (http://editor.froala.com)
3
+ * Copyright 2014-2014 Froala
4
+ */
5
+
6
+ /**
7
+ * French
8
+ */
9
+
10
+ $.Editable.LANGS['fr'] = {
11
+ translation: {
12
+ "Bold": "Gras",
13
+ "Italic": "Italique",
14
+ "Underline": "Soulign\u00e9",
15
+ "Strikethrough": "Barr\u00e9",
16
+ "Font Size": "Taille de la police",
17
+ "Color": "Couleur",
18
+ "Background Color": "Couleur d'arri\u00e8re-plan",
19
+ "Text Color": "Couleur du texte",
20
+ "Format Block": "Formats",
21
+ "Normal": "Normal",
22
+ "Paragraph": "Paragraphe",
23
+ "Code": "Code",
24
+ "Quote": "Citation",
25
+ "Heading 1": "Titre 1",
26
+ "Heading 2": "Titre 2",
27
+ "Heading 3": "Titre 3",
28
+ "Heading 4": "Titre 4",
29
+ "Heading 5": "Titre 5",
30
+ "Heading 6": "Titre 6",
31
+ "Alignment": "Alignement",
32
+ "Align Left": "Aligner \u00e0 gauche",
33
+ "Align Center": "Aligner au centre",
34
+ "Align Right": "Aligner \u00e0 droite",
35
+ "Justify": "Justifi\u00e9",
36
+ "Numbered List": "Num\u00e9rotation",
37
+ "Bulleted List": "Puces",
38
+ "Indent Less": "Diminuer le retrait",
39
+ "Indent More": "Augmenter le retrait",
40
+ "Select All": "Tout s\u00e9lectionner",
41
+ "Insert Link": "Ins\u00e9rer un lien",
42
+ "Insert Image": "Ins\u00e9rer une image",
43
+ "Insert Video": "Ins\u00e9rer une vid\u00e9o",
44
+ "Undo": "Annuler",
45
+ "Redo": "R\u00e9tablir",
46
+ "Show HTML": "Afficher HTML",
47
+ "Float Left": "Gauche",
48
+ "Float None": "Aucun",
49
+ "Float Right": "Droite",
50
+ "Replace Image": "Remplacer l'image",
51
+ "Remove Image": "Enlever l'image",
52
+ "Title": "Titre",
53
+ "Insert image": "Ins\u00e9rer une image",
54
+ "Drop image": "D\u00e9posez l'image",
55
+ "or click": "ou cliquez",
56
+ "Enter URL": "Entrez l'URL",
57
+ "Please wait!": "S'il vous pla\u00eet attendez!",
58
+ "Are you sure? Image will be deleted.": "Etes-vous s\u00fbr? Image sera supprim\u00e9e.",
59
+ "UNLINK": "Enlever le lien",
60
+ "Open in new tab": "Ouvrir dans un nouvel onglet",
61
+ "Type something": "Tapez quelque chose",
62
+ "Cancel": "Annuler",
63
+ "OK": "Ok",
64
+ "Manage images": "Gestion des images",
65
+ "Delete": "Effacer",
66
+ "Font Family": "Polices de caract\u00e8res",
67
+ "Insert Horizontal Line": "Ins\u00e9rez une ligne horizontale",
68
+ "Table": "Tableau",
69
+ "Insert table": "Ins\u00e9rer un tableau",
70
+ "Cell": "Cellule",
71
+ "Row": "Ligne",
72
+ "Column": "Colonne",
73
+ "Delete table": "Supprimer le tableau",
74
+ "Insert cell before": "Ins\u00e9rer cellule avant",
75
+ "Insert cell after": "Ins\u00e9rer cellule apr\u00e8s",
76
+ "Delete cell": "Effacer la cellule",
77
+ "Merge cells": "Fusionner les cellules",
78
+ "Horizontal split": "Diviser horizontale",
79
+ "Vertical split": "Diviser verticale",
80
+ "Insert row above": "Ins\u00e9rer une ligne avant",
81
+ "Insert row below": "Ins\u00e9rer une ligne apr\u00e8s",
82
+ "Delete row": "Effacer la ligne",
83
+ "Insert column before": "Ins\u00e9rer une colonne avant",
84
+ "Insert column after": "Ins\u00e9rer une colonne apr\u00e8s",
85
+ "Delete column": "Effacer la colonne"
86
+ },
87
+ direction: "ltr"
88
+ };