bootstrap-wysihtml5-rails 0.3.1.24 → 0.3.2.99

Sign up to get free protection for your applications and to get access to all the features.
Files changed (32) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +6 -13
  3. data/Rakefile +13 -53
  4. data/lib/bootstrap-wysihtml5-rails/version.rb +2 -1
  5. data/vendor/assets/javascripts/bootstrap-wysihtml5/bootstrap3-wysihtml5.js +6 -0
  6. data/vendor/assets/javascripts/bootstrap-wysihtml5/index.js +1 -2
  7. data/vendor/assets/javascripts/bootstrap-wysihtml5/locales/ar-AR.js +3 -0
  8. data/vendor/assets/javascripts/bootstrap-wysihtml5/locales/bg-BG.js +4 -1
  9. data/vendor/assets/javascripts/bootstrap-wysihtml5/locales/ca-CT.js +6 -2
  10. data/vendor/assets/javascripts/bootstrap-wysihtml5/locales/cs-CZ.js +4 -1
  11. data/vendor/assets/javascripts/bootstrap-wysihtml5/locales/da-DK.js +4 -1
  12. data/vendor/assets/javascripts/bootstrap-wysihtml5/locales/de-DE.js +47 -44
  13. data/vendor/assets/javascripts/bootstrap-wysihtml5/locales/en-US.js +53 -0
  14. data/vendor/assets/javascripts/bootstrap-wysihtml5/locales/es-AR.js +48 -43
  15. data/vendor/assets/javascripts/bootstrap-wysihtml5/locales/es-ES.js +50 -44
  16. data/vendor/assets/javascripts/bootstrap-wysihtml5/locales/fr-FR.js +49 -45
  17. data/vendor/assets/javascripts/bootstrap-wysihtml5/locales/hu-HU.js +52 -0
  18. data/vendor/assets/javascripts/bootstrap-wysihtml5/locales/il-HE.js +53 -0
  19. data/vendor/assets/javascripts/bootstrap-wysihtml5/locales/pl-PL.js +9 -5
  20. data/vendor/assets/javascripts/bootstrap-wysihtml5/locales/pt-BR.js +8 -3
  21. data/vendor/assets/javascripts/bootstrap-wysihtml5/locales/zh-CN.js +6 -2
  22. data/vendor/assets/javascripts/bootstrap-wysihtml5/locales/zh-TW.js +6 -2
  23. data/vendor/assets/stylesheets/bootstrap-wysihtml5/{core.css → bootstrap3-wysihtml5.css} +14 -0
  24. data/vendor/assets/stylesheets/bootstrap-wysihtml5/index.css +1 -1
  25. metadata +7 -10
  26. data/vendor/assets/javascripts/bootstrap-wysihtml5/b3.js +0 -2
  27. data/vendor/assets/javascripts/bootstrap-wysihtml5/core-b3.js.erb +0 -522
  28. data/vendor/assets/javascripts/bootstrap-wysihtml5/core.js.erb +0 -513
  29. data/vendor/assets/javascripts/bootstrap-wysihtml5/wysihtml5.js +0 -9523
  30. data/vendor/assets/stylesheets/bootstrap-wysihtml5/b3.css +0 -3
  31. data/vendor/assets/stylesheets/bootstrap-wysihtml5/core-b3.css +0 -92
  32. data/vendor/assets/stylesheets/bootstrap-wysihtml5/wysiwyg-color.css +0 -67
@@ -1,48 +1,54 @@
1
1
  /**
2
- * Uruguayan spanish translation for bootstrap-wysihtml5
2
+ * Spanish translation for bootstrap-wysihtml5
3
3
  */
