solidus_editor 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (68) hide show
  1. checksums.yaml +7 -0
  2. data/.gitignore +13 -0
  3. data/.hound.yml +28 -0
  4. data/.rspec +4 -0
  5. data/.rubocop.yml +8 -0
  6. data/.travis.yml +21 -0
  7. data/CONTRIBUTING.md +83 -0
  8. data/Gemfile +17 -0
  9. data/Guardfile +10 -0
  10. data/LICENSE.md +26 -0
  11. data/README.md +99 -0
  12. data/Rakefile +21 -0
  13. data/app/assets/javascripts/spree/backend/solidus_editor.js +1 -0
  14. data/app/assets/stylesheets/spree/backend/solidus_editor.css +6 -0
  15. data/app/controllers/spree/admin/editor_settings_controller.rb +21 -0
  16. data/app/models/ckeditor/asset.rb +4 -0
  17. data/app/models/ckeditor/attachment_file.rb +13 -0
  18. data/app/models/ckeditor/picture.rb +13 -0
  19. data/app/models/spree/editor_setting.rb +11 -0
  20. data/app/overrides/add_rich_editor_tab.rb +7 -0
  21. data/app/overrides/include_rich_text_js.rb +7 -0
  22. data/app/views/shared/_rich_editor_javascript.html.erb +8 -0
  23. data/app/views/shared/editor_engines/_ck_editor.html.erb +11 -0
  24. data/app/views/shared/editor_engines/_tiny_mce.html.erb +24 -0
  25. data/app/views/spree/admin/editor_settings/edit.html.erb +35 -0
  26. data/bin/rails +7 -0
  27. data/config/initializers/ckeditor.rb +21 -0
  28. data/config/locales/en.yml +9 -0
  29. data/config/locales/es.yml +9 -0
  30. data/config/locales/it.yml +9 -0
  31. data/config/locales/nl.yml +9 -0
  32. data/config/locales/ru.yml +9 -0
  33. data/config/locales/sv.yml +9 -0
  34. data/config/routes.rb +5 -0
  35. data/lib/generators/solidus_editor/install/install_generator.rb +15 -0
  36. data/lib/generators/spree_editor/install/install_generator.rb +15 -0
  37. data/lib/solidus_editor.rb +9 -0
  38. data/lib/solidus_editor/engine.rb +25 -0
  39. data/lib/solidus_editor/version.rb +18 -0
  40. data/lib/spree_editor/config.rb +3 -0
  41. data/lib/templates/config/tinymce.yml +40 -0
  42. data/spec/controllers/spree/admin/editor_settings_controller_spec.rb +46 -0
  43. data/spec/features/admin/editor_settings_spec.rb +12 -0
  44. data/spec/spec_helper.rb +27 -0
  45. data/spec/support/capybara.rb +17 -0
  46. data/spec/support/database_cleaner.rb +25 -0
  47. data/spec/support/factory_girl.rb +5 -0
  48. data/spec/support/spree.rb +12 -0
  49. data/spec/translations/locale_spec.rb +15 -0
  50. data/spree_editor.gemspec +41 -0
  51. data/vendor/assets/javascripts/tinymce/langs/cs.js +174 -0
  52. data/vendor/assets/javascripts/tinymce/langs/da.js +156 -0
  53. data/vendor/assets/javascripts/tinymce/langs/de.js +173 -0
  54. data/vendor/assets/javascripts/tinymce/langs/fi.js +173 -0
  55. data/vendor/assets/javascripts/tinymce/langs/fr.js +174 -0
  56. data/vendor/assets/javascripts/tinymce/langs/id.js +71 -0
  57. data/vendor/assets/javascripts/tinymce/langs/it.js +155 -0
  58. data/vendor/assets/javascripts/tinymce/langs/nb.js +174 -0
  59. data/vendor/assets/javascripts/tinymce/langs/nl.js +174 -0
  60. data/vendor/assets/javascripts/tinymce/langs/pt-BR.js +174 -0
  61. data/vendor/assets/javascripts/tinymce/langs/pt.js +173 -0
  62. data/vendor/assets/javascripts/tinymce/langs/ro.js +174 -0
  63. data/vendor/assets/javascripts/tinymce/langs/ru.js +173 -0
  64. data/vendor/assets/javascripts/tinymce/langs/sv.js +174 -0
  65. data/vendor/assets/javascripts/tinymce/langs/tr.js +174 -0
  66. data/vendor/assets/javascripts/tinymce/langs/vi.js +96 -0
  67. data/vendor/assets/javascripts/tinymce/langs/zh-CN.js +173 -0
  68. metadata +348 -0
