wysiwyg-rails 1.2.7 → 4.0.10
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -5
- data/LICENSE +1 -1
- data/README.md +112 -35
- data/app/assets/javascripts/froala_editor.min.js +5 -9
- data/app/assets/javascripts/froala_editor.pkgd.min.js +7 -0
- data/app/assets/javascripts/languages/ar.js +291 -0
- data/app/assets/javascripts/languages/bs.js +278 -0
- data/app/assets/javascripts/languages/cs.js +284 -0
- data/app/assets/javascripts/languages/da.js +276 -0
- data/app/assets/javascripts/languages/de.js +309 -0
- data/app/assets/javascripts/languages/el.js +284 -0
- data/app/assets/javascripts/languages/en_ca.js +222 -0
- data/app/assets/javascripts/languages/en_gb.js +222 -0
- data/app/assets/javascripts/languages/es.js +289 -0
- data/app/assets/javascripts/languages/et.js +278 -0
- data/app/assets/javascripts/languages/fa.js +278 -0
- data/app/assets/javascripts/languages/fi.js +278 -0
- data/app/assets/javascripts/languages/fr.js +303 -0
- data/app/assets/javascripts/languages/he.js +278 -0
- data/app/assets/javascripts/languages/hr.js +278 -0
- data/app/assets/javascripts/languages/hu.js +284 -0
- data/app/assets/javascripts/languages/id.js +278 -0
- data/app/assets/javascripts/languages/it.js +294 -0
- data/app/assets/javascripts/languages/ja.js +278 -0
- data/app/assets/javascripts/languages/ko.js +306 -0
- data/app/assets/javascripts/languages/ku.js +271 -0
- data/app/assets/javascripts/languages/me.js +278 -0
- data/app/assets/javascripts/languages/nb.js +278 -0
- data/app/assets/javascripts/languages/nl.js +291 -0
- data/app/assets/javascripts/languages/pl.js +295 -0
- data/app/assets/javascripts/languages/pt_br.js +278 -0
- data/app/assets/javascripts/languages/pt_pt.js +295 -0
- data/app/assets/javascripts/languages/ro.js +278 -0
- data/app/assets/javascripts/languages/ru.js +291 -0
- data/app/assets/javascripts/languages/sk.js +284 -0
- data/app/assets/javascripts/languages/sl.js +224 -0
- data/app/assets/javascripts/languages/sr.js +278 -0
- data/app/assets/javascripts/languages/sv.js +278 -0
- data/app/assets/javascripts/languages/th.js +278 -0
- data/app/assets/javascripts/languages/tr.js +278 -0
- data/app/assets/javascripts/languages/uk.js +278 -0
- data/app/assets/javascripts/languages/vi.js +219 -0
- data/app/assets/javascripts/languages/zh_cn.js +304 -0
- data/app/assets/javascripts/languages/zh_tw.js +278 -0
- data/app/assets/javascripts/plugins/align.min.js +7 -0
- data/app/assets/javascripts/plugins/char_counter.min.js +5 -4
- data/app/assets/javascripts/plugins/code_beautifier.min.js +7 -0
- data/app/assets/javascripts/plugins/code_view.min.js +7 -0
- data/app/assets/javascripts/plugins/colors.min.js +5 -4
- data/app/assets/javascripts/plugins/cryptojs.min.js +7 -0
- data/app/assets/javascripts/plugins/draggable.min.js +7 -0
- data/app/assets/javascripts/plugins/edit_in_popup.min.js +7 -0
- data/app/assets/javascripts/plugins/emoticons.min.js +7 -0
- data/app/assets/javascripts/plugins/entities.min.js +5 -4
- data/app/assets/javascripts/plugins/file.min.js +7 -0
- data/app/assets/javascripts/plugins/files_manager.min.js +7 -0
- data/app/assets/javascripts/plugins/font_family.min.js +5 -4
- data/app/assets/javascripts/plugins/font_size.min.js +5 -4
- data/app/assets/javascripts/plugins/forms.min.js +7 -0
- data/app/assets/javascripts/plugins/fullscreen.min.js +5 -4
- data/app/assets/javascripts/plugins/help.min.js +7 -0
- data/app/assets/javascripts/plugins/image.min.js +7 -0
- data/app/assets/javascripts/plugins/image_manager.min.js +7 -0
- data/app/assets/javascripts/plugins/inline_class.min.js +7 -0
- data/app/assets/javascripts/plugins/inline_style.min.js +7 -0
- data/app/assets/javascripts/plugins/line_breaker.min.js +7 -0
- data/app/assets/javascripts/plugins/line_height.min.js +7 -0
- data/app/assets/javascripts/plugins/link.min.js +7 -0
- data/app/assets/javascripts/plugins/lists.min.js +5 -4
- data/app/assets/javascripts/plugins/markdown.min.js +7 -0
- data/app/assets/javascripts/plugins/paragraph_format.min.js +7 -0
- data/app/assets/javascripts/plugins/paragraph_style.min.js +7 -0
- data/app/assets/javascripts/plugins/print.min.js +7 -0
- data/app/assets/javascripts/plugins/quick_insert.min.js +7 -0
- data/app/assets/javascripts/plugins/quote.min.js +7 -0
- data/app/assets/javascripts/plugins/save.min.js +7 -0
- data/app/assets/javascripts/plugins/special_characters.min.js +7 -0
- data/app/assets/javascripts/plugins/table.min.js +7 -0
- data/app/assets/javascripts/plugins/track_changes.min.js +7 -0
- data/app/assets/javascripts/plugins/trim_video.min.js +7 -0
- data/app/assets/javascripts/plugins/url.min.js +7 -0
- data/app/assets/javascripts/plugins/video.min.js +5 -4
- data/app/assets/javascripts/plugins/word_paste.min.js +7 -0
- data/app/assets/javascripts/plugins.pkgd.min.js +7 -0
- data/app/assets/javascripts/third_party/embedly.min.js +7 -0
- data/app/assets/javascripts/third_party/font_awesome.min.js +7 -0
- data/app/assets/javascripts/third_party/image_tui.min.js +7 -0
- data/app/assets/javascripts/third_party/showdown.min.js +7 -0
- data/app/assets/javascripts/third_party/spell_checker.min.js +7 -0
- data/app/assets/stylesheets/froala_editor.css +1431 -0
- data/app/assets/stylesheets/froala_editor.min.css +6 -4
- data/app/assets/stylesheets/froala_editor.pkgd.css +4808 -0
- data/app/assets/stylesheets/froala_editor.pkgd.min.css +7 -0
- data/app/assets/stylesheets/froala_style.css +362 -0
- data/app/assets/stylesheets/froala_style.min.css +6 -4
- data/app/assets/stylesheets/plugins/char_counter.css +49 -0
- data/app/assets/stylesheets/plugins/char_counter.min.css +7 -0
- data/app/assets/stylesheets/plugins/code_view.css +97 -0
- data/app/assets/stylesheets/plugins/code_view.min.css +7 -0
- data/app/assets/stylesheets/plugins/colors.css +98 -0
- data/app/assets/stylesheets/plugins/colors.min.css +7 -0
- data/app/assets/stylesheets/plugins/draggable.css +41 -0
- data/app/assets/stylesheets/plugins/draggable.min.css +7 -0
- data/app/assets/stylesheets/plugins/emoticons.css +34 -0
- data/app/assets/stylesheets/plugins/emoticons.min.css +7 -0
- data/app/assets/stylesheets/plugins/file.css +128 -0
- data/app/assets/stylesheets/plugins/file.min.css +7 -0
- data/app/assets/stylesheets/plugins/files_manager.css +1240 -0
- data/app/assets/stylesheets/plugins/files_manager.min.css +7 -0
- data/app/assets/stylesheets/plugins/fullscreen.css +79 -0
- data/app/assets/stylesheets/plugins/fullscreen.min.css +7 -0
- data/app/assets/stylesheets/plugins/help.css +45 -0
- data/app/assets/stylesheets/plugins/help.min.css +7 -0
- data/app/assets/stylesheets/plugins/image.css +213 -0
- data/app/assets/stylesheets/plugins/image.min.css +7 -0
- data/app/assets/stylesheets/plugins/image_manager.css +236 -0
- data/app/assets/stylesheets/plugins/image_manager.min.css +7 -0
- data/app/assets/stylesheets/plugins/line_breaker.css +38 -0
- data/app/assets/stylesheets/plugins/line_breaker.min.css +7 -0
- data/app/assets/stylesheets/plugins/markdown.css +149 -0
- data/app/assets/stylesheets/plugins/markdown.min.css +7 -0
- data/app/assets/stylesheets/plugins/quick_insert.css +72 -0
- data/app/assets/stylesheets/plugins/quick_insert.min.css +7 -0
- data/app/assets/stylesheets/plugins/special_characters.css +33 -0
- data/app/assets/stylesheets/plugins/special_characters.min.css +7 -0
- data/app/assets/stylesheets/plugins/table.css +111 -0
- data/app/assets/stylesheets/plugins/table.min.css +7 -0
- data/app/assets/stylesheets/plugins/trim_video.css +247 -0
- data/app/assets/stylesheets/plugins/trim_video.min.css +7 -0
- data/app/assets/stylesheets/plugins/video.css +201 -0
- data/app/assets/stylesheets/plugins/video.min.css +7 -0
- data/app/assets/stylesheets/plugins.pkgd.css +3025 -0
- data/app/assets/stylesheets/plugins.pkgd.min.css +7 -0
- data/app/assets/stylesheets/themes/dark.css +2188 -0
- data/app/assets/stylesheets/themes/dark.min.css +6 -4
- data/app/assets/stylesheets/themes/gray.css +2188 -0
- data/app/assets/stylesheets/themes/gray.min.css +6 -4
- data/app/assets/stylesheets/themes/royal.css +2188 -0
- data/app/assets/stylesheets/themes/royal.min.css +6 -4
- data/app/assets/stylesheets/third_party/embedly.css +60 -0
- data/app/assets/stylesheets/third_party/embedly.min.css +7 -0
- data/app/assets/stylesheets/third_party/font_awesome.css +33 -0
- data/app/assets/stylesheets/third_party/font_awesome.min.css +7 -0
- data/app/assets/stylesheets/third_party/image_tui.css +41 -0
- data/app/assets/stylesheets/third_party/image_tui.min.css +7 -0
- data/app/assets/stylesheets/third_party/spell_checker.css +64 -0
- data/app/assets/stylesheets/third_party/spell_checker.min.css +7 -0
- data/lib/wysiwyg-rails/engine.rb +11 -0
- data/lib/wysiwyg-rails/version.rb +1 -1
- metadata +142 -72
- data/app/assets/javascripts/froala_editor_ie8.min.js +0 -6
- data/app/assets/javascripts/langs/ar.js +0 -94
- data/app/assets/javascripts/langs/bs.js +0 -94
- data/app/assets/javascripts/langs/cs.js +0 -94
- data/app/assets/javascripts/langs/da.js +0 -94
- data/app/assets/javascripts/langs/de.js +0 -94
- data/app/assets/javascripts/langs/en_ca.js +0 -94
- data/app/assets/javascripts/langs/en_gb.js +0 -94
- data/app/assets/javascripts/langs/en_us.js +0 -94
- data/app/assets/javascripts/langs/es.js +0 -94
- data/app/assets/javascripts/langs/et.js +0 -90
- data/app/assets/javascripts/langs/fa.js +0 -94
- data/app/assets/javascripts/langs/fi.js +0 -94
- data/app/assets/javascripts/langs/fr.js +0 -94
- data/app/assets/javascripts/langs/he.js +0 -94
- data/app/assets/javascripts/langs/hr.js +0 -94
- data/app/assets/javascripts/langs/hu.js +0 -94
- data/app/assets/javascripts/langs/id.js +0 -94
- data/app/assets/javascripts/langs/it.js +0 -94
- data/app/assets/javascripts/langs/ja.js +0 -94
- data/app/assets/javascripts/langs/ko.js +0 -94
- data/app/assets/javascripts/langs/me.js +0 -94
- data/app/assets/javascripts/langs/nb.js +0 -94
- data/app/assets/javascripts/langs/nl.js +0 -94
- data/app/assets/javascripts/langs/pl.js +0 -94
- data/app/assets/javascripts/langs/pt_br.js +0 -94
- data/app/assets/javascripts/langs/pt_pt.js +0 -94
- data/app/assets/javascripts/langs/ro.js +0 -94
- data/app/assets/javascripts/langs/ru.js +0 -94
- data/app/assets/javascripts/langs/sr.js +0 -94
- data/app/assets/javascripts/langs/sv.js +0 -94
- data/app/assets/javascripts/langs/th.js +0 -94
- data/app/assets/javascripts/langs/tr.js +0 -94
- data/app/assets/javascripts/langs/uk.js +0 -94
- data/app/assets/javascripts/langs/zh_cn.js +0 -94
- data/app/assets/javascripts/langs/zh_tw.js +0 -94
- data/app/assets/javascripts/plugins/block_styles.min.js +0 -6
- data/app/assets/javascripts/plugins/file_upload.min.js +0 -6
- data/app/assets/javascripts/plugins/inline_styles.min.js +0 -6
- data/app/assets/javascripts/plugins/media_manager.min.js +0 -6
- data/app/assets/javascripts/plugins/tables.min.js +0 -6
- data/app/assets/javascripts/plugins/urls.min.js +0 -6
- data/app/assets/stylesheets/froala_content.min.css +0 -5
- data/app/assets/stylesheets/themes/red.min.css +0 -5
@@ -1,94 +0,0 @@
|
|
1
|
-
/*!
|
2
|
-
* froala_editor v1.2.7 (https://www.froala.com/wysiwyg-editor)
|
3
|
-
* License https://www.froala.com/wysiwyg-editor/terms
|
4
|
-
* Copyright 2014-2015 Froala Labs
|
5
|
-
*/
|
6
|
-
|
7
|
-
/**
|
8
|
-
* Indonesian
|
9
|
-
*/
|
10
|
-
|
11
|
-
$.Editable.LANGS['id'] = {
|
12
|
-
translation: {
|
13
|
-
"Bold": "Tebal",
|
14
|
-
"Italic": "Miring",
|
15
|
-
"Underline": "Garis bawah",
|
16
|
-
"Strikethrough": "Coret",
|
17
|
-
"Font Size": "Ukuran leter",
|
18
|
-
"Color": "Warna",
|
19
|
-
"Background": "Latar belakang",
|
20
|
-
"Text": "Teks",
|
21
|
-
"Format Block": "Format",
|
22
|
-
"Normal": "Normal",
|
23
|
-
"Paragraph": "Paragraf",
|
24
|
-
"Code": "Kode",
|
25
|
-
"Quote": "Kutipan",
|
26
|
-
"Heading 1": "Header 1",
|
27
|
-
"Heading 2": "Header 2",
|
28
|
-
"Heading 3": "Header 3",
|
29
|
-
"Heading 4": "Header 4",
|
30
|
-
"Heading 5": "Header 5",
|
31
|
-
"Heading 6": "Header 6",
|
32
|
-
"Block Style": "Blok gaya",
|
33
|
-
"Alignment": "Penjajaran",
|
34
|
-
"Align Left": "Rate kiri",
|
35
|
-
"Align Center": "Rate tengah",
|
36
|
-
"Align Right": "Rata kanan",
|
37
|
-
"Justify": "Justifi",
|
38
|
-
"Numbered List": "List nomor",
|
39
|
-
"Bulleted List": "List simbol",
|
40
|
-
"Indent Less": "Turunkan inden",
|
41
|
-
"Indent More": "Tambah inden",
|
42
|
-
"Select All": "Pilih semua",
|
43
|
-
"Insert Link": "Memasukkan link",
|
44
|
-
"Insert Image": "Memasukkan gambar",
|
45
|
-
"Insert Video": "Memasukkan video",
|
46
|
-
"Undo": "Batal",
|
47
|
-
"Redo": "Ulang",
|
48
|
-
"Show HTML": "Tampilkan HTML",
|
49
|
-
"Float Left": "Kiri",
|
50
|
-
"Float None": "Tak satupun",
|
51
|
-
"Float Right": "Kanan",
|
52
|
-
"Replace Image": "Mengganti gambar",
|
53
|
-
"Remove Image": "Hapus gambar",
|
54
|
-
"Title": "Judul",
|
55
|
-
"Drop image": "Jatuhkan gambar",
|
56
|
-
"or click": "atau klik",
|
57
|
-
"or": "atau",
|
58
|
-
"Enter URL": "Memasukkan URL",
|
59
|
-
"Please wait!": "Silahkan tunggu!",
|
60
|
-
"Are you sure? Image will be deleted.": "Apakah Anda yakin? Gambar akan dihapus.",
|
61
|
-
"UNLINK": "Menghapus link",
|
62
|
-
"Open in new tab": "Buka di tab baru",
|
63
|
-
"Type something": "Ketik sesuatu",
|
64
|
-
"Cancel": "Batal",
|
65
|
-
"OK": "Ok",
|
66
|
-
"Manage images": "Mengelola gambar",
|
67
|
-
"Delete": "Hapus",
|
68
|
-
"Font Family": "Jenis Huruf",
|
69
|
-
"Insert Horizontal Line": "Sisipkan Garis Horizontal",
|
70
|
-
"Table": "Tabel",
|
71
|
-
"Insert table": "Sisipkan tabel",
|
72
|
-
"Cell": "Sel",
|
73
|
-
"Row": "Baris",
|
74
|
-
"Column": "Kolom",
|
75
|
-
"Delete table": "Hapus table",
|
76
|
-
"Insert cell before": "Sisipkan sel sebelum",
|
77
|
-
"Insert cell after": "Sisipkan sel setelah",
|
78
|
-
"Delete cell": "Hapus sel",
|
79
|
-
"Merge cells": "Menggabungkan sel",
|
80
|
-
"Horizontal split": "Perpecahan horisontal",
|
81
|
-
"Vertical split": "perpecahan vertikal",
|
82
|
-
"Insert row above": "Sisipkan baris di atas",
|
83
|
-
"Insert row below": "Sisipkan baris di bawah",
|
84
|
-
"Delete row": "Hapus baris",
|
85
|
-
"Insert column before": "Sisipkan kolom sebelum",
|
86
|
-
"Insert column after": "Sisipkan kolom setelah",
|
87
|
-
"Delete column": "Hapus kolom",
|
88
|
-
"Uploading image": "Meng-upload gambar",
|
89
|
-
"Upload File": "Meng-upload berkas",
|
90
|
-
"Drop File": "Jatuhkan berkas",
|
91
|
-
"Clear formatting": "Menghapus format"
|
92
|
-
},
|
93
|
-
direction: "ltr"
|
94
|
-
};
|
@@ -1,94 +0,0 @@
|
|
1
|
-
/*!
|
2
|
-
* froala_editor v1.2.7 (https://www.froala.com/wysiwyg-editor)
|
3
|
-
* License https://www.froala.com/wysiwyg-editor/terms
|
4
|
-
* Copyright 2014-2015 Froala Labs
|
5
|
-
*/
|
6
|
-
|
7
|
-
/**
|
8
|
-
* Italian
|
9
|
-
*/
|
10
|
-
|
11
|
-
$.Editable.LANGS['it'] = {
|
12
|
-
translation: {
|
13
|
-
"Bold": "Grassetto",
|
14
|
-
"Italic": "Corsivo",
|
15
|
-
"Underline": "Sottolineato",
|
16
|
-
"Strikethrough": "Barrato",
|
17
|
-
"Font Size": "Dimensione Carattere",
|
18
|
-
"Color": "Colore",
|
19
|
-
"Background": "Sfondo",
|
20
|
-
"Text": "Testo",
|
21
|
-
"Format Block": "Formattazione",
|
22
|
-
"Normal": "Normale",
|
23
|
-
"Paragraph": "Paragrafo",
|
24
|
-
"Code": "Codice",
|
25
|
-
"Quote": "Citazione",
|
26
|
-
"Heading 1": "Intestazione 1",
|
27
|
-
"Heading 2": "Intestazione 2",
|
28
|
-
"Heading 3": "Intestazione 3",
|
29
|
-
"Heading 4": "Intestazione 4",
|
30
|
-
"Heading 5": "Intestazione 5",
|
31
|
-
"Heading 6": "Intestazione 6",
|
32
|
-
"Block Style": "Stile di blocco",
|
33
|
-
"Alignment": "Allineamento",
|
34
|
-
"Align Left": "Allinea a Sinistra",
|
35
|
-
"Align Center": "Allinea al Cento",
|
36
|
-
"Align Right": "Allinea a Destra",
|
37
|
-
"Justify": "Giustifica",
|
38
|
-
"Numbered List": "Elenchi Numerati",
|
39
|
-
"Bulleted List": "Elenchi Puntati",
|
40
|
-
"Indent Less": "Riduci Rientro",
|
41
|
-
"Indent More": "Aumenta Rientro",
|
42
|
-
"Select All": "Seleziona Tutto",
|
43
|
-
"Insert Link": "Inserisci Link",
|
44
|
-
"Insert Image": "Inserisci Immagine",
|
45
|
-
"Insert Video": "Inserisci Video",
|
46
|
-
"Undo": "Annulla",
|
47
|
-
"Redo": "Ripeti",
|
48
|
-
"Show HTML": "Mostra HTML",
|
49
|
-
"Float Left": "Sinistra",
|
50
|
-
"Float None": "Nessuno",
|
51
|
-
"Float Right": "Destra",
|
52
|
-
"Replace Image": "Sostituisci Immagine",
|
53
|
-
"Remove Image": "Rimuovi Immagine",
|
54
|
-
"Title": "Titolo",
|
55
|
-
"Drop image": "Rilascia Immagine",
|
56
|
-
"or click": "oppure fai click su",
|
57
|
-
"or": "o",
|
58
|
-
"Enter URL": "Inserisci URL",
|
59
|
-
"Please wait!": "Attendere prego!",
|
60
|
-
"Are you sure? Image will be deleted.": "Sei sicuro? Immagine verr\u00e0 cancellata.",
|
61
|
-
"UNLINK": "Rimuovi link",
|
62
|
-
"Open in new tab": "Apri in nuova scheda",
|
63
|
-
"Type something": "Digita qualcosa",
|
64
|
-
"Cancel": "Cancella",
|
65
|
-
"OK": "Ok",
|
66
|
-
"Manage images": "Gestione immagini",
|
67
|
-
"Delete": "Cancella",
|
68
|
-
"Font Family": "Carattere",
|
69
|
-
"Insert Horizontal Line": "Inserisci Divisore Orizzontale",
|
70
|
-
"Table": "Tabella",
|
71
|
-
"Insert table": "Inserisci Tabella",
|
72
|
-
"Cell": "Cella",
|
73
|
-
"Row": "Riga",
|
74
|
-
"Column": "Colonna",
|
75
|
-
"Delete table": "Cancella Tabella",
|
76
|
-
"Insert cell before": "Inserisci Cella Prima",
|
77
|
-
"Insert cell after": "Inserisci Cella Dopo",
|
78
|
-
"Delete cell": "Cancella Cella",
|
79
|
-
"Merge cells": "Unisci Cella",
|
80
|
-
"Horizontal split": "Divisione Orizzontale",
|
81
|
-
"Vertical split": "Divisione Verticale",
|
82
|
-
"Insert row above": "Inserisci una Riga Prima",
|
83
|
-
"Insert row below": "Inserisci una Riga Dopo",
|
84
|
-
"Delete row": "Cancella Riga",
|
85
|
-
"Insert column before": "Inserisci una Colonna Prima",
|
86
|
-
"Insert column after": "Inserisci una Colonna Dopo",
|
87
|
-
"Delete column": "Cancella Colonna",
|
88
|
-
"Uploading image": "Caricamento dell'immagine",
|
89
|
-
"Upload File": "Carica File",
|
90
|
-
"Drop File": "Rilascia File",
|
91
|
-
"Clear formatting": "Cancella formattazione"
|
92
|
-
},
|
93
|
-
direction: "ltr"
|
94
|
-
};
|
@@ -1,94 +0,0 @@
|
|
1
|
-
/*!
|
2
|
-
* froala_editor v1.2.7 (https://www.froala.com/wysiwyg-editor)
|
3
|
-
* License https://www.froala.com/wysiwyg-editor/terms
|
4
|
-
* Copyright 2014-2015 Froala Labs
|
5
|
-
*/
|
6
|
-
|
7
|
-
/**
|
8
|
-
* Japanese
|
9
|
-
*/
|
10
|
-
|
11
|
-
$.Editable.LANGS['ja'] = {
|
12
|
-
translation: {
|
13
|
-
"Bold": "\u592a\u5b57",
|
14
|
-
"Italic": "\u659c\u4f53",
|
15
|
-
"Underline": "\u4e0b\u7dda",
|
16
|
-
"Strikethrough": "\u53d6\u308a\u6d88\u3057\u7dda",
|
17
|
-
"Font Size": "\u30d5\u30a9\u30f3\u30c8\u30b5\u30a4\u30ba",
|
18
|
-
"Color": "\u30ab\u30e9\u30fc",
|
19
|
-
"Background": "\u80cc\u666f",
|
20
|
-
"Text": "\u30c6\u30ad\u30b9\u30c8",
|
21
|
-
"Format Block": "\u66f8\u5f0f",
|
22
|
-
"Normal": "\u30ce\u30fc\u30de\u30eb",
|
23
|
-
"Paragraph": "\u6bb5\u843d",
|
24
|
-
"Code": "\u30b3\u30fc\u30c9",
|
25
|
-
"Quote": "\u5f15\u7528",
|
26
|
-
"Heading 1": "\u30d8\u30c3\u30c0\u30fc 1",
|
27
|
-
"Heading 2": "\u30d8\u30c3\u30c0\u30fc 2",
|
28
|
-
"Heading 3": "\u30d8\u30c3\u30c0\u30fc 3",
|
29
|
-
"Heading 4": "\u30d8\u30c3\u30c0\u30fc 4",
|
30
|
-
"Heading 5": "\u30d8\u30c3\u30c0\u30fc 5",
|
31
|
-
"Heading 6": "\u30d8\u30c3\u30c0\u30fc 6",
|
32
|
-
"Block Style": "\u30d6\u30ed\u30c3\u30af\u30b9\u30bf\u30a4\u30eb",
|
33
|
-
"Alignment": "\u914d\u7f6e",
|
34
|
-
"Align Left": "\u5de6\u5bc4\u305b",
|
35
|
-
"Align Center": "\u4e2d\u592e\u63c3\u3048",
|
36
|
-
"Align Right": "\u53f3\u5bc4\u305b",
|
37
|
-
"Justify": "\u4e21\u7aef\u63c3\u3048",
|
38
|
-
"Numbered List": "\u756a\u53f7\u4ed8\u304d\u7b87\u6761\u66f8\u304d",
|
39
|
-
"Bulleted List": "\u7b87\u6761\u66f8\u304d",
|
40
|
-
"Indent Less": "\u30a4\u30f3\u30c7\u30f3\u30c8\u3092\u6e1b\u3089\u3059",
|
41
|
-
"Indent More": "\u30a4\u30f3\u30c7\u30f3\u30c8\u3092\u5897\u3084\u3059",
|
42
|
-
"Select All": "\u5168\u3066\u3092\u9078\u629e",
|
43
|
-
"Insert Link": "\u30ea\u30f3\u30af",
|
44
|
-
"Insert Image": "\u753b\u50cf\u306e\u633f\u5165",
|
45
|
-
"Insert Video": "\u52d5\u753b\u306e\u633f\u5165",
|
46
|
-
"Undo": "\u5143\u306b\u623b\u3059",
|
47
|
-
"Redo": "\u3084\u308a\u76f4\u3059",
|
48
|
-
"Show HTML": "HTML",
|
49
|
-
"Float Left": "\u5de6\u5bc4\u305b",
|
50
|
-
"Float None": "\u306a\u3057",
|
51
|
-
"Float Right": "\u53f3\u5bc4\u305b",
|
52
|
-
"Replace Image": "\u753b\u50cf\u3092\u5909\u66f4",
|
53
|
-
"Remove Image": "\u753b\u50cf\u3092\u524a\u9664",
|
54
|
-
"Title": "\u30bf\u30a4\u30c8\u30eb",
|
55
|
-
"Drop image": "\u753b\u50cf\u3092\u30c9\u30ed\u30c3\u30d7",
|
56
|
-
"or click": "\u307e\u305f\u306f\u30af\u30ea\u30c3\u30af",
|
57
|
-
"or": "\u307e\u305f\u306f",
|
58
|
-
"Enter URL": "URL\u3092\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044",
|
59
|
-
"Please wait!": "\u304a\u5f85\u3061\u304f\u3060\u3055\u3044",
|
60
|
-
"Are you sure? Image will be deleted.": "\u672c\u5f53\u306b\u524a\u9664\u3057\u307e\u3059\u304b\uff1f",
|
61
|
-
"UNLINK": "\u30ea\u30f3\u30af\u306e\u524a\u9664",
|
62
|
-
"Open in new tab": "\u65b0\u3057\u3044\u30bf\u30d6\u3067\u958b\u304f",
|
63
|
-
"Type something": "\u4f55\u304b\u5165\u529b",
|
64
|
-
"Cancel": "\u30ad\u30e3\u30f3\u30bb\u30eb",
|
65
|
-
"OK": "OK",
|
66
|
-
"Manage images": "\u30a4\u30e1\u30fc\u30b8\u3092\u7ba1\u7406\u3059\u308b",
|
67
|
-
"Delete": "\u524a\u9664",
|
68
|
-
"Font Family": "\u30d5\u30a9\u30f3\u30c8\u30d5\u30a1\u30df\u30ea\u30fc",
|
69
|
-
"Insert Horizontal Line": "\u6c34\u5e73\u7dda\u306e\u633f\u5165",
|
70
|
-
"Table": "\u8868",
|
71
|
-
"Insert table": "\u8868\u306e\u633f\u5165",
|
72
|
-
"Cell": "\u30bb\u30eb",
|
73
|
-
"Row": "\u884c",
|
74
|
-
"Column": "\u5217",
|
75
|
-
"Delete table": "\u8868\u306e\u524a\u9664",
|
76
|
-
"Insert cell before": "\u524d\u306b\u30bb\u30eb\u3092\u633f\u5165",
|
77
|
-
"Insert cell after": "\u5f8c\u306b\u30bb\u30eb\u3092\u633f\u5165",
|
78
|
-
"Delete cell": "\u30bb\u30eb\u3092\u524a\u9664\u3059\u308b",
|
79
|
-
"Merge cells": "\u30bb\u30eb\u306e\u7d50\u5408",
|
80
|
-
"Horizontal split": "\u6c34\u5e73\u5206\u5272",
|
81
|
-
"Vertical split": "\u5782\u76f4\u5206\u5272",
|
82
|
-
"Insert row above": "\u4e0a\u5074\u306b\u884c\u3092\u633f\u5165",
|
83
|
-
"Insert row below": "\u4e0b\u5074\u306b\u884c\u3092\u633f\u5165",
|
84
|
-
"Delete row": "\u884c\u306e\u524a\u9664",
|
85
|
-
"Insert column before": "\u5de6\u5074\u306b\u5217\u3092\u633f\u5165",
|
86
|
-
"Insert column after": "\u53f3\u5074\u306b\u5217\u3092\u633f\u5165",
|
87
|
-
"Delete column": "\u5217\u306e\u524a\u9664",
|
88
|
-
"Uploading image": "\u753b\u50cf\u3092\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u4e2d",
|
89
|
-
"Upload File": "\u30d5\u30a1\u30a4\u30eb\u306e\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9",
|
90
|
-
"Drop File": "\u30d5\u30a1\u30a4\u30eb\u3092\u30c9\u30ed\u30c3\u30d7",
|
91
|
-
"Clear formatting": "\u66f8\u5f0f\u306e\u30af\u30ea\u30a2"
|
92
|
-
},
|
93
|
-
direction: "ltr"
|
94
|
-
};
|
@@ -1,94 +0,0 @@
|
|
1
|
-
/*!
|
2
|
-
* froala_editor v1.2.7 (https://www.froala.com/wysiwyg-editor)
|
3
|
-
* License https://www.froala.com/wysiwyg-editor/terms
|
4
|
-
* Copyright 2014-2015 Froala Labs
|
5
|
-
*/
|
6
|
-
|
7
|
-
/**
|
8
|
-
* Korean
|
9
|
-
*/
|
10
|
-
|
11
|
-
$.Editable.LANGS['ko'] = {
|
12
|
-
translation: {
|
13
|
-
"Bold": "\uad75\uac8c",
|
14
|
-
"Italic": "\uae30\uc6b8\uc784\uaf34",
|
15
|
-
"Underline": "\ubc11\uc904",
|
16
|
-
"Strikethrough": "\ucde8\uc18c\uc120",
|
17
|
-
"Font Size": "\ud3f0\ud2b8 \ud06c\uae30",
|
18
|
-
"Color": "\uc0c9",
|
19
|
-
"Background": "\ubc30\uacbd",
|
20
|
-
"Text": "\ud14d\uc2a4\ud2b8",
|
21
|
-
"Format Block": "\ub2e8\ub77d",
|
22
|
-
"Normal": "\ud45c\uc900",
|
23
|
-
"Paragraph": "\ub2e8\ub77d",
|
24
|
-
"Code": "\ucf54\ub4dc",
|
25
|
-
"Quote": "\uc778\uc6a9\uad6c",
|
26
|
-
"Heading 1": "\uc81c\ubaa9 1",
|
27
|
-
"Heading 2": "\uc81c\ubaa9 2",
|
28
|
-
"Heading 3": "\uc81c\ubaa9 3",
|
29
|
-
"Heading 4": "\uc81c\ubaa9 4",
|
30
|
-
"Heading 5": "\uc81c\ubaa9 5",
|
31
|
-
"Heading 6": "\uc81c\ubaa9 6",
|
32
|
-
"Block Style": "\ub2e8\ub77d \ubaa8\uc591",
|
33
|
-
"Alignment": "\uc815\ub82c",
|
34
|
-
"Align Left": "\uc67c\ucabd\uc815\ub82c",
|
35
|
-
"Align Center": "\uac00\uc6b4\ub370\uc815\ub82c",
|
36
|
-
"Align Right": "\uc624\ub978\ucabd\uc815\ub82c",
|
37
|
-
"Justify": "\uc591\ucabd\uc815\ub82c",
|
38
|
-
"Numbered List": "\uc22b\uc790\ub9ac\uc2a4\ud2b8",
|
39
|
-
"Bulleted List": "\uc810 \ub9ac\uc2a4\ud2b8",
|
40
|
-
"Indent Less": "\ub0b4\uc5b4\uc4f0\uae30",
|
41
|
-
"Indent More": "\ub4e4\uc5ec\uc4f0\uae30",
|
42
|
-
"Select All": "\uc804\uccb4\uc120\ud0dd",
|
43
|
-
"Insert Link": "\ub9c1\ud06c \uc0bd\uc785",
|
44
|
-
"Insert Image": "\uc774\ubbf8\uc9c0 \uc0bd\uc785",
|
45
|
-
"Insert Video": "\ube44\ub514\uc624 \uc0bd\uc785",
|
46
|
-
"Undo": "\uc2e4\ud589 \ucde8\uc18c",
|
47
|
-
"Redo": "\ub418\ub3cc\ub9ac\uae30",
|
48
|
-
"Show HTML": "HTML \ubcf4\uae30",
|
49
|
-
"Float Left": "\uc67c\ucabd",
|
50
|
-
"Float None": "\uc5c6\uc74c",
|
51
|
-
"Float Right": "\uc624\ub978\ucabd",
|
52
|
-
"Replace Image": "\uc774\ubbf8\uc9c0 \uad50\uccb4",
|
53
|
-
"Remove Image": "\uc774\ubbf8\uc9c0\ub97c \uc81c\uac70",
|
54
|
-
"Title": "\uc81c\ubaa9",
|
55
|
-
"Drop image": "\uc774\ubbf8\uc9c0\ub97c \ub4dc\ub86d",
|
56
|
-
"or click": "\ub610\ub294 \ud074\ub9ad",
|
57
|
-
"or": "\ub610\ub294",
|
58
|
-
"Enter URL": "URL \uc744 \uc785\ub825",
|
59
|
-
"Please wait!": "\uc7a0\uc2dc\ub9cc \uae30\ub2e4\ub824\uc8fc\uc138\uc694!",
|
60
|
-
"Are you sure? Image will be deleted.": "\ud655\uc2e4\ud55c\uac00\uc694? \uc774\ubbf8\uc9c0\uac00 \uc0ad\uc81c\ub429\ub2c8\ub2e4.",
|
61
|
-
"UNLINK": "\ub9c1\ud06c\uc0ad\uc81c",
|
62
|
-
"Open in new tab": "\uc0c8 \ud0ed\uc5d0\uc11c \uc5f4\uae30",
|
63
|
-
"Type something": "\ub0b4\uc6a9\uc744 \uc785\ub825\ud558\uc138\uc694",
|
64
|
-
"Cancel": "\ucde8\uc18c",
|
65
|
-
"OK": "\uc2b9\uc778",
|
66
|
-
"Manage images": "\uc774\ubbf8\uc9c0 \uad00\ub9ac",
|
67
|
-
"Delete": "\uc0ad\uc81c",
|
68
|
-
"Font Family": "\uae00\uaf34",
|
69
|
-
"Insert Horizontal Line": "\uc218\ud3c9\uc120\uc744 \uc0bd\uc785",
|
70
|
-
"Table": "\ud14c\uc774\ube14",
|
71
|
-
"Insert table": "\ud14c\uc774\ube14 \uc0bd\uc785",
|
72
|
-
"Cell": "\uc140",
|
73
|
-
"Row": "\uc5f4",
|
74
|
-
"Column": "\ud589",
|
75
|
-
"Delete table": "\ud14c\uc774\ube14 \uc0ad\uc81c",
|
76
|
-
"Insert cell before": "\uc55e\uc5d0 \uc140\uc744 \uc0bd\uc785",
|
77
|
-
"Insert cell after": "\ub4a4\uc5d0 \uc140\uc744 \uc0bd\uc785",
|
78
|
-
"Delete cell": "\uc140 \uc0ad\uc81c",
|
79
|
-
"Merge cells": "\uc140 \ud569\uce58\uae30",
|
80
|
-
"Horizontal split": "\uc218\ud3c9 \ubd84\ud560",
|
81
|
-
"Vertical split": "\uc218\uc9c1 \ubd84\ud560",
|
82
|
-
"Insert row above": "\uc55e\uc5d0 \uc5f4\uc744 \uc0bd\uc785",
|
83
|
-
"Insert row below": "\ub4a4\uc5d0 \uc5f4\uc744 \uc0bd\uc785",
|
84
|
-
"Delete row": "\uc5f4 \uc0ad\uc81c",
|
85
|
-
"Insert column before": "\uc55e\uc5d0 \ud589\uc744 \uc0bd\uc785",
|
86
|
-
"Insert column after": "\ub4a4\uc5d0 \ud589\uc744 \uc0bd\uc785",
|
87
|
-
"Delete column": "\ud589 \uc0ad\uc81c",
|
88
|
-
"Uploading image": "\uc774\ubbf8\uc9c0 \uc5c5\ub85c\ub4dc\uc911",
|
89
|
-
"Upload File": "\ud30c\uc77c \ucca8\ubd80",
|
90
|
-
"Drop File": "\ud30c\uc77c\uc744 \ub4dc\ub86d",
|
91
|
-
"Clear formatting": "\uc11c\uc2dd \uc81c\uac70"
|
92
|
-
},
|
93
|
-
direction: "ltr"
|
94
|
-
};
|
@@ -1,94 +0,0 @@
|
|
1
|
-
/*!
|
2
|
-
* froala_editor v1.2.7 (https://www.froala.com/wysiwyg-editor)
|
3
|
-
* License https://www.froala.com/wysiwyg-editor/terms
|
4
|
-
* Copyright 2014-2015 Froala Labs
|
5
|
-
*/
|
6
|
-
|
7
|
-
/**
|
8
|
-
* Montenegrin.
|
9
|
-
*/
|
10
|
-
|
11
|
-
$.Editable.LANGS['me'] = {
|
12
|
-
translation: {
|
13
|
-
"Bold": "Bold",
|
14
|
-
"Italic": "Italic",
|
15
|
-
"Underline": "Podvu\u010deno",
|
16
|
-
"Strikethrough": "Prekri\u017eano",
|
17
|
-
"Font Size": "Veli\u010dina fonta",
|
18
|
-
"Color": "Boja",
|
19
|
-
"Background": "Pozadine",
|
20
|
-
"Text": "Teksta",
|
21
|
-
"Format Block": "Formatiranje bloka",
|
22
|
-
"Normal": "Normalno",
|
23
|
-
"Paragraph": "Paragraf",
|
24
|
-
"Code": "Izvorni kod",
|
25
|
-
"Quote": "Citat",
|
26
|
-
"Heading 1": "Naslov 1",
|
27
|
-
"Heading 2": "Naslov 2",
|
28
|
-
"Heading 3": "Naslov 3",
|
29
|
-
"Heading 4": "Naslov 4",
|
30
|
-
"Heading 5": "Naslov 5",
|
31
|
-
"Heading 6": "Naslov 6",
|
32
|
-
"Block Style": "Blok style",
|
33
|
-
"Alignment": "Poravnanje",
|
34
|
-
"Align Left": "Poravnaj lijevo",
|
35
|
-
"Align Center": "Poravnaj po sredini",
|
36
|
-
"Align Right": "Poravnaj desno",
|
37
|
-
"Justify": "Cjelokupno poravnanje",
|
38
|
-
"Numbered List": "Pore\u0111ana lista",
|
39
|
-
"Bulleted List": "Lista bez reda",
|
40
|
-
"Indent Less": "Uvuci paragraf",
|
41
|
-
"Indent More": "Izvuci paragraf",
|
42
|
-
"Select All": "Sa\u010duvaj sve",
|
43
|
-
"Insert Link": "Umetni link",
|
44
|
-
"Insert Image": "Umetni ilustraciju",
|
45
|
-
"Insert Video": "Umetni video",
|
46
|
-
"Undo": "Korak nazad",
|
47
|
-
"Redo": "Korak naprijed",
|
48
|
-
"Show HTML": "Prika\u017ei HTML kod",
|
49
|
-
"Float Left": "Prebaci lijevo",
|
50
|
-
"Float None": "Bez prebacivanja",
|
51
|
-
"Float Right": "Prebaci desno",
|
52
|
-
"Replace Image": "Zamijeni ilustraciju",
|
53
|
-
"Remove Image": "Ukloni ilustraciju",
|
54
|
-
"Title": "Naslov",
|
55
|
-
"Drop image": "Izbaci ilustraciju",
|
56
|
-
"or click": "ili odaberi",
|
57
|
-
"or": "ili",
|
58
|
-
"Enter URL": "Enter URL",
|
59
|
-
"Please wait!": "Molim sa\u010dekaj.",
|
60
|
-
"Are you sure? Image will be deleted.": "Da li ste sigurni da \u017eelite da obri\u0161ete ovu ilustraciju?",
|
61
|
-
"UNLINK": "Ukloni link",
|
62
|
-
"Open in new tab": "Otvori u novom prozoru",
|
63
|
-
"Type something": "Ukucajte ne\u0161tp",
|
64
|
-
"Cancel": "Otka\u017ei",
|
65
|
-
"OK": "U redu",
|
66
|
-
"Manage images": "Upravljanje ilustracijama",
|
67
|
-
"Delete": "Obri\u0161i",
|
68
|
-
"Font Family": "Odaberi font",
|
69
|
-
"Insert Horizontal Line": "Umetni liniju",
|
70
|
-
"Table": "Tabela",
|
71
|
-
"Insert table": "Umetni tabelu",
|
72
|
-
"Cell": "Polje",
|
73
|
-
"Row": "Red",
|
74
|
-
"Column": "Kolona",
|
75
|
-
"Delete table": "Obri\u0161i tabelu",
|
76
|
-
"Insert cell before": "Umetni polje prije",
|
77
|
-
"Insert cell after": "Umetni polje posle",
|
78
|
-
"Delete cell": "Obri\u0161i polje",
|
79
|
-
"Merge cells": "Spoji polja",
|
80
|
-
"Horizontal split": "Horizontalno razdvajanje polja",
|
81
|
-
"Vertical split": "Vertikalno razdvajanje polja",
|
82
|
-
"Insert row above": "Umetni red iznad",
|
83
|
-
"Insert row below": "Umetni red ispod",
|
84
|
-
"Delete row": "Obri\u0161i red",
|
85
|
-
"Insert column before": "Umetni kolonu prije",
|
86
|
-
"Insert column after": "Umetni kolonu poslije",
|
87
|
-
"Delete column": "Obri\u0161i kolonu",
|
88
|
-
"Uploading image": "Prijenos slike",
|
89
|
-
"Upload File": "Prijenos datoteke",
|
90
|
-
"Drop File": "Izbaci datoteke",
|
91
|
-
"Clear formatting": "Izbrisati formatiranje"
|
92
|
-
},
|
93
|
-
direction: "ltr"
|
94
|
-
};
|
@@ -1,94 +0,0 @@
|
|
1
|
-
/*!
|
2
|
-
* froala_editor v1.2.7 (https://www.froala.com/wysiwyg-editor)
|
3
|
-
* License https://www.froala.com/wysiwyg-editor/terms
|
4
|
-
* Copyright 2014-2015 Froala Labs
|
5
|
-
*/
|
6
|
-
|
7
|
-
/**
|
8
|
-
* Norwegian
|
9
|
-
*/
|
10
|
-
|
11
|
-
$.Editable.LANGS['nb'] = {
|
12
|
-
translation: {
|
13
|
-
"Bold": "Fet",
|
14
|
-
"Italic": "Kursiv",
|
15
|
-
"Underline": "Understreket",
|
16
|
-
"Strikethrough": "Gjennomstreket",
|
17
|
-
"Font Size": "St\u00f8rrelse",
|
18
|
-
"Color": "Farge",
|
19
|
-
"Background": "Bakgrunn",
|
20
|
-
"Text": "Tekst",
|
21
|
-
"Format Block": "Stiler",
|
22
|
-
"Normal": "Normal",
|
23
|
-
"Paragraph": "Avsnitt",
|
24
|
-
"Code": "Kode",
|
25
|
-
"Quote": "Sitatblokk",
|
26
|
-
"Heading 1": "Overskrift 1",
|
27
|
-
"Heading 2": "Overskrift 2",
|
28
|
-
"Heading 3": "Overskrift 3",
|
29
|
-
"Heading 4": "Overskrift 4",
|
30
|
-
"Heading 5": "Overskrift 5",
|
31
|
-
"Heading 6": "Overskrift 6",
|
32
|
-
"Block Style": "Block stil",
|
33
|
-
"Alignment": "Justering",
|
34
|
-
"Align Left": "Venstrejustert",
|
35
|
-
"Align Center": "Midtstilt",
|
36
|
-
"Align Right": "H\u00f8yrejustert",
|
37
|
-
"Justify": "Juster alle linjer",
|
38
|
-
"Numbered List": "Nummerliste",
|
39
|
-
"Bulleted List": "Punktliste",
|
40
|
-
"Indent Less": "Reduser innrykk",
|
41
|
-
"Indent More": "\u00d8k innrykk",
|
42
|
-
"Select All": "Marker alt",
|
43
|
-
"Insert Link": "Sett inn lenke",
|
44
|
-
"Insert Image": "Sett inn bilde",
|
45
|
-
"Insert Video": "Sett inn video",
|
46
|
-
"Undo": "Angre",
|
47
|
-
"Redo": "Utf\u00f8r likevel",
|
48
|
-
"Show HTML": "Vis HTML",
|
49
|
-
"Float Left": "Venstre",
|
50
|
-
"Float None": "Ingen",
|
51
|
-
"Float Right": "H\u00f8yre",
|
52
|
-
"Replace Image": "Bytt bilde",
|
53
|
-
"Remove Image": "Fjern bilde",
|
54
|
-
"Title": "Tittel",
|
55
|
-
"Drop image": "Slippe bilde",
|
56
|
-
"or click": "eller klikk",
|
57
|
-
"or": "eller",
|
58
|
-
"Enter URL": "Angi URL",
|
59
|
-
"Please wait!": "Vennligst vent!",
|
60
|
-
"Are you sure? Image will be deleted.": "Er du sikker? Bildet vil bli slettet.",
|
61
|
-
"UNLINK": "Fjern lenke",
|
62
|
-
"Open in new tab": "\u00c5pne i ny fane",
|
63
|
-
"Type something": "Skriv noe",
|
64
|
-
"Cancel": "Avbryt",
|
65
|
-
"OK": "OK",
|
66
|
-
"Manage images": "Bildebehandling",
|
67
|
-
"Delete": "Slett",
|
68
|
-
"Font Family": "Skriftsnitt",
|
69
|
-
"Insert Horizontal Line": "Sett inn horisontal linje",
|
70
|
-
"Table": "Tabell",
|
71
|
-
"Insert table": "Sett inn tabell",
|
72
|
-
"Cell": "Celle",
|
73
|
-
"Row": "Rad",
|
74
|
-
"Column": "Kolonne",
|
75
|
-
"Delete table": "Slett tabell",
|
76
|
-
"Insert cell before": "Sett inn celle f\u00f8r",
|
77
|
-
"Insert cell after": "Sett inn celle etter",
|
78
|
-
"Delete cell": "Slett celle",
|
79
|
-
"Merge cells": "Sl\u00e5 sammen celler",
|
80
|
-
"Horizontal split": "Horisontalt delt",
|
81
|
-
"Vertical split": "Vertikal split",
|
82
|
-
"Insert row above": "Sett inn rad f\u00f8r",
|
83
|
-
"Insert row below": "Sett in rad etter",
|
84
|
-
"Delete row": "Slett rad",
|
85
|
-
"Insert column before": "Sett inn kolonne f\u00f8r",
|
86
|
-
"Insert column after": "Sett inn kolonne etter",
|
87
|
-
"Delete column": "Slett kolonne",
|
88
|
-
"Uploading image": "Opplasting bilde",
|
89
|
-
"Upload File": "Opplastingsfil",
|
90
|
-
"Drop File": "Slippe fil",
|
91
|
-
"Clear formatting": "Fjerne formatering"
|
92
|
-
},
|
93
|
-
direction: "ltr"
|
94
|
-
};
|
@@ -1,94 +0,0 @@
|
|
1
|
-
/*!
|
2
|
-
* froala_editor v1.2.7 (https://www.froala.com/wysiwyg-editor)
|
3
|
-
* License https://www.froala.com/wysiwyg-editor/terms
|
4
|
-
* Copyright 2014-2015 Froala Labs
|
5
|
-
*/
|
6
|
-
|
7
|
-
/**
|
8
|
-
* Dutch
|
9
|
-
*/
|
10
|
-
|
11
|
-
$.Editable.LANGS['nl'] = {
|
12
|
-
translation: {
|
13
|
-
"Bold": "Vet",
|
14
|
-
"Italic": "Schuin",
|
15
|
-
"Underline": "Onderstreept",
|
16
|
-
"Strikethrough": "Doorhalen",
|
17
|
-
"Font Size": "Letter grootte",
|
18
|
-
"Color": "Kleur",
|
19
|
-
"Background": "Achtergrond",
|
20
|
-
"Text": "Tekst",
|
21
|
-
"Format Block": "Opmaak",
|
22
|
-
"Normal": "Normaal",
|
23
|
-
"Paragraph": "Paragraaf",
|
24
|
-
"Code": "Code",
|
25
|
-
"Quote": "Quote",
|
26
|
-
"Heading 1": "Kop 1",
|
27
|
-
"Heading 2": "Kop 2",
|
28
|
-
"Heading 3": "Kop 3",
|
29
|
-
"Heading 4": "Kop 4",
|
30
|
-
"Heading 5": "Kop 5",
|
31
|
-
"Heading 6": "Kop 6",
|
32
|
-
"Block Style": "Blok stijl",
|
33
|
-
"Alignment": "Uitlijning",
|
34
|
-
"Align Left": "Links uitlijnen",
|
35
|
-
"Align Center": "Centreren",
|
36
|
-
"Align Right": "Rechts uitlijnen",
|
37
|
-
"Justify": "Uitlijnen",
|
38
|
-
"Numbered List": "Nummering",
|
39
|
-
"Bulleted List": "Opsommingsteken",
|
40
|
-
"Indent Less": "Inspringen verkleinen",
|
41
|
-
"Indent More": "Inspringen vergroten",
|
42
|
-
"Select All": "Alles selecteren",
|
43
|
-
"Insert Link": "Hyperlink invoegen",
|
44
|
-
"Insert Image": "Afbeelding invoegen",
|
45
|
-
"Insert Video": "Video invoegen",
|
46
|
-
"Undo": "Ongedaan maken",
|
47
|
-
"Redo": "Opnieuw",
|
48
|
-
"Show HTML": "HTML tonen",
|
49
|
-
"Float Left": "Links",
|
50
|
-
"Float None": "Geen",
|
51
|
-
"Float Right": "Rechts",
|
52
|
-
"Replace Image": "Vervang afbeelding",
|
53
|
-
"Remove Image": "Afbeelding verwijderen",
|
54
|
-
"Title": "Titel",
|
55
|
-
"Drop image": "Drop afbeelding",
|
56
|
-
"or click": "of klik op",
|
57
|
-
"or": "of",
|
58
|
-
"Enter URL": "URL invoeren",
|
59
|
-
"Please wait!": "Even geduld aub!",
|
60
|
-
"Are you sure? Image will be deleted.": "Weet je het zeker? Opname wordt verwijderd.",
|
61
|
-
"UNLINK": "Link verwijderen",
|
62
|
-
"Open in new tab": "Openen in nieuw tabblad",
|
63
|
-
"Type something": "Typ iets",
|
64
|
-
"Cancel": "Annuleren",
|
65
|
-
"OK": "Ok\u00e9",
|
66
|
-
"Manage images": "Beheren van beelden",
|
67
|
-
"Delete": "Verwijder",
|
68
|
-
"Font Family": "Lettertype",
|
69
|
-
"Insert Horizontal Line": "Plaats horizontale lijn",
|
70
|
-
"Table": "Tabel",
|
71
|
-
"Insert table": "Tabel invoegen",
|
72
|
-
"Cell": "Cel",
|
73
|
-
"Row": "Rij",
|
74
|
-
"Column": "Kolom",
|
75
|
-
"Delete table": "Verwijder tabel",
|
76
|
-
"Insert cell before": "Voeg cel in voor",
|
77
|
-
"Insert cell after": "Voeg cel in na",
|
78
|
-
"Delete cell": "Verwijder cel",
|
79
|
-
"Merge cells": "Cellen samenvoegen",
|
80
|
-
"Horizontal split": "Horizontaal splitsen",
|
81
|
-
"Vertical split": "Verticaal splitsen",
|
82
|
-
"Insert row above": "Voeg rij boven toe",
|
83
|
-
"Insert row below": "Voeg rij onder toe",
|
84
|
-
"Delete row": "Verwijder rij",
|
85
|
-
"Insert column before": "Voeg kolom in voor",
|
86
|
-
"Insert column after": "Voeg kolom in na",
|
87
|
-
"Delete column": "Verwijder kolom",
|
88
|
-
"Uploading image": "Afbeelding uploaden",
|
89
|
-
"Upload File": "Upload bestand",
|
90
|
-
"Drop File": "Drop bestand",
|
91
|
-
"Clear formatting": "Verwijder opmaak"
|
92
|
-
},
|
93
|
-
direction: "ltr"
|
94
|
-
};
|