4
+
4
5
  (function($){
5
- $.fn.wysihtml5.locale["es-ES"] = {
6
- font_styles: {
7
- normal: "Texto normal",
8
- h1: "Título 1",
9
- h2: "Título 2",
10
- h3: "Título 3"
11
- },
12
- emphasis: {
13
- bold: "Negrita",
14
- italic: "Itálica",
15
- underline: "Subrayado"
16
- },
17
- lists: {
18
- unordered: "Lista desordenada",
19
- ordered: "Lista ordenada",
20
- outdent: "Eliminar sangría",
21
- indent: "Agregar sangría"
22
- },
23
- link: {
24
- insert: "Insertar enlace",
25
- cancel: "Cancelar"
26
- },
27
- image: {
28
- insert: "Insertar imágen",
29
- cancel: "Cancelar"
30
- },
31
- html: {
32
- edit: "Editar HTML"
33
- },
34
- colours: {
35
- black: "Negro",
36
- silver: "Plata",
37
- gray: "Gris",
38
- maroon: "Marrón",
39
- red: "Rojo",
40
- purple: "Púrpura",
41
- green: "Verde",
42
- olive: "Oliva",
43
- navy: "Azul Marino",
44
- blue: "Azul",
45
- orange: "Naranja"
46
- }
47
- };
6
+ $.fn.wysihtml5.locale["es-ES"] = {
7
+ font_styles: {
8
+ normal: "Texto normal",
9
+ h1: "Título 1",
10
+ h2: "Título 2",
11
+ h3: "Título 3",
12
+ h4: "Título 4",
13
+ h5: "Título 5",
14
+ h6: "Título 6"
15
+ },
16
+ emphasis: {
17
+ bold: "Negrita",
18
+ italic: "Itálica",
19
+ underline: "Subrayado",
20
+ small: "Subíndice"
21
+ },
22
+ lists: {
23
+ unordered: "Lista desordenada",
24
+ ordered: "Lista ordenada",
25
+ outdent: "Eliminar sangría",
26
+ indent: "Agregar sangría"
27
+ },
28
+ link: {
29
+ insert: "Insertar enlace",
30
+ cancel: "Cancelar",
31
+ target: "Abrir enlace en una ventana nueva"
32
+ },
33
+ image: {
34
+ insert: "Insertar imagen",
35
+ cancel: "Cancelar"
36
+ },
37
+ html: {
38
+ edit: "Editar HTML"
39
+ },
40
+ colours: {
41
+ black: "Negro",
42
+ silver: "Plata",
43
+ gray: "Gris",
44
+ maroon: "Marrón",
45
+ red: "Rojo",
46
+ purple: "Púrpura",
47
+ green: "Verde",
48
+ olive: "Oliva",
49
+ navy: "Azul Marino",
50
+ blue: "Azul",
51
+ orange: "Naranja"
52
+ }
53
+ };
48
54
  }(jQuery));
@@ -2,48 +2,52 @@
2
2
  * French translation for bootstrap-wysihtml5
3
3
  */