@@ -0,0 +1,173 @@
1
+ tinymce.addI18n('fi',{
2
+ "Cut": "Leikkaa",
3
+ "Header 2": "Otsikko 2",
4
+ "Your browser doesn't support direct access to the clipboard. Please use the Ctrl+X\/C\/V keyboard shortcuts instead.": "Selaimesi ei tue leikekirjan suoraa k\u00e4ytt\u00e4mist\u00e4. Ole hyv\u00e4 ja k\u00e4yt\u00e4 n\u00e4pp\u00e4imist\u00f6n Ctrl+X ja Ctrl+V n\u00e4pp\u00e4inyhdistelmi\u00e4.",
5
+ "Div": "Div",
6
+ "Paste": "Liit\u00e4",
7
+ "Close": "Sulje",
8
+ "Pre": "Esimuotoiltu",
9
+ "Align right": "Tasaa oikealle",
10
+ "New document": "Uusi dokumentti",
11
+ "Blockquote": "Lainauslogko",
12
+ "Numbered list": "J\u00e4rjestetty lista",
13
+ "Increase indent": "Loitonna",
14
+ "Formats": "Muotoilut",
15
+ "Headers": "Otsikot",
16
+ "Select all": "Valitse kaikki",
17
+ "Header 3": "Otsikko 3",
18
+ "Blocks": "Lohkot",
19
+ "Undo": "Peru",
20
+ "Strikethrough": "Yliviivaus",
21
+ "Bullet list": "J\u00e4rjest\u00e4m\u00e4t\u00f6n lista",
22
+ "Header 1": "Otsikko 1",
23
+ "Superscript": "Yl\u00e4indeksi",
24
+ "Clear formatting": "Poista muotoilu",
25
+ "Subscript": "Alaindeksi",
26
+ "Header 6": "Otsikko 6",
27
+ "Redo": "Tee uudelleen",
28
+ "Paragraph": "Kappale",
29
+ "Ok": "Ok",
30
+ "Bold": "Lihavointi",
31
+ "Code": "Koodi",
32
+ "Italic": "Kursivointi",
33
+ "Align center": "Keskit\u00e4",
34
+ "Header 5": "Otsikko 5",
35
+ "Decrease indent": "Sisenn\u00e4",
36
+ "Header 4": "Otsikko 4",
37
+ "Paste is now in plain text mode. Contents will now be pasted as plain text until you toggle this option off.": "Liitt\u00e4minen on nyt pelk\u00e4ss\u00e4 tekstin tilassa. Sis\u00e4lt\u00f6 liitet\u00e4\u00e4n nyt pelkk\u00e4n\u00e4 tekstin\u00e4, kunnes otat asetuksen pois p\u00e4\u00e4lt\u00e4.",
38
+ "Underline": "Alleviivaus",
39
+ "Cancel": "Peruuta",
40
+ "Justify": "Tasaa",
41
+ "Inline": "Samalla rivill\u00e4",
42
+ "Copy": "Kopioi",
43
+ "Align left": "Tasaa vasemmalle",
44
+ "Visual aids": "Visuaaliset neuvot",
45
+ "Lower Greek": "pienet kirjaimet: \u03b1, \u03b2, \u03b3",
46
+ "Square": "Neli\u00f6",
47
+ "Default": "Oletus",
48
+ "Lower Alpha": "pienet kirjaimet: a, b, c",
49
+ "Circle": "Pallo",
50
+ "Disc": "Ympyr\u00e4",
51
+ "Upper Alpha": "isot kirjaimet: A, B, C",
52
+ "Upper Roman": "isot kirjaimet: I, II, III",
53
+ "Lower Roman": "pienet kirjaimet: i, ii, iii",
54
+ "Name": "Nimi",
55
+ "Anchor": "Ankkuri",
56
+ "You have unsaved changes are you sure you want to navigate away?": "Sinulla on tallentamattomia muutoksia, haluatko varmasti siirty\u00e4 toiselle sivulle?",
57
+ "Restore last draft": "Palauta aiempi luonnos",
58
+ "Special character": "Erikoismerkki",
59
+ "Source code": "L\u00e4hdekoodi",
60
+ "Right to left": "Oikealta vasemmalle",
61
+ "Left to right": "Vasemmalta oikealle",
62
+ "Emoticons": "Hymi\u00f6t",
63
+ "Robots": "Robotit",
64
+ "Document properties": "Dokumentin ominaisuudet",
65
+ "Title": "Otsikko",
66
+ "Keywords": "Avainsanat",
67
+ "Encoding": "Merkist\u00f6",
68
+ "Description": "Kuvaus",
69
+ "Author": "Tekij\u00e4",
70
+ "Fullscreen": "Koko ruutu",
71
+ "Horizontal line": "Vaakasuora viiva",
72
+ "Horizontal space": "Horisontaalinen tila",
73
+ "Insert\/edit image": "Lis\u00e4\u00e4\/muokkaa kuva",
74
+ "General": "Yleiset",
75
+ "Advanced": "Lis\u00e4asetukset",
76
+ "Source": "L\u00e4hde",
77
+ "Border": "Reunus",
78
+ "Constrain proportions": "S\u00e4ilyt\u00e4 mittasuhteet",
79
+ "Vertical space": "Vertikaalinen tila",
80
+ "Image description": "Kuvaus",
81
+ "Style": "Tyyli",
82
+ "Dimensions": "Mittasuhteet",
83
+ "Insert image": "Lis\u00e4\u00e4 kuva",
84
+ "Insert date\/time": "Lis\u00e4\u00e4 p\u00e4iv\u00e4m\u00e4\u00e4r\u00e4 tai aika",
85
+ "Remove link": "Poista linkki",
86
+ "Url": "Osoite",
87
+ "Text to display": "N\u00e4ytett\u00e4v\u00e4 teksti",
88
+ "Insert link": "Lis\u00e4\u00e4 linkki",
89
+ "New window": "Uusi ikkuna",
90
+ "None": "Ei mit\u00e4\u00e4n",
91
+ "Target": "Kohde",
92
+ "Insert\/edit link": "Lis\u00e4\u00e4 tai muokkaa linkki",
93
+ "Insert\/edit video": "Lis\u00e4\u00e4 tai muokkaa video",
94
+ "Poster": "L\u00e4hett\u00e4j\u00e4",
95
+ "Alternative source": "Vaihtoehtoinen l\u00e4hde",
96
+ "Paste your embed code below:": "Liit\u00e4 upotuskoodisi alapuolelle:",
97
+ "Insert video": "Lis\u00e4\u00e4 video",
98
+ "Embed": "Upota",
99
+ "Nonbreaking space": "Tyhj\u00e4 merkki (nbsp)",
100
+ "Page break": "Sivunvaihto",
101
+ "Preview": "Esikatselu",
102
+ "Print": "Tulosta",
103
+ "Save": "Tallenna",
104
+ "Could not find the specified string.": "Haettua merkkijonoa ei l\u00f6ytynyt.",
105
+ "Replace": "Korvaa",
106
+ "Next": "Seur.",
107
+ "Whole words": "Koko sanat",
108
+ "Find and replace": "Etsi ja korvaa",
109
+ "Replace with": "Korvaa",
110
+ "Find": "Etsi",
111
+ "Replace all": "Korvaa kaikki",
112
+ "Match case": "Erota isot ja pienet kirjaimet",
113
+ "Prev": "Edel.",
114
+ "Spellcheck": "Oikolue",
115
+ "Finish": "Lopeta",
116
+ "Ignore all": "\u00c4l\u00e4 huomioi mit\u00e4\u00e4n",
117
+ "Ignore": "\u00c4l\u00e4 huomioi",
118
+ "Insert row before": "Lis\u00e4\u00e4 rivi ennen",
119
+ "Rows": "Rivit",
120
+ "Height": "Korkeus",
121
+ "Paste row after": "Liit\u00e4 rivi j\u00e4lkeen",
122
+ "Alignment": "Tasaus",
123
+ "Column group": "Sarakeryhm\u00e4",
124
+ "Row": "Rivi",
125
+ "Insert column before": "Lis\u00e4\u00e4 rivi ennen",
126
+ "Split cell": "Jaa solu",
127
+ "Cell padding": "Solun tyhj\u00e4 tila",
128
+ "Cell spacing": "Solun v\u00e4li",
129
+ "Row type": "Rivityyppi",
130
+ "Insert table": "Lis\u00e4\u00e4 taulukko",
131
+ "Body": "Runko",
132
+ "Caption": "Seloste",
133
+ "Footer": "Alaosa",
134
+ "Delete row": "Poista rivi",
135
+ "Paste row before": "Liit\u00e4 rivi ennen",
136
+ "Scope": "Laajuus",
137
+ "Delete table": "Poista taulukko",
138
+ "Header cell": "Otsikkosolu",
139
+ "Column": "Sarake",
140
+ "Cell": "Solu",
141
+ "Header": "Otsikko",
142
+ "Cell type": "Solun tyyppi",
143
+ "Copy row": "Kopioi rivi",
144
+ "Row properties": "Rivin ominaisuudet",
145
+ "Table properties": "Taulukon ominaisuudet",
146
+ "Row group": "Riviryhm\u00e4",
147
+ "Right": "Oikea",
148
+ "Insert column after": "Lis\u00e4\u00e4 rivi j\u00e4lkeen",
149
+ "Cols": "Sarakkeet",
150
+ "Insert row after": "Lis\u00e4\u00e4 rivi j\u00e4lkeen",
151
+ "Width": "Leveys",
152
+ "Cell properties": "Solun ominaisuudet",
153
+ "Left": "Vasen",
154
+ "Cut row": "Leikkaa rivi",
155
+ "Delete column": "Poista sarake",
156
+ "Center": "Keskell\u00e4",
157
+ "Merge cells": "Yhdist\u00e4 solut",
158
+ "Insert template": "Lis\u00e4\u00e4 pohja",
159
+ "Templates": "Pohjat",
160
+ "Background color": "Taustan v\u00e4ri",
161
+ "Text color": "Tekstin v\u00e4ri",
162
+ "Show blocks": "N\u00e4yt\u00e4 lohkot",
163
+ "Show invisible characters": "N\u00e4yt\u00e4 n\u00e4kym\u00e4tt\u00f6m\u00e4t merkit",
164
+ "Words: {0}": "Sanat: {0}",
165
+ "Insert": "Lis\u00e4\u00e4",
166
+ "File": "Tiedosto",
167
+ "Edit": "Muokkaa",
168
+ "Rich Text Area. Press ALT-F9 for menu. Press ALT-F10 for toolbar. Press ALT-0 for help": "Rikastetun tekstin alue. Paina ALT-F9 valikkoon. Paina ALT-F10 ty\u00f6kaluriviin. Paina ALT-0 ohjeeseen.",
169
+ "Tools": "Ty\u00f6kalut",
170
+ "View": "N\u00e4yt\u00e4",
171
+ "Table": "Taulukko",
172
+ "Format": "Muotoilu"
173
+ });
@@ -0,0 +1,174 @@
1
+ tinymce.addI18n('fr_FR',{
2
+ "Cut": "Couper",
3
+ "Header 2": "En-t\u00eate 2",
4
+ "Your browser doesn't support direct access to the clipboard. Please use the Ctrl+X\/C\/V keyboard shortcuts instead.": "Votre navigateur ne supporte pas la copie directe. Merci d'utiliser les touches Ctrl+X\/C\/V.",
5
+ "Div": "Div",
6
+ "Paste": "Coller",
7
+ "Close": "Fermer",
8
+ "Pre": "Pre",
9
+ "Align right": "Aligner \u00e0 droite",
10
+ "New document": "Nouveau document",
11
+ "Blockquote": "Citation",
12
+ "Numbered list": "Num\u00e9rotation",
13
+ "Increase indent": "Augmenter le retrait",
14
+ "Formats": "Formats",
15
+ "Headers": "En-t\u00eates",
16
+ "Select all": "Tout s\u00e9lectionner",
17
+ "Header 3": "En-t\u00eate 3",
18
+ "Blocks": "Blocs",
19
+ "Undo": "Annuler",
20
+ "Strikethrough": "Barr\u00e9",
21
+ "Bullet list": "Puces",
22
+ "Header 1": "En-t\u00eate 1",
23
+ "Superscript": "Exposant",
24
+ "Clear formatting": "Effacer la mise en forme",
25
+ "Subscript": "Indice",
26
+ "Header 6": "En-t\u00eate 6",
27
+ "Redo": "R\u00e9tablir",
28
+ "Paragraph": "Paragraphe",
29
+ "Ok": "Ok",
30
+ "Bold": "Gras",
31
+ "Code": "Code",
32
+ "Italic": "Italique",
33
+ "Align center": "Aligner au centre",
34
+ "Header 5": "En-t\u00eate 5",
35
+ "Decrease indent": "Diminuer le retrait",
36
+ "Header 4": "En-t\u00eate 4",
37
+ "Paste is now in plain text mode. Contents will now be pasted as plain text until you toggle this option off.": "Le presse-papiers est maintenant en mode \"texte plein\". Les contenus seront coll\u00e9s sans retenir les formatages jusqu'\u00e0 ce que vous d\u00e9sactivez cette option.",
38
+ "Underline": "Soulign\u00e9",
39
+ "Cancel": "Annuler",
40
+ "Justify": "Justifi\u00e9",
41
+ "Inline": "en place",
42
+ "Copy": "Copier",
43
+ "Align left": "Aligner \u00e0 gauche",
44
+ "Visual aids": "Aides visuelle",
45
+ "Lower Greek": "Grec minuscule",
46
+ "Square": "Carr\u00e9",
47
+ "Default": "Par d\u00e9faut",
48
+ "Lower Alpha": "Alpha inf\u00e9rieure",
49
+ "Circle": "Cercle",
50
+ "Disc": "Disque",
51
+ "Upper Alpha": "Alpha majuscule",
52
+ "Upper Roman": "Romain majuscule",
53
+ "Lower Roman": "Romain minuscule",
54
+ "Name": "Nom",
55
+ "Anchor": "Ancre",
56
+ "You have unsaved changes are you sure you want to navigate away?": "Vous avez des modifications non enregistr\u00e9es, \u00eates-vous s\u00fbr de quitter la page?",
57
+ "Restore last draft": "Restaurer le dernier brouillon",
58
+ "Special character": "Caract\u00e8res sp\u00e9ciaux",
59
+ "Source code": "Code source",
60
+ "Right to left": "Droite \u00e0 gauche",
61
+ "Left to right": "Gauche \u00e0 droite",
62
+ "Emoticons": "Emotic\u00f4nes",
63
+ "Robots": "Robots",
64
+ "Document properties": "Propri\u00e9t\u00e9 du document",
65
+ "Title": "Titre",
66
+ "Keywords": "Mots-cl\u00e9s",
67
+ "Encoding": "Encodage",
68
+ "Description": "Description",
69
+ "Author": "Auteur",
70
+ "Fullscreen": "Plein \u00e9cran",
71
+ "Horizontal line": "Ligne horizontale",
72
+ "Horizontal space": "Espacement horizontal",
73
+ "Insert\/edit image": "Ins\u00e9rer\/\u00e9diter une image",
74
+ "General": "G\u00e9n\u00e9ral",
75
+ "Advanced": "Avanc\u00e9",
76
+ "Source": "Source",
77
+ "Border": "Bordure",
78
+ "Constrain proportions": "Contraindre les proportions",
79
+ "Vertical space": "Espacement vertical",
80
+ "Image description": "Description de l'image",
81
+ "Style": "Style",
82
+ "Dimensions": "Dimensions",
83
+ "Insert image": "Ins\u00e9rer une image",
84
+ "Insert date\/time": "Ins\u00e9rer date\/heure",
85
+ "Remove link": "Enlever le lien",
86
+ "Url": "Url",
87
+ "Text to display": "Texte \u00e0 afficher",
88
+ "Anchors": "Ancre",
89
+ "Insert link": "Ins\u00e9rer un lien",
90
+ "New window": "Nouvelle fen\u00eatre",
91
+ "None": "n\/a",
92
+ "Target": "Cible",
93
+ "Insert\/edit link": "Ins\u00e9rer\/\u00e9diter un lien",
94
+ "Insert\/edit video": "Ins\u00e9rer\/\u00e9diter une vid\u00e9o",
95
+ "Poster": "Afficher",
96
+ "Alternative source": "Source alternative",
97
+ "Paste your embed code below:": "Collez votre code d'int\u00e9gration ci-dessous :",
98
+ "Insert video": "Ins\u00e9rer une vid\u00e9o",
99
+ "Embed": "Int\u00e9grer",
100
+ "Nonbreaking space": "Espace ins\u00e9cable",
101
+ "Page break": "Saut de page",
102
+ "Preview": "Pr\u00e9visualiser",
103
+ "Print": "Imprimer",
104
+ "Save": "Enregistrer",
105
+ "Could not find the specified string.": "Impossible de trouver la cha\u00eene sp\u00e9cifi\u00e9e.",
106
+ "Replace": "Remplacer",
107
+ "Next": "Suiv",
108
+ "Whole words": "Mots entiers",
109
+ "Find and replace": "Trouver et remplacer",
110
+ "Replace with": "Remplacer par",
111
+ "Find": "Chercher",
112
+ "Replace all": "Tout remplacer",
113
+ "Match case": "Respecter la casse",
114
+ "Prev": "Pr\u00e9c ",
115
+ "Spellcheck": "V\u00e9rification orthographique",
116
+ "Finish": "Finie",
117
+ "Ignore all": "Tout ignorer",
118
+ "Ignore": "Ignorer",
119
+ "Insert row before": "Ins\u00e9rer une ligne avant",
120
+ "Rows": "Lignes",
121
+ "Height": "Hauteur",
122
+ "Paste row after": "Coller la ligne apr\u00e8s",
123
+ "Alignment": "Alignement",
124
+ "Column group": "Groupe de colonnes",
125
+ "Row": "Ligne",
126
+ "Insert column before": "Ins\u00e9rer une colonne avant",
127
+ "Split cell": "Diviser la cellule",
128
+ "Cell padding": "Espacement interne cellule",
129
+ "Cell spacing": "Espacement inter-cellulles",
130
+ "Row type": "Type de ligne",
131
+ "Insert table": "Ins\u00e9rer un tableau",
132
+ "Body": "Corps",
133
+ "Caption": "Titre",
134
+ "Footer": "Pied",
135
+ "Delete row": "Effacer la ligne",
136
+ "Paste row before": "Coller la ligne avant",
137
+ "Scope": "Etendue",
138
+ "Delete table": "Supprimer le tableau",
139
+ "Header cell": "Cellule d'en-t\u00eate",
140
+ "Column": "Colonne",
141
+ "Cell": "Cellule",
142
+ "Header": "En-t\u00eate",
143
+ "Cell type": "Type de cellule",
144
+ "Copy row": "Copier la ligne",
145
+ "Row properties": "Propri\u00e9t\u00e9s de la ligne",
146
+ "Table properties": "Propri\u00e9t\u00e9s du tableau",
147
+ "Row group": "Groupe de lignes",
148
+ "Right": "Droite",
149
+ "Insert column after": "Ins\u00e9rer une colonne apr\u00e8s",
150
+ "Cols": "Colonnes",
151
+ "Insert row after": "Ins\u00e9rer une ligne apr\u00e8s",
152
+ "Width": "Largeur",
153
+ "Cell properties": "Propri\u00e9t\u00e9s de la cellule",
154
+ "Left": "Gauche",
155
+ "Cut row": "Couper la ligne",
156
+ "Delete column": "Effacer la colonne",
157
+ "Center": "Centr\u00e9",
158
+ "Merge cells": "Fusionner les cellules",
159
+ "Insert template": "Ajouter un th\u00e8me",
160
+ "Templates": "Th\u00e8mes",
161
+ "Background color": "Couleur d'arri\u00e8re-plan",
162
+ "Text color": "Couleur du texte",
163
+ "Show blocks": "Afficher les blocs",
164
+ "Show invisible characters": "Afficher les caract\u00e8res invisibles",
165
+ "Words: {0}": "Mots : {0}",
166
+ "Insert": "Ins\u00e9rer",
167
+ "File": "Fichier",
168
+ "Edit": "Editer",
169
+ "Rich Text Area. Press ALT-F9 for menu. Press ALT-F10 for toolbar. Press ALT-0 for help": "Zone Texte Riche. Appuyer sur ALT-F9 pour le menu. Appuyer sur ALT-F10 pour la barre d'outils. Appuyer sur ALT-0 pour de l'aide.",
170
+ "Tools": "Outils",
171
+ "View": "Voir",
172
+ "Table": "Tableau",
173
+ "Format": "Format"
174
+ });
@@ -0,0 +1,71 @@
1
+ tinymce.addI18n('id',{
2
+ "Cut": "Penggal",
3
+ "Header 2": "Header 2",
4
+ "Your browser doesn't support direct access to the clipboard. Please use the Ctrl+X\/C\/V keyboard shortcuts instead.": "Browser anda tidak mendukung akses langsung ke clipboard. Silahkan gunakan Ctrl+X\/C\/V dari keyboard.",
5
+ "Div": "Div",
6
+ "Paste": "Tempel",
7
+ "Close": "Tutup",
8
+ "Pre": "Pre",
9
+ "Align right": "Rata kanan",
10
+ "New document": "Dokumen baru",
11
+ "Blockquote": "Kutipan",
12
+ "Numbered list": "list nomor",
13
+ "Increase indent": "Tambah inden",
14
+ "Formats": "Format",
15
+ "Headers": "Header",
16
+ "Select all": "Pilih semua",
17
+ "Header 3": "Header 3",
18
+ "Blocks": "Blok",
19
+ "Undo": "Batal",
20
+ "Strikethrough": "Coret",
21
+ "Bullet list": "list simbol",
22
+ "Header 1": "Header 1",
23
+ "Superscript": "Superskrip",
24
+ "Clear formatting": "Hapus format",
25
+ "Subscript": "Subskrip",
26
+ "Header 6": "Header 6",
27
+ "Redo": "Ulang",
28
+ "Paragraph": "Paragraf",
29
+ "Ok": "Ok",
30
+ "Bold": "Tebal",
31
+ "Code": "Code",
32
+ "Italic": "Miring",
33
+ "Align center": "Rate tengah",
34
+ "Header 5": "Header 5",
35
+ "Decrease indent": "Turunkan inden",
36
+ "Header 4": "Header 4",
37
+ "Paste is now in plain text mode. Contents will now be pasted as plain text until you toggle this option off.": "Aksi 'Tempel' sekarang ini dalam mode text. Konten akan 'ditempelkan' sebagai 'Plain Text' hingga anda mematikan opsi ini.",
38
+ "Underline": "Garis bawah",
39
+ "Cancel": "Batal",
40
+ "Justify": "Justifi",
41
+ "Inline": "Inline",
42
+ "Copy": "Salin",
43
+ "Align left": "Rate kiri",
44
+ "Visual aids": "Alat bantu visual",
45
+ "Lower Greek": "Lower Yunani",
46
+ "Square": "Kotak",
47
+ "Default": "Bawaan",
48
+ "Lower Alpha": "Lower Alpha",
49
+ "Circle": "Lingkaran",
50
+ "Disc": "Cakram",
51
+ "Upper Alpha": "Upper Alpha",
52
+ "Upper Roman": "Upper Roman",
53
+ "Lower Roman": "Lower Roman",
54
+ "Name": "Nama",
55
+ "Anchor": "Anjar",
56
+ "You have unsaved changes are you sure you want to navigate away?": "Anda memiliki perubahan yang belum disimpan, yakin ingin beralih ?",
57
+ "Restore last draft": "Muat kembali draft sebelumnya",
58
+ "Special character": "Spesial karakter",
59
+ "Source code": "Kode sumber",
60
+ "Right to left": "Kanan ke kiri",
61
+ "Left to right": "Kiri ke kanan",
62
+ "Emoticons": "Emotikon",
63
+ "Robots": "Robot",
64
+ "Document properties": "Properti dokumwn",
65
+ "Title": "Judul",
66
+ "Keywords": "Kata kunci",
67
+ "Encoding": "Enkoding",
68
+ "Description": "Deskripsi",
69
+ "Author": "Penulis",
70
+ "Fullscreen": "Layar penuh"
71
+ });
@@ -0,0 +1,155 @@
1
+ tinymce.addI18n('it',{
2
+ "Cut": "Taglia",
3
+ "Your browser doesn't support direct access to the clipboard. Please use the Ctrl+X\/C\/V keyboard shortcuts instead.": "Il tuo browser non supporta l'accesso diretto negli Appunti. Per favore usa i tasti di scelta rapida Ctrl+X\/C\/V.",
4
+ "Paste": "Incolla",
5
+ "Close": "Chiudi",
6
+ "Align right": "Allinea a Destra",
7
+ "New document": "Nuovo Documento",
8
+ "Numbered list": "Elenchi Numerati",
9
+ "Increase indent": "Aumenta Rientro",
10
+ "Formats": "Formattazioni",
11
+ "Select all": "Seleziona Tutto",
12
+ "Undo": "Indietro",
13
+ "Strikethrough": "Barrato",
14
+ "Bullet list": "Elenchi Puntati",
15
+ "Superscript": "Apice",
16
+ "Clear formatting": "Cancella Formattazione",
17
+ "Subscript": "Pedice",
18
+ "Redo": "Ripeti",
19
+ "Ok": "Ok",
20
+ "Bold": "Grassetto",
21
+ "Italic": "Corsivo",
22
+ "Align center": "Allinea al Cento",
23
+ "Decrease indent": "Riduci Rientro",
24
+ "Underline": "Sottolineato",
25
+ "Cancel": "Cancella",
26
+ "Justify": "Giustifica",
27
+ "Copy": "Copia",
28
+ "Align left": "Allinea a Sinistra",
29
+ "Visual aids": "Elementi Visivi",
30
+ "Lower Greek": "Greek Minore",
31
+ "Square": "Quadrato",
32
+ "Default": "Default",
33
+ "Lower Alpha": "Alpha Minore",
34
+ "Circle": "Cerchio",
35
+ "Disc": "Disco",
36
+ "Upper Alpha": "Alpha Superiore",
37
+ "Upper Roman": "Roman Superiore",
38
+ "Lower Roman": "Roman Minore",
39
+ "Name": "Nome",
40
+ "Anchor": "Fissa",
41
+ "You have unsaved changes are you sure you want to navigate away?": "Non hai salvato delle modifiche, sei sicuro di andartene?",
42
+ "Restore last draft": "Ripristina l'ultima bozza.",
43
+ "Special character": "Carattere Speciale",
44
+ "Source code": "Codice Sorgente",
45
+ "Right to left": "Da Destra a Sinistra",
46
+ "Left to right": "Da Sinistra a Destra",
47
+ "Emoticons": "Emoction",
48
+ "Robots": "Robot",
49
+ "Document properties": "Propriet\u00e0 Documento",
50
+ "Title": "Titolo",
51
+ "Keywords": "Parola Chiave",
52
+ "Encoding": "Codifica",
53
+ "Description": "Descrizione",
54
+ "Author": "Autore",
55
+ "Fullscreen": "Schermo Intero",
56
+ "Horizontal line": "Linea Orizzontale",
57
+ "Horizontal space": "Spazio Orizzontale",
58
+ "Insert\/edit image": "Aggiungi\/Modifica Immagine",
59
+ "General": "Generale",
60
+ "Advanced": "Avanzato",
61
+ "Source": "Fonte",
62
+ "Border": "Bordo",
63
+ "Constrain proportions": "Mantieni Proporzioni",
64
+ "Vertical space": "Spazio Verticale",
65
+ "Image description": "Descrizione Immagine",
66
+ "Style": "Stile",
67
+ "Dimensions": "Dimenzioni",
68
+ "Insert date\/time": "Inserisci Data\/Ora",
69
+ "Url": "Url",
70
+ "Text to display": "Testo da Visualizzare",
71
+ "Insert link": "Inserisci il Link",
72
+ "New window": "Nuova Finestra",
73
+ "None": "No",
74
+ "Target": "Target",
75
+ "Insert\/edit link": "Inserisci\/Modifica Link",
76
+ "Insert\/edit video": "Inserisci\/Modifica Video",
77
+ "Poster": "Anteprima",
78
+ "Alternative source": "Alternativo",
79
+ "Paste your embed code below:": "Incolla il codice d'incorporamento qui:",
80
+ "Insert video": "Inserisci Video",
81
+ "Embed": "Incorporare",
82
+ "Nonbreaking space": "Spazio unificatore",
83
+ "Preview": "Anteprima",
84
+ "Print": "Stampa",
85
+ "Save": "Salva",
86
+ "Could not find the specified string.": "Impossibile trovare la parola specifica.",
87
+ "Replace": "Sostituisci",
88
+ "Next": "Successivo",
89
+ "Whole words": "Parole Sbagliate",
90
+ "Find and replace": "Trova e Sostituisci",
91
+ "Replace with": "Sostituisci Con",
92
+ "Find": "Trova",
93
+ "Replace all": "Sostituisci Tutto",
94
+ "Match case": "Maiuscole\/Minuscole ",
95
+ "Prev": "Precedente",
96
+ "Spellcheck": "Controllo ortografico",
97
+ "Finish": "Termina",
98
+ "Ignore all": "Ignora Tutto",
99
+ "Ignore": "Ignora",
100
+ "Insert row before": "Inserisci una Riga Prima",
101
+ "Rows": "Righe",
102
+ "Height": "Altezza",
103
+ "Paste row after": "Incolla una Riga Dopo",
104
+ "Alignment": "Allineamento",
105
+ "Column group": "Gruppo di Colonne",
106
+ "Row": "Riga",
107
+ "Insert column before": "Inserisci una Colonna Prima",
108
+ "Split cell": "Dividi Cella",
109
+ "Cell padding": "Padding della Cella",
110
+ "Cell spacing": "Spaziatura della Cella",
111
+ "Row type": "Tipo di Riga",
112
+ "Insert table": "Inserisci Tabella",
113
+ "Body": "Body",
114
+ "Caption": "Didascalia",
115
+ "Footer": "Footer",
116
+ "Delete row": "Cancella Riga",
117
+ "Paste row before": "Incolla una Riga Prima",
118
+ "Scope": "Campo",
119
+ "Delete table": "Cancella Tabella",
120
+ "Header cell": "cella d'intestazione",
121
+ "Column": "Colonna",
122
+ "Cell": "Cella",
123
+ "Header": "Header",
124
+ "Cell type": "Tipo di Cella",
125
+ "Copy row": "Copia Riga",
126
+ "Row properties": "Propriet\u00e0 della Riga",
127
+ "Table properties": "Propiet\u00e0 della Tabella",
128
+ "Row group": "Gruppo di Righe",
129
+ "Right": "Destra",
130
+ "Insert column after": "Inserisci una Colonna Dopo",
131
+ "Cols": "Colonne",
132
+ "Insert row after": "Inserisci una Riga Dopo",
133
+ "Width": "Larghezza",
134
+ "Cell properties": "Propiet\u00e0 della Cella",
135
+ "Left": "Sinistra",
136
+ "Cut row": "Taglia Riga",
137
+ "Delete column": "Cancella Colonna",
138
+ "Center": "Centro",
139
+ "Merge cells": "Unisci Cella",
140
+ "Insert template": "Inserisci Template",
141
+ "Templates": "Template",
142
+ "Background color": "Colore Background",
143
+ "Text color": "Colore Testo",
144
+ "Show blocks": "Mostra Blocchi",
145
+ "Show invisible characters": "Mostra Caratteri Invisibili",
146
+ "Words: {0}": "Parole: {0}",
147
+ "Insert": "Inserisci",
148
+ "File": "File",
149
+ "Edit": "Modifica",
150
+ "Rich Text Area. Press ALT-F9 for menu. Press ALT-F10 for toolbar. Press ALT-0 for help": "Rich Text Area. Premi ALT-F9 per il men\u00f9. Premi ALT-F10 per la barra degli strumenti. Premi ALT-0 per l'aiuto.",
151
+ "Tools": "Strumenti",
152
+ "View": "Visualiza",
153
+ "Table": "Tabella",
154
+ "Format": "Formato"
155
+ });