@dangl/angular-material-shared 2.2.0 → 2.3.0-beta0037
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.
- package/{esm2015/dangl-angular-material-shared.js → esm2020/dangl-angular-material-shared.mjs} +0 -0
- package/esm2020/lib/angular-material-shared.module.mjs +38 -0
- package/esm2020/lib/components/footer/footer.component.mjs +33 -0
- package/esm2020/lib/components/header/header.component.mjs +80 -0
- package/esm2020/lib/components/tiny-mce/tiny-mce.component.mjs +104 -0
- package/{esm2015/lib/models/footer-options.js → esm2020/lib/models/footer-options.mjs} +0 -0
- package/{esm2015/lib/utils/guid-generator.js → esm2020/lib/utils/guid-generator.mjs} +0 -0
- package/{esm2015/public_api.js → esm2020/public_api.mjs} +0 -0
- package/fesm2015/dangl-angular-material-shared.mjs +292 -0
- package/fesm2015/dangl-angular-material-shared.mjs.map +1 -0
- package/fesm2020/dangl-angular-material-shared.mjs +290 -0
- package/fesm2020/dangl-angular-material-shared.mjs.map +1 -0
- package/{dangl-angular-material-shared.d.ts → index.d.ts} +1 -0
- package/lib/angular-material-shared.module.d.ts +12 -0
- package/lib/components/footer/footer.component.d.ts +3 -0
- package/lib/components/header/header.component.d.ts +3 -0
- package/lib/components/tiny-mce/tiny-mce.component.d.ts +3 -0
- package/package.json +28 -16
- package/styles/material-style.scss +1 -1
- package/styles/material-theme.scss +4 -3
- package/styles/material-variables.scss +9 -8
- package/tinymce-assets/icons/default/icons.js +11 -1
- package/tinymce-assets/icons/default/icons.min.js +1 -1
- package/tinymce-assets/langs/cs.js +118 -75
- package/tinymce-assets/langs/cy.js +61 -18
- package/tinymce-assets/langs/da.js +60 -17
- package/tinymce-assets/langs/de.js +60 -17
- package/tinymce-assets/langs/eo.js +334 -138
- package/tinymce-assets/langs/es_ES.js +32 -2
- package/tinymce-assets/langs/fa.js +60 -17
- package/tinymce-assets/langs/fa_IR.js +31 -1
- package/tinymce-assets/langs/fr_FR.js +60 -17
- package/tinymce-assets/langs/hu_HU.js +60 -17
- package/tinymce-assets/langs/ja.js +60 -17
- package/tinymce-assets/langs/ko_KR.js +3 -3
- package/tinymce-assets/langs/nb_NO.js +61 -18
- package/tinymce-assets/langs/nl.js +60 -17
- package/tinymce-assets/langs/pl.js +60 -17
- package/tinymce-assets/langs/pt_BR.js +60 -17
- package/tinymce-assets/langs/pt_PT.js +60 -17
- package/tinymce-assets/langs/ro.js +60 -17
- package/tinymce-assets/langs/ro_RO.js +32 -2
- package/tinymce-assets/langs/ru.js +60 -17
- package/tinymce-assets/langs/ru_RU.js +445 -0
- package/tinymce-assets/langs/sl.js +59 -14
- package/tinymce-assets/langs/ta.js +60 -17
- package/tinymce-assets/langs/ta_IN.js +60 -17
- package/tinymce-assets/langs/th_TH.js +60 -17
- package/tinymce-assets/langs/tr_TR.js +81 -8
- package/tinymce-assets/langs/vi.js +179 -21
- package/tinymce-assets/langs/zh_CN.js +60 -17
- package/tinymce-assets/plugins/advlist/plugin.js +29 -48
- package/tinymce-assets/plugins/advlist/plugin.min.js +2 -2
- package/tinymce-assets/plugins/anchor/plugin.js +8 -8
- package/tinymce-assets/plugins/anchor/plugin.min.js +2 -2
- package/tinymce-assets/plugins/autolink/plugin.js +58 -30
- package/tinymce-assets/plugins/autolink/plugin.min.js +2 -2
- package/tinymce-assets/plugins/autoresize/plugin.js +25 -12
- package/tinymce-assets/plugins/autoresize/plugin.min.js +2 -2
- package/tinymce-assets/plugins/autosave/plugin.js +9 -9
- package/tinymce-assets/plugins/autosave/plugin.min.js +2 -2
- package/tinymce-assets/plugins/bbcode/plugin.js +6 -6
- package/tinymce-assets/plugins/bbcode/plugin.min.js +2 -2
- package/tinymce-assets/plugins/charmap/plugin.js +39 -49
- package/tinymce-assets/plugins/charmap/plugin.min.js +2 -2
- package/tinymce-assets/plugins/code/plugin.js +9 -10
- package/tinymce-assets/plugins/code/plugin.min.js +2 -2
- package/tinymce-assets/plugins/codesample/plugin.js +1921 -1914
- package/tinymce-assets/plugins/codesample/plugin.min.js +2 -2
- package/tinymce-assets/plugins/colorpicker/plugin.js +1 -2
- package/tinymce-assets/plugins/colorpicker/plugin.min.js +2 -2
- package/tinymce-assets/plugins/contextmenu/plugin.js +1 -2
- package/tinymce-assets/plugins/contextmenu/plugin.min.js +2 -2
- package/tinymce-assets/plugins/directionality/plugin.js +186 -53
- package/tinymce-assets/plugins/directionality/plugin.min.js +2 -2
- package/tinymce-assets/plugins/emoticons/js/emojiimages.js +1572 -1572
- package/tinymce-assets/plugins/emoticons/js/emojiimages.min.js +1 -1
- package/tinymce-assets/plugins/emoticons/js/emojis.js +1572 -1572
- package/tinymce-assets/plugins/emoticons/js/emojis.min.js +1 -1
- package/tinymce-assets/plugins/emoticons/plugin.js +231 -200
- package/tinymce-assets/plugins/emoticons/plugin.min.js +2 -2
- package/tinymce-assets/plugins/fullpage/plugin.js +42 -42
- package/tinymce-assets/plugins/fullpage/plugin.min.js +2 -2
- package/tinymce-assets/plugins/fullscreen/plugin.js +496 -129
- package/tinymce-assets/plugins/fullscreen/plugin.min.js +2 -2
- package/tinymce-assets/plugins/help/plugin.js +101 -122
- package/tinymce-assets/plugins/help/plugin.min.js +2 -2
- package/tinymce-assets/plugins/hr/plugin.js +9 -10
- package/tinymce-assets/plugins/hr/plugin.min.js +2 -2
- package/tinymce-assets/plugins/image/plugin.js +78 -73
- package/tinymce-assets/plugins/image/plugin.min.js +2 -2
- package/tinymce-assets/plugins/imagetools/plugin.js +484 -307
- package/tinymce-assets/plugins/imagetools/plugin.min.js +2 -2
- package/tinymce-assets/plugins/importcss/plugin.js +50 -51
- package/tinymce-assets/plugins/importcss/plugin.min.js +2 -2
- package/tinymce-assets/plugins/insertdatetime/plugin.js +22 -17
- package/tinymce-assets/plugins/insertdatetime/plugin.min.js +2 -2
- package/tinymce-assets/plugins/legacyoutput/plugin.js +8 -8
- package/tinymce-assets/plugins/legacyoutput/plugin.min.js +2 -2
- package/tinymce-assets/plugins/link/plugin.js +131 -125
- package/tinymce-assets/plugins/link/plugin.min.js +2 -2
- package/tinymce-assets/plugins/lists/plugin.js +256 -229
- package/tinymce-assets/plugins/lists/plugin.min.js +2 -2
- package/tinymce-assets/plugins/media/plugin.js +124 -147
- package/tinymce-assets/plugins/media/plugin.min.js +2 -2
- package/tinymce-assets/plugins/nonbreaking/plugin.js +13 -14
- package/tinymce-assets/plugins/nonbreaking/plugin.min.js +2 -2
- package/tinymce-assets/plugins/noneditable/plugin.js +6 -6
- package/tinymce-assets/plugins/noneditable/plugin.min.js +2 -2
- package/tinymce-assets/plugins/pagebreak/plugin.js +16 -17
- package/tinymce-assets/plugins/pagebreak/plugin.min.js +2 -2
- package/tinymce-assets/plugins/paste/plugin.js +196 -157
- package/tinymce-assets/plugins/paste/plugin.min.js +2 -2
- package/tinymce-assets/plugins/preview/plugin.js +13 -14
- package/tinymce-assets/plugins/preview/plugin.min.js +2 -2
- package/tinymce-assets/plugins/print/plugin.js +13 -14
- package/tinymce-assets/plugins/print/plugin.min.js +2 -2
- package/tinymce-assets/plugins/quickbars/plugin.js +33 -48
- package/tinymce-assets/plugins/quickbars/plugin.min.js +2 -2
- package/tinymce-assets/plugins/save/plugin.js +9 -8
- package/tinymce-assets/plugins/save/plugin.min.js +2 -2
- package/tinymce-assets/plugins/searchreplace/plugin.js +73 -70
- package/tinymce-assets/plugins/searchreplace/plugin.min.js +2 -2
- package/tinymce-assets/plugins/spellchecker/plugin.js +22 -23
- package/tinymce-assets/plugins/spellchecker/plugin.min.js +2 -2
- package/tinymce-assets/plugins/tabfocus/plugin.js +21 -20
- package/tinymce-assets/plugins/tabfocus/plugin.min.js +2 -2
- package/tinymce-assets/plugins/table/plugin.js +2831 -2264
- package/tinymce-assets/plugins/table/plugin.min.js +2 -2
- package/tinymce-assets/plugins/template/plugin.js +84 -70
- package/tinymce-assets/plugins/template/plugin.min.js +2 -2
- package/tinymce-assets/plugins/textcolor/plugin.js +1 -2
- package/tinymce-assets/plugins/textcolor/plugin.min.js +2 -2
- package/tinymce-assets/plugins/textpattern/plugin.js +76 -96
- package/tinymce-assets/plugins/textpattern/plugin.min.js +2 -2
- package/tinymce-assets/plugins/toc/plugin.js +31 -29
- package/tinymce-assets/plugins/toc/plugin.min.js +2 -2
- package/tinymce-assets/plugins/visualblocks/plugin.js +10 -11
- package/tinymce-assets/plugins/visualblocks/plugin.min.js +2 -2
- package/tinymce-assets/plugins/visualchars/plugin.js +52 -67
- package/tinymce-assets/plugins/visualchars/plugin.min.js +2 -2
- package/tinymce-assets/plugins/wordcount/plugin.js +67 -58
- package/tinymce-assets/plugins/wordcount/plugin.min.js +2 -2
- package/tinymce-assets/skins/ui/oxide/content.css +1 -1
- package/tinymce-assets/skins/ui/oxide/content.inline.css +1 -1
- package/tinymce-assets/skins/ui/oxide/content.inline.min.css +1 -1
- package/tinymce-assets/skins/ui/oxide/content.min.css +1 -1
- package/tinymce-assets/skins/ui/oxide/skin.css +35 -22
- package/tinymce-assets/skins/ui/oxide/skin.min.css +1 -1
- package/tinymce-assets/skins/ui/oxide/skin.shadowdom.css +7 -7
- package/tinymce-assets/skins/ui/oxide/skin.shadowdom.min.css +1 -1
- package/tinymce-assets/skins/ui/oxide-dark/content.css +1 -1
- package/tinymce-assets/skins/ui/oxide-dark/content.inline.css +1 -1
- package/tinymce-assets/skins/ui/oxide-dark/content.inline.min.css +1 -1
- package/tinymce-assets/skins/ui/oxide-dark/content.min.css +1 -1
- package/tinymce-assets/skins/ui/oxide-dark/skin.css +35 -22
- package/tinymce-assets/skins/ui/oxide-dark/skin.min.css +1 -1
- package/tinymce-assets/skins/ui/oxide-dark/skin.shadowdom.css +7 -7
- package/tinymce-assets/skins/ui/oxide-dark/skin.shadowdom.min.css +1 -1
- package/tinymce-assets/themes/mobile/theme.js +2798 -3255
- package/tinymce-assets/themes/mobile/theme.min.js +2 -2
- package/tinymce-assets/themes/silver/theme.js +25400 -25371
- package/tinymce-assets/themes/silver/theme.min.js +2 -2
- package/bundles/dangl-angular-material-shared.umd.js +0 -285
- package/bundles/dangl-angular-material-shared.umd.js.map +0 -1
- package/dangl-angular-material-shared.metadata.json +0 -1
- package/esm2015/lib/angular-material-shared.module.js +0 -25
- package/esm2015/lib/components/footer/footer.component.js +0 -27
- package/esm2015/lib/components/header/header.component.js +0 -67
- package/esm2015/lib/components/tiny-mce/tiny-mce.component.js +0 -100
- package/fesm2015/dangl-angular-material-shared.js +0 -259
- package/fesm2015/dangl-angular-material-shared.js.map +0 -1
|
@@ -1,219 +1,415 @@
|
|
|
1
1
|
tinymce.addI18n('eo',{
|
|
2
|
+
"Redo": "Refari",
|
|
3
|
+
"Undo": "Malfari",
|
|
2
4
|
"Cut": "Eltran\u0109i",
|
|
3
|
-
"
|
|
4
|
-
"Header 2": "\u0108apo 2",
|
|
5
|
-
"Your browser doesn't support direct access to the clipboard. Please use the Ctrl+X\/C\/V keyboard shortcuts instead.": "Via retumilo ne subtenas rektan aliron al bufro. Bonvolu antata\u016de uzi klavarajn kombinojn Ctrl+X\/C\/V.",
|
|
6
|
-
"Heading 4": "Titolo 4",
|
|
7
|
-
"Div": "Div",
|
|
8
|
-
"Heading 2": "Titolo 2",
|
|
5
|
+
"Copy": "Kopii",
|
|
9
6
|
"Paste": "Englui",
|
|
10
|
-
"
|
|
11
|
-
"Font Family": "Tipara familio",
|
|
12
|
-
"Pre": "Pre",
|
|
13
|
-
"Align right": "Ordigu dekstren",
|
|
7
|
+
"Select all": "Elekti \u0109ion",
|
|
14
8
|
"New document": "Nova dokumento",
|
|
15
|
-
"
|
|
9
|
+
"Ok": "Bone",
|
|
10
|
+
"Cancel": "Nuligi",
|
|
11
|
+
"Visual aids": "Videblaj helpiloj",
|
|
12
|
+
"Bold": "Dika",
|
|
13
|
+
"Italic": "Oblikva",
|
|
14
|
+
"Underline": "Substreki",
|
|
15
|
+
"Strikethrough": "Trastreki",
|
|
16
|
+
"Superscript": "Superskribi",
|
|
17
|
+
"Subscript": "Malsuperskribi",
|
|
18
|
+
"Clear formatting": "Forigi formatigon",
|
|
19
|
+
"Align left": "Ordigu maldekstren",
|
|
20
|
+
"Align center": "Ordigu centren",
|
|
21
|
+
"Align right": "Ordigu dekstren",
|
|
22
|
+
"Justify": "Ordigu la\u016dflanke",
|
|
23
|
+
"Bullet list": "Punkta listo",
|
|
16
24
|
"Numbered list": "Numera listo",
|
|
17
|
-
"
|
|
18
|
-
"Headings": "Titoloj",
|
|
25
|
+
"Decrease indent": "Malpliigu alineon",
|
|
19
26
|
"Increase indent": "Pliigu alineon",
|
|
27
|
+
"Close": "Fermi",
|
|
20
28
|
"Formats": "Formatoj",
|
|
29
|
+
"Your browser doesn't support direct access to the clipboard. Please use the Ctrl+X\/C\/V keyboard shortcuts instead.": "Via retumilo ne subtenas rektan aliron al bufro. Bonvolu antata\u016de uzi klavarajn kombinojn Ctrl+X\/C\/V.",
|
|
21
30
|
"Headers": "\u0108apoj",
|
|
22
|
-
"Select all": "Elekti \u0109ion",
|
|
23
|
-
"Header 3": "\u0108apo 3",
|
|
24
|
-
"Blocks": "Blokoj",
|
|
25
|
-
"Undo": "Malfari",
|
|
26
|
-
"Strikethrough": "Trastreki",
|
|
27
|
-
"Bullet list": "Punkta listo",
|
|
28
31
|
"Header 1": "\u0108apo 1",
|
|
29
|
-
"
|
|
30
|
-
"
|
|
31
|
-
"
|
|
32
|
-
"Subscript": "Malsuperskribi",
|
|
33
|
-
"Header 6": "\u0108apo 6",
|
|
34
|
-
"Redo": "Refari",
|
|
35
|
-
"Paragraph": "Alineo",
|
|
36
|
-
"Ok": "Bone",
|
|
37
|
-
"Bold": "Dika",
|
|
38
|
-
"Code": "Kodo",
|
|
39
|
-
"Italic": "Oblikva",
|
|
40
|
-
"Align center": "Ordigu centren",
|
|
32
|
+
"Header 2": "\u0108apo 2",
|
|
33
|
+
"Header 3": "\u0108apo 3",
|
|
34
|
+
"Header 4": "\u0108apo 4",
|
|
41
35
|
"Header 5": "\u0108apo 5",
|
|
42
|
-
"
|
|
36
|
+
"Header 6": "\u0108apo 6",
|
|
37
|
+
"Headings": "Titoloj",
|
|
38
|
+
"Heading 1": "Titolo 1",
|
|
39
|
+
"Heading 2": "Titolo 2",
|
|
43
40
|
"Heading 3": "Titolo 3",
|
|
44
|
-
"
|
|
45
|
-
"
|
|
46
|
-
"
|
|
47
|
-
"
|
|
48
|
-
"
|
|
49
|
-
"
|
|
41
|
+
"Heading 4": "Titolo 4",
|
|
42
|
+
"Heading 5": "Titolo 5",
|
|
43
|
+
"Heading 6": "Titolo 6",
|
|
44
|
+
"Preformatted": "Anta\u016dformatigita",
|
|
45
|
+
"Div": "Div",
|
|
46
|
+
"Pre": "Pre",
|
|
47
|
+
"Code": "Kodo",
|
|
48
|
+
"Paragraph": "Alineo",
|
|
49
|
+
"Blockquote": "Mar\u011denigo",
|
|
50
50
|
"Inline": "Enlinie",
|
|
51
|
-
"
|
|
52
|
-
"
|
|
53
|
-
"
|
|
54
|
-
"
|
|
55
|
-
"
|
|
51
|
+
"Blocks": "Blokoj",
|
|
52
|
+
"Paste is now in plain text mode. Contents will now be pasted as plain text until you toggle this option off.": "La engluado nun okazas en simpla teksta re\u011dimo. La enhavo estos engluata kiel simpla teksto \u011dis anta\u016d vi for\u015daltos tiun \u0109i opcion.",
|
|
53
|
+
"Fonts": "Tiparoj",
|
|
54
|
+
"Font Sizes": "Tiparaj grandoj",
|
|
55
|
+
"Class": "Klaso",
|
|
56
|
+
"Browse for an image": "Rigardi por iu bildo",
|
|
57
|
+
"OR": "A\u016c",
|
|
58
|
+
"Drop an image here": "\u0134etu iun bildon \u0109i tien",
|
|
59
|
+
"Upload": "Al\u015duti",
|
|
60
|
+
"Block": "Bloko",
|
|
61
|
+
"Align": "\u011cisrandigi ",
|
|
56
62
|
"Default": "Implicite",
|
|
57
|
-
"Lower Alpha": "Minuskla alfabeta",
|
|
58
63
|
"Circle": "Cirklo",
|
|
59
64
|
"Disc": "Disko",
|
|
65
|
+
"Square": "Kvadrato",
|
|
66
|
+
"Lower Alpha": "Minuskla alfabeta",
|
|
67
|
+
"Lower Greek": "Minuskla greka",
|
|
68
|
+
"Lower Roman": "Minuskla latina",
|
|
60
69
|
"Upper Alpha": "Majuskla alfabeta",
|
|
61
70
|
"Upper Roman": "Majuskla latina",
|
|
62
|
-
"
|
|
71
|
+
"Anchor...": "Ankro...",
|
|
63
72
|
"Name": "Nomo",
|
|
64
|
-
"
|
|
73
|
+
"Id": "Identigilo",
|
|
74
|
+
"Id should start with a letter, followed only by letters, numbers, dashes, dots, colons or underscores.": "Identigilo devas komenci\u011di per litero sekvata nur per literoj, ciferoj, streketoj, punktoj, dupunktoj a\u016d substrekoj.",
|
|
65
75
|
"You have unsaved changes are you sure you want to navigate away?": "Vi havas nekonservitajn \u015dan\u011dojn, \u0109u vi certe deziras eliri?",
|
|
66
76
|
"Restore last draft": "Restarigu lastan malneton",
|
|
67
|
-
"Special character": "Speciala
|
|
77
|
+
"Special character...": "Speciala signo...",
|
|
68
78
|
"Source code": "Fonta kodo",
|
|
69
|
-
"
|
|
79
|
+
"Insert\/Edit code sample": "Enmeti\/Redakti kodospecimenon",
|
|
80
|
+
"Language": "Lingvo",
|
|
81
|
+
"Code sample...": "Kodospecimeno...",
|
|
82
|
+
"Color Picker": "Kolorelektilo",
|
|
70
83
|
"R": "R",
|
|
71
84
|
"G": "G",
|
|
72
|
-
"
|
|
73
|
-
"Right to left": "Dekstro maldekstren",
|
|
85
|
+
"B": "B",
|
|
74
86
|
"Left to right": "Maldekstro dekstren",
|
|
75
|
-
"
|
|
76
|
-
"
|
|
77
|
-
"Document
|
|
87
|
+
"Right to left": "Dekstro maldekstren",
|
|
88
|
+
"Emoticons...": "Miensimboloj...",
|
|
89
|
+
"Metadata and Document Properties": "Metadatumoj kaj ecoj de dokumento",
|
|
78
90
|
"Title": "Titolo",
|
|
79
91
|
"Keywords": "\u015closilvortoj",
|
|
80
|
-
"Encoding": "Enkodigo",
|
|
81
92
|
"Description": "Priskribo",
|
|
93
|
+
"Robots": "Robotoj",
|
|
82
94
|
"Author": "A\u016dtoro",
|
|
95
|
+
"Encoding": "Enkodigo",
|
|
83
96
|
"Fullscreen": "Tutekrane",
|
|
97
|
+
"Action": "Ago",
|
|
98
|
+
"Shortcut": "\u015cparvojo",
|
|
99
|
+
"Help": "Helpo",
|
|
100
|
+
"Address": "Adreso",
|
|
101
|
+
"Focus to menubar": "Enfokusigi al menubreto",
|
|
102
|
+
"Focus to toolbar": "Enfokusigi al ilobreto",
|
|
103
|
+
"Focus to element path": "Enfokusigi al elementvojo",
|
|
104
|
+
"Focus to contextual toolbar": "Enfokusigi al kunteksta ilobreto",
|
|
105
|
+
"Insert link (if link plugin activated)": "Enmeti ligilon (se ligila komprogramo estas aktivigita)",
|
|
106
|
+
"Save (if save plugin activated)": "Konservi (se konserva komprogramo estas aktivigita)",
|
|
107
|
+
"Find (if searchreplace plugin activated)": "Ser\u0109i (se ser\u0109a komprogramo estas aktivigita)",
|
|
108
|
+
"Plugins installed ({0}):": "Kromprogramoj instalitaj ({0}): ",
|
|
109
|
+
"Premium plugins:": "Premiaj kromprogramoj:",
|
|
110
|
+
"Learn more...": "Legu aldone...",
|
|
111
|
+
"You are using {0}": "Vi uzas {0}",
|
|
112
|
+
"Plugins": "Kromprogramoj",
|
|
113
|
+
"Handy Shortcuts": "Komfortaj \u015dparvojoj",
|
|
84
114
|
"Horizontal line": "Horizontala linio",
|
|
85
|
-
"Horizontal space": "Horizontala spaco",
|
|
86
115
|
"Insert\/edit image": "Enmetu\/redaktu bildon",
|
|
87
|
-
"
|
|
88
|
-
"Advanced": "Por spertuloj",
|
|
116
|
+
"Image description": "Bilda priskribo",
|
|
89
117
|
"Source": "Fonto",
|
|
90
|
-
"
|
|
118
|
+
"Dimensions": "Dimensioj",
|
|
91
119
|
"Constrain proportions": "Relativigu proporciojn",
|
|
92
|
-
"
|
|
93
|
-
"
|
|
120
|
+
"General": "\u011cenerale",
|
|
121
|
+
"Advanced": "Por spertuloj",
|
|
94
122
|
"Style": "Stilo",
|
|
95
|
-
"
|
|
123
|
+
"Vertical space": "Vertikala spaco",
|
|
124
|
+
"Horizontal space": "Horizontala spaco",
|
|
125
|
+
"Border": "Limo",
|
|
96
126
|
"Insert image": "Enmetu bildon",
|
|
97
|
-
"
|
|
98
|
-
"
|
|
99
|
-
"Back": "Reen",
|
|
100
|
-
"Gamma": "Gamo",
|
|
101
|
-
"Flip horizontally": "Respegulu horizontale",
|
|
102
|
-
"Resize": "\u015can\u011du dimensiojn",
|
|
103
|
-
"Sharpen": "Akrigu",
|
|
104
|
-
"Zoom out": "Malplilar\u011digu",
|
|
105
|
-
"Image options": "Bildaj opcioj",
|
|
106
|
-
"Apply": "Apliku",
|
|
107
|
-
"Brightness": "Heleco",
|
|
108
|
-
"Rotate clockwise": "Rotaciu la\u016d horlo\u011do",
|
|
127
|
+
"Image...": "Bildo...",
|
|
128
|
+
"Image list": "Bildlisto",
|
|
109
129
|
"Rotate counterclockwise": "Rotaciu kontra\u016d horlo\u011do",
|
|
130
|
+
"Rotate clockwise": "Rotaciu la\u016d horlo\u011do",
|
|
131
|
+
"Flip vertically": "Respegulu vertikale",
|
|
132
|
+
"Flip horizontally": "Respegulu horizontale",
|
|
110
133
|
"Edit image": "Redaktu bildon",
|
|
111
|
-
"
|
|
134
|
+
"Image options": "Bildaj opcioj",
|
|
135
|
+
"Zoom in": "Plilar\u011digu",
|
|
136
|
+
"Zoom out": "Malplilar\u011digu",
|
|
112
137
|
"Crop": "Randtran\u0109u",
|
|
138
|
+
"Resize": "\u015can\u011du dimensiojn",
|
|
113
139
|
"Orientation": "Orientigo",
|
|
114
|
-
"
|
|
140
|
+
"Brightness": "Heleco",
|
|
141
|
+
"Sharpen": "Akrigu",
|
|
142
|
+
"Contrast": "Kontrasto",
|
|
143
|
+
"Color levels": "Kolorniveloj",
|
|
144
|
+
"Gamma": "Gamo",
|
|
115
145
|
"Invert": "Inversigu",
|
|
146
|
+
"Apply": "Apliku",
|
|
147
|
+
"Back": "Reen",
|
|
116
148
|
"Insert date\/time": "Enmetu daton\/tempon",
|
|
117
|
-
"
|
|
118
|
-
"
|
|
149
|
+
"Date\/time": "Dato\/tempo",
|
|
150
|
+
"Insert\/Edit Link": "Enmeti\/redakti ligilon",
|
|
151
|
+
"Insert\/edit link": "Enmetu\/redaktu ligilon",
|
|
119
152
|
"Text to display": "Montrata teksto",
|
|
120
|
-
"
|
|
121
|
-
"
|
|
122
|
-
"
|
|
153
|
+
"Url": "Urlo",
|
|
154
|
+
"Open link in...": "Sekvi ligilon per...",
|
|
155
|
+
"Current window": "Aktuala fenestro",
|
|
123
156
|
"None": "Nenio",
|
|
124
|
-
"
|
|
125
|
-
"
|
|
157
|
+
"New window": "Nova fenestro",
|
|
158
|
+
"Remove link": "Forigu ligilon",
|
|
159
|
+
"Anchors": "Ankroj",
|
|
160
|
+
"Link...": "Ligilo...",
|
|
161
|
+
"Paste or type a link": "Engluu a\u016d enigu ligilon",
|
|
126
162
|
"The URL you entered seems to be an email address. Do you want to add the required mailto: prefix?": "La enmetita URLo \u015dajnas esti retadreso. \u0108u vi deziras aldoni prefikson mailto:?",
|
|
127
|
-
"
|
|
163
|
+
"The URL you entered seems to be an external link. Do you want to add the required http:\/\/ prefix?": "La enmetita URLo \u015dajnas esti ekstera ligilo. \u0108u vi deziras aldoni nepran prefikson http:\/\/?",
|
|
164
|
+
"Link list": "Ligila listo",
|
|
165
|
+
"Insert video": "Enmetu videon",
|
|
128
166
|
"Insert\/edit video": "Enmetu\/redaktu videon",
|
|
129
|
-
"
|
|
167
|
+
"Insert\/edit media": "Enmeti\/redakti a\u016ddovida\u0135on ",
|
|
130
168
|
"Alternative source": "Alternativa fonto",
|
|
169
|
+
"Alternative source URL": "URLo de alternativa fonto",
|
|
170
|
+
"Media poster (Image URL)": "Ligilo al a\u016ddovida\u0135o (URLo de bildo)",
|
|
131
171
|
"Paste your embed code below:": "Engluu vian internan kodon \u0109i-sube:",
|
|
132
|
-
"Insert video": "Enmetu videon",
|
|
133
172
|
"Embed": "Enkonstruu",
|
|
173
|
+
"Media...": "A\u016ddovida\u0135o...",
|
|
134
174
|
"Nonbreaking space": "Nerompebla spaco",
|
|
135
175
|
"Page break": "Pa\u011da fino",
|
|
136
176
|
"Paste as text": "Engluu kiel tekston",
|
|
137
177
|
"Preview": "Provrigardo",
|
|
138
|
-
"Print": "
|
|
178
|
+
"Print...": "Presi...",
|
|
139
179
|
"Save": "Konservi",
|
|
140
|
-
"Could not find the specified string.": "Malsukceso trovi la indikitan sinsekvon",
|
|
141
|
-
"Replace": "Anstata\u016digi",
|
|
142
|
-
"Next": "Posta",
|
|
143
|
-
"Whole words": "Tutaj vortoj",
|
|
144
|
-
"Find and replace": "Trovi kaj anstata\u016digi",
|
|
145
|
-
"Replace with": "Anstata\u016digi per",
|
|
146
180
|
"Find": "Trovi",
|
|
181
|
+
"Replace with": "Anstata\u016digi per",
|
|
182
|
+
"Replace": "Anstata\u016digi",
|
|
147
183
|
"Replace all": "Anstata\u016digi\u0109ion",
|
|
184
|
+
"Previous": "Anta\u016da",
|
|
185
|
+
"Next": "Posta",
|
|
186
|
+
"Find and replace...": "Ser\u0109i kaj anstata\u016di... ",
|
|
187
|
+
"Could not find the specified string.": "Malsukceso trovi la indikitan sinsekvon",
|
|
148
188
|
"Match case": "Sekvi usklecon",
|
|
149
|
-
"
|
|
150
|
-
"
|
|
151
|
-
"Finish": "Finu",
|
|
152
|
-
"Ignore all": "Ignoru \u0109ion",
|
|
189
|
+
"Find whole words only": "Ser\u0109i nur tutan vorton",
|
|
190
|
+
"Spell check": "Kontroli literumadon",
|
|
153
191
|
"Ignore": "Ignoru",
|
|
192
|
+
"Ignore all": "Ignoru \u0109ion",
|
|
193
|
+
"Finish": "Finu",
|
|
154
194
|
"Add to Dictionary": "Aldonu al vortaro",
|
|
155
|
-
"Insert
|
|
156
|
-
"
|
|
157
|
-
"
|
|
158
|
-
"
|
|
159
|
-
"Alignment": "Aligo",
|
|
160
|
-
"Border color": "Lima koloro",
|
|
161
|
-
"Column group": "Kolumna grupo",
|
|
195
|
+
"Insert table": "Enmetu tabelon",
|
|
196
|
+
"Table properties": "Tabelaj ecoj",
|
|
197
|
+
"Delete table": "Forigu tabelon",
|
|
198
|
+
"Cell": "\u0108elo",
|
|
162
199
|
"Row": "Vico",
|
|
163
|
-
"
|
|
200
|
+
"Column": "Kolumno",
|
|
201
|
+
"Cell properties": "\u0108elaj ecoj",
|
|
202
|
+
"Merge cells": "Kunigu \u0109elojn",
|
|
164
203
|
"Split cell": "Disdividu \u0109elon",
|
|
165
|
-
"
|
|
166
|
-
"
|
|
167
|
-
"Row type": "Vica tipo",
|
|
168
|
-
"Insert table": "Enmetu tabelon",
|
|
169
|
-
"Body": "Korpo",
|
|
170
|
-
"Caption": "Cita\u0135o",
|
|
171
|
-
"Footer": "Piedo",
|
|
204
|
+
"Insert row before": "Enmetu vicon anta\u016d",
|
|
205
|
+
"Insert row after": "Enmetu vicon poste",
|
|
172
206
|
"Delete row": "Forigu vicon",
|
|
207
|
+
"Row properties": "Vicaj ecoj",
|
|
208
|
+
"Cut row": "Eltran\u0109u vicon",
|
|
209
|
+
"Copy row": "Kopiu vicon",
|
|
173
210
|
"Paste row before": "Engluu vicon anta\u016d",
|
|
211
|
+
"Paste row after": "Engluu vicon poste",
|
|
212
|
+
"Insert column before": "Enmetu kolumnon anta\u016d",
|
|
213
|
+
"Insert column after": "Enmetu kolumnon poste",
|
|
214
|
+
"Delete column": "Forigu kolumnon",
|
|
215
|
+
"Cols": "Kolumonoj",
|
|
216
|
+
"Rows": "Vicoj",
|
|
217
|
+
"Width": "Lar\u011do",
|
|
218
|
+
"Height": "Alto",
|
|
219
|
+
"Cell spacing": "\u0108elspacoj",
|
|
220
|
+
"Cell padding": "\u0108elmar\u011denoj",
|
|
221
|
+
"Show caption": "Montri apudskribon",
|
|
222
|
+
"Left": "Maldekstro",
|
|
223
|
+
"Center": "Centro",
|
|
224
|
+
"Right": "Dekstro",
|
|
225
|
+
"Cell type": "\u0108ela tipo",
|
|
174
226
|
"Scope": "Amplekso",
|
|
175
|
-
"
|
|
227
|
+
"Alignment": "Aligo",
|
|
176
228
|
"H Align": "H aligo",
|
|
229
|
+
"V Align": "V aligo",
|
|
177
230
|
"Top": "Supro",
|
|
178
|
-
"Header cell": "\u0108apa \u0109elo",
|
|
179
|
-
"Column": "Kolumno",
|
|
180
|
-
"Row group": "Vica grupo",
|
|
181
|
-
"Cell": "\u0108elo",
|
|
182
231
|
"Middle": "Mezo",
|
|
183
|
-
"Cell type": "\u0108ela tipo",
|
|
184
|
-
"Copy row": "Kopiu vicon",
|
|
185
|
-
"Row properties": "Vicaj ecoj",
|
|
186
|
-
"Table properties": "Tabelaj ecoj",
|
|
187
232
|
"Bottom": "Subo",
|
|
188
|
-
"
|
|
233
|
+
"Header cell": "\u0108apa \u0109elo",
|
|
234
|
+
"Row group": "Vica grupo",
|
|
235
|
+
"Column group": "Kolumna grupo",
|
|
236
|
+
"Row type": "Vica tipo",
|
|
189
237
|
"Header": "\u0108apo",
|
|
190
|
-
"
|
|
191
|
-
"
|
|
192
|
-
"
|
|
193
|
-
"Insert
|
|
194
|
-
"Width": "Lar\u011do",
|
|
195
|
-
"Cell properties": "\u0108elaj ecoj",
|
|
196
|
-
"Left": "Maldekstro",
|
|
197
|
-
"Cut row": "Eltran\u0109u vicon",
|
|
198
|
-
"Delete column": "Forigu kolumnon",
|
|
199
|
-
"Center": "Centro",
|
|
200
|
-
"Merge cells": "Kunigu \u0109elojn",
|
|
201
|
-
"Insert template": "Enmetu \u015dablonon",
|
|
238
|
+
"Body": "Korpo",
|
|
239
|
+
"Footer": "Piedo",
|
|
240
|
+
"Border color": "Lima koloro",
|
|
241
|
+
"Insert template...": "Enmeti \u015dablonon...",
|
|
202
242
|
"Templates": "\u015cablonoj",
|
|
243
|
+
"Template": "\u015cablono",
|
|
244
|
+
"Text color": "Teksta koloro",
|
|
203
245
|
"Background color": "Fona koloro",
|
|
204
246
|
"Custom...": "Propra...",
|
|
205
247
|
"Custom color": "Propra koloro",
|
|
206
248
|
"No color": "Neniu koloro",
|
|
207
|
-
"
|
|
249
|
+
"Remove color": "Forigi koloron",
|
|
250
|
+
"Table of Contents": "Enhavotabelo",
|
|
208
251
|
"Show blocks": "Montru blokojn",
|
|
209
252
|
"Show invisible characters": "Montru nevideblajn karaktrojn",
|
|
253
|
+
"Word count": "Vortnombro ",
|
|
254
|
+
"Count": "Nombri",
|
|
255
|
+
"Document": "Dokumento",
|
|
256
|
+
"Selection": "Elekto",
|
|
257
|
+
"Words": "Vortoj",
|
|
210
258
|
"Words: {0}": "Vortoj: {0}",
|
|
211
|
-
"
|
|
259
|
+
"{0} words": "{0} vortoj",
|
|
212
260
|
"File": "Dokumento",
|
|
213
261
|
"Edit": "Redakti",
|
|
214
|
-
"
|
|
215
|
-
"Tools": "Iloj",
|
|
262
|
+
"Insert": "Enmeti",
|
|
216
263
|
"View": "Vidi",
|
|
264
|
+
"Format": "Aspektigi",
|
|
217
265
|
"Table": "Tabelo",
|
|
218
|
-
"
|
|
266
|
+
"Tools": "Iloj",
|
|
267
|
+
"Powered by {0}": "Funkciigita de {0}",
|
|
268
|
+
"Rich Text Area. Press ALT-F9 for menu. Press ALT-F10 for toolbar. Press ALT-0 for help": "Ri\u0109teksta Areo. Premu ALT-F9 por menuo. Premu ALT-F10 por menuejo. Premu ALT-0 por helpo",
|
|
269
|
+
"Image title": "Titolo de bildo",
|
|
270
|
+
"Border width": "Lar\u011do de bordero",
|
|
271
|
+
"Border style": "Stilo de bordero",
|
|
272
|
+
"Error": "Eraro",
|
|
273
|
+
"Warn": "Averto",
|
|
274
|
+
"Valid": "Valida",
|
|
275
|
+
"To open the popup, press Shift+Enter": "Por aperigi \u015dprucfenestron premu fulmoklavon Shift+Enter ",
|
|
276
|
+
"Rich Text Area. Press ALT-0 for help.": "Ri\u0109teksta loko. Premu fulmoklavon ALT-0 por helpo.",
|
|
277
|
+
"System Font": "Sistema tiparo",
|
|
278
|
+
"Failed to upload image: {0}": "Al\u015dutado de bildo {0} malsukcesis",
|
|
279
|
+
"Failed to load plugin: {0} from url {1}": "\u015cargado de kromprogramo {0} el URLo {1} malsukcesis",
|
|
280
|
+
"Failed to load plugin url: {0}": "\u015cargado por kroprograma URLo {0} malsukcesis",
|
|
281
|
+
"Failed to initialize plugin: {0}": "Pravalorizado de krompogramo {0} malsukcesis",
|
|
282
|
+
"example": "ekzemplo",
|
|
283
|
+
"Search": "Ser\u0109i",
|
|
284
|
+
"All": "\u0108io",
|
|
285
|
+
"Currency": "Valuto",
|
|
286
|
+
"Text": "Teksto",
|
|
287
|
+
"Quotations": "Cita\u0135oj",
|
|
288
|
+
"Mathematical": "Matematika",
|
|
289
|
+
"Extended Latin": "Etendita la latina",
|
|
290
|
+
"Symbols": "Simboloj",
|
|
291
|
+
"Arrows": "Sagsimboloj",
|
|
292
|
+
"User Defined": "Propre difinita ",
|
|
293
|
+
"dollar sign": "signo de usona dolaro",
|
|
294
|
+
"currency sign": "valutsigno",
|
|
295
|
+
"euro-currency sign": "signo de e\u016dro",
|
|
296
|
+
"colon sign": "dupunkto",
|
|
297
|
+
"cruzeiro sign": "signo de brazila kruzero",
|
|
298
|
+
"french franc sign": "signo de francia franko",
|
|
299
|
+
"lira sign": "signo de itala liro",
|
|
300
|
+
"mill sign": "signo de milono de baza monunuo",
|
|
301
|
+
"naira sign": "signo de ni\u011deria najro",
|
|
302
|
+
"peseta sign": "signo de hispana peseto",
|
|
303
|
+
"rupee sign": "signo de rupio",
|
|
304
|
+
"won sign": "signo de koreia \u016dono",
|
|
305
|
+
"new sheqel sign": "signo de israela siklo",
|
|
306
|
+
"dong sign": "signo de vjetnama dongo",
|
|
307
|
+
"kip sign": "signo de laosa kipo",
|
|
308
|
+
"tugrik sign": "signo de mongola tugriko",
|
|
309
|
+
"drachma sign": "signo de greka dra\u0125mo",
|
|
310
|
+
"german penny symbol": "signo de pfenigo",
|
|
311
|
+
"peso sign": "signo de peso",
|
|
312
|
+
"guarani sign": "signo de paragvaja gvaranio",
|
|
313
|
+
"austral sign": "signo de argentina a\u016dstralo",
|
|
314
|
+
"hryvnia sign": "signo de ukrainia hrivno",
|
|
315
|
+
"cedi sign": "signo de ganaa cedio",
|
|
316
|
+
"livre tournois sign": "signo de pundo de Turo",
|
|
317
|
+
"spesmilo sign": "signo de spesmilo",
|
|
318
|
+
"tenge sign": "signo de kaza\u0125a tengo",
|
|
319
|
+
"indian rupee sign": "signo de barata rupio",
|
|
320
|
+
"turkish lira sign": "signo de turka liro",
|
|
321
|
+
"nordic mark sign": "signo de marko",
|
|
322
|
+
"manat sign": "signo de azerbaj\u011dana manato",
|
|
323
|
+
"ruble sign": "signo de rusia rublo",
|
|
324
|
+
"yen character": "signo de japana eno",
|
|
325
|
+
"yuan character": "signo de \u0109ina renminbio",
|
|
326
|
+
"yuan character, in hong kong and taiwan": "signo de juano, Hongkongo kaj Tajvano",
|
|
327
|
+
"yen\/yuan character variant one": "alia varianto de signo de eno\/juano",
|
|
328
|
+
"Loading emoticons...": "\u015cargado de mienvinjetoj",
|
|
329
|
+
"Could not load emoticons": "Ne povas \u015dargi mienvinjetojn",
|
|
330
|
+
"People": "Homoj",
|
|
331
|
+
"Animals and Nature": "Bestoj kaj naturo",
|
|
332
|
+
"Food and Drink": "Man\u011da\u0135o kaj trinka\u0135o",
|
|
333
|
+
"Activity": "Aktiveco",
|
|
334
|
+
"Travel and Places": "Voja\u011doj kaj lokoj",
|
|
335
|
+
"Objects": "Objektoj",
|
|
336
|
+
"Flags": "Flagoj",
|
|
337
|
+
"Characters": "Simboloj",
|
|
338
|
+
"Characters (no spaces)": "Simboloj (senspacetaj)",
|
|
339
|
+
"{0} characters": "{0} signojn",
|
|
340
|
+
"Error: Form submit field collision.": "Eraro: kolizio de kampoj dum sendado de formularo.",
|
|
341
|
+
"Error: No form element found.": "Eraro: elementoj de formularo forestas",
|
|
342
|
+
"Update": "\u011cisdatigi",
|
|
343
|
+
"Color swatch": "Specimenaro de koloroj",
|
|
344
|
+
"Turquoise": "Turkisa",
|
|
345
|
+
"Green": "Verda",
|
|
346
|
+
"Blue": "Blua",
|
|
347
|
+
"Purple": "Purpura",
|
|
348
|
+
"Navy Blue": "Helblua",
|
|
349
|
+
"Dark Turquoise": "Malhela turkisa",
|
|
350
|
+
"Dark Green": "Malhela verda",
|
|
351
|
+
"Medium Blue": "Meza blua",
|
|
352
|
+
"Medium Purple": "Meza purpla",
|
|
353
|
+
"Midnight Blue": "Nigroblua",
|
|
354
|
+
"Yellow": "Flava",
|
|
355
|
+
"Orange": "Oran\u011da",
|
|
356
|
+
"Red": "Ru\u011da",
|
|
357
|
+
"Light Gray": "Helgriza",
|
|
358
|
+
"Gray": "Griza",
|
|
359
|
+
"Dark Yellow": "Malhela flava",
|
|
360
|
+
"Dark Orange": "Malhela oran\u011da",
|
|
361
|
+
"Dark Red": "Malhela ru\u011da",
|
|
362
|
+
"Medium Gray": "Meza griza",
|
|
363
|
+
"Dark Gray": "Malhela griza",
|
|
364
|
+
"Light Green": "Helverda",
|
|
365
|
+
"Light Yellow": "Helflava",
|
|
366
|
+
"Light Red": "Helru\u011da",
|
|
367
|
+
"Light Purple": "Helpurpura",
|
|
368
|
+
"Light Blue": "Helblua",
|
|
369
|
+
"Dark Purple": "Malhelpurpura",
|
|
370
|
+
"Dark Blue": "Malhelblua",
|
|
371
|
+
"Black": "Nigra",
|
|
372
|
+
"White": "Blanka",
|
|
373
|
+
"Switch to or from fullscreen mode": "Tra\u015dan\u011di tutekranan re\u011dimon",
|
|
374
|
+
"Open help dialog": "Malfermi helpan dialogon",
|
|
375
|
+
"history": "historio",
|
|
376
|
+
"styles": "stilo",
|
|
377
|
+
"formatting": "tekstaran\u011do",
|
|
378
|
+
"alignment": "niveleco",
|
|
379
|
+
"indentation": "krommar\u011deno",
|
|
380
|
+
"permanent pen": "konstanta plumo",
|
|
381
|
+
"comments": "komentoj",
|
|
382
|
+
"Format Painter": "Formatelektilo",
|
|
383
|
+
"Insert\/edit iframe": "Enmeti\/redakti enkonstruitan framon (iframe)",
|
|
384
|
+
"Capitalization": "Komenci per majuskla",
|
|
385
|
+
"lowercase": "minuskla",
|
|
386
|
+
"UPPERCASE": "MAJUSKLA",
|
|
387
|
+
"Title Case": "Uskleco de titolo",
|
|
388
|
+
"Permanent Pen Properties": "Konstantaj ecoj de plumo",
|
|
389
|
+
"Permanent pen properties...": "Konstantaj ecoj de plumo",
|
|
390
|
+
"Font": "Tiparo",
|
|
391
|
+
"Size": "Grando",
|
|
392
|
+
"More...": "Pli...",
|
|
393
|
+
"Spellcheck Language": "Lingvo por literumi",
|
|
394
|
+
"Select...": "Elektu...",
|
|
395
|
+
"Preferences": "Agordoj",
|
|
396
|
+
"Yes": "Jes",
|
|
397
|
+
"No": "Ne",
|
|
398
|
+
"Keyboard Navigation": "Perklavara movi\u011dado",
|
|
399
|
+
"Version": "Versio",
|
|
400
|
+
"Anchor": "Ankro",
|
|
401
|
+
"Special character": "Speciala karaktro",
|
|
402
|
+
"Color": "Koloro",
|
|
403
|
+
"Emoticons": "Emociikonoj",
|
|
404
|
+
"Document properties": "Dokumentaj trajtoj",
|
|
405
|
+
"Insert link": "Enmetu ligilon",
|
|
406
|
+
"Target": "Celo",
|
|
407
|
+
"Poster": "Afi\u015do",
|
|
408
|
+
"Print": "Presu",
|
|
409
|
+
"Whole words": "Tutaj vortoj",
|
|
410
|
+
"Find and replace": "Trovi kaj anstata\u016digi",
|
|
411
|
+
"Prev": "Anta\u016da",
|
|
412
|
+
"Spellcheck": "Literumu",
|
|
413
|
+
"Caption": "Cita\u0135o",
|
|
414
|
+
"Insert template": "Enmetu \u015dablonon"
|
|
219
415
|
});
|
|
@@ -74,7 +74,7 @@ tinymce.addI18n('es_ES',{
|
|
|
74
74
|
"Id should start with a letter, followed only by letters, numbers, dashes, dots, colons or underscores.": "El Id. debe comenzar por una letra, seguida solo de letras, n\u00fameros, guiones, puntos, dos puntos o guiones bajos.",
|
|
75
75
|
"You have unsaved changes are you sure you want to navigate away?": "Tiene cambios sin guardar. \u00bfEst\u00e1 seguro de que quiere salir?",
|
|
76
76
|
"Restore last draft": "Restaurar el \u00faltimo borrador",
|
|
77
|
-
"Special
|
|
77
|
+
"Special character...": "Car\u00e1cter especial...",
|
|
78
78
|
"Source code": "C\u00f3digo fuente",
|
|
79
79
|
"Insert\/Edit code sample": "Insertar\/editar ejemplo de c\u00f3digo",
|
|
80
80
|
"Language": "Idioma",
|
|
@@ -251,6 +251,10 @@ tinymce.addI18n('es_ES',{
|
|
|
251
251
|
"Show blocks": "Mostrar bloques",
|
|
252
252
|
"Show invisible characters": "Mostrar caracteres invisibles",
|
|
253
253
|
"Word count": "Contar palabras",
|
|
254
|
+
"Count": "Contar",
|
|
255
|
+
"Document": "Documento",
|
|
256
|
+
"Selection": "Selecci\u00f3n",
|
|
257
|
+
"Words": "Palabras",
|
|
254
258
|
"Words: {0}": "Palabras: {0}",
|
|
255
259
|
"{0} words": "{0} palabras",
|
|
256
260
|
"File": "Archivo",
|
|
@@ -332,6 +336,7 @@ tinymce.addI18n('es_ES',{
|
|
|
332
336
|
"Flags": "Banderas",
|
|
333
337
|
"Characters": "Caracteres",
|
|
334
338
|
"Characters (no spaces)": "Caracteres (sin espacios)",
|
|
339
|
+
"{0} characters": "{0} caracteres",
|
|
335
340
|
"Error: Form submit field collision.": "Error: Colisi\u00f3n de campo al enviar formulario.",
|
|
336
341
|
"Error: No form element found.": "Error: No se encuentra ning\u00fan elemento de formulario.",
|
|
337
342
|
"Update": "Actualizar",
|
|
@@ -356,6 +361,13 @@ tinymce.addI18n('es_ES',{
|
|
|
356
361
|
"Dark Red": "Rojo oscuro",
|
|
357
362
|
"Medium Gray": "Gris medio",
|
|
358
363
|
"Dark Gray": "Gris oscuro",
|
|
364
|
+
"Light Green": "Luz verde",
|
|
365
|
+
"Light Yellow": "Luz amarilla",
|
|
366
|
+
"Light Red": "Luz roja",
|
|
367
|
+
"Light Purple": "Luz morada",
|
|
368
|
+
"Light Blue": "Luz azul",
|
|
369
|
+
"Dark Purple": "Morado oscuro",
|
|
370
|
+
"Dark Blue": "Azul oscuro",
|
|
359
371
|
"Black": "Negro",
|
|
360
372
|
"White": "Blanco",
|
|
361
373
|
"Switch to or from fullscreen mode": "Activar o desactivar modo pantalla completa",
|
|
@@ -366,5 +378,23 @@ tinymce.addI18n('es_ES',{
|
|
|
366
378
|
"alignment": "alineaci\u00f3n",
|
|
367
379
|
"indentation": "sangr\u00eda",
|
|
368
380
|
"permanent pen": "bol\u00edgrafo permanente",
|
|
369
|
-
"comments": "comentarios"
|
|
381
|
+
"comments": "comentarios",
|
|
382
|
+
"Format Painter": "Copiar formato",
|
|
383
|
+
"Insert\/edit iframe": "Insertar\/editar iframe",
|
|
384
|
+
"Capitalization": "Letra capital",
|
|
385
|
+
"lowercase": "min\u00fasculas",
|
|
386
|
+
"UPPERCASE": "MAY\u00daSCULAS",
|
|
387
|
+
"Title Case": "Tipo de t\u00edtulo",
|
|
388
|
+
"Permanent Pen Properties": "Propiedades permanentes del Bol\u00edgrafo",
|
|
389
|
+
"Permanent pen properties...": "Propiedades permanentes del bol\u00edgrafo",
|
|
390
|
+
"Font": "Fuente",
|
|
391
|
+
"Size": "Tama\u00f1o",
|
|
392
|
+
"More...": "M\u00e1s...",
|
|
393
|
+
"Spellcheck Language": "Lenguaje de correcci\u00f3n ortogr\u00e1fica",
|
|
394
|
+
"Select...": "Seleccionar...",
|
|
395
|
+
"Preferences": "Preferencias",
|
|
396
|
+
"Yes": "Si",
|
|
397
|
+
"No": "No",
|
|
398
|
+
"Keyboard Navigation": "Navegaci\u00f3n teclado",
|
|
399
|
+
"Version": "Versi\u00f3n"
|
|
370
400
|
});
|