4
4
  (function($){
5
- $.fn.wysihtml5.locale["fr-FR"] = {
6
- font_styles: {
7
- normal: "Texte normal",
8
- h1: "Titre 1",
9
- h2: "Titre 2",
10
- h3: "Titre 3"
11
- },
12
- emphasis: {
13
- bold: "Gras",
14
- italic: "Italique",
15
- underline: "Souligné"
16
- },
17
- lists: {
18
- unordered: "Liste à puces",
19
- ordered: "Liste numérotée",
20
- outdent: "Diminuer le retrait",
21
- indent: "Augmenter le retrait",
22
- indered: "Augmenter le retrait"
23
- },
24
- link: {
25
- insert: "Insérer un lien",
26
- cancel: "Annuler"
27
- },
28
- image: {
29
- insert: "Insérer une image",
30
- cancel: "Annuler"
31
- },
32
- html: {
33
- edit: "Editer en HTML"
34
- },
35
- colours: {
36
- black: "Noir",
37
- silver: "Gris clair",
38
- gray: "Gris",
39
- maroon: "Marron",
40
- red: "Rouge",
41
- purple: "Pourpre",
42
- green: "Vert",
43
- olive: "Olive",
44
- navy: "Bleu marine",
45
- blue: "Bleu",
46
- orange: "Orange"
47
- }
48
- };
49
- }(jQuery));
5
+ $.fn.wysihtml5.locale["fr-FR"] = {
6
+ font_styles: {
7
+ normal: "Texte normal",
8
+ h1: "Titre 1",
9
+ h2: "Titre 2",
10
+ h3: "Titre 3",
11
+ h4: "Titre 4",
12
+ h5: "Titre 5",
13
+ h6: "Titre 6"
14
+ },
15
+ emphasis: {
16
+ bold: "Gras",
17
+ italic: "Italique",
18
+ underline: "Souligné",
19
+ small: "Petit"
20
+ },
21
+ lists: {
22
+ unordered: "Liste à puces",
23
+ ordered: "Liste numérotée",
24
+ outdent: "Diminuer le retrait",
25
+ indent: "Augmenter le retrait"
26
+ },
27
+ link: {
28
+ target: "Ouvrir le lien dans une nouvelle fenêtre",
29
+ insert: "Insérer un lien",
30
+ cancel: "Annuler"
31
+ },
32
+ image: {
33
+ insert: "Insérer une image",
34
+ cancel: "Annuler"
35
+ },
36
+ html: {
37
+ edit: "Editer en HTML"
38
+ },
39
+ colours: {
40
+ black: "Noir",
41
+ silver: "Gris clair",
42
+ gray: "Gris",
43
+ maroon: "Marron",
44
+ red: "Rouge",
45
+ purple: "Pourpre",
46
+ green: "Vert",
47
+ olive: "Olive",
48
+ navy: "Bleu marine",
49
+ blue: "Bleu",
50
+ orange: "Orange"
51
+ }
52
+ };
53
+ }(jQuery));
@@ -0,0 +1,52 @@
1
+ /**
2
+ * Hungarian translation for bootstrap-wysihtml5
3
+ */
4
+ (function($){
5
+ $.fn.wysihtml5.locale["hu-HU"] = {
6
+ font_styles: {
7
+ normal: "Szövegtörzs",
8
+ h1: "Főcím",
9
+ h2: "Alcím",
10
+ h3: "Harmadrangú alcím",
11
+ h4: "Negyedrangú alcím",
12
+ h5: "Ötödrangú alcím",
13
+ h6: "Hatodrangú alcím"
14
+ },
15
+ emphasis: {
16
+ bold: "Vastag",
17
+ italic: "Dölt",
18
+ underline: "Aláhúzott"
19
+ },
20
+ lists: {
21
+ unordered: "Pontozott lista",
22
+ ordered: "Számozott lista",
23
+ outdent: "Behúzás növelése",
24
+ indent: "Behúzás csökkentése"
25
+ },
26
+ link: {
27
+ insert: "Hivatkozás beszúrása",
28
+ cancel: "Mégsem",
29
+ target: "Hivatkozás megnyitása új ablakban"
30
+ },
31
+ image: {
32
+ insert: "Kép beszúrása",
33
+ cancel: "Mégsem"
34
+ },
35
+ html: {
36
+ edit: "HTML szerkesztése"
37
+ },
38
+ colours: {
39
+ black: "Fekete",
40
+ silver: "Ezüst",
41
+ gray: "Szürke",
42
+ maroon: "Gesztenyebarna",
43
+ red: "Piros",
44
+ purple: "Lila",
45
+ green: "Zöld",
46
+ olive: "Olajzöld",
47
+ navy: "Tengerkék",
48
+ blue: "Kék",
49
+ orange: "Narancs"
50
+ }
51
+ };
52
+ }(jQuery));
@@ -0,0 +1,53 @@
1
+ /**
2
+ * Hebrew translation for bootstrap-wysihtml5
3
+ */
4
+ (function($){
5
+ $.fn.wysihtml5.locale["il-HE"] = {
6
+ font_styles: {
7
+ normal: "רגיל",
8
+ h1: "כותרת 1",
9
+ h2: "כותרת 2",
10
+ h3: "כותרת 3",
11
+ h4: "כותרת 4",
12
+ h5: "כותרת 5",
13
+ h6: "כותרת 6"
14
+ },
15
+ emphasis: {
16
+ bold: "מודגש",
17
+ italic: "טקסט נטוי",
18
+ underline: "קו תחתון",
19
+ small: "קטן"
20
+ },
21
+ lists: {
22
+ unordered: "רשימה עם תבליטים",
23
+ ordered: "רשימה ממוספרת",
24
+ outdent: "הקטן כניסה",
25
+ indent: "הגדל כניסה",
26
+ indered: "הגדל כניסה"
27
+ },
28
+ link: {
29
+ insert: "הכנס קישור",
30
+ cancel: "בטל קישור"
31
+ },
32
+ image: {
33
+ insert: "הוסף תמונה",
34
+ cancel: "בטל"
35
+ },
36
+ html: {
37
+ edit: "עורך HTML"
38
+ },
39
+ colours: {
40
+ black: "שחור",
41
+ silver: "כסף",
42
+ gray: "אפור",
43
+ maroon: "חום",
44
+ red: "אדום",
45
+ purple: "סגול",
46
+ green: "ירוק",
47
+ olive: "ירוק זית",
48
+ navy: "כחול צי",
49
+ blue: "כחול",
50
+ orange: "כתום"
51
+ }
52
+ };
53
+ }(jQuery));
@@ -7,7 +7,10 @@
7
7
  normal: "Tekst podstawowy",
