tinymce-rails-webmely 5.1.4
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.
- checksums.yaml +7 -0
- data/LICENSE +19 -0
- data/README.md +181 -0
- data/Rakefile +55 -0
- data/app/assets/javascripts/tinymce-jquery.js +2 -0
- data/app/assets/javascripts/tinymce.js +3 -0
- data/app/assets/javascripts/tinymce/preinit.js.erb +4 -0
- data/app/assets/javascripts/tinymce/rails.js +51 -0
- data/app/assets/source/tinymce/tinymce.js +28251 -0
- data/lib/tasks/tinymce-assets.rake +16 -0
- data/lib/tinymce-rails.rb +1 -0
- data/lib/tinymce/rails.rb +27 -0
- data/lib/tinymce/rails/asset_installer.rb +64 -0
- data/lib/tinymce/rails/asset_installer/compile.rb +44 -0
- data/lib/tinymce/rails/asset_installer/copy.rb +54 -0
- data/lib/tinymce/rails/asset_installer/copy_no_preserve.rb +14 -0
- data/lib/tinymce/rails/asset_manifest.rb +141 -0
- data/lib/tinymce/rails/configuration.rb +157 -0
- data/lib/tinymce/rails/configuration_file.rb +49 -0
- data/lib/tinymce/rails/engine.rb +76 -0
- data/lib/tinymce/rails/environment.rb +23 -0
- data/lib/tinymce/rails/helper.rb +75 -0
- data/lib/tinymce/rails/version.rb +6 -0
- data/vendor/assets/images/fa-utube.svg +1 -0
- data/vendor/assets/javascripts/tinymce/jquery.tinymce.js +91 -0
- data/vendor/assets/javascripts/tinymce/langs/ar.js +178 -0
- data/vendor/assets/javascripts/tinymce/langs/az.js +177 -0
- data/vendor/assets/javascripts/tinymce/langs/be.js +177 -0
- data/vendor/assets/javascripts/tinymce/langs/bg_BG.js +177 -0
- data/vendor/assets/javascripts/tinymce/langs/bs.js +177 -0
- data/vendor/assets/javascripts/tinymce/langs/ca.js +177 -0
- data/vendor/assets/javascripts/tinymce/langs/cs.js +177 -0
- data/vendor/assets/javascripts/tinymce/langs/cy.js +177 -0
- data/vendor/assets/javascripts/tinymce/langs/da.js +177 -0
- data/vendor/assets/javascripts/tinymce/langs/de.js +177 -0
- data/vendor/assets/javascripts/tinymce/langs/de_AT.js +177 -0
- data/vendor/assets/javascripts/tinymce/langs/dv.js +177 -0
- data/vendor/assets/javascripts/tinymce/langs/el.js +177 -0
- data/vendor/assets/javascripts/tinymce/langs/en_CA.js +177 -0
- data/vendor/assets/javascripts/tinymce/langs/en_GB.js +177 -0
- data/vendor/assets/javascripts/tinymce/langs/es.js +177 -0
- data/vendor/assets/javascripts/tinymce/langs/et.js +177 -0
- data/vendor/assets/javascripts/tinymce/langs/eu.js +176 -0
- data/vendor/assets/javascripts/tinymce/langs/fa.js +178 -0
- data/vendor/assets/javascripts/tinymce/langs/fi.js +177 -0
- data/vendor/assets/javascripts/tinymce/langs/fo.js +156 -0
- data/vendor/assets/javascripts/tinymce/langs/fr_FR.js +177 -0
- data/vendor/assets/javascripts/tinymce/langs/gl.js +177 -0
- data/vendor/assets/javascripts/tinymce/langs/he_IL.js +178 -0
- data/vendor/assets/javascripts/tinymce/langs/hr.js +175 -0
- data/vendor/assets/javascripts/tinymce/langs/hu_HU.js +177 -0
- data/vendor/assets/javascripts/tinymce/langs/hy.js +177 -0
- data/vendor/assets/javascripts/tinymce/langs/id.js +71 -0
- data/vendor/assets/javascripts/tinymce/langs/is_IS.js +177 -0
- data/vendor/assets/javascripts/tinymce/langs/it.js +176 -0
- data/vendor/assets/javascripts/tinymce/langs/ja.js +174 -0
- data/vendor/assets/javascripts/tinymce/langs/ka_GE.js +172 -0
- data/vendor/assets/javascripts/tinymce/langs/kk.js +177 -0
- data/vendor/assets/javascripts/tinymce/langs/km_KH.js +177 -0
- data/vendor/assets/javascripts/tinymce/langs/ko_KR.js +175 -0
- data/vendor/assets/javascripts/tinymce/langs/lb.js +175 -0
- data/vendor/assets/javascripts/tinymce/langs/lt.js +83 -0
- data/vendor/assets/javascripts/tinymce/langs/lv.js +175 -0
- data/vendor/assets/javascripts/tinymce/langs/ml_IN.js +177 -0
- data/vendor/assets/javascripts/tinymce/langs/nb_NO.js +177 -0
- data/vendor/assets/javascripts/tinymce/langs/nl.js +177 -0
- data/vendor/assets/javascripts/tinymce/langs/pl.js +177 -0
- data/vendor/assets/javascripts/tinymce/langs/pt_BR.js +177 -0
- data/vendor/assets/javascripts/tinymce/langs/pt_PT.js +173 -0
- data/vendor/assets/javascripts/tinymce/langs/readme.md +3 -0
- data/vendor/assets/javascripts/tinymce/langs/ro.js +177 -0
- data/vendor/assets/javascripts/tinymce/langs/ru.js +177 -0
- data/vendor/assets/javascripts/tinymce/langs/si_LK.js +156 -0
- data/vendor/assets/javascripts/tinymce/langs/sk.js +177 -0
- data/vendor/assets/javascripts/tinymce/langs/sl_SI.js +177 -0
- data/vendor/assets/javascripts/tinymce/langs/sr.js +177 -0
- data/vendor/assets/javascripts/tinymce/langs/sv_SE.js +177 -0
- data/vendor/assets/javascripts/tinymce/langs/ta.js +177 -0
- data/vendor/assets/javascripts/tinymce/langs/ta_IN.js +177 -0
- data/vendor/assets/javascripts/tinymce/langs/tg.js +177 -0
- data/vendor/assets/javascripts/tinymce/langs/th_TH.js +177 -0
- data/vendor/assets/javascripts/tinymce/langs/tr_TR.js +177 -0
- data/vendor/assets/javascripts/tinymce/langs/ug.js +159 -0
- data/vendor/assets/javascripts/tinymce/langs/uk.js +177 -0
- data/vendor/assets/javascripts/tinymce/langs/uk_UA.js +177 -0
- data/vendor/assets/javascripts/tinymce/langs/vi.js +137 -0
- data/vendor/assets/javascripts/tinymce/langs/vi_VN.js +173 -0
- data/vendor/assets/javascripts/tinymce/langs/zh_CN.js +177 -0
- data/vendor/assets/javascripts/tinymce/langs/zh_TW.js +177 -0
- data/vendor/assets/javascripts/tinymce/license.txt +504 -0
- data/vendor/assets/javascripts/tinymce/plugins/advlist/plugin.js +9 -0
- data/vendor/assets/javascripts/tinymce/plugins/anchor/plugin.js +9 -0
- data/vendor/assets/javascripts/tinymce/plugins/autolink/plugin.js +9 -0
- data/vendor/assets/javascripts/tinymce/plugins/autoresize/plugin.js +9 -0
- data/vendor/assets/javascripts/tinymce/plugins/autosave/plugin.js +9 -0
- data/vendor/assets/javascripts/tinymce/plugins/bbcode/plugin.js +9 -0
- data/vendor/assets/javascripts/tinymce/plugins/charmap/plugin.js +9 -0
- data/vendor/assets/javascripts/tinymce/plugins/code/plugin.js +9 -0
- data/vendor/assets/javascripts/tinymce/plugins/codesample/plugin.js +9 -0
- data/vendor/assets/javascripts/tinymce/plugins/colorpicker/plugin.js +9 -0
- data/vendor/assets/javascripts/tinymce/plugins/contextmenu/plugin.js +9 -0
- data/vendor/assets/javascripts/tinymce/plugins/directionality/plugin.js +9 -0
- data/vendor/assets/javascripts/tinymce/plugins/emoticons/js/emojis.js +2 -0
- data/vendor/assets/javascripts/tinymce/plugins/emoticons/plugin.js +9 -0
- data/vendor/assets/javascripts/tinymce/plugins/fullpage/plugin.js +9 -0
- data/vendor/assets/javascripts/tinymce/plugins/fullscreen/plugin.js +9 -0
- data/vendor/assets/javascripts/tinymce/plugins/help/plugin.js +9 -0
- data/vendor/assets/javascripts/tinymce/plugins/hr/plugin.js +9 -0
- data/vendor/assets/javascripts/tinymce/plugins/image/plugin.js +2453 -0
- data/vendor/assets/javascripts/tinymce/plugins/image/plugin.min.js +9 -0
- data/vendor/assets/javascripts/tinymce/plugins/image/styles.css +27 -0
- data/vendor/assets/javascripts/tinymce/plugins/imagetools/plugin.js +9 -0
- data/vendor/assets/javascripts/tinymce/plugins/importcss/plugin.js +9 -0
- data/vendor/assets/javascripts/tinymce/plugins/insertdatetime/plugin.js +9 -0
- data/vendor/assets/javascripts/tinymce/plugins/legacyoutput/plugin.js +9 -0
- data/vendor/assets/javascripts/tinymce/plugins/link/plugin.js +9 -0
- data/vendor/assets/javascripts/tinymce/plugins/lists/plugin.js +9 -0
- data/vendor/assets/javascripts/tinymce/plugins/media/plugin.js +9 -0
- data/vendor/assets/javascripts/tinymce/plugins/nonbreaking/plugin.js +9 -0
- data/vendor/assets/javascripts/tinymce/plugins/noneditable/plugin.js +9 -0
- data/vendor/assets/javascripts/tinymce/plugins/pagebreak/plugin.js +9 -0
- data/vendor/assets/javascripts/tinymce/plugins/paste/plugin.js +9 -0
- data/vendor/assets/javascripts/tinymce/plugins/preview/plugin.js +9 -0
- data/vendor/assets/javascripts/tinymce/plugins/print/plugin.js +9 -0
- data/vendor/assets/javascripts/tinymce/plugins/quickbars/plugin.js +9 -0
- data/vendor/assets/javascripts/tinymce/plugins/save/plugin.js +9 -0
- data/vendor/assets/javascripts/tinymce/plugins/searchreplace/plugin.js +9 -0
- data/vendor/assets/javascripts/tinymce/plugins/spellchecker/plugin.js +9 -0
- data/vendor/assets/javascripts/tinymce/plugins/tabfocus/plugin.js +9 -0
- data/vendor/assets/javascripts/tinymce/plugins/table/plugin.js +9 -0
- data/vendor/assets/javascripts/tinymce/plugins/template/plugin.js +9 -0
- data/vendor/assets/javascripts/tinymce/plugins/textcolor/plugin.js +9 -0
- data/vendor/assets/javascripts/tinymce/plugins/textpattern/plugin.js +9 -0
- data/vendor/assets/javascripts/tinymce/plugins/toc/plugin.js +9 -0
- data/vendor/assets/javascripts/tinymce/plugins/visualblocks/plugin.js +9 -0
- data/vendor/assets/javascripts/tinymce/plugins/visualchars/plugin.js +9 -0
- data/vendor/assets/javascripts/tinymce/plugins/wordcount/plugin.js +9 -0
- data/vendor/assets/javascripts/tinymce/plugins/yt-upload/plugin.js +722 -0
- data/vendor/assets/javascripts/tinymce/skins/content/dark/content.css +7 -0
- data/vendor/assets/javascripts/tinymce/skins/content/dark/content.min.css +7 -0
- data/vendor/assets/javascripts/tinymce/skins/content/default/content.css +7 -0
- data/vendor/assets/javascripts/tinymce/skins/content/default/content.min.css +7 -0
- data/vendor/assets/javascripts/tinymce/skins/content/document/content.css +7 -0
- data/vendor/assets/javascripts/tinymce/skins/content/document/content.min.css +7 -0
- data/vendor/assets/javascripts/tinymce/skins/content/writer/content.css +7 -0
- data/vendor/assets/javascripts/tinymce/skins/content/writer/content.min.css +7 -0
- data/vendor/assets/javascripts/tinymce/skins/ui/oxide-dark/content.css +7 -0
- data/vendor/assets/javascripts/tinymce/skins/ui/oxide-dark/content.inline.css +7 -0
- data/vendor/assets/javascripts/tinymce/skins/ui/oxide-dark/content.inline.min.css +7 -0
- data/vendor/assets/javascripts/tinymce/skins/ui/oxide-dark/content.min.css +7 -0
- data/vendor/assets/javascripts/tinymce/skins/ui/oxide-dark/content.mobile.css +7 -0
- data/vendor/assets/javascripts/tinymce/skins/ui/oxide-dark/content.mobile.min.css +7 -0
- data/vendor/assets/javascripts/tinymce/skins/ui/oxide-dark/fonts/tinymce-mobile.woff +0 -0
- data/vendor/assets/javascripts/tinymce/skins/ui/oxide-dark/skin.css +7 -0
- data/vendor/assets/javascripts/tinymce/skins/ui/oxide-dark/skin.min.css +7 -0
- data/vendor/assets/javascripts/tinymce/skins/ui/oxide-dark/skin.mobile.css +7 -0
- data/vendor/assets/javascripts/tinymce/skins/ui/oxide-dark/skin.mobile.min.css +7 -0
- data/vendor/assets/javascripts/tinymce/skins/ui/oxide/content.css +7 -0
- data/vendor/assets/javascripts/tinymce/skins/ui/oxide/content.inline.css +7 -0
- data/vendor/assets/javascripts/tinymce/skins/ui/oxide/content.inline.min.css +7 -0
- data/vendor/assets/javascripts/tinymce/skins/ui/oxide/content.min.css +7 -0
- data/vendor/assets/javascripts/tinymce/skins/ui/oxide/content.mobile.css +7 -0
- data/vendor/assets/javascripts/tinymce/skins/ui/oxide/content.mobile.min.css +7 -0
- data/vendor/assets/javascripts/tinymce/skins/ui/oxide/fonts/tinymce-mobile.woff +0 -0
- data/vendor/assets/javascripts/tinymce/skins/ui/oxide/skin.css +7 -0
- data/vendor/assets/javascripts/tinymce/skins/ui/oxide/skin.min.css +7 -0
- data/vendor/assets/javascripts/tinymce/skins/ui/oxide/skin.mobile.css +7 -0
- data/vendor/assets/javascripts/tinymce/skins/ui/oxide/skin.mobile.min.css +7 -0
- data/vendor/assets/javascripts/tinymce/themes/mobile/theme.js +9 -0
- data/vendor/assets/javascripts/tinymce/themes/silver/theme.js +9 -0
- data/vendor/assets/javascripts/tinymce/tinymce.js +9 -0
- metadata +227 -0
@@ -0,0 +1,177 @@
|
|
1
|
+
tinymce.addI18n('bs',{
|
2
|
+
"Cut": "Izre\u017ei",
|
3
|
+
"Header 2": "Zaglavlje 2",
|
4
|
+
"Your browser doesn't support direct access to the clipboard. Please use the Ctrl+X\/C\/V keyboard shortcuts instead.": "Va\u0161 browser ne podr\u017eava direktan pristup me\u0111umemoriji. Molimo vas da koristite pre\u010dice Ctrl+X\/C\/V na tastaturi.",
|
5
|
+
"Div": "Div",
|
6
|
+
"Paste": "Zalijepi",
|
7
|
+
"Close": "Zatvori",
|
8
|
+
"Font Family": "Familija fonta",
|
9
|
+
"Pre": "Pre",
|
10
|
+
"Align right": "Poravnaj desno",
|
11
|
+
"New document": "Novi dokument",
|
12
|
+
"Blockquote": "Blok citat",
|
13
|
+
"Numbered list": "Numerisana lista",
|
14
|
+
"Increase indent": "Pove\u0107aj uvlaku",
|
15
|
+
"Formats": "Formati",
|
16
|
+
"Headers": "Zaglavlja",
|
17
|
+
"Select all": "Ozna\u010di sve",
|
18
|
+
"Header 3": "Zaglavlje 3",
|
19
|
+
"Blocks": "Blokovi",
|
20
|
+
"Undo": "Nazad",
|
21
|
+
"Strikethrough": "Precrtano",
|
22
|
+
"Bullet list": "Bullet lista",
|
23
|
+
"Header 1": "Zaglavlje 1",
|
24
|
+
"Superscript": "Eksponent",
|
25
|
+
"Clear formatting": "Poni\u0161ti formatiranje",
|
26
|
+
"Font Sizes": "Veli\u010dine fonta",
|
27
|
+
"Subscript": "Indeks",
|
28
|
+
"Header 6": "Zaglavlje 6",
|
29
|
+
"Redo": "Naprijed",
|
30
|
+
"Paragraph": "Paragraf",
|
31
|
+
"Ok": "U redu",
|
32
|
+
"Bold": "Podebljano",
|
33
|
+
"Code": "Kod",
|
34
|
+
"Italic": "Nakrivljen",
|
35
|
+
"Align center": "Centriraj",
|
36
|
+
"Header 5": "Zaglavlje 5",
|
37
|
+
"Decrease indent": "Smanji uvlaku",
|
38
|
+
"Header 4": "Zaglavlje 4",
|
39
|
+
"Paste is now in plain text mode. Contents will now be pasted as plain text until you toggle this option off.": "Lijepljenje je sada u modu obi\u010dnog teksta. Sadr\u017eaj \u0107e sada biti zalijepljen kao obi\u010dni tekst sve dok ovu opciju ne ugasite.",
|
40
|
+
"Underline": "Podvu\u010deno",
|
41
|
+
"Cancel": "Otka\u017ei",
|
42
|
+
"Justify": "Obostrano poravnanje",
|
43
|
+
"Inline": "U liniji",
|
44
|
+
"Copy": "Kopiraj",
|
45
|
+
"Align left": "Poravnaj lijevo",
|
46
|
+
"Visual aids": "Vizualna pomo\u0107",
|
47
|
+
"Lower Greek": "Mala gr\u010dka slova",
|
48
|
+
"Square": "Kvadrat",
|
49
|
+
"Default": "Po\u010detno",
|
50
|
+
"Lower Alpha": "Mala slova",
|
51
|
+
"Circle": "Krug",
|
52
|
+
"Disc": "Disk",
|
53
|
+
"Upper Alpha": "Velika slova",
|
54
|
+
"Upper Roman": "Velika rimska slova",
|
55
|
+
"Lower Roman": "Mala rimska slova",
|
56
|
+
"Name": "Ime",
|
57
|
+
"Anchor": "Anchor",
|
58
|
+
"You have unsaved changes are you sure you want to navigate away?": "Niste sa\u010duvali izmjene. Jeste li sigurni da \u017eelite napustiti stranicu?",
|
59
|
+
"Restore last draft": "Vrati posljednju skicu",
|
60
|
+
"Special character": "Specijalni znak",
|
61
|
+
"Source code": "Izvorni kod",
|
62
|
+
"Right to left": "S desna na lijevo",
|
63
|
+
"Left to right": "S lijeva na desno",
|
64
|
+
"Emoticons": "Smajliji",
|
65
|
+
"Robots": "Roboti",
|
66
|
+
"Document properties": "Svojstva dokumenta",
|
67
|
+
"Title": "Naslov",
|
68
|
+
"Keywords": "Klju\u010dne rije\u010di",
|
69
|
+
"Encoding": "Kodiranje",
|
70
|
+
"Description": "Opis",
|
71
|
+
"Author": "Autor",
|
72
|
+
"Fullscreen": "Cijeli ekran",
|
73
|
+
"Horizontal line": "Vodoravna linija",
|
74
|
+
"Horizontal space": "Horizontalni razmak",
|
75
|
+
"Insert\/edit image": "Umetni\/uredi sliku",
|
76
|
+
"General": "Op\u0107enito",
|
77
|
+
"Advanced": "Napredno",
|
78
|
+
"Source": "Izvor",
|
79
|
+
"Border": "Okvir",
|
80
|
+
"Constrain proportions": "Ograni\u010di proporcije",
|
81
|
+
"Vertical space": "Vertikalni razmak",
|
82
|
+
"Image description": "Opis slike",
|
83
|
+
"Style": "Stil",
|
84
|
+
"Dimensions": "Dimenzije",
|
85
|
+
"Insert image": "Umetni sliku",
|
86
|
+
"Insert date\/time": "Umetni datum\/vrijeme",
|
87
|
+
"Remove link": "Ukloni link",
|
88
|
+
"Url": "URL",
|
89
|
+
"Text to display": "Tekst za prikaz",
|
90
|
+
"Anchors": "Anchori",
|
91
|
+
"Insert link": "Umetni link",
|
92
|
+
"New window": "Novi prozor",
|
93
|
+
"None": "Ni\u0161ta",
|
94
|
+
"Target": "Odredi\u0161te",
|
95
|
+
"Insert\/edit link": "Umetni\/uredi link",
|
96
|
+
"Insert\/edit video": "Umetni\/uredi video",
|
97
|
+
"Poster": "Objavio",
|
98
|
+
"Alternative source": "Alternativni izvor",
|
99
|
+
"Paste your embed code below:": "Zalijepite va\u0161 ugradbeni kod ispod:",
|
100
|
+
"Insert video": "Umetni video",
|
101
|
+
"Embed": "Ugradi",
|
102
|
+
"Nonbreaking space": "Neprijelomni razmak",
|
103
|
+
"Page break": "Prijelom stranice",
|
104
|
+
"Paste as text": "Zalijepi kao tekst",
|
105
|
+
"Preview": "Pregled",
|
106
|
+
"Print": "\u0160tampaj",
|
107
|
+
"Save": "Sa\u010duvaj",
|
108
|
+
"Could not find the specified string.": "Tra\u017eeni string nije prona\u0111en.",
|
109
|
+
"Replace": "Zamijeni",
|
110
|
+
"Next": "Sljede\u0107e",
|
111
|
+
"Whole words": "Cijele rije\u010di",
|
112
|
+
"Find and replace": "Prona\u0111i i zamijeni",
|
113
|
+
"Replace with": "Zamijena sa",
|
114
|
+
"Find": "Prona\u0111i",
|
115
|
+
"Replace all": "Zamijeni sve",
|
116
|
+
"Match case": "Razlikuj mala i velika slova",
|
117
|
+
"Prev": "Prethodno",
|
118
|
+
"Spellcheck": "Provjera pravopisa",
|
119
|
+
"Finish": "Zavr\u0161i",
|
120
|
+
"Ignore all": "Zanemari sve",
|
121
|
+
"Ignore": "Zanemari",
|
122
|
+
"Insert row before": "Umetni red iznad",
|
123
|
+
"Rows": "Redovi",
|
124
|
+
"Height": "Visina",
|
125
|
+
"Paste row after": "Zalijepi red iznad",
|
126
|
+
"Alignment": "Poravnanje",
|
127
|
+
"Column group": "Grupa kolone",
|
128
|
+
"Row": "Red",
|
129
|
+
"Insert column before": "Umetni kolonu iznad",
|
130
|
+
"Split cell": "Podijeli \u0107eliju",
|
131
|
+
"Cell padding": "Ispunjenje \u0107elije",
|
132
|
+
"Cell spacing": "Razmak \u0107elija",
|
133
|
+
"Row type": "Vrsta reda",
|
134
|
+
"Insert table": "Umetni tabelu",
|
135
|
+
"Body": "Tijelo",
|
136
|
+
"Caption": "Natpis",
|
137
|
+
"Footer": "Podno\u017eje",
|
138
|
+
"Delete row": "Obri\u0161i red",
|
139
|
+
"Paste row before": "Zalijepi red ispod",
|
140
|
+
"Scope": "Opseg",
|
141
|
+
"Delete table": "Obri\u0161i tabelu",
|
142
|
+
"Header cell": "\u0106elija zaglavlja",
|
143
|
+
"Column": "Kolona",
|
144
|
+
"Cell": "\u0106elija",
|
145
|
+
"Header": "Zaglavlje",
|
146
|
+
"Cell type": "Vrsta \u0107elije",
|
147
|
+
"Copy row": "Kopiraj red",
|
148
|
+
"Row properties": "Svojstva reda",
|
149
|
+
"Table properties": "Svojstva tabele",
|
150
|
+
"Row group": "Grupa reda",
|
151
|
+
"Right": "Desno",
|
152
|
+
"Insert column after": "Umetni kolonu ispod",
|
153
|
+
"Cols": "Kolone",
|
154
|
+
"Insert row after": "Umetni red ispod",
|
155
|
+
"Width": "\u0160irina",
|
156
|
+
"Cell properties": "Svojstva \u0107elije",
|
157
|
+
"Left": "Lijevo",
|
158
|
+
"Cut row": "Izre\u017ei red",
|
159
|
+
"Delete column": "Obri\u0161i kolonu",
|
160
|
+
"Center": "Centrirano",
|
161
|
+
"Merge cells": "Spoji \u0107elije",
|
162
|
+
"Insert template": "Umetni predlo\u017eak",
|
163
|
+
"Templates": "Predlo\u0161ci",
|
164
|
+
"Background color": "Boja pozadine",
|
165
|
+
"Text color": "Boja tekst",
|
166
|
+
"Show blocks": "Prika\u017ei blokove",
|
167
|
+
"Show invisible characters": "Prika\u017ei nevidljive znakove",
|
168
|
+
"Words: {0}": "Rije\u010di: {0}",
|
169
|
+
"Insert": "Umetni",
|
170
|
+
"File": "Datoteka",
|
171
|
+
"Edit": "Uredi",
|
172
|
+
"Rich Text Area. Press ALT-F9 for menu. Press ALT-F10 for toolbar. Press ALT-0 for help": "Oblast za ure\u0111ivanje teksta. Pritisnite ALT-F9 za meni. Pritisnite ALT-F10 za prikaz alatne trake. Pritisnite ALT-0 za pomo\u0107.",
|
173
|
+
"Tools": "Alati",
|
174
|
+
"View": "Pregled",
|
175
|
+
"Table": "Tabela",
|
176
|
+
"Format": "Formatiranje"
|
177
|
+
});
|
@@ -0,0 +1,177 @@
|
|
1
|
+
tinymce.addI18n('ca',{
|
2
|
+
"Cut": "Retalla",
|
3
|
+
"Header 2": "Cap\u00e7alera 2",
|
4
|
+
"Your browser doesn't support direct access to the clipboard. Please use the Ctrl+X\/C\/V keyboard shortcuts instead.": "El vostre navegador no suporta l'acc\u00e9s directe al portaobjectes. Si us plau, feu servir les dreceres de teclat Ctrl+X\/C\/V.",
|
5
|
+
"Div": "Div",
|
6
|
+
"Paste": "Enganxa",
|
7
|
+
"Close": "Tanca",
|
8
|
+
"Font Family": "Fam\u00edlia de la font",
|
9
|
+
"Pre": "Pre",
|
10
|
+
"Align right": "Aliniat a la dreta",
|
11
|
+
"New document": "Nou document",
|
12
|
+
"Blockquote": "Cita",
|
13
|
+
"Numbered list": "Llista enumerada",
|
14
|
+
"Increase indent": "Augmentar sagnat",
|
15
|
+
"Formats": "Formats",
|
16
|
+
"Headers": "Cap\u00e7aleres",
|
17
|
+
"Select all": "Seleccionar-ho tot",
|
18
|
+
"Header 3": "Cap\u00e7alera 3",
|
19
|
+
"Blocks": "Blocs",
|
20
|
+
"Undo": "Desfer",
|
21
|
+
"Strikethrough": "Ratllat",
|
22
|
+
"Bullet list": "Llista no ordenada",
|
23
|
+
"Header 1": "Cap\u00e7alera 1",
|
24
|
+
"Superscript": "Super\u00edndex",
|
25
|
+
"Clear formatting": "Eliminar format",
|
26
|
+
"Font Sizes": "Mides de la font",
|
27
|
+
"Subscript": "Sub\u00edndex",
|
28
|
+
"Header 6": "Cap\u00e7alera 6",
|
29
|
+
"Redo": "Refer",
|
30
|
+
"Paragraph": "Par\u00e0graf",
|
31
|
+
"Ok": "Acceptar",
|
32
|
+
"Bold": "Negreta",
|
33
|
+
"Code": "Codi",
|
34
|
+
"Italic": "Cursiva",
|
35
|
+
"Align center": "Centrat",
|
36
|
+
"Header 5": "Cap\u00e7alera 5",
|
37
|
+
"Decrease indent": "Disminuir sagnat",
|
38
|
+
"Header 4": "Cap\u00e7alera 4",
|
39
|
+
"Paste is now in plain text mode. Contents will now be pasted as plain text until you toggle this option off.": "Enganxar ara est\u00e0 en mode text pla. Els continguts s'enganxaran com a text pla fins que desactivis aquesta opci\u00f3. ",
|
40
|
+
"Underline": "Subratllat",
|
41
|
+
"Cancel": "Cancel\u00b7la",
|
42
|
+
"Justify": "Justificat",
|
43
|
+
"Inline": "En l\u00ednia",
|
44
|
+
"Copy": "Copia",
|
45
|
+
"Align left": "Aliniat a l'esquerra",
|
46
|
+
"Visual aids": "Assist\u00e8ncia visual",
|
47
|
+
"Lower Greek": "Grec menor",
|
48
|
+
"Square": "Quadrat",
|
49
|
+
"Default": "Per defecte",
|
50
|
+
"Lower Alpha": "Alfa menor",
|
51
|
+
"Circle": "Cercle",
|
52
|
+
"Disc": "Disc",
|
53
|
+
"Upper Alpha": "Alfa major",
|
54
|
+
"Upper Roman": "Roman major",
|
55
|
+
"Lower Roman": "Roman menor",
|
56
|
+
"Name": "Nom",
|
57
|
+
"Anchor": "\u00c0ncora",
|
58
|
+
"You have unsaved changes are you sure you want to navigate away?": "Teniu canvis sense desar, esteu segur que voleu deixar-ho ara?",
|
59
|
+
"Restore last draft": "Restaurar l'\u00faltim esborrany",
|
60
|
+
"Special character": "Car\u00e0cter especial",
|
61
|
+
"Source code": "Codi font",
|
62
|
+
"Right to left": "De dreta a esquerra",
|
63
|
+
"Left to right": "D'esquerra a dreta",
|
64
|
+
"Emoticons": "Emoticones",
|
65
|
+
"Robots": "Robots",
|
66
|
+
"Document properties": "Propietats del document",
|
67
|
+
"Title": "T\u00edtol",
|
68
|
+
"Keywords": "Paraules clau",
|
69
|
+
"Encoding": "Codificaci\u00f3",
|
70
|
+
"Description": "Descripci\u00f3",
|
71
|
+
"Author": "Autor",
|
72
|
+
"Fullscreen": "Pantalla completa",
|
73
|
+
"Horizontal line": "L\u00ednia horitzontal",
|
74
|
+
"Horizontal space": "Espai horitzontal",
|
75
|
+
"Insert\/edit image": "Inserir\/editar imatge",
|
76
|
+
"General": "General",
|
77
|
+
"Advanced": "Avan\u00e7at",
|
78
|
+
"Source": "Font",
|
79
|
+
"Border": "Vora",
|
80
|
+
"Constrain proportions": "Mantenir proporcions",
|
81
|
+
"Vertical space": "Espai vertical",
|
82
|
+
"Image description": "Descripci\u00f3 de la imatge",
|
83
|
+
"Style": "Estil",
|
84
|
+
"Dimensions": "Dimensions",
|
85
|
+
"Insert image": "Inserir imatge",
|
86
|
+
"Insert date\/time": "Inserir data\/hora",
|
87
|
+
"Remove link": "Treure enlla\u00e7",
|
88
|
+
"Url": "URL",
|
89
|
+
"Text to display": "Text per mostrar",
|
90
|
+
"Anchors": "\u00c0ncores",
|
91
|
+
"Insert link": "Inserir enlla\u00e7",
|
92
|
+
"New window": "Finestra nova",
|
93
|
+
"None": "Cap",
|
94
|
+
"Target": "Dest\u00ed",
|
95
|
+
"Insert\/edit link": "Inserir\/editar enlla\u00e7",
|
96
|
+
"Insert\/edit video": "Inserir\/editar v\u00eddeo",
|
97
|
+
"Poster": "P\u00f3ster",
|
98
|
+
"Alternative source": "Font alternativa",
|
99
|
+
"Paste your embed code below:": "Enganxau el codi a sota:",
|
100
|
+
"Insert video": "Inserir v\u00eddeo",
|
101
|
+
"Embed": "Incloure",
|
102
|
+
"Nonbreaking space": "Espai fixe",
|
103
|
+
"Page break": "Salt de p\u00e0gina",
|
104
|
+
"Paste as text": "Enganxar com a text",
|
105
|
+
"Preview": "Previsualitzaci\u00f3",
|
106
|
+
"Print": "Imprimir",
|
107
|
+
"Save": "Desa",
|
108
|
+
"Could not find the specified string.": "No es pot trobar el text especificat.",
|
109
|
+
"Replace": "Rempla\u00e7ar",
|
110
|
+
"Next": "Seg\u00fcent",
|
111
|
+
"Whole words": "Paraules senceres",
|
112
|
+
"Find and replace": "Buscar i rempla\u00e7ar",
|
113
|
+
"Replace with": "Rempla\u00e7ar amb",
|
114
|
+
"Find": "Buscar",
|
115
|
+
"Replace all": "Rempla\u00e7ar-ho tot",
|
116
|
+
"Match case": "Coincidir maj\u00fascules",
|
117
|
+
"Prev": "Anterior",
|
118
|
+
"Spellcheck": "Comprovar ortrografia",
|
119
|
+
"Finish": "Finalitzar",
|
120
|
+
"Ignore all": "Ignorar tots",
|
121
|
+
"Ignore": "Ignorar",
|
122
|
+
"Insert row before": "Inserir fila a sobre",
|
123
|
+
"Rows": "Files",
|
124
|
+
"Height": "Al\u00e7ada",
|
125
|
+
"Paste row after": "Enganxar fila a sota",
|
126
|
+
"Alignment": "Aliniament",
|
127
|
+
"Column group": "Grup de columna",
|
128
|
+
"Row": "Fila",
|
129
|
+
"Insert column before": "Inserir columna abans",
|
130
|
+
"Split cell": "Dividir cel\u00b7les",
|
131
|
+
"Cell padding": "Marge intern",
|
132
|
+
"Cell spacing": "Espai entre cel\u00b7les",
|
133
|
+
"Row type": "Tipus de fila",
|
134
|
+
"Insert table": "Inserir taula",
|
135
|
+
"Body": "Cos",
|
136
|
+
"Caption": "Encap\u00e7alament",
|
137
|
+
"Footer": "Peu",
|
138
|
+
"Delete row": "Esborrar fila",
|
139
|
+
"Paste row before": "Enganxar fila a sobre",
|
140
|
+
"Scope": "\u00c0mbit",
|
141
|
+
"Delete table": "Esborrar taula",
|
142
|
+
"Header cell": "Cel\u00b7la de cap\u00e7alera",
|
143
|
+
"Column": "Columna",
|
144
|
+
"Cell": "Cel\u00b7la",
|
145
|
+
"Header": "Cap\u00e7alera",
|
146
|
+
"Cell type": "Tipus de cel\u00b7la",
|
147
|
+
"Copy row": "Copiar fila",
|
148
|
+
"Row properties": "Propietats de fila",
|
149
|
+
"Table properties": "Propietats de taula",
|
150
|
+
"Row group": "Grup de fila",
|
151
|
+
"Right": "A la dreta",
|
152
|
+
"Insert column after": "Inserir columna despr\u00e9s",
|
153
|
+
"Cols": "Cols",
|
154
|
+
"Insert row after": "Inserir fila a sota",
|
155
|
+
"Width": "Amplada",
|
156
|
+
"Cell properties": "Propietats de cel\u00b7la",
|
157
|
+
"Left": "A l'esquerra",
|
158
|
+
"Cut row": "Retallar fila",
|
159
|
+
"Delete column": "Esborrar columna",
|
160
|
+
"Center": "Centrat",
|
161
|
+
"Merge cells": "Fusionar cel\u00b7les",
|
162
|
+
"Insert template": "Inserir plantilla",
|
163
|
+
"Templates": "Plantilles",
|
164
|
+
"Background color": "Color del fons",
|
165
|
+
"Text color": "Color del text",
|
166
|
+
"Show blocks": "Mostrar blocs",
|
167
|
+
"Show invisible characters": "Mostrar car\u00e0cters invisibles",
|
168
|
+
"Words: {0}": "Paraules: {0}",
|
169
|
+
"Insert": "Inserir",
|
170
|
+
"File": "Arxiu",
|
171
|
+
"Edit": "Edici\u00f3",
|
172
|
+
"Rich Text Area. Press ALT-F9 for menu. Press ALT-F10 for toolbar. Press ALT-0 for help": "\u00c0rea de text amb format. Premeu ALT-F9 per mostrar el men\u00fa, ALT F10 per la barra d'eines i ALT-0 per ajuda.",
|
173
|
+
"Tools": "Eines",
|
174
|
+
"View": "Veure",
|
175
|
+
"Table": "Taula",
|
176
|
+
"Format": "Format"
|
177
|
+
});
|
@@ -0,0 +1,177 @@
|
|
1
|
+
tinymce.addI18n('cs',{
|
2
|
+
"Cut": "Vyjmout",
|
3
|
+
"Header 2": "Nadpis 2",
|
4
|
+
"Your browser doesn't support direct access to the clipboard. Please use the Ctrl+X\/C\/V keyboard shortcuts instead.": "V\u00e1\u0161 prohl\u00ed\u017ee\u010d nepodporuje p\u0159\u00edm\u00fd p\u0159\u00edstup do schr\u00e1nky. Pou\u017eijte pros\u00edm kl\u00e1vesov\u00e9 zkratky Ctrl+X\/C\/V.",
|
5
|
+
"Div": "Div (blok)",
|
6
|
+
"Paste": "Vlo\u017eit",
|
7
|
+
"Close": "Zav\u0159\u00edt",
|
8
|
+
"Font Family": "Typ p\u00edsma",
|
9
|
+
"Pre": "Pre (p\u0159edform\u00e1tov\u00e1no)",
|
10
|
+
"Align right": "Zarovnat vpravo",
|
11
|
+
"New document": "Nov\u00fd dokument",
|
12
|
+
"Blockquote": "Citace",
|
13
|
+
"Numbered list": "\u010c\u00edslov\u00e1n\u00ed",
|
14
|
+
"Increase indent": "Zv\u011bt\u0161it odsazen\u00ed",
|
15
|
+
"Formats": "Form\u00e1ty",
|
16
|
+
"Headers": "Nadpisy",
|
17
|
+
"Select all": "Vybrat v\u0161e",
|
18
|
+
"Header 3": "Nadpis 3",
|
19
|
+
"Blocks": "Blokov\u00e9 zobrazen\u00ed (block)",
|
20
|
+
"Undo": "Zp\u011bt",
|
21
|
+
"Strikethrough": "P\u0159e\u0161rktnut\u00e9",
|
22
|
+
"Bullet list": "Odr\u00e1\u017eky",
|
23
|
+
"Header 1": "Nadpis 1",
|
24
|
+
"Superscript": "Horn\u00ed index",
|
25
|
+
"Clear formatting": "Vymazat form\u00e1tov\u00e1n\u00ed",
|
26
|
+
"Font Sizes": "Velikost p\u00edsma",
|
27
|
+
"Subscript": "Doln\u00ed index",
|
28
|
+
"Header 6": "Nadpis 6",
|
29
|
+
"Redo": "Znovu",
|
30
|
+
"Paragraph": "Odstavec",
|
31
|
+
"Ok": "OK",
|
32
|
+
"Bold": "Tu\u010dn\u00e9",
|
33
|
+
"Code": "Code (k\u00f3d)",
|
34
|
+
"Italic": "Kurz\u00edva",
|
35
|
+
"Align center": "Zarovnat na st\u0159ed",
|
36
|
+
"Header 5": "Nadpis 5",
|
37
|
+
"Decrease indent": "Zmen\u0161it odsazen\u00ed",
|
38
|
+
"Header 4": "Nadpis 4",
|
39
|
+
"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.",
|
40
|
+
"Underline": "Podtr\u017een\u00e9",
|
41
|
+
"Cancel": "Zru\u0161it",
|
42
|
+
"Justify": "Zarovnat do bloku",
|
43
|
+
"Inline": "\u0158\u00e1dkov\u00e9 zobrazen\u00ed (inline)",
|
44
|
+
"Copy": "Kop\u00edrovat",
|
45
|
+
"Align left": "Zarovnat vlevo",
|
46
|
+
"Visual aids": "Vizu\u00e1ln\u00ed pom\u016fcky",
|
47
|
+
"Lower Greek": "Mal\u00e9 p\u00edsmenkov\u00e1n\u00ed",
|
48
|
+
"Square": "\u010ctvere\u010dek",
|
49
|
+
"Default": "V\u00fdchoz\u00ed",
|
50
|
+
"Lower Alpha": "Norm\u00e1ln\u00ed \u010d\u00edslov\u00e1n\u00ed",
|
51
|
+
"Circle": "Kole\u010dko",
|
52
|
+
"Disc": "Punt\u00edk",
|
53
|
+
"Upper Alpha": "velk\u00e9 p\u00edsmenkov\u00e1n\u00ed",
|
54
|
+
"Upper Roman": "\u0158\u00edmsk\u00e9 \u010d\u00edslice",
|
55
|
+
"Lower Roman": "Mal\u00e9 \u0159\u00edmsk\u00e9 \u010d\u00edslice",
|
56
|
+
"Name": "N\u00e1zev",
|
57
|
+
"Anchor": "Kotva",
|
58
|
+
"You have unsaved changes are you sure you want to navigate away?": "M\u00e1te neulo\u017een\u00e9 zm\u011bny. Opravdu chcete opustit str\u00e1nku?",
|
59
|
+
"Restore last draft": "Obnovit posledn\u00ed koncept",
|
60
|
+
"Special character": "Speci\u00e1ln\u00ed znak",
|
61
|
+
"Source code": "Zdrojov\u00fd k\u00f3d",
|
62
|
+
"Right to left": "Zprava doleva",
|
63
|
+
"Left to right": "Zleva doprava",
|
64
|
+
"Emoticons": "Emotikony",
|
65
|
+
"Robots": "Roboti",
|
66
|
+
"Document properties": "Vlastnosti dokumentu",
|
67
|
+
"Title": "Titulek",
|
68
|
+
"Keywords": "Kl\u00ed\u010dov\u00e1 slova",
|
69
|
+
"Encoding": "K\u00f3dov\u00e1n\u00ed",
|
70
|
+
"Description": "Popis",
|
71
|
+
"Author": "Autor",
|
72
|
+
"Fullscreen": "Na celou obrazovku",
|
73
|
+
"Horizontal line": "Vodorovn\u00e1 \u010d\u00e1ra",
|
74
|
+
"Horizontal space": "Horizont\u00e1ln\u00ed mezera",
|
75
|
+
"Insert\/edit image": "Vlo\u017eit \/ upravit obr\u00e1zek",
|
76
|
+
"General": "Obecn\u00e9",
|
77
|
+
"Advanced": "Pokro\u010dil\u00e9",
|
78
|
+
"Source": "Zdroj",
|
79
|
+
"Border": "R\u00e1me\u010dek",
|
80
|
+
"Constrain proportions": "Zachovat proporce",
|
81
|
+
"Vertical space": "Vertik\u00e1ln\u00ed mezera",
|
82
|
+
"Image description": "Popis obr\u00e1zku",
|
83
|
+
"Style": "Styl",
|
84
|
+
"Dimensions": "Rozm\u011bry",
|
85
|
+
"Insert image": "Vlo\u017eit obr\u00e1zek",
|
86
|
+
"Insert date\/time": "Vlo\u017eit datum \/ \u010das",
|
87
|
+
"Remove link": "Odstranit odkaz",
|
88
|
+
"Url": "Odkaz",
|
89
|
+
"Text to display": "Text k zobrazen\u00ed",
|
90
|
+
"Anchors": "Kotvy",
|
91
|
+
"Insert link": "Vlo\u017eit odkaz",
|
92
|
+
"New window": "Nov\u00e9 okno",
|
93
|
+
"None": "\u017d\u00e1dn\u00e9",
|
94
|
+
"Target": "C\u00edl",
|
95
|
+
"Insert\/edit link": "Vlo\u017eit \/ upravit odkaz",
|
96
|
+
"Insert\/edit video": "Vlo\u017eit \/ upravit video",
|
97
|
+
"Poster": "N\u00e1hled",
|
98
|
+
"Alternative source": "Alternativn\u00ed zdroj",
|
99
|
+
"Paste your embed code below:": "Vlo\u017ete k\u00f3d pro vlo\u017een\u00ed n\u00ed\u017ee:",
|
100
|
+
"Insert video": "Vlo\u017eit video",
|
101
|
+
"Embed": "Vlo\u017eit",
|
102
|
+
"Nonbreaking space": "Pevn\u00e1 mezera",
|
103
|
+
"Page break": "Konec str\u00e1nky",
|
104
|
+
"Paste as text": "Vlo\u017eit jako text",
|
105
|
+
"Preview": "N\u00e1hled",
|
106
|
+
"Print": "Tisk",
|
107
|
+
"Save": "Ulo\u017eit",
|
108
|
+
"Could not find the specified string.": "Zadan\u00fd \u0159et\u011bzec nebyl nalezen.",
|
109
|
+
"Replace": "Nahradit",
|
110
|
+
"Next": "Dal\u0161\u00ed",
|
111
|
+
"Whole words": "Cel\u00e1 slova",
|
112
|
+
"Find and replace": "Naj\u00edt a nahradit",
|
113
|
+
"Replace with": "Nahradit za",
|
114
|
+
"Find": "Naj\u00edt",
|
115
|
+
"Replace all": "Nahradit v\u0161e",
|
116
|
+
"Match case": "Rozli\u0161ovat velikost",
|
117
|
+
"Prev": "P\u0159edchoz\u00ed",
|
118
|
+
"Spellcheck": "Kontrola pravopisu",
|
119
|
+
"Finish": "Ukon\u010dit",
|
120
|
+
"Ignore all": "Ignorovat v\u0161e",
|
121
|
+
"Ignore": "Ignorovat",
|
122
|
+
"Insert row before": "Vlo\u017eit \u0159\u00e1dek nad",
|
123
|
+
"Rows": "\u0158\u00e1dek",
|
124
|
+
"Height": "V\u00fd\u0161ka",
|
125
|
+
"Paste row after": "Vlo\u017eit \u0159\u00e1dek pod",
|
126
|
+
"Alignment": "Zarovn\u00e1n\u00ed",
|
127
|
+
"Column group": "Skupina sloupc\u016f",
|
128
|
+
"Row": "\u0158\u00e1dek",
|
129
|
+
"Insert column before": "Vlo\u017eit sloupec vlevo",
|
130
|
+
"Split cell": "Rozd\u011blit bu\u0148ky",
|
131
|
+
"Cell padding": "Vnit\u0159n\u00ed okraj bun\u011bk",
|
132
|
+
"Cell spacing": "Vn\u011bj\u0161\u00ed okraj bun\u011bk",
|
133
|
+
"Row type": "Typ \u0159\u00e1dku",
|
134
|
+
"Insert table": "Vlo\u017eit tabulku",
|
135
|
+
"Body": "T\u011blo",
|
136
|
+
"Caption": "Nadpis",
|
137
|
+
"Footer": "Pati\u010dka",
|
138
|
+
"Delete row": "Smazat \u0159\u00e1dek",
|
139
|
+
"Paste row before": "Vlo\u017eit \u0159\u00e1dek nad",
|
140
|
+
"Scope": "Rozsah",
|
141
|
+
"Delete table": "Smazat tabulku",
|
142
|
+
"Header cell": "Hlavi\u010dkov\u00e1 bu\u0148ka",
|
143
|
+
"Column": "Sloupec",
|
144
|
+
"Cell": "Bu\u0148ka",
|
145
|
+
"Header": "Hlavi\u010dka",
|
146
|
+
"Cell type": "Typ bu\u0148ky",
|
147
|
+
"Copy row": "Kop\u00edrovat \u0159\u00e1dek",
|
148
|
+
"Row properties": "Vlastnosti \u0159\u00e1dku",
|
149
|
+
"Table properties": "Vlastnosti tabulky",
|
150
|
+
"Row group": "Skupina \u0159\u00e1dk\u016f",
|
151
|
+
"Right": "Vpravo",
|
152
|
+
"Insert column after": "Vlo\u017eit sloupec vpravo",
|
153
|
+
"Cols": "Sloupc\u016f",
|
154
|
+
"Insert row after": "Vlo\u017eit \u0159\u00e1dek pod",
|
155
|
+
"Width": "\u0160\u00ed\u0159ka",
|
156
|
+
"Cell properties": "Vlastnosti bu\u0148ky",
|
157
|
+
"Left": "Vlevo",
|
158
|
+
"Cut row": "Vyjmout \u0159\u00e1dek",
|
159
|
+
"Delete column": "Smazat sloupec",
|
160
|
+
"Center": "Na st\u0159ed",
|
161
|
+
"Merge cells": "Slou\u010dit bu\u0148ky",
|
162
|
+
"Insert template": "Vlo\u017eit \u0161ablonu",
|
163
|
+
"Templates": "\u0160ablony",
|
164
|
+
"Background color": "Barva pozad\u00ed",
|
165
|
+
"Text color": "Barva p\u00edsma",
|
166
|
+
"Show blocks": "Uk\u00e1zat bloky",
|
167
|
+
"Show invisible characters": "Zobrazit speci\u00e1ln\u00ed znaky",
|
168
|
+
"Words: {0}": "Po\u010det slov: {0}",
|
169
|
+
"Insert": "Vlo\u017eit",
|
170
|
+
"File": "Soubor",
|
171
|
+
"Edit": "\u00dapravy",
|
172
|
+
"Rich Text Area. Press ALT-F9 for menu. Press ALT-F10 for toolbar. Press ALT-0 for help": "Editor. Stiskn\u011bte ALT-F9 pro menu, ALT-F10 pro n\u00e1strojovou li\u0161tu a ALT-0 pro n\u00e1pov\u011bdu.",
|
173
|
+
"Tools": "N\u00e1stroje",
|
174
|
+
"View": "Zobrazit",
|
175
|
+
"Table": "Tabulka",
|
176
|
+
"Format": "Form\u00e1t"
|
177
|
+
});
|