@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,5 +1,5 @@
|
|
|
1
1
|
tinymce.addI18n('cs',{
|
|
2
|
-
"Redo": "
|
|
2
|
+
"Redo": "Znovu",
|
|
3
3
|
"Undo": "Zp\u011bt",
|
|
4
4
|
"Cut": "Vyjmout",
|
|
5
5
|
"Copy": "Kop\u00edrovat",
|
|
@@ -7,19 +7,19 @@ tinymce.addI18n('cs',{
|
|
|
7
7
|
"Select all": "Vybrat v\u0161e",
|
|
8
8
|
"New document": "Nov\u00fd dokument",
|
|
9
9
|
"Ok": "OK",
|
|
10
|
-
"Cancel": "
|
|
10
|
+
"Cancel": "Zru\u0161it",
|
|
11
11
|
"Visual aids": "Vizu\u00e1ln\u00ed pom\u016fcky",
|
|
12
12
|
"Bold": "Tu\u010dn\u00e9",
|
|
13
13
|
"Italic": "Kurz\u00edva",
|
|
14
|
-
"Underline": "Podtr\u017een\
|
|
14
|
+
"Underline": "Podtr\u017een\u00e9",
|
|
15
15
|
"Strikethrough": "P\u0159e\u0161krtnut\u00e9",
|
|
16
16
|
"Superscript": "Horn\u00ed index",
|
|
17
17
|
"Subscript": "Doln\u00ed index",
|
|
18
18
|
"Clear formatting": "Vymazat form\u00e1tov\u00e1n\u00ed",
|
|
19
|
-
"Align left": "Zarovnat
|
|
19
|
+
"Align left": "Zarovnat vlevo",
|
|
20
20
|
"Align center": "Zarovnat na st\u0159ed",
|
|
21
|
-
"Align right": "Zarovnat
|
|
22
|
-
"Justify": "
|
|
21
|
+
"Align right": "Zarovnat vpravo",
|
|
22
|
+
"Justify": "Do bloku",
|
|
23
23
|
"Bullet list": "Odr\u00e1\u017eky",
|
|
24
24
|
"Numbered list": "\u010c\u00edslov\u00e1n\u00ed",
|
|
25
25
|
"Decrease indent": "Zmen\u0161it odsazen\u00ed",
|
|
@@ -42,23 +42,23 @@ tinymce.addI18n('cs',{
|
|
|
42
42
|
"Heading 5": "Nadpis 5",
|
|
43
43
|
"Heading 6": "Nadpis 6",
|
|
44
44
|
"Preformatted": "P\u0159edform\u00e1tovan\u00fd text",
|
|
45
|
-
"Div": "Div",
|
|
46
|
-
"Pre": "Pre",
|
|
47
|
-
"Code": "
|
|
45
|
+
"Div": "Div (blok)",
|
|
46
|
+
"Pre": "Pre (p\u0159edform\u00e1tov\u00e1no)",
|
|
47
|
+
"Code": "Code (k\u00f3d)",
|
|
48
48
|
"Paragraph": "Odstavec",
|
|
49
|
-
"Blockquote": "
|
|
49
|
+
"Blockquote": "Citace",
|
|
50
50
|
"Inline": "\u0158\u00e1dkov\u00e9 zobrazen\u00ed (inline)",
|
|
51
|
-
"Blocks": "
|
|
51
|
+
"Blocks": "Blokov\u00e9 zobrazen\u00ed (block)",
|
|
52
52
|
"Paste is now in plain text mode. Contents will now be pasted as plain text until you toggle this option off.": "Je zapnuto vkl\u00e1d\u00e1n\u00ed \u010dist\u00e9ho textu. Dokud nebude tato volba vypnuta, bude ve\u0161ker\u00fd obsah vlo\u017een jako \u010dist\u00fd text.",
|
|
53
|
-
"Fonts": "
|
|
53
|
+
"Fonts": "Typ p\u00edsma",
|
|
54
54
|
"Font Sizes": "Velikost p\u00edsma",
|
|
55
55
|
"Class": "T\u0159\u00edda",
|
|
56
56
|
"Browse for an image": "Vyhledat obr\u00e1zek",
|
|
57
|
-
"OR": "
|
|
58
|
-
"Drop an image here": "P\
|
|
57
|
+
"OR": "NEBO",
|
|
58
|
+
"Drop an image here": "P\u0159et\u00e1hn\u011bte obr\u00e1zek do tohoto um\u00edst\u011bn\u00ed",
|
|
59
59
|
"Upload": "Nahr\u00e1t",
|
|
60
60
|
"Block": "Do bloku",
|
|
61
|
-
"Align": "
|
|
61
|
+
"Align": "Zarovn\u00e1n\u00ed",
|
|
62
62
|
"Default": "V\u00fdchoz\u00ed",
|
|
63
63
|
"Circle": "Kole\u010dko",
|
|
64
64
|
"Disc": "Punt\u00edk",
|
|
@@ -68,7 +68,7 @@ tinymce.addI18n('cs',{
|
|
|
68
68
|
"Lower Roman": "Mal\u00e9 \u0159\u00edmsk\u00e9 \u010d\u00edslice",
|
|
69
69
|
"Upper Alpha": "velk\u00e9 p\u00edsmenkov\u00e1n\u00ed",
|
|
70
70
|
"Upper Roman": "\u0158\u00edmsk\u00e9 \u010d\u00edslice",
|
|
71
|
-
"Anchor...": "Kotva
|
|
71
|
+
"Anchor...": "Kotva",
|
|
72
72
|
"Name": "N\u00e1zev",
|
|
73
73
|
"Id": "Id",
|
|
74
74
|
"Id should start with a letter, followed only by letters, numbers, dashes, dots, colons or underscores.": "Id by m\u011blo za\u010d\u00ednat p\u00edsmenem a d\u00e1le obsahovat pouze p\u00edsmena, \u010d\u00edsla, poml\u010dky, te\u010dky, dvojte\u010dky, nebo podtr\u017e\u00edtka.",
|
|
@@ -78,14 +78,15 @@ tinymce.addI18n('cs',{
|
|
|
78
78
|
"Source code": "Zdrojov\u00fd k\u00f3d",
|
|
79
79
|
"Insert\/Edit code sample": "Vlo\u017eit \/ Upravit uk\u00e1zkov\u00fd k\u00f3d",
|
|
80
80
|
"Language": "Jazyk",
|
|
81
|
-
"Code sample...": "Uk\
|
|
81
|
+
"Code sample...": "Uk\u00e1zka k\u00f3du",
|
|
82
82
|
"Color Picker": "V\u00fdb\u011br barvy",
|
|
83
83
|
"R": "R",
|
|
84
84
|
"G": "G",
|
|
85
85
|
"B": "B",
|
|
86
86
|
"Left to right": "Zleva doprava",
|
|
87
87
|
"Right to left": "Zprava doleva",
|
|
88
|
-
"Emoticons
|
|
88
|
+
"Emoticons": "Emotikony",
|
|
89
|
+
"Emoticons...": "Emotikony",
|
|
89
90
|
"Metadata and Document Properties": "Metadata a vlastnosti dokumentu",
|
|
90
91
|
"Title": "Titulek",
|
|
91
92
|
"Keywords": "Kl\u00ed\u010dov\u00e1 slova",
|
|
@@ -113,7 +114,9 @@ tinymce.addI18n('cs',{
|
|
|
113
114
|
"Handy Shortcuts": "U\u017eite\u010dn\u00e9 kl\u00e1vesov\u00e9 zkratky",
|
|
114
115
|
"Horizontal line": "Vodorovn\u00e1 \u010d\u00e1ra",
|
|
115
116
|
"Insert\/edit image": "Vlo\u017eit \/ upravit obr\u00e1zek",
|
|
116
|
-
"
|
|
117
|
+
"Alternative description": "Alternativn\u00ed text",
|
|
118
|
+
"Accessibility": "Bez alternativn\u00edho textu",
|
|
119
|
+
"Image is decorative": "(dekorativn\u00ed obr\u00e1zek bez alternativn\u00edho textu)",
|
|
117
120
|
"Source": "URL",
|
|
118
121
|
"Dimensions": "Rozm\u011bry",
|
|
119
122
|
"Constrain proportions": "Zachovat proporce",
|
|
@@ -124,7 +127,7 @@ tinymce.addI18n('cs',{
|
|
|
124
127
|
"Horizontal space": "Horizont\u00e1ln\u00ed mezera",
|
|
125
128
|
"Border": "R\u00e1me\u010dek",
|
|
126
129
|
"Insert image": "Vlo\u017eit obr\u00e1zek",
|
|
127
|
-
"Image...": "Obr\u00e1zek
|
|
130
|
+
"Image...": "Obr\u00e1zek",
|
|
128
131
|
"Image list": "Seznam obr\u00e1zk\u016f",
|
|
129
132
|
"Rotate counterclockwise": "Oto\u010dit doleva",
|
|
130
133
|
"Rotate clockwise": "Oto\u010dit doprava",
|
|
@@ -147,30 +150,31 @@ tinymce.addI18n('cs',{
|
|
|
147
150
|
"Back": "Zp\u011bt",
|
|
148
151
|
"Insert date\/time": "Vlo\u017eit datum \/ \u010das",
|
|
149
152
|
"Date\/time": "Datum\/\u010das",
|
|
150
|
-
"Insert\/Edit Link": "P\u0159idat\/upravit odkaz",
|
|
151
153
|
"Insert\/edit link": "Vlo\u017eit \/ upravit odkaz",
|
|
152
154
|
"Text to display": "Text k zobrazen\u00ed",
|
|
153
155
|
"Url": "URL",
|
|
154
|
-
"Open link in...": "
|
|
155
|
-
"Current window": "
|
|
156
|
+
"Open link in...": "C\u00edlov\u00e9 okno URL",
|
|
157
|
+
"Current window": "Otev\u0159\u00edt v nad\u0159azen\u00e9 okn\u011b",
|
|
156
158
|
"None": "\u017d\u00e1dn\u00e9",
|
|
157
159
|
"New window": "Nov\u00e9 okno",
|
|
160
|
+
"Open link": "C\u00edlov\u00e9 okno URL",
|
|
158
161
|
"Remove link": "Odstranit odkaz",
|
|
159
162
|
"Anchors": "Kotvy",
|
|
160
|
-
"Link...": "Odkaz
|
|
163
|
+
"Link...": "Odkaz",
|
|
161
164
|
"Paste or type a link": "Vlo\u017eit nebo napsat odkaz",
|
|
162
165
|
"The URL you entered seems to be an email address. Do you want to add the required mailto: prefix?": "Zadan\u00e9 URL vypad\u00e1 jako e-mailov\u00e1 adresa. Chcete doplnit povinn\u00fd prefix mailto:?",
|
|
163
166
|
"The URL you entered seems to be an external link. Do you want to add the required http:\/\/ prefix?": "Zadan\u00e9 URL vypad\u00e1 jako odkaz na jin\u00fd web. Chcete doplnit povinn\u00fd prefix http:\/\/?",
|
|
167
|
+
"The URL you entered seems to be an external link. Do you want to add the required https:\/\/ prefix?": "Zadan\u00e9 URL vypad\u00e1 jako odkaz na jin\u00fd web. Chcete doplnit povinn\u00fd prefix https:\/\/?",
|
|
164
168
|
"Link list": "Seznam odkaz\u016f",
|
|
165
169
|
"Insert video": "Vlo\u017eit video",
|
|
166
170
|
"Insert\/edit video": "Vlo\u017eit \/ upravit video",
|
|
167
171
|
"Insert\/edit media": "Vlo\u017eit \/ upravit m\u00e9dia",
|
|
168
172
|
"Alternative source": "Alternativn\u00ed zdroj",
|
|
169
173
|
"Alternative source URL": "Alternativn\u00ed zdrojov\u00e1 URL",
|
|
170
|
-
"Media poster (Image URL)": "
|
|
174
|
+
"Media poster (Image URL)": "URL n\u00e1hledu",
|
|
171
175
|
"Paste your embed code below:": "Vlo\u017ete k\u00f3d pro vlo\u017een\u00ed n\u00ed\u017ee:",
|
|
172
176
|
"Embed": "Vlo\u017eit",
|
|
173
|
-
"Media...": "M\
|
|
177
|
+
"Media...": "M\u00e9dia",
|
|
174
178
|
"Nonbreaking space": "Pevn\u00e1 mezera",
|
|
175
179
|
"Page break": "Konec str\u00e1nky",
|
|
176
180
|
"Paste as text": "Vlo\u017eit jako \u010dist\u00fd text",
|
|
@@ -183,11 +187,15 @@ tinymce.addI18n('cs',{
|
|
|
183
187
|
"Replace all": "Nahradit v\u0161e",
|
|
184
188
|
"Previous": "P\u0159edchoz\u00ed",
|
|
185
189
|
"Next": "Dal\u0161\u00ed",
|
|
186
|
-
"Find and
|
|
190
|
+
"Find and Replace": "Naj\u00edt a nahradit",
|
|
191
|
+
"Find and replace...": "Naj\u00edt a nahradit",
|
|
187
192
|
"Could not find the specified string.": "Zadan\u00fd \u0159et\u011bzec nebyl nalezen.",
|
|
188
193
|
"Match case": "Rozli\u0161ovat mal\u00e1 a velk\u00e1 p\u00edsmena",
|
|
189
|
-
"Find whole words only": "
|
|
190
|
-
"
|
|
194
|
+
"Find whole words only": "Pouze cel\u00e1 slova",
|
|
195
|
+
"Find in selection": "Ozna\u010den\u00fd text",
|
|
196
|
+
"Spellcheck": "Kontrola pravopisu",
|
|
197
|
+
"Spellcheck Language": "Jazyk kontroly pravopisu",
|
|
198
|
+
"No misspellings found.": "Nebyly nalezeny \u017e\u00e1dn\u00e9 p\u0159eklepy.",
|
|
191
199
|
"Ignore": "Ignorovat",
|
|
192
200
|
"Ignore all": "Ignorovat v\u0161e",
|
|
193
201
|
"Finish": "Ukon\u010dit",
|
|
@@ -218,7 +226,8 @@ tinymce.addI18n('cs',{
|
|
|
218
226
|
"Height": "V\u00fd\u0161ka",
|
|
219
227
|
"Cell spacing": "Vn\u011bj\u0161\u00ed okraj bun\u011bk",
|
|
220
228
|
"Cell padding": "Vnit\u0159n\u00ed okraj bun\u011bk",
|
|
221
|
-
"
|
|
229
|
+
"Caption": "Nadpis",
|
|
230
|
+
"Show caption": "Zobrazit titulek",
|
|
222
231
|
"Left": "Vlevo",
|
|
223
232
|
"Center": "Na st\u0159ed",
|
|
224
233
|
"Right": "Vpravo",
|
|
@@ -238,7 +247,7 @@ tinymce.addI18n('cs',{
|
|
|
238
247
|
"Body": "T\u011blo",
|
|
239
248
|
"Footer": "Pati\u010dka",
|
|
240
249
|
"Border color": "Barva r\u00e1me\u010dku",
|
|
241
|
-
"Insert template...": "Vlo\u017eit \u0161ablonu
|
|
250
|
+
"Insert template...": "Vlo\u017eit \u0161ablonu",
|
|
242
251
|
"Templates": "\u0160ablony",
|
|
243
252
|
"Template": "\u0160ablona",
|
|
244
253
|
"Text color": "Barva p\u00edsma",
|
|
@@ -274,11 +283,11 @@ tinymce.addI18n('cs',{
|
|
|
274
283
|
"Valid": "Platn\u00fd",
|
|
275
284
|
"To open the popup, press Shift+Enter": "Vyskakovac\u00ed okno otev\u0159ete stisknut\u00edm Shift+Enter",
|
|
276
285
|
"Rich Text Area. Press ALT-0 for help.": "Oblast Rich Text, stiskn\u011bte ALT-0 pro n\u00e1pov\u011bdu.",
|
|
277
|
-
"System Font": "
|
|
278
|
-
"Failed to upload image: {0}": "
|
|
279
|
-
"Failed to load plugin: {0} from url {1}": "
|
|
280
|
-
"Failed to load plugin url: {0}": "
|
|
281
|
-
"Failed to initialize plugin: {0}": "
|
|
286
|
+
"System Font": "Typ p\u00edsma",
|
|
287
|
+
"Failed to upload image: {0}": "Selhalo nahr\u00e1n\u00ed obr\u00e1zku: {0}",
|
|
288
|
+
"Failed to load plugin: {0} from url {1}": "Selhalo na\u010dten\u00ed pluginu: {0} z URL {1}",
|
|
289
|
+
"Failed to load plugin url: {0}": "Selhalo na\u010dten\u00ed URL pluginu: {0}",
|
|
290
|
+
"Failed to initialize plugin: {0}": "Selhala inicializace pluginu: {0}",
|
|
282
291
|
"example": "p\u0159\u00edklad",
|
|
283
292
|
"Search": "Hledat",
|
|
284
293
|
"All": "V\u0161e",
|
|
@@ -286,43 +295,43 @@ tinymce.addI18n('cs',{
|
|
|
286
295
|
"Text": "Text",
|
|
287
296
|
"Quotations": "Citace",
|
|
288
297
|
"Mathematical": "Matematick\u00e9 symboly",
|
|
289
|
-
"Extended Latin": "Roz\u0161\u00ed\u0159en\
|
|
298
|
+
"Extended Latin": "Roz\u0161\u00ed\u0159en\u00e1 latinka",
|
|
290
299
|
"Symbols": "Symboly",
|
|
291
300
|
"Arrows": "\u0160ipky",
|
|
292
301
|
"User Defined": "Definovan\u00e9 u\u017eivatelem",
|
|
293
|
-
"dollar sign": "znak
|
|
302
|
+
"dollar sign": "znak dolar",
|
|
294
303
|
"currency sign": "znak m\u011bny",
|
|
295
|
-
"euro-currency sign": "znak
|
|
296
|
-
"colon sign": "znak
|
|
304
|
+
"euro-currency sign": "znak eura",
|
|
305
|
+
"colon sign": "znak colon",
|
|
297
306
|
"cruzeiro sign": "znak cruzeiro",
|
|
298
|
-
"french franc sign": "znak francouzsk\
|
|
299
|
-
"lira sign": "znak
|
|
307
|
+
"french franc sign": "znak francouzsk\u00fdo frank",
|
|
308
|
+
"lira sign": "znak lira",
|
|
300
309
|
"mill sign": "znak mill",
|
|
301
|
-
"naira sign": "znak
|
|
302
|
-
"peseta sign": "znak
|
|
310
|
+
"naira sign": "znak nairo",
|
|
311
|
+
"peseta sign": "znak peseto",
|
|
303
312
|
"rupee sign": "znak rupie",
|
|
304
|
-
"won sign": "znak
|
|
305
|
-
"new sheqel sign": "znak nov\
|
|
306
|
-
"dong sign": "znak
|
|
307
|
-
"kip sign": "znak
|
|
308
|
-
"tugrik sign": "znak
|
|
309
|
-
"drachma sign": "znak
|
|
310
|
-
"german penny symbol": "znak n\u011bmeck\
|
|
311
|
-
"peso sign": "znak
|
|
313
|
+
"won sign": "znak won",
|
|
314
|
+
"new sheqel sign": "znak nov\u00fd \u0161ekel",
|
|
315
|
+
"dong sign": "znak dong",
|
|
316
|
+
"kip sign": "znak kip",
|
|
317
|
+
"tugrik sign": "znak tugrik",
|
|
318
|
+
"drachma sign": "znak drachma",
|
|
319
|
+
"german penny symbol": "znak n\u011bmeck\u00fd fenik",
|
|
320
|
+
"peso sign": "znak peso",
|
|
312
321
|
"guarani sign": "znak guaran\u00ed",
|
|
313
322
|
"austral sign": "znak austral",
|
|
314
|
-
"hryvnia sign": "znak h\
|
|
323
|
+
"hryvnia sign": "znak h\u0159ivna",
|
|
315
324
|
"cedi sign": "znak cedi",
|
|
316
|
-
"livre tournois sign": "znak tournois
|
|
325
|
+
"livre tournois sign": "znak tournois libra",
|
|
317
326
|
"spesmilo sign": "znak spesmilo",
|
|
318
327
|
"tenge sign": "znak tenge",
|
|
319
|
-
"indian rupee sign": "znak indick\
|
|
320
|
-
"turkish lira sign": "znak tureck\
|
|
321
|
-
"nordic mark sign": "znak norsk\
|
|
322
|
-
"manat sign": "znak
|
|
323
|
-
"ruble sign": "znak
|
|
324
|
-
"yen character": "znak
|
|
325
|
-
"yuan character": "znak
|
|
328
|
+
"indian rupee sign": "znak indick\u00e1 rupie",
|
|
329
|
+
"turkish lira sign": "znak tureck\u00e1 liry",
|
|
330
|
+
"nordic mark sign": "znak norsk\u00e1 marka",
|
|
331
|
+
"manat sign": "znak manat",
|
|
332
|
+
"ruble sign": "znak rubl",
|
|
333
|
+
"yen character": "znak jen",
|
|
334
|
+
"yuan character": "znak juan",
|
|
326
335
|
"yuan character, in hong kong and taiwan": "znak juanu v hongkongu a tchaj-wanu",
|
|
327
336
|
"yen\/yuan character variant one": "znak jenu\/juanu, varianta 1",
|
|
328
337
|
"Loading emoticons...": "Na\u010d\u00edt\u00e1n\u00ed emotikon\u016f...",
|
|
@@ -377,7 +386,21 @@ tinymce.addI18n('cs',{
|
|
|
377
386
|
"formatting": "form\u00e1tov\u00e1n\u00ed",
|
|
378
387
|
"alignment": "zarovn\u00e1n\u00ed",
|
|
379
388
|
"indentation": "odsazen\u00ed",
|
|
380
|
-
"
|
|
389
|
+
"Font": "P\u00edsmo",
|
|
390
|
+
"Size": "Velikost",
|
|
391
|
+
"More...": "Dal\u0161\u00ed\u2026",
|
|
392
|
+
"Select...": "Vybrat",
|
|
393
|
+
"Preferences": "P\u0159edvolby",
|
|
394
|
+
"Yes": "Ano",
|
|
395
|
+
"No": "Ne",
|
|
396
|
+
"Keyboard Navigation": "Navigace pomoc\u00ed kl\u00e1vesnice",
|
|
397
|
+
"Version": "Verze",
|
|
398
|
+
"Code view": "Zobrazit k\u00f3d",
|
|
399
|
+
"Open popup menu for split buttons": "Otev\u0159ete vyskakovac\u00ed nab\u00eddku pro rozd\u011blen\u00e1 tla\u010d\u00edtka",
|
|
400
|
+
"List Properties": "Vlastnosti seznamu",
|
|
401
|
+
"List properties...": "Vlastnosti seznamu...",
|
|
402
|
+
"Start list at number": "Po\u010d\u00e1te\u010dn\u00ed \u010d\u00edslo seznamu",
|
|
403
|
+
"Line height": "V\u00fd\u0161ka \u0159\u00e1dku",
|
|
381
404
|
"comments": "koment\u00e1\u0159e",
|
|
382
405
|
"Format Painter": "Kop\u00edrovat form\u00e1t",
|
|
383
406
|
"Insert\/edit iframe": "Vlo\u017eit\/upravit prvek iframe",
|
|
@@ -385,24 +408,46 @@ tinymce.addI18n('cs',{
|
|
|
385
408
|
"lowercase": "mal\u00e1 p\u00edsmena",
|
|
386
409
|
"UPPERCASE": "VELK\u00c1 P\u00cdSMENA",
|
|
387
410
|
"Title Case": "V\u0161echna Prvn\u00ed Velk\u00e1",
|
|
411
|
+
"permanent pen": "Permanentn\u00ed pero",
|
|
388
412
|
"Permanent Pen Properties": "Vlastnosti permanentn\u00edho pera",
|
|
389
413
|
"Permanent pen properties...": "Vlastnosti permanentn\u00edho pera\u2026",
|
|
390
|
-
"
|
|
391
|
-
"
|
|
392
|
-
"
|
|
393
|
-
"
|
|
394
|
-
"
|
|
395
|
-
"
|
|
396
|
-
"
|
|
397
|
-
"
|
|
398
|
-
"
|
|
399
|
-
"
|
|
414
|
+
"case change": "Zm\u011bna velikosti p\u00edsma",
|
|
415
|
+
"page embed": "Vlo\u017een\u00ed str\u00e1nky",
|
|
416
|
+
"Advanced sort...": "Roz\u0161\u00ed\u0159en\u00e9 \u0159azen\u00ed...",
|
|
417
|
+
"Advanced Sort": "Roz\u0161\u00ed\u0159en\u00e9 \u0159azen\u00ed",
|
|
418
|
+
"Sort table by column ascending": "Se\u0159adit tabulku podle sloupce vzestupn\u011b",
|
|
419
|
+
"Sort table by column descending": "Se\u0159adit tabulku podle sloupce sestupn\u011b",
|
|
420
|
+
"Sort": "\u0158adit",
|
|
421
|
+
"Order": "\u0158azen\u00ed",
|
|
422
|
+
"Sort by": "\u0158adit dle",
|
|
423
|
+
"Ascending": "Vzestupn\u011b",
|
|
424
|
+
"Descending": "Sestupn\u011b",
|
|
425
|
+
"Column {0}": "Sloupec {0}",
|
|
426
|
+
"Row {0}": "\u0158\u00e1dek {0}",
|
|
427
|
+
"Spellcheck...": "Kontrola pravopisu",
|
|
428
|
+
"Misspelled word": "\u0160patn\u011b napsan\u00e9 slovo",
|
|
429
|
+
"Suggestions": "N\u00e1vrhy",
|
|
430
|
+
"Change": "Zm\u011bnit",
|
|
431
|
+
"Finding word suggestions": "Hled\u00e1n\u00ed n\u00e1vrh\u016f slov",
|
|
432
|
+
"Success": "\u00dasp\u011b\u0161n\u00e9",
|
|
433
|
+
"Repair": "Opraveno",
|
|
434
|
+
"Issue {0} of {1}": "Probl\u00e9m {0} z {1}",
|
|
435
|
+
"Images must be marked as decorative or have an alternative text description": "Obr\u00e1zky mus\u00ed b\u00fdt ozna\u010deny jako dekorativn\u00ed nebo mus\u00ed m\u00edt alternativn\u00ed textov\u00fd popis.",
|
|
436
|
+
"Images must have an alternative text description. Decorative images are not allowed.": "Obr\u00e1zky mus\u00ed m\u00edt alternativn\u00ed textov\u00fd popis. Dekorativn\u00ed obr\u00e1zky nejsou povoleny.",
|
|
437
|
+
"Or provide alternative text:": "Nebo zadejte alternativn\u00ed text:",
|
|
438
|
+
"Make image decorative:": "Nastavit obr\u00e1zek jako dekorativn\u00ed:",
|
|
439
|
+
"ID attribute must be unique": "ID atributu mus\u00ed b\u00fdt jedine\u010dn\u00e9",
|
|
440
|
+
"Make ID unique": "Nastavit ID jako jedine\u010dn\u00e9",
|
|
441
|
+
"Keep this ID and remove all others": "Ponechat toto ID a odstranit v\u0161echny ostatn\u00ed",
|
|
442
|
+
"Remove this ID": "Odebrat toto ID",
|
|
443
|
+
"Remove all IDs": "Odebrat v\u0161echna ID",
|
|
444
|
+
"Checklist": "Kontroln\u00ed seznam",
|
|
400
445
|
"Anchor": "Kotva",
|
|
401
446
|
"Special character": "Speci\u00e1ln\u00ed znak",
|
|
402
447
|
"Code sample": "Uk\u00e1zkov\u00fd k\u00f3d",
|
|
403
448
|
"Color": "Barva",
|
|
404
|
-
"Emoticons": "Emotikony",
|
|
405
449
|
"Document properties": "Vlastnosti dokumentu",
|
|
450
|
+
"Image description": "Popis obr\u00e1zku",
|
|
406
451
|
"Image": "Obr\u00e1zek",
|
|
407
452
|
"Insert link": "Vlo\u017eit odkaz",
|
|
408
453
|
"Target": "C\u00edl",
|
|
@@ -413,7 +458,5 @@ tinymce.addI18n('cs',{
|
|
|
413
458
|
"Prev": "P\u0159edchoz\u00ed",
|
|
414
459
|
"Find and replace": "Naj\u00edt a nahradit",
|
|
415
460
|
"Whole words": "Pouze cel\u00e1 slova",
|
|
416
|
-
"Spellcheck": "Kontrola pravopisu",
|
|
417
|
-
"Caption": "Nadpis",
|
|
418
461
|
"Insert template": "Vlo\u017eit \u0161ablonu"
|
|
419
462
|
});
|
|
@@ -9,7 +9,7 @@ tinymce.addI18n('cy',{
|
|
|
9
9
|
"Ok": "Iawn",
|
|
10
10
|
"Cancel": "Canslo",
|
|
11
11
|
"Visual aids": "Cymorth gweledol",
|
|
12
|
-
"Bold": "
|
|
12
|
+
"Bold": "Trwm",
|
|
13
13
|
"Italic": "Italig",
|
|
14
14
|
"Underline": "Tanlinellu",
|
|
15
15
|
"Strikethrough": "Llinell drwodd",
|
|
@@ -85,6 +85,7 @@ tinymce.addI18n('cy',{
|
|
|
85
85
|
"B": "Gl",
|
|
86
86
|
"Left to right": "Chwith i'r dde",
|
|
87
87
|
"Right to left": "De i'r chwith",
|
|
88
|
+
"Emoticons": "Gwenogluniau",
|
|
88
89
|
"Emoticons...": "Gwenogluniau...",
|
|
89
90
|
"Metadata and Document Properties": "Metaddata a Priodweddau'r ddogfen",
|
|
90
91
|
"Title": "Teitl",
|
|
@@ -113,7 +114,9 @@ tinymce.addI18n('cy',{
|
|
|
113
114
|
"Handy Shortcuts": "Llwybrau byr cyfleus",
|
|
114
115
|
"Horizontal line": "Llinell lorweddol",
|
|
115
116
|
"Insert\/edit image": "Mewnosod\/golygu delwedd",
|
|
116
|
-
"
|
|
117
|
+
"Alternative description": "Disgrifiad arall",
|
|
118
|
+
"Accessibility": "Hygyrchedd",
|
|
119
|
+
"Image is decorative": "Delwedd yn addurniadol",
|
|
117
120
|
"Source": "Ffynhonnell",
|
|
118
121
|
"Dimensions": "Dimensiynau",
|
|
119
122
|
"Constrain proportions": "Gorfodi cyfrannedd",
|
|
@@ -147,7 +150,6 @@ tinymce.addI18n('cy',{
|
|
|
147
150
|
"Back": "Nol",
|
|
148
151
|
"Insert date\/time": "Mewnosod dyddiad\/amser",
|
|
149
152
|
"Date\/time": "Dyddiad\/amser",
|
|
150
|
-
"Insert\/Edit Link": "Mewnosod\/Golygu dolen",
|
|
151
153
|
"Insert\/edit link": "Mewnosod\/golygu dolen",
|
|
152
154
|
"Text to display": "Testun i'w ddangos",
|
|
153
155
|
"Url": "Url",
|
|
@@ -155,12 +157,14 @@ tinymce.addI18n('cy',{
|
|
|
155
157
|
"Current window": "Ffenestr gyfredol",
|
|
156
158
|
"None": "Dim",
|
|
157
159
|
"New window": "Ffenest newydd",
|
|
160
|
+
"Open link": "Agor dolen",
|
|
158
161
|
"Remove link": "Tynnu dolen",
|
|
159
162
|
"Anchors": "Angorau",
|
|
160
163
|
"Link...": "Dolen...",
|
|
161
164
|
"Paste or type a link": "Pastio neu deipio dolen",
|
|
162
165
|
"The URL you entered seems to be an email address. Do you want to add the required mailto: prefix?": "Mae'n debyg mai cyfeiriad e-bost yw'r URL hwn. Ydych chi am ychwanegu'r rhagddoddiad mailto:?",
|
|
163
166
|
"The URL you entered seems to be an external link. Do you want to add the required http:\/\/ prefix?": "Mae'n debyg mai dolen allanol yw'r URL hwn. Ydych chi am ychwanegu'r rhagddodiad http:\/\/ ?",
|
|
167
|
+
"The URL you entered seems to be an external link. Do you want to add the required https:\/\/ prefix?": "Ymddengys mai dolen allannol yw'r URL a roddoch chi. Ydych chi eisiau ychwanegu'r rhagddodiad https:\/\/ gofynnol?",
|
|
164
168
|
"Link list": "Rhestr dolenni",
|
|
165
169
|
"Insert video": "Mewnosod fideo",
|
|
166
170
|
"Insert\/edit video": "Mewnosod\/golygu fideo",
|
|
@@ -183,11 +187,15 @@ tinymce.addI18n('cy',{
|
|
|
183
187
|
"Replace all": "Amnewid y cwbl",
|
|
184
188
|
"Previous": "Blaenorol",
|
|
185
189
|
"Next": "Nesaf",
|
|
190
|
+
"Find and Replace": "Canfod a Newid",
|
|
186
191
|
"Find and replace...": "Chwilio ac amnewid",
|
|
187
192
|
"Could not find the specified string.": "Methu ffeindio'r llinyn hwnnw.",
|
|
188
193
|
"Match case": "Cas yn cyfateb",
|
|
189
194
|
"Find whole words only": "Canfod geiriau llawn yn unig",
|
|
190
|
-
"
|
|
195
|
+
"Find in selection": "Canfod yn y dewisiad",
|
|
196
|
+
"Spellcheck": "Sillafydd",
|
|
197
|
+
"Spellcheck Language": "Iaith Gwirio Sillafu",
|
|
198
|
+
"No misspellings found.": "Dim camsillafiadau.",
|
|
191
199
|
"Ignore": "Anwybyddu",
|
|
192
200
|
"Ignore all": "Amwybyddu pob",
|
|
193
201
|
"Finish": "Gorffen",
|
|
@@ -218,6 +226,7 @@ tinymce.addI18n('cy',{
|
|
|
218
226
|
"Height": "Uchder",
|
|
219
227
|
"Cell spacing": "Bylchiad celloedd",
|
|
220
228
|
"Cell padding": "Padio celloedd",
|
|
229
|
+
"Caption": "Pennawd",
|
|
221
230
|
"Show caption": "Dangos capsiwn",
|
|
222
231
|
"Left": "Chwith",
|
|
223
232
|
"Center": "Canol",
|
|
@@ -377,31 +386,67 @@ tinymce.addI18n('cy',{
|
|
|
377
386
|
"formatting": "fformatio",
|
|
378
387
|
"alignment": "aliniad",
|
|
379
388
|
"indentation": "mewnoli",
|
|
380
|
-
"permanent pen": "pen sefydlog",
|
|
381
|
-
"comments": "Sylwadau",
|
|
382
|
-
"Format Painter": "Brwsh Fformat",
|
|
383
|
-
"Insert\/edit iframe": "Mewnosod\/golygu iframe",
|
|
384
|
-
"Capitalization": "Priflythrennu",
|
|
385
|
-
"lowercase": "llythrennau bach",
|
|
386
|
-
"UPPERCASE": "Priflythrennau",
|
|
387
|
-
"Title Case": "Priflythyren i bob gair",
|
|
388
|
-
"Permanent Pen Properties": "Priodweddau Yswgrifbin Parhaol",
|
|
389
|
-
"Permanent pen properties...": "Priodweddau ysgrifbin parhaol...",
|
|
390
389
|
"Font": "Ffont",
|
|
391
390
|
"Size": "Maint",
|
|
392
391
|
"More...": "Mwy...",
|
|
393
|
-
"Spellcheck Language": "Iaith Gwirio Sillafu",
|
|
394
392
|
"Select...": "Dewis...",
|
|
395
393
|
"Preferences": "Dewisiadau",
|
|
396
394
|
"Yes": "Iawn",
|
|
397
395
|
"No": "Na",
|
|
398
396
|
"Keyboard Navigation": "Llywio Bysellfwrdd",
|
|
399
397
|
"Version": "Fersiwn",
|
|
398
|
+
"Code view": "Golwg cod",
|
|
399
|
+
"Open popup menu for split buttons": "Agor naidlen ar gyfer botymau hollt",
|
|
400
|
+
"List Properties": "Rhestru Priodweddau",
|
|
401
|
+
"List properties...": "Rhestru priodweddau...",
|
|
402
|
+
"Start list at number": "Dechrau rhestr efo rhif",
|
|
403
|
+
"Line height": "Uchder llinell",
|
|
404
|
+
"comments": "Sylwadau",
|
|
405
|
+
"Format Painter": "Brwsh Fformat",
|
|
406
|
+
"Insert\/edit iframe": "Mewnosod\/golygu iframe",
|
|
407
|
+
"Capitalization": "Priflythrennu",
|
|
408
|
+
"lowercase": "llythrennau bach",
|
|
409
|
+
"UPPERCASE": "PRIFLYTHRENNAU",
|
|
410
|
+
"Title Case": "Priflythyren i bob gair",
|
|
411
|
+
"permanent pen": "pen sefydlog",
|
|
412
|
+
"Permanent Pen Properties": "Priodweddau Yswgrifbin Parhaol",
|
|
413
|
+
"Permanent pen properties...": "Priodweddau ysgrifbin parhaol...",
|
|
414
|
+
"case change": "Newid Cas",
|
|
415
|
+
"page embed": "Mewnblannu i'r dudalen",
|
|
416
|
+
"Advanced sort...": "Trefnu uwch...",
|
|
417
|
+
"Advanced Sort": "Trefnu Uwch",
|
|
418
|
+
"Sort table by column ascending": "Trefnu tabl yn \u00f4l colofn yn esgynnol",
|
|
419
|
+
"Sort table by column descending": "Trefnu tabl yn \u00f4l colofn yn ddisgynnol",
|
|
420
|
+
"Sort": "Trefnu",
|
|
421
|
+
"Order": "Trefn",
|
|
422
|
+
"Sort by": "Trefnu yn \u00f4l",
|
|
423
|
+
"Ascending": "yn Esgynnol",
|
|
424
|
+
"Descending": "yn Ddisgynnol",
|
|
425
|
+
"Column {0}": "Colofn {0}",
|
|
426
|
+
"Row {0}": "Rhes {0}",
|
|
427
|
+
"Spellcheck...": "Gwirydd sillafu...",
|
|
428
|
+
"Misspelled word": "Gair wedi ei gamsillafu",
|
|
429
|
+
"Suggestions": "Awgrymiadau",
|
|
430
|
+
"Change": "Newid",
|
|
431
|
+
"Finding word suggestions": "Darganfod geiriau a awgrymir",
|
|
432
|
+
"Success": "Llwyddiant",
|
|
433
|
+
"Repair": "Trwsio",
|
|
434
|
+
"Issue {0} of {1}": "Problem {0} o {1}",
|
|
435
|
+
"Images must be marked as decorative or have an alternative text description": "Rhaid bod delwedd wedi ei marcio yn addurniadol neu gyda disgrifiad testun arall",
|
|
436
|
+
"Images must have an alternative text description. Decorative images are not allowed.": "Rhaid bod gan ddelwedd ddisgrifiad testun arall. Ni chaniateir delweddau addurniadol.",
|
|
437
|
+
"Or provide alternative text:": "Neu darparu testun arall:",
|
|
438
|
+
"Make image decorative:": "Gwneud delwedd yn addurniadol:",
|
|
439
|
+
"ID attribute must be unique": "Rhaid i'r priodoledd ID fod yn unigryw",
|
|
440
|
+
"Make ID unique": "Gwneud yr ID yn unigryw",
|
|
441
|
+
"Keep this ID and remove all others": "Cadwch yr ID hwn a dileu pob un arall",
|
|
442
|
+
"Remove this ID": "Dileu'r ID hwn",
|
|
443
|
+
"Remove all IDs": "Dileu pob ID",
|
|
444
|
+
"Checklist": "Rhestr wirio",
|
|
400
445
|
"Anchor": "Angor",
|
|
401
446
|
"Special character": "Nod arbennig",
|
|
402
447
|
"Color": "Lliw",
|
|
403
|
-
"Emoticons": "Gwenogluniau",
|
|
404
448
|
"Document properties": "Priodweddau'r ddogfen",
|
|
449
|
+
"Image description": "Disgrifiad y ddelwedd",
|
|
405
450
|
"Image": "Delwedd",
|
|
406
451
|
"Insert link": "Mewnosod dolen",
|
|
407
452
|
"Link": "Dolen",
|
|
@@ -412,7 +457,5 @@ tinymce.addI18n('cy',{
|
|
|
412
457
|
"Whole words": "Geiriau cyfan",
|
|
413
458
|
"Find and replace": "Chwilio ac amnewid",
|
|
414
459
|
"Prev": "Blaenorol",
|
|
415
|
-
"Spellcheck": "Sillafydd",
|
|
416
|
-
"Caption": "Pennawd",
|
|
417
460
|
"Insert template": "Mewnosod templed"
|
|
418
461
|
});
|