8
8
  h1: "Nagłówek 1",
9
9
  h2: "Nagłówek 2",
10
- h3: "Nagłówek 3"
10
+ h3: "Nagłówek 3",
11
+ h4: "Nagłówek 4",
12
+ h5: "Nagłówek 5",
13
+ h6: "Nagłówek 6"
11
14
  },
12
15
  emphasis: {
13
16
  bold: "Pogrubienie",
@@ -17,12 +20,13 @@
17
20
  lists: {
18
21
  unordered: "Lista wypunktowana",
19
22
  ordered: "Lista numerowana",
20
- outdent: "Zwiększ wcięcie",
21
- indent: "Zmniejsz wcięcie"
23
+ outdent: "Zmniejsz wcięcie",
24
+ indent: "Zwiększ wcięcie"
22
25
  },
23
26
  link: {
24
27
  insert: "Wstaw odnośnik",
25
- cancel: "Anuluj"
28
+ cancel: "Anuluj",
29
+ target: "Otwórz odnośnik w nowym oknie"
26
30
  },
27
31
  image: {
28
32
  insert: "Wstaw obrazek",
@@ -45,4 +49,4 @@
45
49
  orange: "Pomarańczowy"
46
50
  }
47
51
  };
48
- }(jQuery));
52
+ }(jQuery));
@@ -7,12 +7,16 @@
7
7
  normal: "Texto normal",
8
8
  h1: "Título 1",
9
9
  h2: "Título 2",
10
- h3: "Título 3"
10
+ h3: "Título 3",
11
+ h4: "Título 4",
12
+ h5: "Título 5",
13
+ h6: "Título 6"
11
14
  },
12
15
  emphasis: {
13
16
  bold: "Negrito",
14
17
  italic: "Itálico",
15
- underline: "Sublinhado"
18
+ underline: "Sublinhado",
19
+ small: "Pequeno"
16
20
  },
17
21
  lists: {
18
22
  unordered: "Lista",
@@ -22,7 +26,8 @@
22
26
  },
23
27
  link: {
24
28
  insert: "Inserir link",
25
- cancel: "Cancelar"
29
+ cancel: "Cancelar",
30
+ target: "Abrir link em um nova janela"
26
31
  },
27
32
  image: {
28
33
  insert: "Inserir imagem",
@@ -7,7 +7,10 @@
7
7
  normal: "正文",
8
8
  h1: "标题 1",
9
9
  h2: "标题 2",
10
- h3: "标题 3"
10
+ h3: "标题 3",
11
+ h4: "标题 4",
12
+ h5: "标题 5",
13
+ h6: "标题 6"
11
14
  },
12
15
  emphasis: {
13
16
  bold: "粗体",
@@ -22,7 +25,8 @@
22
25
  },
23
26
  link: {
24
27
  insert: "插入链接",
25
- cancel: "取消"
28
+ cancel: "取消",
29
+ target: "新窗口打开链接"
26
30
  },
27
31
  image: {
28
32
  insert: "插入图片",
@@ -7,7 +7,10 @@
7
7
  normal: "內文",
8
8
  h1: "標題 1",
9
9
  h2: "標題 2",
10
- h3: "標題 3"
10
+ h3: "標題 3",
11
+ h3: "標題 4",
12
+ h3: "標題 5",
13
+ h3: "標題 6"
11
14
  },
12
15
  emphasis: {
13
16
  bold: "粗體",
@@ -22,7 +25,8 @@
22
25
  },
23
26
  link: {
24
27
  insert: "插入超連結",
25
- cancel: "取消"
28
+ cancel: "取消",
29
+ target: "新窗口打開鏈接"
26
30
  },
