Shortcodes Ultimate - Version 4.5.0

Version Description

  • Presets. Now you need to adjust the shortcodes only once
  • New WP filters for shortcodes attributes
  • New option for compatibility mode prefix
  • Compatibility mode is now enabled by default
  • Font-awesome updated to 4.0.3
  • New shortcode [meta]
  • New shortcode [user]
  • New shortcode [post]
  • New attribute limit for [slider], [carousel] and [custom_gallery]
  • Minor UX improvements
Download this release

Release Info

Developer gn_themes
Plugin Icon 128x128 Shortcodes Ultimate
Version 4.5.0
Comparing to
See all releases

Code changes from version 4.4.6 to 4.5.0

assets/css/font-awesome.css CHANGED
@@ -1,395 +1,4 @@
1
- @font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot?v=4.0.0');src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.0.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff?v=4.0.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.0.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.0.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
2
- .fa-lg{font-size:1.3333333333333333em;line-height:.75em;vertical-align:-15%}
3
- .fa-2x{font-size:2em}
4
- .fa-3x{font-size:3em}
5
- .fa-4x{font-size:4em}
6
- .fa-5x{font-size:5em}
7
- .fa-fw{width:1.2857142857142858em;text-align:center}
8
- .fa-ul{padding-left:0;margin-left:2.142857142857143em;list-style-type:none}.fa-ul>li{position:relative}
9
- .fa-li{position:absolute;left:-2.142857142857143em;width:2.142857142857143em;top:.14285714285714285em;text-align:center}.fa-li.fa-lg{left:-1.8571428571428572em}
10
- .fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}
11
- .pull-right{float:right}
12
- .pull-left{float:left}
13
- .fa.pull-left{margin-right:.3em}
14
- .fa.pull-right{margin-left:.3em}
15
- .fa-spin{-webkit-animation:spin 2s infinite linear;-moz-animation:spin 2s infinite linear;-o-animation:spin 2s infinite linear;animation:spin 2s infinite linear}
16
- @-moz-keyframes spin{0%{-moz-transform:rotate(0deg)} 100%{-moz-transform:rotate(359deg)}}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg)} 100%{-webkit-transform:rotate(359deg)}}@-o-keyframes spin{0%{-o-transform:rotate(0deg)} 100%{-o-transform:rotate(359deg)}}@-ms-keyframes spin{0%{-ms-transform:rotate(0deg)} 100%{-ms-transform:rotate(359deg)}}@keyframes spin{0%{transform:rotate(0deg)} 100%{transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg)}
17
- .fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}
18
- .fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-moz-transform:rotate(270deg);-ms-transform:rotate(270deg);-o-transform:rotate(270deg);transform:rotate(270deg)}
19
- .fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-moz-transform:scale(-1, 1);-ms-transform:scale(-1, 1);-o-transform:scale(-1, 1);transform:scale(-1, 1)}
20
- .fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-moz-transform:scale(1, -1);-ms-transform:scale(1, -1);-o-transform:scale(1, -1);transform:scale(1, -1)}
21
- .fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}
22
- .fa-stack-1x,.fa-stack-2x{position:absolute;width:100%;text-align:center}
23
- .fa-stack-1x{line-height:inherit}
24
- .fa-stack-2x{font-size:2em}
25
- .fa-inverse{color:#fff}
26
- .fa-glass:before{content:"\f000"}
27
- .fa-music:before{content:"\f001"}
28
- .fa-search:before{content:"\f002"}
29
- .fa-envelope-o:before{content:"\f003"}
30
- .fa-heart:before{content:"\f004"}
31
- .fa-star:before{content:"\f005"}
32
- .fa-star-o:before{content:"\f006"}
33
- .fa-user:before{content:"\f007"}
34
- .fa-film:before{content:"\f008"}
35
- .fa-th-large:before{content:"\f009"}
36
- .fa-th:before{content:"\f00a"}
37
- .fa-th-list:before{content:"\f00b"}
38
- .fa-check:before{content:"\f00c"}
39
- .fa-times:before{content:"\f00d"}
40
- .fa-search-plus:before{content:"\f00e"}
41
- .fa-search-minus:before{content:"\f010"}
42
- .fa-power-off:before{content:"\f011"}
43
- .fa-signal:before{content:"\f012"}
44
- .fa-gear:before,.fa-cog:before{content:"\f013"}
45
- .fa-trash-o:before{content:"\f014"}
46
- .fa-home:before{content:"\f015"}
47
- .fa-file-o:before{content:"\f016"}
48
- .fa-clock-o:before{content:"\f017"}
49
- .fa-road:before{content:"\f018"}
50
- .fa-download:before{content:"\f019"}
51
- .fa-arrow-circle-o-down:before{content:"\f01a"}
52
- .fa-arrow-circle-o-up:before{content:"\f01b"}
53
- .fa-inbox:before{content:"\f01c"}
54
- .fa-play-circle-o:before{content:"\f01d"}
55
- .fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}
56
- .fa-refresh:before{content:"\f021"}
57
- .fa-list-alt:before{content:"\f022"}
58
- .fa-lock:before{content:"\f023"}
59
- .fa-flag:before{content:"\f024"}
60
- .fa-headphones:before{content:"\f025"}
61
- .fa-volume-off:before{content:"\f026"}
62
- .fa-volume-down:before{content:"\f027"}
63
- .fa-volume-up:before{content:"\f028"}
64
- .fa-qrcode:before{content:"\f029"}
65
- .fa-barcode:before{content:"\f02a"}
66
- .fa-tag:before{content:"\f02b"}
67
- .fa-tags:before{content:"\f02c"}
68
- .fa-book:before{content:"\f02d"}
69
- .fa-bookmark:before{content:"\f02e"}
70
- .fa-print:before{content:"\f02f"}
71
- .fa-camera:before{content:"\f030"}
72
- .fa-font:before{content:"\f031"}
73
- .fa-bold:before{content:"\f032"}
74
- .fa-italic:before{content:"\f033"}
75
- .fa-text-height:before{content:"\f034"}
76
- .fa-text-width:before{content:"\f035"}
77
- .fa-align-left:before{content:"\f036"}
78
- .fa-align-center:before{content:"\f037"}
79
- .fa-align-right:before{content:"\f038"}
80
- .fa-align-justify:before{content:"\f039"}
81
- .fa-list:before{content:"\f03a"}
82
- .fa-dedent:before,.fa-outdent:before{content:"\f03b"}
83
- .fa-indent:before{content:"\f03c"}
84
- .fa-video-camera:before{content:"\f03d"}
85
- .fa-picture-o:before{content:"\f03e"}
86
- .fa-pencil:before{content:"\f040"}
87
- .fa-map-marker:before{content:"\f041"}
88
- .fa-adjust:before{content:"\f042"}
89
- .fa-tint:before{content:"\f043"}
90
- .fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}
91
- .fa-share-square-o:before{content:"\f045"}
92
- .fa-check-square-o:before{content:"\f046"}
93
- .fa-move:before{content:"\f047"}
94
- .fa-step-backward:before{content:"\f048"}
95
- .fa-fast-backward:before{content:"\f049"}
96
- .fa-backward:before{content:"\f04a"}
97
- .fa-play:before{content:"\f04b"}
98
- .fa-pause:before{content:"\f04c"}
99
- .fa-stop:before{content:"\f04d"}
100
- .fa-forward:before{content:"\f04e"}
101
- .fa-fast-forward:before{content:"\f050"}
102
- .fa-step-forward:before{content:"\f051"}
103
- .fa-eject:before{content:"\f052"}
104
- .fa-chevron-left:before{content:"\f053"}
105
- .fa-chevron-right:before{content:"\f054"}
106
- .fa-plus-circle:before{content:"\f055"}
107
- .fa-minus-circle:before{content:"\f056"}
108
- .fa-times-circle:before{content:"\f057"}
109
- .fa-check-circle:before{content:"\f058"}
110
- .fa-question-circle:before{content:"\f059"}
111
- .fa-info-circle:before{content:"\f05a"}
112
- .fa-crosshairs:before{content:"\f05b"}
113
- .fa-times-circle-o:before{content:"\f05c"}
114
- .fa-check-circle-o:before{content:"\f05d"}
115
- .fa-ban:before{content:"\f05e"}
116
- .fa-arrow-left:before{content:"\f060"}
117
- .fa-arrow-right:before{content:"\f061"}
118
- .fa-arrow-up:before{content:"\f062"}
119
- .fa-arrow-down:before{content:"\f063"}
120
- .fa-mail-forward:before,.fa-share:before{content:"\f064"}
121
- .fa-resize-full:before{content:"\f065"}
122
- .fa-resize-small:before{content:"\f066"}
123
- .fa-plus:before{content:"\f067"}
124
- .fa-minus:before{content:"\f068"}
125
- .fa-asterisk:before{content:"\f069"}
126
- .fa-exclamation-circle:before{content:"\f06a"}
127
- .fa-gift:before{content:"\f06b"}
128
- .fa-leaf:before{content:"\f06c"}
129
- .fa-fire:before{content:"\f06d"}
130
- .fa-eye:before{content:"\f06e"}
131
- .fa-eye-slash:before{content:"\f070"}
132
- .fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}
133
- .fa-plane:before{content:"\f072"}
134
- .fa-calendar:before{content:"\f073"}
135
- .fa-random:before{content:"\f074"}
136
- .fa-comment:before{content:"\f075"}
137
- .fa-magnet:before{content:"\f076"}
138
- .fa-chevron-up:before{content:"\f077"}
139
- .fa-chevron-down:before{content:"\f078"}
140
- .fa-retweet:before{content:"\f079"}
141
- .fa-shopping-cart:before{content:"\f07a"}
142
- .fa-folder:before{content:"\f07b"}
143
- .fa-folder-open:before{content:"\f07c"}
144
- .fa-resize-vertical:before{content:"\f07d"}
145
- .fa-resize-horizontal:before{content:"\f07e"}
146
- .fa-bar-chart-o:before{content:"\f080"}
147
- .fa-twitter-square:before{content:"\f081"}
148
- .fa-facebook-square:before{content:"\f082"}
149
- .fa-camera-retro:before{content:"\f083"}
150
- .fa-key:before{content:"\f084"}
151
- .fa-gears:before,.fa-cogs:before{content:"\f085"}
152
- .fa-comments:before{content:"\f086"}
153
- .fa-thumbs-o-up:before{content:"\f087"}
154
- .fa-thumbs-o-down:before{content:"\f088"}
155
- .fa-star-half:before{content:"\f089"}
156
- .fa-heart-o:before{content:"\f08a"}
157
- .fa-sign-out:before{content:"\f08b"}
158
- .fa-linkedin-square:before{content:"\f08c"}
159
- .fa-thumb-tack:before{content:"\f08d"}
160
- .fa-external-link:before{content:"\f08e"}
161
- .fa-sign-in:before{content:"\f090"}
162
- .fa-trophy:before{content:"\f091"}
163
- .fa-github-square:before{content:"\f092"}
164
- .fa-upload:before{content:"\f093"}
165
- .fa-lemon-o:before{content:"\f094"}
166
- .fa-phone:before{content:"\f095"}
167
- .fa-square-o:before{content:"\f096"}
168
- .fa-bookmark-o:before{content:"\f097"}
169
- .fa-phone-square:before{content:"\f098"}
170
- .fa-twitter:before{content:"\f099"}
171
- .fa-facebook:before{content:"\f09a"}
172
- .fa-github:before{content:"\f09b"}
173
- .fa-unlock:before{content:"\f09c"}
174
- .fa-credit-card:before{content:"\f09d"}
175
- .fa-rss:before{content:"\f09e"}
176
- .fa-hdd:before{content:"\f0a0"}
177
- .fa-bullhorn:before{content:"\f0a1"}
178
- .fa-bell:before{content:"\f0f3"}
179
- .fa-certificate:before{content:"\f0a3"}
180
- .fa-hand-o-right:before{content:"\f0a4"}
181
- .fa-hand-o-left:before{content:"\f0a5"}
182
- .fa-hand-o-up:before{content:"\f0a6"}
183
- .fa-hand-o-down:before{content:"\f0a7"}
184
- .fa-arrow-circle-left:before{content:"\f0a8"}
185
- .fa-arrow-circle-right:before{content:"\f0a9"}
186
- .fa-arrow-circle-up:before{content:"\f0aa"}
187
- .fa-arrow-circle-down:before{content:"\f0ab"}
188
- .fa-globe:before{content:"\f0ac"}
189
- .fa-wrench:before{content:"\f0ad"}
190
- .fa-tasks:before{content:"\f0ae"}
191
- .fa-filter:before{content:"\f0b0"}
192
- .fa-briefcase:before{content:"\f0b1"}
193
- .fa-fullscreen:before{content:"\f0b2"}
194
- .fa-group:before{content:"\f0c0"}
195
- .fa-chain:before,.fa-link:before{content:"\f0c1"}
196
- .fa-cloud:before{content:"\f0c2"}
197
- .fa-flask:before{content:"\f0c3"}
198
- .fa-cut:before,.fa-scissors:before{content:"\f0c4"}
199
- .fa-copy:before,.fa-files-o:before{content:"\f0c5"}
200
- .fa-paperclip:before{content:"\f0c6"}
201
- .fa-save:before,.fa-floppy-o:before{content:"\f0c7"}
202
- .fa-square:before{content:"\f0c8"}
203
- .fa-reorder:before{content:"\f0c9"}
204
- .fa-list-ul:before{content:"\f0ca"}
205
- .fa-list-ol:before{content:"\f0cb"}
206
- .fa-strikethrough:before{content:"\f0cc"}
207
- .fa-underline:before{content:"\f0cd"}
208
- .fa-table:before{content:"\f0ce"}
209
- .fa-magic:before{content:"\f0d0"}
210
- .fa-truck:before{content:"\f0d1"}
211
- .fa-pinterest:before{content:"\f0d2"}
212
- .fa-pinterest-square:before{content:"\f0d3"}
213
- .fa-google-plus-square:before{content:"\f0d4"}
214
- .fa-google-plus:before{content:"\f0d5"}
215
- .fa-money:before{content:"\f0d6"}
216
- .fa-caret-down:before{content:"\f0d7"}
217
- .fa-caret-up:before{content:"\f0d8"}
218
- .fa-caret-left:before{content:"\f0d9"}
219
- .fa-caret-right:before{content:"\f0da"}
220
- .fa-columns:before{content:"\f0db"}
221
- .fa-unsorted:before,.fa-sort:before{content:"\f0dc"}
222
- .fa-sort-down:before,.fa-sort-asc:before{content:"\f0dd"}
223
- .fa-sort-up:before,.fa-sort-desc:before{content:"\f0de"}
224
- .fa-envelope:before{content:"\f0e0"}
225
- .fa-linkedin:before{content:"\f0e1"}
226
- .fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}
227
- .fa-legal:before,.fa-gavel:before{content:"\f0e3"}
228
- .fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}
229
- .fa-comment-o:before{content:"\f0e5"}
230
- .fa-comments-o:before{content:"\f0e6"}
231
- .fa-flash:before,.fa-bolt:before{content:"\f0e7"}
232
- .fa-sitemap:before{content:"\f0e8"}
233
- .fa-umbrella:before{content:"\f0e9"}
234
- .fa-paste:before,.fa-clipboard:before{content:"\f0ea"}
235
- .fa-lightbulb-o:before{content:"\f0eb"}
236
- .fa-exchange:before{content:"\f0ec"}
237
- .fa-cloud-download:before{content:"\f0ed"}
238
- .fa-cloud-upload:before{content:"\f0ee"}
239
- .fa-user-md:before{content:"\f0f0"}
240
- .fa-stethoscope:before{content:"\f0f1"}
241
- .fa-suitcase:before{content:"\f0f2"}
242
- .fa-bell-o:before{content:"\f0a2"}
243
- .fa-coffee:before{content:"\f0f4"}
244
- .fa-cutlery:before{content:"\f0f5"}
245
- .fa-file-text-o:before{content:"\f0f6"}
246
- .fa-building:before{content:"\f0f7"}
247
- .fa-hospital:before{content:"\f0f8"}
248
- .fa-ambulance:before{content:"\f0f9"}
249
- .fa-medkit:before{content:"\f0fa"}
250
- .fa-fighter-jet:before{content:"\f0fb"}
251
- .fa-beer:before{content:"\f0fc"}
252
- .fa-h-square:before{content:"\f0fd"}
253
- .fa-plus-square:before{content:"\f0fe"}
254
- .fa-angle-double-left:before{content:"\f100"}
255
- .fa-angle-double-right:before{content:"\f101"}
256
- .fa-angle-double-up:before{content:"\f102"}
257
- .fa-angle-double-down:before{content:"\f103"}
258
- .fa-angle-left:before{content:"\f104"}
259
- .fa-angle-right:before{content:"\f105"}
260
- .fa-angle-up:before{content:"\f106"}
261
- .fa-angle-down:before{content:"\f107"}
262
- .fa-desktop:before{content:"\f108"}
263
- .fa-laptop:before{content:"\f109"}
264
- .fa-tablet:before{content:"\f10a"}
265
- .fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}
266
- .fa-circle-o:before{content:"\f10c"}
267
- .fa-quote-left:before{content:"\f10d"}
268
- .fa-quote-right:before{content:"\f10e"}
269
- .fa-spinner:before{content:"\f110"}
270
- .fa-circle:before{content:"\f111"}
271
- .fa-mail-reply:before,.fa-reply:before{content:"\f112"}
272
- .fa-github-alt:before{content:"\f113"}
273
- .fa-folder-o:before{content:"\f114"}
274
- .fa-folder-open-o:before{content:"\f115"}
275
- .fa-expand-o:before{content:"\f116"}
276
- .fa-collapse-o:before{content:"\f117"}
277
- .fa-smile-o:before{content:"\f118"}
278
- .fa-frown-o:before{content:"\f119"}
279
- .fa-meh-o:before{content:"\f11a"}
280
- .fa-gamepad:before{content:"\f11b"}
281
- .fa-keyboard-o:before{content:"\f11c"}
282
- .fa-flag-o:before{content:"\f11d"}
283
- .fa-flag-checkered:before{content:"\f11e"}
284
- .fa-terminal:before{content:"\f120"}
285
- .fa-code:before{content:"\f121"}
286
- .fa-reply-all:before{content:"\f122"}
287
- .fa-mail-reply-all:before{content:"\f122"}
288
- .fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}
289
- .fa-location-arrow:before{content:"\f124"}
290
- .fa-crop:before{content:"\f125"}
291
- .fa-code-fork:before{content:"\f126"}
292
- .fa-unlink:before,.fa-chain-broken:before{content:"\f127"}
293
- .fa-question:before{content:"\f128"}
294
- .fa-info:before{content:"\f129"}
295
- .fa-exclamation:before{content:"\f12a"}
296
- .fa-superscript:before{content:"\f12b"}
297
- .fa-subscript:before{content:"\f12c"}
298
- .fa-eraser:before{content:"\f12d"}
299
- .fa-puzzle-piece:before{content:"\f12e"}
300
- .fa-microphone:before{content:"\f130"}
301
- .fa-microphone-slash:before{content:"\f131"}
302
- .fa-shield:before{content:"\f132"}
303
- .fa-calendar-o:before{content:"\f133"}
304
- .fa-fire-extinguisher:before{content:"\f134"}
305
- .fa-rocket:before{content:"\f135"}
306
- .fa-maxcdn:before{content:"\f136"}
307
- .fa-chevron-circle-left:before{content:"\f137"}
308
- .fa-chevron-circle-right:before{content:"\f138"}
309
- .fa-chevron-circle-up:before{content:"\f139"}
310
- .fa-chevron-circle-down:before{content:"\f13a"}
311
- .fa-html5:before{content:"\f13b"}
312
- .fa-css3:before{content:"\f13c"}
313
- .fa-anchor:before{content:"\f13d"}
314
- .fa-unlock-o:before{content:"\f13e"}
315
- .fa-bullseye:before{content:"\f140"}
316
- .fa-ellipsis-horizontal:before{content:"\f141"}
317
- .fa-ellipsis-vertical:before{content:"\f142"}
318
- .fa-rss-square:before{content:"\f143"}
319
- .fa-play-circle:before{content:"\f144"}
320
- .fa-ticket:before{content:"\f145"}
321
- .fa-minus-square:before{content:"\f146"}
322
- .fa-minus-square-o:before{content:"\f147"}
323
- .fa-level-up:before{content:"\f148"}
324
- .fa-level-down:before{content:"\f149"}
325
- .fa-check-square:before{content:"\f14a"}
326
- .fa-pencil-square:before{content:"\f14b"}
327
- .fa-external-link-square:before{content:"\f14c"}
328
- .fa-share-square:before{content:"\f14d"}
329
- .fa-compass:before{content:"\f14e"}
330
- .fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}
331
- .fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}
332
- .fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}
333
- .fa-euro:before,.fa-eur:before{content:"\f153"}
334
- .fa-gbp:before{content:"\f154"}
335
- .fa-dollar:before,.fa-usd:before{content:"\f155"}
336
- .fa-rupee:before,.fa-inr:before{content:"\f156"}
337
- .fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}
338
- .fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}
339
- .fa-won:before,.fa-krw:before{content:"\f159"}
340
- .fa-bitcoin:before,.fa-btc:before{content:"\f15a"}
341
- .fa-file:before{content:"\f15b"}
342
- .fa-file-text:before{content:"\f15c"}
343
- .fa-sort-alpha-asc:before{content:"\f15d"}
344
- .fa-sort-alpha-desc:before{content:"\f15e"}
345
- .fa-sort-amount-asc:before{content:"\f160"}
346
- .fa-sort-amount-desc:before{content:"\f161"}
347
- .fa-sort-numeric-asc:before{content:"\f162"}
348
- .fa-sort-numeric-desc:before{content:"\f163"}
349
- .fa-thumbs-up:before{content:"\f164"}
350
- .fa-thumbs-down:before{content:"\f165"}
351
- .fa-youtube-square:before{content:"\f166"}
352
- .fa-youtube:before{content:"\f167"}
353
- .fa-xing:before{content:"\f168"}
354
- .fa-xing-square:before{content:"\f169"}
355
- .fa-youtube-play:before{content:"\f16a"}
356
- .fa-dropbox:before{content:"\f16b"}
357
- .fa-stack-overflow:before{content:"\f16c"}
358
- .fa-instagram:before{content:"\f16d"}
359
- .fa-flickr:before{content:"\f16e"}
360
- .fa-adn:before{content:"\f170"}
361
- .fa-bitbucket:before{content:"\f171"}
362
- .fa-bitbucket-square:before{content:"\f172"}
363
- .fa-tumblr:before{content:"\f173"}
364
- .fa-tumblr-square:before{content:"\f174"}
365
- .fa-long-arrow-down:before{content:"\f175"}
366
- .fa-long-arrow-up:before{content:"\f176"}
367
- .fa-long-arrow-left:before{content:"\f177"}
368
- .fa-long-arrow-right:before{content:"\f178"}
369
- .fa-apple:before{content:"\f179"}
370
- .fa-windows:before{content:"\f17a"}
371
- .fa-android:before{content:"\f17b"}
372
- .fa-linux:before{content:"\f17c"}
373
- .fa-dribbble:before{content:"\f17d"}
374
- .fa-skype:before{content:"\f17e"}
375
- .fa-foursquare:before{content:"\f180"}
376
- .fa-trello:before{content:"\f181"}
377
- .fa-female:before{content:"\f182"}
378
- .fa-male:before{content:"\f183"}
379
- .fa-gittip:before{content:"\f184"}
380
- .fa-sun-o:before{content:"\f185"}
381
- .fa-moon-o:before{content:"\f186"}
382
- .fa-archive:before{content:"\f187"}
383
- .fa-bug:before{content:"\f188"}
384
- .fa-vk:before{content:"\f189"}
385
- .fa-weibo:before{content:"\f18a"}
386
- .fa-renren:before{content:"\f18b"}
387
- .fa-pagelines:before{content:"\f18c"}
388
- .fa-stack-exchange:before{content:"\f18d"}
389
- .fa-arrow-circle-o-right:before{content:"\f18e"}
390
- .fa-arrow-circle-o-left:before{content:"\f190"}
391
- .fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}
392
- .fa-dot-circle-o:before{content:"\f192"}
393
- .fa-wheelchair:before{content:"\f193"}
394
- .fa-vimeo-square:before{content:"\f194"}
395
- .fa-turkish-lira:before,.fa-try:before{content:"\f195"}
1
+ /*!
2
+ * Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome
3
+ * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
4
+ */@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot?v=4.0.3');src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.0.3') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff?v=4.0.3') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.0.3') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.3333333333333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.2857142857142858em;text-align:center}.fa-ul{padding-left:0;margin-left:2.142857142857143em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.142857142857143em;width:2.142857142857143em;top:.14285714285714285em;text-align:center}.fa-li.fa-lg{left:-1.8571428571428572em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:spin 2s infinite linear;-moz-animation:spin 2s infinite linear;-o-animation:spin 2s infinite linear;animation:spin 2s infinite linear}@-moz-keyframes spin{0%{-moz-transform:rotate(0deg)}100%{-moz-transform:rotate(359deg)}}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg)}}@-o-keyframes spin{0%{-o-transform:rotate(0deg)}100%{-o-transform:rotate(359deg)}}@-ms-keyframes spin{0%{-ms-transform:rotate(0deg)}100%{-ms-transform:rotate(359deg)}}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-moz-transform:rotate(270deg);-ms-transform:rotate(270deg);-o-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0,mirror=1);-webkit-transform:scale(-1,1);-moz-transform:scale(-1,1);-ms-transform:scale(-1,1);-o-transform:scale(-1,1);transform:scale(-1,1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2,mirror=1);-webkit-transform:scale(1,-1);-moz-transform:scale(1,-1);-ms-transform:scale(1,-1);-o-transform:scale(1,-1);transform:scale(1,-1)}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-asc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-desc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-reply-all:before{content:"\f122"}.fa-mail-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
assets/css/generator.css CHANGED
@@ -104,7 +104,7 @@
104
  width: 20%;
105
  height: 28px;
106
  min-width: 130px;
107
- padding: 0 5px 0 28px;
108
  float: left;
109
  overflow: hidden;
110
  -webkit-box-sizing: border-box;
@@ -148,15 +148,17 @@
148
  }
149
  #su-generator-choices span i {
150
  position: absolute;
151
- top: 7px;
152
- left: 7px;
 
 
 
153
  color: #aaa;
 
154
  font-size: 14px;
 
155
  }
156
  #su-generator-choices span:hover i {
157
- top: 5px;
158
- left: 5px;
159
- color: #aaa;
160
  color: #000;
161
  font-size: 18px;
162
  }
@@ -380,9 +382,9 @@
380
  box-shadow: 0 0 0 5px rgba(33,117,155,0.5);
381
  }
382
  .su-generator-range-picker .slider > .track {
383
- background: #fff !important;
384
- border: 1px solid #ccc !important;
385
  height: 12px !important;
 
 
386
  }
387
  .su-generator-range-picker input {
388
  width: 60px !important;
@@ -546,11 +548,8 @@
546
  border-bottom-left-radius: 5px;
547
  background: #eee;
548
  }
549
- .su-generator-actions .button { margin: 0 5px; }
550
- #su-generator-insert {
551
- color: #fff !important;
552
- font-weight: bold;
553
- }
554
 
555
  /* Compatibility for Visual Composer - http://wordpress.org/support/topic/compatible-with-visual-composer */
556
  body.su-generator-shown .mfp-bg { z-index: 1142; }
@@ -560,14 +559,76 @@ body.su-generator-shown .mfp-content { z-index: 1145; }
560
  body.su-generator-shown button.mfp-close,
561
  body.su-generator-shown button.mfp-arrow { z-index: 1146; }
562
 
563
- /* Preset manager */
564
- .su-generator-presets {
565
- margin: 0 -20px;
566
- padding: 1.5em 20px;
567
- border-bottom: 1px solid #ccc;
568
- background: #FDFFD4;
569
- line-height: 24px;
 
 
 
 
 
 
 
570
  }
571
- .su-generator-presets a {
572
- margin-right: 1em;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
573
  }
104
  width: 20%;
105
  height: 28px;
106
  min-width: 130px;
107
+ padding: 0 5px 0 30px;
108
  float: left;
109
  overflow: hidden;
110
  -webkit-box-sizing: border-box;
148
  }
149
  #su-generator-choices span i {
150
  position: absolute;
151
+ left: 1px;
152
+ top: 1px;
153
+ display: block;
154
+ width: 26px;
155
+ height: 26px;
156
  color: #aaa;
157
+ text-align: center;
158
  font-size: 14px;
159
+ line-height: 26px;
160
  }
161
  #su-generator-choices span:hover i {
 
 
 
162
  color: #000;
163
  font-size: 18px;
164
  }
382
  box-shadow: 0 0 0 5px rgba(33,117,155,0.5);
383
  }
384
  .su-generator-range-picker .slider > .track {
 
 
385
  height: 12px !important;
386
+ border: 1px solid #ccc !important;
387
+ background: #fff !important;
388
  }
389
  .su-generator-range-picker input {
390
  width: 60px !important;
548
  border-bottom-left-radius: 5px;
549
  background: #eee;
550
  }
551
+ .su-generator-actions > .button { margin: 0 5px; }
552
+ .su-generator-actions .button i { margin: 0 5px 0 -3px; }
 
 
 
553
 
554
  /* Compatibility for Visual Composer - http://wordpress.org/support/topic/compatible-with-visual-composer */
555
  body.su-generator-shown .mfp-bg { z-index: 1142; }
559
  body.su-generator-shown button.mfp-close,
560
  body.su-generator-shown button.mfp-arrow { z-index: 1146; }
561
 
562
+ .su-generator-presets { position: relative; }
563
+ .su-generator-presets > .button { cursor: default; }
564
+ .su-gp-popup {
565
+ position: absolute;
566
+ right: 0;
567
+ bottom: 0;
568
+ display: none;
569
+ min-width: 160px;
570
+ max-width: 500px;
571
+ border: 1px solid #aaa;
572
+ -webkit-border-radius: 5px;
573
+ -moz-border-radius: 5px;
574
+ border-radius: 5px;
575
+ background: #fff;
576
  }
577
+ .su-gp-head {
578
+ margin-bottom: 10px;
579
+ padding: 10px;
580
+ border-bottom: 1px dotted #ccc;
581
+ }
582
+ .su-gp-head .button {
583
+ display: block;
584
+ text-align: center;
585
+ }
586
+ .su-gp-list {
587
+ margin: 5px 0;
588
+ }
589
+ .su-gp-list b {
590
+ display: block;
591
+ padding: 5px 10px;
592
+ color: #aaa;
593
+ font-weight: normal;
594
+ font-style: italic;
595
+ }
596
+ .su-gp-list span {
597
+ position: relative;
598
+ display: block;
599
+ padding: 5px 10px;
600
+ overflow: hidden;
601
+ color: #21759b;
602
+ cursor: pointer;
603
+ }
604
+ .su-gp-list span:nth-child(odd) { background: #f8f8f8; }
605
+ .su-gp-list span:hover {
606
+ background: #eee;
607
+ color: #d54e21;
608
+ }
609
+ .su-gp-list span em {
610
+ margin-right: 32px;
611
+ white-space: nowrap;
612
+ font-style: normal;
613
+ }
614
+ .su-gp-list span i {
615
+ position: absolute;
616
+ top: 50%;
617
+ right: 10px;
618
+ display: block;
619
+ width: 20px;
620
+ height: 20px;
621
+ margin-top: -10px;
622
+ -webkit-border-radius: 50%;
623
+ -moz-border-radius: 50%;
624
+ border-radius: 50%;
625
+ color: #999;
626
+ text-align: center;
627
+ font-weight: normal;
628
+ font-size: 12px;
629
+ line-height: 20px;
630
+ }
631
+ .su-gp-list span i:hover {
632
+ background: #f03;
633
+ color: #fff;
634
  }
assets/css/tinymce.css ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ .su-row {
2
+ padding: 5px 0;
3
+ background: #eee;
4
+ }
5
+ .su-row:before,
6
+ .su-row:after {
7
+ display: table;
8
+ content: " ";
9
+ }
10
+ .su-row:after { clear: both; }
11
+ .su-row > br { display: none; }
12
+
13
+ .su-column {
14
+ -webkit-box-sizing: border-box;
15
+ -moz-box-sizing: border-box;
16
+ box-sizing: border-box;
17
+ padding: 10px;
18
+ border: 1px dashed #ccc;
19
+ background: #fff;
20
+ float: left;
21
+ margin: 0 1%;
22
+ }
23
+ .su-column-size-1-2 {
24
+ width: 48%;
25
+ }
26
+ .su-column-size-1-3 {
27
+ width: 31%;
28
+ }
assets/fonts/FontAwesome.otf CHANGED
Binary file
assets/fonts/fontawesome-webfont.eot CHANGED
Binary file
assets/fonts/fontawesome-webfont.svg CHANGED
@@ -1,414 +1,414 @@
1
- <?xml version="1.0" standalone="no"?>
2
- <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
3
- <svg xmlns="http://www.w3.org/2000/svg">
4
- <metadata></metadata>
5
- <defs>
6
- <font id="fontawesomeregular" horiz-adv-x="1536" >
7
- <font-face units-per-em="1792" ascent="1536" descent="-256" />
8
- <missing-glyph horiz-adv-x="448" />
9
- <glyph unicode=" " horiz-adv-x="448" />
10
- <glyph unicode="&#x09;" horiz-adv-x="448" />
11
- <glyph unicode="&#xa0;" horiz-adv-x="448" />
12
- <glyph unicode="&#xa8;" horiz-adv-x="1792" />
13
- <glyph unicode="&#xa9;" horiz-adv-x="1792" />
14
- <glyph unicode="&#xae;" horiz-adv-x="1792" />
15
- <glyph unicode="&#xb4;" horiz-adv-x="1792" />
16
- <glyph unicode="&#xc6;" horiz-adv-x="1792" />
17
- <glyph unicode="&#x2000;" horiz-adv-x="768" />
18
- <glyph unicode="&#x2001;" />
19
- <glyph unicode="&#x2002;" horiz-adv-x="768" />
20
- <glyph unicode="&#x2003;" />
21
- <glyph unicode="&#x2004;" horiz-adv-x="512" />
22
- <glyph unicode="&#x2005;" horiz-adv-x="384" />
23
- <glyph unicode="&#x2006;" horiz-adv-x="256" />
24
- <glyph unicode="&#x2007;" horiz-adv-x="256" />
25
- <glyph unicode="&#x2008;" horiz-adv-x="192" />
26
- <glyph unicode="&#x2009;" horiz-adv-x="307" />
27
- <glyph unicode="&#x200a;" horiz-adv-x="85" />
28
- <glyph unicode="&#x202f;" horiz-adv-x="307" />
29
- <glyph unicode="&#x205f;" horiz-adv-x="384" />
30
- <glyph unicode="&#x2122;" horiz-adv-x="1792" />
31
- <glyph unicode="&#x221e;" horiz-adv-x="1792" />
32
- <glyph unicode="&#x2260;" horiz-adv-x="1792" />
33
- <glyph unicode="&#xe000;" horiz-adv-x="500" d="M0 0z" />
34
- <glyph unicode="&#xf000;" horiz-adv-x="1792" d="M1699 1350q0 -35 -43 -78l-632 -632v-768h320q26 0 45 -19t19 -45t-19 -45t-45 -19h-896q-26 0 -45 19t-19 45t19 45t45 19h320v768l-632 632q-43 43 -43 78q0 23 18 36.5t38 17.5t43 4h1408q23 0 43 -4t38 -17.5t18 -36.5z" />
35
- <glyph unicode="&#xf001;" d="M1536 1312v-1120q0 -50 -34 -89t-86 -60.5t-103.5 -32t-96.5 -10.5t-96.5 10.5t-103.5 32t-86 60.5t-34 89t34 89t86 60.5t103.5 32t96.5 10.5q105 0 192 -39v537l-768 -237v-709q0 -50 -34 -89t-86 -60.5t-103.5 -32t-96.5 -10.5t-96.5 10.5t-103.5 32t-86 60.5t-34 89 t34 89t86 60.5t103.5 32t96.5 10.5q105 0 192 -39v967q0 31 19 56.5t49 35.5l832 256q12 4 28 4q40 0 68 -28t28 -68z" />
36
- <glyph unicode="&#xf002;" horiz-adv-x="1664" d="M1152 704q0 185 -131.5 316.5t-316.5 131.5t-316.5 -131.5t-131.5 -316.5t131.5 -316.5t316.5 -131.5t316.5 131.5t131.5 316.5zM1664 -128q0 -52 -38 -90t-90 -38q-54 0 -90 38l-343 342q-179 -124 -399 -124q-143 0 -273.5 55.5t-225 150t-150 225t-55.5 273.5 t55.5 273.5t150 225t225 150t273.5 55.5t273.5 -55.5t225 -150t150 -225t55.5 -273.5q0 -220 -124 -399l343 -343q37 -37 37 -90z" />
37
- <glyph unicode="&#xf003;" horiz-adv-x="1792" d="M1664 32v768q-32 -36 -69 -66q-268 -206 -426 -338q-51 -43 -83 -67t-86.5 -48.5t-102.5 -24.5h-1h-1q-48 0 -102.5 24.5t-86.5 48.5t-83 67q-158 132 -426 338q-37 30 -69 66v-768q0 -13 9.5 -22.5t22.5 -9.5h1472q13 0 22.5 9.5t9.5 22.5zM1664 1083v11v13.5t-0.5 13 t-3 12.5t-5.5 9t-9 7.5t-14 2.5h-1472q-13 0 -22.5 -9.5t-9.5 -22.5q0 -168 147 -284q193 -152 401 -317q6 -5 35 -29.5t46 -37.5t44.5 -31.5t50.5 -27.5t43 -9h1h1q20 0 43 9t50.5 27.5t44.5 31.5t46 37.5t35 29.5q208 165 401 317q54 43 100.5 115.5t46.5 131.5z M1792 1120v-1088q0 -66 -47 -113t-113 -47h-1472q-66 0 -113 47t-47 113v1088q0 66 47 113t113 47h1472q66 0 113 -47t47 -113z" />
38
- <glyph unicode="&#xf004;" horiz-adv-x="1792" d="M896 -128q-26 0 -44 18l-624 602q-10 8 -27.5 26t-55.5 65.5t-68 97.5t-53.5 121t-23.5 138q0 220 127 344t351 124q62 0 126.5 -21.5t120 -58t95.5 -68.5t76 -68q36 36 76 68t95.5 68.5t120 58t126.5 21.5q224 0 351 -124t127 -344q0 -221 -229 -450l-623 -600 q-18 -18 -44 -18z" />
39
- <glyph unicode="&#xf005;" horiz-adv-x="1664" d="M1664 889q0 -22 -26 -48l-363 -354l86 -500q1 -7 1 -20q0 -21 -10.5 -35.5t-30.5 -14.5q-19 0 -40 12l-449 236l-449 -236q-22 -12 -40 -12q-21 0 -31.5 14.5t-10.5 35.5q0 6 2 20l86 500l-364 354q-25 27 -25 48q0 37 56 46l502 73l225 455q19 41 49 41t49 -41l225 -455 l502 -73q56 -9 56 -46z" />
40
- <glyph unicode="&#xf006;" horiz-adv-x="1664" d="M1137 532l306 297l-422 62l-189 382l-189 -382l-422 -62l306 -297l-73 -421l378 199l377 -199zM1664 889q0 -22 -26 -48l-363 -354l86 -500q1 -7 1 -20q0 -50 -41 -50q-19 0 -40 12l-449 236l-449 -236q-22 -12 -40 -12q-21 0 -31.5 14.5t-10.5 35.5q0 6 2 20l86 500 l-364 354q-25 27 -25 48q0 37 56 46l502 73l225 455q19 41 49 41t49 -41l225 -455l502 -73q56 -9 56 -46z" />
41
- <glyph unicode="&#xf007;" horiz-adv-x="1408" d="M1408 131q0 -120 -73 -189.5t-194 -69.5h-874q-121 0 -194 69.5t-73 189.5q0 53 3.5 103.5t14 109t26.5 108.5t43 97.5t62 81t85.5 53.5t111.5 20q9 0 42 -21.5t74.5 -48t108 -48t133.5 -21.5t133.5 21.5t108 48t74.5 48t42 21.5q61 0 111.5 -20t85.5 -53.5t62 -81 t43 -97.5t26.5 -108.5t14 -109t3.5 -103.5zM1088 1024q0 -159 -112.5 -271.5t-271.5 -112.5t-271.5 112.5t-112.5 271.5t112.5 271.5t271.5 112.5t271.5 -112.5t112.5 -271.5z" />
42
- <glyph unicode="&#xf008;" horiz-adv-x="1920" d="M384 -64v128q0 26 -19 45t-45 19h-128q-26 0 -45 -19t-19 -45v-128q0 -26 19 -45t45 -19h128q26 0 45 19t19 45zM384 320v128q0 26 -19 45t-45 19h-128q-26 0 -45 -19t-19 -45v-128q0 -26 19 -45t45 -19h128q26 0 45 19t19 45zM384 704v128q0 26 -19 45t-45 19h-128 q-26 0 -45 -19t-19 -45v-128q0 -26 19 -45t45 -19h128q26 0 45 19t19 45zM1408 -64v512q0 26 -19 45t-45 19h-768q-26 0 -45 -19t-19 -45v-512q0 -26 19 -45t45 -19h768q26 0 45 19t19 45zM384 1088v128q0 26 -19 45t-45 19h-128q-26 0 -45 -19t-19 -45v-128q0 -26 19 -45 t45 -19h128q26 0 45 19t19 45zM1792 -64v128q0 26 -19 45t-45 19h-128q-26 0 -45 -19t-19 -45v-128q0 -26 19 -45t45 -19h128q26 0 45 19t19 45zM1408 704v512q0 26 -19 45t-45 19h-768q-26 0 -45 -19t-19 -45v-512q0 -26 19 -45t45 -19h768q26 0 45 19t19 45zM1792 320v128 q0 26 -19 45t-45 19h-128q-26 0 -45 -19t-19 -45v-128q0 -26 19 -45t45 -19h128q26 0 45 19t19 45zM1792 704v128q0 26 -19 45t-45 19h-128q-26 0 -45 -19t-19 -45v-128q0 -26 19 -45t45 -19h128q26 0 45 19t19 45zM1792 1088v128q0 26 -19 45t-45 19h-128q-26 0 -45 -19 t-19 -45v-128q0 -26 19 -45t45 -19h128q26 0 45 19t19 45zM1920 1248v-1344q0 -66 -47 -113t-113 -47h-1600q-66 0 -113 47t-47 113v1344q0 66 47 113t113 47h1600q66 0 113 -47t47 -113z" />
43
- <glyph unicode="&#xf009;" horiz-adv-x="1664" d="M768 512v-384q0 -52 -38 -90t-90 -38h-512q-52 0 -90 38t-38 90v384q0 52 38 90t90 38h512q52 0 90 -38t38 -90zM768 1280v-384q0 -52 -38 -90t-90 -38h-512q-52 0 -90 38t-38 90v384q0 52 38 90t90 38h512q52 0 90 -38t38 -90zM1664 512v-384q0 -52 -38 -90t-90 -38 h-512q-52 0 -90 38t-38 90v384q0 52 38 90t90 38h512q52 0 90 -38t38 -90zM1664 1280v-384q0 -52 -38 -90t-90 -38h-512q-52 0 -90 38t-38 90v384q0 52 38 90t90 38h512q52 0 90 -38t38 -90z" />
44
- <glyph unicode="&#xf00a;" horiz-adv-x="1792" d="M512 288v-192q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h320q40 0 68 -28t28 -68zM512 800v-192q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h320q40 0 68 -28t28 -68zM1152 288v-192q0 -40 -28 -68t-68 -28h-320 q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h320q40 0 68 -28t28 -68zM512 1312v-192q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h320q40 0 68 -28t28 -68zM1152 800v-192q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v192q0 40 28 68t68 28 h320q40 0 68 -28t28 -68zM1792 288v-192q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h320q40 0 68 -28t28 -68zM1152 1312v-192q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h320q40 0 68 -28t28 -68zM1792 800v-192 q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h320q40 0 68 -28t28 -68zM1792 1312v-192q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h320q40 0 68 -28t28 -68z" />
45
- <glyph unicode="&#xf00b;" horiz-adv-x="1792" d="M512 288v-192q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h320q40 0 68 -28t28 -68zM512 800v-192q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h320q40 0 68 -28t28 -68zM1792 288v-192q0 -40 -28 -68t-68 -28h-960 q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h960q40 0 68 -28t28 -68zM512 1312v-192q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h320q40 0 68 -28t28 -68zM1792 800v-192q0 -40 -28 -68t-68 -28h-960q-40 0 -68 28t-28 68v192q0 40 28 68t68 28 h960q40 0 68 -28t28 -68zM1792 1312v-192q0 -40 -28 -68t-68 -28h-960q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h960q40 0 68 -28t28 -68z" />
46
- <glyph unicode="&#xf00c;" horiz-adv-x="1792" d="M1671 970q0 -40 -28 -68l-724 -724l-136 -136q-28 -28 -68 -28t-68 28l-136 136l-362 362q-28 28 -28 68t28 68l136 136q28 28 68 28t68 -28l294 -295l656 657q28 28 68 28t68 -28l136 -136q28 -28 28 -68z" />
47
- <glyph unicode="&#xf00d;" horiz-adv-x="1408" d="M1298 214q0 -40 -28 -68l-136 -136q-28 -28 -68 -28t-68 28l-294 294l-294 -294q-28 -28 -68 -28t-68 28l-136 136q-28 28 -28 68t28 68l294 294l-294 294q-28 28 -28 68t28 68l136 136q28 28 68 28t68 -28l294 -294l294 294q28 28 68 28t68 -28l136 -136q28 -28 28 -68 t-28 -68l-294 -294l294 -294q28 -28 28 -68z" />
48
- <glyph unicode="&#xf00e;" horiz-adv-x="1664" d="M1024 736v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-224v-224q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v224h-224q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h224v224q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5v-224h224 q13 0 22.5 -9.5t9.5 -22.5zM1152 704q0 185 -131.5 316.5t-316.5 131.5t-316.5 -131.5t-131.5 -316.5t131.5 -316.5t316.5 -131.5t316.5 131.5t131.5 316.5zM1664 -128q0 -53 -37.5 -90.5t-90.5 -37.5q-54 0 -90 38l-343 342q-179 -124 -399 -124q-143 0 -273.5 55.5 t-225 150t-150 225t-55.5 273.5t55.5 273.5t150 225t225 150t273.5 55.5t273.5 -55.5t225 -150t150 -225t55.5 -273.5q0 -220 -124 -399l343 -343q37 -37 37 -90z" />
49
- <glyph unicode="&#xf010;" horiz-adv-x="1664" d="M1024 736v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-576q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h576q13 0 22.5 -9.5t9.5 -22.5zM1152 704q0 185 -131.5 316.5t-316.5 131.5t-316.5 -131.5t-131.5 -316.5t131.5 -316.5t316.5 -131.5t316.5 131.5t131.5 316.5z M1664 -128q0 -53 -37.5 -90.5t-90.5 -37.5q-54 0 -90 38l-343 342q-179 -124 -399 -124q-143 0 -273.5 55.5t-225 150t-150 225t-55.5 273.5t55.5 273.5t150 225t225 150t273.5 55.5t273.5 -55.5t225 -150t150 -225t55.5 -273.5q0 -220 -124 -399l343 -343q37 -37 37 -90z " />
50
- <glyph unicode="&#xf011;" d="M1536 640q0 -156 -61 -298t-164 -245t-245 -164t-298 -61t-298 61t-245 164t-164 245t-61 298q0 182 80.5 343t226.5 270q43 32 95.5 25t83.5 -50q32 -42 24.5 -94.5t-49.5 -84.5q-98 -74 -151.5 -181t-53.5 -228q0 -104 40.5 -198.5t109.5 -163.5t163.5 -109.5 t198.5 -40.5t198.5 40.5t163.5 109.5t109.5 163.5t40.5 198.5q0 121 -53.5 228t-151.5 181q-42 32 -49.5 84.5t24.5 94.5q31 43 84 50t95 -25q146 -109 226.5 -270t80.5 -343zM896 1408v-640q0 -52 -38 -90t-90 -38t-90 38t-38 90v640q0 52 38 90t90 38t90 -38t38 -90z" />
51
- <glyph unicode="&#xf012;" horiz-adv-x="1792" d="M256 96v-192q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h192q14 0 23 -9t9 -23zM640 224v-320q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23v320q0 14 9 23t23 9h192q14 0 23 -9t9 -23zM1024 480v-576q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23 v576q0 14 9 23t23 9h192q14 0 23 -9t9 -23zM1408 864v-960q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23v960q0 14 9 23t23 9h192q14 0 23 -9t9 -23zM1792 1376v-1472q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23v1472q0 14 9 23t23 9h192q14 0 23 -9t9 -23z" />
52
- <glyph unicode="&#xf013;" d="M1024 640q0 106 -75 181t-181 75t-181 -75t-75 -181t75 -181t181 -75t181 75t75 181zM1536 749v-222q0 -12 -8 -23t-20 -13l-185 -28q-19 -54 -39 -91q35 -50 107 -138q10 -12 10 -25t-9 -23q-27 -37 -99 -108t-94 -71q-12 0 -26 9l-138 108q-44 -23 -91 -38 q-16 -136 -29 -186q-7 -28 -36 -28h-222q-14 0 -24.5 8.5t-11.5 21.5l-28 184q-49 16 -90 37l-141 -107q-10 -9 -25 -9q-14 0 -25 11q-126 114 -165 168q-7 10 -7 23q0 12 8 23q15 21 51 66.5t54 70.5q-27 50 -41 99l-183 27q-13 2 -21 12.5t-8 23.5v222q0 12 8 23t19 13 l186 28q14 46 39 92q-40 57 -107 138q-10 12 -10 24q0 10 9 23q26 36 98.5 107.5t94.5 71.5q13 0 26 -10l138 -107q44 23 91 38q16 136 29 186q7 28 36 28h222q14 0 24.5 -8.5t11.5 -21.5l28 -184q49 -16 90 -37l142 107q9 9 24 9q13 0 25 -10q129 -119 165 -170q7 -8 7 -22 q0 -12 -8 -23q-15 -21 -51 -66.5t-54 -70.5q26 -50 41 -98l183 -28q13 -2 21 -12.5t8 -23.5z" />
53
- <glyph unicode="&#xf014;" horiz-adv-x="1408" d="M512 800v-576q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v576q0 14 9 23t23 9h64q14 0 23 -9t9 -23zM768 800v-576q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v576q0 14 9 23t23 9h64q14 0 23 -9t9 -23zM1024 800v-576q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v576 q0 14 9 23t23 9h64q14 0 23 -9t9 -23zM1152 76v948h-896v-948q0 -22 7 -40.5t14.5 -27t10.5 -8.5h832q3 0 10.5 8.5t14.5 27t7 40.5zM480 1152h448l-48 117q-7 9 -17 11h-317q-10 -2 -17 -11zM1408 1120v-64q0 -14 -9 -23t-23 -9h-96v-948q0 -83 -47 -143.5t-113 -60.5h-832 q-66 0 -113 58.5t-47 141.5v952h-96q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h309l70 167q15 37 54 63t79 26h320q40 0 79 -26t54 -63l70 -167h309q14 0 23 -9t9 -23z" />
54
- <glyph unicode="&#xf015;" horiz-adv-x="1664" d="M1408 544v-480q0 -26 -19 -45t-45 -19h-384v384h-256v-384h-384q-26 0 -45 19t-19 45v480q0 1 0.5 3t0.5 3l575 474l575 -474q1 -2 1 -6zM1631 613l-62 -74q-8 -9 -21 -11h-3q-13 0 -21 7l-692 577l-692 -577q-12 -8 -24 -7q-13 2 -21 11l-62 74q-8 10 -7 23.5t11 21.5 l719 599q32 26 76 26t76 -26l244 -204v195q0 14 9 23t23 9h192q14 0 23 -9t9 -23v-408l219 -182q10 -8 11 -21.5t-7 -23.5z" />
55
- <glyph unicode="&#xf016;" horiz-adv-x="1280" d="M128 0h1024v768h-416q-40 0 -68 28t-28 68v416h-512v-1280zM768 896h376q-10 29 -22 41l-313 313q-12 12 -41 22v-376zM1280 864v-896q0 -40 -28 -68t-68 -28h-1088q-40 0 -68 28t-28 68v1344q0 40 28 68t68 28h640q40 0 88 -20t76 -48l312 -312q28 -28 48 -76t20 -88z " />
56
- <glyph unicode="&#xf017;" d="M896 992v-448q0 -14 -9 -23t-23 -9h-320q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h224v352q0 14 9 23t23 9h64q14 0 23 -9t9 -23zM1312 640q0 148 -73 273t-198 198t-273 73t-273 -73t-198 -198t-73 -273t73 -273t198 -198t273 -73t273 73t198 198t73 273zM1536 640 q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
57
- <glyph unicode="&#xf018;" horiz-adv-x="1920" d="M1111 540v4l-24 320q-1 13 -11 22.5t-23 9.5h-186q-13 0 -23 -9.5t-11 -22.5l-24 -320v-4q-1 -12 8 -20t21 -8h244q12 0 21 8t8 20zM1870 73q0 -73 -46 -73h-704q13 0 22 9.5t8 22.5l-20 256q-1 13 -11 22.5t-23 9.5h-272q-13 0 -23 -9.5t-11 -22.5l-20 -256 q-1 -13 8 -22.5t22 -9.5h-704q-46 0 -46 73q0 54 26 116l417 1044q8 19 26 33t38 14h339q-13 0 -23 -9.5t-11 -22.5l-15 -192q-1 -14 8 -23t22 -9h166q13 0 22 9t8 23l-15 192q-1 13 -11 22.5t-23 9.5h339q20 0 38 -14t26 -33l417 -1044q26 -62 26 -116z" />
58
- <glyph unicode="&#xf019;" horiz-adv-x="1664" d="M1280 192q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1536 192q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1664 416v-320q0 -40 -28 -68t-68 -28h-1472q-40 0 -68 28t-28 68v320q0 40 28 68t68 28h465l135 -136 q58 -56 136 -56t136 56l136 136h464q40 0 68 -28t28 -68zM1339 985q17 -41 -14 -70l-448 -448q-18 -19 -45 -19t-45 19l-448 448q-31 29 -14 70q17 39 59 39h256v448q0 26 19 45t45 19h256q26 0 45 -19t19 -45v-448h256q42 0 59 -39z" />
59
- <glyph unicode="&#xf01a;" d="M1120 608q0 -12 -10 -24l-319 -319q-11 -9 -23 -9t-23 9l-320 320q-15 16 -7 35q8 20 30 20h192v352q0 14 9 23t23 9h192q14 0 23 -9t9 -23v-352h192q14 0 23 -9t9 -23zM768 1184q-148 0 -273 -73t-198 -198t-73 -273t73 -273t198 -198t273 -73t273 73t198 198t73 273 t-73 273t-198 198t-273 73zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
60
- <glyph unicode="&#xf01b;" d="M1118 660q-8 -20 -30 -20h-192v-352q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23v352h-192q-14 0 -23 9t-9 23q0 12 10 24l319 319q11 9 23 9t23 -9l320 -320q15 -16 7 -35zM768 1184q-148 0 -273 -73t-198 -198t-73 -273t73 -273t198 -198t273 -73t273 73t198 198 t73 273t-73 273t-198 198t-273 73zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
61
- <glyph unicode="&#xf01c;" d="M1023 576h316q-1 3 -2.5 8t-2.5 8l-212 496h-708l-212 -496q-1 -2 -2.5 -8t-2.5 -8h316l95 -192h320zM1536 546v-482q0 -26 -19 -45t-45 -19h-1408q-26 0 -45 19t-19 45v482q0 62 25 123l238 552q10 25 36.5 42t52.5 17h832q26 0 52.5 -17t36.5 -42l238 -552 q25 -61 25 -123z" />
62
- <glyph unicode="&#xf01d;" d="M1184 640q0 -37 -32 -55l-544 -320q-15 -9 -32 -9q-16 0 -32 8q-32 19 -32 56v640q0 37 32 56q33 18 64 -1l544 -320q32 -18 32 -55zM1312 640q0 148 -73 273t-198 198t-273 73t-273 -73t-198 -198t-73 -273t73 -273t198 -198t273 -73t273 73t198 198t73 273zM1536 640 q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
63
- <glyph unicode="&#xf01e;" d="M1536 1280v-448q0 -26 -19 -45t-45 -19h-448q-42 0 -59 40q-17 39 14 69l138 138q-148 137 -349 137q-104 0 -198.5 -40.5t-163.5 -109.5t-109.5 -163.5t-40.5 -198.5t40.5 -198.5t109.5 -163.5t163.5 -109.5t198.5 -40.5q119 0 225 52t179 147q7 10 23 12q14 0 25 -9 l137 -138q9 -8 9.5 -20.5t-7.5 -22.5q-109 -132 -264 -204.5t-327 -72.5q-156 0 -298 61t-245 164t-164 245t-61 298t61 298t164 245t245 164t298 61q147 0 284.5 -55.5t244.5 -156.5l130 129q29 31 70 14q39 -17 39 -59z" />
64
- <glyph unicode="&#xf021;" d="M1511 480q0 -5 -1 -7q-64 -268 -268 -434.5t-478 -166.5q-146 0 -282.5 55t-243.5 157l-129 -129q-19 -19 -45 -19t-45 19t-19 45v448q0 26 19 45t45 19h448q26 0 45 -19t19 -45t-19 -45l-137 -137q71 -66 161 -102t187 -36q134 0 250 65t186 179q11 17 53 117 q8 23 30 23h192q13 0 22.5 -9.5t9.5 -22.5zM1536 1280v-448q0 -26 -19 -45t-45 -19h-448q-26 0 -45 19t-19 45t19 45l138 138q-148 137 -349 137q-134 0 -250 -65t-186 -179q-11 -17 -53 -117q-8 -23 -30 -23h-199q-13 0 -22.5 9.5t-9.5 22.5v7q65 268 270 434.5t480 166.5 q146 0 284 -55.5t245 -156.5l130 129q19 19 45 19t45 -19t19 -45z" />
65
- <glyph unicode="&#xf022;" horiz-adv-x="1792" d="M384 352v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM384 608v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z M384 864v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM1536 352v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-960q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h960q13 0 22.5 -9.5t9.5 -22.5z M1536 608v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-960q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h960q13 0 22.5 -9.5t9.5 -22.5zM1536 864v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-960q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h960q13 0 22.5 -9.5 t9.5 -22.5zM1664 160v832q0 13 -9.5 22.5t-22.5 9.5h-1472q-13 0 -22.5 -9.5t-9.5 -22.5v-832q0 -13 9.5 -22.5t22.5 -9.5h1472q13 0 22.5 9.5t9.5 22.5zM1792 1248v-1088q0 -66 -47 -113t-113 -47h-1472q-66 0 -113 47t-47 113v1088q0 66 47 113t113 47h1472q66 0 113 -47 t47 -113z" />
66
- <glyph unicode="&#xf023;" horiz-adv-x="1152" d="M320 768h512v192q0 106 -75 181t-181 75t-181 -75t-75 -181v-192zM1152 672v-576q0 -40 -28 -68t-68 -28h-960q-40 0 -68 28t-28 68v576q0 40 28 68t68 28h32v192q0 184 132 316t316 132t316 -132t132 -316v-192h32q40 0 68 -28t28 -68z" />
67
- <glyph unicode="&#xf024;" horiz-adv-x="1792" d="M320 1280q0 -72 -64 -110v-1266q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v1266q-64 38 -64 110q0 53 37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1792 1216v-763q0 -25 -12.5 -38.5t-39.5 -27.5q-215 -116 -369 -116q-61 0 -123.5 22t-108.5 48 t-115.5 48t-142.5 22q-192 0 -464 -146q-17 -9 -33 -9q-26 0 -45 19t-19 45v742q0 32 31 55q21 14 79 43q236 120 421 120q107 0 200 -29t219 -88q38 -19 88 -19q54 0 117.5 21t110 47t88 47t54.5 21q26 0 45 -19t19 -45z" />
68
- <glyph unicode="&#xf025;" horiz-adv-x="1664" d="M1664 650q0 -166 -60 -314l-20 -49l-185 -33q-22 -83 -90.5 -136.5t-156.5 -53.5v-32q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v576q0 14 9 23t23 9h64q14 0 23 -9t9 -23v-32q71 0 130 -35.5t93 -95.5l68 12q29 95 29 193q0 148 -88 279t-236.5 209t-315.5 78 t-315.5 -78t-236.5 -209t-88 -279q0 -98 29 -193l68 -12q34 60 93 95.5t130 35.5v32q0 14 9 23t23 9h64q14 0 23 -9t9 -23v-576q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v32q-88 0 -156.5 53.5t-90.5 136.5l-185 33l-20 49q-60 148 -60 314q0 151 67 291t179 242.5 t266 163.5t320 61t320 -61t266 -163.5t179 -242.5t67 -291z" />
69
- <glyph unicode="&#xf026;" horiz-adv-x="768" d="M768 1184v-1088q0 -26 -19 -45t-45 -19t-45 19l-333 333h-262q-26 0 -45 19t-19 45v384q0 26 19 45t45 19h262l333 333q19 19 45 19t45 -19t19 -45z" />
70
- <glyph unicode="&#xf027;" horiz-adv-x="1152" d="M768 1184v-1088q0 -26 -19 -45t-45 -19t-45 19l-333 333h-262q-26 0 -45 19t-19 45v384q0 26 19 45t45 19h262l333 333q19 19 45 19t45 -19t19 -45zM1152 640q0 -76 -42.5 -141.5t-112.5 -93.5q-10 -5 -25 -5q-26 0 -45 18.5t-19 45.5q0 21 12 35.5t29 25t34 23t29 35.5 t12 57t-12 57t-29 35.5t-34 23t-29 25t-12 35.5q0 27 19 45.5t45 18.5q15 0 25 -5q70 -27 112.5 -93t42.5 -142z" />
71
- <glyph unicode="&#xf028;" horiz-adv-x="1664" d="M768 1184v-1088q0 -26 -19 -45t-45 -19t-45 19l-333 333h-262q-26 0 -45 19t-19 45v384q0 26 19 45t45 19h262l333 333q19 19 45 19t45 -19t19 -45zM1152 640q0 -76 -42.5 -141.5t-112.5 -93.5q-10 -5 -25 -5q-26 0 -45 18.5t-19 45.5q0 21 12 35.5t29 25t34 23t29 35.5 t12 57t-12 57t-29 35.5t-34 23t-29 25t-12 35.5q0 27 19 45.5t45 18.5q15 0 25 -5q70 -27 112.5 -93t42.5 -142zM1408 640q0 -153 -85 -282.5t-225 -188.5q-13 -5 -25 -5q-27 0 -46 19t-19 45q0 39 39 59q56 29 76 44q74 54 115.5 135.5t41.5 173.5t-41.5 173.5 t-115.5 135.5q-20 15 -76 44q-39 20 -39 59q0 26 19 45t45 19q13 0 26 -5q140 -59 225 -188.5t85 -282.5zM1664 640q0 -230 -127 -422.5t-338 -283.5q-13 -5 -26 -5q-26 0 -45 19t-19 45q0 36 39 59q7 4 22.5 10.5t22.5 10.5q46 25 82 51q123 91 192 227t69 289t-69 289 t-192 227q-36 26 -82 51q-7 4 -22.5 10.5t-22.5 10.5q-39 23 -39 59q0 26 19 45t45 19q13 0 26 -5q211 -91 338 -283.5t127 -422.5z" />
72
- <glyph unicode="&#xf029;" horiz-adv-x="1408" d="M384 384v-128h-128v128h128zM384 1152v-128h-128v128h128zM1152 1152v-128h-128v128h128zM128 129h384v383h-384v-383zM128 896h384v384h-384v-384zM896 896h384v384h-384v-384zM640 640v-640h-640v640h640zM1152 128v-128h-128v128h128zM1408 128v-128h-128v128h128z M1408 640v-384h-384v128h-128v-384h-128v640h384v-128h128v128h128zM640 1408v-640h-640v640h640zM1408 1408v-640h-640v640h640z" />
73
- <glyph unicode="&#xf02a;" horiz-adv-x="1792" d="M63 0h-63v1408h63v-1408zM126 1h-32v1407h32v-1407zM220 1h-31v1407h31v-1407zM377 1h-31v1407h31v-1407zM534 1h-62v1407h62v-1407zM660 1h-31v1407h31v-1407zM723 1h-31v1407h31v-1407zM786 1h-31v1407h31v-1407zM943 1h-63v1407h63v-1407zM1100 1h-63v1407h63v-1407z M1226 1h-63v1407h63v-1407zM1352 1h-63v1407h63v-1407zM1446 1h-63v1407h63v-1407zM1635 1h-94v1407h94v-1407zM1698 1h-32v1407h32v-1407zM1792 0h-63v1408h63v-1408z" />
74
- <glyph unicode="&#xf02b;" d="M448 1088q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1515 512q0 -53 -37 -90l-491 -492q-39 -37 -91 -37q-53 0 -90 37l-715 716q-38 37 -64.5 101t-26.5 117v416q0 52 38 90t90 38h416q53 0 117 -26.5t102 -64.5 l715 -714q37 -39 37 -91z" />
75
- <glyph unicode="&#xf02c;" horiz-adv-x="1920" d="M448 1088q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1515 512q0 -53 -37 -90l-491 -492q-39 -37 -91 -37q-53 0 -90 37l-715 716q-38 37 -64.5 101t-26.5 117v416q0 52 38 90t90 38h416q53 0 117 -26.5t102 -64.5 l715 -714q37 -39 37 -91zM1899 512q0 -53 -37 -90l-491 -492q-39 -37 -91 -37q-36 0 -59 14t-53 45l470 470q37 37 37 90q0 52 -37 91l-715 714q-38 38 -102 64.5t-117 26.5h224q53 0 117 -26.5t102 -64.5l715 -714q37 -39 37 -91z" />
76
- <glyph unicode="&#xf02d;" horiz-adv-x="1664" d="M1639 1058q40 -57 18 -129l-275 -906q-19 -64 -76.5 -107.5t-122.5 -43.5h-923q-77 0 -148.5 53.5t-99.5 131.5q-24 67 -2 127q0 4 3 27t4 37q1 8 -3 21.5t-3 19.5q2 11 8 21t16.5 23.5t16.5 23.5q23 38 45 91.5t30 91.5q3 10 0.5 30t-0.5 28q3 11 17 28t17 23 q21 36 42 92t25 90q1 9 -2.5 32t0.5 28q4 13 22 30.5t22 22.5q19 26 42.5 84.5t27.5 96.5q1 8 -3 25.5t-2 26.5q2 8 9 18t18 23t17 21q8 12 16.5 30.5t15 35t16 36t19.5 32t26.5 23.5t36 11.5t47.5 -5.5l-1 -3q38 9 51 9h761q74 0 114 -56t18 -130l-274 -906 q-36 -119 -71.5 -153.5t-128.5 -34.5h-869q-27 0 -38 -15q-11 -16 -1 -43q24 -70 144 -70h923q29 0 56 15.5t35 41.5l300 987q7 22 5 57q38 -15 59 -43zM575 1056q-4 -13 2 -22.5t20 -9.5h608q13 0 25.5 9.5t16.5 22.5l21 64q4 13 -2 22.5t-20 9.5h-608q-13 0 -25.5 -9.5 t-16.5 -22.5zM492 800q-4 -13 2 -22.5t20 -9.5h608q13 0 25.5 9.5t16.5 22.5l21 64q4 13 -2 22.5t-20 9.5h-608q-13 0 -25.5 -9.5t-16.5 -22.5z" />
77
- <glyph unicode="&#xf02e;" horiz-adv-x="1280" d="M1164 1408q23 0 44 -9q33 -13 52.5 -41t19.5 -62v-1289q0 -34 -19.5 -62t-52.5 -41q-19 -8 -44 -8q-48 0 -83 32l-441 424l-441 -424q-36 -33 -83 -33q-23 0 -44 9q-33 13 -52.5 41t-19.5 62v1289q0 34 19.5 62t52.5 41q21 9 44 9h1048z" />
78
- <glyph unicode="&#xf02f;" horiz-adv-x="1664" d="M384 0h896v256h-896v-256zM384 640h896v384h-160q-40 0 -68 28t-28 68v160h-640v-640zM1536 576q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1664 576v-416q0 -13 -9.5 -22.5t-22.5 -9.5h-224v-160q0 -40 -28 -68t-68 -28h-960q-40 0 -68 28t-28 68 v160h-224q-13 0 -22.5 9.5t-9.5 22.5v416q0 79 56.5 135.5t135.5 56.5h64v544q0 40 28 68t68 28h672q40 0 88 -20t76 -48l152 -152q28 -28 48 -76t20 -88v-256h64q79 0 135.5 -56.5t56.5 -135.5z" />
79
- <glyph unicode="&#xf030;" horiz-adv-x="1920" d="M960 864q119 0 203.5 -84.5t84.5 -203.5t-84.5 -203.5t-203.5 -84.5t-203.5 84.5t-84.5 203.5t84.5 203.5t203.5 84.5zM1664 1280q106 0 181 -75t75 -181v-896q0 -106 -75 -181t-181 -75h-1408q-106 0 -181 75t-75 181v896q0 106 75 181t181 75h224l51 136 q19 49 69.5 84.5t103.5 35.5h512q53 0 103.5 -35.5t69.5 -84.5l51 -136h224zM960 128q185 0 316.5 131.5t131.5 316.5t-131.5 316.5t-316.5 131.5t-316.5 -131.5t-131.5 -316.5t131.5 -316.5t316.5 -131.5z" />
80
- <glyph unicode="&#xf031;" horiz-adv-x="1664" d="M725 977l-170 -450q73 -1 153.5 -2t119 -1.5t52.5 -0.5l29 2q-32 95 -92 241q-53 132 -92 211zM21 -128h-21l2 79q22 7 80 18q89 16 110 31q20 16 48 68l237 616l280 724h75h53l11 -21l205 -480q103 -242 124 -297q39 -102 96 -235q26 -58 65 -164q24 -67 65 -149 q22 -49 35 -57q22 -19 69 -23q47 -6 103 -27q6 -39 6 -57q0 -14 -1 -26q-80 0 -192 8q-93 8 -189 8q-79 0 -135 -2l-200 -11l-58 -2q0 45 4 78l131 28q56 13 68 23q12 12 12 27t-6 32l-47 114l-92 228l-450 2q-29 -65 -104 -274q-23 -64 -23 -84q0 -31 17 -43 q26 -21 103 -32q3 0 13.5 -2t30 -5t40.5 -6q1 -28 1 -58q0 -17 -2 -27q-66 0 -349 20l-48 -8q-81 -14 -167 -14z" />
81
- <glyph unicode="&#xf032;" horiz-adv-x="1408" d="M555 15q76 -32 140 -32q131 0 216 41t122 113q38 70 38 181q0 114 -41 180q-58 94 -141 126q-80 32 -247 32q-74 0 -101 -10v-144l-1 -173l3 -270q0 -15 12 -44zM541 761q43 -7 109 -7q175 0 264 65t89 224q0 112 -85 187q-84 75 -255 75q-52 0 -130 -13q0 -44 2 -77 q7 -122 6 -279l-1 -98q0 -43 1 -77zM0 -128l2 94q45 9 68 12q77 12 123 31q17 27 21 51q9 66 9 194l-2 497q-5 256 -9 404q-1 87 -11 109q-1 4 -12 12q-18 12 -69 15q-30 2 -114 13l-4 83l260 6l380 13l45 1q5 0 14 0.5t14 0.5q1 0 21.5 -0.5t40.5 -0.5h74q88 0 191 -27 q43 -13 96 -39q57 -29 102 -76q44 -47 65 -104t21 -122q0 -70 -32 -128t-95 -105q-26 -20 -150 -77q177 -41 267 -146q92 -106 92 -236q0 -76 -29 -161q-21 -62 -71 -117q-66 -72 -140 -108q-73 -36 -203 -60q-82 -15 -198 -11l-197 4q-84 2 -298 -11q-33 -3 -272 -11z" />
82
- <glyph unicode="&#xf033;" horiz-adv-x="1024" d="M0 -126l17 85q4 1 77 20q76 19 116 39q29 37 41 101l27 139l56 268l12 64q8 44 17 84.5t16 67t12.5 46.5t9 30.5t3.5 11.5l29 157l16 63l22 135l8 50v38q-41 22 -144 28q-28 2 -38 4l19 103l317 -14q39 -2 73 -2q66 0 214 9q33 2 68 4.5t36 2.5q-2 -19 -6 -38 q-7 -29 -13 -51q-55 -19 -109 -31q-64 -16 -101 -31q-12 -31 -24 -88q-9 -44 -13 -82q-44 -199 -66 -306l-61 -311l-38 -158l-43 -235l-12 -45q-2 -7 1 -27q64 -15 119 -21q36 -5 66 -10q-1 -29 -7 -58q-7 -31 -9 -41q-18 0 -23 -1q-24 -2 -42 -2q-9 0 -28 3q-19 4 -145 17 l-198 2q-41 1 -174 -11q-74 -7 -98 -9z" />
83
- <glyph unicode="&#xf034;" horiz-adv-x="1792" d="M81 1407l54 -27q20 -5 211 -5h130l19 3l115 1l215 -1h293l34 -2q14 -1 28 7t21 16l7 8l42 1q15 0 28 -1v-104.5t1 -131.5l1 -100l-1 -58q0 -32 -4 -51q-39 -15 -68 -18q-25 43 -54 128q-8 24 -15.5 62.5t-11.5 65.5t-6 29q-13 15 -27 19q-7 2 -42.5 2t-103.5 -1t-111 -1 q-34 0 -67 -5q-10 -97 -8 -136l1 -152v-332l3 -359l-1 -147q-1 -46 11 -85q49 -25 89 -32q2 0 18 -5t44 -13t43 -12q30 -8 50 -18q5 -45 5 -50q0 -10 -3 -29q-14 -1 -34 -1q-110 0 -187 10q-72 8 -238 8q-88 0 -233 -14q-48 -4 -70 -4q-2 22 -2 26l-1 26v9q21 33 79 49 q139 38 159 50q9 21 12 56q8 192 6 433l-5 428q-1 62 -0.5 118.5t0.5 102.5t-2 57t-6 15q-6 5 -14 6q-38 6 -148 6q-43 0 -100 -13.5t-73 -24.5q-13 -9 -22 -33t-22 -75t-24 -84q-6 -19 -19.5 -32t-20.5 -13q-44 27 -56 44v297v86zM1744 128q33 0 42 -18.5t-11 -44.5 l-126 -162q-20 -26 -49 -26t-49 26l-126 162q-20 26 -11 44.5t42 18.5h80v1024h-80q-33 0 -42 18.5t11 44.5l126 162q20 26 49 26t49 -26l126 -162q20 -26 11 -44.5t-42 -18.5h-80v-1024h80z" />
84
- <glyph unicode="&#xf035;" d="M81 1407l54 -27q20 -5 211 -5h130l19 3l115 1l446 -1h318l34 -2q14 -1 28 7t21 16l7 8l42 1q15 0 28 -1v-104.5t1 -131.5l1 -100l-1 -58q0 -32 -4 -51q-39 -15 -68 -18q-25 43 -54 128q-8 24 -15.5 62.5t-11.5 65.5t-6 29q-13 15 -27 19q-7 2 -58.5 2t-138.5 -1t-128 -1 q-94 0 -127 -5q-10 -97 -8 -136l1 -152v52l3 -359l-1 -147q-1 -46 11 -85q49 -25 89 -32q2 0 18 -5t44 -13t43 -12q30 -8 50 -18q5 -45 5 -50q0 -10 -3 -29q-14 -1 -34 -1q-110 0 -187 10q-72 8 -238 8q-82 0 -233 -13q-45 -5 -70 -5q-2 22 -2 26l-1 26v9q21 33 79 49 q139 38 159 50q9 21 12 56q6 137 6 433l-5 44q0 265 -2 278q-2 11 -6 15q-6 5 -14 6q-38 6 -148 6q-50 0 -168.5 -14t-132.5 -24q-13 -9 -22 -33t-22 -75t-24 -84q-6 -19 -19.5 -32t-20.5 -13q-44 27 -56 44v297v86zM1505 113q26 -20 26 -49t-26 -49l-162 -126 q-26 -20 -44.5 -11t-18.5 42v80h-1024v-80q0 -33 -18.5 -42t-44.5 11l-162 126q-26 20 -26 49t26 49l162 126q26 20 44.5 11t18.5 -42v-80h1024v80q0 33 18.5 42t44.5 -11z" />
85
- <glyph unicode="&#xf036;" horiz-adv-x="1792" d="M1792 192v-128q0 -26 -19 -45t-45 -19h-1664q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1664q26 0 45 -19t19 -45zM1408 576v-128q0 -26 -19 -45t-45 -19h-1280q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1280q26 0 45 -19t19 -45zM1664 960v-128q0 -26 -19 -45 t-45 -19h-1536q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1536q26 0 45 -19t19 -45zM1280 1344v-128q0 -26 -19 -45t-45 -19h-1152q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1152q26 0 45 -19t19 -45z" />
86
- <glyph unicode="&#xf037;" horiz-adv-x="1792" d="M1792 192v-128q0 -26 -19 -45t-45 -19h-1664q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1664q26 0 45 -19t19 -45zM1408 576v-128q0 -26 -19 -45t-45 -19h-896q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h896q26 0 45 -19t19 -45zM1664 960v-128q0 -26 -19 -45t-45 -19 h-1408q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1408q26 0 45 -19t19 -45zM1280 1344v-128q0 -26 -19 -45t-45 -19h-640q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h640q26 0 45 -19t19 -45z" />
87
- <glyph unicode="&#xf038;" horiz-adv-x="1792" d="M1792 192v-128q0 -26 -19 -45t-45 -19h-1664q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1664q26 0 45 -19t19 -45zM1792 576v-128q0 -26 -19 -45t-45 -19h-1280q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1280q26 0 45 -19t19 -45zM1792 960v-128q0 -26 -19 -45 t-45 -19h-1536q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1536q26 0 45 -19t19 -45zM1792 1344v-128q0 -26 -19 -45t-45 -19h-1152q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1152q26 0 45 -19t19 -45z" />
88
- <glyph unicode="&#xf039;" horiz-adv-x="1792" d="M1792 192v-128q0 -26 -19 -45t-45 -19h-1664q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1664q26 0 45 -19t19 -45zM1792 576v-128q0 -26 -19 -45t-45 -19h-1664q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1664q26 0 45 -19t19 -45zM1792 960v-128q0 -26 -19 -45 t-45 -19h-1664q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1664q26 0 45 -19t19 -45zM1792 1344v-128q0 -26 -19 -45t-45 -19h-1664q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1664q26 0 45 -19t19 -45z" />
89
- <glyph unicode="&#xf03a;" horiz-adv-x="1792" d="M256 224v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-192q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h192q13 0 22.5 -9.5t9.5 -22.5zM256 608v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-192q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h192q13 0 22.5 -9.5 t9.5 -22.5zM256 992v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-192q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h192q13 0 22.5 -9.5t9.5 -22.5zM1792 224v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1344q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1344 q13 0 22.5 -9.5t9.5 -22.5zM256 1376v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-192q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h192q13 0 22.5 -9.5t9.5 -22.5zM1792 608v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1344q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5 t22.5 9.5h1344q13 0 22.5 -9.5t9.5 -22.5zM1792 992v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1344q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1344q13 0 22.5 -9.5t9.5 -22.5zM1792 1376v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1344q-13 0 -22.5 9.5t-9.5 22.5v192 q0 13 9.5 22.5t22.5 9.5h1344q13 0 22.5 -9.5t9.5 -22.5z" />
90
- <glyph unicode="&#xf03b;" horiz-adv-x="1792" d="M384 992v-576q0 -13 -9.5 -22.5t-22.5 -9.5q-14 0 -23 9l-288 288q-9 9 -9 23t9 23l288 288q9 9 23 9q13 0 22.5 -9.5t9.5 -22.5zM1792 224v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1728q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1728q13 0 22.5 -9.5 t9.5 -22.5zM1792 608v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1088q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1088q13 0 22.5 -9.5t9.5 -22.5zM1792 992v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1088q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1088 q13 0 22.5 -9.5t9.5 -22.5zM1792 1376v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1728q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1728q13 0 22.5 -9.5t9.5 -22.5z" />
91
- <glyph unicode="&#xf03c;" horiz-adv-x="1792" d="M352 704q0 -14 -9 -23l-288 -288q-9 -9 -23 -9q-13 0 -22.5 9.5t-9.5 22.5v576q0 13 9.5 22.5t22.5 9.5q14 0 23 -9l288 -288q9 -9 9 -23zM1792 224v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1728q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1728q13 0 22.5 -9.5 t9.5 -22.5zM1792 608v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1088q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1088q13 0 22.5 -9.5t9.5 -22.5zM1792 992v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1088q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1088 q13 0 22.5 -9.5t9.5 -22.5zM1792 1376v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1728q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1728q13 0 22.5 -9.5t9.5 -22.5z" />
92
- <glyph unicode="&#xf03d;" horiz-adv-x="1792" d="M1792 1184v-1088q0 -42 -39 -59q-13 -5 -25 -5q-27 0 -45 19l-403 403v-166q0 -119 -84.5 -203.5t-203.5 -84.5h-704q-119 0 -203.5 84.5t-84.5 203.5v704q0 119 84.5 203.5t203.5 84.5h704q119 0 203.5 -84.5t84.5 -203.5v-165l403 402q18 19 45 19q12 0 25 -5 q39 -17 39 -59z" />
93
- <glyph unicode="&#xf03e;" horiz-adv-x="1920" d="M640 960q0 -80 -56 -136t-136 -56t-136 56t-56 136t56 136t136 56t136 -56t56 -136zM1664 576v-448h-1408v192l320 320l160 -160l512 512zM1760 1280h-1600q-13 0 -22.5 -9.5t-9.5 -22.5v-1216q0 -13 9.5 -22.5t22.5 -9.5h1600q13 0 22.5 9.5t9.5 22.5v1216 q0 13 -9.5 22.5t-22.5 9.5zM1920 1248v-1216q0 -66 -47 -113t-113 -47h-1600q-66 0 -113 47t-47 113v1216q0 66 47 113t113 47h1600q66 0 113 -47t47 -113z" />
94
- <glyph unicode="&#xf040;" d="M363 0l91 91l-235 235l-91 -91v-107h128v-128h107zM886 928q0 22 -22 22q-10 0 -17 -7l-542 -542q-7 -7 -7 -17q0 -22 22 -22q10 0 17 7l542 542q7 7 7 17zM832 1120l416 -416l-832 -832h-416v416zM1515 1024q0 -53 -37 -90l-166 -166l-416 416l166 165q36 38 90 38 q53 0 91 -38l235 -234q37 -39 37 -91z" />
95
- <glyph unicode="&#xf041;" horiz-adv-x="1024" d="M768 896q0 106 -75 181t-181 75t-181 -75t-75 -181t75 -181t181 -75t181 75t75 181zM1024 896q0 -109 -33 -179l-364 -774q-16 -33 -47.5 -52t-67.5 -19t-67.5 19t-46.5 52l-365 774q-33 70 -33 179q0 212 150 362t362 150t362 -150t150 -362z" />
96
- <glyph unicode="&#xf042;" d="M768 96v1088q-148 0 -273 -73t-198 -198t-73 -273t73 -273t198 -198t273 -73zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
97
- <glyph unicode="&#xf043;" horiz-adv-x="1024" d="M512 384q0 36 -20 69q-1 1 -15.5 22.5t-25.5 38t-25 44t-21 50.5q-4 16 -21 16t-21 -16q-7 -23 -21 -50.5t-25 -44t-25.5 -38t-15.5 -22.5q-20 -33 -20 -69q0 -53 37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1024 512q0 -212 -150 -362t-362 -150t-362 150t-150 362 q0 145 81 275q6 9 62.5 90.5t101 151t99.5 178t83 201.5q9 30 34 47t51 17t51.5 -17t33.5 -47q28 -93 83 -201.5t99.5 -178t101 -151t62.5 -90.5q81 -127 81 -275z" />
98
- <glyph unicode="&#xf044;" horiz-adv-x="1792" d="M888 352l116 116l-152 152l-116 -116v-56h96v-96h56zM1328 1072q-16 16 -33 -1l-350 -350q-17 -17 -1 -33t33 1l350 350q17 17 1 33zM1408 478v-190q0 -119 -84.5 -203.5t-203.5 -84.5h-832q-119 0 -203.5 84.5t-84.5 203.5v832q0 119 84.5 203.5t203.5 84.5h832 q63 0 117 -25q15 -7 18 -23q3 -17 -9 -29l-49 -49q-14 -14 -32 -8q-23 6 -45 6h-832q-66 0 -113 -47t-47 -113v-832q0 -66 47 -113t113 -47h832q66 0 113 47t47 113v126q0 13 9 22l64 64q15 15 35 7t20 -29zM1312 1216l288 -288l-672 -672h-288v288zM1756 1084l-92 -92 l-288 288l92 92q28 28 68 28t68 -28l152 -152q28 -28 28 -68t-28 -68z" />
99
- <glyph unicode="&#xf045;" horiz-adv-x="1664" d="M1408 547v-259q0 -119 -84.5 -203.5t-203.5 -84.5h-832q-119 0 -203.5 84.5t-84.5 203.5v832q0 119 84.5 203.5t203.5 84.5h255v0q13 0 22.5 -9.5t9.5 -22.5q0 -27 -26 -32q-77 -26 -133 -60q-10 -4 -16 -4h-112q-66 0 -113 -47t-47 -113v-832q0 -66 47 -113t113 -47h832 q66 0 113 47t47 113v214q0 19 18 29q28 13 54 37q16 16 35 8q21 -9 21 -29zM1645 1043l-384 -384q-18 -19 -45 -19q-12 0 -25 5q-39 17 -39 59v192h-160q-323 0 -438 -131q-119 -137 -74 -473q3 -23 -20 -34q-8 -2 -12 -2q-16 0 -26 13q-10 14 -21 31t-39.5 68.5t-49.5 99.5 t-38.5 114t-17.5 122q0 49 3.5 91t14 90t28 88t47 81.5t68.5 74t94.5 61.5t124.5 48.5t159.5 30.5t196.5 11h160v192q0 42 39 59q13 5 25 5q26 0 45 -19l384 -384q19 -19 19 -45t-19 -45z" />
100
- <glyph unicode="&#xf046;" horiz-adv-x="1664" d="M1408 606v-318q0 -119 -84.5 -203.5t-203.5 -84.5h-832q-119 0 -203.5 84.5t-84.5 203.5v832q0 119 84.5 203.5t203.5 84.5h832q63 0 117 -25q15 -7 18 -23q3 -17 -9 -29l-49 -49q-10 -10 -23 -10q-3 0 -9 2q-23 6 -45 6h-832q-66 0 -113 -47t-47 -113v-832 q0 -66 47 -113t113 -47h832q66 0 113 47t47 113v254q0 13 9 22l64 64q10 10 23 10q6 0 12 -3q20 -8 20 -29zM1639 1095l-814 -814q-24 -24 -57 -24t-57 24l-430 430q-24 24 -24 57t24 57l110 110q24 24 57 24t57 -24l263 -263l647 647q24 24 57 24t57 -24l110 -110 q24 -24 24 -57t-24 -57z" />
101
- <glyph unicode="&#xf047;" horiz-adv-x="1792" d="M1792 640q0 -26 -19 -45l-256 -256q-19 -19 -45 -19t-45 19t-19 45v128h-384v-384h128q26 0 45 -19t19 -45t-19 -45l-256 -256q-19 -19 -45 -19t-45 19l-256 256q-19 19 -19 45t19 45t45 19h128v384h-384v-128q0 -26 -19 -45t-45 -19t-45 19l-256 256q-19 19 -19 45 t19 45l256 256q19 19 45 19t45 -19t19 -45v-128h384v384h-128q-26 0 -45 19t-19 45t19 45l256 256q19 19 45 19t45 -19l256 -256q19 -19 19 -45t-19 -45t-45 -19h-128v-384h384v128q0 26 19 45t45 19t45 -19l256 -256q19 -19 19 -45z" />
102
- <glyph unicode="&#xf048;" horiz-adv-x="1024" d="M979 1395q19 19 32 13t13 -32v-1472q0 -26 -13 -32t-32 13l-710 710q-9 9 -13 19v-678q0 -26 -19 -45t-45 -19h-128q-26 0 -45 19t-19 45v1408q0 26 19 45t45 19h128q26 0 45 -19t19 -45v-678q4 11 13 19z" />
103
- <glyph unicode="&#xf049;" horiz-adv-x="1792" d="M1747 1395q19 19 32 13t13 -32v-1472q0 -26 -13 -32t-32 13l-710 710q-9 9 -13 19v-710q0 -26 -13 -32t-32 13l-710 710q-9 9 -13 19v-678q0 -26 -19 -45t-45 -19h-128q-26 0 -45 19t-19 45v1408q0 26 19 45t45 19h128q26 0 45 -19t19 -45v-678q4 11 13 19l710 710 q19 19 32 13t13 -32v-710q4 11 13 19z" />
104
- <glyph unicode="&#xf04a;" horiz-adv-x="1664" d="M1619 1395q19 19 32 13t13 -32v-1472q0 -26 -13 -32t-32 13l-710 710q-8 9 -13 19v-710q0 -26 -13 -32t-32 13l-710 710q-19 19 -19 45t19 45l710 710q19 19 32 13t13 -32v-710q5 11 13 19z" />
105
- <glyph unicode="&#xf04b;" horiz-adv-x="1408" d="M1384 609l-1328 -738q-23 -13 -39.5 -3t-16.5 36v1472q0 26 16.5 36t39.5 -3l1328 -738q23 -13 23 -31t-23 -31z" />
106
- <glyph unicode="&#xf04c;" d="M1536 1344v-1408q0 -26 -19 -45t-45 -19h-512q-26 0 -45 19t-19 45v1408q0 26 19 45t45 19h512q26 0 45 -19t19 -45zM640 1344v-1408q0 -26 -19 -45t-45 -19h-512q-26 0 -45 19t-19 45v1408q0 26 19 45t45 19h512q26 0 45 -19t19 -45z" />
107
- <glyph unicode="&#xf04d;" d="M1536 1344v-1408q0 -26 -19 -45t-45 -19h-1408q-26 0 -45 19t-19 45v1408q0 26 19 45t45 19h1408q26 0 45 -19t19 -45z" />
108
- <glyph unicode="&#xf04e;" horiz-adv-x="1664" d="M45 -115q-19 -19 -32 -13t-13 32v1472q0 26 13 32t32 -13l710 -710q8 -8 13 -19v710q0 26 13 32t32 -13l710 -710q19 -19 19 -45t-19 -45l-710 -710q-19 -19 -32 -13t-13 32v710q-5 -10 -13 -19z" />
109
- <glyph unicode="&#xf050;" horiz-adv-x="1792" d="M45 -115q-19 -19 -32 -13t-13 32v1472q0 26 13 32t32 -13l710 -710q8 -8 13 -19v710q0 26 13 32t32 -13l710 -710q8 -8 13 -19v678q0 26 19 45t45 19h128q26 0 45 -19t19 -45v-1408q0 -26 -19 -45t-45 -19h-128q-26 0 -45 19t-19 45v678q-5 -10 -13 -19l-710 -710 q-19 -19 -32 -13t-13 32v710q-5 -10 -13 -19z" />
110
- <glyph unicode="&#xf051;" horiz-adv-x="1024" d="M45 -115q-19 -19 -32 -13t-13 32v1472q0 26 13 32t32 -13l710 -710q8 -8 13 -19v678q0 26 19 45t45 19h128q26 0 45 -19t19 -45v-1408q0 -26 -19 -45t-45 -19h-128q-26 0 -45 19t-19 45v678q-5 -10 -13 -19z" />
111
- <glyph unicode="&#xf052;" horiz-adv-x="1538" d="M14 557l710 710q19 19 45 19t45 -19l710 -710q19 -19 13 -32t-32 -13h-1472q-26 0 -32 13t13 32zM1473 0h-1408q-26 0 -45 19t-19 45v256q0 26 19 45t45 19h1408q26 0 45 -19t19 -45v-256q0 -26 -19 -45t-45 -19z" />
112
- <glyph unicode="&#xf053;" horiz-adv-x="1152" d="M742 -37l-652 651q-37 37 -37 90.5t37 90.5l652 651q37 37 90.5 37t90.5 -37l75 -75q37 -37 37 -90.5t-37 -90.5l-486 -486l486 -485q37 -38 37 -91t-37 -90l-75 -75q-37 -37 -90.5 -37t-90.5 37z" />
113
- <glyph unicode="&#xf054;" horiz-adv-x="1152" d="M1099 704q0 -52 -37 -91l-652 -651q-37 -37 -90 -37t-90 37l-76 75q-37 39 -37 91q0 53 37 90l486 486l-486 485q-37 39 -37 91q0 53 37 90l76 75q36 38 90 38t90 -38l652 -651q37 -37 37 -90z" />
114
- <glyph unicode="&#xf055;" d="M1216 576v128q0 26 -19 45t-45 19h-256v256q0 26 -19 45t-45 19h-128q-26 0 -45 -19t-19 -45v-256h-256q-26 0 -45 -19t-19 -45v-128q0 -26 19 -45t45 -19h256v-256q0 -26 19 -45t45 -19h128q26 0 45 19t19 45v256h256q26 0 45 19t19 45zM1536 640q0 -209 -103 -385.5 t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
115
- <glyph unicode="&#xf056;" d="M1216 576v128q0 26 -19 45t-45 19h-768q-26 0 -45 -19t-19 -45v-128q0 -26 19 -45t45 -19h768q26 0 45 19t19 45zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5 t103 -385.5z" />
116
- <glyph unicode="&#xf057;" d="M1149 414q0 26 -19 45l-181 181l181 181q19 19 19 45q0 27 -19 46l-90 90q-19 19 -46 19q-26 0 -45 -19l-181 -181l-181 181q-19 19 -45 19q-27 0 -46 -19l-90 -90q-19 -19 -19 -46q0 -26 19 -45l181 -181l-181 -181q-19 -19 -19 -45q0 -27 19 -46l90 -90q19 -19 46 -19 q26 0 45 19l181 181l181 -181q19 -19 45 -19q27 0 46 19l90 90q19 19 19 46zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
117
- <glyph unicode="&#xf058;" d="M1284 802q0 28 -18 46l-91 90q-19 19 -45 19t-45 -19l-408 -407l-226 226q-19 19 -45 19t-45 -19l-91 -90q-18 -18 -18 -46q0 -27 18 -45l362 -362q19 -19 45 -19q27 0 46 19l543 543q18 18 18 45zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103 t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
118
- <glyph unicode="&#xf059;" d="M896 160v192q0 14 -9 23t-23 9h-192q-14 0 -23 -9t-9 -23v-192q0 -14 9 -23t23 -9h192q14 0 23 9t9 23zM1152 832q0 88 -55.5 163t-138.5 116t-170 41q-243 0 -371 -213q-15 -24 8 -42l132 -100q7 -6 19 -6q16 0 25 12q53 68 86 92q34 24 86 24q48 0 85.5 -26t37.5 -59 q0 -38 -20 -61t-68 -45q-63 -28 -115.5 -86.5t-52.5 -125.5v-36q0 -14 9 -23t23 -9h192q14 0 23 9t9 23q0 19 21.5 49.5t54.5 49.5q32 18 49 28.5t46 35t44.5 48t28 60.5t12.5 81zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5 t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
119
- <glyph unicode="&#xf05a;" d="M1024 160v160q0 14 -9 23t-23 9h-96v512q0 14 -9 23t-23 9h-320q-14 0 -23 -9t-9 -23v-160q0 -14 9 -23t23 -9h96v-320h-96q-14 0 -23 -9t-9 -23v-160q0 -14 9 -23t23 -9h448q14 0 23 9t9 23zM896 1056v160q0 14 -9 23t-23 9h-192q-14 0 -23 -9t-9 -23v-160q0 -14 9 -23 t23 -9h192q14 0 23 9t9 23zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
120
- <glyph unicode="&#xf05b;" d="M1197 512h-109q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h109q-32 108 -112.5 188.5t-188.5 112.5v-109q0 -26 -19 -45t-45 -19h-128q-26 0 -45 19t-19 45v109q-108 -32 -188.5 -112.5t-112.5 -188.5h109q26 0 45 -19t19 -45v-128q0 -26 -19 -45t-45 -19h-109 q32 -108 112.5 -188.5t188.5 -112.5v109q0 26 19 45t45 19h128q26 0 45 -19t19 -45v-109q108 32 188.5 112.5t112.5 188.5zM1536 704v-128q0 -26 -19 -45t-45 -19h-143q-37 -161 -154.5 -278.5t-278.5 -154.5v-143q0 -26 -19 -45t-45 -19h-128q-26 0 -45 19t-19 45v143 q-161 37 -278.5 154.5t-154.5 278.5h-143q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h143q37 161 154.5 278.5t278.5 154.5v143q0 26 19 45t45 19h128q26 0 45 -19t19 -45v-143q161 -37 278.5 -154.5t154.5 -278.5h143q26 0 45 -19t19 -45z" />
121
- <glyph unicode="&#xf05c;" d="M1097 457l-146 -146q-10 -10 -23 -10t-23 10l-137 137l-137 -137q-10 -10 -23 -10t-23 10l-146 146q-10 10 -10 23t10 23l137 137l-137 137q-10 10 -10 23t10 23l146 146q10 10 23 10t23 -10l137 -137l137 137q10 10 23 10t23 -10l146 -146q10 -10 10 -23t-10 -23 l-137 -137l137 -137q10 -10 10 -23t-10 -23zM1312 640q0 148 -73 273t-198 198t-273 73t-273 -73t-198 -198t-73 -273t73 -273t198 -198t273 -73t273 73t198 198t73 273zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5 t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
122
- <glyph unicode="&#xf05d;" d="M1171 723l-422 -422q-19 -19 -45 -19t-45 19l-294 294q-19 19 -19 45t19 45l102 102q19 19 45 19t45 -19l147 -147l275 275q19 19 45 19t45 -19l102 -102q19 -19 19 -45t-19 -45zM1312 640q0 148 -73 273t-198 198t-273 73t-273 -73t-198 -198t-73 -273t73 -273t198 -198 t273 -73t273 73t198 198t73 273zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
123
- <glyph unicode="&#xf05e;" d="M1312 643q0 161 -87 295l-754 -753q137 -89 297 -89q111 0 211.5 43.5t173.5 116.5t116 174.5t43 212.5zM313 344l755 754q-135 91 -300 91q-148 0 -273 -73t-198 -199t-73 -274q0 -162 89 -299zM1536 643q0 -157 -61 -300t-163.5 -246t-245 -164t-298.5 -61t-298.5 61 t-245 164t-163.5 246t-61 300t61 299.5t163.5 245.5t245 164t298.5 61t298.5 -61t245 -164t163.5 -245.5t61 -299.5z" />
124
- <glyph unicode="&#xf060;" d="M1536 640v-128q0 -53 -32.5 -90.5t-84.5 -37.5h-704l293 -294q38 -36 38 -90t-38 -90l-75 -76q-37 -37 -90 -37q-52 0 -91 37l-651 652q-37 37 -37 90q0 52 37 91l651 650q38 38 91 38q52 0 90 -38l75 -74q38 -38 38 -91t-38 -91l-293 -293h704q52 0 84.5 -37.5 t32.5 -90.5z" />
125
- <glyph unicode="&#xf061;" d="M1472 576q0 -54 -37 -91l-651 -651q-39 -37 -91 -37q-51 0 -90 37l-75 75q-38 38 -38 91t38 91l293 293h-704q-52 0 -84.5 37.5t-32.5 90.5v128q0 53 32.5 90.5t84.5 37.5h704l-293 294q-38 36 -38 90t38 90l75 75q38 38 90 38q53 0 91 -38l651 -651q37 -35 37 -90z" />
126
- <glyph unicode="&#xf062;" horiz-adv-x="1664" d="M1611 565q0 -51 -37 -90l-75 -75q-38 -38 -91 -38q-54 0 -90 38l-294 293v-704q0 -52 -37.5 -84.5t-90.5 -32.5h-128q-53 0 -90.5 32.5t-37.5 84.5v704l-294 -293q-36 -38 -90 -38t-90 38l-75 75q-38 38 -38 90q0 53 38 91l651 651q35 37 90 37q54 0 91 -37l651 -651 q37 -39 37 -91z" />
127
- <glyph unicode="&#xf063;" horiz-adv-x="1664" d="M1611 704q0 -53 -37 -90l-651 -652q-39 -37 -91 -37q-53 0 -90 37l-651 652q-38 36 -38 90q0 53 38 91l74 75q39 37 91 37q53 0 90 -37l294 -294v704q0 52 38 90t90 38h128q52 0 90 -38t38 -90v-704l294 294q37 37 90 37q52 0 91 -37l75 -75q37 -39 37 -91z" />
128
- <glyph unicode="&#xf064;" horiz-adv-x="1792" d="M1792 896q0 -26 -19 -45l-512 -512q-19 -19 -45 -19t-45 19t-19 45v256h-224q-98 0 -175.5 -6t-154 -21.5t-133 -42.5t-105.5 -69.5t-80 -101t-48.5 -138.5t-17.5 -181q0 -55 5 -123q0 -6 2.5 -23.5t2.5 -26.5q0 -15 -8.5 -25t-23.5 -10q-16 0 -28 17q-7 9 -13 22 t-13.5 30t-10.5 24q-127 285 -127 451q0 199 53 333q162 403 875 403h224v256q0 26 19 45t45 19t45 -19l512 -512q19 -19 19 -45z" />
129
- <glyph unicode="&#xf065;" d="M755 480q0 -13 -10 -23l-332 -332l144 -144q19 -19 19 -45t-19 -45t-45 -19h-448q-26 0 -45 19t-19 45v448q0 26 19 45t45 19t45 -19l144 -144l332 332q10 10 23 10t23 -10l114 -114q10 -10 10 -23zM1536 1344v-448q0 -26 -19 -45t-45 -19t-45 19l-144 144l-332 -332 q-10 -10 -23 -10t-23 10l-114 114q-10 10 -10 23t10 23l332 332l-144 144q-19 19 -19 45t19 45t45 19h448q26 0 45 -19t19 -45z" />
130
- <glyph unicode="&#xf066;" d="M768 576v-448q0 -26 -19 -45t-45 -19t-45 19l-144 144l-332 -332q-10 -10 -23 -10t-23 10l-114 114q-10 10 -10 23t10 23l332 332l-144 144q-19 19 -19 45t19 45t45 19h448q26 0 45 -19t19 -45zM1523 1248q0 -13 -10 -23l-332 -332l144 -144q19 -19 19 -45t-19 -45 t-45 -19h-448q-26 0 -45 19t-19 45v448q0 26 19 45t45 19t45 -19l144 -144l332 332q10 10 23 10t23 -10l114 -114q10 -10 10 -23z" />
131
- <glyph unicode="&#xf067;" horiz-adv-x="1408" d="M1408 800v-192q0 -40 -28 -68t-68 -28h-416v-416q0 -40 -28 -68t-68 -28h-192q-40 0 -68 28t-28 68v416h-416q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h416v416q0 40 28 68t68 28h192q40 0 68 -28t28 -68v-416h416q40 0 68 -28t28 -68z" />
132
- <glyph unicode="&#xf068;" horiz-adv-x="1408" d="M1408 800v-192q0 -40 -28 -68t-68 -28h-1216q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h1216q40 0 68 -28t28 -68z" />
133
- <glyph unicode="&#xf069;" horiz-adv-x="1664" d="M1482 486q46 -26 59.5 -77.5t-12.5 -97.5l-64 -110q-26 -46 -77.5 -59.5t-97.5 12.5l-266 153v-307q0 -52 -38 -90t-90 -38h-128q-52 0 -90 38t-38 90v307l-266 -153q-46 -26 -97.5 -12.5t-77.5 59.5l-64 110q-26 46 -12.5 97.5t59.5 77.5l266 154l-266 154 q-46 26 -59.5 77.5t12.5 97.5l64 110q26 46 77.5 59.5t97.5 -12.5l266 -153v307q0 52 38 90t90 38h128q52 0 90 -38t38 -90v-307l266 153q46 26 97.5 12.5t77.5 -59.5l64 -110q26 -46 12.5 -97.5t-59.5 -77.5l-266 -154z" />
134
- <glyph unicode="&#xf06a;" d="M768 1408q209 0 385.5 -103t279.5 -279.5t103 -385.5t-103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103zM896 161v190q0 14 -9 23.5t-22 9.5h-192q-13 0 -23 -10t-10 -23v-190q0 -13 10 -23t23 -10h192 q13 0 22 9.5t9 23.5zM894 505l18 621q0 12 -10 18q-10 8 -24 8h-220q-14 0 -24 -8q-10 -6 -10 -18l17 -621q0 -10 10 -17.5t24 -7.5h185q14 0 23.5 7.5t10.5 17.5z" />
135
- <glyph unicode="&#xf06b;" d="M928 180v56v468v192h-320v-192v-468v-56q0 -25 18 -38.5t46 -13.5h192q28 0 46 13.5t18 38.5zM472 1024h195l-126 161q-26 31 -69 31q-40 0 -68 -28t-28 -68t28 -68t68 -28zM1160 1120q0 40 -28 68t-68 28q-43 0 -69 -31l-125 -161h194q40 0 68 28t28 68zM1536 864v-320 q0 -14 -9 -23t-23 -9h-96v-416q0 -40 -28 -68t-68 -28h-1088q-40 0 -68 28t-28 68v416h-96q-14 0 -23 9t-9 23v320q0 14 9 23t23 9h440q-93 0 -158.5 65.5t-65.5 158.5t65.5 158.5t158.5 65.5q107 0 168 -77l128 -165l128 165q61 77 168 77q93 0 158.5 -65.5t65.5 -158.5 t-65.5 -158.5t-158.5 -65.5h440q14 0 23 -9t9 -23z" />
136
- <glyph unicode="&#xf06c;" horiz-adv-x="1792" d="M1280 832q0 26 -19 45t-45 19q-172 0 -318 -49.5t-259.5 -134t-235.5 -219.5q-19 -21 -19 -45q0 -26 19 -45t45 -19q24 0 45 19q27 24 74 71t67 66q137 124 268.5 176t313.5 52q26 0 45 19t19 45zM1792 1030q0 -95 -20 -193q-46 -224 -184.5 -383t-357.5 -268 q-214 -108 -438 -108q-148 0 -286 47q-15 5 -88 42t-96 37q-16 0 -39.5 -32t-45 -70t-52.5 -70t-60 -32q-30 0 -51 11t-31 24t-27 42q-2 4 -6 11t-5.5 10t-3 9.5t-1.5 13.5q0 35 31 73.5t68 65.5t68 56t31 48q0 4 -14 38t-16 44q-9 51 -9 104q0 115 43.5 220t119 184.5 t170.5 139t204 95.5q55 18 145 25.5t179.5 9t178.5 6t163.5 24t113.5 56.5l29.5 29.5t29.5 28t27 20t36.5 16t43.5 4.5q39 0 70.5 -46t47.5 -112t24 -124t8 -96z" />
137
- <glyph unicode="&#xf06d;" horiz-adv-x="1408" d="M1408 -160v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-1344q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h1344q13 0 22.5 -9.5t9.5 -22.5zM1152 896q0 -78 -24.5 -144t-64 -112.5t-87.5 -88t-96 -77.5t-87.5 -72t-64 -81.5t-24.5 -96.5q0 -96 67 -224l-4 1l1 -1 q-90 41 -160 83t-138.5 100t-113.5 122.5t-72.5 150.5t-27.5 184q0 78 24.5 144t64 112.5t87.5 88t96 77.5t87.5 72t64 81.5t24.5 96.5q0 94 -66 224l3 -1l-1 1q90 -41 160 -83t138.5 -100t113.5 -122.5t72.5 -150.5t27.5 -184z" />
138
- <glyph unicode="&#xf06e;" horiz-adv-x="1792" d="M1664 576q-152 236 -381 353q61 -104 61 -225q0 -185 -131.5 -316.5t-316.5 -131.5t-316.5 131.5t-131.5 316.5q0 121 61 225q-229 -117 -381 -353q133 -205 333.5 -326.5t434.5 -121.5t434.5 121.5t333.5 326.5zM944 960q0 20 -14 34t-34 14q-125 0 -214.5 -89.5 t-89.5 -214.5q0 -20 14 -34t34 -14t34 14t14 34q0 86 61 147t147 61q20 0 34 14t14 34zM1792 576q0 -34 -20 -69q-140 -230 -376.5 -368.5t-499.5 -138.5t-499.5 139t-376.5 368q-20 35 -20 69t20 69q140 229 376.5 368t499.5 139t499.5 -139t376.5 -368q20 -35 20 -69z" />
139
- <glyph unicode="&#xf070;" horiz-adv-x="1792" d="M555 201l78 141q-87 63 -136 159t-49 203q0 121 61 225q-229 -117 -381 -353q167 -258 427 -375zM944 960q0 20 -14 34t-34 14q-125 0 -214.5 -89.5t-89.5 -214.5q0 -20 14 -34t34 -14t34 14t14 34q0 86 61 147t147 61q20 0 34 14t14 34zM1307 1151q0 -7 -1 -9 q-105 -188 -315 -566t-316 -567l-49 -89q-10 -16 -28 -16q-12 0 -134 70q-16 10 -16 28q0 12 44 87q-143 65 -263.5 173t-208.5 245q-20 31 -20 69t20 69q153 235 380 371t496 136q89 0 180 -17l54 97q10 16 28 16q5 0 18 -6t31 -15.5t33 -18.5t31.5 -18.5t19.5 -11.5 q16 -10 16 -27zM1344 704q0 -139 -79 -253.5t-209 -164.5l280 502q8 -45 8 -84zM1792 576q0 -35 -20 -69q-39 -64 -109 -145q-150 -172 -347.5 -267t-419.5 -95l74 132q212 18 392.5 137t301.5 307q-115 179 -282 294l63 112q95 -64 182.5 -153t144.5 -184q20 -34 20 -69z " />
140
- <glyph unicode="&#xf071;" horiz-adv-x="1792" d="M1024 161v190q0 14 -9.5 23.5t-22.5 9.5h-192q-13 0 -22.5 -9.5t-9.5 -23.5v-190q0 -14 9.5 -23.5t22.5 -9.5h192q13 0 22.5 9.5t9.5 23.5zM1022 535l18 459q0 12 -10 19q-13 11 -24 11h-220q-11 0 -24 -11q-10 -7 -10 -21l17 -457q0 -10 10 -16.5t24 -6.5h185 q14 0 23.5 6.5t10.5 16.5zM1008 1469l768 -1408q35 -63 -2 -126q-17 -29 -46.5 -46t-63.5 -17h-1536q-34 0 -63.5 17t-46.5 46q-37 63 -2 126l768 1408q17 31 47 49t65 18t65 -18t47 -49z" />
141
- <glyph unicode="&#xf072;" horiz-adv-x="1408" d="M1376 1376q44 -52 12 -148t-108 -172l-161 -161l160 -696q5 -19 -12 -33l-128 -96q-7 -6 -19 -6q-4 0 -7 1q-15 3 -21 16l-279 508l-259 -259l53 -194q5 -17 -8 -31l-96 -96q-9 -9 -23 -9h-2q-15 2 -24 13l-189 252l-252 189q-11 7 -13 23q-1 13 9 25l96 97q9 9 23 9 q6 0 8 -1l194 -53l259 259l-508 279q-14 8 -17 24q-2 16 9 27l128 128q14 13 30 8l665 -159l160 160q76 76 172 108t148 -12z" />
142
- <glyph unicode="&#xf073;" horiz-adv-x="1664" d="M128 -128h288v288h-288v-288zM480 -128h320v288h-320v-288zM128 224h288v320h-288v-320zM480 224h320v320h-320v-320zM128 608h288v288h-288v-288zM864 -128h320v288h-320v-288zM480 608h320v288h-320v-288zM1248 -128h288v288h-288v-288zM864 224h320v320h-320v-320z M512 1088v288q0 13 -9.5 22.5t-22.5 9.5h-64q-13 0 -22.5 -9.5t-9.5 -22.5v-288q0 -13 9.5 -22.5t22.5 -9.5h64q13 0 22.5 9.5t9.5 22.5zM1248 224h288v320h-288v-320zM864 608h320v288h-320v-288zM1248 608h288v288h-288v-288zM1280 1088v288q0 13 -9.5 22.5t-22.5 9.5h-64 q-13 0 -22.5 -9.5t-9.5 -22.5v-288q0 -13 9.5 -22.5t22.5 -9.5h64q13 0 22.5 9.5t9.5 22.5zM1664 1152v-1280q0 -52 -38 -90t-90 -38h-1408q-52 0 -90 38t-38 90v1280q0 52 38 90t90 38h128v96q0 66 47 113t113 47h64q66 0 113 -47t47 -113v-96h384v96q0 66 47 113t113 47 h64q66 0 113 -47t47 -113v-96h128q52 0 90 -38t38 -90z" />
143
- <glyph unicode="&#xf074;" horiz-adv-x="1792" d="M666 1055q-60 -92 -137 -273q-22 45 -37 72.5t-40.5 63.5t-51 56.5t-63 35t-81.5 14.5h-224q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h224q250 0 410 -225zM1792 256q0 -14 -9 -23l-320 -320q-9 -9 -23 -9q-13 0 -22.5 9.5t-9.5 22.5v192q-32 0 -85 -0.5t-81 -1t-73 1 t-71 5t-64 10.5t-63 18.5t-58 28.5t-59 40t-55 53.5t-56 69.5q59 93 136 273q22 -45 37 -72.5t40.5 -63.5t51 -56.5t63 -35t81.5 -14.5h256v192q0 14 9 23t23 9q12 0 24 -10l319 -319q9 -9 9 -23zM1792 1152q0 -14 -9 -23l-320 -320q-9 -9 -23 -9q-13 0 -22.5 9.5t-9.5 22.5 v192h-256q-48 0 -87 -15t-69 -45t-51 -61.5t-45 -77.5q-32 -62 -78 -171q-29 -66 -49.5 -111t-54 -105t-64 -100t-74 -83t-90 -68.5t-106.5 -42t-128 -16.5h-224q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h224q48 0 87 15t69 45t51 61.5t45 77.5q32 62 78 171q29 66 49.5 111 t54 105t64 100t74 83t90 68.5t106.5 42t128 16.5h256v192q0 14 9 23t23 9q12 0 24 -10l319 -319q9 -9 9 -23z" />
144
- <glyph unicode="&#xf075;" horiz-adv-x="1792" d="M1792 640q0 -174 -120 -321.5t-326 -233t-450 -85.5q-70 0 -145 8q-198 -175 -460 -242q-49 -14 -114 -22q-17 -2 -30.5 9t-17.5 29v1q-3 4 -0.5 12t2 10t4.5 9.5l6 9t7 8.5t8 9q7 8 31 34.5t34.5 38t31 39.5t32.5 51t27 59t26 76q-157 89 -247.5 220t-90.5 281 q0 130 71 248.5t191 204.5t286 136.5t348 50.5q244 0 450 -85.5t326 -233t120 -321.5z" />
145
- <glyph unicode="&#xf076;" d="M1536 704v-128q0 -201 -98.5 -362t-274 -251.5t-395.5 -90.5t-395.5 90.5t-274 251.5t-98.5 362v128q0 26 19 45t45 19h384q26 0 45 -19t19 -45v-128q0 -52 23.5 -90t53.5 -57t71 -30t64 -13t44 -2t44 2t64 13t71 30t53.5 57t23.5 90v128q0 26 19 45t45 19h384 q26 0 45 -19t19 -45zM512 1344v-384q0 -26 -19 -45t-45 -19h-384q-26 0 -45 19t-19 45v384q0 26 19 45t45 19h384q26 0 45 -19t19 -45zM1536 1344v-384q0 -26 -19 -45t-45 -19h-384q-26 0 -45 19t-19 45v384q0 26 19 45t45 19h384q26 0 45 -19t19 -45z" />
146
- <glyph unicode="&#xf077;" horiz-adv-x="1664" d="M1611 320q0 -53 -37 -90l-75 -75q-38 -38 -91 -38q-54 0 -90 38l-486 485l-486 -485q-36 -38 -90 -38t-90 38l-75 75q-38 36 -38 90q0 53 38 91l651 651q37 37 90 37q52 0 91 -37l650 -651q38 -38 38 -91z" />
147
- <glyph unicode="&#xf078;" horiz-adv-x="1664" d="M1611 832q0 -53 -37 -90l-651 -651q-38 -38 -91 -38q-54 0 -90 38l-651 651q-38 36 -38 90q0 53 38 91l74 75q39 37 91 37q53 0 90 -37l486 -486l486 486q37 37 90 37q52 0 91 -37l75 -75q37 -39 37 -91z" />
148
- <glyph unicode="&#xf079;" horiz-adv-x="1920" d="M1280 32q0 -13 -9.5 -22.5t-22.5 -9.5h-960q-8 0 -13.5 2t-9 7t-5.5 8t-3 11.5t-1 11.5v13v11v160v416h-192q-26 0 -45 19t-19 45q0 24 15 41l320 384q19 22 49 22t49 -22l320 -384q15 -17 15 -41q0 -26 -19 -45t-45 -19h-192v-384h576q16 0 25 -11l160 -192q7 -11 7 -21 zM1920 448q0 -24 -15 -41l-320 -384q-20 -23 -49 -23t-49 23l-320 384q-15 17 -15 41q0 26 19 45t45 19h192v384h-576q-16 0 -25 12l-160 192q-7 9 -7 20q0 13 9.5 22.5t22.5 9.5h960q8 0 13.5 -2t9 -7t5.5 -8t3 -11.5t1 -11.5v-13v-11v-160v-416h192q26 0 45 -19t19 -45z " />
149
- <glyph unicode="&#xf07a;" horiz-adv-x="1664" d="M640 0q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1536 0q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1664 1088v-512q0 -24 -16 -42.5t-41 -21.5 l-1044 -122q1 -7 4.5 -21.5t6 -26.5t2.5 -22q0 -16 -24 -64h920q26 0 45 -19t19 -45t-19 -45t-45 -19h-1024q-26 0 -45 19t-19 45q0 14 11 39.5t29.5 59.5t20.5 38l-177 823h-204q-26 0 -45 19t-19 45t19 45t45 19h256q16 0 28.5 -6.5t20 -15.5t13 -24.5t7.5 -26.5 t5.5 -29.5t4.5 -25.5h1201q26 0 45 -19t19 -45z" />
150
- <glyph unicode="&#xf07b;" horiz-adv-x="1664" d="M1664 928v-704q0 -92 -66 -158t-158 -66h-1216q-92 0 -158 66t-66 158v960q0 92 66 158t158 66h320q92 0 158 -66t66 -158v-32h672q92 0 158 -66t66 -158z" />
151
- <glyph unicode="&#xf07c;" horiz-adv-x="1920" d="M1879 584q0 -31 -31 -66l-336 -396q-43 -51 -120.5 -86.5t-143.5 -35.5h-1088q-34 0 -60.5 13t-26.5 43q0 31 31 66l336 396q43 51 120.5 86.5t143.5 35.5h1088q34 0 60.5 -13t26.5 -43zM1536 928v-160h-832q-94 0 -197 -47.5t-164 -119.5l-337 -396l-5 -6q0 4 -0.5 12.5 t-0.5 12.5v960q0 92 66 158t158 66h320q92 0 158 -66t66 -158v-32h544q92 0 158 -66t66 -158z" />
152
- <glyph unicode="&#xf07d;" horiz-adv-x="768" d="M704 1216q0 -26 -19 -45t-45 -19h-128v-1024h128q26 0 45 -19t19 -45t-19 -45l-256 -256q-19 -19 -45 -19t-45 19l-256 256q-19 19 -19 45t19 45t45 19h128v1024h-128q-26 0 -45 19t-19 45t19 45l256 256q19 19 45 19t45 -19l256 -256q19 -19 19 -45z" />
153
- <glyph unicode="&#xf07e;" horiz-adv-x="1792" d="M1792 640q0 -26 -19 -45l-256 -256q-19 -19 -45 -19t-45 19t-19 45v128h-1024v-128q0 -26 -19 -45t-45 -19t-45 19l-256 256q-19 19 -19 45t19 45l256 256q19 19 45 19t45 -19t19 -45v-128h1024v128q0 26 19 45t45 19t45 -19l256 -256q19 -19 19 -45z" />
154
- <glyph unicode="&#xf080;" horiz-adv-x="1920" d="M512 512v-384h-256v384h256zM896 1024v-896h-256v896h256zM1280 768v-640h-256v640h256zM1664 1152v-1024h-256v1024h256zM1792 32v1216q0 13 -9.5 22.5t-22.5 9.5h-1600q-13 0 -22.5 -9.5t-9.5 -22.5v-1216q0 -13 9.5 -22.5t22.5 -9.5h1600q13 0 22.5 9.5t9.5 22.5z M1920 1248v-1216q0 -66 -47 -113t-113 -47h-1600q-66 0 -113 47t-47 113v1216q0 66 47 113t113 47h1600q66 0 113 -47t47 -113z" />
155
- <glyph unicode="&#xf081;" d="M1280 926q-56 -25 -121 -34q68 40 93 117q-65 -38 -134 -51q-61 66 -153 66q-87 0 -148.5 -61.5t-61.5 -148.5q0 -29 5 -48q-129 7 -242 65t-192 155q-29 -50 -29 -106q0 -114 91 -175q-47 1 -100 26v-2q0 -75 50 -133.5t123 -72.5q-29 -8 -51 -8q-13 0 -39 4 q21 -63 74.5 -104t121.5 -42q-116 -90 -261 -90q-26 0 -50 3q148 -94 322 -94q112 0 210 35.5t168 95t120.5 137t75 162t24.5 168.5q0 18 -1 27q63 45 105 109zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5 t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
156
- <glyph unicode="&#xf082;" d="M1307 618l23 219h-198v109q0 49 15.5 68.5t71.5 19.5h110v219h-175q-152 0 -218 -72t-66 -213v-131h-131v-219h131v-635h262v635h175zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960 q119 0 203.5 -84.5t84.5 -203.5z" />
157
- <glyph unicode="&#xf083;" horiz-adv-x="1792" d="M928 704q0 14 -9 23t-23 9q-66 0 -113 -47t-47 -113q0 -14 9 -23t23 -9t23 9t9 23q0 40 28 68t68 28q14 0 23 9t9 23zM1152 574q0 -106 -75 -181t-181 -75t-181 75t-75 181t75 181t181 75t181 -75t75 -181zM128 0h1536v128h-1536v-128zM1280 574q0 159 -112.5 271.5 t-271.5 112.5t-271.5 -112.5t-112.5 -271.5t112.5 -271.5t271.5 -112.5t271.5 112.5t112.5 271.5zM256 1216h384v128h-384v-128zM128 1024h1536v118v138h-828l-64 -128h-644v-128zM1792 1280v-1280q0 -53 -37.5 -90.5t-90.5 -37.5h-1536q-53 0 -90.5 37.5t-37.5 90.5v1280 q0 53 37.5 90.5t90.5 37.5h1536q53 0 90.5 -37.5t37.5 -90.5z" />
158
- <glyph unicode="&#xf084;" horiz-adv-x="1792" d="M832 1024q0 80 -56 136t-136 56t-136 -56t-56 -136q0 -42 19 -83q-41 19 -83 19q-80 0 -136 -56t-56 -136t56 -136t136 -56t136 56t56 136q0 42 -19 83q41 -19 83 -19q80 0 136 56t56 136zM1683 320q0 -17 -49 -66t-66 -49q-9 0 -28.5 16t-36.5 33t-38.5 40t-24.5 26 l-96 -96l220 -220q28 -28 28 -68q0 -42 -39 -81t-81 -39q-40 0 -68 28l-671 671q-176 -131 -365 -131q-163 0 -265.5 102.5t-102.5 265.5q0 160 95 313t248 248t313 95q163 0 265.5 -102.5t102.5 -265.5q0 -189 -131 -365l355 -355l96 96q-3 3 -26 24.5t-40 38.5t-33 36.5 t-16 28.5q0 17 49 66t66 49q13 0 23 -10q6 -6 46 -44.5t82 -79.5t86.5 -86t73 -78t28.5 -41z" />
159
- <glyph unicode="&#xf085;" horiz-adv-x="1920" d="M896 640q0 106 -75 181t-181 75t-181 -75t-75 -181t75 -181t181 -75t181 75t75 181zM1664 128q0 52 -38 90t-90 38t-90 -38t-38 -90q0 -53 37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1664 1152q0 52 -38 90t-90 38t-90 -38t-38 -90q0 -53 37.5 -90.5t90.5 -37.5 t90.5 37.5t37.5 90.5zM1280 731v-185q0 -10 -7 -19.5t-16 -10.5l-155 -24q-11 -35 -32 -76q34 -48 90 -115q7 -10 7 -20q0 -12 -7 -19q-23 -30 -82.5 -89.5t-78.5 -59.5q-11 0 -21 7l-115 90q-37 -19 -77 -31q-11 -108 -23 -155q-7 -24 -30 -24h-186q-11 0 -20 7.5t-10 17.5 l-23 153q-34 10 -75 31l-118 -89q-7 -7 -20 -7q-11 0 -21 8q-144 133 -144 160q0 9 7 19q10 14 41 53t47 61q-23 44 -35 82l-152 24q-10 1 -17 9.5t-7 19.5v185q0 10 7 19.5t16 10.5l155 24q11 35 32 76q-34 48 -90 115q-7 11 -7 20q0 12 7 20q22 30 82 89t79 59q11 0 21 -7 l115 -90q34 18 77 32q11 108 23 154q7 24 30 24h186q11 0 20 -7.5t10 -17.5l23 -153q34 -10 75 -31l118 89q8 7 20 7q11 0 21 -8q144 -133 144 -160q0 -9 -7 -19q-12 -16 -42 -54t-45 -60q23 -48 34 -82l152 -23q10 -2 17 -10.5t7 -19.5zM1920 198v-140q0 -16 -149 -31 q-12 -27 -30 -52q51 -113 51 -138q0 -4 -4 -7q-122 -71 -124 -71q-8 0 -46 47t-52 68q-20 -2 -30 -2t-30 2q-14 -21 -52 -68t-46 -47q-2 0 -124 71q-4 3 -4 7q0 25 51 138q-18 25 -30 52q-149 15 -149 31v140q0 16 149 31q13 29 30 52q-51 113 -51 138q0 4 4 7q4 2 35 20 t59 34t30 16q8 0 46 -46.5t52 -67.5q20 2 30 2t30 -2q51 71 92 112l6 2q4 0 124 -70q4 -3 4 -7q0 -25 -51 -138q17 -23 30 -52q149 -15 149 -31zM1920 1222v-140q0 -16 -149 -31q-12 -27 -30 -52q51 -113 51 -138q0 -4 -4 -7q-122 -71 -124 -71q-8 0 -46 47t-52 68 q-20 -2 -30 -2t-30 2q-14 -21 -52 -68t-46 -47q-2 0 -124 71q-4 3 -4 7q0 25 51 138q-18 25 -30 52q-149 15 -149 31v140q0 16 149 31q13 29 30 52q-51 113 -51 138q0 4 4 7q4 2 35 20t59 34t30 16q8 0 46 -46.5t52 -67.5q20 2 30 2t30 -2q51 71 92 112l6 2q4 0 124 -70 q4 -3 4 -7q0 -25 -51 -138q17 -23 30 -52q149 -15 149 -31z" />
160
- <glyph unicode="&#xf086;" horiz-adv-x="1792" d="M1408 768q0 -139 -94 -257t-256.5 -186.5t-353.5 -68.5q-86 0 -176 16q-124 -88 -278 -128q-36 -9 -86 -16h-3q-11 0 -20.5 8t-11.5 21q-1 3 -1 6.5t0.5 6.5t2 6l2.5 5t3.5 5.5t4 5t4.5 5t4 4.5q5 6 23 25t26 29.5t22.5 29t25 38.5t20.5 44q-124 72 -195 177t-71 224 q0 139 94 257t256.5 186.5t353.5 68.5t353.5 -68.5t256.5 -186.5t94 -257zM1792 512q0 -120 -71 -224.5t-195 -176.5q10 -24 20.5 -44t25 -38.5t22.5 -29t26 -29.5t23 -25q1 -1 4 -4.5t4.5 -5t4 -5t3.5 -5.5l2.5 -5t2 -6t0.5 -6.5t-1 -6.5q-3 -14 -13 -22t-22 -7 q-50 7 -86 16q-154 40 -278 128q-90 -16 -176 -16q-271 0 -472 132q58 -4 88 -4q161 0 309 45t264 129q125 92 192 212t67 254q0 77 -23 152q129 -71 204 -178t75 -230z" />
161
- <glyph unicode="&#xf087;" d="M256 192q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1408 768q0 51 -39 89.5t-89 38.5h-352q0 58 48 159.5t48 160.5q0 98 -32 145t-128 47q-26 -26 -38 -85t-30.5 -125.5t-59.5 -109.5q-22 -23 -77 -91q-4 -5 -23 -30t-31.5 -41t-34.5 -42.5 t-40 -44t-38.5 -35.5t-40 -27t-35.5 -9h-32v-640h32q13 0 31.5 -3t33 -6.5t38 -11t35 -11.5t35.5 -12.5t29 -10.5q211 -73 342 -73h121q192 0 192 167q0 26 -5 56q30 16 47.5 52.5t17.5 73.5t-18 69q53 50 53 119q0 25 -10 55.5t-25 47.5q32 1 53.5 47t21.5 81zM1536 769 q0 -89 -49 -163q9 -33 9 -69q0 -77 -38 -144q3 -21 3 -43q0 -101 -60 -178q1 -139 -85 -219.5t-227 -80.5h-36h-93q-96 0 -189.5 22.5t-216.5 65.5q-116 40 -138 40h-288q-53 0 -90.5 37.5t-37.5 90.5v640q0 53 37.5 90.5t90.5 37.5h274q36 24 137 155q58 75 107 128 q24 25 35.5 85.5t30.5 126.5t62 108q39 37 90 37q84 0 151 -32.5t102 -101.5t35 -186q0 -93 -48 -192h176q104 0 180 -76t76 -179z" />
162
- <glyph unicode="&#xf088;" d="M256 1088q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1408 512q0 35 -21.5 81t-53.5 47q15 17 25 47.5t10 55.5q0 69 -53 119q18 32 18 69t-17.5 73.5t-47.5 52.5q5 30 5 56q0 85 -49 126t-136 41h-128q-131 0 -342 -73q-5 -2 -29 -10.5 t-35.5 -12.5t-35 -11.5t-38 -11t-33 -6.5t-31.5 -3h-32v-640h32q16 0 35.5 -9t40 -27t38.5 -35.5t40 -44t34.5 -42.5t31.5 -41t23 -30q55 -68 77 -91q41 -43 59.5 -109.5t30.5 -125.5t38 -85q96 0 128 47t32 145q0 59 -48 160.5t-48 159.5h352q50 0 89 38.5t39 89.5z M1536 511q0 -103 -76 -179t-180 -76h-176q48 -99 48 -192q0 -118 -35 -186q-35 -69 -102 -101.5t-151 -32.5q-51 0 -90 37q-34 33 -54 82t-25.5 90.5t-17.5 84.5t-31 64q-48 50 -107 127q-101 131 -137 155h-274q-53 0 -90.5 37.5t-37.5 90.5v640q0 53 37.5 90.5t90.5 37.5 h288q22 0 138 40q128 44 223 66t200 22h112q140 0 226.5 -79t85.5 -216v-5q60 -77 60 -178q0 -22 -3 -43q38 -67 38 -144q0 -36 -9 -69q49 -74 49 -163z" />
163
- <glyph unicode="&#xf089;" horiz-adv-x="896" d="M832 1504v-1339l-449 -236q-22 -12 -40 -12q-21 0 -31.5 14.5t-10.5 35.5q0 6 2 20l86 500l-364 354q-25 27 -25 48q0 37 56 46l502 73l225 455q19 41 49 41z" />
164
- <glyph unicode="&#xf08a;" horiz-adv-x="1792" d="M1664 940q0 81 -21.5 143t-55 98.5t-81.5 59.5t-94 31t-98 8t-112 -25.5t-110.5 -64t-86.5 -72t-60 -61.5q-18 -22 -49 -22t-49 22q-24 28 -60 61.5t-86.5 72t-110.5 64t-112 25.5t-98 -8t-94 -31t-81.5 -59.5t-55 -98.5t-21.5 -143q0 -168 187 -355l581 -560l580 559 q188 188 188 356zM1792 940q0 -221 -229 -450l-623 -600q-18 -18 -44 -18t-44 18l-624 602q-10 8 -27.5 26t-55.5 65.5t-68 97.5t-53.5 121t-23.5 138q0 220 127 344t351 124q62 0 126.5 -21.5t120 -58t95.5 -68.5t76 -68q36 36 76 68t95.5 68.5t120 58t126.5 21.5 q224 0 351 -124t127 -344z" />
165
- <glyph unicode="&#xf08b;" horiz-adv-x="1664" d="M640 96q0 -4 1 -20t0.5 -26.5t-3 -23.5t-10 -19.5t-20.5 -6.5h-320q-119 0 -203.5 84.5t-84.5 203.5v704q0 119 84.5 203.5t203.5 84.5h320q13 0 22.5 -9.5t9.5 -22.5q0 -4 1 -20t0.5 -26.5t-3 -23.5t-10 -19.5t-20.5 -6.5h-320q-66 0 -113 -47t-47 -113v-704 q0 -66 47 -113t113 -47h288h11h13t11.5 -1t11.5 -3t8 -5.5t7 -9t2 -13.5zM1568 640q0 -26 -19 -45l-544 -544q-19 -19 -45 -19t-45 19t-19 45v288h-448q-26 0 -45 19t-19 45v384q0 26 19 45t45 19h448v288q0 26 19 45t45 19t45 -19l544 -544q19 -19 19 -45z" />
166
- <glyph unicode="&#xf08c;" d="M237 122h231v694h-231v-694zM483 1030q-1 52 -36 86t-93 34t-94.5 -34t-36.5 -86q0 -51 35.5 -85.5t92.5 -34.5h1q59 0 95 34.5t36 85.5zM1068 122h231v398q0 154 -73 233t-193 79q-136 0 -209 -117h2v101h-231q3 -66 0 -694h231v388q0 38 7 56q15 35 45 59.5t74 24.5 q116 0 116 -157v-371zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
167
- <glyph unicode="&#xf08d;" horiz-adv-x="1152" d="M480 672v448q0 14 -9 23t-23 9t-23 -9t-9 -23v-448q0 -14 9 -23t23 -9t23 9t9 23zM1152 320q0 -26 -19 -45t-45 -19h-429l-51 -483q-2 -12 -10.5 -20.5t-20.5 -8.5h-1q-27 0 -32 27l-76 485h-404q-26 0 -45 19t-19 45q0 123 78.5 221.5t177.5 98.5v512q-52 0 -90 38 t-38 90t38 90t90 38h640q52 0 90 -38t38 -90t-38 -90t-90 -38v-512q99 0 177.5 -98.5t78.5 -221.5z" />
168
- <glyph unicode="&#xf08e;" horiz-adv-x="1792" d="M1408 608v-320q0 -119 -84.5 -203.5t-203.5 -84.5h-832q-119 0 -203.5 84.5t-84.5 203.5v832q0 119 84.5 203.5t203.5 84.5h704q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-704q-66 0 -113 -47t-47 -113v-832q0 -66 47 -113t113 -47h832q66 0 113 47t47 113v320 q0 14 9 23t23 9h64q14 0 23 -9t9 -23zM1792 1472v-512q0 -26 -19 -45t-45 -19t-45 19l-176 176l-652 -652q-10 -10 -23 -10t-23 10l-114 114q-10 10 -10 23t10 23l652 652l-176 176q-19 19 -19 45t19 45t45 19h512q26 0 45 -19t19 -45z" />
169
- <glyph unicode="&#xf090;" d="M1184 640q0 -26 -19 -45l-544 -544q-19 -19 -45 -19t-45 19t-19 45v288h-448q-26 0 -45 19t-19 45v384q0 26 19 45t45 19h448v288q0 26 19 45t45 19t45 -19l544 -544q19 -19 19 -45zM1536 992v-704q0 -119 -84.5 -203.5t-203.5 -84.5h-320q-13 0 -22.5 9.5t-9.5 22.5 q0 4 -1 20t-0.5 26.5t3 23.5t10 19.5t20.5 6.5h320q66 0 113 47t47 113v704q0 66 -47 113t-113 47h-288h-11h-13t-11.5 1t-11.5 3t-8 5.5t-7 9t-2 13.5q0 4 -1 20t-0.5 26.5t3 23.5t10 19.5t20.5 6.5h320q119 0 203.5 -84.5t84.5 -203.5z" />
170
- <glyph unicode="&#xf091;" horiz-adv-x="1664" d="M458 653q-74 162 -74 371h-256v-96q0 -78 94.5 -162t235.5 -113zM1536 928v96h-256q0 -209 -74 -371q141 29 235.5 113t94.5 162zM1664 1056v-128q0 -71 -41.5 -143t-112 -130t-173 -97.5t-215.5 -44.5q-42 -54 -95 -95q-38 -34 -52.5 -72.5t-14.5 -89.5q0 -54 30.5 -91 t97.5 -37q75 0 133.5 -45.5t58.5 -114.5v-64q0 -14 -9 -23t-23 -9h-832q-14 0 -23 9t-9 23v64q0 69 58.5 114.5t133.5 45.5q67 0 97.5 37t30.5 91q0 51 -14.5 89.5t-52.5 72.5q-53 41 -95 95q-113 5 -215.5 44.5t-173 97.5t-112 130t-41.5 143v128q0 40 28 68t68 28h288v96 q0 66 47 113t113 47h576q66 0 113 -47t47 -113v-96h288q40 0 68 -28t28 -68z" />
171
- <glyph unicode="&#xf092;" d="M394 184q-8 -9 -20 3q-13 11 -4 19q8 9 20 -3q12 -11 4 -19zM352 245q9 -12 0 -19q-8 -6 -17 7t0 18q9 7 17 -6zM291 305q-5 -7 -13 -2q-10 5 -7 12q3 5 13 2q10 -5 7 -12zM322 271q-6 -7 -16 3q-9 11 -2 16q6 6 16 -3q9 -11 2 -16zM451 159q-4 -12 -19 -6q-17 4 -13 15 t19 7q16 -5 13 -16zM514 154q0 -11 -16 -11q-17 -2 -17 11q0 11 16 11q17 2 17 -11zM572 164q2 -10 -14 -14t-18 8t14 15q16 2 18 -9zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-224q-16 0 -24.5 1t-19.5 5t-16 14.5t-5 27.5v239q0 97 -52 142q57 6 102.5 18t94 39 t81 66.5t53 105t20.5 150.5q0 121 -79 206q37 91 -8 204q-28 9 -81 -11t-92 -44l-38 -24q-93 26 -192 26t-192 -26q-16 11 -42.5 27t-83.5 38.5t-86 13.5q-44 -113 -7 -204q-79 -85 -79 -206q0 -85 20.5 -150t52.5 -105t80.5 -67t94 -39t102.5 -18q-40 -36 -49 -103 q-21 -10 -45 -15t-57 -5t-65.5 21.5t-55.5 62.5q-19 32 -48.5 52t-49.5 24l-20 3q-21 0 -29 -4.5t-5 -11.5t9 -14t13 -12l7 -5q22 -10 43.5 -38t31.5 -51l10 -23q13 -38 44 -61.5t67 -30t69.5 -7t55.5 3.5l23 4q0 -38 0.5 -103t0.5 -68q0 -22 -11 -33.5t-22 -13t-33 -1.5 h-224q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
172
- <glyph unicode="&#xf093;" horiz-adv-x="1664" d="M1280 64q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1536 64q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1664 288v-320q0 -40 -28 -68t-68 -28h-1472q-40 0 -68 28t-28 68v320q0 40 28 68t68 28h427q21 -56 70.5 -92 t110.5 -36h256q61 0 110.5 36t70.5 92h427q40 0 68 -28t28 -68zM1339 936q-17 -40 -59 -40h-256v-448q0 -26 -19 -45t-45 -19h-256q-26 0 -45 19t-19 45v448h-256q-42 0 -59 40q-17 39 14 69l448 448q18 19 45 19t45 -19l448 -448q31 -30 14 -69z" />
173
- <glyph unicode="&#xf094;" d="M1407 710q0 44 -7 113.5t-18 96.5q-12 30 -17 44t-9 36.5t-4 48.5q0 23 5 68.5t5 67.5q0 37 -10 55q-4 1 -13 1q-19 0 -58 -4.5t-59 -4.5q-60 0 -176 24t-175 24q-43 0 -94.5 -11.5t-85 -23.5t-89.5 -34q-137 -54 -202 -103q-96 -73 -159.5 -189.5t-88 -236t-24.5 -248.5 q0 -40 12.5 -120t12.5 -121q0 -23 -11 -66.5t-11 -65.5t12 -36.5t34 -14.5q24 0 72.5 11t73.5 11q57 0 169.5 -15.5t169.5 -15.5q181 0 284 36q129 45 235.5 152.5t166 245.5t59.5 275zM1535 712q0 -165 -70 -327.5t-196 -288t-281 -180.5q-124 -44 -326 -44 q-57 0 -170 14.5t-169 14.5q-24 0 -72.5 -14.5t-73.5 -14.5q-73 0 -123.5 55.5t-50.5 128.5q0 24 11 68t11 67q0 40 -12.5 120.5t-12.5 121.5q0 111 18 217.5t54.5 209.5t100.5 194t150 156q78 59 232 120q194 78 316 78q60 0 175.5 -24t173.5 -24q19 0 57 5t58 5 q81 0 118 -50.5t37 -134.5q0 -23 -5 -68t-5 -68q0 -10 1 -18.5t3 -17t4 -13.5t6.5 -16t6.5 -17q16 -40 25 -118.5t9 -136.5z" />
174
- <glyph unicode="&#xf095;" horiz-adv-x="1408" d="M1408 296q0 -27 -10 -70.5t-21 -68.5q-21 -50 -122 -106q-94 -51 -186 -51q-27 0 -52.5 3.5t-57.5 12.5t-47.5 14.5t-55.5 20.5t-49 18q-98 35 -175 83q-128 79 -264.5 215.5t-215.5 264.5q-48 77 -83 175q-3 9 -18 49t-20.5 55.5t-14.5 47.5t-12.5 57.5t-3.5 52.5 q0 92 51 186q56 101 106 122q25 11 68.5 21t70.5 10q14 0 21 -3q18 -6 53 -76q11 -19 30 -54t35 -63.5t31 -53.5q3 -4 17.5 -25t21.5 -35.5t7 -28.5q0 -20 -28.5 -50t-62 -55t-62 -53t-28.5 -46q0 -9 5 -22.5t8.5 -20.5t14 -24t11.5 -19q76 -137 174 -235t235 -174 q2 -1 19 -11.5t24 -14t20.5 -8.5t22.5 -5q18 0 46 28.5t53 62t55 62t50 28.5q14 0 28.5 -7t35.5 -21.5t25 -17.5q25 -15 53.5 -31t63.5 -35t54 -30q70 -35 76 -53q3 -7 3 -21z" />
175
- <glyph unicode="&#xf096;" horiz-adv-x="1408" d="M1120 1280h-832q-66 0 -113 -47t-47 -113v-832q0 -66 47 -113t113 -47h832q66 0 113 47t47 113v832q0 66 -47 113t-113 47zM1408 1120v-832q0 -119 -84.5 -203.5t-203.5 -84.5h-832q-119 0 -203.5 84.5t-84.5 203.5v832q0 119 84.5 203.5t203.5 84.5h832 q119 0 203.5 -84.5t84.5 -203.5z" />
176
- <glyph unicode="&#xf097;" horiz-adv-x="1280" d="M1152 1280h-1024v-1242l423 406l89 85l89 -85l423 -406v1242zM1164 1408q23 0 44 -9q33 -13 52.5 -41t19.5 -62v-1289q0 -34 -19.5 -62t-52.5 -41q-19 -8 -44 -8q-48 0 -83 32l-441 424l-441 -424q-36 -33 -83 -33q-23 0 -44 9q-33 13 -52.5 41t-19.5 62v1289 q0 34 19.5 62t52.5 41q21 9 44 9h1048z" />
177
- <glyph unicode="&#xf098;" d="M1280 343q0 11 -2 16q-3 8 -38.5 29.5t-88.5 49.5l-53 29q-5 3 -19 13t-25 15t-21 5q-18 0 -47 -32.5t-57 -65.5t-44 -33q-7 0 -16.5 3.5t-15.5 6.5t-17 9.5t-14 8.5q-99 55 -170.5 126.5t-126.5 170.5q-2 3 -8.5 14t-9.5 17t-6.5 15.5t-3.5 16.5q0 13 20.5 33.5t45 38.5 t45 39.5t20.5 36.5q0 10 -5 21t-15 25t-13 19q-3 6 -15 28.5t-25 45.5t-26.5 47.5t-25 40.5t-16.5 18t-16 2q-48 0 -101 -22q-46 -21 -80 -94.5t-34 -130.5q0 -16 2.5 -34t5 -30.5t9 -33t10 -29.5t12.5 -33t11 -30q60 -164 216.5 -320.5t320.5 -216.5q6 -2 30 -11t33 -12.5 t29.5 -10t33 -9t30.5 -5t34 -2.5q57 0 130.5 34t94.5 80q22 53 22 101zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
178
- <glyph unicode="&#xf099;" horiz-adv-x="1664" d="M1620 1128q-67 -98 -162 -167q1 -14 1 -42q0 -130 -38 -259.5t-115.5 -248.5t-184.5 -210.5t-258 -146t-323 -54.5q-271 0 -496 145q35 -4 78 -4q225 0 401 138q-105 2 -188 64.5t-114 159.5q33 -5 61 -5q43 0 85 11q-112 23 -185.5 111.5t-73.5 205.5v4q68 -38 146 -41 q-66 44 -105 115t-39 154q0 88 44 163q121 -149 294.5 -238.5t371.5 -99.5q-8 38 -8 74q0 134 94.5 228.5t228.5 94.5q140 0 236 -102q109 21 205 78q-37 -115 -142 -178q93 10 186 50z" />
179
- <glyph unicode="&#xf09a;" horiz-adv-x="768" d="M511 980h257l-30 -284h-227v-824h-341v824h-170v284h170v171q0 182 86 275.5t283 93.5h227v-284h-142q-39 0 -62.5 -6.5t-34 -23.5t-13.5 -34.5t-3 -49.5v-142z" />
180
- <glyph unicode="&#xf09b;" d="M1536 640q0 -251 -146.5 -451.5t-378.5 -277.5q-27 -5 -39.5 7t-12.5 30v211q0 97 -52 142q57 6 102.5 18t94 39t81 66.5t53 105t20.5 150.5q0 121 -79 206q37 91 -8 204q-28 9 -81 -11t-92 -44l-38 -24q-93 26 -192 26t-192 -26q-16 11 -42.5 27t-83.5 38.5t-86 13.5 q-44 -113 -7 -204q-79 -85 -79 -206q0 -85 20.5 -150t52.5 -105t80.5 -67t94 -39t102.5 -18q-40 -36 -49 -103q-21 -10 -45 -15t-57 -5t-65.5 21.5t-55.5 62.5q-19 32 -48.5 52t-49.5 24l-20 3q-21 0 -29 -4.5t-5 -11.5t9 -14t13 -12l7 -5q22 -10 43.5 -38t31.5 -51l10 -23 q13 -38 44 -61.5t67 -30t69.5 -7t55.5 3.5l23 4q0 -38 0.5 -89t0.5 -54q0 -18 -13 -30t-40 -7q-232 77 -378.5 277.5t-146.5 451.5q0 209 103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
181
- <glyph unicode="&#xf09c;" horiz-adv-x="1664" d="M1664 960v-256q0 -26 -19 -45t-45 -19h-64q-26 0 -45 19t-19 45v256q0 106 -75 181t-181 75t-181 -75t-75 -181v-192h96q40 0 68 -28t28 -68v-576q0 -40 -28 -68t-68 -28h-960q-40 0 -68 28t-28 68v576q0 40 28 68t68 28h672v192q0 185 131.5 316.5t316.5 131.5 t316.5 -131.5t131.5 -316.5z" />
182
- <glyph unicode="&#xf09d;" horiz-adv-x="1920" d="M1760 1408q66 0 113 -47t47 -113v-1216q0 -66 -47 -113t-113 -47h-1600q-66 0 -113 47t-47 113v1216q0 66 47 113t113 47h1600zM160 1280q-13 0 -22.5 -9.5t-9.5 -22.5v-224h1664v224q0 13 -9.5 22.5t-22.5 9.5h-1600zM1760 0q13 0 22.5 9.5t9.5 22.5v608h-1664v-608 q0 -13 9.5 -22.5t22.5 -9.5h1600zM256 128v128h256v-128h-256zM640 128v128h384v-128h-384z" />
183
- <glyph unicode="&#xf09e;" horiz-adv-x="1408" d="M384 192q0 -80 -56 -136t-136 -56t-136 56t-56 136t56 136t136 56t136 -56t56 -136zM896 69q2 -28 -17 -48q-18 -21 -47 -21h-135q-25 0 -43 16.5t-20 41.5q-22 229 -184.5 391.5t-391.5 184.5q-25 2 -41.5 20t-16.5 43v135q0 29 21 47q17 17 43 17h5q160 -13 306 -80.5 t259 -181.5q114 -113 181.5 -259t80.5 -306zM1408 67q2 -27 -18 -47q-18 -20 -46 -20h-143q-26 0 -44.5 17.5t-19.5 42.5q-12 215 -101 408.5t-231.5 336t-336 231.5t-408.5 102q-25 1 -42.5 19.5t-17.5 43.5v143q0 28 20 46q18 18 44 18h3q262 -13 501.5 -120t425.5 -294 q187 -186 294 -425.5t120 -501.5z" />
184
- <glyph unicode="&#xf0a0;" d="M1040 320q0 -33 -23.5 -56.5t-56.5 -23.5t-56.5 23.5t-23.5 56.5t23.5 56.5t56.5 23.5t56.5 -23.5t23.5 -56.5zM1296 320q0 -33 -23.5 -56.5t-56.5 -23.5t-56.5 23.5t-23.5 56.5t23.5 56.5t56.5 23.5t56.5 -23.5t23.5 -56.5zM1408 160v320q0 13 -9.5 22.5t-22.5 9.5 h-1216q-13 0 -22.5 -9.5t-9.5 -22.5v-320q0 -13 9.5 -22.5t22.5 -9.5h1216q13 0 22.5 9.5t9.5 22.5zM178 640h1180l-157 482q-4 13 -16 21.5t-26 8.5h-782q-14 0 -26 -8.5t-16 -21.5zM1536 480v-320q0 -66 -47 -113t-113 -47h-1216q-66 0 -113 47t-47 113v320q0 25 16 75 l197 606q17 53 63 86t101 33h782q55 0 101 -33t63 -86l197 -606q16 -50 16 -75z" />
185
- <glyph unicode="&#xf0a1;" horiz-adv-x="1792" d="M1664 896q53 0 90.5 -37.5t37.5 -90.5t-37.5 -90.5t-90.5 -37.5v-384q0 -52 -38 -90t-90 -38q-417 347 -812 380q-58 -19 -91 -66t-31 -100.5t40 -92.5q-20 -33 -23 -65.5t6 -58t33.5 -55t48 -50t61.5 -50.5q-29 -58 -111.5 -83t-168.5 -11.5t-132 55.5q-7 23 -29.5 87.5 t-32 94.5t-23 89t-15 101t3.5 98.5t22 110.5h-122q-66 0 -113 47t-47 113v192q0 66 47 113t113 47h480q435 0 896 384q52 0 90 -38t38 -90v-384zM1536 292v954q-394 -302 -768 -343v-270q377 -42 768 -341z" />
186
- <glyph unicode="&#xf0a2;" horiz-adv-x="1664" d="M848 -160q0 16 -16 16q-59 0 -101.5 42.5t-42.5 101.5q0 16 -16 16t-16 -16q0 -73 51.5 -124.5t124.5 -51.5q16 0 16 16zM183 128h1298q-164 181 -246.5 411.5t-82.5 484.5q0 256 -320 256t-320 -256q0 -254 -82.5 -484.5t-246.5 -411.5zM1664 128q0 -52 -38 -90t-90 -38 h-448q0 -106 -75 -181t-181 -75t-181 75t-75 181h-448q-52 0 -90 38t-38 90q190 161 287 397.5t97 498.5q0 165 96 262t264 117q-8 18 -8 37q0 40 28 68t68 28t68 -28t28 -68q0 -19 -8 -37q168 -20 264 -117t96 -262q0 -262 97 -498.5t287 -397.5z" />
187
- <glyph unicode="&#xf0a3;" d="M1376 640l138 -135q30 -28 20 -70q-12 -41 -52 -51l-188 -48l53 -186q12 -41 -19 -70q-29 -31 -70 -19l-186 53l-48 -188q-10 -40 -51 -52q-12 -2 -19 -2q-31 0 -51 22l-135 138l-135 -138q-28 -30 -70 -20q-41 11 -51 52l-48 188l-186 -53q-41 -12 -70 19q-31 29 -19 70 l53 186l-188 48q-40 10 -52 51q-10 42 20 70l138 135l-138 135q-30 28 -20 70q12 41 52 51l188 48l-53 186q-12 41 19 70q29 31 70 19l186 -53l48 188q10 41 51 51q41 12 70 -19l135 -139l135 139q29 30 70 19q41 -10 51 -51l48 -188l186 53q41 12 70 -19q31 -29 19 -70 l-53 -186l188 -48q40 -10 52 -51q10 -42 -20 -70z" />
188
- <glyph unicode="&#xf0a4;" horiz-adv-x="1792" d="M256 192q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1664 768q0 51 -39 89.5t-89 38.5h-576q0 20 15 48.5t33 55t33 68t15 84.5q0 67 -44.5 97.5t-115.5 30.5q-24 0 -90 -139q-24 -44 -37 -65q-40 -64 -112 -145q-71 -81 -101 -106 q-69 -57 -140 -57h-32v-640h32q72 0 167 -32t193.5 -64t179.5 -32q189 0 189 167q0 26 -5 56q30 16 47.5 52.5t17.5 73.5t-18 69q53 50 53 119q0 25 -10 55.5t-25 47.5h331q52 0 90 38t38 90zM1792 769q0 -105 -75.5 -181t-180.5 -76h-169q-4 -62 -37 -119q3 -21 3 -43 q0 -101 -60 -178q1 -139 -85 -219.5t-227 -80.5q-133 0 -322 69q-164 59 -223 59h-288q-53 0 -90.5 37.5t-37.5 90.5v640q0 53 37.5 90.5t90.5 37.5h288q10 0 21.5 4.5t23.5 14t22.5 18t24 22.5t20.5 21.5t19 21.5t14 17q65 74 100 129q13 21 33 62t37 72t40.5 63t55 49.5 t69.5 17.5q125 0 206.5 -67t81.5 -189q0 -68 -22 -128h374q104 0 180 -76t76 -179z" />
189
- <glyph unicode="&#xf0a5;" horiz-adv-x="1792" d="M1376 128h32v640h-32q-35 0 -67.5 12t-62.5 37t-50 46t-49 54q-2 3 -3.5 4.5t-4 4.5t-4.5 5q-72 81 -112 145q-14 22 -38 68q-1 3 -10.5 22.5t-18.5 36t-20 35.5t-21.5 30.5t-18.5 11.5q-71 0 -115.5 -30.5t-44.5 -97.5q0 -43 15 -84.5t33 -68t33 -55t15 -48.5h-576 q-50 0 -89 -38.5t-39 -89.5q0 -52 38 -90t90 -38h331q-15 -17 -25 -47.5t-10 -55.5q0 -69 53 -119q-18 -32 -18 -69t17.5 -73.5t47.5 -52.5q-4 -24 -4 -56q0 -85 48.5 -126t135.5 -41q84 0 183 32t194 64t167 32zM1664 192q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45 t45 -19t45 19t19 45zM1792 768v-640q0 -53 -37.5 -90.5t-90.5 -37.5h-288q-59 0 -223 -59q-190 -69 -317 -69q-142 0 -230 77.5t-87 217.5l1 5q-61 76 -61 178q0 22 3 43q-33 57 -37 119h-169q-105 0 -180.5 76t-75.5 181q0 103 76 179t180 76h374q-22 60 -22 128 q0 122 81.5 189t206.5 67q38 0 69.5 -17.5t55 -49.5t40.5 -63t37 -72t33 -62q35 -55 100 -129q2 -3 14 -17t19 -21.5t20.5 -21.5t24 -22.5t22.5 -18t23.5 -14t21.5 -4.5h288q53 0 90.5 -37.5t37.5 -90.5z" />
190
- <glyph unicode="&#xf0a6;" d="M1280 -64q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1408 700q0 189 -167 189q-26 0 -56 -5q-16 30 -52.5 47.5t-73.5 17.5t-69 -18q-50 53 -119 53q-25 0 -55.5 -10t-47.5 -25v331q0 52 -38 90t-90 38q-51 0 -89.5 -39t-38.5 -89v-576 q-20 0 -48.5 15t-55 33t-68 33t-84.5 15q-67 0 -97.5 -44.5t-30.5 -115.5q0 -24 139 -90q44 -24 65 -37q64 -40 145 -112q81 -71 106 -101q57 -69 57 -140v-32h640v32q0 72 32 167t64 193.5t32 179.5zM1536 705q0 -133 -69 -322q-59 -164 -59 -223v-288q0 -53 -37.5 -90.5 t-90.5 -37.5h-640q-53 0 -90.5 37.5t-37.5 90.5v288q0 10 -4.5 21.5t-14 23.5t-18 22.5t-22.5 24t-21.5 20.5t-21.5 19t-17 14q-74 65 -129 100q-21 13 -62 33t-72 37t-63 40.5t-49.5 55t-17.5 69.5q0 125 67 206.5t189 81.5q68 0 128 -22v374q0 104 76 180t179 76 q105 0 181 -75.5t76 -180.5v-169q62 -4 119 -37q21 3 43 3q101 0 178 -60q139 1 219.5 -85t80.5 -227z" />
191
- <glyph unicode="&#xf0a7;" d="M1408 576q0 84 -32 183t-64 194t-32 167v32h-640v-32q0 -35 -12 -67.5t-37 -62.5t-46 -50t-54 -49q-9 -8 -14 -12q-81 -72 -145 -112q-22 -14 -68 -38q-3 -1 -22.5 -10.5t-36 -18.5t-35.5 -20t-30.5 -21.5t-11.5 -18.5q0 -71 30.5 -115.5t97.5 -44.5q43 0 84.5 15t68 33 t55 33t48.5 15v-576q0 -50 38.5 -89t89.5 -39q52 0 90 38t38 90v331q46 -35 103 -35q69 0 119 53q32 -18 69 -18t73.5 17.5t52.5 47.5q24 -4 56 -4q85 0 126 48.5t41 135.5zM1280 1344q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1536 580 q0 -142 -77.5 -230t-217.5 -87l-5 1q-76 -61 -178 -61q-22 0 -43 3q-54 -30 -119 -37v-169q0 -105 -76 -180.5t-181 -75.5q-103 0 -179 76t-76 180v374q-54 -22 -128 -22q-121 0 -188.5 81.5t-67.5 206.5q0 38 17.5 69.5t49.5 55t63 40.5t72 37t62 33q55 35 129 100 q3 2 17 14t21.5 19t21.5 20.5t22.5 24t18 22.5t14 23.5t4.5 21.5v288q0 53 37.5 90.5t90.5 37.5h640q53 0 90.5 -37.5t37.5 -90.5v-288q0 -59 59 -223q69 -190 69 -317z" />
192
- <glyph unicode="&#xf0a8;" d="M1280 576v128q0 26 -19 45t-45 19h-502l189 189q19 19 19 45t-19 45l-91 91q-18 18 -45 18t-45 -18l-362 -362l-91 -91q-18 -18 -18 -45t18 -45l91 -91l362 -362q18 -18 45 -18t45 18l91 91q18 18 18 45t-18 45l-189 189h502q26 0 45 19t19 45zM1536 640 q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
193
- <glyph unicode="&#xf0a9;" d="M1285 640q0 27 -18 45l-91 91l-362 362q-18 18 -45 18t-45 -18l-91 -91q-18 -18 -18 -45t18 -45l189 -189h-502q-26 0 -45 -19t-19 -45v-128q0 -26 19 -45t45 -19h502l-189 -189q-19 -19 -19 -45t19 -45l91 -91q18 -18 45 -18t45 18l362 362l91 91q18 18 18 45zM1536 640 q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
194
- <glyph unicode="&#xf0aa;" d="M1284 641q0 27 -18 45l-362 362l-91 91q-18 18 -45 18t-45 -18l-91 -91l-362 -362q-18 -18 -18 -45t18 -45l91 -91q18 -18 45 -18t45 18l189 189v-502q0 -26 19 -45t45 -19h128q26 0 45 19t19 45v502l189 -189q19 -19 45 -19t45 19l91 91q18 18 18 45zM1536 640 q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
195
- <glyph unicode="&#xf0ab;" d="M1284 639q0 27 -18 45l-91 91q-18 18 -45 18t-45 -18l-189 -189v502q0 26 -19 45t-45 19h-128q-26 0 -45 -19t-19 -45v-502l-189 189q-19 19 -45 19t-45 -19l-91 -91q-18 -18 -18 -45t18 -45l362 -362l91 -91q18 -18 45 -18t45 18l91 91l362 362q18 18 18 45zM1536 640 q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
196
- <glyph unicode="&#xf0ac;" d="M768 1408q209 0 385.5 -103t279.5 -279.5t103 -385.5t-103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103zM1042 887q-2 -1 -9.5 -9.5t-13.5 -9.5q2 0 4.5 5t5 11t3.5 7q6 7 22 15q14 6 52 12q34 8 51 -11 q-2 2 9.5 13t14.5 12q3 2 15 4.5t15 7.5l2 22q-12 -1 -17.5 7t-6.5 21q0 -2 -6 -8q0 7 -4.5 8t-11.5 -1t-9 -1q-10 3 -15 7.5t-8 16.5t-4 15q-2 5 -9.5 10.5t-9.5 10.5q-1 2 -2.5 5.5t-3 6.5t-4 5.5t-5.5 2.5t-7 -5t-7.5 -10t-4.5 -5q-3 2 -6 1.5t-4.5 -1t-4.5 -3t-5 -3.5 q-3 -2 -8.5 -3t-8.5 -2q15 5 -1 11q-10 4 -16 3q9 4 7.5 12t-8.5 14h5q-1 4 -8.5 8.5t-17.5 8.5t-13 6q-8 5 -34 9.5t-33 0.5q-5 -6 -4.5 -10.5t4 -14t3.5 -12.5q1 -6 -5.5 -13t-6.5 -12q0 -7 14 -15.5t10 -21.5q-3 -8 -16 -16t-16 -12q-5 -8 -1.5 -18.5t10.5 -16.5 q2 -2 1.5 -4t-3.5 -4.5t-5.5 -4t-6.5 -3.5l-3 -2q-11 -5 -20.5 6t-13.5 26q-7 25 -16 30q-23 8 -29 -1q-5 13 -41 26q-25 9 -58 4q6 1 0 15q-7 15 -19 12q3 6 4 17.5t1 13.5q3 13 12 23q1 1 7 8.5t9.5 13.5t0.5 6q35 -4 50 11q5 5 11.5 17t10.5 17q9 6 14 5.5t14.5 -5.5 t14.5 -5q14 -1 15.5 11t-7.5 20q12 -1 3 17q-5 7 -8 9q-12 4 -27 -5q-8 -4 2 -8q-1 1 -9.5 -10.5t-16.5 -17.5t-16 5q-1 1 -5.5 13.5t-9.5 13.5q-8 0 -16 -15q3 8 -11 15t-24 8q19 12 -8 27q-7 4 -20.5 5t-19.5 -4q-5 -7 -5.5 -11.5t5 -8t10.5 -5.5t11.5 -4t8.5 -3 q14 -10 8 -14q-2 -1 -8.5 -3.5t-11.5 -4.5t-6 -4q-3 -4 0 -14t-2 -14q-5 5 -9 17.5t-7 16.5q7 -9 -25 -6l-10 1q-4 0 -16 -2t-20.5 -1t-13.5 8q-4 8 0 20q1 4 4 2q-4 3 -11 9.5t-10 8.5q-46 -15 -94 -41q6 -1 12 1q5 2 13 6.5t10 5.5q34 14 42 7l5 5q14 -16 20 -25 q-7 4 -30 1q-20 -6 -22 -12q7 -12 5 -18q-4 3 -11.5 10t-14.5 11t-15 5q-16 0 -22 -1q-146 -80 -235 -222q7 -7 12 -8q4 -1 5 -9t2.5 -11t11.5 3q9 -8 3 -19q1 1 44 -27q19 -17 21 -21q3 -11 -10 -18q-1 2 -9 9t-9 4q-3 -5 0.5 -18.5t10.5 -12.5q-7 0 -9.5 -16t-2.5 -35.5 t-1 -23.5l2 -1q-3 -12 5.5 -34.5t21.5 -19.5q-13 -3 20 -43q6 -8 8 -9q3 -2 12 -7.5t15 -10t10 -10.5q4 -5 10 -22.5t14 -23.5q-2 -6 9.5 -20t10.5 -23q-1 0 -2.5 -1t-2.5 -1q3 -7 15.5 -14t15.5 -13q1 -3 2 -10t3 -11t8 -2q2 20 -24 62q-15 25 -17 29q-3 5 -5.5 15.5 t-4.5 14.5q2 0 6 -1.5t8.5 -3.5t7.5 -4t2 -3q-3 -7 2 -17.5t12 -18.5t17 -19t12 -13q6 -6 14 -19.5t0 -13.5q9 0 20 -10t17 -20q5 -8 8 -26t5 -24q2 -7 8.5 -13.5t12.5 -9.5l16 -8t13 -7q5 -2 18.5 -10.5t21.5 -11.5q10 -4 16 -4t14.5 2.5t13.5 3.5q15 2 29 -15t21 -21 q36 -19 55 -11q-2 -1 0.5 -7.5t8 -15.5t9 -14.5t5.5 -8.5q5 -6 18 -15t18 -15q6 4 7 9q-3 -8 7 -20t18 -10q14 3 14 32q-31 -15 -49 18q0 1 -2.5 5.5t-4 8.5t-2.5 8.5t0 7.5t5 3q9 0 10 3.5t-2 12.5t-4 13q-1 8 -11 20t-12 15q-5 -9 -16 -8t-16 9q0 -1 -1.5 -5.5t-1.5 -6.5 q-13 0 -15 1q1 3 2.5 17.5t3.5 22.5q1 4 5.5 12t7.5 14.5t4 12.5t-4.5 9.5t-17.5 2.5q-19 -1 -26 -20q-1 -3 -3 -10.5t-5 -11.5t-9 -7q-7 -3 -24 -2t-24 5q-13 8 -22.5 29t-9.5 37q0 10 2.5 26.5t3 25t-5.5 24.5q3 2 9 9.5t10 10.5q2 1 4.5 1.5t4.5 0t4 1.5t3 6q-1 1 -4 3 q-3 3 -4 3q7 -3 28.5 1.5t27.5 -1.5q15 -11 22 2q0 1 -2.5 9.5t-0.5 13.5q5 -27 29 -9q3 -3 15.5 -5t17.5 -5q3 -2 7 -5.5t5.5 -4.5t5 0.5t8.5 6.5q10 -14 12 -24q11 -40 19 -44q7 -3 11 -2t4.5 9.5t0 14t-1.5 12.5l-1 8v18l-1 8q-15 3 -18.5 12t1.5 18.5t15 18.5q1 1 8 3.5 t15.5 6.5t12.5 8q21 19 15 35q7 0 11 9q-1 0 -5 3t-7.5 5t-4.5 2q9 5 2 16q5 3 7.5 11t7.5 10q9 -12 21 -2q7 8 1 16q5 7 20.5 10.5t18.5 9.5q7 -2 8 2t1 12t3 12q4 5 15 9t13 5l17 11q3 4 0 4q18 -2 31 11q10 11 -6 20q3 6 -3 9.5t-15 5.5q3 1 11.5 0.5t10.5 1.5 q15 10 -7 16q-17 5 -43 -12zM879 10q206 36 351 189q-3 3 -12.5 4.5t-12.5 3.5q-18 7 -24 8q1 7 -2.5 13t-8 9t-12.5 8t-11 7q-2 2 -7 6t-7 5.5t-7.5 4.5t-8.5 2t-10 -1l-3 -1q-3 -1 -5.5 -2.5t-5.5 -3t-4 -3t0 -2.5q-21 17 -36 22q-5 1 -11 5.5t-10.5 7t-10 1.5t-11.5 -7 q-5 -5 -6 -15t-2 -13q-7 5 0 17.5t2 18.5q-3 6 -10.5 4.5t-12 -4.5t-11.5 -8.5t-9 -6.5t-8.5 -5.5t-8.5 -7.5q-3 -4 -6 -12t-5 -11q-2 4 -11.5 6.5t-9.5 5.5q2 -10 4 -35t5 -38q7 -31 -12 -48q-27 -25 -29 -40q-4 -22 12 -26q0 -7 -8 -20.5t-7 -21.5q0 -6 2 -16z" />
197
- <glyph unicode="&#xf0ad;" horiz-adv-x="1664" d="M384 64q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1028 484l-682 -682q-37 -37 -90 -37q-52 0 -91 37l-106 108q-38 36 -38 90q0 53 38 91l681 681q39 -98 114.5 -173.5t173.5 -114.5zM1662 919q0 -39 -23 -106q-47 -134 -164.5 -217.5 t-258.5 -83.5q-185 0 -316.5 131.5t-131.5 316.5t131.5 316.5t316.5 131.5q58 0 121.5 -16.5t107.5 -46.5q16 -11 16 -28t-16 -28l-293 -169v-224l193 -107q5 3 79 48.5t135.5 81t70.5 35.5q15 0 23.5 -10t8.5 -25z" />
198
- <glyph unicode="&#xf0ae;" horiz-adv-x="1792" d="M1024 128h640v128h-640v-128zM640 640h1024v128h-1024v-128zM1280 1152h384v128h-384v-128zM1792 320v-256q0 -26 -19 -45t-45 -19h-1664q-26 0 -45 19t-19 45v256q0 26 19 45t45 19h1664q26 0 45 -19t19 -45zM1792 832v-256q0 -26 -19 -45t-45 -19h-1664q-26 0 -45 19 t-19 45v256q0 26 19 45t45 19h1664q26 0 45 -19t19 -45zM1792 1344v-256q0 -26 -19 -45t-45 -19h-1664q-26 0 -45 19t-19 45v256q0 26 19 45t45 19h1664q26 0 45 -19t19 -45z" />
199
- <glyph unicode="&#xf0b0;" horiz-adv-x="1408" d="M1403 1241q17 -41 -14 -70l-493 -493v-742q0 -42 -39 -59q-13 -5 -25 -5q-27 0 -45 19l-256 256q-19 19 -19 45v486l-493 493q-31 29 -14 70q17 39 59 39h1280q42 0 59 -39z" />
200
- <glyph unicode="&#xf0b1;" horiz-adv-x="1792" d="M640 1280h512v128h-512v-128zM1792 640v-480q0 -66 -47 -113t-113 -47h-1472q-66 0 -113 47t-47 113v480h672v-160q0 -26 19 -45t45 -19h320q26 0 45 19t19 45v160h672zM1024 640v-128h-256v128h256zM1792 1120v-384h-1792v384q0 66 47 113t113 47h352v160q0 40 28 68 t68 28h576q40 0 68 -28t28 -68v-160h352q66 0 113 -47t47 -113z" />
201
- <glyph unicode="&#xf0b2;" d="M1283 995l-355 -355l355 -355l144 144q29 31 70 14q39 -17 39 -59v-448q0 -26 -19 -45t-45 -19h-448q-42 0 -59 40q-17 39 14 69l144 144l-355 355l-355 -355l144 -144q31 -30 14 -69q-17 -40 -59 -40h-448q-26 0 -45 19t-19 45v448q0 42 40 59q39 17 69 -14l144 -144 l355 355l-355 355l-144 -144q-19 -19 -45 -19q-12 0 -24 5q-40 17 -40 59v448q0 26 19 45t45 19h448q42 0 59 -40q17 -39 -14 -69l-144 -144l355 -355l355 355l-144 144q-31 30 -14 69q17 40 59 40h448q26 0 45 -19t19 -45v-448q0 -42 -39 -59q-13 -5 -25 -5q-26 0 -45 19z " />
202
- <glyph unicode="&#xf0c0;" horiz-adv-x="1920" d="M593 640q-162 -5 -265 -128h-134q-82 0 -138 40.5t-56 118.5q0 353 124 353q6 0 43.5 -21t97.5 -42.5t119 -21.5q67 0 133 23q-5 -37 -5 -66q0 -139 81 -256zM1664 3q0 -120 -73 -189.5t-194 -69.5h-874q-121 0 -194 69.5t-73 189.5q0 53 3.5 103.5t14 109t26.5 108.5 t43 97.5t62 81t85.5 53.5t111.5 20q10 0 43 -21.5t73 -48t107 -48t135 -21.5t135 21.5t107 48t73 48t43 21.5q61 0 111.5 -20t85.5 -53.5t62 -81t43 -97.5t26.5 -108.5t14 -109t3.5 -103.5zM640 1280q0 -106 -75 -181t-181 -75t-181 75t-75 181t75 181t181 75t181 -75 t75 -181zM1344 896q0 -159 -112.5 -271.5t-271.5 -112.5t-271.5 112.5t-112.5 271.5t112.5 271.5t271.5 112.5t271.5 -112.5t112.5 -271.5zM1920 671q0 -78 -56 -118.5t-138 -40.5h-134q-103 123 -265 128q81 117 81 256q0 29 -5 66q66 -23 133 -23q59 0 119 21.5t97.5 42.5 t43.5 21q124 0 124 -353zM1792 1280q0 -106 -75 -181t-181 -75t-181 75t-75 181t75 181t181 75t181 -75t75 -181z" />
203
- <glyph unicode="&#xf0c1;" horiz-adv-x="1664" d="M1456 320q0 40 -28 68l-208 208q-28 28 -68 28q-42 0 -72 -32q3 -3 19 -18.5t21.5 -21.5t15 -19t13 -25.5t3.5 -27.5q0 -40 -28 -68t-68 -28q-15 0 -27.5 3.5t-25.5 13t-19 15t-21.5 21.5t-18.5 19q-33 -31 -33 -73q0 -40 28 -68l206 -207q27 -27 68 -27q40 0 68 26 l147 146q28 28 28 67zM753 1025q0 40 -28 68l-206 207q-28 28 -68 28q-39 0 -68 -27l-147 -146q-28 -28 -28 -67q0 -40 28 -68l208 -208q27 -27 68 -27q42 0 72 31q-3 3 -19 18.5t-21.5 21.5t-15 19t-13 25.5t-3.5 27.5q0 40 28 68t68 28q15 0 27.5 -3.5t25.5 -13t19 -15 t21.5 -21.5t18.5 -19q33 31 33 73zM1648 320q0 -120 -85 -203l-147 -146q-83 -83 -203 -83q-121 0 -204 85l-206 207q-83 83 -83 203q0 123 88 209l-88 88q-86 -88 -208 -88q-120 0 -204 84l-208 208q-84 84 -84 204t85 203l147 146q83 83 203 83q121 0 204 -85l206 -207 q83 -83 83 -203q0 -123 -88 -209l88 -88q86 88 208 88q120 0 204 -84l208 -208q84 -84 84 -204z" />
204
- <glyph unicode="&#xf0c2;" horiz-adv-x="1920" d="M1920 384q0 -159 -112.5 -271.5t-271.5 -112.5h-1088q-185 0 -316.5 131.5t-131.5 316.5q0 132 71 241.5t187 163.5q-2 28 -2 43q0 212 150 362t362 150q158 0 286.5 -88t187.5 -230q70 62 166 62q106 0 181 -75t75 -181q0 -75 -41 -138q129 -30 213 -134.5t84 -239.5z " />
205
- <glyph unicode="&#xf0c3;" horiz-adv-x="1664" d="M1527 88q56 -89 21.5 -152.5t-140.5 -63.5h-1152q-106 0 -140.5 63.5t21.5 152.5l503 793v399h-64q-26 0 -45 19t-19 45t19 45t45 19h512q26 0 45 -19t19 -45t-19 -45t-45 -19h-64v-399zM748 813l-272 -429h712l-272 429l-20 31v37v399h-128v-399v-37z" />
206
- <glyph unicode="&#xf0c4;" horiz-adv-x="1792" d="M960 640q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19zM1260 576l507 -398q28 -20 25 -56q-5 -35 -35 -51l-128 -64q-13 -7 -29 -7q-17 0 -31 8l-690 387l-110 -66q-8 -4 -12 -5q14 -49 10 -97q-7 -77 -56 -147.5t-132 -123.5q-132 -84 -277 -84 q-136 0 -222 78q-90 84 -79 207q7 76 56 147t131 124q132 84 278 84q83 0 151 -31q9 13 22 22l122 73l-122 73q-13 9 -22 22q-68 -31 -151 -31q-146 0 -278 84q-82 53 -131 124t-56 147q-5 59 15.5 113t63.5 93q85 79 222 79q145 0 277 -84q83 -52 132 -123t56 -148 q4 -48 -10 -97q4 -1 12 -5l110 -66l690 387q14 8 31 8q16 0 29 -7l128 -64q30 -16 35 -51q3 -36 -25 -56zM579 836q46 42 21 108t-106 117q-92 59 -192 59q-74 0 -113 -36q-46 -42 -21 -108t106 -117q92 -59 192 -59q74 0 113 36zM494 91q81 51 106 117t-21 108 q-39 36 -113 36q-100 0 -192 -59q-81 -51 -106 -117t21 -108q39 -36 113 -36q100 0 192 59zM672 704l96 -58v11q0 36 33 56l14 8l-79 47l-26 -26q-3 -3 -10 -11t-12 -12q-2 -2 -4 -3.5t-3 -2.5zM896 480l96 -32l736 576l-128 64l-768 -431v-113l-160 -96l9 -8q2 -2 7 -6 q4 -4 11 -12t11 -12l26 -26zM1600 64l128 64l-520 408l-177 -138q-2 -3 -13 -7z" />
207
- <glyph unicode="&#xf0c5;" horiz-adv-x="1792" d="M1696 1152q40 0 68 -28t28 -68v-1216q0 -40 -28 -68t-68 -28h-960q-40 0 -68 28t-28 68v288h-544q-40 0 -68 28t-28 68v672q0 40 20 88t48 76l408 408q28 28 76 48t88 20h416q40 0 68 -28t28 -68v-328q68 40 128 40h416zM1152 939l-299 -299h299v299zM512 1323l-299 -299 h299v299zM708 676l316 316v416h-384v-416q0 -40 -28 -68t-68 -28h-416v-640h512v256q0 40 20 88t48 76zM1664 -128v1152h-384v-416q0 -40 -28 -68t-68 -28h-416v-640h896z" />
208
- <glyph unicode="&#xf0c6;" horiz-adv-x="1408" d="M1404 151q0 -117 -79 -196t-196 -79q-135 0 -235 100l-777 776q-113 115 -113 271q0 159 110 270t269 111q158 0 273 -113l605 -606q10 -10 10 -22q0 -16 -30.5 -46.5t-46.5 -30.5q-13 0 -23 10l-606 607q-79 77 -181 77q-106 0 -179 -75t-73 -181q0 -105 76 -181 l776 -777q63 -63 145 -63q64 0 106 42t42 106q0 82 -63 145l-581 581q-26 24 -60 24q-29 0 -48 -19t-19 -48q0 -32 25 -59l410 -410q10 -10 10 -22q0 -16 -31 -47t-47 -31q-12 0 -22 10l-410 410q-63 61 -63 149q0 82 57 139t139 57q88 0 149 -63l581 -581q100 -98 100 -235 z" />
209
- <glyph unicode="&#xf0c7;" d="M384 0h768v384h-768v-384zM1280 0h128v896q0 14 -10 38.5t-20 34.5l-281 281q-10 10 -34 20t-39 10v-416q0 -40 -28 -68t-68 -28h-576q-40 0 -68 28t-28 68v416h-128v-1280h128v416q0 40 28 68t68 28h832q40 0 68 -28t28 -68v-416zM896 928v320q0 13 -9.5 22.5t-22.5 9.5 h-192q-13 0 -22.5 -9.5t-9.5 -22.5v-320q0 -13 9.5 -22.5t22.5 -9.5h192q13 0 22.5 9.5t9.5 22.5zM1536 896v-928q0 -40 -28 -68t-68 -28h-1344q-40 0 -68 28t-28 68v1344q0 40 28 68t68 28h928q40 0 88 -20t76 -48l280 -280q28 -28 48 -76t20 -88z" />
210
- <glyph unicode="&#xf0c8;" d="M1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
211
- <glyph unicode="&#xf0c9;" d="M1536 192v-128q0 -26 -19 -45t-45 -19h-1408q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1408q26 0 45 -19t19 -45zM1536 704v-128q0 -26 -19 -45t-45 -19h-1408q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1408q26 0 45 -19t19 -45zM1536 1216v-128q0 -26 -19 -45 t-45 -19h-1408q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1408q26 0 45 -19t19 -45z" />
212
- <glyph unicode="&#xf0ca;" horiz-adv-x="1792" d="M384 128q0 -80 -56 -136t-136 -56t-136 56t-56 136t56 136t136 56t136 -56t56 -136zM384 640q0 -80 -56 -136t-136 -56t-136 56t-56 136t56 136t136 56t136 -56t56 -136zM1792 224v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1216q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5 t22.5 9.5h1216q13 0 22.5 -9.5t9.5 -22.5zM384 1152q0 -80 -56 -136t-136 -56t-136 56t-56 136t56 136t136 56t136 -56t56 -136zM1792 736v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1216q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1216q13 0 22.5 -9.5t9.5 -22.5z M1792 1248v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1216q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1216q13 0 22.5 -9.5t9.5 -22.5z" />
213
- <glyph unicode="&#xf0cb;" horiz-adv-x="1792" d="M381 -84q0 -80 -54.5 -126t-135.5 -46q-106 0 -172 66l57 88q49 -45 106 -45q29 0 50.5 14.5t21.5 42.5q0 64 -105 56l-26 56q8 10 32.5 43.5t42.5 54t37 38.5v1q-16 0 -48.5 -1t-48.5 -1v-53h-106v152h333v-88l-95 -115q51 -12 81 -49t30 -88zM383 543v-159h-362 q-6 36 -6 54q0 51 23.5 93t56.5 68t66 47.5t56.5 43.5t23.5 45q0 25 -14.5 38.5t-39.5 13.5q-46 0 -81 -58l-85 59q24 51 71.5 79.5t105.5 28.5q73 0 123 -41.5t50 -112.5q0 -50 -34 -91.5t-75 -64.5t-75.5 -50.5t-35.5 -52.5h127v60h105zM1792 224v-192q0 -13 -9.5 -22.5 t-22.5 -9.5h-1216q-13 0 -22.5 9.5t-9.5 22.5v192q0 14 9 23t23 9h1216q13 0 22.5 -9.5t9.5 -22.5zM384 1123v-99h-335v99h107q0 41 0.5 122t0.5 121v12h-2q-8 -17 -50 -54l-71 76l136 127h106v-404h108zM1792 736v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1216q-13 0 -22.5 9.5 t-9.5 22.5v192q0 14 9 23t23 9h1216q13 0 22.5 -9.5t9.5 -22.5zM1792 1248v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1216q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1216q13 0 22.5 -9.5t9.5 -22.5z" />
214
- <glyph unicode="&#xf0cc;" horiz-adv-x="1792" d="M1760 640q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-1728q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h1728zM483 704q-28 35 -51 80q-48 97 -48 188q0 181 134 309q133 127 393 127q50 0 167 -19q66 -12 177 -48q10 -38 21 -118q14 -123 14 -183q0 -18 -5 -45l-12 -3l-84 6 l-14 2q-50 149 -103 205q-88 91 -210 91q-114 0 -182 -59q-67 -58 -67 -146q0 -73 66 -140t279 -129q69 -20 173 -66q58 -28 95 -52h-743zM990 448h411q7 -39 7 -92q0 -111 -41 -212q-23 -55 -71 -104q-37 -35 -109 -81q-80 -48 -153 -66q-80 -21 -203 -21q-114 0 -195 23 l-140 40q-57 16 -72 28q-8 8 -8 22v13q0 108 -2 156q-1 30 0 68l2 37v44l102 2q15 -34 30 -71t22.5 -56t12.5 -27q35 -57 80 -94q43 -36 105 -57q59 -22 132 -22q64 0 139 27q77 26 122 86q47 61 47 129q0 84 -81 157q-34 29 -137 71z" />
215
- <glyph unicode="&#xf0cd;" d="M48 1313q-37 2 -45 4l-3 88q13 1 40 1q60 0 112 -4q132 -7 166 -7q86 0 168 3q116 4 146 5q56 0 86 2l-1 -14l2 -64v-9q-60 -9 -124 -9q-60 0 -79 -25q-13 -14 -13 -132q0 -13 0.5 -32.5t0.5 -25.5l1 -229l14 -280q6 -124 51 -202q35 -59 96 -92q88 -47 177 -47 q104 0 191 28q56 18 99 51q48 36 65 64q36 56 53 114q21 73 21 229q0 79 -3.5 128t-11 122.5t-13.5 159.5l-4 59q-5 67 -24 88q-34 35 -77 34l-100 -2l-14 3l2 86h84l205 -10q76 -3 196 10l18 -2q6 -38 6 -51q0 -7 -4 -31q-45 -12 -84 -13q-73 -11 -79 -17q-15 -15 -15 -41 q0 -7 1.5 -27t1.5 -31q8 -19 22 -396q6 -195 -15 -304q-15 -76 -41 -122q-38 -65 -112 -123q-75 -57 -182 -89q-109 -33 -255 -33q-167 0 -284 46q-119 47 -179 122q-61 76 -83 195q-16 80 -16 237v333q0 188 -17 213q-25 36 -147 39zM1536 -96v64q0 14 -9 23t-23 9h-1472 q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h1472q14 0 23 9t9 23z" />
216
- <glyph unicode="&#xf0ce;" horiz-adv-x="1664" d="M512 160v192q0 14 -9 23t-23 9h-320q-14 0 -23 -9t-9 -23v-192q0 -14 9 -23t23 -9h320q14 0 23 9t9 23zM512 544v192q0 14 -9 23t-23 9h-320q-14 0 -23 -9t-9 -23v-192q0 -14 9 -23t23 -9h320q14 0 23 9t9 23zM1024 160v192q0 14 -9 23t-23 9h-320q-14 0 -23 -9t-9 -23 v-192q0 -14 9 -23t23 -9h320q14 0 23 9t9 23zM512 928v192q0 14 -9 23t-23 9h-320q-14 0 -23 -9t-9 -23v-192q0 -14 9 -23t23 -9h320q14 0 23 9t9 23zM1024 544v192q0 14 -9 23t-23 9h-320q-14 0 -23 -9t-9 -23v-192q0 -14 9 -23t23 -9h320q14 0 23 9t9 23zM1536 160v192 q0 14 -9 23t-23 9h-320q-14 0 -23 -9t-9 -23v-192q0 -14 9 -23t23 -9h320q14 0 23 9t9 23zM1024 928v192q0 14 -9 23t-23 9h-320q-14 0 -23 -9t-9 -23v-192q0 -14 9 -23t23 -9h320q14 0 23 9t9 23zM1536 544v192q0 14 -9 23t-23 9h-320q-14 0 -23 -9t-9 -23v-192 q0 -14 9 -23t23 -9h320q14 0 23 9t9 23zM1536 928v192q0 14 -9 23t-23 9h-320q-14 0 -23 -9t-9 -23v-192q0 -14 9 -23t23 -9h320q14 0 23 9t9 23zM1664 1248v-1088q0 -66 -47 -113t-113 -47h-1344q-66 0 -113 47t-47 113v1088q0 66 47 113t113 47h1344q66 0 113 -47t47 -113 z" />
217
- <glyph unicode="&#xf0d0;" horiz-adv-x="1664" d="M1190 955l293 293l-107 107l-293 -293zM1637 1248q0 -27 -18 -45l-1286 -1286q-18 -18 -45 -18t-45 18l-198 198q-18 18 -18 45t18 45l1286 1286q18 18 45 18t45 -18l198 -198q18 -18 18 -45zM286 1438l98 -30l-98 -30l-30 -98l-30 98l-98 30l98 30l30 98zM636 1276 l196 -60l-196 -60l-60 -196l-60 196l-196 60l196 60l60 196zM1566 798l98 -30l-98 -30l-30 -98l-30 98l-98 30l98 30l30 98zM926 1438l98 -30l-98 -30l-30 -98l-30 98l-98 30l98 30l30 98z" />
218
- <glyph unicode="&#xf0d1;" horiz-adv-x="1792" d="M640 128q0 52 -38 90t-90 38t-90 -38t-38 -90t38 -90t90 -38t90 38t38 90zM256 640h384v256h-158q-13 0 -22 -9l-195 -195q-9 -9 -9 -22v-30zM1536 128q0 52 -38 90t-90 38t-90 -38t-38 -90t38 -90t90 -38t90 38t38 90zM1792 1216v-1024q0 -15 -4 -26.5t-13.5 -18.5 t-16.5 -11.5t-23.5 -6t-22.5 -2t-25.5 0t-22.5 0.5q0 -106 -75 -181t-181 -75t-181 75t-75 181h-384q0 -106 -75 -181t-181 -75t-181 75t-75 181h-64q-3 0 -22.5 -0.5t-25.5 0t-22.5 2t-23.5 6t-16.5 11.5t-13.5 18.5t-4 26.5q0 26 19 45t45 19v320q0 8 -0.5 35t0 38 t2.5 34.5t6.5 37t14 30.5t22.5 30l198 198q19 19 50.5 32t58.5 13h160v192q0 26 19 45t45 19h1024q26 0 45 -19t19 -45z" />
219
- <glyph unicode="&#xf0d2;" d="M1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103q-111 0 -218 32q59 93 78 164q9 34 54 211q20 -39 73 -67.5t114 -28.5q121 0 216 68.5t147 188.5t52 270q0 114 -59.5 214t-172.5 163t-255 63q-105 0 -196 -29t-154.5 -77t-109 -110.5t-67 -129.5t-21.5 -134 q0 -104 40 -183t117 -111q30 -12 38 20q2 7 8 31t8 30q6 23 -11 43q-51 61 -51 151q0 151 104.5 259.5t273.5 108.5q151 0 235.5 -82t84.5 -213q0 -170 -68.5 -289t-175.5 -119q-61 0 -98 43.5t-23 104.5q8 35 26.5 93.5t30 103t11.5 75.5q0 50 -27 83t-77 33 q-62 0 -105 -57t-43 -142q0 -73 25 -122l-99 -418q-17 -70 -13 -177q-206 91 -333 281t-127 423q0 209 103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
220
- <glyph unicode="&#xf0d3;" d="M1248 1408q119 0 203.5 -84.5t84.5 -203.5v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-725q85 122 108 210q9 34 53 209q21 -39 73.5 -67t112.5 -28q181 0 295.5 147.5t114.5 373.5q0 84 -35 162.5t-96.5 139t-152.5 97t-197 36.5q-104 0 -194.5 -28.5t-153 -76.5 t-107.5 -109.5t-66.5 -128t-21.5 -132.5q0 -102 39.5 -180t116.5 -110q13 -5 23.5 0t14.5 19q10 44 15 61q6 23 -11 42q-50 62 -50 150q0 150 103.5 256.5t270.5 106.5q149 0 232.5 -81t83.5 -210q0 -168 -67.5 -286t-173.5 -118q-60 0 -97 43.5t-23 103.5q8 34 26.5 92.5 t29.5 102t11 74.5q0 49 -26.5 81.5t-75.5 32.5q-61 0 -103.5 -56.5t-42.5 -139.5q0 -72 24 -121l-98 -414q-24 -100 -7 -254h-183q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960z" />
221
- <glyph unicode="&#xf0d4;" d="M678 -57q0 -38 -10 -71h-380q-95 0 -171.5 56.5t-103.5 147.5q24 45 69 77.5t100 49.5t107 24t107 7q32 0 49 -2q6 -4 30.5 -21t33 -23t31 -23t32 -25.5t27.5 -25.5t26.5 -29.5t21 -30.5t17.5 -34.5t9.5 -36t4.5 -40.5zM385 294q-234 -7 -385 -85v433q103 -118 273 -118 q32 0 70 5q-21 -61 -21 -86q0 -67 63 -149zM558 805q0 -100 -43.5 -160.5t-140.5 -60.5q-51 0 -97 26t-78 67.5t-56 93.5t-35.5 104t-11.5 99q0 96 51.5 165t144.5 69q66 0 119 -41t84 -104t47 -130t16 -128zM1536 896v-736q0 -119 -84.5 -203.5t-203.5 -84.5h-468 q39 73 39 157q0 66 -22 122.5t-55.5 93t-72 71t-72 59.5t-55.5 54.5t-22 59.5q0 36 23 68t56 61.5t65.5 64.5t55.5 93t23 131t-26.5 145.5t-75.5 118.5q-6 6 -14 11t-12.5 7.5t-10 9.5t-10.5 17h135l135 64h-437q-138 0 -244.5 -38.5t-182.5 -133.5q0 126 81 213t207 87h960 q119 0 203.5 -84.5t84.5 -203.5v-96h-256v256h-128v-256h-256v-128h256v-256h128v256h256z" />
222
- <glyph unicode="&#xf0d5;" horiz-adv-x="1664" d="M876 71q0 21 -4.5 40.5t-9.5 36t-17.5 34.5t-21 30.5t-26.5 29.5t-27.5 25.5t-32 25.5t-31 23t-33 23t-30.5 21q-17 2 -50 2q-54 0 -106 -7t-108 -25t-98 -46t-69 -75t-27 -107q0 -68 35.5 -121.5t93 -84t120.5 -45.5t127 -15q59 0 112.5 12.5t100.5 39t74.5 73.5 t27.5 110zM756 933q0 60 -16.5 127.5t-47 130.5t-84 104t-119.5 41q-93 0 -144 -69t-51 -165q0 -47 11.5 -99t35.5 -104t56 -93.5t78 -67.5t97 -26q97 0 140.5 60.5t43.5 160.5zM625 1408h437l-135 -79h-135q71 -45 110 -126t39 -169q0 -74 -23 -131.5t-56 -92.5t-66 -64.5 t-56 -61t-23 -67.5q0 -26 16.5 -51t43 -48t58.5 -48t64 -55.5t58.5 -66t43 -85t16.5 -106.5q0 -160 -140 -282q-152 -131 -420 -131q-59 0 -119.5 10t-122 33.5t-108.5 58t-77 89t-30 121.5q0 61 37 135q32 64 96 110.5t145 71t155 36t150 13.5q-64 83 -64 149q0 12 2 23.5 t5 19.5t8 21.5t7 21.5q-40 -5 -70 -5q-149 0 -255.5 98t-106.5 246q0 140 95 250.5t234 141.5q94 20 187 20zM1664 1152v-128h-256v-256h-128v256h-256v128h256v256h128v-256h256z" />
223
- <glyph unicode="&#xf0d6;" horiz-adv-x="1920" d="M768 384h384v96h-128v448h-114l-148 -137l77 -80q42 37 55 57h2v-288h-128v-96zM1280 640q0 -70 -21 -142t-59.5 -134t-101.5 -101t-138 -39t-138 39t-101.5 101t-59.5 134t-21 142t21 142t59.5 134t101.5 101t138 39t138 -39t101.5 -101t59.5 -134t21 -142zM1792 384 v512q-106 0 -181 75t-75 181h-1152q0 -106 -75 -181t-181 -75v-512q106 0 181 -75t75 -181h1152q0 106 75 181t181 75zM1920 1216v-1152q0 -26 -19 -45t-45 -19h-1792q-26 0 -45 19t-19 45v1152q0 26 19 45t45 19h1792q26 0 45 -19t19 -45z" />
224
- <glyph unicode="&#xf0d7;" horiz-adv-x="1024" d="M1024 832q0 -26 -19 -45l-448 -448q-19 -19 -45 -19t-45 19l-448 448q-19 19 -19 45t19 45t45 19h896q26 0 45 -19t19 -45z" />
225
- <glyph unicode="&#xf0d8;" horiz-adv-x="1024" d="M1024 320q0 -26 -19 -45t-45 -19h-896q-26 0 -45 19t-19 45t19 45l448 448q19 19 45 19t45 -19l448 -448q19 -19 19 -45z" />
226
- <glyph unicode="&#xf0d9;" horiz-adv-x="640" d="M640 1088v-896q0 -26 -19 -45t-45 -19t-45 19l-448 448q-19 19 -19 45t19 45l448 448q19 19 45 19t45 -19t19 -45z" />
227
- <glyph unicode="&#xf0da;" horiz-adv-x="640" d="M576 640q0 -26 -19 -45l-448 -448q-19 -19 -45 -19t-45 19t-19 45v896q0 26 19 45t45 19t45 -19l448 -448q19 -19 19 -45z" />
228
- <glyph unicode="&#xf0db;" horiz-adv-x="1664" d="M160 0h608v1152h-640v-1120q0 -13 9.5 -22.5t22.5 -9.5zM1536 32v1120h-640v-1152h608q13 0 22.5 9.5t9.5 22.5zM1664 1248v-1216q0 -66 -47 -113t-113 -47h-1344q-66 0 -113 47t-47 113v1216q0 66 47 113t113 47h1344q66 0 113 -47t47 -113z" />
229
- <glyph unicode="&#xf0dc;" horiz-adv-x="1024" d="M1024 448q0 -26 -19 -45l-448 -448q-19 -19 -45 -19t-45 19l-448 448q-19 19 -19 45t19 45t45 19h896q26 0 45 -19t19 -45zM1024 832q0 -26 -19 -45t-45 -19h-896q-26 0 -45 19t-19 45t19 45l448 448q19 19 45 19t45 -19l448 -448q19 -19 19 -45z" />
230
- <glyph unicode="&#xf0dd;" horiz-adv-x="1024" d="M1024 448q0 -26 -19 -45l-448 -448q-19 -19 -45 -19t-45 19l-448 448q-19 19 -19 45t19 45t45 19h896q26 0 45 -19t19 -45z" />
231
- <glyph unicode="&#xf0de;" horiz-adv-x="1024" d="M1024 832q0 -26 -19 -45t-45 -19h-896q-26 0 -45 19t-19 45t19 45l448 448q19 19 45 19t45 -19l448 -448q19 -19 19 -45z" />
232
- <glyph unicode="&#xf0e0;" horiz-adv-x="1792" d="M1792 826v-794q0 -66 -47 -113t-113 -47h-1472q-66 0 -113 47t-47 113v794q44 -49 101 -87q362 -246 497 -345q57 -42 92.5 -65.5t94.5 -48t110 -24.5h1h1q51 0 110 24.5t94.5 48t92.5 65.5q170 123 498 345q57 39 100 87zM1792 1120q0 -79 -49 -151t-122 -123 q-376 -261 -468 -325q-10 -7 -42.5 -30.5t-54 -38t-52 -32.5t-57.5 -27t-50 -9h-1h-1q-23 0 -50 9t-57.5 27t-52 32.5t-54 38t-42.5 30.5q-91 64 -262 182.5t-205 142.5q-62 42 -117 115.5t-55 136.5q0 78 41.5 130t118.5 52h1472q65 0 112.5 -47t47.5 -113z" />
233
- <glyph unicode="&#xf0e1;" d="M349 911v-991h-330v991h330zM370 1217q1 -73 -50.5 -122t-135.5 -49h-2q-82 0 -132 49t-50 122q0 74 51.5 122.5t134.5 48.5t133 -48.5t51 -122.5zM1536 488v-568h-329v530q0 105 -40.5 164.5t-126.5 59.5q-63 0 -105.5 -34.5t-63.5 -85.5q-11 -30 -11 -81v-553h-329 q2 399 2 647t-1 296l-1 48h329v-144h-2q20 32 41 56t56.5 52t87 43.5t114.5 15.5q171 0 275 -113.5t104 -332.5z" />
234
- <glyph unicode="&#xf0e2;" d="M1536 640q0 -156 -61 -298t-164 -245t-245 -164t-298 -61q-172 0 -327 72.5t-264 204.5q-7 10 -6.5 22.5t8.5 20.5l137 138q10 9 25 9q16 -2 23 -12q73 -95 179 -147t225 -52q104 0 198.5 40.5t163.5 109.5t109.5 163.5t40.5 198.5t-40.5 198.5t-109.5 163.5 t-163.5 109.5t-198.5 40.5q-98 0 -188 -35.5t-160 -101.5l137 -138q31 -30 14 -69q-17 -40 -59 -40h-448q-26 0 -45 19t-19 45v448q0 42 40 59q39 17 69 -14l130 -129q107 101 244.5 156.5t284.5 55.5q156 0 298 -61t245 -164t164 -245t61 -298z" />
235
- <glyph unicode="&#xf0e3;" horiz-adv-x="1792" d="M1771 0q0 -53 -37 -90l-107 -108q-39 -37 -91 -37q-53 0 -90 37l-363 364q-38 36 -38 90q0 53 43 96l-256 256l-126 -126q-14 -14 -34 -14t-34 14q2 -2 12.5 -12t12.5 -13t10 -11.5t10 -13.5t6 -13.5t5.5 -16.5t1.5 -18q0 -38 -28 -68q-3 -3 -16.5 -18t-19 -20.5 t-18.5 -16.5t-22 -15.5t-22 -9t-26 -4.5q-40 0 -68 28l-408 408q-28 28 -28 68q0 13 4.5 26t9 22t15.5 22t16.5 18.5t20.5 19t18 16.5q30 28 68 28q10 0 18 -1.5t16.5 -5.5t13.5 -6t13.5 -10t11.5 -10t13 -12.5t12 -12.5q-14 14 -14 34t14 34l348 348q14 14 34 14t34 -14 q-2 2 -12.5 12t-12.5 13t-10 11.5t-10 13.5t-6 13.5t-5.5 16.5t-1.5 18q0 38 28 68q3 3 16.5 18t19 20.5t18.5 16.5t22 15.5t22 9t26 4.5q40 0 68 -28l408 -408q28 -28 28 -68q0 -13 -4.5 -26t-9 -22t-15.5 -22t-16.5 -18.5t-20.5 -19t-18 -16.5q-30 -28 -68 -28 q-10 0 -18 1.5t-16.5 5.5t-13.5 6t-13.5 10t-11.5 10t-13 12.5t-12 12.5q14 -14 14 -34t-14 -34l-126 -126l256 -256q43 43 96 43q52 0 91 -37l363 -363q37 -39 37 -91z" />
236
- <glyph unicode="&#xf0e4;" horiz-adv-x="1792" d="M384 384q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM576 832q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1004 351l101 382q6 26 -7.5 48.5t-38.5 29.5 t-48 -6.5t-30 -39.5l-101 -382q-60 -5 -107 -43.5t-63 -98.5q-20 -77 20 -146t117 -89t146 20t89 117q16 60 -6 117t-72 91zM1664 384q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1024 1024q0 53 -37.5 90.5 t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1472 832q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1792 384q0 -261 -141 -483q-19 -29 -54 -29h-1402q-35 0 -54 29 q-141 221 -141 483q0 182 71 348t191 286t286 191t348 71t348 -71t286 -191t191 -286t71 -348z" />
237
- <glyph unicode="&#xf0e5;" horiz-adv-x="1792" d="M896 1152q-204 0 -381.5 -69.5t-282 -187.5t-104.5 -255q0 -112 71.5 -213.5t201.5 -175.5l87 -50l-27 -96q-24 -91 -70 -172q152 63 275 171l43 38l57 -6q69 -8 130 -8q204 0 381.5 69.5t282 187.5t104.5 255t-104.5 255t-282 187.5t-381.5 69.5zM1792 640 q0 -174 -120 -321.5t-326 -233t-450 -85.5q-70 0 -145 8q-198 -175 -460 -242q-49 -14 -114 -22h-5q-15 0 -27 10.5t-16 27.5v1q-3 4 -0.5 12t2 10t4.5 9.5l6 9t7 8.5t8 9q7 8 31 34.5t34.5 38t31 39.5t32.5 51t27 59t26 76q-157 89 -247.5 220t-90.5 281q0 174 120 321.5 t326 233t450 85.5t450 -85.5t326 -233t120 -321.5z" />
238
- <glyph unicode="&#xf0e6;" horiz-adv-x="1792" d="M704 1152q-153 0 -286 -52t-211.5 -141t-78.5 -191q0 -82 53 -158t149 -132l97 -56l-35 -84q34 20 62 39l44 31l53 -10q78 -14 153 -14q153 0 286 52t211.5 141t78.5 191t-78.5 191t-211.5 141t-286 52zM704 1280q191 0 353.5 -68.5t256.5 -186.5t94 -257t-94 -257 t-256.5 -186.5t-353.5 -68.5q-86 0 -176 16q-124 -88 -278 -128q-36 -9 -86 -16h-3q-11 0 -20.5 8t-11.5 21q-1 3 -1 6.5t0.5 6.5t2 6l2.5 5t3.5 5.5t4 5t4.5 5t4 4.5q5 6 23 25t26 29.5t22.5 29t25 38.5t20.5 44q-124 72 -195 177t-71 224q0 139 94 257t256.5 186.5 t353.5 68.5zM1526 111q10 -24 20.5 -44t25 -38.5t22.5 -29t26 -29.5t23 -25q1 -1 4 -4.5t4.5 -5t4 -5t3.5 -5.5l2.5 -5t2 -6t0.5 -6.5t-1 -6.5q-3 -14 -13 -22t-22 -7q-50 7 -86 16q-154 40 -278 128q-90 -16 -176 -16q-271 0 -472 132q58 -4 88 -4q161 0 309 45t264 129 q125 92 192 212t67 254q0 77 -23 152q129 -71 204 -178t75 -230q0 -120 -71 -224.5t-195 -176.5z" />
239
- <glyph unicode="&#xf0e7;" horiz-adv-x="896" d="M885 970q18 -20 7 -44l-540 -1157q-13 -25 -42 -25q-4 0 -14 2q-17 5 -25.5 19t-4.5 30l197 808l-406 -101q-4 -1 -12 -1q-18 0 -31 11q-18 15 -13 39l201 825q4 14 16 23t28 9h328q19 0 32 -12.5t13 -29.5q0 -8 -5 -18l-171 -463l396 98q8 2 12 2q19 0 34 -15z" />
240
- <glyph unicode="&#xf0e8;" horiz-adv-x="1792" d="M1792 288v-320q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v320q0 40 28 68t68 28h96v192h-512v-192h96q40 0 68 -28t28 -68v-320q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v320q0 40 28 68t68 28h96v192h-512v-192h96q40 0 68 -28t28 -68v-320 q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v320q0 40 28 68t68 28h96v192q0 52 38 90t90 38h512v192h-96q-40 0 -68 28t-28 68v320q0 40 28 68t68 28h320q40 0 68 -28t28 -68v-320q0 -40 -28 -68t-68 -28h-96v-192h512q52 0 90 -38t38 -90v-192h96q40 0 68 -28t28 -68 z" />
241
- <glyph unicode="&#xf0e9;" horiz-adv-x="1664" d="M896 708v-580q0 -104 -76 -180t-180 -76t-180 76t-76 180q0 26 19 45t45 19t45 -19t19 -45q0 -50 39 -89t89 -39t89 39t39 89v580q33 11 64 11t64 -11zM1664 681q0 -13 -9.5 -22.5t-22.5 -9.5q-11 0 -23 10q-49 46 -93 69t-102 23q-68 0 -128 -37t-103 -97 q-7 -10 -17.5 -28t-14.5 -24q-11 -17 -28 -17q-18 0 -29 17q-4 6 -14.5 24t-17.5 28q-43 60 -102.5 97t-127.5 37t-127.5 -37t-102.5 -97q-7 -10 -17.5 -28t-14.5 -24q-11 -17 -29 -17q-17 0 -28 17q-4 6 -14.5 24t-17.5 28q-43 60 -103 97t-128 37q-58 0 -102 -23t-93 -69 q-12 -10 -23 -10q-13 0 -22.5 9.5t-9.5 22.5q0 5 1 7q45 183 172.5 319.5t298 204.5t360.5 68q140 0 274.5 -40t246.5 -113.5t194.5 -187t115.5 -251.5q1 -2 1 -7zM896 1408v-98q-42 2 -64 2t-64 -2v98q0 26 19 45t45 19t45 -19t19 -45z" />
242
- <glyph unicode="&#xf0ea;" horiz-adv-x="1792" d="M768 -128h896v640h-416q-40 0 -68 28t-28 68v416h-384v-1152zM1024 1312v64q0 13 -9.5 22.5t-22.5 9.5h-704q-13 0 -22.5 -9.5t-9.5 -22.5v-64q0 -13 9.5 -22.5t22.5 -9.5h704q13 0 22.5 9.5t9.5 22.5zM1280 640h299l-299 299v-299zM1792 512v-672q0 -40 -28 -68t-68 -28 h-960q-40 0 -68 28t-28 68v160h-544q-40 0 -68 28t-28 68v1344q0 40 28 68t68 28h1088q40 0 68 -28t28 -68v-328q21 -13 36 -28l408 -408q28 -28 48 -76t20 -88z" />
243
- <glyph unicode="&#xf0eb;" horiz-adv-x="1024" d="M736 960q0 -13 -9.5 -22.5t-22.5 -9.5t-22.5 9.5t-9.5 22.5q0 46 -54 71t-106 25q-13 0 -22.5 9.5t-9.5 22.5t9.5 22.5t22.5 9.5q50 0 99.5 -16t87 -54t37.5 -90zM896 960q0 72 -34.5 134t-90 101.5t-123 62t-136.5 22.5t-136.5 -22.5t-123 -62t-90 -101.5t-34.5 -134 q0 -101 68 -180q10 -11 30.5 -33t30.5 -33q128 -153 141 -298h228q13 145 141 298q10 11 30.5 33t30.5 33q68 79 68 180zM1024 960q0 -155 -103 -268q-45 -49 -74.5 -87t-59.5 -95.5t-34 -107.5q47 -28 47 -82q0 -37 -25 -64q25 -27 25 -64q0 -52 -45 -81q13 -23 13 -47 q0 -46 -31.5 -71t-77.5 -25q-20 -44 -60 -70t-87 -26t-87 26t-60 70q-46 0 -77.5 25t-31.5 71q0 24 13 47q-45 29 -45 81q0 37 25 64q-25 27 -25 64q0 54 47 82q-4 50 -34 107.5t-59.5 95.5t-74.5 87q-103 113 -103 268q0 99 44.5 184.5t117 142t164 89t186.5 32.5 t186.5 -32.5t164 -89t117 -142t44.5 -184.5z" />
244
- <glyph unicode="&#xf0ec;" horiz-adv-x="1792" d="M1792 352v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1376v-192q0 -13 -9.5 -22.5t-22.5 -9.5q-12 0 -24 10l-319 320q-9 9 -9 22q0 14 9 23l320 320q9 9 23 9q13 0 22.5 -9.5t9.5 -22.5v-192h1376q13 0 22.5 -9.5t9.5 -22.5zM1792 896q0 -14 -9 -23l-320 -320q-9 -9 -23 -9 q-13 0 -22.5 9.5t-9.5 22.5v192h-1376q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1376v192q0 14 9 23t23 9q12 0 24 -10l319 -319q9 -9 9 -23z" />
245
- <glyph unicode="&#xf0ed;" horiz-adv-x="1920" d="M1280 608q0 14 -9 23t-23 9h-224v352q0 13 -9.5 22.5t-22.5 9.5h-192q-13 0 -22.5 -9.5t-9.5 -22.5v-352h-224q-13 0 -22.5 -9.5t-9.5 -22.5q0 -14 9 -23l352 -352q9 -9 23 -9t23 9l351 351q10 12 10 24zM1920 384q0 -159 -112.5 -271.5t-271.5 -112.5h-1088 q-185 0 -316.5 131.5t-131.5 316.5q0 130 70 240t188 165q-2 30 -2 43q0 212 150 362t362 150q156 0 285.5 -87t188.5 -231q71 62 166 62q106 0 181 -75t75 -181q0 -76 -41 -138q130 -31 213.5 -135.5t83.5 -238.5z" />
246
- <glyph unicode="&#xf0ee;" horiz-adv-x="1920" d="M1280 672q0 14 -9 23l-352 352q-9 9 -23 9t-23 -9l-351 -351q-10 -12 -10 -24q0 -14 9 -23t23 -9h224v-352q0 -13 9.5 -22.5t22.5 -9.5h192q13 0 22.5 9.5t9.5 22.5v352h224q13 0 22.5 9.5t9.5 22.5zM1920 384q0 -159 -112.5 -271.5t-271.5 -112.5h-1088 q-185 0 -316.5 131.5t-131.5 316.5q0 130 70 240t188 165q-2 30 -2 43q0 212 150 362t362 150q156 0 285.5 -87t188.5 -231q71 62 166 62q106 0 181 -75t75 -181q0 -76 -41 -138q130 -31 213.5 -135.5t83.5 -238.5z" />
247
- <glyph unicode="&#xf0f0;" horiz-adv-x="1408" d="M384 192q0 -26 -19 -45t-45 -19t-45 19t-19 45t19 45t45 19t45 -19t19 -45zM1408 131q0 -121 -73 -190t-194 -69h-874q-121 0 -194 69t-73 190q0 68 5.5 131t24 138t47.5 132.5t81 103t120 60.5q-22 -52 -22 -120v-203q-58 -20 -93 -70t-35 -111q0 -80 56 -136t136 -56 t136 56t56 136q0 61 -35.5 111t-92.5 70v203q0 62 25 93q132 -104 295 -104t295 104q25 -31 25 -93v-64q-106 0 -181 -75t-75 -181v-89q-32 -29 -32 -71q0 -40 28 -68t68 -28t68 28t28 68q0 42 -32 71v89q0 52 38 90t90 38t90 -38t38 -90v-89q-32 -29 -32 -71q0 -40 28 -68 t68 -28t68 28t28 68q0 42 -32 71v89q0 68 -34.5 127.5t-93.5 93.5q0 10 0.5 42.5t0 48t-2.5 41.5t-7 47t-13 40q68 -15 120 -60.5t81 -103t47.5 -132.5t24 -138t5.5 -131zM1088 1024q0 -159 -112.5 -271.5t-271.5 -112.5t-271.5 112.5t-112.5 271.5t112.5 271.5t271.5 112.5 t271.5 -112.5t112.5 -271.5z" />
248
- <glyph unicode="&#xf0f1;" horiz-adv-x="1408" d="M1280 832q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1408 832q0 -62 -35.5 -111t-92.5 -70v-395q0 -159 -131.5 -271.5t-316.5 -112.5t-316.5 112.5t-131.5 271.5v132q-164 20 -274 128t-110 252v512q0 26 19 45t45 19q6 0 16 -2q17 30 47 48 t65 18q53 0 90.5 -37.5t37.5 -90.5t-37.5 -90.5t-90.5 -37.5q-33 0 -64 18v-402q0 -106 94 -181t226 -75t226 75t94 181v402q-31 -18 -64 -18q-53 0 -90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5q35 0 65 -18t47 -48q10 2 16 2q26 0 45 -19t19 -45v-512q0 -144 -110 -252 t-274 -128v-132q0 -106 94 -181t226 -75t226 75t94 181v395q-57 21 -92.5 70t-35.5 111q0 80 56 136t136 56t136 -56t56 -136z" />
249
- <glyph unicode="&#xf0f2;" horiz-adv-x="1792" d="M640 1152h512v128h-512v-128zM288 1152v-1280h-64q-92 0 -158 66t-66 158v832q0 92 66 158t158 66h64zM1408 1152v-1280h-1024v1280h128v160q0 40 28 68t68 28h576q40 0 68 -28t28 -68v-160h128zM1792 928v-832q0 -92 -66 -158t-158 -66h-64v1280h64q92 0 158 -66 t66 -158z" />
250
- <glyph unicode="&#xf0f3;" horiz-adv-x="1664" d="M848 -160q0 16 -16 16q-59 0 -101.5 42.5t-42.5 101.5q0 16 -16 16t-16 -16q0 -73 51.5 -124.5t124.5 -51.5q16 0 16 16zM1664 128q0 -52 -38 -90t-90 -38h-448q0 -106 -75 -181t-181 -75t-181 75t-75 181h-448q-52 0 -90 38t-38 90q190 161 287 397.5t97 498.5 q0 165 96 262t264 117q-8 18 -8 37q0 40 28 68t68 28t68 -28t28 -68q0 -19 -8 -37q168 -20 264 -117t96 -262q0 -262 97 -498.5t287 -397.5z" />
251
- <glyph unicode="&#xf0f4;" horiz-adv-x="1920" d="M1664 896q0 80 -56 136t-136 56h-64v-384h64q80 0 136 56t56 136zM0 128h1792q0 -106 -75 -181t-181 -75h-1280q-106 0 -181 75t-75 181zM1856 896q0 -159 -112.5 -271.5t-271.5 -112.5h-64v-32q0 -92 -66 -158t-158 -66h-704q-92 0 -158 66t-66 158v736q0 26 19 45 t45 19h1152q159 0 271.5 -112.5t112.5 -271.5z" />
252
- <glyph unicode="&#xf0f5;" horiz-adv-x="1408" d="M640 1472v-640q0 -61 -35.5 -111t-92.5 -70v-779q0 -52 -38 -90t-90 -38h-128q-52 0 -90 38t-38 90v779q-57 20 -92.5 70t-35.5 111v640q0 26 19 45t45 19t45 -19t19 -45v-416q0 -26 19 -45t45 -19t45 19t19 45v416q0 26 19 45t45 19t45 -19t19 -45v-416q0 -26 19 -45 t45 -19t45 19t19 45v416q0 26 19 45t45 19t45 -19t19 -45zM1408 1472v-1600q0 -52 -38 -90t-90 -38h-128q-52 0 -90 38t-38 90v512h-224q-13 0 -22.5 9.5t-9.5 22.5v800q0 132 94 226t226 94h256q26 0 45 -19t19 -45z" />
253
- <glyph unicode="&#xf0f6;" horiz-adv-x="1280" d="M1024 352v-64q0 -14 -9 -23t-23 -9h-704q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h704q14 0 23 -9t9 -23zM1024 608v-64q0 -14 -9 -23t-23 -9h-704q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h704q14 0 23 -9t9 -23zM128 0h1024v768h-416q-40 0 -68 28t-28 68v416h-512v-1280z M768 896h376q-10 29 -22 41l-313 313q-12 12 -41 22v-376zM1280 864v-896q0 -40 -28 -68t-68 -28h-1088q-40 0 -68 28t-28 68v1344q0 40 28 68t68 28h640q40 0 88 -20t76 -48l312 -312q28 -28 48 -76t20 -88z" />
254
- <glyph unicode="&#xf0f7;" horiz-adv-x="1408" d="M384 224v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM384 480v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z M640 480v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM384 736v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z M1152 224v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM896 480v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z M640 736v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM384 992v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z M1152 480v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM896 736v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z M640 992v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM384 1248v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z M1152 736v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM896 992v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z M640 1248v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM1152 992v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z M896 1248v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM1152 1248v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z M896 -128h384v1536h-1152v-1536h384v224q0 13 9.5 22.5t22.5 9.5h320q13 0 22.5 -9.5t9.5 -22.5v-224zM1408 1472v-1664q0 -26 -19 -45t-45 -19h-1280q-26 0 -45 19t-19 45v1664q0 26 19 45t45 19h1280q26 0 45 -19t19 -45z" />
255
- <glyph unicode="&#xf0f8;" horiz-adv-x="1408" d="M384 224v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM384 480v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z M640 480v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM384 736v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z M1152 224v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM896 480v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z M640 736v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM1152 480v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z M896 736v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM1152 736v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z M896 -128h384v1152h-256v-32q0 -40 -28 -68t-68 -28h-448q-40 0 -68 28t-28 68v32h-256v-1152h384v224q0 13 9.5 22.5t22.5 9.5h320q13 0 22.5 -9.5t9.5 -22.5v-224zM896 1056v320q0 13 -9.5 22.5t-22.5 9.5h-64q-13 0 -22.5 -9.5t-9.5 -22.5v-96h-128v96q0 13 -9.5 22.5 t-22.5 9.5h-64q-13 0 -22.5 -9.5t-9.5 -22.5v-320q0 -13 9.5 -22.5t22.5 -9.5h64q13 0 22.5 9.5t9.5 22.5v96h128v-96q0 -13 9.5 -22.5t22.5 -9.5h64q13 0 22.5 9.5t9.5 22.5zM1408 1088v-1280q0 -26 -19 -45t-45 -19h-1280q-26 0 -45 19t-19 45v1280q0 26 19 45t45 19h320 v288q0 40 28 68t68 28h448q40 0 68 -28t28 -68v-288h320q26 0 45 -19t19 -45z" />
256
- <glyph unicode="&#xf0f9;" horiz-adv-x="1920" d="M640 128q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM256 640h384v256h-158q-14 -2 -22 -9l-195 -195q-7 -12 -9 -22v-30zM1536 128q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5 t90.5 37.5t37.5 90.5zM1664 800v192q0 14 -9 23t-23 9h-224v224q0 14 -9 23t-23 9h-192q-14 0 -23 -9t-9 -23v-224h-224q-14 0 -23 -9t-9 -23v-192q0 -14 9 -23t23 -9h224v-224q0 -14 9 -23t23 -9h192q14 0 23 9t9 23v224h224q14 0 23 9t9 23zM1920 1344v-1152 q0 -26 -19 -45t-45 -19h-192q0 -106 -75 -181t-181 -75t-181 75t-75 181h-384q0 -106 -75 -181t-181 -75t-181 75t-75 181h-128q-26 0 -45 19t-19 45t19 45t45 19v416q0 26 13 58t32 51l198 198q19 19 51 32t58 13h160v320q0 26 19 45t45 19h1152q26 0 45 -19t19 -45z" />
257
- <glyph unicode="&#xf0fa;" horiz-adv-x="1792" d="M1280 416v192q0 14 -9 23t-23 9h-224v224q0 14 -9 23t-23 9h-192q-14 0 -23 -9t-9 -23v-224h-224q-14 0 -23 -9t-9 -23v-192q0 -14 9 -23t23 -9h224v-224q0 -14 9 -23t23 -9h192q14 0 23 9t9 23v224h224q14 0 23 9t9 23zM640 1152h512v128h-512v-128zM256 1152v-1280h-32 q-92 0 -158 66t-66 158v832q0 92 66 158t158 66h32zM1440 1152v-1280h-1088v1280h160v160q0 40 28 68t68 28h576q40 0 68 -28t28 -68v-160h160zM1792 928v-832q0 -92 -66 -158t-158 -66h-32v1280h32q92 0 158 -66t66 -158z" />
258
- <glyph unicode="&#xf0fb;" horiz-adv-x="1920" d="M1920 576q-1 -32 -288 -96l-352 -32l-224 -64h-64l-293 -352h69q26 0 45 -4.5t19 -11.5t-19 -11.5t-45 -4.5h-96h-160h-64v32h64v416h-160l-192 -224h-96l-32 32v192h32v32h128v8l-192 24v128l192 24v8h-128v32h-32v192l32 32h96l192 -224h160v416h-64v32h64h160h96 q26 0 45 -4.5t19 -11.5t-19 -11.5t-45 -4.5h-69l293 -352h64l224 -64l352 -32q261 -58 287 -93z" />
259
- <glyph unicode="&#xf0fc;" horiz-adv-x="1664" d="M640 640v384h-256v-256q0 -53 37.5 -90.5t90.5 -37.5h128zM1664 192v-192h-1152v192l128 192h-128q-159 0 -271.5 112.5t-112.5 271.5v320l-64 64l32 128h480l32 128h960l32 -192l-64 -32v-800z" />
260
- <glyph unicode="&#xf0fd;" d="M1280 192v896q0 26 -19 45t-45 19h-128q-26 0 -45 -19t-19 -45v-320h-512v320q0 26 -19 45t-45 19h-128q-26 0 -45 -19t-19 -45v-896q0 -26 19 -45t45 -19h128q26 0 45 19t19 45v320h512v-320q0 -26 19 -45t45 -19h128q26 0 45 19t19 45zM1536 1120v-960 q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
261
- <glyph unicode="&#xf0fe;" d="M1280 576v128q0 26 -19 45t-45 19h-320v320q0 26 -19 45t-45 19h-128q-26 0 -45 -19t-19 -45v-320h-320q-26 0 -45 -19t-19 -45v-128q0 -26 19 -45t45 -19h320v-320q0 -26 19 -45t45 -19h128q26 0 45 19t19 45v320h320q26 0 45 19t19 45zM1536 1120v-960 q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
262
- <glyph unicode="&#xf100;" horiz-adv-x="1024" d="M627 160q0 -13 -10 -23l-50 -50q-10 -10 -23 -10t-23 10l-466 466q-10 10 -10 23t10 23l466 466q10 10 23 10t23 -10l50 -50q10 -10 10 -23t-10 -23l-393 -393l393 -393q10 -10 10 -23zM1011 160q0 -13 -10 -23l-50 -50q-10 -10 -23 -10t-23 10l-466 466q-10 10 -10 23 t10 23l466 466q10 10 23 10t23 -10l50 -50q10 -10 10 -23t-10 -23l-393 -393l393 -393q10 -10 10 -23z" />
263
- <glyph unicode="&#xf101;" horiz-adv-x="1024" d="M595 576q0 -13 -10 -23l-466 -466q-10 -10 -23 -10t-23 10l-50 50q-10 10 -10 23t10 23l393 393l-393 393q-10 10 -10 23t10 23l50 50q10 10 23 10t23 -10l466 -466q10 -10 10 -23zM979 576q0 -13 -10 -23l-466 -466q-10 -10 -23 -10t-23 10l-50 50q-10 10 -10 23t10 23 l393 393l-393 393q-10 10 -10 23t10 23l50 50q10 10 23 10t23 -10l466 -466q10 -10 10 -23z" />
264
- <glyph unicode="&#xf102;" horiz-adv-x="1152" d="M1075 224q0 -13 -10 -23l-50 -50q-10 -10 -23 -10t-23 10l-393 393l-393 -393q-10 -10 -23 -10t-23 10l-50 50q-10 10 -10 23t10 23l466 466q10 10 23 10t23 -10l466 -466q10 -10 10 -23zM1075 608q0 -13 -10 -23l-50 -50q-10 -10 -23 -10t-23 10l-393 393l-393 -393 q-10 -10 -23 -10t-23 10l-50 50q-10 10 -10 23t10 23l466 466q10 10 23 10t23 -10l466 -466q10 -10 10 -23z" />
265
- <glyph unicode="&#xf103;" horiz-adv-x="1152" d="M1075 672q0 -13 -10 -23l-466 -466q-10 -10 -23 -10t-23 10l-466 466q-10 10 -10 23t10 23l50 50q10 10 23 10t23 -10l393 -393l393 393q10 10 23 10t23 -10l50 -50q10 -10 10 -23zM1075 1056q0 -13 -10 -23l-466 -466q-10 -10 -23 -10t-23 10l-466 466q-10 10 -10 23 t10 23l50 50q10 10 23 10t23 -10l393 -393l393 393q10 10 23 10t23 -10l50 -50q10 -10 10 -23z" />
266
- <glyph unicode="&#xf104;" horiz-adv-x="640" d="M627 992q0 -13 -10 -23l-393 -393l393 -393q10 -10 10 -23t-10 -23l-50 -50q-10 -10 -23 -10t-23 10l-466 466q-10 10 -10 23t10 23l466 466q10 10 23 10t23 -10l50 -50q10 -10 10 -23z" />
267
- <glyph unicode="&#xf105;" horiz-adv-x="640" d="M595 576q0 -13 -10 -23l-466 -466q-10 -10 -23 -10t-23 10l-50 50q-10 10 -10 23t10 23l393 393l-393 393q-10 10 -10 23t10 23l50 50q10 10 23 10t23 -10l466 -466q10 -10 10 -23z" />
268
- <glyph unicode="&#xf106;" horiz-adv-x="1152" d="M1075 352q0 -13 -10 -23l-50 -50q-10 -10 -23 -10t-23 10l-393 393l-393 -393q-10 -10 -23 -10t-23 10l-50 50q-10 10 -10 23t10 23l466 466q10 10 23 10t23 -10l466 -466q10 -10 10 -23z" />
269
- <glyph unicode="&#xf107;" horiz-adv-x="1152" d="M1075 800q0 -13 -10 -23l-466 -466q-10 -10 -23 -10t-23 10l-466 466q-10 10 -10 23t10 23l50 50q10 10 23 10t23 -10l393 -393l393 393q10 10 23 10t23 -10l50 -50q10 -10 10 -23z" />
270
- <glyph unicode="&#xf108;" horiz-adv-x="1920" d="M1792 544v832q0 13 -9.5 22.5t-22.5 9.5h-1600q-13 0 -22.5 -9.5t-9.5 -22.5v-832q0 -13 9.5 -22.5t22.5 -9.5h1600q13 0 22.5 9.5t9.5 22.5zM1920 1376v-1088q0 -66 -47 -113t-113 -47h-544q0 -37 16 -77.5t32 -71t16 -43.5q0 -26 -19 -45t-45 -19h-512q-26 0 -45 19 t-19 45q0 14 16 44t32 70t16 78h-544q-66 0 -113 47t-47 113v1088q0 66 47 113t113 47h1600q66 0 113 -47t47 -113z" />
271
- <glyph unicode="&#xf109;" horiz-adv-x="1920" d="M416 256q-66 0 -113 47t-47 113v704q0 66 47 113t113 47h1088q66 0 113 -47t47 -113v-704q0 -66 -47 -113t-113 -47h-1088zM384 1120v-704q0 -13 9.5 -22.5t22.5 -9.5h1088q13 0 22.5 9.5t9.5 22.5v704q0 13 -9.5 22.5t-22.5 9.5h-1088q-13 0 -22.5 -9.5t-9.5 -22.5z M1760 192h160v-96q0 -40 -47 -68t-113 -28h-1600q-66 0 -113 28t-47 68v96h160h1600zM1040 96q16 0 16 16t-16 16h-160q-16 0 -16 -16t16 -16h160z" />
272
- <glyph unicode="&#xf10a;" horiz-adv-x="1152" d="M640 128q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1024 288v960q0 13 -9.5 22.5t-22.5 9.5h-832q-13 0 -22.5 -9.5t-9.5 -22.5v-960q0 -13 9.5 -22.5t22.5 -9.5h832q13 0 22.5 9.5t9.5 22.5zM1152 1248v-1088q0 -66 -47 -113t-113 -47h-832 q-66 0 -113 47t-47 113v1088q0 66 47 113t113 47h832q66 0 113 -47t47 -113z" />
273
- <glyph unicode="&#xf10b;" horiz-adv-x="768" d="M464 128q0 33 -23.5 56.5t-56.5 23.5t-56.5 -23.5t-23.5 -56.5t23.5 -56.5t56.5 -23.5t56.5 23.5t23.5 56.5zM672 288v704q0 13 -9.5 22.5t-22.5 9.5h-512q-13 0 -22.5 -9.5t-9.5 -22.5v-704q0 -13 9.5 -22.5t22.5 -9.5h512q13 0 22.5 9.5t9.5 22.5zM480 1136 q0 16 -16 16h-160q-16 0 -16 -16t16 -16h160q16 0 16 16zM768 1152v-1024q0 -52 -38 -90t-90 -38h-512q-52 0 -90 38t-38 90v1024q0 52 38 90t90 38h512q52 0 90 -38t38 -90z" />
274
- <glyph unicode="&#xf10c;" d="M768 1184q-148 0 -273 -73t-198 -198t-73 -273t73 -273t198 -198t273 -73t273 73t198 198t73 273t-73 273t-198 198t-273 73zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103 t279.5 -279.5t103 -385.5z" />
275
- <glyph unicode="&#xf10d;" horiz-adv-x="1664" d="M768 576v-384q0 -80 -56 -136t-136 -56h-384q-80 0 -136 56t-56 136v704q0 104 40.5 198.5t109.5 163.5t163.5 109.5t198.5 40.5h64q26 0 45 -19t19 -45v-128q0 -26 -19 -45t-45 -19h-64q-106 0 -181 -75t-75 -181v-32q0 -40 28 -68t68 -28h224q80 0 136 -56t56 -136z M1664 576v-384q0 -80 -56 -136t-136 -56h-384q-80 0 -136 56t-56 136v704q0 104 40.5 198.5t109.5 163.5t163.5 109.5t198.5 40.5h64q26 0 45 -19t19 -45v-128q0 -26 -19 -45t-45 -19h-64q-106 0 -181 -75t-75 -181v-32q0 -40 28 -68t68 -28h224q80 0 136 -56t56 -136z" />
276
- <glyph unicode="&#xf10e;" horiz-adv-x="1664" d="M768 1216v-704q0 -104 -40.5 -198.5t-109.5 -163.5t-163.5 -109.5t-198.5 -40.5h-64q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h64q106 0 181 75t75 181v32q0 40 -28 68t-68 28h-224q-80 0 -136 56t-56 136v384q0 80 56 136t136 56h384q80 0 136 -56t56 -136zM1664 1216 v-704q0 -104 -40.5 -198.5t-109.5 -163.5t-163.5 -109.5t-198.5 -40.5h-64q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h64q106 0 181 75t75 181v32q0 40 -28 68t-68 28h-224q-80 0 -136 56t-56 136v384q0 80 56 136t136 56h384q80 0 136 -56t56 -136z" />
277
- <glyph unicode="&#xf110;" horiz-adv-x="1568" d="M496 192q0 -60 -42.5 -102t-101.5 -42q-60 0 -102 42t-42 102t42 102t102 42q59 0 101.5 -42t42.5 -102zM928 0q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM320 640q0 -66 -47 -113t-113 -47t-113 47t-47 113 t47 113t113 47t113 -47t47 -113zM1360 192q0 -46 -33 -79t-79 -33t-79 33t-33 79t33 79t79 33t79 -33t33 -79zM528 1088q0 -73 -51.5 -124.5t-124.5 -51.5t-124.5 51.5t-51.5 124.5t51.5 124.5t124.5 51.5t124.5 -51.5t51.5 -124.5zM992 1280q0 -80 -56 -136t-136 -56 t-136 56t-56 136t56 136t136 56t136 -56t56 -136zM1536 640q0 -40 -28 -68t-68 -28t-68 28t-28 68t28 68t68 28t68 -28t28 -68zM1328 1088q0 -33 -23.5 -56.5t-56.5 -23.5t-56.5 23.5t-23.5 56.5t23.5 56.5t56.5 23.5t56.5 -23.5t23.5 -56.5z" />
278
- <glyph unicode="&#xf111;" d="M1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
279
- <glyph unicode="&#xf112;" horiz-adv-x="1792" d="M1792 416q0 -166 -127 -451q-3 -7 -10.5 -24t-13.5 -30t-13 -22q-12 -17 -28 -17q-15 0 -23.5 10t-8.5 25q0 9 2.5 26.5t2.5 23.5q5 68 5 123q0 101 -17.5 181t-48.5 138.5t-80 101t-105.5 69.5t-133 42.5t-154 21.5t-175.5 6h-224v-256q0 -26 -19 -45t-45 -19t-45 19 l-512 512q-19 19 -19 45t19 45l512 512q19 19 45 19t45 -19t19 -45v-256h224q713 0 875 -403q53 -134 53 -333z" />
280
- <glyph unicode="&#xf113;" horiz-adv-x="1664" d="M640 320q0 -40 -12.5 -82t-43 -76t-72.5 -34t-72.5 34t-43 76t-12.5 82t12.5 82t43 76t72.5 34t72.5 -34t43 -76t12.5 -82zM1280 320q0 -40 -12.5 -82t-43 -76t-72.5 -34t-72.5 34t-43 76t-12.5 82t12.5 82t43 76t72.5 34t72.5 -34t43 -76t12.5 -82zM1440 320 q0 120 -69 204t-187 84q-41 0 -195 -21q-71 -11 -157 -11t-157 11q-152 21 -195 21q-118 0 -187 -84t-69 -204q0 -88 32 -153.5t81 -103t122 -60t140 -29.5t149 -7h168q82 0 149 7t140 29.5t122 60t81 103t32 153.5zM1664 496q0 -207 -61 -331q-38 -77 -105.5 -133t-141 -86 t-170 -47.5t-171.5 -22t-167 -4.5q-78 0 -142 3t-147.5 12.5t-152.5 30t-137 51.5t-121 81t-86 115q-62 123 -62 331q0 237 136 396q-27 82 -27 170q0 116 51 218q108 0 190 -39.5t189 -123.5q147 35 309 35q148 0 280 -32q105 82 187 121t189 39q51 -102 51 -218 q0 -87 -27 -168q136 -160 136 -398z" />
281
- <glyph unicode="&#xf114;" horiz-adv-x="1664" d="M1536 224v704q0 40 -28 68t-68 28h-704q-40 0 -68 28t-28 68v64q0 40 -28 68t-68 28h-320q-40 0 -68 -28t-28 -68v-960q0 -40 28 -68t68 -28h1216q40 0 68 28t28 68zM1664 928v-704q0 -92 -66 -158t-158 -66h-1216q-92 0 -158 66t-66 158v960q0 92 66 158t158 66h320 q92 0 158 -66t66 -158v-32h672q92 0 158 -66t66 -158z" />
282
- <glyph unicode="&#xf115;" horiz-adv-x="1920" d="M1781 605q0 35 -53 35h-1088q-40 0 -85.5 -21.5t-71.5 -52.5l-294 -363q-18 -24 -18 -40q0 -35 53 -35h1088q40 0 86 22t71 53l294 363q18 22 18 39zM640 768h768v160q0 40 -28 68t-68 28h-576q-40 0 -68 28t-28 68v64q0 40 -28 68t-68 28h-320q-40 0 -68 -28t-28 -68 v-853l256 315q44 53 116 87.5t140 34.5zM1909 605q0 -62 -46 -120l-295 -363q-43 -53 -116 -87.5t-140 -34.5h-1088q-92 0 -158 66t-66 158v960q0 92 66 158t158 66h320q92 0 158 -66t66 -158v-32h544q92 0 158 -66t66 -158v-160h192q54 0 99 -24.5t67 -70.5q15 -32 15 -68z " />
283
- <glyph unicode="&#xf116;" horiz-adv-x="1152" d="M896 608v-64q0 -14 -9 -23t-23 -9h-224v-224q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v224h-224q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h224v224q0 14 9 23t23 9h64q14 0 23 -9t9 -23v-224h224q14 0 23 -9t9 -23zM1024 224v704q0 40 -28 68t-68 28h-704q-40 0 -68 -28 t-28 -68v-704q0 -40 28 -68t68 -28h704q40 0 68 28t28 68zM1152 928v-704q0 -92 -65.5 -158t-158.5 -66h-704q-93 0 -158.5 66t-65.5 158v704q0 93 65.5 158.5t158.5 65.5h704q93 0 158.5 -65.5t65.5 -158.5z" />
284
- <glyph unicode="&#xf117;" horiz-adv-x="1152" d="M928 1152q93 0 158.5 -65.5t65.5 -158.5v-704q0 -92 -65.5 -158t-158.5 -66h-704q-93 0 -158.5 66t-65.5 158v704q0 93 65.5 158.5t158.5 65.5h704zM1024 224v704q0 40 -28 68t-68 28h-704q-40 0 -68 -28t-28 -68v-704q0 -40 28 -68t68 -28h704q40 0 68 28t28 68z M864 640q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-576q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h576z" />
285
- <glyph unicode="&#xf118;" d="M1134 461q-37 -121 -138 -195t-228 -74t-228 74t-138 195q-8 25 4 48.5t38 31.5q25 8 48.5 -4t31.5 -38q25 -80 92.5 -129.5t151.5 -49.5t151.5 49.5t92.5 129.5q8 26 32 38t49 4t37 -31.5t4 -48.5zM640 896q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5 t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1152 896q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1408 640q0 130 -51 248.5t-136.5 204t-204 136.5t-248.5 51t-248.5 -51t-204 -136.5t-136.5 -204t-51 -248.5 t51 -248.5t136.5 -204t204 -136.5t248.5 -51t248.5 51t204 136.5t136.5 204t51 248.5zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
286
- <glyph unicode="&#xf119;" d="M1134 307q8 -25 -4 -48.5t-37 -31.5t-49 4t-32 38q-25 80 -92.5 129.5t-151.5 49.5t-151.5 -49.5t-92.5 -129.5q-8 -26 -31.5 -38t-48.5 -4q-26 8 -38 31.5t-4 48.5q37 121 138 195t228 74t228 -74t138 -195zM640 896q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5 t-37.5 90.5t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1152 896q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1408 640q0 130 -51 248.5t-136.5 204t-204 136.5t-248.5 51t-248.5 -51t-204 -136.5t-136.5 -204 t-51 -248.5t51 -248.5t136.5 -204t204 -136.5t248.5 -51t248.5 51t204 136.5t136.5 204t51 248.5zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
287
- <glyph unicode="&#xf11a;" d="M1152 448q0 -26 -19 -45t-45 -19h-640q-26 0 -45 19t-19 45t19 45t45 19h640q26 0 45 -19t19 -45zM640 896q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1152 896q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5 t-37.5 90.5t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1408 640q0 130 -51 248.5t-136.5 204t-204 136.5t-248.5 51t-248.5 -51t-204 -136.5t-136.5 -204t-51 -248.5t51 -248.5t136.5 -204t204 -136.5t248.5 -51t248.5 51t204 136.5t136.5 204t51 248.5zM1536 640 q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
288
- <glyph unicode="&#xf11b;" horiz-adv-x="1920" d="M832 448v128q0 14 -9 23t-23 9h-192v192q0 14 -9 23t-23 9h-128q-14 0 -23 -9t-9 -23v-192h-192q-14 0 -23 -9t-9 -23v-128q0 -14 9 -23t23 -9h192v-192q0 -14 9 -23t23 -9h128q14 0 23 9t9 23v192h192q14 0 23 9t9 23zM1408 384q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5 t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1664 640q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1920 512q0 -212 -150 -362t-362 -150q-192 0 -338 128h-220q-146 -128 -338 -128q-212 0 -362 150 t-150 362t150 362t362 150h896q212 0 362 -150t150 -362z" />
289
- <glyph unicode="&#xf11c;" horiz-adv-x="1920" d="M384 368v-96q0 -16 -16 -16h-96q-16 0 -16 16v96q0 16 16 16h96q16 0 16 -16zM512 624v-96q0 -16 -16 -16h-224q-16 0 -16 16v96q0 16 16 16h224q16 0 16 -16zM384 880v-96q0 -16 -16 -16h-96q-16 0 -16 16v96q0 16 16 16h96q16 0 16 -16zM1408 368v-96q0 -16 -16 -16 h-864q-16 0 -16 16v96q0 16 16 16h864q16 0 16 -16zM768 624v-96q0 -16 -16 -16h-96q-16 0 -16 16v96q0 16 16 16h96q16 0 16 -16zM640 880v-96q0 -16 -16 -16h-96q-16 0 -16 16v96q0 16 16 16h96q16 0 16 -16zM1024 624v-96q0 -16 -16 -16h-96q-16 0 -16 16v96q0 16 16 16 h96q16 0 16 -16zM896 880v-96q0 -16 -16 -16h-96q-16 0 -16 16v96q0 16 16 16h96q16 0 16 -16zM1280 624v-96q0 -16 -16 -16h-96q-16 0 -16 16v96q0 16 16 16h96q16 0 16 -16zM1664 368v-96q0 -16 -16 -16h-96q-16 0 -16 16v96q0 16 16 16h96q16 0 16 -16zM1152 880v-96 q0 -16 -16 -16h-96q-16 0 -16 16v96q0 16 16 16h96q16 0 16 -16zM1408 880v-96q0 -16 -16 -16h-96q-16 0 -16 16v96q0 16 16 16h96q16 0 16 -16zM1664 880v-352q0 -16 -16 -16h-224q-16 0 -16 16v96q0 16 16 16h112v240q0 16 16 16h96q16 0 16 -16zM1792 128v896h-1664v-896 h1664zM1920 1024v-896q0 -53 -37.5 -90.5t-90.5 -37.5h-1664q-53 0 -90.5 37.5t-37.5 90.5v896q0 53 37.5 90.5t90.5 37.5h1664q53 0 90.5 -37.5t37.5 -90.5z" />
290
- <glyph unicode="&#xf11d;" horiz-adv-x="1792" d="M1664 491v616q-169 -91 -306 -91q-82 0 -145 32q-100 49 -184 76.5t-178 27.5q-173 0 -403 -127v-599q245 113 433 113q55 0 103.5 -7.5t98 -26t77 -31t82.5 -39.5l28 -14q44 -22 101 -22q120 0 293 92zM320 1280q0 -35 -17.5 -64t-46.5 -46v-1266q0 -14 -9 -23t-23 -9 h-64q-14 0 -23 9t-9 23v1266q-29 17 -46.5 46t-17.5 64q0 53 37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1792 1216v-763q0 -39 -35 -57q-10 -5 -17 -9q-218 -116 -369 -116q-88 0 -158 35l-28 14q-64 33 -99 48t-91 29t-114 14q-102 0 -235.5 -44t-228.5 -102 q-15 -9 -33 -9q-16 0 -32 8q-32 19 -32 56v742q0 35 31 55q35 21 78.5 42.5t114 52t152.5 49.5t155 19q112 0 209 -31t209 -86q38 -19 89 -19q122 0 310 112q22 12 31 17q31 16 62 -2q31 -20 31 -55z" />
291
- <glyph unicode="&#xf11e;" horiz-adv-x="1792" d="M832 536v192q-181 -16 -384 -117v-185q205 96 384 110zM832 954v197q-172 -8 -384 -126v-189q215 111 384 118zM1664 491v184q-235 -116 -384 -71v224q-20 6 -39 15q-5 3 -33 17t-34.5 17t-31.5 15t-34.5 15.5t-32.5 13t-36 12.5t-35 8.5t-39.5 7.5t-39.5 4t-44 2 q-23 0 -49 -3v-222h19q102 0 192.5 -29t197.5 -82q19 -9 39 -15v-188q42 -17 91 -17q120 0 293 92zM1664 918v189q-169 -91 -306 -91q-45 0 -78 8v-196q148 -42 384 90zM320 1280q0 -35 -17.5 -64t-46.5 -46v-1266q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v1266 q-29 17 -46.5 46t-17.5 64q0 53 37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1792 1216v-763q0 -39 -35 -57q-10 -5 -17 -9q-218 -116 -369 -116q-88 0 -158 35l-28 14q-64 33 -99 48t-91 29t-114 14q-102 0 -235.5 -44t-228.5 -102q-15 -9 -33 -9q-16 0 -32 8 q-32 19 -32 56v742q0 35 31 55q35 21 78.5 42.5t114 52t152.5 49.5t155 19q112 0 209 -31t209 -86q38 -19 89 -19q122 0 310 112q22 12 31 17q31 16 62 -2q31 -20 31 -55z" />
292
- <glyph unicode="&#xf120;" horiz-adv-x="1664" d="M585 553l-466 -466q-10 -10 -23 -10t-23 10l-50 50q-10 10 -10 23t10 23l393 393l-393 393q-10 10 -10 23t10 23l50 50q10 10 23 10t23 -10l466 -466q10 -10 10 -23t-10 -23zM1664 96v-64q0 -14 -9 -23t-23 -9h-960q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h960q14 0 23 -9 t9 -23z" />
293
- <glyph unicode="&#xf121;" horiz-adv-x="1920" d="M617 137l-50 -50q-10 -10 -23 -10t-23 10l-466 466q-10 10 -10 23t10 23l466 466q10 10 23 10t23 -10l50 -50q10 -10 10 -23t-10 -23l-393 -393l393 -393q10 -10 10 -23t-10 -23zM1208 1204l-373 -1291q-4 -13 -15.5 -19.5t-23.5 -2.5l-62 17q-13 4 -19.5 15.5t-2.5 24.5 l373 1291q4 13 15.5 19.5t23.5 2.5l62 -17q13 -4 19.5 -15.5t2.5 -24.5zM1865 553l-466 -466q-10 -10 -23 -10t-23 10l-50 50q-10 10 -10 23t10 23l393 393l-393 393q-10 10 -10 23t10 23l50 50q10 10 23 10t23 -10l466 -466q10 -10 10 -23t-10 -23z" />
294
- <glyph unicode="&#xf122;" horiz-adv-x="1792" d="M640 454v-70q0 -42 -39 -59q-13 -5 -25 -5q-27 0 -45 19l-512 512q-19 19 -19 45t19 45l512 512q29 31 70 14q39 -17 39 -59v-69l-397 -398q-19 -19 -19 -45t19 -45zM1792 416q0 -58 -17 -133.5t-38.5 -138t-48 -125t-40.5 -90.5l-20 -40q-8 -17 -28 -17q-6 0 -9 1 q-25 8 -23 34q43 400 -106 565q-64 71 -170.5 110.5t-267.5 52.5v-251q0 -42 -39 -59q-13 -5 -25 -5q-27 0 -45 19l-512 512q-19 19 -19 45t19 45l512 512q29 31 70 14q39 -17 39 -59v-262q411 -28 599 -221q169 -173 169 -509z" />
295
- <glyph unicode="&#xf123;" horiz-adv-x="1664" d="M1186 579l257 250l-356 52l-66 10l-30 60l-159 322v-963l59 -31l318 -168l-60 355l-12 66zM1638 841l-363 -354l86 -500q5 -33 -6 -51.5t-34 -18.5q-17 0 -40 12l-449 236l-449 -236q-23 -12 -40 -12q-23 0 -34 18.5t-6 51.5l86 500l-364 354q-32 32 -23 59.5t54 34.5 l502 73l225 455q20 41 49 41q28 0 49 -41l225 -455l502 -73q45 -7 54 -34.5t-24 -59.5z" />
296
- <glyph unicode="&#xf124;" horiz-adv-x="1408" d="M1401 1187l-640 -1280q-17 -35 -57 -35q-5 0 -15 2q-22 5 -35.5 22.5t-13.5 39.5v576h-576q-22 0 -39.5 13.5t-22.5 35.5t4 42t29 30l1280 640q13 7 29 7q27 0 45 -19q15 -14 18.5 -34.5t-6.5 -39.5z" />
297
- <glyph unicode="&#xf125;" horiz-adv-x="1664" d="M557 256h595v595zM512 301l595 595h-595v-595zM1664 224v-192q0 -14 -9 -23t-23 -9h-224v-224q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23v224h-864q-14 0 -23 9t-9 23v864h-224q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h224v224q0 14 9 23t23 9h192q14 0 23 -9t9 -23 v-224h851l246 247q10 9 23 9t23 -9q9 -10 9 -23t-9 -23l-247 -246v-851h224q14 0 23 -9t9 -23z" />
298
- <glyph unicode="&#xf126;" horiz-adv-x="1024" d="M288 64q0 40 -28 68t-68 28t-68 -28t-28 -68t28 -68t68 -28t68 28t28 68zM288 1216q0 40 -28 68t-68 28t-68 -28t-28 -68t28 -68t68 -28t68 28t28 68zM928 1088q0 40 -28 68t-68 28t-68 -28t-28 -68t28 -68t68 -28t68 28t28 68zM1024 1088q0 -52 -26 -96.5t-70 -69.5 q-2 -287 -226 -414q-68 -38 -203 -81q-128 -40 -169.5 -71t-41.5 -100v-26q44 -25 70 -69.5t26 -96.5q0 -80 -56 -136t-136 -56t-136 56t-56 136q0 52 26 96.5t70 69.5v820q-44 25 -70 69.5t-26 96.5q0 80 56 136t136 56t136 -56t56 -136q0 -52 -26 -96.5t-70 -69.5v-497 q54 26 154 57q55 17 87.5 29.5t70.5 31t59 39.5t40.5 51t28 69.5t8.5 91.5q-44 25 -70 69.5t-26 96.5q0 80 56 136t136 56t136 -56t56 -136z" />
299
- <glyph unicode="&#xf127;" horiz-adv-x="1664" d="M439 265l-256 -256q-10 -9 -23 -9q-12 0 -23 9q-9 10 -9 23t9 23l256 256q10 9 23 9t23 -9q9 -10 9 -23t-9 -23zM608 224v-320q0 -14 -9 -23t-23 -9t-23 9t-9 23v320q0 14 9 23t23 9t23 -9t9 -23zM384 448q0 -14 -9 -23t-23 -9h-320q-14 0 -23 9t-9 23t9 23t23 9h320 q14 0 23 -9t9 -23zM1648 320q0 -120 -85 -203l-147 -146q-83 -83 -203 -83q-121 0 -204 85l-334 335q-21 21 -42 56l239 18l273 -274q27 -27 68 -27.5t68 26.5l147 146q28 28 28 67q0 40 -28 68l-274 275l18 239q35 -21 56 -42l336 -336q84 -86 84 -204zM1031 1044l-239 -18 l-273 274q-28 28 -68 28q-39 0 -68 -27l-147 -146q-28 -28 -28 -67q0 -40 28 -68l274 -274l-18 -240q-35 21 -56 42l-336 336q-84 86 -84 204q0 120 85 203l147 146q83 83 203 83q121 0 204 -85l334 -335q21 -21 42 -56zM1664 960q0 -14 -9 -23t-23 -9h-320q-14 0 -23 9 t-9 23t9 23t23 9h320q14 0 23 -9t9 -23zM1120 1504v-320q0 -14 -9 -23t-23 -9t-23 9t-9 23v320q0 14 9 23t23 9t23 -9t9 -23zM1527 1353l-256 -256q-11 -9 -23 -9t-23 9q-9 10 -9 23t9 23l256 256q10 9 23 9t23 -9q9 -10 9 -23t-9 -23z" />
300
- <glyph unicode="&#xf128;" horiz-adv-x="1024" d="M704 280v-240q0 -16 -12 -28t-28 -12h-240q-16 0 -28 12t-12 28v240q0 16 12 28t28 12h240q16 0 28 -12t12 -28zM1020 880q0 -54 -15.5 -101t-35 -76.5t-55 -59.5t-57.5 -43.5t-61 -35.5q-41 -23 -68.5 -65t-27.5 -67q0 -17 -12 -32.5t-28 -15.5h-240q-15 0 -25.5 18.5 t-10.5 37.5v45q0 83 65 156.5t143 108.5q59 27 84 56t25 76q0 42 -46.5 74t-107.5 32q-65 0 -108 -29q-35 -25 -107 -115q-13 -16 -31 -16q-12 0 -25 8l-164 125q-13 10 -15.5 25t5.5 28q160 266 464 266q80 0 161 -31t146 -83t106 -127.5t41 -158.5z" />
301
- <glyph unicode="&#xf129;" horiz-adv-x="640" d="M640 192v-128q0 -26 -19 -45t-45 -19h-512q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h64v384h-64q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h384q26 0 45 -19t19 -45v-576h64q26 0 45 -19t19 -45zM512 1344v-192q0 -26 -19 -45t-45 -19h-256q-26 0 -45 19t-19 45v192 q0 26 19 45t45 19h256q26 0 45 -19t19 -45z" />
302
- <glyph unicode="&#xf12a;" horiz-adv-x="640" d="M512 288v-224q0 -26 -19 -45t-45 -19h-256q-26 0 -45 19t-19 45v224q0 26 19 45t45 19h256q26 0 45 -19t19 -45zM542 1344l-28 -768q-1 -26 -20.5 -45t-45.5 -19h-256q-26 0 -45.5 19t-20.5 45l-28 768q-1 26 17.5 45t44.5 19h320q26 0 44.5 -19t17.5 -45z" />
303
- <glyph unicode="&#xf12b;" d="M897 167v-167h-248l-159 252l-24 42q-8 9 -11 21h-3l-9 -21q-10 -20 -25 -44l-155 -250h-258v167h128l197 291l-185 272h-137v168h276l139 -228q2 -4 23 -42q8 -9 11 -21h3q3 9 11 21l25 42l140 228h257v-168h-125l-184 -267l204 -296h109zM1534 846v-206h-514l-3 27 q-4 28 -4 46q0 64 26 117t65 86.5t84 65t84 54.5t65 54t26 64q0 38 -29.5 62.5t-70.5 24.5q-51 0 -97 -39q-14 -11 -36 -38l-105 92q26 37 63 66q83 65 188 65q110 0 178 -59.5t68 -158.5q0 -56 -24.5 -103t-62 -76.5t-81.5 -58.5t-82 -50.5t-65.5 -51.5t-30.5 -63h232v80 h126z" />
304
- <glyph unicode="&#xf12c;" d="M897 167v-167h-248l-159 252l-24 42q-8 9 -11 21h-3l-9 -21q-10 -20 -25 -44l-155 -250h-258v167h128l197 291l-185 272h-137v168h276l139 -228q2 -4 23 -42q8 -9 11 -21h3q3 9 11 21l25 42l140 228h257v-168h-125l-184 -267l204 -296h109zM1536 -50v-206h-514l-4 27 q-3 45 -3 46q0 64 26 117t65 86.5t84 65t84 54.5t65 54t26 64q0 38 -29.5 62.5t-70.5 24.5q-51 0 -97 -39q-14 -11 -36 -38l-105 92q26 37 63 66q80 65 188 65q110 0 178 -59.5t68 -158.5q0 -66 -34.5 -118.5t-84 -86t-99.5 -62.5t-87 -63t-41 -73h232v80h126z" />
305
- <glyph unicode="&#xf12d;" horiz-adv-x="1920" d="M896 128l336 384h-768l-336 -384h768zM1909 1205q15 -34 9.5 -71.5t-30.5 -65.5l-896 -1024q-38 -44 -96 -44h-768q-38 0 -69.5 20.5t-47.5 54.5q-15 34 -9.5 71.5t30.5 65.5l896 1024q38 44 96 44h768q38 0 69.5 -20.5t47.5 -54.5z" />
306
- <glyph unicode="&#xf12e;" horiz-adv-x="1664" d="M1664 438q0 -81 -44.5 -135t-123.5 -54q-41 0 -77.5 17.5t-59 38t-56.5 38t-71 17.5q-110 0 -110 -124q0 -39 16 -115t15 -115v-5q-22 0 -33 -1q-34 -3 -97.5 -11.5t-115.5 -13.5t-98 -5q-61 0 -103 26.5t-42 83.5q0 37 17.5 71t38 56.5t38 59t17.5 77.5q0 79 -54 123.5 t-135 44.5q-84 0 -143 -45.5t-59 -127.5q0 -43 15 -83t33.5 -64.5t33.5 -53t15 -50.5q0 -45 -46 -89q-37 -35 -117 -35q-95 0 -245 24q-9 2 -27.5 4t-27.5 4l-13 2q-1 0 -3 1q-2 0 -2 1v1024q2 -1 17.5 -3.5t34 -5t21.5 -3.5q150 -24 245 -24q80 0 117 35q46 44 46 89 q0 22 -15 50.5t-33.5 53t-33.5 64.5t-15 83q0 82 59 127.5t144 45.5q80 0 134 -44.5t54 -123.5q0 -41 -17.5 -77.5t-38 -59t-38 -56.5t-17.5 -71q0 -57 42 -83.5t103 -26.5q64 0 180 15t163 17v-2q-1 -2 -3.5 -17.5t-5 -34t-3.5 -21.5q-24 -150 -24 -245q0 -80 35 -117 q44 -46 89 -46q22 0 50.5 15t53 33.5t64.5 33.5t83 15q82 0 127.5 -59t45.5 -143z" />
307
- <glyph unicode="&#xf130;" horiz-adv-x="1152" d="M1152 832v-128q0 -221 -147.5 -384.5t-364.5 -187.5v-132h256q26 0 45 -19t19 -45t-19 -45t-45 -19h-640q-26 0 -45 19t-19 45t19 45t45 19h256v132q-217 24 -364.5 187.5t-147.5 384.5v128q0 26 19 45t45 19t45 -19t19 -45v-128q0 -185 131.5 -316.5t316.5 -131.5 t316.5 131.5t131.5 316.5v128q0 26 19 45t45 19t45 -19t19 -45zM896 1216v-512q0 -132 -94 -226t-226 -94t-226 94t-94 226v512q0 132 94 226t226 94t226 -94t94 -226z" />
308
- <glyph unicode="&#xf131;" horiz-adv-x="1408" d="M271 591l-101 -101q-42 103 -42 214v128q0 26 19 45t45 19t45 -19t19 -45v-128q0 -53 15 -113zM1385 1193l-361 -361v-128q0 -132 -94 -226t-226 -94q-55 0 -109 19l-96 -96q97 -51 205 -51q185 0 316.5 131.5t131.5 316.5v128q0 26 19 45t45 19t45 -19t19 -45v-128 q0 -221 -147.5 -384.5t-364.5 -187.5v-132h256q26 0 45 -19t19 -45t-19 -45t-45 -19h-640q-26 0 -45 19t-19 45t19 45t45 19h256v132q-125 13 -235 81l-254 -254q-10 -10 -23 -10t-23 10l-82 82q-10 10 -10 23t10 23l1234 1234q10 10 23 10t23 -10l82 -82q10 -10 10 -23 t-10 -23zM1005 1325l-621 -621v512q0 132 94 226t226 94q102 0 184.5 -59t116.5 -152z" />
309
- <glyph unicode="&#xf132;" horiz-adv-x="1280" d="M1088 576v640h-448v-1137q119 63 213 137q235 184 235 360zM1280 1344v-768q0 -86 -33.5 -170.5t-83 -150t-118 -127.5t-126.5 -103t-121 -77.5t-89.5 -49.5t-42.5 -20q-12 -6 -26 -6t-26 6q-16 7 -42.5 20t-89.5 49.5t-121 77.5t-126.5 103t-118 127.5t-83 150 t-33.5 170.5v768q0 26 19 45t45 19h1152q26 0 45 -19t19 -45z" />
310
- <glyph unicode="&#xf133;" horiz-adv-x="1664" d="M128 -128h1408v1024h-1408v-1024zM512 1088v288q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-288q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM1280 1088v288q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-288q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM1664 1152v-1280 q0 -52 -38 -90t-90 -38h-1408q-52 0 -90 38t-38 90v1280q0 52 38 90t90 38h128v96q0 66 47 113t113 47h64q66 0 113 -47t47 -113v-96h384v96q0 66 47 113t113 47h64q66 0 113 -47t47 -113v-96h128q52 0 90 -38t38 -90z" />
311
- <glyph unicode="&#xf134;" horiz-adv-x="1408" d="M512 1344q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1408 1376v-320q0 -16 -12 -25q-8 -7 -20 -7q-4 0 -7 1l-448 96q-11 2 -18 11t-7 20h-256v-102q111 -23 183.5 -111t72.5 -203v-800q0 -26 -19 -45t-45 -19h-512q-26 0 -45 19t-19 45v800 q0 106 62.5 190.5t161.5 114.5v111h-32q-59 0 -115 -23.5t-91.5 -53t-66 -66.5t-40.5 -53.5t-14 -24.5q-17 -35 -57 -35q-16 0 -29 7q-23 12 -31.5 37t3.5 49q5 10 14.5 26t37.5 53.5t60.5 70t85 67t108.5 52.5q-25 42 -25 86q0 66 47 113t113 47t113 -47t47 -113 q0 -33 -14 -64h302q0 11 7 20t18 11l448 96q3 1 7 1q12 0 20 -7q12 -9 12 -25z" />
312
- <glyph unicode="&#xf135;" horiz-adv-x="1664" d="M1440 1088q0 40 -28 68t-68 28t-68 -28t-28 -68t28 -68t68 -28t68 28t28 68zM1664 1376q0 -249 -75.5 -430.5t-253.5 -360.5q-81 -80 -195 -176l-20 -379q-2 -16 -16 -26l-384 -224q-7 -4 -16 -4q-12 0 -23 9l-64 64q-13 14 -8 32l85 276l-281 281l-276 -85q-3 -1 -9 -1 q-14 0 -23 9l-64 64q-17 19 -5 39l224 384q10 14 26 16l379 20q96 114 176 195q188 187 358 258t431 71q14 0 24 -9.5t10 -22.5z" />
313
- <glyph unicode="&#xf136;" horiz-adv-x="1792" d="M1745 763l-164 -763h-334l178 832q13 56 -15 88q-27 33 -83 33h-169l-204 -953h-334l204 953h-286l-204 -953h-334l204 953l-153 327h1276q101 0 189.5 -40.5t147.5 -113.5q60 -73 81 -168.5t0 -194.5z" />
314
- <glyph unicode="&#xf137;" d="M909 141l102 102q19 19 19 45t-19 45l-307 307l307 307q19 19 19 45t-19 45l-102 102q-19 19 -45 19t-45 -19l-454 -454q-19 -19 -19 -45t19 -45l454 -454q19 -19 45 -19t45 19zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5 t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
315
- <glyph unicode="&#xf138;" d="M717 141l454 454q19 19 19 45t-19 45l-454 454q-19 19 -45 19t-45 -19l-102 -102q-19 -19 -19 -45t19 -45l307 -307l-307 -307q-19 -19 -19 -45t19 -45l102 -102q19 -19 45 -19t45 19zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5 t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
316
- <glyph unicode="&#xf139;" d="M1165 397l102 102q19 19 19 45t-19 45l-454 454q-19 19 -45 19t-45 -19l-454 -454q-19 -19 -19 -45t19 -45l102 -102q19 -19 45 -19t45 19l307 307l307 -307q19 -19 45 -19t45 19zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5 t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
317
- <glyph unicode="&#xf13a;" d="M813 237l454 454q19 19 19 45t-19 45l-102 102q-19 19 -45 19t-45 -19l-307 -307l-307 307q-19 19 -45 19t-45 -19l-102 -102q-19 -19 -19 -45t19 -45l454 -454q19 -19 45 -19t45 19zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5 t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
318
- <glyph unicode="&#xf13b;" horiz-adv-x="1408" d="M1130 939l16 175h-884l47 -534h612l-22 -228l-197 -53l-196 53l-13 140h-175l22 -278l362 -100h4v1l359 99l50 544h-644l-15 181h674zM0 1408h1408l-128 -1438l-578 -162l-574 162z" />
319
- <glyph unicode="&#xf13c;" horiz-adv-x="1792" d="M275 1408h1505l-266 -1333l-804 -267l-698 267l71 356h297l-29 -147l422 -161l486 161l68 339h-1208l58 297h1209l38 191h-1208z" />
320
- <glyph unicode="&#xf13d;" horiz-adv-x="1792" d="M960 1280q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1792 352v-352q0 -22 -20 -30q-8 -2 -12 -2q-13 0 -23 9l-93 93q-119 -143 -318.5 -226.5t-429.5 -83.5t-429.5 83.5t-318.5 226.5l-93 -93q-9 -9 -23 -9q-4 0 -12 2q-20 8 -20 30v352 q0 14 9 23t23 9h352q22 0 30 -20q8 -19 -7 -35l-100 -100q67 -91 189.5 -153.5t271.5 -82.5v647h-192q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h192v163q-58 34 -93 92.5t-35 128.5q0 106 75 181t181 75t181 -75t75 -181q0 -70 -35 -128.5t-93 -92.5v-163h192q26 0 45 -19 t19 -45v-128q0 -26 -19 -45t-45 -19h-192v-647q149 20 271.5 82.5t189.5 153.5l-100 100q-15 16 -7 35q8 20 30 20h352q14 0 23 -9t9 -23z" />
321
- <glyph unicode="&#xf13e;" horiz-adv-x="1152" d="M1056 768q40 0 68 -28t28 -68v-576q0 -40 -28 -68t-68 -28h-960q-40 0 -68 28t-28 68v576q0 40 28 68t68 28h32v320q0 185 131.5 316.5t316.5 131.5t316.5 -131.5t131.5 -316.5q0 -26 -19 -45t-45 -19h-64q-26 0 -45 19t-19 45q0 106 -75 181t-181 75t-181 -75t-75 -181 v-320h736z" />
322
- <glyph unicode="&#xf140;" d="M1024 640q0 -106 -75 -181t-181 -75t-181 75t-75 181t75 181t181 75t181 -75t75 -181zM1152 640q0 159 -112.5 271.5t-271.5 112.5t-271.5 -112.5t-112.5 -271.5t112.5 -271.5t271.5 -112.5t271.5 112.5t112.5 271.5zM1280 640q0 -212 -150 -362t-362 -150t-362 150 t-150 362t150 362t362 150t362 -150t150 -362zM1408 640q0 130 -51 248.5t-136.5 204t-204 136.5t-248.5 51t-248.5 -51t-204 -136.5t-136.5 -204t-51 -248.5t51 -248.5t136.5 -204t204 -136.5t248.5 -51t248.5 51t204 136.5t136.5 204t51 248.5zM1536 640 q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
323
- <glyph unicode="&#xf141;" horiz-adv-x="1408" d="M384 800v-192q0 -40 -28 -68t-68 -28h-192q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h192q40 0 68 -28t28 -68zM896 800v-192q0 -40 -28 -68t-68 -28h-192q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h192q40 0 68 -28t28 -68zM1408 800v-192q0 -40 -28 -68t-68 -28h-192 q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h192q40 0 68 -28t28 -68z" />
324
- <glyph unicode="&#xf142;" horiz-adv-x="384" d="M384 288v-192q0 -40 -28 -68t-68 -28h-192q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h192q40 0 68 -28t28 -68zM384 800v-192q0 -40 -28 -68t-68 -28h-192q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h192q40 0 68 -28t28 -68zM384 1312v-192q0 -40 -28 -68t-68 -28h-192 q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h192q40 0 68 -28t28 -68z" />
325
- <glyph unicode="&#xf143;" d="M512 256q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM863 162q-13 232 -177 396t-396 177q-14 1 -24 -9t-10 -23v-128q0 -13 8.5 -22t21.5 -10q154 -11 264 -121t121 -264q1 -13 10 -21.5t22 -8.5h128q13 0 23 10 t9 24zM1247 161q-5 154 -56 297.5t-139.5 260t-205 205t-260 139.5t-297.5 56q-14 1 -23 -9q-10 -10 -10 -23v-128q0 -13 9 -22t22 -10q204 -7 378 -111.5t278.5 -278.5t111.5 -378q1 -13 10 -22t22 -9h128q13 0 23 10q11 9 9 23zM1536 1120v-960q0 -119 -84.5 -203.5 t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
326
- <glyph unicode="&#xf144;" d="M768 1408q209 0 385.5 -103t279.5 -279.5t103 -385.5t-103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103zM1152 585q32 18 32 55t-32 55l-544 320q-31 19 -64 1q-32 -19 -32 -56v-640q0 -37 32 -56 q16 -8 32 -8q17 0 32 9z" />
327
- <glyph unicode="&#xf145;" horiz-adv-x="1792" d="M1024 1084l316 -316l-572 -572l-316 316zM813 105l618 618q19 19 19 45t-19 45l-362 362q-18 18 -45 18t-45 -18l-618 -618q-19 -19 -19 -45t19 -45l362 -362q18 -18 45 -18t45 18zM1702 742l-907 -908q-37 -37 -90.5 -37t-90.5 37l-126 126q56 56 56 136t-56 136 t-136 56t-136 -56l-125 126q-37 37 -37 90.5t37 90.5l907 906q37 37 90.5 37t90.5 -37l125 -125q-56 -56 -56 -136t56 -136t136 -56t136 56l126 -125q37 -37 37 -90.5t-37 -90.5z" />
328
- <glyph unicode="&#xf146;" d="M1280 576v128q0 26 -19 45t-45 19h-896q-26 0 -45 -19t-19 -45v-128q0 -26 19 -45t45 -19h896q26 0 45 19t19 45zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5 t84.5 -203.5z" />
329
- <glyph unicode="&#xf147;" horiz-adv-x="1408" d="M1152 736v-64q0 -14 -9 -23t-23 -9h-832q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h832q14 0 23 -9t9 -23zM1280 288v832q0 66 -47 113t-113 47h-832q-66 0 -113 -47t-47 -113v-832q0 -66 47 -113t113 -47h832q66 0 113 47t47 113zM1408 1120v-832q0 -119 -84.5 -203.5 t-203.5 -84.5h-832q-119 0 -203.5 84.5t-84.5 203.5v832q0 119 84.5 203.5t203.5 84.5h832q119 0 203.5 -84.5t84.5 -203.5z" />
330
- <glyph unicode="&#xf148;" horiz-adv-x="1024" d="M1018 933q-18 -37 -58 -37h-192v-864q0 -14 -9 -23t-23 -9h-704q-21 0 -29 18q-8 20 4 35l160 192q9 11 25 11h320v640h-192q-40 0 -58 37q-17 37 9 68l320 384q18 22 49 22t49 -22l320 -384q27 -32 9 -68z" />
331
- <glyph unicode="&#xf149;" horiz-adv-x="1024" d="M32 1280h704q13 0 22.5 -9.5t9.5 -23.5v-863h192q40 0 58 -37t-9 -69l-320 -384q-18 -22 -49 -22t-49 22l-320 384q-26 31 -9 69q18 37 58 37h192v640h-320q-14 0 -25 11l-160 192q-13 14 -4 34q9 19 29 19z" />
332
- <glyph unicode="&#xf14a;" d="M685 237l614 614q19 19 19 45t-19 45l-102 102q-19 19 -45 19t-45 -19l-467 -467l-211 211q-19 19 -45 19t-45 -19l-102 -102q-19 -19 -19 -45t19 -45l358 -358q19 -19 45 -19t45 19zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5 t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
333
- <glyph unicode="&#xf14b;" d="M404 428l152 -152l-52 -52h-56v96h-96v56zM818 818q14 -13 -3 -30l-291 -291q-17 -17 -30 -3q-14 13 3 30l291 291q17 17 30 3zM544 128l544 544l-288 288l-544 -544v-288h288zM1152 736l92 92q28 28 28 68t-28 68l-152 152q-28 28 -68 28t-68 -28l-92 -92zM1536 1120 v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
334
- <glyph unicode="&#xf14c;" d="M1280 608v480q0 26 -19 45t-45 19h-480q-42 0 -59 -39q-17 -41 14 -70l144 -144l-534 -534q-19 -19 -19 -45t19 -45l102 -102q19 -19 45 -19t45 19l534 534l144 -144q18 -19 45 -19q12 0 25 5q39 17 39 59zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960 q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
335
- <glyph unicode="&#xf14d;" d="M1005 435l352 352q19 19 19 45t-19 45l-352 352q-30 31 -69 14q-40 -17 -40 -59v-160q-119 0 -216 -19.5t-162.5 -51t-114 -79t-76.5 -95.5t-44.5 -109t-21.5 -111.5t-5 -110.5q0 -181 167 -404q10 -12 25 -12q7 0 13 3q22 9 19 33q-44 354 62 473q46 52 130 75.5 t224 23.5v-160q0 -42 40 -59q12 -5 24 -5q26 0 45 19zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
336
- <glyph unicode="&#xf14e;" d="M640 448l256 128l-256 128v-256zM1024 1039v-542l-512 -256v542zM1312 640q0 148 -73 273t-198 198t-273 73t-273 -73t-198 -198t-73 -273t73 -273t198 -198t273 -73t273 73t198 198t73 273zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103 t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
337
- <glyph unicode="&#xf150;" d="M1145 861q18 -35 -5 -66l-320 -448q-19 -27 -52 -27t-52 27l-320 448q-23 31 -5 66q17 35 57 35h640q40 0 57 -35zM1280 160v960q0 13 -9.5 22.5t-22.5 9.5h-960q-13 0 -22.5 -9.5t-9.5 -22.5v-960q0 -13 9.5 -22.5t22.5 -9.5h960q13 0 22.5 9.5t9.5 22.5zM1536 1120 v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
338
- <glyph unicode="&#xf151;" d="M1145 419q-17 -35 -57 -35h-640q-40 0 -57 35q-18 35 5 66l320 448q19 27 52 27t52 -27l320 -448q23 -31 5 -66zM1280 160v960q0 13 -9.5 22.5t-22.5 9.5h-960q-13 0 -22.5 -9.5t-9.5 -22.5v-960q0 -13 9.5 -22.5t22.5 -9.5h960q13 0 22.5 9.5t9.5 22.5zM1536 1120v-960 q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
339
- <glyph unicode="&#xf152;" d="M1088 640q0 -33 -27 -52l-448 -320q-31 -23 -66 -5q-35 17 -35 57v640q0 40 35 57q35 18 66 -5l448 -320q27 -19 27 -52zM1280 160v960q0 14 -9 23t-23 9h-960q-14 0 -23 -9t-9 -23v-960q0 -14 9 -23t23 -9h960q14 0 23 9t9 23zM1536 1120v-960q0 -119 -84.5 -203.5 t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
340
- <glyph unicode="&#xf153;" horiz-adv-x="1024" d="M976 229l35 -159q3 -12 -3 -22.5t-17 -14.5l-5 -1q-4 -2 -10.5 -3.5t-16 -4.5t-21.5 -5.5t-25.5 -5t-30 -5t-33.5 -4.5t-36.5 -3t-38.5 -1q-234 0 -409 130.5t-238 351.5h-95q-13 0 -22.5 9.5t-9.5 22.5v113q0 13 9.5 22.5t22.5 9.5h66q-2 57 1 105h-67q-14 0 -23 9 t-9 23v114q0 14 9 23t23 9h98q67 210 243.5 338t400.5 128q102 0 194 -23q11 -3 20 -15q6 -11 3 -24l-43 -159q-3 -13 -14 -19.5t-24 -2.5l-4 1q-4 1 -11.5 2.5l-17.5 3.5t-22.5 3.5t-26 3t-29 2.5t-29.5 1q-126 0 -226 -64t-150 -176h468q16 0 25 -12q10 -12 7 -26 l-24 -114q-5 -26 -32 -26h-488q-3 -37 0 -105h459q15 0 25 -12q9 -12 6 -27l-24 -112q-2 -11 -11 -18.5t-20 -7.5h-387q48 -117 149.5 -185.5t228.5 -68.5q18 0 36 1.5t33.5 3.5t29.5 4.5t24.5 5t18.5 4.5l12 3l5 2q13 5 26 -2q12 -7 15 -21z" />
341
- <glyph unicode="&#xf154;" horiz-adv-x="1024" d="M1020 399v-367q0 -14 -9 -23t-23 -9h-956q-14 0 -23 9t-9 23v150q0 13 9.5 22.5t22.5 9.5h97v383h-95q-14 0 -23 9.5t-9 22.5v131q0 14 9 23t23 9h95v223q0 171 123.5 282t314.5 111q185 0 335 -125q9 -8 10 -20.5t-7 -22.5l-103 -127q-9 -11 -22 -12q-13 -2 -23 7 q-5 5 -26 19t-69 32t-93 18q-85 0 -137 -47t-52 -123v-215h305q13 0 22.5 -9t9.5 -23v-131q0 -13 -9.5 -22.5t-22.5 -9.5h-305v-379h414v181q0 13 9 22.5t23 9.5h162q14 0 23 -9.5t9 -22.5z" />
342
- <glyph unicode="&#xf155;" horiz-adv-x="1024" d="M978 351q0 -153 -99.5 -263.5t-258.5 -136.5v-175q0 -14 -9 -23t-23 -9h-135q-13 0 -22.5 9.5t-9.5 22.5v175q-66 9 -127.5 31t-101.5 44.5t-74 48t-46.5 37.5t-17.5 18q-17 21 -2 41l103 135q7 10 23 12q15 2 24 -9l2 -2q113 -99 243 -125q37 -8 74 -8q81 0 142.5 43 t61.5 122q0 28 -15 53t-33.5 42t-58.5 37.5t-66 32t-80 32.5q-39 16 -61.5 25t-61.5 26.5t-62.5 31t-56.5 35.5t-53.5 42.5t-43.5 49t-35.5 58t-21 66.5t-8.5 78q0 138 98 242t255 134v180q0 13 9.5 22.5t22.5 9.5h135q14 0 23 -9t9 -23v-176q57 -6 110.5 -23t87 -33.5 t63.5 -37.5t39 -29t15 -14q17 -18 5 -38l-81 -146q-8 -15 -23 -16q-14 -3 -27 7q-3 3 -14.5 12t-39 26.5t-58.5 32t-74.5 26t-85.5 11.5q-95 0 -155 -43t-60 -111q0 -26 8.5 -48t29.5 -41.5t39.5 -33t56 -31t60.5 -27t70 -27.5q53 -20 81 -31.5t76 -35t75.5 -42.5t62 -50 t53 -63.5t31.5 -76.5t13 -94z" />
343
- <glyph unicode="&#xf156;" horiz-adv-x="898" d="M898 1066v-102q0 -14 -9 -23t-23 -9h-168q-23 -144 -129 -234t-276 -110q167 -178 459 -536q14 -16 4 -34q-8 -18 -29 -18h-195q-16 0 -25 12q-306 367 -498 571q-9 9 -9 22v127q0 13 9.5 22.5t22.5 9.5h112q132 0 212.5 43t102.5 125h-427q-14 0 -23 9t-9 23v102 q0 14 9 23t23 9h413q-57 113 -268 113h-145q-13 0 -22.5 9.5t-9.5 22.5v133q0 14 9 23t23 9h832q14 0 23 -9t9 -23v-102q0 -14 -9 -23t-23 -9h-233q47 -61 64 -144h171q14 0 23 -9t9 -23z" />
344
- <glyph unicode="&#xf157;" horiz-adv-x="1027" d="M603 0h-172q-13 0 -22.5 9t-9.5 23v330h-288q-13 0 -22.5 9t-9.5 23v103q0 13 9.5 22.5t22.5 9.5h288v85h-288q-13 0 -22.5 9t-9.5 23v104q0 13 9.5 22.5t22.5 9.5h214l-321 578q-8 16 0 32q10 16 28 16h194q19 0 29 -18l215 -425q19 -38 56 -125q10 24 30.5 68t27.5 61 l191 420q8 19 29 19h191q17 0 27 -16q9 -14 1 -31l-313 -579h215q13 0 22.5 -9.5t9.5 -22.5v-104q0 -14 -9.5 -23t-22.5 -9h-290v-85h290q13 0 22.5 -9.5t9.5 -22.5v-103q0 -14 -9.5 -23t-22.5 -9h-290v-330q0 -13 -9.5 -22.5t-22.5 -9.5z" />
345
- <glyph unicode="&#xf158;" horiz-adv-x="1280" d="M1043 971q0 100 -65 162t-171 62h-320v-448h320q106 0 171 62t65 162zM1280 971q0 -193 -126.5 -315t-326.5 -122h-340v-118h505q14 0 23 -9t9 -23v-128q0 -14 -9 -23t-23 -9h-505v-192q0 -14 -9.5 -23t-22.5 -9h-167q-14 0 -23 9t-9 23v192h-224q-14 0 -23 9t-9 23v128 q0 14 9 23t23 9h224v118h-224q-14 0 -23 9t-9 23v149q0 13 9 22.5t23 9.5h224v629q0 14 9 23t23 9h539q200 0 326.5 -122t126.5 -315z" />
346
- <glyph unicode="&#xf159;" horiz-adv-x="1792" d="M514 341l81 299h-159l75 -300q1 -1 1 -3t1 -3q0 1 0.5 3.5t0.5 3.5zM630 768l35 128h-292l32 -128h225zM822 768h139l-35 128h-70zM1271 340l78 300h-162l81 -299q0 -1 0.5 -3.5t1.5 -3.5q0 1 0.5 3t0.5 3zM1382 768l33 128h-297l34 -128h230zM1792 736v-64q0 -14 -9 -23 t-23 -9h-213l-164 -616q-7 -24 -31 -24h-159q-24 0 -31 24l-166 616h-209l-167 -616q-7 -24 -31 -24h-159q-11 0 -19.5 7t-10.5 17l-160 616h-208q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h175l-33 128h-142q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h109l-89 344q-5 15 5 28 q10 12 26 12h137q26 0 31 -24l90 -360h359l97 360q7 24 31 24h126q24 0 31 -24l98 -360h365l93 360q5 24 31 24h137q16 0 26 -12q10 -13 5 -28l-91 -344h111q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-145l-34 -128h179q14 0 23 -9t9 -23z" />
347
- <glyph unicode="&#xf15a;" horiz-adv-x="1280" d="M1167 896q18 -182 -131 -258q117 -28 175 -103t45 -214q-7 -71 -32.5 -125t-64.5 -89t-97 -58.5t-121.5 -34.5t-145.5 -15v-255h-154v251q-80 0 -122 1v-252h-154v255q-18 0 -54 0.5t-55 0.5h-200l31 183h111q50 0 58 51v402h16q-6 1 -16 1v287q-13 68 -89 68h-111v164 l212 -1q64 0 97 1v252h154v-247q82 2 122 2v245h154v-252q79 -7 140 -22.5t113 -45t82.5 -78t36.5 -114.5zM952 351q0 36 -15 64t-37 46t-57.5 30.5t-65.5 18.5t-74 9t-69 3t-64.5 -1t-47.5 -1v-338q8 0 37 -0.5t48 -0.5t53 1.5t58.5 4t57 8.5t55.5 14t47.5 21t39.5 30 t24.5 40t9.5 51zM881 827q0 33 -12.5 58.5t-30.5 42t-48 28t-55 16.5t-61.5 8t-58 2.5t-54 -1t-39.5 -0.5v-307q5 0 34.5 -0.5t46.5 0t50 2t55 5.5t51.5 11t48.5 18.5t37 27t27 38.5t9 51z" />
348
- <glyph unicode="&#xf15b;" horiz-adv-x="1280" d="M1280 768v-800q0 -40 -28 -68t-68 -28h-1088q-40 0 -68 28t-28 68v1344q0 40 28 68t68 28h544v-544q0 -40 28 -68t68 -28h544zM1277 896h-509v509q82 -15 132 -65l312 -312q50 -50 65 -132z" />
349
- <glyph unicode="&#xf15c;" horiz-adv-x="1280" d="M1024 160v64q0 14 -9 23t-23 9h-704q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h704q14 0 23 9t9 23zM1024 416v64q0 14 -9 23t-23 9h-704q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h704q14 0 23 9t9 23zM1280 768v-800q0 -40 -28 -68t-68 -28h-1088q-40 0 -68 28 t-28 68v1344q0 40 28 68t68 28h544v-544q0 -40 28 -68t68 -28h544zM1277 896h-509v509q82 -15 132 -65l312 -312q50 -50 65 -132z" />
350
- <glyph unicode="&#xf15d;" horiz-adv-x="1664" d="M1191 1128h177l-72 218l-12 47q-2 16 -2 20h-4l-3 -20q0 -1 -3.5 -18t-7.5 -29zM736 96q0 -12 -10 -24l-319 -319q-10 -9 -23 -9q-12 0 -23 9l-320 320q-15 16 -7 35q8 20 30 20h192v1376q0 14 9 23t23 9h192q14 0 23 -9t9 -23v-1376h192q14 0 23 -9t9 -23zM1572 -23 v-233h-584v90l369 529q12 18 21 27l11 9v3q-2 0 -6.5 -0.5t-7.5 -0.5q-12 -3 -30 -3h-232v-115h-120v229h567v-89l-369 -530q-6 -8 -21 -26l-11 -11v-2l14 2q9 2 30 2h248v119h121zM1661 874v-106h-288v106h75l-47 144h-243l-47 -144h75v-106h-287v106h70l230 662h162 l230 -662h70z" />
351
- <glyph unicode="&#xf15e;" horiz-adv-x="1664" d="M1191 104h177l-72 218l-12 47q-2 16 -2 20h-4l-3 -20q0 -1 -3.5 -18t-7.5 -29zM736 96q0 -12 -10 -24l-319 -319q-10 -9 -23 -9q-12 0 -23 9l-320 320q-15 16 -7 35q8 20 30 20h192v1376q0 14 9 23t23 9h192q14 0 23 -9t9 -23v-1376h192q14 0 23 -9t9 -23zM1661 -150 v-106h-288v106h75l-47 144h-243l-47 -144h75v-106h-287v106h70l230 662h162l230 -662h70zM1572 1001v-233h-584v90l369 529q12 18 21 27l11 9v3q-2 0 -6.5 -0.5t-7.5 -0.5q-12 -3 -30 -3h-232v-115h-120v229h567v-89l-369 -530q-6 -8 -21 -26l-11 -10v-3l14 3q9 1 30 1h248 v119h121z" />
352
- <glyph unicode="&#xf160;" horiz-adv-x="1792" d="M736 96q0 -12 -10 -24l-319 -319q-10 -9 -23 -9q-12 0 -23 9l-320 320q-15 16 -7 35q8 20 30 20h192v1376q0 14 9 23t23 9h192q14 0 23 -9t9 -23v-1376h192q14 0 23 -9t9 -23zM1792 -32v-192q0 -14 -9 -23t-23 -9h-832q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h832 q14 0 23 -9t9 -23zM1600 480v-192q0 -14 -9 -23t-23 -9h-640q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h640q14 0 23 -9t9 -23zM1408 992v-192q0 -14 -9 -23t-23 -9h-448q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h448q14 0 23 -9t9 -23zM1216 1504v-192q0 -14 -9 -23t-23 -9h-256 q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h256q14 0 23 -9t9 -23z" />
353
- <glyph unicode="&#xf161;" horiz-adv-x="1792" d="M1216 -32v-192q0 -14 -9 -23t-23 -9h-256q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h256q14 0 23 -9t9 -23zM736 96q0 -12 -10 -24l-319 -319q-10 -9 -23 -9q-12 0 -23 9l-320 320q-15 16 -7 35q8 20 30 20h192v1376q0 14 9 23t23 9h192q14 0 23 -9t9 -23v-1376h192 q14 0 23 -9t9 -23zM1408 480v-192q0 -14 -9 -23t-23 -9h-448q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h448q14 0 23 -9t9 -23zM1600 992v-192q0 -14 -9 -23t-23 -9h-640q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h640q14 0 23 -9t9 -23zM1792 1504v-192q0 -14 -9 -23t-23 -9h-832 q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h832q14 0 23 -9t9 -23z" />
354
- <glyph unicode="&#xf162;" d="M1346 223q0 63 -44 116t-103 53q-52 0 -83 -37t-31 -94t36.5 -95t104.5 -38q50 0 85 27t35 68zM736 96q0 -12 -10 -24l-319 -319q-10 -9 -23 -9q-12 0 -23 9l-320 320q-15 16 -7 35q8 20 30 20h192v1376q0 14 9 23t23 9h192q14 0 23 -9t9 -23v-1376h192q14 0 23 -9t9 -23 zM1486 165q0 -62 -13 -121.5t-41 -114t-68 -95.5t-98.5 -65.5t-127.5 -24.5q-62 0 -108 16q-24 8 -42 15l39 113q15 -7 31 -11q37 -13 75 -13q84 0 134.5 58.5t66.5 145.5h-2q-21 -23 -61.5 -37t-84.5 -14q-106 0 -173 71.5t-67 172.5q0 105 72 178t181 73q123 0 205 -94.5 t82 -252.5zM1456 882v-114h-469v114h167v432q0 7 0.5 19t0.5 17v16h-2l-7 -12q-8 -13 -26 -31l-62 -58l-82 86l192 185h123v-654h165z" />
355
- <glyph unicode="&#xf163;" d="M1346 1247q0 63 -44 116t-103 53q-52 0 -83 -37t-31 -94t36.5 -95t104.5 -38q50 0 85 27t35 68zM736 96q0 -12 -10 -24l-319 -319q-10 -9 -23 -9q-12 0 -23 9l-320 320q-15 16 -7 35q8 20 30 20h192v1376q0 14 9 23t23 9h192q14 0 23 -9t9 -23v-1376h192q14 0 23 -9 t9 -23zM1456 -142v-114h-469v114h167v432q0 7 0.5 19t0.5 17v16h-2l-7 -12q-8 -13 -26 -31l-62 -58l-82 86l192 185h123v-654h165zM1486 1189q0 -62 -13 -121.5t-41 -114t-68 -95.5t-98.5 -65.5t-127.5 -24.5q-62 0 -108 16q-24 8 -42 15l39 113q15 -7 31 -11q37 -13 75 -13 q84 0 134.5 58.5t66.5 145.5h-2q-21 -23 -61.5 -37t-84.5 -14q-106 0 -173 71.5t-67 172.5q0 105 72 178t181 73q123 0 205 -94.5t82 -252.5z" />
356
- <glyph unicode="&#xf164;" horiz-adv-x="1664" d="M256 192q0 26 -19 45t-45 19q-27 0 -45.5 -19t-18.5 -45q0 -27 18.5 -45.5t45.5 -18.5q26 0 45 18.5t19 45.5zM416 704v-640q0 -26 -19 -45t-45 -19h-288q-26 0 -45 19t-19 45v640q0 26 19 45t45 19h288q26 0 45 -19t19 -45zM1600 704q0 -86 -55 -149q15 -44 15 -76 q3 -76 -43 -137q17 -56 0 -117q-15 -57 -54 -94q9 -112 -49 -181q-64 -76 -197 -78h-36h-76h-17q-66 0 -144 15.5t-121.5 29t-120.5 39.5q-123 43 -158 44q-26 1 -45 19.5t-19 44.5v641q0 25 18 43.5t43 20.5q24 2 76 59t101 121q68 87 101 120q18 18 31 48t17.5 48.5 t13.5 60.5q7 39 12.5 61t19.5 52t34 50q19 19 45 19q46 0 82.5 -10.5t60 -26t40 -40.5t24 -45t12 -50t5 -45t0.5 -39q0 -38 -9.5 -76t-19 -60t-27.5 -56q-3 -6 -10 -18t-11 -22t-8 -24h277q78 0 135 -57t57 -135z" />
357
- <glyph unicode="&#xf165;" horiz-adv-x="1664" d="M256 960q0 -26 -19 -45t-45 -19q-27 0 -45.5 19t-18.5 45q0 27 18.5 45.5t45.5 18.5q26 0 45 -18.5t19 -45.5zM416 448v640q0 26 -19 45t-45 19h-288q-26 0 -45 -19t-19 -45v-640q0 -26 19 -45t45 -19h288q26 0 45 19t19 45zM1545 597q55 -61 55 -149q-1 -78 -57.5 -135 t-134.5 -57h-277q4 -14 8 -24t11 -22t10 -18q18 -37 27 -57t19 -58.5t10 -76.5q0 -24 -0.5 -39t-5 -45t-12 -50t-24 -45t-40 -40.5t-60 -26t-82.5 -10.5q-26 0 -45 19q-20 20 -34 50t-19.5 52t-12.5 61q-9 42 -13.5 60.5t-17.5 48.5t-31 48q-33 33 -101 120q-49 64 -101 121 t-76 59q-25 2 -43 20.5t-18 43.5v641q0 26 19 44.5t45 19.5q35 1 158 44q77 26 120.5 39.5t121.5 29t144 15.5h17h76h36q133 -2 197 -78q58 -69 49 -181q39 -37 54 -94q17 -61 0 -117q46 -61 43 -137q0 -32 -15 -76z" />
358
- <glyph unicode="&#xf166;" d="M919 233v157q0 50 -29 50q-17 0 -33 -16v-224q16 -16 33 -16q29 0 29 49zM1103 355h66v34q0 51 -33 51t-33 -51v-34zM532 621v-70h-80v-423h-74v423h-78v70h232zM733 495v-367h-67v40q-39 -45 -76 -45q-33 0 -42 28q-6 16 -6 54v290h66v-270q0 -24 1 -26q1 -15 15 -15 q20 0 42 31v280h67zM985 384v-146q0 -52 -7 -73q-12 -42 -53 -42q-35 0 -68 41v-36h-67v493h67v-161q32 40 68 40q41 0 53 -42q7 -21 7 -74zM1236 255v-9q0 -29 -2 -43q-3 -22 -15 -40q-27 -40 -80 -40q-52 0 -81 38q-21 27 -21 86v129q0 59 20 86q29 38 80 38t78 -38 q21 -28 21 -86v-76h-133v-65q0 -51 34 -51q24 0 30 26q0 1 0.5 7t0.5 16.5v21.5h68zM785 1079v-156q0 -51 -32 -51t-32 51v156q0 52 32 52t32 -52zM1318 366q0 177 -19 260q-10 44 -43 73.5t-76 34.5q-136 15 -412 15q-275 0 -411 -15q-44 -5 -76.5 -34.5t-42.5 -73.5 q-20 -87 -20 -260q0 -176 20 -260q10 -43 42.5 -73t75.5 -35q137 -15 412 -15t412 15q43 5 75.5 35t42.5 73q20 84 20 260zM563 1017l90 296h-75l-51 -195l-53 195h-78l24 -69t23 -69q35 -103 46 -158v-201h74v201zM852 936v130q0 58 -21 87q-29 38 -78 38q-51 0 -78 -38 q-21 -29 -21 -87v-130q0 -58 21 -87q27 -38 78 -38q49 0 78 38q21 27 21 87zM1033 816h67v370h-67v-283q-22 -31 -42 -31q-15 0 -16 16q-1 2 -1 26v272h-67v-293q0 -37 6 -55q11 -27 43 -27q36 0 77 45v-40zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960 q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
359
- <glyph unicode="&#xf167;" d="M971 292v-211q0 -67 -39 -67q-23 0 -45 22v301q22 22 45 22q39 0 39 -67zM1309 291v-46h-90v46q0 68 45 68t45 -68zM343 509h107v94h-312v-94h105v-569h100v569zM631 -60h89v494h-89v-378q-30 -42 -57 -42q-18 0 -21 21q-1 3 -1 35v364h-89v-391q0 -49 8 -73 q12 -37 58 -37q48 0 102 61v-54zM1060 88v197q0 73 -9 99q-17 56 -71 56q-50 0 -93 -54v217h-89v-663h89v48q45 -55 93 -55q54 0 71 55q9 27 9 100zM1398 98v13h-91q0 -51 -2 -61q-7 -36 -40 -36q-46 0 -46 69v87h179v103q0 79 -27 116q-39 51 -106 51q-68 0 -107 -51 q-28 -37 -28 -116v-173q0 -79 29 -116q39 -51 108 -51q72 0 108 53q18 27 21 54q2 9 2 58zM790 1011v210q0 69 -43 69t-43 -69v-210q0 -70 43 -70t43 70zM1509 260q0 -234 -26 -350q-14 -59 -58 -99t-102 -46q-184 -21 -555 -21t-555 21q-58 6 -102.5 46t-57.5 99 q-26 112 -26 350q0 234 26 350q14 59 58 99t103 47q183 20 554 20t555 -20q58 -7 102.5 -47t57.5 -99q26 -112 26 -350zM511 1536h102l-121 -399v-271h-100v271q-14 74 -61 212q-37 103 -65 187h106l71 -263zM881 1203v-175q0 -81 -28 -118q-37 -51 -106 -51q-67 0 -105 51 q-28 38 -28 118v175q0 80 28 117q38 51 105 51q69 0 106 -51q28 -37 28 -117zM1216 1365v-499h-91v55q-53 -62 -103 -62q-46 0 -59 37q-8 24 -8 75v394h91v-367q0 -33 1 -35q3 -22 21 -22q27 0 57 43v381h91z" />
360
- <glyph unicode="&#xf168;" horiz-adv-x="1408" d="M597 869q-10 -18 -257 -456q-27 -46 -65 -46h-239q-21 0 -31 17t0 36l253 448q1 0 0 1l-161 279q-12 22 -1 37q9 15 32 15h239q40 0 66 -45zM1403 1511q11 -16 0 -37l-528 -934v-1l336 -615q11 -20 1 -37q-10 -15 -32 -15h-239q-42 0 -66 45l-339 622q18 32 531 942 q25 45 64 45h241q22 0 31 -15z" />
361
- <glyph unicode="&#xf169;" d="M685 771q0 1 -126 222q-21 34 -52 34h-184q-18 0 -26 -11q-7 -12 1 -29l125 -216v-1l-196 -346q-9 -14 0 -28q8 -13 24 -13h185q31 0 50 36zM1309 1268q-7 12 -24 12h-187q-30 0 -49 -35l-411 -729q1 -2 262 -481q20 -35 52 -35h184q18 0 25 12q8 13 -1 28l-260 476v1 l409 723q8 16 0 28zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
362
- <glyph unicode="&#xf16a;" horiz-adv-x="1792" d="M1280 640q0 37 -30 54l-512 320q-31 20 -65 2q-33 -18 -33 -56v-640q0 -38 33 -56q16 -8 31 -8q20 0 34 10l512 320q30 17 30 54zM1792 640q0 -96 -1 -150t-8.5 -136.5t-22.5 -147.5q-16 -73 -69 -123t-124 -58q-222 -25 -671 -25t-671 25q-71 8 -124.5 58t-69.5 123 q-14 65 -21.5 147.5t-8.5 136.5t-1 150t1 150t8.5 136.5t22.5 147.5q16 73 69 123t124 58q222 25 671 25t671 -25q71 -8 124.5 -58t69.5 -123q14 -65 21.5 -147.5t8.5 -136.5t1 -150z" />
363
- <glyph unicode="&#xf16b;" horiz-adv-x="1792" d="M402 829l494 -305l-342 -285l-490 319zM1388 274v-108l-490 -293v-1l-1 1l-1 -1v1l-489 293v108l147 -96l342 284v2l1 -1l1 1v-2l343 -284zM554 1418l342 -285l-494 -304l-338 270zM1390 829l338 -271l-489 -319l-343 285zM1239 1418l489 -319l-338 -270l-494 304z" />
364
- <glyph unicode="&#xf16c;" horiz-adv-x="1408" d="M928 135v-151l-707 -1v151zM1169 481v-701l-1 -35v-1h-1132l-35 1h-1v736h121v-618h928v618h120zM241 393l704 -65l-13 -150l-705 65zM309 709l683 -183l-39 -146l-683 183zM472 1058l609 -360l-77 -130l-609 360zM832 1389l398 -585l-124 -85l-399 584zM1285 1536 l121 -697l-149 -26l-121 697z" />
365
- <glyph unicode="&#xf16d;" d="M1362 110v648h-135q20 -63 20 -131q0 -126 -64 -232.5t-174 -168.5t-240 -62q-197 0 -337 135.5t-140 327.5q0 68 20 131h-141v-648q0 -26 17.5 -43.5t43.5 -17.5h1069q25 0 43 17.5t18 43.5zM1078 643q0 124 -90.5 211.5t-218.5 87.5q-127 0 -217.5 -87.5t-90.5 -211.5 t90.5 -211.5t217.5 -87.5q128 0 218.5 87.5t90.5 211.5zM1362 1003v165q0 28 -20 48.5t-49 20.5h-174q-29 0 -49 -20.5t-20 -48.5v-165q0 -29 20 -49t49 -20h174q29 0 49 20t20 49zM1536 1211v-1142q0 -81 -58 -139t-139 -58h-1142q-81 0 -139 58t-58 139v1142q0 81 58 139 t139 58h1142q81 0 139 -58t58 -139z" />
366
- <glyph unicode="&#xf16e;" d="M1248 1408q119 0 203.5 -84.5t84.5 -203.5v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960zM698 640q0 88 -62 150t-150 62t-150 -62t-62 -150t62 -150t150 -62t150 62t62 150zM1262 640q0 88 -62 150 t-150 62t-150 -62t-62 -150t62 -150t150 -62t150 62t62 150z" />
367
- <glyph unicode="&#xf170;" d="M768 914l201 -306h-402zM1133 384h94l-459 691l-459 -691h94l104 160h522zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
368
- <glyph unicode="&#xf171;" horiz-adv-x="1408" d="M815 677q8 -63 -50.5 -101t-111.5 -6q-39 17 -53.5 58t-0.5 82t52 58q36 18 72.5 12t64 -35.5t27.5 -67.5zM926 698q-14 107 -113 164t-197 13q-63 -28 -100.5 -88.5t-34.5 -129.5q4 -91 77.5 -155t165.5 -56q91 8 152 84t50 168zM1165 1240q-20 27 -56 44.5t-58 22 t-71 12.5q-291 47 -566 -2q-43 -7 -66 -12t-55 -22t-50 -43q30 -28 76 -45.5t73.5 -22t87.5 -11.5q228 -29 448 -1q63 8 89.5 12t72.5 21.5t75 46.5zM1222 205q-8 -26 -15.5 -76.5t-14 -84t-28.5 -70t-58 -56.5q-86 -48 -189.5 -71.5t-202 -22t-201.5 18.5q-46 8 -81.5 18 t-76.5 27t-73 43.5t-52 61.5q-25 96 -57 292l6 16l18 9q223 -148 506.5 -148t507.5 148q21 -6 24 -23t-5 -45t-8 -37zM1403 1166q-26 -167 -111 -655q-5 -30 -27 -56t-43.5 -40t-54.5 -31q-252 -126 -610 -88q-248 27 -394 139q-15 12 -25.5 26.5t-17 35t-9 34t-6 39.5 t-5.5 35q-9 50 -26.5 150t-28 161.5t-23.5 147.5t-22 158q3 26 17.5 48.5t31.5 37.5t45 30t46 22.5t48 18.5q125 46 313 64q379 37 676 -50q155 -46 215 -122q16 -20 16.5 -51t-5.5 -54z" />
369
- <glyph unicode="&#xf172;" d="M848 666q0 43 -41 66t-77 1q-43 -20 -42.5 -72.5t43.5 -70.5q39 -23 81 4t36 72zM928 682q8 -66 -36 -121t-110 -61t-119 40t-56 113q-2 49 25.5 93t72.5 64q70 31 141.5 -10t81.5 -118zM1100 1073q-20 -21 -53.5 -34t-53 -16t-63.5 -8q-155 -20 -324 0q-44 6 -63 9.5 t-52.5 16t-54.5 32.5q13 19 36 31t40 15.5t47 8.5q198 35 408 1q33 -5 51 -8.5t43 -16t39 -31.5zM1142 327q0 7 5.5 26.5t3 32t-17.5 16.5q-161 -106 -365 -106t-366 106l-12 -6l-5 -12q26 -154 41 -210q47 -81 204 -108q249 -46 428 53q34 19 49 51.5t22.5 85.5t12.5 71z M1272 1020q9 53 -8 75q-43 55 -155 88q-216 63 -487 36q-132 -12 -226 -46q-38 -15 -59.5 -25t-47 -34t-29.5 -54q8 -68 19 -138t29 -171t24 -137q1 -5 5 -31t7 -36t12 -27t22 -28q105 -80 284 -100q259 -28 440 63q24 13 39.5 23t31 29t19.5 40q48 267 80 473zM1536 1120 v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
370
- <glyph unicode="&#xf173;" horiz-adv-x="1024" d="M390 1408h219v-388h364v-241h-364v-394q0 -136 14 -172q13 -37 52 -60q50 -31 117 -31q117 0 232 76v-242q-102 -48 -178 -65q-77 -19 -173 -19q-105 0 -186 27q-78 25 -138 75q-58 51 -79 105q-22 54 -22 161v539h-170v217q91 30 155 84q64 55 103 132q39 78 54 196z " />
371
- <glyph unicode="&#xf174;" d="M1123 127v181q-88 -56 -174 -56q-51 0 -88 23q-29 17 -39 45q-11 30 -11 129v295h274v181h-274v291h-164q-11 -90 -40 -147t-78 -99q-48 -40 -116 -63v-163h127v-404q0 -78 17 -121q17 -42 59 -78q43 -37 104 -57q62 -20 140 -20q67 0 129 14q57 13 134 49zM1536 1120 v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
372
- <glyph unicode="&#xf175;" horiz-adv-x="768" d="M765 237q8 -19 -5 -35l-350 -384q-10 -10 -23 -10q-14 0 -24 10l-355 384q-13 16 -5 35q9 19 29 19h224v1248q0 14 9 23t23 9h192q14 0 23 -9t9 -23v-1248h224q21 0 29 -19z" />
373
- <glyph unicode="&#xf176;" horiz-adv-x="768" d="M765 1043q-9 -19 -29 -19h-224v-1248q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23v1248h-224q-21 0 -29 19t5 35l350 384q10 10 23 10q14 0 24 -10l355 -384q13 -16 5 -35z" />
374
- <glyph unicode="&#xf177;" horiz-adv-x="1792" d="M1792 736v-192q0 -14 -9 -23t-23 -9h-1248v-224q0 -21 -19 -29t-35 5l-384 350q-10 10 -10 23q0 14 10 24l384 354q16 14 35 6q19 -9 19 -29v-224h1248q14 0 23 -9t9 -23z" />
375
- <glyph unicode="&#xf178;" horiz-adv-x="1792" d="M1728 643q0 -14 -10 -24l-384 -354q-16 -14 -35 -6q-19 9 -19 29v224h-1248q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h1248v224q0 21 19 29t35 -5l384 -350q10 -10 10 -23z" />
376
- <glyph unicode="&#xf179;" horiz-adv-x="1408" d="M1393 321q-39 -125 -123 -250q-129 -196 -257 -196q-49 0 -140 32q-86 32 -151 32q-61 0 -142 -33q-81 -34 -132 -34q-152 0 -301 259q-147 261 -147 503q0 228 113 374q112 144 284 144q72 0 177 -30q104 -30 138 -30q45 0 143 34q102 34 173 34q119 0 213 -65 q52 -36 104 -100q-79 -67 -114 -118q-65 -94 -65 -207q0 -124 69 -223t158 -126zM1017 1494q0 -61 -29 -136q-30 -75 -93 -138q-54 -54 -108 -72q-37 -11 -104 -17q3 149 78 257q74 107 250 148q1 -3 2.5 -11t2.5 -11q0 -4 0.5 -10t0.5 -10z" />
377
- <glyph unicode="&#xf17a;" horiz-adv-x="1664" d="M682 530v-651l-682 94v557h682zM682 1273v-659h-682v565zM1664 530v-786l-907 125v661h907zM1664 1408v-794h-907v669z" />
378
- <glyph unicode="&#xf17b;" horiz-adv-x="1408" d="M493 1053q16 0 27.5 11.5t11.5 27.5t-11.5 27.5t-27.5 11.5t-27 -11.5t-11 -27.5t11 -27.5t27 -11.5zM915 1053q16 0 27 11.5t11 27.5t-11 27.5t-27 11.5t-27.5 -11.5t-11.5 -27.5t11.5 -27.5t27.5 -11.5zM103 869q42 0 72 -30t30 -72v-430q0 -43 -29.5 -73t-72.5 -30 t-73 30t-30 73v430q0 42 30 72t73 30zM1163 850v-666q0 -46 -32 -78t-77 -32h-75v-227q0 -43 -30 -73t-73 -30t-73 30t-30 73v227h-138v-227q0 -43 -30 -73t-73 -30q-42 0 -72 30t-30 73l-1 227h-74q-46 0 -78 32t-32 78v666h918zM931 1255q107 -55 171 -153.5t64 -215.5 h-925q0 117 64 215.5t172 153.5l-71 131q-7 13 5 20q13 6 20 -6l72 -132q95 42 201 42t201 -42l72 132q7 12 20 6q12 -7 5 -20zM1408 767v-430q0 -43 -30 -73t-73 -30q-42 0 -72 30t-30 73v430q0 43 30 72.5t72 29.5q43 0 73 -29.5t30 -72.5z" />
379
- <glyph unicode="&#xf17c;" d="M663 1125q-11 -1 -15.5 -10.5t-8.5 -9.5q-5 -1 -5 5q0 12 19 15h10zM750 1111q-4 -1 -11.5 6.5t-17.5 4.5q24 11 32 -2q3 -6 -3 -9zM399 684q-4 1 -6 -3t-4.5 -12.5t-5.5 -13.5t-10 -13q-7 -10 -1 -12q4 -1 12.5 7t12.5 18q1 3 2 7t2 6t1.5 4.5t0.5 4v3t-1 2.5t-3 2z M1254 325q0 18 -55 42q4 15 7.5 27.5t5 26t3 21.5t0.5 22.5t-1 19.5t-3.5 22t-4 20.5t-5 25t-5.5 26.5q-10 48 -47 103t-72 75q24 -20 57 -83q87 -162 54 -278q-11 -40 -50 -42q-31 -4 -38.5 18.5t-8 83.5t-11.5 107q-9 39 -19.5 69t-19.5 45.5t-15.5 24.5t-13 15t-7.5 7 q-14 62 -31 103t-29.5 56t-23.5 33t-15 40q-4 21 6 53.5t4.5 49.5t-44.5 25q-15 3 -44.5 18t-35.5 16q-8 1 -11 26t8 51t36 27q37 3 51 -30t4 -58q-11 -19 -2 -26.5t30 -0.5q13 4 13 36v37q-5 30 -13.5 50t-21 30.5t-23.5 15t-27 7.5q-107 -8 -89 -134q0 -15 -1 -15 q-9 9 -29.5 10.5t-33 -0.5t-15.5 5q1 57 -16 90t-45 34q-27 1 -41.5 -27.5t-16.5 -59.5q-1 -15 3.5 -37t13 -37.5t15.5 -13.5q10 3 16 14q4 9 -7 8q-7 0 -15.5 14.5t-9.5 33.5q-1 22 9 37t34 14q17 0 27 -21t9.5 -39t-1.5 -22q-22 -15 -31 -29q-8 -12 -27.5 -23.5 t-20.5 -12.5q-13 -14 -15.5 -27t7.5 -18q14 -8 25 -19.5t16 -19t18.5 -13t35.5 -6.5q47 -2 102 15q2 1 23 7t34.5 10.5t29.5 13t21 17.5q9 14 20 8q5 -3 6.5 -8.5t-3 -12t-16.5 -9.5q-20 -6 -56.5 -21.5t-45.5 -19.5q-44 -19 -70 -23q-25 -5 -79 2q-10 2 -9 -2t17 -19 q25 -23 67 -22q17 1 36 7t36 14t33.5 17.5t30 17t24.5 12t17.5 2.5t8.5 -11q0 -2 -1 -4.5t-4 -5t-6 -4.5t-8.5 -5t-9 -4.5t-10 -5t-9.5 -4.5q-28 -14 -67.5 -44t-66.5 -43t-49 -1q-21 11 -63 73q-22 31 -25 22q-1 -3 -1 -10q0 -25 -15 -56.5t-29.5 -55.5t-21 -58t11.5 -63 q-23 -6 -62.5 -90t-47.5 -141q-2 -18 -1.5 -69t-5.5 -59q-8 -24 -29 -3q-32 31 -36 94q-2 28 4 56q4 19 -1 18l-4 -5q-36 -65 10 -166q5 -12 25 -28t24 -20q20 -23 104 -90.5t93 -76.5q16 -15 17.5 -38t-14 -43t-45.5 -23q8 -15 29 -44.5t28 -54t7 -70.5q46 24 7 92 q-4 8 -10.5 16t-9.5 12t-2 6q3 5 13 9.5t20 -2.5q46 -52 166 -36q133 15 177 87q23 38 34 30q12 -6 10 -52q-1 -25 -23 -92q-9 -23 -6 -37.5t24 -15.5q3 19 14.5 77t13.5 90q2 21 -6.5 73.5t-7.5 97t23 70.5q15 18 51 18q1 37 34.5 53t72.5 10.5t60 -22.5zM626 1152 q3 17 -2.5 30t-11.5 15q-9 2 -9 -7q2 -5 5 -6q10 0 7 -15q-3 -20 8 -20q3 0 3 3zM1045 955q-2 8 -6.5 11.5t-13 5t-14.5 5.5q-5 3 -9.5 8t-7 8t-5.5 6.5t-4 4t-4 -1.5q-14 -16 7 -43.5t39 -31.5q9 -1 14.5 8t3.5 20zM867 1168q0 11 -5 19.5t-11 12.5t-9 3q-14 -1 -7 -7l4 -2 q14 -4 18 -31q0 -3 8 2zM921 1401q0 2 -2.5 5t-9 7t-9.5 6q-15 15 -24 15q-9 -1 -11.5 -7.5t-1 -13t-0.5 -12.5q-1 -4 -6 -10.5t-6 -9t3 -8.5q4 -3 8 0t11 9t15 9q1 1 9 1t15 2t9 7zM1486 60q20 -12 31 -24.5t12 -24t-2.5 -22.5t-15.5 -22t-23.5 -19.5t-30 -18.5 t-31.5 -16.5t-32 -15.5t-27 -13q-38 -19 -85.5 -56t-75.5 -64q-17 -16 -68 -19.5t-89 14.5q-18 9 -29.5 23.5t-16.5 25.5t-22 19.5t-47 9.5q-44 1 -130 1q-19 0 -57 -1.5t-58 -2.5q-44 -1 -79.5 -15t-53.5 -30t-43.5 -28.5t-53.5 -11.5q-29 1 -111 31t-146 43q-19 4 -51 9.5 t-50 9t-39.5 9.5t-33.5 14.5t-17 19.5q-10 23 7 66.5t18 54.5q1 16 -4 40t-10 42.5t-4.5 36.5t10.5 27q14 12 57 14t60 12q30 18 42 35t12 51q21 -73 -32 -106q-32 -20 -83 -15q-34 3 -43 -10q-13 -15 5 -57q2 -6 8 -18t8.5 -18t4.5 -17t1 -22q0 -15 -17 -49t-14 -48 q3 -17 37 -26q20 -6 84.5 -18.5t99.5 -20.5q24 -6 74 -22t82.5 -23t55.5 -4q43 6 64.5 28t23 48t-7.5 58.5t-19 52t-20 36.5q-121 190 -169 242q-68 74 -113 40q-11 -9 -15 15q-3 16 -2 38q1 29 10 52t24 47t22 42q8 21 26.5 72t29.5 78t30 61t39 54q110 143 124 195 q-12 112 -16 310q-2 90 24 151.5t106 104.5q39 21 104 21q53 1 106 -13.5t89 -41.5q57 -42 91.5 -121.5t29.5 -147.5q-5 -95 30 -214q34 -113 133 -218q55 -59 99.5 -163t59.5 -191q8 -49 5 -84.5t-12 -55.5t-20 -22q-10 -2 -23.5 -19t-27 -35.5t-40.5 -33.5t-61 -14 q-18 1 -31.5 5t-22.5 13.5t-13.5 15.5t-11.5 20.5t-9 19.5q-22 37 -41 30t-28 -49t7 -97q20 -70 1 -195q-10 -65 18 -100.5t73 -33t85 35.5q59 49 89.5 66.5t103.5 42.5q53 18 77 36.5t18.5 34.5t-25 28.5t-51.5 23.5q-33 11 -49.5 48t-15 72.5t15.5 47.5q1 -31 8 -56.5 t14.5 -40.5t20.5 -28.5t21 -19t21.5 -13t16.5 -9.5z" />
380
- <glyph unicode="&#xf17d;" d="M1024 36q-42 241 -140 498h-2l-2 -1q-16 -6 -43 -16.5t-101 -49t-137 -82t-131 -114.5t-103 -148l-15 11q184 -150 418 -150q132 0 256 52zM839 643q-21 49 -53 111q-311 -93 -673 -93q-1 -7 -1 -21q0 -124 44 -236.5t124 -201.5q50 89 123.5 166.5t142.5 124.5t130.5 81 t99.5 48l37 13q4 1 13 3.5t13 4.5zM732 855q-120 213 -244 378q-138 -65 -234 -186t-128 -272q302 0 606 80zM1416 536q-210 60 -409 29q87 -239 128 -469q111 75 185 189.5t96 250.5zM611 1277q-1 0 -2 -1q1 1 2 1zM1201 1132q-185 164 -433 164q-76 0 -155 -19 q131 -170 246 -382q69 26 130 60.5t96.5 61.5t65.5 57t37.5 40.5zM1424 647q-3 232 -149 410l-1 -1q-9 -12 -19 -24.5t-43.5 -44.5t-71 -60.5t-100 -65t-131.5 -64.5q25 -53 44 -95q2 -6 6.5 -17.5t7.5 -16.5q36 5 74.5 7t73.5 2t69 -1.5t64 -4t56.5 -5.5t48 -6.5t36.5 -6 t25 -4.5zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
381
- <glyph unicode="&#xf17e;" d="M1173 473q0 50 -19.5 91.5t-48.5 68.5t-73 49t-82.5 34t-87.5 23l-104 24q-30 7 -44 10.5t-35 11.5t-30 16t-16.5 21t-7.5 30q0 77 144 77q43 0 77 -12t54 -28.5t38 -33.5t40 -29t48 -12q47 0 75.5 32t28.5 77q0 55 -56 99.5t-142 67.5t-182 23q-68 0 -132 -15.5 t-119.5 -47t-89 -87t-33.5 -128.5q0 -61 19 -106.5t56 -75.5t80 -48.5t103 -32.5l146 -36q90 -22 112 -36q32 -20 32 -60q0 -39 -40 -64.5t-105 -25.5q-51 0 -91.5 16t-65 38.5t-45.5 45t-46 38.5t-54 16q-50 0 -75.5 -30t-25.5 -75q0 -92 122 -157.5t291 -65.5 q73 0 140 18.5t122.5 53.5t88.5 93.5t33 131.5zM1536 256q0 -159 -112.5 -271.5t-271.5 -112.5q-130 0 -234 80q-77 -16 -150 -16q-143 0 -273.5 55.5t-225 150t-150 225t-55.5 273.5q0 73 16 150q-80 104 -80 234q0 159 112.5 271.5t271.5 112.5q130 0 234 -80 q77 16 150 16q143 0 273.5 -55.5t225 -150t150 -225t55.5 -273.5q0 -73 -16 -150q80 -104 80 -234z" />
382
- <glyph unicode="&#xf180;" horiz-adv-x="1664" d="M1483 512l-587 -587q-52 -53 -127.5 -53t-128.5 53l-587 587q-53 53 -53 128t53 128l587 587q53 53 128 53t128 -53l265 -265l-398 -399l-188 188q-42 42 -99 42q-59 0 -100 -41l-120 -121q-42 -40 -42 -99q0 -58 42 -100l406 -408q30 -28 67 -37l6 -4h28q60 0 99 41 l619 619l2 -3q53 -53 53 -128t-53 -128zM1406 1138l120 -120q14 -15 14 -36t-14 -36l-730 -730q-17 -15 -37 -15v0q-4 0 -6 1q-18 2 -30 14l-407 408q-14 15 -14 36t14 35l121 120q13 15 35 15t36 -15l252 -252l574 575q15 15 36 15t36 -15z" />
383
- <glyph unicode="&#xf181;" d="M704 192v1024q0 14 -9 23t-23 9h-480q-14 0 -23 -9t-9 -23v-1024q0 -14 9 -23t23 -9h480q14 0 23 9t9 23zM1376 576v640q0 14 -9 23t-23 9h-480q-14 0 -23 -9t-9 -23v-640q0 -14 9 -23t23 -9h480q14 0 23 9t9 23zM1536 1344v-1408q0 -26 -19 -45t-45 -19h-1408 q-26 0 -45 19t-19 45v1408q0 26 19 45t45 19h1408q26 0 45 -19t19 -45z" />
384
- <glyph unicode="&#xf182;" horiz-adv-x="1280" d="M1280 480q0 -40 -28 -68t-68 -28q-51 0 -80 43l-227 341h-45v-132l247 -411q9 -15 9 -33q0 -26 -19 -45t-45 -19h-192v-272q0 -46 -33 -79t-79 -33h-160q-46 0 -79 33t-33 79v272h-192q-26 0 -45 19t-19 45q0 18 9 33l247 411v132h-45l-227 -341q-29 -43 -80 -43 q-40 0 -68 28t-28 68q0 29 16 53l256 384q73 107 176 107h384q103 0 176 -107l256 -384q16 -24 16 -53zM864 1280q0 -93 -65.5 -158.5t-158.5 -65.5t-158.5 65.5t-65.5 158.5t65.5 158.5t158.5 65.5t158.5 -65.5t65.5 -158.5z" />
385
- <glyph unicode="&#xf183;" horiz-adv-x="1024" d="M1024 832v-416q0 -40 -28 -68t-68 -28t-68 28t-28 68v352h-64v-912q0 -46 -33 -79t-79 -33t-79 33t-33 79v464h-64v-464q0 -46 -33 -79t-79 -33t-79 33t-33 79v912h-64v-352q0 -40 -28 -68t-68 -28t-68 28t-28 68v416q0 80 56 136t136 56h640q80 0 136 -56t56 -136z M736 1280q0 -93 -65.5 -158.5t-158.5 -65.5t-158.5 65.5t-65.5 158.5t65.5 158.5t158.5 65.5t158.5 -65.5t65.5 -158.5z" />
386
- <glyph unicode="&#xf184;" d="M773 234l350 473q16 22 24.5 59t-6 85t-61.5 79q-40 26 -83 25.5t-73.5 -17.5t-54.5 -45q-36 -40 -96 -40q-59 0 -95 40q-24 28 -54.5 45t-73.5 17.5t-84 -25.5q-46 -31 -60.5 -79t-6 -85t24.5 -59zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103 t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
387
- <glyph unicode="&#xf185;" horiz-adv-x="1792" d="M1472 640q0 117 -45.5 223.5t-123 184t-184 123t-223.5 45.5t-223.5 -45.5t-184 -123t-123 -184t-45.5 -223.5t45.5 -223.5t123 -184t184 -123t223.5 -45.5t223.5 45.5t184 123t123 184t45.5 223.5zM1748 363q-4 -15 -20 -20l-292 -96v-306q0 -16 -13 -26q-15 -10 -29 -4 l-292 94l-180 -248q-10 -13 -26 -13t-26 13l-180 248l-292 -94q-14 -6 -29 4q-13 10 -13 26v306l-292 96q-16 5 -20 20q-5 17 4 29l180 248l-180 248q-9 13 -4 29q4 15 20 20l292 96v306q0 16 13 26q15 10 29 4l292 -94l180 248q9 12 26 12t26 -12l180 -248l292 94 q14 6 29 -4q13 -10 13 -26v-306l292 -96q16 -5 20 -20q5 -16 -4 -29l-180 -248l180 -248q9 -12 4 -29z" />
388
- <glyph unicode="&#xf186;" d="M1262 233q-54 -9 -110 -9q-182 0 -337 90t-245 245t-90 337q0 192 104 357q-201 -60 -328.5 -229t-127.5 -384q0 -130 51 -248.5t136.5 -204t204 -136.5t248.5 -51q144 0 273.5 61.5t220.5 171.5zM1465 318q-94 -203 -283.5 -324.5t-413.5 -121.5q-156 0 -298 61 t-245 164t-164 245t-61 298q0 153 57.5 292.5t156 241.5t235.5 164.5t290 68.5q44 2 61 -39q18 -41 -15 -72q-86 -78 -131.5 -181.5t-45.5 -218.5q0 -148 73 -273t198 -198t273 -73q118 0 228 51q41 18 72 -13q14 -14 17.5 -34t-4.5 -38z" />
389
- <glyph unicode="&#xf187;" horiz-adv-x="1792" d="M1088 704q0 26 -19 45t-45 19h-256q-26 0 -45 -19t-19 -45t19 -45t45 -19h256q26 0 45 19t19 45zM1664 896v-960q0 -26 -19 -45t-45 -19h-1408q-26 0 -45 19t-19 45v960q0 26 19 45t45 19h1408q26 0 45 -19t19 -45zM1728 1344v-256q0 -26 -19 -45t-45 -19h-1536 q-26 0 -45 19t-19 45v256q0 26 19 45t45 19h1536q26 0 45 -19t19 -45z" />
390
- <glyph unicode="&#xf188;" horiz-adv-x="1664" d="M1632 576q0 -26 -19 -45t-45 -19h-224q0 -171 -67 -290l208 -209q19 -19 19 -45t-19 -45q-18 -19 -45 -19t-45 19l-198 197q-5 -5 -15 -13t-42 -28.5t-65 -36.5t-82 -29t-97 -13v896h-128v-896q-51 0 -101.5 13.5t-87 33t-66 39t-43.5 32.5l-15 14l-183 -207 q-20 -21 -48 -21q-24 0 -43 16q-19 18 -20.5 44.5t15.5 46.5l202 227q-58 114 -58 274h-224q-26 0 -45 19t-19 45t19 45t45 19h224v294l-173 173q-19 19 -19 45t19 45t45 19t45 -19l173 -173h844l173 173q19 19 45 19t45 -19t19 -45t-19 -45l-173 -173v-294h224q26 0 45 -19 t19 -45zM1152 1152h-640q0 133 93.5 226.5t226.5 93.5t226.5 -93.5t93.5 -226.5z" />
391
- <glyph unicode="&#xf189;" horiz-adv-x="1920" d="M1917 1016q23 -64 -150 -294q-24 -32 -65 -85q-78 -100 -90 -131q-17 -41 14 -81q17 -21 81 -82h1l1 -1l1 -1l2 -2q141 -131 191 -221q3 -5 6.5 -12.5t7 -26.5t-0.5 -34t-25 -27.5t-59 -12.5l-256 -4q-24 -5 -56 5t-52 22l-20 12q-30 21 -70 64t-68.5 77.5t-61 58 t-56.5 15.5q-3 -1 -8 -3.5t-17 -14.5t-21.5 -29.5t-17 -52t-6.5 -77.5q0 -15 -3.5 -27.5t-7.5 -18.5l-4 -5q-18 -19 -53 -22h-115q-71 -4 -146 16.5t-131.5 53t-103 66t-70.5 57.5l-25 24q-10 10 -27.5 30t-71.5 91t-106 151t-122.5 211t-130.5 272q-6 16 -6 27t3 16l4 6 q15 19 57 19l274 2q12 -2 23 -6.5t16 -8.5l5 -3q16 -11 24 -32q20 -50 46 -103.5t41 -81.5l16 -29q29 -60 56 -104t48.5 -68.5t41.5 -38.5t34 -14t27 5q2 1 5 5t12 22t13.5 47t9.5 81t0 125q-2 40 -9 73t-14 46l-6 12q-25 34 -85 43q-13 2 5 24q17 19 38 30q53 26 239 24 q82 -1 135 -13q20 -5 33.5 -13.5t20.5 -24t10.5 -32t3.5 -45.5t-1 -55t-2.5 -70.5t-1.5 -82.5q0 -11 -1 -42t-0.5 -48t3.5 -40.5t11.5 -39t22.5 -24.5q8 -2 17 -4t26 11t38 34.5t52 67t68 107.5q60 104 107 225q4 10 10 17.5t11 10.5l4 3l5 2.5t13 3t20 0.5l288 2 q39 5 64 -2.5t31 -16.5z" />
392
- <glyph unicode="&#xf18a;" horiz-adv-x="1792" d="M675 252q21 34 11 69t-45 50q-34 14 -73 1t-60 -46q-22 -34 -13 -68.5t43 -50.5t74.5 -2.5t62.5 47.5zM769 373q8 13 3.5 26.5t-17.5 18.5q-14 5 -28.5 -0.5t-21.5 -18.5q-17 -31 13 -45q14 -5 29 0.5t22 18.5zM943 266q-45 -102 -158 -150t-224 -12 q-107 34 -147.5 126.5t6.5 187.5q47 93 151.5 139t210.5 19q111 -29 158.5 -119.5t2.5 -190.5zM1255 426q-9 96 -89 170t-208.5 109t-274.5 21q-223 -23 -369.5 -141.5t-132.5 -264.5q9 -96 89 -170t208.5 -109t274.5 -21q223 23 369.5 141.5t132.5 264.5zM1563 422 q0 -68 -37 -139.5t-109 -137t-168.5 -117.5t-226 -83t-270.5 -31t-275 33.5t-240.5 93t-171.5 151t-65 199.5q0 115 69.5 245t197.5 258q169 169 341.5 236t246.5 -7q65 -64 20 -209q-4 -14 -1 -20t10 -7t14.5 0.5t13.5 3.5l6 2q139 59 246 59t153 -61q45 -63 0 -178 q-2 -13 -4.5 -20t4.5 -12.5t12 -7.5t17 -6q57 -18 103 -47t80 -81.5t34 -116.5zM1489 1046q42 -47 54.5 -108.5t-6.5 -117.5q-8 -23 -29.5 -34t-44.5 -4q-23 8 -34 29.5t-4 44.5q20 63 -24 111t-107 35q-24 -5 -45 8t-25 37q-5 24 8 44.5t37 25.5q60 13 119 -5.5t101 -65.5z M1670 1209q87 -96 112.5 -222.5t-13.5 -241.5q-9 -27 -34 -40t-52 -4t-40 34t-5 52q28 82 10 172t-80 158q-62 69 -148 95.5t-173 8.5q-28 -6 -52 9.5t-30 43.5t9.5 51.5t43.5 29.5q123 26 244 -11.5t208 -134.5z" />
393
- <glyph unicode="&#xf18b;" d="M1133 -34q-171 -94 -368 -94q-196 0 -367 94q138 87 235.5 211t131.5 268q35 -144 132.5 -268t235.5 -211zM638 1394v-485q0 -252 -126.5 -459.5t-330.5 -306.5q-181 215 -181 495q0 187 83.5 349.5t229.5 269.5t325 137zM1536 638q0 -280 -181 -495 q-204 99 -330.5 306.5t-126.5 459.5v485q179 -30 325 -137t229.5 -269.5t83.5 -349.5z" />
394
- <glyph unicode="&#xf18c;" horiz-adv-x="1408" d="M1402 433q-32 -80 -76 -138t-91 -88.5t-99 -46.5t-101.5 -14.5t-96.5 8.5t-86.5 22t-69.5 27.5t-46 22.5l-17 10q-113 -228 -289.5 -359.5t-384.5 -132.5q-19 0 -32 13t-13 32t13 31.5t32 12.5q173 1 322.5 107.5t251.5 294.5q-36 -14 -72 -23t-83 -13t-91 2.5t-93 28.5 t-92 59t-84.5 100t-74.5 146q114 47 214 57t167.5 -7.5t124.5 -56.5t88.5 -77t56.5 -82q53 131 79 291q-7 -1 -18 -2.5t-46.5 -2.5t-69.5 0.5t-81.5 10t-88.5 23t-84 42.5t-75 65t-54.5 94.5t-28.5 127.5q70 28 133.5 36.5t112.5 -1t92 -30t73.5 -50t56 -61t42 -63t27.5 -56 t16 -39.5l4 -16q12 122 12 195q-8 6 -21.5 16t-49 44.5t-63.5 71.5t-54 93t-33 112.5t12 127t70 138.5q73 -25 127.5 -61.5t84.5 -76.5t48 -85t20.5 -89t-0.5 -85.5t-13 -76.5t-19 -62t-17 -42l-7 -15q1 -5 1 -50.5t-1 -71.5q3 7 10 18.5t30.5 43t50.5 58t71 55.5t91.5 44.5 t112 14.5t132.5 -24q-2 -78 -21.5 -141.5t-50 -104.5t-69.5 -71.5t-81.5 -45.5t-84.5 -24t-80 -9.5t-67.5 1t-46.5 4.5l-17 3q-23 -147 -73 -283q6 7 18 18.5t49.5 41t77.5 52.5t99.5 42t117.5 20t129 -23.5t137 -77.5z" />
395
- <glyph unicode="&#xf18d;" horiz-adv-x="1280" d="M1259 283v-66q0 -85 -57.5 -144.5t-138.5 -59.5h-57l-260 -269v269h-529q-81 0 -138.5 59.5t-57.5 144.5v66h1238zM1259 609v-255h-1238v255h1238zM1259 937v-255h-1238v255h1238zM1259 1077v-67h-1238v67q0 84 57.5 143.5t138.5 59.5h846q81 0 138.5 -59.5t57.5 -143.5z " />
396
- <glyph unicode="&#xf18e;" d="M1152 640q0 -14 -9 -23l-320 -320q-9 -9 -23 -9q-13 0 -22.5 9.5t-9.5 22.5v192h-352q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h352v192q0 14 9 23t23 9q12 0 24 -10l319 -319q9 -9 9 -23zM1312 640q0 148 -73 273t-198 198t-273 73t-273 -73t-198 -198 t-73 -273t73 -273t198 -198t273 -73t273 73t198 198t73 273zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
397
- <glyph unicode="&#xf190;" d="M1152 736v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-352v-192q0 -14 -9 -23t-23 -9q-12 0 -24 10l-319 319q-9 9 -9 23t9 23l320 320q9 9 23 9q13 0 22.5 -9.5t9.5 -22.5v-192h352q13 0 22.5 -9.5t9.5 -22.5zM1312 640q0 148 -73 273t-198 198t-273 73t-273 -73t-198 -198 t-73 -273t73 -273t198 -198t273 -73t273 73t198 198t73 273zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
398
- <glyph unicode="&#xf191;" d="M1024 960v-640q0 -26 -19 -45t-45 -19q-20 0 -37 12l-448 320q-27 19 -27 52t27 52l448 320q17 12 37 12q26 0 45 -19t19 -45zM1280 160v960q0 13 -9.5 22.5t-22.5 9.5h-960q-13 0 -22.5 -9.5t-9.5 -22.5v-960q0 -13 9.5 -22.5t22.5 -9.5h960q13 0 22.5 9.5t9.5 22.5z M1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
399
- <glyph unicode="&#xf192;" d="M1024 640q0 -106 -75 -181t-181 -75t-181 75t-75 181t75 181t181 75t181 -75t75 -181zM768 1184q-148 0 -273 -73t-198 -198t-73 -273t73 -273t198 -198t273 -73t273 73t198 198t73 273t-73 273t-198 198t-273 73zM1536 640q0 -209 -103 -385.5t-279.5 -279.5 t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
400
- <glyph unicode="&#xf193;" horiz-adv-x="1664" d="M1023 349l102 -204q-58 -179 -210 -290t-339 -111q-156 0 -288.5 77.5t-210 210t-77.5 288.5q0 181 104.5 330t274.5 211l17 -131q-122 -54 -195 -165.5t-73 -244.5q0 -185 131.5 -316.5t316.5 -131.5q126 0 232.5 65t165 175.5t49.5 236.5zM1571 249l58 -114l-256 -128 q-13 -7 -29 -7q-40 0 -57 35l-239 477h-472q-24 0 -42.5 16.5t-21.5 40.5l-96 779q-2 16 6 42q14 51 57 82.5t97 31.5q66 0 113 -47t47 -113q0 -69 -52 -117.5t-120 -41.5l37 -289h423v-128h-407l16 -128h455q40 0 57 -35l228 -455z" />
401
- <glyph unicode="&#xf194;" d="M1254 899q16 85 -21 132q-52 65 -187 45q-17 -3 -41 -12.5t-57.5 -30.5t-64.5 -48.5t-59.5 -70t-44.5 -91.5q80 7 113.5 -16t26.5 -99q-5 -52 -52 -143q-43 -78 -71 -99q-44 -32 -87 14q-23 24 -37.5 64.5t-19 73t-10 84t-8.5 71.5q-23 129 -34 164q-12 37 -35.5 69 t-50.5 40q-57 16 -127 -25q-54 -32 -136.5 -106t-122.5 -102v-7q16 -8 25.5 -26t21.5 -20q21 -3 54.5 8.5t58 10.5t41.5 -30q11 -18 18.5 -38.5t15 -48t12.5 -40.5q17 -46 53 -187q36 -146 57 -197q42 -99 103 -125q43 -12 85 -1.5t76 31.5q131 77 250 237 q104 139 172.5 292.5t82.5 226.5zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
402
- <glyph unicode="&#xf195;" horiz-adv-x="1152" d="M1152 704q0 -191 -94.5 -353t-256.5 -256.5t-353 -94.5h-160q-14 0 -23 9t-9 23v611l-215 -66q-3 -1 -9 -1q-10 0 -19 6q-13 10 -13 26v128q0 23 23 31l233 71v93l-215 -66q-3 -1 -9 -1q-10 0 -19 6q-13 10 -13 26v128q0 23 23 31l233 71v250q0 14 9 23t23 9h160 q14 0 23 -9t9 -23v-181l375 116q15 5 28 -5t13 -26v-128q0 -23 -23 -31l-393 -121v-93l375 116q15 5 28 -5t13 -26v-128q0 -23 -23 -31l-393 -121v-487q188 13 318 151t130 328q0 14 9 23t23 9h160q14 0 23 -9t9 -23z" />
403
- <glyph unicode="&#xf196;" horiz-adv-x="1792" />
404
- <glyph unicode="&#xf197;" horiz-adv-x="1792" />
405
- <glyph unicode="&#xf198;" horiz-adv-x="1792" />
406
- <glyph unicode="&#xf199;" horiz-adv-x="1792" />
407
- <glyph unicode="&#xf19a;" horiz-adv-x="1792" />
408
- <glyph unicode="&#xf19b;" horiz-adv-x="1792" />
409
- <glyph unicode="&#xf19c;" horiz-adv-x="1792" />
410
- <glyph unicode="&#xf19d;" horiz-adv-x="1792" />
411
- <glyph unicode="&#xf19e;" horiz-adv-x="1792" />
412
- <glyph unicode="&#xf500;" horiz-adv-x="1792" />
413
- </font>
414
  </defs></svg>
1
+ <?xml version="1.0" standalone="no"?>
2
+ <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
3
+ <svg xmlns="http://www.w3.org/2000/svg">
4
+ <metadata></metadata>
5
+ <defs>
6
+ <font id="fontawesomeregular" horiz-adv-x="1536" >
7
+ <font-face units-per-em="1792" ascent="1536" descent="-256" />
8
+ <missing-glyph horiz-adv-x="448" />
9
+ <glyph unicode=" " horiz-adv-x="448" />
10
+ <glyph unicode="&#x09;" horiz-adv-x="448" />
11
+ <glyph unicode="&#xa0;" horiz-adv-x="448" />
12
+ <glyph unicode="&#xa8;" horiz-adv-x="1792" />
13
+ <glyph unicode="&#xa9;" horiz-adv-x="1792" />
14
+ <glyph unicode="&#xae;" horiz-adv-x="1792" />
15
+ <glyph unicode="&#xb4;" horiz-adv-x="1792" />
16
+ <glyph unicode="&#xc6;" horiz-adv-x="1792" />
17
+ <glyph unicode="&#x2000;" horiz-adv-x="768" />
18
+ <glyph unicode="&#x2001;" />
19
+ <glyph unicode="&#x2002;" horiz-adv-x="768" />
20
+ <glyph unicode="&#x2003;" />
21
+ <glyph unicode="&#x2004;" horiz-adv-x="512" />
22
+ <glyph unicode="&#x2005;" horiz-adv-x="384" />
23
+ <glyph unicode="&#x2006;" horiz-adv-x="256" />
24
+ <glyph unicode="&#x2007;" horiz-adv-x="256" />
25
+ <glyph unicode="&#x2008;" horiz-adv-x="192" />
26
+ <glyph unicode="&#x2009;" horiz-adv-x="307" />
27
+ <glyph unicode="&#x200a;" horiz-adv-x="85" />
28
+ <glyph unicode="&#x202f;" horiz-adv-x="307" />
29
+ <glyph unicode="&#x205f;" horiz-adv-x="384" />
30
+ <glyph unicode="&#x2122;" horiz-adv-x="1792" />
31
+ <glyph unicode="&#x221e;" horiz-adv-x="1792" />
32
+ <glyph unicode="&#x2260;" horiz-adv-x="1792" />
33
+ <glyph unicode="&#xe000;" horiz-adv-x="500" d="M0 0z" />
34
+ <glyph unicode="&#xf000;" horiz-adv-x="1792" d="M1699 1350q0 -35 -43 -78l-632 -632v-768h320q26 0 45 -19t19 -45t-19 -45t-45 -19h-896q-26 0 -45 19t-19 45t19 45t45 19h320v768l-632 632q-43 43 -43 78q0 23 18 36.5t38 17.5t43 4h1408q23 0 43 -4t38 -17.5t18 -36.5z" />
35
+ <glyph unicode="&#xf001;" d="M1536 1312v-1120q0 -50 -34 -89t-86 -60.5t-103.5 -32t-96.5 -10.5t-96.5 10.5t-103.5 32t-86 60.5t-34 89t34 89t86 60.5t103.5 32t96.5 10.5q105 0 192 -39v537l-768 -237v-709q0 -50 -34 -89t-86 -60.5t-103.5 -32t-96.5 -10.5t-96.5 10.5t-103.5 32t-86 60.5t-34 89 t34 89t86 60.5t103.5 32t96.5 10.5q105 0 192 -39v967q0 31 19 56.5t49 35.5l832 256q12 4 28 4q40 0 68 -28t28 -68z" />
36
+ <glyph unicode="&#xf002;" horiz-adv-x="1664" d="M1152 704q0 185 -131.5 316.5t-316.5 131.5t-316.5 -131.5t-131.5 -316.5t131.5 -316.5t316.5 -131.5t316.5 131.5t131.5 316.5zM1664 -128q0 -52 -38 -90t-90 -38q-54 0 -90 38l-343 342q-179 -124 -399 -124q-143 0 -273.5 55.5t-225 150t-150 225t-55.5 273.5 t55.5 273.5t150 225t225 150t273.5 55.5t273.5 -55.5t225 -150t150 -225t55.5 -273.5q0 -220 -124 -399l343 -343q37 -37 37 -90z" />
37
+ <glyph unicode="&#xf003;" horiz-adv-x="1792" d="M1664 32v768q-32 -36 -69 -66q-268 -206 -426 -338q-51 -43 -83 -67t-86.5 -48.5t-102.5 -24.5h-1h-1q-48 0 -102.5 24.5t-86.5 48.5t-83 67q-158 132 -426 338q-37 30 -69 66v-768q0 -13 9.5 -22.5t22.5 -9.5h1472q13 0 22.5 9.5t9.5 22.5zM1664 1083v11v13.5t-0.5 13 t-3 12.5t-5.5 9t-9 7.5t-14 2.5h-1472q-13 0 -22.5 -9.5t-9.5 -22.5q0 -168 147 -284q193 -152 401 -317q6 -5 35 -29.5t46 -37.5t44.5 -31.5t50.5 -27.5t43 -9h1h1q20 0 43 9t50.5 27.5t44.5 31.5t46 37.5t35 29.5q208 165 401 317q54 43 100.5 115.5t46.5 131.5z M1792 1120v-1088q0 -66 -47 -113t-113 -47h-1472q-66 0 -113 47t-47 113v1088q0 66 47 113t113 47h1472q66 0 113 -47t47 -113z" />
38
+ <glyph unicode="&#xf004;" horiz-adv-x="1792" d="M896 -128q-26 0 -44 18l-624 602q-10 8 -27.5 26t-55.5 65.5t-68 97.5t-53.5 121t-23.5 138q0 220 127 344t351 124q62 0 126.5 -21.5t120 -58t95.5 -68.5t76 -68q36 36 76 68t95.5 68.5t120 58t126.5 21.5q224 0 351 -124t127 -344q0 -221 -229 -450l-623 -600 q-18 -18 -44 -18z" />
39
+ <glyph unicode="&#xf005;" horiz-adv-x="1664" d="M1664 889q0 -22 -26 -48l-363 -354l86 -500q1 -7 1 -20q0 -21 -10.5 -35.5t-30.5 -14.5q-19 0 -40 12l-449 236l-449 -236q-22 -12 -40 -12q-21 0 -31.5 14.5t-10.5 35.5q0 6 2 20l86 500l-364 354q-25 27 -25 48q0 37 56 46l502 73l225 455q19 41 49 41t49 -41l225 -455 l502 -73q56 -9 56 -46z" />
40
+ <glyph unicode="&#xf006;" horiz-adv-x="1664" d="M1137 532l306 297l-422 62l-189 382l-189 -382l-422 -62l306 -297l-73 -421l378 199l377 -199zM1664 889q0 -22 -26 -48l-363 -354l86 -500q1 -7 1 -20q0 -50 -41 -50q-19 0 -40 12l-449 236l-449 -236q-22 -12 -40 -12q-21 0 -31.5 14.5t-10.5 35.5q0 6 2 20l86 500 l-364 354q-25 27 -25 48q0 37 56 46l502 73l225 455q19 41 49 41t49 -41l225 -455l502 -73q56 -9 56 -46z" />
41
+ <glyph unicode="&#xf007;" horiz-adv-x="1408" d="M1408 131q0 -120 -73 -189.5t-194 -69.5h-874q-121 0 -194 69.5t-73 189.5q0 53 3.5 103.5t14 109t26.5 108.5t43 97.5t62 81t85.5 53.5t111.5 20q9 0 42 -21.5t74.5 -48t108 -48t133.5 -21.5t133.5 21.5t108 48t74.5 48t42 21.5q61 0 111.5 -20t85.5 -53.5t62 -81 t43 -97.5t26.5 -108.5t14 -109t3.5 -103.5zM1088 1024q0 -159 -112.5 -271.5t-271.5 -112.5t-271.5 112.5t-112.5 271.5t112.5 271.5t271.5 112.5t271.5 -112.5t112.5 -271.5z" />
42
+ <glyph unicode="&#xf008;" horiz-adv-x="1920" d="M384 -64v128q0 26 -19 45t-45 19h-128q-26 0 -45 -19t-19 -45v-128q0 -26 19 -45t45 -19h128q26 0 45 19t19 45zM384 320v128q0 26 -19 45t-45 19h-128q-26 0 -45 -19t-19 -45v-128q0 -26 19 -45t45 -19h128q26 0 45 19t19 45zM384 704v128q0 26 -19 45t-45 19h-128 q-26 0 -45 -19t-19 -45v-128q0 -26 19 -45t45 -19h128q26 0 45 19t19 45zM1408 -64v512q0 26 -19 45t-45 19h-768q-26 0 -45 -19t-19 -45v-512q0 -26 19 -45t45 -19h768q26 0 45 19t19 45zM384 1088v128q0 26 -19 45t-45 19h-128q-26 0 -45 -19t-19 -45v-128q0 -26 19 -45 t45 -19h128q26 0 45 19t19 45zM1792 -64v128q0 26 -19 45t-45 19h-128q-26 0 -45 -19t-19 -45v-128q0 -26 19 -45t45 -19h128q26 0 45 19t19 45zM1408 704v512q0 26 -19 45t-45 19h-768q-26 0 -45 -19t-19 -45v-512q0 -26 19 -45t45 -19h768q26 0 45 19t19 45zM1792 320v128 q0 26 -19 45t-45 19h-128q-26 0 -45 -19t-19 -45v-128q0 -26 19 -45t45 -19h128q26 0 45 19t19 45zM1792 704v128q0 26 -19 45t-45 19h-128q-26 0 -45 -19t-19 -45v-128q0 -26 19 -45t45 -19h128q26 0 45 19t19 45zM1792 1088v128q0 26 -19 45t-45 19h-128q-26 0 -45 -19 t-19 -45v-128q0 -26 19 -45t45 -19h128q26 0 45 19t19 45zM1920 1248v-1344q0 -66 -47 -113t-113 -47h-1600q-66 0 -113 47t-47 113v1344q0 66 47 113t113 47h1600q66 0 113 -47t47 -113z" />
43
+ <glyph unicode="&#xf009;" horiz-adv-x="1664" d="M768 512v-384q0 -52 -38 -90t-90 -38h-512q-52 0 -90 38t-38 90v384q0 52 38 90t90 38h512q52 0 90 -38t38 -90zM768 1280v-384q0 -52 -38 -90t-90 -38h-512q-52 0 -90 38t-38 90v384q0 52 38 90t90 38h512q52 0 90 -38t38 -90zM1664 512v-384q0 -52 -38 -90t-90 -38 h-512q-52 0 -90 38t-38 90v384q0 52 38 90t90 38h512q52 0 90 -38t38 -90zM1664 1280v-384q0 -52 -38 -90t-90 -38h-512q-52 0 -90 38t-38 90v384q0 52 38 90t90 38h512q52 0 90 -38t38 -90z" />
44
+ <glyph unicode="&#xf00a;" horiz-adv-x="1792" d="M512 288v-192q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h320q40 0 68 -28t28 -68zM512 800v-192q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h320q40 0 68 -28t28 -68zM1152 288v-192q0 -40 -28 -68t-68 -28h-320 q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h320q40 0 68 -28t28 -68zM512 1312v-192q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h320q40 0 68 -28t28 -68zM1152 800v-192q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v192q0 40 28 68t68 28 h320q40 0 68 -28t28 -68zM1792 288v-192q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h320q40 0 68 -28t28 -68zM1152 1312v-192q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h320q40 0 68 -28t28 -68zM1792 800v-192 q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h320q40 0 68 -28t28 -68zM1792 1312v-192q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h320q40 0 68 -28t28 -68z" />
45
+ <glyph unicode="&#xf00b;" horiz-adv-x="1792" d="M512 288v-192q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h320q40 0 68 -28t28 -68zM512 800v-192q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h320q40 0 68 -28t28 -68zM1792 288v-192q0 -40 -28 -68t-68 -28h-960 q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h960q40 0 68 -28t28 -68zM512 1312v-192q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h320q40 0 68 -28t28 -68zM1792 800v-192q0 -40 -28 -68t-68 -28h-960q-40 0 -68 28t-28 68v192q0 40 28 68t68 28 h960q40 0 68 -28t28 -68zM1792 1312v-192q0 -40 -28 -68t-68 -28h-960q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h960q40 0 68 -28t28 -68z" />
46
+ <glyph unicode="&#xf00c;" horiz-adv-x="1792" d="M1671 970q0 -40 -28 -68l-724 -724l-136 -136q-28 -28 -68 -28t-68 28l-136 136l-362 362q-28 28 -28 68t28 68l136 136q28 28 68 28t68 -28l294 -295l656 657q28 28 68 28t68 -28l136 -136q28 -28 28 -68z" />
47
+ <glyph unicode="&#xf00d;" horiz-adv-x="1408" d="M1298 214q0 -40 -28 -68l-136 -136q-28 -28 -68 -28t-68 28l-294 294l-294 -294q-28 -28 -68 -28t-68 28l-136 136q-28 28 -28 68t28 68l294 294l-294 294q-28 28 -28 68t28 68l136 136q28 28 68 28t68 -28l294 -294l294 294q28 28 68 28t68 -28l136 -136q28 -28 28 -68 t-28 -68l-294 -294l294 -294q28 -28 28 -68z" />
48
+ <glyph unicode="&#xf00e;" horiz-adv-x="1664" d="M1024 736v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-224v-224q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v224h-224q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h224v224q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5v-224h224 q13 0 22.5 -9.5t9.5 -22.5zM1152 704q0 185 -131.5 316.5t-316.5 131.5t-316.5 -131.5t-131.5 -316.5t131.5 -316.5t316.5 -131.5t316.5 131.5t131.5 316.5zM1664 -128q0 -53 -37.5 -90.5t-90.5 -37.5q-54 0 -90 38l-343 342q-179 -124 -399 -124q-143 0 -273.5 55.5 t-225 150t-150 225t-55.5 273.5t55.5 273.5t150 225t225 150t273.5 55.5t273.5 -55.5t225 -150t150 -225t55.5 -273.5q0 -220 -124 -399l343 -343q37 -37 37 -90z" />
49
+ <glyph unicode="&#xf010;" horiz-adv-x="1664" d="M1024 736v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-576q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h576q13 0 22.5 -9.5t9.5 -22.5zM1152 704q0 185 -131.5 316.5t-316.5 131.5t-316.5 -131.5t-131.5 -316.5t131.5 -316.5t316.5 -131.5t316.5 131.5t131.5 316.5z M1664 -128q0 -53 -37.5 -90.5t-90.5 -37.5q-54 0 -90 38l-343 342q-179 -124 -399 -124q-143 0 -273.5 55.5t-225 150t-150 225t-55.5 273.5t55.5 273.5t150 225t225 150t273.5 55.5t273.5 -55.5t225 -150t150 -225t55.5 -273.5q0 -220 -124 -399l343 -343q37 -37 37 -90z " />
50
+ <glyph unicode="&#xf011;" d="M1536 640q0 -156 -61 -298t-164 -245t-245 -164t-298 -61t-298 61t-245 164t-164 245t-61 298q0 182 80.5 343t226.5 270q43 32 95.5 25t83.5 -50q32 -42 24.5 -94.5t-49.5 -84.5q-98 -74 -151.5 -181t-53.5 -228q0 -104 40.5 -198.5t109.5 -163.5t163.5 -109.5 t198.5 -40.5t198.5 40.5t163.5 109.5t109.5 163.5t40.5 198.5q0 121 -53.5 228t-151.5 181q-42 32 -49.5 84.5t24.5 94.5q31 43 84 50t95 -25q146 -109 226.5 -270t80.5 -343zM896 1408v-640q0 -52 -38 -90t-90 -38t-90 38t-38 90v640q0 52 38 90t90 38t90 -38t38 -90z" />
51
+ <glyph unicode="&#xf012;" horiz-adv-x="1792" d="M256 96v-192q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h192q14 0 23 -9t9 -23zM640 224v-320q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23v320q0 14 9 23t23 9h192q14 0 23 -9t9 -23zM1024 480v-576q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23 v576q0 14 9 23t23 9h192q14 0 23 -9t9 -23zM1408 864v-960q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23v960q0 14 9 23t23 9h192q14 0 23 -9t9 -23zM1792 1376v-1472q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23v1472q0 14 9 23t23 9h192q14 0 23 -9t9 -23z" />
52
+ <glyph unicode="&#xf013;" d="M1024 640q0 106 -75 181t-181 75t-181 -75t-75 -181t75 -181t181 -75t181 75t75 181zM1536 749v-222q0 -12 -8 -23t-20 -13l-185 -28q-19 -54 -39 -91q35 -50 107 -138q10 -12 10 -25t-9 -23q-27 -37 -99 -108t-94 -71q-12 0 -26 9l-138 108q-44 -23 -91 -38 q-16 -136 -29 -186q-7 -28 -36 -28h-222q-14 0 -24.5 8.5t-11.5 21.5l-28 184q-49 16 -90 37l-141 -107q-10 -9 -25 -9q-14 0 -25 11q-126 114 -165 168q-7 10 -7 23q0 12 8 23q15 21 51 66.5t54 70.5q-27 50 -41 99l-183 27q-13 2 -21 12.5t-8 23.5v222q0 12 8 23t19 13 l186 28q14 46 39 92q-40 57 -107 138q-10 12 -10 24q0 10 9 23q26 36 98.5 107.5t94.5 71.5q13 0 26 -10l138 -107q44 23 91 38q16 136 29 186q7 28 36 28h222q14 0 24.5 -8.5t11.5 -21.5l28 -184q49 -16 90 -37l142 107q9 9 24 9q13 0 25 -10q129 -119 165 -170q7 -8 7 -22 q0 -12 -8 -23q-15 -21 -51 -66.5t-54 -70.5q26 -50 41 -98l183 -28q13 -2 21 -12.5t8 -23.5z" />
53
+ <glyph unicode="&#xf014;" horiz-adv-x="1408" d="M512 800v-576q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v576q0 14 9 23t23 9h64q14 0 23 -9t9 -23zM768 800v-576q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v576q0 14 9 23t23 9h64q14 0 23 -9t9 -23zM1024 800v-576q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v576 q0 14 9 23t23 9h64q14 0 23 -9t9 -23zM1152 76v948h-896v-948q0 -22 7 -40.5t14.5 -27t10.5 -8.5h832q3 0 10.5 8.5t14.5 27t7 40.5zM480 1152h448l-48 117q-7 9 -17 11h-317q-10 -2 -17 -11zM1408 1120v-64q0 -14 -9 -23t-23 -9h-96v-948q0 -83 -47 -143.5t-113 -60.5h-832 q-66 0 -113 58.5t-47 141.5v952h-96q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h309l70 167q15 37 54 63t79 26h320q40 0 79 -26t54 -63l70 -167h309q14 0 23 -9t9 -23z" />
54
+ <glyph unicode="&#xf015;" horiz-adv-x="1664" d="M1408 544v-480q0 -26 -19 -45t-45 -19h-384v384h-256v-384h-384q-26 0 -45 19t-19 45v480q0 1 0.5 3t0.5 3l575 474l575 -474q1 -2 1 -6zM1631 613l-62 -74q-8 -9 -21 -11h-3q-13 0 -21 7l-692 577l-692 -577q-12 -8 -24 -7q-13 2 -21 11l-62 74q-8 10 -7 23.5t11 21.5 l719 599q32 26 76 26t76 -26l244 -204v195q0 14 9 23t23 9h192q14 0 23 -9t9 -23v-408l219 -182q10 -8 11 -21.5t-7 -23.5z" />
55
+ <glyph unicode="&#xf016;" horiz-adv-x="1280" d="M128 0h1024v768h-416q-40 0 -68 28t-28 68v416h-512v-1280zM768 896h376q-10 29 -22 41l-313 313q-12 12 -41 22v-376zM1280 864v-896q0 -40 -28 -68t-68 -28h-1088q-40 0 -68 28t-28 68v1344q0 40 28 68t68 28h640q40 0 88 -20t76 -48l312 -312q28 -28 48 -76t20 -88z " />
56
+ <glyph unicode="&#xf017;" d="M896 992v-448q0 -14 -9 -23t-23 -9h-320q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h224v352q0 14 9 23t23 9h64q14 0 23 -9t9 -23zM1312 640q0 148 -73 273t-198 198t-273 73t-273 -73t-198 -198t-73 -273t73 -273t198 -198t273 -73t273 73t198 198t73 273zM1536 640 q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
57
+ <glyph unicode="&#xf018;" horiz-adv-x="1920" d="M1111 540v4l-24 320q-1 13 -11 22.5t-23 9.5h-186q-13 0 -23 -9.5t-11 -22.5l-24 -320v-4q-1 -12 8 -20t21 -8h244q12 0 21 8t8 20zM1870 73q0 -73 -46 -73h-704q13 0 22 9.5t8 22.5l-20 256q-1 13 -11 22.5t-23 9.5h-272q-13 0 -23 -9.5t-11 -22.5l-20 -256 q-1 -13 8 -22.5t22 -9.5h-704q-46 0 -46 73q0 54 26 116l417 1044q8 19 26 33t38 14h339q-13 0 -23 -9.5t-11 -22.5l-15 -192q-1 -14 8 -23t22 -9h166q13 0 22 9t8 23l-15 192q-1 13 -11 22.5t-23 9.5h339q20 0 38 -14t26 -33l417 -1044q26 -62 26 -116z" />
58
+ <glyph unicode="&#xf019;" horiz-adv-x="1664" d="M1280 192q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1536 192q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1664 416v-320q0 -40 -28 -68t-68 -28h-1472q-40 0 -68 28t-28 68v320q0 40 28 68t68 28h465l135 -136 q58 -56 136 -56t136 56l136 136h464q40 0 68 -28t28 -68zM1339 985q17 -41 -14 -70l-448 -448q-18 -19 -45 -19t-45 19l-448 448q-31 29 -14 70q17 39 59 39h256v448q0 26 19 45t45 19h256q26 0 45 -19t19 -45v-448h256q42 0 59 -39z" />
59
+ <glyph unicode="&#xf01a;" d="M1120 608q0 -12 -10 -24l-319 -319q-11 -9 -23 -9t-23 9l-320 320q-15 16 -7 35q8 20 30 20h192v352q0 14 9 23t23 9h192q14 0 23 -9t9 -23v-352h192q14 0 23 -9t9 -23zM768 1184q-148 0 -273 -73t-198 -198t-73 -273t73 -273t198 -198t273 -73t273 73t198 198t73 273 t-73 273t-198 198t-273 73zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
60
+ <glyph unicode="&#xf01b;" d="M1118 660q-8 -20 -30 -20h-192v-352q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23v352h-192q-14 0 -23 9t-9 23q0 12 10 24l319 319q11 9 23 9t23 -9l320 -320q15 -16 7 -35zM768 1184q-148 0 -273 -73t-198 -198t-73 -273t73 -273t198 -198t273 -73t273 73t198 198 t73 273t-73 273t-198 198t-273 73zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
61
+ <glyph unicode="&#xf01c;" d="M1023 576h316q-1 3 -2.5 8t-2.5 8l-212 496h-708l-212 -496q-1 -2 -2.5 -8t-2.5 -8h316l95 -192h320zM1536 546v-482q0 -26 -19 -45t-45 -19h-1408q-26 0 -45 19t-19 45v482q0 62 25 123l238 552q10 25 36.5 42t52.5 17h832q26 0 52.5 -17t36.5 -42l238 -552 q25 -61 25 -123z" />
62
+ <glyph unicode="&#xf01d;" d="M1184 640q0 -37 -32 -55l-544 -320q-15 -9 -32 -9q-16 0 -32 8q-32 19 -32 56v640q0 37 32 56q33 18 64 -1l544 -320q32 -18 32 -55zM1312 640q0 148 -73 273t-198 198t-273 73t-273 -73t-198 -198t-73 -273t73 -273t198 -198t273 -73t273 73t198 198t73 273zM1536 640 q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
63
+ <glyph unicode="&#xf01e;" d="M1536 1280v-448q0 -26 -19 -45t-45 -19h-448q-42 0 -59 40q-17 39 14 69l138 138q-148 137 -349 137q-104 0 -198.5 -40.5t-163.5 -109.5t-109.5 -163.5t-40.5 -198.5t40.5 -198.5t109.5 -163.5t163.5 -109.5t198.5 -40.5q119 0 225 52t179 147q7 10 23 12q14 0 25 -9 l137 -138q9 -8 9.5 -20.5t-7.5 -22.5q-109 -132 -264 -204.5t-327 -72.5q-156 0 -298 61t-245 164t-164 245t-61 298t61 298t164 245t245 164t298 61q147 0 284.5 -55.5t244.5 -156.5l130 129q29 31 70 14q39 -17 39 -59z" />
64
+ <glyph unicode="&#xf021;" d="M1511 480q0 -5 -1 -7q-64 -268 -268 -434.5t-478 -166.5q-146 0 -282.5 55t-243.5 157l-129 -129q-19 -19 -45 -19t-45 19t-19 45v448q0 26 19 45t45 19h448q26 0 45 -19t19 -45t-19 -45l-137 -137q71 -66 161 -102t187 -36q134 0 250 65t186 179q11 17 53 117 q8 23 30 23h192q13 0 22.5 -9.5t9.5 -22.5zM1536 1280v-448q0 -26 -19 -45t-45 -19h-448q-26 0 -45 19t-19 45t19 45l138 138q-148 137 -349 137q-134 0 -250 -65t-186 -179q-11 -17 -53 -117q-8 -23 -30 -23h-199q-13 0 -22.5 9.5t-9.5 22.5v7q65 268 270 434.5t480 166.5 q146 0 284 -55.5t245 -156.5l130 129q19 19 45 19t45 -19t19 -45z" />
65
+ <glyph unicode="&#xf022;" horiz-adv-x="1792" d="M384 352v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM384 608v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z M384 864v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM1536 352v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-960q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h960q13 0 22.5 -9.5t9.5 -22.5z M1536 608v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-960q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h960q13 0 22.5 -9.5t9.5 -22.5zM1536 864v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-960q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h960q13 0 22.5 -9.5 t9.5 -22.5zM1664 160v832q0 13 -9.5 22.5t-22.5 9.5h-1472q-13 0 -22.5 -9.5t-9.5 -22.5v-832q0 -13 9.5 -22.5t22.5 -9.5h1472q13 0 22.5 9.5t9.5 22.5zM1792 1248v-1088q0 -66 -47 -113t-113 -47h-1472q-66 0 -113 47t-47 113v1088q0 66 47 113t113 47h1472q66 0 113 -47 t47 -113z" />
66
+ <glyph unicode="&#xf023;" horiz-adv-x="1152" d="M320 768h512v192q0 106 -75 181t-181 75t-181 -75t-75 -181v-192zM1152 672v-576q0 -40 -28 -68t-68 -28h-960q-40 0 -68 28t-28 68v576q0 40 28 68t68 28h32v192q0 184 132 316t316 132t316 -132t132 -316v-192h32q40 0 68 -28t28 -68z" />
67
+ <glyph unicode="&#xf024;" horiz-adv-x="1792" d="M320 1280q0 -72 -64 -110v-1266q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v1266q-64 38 -64 110q0 53 37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1792 1216v-763q0 -25 -12.5 -38.5t-39.5 -27.5q-215 -116 -369 -116q-61 0 -123.5 22t-108.5 48 t-115.5 48t-142.5 22q-192 0 -464 -146q-17 -9 -33 -9q-26 0 -45 19t-19 45v742q0 32 31 55q21 14 79 43q236 120 421 120q107 0 200 -29t219 -88q38 -19 88 -19q54 0 117.5 21t110 47t88 47t54.5 21q26 0 45 -19t19 -45z" />
68
+ <glyph unicode="&#xf025;" horiz-adv-x="1664" d="M1664 650q0 -166 -60 -314l-20 -49l-185 -33q-22 -83 -90.5 -136.5t-156.5 -53.5v-32q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v576q0 14 9 23t23 9h64q14 0 23 -9t9 -23v-32q71 0 130 -35.5t93 -95.5l68 12q29 95 29 193q0 148 -88 279t-236.5 209t-315.5 78 t-315.5 -78t-236.5 -209t-88 -279q0 -98 29 -193l68 -12q34 60 93 95.5t130 35.5v32q0 14 9 23t23 9h64q14 0 23 -9t9 -23v-576q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v32q-88 0 -156.5 53.5t-90.5 136.5l-185 33l-20 49q-60 148 -60 314q0 151 67 291t179 242.5 t266 163.5t320 61t320 -61t266 -163.5t179 -242.5t67 -291z" />
69
+ <glyph unicode="&#xf026;" horiz-adv-x="768" d="M768 1184v-1088q0 -26 -19 -45t-45 -19t-45 19l-333 333h-262q-26 0 -45 19t-19 45v384q0 26 19 45t45 19h262l333 333q19 19 45 19t45 -19t19 -45z" />
70
+ <glyph unicode="&#xf027;" horiz-adv-x="1152" d="M768 1184v-1088q0 -26 -19 -45t-45 -19t-45 19l-333 333h-262q-26 0 -45 19t-19 45v384q0 26 19 45t45 19h262l333 333q19 19 45 19t45 -19t19 -45zM1152 640q0 -76 -42.5 -141.5t-112.5 -93.5q-10 -5 -25 -5q-26 0 -45 18.5t-19 45.5q0 21 12 35.5t29 25t34 23t29 35.5 t12 57t-12 57t-29 35.5t-34 23t-29 25t-12 35.5q0 27 19 45.5t45 18.5q15 0 25 -5q70 -27 112.5 -93t42.5 -142z" />
71
+ <glyph unicode="&#xf028;" horiz-adv-x="1664" d="M768 1184v-1088q0 -26 -19 -45t-45 -19t-45 19l-333 333h-262q-26 0 -45 19t-19 45v384q0 26 19 45t45 19h262l333 333q19 19 45 19t45 -19t19 -45zM1152 640q0 -76 -42.5 -141.5t-112.5 -93.5q-10 -5 -25 -5q-26 0 -45 18.5t-19 45.5q0 21 12 35.5t29 25t34 23t29 35.5 t12 57t-12 57t-29 35.5t-34 23t-29 25t-12 35.5q0 27 19 45.5t45 18.5q15 0 25 -5q70 -27 112.5 -93t42.5 -142zM1408 640q0 -153 -85 -282.5t-225 -188.5q-13 -5 -25 -5q-27 0 -46 19t-19 45q0 39 39 59q56 29 76 44q74 54 115.5 135.5t41.5 173.5t-41.5 173.5 t-115.5 135.5q-20 15 -76 44q-39 20 -39 59q0 26 19 45t45 19q13 0 26 -5q140 -59 225 -188.5t85 -282.5zM1664 640q0 -230 -127 -422.5t-338 -283.5q-13 -5 -26 -5q-26 0 -45 19t-19 45q0 36 39 59q7 4 22.5 10.5t22.5 10.5q46 25 82 51q123 91 192 227t69 289t-69 289 t-192 227q-36 26 -82 51q-7 4 -22.5 10.5t-22.5 10.5q-39 23 -39 59q0 26 19 45t45 19q13 0 26 -5q211 -91 338 -283.5t127 -422.5z" />
72
+ <glyph unicode="&#xf029;" horiz-adv-x="1408" d="M384 384v-128h-128v128h128zM384 1152v-128h-128v128h128zM1152 1152v-128h-128v128h128zM128 129h384v383h-384v-383zM128 896h384v384h-384v-384zM896 896h384v384h-384v-384zM640 640v-640h-640v640h640zM1152 128v-128h-128v128h128zM1408 128v-128h-128v128h128z M1408 640v-384h-384v128h-128v-384h-128v640h384v-128h128v128h128zM640 1408v-640h-640v640h640zM1408 1408v-640h-640v640h640z" />
73
+ <glyph unicode="&#xf02a;" horiz-adv-x="1792" d="M63 0h-63v1408h63v-1408zM126 1h-32v1407h32v-1407zM220 1h-31v1407h31v-1407zM377 1h-31v1407h31v-1407zM534 1h-62v1407h62v-1407zM660 1h-31v1407h31v-1407zM723 1h-31v1407h31v-1407zM786 1h-31v1407h31v-1407zM943 1h-63v1407h63v-1407zM1100 1h-63v1407h63v-1407z M1226 1h-63v1407h63v-1407zM1352 1h-63v1407h63v-1407zM1446 1h-63v1407h63v-1407zM1635 1h-94v1407h94v-1407zM1698 1h-32v1407h32v-1407zM1792 0h-63v1408h63v-1408z" />
74
+ <glyph unicode="&#xf02b;" d="M448 1088q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1515 512q0 -53 -37 -90l-491 -492q-39 -37 -91 -37q-53 0 -90 37l-715 716q-38 37 -64.5 101t-26.5 117v416q0 52 38 90t90 38h416q53 0 117 -26.5t102 -64.5 l715 -714q37 -39 37 -91z" />
75
+ <glyph unicode="&#xf02c;" horiz-adv-x="1920" d="M448 1088q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1515 512q0 -53 -37 -90l-491 -492q-39 -37 -91 -37q-53 0 -90 37l-715 716q-38 37 -64.5 101t-26.5 117v416q0 52 38 90t90 38h416q53 0 117 -26.5t102 -64.5 l715 -714q37 -39 37 -91zM1899 512q0 -53 -37 -90l-491 -492q-39 -37 -91 -37q-36 0 -59 14t-53 45l470 470q37 37 37 90q0 52 -37 91l-715 714q-38 38 -102 64.5t-117 26.5h224q53 0 117 -26.5t102 -64.5l715 -714q37 -39 37 -91z" />
76
+ <glyph unicode="&#xf02d;" horiz-adv-x="1664" d="M1639 1058q40 -57 18 -129l-275 -906q-19 -64 -76.5 -107.5t-122.5 -43.5h-923q-77 0 -148.5 53.5t-99.5 131.5q-24 67 -2 127q0 4 3 27t4 37q1 8 -3 21.5t-3 19.5q2 11 8 21t16.5 23.5t16.5 23.5q23 38 45 91.5t30 91.5q3 10 0.5 30t-0.5 28q3 11 17 28t17 23 q21 36 42 92t25 90q1 9 -2.5 32t0.5 28q4 13 22 30.5t22 22.5q19 26 42.5 84.5t27.5 96.5q1 8 -3 25.5t-2 26.5q2 8 9 18t18 23t17 21q8 12 16.5 30.5t15 35t16 36t19.5 32t26.5 23.5t36 11.5t47.5 -5.5l-1 -3q38 9 51 9h761q74 0 114 -56t18 -130l-274 -906 q-36 -119 -71.5 -153.5t-128.5 -34.5h-869q-27 0 -38 -15q-11 -16 -1 -43q24 -70 144 -70h923q29 0 56 15.5t35 41.5l300 987q7 22 5 57q38 -15 59 -43zM575 1056q-4 -13 2 -22.5t20 -9.5h608q13 0 25.5 9.5t16.5 22.5l21 64q4 13 -2 22.5t-20 9.5h-608q-13 0 -25.5 -9.5 t-16.5 -22.5zM492 800q-4 -13 2 -22.5t20 -9.5h608q13 0 25.5 9.5t16.5 22.5l21 64q4 13 -2 22.5t-20 9.5h-608q-13 0 -25.5 -9.5t-16.5 -22.5z" />
77
+ <glyph unicode="&#xf02e;" horiz-adv-x="1280" d="M1164 1408q23 0 44 -9q33 -13 52.5 -41t19.5 -62v-1289q0 -34 -19.5 -62t-52.5 -41q-19 -8 -44 -8q-48 0 -83 32l-441 424l-441 -424q-36 -33 -83 -33q-23 0 -44 9q-33 13 -52.5 41t-19.5 62v1289q0 34 19.5 62t52.5 41q21 9 44 9h1048z" />
78
+ <glyph unicode="&#xf02f;" horiz-adv-x="1664" d="M384 0h896v256h-896v-256zM384 640h896v384h-160q-40 0 -68 28t-28 68v160h-640v-640zM1536 576q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1664 576v-416q0 -13 -9.5 -22.5t-22.5 -9.5h-224v-160q0 -40 -28 -68t-68 -28h-960q-40 0 -68 28t-28 68 v160h-224q-13 0 -22.5 9.5t-9.5 22.5v416q0 79 56.5 135.5t135.5 56.5h64v544q0 40 28 68t68 28h672q40 0 88 -20t76 -48l152 -152q28 -28 48 -76t20 -88v-256h64q79 0 135.5 -56.5t56.5 -135.5z" />
79
+ <glyph unicode="&#xf030;" horiz-adv-x="1920" d="M960 864q119 0 203.5 -84.5t84.5 -203.5t-84.5 -203.5t-203.5 -84.5t-203.5 84.5t-84.5 203.5t84.5 203.5t203.5 84.5zM1664 1280q106 0 181 -75t75 -181v-896q0 -106 -75 -181t-181 -75h-1408q-106 0 -181 75t-75 181v896q0 106 75 181t181 75h224l51 136 q19 49 69.5 84.5t103.5 35.5h512q53 0 103.5 -35.5t69.5 -84.5l51 -136h224zM960 128q185 0 316.5 131.5t131.5 316.5t-131.5 316.5t-316.5 131.5t-316.5 -131.5t-131.5 -316.5t131.5 -316.5t316.5 -131.5z" />
80
+ <glyph unicode="&#xf031;" horiz-adv-x="1664" d="M725 977l-170 -450q73 -1 153.5 -2t119 -1.5t52.5 -0.5l29 2q-32 95 -92 241q-53 132 -92 211zM21 -128h-21l2 79q22 7 80 18q89 16 110 31q20 16 48 68l237 616l280 724h75h53l11 -21l205 -480q103 -242 124 -297q39 -102 96 -235q26 -58 65 -164q24 -67 65 -149 q22 -49 35 -57q22 -19 69 -23q47 -6 103 -27q6 -39 6 -57q0 -14 -1 -26q-80 0 -192 8q-93 8 -189 8q-79 0 -135 -2l-200 -11l-58 -2q0 45 4 78l131 28q56 13 68 23q12 12 12 27t-6 32l-47 114l-92 228l-450 2q-29 -65 -104 -274q-23 -64 -23 -84q0 -31 17 -43 q26 -21 103 -32q3 0 13.5 -2t30 -5t40.5 -6q1 -28 1 -58q0 -17 -2 -27q-66 0 -349 20l-48 -8q-81 -14 -167 -14z" />
81
+ <glyph unicode="&#xf032;" horiz-adv-x="1408" d="M555 15q76 -32 140 -32q131 0 216 41t122 113q38 70 38 181q0 114 -41 180q-58 94 -141 126q-80 32 -247 32q-74 0 -101 -10v-144l-1 -173l3 -270q0 -15 12 -44zM541 761q43 -7 109 -7q175 0 264 65t89 224q0 112 -85 187q-84 75 -255 75q-52 0 -130 -13q0 -44 2 -77 q7 -122 6 -279l-1 -98q0 -43 1 -77zM0 -128l2 94q45 9 68 12q77 12 123 31q17 27 21 51q9 66 9 194l-2 497q-5 256 -9 404q-1 87 -11 109q-1 4 -12 12q-18 12 -69 15q-30 2 -114 13l-4 83l260 6l380 13l45 1q5 0 14 0.5t14 0.5q1 0 21.5 -0.5t40.5 -0.5h74q88 0 191 -27 q43 -13 96 -39q57 -29 102 -76q44 -47 65 -104t21 -122q0 -70 -32 -128t-95 -105q-26 -20 -150 -77q177 -41 267 -146q92 -106 92 -236q0 -76 -29 -161q-21 -62 -71 -117q-66 -72 -140 -108q-73 -36 -203 -60q-82 -15 -198 -11l-197 4q-84 2 -298 -11q-33 -3 -272 -11z" />
82
+ <glyph unicode="&#xf033;" horiz-adv-x="1024" d="M0 -126l17 85q4 1 77 20q76 19 116 39q29 37 41 101l27 139l56 268l12 64q8 44 17 84.5t16 67t12.5 46.5t9 30.5t3.5 11.5l29 157l16 63l22 135l8 50v38q-41 22 -144 28q-28 2 -38 4l19 103l317 -14q39 -2 73 -2q66 0 214 9q33 2 68 4.5t36 2.5q-2 -19 -6 -38 q-7 -29 -13 -51q-55 -19 -109 -31q-64 -16 -101 -31q-12 -31 -24 -88q-9 -44 -13 -82q-44 -199 -66 -306l-61 -311l-38 -158l-43 -235l-12 -45q-2 -7 1 -27q64 -15 119 -21q36 -5 66 -10q-1 -29 -7 -58q-7 -31 -9 -41q-18 0 -23 -1q-24 -2 -42 -2q-9 0 -28 3q-19 4 -145 17 l-198 2q-41 1 -174 -11q-74 -7 -98 -9z" />
83
+ <glyph unicode="&#xf034;" horiz-adv-x="1792" d="M81 1407l54 -27q20 -5 211 -5h130l19 3l115 1l215 -1h293l34 -2q14 -1 28 7t21 16l7 8l42 1q15 0 28 -1v-104.5t1 -131.5l1 -100l-1 -58q0 -32 -4 -51q-39 -15 -68 -18q-25 43 -54 128q-8 24 -15.5 62.5t-11.5 65.5t-6 29q-13 15 -27 19q-7 2 -42.5 2t-103.5 -1t-111 -1 q-34 0 -67 -5q-10 -97 -8 -136l1 -152v-332l3 -359l-1 -147q-1 -46 11 -85q49 -25 89 -32q2 0 18 -5t44 -13t43 -12q30 -8 50 -18q5 -45 5 -50q0 -10 -3 -29q-14 -1 -34 -1q-110 0 -187 10q-72 8 -238 8q-88 0 -233 -14q-48 -4 -70 -4q-2 22 -2 26l-1 26v9q21 33 79 49 q139 38 159 50q9 21 12 56q8 192 6 433l-5 428q-1 62 -0.5 118.5t0.5 102.5t-2 57t-6 15q-6 5 -14 6q-38 6 -148 6q-43 0 -100 -13.5t-73 -24.5q-13 -9 -22 -33t-22 -75t-24 -84q-6 -19 -19.5 -32t-20.5 -13q-44 27 -56 44v297v86zM1744 128q33 0 42 -18.5t-11 -44.5 l-126 -162q-20 -26 -49 -26t-49 26l-126 162q-20 26 -11 44.5t42 18.5h80v1024h-80q-33 0 -42 18.5t11 44.5l126 162q20 26 49 26t49 -26l126 -162q20 -26 11 -44.5t-42 -18.5h-80v-1024h80z" />
84
+ <glyph unicode="&#xf035;" d="M81 1407l54 -27q20 -5 211 -5h130l19 3l115 1l446 -1h318l34 -2q14 -1 28 7t21 16l7 8l42 1q15 0 28 -1v-104.5t1 -131.5l1 -100l-1 -58q0 -32 -4 -51q-39 -15 -68 -18q-25 43 -54 128q-8 24 -15.5 62.5t-11.5 65.5t-6 29q-13 15 -27 19q-7 2 -58.5 2t-138.5 -1t-128 -1 q-94 0 -127 -5q-10 -97 -8 -136l1 -152v52l3 -359l-1 -147q-1 -46 11 -85q49 -25 89 -32q2 0 18 -5t44 -13t43 -12q30 -8 50 -18q5 -45 5 -50q0 -10 -3 -29q-14 -1 -34 -1q-110 0 -187 10q-72 8 -238 8q-82 0 -233 -13q-45 -5 -70 -5q-2 22 -2 26l-1 26v9q21 33 79 49 q139 38 159 50q9 21 12 56q6 137 6 433l-5 44q0 265 -2 278q-2 11 -6 15q-6 5 -14 6q-38 6 -148 6q-50 0 -168.5 -14t-132.5 -24q-13 -9 -22 -33t-22 -75t-24 -84q-6 -19 -19.5 -32t-20.5 -13q-44 27 -56 44v297v86zM1505 113q26 -20 26 -49t-26 -49l-162 -126 q-26 -20 -44.5 -11t-18.5 42v80h-1024v-80q0 -33 -18.5 -42t-44.5 11l-162 126q-26 20 -26 49t26 49l162 126q26 20 44.5 11t18.5 -42v-80h1024v80q0 33 18.5 42t44.5 -11z" />
85
+ <glyph unicode="&#xf036;" horiz-adv-x="1792" d="M1792 192v-128q0 -26 -19 -45t-45 -19h-1664q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1664q26 0 45 -19t19 -45zM1408 576v-128q0 -26 -19 -45t-45 -19h-1280q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1280q26 0 45 -19t19 -45zM1664 960v-128q0 -26 -19 -45 t-45 -19h-1536q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1536q26 0 45 -19t19 -45zM1280 1344v-128q0 -26 -19 -45t-45 -19h-1152q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1152q26 0 45 -19t19 -45z" />
86
+ <glyph unicode="&#xf037;" horiz-adv-x="1792" d="M1792 192v-128q0 -26 -19 -45t-45 -19h-1664q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1664q26 0 45 -19t19 -45zM1408 576v-128q0 -26 -19 -45t-45 -19h-896q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h896q26 0 45 -19t19 -45zM1664 960v-128q0 -26 -19 -45t-45 -19 h-1408q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1408q26 0 45 -19t19 -45zM1280 1344v-128q0 -26 -19 -45t-45 -19h-640q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h640q26 0 45 -19t19 -45z" />
87
+ <glyph unicode="&#xf038;" horiz-adv-x="1792" d="M1792 192v-128q0 -26 -19 -45t-45 -19h-1664q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1664q26 0 45 -19t19 -45zM1792 576v-128q0 -26 -19 -45t-45 -19h-1280q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1280q26 0 45 -19t19 -45zM1792 960v-128q0 -26 -19 -45 t-45 -19h-1536q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1536q26 0 45 -19t19 -45zM1792 1344v-128q0 -26 -19 -45t-45 -19h-1152q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1152q26 0 45 -19t19 -45z" />
88
+ <glyph unicode="&#xf039;" horiz-adv-x="1792" d="M1792 192v-128q0 -26 -19 -45t-45 -19h-1664q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1664q26 0 45 -19t19 -45zM1792 576v-128q0 -26 -19 -45t-45 -19h-1664q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1664q26 0 45 -19t19 -45zM1792 960v-128q0 -26 -19 -45 t-45 -19h-1664q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1664q26 0 45 -19t19 -45zM1792 1344v-128q0 -26 -19 -45t-45 -19h-1664q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1664q26 0 45 -19t19 -45z" />
89
+ <glyph unicode="&#xf03a;" horiz-adv-x="1792" d="M256 224v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-192q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h192q13 0 22.5 -9.5t9.5 -22.5zM256 608v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-192q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h192q13 0 22.5 -9.5 t9.5 -22.5zM256 992v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-192q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h192q13 0 22.5 -9.5t9.5 -22.5zM1792 224v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1344q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1344 q13 0 22.5 -9.5t9.5 -22.5zM256 1376v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-192q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h192q13 0 22.5 -9.5t9.5 -22.5zM1792 608v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1344q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5 t22.5 9.5h1344q13 0 22.5 -9.5t9.5 -22.5zM1792 992v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1344q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1344q13 0 22.5 -9.5t9.5 -22.5zM1792 1376v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1344q-13 0 -22.5 9.5t-9.5 22.5v192 q0 13 9.5 22.5t22.5 9.5h1344q13 0 22.5 -9.5t9.5 -22.5z" />
90
+ <glyph unicode="&#xf03b;" horiz-adv-x="1792" d="M384 992v-576q0 -13 -9.5 -22.5t-22.5 -9.5q-14 0 -23 9l-288 288q-9 9 -9 23t9 23l288 288q9 9 23 9q13 0 22.5 -9.5t9.5 -22.5zM1792 224v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1728q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1728q13 0 22.5 -9.5 t9.5 -22.5zM1792 608v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1088q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1088q13 0 22.5 -9.5t9.5 -22.5zM1792 992v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1088q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1088 q13 0 22.5 -9.5t9.5 -22.5zM1792 1376v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1728q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1728q13 0 22.5 -9.5t9.5 -22.5z" />
91
+ <glyph unicode="&#xf03c;" horiz-adv-x="1792" d="M352 704q0 -14 -9 -23l-288 -288q-9 -9 -23 -9q-13 0 -22.5 9.5t-9.5 22.5v576q0 13 9.5 22.5t22.5 9.5q14 0 23 -9l288 -288q9 -9 9 -23zM1792 224v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1728q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1728q13 0 22.5 -9.5 t9.5 -22.5zM1792 608v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1088q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1088q13 0 22.5 -9.5t9.5 -22.5zM1792 992v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1088q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1088 q13 0 22.5 -9.5t9.5 -22.5zM1792 1376v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1728q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1728q13 0 22.5 -9.5t9.5 -22.5z" />
92
+ <glyph unicode="&#xf03d;" horiz-adv-x="1792" d="M1792 1184v-1088q0 -42 -39 -59q-13 -5 -25 -5q-27 0 -45 19l-403 403v-166q0 -119 -84.5 -203.5t-203.5 -84.5h-704q-119 0 -203.5 84.5t-84.5 203.5v704q0 119 84.5 203.5t203.5 84.5h704q119 0 203.5 -84.5t84.5 -203.5v-165l403 402q18 19 45 19q12 0 25 -5 q39 -17 39 -59z" />
93
+ <glyph unicode="&#xf03e;" horiz-adv-x="1920" d="M640 960q0 -80 -56 -136t-136 -56t-136 56t-56 136t56 136t136 56t136 -56t56 -136zM1664 576v-448h-1408v192l320 320l160 -160l512 512zM1760 1280h-1600q-13 0 -22.5 -9.5t-9.5 -22.5v-1216q0 -13 9.5 -22.5t22.5 -9.5h1600q13 0 22.5 9.5t9.5 22.5v1216 q0 13 -9.5 22.5t-22.5 9.5zM1920 1248v-1216q0 -66 -47 -113t-113 -47h-1600q-66 0 -113 47t-47 113v1216q0 66 47 113t113 47h1600q66 0 113 -47t47 -113z" />
94
+ <glyph unicode="&#xf040;" d="M363 0l91 91l-235 235l-91 -91v-107h128v-128h107zM886 928q0 22 -22 22q-10 0 -17 -7l-542 -542q-7 -7 -7 -17q0 -22 22 -22q10 0 17 7l542 542q7 7 7 17zM832 1120l416 -416l-832 -832h-416v416zM1515 1024q0 -53 -37 -90l-166 -166l-416 416l166 165q36 38 90 38 q53 0 91 -38l235 -234q37 -39 37 -91z" />
95
+ <glyph unicode="&#xf041;" horiz-adv-x="1024" d="M768 896q0 106 -75 181t-181 75t-181 -75t-75 -181t75 -181t181 -75t181 75t75 181zM1024 896q0 -109 -33 -179l-364 -774q-16 -33 -47.5 -52t-67.5 -19t-67.5 19t-46.5 52l-365 774q-33 70 -33 179q0 212 150 362t362 150t362 -150t150 -362z" />
96
+ <glyph unicode="&#xf042;" d="M768 96v1088q-148 0 -273 -73t-198 -198t-73 -273t73 -273t198 -198t273 -73zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
97
+ <glyph unicode="&#xf043;" horiz-adv-x="1024" d="M512 384q0 36 -20 69q-1 1 -15.5 22.5t-25.5 38t-25 44t-21 50.5q-4 16 -21 16t-21 -16q-7 -23 -21 -50.5t-25 -44t-25.5 -38t-15.5 -22.5q-20 -33 -20 -69q0 -53 37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1024 512q0 -212 -150 -362t-362 -150t-362 150t-150 362 q0 145 81 275q6 9 62.5 90.5t101 151t99.5 178t83 201.5q9 30 34 47t51 17t51.5 -17t33.5 -47q28 -93 83 -201.5t99.5 -178t101 -151t62.5 -90.5q81 -127 81 -275z" />
98
+ <glyph unicode="&#xf044;" horiz-adv-x="1792" d="M888 352l116 116l-152 152l-116 -116v-56h96v-96h56zM1328 1072q-16 16 -33 -1l-350 -350q-17 -17 -1 -33t33 1l350 350q17 17 1 33zM1408 478v-190q0 -119 -84.5 -203.5t-203.5 -84.5h-832q-119 0 -203.5 84.5t-84.5 203.5v832q0 119 84.5 203.5t203.5 84.5h832 q63 0 117 -25q15 -7 18 -23q3 -17 -9 -29l-49 -49q-14 -14 -32 -8q-23 6 -45 6h-832q-66 0 -113 -47t-47 -113v-832q0 -66 47 -113t113 -47h832q66 0 113 47t47 113v126q0 13 9 22l64 64q15 15 35 7t20 -29zM1312 1216l288 -288l-672 -672h-288v288zM1756 1084l-92 -92 l-288 288l92 92q28 28 68 28t68 -28l152 -152q28 -28 28 -68t-28 -68z" />
99
+ <glyph unicode="&#xf045;" horiz-adv-x="1664" d="M1408 547v-259q0 -119 -84.5 -203.5t-203.5 -84.5h-832q-119 0 -203.5 84.5t-84.5 203.5v832q0 119 84.5 203.5t203.5 84.5h255v0q13 0 22.5 -9.5t9.5 -22.5q0 -27 -26 -32q-77 -26 -133 -60q-10 -4 -16 -4h-112q-66 0 -113 -47t-47 -113v-832q0 -66 47 -113t113 -47h832 q66 0 113 47t47 113v214q0 19 18 29q28 13 54 37q16 16 35 8q21 -9 21 -29zM1645 1043l-384 -384q-18 -19 -45 -19q-12 0 -25 5q-39 17 -39 59v192h-160q-323 0 -438 -131q-119 -137 -74 -473q3 -23 -20 -34q-8 -2 -12 -2q-16 0 -26 13q-10 14 -21 31t-39.5 68.5t-49.5 99.5 t-38.5 114t-17.5 122q0 49 3.5 91t14 90t28 88t47 81.5t68.5 74t94.5 61.5t124.5 48.5t159.5 30.5t196.5 11h160v192q0 42 39 59q13 5 25 5q26 0 45 -19l384 -384q19 -19 19 -45t-19 -45z" />
100
+ <glyph unicode="&#xf046;" horiz-adv-x="1664" d="M1408 606v-318q0 -119 -84.5 -203.5t-203.5 -84.5h-832q-119 0 -203.5 84.5t-84.5 203.5v832q0 119 84.5 203.5t203.5 84.5h832q63 0 117 -25q15 -7 18 -23q3 -17 -9 -29l-49 -49q-10 -10 -23 -10q-3 0 -9 2q-23 6 -45 6h-832q-66 0 -113 -47t-47 -113v-832 q0 -66 47 -113t113 -47h832q66 0 113 47t47 113v254q0 13 9 22l64 64q10 10 23 10q6 0 12 -3q20 -8 20 -29zM1639 1095l-814 -814q-24 -24 -57 -24t-57 24l-430 430q-24 24 -24 57t24 57l110 110q24 24 57 24t57 -24l263 -263l647 647q24 24 57 24t57 -24l110 -110 q24 -24 24 -57t-24 -57z" />
101
+ <glyph unicode="&#xf047;" horiz-adv-x="1792" d="M1792 640q0 -26 -19 -45l-256 -256q-19 -19 -45 -19t-45 19t-19 45v128h-384v-384h128q26 0 45 -19t19 -45t-19 -45l-256 -256q-19 -19 -45 -19t-45 19l-256 256q-19 19 -19 45t19 45t45 19h128v384h-384v-128q0 -26 -19 -45t-45 -19t-45 19l-256 256q-19 19 -19 45 t19 45l256 256q19 19 45 19t45 -19t19 -45v-128h384v384h-128q-26 0 -45 19t-19 45t19 45l256 256q19 19 45 19t45 -19l256 -256q19 -19 19 -45t-19 -45t-45 -19h-128v-384h384v128q0 26 19 45t45 19t45 -19l256 -256q19 -19 19 -45z" />
102
+ <glyph unicode="&#xf048;" horiz-adv-x="1024" d="M979 1395q19 19 32 13t13 -32v-1472q0 -26 -13 -32t-32 13l-710 710q-9 9 -13 19v-678q0 -26 -19 -45t-45 -19h-128q-26 0 -45 19t-19 45v1408q0 26 19 45t45 19h128q26 0 45 -19t19 -45v-678q4 11 13 19z" />
103
+ <glyph unicode="&#xf049;" horiz-adv-x="1792" d="M1747 1395q19 19 32 13t13 -32v-1472q0 -26 -13 -32t-32 13l-710 710q-9 9 -13 19v-710q0 -26 -13 -32t-32 13l-710 710q-9 9 -13 19v-678q0 -26 -19 -45t-45 -19h-128q-26 0 -45 19t-19 45v1408q0 26 19 45t45 19h128q26 0 45 -19t19 -45v-678q4 11 13 19l710 710 q19 19 32 13t13 -32v-710q4 11 13 19z" />
104
+ <glyph unicode="&#xf04a;" horiz-adv-x="1664" d="M1619 1395q19 19 32 13t13 -32v-1472q0 -26 -13 -32t-32 13l-710 710q-8 9 -13 19v-710q0 -26 -13 -32t-32 13l-710 710q-19 19 -19 45t19 45l710 710q19 19 32 13t13 -32v-710q5 11 13 19z" />
105
+ <glyph unicode="&#xf04b;" horiz-adv-x="1408" d="M1384 609l-1328 -738q-23 -13 -39.5 -3t-16.5 36v1472q0 26 16.5 36t39.5 -3l1328 -738q23 -13 23 -31t-23 -31z" />
106
+ <glyph unicode="&#xf04c;" d="M1536 1344v-1408q0 -26 -19 -45t-45 -19h-512q-26 0 -45 19t-19 45v1408q0 26 19 45t45 19h512q26 0 45 -19t19 -45zM640 1344v-1408q0 -26 -19 -45t-45 -19h-512q-26 0 -45 19t-19 45v1408q0 26 19 45t45 19h512q26 0 45 -19t19 -45z" />
107
+ <glyph unicode="&#xf04d;" d="M1536 1344v-1408q0 -26 -19 -45t-45 -19h-1408q-26 0 -45 19t-19 45v1408q0 26 19 45t45 19h1408q26 0 45 -19t19 -45z" />
108
+ <glyph unicode="&#xf04e;" horiz-adv-x="1664" d="M45 -115q-19 -19 -32 -13t-13 32v1472q0 26 13 32t32 -13l710 -710q8 -8 13 -19v710q0 26 13 32t32 -13l710 -710q19 -19 19 -45t-19 -45l-710 -710q-19 -19 -32 -13t-13 32v710q-5 -10 -13 -19z" />
109
+ <glyph unicode="&#xf050;" horiz-adv-x="1792" d="M45 -115q-19 -19 -32 -13t-13 32v1472q0 26 13 32t32 -13l710 -710q8 -8 13 -19v710q0 26 13 32t32 -13l710 -710q8 -8 13 -19v678q0 26 19 45t45 19h128q26 0 45 -19t19 -45v-1408q0 -26 -19 -45t-45 -19h-128q-26 0 -45 19t-19 45v678q-5 -10 -13 -19l-710 -710 q-19 -19 -32 -13t-13 32v710q-5 -10 -13 -19z" />
110
+ <glyph unicode="&#xf051;" horiz-adv-x="1024" d="M45 -115q-19 -19 -32 -13t-13 32v1472q0 26 13 32t32 -13l710 -710q8 -8 13 -19v678q0 26 19 45t45 19h128q26 0 45 -19t19 -45v-1408q0 -26 -19 -45t-45 -19h-128q-26 0 -45 19t-19 45v678q-5 -10 -13 -19z" />
111
+ <glyph unicode="&#xf052;" horiz-adv-x="1538" d="M14 557l710 710q19 19 45 19t45 -19l710 -710q19 -19 13 -32t-32 -13h-1472q-26 0 -32 13t13 32zM1473 0h-1408q-26 0 -45 19t-19 45v256q0 26 19 45t45 19h1408q26 0 45 -19t19 -45v-256q0 -26 -19 -45t-45 -19z" />
112
+ <glyph unicode="&#xf053;" horiz-adv-x="1152" d="M742 -37l-652 651q-37 37 -37 90.5t37 90.5l652 651q37 37 90.5 37t90.5 -37l75 -75q37 -37 37 -90.5t-37 -90.5l-486 -486l486 -485q37 -38 37 -91t-37 -90l-75 -75q-37 -37 -90.5 -37t-90.5 37z" />
113
+ <glyph unicode="&#xf054;" horiz-adv-x="1152" d="M1099 704q0 -52 -37 -91l-652 -651q-37 -37 -90 -37t-90 37l-76 75q-37 39 -37 91q0 53 37 90l486 486l-486 485q-37 39 -37 91q0 53 37 90l76 75q36 38 90 38t90 -38l652 -651q37 -37 37 -90z" />
114
+ <glyph unicode="&#xf055;" d="M1216 576v128q0 26 -19 45t-45 19h-256v256q0 26 -19 45t-45 19h-128q-26 0 -45 -19t-19 -45v-256h-256q-26 0 -45 -19t-19 -45v-128q0 -26 19 -45t45 -19h256v-256q0 -26 19 -45t45 -19h128q26 0 45 19t19 45v256h256q26 0 45 19t19 45zM1536 640q0 -209 -103 -385.5 t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
115
+ <glyph unicode="&#xf056;" d="M1216 576v128q0 26 -19 45t-45 19h-768q-26 0 -45 -19t-19 -45v-128q0 -26 19 -45t45 -19h768q26 0 45 19t19 45zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5 t103 -385.5z" />
116
+ <glyph unicode="&#xf057;" d="M1149 414q0 26 -19 45l-181 181l181 181q19 19 19 45q0 27 -19 46l-90 90q-19 19 -46 19q-26 0 -45 -19l-181 -181l-181 181q-19 19 -45 19q-27 0 -46 -19l-90 -90q-19 -19 -19 -46q0 -26 19 -45l181 -181l-181 -181q-19 -19 -19 -45q0 -27 19 -46l90 -90q19 -19 46 -19 q26 0 45 19l181 181l181 -181q19 -19 45 -19q27 0 46 19l90 90q19 19 19 46zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
117
+ <glyph unicode="&#xf058;" d="M1284 802q0 28 -18 46l-91 90q-19 19 -45 19t-45 -19l-408 -407l-226 226q-19 19 -45 19t-45 -19l-91 -90q-18 -18 -18 -46q0 -27 18 -45l362 -362q19 -19 45 -19q27 0 46 19l543 543q18 18 18 45zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103 t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
118
+ <glyph unicode="&#xf059;" d="M896 160v192q0 14 -9 23t-23 9h-192q-14 0 -23 -9t-9 -23v-192q0 -14 9 -23t23 -9h192q14 0 23 9t9 23zM1152 832q0 88 -55.5 163t-138.5 116t-170 41q-243 0 -371 -213q-15 -24 8 -42l132 -100q7 -6 19 -6q16 0 25 12q53 68 86 92q34 24 86 24q48 0 85.5 -26t37.5 -59 q0 -38 -20 -61t-68 -45q-63 -28 -115.5 -86.5t-52.5 -125.5v-36q0 -14 9 -23t23 -9h192q14 0 23 9t9 23q0 19 21.5 49.5t54.5 49.5q32 18 49 28.5t46 35t44.5 48t28 60.5t12.5 81zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5 t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
119
+ <glyph unicode="&#xf05a;" d="M1024 160v160q0 14 -9 23t-23 9h-96v512q0 14 -9 23t-23 9h-320q-14 0 -23 -9t-9 -23v-160q0 -14 9 -23t23 -9h96v-320h-96q-14 0 -23 -9t-9 -23v-160q0 -14 9 -23t23 -9h448q14 0 23 9t9 23zM896 1056v160q0 14 -9 23t-23 9h-192q-14 0 -23 -9t-9 -23v-160q0 -14 9 -23 t23 -9h192q14 0 23 9t9 23zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
120
+ <glyph unicode="&#xf05b;" d="M1197 512h-109q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h109q-32 108 -112.5 188.5t-188.5 112.5v-109q0 -26 -19 -45t-45 -19h-128q-26 0 -45 19t-19 45v109q-108 -32 -188.5 -112.5t-112.5 -188.5h109q26 0 45 -19t19 -45v-128q0 -26 -19 -45t-45 -19h-109 q32 -108 112.5 -188.5t188.5 -112.5v109q0 26 19 45t45 19h128q26 0 45 -19t19 -45v-109q108 32 188.5 112.5t112.5 188.5zM1536 704v-128q0 -26 -19 -45t-45 -19h-143q-37 -161 -154.5 -278.5t-278.5 -154.5v-143q0 -26 -19 -45t-45 -19h-128q-26 0 -45 19t-19 45v143 q-161 37 -278.5 154.5t-154.5 278.5h-143q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h143q37 161 154.5 278.5t278.5 154.5v143q0 26 19 45t45 19h128q26 0 45 -19t19 -45v-143q161 -37 278.5 -154.5t154.5 -278.5h143q26 0 45 -19t19 -45z" />
121
+ <glyph unicode="&#xf05c;" d="M1097 457l-146 -146q-10 -10 -23 -10t-23 10l-137 137l-137 -137q-10 -10 -23 -10t-23 10l-146 146q-10 10 -10 23t10 23l137 137l-137 137q-10 10 -10 23t10 23l146 146q10 10 23 10t23 -10l137 -137l137 137q10 10 23 10t23 -10l146 -146q10 -10 10 -23t-10 -23 l-137 -137l137 -137q10 -10 10 -23t-10 -23zM1312 640q0 148 -73 273t-198 198t-273 73t-273 -73t-198 -198t-73 -273t73 -273t198 -198t273 -73t273 73t198 198t73 273zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5 t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
122
+ <glyph unicode="&#xf05d;" d="M1171 723l-422 -422q-19 -19 -45 -19t-45 19l-294 294q-19 19 -19 45t19 45l102 102q19 19 45 19t45 -19l147 -147l275 275q19 19 45 19t45 -19l102 -102q19 -19 19 -45t-19 -45zM1312 640q0 148 -73 273t-198 198t-273 73t-273 -73t-198 -198t-73 -273t73 -273t198 -198 t273 -73t273 73t198 198t73 273zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
123
+ <glyph unicode="&#xf05e;" d="M1312 643q0 161 -87 295l-754 -753q137 -89 297 -89q111 0 211.5 43.5t173.5 116.5t116 174.5t43 212.5zM313 344l755 754q-135 91 -300 91q-148 0 -273 -73t-198 -199t-73 -274q0 -162 89 -299zM1536 643q0 -157 -61 -300t-163.5 -246t-245 -164t-298.5 -61t-298.5 61 t-245 164t-163.5 246t-61 300t61 299.5t163.5 245.5t245 164t298.5 61t298.5 -61t245 -164t163.5 -245.5t61 -299.5z" />
124
+ <glyph unicode="&#xf060;" d="M1536 640v-128q0 -53 -32.5 -90.5t-84.5 -37.5h-704l293 -294q38 -36 38 -90t-38 -90l-75 -76q-37 -37 -90 -37q-52 0 -91 37l-651 652q-37 37 -37 90q0 52 37 91l651 650q38 38 91 38q52 0 90 -38l75 -74q38 -38 38 -91t-38 -91l-293 -293h704q52 0 84.5 -37.5 t32.5 -90.5z" />
125
+ <glyph unicode="&#xf061;" d="M1472 576q0 -54 -37 -91l-651 -651q-39 -37 -91 -37q-51 0 -90 37l-75 75q-38 38 -38 91t38 91l293 293h-704q-52 0 -84.5 37.5t-32.5 90.5v128q0 53 32.5 90.5t84.5 37.5h704l-293 294q-38 36 -38 90t38 90l75 75q38 38 90 38q53 0 91 -38l651 -651q37 -35 37 -90z" />
126
+ <glyph unicode="&#xf062;" horiz-adv-x="1664" d="M1611 565q0 -51 -37 -90l-75 -75q-38 -38 -91 -38q-54 0 -90 38l-294 293v-704q0 -52 -37.5 -84.5t-90.5 -32.5h-128q-53 0 -90.5 32.5t-37.5 84.5v704l-294 -293q-36 -38 -90 -38t-90 38l-75 75q-38 38 -38 90q0 53 38 91l651 651q35 37 90 37q54 0 91 -37l651 -651 q37 -39 37 -91z" />
127
+ <glyph unicode="&#xf063;" horiz-adv-x="1664" d="M1611 704q0 -53 -37 -90l-651 -652q-39 -37 -91 -37q-53 0 -90 37l-651 652q-38 36 -38 90q0 53 38 91l74 75q39 37 91 37q53 0 90 -37l294 -294v704q0 52 38 90t90 38h128q52 0 90 -38t38 -90v-704l294 294q37 37 90 37q52 0 91 -37l75 -75q37 -39 37 -91z" />
128
+ <glyph unicode="&#xf064;" horiz-adv-x="1792" d="M1792 896q0 -26 -19 -45l-512 -512q-19 -19 -45 -19t-45 19t-19 45v256h-224q-98 0 -175.5 -6t-154 -21.5t-133 -42.5t-105.5 -69.5t-80 -101t-48.5 -138.5t-17.5 -181q0 -55 5 -123q0 -6 2.5 -23.5t2.5 -26.5q0 -15 -8.5 -25t-23.5 -10q-16 0 -28 17q-7 9 -13 22 t-13.5 30t-10.5 24q-127 285 -127 451q0 199 53 333q162 403 875 403h224v256q0 26 19 45t45 19t45 -19l512 -512q19 -19 19 -45z" />
129
+ <glyph unicode="&#xf065;" d="M755 480q0 -13 -10 -23l-332 -332l144 -144q19 -19 19 -45t-19 -45t-45 -19h-448q-26 0 -45 19t-19 45v448q0 26 19 45t45 19t45 -19l144 -144l332 332q10 10 23 10t23 -10l114 -114q10 -10 10 -23zM1536 1344v-448q0 -26 -19 -45t-45 -19t-45 19l-144 144l-332 -332 q-10 -10 -23 -10t-23 10l-114 114q-10 10 -10 23t10 23l332 332l-144 144q-19 19 -19 45t19 45t45 19h448q26 0 45 -19t19 -45z" />
130
+ <glyph unicode="&#xf066;" d="M768 576v-448q0 -26 -19 -45t-45 -19t-45 19l-144 144l-332 -332q-10 -10 -23 -10t-23 10l-114 114q-10 10 -10 23t10 23l332 332l-144 144q-19 19 -19 45t19 45t45 19h448q26 0 45 -19t19 -45zM1523 1248q0 -13 -10 -23l-332 -332l144 -144q19 -19 19 -45t-19 -45 t-45 -19h-448q-26 0 -45 19t-19 45v448q0 26 19 45t45 19t45 -19l144 -144l332 332q10 10 23 10t23 -10l114 -114q10 -10 10 -23z" />
131
+ <glyph unicode="&#xf067;" horiz-adv-x="1408" d="M1408 800v-192q0 -40 -28 -68t-68 -28h-416v-416q0 -40 -28 -68t-68 -28h-192q-40 0 -68 28t-28 68v416h-416q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h416v416q0 40 28 68t68 28h192q40 0 68 -28t28 -68v-416h416q40 0 68 -28t28 -68z" />
132
+ <glyph unicode="&#xf068;" horiz-adv-x="1408" d="M1408 800v-192q0 -40 -28 -68t-68 -28h-1216q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h1216q40 0 68 -28t28 -68z" />
133
+ <glyph unicode="&#xf069;" horiz-adv-x="1664" d="M1482 486q46 -26 59.5 -77.5t-12.5 -97.5l-64 -110q-26 -46 -77.5 -59.5t-97.5 12.5l-266 153v-307q0 -52 -38 -90t-90 -38h-128q-52 0 -90 38t-38 90v307l-266 -153q-46 -26 -97.5 -12.5t-77.5 59.5l-64 110q-26 46 -12.5 97.5t59.5 77.5l266 154l-266 154 q-46 26 -59.5 77.5t12.5 97.5l64 110q26 46 77.5 59.5t97.5 -12.5l266 -153v307q0 52 38 90t90 38h128q52 0 90 -38t38 -90v-307l266 153q46 26 97.5 12.5t77.5 -59.5l64 -110q26 -46 12.5 -97.5t-59.5 -77.5l-266 -154z" />
134
+ <glyph unicode="&#xf06a;" d="M768 1408q209 0 385.5 -103t279.5 -279.5t103 -385.5t-103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103zM896 161v190q0 14 -9 23.5t-22 9.5h-192q-13 0 -23 -10t-10 -23v-190q0 -13 10 -23t23 -10h192 q13 0 22 9.5t9 23.5zM894 505l18 621q0 12 -10 18q-10 8 -24 8h-220q-14 0 -24 -8q-10 -6 -10 -18l17 -621q0 -10 10 -17.5t24 -7.5h185q14 0 23.5 7.5t10.5 17.5z" />
135
+ <glyph unicode="&#xf06b;" d="M928 180v56v468v192h-320v-192v-468v-56q0 -25 18 -38.5t46 -13.5h192q28 0 46 13.5t18 38.5zM472 1024h195l-126 161q-26 31 -69 31q-40 0 -68 -28t-28 -68t28 -68t68 -28zM1160 1120q0 40 -28 68t-68 28q-43 0 -69 -31l-125 -161h194q40 0 68 28t28 68zM1536 864v-320 q0 -14 -9 -23t-23 -9h-96v-416q0 -40 -28 -68t-68 -28h-1088q-40 0 -68 28t-28 68v416h-96q-14 0 -23 9t-9 23v320q0 14 9 23t23 9h440q-93 0 -158.5 65.5t-65.5 158.5t65.5 158.5t158.5 65.5q107 0 168 -77l128 -165l128 165q61 77 168 77q93 0 158.5 -65.5t65.5 -158.5 t-65.5 -158.5t-158.5 -65.5h440q14 0 23 -9t9 -23z" />
136
+ <glyph unicode="&#xf06c;" horiz-adv-x="1792" d="M1280 832q0 26 -19 45t-45 19q-172 0 -318 -49.5t-259.5 -134t-235.5 -219.5q-19 -21 -19 -45q0 -26 19 -45t45 -19q24 0 45 19q27 24 74 71t67 66q137 124 268.5 176t313.5 52q26 0 45 19t19 45zM1792 1030q0 -95 -20 -193q-46 -224 -184.5 -383t-357.5 -268 q-214 -108 -438 -108q-148 0 -286 47q-15 5 -88 42t-96 37q-16 0 -39.5 -32t-45 -70t-52.5 -70t-60 -32q-30 0 -51 11t-31 24t-27 42q-2 4 -6 11t-5.5 10t-3 9.5t-1.5 13.5q0 35 31 73.5t68 65.5t68 56t31 48q0 4 -14 38t-16 44q-9 51 -9 104q0 115 43.5 220t119 184.5 t170.5 139t204 95.5q55 18 145 25.5t179.5 9t178.5 6t163.5 24t113.5 56.5l29.5 29.5t29.5 28t27 20t36.5 16t43.5 4.5q39 0 70.5 -46t47.5 -112t24 -124t8 -96z" />
137
+ <glyph unicode="&#xf06d;" horiz-adv-x="1408" d="M1408 -160v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-1344q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h1344q13 0 22.5 -9.5t9.5 -22.5zM1152 896q0 -78 -24.5 -144t-64 -112.5t-87.5 -88t-96 -77.5t-87.5 -72t-64 -81.5t-24.5 -96.5q0 -96 67 -224l-4 1l1 -1 q-90 41 -160 83t-138.5 100t-113.5 122.5t-72.5 150.5t-27.5 184q0 78 24.5 144t64 112.5t87.5 88t96 77.5t87.5 72t64 81.5t24.5 96.5q0 94 -66 224l3 -1l-1 1q90 -41 160 -83t138.5 -100t113.5 -122.5t72.5 -150.5t27.5 -184z" />
138
+ <glyph unicode="&#xf06e;" horiz-adv-x="1792" d="M1664 576q-152 236 -381 353q61 -104 61 -225q0 -185 -131.5 -316.5t-316.5 -131.5t-316.5 131.5t-131.5 316.5q0 121 61 225q-229 -117 -381 -353q133 -205 333.5 -326.5t434.5 -121.5t434.5 121.5t333.5 326.5zM944 960q0 20 -14 34t-34 14q-125 0 -214.5 -89.5 t-89.5 -214.5q0 -20 14 -34t34 -14t34 14t14 34q0 86 61 147t147 61q20 0 34 14t14 34zM1792 576q0 -34 -20 -69q-140 -230 -376.5 -368.5t-499.5 -138.5t-499.5 139t-376.5 368q-20 35 -20 69t20 69q140 229 376.5 368t499.5 139t499.5 -139t376.5 -368q20 -35 20 -69z" />
139
+ <glyph unicode="&#xf070;" horiz-adv-x="1792" d="M555 201l78 141q-87 63 -136 159t-49 203q0 121 61 225q-229 -117 -381 -353q167 -258 427 -375zM944 960q0 20 -14 34t-34 14q-125 0 -214.5 -89.5t-89.5 -214.5q0 -20 14 -34t34 -14t34 14t14 34q0 86 61 147t147 61q20 0 34 14t14 34zM1307 1151q0 -7 -1 -9 q-105 -188 -315 -566t-316 -567l-49 -89q-10 -16 -28 -16q-12 0 -134 70q-16 10 -16 28q0 12 44 87q-143 65 -263.5 173t-208.5 245q-20 31 -20 69t20 69q153 235 380 371t496 136q89 0 180 -17l54 97q10 16 28 16q5 0 18 -6t31 -15.5t33 -18.5t31.5 -18.5t19.5 -11.5 q16 -10 16 -27zM1344 704q0 -139 -79 -253.5t-209 -164.5l280 502q8 -45 8 -84zM1792 576q0 -35 -20 -69q-39 -64 -109 -145q-150 -172 -347.5 -267t-419.5 -95l74 132q212 18 392.5 137t301.5 307q-115 179 -282 294l63 112q95 -64 182.5 -153t144.5 -184q20 -34 20 -69z " />
140
+ <glyph unicode="&#xf071;" horiz-adv-x="1792" d="M1024 161v190q0 14 -9.5 23.5t-22.5 9.5h-192q-13 0 -22.5 -9.5t-9.5 -23.5v-190q0 -14 9.5 -23.5t22.5 -9.5h192q13 0 22.5 9.5t9.5 23.5zM1022 535l18 459q0 12 -10 19q-13 11 -24 11h-220q-11 0 -24 -11q-10 -7 -10 -21l17 -457q0 -10 10 -16.5t24 -6.5h185 q14 0 23.5 6.5t10.5 16.5zM1008 1469l768 -1408q35 -63 -2 -126q-17 -29 -46.5 -46t-63.5 -17h-1536q-34 0 -63.5 17t-46.5 46q-37 63 -2 126l768 1408q17 31 47 49t65 18t65 -18t47 -49z" />
141
+ <glyph unicode="&#xf072;" horiz-adv-x="1408" d="M1376 1376q44 -52 12 -148t-108 -172l-161 -161l160 -696q5 -19 -12 -33l-128 -96q-7 -6 -19 -6q-4 0 -7 1q-15 3 -21 16l-279 508l-259 -259l53 -194q5 -17 -8 -31l-96 -96q-9 -9 -23 -9h-2q-15 2 -24 13l-189 252l-252 189q-11 7 -13 23q-1 13 9 25l96 97q9 9 23 9 q6 0 8 -1l194 -53l259 259l-508 279q-14 8 -17 24q-2 16 9 27l128 128q14 13 30 8l665 -159l160 160q76 76 172 108t148 -12z" />
142
+ <glyph unicode="&#xf073;" horiz-adv-x="1664" d="M128 -128h288v288h-288v-288zM480 -128h320v288h-320v-288zM128 224h288v320h-288v-320zM480 224h320v320h-320v-320zM128 608h288v288h-288v-288zM864 -128h320v288h-320v-288zM480 608h320v288h-320v-288zM1248 -128h288v288h-288v-288zM864 224h320v320h-320v-320z M512 1088v288q0 13 -9.5 22.5t-22.5 9.5h-64q-13 0 -22.5 -9.5t-9.5 -22.5v-288q0 -13 9.5 -22.5t22.5 -9.5h64q13 0 22.5 9.5t9.5 22.5zM1248 224h288v320h-288v-320zM864 608h320v288h-320v-288zM1248 608h288v288h-288v-288zM1280 1088v288q0 13 -9.5 22.5t-22.5 9.5h-64 q-13 0 -22.5 -9.5t-9.5 -22.5v-288q0 -13 9.5 -22.5t22.5 -9.5h64q13 0 22.5 9.5t9.5 22.5zM1664 1152v-1280q0 -52 -38 -90t-90 -38h-1408q-52 0 -90 38t-38 90v1280q0 52 38 90t90 38h128v96q0 66 47 113t113 47h64q66 0 113 -47t47 -113v-96h384v96q0 66 47 113t113 47 h64q66 0 113 -47t47 -113v-96h128q52 0 90 -38t38 -90z" />
143
+ <glyph unicode="&#xf074;" horiz-adv-x="1792" d="M666 1055q-60 -92 -137 -273q-22 45 -37 72.5t-40.5 63.5t-51 56.5t-63 35t-81.5 14.5h-224q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h224q250 0 410 -225zM1792 256q0 -14 -9 -23l-320 -320q-9 -9 -23 -9q-13 0 -22.5 9.5t-9.5 22.5v192q-32 0 -85 -0.5t-81 -1t-73 1 t-71 5t-64 10.5t-63 18.5t-58 28.5t-59 40t-55 53.5t-56 69.5q59 93 136 273q22 -45 37 -72.5t40.5 -63.5t51 -56.5t63 -35t81.5 -14.5h256v192q0 14 9 23t23 9q12 0 24 -10l319 -319q9 -9 9 -23zM1792 1152q0 -14 -9 -23l-320 -320q-9 -9 -23 -9q-13 0 -22.5 9.5t-9.5 22.5 v192h-256q-48 0 -87 -15t-69 -45t-51 -61.5t-45 -77.5q-32 -62 -78 -171q-29 -66 -49.5 -111t-54 -105t-64 -100t-74 -83t-90 -68.5t-106.5 -42t-128 -16.5h-224q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h224q48 0 87 15t69 45t51 61.5t45 77.5q32 62 78 171q29 66 49.5 111 t54 105t64 100t74 83t90 68.5t106.5 42t128 16.5h256v192q0 14 9 23t23 9q12 0 24 -10l319 -319q9 -9 9 -23z" />
144
+ <glyph unicode="&#xf075;" horiz-adv-x="1792" d="M1792 640q0 -174 -120 -321.5t-326 -233t-450 -85.5q-70 0 -145 8q-198 -175 -460 -242q-49 -14 -114 -22q-17 -2 -30.5 9t-17.5 29v1q-3 4 -0.5 12t2 10t4.5 9.5l6 9t7 8.5t8 9q7 8 31 34.5t34.5 38t31 39.5t32.5 51t27 59t26 76q-157 89 -247.5 220t-90.5 281 q0 130 71 248.5t191 204.5t286 136.5t348 50.5q244 0 450 -85.5t326 -233t120 -321.5z" />
145
+ <glyph unicode="&#xf076;" d="M1536 704v-128q0 -201 -98.5 -362t-274 -251.5t-395.5 -90.5t-395.5 90.5t-274 251.5t-98.5 362v128q0 26 19 45t45 19h384q26 0 45 -19t19 -45v-128q0 -52 23.5 -90t53.5 -57t71 -30t64 -13t44 -2t44 2t64 13t71 30t53.5 57t23.5 90v128q0 26 19 45t45 19h384 q26 0 45 -19t19 -45zM512 1344v-384q0 -26 -19 -45t-45 -19h-384q-26 0 -45 19t-19 45v384q0 26 19 45t45 19h384q26 0 45 -19t19 -45zM1536 1344v-384q0 -26 -19 -45t-45 -19h-384q-26 0 -45 19t-19 45v384q0 26 19 45t45 19h384q26 0 45 -19t19 -45z" />
146
+ <glyph unicode="&#xf077;" horiz-adv-x="1664" d="M1611 320q0 -53 -37 -90l-75 -75q-38 -38 -91 -38q-54 0 -90 38l-486 485l-486 -485q-36 -38 -90 -38t-90 38l-75 75q-38 36 -38 90q0 53 38 91l651 651q37 37 90 37q52 0 91 -37l650 -651q38 -38 38 -91z" />
147
+ <glyph unicode="&#xf078;" horiz-adv-x="1664" d="M1611 832q0 -53 -37 -90l-651 -651q-38 -38 -91 -38q-54 0 -90 38l-651 651q-38 36 -38 90q0 53 38 91l74 75q39 37 91 37q53 0 90 -37l486 -486l486 486q37 37 90 37q52 0 91 -37l75 -75q37 -39 37 -91z" />
148
+ <glyph unicode="&#xf079;" horiz-adv-x="1920" d="M1280 32q0 -13 -9.5 -22.5t-22.5 -9.5h-960q-8 0 -13.5 2t-9 7t-5.5 8t-3 11.5t-1 11.5v13v11v160v416h-192q-26 0 -45 19t-19 45q0 24 15 41l320 384q19 22 49 22t49 -22l320 -384q15 -17 15 -41q0 -26 -19 -45t-45 -19h-192v-384h576q16 0 25 -11l160 -192q7 -11 7 -21 zM1920 448q0 -24 -15 -41l-320 -384q-20 -23 -49 -23t-49 23l-320 384q-15 17 -15 41q0 26 19 45t45 19h192v384h-576q-16 0 -25 12l-160 192q-7 9 -7 20q0 13 9.5 22.5t22.5 9.5h960q8 0 13.5 -2t9 -7t5.5 -8t3 -11.5t1 -11.5v-13v-11v-160v-416h192q26 0 45 -19t19 -45z " />
149
+ <glyph unicode="&#xf07a;" horiz-adv-x="1664" d="M640 0q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1536 0q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1664 1088v-512q0 -24 -16 -42.5t-41 -21.5 l-1044 -122q1 -7 4.5 -21.5t6 -26.5t2.5 -22q0 -16 -24 -64h920q26 0 45 -19t19 -45t-19 -45t-45 -19h-1024q-26 0 -45 19t-19 45q0 14 11 39.5t29.5 59.5t20.5 38l-177 823h-204q-26 0 -45 19t-19 45t19 45t45 19h256q16 0 28.5 -6.5t20 -15.5t13 -24.5t7.5 -26.5 t5.5 -29.5t4.5 -25.5h1201q26 0 45 -19t19 -45z" />
150
+ <glyph unicode="&#xf07b;" horiz-adv-x="1664" d="M1664 928v-704q0 -92 -66 -158t-158 -66h-1216q-92 0 -158 66t-66 158v960q0 92 66 158t158 66h320q92 0 158 -66t66 -158v-32h672q92 0 158 -66t66 -158z" />
151
+ <glyph unicode="&#xf07c;" horiz-adv-x="1920" d="M1879 584q0 -31 -31 -66l-336 -396q-43 -51 -120.5 -86.5t-143.5 -35.5h-1088q-34 0 -60.5 13t-26.5 43q0 31 31 66l336 396q43 51 120.5 86.5t143.5 35.5h1088q34 0 60.5 -13t26.5 -43zM1536 928v-160h-832q-94 0 -197 -47.5t-164 -119.5l-337 -396l-5 -6q0 4 -0.5 12.5 t-0.5 12.5v960q0 92 66 158t158 66h320q92 0 158 -66t66 -158v-32h544q92 0 158 -66t66 -158z" />
152
+ <glyph unicode="&#xf07d;" horiz-adv-x="768" d="M704 1216q0 -26 -19 -45t-45 -19h-128v-1024h128q26 0 45 -19t19 -45t-19 -45l-256 -256q-19 -19 -45 -19t-45 19l-256 256q-19 19 -19 45t19 45t45 19h128v1024h-128q-26 0 -45 19t-19 45t19 45l256 256q19 19 45 19t45 -19l256 -256q19 -19 19 -45z" />
153
+ <glyph unicode="&#xf07e;" horiz-adv-x="1792" d="M1792 640q0 -26 -19 -45l-256 -256q-19 -19 -45 -19t-45 19t-19 45v128h-1024v-128q0 -26 -19 -45t-45 -19t-45 19l-256 256q-19 19 -19 45t19 45l256 256q19 19 45 19t45 -19t19 -45v-128h1024v128q0 26 19 45t45 19t45 -19l256 -256q19 -19 19 -45z" />
154
+ <glyph unicode="&#xf080;" horiz-adv-x="1920" d="M512 512v-384h-256v384h256zM896 1024v-896h-256v896h256zM1280 768v-640h-256v640h256zM1664 1152v-1024h-256v1024h256zM1792 32v1216q0 13 -9.5 22.5t-22.5 9.5h-1600q-13 0 -22.5 -9.5t-9.5 -22.5v-1216q0 -13 9.5 -22.5t22.5 -9.5h1600q13 0 22.5 9.5t9.5 22.5z M1920 1248v-1216q0 -66 -47 -113t-113 -47h-1600q-66 0 -113 47t-47 113v1216q0 66 47 113t113 47h1600q66 0 113 -47t47 -113z" />
155
+ <glyph unicode="&#xf081;" d="M1280 926q-56 -25 -121 -34q68 40 93 117q-65 -38 -134 -51q-61 66 -153 66q-87 0 -148.5 -61.5t-61.5 -148.5q0 -29 5 -48q-129 7 -242 65t-192 155q-29 -50 -29 -106q0 -114 91 -175q-47 1 -100 26v-2q0 -75 50 -133.5t123 -72.5q-29 -8 -51 -8q-13 0 -39 4 q21 -63 74.5 -104t121.5 -42q-116 -90 -261 -90q-26 0 -50 3q148 -94 322 -94q112 0 210 35.5t168 95t120.5 137t75 162t24.5 168.5q0 18 -1 27q63 45 105 109zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5 t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
156
+ <glyph unicode="&#xf082;" d="M1307 618l23 219h-198v109q0 49 15.5 68.5t71.5 19.5h110v219h-175q-152 0 -218 -72t-66 -213v-131h-131v-219h131v-635h262v635h175zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960 q119 0 203.5 -84.5t84.5 -203.5z" />
157
+ <glyph unicode="&#xf083;" horiz-adv-x="1792" d="M928 704q0 14 -9 23t-23 9q-66 0 -113 -47t-47 -113q0 -14 9 -23t23 -9t23 9t9 23q0 40 28 68t68 28q14 0 23 9t9 23zM1152 574q0 -106 -75 -181t-181 -75t-181 75t-75 181t75 181t181 75t181 -75t75 -181zM128 0h1536v128h-1536v-128zM1280 574q0 159 -112.5 271.5 t-271.5 112.5t-271.5 -112.5t-112.5 -271.5t112.5 -271.5t271.5 -112.5t271.5 112.5t112.5 271.5zM256 1216h384v128h-384v-128zM128 1024h1536v118v138h-828l-64 -128h-644v-128zM1792 1280v-1280q0 -53 -37.5 -90.5t-90.5 -37.5h-1536q-53 0 -90.5 37.5t-37.5 90.5v1280 q0 53 37.5 90.5t90.5 37.5h1536q53 0 90.5 -37.5t37.5 -90.5z" />
158
+ <glyph unicode="&#xf084;" horiz-adv-x="1792" d="M832 1024q0 80 -56 136t-136 56t-136 -56t-56 -136q0 -42 19 -83q-41 19 -83 19q-80 0 -136 -56t-56 -136t56 -136t136 -56t136 56t56 136q0 42 -19 83q41 -19 83 -19q80 0 136 56t56 136zM1683 320q0 -17 -49 -66t-66 -49q-9 0 -28.5 16t-36.5 33t-38.5 40t-24.5 26 l-96 -96l220 -220q28 -28 28 -68q0 -42 -39 -81t-81 -39q-40 0 -68 28l-671 671q-176 -131 -365 -131q-163 0 -265.5 102.5t-102.5 265.5q0 160 95 313t248 248t313 95q163 0 265.5 -102.5t102.5 -265.5q0 -189 -131 -365l355 -355l96 96q-3 3 -26 24.5t-40 38.5t-33 36.5 t-16 28.5q0 17 49 66t66 49q13 0 23 -10q6 -6 46 -44.5t82 -79.5t86.5 -86t73 -78t28.5 -41z" />
159
+ <glyph unicode="&#xf085;" horiz-adv-x="1920" d="M896 640q0 106 -75 181t-181 75t-181 -75t-75 -181t75 -181t181 -75t181 75t75 181zM1664 128q0 52 -38 90t-90 38t-90 -38t-38 -90q0 -53 37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1664 1152q0 52 -38 90t-90 38t-90 -38t-38 -90q0 -53 37.5 -90.5t90.5 -37.5 t90.5 37.5t37.5 90.5zM1280 731v-185q0 -10 -7 -19.5t-16 -10.5l-155 -24q-11 -35 -32 -76q34 -48 90 -115q7 -10 7 -20q0 -12 -7 -19q-23 -30 -82.5 -89.5t-78.5 -59.5q-11 0 -21 7l-115 90q-37 -19 -77 -31q-11 -108 -23 -155q-7 -24 -30 -24h-186q-11 0 -20 7.5t-10 17.5 l-23 153q-34 10 -75 31l-118 -89q-7 -7 -20 -7q-11 0 -21 8q-144 133 -144 160q0 9 7 19q10 14 41 53t47 61q-23 44 -35 82l-152 24q-10 1 -17 9.5t-7 19.5v185q0 10 7 19.5t16 10.5l155 24q11 35 32 76q-34 48 -90 115q-7 11 -7 20q0 12 7 20q22 30 82 89t79 59q11 0 21 -7 l115 -90q34 18 77 32q11 108 23 154q7 24 30 24h186q11 0 20 -7.5t10 -17.5l23 -153q34 -10 75 -31l118 89q8 7 20 7q11 0 21 -8q144 -133 144 -160q0 -9 -7 -19q-12 -16 -42 -54t-45 -60q23 -48 34 -82l152 -23q10 -2 17 -10.5t7 -19.5zM1920 198v-140q0 -16 -149 -31 q-12 -27 -30 -52q51 -113 51 -138q0 -4 -4 -7q-122 -71 -124 -71q-8 0 -46 47t-52 68q-20 -2 -30 -2t-30 2q-14 -21 -52 -68t-46 -47q-2 0 -124 71q-4 3 -4 7q0 25 51 138q-18 25 -30 52q-149 15 -149 31v140q0 16 149 31q13 29 30 52q-51 113 -51 138q0 4 4 7q4 2 35 20 t59 34t30 16q8 0 46 -46.5t52 -67.5q20 2 30 2t30 -2q51 71 92 112l6 2q4 0 124 -70q4 -3 4 -7q0 -25 -51 -138q17 -23 30 -52q149 -15 149 -31zM1920 1222v-140q0 -16 -149 -31q-12 -27 -30 -52q51 -113 51 -138q0 -4 -4 -7q-122 -71 -124 -71q-8 0 -46 47t-52 68 q-20 -2 -30 -2t-30 2q-14 -21 -52 -68t-46 -47q-2 0 -124 71q-4 3 -4 7q0 25 51 138q-18 25 -30 52q-149 15 -149 31v140q0 16 149 31q13 29 30 52q-51 113 -51 138q0 4 4 7q4 2 35 20t59 34t30 16q8 0 46 -46.5t52 -67.5q20 2 30 2t30 -2q51 71 92 112l6 2q4 0 124 -70 q4 -3 4 -7q0 -25 -51 -138q17 -23 30 -52q149 -15 149 -31z" />
160
+ <glyph unicode="&#xf086;" horiz-adv-x="1792" d="M1408 768q0 -139 -94 -257t-256.5 -186.5t-353.5 -68.5q-86 0 -176 16q-124 -88 -278 -128q-36 -9 -86 -16h-3q-11 0 -20.5 8t-11.5 21q-1 3 -1 6.5t0.5 6.5t2 6l2.5 5t3.5 5.5t4 5t4.5 5t4 4.5q5 6 23 25t26 29.5t22.5 29t25 38.5t20.5 44q-124 72 -195 177t-71 224 q0 139 94 257t256.5 186.5t353.5 68.5t353.5 -68.5t256.5 -186.5t94 -257zM1792 512q0 -120 -71 -224.5t-195 -176.5q10 -24 20.5 -44t25 -38.5t22.5 -29t26 -29.5t23 -25q1 -1 4 -4.5t4.5 -5t4 -5t3.5 -5.5l2.5 -5t2 -6t0.5 -6.5t-1 -6.5q-3 -14 -13 -22t-22 -7 q-50 7 -86 16q-154 40 -278 128q-90 -16 -176 -16q-271 0 -472 132q58 -4 88 -4q161 0 309 45t264 129q125 92 192 212t67 254q0 77 -23 152q129 -71 204 -178t75 -230z" />
161
+ <glyph unicode="&#xf087;" d="M256 192q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1408 768q0 51 -39 89.5t-89 38.5h-352q0 58 48 159.5t48 160.5q0 98 -32 145t-128 47q-26 -26 -38 -85t-30.5 -125.5t-59.5 -109.5q-22 -23 -77 -91q-4 -5 -23 -30t-31.5 -41t-34.5 -42.5 t-40 -44t-38.5 -35.5t-40 -27t-35.5 -9h-32v-640h32q13 0 31.5 -3t33 -6.5t38 -11t35 -11.5t35.5 -12.5t29 -10.5q211 -73 342 -73h121q192 0 192 167q0 26 -5 56q30 16 47.5 52.5t17.5 73.5t-18 69q53 50 53 119q0 25 -10 55.5t-25 47.5q32 1 53.5 47t21.5 81zM1536 769 q0 -89 -49 -163q9 -33 9 -69q0 -77 -38 -144q3 -21 3 -43q0 -101 -60 -178q1 -139 -85 -219.5t-227 -80.5h-36h-93q-96 0 -189.5 22.5t-216.5 65.5q-116 40 -138 40h-288q-53 0 -90.5 37.5t-37.5 90.5v640q0 53 37.5 90.5t90.5 37.5h274q36 24 137 155q58 75 107 128 q24 25 35.5 85.5t30.5 126.5t62 108q39 37 90 37q84 0 151 -32.5t102 -101.5t35 -186q0 -93 -48 -192h176q104 0 180 -76t76 -179z" />
162
+ <glyph unicode="&#xf088;" d="M256 1088q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1408 512q0 35 -21.5 81t-53.5 47q15 17 25 47.5t10 55.5q0 69 -53 119q18 32 18 69t-17.5 73.5t-47.5 52.5q5 30 5 56q0 85 -49 126t-136 41h-128q-131 0 -342 -73q-5 -2 -29 -10.5 t-35.5 -12.5t-35 -11.5t-38 -11t-33 -6.5t-31.5 -3h-32v-640h32q16 0 35.5 -9t40 -27t38.5 -35.5t40 -44t34.5 -42.5t31.5 -41t23 -30q55 -68 77 -91q41 -43 59.5 -109.5t30.5 -125.5t38 -85q96 0 128 47t32 145q0 59 -48 160.5t-48 159.5h352q50 0 89 38.5t39 89.5z M1536 511q0 -103 -76 -179t-180 -76h-176q48 -99 48 -192q0 -118 -35 -186q-35 -69 -102 -101.5t-151 -32.5q-51 0 -90 37q-34 33 -54 82t-25.5 90.5t-17.5 84.5t-31 64q-48 50 -107 127q-101 131 -137 155h-274q-53 0 -90.5 37.5t-37.5 90.5v640q0 53 37.5 90.5t90.5 37.5 h288q22 0 138 40q128 44 223 66t200 22h112q140 0 226.5 -79t85.5 -216v-5q60 -77 60 -178q0 -22 -3 -43q38 -67 38 -144q0 -36 -9 -69q49 -74 49 -163z" />
163
+ <glyph unicode="&#xf089;" horiz-adv-x="896" d="M832 1504v-1339l-449 -236q-22 -12 -40 -12q-21 0 -31.5 14.5t-10.5 35.5q0 6 2 20l86 500l-364 354q-25 27 -25 48q0 37 56 46l502 73l225 455q19 41 49 41z" />
164
+ <glyph unicode="&#xf08a;" horiz-adv-x="1792" d="M1664 940q0 81 -21.5 143t-55 98.5t-81.5 59.5t-94 31t-98 8t-112 -25.5t-110.5 -64t-86.5 -72t-60 -61.5q-18 -22 -49 -22t-49 22q-24 28 -60 61.5t-86.5 72t-110.5 64t-112 25.5t-98 -8t-94 -31t-81.5 -59.5t-55 -98.5t-21.5 -143q0 -168 187 -355l581 -560l580 559 q188 188 188 356zM1792 940q0 -221 -229 -450l-623 -600q-18 -18 -44 -18t-44 18l-624 602q-10 8 -27.5 26t-55.5 65.5t-68 97.5t-53.5 121t-23.5 138q0 220 127 344t351 124q62 0 126.5 -21.5t120 -58t95.5 -68.5t76 -68q36 36 76 68t95.5 68.5t120 58t126.5 21.5 q224 0 351 -124t127 -344z" />
165
+ <glyph unicode="&#xf08b;" horiz-adv-x="1664" d="M640 96q0 -4 1 -20t0.5 -26.5t-3 -23.5t-10 -19.5t-20.5 -6.5h-320q-119 0 -203.5 84.5t-84.5 203.5v704q0 119 84.5 203.5t203.5 84.5h320q13 0 22.5 -9.5t9.5 -22.5q0 -4 1 -20t0.5 -26.5t-3 -23.5t-10 -19.5t-20.5 -6.5h-320q-66 0 -113 -47t-47 -113v-704 q0 -66 47 -113t113 -47h288h11h13t11.5 -1t11.5 -3t8 -5.5t7 -9t2 -13.5zM1568 640q0 -26 -19 -45l-544 -544q-19 -19 -45 -19t-45 19t-19 45v288h-448q-26 0 -45 19t-19 45v384q0 26 19 45t45 19h448v288q0 26 19 45t45 19t45 -19l544 -544q19 -19 19 -45z" />
166
+ <glyph unicode="&#xf08c;" d="M237 122h231v694h-231v-694zM483 1030q-1 52 -36 86t-93 34t-94.5 -34t-36.5 -86q0 -51 35.5 -85.5t92.5 -34.5h1q59 0 95 34.5t36 85.5zM1068 122h231v398q0 154 -73 233t-193 79q-136 0 -209 -117h2v101h-231q3 -66 0 -694h231v388q0 38 7 56q15 35 45 59.5t74 24.5 q116 0 116 -157v-371zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
167
+ <glyph unicode="&#xf08d;" horiz-adv-x="1152" d="M480 672v448q0 14 -9 23t-23 9t-23 -9t-9 -23v-448q0 -14 9 -23t23 -9t23 9t9 23zM1152 320q0 -26 -19 -45t-45 -19h-429l-51 -483q-2 -12 -10.5 -20.5t-20.5 -8.5h-1q-27 0 -32 27l-76 485h-404q-26 0 -45 19t-19 45q0 123 78.5 221.5t177.5 98.5v512q-52 0 -90 38 t-38 90t38 90t90 38h640q52 0 90 -38t38 -90t-38 -90t-90 -38v-512q99 0 177.5 -98.5t78.5 -221.5z" />
168
+ <glyph unicode="&#xf08e;" horiz-adv-x="1792" d="M1408 608v-320q0 -119 -84.5 -203.5t-203.5 -84.5h-832q-119 0 -203.5 84.5t-84.5 203.5v832q0 119 84.5 203.5t203.5 84.5h704q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-704q-66 0 -113 -47t-47 -113v-832q0 -66 47 -113t113 -47h832q66 0 113 47t47 113v320 q0 14 9 23t23 9h64q14 0 23 -9t9 -23zM1792 1472v-512q0 -26 -19 -45t-45 -19t-45 19l-176 176l-652 -652q-10 -10 -23 -10t-23 10l-114 114q-10 10 -10 23t10 23l652 652l-176 176q-19 19 -19 45t19 45t45 19h512q26 0 45 -19t19 -45z" />
169
+ <glyph unicode="&#xf090;" d="M1184 640q0 -26 -19 -45l-544 -544q-19 -19 -45 -19t-45 19t-19 45v288h-448q-26 0 -45 19t-19 45v384q0 26 19 45t45 19h448v288q0 26 19 45t45 19t45 -19l544 -544q19 -19 19 -45zM1536 992v-704q0 -119 -84.5 -203.5t-203.5 -84.5h-320q-13 0 -22.5 9.5t-9.5 22.5 q0 4 -1 20t-0.5 26.5t3 23.5t10 19.5t20.5 6.5h320q66 0 113 47t47 113v704q0 66 -47 113t-113 47h-288h-11h-13t-11.5 1t-11.5 3t-8 5.5t-7 9t-2 13.5q0 4 -1 20t-0.5 26.5t3 23.5t10 19.5t20.5 6.5h320q119 0 203.5 -84.5t84.5 -203.5z" />
170
+ <glyph unicode="&#xf091;" horiz-adv-x="1664" d="M458 653q-74 162 -74 371h-256v-96q0 -78 94.5 -162t235.5 -113zM1536 928v96h-256q0 -209 -74 -371q141 29 235.5 113t94.5 162zM1664 1056v-128q0 -71 -41.5 -143t-112 -130t-173 -97.5t-215.5 -44.5q-42 -54 -95 -95q-38 -34 -52.5 -72.5t-14.5 -89.5q0 -54 30.5 -91 t97.5 -37q75 0 133.5 -45.5t58.5 -114.5v-64q0 -14 -9 -23t-23 -9h-832q-14 0 -23 9t-9 23v64q0 69 58.5 114.5t133.5 45.5q67 0 97.5 37t30.5 91q0 51 -14.5 89.5t-52.5 72.5q-53 41 -95 95q-113 5 -215.5 44.5t-173 97.5t-112 130t-41.5 143v128q0 40 28 68t68 28h288v96 q0 66 47 113t113 47h576q66 0 113 -47t47 -113v-96h288q40 0 68 -28t28 -68z" />
171
+ <glyph unicode="&#xf092;" d="M394 184q-8 -9 -20 3q-13 11 -4 19q8 9 20 -3q12 -11 4 -19zM352 245q9 -12 0 -19q-8 -6 -17 7t0 18q9 7 17 -6zM291 305q-5 -7 -13 -2q-10 5 -7 12q3 5 13 2q10 -5 7 -12zM322 271q-6 -7 -16 3q-9 11 -2 16q6 6 16 -3q9 -11 2 -16zM451 159q-4 -12 -19 -6q-17 4 -13 15 t19 7q16 -5 13 -16zM514 154q0 -11 -16 -11q-17 -2 -17 11q0 11 16 11q17 2 17 -11zM572 164q2 -10 -14 -14t-18 8t14 15q16 2 18 -9zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-224q-16 0 -24.5 1t-19.5 5t-16 14.5t-5 27.5v239q0 97 -52 142q57 6 102.5 18t94 39 t81 66.5t53 105t20.5 150.5q0 121 -79 206q37 91 -8 204q-28 9 -81 -11t-92 -44l-38 -24q-93 26 -192 26t-192 -26q-16 11 -42.5 27t-83.5 38.5t-86 13.5q-44 -113 -7 -204q-79 -85 -79 -206q0 -85 20.5 -150t52.5 -105t80.5 -67t94 -39t102.5 -18q-40 -36 -49 -103 q-21 -10 -45 -15t-57 -5t-65.5 21.5t-55.5 62.5q-19 32 -48.5 52t-49.5 24l-20 3q-21 0 -29 -4.5t-5 -11.5t9 -14t13 -12l7 -5q22 -10 43.5 -38t31.5 -51l10 -23q13 -38 44 -61.5t67 -30t69.5 -7t55.5 3.5l23 4q0 -38 0.5 -103t0.5 -68q0 -22 -11 -33.5t-22 -13t-33 -1.5 h-224q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
172
+ <glyph unicode="&#xf093;" horiz-adv-x="1664" d="M1280 64q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1536 64q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1664 288v-320q0 -40 -28 -68t-68 -28h-1472q-40 0 -68 28t-28 68v320q0 40 28 68t68 28h427q21 -56 70.5 -92 t110.5 -36h256q61 0 110.5 36t70.5 92h427q40 0 68 -28t28 -68zM1339 936q-17 -40 -59 -40h-256v-448q0 -26 -19 -45t-45 -19h-256q-26 0 -45 19t-19 45v448h-256q-42 0 -59 40q-17 39 14 69l448 448q18 19 45 19t45 -19l448 -448q31 -30 14 -69z" />
173
+ <glyph unicode="&#xf094;" d="M1407 710q0 44 -7 113.5t-18 96.5q-12 30 -17 44t-9 36.5t-4 48.5q0 23 5 68.5t5 67.5q0 37 -10 55q-4 1 -13 1q-19 0 -58 -4.5t-59 -4.5q-60 0 -176 24t-175 24q-43 0 -94.5 -11.5t-85 -23.5t-89.5 -34q-137 -54 -202 -103q-96 -73 -159.5 -189.5t-88 -236t-24.5 -248.5 q0 -40 12.5 -120t12.5 -121q0 -23 -11 -66.5t-11 -65.5t12 -36.5t34 -14.5q24 0 72.5 11t73.5 11q57 0 169.5 -15.5t169.5 -15.5q181 0 284 36q129 45 235.5 152.5t166 245.5t59.5 275zM1535 712q0 -165 -70 -327.5t-196 -288t-281 -180.5q-124 -44 -326 -44 q-57 0 -170 14.5t-169 14.5q-24 0 -72.5 -14.5t-73.5 -14.5q-73 0 -123.5 55.5t-50.5 128.5q0 24 11 68t11 67q0 40 -12.5 120.5t-12.5 121.5q0 111 18 217.5t54.5 209.5t100.5 194t150 156q78 59 232 120q194 78 316 78q60 0 175.5 -24t173.5 -24q19 0 57 5t58 5 q81 0 118 -50.5t37 -134.5q0 -23 -5 -68t-5 -68q0 -10 1 -18.5t3 -17t4 -13.5t6.5 -16t6.5 -17q16 -40 25 -118.5t9 -136.5z" />
174
+ <glyph unicode="&#xf095;" horiz-adv-x="1408" d="M1408 296q0 -27 -10 -70.5t-21 -68.5q-21 -50 -122 -106q-94 -51 -186 -51q-27 0 -52.5 3.5t-57.5 12.5t-47.5 14.5t-55.5 20.5t-49 18q-98 35 -175 83q-128 79 -264.5 215.5t-215.5 264.5q-48 77 -83 175q-3 9 -18 49t-20.5 55.5t-14.5 47.5t-12.5 57.5t-3.5 52.5 q0 92 51 186q56 101 106 122q25 11 68.5 21t70.5 10q14 0 21 -3q18 -6 53 -76q11 -19 30 -54t35 -63.5t31 -53.5q3 -4 17.5 -25t21.5 -35.5t7 -28.5q0 -20 -28.5 -50t-62 -55t-62 -53t-28.5 -46q0 -9 5 -22.5t8.5 -20.5t14 -24t11.5 -19q76 -137 174 -235t235 -174 q2 -1 19 -11.5t24 -14t20.5 -8.5t22.5 -5q18 0 46 28.5t53 62t55 62t50 28.5q14 0 28.5 -7t35.5 -21.5t25 -17.5q25 -15 53.5 -31t63.5 -35t54 -30q70 -35 76 -53q3 -7 3 -21z" />
175
+ <glyph unicode="&#xf096;" horiz-adv-x="1408" d="M1120 1280h-832q-66 0 -113 -47t-47 -113v-832q0 -66 47 -113t113 -47h832q66 0 113 47t47 113v832q0 66 -47 113t-113 47zM1408 1120v-832q0 -119 -84.5 -203.5t-203.5 -84.5h-832q-119 0 -203.5 84.5t-84.5 203.5v832q0 119 84.5 203.5t203.5 84.5h832 q119 0 203.5 -84.5t84.5 -203.5z" />
176
+ <glyph unicode="&#xf097;" horiz-adv-x="1280" d="M1152 1280h-1024v-1242l423 406l89 85l89 -85l423 -406v1242zM1164 1408q23 0 44 -9q33 -13 52.5 -41t19.5 -62v-1289q0 -34 -19.5 -62t-52.5 -41q-19 -8 -44 -8q-48 0 -83 32l-441 424l-441 -424q-36 -33 -83 -33q-23 0 -44 9q-33 13 -52.5 41t-19.5 62v1289 q0 34 19.5 62t52.5 41q21 9 44 9h1048z" />
177
+ <glyph unicode="&#xf098;" d="M1280 343q0 11 -2 16q-3 8 -38.5 29.5t-88.5 49.5l-53 29q-5 3 -19 13t-25 15t-21 5q-18 0 -47 -32.5t-57 -65.5t-44 -33q-7 0 -16.5 3.5t-15.5 6.5t-17 9.5t-14 8.5q-99 55 -170.5 126.5t-126.5 170.5q-2 3 -8.5 14t-9.5 17t-6.5 15.5t-3.5 16.5q0 13 20.5 33.5t45 38.5 t45 39.5t20.5 36.5q0 10 -5 21t-15 25t-13 19q-3 6 -15 28.5t-25 45.5t-26.5 47.5t-25 40.5t-16.5 18t-16 2q-48 0 -101 -22q-46 -21 -80 -94.5t-34 -130.5q0 -16 2.5 -34t5 -30.5t9 -33t10 -29.5t12.5 -33t11 -30q60 -164 216.5 -320.5t320.5 -216.5q6 -2 30 -11t33 -12.5 t29.5 -10t33 -9t30.5 -5t34 -2.5q57 0 130.5 34t94.5 80q22 53 22 101zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
178
+ <glyph unicode="&#xf099;" horiz-adv-x="1664" d="M1620 1128q-67 -98 -162 -167q1 -14 1 -42q0 -130 -38 -259.5t-115.5 -248.5t-184.5 -210.5t-258 -146t-323 -54.5q-271 0 -496 145q35 -4 78 -4q225 0 401 138q-105 2 -188 64.5t-114 159.5q33 -5 61 -5q43 0 85 11q-112 23 -185.5 111.5t-73.5 205.5v4q68 -38 146 -41 q-66 44 -105 115t-39 154q0 88 44 163q121 -149 294.5 -238.5t371.5 -99.5q-8 38 -8 74q0 134 94.5 228.5t228.5 94.5q140 0 236 -102q109 21 205 78q-37 -115 -142 -178q93 10 186 50z" />
179
+ <glyph unicode="&#xf09a;" horiz-adv-x="768" d="M511 980h257l-30 -284h-227v-824h-341v824h-170v284h170v171q0 182 86 275.5t283 93.5h227v-284h-142q-39 0 -62.5 -6.5t-34 -23.5t-13.5 -34.5t-3 -49.5v-142z" />
180
+ <glyph unicode="&#xf09b;" d="M1536 640q0 -251 -146.5 -451.5t-378.5 -277.5q-27 -5 -39.5 7t-12.5 30v211q0 97 -52 142q57 6 102.5 18t94 39t81 66.5t53 105t20.5 150.5q0 121 -79 206q37 91 -8 204q-28 9 -81 -11t-92 -44l-38 -24q-93 26 -192 26t-192 -26q-16 11 -42.5 27t-83.5 38.5t-86 13.5 q-44 -113 -7 -204q-79 -85 -79 -206q0 -85 20.5 -150t52.5 -105t80.5 -67t94 -39t102.5 -18q-40 -36 -49 -103q-21 -10 -45 -15t-57 -5t-65.5 21.5t-55.5 62.5q-19 32 -48.5 52t-49.5 24l-20 3q-21 0 -29 -4.5t-5 -11.5t9 -14t13 -12l7 -5q22 -10 43.5 -38t31.5 -51l10 -23 q13 -38 44 -61.5t67 -30t69.5 -7t55.5 3.5l23 4q0 -38 0.5 -89t0.5 -54q0 -18 -13 -30t-40 -7q-232 77 -378.5 277.5t-146.5 451.5q0 209 103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
181
+ <glyph unicode="&#xf09c;" horiz-adv-x="1664" d="M1664 960v-256q0 -26 -19 -45t-45 -19h-64q-26 0 -45 19t-19 45v256q0 106 -75 181t-181 75t-181 -75t-75 -181v-192h96q40 0 68 -28t28 -68v-576q0 -40 -28 -68t-68 -28h-960q-40 0 -68 28t-28 68v576q0 40 28 68t68 28h672v192q0 185 131.5 316.5t316.5 131.5 t316.5 -131.5t131.5 -316.5z" />
182
+ <glyph unicode="&#xf09d;" horiz-adv-x="1920" d="M1760 1408q66 0 113 -47t47 -113v-1216q0 -66 -47 -113t-113 -47h-1600q-66 0 -113 47t-47 113v1216q0 66 47 113t113 47h1600zM160 1280q-13 0 -22.5 -9.5t-9.5 -22.5v-224h1664v224q0 13 -9.5 22.5t-22.5 9.5h-1600zM1760 0q13 0 22.5 9.5t9.5 22.5v608h-1664v-608 q0 -13 9.5 -22.5t22.5 -9.5h1600zM256 128v128h256v-128h-256zM640 128v128h384v-128h-384z" />
183
+ <glyph unicode="&#xf09e;" horiz-adv-x="1408" d="M384 192q0 -80 -56 -136t-136 -56t-136 56t-56 136t56 136t136 56t136 -56t56 -136zM896 69q2 -28 -17 -48q-18 -21 -47 -21h-135q-25 0 -43 16.5t-20 41.5q-22 229 -184.5 391.5t-391.5 184.5q-25 2 -41.5 20t-16.5 43v135q0 29 21 47q17 17 43 17h5q160 -13 306 -80.5 t259 -181.5q114 -113 181.5 -259t80.5 -306zM1408 67q2 -27 -18 -47q-18 -20 -46 -20h-143q-26 0 -44.5 17.5t-19.5 42.5q-12 215 -101 408.5t-231.5 336t-336 231.5t-408.5 102q-25 1 -42.5 19.5t-17.5 43.5v143q0 28 20 46q18 18 44 18h3q262 -13 501.5 -120t425.5 -294 q187 -186 294 -425.5t120 -501.5z" />
184
+ <glyph unicode="&#xf0a0;" d="M1040 320q0 -33 -23.5 -56.5t-56.5 -23.5t-56.5 23.5t-23.5 56.5t23.5 56.5t56.5 23.5t56.5 -23.5t23.5 -56.5zM1296 320q0 -33 -23.5 -56.5t-56.5 -23.5t-56.5 23.5t-23.5 56.5t23.5 56.5t56.5 23.5t56.5 -23.5t23.5 -56.5zM1408 160v320q0 13 -9.5 22.5t-22.5 9.5 h-1216q-13 0 -22.5 -9.5t-9.5 -22.5v-320q0 -13 9.5 -22.5t22.5 -9.5h1216q13 0 22.5 9.5t9.5 22.5zM178 640h1180l-157 482q-4 13 -16 21.5t-26 8.5h-782q-14 0 -26 -8.5t-16 -21.5zM1536 480v-320q0 -66 -47 -113t-113 -47h-1216q-66 0 -113 47t-47 113v320q0 25 16 75 l197 606q17 53 63 86t101 33h782q55 0 101 -33t63 -86l197 -606q16 -50 16 -75z" />
185
+ <glyph unicode="&#xf0a1;" horiz-adv-x="1792" d="M1664 896q53 0 90.5 -37.5t37.5 -90.5t-37.5 -90.5t-90.5 -37.5v-384q0 -52 -38 -90t-90 -38q-417 347 -812 380q-58 -19 -91 -66t-31 -100.5t40 -92.5q-20 -33 -23 -65.5t6 -58t33.5 -55t48 -50t61.5 -50.5q-29 -58 -111.5 -83t-168.5 -11.5t-132 55.5q-7 23 -29.5 87.5 t-32 94.5t-23 89t-15 101t3.5 98.5t22 110.5h-122q-66 0 -113 47t-47 113v192q0 66 47 113t113 47h480q435 0 896 384q52 0 90 -38t38 -90v-384zM1536 292v954q-394 -302 -768 -343v-270q377 -42 768 -341z" />
186
+ <glyph unicode="&#xf0a2;" horiz-adv-x="1664" d="M848 -160q0 16 -16 16q-59 0 -101.5 42.5t-42.5 101.5q0 16 -16 16t-16 -16q0 -73 51.5 -124.5t124.5 -51.5q16 0 16 16zM183 128h1298q-164 181 -246.5 411.5t-82.5 484.5q0 256 -320 256t-320 -256q0 -254 -82.5 -484.5t-246.5 -411.5zM1664 128q0 -52 -38 -90t-90 -38 h-448q0 -106 -75 -181t-181 -75t-181 75t-75 181h-448q-52 0 -90 38t-38 90q190 161 287 397.5t97 498.5q0 165 96 262t264 117q-8 18 -8 37q0 40 28 68t68 28t68 -28t28 -68q0 -19 -8 -37q168 -20 264 -117t96 -262q0 -262 97 -498.5t287 -397.5z" />
187
+ <glyph unicode="&#xf0a3;" d="M1376 640l138 -135q30 -28 20 -70q-12 -41 -52 -51l-188 -48l53 -186q12 -41 -19 -70q-29 -31 -70 -19l-186 53l-48 -188q-10 -40 -51 -52q-12 -2 -19 -2q-31 0 -51 22l-135 138l-135 -138q-28 -30 -70 -20q-41 11 -51 52l-48 188l-186 -53q-41 -12 -70 19q-31 29 -19 70 l53 186l-188 48q-40 10 -52 51q-10 42 20 70l138 135l-138 135q-30 28 -20 70q12 41 52 51l188 48l-53 186q-12 41 19 70q29 31 70 19l186 -53l48 188q10 41 51 51q41 12 70 -19l135 -139l135 139q29 30 70 19q41 -10 51 -51l48 -188l186 53q41 12 70 -19q31 -29 19 -70 l-53 -186l188 -48q40 -10 52 -51q10 -42 -20 -70z" />
188
+ <glyph unicode="&#xf0a4;" horiz-adv-x="1792" d="M256 192q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1664 768q0 51 -39 89.5t-89 38.5h-576q0 20 15 48.5t33 55t33 68t15 84.5q0 67 -44.5 97.5t-115.5 30.5q-24 0 -90 -139q-24 -44 -37 -65q-40 -64 -112 -145q-71 -81 -101 -106 q-69 -57 -140 -57h-32v-640h32q72 0 167 -32t193.5 -64t179.5 -32q189 0 189 167q0 26 -5 56q30 16 47.5 52.5t17.5 73.5t-18 69q53 50 53 119q0 25 -10 55.5t-25 47.5h331q52 0 90 38t38 90zM1792 769q0 -105 -75.5 -181t-180.5 -76h-169q-4 -62 -37 -119q3 -21 3 -43 q0 -101 -60 -178q1 -139 -85 -219.5t-227 -80.5q-133 0 -322 69q-164 59 -223 59h-288q-53 0 -90.5 37.5t-37.5 90.5v640q0 53 37.5 90.5t90.5 37.5h288q10 0 21.5 4.5t23.5 14t22.5 18t24 22.5t20.5 21.5t19 21.5t14 17q65 74 100 129q13 21 33 62t37 72t40.5 63t55 49.5 t69.5 17.5q125 0 206.5 -67t81.5 -189q0 -68 -22 -128h374q104 0 180 -76t76 -179z" />
189
+ <glyph unicode="&#xf0a5;" horiz-adv-x="1792" d="M1376 128h32v640h-32q-35 0 -67.5 12t-62.5 37t-50 46t-49 54q-2 3 -3.5 4.5t-4 4.5t-4.5 5q-72 81 -112 145q-14 22 -38 68q-1 3 -10.5 22.5t-18.5 36t-20 35.5t-21.5 30.5t-18.5 11.5q-71 0 -115.5 -30.5t-44.5 -97.5q0 -43 15 -84.5t33 -68t33 -55t15 -48.5h-576 q-50 0 -89 -38.5t-39 -89.5q0 -52 38 -90t90 -38h331q-15 -17 -25 -47.5t-10 -55.5q0 -69 53 -119q-18 -32 -18 -69t17.5 -73.5t47.5 -52.5q-4 -24 -4 -56q0 -85 48.5 -126t135.5 -41q84 0 183 32t194 64t167 32zM1664 192q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45 t45 -19t45 19t19 45zM1792 768v-640q0 -53 -37.5 -90.5t-90.5 -37.5h-288q-59 0 -223 -59q-190 -69 -317 -69q-142 0 -230 77.5t-87 217.5l1 5q-61 76 -61 178q0 22 3 43q-33 57 -37 119h-169q-105 0 -180.5 76t-75.5 181q0 103 76 179t180 76h374q-22 60 -22 128 q0 122 81.5 189t206.5 67q38 0 69.5 -17.5t55 -49.5t40.5 -63t37 -72t33 -62q35 -55 100 -129q2 -3 14 -17t19 -21.5t20.5 -21.5t24 -22.5t22.5 -18t23.5 -14t21.5 -4.5h288q53 0 90.5 -37.5t37.5 -90.5z" />
190
+ <glyph unicode="&#xf0a6;" d="M1280 -64q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1408 700q0 189 -167 189q-26 0 -56 -5q-16 30 -52.5 47.5t-73.5 17.5t-69 -18q-50 53 -119 53q-25 0 -55.5 -10t-47.5 -25v331q0 52 -38 90t-90 38q-51 0 -89.5 -39t-38.5 -89v-576 q-20 0 -48.5 15t-55 33t-68 33t-84.5 15q-67 0 -97.5 -44.5t-30.5 -115.5q0 -24 139 -90q44 -24 65 -37q64 -40 145 -112q81 -71 106 -101q57 -69 57 -140v-32h640v32q0 72 32 167t64 193.5t32 179.5zM1536 705q0 -133 -69 -322q-59 -164 -59 -223v-288q0 -53 -37.5 -90.5 t-90.5 -37.5h-640q-53 0 -90.5 37.5t-37.5 90.5v288q0 10 -4.5 21.5t-14 23.5t-18 22.5t-22.5 24t-21.5 20.5t-21.5 19t-17 14q-74 65 -129 100q-21 13 -62 33t-72 37t-63 40.5t-49.5 55t-17.5 69.5q0 125 67 206.5t189 81.5q68 0 128 -22v374q0 104 76 180t179 76 q105 0 181 -75.5t76 -180.5v-169q62 -4 119 -37q21 3 43 3q101 0 178 -60q139 1 219.5 -85t80.5 -227z" />
191
+ <glyph unicode="&#xf0a7;" d="M1408 576q0 84 -32 183t-64 194t-32 167v32h-640v-32q0 -35 -12 -67.5t-37 -62.5t-46 -50t-54 -49q-9 -8 -14 -12q-81 -72 -145 -112q-22 -14 -68 -38q-3 -1 -22.5 -10.5t-36 -18.5t-35.5 -20t-30.5 -21.5t-11.5 -18.5q0 -71 30.5 -115.5t97.5 -44.5q43 0 84.5 15t68 33 t55 33t48.5 15v-576q0 -50 38.5 -89t89.5 -39q52 0 90 38t38 90v331q46 -35 103 -35q69 0 119 53q32 -18 69 -18t73.5 17.5t52.5 47.5q24 -4 56 -4q85 0 126 48.5t41 135.5zM1280 1344q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1536 580 q0 -142 -77.5 -230t-217.5 -87l-5 1q-76 -61 -178 -61q-22 0 -43 3q-54 -30 -119 -37v-169q0 -105 -76 -180.5t-181 -75.5q-103 0 -179 76t-76 180v374q-54 -22 -128 -22q-121 0 -188.5 81.5t-67.5 206.5q0 38 17.5 69.5t49.5 55t63 40.5t72 37t62 33q55 35 129 100 q3 2 17 14t21.5 19t21.5 20.5t22.5 24t18 22.5t14 23.5t4.5 21.5v288q0 53 37.5 90.5t90.5 37.5h640q53 0 90.5 -37.5t37.5 -90.5v-288q0 -59 59 -223q69 -190 69 -317z" />
192
+ <glyph unicode="&#xf0a8;" d="M1280 576v128q0 26 -19 45t-45 19h-502l189 189q19 19 19 45t-19 45l-91 91q-18 18 -45 18t-45 -18l-362 -362l-91 -91q-18 -18 -18 -45t18 -45l91 -91l362 -362q18 -18 45 -18t45 18l91 91q18 18 18 45t-18 45l-189 189h502q26 0 45 19t19 45zM1536 640 q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
193
+ <glyph unicode="&#xf0a9;" d="M1285 640q0 27 -18 45l-91 91l-362 362q-18 18 -45 18t-45 -18l-91 -91q-18 -18 -18 -45t18 -45l189 -189h-502q-26 0 -45 -19t-19 -45v-128q0 -26 19 -45t45 -19h502l-189 -189q-19 -19 -19 -45t19 -45l91 -91q18 -18 45 -18t45 18l362 362l91 91q18 18 18 45zM1536 640 q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
194
+ <glyph unicode="&#xf0aa;" d="M1284 641q0 27 -18 45l-362 362l-91 91q-18 18 -45 18t-45 -18l-91 -91l-362 -362q-18 -18 -18 -45t18 -45l91 -91q18 -18 45 -18t45 18l189 189v-502q0 -26 19 -45t45 -19h128q26 0 45 19t19 45v502l189 -189q19 -19 45 -19t45 19l91 91q18 18 18 45zM1536 640 q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
195
+ <glyph unicode="&#xf0ab;" d="M1284 639q0 27 -18 45l-91 91q-18 18 -45 18t-45 -18l-189 -189v502q0 26 -19 45t-45 19h-128q-26 0 -45 -19t-19 -45v-502l-189 189q-19 19 -45 19t-45 -19l-91 -91q-18 -18 -18 -45t18 -45l362 -362l91 -91q18 -18 45 -18t45 18l91 91l362 362q18 18 18 45zM1536 640 q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
196
+ <glyph unicode="&#xf0ac;" d="M768 1408q209 0 385.5 -103t279.5 -279.5t103 -385.5t-103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103zM1042 887q-2 -1 -9.5 -9.5t-13.5 -9.5q2 0 4.5 5t5 11t3.5 7q6 7 22 15q14 6 52 12q34 8 51 -11 q-2 2 9.5 13t14.5 12q3 2 15 4.5t15 7.5l2 22q-12 -1 -17.5 7t-6.5 21q0 -2 -6 -8q0 7 -4.5 8t-11.5 -1t-9 -1q-10 3 -15 7.5t-8 16.5t-4 15q-2 5 -9.5 10.5t-9.5 10.5q-1 2 -2.5 5.5t-3 6.5t-4 5.5t-5.5 2.5t-7 -5t-7.5 -10t-4.5 -5q-3 2 -6 1.5t-4.5 -1t-4.5 -3t-5 -3.5 q-3 -2 -8.5 -3t-8.5 -2q15 5 -1 11q-10 4 -16 3q9 4 7.5 12t-8.5 14h5q-1 4 -8.5 8.5t-17.5 8.5t-13 6q-8 5 -34 9.5t-33 0.5q-5 -6 -4.5 -10.5t4 -14t3.5 -12.5q1 -6 -5.5 -13t-6.5 -12q0 -7 14 -15.5t10 -21.5q-3 -8 -16 -16t-16 -12q-5 -8 -1.5 -18.5t10.5 -16.5 q2 -2 1.5 -4t-3.5 -4.5t-5.5 -4t-6.5 -3.5l-3 -2q-11 -5 -20.5 6t-13.5 26q-7 25 -16 30q-23 8 -29 -1q-5 13 -41 26q-25 9 -58 4q6 1 0 15q-7 15 -19 12q3 6 4 17.5t1 13.5q3 13 12 23q1 1 7 8.5t9.5 13.5t0.5 6q35 -4 50 11q5 5 11.5 17t10.5 17q9 6 14 5.5t14.5 -5.5 t14.5 -5q14 -1 15.5 11t-7.5 20q12 -1 3 17q-5 7 -8 9q-12 4 -27 -5q-8 -4 2 -8q-1 1 -9.5 -10.5t-16.5 -17.5t-16 5q-1 1 -5.5 13.5t-9.5 13.5q-8 0 -16 -15q3 8 -11 15t-24 8q19 12 -8 27q-7 4 -20.5 5t-19.5 -4q-5 -7 -5.5 -11.5t5 -8t10.5 -5.5t11.5 -4t8.5 -3 q14 -10 8 -14q-2 -1 -8.5 -3.5t-11.5 -4.5t-6 -4q-3 -4 0 -14t-2 -14q-5 5 -9 17.5t-7 16.5q7 -9 -25 -6l-10 1q-4 0 -16 -2t-20.5 -1t-13.5 8q-4 8 0 20q1 4 4 2q-4 3 -11 9.5t-10 8.5q-46 -15 -94 -41q6 -1 12 1q5 2 13 6.5t10 5.5q34 14 42 7l5 5q14 -16 20 -25 q-7 4 -30 1q-20 -6 -22 -12q7 -12 5 -18q-4 3 -11.5 10t-14.5 11t-15 5q-16 0 -22 -1q-146 -80 -235 -222q7 -7 12 -8q4 -1 5 -9t2.5 -11t11.5 3q9 -8 3 -19q1 1 44 -27q19 -17 21 -21q3 -11 -10 -18q-1 2 -9 9t-9 4q-3 -5 0.5 -18.5t10.5 -12.5q-7 0 -9.5 -16t-2.5 -35.5 t-1 -23.5l2 -1q-3 -12 5.5 -34.5t21.5 -19.5q-13 -3 20 -43q6 -8 8 -9q3 -2 12 -7.5t15 -10t10 -10.5q4 -5 10 -22.5t14 -23.5q-2 -6 9.5 -20t10.5 -23q-1 0 -2.5 -1t-2.5 -1q3 -7 15.5 -14t15.5 -13q1 -3 2 -10t3 -11t8 -2q2 20 -24 62q-15 25 -17 29q-3 5 -5.5 15.5 t-4.5 14.5q2 0 6 -1.5t8.5 -3.5t7.5 -4t2 -3q-3 -7 2 -17.5t12 -18.5t17 -19t12 -13q6 -6 14 -19.5t0 -13.5q9 0 20 -10t17 -20q5 -8 8 -26t5 -24q2 -7 8.5 -13.5t12.5 -9.5l16 -8t13 -7q5 -2 18.5 -10.5t21.5 -11.5q10 -4 16 -4t14.5 2.5t13.5 3.5q15 2 29 -15t21 -21 q36 -19 55 -11q-2 -1 0.5 -7.5t8 -15.5t9 -14.5t5.5 -8.5q5 -6 18 -15t18 -15q6 4 7 9q-3 -8 7 -20t18 -10q14 3 14 32q-31 -15 -49 18q0 1 -2.5 5.5t-4 8.5t-2.5 8.5t0 7.5t5 3q9 0 10 3.5t-2 12.5t-4 13q-1 8 -11 20t-12 15q-5 -9 -16 -8t-16 9q0 -1 -1.5 -5.5t-1.5 -6.5 q-13 0 -15 1q1 3 2.5 17.5t3.5 22.5q1 4 5.5 12t7.5 14.5t4 12.5t-4.5 9.5t-17.5 2.5q-19 -1 -26 -20q-1 -3 -3 -10.5t-5 -11.5t-9 -7q-7 -3 -24 -2t-24 5q-13 8 -22.5 29t-9.5 37q0 10 2.5 26.5t3 25t-5.5 24.5q3 2 9 9.5t10 10.5q2 1 4.5 1.5t4.5 0t4 1.5t3 6q-1 1 -4 3 q-3 3 -4 3q7 -3 28.5 1.5t27.5 -1.5q15 -11 22 2q0 1 -2.5 9.5t-0.5 13.5q5 -27 29 -9q3 -3 15.5 -5t17.5 -5q3 -2 7 -5.5t5.5 -4.5t5 0.5t8.5 6.5q10 -14 12 -24q11 -40 19 -44q7 -3 11 -2t4.5 9.5t0 14t-1.5 12.5l-1 8v18l-1 8q-15 3 -18.5 12t1.5 18.5t15 18.5q1 1 8 3.5 t15.5 6.5t12.5 8q21 19 15 35q7 0 11 9q-1 0 -5 3t-7.5 5t-4.5 2q9 5 2 16q5 3 7.5 11t7.5 10q9 -12 21 -2q7 8 1 16q5 7 20.5 10.5t18.5 9.5q7 -2 8 2t1 12t3 12q4 5 15 9t13 5l17 11q3 4 0 4q18 -2 31 11q10 11 -6 20q3 6 -3 9.5t-15 5.5q3 1 11.5 0.5t10.5 1.5 q15 10 -7 16q-17 5 -43 -12zM879 10q206 36 351 189q-3 3 -12.5 4.5t-12.5 3.5q-18 7 -24 8q1 7 -2.5 13t-8 9t-12.5 8t-11 7q-2 2 -7 6t-7 5.5t-7.5 4.5t-8.5 2t-10 -1l-3 -1q-3 -1 -5.5 -2.5t-5.5 -3t-4 -3t0 -2.5q-21 17 -36 22q-5 1 -11 5.5t-10.5 7t-10 1.5t-11.5 -7 q-5 -5 -6 -15t-2 -13q-7 5 0 17.5t2 18.5q-3 6 -10.5 4.5t-12 -4.5t-11.5 -8.5t-9 -6.5t-8.5 -5.5t-8.5 -7.5q-3 -4 -6 -12t-5 -11q-2 4 -11.5 6.5t-9.5 5.5q2 -10 4 -35t5 -38q7 -31 -12 -48q-27 -25 -29 -40q-4 -22 12 -26q0 -7 -8 -20.5t-7 -21.5q0 -6 2 -16z" />
197
+ <glyph unicode="&#xf0ad;" horiz-adv-x="1664" d="M384 64q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1028 484l-682 -682q-37 -37 -90 -37q-52 0 -91 37l-106 108q-38 36 -38 90q0 53 38 91l681 681q39 -98 114.5 -173.5t173.5 -114.5zM1662 919q0 -39 -23 -106q-47 -134 -164.5 -217.5 t-258.5 -83.5q-185 0 -316.5 131.5t-131.5 316.5t131.5 316.5t316.5 131.5q58 0 121.5 -16.5t107.5 -46.5q16 -11 16 -28t-16 -28l-293 -169v-224l193 -107q5 3 79 48.5t135.5 81t70.5 35.5q15 0 23.5 -10t8.5 -25z" />
198
+ <glyph unicode="&#xf0ae;" horiz-adv-x="1792" d="M1024 128h640v128h-640v-128zM640 640h1024v128h-1024v-128zM1280 1152h384v128h-384v-128zM1792 320v-256q0 -26 -19 -45t-45 -19h-1664q-26 0 -45 19t-19 45v256q0 26 19 45t45 19h1664q26 0 45 -19t19 -45zM1792 832v-256q0 -26 -19 -45t-45 -19h-1664q-26 0 -45 19 t-19 45v256q0 26 19 45t45 19h1664q26 0 45 -19t19 -45zM1792 1344v-256q0 -26 -19 -45t-45 -19h-1664q-26 0 -45 19t-19 45v256q0 26 19 45t45 19h1664q26 0 45 -19t19 -45z" />
199
+ <glyph unicode="&#xf0b0;" horiz-adv-x="1408" d="M1403 1241q17 -41 -14 -70l-493 -493v-742q0 -42 -39 -59q-13 -5 -25 -5q-27 0 -45 19l-256 256q-19 19 -19 45v486l-493 493q-31 29 -14 70q17 39 59 39h1280q42 0 59 -39z" />
200
+ <glyph unicode="&#xf0b1;" horiz-adv-x="1792" d="M640 1280h512v128h-512v-128zM1792 640v-480q0 -66 -47 -113t-113 -47h-1472q-66 0 -113 47t-47 113v480h672v-160q0 -26 19 -45t45 -19h320q26 0 45 19t19 45v160h672zM1024 640v-128h-256v128h256zM1792 1120v-384h-1792v384q0 66 47 113t113 47h352v160q0 40 28 68 t68 28h576q40 0 68 -28t28 -68v-160h352q66 0 113 -47t47 -113z" />
201
+ <glyph unicode="&#xf0b2;" d="M1283 995l-355 -355l355 -355l144 144q29 31 70 14q39 -17 39 -59v-448q0 -26 -19 -45t-45 -19h-448q-42 0 -59 40q-17 39 14 69l144 144l-355 355l-355 -355l144 -144q31 -30 14 -69q-17 -40 -59 -40h-448q-26 0 -45 19t-19 45v448q0 42 40 59q39 17 69 -14l144 -144 l355 355l-355 355l-144 -144q-19 -19 -45 -19q-12 0 -24 5q-40 17 -40 59v448q0 26 19 45t45 19h448q42 0 59 -40q17 -39 -14 -69l-144 -144l355 -355l355 355l-144 144q-31 30 -14 69q17 40 59 40h448q26 0 45 -19t19 -45v-448q0 -42 -39 -59q-13 -5 -25 -5q-26 0 -45 19z " />
202
+ <glyph unicode="&#xf0c0;" horiz-adv-x="1920" d="M593 640q-162 -5 -265 -128h-134q-82 0 -138 40.5t-56 118.5q0 353 124 353q6 0 43.5 -21t97.5 -42.5t119 -21.5q67 0 133 23q-5 -37 -5 -66q0 -139 81 -256zM1664 3q0 -120 -73 -189.5t-194 -69.5h-874q-121 0 -194 69.5t-73 189.5q0 53 3.5 103.5t14 109t26.5 108.5 t43 97.5t62 81t85.5 53.5t111.5 20q10 0 43 -21.5t73 -48t107 -48t135 -21.5t135 21.5t107 48t73 48t43 21.5q61 0 111.5 -20t85.5 -53.5t62 -81t43 -97.5t26.5 -108.5t14 -109t3.5 -103.5zM640 1280q0 -106 -75 -181t-181 -75t-181 75t-75 181t75 181t181 75t181 -75 t75 -181zM1344 896q0 -159 -112.5 -271.5t-271.5 -112.5t-271.5 112.5t-112.5 271.5t112.5 271.5t271.5 112.5t271.5 -112.5t112.5 -271.5zM1920 671q0 -78 -56 -118.5t-138 -40.5h-134q-103 123 -265 128q81 117 81 256q0 29 -5 66q66 -23 133 -23q59 0 119 21.5t97.5 42.5 t43.5 21q124 0 124 -353zM1792 1280q0 -106 -75 -181t-181 -75t-181 75t-75 181t75 181t181 75t181 -75t75 -181z" />
203
+ <glyph unicode="&#xf0c1;" horiz-adv-x="1664" d="M1456 320q0 40 -28 68l-208 208q-28 28 -68 28q-42 0 -72 -32q3 -3 19 -18.5t21.5 -21.5t15 -19t13 -25.5t3.5 -27.5q0 -40 -28 -68t-68 -28q-15 0 -27.5 3.5t-25.5 13t-19 15t-21.5 21.5t-18.5 19q-33 -31 -33 -73q0 -40 28 -68l206 -207q27 -27 68 -27q40 0 68 26 l147 146q28 28 28 67zM753 1025q0 40 -28 68l-206 207q-28 28 -68 28q-39 0 -68 -27l-147 -146q-28 -28 -28 -67q0 -40 28 -68l208 -208q27 -27 68 -27q42 0 72 31q-3 3 -19 18.5t-21.5 21.5t-15 19t-13 25.5t-3.5 27.5q0 40 28 68t68 28q15 0 27.5 -3.5t25.5 -13t19 -15 t21.5 -21.5t18.5 -19q33 31 33 73zM1648 320q0 -120 -85 -203l-147 -146q-83 -83 -203 -83q-121 0 -204 85l-206 207q-83 83 -83 203q0 123 88 209l-88 88q-86 -88 -208 -88q-120 0 -204 84l-208 208q-84 84 -84 204t85 203l147 146q83 83 203 83q121 0 204 -85l206 -207 q83 -83 83 -203q0 -123 -88 -209l88 -88q86 88 208 88q120 0 204 -84l208 -208q84 -84 84 -204z" />
204
+ <glyph unicode="&#xf0c2;" horiz-adv-x="1920" d="M1920 384q0 -159 -112.5 -271.5t-271.5 -112.5h-1088q-185 0 -316.5 131.5t-131.5 316.5q0 132 71 241.5t187 163.5q-2 28 -2 43q0 212 150 362t362 150q158 0 286.5 -88t187.5 -230q70 62 166 62q106 0 181 -75t75 -181q0 -75 -41 -138q129 -30 213 -134.5t84 -239.5z " />
205
+ <glyph unicode="&#xf0c3;" horiz-adv-x="1664" d="M1527 88q56 -89 21.5 -152.5t-140.5 -63.5h-1152q-106 0 -140.5 63.5t21.5 152.5l503 793v399h-64q-26 0 -45 19t-19 45t19 45t45 19h512q26 0 45 -19t19 -45t-19 -45t-45 -19h-64v-399zM748 813l-272 -429h712l-272 429l-20 31v37v399h-128v-399v-37z" />
206
+ <glyph unicode="&#xf0c4;" horiz-adv-x="1792" d="M960 640q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19zM1260 576l507 -398q28 -20 25 -56q-5 -35 -35 -51l-128 -64q-13 -7 -29 -7q-17 0 -31 8l-690 387l-110 -66q-8 -4 -12 -5q14 -49 10 -97q-7 -77 -56 -147.5t-132 -123.5q-132 -84 -277 -84 q-136 0 -222 78q-90 84 -79 207q7 76 56 147t131 124q132 84 278 84q83 0 151 -31q9 13 22 22l122 73l-122 73q-13 9 -22 22q-68 -31 -151 -31q-146 0 -278 84q-82 53 -131 124t-56 147q-5 59 15.5 113t63.5 93q85 79 222 79q145 0 277 -84q83 -52 132 -123t56 -148 q4 -48 -10 -97q4 -1 12 -5l110 -66l690 387q14 8 31 8q16 0 29 -7l128 -64q30 -16 35 -51q3 -36 -25 -56zM579 836q46 42 21 108t-106 117q-92 59 -192 59q-74 0 -113 -36q-46 -42 -21 -108t106 -117q92 -59 192 -59q74 0 113 36zM494 91q81 51 106 117t-21 108 q-39 36 -113 36q-100 0 -192 -59q-81 -51 -106 -117t21 -108q39 -36 113 -36q100 0 192 59zM672 704l96 -58v11q0 36 33 56l14 8l-79 47l-26 -26q-3 -3 -10 -11t-12 -12q-2 -2 -4 -3.5t-3 -2.5zM896 480l96 -32l736 576l-128 64l-768 -431v-113l-160 -96l9 -8q2 -2 7 -6 q4 -4 11 -12t11 -12l26 -26zM1600 64l128 64l-520 408l-177 -138q-2 -3 -13 -7z" />
207
+ <glyph unicode="&#xf0c5;" horiz-adv-x="1792" d="M1696 1152q40 0 68 -28t28 -68v-1216q0 -40 -28 -68t-68 -28h-960q-40 0 -68 28t-28 68v288h-544q-40 0 -68 28t-28 68v672q0 40 20 88t48 76l408 408q28 28 76 48t88 20h416q40 0 68 -28t28 -68v-328q68 40 128 40h416zM1152 939l-299 -299h299v299zM512 1323l-299 -299 h299v299zM708 676l316 316v416h-384v-416q0 -40 -28 -68t-68 -28h-416v-640h512v256q0 40 20 88t48 76zM1664 -128v1152h-384v-416q0 -40 -28 -68t-68 -28h-416v-640h896z" />
208
+ <glyph unicode="&#xf0c6;" horiz-adv-x="1408" d="M1404 151q0 -117 -79 -196t-196 -79q-135 0 -235 100l-777 776q-113 115 -113 271q0 159 110 270t269 111q158 0 273 -113l605 -606q10 -10 10 -22q0 -16 -30.5 -46.5t-46.5 -30.5q-13 0 -23 10l-606 607q-79 77 -181 77q-106 0 -179 -75t-73 -181q0 -105 76 -181 l776 -777q63 -63 145 -63q64 0 106 42t42 106q0 82 -63 145l-581 581q-26 24 -60 24q-29 0 -48 -19t-19 -48q0 -32 25 -59l410 -410q10 -10 10 -22q0 -16 -31 -47t-47 -31q-12 0 -22 10l-410 410q-63 61 -63 149q0 82 57 139t139 57q88 0 149 -63l581 -581q100 -98 100 -235 z" />
209
+ <glyph unicode="&#xf0c7;" d="M384 0h768v384h-768v-384zM1280 0h128v896q0 14 -10 38.5t-20 34.5l-281 281q-10 10 -34 20t-39 10v-416q0 -40 -28 -68t-68 -28h-576q-40 0 -68 28t-28 68v416h-128v-1280h128v416q0 40 28 68t68 28h832q40 0 68 -28t28 -68v-416zM896 928v320q0 13 -9.5 22.5t-22.5 9.5 h-192q-13 0 -22.5 -9.5t-9.5 -22.5v-320q0 -13 9.5 -22.5t22.5 -9.5h192q13 0 22.5 9.5t9.5 22.5zM1536 896v-928q0 -40 -28 -68t-68 -28h-1344q-40 0 -68 28t-28 68v1344q0 40 28 68t68 28h928q40 0 88 -20t76 -48l280 -280q28 -28 48 -76t20 -88z" />
210
+ <glyph unicode="&#xf0c8;" d="M1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
211
+ <glyph unicode="&#xf0c9;" d="M1536 192v-128q0 -26 -19 -45t-45 -19h-1408q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1408q26 0 45 -19t19 -45zM1536 704v-128q0 -26 -19 -45t-45 -19h-1408q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1408q26 0 45 -19t19 -45zM1536 1216v-128q0 -26 -19 -45 t-45 -19h-1408q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1408q26 0 45 -19t19 -45z" />
212
+ <glyph unicode="&#xf0ca;" horiz-adv-x="1792" d="M384 128q0 -80 -56 -136t-136 -56t-136 56t-56 136t56 136t136 56t136 -56t56 -136zM384 640q0 -80 -56 -136t-136 -56t-136 56t-56 136t56 136t136 56t136 -56t56 -136zM1792 224v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1216q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5 t22.5 9.5h1216q13 0 22.5 -9.5t9.5 -22.5zM384 1152q0 -80 -56 -136t-136 -56t-136 56t-56 136t56 136t136 56t136 -56t56 -136zM1792 736v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1216q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1216q13 0 22.5 -9.5t9.5 -22.5z M1792 1248v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1216q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1216q13 0 22.5 -9.5t9.5 -22.5z" />
213
+ <glyph unicode="&#xf0cb;" horiz-adv-x="1792" d="M381 -84q0 -80 -54.5 -126t-135.5 -46q-106 0 -172 66l57 88q49 -45 106 -45q29 0 50.5 14.5t21.5 42.5q0 64 -105 56l-26 56q8 10 32.5 43.5t42.5 54t37 38.5v1q-16 0 -48.5 -1t-48.5 -1v-53h-106v152h333v-88l-95 -115q51 -12 81 -49t30 -88zM383 543v-159h-362 q-6 36 -6 54q0 51 23.5 93t56.5 68t66 47.5t56.5 43.5t23.5 45q0 25 -14.5 38.5t-39.5 13.5q-46 0 -81 -58l-85 59q24 51 71.5 79.5t105.5 28.5q73 0 123 -41.5t50 -112.5q0 -50 -34 -91.5t-75 -64.5t-75.5 -50.5t-35.5 -52.5h127v60h105zM1792 224v-192q0 -13 -9.5 -22.5 t-22.5 -9.5h-1216q-13 0 -22.5 9.5t-9.5 22.5v192q0 14 9 23t23 9h1216q13 0 22.5 -9.5t9.5 -22.5zM384 1123v-99h-335v99h107q0 41 0.5 122t0.5 121v12h-2q-8 -17 -50 -54l-71 76l136 127h106v-404h108zM1792 736v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1216q-13 0 -22.5 9.5 t-9.5 22.5v192q0 14 9 23t23 9h1216q13 0 22.5 -9.5t9.5 -22.5zM1792 1248v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1216q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1216q13 0 22.5 -9.5t9.5 -22.5z" />
214
+ <glyph unicode="&#xf0cc;" horiz-adv-x="1792" d="M1760 640q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-1728q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h1728zM483 704q-28 35 -51 80q-48 97 -48 188q0 181 134 309q133 127 393 127q50 0 167 -19q66 -12 177 -48q10 -38 21 -118q14 -123 14 -183q0 -18 -5 -45l-12 -3l-84 6 l-14 2q-50 149 -103 205q-88 91 -210 91q-114 0 -182 -59q-67 -58 -67 -146q0 -73 66 -140t279 -129q69 -20 173 -66q58 -28 95 -52h-743zM990 448h411q7 -39 7 -92q0 -111 -41 -212q-23 -55 -71 -104q-37 -35 -109 -81q-80 -48 -153 -66q-80 -21 -203 -21q-114 0 -195 23 l-140 40q-57 16 -72 28q-8 8 -8 22v13q0 108 -2 156q-1 30 0 68l2 37v44l102 2q15 -34 30 -71t22.5 -56t12.5 -27q35 -57 80 -94q43 -36 105 -57q59 -22 132 -22q64 0 139 27q77 26 122 86q47 61 47 129q0 84 -81 157q-34 29 -137 71z" />
215
+ <glyph unicode="&#xf0cd;" d="M48 1313q-37 2 -45 4l-3 88q13 1 40 1q60 0 112 -4q132 -7 166 -7q86 0 168 3q116 4 146 5q56 0 86 2l-1 -14l2 -64v-9q-60 -9 -124 -9q-60 0 -79 -25q-13 -14 -13 -132q0 -13 0.5 -32.5t0.5 -25.5l1 -229l14 -280q6 -124 51 -202q35 -59 96 -92q88 -47 177 -47 q104 0 191 28q56 18 99 51q48 36 65 64q36 56 53 114q21 73 21 229q0 79 -3.5 128t-11 122.5t-13.5 159.5l-4 59q-5 67 -24 88q-34 35 -77 34l-100 -2l-14 3l2 86h84l205 -10q76 -3 196 10l18 -2q6 -38 6 -51q0 -7 -4 -31q-45 -12 -84 -13q-73 -11 -79 -17q-15 -15 -15 -41 q0 -7 1.5 -27t1.5 -31q8 -19 22 -396q6 -195 -15 -304q-15 -76 -41 -122q-38 -65 -112 -123q-75 -57 -182 -89q-109 -33 -255 -33q-167 0 -284 46q-119 47 -179 122q-61 76 -83 195q-16 80 -16 237v333q0 188 -17 213q-25 36 -147 39zM1536 -96v64q0 14 -9 23t-23 9h-1472 q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h1472q14 0 23 9t9 23z" />
216
+ <glyph unicode="&#xf0ce;" horiz-adv-x="1664" d="M512 160v192q0 14 -9 23t-23 9h-320q-14 0 -23 -9t-9 -23v-192q0 -14 9 -23t23 -9h320q14 0 23 9t9 23zM512 544v192q0 14 -9 23t-23 9h-320q-14 0 -23 -9t-9 -23v-192q0 -14 9 -23t23 -9h320q14 0 23 9t9 23zM1024 160v192q0 14 -9 23t-23 9h-320q-14 0 -23 -9t-9 -23 v-192q0 -14 9 -23t23 -9h320q14 0 23 9t9 23zM512 928v192q0 14 -9 23t-23 9h-320q-14 0 -23 -9t-9 -23v-192q0 -14 9 -23t23 -9h320q14 0 23 9t9 23zM1024 544v192q0 14 -9 23t-23 9h-320q-14 0 -23 -9t-9 -23v-192q0 -14 9 -23t23 -9h320q14 0 23 9t9 23zM1536 160v192 q0 14 -9 23t-23 9h-320q-14 0 -23 -9t-9 -23v-192q0 -14 9 -23t23 -9h320q14 0 23 9t9 23zM1024 928v192q0 14 -9 23t-23 9h-320q-14 0 -23 -9t-9 -23v-192q0 -14 9 -23t23 -9h320q14 0 23 9t9 23zM1536 544v192q0 14 -9 23t-23 9h-320q-14 0 -23 -9t-9 -23v-192 q0 -14 9 -23t23 -9h320q14 0 23 9t9 23zM1536 928v192q0 14 -9 23t-23 9h-320q-14 0 -23 -9t-9 -23v-192q0 -14 9 -23t23 -9h320q14 0 23 9t9 23zM1664 1248v-1088q0 -66 -47 -113t-113 -47h-1344q-66 0 -113 47t-47 113v1088q0 66 47 113t113 47h1344q66 0 113 -47t47 -113 z" />
217
+ <glyph unicode="&#xf0d0;" horiz-adv-x="1664" d="M1190 955l293 293l-107 107l-293 -293zM1637 1248q0 -27 -18 -45l-1286 -1286q-18 -18 -45 -18t-45 18l-198 198q-18 18 -18 45t18 45l1286 1286q18 18 45 18t45 -18l198 -198q18 -18 18 -45zM286 1438l98 -30l-98 -30l-30 -98l-30 98l-98 30l98 30l30 98zM636 1276 l196 -60l-196 -60l-60 -196l-60 196l-196 60l196 60l60 196zM1566 798l98 -30l-98 -30l-30 -98l-30 98l-98 30l98 30l30 98zM926 1438l98 -30l-98 -30l-30 -98l-30 98l-98 30l98 30l30 98z" />
218
+ <glyph unicode="&#xf0d1;" horiz-adv-x="1792" d="M640 128q0 52 -38 90t-90 38t-90 -38t-38 -90t38 -90t90 -38t90 38t38 90zM256 640h384v256h-158q-13 0 -22 -9l-195 -195q-9 -9 -9 -22v-30zM1536 128q0 52 -38 90t-90 38t-90 -38t-38 -90t38 -90t90 -38t90 38t38 90zM1792 1216v-1024q0 -15 -4 -26.5t-13.5 -18.5 t-16.5 -11.5t-23.5 -6t-22.5 -2t-25.5 0t-22.5 0.5q0 -106 -75 -181t-181 -75t-181 75t-75 181h-384q0 -106 -75 -181t-181 -75t-181 75t-75 181h-64q-3 0 -22.5 -0.5t-25.5 0t-22.5 2t-23.5 6t-16.5 11.5t-13.5 18.5t-4 26.5q0 26 19 45t45 19v320q0 8 -0.5 35t0 38 t2.5 34.5t6.5 37t14 30.5t22.5 30l198 198q19 19 50.5 32t58.5 13h160v192q0 26 19 45t45 19h1024q26 0 45 -19t19 -45z" />
219
+ <glyph unicode="&#xf0d2;" d="M1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103q-111 0 -218 32q59 93 78 164q9 34 54 211q20 -39 73 -67.5t114 -28.5q121 0 216 68.5t147 188.5t52 270q0 114 -59.5 214t-172.5 163t-255 63q-105 0 -196 -29t-154.5 -77t-109 -110.5t-67 -129.5t-21.5 -134 q0 -104 40 -183t117 -111q30 -12 38 20q2 7 8 31t8 30q6 23 -11 43q-51 61 -51 151q0 151 104.5 259.5t273.5 108.5q151 0 235.5 -82t84.5 -213q0 -170 -68.5 -289t-175.5 -119q-61 0 -98 43.5t-23 104.5q8 35 26.5 93.5t30 103t11.5 75.5q0 50 -27 83t-77 33 q-62 0 -105 -57t-43 -142q0 -73 25 -122l-99 -418q-17 -70 -13 -177q-206 91 -333 281t-127 423q0 209 103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
220
+ <glyph unicode="&#xf0d3;" d="M1248 1408q119 0 203.5 -84.5t84.5 -203.5v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-725q85 122 108 210q9 34 53 209q21 -39 73.5 -67t112.5 -28q181 0 295.5 147.5t114.5 373.5q0 84 -35 162.5t-96.5 139t-152.5 97t-197 36.5q-104 0 -194.5 -28.5t-153 -76.5 t-107.5 -109.5t-66.5 -128t-21.5 -132.5q0 -102 39.5 -180t116.5 -110q13 -5 23.5 0t14.5 19q10 44 15 61q6 23 -11 42q-50 62 -50 150q0 150 103.5 256.5t270.5 106.5q149 0 232.5 -81t83.5 -210q0 -168 -67.5 -286t-173.5 -118q-60 0 -97 43.5t-23 103.5q8 34 26.5 92.5 t29.5 102t11 74.5q0 49 -26.5 81.5t-75.5 32.5q-61 0 -103.5 -56.5t-42.5 -139.5q0 -72 24 -121l-98 -414q-24 -100 -7 -254h-183q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960z" />
221
+ <glyph unicode="&#xf0d4;" d="M678 -57q0 -38 -10 -71h-380q-95 0 -171.5 56.5t-103.5 147.5q24 45 69 77.5t100 49.5t107 24t107 7q32 0 49 -2q6 -4 30.5 -21t33 -23t31 -23t32 -25.5t27.5 -25.5t26.5 -29.5t21 -30.5t17.5 -34.5t9.5 -36t4.5 -40.5zM385 294q-234 -7 -385 -85v433q103 -118 273 -118 q32 0 70 5q-21 -61 -21 -86q0 -67 63 -149zM558 805q0 -100 -43.5 -160.5t-140.5 -60.5q-51 0 -97 26t-78 67.5t-56 93.5t-35.5 104t-11.5 99q0 96 51.5 165t144.5 69q66 0 119 -41t84 -104t47 -130t16 -128zM1536 896v-736q0 -119 -84.5 -203.5t-203.5 -84.5h-468 q39 73 39 157q0 66 -22 122.5t-55.5 93t-72 71t-72 59.5t-55.5 54.5t-22 59.5q0 36 23 68t56 61.5t65.5 64.5t55.5 93t23 131t-26.5 145.5t-75.5 118.5q-6 6 -14 11t-12.5 7.5t-10 9.5t-10.5 17h135l135 64h-437q-138 0 -244.5 -38.5t-182.5 -133.5q0 126 81 213t207 87h960 q119 0 203.5 -84.5t84.5 -203.5v-96h-256v256h-128v-256h-256v-128h256v-256h128v256h256z" />
222
+ <glyph unicode="&#xf0d5;" horiz-adv-x="1664" d="M876 71q0 21 -4.5 40.5t-9.5 36t-17.5 34.5t-21 30.5t-26.5 29.5t-27.5 25.5t-32 25.5t-31 23t-33 23t-30.5 21q-17 2 -50 2q-54 0 -106 -7t-108 -25t-98 -46t-69 -75t-27 -107q0 -68 35.5 -121.5t93 -84t120.5 -45.5t127 -15q59 0 112.5 12.5t100.5 39t74.5 73.5 t27.5 110zM756 933q0 60 -16.5 127.5t-47 130.5t-84 104t-119.5 41q-93 0 -144 -69t-51 -165q0 -47 11.5 -99t35.5 -104t56 -93.5t78 -67.5t97 -26q97 0 140.5 60.5t43.5 160.5zM625 1408h437l-135 -79h-135q71 -45 110 -126t39 -169q0 -74 -23 -131.5t-56 -92.5t-66 -64.5 t-56 -61t-23 -67.5q0 -26 16.5 -51t43 -48t58.5 -48t64 -55.5t58.5 -66t43 -85t16.5 -106.5q0 -160 -140 -282q-152 -131 -420 -131q-59 0 -119.5 10t-122 33.5t-108.5 58t-77 89t-30 121.5q0 61 37 135q32 64 96 110.5t145 71t155 36t150 13.5q-64 83 -64 149q0 12 2 23.5 t5 19.5t8 21.5t7 21.5q-40 -5 -70 -5q-149 0 -255.5 98t-106.5 246q0 140 95 250.5t234 141.5q94 20 187 20zM1664 1152v-128h-256v-256h-128v256h-256v128h256v256h128v-256h256z" />
223
+ <glyph unicode="&#xf0d6;" horiz-adv-x="1920" d="M768 384h384v96h-128v448h-114l-148 -137l77 -80q42 37 55 57h2v-288h-128v-96zM1280 640q0 -70 -21 -142t-59.5 -134t-101.5 -101t-138 -39t-138 39t-101.5 101t-59.5 134t-21 142t21 142t59.5 134t101.5 101t138 39t138 -39t101.5 -101t59.5 -134t21 -142zM1792 384 v512q-106 0 -181 75t-75 181h-1152q0 -106 -75 -181t-181 -75v-512q106 0 181 -75t75 -181h1152q0 106 75 181t181 75zM1920 1216v-1152q0 -26 -19 -45t-45 -19h-1792q-26 0 -45 19t-19 45v1152q0 26 19 45t45 19h1792q26 0 45 -19t19 -45z" />
224
+ <glyph unicode="&#xf0d7;" horiz-adv-x="1024" d="M1024 832q0 -26 -19 -45l-448 -448q-19 -19 -45 -19t-45 19l-448 448q-19 19 -19 45t19 45t45 19h896q26 0 45 -19t19 -45z" />
225
+ <glyph unicode="&#xf0d8;" horiz-adv-x="1024" d="M1024 320q0 -26 -19 -45t-45 -19h-896q-26 0 -45 19t-19 45t19 45l448 448q19 19 45 19t45 -19l448 -448q19 -19 19 -45z" />
226
+ <glyph unicode="&#xf0d9;" horiz-adv-x="640" d="M640 1088v-896q0 -26 -19 -45t-45 -19t-45 19l-448 448q-19 19 -19 45t19 45l448 448q19 19 45 19t45 -19t19 -45z" />
227
+ <glyph unicode="&#xf0da;" horiz-adv-x="640" d="M576 640q0 -26 -19 -45l-448 -448q-19 -19 -45 -19t-45 19t-19 45v896q0 26 19 45t45 19t45 -19l448 -448q19 -19 19 -45z" />
228
+ <glyph unicode="&#xf0db;" horiz-adv-x="1664" d="M160 0h608v1152h-640v-1120q0 -13 9.5 -22.5t22.5 -9.5zM1536 32v1120h-640v-1152h608q13 0 22.5 9.5t9.5 22.5zM1664 1248v-1216q0 -66 -47 -113t-113 -47h-1344q-66 0 -113 47t-47 113v1216q0 66 47 113t113 47h1344q66 0 113 -47t47 -113z" />
229
+ <glyph unicode="&#xf0dc;" horiz-adv-x="1024" d="M1024 448q0 -26 -19 -45l-448 -448q-19 -19 -45 -19t-45 19l-448 448q-19 19 -19 45t19 45t45 19h896q26 0 45 -19t19 -45zM1024 832q0 -26 -19 -45t-45 -19h-896q-26 0 -45 19t-19 45t19 45l448 448q19 19 45 19t45 -19l448 -448q19 -19 19 -45z" />
230
+ <glyph unicode="&#xf0dd;" horiz-adv-x="1024" d="M1024 448q0 -26 -19 -45l-448 -448q-19 -19 -45 -19t-45 19l-448 448q-19 19 -19 45t19 45t45 19h896q26 0 45 -19t19 -45z" />
231
+ <glyph unicode="&#xf0de;" horiz-adv-x="1024" d="M1024 832q0 -26 -19 -45t-45 -19h-896q-26 0 -45 19t-19 45t19 45l448 448q19 19 45 19t45 -19l448 -448q19 -19 19 -45z" />
232
+ <glyph unicode="&#xf0e0;" horiz-adv-x="1792" d="M1792 826v-794q0 -66 -47 -113t-113 -47h-1472q-66 0 -113 47t-47 113v794q44 -49 101 -87q362 -246 497 -345q57 -42 92.5 -65.5t94.5 -48t110 -24.5h1h1q51 0 110 24.5t94.5 48t92.5 65.5q170 123 498 345q57 39 100 87zM1792 1120q0 -79 -49 -151t-122 -123 q-376 -261 -468 -325q-10 -7 -42.5 -30.5t-54 -38t-52 -32.5t-57.5 -27t-50 -9h-1h-1q-23 0 -50 9t-57.5 27t-52 32.5t-54 38t-42.5 30.5q-91 64 -262 182.5t-205 142.5q-62 42 -117 115.5t-55 136.5q0 78 41.5 130t118.5 52h1472q65 0 112.5 -47t47.5 -113z" />
233
+ <glyph unicode="&#xf0e1;" d="M349 911v-991h-330v991h330zM370 1217q1 -73 -50.5 -122t-135.5 -49h-2q-82 0 -132 49t-50 122q0 74 51.5 122.5t134.5 48.5t133 -48.5t51 -122.5zM1536 488v-568h-329v530q0 105 -40.5 164.5t-126.5 59.5q-63 0 -105.5 -34.5t-63.5 -85.5q-11 -30 -11 -81v-553h-329 q2 399 2 647t-1 296l-1 48h329v-144h-2q20 32 41 56t56.5 52t87 43.5t114.5 15.5q171 0 275 -113.5t104 -332.5z" />
234
+ <glyph unicode="&#xf0e2;" d="M1536 640q0 -156 -61 -298t-164 -245t-245 -164t-298 -61q-172 0 -327 72.5t-264 204.5q-7 10 -6.5 22.5t8.5 20.5l137 138q10 9 25 9q16 -2 23 -12q73 -95 179 -147t225 -52q104 0 198.5 40.5t163.5 109.5t109.5 163.5t40.5 198.5t-40.5 198.5t-109.5 163.5 t-163.5 109.5t-198.5 40.5q-98 0 -188 -35.5t-160 -101.5l137 -138q31 -30 14 -69q-17 -40 -59 -40h-448q-26 0 -45 19t-19 45v448q0 42 40 59q39 17 69 -14l130 -129q107 101 244.5 156.5t284.5 55.5q156 0 298 -61t245 -164t164 -245t61 -298z" />
235
+ <glyph unicode="&#xf0e3;" horiz-adv-x="1792" d="M1771 0q0 -53 -37 -90l-107 -108q-39 -37 -91 -37q-53 0 -90 37l-363 364q-38 36 -38 90q0 53 43 96l-256 256l-126 -126q-14 -14 -34 -14t-34 14q2 -2 12.5 -12t12.5 -13t10 -11.5t10 -13.5t6 -13.5t5.5 -16.5t1.5 -18q0 -38 -28 -68q-3 -3 -16.5 -18t-19 -20.5 t-18.5 -16.5t-22 -15.5t-22 -9t-26 -4.5q-40 0 -68 28l-408 408q-28 28 -28 68q0 13 4.5 26t9 22t15.5 22t16.5 18.5t20.5 19t18 16.5q30 28 68 28q10 0 18 -1.5t16.5 -5.5t13.5 -6t13.5 -10t11.5 -10t13 -12.5t12 -12.5q-14 14 -14 34t14 34l348 348q14 14 34 14t34 -14 q-2 2 -12.5 12t-12.5 13t-10 11.5t-10 13.5t-6 13.5t-5.5 16.5t-1.5 18q0 38 28 68q3 3 16.5 18t19 20.5t18.5 16.5t22 15.5t22 9t26 4.5q40 0 68 -28l408 -408q28 -28 28 -68q0 -13 -4.5 -26t-9 -22t-15.5 -22t-16.5 -18.5t-20.5 -19t-18 -16.5q-30 -28 -68 -28 q-10 0 -18 1.5t-16.5 5.5t-13.5 6t-13.5 10t-11.5 10t-13 12.5t-12 12.5q14 -14 14 -34t-14 -34l-126 -126l256 -256q43 43 96 43q52 0 91 -37l363 -363q37 -39 37 -91z" />
236
+ <glyph unicode="&#xf0e4;" horiz-adv-x="1792" d="M384 384q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM576 832q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1004 351l101 382q6 26 -7.5 48.5t-38.5 29.5 t-48 -6.5t-30 -39.5l-101 -382q-60 -5 -107 -43.5t-63 -98.5q-20 -77 20 -146t117 -89t146 20t89 117q16 60 -6 117t-72 91zM1664 384q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1024 1024q0 53 -37.5 90.5 t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1472 832q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1792 384q0 -261 -141 -483q-19 -29 -54 -29h-1402q-35 0 -54 29 q-141 221 -141 483q0 182 71 348t191 286t286 191t348 71t348 -71t286 -191t191 -286t71 -348z" />
237
+ <glyph unicode="&#xf0e5;" horiz-adv-x="1792" d="M896 1152q-204 0 -381.5 -69.5t-282 -187.5t-104.5 -255q0 -112 71.5 -213.5t201.5 -175.5l87 -50l-27 -96q-24 -91 -70 -172q152 63 275 171l43 38l57 -6q69 -8 130 -8q204 0 381.5 69.5t282 187.5t104.5 255t-104.5 255t-282 187.5t-381.5 69.5zM1792 640 q0 -174 -120 -321.5t-326 -233t-450 -85.5q-70 0 -145 8q-198 -175 -460 -242q-49 -14 -114 -22h-5q-15 0 -27 10.5t-16 27.5v1q-3 4 -0.5 12t2 10t4.5 9.5l6 9t7 8.5t8 9q7 8 31 34.5t34.5 38t31 39.5t32.5 51t27 59t26 76q-157 89 -247.5 220t-90.5 281q0 174 120 321.5 t326 233t450 85.5t450 -85.5t326 -233t120 -321.5z" />
238
+ <glyph unicode="&#xf0e6;" horiz-adv-x="1792" d="M704 1152q-153 0 -286 -52t-211.5 -141t-78.5 -191q0 -82 53 -158t149 -132l97 -56l-35 -84q34 20 62 39l44 31l53 -10q78 -14 153 -14q153 0 286 52t211.5 141t78.5 191t-78.5 191t-211.5 141t-286 52zM704 1280q191 0 353.5 -68.5t256.5 -186.5t94 -257t-94 -257 t-256.5 -186.5t-353.5 -68.5q-86 0 -176 16q-124 -88 -278 -128q-36 -9 -86 -16h-3q-11 0 -20.5 8t-11.5 21q-1 3 -1 6.5t0.5 6.5t2 6l2.5 5t3.5 5.5t4 5t4.5 5t4 4.5q5 6 23 25t26 29.5t22.5 29t25 38.5t20.5 44q-124 72 -195 177t-71 224q0 139 94 257t256.5 186.5 t353.5 68.5zM1526 111q10 -24 20.5 -44t25 -38.5t22.5 -29t26 -29.5t23 -25q1 -1 4 -4.5t4.5 -5t4 -5t3.5 -5.5l2.5 -5t2 -6t0.5 -6.5t-1 -6.5q-3 -14 -13 -22t-22 -7q-50 7 -86 16q-154 40 -278 128q-90 -16 -176 -16q-271 0 -472 132q58 -4 88 -4q161 0 309 45t264 129 q125 92 192 212t67 254q0 77 -23 152q129 -71 204 -178t75 -230q0 -120 -71 -224.5t-195 -176.5z" />
239
+ <glyph unicode="&#xf0e7;" horiz-adv-x="896" d="M885 970q18 -20 7 -44l-540 -1157q-13 -25 -42 -25q-4 0 -14 2q-17 5 -25.5 19t-4.5 30l197 808l-406 -101q-4 -1 -12 -1q-18 0 -31 11q-18 15 -13 39l201 825q4 14 16 23t28 9h328q19 0 32 -12.5t13 -29.5q0 -8 -5 -18l-171 -463l396 98q8 2 12 2q19 0 34 -15z" />
240
+ <glyph unicode="&#xf0e8;" horiz-adv-x="1792" d="M1792 288v-320q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v320q0 40 28 68t68 28h96v192h-512v-192h96q40 0 68 -28t28 -68v-320q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v320q0 40 28 68t68 28h96v192h-512v-192h96q40 0 68 -28t28 -68v-320 q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v320q0 40 28 68t68 28h96v192q0 52 38 90t90 38h512v192h-96q-40 0 -68 28t-28 68v320q0 40 28 68t68 28h320q40 0 68 -28t28 -68v-320q0 -40 -28 -68t-68 -28h-96v-192h512q52 0 90 -38t38 -90v-192h96q40 0 68 -28t28 -68 z" />
241
+ <glyph unicode="&#xf0e9;" horiz-adv-x="1664" d="M896 708v-580q0 -104 -76 -180t-180 -76t-180 76t-76 180q0 26 19 45t45 19t45 -19t19 -45q0 -50 39 -89t89 -39t89 39t39 89v580q33 11 64 11t64 -11zM1664 681q0 -13 -9.5 -22.5t-22.5 -9.5q-11 0 -23 10q-49 46 -93 69t-102 23q-68 0 -128 -37t-103 -97 q-7 -10 -17.5 -28t-14.5 -24q-11 -17 -28 -17q-18 0 -29 17q-4 6 -14.5 24t-17.5 28q-43 60 -102.5 97t-127.5 37t-127.5 -37t-102.5 -97q-7 -10 -17.5 -28t-14.5 -24q-11 -17 -29 -17q-17 0 -28 17q-4 6 -14.5 24t-17.5 28q-43 60 -103 97t-128 37q-58 0 -102 -23t-93 -69 q-12 -10 -23 -10q-13 0 -22.5 9.5t-9.5 22.5q0 5 1 7q45 183 172.5 319.5t298 204.5t360.5 68q140 0 274.5 -40t246.5 -113.5t194.5 -187t115.5 -251.5q1 -2 1 -7zM896 1408v-98q-42 2 -64 2t-64 -2v98q0 26 19 45t45 19t45 -19t19 -45z" />
242
+ <glyph unicode="&#xf0ea;" horiz-adv-x="1792" d="M768 -128h896v640h-416q-40 0 -68 28t-28 68v416h-384v-1152zM1024 1312v64q0 13 -9.5 22.5t-22.5 9.5h-704q-13 0 -22.5 -9.5t-9.5 -22.5v-64q0 -13 9.5 -22.5t22.5 -9.5h704q13 0 22.5 9.5t9.5 22.5zM1280 640h299l-299 299v-299zM1792 512v-672q0 -40 -28 -68t-68 -28 h-960q-40 0 -68 28t-28 68v160h-544q-40 0 -68 28t-28 68v1344q0 40 28 68t68 28h1088q40 0 68 -28t28 -68v-328q21 -13 36 -28l408 -408q28 -28 48 -76t20 -88z" />
243
+ <glyph unicode="&#xf0eb;" horiz-adv-x="1024" d="M736 960q0 -13 -9.5 -22.5t-22.5 -9.5t-22.5 9.5t-9.5 22.5q0 46 -54 71t-106 25q-13 0 -22.5 9.5t-9.5 22.5t9.5 22.5t22.5 9.5q50 0 99.5 -16t87 -54t37.5 -90zM896 960q0 72 -34.5 134t-90 101.5t-123 62t-136.5 22.5t-136.5 -22.5t-123 -62t-90 -101.5t-34.5 -134 q0 -101 68 -180q10 -11 30.5 -33t30.5 -33q128 -153 141 -298h228q13 145 141 298q10 11 30.5 33t30.5 33q68 79 68 180zM1024 960q0 -155 -103 -268q-45 -49 -74.5 -87t-59.5 -95.5t-34 -107.5q47 -28 47 -82q0 -37 -25 -64q25 -27 25 -64q0 -52 -45 -81q13 -23 13 -47 q0 -46 -31.5 -71t-77.5 -25q-20 -44 -60 -70t-87 -26t-87 26t-60 70q-46 0 -77.5 25t-31.5 71q0 24 13 47q-45 29 -45 81q0 37 25 64q-25 27 -25 64q0 54 47 82q-4 50 -34 107.5t-59.5 95.5t-74.5 87q-103 113 -103 268q0 99 44.5 184.5t117 142t164 89t186.5 32.5 t186.5 -32.5t164 -89t117 -142t44.5 -184.5z" />
244
+ <glyph unicode="&#xf0ec;" horiz-adv-x="1792" d="M1792 352v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1376v-192q0 -13 -9.5 -22.5t-22.5 -9.5q-12 0 -24 10l-319 320q-9 9 -9 22q0 14 9 23l320 320q9 9 23 9q13 0 22.5 -9.5t9.5 -22.5v-192h1376q13 0 22.5 -9.5t9.5 -22.5zM1792 896q0 -14 -9 -23l-320 -320q-9 -9 -23 -9 q-13 0 -22.5 9.5t-9.5 22.5v192h-1376q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1376v192q0 14 9 23t23 9q12 0 24 -10l319 -319q9 -9 9 -23z" />
245
+ <glyph unicode="&#xf0ed;" horiz-adv-x="1920" d="M1280 608q0 14 -9 23t-23 9h-224v352q0 13 -9.5 22.5t-22.5 9.5h-192q-13 0 -22.5 -9.5t-9.5 -22.5v-352h-224q-13 0 -22.5 -9.5t-9.5 -22.5q0 -14 9 -23l352 -352q9 -9 23 -9t23 9l351 351q10 12 10 24zM1920 384q0 -159 -112.5 -271.5t-271.5 -112.5h-1088 q-185 0 -316.5 131.5t-131.5 316.5q0 130 70 240t188 165q-2 30 -2 43q0 212 150 362t362 150q156 0 285.5 -87t188.5 -231q71 62 166 62q106 0 181 -75t75 -181q0 -76 -41 -138q130 -31 213.5 -135.5t83.5 -238.5z" />
246
+ <glyph unicode="&#xf0ee;" horiz-adv-x="1920" d="M1280 672q0 14 -9 23l-352 352q-9 9 -23 9t-23 -9l-351 -351q-10 -12 -10 -24q0 -14 9 -23t23 -9h224v-352q0 -13 9.5 -22.5t22.5 -9.5h192q13 0 22.5 9.5t9.5 22.5v352h224q13 0 22.5 9.5t9.5 22.5zM1920 384q0 -159 -112.5 -271.5t-271.5 -112.5h-1088 q-185 0 -316.5 131.5t-131.5 316.5q0 130 70 240t188 165q-2 30 -2 43q0 212 150 362t362 150q156 0 285.5 -87t188.5 -231q71 62 166 62q106 0 181 -75t75 -181q0 -76 -41 -138q130 -31 213.5 -135.5t83.5 -238.5z" />
247
+ <glyph unicode="&#xf0f0;" horiz-adv-x="1408" d="M384 192q0 -26 -19 -45t-45 -19t-45 19t-19 45t19 45t45 19t45 -19t19 -45zM1408 131q0 -121 -73 -190t-194 -69h-874q-121 0 -194 69t-73 190q0 68 5.5 131t24 138t47.5 132.5t81 103t120 60.5q-22 -52 -22 -120v-203q-58 -20 -93 -70t-35 -111q0 -80 56 -136t136 -56 t136 56t56 136q0 61 -35.5 111t-92.5 70v203q0 62 25 93q132 -104 295 -104t295 104q25 -31 25 -93v-64q-106 0 -181 -75t-75 -181v-89q-32 -29 -32 -71q0 -40 28 -68t68 -28t68 28t28 68q0 42 -32 71v89q0 52 38 90t90 38t90 -38t38 -90v-89q-32 -29 -32 -71q0 -40 28 -68 t68 -28t68 28t28 68q0 42 -32 71v89q0 68 -34.5 127.5t-93.5 93.5q0 10 0.5 42.5t0 48t-2.5 41.5t-7 47t-13 40q68 -15 120 -60.5t81 -103t47.5 -132.5t24 -138t5.5 -131zM1088 1024q0 -159 -112.5 -271.5t-271.5 -112.5t-271.5 112.5t-112.5 271.5t112.5 271.5t271.5 112.5 t271.5 -112.5t112.5 -271.5z" />
248
+ <glyph unicode="&#xf0f1;" horiz-adv-x="1408" d="M1280 832q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1408 832q0 -62 -35.5 -111t-92.5 -70v-395q0 -159 -131.5 -271.5t-316.5 -112.5t-316.5 112.5t-131.5 271.5v132q-164 20 -274 128t-110 252v512q0 26 19 45t45 19q6 0 16 -2q17 30 47 48 t65 18q53 0 90.5 -37.5t37.5 -90.5t-37.5 -90.5t-90.5 -37.5q-33 0 -64 18v-402q0 -106 94 -181t226 -75t226 75t94 181v402q-31 -18 -64 -18q-53 0 -90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5q35 0 65 -18t47 -48q10 2 16 2q26 0 45 -19t19 -45v-512q0 -144 -110 -252 t-274 -128v-132q0 -106 94 -181t226 -75t226 75t94 181v395q-57 21 -92.5 70t-35.5 111q0 80 56 136t136 56t136 -56t56 -136z" />
249
+ <glyph unicode="&#xf0f2;" horiz-adv-x="1792" d="M640 1152h512v128h-512v-128zM288 1152v-1280h-64q-92 0 -158 66t-66 158v832q0 92 66 158t158 66h64zM1408 1152v-1280h-1024v1280h128v160q0 40 28 68t68 28h576q40 0 68 -28t28 -68v-160h128zM1792 928v-832q0 -92 -66 -158t-158 -66h-64v1280h64q92 0 158 -66 t66 -158z" />
250
+ <glyph unicode="&#xf0f3;" horiz-adv-x="1664" d="M848 -160q0 16 -16 16q-59 0 -101.5 42.5t-42.5 101.5q0 16 -16 16t-16 -16q0 -73 51.5 -124.5t124.5 -51.5q16 0 16 16zM1664 128q0 -52 -38 -90t-90 -38h-448q0 -106 -75 -181t-181 -75t-181 75t-75 181h-448q-52 0 -90 38t-38 90q190 161 287 397.5t97 498.5 q0 165 96 262t264 117q-8 18 -8 37q0 40 28 68t68 28t68 -28t28 -68q0 -19 -8 -37q168 -20 264 -117t96 -262q0 -262 97 -498.5t287 -397.5z" />
251
+ <glyph unicode="&#xf0f4;" horiz-adv-x="1920" d="M1664 896q0 80 -56 136t-136 56h-64v-384h64q80 0 136 56t56 136zM0 128h1792q0 -106 -75 -181t-181 -75h-1280q-106 0 -181 75t-75 181zM1856 896q0 -159 -112.5 -271.5t-271.5 -112.5h-64v-32q0 -92 -66 -158t-158 -66h-704q-92 0 -158 66t-66 158v736q0 26 19 45 t45 19h1152q159 0 271.5 -112.5t112.5 -271.5z" />
252
+ <glyph unicode="&#xf0f5;" horiz-adv-x="1408" d="M640 1472v-640q0 -61 -35.5 -111t-92.5 -70v-779q0 -52 -38 -90t-90 -38h-128q-52 0 -90 38t-38 90v779q-57 20 -92.5 70t-35.5 111v640q0 26 19 45t45 19t45 -19t19 -45v-416q0 -26 19 -45t45 -19t45 19t19 45v416q0 26 19 45t45 19t45 -19t19 -45v-416q0 -26 19 -45 t45 -19t45 19t19 45v416q0 26 19 45t45 19t45 -19t19 -45zM1408 1472v-1600q0 -52 -38 -90t-90 -38h-128q-52 0 -90 38t-38 90v512h-224q-13 0 -22.5 9.5t-9.5 22.5v800q0 132 94 226t226 94h256q26 0 45 -19t19 -45z" />
253
+ <glyph unicode="&#xf0f6;" horiz-adv-x="1280" d="M1024 352v-64q0 -14 -9 -23t-23 -9h-704q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h704q14 0 23 -9t9 -23zM1024 608v-64q0 -14 -9 -23t-23 -9h-704q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h704q14 0 23 -9t9 -23zM128 0h1024v768h-416q-40 0 -68 28t-28 68v416h-512v-1280z M768 896h376q-10 29 -22 41l-313 313q-12 12 -41 22v-376zM1280 864v-896q0 -40 -28 -68t-68 -28h-1088q-40 0 -68 28t-28 68v1344q0 40 28 68t68 28h640q40 0 88 -20t76 -48l312 -312q28 -28 48 -76t20 -88z" />
254
+ <glyph unicode="&#xf0f7;" horiz-adv-x="1408" d="M384 224v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM384 480v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z M640 480v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM384 736v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z M1152 224v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM896 480v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z M640 736v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM384 992v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z M1152 480v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM896 736v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z M640 992v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM384 1248v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z M1152 736v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM896 992v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z M640 1248v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM1152 992v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z M896 1248v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM1152 1248v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z M896 -128h384v1536h-1152v-1536h384v224q0 13 9.5 22.5t22.5 9.5h320q13 0 22.5 -9.5t9.5 -22.5v-224zM1408 1472v-1664q0 -26 -19 -45t-45 -19h-1280q-26 0 -45 19t-19 45v1664q0 26 19 45t45 19h1280q26 0 45 -19t19 -45z" />
255
+ <glyph unicode="&#xf0f8;" horiz-adv-x="1408" d="M384 224v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM384 480v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z M640 480v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM384 736v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z M1152 224v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM896 480v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z M640 736v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM1152 480v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z M896 736v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM1152 736v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z M896 -128h384v1152h-256v-32q0 -40 -28 -68t-68 -28h-448q-40 0 -68 28t-28 68v32h-256v-1152h384v224q0 13 9.5 22.5t22.5 9.5h320q13 0 22.5 -9.5t9.5 -22.5v-224zM896 1056v320q0 13 -9.5 22.5t-22.5 9.5h-64q-13 0 -22.5 -9.5t-9.5 -22.5v-96h-128v96q0 13 -9.5 22.5 t-22.5 9.5h-64q-13 0 -22.5 -9.5t-9.5 -22.5v-320q0 -13 9.5 -22.5t22.5 -9.5h64q13 0 22.5 9.5t9.5 22.5v96h128v-96q0 -13 9.5 -22.5t22.5 -9.5h64q13 0 22.5 9.5t9.5 22.5zM1408 1088v-1280q0 -26 -19 -45t-45 -19h-1280q-26 0 -45 19t-19 45v1280q0 26 19 45t45 19h320 v288q0 40 28 68t68 28h448q40 0 68 -28t28 -68v-288h320q26 0 45 -19t19 -45z" />
256
+ <glyph unicode="&#xf0f9;" horiz-adv-x="1920" d="M640 128q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM256 640h384v256h-158q-14 -2 -22 -9l-195 -195q-7 -12 -9 -22v-30zM1536 128q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5 t90.5 37.5t37.5 90.5zM1664 800v192q0 14 -9 23t-23 9h-224v224q0 14 -9 23t-23 9h-192q-14 0 -23 -9t-9 -23v-224h-224q-14 0 -23 -9t-9 -23v-192q0 -14 9 -23t23 -9h224v-224q0 -14 9 -23t23 -9h192q14 0 23 9t9 23v224h224q14 0 23 9t9 23zM1920 1344v-1152 q0 -26 -19 -45t-45 -19h-192q0 -106 -75 -181t-181 -75t-181 75t-75 181h-384q0 -106 -75 -181t-181 -75t-181 75t-75 181h-128q-26 0 -45 19t-19 45t19 45t45 19v416q0 26 13 58t32 51l198 198q19 19 51 32t58 13h160v320q0 26 19 45t45 19h1152q26 0 45 -19t19 -45z" />
257
+ <glyph unicode="&#xf0fa;" horiz-adv-x="1792" d="M1280 416v192q0 14 -9 23t-23 9h-224v224q0 14 -9 23t-23 9h-192q-14 0 -23 -9t-9 -23v-224h-224q-14 0 -23 -9t-9 -23v-192q0 -14 9 -23t23 -9h224v-224q0 -14 9 -23t23 -9h192q14 0 23 9t9 23v224h224q14 0 23 9t9 23zM640 1152h512v128h-512v-128zM256 1152v-1280h-32 q-92 0 -158 66t-66 158v832q0 92 66 158t158 66h32zM1440 1152v-1280h-1088v1280h160v160q0 40 28 68t68 28h576q40 0 68 -28t28 -68v-160h160zM1792 928v-832q0 -92 -66 -158t-158 -66h-32v1280h32q92 0 158 -66t66 -158z" />
258
+ <glyph unicode="&#xf0fb;" horiz-adv-x="1920" d="M1920 576q-1 -32 -288 -96l-352 -32l-224 -64h-64l-293 -352h69q26 0 45 -4.5t19 -11.5t-19 -11.5t-45 -4.5h-96h-160h-64v32h64v416h-160l-192 -224h-96l-32 32v192h32v32h128v8l-192 24v128l192 24v8h-128v32h-32v192l32 32h96l192 -224h160v416h-64v32h64h160h96 q26 0 45 -4.5t19 -11.5t-19 -11.5t-45 -4.5h-69l293 -352h64l224 -64l352 -32q261 -58 287 -93z" />
259
+ <glyph unicode="&#xf0fc;" horiz-adv-x="1664" d="M640 640v384h-256v-256q0 -53 37.5 -90.5t90.5 -37.5h128zM1664 192v-192h-1152v192l128 192h-128q-159 0 -271.5 112.5t-112.5 271.5v320l-64 64l32 128h480l32 128h960l32 -192l-64 -32v-800z" />
260
+ <glyph unicode="&#xf0fd;" d="M1280 192v896q0 26 -19 45t-45 19h-128q-26 0 -45 -19t-19 -45v-320h-512v320q0 26 -19 45t-45 19h-128q-26 0 -45 -19t-19 -45v-896q0 -26 19 -45t45 -19h128q26 0 45 19t19 45v320h512v-320q0 -26 19 -45t45 -19h128q26 0 45 19t19 45zM1536 1120v-960 q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
261
+ <glyph unicode="&#xf0fe;" d="M1280 576v128q0 26 -19 45t-45 19h-320v320q0 26 -19 45t-45 19h-128q-26 0 -45 -19t-19 -45v-320h-320q-26 0 -45 -19t-19 -45v-128q0 -26 19 -45t45 -19h320v-320q0 -26 19 -45t45 -19h128q26 0 45 19t19 45v320h320q26 0 45 19t19 45zM1536 1120v-960 q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
262
+ <glyph unicode="&#xf100;" horiz-adv-x="1024" d="M627 160q0 -13 -10 -23l-50 -50q-10 -10 -23 -10t-23 10l-466 466q-10 10 -10 23t10 23l466 466q10 10 23 10t23 -10l50 -50q10 -10 10 -23t-10 -23l-393 -393l393 -393q10 -10 10 -23zM1011 160q0 -13 -10 -23l-50 -50q-10 -10 -23 -10t-23 10l-466 466q-10 10 -10 23 t10 23l466 466q10 10 23 10t23 -10l50 -50q10 -10 10 -23t-10 -23l-393 -393l393 -393q10 -10 10 -23z" />
263
+ <glyph unicode="&#xf101;" horiz-adv-x="1024" d="M595 576q0 -13 -10 -23l-466 -466q-10 -10 -23 -10t-23 10l-50 50q-10 10 -10 23t10 23l393 393l-393 393q-10 10 -10 23t10 23l50 50q10 10 23 10t23 -10l466 -466q10 -10 10 -23zM979 576q0 -13 -10 -23l-466 -466q-10 -10 -23 -10t-23 10l-50 50q-10 10 -10 23t10 23 l393 393l-393 393q-10 10 -10 23t10 23l50 50q10 10 23 10t23 -10l466 -466q10 -10 10 -23z" />
264
+ <glyph unicode="&#xf102;" horiz-adv-x="1152" d="M1075 224q0 -13 -10 -23l-50 -50q-10 -10 -23 -10t-23 10l-393 393l-393 -393q-10 -10 -23 -10t-23 10l-50 50q-10 10 -10 23t10 23l466 466q10 10 23 10t23 -10l466 -466q10 -10 10 -23zM1075 608q0 -13 -10 -23l-50 -50q-10 -10 -23 -10t-23 10l-393 393l-393 -393 q-10 -10 -23 -10t-23 10l-50 50q-10 10 -10 23t10 23l466 466q10 10 23 10t23 -10l466 -466q10 -10 10 -23z" />
265
+ <glyph unicode="&#xf103;" horiz-adv-x="1152" d="M1075 672q0 -13 -10 -23l-466 -466q-10 -10 -23 -10t-23 10l-466 466q-10 10 -10 23t10 23l50 50q10 10 23 10t23 -10l393 -393l393 393q10 10 23 10t23 -10l50 -50q10 -10 10 -23zM1075 1056q0 -13 -10 -23l-466 -466q-10 -10 -23 -10t-23 10l-466 466q-10 10 -10 23 t10 23l50 50q10 10 23 10t23 -10l393 -393l393 393q10 10 23 10t23 -10l50 -50q10 -10 10 -23z" />
266
+ <glyph unicode="&#xf104;" horiz-adv-x="640" d="M627 992q0 -13 -10 -23l-393 -393l393 -393q10 -10 10 -23t-10 -23l-50 -50q-10 -10 -23 -10t-23 10l-466 466q-10 10 -10 23t10 23l466 466q10 10 23 10t23 -10l50 -50q10 -10 10 -23z" />
267
+ <glyph unicode="&#xf105;" horiz-adv-x="640" d="M595 576q0 -13 -10 -23l-466 -466q-10 -10 -23 -10t-23 10l-50 50q-10 10 -10 23t10 23l393 393l-393 393q-10 10 -10 23t10 23l50 50q10 10 23 10t23 -10l466 -466q10 -10 10 -23z" />
268
+ <glyph unicode="&#xf106;" horiz-adv-x="1152" d="M1075 352q0 -13 -10 -23l-50 -50q-10 -10 -23 -10t-23 10l-393 393l-393 -393q-10 -10 -23 -10t-23 10l-50 50q-10 10 -10 23t10 23l466 466q10 10 23 10t23 -10l466 -466q10 -10 10 -23z" />
269
+ <glyph unicode="&#xf107;" horiz-adv-x="1152" d="M1075 800q0 -13 -10 -23l-466 -466q-10 -10 -23 -10t-23 10l-466 466q-10 10 -10 23t10 23l50 50q10 10 23 10t23 -10l393 -393l393 393q10 10 23 10t23 -10l50 -50q10 -10 10 -23z" />
270
+ <glyph unicode="&#xf108;" horiz-adv-x="1920" d="M1792 544v832q0 13 -9.5 22.5t-22.5 9.5h-1600q-13 0 -22.5 -9.5t-9.5 -22.5v-832q0 -13 9.5 -22.5t22.5 -9.5h1600q13 0 22.5 9.5t9.5 22.5zM1920 1376v-1088q0 -66 -47 -113t-113 -47h-544q0 -37 16 -77.5t32 -71t16 -43.5q0 -26 -19 -45t-45 -19h-512q-26 0 -45 19 t-19 45q0 14 16 44t32 70t16 78h-544q-66 0 -113 47t-47 113v1088q0 66 47 113t113 47h1600q66 0 113 -47t47 -113z" />
271
+ <glyph unicode="&#xf109;" horiz-adv-x="1920" d="M416 256q-66 0 -113 47t-47 113v704q0 66 47 113t113 47h1088q66 0 113 -47t47 -113v-704q0 -66 -47 -113t-113 -47h-1088zM384 1120v-704q0 -13 9.5 -22.5t22.5 -9.5h1088q13 0 22.5 9.5t9.5 22.5v704q0 13 -9.5 22.5t-22.5 9.5h-1088q-13 0 -22.5 -9.5t-9.5 -22.5z M1760 192h160v-96q0 -40 -47 -68t-113 -28h-1600q-66 0 -113 28t-47 68v96h160h1600zM1040 96q16 0 16 16t-16 16h-160q-16 0 -16 -16t16 -16h160z" />
272
+ <glyph unicode="&#xf10a;" horiz-adv-x="1152" d="M640 128q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1024 288v960q0 13 -9.5 22.5t-22.5 9.5h-832q-13 0 -22.5 -9.5t-9.5 -22.5v-960q0 -13 9.5 -22.5t22.5 -9.5h832q13 0 22.5 9.5t9.5 22.5zM1152 1248v-1088q0 -66 -47 -113t-113 -47h-832 q-66 0 -113 47t-47 113v1088q0 66 47 113t113 47h832q66 0 113 -47t47 -113z" />
273
+ <glyph unicode="&#xf10b;" horiz-adv-x="768" d="M464 128q0 33 -23.5 56.5t-56.5 23.5t-56.5 -23.5t-23.5 -56.5t23.5 -56.5t56.5 -23.5t56.5 23.5t23.5 56.5zM672 288v704q0 13 -9.5 22.5t-22.5 9.5h-512q-13 0 -22.5 -9.5t-9.5 -22.5v-704q0 -13 9.5 -22.5t22.5 -9.5h512q13 0 22.5 9.5t9.5 22.5zM480 1136 q0 16 -16 16h-160q-16 0 -16 -16t16 -16h160q16 0 16 16zM768 1152v-1024q0 -52 -38 -90t-90 -38h-512q-52 0 -90 38t-38 90v1024q0 52 38 90t90 38h512q52 0 90 -38t38 -90z" />
274
+ <glyph unicode="&#xf10c;" d="M768 1184q-148 0 -273 -73t-198 -198t-73 -273t73 -273t198 -198t273 -73t273 73t198 198t73 273t-73 273t-198 198t-273 73zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103 t279.5 -279.5t103 -385.5z" />
275
+ <glyph unicode="&#xf10d;" horiz-adv-x="1664" d="M768 576v-384q0 -80 -56 -136t-136 -56h-384q-80 0 -136 56t-56 136v704q0 104 40.5 198.5t109.5 163.5t163.5 109.5t198.5 40.5h64q26 0 45 -19t19 -45v-128q0 -26 -19 -45t-45 -19h-64q-106 0 -181 -75t-75 -181v-32q0 -40 28 -68t68 -28h224q80 0 136 -56t56 -136z M1664 576v-384q0 -80 -56 -136t-136 -56h-384q-80 0 -136 56t-56 136v704q0 104 40.5 198.5t109.5 163.5t163.5 109.5t198.5 40.5h64q26 0 45 -19t19 -45v-128q0 -26 -19 -45t-45 -19h-64q-106 0 -181 -75t-75 -181v-32q0 -40 28 -68t68 -28h224q80 0 136 -56t56 -136z" />
276
+ <glyph unicode="&#xf10e;" horiz-adv-x="1664" d="M768 1216v-704q0 -104 -40.5 -198.5t-109.5 -163.5t-163.5 -109.5t-198.5 -40.5h-64q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h64q106 0 181 75t75 181v32q0 40 -28 68t-68 28h-224q-80 0 -136 56t-56 136v384q0 80 56 136t136 56h384q80 0 136 -56t56 -136zM1664 1216 v-704q0 -104 -40.5 -198.5t-109.5 -163.5t-163.5 -109.5t-198.5 -40.5h-64q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h64q106 0 181 75t75 181v32q0 40 -28 68t-68 28h-224q-80 0 -136 56t-56 136v384q0 80 56 136t136 56h384q80 0 136 -56t56 -136z" />
277
+ <glyph unicode="&#xf110;" horiz-adv-x="1568" d="M496 192q0 -60 -42.5 -102t-101.5 -42q-60 0 -102 42t-42 102t42 102t102 42q59 0 101.5 -42t42.5 -102zM928 0q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM320 640q0 -66 -47 -113t-113 -47t-113 47t-47 113 t47 113t113 47t113 -47t47 -113zM1360 192q0 -46 -33 -79t-79 -33t-79 33t-33 79t33 79t79 33t79 -33t33 -79zM528 1088q0 -73 -51.5 -124.5t-124.5 -51.5t-124.5 51.5t-51.5 124.5t51.5 124.5t124.5 51.5t124.5 -51.5t51.5 -124.5zM992 1280q0 -80 -56 -136t-136 -56 t-136 56t-56 136t56 136t136 56t136 -56t56 -136zM1536 640q0 -40 -28 -68t-68 -28t-68 28t-28 68t28 68t68 28t68 -28t28 -68zM1328 1088q0 -33 -23.5 -56.5t-56.5 -23.5t-56.5 23.5t-23.5 56.5t23.5 56.5t56.5 23.5t56.5 -23.5t23.5 -56.5z" />
278
+ <glyph unicode="&#xf111;" d="M1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
279
+ <glyph unicode="&#xf112;" horiz-adv-x="1792" d="M1792 416q0 -166 -127 -451q-3 -7 -10.5 -24t-13.5 -30t-13 -22q-12 -17 -28 -17q-15 0 -23.5 10t-8.5 25q0 9 2.5 26.5t2.5 23.5q5 68 5 123q0 101 -17.5 181t-48.5 138.5t-80 101t-105.5 69.5t-133 42.5t-154 21.5t-175.5 6h-224v-256q0 -26 -19 -45t-45 -19t-45 19 l-512 512q-19 19 -19 45t19 45l512 512q19 19 45 19t45 -19t19 -45v-256h224q713 0 875 -403q53 -134 53 -333z" />
280
+ <glyph unicode="&#xf113;" horiz-adv-x="1664" d="M640 320q0 -40 -12.5 -82t-43 -76t-72.5 -34t-72.5 34t-43 76t-12.5 82t12.5 82t43 76t72.5 34t72.5 -34t43 -76t12.5 -82zM1280 320q0 -40 -12.5 -82t-43 -76t-72.5 -34t-72.5 34t-43 76t-12.5 82t12.5 82t43 76t72.5 34t72.5 -34t43 -76t12.5 -82zM1440 320 q0 120 -69 204t-187 84q-41 0 -195 -21q-71 -11 -157 -11t-157 11q-152 21 -195 21q-118 0 -187 -84t-69 -204q0 -88 32 -153.5t81 -103t122 -60t140 -29.5t149 -7h168q82 0 149 7t140 29.5t122 60t81 103t32 153.5zM1664 496q0 -207 -61 -331q-38 -77 -105.5 -133t-141 -86 t-170 -47.5t-171.5 -22t-167 -4.5q-78 0 -142 3t-147.5 12.5t-152.5 30t-137 51.5t-121 81t-86 115q-62 123 -62 331q0 237 136 396q-27 82 -27 170q0 116 51 218q108 0 190 -39.5t189 -123.5q147 35 309 35q148 0 280 -32q105 82 187 121t189 39q51 -102 51 -218 q0 -87 -27 -168q136 -160 136 -398z" />
281
+ <glyph unicode="&#xf114;" horiz-adv-x="1664" d="M1536 224v704q0 40 -28 68t-68 28h-704q-40 0 -68 28t-28 68v64q0 40 -28 68t-68 28h-320q-40 0 -68 -28t-28 -68v-960q0 -40 28 -68t68 -28h1216q40 0 68 28t28 68zM1664 928v-704q0 -92 -66 -158t-158 -66h-1216q-92 0 -158 66t-66 158v960q0 92 66 158t158 66h320 q92 0 158 -66t66 -158v-32h672q92 0 158 -66t66 -158z" />
282
+ <glyph unicode="&#xf115;" horiz-adv-x="1920" d="M1781 605q0 35 -53 35h-1088q-40 0 -85.5 -21.5t-71.5 -52.5l-294 -363q-18 -24 -18 -40q0 -35 53 -35h1088q40 0 86 22t71 53l294 363q18 22 18 39zM640 768h768v160q0 40 -28 68t-68 28h-576q-40 0 -68 28t-28 68v64q0 40 -28 68t-68 28h-320q-40 0 -68 -28t-28 -68 v-853l256 315q44 53 116 87.5t140 34.5zM1909 605q0 -62 -46 -120l-295 -363q-43 -53 -116 -87.5t-140 -34.5h-1088q-92 0 -158 66t-66 158v960q0 92 66 158t158 66h320q92 0 158 -66t66 -158v-32h544q92 0 158 -66t66 -158v-160h192q54 0 99 -24.5t67 -70.5q15 -32 15 -68z " />
283
+ <glyph unicode="&#xf116;" horiz-adv-x="1792" />
284
+ <glyph unicode="&#xf117;" horiz-adv-x="1792" />
285
+ <glyph unicode="&#xf118;" d="M1134 461q-37 -121 -138 -195t-228 -74t-228 74t-138 195q-8 25 4 48.5t38 31.5q25 8 48.5 -4t31.5 -38q25 -80 92.5 -129.5t151.5 -49.5t151.5 49.5t92.5 129.5q8 26 32 38t49 4t37 -31.5t4 -48.5zM640 896q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5 t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1152 896q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1408 640q0 130 -51 248.5t-136.5 204t-204 136.5t-248.5 51t-248.5 -51t-204 -136.5t-136.5 -204t-51 -248.5 t51 -248.5t136.5 -204t204 -136.5t248.5 -51t248.5 51t204 136.5t136.5 204t51 248.5zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
286
+ <glyph unicode="&#xf119;" d="M1134 307q8 -25 -4 -48.5t-37 -31.5t-49 4t-32 38q-25 80 -92.5 129.5t-151.5 49.5t-151.5 -49.5t-92.5 -129.5q-8 -26 -31.5 -38t-48.5 -4q-26 8 -38 31.5t-4 48.5q37 121 138 195t228 74t228 -74t138 -195zM640 896q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5 t-37.5 90.5t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1152 896q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1408 640q0 130 -51 248.5t-136.5 204t-204 136.5t-248.5 51t-248.5 -51t-204 -136.5t-136.5 -204 t-51 -248.5t51 -248.5t136.5 -204t204 -136.5t248.5 -51t248.5 51t204 136.5t136.5 204t51 248.5zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
287
+ <glyph unicode="&#xf11a;" d="M1152 448q0 -26 -19 -45t-45 -19h-640q-26 0 -45 19t-19 45t19 45t45 19h640q26 0 45 -19t19 -45zM640 896q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1152 896q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5 t-37.5 90.5t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1408 640q0 130 -51 248.5t-136.5 204t-204 136.5t-248.5 51t-248.5 -51t-204 -136.5t-136.5 -204t-51 -248.5t51 -248.5t136.5 -204t204 -136.5t248.5 -51t248.5 51t204 136.5t136.5 204t51 248.5zM1536 640 q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
288
+ <glyph unicode="&#xf11b;" horiz-adv-x="1920" d="M832 448v128q0 14 -9 23t-23 9h-192v192q0 14 -9 23t-23 9h-128q-14 0 -23 -9t-9 -23v-192h-192q-14 0 -23 -9t-9 -23v-128q0 -14 9 -23t23 -9h192v-192q0 -14 9 -23t23 -9h128q14 0 23 9t9 23v192h192q14 0 23 9t9 23zM1408 384q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5 t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1664 640q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1920 512q0 -212 -150 -362t-362 -150q-192 0 -338 128h-220q-146 -128 -338 -128q-212 0 -362 150 t-150 362t150 362t362 150h896q212 0 362 -150t150 -362z" />
289
+ <glyph unicode="&#xf11c;" horiz-adv-x="1920" d="M384 368v-96q0 -16 -16 -16h-96q-16 0 -16 16v96q0 16 16 16h96q16 0 16 -16zM512 624v-96q0 -16 -16 -16h-224q-16 0 -16 16v96q0 16 16 16h224q16 0 16 -16zM384 880v-96q0 -16 -16 -16h-96q-16 0 -16 16v96q0 16 16 16h96q16 0 16 -16zM1408 368v-96q0 -16 -16 -16 h-864q-16 0 -16 16v96q0 16 16 16h864q16 0 16 -16zM768 624v-96q0 -16 -16 -16h-96q-16 0 -16 16v96q0 16 16 16h96q16 0 16 -16zM640 880v-96q0 -16 -16 -16h-96q-16 0 -16 16v96q0 16 16 16h96q16 0 16 -16zM1024 624v-96q0 -16 -16 -16h-96q-16 0 -16 16v96q0 16 16 16 h96q16 0 16 -16zM896 880v-96q0 -16 -16 -16h-96q-16 0 -16 16v96q0 16 16 16h96q16 0 16 -16zM1280 624v-96q0 -16 -16 -16h-96q-16 0 -16 16v96q0 16 16 16h96q16 0 16 -16zM1664 368v-96q0 -16 -16 -16h-96q-16 0 -16 16v96q0 16 16 16h96q16 0 16 -16zM1152 880v-96 q0 -16 -16 -16h-96q-16 0 -16 16v96q0 16 16 16h96q16 0 16 -16zM1408 880v-96q0 -16 -16 -16h-96q-16 0 -16 16v96q0 16 16 16h96q16 0 16 -16zM1664 880v-352q0 -16 -16 -16h-224q-16 0 -16 16v96q0 16 16 16h112v240q0 16 16 16h96q16 0 16 -16zM1792 128v896h-1664v-896 h1664zM1920 1024v-896q0 -53 -37.5 -90.5t-90.5 -37.5h-1664q-53 0 -90.5 37.5t-37.5 90.5v896q0 53 37.5 90.5t90.5 37.5h1664q53 0 90.5 -37.5t37.5 -90.5z" />
290
+ <glyph unicode="&#xf11d;" horiz-adv-x="1792" d="M1664 491v616q-169 -91 -306 -91q-82 0 -145 32q-100 49 -184 76.5t-178 27.5q-173 0 -403 -127v-599q245 113 433 113q55 0 103.5 -7.5t98 -26t77 -31t82.5 -39.5l28 -14q44 -22 101 -22q120 0 293 92zM320 1280q0 -35 -17.5 -64t-46.5 -46v-1266q0 -14 -9 -23t-23 -9 h-64q-14 0 -23 9t-9 23v1266q-29 17 -46.5 46t-17.5 64q0 53 37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1792 1216v-763q0 -39 -35 -57q-10 -5 -17 -9q-218 -116 -369 -116q-88 0 -158 35l-28 14q-64 33 -99 48t-91 29t-114 14q-102 0 -235.5 -44t-228.5 -102 q-15 -9 -33 -9q-16 0 -32 8q-32 19 -32 56v742q0 35 31 55q35 21 78.5 42.5t114 52t152.5 49.5t155 19q112 0 209 -31t209 -86q38 -19 89 -19q122 0 310 112q22 12 31 17q31 16 62 -2q31 -20 31 -55z" />
291
+ <glyph unicode="&#xf11e;" horiz-adv-x="1792" d="M832 536v192q-181 -16 -384 -117v-185q205 96 384 110zM832 954v197q-172 -8 -384 -126v-189q215 111 384 118zM1664 491v184q-235 -116 -384 -71v224q-20 6 -39 15q-5 3 -33 17t-34.5 17t-31.5 15t-34.5 15.5t-32.5 13t-36 12.5t-35 8.5t-39.5 7.5t-39.5 4t-44 2 q-23 0 -49 -3v-222h19q102 0 192.5 -29t197.5 -82q19 -9 39 -15v-188q42 -17 91 -17q120 0 293 92zM1664 918v189q-169 -91 -306 -91q-45 0 -78 8v-196q148 -42 384 90zM320 1280q0 -35 -17.5 -64t-46.5 -46v-1266q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v1266 q-29 17 -46.5 46t-17.5 64q0 53 37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1792 1216v-763q0 -39 -35 -57q-10 -5 -17 -9q-218 -116 -369 -116q-88 0 -158 35l-28 14q-64 33 -99 48t-91 29t-114 14q-102 0 -235.5 -44t-228.5 -102q-15 -9 -33 -9q-16 0 -32 8 q-32 19 -32 56v742q0 35 31 55q35 21 78.5 42.5t114 52t152.5 49.5t155 19q112 0 209 -31t209 -86q38 -19 89 -19q122 0 310 112q22 12 31 17q31 16 62 -2q31 -20 31 -55z" />
292
+ <glyph unicode="&#xf120;" horiz-adv-x="1664" d="M585 553l-466 -466q-10 -10 -23 -10t-23 10l-50 50q-10 10 -10 23t10 23l393 393l-393 393q-10 10 -10 23t10 23l50 50q10 10 23 10t23 -10l466 -466q10 -10 10 -23t-10 -23zM1664 96v-64q0 -14 -9 -23t-23 -9h-960q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h960q14 0 23 -9 t9 -23z" />
293
+ <glyph unicode="&#xf121;" horiz-adv-x="1920" d="M617 137l-50 -50q-10 -10 -23 -10t-23 10l-466 466q-10 10 -10 23t10 23l466 466q10 10 23 10t23 -10l50 -50q10 -10 10 -23t-10 -23l-393 -393l393 -393q10 -10 10 -23t-10 -23zM1208 1204l-373 -1291q-4 -13 -15.5 -19.5t-23.5 -2.5l-62 17q-13 4 -19.5 15.5t-2.5 24.5 l373 1291q4 13 15.5 19.5t23.5 2.5l62 -17q13 -4 19.5 -15.5t2.5 -24.5zM1865 553l-466 -466q-10 -10 -23 -10t-23 10l-50 50q-10 10 -10 23t10 23l393 393l-393 393q-10 10 -10 23t10 23l50 50q10 10 23 10t23 -10l466 -466q10 -10 10 -23t-10 -23z" />
294
+ <glyph unicode="&#xf122;" horiz-adv-x="1792" d="M640 454v-70q0 -42 -39 -59q-13 -5 -25 -5q-27 0 -45 19l-512 512q-19 19 -19 45t19 45l512 512q29 31 70 14q39 -17 39 -59v-69l-397 -398q-19 -19 -19 -45t19 -45zM1792 416q0 -58 -17 -133.5t-38.5 -138t-48 -125t-40.5 -90.5l-20 -40q-8 -17 -28 -17q-6 0 -9 1 q-25 8 -23 34q43 400 -106 565q-64 71 -170.5 110.5t-267.5 52.5v-251q0 -42 -39 -59q-13 -5 -25 -5q-27 0 -45 19l-512 512q-19 19 -19 45t19 45l512 512q29 31 70 14q39 -17 39 -59v-262q411 -28 599 -221q169 -173 169 -509z" />
295
+ <glyph unicode="&#xf123;" horiz-adv-x="1664" d="M1186 579l257 250l-356 52l-66 10l-30 60l-159 322v-963l59 -31l318 -168l-60 355l-12 66zM1638 841l-363 -354l86 -500q5 -33 -6 -51.5t-34 -18.5q-17 0 -40 12l-449 236l-449 -236q-23 -12 -40 -12q-23 0 -34 18.5t-6 51.5l86 500l-364 354q-32 32 -23 59.5t54 34.5 l502 73l225 455q20 41 49 41q28 0 49 -41l225 -455l502 -73q45 -7 54 -34.5t-24 -59.5z" />
296
+ <glyph unicode="&#xf124;" horiz-adv-x="1408" d="M1401 1187l-640 -1280q-17 -35 -57 -35q-5 0 -15 2q-22 5 -35.5 22.5t-13.5 39.5v576h-576q-22 0 -39.5 13.5t-22.5 35.5t4 42t29 30l1280 640q13 7 29 7q27 0 45 -19q15 -14 18.5 -34.5t-6.5 -39.5z" />
297
+ <glyph unicode="&#xf125;" horiz-adv-x="1664" d="M557 256h595v595zM512 301l595 595h-595v-595zM1664 224v-192q0 -14 -9 -23t-23 -9h-224v-224q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23v224h-864q-14 0 -23 9t-9 23v864h-224q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h224v224q0 14 9 23t23 9h192q14 0 23 -9t9 -23 v-224h851l246 247q10 9 23 9t23 -9q9 -10 9 -23t-9 -23l-247 -246v-851h224q14 0 23 -9t9 -23z" />
298
+ <glyph unicode="&#xf126;" horiz-adv-x="1024" d="M288 64q0 40 -28 68t-68 28t-68 -28t-28 -68t28 -68t68 -28t68 28t28 68zM288 1216q0 40 -28 68t-68 28t-68 -28t-28 -68t28 -68t68 -28t68 28t28 68zM928 1088q0 40 -28 68t-68 28t-68 -28t-28 -68t28 -68t68 -28t68 28t28 68zM1024 1088q0 -52 -26 -96.5t-70 -69.5 q-2 -287 -226 -414q-68 -38 -203 -81q-128 -40 -169.5 -71t-41.5 -100v-26q44 -25 70 -69.5t26 -96.5q0 -80 -56 -136t-136 -56t-136 56t-56 136q0 52 26 96.5t70 69.5v820q-44 25 -70 69.5t-26 96.5q0 80 56 136t136 56t136 -56t56 -136q0 -52 -26 -96.5t-70 -69.5v-497 q54 26 154 57q55 17 87.5 29.5t70.5 31t59 39.5t40.5 51t28 69.5t8.5 91.5q-44 25 -70 69.5t-26 96.5q0 80 56 136t136 56t136 -56t56 -136z" />
299
+ <glyph unicode="&#xf127;" horiz-adv-x="1664" d="M439 265l-256 -256q-10 -9 -23 -9q-12 0 -23 9q-9 10 -9 23t9 23l256 256q10 9 23 9t23 -9q9 -10 9 -23t-9 -23zM608 224v-320q0 -14 -9 -23t-23 -9t-23 9t-9 23v320q0 14 9 23t23 9t23 -9t9 -23zM384 448q0 -14 -9 -23t-23 -9h-320q-14 0 -23 9t-9 23t9 23t23 9h320 q14 0 23 -9t9 -23zM1648 320q0 -120 -85 -203l-147 -146q-83 -83 -203 -83q-121 0 -204 85l-334 335q-21 21 -42 56l239 18l273 -274q27 -27 68 -27.5t68 26.5l147 146q28 28 28 67q0 40 -28 68l-274 275l18 239q35 -21 56 -42l336 -336q84 -86 84 -204zM1031 1044l-239 -18 l-273 274q-28 28 -68 28q-39 0 -68 -27l-147 -146q-28 -28 -28 -67q0 -40 28 -68l274 -274l-18 -240q-35 21 -56 42l-336 336q-84 86 -84 204q0 120 85 203l147 146q83 83 203 83q121 0 204 -85l334 -335q21 -21 42 -56zM1664 960q0 -14 -9 -23t-23 -9h-320q-14 0 -23 9 t-9 23t9 23t23 9h320q14 0 23 -9t9 -23zM1120 1504v-320q0 -14 -9 -23t-23 -9t-23 9t-9 23v320q0 14 9 23t23 9t23 -9t9 -23zM1527 1353l-256 -256q-11 -9 -23 -9t-23 9q-9 10 -9 23t9 23l256 256q10 9 23 9t23 -9q9 -10 9 -23t-9 -23z" />
300
+ <glyph unicode="&#xf128;" horiz-adv-x="1024" d="M704 280v-240q0 -16 -12 -28t-28 -12h-240q-16 0 -28 12t-12 28v240q0 16 12 28t28 12h240q16 0 28 -12t12 -28zM1020 880q0 -54 -15.5 -101t-35 -76.5t-55 -59.5t-57.5 -43.5t-61 -35.5q-41 -23 -68.5 -65t-27.5 -67q0 -17 -12 -32.5t-28 -15.5h-240q-15 0 -25.5 18.5 t-10.5 37.5v45q0 83 65 156.5t143 108.5q59 27 84 56t25 76q0 42 -46.5 74t-107.5 32q-65 0 -108 -29q-35 -25 -107 -115q-13 -16 -31 -16q-12 0 -25 8l-164 125q-13 10 -15.5 25t5.5 28q160 266 464 266q80 0 161 -31t146 -83t106 -127.5t41 -158.5z" />
301
+ <glyph unicode="&#xf129;" horiz-adv-x="640" d="M640 192v-128q0 -26 -19 -45t-45 -19h-512q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h64v384h-64q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h384q26 0 45 -19t19 -45v-576h64q26 0 45 -19t19 -45zM512 1344v-192q0 -26 -19 -45t-45 -19h-256q-26 0 -45 19t-19 45v192 q0 26 19 45t45 19h256q26 0 45 -19t19 -45z" />
302
+ <glyph unicode="&#xf12a;" horiz-adv-x="640" d="M512 288v-224q0 -26 -19 -45t-45 -19h-256q-26 0 -45 19t-19 45v224q0 26 19 45t45 19h256q26 0 45 -19t19 -45zM542 1344l-28 -768q-1 -26 -20.5 -45t-45.5 -19h-256q-26 0 -45.5 19t-20.5 45l-28 768q-1 26 17.5 45t44.5 19h320q26 0 44.5 -19t17.5 -45z" />
303
+ <glyph unicode="&#xf12b;" d="M897 167v-167h-248l-159 252l-24 42q-8 9 -11 21h-3l-9 -21q-10 -20 -25 -44l-155 -250h-258v167h128l197 291l-185 272h-137v168h276l139 -228q2 -4 23 -42q8 -9 11 -21h3q3 9 11 21l25 42l140 228h257v-168h-125l-184 -267l204 -296h109zM1534 846v-206h-514l-3 27 q-4 28 -4 46q0 64 26 117t65 86.5t84 65t84 54.5t65 54t26 64q0 38 -29.5 62.5t-70.5 24.5q-51 0 -97 -39q-14 -11 -36 -38l-105 92q26 37 63 66q83 65 188 65q110 0 178 -59.5t68 -158.5q0 -56 -24.5 -103t-62 -76.5t-81.5 -58.5t-82 -50.5t-65.5 -51.5t-30.5 -63h232v80 h126z" />
304
+ <glyph unicode="&#xf12c;" d="M897 167v-167h-248l-159 252l-24 42q-8 9 -11 21h-3l-9 -21q-10 -20 -25 -44l-155 -250h-258v167h128l197 291l-185 272h-137v168h276l139 -228q2 -4 23 -42q8 -9 11 -21h3q3 9 11 21l25 42l140 228h257v-168h-125l-184 -267l204 -296h109zM1536 -50v-206h-514l-4 27 q-3 45 -3 46q0 64 26 117t65 86.5t84 65t84 54.5t65 54t26 64q0 38 -29.5 62.5t-70.5 24.5q-51 0 -97 -39q-14 -11 -36 -38l-105 92q26 37 63 66q80 65 188 65q110 0 178 -59.5t68 -158.5q0 -66 -34.5 -118.5t-84 -86t-99.5 -62.5t-87 -63t-41 -73h232v80h126z" />
305
+ <glyph unicode="&#xf12d;" horiz-adv-x="1920" d="M896 128l336 384h-768l-336 -384h768zM1909 1205q15 -34 9.5 -71.5t-30.5 -65.5l-896 -1024q-38 -44 -96 -44h-768q-38 0 -69.5 20.5t-47.5 54.5q-15 34 -9.5 71.5t30.5 65.5l896 1024q38 44 96 44h768q38 0 69.5 -20.5t47.5 -54.5z" />
306
+ <glyph unicode="&#xf12e;" horiz-adv-x="1664" d="M1664 438q0 -81 -44.5 -135t-123.5 -54q-41 0 -77.5 17.5t-59 38t-56.5 38t-71 17.5q-110 0 -110 -124q0 -39 16 -115t15 -115v-5q-22 0 -33 -1q-34 -3 -97.5 -11.5t-115.5 -13.5t-98 -5q-61 0 -103 26.5t-42 83.5q0 37 17.5 71t38 56.5t38 59t17.5 77.5q0 79 -54 123.5 t-135 44.5q-84 0 -143 -45.5t-59 -127.5q0 -43 15 -83t33.5 -64.5t33.5 -53t15 -50.5q0 -45 -46 -89q-37 -35 -117 -35q-95 0 -245 24q-9 2 -27.5 4t-27.5 4l-13 2q-1 0 -3 1q-2 0 -2 1v1024q2 -1 17.5 -3.5t34 -5t21.5 -3.5q150 -24 245 -24q80 0 117 35q46 44 46 89 q0 22 -15 50.5t-33.5 53t-33.5 64.5t-15 83q0 82 59 127.5t144 45.5q80 0 134 -44.5t54 -123.5q0 -41 -17.5 -77.5t-38 -59t-38 -56.5t-17.5 -71q0 -57 42 -83.5t103 -26.5q64 0 180 15t163 17v-2q-1 -2 -3.5 -17.5t-5 -34t-3.5 -21.5q-24 -150 -24 -245q0 -80 35 -117 q44 -46 89 -46q22 0 50.5 15t53 33.5t64.5 33.5t83 15q82 0 127.5 -59t45.5 -143z" />
307
+ <glyph unicode="&#xf130;" horiz-adv-x="1152" d="M1152 832v-128q0 -221 -147.5 -384.5t-364.5 -187.5v-132h256q26 0 45 -19t19 -45t-19 -45t-45 -19h-640q-26 0 -45 19t-19 45t19 45t45 19h256v132q-217 24 -364.5 187.5t-147.5 384.5v128q0 26 19 45t45 19t45 -19t19 -45v-128q0 -185 131.5 -316.5t316.5 -131.5 t316.5 131.5t131.5 316.5v128q0 26 19 45t45 19t45 -19t19 -45zM896 1216v-512q0 -132 -94 -226t-226 -94t-226 94t-94 226v512q0 132 94 226t226 94t226 -94t94 -226z" />
308
+ <glyph unicode="&#xf131;" horiz-adv-x="1408" d="M271 591l-101 -101q-42 103 -42 214v128q0 26 19 45t45 19t45 -19t19 -45v-128q0 -53 15 -113zM1385 1193l-361 -361v-128q0 -132 -94 -226t-226 -94q-55 0 -109 19l-96 -96q97 -51 205 -51q185 0 316.5 131.5t131.5 316.5v128q0 26 19 45t45 19t45 -19t19 -45v-128 q0 -221 -147.5 -384.5t-364.5 -187.5v-132h256q26 0 45 -19t19 -45t-19 -45t-45 -19h-640q-26 0 -45 19t-19 45t19 45t45 19h256v132q-125 13 -235 81l-254 -254q-10 -10 -23 -10t-23 10l-82 82q-10 10 -10 23t10 23l1234 1234q10 10 23 10t23 -10l82 -82q10 -10 10 -23 t-10 -23zM1005 1325l-621 -621v512q0 132 94 226t226 94q102 0 184.5 -59t116.5 -152z" />
309
+ <glyph unicode="&#xf132;" horiz-adv-x="1280" d="M1088 576v640h-448v-1137q119 63 213 137q235 184 235 360zM1280 1344v-768q0 -86 -33.5 -170.5t-83 -150t-118 -127.5t-126.5 -103t-121 -77.5t-89.5 -49.5t-42.5 -20q-12 -6 -26 -6t-26 6q-16 7 -42.5 20t-89.5 49.5t-121 77.5t-126.5 103t-118 127.5t-83 150 t-33.5 170.5v768q0 26 19 45t45 19h1152q26 0 45 -19t19 -45z" />
310
+ <glyph unicode="&#xf133;" horiz-adv-x="1664" d="M128 -128h1408v1024h-1408v-1024zM512 1088v288q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-288q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM1280 1088v288q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-288q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM1664 1152v-1280 q0 -52 -38 -90t-90 -38h-1408q-52 0 -90 38t-38 90v1280q0 52 38 90t90 38h128v96q0 66 47 113t113 47h64q66 0 113 -47t47 -113v-96h384v96q0 66 47 113t113 47h64q66 0 113 -47t47 -113v-96h128q52 0 90 -38t38 -90z" />
311
+ <glyph unicode="&#xf134;" horiz-adv-x="1408" d="M512 1344q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1408 1376v-320q0 -16 -12 -25q-8 -7 -20 -7q-4 0 -7 1l-448 96q-11 2 -18 11t-7 20h-256v-102q111 -23 183.5 -111t72.5 -203v-800q0 -26 -19 -45t-45 -19h-512q-26 0 -45 19t-19 45v800 q0 106 62.5 190.5t161.5 114.5v111h-32q-59 0 -115 -23.5t-91.5 -53t-66 -66.5t-40.5 -53.5t-14 -24.5q-17 -35 -57 -35q-16 0 -29 7q-23 12 -31.5 37t3.5 49q5 10 14.5 26t37.5 53.5t60.5 70t85 67t108.5 52.5q-25 42 -25 86q0 66 47 113t113 47t113 -47t47 -113 q0 -33 -14 -64h302q0 11 7 20t18 11l448 96q3 1 7 1q12 0 20 -7q12 -9 12 -25z" />
312
+ <glyph unicode="&#xf135;" horiz-adv-x="1664" d="M1440 1088q0 40 -28 68t-68 28t-68 -28t-28 -68t28 -68t68 -28t68 28t28 68zM1664 1376q0 -249 -75.5 -430.5t-253.5 -360.5q-81 -80 -195 -176l-20 -379q-2 -16 -16 -26l-384 -224q-7 -4 -16 -4q-12 0 -23 9l-64 64q-13 14 -8 32l85 276l-281 281l-276 -85q-3 -1 -9 -1 q-14 0 -23 9l-64 64q-17 19 -5 39l224 384q10 14 26 16l379 20q96 114 176 195q188 187 358 258t431 71q14 0 24 -9.5t10 -22.5z" />
313
+ <glyph unicode="&#xf136;" horiz-adv-x="1792" d="M1745 763l-164 -763h-334l178 832q13 56 -15 88q-27 33 -83 33h-169l-204 -953h-334l204 953h-286l-204 -953h-334l204 953l-153 327h1276q101 0 189.5 -40.5t147.5 -113.5q60 -73 81 -168.5t0 -194.5z" />
314
+ <glyph unicode="&#xf137;" d="M909 141l102 102q19 19 19 45t-19 45l-307 307l307 307q19 19 19 45t-19 45l-102 102q-19 19 -45 19t-45 -19l-454 -454q-19 -19 -19 -45t19 -45l454 -454q19 -19 45 -19t45 19zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5 t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
315
+ <glyph unicode="&#xf138;" d="M717 141l454 454q19 19 19 45t-19 45l-454 454q-19 19 -45 19t-45 -19l-102 -102q-19 -19 -19 -45t19 -45l307 -307l-307 -307q-19 -19 -19 -45t19 -45l102 -102q19 -19 45 -19t45 19zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5 t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
316
+ <glyph unicode="&#xf139;" d="M1165 397l102 102q19 19 19 45t-19 45l-454 454q-19 19 -45 19t-45 -19l-454 -454q-19 -19 -19 -45t19 -45l102 -102q19 -19 45 -19t45 19l307 307l307 -307q19 -19 45 -19t45 19zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5 t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
317
+ <glyph unicode="&#xf13a;" d="M813 237l454 454q19 19 19 45t-19 45l-102 102q-19 19 -45 19t-45 -19l-307 -307l-307 307q-19 19 -45 19t-45 -19l-102 -102q-19 -19 -19 -45t19 -45l454 -454q19 -19 45 -19t45 19zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5 t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
318
+ <glyph unicode="&#xf13b;" horiz-adv-x="1408" d="M1130 939l16 175h-884l47 -534h612l-22 -228l-197 -53l-196 53l-13 140h-175l22 -278l362 -100h4v1l359 99l50 544h-644l-15 181h674zM0 1408h1408l-128 -1438l-578 -162l-574 162z" />
319
+ <glyph unicode="&#xf13c;" horiz-adv-x="1792" d="M275 1408h1505l-266 -1333l-804 -267l-698 267l71 356h297l-29 -147l422 -161l486 161l68 339h-1208l58 297h1209l38 191h-1208z" />
320
+ <glyph unicode="&#xf13d;" horiz-adv-x="1792" d="M960 1280q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1792 352v-352q0 -22 -20 -30q-8 -2 -12 -2q-13 0 -23 9l-93 93q-119 -143 -318.5 -226.5t-429.5 -83.5t-429.5 83.5t-318.5 226.5l-93 -93q-9 -9 -23 -9q-4 0 -12 2q-20 8 -20 30v352 q0 14 9 23t23 9h352q22 0 30 -20q8 -19 -7 -35l-100 -100q67 -91 189.5 -153.5t271.5 -82.5v647h-192q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h192v163q-58 34 -93 92.5t-35 128.5q0 106 75 181t181 75t181 -75t75 -181q0 -70 -35 -128.5t-93 -92.5v-163h192q26 0 45 -19 t19 -45v-128q0 -26 -19 -45t-45 -19h-192v-647q149 20 271.5 82.5t189.5 153.5l-100 100q-15 16 -7 35q8 20 30 20h352q14 0 23 -9t9 -23z" />
321
+ <glyph unicode="&#xf13e;" horiz-adv-x="1152" d="M1056 768q40 0 68 -28t28 -68v-576q0 -40 -28 -68t-68 -28h-960q-40 0 -68 28t-28 68v576q0 40 28 68t68 28h32v320q0 185 131.5 316.5t316.5 131.5t316.5 -131.5t131.5 -316.5q0 -26 -19 -45t-45 -19h-64q-26 0 -45 19t-19 45q0 106 -75 181t-181 75t-181 -75t-75 -181 v-320h736z" />
322
+ <glyph unicode="&#xf140;" d="M1024 640q0 -106 -75 -181t-181 -75t-181 75t-75 181t75 181t181 75t181 -75t75 -181zM1152 640q0 159 -112.5 271.5t-271.5 112.5t-271.5 -112.5t-112.5 -271.5t112.5 -271.5t271.5 -112.5t271.5 112.5t112.5 271.5zM1280 640q0 -212 -150 -362t-362 -150t-362 150 t-150 362t150 362t362 150t362 -150t150 -362zM1408 640q0 130 -51 248.5t-136.5 204t-204 136.5t-248.5 51t-248.5 -51t-204 -136.5t-136.5 -204t-51 -248.5t51 -248.5t136.5 -204t204 -136.5t248.5 -51t248.5 51t204 136.5t136.5 204t51 248.5zM1536 640 q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
323
+ <glyph unicode="&#xf141;" horiz-adv-x="1408" d="M384 800v-192q0 -40 -28 -68t-68 -28h-192q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h192q40 0 68 -28t28 -68zM896 800v-192q0 -40 -28 -68t-68 -28h-192q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h192q40 0 68 -28t28 -68zM1408 800v-192q0 -40 -28 -68t-68 -28h-192 q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h192q40 0 68 -28t28 -68z" />
324
+ <glyph unicode="&#xf142;" horiz-adv-x="384" d="M384 288v-192q0 -40 -28 -68t-68 -28h-192q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h192q40 0 68 -28t28 -68zM384 800v-192q0 -40 -28 -68t-68 -28h-192q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h192q40 0 68 -28t28 -68zM384 1312v-192q0 -40 -28 -68t-68 -28h-192 q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h192q40 0 68 -28t28 -68z" />
325
+ <glyph unicode="&#xf143;" d="M512 256q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM863 162q-13 232 -177 396t-396 177q-14 1 -24 -9t-10 -23v-128q0 -13 8.5 -22t21.5 -10q154 -11 264 -121t121 -264q1 -13 10 -21.5t22 -8.5h128q13 0 23 10 t9 24zM1247 161q-5 154 -56 297.5t-139.5 260t-205 205t-260 139.5t-297.5 56q-14 1 -23 -9q-10 -10 -10 -23v-128q0 -13 9 -22t22 -10q204 -7 378 -111.5t278.5 -278.5t111.5 -378q1 -13 10 -22t22 -9h128q13 0 23 10q11 9 9 23zM1536 1120v-960q0 -119 -84.5 -203.5 t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
326
+ <glyph unicode="&#xf144;" d="M768 1408q209 0 385.5 -103t279.5 -279.5t103 -385.5t-103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103zM1152 585q32 18 32 55t-32 55l-544 320q-31 19 -64 1q-32 -19 -32 -56v-640q0 -37 32 -56 q16 -8 32 -8q17 0 32 9z" />
327
+ <glyph unicode="&#xf145;" horiz-adv-x="1792" d="M1024 1084l316 -316l-572 -572l-316 316zM813 105l618 618q19 19 19 45t-19 45l-362 362q-18 18 -45 18t-45 -18l-618 -618q-19 -19 -19 -45t19 -45l362 -362q18 -18 45 -18t45 18zM1702 742l-907 -908q-37 -37 -90.5 -37t-90.5 37l-126 126q56 56 56 136t-56 136 t-136 56t-136 -56l-125 126q-37 37 -37 90.5t37 90.5l907 906q37 37 90.5 37t90.5 -37l125 -125q-56 -56 -56 -136t56 -136t136 -56t136 56l126 -125q37 -37 37 -90.5t-37 -90.5z" />
328
+ <glyph unicode="&#xf146;" d="M1280 576v128q0 26 -19 45t-45 19h-896q-26 0 -45 -19t-19 -45v-128q0 -26 19 -45t45 -19h896q26 0 45 19t19 45zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5 t84.5 -203.5z" />
329
+ <glyph unicode="&#xf147;" horiz-adv-x="1408" d="M1152 736v-64q0 -14 -9 -23t-23 -9h-832q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h832q14 0 23 -9t9 -23zM1280 288v832q0 66 -47 113t-113 47h-832q-66 0 -113 -47t-47 -113v-832q0 -66 47 -113t113 -47h832q66 0 113 47t47 113zM1408 1120v-832q0 -119 -84.5 -203.5 t-203.5 -84.5h-832q-119 0 -203.5 84.5t-84.5 203.5v832q0 119 84.5 203.5t203.5 84.5h832q119 0 203.5 -84.5t84.5 -203.5z" />
330
+ <glyph unicode="&#xf148;" horiz-adv-x="1024" d="M1018 933q-18 -37 -58 -37h-192v-864q0 -14 -9 -23t-23 -9h-704q-21 0 -29 18q-8 20 4 35l160 192q9 11 25 11h320v640h-192q-40 0 -58 37q-17 37 9 68l320 384q18 22 49 22t49 -22l320 -384q27 -32 9 -68z" />
331
+ <glyph unicode="&#xf149;" horiz-adv-x="1024" d="M32 1280h704q13 0 22.5 -9.5t9.5 -23.5v-863h192q40 0 58 -37t-9 -69l-320 -384q-18 -22 -49 -22t-49 22l-320 384q-26 31 -9 69q18 37 58 37h192v640h-320q-14 0 -25 11l-160 192q-13 14 -4 34q9 19 29 19z" />
332
+ <glyph unicode="&#xf14a;" d="M685 237l614 614q19 19 19 45t-19 45l-102 102q-19 19 -45 19t-45 -19l-467 -467l-211 211q-19 19 -45 19t-45 -19l-102 -102q-19 -19 -19 -45t19 -45l358 -358q19 -19 45 -19t45 19zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5 t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
333
+ <glyph unicode="&#xf14b;" d="M404 428l152 -152l-52 -52h-56v96h-96v56zM818 818q14 -13 -3 -30l-291 -291q-17 -17 -30 -3q-14 13 3 30l291 291q17 17 30 3zM544 128l544 544l-288 288l-544 -544v-288h288zM1152 736l92 92q28 28 28 68t-28 68l-152 152q-28 28 -68 28t-68 -28l-92 -92zM1536 1120 v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
334
+ <glyph unicode="&#xf14c;" d="M1280 608v480q0 26 -19 45t-45 19h-480q-42 0 -59 -39q-17 -41 14 -70l144 -144l-534 -534q-19 -19 -19 -45t19 -45l102 -102q19 -19 45 -19t45 19l534 534l144 -144q18 -19 45 -19q12 0 25 5q39 17 39 59zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960 q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
335
+ <glyph unicode="&#xf14d;" d="M1005 435l352 352q19 19 19 45t-19 45l-352 352q-30 31 -69 14q-40 -17 -40 -59v-160q-119 0 -216 -19.5t-162.5 -51t-114 -79t-76.5 -95.5t-44.5 -109t-21.5 -111.5t-5 -110.5q0 -181 167 -404q10 -12 25 -12q7 0 13 3q22 9 19 33q-44 354 62 473q46 52 130 75.5 t224 23.5v-160q0 -42 40 -59q12 -5 24 -5q26 0 45 19zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
336
+ <glyph unicode="&#xf14e;" d="M640 448l256 128l-256 128v-256zM1024 1039v-542l-512 -256v542zM1312 640q0 148 -73 273t-198 198t-273 73t-273 -73t-198 -198t-73 -273t73 -273t198 -198t273 -73t273 73t198 198t73 273zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103 t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
337
+ <glyph unicode="&#xf150;" d="M1145 861q18 -35 -5 -66l-320 -448q-19 -27 -52 -27t-52 27l-320 448q-23 31 -5 66q17 35 57 35h640q40 0 57 -35zM1280 160v960q0 13 -9.5 22.5t-22.5 9.5h-960q-13 0 -22.5 -9.5t-9.5 -22.5v-960q0 -13 9.5 -22.5t22.5 -9.5h960q13 0 22.5 9.5t9.5 22.5zM1536 1120 v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
338
+ <glyph unicode="&#xf151;" d="M1145 419q-17 -35 -57 -35h-640q-40 0 -57 35q-18 35 5 66l320 448q19 27 52 27t52 -27l320 -448q23 -31 5 -66zM1280 160v960q0 13 -9.5 22.5t-22.5 9.5h-960q-13 0 -22.5 -9.5t-9.5 -22.5v-960q0 -13 9.5 -22.5t22.5 -9.5h960q13 0 22.5 9.5t9.5 22.5zM1536 1120v-960 q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
339
+ <glyph unicode="&#xf152;" d="M1088 640q0 -33 -27 -52l-448 -320q-31 -23 -66 -5q-35 17 -35 57v640q0 40 35 57q35 18 66 -5l448 -320q27 -19 27 -52zM1280 160v960q0 14 -9 23t-23 9h-960q-14 0 -23 -9t-9 -23v-960q0 -14 9 -23t23 -9h960q14 0 23 9t9 23zM1536 1120v-960q0 -119 -84.5 -203.5 t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
340
+ <glyph unicode="&#xf153;" horiz-adv-x="1024" d="M976 229l35 -159q3 -12 -3 -22.5t-17 -14.5l-5 -1q-4 -2 -10.5 -3.5t-16 -4.5t-21.5 -5.5t-25.5 -5t-30 -5t-33.5 -4.5t-36.5 -3t-38.5 -1q-234 0 -409 130.5t-238 351.5h-95q-13 0 -22.5 9.5t-9.5 22.5v113q0 13 9.5 22.5t22.5 9.5h66q-2 57 1 105h-67q-14 0 -23 9 t-9 23v114q0 14 9 23t23 9h98q67 210 243.5 338t400.5 128q102 0 194 -23q11 -3 20 -15q6 -11 3 -24l-43 -159q-3 -13 -14 -19.5t-24 -2.5l-4 1q-4 1 -11.5 2.5l-17.5 3.5t-22.5 3.5t-26 3t-29 2.5t-29.5 1q-126 0 -226 -64t-150 -176h468q16 0 25 -12q10 -12 7 -26 l-24 -114q-5 -26 -32 -26h-488q-3 -37 0 -105h459q15 0 25 -12q9 -12 6 -27l-24 -112q-2 -11 -11 -18.5t-20 -7.5h-387q48 -117 149.5 -185.5t228.5 -68.5q18 0 36 1.5t33.5 3.5t29.5 4.5t24.5 5t18.5 4.5l12 3l5 2q13 5 26 -2q12 -7 15 -21z" />
341
+ <glyph unicode="&#xf154;" horiz-adv-x="1024" d="M1020 399v-367q0 -14 -9 -23t-23 -9h-956q-14 0 -23 9t-9 23v150q0 13 9.5 22.5t22.5 9.5h97v383h-95q-14 0 -23 9.5t-9 22.5v131q0 14 9 23t23 9h95v223q0 171 123.5 282t314.5 111q185 0 335 -125q9 -8 10 -20.5t-7 -22.5l-103 -127q-9 -11 -22 -12q-13 -2 -23 7 q-5 5 -26 19t-69 32t-93 18q-85 0 -137 -47t-52 -123v-215h305q13 0 22.5 -9t9.5 -23v-131q0 -13 -9.5 -22.5t-22.5 -9.5h-305v-379h414v181q0 13 9 22.5t23 9.5h162q14 0 23 -9.5t9 -22.5z" />
342
+ <glyph unicode="&#xf155;" horiz-adv-x="1024" d="M978 351q0 -153 -99.5 -263.5t-258.5 -136.5v-175q0 -14 -9 -23t-23 -9h-135q-13 0 -22.5 9.5t-9.5 22.5v175q-66 9 -127.5 31t-101.5 44.5t-74 48t-46.5 37.5t-17.5 18q-17 21 -2 41l103 135q7 10 23 12q15 2 24 -9l2 -2q113 -99 243 -125q37 -8 74 -8q81 0 142.5 43 t61.5 122q0 28 -15 53t-33.5 42t-58.5 37.5t-66 32t-80 32.5q-39 16 -61.5 25t-61.5 26.5t-62.5 31t-56.5 35.5t-53.5 42.5t-43.5 49t-35.5 58t-21 66.5t-8.5 78q0 138 98 242t255 134v180q0 13 9.5 22.5t22.5 9.5h135q14 0 23 -9t9 -23v-176q57 -6 110.5 -23t87 -33.5 t63.5 -37.5t39 -29t15 -14q17 -18 5 -38l-81 -146q-8 -15 -23 -16q-14 -3 -27 7q-3 3 -14.5 12t-39 26.5t-58.5 32t-74.5 26t-85.5 11.5q-95 0 -155 -43t-60 -111q0 -26 8.5 -48t29.5 -41.5t39.5 -33t56 -31t60.5 -27t70 -27.5q53 -20 81 -31.5t76 -35t75.5 -42.5t62 -50 t53 -63.5t31.5 -76.5t13 -94z" />
343
+ <glyph unicode="&#xf156;" horiz-adv-x="898" d="M898 1066v-102q0 -14 -9 -23t-23 -9h-168q-23 -144 -129 -234t-276 -110q167 -178 459 -536q14 -16 4 -34q-8 -18 -29 -18h-195q-16 0 -25 12q-306 367 -498 571q-9 9 -9 22v127q0 13 9.5 22.5t22.5 9.5h112q132 0 212.5 43t102.5 125h-427q-14 0 -23 9t-9 23v102 q0 14 9 23t23 9h413q-57 113 -268 113h-145q-13 0 -22.5 9.5t-9.5 22.5v133q0 14 9 23t23 9h832q14 0 23 -9t9 -23v-102q0 -14 -9 -23t-23 -9h-233q47 -61 64 -144h171q14 0 23 -9t9 -23z" />
344
+ <glyph unicode="&#xf157;" horiz-adv-x="1027" d="M603 0h-172q-13 0 -22.5 9t-9.5 23v330h-288q-13 0 -22.5 9t-9.5 23v103q0 13 9.5 22.5t22.5 9.5h288v85h-288q-13 0 -22.5 9t-9.5 23v104q0 13 9.5 22.5t22.5 9.5h214l-321 578q-8 16 0 32q10 16 28 16h194q19 0 29 -18l215 -425q19 -38 56 -125q10 24 30.5 68t27.5 61 l191 420q8 19 29 19h191q17 0 27 -16q9 -14 1 -31l-313 -579h215q13 0 22.5 -9.5t9.5 -22.5v-104q0 -14 -9.5 -23t-22.5 -9h-290v-85h290q13 0 22.5 -9.5t9.5 -22.5v-103q0 -14 -9.5 -23t-22.5 -9h-290v-330q0 -13 -9.5 -22.5t-22.5 -9.5z" />
345
+ <glyph unicode="&#xf158;" horiz-adv-x="1280" d="M1043 971q0 100 -65 162t-171 62h-320v-448h320q106 0 171 62t65 162zM1280 971q0 -193 -126.5 -315t-326.5 -122h-340v-118h505q14 0 23 -9t9 -23v-128q0 -14 -9 -23t-23 -9h-505v-192q0 -14 -9.5 -23t-22.5 -9h-167q-14 0 -23 9t-9 23v192h-224q-14 0 -23 9t-9 23v128 q0 14 9 23t23 9h224v118h-224q-14 0 -23 9t-9 23v149q0 13 9 22.5t23 9.5h224v629q0 14 9 23t23 9h539q200 0 326.5 -122t126.5 -315z" />
346
+ <glyph unicode="&#xf159;" horiz-adv-x="1792" d="M514 341l81 299h-159l75 -300q1 -1 1 -3t1 -3q0 1 0.5 3.5t0.5 3.5zM630 768l35 128h-292l32 -128h225zM822 768h139l-35 128h-70zM1271 340l78 300h-162l81 -299q0 -1 0.5 -3.5t1.5 -3.5q0 1 0.5 3t0.5 3zM1382 768l33 128h-297l34 -128h230zM1792 736v-64q0 -14 -9 -23 t-23 -9h-213l-164 -616q-7 -24 -31 -24h-159q-24 0 -31 24l-166 616h-209l-167 -616q-7 -24 -31 -24h-159q-11 0 -19.5 7t-10.5 17l-160 616h-208q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h175l-33 128h-142q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h109l-89 344q-5 15 5 28 q10 12 26 12h137q26 0 31 -24l90 -360h359l97 360q7 24 31 24h126q24 0 31 -24l98 -360h365l93 360q5 24 31 24h137q16 0 26 -12q10 -13 5 -28l-91 -344h111q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-145l-34 -128h179q14 0 23 -9t9 -23z" />
347
+ <glyph unicode="&#xf15a;" horiz-adv-x="1280" d="M1167 896q18 -182 -131 -258q117 -28 175 -103t45 -214q-7 -71 -32.5 -125t-64.5 -89t-97 -58.5t-121.5 -34.5t-145.5 -15v-255h-154v251q-80 0 -122 1v-252h-154v255q-18 0 -54 0.5t-55 0.5h-200l31 183h111q50 0 58 51v402h16q-6 1 -16 1v287q-13 68 -89 68h-111v164 l212 -1q64 0 97 1v252h154v-247q82 2 122 2v245h154v-252q79 -7 140 -22.5t113 -45t82.5 -78t36.5 -114.5zM952 351q0 36 -15 64t-37 46t-57.5 30.5t-65.5 18.5t-74 9t-69 3t-64.5 -1t-47.5 -1v-338q8 0 37 -0.5t48 -0.5t53 1.5t58.5 4t57 8.5t55.5 14t47.5 21t39.5 30 t24.5 40t9.5 51zM881 827q0 33 -12.5 58.5t-30.5 42t-48 28t-55 16.5t-61.5 8t-58 2.5t-54 -1t-39.5 -0.5v-307q5 0 34.5 -0.5t46.5 0t50 2t55 5.5t51.5 11t48.5 18.5t37 27t27 38.5t9 51z" />
348
+ <glyph unicode="&#xf15b;" horiz-adv-x="1280" d="M1280 768v-800q0 -40 -28 -68t-68 -28h-1088q-40 0 -68 28t-28 68v1344q0 40 28 68t68 28h544v-544q0 -40 28 -68t68 -28h544zM1277 896h-509v509q82 -15 132 -65l312 -312q50 -50 65 -132z" />
349
+ <glyph unicode="&#xf15c;" horiz-adv-x="1280" d="M1024 160v64q0 14 -9 23t-23 9h-704q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h704q14 0 23 9t9 23zM1024 416v64q0 14 -9 23t-23 9h-704q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h704q14 0 23 9t9 23zM1280 768v-800q0 -40 -28 -68t-68 -28h-1088q-40 0 -68 28 t-28 68v1344q0 40 28 68t68 28h544v-544q0 -40 28 -68t68 -28h544zM1277 896h-509v509q82 -15 132 -65l312 -312q50 -50 65 -132z" />
350
+ <glyph unicode="&#xf15d;" horiz-adv-x="1664" d="M1191 1128h177l-72 218l-12 47q-2 16 -2 20h-4l-3 -20q0 -1 -3.5 -18t-7.5 -29zM736 96q0 -12 -10 -24l-319 -319q-10 -9 -23 -9q-12 0 -23 9l-320 320q-15 16 -7 35q8 20 30 20h192v1376q0 14 9 23t23 9h192q14 0 23 -9t9 -23v-1376h192q14 0 23 -9t9 -23zM1572 -23 v-233h-584v90l369 529q12 18 21 27l11 9v3q-2 0 -6.5 -0.5t-7.5 -0.5q-12 -3 -30 -3h-232v-115h-120v229h567v-89l-369 -530q-6 -8 -21 -26l-11 -11v-2l14 2q9 2 30 2h248v119h121zM1661 874v-106h-288v106h75l-47 144h-243l-47 -144h75v-106h-287v106h70l230 662h162 l230 -662h70z" />
351
+ <glyph unicode="&#xf15e;" horiz-adv-x="1664" d="M1191 104h177l-72 218l-12 47q-2 16 -2 20h-4l-3 -20q0 -1 -3.5 -18t-7.5 -29zM736 96q0 -12 -10 -24l-319 -319q-10 -9 -23 -9q-12 0 -23 9l-320 320q-15 16 -7 35q8 20 30 20h192v1376q0 14 9 23t23 9h192q14 0 23 -9t9 -23v-1376h192q14 0 23 -9t9 -23zM1661 -150 v-106h-288v106h75l-47 144h-243l-47 -144h75v-106h-287v106h70l230 662h162l230 -662h70zM1572 1001v-233h-584v90l369 529q12 18 21 27l11 9v3q-2 0 -6.5 -0.5t-7.5 -0.5q-12 -3 -30 -3h-232v-115h-120v229h567v-89l-369 -530q-6 -8 -21 -26l-11 -10v-3l14 3q9 1 30 1h248 v119h121z" />
352
+ <glyph unicode="&#xf160;" horiz-adv-x="1792" d="M736 96q0 -12 -10 -24l-319 -319q-10 -9 -23 -9q-12 0 -23 9l-320 320q-15 16 -7 35q8 20 30 20h192v1376q0 14 9 23t23 9h192q14 0 23 -9t9 -23v-1376h192q14 0 23 -9t9 -23zM1792 -32v-192q0 -14 -9 -23t-23 -9h-832q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h832 q14 0 23 -9t9 -23zM1600 480v-192q0 -14 -9 -23t-23 -9h-640q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h640q14 0 23 -9t9 -23zM1408 992v-192q0 -14 -9 -23t-23 -9h-448q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h448q14 0 23 -9t9 -23zM1216 1504v-192q0 -14 -9 -23t-23 -9h-256 q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h256q14 0 23 -9t9 -23z" />
353
+ <glyph unicode="&#xf161;" horiz-adv-x="1792" d="M1216 -32v-192q0 -14 -9 -23t-23 -9h-256q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h256q14 0 23 -9t9 -23zM736 96q0 -12 -10 -24l-319 -319q-10 -9 -23 -9q-12 0 -23 9l-320 320q-15 16 -7 35q8 20 30 20h192v1376q0 14 9 23t23 9h192q14 0 23 -9t9 -23v-1376h192 q14 0 23 -9t9 -23zM1408 480v-192q0 -14 -9 -23t-23 -9h-448q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h448q14 0 23 -9t9 -23zM1600 992v-192q0 -14 -9 -23t-23 -9h-640q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h640q14 0 23 -9t9 -23zM1792 1504v-192q0 -14 -9 -23t-23 -9h-832 q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h832q14 0 23 -9t9 -23z" />
354
+ <glyph unicode="&#xf162;" d="M1346 223q0 63 -44 116t-103 53q-52 0 -83 -37t-31 -94t36.5 -95t104.5 -38q50 0 85 27t35 68zM736 96q0 -12 -10 -24l-319 -319q-10 -9 -23 -9q-12 0 -23 9l-320 320q-15 16 -7 35q8 20 30 20h192v1376q0 14 9 23t23 9h192q14 0 23 -9t9 -23v-1376h192q14 0 23 -9t9 -23 zM1486 165q0 -62 -13 -121.5t-41 -114t-68 -95.5t-98.5 -65.5t-127.5 -24.5q-62 0 -108 16q-24 8 -42 15l39 113q15 -7 31 -11q37 -13 75 -13q84 0 134.5 58.5t66.5 145.5h-2q-21 -23 -61.5 -37t-84.5 -14q-106 0 -173 71.5t-67 172.5q0 105 72 178t181 73q123 0 205 -94.5 t82 -252.5zM1456 882v-114h-469v114h167v432q0 7 0.5 19t0.5 17v16h-2l-7 -12q-8 -13 -26 -31l-62 -58l-82 86l192 185h123v-654h165z" />
355
+ <glyph unicode="&#xf163;" d="M1346 1247q0 63 -44 116t-103 53q-52 0 -83 -37t-31 -94t36.5 -95t104.5 -38q50 0 85 27t35 68zM736 96q0 -12 -10 -24l-319 -319q-10 -9 -23 -9q-12 0 -23 9l-320 320q-15 16 -7 35q8 20 30 20h192v1376q0 14 9 23t23 9h192q14 0 23 -9t9 -23v-1376h192q14 0 23 -9 t9 -23zM1456 -142v-114h-469v114h167v432q0 7 0.5 19t0.5 17v16h-2l-7 -12q-8 -13 -26 -31l-62 -58l-82 86l192 185h123v-654h165zM1486 1189q0 -62 -13 -121.5t-41 -114t-68 -95.5t-98.5 -65.5t-127.5 -24.5q-62 0 -108 16q-24 8 -42 15l39 113q15 -7 31 -11q37 -13 75 -13 q84 0 134.5 58.5t66.5 145.5h-2q-21 -23 -61.5 -37t-84.5 -14q-106 0 -173 71.5t-67 172.5q0 105 72 178t181 73q123 0 205 -94.5t82 -252.5z" />
356
+ <glyph unicode="&#xf164;" horiz-adv-x="1664" d="M256 192q0 26 -19 45t-45 19q-27 0 -45.5 -19t-18.5 -45q0 -27 18.5 -45.5t45.5 -18.5q26 0 45 18.5t19 45.5zM416 704v-640q0 -26 -19 -45t-45 -19h-288q-26 0 -45 19t-19 45v640q0 26 19 45t45 19h288q26 0 45 -19t19 -45zM1600 704q0 -86 -55 -149q15 -44 15 -76 q3 -76 -43 -137q17 -56 0 -117q-15 -57 -54 -94q9 -112 -49 -181q-64 -76 -197 -78h-36h-76h-17q-66 0 -144 15.5t-121.5 29t-120.5 39.5q-123 43 -158 44q-26 1 -45 19.5t-19 44.5v641q0 25 18 43.5t43 20.5q24 2 76 59t101 121q68 87 101 120q18 18 31 48t17.5 48.5 t13.5 60.5q7 39 12.5 61t19.5 52t34 50q19 19 45 19q46 0 82.5 -10.5t60 -26t40 -40.5t24 -45t12 -50t5 -45t0.5 -39q0 -38 -9.5 -76t-19 -60t-27.5 -56q-3 -6 -10 -18t-11 -22t-8 -24h277q78 0 135 -57t57 -135z" />
357
+ <glyph unicode="&#xf165;" horiz-adv-x="1664" d="M256 960q0 -26 -19 -45t-45 -19q-27 0 -45.5 19t-18.5 45q0 27 18.5 45.5t45.5 18.5q26 0 45 -18.5t19 -45.5zM416 448v640q0 26 -19 45t-45 19h-288q-26 0 -45 -19t-19 -45v-640q0 -26 19 -45t45 -19h288q26 0 45 19t19 45zM1545 597q55 -61 55 -149q-1 -78 -57.5 -135 t-134.5 -57h-277q4 -14 8 -24t11 -22t10 -18q18 -37 27 -57t19 -58.5t10 -76.5q0 -24 -0.5 -39t-5 -45t-12 -50t-24 -45t-40 -40.5t-60 -26t-82.5 -10.5q-26 0 -45 19q-20 20 -34 50t-19.5 52t-12.5 61q-9 42 -13.5 60.5t-17.5 48.5t-31 48q-33 33 -101 120q-49 64 -101 121 t-76 59q-25 2 -43 20.5t-18 43.5v641q0 26 19 44.5t45 19.5q35 1 158 44q77 26 120.5 39.5t121.5 29t144 15.5h17h76h36q133 -2 197 -78q58 -69 49 -181q39 -37 54 -94q17 -61 0 -117q46 -61 43 -137q0 -32 -15 -76z" />
358
+ <glyph unicode="&#xf166;" d="M919 233v157q0 50 -29 50q-17 0 -33 -16v-224q16 -16 33 -16q29 0 29 49zM1103 355h66v34q0 51 -33 51t-33 -51v-34zM532 621v-70h-80v-423h-74v423h-78v70h232zM733 495v-367h-67v40q-39 -45 -76 -45q-33 0 -42 28q-6 16 -6 54v290h66v-270q0 -24 1 -26q1 -15 15 -15 q20 0 42 31v280h67zM985 384v-146q0 -52 -7 -73q-12 -42 -53 -42q-35 0 -68 41v-36h-67v493h67v-161q32 40 68 40q41 0 53 -42q7 -21 7 -74zM1236 255v-9q0 -29 -2 -43q-3 -22 -15 -40q-27 -40 -80 -40q-52 0 -81 38q-21 27 -21 86v129q0 59 20 86q29 38 80 38t78 -38 q21 -28 21 -86v-76h-133v-65q0 -51 34 -51q24 0 30 26q0 1 0.5 7t0.5 16.5v21.5h68zM785 1079v-156q0 -51 -32 -51t-32 51v156q0 52 32 52t32 -52zM1318 366q0 177 -19 260q-10 44 -43 73.5t-76 34.5q-136 15 -412 15q-275 0 -411 -15q-44 -5 -76.5 -34.5t-42.5 -73.5 q-20 -87 -20 -260q0 -176 20 -260q10 -43 42.5 -73t75.5 -35q137 -15 412 -15t412 15q43 5 75.5 35t42.5 73q20 84 20 260zM563 1017l90 296h-75l-51 -195l-53 195h-78l24 -69t23 -69q35 -103 46 -158v-201h74v201zM852 936v130q0 58 -21 87q-29 38 -78 38q-51 0 -78 -38 q-21 -29 -21 -87v-130q0 -58 21 -87q27 -38 78 -38q49 0 78 38q21 27 21 87zM1033 816h67v370h-67v-283q-22 -31 -42 -31q-15 0 -16 16q-1 2 -1 26v272h-67v-293q0 -37 6 -55q11 -27 43 -27q36 0 77 45v-40zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960 q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
359
+ <glyph unicode="&#xf167;" d="M971 292v-211q0 -67 -39 -67q-23 0 -45 22v301q22 22 45 22q39 0 39 -67zM1309 291v-46h-90v46q0 68 45 68t45 -68zM343 509h107v94h-312v-94h105v-569h100v569zM631 -60h89v494h-89v-378q-30 -42 -57 -42q-18 0 -21 21q-1 3 -1 35v364h-89v-391q0 -49 8 -73 q12 -37 58 -37q48 0 102 61v-54zM1060 88v197q0 73 -9 99q-17 56 -71 56q-50 0 -93 -54v217h-89v-663h89v48q45 -55 93 -55q54 0 71 55q9 27 9 100zM1398 98v13h-91q0 -51 -2 -61q-7 -36 -40 -36q-46 0 -46 69v87h179v103q0 79 -27 116q-39 51 -106 51q-68 0 -107 -51 q-28 -37 -28 -116v-173q0 -79 29 -116q39 -51 108 -51q72 0 108 53q18 27 21 54q2 9 2 58zM790 1011v210q0 69 -43 69t-43 -69v-210q0 -70 43 -70t43 70zM1509 260q0 -234 -26 -350q-14 -59 -58 -99t-102 -46q-184 -21 -555 -21t-555 21q-58 6 -102.5 46t-57.5 99 q-26 112 -26 350q0 234 26 350q14 59 58 99t103 47q183 20 554 20t555 -20q58 -7 102.5 -47t57.5 -99q26 -112 26 -350zM511 1536h102l-121 -399v-271h-100v271q-14 74 -61 212q-37 103 -65 187h106l71 -263zM881 1203v-175q0 -81 -28 -118q-37 -51 -106 -51q-67 0 -105 51 q-28 38 -28 118v175q0 80 28 117q38 51 105 51q69 0 106 -51q28 -37 28 -117zM1216 1365v-499h-91v55q-53 -62 -103 -62q-46 0 -59 37q-8 24 -8 75v394h91v-367q0 -33 1 -35q3 -22 21 -22q27 0 57 43v381h91z" />
360
+ <glyph unicode="&#xf168;" horiz-adv-x="1408" d="M597 869q-10 -18 -257 -456q-27 -46 -65 -46h-239q-21 0 -31 17t0 36l253 448q1 0 0 1l-161 279q-12 22 -1 37q9 15 32 15h239q40 0 66 -45zM1403 1511q11 -16 0 -37l-528 -934v-1l336 -615q11 -20 1 -37q-10 -15 -32 -15h-239q-42 0 -66 45l-339 622q18 32 531 942 q25 45 64 45h241q22 0 31 -15z" />
361
+ <glyph unicode="&#xf169;" d="M685 771q0 1 -126 222q-21 34 -52 34h-184q-18 0 -26 -11q-7 -12 1 -29l125 -216v-1l-196 -346q-9 -14 0 -28q8 -13 24 -13h185q31 0 50 36zM1309 1268q-7 12 -24 12h-187q-30 0 -49 -35l-411 -729q1 -2 262 -481q20 -35 52 -35h184q18 0 25 12q8 13 -1 28l-260 476v1 l409 723q8 16 0 28zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
362
+ <glyph unicode="&#xf16a;" horiz-adv-x="1792" d="M1280 640q0 37 -30 54l-512 320q-31 20 -65 2q-33 -18 -33 -56v-640q0 -38 33 -56q16 -8 31 -8q20 0 34 10l512 320q30 17 30 54zM1792 640q0 -96 -1 -150t-8.5 -136.5t-22.5 -147.5q-16 -73 -69 -123t-124 -58q-222 -25 -671 -25t-671 25q-71 8 -124.5 58t-69.5 123 q-14 65 -21.5 147.5t-8.5 136.5t-1 150t1 150t8.5 136.5t22.5 147.5q16 73 69 123t124 58q222 25 671 25t671 -25q71 -8 124.5 -58t69.5 -123q14 -65 21.5 -147.5t8.5 -136.5t1 -150z" />
363
+ <glyph unicode="&#xf16b;" horiz-adv-x="1792" d="M402 829l494 -305l-342 -285l-490 319zM1388 274v-108l-490 -293v-1l-1 1l-1 -1v1l-489 293v108l147 -96l342 284v2l1 -1l1 1v-2l343 -284zM554 1418l342 -285l-494 -304l-338 270zM1390 829l338 -271l-489 -319l-343 285zM1239 1418l489 -319l-338 -270l-494 304z" />
364
+ <glyph unicode="&#xf16c;" horiz-adv-x="1408" d="M928 135v-151l-707 -1v151zM1169 481v-701l-1 -35v-1h-1132l-35 1h-1v736h121v-618h928v618h120zM241 393l704 -65l-13 -150l-705 65zM309 709l683 -183l-39 -146l-683 183zM472 1058l609 -360l-77 -130l-609 360zM832 1389l398 -585l-124 -85l-399 584zM1285 1536 l121 -697l-149 -26l-121 697z" />
365
+ <glyph unicode="&#xf16d;" d="M1362 110v648h-135q20 -63 20 -131q0 -126 -64 -232.5t-174 -168.5t-240 -62q-197 0 -337 135.5t-140 327.5q0 68 20 131h-141v-648q0 -26 17.5 -43.5t43.5 -17.5h1069q25 0 43 17.5t18 43.5zM1078 643q0 124 -90.5 211.5t-218.5 87.5q-127 0 -217.5 -87.5t-90.5 -211.5 t90.5 -211.5t217.5 -87.5q128 0 218.5 87.5t90.5 211.5zM1362 1003v165q0 28 -20 48.5t-49 20.5h-174q-29 0 -49 -20.5t-20 -48.5v-165q0 -29 20 -49t49 -20h174q29 0 49 20t20 49zM1536 1211v-1142q0 -81 -58 -139t-139 -58h-1142q-81 0 -139 58t-58 139v1142q0 81 58 139 t139 58h1142q81 0 139 -58t58 -139z" />
366
+ <glyph unicode="&#xf16e;" d="M1248 1408q119 0 203.5 -84.5t84.5 -203.5v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960zM698 640q0 88 -62 150t-150 62t-150 -62t-62 -150t62 -150t150 -62t150 62t62 150zM1262 640q0 88 -62 150 t-150 62t-150 -62t-62 -150t62 -150t150 -62t150 62t62 150z" />
367
+ <glyph unicode="&#xf170;" d="M768 914l201 -306h-402zM1133 384h94l-459 691l-459 -691h94l104 160h522zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
368
+ <glyph unicode="&#xf171;" horiz-adv-x="1408" d="M815 677q8 -63 -50.5 -101t-111.5 -6q-39 17 -53.5 58t-0.5 82t52 58q36 18 72.5 12t64 -35.5t27.5 -67.5zM926 698q-14 107 -113 164t-197 13q-63 -28 -100.5 -88.5t-34.5 -129.5q4 -91 77.5 -155t165.5 -56q91 8 152 84t50 168zM1165 1240q-20 27 -56 44.5t-58 22 t-71 12.5q-291 47 -566 -2q-43 -7 -66 -12t-55 -22t-50 -43q30 -28 76 -45.5t73.5 -22t87.5 -11.5q228 -29 448 -1q63 8 89.5 12t72.5 21.5t75 46.5zM1222 205q-8 -26 -15.5 -76.5t-14 -84t-28.5 -70t-58 -56.5q-86 -48 -189.5 -71.5t-202 -22t-201.5 18.5q-46 8 -81.5 18 t-76.5 27t-73 43.5t-52 61.5q-25 96 -57 292l6 16l18 9q223 -148 506.5 -148t507.5 148q21 -6 24 -23t-5 -45t-8 -37zM1403 1166q-26 -167 -111 -655q-5 -30 -27 -56t-43.5 -40t-54.5 -31q-252 -126 -610 -88q-248 27 -394 139q-15 12 -25.5 26.5t-17 35t-9 34t-6 39.5 t-5.5 35q-9 50 -26.5 150t-28 161.5t-23.5 147.5t-22 158q3 26 17.5 48.5t31.5 37.5t45 30t46 22.5t48 18.5q125 46 313 64q379 37 676 -50q155 -46 215 -122q16 -20 16.5 -51t-5.5 -54z" />
369
+ <glyph unicode="&#xf172;" d="M848 666q0 43 -41 66t-77 1q-43 -20 -42.5 -72.5t43.5 -70.5q39 -23 81 4t36 72zM928 682q8 -66 -36 -121t-110 -61t-119 40t-56 113q-2 49 25.5 93t72.5 64q70 31 141.5 -10t81.5 -118zM1100 1073q-20 -21 -53.5 -34t-53 -16t-63.5 -8q-155 -20 -324 0q-44 6 -63 9.5 t-52.5 16t-54.5 32.5q13 19 36 31t40 15.5t47 8.5q198 35 408 1q33 -5 51 -8.5t43 -16t39 -31.5zM1142 327q0 7 5.5 26.5t3 32t-17.5 16.5q-161 -106 -365 -106t-366 106l-12 -6l-5 -12q26 -154 41 -210q47 -81 204 -108q249 -46 428 53q34 19 49 51.5t22.5 85.5t12.5 71z M1272 1020q9 53 -8 75q-43 55 -155 88q-216 63 -487 36q-132 -12 -226 -46q-38 -15 -59.5 -25t-47 -34t-29.5 -54q8 -68 19 -138t29 -171t24 -137q1 -5 5 -31t7 -36t12 -27t22 -28q105 -80 284 -100q259 -28 440 63q24 13 39.5 23t31 29t19.5 40q48 267 80 473zM1536 1120 v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
370
+ <glyph unicode="&#xf173;" horiz-adv-x="1024" d="M390 1408h219v-388h364v-241h-364v-394q0 -136 14 -172q13 -37 52 -60q50 -31 117 -31q117 0 232 76v-242q-102 -48 -178 -65q-77 -19 -173 -19q-105 0 -186 27q-78 25 -138 75q-58 51 -79 105q-22 54 -22 161v539h-170v217q91 30 155 84q64 55 103 132q39 78 54 196z " />
371
+ <glyph unicode="&#xf174;" d="M1123 127v181q-88 -56 -174 -56q-51 0 -88 23q-29 17 -39 45q-11 30 -11 129v295h274v181h-274v291h-164q-11 -90 -40 -147t-78 -99q-48 -40 -116 -63v-163h127v-404q0 -78 17 -121q17 -42 59 -78q43 -37 104 -57q62 -20 140 -20q67 0 129 14q57 13 134 49zM1536 1120 v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
372
+ <glyph unicode="&#xf175;" horiz-adv-x="768" d="M765 237q8 -19 -5 -35l-350 -384q-10 -10 -23 -10q-14 0 -24 10l-355 384q-13 16 -5 35q9 19 29 19h224v1248q0 14 9 23t23 9h192q14 0 23 -9t9 -23v-1248h224q21 0 29 -19z" />
373
+ <glyph unicode="&#xf176;" horiz-adv-x="768" d="M765 1043q-9 -19 -29 -19h-224v-1248q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23v1248h-224q-21 0 -29 19t5 35l350 384q10 10 23 10q14 0 24 -10l355 -384q13 -16 5 -35z" />
374
+ <glyph unicode="&#xf177;" horiz-adv-x="1792" d="M1792 736v-192q0 -14 -9 -23t-23 -9h-1248v-224q0 -21 -19 -29t-35 5l-384 350q-10 10 -10 23q0 14 10 24l384 354q16 14 35 6q19 -9 19 -29v-224h1248q14 0 23 -9t9 -23z" />
375
+ <glyph unicode="&#xf178;" horiz-adv-x="1792" d="M1728 643q0 -14 -10 -24l-384 -354q-16 -14 -35 -6q-19 9 -19 29v224h-1248q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h1248v224q0 21 19 29t35 -5l384 -350q10 -10 10 -23z" />
376
+ <glyph unicode="&#xf179;" horiz-adv-x="1408" d="M1393 321q-39 -125 -123 -250q-129 -196 -257 -196q-49 0 -140 32q-86 32 -151 32q-61 0 -142 -33q-81 -34 -132 -34q-152 0 -301 259q-147 261 -147 503q0 228 113 374q112 144 284 144q72 0 177 -30q104 -30 138 -30q45 0 143 34q102 34 173 34q119 0 213 -65 q52 -36 104 -100q-79 -67 -114 -118q-65 -94 -65 -207q0 -124 69 -223t158 -126zM1017 1494q0 -61 -29 -136q-30 -75 -93 -138q-54 -54 -108 -72q-37 -11 -104 -17q3 149 78 257q74 107 250 148q1 -3 2.5 -11t2.5 -11q0 -4 0.5 -10t0.5 -10z" />
377
+ <glyph unicode="&#xf17a;" horiz-adv-x="1664" d="M682 530v-651l-682 94v557h682zM682 1273v-659h-682v565zM1664 530v-786l-907 125v661h907zM1664 1408v-794h-907v669z" />
378
+ <glyph unicode="&#xf17b;" horiz-adv-x="1408" d="M493 1053q16 0 27.5 11.5t11.5 27.5t-11.5 27.5t-27.5 11.5t-27 -11.5t-11 -27.5t11 -27.5t27 -11.5zM915 1053q16 0 27 11.5t11 27.5t-11 27.5t-27 11.5t-27.5 -11.5t-11.5 -27.5t11.5 -27.5t27.5 -11.5zM103 869q42 0 72 -30t30 -72v-430q0 -43 -29.5 -73t-72.5 -30 t-73 30t-30 73v430q0 42 30 72t73 30zM1163 850v-666q0 -46 -32 -78t-77 -32h-75v-227q0 -43 -30 -73t-73 -30t-73 30t-30 73v227h-138v-227q0 -43 -30 -73t-73 -30q-42 0 -72 30t-30 73l-1 227h-74q-46 0 -78 32t-32 78v666h918zM931 1255q107 -55 171 -153.5t64 -215.5 h-925q0 117 64 215.5t172 153.5l-71 131q-7 13 5 20q13 6 20 -6l72 -132q95 42 201 42t201 -42l72 132q7 12 20 6q12 -7 5 -20zM1408 767v-430q0 -43 -30 -73t-73 -30q-42 0 -72 30t-30 73v430q0 43 30 72.5t72 29.5q43 0 73 -29.5t30 -72.5z" />
379
+ <glyph unicode="&#xf17c;" d="M663 1125q-11 -1 -15.5 -10.5t-8.5 -9.5q-5 -1 -5 5q0 12 19 15h10zM750 1111q-4 -1 -11.5 6.5t-17.5 4.5q24 11 32 -2q3 -6 -3 -9zM399 684q-4 1 -6 -3t-4.5 -12.5t-5.5 -13.5t-10 -13q-7 -10 -1 -12q4 -1 12.5 7t12.5 18q1 3 2 7t2 6t1.5 4.5t0.5 4v3t-1 2.5t-3 2z M1254 325q0 18 -55 42q4 15 7.5 27.5t5 26t3 21.5t0.5 22.5t-1 19.5t-3.5 22t-4 20.5t-5 25t-5.5 26.5q-10 48 -47 103t-72 75q24 -20 57 -83q87 -162 54 -278q-11 -40 -50 -42q-31 -4 -38.5 18.5t-8 83.5t-11.5 107q-9 39 -19.5 69t-19.5 45.5t-15.5 24.5t-13 15t-7.5 7 q-14 62 -31 103t-29.5 56t-23.5 33t-15 40q-4 21 6 53.5t4.5 49.5t-44.5 25q-15 3 -44.5 18t-35.5 16q-8 1 -11 26t8 51t36 27q37 3 51 -30t4 -58q-11 -19 -2 -26.5t30 -0.5q13 4 13 36v37q-5 30 -13.5 50t-21 30.5t-23.5 15t-27 7.5q-107 -8 -89 -134q0 -15 -1 -15 q-9 9 -29.5 10.5t-33 -0.5t-15.5 5q1 57 -16 90t-45 34q-27 1 -41.5 -27.5t-16.5 -59.5q-1 -15 3.5 -37t13 -37.5t15.5 -13.5q10 3 16 14q4 9 -7 8q-7 0 -15.5 14.5t-9.5 33.5q-1 22 9 37t34 14q17 0 27 -21t9.5 -39t-1.5 -22q-22 -15 -31 -29q-8 -12 -27.5 -23.5 t-20.5 -12.5q-13 -14 -15.5 -27t7.5 -18q14 -8 25 -19.5t16 -19t18.5 -13t35.5 -6.5q47 -2 102 15q2 1 23 7t34.5 10.5t29.5 13t21 17.5q9 14 20 8q5 -3 6.5 -8.5t-3 -12t-16.5 -9.5q-20 -6 -56.5 -21.5t-45.5 -19.5q-44 -19 -70 -23q-25 -5 -79 2q-10 2 -9 -2t17 -19 q25 -23 67 -22q17 1 36 7t36 14t33.5 17.5t30 17t24.5 12t17.5 2.5t8.5 -11q0 -2 -1 -4.5t-4 -5t-6 -4.5t-8.5 -5t-9 -4.5t-10 -5t-9.5 -4.5q-28 -14 -67.5 -44t-66.5 -43t-49 -1q-21 11 -63 73q-22 31 -25 22q-1 -3 -1 -10q0 -25 -15 -56.5t-29.5 -55.5t-21 -58t11.5 -63 q-23 -6 -62.5 -90t-47.5 -141q-2 -18 -1.5 -69t-5.5 -59q-8 -24 -29 -3q-32 31 -36 94q-2 28 4 56q4 19 -1 18l-4 -5q-36 -65 10 -166q5 -12 25 -28t24 -20q20 -23 104 -90.5t93 -76.5q16 -15 17.5 -38t-14 -43t-45.5 -23q8 -15 29 -44.5t28 -54t7 -70.5q46 24 7 92 q-4 8 -10.5 16t-9.5 12t-2 6q3 5 13 9.5t20 -2.5q46 -52 166 -36q133 15 177 87q23 38 34 30q12 -6 10 -52q-1 -25 -23 -92q-9 -23 -6 -37.5t24 -15.5q3 19 14.5 77t13.5 90q2 21 -6.5 73.5t-7.5 97t23 70.5q15 18 51 18q1 37 34.5 53t72.5 10.5t60 -22.5zM626 1152 q3 17 -2.5 30t-11.5 15q-9 2 -9 -7q2 -5 5 -6q10 0 7 -15q-3 -20 8 -20q3 0 3 3zM1045 955q-2 8 -6.5 11.5t-13 5t-14.5 5.5q-5 3 -9.5 8t-7 8t-5.5 6.5t-4 4t-4 -1.5q-14 -16 7 -43.5t39 -31.5q9 -1 14.5 8t3.5 20zM867 1168q0 11 -5 19.5t-11 12.5t-9 3q-14 -1 -7 -7l4 -2 q14 -4 18 -31q0 -3 8 2zM921 1401q0 2 -2.5 5t-9 7t-9.5 6q-15 15 -24 15q-9 -1 -11.5 -7.5t-1 -13t-0.5 -12.5q-1 -4 -6 -10.5t-6 -9t3 -8.5q4 -3 8 0t11 9t15 9q1 1 9 1t15 2t9 7zM1486 60q20 -12 31 -24.5t12 -24t-2.5 -22.5t-15.5 -22t-23.5 -19.5t-30 -18.5 t-31.5 -16.5t-32 -15.5t-27 -13q-38 -19 -85.5 -56t-75.5 -64q-17 -16 -68 -19.5t-89 14.5q-18 9 -29.5 23.5t-16.5 25.5t-22 19.5t-47 9.5q-44 1 -130 1q-19 0 -57 -1.5t-58 -2.5q-44 -1 -79.5 -15t-53.5 -30t-43.5 -28.5t-53.5 -11.5q-29 1 -111 31t-146 43q-19 4 -51 9.5 t-50 9t-39.5 9.5t-33.5 14.5t-17 19.5q-10 23 7 66.5t18 54.5q1 16 -4 40t-10 42.5t-4.5 36.5t10.5 27q14 12 57 14t60 12q30 18 42 35t12 51q21 -73 -32 -106q-32 -20 -83 -15q-34 3 -43 -10q-13 -15 5 -57q2 -6 8 -18t8.5 -18t4.5 -17t1 -22q0 -15 -17 -49t-14 -48 q3 -17 37 -26q20 -6 84.5 -18.5t99.5 -20.5q24 -6 74 -22t82.5 -23t55.5 -4q43 6 64.5 28t23 48t-7.5 58.5t-19 52t-20 36.5q-121 190 -169 242q-68 74 -113 40q-11 -9 -15 15q-3 16 -2 38q1 29 10 52t24 47t22 42q8 21 26.5 72t29.5 78t30 61t39 54q110 143 124 195 q-12 112 -16 310q-2 90 24 151.5t106 104.5q39 21 104 21q53 1 106 -13.5t89 -41.5q57 -42 91.5 -121.5t29.5 -147.5q-5 -95 30 -214q34 -113 133 -218q55 -59 99.5 -163t59.5 -191q8 -49 5 -84.5t-12 -55.5t-20 -22q-10 -2 -23.5 -19t-27 -35.5t-40.5 -33.5t-61 -14 q-18 1 -31.5 5t-22.5 13.5t-13.5 15.5t-11.5 20.5t-9 19.5q-22 37 -41 30t-28 -49t7 -97q20 -70 1 -195q-10 -65 18 -100.5t73 -33t85 35.5q59 49 89.5 66.5t103.5 42.5q53 18 77 36.5t18.5 34.5t-25 28.5t-51.5 23.5q-33 11 -49.5 48t-15 72.5t15.5 47.5q1 -31 8 -56.5 t14.5 -40.5t20.5 -28.5t21 -19t21.5 -13t16.5 -9.5z" />
380
+ <glyph unicode="&#xf17d;" d="M1024 36q-42 241 -140 498h-2l-2 -1q-16 -6 -43 -16.5t-101 -49t-137 -82t-131 -114.5t-103 -148l-15 11q184 -150 418 -150q132 0 256 52zM839 643q-21 49 -53 111q-311 -93 -673 -93q-1 -7 -1 -21q0 -124 44 -236.5t124 -201.5q50 89 123.5 166.5t142.5 124.5t130.5 81 t99.5 48l37 13q4 1 13 3.5t13 4.5zM732 855q-120 213 -244 378q-138 -65 -234 -186t-128 -272q302 0 606 80zM1416 536q-210 60 -409 29q87 -239 128 -469q111 75 185 189.5t96 250.5zM611 1277q-1 0 -2 -1q1 1 2 1zM1201 1132q-185 164 -433 164q-76 0 -155 -19 q131 -170 246 -382q69 26 130 60.5t96.5 61.5t65.5 57t37.5 40.5zM1424 647q-3 232 -149 410l-1 -1q-9 -12 -19 -24.5t-43.5 -44.5t-71 -60.5t-100 -65t-131.5 -64.5q25 -53 44 -95q2 -6 6.5 -17.5t7.5 -16.5q36 5 74.5 7t73.5 2t69 -1.5t64 -4t56.5 -5.5t48 -6.5t36.5 -6 t25 -4.5zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
381
+ <glyph unicode="&#xf17e;" d="M1173 473q0 50 -19.5 91.5t-48.5 68.5t-73 49t-82.5 34t-87.5 23l-104 24q-30 7 -44 10.5t-35 11.5t-30 16t-16.5 21t-7.5 30q0 77 144 77q43 0 77 -12t54 -28.5t38 -33.5t40 -29t48 -12q47 0 75.5 32t28.5 77q0 55 -56 99.5t-142 67.5t-182 23q-68 0 -132 -15.5 t-119.5 -47t-89 -87t-33.5 -128.5q0 -61 19 -106.5t56 -75.5t80 -48.5t103 -32.5l146 -36q90 -22 112 -36q32 -20 32 -60q0 -39 -40 -64.5t-105 -25.5q-51 0 -91.5 16t-65 38.5t-45.5 45t-46 38.5t-54 16q-50 0 -75.5 -30t-25.5 -75q0 -92 122 -157.5t291 -65.5 q73 0 140 18.5t122.5 53.5t88.5 93.5t33 131.5zM1536 256q0 -159 -112.5 -271.5t-271.5 -112.5q-130 0 -234 80q-77 -16 -150 -16q-143 0 -273.5 55.5t-225 150t-150 225t-55.5 273.5q0 73 16 150q-80 104 -80 234q0 159 112.5 271.5t271.5 112.5q130 0 234 -80 q77 16 150 16q143 0 273.5 -55.5t225 -150t150 -225t55.5 -273.5q0 -73 -16 -150q80 -104 80 -234z" />
382
+ <glyph unicode="&#xf180;" horiz-adv-x="1664" d="M1483 512l-587 -587q-52 -53 -127.5 -53t-128.5 53l-587 587q-53 53 -53 128t53 128l587 587q53 53 128 53t128 -53l265 -265l-398 -399l-188 188q-42 42 -99 42q-59 0 -100 -41l-120 -121q-42 -40 -42 -99q0 -58 42 -100l406 -408q30 -28 67 -37l6 -4h28q60 0 99 41 l619 619l2 -3q53 -53 53 -128t-53 -128zM1406 1138l120 -120q14 -15 14 -36t-14 -36l-730 -730q-17 -15 -37 -15v0q-4 0 -6 1q-18 2 -30 14l-407 408q-14 15 -14 36t14 35l121 120q13 15 35 15t36 -15l252 -252l574 575q15 15 36 15t36 -15z" />
383
+ <glyph unicode="&#xf181;" d="M704 192v1024q0 14 -9 23t-23 9h-480q-14 0 -23 -9t-9 -23v-1024q0 -14 9 -23t23 -9h480q14 0 23 9t9 23zM1376 576v640q0 14 -9 23t-23 9h-480q-14 0 -23 -9t-9 -23v-640q0 -14 9 -23t23 -9h480q14 0 23 9t9 23zM1536 1344v-1408q0 -26 -19 -45t-45 -19h-1408 q-26 0 -45 19t-19 45v1408q0 26 19 45t45 19h1408q26 0 45 -19t19 -45z" />
384
+ <glyph unicode="&#xf182;" horiz-adv-x="1280" d="M1280 480q0 -40 -28 -68t-68 -28q-51 0 -80 43l-227 341h-45v-132l247 -411q9 -15 9 -33q0 -26 -19 -45t-45 -19h-192v-272q0 -46 -33 -79t-79 -33h-160q-46 0 -79 33t-33 79v272h-192q-26 0 -45 19t-19 45q0 18 9 33l247 411v132h-45l-227 -341q-29 -43 -80 -43 q-40 0 -68 28t-28 68q0 29 16 53l256 384q73 107 176 107h384q103 0 176 -107l256 -384q16 -24 16 -53zM864 1280q0 -93 -65.5 -158.5t-158.5 -65.5t-158.5 65.5t-65.5 158.5t65.5 158.5t158.5 65.5t158.5 -65.5t65.5 -158.5z" />
385
+ <glyph unicode="&#xf183;" horiz-adv-x="1024" d="M1024 832v-416q0 -40 -28 -68t-68 -28t-68 28t-28 68v352h-64v-912q0 -46 -33 -79t-79 -33t-79 33t-33 79v464h-64v-464q0 -46 -33 -79t-79 -33t-79 33t-33 79v912h-64v-352q0 -40 -28 -68t-68 -28t-68 28t-28 68v416q0 80 56 136t136 56h640q80 0 136 -56t56 -136z M736 1280q0 -93 -65.5 -158.5t-158.5 -65.5t-158.5 65.5t-65.5 158.5t65.5 158.5t158.5 65.5t158.5 -65.5t65.5 -158.5z" />
386
+ <glyph unicode="&#xf184;" d="M773 234l350 473q16 22 24.5 59t-6 85t-61.5 79q-40 26 -83 25.5t-73.5 -17.5t-54.5 -45q-36 -40 -96 -40q-59 0 -95 40q-24 28 -54.5 45t-73.5 17.5t-84 -25.5q-46 -31 -60.5 -79t-6 -85t24.5 -59zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103 t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
387
+ <glyph unicode="&#xf185;" horiz-adv-x="1792" d="M1472 640q0 117 -45.5 223.5t-123 184t-184 123t-223.5 45.5t-223.5 -45.5t-184 -123t-123 -184t-45.5 -223.5t45.5 -223.5t123 -184t184 -123t223.5 -45.5t223.5 45.5t184 123t123 184t45.5 223.5zM1748 363q-4 -15 -20 -20l-292 -96v-306q0 -16 -13 -26q-15 -10 -29 -4 l-292 94l-180 -248q-10 -13 -26 -13t-26 13l-180 248l-292 -94q-14 -6 -29 4q-13 10 -13 26v306l-292 96q-16 5 -20 20q-5 17 4 29l180 248l-180 248q-9 13 -4 29q4 15 20 20l292 96v306q0 16 13 26q15 10 29 4l292 -94l180 248q9 12 26 12t26 -12l180 -248l292 94 q14 6 29 -4q13 -10 13 -26v-306l292 -96q16 -5 20 -20q5 -16 -4 -29l-180 -248l180 -248q9 -12 4 -29z" />
388
+ <glyph unicode="&#xf186;" d="M1262 233q-54 -9 -110 -9q-182 0 -337 90t-245 245t-90 337q0 192 104 357q-201 -60 -328.5 -229t-127.5 -384q0 -130 51 -248.5t136.5 -204t204 -136.5t248.5 -51q144 0 273.5 61.5t220.5 171.5zM1465 318q-94 -203 -283.5 -324.5t-413.5 -121.5q-156 0 -298 61 t-245 164t-164 245t-61 298q0 153 57.5 292.5t156 241.5t235.5 164.5t290 68.5q44 2 61 -39q18 -41 -15 -72q-86 -78 -131.5 -181.5t-45.5 -218.5q0 -148 73 -273t198 -198t273 -73q118 0 228 51q41 18 72 -13q14 -14 17.5 -34t-4.5 -38z" />
389
+ <glyph unicode="&#xf187;" horiz-adv-x="1792" d="M1088 704q0 26 -19 45t-45 19h-256q-26 0 -45 -19t-19 -45t19 -45t45 -19h256q26 0 45 19t19 45zM1664 896v-960q0 -26 -19 -45t-45 -19h-1408q-26 0 -45 19t-19 45v960q0 26 19 45t45 19h1408q26 0 45 -19t19 -45zM1728 1344v-256q0 -26 -19 -45t-45 -19h-1536 q-26 0 -45 19t-19 45v256q0 26 19 45t45 19h1536q26 0 45 -19t19 -45z" />
390
+ <glyph unicode="&#xf188;" horiz-adv-x="1664" d="M1632 576q0 -26 -19 -45t-45 -19h-224q0 -171 -67 -290l208 -209q19 -19 19 -45t-19 -45q-18 -19 -45 -19t-45 19l-198 197q-5 -5 -15 -13t-42 -28.5t-65 -36.5t-82 -29t-97 -13v896h-128v-896q-51 0 -101.5 13.5t-87 33t-66 39t-43.5 32.5l-15 14l-183 -207 q-20 -21 -48 -21q-24 0 -43 16q-19 18 -20.5 44.5t15.5 46.5l202 227q-58 114 -58 274h-224q-26 0 -45 19t-19 45t19 45t45 19h224v294l-173 173q-19 19 -19 45t19 45t45 19t45 -19l173 -173h844l173 173q19 19 45 19t45 -19t19 -45t-19 -45l-173 -173v-294h224q26 0 45 -19 t19 -45zM1152 1152h-640q0 133 93.5 226.5t226.5 93.5t226.5 -93.5t93.5 -226.5z" />
391
+ <glyph unicode="&#xf189;" horiz-adv-x="1920" d="M1917 1016q23 -64 -150 -294q-24 -32 -65 -85q-78 -100 -90 -131q-17 -41 14 -81q17 -21 81 -82h1l1 -1l1 -1l2 -2q141 -131 191 -221q3 -5 6.5 -12.5t7 -26.5t-0.5 -34t-25 -27.5t-59 -12.5l-256 -4q-24 -5 -56 5t-52 22l-20 12q-30 21 -70 64t-68.5 77.5t-61 58 t-56.5 15.5q-3 -1 -8 -3.5t-17 -14.5t-21.5 -29.5t-17 -52t-6.5 -77.5q0 -15 -3.5 -27.5t-7.5 -18.5l-4 -5q-18 -19 -53 -22h-115q-71 -4 -146 16.5t-131.5 53t-103 66t-70.5 57.5l-25 24q-10 10 -27.5 30t-71.5 91t-106 151t-122.5 211t-130.5 272q-6 16 -6 27t3 16l4 6 q15 19 57 19l274 2q12 -2 23 -6.5t16 -8.5l5 -3q16 -11 24 -32q20 -50 46 -103.5t41 -81.5l16 -29q29 -60 56 -104t48.5 -68.5t41.5 -38.5t34 -14t27 5q2 1 5 5t12 22t13.5 47t9.5 81t0 125q-2 40 -9 73t-14 46l-6 12q-25 34 -85 43q-13 2 5 24q17 19 38 30q53 26 239 24 q82 -1 135 -13q20 -5 33.5 -13.5t20.5 -24t10.5 -32t3.5 -45.5t-1 -55t-2.5 -70.5t-1.5 -82.5q0 -11 -1 -42t-0.5 -48t3.5 -40.5t11.5 -39t22.5 -24.5q8 -2 17 -4t26 11t38 34.5t52 67t68 107.5q60 104 107 225q4 10 10 17.5t11 10.5l4 3l5 2.5t13 3t20 0.5l288 2 q39 5 64 -2.5t31 -16.5z" />
392
+ <glyph unicode="&#xf18a;" horiz-adv-x="1792" d="M675 252q21 34 11 69t-45 50q-34 14 -73 1t-60 -46q-22 -34 -13 -68.5t43 -50.5t74.5 -2.5t62.5 47.5zM769 373q8 13 3.5 26.5t-17.5 18.5q-14 5 -28.5 -0.5t-21.5 -18.5q-17 -31 13 -45q14 -5 29 0.5t22 18.5zM943 266q-45 -102 -158 -150t-224 -12 q-107 34 -147.5 126.5t6.5 187.5q47 93 151.5 139t210.5 19q111 -29 158.5 -119.5t2.5 -190.5zM1255 426q-9 96 -89 170t-208.5 109t-274.5 21q-223 -23 -369.5 -141.5t-132.5 -264.5q9 -96 89 -170t208.5 -109t274.5 -21q223 23 369.5 141.5t132.5 264.5zM1563 422 q0 -68 -37 -139.5t-109 -137t-168.5 -117.5t-226 -83t-270.5 -31t-275 33.5t-240.5 93t-171.5 151t-65 199.5q0 115 69.5 245t197.5 258q169 169 341.5 236t246.5 -7q65 -64 20 -209q-4 -14 -1 -20t10 -7t14.5 0.5t13.5 3.5l6 2q139 59 246 59t153 -61q45 -63 0 -178 q-2 -13 -4.5 -20t4.5 -12.5t12 -7.5t17 -6q57 -18 103 -47t80 -81.5t34 -116.5zM1489 1046q42 -47 54.5 -108.5t-6.5 -117.5q-8 -23 -29.5 -34t-44.5 -4q-23 8 -34 29.5t-4 44.5q20 63 -24 111t-107 35q-24 -5 -45 8t-25 37q-5 24 8 44.5t37 25.5q60 13 119 -5.5t101 -65.5z M1670 1209q87 -96 112.5 -222.5t-13.5 -241.5q-9 -27 -34 -40t-52 -4t-40 34t-5 52q28 82 10 172t-80 158q-62 69 -148 95.5t-173 8.5q-28 -6 -52 9.5t-30 43.5t9.5 51.5t43.5 29.5q123 26 244 -11.5t208 -134.5z" />
393
+ <glyph unicode="&#xf18b;" d="M1133 -34q-171 -94 -368 -94q-196 0 -367 94q138 87 235.5 211t131.5 268q35 -144 132.5 -268t235.5 -211zM638 1394v-485q0 -252 -126.5 -459.5t-330.5 -306.5q-181 215 -181 495q0 187 83.5 349.5t229.5 269.5t325 137zM1536 638q0 -280 -181 -495 q-204 99 -330.5 306.5t-126.5 459.5v485q179 -30 325 -137t229.5 -269.5t83.5 -349.5z" />
394
+ <glyph unicode="&#xf18c;" horiz-adv-x="1408" d="M1402 433q-32 -80 -76 -138t-91 -88.5t-99 -46.5t-101.5 -14.5t-96.5 8.5t-86.5 22t-69.5 27.5t-46 22.5l-17 10q-113 -228 -289.5 -359.5t-384.5 -132.5q-19 0 -32 13t-13 32t13 31.5t32 12.5q173 1 322.5 107.5t251.5 294.5q-36 -14 -72 -23t-83 -13t-91 2.5t-93 28.5 t-92 59t-84.5 100t-74.5 146q114 47 214 57t167.5 -7.5t124.5 -56.5t88.5 -77t56.5 -82q53 131 79 291q-7 -1 -18 -2.5t-46.5 -2.5t-69.5 0.5t-81.5 10t-88.5 23t-84 42.5t-75 65t-54.5 94.5t-28.5 127.5q70 28 133.5 36.5t112.5 -1t92 -30t73.5 -50t56 -61t42 -63t27.5 -56 t16 -39.5l4 -16q12 122 12 195q-8 6 -21.5 16t-49 44.5t-63.5 71.5t-54 93t-33 112.5t12 127t70 138.5q73 -25 127.5 -61.5t84.5 -76.5t48 -85t20.5 -89t-0.5 -85.5t-13 -76.5t-19 -62t-17 -42l-7 -15q1 -5 1 -50.5t-1 -71.5q3 7 10 18.5t30.5 43t50.5 58t71 55.5t91.5 44.5 t112 14.5t132.5 -24q-2 -78 -21.5 -141.5t-50 -104.5t-69.5 -71.5t-81.5 -45.5t-84.5 -24t-80 -9.5t-67.5 1t-46.5 4.5l-17 3q-23 -147 -73 -283q6 7 18 18.5t49.5 41t77.5 52.5t99.5 42t117.5 20t129 -23.5t137 -77.5z" />
395
+ <glyph unicode="&#xf18d;" horiz-adv-x="1280" d="M1259 283v-66q0 -85 -57.5 -144.5t-138.5 -59.5h-57l-260 -269v269h-529q-81 0 -138.5 59.5t-57.5 144.5v66h1238zM1259 609v-255h-1238v255h1238zM1259 937v-255h-1238v255h1238zM1259 1077v-67h-1238v67q0 84 57.5 143.5t138.5 59.5h846q81 0 138.5 -59.5t57.5 -143.5z " />
396
+ <glyph unicode="&#xf18e;" d="M1152 640q0 -14 -9 -23l-320 -320q-9 -9 -23 -9q-13 0 -22.5 9.5t-9.5 22.5v192h-352q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h352v192q0 14 9 23t23 9q12 0 24 -10l319 -319q9 -9 9 -23zM1312 640q0 148 -73 273t-198 198t-273 73t-273 -73t-198 -198 t-73 -273t73 -273t198 -198t273 -73t273 73t198 198t73 273zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
397
+ <glyph unicode="&#xf190;" d="M1152 736v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-352v-192q0 -14 -9 -23t-23 -9q-12 0 -24 10l-319 319q-9 9 -9 23t9 23l320 320q9 9 23 9q13 0 22.5 -9.5t9.5 -22.5v-192h352q13 0 22.5 -9.5t9.5 -22.5zM1312 640q0 148 -73 273t-198 198t-273 73t-273 -73t-198 -198 t-73 -273t73 -273t198 -198t273 -73t273 73t198 198t73 273zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
398
+ <glyph unicode="&#xf191;" d="M1024 960v-640q0 -26 -19 -45t-45 -19q-20 0 -37 12l-448 320q-27 19 -27 52t27 52l448 320q17 12 37 12q26 0 45 -19t19 -45zM1280 160v960q0 13 -9.5 22.5t-22.5 9.5h-960q-13 0 -22.5 -9.5t-9.5 -22.5v-960q0 -13 9.5 -22.5t22.5 -9.5h960q13 0 22.5 9.5t9.5 22.5z M1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
399
+ <glyph unicode="&#xf192;" d="M1024 640q0 -106 -75 -181t-181 -75t-181 75t-75 181t75 181t181 75t181 -75t75 -181zM768 1184q-148 0 -273 -73t-198 -198t-73 -273t73 -273t198 -198t273 -73t273 73t198 198t73 273t-73 273t-198 198t-273 73zM1536 640q0 -209 -103 -385.5t-279.5 -279.5 t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
400
+ <glyph unicode="&#xf193;" horiz-adv-x="1664" d="M1023 349l102 -204q-58 -179 -210 -290t-339 -111q-156 0 -288.5 77.5t-210 210t-77.5 288.5q0 181 104.5 330t274.5 211l17 -131q-122 -54 -195 -165.5t-73 -244.5q0 -185 131.5 -316.5t316.5 -131.5q126 0 232.5 65t165 175.5t49.5 236.5zM1571 249l58 -114l-256 -128 q-13 -7 -29 -7q-40 0 -57 35l-239 477h-472q-24 0 -42.5 16.5t-21.5 40.5l-96 779q-2 16 6 42q14 51 57 82.5t97 31.5q66 0 113 -47t47 -113q0 -69 -52 -117.5t-120 -41.5l37 -289h423v-128h-407l16 -128h455q40 0 57 -35l228 -455z" />
401
+ <glyph unicode="&#xf194;" d="M1254 899q16 85 -21 132q-52 65 -187 45q-17 -3 -41 -12.5t-57.5 -30.5t-64.5 -48.5t-59.5 -70t-44.5 -91.5q80 7 113.5 -16t26.5 -99q-5 -52 -52 -143q-43 -78 -71 -99q-44 -32 -87 14q-23 24 -37.5 64.5t-19 73t-10 84t-8.5 71.5q-23 129 -34 164q-12 37 -35.5 69 t-50.5 40q-57 16 -127 -25q-54 -32 -136.5 -106t-122.5 -102v-7q16 -8 25.5 -26t21.5 -20q21 -3 54.5 8.5t58 10.5t41.5 -30q11 -18 18.5 -38.5t15 -48t12.5 -40.5q17 -46 53 -187q36 -146 57 -197q42 -99 103 -125q43 -12 85 -1.5t76 31.5q131 77 250 237 q104 139 172.5 292.5t82.5 226.5zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
402
+ <glyph unicode="&#xf195;" horiz-adv-x="1152" d="M1152 704q0 -191 -94.5 -353t-256.5 -256.5t-353 -94.5h-160q-14 0 -23 9t-9 23v611l-215 -66q-3 -1 -9 -1q-10 0 -19 6q-13 10 -13 26v128q0 23 23 31l233 71v93l-215 -66q-3 -1 -9 -1q-10 0 -19 6q-13 10 -13 26v128q0 23 23 31l233 71v250q0 14 9 23t23 9h160 q14 0 23 -9t9 -23v-181l375 116q15 5 28 -5t13 -26v-128q0 -23 -23 -31l-393 -121v-93l375 116q15 5 28 -5t13 -26v-128q0 -23 -23 -31l-393 -121v-487q188 13 318 151t130 328q0 14 9 23t23 9h160q14 0 23 -9t9 -23z" />
403
+ <glyph unicode="&#xf196;" horiz-adv-x="1408" d="M1152 736v-64q0 -14 -9 -23t-23 -9h-352v-352q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v352h-352q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h352v352q0 14 9 23t23 9h64q14 0 23 -9t9 -23v-352h352q14 0 23 -9t9 -23zM1280 288v832q0 66 -47 113t-113 47h-832 q-66 0 -113 -47t-47 -113v-832q0 -66 47 -113t113 -47h832q66 0 113 47t47 113zM1408 1120v-832q0 -119 -84.5 -203.5t-203.5 -84.5h-832q-119 0 -203.5 84.5t-84.5 203.5v832q0 119 84.5 203.5t203.5 84.5h832q119 0 203.5 -84.5t84.5 -203.5z" />
404
+ <glyph unicode="&#xf197;" horiz-adv-x="1792" />
405
+ <glyph unicode="&#xf198;" horiz-adv-x="1792" />
406
+ <glyph unicode="&#xf199;" horiz-adv-x="1792" />
407
+ <glyph unicode="&#xf19a;" horiz-adv-x="1792" />
408
+ <glyph unicode="&#xf19b;" horiz-adv-x="1792" />
409
+ <glyph unicode="&#xf19c;" horiz-adv-x="1792" />
410
+ <glyph unicode="&#xf19d;" horiz-adv-x="1792" />
411
+ <glyph unicode="&#xf19e;" horiz-adv-x="1792" />
412
+ <glyph unicode="&#xf500;" horiz-adv-x="1792" />
413
+ </font>
414
  </defs></svg>
assets/fonts/fontawesome-webfont.ttf CHANGED
Binary file
assets/fonts/fontawesome-webfont.woff CHANGED
Binary file
assets/js/generator.js CHANGED
@@ -13,20 +13,6 @@ jQuery(document).ready(function ($) {
13
  $selected = $('#su-generator-selected'),
14
  mce_selection = '';
15
 
16
- // Apply qTip to choices
17
- $choice.each(function () {
18
- var $c = $(this);
19
- if ($c.attr('title') != '') $c.qtip({
20
- style: {
21
- classes: 'qtip-bootstrap'
22
- },
23
- position: {
24
- my: 'bottom center',
25
- at: 'top center'
26
- }
27
- });
28
- });
29
-
30
  // Generator button
31
  $('body').on('click', '.su-generator-button', function (e) {
32
  e.preventDefault();
@@ -49,7 +35,7 @@ jQuery(document).ready(function ($) {
49
  // Change z-index
50
  $('body').addClass('su-generator-shown');
51
  // Save selection
52
- mce_selection = (typeof tinyMCE !== 'undefined' && tinyMCE.activeEditor.selection !== null) ? tinyMCE.activeEditor.selection.getContent({
53
  format: "text"
54
  }) : '';
55
  },
@@ -79,18 +65,24 @@ jQuery(document).ready(function ($) {
79
  // Prepare data
80
  var filter = $(this).data('filter');
81
  // If filter All, show all choices
82
- if (filter === 'all') $choice.show();
 
 
83
  // Else run search
84
  else {
85
  var regex = new RegExp(filter, 'gi');
86
  // Hide all choices
87
- $choice.hide();
 
 
88
  // Find searched choices and show
89
  $choice.each(function () {
90
  // Get shortcode name
91
  var group = $(this).data('group');
92
  // Show choice if matched
93
- if (group.match(regex) !== null) $(this).show();
 
 
94
  });
95
  }
96
  e.preventDefault();
@@ -135,7 +127,9 @@ jQuery(document).ready(function ($) {
135
  $generator.removeClass('su-generator-narrow');
136
  // Show choices panel
137
  $choices.show();
138
- $choice.show();
 
 
139
  // Show filters
140
  $filter.show();
141
  },
@@ -144,7 +138,9 @@ jQuery(document).ready(function ($) {
144
  var val = $(this).val(),
145
  regex = new RegExp(val, 'gi');
146
  // Hide all choices
147
- $choice.hide();
 
 
148
  // Find searched choices and show
149
  $choice.each(function () {
150
  // Get shortcode name
@@ -153,10 +149,18 @@ jQuery(document).ready(function ($) {
153
  desc = $(this).data('desc'),
154
  group = $(this).data('group');
155
  // Show choice if matched
156
- if (id.match(regex) !== null) $(this).show();
157
- else if (name.match(regex) !== null) $(this).show();
158
- else if (desc.match(regex) !== null) $(this).show();
159
- else if (group.match(regex) !== null) $(this).show();
 
 
 
 
 
 
 
 
160
  });
161
  }
162
  });
@@ -522,6 +526,17 @@ jQuery(document).ready(function ($) {
522
  $fields.on('change blur keyup', function () {
523
  $val.val($hoff.val() + 'px ' + $voff.val() + 'px ' + $blur.val() + 'px ' + $color.value.val()).trigger('change');
524
  });
 
 
 
 
 
 
 
 
 
 
 
525
  });
526
  // Init border pickers
527
  $('.su-generator-border-picker').each(function (index) {
@@ -547,6 +562,16 @@ jQuery(document).ready(function ($) {
547
  $fields.on('change blur keyup', function () {
548
  $val.val($width.val() + 'px ' + $style.val() + ' ' + $color.value.val()).trigger('change');
549
  });
 
 
 
 
 
 
 
 
 
 
550
  });
551
  // Remove skip class when setting is changed
552
  $settings.find('.su-generator-attr').on('change keyup blur', function () {
@@ -571,7 +596,7 @@ jQuery(document).ready(function ($) {
571
  // Insert shortcode
572
  $('#su-generator').on('click', '.su-generator-insert', function (e) {
573
  // Prepare data
574
- var shortcode = su_generator_parse();
575
  if (typeof window.su_generator_target !== 'undefined' && window.su_generator_target !== 'content') {
576
  // Prepare target
577
  var $target = $('#' + window.su_generator_target);
@@ -591,26 +616,146 @@ jQuery(document).ready(function ($) {
591
  // Preview shortcode
592
  $('#su-generator').on('click', '.su-generator-toggle-preview', function (e) {
593
  // Prepare data
594
- var $button = $(this),
595
- update_timer;
596
- // Update link text
597
- $button.hide(); //.text($button.data('update-text'));
 
 
598
  // Bind updating on settings changes
599
- if (!$button.hasClass('su-preview-enabled')) $settings.find('input, textarea, select').on('change keyup blur', function () {
600
- window.clearTimeout(update_timer);
601
- update_timer = window.setTimeout(function () {
602
- su_generator_update_preview();
603
- }, 500);
604
  });
605
- // Add ready-class
606
- $button.addClass('su-preview-enabled');
607
  // Update preview box
608
- su_generator_update_preview();
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
609
  // Prevent default action
610
  e.preventDefault();
611
  });
612
 
613
- function su_generator_parse() {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
614
  // Prepare data
615
  var query = $selected.val(),
616
  prefix = $prefix.val(),
@@ -630,7 +775,7 @@ jQuery(document).ready(function ($) {
630
  else value = $this.val();
631
  // Check that value is not empty
632
  if (value == null) value = '';
633
- else if (value !== '') result += ' ' + $(this).attr('name') + '="' + $(this).val() + '"';
634
  });
635
  // End of opening tag
636
  result += ']';
@@ -640,33 +785,92 @@ jQuery(document).ready(function ($) {
640
  return result;
641
  }
642
 
643
- function su_generator_update_preview() {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
644
  // Prepare data
645
  var $preview = $('#su-generator-preview'),
646
- shortcode = su_generator_parse(),
647
  previous = $result.text();
648
- // Request new preview
649
- if (shortcode !== previous || !$preview.is(':visible')) window.su_generator_preview_request = $.ajax({
650
- type: 'POST',
651
- url: ajaxurl,
652
- cache: false,
653
- data: {
654
- action: 'su_generator_preview',
655
- shortcode: shortcode
656
- },
657
- beforeSend: function () {
658
- // Abort previous requests
659
- if (typeof window.su_generator_preview_request ===
660
- 'object') window.su_generator_preview_request.abort();
661
- // Show loading animation
662
- $preview.addClass('su-generator-loading').html('').show();
663
- },
664
- success: function (data) {
665
- // Hide loading animation and set new HTML
666
- $preview.html(data).removeClass('su-generator-loading');
667
- },
668
- dataType: 'html'
669
- });
 
 
 
 
 
 
 
 
670
  // Save shortcode to div
671
  $result.text(shortcode);
672
  }
13
  $selected = $('#su-generator-selected'),
14
  mce_selection = '';
15
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
16
  // Generator button
17
  $('body').on('click', '.su-generator-button', function (e) {
18
  e.preventDefault();
35
  // Change z-index
36
  $('body').addClass('su-generator-shown');
37
  // Save selection
38
+ mce_selection = (typeof tinyMCE !== 'undefined' && tinyMCE.activeEditor != null && tinyMCE.activeEditor.hasOwnProperty('selection')) ? tinyMCE.activeEditor.selection.getContent({
39
  format: "text"
40
  }) : '';
41
  },
65
  // Prepare data
66
  var filter = $(this).data('filter');
67
  // If filter All, show all choices
68
+ if (filter === 'all') $choice.css({
69
+ opacity: 1
70
+ });
71
  // Else run search
72
  else {
73
  var regex = new RegExp(filter, 'gi');
74
  // Hide all choices
75
+ $choice.css({
76
+ opacity: 0.2
77
+ });
78
  // Find searched choices and show
79
  $choice.each(function () {
80
  // Get shortcode name
81
  var group = $(this).data('group');
82
  // Show choice if matched
83
+ if (group.match(regex) !== null) $(this).css({
84
+ opacity: 1
85
+ });
86
  });
87
  }
88
  e.preventDefault();
127
  $generator.removeClass('su-generator-narrow');
128
  // Show choices panel
129
  $choices.show();
130
+ $choice.css({
131
+ opacity: 1
132
+ });
133
  // Show filters
134
  $filter.show();
135
  },
138
  var val = $(this).val(),
139
  regex = new RegExp(val, 'gi');
140
  // Hide all choices
141
+ $choice.css({
142
+ opacity: 0.2
143
+ });
144
  // Find searched choices and show
145
  $choice.each(function () {
146
  // Get shortcode name
149
  desc = $(this).data('desc'),
150
  group = $(this).data('group');
151
  // Show choice if matched
152
+ if (id.match(regex) !== null) $(this).css({
153
+ opacity: 1
154
+ });
155
+ else if (name.match(regex) !== null) $(this).css({
156
+ opacity: 1
157
+ });
158
+ else if (desc.match(regex) !== null) $(this).css({
159
+ opacity: 1
160
+ });
161
+ else if (group.match(regex) !== null) $(this).css({
162
+ opacity: 1
163
+ });
164
  });
165
  }
166
  });
526
  $fields.on('change blur keyup', function () {
527
  $val.val($hoff.val() + 'px ' + $voff.val() + 'px ' + $blur.val() + 'px ' + $color.value.val()).trigger('change');
528
  });
529
+ $val.on('keyup', function () {
530
+ var value = $(this).val().split(' ');
531
+ // Value is correct
532
+ if (value.length === 4) {
533
+ $hoff.val(value[0].replace('px', ''));
534
+ $voff.val(value[1].replace('px', ''));
535
+ $blur.val(value[2].replace('px', ''));
536
+ $color.value.val(value[3]);
537
+ $fields.trigger('keyup');
538
+ }
539
+ });
540
  });
541
  // Init border pickers
542
  $('.su-generator-border-picker').each(function (index) {
562
  $fields.on('change blur keyup', function () {
563
  $val.val($width.val() + 'px ' + $style.val() + ' ' + $color.value.val()).trigger('change');
564
  });
565
+ $val.on('keyup', function () {
566
+ var value = $(this).val().split(' ');
567
+ // Value is correct
568
+ if (value.length === 3) {
569
+ $width.val(value[0].replace('px', ''));
570
+ $style.val(value[1]);
571
+ $color.value.val(value[2]);
572
+ $fields.trigger('keyup');
573
+ }
574
+ });
575
  });
576
  // Remove skip class when setting is changed
577
  $settings.find('.su-generator-attr').on('change keyup blur', function () {
596
  // Insert shortcode
597
  $('#su-generator').on('click', '.su-generator-insert', function (e) {
598
  // Prepare data
599
+ var shortcode = parse();
600
  if (typeof window.su_generator_target !== 'undefined' && window.su_generator_target !== 'content') {
601
  // Prepare target
602
  var $target = $('#' + window.su_generator_target);
616
  // Preview shortcode
617
  $('#su-generator').on('click', '.su-generator-toggle-preview', function (e) {
618
  // Prepare data
619
+ var $preview = $('#su-generator-preview'),
620
+ $button = $(this);
621
+ // Hide button
622
+ $button.hide();
623
+ // Show preview box
624
+ $preview.addClass('su-generator-loading').show();
625
  // Bind updating on settings changes
626
+ $settings.find('input, textarea, select').on('change keyup blur', function () {
627
+ update_preview();
 
 
 
628
  });
 
 
629
  // Update preview box
630
+ update_preview(true);
631
+ // Prevent default action
632
+ e.preventDefault();
633
+ });
634
+
635
+ var gp_hover_timer;
636
+
637
+ // Presets manager - mouseenter
638
+ $('#su-generator').on('mouseenter click', '.su-generator-presets', function () {
639
+ clearTimeout(gp_hover_timer);
640
+ $('.su-gp-popup').fadeIn(200);
641
+ });
642
+ // Presets manager - mouseleave
643
+ $('#su-generator').on('mouseleave', '.su-generator-presets', function () {
644
+ gp_hover_timer = window.setTimeout(function () {
645
+ $('.su-gp-popup').fadeOut(200);
646
+ }, 600);
647
+ });
648
+ // Presets manager - add new preset
649
+ $('#su-generator').on('click', '.su-gp-new', function (e) {
650
+ // Prepare data
651
+ var $container = $(this).parents('.su-generator-presets'),
652
+ $list = $('.su-gp-list'),
653
+ id = new Date().getTime();
654
+ // Ask for preset name
655
+ var name = prompt(su_generator.presets_prompt_msg, su_generator.presets_prompt_value);
656
+ // Name is entered
657
+ if (name !== '' && name !== null) {
658
+ // Hide default text
659
+ $list.find('b').hide();
660
+ // Add new option
661
+ $list.append('<span data-id="' + id + '"><em>' + name + '</em><i class="fa fa-times"></i></span>');
662
+ // Perform AJAX request
663
+ add_preset(id, name);
664
+ }
665
+ });
666
+ // Presets manager - load preset
667
+ $('#su-generator').on('click', '.su-gp-list span', function (e) {
668
+ // Prepare data
669
+ var shortcode = $('.su-generator-presets').data('shortcode'),
670
+ id = $(this).data('id'),
671
+ $insert = $('.su-generator-insert');
672
+ // Hide popup
673
+ $('.su-gp-popup').hide();
674
+ // Disable hover timer
675
+ clearTimeout(gp_hover_timer);
676
+ // Get the preset
677
+ $.ajax({
678
+ type: 'GET',
679
+ url: ajaxurl,
680
+ data: {
681
+ action: 'su_generator_get_preset',
682
+ id: id,
683
+ shortcode: shortcode
684
+ },
685
+ beforeSend: function () {
686
+ // Disable insert button
687
+ $insert.addClass('button-primary-disabled').attr('disabled', true);
688
+ },
689
+ success: function (data) {
690
+ // Enable insert button
691
+ $insert.removeClass('button-primary-disabled').attr('disabled', false);
692
+ // Set new settings
693
+ set(data);
694
+ },
695
+ dataType: 'json'
696
+ });
697
+ // Prevent default action
698
+ e.preventDefault();
699
+ e.stopPropagation();
700
+ });
701
+ // Presets manager - remove preset
702
+ $('#su-generator').on('click', '.su-gp-list i', function (e) {
703
+ // Prepare data
704
+ var $list = $(this).parents('.su-gp-list'),
705
+ $preset = $(this).parent('span'),
706
+ id = $preset.data('id');
707
+ // Remove DOM element
708
+ $preset.remove();
709
+ // Show default text if last preset was removed
710
+ if ($list.find('span').length < 1) $list.find('b').show();
711
+ // Perform ajax request
712
+ remove_preset(id);
713
+ // Prevent <span> action
714
+ e.stopPropagation();
715
  // Prevent default action
716
  e.preventDefault();
717
  });
718
 
719
+ /**
720
+ * Create new preset with specified name from current settings
721
+ */
722
+ function add_preset(id, name) {
723
+ // Prepare shortcode name and current settings
724
+ var shortcode = $('.su-generator-presets').data('shortcode'),
725
+ settings = get();
726
+ // Perform AJAX request
727
+ $.ajax({
728
+ type: 'POST',
729
+ url: ajaxurl,
730
+ data: {
731
+ action: 'su_generator_add_preset',
732
+ id: id,
733
+ name: name,
734
+ shortcode: shortcode,
735
+ settings: settings
736
+ }
737
+ });
738
+ }
739
+
740
+ /**
741
+ * Remove preset by ID
742
+ */
743
+ function remove_preset(id) {
744
+ // Get current shortcode name
745
+ var shortcode = $('.su-generator-presets').data('shortcode');
746
+ // Perform AJAX request
747
+ $.ajax({
748
+ type: 'POST',
749
+ url: ajaxurl,
750
+ data: {
751
+ action: 'su_generator_remove_preset',
752
+ id: id,
753
+ shortcode: shortcode
754
+ }
755
+ });
756
+ }
757
+
758
+ function parse() {
759
  // Prepare data
760
  var query = $selected.val(),
761
  prefix = $prefix.val(),
775
  else value = $this.val();
776
  // Check that value is not empty
777
  if (value == null) value = '';
778
+ else if (value !== '') result += ' ' + $(this).attr('name') + '="' + $(this).val().replace(/"/gi, "'") + '"';
779
  });
780
  // End of opening tag
781
  result += ']';
785
  return result;
786
  }
787
 
788
+ function get() {
789
+ // Prepare data
790
+ var query = $selected.val(),
791
+ $settings = $('#su-generator-settings .su-generator-attr'),
792
+ content = $('#su-generator-content').val(),
793
+ data = {};
794
+ // Add shortcode attributes
795
+ $settings.each(function (i) {
796
+ // Prepare field and value
797
+ var $this = $(this),
798
+ value = '',
799
+ name = $this.attr('name');
800
+ // Selects
801
+ if ($this.is('select')) value = $this.find('option:selected').val();
802
+ // Other fields
803
+ else value = $this.val();
804
+ // Check that value is not empty
805
+ if (value == null) value = '';
806
+ // Save value
807
+ data[name] = value;
808
+ });
809
+ // Add content
810
+ data['content'] = content.toString();
811
+ // Return data
812
+ return data;
813
+ }
814
+
815
+ function set(data) {
816
+ // Prepare data
817
+ var $settings = $('#su-generator-settings .su-generator-attr'),
818
+ $content = $('#su-generator-content');
819
+ // Loop through settings
820
+ $settings.each(function () {
821
+ var $this = $(this),
822
+ name = $this.attr('name');
823
+ // Data contains value for this field
824
+ if (data.hasOwnProperty(name)) {
825
+ // Set new value
826
+ $this.val(data[name]);
827
+ $this.trigger('keyup').trigger('change').trigger('blur');
828
+ }
829
+ });
830
+ // Set content
831
+ if (data.hasOwnProperty('content')) $content.val(data['content']).trigger('keyup').trigger('change').trigger('blur');
832
+ // Update preview
833
+ update_preview();
834
+ }
835
+
836
+ var update_preview_timer,
837
+ update_preview_request;
838
+
839
+ function update_preview(forced) {
840
  // Prepare data
841
  var $preview = $('#su-generator-preview'),
842
+ shortcode = parse(),
843
  previous = $result.text();
844
+ // Check forced mode
845
+ forced = forced || false;
846
+ // Break if preview box is hidden (preview isn't enabled)
847
+ if (!$preview.is(':visible')) return;
848
+ // Check shortcode is changed is this is not a forced mode
849
+ if (shortcode === previous && !forced) return;
850
+ // Run timer to filter often calls
851
+ window.clearTimeout(update_preview_timer);
852
+ update_preview_timer = window.setTimeout(function () {
853
+ update_preview_request = $.ajax({
854
+ type: 'POST',
855
+ url: ajaxurl,
856
+ cache: false,
857
+ data: {
858
+ action: 'su_generator_preview',
859
+ shortcode: shortcode
860
+ },
861
+ beforeSend: function () {
862
+ // Abort previous requests
863
+ if (typeof update_preview_request === 'object') update_preview_request.abort();
864
+ // Show loading animation
865
+ $preview.addClass('su-generator-loading').html('');
866
+ },
867
+ success: function (data) {
868
+ // Hide loading animation and set new HTML
869
+ $preview.html(data).removeClass('su-generator-loading');
870
+ },
871
+ dataType: 'html'
872
+ });
873
+ }, 300);
874
  // Save shortcode to div
875
  $result.text(shortcode);
876
  }
assets/js/tinymce.js ADDED
@@ -0,0 +1,124 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ! function () {
2
+ tinymce.create('tinymce.plugins.shortcodesultimate', {
3
+ init: function (e) {
4
+ var t = this,
5
+ n = 'su';
6
+ // e.onKeyPress.add(function (e, o) {
7
+ e.onBeforeSetContent.add(function (e, o) {
8
+ // console.log(e);
9
+ o.content = t["_shortcodes2html"](o.content);
10
+ });
11
+ e.onPostProcess.add(function (e, o) {
12
+ o.set && (o.content = t["_shortcodes2html"](o.content));
13
+ o.get && (o.content = t["_html2shortcodes"](o.content));
14
+ });
15
+ },
16
+ getInfo: function () {
17
+ return {
18
+ longname: "BBCode Plugin",
19
+ author: "Moxiecode Systems AB",
20
+ authorurl: "http://www.tinymce.com",
21
+ infourl: "http://www.tinymce.com/wiki.php/Plugin:bbcode"
22
+ }
23
+ },
24
+ _html2shortcodes: function (content) {
25
+ // Prepare data
26
+ var shortcodes = ['row', 'column'],
27
+ prefix = '';
28
+ // Trim content
29
+ content = tinymce.trim(content);
30
+ content = content.replace(/<div.*?class=\"su-row (.*?)\".*?>(.*?)<\/div>/gi, '[row class="$1"]$2[/column]');
31
+ content = content.replace(/<div.*?class=\"su-column su-column-size-(.*?) (.*?)\".*?>(.*?)<\/div>/gi, '[column size="$1" class="$2"]$3[/column]');
32
+ return content;
33
+ // function t(t, n) {
34
+ // e = e.replace(t, n);
35
+ // }
36
+ // return e = tinymce.trim(e),
37
+ // t(),
38
+ // e;
39
+ // t(/<a.*?href=\"(.*?)\".*?>(.*?)<\/a>/gi, "[url=$1]$2[/url]"),
40
+ // t(/<font.*?color=\"(.*?)\".*?class=\"codeStyle\".*?>(.*?)<\/font>/gi, "[code][color=$1]$2[/color][/code]"),
41
+ // t(/<font.*?color=\"(.*?)\".*?class=\"quoteStyle\".*?>(.*?)<\/font>/gi, "[quote][color=$1]$2[/color][/quote]"),
42
+ // t(/<font.*?class=\"codeStyle\".*?color=\"(.*?)\".*?>(.*?)<\/font>/gi, "[code][color=$1]$2[/color][/code]"),
43
+ // t(/<font.*?class=\"quoteStyle\".*?color=\"(.*?)\".*?>(.*?)<\/font>/gi, "[quote][color=$1]$2[/color][/quote]"),
44
+ // t(/<span style=\"color: ?(.*?);\">(.*?)<\/span>/gi, "[color=$1]$2[/color]"),
45
+ // t(/<font.*?color=\"(.*?)\".*?>(.*?)<\/font>/gi, "[color=$1]$2[/color]"),
46
+ // t(/<span style=\"font-size:(.*?);\">(.*?)<\/span>/gi, "[size=$1]$2[/size]"),
47
+ // t(/<font>(.*?)<\/font>/gi, "$1"),
48
+ // t(/<img.*?src=\"(.*?)\".*?\/>/gi, "[img]$1[/img]"),
49
+ // t(/<span class=\"codeStyle\">(.*?)<\/span>/gi, "[code]$1[/code]"),
50
+ // t(/<span class=\"quoteStyle\">(.*?)<\/span>/gi, "[quote]$1[/quote]"),
51
+ // t(/<strong class=\"codeStyle\">(.*?)<\/strong>/gi, "[code][b]$1[/b][/code]"),
52
+ // t(/<strong class=\"quoteStyle\">(.*?)<\/strong>/gi, "[quote][b]$1[/b][/quote]"),
53
+ // t(/<em class=\"codeStyle\">(.*?)<\/em>/gi, "[code][i]$1[/i][/code]"),
54
+ // t(/<em class=\"quoteStyle\">(.*?)<\/em>/gi, "[quote][i]$1[/i][/quote]"),
55
+ // t(/<u class=\"codeStyle\">(.*?)<\/u>/gi, "[code][u]$1[/u][/code]"),
56
+ // t(/<u class=\"quoteStyle\">(.*?)<\/u>/gi, "[quote][u]$1[/u][/quote]"),
57
+ // t(/<\/(strong|b)>/gi, "[/b]"),
58
+ // t(/<(strong|b)>/gi, "[b]"),
59
+ // t(/<\/(em|i)>/gi, "[/i]"),
60
+ // t(/<(em|i)>/gi, "[i]"),
61
+ // t(/<\/u>/gi, "[/u]"),
62
+ // t(/<span style=\"text-decoration: ?underline;\">(.*?)<\/span>/gi, "[u]$1[/u]"),
63
+ // t(/<u>/gi, "[u]"),
64
+ // t(/<blockquote[^>]*>/gi, "[quote]"),
65
+ // t(/<\/blockquote>/gi, "[/quote]"),
66
+ // t(/<br \/>/gi, "\n"),
67
+ // t(/<br\/>/gi, "\n"),
68
+ // t(/<br>/gi, "\n"),
69
+ // t(/<p>/gi, ""),
70
+ // t(/<\/p>/gi, "\n"),
71
+ // t(/&nbsp;|\u00a0/gi, " "),
72
+ // t(/&quot;/gi, '"'),
73
+ // t(/&lt;/gi, "<"),
74
+ // t(/&gt;/gi, ">"),
75
+ // t(/&amp;/gi, "&"),
76
+ },
77
+ _shortcodes2html: function (content) {
78
+ // Prepare data
79
+ var shortcodes = ['row', 'column'],
80
+ prefix = '';
81
+ // Trim content
82
+ content = tinymce.trim(content);
83
+ // Loop shortcodes
84
+ for (var i = shortcodes.length - 1; i >= 0; i--) {
85
+ content = wp.shortcode.replace(prefix + shortcodes[i], content, this._shortcode2html);
86
+ };
87
+ return content;
88
+ // return e = tinymce.trim(e),
89
+ // t(/\[column.*?size="(.*?)".*?class="(.*?)".*?\](.*?)\[\/column\]/gi, '<div class="su-column su-column-size-$1 $2">$3</div>'),
90
+ // t(/\n/gi, "<br />"),
91
+ // t(/\[b\]/gi, "<strong>"),
92
+ // t(/\[\/b\]/gi, "</strong>"),
93
+ // t(/\[i\]/gi, "<em>"),
94
+ // t(/\[\/i\]/gi, "</em>"),
95
+ // t(/\[u\]/gi, "<u>"),
96
+ // t(/\[\/u\]/gi, "</u>"),
97
+ // t(/\[url=([^\]]+)\](.*?)\[\/url\]/gi, '<a href="$1">$2</a>'),
98
+ // t(/\[url\](.*?)\[\/url\]/gi, '<a href="$1">$1</a>'),
99
+ // t(/\[img\](.*?)\[\/img\]/gi, '<img src="$1" />'),
100
+ // t(/\[color=(.*?)\](.*?)\[\/color\]/gi, '<font color="$1">$2</font>'),
101
+ // t(/\[code\](.*?)\[\/code\]/gi, '<span class="codeStyle">$1</span>&nbsp;'),
102
+ // t(/\[quote.*?\](.*?)\[\/quote\]/gi, '<span class="quoteStyle">$1</span>&nbsp;'),
103
+ // e
104
+ },
105
+ _shortcode2html: function (s) {
106
+ // Prepare data
107
+ var prefix = '';
108
+ // Remove prefix from shortcode tag name
109
+ s.tag = s.tag.replace(prefix, '');
110
+ // Row
111
+ if (s.tag === 'row') {
112
+ var cssclass = (typeof s.attrs.named.class !== 'undefined') ? ' ' + s.attrs.named.class : '';
113
+ return '<div class="su-row' + cssclass + '">' + s.content + '</div>';
114
+ }
115
+ // Columns
116
+ else if (s.tag === 'column') {
117
+ var size = (typeof s.attrs.named.size !== 'undefined') ? s.attrs.named.size.replace('/', '-') : '1-1',
118
+ cssclass = (typeof s.attrs.named.class !== 'undefined') ? ' ' + s.attrs.named.class : '';
119
+ return '<div class="su-column su-column-size-' + size + cssclass + '">' + s.content + '</div>';
120
+ }
121
+ }
122
+ }),
123
+ tinymce.PluginManager.add('shortcodesultimate', tinymce.plugins.shortcodesultimate);
124
+ }();
inc/core/assets.php CHANGED
@@ -31,6 +31,9 @@ class Su_Assets {
31
  add_action( 'wp_footer', array( __CLASS__, 'custom_css' ), 99 );
32
  add_action( 'su/generator/preview/after', array( __CLASS__, 'custom_css' ), 99 );
33
  add_action( 'su/examples/preview/after', array( __CLASS__, 'custom_css' ), 99 );
 
 
 
34
  }
35
 
36
  /**
@@ -72,10 +75,12 @@ class Su_Assets {
72
  wp_register_style( 'su-generator', plugins_url( 'assets/css/generator.css', SU_PLUGIN_FILE ), array( 'farbtastic', 'magnific-popup' ), SU_PLUGIN_VERSION, 'all' );
73
  wp_register_script( 'su-generator', plugins_url( 'assets/js/generator.js', SU_PLUGIN_FILE ), array( 'farbtastic', 'magnific-popup', 'qtip' ), SU_PLUGIN_VERSION, true );
74
  wp_localize_script( 'su-generator', 'su_generator', array(
75
- 'upload_title' => __( 'Choose file', 'su' ),
76
- 'upload_insert' => __( 'Insert', 'su' ),
77
- 'isp_media_title' => __( 'Select images', 'su' ),
78
- 'isp_media_insert' => __( 'Add selected images', 'su' )
 
 
79
  ) );
80
  // Shortcodes stylesheets
81
  wp_register_style( 'su-content-shortcodes', self::skin_url( 'content-shortcodes.css' ), false, SU_PLUGIN_VERSION, 'all' );
@@ -131,6 +136,23 @@ class Su_Assets {
131
  if ( $custom_css ) echo "\n\n<!-- Shortcodes Ultimate custom CSS - begin -->\n<style type='text/css'>\n" . stripslashes( str_replace( array( '%theme_url%', '%home_url%', '%plugin_url%' ), array( trailingslashit( get_stylesheet_directory_uri() ), trailingslashit( get_option( 'home' ) ), trailingslashit( plugins_url( '', SU_PLUGIN_FILE ) ) ), $custom_css ) ) . "\n</style>\n<!-- Shortcodes Ultimate custom CSS - end -->\n\n";
132
  }
133
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
134
  /**
135
  * Add asset to the query
136
  */
31
  add_action( 'wp_footer', array( __CLASS__, 'custom_css' ), 99 );
32
  add_action( 'su/generator/preview/after', array( __CLASS__, 'custom_css' ), 99 );
33
  add_action( 'su/examples/preview/after', array( __CLASS__, 'custom_css' ), 99 );
34
+ // Custom TinyMCE CSS and JS
35
+ // add_filter( 'mce_css', array( __CLASS__, 'mce_css' ) );
36
+ // add_filter( 'mce_external_plugins', array( __CLASS__, 'mce_js' ) );
37
  }
38
 
39
  /**
75
  wp_register_style( 'su-generator', plugins_url( 'assets/css/generator.css', SU_PLUGIN_FILE ), array( 'farbtastic', 'magnific-popup' ), SU_PLUGIN_VERSION, 'all' );
76
  wp_register_script( 'su-generator', plugins_url( 'assets/js/generator.js', SU_PLUGIN_FILE ), array( 'farbtastic', 'magnific-popup', 'qtip' ), SU_PLUGIN_VERSION, true );
77
  wp_localize_script( 'su-generator', 'su_generator', array(
78
+ 'upload_title' => __( 'Choose file', 'su' ),
79
+ 'upload_insert' => __( 'Insert', 'su' ),
80
+ 'isp_media_title' => __( 'Select images', 'su' ),
81
+ 'isp_media_insert' => __( 'Add selected images', 'su' ),
82
+ 'presets_prompt_msg' => __( 'Please enter a name for new preset', 'su' ),
83
+ 'presets_prompt_value' => __( 'New preset', 'su' )
84
  ) );
85
  // Shortcodes stylesheets
86
  wp_register_style( 'su-content-shortcodes', self::skin_url( 'content-shortcodes.css' ), false, SU_PLUGIN_VERSION, 'all' );
136
  if ( $custom_css ) echo "\n\n<!-- Shortcodes Ultimate custom CSS - begin -->\n<style type='text/css'>\n" . stripslashes( str_replace( array( '%theme_url%', '%home_url%', '%plugin_url%' ), array( trailingslashit( get_stylesheet_directory_uri() ), trailingslashit( get_option( 'home' ) ), trailingslashit( plugins_url( '', SU_PLUGIN_FILE ) ) ), $custom_css ) ) . "\n</style>\n<!-- Shortcodes Ultimate custom CSS - end -->\n\n";
137
  }
138
 
139
+ /**
140
+ * Styles for visualised shortcodes
141
+ */
142
+ public static function mce_css( $mce_css ) {
143
+ if ( ! empty( $mce_css ) ) $mce_css .= ',';
144
+ $mce_css .= plugins_url( 'assets/css/tinymce.css', SU_PLUGIN_FILE );
145
+ return $mce_css;
146
+ }
147
+
148
+ /**
149
+ * TinyMCE plugin for visualised shortcodes
150
+ */
151
+ public static function mce_js( $plugins ) {
152
+ $plugins['shortcodesultimate'] = plugins_url( 'assets/js/tinymce.js', SU_PLUGIN_FILE );
153
+ return $plugins;
154
+ }
155
+
156
  /**
157
  * Add asset to the query
158
  */
inc/core/data.php CHANGED
@@ -19,6 +19,7 @@ class Su_Data {
19
  'box' => __( 'Box', 'su' ),
20
  'media' => __( 'Media', 'su' ),
21
  'gallery' => __( 'Gallery', 'su' ),
 
22
  'other' => __( 'Other', 'su' )
23
  ) );
24
  }
@@ -36,7 +37,7 @@ class Su_Data {
36
  }
37
 
38
  public static function icons() {
39
- return apply_filters( 'su/data/icons', array( 'glass', 'music', 'search', 'envelope-o', 'heart', 'star', 'star-o', 'user', 'film', 'th-large', 'th', 'th-list', 'check', 'times', 'search-plus', 'search-minus', 'power-off', 'signal', 'cog', 'trash-o', 'home', 'file-o', 'clock-o', 'road', 'download', 'arrow-circle-o-down', 'arrow-circle-o-up', 'inbox', 'play-circle-o', 'repeat', 'refresh', 'list-alt', 'lock', 'flag', 'headphones', 'volume-off', 'volume-down', 'volume-up', 'qrcode', 'barcode', 'tag', 'tags', 'book', 'bookmark', 'print', 'camera', 'font', 'bold', 'italic', 'text-height', 'text-width', 'align-left', 'align-center', 'align-right', 'align-justify', 'list', 'outdent', 'indent', 'video-camera', 'picture-o', 'pencil', 'map-marker', 'adjust', 'tint', 'pencil-square-o', 'share-square-o', 'check-square-o', 'move', 'step-backward', 'fast-backward', 'backward', 'play', 'pause', 'stop', 'forward', 'fast-forward', 'step-forward', 'eject', 'chevron-left', 'chevron-right', 'plus-circle', 'minus-circle', 'times-circle', 'check-circle', 'question-circle', 'info-circle', 'crosshairs', 'times-circle-o', 'check-circle-o', 'ban', 'arrow-left', 'arrow-right', 'arrow-up', 'arrow-down', 'share', 'resize-full', 'resize-small', 'plus', 'minus', 'asterisk', 'exclamation-circle', 'gift', 'leaf', 'fire', 'eye', 'eye-slash', 'exclamation-triangle', 'plane', 'calendar', 'random', 'comment', 'magnet', 'chevron-up', 'chevron-down', 'retweet', 'shopping-cart', 'folder', 'folder-open', 'resize-vertical', 'resize-horizontal', 'bar-chart-o', 'twitter-square', 'facebook-square', 'camera-retro', 'key', 'cogs', 'comments', 'thumbs-o-up', 'thumbs-o-down', 'star-half', 'heart-o', 'sign-out', 'linkedin-square', 'thumb-tack', 'external-link', 'sign-in', 'trophy', 'github-square', 'upload', 'lemon-o', 'phone', 'square-o', 'bookmark-o', 'phone-square', 'twitter', 'facebook', 'github', 'unlock', 'credit-card', 'rss', 'hdd', 'bullhorn', 'bell', 'certificate', 'hand-o-right', 'hand-o-left', 'hand-o-up', 'hand-o-down', 'arrow-circle-left', 'arrow-circle-right', 'arrow-circle-up', 'arrow-circle-down', 'globe', 'wrench', 'tasks', 'filter', 'briefcase', 'fullscreen', 'group', 'link', 'cloud', 'flask', 'scissors', 'files-o', 'paperclip', 'floppy-o', 'square', 'reorder', 'list-ul', 'list-ol', 'strikethrough', 'underline', 'table', 'magic', 'truck', 'pinterest', 'pinterest-square', 'google-plus-square', 'google-plus', 'money', 'caret-down', 'caret-up', 'caret-left', 'caret-right', 'columns', 'sort', 'sort-asc', 'sort-desc', 'envelope', 'linkedin', 'undo', 'gavel', 'tachometer', 'comment-o', 'comments-o', 'bolt', 'sitemap', 'umbrella', 'clipboard', 'lightbulb-o', 'exchange', 'cloud-download', 'cloud-upload', 'user-md', 'stethoscope', 'suitcase', 'bell-o', 'coffee', 'cutlery', 'file-text-o', 'building', 'hospital', 'ambulance', 'medkit', 'fighter-jet', 'beer', 'h-square', 'plus-square', 'angle-double-left', 'angle-double-right', 'angle-double-up', 'angle-double-down', 'angle-left', 'angle-right', 'angle-up', 'angle-down', 'desktop', 'laptop', 'tablet', 'mobile', 'circle-o', 'quote-left', 'quote-right', 'spinner', 'circle', 'reply', 'github-alt', 'folder-o', 'folder-open-o', 'expand-o', 'collapse-o', 'smile-o', 'frown-o', 'meh-o', 'gamepad', 'keyboard-o', 'flag-o', 'flag-checkered', 'terminal', 'code', 'reply-all', 'mail-reply-all', 'star-half-o', 'location-arrow', 'crop', 'code-fork', 'chain-broken', 'question', 'info', 'exclamation', 'superscript', 'subscript', 'eraser', 'puzzle-piece', 'microphone', 'microphone-slash', 'shield', 'calendar-o', 'fire-extinguisher', 'rocket', 'maxcdn', 'chevron-circle-left', 'chevron-circle-right', 'chevron-circle-up', 'chevron-circle-down', 'html5', 'css3', 'anchor', 'unlock-o', 'bullseye', 'ellipsis-horizontal', 'ellipsis-vertical', 'rss-square', 'play-circle', 'ticket', 'minus-square', 'minus-square-o', 'level-up', 'level-down', 'check-square', 'pencil-square', 'external-link-square', 'share-square', 'compass', 'caret-square-o-down', 'caret-square-o-up', 'caret-square-o-right', 'eur', 'gbp', 'usd', 'inr', 'jpy', 'rub', 'krw', 'btc', 'file', 'file-text', 'sort-alpha-asc', 'sort-alpha-desc', 'sort-amount-asc', 'sort-amount-desc', 'sort-numeric-asc', 'sort-numeric-desc', 'thumbs-up', 'thumbs-down', 'youtube-square', 'youtube', 'xing', 'xing-square', 'youtube-play', 'dropbox', 'stack-overflow', 'instagram', 'flickr', 'adn', 'bitbucket', 'bitbucket-square', 'tumblr', 'tumblr-square', 'long-arrow-down', 'long-arrow-up', 'long-arrow-left', 'long-arrow-right', 'apple', 'windows', 'android', 'linux', 'dribbble', 'skype', 'foursquare', 'trello', 'female', 'male', 'gittip', 'sun-o', 'moon-o', 'archive', 'bug', 'vk', 'weibo', 'renren', 'pagelines', 'stack-exchange', 'arrow-circle-o-right', 'arrow-circle-o-left', 'caret-square-o-left', 'dot-circle-o', 'wheelchair', 'vimeo-square', 'try' ) );
40
  }
41
 
42
  /**
@@ -339,7 +340,7 @@ class Su_Data {
339
  )
340
  ),
341
  'desc' => __( 'Content divider with optional TOP link', 'su' ),
342
- 'icon' => 'ellipsis-horizontal'
343
  ),
344
  // spacer
345
  'spacer' => array(
@@ -363,7 +364,7 @@ class Su_Data {
363
  )
364
  ),
365
  'desc' => __( 'Empty space with adjustable height', 'su' ),
366
- 'icon' => 'resize-vertical'
367
  ),
368
  // highlight
369
  'highlight' => array(
@@ -1560,7 +1561,7 @@ class Su_Data {
1560
  )
1561
  ),
1562
  'desc' => __( 'Custom menu by name', 'su' ),
1563
- 'icon' => 'reorder'
1564
  ),
1565
  // subpages
1566
  'subpages' => array(
@@ -1587,7 +1588,7 @@ class Su_Data {
1587
  )
1588
  ),
1589
  'desc' => __( 'List of sub pages', 'su' ),
1590
- 'icon' => 'reorder'
1591
  ),
1592
  // siblings
1593
  'siblings' => array(
@@ -1608,7 +1609,7 @@ class Su_Data {
1608
  )
1609
  ),
1610
  'desc' => __( 'List of cureent page siblings', 'su' ),
1611
- 'icon' => 'reorder'
1612
  ),
1613
  // document
1614
  'document' => array(
@@ -1712,6 +1713,15 @@ class Su_Data {
1712
  'name' => __( 'Source', 'su' ),
1713
  'desc' => __( 'Choose images source. You can use images from Media library or retrieve it from posts (thumbnails) posted under specified blog category. You can also pick any custom taxonomy', 'su' )
1714
  ),
 
 
 
 
 
 
 
 
 
1715
  'link' => array(
1716
  'type' => 'select',
1717
  'values' => array(
@@ -1820,6 +1830,15 @@ class Su_Data {
1820
  'name' => __( 'Source', 'su' ),
1821
  'desc' => __( 'Choose images source. You can use images from Media library or retrieve it from posts (thumbnails) posted under specified blog category. You can also pick any custom taxonomy', 'su' )
1822
  ),
 
 
 
 
 
 
 
 
 
1823
  'link' => array(
1824
  'type' => 'select',
1825
  'values' => array(
@@ -1947,6 +1966,15 @@ class Su_Data {
1947
  'name' => __( 'Source', 'su' ),
1948
  'desc' => __( 'Choose images source. You can use images from Media library or retrieve it from posts (thumbnails) posted under specified blog category. You can also pick any custom taxonomy', 'su' )
1949
  ),
 
 
 
 
 
 
 
 
 
1950
  'link' => array(
1951
  'type' => 'select',
1952
  'values' => array(
@@ -2280,7 +2308,177 @@ class Su_Data {
2280
  'content' => __( 'Animated content', 'su' ),
2281
  'desc' => __( 'Wrapper for animation. Any nested element will be animated', 'su' ),
2282
  'icon' => 'bolt'
2283
- )
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2284
  ) );
2285
  // Return result
2286
  return ( is_string( $shortcode ) ) ? $shortcodes[sanitize_text_field( $shortcode )] : $shortcodes;
19
  'box' => __( 'Box', 'su' ),
20
  'media' => __( 'Media', 'su' ),
21
  'gallery' => __( 'Gallery', 'su' ),
22
+ 'data' => __( 'Data', 'su' ),
23
  'other' => __( 'Other', 'su' )
24
  ) );
25
  }
37
  }
38
 
39
  public static function icons() {
40
+ return apply_filters( 'su/data/icons', array( 'glass', 'music', 'search', 'envelope-o', 'heart', 'star', 'star-o', 'user', 'film', 'th-large', 'th', 'th-list', 'check', 'times', 'search-plus', 'search-minus', 'power-off', 'signal', 'cog', 'trash-o', 'home', 'file-o', 'clock-o', 'road', 'download', 'arrow-circle-o-down', 'arrow-circle-o-up', 'inbox', 'play-circle-o', 'repeat', 'refresh', 'list-alt', 'lock', 'flag', 'headphones', 'volume-off', 'volume-down', 'volume-up', 'qrcode', 'barcode', 'tag', 'tags', 'book', 'bookmark', 'print', 'camera', 'font', 'bold', 'italic', 'text-height', 'text-width', 'align-left', 'align-center', 'align-right', 'align-justify', 'list', 'outdent', 'indent', 'video-camera', 'picture-o', 'pencil', 'map-marker', 'adjust', 'tint', 'pencil-square-o', 'share-square-o', 'check-square-o', 'arrows', 'step-backward', 'fast-backward', 'backward', 'play', 'pause', 'stop', 'forward', 'fast-forward', 'step-forward', 'eject', 'chevron-left', 'chevron-right', 'plus-circle', 'minus-circle', 'times-circle', 'check-circle', 'question-circle', 'info-circle', 'crosshairs', 'times-circle-o', 'check-circle-o', 'ban', 'arrow-left', 'arrow-right', 'arrow-up', 'arrow-down', 'share', 'expand', 'compress', 'plus', 'minus', 'asterisk', 'exclamation-circle', 'gift', 'leaf', 'fire', 'eye', 'eye-slash', 'exclamation-triangle', 'plane', 'calendar', 'random', 'comment', 'magnet', 'chevron-up', 'chevron-down', 'retweet', 'shopping-cart', 'folder', 'folder-open', 'arrows-v', 'arrows-h', 'bar-chart-o', 'twitter-square', 'facebook-square', 'camera-retro', 'key', 'cogs', 'comments', 'thumbs-o-up', 'thumbs-o-down', 'star-half', 'heart-o', 'sign-out', 'linkedin-square', 'thumb-tack', 'external-link', 'sign-in', 'trophy', 'github-square', 'upload', 'lemon-o', 'phone', 'square-o', 'bookmark-o', 'phone-square', 'twitter', 'facebook', 'github', 'unlock', 'credit-card', 'rss', 'hdd-o', 'bullhorn', 'bell', 'certificate', 'hand-o-right', 'hand-o-left', 'hand-o-up', 'hand-o-down', 'arrow-circle-left', 'arrow-circle-right', 'arrow-circle-up', 'arrow-circle-down', 'globe', 'wrench', 'tasks', 'filter', 'briefcase', 'arrows-alt', 'users', 'link', 'cloud', 'flask', 'scissors', 'files-o', 'paperclip', 'floppy-o', 'square', 'bars', 'list-ul', 'list-ol', 'strikethrough', 'underline', 'table', 'magic', 'truck', 'pinterest', 'pinterest-square', 'google-plus-square', 'google-plus', 'money', 'caret-down', 'caret-up', 'caret-left', 'caret-right', 'columns', 'sort', 'sort-asc', 'sort-desc', 'envelope', 'linkedin', 'undo', 'gavel', 'tachometer', 'comment-o', 'comments-o', 'bolt', 'sitemap', 'umbrella', 'clipboard', 'lightbulb-o', 'exchange', 'cloud-download', 'cloud-upload', 'user-md', 'stethoscope', 'suitcase', 'bell-o', 'coffee', 'cutlery', 'file-text-o', 'building-o', 'hospital-o', 'ambulance', 'medkit', 'fighter-jet', 'beer', 'h-square', 'plus-square', 'angle-double-left', 'angle-double-right', 'angle-double-up', 'angle-double-down', 'angle-left', 'angle-right', 'angle-up', 'angle-down', 'desktop', 'laptop', 'tablet', 'mobile', 'circle-o', 'quote-left', 'quote-right', 'spinner', 'circle', 'reply', 'github-alt', 'folder-o', 'folder-open-o', 'smile-o', 'frown-o', 'meh-o', 'gamepad', 'keyboard-o', 'flag-o', 'flag-checkered', 'terminal', 'code', 'reply-all', 'mail-reply-all', 'star-half-o', 'location-arrow', 'crop', 'code-fork', 'chain-broken', 'question', 'info', 'exclamation', 'superscript', 'subscript', 'eraser', 'puzzle-piece', 'microphone', 'microphone-slash', 'shield', 'calendar-o', 'fire-extinguisher', 'rocket', 'maxcdn', 'chevron-circle-left', 'chevron-circle-right', 'chevron-circle-up', 'chevron-circle-down', 'html5', 'css3', 'anchor', 'unlock-alt', 'bullseye', 'ellipsis-h', 'ellipsis-v', 'rss-square', 'play-circle', 'ticket', 'minus-square', 'minus-square-o', 'level-up', 'level-down', 'check-square', 'pencil-square', 'external-link-square', 'share-square', 'compass', 'caret-square-o-down', 'caret-square-o-up', 'caret-square-o-right', 'eur', 'gbp', 'usd', 'inr', 'jpy', 'rub', 'krw', 'btc', 'file', 'file-text', 'sort-alpha-asc', 'sort-alpha-desc', 'sort-amount-asc', 'sort-amount-desc', 'sort-numeric-asc', 'sort-numeric-desc', 'thumbs-up', 'thumbs-down', 'youtube-square', 'youtube', 'xing', 'xing-square', 'youtube-play', 'dropbox', 'stack-overflow', 'instagram', 'flickr', 'adn', 'bitbucket', 'bitbucket-square', 'tumblr', 'tumblr-square', 'long-arrow-down', 'long-arrow-up', 'long-arrow-left', 'long-arrow-right', 'apple', 'windows', 'android', 'linux', 'dribbble', 'skype', 'foursquare', 'trello', 'female', 'male', 'gittip', 'sun-o', 'moon-o', 'archive', 'bug', 'vk', 'weibo', 'renren', 'pagelines', 'stack-exchange', 'arrow-circle-o-right', 'arrow-circle-o-left', 'caret-square-o-left', 'dot-circle-o', 'wheelchair', 'vimeo-square', 'try', 'plus-square-o' ) );
41
  }
42
 
43
  /**
340
  )
341
  ),
342
  'desc' => __( 'Content divider with optional TOP link', 'su' ),
343
+ 'icon' => 'ellipsis-h'
344
  ),
345
  // spacer
346
  'spacer' => array(
364
  )
365
  ),
366
  'desc' => __( 'Empty space with adjustable height', 'su' ),
367
+ 'icon' => 'arrows-v'
368
  ),
369
  // highlight
370
  'highlight' => array(
1561
  )
1562
  ),
1563
  'desc' => __( 'Custom menu by name', 'su' ),
1564
+ 'icon' => 'bars'
1565
  ),
1566
  // subpages
1567
  'subpages' => array(
1588
  )
1589
  ),
1590
  'desc' => __( 'List of sub pages', 'su' ),
1591
+ 'icon' => 'bars'
1592
  ),
1593
  // siblings
1594
  'siblings' => array(
1609
  )
1610
  ),
1611
  'desc' => __( 'List of cureent page siblings', 'su' ),
1612
+ 'icon' => 'bars'
1613
  ),
1614
  // document
1615
  'document' => array(
1713
  'name' => __( 'Source', 'su' ),
1714
  'desc' => __( 'Choose images source. You can use images from Media library or retrieve it from posts (thumbnails) posted under specified blog category. You can also pick any custom taxonomy', 'su' )
1715
  ),
1716
+ 'limit' => array(
1717
+ 'type' => 'slider',
1718
+ 'min' => -1,
1719
+ 'max' => 100,
1720
+ 'step' => 1,
1721
+ 'default' => 20,
1722
+ 'name' => __( 'Limit', 'su' ),
1723
+ 'desc' => __( 'Maximum number of image source posts (for recent posts, category and custom taxonomy)', 'su' )
1724
+ ),
1725
  'link' => array(
1726
  'type' => 'select',
1727
  'values' => array(
1830
  'name' => __( 'Source', 'su' ),
1831
  'desc' => __( 'Choose images source. You can use images from Media library or retrieve it from posts (thumbnails) posted under specified blog category. You can also pick any custom taxonomy', 'su' )
1832
  ),
1833
+ 'limit' => array(
1834
+ 'type' => 'slider',
1835
+ 'min' => -1,
1836
+ 'max' => 100,
1837
+ 'step' => 1,
1838
+ 'default' => 20,
1839
+ 'name' => __( 'Limit', 'su' ),
1840
+ 'desc' => __( 'Maximum number of image source posts (for recent posts, category and custom taxonomy)', 'su' )
1841
+ ),
1842
  'link' => array(
1843
  'type' => 'select',
1844
  'values' => array(
1966
  'name' => __( 'Source', 'su' ),
1967
  'desc' => __( 'Choose images source. You can use images from Media library or retrieve it from posts (thumbnails) posted under specified blog category. You can also pick any custom taxonomy', 'su' )
1968
  ),
1969
+ 'limit' => array(
1970
+ 'type' => 'slider',
1971
+ 'min' => -1,
1972
+ 'max' => 100,
1973
+ 'step' => 1,
1974
+ 'default' => 20,
1975
+ 'name' => __( 'Limit', 'su' ),
1976
+ 'desc' => __( 'Maximum number of image source posts (for rcent posts, category and custom taxonomy)', 'su' )
1977
+ ),
1978
  'link' => array(
1979
  'type' => 'select',
1980
  'values' => array(
2308
  'content' => __( 'Animated content', 'su' ),
2309
  'desc' => __( 'Wrapper for animation. Any nested element will be animated', 'su' ),
2310
  'icon' => 'bolt'
2311
+ ),
2312
+ // meta
2313
+ 'meta' => array(
2314
+ 'name' => __( 'Meta', 'su' ),
2315
+ 'type' => 'single',
2316
+ 'group' => 'data',
2317
+ 'atts' => array(
2318
+ 'key' => array(
2319
+ 'default' => '',
2320
+ 'name' => __( 'Key', 'su' ),
2321
+ 'desc' => __( 'Meta key name', 'su' )
2322
+ ),
2323
+ 'default' => array(
2324
+ 'default' => '',
2325
+ 'name' => __( 'Default', 'su' ),
2326
+ 'desc' => __( 'This text will be shown if data is not found', 'su' )
2327
+ ),
2328
+ 'before' => array(
2329
+ 'default' => '',
2330
+ 'name' => __( 'Before', 'su' ),
2331
+ 'desc' => __( 'This content will be shown before the value', 'su' )
2332
+ ),
2333
+ 'after' => array(
2334
+ 'default' => '',
2335
+ 'name' => __( 'After', 'su' ),
2336
+ 'desc' => __( 'This content will be shown after the value', 'su' )
2337
+ ),
2338
+ 'post_id' => array(
2339
+ 'default' => '',
2340
+ 'name' => __( 'Post ID', 'su' ),
2341
+ 'desc' => __( 'You can specify custom post ID. Leave this field empty to use an ID of the current post. Current post ID may not work in Live Preview mode', 'su' )
2342
+ ),
2343
+ 'filter' => array(
2344
+ 'default' => '',
2345
+ 'name' => __( 'Filter', 'su' ),
2346
+ 'desc' => __( 'You can apply custom filter to the retrieved value. Enter here function name. Your function must accept one argument and return modified value. Example function: ', 'su' ) . "<br /><pre><code style='display:block;padding:5px'>function my_custom_filter( \$value ) {\n\treturn 'Value is: ' . \$value;\n}</code></pre>"
2347
+ )
2348
+ ),
2349
+ 'desc' => __( 'Post meta', 'su' ),
2350
+ 'icon' => 'info-circle'
2351
+ ),
2352
+ // user
2353
+ 'user' => array(
2354
+ 'name' => __( 'User', 'su' ),
2355
+ 'type' => 'single',
2356
+ 'group' => 'data',
2357
+ 'atts' => array(
2358
+ 'field' => array(
2359
+ 'type' => 'select',
2360
+ 'values' => array(
2361
+ 'display_name' => __( 'Display name', 'su' ),
2362
+ 'ID' => __( 'ID', 'su' ),
2363
+ 'user_login' => __( 'Login', 'su' ),
2364
+ 'user_nicename' => __( 'Nice name', 'su' ),
2365
+ 'user_email' => __( 'Email', 'su' ),
2366
+ 'user_url' => __( 'URL', 'su' ),
2367
+ 'user_registered' => __( 'Registered', 'su' ),
2368
+ 'user_activation_key' => __( 'Activation key', 'su' ),
2369
+ 'user_status' => __( 'Status', 'su' )
2370
+ ),
2371
+ 'default' => 'display_name',
2372
+ 'name' => __( 'Field', 'su' ),
2373
+ 'desc' => __( 'User data field name', 'su' )
2374
+ ),
2375
+ 'default' => array(
2376
+ 'default' => '',
2377
+ 'name' => __( 'Default', 'su' ),
2378
+ 'desc' => __( 'This text will be shown if data is not found', 'su' )
2379
+ ),
2380
+ 'before' => array(
2381
+ 'default' => '',
2382
+ 'name' => __( 'Before', 'su' ),
2383
+ 'desc' => __( 'This content will be shown before the value', 'su' )
2384
+ ),
2385
+ 'after' => array(
2386
+ 'default' => '',
2387
+ 'name' => __( 'After', 'su' ),
2388
+ 'desc' => __( 'This content will be shown after the value', 'su' )
2389
+ ),
2390
+ 'user_id' => array(
2391
+ 'default' => '',
2392
+ 'name' => __( 'User ID', 'su' ),
2393
+ 'desc' => __( 'You can specify custom user ID. Leave this field empty to use an ID of the current user', 'su' )
2394
+ ),
2395
+ 'filter' => array(
2396
+ 'default' => '',
2397
+ 'name' => __( 'Filter', 'su' ),
2398
+ 'desc' => __( 'You can apply custom filter to the retrieved value. Enter here function name. Your function must accept one argument and return modified value. Example function: ', 'su' ) . "<br /><pre><code style='display:block;padding:5px'>function my_custom_filter( \$value ) {\n\treturn 'Value is: ' . \$value;\n}</code></pre>"
2399
+ )
2400
+ ),
2401
+ 'desc' => __( 'User data', 'su' ),
2402
+ 'icon' => 'info-circle'
2403
+ ),
2404
+ // post
2405
+ 'post' => array(
2406
+ 'name' => __( 'Post', 'su' ),
2407
+ 'type' => 'single',
2408
+ 'group' => 'data',
2409
+ 'atts' => array(
2410
+ 'field' => array(
2411
+ 'type' => 'select',
2412
+ 'values' => array(
2413
+ 'ID' => __( 'Post ID', 'su' ),
2414
+ 'post_author' => __( 'Post author', 'su' ),
2415
+ 'post_date' => __( 'Post date', 'su' ),
2416
+ 'post_date_gmt' => __( 'Post date', 'su' ) . ' GMT',
2417
+ 'post_content' => __( 'Post content', 'su' ),
2418
+ 'post_title' => __( 'Post title', 'su' ),
2419
+ 'post_excerpt' => __( 'Post excerpt', 'su' ),
2420
+ 'post_status' => __( 'Post status', 'su' ),
2421
+ 'comment_status' => __( 'Comment status', 'su' ),
2422
+ 'ping_status' => __( 'Ping status', 'su' ),
2423
+ 'post_name' => __( 'Post name', 'su' ),
2424
+ 'post_modified' => __( 'Post modified', 'su' ),
2425
+ 'post_modified_gmt' => __( 'Post modified', 'su' ) . ' GMT',
2426
+ 'post_content_filtered' => __( 'Filtered post content', 'su' ),
2427
+ 'post_parent' => __( 'Post parent', 'su' ),
2428
+ 'guid' => __( 'GUID', 'su' ),
2429
+ 'menu_order' => __( 'Menu order', 'su' ),
2430
+ 'post_type' => __( 'Post type', 'su' ),
2431
+ 'post_mime_type' => __( 'Post mime type', 'su' ),
2432
+ 'comment_count' => __( 'Comment count', 'su' )
2433
+ ),
2434
+ 'default' => 'post_title',
2435
+ 'name' => __( 'Field', 'su' ),
2436
+ 'desc' => __( 'Post data field name', 'su' )
2437
+ ),
2438
+ 'default' => array(
2439
+ 'default' => '',
2440
+ 'name' => __( 'Default', 'su' ),
2441
+ 'desc' => __( 'This text will be shown if data is not found', 'su' )
2442
+ ),
2443
+ 'before' => array(
2444
+ 'default' => '',
2445
+ 'name' => __( 'Before', 'su' ),
2446
+ 'desc' => __( 'This content will be shown before the value', 'su' )
2447
+ ),
2448
+ 'after' => array(
2449
+ 'default' => '',
2450
+ 'name' => __( 'After', 'su' ),
2451
+ 'desc' => __( 'This content will be shown after the value', 'su' )
2452
+ ),
2453
+ 'post_id' => array(
2454
+ 'default' => '',
2455
+ 'name' => __( 'Post ID', 'su' ),
2456
+ 'desc' => __( 'You can specify custom post ID. Leave this field empty to use an ID of the current post. Current post ID may not work in Live Preview mode', 'su' )
2457
+ ),
2458
+ 'filter' => array(
2459
+ 'default' => '',
2460
+ 'name' => __( 'Filter', 'su' ),
2461
+ 'desc' => __( 'You can apply custom filter to the retrieved value. Enter here function name. Your function must accept one argument and return modified value. Example function: ', 'su' ) . "<br /><pre><code style='display:block;padding:5px'>function my_custom_filter( \$value ) {\n\treturn 'Value is: ' . \$value;\n}</code></pre>"
2462
+ )
2463
+ ),
2464
+ 'desc' => __( 'Post data', 'su' ),
2465
+ 'icon' => 'info-circle'
2466
+ ),
2467
+ // template
2468
+ 'template' => array(
2469
+ 'name' => __( 'Template', 'su' ),
2470
+ 'type' => 'single',
2471
+ 'group' => 'other',
2472
+ 'atts' => array(
2473
+ 'name' => array(
2474
+ 'default' => '',
2475
+ 'name' => __( 'Template name', 'su' ),
2476
+ 'desc' => sprintf( __( 'Use template file name (with optional .php extension). If you need to use templates from theme sub-folder, use relative path. Example values: %s, %s, %s', 'su' ), '<b%value>page</b>', '<b%value>page.php</b>', '<b%value>includes/page.php</b>' )
2477
+ )
2478
+ ),
2479
+ 'desc' => __( 'Theme template', 'su' ),
2480
+ 'icon' => 'puzzle-piece'
2481
+ ),
2482
  ) );
2483
  // Return result
2484
  return ( is_string( $shortcode ) ) ? $shortcodes[sanitize_text_field( $shortcode )] : $shortcodes;
inc/core/generator-views.php CHANGED
@@ -10,10 +10,22 @@ class Su_Generator_Views {
10
  function __construct() {}
11
 
12
  public static function text( $id, $field ) {
 
 
 
13
  $return = '<input type="text" name="' . $id . '" value="' . esc_attr( $field['default'] ) . '" id="su-generator-attr-' . $id . '" class="su-generator-attr" />';
14
  return $return;
15
  }
16
 
 
 
 
 
 
 
 
 
 
17
  public static function select( $id, $field ) {
18
  // Detect array type (numbers or strings with translations)
19
  $is_numbers = is_numeric( implode( '', array_keys( $field['values'] ) ) );
10
  function __construct() {}
11
 
12
  public static function text( $id, $field ) {
13
+ $field = wp_parse_args( $field, array(
14
+ 'default' => ''
15
+ ) );
16
  $return = '<input type="text" name="' . $id . '" value="' . esc_attr( $field['default'] ) . '" id="su-generator-attr-' . $id . '" class="su-generator-attr" />';
17
  return $return;
18
  }
19
 
20
+ public static function textarea( $id, $field ) {
21
+ $field = wp_parse_args( $field, array(
22
+ 'rows' => 3,
23
+ 'default' => ''
24
+ ) );
25
+ $return = '<textarea name="' . $id . '" id="su-generator-attr-' . $id . '" rows="' . $field['rows'] . '" class="su-generator-attr">' . esc_textarea( $field['default'] ) . '</textarea>';
26
+ return $return;
27
+ }
28
+
29
  public static function select( $id, $field ) {
30
  // Detect array type (numbers or strings with translations)
31
  $is_numbers = is_numeric( implode( '', array_keys( $field['values'] ) ) );
inc/core/generator.php CHANGED
@@ -9,17 +9,24 @@ class Su_Generator {
9
  */
10
  function __construct() {
11
  add_action( 'media_buttons', array( __CLASS__, 'button' ), 1000 );
 
12
  add_action( 'su/update', array( __CLASS__, 'reset' ) );
13
  add_action( 'su/activation', array( __CLASS__, 'reset' ) );
14
  add_action( 'sunrise/page/before', array( __CLASS__, 'reset' ) );
15
  add_action( 'create_term', array( __CLASS__, 'reset' ), 10, 3 );
16
  add_action( 'edit_term', array( __CLASS__, 'reset' ), 10, 3 );
17
  add_action( 'delete_term', array( __CLASS__, 'reset' ), 10, 3 );
 
18
  add_action( 'wp_ajax_su_generator_settings', array( __CLASS__, 'settings' ) );
19
  add_action( 'wp_ajax_su_generator_preview', array( __CLASS__, 'preview' ) );
 
 
20
  add_action( 'wp_ajax_su_generator_get_icons', array( __CLASS__, 'ajax_get_icons' ) );
21
  add_action( 'wp_ajax_su_generator_get_terms', array( __CLASS__, 'ajax_get_terms' ) );
22
  add_action( 'wp_ajax_su_generator_get_taxonomies', array( __CLASS__, 'ajax_get_taxonomies' ) );
 
 
 
23
  }
24
 
25
  /**
@@ -46,8 +53,8 @@ class Su_Generator {
46
  add_action( 'admin_footer', array( __CLASS__, 'popup' ) );
47
  // Request assets
48
  wp_enqueue_media();
49
- su_query_asset( 'css', array( 'simpleslider', 'farbtastic', 'qtip', 'magnific-popup', 'font-awesome', 'su-generator' ) );
50
- su_query_asset( 'js', array( 'jquery', 'jquery-ui-core', 'jquery-ui-widget', 'jquery-ui-mouse', 'simpleslider', 'farbtastic', 'qtip', 'magnific-popup', 'su-generator' ) );
51
  // Print/return result
52
  if ( $args['echo'] ) echo $button;
53
  return $button;
@@ -60,7 +67,7 @@ class Su_Generator {
60
  // Clear popup cache
61
  delete_transient( 'su/generator/popup' );
62
  // Clear shortcodes settings cache
63
- foreach ( (array) Su_Data::shortcodes() as $name => $data ) delete_transient( 'su/generator/settings/' . $name );
64
  }
65
 
66
  /**
@@ -108,7 +115,7 @@ class Su_Generator {
108
  </div>
109
  <?php
110
  $output = ob_get_contents();
111
- set_transient( 'su/generator/popup', $output, 60*60*24*30 );
112
  ob_end_clean();
113
  echo $output;
114
  }
@@ -132,9 +139,8 @@ class Su_Generator {
132
  $skip = ( get_option( 'su_option_skip' ) === 'on' ) ? ' su-generator-skip' : '';
133
  // Prepare actions
134
  $actions = apply_filters( 'su/generator/actions', array(
135
- 'insert' => '<a href="javascript:void(0);" class="button button-primary button-large su-generator-insert">' . __( 'Insert shortcode', 'su' ) . '</a>',
136
- 'preview' => '<a href="javascript:void(0);" class="button button-large su-generator-toggle-preview">' . __( 'Live preview', 'su' ) . '</a>',
137
- 'close' => '<a href="javascript:void(0);" class="button alignright button-large su-generator-close">' . __( 'Close window', 'su' ) . '</a>'
138
  ) );
139
  // Shortcode header
140
  $return = '<div id="su-generator-breadcrumbs">';
@@ -161,11 +167,10 @@ class Su_Generator {
161
  // Single shortcode (not closed)
162
  if ( $shortcode['type'] == 'single' ) $return .= '<input type="hidden" name="su-generator-content" id="su-generator-content" value="false" />';
163
  // Wrapping shortcode
164
- else $return .= '<div class="su-generator-attr-container"><h5>' . __( 'Content', 'su' ) . '</h5><textarea name="su-generator-content" id="su-generator-content" rows="3">' . esc_attr( str_replace( '%prefix_', su_compatibility_mode_prefix(), $shortcode['content'] ) ) . '</textarea></div>';
165
  $return .= '<div id="su-generator-preview"></div>';
166
- // $return .= '<div class="su-generator-presets su-generator-clearfix"><a href="javascript:;">Save current settings</a> <a href="javascript:;">Load saved settings</a></div>';
167
  $return .= '<div class="su-generator-actions su-generator-clearfix">' . implode( ' ', array_values( $actions ) ) . '</div>';
168
- set_transient( 'su/generator/settings/' . sanitize_text_field( $_REQUEST['shortcode'] ), $return, 60*60*24*30 );
169
  echo $return;
170
  }
171
  exit;
@@ -217,6 +222,119 @@ class Su_Generator {
217
  $args['options'] = Su_Tools::get_taxonomies();
218
  die( Su_Tools::select( $args ) );
219
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
220
  }
221
 
222
  new Su_Generator;
@@ -225,4 +343,4 @@ class Shortcodes_Ultimate_Generator extends Su_Generator {
225
  function __construct() {
226
  parent::__construct();
227
  }
228
- }
9
  */
10
  function __construct() {
11
  add_action( 'media_buttons', array( __CLASS__, 'button' ), 1000 );
12
+
13
  add_action( 'su/update', array( __CLASS__, 'reset' ) );
14
  add_action( 'su/activation', array( __CLASS__, 'reset' ) );
15
  add_action( 'sunrise/page/before', array( __CLASS__, 'reset' ) );
16
  add_action( 'create_term', array( __CLASS__, 'reset' ), 10, 3 );
17
  add_action( 'edit_term', array( __CLASS__, 'reset' ), 10, 3 );
18
  add_action( 'delete_term', array( __CLASS__, 'reset' ), 10, 3 );
19
+
20
  add_action( 'wp_ajax_su_generator_settings', array( __CLASS__, 'settings' ) );
21
  add_action( 'wp_ajax_su_generator_preview', array( __CLASS__, 'preview' ) );
22
+ add_action( 'su/generator/actions', array( __CLASS__, 'presets' ) );
23
+
24
  add_action( 'wp_ajax_su_generator_get_icons', array( __CLASS__, 'ajax_get_icons' ) );
25
  add_action( 'wp_ajax_su_generator_get_terms', array( __CLASS__, 'ajax_get_terms' ) );
26
  add_action( 'wp_ajax_su_generator_get_taxonomies', array( __CLASS__, 'ajax_get_taxonomies' ) );
27
+ add_action( 'wp_ajax_su_generator_add_preset', array( __CLASS__, 'ajax_add_preset' ) );
28
+ add_action( 'wp_ajax_su_generator_remove_preset', array( __CLASS__, 'ajax_remove_preset' ) );
29
+ add_action( 'wp_ajax_su_generator_get_preset', array( __CLASS__, 'ajax_get_preset' ) );
30
  }
31
 
32
  /**
53
  add_action( 'admin_footer', array( __CLASS__, 'popup' ) );
54
  // Request assets
55
  wp_enqueue_media();
56
+ su_query_asset( 'css', array( 'simpleslider', 'farbtastic', 'magnific-popup', 'font-awesome', 'su-generator' ) );
57
+ su_query_asset( 'js', array( 'jquery', 'jquery-ui-core', 'jquery-ui-widget', 'jquery-ui-mouse', 'simpleslider', 'farbtastic', 'magnific-popup', 'su-generator' ) );
58
  // Print/return result
59
  if ( $args['echo'] ) echo $button;
60
  return $button;
67
  // Clear popup cache
68
  delete_transient( 'su/generator/popup' );
69
  // Clear shortcodes settings cache
70
+ foreach ( array_keys( (array) Su_Data::shortcodes() ) as $shortcode ) delete_transient( 'su/generator/settings/' . $shortcode );
71
  }
72
 
73
  /**
115
  </div>
116
  <?php
117
  $output = ob_get_contents();
118
+ set_transient( 'su/generator/popup', $output, 2 * DAY_IN_SECONDS );
119
  ob_end_clean();
120
  echo $output;
121
  }
139
  $skip = ( get_option( 'su_option_skip' ) === 'on' ) ? ' su-generator-skip' : '';
140
  // Prepare actions
141
  $actions = apply_filters( 'su/generator/actions', array(
142
+ 'insert' => '<a href="javascript:void(0);" class="button button-primary button-large su-generator-insert"><i class="fa fa-check"></i> ' . __( 'Insert shortcode', 'su' ) . '</a>',
143
+ 'preview' => '<a href="javascript:void(0);" class="button button-large su-generator-toggle-preview"><i class="fa fa-eye"></i> ' . __( 'Live preview', 'su' ) . '</a>'
 
144
  ) );
145
  // Shortcode header
146
  $return = '<div id="su-generator-breadcrumbs">';
167
  // Single shortcode (not closed)
168
  if ( $shortcode['type'] == 'single' ) $return .= '<input type="hidden" name="su-generator-content" id="su-generator-content" value="false" />';
169
  // Wrapping shortcode
170
+ else $return .= '<div class="su-generator-attr-container"><h5>' . __( 'Content', 'su' ) . '</h5><textarea name="su-generator-content" id="su-generator-content" rows="3">' . esc_attr( str_replace( '%prefix_', su_cmpt(), $shortcode['content'] ) ) . '</textarea></div>';
171
  $return .= '<div id="su-generator-preview"></div>';
 
172
  $return .= '<div class="su-generator-actions su-generator-clearfix">' . implode( ' ', array_values( $actions ) ) . '</div>';
173
+ set_transient( 'su/generator/settings/' . sanitize_text_field( $_REQUEST['shortcode'] ), $return, 2 * DAY_IN_SECONDS );
174
  echo $return;
175
  }
176
  exit;
222
  $args['options'] = Su_Tools::get_taxonomies();
223
  die( Su_Tools::select( $args ) );
224
  }
225
+
226
+ public static function presets( $actions ) {
227
+ ob_start();
228
+ ?>
229
+ <div class="su-generator-presets alignright" data-shortcode="<?php echo sanitize_key( $_REQUEST['shortcode'] ); ?>">
230
+ <a href="javascript:void(0);" class="button button-large su-gp-button"><i class="fa fa-bars"></i> <?php _e( 'Presets', 'su' ); ?></a>
231
+ <div class="su-gp-popup">
232
+ <div class="su-gp-head">
233
+ <a href="javascript:void(0);" class="button button-small button-primary su-gp-new"><?php _e( 'Save current settings as preset', 'su' ); ?></a>
234
+ </div>
235
+ <div class="su-gp-list">
236
+ <?php self::presets_list(); ?>
237
+ </div>
238
+ </div>
239
+ </div>
240
+ <?php
241
+ $actions['presets'] = ob_get_contents();
242
+ ob_end_clean();
243
+ return $actions;
244
+ }
245
+
246
+ public static function presets_list( $shortcode = false ) {
247
+ // Shortcode isn't specified, try to get it from $_REQUEST
248
+ if ( !$shortcode ) $shortcode = $_REQUEST['shortcode'];
249
+ // Shortcode name is still doesn't exists, exit
250
+ if ( !$shortcode ) return;
251
+ // Shortcode has been specified, sanitize it
252
+ $shortcode = sanitize_key( $shortcode );
253
+ // Get presets
254
+ $presets = get_option( 'su_presets_' . $shortcode );
255
+ // Presets has been found
256
+ if ( is_array( $presets ) && count( $presets ) ) {
257
+ // Print the presets
258
+ foreach( $presets as $preset ) {
259
+ echo '<span data-id="' . $preset['id'] . '"><em>' . stripslashes( $preset['name'] ) . '</em> <i class="fa fa-times"></i></span>';
260
+ }
261
+ // Hide default text
262
+ echo sprintf( '<b style="display:none">%s</b>', __( 'Presets not found', 'su' ) );
263
+ }
264
+ // Presets doesn't found
265
+ else echo sprintf( '<b>%s</b>', __( 'Presets not found', 'su' ) );
266
+ }
267
+
268
+ public static function ajax_add_preset() {
269
+ self::access();
270
+ // Check incoming data
271
+ if ( empty( $_POST['id'] ) ) return;
272
+ if ( empty( $_POST['name'] ) ) return;
273
+ if ( empty( $_POST['settings'] ) ) return;
274
+ if ( empty( $_POST['shortcode'] ) ) return;
275
+ // Clean-up incoming data
276
+ $id = sanitize_key( $_POST['id'] );
277
+ $name = sanitize_text_field( $_POST['name'] );
278
+ $settings = ( is_array( $_POST['settings'] ) ) ? stripslashes_deep( $_POST['settings'] ) : array();
279
+ $shortcode = sanitize_key( $_POST['shortcode'] );
280
+ // Prepare option name
281
+ $option = 'su_presets_' . $shortcode;
282
+ // Get the existing presets
283
+ $current = get_option( $option );
284
+ // Create array with new preset
285
+ $new = array(
286
+ 'id' => $id,
287
+ 'name' => $name,
288
+ 'settings' => $settings
289
+ );
290
+ // Add new array to the option value
291
+ if ( !is_array( $current ) ) $current = array();
292
+ $current[$id] = $new;
293
+ // Save updated option
294
+ update_option( $option, $current );
295
+ // Clear cache
296
+ delete_transient( 'su/generator/settings/' . $shortcode );
297
+ }
298
+
299
+ public static function ajax_remove_preset() {
300
+ self::access();
301
+ // Check incoming data
302
+ if ( empty( $_POST['id'] ) ) return;
303
+ if ( empty( $_POST['shortcode'] ) ) return;
304
+ // Clean-up incoming data
305
+ $id = sanitize_key( $_POST['id'] );
306
+ $shortcode = sanitize_key( $_POST['shortcode'] );
307
+ // Prepare option name
308
+ $option = 'su_presets_' . $shortcode;
309
+ // Get the existing presets
310
+ $current = get_option( $option );
311
+ // Check that preset is exists
312
+ if ( !is_array( $current ) || empty( $current[$id] ) ) return;
313
+ // Remove preset
314
+ unset( $current[$id] );
315
+ // Save updated option
316
+ update_option( $option, $current );
317
+ // Clear cache
318
+ delete_transient( 'su/generator/settings/' . $shortcode );
319
+ }
320
+
321
+ public static function ajax_get_preset() {
322
+ self::access();
323
+ // Check incoming data
324
+ if ( empty( $_GET['id'] ) ) return;
325
+ if ( empty( $_GET['shortcode'] ) ) return;
326
+ // Clean-up incoming data
327
+ $id = sanitize_key( $_GET['id'] );
328
+ $shortcode = sanitize_key( $_GET['shortcode'] );
329
+ // Default data
330
+ $data = array();
331
+ // Get the existing presets
332
+ $presets = get_option( 'su_presets_' . $shortcode );
333
+ // Check that preset is exists
334
+ if ( is_array( $presets ) && isset( $presets[$id]['settings'] ) ) $data = $presets[$id]['settings'];
335
+ // Print results
336
+ die( json_encode( $data ) );
337
+ }
338
  }
339
 
340
  new Su_Generator;
343
  function __construct() {
344
  parent::__construct();
345
  }
346
+ }
inc/core/load.php CHANGED
@@ -58,14 +58,6 @@ class Shortcodes_Ultimate {
58
  'default' => 'on',
59
  'label' => __( 'Enabled', 'su' )
60
  ),
61
- array(
62
- 'type' => 'checkbox',
63
- 'id' => 'compatibility-mode',
64
- 'name' => __( 'Compatibility mode', 'su' ),
65
- 'desc' => __( 'Enable this option if you have some problems with other plugins that uses similar shortcode names', 'su' ) . '<br /><code>[button] => [su_button]</code> ' . __( 'etc.', 'su' ) . '<br /><a href="http://gndev.info/kb/compatibility-mode/" target="_blank">' . __( 'Documentation article', 'su' ) . '</a>',
66
- 'default' => '',
67
- 'label' => __( 'Enabled', 'su' )
68
- ),
69
  array(
70
  'type' => 'checkbox',
71
  'id' => 'skip',
@@ -74,11 +66,18 @@ class Shortcodes_Ultimate {
74
  'default' => 'on',
75
  'label' => __( 'Enabled', 'su' )
76
  ),
 
 
 
 
 
 
 
77
  array(
78
  'type' => 'text',
79
  'id' => 'skin',
80
  'name' => __( 'Skin', 'su' ),
81
- 'desc' => sprintf( __( 'Choose skin for shortcodes.<br /><a href="%s" target="_blank">Learn how to create custom skin</a><br /><a href="%s" target="_blank"><b>Download more skins</b></a>', 'su' ), 'http://gndev.info/kb/how-to-create-custom-skin-for-shortcodes-ultimate/', 'http://gndev.info/shortcodes-ultimate/' ),
82
  'default' => 'default'
83
  ),
84
  array(
@@ -273,6 +272,28 @@ class Shortcodes_Ultimate {
273
  if ( isset( $from_432['galleries'] ) ) update_option( 'su_option_galleries-432', $from_432['galleries'] );
274
  delete_option( 'shortcodesultimate_options' );
275
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
276
  }
277
 
278
  /**
58
  'default' => 'on',
59
  'label' => __( 'Enabled', 'su' )
60
  ),
 
 
 
 
 
 
 
 
61
  array(
62
  'type' => 'checkbox',
63
  'id' => 'skip',
66
  'default' => 'on',
67
  'label' => __( 'Enabled', 'su' )
68
  ),
69
+ array(
70
+ 'type' => 'text',
71
+ 'id' => 'prefix',
72
+ 'name' => __( 'Shortcodes prefix', 'su' ),
73
+ 'desc' => sprintf( __( 'This prefix will be added to all shortcodes by this plugin. For example, type here %s and you\'ll get shortcodes like %s and %s. Please keep in mind: this option is not affects your already inserted shortcodes and if you\'ll change this value your old shortcodes will be broken', 'su' ), '<code>su_</code>', '<code>[su_button]</code>', '<code>[su_column]</code>' ),
74
+ 'default' => 'su_'
75
+ ),
76
  array(
77
  'type' => 'text',
78
  'id' => 'skin',
79
  'name' => __( 'Skin', 'su' ),
80
+ 'desc' => __( 'Choose global skin for shortcodes', 'su' ),
81
  'default' => 'default'
82
  ),
83
  array(
272
  if ( isset( $from_432['galleries'] ) ) update_option( 'su_option_galleries-432', $from_432['galleries'] );
273
  delete_option( 'shortcodesultimate_options' );
274
  }
275
+
276
+ /**
277
+ * Import compatibility mode settings from versions 4.4.6 and below
278
+ */
279
+ public static function import_446() {
280
+ $from_395 = get_option( 'su_compatibility_mode_prefix' );
281
+ $from_446 = get_option( 'su_option_compatibility-mode' );
282
+ $from_450 = get_option( 'su_option_prefix' );
283
+ // Check for new prefix first
284
+ if ( $from_450 ) return;
285
+ // Old prefixes - gn_
286
+ if ( $from_395 ) {
287
+ update_option( 'su_option_prefix', $from_395 );
288
+ }
289
+ // New chechbox - ON
290
+ elseif ( $from_446 && $from_446 === 'on' ) update_option( 'su_option_prefix', 'su_' );
291
+ // New checkbox - OFF
292
+ elseif ( $from_446 && $from_446 === '' ) update_option( 'su_option_prefix', '' );
293
+ // Remove old options
294
+ delete_option( 'su_compatibility_mode_prefix' );
295
+ delete_option( 'su_option_compatibility-mode' );
296
+ }
297
  }
298
 
299
  /**
inc/core/shortcodes.php CHANGED
@@ -12,7 +12,7 @@ class Su_Shortcodes {
12
  'align' => 'center',
13
  'margin' => '20',
14
  'class' => ''
15
- ), $atts );
16
  su_query_asset( 'css', 'su-content-shortcodes' );
17
  do_action( 'su/shortcode/heading', $atts );
18
  return '<div class="su-heading su-heading-style-' . $atts['style'] . ' su-heading-align-' . $atts['align'] . su_ecssc( $atts ) . '" style="font-size:' . intVal( $atts['size'] ) . 'px;margin-bottom:' . $atts['margin'] . 'px"><div class="su-heading-inner">' . do_shortcode( $content ) . '</div></div>';
@@ -24,7 +24,7 @@ class Su_Shortcodes {
24
  'vertical' => 'no',
25
  'style' => 'default', // 3.x
26
  'class' => ''
27
- ), $atts );
28
  if ( $atts['style'] === '3' ) $atts['vertical'] = 'yes';
29
  do_shortcode( $content );
30
  $return = '';
@@ -54,7 +54,7 @@ class Su_Shortcodes {
54
  'disabled' => 'no',
55
  'anchor' => '',
56
  'class' => ''
57
- ), $atts );
58
  $x = self::$tab_count;
59
  self::$tabs[$x] = array(
60
  'title' => $atts['title'],
@@ -75,7 +75,7 @@ class Su_Shortcodes {
75
  'icon' => 'plus',
76
  'anchor' => '',
77
  'class' => ''
78
- ), $atts );
79
  $atts['style'] = str_replace( array( '1', '2' ), array( 'default', 'fancy' ), $atts['style'] );
80
  $atts['anchor'] = ( $atts['anchor'] ) ? ' data-anchor="' . str_replace( ' ', '', trim( sanitize_text_field( $atts['anchor'] ) ) ) . '"' : '';
81
  if ( $atts['open'] !== 'yes' ) $atts['class'] .= ' su-spoiler-closed';
@@ -88,7 +88,7 @@ class Su_Shortcodes {
88
  }
89
 
90
  public static function accordion( $atts = null, $content = null ) {
91
- $atts = shortcode_atts( array( 'class' => '' ), $atts );
92
  do_action( 'su/shortcode/accordion', $atts );
93
  return '<div class="su-accordion' . su_ecssc( $atts ) . '">' . do_shortcode( $content ) . '</div>';
94
  }
@@ -98,7 +98,7 @@ class Su_Shortcodes {
98
  'top' => 'yes',
99
  'text' => __( 'Go to top', 'su' ),
100
  'class' => ''
101
- ), $atts );
102
  $top = ( $atts['top'] === 'yes' ) ? '<a href="#">' . su_scattr( $atts['text'] ) . '</a>' : '';
103
  su_query_asset( 'css', 'su-content-shortcodes' );
104
  return '<div class="su-divider' . su_ecssc( $atts ) . '">' . $top . '</div>';
@@ -108,7 +108,7 @@ class Su_Shortcodes {
108
  $atts = shortcode_atts( array(
109
  'size' => '20',
110
  'class' => ''
111
- ), $atts );
112
  su_query_asset( 'css', 'su-content-shortcodes' );
113
  return '<div class="su-spacer' . su_ecssc( $atts ) . '" style="height:' . (string) $atts['size'] . 'px"></div>';
114
  }
@@ -119,7 +119,7 @@ class Su_Shortcodes {
119
  'bg' => null, // 3.x
120
  'color' => '#000000',
121
  'class' => ''
122
- ), $atts );
123
  if ( $atts['bg'] !== null ) $atts['background'] = $atts['bg'];
124
  su_query_asset( 'css', 'su-content-shortcodes' );
125
  return '<span class="su-highlight' . su_ecssc( $atts ) . '" style="background:' . $atts['background'] . ';color:' . $atts['color'] . '">&nbsp;' . do_shortcode( $content ) . '&nbsp;</span>';
@@ -130,7 +130,7 @@ class Su_Shortcodes {
130
  'type' => 'default',
131
  'style' => null, // 3.x
132
  'class' => ''
133
- ), $atts );
134
  if ( $atts['style'] !== null ) $atts['type'] = $atts['style'];
135
  su_query_asset( 'css', 'su-content-shortcodes' );
136
  return '<span class="su-label su-label-type-' . $atts['type'] . su_ecssc( $atts ) . '">' . do_shortcode( $content ) . '</span>';
@@ -142,7 +142,7 @@ class Su_Shortcodes {
142
  'cite' => false,
143
  'url' => false,
144
  'class' => ''
145
- ), $atts );
146
  $cite_link = ( $atts['url'] && $atts['cite'] ) ? '<a href="' . $atts['url'] . '" target="_blank">' . $atts['cite'] . '</a>'
147
  : $atts['cite'];
148
  $cite = ( $atts['cite'] ) ? '<span class="su-quote-cite">' . $cite_link . '</span>' : '';
@@ -156,7 +156,7 @@ class Su_Shortcodes {
156
  $atts = shortcode_atts( array(
157
  'align' => 'left',
158
  'class' => ''
159
- ), $atts );
160
  su_query_asset( 'css', 'su-box-shortcodes' );
161
  return '<div class="su-pullquote su-pullquote-align-' . $atts['align'] . su_ecssc( $atts ) . '">' . do_shortcode( $content ) . '</div>';
162
  }
@@ -166,7 +166,7 @@ class Su_Shortcodes {
166
  'style' => 'default',
167
  'size' => 3,
168
  'class' => ''
169
- ), $atts );
170
  $atts['style'] = str_replace( array( '1', '2', '3' ), array( 'default', 'light', 'default' ), $atts['style'] ); // 3.x
171
  // Calculate font-size
172
  $em = $atts['size'] * 0.5 . 'em';
@@ -179,7 +179,7 @@ class Su_Shortcodes {
179
  'style' => 'default',
180
  'align' => 'left',
181
  'class' => ''
182
- ), $atts );
183
  su_query_asset( 'css', 'su-content-shortcodes' );
184
  su_query_asset( 'js', 'su-other-shortcodes' );
185
  return '<span class="su-frame su-frame-align-' . $atts['align'] . ' su-frame-style-' . $atts['style'] . su_ecssc( $atts ) . '"><span class="su-frame-inner">' . do_shortcode( $content ) . '</span></span>';
@@ -196,7 +196,7 @@ class Su_Shortcodes {
196
  'center' => 'no',
197
  'last' => null,
198
  'class' => ''
199
- ), $atts );
200
  if ( $atts['last'] !== null && $atts['last'] == '1' ) $atts['class'] .= ' su-column-last';
201
  if ( $atts['center'] === 'yes' ) $atts['class'] .= ' su-column-centered';
202
  su_query_asset( 'css', 'su-box-shortcodes' );
@@ -209,7 +209,7 @@ class Su_Shortcodes {
209
  'icon_color' => '#333',
210
  'style' => null,
211
  'class' => ''
212
- ), $atts );
213
  // Backward compatibility // 4.2.3+
214
  if ( $atts['style'] !== null ) {
215
  switch ( $atts['style'] ) {
@@ -305,7 +305,7 @@ class Su_Shortcodes {
305
  'desc' => '',
306
  'onclick' => '',
307
  'class' => ''
308
- ), $atts );
309
 
310
  if ( $atts['link'] !== null ) $atts['url'] = $atts['link'];
311
  if ( $atts['dark'] !== null ) {
@@ -432,7 +432,7 @@ class Su_Shortcodes {
432
  'icon_color' => '#333',
433
  'size' => 32,
434
  'class' => ''
435
- ), $atts );
436
  // Built-in icon
437
  if ( strpos( $atts['icon'], 'icon:' ) !== false ) {
438
  $atts['icon'] = '<i class="fa fa-' . trim( str_replace( 'icon:', '', $atts['icon'] ) ) . '" style="font-size:' . $atts['size'] . 'px;color:' . $atts['icon_color'] . '"></i>';
@@ -455,7 +455,7 @@ class Su_Shortcodes {
455
  'color' => null, // 3.x
456
  'radius' => '3',
457
  'class' => ''
458
- ), $atts );
459
  if ( $atts['color'] !== null ) $atts['box_color'] = $atts['color'];
460
  // Prepare border-radius
461
  $radius = ( $atts['radius'] != '0' ) ? 'border-radius:' . $atts['radius'] . 'px;-moz-border-radius:' . $atts['radius'] . 'px;-webkit-border-radius:' . $atts['radius'] . 'px;' : '';
@@ -474,7 +474,7 @@ class Su_Shortcodes {
474
  'color' => null, // 3.x
475
  'radius' => '3',
476
  'class' => ''
477
- ), $atts );
478
  if ( $atts['color'] !== null ) $atts['note_color'] = $atts['color'];
479
  if ( $atts['background'] !== null ) $atts['note_color'] = $atts['background'];
480
  // Prepare border-radius
@@ -488,7 +488,7 @@ class Su_Shortcodes {
488
  'src' => false,
489
  'type' => 'iframe',
490
  'class' => ''
491
- ), $atts );
492
  if ( !$atts['src'] ) return '<p class="su-error">Lightbox: ' . __( 'please specify correct source', 'su' ) . '</p>';
493
  su_query_asset( 'css', 'magnific-popup' );
494
  su_query_asset( 'js', 'jquery' );
@@ -509,7 +509,7 @@ class Su_Shortcodes {
509
  'behavior' => 'hover',
510
  'close' => 'no',
511
  'class' => ''
512
- ), $atts );
513
  // Prepare style
514
  $atts['style'] = ( in_array( $atts['style'], array( 'light', 'dark', 'green', 'red', 'blue', 'youtube', 'tipsy', 'bootstrap', 'jtools', 'tipped', 'cluetip' ) ) ) ? $atts['style'] : 'plain';
515
  // Position
@@ -533,7 +533,7 @@ class Su_Shortcodes {
533
  }
534
 
535
  public static function su_private( $atts = null, $content = null ) {
536
- $atts = shortcode_atts( array( 'class' => '' ), $atts );
537
  su_query_asset( 'css', 'su-other-shortcodes' );
538
  return ( current_user_can( 'publish_posts' ) ) ? '<div class="su-private' . su_ecssc( $atts ) . '"><div class="su-private-shell">' . do_shortcode( $content ) . '</div></div>' : '';
539
  }
@@ -557,7 +557,7 @@ class Su_Shortcodes {
557
  'autoplay' => 'no',
558
  'responsive' => 'yes',
559
  'class' => ''
560
- ), $atts );
561
  if ( !$atts['url'] ) return '<p class="su-error">YouTube: ' . __( 'please specify correct url', 'su' ) . '</p>';
562
  $atts['url'] = su_scattr( $atts['url'] );
563
  $id = ( preg_match( '%(?:youtube(?:-nocookie)?\.com/(?:[^/]+/.+/|(?:v|e(?:mbed)?)/|.*[?&]v=)|youtu\.be/)([^"&?/ ]{11})%i', $atts['url'], $match ) ) ? $match[1] : false;
@@ -594,7 +594,7 @@ class Su_Shortcodes {
594
  'theme' => 'dark',
595
  'responsive' => 'yes',
596
  'class' => ''
597
- ), $atts );
598
  if ( !$atts['url'] ) return '<p class="su-error">YouTube: ' . __( 'please specify correct url', 'su' ) . '</p>';
599
  $atts['url'] = su_scattr( $atts['url'] );
600
  $id = ( preg_match( '%(?:youtube(?:-nocookie)?\.com/(?:[^/]+/.+/|(?:v|e(?:mbed)?)/|.*[?&]v=)|youtu\.be/)([^"&?/ ]{11})%i', $atts['url'], $match ) ) ? $match[1] : false;
@@ -625,7 +625,7 @@ class Su_Shortcodes {
625
  'autoplay' => 'no',
626
  'responsive' => 'yes',
627
  'class' => ''
628
- ), $atts );
629
  if ( !$atts['url'] ) return '<p class="su-error">Vimeo: ' . __( 'please specify correct url', 'su' ) . '</p>';
630
  $atts['url'] = su_scattr( $atts['url'] );
631
  $id = ( preg_match( '~(?:<iframe [^>]*src=")?(?:https?:\/\/(?:[\w]+\.)*vimeo\.com(?:[\/\w]*\/videos?)?\/([0-9]+)[^\s]*)"?(?:[^>]*></iframe>)?(?:<p>.*</p>)?~ix', $atts['url'], $match ) ) ? $match[1] : false;
@@ -653,7 +653,7 @@ class Su_Shortcodes {
653
  'height' => 400,
654
  'responsive' => 'yes',
655
  'class' => ''
656
- ), $atts );
657
  if ( !$atts['url'] ) return '<p class="su-error">Screenr: ' . __( 'please specify correct url', 'su' ) . '</p>';
658
  $atts['url'] = su_scattr( $atts['url'] );
659
  $id = ( preg_match( '~(?:<iframe [^>]*src=")?(?:https?:\/\/(?:[\w]+\.)*screenr\.com(?:[\/\w]*\/videos?)?\/([a-zA-Z0-9]+)[^\s]*)"?(?:[^>]*></iframe>)?(?:<p>.*</p>)?~ix', $atts['url'], $match ) ) ? $match[1] : false;
@@ -677,7 +677,7 @@ class Su_Shortcodes {
677
  'autoplay' => 'no',
678
  'loop' => 'no',
679
  'class' => ''
680
- ), $atts );
681
  if ( !$atts['url'] ) return '<p class="su-error">Audio: ' . __( 'please specify correct url', 'su' ) . '</p>';
682
  $atts['url'] = su_scattr( $atts['url'] );
683
  // Generate unique ID
@@ -706,7 +706,7 @@ class Su_Shortcodes {
706
  'autoplay' => 'no',
707
  'loop' => 'no',
708
  'class' => ''
709
- ), $atts );
710
  if ( !$atts['url'] ) return '<p class="su-error">Video: ' . __( 'please specify correct url', 'su' ) . '</p>';
711
  $atts['url'] = su_scattr( $atts['url'] );
712
  // Generate unique ID
@@ -727,7 +727,7 @@ class Su_Shortcodes {
727
  $atts = shortcode_atts( array(
728
  'url' => false,
729
  'class' => ''
730
- ), $atts );
731
  $return = '<div class="su-table' . su_ecssc( $atts ) . '">';
732
  $return .= ( $atts['url'] ) ? su_parse_csv( $atts['url'] ) : do_shortcode( $content );
733
  $return .= '</div>';
@@ -743,7 +743,7 @@ class Su_Shortcodes {
743
  'p' => null, // 3.x
744
  'target' => 'self',
745
  'class' => ''
746
- ), $atts );
747
  if ( $atts['p'] !== null ) $atts['id'] = $atts['p'];
748
  $atts['id'] = su_scattr( $atts['id'] );
749
  // Prepare link text
@@ -760,7 +760,7 @@ class Su_Shortcodes {
760
  'login_url' => wp_login_url(),
761
  'login' => null, // 3.x
762
  'class' => ''
763
- ), $atts );
764
  if ( $atts['style'] !== null ) $atts['color'] = str_replace( array( '0', '1', '2' ), array( '#fff', '#FFFF29', '#1F9AFF' ), $atts['style'] );
765
  // Check feed
766
  if ( is_feed() ) return;
@@ -777,7 +777,7 @@ class Su_Shortcodes {
777
  }
778
 
779
  public static function guests( $atts = null, $content = null ) {
780
- $atts = shortcode_atts( array( 'class' => '' ), $atts );
781
  $return = '';
782
  if ( !is_user_logged_in() && !is_null( $content ) ) {
783
  su_query_asset( 'css', 'su-other-shortcodes' );
@@ -791,7 +791,7 @@ class Su_Shortcodes {
791
  'url' => get_bloginfo_rss( 'rss2_url' ),
792
  'limit' => 3,
793
  'class' => ''
794
- ), $atts );
795
  if ( !function_exists( 'wp_rss' ) ) include_once ABSPATH . WPINC . '/rss.php';
796
  ob_start();
797
  echo '<div class="su-feed' . su_ecssc( $atts ) . '">';
@@ -807,7 +807,7 @@ class Su_Shortcodes {
807
  'depth' => 1,
808
  'p' => false,
809
  'class' => ''
810
- ), $atts );
811
  global $post;
812
  $child_of = ( $atts['p'] ) ? $atts['p'] : get_the_ID();
813
  $return = wp_list_pages( array(
@@ -820,7 +820,7 @@ class Su_Shortcodes {
820
  }
821
 
822
  public static function siblings( $atts = null, $content = null ) {
823
- $atts = shortcode_atts( array( 'depth' => 1, 'class' => '' ), $atts );
824
  global $post;
825
  $return = wp_list_pages( array( 'title_li' => '',
826
  'echo' => 0,
@@ -831,7 +831,7 @@ class Su_Shortcodes {
831
  }
832
 
833
  public static function menu( $atts = null, $content = null ) {
834
- $atts = shortcode_atts( array( 'name' => false, 'class' => '' ), $atts );
835
  $return = wp_nav_menu( array(
836
  'echo' => false,
837
  'menu' => $atts['name'],
@@ -854,7 +854,7 @@ class Su_Shortcodes {
854
  'height' => 400,
855
  'responsive' => 'yes',
856
  'class' => ''
857
- ), $atts );
858
  if ( $atts['file'] !== null ) $atts['url'] = $atts['file'];
859
  su_query_asset( 'css', 'su-media-shortcodes' );
860
  return '<div class="su-document su-responsive-media-' . $atts['responsive'] . '"><iframe src="http://docs.google.com/viewer?embedded=true&url=' . $atts['url'] . '" width="' . $atts['width'] . '" height="' . $atts['height'] . '" class="su-document' . su_ecssc( $atts ) . '"></iframe></div>';
@@ -867,7 +867,7 @@ class Su_Shortcodes {
867
  'responsive' => 'yes',
868
  'address' => 'New York',
869
  'class' => ''
870
- ), $atts );
871
  su_query_asset( 'css', 'su-media-shortcodes' );
872
  return '<div class="su-gmap su-responsive-media-' . $atts['responsive'] . su_ecssc( $atts ) . '"><iframe width="' . $atts['width'] . '" height="' . $atts['height'] . '" src="http://maps.google.com/maps?q=' . urlencode( su_scattr( $atts['address'] ) ) . '&amp;output=embed"></iframe></div>';
873
  }
@@ -876,6 +876,7 @@ class Su_Shortcodes {
876
  $return = '';
877
  $atts = shortcode_atts( array(
878
  'source' => 'none',
 
879
  'gallery' => null, // Dep. 4.3.2
880
  'link' => 'none',
881
  'target' => 'self',
@@ -890,7 +891,7 @@ class Su_Shortcodes {
890
  'autoplay' => 3000,
891
  'speed' => 600,
892
  'class' => ''
893
- ), $atts );
894
  // Get slides
895
  $slides = (array) Su_Tools::get_slides( $atts );
896
  // Loop slides
@@ -949,6 +950,7 @@ class Su_Shortcodes {
949
  $return = '';
950
  $atts = shortcode_atts( array(
951
  'source' => 'none',
 
952
  'gallery' => null, // Dep. 4.3.2
953
  'link' => 'none',
954
  'target' => 'self',
@@ -965,7 +967,7 @@ class Su_Shortcodes {
965
  'autoplay' => 3000,
966
  'speed' => 600,
967
  'class' => ''
968
- ), $atts );
969
  // Get slides
970
  $slides = (array) Su_Tools::get_slides( $atts );
971
  // Loop slides
@@ -1024,14 +1026,15 @@ class Su_Shortcodes {
1024
  $return = '';
1025
  $atts = shortcode_atts( array(
1026
  'source' => 'none',
1027
- 'link' => 'none',
1028
  'gallery' => null, // Dep. 4.4.0
 
1029
  'width' => 90,
1030
  'height' => 90,
1031
  'title' => 'hover',
1032
  'target' => 'self',
1033
  'class' => ''
1034
- ), $atts );
1035
  $slides = (array) Su_Tools::get_slides( $atts );
1036
  // Loop slides
1037
  if ( count( $slides ) ) {
@@ -1086,7 +1089,7 @@ class Su_Shortcodes {
1086
  'post_parent' => false,
1087
  'post_status' => 'publish',
1088
  'ignore_sticky_posts' => 'no'
1089
- ), $atts );
1090
 
1091
  $original_atts = $atts;
1092
 
@@ -1213,7 +1216,7 @@ class Su_Shortcodes {
1213
  'what' => 'paras',
1214
  'cache' => 'yes',
1215
  'class' => ''
1216
- ), $atts );
1217
  $transient = 'su/cache/dummy_text/' . sanitize_text_field( $atts['what'] ) . '/' . intval( $atts['amount'] );
1218
  $return = get_transient( $transient );
1219
  if ( $return && $atts['cache'] === 'yes' && SU_ENABLE_CACHE ) return $return;
@@ -1231,7 +1234,7 @@ class Su_Shortcodes {
1231
  'height' => 300,
1232
  'theme' => 'any',
1233
  'class' => ''
1234
- ), $atts );
1235
  $url = 'http://lorempixel.com/' . $atts['width'] . '/' . $atts['height'] . '/';
1236
  if ( $atts['theme'] !== 'any' ) $url .= $atts['theme'] . '/' . rand( 0, 10 ) . '/';
1237
  return '<img src="' . $url . '" alt="' . __( 'Dummy image', 'su' ) . '" width="' . $atts['width'] . '" height="' . $atts['height'] . '" class="su-dummy-image' . su_ecssc( $atts ) . '" />';
@@ -1244,7 +1247,7 @@ class Su_Shortcodes {
1244
  'delay' => 0,
1245
  'inline' => 'no',
1246
  'class' => ''
1247
- ), $atts );
1248
  $tag = ( $atts['inline'] === 'yes' ) ? 'span' : 'div';
1249
  $style = array(
1250
  'duration' => array(),
@@ -1262,6 +1265,94 @@ class Su_Shortcodes {
1262
  return $return;
1263
  }
1264
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1265
  }
1266
 
1267
  new Su_Shortcodes;
12
  'align' => 'center',
13
  'margin' => '20',
14
  'class' => ''
15
+ ), $atts, 'heading' );
16
  su_query_asset( 'css', 'su-content-shortcodes' );
17
  do_action( 'su/shortcode/heading', $atts );
18
  return '<div class="su-heading su-heading-style-' . $atts['style'] . ' su-heading-align-' . $atts['align'] . su_ecssc( $atts ) . '" style="font-size:' . intVal( $atts['size'] ) . 'px;margin-bottom:' . $atts['margin'] . 'px"><div class="su-heading-inner">' . do_shortcode( $content ) . '</div></div>';
24
  'vertical' => 'no',
25
  'style' => 'default', // 3.x
26
  'class' => ''
27
+ ), $atts, 'tabs' );
28
  if ( $atts['style'] === '3' ) $atts['vertical'] = 'yes';
29
  do_shortcode( $content );
30
  $return = '';
54
  'disabled' => 'no',
55
  'anchor' => '',
56
  'class' => ''
57
+ ), $atts, 'tab' );
58
  $x = self::$tab_count;
59
  self::$tabs[$x] = array(
60
  'title' => $atts['title'],
75
  'icon' => 'plus',
76
  'anchor' => '',
77
  'class' => ''
78
+ ), $atts, 'spoiler' );
79
  $atts['style'] = str_replace( array( '1', '2' ), array( 'default', 'fancy' ), $atts['style'] );
80
  $atts['anchor'] = ( $atts['anchor'] ) ? ' data-anchor="' . str_replace( ' ', '', trim( sanitize_text_field( $atts['anchor'] ) ) ) . '"' : '';
81
  if ( $atts['open'] !== 'yes' ) $atts['class'] .= ' su-spoiler-closed';
88
  }
89
 
90
  public static function accordion( $atts = null, $content = null ) {
91
+ $atts = shortcode_atts( array( 'class' => '' ), $atts, 'accordion' );
92
  do_action( 'su/shortcode/accordion', $atts );
93
  return '<div class="su-accordion' . su_ecssc( $atts ) . '">' . do_shortcode( $content ) . '</div>';
94
  }
98
  'top' => 'yes',
99
  'text' => __( 'Go to top', 'su' ),
100
  'class' => ''
101
+ ), $atts, 'divider' );
102
  $top = ( $atts['top'] === 'yes' ) ? '<a href="#">' . su_scattr( $atts['text'] ) . '</a>' : '';
103
  su_query_asset( 'css', 'su-content-shortcodes' );
104
  return '<div class="su-divider' . su_ecssc( $atts ) . '">' . $top . '</div>';
108
  $atts = shortcode_atts( array(
109
  'size' => '20',
110
  'class' => ''
111
+ ), $atts, 'spacer' );
112
  su_query_asset( 'css', 'su-content-shortcodes' );
113
  return '<div class="su-spacer' . su_ecssc( $atts ) . '" style="height:' . (string) $atts['size'] . 'px"></div>';
114
  }
119
  'bg' => null, // 3.x
120
  'color' => '#000000',
121
  'class' => ''
122
+ ), $atts, 'highlight' );
123
  if ( $atts['bg'] !== null ) $atts['background'] = $atts['bg'];
124
  su_query_asset( 'css', 'su-content-shortcodes' );
125
  return '<span class="su-highlight' . su_ecssc( $atts ) . '" style="background:' . $atts['background'] . ';color:' . $atts['color'] . '">&nbsp;' . do_shortcode( $content ) . '&nbsp;</span>';
130
  'type' => 'default',
131
  'style' => null, // 3.x
132
  'class' => ''
133
+ ), $atts, 'label' );
134
  if ( $atts['style'] !== null ) $atts['type'] = $atts['style'];
135
  su_query_asset( 'css', 'su-content-shortcodes' );
136
  return '<span class="su-label su-label-type-' . $atts['type'] . su_ecssc( $atts ) . '">' . do_shortcode( $content ) . '</span>';
142
  'cite' => false,
143
  'url' => false,
144
  'class' => ''
145
+ ), $atts, 'quote' );
146
  $cite_link = ( $atts['url'] && $atts['cite'] ) ? '<a href="' . $atts['url'] . '" target="_blank">' . $atts['cite'] . '</a>'
147
  : $atts['cite'];
148
  $cite = ( $atts['cite'] ) ? '<span class="su-quote-cite">' . $cite_link . '</span>' : '';
156
  $atts = shortcode_atts( array(
157
  'align' => 'left',
158
  'class' => ''
159
+ ), $atts, 'pullquote' );
160
  su_query_asset( 'css', 'su-box-shortcodes' );
161
  return '<div class="su-pullquote su-pullquote-align-' . $atts['align'] . su_ecssc( $atts ) . '">' . do_shortcode( $content ) . '</div>';
162
  }
166
  'style' => 'default',
167
  'size' => 3,
168
  'class' => ''
169
+ ), $atts, 'dropcap' );
170
  $atts['style'] = str_replace( array( '1', '2', '3' ), array( 'default', 'light', 'default' ), $atts['style'] ); // 3.x
171
  // Calculate font-size
172
  $em = $atts['size'] * 0.5 . 'em';
179
  'style' => 'default',
180
  'align' => 'left',
181
  'class' => ''
182
+ ), $atts, 'frame' );
183
  su_query_asset( 'css', 'su-content-shortcodes' );
184
  su_query_asset( 'js', 'su-other-shortcodes' );
185
  return '<span class="su-frame su-frame-align-' . $atts['align'] . ' su-frame-style-' . $atts['style'] . su_ecssc( $atts ) . '"><span class="su-frame-inner">' . do_shortcode( $content ) . '</span></span>';
196
  'center' => 'no',
197
  'last' => null,
198
  'class' => ''
199
+ ), $atts, 'column' );
200
  if ( $atts['last'] !== null && $atts['last'] == '1' ) $atts['class'] .= ' su-column-last';
201
  if ( $atts['center'] === 'yes' ) $atts['class'] .= ' su-column-centered';
202
  su_query_asset( 'css', 'su-box-shortcodes' );
209
  'icon_color' => '#333',
210
  'style' => null,
211
  'class' => ''
212
+ ), $atts, 'list' );
213
  // Backward compatibility // 4.2.3+
214
  if ( $atts['style'] !== null ) {
215
  switch ( $atts['style'] ) {
305
  'desc' => '',
306
  'onclick' => '',
307
  'class' => ''
308
+ ), $atts, 'button' );
309
 
310
  if ( $atts['link'] !== null ) $atts['url'] = $atts['link'];
311
  if ( $atts['dark'] !== null ) {
432
  'icon_color' => '#333',
433
  'size' => 32,
434
  'class' => ''
435
+ ), $atts, 'service' );
436
  // Built-in icon
437
  if ( strpos( $atts['icon'], 'icon:' ) !== false ) {
438
  $atts['icon'] = '<i class="fa fa-' . trim( str_replace( 'icon:', '', $atts['icon'] ) ) . '" style="font-size:' . $atts['size'] . 'px;color:' . $atts['icon_color'] . '"></i>';
455
  'color' => null, // 3.x
456
  'radius' => '3',
457
  'class' => ''
458
+ ), $atts, 'box' );
459
  if ( $atts['color'] !== null ) $atts['box_color'] = $atts['color'];
460
  // Prepare border-radius
461
  $radius = ( $atts['radius'] != '0' ) ? 'border-radius:' . $atts['radius'] . 'px;-moz-border-radius:' . $atts['radius'] . 'px;-webkit-border-radius:' . $atts['radius'] . 'px;' : '';
474
  'color' => null, // 3.x
475
  'radius' => '3',
476
  'class' => ''
477
+ ), $atts, 'note' );
478
  if ( $atts['color'] !== null ) $atts['note_color'] = $atts['color'];
479
  if ( $atts['background'] !== null ) $atts['note_color'] = $atts['background'];
480
  // Prepare border-radius
488
  'src' => false,
489
  'type' => 'iframe',
490
  'class' => ''
491
+ ), $atts, 'lightbox' );
492
  if ( !$atts['src'] ) return '<p class="su-error">Lightbox: ' . __( 'please specify correct source', 'su' ) . '</p>';
493
  su_query_asset( 'css', 'magnific-popup' );
494
  su_query_asset( 'js', 'jquery' );
509
  'behavior' => 'hover',
510
  'close' => 'no',
511
  'class' => ''
512
+ ), $atts, 'tooltip' );
513
  // Prepare style
514
  $atts['style'] = ( in_array( $atts['style'], array( 'light', 'dark', 'green', 'red', 'blue', 'youtube', 'tipsy', 'bootstrap', 'jtools', 'tipped', 'cluetip' ) ) ) ? $atts['style'] : 'plain';
515
  // Position
533
  }
534
 
535
  public static function su_private( $atts = null, $content = null ) {
536
+ $atts = shortcode_atts( array( 'class' => '' ), $atts, 'private' );
537
  su_query_asset( 'css', 'su-other-shortcodes' );
538
  return ( current_user_can( 'publish_posts' ) ) ? '<div class="su-private' . su_ecssc( $atts ) . '"><div class="su-private-shell">' . do_shortcode( $content ) . '</div></div>' : '';
539
  }
557
  'autoplay' => 'no',
558
  'responsive' => 'yes',
559
  'class' => ''
560
+ ), $atts, 'youtube' );
561
  if ( !$atts['url'] ) return '<p class="su-error">YouTube: ' . __( 'please specify correct url', 'su' ) . '</p>';
562
  $atts['url'] = su_scattr( $atts['url'] );
563
  $id = ( preg_match( '%(?:youtube(?:-nocookie)?\.com/(?:[^/]+/.+/|(?:v|e(?:mbed)?)/|.*[?&]v=)|youtu\.be/)([^"&?/ ]{11})%i', $atts['url'], $match ) ) ? $match[1] : false;
594
  'theme' => 'dark',
595
  'responsive' => 'yes',
596
  'class' => ''
597
+ ), $atts, 'youtube_advanced' );
598
  if ( !$atts['url'] ) return '<p class="su-error">YouTube: ' . __( 'please specify correct url', 'su' ) . '</p>';
599
  $atts['url'] = su_scattr( $atts['url'] );
600
  $id = ( preg_match( '%(?:youtube(?:-nocookie)?\.com/(?:[^/]+/.+/|(?:v|e(?:mbed)?)/|.*[?&]v=)|youtu\.be/)([^"&?/ ]{11})%i', $atts['url'], $match ) ) ? $match[1] : false;
625
  'autoplay' => 'no',
626
  'responsive' => 'yes',
627
  'class' => ''
628
+ ), $atts, 'vimeo' );
629
  if ( !$atts['url'] ) return '<p class="su-error">Vimeo: ' . __( 'please specify correct url', 'su' ) . '</p>';
630
  $atts['url'] = su_scattr( $atts['url'] );
631
  $id = ( preg_match( '~(?:<iframe [^>]*src=")?(?:https?:\/\/(?:[\w]+\.)*vimeo\.com(?:[\/\w]*\/videos?)?\/([0-9]+)[^\s]*)"?(?:[^>]*></iframe>)?(?:<p>.*</p>)?~ix', $atts['url'], $match ) ) ? $match[1] : false;
653
  'height' => 400,
654
  'responsive' => 'yes',
655
  'class' => ''
656
+ ), $atts, 'screenr' );
657
  if ( !$atts['url'] ) return '<p class="su-error">Screenr: ' . __( 'please specify correct url', 'su' ) . '</p>';
658
  $atts['url'] = su_scattr( $atts['url'] );
659
  $id = ( preg_match( '~(?:<iframe [^>]*src=")?(?:https?:\/\/(?:[\w]+\.)*screenr\.com(?:[\/\w]*\/videos?)?\/([a-zA-Z0-9]+)[^\s]*)"?(?:[^>]*></iframe>)?(?:<p>.*</p>)?~ix', $atts['url'], $match ) ) ? $match[1] : false;
677
  'autoplay' => 'no',
678
  'loop' => 'no',
679
  'class' => ''
680
+ ), $atts, 'audio' );
681
  if ( !$atts['url'] ) return '<p class="su-error">Audio: ' . __( 'please specify correct url', 'su' ) . '</p>';
682
  $atts['url'] = su_scattr( $atts['url'] );
683
  // Generate unique ID
706
  'autoplay' => 'no',
707
  'loop' => 'no',
708
  'class' => ''
709
+ ), $atts, 'video' );
710
  if ( !$atts['url'] ) return '<p class="su-error">Video: ' . __( 'please specify correct url', 'su' ) . '</p>';
711
  $atts['url'] = su_scattr( $atts['url'] );
712
  // Generate unique ID
727
  $atts = shortcode_atts( array(
728
  'url' => false,
729
  'class' => ''
730
+ ), $atts, 'table' );
731
  $return = '<div class="su-table' . su_ecssc( $atts ) . '">';
732
  $return .= ( $atts['url'] ) ? su_parse_csv( $atts['url'] ) : do_shortcode( $content );
733
  $return .= '</div>';
743
  'p' => null, // 3.x
744
  'target' => 'self',
745
  'class' => ''
746
+ ), $atts, 'permalink' );
747
  if ( $atts['p'] !== null ) $atts['id'] = $atts['p'];
748
  $atts['id'] = su_scattr( $atts['id'] );
749
  // Prepare link text
760
  'login_url' => wp_login_url(),
761
  'login' => null, // 3.x
762
  'class' => ''
763
+ ), $atts, 'members' );
764
  if ( $atts['style'] !== null ) $atts['color'] = str_replace( array( '0', '1', '2' ), array( '#fff', '#FFFF29', '#1F9AFF' ), $atts['style'] );
765
  // Check feed
766
  if ( is_feed() ) return;
777
  }
778
 
779
  public static function guests( $atts = null, $content = null ) {
780
+ $atts = shortcode_atts( array( 'class' => '' ), $atts, 'guests' );
781
  $return = '';
782
  if ( !is_user_logged_in() && !is_null( $content ) ) {
783
  su_query_asset( 'css', 'su-other-shortcodes' );
791
  'url' => get_bloginfo_rss( 'rss2_url' ),
792
  'limit' => 3,
793
  'class' => ''
794
+ ), $atts, 'feed' );
795
  if ( !function_exists( 'wp_rss' ) ) include_once ABSPATH . WPINC . '/rss.php';
796
  ob_start();
797
  echo '<div class="su-feed' . su_ecssc( $atts ) . '">';
807
  'depth' => 1,
808
  'p' => false,
809
  'class' => ''
810
+ ), $atts, 'subpages' );
811
  global $post;
812
  $child_of = ( $atts['p'] ) ? $atts['p'] : get_the_ID();
813
  $return = wp_list_pages( array(
820
  }
821
 
822
  public static function siblings( $atts = null, $content = null ) {
823
+ $atts = shortcode_atts( array( 'depth' => 1, 'class' => '' ), $atts, 'siblings' );
824
  global $post;
825
  $return = wp_list_pages( array( 'title_li' => '',
826
  'echo' => 0,
831
  }
832
 
833
  public static function menu( $atts = null, $content = null ) {
834
+ $atts = shortcode_atts( array( 'name' => false, 'class' => '' ), $atts, 'menu' );
835
  $return = wp_nav_menu( array(
836
  'echo' => false,
837
  'menu' => $atts['name'],
854
  'height' => 400,
855
  'responsive' => 'yes',
856
  'class' => ''
857
+ ), $atts, 'document' );
858
  if ( $atts['file'] !== null ) $atts['url'] = $atts['file'];
859
  su_query_asset( 'css', 'su-media-shortcodes' );
860
  return '<div class="su-document su-responsive-media-' . $atts['responsive'] . '"><iframe src="http://docs.google.com/viewer?embedded=true&url=' . $atts['url'] . '" width="' . $atts['width'] . '" height="' . $atts['height'] . '" class="su-document' . su_ecssc( $atts ) . '"></iframe></div>';
867
  'responsive' => 'yes',
868
  'address' => 'New York',
869
  'class' => ''
870
+ ), $atts, 'gmap' );
871
  su_query_asset( 'css', 'su-media-shortcodes' );
872
  return '<div class="su-gmap su-responsive-media-' . $atts['responsive'] . su_ecssc( $atts ) . '"><iframe width="' . $atts['width'] . '" height="' . $atts['height'] . '" src="http://maps.google.com/maps?q=' . urlencode( su_scattr( $atts['address'] ) ) . '&amp;output=embed"></iframe></div>';
873
  }
876
  $return = '';
877
  $atts = shortcode_atts( array(
878
  'source' => 'none',
879
+ 'limit' => 20,
880
  'gallery' => null, // Dep. 4.3.2
881
  'link' => 'none',
882
  'target' => 'self',
891
  'autoplay' => 3000,
892
  'speed' => 600,
893
  'class' => ''
894
+ ), $atts, 'slider' );
895
  // Get slides
896
  $slides = (array) Su_Tools::get_slides( $atts );
897
  // Loop slides
950
  $return = '';
951
  $atts = shortcode_atts( array(
952
  'source' => 'none',
953
+ 'limit' => 20,
954
  'gallery' => null, // Dep. 4.3.2
955
  'link' => 'none',
956
  'target' => 'self',
967
  'autoplay' => 3000,
968
  'speed' => 600,
969
  'class' => ''
970
+ ), $atts, 'carousel' );
971
  // Get slides
972
  $slides = (array) Su_Tools::get_slides( $atts );
973
  // Loop slides
1026
  $return = '';
1027
  $atts = shortcode_atts( array(
1028
  'source' => 'none',
1029
+ 'limit' => 20,
1030
  'gallery' => null, // Dep. 4.4.0
1031
+ 'link' => 'none',
1032
  'width' => 90,
1033
  'height' => 90,
1034
  'title' => 'hover',
1035
  'target' => 'self',
1036
  'class' => ''
1037
+ ), $atts, 'custom_gallery' );
1038
  $slides = (array) Su_Tools::get_slides( $atts );
1039
  // Loop slides
1040
  if ( count( $slides ) ) {
1089
  'post_parent' => false,
1090
  'post_status' => 'publish',
1091
  'ignore_sticky_posts' => 'no'
1092
+ ), $atts, 'posts' );
1093
 
1094
  $original_atts = $atts;
1095
 
1216
  'what' => 'paras',
1217
  'cache' => 'yes',
1218
  'class' => ''
1219
+ ), $atts, 'dummy_text' );
1220
  $transient = 'su/cache/dummy_text/' . sanitize_text_field( $atts['what'] ) . '/' . intval( $atts['amount'] );
1221
  $return = get_transient( $transient );
1222
  if ( $return && $atts['cache'] === 'yes' && SU_ENABLE_CACHE ) return $return;
1234
  'height' => 300,
1235
  'theme' => 'any',
1236
  'class' => ''
1237
+ ), $atts, 'dummy_image' );
1238
  $url = 'http://lorempixel.com/' . $atts['width'] . '/' . $atts['height'] . '/';
1239
  if ( $atts['theme'] !== 'any' ) $url .= $atts['theme'] . '/' . rand( 0, 10 ) . '/';
1240
  return '<img src="' . $url . '" alt="' . __( 'Dummy image', 'su' ) . '" width="' . $atts['width'] . '" height="' . $atts['height'] . '" class="su-dummy-image' . su_ecssc( $atts ) . '" />';
1247
  'delay' => 0,
1248
  'inline' => 'no',
1249
  'class' => ''
1250
+ ), $atts, 'animate' );
1251
  $tag = ( $atts['inline'] === 'yes' ) ? 'span' : 'div';
1252
  $style = array(
1253
  'duration' => array(),
1265
  return $return;
1266
  }
1267
 
1268
+ public static function meta( $atts = null, $content = null ) {
1269
+ $atts = shortcode_atts( array(
1270
+ 'key' => '',
1271
+ 'default' => '',
1272
+ 'before' => '',
1273
+ 'after' => '',
1274
+ 'post_id' => '',
1275
+ 'filter' => ''
1276
+ ), $atts, 'meta' );
1277
+ // Define current post ID
1278
+ if ( !$atts['post_id'] ) $atts['post_id'] = get_the_ID();
1279
+ // Check post ID
1280
+ if ( !is_numeric( $atts['post_id'] ) || $atts['post_id'] < 1 ) return sprintf( '<p class="su-error">Meta: %s</p>', __( 'post ID is incorrect', 'su' ) );
1281
+ // Check key name
1282
+ if ( !$atts['key'] ) return sprintf( '<p class="su-error">Meta: %s</p>', __( 'please specify meta key name', 'su' ) );
1283
+ // Get the meta
1284
+ $meta = get_post_meta( $atts['post_id'], $atts['key'], true );
1285
+ // Set default value if meta is empty
1286
+ if ( !$meta ) $meta = $atts['default'];
1287
+ // Apply cutom filter
1288
+ if ( $atts['filter'] && function_exists( $atts['filter'] ) ) $meta = call_user_func( $atts['filter'], $meta );
1289
+ // Return result
1290
+ return ( $meta ) ? $atts['before'] . $meta . $atts['after'] : '';
1291
+ }
1292
+
1293
+ public static function user( $atts = null, $content = null ) {
1294
+ $atts = shortcode_atts( array(
1295
+ 'field' => 'display_name',
1296
+ 'default' => '',
1297
+ 'before' => '',
1298
+ 'after' => '',
1299
+ 'user_id' => '',
1300
+ 'filter' => ''
1301
+ ), $atts, 'user' );
1302
+ // Check for password requests
1303
+ if ( $atts['field'] === 'user_pass' ) return sprintf( '<p class="su-error">User: %s</p>', __( 'password field is not allowed', 'su' ) );
1304
+ // Define current user ID
1305
+ if ( !$atts['user_id'] ) $atts['user_id'] = get_current_user_id();
1306
+ // Check user ID
1307
+ if ( !is_numeric( $atts['user_id'] ) || $atts['user_id'] < 1 ) return sprintf( '<p class="su-error">User: %s</p>', __( 'user ID is incorrect', 'su' ) );
1308
+ // Get user data
1309
+ $user = get_user_by( 'id', $atts['user_id'] );
1310
+ // Get user data if user was found
1311
+ $user = ( $user && isset( $user->data->$atts['field'] ) ) ? $user->data->$atts['field'] : $atts['default'];
1312
+ // Apply cutom filter
1313
+ if ( $atts['filter'] && function_exists( $atts['filter'] ) ) $user = call_user_func( $atts['filter'], $user );
1314
+ // Return result
1315
+ return ( $user ) ? $atts['before'] . $user . $atts['after'] : '';
1316
+ }
1317
+
1318
+ public static function post( $atts = null, $content = null ) {
1319
+ $atts = shortcode_atts( array(
1320
+ 'field' => 'post_title',
1321
+ 'default' => '',
1322
+ 'before' => '',
1323
+ 'after' => '',
1324
+ 'post_id' => '',
1325
+ 'filter' => ''
1326
+ ), $atts, 'post' );
1327
+ // Define current post ID
1328
+ if ( !$atts['post_id'] ) $atts['post_id'] = get_the_ID();
1329
+ // Check post ID
1330
+ if ( !is_numeric( $atts['post_id'] ) || $atts['post_id'] < 1 ) return sprintf( '<p class="su-error">Post: %s</p>', __( 'post ID is incorrect', 'su' ) );
1331
+ // Get the post
1332
+ $post = get_post( $atts['post_id'] );
1333
+ // Set default value if meta is empty
1334
+ $post = ( empty( $post ) || empty( $post->$atts['field'] ) ) ? $atts['default'] : $post->$atts['field'];
1335
+ // Apply cutom filter
1336
+ if ( $atts['filter'] && function_exists( $atts['filter'] ) ) $post = call_user_func( $atts['filter'], $post );
1337
+ // Return result
1338
+ return ( $post ) ? $atts['before'] . $post . $atts['after'] : '';
1339
+ }
1340
+
1341
+ public static function template( $atts = null, $content = null ) {
1342
+ $atts = shortcode_atts( array(
1343
+ 'name' => ''
1344
+ ), $atts, 'template' );
1345
+ // Check template name
1346
+ if ( !$atts['name'] ) return sprintf( '<p class="su-error">Template: %s</p>', __( 'please specify template name', 'su' ) );
1347
+ // Get template output
1348
+ ob_start();
1349
+ get_template_part( str_replace( '.php', '', $atts['name'] ) );
1350
+ $output = ob_get_contents();
1351
+ ob_end_clean();
1352
+ // Return result
1353
+ return $output;
1354
+ }
1355
+
1356
  }
1357
 
1358
  new Su_Shortcodes;
inc/core/tools.php CHANGED
@@ -211,9 +211,7 @@ function su_do_shortcode( $content, $pre ) {
211
  * @return string Special prefix
212
  */
213
  function su_compatibility_mode_prefix() {
214
- $option = get_option( 'su_compatibility_mode_prefix' );
215
- if ( get_option( 'su_option_compatibility-mode' ) === 'on' ) return ( $option ) ? $option : 'su_';
216
- else return '';
217
  }
218
 
219
  /**
@@ -638,6 +636,7 @@ class Su_Tools {
638
  public static function get_slides( $args ) {
639
  $args = wp_parse_args( $args, array(
640
  'source' => 'none',
 
641
  'gallery' => null,
642
  'type' => '',
643
  'link' => 'none'
@@ -658,7 +657,7 @@ class Su_Tools {
658
  // Source is not parsed correctly, return empty array
659
  if ( !is_array( $args['source'] ) ) return $slides;
660
  // Default posts query
661
- $query = array( 'posts_per_page' => 100 );
662
  // Source: media
663
  if ( $args['source']['type'] === 'media' ) {
664
  $query['post_type'] = 'attachment';
211
  * @return string Special prefix
212
  */
213
  function su_compatibility_mode_prefix() {
214
+ return get_option( 'su_option_prefix' );
 
 
215
  }
216
 
217
  /**
636
  public static function get_slides( $args ) {
637
  $args = wp_parse_args( $args, array(
638
  'source' => 'none',
639
+ 'limit' => 20,
640
  'gallery' => null,
641
  'type' => '',
642
  'link' => 'none'
657
  // Source is not parsed correctly, return empty array
658
  if ( !is_array( $args['source'] ) ) return $slides;
659
  // Default posts query
660
+ $query = array( 'posts_per_page' => $args['limit'] );
661
  // Source: media
662
  if ( $args['source']['type'] === 'media' ) {
663
  $query['post_type'] = 'attachment';
languages/su-ru_RU.mo CHANGED
Binary file
languages/su-ru_RU.po CHANGED
@@ -1,3048 +1,3260 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: gn_themes\n"
4
- "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2013-11-12 01:23+0300\n"
6
- "PO-Revision-Date: 2013-11-12 01:26+0300\n"
7
- "Last-Translator: Vladimir Anokhin <ano.vladimir@gmail.com>\n"
8
- "Language-Team: \n"
9
- "MIME-Version: 1.0\n"
10
- "Content-Type: text/plain; charset=UTF-8\n"
11
- "Content-Transfer-Encoding: 8bit\n"
12
- "X-Poedit-KeywordsList: _e;__\n"
13
- "X-Poedit-Basepath: ..\n"
14
- "X-Poedit-SourceCharset: utf-8\n"
15
- "X-Generator: Poedit 1.5.7\n"
16
- "X-Poedit-SearchPath-0: .\n"
17
-
18
- #: inc/core/admin-views.php:10
19
- msgid "Welcome to Shortcodes Ultimate"
20
- msgstr "Добро пожаловать в Shortcodes Ultimate"
21
-
22
- #: inc/core/admin-views.php:10
23
- msgid "A real swiss army knife for WordPress"
24
- msgstr "Настоящий швейцарский армейский нож для WordPress"
25
-
26
- #: inc/core/admin-views.php:12 inc/core/load.php:233
27
- msgid "Project homepage"
28
- msgstr "Страница проекта"
29
-
30
- #: inc/core/admin-views.php:13
31
- msgid "Documentation"
32
- msgstr "Документация"
33
-
34
- #: inc/core/admin-views.php:14 inc/core/load.php:234
35
- msgid "Support forum"
36
- msgstr "Форум поддержки"
37
-
38
- #: inc/core/admin-views.php:15 inc/core/load.php:235
39
- msgid "Changelog"
40
- msgstr "Список изменений"
41
-
42
- #: inc/core/admin-views.php:16
43
- msgid "Fork on GitHub"
44
- msgstr "Репозиторий на GitHub"
45
-
46
- #: inc/core/admin-views.php:20
47
- msgid "Plugin features"
48
- msgstr "Возможности плагина"
49
-
50
- #: inc/core/admin-views.php:22
51
- msgid "40+ amazing shortcodes"
52
- msgstr "40+ невероятных шорткодов"
53
-
54
- #: inc/core/admin-views.php:23
55
- msgid "Power of CSS3 transitions"
56
- msgstr "Сила CSS3"
57
-
58
- #: inc/core/admin-views.php:24
59
- msgid "Handy shortcodes generator"
60
- msgstr "Удобный генератор шорткодов"
61
-
62
- #: inc/core/admin-views.php:25
63
- msgid "International"
64
- msgstr "Интернационален"
65
-
66
- #: inc/core/admin-views.php:26
67
- msgid "Documented API"
68
- msgstr "Доментированный API"
69
-
70
- #: inc/core/admin-views.php:30
71
- msgid "What is a shortcode?"
72
- msgstr "Что такое шорткод?"
73
-
74
- #: inc/core/admin-views.php:31
75
- msgid ""
76
- "<strong>Shortcode</strong> is a WordPress-specific code that lets you do "
77
- "nifty things with very little effort."
78
- msgstr ""
79
- "<strong>Шорткод</strong> это специфичный для WordPress код, который "
80
- "позволяет вам делать изящные вещи с небольшими усилиями."
81
-
82
- #: inc/core/admin-views.php:32
83
- msgid ""
84
- "Shortcodes can embed files or create objects that would normally require "
85
- "lots of complicated, ugly code in just one line. Shortcode = shortcut."
86
- msgstr ""
87
- "С помощью шорткодов можно встраивать на страницу видео- или аудио файлы, "
88
- "галереи, различные кнопки и многое другое с помощью всего одной строки кода."
89
-
90
- #: inc/core/admin-views.php:37
91
- msgid "How does it works"
92
- msgstr "Как это работает"
93
-
94
- #: inc/core/admin-views.php:41
95
- msgid "More videos"
96
- msgstr "Другие видео"
97
-
98
- #: inc/core/admin-views.php:43
99
- msgid "Shortcodes Ultimate Tutorial"
100
- msgstr "Развернутый видео урок по использованию шорткодов (англ.)"
101
-
102
- #: inc/core/admin-views.php:44
103
- msgid "How to use special widget"
104
- msgstr "Как использовать специальный виджет"
105
-
106
- #: inc/core/admin-views.php:45
107
- msgid "How to create Carousel"
108
- msgstr "Как создать карусель"
109
-
110
- #: inc/core/admin-views.php:46
111
- msgid "How to create image gallery"
112
- msgstr "Как создать галерею изображений"
113
-
114
- #: inc/core/admin-views.php:64
115
- msgid "You can overview the original styles to override it"
116
- msgstr "Вы можете посмотреть оригинальные стили, чтобы перезаписать их"
117
-
118
- #: inc/core/admin-views.php:75
119
- msgid "You can use next variables in your custom CSS"
120
- msgstr "Вы можете использовать следующие переменные в CSS коде"
121
-
122
- #: inc/core/admin-views.php:76
123
- msgid "home url"
124
- msgstr "url главной страницы сайта"
125
-
126
- #: inc/core/admin-views.php:77
127
- msgid "theme url"
128
- msgstr "url папки с текущей темой"
129
-
130
- #: inc/core/admin-views.php:78
131
- msgid "plugin url"
132
- msgstr "url папки этого плагина"
133
-
134
- #: inc/core/admin-views.php:115
135
- msgid "Maker"
136
- msgstr "Maker"
137
-
138
- #: inc/core/admin-views.php:116
139
- msgid ""
140
- "This add-on allows you to create custom shortcodes. You can easily create "
141
- "any shortcode with different parameters or even override default shortcodes"
142
- msgstr ""
143
- "Это дополнение позволит вам создавать собственные шорткоды. Вы можете с "
144
- "легкостью создать новый шорткод или даже перезаписать оригинальный"
145
-
146
- #: inc/core/admin-views.php:121
147
- msgid "Skins"
148
- msgstr "Скины"
149
-
150
- #: inc/core/admin-views.php:122
151
- msgid ""
152
- "Set of additional skins for Shrtcodes Ultimate. It includes skins for "
153
- "accordeons/spoilers, tabs and some other shortcodes"
154
- msgstr ""
155
- "Набор дополнительных скинов для шорткодов плагина. Набор включает в себя "
156
- "скины для аккордеонов/спойлеров, вкладок и некоторых других шорткодов"
157
-
158
- #: inc/core/admin-views.php:128
159
- msgid "Shortcodes Ultimate Add-ons"
160
- msgstr "Дополнения для Shortcodes Ultimate"
161
-
162
- #: inc/core/admin-views.php:131 inc/core/admin-views.php:138
163
- msgid "Learn more"
164
- msgstr "Узнать больше"
165
-
166
- #: inc/core/admin-views.php:135
167
- msgid "Other WordPress Plugins"
168
- msgstr "Другие плагины для WordPress"
169
-
170
- #: inc/core/assets.php:67
171
- msgid "Choose files"
172
- msgstr "Выбор файлов"
173
-
174
- #: inc/core/assets.php:68
175
- msgid "Add selected files"
176
- msgstr "Добавить выбранные файлы"
177
-
178
- #: inc/core/assets.php:69
179
- msgid "This button is not clickable"
180
- msgstr "Эта кнопка не нажимается"
181
-
182
- #: inc/core/assets.php:75 inc/vendor/class.sunrise.php:165
183
- msgid "Choose file"
184
- msgstr "Выбор файла"
185
-
186
- #: inc/core/assets.php:76
187
- msgid "Insert"
188
- msgstr "Вставить"
189
-
190
- #: inc/core/assets.php:77
191
- msgid "Select images"
192
- msgstr "Выберите изображения"
193
-
194
- #: inc/core/assets.php:78
195
- msgid "Add selected images"
196
- msgstr "Добавить выбранные изображения"
197
-
198
- #: inc/core/assets.php:91
199
- msgid ""
200
- "This shortcode doesn't work in live preview. Please insert it into editor "
201
- "and preview on the site."
202
- msgstr ""
203
- "Этот шорткод не работает в режиме предпросмотра. Пожалуйста вставьте шорткод "
204
- "в редактор и посмотрите результат на странице записи."
205
-
206
- #: inc/core/data.php:17
207
- msgid "All"
208
- msgstr "Все"
209
-
210
- #: inc/core/data.php:18 inc/core/generator.php:164
211
- msgid "Content"
212
- msgstr "Содержимое"
213
-
214
- #: inc/core/data.php:19 inc/core/data.php:803
215
- msgid "Box"
216
- msgstr "Блок"
217
-
218
- #: inc/core/data.php:20
219
- msgid "Media"
220
- msgstr "Медиа"
221
-
222
- #: inc/core/data.php:21 inc/core/data.php:1940
223
- msgid "Gallery"
224
- msgstr "Галерея"
225
-
226
- #: inc/core/data.php:22
227
- msgid "Other"
228
- msgstr "Другое"
229
-
230
- #: inc/core/data.php:28 inc/core/data.php:1718 inc/core/data.php:1826
231
- #: inc/core/data.php:1953 inc/core/data.php:2095
232
- msgid "None"
233
- msgstr "Нет"
234
-
235
- #: inc/core/data.php:29
236
- msgid "Solid"
237
- msgstr "Сплошной"
238
-
239
- #: inc/core/data.php:30
240
- msgid "Dotted"
241
- msgstr "Пунктирный (точки)"
242
-
243
- #: inc/core/data.php:31
244
- msgid "Dashed"
245
- msgstr "Пунктирный (тире)"
246
-
247
- #: inc/core/data.php:32
248
- msgid "Double"
249
- msgstr "Двойной"
250
-
251
- #: inc/core/data.php:33
252
- msgid "Groove"
253
- msgstr "Выдавленный"
254
-
255
- #: inc/core/data.php:34
256
- msgid "Ridge"
257
- msgstr "Ребро"
258
-
259
- #: inc/core/data.php:48
260
- msgid "Basic examples"
261
- msgstr "Основные примеры"
262
-
263
- #: inc/core/data.php:51
264
- msgid "Accordions, spoilers, different styles, anchors"
265
- msgstr "Аккордеоны, спойлеры, различные стили, якори"
266
-
267
- #: inc/core/data.php:57
268
- msgid "Tabs, vertical tabs, tab anchors"
269
- msgstr "Вкладки, вертикальные вкладки, якори вкладок"
270
-
271
- #: inc/core/data.php:63
272
- msgid "Column layouts"
273
- msgstr "Использование колонок"
274
-
275
- #: inc/core/data.php:69
276
- msgid ""
277
- "Media elements, YouTube, Vimeo, Screenr and self-hosted videos, audio player"
278
- msgstr ""
279
- "Медиа элементы, YouTube, Vimeo, Screenr и видео из медиа библиотеки, аудио "
280
- "плеер"
281
-
282
- #: inc/core/data.php:75
283
- msgid "Unlimited buttons"
284
- msgstr "Всевозможные кнопки"
285
-
286
- #: inc/core/data.php:81
287
- msgid "Animations"
288
- msgstr "Анимации"
289
-
290
- #: inc/core/data.php:89
291
- msgid "Advanced examples"
292
- msgstr "Дополнительные примеры"
293
-
294
- #: inc/core/data.php:92
295
- msgid "Interacting with posts shortcode"
296
- msgstr "Работа с шорткодом posts"
297
-
298
- #: inc/core/data.php:98
299
- msgid "Nested shortcodes, shortcodes inside of attributes"
300
- msgstr "Вложенные шорткоды, шорткоды в атрибутах"
301
-
302
- #: inc/core/data.php:115
303
- msgid "Heading"
304
- msgstr "Заголовок"
305
-
306
- #: inc/core/data.php:122 inc/core/data.php:176 inc/core/data.php:258
307
- #: inc/core/data.php:406 inc/core/data.php:436 inc/core/data.php:497
308
- #: inc/core/data.php:662 inc/core/data.php:815 inc/core/data.php:979
309
- msgid "Default"
310
- msgstr "По умолчанию"
311
-
312
- #: inc/core/data.php:125 inc/core/data.php:179 inc/core/data.php:263
313
- #: inc/core/data.php:439 inc/core/data.php:503 inc/core/data.php:672
314
- #: inc/core/data.php:822 inc/core/data.php:949
315
- msgid "Style"
316
- msgstr "Стиль"
317
-
318
- #: inc/core/data.php:126
319
- msgid "Choose style for this heading"
320
- msgstr "Выберите стиль для этого заголовка"
321
-
322
- #: inc/core/data.php:126 inc/core/data.php:180 inc/core/data.php:264
323
- #: inc/core/data.php:440
324
- msgid "Install additional styles"
325
- msgstr "Установить дополнительные стили"
326
-
327
- #: inc/core/data.php:134 inc/core/data.php:511 inc/core/data.php:590
328
- #: inc/core/data.php:693
329
- msgid "Size"
330
- msgstr "Размер"
331
-
332
- #: inc/core/data.php:135
333
- msgid "Select heading size (pixels)"
334
- msgstr "Выберите размер заголовка (в пикселях)"
335
-
336
- #: inc/core/data.php:140 inc/core/data.php:472 inc/core/data.php:533
337
- #: inc/core/data.php:957
338
- msgid "Left"
339
- msgstr "Слева"
340
-
341
- #: inc/core/data.php:141 inc/core/data.php:534 inc/core/data.php:1767
342
- #: inc/core/data.php:1894
343
- msgid "Center"
344
- msgstr "По центру"
345
-
346
- #: inc/core/data.php:142 inc/core/data.php:473 inc/core/data.php:535
347
- #: inc/core/data.php:958
348
- msgid "Right"
349
- msgstr "Справа"
350
-
351
- #: inc/core/data.php:145 inc/core/data.php:476 inc/core/data.php:538
352
- msgid "Align"
353
- msgstr "Выравнивание"
354
-
355
- #: inc/core/data.php:146
356
- msgid "Heading text alignment"
357
- msgstr "Выравнивание текста в заголовке"
358
-
359
- #: inc/core/data.php:154
360
- msgid "Margin"
361
- msgstr "Отступ"
362
-
363
- #: inc/core/data.php:155
364
- msgid "Bottom margin (pixels)"
365
- msgstr "Отступ снизу (в пикселях)"
366
-
367
- #: inc/core/data.php:159 inc/core/data.php:199 inc/core/data.php:231
368
- #: inc/core/data.php:294 inc/core/data.php:310 inc/core/data.php:337
369
- #: inc/core/data.php:361 inc/core/data.php:389 inc/core/data.php:419
370
- #: inc/core/data.php:455 inc/core/data.php:480 inc/core/data.php:516
371
- #: inc/core/data.php:543 inc/core/data.php:559 inc/core/data.php:601
372
- #: inc/core/data.php:629 inc/core/data.php:750 inc/core/data.php:793
373
- #: inc/core/data.php:849 inc/core/data.php:886 inc/core/data.php:918
374
- #: inc/core/data.php:1020 inc/core/data.php:1036 inc/core/data.php:1088
375
- #: inc/core/data.php:1206 inc/core/data.php:1256 inc/core/data.php:1299
376
- #: inc/core/data.php:1338 inc/core/data.php:1407 inc/core/data.php:1428
377
- #: inc/core/data.php:1459 inc/core/data.php:1492 inc/core/data.php:1508
378
- #: inc/core/data.php:1538 inc/core/data.php:1558 inc/core/data.php:1585
379
- #: inc/core/data.php:1606 inc/core/data.php:1651 inc/core/data.php:1696
380
- #: inc/core/data.php:1804 inc/core/data.php:1931 inc/core/data.php:2001
381
- #: inc/core/data.php:2175 inc/core/data.php:2230 inc/core/data.php:2276
382
- msgid "Class"
383
- msgstr "Класс"
384
-
385
- #: inc/core/data.php:160 inc/core/data.php:200 inc/core/data.php:232
386
- #: inc/core/data.php:295 inc/core/data.php:311 inc/core/data.php:338
387
- #: inc/core/data.php:362 inc/core/data.php:390 inc/core/data.php:420
388
- #: inc/core/data.php:456 inc/core/data.php:481 inc/core/data.php:517
389
- #: inc/core/data.php:544 inc/core/data.php:560 inc/core/data.php:602
390
- #: inc/core/data.php:630 inc/core/data.php:751 inc/core/data.php:794
391
- #: inc/core/data.php:850 inc/core/data.php:887 inc/core/data.php:919
392
- #: inc/core/data.php:1021 inc/core/data.php:1037 inc/core/data.php:1089
393
- #: inc/core/data.php:1207 inc/core/data.php:1257 inc/core/data.php:1300
394
- #: inc/core/data.php:1339 inc/core/data.php:1408 inc/core/data.php:1429
395
- #: inc/core/data.php:1460 inc/core/data.php:1493 inc/core/data.php:1509
396
- #: inc/core/data.php:1539 inc/core/data.php:1559 inc/core/data.php:1586
397
- #: inc/core/data.php:1607 inc/core/data.php:1652 inc/core/data.php:1697
398
- #: inc/core/data.php:1805 inc/core/data.php:1932 inc/core/data.php:2002
399
- #: inc/core/data.php:2176 inc/core/data.php:2231 inc/core/data.php:2277
400
- msgid "Extra CSS class"
401
- msgstr "Дополнительный CSS класс"
402
-
403
- #: inc/core/data.php:163
404
- msgid "Heading text"
405
- msgstr "Текст заголовка"
406
-
407
- #: inc/core/data.php:164
408
- msgid "Styled heading"
409
- msgstr "Стильный заголовок"
410
-
411
- #: inc/core/data.php:169
412
- msgid "Tabs"
413
- msgstr "Вкладки"
414
-
415
- #: inc/core/data.php:180
416
- msgid "Choose style for this tabs"
417
- msgstr "Выберите стиль для этих вкладок"
418
-
419
- #: inc/core/data.php:188
420
- msgid "Active tab"
421
- msgstr "Активная вкладка"
422
-
423
- #: inc/core/data.php:189
424
- msgid "Select which tab is open by default"
425
- msgstr "Выберите какая вкладка будет открыта по умолчанию"
426
-
427
- #: inc/core/data.php:194
428
- msgid "Vertical"
429
- msgstr "Вертикально"
430
-
431
- #: inc/core/data.php:195
432
- msgid "Show tabs vertically"
433
- msgstr "Отображать вкладки вертикально"
434
-
435
- #: inc/core/data.php:203
436
- msgid ""
437
- "[%prefix_tab title=\"Title 1\"]Content 1[/%prefix_tab]\n"
438
- "[%prefix_tab title=\"Title 2\"]Content 2[/%prefix_tab]\n"
439
- "[%prefix_tab title=\"Title 3\"]Content 3[/%prefix_tab]"
440
- msgstr ""
441
- "[%prefix_tab title=\"Заголовок 1\"]Содержимое вкладки 1[/%prefix_tab]\n"
442
- "[%prefix_tab title=\"Заголовок 2\"]Содержимое вкладки 2[/%prefix_tab]\n"
443
- "[%prefix_tab title=\"Заголовок 3\"]Содержимое вкладки 3[/%prefix_tab]"
444
-
445
- #: inc/core/data.php:204
446
- msgid "Tabs container"
447
- msgstr "Контейнер вкладок"
448
-
449
- #: inc/core/data.php:209
450
- msgid "Tab"
451
- msgstr "Вкладка"
452
-
453
- #: inc/core/data.php:214
454
- msgid "Tab name"
455
- msgstr "Имя вкладки"
456
-
457
- #: inc/core/data.php:215 inc/core/data.php:247 inc/core/data.php:767
458
- #: inc/core/data.php:810 inc/core/data.php:1366
459
- msgid "Title"
460
- msgstr "Заголовок"
461
-
462
- #: inc/core/data.php:216
463
- msgid "Enter tab name"
464
- msgstr "Введите имя вкладки"
465
-
466
- #: inc/core/data.php:221
467
- msgid "Disabled"
468
- msgstr "Отключено"
469
-
470
- #: inc/core/data.php:222
471
- msgid "Is this tab disabled"
472
- msgstr "Эта вкладка отключена"
473
-
474
- #: inc/core/data.php:226 inc/core/data.php:289
475
- msgid "Anchor"
476
- msgstr "Якорь"
477
-
478
- #: inc/core/data.php:227
479
- msgid ""
480
- "You can use unique anchor for this tab to access it with hash in page url. "
481
- "For example: type here <b%value>Hello</b> and then use url like http://"
482
- "example.com/page-url#Hello. This tab will be activated and scrolled in"
483
- msgstr ""
484
- "Вы можете задать якорь для этой вкладки чтобы открыть её при помощи хеша в "
485
- "ссылке страницы. Например: введите в этом поле <b%value>Hello</b> и затем "
486
- "используйте ссылку вида http://example.com/page-utl#Hello. Эта вкладка будет "
487
- "активирована и страница будет прокручена к ней"
488
-
489
- #: inc/core/data.php:235
490
- msgid "Tab content"
491
- msgstr "Содержимое вкладки"
492
-
493
- #: inc/core/data.php:236
494
- msgid "Single tab"
495
- msgstr "Одиночная вкладка"
496
-
497
- #: inc/core/data.php:241
498
- msgid "Spoiler"
499
- msgstr "Спойлер"
500
-
501
- #: inc/core/data.php:246 inc/core/shortcodes.php:72
502
- msgid "Spoiler title"
503
- msgstr "Скрытый текст"
504
-
505
- #: inc/core/data.php:247
506
- msgid "Text in spoiler title"
507
- msgstr "Текст для заголовка спойлера"
508
-
509
- #: inc/core/data.php:252
510
- msgid "Open"
511
- msgstr "Открыт"
512
-
513
- #: inc/core/data.php:253
514
- msgid "Is spoiler content visible by default"
515
- msgstr "Виден ли контент спойлера по умолчанию"
516
-
517
- #: inc/core/data.php:259
518
- msgid "Fancy"
519
- msgstr "Стильный"
520
-
521
- #: inc/core/data.php:260 inc/core/data.php:500
522
- msgid "Simple"
523
- msgstr "Простой"
524
-
525
- #: inc/core/data.php:264
526
- msgid "Choose style for this spoiler"
527
- msgstr "Выберите стиль для этого спойлера"
528
-
529
- #: inc/core/data.php:269
530
- msgid "Plus"
531
- msgstr "Плюс"
532
-
533
- #: inc/core/data.php:270
534
- msgid "Plus circle"
535
- msgstr "Плюс в круге"
536
-
537
- #: inc/core/data.php:271
538
- msgid "Plus square 1"
539
- msgstr "Плюс в квадрате 1"
540
-
541
- #: inc/core/data.php:272
542
- msgid "Plus square 2"
543
- msgstr "Плюс в квадрате 2"
544
-
545
- #: inc/core/data.php:273
546
- msgid "Arrow"
547
- msgstr "Стрелка"
548
-
549
- #: inc/core/data.php:274
550
- msgid "Arrow circle 1"
551
- msgstr "Стрелка в круге 1"
552
-
553
- #: inc/core/data.php:275
554
- msgid "Arrow circle 2"
555
- msgstr "Стрелка в круге 2"
556
-
557
- #: inc/core/data.php:276
558
- msgid "Chevron"
559
- msgstr "Уголок"
560
-
561
- #: inc/core/data.php:277
562
- msgid "Chevron circle"
563
- msgstr "Уголок в круге"
564
-
565
- #: inc/core/data.php:278
566
- msgid "Caret"
567
- msgstr "Треугольник"
568
-
569
- #: inc/core/data.php:279
570
- msgid "Caret square"
571
- msgstr "Треугольник в квадрате"
572
-
573
- #: inc/core/data.php:280
574
- msgid "Folder 1"
575
- msgstr "Папка 1"
576
-
577
- #: inc/core/data.php:281
578
- msgid "Folder 2"
579
- msgstr "Папка 2"
580
-
581
- #: inc/core/data.php:284 inc/core/data.php:618 inc/core/data.php:723
582
- #: inc/core/data.php:773
583
- msgid "Icon"
584
- msgstr "Иконка"
585
-
586
- #: inc/core/data.php:285
587
- msgid "Icons for spoiler"
588
- msgstr "Иконка для спойлера"
589
-
590
- #: inc/core/data.php:290
591
- msgid ""
592
- "You can use unique anchor for this spoiler to access it with hash in page "
593
- "url. For example: type here <b%value>Hello</b> and then use url like http://"
594
- "example.com/page-url#Hello. This spoiler will be open and scrolled in"
595
- msgstr ""
596
- "Вы можете задать якорь для этого спойлера чтобы открыть его при помощи хеша "
597
- ссылке страницы. Например: введите в этом поле <b%value>Hello</b> и затем "
598
- "используйте ссылку вида http://example.com/page-utl#Hello. Этот спойлер "
599
- "будет открыт и страница будет прокручена к нему"
600
-
601
- #: inc/core/data.php:298
602
- msgid "Hidden content"
603
- msgstr "Скрытое содержимое"
604
-
605
- #: inc/core/data.php:299
606
- msgid "Spoiler with hidden content"
607
- msgstr "Спойлер со скрытым содержимым"
608
-
609
- #: inc/core/data.php:304
610
- msgid "Accordion"
611
- msgstr "Аккордеон"
612
-
613
- #: inc/core/data.php:314
614
- msgid ""
615
- "[%prefix_spoiler]Content[/%prefix_spoiler]\n"
616
- "[%prefix_spoiler]Content[/%prefix_spoiler]\n"
617
- "[%prefix_spoiler]Content[/%prefix_spoiler]"
618
- msgstr ""
619
- "[%prefix_spoiler]Скрытый текст[/%prefix_spoiler]\n"
620
- "[%prefix_spoiler]Скрытый текст[/%prefix_spoiler]\n"
621
- "[%prefix_spoiler]Скрытый текст[/%prefix_spoiler]"
622
-
623
- #: inc/core/data.php:315
624
- msgid "Accordion with spoilers"
625
- msgstr "Аккордеон со спойлерами"
626
-
627
- #: inc/core/data.php:320
628
- msgid "Divider"
629
- msgstr "Разделитель"
630
-
631
- #: inc/core/data.php:327
632
- msgid "Show TOP link"
633
- msgstr "Показать ссылку ВВЕРХ"
634
-
635
- #: inc/core/data.php:328
636
- msgid "Show link to top of the page or not"
637
- msgstr "Показывать ссылку ВВЕРХ или нет"
638
-
639
- #: inc/core/data.php:332 inc/core/shortcodes.php:99
640
- msgid "Go to top"
641
- msgstr "Вверх"
642
-
643
- #: inc/core/data.php:333
644
- msgid "Link text"
645
- msgstr "Текст ссылки"
646
-
647
- #: inc/core/data.php:333
648
- msgid "Text for the GO TOP link"
649
- msgstr "Текст ссылки ВВЕРХ"
650
-
651
- #: inc/core/data.php:341
652
- msgid "Content divider with optional TOP link"
653
- msgstr "Разделитель текста со ссылкой ВВЕРХ"
654
-
655
- #: inc/core/data.php:346
656
- msgid "Spacer"
657
- msgstr "Пробел"
658
-
659
- #: inc/core/data.php:356 inc/core/data.php:1071 inc/core/data.php:1127
660
- #: inc/core/data.php:1239 inc/core/data.php:1288 inc/core/data.php:1384
661
- #: inc/core/data.php:1640 inc/core/data.php:1679 inc/core/data.php:1751
662
- #: inc/core/data.php:1860 inc/core/data.php:1986 inc/core/data.php:2203
663
- msgid "Height"
664
- msgstr "Высота"
665
-
666
- #: inc/core/data.php:357
667
- msgid "Height of the spacer in pixels"
668
- msgstr "Высота пробела в пикселях"
669
-
670
- #: inc/core/data.php:365
671
- msgid "Empty space with adjustable height"
672
- msgstr "Пробел с настраиваемой высотой"
673
-
674
- #: inc/core/data.php:370
675
- msgid "Highlight"
676
- msgstr "Выделитель"
677
-
678
- #: inc/core/data.php:378 inc/core/data.php:678 inc/core/data.php:867
679
- msgid "Background"
680
- msgstr "Фон"
681
-
682
- #: inc/core/data.php:379
683
- msgid "Highlighted text background color"
684
- msgstr "Цвет фона выделяемого текста"
685
-
686
- #: inc/core/data.php:385 inc/core/data.php:684 inc/core/data.php:873
687
- msgid "Text color"
688
- msgstr "Цвет текста"
689
-
690
- #: inc/core/data.php:385
691
- msgid "Highlighted text color"
692
- msgstr "Цвет выделяемого текста"
693
-
694
- #: inc/core/data.php:393 inc/core/data.php:394
695
- msgid "Highlighted text"
696
- msgstr "Подсвеченный текст"
697
-
698
- #: inc/core/data.php:399 inc/core/data.php:423
699
- #: inc/vendor/class.sunrise-views.php:49
700
- msgid "Label"
701
- msgstr "Ярлык"
702
-
703
- #: inc/core/data.php:407
704
- msgid "Success"
705
- msgstr "Успех"
706
-
707
- #: inc/core/data.php:408
708
- msgid "Warning"
709
- msgstr "Внимание"
710
-
711
- #: inc/core/data.php:409
712
- msgid "Important"
713
- msgstr "Важно"
714
-
715
- #: inc/core/data.php:410
716
- msgid "Black"
717
- msgstr "Черный"
718
-
719
- #: inc/core/data.php:411
720
- msgid "Info"
721
- msgstr "Инфо"
722
-
723
- #: inc/core/data.php:414
724
- msgid "Type"
725
- msgstr "Тип"
726
-
727
- #: inc/core/data.php:415
728
- msgid "Style of the label"
729
- msgstr "Стиль ярлыка"
730
-
731
- #: inc/core/data.php:424
732
- msgid "Styled label"
733
- msgstr "Стильный ярлык"
734
-
735
- #: inc/core/data.php:429 inc/core/data.php:459
736
- msgid "Quote"
737
- msgstr "Цитата"
738
-
739
- #: inc/core/data.php:440
740
- msgid "Choose style for this quote"
741
- msgstr "Выберите стиль для этой цитаты"
742
-
743
- #: inc/core/data.php:444
744
- msgid "Cite"
745
- msgstr "Автор"
746
-
747
- #: inc/core/data.php:445
748
- msgid "Quote author name"
749
- msgstr "Имя автора цитаты"
750
-
751
- #: inc/core/data.php:450
752
- msgid "Cite url"
753
- msgstr "Ссылка автора"
754
-
755
- #: inc/core/data.php:451
756
- msgid "Url of the quote author. Leave empty to disable link"
757
- msgstr "Ссылка автора цитаты. Оставьте пустым, чтобы отключить ссылку"
758
-
759
- #: inc/core/data.php:460
760
- msgid "Blockquote alternative"
761
- msgstr "Альтернатива цитаты"
762
-
763
- #: inc/core/data.php:465 inc/core/data.php:484 inc/core/data.php:485
764
- msgid "Pullquote"
765
- msgstr "Цитата с обтеканием"
766
-
767
- #: inc/core/data.php:476
768
- msgid "Pullquote alignment (float)"
769
- msgstr "Выравнивание цитаты (обтекание)"
770
-
771
- #: inc/core/data.php:490 inc/core/data.php:521
772
- msgid "Dropcap"
773
- msgstr "Буквица"
774
-
775
- #: inc/core/data.php:498 inc/core/data.php:663
776
- msgid "Flat"
777
- msgstr "Плоский"
778
-
779
- #: inc/core/data.php:499
780
- msgid "Light"
781
- msgstr "Светлый"
782
-
783
- #: inc/core/data.php:503
784
- msgid "Dropcap style preset"
785
- msgstr "Стиль буквицы"
786
-
787
- #: inc/core/data.php:512
788
- msgid "Choose dropcap size"
789
- msgstr "Выберите размер буквицы"
790
-
791
- #: inc/core/data.php:520
792
- msgid "D"
793
- msgstr "D"
794
-
795
- #: inc/core/data.php:526
796
- msgid "Frame"
797
- msgstr "Рамка"
798
-
799
- #: inc/core/data.php:539
800
- msgid "Frame alignment"
801
- msgstr "Выравнивание рамки"
802
-
803
- #: inc/core/data.php:548
804
- msgid "Styled image frame"
805
- msgstr "Стильный рамка изображения"
806
-
807
- #: inc/core/data.php:553
808
- msgid "Row"
809
- msgstr "Колонки"
810
-
811
- #: inc/core/data.php:563
812
- msgid ""
813
- "[%prefix_column size=\"1/3\"]Content[/%prefix_column]\n"
814
- "[%prefix_column size=\"1/3\"]Content[/%prefix_column]\n"
815
- "[%prefix_column size=\"1/3\"]Content[/%prefix_column]"
816
- msgstr ""
817
- "[%prefix_column size=\"1/3\"]Содержимое колонки[/%prefix_column]\n"
818
- "[%prefix_column size=\"1/3\"]Содержимое колонки[/%prefix_column]\n"
819
- "[%prefix_column size=\"1/3\"]Содержимое колонки[/%prefix_column]"
820
-
821
- #: inc/core/data.php:564
822
- msgid "Row for flexible columns"
823
- msgstr "Контейнер с резиновыми колонками"
824
-
825
- #: inc/core/data.php:569
826
- msgid "Column"
827
- msgstr "Колонка"
828
-
829
- #: inc/core/data.php:576
830
- msgid "Full width"
831
- msgstr "Во всю ширину"
832
-
833
- #: inc/core/data.php:577
834
- msgid "One half"
835
- msgstr "Одна вторая"
836
-
837
- #: inc/core/data.php:578
838
- msgid "One third"
839
- msgstr "Одна третья"
840
-
841
- #: inc/core/data.php:579
842
- msgid "Two third"
843
- msgstr "Две трети"
844
-
845
- #: inc/core/data.php:580
846
- msgid "One fourth"
847
- msgstr "Одна четвертая"
848
-
849
- #: inc/core/data.php:581
850
- msgid "Three fourth"
851
- msgstr "Три четвертых"
852
-
853
- #: inc/core/data.php:582
854
- msgid "One fifth"
855
- msgstr "Одна пятая"
856
-
857
- #: inc/core/data.php:583
858
- msgid "Two fifth"
859
- msgstr "Две пятых"
860
-
861
- #: inc/core/data.php:584
862
- msgid "Three fifth"
863
- msgstr "Три пятых"
864
-
865
- #: inc/core/data.php:585
866
- msgid "Four fifth"
867
- msgstr "Четыре пятых"
868
-
869
- #: inc/core/data.php:586
870
- msgid "One sixth"
871
- msgstr "Одна шестая"
872
-
873
- #: inc/core/data.php:587
874
- msgid "Five sixth"
875
- msgstr "Пять шестых"
876
-
877
- #: inc/core/data.php:591
878
- msgid "Select column width. This width will be calculated depend page width"
879
- msgstr ""
880
- "Выберите ширину колнки. Эта ширина будет рассчитана на основе ширины страницы"
881
-
882
- #: inc/core/data.php:596 inc/core/data.php:704
883
- msgid "Centered"
884
- msgstr "По центру"
885
-
886
- #: inc/core/data.php:597
887
- msgid "Is this column centered on the page"
888
- msgstr "Колонка выровнена по центру страницы"
889
-
890
- #: inc/core/data.php:605
891
- msgid "Column content"
892
- msgstr "Содержимое колонки"
893
-
894
- #: inc/core/data.php:606
895
- msgid "Flexible and responsive columns"
896
- msgstr "Резновые колонки"
897
-
898
- #: inc/core/data.php:611
899
- msgid "List"
900
- msgstr "Список"
901
-
902
- #: inc/core/data.php:619
903
- msgid "You can upload custom icon for this list or pick a built-in icon"
904
- msgstr "Вы можете загрузить свою иконку для этого списка или выбрать из списка"
905
-
906
- #: inc/core/data.php:624 inc/core/data.php:729 inc/core/data.php:779
907
- msgid "Icon color"
908
- msgstr "Цвет иконки"
909
-
910
- #: inc/core/data.php:625 inc/core/data.php:730 inc/core/data.php:780
911
- msgid ""
912
- "This color will be applied to the selected icon. Does not works with "
913
- "uploaded icons"
914
- msgstr ""
915
- "Этот цвет будет применен только к иконке выбранной из списка. Не работает "
916
- "для загруженных иконок"
917
-
918
- #: inc/core/data.php:633
919
- msgid ""
920
- "<ul>\n"
921
- "<li>List item</li>\n"
922
- "<li>List item</li>\n"
923
- "<li>List item</li>\n"
924
- "</ul>"
925
- msgstr ""
926
- "<ul>\n"
927
- "<li>Элемент списка</li>\n"
928
- "<li>Элемент списка</li>\n"
929
- "<li>Элемент списка</li>\n"
930
- "</ul>"
931
-
932
- #: inc/core/data.php:634
933
- msgid "Styled unordered list"
934
- msgstr "Стильный неупорядоченный список"
935
-
936
- #: inc/core/data.php:639
937
- msgid "Button"
938
- msgstr "Кнопка"
939
-
940
- #: inc/core/data.php:646
941
- msgid "Link"
942
- msgstr "Ссылка"
943
-
944
- #: inc/core/data.php:647
945
- msgid "Button link"
946
- msgstr "Ссылка кнопки"
947
-
948
- #: inc/core/data.php:652 inc/core/data.php:1450
949
- msgid "Same tab"
950
- msgstr "Та же вкладка"
951
-
952
- #: inc/core/data.php:653 inc/core/data.php:1451
953
- msgid "New tab"
954
- msgstr "Новая вкладка"
955
-
956
- #: inc/core/data.php:656 inc/core/data.php:1454
957
- msgid "Target"
958
- msgstr "Цель"
959
-
960
- #: inc/core/data.php:657
961
- msgid "Button link target"
962
- msgstr "Цель ссылки кнопки"
963
-
964
- #: inc/core/data.php:664 inc/core/data.php:816
965
- msgid "Soft"
966
- msgstr "Мягкий"
967
-
968
- #: inc/core/data.php:665 inc/core/data.php:817
969
- msgid "Glass"
970
- msgstr "Стекло"
971
-
972
- #: inc/core/data.php:666 inc/core/data.php:818
973
- msgid "Bubbles"
974
- msgstr "Пузыри"
975
-
976
- #: inc/core/data.php:667 inc/core/data.php:819
977
- msgid "Noise"
978
- msgstr "Шум"
979
-
980
- #: inc/core/data.php:668
981
- msgid "Stroked"
982
- msgstr "Прошитый"
983
-
984
- #: inc/core/data.php:669
985
- msgid "3D"
986
- msgstr "3D"
987
-
988
- #: inc/core/data.php:672
989
- msgid "Button background style preset"
990
- msgstr "Стиль фона кнопки"
991
-
992
- #: inc/core/data.php:678
993
- msgid "Button background color"
994
- msgstr "Цвет фона кнопки"
995
-
996
- #: inc/core/data.php:685
997
- msgid "Button text color"
998
- msgstr "Цвет текста кнопки"
999
-
1000
- #: inc/core/data.php:694
1001
- msgid "Button size"
1002
- msgstr "Размер кнопки"
1003
-
1004
- #: inc/core/data.php:699
1005
- msgid "Fluid"
1006
- msgstr "Резиновая"
1007
-
1008
- #: inc/core/data.php:699
1009
- msgid "Fluid buttons has 100% width"
1010
- msgstr "Резиновые кнопки имеют ширину 100%"
1011
-
1012
- #: inc/core/data.php:704
1013
- msgid "Is button centered on the page"
1014
- msgstr "Кнопка выровнена по центру страницы"
1015
-
1016
- #: inc/core/data.php:709
1017
- msgid "Auto"
1018
- msgstr "Авто"
1019
-
1020
- #: inc/core/data.php:710
1021
- msgid "Round"
1022
- msgstr "Круглый"
1023
-
1024
- #: inc/core/data.php:711
1025
- msgid "Square"
1026
- msgstr "Квадратный"
1027
-
1028
- #: inc/core/data.php:717 inc/core/data.php:844 inc/core/data.php:882
1029
- msgid "Radius"
1030
- msgstr "Радиус"
1031
-
1032
- #: inc/core/data.php:718
1033
- msgid "Radius of button corners. Auto-radius calculation based on button size"
1034
- msgstr ""
1035
- "Радиус углов кнопки. Значени auto рассчитывается на основе размера кнопки"
1036
-
1037
- #: inc/core/data.php:724
1038
- msgid "You can upload custom icon for this button or pick a built-in icon"
1039
- msgstr "Вы можете загрузить свою иконку для этой кнопки или выбрать из списка"
1040
-
1041
- #: inc/core/data.php:735
1042
- msgid "Text shadow"
1043
- msgstr "Тень текста"
1044
-
1045
- #: inc/core/data.php:736
1046
- msgid "Button text shadow"
1047
- msgstr "Тень текста на кнопке"
1048
-
1049
- #: inc/core/data.php:740
1050
- msgid "Description"
1051
- msgstr "Описание"
1052
-
1053
- #: inc/core/data.php:741
1054
- msgid ""
1055
- "Small description under button text. This option is incompatible with icon."
1056
- msgstr ""
1057
- "Небольшое описание под текстом кнопки. Это описание не совместимо с иконками "
1058
- "кнопок."
1059
-
1060
- #: inc/core/data.php:745
1061
- msgid "onClick"
1062
- msgstr "onClick"
1063
-
1064
- #: inc/core/data.php:746
1065
- msgid "Advanced JavaScript code for onClick action"
1066
- msgstr "JavaScript код для атрибута onClick"
1067
-
1068
- #: inc/core/data.php:754
1069
- msgid "Button text"
1070
- msgstr "Текст кнопки"
1071
-
1072
- #: inc/core/data.php:755
1073
- msgid "Styled button"
1074
- msgstr "Стильная кнопка"
1075
-
1076
- #: inc/core/data.php:760
1077
- msgid "Service"
1078
- msgstr "Услуга"
1079
-
1080
- #: inc/core/data.php:766 inc/core/shortcodes.php:430
1081
- msgid "Service title"
1082
- msgstr "Название услуги"
1083
-
1084
- #: inc/core/data.php:768
1085
- msgid "Service name"
1086
- msgstr "Название услуги"
1087
-
1088
- #: inc/core/data.php:774
1089
- msgid "You can upload custom icon for this box"
1090
- msgstr "Вы можете загрузить свою иконку для этого блока"
1091
-
1092
- #: inc/core/data.php:788
1093
- msgid "Icon size"
1094
- msgstr "Размер иконки"
1095
-
1096
- #: inc/core/data.php:789
1097
- msgid "Size of the uploaded icon in pixels"
1098
- msgstr "Размер загруженной иконки в пикселях"
1099
-
1100
- #: inc/core/data.php:797
1101
- msgid "Service description"
1102
- msgstr "Описание услуги"
1103
-
1104
- #: inc/core/data.php:798
1105
- msgid "Service box with title"
1106
- msgstr "Блок услуга с заголовком"
1107
-
1108
- #: inc/core/data.php:809
1109
- msgid "Box title"
1110
- msgstr "Заголовок блока"
1111
-
1112
- #: inc/core/data.php:810
1113
- msgid "Text for the box title"
1114
- msgstr "Текст для заголовка блока"
1115
-
1116
- #: inc/core/data.php:823
1117
- msgid "Box style preset"
1118
- msgstr "Стиль блока"
1119
-
1120
- #: inc/core/data.php:829 inc/core/generator-views.php:91
1121
- msgid "Color"
1122
- msgstr "Цвет"
1123
-
1124
- #: inc/core/data.php:830
1125
- msgid "Color for the box title and borders"
1126
- msgstr "Цвет заголовка блока и его рамки"
1127
-
1128
- #: inc/core/data.php:836
1129
- msgid "Title text color"
1130
- msgstr "Цвет текста заголовка"
1131
-
1132
- #: inc/core/data.php:836
1133
- msgid "Color for the box title text"
1134
- msgstr "Цвет текста в заголовке блока"
1135
-
1136
- #: inc/core/data.php:845
1137
- msgid "Box corners radius"
1138
- msgstr "Радиус углов"
1139
-
1140
- #: inc/core/data.php:853
1141
- msgid "Box content"
1142
- msgstr "Содержимое блока"
1143
-
1144
- #: inc/core/data.php:854
1145
- msgid "Colored box with caption"
1146
- msgstr "Цветной блок с заголовком"
1147
-
1148
- #: inc/core/data.php:859
1149
- msgid "Note"
1150
- msgstr "Заметка"
1151
-
1152
- #: inc/core/data.php:867
1153
- msgid "Note background color"
1154
- msgstr "Цвет фона заметки"
1155
-
1156
- #: inc/core/data.php:874
1157
- msgid "Note text color"
1158
- msgstr "Цвет текста заметки"
1159
-
1160
- #: inc/core/data.php:882
1161
- msgid "Note corners radius"
1162
- msgstr "Радиус углов"
1163
-
1164
- #: inc/core/data.php:890
1165
- msgid "Note text"
1166
- msgstr "Текст заметки"
1167
-
1168
- #: inc/core/data.php:891
1169
- msgid "Colored box"
1170
- msgstr "Цветной блок"
1171
-
1172
- #: inc/core/data.php:896
1173
- msgid "Lightbox"
1174
- msgstr "Лайтбокс"
1175
-
1176
- #: inc/core/data.php:903
1177
- msgid "Iframe"
1178
- msgstr "Фрейм (iframe)"
1179
-
1180
- #: inc/core/data.php:904
1181
- msgid "Image"
1182
- msgstr "Изображение"
1183
-
1184
- #: inc/core/data.php:905
1185
- msgid "Inline (html content)"
1186
- msgstr "HTML элемент"
1187
-
1188
- #: inc/core/data.php:908
1189
- msgid "Content type"
1190
- msgstr "Тип содержимого"
1191
-
1192
- #: inc/core/data.php:909
1193
- msgid "Select type of the lightbox window content"
1194
- msgstr "Выберите тип содержимого в окне лайтбокса"
1195
-
1196
- #: inc/core/data.php:913
1197
- msgid "Content source"
1198
- msgstr "Источник содержимого"
1199
-
1200
- #: inc/core/data.php:914
1201
- msgid ""
1202
- "Insert here URL or CSS selector. Use URL for Iframe and Image content types. "
1203
- "Use CSS selector for Inline content type.<br />Example values:<br /><b"
1204
- "%value>http://www.youtube.com/watch?v=NbE8INOjTKM</b> - YouTube video "
1205
- "(iframe)<br /><b%value>http://example.com/wp-content/uploads/image.jpg</b> - "
1206
- "uploaded image (image)<br /><b%value>http://example.com/</b> - any web page "
1207
- "(iframe)<br /><b%value>#contact-form</b> - any HTML content (inline)"
1208
- msgstr ""
1209
- "Вставьте URL или CSS селектор. Используйте URL для типов содержимого Фрейм "
1210
- "(iframe) и Изображение. Используйте CSS селектор для содержимого типа HTML "
1211
- "элемент.<br />Примеры значений:<br /><b%value>http://www.youtube.com/watch?"
1212
- "v=NbE8INOjTKM</b> - YouTube видео (фрейм)<br /><b%value>http://example.com/"
1213
- "wp-content/uploads/image.jpg</b> - загруженное изображение (изображение)<br /"
1214
- "><b%value>http://example.com/</b> - любая веб-страница (фрейм)<br /><b"
1215
- "%value>#contact-form</b> - любой HTML элемент (html элемент)"
1216
-
1217
- #: inc/core/data.php:922
1218
- msgid "[%prefix_button] Click Here to Watch the Video [/%prefix_button]"
1219
- msgstr ""
1220
- "[%prefix_button] Нажмите здесь чтобы посмотреть видео [/%prefix_button]"
1221
-
1222
- #: inc/core/data.php:923
1223
- msgid "Lightbox window with custom content"
1224
- msgstr "Лайтбокс с произвольным содержимым"
1225
-
1226
- #: inc/core/data.php:928
1227
- msgid "Tooltip"
1228
- msgstr "Подсказка"
1229
-
1230
- #: inc/core/data.php:935
1231
- msgid "Basic: Light"
1232
- msgstr "Базовый: Светлый"
1233
-
1234
- #: inc/core/data.php:936
1235
- msgid "Basic: Dark"
1236
- msgstr "Базовый: Темный"
1237
-
1238
- #: inc/core/data.php:937
1239
- msgid "Basic: Yellow"
1240
- msgstr "Базовый: Желтый"
1241
-
1242
- #: inc/core/data.php:938
1243
- msgid "Basic: Green"
1244
- msgstr "Базовый: Зеленый"
1245
-
1246
- #: inc/core/data.php:939
1247
- msgid "Basic: Red"
1248
- msgstr "Базовый: Красный"
1249
-
1250
- #: inc/core/data.php:940
1251
- msgid "Basic: Blue"
1252
- msgstr "Базовый: Голубой"
1253
-
1254
- #: inc/core/data.php:941
1255
- msgid "Youtube"
1256
- msgstr "Youtube"
1257
-
1258
- #: inc/core/data.php:942
1259
- msgid "Tipsy"
1260
- msgstr "Tipsy"
1261
-
1262
- #: inc/core/data.php:943
1263
- msgid "Bootstrap"
1264
- msgstr "Bootstrap"
1265
-
1266
- #: inc/core/data.php:944
1267
- msgid "jTools"
1268
- msgstr "jTools"
1269
-
1270
- #: inc/core/data.php:945
1271
- msgid "Tipped"
1272
- msgstr "Tipped"
1273
-
1274
- #: inc/core/data.php:946
1275
- msgid "Cluetip"
1276
- msgstr "Cluetip"
1277
-
1278
- #: inc/core/data.php:950
1279
- msgid "Tooltip window style"
1280
- msgstr "Стиль окна подсказки"
1281
-
1282
- #: inc/core/data.php:955
1283
- msgid "Top"
1284
- msgstr "Сверху"
1285
-
1286
- #: inc/core/data.php:956
1287
- msgid "Bottom"
1288
- msgstr "Снизу"
1289
-
1290
- #: inc/core/data.php:961
1291
- msgid "Position"
1292
- msgstr "Положение"
1293
-
1294
- #: inc/core/data.php:962
1295
- msgid "Tooltip position"
1296
- msgstr "Положение всплывающей подсказки"
1297
-
1298
- #: inc/core/data.php:967
1299
- msgid "Shadow"
1300
- msgstr "Тень"
1301
-
1302
- #: inc/core/data.php:968
1303
- msgid ""
1304
- "Add shadow to tooltip. This option is only works with basic styes, e.g. "
1305
- "blue, green etc."
1306
- msgstr "Добавить тень окну подсказки. Тень работает только для базовых стилей."
1307
-
1308
- #: inc/core/data.php:973
1309
- msgid "Rounded corners"
1310
- msgstr "Скругление"
1311
-
1312
- #: inc/core/data.php:974
1313
- msgid ""
1314
- "Use rounded for tooltip. This option is only works with basic styes, e.g. "
1315
- "blue, green etc."
1316
- msgstr ""
1317
- "Добавить скругленные уголки окну подсказки. Скругление работает только для "
1318
- "базовых стилей."
1319
-
1320
- #: inc/core/data.php:988
1321
- msgid "Font size"
1322
- msgstr "Размер шрифта"
1323
-
1324
- #: inc/core/data.php:989
1325
- msgid "Tooltip font size"
1326
- msgstr "Размер шрифта подсказки"
1327
-
1328
- #: inc/core/data.php:993
1329
- msgid "Tooltip title"
1330
- msgstr "Заголовок подсказки"
1331
-
1332
- #: inc/core/data.php:994
1333
- msgid ""
1334
- "Enter title for tooltip window. Leave this field empty to hide the title"
1335
- msgstr ""
1336
- "Укажите заголовок окна подсказки. Оставьте поле пустым, чтобы скрыть "
1337
- "заголовок"
1338
-
1339
- #: inc/core/data.php:997 inc/core/shortcodes.php:508
1340
- msgid "Tooltip text"
1341
- msgstr "Текст подсказки"
1342
-
1343
- #: inc/core/data.php:998
1344
- msgid "Tooltip content"
1345
- msgstr "Содержимое подсказки"
1346
-
1347
- #: inc/core/data.php:999
1348
- msgid "Enter tooltip content here"
1349
- msgstr "Введите сюда содержимое подсказки"
1350
-
1351
- #: inc/core/data.php:1004
1352
- msgid "Show and hide on mouse hover"
1353
- msgstr "Показать и скрыть при наведении мыши"
1354
-
1355
- #: inc/core/data.php:1005
1356
- msgid "Show and hide by mouse click"
1357
- msgstr "Показать и скрыть по клику мыши"
1358
-
1359
- #: inc/core/data.php:1006
1360
- msgid "Always visible"
1361
- msgstr "Всегда видима"
1362
-
1363
- #: inc/core/data.php:1009
1364
- msgid "Behavior"
1365
- msgstr "Поведение"
1366
-
1367
- #: inc/core/data.php:1010
1368
- msgid "Select tooltip behavior"
1369
- msgstr "Выберите поведение подсказки"
1370
-
1371
- #: inc/core/data.php:1015
1372
- msgid "Close button"
1373
- msgstr "Кнопка закрыть"
1374
-
1375
- #: inc/core/data.php:1016
1376
- msgid "Show close button"
1377
- msgstr "Показывать кнопку закрыть"
1378
-
1379
- #: inc/core/data.php:1024
1380
- msgid "[%prefix_button] Hover me to open tooltip [/%prefix_button]"
1381
- msgstr ""
1382
- "[%prefix_button] Наведите мышку чтобы увидеть подсказку [/%prefix_button]"
1383
-
1384
- #: inc/core/data.php:1025
1385
- msgid "Tooltip window with custom content"
1386
- msgstr "Всплывающая подсказка с произвольным содержимым"
1387
-
1388
- #: inc/core/data.php:1030
1389
- msgid "Private"
1390
- msgstr "Заметка для авторов"
1391
-
1392
- #: inc/core/data.php:1040
1393
- msgid "Private note text"
1394
- msgstr "Текст приватной заметки"
1395
-
1396
- #: inc/core/data.php:1041
1397
- msgid "Private note for post authors"
1398
- msgstr "Приватный текст для других авторов"
1399
-
1400
- #: inc/core/data.php:1046
1401
- msgid "YouTube"
1402
- msgstr "YouTube"
1403
-
1404
- #: inc/core/data.php:1053 inc/core/data.php:1104 inc/core/data.php:1222
1405
- #: inc/core/data.php:1271 inc/core/data.php:1525 inc/core/data.php:1622
1406
- msgid "Url"
1407
- msgstr "Ссылка"
1408
-
1409
- #: inc/core/data.php:1054 inc/core/data.php:1105
1410
- msgid "Url of YouTube page with video. Ex: http://youtube.com/watch?v=XXXXXX"
1411
- msgstr ""
1412
- "Ссылка на страницу YouTube с видео. Пример: http://youtube.com/watch?v=XXXXXX"
1413
-
1414
- #: inc/core/data.php:1062 inc/core/data.php:1118 inc/core/data.php:1230
1415
- #: inc/core/data.php:1279 inc/core/data.php:1321 inc/core/data.php:1375
1416
- #: inc/core/data.php:1631 inc/core/data.php:1670 inc/core/data.php:1743
1417
- #: inc/core/data.php:1851 inc/core/data.php:1978 inc/core/data.php:2194
1418
- msgid "Width"
1419
- msgstr "Ширина"
1420
-
1421
- #: inc/core/data.php:1063 inc/core/data.php:1119 inc/core/data.php:1231
1422
- #: inc/core/data.php:1280 inc/core/data.php:1376
1423
- msgid "Player width"
1424
- msgstr "Ширина плеера"
1425
-
1426
- #: inc/core/data.php:1072 inc/core/data.php:1128 inc/core/data.php:1240
1427
- #: inc/core/data.php:1289 inc/core/data.php:1385
1428
- msgid "Player height"
1429
- msgstr "Высота плеера"
1430
-
1431
- #: inc/core/data.php:1077 inc/core/data.php:1133 inc/core/data.php:1245
1432
- #: inc/core/data.php:1294 inc/core/data.php:1646 inc/core/data.php:1685
1433
- #: inc/core/data.php:1756 inc/core/data.php:1866
1434
- msgid "Responsive"
1435
- msgstr "Отзывчивость (responsive)"
1436
-
1437
- #: inc/core/data.php:1078 inc/core/data.php:1134 inc/core/data.php:1246
1438
- #: inc/core/data.php:1295
1439
- msgid "Ignore width and height parameters and make player responsive"
1440
- msgstr ""
1441
- "Игнорировать значения ширины и высоты и сделать проигрыватель отзывчивым"
1442
-
1443
- #: inc/core/data.php:1083 inc/core/data.php:1167 inc/core/data.php:1251
1444
- #: inc/core/data.php:1327 inc/core/data.php:1396 inc/core/data.php:1791
1445
- #: inc/core/data.php:1918
1446
- msgid "Autoplay"
1447
- msgstr "Автовоспроизведение"
1448
-
1449
- #: inc/core/data.php:1084 inc/core/data.php:1168 inc/core/data.php:1252
1450
- msgid "Play video automatically when page is loaded"
1451
- msgstr "Воспроизвести видео автоматически при открытии страницы"
1452
-
1453
- #: inc/core/data.php:1092
1454
- msgid "YouTube video"
1455
- msgstr "Видео YouTube"
1456
-
1457
- #: inc/core/data.php:1097
1458
- msgid "YouTube Advanced"
1459
- msgstr "YouTube продвинутый"
1460
-
1461
- #: inc/core/data.php:1109
1462
- msgid "Playlist"
1463
- msgstr "Плейлист"
1464
-
1465
- #: inc/core/data.php:1110
1466
- msgid ""
1467
- "Value is a comma-separated list of video IDs to play. If you specify a "
1468
- "value, the first video that plays will be the VIDEO_ID specified in the URL "
1469
- "path, and the videos specified in the playlist parameter will play thereafter"
1470
- msgstr ""
1471
- "Разделенный запятыми список ID видео для плейлиста. Если вы укажете это "
1472
- "значение, то первым будет проиграно видео из параметра URL, а указанные "
1473
- "здесь видео будут проиграны после него"
1474
-
1475
- #: inc/core/data.php:1139
1476
- msgid "0 - Hide controls"
1477
- msgstr "0 - Спрятать панель"
1478
-
1479
- #: inc/core/data.php:1140
1480
- msgid "1 - Show controls"
1481
- msgstr "1 - Показать панель"
1482
-
1483
- #: inc/core/data.php:1141
1484
- msgid "2 - Show controls when playback is started"
1485
- msgstr "2 - Показать панель при начале воспроизведения"
1486
-
1487
- #: inc/core/data.php:1144 inc/core/data.php:1390
1488
- msgid "Controls"
1489
- msgstr "Элементы управления"
1490
-
1491
- #: inc/core/data.php:1145
1492
- msgid "This parameter indicates whether the video player controls will display"
1493
- msgstr ""
1494
- "Этот параметр определяет как показывать панель управления воспроизведением"
1495
-
1496
- #: inc/core/data.php:1150
1497
- msgid "0 - Do not hide controls"
1498
- msgstr "0 - Не прятать панель"
1499
-
1500
- #: inc/core/data.php:1151
1501
- msgid "1 - Hide all controls on mouse out"
1502
- msgstr "1 - Спрятать панель при уходе мыши"
1503
-
1504
- #: inc/core/data.php:1152
1505
- msgid "2 - Hide progress bar on mouse out"
1506
- msgstr "2 - Спрятать полосу прокрутки при уходе мыши"
1507
-
1508
- #: inc/core/data.php:1155
1509
- msgid "Autohide"
1510
- msgstr "Авто-скрытие"
1511
-
1512
- #: inc/core/data.php:1156
1513
- msgid ""
1514
- "This parameter indicates whether the video controls will automatically hide "
1515
- "after a video begins playing"
1516
- msgstr ""
1517
- "Этот параметр определяет как скрывать панель управления воспроизведением во "
1518
- "время проигрывания ролика"
1519
-
1520
- #: inc/core/data.php:1161
1521
- msgid "Show title bar"
1522
- msgstr "Показывать заголовок"
1523
-
1524
- #: inc/core/data.php:1162
1525
- msgid ""
1526
- "If you set the parameter value to NO, then the player will not display "
1527
- "information like the video title and uploader before the video starts "
1528
- "playing."
1529
- msgstr ""
1530
- "Если вы установите параметр на НЕТ, то в плеере не будет показан заголовок с "
1531
- "названием видео и имя автора видео"
1532
-
1533
- #: inc/core/data.php:1173 inc/core/data.php:1333 inc/core/data.php:1402
1534
- msgid "Loop"
1535
- msgstr "Повтор"
1536
-
1537
- #: inc/core/data.php:1174
1538
- msgid ""
1539
- "Setting of YES will cause the player to play the initial video again and "
1540
- "again"
1541
- msgstr "Видео будет снова проиграно по окнчании воспроизведения"
1542
-
1543
- #: inc/core/data.php:1179
1544
- msgid "Related videos"
1545
- msgstr "Похожие видео"
1546
-
1547
- #: inc/core/data.php:1180
1548
- msgid ""
1549
- "This parameter indicates whether the player should show related videos when "
1550
- "playback of the initial video ends"
1551
- msgstr ""
1552
- "Этот параметр позволяет отключать показ похожих видео по окончании "
1553
- "воспроизведения"
1554
-
1555
- #: inc/core/data.php:1185
1556
- msgid "Show full-screen button"
1557
- msgstr "Показывать кнопку полноэкранного режима"
1558
-
1559
- #: inc/core/data.php:1186
1560
- msgid ""
1561
- "Setting this parameter to NO prevents the fullscreen button from displaying"
1562
- msgstr ""
1563
- "Установка этого параметра на НЕТ скроет кнопку перехода в полноэкранный режим"
1564
-
1565
- #: inc/core/data.php:1192
1566
- msgid ""
1567
- "This parameter lets you use a YouTube player that does not show a YouTube "
1568
- "logo. Set the parameter value to YES to prevent the YouTube logo from "
1569
- "displaying in the control bar. Note that a small YouTube text label will "
1570
- "still display in the upper-right corner of a paused video when the user's "
1571
- "mouse pointer hovers over the player"
1572
- msgstr ""
1573
- "Установите этот параметр на ДА и логотип YouTube будет удален с панели "
1574
- "управления воспроизведением. Вместо он будет показан либо в панели заголовка "
1575
- "видео, либо как полупрозрачный над видео"
1576
-
1577
- #: inc/core/data.php:1197
1578
- msgid "Dark theme"
1579
- msgstr "Темная тема"
1580
-
1581
- #: inc/core/data.php:1198
1582
- msgid "Light theme"
1583
- msgstr "Светлая тема"
1584
-
1585
- #: inc/core/data.php:1201 inc/core/data.php:2225
1586
- msgid "Theme"
1587
- msgstr "Тема"
1588
-
1589
- #: inc/core/data.php:1202
1590
- msgid ""
1591
- "This parameter indicates whether the embedded player will display player "
1592
- "controls (like a play button or volume control) within a dark or light "
1593
- "control bar"
1594
- msgstr "Выберите тему для проигрывателя"
1595
-
1596
- #: inc/core/data.php:1210
1597
- msgid "YouTube video player with advanced settings"
1598
- msgstr "YouTube видео плеер с расширенными настройками"
1599
-
1600
- #: inc/core/data.php:1215
1601
- msgid "Vimeo"
1602
- msgstr "Vimeo"
1603
-
1604
- #: inc/core/data.php:1222
1605
- msgid "Url of Vimeo page with video"
1606
- msgstr "Ссылка на страницу Vimeo с видео"
1607
-
1608
- #: inc/core/data.php:1260
1609
- msgid "Vimeo video"
1610
- msgstr "Видео Vimeo"
1611
-
1612
- #: inc/core/data.php:1265
1613
- msgid "Screenr"
1614
- msgstr "Screenr"
1615
-
1616
- #: inc/core/data.php:1271
1617
- msgid "Url of Screenr page with video"
1618
- msgstr "Ссылка на страницу Screenr с видео"
1619
-
1620
- #: inc/core/data.php:1303
1621
- msgid "Screenr video"
1622
- msgstr "Видео Screenr"
1623
-
1624
- #: inc/core/data.php:1308
1625
- msgid "Audio"
1626
- msgstr "Аудио"
1627
-
1628
- #: inc/core/data.php:1315 inc/core/data.php:1354
1629
- msgid "File"
1630
- msgstr "Файл"
1631
-
1632
- #: inc/core/data.php:1316
1633
- msgid "Audio file url. Supported formats: mp3, ogg"
1634
- msgstr "Ссылка на аудио-файл. Поддерживаемые форматы: mp3, ogg"
1635
-
1636
- #: inc/core/data.php:1322
1637
- msgid ""
1638
- "Player width. You can specify width in percents and player will be "
1639
- "responsive. Example values: <b%value>200px</b>, <b%value>100&#37;</b>"
1640
- msgstr ""
1641
- "Ширина плеера. Вы можете указать ширину в процентах и плеер станет "
1642
- "отзывчивым (responsive). Примеры значений: <b%value>200px</b>, <b"
1643
- "%value>100&#37;</b>"
1644
-
1645
- #: inc/core/data.php:1328 inc/core/data.php:1397
1646
- msgid "Play file automatically when page is loaded"
1647
- msgstr "Воспроизводить файл автоматически при открытии страницы"
1648
-
1649
- #: inc/core/data.php:1334 inc/core/data.php:1403
1650
- msgid "Repeat when playback is ended"
1651
- msgstr "Повторять, когда воспроизведение окночено"
1652
-
1653
- #: inc/core/data.php:1342
1654
- msgid "Custom audio player"
1655
- msgstr "Настраиваемый аудио-плеер"
1656
-
1657
- #: inc/core/data.php:1347
1658
- msgid "Video"
1659
- msgstr "Видео"
1660
-
1661
- #: inc/core/data.php:1355
1662
- msgid "Url to mp4/flv video-file"
1663
- msgstr "Ссылка на mp4/flv видео-файл"
1664
-
1665
- #: inc/core/data.php:1360
1666
- msgid "Poster"
1667
- msgstr "Постер"
1668
-
1669
- #: inc/core/data.php:1361
1670
- msgid "Url to poster image, that will be shown before playback"
1671
- msgstr ""
1672
- "Ссылка на изображение постера. Изображение будет показано перед началом "
1673
- "воспроизведения"
1674
-
1675
- #: inc/core/data.php:1367
1676
- msgid "Player title"
1677
- msgstr "Заголовок плеера"
1678
-
1679
- #: inc/core/data.php:1391
1680
- msgid "Show player controls (play/pause etc.) or not"
1681
- msgstr ""
1682
- "Показывать элементы управления плеером (воспроизведение/пауза и т.д.) или нет"
1683
-
1684
- #: inc/core/data.php:1411
1685
- msgid "Custom video player"
1686
- msgstr "Настраиваемый видео-плеер"
1687
-
1688
- #: inc/core/data.php:1416
1689
- msgid "Table"
1690
- msgstr "Таблица"
1691
-
1692
- #: inc/core/data.php:1423
1693
- msgid "CSV file"
1694
- msgstr "CSV файл"
1695
-
1696
- #: inc/core/data.php:1424
1697
- msgid "Upload CSV file if you want to create HTML-table from file"
1698
- msgstr ""
1699
- "Если вы хотите создать HTML-таблицу из CSV-файла, то загрузите его в это поле"
1700
-
1701
- #: inc/core/data.php:1432
1702
- msgid ""
1703
- "<table>\n"
1704
- "<tr>\n"
1705
- "\t<td>Table</td>\n"
1706
- "\t<td>Table</td>\n"
1707
- "</tr>\n"
1708
- "<tr>\n"
1709
- "\t<td>Table</td>\n"
1710
- "\t<td>Table</td>\n"
1711
- "</tr>\n"
1712
- "</table>"
1713
- msgstr ""
1714
- "<table>\n"
1715
- "<tr>\n"
1716
- "\t<td>Элемент таблицы</td>\n"
1717
- "\t<td>Элемент таблицы</td>\n"
1718
- "</tr>\n"
1719
- "<tr>\n"
1720
- "\t<td>Элемент таблицы</td>\n"
1721
- "\t<td>Элемент таблицы</td>\n"
1722
- "</tr>\n"
1723
- "</table>"
1724
-
1725
- #: inc/core/data.php:1433
1726
- msgid "Styled table from HTML or CSV file"
1727
- msgstr "Стильная таблица из HTML или CSV файла"
1728
-
1729
- #: inc/core/data.php:1438
1730
- msgid "Permalink"
1731
- msgstr "Постоянная ссылка"
1732
-
1733
- #: inc/core/data.php:1444
1734
- msgid "ID"
1735
- msgstr "ID"
1736
-
1737
- #: inc/core/data.php:1445
1738
- msgid "Post or page ID"
1739
- msgstr "ID записи или страницы"
1740
-
1741
- #: inc/core/data.php:1455
1742
- msgid "Link target. blank - link will be opened in new window/tab"
1743
- msgstr ""
1744
- "Цель ссылки. blank - означает что ссылка будет открыта в новом окне или "
1745
- "вкладке"
1746
-
1747
- #: inc/core/data.php:1464
1748
- msgid "Permalink to specified post/page"
1749
- msgstr "Постоянная ссылка на страницу"
1750
-
1751
- #: inc/core/data.php:1469
1752
- msgid "Members"
1753
- msgstr "Участники"
1754
-
1755
- #: inc/core/data.php:1474 inc/core/shortcodes.php:756
1756
- msgid "This content is for registered users only. Please %login%."
1757
- msgstr ""
1758
- "Это содержимое только для авторизованых пользователей. Пожалуйста %login%."
1759
-
1760
- #: inc/core/data.php:1475
1761
- msgid "Message"
1762
- msgstr "Сообщение"
1763
-
1764
- #: inc/core/data.php:1475
1765
- msgid "Message for not logged users"
1766
- msgstr "Собщение для неавторизованных"
1767
-
1768
- #: inc/core/data.php:1480
1769
- msgid "Box color"
1770
- msgstr "Цвет блока"
1771
-
1772
- #: inc/core/data.php:1480
1773
- msgid "This color will applied only to box for not logged users"
1774
- msgstr ""
1775
- "Этот цвет будет применен только к блоку для не авторизованных посетителей"
1776
-
1777
- #: inc/core/data.php:1483 inc/core/shortcodes.php:759
1778
- msgid "login"
1779
- msgstr "войдите"
1780
-
1781
- #: inc/core/data.php:1484
1782
- msgid "Login link text"
1783
- msgstr "Текст ссылки войти"
1784
-
1785
- #: inc/core/data.php:1484
1786
- msgid "Text for the login link"
1787
- msgstr "Текст ссылки ВОЙТИ"
1788
-
1789
- #: inc/core/data.php:1488
1790
- msgid "Login link url"
1791
- msgstr "Адрес ссылки войти"
1792
-
1793
- #: inc/core/data.php:1496
1794
- msgid "Content for logged members"
1795
- msgstr "Содержимое для авторизованых пользователей"
1796
-
1797
- #: inc/core/data.php:1497
1798
- msgid "Content for logged in members only"
1799
- msgstr "Ссодержимое для авторизованых"
1800
-
1801
- #: inc/core/data.php:1502
1802
- msgid "Guests"
1803
- msgstr "Гости"
1804
-
1805
- #: inc/core/data.php:1512
1806
- msgid "Content for guests"
1807
- msgstr "Содержимое для гостей"
1808
-
1809
- #: inc/core/data.php:1513
1810
- msgid "Content for guests only"
1811
- msgstr "Ссодержимое только для гостей"
1812
-
1813
- #: inc/core/data.php:1518
1814
- msgid "RSS Feed"
1815
- msgstr "RSS лента"
1816
-
1817
- #: inc/core/data.php:1526
1818
- msgid "Url to RSS-feed"
1819
- msgstr "Ссылка на RSS-ленту"
1820
-
1821
- #: inc/core/data.php:1534
1822
- msgid "Limit"
1823
- msgstr "Лимит"
1824
-
1825
- #: inc/core/data.php:1534
1826
- msgid "Number of items to show"
1827
- msgstr "Количество элементов для отображения"
1828
-
1829
- #: inc/core/data.php:1542
1830
- msgid "Feed grabber"
1831
- msgstr "Граббер новостных лент"
1832
-
1833
- #: inc/core/data.php:1547
1834
- msgid "Menu"
1835
- msgstr "Меню"
1836
-
1837
- #: inc/core/data.php:1554
1838
- msgid "Menu name"
1839
- msgstr "Имя меню"
1840
-
1841
- #: inc/core/data.php:1554
1842
- msgid "Custom menu name. Ex: Main menu"
1843
- msgstr "Имя произвольного меню. Например: Главное меню"
1844
-
1845
- #: inc/core/data.php:1562
1846
- msgid "Custom menu by name"
1847
- msgstr "Произвольное меню"
1848
-
1849
- #: inc/core/data.php:1567
1850
- msgid "Sub pages"
1851
- msgstr "Подстраницы"
1852
-
1853
- #: inc/core/data.php:1574 inc/core/data.php:1601
1854
- msgid "Depth"
1855
- msgstr "Глубина"
1856
-
1857
- #: inc/core/data.php:1575
1858
- msgid "Max depth level of children pages"
1859
- msgstr "Максимальная глубина дочерних страниц"
1860
-
1861
- #: inc/core/data.php:1580
1862
- msgid "Parent ID"
1863
- msgstr "ID родителя"
1864
-
1865
- #: inc/core/data.php:1581
1866
- msgid "ID of the parent page. Leave blank to use current page"
1867
- msgstr ""
1868
- "ID родительской страницы. Оставьте пустым, чтобы использовать текущую "
1869
- "страницу"
1870
-
1871
- #: inc/core/data.php:1589
1872
- msgid "List of sub pages"
1873
- msgstr "Список дочерних страниц"
1874
-
1875
- #: inc/core/data.php:1594
1876
- msgid "Siblings"
1877
- msgstr "Соседние страницы"
1878
-
1879
- #: inc/core/data.php:1602
1880
- msgid "Max depth level"
1881
- msgstr "Максимальный уровень вложенности"
1882
-
1883
- #: inc/core/data.php:1610
1884
- msgid "List of cureent page siblings"
1885
- msgstr "Список страниц, соседних с текущей"
1886
-
1887
- #: inc/core/data.php:1615
1888
- msgid "Document"
1889
- msgstr "Документ"
1890
-
1891
- #: inc/core/data.php:1623
1892
- msgid "Url to uploaded document. Supported formats: doc, xls, pdf etc."
1893
- msgstr ""
1894
- "Ссылка на загруженный документ. Поддерживаемые форматы: doc, xls, pdf и т.д."
1895
-
1896
- #: inc/core/data.php:1632
1897
- msgid "Viewer width"
1898
- msgstr "Ширина просмотрщика"
1899
-
1900
- #: inc/core/data.php:1641
1901
- msgid "Viewer height"
1902
- msgstr "Высота просмотрщика"
1903
-
1904
- #: inc/core/data.php:1647
1905
- msgid "Ignore width and height parameters and make viewer responsive"
1906
- msgstr "Игнорировать значения ширины и высоты и сделать просмотрщик отзывчивым"
1907
-
1908
- #: inc/core/data.php:1655
1909
- msgid "Document viewer by Google"
1910
- msgstr "Просмотрщик документов от Google"
1911
-
1912
- #: inc/core/data.php:1660
1913
- msgid "Gmap"
1914
- msgstr "Google карта"
1915
-
1916
- #: inc/core/data.php:1671
1917
- msgid "Map width"
1918
- msgstr "Ширина карты"
1919
-
1920
- #: inc/core/data.php:1680
1921
- msgid "Map height"
1922
- msgstr "Высота карты"
1923
-
1924
- #: inc/core/data.php:1686
1925
- msgid "Ignore width and height parameters and make map responsive"
1926
- msgstr "Игнорировать значения ширины и высоты и сделать карту отзывчивой"
1927
-
1928
- #: inc/core/data.php:1691
1929
- msgid "Marker"
1930
- msgstr "Маркер"
1931
-
1932
- #: inc/core/data.php:1692
1933
- msgid "Address for the marker. You can type it in any language"
1934
- msgstr "Адрес маркера. Вы можете ввести адрес на русском языке"
1935
-
1936
- #: inc/core/data.php:1700
1937
- msgid "Maps by Google"
1938
- msgstr "Карты от Google"
1939
-
1940
- #: inc/core/data.php:1705
1941
- msgid "Slider"
1942
- msgstr "Слайдер"
1943
-
1944
- #: inc/core/data.php:1712 inc/core/data.php:1820 inc/core/data.php:1947
1945
- msgid "Source"
1946
- msgstr "Источник"
1947
-
1948
- #: inc/core/data.php:1713 inc/core/data.php:1821 inc/core/data.php:1948
1949
- msgid ""
1950
- "Choose images source. You can use images from Media library or retrieve it "
1951
- "from posts (thumbnails) posted under specified blog category. You can also "
1952
- "pick any custom taxonomy"
1953
- msgstr ""
1954
- "Выберите источник изображений. Вы можете использовать изображения из медиа-"
1955
- "библиотеки или получить их из записей блога (миниатюры записей) "
1956
- "опубликованных в выбранной категории. Вы также можете выбрать произвольную "
1957
- "таксономию и её рубрики"
1958
-
1959
- #: inc/core/data.php:1719
1960
- msgid "Full-size image"
1961
- msgstr "Полноразмерное изображение"
1962
-
1963
- #: inc/core/data.php:1720 inc/core/data.php:1828 inc/core/data.php:1955
1964
- msgid "Attachment page"
1965
- msgstr "Страница медиа-файла"
1966
-
1967
- #: inc/core/data.php:1721 inc/core/data.php:1829 inc/core/data.php:1956
1968
- msgid "Post permalink"
1969
- msgstr "Ссылка записи"
1970
-
1971
- #: inc/core/data.php:1724 inc/core/data.php:1832 inc/core/data.php:1959
1972
- msgid "Links"
1973
- msgstr "Ссылки"
1974
-
1975
- #: inc/core/data.php:1725 inc/core/data.php:1833 inc/core/data.php:1960
1976
- msgid "Select which links will be used for images in this gallery"
1977
- msgstr "Выберите какие ссылки использовать для элементов этой галереи"
1978
-
1979
- #: inc/core/data.php:1730 inc/core/data.php:1838 inc/core/data.php:1965
1980
- msgid "Same window"
1981
- msgstr "То же окно"
1982
-
1983
- #: inc/core/data.php:1731 inc/core/data.php:1839 inc/core/data.php:1966
1984
- msgid "New window"
1985
- msgstr "Новое окно"
1986
-
1987
- #: inc/core/data.php:1734 inc/core/data.php:1842 inc/core/data.php:1969
1988
- msgid "Links target"
1989
- msgstr "Цель ссылок"
1990
-
1991
- #: inc/core/data.php:1735 inc/core/data.php:1843 inc/core/data.php:1970
1992
- msgid "Open links in"
1993
- msgstr "Открывать ссылки в"
1994
-
1995
- #: inc/core/data.php:1743
1996
- msgid "Slider width (in pixels)"
1997
- msgstr "Ширина слайдера (в пикселях)"
1998
-
1999
- #: inc/core/data.php:1751
2000
- msgid "Slider height (in pixels)"
2001
- msgstr "Высота слайдера (в пикселях)"
2002
-
2003
- #: inc/core/data.php:1757
2004
- msgid "Ignore width and height parameters and make slider responsive"
2005
- msgstr "Игнорировать значения ширины и высоты и сделать слайдер отзывчивым"
2006
-
2007
- #: inc/core/data.php:1762 inc/core/data.php:1889 inc/core/data.php:1996
2008
- msgid "Show titles"
2009
- msgstr "Показывать заголовки"
2010
-
2011
- #: inc/core/data.php:1762
2012
- msgid "Display slide titles"
2013
- msgstr "Отображать заголовки слайдов"
2014
-
2015
- #: inc/core/data.php:1767
2016
- msgid "Is slider centered on the page"
2017
- msgstr "Слайдер выровнен по центру страницы"
2018
-
2019
- #: inc/core/data.php:1772 inc/core/data.php:1899
2020
- msgid "Arrows"
2021
- msgstr "Стрелки"
2022
-
2023
- #: inc/core/data.php:1772 inc/core/data.php:1899
2024
- msgid "Show left and right arrows"
2025
- msgstr "Показывать стрелки влево/вправо"
2026
-
2027
- #: inc/core/data.php:1777 inc/core/data.php:1904
2028
- msgid "Pagination"
2029
- msgstr "Страницы"
2030
-
2031
- #: inc/core/data.php:1778 inc/core/data.php:1905
2032
- msgid "Show pagination"
2033
- msgstr "Показывать страницы"
2034
-
2035
- #: inc/core/data.php:1782 inc/core/data.php:1909
2036
- msgid "Mouse wheel control"
2037
- msgstr "Управление колесом мыши"
2038
-
2039
- #: inc/core/data.php:1783
2040
- msgid "Allow to change slides with mouse wheel"
2041
- msgstr "Разрешить перелистывание слайдов колесом мышки"
2042
-
2043
- #: inc/core/data.php:1792
2044
- msgid "Choose interval between slide animations. Set to 0 to disable autoplay"
2045
- msgstr ""
2046
- "Укажите интервал между автоматической сменой слайдов. Задайте 0, чтобы "
2047
- "отключить автовоспроизведение"
2048
-
2049
- #: inc/core/data.php:1800 inc/core/data.php:1927
2050
- msgid "Speed"
2051
- msgstr "Скорость"
2052
-
2053
- #: inc/core/data.php:1800 inc/core/data.php:1927
2054
- msgid "Specify animation speed"
2055
- msgstr "Укажите скорость анимации"
2056
-
2057
- #: inc/core/data.php:1808
2058
- msgid "Customizable image slider"
2059
- msgstr "Настраиваемый слайдер изображений"
2060
-
2061
- #: inc/core/data.php:1813
2062
- msgid "Carousel"
2063
- msgstr "Карусель"
2064
-
2065
- #: inc/core/data.php:1827 inc/core/data.php:1954
2066
- msgid "Original image"
2067
- msgstr "Оригинальное изображение"
2068
-
2069
- #: inc/core/data.php:1852
2070
- msgid "Carousel width (in pixels)"
2071
- msgstr "Ширина карусели (в пикселях)"
2072
-
2073
- #: inc/core/data.php:1861
2074
- msgid "Carousel height (in pixels)"
2075
- msgstr "Высота карусели (в пикселях)"
2076
-
2077
- #: inc/core/data.php:1867
2078
- msgid "Ignore width and height parameters and make carousel responsive"
2079
- msgstr "Игнорировать значения ширины и высоты и сделать карусель отзывчивой"
2080
-
2081
- #: inc/core/data.php:1875
2082
- msgid "Items to show"
2083
- msgstr "Количество элементов для отображения"
2084
-
2085
- #: inc/core/data.php:1876
2086
- msgid "How much carousel items is visible"
2087
- msgstr "Сколько элементов карусели видны постоянно"
2088
-
2089
- #: inc/core/data.php:1883
2090
- msgid "Scroll number"
2091
- msgstr "Кол-во прокручиваемых"
2092
-
2093
- #: inc/core/data.php:1884
2094
- msgid "How much items are scrolled in one transition"
2095
- msgstr "Сколько элементов карусели прокручивается за один переход"
2096
-
2097
- #: inc/core/data.php:1889
2098
- msgid "Display titles for each item"
2099
- msgstr "Показывать заголовки для каждого элемента карусели"
2100
-
2101
- #: inc/core/data.php:1894
2102
- msgid "Is carousel centered on the page"
2103
- msgstr "Карусель выровнена по центру страницы"
2104
-
2105
- #: inc/core/data.php:1910
2106
- msgid "Allow to rotate carousel with mouse wheel"
2107
- msgstr "Разрешить прокрутку карусели колесом мыши"
2108
-
2109
- #: inc/core/data.php:1919
2110
- msgid "Choose interval between auto animations. Set to 0 to disable autoplay"
2111
- msgstr ""
2112
- "Укажите интервал между автоматической анимацией. Задайте 0, чтобы отключить "
2113
- "автовоспроизведение"
2114
-
2115
- #: inc/core/data.php:1935
2116
- msgid "Customizable image carousel"
2117
- msgstr "Настраиваемая карусель изображений"
2118
-
2119
- #: inc/core/data.php:1978
2120
- msgid "Single item width (in pixels)"
2121
- msgstr "Ширина одного изображения (в пикселях)"
2122
-
2123
- #: inc/core/data.php:1986
2124
- msgid "Single item height (in pixels)"
2125
- msgstr "Высота одного изображения (в пикселях)"
2126
-
2127
- #: inc/core/data.php:1991
2128
- msgid "Never"
2129
- msgstr "Никогда"
2130
-
2131
- #: inc/core/data.php:1992
2132
- msgid "On mouse over"
2133
- msgstr "При наведении мыши"
2134
-
2135
- #: inc/core/data.php:1993
2136
- msgid "Always"
2137
- msgstr "Всегда"
2138
-
2139
- #: inc/core/data.php:1997
2140
- msgid "Title display mode"
2141
- msgstr "Режим отображения заголовков"
2142
-
2143
- #: inc/core/data.php:2005
2144
- msgid "Customizable image gallery"
2145
- msgstr "Настраиваемая галерея изображений"
2146
-
2147
- #: inc/core/data.php:2010
2148
- msgid "Posts"
2149
- msgstr "Записи"
2150
-
2151
- #: inc/core/data.php:2015
2152
- msgid "Template"
2153
- msgstr "Шаблон"
2154
-
2155
- #: inc/core/data.php:2016
2156
- msgid ""
2157
- "<b>Do not change this field value if you do not understand description below."
2158
- "</b><br/>Relative path to the template file. Default templates is placed "
2159
- "under the plugin directory (templates folder). You can copy it under your "
2160
- "theme directory and modify as you want. You can use following default "
2161
- "templates that already available in the plugin directory:<br/><b"
2162
- "%value>templates/default-loop.php</b> - posts loop<br/><b%value>templates/"
2163
- "teaser-loop.php</b> - posts loop with thumbnail and title<br/><b"
2164
- "%value>templates/single-post.php</b> - single post template<br/><b"
2165
- "%value>templates/list-loop.php</b> - unordered list with posts titles"
2166
- msgstr ""
2167
- "<b>Не изменяйте значение этого поля, если вы не понимаете описания ниже.</"
2168
- "b><br/>Относительный путь к файлу шаблона. Шаблоны по умолчанию расположены "
2169
- "в папке с плагином (папка templates). Вы можете скопировать шаблоны в папку "
2170
- "со своей темой и изменить как вам угодно. Вы можете использовать следующие "
2171
- "шаблоны, которые уже поставляются с плагином и находятся в его папке:<br/><b"
2172
- "%value>templates/default-loop.php</b> - обычный цикл постов<br/><b"
2173
- "%value>templates/teaser-loop.php</b> - цикл постов в виде тизеров, "
2174
- "изображения + заголовки<br/><b%value>templates/single-post.php</b> - шаблон "
2175
- "одиночной записи или страницы<br/><b%value>templates/list-loop.php</b> - "
2176
- "маркированный список с заголовками постов"
2177
-
2178
- #: inc/core/data.php:2020
2179
- msgid "Post ID's"
2180
- msgstr "ID постов"
2181
-
2182
- #: inc/core/data.php:2021
2183
- msgid "Enter comma separated ID's of the posts that you want to show"
2184
- msgstr "Введите ID постов, которые хотите отобразить, разделенные запятыми"
2185
-
2186
- #: inc/core/data.php:2029
2187
- msgid "Posts per page"
2188
- msgstr "Кол-во записей"
2189
-
2190
- #: inc/core/data.php:2030
2191
- msgid ""
2192
- "Specify number of posts that you want to show. Enter -1 to get all posts"
2193
- msgstr ""
2194
- "Укажите число записей, которое хотите отобразить. Введите -1 чтобы "
2195
- "отобразить все найденные записи"
2196
-
2197
- #: inc/core/data.php:2037
2198
- msgid "Post types"
2199
- msgstr "Типы постов"
2200
-
2201
- #: inc/core/data.php:2038
2202
- msgid "Select post types. Hold Ctrl key to select multiple post types"
2203
- msgstr ""
2204
- "Выберите типы постов. Удерживайте клавишу Ctrl чтобы выбрать несколько типов"
2205
-
2206
- #: inc/core/data.php:2044 inc/core/generator-views.php:115
2207
- msgid "Taxonomy"
2208
- msgstr "Таксономия"
2209
-
2210
- #: inc/core/data.php:2045
2211
- msgid "Select taxonomy to show posts from"
2212
- msgstr "Выберите таксономию, чтобы посмотреть её категории и выбрать их"
2213
-
2214
- #: inc/core/data.php:2052
2215
- msgid "Terms"
2216
- msgstr "Категории (terms)"
2217
-
2218
- #: inc/core/data.php:2053
2219
- msgid "Select terms to show posts from"
2220
- msgstr "Выберите категории, из которых нужно показать записи"
2221
-
2222
- #: inc/core/data.php:2058
2223
- msgid "Taxonomy term operator"
2224
- msgstr "Оператор выбора категорий"
2225
-
2226
- #: inc/core/data.php:2059
2227
- msgid ""
2228
- "IN - posts that have any of selected categories terms<br/>NOT IN - posts "
2229
- "that is does not have any of selected terms<br/>AND - posts that have all "
2230
- "selected terms"
2231
- msgstr ""
2232
- "IN - будут показана записи имеющие любую из выбранных категорий<br/>NOT IN - "
2233
- "будут показаны записи, которые НЕ имеют ни одной из выбранных категорий<br/"
2234
- ">AND - будут показаны записи, имеющие ТОЛЬКО выбранные категории"
2235
-
2236
- #: inc/core/data.php:2066
2237
- msgid "Authors"
2238
- msgstr "Авторы"
2239
-
2240
- #: inc/core/data.php:2067
2241
- msgid "Choose the authors whose posts you want to show"
2242
- msgstr "Выберите авторов, чьи записи хотите показать"
2243
-
2244
- #: inc/core/data.php:2071
2245
- msgid "Meta key"
2246
- msgstr "Произвольное поле"
2247
-
2248
- #: inc/core/data.php:2072
2249
- msgid "Enter meta key name to show posts that have this key"
2250
- msgstr ""
2251
- "Введите оригинальное имя произвольного поля, чтобы показать все записи у "
2252
- "которых это поле задано"
2253
-
2254
- #: inc/core/data.php:2079
2255
- msgid "Offset"
2256
- msgstr "Смещение (offset)"
2257
-
2258
- #: inc/core/data.php:2080
2259
- msgid "Specify offset to start posts loop not from first post"
2260
- msgstr ""
2261
- "Укажите кол-во записей, которые будут пропущены и не показаны. Например, "
2262
- "если указать 2, то будут показаны записи начиная со третьей"
2263
-
2264
- #: inc/core/data.php:2085
2265
- msgid "Descending"
2266
- msgstr "По убыванию"
2267
-
2268
- #: inc/core/data.php:2086
2269
- msgid "Ascending"
2270
- msgstr "По возрастанию"
2271
-
2272
- #: inc/core/data.php:2089
2273
- msgid "Order"
2274
- msgstr "Порядок"
2275
-
2276
- #: inc/core/data.php:2090
2277
- msgid "Posts order"
2278
- msgstr "Порядок сортировки записей"
2279
-
2280
- #: inc/core/data.php:2096
2281
- msgid "Post ID"
2282
- msgstr "ID записи"
2283
-
2284
- #: inc/core/data.php:2097
2285
- msgid "Post author"
2286
- msgstr "Автор записи"
2287
-
2288
- #: inc/core/data.php:2098
2289
- msgid "Post title"
2290
- msgstr "Заголовок записи"
2291
-
2292
- #: inc/core/data.php:2099
2293
- msgid "Post slug"
2294
- msgstr "Ссылка записи (slug)"
2295
-
2296
- #: inc/core/data.php:2100
2297
- msgid "Date"
2298
- msgstr "Дата"
2299
-
2300
- #: inc/core/data.php:2100
2301
- msgid "Last modified date"
2302
- msgstr "Дата изменения"
2303
-
2304
- #: inc/core/data.php:2101 inc/core/data.php:2111
2305
- msgid "Post parent"
2306
- msgstr "Родитель"
2307
-
2308
- #: inc/core/data.php:2102
2309
- msgid "Random"
2310
- msgstr "Случайно"
2311
-
2312
- #: inc/core/data.php:2102
2313
- msgid "Comments number"
2314
- msgstr "Кол-во комментариев"
2315
-
2316
- #: inc/core/data.php:2103
2317
- msgid "Menu order"
2318
- msgstr "Порядок меню"
2319
-
2320
- #: inc/core/data.php:2103
2321
- msgid "Meta key values"
2322
- msgstr "Значение произвольного поля"
2323
-
2324
- #: inc/core/data.php:2106
2325
- msgid "Order by"
2326
- msgstr "Сортировать по"
2327
-
2328
- #: inc/core/data.php:2107
2329
- msgid "Order posts by"
2330
- msgstr "Сортировать записи по следующему признаку"
2331
-
2332
- #: inc/core/data.php:2112
2333
- msgid "Show childrens of entered post (enter post ID)"
2334
- msgstr "Отобразить потомков введенной записи/страницы (нужно вводить ID)"
2335
-
2336
- #: inc/core/data.php:2117
2337
- msgid "Published"
2338
- msgstr "Опубликован"
2339
-
2340
- #: inc/core/data.php:2118
2341
- msgid "Pending"
2342
- msgstr "Ожидает"
2343
-
2344
- #: inc/core/data.php:2119
2345
- msgid "Draft"
2346
- msgstr "Черновик"
2347
-
2348
- #: inc/core/data.php:2120
2349
- msgid "Auto-draft"
2350
- msgstr "Авто-черновик"
2351
-
2352
- #: inc/core/data.php:2121
2353
- msgid "Future post"
2354
- msgstr "Запланирован"
2355
-
2356
- #: inc/core/data.php:2122
2357
- msgid "Private post"
2358
- msgstr "Приватная запись"
2359
-
2360
- #: inc/core/data.php:2123
2361
- msgid "Inherit"
2362
- msgstr "Вложенный"
2363
-
2364
- #: inc/core/data.php:2124
2365
- msgid "Trashed"
2366
- msgstr "В корзине"
2367
-
2368
- #: inc/core/data.php:2125 inc/core/data.php:2209
2369
- msgid "Any"
2370
- msgstr "Любой"
2371
-
2372
- #: inc/core/data.php:2128
2373
- msgid "Post status"
2374
- msgstr "Статус записи"
2375
-
2376
- #: inc/core/data.php:2129
2377
- msgid "Show only posts with selected status"
2378
- msgstr "Показать только записи с выбранным статусом"
2379
-
2380
- #: inc/core/data.php:2134
2381
- msgid "Ignore sticky"
2382
- msgstr "Игнорировать прикрепленные"
2383
-
2384
- #: inc/core/data.php:2135
2385
- msgid "Select Yes to ignore posts that is sticked"
2386
- msgstr "Выберите Да, чтобы не показывать прикрепленные (прилепленные) записи"
2387
-
2388
- #: inc/core/data.php:2138
2389
- msgid "Custom posts query with customizable template"
2390
- msgstr "Произвольный запрос записей/страниц с настраиваемым шаблоном"
2391
-
2392
- #: inc/core/data.php:2143
2393
- msgid "Dummy text"
2394
- msgstr "Текст рыба"
2395
-
2396
- #: inc/core/data.php:2150
2397
- msgid "Paragraphs"
2398
- msgstr "Параграфы"
2399
-
2400
- #: inc/core/data.php:2151
2401
- msgid "Words"
2402
- msgstr "Слова"
2403
-
2404
- #: inc/core/data.php:2152
2405
- msgid "Bytes"
2406
- msgstr "Байты"
2407
-
2408
- #: inc/core/data.php:2155
2409
- msgid "What"
2410
- msgstr "Что"
2411
-
2412
- #: inc/core/data.php:2156
2413
- msgid "What to generate"
2414
- msgstr "Что генерировать"
2415
-
2416
- #: inc/core/data.php:2164
2417
- msgid "Amount"
2418
- msgstr "Количество"
2419
-
2420
- #: inc/core/data.php:2165
2421
- msgid ""
2422
- "How many items (paragraphs or words) to generate. Minimum words amount is 5"
2423
- msgstr ""
2424
- "Какое количество (параграфов или слов) генерировать. Минимальное количество "
2425
- "слов - 5"
2426
-
2427
- #: inc/core/data.php:2170
2428
- msgid "Cache"
2429
- msgstr "Кеш"
2430
-
2431
- #: inc/core/data.php:2171
2432
- msgid ""
2433
- "Generated text will be cached. Be careful with this option. If you disable "
2434
- "it and insert many dummy_text shortcodes the page load time will be highly "
2435
- "increased"
2436
- msgstr ""
2437
- "Сгенерированный текст будет кеширован. Бдьте осторожны с этой опцией. Если "
2438
- "вы отключите её и вставите много таких шорткодов на странице, то время "
2439
- "загрузки страницы может сильно возрости"
2440
-
2441
- #: inc/core/data.php:2179
2442
- msgid "Text placeholder"
2443
- msgstr "Текст болванка"
2444
-
2445
- #: inc/core/data.php:2184 inc/core/shortcodes.php:1237
2446
- msgid "Dummy image"
2447
- msgstr "Изображение болванка"
2448
-
2449
- #: inc/core/data.php:2195
2450
- msgid "Image width"
2451
- msgstr "Ширина изображения"
2452
-
2453
- #: inc/core/data.php:2204
2454
- msgid "Image height"
2455
- msgstr "Высота изображения"
2456
-
2457
- #: inc/core/data.php:2210
2458
- msgid "Abstract"
2459
- msgstr "Абстрактное"
2460
-
2461
- #: inc/core/data.php:2211
2462
- msgid "Animals"
2463
- msgstr "Животные"
2464
-
2465
- #: inc/core/data.php:2212
2466
- msgid "Business"
2467
- msgstr "Бизнес"
2468
-
2469
- #: inc/core/data.php:2213
2470
- msgid "Cats"
2471
- msgstr "Котэ"
2472
-
2473
- #: inc/core/data.php:2214
2474
- msgid "City"
2475
- msgstr "Город"
2476
-
2477
- #: inc/core/data.php:2215
2478
- msgid "Food"
2479
- msgstr "Еда"
2480
-
2481
- #: inc/core/data.php:2216
2482
- msgid "Night life"
2483
- msgstr "Ночная жизнь"
2484
-
2485
- #: inc/core/data.php:2217
2486
- msgid "Fashion"
2487
- msgstr "Мода"
2488
-
2489
- #: inc/core/data.php:2218
2490
- msgid "People"
2491
- msgstr "Люди"
2492
-
2493
- #: inc/core/data.php:2219
2494
- msgid "Nature"
2495
- msgstr "Природа"
2496
-
2497
- #: inc/core/data.php:2220
2498
- msgid "Sports"
2499
- msgstr "Спорт"
2500
-
2501
- #: inc/core/data.php:2221
2502
- msgid "Technics"
2503
- msgstr "Техника"
2504
-
2505
- #: inc/core/data.php:2222
2506
- msgid "Transport"
2507
- msgstr "Транспорт"
2508
-
2509
- #: inc/core/data.php:2226
2510
- msgid "Select the theme for this image"
2511
- msgstr "Выберите тему изображений"
2512
-
2513
- #: inc/core/data.php:2234
2514
- msgid "Image placeholder with random image"
2515
- msgstr "Изображение болванка со случайным изображением"
2516
-
2517
- #: inc/core/data.php:2239 inc/core/data.php:2247
2518
- msgid "Animation"
2519
- msgstr "Анимация"
2520
-
2521
- #: inc/core/data.php:2248
2522
- msgid "Select animation type"
2523
- msgstr "Выберите тип анимации"
2524
-
2525
- #: inc/core/data.php:2256
2526
- msgid "Duration"
2527
- msgstr "Продолжительность"
2528
-
2529
- #: inc/core/data.php:2257
2530
- msgid "Animation duration (seconds)"
2531
- msgstr "Продолжительность анимации (секунды)"
2532
-
2533
- #: inc/core/data.php:2265
2534
- msgid "Delay"
2535
- msgstr "Задержка"
2536
-
2537
- #: inc/core/data.php:2266
2538
- msgid "Animation delay (seconds)"
2539
- msgstr "Задержка перед началом анимации (секунды)"
2540
-
2541
- #: inc/core/data.php:2271
2542
- msgid "Inline"
2543
- msgstr "Строковый"
2544
-
2545
- #: inc/core/data.php:2272
2546
- msgid ""
2547
- "This parameter determines what HTML tag will be used for animation wrapper. "
2548
- "Turn this option to YES and animated element will be wrapped in SPAN instead "
2549
- "of DIV. Useful for inline animations, like buttons"
2550
- msgstr ""
2551
- "Этот параметр определяет какой тег использовать для элемента лайтбокса. "
2552
- "Переключите этот параметр на ДА и будет использован тег span вместо div. "
2553
- "Данная опция полезна для анимации строковых жлементов, например кнопок"
2554
-
2555
- #: inc/core/data.php:2280
2556
- msgid "Animated content"
2557
- msgstr "Анимированное содержимое"
2558
-
2559
- #: inc/core/data.php:2281
2560
- msgid "Wrapper for animation. Any nested element will be animated"
2561
- msgstr ""
2562
- "Контейнер для анимации. Любой элемент помещенный в этот контейнер будет "
2563
- "анимирован"
2564
-
2565
- #: inc/core/generator-views.php:37
2566
- msgid "Yes"
2567
- msgstr "Да"
2568
-
2569
- #: inc/core/generator-views.php:37
2570
- msgid "No"
2571
- msgstr "Нет"
2572
-
2573
- #: inc/core/generator-views.php:42 inc/core/generator-views.php:47
2574
- #: inc/vendor/class.sunrise-views.php:90
2575
- msgid "Media manager"
2576
- msgstr "Медиа менеджер"
2577
-
2578
- #: inc/core/generator-views.php:47
2579
- msgid "Icon picker"
2580
- msgstr "Выбрать иконку"
2581
-
2582
- #: inc/core/generator-views.php:47
2583
- msgid "Filter icons"
2584
- msgstr "Фильтр иконок"
2585
-
2586
- #: inc/core/generator-views.php:61
2587
- msgid "Please wait"
2588
- msgstr "Пожалуйста подождите"
2589
-
2590
- #: inc/core/generator-views.php:68
2591
- msgid "Untitled gallery"
2592
- msgstr "Галерея без имени"
2593
-
2594
- #: inc/core/generator-views.php:74
2595
- msgid "Galleries not found"
2596
- msgstr "Галереи не найдены"
2597
-
2598
- #: inc/core/generator-views.php:75
2599
- msgid "Manage galleries"
2600
- msgstr "Управление галереями"
2601
-
2602
- #: inc/core/generator-views.php:75
2603
- msgid "Reload galleries"
2604
- msgstr "Обновить список"
2605
-
2606
- #: inc/core/generator-views.php:91
2607
- msgid "Horizontal offset"
2608
- msgstr "Горизонтально"
2609
-
2610
- #: inc/core/generator-views.php:91
2611
- msgid "Vertical offset"
2612
- msgstr "Вертикально"
2613
-
2614
- #: inc/core/generator-views.php:91
2615
- msgid "Blur"
2616
- msgstr "Размытие"
2617
-
2618
- #: inc/core/generator-views.php:102
2619
- msgid "Border width"
2620
- msgstr "Ширина рамки"
2621
-
2622
- #: inc/core/generator-views.php:102
2623
- msgid "Border style"
2624
- msgstr "Стиль рамки"
2625
-
2626
- #: inc/core/generator-views.php:102
2627
- msgid "Border color"
2628
- msgstr "Цвет рамки"
2629
-
2630
- #: inc/core/generator-views.php:112
2631
- msgid "Media library"
2632
- msgstr "Медиа библиотека"
2633
-
2634
- #: inc/core/generator-views.php:113
2635
- msgid "Recent posts"
2636
- msgstr "Последние записи"
2637
-
2638
- #: inc/core/generator-views.php:114
2639
- msgid "Category"
2640
- msgstr "Категория"
2641
-
2642
- #: inc/core/generator-views.php:118
2643
- msgid "Select images source"
2644
- msgstr "Выберите источник изображений"
2645
-
2646
- #: inc/core/generator-views.php:129
2647
- msgid "Select taxonomy"
2648
- msgstr "Выберите таксономию"
2649
-
2650
- #: inc/core/generator-views.php:140
2651
- msgid "Add images"
2652
- msgstr "Добавить изображения"
2653
-
2654
- #: inc/core/generator-views.php:140
2655
- msgid ""
2656
- "Click the button above and select images.<br>You can select multimple images "
2657
- "with Ctrl (Cmd) key"
2658
- msgstr ""
2659
- "Нажмите кнопку выше и выберите изображения.<br>Вы можете выбрать несколько "
2660
- "изображений удерживая клавишу Ctrl (Cmd)"
2661
-
2662
- #: inc/core/generator-views.php:140
2663
- msgid ""
2664
- "Select categories to retrieve posts from.<br>You can select multiple "
2665
- "categories with Ctrl (Cmd) key"
2666
- msgstr ""
2667
- "Выберите категории из которых брать записи.<br>Вы можете выбрать несколько "
2668
- "категорий удерживая клавишу Ctrl (Cmd)"
2669
-
2670
- #: inc/core/generator-views.php:140
2671
- msgid ""
2672
- "Select taxonomy and it's terms.<br>You can select multiple terms with Ctrl "
2673
- "(Cmd) key"
2674
- msgstr ""
2675
- "Выберите таксономию и её категории.<br>Вы можете выбрать несколько категорий "
2676
- "удерживая клавишу Ctrl (Cmd)"
2677
-
2678
- #: inc/core/generator.php:34 inc/core/generator.php:135
2679
- msgid "Insert shortcode"
2680
- msgstr "Вставить шорткод"
2681
-
2682
- #: inc/core/generator.php:77 inc/core/load.php:30 inc/core/load.php:51
2683
- #: inc/core/load.php:105 inc/core/load.php:106
2684
- msgid "Settings"
2685
- msgstr "Настройки"
2686
-
2687
- #: inc/core/generator.php:77
2688
- msgid "Plugin settings"
2689
- msgstr "Настройки плагина"
2690
-
2691
- #: inc/core/generator.php:78
2692
- msgid "Plugin homepage"
2693
- msgstr "Сайт плагина"
2694
-
2695
- #: inc/core/generator.php:79
2696
- msgid "Support forums"
2697
- msgstr "Форум поддержки"
2698
-
2699
- #: inc/core/generator.php:86
2700
- msgid "Search for shortcodes"
2701
- msgstr "Поиск шорткода"
2702
-
2703
- #: inc/core/generator.php:88
2704
- msgid "Filter by type"
2705
- msgstr "Фильтр"
2706
-
2707
- #: inc/core/generator.php:123
2708
- msgid "Shortcode not specified"
2709
- msgstr "Не выбран шорткод"
2710
-
2711
- #: inc/core/generator.php:136
2712
- msgid "Live preview"
2713
- msgstr "Включить предпросмотр"
2714
-
2715
- #: inc/core/generator.php:137
2716
- msgid "Close window"
2717
- msgstr "Закрыть окно"
2718
-
2719
- #: inc/core/generator.php:141
2720
- msgid "Click to return to the shortcodes list"
2721
- msgstr "Нажмите, чтобы вернуться к списку шорткодов"
2722
-
2723
- #: inc/core/generator.php:141
2724
- msgid "All shortcodes"
2725
- msgstr "Все шорткоды"
2726
-
2727
- #: inc/core/generator.php:157
2728
- msgid "Click to set this value"
2729
- msgstr "Нажмите чтобы установить это значение"
2730
-
2731
- #: inc/core/generator.php:182
2732
- msgid "Preview"
2733
- msgstr "Предпросмотр"
2734
-
2735
- #: inc/core/generator.php:190 inc/core/tools.php:794
2736
- msgid "Access denied"
2737
- msgstr "Доступ запрещен"
2738
-
2739
- #: inc/core/load.php:30 inc/core/load.php:105 inc/core/load.php:114
2740
- #: inc/core/load.php:128 inc/core/load.php:140 inc/core/widget.php:14
2741
- #: inc/core/widget.php:40
2742
- msgid "Shortcodes Ultimate"
2743
- msgstr "Шорткоды"
2744
-
2745
- #: inc/core/load.php:31
2746
- msgid "Shortcodes"
2747
- msgstr "Шорткоды"
2748
-
2749
- #: inc/core/load.php:39
2750
- msgid "About"
2751
- msgstr "О плагине"
2752
-
2753
- #: inc/core/load.php:56
2754
- msgid "Custom formatting"
2755
- msgstr "Cпециальное форматирование"
2756
-
2757
- #: inc/core/load.php:57
2758
- msgid ""
2759
- "Disable this option if you have some problems with other plugins or content "
2760
- "formatting"
2761
- msgstr ""
2762
- "Снимите этот флажок, если у вас возникли проблемы совместимости с другими "
2763
- "плагинами или форматированием контента"
2764
-
2765
- #: inc/core/load.php:57 inc/core/load.php:65
2766
- msgid "Documentation article"
2767
- msgstr "Статья из документации (англ.)"
2768
-
2769
- #: inc/core/load.php:59 inc/core/load.php:67 inc/core/load.php:75
2770
- msgid "Enabled"
2771
- msgstr "Включено"
2772
-
2773
- #: inc/core/load.php:64
2774
- msgid "Compatibility mode"
2775
- msgstr "Режим совместимости"
2776
-
2777
- #: inc/core/load.php:65
2778
- msgid ""
2779
- "Enable this option if you have some problems with other plugins that uses "
2780
- "similar shortcode names"
2781
- msgstr ""
2782
- "Отметьте этот флажок, если у вас используются другие шорткоды с такими же "
2783
- "именами. Все шорткоды этого плагина будут иметь такие имена"
2784
-
2785
- #: inc/core/load.php:65
2786
- msgid "etc."
2787
- msgstr "и т.д."
2788
-
2789
- #: inc/core/load.php:72
2790
- msgid "Skip default values"
2791
- msgstr "Пропускать значения по умолчанию"
2792
-
2793
- #: inc/core/load.php:73
2794
- msgid ""
2795
- "Enable this option and the generator will insert a shortcode without default "
2796
- "attribute values that you have not changed. As a result, the generated code "
2797
- "will be shorter."
2798
- msgstr ""
2799
- "Отметьте этот флажок и генератор будет вставлять шорткоды без атрибутов, "
2800
- "значение которых вы не изменяли. В результате, сгенерированный код будет "
2801
- "более коротким."
2802
-
2803
- #: inc/core/load.php:80
2804
- msgid "Skin"
2805
- msgstr "Скин"
2806
-
2807
- #: inc/core/load.php:81
2808
- #, php-format
2809
- msgid ""
2810
- "Choose skin for shortcodes.<br /><a href=\"%s\" target=\"_blank\">Learn how "
2811
- "to create custom skin</a><br /><a href=\"%s\" target=\"_blank\"><b>Download "
2812
- "more skins</b></a>"
2813
- msgstr ""
2814
- "Выберите скин для шорткодов.<br /><a href=\"%s\" target=\"_blank"
2815
- "\">Инструкция по созданию собственных скинов (англ.)</a><br /><a href=\"%s\" "
2816
- "target=\"_blank\"><b>Скачать скины</b></a>"
2817
-
2818
- #: inc/core/load.php:89
2819
- msgid "Custom CSS"
2820
- msgstr "Произвольный CSS"
2821
-
2822
- #: inc/core/load.php:114 inc/core/load.php:115
2823
- msgid "Examples"
2824
- msgstr "Примеры"
2825
-
2826
- #: inc/core/load.php:128 inc/core/load.php:129
2827
- msgid "Add-ons"
2828
- msgstr "Дополнения"
2829
-
2830
- #: inc/core/load.php:141 inc/core/vote.php:42
2831
- msgid "Vladimir Anokhin"
2832
- msgstr "Владимир Анохин"
2833
-
2834
- #: inc/core/load.php:142
2835
- msgid "Supercharge your WordPress theme with mega pack of shortcodes"
2836
- msgstr "Суперзарядка для вашей WordPress-темы с помощью мега набора шорткодов"
2837
-
2838
- #: inc/core/load.php:222
2839
- msgid "Where to start?"
2840
- msgstr "С чего начать?"
2841
-
2842
- #: inc/core/requirements.php:23
2843
- #, php-format
2844
- msgid ""
2845
- "<h1>Oops! Plugin not activated&hellip;</h1> <p>Shortcodes Ultimate is not "
2846
- "fully compatible with your PHP version (%s).<br />Reccomended PHP version "
2847
- "&ndash; %s (or higher).</p><a href=\"%s\">&larr; Return to the plugins "
2848
- "screen</a> <a href=\"%s\"%s>Continue and activate anyway &rarr;</a>"
2849
- msgstr ""
2850
- "<h1>Упс! Плагин не активирован&hellip;</h1> <p>Плагин Shortcodes Ultimate не "
2851
- "полностью совместим с вашей версией PHP (%s).<br />Рекомендуемая версия PHP "
2852
- "&ndash; %s (или выше).</p><a href=\"%s\">&larr; Вернуться к списку плагинов</"
2853
- "a> <a href=\"%s\"%s>Продолжить и все равно активировать &rarr;</a>"
2854
-
2855
- #: inc/core/requirements.php:39
2856
- #, php-format
2857
- msgid ""
2858
- "<h1>Oops! Plugin not activated&hellip;</h1> <p>Shortcodes Ultimate is not "
2859
- "fully compatible with your version of WordPress (%s).<br />Reccomended "
2860
- "WordPress version &ndash; %s (or higher).</p><a href=\"%s\">&larr; Return to "
2861
- "the plugins screen</a> <a href=\"%s\"%s>Continue and activate anyway &rarr;</"
2862
- "a>"
2863
- msgstr ""
2864
- "<h1>Упс! Плагин не активирован&hellip;</h1> <p>Плагин Shortcodes Ultimate не "
2865
- "полностью совместим с вашей версией WordPress (%s).<br />Рекомендуемая "
2866
- "версия WordPress &ndash; %s (или выше).</p><a href=\"%s\">&larr; Вернуться к "
2867
- "списку плагинов</a> <a href=\"%s\"%s>Продолжить и все равно активировать "
2868
- "&rarr;</a>"
2869
-
2870
- #: inc/core/shortcodes.php:53
2871
- msgid "Tab title"
2872
- msgstr "Заголовок вкладкки"
2873
-
2874
- #: inc/core/shortcodes.php:451
2875
- msgid "This is box title"
2876
- msgstr "Заголовок блока"
2877
-
2878
- #: inc/core/shortcodes.php:492
2879
- msgid "please specify correct source"
2880
- msgstr "пожалуйста укажите корректную ссылку"
2881
-
2882
- #: inc/core/shortcodes.php:561 inc/core/shortcodes.php:565
2883
- #: inc/core/shortcodes.php:598 inc/core/shortcodes.php:602
2884
- #: inc/core/shortcodes.php:629 inc/core/shortcodes.php:633
2885
- #: inc/core/shortcodes.php:657 inc/core/shortcodes.php:661
2886
- #: inc/core/shortcodes.php:681 inc/core/shortcodes.php:688
2887
- #: inc/core/shortcodes.php:710 inc/core/shortcodes.php:715
2888
- msgid "please specify correct url"
2889
- msgstr "пожалуйста укажите корректную ссылку"
2890
-
2891
- #: inc/core/shortcodes.php:846
2892
- msgid "This menu doesn't exists, or has no elements"
2893
- msgstr "Такое меню не существует, или в нем нет ни одного элемента"
2894
-
2895
- #: inc/core/shortcodes.php:944 inc/core/shortcodes.php:1019
2896
- #: inc/core/shortcodes.php:1064
2897
- msgid "images not found"
2898
- msgstr "изображения не найдены"
2899
-
2900
- #: inc/core/shortcodes.php:1199
2901
- msgid "template not found"
2902
- msgstr "шаблон не найден"
2903
-
2904
- #: inc/core/tools.php:746
2905
- msgid "Example code does not found, please check it later"
2906
- msgstr "Код примера не найден, возвращайтесь позже"
2907
-
2908
- #: inc/core/tools.php:762
2909
- msgid "Get the code"
2910
- msgstr "Получить код"
2911
-
2912
- #: inc/core/vote.php:44
2913
- msgid ""
2914
- "Hello, my name is Vladimir Anokhin, and I am developer of plugin "
2915
- "<b>Shortcodes Ultimate</b>.<br>If you like this plugin, please write a few "
2916
- "words about it at the wordpress.org or twitter. It will help other people "
2917
- "find this useful plugin more quickly.<br><b>Thank you!</b>"
2918
- msgstr ""
2919
- "Здравствуйте, меня зовут Владимир Анохин, я являюсь разработчиком плагина "
2920
- "<b>Shortcodes Ultimate</b>. <br>Если вам нравится этот плагин, то пожалуйста "
2921
- "напишите пару слов о нём на сайте wordpress.org или в твиттере. Это поможет "
2922
- "другим людям найти этот полезный плагин быстрее.<br><b>Спасибо!</b>"
2923
-
2924
- #: inc/core/vote.php:46
2925
- msgid "Rate plugin"
2926
- msgstr "Оценить плагин"
2927
-
2928
- #: inc/core/vote.php:47
2929
- msgid "Shortcodes Ultimate - must have WordPress plugin #shortcodesultimate"
2930
- msgstr ""
2931
- "Shortcodes Ultimate - очень полезный плагин для WordPress #shortcodesultimate"
2932
-
2933
- #: inc/core/vote.php:47
2934
- msgid "Tweet"
2935
- msgstr "Твитнуть"
2936
-
2937
- #: inc/core/vote.php:48
2938
- msgid "No, thanks"
2939
- msgstr "Нет, спасибо"
2940
-
2941
- #: inc/core/vote.php:49
2942
- msgid "or"
2943
- msgstr "или"
2944
-
2945
- #: inc/core/vote.php:50
2946
- msgid "Remind me later"
2947
- msgstr "Напомнить позже"
2948
-
2949
- #: inc/core/widget.php:7
2950
- msgid "Special Shortcodes Ultimate widget"
2951
- msgstr "Специальный виджет для вставки шорткодов"
2952
-
2953
- #: inc/core/widget.php:46
2954
- msgid "Title:"
2955
- msgstr "Заголовок:"
2956
-
2957
- #: inc/vendor/class.sunrise-views.php:21
2958
- msgid "Save changes"
2959
- msgstr "Сохранить изменения"
2960
-
2961
- #: inc/vendor/class.sunrise-views.php:21
2962
- msgid "Saving"
2963
- msgstr "Сохранение"
2964
-
2965
- #: inc/vendor/class.sunrise-views.php:21
2966
- msgid "Saved"
2967
- msgstr "Сохранено"
2968
-
2969
- #: inc/vendor/class.sunrise-views.php:21
2970
- msgid ""
2971
- "This action will delete all your settings. Are you sure? This action cannot "
2972
- "be undone!"
2973
- msgstr ""
2974
- "Данное действие удалит все ваши настройки. Вы уверены? Это действие нельзя "
2975
- "будет отменить!"
2976
-
2977
- #: inc/vendor/class.sunrise-views.php:21
2978
- msgid "Restore default settings"
2979
- msgstr "Сбросить настройки"
2980
-
2981
- #: inc/vendor/class.sunrise-views.php:28 inc/vendor/class.sunrise-views.php:85
2982
- msgid "Text field"
2983
- msgstr "Текстовое поле"
2984
-
2985
- #: inc/vendor/class.sunrise-views.php:37
2986
- msgid "Textarea field"
2987
- msgstr "Текстовое поле"
2988
-
2989
- #: inc/vendor/class.sunrise-views.php:48 inc/vendor/class.sunrise-views.php:59
2990
- msgid "Checkbox"
2991
- msgstr "Флажок"
2992
-
2993
- #: inc/vendor/class.sunrise-views.php:75
2994
- msgid "Color picker"
2995
- msgstr "Пипетка"
2996
-
2997
- #: inc/vendor/class.sunrise-views.php:80
2998
- msgid "Pick a color"
2999
- msgstr "Выберите цвет"
3000
-
3001
- #: inc/vendor/class.sunrise.php:62 inc/vendor/class.sunrise.php:63
3002
- #: inc/vendor/class.sunrise.php:88 inc/vendor/class.sunrise.php:89
3003
- msgid "Plugin Settings"
3004
- msgstr "Настройки плагина"
3005
-
3006
- #: inc/vendor/class.sunrise.php:142
3007
- #, php-format
3008
- msgid "option type %s is not callable"
3009
- msgstr "тип поля %s не может быть отображен"
3010
-
3011
- #: inc/vendor/class.sunrise.php:149
3012
- msgid ""
3013
- "For full functionality of this page it is reccomended to enable javascript."
3014
- msgstr ""
3015
- "Для полной функциональности этой страницы рекомендуется включить Javascript."
3016
-
3017
- #: inc/vendor/class.sunrise.php:150
3018
- msgid "Settings saved successfully"
3019
- msgstr "Настройки успешно сохранены"
3020
-
3021
- #: inc/vendor/class.sunrise.php:151
3022
- msgid "Settings reseted successfully"
3023
- msgstr "Настройки успешно сброшены"
3024
-
3025
- #: inc/vendor/class.sunrise.php:166
3026
- msgid "Use selected file"
3027
- msgstr "Использовать выбранный файл"
3028
-
3029
- #: templates/default-loop.php:15 templates/single-post.php:17
3030
- msgid "Posted"
3031
- msgstr "Опубликовано"
3032
-
3033
- #: templates/default-loop.php:19 templates/single-post.php:17
3034
- msgid "0 comments"
3035
- msgstr "нет комментариев"
3036
-
3037
- #: templates/default-loop.php:19 templates/single-post.php:17
3038
- msgid "1 comment"
3039
- msgstr "1 комментарий"
3040
-
3041
- #: templates/default-loop.php:19 templates/single-post.php:17
3042
- msgid "%n comments"
3043
- msgstr "%n комментариев"
3044
-
3045
- #: templates/default-loop.php:27 templates/list-loop.php:16
3046
- #: templates/single-post.php:28 templates/teaser-loop.php:20
3047
- msgid "Posts not found"
3048
- msgstr "Записи не найдены"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: gn_themes\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-11-21 07:29+0300\n"
6
+ "PO-Revision-Date: 2013-11-21 07:30+0300\n"
7
+ "Last-Translator: Vladimir Anokhin <ano.vladimir@gmail.com>\n"
8
+ "Language-Team: \n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Poedit-KeywordsList: _e;__\n"
13
+ "X-Poedit-Basepath: ..\n"
14
+ "X-Poedit-SourceCharset: utf-8\n"
15
+ "X-Generator: Poedit 1.5.7\n"
16
+ "X-Poedit-SearchPath-0: .\n"
17
+
18
+ #: inc/core/admin-views.php:9
19
+ msgid "Welcome to Shortcodes Ultimate"
20
+ msgstr "Добро пожаловать в Shortcodes Ultimate"
21
+
22
+ #: inc/core/admin-views.php:9
23
+ msgid "A real swiss army knife for WordPress"
24
+ msgstr "Настоящий швейцарский армейский нож для WordPress"
25
+
26
+ #: inc/core/admin-views.php:11 inc/core/load.php:234
27
+ msgid "Project homepage"
28
+ msgstr "Страница проекта"
29
+
30
+ #: inc/core/admin-views.php:12
31
+ msgid "Documentation"
32
+ msgstr "Документация"
33
+
34
+ #: inc/core/admin-views.php:13 inc/core/load.php:235
35
+ msgid "Support forum"
36
+ msgstr "Форум поддержки"
37
+
38
+ #: inc/core/admin-views.php:14 inc/core/load.php:236
39
+ msgid "Changelog"
40
+ msgstr "Список изменений"
41
+
42
+ #: inc/core/admin-views.php:15
43
+ msgid "Fork on GitHub"
44
+ msgstr "Репозиторий на GitHub"
45
+
46
+ #: inc/core/admin-views.php:19
47
+ msgid "Plugin features"
48
+ msgstr "Возможности плагина"
49
+
50
+ #: inc/core/admin-views.php:21
51
+ msgid "40+ amazing shortcodes"
52
+ msgstr "40+ невероятных шорткодов"
53
+
54
+ #: inc/core/admin-views.php:22
55
+ msgid "Power of CSS3 transitions"
56
+ msgstr "Сила CSS3"
57
+
58
+ #: inc/core/admin-views.php:23
59
+ msgid "Handy shortcodes generator"
60
+ msgstr "Удобный генератор шорткодов"
61
+
62
+ #: inc/core/admin-views.php:24
63
+ msgid "International"
64
+ msgstr "Интернационален"
65
+
66
+ #: inc/core/admin-views.php:25
67
+ msgid "Documented API"
68
+ msgstr "Доментированный API"
69
+
70
+ #: inc/core/admin-views.php:29
71
+ msgid "What is a shortcode?"
72
+ msgstr "Что такое шорткод?"
73
+
74
+ #: inc/core/admin-views.php:30
75
+ msgid ""
76
+ "<strong>Shortcode</strong> is a WordPress-specific code that lets you do "
77
+ "nifty things with very little effort."
78
+ msgstr ""
79
+ "<strong>Шорткод</strong> это специфичный для WordPress код, который "
80
+ "позволяет вам делать изящные вещи с небольшими усилиями."
81
+
82
+ #: inc/core/admin-views.php:31
83
+ msgid ""
84
+ "Shortcodes can embed files or create objects that would normally require "
85
+ "lots of complicated, ugly code in just one line. Shortcode = shortcut."
86
+ msgstr ""
87
+ "С помощью шорткодов можно встраивать на страницу видео- или аудио файлы, "
88
+ "галереи, различные кнопки и многое другое с помощью всего одной строки кода."
89
+
90
+ #: inc/core/admin-views.php:36
91
+ msgid "How does it works"
92
+ msgstr "Как это работает"
93
+
94
+ #: inc/core/admin-views.php:40
95
+ msgid "More videos"
96
+ msgstr "Другие видео"
97
+
98
+ #: inc/core/admin-views.php:42
99
+ msgid "Shortcodes Ultimate Tutorial"
100
+ msgstr "Развернутый видео урок по использованию шорткодов (англ.)"
101
+
102
+ #: inc/core/admin-views.php:43
103
+ msgid "How to use special widget"
104
+ msgstr "Как использовать специальный виджет"
105
+
106
+ #: inc/core/admin-views.php:44
107
+ msgid "How to create Carousel"
108
+ msgstr "Как создать карусель"
109
+
110
+ #: inc/core/admin-views.php:45
111
+ msgid "How to create image gallery"
112
+ msgstr "Как создать галерею изображений"
113
+
114
+ #: inc/core/admin-views.php:63
115
+ msgid "You can overview the original styles to override it"
116
+ msgstr "Вы можете посмотреть оригинальные стили, чтобы перезаписать их"
117
+
118
+ #: inc/core/admin-views.php:74
119
+ msgid "You can use next variables in your custom CSS"
120
+ msgstr "Вы можете использовать следующие переменные в CSS коде"
121
+
122
+ #: inc/core/admin-views.php:75
123
+ msgid "home url"
124
+ msgstr "url главной страницы сайта"
125
+
126
+ #: inc/core/admin-views.php:76
127
+ msgid "theme url"
128
+ msgstr "url папки с текущей темой"
129
+
130
+ #: inc/core/admin-views.php:77
131
+ msgid "plugin url"
132
+ msgstr "url папки этого плагина"
133
+
134
+ #: inc/core/admin-views.php:114
135
+ msgid "Maker"
136
+ msgstr "Maker"
137
+
138
+ #: inc/core/admin-views.php:115
139
+ msgid ""
140
+ "This add-on allows you to create custom shortcodes. You can easily create "
141
+ "any shortcode with different parameters or even override default shortcodes"
142
+ msgstr ""
143
+ "Это дополнение позволит вам создавать собственные шорткоды. Вы можете с "
144
+ "легкостью создать новый шорткод или даже перезаписать оригинальный"
145
+
146
+ #: inc/core/admin-views.php:120
147
+ msgid "Skins"
148
+ msgstr "Скины"
149
+
150
+ #: inc/core/admin-views.php:121
151
+ msgid ""
152
+ "Set of additional skins for Shrtcodes Ultimate. It includes skins for "
153
+ "accordeons/spoilers, tabs and some other shortcodes"
154
+ msgstr ""
155
+ "Набор дополнительных скинов для шорткодов плагина. Набор включает в себя "
156
+ "скины для аккордеонов/спойлеров, вкладок и некоторых других шорткодов"
157
+
158
+ #: inc/core/admin-views.php:127
159
+ msgid "Shortcodes Ultimate Add-ons"
160
+ msgstr "Дополнения для Shortcodes Ultimate"
161
+
162
+ #: inc/core/admin-views.php:130 inc/core/admin-views.php:137
163
+ msgid "Learn more"
164
+ msgstr "Узнать больше"
165
+
166
+ #: inc/core/admin-views.php:134
167
+ msgid "Other WordPress Plugins"
168
+ msgstr "Другие плагины для WordPress"
169
+
170
+ #: inc/core/assets.php:70
171
+ msgid "Choose files"
172
+ msgstr "Выбор файлов"
173
+
174
+ #: inc/core/assets.php:71
175
+ msgid "Add selected files"
176
+ msgstr "Добавить выбранные файлы"
177
+
178
+ #: inc/core/assets.php:72
179
+ msgid "This button is not clickable"
180
+ msgstr "Эта кнопка не нажимается"
181
+
182
+ #: inc/core/assets.php:78 inc/vendor/sunrise.php:178
183
+ msgid "Choose file"
184
+ msgstr "Выбор файла"
185
+
186
+ #: inc/core/assets.php:79
187
+ msgid "Insert"
188
+ msgstr "Вставить"
189
+
190
+ #: inc/core/assets.php:80
191
+ msgid "Select images"
192
+ msgstr "Выберите изображения"
193
+
194
+ #: inc/core/assets.php:81
195
+ msgid "Add selected images"
196
+ msgstr "Добавить выбранные изображения"
197
+
198
+ #: inc/core/assets.php:82
199
+ msgid "Please enter a name for new preset"
200
+ msgstr "Пожалуйста введите имя для нового шаблона"
201
+
202
+ #: inc/core/assets.php:83
203
+ msgid "New preset"
204
+ msgstr "Новый шаблон"
205
+
206
+ #: inc/core/assets.php:96
207
+ msgid ""
208
+ "This shortcode doesn't work in live preview. Please insert it into editor "
209
+ "and preview on the site."
210
+ msgstr ""
211
+ "Этот шорткод не работает в режиме предпросмотра. Пожалуйста вставьте шорткод "
212
+ редактор и посмотрите результат на странице записи."
213
+
214
+ #: inc/core/data.php:17
215
+ msgid "All"
216
+ msgstr "Все"
217
+
218
+ #: inc/core/data.php:18 inc/core/generator.php:170
219
+ msgid "Content"
220
+ msgstr "Содержимое"
221
+
222
+ #: inc/core/data.php:19 inc/core/data.php:804
223
+ msgid "Box"
224
+ msgstr "Блок"
225
+
226
+ #: inc/core/data.php:20
227
+ msgid "Media"
228
+ msgstr "Медиа"
229
+
230
+ #: inc/core/data.php:21 inc/core/data.php:1941
231
+ msgid "Gallery"
232
+ msgstr "Галерея"
233
+
234
+ #: inc/core/data.php:22
235
+ msgid "Data"
236
+ msgstr "Данные"
237
+
238
+ #: inc/core/data.php:23
239
+ msgid "Other"
240
+ msgstr "Другое"
241
+
242
+ #: inc/core/data.php:29 inc/core/data.php:1719 inc/core/data.php:1827
243
+ #: inc/core/data.php:1954 inc/core/data.php:2096
244
+ msgid "None"
245
+ msgstr "Нет"
246
+
247
+ #: inc/core/data.php:30
248
+ msgid "Solid"
249
+ msgstr "Сплошной"
250
+
251
+ #: inc/core/data.php:31
252
+ msgid "Dotted"
253
+ msgstr "Пунктирный (точки)"
254
+
255
+ #: inc/core/data.php:32
256
+ msgid "Dashed"
257
+ msgstr "Пунктирный (тире)"
258
+
259
+ #: inc/core/data.php:33
260
+ msgid "Double"
261
+ msgstr "Двойной"
262
+
263
+ #: inc/core/data.php:34
264
+ msgid "Groove"
265
+ msgstr "Выдавленный"
266
+
267
+ #: inc/core/data.php:35
268
+ msgid "Ridge"
269
+ msgstr "Ребро"
270
+
271
+ #: inc/core/data.php:49
272
+ msgid "Basic examples"
273
+ msgstr "Основные примеры"
274
+
275
+ #: inc/core/data.php:52
276
+ msgid "Accordions, spoilers, different styles, anchors"
277
+ msgstr "Аккордеоны, спойлеры, различные стили, якори"
278
+
279
+ #: inc/core/data.php:58
280
+ msgid "Tabs, vertical tabs, tab anchors"
281
+ msgstr "Вкладки, вертикальные вкладки, якори вкладок"
282
+
283
+ #: inc/core/data.php:64
284
+ msgid "Column layouts"
285
+ msgstr "Использование колонок"
286
+
287
+ #: inc/core/data.php:70
288
+ msgid ""
289
+ "Media elements, YouTube, Vimeo, Screenr and self-hosted videos, audio player"
290
+ msgstr ""
291
+ "Медиа элементы, YouTube, Vimeo, Screenr и видео из медиа библиотеки, аудио "
292
+ "плеер"
293
+
294
+ #: inc/core/data.php:76
295
+ msgid "Unlimited buttons"
296
+ msgstr "Всевозможные кнопки"
297
+
298
+ #: inc/core/data.php:82
299
+ msgid "Animations"
300
+ msgstr "Анимации"
301
+
302
+ #: inc/core/data.php:90
303
+ msgid "Advanced examples"
304
+ msgstr "Дополнительные примеры"
305
+
306
+ #: inc/core/data.php:93
307
+ msgid "Interacting with posts shortcode"
308
+ msgstr "Работа с шорткодом posts"
309
+
310
+ #: inc/core/data.php:99
311
+ msgid "Nested shortcodes, shortcodes inside of attributes"
312
+ msgstr "Вложенные шорткоды, шорткоды в атрибутах"
313
+
314
+ #: inc/core/data.php:116
315
+ msgid "Heading"
316
+ msgstr "Заголовок"
317
+
318
+ #: inc/core/data.php:123 inc/core/data.php:177 inc/core/data.php:259
319
+ #: inc/core/data.php:407 inc/core/data.php:437 inc/core/data.php:498
320
+ #: inc/core/data.php:663 inc/core/data.php:816 inc/core/data.php:980
321
+ #: inc/core/data.php:2298 inc/core/data.php:2350 inc/core/data.php:2413
322
+ msgid "Default"
323
+ msgstr "По умолчанию"
324
+
325
+ #: inc/core/data.php:126 inc/core/data.php:180 inc/core/data.php:264
326
+ #: inc/core/data.php:440 inc/core/data.php:504 inc/core/data.php:673
327
+ #: inc/core/data.php:823 inc/core/data.php:950
328
+ msgid "Style"
329
+ msgstr "Стиль"
330
+
331
+ #: inc/core/data.php:127
332
+ msgid "Choose style for this heading"
333
+ msgstr "Выберите стиль для этого заголовка"
334
+
335
+ #: inc/core/data.php:127 inc/core/data.php:181 inc/core/data.php:265
336
+ #: inc/core/data.php:441
337
+ msgid "Install additional styles"
338
+ msgstr "Установить дополнительные стили"
339
+
340
+ #: inc/core/data.php:135 inc/core/data.php:512 inc/core/data.php:591
341
+ #: inc/core/data.php:694
342
+ msgid "Size"
343
+ msgstr "Размер"
344
+
345
+ #: inc/core/data.php:136
346
+ msgid "Select heading size (pixels)"
347
+ msgstr "Выберите размер заголовка (в пикселях)"
348
+
349
+ #: inc/core/data.php:141 inc/core/data.php:473 inc/core/data.php:534
350
+ #: inc/core/data.php:958
351
+ msgid "Left"
352
+ msgstr "Слева"
353
+
354
+ #: inc/core/data.php:142 inc/core/data.php:535 inc/core/data.php:1768
355
+ #: inc/core/data.php:1895
356
+ msgid "Center"
357
+ msgstr "По центру"
358
+
359
+ #: inc/core/data.php:143 inc/core/data.php:474 inc/core/data.php:536
360
+ #: inc/core/data.php:959
361
+ msgid "Right"
362
+ msgstr "Справа"
363
+
364
+ #: inc/core/data.php:146 inc/core/data.php:477 inc/core/data.php:539
365
+ msgid "Align"
366
+ msgstr "Выравнивание"
367
+
368
+ #: inc/core/data.php:147
369
+ msgid "Heading text alignment"
370
+ msgstr "Выравнивание текста в заголовке"
371
+
372
+ #: inc/core/data.php:155
373
+ msgid "Margin"
374
+ msgstr "Отступ"
375
+
376
+ #: inc/core/data.php:156
377
+ msgid "Bottom margin (pixels)"
378
+ msgstr "Отступ снизу (в пикселях)"
379
+
380
+ #: inc/core/data.php:160 inc/core/data.php:200 inc/core/data.php:232
381
+ #: inc/core/data.php:295 inc/core/data.php:311 inc/core/data.php:338
382
+ #: inc/core/data.php:362 inc/core/data.php:390 inc/core/data.php:420
383
+ #: inc/core/data.php:456 inc/core/data.php:481 inc/core/data.php:517
384
+ #: inc/core/data.php:544 inc/core/data.php:560 inc/core/data.php:602
385
+ #: inc/core/data.php:630 inc/core/data.php:751 inc/core/data.php:794
386
+ #: inc/core/data.php:850 inc/core/data.php:887 inc/core/data.php:919
387
+ #: inc/core/data.php:1021 inc/core/data.php:1037 inc/core/data.php:1089
388
+ #: inc/core/data.php:1207 inc/core/data.php:1257 inc/core/data.php:1300
389
+ #: inc/core/data.php:1339 inc/core/data.php:1408 inc/core/data.php:1429
390
+ #: inc/core/data.php:1460 inc/core/data.php:1493 inc/core/data.php:1509
391
+ #: inc/core/data.php:1539 inc/core/data.php:1559 inc/core/data.php:1586
392
+ #: inc/core/data.php:1607 inc/core/data.php:1652 inc/core/data.php:1697
393
+ #: inc/core/data.php:1805 inc/core/data.php:1932 inc/core/data.php:2002
394
+ #: inc/core/data.php:2176 inc/core/data.php:2231 inc/core/data.php:2277
395
+ msgid "Class"
396
+ msgstr "Класс"
397
+
398
+ #: inc/core/data.php:161 inc/core/data.php:201 inc/core/data.php:233
399
+ #: inc/core/data.php:296 inc/core/data.php:312 inc/core/data.php:339
400
+ #: inc/core/data.php:363 inc/core/data.php:391 inc/core/data.php:421
401
+ #: inc/core/data.php:457 inc/core/data.php:482 inc/core/data.php:518
402
+ #: inc/core/data.php:545 inc/core/data.php:561 inc/core/data.php:603
403
+ #: inc/core/data.php:631 inc/core/data.php:752 inc/core/data.php:795
404
+ #: inc/core/data.php:851 inc/core/data.php:888 inc/core/data.php:920
405
+ #: inc/core/data.php:1022 inc/core/data.php:1038 inc/core/data.php:1090
406
+ #: inc/core/data.php:1208 inc/core/data.php:1258 inc/core/data.php:1301
407
+ #: inc/core/data.php:1340 inc/core/data.php:1409 inc/core/data.php:1430
408
+ #: inc/core/data.php:1461 inc/core/data.php:1494 inc/core/data.php:1510
409
+ #: inc/core/data.php:1540 inc/core/data.php:1560 inc/core/data.php:1587
410
+ #: inc/core/data.php:1608 inc/core/data.php:1653 inc/core/data.php:1698
411
+ #: inc/core/data.php:1806 inc/core/data.php:1933 inc/core/data.php:2003
412
+ #: inc/core/data.php:2177 inc/core/data.php:2232 inc/core/data.php:2278
413
+ msgid "Extra CSS class"
414
+ msgstr "Дополнительный CSS класс"
415
+
416
+ #: inc/core/data.php:164
417
+ msgid "Heading text"
418
+ msgstr "Текст заголовка"
419
+
420
+ #: inc/core/data.php:165
421
+ msgid "Styled heading"
422
+ msgstr "Стильный заголовок"
423
+
424
+ #: inc/core/data.php:170
425
+ msgid "Tabs"
426
+ msgstr "Вкладки"
427
+
428
+ #: inc/core/data.php:181
429
+ msgid "Choose style for this tabs"
430
+ msgstr "Выберите стиль для этих вкладок"
431
+
432
+ #: inc/core/data.php:189
433
+ msgid "Active tab"
434
+ msgstr "Активная вкладка"
435
+
436
+ #: inc/core/data.php:190
437
+ msgid "Select which tab is open by default"
438
+ msgstr "Выберите какая вкладка будет открыта по умолчанию"
439
+
440
+ #: inc/core/data.php:195
441
+ msgid "Vertical"
442
+ msgstr "Вертикально"
443
+
444
+ #: inc/core/data.php:196
445
+ msgid "Show tabs vertically"
446
+ msgstr "Отображать вкладки вертикально"
447
+
448
+ #: inc/core/data.php:204
449
+ msgid ""
450
+ "[%prefix_tab title=\"Title 1\"]Content 1[/%prefix_tab]\n"
451
+ "[%prefix_tab title=\"Title 2\"]Content 2[/%prefix_tab]\n"
452
+ "[%prefix_tab title=\"Title 3\"]Content 3[/%prefix_tab]"
453
+ msgstr ""
454
+ "[%prefix_tab title=\"Заголовок 1\"]Содержимое вкладки 1[/%prefix_tab]\n"
455
+ "[%prefix_tab title=\"Заголовок 2\"]Содержимое вкладки 2[/%prefix_tab]\n"
456
+ "[%prefix_tab title=\"Заголовок 3\"]Содержимое вкладки 3[/%prefix_tab]"
457
+
458
+ #: inc/core/data.php:205
459
+ msgid "Tabs container"
460
+ msgstr "Контейнер вкладок"
461
+
462
+ #: inc/core/data.php:210
463
+ msgid "Tab"
464
+ msgstr "Вкладка"
465
+
466
+ #: inc/core/data.php:215
467
+ msgid "Tab name"
468
+ msgstr "Имя вкладки"
469
+
470
+ #: inc/core/data.php:216 inc/core/data.php:248 inc/core/data.php:768
471
+ #: inc/core/data.php:811 inc/core/data.php:1367
472
+ msgid "Title"
473
+ msgstr "Заголовок"
474
+
475
+ #: inc/core/data.php:217
476
+ msgid "Enter tab name"
477
+ msgstr "Введите имя вкладки"
478
+
479
+ #: inc/core/data.php:222
480
+ msgid "Disabled"
481
+ msgstr "Отключено"
482
+
483
+ #: inc/core/data.php:223
484
+ msgid "Is this tab disabled"
485
+ msgstr "Эта вкладка отключена"
486
+
487
+ #: inc/core/data.php:227 inc/core/data.php:290
488
+ msgid "Anchor"
489
+ msgstr "Якорь"
490
+
491
+ #: inc/core/data.php:228
492
+ msgid ""
493
+ "You can use unique anchor for this tab to access it with hash in page url. "
494
+ "For example: type here <b%value>Hello</b> and then use url like http://"
495
+ "example.com/page-url#Hello. This tab will be activated and scrolled in"
496
+ msgstr ""
497
+ "Вы можете задать якорь для этой вкладки чтобы открыть её при помощи хеша в "
498
+ "ссылке страницы. Например: введите в этом поле <b%value>Hello</b> и затем "
499
+ "используйте ссылку вида http://example.com/page-utl#Hello. Эта вкладка будет "
500
+ "активирована и страница будет прокручена к ней"
501
+
502
+ #: inc/core/data.php:236
503
+ msgid "Tab content"
504
+ msgstr "Содержимое вкладки"
505
+
506
+ #: inc/core/data.php:237
507
+ msgid "Single tab"
508
+ msgstr "Одиночная вкладка"
509
+
510
+ #: inc/core/data.php:242
511
+ msgid "Spoiler"
512
+ msgstr "Спойлер"
513
+
514
+ #: inc/core/data.php:247 inc/core/shortcodes.php:72
515
+ msgid "Spoiler title"
516
+ msgstr "Скрытый текст"
517
+
518
+ #: inc/core/data.php:248
519
+ msgid "Text in spoiler title"
520
+ msgstr "Текст для заголовка спойлера"
521
+
522
+ #: inc/core/data.php:253
523
+ msgid "Open"
524
+ msgstr "Открыт"
525
+
526
+ #: inc/core/data.php:254
527
+ msgid "Is spoiler content visible by default"
528
+ msgstr "Виден ли контент спойлера по умолчанию"
529
+
530
+ #: inc/core/data.php:260
531
+ msgid "Fancy"
532
+ msgstr "Стильный"
533
+
534
+ #: inc/core/data.php:261 inc/core/data.php:501
535
+ msgid "Simple"
536
+ msgstr "Простой"
537
+
538
+ #: inc/core/data.php:265
539
+ msgid "Choose style for this spoiler"
540
+ msgstr "Выберите стиль для этого спойлера"
541
+
542
+ #: inc/core/data.php:270
543
+ msgid "Plus"
544
+ msgstr "Плюс"
545
+
546
+ #: inc/core/data.php:271
547
+ msgid "Plus circle"
548
+ msgstr "Плюс в круге"
549
+
550
+ #: inc/core/data.php:272
551
+ msgid "Plus square 1"
552
+ msgstr "Плюс в квадрате 1"
553
+
554
+ #: inc/core/data.php:273
555
+ msgid "Plus square 2"
556
+ msgstr "Плюс в квадрате 2"
557
+
558
+ #: inc/core/data.php:274
559
+ msgid "Arrow"
560
+ msgstr "Стрелка"
561
+
562
+ #: inc/core/data.php:275
563
+ msgid "Arrow circle 1"
564
+ msgstr "Стрелка в круге 1"
565
+
566
+ #: inc/core/data.php:276
567
+ msgid "Arrow circle 2"
568
+ msgstr "Стрелка в круге 2"
569
+
570
+ #: inc/core/data.php:277
571
+ msgid "Chevron"
572
+ msgstr "Уголок"
573
+
574
+ #: inc/core/data.php:278
575
+ msgid "Chevron circle"
576
+ msgstr "Уголок в круге"
577
+
578
+ #: inc/core/data.php:279
579
+ msgid "Caret"
580
+ msgstr "Треугольник"
581
+
582
+ #: inc/core/data.php:280
583
+ msgid "Caret square"
584
+ msgstr "Треугольник в квадрате"
585
+
586
+ #: inc/core/data.php:281
587
+ msgid "Folder 1"
588
+ msgstr "Папка 1"
589
+
590
+ #: inc/core/data.php:282
591
+ msgid "Folder 2"
592
+ msgstr "Папка 2"
593
+
594
+ #: inc/core/data.php:285 inc/core/data.php:619 inc/core/data.php:724
595
+ #: inc/core/data.php:774
596
+ msgid "Icon"
597
+ msgstr "Иконка"
598
+
599
+ #: inc/core/data.php:286
600
+ msgid "Icons for spoiler"
601
+ msgstr "Иконка для спойлера"
602
+
603
+ #: inc/core/data.php:291
604
+ msgid ""
605
+ "You can use unique anchor for this spoiler to access it with hash in page "
606
+ "url. For example: type here <b%value>Hello</b> and then use url like http://"
607
+ "example.com/page-url#Hello. This spoiler will be open and scrolled in"
608
+ msgstr ""
609
+ "Вы можете задать якорь для этого спойлера чтобы открыть его при помощи хеша "
610
+ ссылке страницы. Например: введите в этом поле <b%value>Hello</b> и затем "
611
+ "используйте ссылку вида http://example.com/page-utl#Hello. Этот спойлер "
612
+ "будет открыт и страница будет прокручена к нему"
613
+
614
+ #: inc/core/data.php:299
615
+ msgid "Hidden content"
616
+ msgstr "Скрытое содержимое"
617
+
618
+ #: inc/core/data.php:300
619
+ msgid "Spoiler with hidden content"
620
+ msgstr "Спойлер со скрытым содержимым"
621
+
622
+ #: inc/core/data.php:305
623
+ msgid "Accordion"
624
+ msgstr "Аккордеон"
625
+
626
+ #: inc/core/data.php:315
627
+ msgid ""
628
+ "[%prefix_spoiler]Content[/%prefix_spoiler]\n"
629
+ "[%prefix_spoiler]Content[/%prefix_spoiler]\n"
630
+ "[%prefix_spoiler]Content[/%prefix_spoiler]"
631
+ msgstr ""
632
+ "[%prefix_spoiler]Скрытый текст[/%prefix_spoiler]\n"
633
+ "[%prefix_spoiler]Скрытый текст[/%prefix_spoiler]\n"
634
+ "[%prefix_spoiler]Скрытый текст[/%prefix_spoiler]"
635
+
636
+ #: inc/core/data.php:316
637
+ msgid "Accordion with spoilers"
638
+ msgstr "Аккордеон со спойлерами"
639
+
640
+ #: inc/core/data.php:321
641
+ msgid "Divider"
642
+ msgstr "Разделитель"
643
+
644
+ #: inc/core/data.php:328
645
+ msgid "Show TOP link"
646
+ msgstr "Показать ссылку ВВЕРХ"
647
+
648
+ #: inc/core/data.php:329
649
+ msgid "Show link to top of the page or not"
650
+ msgstr "Показывать ссылку ВВЕРХ или нет"
651
+
652
+ #: inc/core/data.php:333 inc/core/shortcodes.php:99
653
+ msgid "Go to top"
654
+ msgstr "Вверх"
655
+
656
+ #: inc/core/data.php:334
657
+ msgid "Link text"
658
+ msgstr "Текст ссылки"
659
+
660
+ #: inc/core/data.php:334
661
+ msgid "Text for the GO TOP link"
662
+ msgstr "Текст ссылки ВВЕРХ"
663
+
664
+ #: inc/core/data.php:342
665
+ msgid "Content divider with optional TOP link"
666
+ msgstr "Разделитель текста со ссылкой ВВЕРХ"
667
+
668
+ #: inc/core/data.php:347
669
+ msgid "Spacer"
670
+ msgstr "Пробел"
671
+
672
+ #: inc/core/data.php:357 inc/core/data.php:1072 inc/core/data.php:1128
673
+ #: inc/core/data.php:1240 inc/core/data.php:1289 inc/core/data.php:1385
674
+ #: inc/core/data.php:1641 inc/core/data.php:1680 inc/core/data.php:1752
675
+ #: inc/core/data.php:1861 inc/core/data.php:1987 inc/core/data.php:2204
676
+ msgid "Height"
677
+ msgstr "Высота"
678
+
679
+ #: inc/core/data.php:358
680
+ msgid "Height of the spacer in pixels"
681
+ msgstr "Высота пробела в пикселях"
682
+
683
+ #: inc/core/data.php:366
684
+ msgid "Empty space with adjustable height"
685
+ msgstr "Пробел с настраиваемой высотой"
686
+
687
+ #: inc/core/data.php:371
688
+ msgid "Highlight"
689
+ msgstr "Выделитель"
690
+
691
+ #: inc/core/data.php:379 inc/core/data.php:679 inc/core/data.php:868
692
+ msgid "Background"
693
+ msgstr "Фон"
694
+
695
+ #: inc/core/data.php:380
696
+ msgid "Highlighted text background color"
697
+ msgstr "Цвет фона выделяемого текста"
698
+
699
+ #: inc/core/data.php:386 inc/core/data.php:685 inc/core/data.php:874
700
+ msgid "Text color"
701
+ msgstr "Цвет текста"
702
+
703
+ #: inc/core/data.php:386
704
+ msgid "Highlighted text color"
705
+ msgstr "Цвет выделяемого текста"
706
+
707
+ #: inc/core/data.php:394 inc/core/data.php:395
708
+ msgid "Highlighted text"
709
+ msgstr "Подсвеченный текст"
710
+
711
+ #: inc/core/data.php:400 inc/core/data.php:424 inc/vendor/sunrise.php:409
712
+ msgid "Label"
713
+ msgstr "Ярлык"
714
+
715
+ #: inc/core/data.php:408
716
+ msgid "Success"
717
+ msgstr "Успех"
718
+
719
+ #: inc/core/data.php:409
720
+ msgid "Warning"
721
+ msgstr "Внимание"
722
+
723
+ #: inc/core/data.php:410
724
+ msgid "Important"
725
+ msgstr "Важно"
726
+
727
+ #: inc/core/data.php:411
728
+ msgid "Black"
729
+ msgstr "Черный"
730
+
731
+ #: inc/core/data.php:412
732
+ msgid "Info"
733
+ msgstr "Инфо"
734
+
735
+ #: inc/core/data.php:415
736
+ msgid "Type"
737
+ msgstr "Тип"
738
+
739
+ #: inc/core/data.php:416
740
+ msgid "Style of the label"
741
+ msgstr "Стиль ярлыка"
742
+
743
+ #: inc/core/data.php:425
744
+ msgid "Styled label"
745
+ msgstr "Стильный ярлык"
746
+
747
+ #: inc/core/data.php:430 inc/core/data.php:460
748
+ msgid "Quote"
749
+ msgstr "Цитата"
750
+
751
+ #: inc/core/data.php:441
752
+ msgid "Choose style for this quote"
753
+ msgstr "Выберите стиль для этой цитаты"
754
+
755
+ #: inc/core/data.php:445
756
+ msgid "Cite"
757
+ msgstr "Автор"
758
+
759
+ #: inc/core/data.php:446
760
+ msgid "Quote author name"
761
+ msgstr "Имя автора цитаты"
762
+
763
+ #: inc/core/data.php:451
764
+ msgid "Cite url"
765
+ msgstr "Ссылка автора"
766
+
767
+ #: inc/core/data.php:452
768
+ msgid "Url of the quote author. Leave empty to disable link"
769
+ msgstr "Ссылка автора цитаты. Оставьте пустым, чтобы отключить ссылку"
770
+
771
+ #: inc/core/data.php:461
772
+ msgid "Blockquote alternative"
773
+ msgstr "Альтернатива цитаты"
774
+
775
+ #: inc/core/data.php:466 inc/core/data.php:485 inc/core/data.php:486
776
+ msgid "Pullquote"
777
+ msgstr "Цитата с обтеканием"
778
+
779
+ #: inc/core/data.php:477
780
+ msgid "Pullquote alignment (float)"
781
+ msgstr "Выравнивание цитаты (обтекание)"
782
+
783
+ #: inc/core/data.php:491 inc/core/data.php:522
784
+ msgid "Dropcap"
785
+ msgstr "Буквица"
786
+
787
+ #: inc/core/data.php:499 inc/core/data.php:664
788
+ msgid "Flat"
789
+ msgstr "Плоский"
790
+
791
+ #: inc/core/data.php:500
792
+ msgid "Light"
793
+ msgstr "Светлый"
794
+
795
+ #: inc/core/data.php:504
796
+ msgid "Dropcap style preset"
797
+ msgstr "Стиль буквицы"
798
+
799
+ #: inc/core/data.php:513
800
+ msgid "Choose dropcap size"
801
+ msgstr "Выберите размер буквицы"
802
+
803
+ #: inc/core/data.php:521
804
+ msgid "D"
805
+ msgstr "D"
806
+
807
+ #: inc/core/data.php:527
808
+ msgid "Frame"
809
+ msgstr "Рамка"
810
+
811
+ #: inc/core/data.php:540
812
+ msgid "Frame alignment"
813
+ msgstr "Выравнивание рамки"
814
+
815
+ #: inc/core/data.php:549
816
+ msgid "Styled image frame"
817
+ msgstr "Стильный рамка изображения"
818
+
819
+ #: inc/core/data.php:554
820
+ msgid "Row"
821
+ msgstr "Колонки"
822
+
823
+ #: inc/core/data.php:564
824
+ msgid ""
825
+ "[%prefix_column size=\"1/3\"]Content[/%prefix_column]\n"
826
+ "[%prefix_column size=\"1/3\"]Content[/%prefix_column]\n"
827
+ "[%prefix_column size=\"1/3\"]Content[/%prefix_column]"
828
+ msgstr ""
829
+ "[%prefix_column size=\"1/3\"]Содержимое колонки[/%prefix_column]\n"
830
+ "[%prefix_column size=\"1/3\"]Содержимое колонки[/%prefix_column]\n"
831
+ "[%prefix_column size=\"1/3\"]Содержимое колонки[/%prefix_column]"
832
+
833
+ #: inc/core/data.php:565
834
+ msgid "Row for flexible columns"
835
+ msgstr "Контейнер с резиновыми колонками"
836
+
837
+ #: inc/core/data.php:570
838
+ msgid "Column"
839
+ msgstr "Колонка"
840
+
841
+ #: inc/core/data.php:577
842
+ msgid "Full width"
843
+ msgstr "Во всю ширину"
844
+
845
+ #: inc/core/data.php:578
846
+ msgid "One half"
847
+ msgstr "Одна вторая"
848
+
849
+ #: inc/core/data.php:579
850
+ msgid "One third"
851
+ msgstr "Одна третья"
852
+
853
+ #: inc/core/data.php:580
854
+ msgid "Two third"
855
+ msgstr "Две трети"
856
+
857
+ #: inc/core/data.php:581
858
+ msgid "One fourth"
859
+ msgstr "Одна четвертая"
860
+
861
+ #: inc/core/data.php:582
862
+ msgid "Three fourth"
863
+ msgstr "Три четвертых"
864
+
865
+ #: inc/core/data.php:583
866
+ msgid "One fifth"
867
+ msgstr "Одна пятая"
868
+
869
+ #: inc/core/data.php:584
870
+ msgid "Two fifth"
871
+ msgstr "Две пятых"
872
+
873
+ #: inc/core/data.php:585
874
+ msgid "Three fifth"
875
+ msgstr "Три пятых"
876
+
877
+ #: inc/core/data.php:586
878
+ msgid "Four fifth"
879
+ msgstr "Четыре пятых"
880
+
881
+ #: inc/core/data.php:587
882
+ msgid "One sixth"
883
+ msgstr "Одна шестая"
884
+
885
+ #: inc/core/data.php:588
886
+ msgid "Five sixth"
887
+ msgstr "Пять шестых"
888
+
889
+ #: inc/core/data.php:592
890
+ msgid "Select column width. This width will be calculated depend page width"
891
+ msgstr ""
892
+ "Выберите ширину колнки. Эта ширина будет рассчитана на основе ширины страницы"
893
+
894
+ #: inc/core/data.php:597 inc/core/data.php:705
895
+ msgid "Centered"
896
+ msgstr "По центру"
897
+
898
+ #: inc/core/data.php:598
899
+ msgid "Is this column centered on the page"
900
+ msgstr "Колонка выровнена по центру страницы"
901
+
902
+ #: inc/core/data.php:606
903
+ msgid "Column content"
904
+ msgstr "Содержимое колонки"
905
+
906
+ #: inc/core/data.php:607
907
+ msgid "Flexible and responsive columns"
908
+ msgstr "Резновые колонки"
909
+
910
+ #: inc/core/data.php:612
911
+ msgid "List"
912
+ msgstr "Список"
913
+
914
+ #: inc/core/data.php:620
915
+ msgid "You can upload custom icon for this list or pick a built-in icon"
916
+ msgstr "Вы можете загрузить свою иконку для этого списка или выбрать из списка"
917
+
918
+ #: inc/core/data.php:625 inc/core/data.php:730 inc/core/data.php:780
919
+ msgid "Icon color"
920
+ msgstr "Цвет иконки"
921
+
922
+ #: inc/core/data.php:626 inc/core/data.php:731 inc/core/data.php:781
923
+ msgid ""
924
+ "This color will be applied to the selected icon. Does not works with "
925
+ "uploaded icons"
926
+ msgstr ""
927
+ "Этот цвет будет применен только к иконке выбранной из списка. Не работает "
928
+ "для загруженных иконок"
929
+
930
+ #: inc/core/data.php:634
931
+ msgid ""
932
+ "<ul>\n"
933
+ "<li>List item</li>\n"
934
+ "<li>List item</li>\n"
935
+ "<li>List item</li>\n"
936
+ "</ul>"
937
+ msgstr ""
938
+ "<ul>\n"
939
+ "<li>Элемент списка</li>\n"
940
+ "<li>Элемент списка</li>\n"
941
+ "<li>Элемент списка</li>\n"
942
+ "</ul>"
943
+
944
+ #: inc/core/data.php:635
945
+ msgid "Styled unordered list"
946
+ msgstr "Стильный неупорядоченный список"
947
+
948
+ #: inc/core/data.php:640
949
+ msgid "Button"
950
+ msgstr "Кнопка"
951
+
952
+ #: inc/core/data.php:647
953
+ msgid "Link"
954
+ msgstr "Ссылка"
955
+
956
+ #: inc/core/data.php:648
957
+ msgid "Button link"
958
+ msgstr "Ссылка кнопки"
959
+
960
+ #: inc/core/data.php:653 inc/core/data.php:1451
961
+ msgid "Same tab"
962
+ msgstr "Та же вкладка"
963
+
964
+ #: inc/core/data.php:654 inc/core/data.php:1452
965
+ msgid "New tab"
966
+ msgstr "Новая вкладка"
967
+
968
+ #: inc/core/data.php:657 inc/core/data.php:1455
969
+ msgid "Target"
970
+ msgstr "Цель"
971
+
972
+ #: inc/core/data.php:658
973
+ msgid "Button link target"
974
+ msgstr "Цель ссылки кнопки"
975
+
976
+ #: inc/core/data.php:665 inc/core/data.php:817
977
+ msgid "Soft"
978
+ msgstr "Мягкий"
979
+
980
+ #: inc/core/data.php:666 inc/core/data.php:818
981
+ msgid "Glass"
982
+ msgstr "Стекло"
983
+
984
+ #: inc/core/data.php:667 inc/core/data.php:819
985
+ msgid "Bubbles"
986
+ msgstr "Пузыри"
987
+
988
+ #: inc/core/data.php:668 inc/core/data.php:820
989
+ msgid "Noise"
990
+ msgstr "Шум"
991
+
992
+ #: inc/core/data.php:669
993
+ msgid "Stroked"
994
+ msgstr "Прошитый"
995
+
996
+ #: inc/core/data.php:670
997
+ msgid "3D"
998
+ msgstr "3D"
999
+
1000
+ #: inc/core/data.php:673
1001
+ msgid "Button background style preset"
1002
+ msgstr "Стиль фона кнопки"
1003
+
1004
+ #: inc/core/data.php:679
1005
+ msgid "Button background color"
1006
+ msgstr "Цвет фона кнопки"
1007
+
1008
+ #: inc/core/data.php:686
1009
+ msgid "Button text color"
1010
+ msgstr "Цвет текста кнопки"
1011
+
1012
+ #: inc/core/data.php:695
1013
+ msgid "Button size"
1014
+ msgstr "Размер кнопки"
1015
+
1016
+ #: inc/core/data.php:700
1017
+ msgid "Fluid"
1018
+ msgstr "Резиновая"
1019
+
1020
+ #: inc/core/data.php:700
1021
+ msgid "Fluid buttons has 100% width"
1022
+ msgstr "Резиновые кнопки имеют ширину 100%"
1023
+
1024
+ #: inc/core/data.php:705
1025
+ msgid "Is button centered on the page"
1026
+ msgstr "Кнопка выровнена по центру страницы"
1027
+
1028
+ #: inc/core/data.php:710
1029
+ msgid "Auto"
1030
+ msgstr "Авто"
1031
+
1032
+ #: inc/core/data.php:711
1033
+ msgid "Round"
1034
+ msgstr "Круглый"
1035
+
1036
+ #: inc/core/data.php:712
1037
+ msgid "Square"
1038
+ msgstr "Квадратный"
1039
+
1040
+ #: inc/core/data.php:718 inc/core/data.php:845 inc/core/data.php:883
1041
+ msgid "Radius"
1042
+ msgstr "Радиус"
1043
+
1044
+ #: inc/core/data.php:719
1045
+ msgid "Radius of button corners. Auto-radius calculation based on button size"
1046
+ msgstr ""
1047
+ "Радиус углов кнопки. Значени auto рассчитывается на основе размера кнопки"
1048
+
1049
+ #: inc/core/data.php:725
1050
+ msgid "You can upload custom icon for this button or pick a built-in icon"
1051
+ msgstr "Вы можете загрузить свою иконку для этой кнопки или выбрать из списка"
1052
+
1053
+ #: inc/core/data.php:736
1054
+ msgid "Text shadow"
1055
+ msgstr "Тень текста"
1056
+
1057
+ #: inc/core/data.php:737
1058
+ msgid "Button text shadow"
1059
+ msgstr "Тень текста на кнопке"
1060
+
1061
+ #: inc/core/data.php:741
1062
+ msgid "Description"
1063
+ msgstr "Описание"
1064
+
1065
+ #: inc/core/data.php:742
1066
+ msgid ""
1067
+ "Small description under button text. This option is incompatible with icon."
1068
+ msgstr ""
1069
+ "Небольшое описание под текстом кнопки. Это описание не совместимо с иконками "
1070
+ "кнопок."
1071
+
1072
+ #: inc/core/data.php:746
1073
+ msgid "onClick"
1074
+ msgstr "onClick"
1075
+
1076
+ #: inc/core/data.php:747
1077
+ msgid "Advanced JavaScript code for onClick action"
1078
+ msgstr "JavaScript код для атрибута onClick"
1079
+
1080
+ #: inc/core/data.php:755
1081
+ msgid "Button text"
1082
+ msgstr "Текст кнопки"
1083
+
1084
+ #: inc/core/data.php:756
1085
+ msgid "Styled button"
1086
+ msgstr "Стильная кнопка"
1087
+
1088
+ #: inc/core/data.php:761
1089
+ msgid "Service"
1090
+ msgstr "Услуга"
1091
+
1092
+ #: inc/core/data.php:767 inc/core/shortcodes.php:430
1093
+ msgid "Service title"
1094
+ msgstr "Название услуги"
1095
+
1096
+ #: inc/core/data.php:769
1097
+ msgid "Service name"
1098
+ msgstr "Название услуги"
1099
+
1100
+ #: inc/core/data.php:775
1101
+ msgid "You can upload custom icon for this box"
1102
+ msgstr "Вы можете загрузить свою иконку для этого блока"
1103
+
1104
+ #: inc/core/data.php:789
1105
+ msgid "Icon size"
1106
+ msgstr "Размер иконки"
1107
+
1108
+ #: inc/core/data.php:790
1109
+ msgid "Size of the uploaded icon in pixels"
1110
+ msgstr "Размер загруженной иконки в пикселях"
1111
+
1112
+ #: inc/core/data.php:798
1113
+ msgid "Service description"
1114
+ msgstr "Описание услуги"
1115
+
1116
+ #: inc/core/data.php:799
1117
+ msgid "Service box with title"
1118
+ msgstr "Блок услуга с заголовком"
1119
+
1120
+ #: inc/core/data.php:810
1121
+ msgid "Box title"
1122
+ msgstr "Заголовок блока"
1123
+
1124
+ #: inc/core/data.php:811
1125
+ msgid "Text for the box title"
1126
+ msgstr "Текст для заголовка блока"
1127
+
1128
+ #: inc/core/data.php:824
1129
+ msgid "Box style preset"
1130
+ msgstr "Стиль блока"
1131
+
1132
+ #: inc/core/data.php:830 inc/core/generator-views.php:103
1133
+ msgid "Color"
1134
+ msgstr "Цвет"
1135
+
1136
+ #: inc/core/data.php:831
1137
+ msgid "Color for the box title and borders"
1138
+ msgstr "Цвет заголовка блока и его рамки"
1139
+
1140
+ #: inc/core/data.php:837
1141
+ msgid "Title text color"
1142
+ msgstr "Цвет текста заголовка"
1143
+
1144
+ #: inc/core/data.php:837
1145
+ msgid "Color for the box title text"
1146
+ msgstr "Цвет текста в заголовке блока"
1147
+
1148
+ #: inc/core/data.php:846
1149
+ msgid "Box corners radius"
1150
+ msgstr "Радиус углов"
1151
+
1152
+ #: inc/core/data.php:854
1153
+ msgid "Box content"
1154
+ msgstr "Содержимое блока"
1155
+
1156
+ #: inc/core/data.php:855
1157
+ msgid "Colored box with caption"
1158
+ msgstr "Цветной блок с заголовком"
1159
+
1160
+ #: inc/core/data.php:860
1161
+ msgid "Note"
1162
+ msgstr "Заметка"
1163
+
1164
+ #: inc/core/data.php:868
1165
+ msgid "Note background color"
1166
+ msgstr "Цвет фона заметки"
1167
+
1168
+ #: inc/core/data.php:875
1169
+ msgid "Note text color"
1170
+ msgstr "Цвет текста заметки"
1171
+
1172
+ #: inc/core/data.php:883
1173
+ msgid "Note corners radius"
1174
+ msgstr "Радиус углов"
1175
+
1176
+ #: inc/core/data.php:891
1177
+ msgid "Note text"
1178
+ msgstr "Текст заметки"
1179
+
1180
+ #: inc/core/data.php:892
1181
+ msgid "Colored box"
1182
+ msgstr "Цветной блок"
1183
+
1184
+ #: inc/core/data.php:897
1185
+ msgid "Lightbox"
1186
+ msgstr "Лайтбокс"
1187
+
1188
+ #: inc/core/data.php:904
1189
+ msgid "Iframe"
1190
+ msgstr "Фрейм (iframe)"
1191
+
1192
+ #: inc/core/data.php:905
1193
+ msgid "Image"
1194
+ msgstr "Изображение"
1195
+
1196
+ #: inc/core/data.php:906
1197
+ msgid "Inline (html content)"
1198
+ msgstr "HTML элемент"
1199
+
1200
+ #: inc/core/data.php:909
1201
+ msgid "Content type"
1202
+ msgstr "Тип содержимого"
1203
+
1204
+ #: inc/core/data.php:910
1205
+ msgid "Select type of the lightbox window content"
1206
+ msgstr "Выберите тип содержимого в окне лайтбокса"
1207
+
1208
+ #: inc/core/data.php:914
1209
+ msgid "Content source"
1210
+ msgstr "Источник содержимого"
1211
+
1212
+ #: inc/core/data.php:915
1213
+ msgid ""
1214
+ "Insert here URL or CSS selector. Use URL for Iframe and Image content types. "
1215
+ "Use CSS selector for Inline content type.<br />Example values:<br /><b"
1216
+ "%value>http://www.youtube.com/watch?v=XXXXXXXXX</b> - YouTube video (iframe)"
1217
+ "<br /><b%value>http://example.com/wp-content/uploads/image.jpg</b> - "
1218
+ "uploaded image (image)<br /><b%value>http://example.com/</b> - any web page "
1219
+ "(iframe)<br /><b%value>#contact-form</b> - any HTML content (inline)"
1220
+ msgstr ""
1221
+ "Вставьте URL или CSS селектор. Используйте URL для типов содержимого Фрейм "
1222
+ "(iframe) и Изображение. Используйте CSS селектор для содержимого типа HTML "
1223
+ "элемент.<br />Примеры значений:<br /><b%value>http://www.youtube.com/watch?"
1224
+ "v=XXXXXXXXX</b> - YouTube видео (фрейм)<br /><b%value>http://example.com/wp-"
1225
+ "content/uploads/image.jpg</b> - загруженное изображение (изображение)<br /><b"
1226
+ "%value>http://example.com/</b> - любая веб-страница (фрейм)<br /><b"
1227
+ "%value>#contact-form</b> - любой HTML элемент (html элемент)"
1228
+
1229
+ #: inc/core/data.php:923
1230
+ msgid "[%prefix_button] Click Here to Watch the Video [/%prefix_button]"
1231
+ msgstr ""
1232
+ "[%prefix_button] Нажмите здесь чтобы посмотреть видео [/%prefix_button]"
1233
+
1234
+ #: inc/core/data.php:924
1235
+ msgid "Lightbox window with custom content"
1236
+ msgstr "Лайтбокс с произвольным содержимым"
1237
+
1238
+ #: inc/core/data.php:929
1239
+ msgid "Tooltip"
1240
+ msgstr "Подсказка"
1241
+
1242
+ #: inc/core/data.php:936
1243
+ msgid "Basic: Light"
1244
+ msgstr "Базовый: Светлый"
1245
+
1246
+ #: inc/core/data.php:937
1247
+ msgid "Basic: Dark"
1248
+ msgstr "Базовый: Темный"
1249
+
1250
+ #: inc/core/data.php:938
1251
+ msgid "Basic: Yellow"
1252
+ msgstr "Базовый: Желтый"
1253
+
1254
+ #: inc/core/data.php:939
1255
+ msgid "Basic: Green"
1256
+ msgstr "Базовый: Зеленый"
1257
+
1258
+ #: inc/core/data.php:940
1259
+ msgid "Basic: Red"
1260
+ msgstr "Базовый: Красный"
1261
+
1262
+ #: inc/core/data.php:941
1263
+ msgid "Basic: Blue"
1264
+ msgstr "Базовый: Голубой"
1265
+
1266
+ #: inc/core/data.php:942
1267
+ msgid "Youtube"
1268
+ msgstr "Youtube"
1269
+
1270
+ #: inc/core/data.php:943
1271
+ msgid "Tipsy"
1272
+ msgstr "Tipsy"
1273
+
1274
+ #: inc/core/data.php:944
1275
+ msgid "Bootstrap"
1276
+ msgstr "Bootstrap"
1277
+
1278
+ #: inc/core/data.php:945
1279
+ msgid "jTools"
1280
+ msgstr "jTools"
1281
+
1282
+ #: inc/core/data.php:946
1283
+ msgid "Tipped"
1284
+ msgstr "Tipped"
1285
+
1286
+ #: inc/core/data.php:947
1287
+ msgid "Cluetip"
1288
+ msgstr "Cluetip"
1289
+
1290
+ #: inc/core/data.php:951
1291
+ msgid "Tooltip window style"
1292
+ msgstr "Стиль окна подсказки"
1293
+
1294
+ #: inc/core/data.php:956
1295
+ msgid "Top"
1296
+ msgstr "Сверху"
1297
+
1298
+ #: inc/core/data.php:957
1299
+ msgid "Bottom"
1300
+ msgstr "Снизу"
1301
+
1302
+ #: inc/core/data.php:962
1303
+ msgid "Position"
1304
+ msgstr "Положение"
1305
+
1306
+ #: inc/core/data.php:963
1307
+ msgid "Tooltip position"
1308
+ msgstr "Положение всплывающей подсказки"
1309
+
1310
+ #: inc/core/data.php:968
1311
+ msgid "Shadow"
1312
+ msgstr "Тень"
1313
+
1314
+ #: inc/core/data.php:969
1315
+ msgid ""
1316
+ "Add shadow to tooltip. This option is only works with basic styes, e.g. "
1317
+ "blue, green etc."
1318
+ msgstr "Добавить тень окну подсказки. Тень работает только для базовых стилей."
1319
+
1320
+ #: inc/core/data.php:974
1321
+ msgid "Rounded corners"
1322
+ msgstr "Скругление"
1323
+
1324
+ #: inc/core/data.php:975
1325
+ msgid ""
1326
+ "Use rounded for tooltip. This option is only works with basic styes, e.g. "
1327
+ "blue, green etc."
1328
+ msgstr ""
1329
+ "Добавить скругленные уголки окну подсказки. Скругление работает только для "
1330
+ "базовых стилей."
1331
+
1332
+ #: inc/core/data.php:989
1333
+ msgid "Font size"
1334
+ msgstr "Размер шрифта"
1335
+
1336
+ #: inc/core/data.php:990
1337
+ msgid "Tooltip font size"
1338
+ msgstr "Размер шрифта подсказки"
1339
+
1340
+ #: inc/core/data.php:994
1341
+ msgid "Tooltip title"
1342
+ msgstr "Заголовок подсказки"
1343
+
1344
+ #: inc/core/data.php:995
1345
+ msgid ""
1346
+ "Enter title for tooltip window. Leave this field empty to hide the title"
1347
+ msgstr ""
1348
+ "Укажите заголовок окна подсказки. Оставьте поле пустым, чтобы скрыть "
1349
+ "заголовок"
1350
+
1351
+ #: inc/core/data.php:998 inc/core/shortcodes.php:508
1352
+ msgid "Tooltip text"
1353
+ msgstr "Текст подсказки"
1354
+
1355
+ #: inc/core/data.php:999
1356
+ msgid "Tooltip content"
1357
+ msgstr "Содержимое подсказки"
1358
+
1359
+ #: inc/core/data.php:1000
1360
+ msgid "Enter tooltip content here"
1361
+ msgstr "Введите сюда содержимое подсказки"
1362
+
1363
+ #: inc/core/data.php:1005
1364
+ msgid "Show and hide on mouse hover"
1365
+ msgstr "Показать и скрыть при наведении мыши"
1366
+
1367
+ #: inc/core/data.php:1006
1368
+ msgid "Show and hide by mouse click"
1369
+ msgstr "Показать и скрыть по клику мыши"
1370
+
1371
+ #: inc/core/data.php:1007
1372
+ msgid "Always visible"
1373
+ msgstr "Всегда видима"
1374
+
1375
+ #: inc/core/data.php:1010
1376
+ msgid "Behavior"
1377
+ msgstr "Поведение"
1378
+
1379
+ #: inc/core/data.php:1011
1380
+ msgid "Select tooltip behavior"
1381
+ msgstr "Выберите поведение подсказки"
1382
+
1383
+ #: inc/core/data.php:1016
1384
+ msgid "Close button"
1385
+ msgstr "Кнопка закрыть"
1386
+
1387
+ #: inc/core/data.php:1017
1388
+ msgid "Show close button"
1389
+ msgstr "Показывать кнопку закрыть"
1390
+
1391
+ #: inc/core/data.php:1025
1392
+ msgid "[%prefix_button] Hover me to open tooltip [/%prefix_button]"
1393
+ msgstr ""
1394
+ "[%prefix_button] Наведите мышку чтобы увидеть подсказку [/%prefix_button]"
1395
+
1396
+ #: inc/core/data.php:1026
1397
+ msgid "Tooltip window with custom content"
1398
+ msgstr "Всплывающая подсказка с произвольным содержимым"
1399
+
1400
+ #: inc/core/data.php:1031
1401
+ msgid "Private"
1402
+ msgstr "Заметка для авторов"
1403
+
1404
+ #: inc/core/data.php:1041
1405
+ msgid "Private note text"
1406
+ msgstr "Текст приватной заметки"
1407
+
1408
+ #: inc/core/data.php:1042
1409
+ msgid "Private note for post authors"
1410
+ msgstr "Приватный текст для других авторов"
1411
+
1412
+ #: inc/core/data.php:1047
1413
+ msgid "YouTube"
1414
+ msgstr "YouTube"
1415
+
1416
+ #: inc/core/data.php:1054 inc/core/data.php:1105 inc/core/data.php:1223
1417
+ #: inc/core/data.php:1272 inc/core/data.php:1526 inc/core/data.php:1623
1418
+ msgid "Url"
1419
+ msgstr "Ссылка"
1420
+
1421
+ #: inc/core/data.php:1055 inc/core/data.php:1106
1422
+ msgid "Url of YouTube page with video. Ex: http://youtube.com/watch?v=XXXXXX"
1423
+ msgstr ""
1424
+ "Ссылка на страницу YouTube с видео. Пример: http://youtube.com/watch?v=XXXXXX"
1425
+
1426
+ #: inc/core/data.php:1063 inc/core/data.php:1119 inc/core/data.php:1231
1427
+ #: inc/core/data.php:1280 inc/core/data.php:1322 inc/core/data.php:1376
1428
+ #: inc/core/data.php:1632 inc/core/data.php:1671 inc/core/data.php:1744
1429
+ #: inc/core/data.php:1852 inc/core/data.php:1979 inc/core/data.php:2195
1430
+ msgid "Width"
1431
+ msgstr "Ширина"
1432
+
1433
+ #: inc/core/data.php:1064 inc/core/data.php:1120 inc/core/data.php:1232
1434
+ #: inc/core/data.php:1281 inc/core/data.php:1377
1435
+ msgid "Player width"
1436
+ msgstr "Ширина плеера"
1437
+
1438
+ #: inc/core/data.php:1073 inc/core/data.php:1129 inc/core/data.php:1241
1439
+ #: inc/core/data.php:1290 inc/core/data.php:1386
1440
+ msgid "Player height"
1441
+ msgstr "Высота плеера"
1442
+
1443
+ #: inc/core/data.php:1078 inc/core/data.php:1134 inc/core/data.php:1246
1444
+ #: inc/core/data.php:1295 inc/core/data.php:1647 inc/core/data.php:1686
1445
+ #: inc/core/data.php:1757 inc/core/data.php:1867
1446
+ msgid "Responsive"
1447
+ msgstr "Отзывчивость (responsive)"
1448
+
1449
+ #: inc/core/data.php:1079 inc/core/data.php:1135 inc/core/data.php:1247
1450
+ #: inc/core/data.php:1296
1451
+ msgid "Ignore width and height parameters and make player responsive"
1452
+ msgstr ""
1453
+ "Игнорировать значения ширины и высоты и сделать проигрыватель отзывчивым"
1454
+
1455
+ #: inc/core/data.php:1084 inc/core/data.php:1168 inc/core/data.php:1252
1456
+ #: inc/core/data.php:1328 inc/core/data.php:1397 inc/core/data.php:1792
1457
+ #: inc/core/data.php:1919
1458
+ msgid "Autoplay"
1459
+ msgstr "Автовоспроизведение"
1460
+
1461
+ #: inc/core/data.php:1085 inc/core/data.php:1169 inc/core/data.php:1253
1462
+ msgid "Play video automatically when page is loaded"
1463
+ msgstr "Воспроизвести видео автоматически при открытии страницы"
1464
+
1465
+ #: inc/core/data.php:1093
1466
+ msgid "YouTube video"
1467
+ msgstr "Видео YouTube"
1468
+
1469
+ #: inc/core/data.php:1098
1470
+ msgid "YouTube Advanced"
1471
+ msgstr "YouTube продвинутый"
1472
+
1473
+ #: inc/core/data.php:1110
1474
+ msgid "Playlist"
1475
+ msgstr "Плейлист"
1476
+
1477
+ #: inc/core/data.php:1111
1478
+ msgid ""
1479
+ "Value is a comma-separated list of video IDs to play. If you specify a "
1480
+ "value, the first video that plays will be the VIDEO_ID specified in the URL "
1481
+ "path, and the videos specified in the playlist parameter will play thereafter"
1482
+ msgstr ""
1483
+ "Разделенный запятыми список ID видео для плейлиста. Если вы укажете это "
1484
+ "значение, то первым будет проиграно видео из параметра URL, а указанные "
1485
+ "здесь видео будут проиграны после него"
1486
+
1487
+ #: inc/core/data.php:1140
1488
+ msgid "0 - Hide controls"
1489
+ msgstr "0 - Спрятать панель"
1490
+
1491
+ #: inc/core/data.php:1141
1492
+ msgid "1 - Show controls"
1493
+ msgstr "1 - Показать панель"
1494
+
1495
+ #: inc/core/data.php:1142
1496
+ msgid "2 - Show controls when playback is started"
1497
+ msgstr "2 - Показать панель при начале воспроизведения"
1498
+
1499
+ #: inc/core/data.php:1145 inc/core/data.php:1391
1500
+ msgid "Controls"
1501
+ msgstr "Элементы управления"
1502
+
1503
+ #: inc/core/data.php:1146
1504
+ msgid "This parameter indicates whether the video player controls will display"
1505
+ msgstr ""
1506
+ "Этот параметр определяет как показывать панель управления воспроизведением"
1507
+
1508
+ #: inc/core/data.php:1151
1509
+ msgid "0 - Do not hide controls"
1510
+ msgstr "0 - Не прятать панель"
1511
+
1512
+ #: inc/core/data.php:1152
1513
+ msgid "1 - Hide all controls on mouse out"
1514
+ msgstr "1 - Спрятать панель при уходе мыши"
1515
+
1516
+ #: inc/core/data.php:1153
1517
+ msgid "2 - Hide progress bar on mouse out"
1518
+ msgstr "2 - Спрятать полосу прокрутки при уходе мыши"
1519
+
1520
+ #: inc/core/data.php:1156
1521
+ msgid "Autohide"
1522
+ msgstr "Авто-скрытие"
1523
+
1524
+ #: inc/core/data.php:1157
1525
+ msgid ""
1526
+ "This parameter indicates whether the video controls will automatically hide "
1527
+ "after a video begins playing"
1528
+ msgstr ""
1529
+ "Этот параметр определяет как скрывать панель управления воспроизведением во "
1530
+ "время проигрывания ролика"
1531
+
1532
+ #: inc/core/data.php:1162
1533
+ msgid "Show title bar"
1534
+ msgstr "Показывать заголовок"
1535
+
1536
+ #: inc/core/data.php:1163
1537
+ msgid ""
1538
+ "If you set the parameter value to NO, then the player will not display "
1539
+ "information like the video title and uploader before the video starts "
1540
+ "playing."
1541
+ msgstr ""
1542
+ "Если вы установите параметр на НЕТ, то в плеере не будет показан заголовок с "
1543
+ "названием видео и имя автора видео"
1544
+
1545
+ #: inc/core/data.php:1174 inc/core/data.php:1334 inc/core/data.php:1403
1546
+ msgid "Loop"
1547
+ msgstr "Повтор"
1548
+
1549
+ #: inc/core/data.php:1175
1550
+ msgid ""
1551
+ "Setting of YES will cause the player to play the initial video again and "
1552
+ "again"
1553
+ msgstr "Видео будет снова проиграно по окнчании воспроизведения"
1554
+
1555
+ #: inc/core/data.php:1180
1556
+ msgid "Related videos"
1557
+ msgstr "Похожие видео"
1558
+
1559
+ #: inc/core/data.php:1181
1560
+ msgid ""
1561
+ "This parameter indicates whether the player should show related videos when "
1562
+ "playback of the initial video ends"
1563
+ msgstr ""
1564
+ "Этот параметр позволяет отключать показ похожих видео по окончании "
1565
+ "воспроизведения"
1566
+
1567
+ #: inc/core/data.php:1186
1568
+ msgid "Show full-screen button"
1569
+ msgstr "Показывать кнопку полноэкранного режима"
1570
+
1571
+ #: inc/core/data.php:1187
1572
+ msgid ""
1573
+ "Setting this parameter to NO prevents the fullscreen button from displaying"
1574
+ msgstr ""
1575
+ "Установка этого параметра на НЕТ скроет кнопку перехода в полноэкранный режим"
1576
+
1577
+ #: inc/core/data.php:1193
1578
+ msgid ""
1579
+ "This parameter lets you use a YouTube player that does not show a YouTube "
1580
+ "logo. Set the parameter value to YES to prevent the YouTube logo from "
1581
+ "displaying in the control bar. Note that a small YouTube text label will "
1582
+ "still display in the upper-right corner of a paused video when the user's "
1583
+ "mouse pointer hovers over the player"
1584
+ msgstr ""
1585
+ "Установите этот параметр на ДА и логотип YouTube будет удален с панели "
1586
+ "управления воспроизведением. Вместо он будет показан либо в панели заголовка "
1587
+ "видео, либо как полупрозрачный над видео"
1588
+
1589
+ #: inc/core/data.php:1198
1590
+ msgid "Dark theme"
1591
+ msgstr "Темная тема"
1592
+
1593
+ #: inc/core/data.php:1199
1594
+ msgid "Light theme"
1595
+ msgstr "Светлая тема"
1596
+
1597
+ #: inc/core/data.php:1202 inc/core/data.php:2226
1598
+ msgid "Theme"
1599
+ msgstr "Тема"
1600
+
1601
+ #: inc/core/data.php:1203
1602
+ msgid ""
1603
+ "This parameter indicates whether the embedded player will display player "
1604
+ "controls (like a play button or volume control) within a dark or light "
1605
+ "control bar"
1606
+ msgstr "Выберите тему для проигрывателя"
1607
+
1608
+ #: inc/core/data.php:1211
1609
+ msgid "YouTube video player with advanced settings"
1610
+ msgstr "YouTube видео плеер с расширенными настройками"
1611
+
1612
+ #: inc/core/data.php:1216
1613
+ msgid "Vimeo"
1614
+ msgstr "Vimeo"
1615
+
1616
+ #: inc/core/data.php:1223
1617
+ msgid "Url of Vimeo page with video"
1618
+ msgstr "Ссылка на страницу Vimeo с видео"
1619
+
1620
+ #: inc/core/data.php:1261
1621
+ msgid "Vimeo video"
1622
+ msgstr "Видео Vimeo"
1623
+
1624
+ #: inc/core/data.php:1266
1625
+ msgid "Screenr"
1626
+ msgstr "Screenr"
1627
+
1628
+ #: inc/core/data.php:1272
1629
+ msgid "Url of Screenr page with video"
1630
+ msgstr "Ссылка на страницу Screenr с видео"
1631
+
1632
+ #: inc/core/data.php:1304
1633
+ msgid "Screenr video"
1634
+ msgstr "Видео Screenr"
1635
+
1636
+ #: inc/core/data.php:1309
1637
+ msgid "Audio"
1638
+ msgstr "Аудио"
1639
+
1640
+ #: inc/core/data.php:1316 inc/core/data.php:1355
1641
+ msgid "File"
1642
+ msgstr "Файл"
1643
+
1644
+ #: inc/core/data.php:1317
1645
+ msgid "Audio file url. Supported formats: mp3, ogg"
1646
+ msgstr "Ссылка на аудио-файл. Поддерживаемые форматы: mp3, ogg"
1647
+
1648
+ #: inc/core/data.php:1323
1649
+ msgid ""
1650
+ "Player width. You can specify width in percents and player will be "
1651
+ "responsive. Example values: <b%value>200px</b>, <b%value>100&#37;</b>"
1652
+ msgstr ""
1653
+ "Ширина плеера. Вы можете указать ширину в процентах и плеер станет "
1654
+ "отзывчивым (responsive). Примеры значений: <b%value>200px</b>, <b"
1655
+ "%value>100&#37;</b>"
1656
+
1657
+ #: inc/core/data.php:1329 inc/core/data.php:1398
1658
+ msgid "Play file automatically when page is loaded"
1659
+ msgstr "Воспроизводить файл автоматически при открытии страницы"
1660
+
1661
+ #: inc/core/data.php:1335 inc/core/data.php:1404
1662
+ msgid "Repeat when playback is ended"
1663
+ msgstr "Повторять, когда воспроизведение окночено"
1664
+
1665
+ #: inc/core/data.php:1343
1666
+ msgid "Custom audio player"
1667
+ msgstr "Настраиваемый аудио-плеер"
1668
+
1669
+ #: inc/core/data.php:1348
1670
+ msgid "Video"
1671
+ msgstr "Видео"
1672
+
1673
+ #: inc/core/data.php:1356
1674
+ msgid "Url to mp4/flv video-file"
1675
+ msgstr "Ссылка на mp4/flv видео-файл"
1676
+
1677
+ #: inc/core/data.php:1361
1678
+ msgid "Poster"
1679
+ msgstr "Постер"
1680
+
1681
+ #: inc/core/data.php:1362
1682
+ msgid "Url to poster image, that will be shown before playback"
1683
+ msgstr ""
1684
+ "Ссылка на изображение постера. Изображение будет показано перед началом "
1685
+ "воспроизведения"
1686
+
1687
+ #: inc/core/data.php:1368
1688
+ msgid "Player title"
1689
+ msgstr "Заголовок плеера"
1690
+
1691
+ #: inc/core/data.php:1392
1692
+ msgid "Show player controls (play/pause etc.) or not"
1693
+ msgstr ""
1694
+ "Показывать элементы управления плеером (воспроизведение/пауза и т.д.) или нет"
1695
+
1696
+ #: inc/core/data.php:1412
1697
+ msgid "Custom video player"
1698
+ msgstr "Настраиваемый видео-плеер"
1699
+
1700
+ #: inc/core/data.php:1417
1701
+ msgid "Table"
1702
+ msgstr "Таблица"
1703
+
1704
+ #: inc/core/data.php:1424
1705
+ msgid "CSV file"
1706
+ msgstr "CSV файл"
1707
+
1708
+ #: inc/core/data.php:1425
1709
+ msgid "Upload CSV file if you want to create HTML-table from file"
1710
+ msgstr ""
1711
+ "Если вы хотите создать HTML-таблицу из CSV-файла, то загрузите его в это поле"
1712
+
1713
+ #: inc/core/data.php:1433
1714
+ msgid ""
1715
+ "<table>\n"
1716
+ "<tr>\n"
1717
+ "\t<td>Table</td>\n"
1718
+ "\t<td>Table</td>\n"
1719
+ "</tr>\n"
1720
+ "<tr>\n"
1721
+ "\t<td>Table</td>\n"
1722
+ "\t<td>Table</td>\n"
1723
+ "</tr>\n"
1724
+ "</table>"
1725
+ msgstr ""
1726
+ "<table>\n"
1727
+ "<tr>\n"
1728
+ "\t<td>Элемент таблицы</td>\n"
1729
+ "\t<td>Элемент таблицы</td>\n"
1730
+ "</tr>\n"
1731
+ "<tr>\n"
1732
+ "\t<td>Элемент таблицы</td>\n"
1733
+ "\t<td>Элемент таблицы</td>\n"
1734
+ "</tr>\n"
1735
+ "</table>"
1736
+
1737
+ #: inc/core/data.php:1434
1738
+ msgid "Styled table from HTML or CSV file"
1739
+ msgstr "Стильная таблица из HTML или CSV файла"
1740
+
1741
+ #: inc/core/data.php:1439
1742
+ msgid "Permalink"
1743
+ msgstr "Постоянная ссылка"
1744
+
1745
+ #: inc/core/data.php:1445 inc/core/data.php:2335
1746
+ msgid "ID"
1747
+ msgstr "ID"
1748
+
1749
+ #: inc/core/data.php:1446
1750
+ msgid "Post or page ID"
1751
+ msgstr "ID записи или страницы"
1752
+
1753
+ #: inc/core/data.php:1456
1754
+ msgid "Link target. blank - link will be opened in new window/tab"
1755
+ msgstr ""
1756
+ "Цель ссылки. blank - означает что ссылка будет открыта в новом окне или "
1757
+ "вкладке"
1758
+
1759
+ #: inc/core/data.php:1465
1760
+ msgid "Permalink to specified post/page"
1761
+ msgstr "Постоянная ссылка на страницу"
1762
+
1763
+ #: inc/core/data.php:1470
1764
+ msgid "Members"
1765
+ msgstr "Участники"
1766
+
1767
+ #: inc/core/data.php:1475 inc/core/shortcodes.php:756
1768
+ msgid "This content is for registered users only. Please %login%."
1769
+ msgstr ""
1770
+ "Это содержимое только для авторизованых пользователей. Пожалуйста %login%."
1771
+
1772
+ #: inc/core/data.php:1476
1773
+ msgid "Message"
1774
+ msgstr "Сообщение"
1775
+
1776
+ #: inc/core/data.php:1476
1777
+ msgid "Message for not logged users"
1778
+ msgstr "Собщение для неавторизованных"
1779
+
1780
+ #: inc/core/data.php:1481
1781
+ msgid "Box color"
1782
+ msgstr "Цвет блока"
1783
+
1784
+ #: inc/core/data.php:1481
1785
+ msgid "This color will applied only to box for not logged users"
1786
+ msgstr ""
1787
+ "Этот цвет будет применен только к блоку для не авторизованных посетителей"
1788
+
1789
+ #: inc/core/data.php:1484 inc/core/shortcodes.php:759
1790
+ msgid "login"
1791
+ msgstr "войдите"
1792
+
1793
+ #: inc/core/data.php:1485
1794
+ msgid "Login link text"
1795
+ msgstr "Текст ссылки войти"
1796
+
1797
+ #: inc/core/data.php:1485
1798
+ msgid "Text for the login link"
1799
+ msgstr "Текст ссылки ВОЙТИ"
1800
+
1801
+ #: inc/core/data.php:1489
1802
+ msgid "Login link url"
1803
+ msgstr "Адрес ссылки войти"
1804
+
1805
+ #: inc/core/data.php:1497
1806
+ msgid "Content for logged members"
1807
+ msgstr "Содержимое для авторизованых пользователей"
1808
+
1809
+ #: inc/core/data.php:1498
1810
+ msgid "Content for logged in members only"
1811
+ msgstr "Ссодержимое для авторизованых"
1812
+
1813
+ #: inc/core/data.php:1503
1814
+ msgid "Guests"
1815
+ msgstr "Гости"
1816
+
1817
+ #: inc/core/data.php:1513
1818
+ msgid "Content for guests"
1819
+ msgstr "Содержимое для гостей"
1820
+
1821
+ #: inc/core/data.php:1514
1822
+ msgid "Content for guests only"
1823
+ msgstr "Ссодержимое только для гостей"
1824
+
1825
+ #: inc/core/data.php:1519
1826
+ msgid "RSS Feed"
1827
+ msgstr "RSS лента"
1828
+
1829
+ #: inc/core/data.php:1527
1830
+ msgid "Url to RSS-feed"
1831
+ msgstr "Ссылка на RSS-ленту"
1832
+
1833
+ #: inc/core/data.php:1535
1834
+ msgid "Limit"
1835
+ msgstr "Лимит"
1836
+
1837
+ #: inc/core/data.php:1535
1838
+ msgid "Number of items to show"
1839
+ msgstr "Количество элементов для отображения"
1840
+
1841
+ #: inc/core/data.php:1543
1842
+ msgid "Feed grabber"
1843
+ msgstr "Граббер новостных лент"
1844
+
1845
+ #: inc/core/data.php:1548
1846
+ msgid "Menu"
1847
+ msgstr "Меню"
1848
+
1849
+ #: inc/core/data.php:1555
1850
+ msgid "Menu name"
1851
+ msgstr "Имя меню"
1852
+
1853
+ #: inc/core/data.php:1555
1854
+ msgid "Custom menu name. Ex: Main menu"
1855
+ msgstr "Имя произвольного меню. Например: Главное меню"
1856
+
1857
+ #: inc/core/data.php:1563
1858
+ msgid "Custom menu by name"
1859
+ msgstr "Произвольное меню"
1860
+
1861
+ #: inc/core/data.php:1568
1862
+ msgid "Sub pages"
1863
+ msgstr "Подстраницы"
1864
+
1865
+ #: inc/core/data.php:1575 inc/core/data.php:1602
1866
+ msgid "Depth"
1867
+ msgstr "Глубина"
1868
+
1869
+ #: inc/core/data.php:1576
1870
+ msgid "Max depth level of children pages"
1871
+ msgstr "Максимальная глубина дочерних страниц"
1872
+
1873
+ #: inc/core/data.php:1581
1874
+ msgid "Parent ID"
1875
+ msgstr "ID родителя"
1876
+
1877
+ #: inc/core/data.php:1582
1878
+ msgid "ID of the parent page. Leave blank to use current page"
1879
+ msgstr ""
1880
+ "ID родительской страницы. Оставьте пустым, чтобы использовать текущую "
1881
+ "страницу"
1882
+
1883
+ #: inc/core/data.php:1590
1884
+ msgid "List of sub pages"
1885
+ msgstr "Список дочерних страниц"
1886
+
1887
+ #: inc/core/data.php:1595
1888
+ msgid "Siblings"
1889
+ msgstr "Соседние страницы"
1890
+
1891
+ #: inc/core/data.php:1603
1892
+ msgid "Max depth level"
1893
+ msgstr "Максимальный уровень вложенности"
1894
+
1895
+ #: inc/core/data.php:1611
1896
+ msgid "List of cureent page siblings"
1897
+ msgstr "Список страниц, соседних с текущей"
1898
+
1899
+ #: inc/core/data.php:1616
1900
+ msgid "Document"
1901
+ msgstr "Документ"
1902
+
1903
+ #: inc/core/data.php:1624
1904
+ msgid "Url to uploaded document. Supported formats: doc, xls, pdf etc."
1905
+ msgstr ""
1906
+ "Ссылка на загруженный документ. Поддерживаемые форматы: doc, xls, pdf и т.д."
1907
+
1908
+ #: inc/core/data.php:1633
1909
+ msgid "Viewer width"
1910
+ msgstr "Ширина просмотрщика"
1911
+
1912
+ #: inc/core/data.php:1642
1913
+ msgid "Viewer height"
1914
+ msgstr "Высота просмотрщика"
1915
+
1916
+ #: inc/core/data.php:1648
1917
+ msgid "Ignore width and height parameters and make viewer responsive"
1918
+ msgstr "Игнорировать значения ширины и высоты и сделать просмотрщик отзывчивым"
1919
+
1920
+ #: inc/core/data.php:1656
1921
+ msgid "Document viewer by Google"
1922
+ msgstr "Просмотрщик документов от Google"
1923
+
1924
+ #: inc/core/data.php:1661
1925
+ msgid "Gmap"
1926
+ msgstr "Google карта"
1927
+
1928
+ #: inc/core/data.php:1672
1929
+ msgid "Map width"
1930
+ msgstr "Ширина карты"
1931
+
1932
+ #: inc/core/data.php:1681
1933
+ msgid "Map height"
1934
+ msgstr "Высота карты"
1935
+
1936
+ #: inc/core/data.php:1687
1937
+ msgid "Ignore width and height parameters and make map responsive"
1938
+ msgstr "Игнорировать значения ширины и высоты и сделать карту отзывчивой"
1939
+
1940
+ #: inc/core/data.php:1692
1941
+ msgid "Marker"
1942
+ msgstr "Маркер"
1943
+
1944
+ #: inc/core/data.php:1693
1945
+ msgid "Address for the marker. You can type it in any language"
1946
+ msgstr "Адрес маркера. Вы можете ввести адрес на русском языке"
1947
+
1948
+ #: inc/core/data.php:1701
1949
+ msgid "Maps by Google"
1950
+ msgstr "Карты от Google"
1951
+
1952
+ #: inc/core/data.php:1706
1953
+ msgid "Slider"
1954
+ msgstr "Слайдер"
1955
+
1956
+ #: inc/core/data.php:1713 inc/core/data.php:1821 inc/core/data.php:1948
1957
+ msgid "Source"
1958
+ msgstr "Источник"
1959
+
1960
+ #: inc/core/data.php:1714 inc/core/data.php:1822 inc/core/data.php:1949
1961
+ msgid ""
1962
+ "Choose images source. You can use images from Media library or retrieve it "
1963
+ "from posts (thumbnails) posted under specified blog category. You can also "
1964
+ "pick any custom taxonomy"
1965
+ msgstr ""
1966
+ "Выберите источник изображений. Вы можете использовать изображения из медиа-"
1967
+ "библиотеки или получить их из записей блога (миниатюры записей) "
1968
+ "опубликованных в выбранной категории. Вы также можете выбрать произвольную "
1969
+ "таксономию и её рубрики"
1970
+
1971
+ #: inc/core/data.php:1720
1972
+ msgid "Full-size image"
1973
+ msgstr "Полноразмерное изображение"
1974
+
1975
+ #: inc/core/data.php:1721 inc/core/data.php:1829 inc/core/data.php:1956
1976
+ msgid "Attachment page"
1977
+ msgstr "Страница медиа-файла"
1978
+
1979
+ #: inc/core/data.php:1722 inc/core/data.php:1830 inc/core/data.php:1957
1980
+ msgid "Post permalink"
1981
+ msgstr "Ссылка записи"
1982
+
1983
+ #: inc/core/data.php:1725 inc/core/data.php:1833 inc/core/data.php:1960
1984
+ msgid "Links"
1985
+ msgstr "Ссылки"
1986
+
1987
+ #: inc/core/data.php:1726 inc/core/data.php:1834 inc/core/data.php:1961
1988
+ msgid "Select which links will be used for images in this gallery"
1989
+ msgstr "Выберите какие ссылки использовать для элементов этой галереи"
1990
+
1991
+ #: inc/core/data.php:1731 inc/core/data.php:1839 inc/core/data.php:1966
1992
+ msgid "Same window"
1993
+ msgstr "То же окно"
1994
+
1995
+ #: inc/core/data.php:1732 inc/core/data.php:1840 inc/core/data.php:1967
1996
+ msgid "New window"
1997
+ msgstr "Новое окно"
1998
+
1999
+ #: inc/core/data.php:1735 inc/core/data.php:1843 inc/core/data.php:1970
2000
+ msgid "Links target"
2001
+ msgstr "Цель ссылок"
2002
+
2003
+ #: inc/core/data.php:1736 inc/core/data.php:1844 inc/core/data.php:1971
2004
+ msgid "Open links in"
2005
+ msgstr "Открывать ссылки в"
2006
+
2007
+ #: inc/core/data.php:1744
2008
+ msgid "Slider width (in pixels)"
2009
+ msgstr "Ширина слайдера (в пикселях)"
2010
+
2011
+ #: inc/core/data.php:1752
2012
+ msgid "Slider height (in pixels)"
2013
+ msgstr "Высота слайдера (в пикселях)"
2014
+
2015
+ #: inc/core/data.php:1758
2016
+ msgid "Ignore width and height parameters and make slider responsive"
2017
+ msgstr "Игнорировать значения ширины и высоты и сделать слайдер отзывчивым"
2018
+
2019
+ #: inc/core/data.php:1763 inc/core/data.php:1890 inc/core/data.php:1997
2020
+ msgid "Show titles"
2021
+ msgstr "Показывать заголовки"
2022
+
2023
+ #: inc/core/data.php:1763
2024
+ msgid "Display slide titles"
2025
+ msgstr "Отображать заголовки слайдов"
2026
+
2027
+ #: inc/core/data.php:1768
2028
+ msgid "Is slider centered on the page"
2029
+ msgstr "Слайдер выровнен по центру страницы"
2030
+
2031
+ #: inc/core/data.php:1773 inc/core/data.php:1900
2032
+ msgid "Arrows"
2033
+ msgstr "Стрелки"
2034
+
2035
+ #: inc/core/data.php:1773 inc/core/data.php:1900
2036
+ msgid "Show left and right arrows"
2037
+ msgstr "Показывать стрелки влево/вправо"
2038
+
2039
+ #: inc/core/data.php:1778 inc/core/data.php:1905
2040
+ msgid "Pagination"
2041
+ msgstr "Страницы"
2042
+
2043
+ #: inc/core/data.php:1779 inc/core/data.php:1906
2044
+ msgid "Show pagination"
2045
+ msgstr "Показывать страницы"
2046
+
2047
+ #: inc/core/data.php:1783 inc/core/data.php:1910
2048
+ msgid "Mouse wheel control"
2049
+ msgstr "Управление колесом мыши"
2050
+
2051
+ #: inc/core/data.php:1784
2052
+ msgid "Allow to change slides with mouse wheel"
2053
+ msgstr "Разрешить перелистывание слайдов колесом мышки"
2054
+
2055
+ #: inc/core/data.php:1793
2056
+ msgid "Choose interval between slide animations. Set to 0 to disable autoplay"
2057
+ msgstr ""
2058
+ "Укажите интервал между автоматической сменой слайдов. Задайте 0, чтобы "
2059
+ "отключить автовоспроизведение"
2060
+
2061
+ #: inc/core/data.php:1801 inc/core/data.php:1928
2062
+ msgid "Speed"
2063
+ msgstr "Скорость"
2064
+
2065
+ #: inc/core/data.php:1801 inc/core/data.php:1928
2066
+ msgid "Specify animation speed"
2067
+ msgstr "Укажите скорость анимации"
2068
+
2069
+ #: inc/core/data.php:1809
2070
+ msgid "Customizable image slider"
2071
+ msgstr "Настраиваемый слайдер изображений"
2072
+
2073
+ #: inc/core/data.php:1814
2074
+ msgid "Carousel"
2075
+ msgstr "Карусель"
2076
+
2077
+ #: inc/core/data.php:1828 inc/core/data.php:1955
2078
+ msgid "Original image"
2079
+ msgstr "Оригинальное изображение"
2080
+
2081
+ #: inc/core/data.php:1853
2082
+ msgid "Carousel width (in pixels)"
2083
+ msgstr "Ширина карусели пикселях)"
2084
+
2085
+ #: inc/core/data.php:1862
2086
+ msgid "Carousel height (in pixels)"
2087
+ msgstr "Высота карусели пикселях)"
2088
+
2089
+ #: inc/core/data.php:1868
2090
+ msgid "Ignore width and height parameters and make carousel responsive"
2091
+ msgstr "Игнорировать значения ширины и высоты и сделать карусель отзывчивой"
2092
+
2093
+ #: inc/core/data.php:1876
2094
+ msgid "Items to show"
2095
+ msgstr "Количество элементов для отображения"
2096
+
2097
+ #: inc/core/data.php:1877
2098
+ msgid "How much carousel items is visible"
2099
+ msgstr "Сколько элементов карусели видны постоянно"
2100
+
2101
+ #: inc/core/data.php:1884
2102
+ msgid "Scroll number"
2103
+ msgstr "Кол-во прокручиваемых"
2104
+
2105
+ #: inc/core/data.php:1885
2106
+ msgid "How much items are scrolled in one transition"
2107
+ msgstr "Сколько элементов карусели прокручивается за один переход"
2108
+
2109
+ #: inc/core/data.php:1890
2110
+ msgid "Display titles for each item"
2111
+ msgstr "Показывать заголовки для каждого элемента карусели"
2112
+
2113
+ #: inc/core/data.php:1895
2114
+ msgid "Is carousel centered on the page"
2115
+ msgstr "Карусель выровнена по центру страницы"
2116
+
2117
+ #: inc/core/data.php:1911
2118
+ msgid "Allow to rotate carousel with mouse wheel"
2119
+ msgstr "Разрешить прокрутку карусели колесом мыши"
2120
+
2121
+ #: inc/core/data.php:1920
2122
+ msgid "Choose interval between auto animations. Set to 0 to disable autoplay"
2123
+ msgstr ""
2124
+ "Укажите интервал между автоматической анимацией. Задайте 0, чтобы отключить "
2125
+ "автовоспроизведение"
2126
+
2127
+ #: inc/core/data.php:1936
2128
+ msgid "Customizable image carousel"
2129
+ msgstr "Настраиваемая карусель изображений"
2130
+
2131
+ #: inc/core/data.php:1979
2132
+ msgid "Single item width (in pixels)"
2133
+ msgstr "Ширина одного изображения (в пикселях)"
2134
+
2135
+ #: inc/core/data.php:1987
2136
+ msgid "Single item height (in pixels)"
2137
+ msgstr "Высота одного изображения (в пикселях)"
2138
+
2139
+ #: inc/core/data.php:1992
2140
+ msgid "Never"
2141
+ msgstr "Никогда"
2142
+
2143
+ #: inc/core/data.php:1993
2144
+ msgid "On mouse over"
2145
+ msgstr "При наведении мыши"
2146
+
2147
+ #: inc/core/data.php:1994
2148
+ msgid "Always"
2149
+ msgstr "Всегда"
2150
+
2151
+ #: inc/core/data.php:1998
2152
+ msgid "Title display mode"
2153
+ msgstr "Режим отображения заголовков"
2154
+
2155
+ #: inc/core/data.php:2006
2156
+ msgid "Customizable image gallery"
2157
+ msgstr "Настраиваемая галерея изображений"
2158
+
2159
+ #: inc/core/data.php:2011
2160
+ msgid "Posts"
2161
+ msgstr "Записи"
2162
+
2163
+ #: inc/core/data.php:2016
2164
+ msgid "Template"
2165
+ msgstr "Шаблон"
2166
+
2167
+ #: inc/core/data.php:2017
2168
+ msgid ""
2169
+ "<b>Do not change this field value if you do not understand description below."
2170
+ "</b><br/>Relative path to the template file. Default templates is placed "
2171
+ "under the plugin directory (templates folder). You can copy it under your "
2172
+ "theme directory and modify as you want. You can use following default "
2173
+ "templates that already available in the plugin directory:<br/><b"
2174
+ "%value>templates/default-loop.php</b> - posts loop<br/><b%value>templates/"
2175
+ "teaser-loop.php</b> - posts loop with thumbnail and title<br/><b"
2176
+ "%value>templates/single-post.php</b> - single post template<br/><b"
2177
+ "%value>templates/list-loop.php</b> - unordered list with posts titles"
2178
+ msgstr ""
2179
+ "<b>Не изменяйте значение этого поля, если вы не понимаете описания ниже.</"
2180
+ "b><br/>Относительный путь к файлу шаблона. Шаблоны по умолчанию расположены "
2181
+ "в папке с плагином (папка templates). Вы можете скопировать шаблоны в папку "
2182
+ "со своей темой и изменить как вам угодно. Вы можете использовать следующие "
2183
+ "шаблоны, которые уже поставляются с плагином и находятся в его папке:<br/><b"
2184
+ "%value>templates/default-loop.php</b> - обычный цикл постов<br/><b"
2185
+ "%value>templates/teaser-loop.php</b> - цикл постов в виде тизеров, "
2186
+ "изображения + заголовки<br/><b%value>templates/single-post.php</b> - шаблон "
2187
+ "одиночной записи или страницы<br/><b%value>templates/list-loop.php</b> - "
2188
+ "маркированный список с заголовками постов"
2189
+
2190
+ #: inc/core/data.php:2021
2191
+ msgid "Post ID's"
2192
+ msgstr "ID постов"
2193
+
2194
+ #: inc/core/data.php:2022
2195
+ msgid "Enter comma separated ID's of the posts that you want to show"
2196
+ msgstr "Введите ID постов, которые хотите отобразить, разделенные запятыми"
2197
+
2198
+ #: inc/core/data.php:2030
2199
+ msgid "Posts per page"
2200
+ msgstr "Кол-во записей"
2201
+
2202
+ #: inc/core/data.php:2031
2203
+ msgid ""
2204
+ "Specify number of posts that you want to show. Enter -1 to get all posts"
2205
+ msgstr ""
2206
+ "Укажите число записей, которое хотите отобразить. Введите -1 чтобы "
2207
+ "отобразить все найденные записи"
2208
+
2209
+ #: inc/core/data.php:2038
2210
+ msgid "Post types"
2211
+ msgstr "Типы постов"
2212
+
2213
+ #: inc/core/data.php:2039
2214
+ msgid "Select post types. Hold Ctrl key to select multiple post types"
2215
+ msgstr ""
2216
+ "Выберите типы постов. Удерживайте клавишу Ctrl чтобы выбрать несколько типов"
2217
+
2218
+ #: inc/core/data.php:2045 inc/core/generator-views.php:127
2219
+ msgid "Taxonomy"
2220
+ msgstr "Таксономия"
2221
+
2222
+ #: inc/core/data.php:2046
2223
+ msgid "Select taxonomy to show posts from"
2224
+ msgstr "Выберите таксономию, чтобы посмотреть её категории и выбрать их"
2225
+
2226
+ #: inc/core/data.php:2053
2227
+ msgid "Terms"
2228
+ msgstr "Категории (terms)"
2229
+
2230
+ #: inc/core/data.php:2054
2231
+ msgid "Select terms to show posts from"
2232
+ msgstr "Выберите категории, из которых нужно показать записи"
2233
+
2234
+ #: inc/core/data.php:2059
2235
+ msgid "Taxonomy term operator"
2236
+ msgstr "Оператор выбора категорий"
2237
+
2238
+ #: inc/core/data.php:2060
2239
+ msgid ""
2240
+ "IN - posts that have any of selected categories terms<br/>NOT IN - posts "
2241
+ "that is does not have any of selected terms<br/>AND - posts that have all "
2242
+ "selected terms"
2243
+ msgstr ""
2244
+ "IN - будут показана записи имеющие любую из выбранных категорий<br/>NOT IN - "
2245
+ "будут показаны записи, которые НЕ имеют ни одной из выбранных категорий<br/"
2246
+ ">AND - будут показаны записи, имеющие ТОЛЬКО выбранные категории"
2247
+
2248
+ #: inc/core/data.php:2067
2249
+ msgid "Authors"
2250
+ msgstr "Авторы"
2251
+
2252
+ #: inc/core/data.php:2068
2253
+ msgid "Choose the authors whose posts you want to show"
2254
+ msgstr "Выберите авторов, чьи записи хотите показать"
2255
+
2256
+ #: inc/core/data.php:2072
2257
+ msgid "Meta key"
2258
+ msgstr "Произвольное поле"
2259
+
2260
+ #: inc/core/data.php:2073
2261
+ msgid "Enter meta key name to show posts that have this key"
2262
+ msgstr ""
2263
+ "Введите оригинальное имя произвольного поля, чтобы показать все записи у "
2264
+ "которых это поле задано"
2265
+
2266
+ #: inc/core/data.php:2080
2267
+ msgid "Offset"
2268
+ msgstr "Смещение (offset)"
2269
+
2270
+ #: inc/core/data.php:2081
2271
+ msgid "Specify offset to start posts loop not from first post"
2272
+ msgstr ""
2273
+ "Укажите кол-во записей, которые будут пропущены и не показаны. Например, "
2274
+ "если указать 2, то будут показаны записи начиная со третьей"
2275
+
2276
+ #: inc/core/data.php:2086
2277
+ msgid "Descending"
2278
+ msgstr "По убыванию"
2279
+
2280
+ #: inc/core/data.php:2087
2281
+ msgid "Ascending"
2282
+ msgstr "По возрастанию"
2283
+
2284
+ #: inc/core/data.php:2090
2285
+ msgid "Order"
2286
+ msgstr "Порядок"
2287
+
2288
+ #: inc/core/data.php:2091
2289
+ msgid "Posts order"
2290
+ msgstr "Порядок сортировки записей"
2291
+
2292
+ #: inc/core/data.php:2097 inc/core/data.php:2313 inc/core/data.php:2386
2293
+ #: inc/core/data.php:2428
2294
+ msgid "Post ID"
2295
+ msgstr "ID записи"
2296
+
2297
+ #: inc/core/data.php:2098 inc/core/data.php:2387
2298
+ msgid "Post author"
2299
+ msgstr "Автор записи"
2300
+
2301
+ #: inc/core/data.php:2099 inc/core/data.php:2391
2302
+ msgid "Post title"
2303
+ msgstr "Заголовок записи"
2304
+
2305
+ #: inc/core/data.php:2100
2306
+ msgid "Post slug"
2307
+ msgstr "Ссылка записи (slug)"
2308
+
2309
+ #: inc/core/data.php:2101
2310
+ msgid "Date"
2311
+ msgstr "Дата"
2312
+
2313
+ #: inc/core/data.php:2101
2314
+ msgid "Last modified date"
2315
+ msgstr "Дата изменения"
2316
+
2317
+ #: inc/core/data.php:2102 inc/core/data.php:2112 inc/core/data.php:2400
2318
+ msgid "Post parent"
2319
+ msgstr "Родитель"
2320
+
2321
+ #: inc/core/data.php:2103
2322
+ msgid "Random"
2323
+ msgstr "Случайно"
2324
+
2325
+ #: inc/core/data.php:2103
2326
+ msgid "Comments number"
2327
+ msgstr "Кол-во комментариев"
2328
+
2329
+ #: inc/core/data.php:2104 inc/core/data.php:2402
2330
+ msgid "Menu order"
2331
+ msgstr "Порядок меню"
2332
+
2333
+ #: inc/core/data.php:2104
2334
+ msgid "Meta key values"
2335
+ msgstr "Значение произвольного поля"
2336
+
2337
+ #: inc/core/data.php:2107
2338
+ msgid "Order by"
2339
+ msgstr "Сортировать по"
2340
+
2341
+ #: inc/core/data.php:2108
2342
+ msgid "Order posts by"
2343
+ msgstr "Сортировать записи по следующему признаку"
2344
+
2345
+ #: inc/core/data.php:2113
2346
+ msgid "Show childrens of entered post (enter post ID)"
2347
+ msgstr "Отобразить потомков введенной записи/страницы (нужно вводить ID)"
2348
+
2349
+ #: inc/core/data.php:2118
2350
+ msgid "Published"
2351
+ msgstr "Опубликован"
2352
+
2353
+ #: inc/core/data.php:2119
2354
+ msgid "Pending"
2355
+ msgstr "Ожидает"
2356
+
2357
+ #: inc/core/data.php:2120
2358
+ msgid "Draft"
2359
+ msgstr "Черновик"
2360
+
2361
+ #: inc/core/data.php:2121
2362
+ msgid "Auto-draft"
2363
+ msgstr "Авто-черновик"
2364
+
2365
+ #: inc/core/data.php:2122
2366
+ msgid "Future post"
2367
+ msgstr "Запланирован"
2368
+
2369
+ #: inc/core/data.php:2123
2370
+ msgid "Private post"
2371
+ msgstr "Приватная запись"
2372
+
2373
+ #: inc/core/data.php:2124
2374
+ msgid "Inherit"
2375
+ msgstr "Вложенный"
2376
+
2377
+ #: inc/core/data.php:2125
2378
+ msgid "Trashed"
2379
+ msgstr "В корзине"
2380
+
2381
+ #: inc/core/data.php:2126 inc/core/data.php:2210
2382
+ msgid "Any"
2383
+ msgstr "Любой"
2384
+
2385
+ #: inc/core/data.php:2129 inc/core/data.php:2393
2386
+ msgid "Post status"
2387
+ msgstr "Статус записи"
2388
+
2389
+ #: inc/core/data.php:2130
2390
+ msgid "Show only posts with selected status"
2391
+ msgstr "Показать только записи с выбранным статусом"
2392
+
2393
+ #: inc/core/data.php:2135
2394
+ msgid "Ignore sticky"
2395
+ msgstr "Игнорировать прикрепленные"
2396
+
2397
+ #: inc/core/data.php:2136
2398
+ msgid "Select Yes to ignore posts that is sticked"
2399
+ msgstr "Выберите Да, чтобы не показывать прикрепленные (прилепленные) записи"
2400
+
2401
+ #: inc/core/data.php:2139
2402
+ msgid "Custom posts query with customizable template"
2403
+ msgstr "Произвольный запрос записей/страниц с настраиваемым шаблоном"
2404
+
2405
+ #: inc/core/data.php:2144
2406
+ msgid "Dummy text"
2407
+ msgstr "Текст рыба"
2408
+
2409
+ #: inc/core/data.php:2151
2410
+ msgid "Paragraphs"
2411
+ msgstr "Параграфы"
2412
+
2413
+ #: inc/core/data.php:2152
2414
+ msgid "Words"
2415
+ msgstr "Слова"
2416
+
2417
+ #: inc/core/data.php:2153
2418
+ msgid "Bytes"
2419
+ msgstr "Байты"
2420
+
2421
+ #: inc/core/data.php:2156
2422
+ msgid "What"
2423
+ msgstr "Что"
2424
+
2425
+ #: inc/core/data.php:2157
2426
+ msgid "What to generate"
2427
+ msgstr "Что генерировать"
2428
+
2429
+ #: inc/core/data.php:2165
2430
+ msgid "Amount"
2431
+ msgstr "Количество"
2432
+
2433
+ #: inc/core/data.php:2166
2434
+ msgid ""
2435
+ "How many items (paragraphs or words) to generate. Minimum words amount is 5"
2436
+ msgstr ""
2437
+ "Какое количество (параграфов или слов) генерировать. Минимальное количество "
2438
+ "слов - 5"
2439
+
2440
+ #: inc/core/data.php:2171
2441
+ msgid "Cache"
2442
+ msgstr "Кеш"
2443
+
2444
+ #: inc/core/data.php:2172
2445
+ msgid ""
2446
+ "Generated text will be cached. Be careful with this option. If you disable "
2447
+ "it and insert many dummy_text shortcodes the page load time will be highly "
2448
+ "increased"
2449
+ msgstr ""
2450
+ "Сгенерированный текст будет кеширован. Бдьте осторожны с этой опцией. Если "
2451
+ "вы отключите её и вставите много таких шорткодов на странице, то время "
2452
+ "загрузки страницы может сильно возрости"
2453
+
2454
+ #: inc/core/data.php:2180
2455
+ msgid "Text placeholder"
2456
+ msgstr "Текст болванка"
2457
+
2458
+ #: inc/core/data.php:2185 inc/core/shortcodes.php:1237
2459
+ msgid "Dummy image"
2460
+ msgstr "Изображение болванка"
2461
+
2462
+ #: inc/core/data.php:2196
2463
+ msgid "Image width"
2464
+ msgstr "Ширина изображения"
2465
+
2466
+ #: inc/core/data.php:2205
2467
+ msgid "Image height"
2468
+ msgstr "Высота изображения"
2469
+
2470
+ #: inc/core/data.php:2211
2471
+ msgid "Abstract"
2472
+ msgstr "Абстрактное"
2473
+
2474
+ #: inc/core/data.php:2212
2475
+ msgid "Animals"
2476
+ msgstr "Животные"
2477
+
2478
+ #: inc/core/data.php:2213
2479
+ msgid "Business"
2480
+ msgstr "Бизнес"
2481
+
2482
+ #: inc/core/data.php:2214
2483
+ msgid "Cats"
2484
+ msgstr "Котэ"
2485
+
2486
+ #: inc/core/data.php:2215
2487
+ msgid "City"
2488
+ msgstr "Город"
2489
+
2490
+ #: inc/core/data.php:2216
2491
+ msgid "Food"
2492
+ msgstr "Еда"
2493
+
2494
+ #: inc/core/data.php:2217
2495
+ msgid "Night life"
2496
+ msgstr "Ночная жизнь"
2497
+
2498
+ #: inc/core/data.php:2218
2499
+ msgid "Fashion"
2500
+ msgstr "Мода"
2501
+
2502
+ #: inc/core/data.php:2219
2503
+ msgid "People"
2504
+ msgstr "Люди"
2505
+
2506
+ #: inc/core/data.php:2220
2507
+ msgid "Nature"
2508
+ msgstr "Природа"
2509
+
2510
+ #: inc/core/data.php:2221
2511
+ msgid "Sports"
2512
+ msgstr "Спорт"
2513
+
2514
+ #: inc/core/data.php:2222
2515
+ msgid "Technics"
2516
+ msgstr "Техника"
2517
+
2518
+ #: inc/core/data.php:2223
2519
+ msgid "Transport"
2520
+ msgstr "Транспорт"
2521
+
2522
+ #: inc/core/data.php:2227
2523
+ msgid "Select the theme for this image"
2524
+ msgstr "Выберите тему изображений"
2525
+
2526
+ #: inc/core/data.php:2235
2527
+ msgid "Image placeholder with random image"
2528
+ msgstr "Изображение болванка со случайным изображением"
2529
+
2530
+ #: inc/core/data.php:2240 inc/core/data.php:2248
2531
+ msgid "Animation"
2532
+ msgstr "Анимация"
2533
+
2534
+ #: inc/core/data.php:2249
2535
+ msgid "Select animation type"
2536
+ msgstr "Выберите тип анимации"
2537
+
2538
+ #: inc/core/data.php:2257
2539
+ msgid "Duration"
2540
+ msgstr "Продолжительность"
2541
+
2542
+ #: inc/core/data.php:2258
2543
+ msgid "Animation duration (seconds)"
2544
+ msgstr "Продолжительность анимации (секунды)"
2545
+
2546
+ #: inc/core/data.php:2266
2547
+ msgid "Delay"
2548
+ msgstr "Задержка"
2549
+
2550
+ #: inc/core/data.php:2267
2551
+ msgid "Animation delay (seconds)"
2552
+ msgstr "Задержка перед началом анимации (секунды)"
2553
+
2554
+ #: inc/core/data.php:2272
2555
+ msgid "Inline"
2556
+ msgstr "Строковый"
2557
+
2558
+ #: inc/core/data.php:2273
2559
+ msgid ""
2560
+ "This parameter determines what HTML tag will be used for animation wrapper. "
2561
+ "Turn this option to YES and animated element will be wrapped in SPAN instead "
2562
+ "of DIV. Useful for inline animations, like buttons"
2563
+ msgstr ""
2564
+ "Этот параметр определяет какой тег использовать для элемента лайтбокса. "
2565
+ "Переключите этот параметр на ДА и будет использован тег span вместо div. "
2566
+ "Данная опция полезна для анимации строковых жлементов, например кнопок"
2567
+
2568
+ #: inc/core/data.php:2281
2569
+ msgid "Animated content"
2570
+ msgstr "Анимированное содержимое"
2571
+
2572
+ #: inc/core/data.php:2282
2573
+ msgid "Wrapper for animation. Any nested element will be animated"
2574
+ msgstr ""
2575
+ "Контейнер для анимации. Любой элемент помещенный в этот контейнер будет "
2576
+ "анимирован"
2577
+
2578
+ #: inc/core/data.php:2287
2579
+ msgid "Meta"
2580
+ msgstr "Мета"
2581
+
2582
+ #: inc/core/data.php:2293
2583
+ msgid "Key"
2584
+ msgstr "Ключ"
2585
+
2586
+ #: inc/core/data.php:2294
2587
+ msgid "Meta key name"
2588
+ msgstr "Имя произвольного поля"
2589
+
2590
+ #: inc/core/data.php:2299 inc/core/data.php:2351 inc/core/data.php:2414
2591
+ msgid "This text will be shown if data is not found"
2592
+ msgstr "Этот текст будет показан если не будет найдено запрошенное значение"
2593
+
2594
+ #: inc/core/data.php:2303 inc/core/data.php:2355 inc/core/data.php:2418
2595
+ msgid "Before"
2596
+ msgstr "Перед"
2597
+
2598
+ #: inc/core/data.php:2304 inc/core/data.php:2356 inc/core/data.php:2419
2599
+ msgid "This content will be shown before the value"
2600
+ msgstr "Этот текст будет показан перед результатом"
2601
+
2602
+ #: inc/core/data.php:2308 inc/core/data.php:2360 inc/core/data.php:2423
2603
+ msgid "After"
2604
+ msgstr "После"
2605
+
2606
+ #: inc/core/data.php:2309 inc/core/data.php:2361 inc/core/data.php:2424
2607
+ msgid "This content will be shown after the value"
2608
+ msgstr "Этот текст будет показан после результата"
2609
+
2610
+ #: inc/core/data.php:2314 inc/core/data.php:2429
2611
+ msgid ""
2612
+ "You can specify custom post ID. Leave this field empty to use an ID of the "
2613
+ "current post. Current post ID may not work in Live Preview mode"
2614
+ msgstr ""
2615
+ "Вы можете указать произвольный ID записи. Оставьте это поле пустым чтобы "
2616
+ "использовать ID текущей записи. ID текущей записи может не работать в режиме "
2617
+ "предпросмотра"
2618
+
2619
+ #: inc/core/data.php:2318 inc/core/data.php:2370 inc/core/data.php:2433
2620
+ msgid "Filter"
2621
+ msgstr "Фильтр"
2622
+
2623
+ #: inc/core/data.php:2319 inc/core/data.php:2371 inc/core/data.php:2434
2624
+ msgid ""
2625
+ "You can apply custom filter to the retrieved value. Enter here function "
2626
+ "name. Your function must accept one argument and return modified value. "
2627
+ "Example function: "
2628
+ msgstr ""
2629
+ "Вы можете применить произвольный фильтр к полученному значению. Введите "
2630
+ "здесь имя функции. Ваша функция должна принимать один аргумент и возвращать "
2631
+ "измененное значение. Пример функции: "
2632
+
2633
+ #: inc/core/data.php:2322
2634
+ msgid "Post meta"
2635
+ msgstr "Произвольное поле"
2636
+
2637
+ #: inc/core/data.php:2327
2638
+ msgid "User"
2639
+ msgstr "Пользователь"
2640
+
2641
+ #: inc/core/data.php:2334
2642
+ msgid "Display name"
2643
+ msgstr "Отображаемое имя"
2644
+
2645
+ #: inc/core/data.php:2336
2646
+ msgid "Login"
2647
+ msgstr "Логин"
2648
+
2649
+ #: inc/core/data.php:2337
2650
+ msgid "Nice name"
2651
+ msgstr "Красивое имя"
2652
+
2653
+ #: inc/core/data.php:2338
2654
+ msgid "Email"
2655
+ msgstr "Email"
2656
+
2657
+ #: inc/core/data.php:2339
2658
+ msgid "URL"
2659
+ msgstr "URL"
2660
+
2661
+ #: inc/core/data.php:2340
2662
+ msgid "Registered"
2663
+ msgstr "Зарегистрирован"
2664
+
2665
+ #: inc/core/data.php:2341
2666
+ msgid "Activation key"
2667
+ msgstr "Ключ активации"
2668
+
2669
+ #: inc/core/data.php:2342
2670
+ msgid "Status"
2671
+ msgstr "Статус"
2672
+
2673
+ #: inc/core/data.php:2345 inc/core/data.php:2408
2674
+ msgid "Field"
2675
+ msgstr "Поле"
2676
+
2677
+ #: inc/core/data.php:2346
2678
+ msgid "User data field name"
2679
+ msgstr "Имя поля с информацией о пользователе"
2680
+
2681
+ #: inc/core/data.php:2365
2682
+ msgid "User ID"
2683
+ msgstr "ID пользователя"
2684
+
2685
+ #: inc/core/data.php:2366
2686
+ msgid ""
2687
+ "You can specify custom user ID. Leave this field empty to use an ID of the "
2688
+ "current user"
2689
+ msgstr ""
2690
+ "Вы можете указать ID любого пользователя. Оставьте это поле пустым, чтобы "
2691
+ "использовать ID текущего пользователя"
2692
+
2693
+ #: inc/core/data.php:2374
2694
+ msgid "User data"
2695
+ msgstr "Данные пользователя"
2696
+
2697
+ #: inc/core/data.php:2379
2698
+ msgid "Post"
2699
+ msgstr "Запись"
2700
+
2701
+ #: inc/core/data.php:2388 inc/core/data.php:2389
2702
+ msgid "Post date"
2703
+ msgstr "Дата записи"
2704
+
2705
+ #: inc/core/data.php:2390
2706
+ msgid "Post content"
2707
+ msgstr "Содержимое записи"
2708
+
2709
+ #: inc/core/data.php:2392
2710
+ msgid "Post excerpt"
2711
+ msgstr "Цитата записи"
2712
+
2713
+ #: inc/core/data.php:2394
2714
+ msgid "Comment status"
2715
+ msgstr "Статус комментариев"
2716
+
2717
+ #: inc/core/data.php:2395
2718
+ msgid "Ping status"
2719
+ msgstr "Статус пингов"
2720
+
2721
+ #: inc/core/data.php:2396
2722
+ msgid "Post name"
2723
+ msgstr "Имя записи"
2724
+
2725
+ #: inc/core/data.php:2397 inc/core/data.php:2398
2726
+ msgid "Post modified"
2727
+ msgstr "Дата изменения"
2728
+
2729
+ #: inc/core/data.php:2399
2730
+ msgid "Filtered post content"
2731
+ msgstr "Фильтрованное содержимое записи"
2732
+
2733
+ #: inc/core/data.php:2401
2734
+ msgid "GUID"
2735
+ msgstr "GUID"
2736
+
2737
+ #: inc/core/data.php:2403
2738
+ msgid "Post type"
2739
+ msgstr "Тип записи"
2740
+
2741
+ #: inc/core/data.php:2404
2742
+ msgid "Post mime type"
2743
+ msgstr "Типы файла записи (mime-type)"
2744
+
2745
+ #: inc/core/data.php:2405
2746
+ msgid "Comment count"
2747
+ msgstr "Количество комментариев"
2748
+
2749
+ #: inc/core/data.php:2409
2750
+ msgid "Post data field name"
2751
+ msgstr "Имя поля с информацией записи"
2752
+
2753
+ #: inc/core/data.php:2437
2754
+ msgid "Post data"
2755
+ msgstr "Данные записи"
2756
+
2757
+ #: inc/core/generator-views.php:49
2758
+ msgid "Yes"
2759
+ msgstr "Да"
2760
+
2761
+ #: inc/core/generator-views.php:49
2762
+ msgid "No"
2763
+ msgstr "Нет"
2764
+
2765
+ #: inc/core/generator-views.php:54 inc/core/generator-views.php:59
2766
+ #: inc/vendor/sunrise.php:440
2767
+ msgid "Media manager"
2768
+ msgstr "Медиа менеджер"
2769
+
2770
+ #: inc/core/generator-views.php:59
2771
+ msgid "Icon picker"
2772
+ msgstr "Выбрать иконку"
2773
+
2774
+ #: inc/core/generator-views.php:59
2775
+ msgid "Filter icons"
2776
+ msgstr "Фильтр иконок"
2777
+
2778
+ #: inc/core/generator-views.php:73
2779
+ msgid "Please wait"
2780
+ msgstr "Пожалуйста подождите"
2781
+
2782
+ #: inc/core/generator-views.php:80
2783
+ msgid "Untitled gallery"
2784
+ msgstr "Галерея без имени"
2785
+
2786
+ #: inc/core/generator-views.php:86
2787
+ msgid "Galleries not found"
2788
+ msgstr "Галереи не найдены"
2789
+
2790
+ #: inc/core/generator-views.php:87
2791
+ msgid "Manage galleries"
2792
+ msgstr "Управление галереями"
2793
+
2794
+ #: inc/core/generator-views.php:87
2795
+ msgid "Reload galleries"
2796
+ msgstr "Обновить список"
2797
+
2798
+ #: inc/core/generator-views.php:103
2799
+ msgid "Horizontal offset"
2800
+ msgstr "Горизонтально"
2801
+
2802
+ #: inc/core/generator-views.php:103
2803
+ msgid "Vertical offset"
2804
+ msgstr "Вертикально"
2805
+
2806
+ #: inc/core/generator-views.php:103
2807
+ msgid "Blur"
2808
+ msgstr "Размытие"
2809
+
2810
+ #: inc/core/generator-views.php:114
2811
+ msgid "Border width"
2812
+ msgstr "Ширина рамки"
2813
+
2814
+ #: inc/core/generator-views.php:114
2815
+ msgid "Border style"
2816
+ msgstr "Стиль рамки"
2817
+
2818
+ #: inc/core/generator-views.php:114
2819
+ msgid "Border color"
2820
+ msgstr "Цвет рамки"
2821
+
2822
+ #: inc/core/generator-views.php:124
2823
+ msgid "Media library"
2824
+ msgstr "Медиа библиотека"
2825
+
2826
+ #: inc/core/generator-views.php:125
2827
+ msgid "Recent posts"
2828
+ msgstr "Последние записи"
2829
+
2830
+ #: inc/core/generator-views.php:126
2831
+ msgid "Category"
2832
+ msgstr "Категория"
2833
+
2834
+ #: inc/core/generator-views.php:130
2835
+ msgid "Select images source"
2836
+ msgstr "Выберите источник изображений"
2837
+
2838
+ #: inc/core/generator-views.php:141
2839
+ msgid "Select taxonomy"
2840
+ msgstr "Выберите таксономию"
2841
+
2842
+ #: inc/core/generator-views.php:152
2843
+ msgid "Add images"
2844
+ msgstr "Добавить изображения"
2845
+
2846
+ #: inc/core/generator-views.php:152
2847
+ msgid ""
2848
+ "Click the button above and select images.<br>You can select multimple images "
2849
+ "with Ctrl (Cmd) key"
2850
+ msgstr ""
2851
+ "Нажмите кнопку выше и выберите изображения.<br>Вы можете выбрать несколько "
2852
+ "изображений удерживая клавишу Ctrl (Cmd)"
2853
+
2854
+ #: inc/core/generator-views.php:152
2855
+ msgid ""
2856
+ "Select categories to retrieve posts from.<br>You can select multiple "
2857
+ "categories with Ctrl (Cmd) key"
2858
+ msgstr ""
2859
+ "Выберите категории из которых брать записи.<br>Вы можете выбрать несколько "
2860
+ "категорий удерживая клавишу Ctrl (Cmd)"
2861
+
2862
+ #: inc/core/generator-views.php:152
2863
+ msgid ""
2864
+ "Select taxonomy and it's terms.<br>You can select multiple terms with Ctrl "
2865
+ "(Cmd) key"
2866
+ msgstr ""
2867
+ "Выберите таксономию и её категории.<br>Вы можете выбрать несколько категорий "
2868
+ "удерживая клавишу Ctrl (Cmd)"
2869
+
2870
+ #: inc/core/generator.php:41 inc/core/generator.php:142
2871
+ msgid "Insert shortcode"
2872
+ msgstr "Вставить шорткод"
2873
+
2874
+ #: inc/core/generator.php:84 inc/core/load.php:30 inc/core/load.php:51
2875
+ #: inc/core/load.php:104 inc/core/load.php:105
2876
+ msgid "Settings"
2877
+ msgstr "Настройки"
2878
+
2879
+ #: inc/core/generator.php:84
2880
+ msgid "Plugin settings"
2881
+ msgstr "Настройки плагина"
2882
+
2883
+ #: inc/core/generator.php:85
2884
+ msgid "Plugin homepage"
2885
+ msgstr "Сайт плагина"
2886
+
2887
+ #: inc/core/generator.php:86
2888
+ msgid "Support forums"
2889
+ msgstr "Форум поддержки"
2890
+
2891
+ #: inc/core/generator.php:93
2892
+ msgid "Search for shortcodes"
2893
+ msgstr "Поиск шорткода"
2894
+
2895
+ #: inc/core/generator.php:95
2896
+ msgid "Filter by type"
2897
+ msgstr "Фильтр"
2898
+
2899
+ #: inc/core/generator.php:130
2900
+ msgid "Shortcode not specified"
2901
+ msgstr "Не выбран шорткод"
2902
+
2903
+ #: inc/core/generator.php:143
2904
+ msgid "Live preview"
2905
+ msgstr "Предпросмотр"
2906
+
2907
+ #: inc/core/generator.php:147
2908
+ msgid "Click to return to the shortcodes list"
2909
+ msgstr "Нажмите, чтобы вернуться к списку шорткодов"
2910
+
2911
+ #: inc/core/generator.php:147
2912
+ msgid "All shortcodes"
2913
+ msgstr "Все шорткоды"
2914
+
2915
+ #: inc/core/generator.php:163
2916
+ msgid "Click to set this value"
2917
+ msgstr "Нажмите чтобы установить это значение"
2918
+
2919
+ #: inc/core/generator.php:187
2920
+ msgid "Preview"
2921
+ msgstr "Предпросмотр"
2922
+
2923
+ #: inc/core/generator.php:195 inc/core/tools.php:792
2924
+ msgid "Access denied"
2925
+ msgstr "Доступ запрещен"
2926
+
2927
+ #: inc/core/generator.php:230
2928
+ msgid "Presets"
2929
+ msgstr "Шаблоны"
2930
+
2931
+ #: inc/core/generator.php:233
2932
+ msgid "Save current settings as preset"
2933
+ msgstr "Сохранить настройки как новый шаблон"
2934
+
2935
+ #: inc/core/generator.php:262 inc/core/generator.php:265
2936
+ msgid "Presets not found"
2937
+ msgstr "Шаблоны не найдены"
2938
+
2939
+ #: inc/core/load.php:30 inc/core/load.php:104 inc/core/load.php:113
2940
+ #: inc/core/load.php:127 inc/core/load.php:139 inc/core/widget.php:14
2941
+ #: inc/core/widget.php:40
2942
+ msgid "Shortcodes Ultimate"
2943
+ msgstr "Шорткоды"
2944
+
2945
+ #: inc/core/load.php:31
2946
+ msgid "Shortcodes"
2947
+ msgstr "Шорткоды"
2948
+
2949
+ #: inc/core/load.php:39
2950
+ msgid "About"
2951
+ msgstr "О плагине"
2952
+
2953
+ #: inc/core/load.php:56
2954
+ msgid "Custom formatting"
2955
+ msgstr "Cпециальное форматирование"
2956
+
2957
+ #: inc/core/load.php:57
2958
+ msgid ""
2959
+ "Disable this option if you have some problems with other plugins or content "
2960
+ "formatting"
2961
+ msgstr ""
2962
+ "Снимите этот флажок, если у вас возникли проблемы совместимости с другими "
2963
+ "плагинами или форматированием контента"
2964
+
2965
+ #: inc/core/load.php:57
2966
+ msgid "Documentation article"
2967
+ msgstr "Статья из документации (англ.)"
2968
+
2969
+ #: inc/core/load.php:59 inc/core/load.php:67
2970
+ msgid "Enabled"
2971
+ msgstr "Включено"
2972
+
2973
+ #: inc/core/load.php:64
2974
+ msgid "Skip default values"
2975
+ msgstr "Пропускать значения по умолчанию"
2976
+
2977
+ #: inc/core/load.php:65
2978
+ msgid ""
2979
+ "Enable this option and the generator will insert a shortcode without default "
2980
+ "attribute values that you have not changed. As a result, the generated code "
2981
+ "will be shorter."
2982
+ msgstr ""
2983
+ "Отметьте этот флажок и генератор будет вставлять шорткоды без атрибутов, "
2984
+ "значение которых вы не изменяли. В результате, сгенерированный код будет "
2985
+ "более коротким."
2986
+
2987
+ #: inc/core/load.php:72
2988
+ msgid "Shortcodes prefix"
2989
+ msgstr "Префикс шорткодов"
2990
+
2991
+ #: inc/core/load.php:73
2992
+ #, php-format
2993
+ msgid ""
2994
+ "This prefix will be added to all shortcodes by this plugin. For example, "
2995
+ "type here %s and you'll get shortcodes like %s and %s. Please keep in mind: "
2996
+ "this option is not affects your already inserted shortcodes and if you'll "
2997
+ "change this value your old shortcodes will be broken"
2998
+ msgstr ""
2999
+ "Этот префикс будет добавлен ко всем шорткодам данного плагина. Например, "
3000
+ "введите в это поле %s и вы получите шорткоды вида %s и %s. Пожалуйста имейте "
3001
+ виду: эта опция не затрагивает ваши уже вставленные шорткоды и если вы "
3002
+ "измените это значение, то шорткоды, которые вы уже вставили на страницы не "
3003
+ "будут работать"
3004
+
3005
+ #: inc/core/load.php:79
3006
+ msgid "Skin"
3007
+ msgstr "Скин"
3008
+
3009
+ #: inc/core/load.php:80
3010
+ msgid "Choose global skin for shortcodes"
3011
+ msgstr "Выберите глобальный скин для шорткодов"
3012
+
3013
+ #: inc/core/load.php:88
3014
+ msgid "Custom CSS"
3015
+ msgstr "Произвольный CSS"
3016
+
3017
+ #: inc/core/load.php:113 inc/core/load.php:114
3018
+ msgid "Examples"
3019
+ msgstr "Примеры"
3020
+
3021
+ #: inc/core/load.php:127 inc/core/load.php:128
3022
+ msgid "Add-ons"
3023
+ msgstr "Дополнения"
3024
+
3025
+ #: inc/core/load.php:140 inc/core/vote.php:42
3026
+ msgid "Vladimir Anokhin"
3027
+ msgstr "Владимир Анохин"
3028
+
3029
+ #: inc/core/load.php:141
3030
+ msgid "Supercharge your WordPress theme with mega pack of shortcodes"
3031
+ msgstr "Суперзарядка для вашей WordPress-темы с помощью мега набора шорткодов"
3032
+
3033
+ #: inc/core/load.php:223
3034
+ msgid "Where to start?"
3035
+ msgstr "С чего начать?"
3036
+
3037
+ #: inc/core/requirements.php:23
3038
+ #, php-format
3039
+ msgid ""
3040
+ "<h1>Oops! Plugin not activated&hellip;</h1> <p>Shortcodes Ultimate is not "
3041
+ "fully compatible with your PHP version (%s).<br />Reccomended PHP version "
3042
+ "&ndash; %s (or higher).</p><a href=\"%s\">&larr; Return to the plugins "
3043
+ "screen</a> <a href=\"%s\"%s>Continue and activate anyway &rarr;</a>"
3044
+ msgstr ""
3045
+ "<h1>Упс! Плагин не активирован&hellip;</h1> <p>Плагин Shortcodes Ultimate не "
3046
+ "полностью совместим с вашей версией PHP (%s).<br />Рекомендуемая версия PHP "
3047
+ "&ndash; %s (или выше).</p><a href=\"%s\">&larr; Вернуться к списку плагинов</"
3048
+ "a> <a href=\"%s\"%s>Продолжить и все равно активировать &rarr;</a>"
3049
+
3050
+ #: inc/core/requirements.php:39
3051
+ #, php-format
3052
+ msgid ""
3053
+ "<h1>Oops! Plugin not activated&hellip;</h1> <p>Shortcodes Ultimate is not "
3054
+ "fully compatible with your version of WordPress (%s).<br />Reccomended "
3055
+ "WordPress version &ndash; %s (or higher).</p><a href=\"%s\">&larr; Return to "
3056
+ "the plugins screen</a> <a href=\"%s\"%s>Continue and activate anyway &rarr;</"
3057
+ "a>"
3058
+ msgstr ""
3059
+ "<h1>Упс! Плагин не активирован&hellip;</h1> <p>Плагин Shortcodes Ultimate не "
3060
+ "полностью совместим с вашей версией WordPress (%s).<br />Рекомендуемая "
3061
+ "версия WordPress &ndash; %s (или выше).</p><a href=\"%s\">&larr; Вернуться к "
3062
+ "списку плагинов</a> <a href=\"%s\"%s>Продолжить и все равно активировать "
3063
+ "&rarr;</a>"
3064
+
3065
+ #: inc/core/shortcodes.php:53
3066
+ msgid "Tab title"
3067
+ msgstr "Заголовок вкладкки"
3068
+
3069
+ #: inc/core/shortcodes.php:451
3070
+ msgid "This is box title"
3071
+ msgstr "Заголовок блока"
3072
+
3073
+ #: inc/core/shortcodes.php:492
3074
+ msgid "please specify correct source"
3075
+ msgstr "пожалуйста укажите корректную ссылку"
3076
+
3077
+ #: inc/core/shortcodes.php:561 inc/core/shortcodes.php:565
3078
+ #: inc/core/shortcodes.php:598 inc/core/shortcodes.php:602
3079
+ #: inc/core/shortcodes.php:629 inc/core/shortcodes.php:633
3080
+ #: inc/core/shortcodes.php:657 inc/core/shortcodes.php:661
3081
+ #: inc/core/shortcodes.php:681 inc/core/shortcodes.php:688
3082
+ #: inc/core/shortcodes.php:710 inc/core/shortcodes.php:715
3083
+ msgid "please specify correct url"
3084
+ msgstr "пожалуйста укажите корректную ссылку"
3085
+
3086
+ #: inc/core/shortcodes.php:846
3087
+ msgid "This menu doesn't exists, or has no elements"
3088
+ msgstr "Такое меню не существует, или в нем нет ни одного элемента"
3089
+
3090
+ #: inc/core/shortcodes.php:944 inc/core/shortcodes.php:1019
3091
+ #: inc/core/shortcodes.php:1064
3092
+ msgid "images not found"
3093
+ msgstr "изображения не найдены"
3094
+
3095
+ #: inc/core/shortcodes.php:1199
3096
+ msgid "template not found"
3097
+ msgstr "шаблон не найден"
3098
+
3099
+ #: inc/core/shortcodes.php:1277 inc/core/shortcodes.php:1327
3100
+ msgid "post ID is incorrect"
3101
+ msgstr "ID записи указан неверно"
3102
+
3103
+ #: inc/core/shortcodes.php:1279
3104
+ msgid "please specify meta key name"
3105
+ msgstr "пожалуйста укажите имя ключа произвольного поля"
3106
+
3107
+ #: inc/core/shortcodes.php:1300
3108
+ msgid "password field is not allowed"
3109
+ msgstr "поле пароль запрещено"
3110
+
3111
+ #: inc/core/shortcodes.php:1304
3112
+ msgid "user ID is incorrect"
3113
+ msgstr "ID пользователя указан неверно"
3114
+
3115
+ #: inc/core/tools.php:744
3116
+ msgid "Example code does not found, please check it later"
3117
+ msgstr "Код примера не найден, возвращайтесь позже"
3118
+
3119
+ #: inc/core/tools.php:760
3120
+ msgid "Get the code"
3121
+ msgstr "Получить код"
3122
+
3123
+ #: inc/core/vote.php:44
3124
+ msgid ""
3125
+ "Hello, my name is Vladimir Anokhin, and I am developer of plugin "
3126
+ "<b>Shortcodes Ultimate</b>.<br>If you like this plugin, please write a few "
3127
+ "words about it at the wordpress.org or twitter. It will help other people "
3128
+ "find this useful plugin more quickly.<br><b>Thank you!</b>"
3129
+ msgstr ""
3130
+ "Здравствуйте, меня зовут Владимир Анохин, я являюсь разработчиком плагина "
3131
+ "<b>Shortcodes Ultimate</b>. <br>Если вам нравится этот плагин, то пожалуйста "
3132
+ "напишите пару слов о нём на сайте wordpress.org или в твиттере. Это поможет "
3133
+ "другим людям найти этот полезный плагин быстрее.<br><b>Спасибо!</b>"
3134
+
3135
+ #: inc/core/vote.php:46
3136
+ msgid "Rate plugin"
3137
+ msgstr "Оценить плагин"
3138
+
3139
+ #: inc/core/vote.php:47
3140
+ msgid "Shortcodes Ultimate - must have WordPress plugin #shortcodesultimate"
3141
+ msgstr ""
3142
+ "Shortcodes Ultimate - очень полезный плагин для WordPress #shortcodesultimate"
3143
+
3144
+ #: inc/core/vote.php:47
3145
+ msgid "Tweet"
3146
+ msgstr "Твитнуть"
3147
+
3148
+ #: inc/core/vote.php:48
3149
+ msgid "No, thanks"
3150
+ msgstr "Нет, спасибо"
3151
+
3152
+ #: inc/core/vote.php:49
3153
+ msgid "or"
3154
+ msgstr "или"
3155
+
3156
+ #: inc/core/vote.php:50
3157
+ msgid "Remind me later"
3158
+ msgstr "Напомнить позже"
3159
+
3160
+ #: inc/core/widget.php:7
3161
+ msgid "Special Shortcodes Ultimate widget"
3162
+ msgstr "Специальный виджет для вставки шорткодов"
3163
+
3164
+ #: inc/core/widget.php:46
3165
+ msgid "Title:"
3166
+ msgstr "Заголовок:"
3167
+
3168
+ #: inc/vendor/sunrise.php:90 inc/vendor/sunrise.php:91
3169
+ #: inc/vendor/sunrise.php:122 inc/vendor/sunrise.php:123
3170
+ msgid "Plugin Settings"
3171
+ msgstr "Настройки плагина"
3172
+
3173
+ #: inc/vendor/sunrise.php:179
3174
+ msgid "Use selected file"
3175
+ msgstr "Использовать выбранный файл"
3176
+
3177
+ #: inc/vendor/sunrise.php:369
3178
+ msgid "Save changes"
3179
+ msgstr "Сохранить изменения"
3180
+
3181
+ #: inc/vendor/sunrise.php:369
3182
+ msgid "Saving"
3183
+ msgstr "Сохранение"
3184
+
3185
+ #: inc/vendor/sunrise.php:369
3186
+ msgid "Saved"
3187
+ msgstr "Сохранено"
3188
+
3189
+ #: inc/vendor/sunrise.php:369
3190
+ msgid ""
3191
+ "This action will delete all your settings. Are you sure? This action cannot "
3192
+ "be undone!"
3193
+ msgstr ""
3194
+ "Данное действие удалит все ваши настройки. Вы уверены? Это действие нельзя "
3195
+ "будет отменить!"
3196
+
3197
+ #: inc/vendor/sunrise.php:369
3198
+ msgid "Restore default settings"
3199
+ msgstr "Сбросить настройки"
3200
+
3201
+ #: inc/vendor/sunrise.php:376 inc/vendor/sunrise.php:385
3202
+ #: inc/vendor/sunrise.php:435
3203
+ msgid "Text field"
3204
+ msgstr "Текстовое поле"
3205
+
3206
+ #: inc/vendor/sunrise.php:397
3207
+ msgid "Textarea field"
3208
+ msgstr "Текстовое поле"
3209
+
3210
+ #: inc/vendor/sunrise.php:408 inc/vendor/sunrise.php:419
3211
+ msgid "Checkbox"
3212
+ msgstr "Флажок"
3213
+
3214
+ #: inc/vendor/sunrise.php:445
3215
+ msgid "Color picker"
3216
+ msgstr "Пипетка"
3217
+
3218
+ #: inc/vendor/sunrise.php:453
3219
+ msgid "Pick a color"
3220
+ msgstr "Выберите цвет"
3221
+
3222
+ #: inc/vendor/sunrise.php:477
3223
+ msgid ""
3224
+ "For full functionality of this page it is reccomended to enable javascript."
3225
+ msgstr ""
3226
+ "Для полной функциональности этой страницы рекомендуется включить Javascript."
3227
+
3228
+ #: inc/vendor/sunrise.php:478
3229
+ msgid "Settings saved successfully"
3230
+ msgstr "Настройки успешно сохранены"
3231
+
3232
+ #: inc/vendor/sunrise.php:479
3233
+ msgid "Settings reseted successfully"
3234
+ msgstr "Настройки успешно сброшены"
3235
+
3236
+ #: inc/vendor/sunrise.php:508
3237
+ #, php-format
3238
+ msgid "option type %s is not callable"
3239
+ msgstr "тип поля %s не может быть отображен"
3240
+
3241
+ #: templates/default-loop.php:15 templates/single-post.php:17
3242
+ msgid "Posted"
3243
+ msgstr "Опубликовано"
3244
+
3245
+ #: templates/default-loop.php:19 templates/single-post.php:17
3246
+ msgid "0 comments"
3247
+ msgstr "нет комментариев"
3248
+
3249
+ #: templates/default-loop.php:19 templates/single-post.php:17
3250
+ msgid "1 comment"
3251
+ msgstr "1 комментарий"
3252
+
3253
+ #: templates/default-loop.php:19 templates/single-post.php:17
3254
+ msgid "%n comments"
3255
+ msgstr "%n комментариев"
3256
+
3257
+ #: templates/default-loop.php:27 templates/list-loop.php:16
3258
+ #: templates/single-post.php:28 templates/teaser-loop.php:20
3259
+ msgid "Posts not found"
3260
+ msgstr "Записи не найдены"
languages/su.pot CHANGED
@@ -1,2884 +1,2895 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: Shortcodes Ultimate\n"
4
- "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2013-11-12 01:26+0300\n"
6
- "PO-Revision-Date: 2013-11-12 01:26+0300\n"
7
- "Last-Translator: Vladimir Anokhin <ano.vladimir@gmail.com>\n"
8
- "Language-Team: \n"
9
- "MIME-Version: 1.0\n"
10
- "Content-Type: text/plain; charset=UTF-8\n"
11
- "Content-Transfer-Encoding: 8bit\n"
12
- "X-Poedit-KeywordsList: _e;__\n"
13
- "X-Poedit-Basepath: ..\n"
14
- "X-Poedit-SourceCharset: utf-8\n"
15
- "X-Generator: Poedit 1.5.7\n"
16
- "X-Poedit-SearchPath-0: .\n"
17
-
18
- #: inc/core/admin-views.php:10
19
- msgid "Welcome to Shortcodes Ultimate"
20
- msgstr ""
21
-
22
- #: inc/core/admin-views.php:10
23
- msgid "A real swiss army knife for WordPress"
24
- msgstr ""
25
-
26
- #: inc/core/admin-views.php:12 inc/core/load.php:233
27
- msgid "Project homepage"
28
- msgstr ""
29
-
30
- #: inc/core/admin-views.php:13
31
- msgid "Documentation"
32
- msgstr ""
33
-
34
- #: inc/core/admin-views.php:14 inc/core/load.php:234
35
- msgid "Support forum"
36
- msgstr ""
37
-
38
- #: inc/core/admin-views.php:15 inc/core/load.php:235
39
- msgid "Changelog"
40
- msgstr ""
41
-
42
- #: inc/core/admin-views.php:16
43
- msgid "Fork on GitHub"
44
- msgstr ""
45
-
46
- #: inc/core/admin-views.php:20
47
- msgid "Plugin features"
48
- msgstr ""
49
-
50
- #: inc/core/admin-views.php:22
51
- msgid "40+ amazing shortcodes"
52
- msgstr ""
53
-
54
- #: inc/core/admin-views.php:23
55
- msgid "Power of CSS3 transitions"
56
- msgstr ""
57
-
58
- #: inc/core/admin-views.php:24
59
- msgid "Handy shortcodes generator"
60
- msgstr ""
61
-
62
- #: inc/core/admin-views.php:25
63
- msgid "International"
64
- msgstr ""
65
-
66
- #: inc/core/admin-views.php:26
67
- msgid "Documented API"
68
- msgstr ""
69
-
70
- #: inc/core/admin-views.php:30
71
- msgid "What is a shortcode?"
72
- msgstr ""
73
-
74
- #: inc/core/admin-views.php:31
75
- msgid ""
76
- "<strong>Shortcode</strong> is a WordPress-specific code that lets you do "
77
- "nifty things with very little effort."
78
- msgstr ""
79
-
80
- #: inc/core/admin-views.php:32
81
- msgid ""
82
- "Shortcodes can embed files or create objects that would normally require "
83
- "lots of complicated, ugly code in just one line. Shortcode = shortcut."
84
- msgstr ""
85
-
86
- #: inc/core/admin-views.php:37
87
- msgid "How does it works"
88
- msgstr ""
89
-
90
- #: inc/core/admin-views.php:41
91
- msgid "More videos"
92
- msgstr ""
93
-
94
- #: inc/core/admin-views.php:43
95
- msgid "Shortcodes Ultimate Tutorial"
96
- msgstr ""
97
-
98
- #: inc/core/admin-views.php:44
99
- msgid "How to use special widget"
100
- msgstr ""
101
-
102
- #: inc/core/admin-views.php:45
103
- msgid "How to create Carousel"
104
- msgstr ""
105
-
106
- #: inc/core/admin-views.php:46
107
- msgid "How to create image gallery"
108
- msgstr ""
109
-
110
- #: inc/core/admin-views.php:64
111
- msgid "You can overview the original styles to override it"
112
- msgstr ""
113
-
114
- #: inc/core/admin-views.php:75
115
- msgid "You can use next variables in your custom CSS"
116
- msgstr ""
117
-
118
- #: inc/core/admin-views.php:76
119
- msgid "home url"
120
- msgstr ""
121
-
122
- #: inc/core/admin-views.php:77
123
- msgid "theme url"
124
- msgstr ""
125
-
126
- #: inc/core/admin-views.php:78
127
- msgid "plugin url"
128
- msgstr ""
129
-
130
- #: inc/core/admin-views.php:115
131
- msgid "Maker"
132
- msgstr ""
133
-
134
- #: inc/core/admin-views.php:116
135
- msgid ""
136
- "This add-on allows you to create custom shortcodes. You can easily create "
137
- "any shortcode with different parameters or even override default shortcodes"
138
- msgstr ""
139
-
140
- #: inc/core/admin-views.php:121
141
- msgid "Skins"
142
- msgstr ""
143
-
144
- #: inc/core/admin-views.php:122
145
- msgid ""
146
- "Set of additional skins for Shrtcodes Ultimate. It includes skins for "
147
- "accordeons/spoilers, tabs and some other shortcodes"
148
- msgstr ""
149
-
150
- #: inc/core/admin-views.php:128
151
- msgid "Shortcodes Ultimate Add-ons"
152
- msgstr ""
153
-
154
- #: inc/core/admin-views.php:131 inc/core/admin-views.php:138
155
- msgid "Learn more"
156
- msgstr ""
157
-
158
- #: inc/core/admin-views.php:135
159
- msgid "Other WordPress Plugins"
160
- msgstr ""
161
-
162
- #: inc/core/assets.php:67
163
- msgid "Choose files"
164
- msgstr ""
165
-
166
- #: inc/core/assets.php:68
167
- msgid "Add selected files"
168
- msgstr ""
169
-
170
- #: inc/core/assets.php:69
171
- msgid "This button is not clickable"
172
- msgstr ""
173
-
174
- #: inc/core/assets.php:75 inc/vendor/class.sunrise.php:165
175
- msgid "Choose file"
176
- msgstr ""
177
-
178
- #: inc/core/assets.php:76
179
- msgid "Insert"
180
- msgstr ""
181
-
182
- #: inc/core/assets.php:77
183
- msgid "Select images"
184
- msgstr ""
185
-
186
- #: inc/core/assets.php:78
187
- msgid "Add selected images"
188
- msgstr ""
189
-
190
- #: inc/core/assets.php:91
191
- msgid ""
192
- "This shortcode doesn't work in live preview. Please insert it into editor "
193
- "and preview on the site."
194
- msgstr ""
195
-
196
- #: inc/core/data.php:17
197
- msgid "All"
198
- msgstr ""
199
-
200
- #: inc/core/data.php:18 inc/core/generator.php:164
201
- msgid "Content"
202
- msgstr ""
203
-
204
- #: inc/core/data.php:19 inc/core/data.php:803
205
- msgid "Box"
206
- msgstr ""
207
-
208
- #: inc/core/data.php:20
209
- msgid "Media"
210
- msgstr ""
211
-
212
- #: inc/core/data.php:21 inc/core/data.php:1940
213
- msgid "Gallery"
214
- msgstr ""
215
-
216
- #: inc/core/data.php:22
217
- msgid "Other"
218
- msgstr ""
219
-
220
- #: inc/core/data.php:28 inc/core/data.php:1718 inc/core/data.php:1826
221
- #: inc/core/data.php:1953 inc/core/data.php:2095
222
- msgid "None"
223
- msgstr ""
224
-
225
- #: inc/core/data.php:29
226
- msgid "Solid"
227
- msgstr ""
228
-
229
- #: inc/core/data.php:30
230
- msgid "Dotted"
231
- msgstr ""
232
-
233
- #: inc/core/data.php:31
234
- msgid "Dashed"
235
- msgstr ""
236
-
237
- #: inc/core/data.php:32
238
- msgid "Double"
239
- msgstr ""
240
-
241
- #: inc/core/data.php:33
242
- msgid "Groove"
243
- msgstr ""
244
-
245
- #: inc/core/data.php:34
246
- msgid "Ridge"
247
- msgstr ""
248
-
249
- #: inc/core/data.php:48
250
- msgid "Basic examples"
251
- msgstr ""
252
-
253
- #: inc/core/data.php:51
254
- msgid "Accordions, spoilers, different styles, anchors"
255
- msgstr ""
256
-
257
- #: inc/core/data.php:57
258
- msgid "Tabs, vertical tabs, tab anchors"
259
- msgstr ""
260
-
261
- #: inc/core/data.php:63
262
- msgid "Column layouts"
263
- msgstr ""
264
-
265
- #: inc/core/data.php:69
266
- msgid ""
267
- "Media elements, YouTube, Vimeo, Screenr and self-hosted videos, audio player"
268
- msgstr ""
269
-
270
- #: inc/core/data.php:75
271
- msgid "Unlimited buttons"
272
- msgstr ""
273
-
274
- #: inc/core/data.php:81
275
- msgid "Animations"
276
- msgstr ""
277
-
278
- #: inc/core/data.php:89
279
- msgid "Advanced examples"
280
- msgstr ""
281
-
282
- #: inc/core/data.php:92
283
- msgid "Interacting with posts shortcode"
284
- msgstr ""
285
-
286
- #: inc/core/data.php:98
287
- msgid "Nested shortcodes, shortcodes inside of attributes"
288
- msgstr ""
289
-
290
- #: inc/core/data.php:115
291
- msgid "Heading"
292
- msgstr ""
293
-
294
- #: inc/core/data.php:122 inc/core/data.php:176 inc/core/data.php:258
295
- #: inc/core/data.php:406 inc/core/data.php:436 inc/core/data.php:497
296
- #: inc/core/data.php:662 inc/core/data.php:815 inc/core/data.php:979
297
- msgid "Default"
298
- msgstr ""
299
-
300
- #: inc/core/data.php:125 inc/core/data.php:179 inc/core/data.php:263
301
- #: inc/core/data.php:439 inc/core/data.php:503 inc/core/data.php:672
302
- #: inc/core/data.php:822 inc/core/data.php:949
303
- msgid "Style"
304
- msgstr ""
305
-
306
- #: inc/core/data.php:126
307
- msgid "Choose style for this heading"
308
- msgstr ""
309
-
310
- #: inc/core/data.php:126 inc/core/data.php:180 inc/core/data.php:264
311
- #: inc/core/data.php:440
312
- msgid "Install additional styles"
313
- msgstr ""
314
-
315
- #: inc/core/data.php:134 inc/core/data.php:511 inc/core/data.php:590
316
- #: inc/core/data.php:693
317
- msgid "Size"
318
- msgstr ""
319
-
320
- #: inc/core/data.php:135
321
- msgid "Select heading size (pixels)"
322
- msgstr ""
323
-
324
- #: inc/core/data.php:140 inc/core/data.php:472 inc/core/data.php:533
325
- #: inc/core/data.php:957
326
- msgid "Left"
327
- msgstr ""
328
-
329
- #: inc/core/data.php:141 inc/core/data.php:534 inc/core/data.php:1767
330
- #: inc/core/data.php:1894
331
- msgid "Center"
332
- msgstr ""
333
-
334
- #: inc/core/data.php:142 inc/core/data.php:473 inc/core/data.php:535
335
- #: inc/core/data.php:958
336
- msgid "Right"
337
- msgstr ""
338
-
339
- #: inc/core/data.php:145 inc/core/data.php:476 inc/core/data.php:538
340
- msgid "Align"
341
- msgstr ""
342
-
343
- #: inc/core/data.php:146
344
- msgid "Heading text alignment"
345
- msgstr ""
346
-
347
- #: inc/core/data.php:154
348
- msgid "Margin"
349
- msgstr ""
350
-
351
- #: inc/core/data.php:155
352
- msgid "Bottom margin (pixels)"
353
- msgstr ""
354
-
355
- #: inc/core/data.php:159 inc/core/data.php:199 inc/core/data.php:231
356
- #: inc/core/data.php:294 inc/core/data.php:310 inc/core/data.php:337
357
- #: inc/core/data.php:361 inc/core/data.php:389 inc/core/data.php:419
358
- #: inc/core/data.php:455 inc/core/data.php:480 inc/core/data.php:516
359
- #: inc/core/data.php:543 inc/core/data.php:559 inc/core/data.php:601
360
- #: inc/core/data.php:629 inc/core/data.php:750 inc/core/data.php:793
361
- #: inc/core/data.php:849 inc/core/data.php:886 inc/core/data.php:918
362
- #: inc/core/data.php:1020 inc/core/data.php:1036 inc/core/data.php:1088
363
- #: inc/core/data.php:1206 inc/core/data.php:1256 inc/core/data.php:1299
364
- #: inc/core/data.php:1338 inc/core/data.php:1407 inc/core/data.php:1428
365
- #: inc/core/data.php:1459 inc/core/data.php:1492 inc/core/data.php:1508
366
- #: inc/core/data.php:1538 inc/core/data.php:1558 inc/core/data.php:1585
367
- #: inc/core/data.php:1606 inc/core/data.php:1651 inc/core/data.php:1696
368
- #: inc/core/data.php:1804 inc/core/data.php:1931 inc/core/data.php:2001
369
- #: inc/core/data.php:2175 inc/core/data.php:2230 inc/core/data.php:2276
370
- msgid "Class"
371
- msgstr ""
372
-
373
- #: inc/core/data.php:160 inc/core/data.php:200 inc/core/data.php:232
374
- #: inc/core/data.php:295 inc/core/data.php:311 inc/core/data.php:338
375
- #: inc/core/data.php:362 inc/core/data.php:390 inc/core/data.php:420
376
- #: inc/core/data.php:456 inc/core/data.php:481 inc/core/data.php:517
377
- #: inc/core/data.php:544 inc/core/data.php:560 inc/core/data.php:602
378
- #: inc/core/data.php:630 inc/core/data.php:751 inc/core/data.php:794
379
- #: inc/core/data.php:850 inc/core/data.php:887 inc/core/data.php:919
380
- #: inc/core/data.php:1021 inc/core/data.php:1037 inc/core/data.php:1089
381
- #: inc/core/data.php:1207 inc/core/data.php:1257 inc/core/data.php:1300
382
- #: inc/core/data.php:1339 inc/core/data.php:1408 inc/core/data.php:1429
383
- #: inc/core/data.php:1460 inc/core/data.php:1493 inc/core/data.php:1509
384
- #: inc/core/data.php:1539 inc/core/data.php:1559 inc/core/data.php:1586
385
- #: inc/core/data.php:1607 inc/core/data.php:1652 inc/core/data.php:1697
386
- #: inc/core/data.php:1805 inc/core/data.php:1932 inc/core/data.php:2002
387
- #: inc/core/data.php:2176 inc/core/data.php:2231 inc/core/data.php:2277
388
- msgid "Extra CSS class"
389
- msgstr ""
390
-
391
- #: inc/core/data.php:163
392
- msgid "Heading text"
393
- msgstr ""
394
-
395
- #: inc/core/data.php:164
396
- msgid "Styled heading"
397
- msgstr ""
398
-
399
- #: inc/core/data.php:169
400
- msgid "Tabs"
401
- msgstr ""
402
-
403
- #: inc/core/data.php:180
404
- msgid "Choose style for this tabs"
405
- msgstr ""
406
-
407
- #: inc/core/data.php:188
408
- msgid "Active tab"
409
- msgstr ""
410
-
411
- #: inc/core/data.php:189
412
- msgid "Select which tab is open by default"
413
- msgstr ""
414
-
415
- #: inc/core/data.php:194
416
- msgid "Vertical"
417
- msgstr ""
418
-
419
- #: inc/core/data.php:195
420
- msgid "Show tabs vertically"
421
- msgstr ""
422
-
423
- #: inc/core/data.php:203
424
- msgid ""
425
- "[%prefix_tab title=\"Title 1\"]Content 1[/%prefix_tab]\n"
426
- "[%prefix_tab title=\"Title 2\"]Content 2[/%prefix_tab]\n"
427
- "[%prefix_tab title=\"Title 3\"]Content 3[/%prefix_tab]"
428
- msgstr ""
429
-
430
- #: inc/core/data.php:204
431
- msgid "Tabs container"
432
- msgstr ""
433
-
434
- #: inc/core/data.php:209
435
- msgid "Tab"
436
- msgstr ""
437
-
438
- #: inc/core/data.php:214
439
- msgid "Tab name"
440
- msgstr ""
441
-
442
- #: inc/core/data.php:215 inc/core/data.php:247 inc/core/data.php:767
443
- #: inc/core/data.php:810 inc/core/data.php:1366
444
- msgid "Title"
445
- msgstr ""
446
-
447
- #: inc/core/data.php:216
448
- msgid "Enter tab name"
449
- msgstr ""
450
-
451
- #: inc/core/data.php:221
452
- msgid "Disabled"
453
- msgstr ""
454
-
455
- #: inc/core/data.php:222
456
- msgid "Is this tab disabled"
457
- msgstr ""
458
-
459
- #: inc/core/data.php:226 inc/core/data.php:289
460
- msgid "Anchor"
461
- msgstr ""
462
-
463
- #: inc/core/data.php:227
464
- msgid ""
465
- "You can use unique anchor for this tab to access it with hash in page url. "
466
- "For example: type here <b%value>Hello</b> and then use url like http://"
467
- "example.com/page-url#Hello. This tab will be activated and scrolled in"
468
- msgstr ""
469
-
470
- #: inc/core/data.php:235
471
- msgid "Tab content"
472
- msgstr ""
473
-
474
- #: inc/core/data.php:236
475
- msgid "Single tab"
476
- msgstr ""
477
-
478
- #: inc/core/data.php:241
479
- msgid "Spoiler"
480
- msgstr ""
481
-
482
- #: inc/core/data.php:246 inc/core/shortcodes.php:72
483
- msgid "Spoiler title"
484
- msgstr ""
485
-
486
- #: inc/core/data.php:247
487
- msgid "Text in spoiler title"
488
- msgstr ""
489
-
490
- #: inc/core/data.php:252
491
- msgid "Open"
492
- msgstr ""
493
-
494
- #: inc/core/data.php:253
495
- msgid "Is spoiler content visible by default"
496
- msgstr ""
497
-
498
- #: inc/core/data.php:259
499
- msgid "Fancy"
500
- msgstr ""
501
-
502
- #: inc/core/data.php:260 inc/core/data.php:500
503
- msgid "Simple"
504
- msgstr ""
505
-
506
- #: inc/core/data.php:264
507
- msgid "Choose style for this spoiler"
508
- msgstr ""
509
-
510
- #: inc/core/data.php:269
511
- msgid "Plus"
512
- msgstr ""
513
-
514
- #: inc/core/data.php:270
515
- msgid "Plus circle"
516
- msgstr ""
517
-
518
- #: inc/core/data.php:271
519
- msgid "Plus square 1"
520
- msgstr ""
521
-
522
- #: inc/core/data.php:272
523
- msgid "Plus square 2"
524
- msgstr ""
525
-
526
- #: inc/core/data.php:273
527
- msgid "Arrow"
528
- msgstr ""
529
-
530
- #: inc/core/data.php:274
531
- msgid "Arrow circle 1"
532
- msgstr ""
533
-
534
- #: inc/core/data.php:275
535
- msgid "Arrow circle 2"
536
- msgstr ""
537
-
538
- #: inc/core/data.php:276
539
- msgid "Chevron"
540
- msgstr ""
541
-
542
- #: inc/core/data.php:277
543
- msgid "Chevron circle"
544
- msgstr ""
545
-
546
- #: inc/core/data.php:278
547
- msgid "Caret"
548
- msgstr ""
549
-
550
- #: inc/core/data.php:279
551
- msgid "Caret square"
552
- msgstr ""
553
-
554
- #: inc/core/data.php:280
555
- msgid "Folder 1"
556
- msgstr ""
557
-
558
- #: inc/core/data.php:281
559
- msgid "Folder 2"
560
- msgstr ""
561
-
562
- #: inc/core/data.php:284 inc/core/data.php:618 inc/core/data.php:723
563
- #: inc/core/data.php:773
564
- msgid "Icon"
565
- msgstr ""
566
-
567
- #: inc/core/data.php:285
568
- msgid "Icons for spoiler"
569
- msgstr ""
570
-
571
- #: inc/core/data.php:290
572
- msgid ""
573
- "You can use unique anchor for this spoiler to access it with hash in page "
574
- "url. For example: type here <b%value>Hello</b> and then use url like http://"
575
- "example.com/page-url#Hello. This spoiler will be open and scrolled in"
576
- msgstr ""
577
-
578
- #: inc/core/data.php:298
579
- msgid "Hidden content"
580
- msgstr ""
581
-
582
- #: inc/core/data.php:299
583
- msgid "Spoiler with hidden content"
584
- msgstr ""
585
-
586
- #: inc/core/data.php:304
587
- msgid "Accordion"
588
- msgstr ""
589
-
590
- #: inc/core/data.php:314
591
- msgid ""
592
- "[%prefix_spoiler]Content[/%prefix_spoiler]\n"
593
- "[%prefix_spoiler]Content[/%prefix_spoiler]\n"
594
- "[%prefix_spoiler]Content[/%prefix_spoiler]"
595
- msgstr ""
596
-
597
- #: inc/core/data.php:315
598
- msgid "Accordion with spoilers"
599
- msgstr ""
600
-
601
- #: inc/core/data.php:320
602
- msgid "Divider"
603
- msgstr ""
604
-
605
- #: inc/core/data.php:327
606
- msgid "Show TOP link"
607
- msgstr ""
608
-
609
- #: inc/core/data.php:328
610
- msgid "Show link to top of the page or not"
611
- msgstr ""
612
-
613
- #: inc/core/data.php:332 inc/core/shortcodes.php:99
614
- msgid "Go to top"
615
- msgstr ""
616
-
617
- #: inc/core/data.php:333
618
- msgid "Link text"
619
- msgstr ""
620
-
621
- #: inc/core/data.php:333
622
- msgid "Text for the GO TOP link"
623
- msgstr ""
624
-
625
- #: inc/core/data.php:341
626
- msgid "Content divider with optional TOP link"
627
- msgstr ""
628
-
629
- #: inc/core/data.php:346
630
- msgid "Spacer"
631
- msgstr ""
632
-
633
- #: inc/core/data.php:356 inc/core/data.php:1071 inc/core/data.php:1127
634
- #: inc/core/data.php:1239 inc/core/data.php:1288 inc/core/data.php:1384
635
- #: inc/core/data.php:1640 inc/core/data.php:1679 inc/core/data.php:1751
636
- #: inc/core/data.php:1860 inc/core/data.php:1986 inc/core/data.php:2203
637
- msgid "Height"
638
- msgstr ""
639
-
640
- #: inc/core/data.php:357
641
- msgid "Height of the spacer in pixels"
642
- msgstr ""
643
-
644
- #: inc/core/data.php:365
645
- msgid "Empty space with adjustable height"
646
- msgstr ""
647
-
648
- #: inc/core/data.php:370
649
- msgid "Highlight"
650
- msgstr ""
651
-
652
- #: inc/core/data.php:378 inc/core/data.php:678 inc/core/data.php:867
653
- msgid "Background"
654
- msgstr ""
655
-
656
- #: inc/core/data.php:379
657
- msgid "Highlighted text background color"
658
- msgstr ""
659
-
660
- #: inc/core/data.php:385 inc/core/data.php:684 inc/core/data.php:873
661
- msgid "Text color"
662
- msgstr ""
663
-
664
- #: inc/core/data.php:385
665
- msgid "Highlighted text color"
666
- msgstr ""
667
-
668
- #: inc/core/data.php:393 inc/core/data.php:394
669
- msgid "Highlighted text"
670
- msgstr ""
671
-
672
- #: inc/core/data.php:399 inc/core/data.php:423
673
- #: inc/vendor/class.sunrise-views.php:49
674
- msgid "Label"
675
- msgstr ""
676
-
677
- #: inc/core/data.php:407
678
- msgid "Success"
679
- msgstr ""
680
-
681
- #: inc/core/data.php:408
682
- msgid "Warning"
683
- msgstr ""
684
-
685
- #: inc/core/data.php:409
686
- msgid "Important"
687
- msgstr ""
688
-
689
- #: inc/core/data.php:410
690
- msgid "Black"
691
- msgstr ""
692
-
693
- #: inc/core/data.php:411
694
- msgid "Info"
695
- msgstr ""
696
-
697
- #: inc/core/data.php:414
698
- msgid "Type"
699
- msgstr ""
700
-
701
- #: inc/core/data.php:415
702
- msgid "Style of the label"
703
- msgstr ""
704
-
705
- #: inc/core/data.php:424
706
- msgid "Styled label"
707
- msgstr ""
708
-
709
- #: inc/core/data.php:429 inc/core/data.php:459
710
- msgid "Quote"
711
- msgstr ""
712
-
713
- #: inc/core/data.php:440
714
- msgid "Choose style for this quote"
715
- msgstr ""
716
-
717
- #: inc/core/data.php:444
718
- msgid "Cite"
719
- msgstr ""
720
-
721
- #: inc/core/data.php:445
722
- msgid "Quote author name"
723
- msgstr ""
724
-
725
- #: inc/core/data.php:450
726
- msgid "Cite url"
727
- msgstr ""
728
-
729
- #: inc/core/data.php:451
730
- msgid "Url of the quote author. Leave empty to disable link"
731
- msgstr ""
732
-
733
- #: inc/core/data.php:460
734
- msgid "Blockquote alternative"
735
- msgstr ""
736
-
737
- #: inc/core/data.php:465 inc/core/data.php:484 inc/core/data.php:485
738
- msgid "Pullquote"
739
- msgstr ""
740
-
741
- #: inc/core/data.php:476
742
- msgid "Pullquote alignment (float)"
743
- msgstr ""
744
-
745
- #: inc/core/data.php:490 inc/core/data.php:521
746
- msgid "Dropcap"
747
- msgstr ""
748
-
749
- #: inc/core/data.php:498 inc/core/data.php:663
750
- msgid "Flat"
751
- msgstr ""
752
-
753
- #: inc/core/data.php:499
754
- msgid "Light"
755
- msgstr ""
756
-
757
- #: inc/core/data.php:503
758
- msgid "Dropcap style preset"
759
- msgstr ""
760
-
761
- #: inc/core/data.php:512
762
- msgid "Choose dropcap size"
763
- msgstr ""
764
-
765
- #: inc/core/data.php:520
766
- msgid "D"
767
- msgstr ""
768
-
769
- #: inc/core/data.php:526
770
- msgid "Frame"
771
- msgstr ""
772
-
773
- #: inc/core/data.php:539
774
- msgid "Frame alignment"
775
- msgstr ""
776
-
777
- #: inc/core/data.php:548
778
- msgid "Styled image frame"
779
- msgstr ""
780
-
781
- #: inc/core/data.php:553
782
- msgid "Row"
783
- msgstr ""
784
-
785
- #: inc/core/data.php:563
786
- msgid ""
787
- "[%prefix_column size=\"1/3\"]Content[/%prefix_column]\n"
788
- "[%prefix_column size=\"1/3\"]Content[/%prefix_column]\n"
789
- "[%prefix_column size=\"1/3\"]Content[/%prefix_column]"
790
- msgstr ""
791
-
792
- #: inc/core/data.php:564
793
- msgid "Row for flexible columns"
794
- msgstr ""
795
-
796
- #: inc/core/data.php:569
797
- msgid "Column"
798
- msgstr ""
799
-
800
- #: inc/core/data.php:576
801
- msgid "Full width"
802
- msgstr ""
803
-
804
- #: inc/core/data.php:577
805
- msgid "One half"
806
- msgstr ""
807
-
808
- #: inc/core/data.php:578
809
- msgid "One third"
810
- msgstr ""
811
-
812
- #: inc/core/data.php:579
813
- msgid "Two third"
814
- msgstr ""
815
-
816
- #: inc/core/data.php:580
817
- msgid "One fourth"
818
- msgstr ""
819
-
820
- #: inc/core/data.php:581
821
- msgid "Three fourth"
822
- msgstr ""
823
-
824
- #: inc/core/data.php:582
825
- msgid "One fifth"
826
- msgstr ""
827
-
828
- #: inc/core/data.php:583
829
- msgid "Two fifth"
830
- msgstr ""
831
-
832
- #: inc/core/data.php:584
833
- msgid "Three fifth"
834
- msgstr ""
835
-
836
- #: inc/core/data.php:585
837
- msgid "Four fifth"
838
- msgstr ""
839
-
840
- #: inc/core/data.php:586
841
- msgid "One sixth"
842
- msgstr ""
843
-
844
- #: inc/core/data.php:587
845
- msgid "Five sixth"
846
- msgstr ""
847
-
848
- #: inc/core/data.php:591
849
- msgid "Select column width. This width will be calculated depend page width"
850
- msgstr ""
851
-
852
- #: inc/core/data.php:596 inc/core/data.php:704
853
- msgid "Centered"
854
- msgstr ""
855
-
856
- #: inc/core/data.php:597
857
- msgid "Is this column centered on the page"
858
- msgstr ""
859
-
860
- #: inc/core/data.php:605
861
- msgid "Column content"
862
- msgstr ""
863
-
864
- #: inc/core/data.php:606
865
- msgid "Flexible and responsive columns"
866
- msgstr ""
867
-
868
- #: inc/core/data.php:611
869
- msgid "List"
870
- msgstr ""
871
-
872
- #: inc/core/data.php:619
873
- msgid "You can upload custom icon for this list or pick a built-in icon"
874
- msgstr ""
875
-
876
- #: inc/core/data.php:624 inc/core/data.php:729 inc/core/data.php:779
877
- msgid "Icon color"
878
- msgstr ""
879
-
880
- #: inc/core/data.php:625 inc/core/data.php:730 inc/core/data.php:780
881
- msgid ""
882
- "This color will be applied to the selected icon. Does not works with "
883
- "uploaded icons"
884
- msgstr ""
885
-
886
- #: inc/core/data.php:633
887
- msgid ""
888
- "<ul>\n"
889
- "<li>List item</li>\n"
890
- "<li>List item</li>\n"
891
- "<li>List item</li>\n"
892
- "</ul>"
893
- msgstr ""
894
-
895
- #: inc/core/data.php:634
896
- msgid "Styled unordered list"
897
- msgstr ""
898
-
899
- #: inc/core/data.php:639
900
- msgid "Button"
901
- msgstr ""
902
-
903
- #: inc/core/data.php:646
904
- msgid "Link"
905
- msgstr ""
906
-
907
- #: inc/core/data.php:647
908
- msgid "Button link"
909
- msgstr ""
910
-
911
- #: inc/core/data.php:652 inc/core/data.php:1450
912
- msgid "Same tab"
913
- msgstr ""
914
-
915
- #: inc/core/data.php:653 inc/core/data.php:1451
916
- msgid "New tab"
917
- msgstr ""
918
-
919
- #: inc/core/data.php:656 inc/core/data.php:1454
920
- msgid "Target"
921
- msgstr ""
922
-
923
- #: inc/core/data.php:657
924
- msgid "Button link target"
925
- msgstr ""
926
-
927
- #: inc/core/data.php:664 inc/core/data.php:816
928
- msgid "Soft"
929
- msgstr ""
930
-
931
- #: inc/core/data.php:665 inc/core/data.php:817
932
- msgid "Glass"
933
- msgstr ""
934
-
935
- #: inc/core/data.php:666 inc/core/data.php:818
936
- msgid "Bubbles"
937
- msgstr ""
938
-
939
- #: inc/core/data.php:667 inc/core/data.php:819
940
- msgid "Noise"
941
- msgstr ""
942
-
943
- #: inc/core/data.php:668
944
- msgid "Stroked"
945
- msgstr ""
946
-
947
- #: inc/core/data.php:669
948
- msgid "3D"
949
- msgstr ""
950
-
951
- #: inc/core/data.php:672
952
- msgid "Button background style preset"
953
- msgstr ""
954
-
955
- #: inc/core/data.php:678
956
- msgid "Button background color"
957
- msgstr ""
958
-
959
- #: inc/core/data.php:685
960
- msgid "Button text color"
961
- msgstr ""
962
-
963
- #: inc/core/data.php:694
964
- msgid "Button size"
965
- msgstr ""
966
-
967
- #: inc/core/data.php:699
968
- msgid "Fluid"
969
- msgstr ""
970
-
971
- #: inc/core/data.php:699
972
- msgid "Fluid buttons has 100% width"
973
- msgstr ""
974
-
975
- #: inc/core/data.php:704
976
- msgid "Is button centered on the page"
977
- msgstr ""
978
-
979
- #: inc/core/data.php:709
980
- msgid "Auto"
981
- msgstr ""
982
-
983
- #: inc/core/data.php:710
984
- msgid "Round"
985
- msgstr ""
986
-
987
- #: inc/core/data.php:711
988
- msgid "Square"
989
- msgstr ""
990
-
991
- #: inc/core/data.php:717 inc/core/data.php:844 inc/core/data.php:882
992
- msgid "Radius"
993
- msgstr ""
994
-
995
- #: inc/core/data.php:718
996
- msgid "Radius of button corners. Auto-radius calculation based on button size"
997
- msgstr ""
998
-
999
- #: inc/core/data.php:724
1000
- msgid "You can upload custom icon for this button or pick a built-in icon"
1001
- msgstr ""
1002
-
1003
- #: inc/core/data.php:735
1004
- msgid "Text shadow"
1005
- msgstr ""
1006
-
1007
- #: inc/core/data.php:736
1008
- msgid "Button text shadow"
1009
- msgstr ""
1010
-
1011
- #: inc/core/data.php:740
1012
- msgid "Description"
1013
- msgstr ""
1014
-
1015
- #: inc/core/data.php:741
1016
- msgid ""
1017
- "Small description under button text. This option is incompatible with icon."
1018
- msgstr ""
1019
-
1020
- #: inc/core/data.php:745
1021
- msgid "onClick"
1022
- msgstr ""
1023
-
1024
- #: inc/core/data.php:746
1025
- msgid "Advanced JavaScript code for onClick action"
1026
- msgstr ""
1027
-
1028
- #: inc/core/data.php:754
1029
- msgid "Button text"
1030
- msgstr ""
1031
-
1032
- #: inc/core/data.php:755
1033
- msgid "Styled button"
1034
- msgstr ""
1035
-
1036
- #: inc/core/data.php:760
1037
- msgid "Service"
1038
- msgstr ""
1039
-
1040
- #: inc/core/data.php:766 inc/core/shortcodes.php:430
1041
- msgid "Service title"
1042
- msgstr ""
1043
-
1044
- #: inc/core/data.php:768
1045
- msgid "Service name"
1046
- msgstr ""
1047
-
1048
- #: inc/core/data.php:774
1049
- msgid "You can upload custom icon for this box"
1050
- msgstr ""
1051
-
1052
- #: inc/core/data.php:788
1053
- msgid "Icon size"
1054
- msgstr ""
1055
-
1056
- #: inc/core/data.php:789
1057
- msgid "Size of the uploaded icon in pixels"
1058
- msgstr ""
1059
-
1060
- #: inc/core/data.php:797
1061
- msgid "Service description"
1062
- msgstr ""
1063
-
1064
- #: inc/core/data.php:798
1065
- msgid "Service box with title"
1066
- msgstr ""
1067
-
1068
- #: inc/core/data.php:809
1069
- msgid "Box title"
1070
- msgstr ""
1071
-
1072
- #: inc/core/data.php:810
1073
- msgid "Text for the box title"
1074
- msgstr ""
1075
-
1076
- #: inc/core/data.php:823
1077
- msgid "Box style preset"
1078
- msgstr ""
1079
-
1080
- #: inc/core/data.php:829 inc/core/generator-views.php:91
1081
- msgid "Color"
1082
- msgstr ""
1083
-
1084
- #: inc/core/data.php:830
1085
- msgid "Color for the box title and borders"
1086
- msgstr ""
1087
-
1088
- #: inc/core/data.php:836
1089
- msgid "Title text color"
1090
- msgstr ""
1091
-
1092
- #: inc/core/data.php:836
1093
- msgid "Color for the box title text"
1094
- msgstr ""
1095
-
1096
- #: inc/core/data.php:845
1097
- msgid "Box corners radius"
1098
- msgstr ""
1099
-
1100
- #: inc/core/data.php:853
1101
- msgid "Box content"
1102
- msgstr ""
1103
-
1104
- #: inc/core/data.php:854
1105
- msgid "Colored box with caption"
1106
- msgstr ""
1107
-
1108
- #: inc/core/data.php:859
1109
- msgid "Note"
1110
- msgstr ""
1111
-
1112
- #: inc/core/data.php:867
1113
- msgid "Note background color"
1114
- msgstr ""
1115
-
1116
- #: inc/core/data.php:874
1117
- msgid "Note text color"
1118
- msgstr ""
1119
-
1120
- #: inc/core/data.php:882
1121
- msgid "Note corners radius"
1122
- msgstr ""
1123
-
1124
- #: inc/core/data.php:890
1125
- msgid "Note text"
1126
- msgstr ""
1127
-
1128
- #: inc/core/data.php:891
1129
- msgid "Colored box"
1130
- msgstr ""
1131
-
1132
- #: inc/core/data.php:896
1133
- msgid "Lightbox"
1134
- msgstr ""
1135
-
1136
- #: inc/core/data.php:903
1137
- msgid "Iframe"
1138
- msgstr ""
1139
-
1140
- #: inc/core/data.php:904
1141
- msgid "Image"
1142
- msgstr ""
1143
-
1144
- #: inc/core/data.php:905
1145
- msgid "Inline (html content)"
1146
- msgstr ""
1147
-
1148
- #: inc/core/data.php:908
1149
- msgid "Content type"
1150
- msgstr ""
1151
-
1152
- #: inc/core/data.php:909
1153
- msgid "Select type of the lightbox window content"
1154
- msgstr ""
1155
-
1156
- #: inc/core/data.php:913
1157
- msgid "Content source"
1158
- msgstr ""
1159
-
1160
- #: inc/core/data.php:914
1161
- msgid ""
1162
- "Insert here URL or CSS selector. Use URL for Iframe and Image content types. "
1163
- "Use CSS selector for Inline content type.<br />Example values:<br /><b"
1164
- "%value>http://www.youtube.com/watch?v=NbE8INOjTKM</b> - YouTube video "
1165
- "(iframe)<br /><b%value>http://example.com/wp-content/uploads/image.jpg</b> - "
1166
- "uploaded image (image)<br /><b%value>http://example.com/</b> - any web page "
1167
- "(iframe)<br /><b%value>#contact-form</b> - any HTML content (inline)"
1168
- msgstr ""
1169
-
1170
- #: inc/core/data.php:922
1171
- msgid "[%prefix_button] Click Here to Watch the Video [/%prefix_button]"
1172
- msgstr ""
1173
-
1174
- #: inc/core/data.php:923
1175
- msgid "Lightbox window with custom content"
1176
- msgstr ""
1177
-
1178
- #: inc/core/data.php:928
1179
- msgid "Tooltip"
1180
- msgstr ""
1181
-
1182
- #: inc/core/data.php:935
1183
- msgid "Basic: Light"
1184
- msgstr ""
1185
-
1186
- #: inc/core/data.php:936
1187
- msgid "Basic: Dark"
1188
- msgstr ""
1189
-
1190
- #: inc/core/data.php:937
1191
- msgid "Basic: Yellow"
1192
- msgstr ""
1193
-
1194
- #: inc/core/data.php:938
1195
- msgid "Basic: Green"
1196
- msgstr ""
1197
-
1198
- #: inc/core/data.php:939
1199
- msgid "Basic: Red"
1200
- msgstr ""
1201
-
1202
- #: inc/core/data.php:940
1203
- msgid "Basic: Blue"
1204
- msgstr ""
1205
-
1206
- #: inc/core/data.php:941
1207
- msgid "Youtube"
1208
- msgstr ""
1209
-
1210
- #: inc/core/data.php:942
1211
- msgid "Tipsy"
1212
- msgstr ""
1213
-
1214
- #: inc/core/data.php:943
1215
- msgid "Bootstrap"
1216
- msgstr ""
1217
-
1218
- #: inc/core/data.php:944
1219
- msgid "jTools"
1220
- msgstr ""
1221
-
1222
- #: inc/core/data.php:945
1223
- msgid "Tipped"
1224
- msgstr ""
1225
-
1226
- #: inc/core/data.php:946
1227
- msgid "Cluetip"
1228
- msgstr ""
1229
-
1230
- #: inc/core/data.php:950
1231
- msgid "Tooltip window style"
1232
- msgstr ""
1233
-
1234
- #: inc/core/data.php:955
1235
- msgid "Top"
1236
- msgstr ""
1237
-
1238
- #: inc/core/data.php:956
1239
- msgid "Bottom"
1240
- msgstr ""
1241
-
1242
- #: inc/core/data.php:961
1243
- msgid "Position"
1244
- msgstr ""
1245
-
1246
- #: inc/core/data.php:962
1247
- msgid "Tooltip position"
1248
- msgstr ""
1249
-
1250
- #: inc/core/data.php:967
1251
- msgid "Shadow"
1252
- msgstr ""
1253
-
1254
- #: inc/core/data.php:968
1255
- msgid ""
1256
- "Add shadow to tooltip. This option is only works with basic styes, e.g. "
1257
- "blue, green etc."
1258
- msgstr ""
1259
-
1260
- #: inc/core/data.php:973
1261
- msgid "Rounded corners"
1262
- msgstr ""
1263
-
1264
- #: inc/core/data.php:974
1265
- msgid ""
1266
- "Use rounded for tooltip. This option is only works with basic styes, e.g. "
1267
- "blue, green etc."
1268
- msgstr ""
1269
-
1270
- #: inc/core/data.php:988
1271
- msgid "Font size"
1272
- msgstr ""
1273
-
1274
- #: inc/core/data.php:989
1275
- msgid "Tooltip font size"
1276
- msgstr ""
1277
-
1278
- #: inc/core/data.php:993
1279
- msgid "Tooltip title"
1280
- msgstr ""
1281
-
1282
- #: inc/core/data.php:994
1283
- msgid ""
1284
- "Enter title for tooltip window. Leave this field empty to hide the title"
1285
- msgstr ""
1286
-
1287
- #: inc/core/data.php:997 inc/core/shortcodes.php:508
1288
- msgid "Tooltip text"
1289
- msgstr ""
1290
-
1291
- #: inc/core/data.php:998
1292
- msgid "Tooltip content"
1293
- msgstr ""
1294
-
1295
- #: inc/core/data.php:999
1296
- msgid "Enter tooltip content here"
1297
- msgstr ""
1298
-
1299
- #: inc/core/data.php:1004
1300
- msgid "Show and hide on mouse hover"
1301
- msgstr ""
1302
-
1303
- #: inc/core/data.php:1005
1304
- msgid "Show and hide by mouse click"
1305
- msgstr ""
1306
-
1307
- #: inc/core/data.php:1006
1308
- msgid "Always visible"
1309
- msgstr ""
1310
-
1311
- #: inc/core/data.php:1009
1312
- msgid "Behavior"
1313
- msgstr ""
1314
-
1315
- #: inc/core/data.php:1010
1316
- msgid "Select tooltip behavior"
1317
- msgstr ""
1318
-
1319
- #: inc/core/data.php:1015
1320
- msgid "Close button"
1321
- msgstr ""
1322
-
1323
- #: inc/core/data.php:1016
1324
- msgid "Show close button"
1325
- msgstr ""
1326
-
1327
- #: inc/core/data.php:1024
1328
- msgid "[%prefix_button] Hover me to open tooltip [/%prefix_button]"
1329
- msgstr ""
1330
-
1331
- #: inc/core/data.php:1025
1332
- msgid "Tooltip window with custom content"
1333
- msgstr ""
1334
-
1335
- #: inc/core/data.php:1030
1336
- msgid "Private"
1337
- msgstr ""
1338
-
1339
- #: inc/core/data.php:1040
1340
- msgid "Private note text"
1341
- msgstr ""
1342
-
1343
- #: inc/core/data.php:1041
1344
- msgid "Private note for post authors"
1345
- msgstr ""
1346
-
1347
- #: inc/core/data.php:1046
1348
- msgid "YouTube"
1349
- msgstr ""
1350
-
1351
- #: inc/core/data.php:1053 inc/core/data.php:1104 inc/core/data.php:1222
1352
- #: inc/core/data.php:1271 inc/core/data.php:1525 inc/core/data.php:1622
1353
- msgid "Url"
1354
- msgstr ""
1355
-
1356
- #: inc/core/data.php:1054 inc/core/data.php:1105
1357
- msgid "Url of YouTube page with video. Ex: http://youtube.com/watch?v=XXXXXX"
1358
- msgstr ""
1359
-
1360
- #: inc/core/data.php:1062 inc/core/data.php:1118 inc/core/data.php:1230
1361
- #: inc/core/data.php:1279 inc/core/data.php:1321 inc/core/data.php:1375
1362
- #: inc/core/data.php:1631 inc/core/data.php:1670 inc/core/data.php:1743
1363
- #: inc/core/data.php:1851 inc/core/data.php:1978 inc/core/data.php:2194
1364
- msgid "Width"
1365
- msgstr ""
1366
-
1367
- #: inc/core/data.php:1063 inc/core/data.php:1119 inc/core/data.php:1231
1368
- #: inc/core/data.php:1280 inc/core/data.php:1376
1369
- msgid "Player width"
1370
- msgstr ""
1371
-
1372
- #: inc/core/data.php:1072 inc/core/data.php:1128 inc/core/data.php:1240
1373
- #: inc/core/data.php:1289 inc/core/data.php:1385
1374
- msgid "Player height"
1375
- msgstr ""
1376
-
1377
- #: inc/core/data.php:1077 inc/core/data.php:1133 inc/core/data.php:1245
1378
- #: inc/core/data.php:1294 inc/core/data.php:1646 inc/core/data.php:1685
1379
- #: inc/core/data.php:1756 inc/core/data.php:1866
1380
- msgid "Responsive"
1381
- msgstr ""
1382
-
1383
- #: inc/core/data.php:1078 inc/core/data.php:1134 inc/core/data.php:1246
1384
- #: inc/core/data.php:1295
1385
- msgid "Ignore width and height parameters and make player responsive"
1386
- msgstr ""
1387
-
1388
- #: inc/core/data.php:1083 inc/core/data.php:1167 inc/core/data.php:1251
1389
- #: inc/core/data.php:1327 inc/core/data.php:1396 inc/core/data.php:1791
1390
- #: inc/core/data.php:1918
1391
- msgid "Autoplay"
1392
- msgstr ""
1393
-
1394
- #: inc/core/data.php:1084 inc/core/data.php:1168 inc/core/data.php:1252
1395
- msgid "Play video automatically when page is loaded"
1396
- msgstr ""
1397
-
1398
- #: inc/core/data.php:1092
1399
- msgid "YouTube video"
1400
- msgstr ""
1401
-
1402
- #: inc/core/data.php:1097
1403
- msgid "YouTube Advanced"
1404
- msgstr ""
1405
-
1406
- #: inc/core/data.php:1109
1407
- msgid "Playlist"
1408
- msgstr ""
1409
-
1410
- #: inc/core/data.php:1110
1411
- msgid ""
1412
- "Value is a comma-separated list of video IDs to play. If you specify a "
1413
- "value, the first video that plays will be the VIDEO_ID specified in the URL "
1414
- "path, and the videos specified in the playlist parameter will play thereafter"
1415
- msgstr ""
1416
-
1417
- #: inc/core/data.php:1139
1418
- msgid "0 - Hide controls"
1419
- msgstr ""
1420
-
1421
- #: inc/core/data.php:1140
1422
- msgid "1 - Show controls"
1423
- msgstr ""
1424
-
1425
- #: inc/core/data.php:1141
1426
- msgid "2 - Show controls when playback is started"
1427
- msgstr ""
1428
-
1429
- #: inc/core/data.php:1144 inc/core/data.php:1390
1430
- msgid "Controls"
1431
- msgstr ""
1432
-
1433
- #: inc/core/data.php:1145
1434
- msgid "This parameter indicates whether the video player controls will display"
1435
- msgstr ""
1436
-
1437
- #: inc/core/data.php:1150
1438
- msgid "0 - Do not hide controls"
1439
- msgstr ""
1440
-
1441
- #: inc/core/data.php:1151
1442
- msgid "1 - Hide all controls on mouse out"
1443
- msgstr ""
1444
-
1445
- #: inc/core/data.php:1152
1446
- msgid "2 - Hide progress bar on mouse out"
1447
- msgstr ""
1448
-
1449
- #: inc/core/data.php:1155
1450
- msgid "Autohide"
1451
- msgstr ""
1452
-
1453
- #: inc/core/data.php:1156
1454
- msgid ""
1455
- "This parameter indicates whether the video controls will automatically hide "
1456
- "after a video begins playing"
1457
- msgstr ""
1458
-
1459
- #: inc/core/data.php:1161
1460
- msgid "Show title bar"
1461
- msgstr ""
1462
-
1463
- #: inc/core/data.php:1162
1464
- msgid ""
1465
- "If you set the parameter value to NO, then the player will not display "
1466
- "information like the video title and uploader before the video starts "
1467
- "playing."
1468
- msgstr ""
1469
-
1470
- #: inc/core/data.php:1173 inc/core/data.php:1333 inc/core/data.php:1402
1471
- msgid "Loop"
1472
- msgstr ""
1473
-
1474
- #: inc/core/data.php:1174
1475
- msgid ""
1476
- "Setting of YES will cause the player to play the initial video again and "
1477
- "again"
1478
- msgstr ""
1479
-
1480
- #: inc/core/data.php:1179
1481
- msgid "Related videos"
1482
- msgstr ""
1483
-
1484
- #: inc/core/data.php:1180
1485
- msgid ""
1486
- "This parameter indicates whether the player should show related videos when "
1487
- "playback of the initial video ends"
1488
- msgstr ""
1489
-
1490
- #: inc/core/data.php:1185
1491
- msgid "Show full-screen button"
1492
- msgstr ""
1493
-
1494
- #: inc/core/data.php:1186
1495
- msgid ""
1496
- "Setting this parameter to NO prevents the fullscreen button from displaying"
1497
- msgstr ""
1498
-
1499
- #: inc/core/data.php:1192
1500
- msgid ""
1501
- "This parameter lets you use a YouTube player that does not show a YouTube "
1502
- "logo. Set the parameter value to YES to prevent the YouTube logo from "
1503
- "displaying in the control bar. Note that a small YouTube text label will "
1504
- "still display in the upper-right corner of a paused video when the user's "
1505
- "mouse pointer hovers over the player"
1506
- msgstr ""
1507
-
1508
- #: inc/core/data.php:1197
1509
- msgid "Dark theme"
1510
- msgstr ""
1511
-
1512
- #: inc/core/data.php:1198
1513
- msgid "Light theme"
1514
- msgstr ""
1515
-
1516
- #: inc/core/data.php:1201 inc/core/data.php:2225
1517
- msgid "Theme"
1518
- msgstr ""
1519
-
1520
- #: inc/core/data.php:1202
1521
- msgid ""
1522
- "This parameter indicates whether the embedded player will display player "
1523
- "controls (like a play button or volume control) within a dark or light "
1524
- "control bar"
1525
- msgstr ""
1526
-
1527
- #: inc/core/data.php:1210
1528
- msgid "YouTube video player with advanced settings"
1529
- msgstr ""
1530
-
1531
- #: inc/core/data.php:1215
1532
- msgid "Vimeo"
1533
- msgstr ""
1534
-
1535
- #: inc/core/data.php:1222
1536
- msgid "Url of Vimeo page with video"
1537
- msgstr ""
1538
-
1539
- #: inc/core/data.php:1260
1540
- msgid "Vimeo video"
1541
- msgstr ""
1542
-
1543
- #: inc/core/data.php:1265
1544
- msgid "Screenr"
1545
- msgstr ""
1546
-
1547
- #: inc/core/data.php:1271
1548
- msgid "Url of Screenr page with video"
1549
- msgstr ""
1550
-
1551
- #: inc/core/data.php:1303
1552
- msgid "Screenr video"
1553
- msgstr ""
1554
-
1555
- #: inc/core/data.php:1308
1556
- msgid "Audio"
1557
- msgstr ""
1558
-
1559
- #: inc/core/data.php:1315 inc/core/data.php:1354
1560
- msgid "File"
1561
- msgstr ""
1562
-
1563
- #: inc/core/data.php:1316
1564
- msgid "Audio file url. Supported formats: mp3, ogg"
1565
- msgstr ""
1566
-
1567
- #: inc/core/data.php:1322
1568
- msgid ""
1569
- "Player width. You can specify width in percents and player will be "
1570
- "responsive. Example values: <b%value>200px</b>, <b%value>100&#37;</b>"
1571
- msgstr ""
1572
-
1573
- #: inc/core/data.php:1328 inc/core/data.php:1397
1574
- msgid "Play file automatically when page is loaded"
1575
- msgstr ""
1576
-
1577
- #: inc/core/data.php:1334 inc/core/data.php:1403
1578
- msgid "Repeat when playback is ended"
1579
- msgstr ""
1580
-
1581
- #: inc/core/data.php:1342
1582
- msgid "Custom audio player"
1583
- msgstr ""
1584
-
1585
- #: inc/core/data.php:1347
1586
- msgid "Video"
1587
- msgstr ""
1588
-
1589
- #: inc/core/data.php:1355
1590
- msgid "Url to mp4/flv video-file"
1591
- msgstr ""
1592
-
1593
- #: inc/core/data.php:1360
1594
- msgid "Poster"
1595
- msgstr ""
1596
-
1597
- #: inc/core/data.php:1361
1598
- msgid "Url to poster image, that will be shown before playback"
1599
- msgstr ""
1600
-
1601
- #: inc/core/data.php:1367
1602
- msgid "Player title"
1603
- msgstr ""
1604
-
1605
- #: inc/core/data.php:1391
1606
- msgid "Show player controls (play/pause etc.) or not"
1607
- msgstr ""
1608
-
1609
- #: inc/core/data.php:1411
1610
- msgid "Custom video player"
1611
- msgstr ""
1612
-
1613
- #: inc/core/data.php:1416
1614
- msgid "Table"
1615
- msgstr ""
1616
-
1617
- #: inc/core/data.php:1423
1618
- msgid "CSV file"
1619
- msgstr ""
1620
-
1621
- #: inc/core/data.php:1424
1622
- msgid "Upload CSV file if you want to create HTML-table from file"
1623
- msgstr ""
1624
-
1625
- #: inc/core/data.php:1432
1626
- msgid ""
1627
- "<table>\n"
1628
- "<tr>\n"
1629
- "\t<td>Table</td>\n"
1630
- "\t<td>Table</td>\n"
1631
- "</tr>\n"
1632
- "<tr>\n"
1633
- "\t<td>Table</td>\n"
1634
- "\t<td>Table</td>\n"
1635
- "</tr>\n"
1636
- "</table>"
1637
- msgstr ""
1638
-
1639
- #: inc/core/data.php:1433
1640
- msgid "Styled table from HTML or CSV file"
1641
- msgstr ""
1642
-
1643
- #: inc/core/data.php:1438
1644
- msgid "Permalink"
1645
- msgstr ""
1646
-
1647
- #: inc/core/data.php:1444
1648
- msgid "ID"
1649
- msgstr ""
1650
-
1651
- #: inc/core/data.php:1445
1652
- msgid "Post or page ID"
1653
- msgstr ""
1654
-
1655
- #: inc/core/data.php:1455
1656
- msgid "Link target. blank - link will be opened in new window/tab"
1657
- msgstr ""
1658
-
1659
- #: inc/core/data.php:1464
1660
- msgid "Permalink to specified post/page"
1661
- msgstr ""
1662
-
1663
- #: inc/core/data.php:1469
1664
- msgid "Members"
1665
- msgstr ""
1666
-
1667
- #: inc/core/data.php:1474 inc/core/shortcodes.php:756
1668
- msgid "This content is for registered users only. Please %login%."
1669
- msgstr ""
1670
-
1671
- #: inc/core/data.php:1475
1672
- msgid "Message"
1673
- msgstr ""
1674
-
1675
- #: inc/core/data.php:1475
1676
- msgid "Message for not logged users"
1677
- msgstr ""
1678
-
1679
- #: inc/core/data.php:1480
1680
- msgid "Box color"
1681
- msgstr ""
1682
-
1683
- #: inc/core/data.php:1480
1684
- msgid "This color will applied only to box for not logged users"
1685
- msgstr ""
1686
-
1687
- #: inc/core/data.php:1483 inc/core/shortcodes.php:759
1688
- msgid "login"
1689
- msgstr ""
1690
-
1691
- #: inc/core/data.php:1484
1692
- msgid "Login link text"
1693
- msgstr ""
1694
-
1695
- #: inc/core/data.php:1484
1696
- msgid "Text for the login link"
1697
- msgstr ""
1698
-
1699
- #: inc/core/data.php:1488
1700
- msgid "Login link url"
1701
- msgstr ""
1702
-
1703
- #: inc/core/data.php:1496
1704
- msgid "Content for logged members"
1705
- msgstr ""
1706
-
1707
- #: inc/core/data.php:1497
1708
- msgid "Content for logged in members only"
1709
- msgstr ""
1710
-
1711
- #: inc/core/data.php:1502
1712
- msgid "Guests"
1713
- msgstr ""
1714
-
1715
- #: inc/core/data.php:1512
1716
- msgid "Content for guests"
1717
- msgstr ""
1718
-
1719
- #: inc/core/data.php:1513
1720
- msgid "Content for guests only"
1721
- msgstr ""
1722
-
1723
- #: inc/core/data.php:1518
1724
- msgid "RSS Feed"
1725
- msgstr ""
1726
-
1727
- #: inc/core/data.php:1526
1728
- msgid "Url to RSS-feed"
1729
- msgstr ""
1730
-
1731
- #: inc/core/data.php:1534
1732
- msgid "Limit"
1733
- msgstr ""
1734
-
1735
- #: inc/core/data.php:1534
1736
- msgid "Number of items to show"
1737
- msgstr ""
1738
-
1739
- #: inc/core/data.php:1542
1740
- msgid "Feed grabber"
1741
- msgstr ""
1742
-
1743
- #: inc/core/data.php:1547
1744
- msgid "Menu"
1745
- msgstr ""
1746
-
1747
- #: inc/core/data.php:1554
1748
- msgid "Menu name"
1749
- msgstr ""
1750
-
1751
- #: inc/core/data.php:1554
1752
- msgid "Custom menu name. Ex: Main menu"
1753
- msgstr ""
1754
-
1755
- #: inc/core/data.php:1562
1756
- msgid "Custom menu by name"
1757
- msgstr ""
1758
-
1759
- #: inc/core/data.php:1567
1760
- msgid "Sub pages"
1761
- msgstr ""
1762
-
1763
- #: inc/core/data.php:1574 inc/core/data.php:1601
1764
- msgid "Depth"
1765
- msgstr ""
1766
-
1767
- #: inc/core/data.php:1575
1768
- msgid "Max depth level of children pages"
1769
- msgstr ""
1770
-
1771
- #: inc/core/data.php:1580
1772
- msgid "Parent ID"
1773
- msgstr ""
1774
-
1775
- #: inc/core/data.php:1581
1776
- msgid "ID of the parent page. Leave blank to use current page"
1777
- msgstr ""
1778
-
1779
- #: inc/core/data.php:1589
1780
- msgid "List of sub pages"
1781
- msgstr ""
1782
-
1783
- #: inc/core/data.php:1594
1784
- msgid "Siblings"
1785
- msgstr ""
1786
-
1787
- #: inc/core/data.php:1602
1788
- msgid "Max depth level"
1789
- msgstr ""
1790
-
1791
- #: inc/core/data.php:1610
1792
- msgid "List of cureent page siblings"
1793
- msgstr ""
1794
-
1795
- #: inc/core/data.php:1615
1796
- msgid "Document"
1797
- msgstr ""
1798
-
1799
- #: inc/core/data.php:1623
1800
- msgid "Url to uploaded document. Supported formats: doc, xls, pdf etc."
1801
- msgstr ""
1802
-
1803
- #: inc/core/data.php:1632
1804
- msgid "Viewer width"
1805
- msgstr ""
1806
-
1807
- #: inc/core/data.php:1641
1808
- msgid "Viewer height"
1809
- msgstr ""
1810
-
1811
- #: inc/core/data.php:1647
1812
- msgid "Ignore width and height parameters and make viewer responsive"
1813
- msgstr ""
1814
-
1815
- #: inc/core/data.php:1655
1816
- msgid "Document viewer by Google"
1817
- msgstr ""
1818
-
1819
- #: inc/core/data.php:1660
1820
- msgid "Gmap"
1821
- msgstr ""
1822
-
1823
- #: inc/core/data.php:1671
1824
- msgid "Map width"
1825
- msgstr ""
1826
-
1827
- #: inc/core/data.php:1680
1828
- msgid "Map height"
1829
- msgstr ""
1830
-
1831
- #: inc/core/data.php:1686
1832
- msgid "Ignore width and height parameters and make map responsive"
1833
- msgstr ""
1834
-
1835
- #: inc/core/data.php:1691
1836
- msgid "Marker"
1837
- msgstr ""
1838
-
1839
- #: inc/core/data.php:1692
1840
- msgid "Address for the marker. You can type it in any language"
1841
- msgstr ""
1842
-
1843
- #: inc/core/data.php:1700
1844
- msgid "Maps by Google"
1845
- msgstr ""
1846
-
1847
- #: inc/core/data.php:1705
1848
- msgid "Slider"
1849
- msgstr ""
1850
-
1851
- #: inc/core/data.php:1712 inc/core/data.php:1820 inc/core/data.php:1947
1852
- msgid "Source"
1853
- msgstr ""
1854
-
1855
- #: inc/core/data.php:1713 inc/core/data.php:1821 inc/core/data.php:1948
1856
- msgid ""
1857
- "Choose images source. You can use images from Media library or retrieve it "
1858
- "from posts (thumbnails) posted under specified blog category. You can also "
1859
- "pick any custom taxonomy"
1860
- msgstr ""
1861
-
1862
- #: inc/core/data.php:1719
1863
- msgid "Full-size image"
1864
- msgstr ""
1865
-
1866
- #: inc/core/data.php:1720 inc/core/data.php:1828 inc/core/data.php:1955
1867
- msgid "Attachment page"
1868
- msgstr ""
1869
-
1870
- #: inc/core/data.php:1721 inc/core/data.php:1829 inc/core/data.php:1956
1871
- msgid "Post permalink"
1872
- msgstr ""
1873
-
1874
- #: inc/core/data.php:1724 inc/core/data.php:1832 inc/core/data.php:1959
1875
- msgid "Links"
1876
- msgstr ""
1877
-
1878
- #: inc/core/data.php:1725 inc/core/data.php:1833 inc/core/data.php:1960
1879
- msgid "Select which links will be used for images in this gallery"
1880
- msgstr ""
1881
-
1882
- #: inc/core/data.php:1730 inc/core/data.php:1838 inc/core/data.php:1965
1883
- msgid "Same window"
1884
- msgstr ""
1885
-
1886
- #: inc/core/data.php:1731 inc/core/data.php:1839 inc/core/data.php:1966
1887
- msgid "New window"
1888
- msgstr ""
1889
-
1890
- #: inc/core/data.php:1734 inc/core/data.php:1842 inc/core/data.php:1969
1891
- msgid "Links target"
1892
- msgstr ""
1893
-
1894
- #: inc/core/data.php:1735 inc/core/data.php:1843 inc/core/data.php:1970
1895
- msgid "Open links in"
1896
- msgstr ""
1897
-
1898
- #: inc/core/data.php:1743
1899
- msgid "Slider width (in pixels)"
1900
- msgstr ""
1901
-
1902
- #: inc/core/data.php:1751
1903
- msgid "Slider height (in pixels)"
1904
- msgstr ""
1905
-
1906
- #: inc/core/data.php:1757
1907
- msgid "Ignore width and height parameters and make slider responsive"
1908
- msgstr ""
1909
-
1910
- #: inc/core/data.php:1762 inc/core/data.php:1889 inc/core/data.php:1996
1911
- msgid "Show titles"
1912
- msgstr ""
1913
-
1914
- #: inc/core/data.php:1762
1915
- msgid "Display slide titles"
1916
- msgstr ""
1917
-
1918
- #: inc/core/data.php:1767
1919
- msgid "Is slider centered on the page"
1920
- msgstr ""
1921
-
1922
- #: inc/core/data.php:1772 inc/core/data.php:1899
1923
- msgid "Arrows"
1924
- msgstr ""
1925
-
1926
- #: inc/core/data.php:1772 inc/core/data.php:1899
1927
- msgid "Show left and right arrows"
1928
- msgstr ""
1929
-
1930
- #: inc/core/data.php:1777 inc/core/data.php:1904
1931
- msgid "Pagination"
1932
- msgstr ""
1933
-
1934
- #: inc/core/data.php:1778 inc/core/data.php:1905
1935
- msgid "Show pagination"
1936
- msgstr ""
1937
-
1938
- #: inc/core/data.php:1782 inc/core/data.php:1909
1939
- msgid "Mouse wheel control"
1940
- msgstr ""
1941
-
1942
- #: inc/core/data.php:1783
1943
- msgid "Allow to change slides with mouse wheel"
1944
- msgstr ""
1945
-
1946
- #: inc/core/data.php:1792
1947
- msgid "Choose interval between slide animations. Set to 0 to disable autoplay"
1948
- msgstr ""
1949
-
1950
- #: inc/core/data.php:1800 inc/core/data.php:1927
1951
- msgid "Speed"
1952
- msgstr ""
1953
-
1954
- #: inc/core/data.php:1800 inc/core/data.php:1927
1955
- msgid "Specify animation speed"
1956
- msgstr ""
1957
-
1958
- #: inc/core/data.php:1808
1959
- msgid "Customizable image slider"
1960
- msgstr ""
1961
-
1962
- #: inc/core/data.php:1813
1963
- msgid "Carousel"
1964
- msgstr ""
1965
-
1966
- #: inc/core/data.php:1827 inc/core/data.php:1954
1967
- msgid "Original image"
1968
- msgstr ""
1969
-
1970
- #: inc/core/data.php:1852
1971
- msgid "Carousel width (in pixels)"
1972
- msgstr ""
1973
-
1974
- #: inc/core/data.php:1861
1975
- msgid "Carousel height (in pixels)"
1976
- msgstr ""
1977
-
1978
- #: inc/core/data.php:1867
1979
- msgid "Ignore width and height parameters and make carousel responsive"
1980
- msgstr ""
1981
-
1982
- #: inc/core/data.php:1875
1983
- msgid "Items to show"
1984
- msgstr ""
1985
-
1986
- #: inc/core/data.php:1876
1987
- msgid "How much carousel items is visible"
1988
- msgstr ""
1989
-
1990
- #: inc/core/data.php:1883
1991
- msgid "Scroll number"
1992
- msgstr ""
1993
-
1994
- #: inc/core/data.php:1884
1995
- msgid "How much items are scrolled in one transition"
1996
- msgstr ""
1997
-
1998
- #: inc/core/data.php:1889
1999
- msgid "Display titles for each item"
2000
- msgstr ""
2001
-
2002
- #: inc/core/data.php:1894
2003
- msgid "Is carousel centered on the page"
2004
- msgstr ""
2005
-
2006
- #: inc/core/data.php:1910
2007
- msgid "Allow to rotate carousel with mouse wheel"
2008
- msgstr ""
2009
-
2010
- #: inc/core/data.php:1919
2011
- msgid "Choose interval between auto animations. Set to 0 to disable autoplay"
2012
- msgstr ""
2013
-
2014
- #: inc/core/data.php:1935
2015
- msgid "Customizable image carousel"
2016
- msgstr ""
2017
-
2018
- #: inc/core/data.php:1978
2019
- msgid "Single item width (in pixels)"
2020
- msgstr ""
2021
-
2022
- #: inc/core/data.php:1986
2023
- msgid "Single item height (in pixels)"
2024
- msgstr ""
2025
-
2026
- #: inc/core/data.php:1991
2027
- msgid "Never"
2028
- msgstr ""
2029
-
2030
- #: inc/core/data.php:1992
2031
- msgid "On mouse over"
2032
- msgstr ""
2033
-
2034
- #: inc/core/data.php:1993
2035
- msgid "Always"
2036
- msgstr ""
2037
-
2038
- #: inc/core/data.php:1997
2039
- msgid "Title display mode"
2040
- msgstr ""
2041
-
2042
- #: inc/core/data.php:2005
2043
- msgid "Customizable image gallery"
2044
- msgstr ""
2045
-
2046
- #: inc/core/data.php:2010
2047
- msgid "Posts"
2048
- msgstr ""
2049
-
2050
- #: inc/core/data.php:2015
2051
- msgid "Template"
2052
- msgstr ""
2053
-
2054
- #: inc/core/data.php:2016
2055
- msgid ""
2056
- "<b>Do not change this field value if you do not understand description below."
2057
- "</b><br/>Relative path to the template file. Default templates is placed "
2058
- "under the plugin directory (templates folder). You can copy it under your "
2059
- "theme directory and modify as you want. You can use following default "
2060
- "templates that already available in the plugin directory:<br/><b"
2061
- "%value>templates/default-loop.php</b> - posts loop<br/><b%value>templates/"
2062
- "teaser-loop.php</b> - posts loop with thumbnail and title<br/><b"
2063
- "%value>templates/single-post.php</b> - single post template<br/><b"
2064
- "%value>templates/list-loop.php</b> - unordered list with posts titles"
2065
- msgstr ""
2066
-
2067
- #: inc/core/data.php:2020
2068
- msgid "Post ID's"
2069
- msgstr ""
2070
-
2071
- #: inc/core/data.php:2021
2072
- msgid "Enter comma separated ID's of the posts that you want to show"
2073
- msgstr ""
2074
-
2075
- #: inc/core/data.php:2029
2076
- msgid "Posts per page"
2077
- msgstr ""
2078
-
2079
- #: inc/core/data.php:2030
2080
- msgid ""
2081
- "Specify number of posts that you want to show. Enter -1 to get all posts"
2082
- msgstr ""
2083
-
2084
- #: inc/core/data.php:2037
2085
- msgid "Post types"
2086
- msgstr ""
2087
-
2088
- #: inc/core/data.php:2038
2089
- msgid "Select post types. Hold Ctrl key to select multiple post types"
2090
- msgstr ""
2091
-
2092
- #: inc/core/data.php:2044 inc/core/generator-views.php:115
2093
- msgid "Taxonomy"
2094
- msgstr ""
2095
-
2096
- #: inc/core/data.php:2045
2097
- msgid "Select taxonomy to show posts from"
2098
- msgstr ""
2099
-
2100
- #: inc/core/data.php:2052
2101
- msgid "Terms"
2102
- msgstr ""
2103
-
2104
- #: inc/core/data.php:2053
2105
- msgid "Select terms to show posts from"
2106
- msgstr ""
2107
-
2108
- #: inc/core/data.php:2058
2109
- msgid "Taxonomy term operator"
2110
- msgstr ""
2111
-
2112
- #: inc/core/data.php:2059
2113
- msgid ""
2114
- "IN - posts that have any of selected categories terms<br/>NOT IN - posts "
2115
- "that is does not have any of selected terms<br/>AND - posts that have all "
2116
- "selected terms"
2117
- msgstr ""
2118
-
2119
- #: inc/core/data.php:2066
2120
- msgid "Authors"
2121
- msgstr ""
2122
-
2123
- #: inc/core/data.php:2067
2124
- msgid "Choose the authors whose posts you want to show"
2125
- msgstr ""
2126
-
2127
- #: inc/core/data.php:2071
2128
- msgid "Meta key"
2129
- msgstr ""
2130
-
2131
- #: inc/core/data.php:2072
2132
- msgid "Enter meta key name to show posts that have this key"
2133
- msgstr ""
2134
-
2135
- #: inc/core/data.php:2079
2136
- msgid "Offset"
2137
- msgstr ""
2138
-
2139
- #: inc/core/data.php:2080
2140
- msgid "Specify offset to start posts loop not from first post"
2141
- msgstr ""
2142
-
2143
- #: inc/core/data.php:2085
2144
- msgid "Descending"
2145
- msgstr ""
2146
-
2147
- #: inc/core/data.php:2086
2148
- msgid "Ascending"
2149
- msgstr ""
2150
-
2151
- #: inc/core/data.php:2089
2152
- msgid "Order"
2153
- msgstr ""
2154
-
2155
- #: inc/core/data.php:2090
2156
- msgid "Posts order"
2157
- msgstr ""
2158
-
2159
- #: inc/core/data.php:2096
2160
- msgid "Post ID"
2161
- msgstr ""
2162
-
2163
- #: inc/core/data.php:2097
2164
- msgid "Post author"
2165
- msgstr ""
2166
-
2167
- #: inc/core/data.php:2098
2168
- msgid "Post title"
2169
- msgstr ""
2170
-
2171
- #: inc/core/data.php:2099
2172
- msgid "Post slug"
2173
- msgstr ""
2174
-
2175
- #: inc/core/data.php:2100
2176
- msgid "Date"
2177
- msgstr ""
2178
-
2179
- #: inc/core/data.php:2100
2180
- msgid "Last modified date"
2181
- msgstr ""
2182
-
2183
- #: inc/core/data.php:2101 inc/core/data.php:2111
2184
- msgid "Post parent"
2185
- msgstr ""
2186
-
2187
- #: inc/core/data.php:2102
2188
- msgid "Random"
2189
- msgstr ""
2190
-
2191
- #: inc/core/data.php:2102
2192
- msgid "Comments number"
2193
- msgstr ""
2194
-
2195
- #: inc/core/data.php:2103
2196
- msgid "Menu order"
2197
- msgstr ""
2198
-
2199
- #: inc/core/data.php:2103
2200
- msgid "Meta key values"
2201
- msgstr ""
2202
-
2203
- #: inc/core/data.php:2106
2204
- msgid "Order by"
2205
- msgstr ""
2206
-
2207
- #: inc/core/data.php:2107
2208
- msgid "Order posts by"
2209
- msgstr ""
2210
-
2211
- #: inc/core/data.php:2112
2212
- msgid "Show childrens of entered post (enter post ID)"
2213
- msgstr ""
2214
-
2215
- #: inc/core/data.php:2117
2216
- msgid "Published"
2217
- msgstr ""
2218
-
2219
- #: inc/core/data.php:2118
2220
- msgid "Pending"
2221
- msgstr ""
2222
-
2223
- #: inc/core/data.php:2119
2224
- msgid "Draft"
2225
- msgstr ""
2226
-
2227
- #: inc/core/data.php:2120
2228
- msgid "Auto-draft"
2229
- msgstr ""
2230
-
2231
- #: inc/core/data.php:2121
2232
- msgid "Future post"
2233
- msgstr ""
2234
-
2235
- #: inc/core/data.php:2122
2236
- msgid "Private post"
2237
- msgstr ""
2238
-
2239
- #: inc/core/data.php:2123
2240
- msgid "Inherit"
2241
- msgstr ""
2242
-
2243
- #: inc/core/data.php:2124
2244
- msgid "Trashed"
2245
- msgstr ""
2246
-
2247
- #: inc/core/data.php:2125 inc/core/data.php:2209
2248
- msgid "Any"
2249
- msgstr ""
2250
-
2251
- #: inc/core/data.php:2128
2252
- msgid "Post status"
2253
- msgstr ""
2254
-
2255
- #: inc/core/data.php:2129
2256
- msgid "Show only posts with selected status"
2257
- msgstr ""
2258
-
2259
- #: inc/core/data.php:2134
2260
- msgid "Ignore sticky"
2261
- msgstr ""
2262
-
2263
- #: inc/core/data.php:2135
2264
- msgid "Select Yes to ignore posts that is sticked"
2265
- msgstr ""
2266
-
2267
- #: inc/core/data.php:2138
2268
- msgid "Custom posts query with customizable template"
2269
- msgstr ""
2270
-
2271
- #: inc/core/data.php:2143
2272
- msgid "Dummy text"
2273
- msgstr ""
2274
-
2275
- #: inc/core/data.php:2150
2276
- msgid "Paragraphs"
2277
- msgstr ""
2278
-
2279
- #: inc/core/data.php:2151
2280
- msgid "Words"
2281
- msgstr ""
2282
-
2283
- #: inc/core/data.php:2152
2284
- msgid "Bytes"
2285
- msgstr ""
2286
-
2287
- #: inc/core/data.php:2155
2288
- msgid "What"
2289
- msgstr ""
2290
-
2291
- #: inc/core/data.php:2156
2292
- msgid "What to generate"
2293
- msgstr ""
2294
-
2295
- #: inc/core/data.php:2164
2296
- msgid "Amount"
2297
- msgstr ""
2298
-
2299
- #: inc/core/data.php:2165
2300
- msgid ""
2301
- "How many items (paragraphs or words) to generate. Minimum words amount is 5"
2302
- msgstr ""
2303
-
2304
- #: inc/core/data.php:2170
2305
- msgid "Cache"
2306
- msgstr ""
2307
-
2308
- #: inc/core/data.php:2171
2309
- msgid ""
2310
- "Generated text will be cached. Be careful with this option. If you disable "
2311
- "it and insert many dummy_text shortcodes the page load time will be highly "
2312
- "increased"
2313
- msgstr ""
2314
-
2315
- #: inc/core/data.php:2179
2316
- msgid "Text placeholder"
2317
- msgstr ""
2318
-
2319
- #: inc/core/data.php:2184 inc/core/shortcodes.php:1237
2320
- msgid "Dummy image"
2321
- msgstr ""
2322
-
2323
- #: inc/core/data.php:2195
2324
- msgid "Image width"
2325
- msgstr ""
2326
-
2327
- #: inc/core/data.php:2204
2328
- msgid "Image height"
2329
- msgstr ""
2330
-
2331
- #: inc/core/data.php:2210
2332
- msgid "Abstract"
2333
- msgstr ""
2334
-
2335
- #: inc/core/data.php:2211
2336
- msgid "Animals"
2337
- msgstr ""
2338
-
2339
- #: inc/core/data.php:2212
2340
- msgid "Business"
2341
- msgstr ""
2342
-
2343
- #: inc/core/data.php:2213
2344
- msgid "Cats"
2345
- msgstr ""
2346
-
2347
- #: inc/core/data.php:2214
2348
- msgid "City"
2349
- msgstr ""
2350
-
2351
- #: inc/core/data.php:2215
2352
- msgid "Food"
2353
- msgstr ""
2354
-
2355
- #: inc/core/data.php:2216
2356
- msgid "Night life"
2357
- msgstr ""
2358
-
2359
- #: inc/core/data.php:2217
2360
- msgid "Fashion"
2361
- msgstr ""
2362
-
2363
- #: inc/core/data.php:2218
2364
- msgid "People"
2365
- msgstr ""
2366
-
2367
- #: inc/core/data.php:2219
2368
- msgid "Nature"
2369
- msgstr ""
2370
-
2371
- #: inc/core/data.php:2220
2372
- msgid "Sports"
2373
- msgstr ""
2374
-
2375
- #: inc/core/data.php:2221
2376
- msgid "Technics"
2377
- msgstr ""
2378
-
2379
- #: inc/core/data.php:2222
2380
- msgid "Transport"
2381
- msgstr ""
2382
-
2383
- #: inc/core/data.php:2226
2384
- msgid "Select the theme for this image"
2385
- msgstr ""
2386
-
2387
- #: inc/core/data.php:2234
2388
- msgid "Image placeholder with random image"
2389
- msgstr ""
2390
-
2391
- #: inc/core/data.php:2239 inc/core/data.php:2247
2392
- msgid "Animation"
2393
- msgstr ""
2394
-
2395
- #: inc/core/data.php:2248
2396
- msgid "Select animation type"
2397
- msgstr ""
2398
-
2399
- #: inc/core/data.php:2256
2400
- msgid "Duration"
2401
- msgstr ""
2402
-
2403
- #: inc/core/data.php:2257
2404
- msgid "Animation duration (seconds)"
2405
- msgstr ""
2406
-
2407
- #: inc/core/data.php:2265
2408
- msgid "Delay"
2409
- msgstr ""
2410
-
2411
- #: inc/core/data.php:2266
2412
- msgid "Animation delay (seconds)"
2413
- msgstr ""
2414
-
2415
- #: inc/core/data.php:2271
2416
- msgid "Inline"
2417
- msgstr ""
2418
-
2419
- #: inc/core/data.php:2272
2420
- msgid ""
2421
- "This parameter determines what HTML tag will be used for animation wrapper. "
2422
- "Turn this option to YES and animated element will be wrapped in SPAN instead "
2423
- "of DIV. Useful for inline animations, like buttons"
2424
- msgstr ""
2425
-
2426
- #: inc/core/data.php:2280
2427
- msgid "Animated content"
2428
- msgstr ""
2429
-
2430
- #: inc/core/data.php:2281
2431
- msgid "Wrapper for animation. Any nested element will be animated"
2432
- msgstr ""
2433
-
2434
- #: inc/core/generator-views.php:37
2435
- msgid "Yes"
2436
- msgstr ""
2437
-
2438
- #: inc/core/generator-views.php:37
2439
- msgid "No"
2440
- msgstr ""
2441
-
2442
- #: inc/core/generator-views.php:42 inc/core/generator-views.php:47
2443
- #: inc/vendor/class.sunrise-views.php:90
2444
- msgid "Media manager"
2445
- msgstr ""
2446
-
2447
- #: inc/core/generator-views.php:47
2448
- msgid "Icon picker"
2449
- msgstr ""
2450
-
2451
- #: inc/core/generator-views.php:47
2452
- msgid "Filter icons"
2453
- msgstr ""
2454
-
2455
- #: inc/core/generator-views.php:61
2456
- msgid "Please wait"
2457
- msgstr ""
2458
-
2459
- #: inc/core/generator-views.php:68
2460
- msgid "Untitled gallery"
2461
- msgstr ""
2462
-
2463
- #: inc/core/generator-views.php:74
2464
- msgid "Galleries not found"
2465
- msgstr ""
2466
-
2467
- #: inc/core/generator-views.php:75
2468
- msgid "Manage galleries"
2469
- msgstr ""
2470
-
2471
- #: inc/core/generator-views.php:75
2472
- msgid "Reload galleries"
2473
- msgstr ""
2474
-
2475
- #: inc/core/generator-views.php:91
2476
- msgid "Horizontal offset"
2477
- msgstr ""
2478
-
2479
- #: inc/core/generator-views.php:91
2480
- msgid "Vertical offset"
2481
- msgstr ""
2482
-
2483
- #: inc/core/generator-views.php:91
2484
- msgid "Blur"
2485
- msgstr ""
2486
-
2487
- #: inc/core/generator-views.php:102
2488
- msgid "Border width"
2489
- msgstr ""
2490
-
2491
- #: inc/core/generator-views.php:102
2492
- msgid "Border style"
2493
- msgstr ""
2494
-
2495
- #: inc/core/generator-views.php:102
2496
- msgid "Border color"
2497
- msgstr ""
2498
-
2499
- #: inc/core/generator-views.php:112
2500
- msgid "Media library"
2501
- msgstr ""
2502
-
2503
- #: inc/core/generator-views.php:113
2504
- msgid "Recent posts"
2505
- msgstr ""
2506
-
2507
- #: inc/core/generator-views.php:114
2508
- msgid "Category"
2509
- msgstr ""
2510
-
2511
- #: inc/core/generator-views.php:118
2512
- msgid "Select images source"
2513
- msgstr ""
2514
-
2515
- #: inc/core/generator-views.php:129
2516
- msgid "Select taxonomy"
2517
- msgstr ""
2518
-
2519
- #: inc/core/generator-views.php:140
2520
- msgid "Add images"
2521
- msgstr ""
2522
-
2523
- #: inc/core/generator-views.php:140
2524
- msgid ""
2525
- "Click the button above and select images.<br>You can select multimple images "
2526
- "with Ctrl (Cmd) key"
2527
- msgstr ""
2528
-
2529
- #: inc/core/generator-views.php:140
2530
- msgid ""
2531
- "Select categories to retrieve posts from.<br>You can select multiple "
2532
- "categories with Ctrl (Cmd) key"
2533
- msgstr ""
2534
-
2535
- #: inc/core/generator-views.php:140
2536
- msgid ""
2537
- "Select taxonomy and it's terms.<br>You can select multiple terms with Ctrl "
2538
- "(Cmd) key"
2539
- msgstr ""
2540
-
2541
- #: inc/core/generator.php:34 inc/core/generator.php:135
2542
- msgid "Insert shortcode"
2543
- msgstr ""
2544
-
2545
- #: inc/core/generator.php:77 inc/core/load.php:30 inc/core/load.php:51
2546
- #: inc/core/load.php:105 inc/core/load.php:106
2547
- msgid "Settings"
2548
- msgstr ""
2549
-
2550
- #: inc/core/generator.php:77
2551
- msgid "Plugin settings"
2552
- msgstr ""
2553
-
2554
- #: inc/core/generator.php:78
2555
- msgid "Plugin homepage"
2556
- msgstr ""
2557
-
2558
- #: inc/core/generator.php:79
2559
- msgid "Support forums"
2560
- msgstr ""
2561
-
2562
- #: inc/core/generator.php:86
2563
- msgid "Search for shortcodes"
2564
- msgstr ""
2565
-
2566
- #: inc/core/generator.php:88
2567
- msgid "Filter by type"
2568
- msgstr ""
2569
-
2570
- #: inc/core/generator.php:123
2571
- msgid "Shortcode not specified"
2572
- msgstr ""
2573
-
2574
- #: inc/core/generator.php:136
2575
- msgid "Live preview"
2576
- msgstr ""
2577
-
2578
- #: inc/core/generator.php:137
2579
- msgid "Close window"
2580
- msgstr ""
2581
-
2582
- #: inc/core/generator.php:141
2583
- msgid "Click to return to the shortcodes list"
2584
- msgstr ""
2585
-
2586
- #: inc/core/generator.php:141
2587
- msgid "All shortcodes"
2588
- msgstr ""
2589
-
2590
- #: inc/core/generator.php:157
2591
- msgid "Click to set this value"
2592
- msgstr ""
2593
-
2594
- #: inc/core/generator.php:182
2595
- msgid "Preview"
2596
- msgstr ""
2597
-
2598
- #: inc/core/generator.php:190 inc/core/tools.php:794
2599
- msgid "Access denied"
2600
- msgstr ""
2601
-
2602
- #: inc/core/load.php:30 inc/core/load.php:105 inc/core/load.php:114
2603
- #: inc/core/load.php:128 inc/core/load.php:140 inc/core/widget.php:14
2604
- #: inc/core/widget.php:40
2605
- msgid "Shortcodes Ultimate"
2606
- msgstr ""
2607
-
2608
- #: inc/core/load.php:31
2609
- msgid "Shortcodes"
2610
- msgstr ""
2611
-
2612
- #: inc/core/load.php:39
2613
- msgid "About"
2614
- msgstr ""
2615
-
2616
- #: inc/core/load.php:56
2617
- msgid "Custom formatting"
2618
- msgstr ""
2619
-
2620
- #: inc/core/load.php:57
2621
- msgid ""
2622
- "Disable this option if you have some problems with other plugins or content "
2623
- "formatting"
2624
- msgstr ""
2625
-
2626
- #: inc/core/load.php:57 inc/core/load.php:65
2627
- msgid "Documentation article"
2628
- msgstr ""
2629
-
2630
- #: inc/core/load.php:59 inc/core/load.php:67 inc/core/load.php:75
2631
- msgid "Enabled"
2632
- msgstr ""
2633
-
2634
- #: inc/core/load.php:64
2635
- msgid "Compatibility mode"
2636
- msgstr ""
2637
-
2638
- #: inc/core/load.php:65
2639
- msgid ""
2640
- "Enable this option if you have some problems with other plugins that uses "
2641
- "similar shortcode names"
2642
- msgstr ""
2643
-
2644
- #: inc/core/load.php:65
2645
- msgid "etc."
2646
- msgstr ""
2647
-
2648
- #: inc/core/load.php:72
2649
- msgid "Skip default values"
2650
- msgstr ""
2651
-
2652
- #: inc/core/load.php:73
2653
- msgid ""
2654
- "Enable this option and the generator will insert a shortcode without default "
2655
- "attribute values that you have not changed. As a result, the generated code "
2656
- "will be shorter."
2657
- msgstr ""
2658
-
2659
- #: inc/core/load.php:80
2660
- msgid "Skin"
2661
- msgstr ""
2662
-
2663
- #: inc/core/load.php:81
2664
- #, php-format
2665
- msgid ""
2666
- "Choose skin for shortcodes.<br /><a href=\"%s\" target=\"_blank\">Learn how "
2667
- "to create custom skin</a><br /><a href=\"%s\" target=\"_blank\"><b>Download "
2668
- "more skins</b></a>"
2669
- msgstr ""
2670
-
2671
- #: inc/core/load.php:89
2672
- msgid "Custom CSS"
2673
- msgstr ""
2674
-
2675
- #: inc/core/load.php:114 inc/core/load.php:115
2676
- msgid "Examples"
2677
- msgstr ""
2678
-
2679
- #: inc/core/load.php:128 inc/core/load.php:129
2680
- msgid "Add-ons"
2681
- msgstr ""
2682
-
2683
- #: inc/core/load.php:141 inc/core/vote.php:42
2684
- msgid "Vladimir Anokhin"
2685
- msgstr ""
2686
-
2687
- #: inc/core/load.php:142
2688
- msgid "Supercharge your WordPress theme with mega pack of shortcodes"
2689
- msgstr ""
2690
-
2691
- #: inc/core/load.php:222
2692
- msgid "Where to start?"
2693
- msgstr ""
2694
-
2695
- #: inc/core/requirements.php:23
2696
- #, php-format
2697
- msgid ""
2698
- "<h1>Oops! Plugin not activated&hellip;</h1> <p>Shortcodes Ultimate is not "
2699
- "fully compatible with your PHP version (%s).<br />Reccomended PHP version "
2700
- "&ndash; %s (or higher).</p><a href=\"%s\">&larr; Return to the plugins "
2701
- "screen</a> <a href=\"%s\"%s>Continue and activate anyway &rarr;</a>"
2702
- msgstr ""
2703
-
2704
- #: inc/core/requirements.php:39
2705
- #, php-format
2706
- msgid ""
2707
- "<h1>Oops! Plugin not activated&hellip;</h1> <p>Shortcodes Ultimate is not "
2708
- "fully compatible with your version of WordPress (%s).<br />Reccomended "
2709
- "WordPress version &ndash; %s (or higher).</p><a href=\"%s\">&larr; Return to "
2710
- "the plugins screen</a> <a href=\"%s\"%s>Continue and activate anyway &rarr;</"
2711
- "a>"
2712
- msgstr ""
2713
-
2714
- #: inc/core/shortcodes.php:53
2715
- msgid "Tab title"
2716
- msgstr ""
2717
-
2718
- #: inc/core/shortcodes.php:451
2719
- msgid "This is box title"
2720
- msgstr ""
2721
-
2722
- #: inc/core/shortcodes.php:492
2723
- msgid "please specify correct source"
2724
- msgstr ""
2725
-
2726
- #: inc/core/shortcodes.php:561 inc/core/shortcodes.php:565
2727
- #: inc/core/shortcodes.php:598 inc/core/shortcodes.php:602
2728
- #: inc/core/shortcodes.php:629 inc/core/shortcodes.php:633
2729
- #: inc/core/shortcodes.php:657 inc/core/shortcodes.php:661
2730
- #: inc/core/shortcodes.php:681 inc/core/shortcodes.php:688
2731
- #: inc/core/shortcodes.php:710 inc/core/shortcodes.php:715
2732
- msgid "please specify correct url"
2733
- msgstr ""
2734
-
2735
- #: inc/core/shortcodes.php:846
2736
- msgid "This menu doesn't exists, or has no elements"
2737
- msgstr ""
2738
-
2739
- #: inc/core/shortcodes.php:944 inc/core/shortcodes.php:1019
2740
- #: inc/core/shortcodes.php:1064
2741
- msgid "images not found"
2742
- msgstr ""
2743
-
2744
- #: inc/core/shortcodes.php:1199
2745
- msgid "template not found"
2746
- msgstr ""
2747
-
2748
- #: inc/core/tools.php:746
2749
- msgid "Example code does not found, please check it later"
2750
- msgstr ""
2751
-
2752
- #: inc/core/tools.php:762
2753
- msgid "Get the code"
2754
- msgstr ""
2755
-
2756
- #: inc/core/vote.php:44
2757
- msgid ""
2758
- "Hello, my name is Vladimir Anokhin, and I am developer of plugin "
2759
- "<b>Shortcodes Ultimate</b>.<br>If you like this plugin, please write a few "
2760
- "words about it at the wordpress.org or twitter. It will help other people "
2761
- "find this useful plugin more quickly.<br><b>Thank you!</b>"
2762
- msgstr ""
2763
-
2764
- #: inc/core/vote.php:46
2765
- msgid "Rate plugin"
2766
- msgstr ""
2767
-
2768
- #: inc/core/vote.php:47
2769
- msgid "Shortcodes Ultimate - must have WordPress plugin #shortcodesultimate"
2770
- msgstr ""
2771
-
2772
- #: inc/core/vote.php:47
2773
- msgid "Tweet"
2774
- msgstr ""
2775
-
2776
- #: inc/core/vote.php:48
2777
- msgid "No, thanks"
2778
- msgstr ""
2779
-
2780
- #: inc/core/vote.php:49
2781
- msgid "or"
2782
- msgstr ""
2783
-
2784
- #: inc/core/vote.php:50
2785
- msgid "Remind me later"
2786
- msgstr ""
2787
-
2788
- #: inc/core/widget.php:7
2789
- msgid "Special Shortcodes Ultimate widget"
2790
- msgstr ""
2791
-
2792
- #: inc/core/widget.php:46
2793
- msgid "Title:"
2794
- msgstr ""
2795
-
2796
- #: inc/vendor/class.sunrise-views.php:21
2797
- msgid "Save changes"
2798
- msgstr ""
2799
-
2800
- #: inc/vendor/class.sunrise-views.php:21
2801
- msgid "Saving"
2802
- msgstr ""
2803
-
2804
- #: inc/vendor/class.sunrise-views.php:21
2805
- msgid "Saved"
2806
- msgstr ""
2807
-
2808
- #: inc/vendor/class.sunrise-views.php:21
2809
- msgid ""
2810
- "This action will delete all your settings. Are you sure? This action cannot "
2811
- "be undone!"
2812
- msgstr ""
2813
-
2814
- #: inc/vendor/class.sunrise-views.php:21
2815
- msgid "Restore default settings"
2816
- msgstr ""
2817
-
2818
- #: inc/vendor/class.sunrise-views.php:28 inc/vendor/class.sunrise-views.php:85
2819
- msgid "Text field"
2820
- msgstr ""
2821
-
2822
- #: inc/vendor/class.sunrise-views.php:37
2823
- msgid "Textarea field"
2824
- msgstr ""
2825
-
2826
- #: inc/vendor/class.sunrise-views.php:48 inc/vendor/class.sunrise-views.php:59
2827
- msgid "Checkbox"
2828
- msgstr ""
2829
-
2830
- #: inc/vendor/class.sunrise-views.php:75
2831
- msgid "Color picker"
2832
- msgstr ""
2833
-
2834
- #: inc/vendor/class.sunrise-views.php:80
2835
- msgid "Pick a color"
2836
- msgstr ""
2837
-
2838
- #: inc/vendor/class.sunrise.php:62 inc/vendor/class.sunrise.php:63
2839
- #: inc/vendor/class.sunrise.php:88 inc/vendor/class.sunrise.php:89
2840
- msgid "Plugin Settings"
2841
- msgstr ""
2842
-
2843
- #: inc/vendor/class.sunrise.php:142
2844
- #, php-format
2845
- msgid "option type %s is not callable"
2846
- msgstr ""
2847
-
2848
- #: inc/vendor/class.sunrise.php:149
2849
- msgid ""
2850
- "For full functionality of this page it is reccomended to enable javascript."
2851
- msgstr ""
2852
-
2853
- #: inc/vendor/class.sunrise.php:150
2854
- msgid "Settings saved successfully"
2855
- msgstr ""
2856
-
2857
- #: inc/vendor/class.sunrise.php:151
2858
- msgid "Settings reseted successfully"
2859
- msgstr ""
2860
-
2861
- #: inc/vendor/class.sunrise.php:166
2862
- msgid "Use selected file"
2863
- msgstr ""
2864
-
2865
- #: templates/default-loop.php:15 templates/single-post.php:17
2866
- msgid "Posted"
2867
- msgstr ""
2868
-
2869
- #: templates/default-loop.php:19 templates/single-post.php:17
2870
- msgid "0 comments"
2871
- msgstr ""
2872
-
2873
- #: templates/default-loop.php:19 templates/single-post.php:17
2874
- msgid "1 comment"
2875
- msgstr ""
2876
-
2877
- #: templates/default-loop.php:19 templates/single-post.php:17
2878
- msgid "%n comments"
2879
- msgstr ""
2880
-
2881
- #: templates/default-loop.php:27 templates/list-loop.php:16
2882
- #: templates/single-post.php:28 templates/teaser-loop.php:20
2883
- msgid "Posts not found"
2884
- msgstr ""
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: Shortcodes Ultimate\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-11-19 08:59+0300\n"
6
+ "PO-Revision-Date: 2013-11-19 08:59+0300\n"
7
+ "Last-Translator: Vladimir Anokhin <ano.vladimir@gmail.com>\n"
8
+ "Language-Team: \n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Poedit-KeywordsList: _e;__\n"
13
+ "X-Poedit-Basepath: ..\n"
14
+ "X-Poedit-SourceCharset: utf-8\n"
15
+ "X-Generator: Poedit 1.5.7\n"
16
+ "X-Poedit-SearchPath-0: .\n"
17
+
18
+ #: inc/core/admin-views.php:9
19
+ msgid "Welcome to Shortcodes Ultimate"
20
+ msgstr ""
21
+
22
+ #: inc/core/admin-views.php:9
23
+ msgid "A real swiss army knife for WordPress"
24
+ msgstr ""
25
+
26
+ #: inc/core/admin-views.php:11 inc/core/load.php:234
27
+ msgid "Project homepage"
28
+ msgstr ""
29
+
30
+ #: inc/core/admin-views.php:12
31
+ msgid "Documentation"
32
+ msgstr ""
33
+
34
+ #: inc/core/admin-views.php:13 inc/core/load.php:235
35
+ msgid "Support forum"
36
+ msgstr ""
37
+
38
+ #: inc/core/admin-views.php:14 inc/core/load.php:236
39
+ msgid "Changelog"
40
+ msgstr ""
41
+
42
+ #: inc/core/admin-views.php:15
43
+ msgid "Fork on GitHub"
44
+ msgstr ""
45
+
46
+ #: inc/core/admin-views.php:19
47
+ msgid "Plugin features"
48
+ msgstr ""
49
+
50
+ #: inc/core/admin-views.php:21
51
+ msgid "40+ amazing shortcodes"
52
+ msgstr ""
53
+
54
+ #: inc/core/admin-views.php:22
55
+ msgid "Power of CSS3 transitions"
56
+ msgstr ""
57
+
58
+ #: inc/core/admin-views.php:23
59
+ msgid "Handy shortcodes generator"
60
+ msgstr ""
61
+
62
+ #: inc/core/admin-views.php:24
63
+ msgid "International"
64
+ msgstr ""
65
+
66
+ #: inc/core/admin-views.php:25
67
+ msgid "Documented API"
68
+ msgstr ""
69
+
70
+ #: inc/core/admin-views.php:29
71
+ msgid "What is a shortcode?"
72
+ msgstr ""
73
+
74
+ #: inc/core/admin-views.php:30
75
+ msgid ""
76
+ "<strong>Shortcode</strong> is a WordPress-specific code that lets you do "
77
+ "nifty things with very little effort."
78
+ msgstr ""
79
+
80
+ #: inc/core/admin-views.php:31
81
+ msgid ""
82
+ "Shortcodes can embed files or create objects that would normally require "
83
+ "lots of complicated, ugly code in just one line. Shortcode = shortcut."
84
+ msgstr ""
85
+
86
+ #: inc/core/admin-views.php:36
87
+ msgid "How does it works"
88
+ msgstr ""
89
+
90
+ #: inc/core/admin-views.php:40
91
+ msgid "More videos"
92
+ msgstr ""
93
+
94
+ #: inc/core/admin-views.php:42
95
+ msgid "Shortcodes Ultimate Tutorial"
96
+ msgstr ""
97
+
98
+ #: inc/core/admin-views.php:43
99
+ msgid "How to use special widget"
100
+ msgstr ""
101
+
102
+ #: inc/core/admin-views.php:44
103
+ msgid "How to create Carousel"
104
+ msgstr ""
105
+
106
+ #: inc/core/admin-views.php:45
107
+ msgid "How to create image gallery"
108
+ msgstr ""
109
+
110
+ #: inc/core/admin-views.php:63
111
+ msgid "You can overview the original styles to override it"
112
+ msgstr ""
113
+
114
+ #: inc/core/admin-views.php:74
115
+ msgid "You can use next variables in your custom CSS"
116
+ msgstr ""
117
+
118
+ #: inc/core/admin-views.php:75
119
+ msgid "home url"
120
+ msgstr ""
121
+
122
+ #: inc/core/admin-views.php:76
123
+ msgid "theme url"
124
+ msgstr ""
125
+
126
+ #: inc/core/admin-views.php:77
127
+ msgid "plugin url"
128
+ msgstr ""
129
+
130
+ #: inc/core/admin-views.php:114
131
+ msgid "Maker"
132
+ msgstr ""
133
+
134
+ #: inc/core/admin-views.php:115
135
+ msgid ""
136
+ "This add-on allows you to create custom shortcodes. You can easily create "
137
+ "any shortcode with different parameters or even override default shortcodes"
138
+ msgstr ""
139
+
140
+ #: inc/core/admin-views.php:120
141
+ msgid "Skins"
142
+ msgstr ""
143
+
144
+ #: inc/core/admin-views.php:121
145
+ msgid ""
146
+ "Set of additional skins for Shrtcodes Ultimate. It includes skins for "
147
+ "accordeons/spoilers, tabs and some other shortcodes"
148
+ msgstr ""
149
+
150
+ #: inc/core/admin-views.php:127
151
+ msgid "Shortcodes Ultimate Add-ons"
152
+ msgstr ""
153
+
154
+ #: inc/core/admin-views.php:130 inc/core/admin-views.php:137
155
+ msgid "Learn more"
156
+ msgstr ""
157
+
158
+ #: inc/core/admin-views.php:134
159
+ msgid "Other WordPress Plugins"
160
+ msgstr ""
161
+
162
+ #: inc/core/assets.php:70
163
+ msgid "Choose files"
164
+ msgstr ""
165
+
166
+ #: inc/core/assets.php:71
167
+ msgid "Add selected files"
168
+ msgstr ""
169
+
170
+ #: inc/core/assets.php:72
171
+ msgid "This button is not clickable"
172
+ msgstr ""
173
+
174
+ #: inc/core/assets.php:78 inc/vendor/sunrise.php:178
175
+ msgid "Choose file"
176
+ msgstr ""
177
+
178
+ #: inc/core/assets.php:79
179
+ msgid "Insert"
180
+ msgstr ""
181
+
182
+ #: inc/core/assets.php:80
183
+ msgid "Select images"
184
+ msgstr ""
185
+
186
+ #: inc/core/assets.php:81
187
+ msgid "Add selected images"
188
+ msgstr ""
189
+
190
+ #: inc/core/assets.php:82
191
+ msgid "Please enter a name for new preset"
192
+ msgstr ""
193
+
194
+ #: inc/core/assets.php:83
195
+ msgid "New preset"
196
+ msgstr ""
197
+
198
+ #: inc/core/assets.php:96
199
+ msgid ""
200
+ "This shortcode doesn't work in live preview. Please insert it into editor "
201
+ "and preview on the site."
202
+ msgstr ""
203
+
204
+ #: inc/core/data.php:17
205
+ msgid "All"
206
+ msgstr ""
207
+
208
+ #: inc/core/data.php:18 inc/core/generator.php:170
209
+ msgid "Content"
210
+ msgstr ""
211
+
212
+ #: inc/core/data.php:19 inc/core/data.php:803
213
+ msgid "Box"
214
+ msgstr ""
215
+
216
+ #: inc/core/data.php:20
217
+ msgid "Media"
218
+ msgstr ""
219
+
220
+ #: inc/core/data.php:21 inc/core/data.php:1940
221
+ msgid "Gallery"
222
+ msgstr ""
223
+
224
+ #: inc/core/data.php:22
225
+ msgid "Other"
226
+ msgstr ""
227
+
228
+ #: inc/core/data.php:28 inc/core/data.php:1718 inc/core/data.php:1826
229
+ #: inc/core/data.php:1953 inc/core/data.php:2095
230
+ msgid "None"
231
+ msgstr ""
232
+
233
+ #: inc/core/data.php:29
234
+ msgid "Solid"
235
+ msgstr ""
236
+
237
+ #: inc/core/data.php:30
238
+ msgid "Dotted"
239
+ msgstr ""
240
+
241
+ #: inc/core/data.php:31
242
+ msgid "Dashed"
243
+ msgstr ""
244
+
245
+ #: inc/core/data.php:32
246
+ msgid "Double"
247
+ msgstr ""
248
+
249
+ #: inc/core/data.php:33
250
+ msgid "Groove"
251
+ msgstr ""
252
+
253
+ #: inc/core/data.php:34
254
+ msgid "Ridge"
255
+ msgstr ""
256
+
257
+ #: inc/core/data.php:48
258
+ msgid "Basic examples"
259
+ msgstr ""
260
+
261
+ #: inc/core/data.php:51
262
+ msgid "Accordions, spoilers, different styles, anchors"
263
+ msgstr ""
264
+
265
+ #: inc/core/data.php:57
266
+ msgid "Tabs, vertical tabs, tab anchors"
267
+ msgstr ""
268
+
269
+ #: inc/core/data.php:63
270
+ msgid "Column layouts"
271
+ msgstr ""
272
+
273
+ #: inc/core/data.php:69
274
+ msgid ""
275
+ "Media elements, YouTube, Vimeo, Screenr and self-hosted videos, audio player"
276
+ msgstr ""
277
+
278
+ #: inc/core/data.php:75
279
+ msgid "Unlimited buttons"
280
+ msgstr ""
281
+
282
+ #: inc/core/data.php:81
283
+ msgid "Animations"
284
+ msgstr ""
285
+
286
+ #: inc/core/data.php:89
287
+ msgid "Advanced examples"
288
+ msgstr ""
289
+
290
+ #: inc/core/data.php:92
291
+ msgid "Interacting with posts shortcode"
292
+ msgstr ""
293
+
294
+ #: inc/core/data.php:98
295
+ msgid "Nested shortcodes, shortcodes inside of attributes"
296
+ msgstr ""
297
+
298
+ #: inc/core/data.php:115
299
+ msgid "Heading"
300
+ msgstr ""
301
+
302
+ #: inc/core/data.php:122 inc/core/data.php:176 inc/core/data.php:258
303
+ #: inc/core/data.php:406 inc/core/data.php:436 inc/core/data.php:497
304
+ #: inc/core/data.php:662 inc/core/data.php:815 inc/core/data.php:979
305
+ msgid "Default"
306
+ msgstr ""
307
+
308
+ #: inc/core/data.php:125 inc/core/data.php:179 inc/core/data.php:263
309
+ #: inc/core/data.php:439 inc/core/data.php:503 inc/core/data.php:672
310
+ #: inc/core/data.php:822 inc/core/data.php:949
311
+ msgid "Style"
312
+ msgstr ""
313
+
314
+ #: inc/core/data.php:126
315
+ msgid "Choose style for this heading"
316
+ msgstr ""
317
+
318
+ #: inc/core/data.php:126 inc/core/data.php:180 inc/core/data.php:264
319
+ #: inc/core/data.php:440
320
+ msgid "Install additional styles"
321
+ msgstr ""
322
+
323
+ #: inc/core/data.php:134 inc/core/data.php:511 inc/core/data.php:590
324
+ #: inc/core/data.php:693
325
+ msgid "Size"
326
+ msgstr ""
327
+
328
+ #: inc/core/data.php:135
329
+ msgid "Select heading size (pixels)"
330
+ msgstr ""
331
+
332
+ #: inc/core/data.php:140 inc/core/data.php:472 inc/core/data.php:533
333
+ #: inc/core/data.php:957
334
+ msgid "Left"
335
+ msgstr ""
336
+
337
+ #: inc/core/data.php:141 inc/core/data.php:534 inc/core/data.php:1767
338
+ #: inc/core/data.php:1894
339
+ msgid "Center"
340
+ msgstr ""
341
+
342
+ #: inc/core/data.php:142 inc/core/data.php:473 inc/core/data.php:535
343
+ #: inc/core/data.php:958
344
+ msgid "Right"
345
+ msgstr ""
346
+
347
+ #: inc/core/data.php:145 inc/core/data.php:476 inc/core/data.php:538
348
+ msgid "Align"
349
+ msgstr ""
350
+
351
+ #: inc/core/data.php:146
352
+ msgid "Heading text alignment"
353
+ msgstr ""
354
+
355
+ #: inc/core/data.php:154
356
+ msgid "Margin"
357
+ msgstr ""
358
+
359
+ #: inc/core/data.php:155
360
+ msgid "Bottom margin (pixels)"
361
+ msgstr ""
362
+
363
+ #: inc/core/data.php:159 inc/core/data.php:199 inc/core/data.php:231
364
+ #: inc/core/data.php:294 inc/core/data.php:310 inc/core/data.php:337
365
+ #: inc/core/data.php:361 inc/core/data.php:389 inc/core/data.php:419
366
+ #: inc/core/data.php:455 inc/core/data.php:480 inc/core/data.php:516
367
+ #: inc/core/data.php:543 inc/core/data.php:559 inc/core/data.php:601
368
+ #: inc/core/data.php:629 inc/core/data.php:750 inc/core/data.php:793
369
+ #: inc/core/data.php:849 inc/core/data.php:886 inc/core/data.php:918
370
+ #: inc/core/data.php:1020 inc/core/data.php:1036 inc/core/data.php:1088
371
+ #: inc/core/data.php:1206 inc/core/data.php:1256 inc/core/data.php:1299
372
+ #: inc/core/data.php:1338 inc/core/data.php:1407 inc/core/data.php:1428
373
+ #: inc/core/data.php:1459 inc/core/data.php:1492 inc/core/data.php:1508
374
+ #: inc/core/data.php:1538 inc/core/data.php:1558 inc/core/data.php:1585
375
+ #: inc/core/data.php:1606 inc/core/data.php:1651 inc/core/data.php:1696
376
+ #: inc/core/data.php:1804 inc/core/data.php:1931 inc/core/data.php:2001
377
+ #: inc/core/data.php:2175 inc/core/data.php:2230 inc/core/data.php:2276
378
+ msgid "Class"
379
+ msgstr ""
380
+
381
+ #: inc/core/data.php:160 inc/core/data.php:200 inc/core/data.php:232
382
+ #: inc/core/data.php:295 inc/core/data.php:311 inc/core/data.php:338
383
+ #: inc/core/data.php:362 inc/core/data.php:390 inc/core/data.php:420
384
+ #: inc/core/data.php:456 inc/core/data.php:481 inc/core/data.php:517
385
+ #: inc/core/data.php:544 inc/core/data.php:560 inc/core/data.php:602
386
+ #: inc/core/data.php:630 inc/core/data.php:751 inc/core/data.php:794
387
+ #: inc/core/data.php:850 inc/core/data.php:887 inc/core/data.php:919
388
+ #: inc/core/data.php:1021 inc/core/data.php:1037 inc/core/data.php:1089
389
+ #: inc/core/data.php:1207 inc/core/data.php:1257 inc/core/data.php:1300
390
+ #: inc/core/data.php:1339 inc/core/data.php:1408 inc/core/data.php:1429
391
+ #: inc/core/data.php:1460 inc/core/data.php:1493 inc/core/data.php:1509
392
+ #: inc/core/data.php:1539 inc/core/data.php:1559 inc/core/data.php:1586
393
+ #: inc/core/data.php:1607 inc/core/data.php:1652 inc/core/data.php:1697
394
+ #: inc/core/data.php:1805 inc/core/data.php:1932 inc/core/data.php:2002
395
+ #: inc/core/data.php:2176 inc/core/data.php:2231 inc/core/data.php:2277
396
+ msgid "Extra CSS class"
397
+ msgstr ""
398
+
399
+ #: inc/core/data.php:163
400
+ msgid "Heading text"
401
+ msgstr ""
402
+
403
+ #: inc/core/data.php:164
404
+ msgid "Styled heading"
405
+ msgstr ""
406
+
407
+ #: inc/core/data.php:169
408
+ msgid "Tabs"
409
+ msgstr ""
410
+
411
+ #: inc/core/data.php:180
412
+ msgid "Choose style for this tabs"
413
+ msgstr ""
414
+
415
+ #: inc/core/data.php:188
416
+ msgid "Active tab"
417
+ msgstr ""
418
+
419
+ #: inc/core/data.php:189
420
+ msgid "Select which tab is open by default"
421
+ msgstr ""
422
+
423
+ #: inc/core/data.php:194
424
+ msgid "Vertical"
425
+ msgstr ""
426
+
427
+ #: inc/core/data.php:195
428
+ msgid "Show tabs vertically"
429
+ msgstr ""
430
+
431
+ #: inc/core/data.php:203
432
+ msgid ""
433
+ "[%prefix_tab title=\"Title 1\"]Content 1[/%prefix_tab]\n"
434
+ "[%prefix_tab title=\"Title 2\"]Content 2[/%prefix_tab]\n"
435
+ "[%prefix_tab title=\"Title 3\"]Content 3[/%prefix_tab]"
436
+ msgstr ""
437
+
438
+ #: inc/core/data.php:204
439
+ msgid "Tabs container"
440
+ msgstr ""
441
+
442
+ #: inc/core/data.php:209
443
+ msgid "Tab"
444
+ msgstr ""
445
+
446
+ #: inc/core/data.php:214
447
+ msgid "Tab name"
448
+ msgstr ""
449
+
450
+ #: inc/core/data.php:215 inc/core/data.php:247 inc/core/data.php:767
451
+ #: inc/core/data.php:810 inc/core/data.php:1366
452
+ msgid "Title"
453
+ msgstr ""
454
+
455
+ #: inc/core/data.php:216
456
+ msgid "Enter tab name"
457
+ msgstr ""
458
+
459
+ #: inc/core/data.php:221
460
+ msgid "Disabled"
461
+ msgstr ""
462
+
463
+ #: inc/core/data.php:222
464
+ msgid "Is this tab disabled"
465
+ msgstr ""
466
+
467
+ #: inc/core/data.php:226 inc/core/data.php:289
468
+ msgid "Anchor"
469
+ msgstr ""
470
+
471
+ #: inc/core/data.php:227
472
+ msgid ""
473
+ "You can use unique anchor for this tab to access it with hash in page url. "
474
+ "For example: type here <b%value>Hello</b> and then use url like http://"
475
+ "example.com/page-url#Hello. This tab will be activated and scrolled in"
476
+ msgstr ""
477
+
478
+ #: inc/core/data.php:235
479
+ msgid "Tab content"
480
+ msgstr ""
481
+
482
+ #: inc/core/data.php:236
483
+ msgid "Single tab"
484
+ msgstr ""
485
+
486
+ #: inc/core/data.php:241
487
+ msgid "Spoiler"
488
+ msgstr ""
489
+
490
+ #: inc/core/data.php:246 inc/core/shortcodes.php:72
491
+ msgid "Spoiler title"
492
+ msgstr ""
493
+
494
+ #: inc/core/data.php:247
495
+ msgid "Text in spoiler title"
496
+ msgstr ""
497
+
498
+ #: inc/core/data.php:252
499
+ msgid "Open"
500
+ msgstr ""
501
+
502
+ #: inc/core/data.php:253
503
+ msgid "Is spoiler content visible by default"
504
+ msgstr ""
505
+
506
+ #: inc/core/data.php:259
507
+ msgid "Fancy"
508
+ msgstr ""
509
+
510
+ #: inc/core/data.php:260 inc/core/data.php:500
511
+ msgid "Simple"
512
+ msgstr ""
513
+
514
+ #: inc/core/data.php:264
515
+ msgid "Choose style for this spoiler"
516
+ msgstr ""
517
+
518
+ #: inc/core/data.php:269
519
+ msgid "Plus"
520
+ msgstr ""
521
+
522
+ #: inc/core/data.php:270
523
+ msgid "Plus circle"
524
+ msgstr ""
525
+
526
+ #: inc/core/data.php:271
527
+ msgid "Plus square 1"
528
+ msgstr ""
529
+
530
+ #: inc/core/data.php:272
531
+ msgid "Plus square 2"
532
+ msgstr ""
533
+
534
+ #: inc/core/data.php:273
535
+ msgid "Arrow"
536
+ msgstr ""
537
+
538
+ #: inc/core/data.php:274
539
+ msgid "Arrow circle 1"
540
+ msgstr ""
541
+
542
+ #: inc/core/data.php:275
543
+ msgid "Arrow circle 2"
544
+ msgstr ""
545
+
546
+ #: inc/core/data.php:276
547
+ msgid "Chevron"
548
+ msgstr ""
549
+
550
+ #: inc/core/data.php:277
551
+ msgid "Chevron circle"
552
+ msgstr ""
553
+
554
+ #: inc/core/data.php:278
555
+ msgid "Caret"
556
+ msgstr ""
557
+
558
+ #: inc/core/data.php:279
559
+ msgid "Caret square"
560
+ msgstr ""
561
+
562
+ #: inc/core/data.php:280
563
+ msgid "Folder 1"
564
+ msgstr ""
565
+
566
+ #: inc/core/data.php:281
567
+ msgid "Folder 2"
568
+ msgstr ""
569
+
570
+ #: inc/core/data.php:284 inc/core/data.php:618 inc/core/data.php:723
571
+ #: inc/core/data.php:773
572
+ msgid "Icon"
573
+ msgstr ""
574
+
575
+ #: inc/core/data.php:285
576
+ msgid "Icons for spoiler"
577
+ msgstr ""
578
+
579
+ #: inc/core/data.php:290
580
+ msgid ""
581
+ "You can use unique anchor for this spoiler to access it with hash in page "
582
+ "url. For example: type here <b%value>Hello</b> and then use url like http://"
583
+ "example.com/page-url#Hello. This spoiler will be open and scrolled in"
584
+ msgstr ""
585
+
586
+ #: inc/core/data.php:298
587
+ msgid "Hidden content"
588
+ msgstr ""
589
+
590
+ #: inc/core/data.php:299
591
+ msgid "Spoiler with hidden content"
592
+ msgstr ""
593
+
594
+ #: inc/core/data.php:304
595
+ msgid "Accordion"
596
+ msgstr ""
597
+
598
+ #: inc/core/data.php:314
599
+ msgid ""
600
+ "[%prefix_spoiler]Content[/%prefix_spoiler]\n"
601
+ "[%prefix_spoiler]Content[/%prefix_spoiler]\n"
602
+ "[%prefix_spoiler]Content[/%prefix_spoiler]"
603
+ msgstr ""
604
+
605
+ #: inc/core/data.php:315
606
+ msgid "Accordion with spoilers"
607
+ msgstr ""
608
+
609
+ #: inc/core/data.php:320
610
+ msgid "Divider"
611
+ msgstr ""
612
+
613
+ #: inc/core/data.php:327
614
+ msgid "Show TOP link"
615
+ msgstr ""
616
+
617
+ #: inc/core/data.php:328
618
+ msgid "Show link to top of the page or not"
619
+ msgstr ""
620
+
621
+ #: inc/core/data.php:332 inc/core/shortcodes.php:99
622
+ msgid "Go to top"
623
+ msgstr ""
624
+
625
+ #: inc/core/data.php:333
626
+ msgid "Link text"
627
+ msgstr ""
628
+
629
+ #: inc/core/data.php:333
630
+ msgid "Text for the GO TOP link"
631
+ msgstr ""
632
+
633
+ #: inc/core/data.php:341
634
+ msgid "Content divider with optional TOP link"
635
+ msgstr ""
636
+
637
+ #: inc/core/data.php:346
638
+ msgid "Spacer"
639
+ msgstr ""
640
+
641
+ #: inc/core/data.php:356 inc/core/data.php:1071 inc/core/data.php:1127
642
+ #: inc/core/data.php:1239 inc/core/data.php:1288 inc/core/data.php:1384
643
+ #: inc/core/data.php:1640 inc/core/data.php:1679 inc/core/data.php:1751
644
+ #: inc/core/data.php:1860 inc/core/data.php:1986 inc/core/data.php:2203
645
+ msgid "Height"
646
+ msgstr ""
647
+
648
+ #: inc/core/data.php:357
649
+ msgid "Height of the spacer in pixels"
650
+ msgstr ""
651
+
652
+ #: inc/core/data.php:365
653
+ msgid "Empty space with adjustable height"
654
+ msgstr ""
655
+
656
+ #: inc/core/data.php:370
657
+ msgid "Highlight"
658
+ msgstr ""
659
+
660
+ #: inc/core/data.php:378 inc/core/data.php:678 inc/core/data.php:867
661
+ msgid "Background"
662
+ msgstr ""
663
+
664
+ #: inc/core/data.php:379
665
+ msgid "Highlighted text background color"
666
+ msgstr ""
667
+
668
+ #: inc/core/data.php:385 inc/core/data.php:684 inc/core/data.php:873
669
+ msgid "Text color"
670
+ msgstr ""
671
+
672
+ #: inc/core/data.php:385
673
+ msgid "Highlighted text color"
674
+ msgstr ""
675
+
676
+ #: inc/core/data.php:393 inc/core/data.php:394
677
+ msgid "Highlighted text"
678
+ msgstr ""
679
+
680
+ #: inc/core/data.php:399 inc/core/data.php:423 inc/vendor/sunrise.php:409
681
+ msgid "Label"
682
+ msgstr ""
683
+
684
+ #: inc/core/data.php:407
685
+ msgid "Success"
686
+ msgstr ""
687
+
688
+ #: inc/core/data.php:408
689
+ msgid "Warning"
690
+ msgstr ""
691
+
692
+ #: inc/core/data.php:409
693
+ msgid "Important"
694
+ msgstr ""
695
+
696
+ #: inc/core/data.php:410
697
+ msgid "Black"
698
+ msgstr ""
699
+
700
+ #: inc/core/data.php:411
701
+ msgid "Info"
702
+ msgstr ""
703
+
704
+ #: inc/core/data.php:414
705
+ msgid "Type"
706
+ msgstr ""
707
+
708
+ #: inc/core/data.php:415
709
+ msgid "Style of the label"
710
+ msgstr ""
711
+
712
+ #: inc/core/data.php:424
713
+ msgid "Styled label"
714
+ msgstr ""
715
+
716
+ #: inc/core/data.php:429 inc/core/data.php:459
717
+ msgid "Quote"
718
+ msgstr ""
719
+
720
+ #: inc/core/data.php:440
721
+ msgid "Choose style for this quote"
722
+ msgstr ""
723
+
724
+ #: inc/core/data.php:444
725
+ msgid "Cite"
726
+ msgstr ""
727
+
728
+ #: inc/core/data.php:445
729
+ msgid "Quote author name"
730
+ msgstr ""
731
+
732
+ #: inc/core/data.php:450
733
+ msgid "Cite url"
734
+ msgstr ""
735
+
736
+ #: inc/core/data.php:451
737
+ msgid "Url of the quote author. Leave empty to disable link"
738
+ msgstr ""
739
+
740
+ #: inc/core/data.php:460
741
+ msgid "Blockquote alternative"
742
+ msgstr ""
743
+
744
+ #: inc/core/data.php:465 inc/core/data.php:484 inc/core/data.php:485
745
+ msgid "Pullquote"
746
+ msgstr ""
747
+
748
+ #: inc/core/data.php:476
749
+ msgid "Pullquote alignment (float)"
750
+ msgstr ""
751
+
752
+ #: inc/core/data.php:490 inc/core/data.php:521
753
+ msgid "Dropcap"
754
+ msgstr ""
755
+
756
+ #: inc/core/data.php:498 inc/core/data.php:663
757
+ msgid "Flat"
758
+ msgstr ""
759
+
760
+ #: inc/core/data.php:499
761
+ msgid "Light"
762
+ msgstr ""
763
+
764
+ #: inc/core/data.php:503
765
+ msgid "Dropcap style preset"
766
+ msgstr ""
767
+
768
+ #: inc/core/data.php:512
769
+ msgid "Choose dropcap size"
770
+ msgstr ""
771
+
772
+ #: inc/core/data.php:520
773
+ msgid "D"
774
+ msgstr ""
775
+
776
+ #: inc/core/data.php:526
777
+ msgid "Frame"
778
+ msgstr ""
779
+
780
+ #: inc/core/data.php:539
781
+ msgid "Frame alignment"
782
+ msgstr ""
783
+
784
+ #: inc/core/data.php:548
785
+ msgid "Styled image frame"
786
+ msgstr ""
787
+
788
+ #: inc/core/data.php:553
789
+ msgid "Row"
790
+ msgstr ""
791
+
792
+ #: inc/core/data.php:563
793
+ msgid ""
794
+ "[%prefix_column size=\"1/3\"]Content[/%prefix_column]\n"
795
+ "[%prefix_column size=\"1/3\"]Content[/%prefix_column]\n"
796
+ "[%prefix_column size=\"1/3\"]Content[/%prefix_column]"
797
+ msgstr ""
798
+
799
+ #: inc/core/data.php:564
800
+ msgid "Row for flexible columns"
801
+ msgstr ""
802
+
803
+ #: inc/core/data.php:569
804
+ msgid "Column"
805
+ msgstr ""
806
+
807
+ #: inc/core/data.php:576
808
+ msgid "Full width"
809
+ msgstr ""
810
+
811
+ #: inc/core/data.php:577
812
+ msgid "One half"
813
+ msgstr ""
814
+
815
+ #: inc/core/data.php:578
816
+ msgid "One third"
817
+ msgstr ""
818
+
819
+ #: inc/core/data.php:579
820
+ msgid "Two third"
821
+ msgstr ""
822
+
823
+ #: inc/core/data.php:580
824
+ msgid "One fourth"
825
+ msgstr ""
826
+
827
+ #: inc/core/data.php:581
828
+ msgid "Three fourth"
829
+ msgstr ""
830
+
831
+ #: inc/core/data.php:582
832
+ msgid "One fifth"
833
+ msgstr ""
834
+
835
+ #: inc/core/data.php:583
836
+ msgid "Two fifth"
837
+ msgstr ""
838
+
839
+ #: inc/core/data.php:584
840
+ msgid "Three fifth"
841
+ msgstr ""
842
+
843
+ #: inc/core/data.php:585
844
+ msgid "Four fifth"
845
+ msgstr ""
846
+
847
+ #: inc/core/data.php:586
848
+ msgid "One sixth"
849
+ msgstr ""
850
+
851
+ #: inc/core/data.php:587
852
+ msgid "Five sixth"
853
+ msgstr ""
854
+
855
+ #: inc/core/data.php:591
856
+ msgid "Select column width. This width will be calculated depend page width"
857
+ msgstr ""
858
+
859
+ #: inc/core/data.php:596 inc/core/data.php:704
860
+ msgid "Centered"
861
+ msgstr ""
862
+
863
+ #: inc/core/data.php:597
864
+ msgid "Is this column centered on the page"
865
+ msgstr ""
866
+
867
+ #: inc/core/data.php:605
868
+ msgid "Column content"
869
+ msgstr ""
870
+
871
+ #: inc/core/data.php:606
872
+ msgid "Flexible and responsive columns"
873
+ msgstr ""
874
+
875
+ #: inc/core/data.php:611
876
+ msgid "List"
877
+ msgstr ""
878
+
879
+ #: inc/core/data.php:619
880
+ msgid "You can upload custom icon for this list or pick a built-in icon"
881
+ msgstr ""
882
+
883
+ #: inc/core/data.php:624 inc/core/data.php:729 inc/core/data.php:779
884
+ msgid "Icon color"
885
+ msgstr ""
886
+
887
+ #: inc/core/data.php:625 inc/core/data.php:730 inc/core/data.php:780
888
+ msgid ""
889
+ "This color will be applied to the selected icon. Does not works with "
890
+ "uploaded icons"
891
+ msgstr ""
892
+
893
+ #: inc/core/data.php:633
894
+ msgid ""
895
+ "<ul>\n"
896
+ "<li>List item</li>\n"
897
+ "<li>List item</li>\n"
898
+ "<li>List item</li>\n"
899
+ "</ul>"
900
+ msgstr ""
901
+
902
+ #: inc/core/data.php:634
903
+ msgid "Styled unordered list"
904
+ msgstr ""
905
+
906
+ #: inc/core/data.php:639
907
+ msgid "Button"
908
+ msgstr ""
909
+
910
+ #: inc/core/data.php:646
911
+ msgid "Link"
912
+ msgstr ""
913
+
914
+ #: inc/core/data.php:647
915
+ msgid "Button link"
916
+ msgstr ""
917
+
918
+ #: inc/core/data.php:652 inc/core/data.php:1450
919
+ msgid "Same tab"
920
+ msgstr ""
921
+
922
+ #: inc/core/data.php:653 inc/core/data.php:1451
923
+ msgid "New tab"
924
+ msgstr ""
925
+
926
+ #: inc/core/data.php:656 inc/core/data.php:1454
927
+ msgid "Target"
928
+ msgstr ""
929
+
930
+ #: inc/core/data.php:657
931
+ msgid "Button link target"
932
+ msgstr ""
933
+
934
+ #: inc/core/data.php:664 inc/core/data.php:816
935
+ msgid "Soft"
936
+ msgstr ""
937
+
938
+ #: inc/core/data.php:665 inc/core/data.php:817
939
+ msgid "Glass"
940
+ msgstr ""
941
+
942
+ #: inc/core/data.php:666 inc/core/data.php:818
943
+ msgid "Bubbles"
944
+ msgstr ""
945
+
946
+ #: inc/core/data.php:667 inc/core/data.php:819
947
+ msgid "Noise"
948
+ msgstr ""
949
+
950
+ #: inc/core/data.php:668
951
+ msgid "Stroked"
952
+ msgstr ""
953
+
954
+ #: inc/core/data.php:669
955
+ msgid "3D"
956
+ msgstr ""
957
+
958
+ #: inc/core/data.php:672
959
+ msgid "Button background style preset"
960
+ msgstr ""
961
+
962
+ #: inc/core/data.php:678
963
+ msgid "Button background color"
964
+ msgstr ""
965
+
966
+ #: inc/core/data.php:685
967
+ msgid "Button text color"
968
+ msgstr ""
969
+
970
+ #: inc/core/data.php:694
971
+ msgid "Button size"
972
+ msgstr ""
973
+
974
+ #: inc/core/data.php:699
975
+ msgid "Fluid"
976
+ msgstr ""
977
+
978
+ #: inc/core/data.php:699
979
+ msgid "Fluid buttons has 100% width"
980
+ msgstr ""
981
+
982
+ #: inc/core/data.php:704
983
+ msgid "Is button centered on the page"
984
+ msgstr ""
985
+
986
+ #: inc/core/data.php:709
987
+ msgid "Auto"
988
+ msgstr ""
989
+
990
+ #: inc/core/data.php:710
991
+ msgid "Round"
992
+ msgstr ""
993
+
994
+ #: inc/core/data.php:711
995
+ msgid "Square"
996
+ msgstr ""
997
+
998
+ #: inc/core/data.php:717 inc/core/data.php:844 inc/core/data.php:882
999
+ msgid "Radius"
1000
+ msgstr ""
1001
+
1002
+ #: inc/core/data.php:718
1003
+ msgid "Radius of button corners. Auto-radius calculation based on button size"
1004
+ msgstr ""
1005
+
1006
+ #: inc/core/data.php:724
1007
+ msgid "You can upload custom icon for this button or pick a built-in icon"
1008
+ msgstr ""
1009
+
1010
+ #: inc/core/data.php:735
1011
+ msgid "Text shadow"
1012
+ msgstr ""
1013
+
1014
+ #: inc/core/data.php:736
1015
+ msgid "Button text shadow"
1016
+ msgstr ""
1017
+
1018
+ #: inc/core/data.php:740
1019
+ msgid "Description"
1020
+ msgstr ""
1021
+
1022
+ #: inc/core/data.php:741
1023
+ msgid ""
1024
+ "Small description under button text. This option is incompatible with icon."
1025
+ msgstr ""
1026
+
1027
+ #: inc/core/data.php:745
1028
+ msgid "onClick"
1029
+ msgstr ""
1030
+
1031
+ #: inc/core/data.php:746
1032
+ msgid "Advanced JavaScript code for onClick action"
1033
+ msgstr ""
1034
+
1035
+ #: inc/core/data.php:754
1036
+ msgid "Button text"
1037
+ msgstr ""
1038
+
1039
+ #: inc/core/data.php:755
1040
+ msgid "Styled button"
1041
+ msgstr ""
1042
+
1043
+ #: inc/core/data.php:760
1044
+ msgid "Service"
1045
+ msgstr ""
1046
+
1047
+ #: inc/core/data.php:766 inc/core/shortcodes.php:430
1048
+ msgid "Service title"
1049
+ msgstr ""
1050
+
1051
+ #: inc/core/data.php:768
1052
+ msgid "Service name"
1053
+ msgstr ""
1054
+
1055
+ #: inc/core/data.php:774
1056
+ msgid "You can upload custom icon for this box"
1057
+ msgstr ""
1058
+
1059
+ #: inc/core/data.php:788
1060
+ msgid "Icon size"
1061
+ msgstr ""
1062
+
1063
+ #: inc/core/data.php:789
1064
+ msgid "Size of the uploaded icon in pixels"
1065
+ msgstr ""
1066
+
1067
+ #: inc/core/data.php:797
1068
+ msgid "Service description"
1069
+ msgstr ""
1070
+
1071
+ #: inc/core/data.php:798
1072
+ msgid "Service box with title"
1073
+ msgstr ""
1074
+
1075
+ #: inc/core/data.php:809
1076
+ msgid "Box title"
1077
+ msgstr ""
1078
+
1079
+ #: inc/core/data.php:810
1080
+ msgid "Text for the box title"
1081
+ msgstr ""
1082
+
1083
+ #: inc/core/data.php:823
1084
+ msgid "Box style preset"
1085
+ msgstr ""
1086
+
1087
+ #: inc/core/data.php:829 inc/core/generator-views.php:91
1088
+ msgid "Color"
1089
+ msgstr ""
1090
+
1091
+ #: inc/core/data.php:830
1092
+ msgid "Color for the box title and borders"
1093
+ msgstr ""
1094
+
1095
+ #: inc/core/data.php:836
1096
+ msgid "Title text color"
1097
+ msgstr ""
1098
+
1099
+ #: inc/core/data.php:836
1100
+ msgid "Color for the box title text"
1101
+ msgstr ""
1102
+
1103
+ #: inc/core/data.php:845
1104
+ msgid "Box corners radius"
1105
+ msgstr ""
1106
+
1107
+ #: inc/core/data.php:853
1108
+ msgid "Box content"
1109
+ msgstr ""
1110
+
1111
+ #: inc/core/data.php:854
1112
+ msgid "Colored box with caption"
1113
+ msgstr ""
1114
+
1115
+ #: inc/core/data.php:859
1116
+ msgid "Note"
1117
+ msgstr ""
1118
+
1119
+ #: inc/core/data.php:867
1120
+ msgid "Note background color"
1121
+ msgstr ""
1122
+
1123
+ #: inc/core/data.php:874
1124
+ msgid "Note text color"
1125
+ msgstr ""
1126
+
1127
+ #: inc/core/data.php:882
1128
+ msgid "Note corners radius"
1129
+ msgstr ""
1130
+
1131
+ #: inc/core/data.php:890
1132
+ msgid "Note text"
1133
+ msgstr ""
1134
+
1135
+ #: inc/core/data.php:891
1136
+ msgid "Colored box"
1137
+ msgstr ""
1138
+
1139
+ #: inc/core/data.php:896
1140
+ msgid "Lightbox"
1141
+ msgstr ""
1142
+
1143
+ #: inc/core/data.php:903
1144
+ msgid "Iframe"
1145
+ msgstr ""
1146
+
1147
+ #: inc/core/data.php:904
1148
+ msgid "Image"
1149
+ msgstr ""
1150
+
1151
+ #: inc/core/data.php:905
1152
+ msgid "Inline (html content)"
1153
+ msgstr ""
1154
+
1155
+ #: inc/core/data.php:908
1156
+ msgid "Content type"
1157
+ msgstr ""
1158
+
1159
+ #: inc/core/data.php:909
1160
+ msgid "Select type of the lightbox window content"
1161
+ msgstr ""
1162
+
1163
+ #: inc/core/data.php:913
1164
+ msgid "Content source"
1165
+ msgstr ""
1166
+
1167
+ #: inc/core/data.php:914
1168
+ msgid ""
1169
+ "Insert here URL or CSS selector. Use URL for Iframe and Image content types. "
1170
+ "Use CSS selector for Inline content type.<br />Example values:<br /><b"
1171
+ "%value>http://www.youtube.com/watch?v=XXXXXXXXX</b> - YouTube video (iframe)"
1172
+ "<br /><b%value>http://example.com/wp-content/uploads/image.jpg</b> - "
1173
+ "uploaded image (image)<br /><b%value>http://example.com/</b> - any web page "
1174
+ "(iframe)<br /><b%value>#contact-form</b> - any HTML content (inline)"
1175
+ msgstr ""
1176
+
1177
+ #: inc/core/data.php:922
1178
+ msgid "[%prefix_button] Click Here to Watch the Video [/%prefix_button]"
1179
+ msgstr ""
1180
+
1181
+ #: inc/core/data.php:923
1182
+ msgid "Lightbox window with custom content"
1183
+ msgstr ""
1184
+
1185
+ #: inc/core/data.php:928
1186
+ msgid "Tooltip"
1187
+ msgstr ""
1188
+
1189
+ #: inc/core/data.php:935
1190
+ msgid "Basic: Light"
1191
+ msgstr ""
1192
+
1193
+ #: inc/core/data.php:936
1194
+ msgid "Basic: Dark"
1195
+ msgstr ""
1196
+
1197
+ #: inc/core/data.php:937
1198
+ msgid "Basic: Yellow"
1199
+ msgstr ""
1200
+
1201
+ #: inc/core/data.php:938
1202
+ msgid "Basic: Green"
1203
+ msgstr ""
1204
+
1205
+ #: inc/core/data.php:939
1206
+ msgid "Basic: Red"
1207
+ msgstr ""
1208
+
1209
+ #: inc/core/data.php:940
1210
+ msgid "Basic: Blue"
1211
+ msgstr ""
1212
+
1213
+ #: inc/core/data.php:941
1214
+ msgid "Youtube"
1215
+ msgstr ""
1216
+
1217
+ #: inc/core/data.php:942
1218
+ msgid "Tipsy"
1219
+ msgstr ""
1220
+
1221
+ #: inc/core/data.php:943
1222
+ msgid "Bootstrap"
1223
+ msgstr ""
1224
+
1225
+ #: inc/core/data.php:944
1226
+ msgid "jTools"
1227
+ msgstr ""
1228
+
1229
+ #: inc/core/data.php:945
1230
+ msgid "Tipped"
1231
+ msgstr ""
1232
+
1233
+ #: inc/core/data.php:946
1234
+ msgid "Cluetip"
1235
+ msgstr ""
1236
+
1237
+ #: inc/core/data.php:950
1238
+ msgid "Tooltip window style"
1239
+ msgstr ""
1240
+
1241
+ #: inc/core/data.php:955
1242
+ msgid "Top"
1243
+ msgstr ""
1244
+
1245
+ #: inc/core/data.php:956
1246
+ msgid "Bottom"
1247
+ msgstr ""
1248
+
1249
+ #: inc/core/data.php:961
1250
+ msgid "Position"
1251
+ msgstr ""
1252
+
1253
+ #: inc/core/data.php:962
1254
+ msgid "Tooltip position"
1255
+ msgstr ""
1256
+
1257
+ #: inc/core/data.php:967
1258
+ msgid "Shadow"
1259
+ msgstr ""
1260
+
1261
+ #: inc/core/data.php:968
1262
+ msgid ""
1263
+ "Add shadow to tooltip. This option is only works with basic styes, e.g. "
1264
+ "blue, green etc."
1265
+ msgstr ""
1266
+
1267
+ #: inc/core/data.php:973
1268
+ msgid "Rounded corners"
1269
+ msgstr ""
1270
+
1271
+ #: inc/core/data.php:974
1272
+ msgid ""
1273
+ "Use rounded for tooltip. This option is only works with basic styes, e.g. "
1274
+ "blue, green etc."
1275
+ msgstr ""
1276
+
1277
+ #: inc/core/data.php:988
1278
+ msgid "Font size"
1279
+ msgstr ""
1280
+
1281
+ #: inc/core/data.php:989
1282
+ msgid "Tooltip font size"
1283
+ msgstr ""
1284
+
1285
+ #: inc/core/data.php:993
1286
+ msgid "Tooltip title"
1287
+ msgstr ""
1288
+
1289
+ #: inc/core/data.php:994
1290
+ msgid ""
1291
+ "Enter title for tooltip window. Leave this field empty to hide the title"
1292
+ msgstr ""
1293
+
1294
+ #: inc/core/data.php:997 inc/core/shortcodes.php:508
1295
+ msgid "Tooltip text"
1296
+ msgstr ""
1297
+
1298
+ #: inc/core/data.php:998
1299
+ msgid "Tooltip content"
1300
+ msgstr ""
1301
+
1302
+ #: inc/core/data.php:999
1303
+ msgid "Enter tooltip content here"
1304
+ msgstr ""
1305
+
1306
+ #: inc/core/data.php:1004
1307
+ msgid "Show and hide on mouse hover"
1308
+ msgstr ""
1309
+
1310
+ #: inc/core/data.php:1005
1311
+ msgid "Show and hide by mouse click"
1312
+ msgstr ""
1313
+
1314
+ #: inc/core/data.php:1006
1315
+ msgid "Always visible"
1316
+ msgstr ""
1317
+
1318
+ #: inc/core/data.php:1009
1319
+ msgid "Behavior"
1320
+ msgstr ""
1321
+
1322
+ #: inc/core/data.php:1010
1323
+ msgid "Select tooltip behavior"
1324
+ msgstr ""
1325
+
1326
+ #: inc/core/data.php:1015
1327
+ msgid "Close button"
1328
+ msgstr ""
1329
+
1330
+ #: inc/core/data.php:1016
1331
+ msgid "Show close button"
1332
+ msgstr ""
1333
+
1334
+ #: inc/core/data.php:1024
1335
+ msgid "[%prefix_button] Hover me to open tooltip [/%prefix_button]"
1336
+ msgstr ""
1337
+
1338
+ #: inc/core/data.php:1025
1339
+ msgid "Tooltip window with custom content"
1340
+ msgstr ""
1341
+
1342
+ #: inc/core/data.php:1030
1343
+ msgid "Private"
1344
+ msgstr ""
1345
+
1346
+ #: inc/core/data.php:1040
1347
+ msgid "Private note text"
1348
+ msgstr ""
1349
+
1350
+ #: inc/core/data.php:1041
1351
+ msgid "Private note for post authors"
1352
+ msgstr ""
1353
+
1354
+ #: inc/core/data.php:1046
1355
+ msgid "YouTube"
1356
+ msgstr ""
1357
+
1358
+ #: inc/core/data.php:1053 inc/core/data.php:1104 inc/core/data.php:1222
1359
+ #: inc/core/data.php:1271 inc/core/data.php:1525 inc/core/data.php:1622
1360
+ msgid "Url"
1361
+ msgstr ""
1362
+
1363
+ #: inc/core/data.php:1054 inc/core/data.php:1105
1364
+ msgid "Url of YouTube page with video. Ex: http://youtube.com/watch?v=XXXXXX"
1365
+ msgstr ""
1366
+
1367
+ #: inc/core/data.php:1062 inc/core/data.php:1118 inc/core/data.php:1230
1368
+ #: inc/core/data.php:1279 inc/core/data.php:1321 inc/core/data.php:1375
1369
+ #: inc/core/data.php:1631 inc/core/data.php:1670 inc/core/data.php:1743
1370
+ #: inc/core/data.php:1851 inc/core/data.php:1978 inc/core/data.php:2194
1371
+ msgid "Width"
1372
+ msgstr ""
1373
+
1374
+ #: inc/core/data.php:1063 inc/core/data.php:1119 inc/core/data.php:1231
1375
+ #: inc/core/data.php:1280 inc/core/data.php:1376
1376
+ msgid "Player width"
1377
+ msgstr ""
1378
+
1379
+ #: inc/core/data.php:1072 inc/core/data.php:1128 inc/core/data.php:1240
1380
+ #: inc/core/data.php:1289 inc/core/data.php:1385
1381
+ msgid "Player height"
1382
+ msgstr ""
1383
+
1384
+ #: inc/core/data.php:1077 inc/core/data.php:1133 inc/core/data.php:1245
1385
+ #: inc/core/data.php:1294 inc/core/data.php:1646 inc/core/data.php:1685
1386
+ #: inc/core/data.php:1756 inc/core/data.php:1866
1387
+ msgid "Responsive"
1388
+ msgstr ""
1389
+
1390
+ #: inc/core/data.php:1078 inc/core/data.php:1134 inc/core/data.php:1246
1391
+ #: inc/core/data.php:1295
1392
+ msgid "Ignore width and height parameters and make player responsive"
1393
+ msgstr ""
1394
+
1395
+ #: inc/core/data.php:1083 inc/core/data.php:1167 inc/core/data.php:1251
1396
+ #: inc/core/data.php:1327 inc/core/data.php:1396 inc/core/data.php:1791
1397
+ #: inc/core/data.php:1918
1398
+ msgid "Autoplay"
1399
+ msgstr ""
1400
+
1401
+ #: inc/core/data.php:1084 inc/core/data.php:1168 inc/core/data.php:1252
1402
+ msgid "Play video automatically when page is loaded"
1403
+ msgstr ""
1404
+
1405
+ #: inc/core/data.php:1092
1406
+ msgid "YouTube video"
1407
+ msgstr ""
1408
+
1409
+ #: inc/core/data.php:1097
1410
+ msgid "YouTube Advanced"
1411
+ msgstr ""
1412
+
1413
+ #: inc/core/data.php:1109
1414
+ msgid "Playlist"
1415
+ msgstr ""
1416
+
1417
+ #: inc/core/data.php:1110
1418
+ msgid ""
1419
+ "Value is a comma-separated list of video IDs to play. If you specify a "
1420
+ "value, the first video that plays will be the VIDEO_ID specified in the URL "
1421
+ "path, and the videos specified in the playlist parameter will play thereafter"
1422
+ msgstr ""
1423
+
1424
+ #: inc/core/data.php:1139
1425
+ msgid "0 - Hide controls"
1426
+ msgstr ""
1427
+
1428
+ #: inc/core/data.php:1140
1429
+ msgid "1 - Show controls"
1430
+ msgstr ""
1431
+
1432
+ #: inc/core/data.php:1141
1433
+ msgid "2 - Show controls when playback is started"
1434
+ msgstr ""
1435
+
1436
+ #: inc/core/data.php:1144 inc/core/data.php:1390
1437
+ msgid "Controls"
1438
+ msgstr ""
1439
+
1440
+ #: inc/core/data.php:1145
1441
+ msgid "This parameter indicates whether the video player controls will display"
1442
+ msgstr ""
1443
+
1444
+ #: inc/core/data.php:1150
1445
+ msgid "0 - Do not hide controls"
1446
+ msgstr ""
1447
+
1448
+ #: inc/core/data.php:1151
1449
+ msgid "1 - Hide all controls on mouse out"
1450
+ msgstr ""
1451
+
1452
+ #: inc/core/data.php:1152
1453
+ msgid "2 - Hide progress bar on mouse out"
1454
+ msgstr ""
1455
+
1456
+ #: inc/core/data.php:1155
1457
+ msgid "Autohide"
1458
+ msgstr ""
1459
+
1460
+ #: inc/core/data.php:1156
1461
+ msgid ""
1462
+ "This parameter indicates whether the video controls will automatically hide "
1463
+ "after a video begins playing"
1464
+ msgstr ""
1465
+
1466
+ #: inc/core/data.php:1161
1467
+ msgid "Show title bar"
1468
+ msgstr ""
1469
+
1470
+ #: inc/core/data.php:1162
1471
+ msgid ""
1472
+ "If you set the parameter value to NO, then the player will not display "
1473
+ "information like the video title and uploader before the video starts "
1474
+ "playing."
1475
+ msgstr ""
1476
+
1477
+ #: inc/core/data.php:1173 inc/core/data.php:1333 inc/core/data.php:1402
1478
+ msgid "Loop"
1479
+ msgstr ""
1480
+
1481
+ #: inc/core/data.php:1174
1482
+ msgid ""
1483
+ "Setting of YES will cause the player to play the initial video again and "
1484
+ "again"
1485
+ msgstr ""
1486
+
1487
+ #: inc/core/data.php:1179
1488
+ msgid "Related videos"
1489
+ msgstr ""
1490
+
1491
+ #: inc/core/data.php:1180
1492
+ msgid ""
1493
+ "This parameter indicates whether the player should show related videos when "
1494
+ "playback of the initial video ends"
1495
+ msgstr ""
1496
+
1497
+ #: inc/core/data.php:1185
1498
+ msgid "Show full-screen button"
1499
+ msgstr ""
1500
+
1501
+ #: inc/core/data.php:1186
1502
+ msgid ""
1503
+ "Setting this parameter to NO prevents the fullscreen button from displaying"
1504
+ msgstr ""
1505
+
1506
+ #: inc/core/data.php:1192
1507
+ msgid ""
1508
+ "This parameter lets you use a YouTube player that does not show a YouTube "
1509
+ "logo. Set the parameter value to YES to prevent the YouTube logo from "
1510
+ "displaying in the control bar. Note that a small YouTube text label will "
1511
+ "still display in the upper-right corner of a paused video when the user's "
1512
+ "mouse pointer hovers over the player"
1513
+ msgstr ""
1514
+
1515
+ #: inc/core/data.php:1197
1516
+ msgid "Dark theme"
1517
+ msgstr ""
1518
+
1519
+ #: inc/core/data.php:1198
1520
+ msgid "Light theme"
1521
+ msgstr ""
1522
+
1523
+ #: inc/core/data.php:1201 inc/core/data.php:2225
1524
+ msgid "Theme"
1525
+ msgstr ""
1526
+
1527
+ #: inc/core/data.php:1202
1528
+ msgid ""
1529
+ "This parameter indicates whether the embedded player will display player "
1530
+ "controls (like a play button or volume control) within a dark or light "
1531
+ "control bar"
1532
+ msgstr ""
1533
+
1534
+ #: inc/core/data.php:1210
1535
+ msgid "YouTube video player with advanced settings"
1536
+ msgstr ""
1537
+
1538
+ #: inc/core/data.php:1215
1539
+ msgid "Vimeo"
1540
+ msgstr ""
1541
+
1542
+ #: inc/core/data.php:1222
1543
+ msgid "Url of Vimeo page with video"
1544
+ msgstr ""
1545
+
1546
+ #: inc/core/data.php:1260
1547
+ msgid "Vimeo video"
1548
+ msgstr ""
1549
+
1550
+ #: inc/core/data.php:1265
1551
+ msgid "Screenr"
1552
+ msgstr ""
1553
+
1554
+ #: inc/core/data.php:1271
1555
+ msgid "Url of Screenr page with video"
1556
+ msgstr ""
1557
+
1558
+ #: inc/core/data.php:1303
1559
+ msgid "Screenr video"
1560
+ msgstr ""
1561
+
1562
+ #: inc/core/data.php:1308
1563
+ msgid "Audio"
1564
+ msgstr ""
1565
+
1566
+ #: inc/core/data.php:1315 inc/core/data.php:1354
1567
+ msgid "File"
1568
+ msgstr ""
1569
+
1570
+ #: inc/core/data.php:1316
1571
+ msgid "Audio file url. Supported formats: mp3, ogg"
1572
+ msgstr ""
1573
+
1574
+ #: inc/core/data.php:1322
1575
+ msgid ""
1576
+ "Player width. You can specify width in percents and player will be "
1577
+ "responsive. Example values: <b%value>200px</b>, <b%value>100&#37;</b>"
1578
+ msgstr ""
1579
+
1580
+ #: inc/core/data.php:1328 inc/core/data.php:1397
1581
+ msgid "Play file automatically when page is loaded"
1582
+ msgstr ""
1583
+
1584
+ #: inc/core/data.php:1334 inc/core/data.php:1403
1585
+ msgid "Repeat when playback is ended"
1586
+ msgstr ""
1587
+
1588
+ #: inc/core/data.php:1342
1589
+ msgid "Custom audio player"
1590
+ msgstr ""
1591
+
1592
+ #: inc/core/data.php:1347
1593
+ msgid "Video"
1594
+ msgstr ""
1595
+
1596
+ #: inc/core/data.php:1355
1597
+ msgid "Url to mp4/flv video-file"
1598
+ msgstr ""
1599
+
1600
+ #: inc/core/data.php:1360
1601
+ msgid "Poster"
1602
+ msgstr ""
1603
+
1604
+ #: inc/core/data.php:1361
1605
+ msgid "Url to poster image, that will be shown before playback"
1606
+ msgstr ""
1607
+
1608
+ #: inc/core/data.php:1367
1609
+ msgid "Player title"
1610
+ msgstr ""
1611
+
1612
+ #: inc/core/data.php:1391
1613
+ msgid "Show player controls (play/pause etc.) or not"
1614
+ msgstr ""
1615
+
1616
+ #: inc/core/data.php:1411
1617
+ msgid "Custom video player"
1618
+ msgstr ""
1619
+
1620
+ #: inc/core/data.php:1416
1621
+ msgid "Table"
1622
+ msgstr ""
1623
+
1624
+ #: inc/core/data.php:1423
1625
+ msgid "CSV file"
1626
+ msgstr ""
1627
+
1628
+ #: inc/core/data.php:1424
1629
+ msgid "Upload CSV file if you want to create HTML-table from file"
1630
+ msgstr ""
1631
+
1632
+ #: inc/core/data.php:1432
1633
+ msgid ""
1634
+ "<table>\n"
1635
+ "<tr>\n"
1636
+ "\t<td>Table</td>\n"
1637
+ "\t<td>Table</td>\n"
1638
+ "</tr>\n"
1639
+ "<tr>\n"
1640
+ "\t<td>Table</td>\n"
1641
+ "\t<td>Table</td>\n"
1642
+ "</tr>\n"
1643
+ "</table>"
1644
+ msgstr ""
1645
+
1646
+ #: inc/core/data.php:1433
1647
+ msgid "Styled table from HTML or CSV file"
1648
+ msgstr ""
1649
+
1650
+ #: inc/core/data.php:1438
1651
+ msgid "Permalink"
1652
+ msgstr ""
1653
+
1654
+ #: inc/core/data.php:1444
1655
+ msgid "ID"
1656
+ msgstr ""
1657
+
1658
+ #: inc/core/data.php:1445
1659
+ msgid "Post or page ID"
1660
+ msgstr ""
1661
+
1662
+ #: inc/core/data.php:1455
1663
+ msgid "Link target. blank - link will be opened in new window/tab"
1664
+ msgstr ""
1665
+
1666
+ #: inc/core/data.php:1464
1667
+ msgid "Permalink to specified post/page"
1668
+ msgstr ""
1669
+
1670
+ #: inc/core/data.php:1469
1671
+ msgid "Members"
1672
+ msgstr ""
1673
+
1674
+ #: inc/core/data.php:1474 inc/core/shortcodes.php:756
1675
+ msgid "This content is for registered users only. Please %login%."
1676
+ msgstr ""
1677
+
1678
+ #: inc/core/data.php:1475
1679
+ msgid "Message"
1680
+ msgstr ""
1681
+
1682
+ #: inc/core/data.php:1475
1683
+ msgid "Message for not logged users"
1684
+ msgstr ""
1685
+
1686
+ #: inc/core/data.php:1480
1687
+ msgid "Box color"
1688
+ msgstr ""
1689
+
1690
+ #: inc/core/data.php:1480
1691
+ msgid "This color will applied only to box for not logged users"
1692
+ msgstr ""
1693
+
1694
+ #: inc/core/data.php:1483 inc/core/shortcodes.php:759
1695
+ msgid "login"
1696
+ msgstr ""
1697
+
1698
+ #: inc/core/data.php:1484
1699
+ msgid "Login link text"
1700
+ msgstr ""
1701
+
1702
+ #: inc/core/data.php:1484
1703
+ msgid "Text for the login link"
1704
+ msgstr ""
1705
+
1706
+ #: inc/core/data.php:1488
1707
+ msgid "Login link url"
1708
+ msgstr ""
1709
+
1710
+ #: inc/core/data.php:1496
1711
+ msgid "Content for logged members"
1712
+ msgstr ""
1713
+
1714
+ #: inc/core/data.php:1497
1715
+ msgid "Content for logged in members only"
1716
+ msgstr ""
1717
+
1718
+ #: inc/core/data.php:1502
1719
+ msgid "Guests"
1720
+ msgstr ""
1721
+
1722
+ #: inc/core/data.php:1512
1723
+ msgid "Content for guests"
1724
+ msgstr ""
1725
+
1726
+ #: inc/core/data.php:1513
1727
+ msgid "Content for guests only"
1728
+ msgstr ""
1729
+
1730
+ #: inc/core/data.php:1518
1731
+ msgid "RSS Feed"
1732
+ msgstr ""
1733
+
1734
+ #: inc/core/data.php:1526
1735
+ msgid "Url to RSS-feed"
1736
+ msgstr ""
1737
+
1738
+ #: inc/core/data.php:1534
1739
+ msgid "Limit"
1740
+ msgstr ""
1741
+
1742
+ #: inc/core/data.php:1534
1743
+ msgid "Number of items to show"
1744
+ msgstr ""
1745
+
1746
+ #: inc/core/data.php:1542
1747
+ msgid "Feed grabber"
1748
+ msgstr ""
1749
+
1750
+ #: inc/core/data.php:1547
1751
+ msgid "Menu"
1752
+ msgstr ""
1753
+
1754
+ #: inc/core/data.php:1554
1755
+ msgid "Menu name"
1756
+ msgstr ""
1757
+
1758
+ #: inc/core/data.php:1554
1759
+ msgid "Custom menu name. Ex: Main menu"
1760
+ msgstr ""
1761
+
1762
+ #: inc/core/data.php:1562
1763
+ msgid "Custom menu by name"
1764
+ msgstr ""
1765
+
1766
+ #: inc/core/data.php:1567
1767
+ msgid "Sub pages"
1768
+ msgstr ""
1769
+
1770
+ #: inc/core/data.php:1574 inc/core/data.php:1601
1771
+ msgid "Depth"
1772
+ msgstr ""
1773
+
1774
+ #: inc/core/data.php:1575
1775
+ msgid "Max depth level of children pages"
1776
+ msgstr ""
1777
+
1778
+ #: inc/core/data.php:1580
1779
+ msgid "Parent ID"
1780
+ msgstr ""
1781
+
1782
+ #: inc/core/data.php:1581
1783
+ msgid "ID of the parent page. Leave blank to use current page"
1784
+ msgstr ""
1785
+
1786
+ #: inc/core/data.php:1589
1787
+ msgid "List of sub pages"
1788
+ msgstr ""
1789
+
1790
+ #: inc/core/data.php:1594
1791
+ msgid "Siblings"
1792
+ msgstr ""
1793
+
1794
+ #: inc/core/data.php:1602
1795
+ msgid "Max depth level"
1796
+ msgstr ""
1797
+
1798
+ #: inc/core/data.php:1610
1799
+ msgid "List of cureent page siblings"
1800
+ msgstr ""
1801
+
1802
+ #: inc/core/data.php:1615
1803
+ msgid "Document"
1804
+ msgstr ""
1805
+
1806
+ #: inc/core/data.php:1623
1807
+ msgid "Url to uploaded document. Supported formats: doc, xls, pdf etc."
1808
+ msgstr ""
1809
+
1810
+ #: inc/core/data.php:1632
1811
+ msgid "Viewer width"
1812
+ msgstr ""
1813
+
1814
+ #: inc/core/data.php:1641
1815
+ msgid "Viewer height"
1816
+ msgstr ""
1817
+
1818
+ #: inc/core/data.php:1647
1819
+ msgid "Ignore width and height parameters and make viewer responsive"
1820
+ msgstr ""
1821
+
1822
+ #: inc/core/data.php:1655
1823
+ msgid "Document viewer by Google"
1824
+ msgstr ""
1825
+
1826
+ #: inc/core/data.php:1660
1827
+ msgid "Gmap"
1828
+ msgstr ""
1829
+
1830
+ #: inc/core/data.php:1671
1831
+ msgid "Map width"
1832
+ msgstr ""
1833
+
1834
+ #: inc/core/data.php:1680
1835
+ msgid "Map height"
1836
+ msgstr ""
1837
+
1838
+ #: inc/core/data.php:1686
1839
+ msgid "Ignore width and height parameters and make map responsive"
1840
+ msgstr ""
1841
+
1842
+ #: inc/core/data.php:1691
1843
+ msgid "Marker"
1844
+ msgstr ""
1845
+
1846
+ #: inc/core/data.php:1692
1847
+ msgid "Address for the marker. You can type it in any language"
1848
+ msgstr ""
1849
+
1850
+ #: inc/core/data.php:1700
1851
+ msgid "Maps by Google"
1852
+ msgstr ""
1853
+
1854
+ #: inc/core/data.php:1705
1855
+ msgid "Slider"
1856
+ msgstr ""
1857
+
1858
+ #: inc/core/data.php:1712 inc/core/data.php:1820 inc/core/data.php:1947
1859
+ msgid "Source"
1860
+ msgstr ""
1861
+
1862
+ #: inc/core/data.php:1713 inc/core/data.php:1821 inc/core/data.php:1948
1863
+ msgid ""
1864
+ "Choose images source. You can use images from Media library or retrieve it "
1865
+ "from posts (thumbnails) posted under specified blog category. You can also "
1866
+ "pick any custom taxonomy"
1867
+ msgstr ""
1868
+
1869
+ #: inc/core/data.php:1719
1870
+ msgid "Full-size image"
1871
+ msgstr ""
1872
+
1873
+ #: inc/core/data.php:1720 inc/core/data.php:1828 inc/core/data.php:1955
1874
+ msgid "Attachment page"
1875
+ msgstr ""
1876
+
1877
+ #: inc/core/data.php:1721 inc/core/data.php:1829 inc/core/data.php:1956
1878
+ msgid "Post permalink"
1879
+ msgstr ""
1880
+
1881
+ #: inc/core/data.php:1724 inc/core/data.php:1832 inc/core/data.php:1959
1882
+ msgid "Links"
1883
+ msgstr ""
1884
+
1885
+ #: inc/core/data.php:1725 inc/core/data.php:1833 inc/core/data.php:1960
1886
+ msgid "Select which links will be used for images in this gallery"
1887
+ msgstr ""
1888
+
1889
+ #: inc/core/data.php:1730 inc/core/data.php:1838 inc/core/data.php:1965
1890
+ msgid "Same window"
1891
+ msgstr ""
1892
+
1893
+ #: inc/core/data.php:1731 inc/core/data.php:1839 inc/core/data.php:1966
1894
+ msgid "New window"
1895
+ msgstr ""
1896
+
1897
+ #: inc/core/data.php:1734 inc/core/data.php:1842 inc/core/data.php:1969
1898
+ msgid "Links target"
1899
+ msgstr ""
1900
+
1901
+ #: inc/core/data.php:1735 inc/core/data.php:1843 inc/core/data.php:1970
1902
+ msgid "Open links in"
1903
+ msgstr ""
1904
+
1905
+ #: inc/core/data.php:1743
1906
+ msgid "Slider width (in pixels)"
1907
+ msgstr ""
1908
+
1909
+ #: inc/core/data.php:1751
1910
+ msgid "Slider height (in pixels)"
1911
+ msgstr ""
1912
+
1913
+ #: inc/core/data.php:1757
1914
+ msgid "Ignore width and height parameters and make slider responsive"
1915
+ msgstr ""
1916
+
1917
+ #: inc/core/data.php:1762 inc/core/data.php:1889 inc/core/data.php:1996
1918
+ msgid "Show titles"
1919
+ msgstr ""
1920
+
1921
+ #: inc/core/data.php:1762
1922
+ msgid "Display slide titles"
1923
+ msgstr ""
1924
+
1925
+ #: inc/core/data.php:1767
1926
+ msgid "Is slider centered on the page"
1927
+ msgstr ""
1928
+
1929
+ #: inc/core/data.php:1772 inc/core/data.php:1899
1930
+ msgid "Arrows"
1931
+ msgstr ""
1932
+
1933
+ #: inc/core/data.php:1772 inc/core/data.php:1899
1934
+ msgid "Show left and right arrows"
1935
+ msgstr ""
1936
+
1937
+ #: inc/core/data.php:1777 inc/core/data.php:1904
1938
+ msgid "Pagination"
1939
+ msgstr ""
1940
+
1941
+ #: inc/core/data.php:1778 inc/core/data.php:1905
1942
+ msgid "Show pagination"
1943
+ msgstr ""
1944
+
1945
+ #: inc/core/data.php:1782 inc/core/data.php:1909
1946
+ msgid "Mouse wheel control"
1947
+ msgstr ""
1948
+
1949
+ #: inc/core/data.php:1783
1950
+ msgid "Allow to change slides with mouse wheel"
1951
+ msgstr ""
1952
+
1953
+ #: inc/core/data.php:1792
1954
+ msgid "Choose interval between slide animations. Set to 0 to disable autoplay"
1955
+ msgstr ""
1956
+
1957
+ #: inc/core/data.php:1800 inc/core/data.php:1927
1958
+ msgid "Speed"
1959
+ msgstr ""
1960
+
1961
+ #: inc/core/data.php:1800 inc/core/data.php:1927
1962
+ msgid "Specify animation speed"
1963
+ msgstr ""
1964
+
1965
+ #: inc/core/data.php:1808
1966
+ msgid "Customizable image slider"
1967
+ msgstr ""
1968
+
1969
+ #: inc/core/data.php:1813
1970
+ msgid "Carousel"
1971
+ msgstr ""
1972
+
1973
+ #: inc/core/data.php:1827 inc/core/data.php:1954
1974
+ msgid "Original image"
1975
+ msgstr ""
1976
+
1977
+ #: inc/core/data.php:1852
1978
+ msgid "Carousel width (in pixels)"
1979
+ msgstr ""
1980
+
1981
+ #: inc/core/data.php:1861
1982
+ msgid "Carousel height (in pixels)"
1983
+ msgstr ""
1984
+
1985
+ #: inc/core/data.php:1867
1986
+ msgid "Ignore width and height parameters and make carousel responsive"
1987
+ msgstr ""
1988
+
1989
+ #: inc/core/data.php:1875
1990
+ msgid "Items to show"
1991
+ msgstr ""
1992
+
1993
+ #: inc/core/data.php:1876
1994
+ msgid "How much carousel items is visible"
1995
+ msgstr ""
1996
+
1997
+ #: inc/core/data.php:1883
1998
+ msgid "Scroll number"
1999
+ msgstr ""
2000
+
2001
+ #: inc/core/data.php:1884
2002
+ msgid "How much items are scrolled in one transition"
2003
+ msgstr ""
2004
+
2005
+ #: inc/core/data.php:1889
2006
+ msgid "Display titles for each item"
2007
+ msgstr ""
2008
+
2009
+ #: inc/core/data.php:1894
2010
+ msgid "Is carousel centered on the page"
2011
+ msgstr ""
2012
+
2013
+ #: inc/core/data.php:1910
2014
+ msgid "Allow to rotate carousel with mouse wheel"
2015
+ msgstr ""
2016
+
2017
+ #: inc/core/data.php:1919
2018
+ msgid "Choose interval between auto animations. Set to 0 to disable autoplay"
2019
+ msgstr ""
2020
+
2021
+ #: inc/core/data.php:1935
2022
+ msgid "Customizable image carousel"
2023
+ msgstr ""
2024
+
2025
+ #: inc/core/data.php:1978
2026
+ msgid "Single item width (in pixels)"
2027
+ msgstr ""
2028
+
2029
+ #: inc/core/data.php:1986
2030
+ msgid "Single item height (in pixels)"
2031
+ msgstr ""
2032
+
2033
+ #: inc/core/data.php:1991
2034
+ msgid "Never"
2035
+ msgstr ""
2036
+
2037
+ #: inc/core/data.php:1992
2038
+ msgid "On mouse over"
2039
+ msgstr ""
2040
+
2041
+ #: inc/core/data.php:1993
2042
+ msgid "Always"
2043
+ msgstr ""
2044
+
2045
+ #: inc/core/data.php:1997
2046
+ msgid "Title display mode"
2047
+ msgstr ""
2048
+
2049
+ #: inc/core/data.php:2005
2050
+ msgid "Customizable image gallery"
2051
+ msgstr ""
2052
+
2053
+ #: inc/core/data.php:2010
2054
+ msgid "Posts"
2055
+ msgstr ""
2056
+
2057
+ #: inc/core/data.php:2015
2058
+ msgid "Template"
2059
+ msgstr ""
2060
+
2061
+ #: inc/core/data.php:2016
2062
+ msgid ""
2063
+ "<b>Do not change this field value if you do not understand description below."
2064
+ "</b><br/>Relative path to the template file. Default templates is placed "
2065
+ "under the plugin directory (templates folder). You can copy it under your "
2066
+ "theme directory and modify as you want. You can use following default "
2067
+ "templates that already available in the plugin directory:<br/><b"
2068
+ "%value>templates/default-loop.php</b> - posts loop<br/><b%value>templates/"
2069
+ "teaser-loop.php</b> - posts loop with thumbnail and title<br/><b"
2070
+ "%value>templates/single-post.php</b> - single post template<br/><b"
2071
+ "%value>templates/list-loop.php</b> - unordered list with posts titles"
2072
+ msgstr ""
2073
+
2074
+ #: inc/core/data.php:2020
2075
+ msgid "Post ID's"
2076
+ msgstr ""
2077
+
2078
+ #: inc/core/data.php:2021
2079
+ msgid "Enter comma separated ID's of the posts that you want to show"
2080
+ msgstr ""
2081
+
2082
+ #: inc/core/data.php:2029
2083
+ msgid "Posts per page"
2084
+ msgstr ""
2085
+
2086
+ #: inc/core/data.php:2030
2087
+ msgid ""
2088
+ "Specify number of posts that you want to show. Enter -1 to get all posts"
2089
+ msgstr ""
2090
+
2091
+ #: inc/core/data.php:2037
2092
+ msgid "Post types"
2093
+ msgstr ""
2094
+
2095
+ #: inc/core/data.php:2038
2096
+ msgid "Select post types. Hold Ctrl key to select multiple post types"
2097
+ msgstr ""
2098
+
2099
+ #: inc/core/data.php:2044 inc/core/generator-views.php:115
2100
+ msgid "Taxonomy"
2101
+ msgstr ""
2102
+
2103
+ #: inc/core/data.php:2045
2104
+ msgid "Select taxonomy to show posts from"
2105
+ msgstr ""
2106
+
2107
+ #: inc/core/data.php:2052
2108
+ msgid "Terms"
2109
+ msgstr ""
2110
+
2111
+ #: inc/core/data.php:2053
2112
+ msgid "Select terms to show posts from"
2113
+ msgstr ""
2114
+
2115
+ #: inc/core/data.php:2058
2116
+ msgid "Taxonomy term operator"
2117
+ msgstr ""
2118
+
2119
+ #: inc/core/data.php:2059
2120
+ msgid ""
2121
+ "IN - posts that have any of selected categories terms<br/>NOT IN - posts "
2122
+ "that is does not have any of selected terms<br/>AND - posts that have all "
2123
+ "selected terms"
2124
+ msgstr ""
2125
+
2126
+ #: inc/core/data.php:2066
2127
+ msgid "Authors"
2128
+ msgstr ""
2129
+
2130
+ #: inc/core/data.php:2067
2131
+ msgid "Choose the authors whose posts you want to show"
2132
+ msgstr ""
2133
+
2134
+ #: inc/core/data.php:2071
2135
+ msgid "Meta key"
2136
+ msgstr ""
2137
+
2138
+ #: inc/core/data.php:2072
2139
+ msgid "Enter meta key name to show posts that have this key"
2140
+ msgstr ""
2141
+
2142
+ #: inc/core/data.php:2079
2143
+ msgid "Offset"
2144
+ msgstr ""
2145
+
2146
+ #: inc/core/data.php:2080
2147
+ msgid "Specify offset to start posts loop not from first post"
2148
+ msgstr ""
2149
+
2150
+ #: inc/core/data.php:2085
2151
+ msgid "Descending"
2152
+ msgstr ""
2153
+
2154
+ #: inc/core/data.php:2086
2155
+ msgid "Ascending"
2156
+ msgstr ""
2157
+
2158
+ #: inc/core/data.php:2089
2159
+ msgid "Order"
2160
+ msgstr ""
2161
+
2162
+ #: inc/core/data.php:2090
2163
+ msgid "Posts order"
2164
+ msgstr ""
2165
+
2166
+ #: inc/core/data.php:2096
2167
+ msgid "Post ID"
2168
+ msgstr ""
2169
+
2170
+ #: inc/core/data.php:2097
2171
+ msgid "Post author"
2172
+ msgstr ""
2173
+
2174
+ #: inc/core/data.php:2098
2175
+ msgid "Post title"
2176
+ msgstr ""
2177
+
2178
+ #: inc/core/data.php:2099
2179
+ msgid "Post slug"
2180
+ msgstr ""
2181
+
2182
+ #: inc/core/data.php:2100
2183
+ msgid "Date"
2184
+ msgstr ""
2185
+
2186
+ #: inc/core/data.php:2100
2187
+ msgid "Last modified date"
2188
+ msgstr ""
2189
+
2190
+ #: inc/core/data.php:2101 inc/core/data.php:2111
2191
+ msgid "Post parent"
2192
+ msgstr ""
2193
+
2194
+ #: inc/core/data.php:2102
2195
+ msgid "Random"
2196
+ msgstr ""
2197
+
2198
+ #: inc/core/data.php:2102
2199
+ msgid "Comments number"
2200
+ msgstr ""
2201
+
2202
+ #: inc/core/data.php:2103
2203
+ msgid "Menu order"
2204
+ msgstr ""
2205
+
2206
+ #: inc/core/data.php:2103
2207
+ msgid "Meta key values"
2208
+ msgstr ""
2209
+
2210
+ #: inc/core/data.php:2106
2211
+ msgid "Order by"
2212
+ msgstr ""
2213
+
2214
+ #: inc/core/data.php:2107
2215
+ msgid "Order posts by"
2216
+ msgstr ""
2217
+
2218
+ #: inc/core/data.php:2112
2219
+ msgid "Show childrens of entered post (enter post ID)"
2220
+ msgstr ""
2221
+
2222
+ #: inc/core/data.php:2117
2223
+ msgid "Published"
2224
+ msgstr ""
2225
+
2226
+ #: inc/core/data.php:2118
2227
+ msgid "Pending"
2228
+ msgstr ""
2229
+
2230
+ #: inc/core/data.php:2119
2231
+ msgid "Draft"
2232
+ msgstr ""
2233
+
2234
+ #: inc/core/data.php:2120
2235
+ msgid "Auto-draft"
2236
+ msgstr ""
2237
+
2238
+ #: inc/core/data.php:2121
2239
+ msgid "Future post"
2240
+ msgstr ""
2241
+
2242
+ #: inc/core/data.php:2122
2243
+ msgid "Private post"
2244
+ msgstr ""
2245
+
2246
+ #: inc/core/data.php:2123
2247
+ msgid "Inherit"
2248
+ msgstr ""
2249
+
2250
+ #: inc/core/data.php:2124
2251
+ msgid "Trashed"
2252
+ msgstr ""
2253
+
2254
+ #: inc/core/data.php:2125 inc/core/data.php:2209
2255
+ msgid "Any"
2256
+ msgstr ""
2257
+
2258
+ #: inc/core/data.php:2128
2259
+ msgid "Post status"
2260
+ msgstr ""
2261
+
2262
+ #: inc/core/data.php:2129
2263
+ msgid "Show only posts with selected status"
2264
+ msgstr ""
2265
+
2266
+ #: inc/core/data.php:2134
2267
+ msgid "Ignore sticky"
2268
+ msgstr ""
2269
+
2270
+ #: inc/core/data.php:2135
2271
+ msgid "Select Yes to ignore posts that is sticked"
2272
+ msgstr ""
2273
+
2274
+ #: inc/core/data.php:2138
2275
+ msgid "Custom posts query with customizable template"
2276
+ msgstr ""
2277
+
2278
+ #: inc/core/data.php:2143
2279
+ msgid "Dummy text"
2280
+ msgstr ""
2281
+
2282
+ #: inc/core/data.php:2150
2283
+ msgid "Paragraphs"
2284
+ msgstr ""
2285
+
2286
+ #: inc/core/data.php:2151
2287
+ msgid "Words"
2288
+ msgstr ""
2289
+
2290
+ #: inc/core/data.php:2152
2291
+ msgid "Bytes"
2292
+ msgstr ""
2293
+
2294
+ #: inc/core/data.php:2155
2295
+ msgid "What"
2296
+ msgstr ""
2297
+
2298
+ #: inc/core/data.php:2156
2299
+ msgid "What to generate"
2300
+ msgstr ""
2301
+
2302
+ #: inc/core/data.php:2164
2303
+ msgid "Amount"
2304
+ msgstr ""
2305
+
2306
+ #: inc/core/data.php:2165
2307
+ msgid ""
2308
+ "How many items (paragraphs or words) to generate. Minimum words amount is 5"
2309
+ msgstr ""
2310
+
2311
+ #: inc/core/data.php:2170
2312
+ msgid "Cache"
2313
+ msgstr ""
2314
+
2315
+ #: inc/core/data.php:2171
2316
+ msgid ""
2317
+ "Generated text will be cached. Be careful with this option. If you disable "
2318
+ "it and insert many dummy_text shortcodes the page load time will be highly "
2319
+ "increased"
2320
+ msgstr ""
2321
+
2322
+ #: inc/core/data.php:2179
2323
+ msgid "Text placeholder"
2324
+ msgstr ""
2325
+
2326
+ #: inc/core/data.php:2184 inc/core/shortcodes.php:1237
2327
+ msgid "Dummy image"
2328
+ msgstr ""
2329
+
2330
+ #: inc/core/data.php:2195
2331
+ msgid "Image width"
2332
+ msgstr ""
2333
+
2334
+ #: inc/core/data.php:2204
2335
+ msgid "Image height"
2336
+ msgstr ""
2337
+
2338
+ #: inc/core/data.php:2210
2339
+ msgid "Abstract"
2340
+ msgstr ""
2341
+
2342
+ #: inc/core/data.php:2211
2343
+ msgid "Animals"
2344
+ msgstr ""
2345
+
2346
+ #: inc/core/data.php:2212
2347
+ msgid "Business"
2348
+ msgstr ""
2349
+
2350
+ #: inc/core/data.php:2213
2351
+ msgid "Cats"
2352
+ msgstr ""
2353
+
2354
+ #: inc/core/data.php:2214
2355
+ msgid "City"
2356
+ msgstr ""
2357
+
2358
+ #: inc/core/data.php:2215
2359
+ msgid "Food"
2360
+ msgstr ""
2361
+
2362
+ #: inc/core/data.php:2216
2363
+ msgid "Night life"
2364
+ msgstr ""
2365
+
2366
+ #: inc/core/data.php:2217
2367
+ msgid "Fashion"
2368
+ msgstr ""
2369
+
2370
+ #: inc/core/data.php:2218
2371
+ msgid "People"
2372
+ msgstr ""
2373
+
2374
+ #: inc/core/data.php:2219
2375
+ msgid "Nature"
2376
+ msgstr ""
2377
+
2378
+ #: inc/core/data.php:2220
2379
+ msgid "Sports"
2380
+ msgstr ""
2381
+
2382
+ #: inc/core/data.php:2221
2383
+ msgid "Technics"
2384
+ msgstr ""
2385
+
2386
+ #: inc/core/data.php:2222
2387
+ msgid "Transport"
2388
+ msgstr ""
2389
+
2390
+ #: inc/core/data.php:2226
2391
+ msgid "Select the theme for this image"
2392
+ msgstr ""
2393
+
2394
+ #: inc/core/data.php:2234
2395
+ msgid "Image placeholder with random image"
2396
+ msgstr ""
2397
+
2398
+ #: inc/core/data.php:2239 inc/core/data.php:2247
2399
+ msgid "Animation"
2400
+ msgstr ""
2401
+
2402
+ #: inc/core/data.php:2248
2403
+ msgid "Select animation type"
2404
+ msgstr ""
2405
+
2406
+ #: inc/core/data.php:2256
2407
+ msgid "Duration"
2408
+ msgstr ""
2409
+
2410
+ #: inc/core/data.php:2257
2411
+ msgid "Animation duration (seconds)"
2412
+ msgstr ""
2413
+
2414
+ #: inc/core/data.php:2265
2415
+ msgid "Delay"
2416
+ msgstr ""
2417
+
2418
+ #: inc/core/data.php:2266
2419
+ msgid "Animation delay (seconds)"
2420
+ msgstr ""
2421
+
2422
+ #: inc/core/data.php:2271
2423
+ msgid "Inline"
2424
+ msgstr ""
2425
+
2426
+ #: inc/core/data.php:2272
2427
+ msgid ""
2428
+ "This parameter determines what HTML tag will be used for animation wrapper. "
2429
+ "Turn this option to YES and animated element will be wrapped in SPAN instead "
2430
+ "of DIV. Useful for inline animations, like buttons"
2431
+ msgstr ""
2432
+
2433
+ #: inc/core/data.php:2280
2434
+ msgid "Animated content"
2435
+ msgstr ""
2436
+
2437
+ #: inc/core/data.php:2281
2438
+ msgid "Wrapper for animation. Any nested element will be animated"
2439
+ msgstr ""
2440
+
2441
+ #: inc/core/generator-views.php:37
2442
+ msgid "Yes"
2443
+ msgstr ""
2444
+
2445
+ #: inc/core/generator-views.php:37
2446
+ msgid "No"
2447
+ msgstr ""
2448
+
2449
+ #: inc/core/generator-views.php:42 inc/core/generator-views.php:47
2450
+ #: inc/vendor/sunrise.php:440
2451
+ msgid "Media manager"
2452
+ msgstr ""
2453
+
2454
+ #: inc/core/generator-views.php:47
2455
+ msgid "Icon picker"
2456
+ msgstr ""
2457
+
2458
+ #: inc/core/generator-views.php:47
2459
+ msgid "Filter icons"
2460
+ msgstr ""
2461
+
2462
+ #: inc/core/generator-views.php:61
2463
+ msgid "Please wait"
2464
+ msgstr ""
2465
+
2466
+ #: inc/core/generator-views.php:68
2467
+ msgid "Untitled gallery"
2468
+ msgstr ""
2469
+
2470
+ #: inc/core/generator-views.php:74
2471
+ msgid "Galleries not found"
2472
+ msgstr ""
2473
+
2474
+ #: inc/core/generator-views.php:75
2475
+ msgid "Manage galleries"
2476
+ msgstr ""
2477
+
2478
+ #: inc/core/generator-views.php:75
2479
+ msgid "Reload galleries"
2480
+ msgstr ""
2481
+
2482
+ #: inc/core/generator-views.php:91
2483
+ msgid "Horizontal offset"
2484
+ msgstr ""
2485
+
2486
+ #: inc/core/generator-views.php:91
2487
+ msgid "Vertical offset"
2488
+ msgstr ""
2489
+
2490
+ #: inc/core/generator-views.php:91
2491
+ msgid "Blur"
2492
+ msgstr ""
2493
+
2494
+ #: inc/core/generator-views.php:102
2495
+ msgid "Border width"
2496
+ msgstr ""
2497
+
2498
+ #: inc/core/generator-views.php:102
2499
+ msgid "Border style"
2500
+ msgstr ""
2501
+
2502
+ #: inc/core/generator-views.php:102
2503
+ msgid "Border color"
2504
+ msgstr ""
2505
+
2506
+ #: inc/core/generator-views.php:112
2507
+ msgid "Media library"
2508
+ msgstr ""
2509
+
2510
+ #: inc/core/generator-views.php:113
2511
+ msgid "Recent posts"
2512
+ msgstr ""
2513
+
2514
+ #: inc/core/generator-views.php:114
2515
+ msgid "Category"
2516
+ msgstr ""
2517
+
2518
+ #: inc/core/generator-views.php:118
2519
+ msgid "Select images source"
2520
+ msgstr ""
2521
+
2522
+ #: inc/core/generator-views.php:129
2523
+ msgid "Select taxonomy"
2524
+ msgstr ""
2525
+
2526
+ #: inc/core/generator-views.php:140
2527
+ msgid "Add images"
2528
+ msgstr ""
2529
+
2530
+ #: inc/core/generator-views.php:140
2531
+ msgid ""
2532
+ "Click the button above and select images.<br>You can select multimple images "
2533
+ "with Ctrl (Cmd) key"
2534
+ msgstr ""
2535
+
2536
+ #: inc/core/generator-views.php:140
2537
+ msgid ""
2538
+ "Select categories to retrieve posts from.<br>You can select multiple "
2539
+ "categories with Ctrl (Cmd) key"
2540
+ msgstr ""
2541
+
2542
+ #: inc/core/generator-views.php:140
2543
+ msgid ""
2544
+ "Select taxonomy and it's terms.<br>You can select multiple terms with Ctrl "
2545
+ "(Cmd) key"
2546
+ msgstr ""
2547
+
2548
+ #: inc/core/generator.php:41 inc/core/generator.php:142
2549
+ msgid "Insert shortcode"
2550
+ msgstr ""
2551
+
2552
+ #: inc/core/generator.php:84 inc/core/load.php:30 inc/core/load.php:51
2553
+ #: inc/core/load.php:104 inc/core/load.php:105
2554
+ msgid "Settings"
2555
+ msgstr ""
2556
+
2557
+ #: inc/core/generator.php:84
2558
+ msgid "Plugin settings"
2559
+ msgstr ""
2560
+
2561
+ #: inc/core/generator.php:85
2562
+ msgid "Plugin homepage"
2563
+ msgstr ""
2564
+
2565
+ #: inc/core/generator.php:86
2566
+ msgid "Support forums"
2567
+ msgstr ""
2568
+
2569
+ #: inc/core/generator.php:93
2570
+ msgid "Search for shortcodes"
2571
+ msgstr ""
2572
+
2573
+ #: inc/core/generator.php:95
2574
+ msgid "Filter by type"
2575
+ msgstr ""
2576
+
2577
+ #: inc/core/generator.php:130
2578
+ msgid "Shortcode not specified"
2579
+ msgstr ""
2580
+
2581
+ #: inc/core/generator.php:143
2582
+ msgid "Live preview"
2583
+ msgstr ""
2584
+
2585
+ #: inc/core/generator.php:147
2586
+ msgid "Click to return to the shortcodes list"
2587
+ msgstr ""
2588
+
2589
+ #: inc/core/generator.php:147
2590
+ msgid "All shortcodes"
2591
+ msgstr ""
2592
+
2593
+ #: inc/core/generator.php:163
2594
+ msgid "Click to set this value"
2595
+ msgstr ""
2596
+
2597
+ #: inc/core/generator.php:187
2598
+ msgid "Preview"
2599
+ msgstr ""
2600
+
2601
+ #: inc/core/generator.php:195 inc/core/tools.php:792
2602
+ msgid "Access denied"
2603
+ msgstr ""
2604
+
2605
+ #: inc/core/generator.php:230
2606
+ msgid "Presets"
2607
+ msgstr ""
2608
+
2609
+ #: inc/core/generator.php:233
2610
+ msgid "Save current settings as preset"
2611
+ msgstr ""
2612
+
2613
+ #: inc/core/generator.php:262 inc/core/generator.php:265
2614
+ msgid "Presets not found"
2615
+ msgstr ""
2616
+
2617
+ #: inc/core/load.php:30 inc/core/load.php:104 inc/core/load.php:113
2618
+ #: inc/core/load.php:127 inc/core/load.php:139 inc/core/widget.php:14
2619
+ #: inc/core/widget.php:40
2620
+ msgid "Shortcodes Ultimate"
2621
+ msgstr ""
2622
+
2623
+ #: inc/core/load.php:31
2624
+ msgid "Shortcodes"
2625
+ msgstr ""
2626
+
2627
+ #: inc/core/load.php:39
2628
+ msgid "About"
2629
+ msgstr ""
2630
+
2631
+ #: inc/core/load.php:56
2632
+ msgid "Custom formatting"
2633
+ msgstr ""
2634
+
2635
+ #: inc/core/load.php:57
2636
+ msgid ""
2637
+ "Disable this option if you have some problems with other plugins or content "
2638
+ "formatting"
2639
+ msgstr ""
2640
+
2641
+ #: inc/core/load.php:57
2642
+ msgid "Documentation article"
2643
+ msgstr ""
2644
+
2645
+ #: inc/core/load.php:59 inc/core/load.php:67
2646
+ msgid "Enabled"
2647
+ msgstr ""
2648
+
2649
+ #: inc/core/load.php:64
2650
+ msgid "Skip default values"
2651
+ msgstr ""
2652
+
2653
+ #: inc/core/load.php:65
2654
+ msgid ""
2655
+ "Enable this option and the generator will insert a shortcode without default "
2656
+ "attribute values that you have not changed. As a result, the generated code "
2657
+ "will be shorter."
2658
+ msgstr ""
2659
+
2660
+ #: inc/core/load.php:72
2661
+ msgid "Shortcodes prefix"
2662
+ msgstr ""
2663
+
2664
+ #: inc/core/load.php:73
2665
+ #, php-format
2666
+ msgid ""
2667
+ "This prefix will be added to all shortcodes by this plugin. For example, "
2668
+ "type here %s and you'll get shortcodes like %s and %s. Please keep in mind: "
2669
+ "this option is not affects your already inserted shortcodes and if you'll "
2670
+ "change this value your old shortcodes will be broken"
2671
+ msgstr ""
2672
+
2673
+ #: inc/core/load.php:79
2674
+ msgid "Skin"
2675
+ msgstr ""
2676
+
2677
+ #: inc/core/load.php:80
2678
+ msgid "Choose global skin for shortcodes"
2679
+ msgstr ""
2680
+
2681
+ #: inc/core/load.php:88
2682
+ msgid "Custom CSS"
2683
+ msgstr ""
2684
+
2685
+ #: inc/core/load.php:113 inc/core/load.php:114
2686
+ msgid "Examples"
2687
+ msgstr ""
2688
+
2689
+ #: inc/core/load.php:127 inc/core/load.php:128
2690
+ msgid "Add-ons"
2691
+ msgstr ""
2692
+
2693
+ #: inc/core/load.php:140 inc/core/vote.php:42
2694
+ msgid "Vladimir Anokhin"
2695
+ msgstr ""
2696
+
2697
+ #: inc/core/load.php:141
2698
+ msgid "Supercharge your WordPress theme with mega pack of shortcodes"
2699
+ msgstr ""
2700
+
2701
+ #: inc/core/load.php:223
2702
+ msgid "Where to start?"
2703
+ msgstr ""
2704
+
2705
+ #: inc/core/requirements.php:23
2706
+ #, php-format
2707
+ msgid ""
2708
+ "<h1>Oops! Plugin not activated&hellip;</h1> <p>Shortcodes Ultimate is not "
2709
+ "fully compatible with your PHP version (%s).<br />Reccomended PHP version "
2710
+ "&ndash; %s (or higher).</p><a href=\"%s\">&larr; Return to the plugins "
2711
+ "screen</a> <a href=\"%s\"%s>Continue and activate anyway &rarr;</a>"
2712
+ msgstr ""
2713
+
2714
+ #: inc/core/requirements.php:39
2715
+ #, php-format
2716
+ msgid ""
2717
+ "<h1>Oops! Plugin not activated&hellip;</h1> <p>Shortcodes Ultimate is not "
2718
+ "fully compatible with your version of WordPress (%s).<br />Reccomended "
2719
+ "WordPress version &ndash; %s (or higher).</p><a href=\"%s\">&larr; Return to "
2720
+ "the plugins screen</a> <a href=\"%s\"%s>Continue and activate anyway &rarr;</"
2721
+ "a>"
2722
+ msgstr ""
2723
+
2724
+ #: inc/core/shortcodes.php:53
2725
+ msgid "Tab title"
2726
+ msgstr ""
2727
+
2728
+ #: inc/core/shortcodes.php:451
2729
+ msgid "This is box title"
2730
+ msgstr ""
2731
+
2732
+ #: inc/core/shortcodes.php:492
2733
+ msgid "please specify correct source"
2734
+ msgstr ""
2735
+
2736
+ #: inc/core/shortcodes.php:561 inc/core/shortcodes.php:565
2737
+ #: inc/core/shortcodes.php:598 inc/core/shortcodes.php:602
2738
+ #: inc/core/shortcodes.php:629 inc/core/shortcodes.php:633
2739
+ #: inc/core/shortcodes.php:657 inc/core/shortcodes.php:661
2740
+ #: inc/core/shortcodes.php:681 inc/core/shortcodes.php:688
2741
+ #: inc/core/shortcodes.php:710 inc/core/shortcodes.php:715
2742
+ msgid "please specify correct url"
2743
+ msgstr ""
2744
+
2745
+ #: inc/core/shortcodes.php:846
2746
+ msgid "This menu doesn't exists, or has no elements"
2747
+ msgstr ""
2748
+
2749
+ #: inc/core/shortcodes.php:944 inc/core/shortcodes.php:1019
2750
+ #: inc/core/shortcodes.php:1064
2751
+ msgid "images not found"
2752
+ msgstr ""
2753
+
2754
+ #: inc/core/shortcodes.php:1199
2755
+ msgid "template not found"
2756
+ msgstr ""
2757
+
2758
+ #: inc/core/tools.php:744
2759
+ msgid "Example code does not found, please check it later"
2760
+ msgstr ""
2761
+
2762
+ #: inc/core/tools.php:760
2763
+ msgid "Get the code"
2764
+ msgstr ""
2765
+
2766
+ #: inc/core/vote.php:44
2767
+ msgid ""
2768
+ "Hello, my name is Vladimir Anokhin, and I am developer of plugin "
2769
+ "<b>Shortcodes Ultimate</b>.<br>If you like this plugin, please write a few "
2770
+ "words about it at the wordpress.org or twitter. It will help other people "
2771
+ "find this useful plugin more quickly.<br><b>Thank you!</b>"
2772
+ msgstr ""
2773
+
2774
+ #: inc/core/vote.php:46
2775
+ msgid "Rate plugin"
2776
+ msgstr ""
2777
+
2778
+ #: inc/core/vote.php:47
2779
+ msgid "Shortcodes Ultimate - must have WordPress plugin #shortcodesultimate"
2780
+ msgstr ""
2781
+
2782
+ #: inc/core/vote.php:47
2783
+ msgid "Tweet"
2784
+ msgstr ""
2785
+
2786
+ #: inc/core/vote.php:48
2787
+ msgid "No, thanks"
2788
+ msgstr ""
2789
+
2790
+ #: inc/core/vote.php:49
2791
+ msgid "or"
2792
+ msgstr ""
2793
+
2794
+ #: inc/core/vote.php:50
2795
+ msgid "Remind me later"
2796
+ msgstr ""
2797
+
2798
+ #: inc/core/widget.php:7
2799
+ msgid "Special Shortcodes Ultimate widget"
2800
+ msgstr ""
2801
+
2802
+ #: inc/core/widget.php:46
2803
+ msgid "Title:"
2804
+ msgstr ""
2805
+
2806
+ #: inc/vendor/sunrise.php:90 inc/vendor/sunrise.php:91
2807
+ #: inc/vendor/sunrise.php:122 inc/vendor/sunrise.php:123
2808
+ msgid "Plugin Settings"
2809
+ msgstr ""
2810
+
2811
+ #: inc/vendor/sunrise.php:179
2812
+ msgid "Use selected file"
2813
+ msgstr ""
2814
+
2815
+ #: inc/vendor/sunrise.php:369
2816
+ msgid "Save changes"
2817
+ msgstr ""
2818
+
2819
+ #: inc/vendor/sunrise.php:369
2820
+ msgid "Saving"
2821
+ msgstr ""
2822
+
2823
+ #: inc/vendor/sunrise.php:369
2824
+ msgid "Saved"
2825
+ msgstr ""
2826
+
2827
+ #: inc/vendor/sunrise.php:369
2828
+ msgid ""
2829
+ "This action will delete all your settings. Are you sure? This action cannot "
2830
+ "be undone!"
2831
+ msgstr ""
2832
+
2833
+ #: inc/vendor/sunrise.php:369
2834
+ msgid "Restore default settings"
2835
+ msgstr ""
2836
+
2837
+ #: inc/vendor/sunrise.php:376 inc/vendor/sunrise.php:385
2838
+ #: inc/vendor/sunrise.php:435
2839
+ msgid "Text field"
2840
+ msgstr ""
2841
+
2842
+ #: inc/vendor/sunrise.php:397
2843
+ msgid "Textarea field"
2844
+ msgstr ""
2845
+
2846
+ #: inc/vendor/sunrise.php:408 inc/vendor/sunrise.php:419
2847
+ msgid "Checkbox"
2848
+ msgstr ""
2849
+
2850
+ #: inc/vendor/sunrise.php:445
2851
+ msgid "Color picker"
2852
+ msgstr ""
2853
+
2854
+ #: inc/vendor/sunrise.php:453
2855
+ msgid "Pick a color"
2856
+ msgstr ""
2857
+
2858
+ #: inc/vendor/sunrise.php:477
2859
+ msgid ""
2860
+ "For full functionality of this page it is reccomended to enable javascript."
2861
+ msgstr ""
2862
+
2863
+ #: inc/vendor/sunrise.php:478
2864
+ msgid "Settings saved successfully"
2865
+ msgstr ""
2866
+
2867
+ #: inc/vendor/sunrise.php:479
2868
+ msgid "Settings reseted successfully"
2869
+ msgstr ""
2870
+
2871
+ #: inc/vendor/sunrise.php:508
2872
+ #, php-format
2873
+ msgid "option type %s is not callable"
2874
+ msgstr ""
2875
+
2876
+ #: templates/default-loop.php:15 templates/single-post.php:17
2877
+ msgid "Posted"
2878
+ msgstr ""
2879
+
2880
+ #: templates/default-loop.php:19 templates/single-post.php:17
2881
+ msgid "0 comments"
2882
+ msgstr ""
2883
+
2884
+ #: templates/default-loop.php:19 templates/single-post.php:17
2885
+ msgid "1 comment"
2886
+ msgstr ""
2887
+
2888
+ #: templates/default-loop.php:19 templates/single-post.php:17
2889
+ msgid "%n comments"
2890
+ msgstr ""
2891
+
2892
+ #: templates/default-loop.php:27 templates/list-loop.php:16
2893
+ #: templates/single-post.php:28 templates/teaser-loop.php:20
2894
+ msgid "Posts not found"
2895
+ msgstr ""
readme.txt CHANGED
@@ -76,9 +76,7 @@ Activate plugin at "Plugins" administration page.
76
 
77
  == Upgrade Notice ==
78
 
79
- Be careful! This is a great update and completely new code! Don't forget, you can always install old version.
80
 
81
- Upgrade normally via your Wordpress admin -> Plugins panel.
82
 
83
 
84
  == Screenshots ==
@@ -97,13 +95,23 @@ Upgrade normally via your Wordpress admin -> Plugins panel.
97
 
98
  == Changelog ==
99
 
100
- = 4.4.6 =
101
- * Minor admin panel fixes
 
 
 
 
 
 
 
 
 
102
 
103
  = 4.4 =
104
  * __IMPORTANT__: new galleries mechanism. Your created galleries will work but will not be visible in admin panel. Now, you're able to create galleries right in "Insert shortcode" window. Also, you can now create galleries from posts, categories or even custom taxonomies.
105
  * Removed all default links (default youtube videos)
106
  * Updated admin page framework Sunrise
 
107
  * Fixed file_get_contents() (disabled http wrappers) issue at the examples page
108
  * Added classes Shortcodes_Ultimate_Generator, Shortcodes_Ultimate_Shortcodes and Shortcodes_Ultimate_Data
109
  * Removed unused classes MediaUpload and ImageMeta
76
 
77
  == Upgrade Notice ==
78
 
 
79
 
 
80
 
81
 
82
  == Screenshots ==
95
 
96
  == Changelog ==
97
 
98
+ = 4.5.0 =
99
+ * Presets. Now you need to adjust the shortcodes only once
100
+ * New WP filters for shortcodes attributes
101
+ * New option for compatibility mode prefix
102
+ * Compatibility mode is now enabled by default
103
+ * Font-awesome updated to 4.0.3
104
+ * New shortcode [meta]
105
+ * New shortcode [user]
106
+ * New shortcode [post]
107
+ * New attribute limit for [slider], [carousel] and [custom_gallery]
108
+ * Minor UX improvements
109
 
110
  = 4.4 =
111
  * __IMPORTANT__: new galleries mechanism. Your created galleries will work but will not be visible in admin panel. Now, you're able to create galleries right in "Insert shortcode" window. Also, you can now create galleries from posts, categories or even custom taxonomies.
112
  * Removed all default links (default youtube videos)
113
  * Updated admin page framework Sunrise
114
+ * Minor admin panel fixes
115
  * Fixed file_get_contents() (disabled http wrappers) issue at the examples page
116
  * Added classes Shortcodes_Ultimate_Generator, Shortcodes_Ultimate_Shortcodes and Shortcodes_Ultimate_Data
117
  * Removed unused classes MediaUpload and ImageMeta
shortcodes-ultimate.php CHANGED
@@ -2,7 +2,7 @@
2
  /*
3
  Plugin Name: Shortcodes Ultimate
4
  Plugin URI: http://gndev.info/shortcodes-ultimate/
5
- Version: 4.4.6
6
  Author: Vladimir Anokhin
7
  Author URI: http://gndev.info/
8
  Description: Supercharge your WordPress theme with mega pack of shortcodes
@@ -13,7 +13,7 @@
13
 
14
  // Define plugin file constant
15
  define( 'SU_PLUGIN_FILE', __FILE__ );
16
- define( 'SU_PLUGIN_VERSION', '4.4.6' );
17
  define( 'SU_ENABLE_CACHE', true );
18
 
19
  // Includes
2
  /*
3
  Plugin Name: Shortcodes Ultimate
4
  Plugin URI: http://gndev.info/shortcodes-ultimate/
5
+ Version: 4.5.0
6
  Author: Vladimir Anokhin
7
  Author URI: http://gndev.info/
8
  Description: Supercharge your WordPress theme with mega pack of shortcodes
13
 
14
  // Define plugin file constant
15
  define( 'SU_PLUGIN_FILE', __FILE__ );
16
+ define( 'SU_PLUGIN_VERSION', '4.5.0' );
17
  define( 'SU_ENABLE_CACHE', true );
18
 
19
  // Includes