27
31
  image: {
28
32
  insert: "插入圖片連結",
@@ -100,3 +100,17 @@ ul.wysihtml5-toolbar div[data-wysihtml5-command-value="blue"] {
100
100
  ul.wysihtml5-toolbar div[data-wysihtml5-command-value="orange"] {
101
101
  background: orange !important;
102
102
  }
103
+
104
+ .glyphicon-quote:before {
105
+ content: "\201C";
106
+ font-family: Georgia, serif;
107
+ font-size: 50px;
108
+ position: absolute;
109
+ top: -4px;
110
+ left: -3px;
111
+ max-height: 100%;
112
+ }
113
+
114
+ .glyphicon-quote:after {
115
+ content: "\0000a0";
116
+ }
@@ -1,3 +1,3 @@
1
1
  /*
2
- *= require ./core
2
+ *= require ./bootstrap3-wysihtml5
3
3
  */
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bootstrap-wysihtml5-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.1.24
4
+ version: 0.3.2.99
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gonzalo Rodríguez-Baltanás Díaz
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-04-21 00:00:00.000000000 Z
11
+ date: 2014-06-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: railties
@@ -70,9 +70,7 @@ files:
70
70
  - lib/bootstrap-wysihtml5-rails/engine.rb
71
71
  - lib/bootstrap-wysihtml5-rails/railtie.rb
72
72
  - lib/bootstrap-wysihtml5-rails/version.rb
73
- - vendor/assets/javascripts/bootstrap-wysihtml5/b3.js
74
- - vendor/assets/javascripts/bootstrap-wysihtml5/core-b3.js.erb
75
- - vendor/assets/javascripts/bootstrap-wysihtml5/core.js.erb
73
+ - vendor/assets/javascripts/bootstrap-wysihtml5/bootstrap3-wysihtml5.js
76
74
  - vendor/assets/javascripts/bootstrap-wysihtml5/index.js
77
75
  - vendor/assets/javascripts/bootstrap-wysihtml5/locales/ar-AR.js
78
76
  - vendor/assets/javascripts/bootstrap-wysihtml5/locales/bg-BG.js
@@ -81,11 +79,14 @@ files:
81
79
  - vendor/assets/javascripts/bootstrap-wysihtml5/locales/da-DK.js
82
80
  - vendor/assets/javascripts/bootstrap-wysihtml5/locales/de-DE.js
83
81
  - vendor/assets/javascripts/bootstrap-wysihtml5/locales/el-GR.js
82
+ - vendor/assets/javascripts/bootstrap-wysihtml5/locales/en-US.js
84
83
  - vendor/assets/javascripts/bootstrap-wysihtml5/locales/es-AR.js
85
84
  - vendor/assets/javascripts/bootstrap-wysihtml5/locales/es-ES.js
86
85
  - vendor/assets/javascripts/bootstrap-wysihtml5/locales/fr-FR.js
87
86
  - vendor/assets/javascripts/bootstrap-wysihtml5/locales/fr-NL.js
88
87
  - vendor/assets/javascripts/bootstrap-wysihtml5/locales/hr-HR.js
88
+ - vendor/assets/javascripts/bootstrap-wysihtml5/locales/hu-HU.js
89
+ - vendor/assets/javascripts/bootstrap-wysihtml5/locales/il-HE.js
89
90
  - vendor/assets/javascripts/bootstrap-wysihtml5/locales/index.js
90
91
  - vendor/assets/javascripts/bootstrap-wysihtml5/locales/it-IT.js
91
92
  - vendor/assets/javascripts/bootstrap-wysihtml5/locales/ja-JP.js
@@ -103,12 +104,8 @@ files:
103
104
  - vendor/assets/javascripts/bootstrap-wysihtml5/locales/ua-UA.js
104
105
  - vendor/assets/javascripts/bootstrap-wysihtml5/locales/zh-CN.js
105
106
  - vendor/assets/javascripts/bootstrap-wysihtml5/locales/zh-TW.js
106
- - vendor/assets/javascripts/bootstrap-wysihtml5/wysihtml5.js
107
- - vendor/assets/stylesheets/bootstrap-wysihtml5/b3.css
108
- - vendor/assets/stylesheets/bootstrap-wysihtml5/core-b3.css
109
- - vendor/assets/stylesheets/bootstrap-wysihtml5/core.css
107
+ - vendor/assets/stylesheets/bootstrap-wysihtml5/bootstrap3-wysihtml5.css
110
108
  - vendor/assets/stylesheets/bootstrap-wysihtml5/index.css
111
- - vendor/assets/stylesheets/bootstrap-wysihtml5/wysiwyg-color.css
112
109
  homepage: https://github.com/Nerian/bootstrap-wysihtml5-rails
113
110
  licenses:
114
111
  - MIT