Cyclone Slider - Version 3.2.0

Version Description

  • 2017-07-04 =
  • Fix issue with font awesome not loading when used by other plugins.
  • Used SVG for icons.
Download this release

Release Info

Developer kosinix
Plugin Icon 128x128 Cyclone Slider
Version 3.2.0
Comparing to
See all releases

Code changes from version 2.14.0 to 3.2.0

Files changed (89) hide show
  1. README.txt +109 -335
  2. css/admin.css +248 -194
  3. cyclone-slider.php +15 -521
  4. {src/cyclone-slider/images → images}/gear.svg +0 -0
  5. js/admin.js +137 -101
  6. languages/cyclone-slider-2-ar.mo +0 -0
  7. languages/cyclone-slider-2-ar.po +0 -1091
  8. languages/cyclone-slider-2-de_DE.mo +0 -0
  9. languages/cyclone-slider-2-de_DE.po +0 -1029
  10. languages/cyclone-slider-2-es_ES.mo +0 -0
  11. languages/cyclone-slider-2-es_ES.po +0 -1202
  12. languages/cyclone-slider-2-fa_IR.mo +0 -0
  13. languages/cyclone-slider-2-fa_IR.po +0 -1100
  14. languages/cyclone-slider-2-fr_FR.mo +0 -0
  15. languages/cyclone-slider-2-fr_FR.po +0 -1093
  16. languages/cyclone-slider-2-it_IT.mo +0 -0
  17. languages/cyclone-slider-2-it_IT.po +0 -1099
  18. languages/cyclone-slider-2-sr_RS.mo +0 -0
  19. languages/cyclone-slider-2-sr_RS.po +0 -1062
  20. languages/cyclone-slider-2.pot +0 -965
  21. {src/cyclone-slider/languages → languages}/cycloneslider-ar.mo +0 -0
  22. {src/cyclone-slider/languages → languages}/cycloneslider-ar.po +0 -0
  23. {src/cyclone-slider/languages → languages}/cycloneslider-de_DE.mo +0 -0
  24. {src/cyclone-slider/languages → languages}/cycloneslider-de_DE.po +0 -0
  25. {src/cyclone-slider/languages → languages}/cycloneslider-es_ES.mo +0 -0
  26. {src/cyclone-slider/languages → languages}/cycloneslider-es_ES.po +0 -0
  27. {src/cyclone-slider/languages → languages}/cycloneslider-fa_IR.mo +0 -0
  28. {src/cyclone-slider/languages → languages}/cycloneslider-fa_IR.po +0 -0
  29. {src/cyclone-slider/languages → languages}/cycloneslider-fr_FR.mo +0 -0
  30. {src/cyclone-slider/languages → languages}/cycloneslider-fr_FR.po +0 -0
  31. {src/cyclone-slider/languages → languages}/cycloneslider-it_IT.mo +0 -0
  32. {src/cyclone-slider/languages → languages}/cycloneslider-it_IT.po +0 -0
  33. languages/cycloneslider-ja.mo +0 -0
  34. src/cyclone-slider/languages/cycloneslider-ja_JP.po → languages/cycloneslider-ja.po +325 -113
  35. {src/cyclone-slider/languages → languages}/cycloneslider-sr_RS.mo +0 -0
  36. {src/cyclone-slider/languages → languages}/cycloneslider-sr_RS.po +0 -0
  37. {src/cyclone-slider/languages → languages}/cycloneslider.pot +23 -11
  38. libs/cycle2/jquery.cycle2.carousel.min.js +2 -2
  39. libs/cycle2/jquery.cycle2.min.js +13 -4
  40. libs/cycle2/jquery.cycle2.scrollVert.min.js +2 -2
  41. libs/cycle2/jquery.cycle2.swipe.min.js +2 -2
  42. libs/cycle2/jquery.cycle2.tile.min.js +2 -2
  43. libs/cycle2/jquery.cycle2.video.min.js +2 -2
  44. libs/font-awesome/css/font-awesome-ie7.css +0 -1203
  45. libs/font-awesome/css/font-awesome-ie7.min.css +0 -384
  46. libs/font-awesome/css/font-awesome.css +0 -1479
  47. libs/font-awesome/css/font-awesome.min.css +0 -403
  48. libs/font-awesome/font/FontAwesome.otf +0 -0
  49. libs/font-awesome/font/fontawesome-webfont.eot +0 -0
  50. libs/font-awesome/font/fontawesome-webfont.svg +0 -399
  51. libs/font-awesome/font/fontawesome-webfont.ttf +0 -0
  52. libs/font-awesome/font/fontawesome-webfont.woff +0 -0
  53. {src/cyclone-slider/libs → libs}/vimeo-player-js/player.js +0 -0
  54. {src/cyclone-slider/libs → libs}/vimeo-player-js/player.js.map +0 -0
  55. src/CycloneSlider/Admin.php +91 -88
  56. src/CycloneSlider/AssetLoader.php +9 -9
  57. src/CycloneSlider/Data.php +313 -254
  58. src/CycloneSlider/ExportPage.php +7 -7
  59. src/CycloneSlider/ExportPageNextgen.php +7 -7
  60. src/CycloneSlider/Exporter.php +13 -13
  61. src/CycloneSlider/Frontend.php +20 -12
  62. src/CycloneSlider/ImportPage.php +4 -4
  63. src/CycloneSlider/Importer.php +14 -14
  64. src/CycloneSlider/Merge.php +0 -115
  65. src/CycloneSlider/NextgenIntegration.php +4 -4
  66. src/CycloneSlider/SettingsPage.php +1 -1
  67. src/CycloneSlider/View.php +2 -0
  68. src/CycloneSlider/Vimeo.php +1 -1
  69. src/CycloneSlider/WidgetSlider.php +5 -5
  70. src/autoloader.php +2 -2
  71. src/cyclone-slider/README.txt +0 -213
  72. src/cyclone-slider/css/admin.css +0 -778
  73. src/cyclone-slider/cyclone-slider.php +0 -28
  74. src/cyclone-slider/images/loader.gif +0 -0
  75. src/cyclone-slider/images/screenshot.png +0 -0
  76. src/cyclone-slider/js/admin.js +0 -557
  77. src/cyclone-slider/js/client.js +0 -83
  78. src/cyclone-slider/js/store-json2.min.js +0 -2
  79. src/cyclone-slider/languages/cycloneslider-ja_JP.mo +0 -0
  80. src/cyclone-slider/libs/cycle2/jquery.cycle2.carousel.min.js +0 -2
  81. src/cyclone-slider/libs/cycle2/jquery.cycle2.min.js +0 -15
  82. src/cyclone-slider/libs/cycle2/jquery.cycle2.scrollVert.min.js +0 -2
  83. src/cyclone-slider/libs/cycle2/jquery.cycle2.swipe.min.js +0 -2
  84. src/cyclone-slider/libs/cycle2/jquery.cycle2.tile.min.js +0 -2
  85. src/cyclone-slider/libs/cycle2/jquery.cycle2.video.min.js +0 -2
  86. src/cyclone-slider/libs/font-awesome/css/font-awesome-ie7.css +0 -1203
  87. src/cyclone-slider/libs/font-awesome/css/font-awesome-ie7.min.css +0 -384
  88. src/cyclone-slider/libs/font-awesome/css/font-awesome.css +0 -1479
  89. src/cyclone-slider/libs/font-awesome/css/font-awesome.min.css +0 -386
README.txt CHANGED
@@ -1,9 +1,9 @@
1
- === Cyclone Slider 2 ===
2
  Contributors: kosinix
3
  Donate link: http://www.codefleet.net/donate/
4
  Tags: slider, slideshow, drag-and-drop, wordpress-slider, wordpress-slideshow, cycle 2, jquery, responsive, translation-ready, custom-post, cyclone-slider
5
  Requires at least: 3.5
6
- Tested up to: 4.7.3
7
  Stable tag: trunk
8
  License: GPLv3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
@@ -12,17 +12,17 @@ An easy-to-use and customizable slideshow plugin. For both casual users and expe
12
 
13
  == Description ==
14
 
15
- Cyclone Slider 2 is an easy-to-use slideshow plugin with an intuitive user interface. It's simple yet extensible.
16
 
17
  = Why Use It? =
18
  * Simplified workflow: 1.) Add slides 2.) Set slideshow properties 3.) Choose a template 4.) Publish! You can choose between a shortcode or a php function (for themes) to display.
19
  * Supports 5 different slide types: image, YouTube, Vimeo, custom HTML, and testimonial slides.
20
  * Translation ready and RTL support. Ideal for languages other than English.
21
  * Comes with 4 core templates: Dark, Default, Standard and Thumbnails.
22
- * Advance template system. Not happy with the core templates? The template system allows developers to customize the slideshow appearance and behavior. Perfect for every client projects. [More info on templating here](http://docs.codefleet.net/cyclone-slider-2/templating/).
23
  * Selective loading. Load only the scripts and styles that you need.
24
  * Import/export selected slideshows. Moving your slideshow to a different website? No problemo.
25
- * It's FREE!
26
 
27
  = More Features =
28
  * Ability to add per-slide transition effects.
@@ -48,15 +48,15 @@ Cyclone Slider Pro offers even more features:
48
  * Swipe. Swipe gesture support for touch devices.
49
  * 6 resize options: Fit, Fill, Crop, Exact, Exact Width, Exact Height
50
  * Ability to change the image quality: Low, Medium, High, Very High, Max
51
- * And two additional templates: Text and Galleria
52
 
53
 
54
  = Demos =
55
- * View some [screenshots](http://wordpress.org/plugins/cyclone-slider-2/screenshots/).
56
- * Checkout the [Cyclone Slider 2 homepage](https://www.codefleet.net/cyclone-slider-2/) for a live demo.
57
 
58
  = Credits =
59
- * Cyclone Slider 2 was based on [Cycle 2](http://jquery.malsup.com/cycle2/) by [Mike Alsup](http://jquery.malsup.com/).
60
 
61
  = Translation Credits =
62
  * Aubin BERTHE for the French translation.
@@ -66,7 +66,7 @@ Cyclone Slider Pro offers even more features:
66
  * [Borisa Djuraskovic](http://www.webhostinghub.com/) for the Serbo-Croatian translation.
67
  * [Gabriel Gil](http://gabrielgil.es/) and [Digital03](http://digital03.net/) for the Spanish translation.
68
 
69
- Do you want to translate Cyclone Slider 2 manually into your language? Check this [tutorial](http://docs.codefleet.net/cyclone-slider-2/translation/).
70
 
71
  = License =
72
  GPLv3 - http://www.gnu.org/licenses/gpl-3.0.html
@@ -84,7 +84,7 @@ GPLv3 - http://www.gnu.org/licenses/gpl-3.0.html
84
  1. Using FTP go to your server's wp-content/plugins directory
85
  1. Upload the unzipped plugin here
86
  1. Once finished login into your WP Admin and go to Admin > Plugins
87
- 1. Look for Cyclone Slider 2 and activate it
88
 
89
  = Usage =
90
  1. Start adding sliders in 'Cyclone Slider' menu in WordPress
@@ -106,7 +106,7 @@ Most probably its wordpress adding paragpraphs on line breaks next to the slides
106
  `remove_filter('the_content', 'wpautop');`
107
 
108
  = Where do I add my own templates? =
109
- See: [http://docs.codefleet.net/cyclone-slider-2/creating-your-own-template/](http://docs.codefleet.net/cyclone-slider-2/creating-your-own-template/)
110
 
111
  == Screenshots ==
112
 
@@ -118,329 +118,103 @@ See: [http://docs.codefleet.net/cyclone-slider-2/creating-your-own-template/](ht
118
 
119
  == Changelog ==
120
 
121
- = 2.14.0 - 2017-05-23 =
122
- * Fix fatal error with updater.
123
- * Simplified update message to be less confusing.
124
-
125
- = 2.13.0 - 2017-04-19 =
126
- * Codebase merge with Cyclone Slider. See [detailed post](https://www.codefleet.net/cyclone-slider-reborn/).
127
- * Add Merge Screen and merge notice.
128
-
129
- = 2.12.4 - 2016-08-10 =
130
- * Fix for worst image quality bug.
131
- * Merged with Grafika 1.4.0.
132
-
133
- = 2.12.3 - 2016-07-19 =
134
- * Fix for require_once not finding relative paths and fatal error when saving non image slides.
135
-
136
- = 2.12.2 - 2016-07-18 =
137
- * Fix for parsing error in PHP versions 5.2 due to missing namespace support.
138
-
139
- = 2.12.1 - 2016-07-09 =
140
- * Fix autoloader not finding namespaced classes.
141
- * Updated Grafika from source.
142
-
143
- = 2.12.0 - 2016-07-06 =
144
- * Now uses [Grafika](http://kosinix.github.io/grafika/) for image editing.
145
- * Added link in slide preview image that opens in new tab when clicked.
146
-
147
- = 2.11.0 - 2016-03-30 =
148
- * New. Templates can now be added using a sub-plugin. See [docs](http://docs.codefleet.net/cyclone-slider-2/creating-your-own-template/).
149
- * New filter cycloneslider_view_vars. See [docs for a full list of filters](http://docs.codefleet.net/cyclone-slider-2/filters/).
150
- * Change overall textdomain handling to be compatible with wordpress.org translation.
151
- * Improved message and warnings for template locations.
152
- * Change the Hide checkbox to Hidden to better convey the action.
153
- * Added Upgrade to Pro link in publish metabox.
154
- * Move cycloneslider_image_sizes filter out of plugins_loaded to fire at a later time.
155
- * Fix. Author will now show up even without a link for testimonials.
156
- * Updated license to GPLv3
157
-
158
- = 2.10.7 - 2015-03-03 =
159
- * Fix Width Management and Resize Images not working.
160
-
161
- = 2.10.6 - 2015-03-01 =
162
- * New. Added security checks to export zip.
163
-
164
- = 2.10.5 =
165
- * Fix. Multi-language not working.
166
- * Change. Updated main .pot language file.
167
- * Change. Modified plugin header to match the current WordPress requirements.
168
-
169
- = 2.10.4 =
170
- * Fix. Escaped all echo of dynamic variables inside view files for security.
171
- * Change. Move screenshots to svn assets. Results to lesser plugin file size.
172
- * Change. Added classes for improved updater for Pro.
173
-
174
- = 2.10.3 =
175
- * Fix. Fixed fatal error when ZipArchive is missing from PHP.
176
- * New. Added 'cyclone_slider_services' filter.
177
-
178
- = 2.10.2 =
179
- * Fix. Fixed error opening zip file in exporter.
180
-
181
- = 2.10.1 =
182
- * Fix. Fixed Strict Standards error in PHP 5.4 and above
183
-
184
- = 2.10.0 =
185
- * New. Added ability to enable/disable slide.
186
- * New. Added ability to import and export sliders.
187
- * Change. Major refactoring. Code now using service definitions.
188
-
189
- = 2.9.7 - 2015-01-30 =
190
- * Fix nextgen gallery integration
191
-
192
- = 2.9.6 - 2015-01-12 =
193
- * Fix template Thumbnail thumb images not working when resize is false.
194
- * Fix missing alt attribute in slide images for Standard template.
195
- * Added error check for scandir in template locations.
196
- * Repositioned settings fields. Resize Images and Force Resize are now together.
197
- * Updated cycloneslider.pot
198
-
199
- = 2.9.5 - 2015-01-03 =
200
- * Fix. Thumbnail template thumb images now working.
201
- * New. Added support for custom image sizes.
202
- * Change. Removed cyclone_slide_image_url function from Thumbnail template and used $slide['image_thumbnails']['40_40_crop'] instead.
203
- * Change. Refactored Data and ImageResizer class.
204
- * Fix. Wrong class name Image_Resizer changed to CycloneSlider_ImageResizer.
205
-
206
- = 2.9.4 - 2015-01-02 =
207
- * Fix. Improved safety checks for POST data when saving sliders.
208
- * Fix. Deleting a single slide now works. This was a regression bug due to previous POST data safety check code.
209
- * Fix. Safety check for array keys when displaying a slider.
210
- * Fix. Restored $cyclone_slider_saved_done global variable.
211
-
212
- = 2.9.3 - 2014-12-19 =
213
- * Fix. Templates config now use json instead of ini format. Solves the problem with hosting that has parse_ini_file disabled for security reasons.
214
- * Change. Code cleanup. Removed commented and unused codes.
215
- * Change. Improved view class. Change codes related to view rendering.
216
- * Change. Moved template location declaration to main plugin file.
217
- * Change. Moved global function responsibility in templates to Data class.
218
- * Change. Use DI container for image editor class
219
- * Change. Change autoloader and hook names.
220
- * Change. Updated language files.
221
- * Change. Updated screen icon code.
222
-
223
- = 2.9.1 - 2014-12-10 =
224
- * Fix. Restored missing widget code.
225
-
226
- = 2.9.0 - 2014-12-09 =
227
- * Change. Major code refactoring for future features to be easily added
228
-
229
- = 2.8.4 - 2014-09-04 =
230
- * Updated spanish language files
231
- * Added compatibility with WP 4.0
232
-
233
- = 2.8.3 - 2014-08-20 =
234
- * Fix. Admin menu icon for WP 3.9+.
235
- * Fix. Language files load path.
236
-
237
- = 2.8.2 - 2014-01-10 =
238
- * New. Added testimonial slide type. Now you can create testimonial sliders.
239
- * New. Added support for testimonial slides in Dark and Standard templates.
240
- * New. Added Spanish translation by Gabriel Gil.
241
- * New. Added Serbo-Croation translation by Borisa Djuraskovic.
242
- * Change. Added a few responsive tweaks in admin.css for the template selection area.
243
- * Change. Removed unused codes.
244
-
245
- = 2.8.1 - 2014-01-02 =
246
- * New. Added ability to disable related videos in YouTube slide.
247
- * New. Slide title now appends the slide caption of there is one.
248
- * New. MP6 color schemes. Added subtle cosmetic changes to UI depending on what admin color scheme was selected.
249
- * Change. Made hide_non_active false only if using dynamic height and YouTube/Vimeo slides. For backwards compatibility with older templates.
250
- * Change. Removed old problematic video slide.
251
- * Fix. Fixed Vimeo error when URL fails to load.
252
- * Fix. Fix for very long slide titles.
253
- * Fix. Bug fix for PHP warning in template selection when template is unchecked in settings page.
254
-
255
- = 2.8.0 - 2013-12-29 - This is a major release =
256
- * New. Added support for YouTube, Vimeo and Custom slide types in Text template.
257
- * New. Added support for YouTube and Vimeo slide types in Dark template.
258
- * New. Added "Location" column in template selection panel.
259
- * New. Added warning when a template is located in the currently active theme directory. It warns the user of potential deletion of the template when a theme is updated.
260
- * New. Added template directory in wp-content/cycloneslider/. This is now the recommended directory to store custom or modified templates to survive update nukes.
261
- * New. Added width_management to shortcode attributes.
262
- * Change. hide_non_active is now always set to false for getBoundingClientRect to not return zero.
263
- * Fix. Minor change for directory separator on active theme location.
264
- * Fix. Fixed inacurate next slide height reading by using getBoundingClientRect() instead of outerHeight().
265
- * Fix. Added check to fix PHP warning when Vimeo URL is blank.
266
-
267
- = 2.7.7 - 2013-11-26 =
268
- * New. Added ability to select multiple images to add as slides
269
- * Change. Refactor code for template javascripts. Moved similar code into client.js
270
-
271
- = 2.7.6 - 2013-10-13 =
272
- * New. Added support for YouTube and Vimeo slide types in thumbnails template.
273
- * New. Added ability to fetch thumbnails of videos from youtube.com and vimeo.com. The thumbnails template will use this to display the thumbnails in its pager.
274
-
275
- = 2.7.5 - 2013-10-10 =
276
- * Fix. Fix critical error with slider not working caused by easing plugin.
277
- * New. Added ability to add a title to slider widget.
278
- * Change. Modified easing plugin to v1.3.1.
279
- * Change. Added minified version of easing plugin.
280
-
281
- = 2.7.4 - 2013-10-01 =
282
- * Fix. Fix dynamic height for templates.
283
- * Change. Added RTL support and sanitize output in templates.
284
-
285
- = 2.7.3 - 2013-09-28 =
286
- * Fix. Fix issue on Default template where caption is not visible on images that are taller than the slider.
287
- * Change. Returned slider auto height from sentinel to ratio for wider support and backward compatibility.
288
- * Change. Updated screenshots for wordpress.org.
289
-
290
- = 2.7.2 - 2013-09-27 =
291
- * New! Added ability in Settings page to enable/disable templates.
292
- * Change. Move settings page form to its own view file.
293
-
294
- = 2.7.1 - 2013-09-23 =
295
- * Added Width Management option. Three options available: Responsive (default), Full width, and Fixed width. Templates that support this feature are Dark, Default, Standard and Thumbnails.
296
- * Added [Dark template](http://www.codefleet.net/cyclone-slider-2/templates/dark/) with RTL support.
297
- * Standard template is now the selected template when creating new sliders.
298
- * Moved Title and Description to Caption accordion in slide edit screen.
299
- * Returned other shortcode options removed in 2.7.0. All shortcode options restored except template. Template can only be changed in admin.
300
- * Fix caption text-align:left for templates standard, default and thumbnails along with RTL support.
301
- * Updated language files
302
-
303
- = 2.7.0 - 2013-09-19 - This is a major release =
304
- * Slider preview!
305
- * Added YouTube and Vimeo slide types. Deprecated Video slide type.
306
- * Added Standard template as de-facto template which has support for Image, YouTube, Vimeo, and Custom HTML slide types.
307
- * Standard template supports RTL and uses pure CSS for buttons.
308
- * YouTube and Vimeo videos will now pause when changing to a different slide when using the Standard template.
309
- * Admin UI is now retina and [MP6](http://wordpress.org/plugins/mp6/) ready.
310
- * Compacted template selection UI. Removed template thumbnail preview as a slider preview is now available in admin.
311
- * Updated language files.
312
- * Lots of new slider variables added for use in templates. Will update documentation soon.
313
- * Removed other shortcode options except id. Example: [cycloneslider id="default"]
314
- * [Pro version now available with many more features](http://www.codefleet.net/cyclone-slider-pro/).
315
-
316
- = 2.6.4 - 2013-08-14 =
317
- * Bug fix for 2.6.3 where settings page stopped working.
318
- * Minor fix for RTL.
319
- * Added Persian translation by Javad.
320
-
321
- = 2.6.3 - 2013-08-13 =
322
- * Made non-translatable texts translatable.
323
- * Added RTL support for the admininistration screen.
324
- * Change pin icon to media in the admin menu.
325
- * Added Arabic translation. Special thanks to Hassan for this and the items above.
326
- * Added function `cyclone_slider` for displaying slider in template files instead of using `do_shortcode`.
327
- * Added button that links to a tutorial on how to [create your own template](http://www.codefleet.net/introduction-to-templates/).
328
-
329
- = 2.6.2 - 2013-08-08 =
330
- * Reverted red screen options to default color.
331
- * Fix bug with ugly old media gallery (pre 3.5).
332
- * Added Italian translation from maxgx.
333
- * Change greater-than to its character entity for `data-cycle-slides`.
334
-
335
- = 2.6.1 - 2013-08-05 =
336
- * Fixed issue with Shortcodes Ultimate.
337
- * Updated screenshots.
338
-
339
- = 2.6.0 - 2013-08-04 =
340
- * Warning: Old templates will break in this version! You can either use the new templates or migrate the older templates. [Check this post](http://www.codefleet.net/pre-2-6-0-templates-migration/).
341
- * Load scripts and styles normally as separate requests for better compatibility with other plugins and server setup. Removed template-assets.php which consolidates assets into a single request.
342
- * Added cyclone slider settings page.
343
- * Language files now loaded when using WPML.
344
- * Added Get Codes metabox to easily grab the slider codes.
345
- * Added Slideshow ID metabox to easily change the slider ID.
346
-
347
- = 2.5.6 - 2013-07-30 =
348
- * Fix broken nextgen importer from last update.
349
- * Refactor code for better template management in admin.
350
-
351
- = 2.5.5 - 2013-07-25 =
352
- * Removed templates Black, Blue, and Myrtle from plugin's folder for better performance.
353
- * Used get_posts instead of WP_Query when getting a slider to avoid filters that might cause conflict.
354
-
355
- = 2.5.4 - 2013-07-20 =
356
- * Added Youtube template that pauses the video when slider is transitioning.
357
-
358
- = 2.5.3 - 2013-05-10 =
359
- * Bug fix for child themes where slider is not working
360
-
361
- = 2.5.2 - 2013-04-26 =
362
- * Added template asset loader to get rid of the compiled css and js that are rewritten on the file system on every save
363
- * Move template handling logic to its own class to be used by the template asset loader independently
364
- * Removed upgrade notice
365
-
366
- = 2.5.1 - 2013-03-29 =
367
- * Bug fix to allow small images to be inserted.
368
- * Improved cyclone_settings.
369
- * Improved slider not found message.
370
- * Updated cycle 2 js files.
371
- * Added plugin version to fix caching problem on JS and CSS.
372
- * Added upgrade notice.
373
-
374
- = 2.5.0 - 2013-03-21 - This is a major release =
375
- * More slide types to choose from: image, video (youtube and vimeo) and custom HTML.
376
- * Added icons to the UI to indicate different slide types.
377
- * Replaced cookies with localstorage to store UI status.
378
- * Updated the templates to support the various slide types.
379
- * Added resize and random options.
380
- * Bug fix for fatal error when no GD library. Added gd_info check.
381
- * Bug fix for js error on WP below 3.5 caused by the 3.5 media library object being undefined.
382
- * Deprecated cycloneslider_thumb use cyclone_slide_image_url instead.
383
- * Deprecated cycloneslider_settings use cyclone_settings instead.
384
- * Deprecated cycloneslider_slide_settings use cyclone_slide_settings instead.
385
- * Various UI fixes and code refactoring.
386
-
387
- = 2.2.5 - 2013-02-23 =
388
- * Bug fix for 2.2.4
389
-
390
- = 2.2.4 - 2013-02-22 =
391
- * Now compiles the template CSS and JS files instead of using template_redirect hook. This is to fix problems with some users reporting broken css and js.
392
- * Minified CSS and JS for templates.
393
- * Compiles needed CSS and JS only instead of loading all CSS and JS from all templates.
394
- * Added template column to all slider screen.
395
- * Updated language files
396
-
397
- = 2.2.3 - 2013-02-14 =
398
- * Added option for random slide order on every page visit.
399
- * Refactored some code.
400
- * Added image count to all slider screen.
401
-
402
- = 2.2.2 - 2013-02-05 =
403
- * Updated language files.
404
- * Bug Fix. Post Type Switcher fix via jquery.
405
- * UI Enhancement. Removed overflow for templates.
406
- * Ignore image resize if slider dimension is equal to the image dimension.
407
- * UI Enhancement. Decrease drag delay for slide sortables in editor.
408
-
409
- = 2.2.1 - 2012-12-25 =
410
- * Added Cyclone Slider 2 widget.
411
-
412
- = 2.2.0 - 2012-12-24 =
413
- * Updated cycle 2 to latest version.
414
- * Updated template selection interface to be more visual. A screenshot of each slider template is now shown.
415
- * Added Tile Count and Tile Position for both slider and per-slide settings.
416
- * Cleanup Quick Edit screen to hide unused user interface.
417
- * Slide box titles can now be clicked to open and close the slide box.
418
- * Removed drag icon from slide box title. Slide box can now be dragged by click-holding the slide title area.
419
- * Updated template API functions.
420
- * Updated plugin screenshot.
421
- * Refactored various code parts.
422
- * Added ability to add script.js in templates
423
- * Added ability to add screenshot.jpg in templates.
424
- * Updated templates.
425
- * Added fix to preserved PNG transparency.
426
- * Fix save routine to allow saving empty slides and to preserve order of slides after drag and/or deletion of slide.
427
-
428
- = 2.1.1 - 2012-11-16 =
429
- * Fix for a code typo error
430
-
431
- = 2.1.0 - 2012-11-16 =
432
- * Fix for slider not working when NextGEN 1.9.7 is active
433
- * You can now import images from NextGEN
434
-
435
- = 2.0.1 - 2012-11-09 =
436
- * Bug fix for hover pause
437
-
438
- = 2.0.0 - 2012-10-28 =
439
- * Initial
440
-
441
-
442
-
443
-
444
 
445
  == Upgrade Notice ==
446
 
1
+ === Cyclone Slider ===
2
  Contributors: kosinix
3
  Donate link: http://www.codefleet.net/donate/
4
  Tags: slider, slideshow, drag-and-drop, wordpress-slider, wordpress-slideshow, cycle 2, jquery, responsive, translation-ready, custom-post, cyclone-slider
5
  Requires at least: 3.5
6
+ Tested up to: 4.8
7
  Stable tag: trunk
8
  License: GPLv3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
12
 
13
  == Description ==
14
 
15
+ Cyclone Slider is an easy-to-use slideshow plugin with an intuitive user interface. It's simple yet extensible.
16
 
17
  = Why Use It? =
18
  * Simplified workflow: 1.) Add slides 2.) Set slideshow properties 3.) Choose a template 4.) Publish! You can choose between a shortcode or a php function (for themes) to display.
19
  * Supports 5 different slide types: image, YouTube, Vimeo, custom HTML, and testimonial slides.
20
  * Translation ready and RTL support. Ideal for languages other than English.
21
  * Comes with 4 core templates: Dark, Default, Standard and Thumbnails.
22
+ * Advance template system. Not happy with the core templates? The template system allows developers to customize the slideshow appearance and behavior. Perfect for every client projects. [More info on templating here](http://docs.codefleet.net/cyclone-slider/templating/).
23
  * Selective loading. Load only the scripts and styles that you need.
24
  * Import/export selected slideshows. Moving your slideshow to a different website? No problemo.
25
+ * It's FREE! Cyclone Slider does not impose the pro version to free users.
26
 
27
  = More Features =
28
  * Ability to add per-slide transition effects.
48
  * Swipe. Swipe gesture support for touch devices.
49
  * 6 resize options: Fit, Fill, Crop, Exact, Exact Width, Exact Height
50
  * Ability to change the image quality: Low, Medium, High, Very High, Max
51
+ * And additional templates: Text, Galleria, Yelp and Twitter
52
 
53
 
54
  = Demos =
55
+ * View some [screenshots](http://wordpress.org/plugins/cyclone-slider/screenshots/).
56
+ * Checkout the [Cyclone Slider homepage](https://www.codefleet.net/cyclone-slider/) for a live demo.
57
 
58
  = Credits =
59
+ * Cyclone Slider was based on [Cycle 2](http://jquery.malsup.com/cycle2/) by [Mike Alsup](http://jquery.malsup.com/).
60
 
61
  = Translation Credits =
62
  * Aubin BERTHE for the French translation.
66
  * [Borisa Djuraskovic](http://www.webhostinghub.com/) for the Serbo-Croatian translation.
67
  * [Gabriel Gil](http://gabrielgil.es/) and [Digital03](http://digital03.net/) for the Spanish translation.
68
 
69
+ Do you want to translate Cyclone Slider manually into your language? Check this [tutorial](http://docs.codefleet.net/cyclone-slider/translation/).
70
 
71
  = License =
72
  GPLv3 - http://www.gnu.org/licenses/gpl-3.0.html
84
  1. Using FTP go to your server's wp-content/plugins directory
85
  1. Upload the unzipped plugin here
86
  1. Once finished login into your WP Admin and go to Admin > Plugins
87
+ 1. Look for Cyclone Slider and activate it
88
 
89
  = Usage =
90
  1. Start adding sliders in 'Cyclone Slider' menu in WordPress
106
  `remove_filter('the_content', 'wpautop');`
107
 
108
  = Where do I add my own templates? =
109
+ See: [http://docs.codefleet.net/cyclone-slider/creating-your-own-template/](http://docs.codefleet.net/cyclone-slider/creating-your-own-template/)
110
 
111
  == Screenshots ==
112
 
118
 
119
  == Changelog ==
120
 
121
+ = 3.2.0 - 2017-07-04 =
122
+ * Fix issue with font awesome not loading when used by other plugins.
123
+ * Used SVG for icons.
124
+
125
+ = 3.1.3 - 2017-06-12 =
126
+ * Fix language files not loaded.
127
+ * Updated Japanese language files.
128
+
129
+ = 3.1.2 - 2017-05-04 =
130
+ * Fix "Slideshow not found" error when using numeric slideshow slugs. Eg. "011".
131
+
132
+ = 3.1.1 - 2017-04-29 =
133
+ * Fix slide type image edit area not showing when adding slide for the first time.
134
+
135
+ = 3.1.0 - 2017-04-28 =
136
+ * Add image to testimonial slide type. Make it work on Dark and Standard template.
137
+ * Fix dark template.
138
+ * Fix standard template.
139
+ * Fix vimeo slide type.
140
+ * Use the new vimeo player js library.
141
+ * Add templates Twitter and Yelp reviews to [Pro](https://www.codefleet.net/cyclone-slider/templates/).
142
+
143
+ = 3.0.0 - 2017-04-12 =
144
+ * Codebase merge with Cyclone Slider 2. See [detailed post](https://www.codefleet.net/cyclone-slider-reborn/).
145
+ * Add "Legacy Mode" to restore full Cyclone Slider 1 functionality if needed.
146
+ * Add Slider Properties pane. You can now set per-slide settings on all slide types. Before it was only available for Image slides.
147
+ * Move Hidden option to Slider Properties pane.
148
+ * Sorting can now be toggled to prevent accidentally dragging slides.
149
+ * Add minimized/maximized button for it to be more obvious vs just toggling with the slide header.
150
+ * Slicker slide types dropdown.
151
+ * Cosmetic changes to Templates and Slide boxes.
152
+ * Update Cycle2 scripts to latest version.
153
+
154
+ = 1.3.4 - 2013-09-20 =
155
+ * Can now use WP 3.5 media gallery when using WP 3.5 or greater. Older WP versions will use the old media gallery.
156
+ * Clicking slide box title will now expand/collapse the box.
157
+ * Slide box can now be drag anywhere in the title area.
158
+
159
+ = 1.3.3 - 2012-12-18 =
160
+ * Bug fix. Preserve PNG transparency on resize.
161
+
162
+ = 1.3.2 - 2012-12-11 =
163
+ * Added gettext calls for qtranslate to work in title and description fields. You can now place [:en]English Text[:de]German Text in these fields.
164
+
165
+ = 1.3.1 - 2012-12-03 =
166
+ * Removed width and height attributes from slide images in responsive template
167
+
168
+ = 1.3.0 - 2012-11-28 =
169
+ Code now based from Cyclone Slider 2 codebase. The improvements are:
170
+
171
+ * Cleaner and faster user interface that works well even in IE7
172
+ * Ability to import images from NextGEN
173
+ * Option to pause slide on hover
174
+ * Option to open slide links in new tab
175
+ * Improved function cycloneslider_thumb
176
+ * Improved codes in templates. Please check your custom templates to match the changes in the template system. Old templates will still work but may not benefit from the newly added options
177
+ * Renamed jquery.cookie.js to jquery-cookie.js to prevent the bug in some servers where a file named jquery.cookie.js is blocked and not loaded
178
+
179
+ = 1.2.2 - 2012-10-05 =
180
+ * Fix error for CSS not loading for WPMU when there is already GET var in the url. Eg. http://www.url.com?lang=en
181
+
182
+ = 1.2.1 - 2012-09-25 =
183
+ * Added check for undefined jquery cookie plugin
184
+
185
+ = 1.2.0 - 2012-09-05 =
186
+ * Template selection via admin
187
+ * Child theme support. You can now add the `cycloneslider` templates folder inside a child theme. tnx Geoff
188
+ * Bug fix for template url/path missing a slash. tnx Chris
189
+ * German translation
190
+ * Remove unwanted whitespaces on templates at runtime to remove unwanted `<p>` tags from being added by wp
191
+
192
+ = 1.1.1 - 2012-09-02 =
193
+ * Fix bug on function cycloneslider_thumb
194
+ * Added improved thumbnails template
195
+
196
+ = 1.1.0 - 2012-08-31 =
197
+ * New templates
198
+ * New and improved template system
199
+
200
+ = 1.0.6 - 2012-08-26 =
201
+ * Bug fix for titles and descriptions out of sync after deleting a slide
202
+
203
+ = 1.0.5 - 2012-08-24 =
204
+ * Caching for thumbnails
205
+ * Autodetect "cycloneslider" folder inside current active theme
206
+
207
+ = 1.0.4 - 2012-08-18 =
208
+ * Added default values when adding a new slideshow to help users.
209
+ * Added visual cues when adding new slides.
210
+ * Hide preview in admin img when its src is blank to hide the img not found on IE and other browsers. Show only when src is given.
211
+
212
+ = 1.0.3 =
213
+ * Bug fix if shortcode attributes are set to zero eg. timeout="0". Change use of empty() to === to differentiate null from integer zero or blank string
214
+
215
+ = 1.0.2 =
216
+ * Prefixed meta keys with underscore _ to hide from wp custom field metabox. Existing slider data will be silently migrated into this new meta keys.
217
+ * Thumbnail function added.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
218
 
219
  == Upgrade Notice ==
220
 
css/admin.css CHANGED
@@ -2,6 +2,17 @@
2
  clear:both;
3
  display: block;
4
  }
 
 
 
 
 
 
 
 
 
 
 
5
 
6
  /*** Add extra space in wp 3.6 ***/
7
  .cycloneslider.version-3-6 #titlediv{
@@ -23,19 +34,82 @@
23
  }
24
 
25
  /*** Slides Metabox ***/
26
- #cyclone-slides-metabox .inside{
27
- margin:20px;
 
28
  padding:0;
 
 
 
 
 
29
  }
30
- .cycloneslider-sortable{
31
- margin-bottom:20px;
 
32
  }
33
- .cs-slide{
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
34
  margin-bottom:10px;
35
  }
 
 
 
 
36
  .cs-header{
 
37
  border:1px solid #D3D3D3;
38
- cursor:move;
39
  background-color: #f1f1f1; /* Fallback */
40
  background-image: -ms-linear-gradient(top, #f9f9f9, #ececec); /* IE10 */
41
  background-image: -moz-linear-gradient(top, #f9f9f9, #ececec); /* Firefox */
@@ -49,6 +123,27 @@
49
  border-color: #e0e0e0;
50
  color: #A2A2A2;
51
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
52
  .admin-color-light .cs-header {
53
  background-color: #F9F9F9;
54
  background-image: none;
@@ -56,7 +151,6 @@
56
 
57
  /* Admin - Blue */
58
  .admin-color-blue .cs-title,
59
- .admin-color-blue .cs-header .cs-icon,
60
  .admin-color-blue .cs-templates,
61
  .admin-color-blue .cs-templates .body.active,
62
  .admin-color-blue .cs-templates a,
@@ -71,7 +165,6 @@
71
 
72
  /* Admin - Ocean */
73
  .admin-color-ocean .cs-title,
74
- .admin-color-ocean .cs-header .cs-icon,
75
  .admin-color-ocean .cs-templates,
76
  .admin-color-ocean .cs-templates .body.active,
77
  .admin-color-ocean .cs-templates a,
@@ -86,7 +179,6 @@
86
 
87
  /* Admin - Coffee */
88
  .admin-color-coffee .cs-title,
89
- .admin-color-coffee .cs-header .cs-icon,
90
  .admin-color-coffee .cs-templates,
91
  .admin-color-coffee .cs-templates a,
92
  .admin-color-coffee.cycloneslider h2,
@@ -103,7 +195,6 @@
103
  }
104
  .admin-color-coffee .cs-header,
105
  .admin-color-coffee .cs-body,
106
- .admin-color-coffee .cs-header .cs-icon,
107
  .admin-color-coffee .cs-slide-type-bar {
108
  border-color: #D8CCC2;
109
  }
@@ -114,7 +205,6 @@
114
 
115
  /* Admin - Ectoplasm */
116
  .admin-color-ectoplasm .cs-title,
117
- .admin-color-ectoplasm .cs-header .cs-icon,
118
  .admin-color-ectoplasm .cs-templates,
119
  .admin-color-ectoplasm .cs-templates a,
120
  .admin-color-ectoplasm.cycloneslider h2,
@@ -130,7 +220,6 @@
130
  }
131
  .admin-color-ectoplasm .cs-header,
132
  .admin-color-ectoplasm .cs-body,
133
- .admin-color-ectoplasm .cs-header .cs-icon,
134
  .admin-color-ectoplasm .cs-slide-type-bar {
135
  border-color: #D8CAEC;
136
  }
@@ -141,7 +230,6 @@
141
 
142
  /* Admin - Sunrise */
143
  .admin-color-sunrise .cs-title,
144
- .admin-color-sunrise .cs-header .cs-icon,
145
  .admin-color-sunrise .cs-templates,
146
  .admin-color-sunrise .cs-templates .body.active,
147
  .admin-color-sunrise .cs-templates a,
@@ -154,70 +242,46 @@
154
  color: #8B3B38;
155
  }
156
 
157
- .cs-header .cs-icon{
158
- float:left;
159
- padding:6px;
160
- border-right:1px solid #D3D3D3;
161
- }
162
- .rtl .cs-header .cs-icon{
163
- float:right;
164
- border-left:1px solid #D3D3D3;
165
- border-right:0;
166
- }
167
- .cs-icon i{
168
- font-size: 14px;
169
- width:14px;
170
- height:14px;
171
- display:none;
172
- }
173
- .cs-slide[data-slide-type="image"] i.icon-picture,
174
- .cs-slide[data-slide-type="video"] i.icon-film,
175
- .cs-slide[data-slide-type="custom"] i.icon-code,
176
- .cs-slide[data-slide-type="youtube"] i.icon-youtube-play,
177
- .cs-slide[data-slide-type="vimeo"] i.icon-play,
178
- .cs-slide[data-slide-type="testimonial"] i.icon-quote-left{
179
- display: block;
180
- }
181
  .cs-title{
182
  float:left;
183
  padding:4px 6px;
184
- max-width: 60%;
185
  white-space: nowrap;
186
  overflow: hidden;
 
 
187
  }
188
  .rtl .cs-title{
189
  float:right;
190
  }
191
  .cs-controls{
192
  float:right;
193
- padding:3px;
194
  }
195
  .rtl .cs-controls{
196
  float:left;
 
197
  }
198
- .cs-delete{
199
- margin:0 5px;
200
- display:block;
201
- float:left;
202
- width:14px;
203
- height:14px;
204
- font-size: 14px;
205
- text-align: center;
206
- cursor:pointer;
207
  }
208
- .rtl .cs-delete{
209
- float:right;
210
  }
211
- .cs-delete{
212
- font-size: 16px;
213
- color: #CC0A0C;
214
  }
215
  .cs-slide:hover .cs-header,
216
  .cs-slide:hover .cs-body{
217
  border-color:#c0c0c0;
218
  }
219
- .cs-header .cs-delete:hover{
220
- color:#ff0000;
221
  }
222
  .cs-body{
223
  background:#F5F5F5;
@@ -237,22 +301,6 @@
237
  display: block;
238
  margin-top: 6px;
239
  }
240
- .cs-image-preview{
241
- padding:15px 2%;
242
- float:left;
243
- width:40%;
244
- }
245
- .rtl .cs-image-preview{
246
- float:right;
247
- }
248
- .cs-image-settings{
249
- float:left;
250
- width:50%;
251
- padding:15px 2%;
252
- }
253
- .rtl .cs-image-settings{
254
- float:right;
255
- }
256
  .cs-image-thumb img{
257
  display:block;
258
  max-width:90%;
@@ -273,6 +321,96 @@
273
  color:#666666;
274
  }
275
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
276
  /*** Video ***/
277
  .cs-video-preview{
278
  padding:15px 2%;
@@ -334,18 +472,15 @@
334
  }
335
 
336
  /*** Testimonial ***/
337
- .cs-slide-testimonial{
338
-
339
- }
340
- .cs-testimonial-quote{
341
  float:left;
342
- padding:15px 2%;
343
- width:40%;
344
  }
345
- .cs-quote-properties {
346
- float: left;
347
- width: 50%;
348
- padding: 15px 2%;
349
  }
350
 
351
  /*** Hide other slide types ***/
@@ -383,6 +518,7 @@
383
  height:20px;
384
  border:1px dashed #ccc;
385
  margin-bottom:10px;
 
386
  }
387
 
388
  /* Skeleton for adding slide box in JS */
@@ -512,95 +648,43 @@ input:disabled{
512
 
513
 
514
  /*** Templates ***/
515
- #cyclone-slider-templates-metabox .inside{
516
- padding: 0;
517
- margin: 0;
518
- }
519
- .cs-templates{
520
- padding: 0;
521
- margin: 0;
522
  }
523
- .cs-templates .header > span,
524
- .cs-templates .body > span{
525
- float: left;
526
- overflow: hidden;
527
  }
528
- .rtl .cs-templates .body > span{
529
- float: right;
 
530
  }
531
- .cs-templates span.clear,
532
- .rtl .cs-templates span.clear{
533
- float: none;
534
  }
535
- .cs-templates input[type="radio"]{
536
- position: absolute;
537
- left: 50px;
538
- top: 40%;
539
- z-index: -1;
540
  }
541
- .cs-templates > li{
542
- position: relative;
543
- border-top: 1px solid #fff;
544
- border-left: 1px solid #fff;
545
- border-right: 1px solid #fff;
546
- border-bottom: 1px solid #cfcfcf;
547
- margin-bottom: 0;
548
  }
549
- .cs-templates .header {
550
- background: #ececec;
551
- padding: 5px 0;
552
  }
553
- .cs-templates .body {
554
- padding: 10px 0;
555
  }
556
- .cs-templates .body:hover{
557
  background: #ececec;
558
  }
559
- .cs-templates .body.active{
560
- background-color:#ececec;
561
- color: #21759B;
562
- }
563
- .cs-templates .body .icon-ok{
564
- display: none;
565
- font-size: 14px;
566
- }
567
- .cs-templates .body.active .icon-ok{
568
- display: inline-block;
569
- }
570
- .cs-templates .template-name{
571
- width: 13%;
572
- margin-left: 1%;
573
- margin-right: 1%;
574
- }
575
- #side-sortables .template-name{
576
- width: 33%;
577
- font-size: 12px;
578
- }
579
- .cs-templates .supported-slide-types{
580
- width: 15%;
581
- margin-right: 1%;
582
- }
583
- .cs-templates .supported-slide-types i{
584
- font-size: 14px;
585
- margin: 0 3px;
586
- }
587
- #side-sortables .supported-slide-types{
588
- width: 39%;
589
- font-size: 12px;
590
- }
591
- .cs-templates .template-description{
592
- width: 44%;
593
- margin-right: 1%;
594
- }
595
- .cs-templates .cs-location{
596
- width: 15%;
597
- }
598
- .cs-templates .body .cs-location{
599
- white-space: nowrap;
600
- overflow: visible;
601
- }
602
- .cs-templates .body .cs-location i {
603
- color: #D54E21;
604
  }
605
  .cs-boxy{
606
  position: absolute;
@@ -613,40 +697,9 @@ input:disabled{
613
  display: none;
614
  border-radius: 5px;
615
  }
616
- .cs-templates .selected{
617
- width: 13%;
618
- text-align: center;
619
- }
620
- .cs-templates .header .selected,
621
- .cs-templates .body .selected{
622
- float: right;
623
- margin-left: 1px;
624
- margin-right: 1%;
625
- }
626
- .rtl .cs-templates .header .selected,
627
- .rtl .cs-templates .body .selected{
628
- float: left;
629
- }
630
- #side-sortables .selected{
631
- width: 23%;
632
- }
633
- .cs-get-more{
634
- padding:20px 10px 10px 10px;
635
- float:right;
636
- }
637
- .rtl .cs-get-more{
638
- float:left;
639
- }
640
- #side-sortables .cs-get-more{
641
- float: none;
642
- text-align: center;
643
- }
644
- #side-sortables .cs-get-more > * {
645
- margin-bottom: 5px;
646
- }
647
  .cs-templates-buttons {
648
- clear: both;
649
- padding: 5px 8px;
650
  }
651
 
652
  /*** Preview ***/
@@ -718,4 +771,5 @@ label[for="force_resize"]{
718
  text-decoration: none;
719
  display: block;
720
  padding:1px 2px;
721
- }
 
2
  clear:both;
3
  display: block;
4
  }
5
+ .clearfix:after,
6
+ .cs-slide-image:after,
7
+ .cs-slide-youtube:after,
8
+ .cs-slide-actions:after,
9
+ .cs-slide-testimonial:after {
10
+ content: "";
11
+ display: block;
12
+ height: 0;
13
+ clear: both;
14
+ visibility: hidden;
15
+ }
16
 
17
  /*** Add extra space in wp 3.6 ***/
18
  .cycloneslider.version-3-6 #titlediv{
34
  }
35
 
36
  /*** Slides Metabox ***/
37
+ #cyclone-slides-metabox .inside,
38
+ #cyclone-slider-templates-metabox .inside {
39
+ margin:0;
40
  padding:0;
41
+ box-sizing: border-box;
42
+ }
43
+ #cyclone-slides-metabox .inside *,
44
+ #cyclone-slides-templates-metabox .inside * {
45
+ box-sizing: inherit;
46
  }
47
+ .cs-slide-actions {
48
+ padding: 20px;
49
+ border-bottom: 1px solid #eee;
50
  }
51
+ .cs-slide-actions button {
52
+ float: left;
53
+ border: 1px solid #d3d3d3;
54
+ padding: 5px 10px;
55
+ margin: 0;
56
+ color: #444;
57
+ line-height: 1.5;
58
+ cursor:pointer;
59
+ outline: 0;
60
+ margin-left: -1px;
61
+ background-color: #f1f1f1; /* Fallback */
62
+ background-image: -ms-linear-gradient(top, #f9f9f9, #ececec); /* IE10 */
63
+ background-image: -moz-linear-gradient(top, #f9f9f9, #ececec); /* Firefox */
64
+ background-image: -o-linear-gradient(top, #f9f9f9, #ececec); /* Opera */
65
+ background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#ececec)); /* old Webkit */
66
+ background-image: -webkit-linear-gradient(top, #f9f9f9, #ececec); /* new Webkit */
67
+ background-image: linear-gradient(top, #f9f9f9, #ececec); /* proposed W3C Markup */
68
+ }
69
+ .cs-slide-actions button:hover,
70
+ .cs-slide-actions button:focus {
71
+ border-color: #999;
72
+ position: relative;
73
+ z-index: 1;
74
+ }
75
+ .cs-slide-actions button.active {
76
+ -webkit-box-shadow: inset 0 0 15px #006799;
77
+ -moz-box-shadow: inset 0 0 15px #006799;
78
+ box-shadow: inset 0 0 15px #006799;
79
+ background: #0085ba;
80
+ color: #fff;
81
+ border-color: #0085b9;
82
+ }
83
+ .cs-slide-actions button:first-child {
84
+ border-top-left-radius: 3px;
85
+ border-bottom-left-radius: 3px;
86
+ margin-left: 0;
87
+ }
88
+ .cs-slide-actions button:last-child {
89
+ border-top-right-radius: 3px;
90
+ border-bottom-right-radius: 3px;
91
+ }
92
+ .cs-sortables {
93
+ padding: 0;
94
+ margin: 20px;
95
+ }
96
+ .cs-sortables.active {
97
+ padding: 10px;
98
+ border: 1px dashed #d3d3d3;
99
+ }
100
+ .cs-sortables.active .cs-header {
101
+ cursor: move;
102
+ }
103
+ .cs-slide {
104
  margin-bottom:10px;
105
  }
106
+ .cs-slide:last-child,
107
+ .cs-slide-placeholder:last-child {
108
+ margin-bottom: 0;
109
+ }
110
  .cs-header{
111
+ position: relative;
112
  border:1px solid #D3D3D3;
 
113
  background-color: #f1f1f1; /* Fallback */
114
  background-image: -ms-linear-gradient(top, #f9f9f9, #ececec); /* IE10 */
115
  background-image: -moz-linear-gradient(top, #f9f9f9, #ececec); /* Firefox */
123
  border-color: #e0e0e0;
124
  color: #A2A2A2;
125
  }
126
+
127
+ .cs-slide-settings svg {
128
+ margin: 3px;
129
+ vertical-align: middle;
130
+ }
131
+ .cs-slide-settings .expandable-header span{
132
+ display: inline-block;
133
+ vertical-align: middle;
134
+ }
135
+ .cs-slide-settings .expandable-header {
136
+ border: 0;
137
+ text-align: right;
138
+ }
139
+ .rtl .cs-slide-settings .expandable-header {
140
+ text-align: left;
141
+ }
142
+ .cs-slide-settings .expandable-body {
143
+ border-left: 0;
144
+ border-right: 0;
145
+ }
146
+
147
  .admin-color-light .cs-header {
148
  background-color: #F9F9F9;
149
  background-image: none;
151
 
152
  /* Admin - Blue */
153
  .admin-color-blue .cs-title,
 
154
  .admin-color-blue .cs-templates,
155
  .admin-color-blue .cs-templates .body.active,
156
  .admin-color-blue .cs-templates a,
165
 
166
  /* Admin - Ocean */
167
  .admin-color-ocean .cs-title,
 
168
  .admin-color-ocean .cs-templates,
169
  .admin-color-ocean .cs-templates .body.active,
170
  .admin-color-ocean .cs-templates a,
179
 
180
  /* Admin - Coffee */
181
  .admin-color-coffee .cs-title,
 
182
  .admin-color-coffee .cs-templates,
183
  .admin-color-coffee .cs-templates a,
184
  .admin-color-coffee.cycloneslider h2,
195
  }
196
  .admin-color-coffee .cs-header,
197
  .admin-color-coffee .cs-body,
 
198
  .admin-color-coffee .cs-slide-type-bar {
199
  border-color: #D8CCC2;
200
  }
205
 
206
  /* Admin - Ectoplasm */
207
  .admin-color-ectoplasm .cs-title,
 
208
  .admin-color-ectoplasm .cs-templates,
209
  .admin-color-ectoplasm .cs-templates a,
210
  .admin-color-ectoplasm.cycloneslider h2,
220
  }
221
  .admin-color-ectoplasm .cs-header,
222
  .admin-color-ectoplasm .cs-body,
 
223
  .admin-color-ectoplasm .cs-slide-type-bar {
224
  border-color: #D8CAEC;
225
  }
230
 
231
  /* Admin - Sunrise */
232
  .admin-color-sunrise .cs-title,
 
233
  .admin-color-sunrise .cs-templates,
234
  .admin-color-sunrise .cs-templates .body.active,
235
  .admin-color-sunrise .cs-templates a,
242
  color: #8B3B38;
243
  }
244
 
245
+
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
246
  .cs-title{
247
  float:left;
248
  padding:4px 6px;
249
+ max-width: 50%;
250
  white-space: nowrap;
251
  overflow: hidden;
252
+ -ms-text-overflow: ellipsis;
253
+ text-overflow: ellipsis;
254
  }
255
  .rtl .cs-title{
256
  float:right;
257
  }
258
  .cs-controls{
259
  float:right;
260
+ padding:2px 5px;
261
  }
262
  .rtl .cs-controls{
263
  float:left;
264
+ text-align: right;
265
  }
266
+ .cs-controls button {
267
+ font-size: 16px;
268
+ background: none;
269
+ border: 0;
270
+ outline:0;
271
+ cursor: pointer;
 
 
 
272
  }
273
+ .cs-controls .cs-delete svg{
274
+ fill: #CC0A0C;
275
  }
276
+ .cs-controls .cs-minimize svg{
277
+ fill: #444;
 
278
  }
279
  .cs-slide:hover .cs-header,
280
  .cs-slide:hover .cs-body{
281
  border-color:#c0c0c0;
282
  }
283
+ .cs-header .cs-delete:hover svg{
284
+ fill:#ff0000;
285
  }
286
  .cs-body{
287
  background:#F5F5F5;
301
  display: block;
302
  margin-top: 6px;
303
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
304
  .cs-image-thumb img{
305
  display:block;
306
  max-width:90%;
321
  color:#666666;
322
  }
323
 
324
+ /* Image slide */
325
+ .cs-image-preview,
326
+ .cs-image-edit {
327
+ float: left;
328
+ width: 50%;
329
+ padding: 15px;
330
+ }
331
+ .cs-image-edit {
332
+ padding-left: 0;
333
+ }
334
+ .rtl .cs-image-preview,
335
+ .rtl .cs-image-edit {
336
+ float: right;
337
+ }
338
+ .rtl .cs-image-edit {
339
+ padding-left: 15px;
340
+ padding-right: 0;
341
+ }
342
+
343
+ /* Select */
344
+ .cs-slide-type {
345
+ float: left;
346
+ position: relative;
347
+ }
348
+ .switcher {
349
+ cursor: pointer;
350
+ }
351
+
352
+ .switcher .display {
353
+ display: block;
354
+ min-width: 115px;
355
+ border-right: 1px solid #d3d3d3;
356
+ padding: 5px 25px 5px 10px;
357
+ }
358
+ .cycloneslider .meta-box-sortables svg {
359
+ width: 16px;
360
+ height: 16px;
361
+ fill: #444;
362
+ }
363
+ .switcher .display svg,
364
+ .switcher li svg {
365
+ float: left;
366
+ margin-top: 1px;
367
+ }
368
+ .cycloneslider .meta-box-sortables .switcher > svg {
369
+ position: absolute;
370
+ right: 0;
371
+ top: 50%;
372
+ transform: translateY(-50%);
373
+ width: 24px;
374
+ height: 24px;
375
+ }
376
+
377
+ .switcher .display span,
378
+ .switcher li span {
379
+ margin-left: 5px;
380
+ padding-left: 6px;
381
+ border-left: 1px solid #d3d3d3;
382
+ }
383
+ .switcher ul {
384
+ display: none;
385
+ padding: 0;
386
+ margin: 0;
387
+ list-style: none inside;
388
+ position: absolute;
389
+ left: 0;
390
+ top: 100%;
391
+ width: 100%;
392
+ background: rgba(255,255,255,0.9);
393
+ border-left:1px solid #d3d3d3;
394
+ border-right:1px solid #d3d3d3;
395
+ border-top:1px solid #d3d3d3;
396
+ z-index: 100;
397
+ }
398
+ .switcher.open ul {
399
+ display: block;
400
+ }
401
+ .switcher li {
402
+ padding: 5px 10px;
403
+ margin: 0;
404
+ border-bottom:1px solid #d3d3d3;
405
+ }
406
+ .switcher li:hover {
407
+ background: #d54e21;
408
+ color: #fff;
409
+ }
410
+ .switcher li:hover svg {
411
+ fill: #fff;
412
+ }
413
+
414
  /*** Video ***/
415
  .cs-video-preview{
416
  padding:15px 2%;
472
  }
473
 
474
  /*** Testimonial ***/
475
+ .cs-testimonial-quote,
476
+ .cs-quote-properties {
 
 
477
  float:left;
478
+ padding:15px;
479
+ width:50%;
480
  }
481
+ .rtl .cs-testimonial-quote,
482
+ .rtl .cs-quote-properties {
483
+ float:right;
 
484
  }
485
 
486
  /*** Hide other slide types ***/
518
  height:20px;
519
  border:1px dashed #ccc;
520
  margin-bottom:10px;
521
+ min-height: 30px;
522
  }
523
 
524
  /* Skeleton for adding slide box in JS */
648
 
649
 
650
  /*** Templates ***/
651
+ .cs-templates {
652
+ width: 100%;
653
+ border-spacing: 0;
654
+
 
 
 
655
  }
656
+ .cs-templates th {
657
+ padding: 5px;
658
+ border-bottom:1px solid #ececec;
 
659
  }
660
+
661
+ .cs-templates td {
662
+ padding: 10px;
663
  }
664
+ .cs-templates td a {
665
+ text-decoration: none;
 
666
  }
667
+ .cs-templates td:nth-child(1),
668
+ .cs-templates td:nth-child(2) {
669
+ text-align: left;
 
 
670
  }
671
+ .rtl .cs-templates td:nth-child(1),
672
+ .rtl .cs-templates td:nth-child(2) {
673
+ text-align: right;
 
 
 
 
674
  }
675
+ .cs-templates td:nth-child(3),
676
+ .cs-templates td:nth-child(4) {
677
+ text-align: center;
678
  }
679
+ .cs-templates td:nth-child(2) a {
680
+ color:#444;
681
  }
682
+ .cs-templates .active td {
683
  background: #ececec;
684
  }
685
+ .cs-templates .active label,
686
+ .cs-templates .active td:nth-child(2) a {
687
+ color: #0085ba;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
688
  }
689
  .cs-boxy{
690
  position: absolute;
697
  display: none;
698
  border-radius: 5px;
699
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
700
  .cs-templates-buttons {
701
+ border-top: 1px solid #ececec;
702
+ padding: 10px;
703
  }
704
 
705
  /*** Preview ***/
771
  text-decoration: none;
772
  display: block;
773
  padding:1px 2px;
774
+ }
775
+
cyclone-slider.php CHANGED
@@ -1,534 +1,28 @@
1
  <?php
2
  /*
3
- Plugin Name: Cyclone Slider 2
4
- Plugin URI: http://www.codefleet.net/cyclone-slider-2/
5
  Description: Create and manage sliders with ease. Built for both casual users and developers.
6
- Version: 2.14.0
7
  Author: Nico Amarilla
8
  Author URI: http://www.codefleet.net/
9
  License: GPLv3
10
  License URI: https://www.gnu.org/licenses/gpl-3.0.html
11
  Domain Path: /languages
12
- Text Domain: cyclone-slider-2
13
  */
14
 
15
- require_once 'src/autoloader.php';
 
16
 
17
- function child_plugin_notice(){
18
- global $post;
19
- $get = $_GET;
20
- $page = '';
21
- $post_type = '';
22
- if( isset($post->post_type)){
23
- $post_type = $post->post_type;
24
- } else if (isset($get['post_type'])){
25
- $post_type = $get['post_type'];
26
- }
27
-
28
- if (isset($get['page'])){
29
- $page = $get['page'];
30
- }
31
-
32
- if( $page != 'cycloneslider-merge'):
33
- ?><div class="notice notice-info">
34
- <p><?php echo __('Click update to finish upgrading Cyclone Slider.', 'cycloneslider');?></p>
35
- <p><a href="<?php echo get_admin_url(NULL, 'edit.php?post_type=cycloneslider&page=cycloneslider-merge' ); ?>" class="button-secondary"><?php _e('Update', 'cycloneslider');?></a></p>
36
- </div><?php
37
- endif;
38
  }
39
-
40
- $cyclone_slider_plugin_instance = null;
41
- $cyclone_slider_saved_done = false;
42
-
43
- // Hook the plugin
44
- add_action('plugins_loaded', 'cycloneslider_init');
45
- function cycloneslider_init() {
46
- global $cyclone_slider_plugin_instance;
47
-
48
-
49
- add_action( 'admin_notices', 'child_plugin_notice' );
50
- $plugin = new CycloneSlider_Plugin();
51
-
52
- $plugin['path'] = realpath(plugin_dir_path(__FILE__)) . DIRECTORY_SEPARATOR;
53
- $plugin['url'] = plugin_dir_url(__FILE__);
54
- $plugin['plugin_headers'] = 'cycloneslider_service_plugin_headers';
55
- $plugin['version'] = 'cycloneslider_service_plugin_version';
56
- $plugin['debug'] = false;
57
- $plugin['textdomain'] = 'cycloneslider_service_plugin_text_domain';
58
- $plugin['slug'] = 'cycloneslider_service_plugin_slug';
59
- $plugin['nonce_name'] = 'cyclone_slider_builder_nonce';
60
- $plugin['nonce_action'] = 'cyclone-slider-save';
61
- $plugin['wp_upload_location'] = 'cycloneslider_wp_upload_location';
62
- $plugin['wp_content_dir'] = 'cycloneslider_service_wp_content_dir';
63
- $plugin['wp_content_url'] = content_url();
64
- $plugin['cyclone_slider_dir'] = 'cycloneslider_service_cyclone_slider_dir'; // Folder where plugin related functions are performed
65
- $plugin['view_folder'] = $plugin['path'].'views';
66
- $plugin['view'] = 'cycloneslider_service_view';
67
-
68
- $plugin['image_resizer'] = 'cycloneslider_service_image_resizer';
69
- $plugin['image_editor'] = 'CycloneSlider_ImageEditor';
70
- $plugin['image_sizes'] = array(
71
- '40_40_crop' => array( // Used by thumbnail template
72
- 'width' => 40,
73
- 'height' => 40,
74
- 'resize_option' => 'crop'
75
- ),
76
- '60_60_crop' => array( // Used by Galleria template
77
- 'width' => 60,
78
- 'height' => 60,
79
- 'resize_option' => 'crop'
80
- )
81
- );
82
-
83
- $plugin['data'] = 'cycloneslider_service_data';
84
-
85
- $plugin['nextgen_integration'] = 'cycloneslider_service_nextgen';
86
-
87
- $plugin['exporter'] = 'cycloneslider_service_exporter';
88
- $plugin['exports_dir'] = $plugin['cyclone_slider_dir'].'/exports';
89
- $plugin['export_json_file'] = 'export.json';
90
-
91
- $plugin['importer'] = 'cycloneslider_service_importer';
92
- $plugin['imports_dir'] = $plugin['cyclone_slider_dir'].'/imports';
93
- $plugin['imports_extracts_dir'] = $plugin['imports_dir'].'/extracts';
94
- $plugin['import_zip_name'] = 'import.zip';
95
-
96
- // Order is important. core is overridden by active-theme which in turn is overridden by wp-content.
97
- $plugin['template_locations'] = array(
98
- array(
99
- 'path' => $plugin['path'].'templates'.DIRECTORY_SEPARATOR, // This resides in the plugin
100
- 'url' => $plugin['url'].'templates/',
101
- 'location_name' => 'core'
102
- ),
103
- array(
104
- 'path' => realpath(get_stylesheet_directory()).DIRECTORY_SEPARATOR.'cycloneslider'.DIRECTORY_SEPARATOR, // This resides in the current theme or child theme. Gets deleted when theme is deleted.
105
- 'url' => get_stylesheet_directory_uri()."/cycloneslider/",
106
- 'location_name' => 'active-theme'
107
- ),
108
- array(
109
- 'path' => $plugin['wp_content_dir'].DIRECTORY_SEPARATOR.'cycloneslider'.DIRECTORY_SEPARATOR, // This resides in the wp-content folder to prevent deleting when upgrading themes. Recommended location
110
- 'url' => $plugin['wp_content_url']."/cycloneslider/",
111
- 'location_name' => 'wp-content'
112
- )
113
- );
114
-
115
- $plugin['settings_page'] = 'cycloneslider_service_settings_page';
116
- $plugin['settings_page_properties'] = array(
117
- 'parent_slug' => 'edit.php?post_type=cycloneslider',
118
- 'page_title' => __('Cyclone Slider Settings', 'cyclone-slider-2'),
119
- 'menu_title' => __('Settings', 'cyclone-slider-2'),
120
- 'capability' => 'manage_options',
121
- 'menu_slug' => 'cycloneslider-settings',
122
- 'option_group' => 'cyclone_option_group',
123
- 'option_name' => 'cyclone_option_name'
124
- );
125
-
126
- $plugin['export_page'] = 'cycloneslider_service_export_page';
127
- $plugin['export_page_properties'] = array(
128
- 'parent_slug' => 'edit.php?post_type=cycloneslider',
129
- 'page_title' => __('Cyclone Slider Export', 'cyclone-slider-2'),
130
- 'menu_title' => __('Export/Import', 'cyclone-slider-2'),
131
- 'capability' => 'manage_options',
132
- 'menu_slug' => 'cycloneslider-export',
133
- 'transient_name' => 'cycloneslider_export_transient',
134
- 'nonce_name' => 'cycloneslider_export_nonce',
135
- 'nonce_action' => 'cycloneslider_export',
136
- 'url' => get_admin_url( get_current_blog_id(), 'edit.php?post_type=cycloneslider&page=cycloneslider-export' )
137
- );
138
-
139
- //$plugin['export_page_nextgen'] = 'cycloneslider_service_export_page_nextgen';
140
- $plugin['export_page_nextgen_properties'] = array(
141
- 'parent_slug' => '',
142
- 'page_title' => __('Cyclone Slider Nextgen Export', 'cyclone-slider-2'),
143
- 'menu_title' => __('Export Nextgen', 'cyclone-slider-2'),
144
- 'capability' => 'manage_options',
145
- 'menu_slug' => 'cycloneslider-export-nextgen',
146
- 'transient_name' => 'cycloneslider_export_nextgen_transient',
147
- 'nonce_name' => 'cycloneslider_export_nextgen_nonce',
148
- 'nonce_action' => 'cycloneslider_export_nextgen',
149
- 'url' => get_admin_url( get_current_blog_id(), 'edit.php?post_type=cycloneslider&page=cycloneslider-export-nextgen' )
150
- );
151
-
152
- $plugin['import_page'] = 'cycloneslider_service_import_page';
153
- $plugin['import_page_properties'] = array(
154
- 'parent_slug' => '',
155
- 'page_title' => __('Cyclone Slider Import', 'cyclone-slider-2'),
156
- 'menu_title' => __('Import', 'cyclone-slider-2'),
157
- 'capability' => 'manage_options',
158
- 'menu_slug' => 'cycloneslider-import',
159
- 'nonce_name' => 'cycloneslider_import_nonce',
160
- 'nonce_action' => 'cycloneslider_import',
161
- 'url' => get_admin_url( get_current_blog_id(), 'edit.php?post_type=cycloneslider&page=cycloneslider-import' )
162
- );
163
-
164
- $plugin['merge_page'] = 'cycloneslider_service_merge_page';
165
-
166
-
167
- $plugin['zip_archive'] = 'cycloneslider_service_zip_archive';
168
- $plugin['youtube'] = new CycloneSlider_Youtube();
169
- $plugin['vimeo'] = new CycloneSlider_Vimeo();
170
- $plugin['asset_loader'] = 'cycloneslider_service_asset_loader';
171
- $plugin['admin'] = 'cycloneslider_service_admin';
172
- $plugin['frontend'] = 'cycloneslider_service_frontend';
173
- $plugin['updater'] = '';
174
- $plugin['widgets'] = new CycloneSlider_Widgets();
175
-
176
- // Disable to prevent redeclare error on update
177
- //require_once($plugin['path'].'src/functions.php'); // Function not autoloaded from the old days. Deprecated
178
-
179
- load_plugin_textdomain( $plugin['textdomain'], false, basename(dirname(__FILE__)).'/languages/' ); // Load language files
180
-
181
- $plugin->run();
182
-
183
- $cyclone_slider_plugin_instance = $plugin;
184
- }
185
-
186
- // Service Definitions
187
- function cycloneslider_service_plugin_headers( $plugin ){
188
- static $object;
189
-
190
- if (null !== $object) {
191
- return $object;
192
- }
193
-
194
- $default_headers = array(
195
- 'name' => 'Plugin Name',
196
- 'plugin_uri' => 'Plugin URI',
197
- 'version' => 'Version',
198
- 'author' => 'Author',
199
- 'author_uri' => 'Author URI',
200
- 'license' => 'License',
201
- 'license_uri' => 'License URI',
202
- 'domain_path' => 'Domain Path',
203
- 'text_domain' => 'Text Domain'
204
- );
205
- $object = get_file_data( __FILE__, $default_headers, 'plugin' ); // WP Func
206
-
207
- return $object;
208
  }
209
-
210
- function cycloneslider_service_plugin_version( $plugin ) {
211
- static $object;
212
-
213
- if (null !== $object) {
214
- return $object;
215
- }
216
-
217
- $object = $plugin['plugin_headers']['version'];
218
- return $object;
219
- }
220
-
221
- function cycloneslider_service_plugin_text_domain( $plugin ) {
222
- static $object;
223
-
224
- if (null !== $object) {
225
- return $object;
226
- }
227
-
228
- $object = $plugin['plugin_headers']['text_domain'];
229
- return $object;
230
- }
231
-
232
- function cycloneslider_service_plugin_slug( $plugin ) {
233
- static $object;
234
-
235
- if (null !== $object) {
236
- return $object;
237
- }
238
-
239
- $parts = pathinfo(__FILE__);
240
- $object = basename($parts['dirname']).'/'.$parts['basename'];
241
- return $object;
242
- }
243
-
244
- function cycloneslider_wp_upload_location( $plugin ) {
245
- static $object;
246
-
247
- if (null !== $object) {
248
- return $object;
249
- }
250
- $wp_locations = wp_upload_dir();
251
- $object = $wp_locations;
252
- return $object;
253
- }
254
-
255
- function cycloneslider_service_wp_content_dir( $plugin ) {
256
- static $object;
257
-
258
- if (null !== $object) {
259
- return $object;
260
- }
261
-
262
- $wp_upload_dir = $plugin['wp_upload_location'];
263
-
264
- $object = dirname( $wp_upload_dir['basedir'] );
265
- return $object;
266
- }
267
-
268
- function cycloneslider_service_cyclone_slider_dir( $plugin ) {
269
- static $object;
270
-
271
- if (null !== $object) {
272
- return $object;
273
- }
274
-
275
- $object = $plugin['wp_content_dir'].'/cyclone-slider';
276
- return $object;
277
- }
278
-
279
- function cycloneslider_service_image_resizer( $plugin ) {
280
- static $object;
281
-
282
- if (null !== $object) {
283
- return $object;
284
- }
285
-
286
- $object = new CycloneSlider_ImageResizer( $plugin['image_sizes'], $plugin['image_editor'], $plugin['path'] );
287
- return $object;
288
- }
289
-
290
- function cycloneslider_service_data( $plugin ) {
291
- static $object;
292
-
293
- if (null !== $object) {
294
- return $object;
295
- }
296
-
297
- $object = new CycloneSlider_Data(
298
- $plugin['nonce_name'],
299
- $plugin['nonce_action'],
300
- $plugin['image_resizer'],
301
- $plugin['template_locations'],
302
- $plugin['settings_page_properties']
303
- );
304
- return $object;
305
- }
306
-
307
- function cycloneslider_service_nextgen( $plugin ) {
308
- static $object;
309
-
310
- if (null !== $object) {
311
- return $object;
312
- }
313
-
314
- $object = new CycloneSlider_NextgenIntegration( $plugin['data'] );
315
- return $object;
316
- }
317
-
318
- function cycloneslider_service_exporter( $plugin ){
319
- static $object;
320
-
321
- if (null !== $object) {
322
- return $object;
323
- }
324
-
325
- $object = new CycloneSlider_Exporter(
326
- $plugin['data'],
327
- $plugin['zip_archive'],
328
- $plugin['export_json_file']
329
- );
330
- return $object;
331
- }
332
- function cycloneslider_service_importer( $plugin ) {
333
- static $object;
334
-
335
- if (null !== $object) {
336
- return $object;
337
- }
338
-
339
- $wp_upload_location = $plugin['wp_upload_location'];
340
- $object = new CycloneSlider_Importer(
341
- $plugin['data'],
342
- $plugin['imports_dir'],
343
- $wp_upload_location['path'],
344
- $plugin['zip_archive'],
345
- $plugin['import_zip_name'],
346
- $plugin['imports_extracts_dir'],
347
- $plugin['export_json_file']);
348
- return $object;
349
- }
350
-
351
- function cycloneslider_service_view( $plugin ) {
352
- static $object;
353
-
354
- if (null !== $object) {
355
- return $object;
356
- }
357
-
358
- $object = new CycloneSlider_View( $plugin['view_folder'] );
359
- return $object;
360
- }
361
-
362
- function cycloneslider_service_settings_page( $plugin ) {
363
- static $object;
364
-
365
- if (null !== $object) {
366
- return $object;
367
- }
368
-
369
- $object = new CycloneSlider_SettingsPage(
370
- $plugin['settings_page_properties'],
371
- $plugin['data'],
372
- $plugin['debug'],
373
- $plugin['view'] );
374
- return $object;
375
- }
376
-
377
- function cycloneslider_service_export_page( $plugin ) {
378
- static $object;
379
-
380
- if (null !== $object) {
381
- return $object;
382
- }
383
-
384
- $object = new CycloneSlider_ExportPage(
385
- $plugin['export_page_properties']['parent_slug'],
386
- $plugin['export_page_properties']['page_title'],
387
- $plugin['export_page_properties']['menu_title'],
388
- $plugin['export_page_properties']['capability'],
389
- $plugin['export_page_properties']['menu_slug'],
390
- $plugin['data']->get_sliders(),
391
- $plugin['view'],
392
- $plugin['exporter'],
393
- $plugin['wp_content_dir'],
394
- $plugin['wp_content_url'],
395
- $plugin['export_page_properties']['transient_name'],
396
- $plugin['export_page_properties']['nonce_name'],
397
- $plugin['export_page_properties']['nonce_action'],
398
- $plugin['export_page_properties']['url'],
399
- $plugin['import_page_properties']['url'],
400
- $plugin['export_page_nextgen_properties']['url']
401
- );
402
- return $object;
403
- }
404
-
405
- function cycloneslider_service_import_page( $plugin ){
406
- static $object;
407
-
408
- if (null !== $object) {
409
- return $object;
410
- }
411
-
412
- $object = new CycloneSlider_ImportPage(
413
- $plugin['import_page_properties']['parent_slug'],
414
- $plugin['import_page_properties']['page_title'],
415
- $plugin['import_page_properties']['menu_title'],
416
- $plugin['import_page_properties']['capability'],
417
- $plugin['import_page_properties']['menu_slug'],
418
- $plugin['data'],
419
- $plugin['view'],
420
- $plugin['import_page_properties']['nonce_name'],
421
- $plugin['import_page_properties']['nonce_action'],
422
- $plugin['importer'],
423
- $plugin['cyclone_slider_dir'],
424
- $plugin['wp_content_dir'],
425
- $plugin['wp_content_url'],
426
- $plugin['export_page_properties']['url'],
427
- $plugin['import_page_properties']['url'],
428
- $plugin['export_page_nextgen_properties']['url']
429
- );
430
- return $object;
431
- }
432
-
433
- function cycloneslider_service_export_page_nextgen( $plugin ) {
434
- static $object;
435
-
436
- if (null !== $object) {
437
- return $object;
438
- }
439
-
440
- $object = new CycloneSlider_ExportPageNextgen(
441
- $plugin['export_page_nextgen_properties']['parent_slug'],
442
- $plugin['export_page_nextgen_properties']['page_title'],
443
- $plugin['export_page_nextgen_properties']['menu_title'],
444
- $plugin['export_page_nextgen_properties']['capability'],
445
- $plugin['export_page_nextgen_properties']['menu_slug'],
446
- $plugin['view'],
447
- $plugin['exporter'],
448
- $plugin['wp_content_dir'],
449
- $plugin['wp_content_url'],
450
- $plugin['export_page_nextgen_properties']['transient_name'],
451
- $plugin['export_page_nextgen_properties']['nonce_name'],
452
- $plugin['export_page_nextgen_properties']['nonce_action'],
453
- $plugin['export_page_properties']['url'],
454
- $plugin['import_page_properties']['url'],
455
- $plugin['export_page_nextgen_properties']['url']
456
- );
457
- return $object;
458
- }
459
-
460
- function cycloneslider_service_merge_page( $plugin ){
461
- static $object;
462
-
463
- if (null !== $object) {
464
- return $object;
465
- }
466
-
467
- $object = new CycloneSlider_Merge($plugin['view'], $plugin);
468
- return $object;
469
- }
470
-
471
- function cycloneslider_service_zip_archive( $plugin ){
472
- return 'ZipArchive';
473
- }
474
-
475
- function cycloneslider_service_asset_loader( $plugin ) {
476
- static $object;
477
-
478
- if (null !== $object) {
479
- return $object;
480
- }
481
-
482
- $object = new CycloneSlider_AssetLoader( $plugin['data']->get_settings_page_data(), $plugin['url'], $plugin['version'], $plugin['data'] );
483
- return $object;
484
- }
485
-
486
- function cycloneslider_service_admin( $plugin ) {
487
- static $object;
488
-
489
- if (null !== $object) {
490
- return $object;
491
- }
492
-
493
- $object = new CycloneSlider_Admin(
494
- $plugin['asset_loader'],
495
- $plugin['data'],
496
- $plugin['debug'],
497
- $plugin['view'],
498
- $plugin['nonce_name'],
499
- $plugin['nonce_action'],
500
- $plugin['url']
501
- );
502
- return $object;
503
- }
504
-
505
- function cycloneslider_service_frontend( $plugin ) {
506
- static $object;
507
-
508
- if (null !== $object) {
509
- return $object;
510
- }
511
-
512
- $object = new CycloneSlider_Frontend( $plugin['data'], $plugin['image_sizes'], $plugin['youtube'], $plugin['vimeo'], $plugin['view'] );
513
- return $object;
514
- }
515
-
516
- function cycloneslider_service_updater( $plugin ) {
517
- static $object;
518
-
519
- if (null !== $object) {
520
- return $object;
521
- }
522
-
523
- $settings_data = $plugin['data']->get_settings_page_data();
524
-
525
- $object = new CycloneSlider_Updater(
526
- 'http://www.codefleet.net/plugin-endpoint/',
527
- $settings_data['license_id'],
528
- $settings_data['license_key'],
529
- $plugin['slug'],
530
- $plugin['version']
531
- );
532
- return $object;
533
- }
534
-
1
  <?php
2
  /*
3
+ Plugin Name: Cyclone Slider
4
+ Plugin URI: http://www.codefleet.net/cyclone-slider/
5
  Description: Create and manage sliders with ease. Built for both casual users and developers.
6
+ Version: 3.2.0
7
  Author: Nico Amarilla
8
  Author URI: http://www.codefleet.net/
9
  License: GPLv3
10
  License URI: https://www.gnu.org/licenses/gpl-3.0.html
11
  Domain Path: /languages
12
+ Text Domain: cycloneslider
13
  */
14
 
15
+ // Legacy mode or not
16
+ $option = get_option('cyclone_option_name');
17
 
18
+ $get = $_GET;
19
+ if(isset($get['cs_legacy_mode']) and $get['cs_legacy_mode']='off'){
20
+ $option['legacy'] = 0;
21
+ update_option('cyclone_option_name', $option);
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
22
  }
23
+ if ( isset($option['legacy']) and $option['legacy'] ) {
24
+ require_once 'src/legacy/cyclone-slider.php';
25
+ } else {
26
+ require_once 'src/autoloader.php';
27
+ require_once 'src/plugin.php';
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
28
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
{src/cyclone-slider/images → images}/gear.svg RENAMED
File without changes
js/admin.js CHANGED
@@ -30,7 +30,7 @@ function CsUiOpen(data){
30
  if(!data){
31
  data = {};
32
  }
33
- this.expandables = data;/*** data format should be object[slideshow_id][element_index] ***/
34
  }
35
  CsUiOpen.prototype.get = function(slideshow, key){
36
  if(this.expandables[slideshow]!=undefined){
@@ -76,21 +76,22 @@ jQuery(document).ready(function($){
76
  })();
77
  /*** SLIDE BOXES ***/
78
  (function() {
79
- var slideshow_id, cs_ui_open;
80
-
81
- slideshow_id = $('#cyclone-slides-metabox .cs-sortables').data('post-id');
 
82
 
83
  cs_ui_open = new CsUiOpen(cs_local_storage.get('cs_slide_toggles'));/*** Handle persistent slide data ***/
84
 
85
  /*** Init - Sortable slides ***/
86
- $('.cs-sortables').sortable({
87
  handle:'.cs-header',
88
  placeholder: "cs-slide-placeholder",
89
  forcePlaceholderSize:true,
90
- delay:100,
91
  /*** Update form field indexes when slide order changes ***/
92
  update: function(event, ui) {
93
- $('.cs-sortables .cs-slide').each(function(boxIndex, box){ /*** Loop thru each box ***/
94
  $(box).find('input, select, textarea').each(function(i, field){ /*** Loop thru relevant form fields ***/
95
  var name = $(field).attr('name');
96
  if(name){
@@ -113,34 +114,44 @@ jQuery(document).ready(function($){
113
  });
114
  }
115
  });
116
-
 
 
 
 
 
 
 
 
 
 
117
  /*** Init - Slide ID and title ***/
118
- $('.cs-sortables .cs-slide').each(function(i){
119
- var body;
120
-
121
- body = $(this).find('.cs-body');
122
 
123
- $(this).data('cs_id',i);
124
 
125
- if(cs_ui_open.get(slideshow_id ,i)=='open'){
126
- body.slideDown(0);
127
  } else {
128
- body.slideUp(0);
129
  }
130
  });
131
 
132
  /*** Add - Slide box from a hidden html template ***/
133
- $('#cyclone-slides-metabox').on('click', '.cs-add-slide', function(e){
134
- var id = $('.cs-sortables .cs-slide').length;
135
- var html = $('.cs-slide-skeleton').html();
136
  html = html.replace(/{id}/g, id);/*** replace all occurences of {id} to real id ***/
137
 
138
- $('.cs-sortables').append(html);
139
- $('.cs-sortables .cs-slide:last').find('.cs-thumbnail').hide().end().find('.cs-body').show();
140
 
141
- $('.cs-sortables .cs-slide').each(function(i){
142
  $(this).data('cs_id',i);
143
  });
 
144
  $('.expandable-body').each(function(i){
145
  $(this).data('cs_id',i);
146
  });
@@ -148,76 +159,95 @@ jQuery(document).ready(function($){
148
  $(".cycloneslider_metas_enable_slide_effects").trigger('change');
149
 
150
  e.preventDefault();
151
- });
152
-
153
- /*** Add image to slide ***/
154
- $('#cyclone-slides-metabox').on('wpAddImage', '.cs-media-gallery-show', function(e, image_url, attachment_id, media_attachment){
155
- var current_slide_box, slide_thumb, slide_attachment_id;
156
-
157
- current_slide_box = $(this).parents('.cs-slide');/*** Get current box ***/
158
- slide_thumb = current_slide_box.find('.cs-image-thumb');/*** Find the thumb ***/
159
- slide_attachment_id = current_slide_box.find('.cs-image-id ');/*** Find the hidden field that will hold the attachment id ***/
160
 
161
- slide_thumb.html('<a target="_blank" href="'+media_attachment.url+'"><img src="'+image_url+'" alt="thumb"></a>').show();
162
- slide_attachment_id.val(attachment_id);
 
 
 
 
 
 
 
163
 
164
- });
165
-
166
- /*** Add multiple images as slide ***/
167
- $('#cyclone-slides-metabox').on('wpAddImages', '.cs-multiple-slides', function(e, media_attachments){
168
- var cur_slide_count = $('.cs-sortables .cs-slide').length;
 
 
 
169
 
170
  for(i=0; i<media_attachments.length; ++i){
171
 
172
- $('#cyclone-slides-metabox .cs-add-slide').trigger('click');
173
 
174
- $('.cs-sortables .cs-slide').eq(cur_slide_count+i).find('.cs-media-gallery-show').trigger('wpAddImage', [media_attachments[i].url, media_attachments[i].id, media_attachments[i]]);
175
  }
176
 
177
- });
178
-
179
- /*** Toggle - slide body visiblity ***/
180
- $('#cyclone-slides-metabox').on('click', '.cs-header', function(e) {
181
- var id, box, body, cs_slide_toggles;
182
-
183
- box = $(this).parents('.cs-slide');
184
- body = box.find('.cs-body');
185
-
186
- id = box.data('cs_id');
187
-
188
- if(body.is(':visible')){
189
- body.slideUp(100);
190
- cs_ui_open.remove(slideshow_id , id);
191
  } else {
192
- body.slideDown(100);
193
- cs_ui_open.set(slideshow_id , id, 'open');/*** remember open section ***/
194
  }
195
 
196
  cs_local_storage.set('cs_slide_toggles', cs_ui_open.getAll());
197
- });
198
-
199
- /*** Delete - Remove slide box ***/
200
- $('#cyclone-slides-metabox').on('click', '.cs-delete', function(e) {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
201
 
202
  var box = $(this).parents('.cs-slide');
203
  box.fadeOut('slow', function(){ box.remove()});
204
 
205
  e.preventDefault();
206
  e.stopPropagation();
207
- });
208
-
209
- /*** Switcher - switch between slide types ***/
210
- $('#cyclone-slides-metabox').on('change', '.cs-slide-type-switcher', function(e){
211
- var box, body, image_box, video_box, custom_box, icon;
212
-
213
- box = $(this).parents('.cs-slide');
214
- box.attr('data-slide-type', $(this).val());
215
 
216
- });
217
- $('.cs-slide-type-switcher').trigger('change');
218
-
219
- /*** Enable/Disable Link URL if lightbox is selected ***/
220
- $('#cyclone-slides-metabox').on('change', '.cycloneslider_metas_link_target', function(e){
221
  var box, link_url;
222
 
223
  box = $(this).parents('.expandable-box');
@@ -229,24 +259,37 @@ jQuery(document).ready(function($){
229
  } else {
230
  link_url.removeAttr('disabled');
231
  }
 
 
 
 
 
 
 
 
 
 
 
 
232
  });
 
233
  $('.cycloneslider_metas_link_target').trigger('change');
234
 
235
  })();
236
 
237
  /*** EXPANDABLES ***/
238
  (function() {
239
- var slideshow_id, cs_ui_open;
240
 
241
  /*** Init ***/
242
- slideshow_id = $('#cyclone-slides-metabox .cs-sortables').data('post-id');
243
 
244
  cs_ui_open = new CsUiOpen(cs_local_storage.get('cs_expandables'));
245
 
246
  $('#cyclone-slides-metabox .expandable-body').each(function(i){
247
  $(this).data('cs_id', i);
248
 
249
- if(cs_ui_open.get(slideshow_id ,i)=='open'){
250
  $(this).slideDown(0);
251
  } else {
252
  $(this).slideUp(0);
@@ -262,11 +305,11 @@ jQuery(document).ready(function($){
262
 
263
  if(body.is(':visible')){
264
  body.slideUp(100);
265
- cs_ui_open.remove(slideshow_id , id);
266
 
267
  } else {
268
  body.slideDown(100);
269
- cs_ui_open.set(slideshow_id , id, 'open');
270
 
271
  }
272
 
@@ -276,9 +319,9 @@ jQuery(document).ready(function($){
276
 
277
  /*** VIDEO SLIDE ***/
278
  (function() {
279
- var slideshow_id;
280
 
281
- slideshow_id = $('#cyclone-slides-metabox .cs-sortables').data('post-id');
282
 
283
  /*** Get Video ***/
284
  $('#cyclone-slides-metabox').on('click', '.cs-video-get', function(e){
@@ -331,12 +374,7 @@ jQuery(document).ready(function($){
331
  $('#pts_post_type').html('<option value="cycloneslider">Cycloneslider</option>');
332
 
333
  /*** Template Chooser ***/
334
- $('#cyclone-slider-templates-metabox').on('click', '.cs-templates li', function(e){
335
- $('.cs-templates li').removeClass('active');
336
- $('.cs-templates li input').removeAttr('checked');
337
- $(this).addClass('active').find('input').attr('checked','checked');
338
- });
339
- $('#cyclone-slider-templates-metabox').on('click', '.body .cs-location a', function(e){
340
  e.preventDefault();
341
  e.stopPropagation();
342
 
@@ -366,6 +404,13 @@ jQuery(document).ready(function($){
366
  'left': x+'px',
367
  'top': y+'px'
368
  });
 
 
 
 
 
 
 
369
  });
370
  $(document).on('click', '#cs-boxy', function(e){
371
  e.preventDefault();
@@ -390,26 +435,17 @@ jQuery(document).ready(function($){
390
 
391
  /*** Show/hide Tile Properties for slides ***/
392
  $('#cyclone-slides-metabox').on('change', '.cycloneslider_metas_fx', function(){
393
- if($(this).val()=='tileBlind' || $(this).val()=='tileSlide'){
394
- $(this).siblings('.cycloneslider-slide-tile-properties').slideDown('fast');
 
 
 
395
  } else {
396
- $(this).siblings('.cycloneslider-slide-tile-properties').slideUp('fast');
397
  }
398
  });
399
  $(".cycloneslider_metas_fx").trigger('change');
400
 
401
- /*** enable/disable form fields and labels ***/
402
- $('#cyclone-slides-metabox').on('change', '.cycloneslider_metas_enable_slide_effects', function(){
403
- if($(this).val()==0){
404
- $(this).parent().find('input,select').not(this).attr('disabled','disabled');
405
- $(this).parent().find('label,.note').addClass('disabled');
406
- } else {
407
- $(this).parent().find('input,select').not(this).removeAttr('disabled');
408
- $(this).parent().find('label,.note').removeClass('disabled');
409
- }
410
- });
411
- $(".cycloneslider_metas_enable_slide_effects").trigger('change');
412
-
413
  })();
414
 
415
  (function() {
30
  if(!data){
31
  data = {};
32
  }
33
+ this.expandables = data;/*** data format should be object[slideshowId][element_index] ***/
34
  }
35
  CsUiOpen.prototype.get = function(slideshow, key){
36
  if(this.expandables[slideshow]!=undefined){
76
  })();
77
  /*** SLIDE BOXES ***/
78
  (function() {
79
+ var $slidesMetabox = $('#cyclone-slides-metabox'),
80
+ $sortables = $('#cs-sortables'),
81
+ slideshowId = $sortables.data('post-id'),
82
+ cs_ui_open;
83
 
84
  cs_ui_open = new CsUiOpen(cs_local_storage.get('cs_slide_toggles'));/*** Handle persistent slide data ***/
85
 
86
  /*** Init - Sortable slides ***/
87
+ $sortables.sortable({
88
  handle:'.cs-header',
89
  placeholder: "cs-slide-placeholder",
90
  forcePlaceholderSize:true,
91
+ disabled: true,
92
  /*** Update form field indexes when slide order changes ***/
93
  update: function(event, ui) {
94
+ $sortables.find('.cs-slide').each(function(boxIndex, box){ /*** Loop thru each box ***/
95
  $(box).find('input, select, textarea').each(function(i, field){ /*** Loop thru relevant form fields ***/
96
  var name = $(field).attr('name');
97
  if(name){
114
  });
115
  }
116
  });
117
+ $('#cs-sort').on('click', function(){
118
+ var $sort = $(this),
119
+ isDisabled = $( "#cs-sortables" ).sortable( "option", "disabled" );
120
+
121
+ $sort.toggleClass('active');
122
+ if(isDisabled){
123
+ $('#cs-sortables').sortable('enable').addClass('active');
124
+ } else {
125
+ $('#cs-sortables').sortable('disable').removeClass('active');
126
+ }
127
+ });
128
  /*** Init - Slide ID and title ***/
129
+ $sortables.find('.cs-slide').each(function(i){
130
+ var $slide = $(this),
131
+ $body = $slide.find('.cs-body');
 
132
 
133
+ $slide.data('cs_id', i);
134
 
135
+ if(cs_ui_open.get(slideshowId ,i)=='open'){
136
+ $body.slideDown(0);
137
  } else {
138
+ $body.slideUp(0);
139
  }
140
  });
141
 
142
  /*** Add - Slide box from a hidden html template ***/
143
+ $slidesMetabox.on('click', '#cs-add-slide', function(e){
144
+ var id = $sortables.find('.cs-slide').length;
145
+ var html = $('#cs-slide-skeleton').html();
146
  html = html.replace(/{id}/g, id);/*** replace all occurences of {id} to real id ***/
147
 
148
+ $sortables.append(html);
149
+ $sortables.find('.cs-slide:last').find('.cs-thumbnail').hide().end().find('.cs-body').show();
150
 
151
+ $sortables.find('.cs-slide').each(function(i){
152
  $(this).data('cs_id',i);
153
  });
154
+
155
  $('.expandable-body').each(function(i){
156
  $(this).data('cs_id',i);
157
  });
159
  $(".cycloneslider_metas_enable_slide_effects").trigger('change');
160
 
161
  e.preventDefault();
162
+ })
163
+ .on('wpAddImage', '.cs-media-gallery-show', function(e, image_url, attachment_id, media_attachment){
 
 
 
 
 
 
 
164
 
165
+ /*** Add image to slide ***/
166
+
167
+ var $button = $(this),
168
+ $imageField = $button.closest('.cs-image-field'), // Current image field
169
+ $thumb = $imageField.find('.cs-image-thumb'), // Find the thumb
170
+ $hiddenField = $imageField.find('.cs-image-id '); // Find the hidden field that will hold the attachment id
171
+
172
+ $thumb.html('<img src="'+image_url+'" alt="Thumbnail" />').show();
173
+ $hiddenField.val(attachment_id);
174
 
175
+ })
176
+ .on('wpAddImages', '.cs-multiple-slides', function(e, media_attachments){
177
+
178
+ /*** Add multiple images as slide ***/
179
+
180
+ var $sortables = $('#cs-sortables'),
181
+ slideCount = $sortables.find('.cs-slide').length,
182
+ i;
183
 
184
  for(i=0; i<media_attachments.length; ++i){
185
 
186
+ $('#cs-add-slide').trigger('click');
187
 
188
+ $sortables.find('.cs-slide').eq(slideCount+i).find('.cs-media-gallery-show').trigger('wpAddImage', [media_attachments[i].url, media_attachments[i].id, media_attachments[i]]);
189
  }
190
 
191
+ })
192
+ .on('click', '.cs-minimize', function(e) {
193
+
194
+ /*** Toggle - slide body visiblity ***/
195
+
196
+ var $button = $(this),
197
+ $box = $button.closest('.cs-slide'),
198
+ $body = $box.find('.cs-body'),
199
+ id = $box.data('cs_id');
200
+
201
+ if($body.is(':visible')){
202
+ $body.slideUp(100);
203
+ cs_ui_open.remove(slideshowId , id);
 
204
  } else {
205
+ $body.slideDown(100);
206
+ cs_ui_open.set(slideshowId , id, 'open');/*** remember open section ***/
207
  }
208
 
209
  cs_local_storage.set('cs_slide_toggles', cs_ui_open.getAll());
210
+ e.preventDefault();
211
+
212
+ }).on('click', '.cs-slide-type .switcher', function(e){
213
+
214
+ /* Switcher - switch between slide types */
215
+
216
+ var $switcher = $(this);
217
+
218
+ $switcher.toggleClass('open');
219
+ $('.cs-slide-type .switcher').not($switcher).removeClass('open');
220
+ e.stopPropagation();
221
+
222
+ }).on('click', '.cs-slide-type .switcher li', function(e){
223
+
224
+ var $list = $(this),
225
+ $box = $list.closest('.cs-slide'),
226
+ $switcher = $list.closest('.switcher'),
227
+ $hidden = $list.closest('.cs-slide-type').find('input'),
228
+ $display = $switcher.find('.display');
229
+
230
+ $display.html($list.html());
231
+ $switcher.removeClass('open');
232
+ $hidden.val($list.attr('data-value'));
233
+ $box.attr('data-slide-type', $hidden.val());
234
+
235
+ e.stopPropagation();
236
+ })
237
+ .on('click', '.cs-delete', function(e) {
238
+
239
+ /*** Delete - Remove slide box ***/
240
 
241
  var box = $(this).parents('.cs-slide');
242
  box.fadeOut('slow', function(){ box.remove()});
243
 
244
  e.preventDefault();
245
  e.stopPropagation();
246
+ })
247
+ .on('change', '.cycloneslider_metas_link_target', function(e){
248
+
249
+ /*** Enable/Disable Link URL if lightbox is selected ***/
 
 
 
 
250
 
 
 
 
 
 
251
  var box, link_url;
252
 
253
  box = $(this).parents('.expandable-box');
259
  } else {
260
  link_url.removeAttr('disabled');
261
  }
262
+ })
263
+ .find('.cs-slide').each(function(){
264
+ var $slide = $(this),
265
+ slideType = $slide.attr('data-slide-type');
266
+ $slide.find('.cs-slide-type').find('li[data-value="'+slideType+'"]').trigger('click');
267
+ });
268
+
269
+ $(document).click(function(){
270
+
271
+ /* Handle closing of dropdown on lost focus */
272
+
273
+ $('.cs-slide-type .switcher').removeClass('open');
274
  });
275
+
276
  $('.cycloneslider_metas_link_target').trigger('change');
277
 
278
  })();
279
 
280
  /*** EXPANDABLES ***/
281
  (function() {
282
+ var slideshowId, cs_ui_open;
283
 
284
  /*** Init ***/
285
+ slideshowId = $('#cyclone-slides-metabox .cs-sortables').data('post-id');
286
 
287
  cs_ui_open = new CsUiOpen(cs_local_storage.get('cs_expandables'));
288
 
289
  $('#cyclone-slides-metabox .expandable-body').each(function(i){
290
  $(this).data('cs_id', i);
291
 
292
+ if(cs_ui_open.get(slideshowId ,i)=='open'){
293
  $(this).slideDown(0);
294
  } else {
295
  $(this).slideUp(0);
305
 
306
  if(body.is(':visible')){
307
  body.slideUp(100);
308
+ cs_ui_open.remove(slideshowId , id);
309
 
310
  } else {
311
  body.slideDown(100);
312
+ cs_ui_open.set(slideshowId , id, 'open');
313
 
314
  }
315
 
319
 
320
  /*** VIDEO SLIDE ***/
321
  (function() {
322
+ var slideshowId;
323
 
324
+ slideshowId = $('#cyclone-slides-metabox .cs-sortables').data('post-id');
325
 
326
  /*** Get Video ***/
327
  $('#cyclone-slides-metabox').on('click', '.cs-video-get', function(e){
374
  $('#pts_post_type').html('<option value="cycloneslider">Cycloneslider</option>');
375
 
376
  /*** Template Chooser ***/
377
+ $('#cyclone-slider-templates-metabox').on('click', '.boxxy', function(e){
 
 
 
 
 
378
  e.preventDefault();
379
  e.stopPropagation();
380
 
404
  'left': x+'px',
405
  'top': y+'px'
406
  });
407
+ }).on('change', '.cs-templates input[type="radio"]', function(e){
408
+ var $radio = $(this),
409
+ $tr = $(this).closest('tr'),
410
+ $table = $tr.closest('table');
411
+
412
+ $table.find('tr').removeClass('active');
413
+ $tr.addClass('active');
414
  });
415
  $(document).on('click', '#cs-boxy', function(e){
416
  e.preventDefault();
435
 
436
  /*** Show/hide Tile Properties for slides ***/
437
  $('#cyclone-slides-metabox').on('change', '.cycloneslider_metas_fx', function(){
438
+ var $select = $(this),
439
+ $field = $select.closest('.field');
440
+
441
+ if($select.val()=='tileBlind' || $select.val()=='tileSlide'){
442
+ $field.siblings('.cycloneslider-slide-tile-properties').slideDown('fast');
443
  } else {
444
+ $field.siblings('.cycloneslider-slide-tile-properties').slideUp('fast');
445
  }
446
  });
447
  $(".cycloneslider_metas_fx").trigger('change');
448
 
 
 
 
 
 
 
 
 
 
 
 
 
449
  })();
450
 
451
  (function() {
languages/cyclone-slider-2-ar.mo DELETED
Binary file
languages/cyclone-slider-2-ar.po DELETED
@@ -1,1091 +0,0 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: Cyclone Slider 2\n"
4
- "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2016-03-30 09:13+0800\n"
6
- "PO-Revision-Date: 2016-03-30 09:15+0800\n"
7
- "Last-Translator: Kosinix <kosinix@codefleet.net>\n"
8
- "Language-Team: kosinix <kosinix@codefleet.net>\n"
9
- "Language: en_US\n"
10
- "MIME-Version: 1.0\n"
11
- "Content-Type: text/plain; charset=UTF-8\n"
12
- "Content-Transfer-Encoding: 8bit\n"
13
- "X-Poedit-KeywordsList: __;_e;_x\n"
14
- "X-Poedit-Basepath: .\n"
15
- "X-Poedit-SourceCharset: UTF-8\n"
16
- "X-Generator: Poedit 1.6.7\n"
17
- "Plural-Forms: nplurals=1; plural=0;\n"
18
- "X-Poedit-SearchPath-0: .\n"
19
- "X-Poedit-SearchPath-1: ..\n"
20
-
21
- #: ../cyclone-slider.php:101
22
- msgid "Cyclone Slider Settings"
23
- msgstr "إعدادات عرض الشرائح"
24
-
25
- #: ../cyclone-slider.php:102
26
- msgid "Settings"
27
- msgstr "إعدادات"
28
-
29
- #: ../cyclone-slider.php:112
30
- msgid "Cyclone Slider Export"
31
- msgstr " التصدير Cyclone Slider"
32
-
33
- #: ../cyclone-slider.php:113
34
- #, fuzzy
35
- msgid "Export/Import"
36
- msgstr "استيراد"
37
-
38
- #: ../cyclone-slider.php:125
39
- #, fuzzy
40
- msgid "Cyclone Slider Nextgen Export"
41
- msgstr " التصدير Cyclone Slider"
42
-
43
- #: ../cyclone-slider.php:126 ../src/CycloneSlider/ExportPageNextgen.php:72
44
- #, fuzzy
45
- msgid "Export Nextgen"
46
- msgstr "أصدر"
47
-
48
- #: ../cyclone-slider.php:138
49
- msgid "Cyclone Slider Import"
50
- msgstr "استيراد Cyclone Slider"
51
-
52
- #: ../cyclone-slider.php:139 ../src/CycloneSlider/ExportPage.php:69
53
- #: ../src/CycloneSlider/ExportPageNextgen.php:67
54
- #: ../src/CycloneSlider/ExporterNextgen.php:65
55
- #: ../src/CycloneSlider/ImportPage.php:74
56
- #: ../src/CycloneSlider/NextgenIntegration.php:65
57
- msgid "Import"
58
- msgstr "استيراد"
59
-
60
- #: ../src/CycloneSlider/Admin.php:142
61
- msgid "Cyclone Slider"
62
- msgstr "عرض الشرائح"
63
-
64
- #: ../src/CycloneSlider/Admin.php:143
65
- msgid "Slideshow"
66
- msgstr "عرض الشرائح"
67
-
68
- #: ../src/CycloneSlider/Admin.php:144
69
- msgid "Add Slideshow"
70
- msgstr "أضف عرض شرائح"
71
-
72
- #: ../src/CycloneSlider/Admin.php:145
73
- msgid "Add New Slideshow"
74
- msgstr "أضف عرض شرائح جديد"
75
-
76
- #: ../src/CycloneSlider/Admin.php:146
77
- msgid "Edit Slideshow"
78
- msgstr "تحرير عرض شرائح"
79
-
80
- #: ../src/CycloneSlider/Admin.php:147
81
- msgid "New Slideshow"
82
- msgstr "عرض شرائح جديد"
83
-
84
- #: ../src/CycloneSlider/Admin.php:148
85
- msgid "View Slideshow"
86
- msgstr "إظهار عرض الشرائح"
87
-
88
- #: ../src/CycloneSlider/Admin.php:149
89
- msgid "Search Slideshows"
90
- msgstr "البحث في عروض الشرائح"
91
-
92
- #: ../src/CycloneSlider/Admin.php:150
93
- msgid "No slideshows found"
94
- msgstr "لم يتم إيجاد عروض شرائح"
95
-
96
- #: ../src/CycloneSlider/Admin.php:151
97
- msgid "No slideshows found in Trash"
98
- msgstr "لم يتم إيجاد عروض شرائح في المهملات"
99
-
100
- #: ../src/CycloneSlider/Admin.php:197 ../src/CycloneSlider/Admin.php:200
101
- #: ../src/CycloneSlider/Admin.php:201 ../src/CycloneSlider/Admin.php:204
102
- #: ../src/CycloneSlider/Admin.php:205 ../src/CycloneSlider/Admin.php:206
103
- msgid "Slideshow updated."
104
- msgstr "تم تحديث عرض الشرائح"
105
-
106
- #: ../src/CycloneSlider/Admin.php:198
107
- msgid "Custom field updated."
108
- msgstr "تم تحديث الحقل المخصوص."
109
-
110
- #: ../src/CycloneSlider/Admin.php:199
111
- msgid "Custom field deleted."
112
- msgstr "تم حذف الحقل المخصوص."
113
-
114
- #: ../src/CycloneSlider/Admin.php:202
115
- msgid "Slideshow published."
116
- msgstr "تم نشر عرض الشرائح."
117
-
118
- #: ../src/CycloneSlider/Admin.php:203
119
- msgid "Slideshow saved."
120
- msgstr "تم حفظ عرض الشرائح."
121
-
122
- #: ../src/CycloneSlider/Admin.php:242
123
- msgid "Slides"
124
- msgstr "شرائح"
125
-
126
- #: ../src/CycloneSlider/Admin.php:251
127
- msgid "Slider Preview"
128
- msgstr "معاينة شريط التمرير"
129
-
130
- #: ../src/CycloneSlider/Admin.php:260
131
- msgid "Get Slider Codes"
132
- msgstr "احصل على أكواد عرض الشرائح"
133
-
134
- #: ../src/CycloneSlider/Admin.php:269
135
- msgid "Basic Settings"
136
- msgstr "الإعدادات الأساسية"
137
-
138
- #: ../src/CycloneSlider/Admin.php:278
139
- msgid "Advanced Settings"
140
- msgstr "إعدادات متقدمة"
141
-
142
- #: ../src/CycloneSlider/Admin.php:287
143
- msgid "Templates"
144
- msgstr "قوالب"
145
-
146
- #: ../src/CycloneSlider/Admin.php:296 ../src/CycloneSlider/Admin.php:612
147
- msgid "Slideshow ID"
148
- msgstr "رقم عرض الشرائح"
149
-
150
- #: ../src/CycloneSlider/Admin.php:323
151
- msgid "Slide"
152
- msgstr "شريحة"
153
-
154
- #: ../src/CycloneSlider/Admin.php:328
155
- msgid "[Hidden]"
156
- msgstr ""
157
-
158
- #: ../src/CycloneSlider/Admin.php:463
159
- msgid "Core"
160
- msgstr ""
161
-
162
- #: ../src/CycloneSlider/Admin.php:464
163
- #, php-format
164
- msgid ""
165
- "You should not make changes to templates in this location. All your changes "
166
- "will be gone when the plugin is updated. <br />Location: <strong>%s</strong>"
167
- msgstr ""
168
-
169
- #: ../src/CycloneSlider/Admin.php:468 ../src/CycloneSlider/Admin.php:473
170
- #: ../src/CycloneSlider/Admin.php:477
171
- #, php-format
172
- msgid "Location: <strong>%s</strong>"
173
- msgstr ""
174
-
175
- #: ../src/CycloneSlider/Admin.php:469
176
- msgid ""
177
- "Your template is in danger of being overwritten when you upgrade your theme. "
178
- "Please consider creating a WordPress plugin Cyclone Slider template."
179
- msgstr ""
180
-
181
- #: ../src/CycloneSlider/Admin.php:520
182
- msgid "Slide *"
183
- msgstr "شريحة *"
184
-
185
- #: ../src/CycloneSlider/Admin.php:609
186
- msgid "Slideshow Name"
187
- msgstr "اسم عرض الشرائح"
188
-
189
- #: ../src/CycloneSlider/Admin.php:610
190
- msgid "Template"
191
- msgstr "قالب"
192
-
193
- #: ../src/CycloneSlider/Admin.php:611
194
- msgid "No. of Slides"
195
- msgstr "عدد الشرائح"
196
-
197
- #: ../src/CycloneSlider/Admin.php:613
198
- msgid "Shortcode"
199
- msgstr "كود قصير"
200
-
201
- #: ../src/CycloneSlider/AssetLoader.php:71
202
- msgid "Select an image"
203
- msgstr "اختر صورة"
204
-
205
- #: ../src/CycloneSlider/AssetLoader.php:72
206
- msgid "Select Images - Use Ctrl + Click or Shift + Click"
207
- msgstr ""
208
-
209
- #: ../src/CycloneSlider/AssetLoader.php:73
210
- msgid "Add to Slide"
211
- msgstr "أضف إلى شريحة"
212
-
213
- #: ../src/CycloneSlider/AssetLoader.php:74 ../views/slides.php:8
214
- #, fuzzy
215
- msgid "Add Images as Slides"
216
- msgstr "أضف عرض شرائح جديد"
217
-
218
- #: ../src/CycloneSlider/AssetLoader.php:75
219
- msgid "Error. Make sure its a valid YouTube URL."
220
- msgstr "خطأ. تأكد من والخمسين URL يوتيوب صالحة."
221
-
222
- #: ../src/CycloneSlider/ExportPage.php:64
223
- #: ../src/CycloneSlider/ExportPageNextgen.php:62
224
- #: ../src/CycloneSlider/ImportPage.php:69
225
- msgid "Export"
226
- msgstr "أصدر"
227
-
228
- #: ../src/CycloneSlider/ExportPage.php:77
229
- #: ../src/CycloneSlider/ImportPage.php:63
230
- msgid ""
231
- "ZipArchive not supported. ZipArchive is needed for Import and Export to work."
232
- msgstr ""
233
-
234
- #: ../src/CycloneSlider/ExportPage.php:113
235
- #: ../src/CycloneSlider/ExportPageNextgen.php:118
236
- msgid "Your export file is ready. Click Download."
237
- msgstr "ملف التصدير الخاصة بك جاهزة. انقر فوق تحميل."
238
-
239
- #: ../src/CycloneSlider/ExportPage.php:118
240
- #: ../src/CycloneSlider/ExportPageNextgen.php:123
241
- msgid "Error creating exports directory."
242
- msgstr ""
243
-
244
- #: ../src/CycloneSlider/ExportPage.php:167
245
- #: ../src/CycloneSlider/ExportPageNextgen.php:172
246
- #, fuzzy
247
- msgid "No slider selected."
248
- msgstr "لم يتم العثور على عروض شرائح."
249
-
250
- #: ../src/CycloneSlider/ExportPage.php:172
251
- #: ../src/CycloneSlider/ExportPageNextgen.php:177
252
- msgid "Please choose a file name."
253
- msgstr ""
254
-
255
- #: ../src/CycloneSlider/Exporter.php:52
256
- #, fuzzy
257
- msgid "Error no sliders selected."
258
- msgstr "لم يتم العثور على عروض شرائح."
259
-
260
- #: ../src/CycloneSlider/Exporter.php:73
261
- msgid "Error encoding data to JSON."
262
- msgstr ""
263
-
264
- #: ../src/CycloneSlider/Exporter.php:79
265
- #, php-format
266
- msgid "Success generating zip %s."
267
- msgstr ""
268
-
269
- #: ../src/CycloneSlider/Exporter.php:109
270
- #, php-format
271
- msgid "Exporting data for slider \"%s\"."
272
- msgstr ""
273
-
274
- #: ../src/CycloneSlider/Exporter.php:111
275
- #, fuzzy, php-format
276
- msgid "Slider \"%s\" not found."
277
- msgstr "[عرض الشرائح \"%s\" لم يتم العثور عليه]"
278
-
279
- #: ../src/CycloneSlider/Exporter.php:138
280
- #, php-format
281
- msgid ""
282
- "Image %1$d was not found on slide %2$d of slider %3$s. Path to image is %4$s."
283
- msgstr ""
284
-
285
- #: ../src/CycloneSlider/Exporter.php:182
286
- #, fuzzy
287
- msgid "ZipArchive not supported."
288
- msgstr "نوع الشريحة غير معتمدة."
289
-
290
- #: ../src/CycloneSlider/Exporter.php:188
291
- #, php-format
292
- msgid "Error opening zip file %s. Code: %s"
293
- msgstr ""
294
-
295
- #: ../src/CycloneSlider/Exporter.php:197
296
- #, php-format
297
- msgid "Error adding file %s to zip."
298
- msgstr ""
299
-
300
- #: ../src/CycloneSlider/Exporter.php:199 ../src/CycloneSlider/Exporter.php:207
301
- #, php-format
302
- msgid "File %s added to zip."
303
- msgstr ""
304
-
305
- #: ../src/CycloneSlider/ExporterNextgen.php:39
306
- #: ../src/CycloneSlider/NextgenIntegration.php:39
307
- msgid "NextGEN Integration"
308
- msgstr "الدمج مع NextGEN"
309
-
310
- #: ../src/CycloneSlider/ExporterNextgen.php:55
311
- #: ../src/CycloneSlider/NextgenIntegration.php:55
312
- msgid "Choose a NextGEN Gallery"
313
- msgstr "اختر معرض NextGEN "
314
-
315
- #: ../src/CycloneSlider/ExporterNextgen.php:67
316
- #: ../src/CycloneSlider/NextgenIntegration.php:67
317
- msgid ""
318
- "Select a gallery to import images from. Images will be added as new slides."
319
- msgstr "اختر معرضا لاستيراد الصور منه. سيتم إضافة الصور كشرائح جديدة."
320
-
321
- #: ../src/CycloneSlider/Frontend.php:101
322
- #, php-format
323
- msgid "[Slideshow \"%s\" not found]"
324
- msgstr "[عرض الشرائح \"%s\" لم يتم العثور عليه]"
325
-
326
- #: ../src/CycloneSlider/Frontend.php:117
327
- #, php-format
328
- msgid "[Template \"%s\" not found]"
329
- msgstr "[القالب \"%s\" لم يتم العثور عليه]"
330
-
331
- #: ../src/CycloneSlider/ImportPage.php:116
332
- msgid "Import operation success!"
333
- msgstr "استيراد نجاح العملية!"
334
-
335
- #: ../src/CycloneSlider/Importer.php:35
336
- msgid "Could not read zip files. ZipArchive not supported."
337
- msgstr ""
338
-
339
- #: ../src/CycloneSlider/Importer.php:40
340
- #, fuzzy
341
- msgid "No zip file found."
342
- msgstr "لم يتم العثور على عروض شرائح."
343
-
344
- #: ../src/CycloneSlider/Importer.php:46
345
- msgid "Error creating imports directory."
346
- msgstr ""
347
-
348
- #: ../src/CycloneSlider/Importer.php:53
349
- msgid "Error moving uploaded zip."
350
- msgstr ""
351
-
352
- #: ../src/CycloneSlider/Importer.php:60
353
- #, php-format
354
- msgid "Error opening zip: %s"
355
- msgstr ""
356
-
357
- #: ../src/CycloneSlider/Importer.php:73
358
- #, php-format
359
- msgid "Security error. Invalid %s file."
360
- msgstr ""
361
-
362
- #: ../src/CycloneSlider/Importer.php:80
363
- #, php-format
364
- msgid "Security error. File %s is not an image."
365
- msgstr ""
366
-
367
- #: ../src/CycloneSlider/Importer.php:86
368
- #, php-format
369
- msgid "Security error. Missing %s file."
370
- msgstr ""
371
-
372
- #: ../src/CycloneSlider/Importer.php:92
373
- msgid "Error extracting zip."
374
- msgstr ""
375
-
376
- #: ../src/CycloneSlider/Importer.php:99
377
- msgid "Failed to read export JSON."
378
- msgstr ""
379
-
380
- #: ../src/CycloneSlider/Importer.php:104
381
- msgid "Failed to decode JSON."
382
- msgstr ""
383
-
384
- #: ../src/CycloneSlider/Importer.php:175
385
- #, php-format
386
- msgid "scandir failed on %s"
387
- msgstr ""
388
-
389
- #: ../src/CycloneSlider/Importer.php:191
390
- #, fuzzy, php-format
391
- msgid "Source image %s not found."
392
- msgstr "[القالب \"%s\" لم يتم العثور عليه]"
393
-
394
- #: ../src/CycloneSlider/Importer.php:195
395
- msgid "Copy error."
396
- msgstr ""
397
-
398
- #: ../src/CycloneSlider/SettingsPage.php:51
399
- msgid "Default options restored."
400
- msgstr "تم استعادة الخيارات الإفتراضية."
401
-
402
- #: ../src/CycloneSlider/WidgetSlider.php:13
403
- msgid "Cyclone Slider Widget"
404
- msgstr "مربع عرض الشرائح الجانبي"
405
-
406
- #: ../src/CycloneSlider/WidgetSlider.php:14
407
- #, fuzzy
408
- msgid "Widget for displaying sliders."
409
- msgstr "مربع جانبي لإظهار عروض الشرائح."
410
-
411
- #: ../src/CycloneSlider/WidgetSlider.php:65 ../views/slide-edit.php:54
412
- msgid "Title:"
413
- msgstr "العنوان:"
414
-
415
- #: ../src/CycloneSlider/WidgetSlider.php:79
416
- #, fuzzy
417
- msgid "Select a Slider:"
418
- msgstr "اختر عرض شرائح:"
419
-
420
- #: ../src/CycloneSlider/WidgetSlider.php:94
421
- #, fuzzy
422
- msgid "No sliders found."
423
- msgstr "لم يتم العثور على عروض شرائح."
424
-
425
- #: ../templates/dark/slider.php:43
426
- msgid "View Larger Image"
427
- msgstr "مشاهدتها بشكل اكبر"
428
-
429
- #: ../templates/dark/slider.php:46 ../templates/dark/slider.php:48
430
- msgid "Learn More"
431
- msgstr "تعرف على المزيد"
432
-
433
- #: ../templates/dark/slider.php:64 ../templates/default/slider.php:62
434
- #: ../templates/default/slider.php:66 ../templates/default/slider.php:70
435
- #: ../templates/standard/slider.php:70 ../templates/thumbnails/slider.php:70
436
- msgid "Slide type not supported."
437
- msgstr "نوع الشريحة غير معتمدة."
438
-
439
- #: ../views/export-nextgen-step-1.php:8 ../views/export-nextgen-step-2.php:8
440
- #: ../views/export-nextgen-step-3.php:8
441
- #, fuzzy
442
- msgid "Cyclone Slider Nextgen Exporter"
443
- msgstr " التصدير Cyclone Slider"
444
-
445
- #: ../views/export-nextgen-step-1.php:18
446
- #, fuzzy
447
- msgid "Choose a NextGEN Gallery:"
448
- msgstr "اختر معرض NextGEN "
449
-
450
- #: ../views/export-nextgen-step-1.php:22 ../views/export-step-1.php:22
451
- msgid "Select All"
452
- msgstr "حدد الكل"
453
-
454
- #: ../views/export-nextgen-step-1.php:34 ../views/export-nextgen-step-2.php:28
455
- #: ../views/export-step-1.php:34 ../views/export-step-2.php:28
456
- #, fuzzy
457
- msgid "File Name:"
458
- msgstr "اسم"
459
-
460
- #: ../views/export-nextgen-step-1.php:41 ../views/export-step-1.php:41
461
- msgid "No slider to export."
462
- msgstr "لا التمرير لتصدير."
463
-
464
- #: ../views/export-nextgen-step-1.php:44 ../views/export-step-1.php:44
465
- msgid "Clear"
466
- msgstr ""
467
-
468
- #: ../views/export-nextgen-step-1.php:45 ../views/export-step-1.php:45
469
- msgid "Next"
470
- msgstr "التالي"
471
-
472
- #: ../views/export-nextgen-step-2.php:17 ../views/export-step-2.php:17
473
- #, fuzzy
474
- msgid "Selected slider(s):"
475
- msgstr "حدد المتزلجون:"
476
-
477
- #: ../views/export-nextgen-step-2.php:35 ../views/export-nextgen-step-3.php:21
478
- #: ../views/export-nextgen-step-3.php:26 ../views/export-step-2.php:35
479
- #: ../views/export-step-3.php:21 ../views/export-step-3.php:26
480
- #: ../views/import-step-3.php:15
481
- msgid "Back"
482
- msgstr "إلى الوراء"
483
-
484
- #: ../views/export-nextgen-step-2.php:36 ../views/export-step-2.php:36
485
- msgid "Generate Export File"
486
- msgstr ""
487
-
488
- #: ../views/export-nextgen-step-3.php:22 ../views/export-step-3.php:22
489
- msgid "Download"
490
- msgstr "تحميل"
491
-
492
- #: ../views/export-step-1.php:8 ../views/export-step-2.php:8
493
- #: ../views/export-step-3.php:8
494
- #, fuzzy
495
- msgid "Cyclone Slider Exporter"
496
- msgstr " التصدير Cyclone Slider"
497
-
498
- #: ../views/export-step-1.php:18
499
- msgid "Select sliders:"
500
- msgstr "حدد المتزلجون:"
501
-
502
- #: ../views/import-step-1.php:8 ../views/import-step-3.php:8
503
- #, fuzzy
504
- msgid "Cyclone Slider Importer"
505
- msgstr "استيراد Cyclone Slider"
506
-
507
- #: ../views/import-step-1.php:17
508
- msgid "Import Zip File:"
509
- msgstr "استيراد ملف مضغوط:"
510
-
511
- #: ../views/import-step-1.php:24
512
- msgid "Upload"
513
- msgstr ""
514
-
515
- #: ../views/settings-page.php:7
516
- #, fuzzy
517
- msgid ""
518
- "Play with these settings if Cyclone Slider is not working or if you want to "
519
- "optimize it."
520
- msgstr "قم باللعب بهذه الإعدادات إذا كانت الإضافة لا تعمل أو إذا أردت تحسينها."
521
-
522
- #: ../views/settings-page.php:16
523
- msgid "Load scripts in:"
524
- msgstr "تحميل السكربتات في:"
525
-
526
- #: ../views/settings-page.php:19
527
- msgid "Header"
528
- msgstr "الترويسة"
529
-
530
- #: ../views/settings-page.php:20
531
- msgid "Footer"
532
- msgstr "التذييل"
533
-
534
- #: ../views/settings-page.php:25
535
- msgid "Load these scripts:"
536
- msgstr "قم بتحميل هذه السكربتات:"
537
-
538
- #: ../views/settings-page.php:30
539
- msgid "Cycle 2. This is the core script needed by the plugin."
540
- msgstr "Cycle 2. هذا هو السكربت الأساسي المستخدم في الإضافة."
541
-
542
- #: ../views/settings-page.php:35
543
- msgid "Cycle 2 - Carousel. Used by these templates: Galleria, Lea, Dos."
544
- msgstr "Cycle 2 - Carousel. يستخدم في هذه القوالب: Galleria, Lea, Dos."
545
-
546
- #: ../views/settings-page.php:40
547
- msgid "Cycle 2 - Swipe. For touch swipe events."
548
- msgstr "Cycle 2 - Swipe. للأحداث انتقاد اللمس."
549
-
550
- #: ../views/settings-page.php:45
551
- msgid "Cycle 2 - Tile. Used for tile transition effects."
552
- msgstr "Cycle 2 - Tile. يستخدم لمؤثرات الانتقال مربعة الشكل."
553
-
554
- #: ../views/settings-page.php:50
555
- msgid "Cycle 2 - Video. Used by YouTube template."
556
- msgstr "Cycle 2 - Video. يستخدم في قالب يوتيوب."
557
-
558
- #: ../views/settings-page.php:55
559
- msgid "Magnific Popup - Enable lightbox option."
560
- msgstr "ماجنيفيك قافزة - خيار العلبة الخفيفة تمكين."
561
-
562
- #: ../views/settings-page.php:55 ../views/settings-page.php:60
563
- #: ../views/slider-advanced-settings.php:2
564
- msgid "Available in pro version."
565
- msgstr "تتوفر في الإصدار برو."
566
-
567
- #: ../views/settings-page.php:60
568
- msgid "Easing - Enable easing options."
569
- msgstr "التيسير - تمكين تخفيف الخيارات."
570
-
571
- #: ../views/settings-page.php:65
572
- msgid "Scripts loading priority:"
573
- msgstr "أولوية تحميل السكربتات:"
574
-
575
- #: ../views/settings-page.php:68
576
- msgid "Make this value bigger to load scripts last."
577
- msgstr "اجعل هذه القيمة أكبر لتحميل السكربتات آخرا."
578
-
579
- #: ../views/settings-page.php:72
580
- msgid "Load these templates:"
581
- msgstr ""
582
-
583
- #: ../views/settings-page.php:85
584
- msgid "Save Options"
585
- msgstr "حفظ الخيارات"
586
-
587
- #: ../views/settings-page.php:86
588
- msgid "Restore Defaults"
589
- msgstr "إستعادة الإفتراضي"
590
-
591
- #: ../views/slide-edit.php:17
592
- msgid "Delete"
593
- msgstr "حذف"
594
-
595
- #: ../views/slide-edit.php:26
596
- msgid "Image"
597
- msgstr "صورة"
598
-
599
- #: ../views/slide-edit.php:27
600
- msgid "YouTube"
601
- msgstr "يوتيوب"
602
-
603
- #: ../views/slide-edit.php:28
604
- msgid "Vimeo"
605
- msgstr "فيميو"
606
-
607
- #: ../views/slide-edit.php:29 ../views/slide-edit.php:178
608
- msgid "Custom HTML"
609
- msgstr "كود HTML مخصوص"
610
-
611
- #: ../views/slide-edit.php:30
612
- msgid "Testimonial"
613
- msgstr ""
614
-
615
- #: ../views/slide-edit.php:35
616
- msgid "Hidden"
617
- msgstr ""
618
-
619
- #: ../views/slide-edit.php:47
620
- msgid "Get Image"
621
- msgstr "الحصول على صورة"
622
-
623
- #: ../views/slide-edit.php:51
624
- msgid "Caption"
625
- msgstr "عنوان فرعي"
626
-
627
- #: ../views/slide-edit.php:58
628
- msgid "Description:"
629
- msgstr "الوصف:"
630
-
631
- #: ../views/slide-edit.php:64 ../views/slide-edit.php:201
632
- msgid "Link"
633
- msgstr "رابط"
634
-
635
- #: ../views/slide-edit.php:67 ../views/slide-edit.php:204
636
- msgid "Link URL:"
637
- msgstr "عنوان الرابط:"
638
-
639
- #: ../views/slide-edit.php:71 ../views/slide-edit.php:208
640
- msgid "Open Link in:"
641
- msgstr "قم بفتح الرابط في:"
642
-
643
- #: ../views/slide-edit.php:73 ../views/slide-edit.php:210
644
- msgid "Same Window"
645
- msgstr "نفس النافذة"
646
-
647
- #: ../views/slide-edit.php:74 ../views/slide-edit.php:211
648
- msgid "New Tab or Window"
649
- msgstr "تبويبة أو نافذة جديدة"
650
-
651
- #: ../views/slide-edit.php:80
652
- msgid "Image Attributes"
653
- msgstr "سمات الصورة"
654
-
655
- #: ../views/slide-edit.php:83
656
- msgid "Alternate Text:"
657
- msgstr "النص البديل:"
658
-
659
- #: ../views/slide-edit.php:87
660
- msgid "Title Text:"
661
- msgstr "نص العنوان:"
662
-
663
- #: ../views/slide-edit.php:93
664
- msgid "Slide Transition Effects"
665
- msgstr "مؤثرات انتقال الشريحة"
666
-
667
- #: ../views/slide-edit.php:97
668
- msgid "Disable"
669
- msgstr "تعطيل"
670
-
671
- #: ../views/slide-edit.php:98
672
- msgid "Enable Slide Effects"
673
- msgstr "تفعيل مؤثرات الشريحة"
674
-
675
- #: ../views/slide-edit.php:104
676
- msgid "Transition Effects:"
677
- msgstr "مؤثرات الانتقال:"
678
-
679
- #: ../views/slide-edit.php:115 ../views/slider-settings.php:32
680
- msgid "Transition Effects Speed:"
681
- msgstr "سرعة مؤثرات الانتقال:"
682
-
683
- #: ../views/slide-edit.php:117 ../views/slide-edit.php:124
684
- #: ../views/slider-settings.php:34
685
- msgid "Milliseconds"
686
- msgstr "ملي ثانية"
687
-
688
- #: ../views/slide-edit.php:122 ../views/slider-settings.php:26
689
- msgid "Next Slide Delay:"
690
- msgstr "تأخير الشريحة التالية:"
691
-
692
- #: ../views/slide-edit.php:132 ../views/slider-settings.php:13
693
- msgid "Tile Count:"
694
- msgstr "عدد المربعات:"
695
-
696
- #: ../views/slide-edit.php:134 ../views/slider-settings.php:15
697
- msgid "The number of tiles to use in the transition."
698
- msgstr "عدد المربعات المستخدمة في الانتقال."
699
-
700
- #: ../views/slide-edit.php:138
701
- msgid "Tile Delay:"
702
- msgstr "تأخير المربعات:"
703
-
704
- #: ../views/slide-edit.php:140
705
- msgid "Milliseconds to delay each individual tile transition."
706
- msgstr "عدد الملي ثانية لتأخير كل مربع منفرد في الانتقال."
707
-
708
- #: ../views/slide-edit.php:144 ../views/slider-settings.php:18
709
- msgid "Tile Position:"
710
- msgstr "موضع المربعات:"
711
-
712
- #: ../views/slide-edit.php:146 ../views/slider-settings.php:20
713
- msgid "Vertical"
714
- msgstr "عمودي"
715
-
716
- #: ../views/slide-edit.php:147 ../views/slider-settings.php:21
717
- msgid "Horizontal"
718
- msgstr "أفقي"
719
-
720
- #: ../views/slide-edit.php:159
721
- msgid "YouTube URL:"
722
- msgstr "يوتيوب URL:"
723
-
724
- #: ../views/slide-edit.php:161
725
- msgid "Copy and paste a valid YouTube URL here."
726
- msgstr "نسخ ولصق URL يوتيوب صالحة هنا."
727
-
728
- #: ../views/slide-edit.php:166
729
- msgid "Do not show suggested videos when the video finishes."
730
- msgstr ""
731
-
732
- #: ../views/slide-edit.php:171
733
- msgid "Vimeo URL:"
734
- msgstr "فيميو URL:"
735
-
736
- #: ../views/slide-edit.php:173
737
- msgid "Copy and paste a valid Vimeo URL here."
738
- msgstr "نسخ ولصق URL فيميو صالحة هنا."
739
-
740
- #: ../views/slide-edit.php:186
741
- msgid "Quote"
742
- msgstr ""
743
-
744
- #: ../views/slide-edit.php:192
745
- msgid "Author"
746
- msgstr ""
747
-
748
- #: ../views/slide-edit.php:195
749
- #, fuzzy
750
- msgid "Name:"
751
- msgstr "اسم"
752
-
753
- #: ../views/slider-advanced-settings.php:4
754
- msgid "Allow Wrap?"
755
- msgstr "تسمح التفاف؟"
756
-
757
- #: ../views/slider-advanced-settings.php:6
758
- #: ../views/slider-advanced-settings.php:44 ../views/slider-settings.php:67
759
- #: ../views/slider-settings.php:78 ../views/slider-settings.php:86
760
- #: ../views/slider-settings.php:94 ../views/slider-settings.php:104
761
- msgid "Yes"
762
- msgstr "نعم"
763
-
764
- #: ../views/slider-advanced-settings.php:7
765
- #: ../views/slider-advanced-settings.php:45 ../views/slider-settings.php:66
766
- #: ../views/slider-settings.php:79 ../views/slider-settings.php:87
767
- #: ../views/slider-settings.php:95 ../views/slider-settings.php:103
768
- msgid "No"
769
- msgstr "لا"
770
-
771
- #: ../views/slider-advanced-settings.php:10
772
- msgid ""
773
- "Determines if slider wraps to beginning slide if it reaches the end slide."
774
- msgstr "يحدد إذا المنزلق يلتف إلى بداية الشريحة إذا بلغت الشريحة نهاية."
775
-
776
- #: ../views/slider-advanced-settings.php:15
777
- msgid "Dynamic Height:"
778
- msgstr "دينامية الطول:"
779
-
780
- #: ../views/slider-advanced-settings.php:17
781
- msgid "Off"
782
- msgstr "بعيدا"
783
-
784
- #: ../views/slider-advanced-settings.php:18
785
- msgid "On"
786
- msgstr "عن"
787
-
788
- #: ../views/slider-advanced-settings.php:21
789
- msgid "Adjust slider height depending on current slide."
790
- msgstr "ضبط ارتفاع المنزلق اعتمادا على الشريحة الحالية."
791
-
792
- #: ../views/slider-advanced-settings.php:26
793
- msgid "Delay:"
794
- msgstr "تأخير:"
795
-
796
- #: ../views/slider-advanced-settings.php:28
797
- msgid ""
798
- "Milliseconds to add or substract from the time before the first transition "
799
- "occurs."
800
- msgstr "ميلي ثانية لإضافة أو طرح من الوقت قبل أن يحدث التحول الأول."
801
-
802
- #: ../views/slider-advanced-settings.php:32
803
- msgid "Easing:"
804
- msgstr "التيسير:"
805
-
806
- #: ../views/slider-advanced-settings.php:38
807
- msgid "Easing for transition animations."
808
- msgstr "تخفيف عن الرسوم المتحركة التي تمر بمرحلة انتقالية."
809
-
810
- #: ../views/slider-advanced-settings.php:42
811
- msgid "Swipe:"
812
- msgstr "انتقاد:"
813
-
814
- #: ../views/slider-advanced-settings.php:48
815
- msgid "Enable swipe gesture support for touch devices."
816
- msgstr "تمكين الدعم لفتة انتقاد للأجهزة التي تعمل باللمس."
817
-
818
- #: ../views/slider-advanced-settings.php:53
819
- msgid "Resize Options:"
820
- msgstr "تغيير حجم خيارات:"
821
-
822
- #: ../views/slider-advanced-settings.php:60
823
- msgid "Auto - Cyclone Slider decides the resize option."
824
- msgstr "السيارات - المتزلج إعصار يقرر خيار تغيير الحجم."
825
-
826
- #: ../views/slider-advanced-settings.php:61
827
- msgid "Crop - Resize and remove excess parts."
828
- msgstr "المحاصيل - تغيير حجم وإزالة الأجزاء الزائدة."
829
-
830
- #: ../views/slider-advanced-settings.php:62
831
- msgid "Exact - Resize to exact dimensions."
832
- msgstr "بالضبط - تغيير حجم إلى الأبعاد الدقيقة."
833
-
834
- #: ../views/slider-advanced-settings.php:63
835
- msgid "Landscape - Resize to exact width."
836
- msgstr "المشهد - تغيير حجم لعرض بالضبط."
837
-
838
- #: ../views/slider-advanced-settings.php:64
839
- msgid "Portrait - Resize to exact height."
840
- msgstr "صورة - تغيير حجم لارتفاع بالضبط."
841
-
842
- #: ../views/slider-codes.php:4
843
- msgid "Your Shortcode:"
844
- msgstr "الكود القصير الخاص بك:"
845
-
846
- #: ../views/slider-codes.php:6
847
- msgid ""
848
- "Copy and paste this shortcode into your Post, Page or Custom Post editor."
849
- msgstr ""
850
- "قم بنسخ ولصق هذا الكود القصير داخل تدويناتك، صفحاتك، أو محررات التدوينات "
851
- "المخصوصة."
852
-
853
- #: ../views/slider-codes.php:10
854
- msgid "Your PHP Code:"
855
- msgstr "كود PHP الخاص بك:"
856
-
857
- #: ../views/slider-codes.php:12
858
- msgid ""
859
- "Copy and paste this code when you need to display the slider in template "
860
- "files (header.php, front-page.php, etc.)."
861
- msgstr ""
862
- "قم بنسخ ولصق هذا الكود عندما تحتاج إلى عرض شريط التمرير في ملفات القالب "
863
- "(header.php، front-page.php، الخ)."
864
-
865
- #: ../views/slider-id.php:5
866
- msgid "Change the Slideshow ID here."
867
- msgstr "قم بتغيير رقم عرض الشرائح هنا."
868
-
869
- #: ../views/slider-preview.php:9
870
- msgid "Your preview will appear here."
871
- msgstr "سوف المعاينة تظهر هنا."
872
-
873
- #: ../views/slider-settings.php:4
874
- msgid "Transition Effects to Use:"
875
- msgstr "مؤثرات الانتقال التي سيتم استخدامها:"
876
-
877
- #: ../views/slider-settings.php:28
878
- msgid "Milliseconds. 0 to disable auto advance."
879
- msgstr "ملي ثانية. 0 لتعطيل التقدم التلقائي."
880
-
881
- #: ../views/slider-settings.php:38
882
- msgid "Width:"
883
- msgstr "عرض:"
884
-
885
- #: ../views/slider-settings.php:40 ../views/slider-settings.php:46
886
- msgid "pixels."
887
- msgstr "بكسل."
888
-
889
- #: ../views/slider-settings.php:44
890
- msgid "Height:"
891
- msgstr "ارتفاع:"
892
-
893
- #: ../views/slider-settings.php:50
894
- msgid "Width Management:"
895
- msgstr "إدارة العرض:"
896
-
897
- #: ../views/slider-settings.php:52
898
- msgid "Responsive"
899
- msgstr "متجاوب"
900
-
901
- #: ../views/slider-settings.php:53
902
- msgid "Full"
903
- msgstr "كامل"
904
-
905
- #: ../views/slider-settings.php:54
906
- msgid "Fixed"
907
- msgstr "ثابت"
908
-
909
- #: ../views/slider-settings.php:57
910
- msgid ""
911
- "Responsive - resizes to smaller size but maximum width will be equal to the "
912
- "provided width."
913
- msgstr ""
914
- "استجابة - سوف ريسيزيس إلى حجم أصغر ولكن الحد الأقصى العرض مساويا لعرض "
915
- "المقدمة."
916
-
917
- #: ../views/slider-settings.php:58
918
- msgid ""
919
- "Full - the same as responsive but maximum width will be equal to its "
920
- "container ignoring the provided width."
921
- msgstr ""
922
- "كامل - نفس العرض استجابة ولكن الحد الأقصى سوف يكون مساويا لالحاوية الخاصة به "
923
- "تجاهل عرض المقدم."
924
-
925
- #: ../views/slider-settings.php:59
926
- msgid "Fixed - width and height are not resized."
927
- msgstr "ثابت - العرض والارتفاع لا يتم تغيير حجمها."
928
-
929
- #: ../views/slider-settings.php:64
930
- msgid "Resize Images?"
931
- msgstr "تغيير حجم الصور؟"
932
-
933
- #: ../views/slider-settings.php:71
934
- msgid "Force Resize"
935
- msgstr "تغيير حجم القوة"
936
-
937
- #: ../views/slider-settings.php:72
938
- #, fuzzy
939
- msgid ""
940
- "Yes - resize images to slideshow dimension. <br>No - use the original "
941
- "uploaded image. <br>Force Resize - Regenerate all images and thumbnails."
942
- msgstr ""
943
- "نعم - قم بتغيير حجم الصور لأبعاد عرض الشرائح. <br>لا - قم باستخدام الصورة "
944
- "الأصلية المرفوعة."
945
-
946
- #: ../views/slider-settings.php:76
947
- msgid "Pause on Hover?"
948
- msgstr "إيقاف مؤقت عند المرور بالمؤشر؟"
949
-
950
- #: ../views/slider-settings.php:84
951
- msgid "Show Prev/Next Buttons?"
952
- msgstr "إظهار أزرار السابق/التالي؟"
953
-
954
- #: ../views/slider-settings.php:92
955
- msgid "Show Navigation?"
956
- msgstr "إظهار التصفح"
957
-
958
- #: ../views/slider-settings.php:97
959
- msgid "The thumbnails or dots depending on template."
960
- msgstr "الصور الصغيرة أو النقاط اعتمادا على القالب."
961
-
962
- #: ../views/slider-settings.php:101
963
- msgid "Random Slide Order?"
964
- msgstr "ترتيب عشوائي للشرائح"
965
-
966
- #: ../views/slider-settings.php:106
967
- msgid "Randomize order of slides on every page visit."
968
- msgstr "قم بتغيير ترتيب الشرائح في كل زيارة لصفحة."
969
-
970
- #: ../views/slides.php:7
971
- msgid "Add Slide"
972
- msgstr "أضف شريحة"
973
-
974
- #: ../views/template-selection.php:4
975
- msgid "Name"
976
- msgstr "اسم"
977
-
978
- #: ../views/template-selection.php:5
979
- msgid "Supported Slides"
980
- msgstr "الشرائح المدعومة"
981
-
982
- #: ../views/template-selection.php:6
983
- #, fuzzy
984
- msgid "Location"
985
- msgstr "عنوان فرعي"
986
-
987
- #: ../views/template-selection.php:7
988
- msgid "Selected"
989
- msgstr "مختار"
990
-
991
- #: ../views/template-selection.php:43
992
- #, fuzzy
993
- msgid "Learn More About Templates"
994
- msgstr "تعلم كيفية إنشاء قالب خاص بك"
995
-
996
- #: ../views/template-selection.php:44
997
- #, fuzzy
998
- msgid "Get More Templates"
999
- msgstr "احصل على مزيد من القوالب.."
1000
-
1001
- #~ msgid ""
1002
- #~ "Templates CSS could not be saved. Make sure %stemplates.css is writable."
1003
- #~ msgstr ""
1004
- #~ "تعذر حفظ كود CSS الخاص بالقالب. الرجاء التأكد من أن %stemplates.css قابل "
1005
- #~ "للتعديل."
1006
-
1007
- #~ msgid ""
1008
- #~ "Templates JS could not be saved. Make sure %stemplates.js is writable."
1009
- #~ msgstr ""
1010
- #~ "تعذر حفظ كود JS الخاص بالقالب. الرجاء التأكد من أن %stemplates.js قابل "
1011
- #~ "للتعديل."
1012
-
1013
- #~ msgid "Video (Old Version)"
1014
- #~ msgstr "فيديو (النسخة القديمة)"
1015
-
1016
- #~ msgid "Slide Properties:"
1017
- #~ msgstr "خصائص الشريحة:"
1018
-
1019
- #~ msgid ""
1020
- #~ "This video slide is problematic. Please consider using YouTube, Vimeo or "
1021
- #~ "Custom slide type for videos. This slide will be removed in the future "
1022
- #~ "and will be replaced with a better one."
1023
- #~ msgstr ""
1024
- #~ "هذه الشريحة الفيديو هو إشكالية. يرجى النظر في استخدام يوتيوب، فيميو أو "
1025
- #~ "نوع الشريحة مخصص لأشرطة الفيديو. ستتم إزالة هذه الشريحة في المستقبل، "
1026
- #~ "وسيتم استبدالها بأخرى أفضل."
1027
-
1028
- #~ msgid "Video URL:"
1029
- #~ msgstr "عنوان رابط الفيديو:"
1030
-
1031
- #~ msgid "Copy and paste a Youtube or Vimeo URL and hit the Get Video button."
1032
- #~ msgstr "قم بنسخ ولصق عنوان فيديو يوتيوب أو فيميو واضغط زر احصل على فيديو."
1033
-
1034
- #~ msgid "Get Video"
1035
- #~ msgstr "احصل على فيديو"
1036
-
1037
- #~ msgid "Embed Code"
1038
- #~ msgstr "كود التضمين"
1039
-
1040
- #~ msgid ""
1041
- #~ "You can place your embed code directly here. Or you can use the Get Video "
1042
- #~ "button to generate the embed code."
1043
- #~ msgstr ""
1044
- #~ "يمكنك وضع كود التضمين الخاص بك هنا مباشرة. أو يمكنك استخدام زر احصل على "
1045
- #~ "فيديو لتوليد كود التضمين.."
1046
-
1047
- #~ msgid ""
1048
- #~ "<strong>Note:</strong> The Slide Properties and Tile effects are not "
1049
- #~ "supported for videos."
1050
- #~ msgstr ""
1051
- #~ "<strong>تنبيه:</strong> خصائص الشريحة ومؤثرات المربعات غير مدعومة في "
1052
- #~ "الفيديو."
1053
-
1054
- #~ msgid ""
1055
- #~ "<strong>Note:</strong> Append &wmode=transparent to the embed code src "
1056
- #~ "attribute to make HTML elements appear on top of Flash."
1057
- #~ msgstr ""
1058
- #~ "<strong>Note:</strong> أضف &wmode=transparent لخاصية src في كود التضمين "
1059
- #~ "لجعل عناصر HTML تظهر فوق الفلاش."
1060
-
1061
- #~ msgid "Lightbox"
1062
- #~ msgstr "العلبة الخفيفة"
1063
-
1064
- #~ msgid "Slideshow Settings"
1065
- #~ msgstr "إعدادات عرض الشرائح"
1066
-
1067
- #~ msgid "Slideshow Templates"
1068
- #~ msgstr "قوالب عرض الشرائح"
1069
-
1070
- #~ msgid "Drag"
1071
- #~ msgstr "سحب"
1072
-
1073
- #~ msgid "Toggle"
1074
- #~ msgstr "تبديل"
1075
-
1076
- #~ msgid "Custom"
1077
- #~ msgstr "مخصوص"
1078
-
1079
- #~ msgid ""
1080
- #~ "Select a template to use. Check the template icons to see what slide type "
1081
- #~ "it supports."
1082
- #~ msgstr ""
1083
- #~ "قم باختيار قالب للاستخدام. تفحص أيقونات القالب لترى أنواع الشرائح التي "
1084
- #~ "يدعمها"
1085
-
1086
- #~ msgid ""
1087
- #~ "Note: If you are looking for the Black, Blue or Myrtle, checkout this <a "
1088
- #~ "href=\"%s\">post</a>."
1089
- #~ msgstr ""
1090
- #~ "تنبيه: إذا كنت تبحث عن القوالب الأسود، الأزرق، والآس، فانظر هذه <a href="
1091
- #~ "\"%s\">التدوينة</a>."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
languages/cyclone-slider-2-de_DE.mo DELETED
Binary file
languages/cyclone-slider-2-de_DE.po DELETED
@@ -1,1029 +0,0 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: Cyclone Slider\n"
4
- "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2016-03-30 09:13+0800\n"
6
- "PO-Revision-Date: 2016-03-30 09:16+0800\n"
7
- "Last-Translator: Kosinix <kosinix@codefleet.net>\n"
8
- "Language-Team: kosinix <kosinix@codefleet.net>\n"
9
- "Language: de_DE\n"
10
- "MIME-Version: 1.0\n"
11
- "Content-Type: text/plain; charset=UTF-8\n"
12
- "Content-Transfer-Encoding: 8bit\n"
13
- "X-Poedit-KeywordsList: __;_e;_x\n"
14
- "X-Poedit-Basepath: .\n"
15
- "X-Poedit-SourceCharset: UTF-8\n"
16
- "X-Generator: Poedit 1.6.7\n"
17
- "X-Poedit-SearchPath-0: .\n"
18
- "X-Poedit-SearchPath-1: ..\n"
19
-
20
- #: ../cyclone-slider.php:101
21
- #, fuzzy
22
- msgid "Cyclone Slider Settings"
23
- msgstr "Slider-Einstellungen"
24
-
25
- #: ../cyclone-slider.php:102
26
- #, fuzzy
27
- msgid "Settings"
28
- msgstr "Slider-Einstellungen"
29
-
30
- #: ../cyclone-slider.php:112
31
- #, fuzzy
32
- msgid "Cyclone Slider Export"
33
- msgstr "Slider-Einstellungen"
34
-
35
- #: ../cyclone-slider.php:113
36
- msgid "Export/Import"
37
- msgstr ""
38
-
39
- #: ../cyclone-slider.php:125
40
- #, fuzzy
41
- msgid "Cyclone Slider Nextgen Export"
42
- msgstr "Slider-Einstellungen"
43
-
44
- #: ../cyclone-slider.php:126 ../src/CycloneSlider/ExportPageNextgen.php:72
45
- msgid "Export Nextgen"
46
- msgstr ""
47
-
48
- #: ../cyclone-slider.php:138
49
- #, fuzzy
50
- msgid "Cyclone Slider Import"
51
- msgstr "Slider-Einstellungen"
52
-
53
- #: ../cyclone-slider.php:139 ../src/CycloneSlider/ExportPage.php:69
54
- #: ../src/CycloneSlider/ExportPageNextgen.php:67
55
- #: ../src/CycloneSlider/ExporterNextgen.php:65
56
- #: ../src/CycloneSlider/ImportPage.php:74
57
- #: ../src/CycloneSlider/NextgenIntegration.php:65
58
- msgid "Import"
59
- msgstr ""
60
-
61
- #: ../src/CycloneSlider/Admin.php:142
62
- msgid "Cyclone Slider"
63
- msgstr ""
64
-
65
- #: ../src/CycloneSlider/Admin.php:143
66
- msgid "Slideshow"
67
- msgstr ""
68
-
69
- #: ../src/CycloneSlider/Admin.php:144
70
- msgid "Add Slideshow"
71
- msgstr "Slideshow hinzufügen"
72
-
73
- #: ../src/CycloneSlider/Admin.php:145
74
- msgid "Add New Slideshow"
75
- msgstr "Neuer Slideshow"
76
-
77
- #: ../src/CycloneSlider/Admin.php:146
78
- msgid "Edit Slideshow"
79
- msgstr "Bearbeiten Slideshow"
80
-
81
- #: ../src/CycloneSlider/Admin.php:147
82
- msgid "New Slideshow"
83
- msgstr "Neue Slideshow"
84
-
85
- #: ../src/CycloneSlider/Admin.php:148
86
- msgid "View Slideshow"
87
- msgstr "Sehen Slideshow"
88
-
89
- #: ../src/CycloneSlider/Admin.php:149
90
- msgid "Search Slideshows"
91
- msgstr "Suchen Slideshows"
92
-
93
- #: ../src/CycloneSlider/Admin.php:150
94
- msgid "No slideshows found"
95
- msgstr "Keine Slideshows gefunden"
96
-
97
- #: ../src/CycloneSlider/Admin.php:151
98
- msgid "No slideshows found in Trash"
99
- msgstr "Keine Diashows in Trash gefunden"
100
-
101
- #: ../src/CycloneSlider/Admin.php:197 ../src/CycloneSlider/Admin.php:200
102
- #: ../src/CycloneSlider/Admin.php:201 ../src/CycloneSlider/Admin.php:204
103
- #: ../src/CycloneSlider/Admin.php:205 ../src/CycloneSlider/Admin.php:206
104
- msgid "Slideshow updated."
105
- msgstr ""
106
-
107
- #: ../src/CycloneSlider/Admin.php:198
108
- msgid "Custom field updated."
109
- msgstr ""
110
-
111
- #: ../src/CycloneSlider/Admin.php:199
112
- msgid "Custom field deleted."
113
- msgstr ""
114
-
115
- #: ../src/CycloneSlider/Admin.php:202
116
- #, fuzzy
117
- msgid "Slideshow published."
118
- msgstr "Slideshow gespeichert."
119
-
120
- #: ../src/CycloneSlider/Admin.php:203
121
- msgid "Slideshow saved."
122
- msgstr "Slideshow gespeichert."
123
-
124
- #: ../src/CycloneSlider/Admin.php:242
125
- msgid "Slides"
126
- msgstr ""
127
-
128
- #: ../src/CycloneSlider/Admin.php:251
129
- #, fuzzy
130
- msgid "Slider Preview"
131
- msgstr "Slider-Einstellungen"
132
-
133
- #: ../src/CycloneSlider/Admin.php:260
134
- #, fuzzy
135
- msgid "Get Slider Codes"
136
- msgstr "Next Slide Verzögerung:"
137
-
138
- #: ../src/CycloneSlider/Admin.php:269
139
- #, fuzzy
140
- msgid "Basic Settings"
141
- msgstr "Slider-Einstellungen"
142
-
143
- #: ../src/CycloneSlider/Admin.php:278
144
- #, fuzzy
145
- msgid "Advanced Settings"
146
- msgstr "Slider-Einstellungen"
147
-
148
- #: ../src/CycloneSlider/Admin.php:287
149
- #, fuzzy
150
- msgid "Templates"
151
- msgstr "Slider-Einstellungen"
152
-
153
- #: ../src/CycloneSlider/Admin.php:296 ../src/CycloneSlider/Admin.php:612
154
- msgid "Slideshow ID"
155
- msgstr ""
156
-
157
- #: ../src/CycloneSlider/Admin.php:323
158
- msgid "Slide"
159
- msgstr ""
160
-
161
- #: ../src/CycloneSlider/Admin.php:328
162
- msgid "[Hidden]"
163
- msgstr ""
164
-
165
- #: ../src/CycloneSlider/Admin.php:463
166
- msgid "Core"
167
- msgstr ""
168
-
169
- #: ../src/CycloneSlider/Admin.php:464
170
- #, php-format
171
- msgid ""
172
- "You should not make changes to templates in this location. All your changes "
173
- "will be gone when the plugin is updated. <br />Location: <strong>%s</strong>"
174
- msgstr ""
175
-
176
- #: ../src/CycloneSlider/Admin.php:468 ../src/CycloneSlider/Admin.php:473
177
- #: ../src/CycloneSlider/Admin.php:477
178
- #, php-format
179
- msgid "Location: <strong>%s</strong>"
180
- msgstr ""
181
-
182
- #: ../src/CycloneSlider/Admin.php:469
183
- msgid ""
184
- "Your template is in danger of being overwritten when you upgrade your theme. "
185
- "Please consider creating a WordPress plugin Cyclone Slider template."
186
- msgstr ""
187
-
188
- #: ../src/CycloneSlider/Admin.php:520
189
- #, fuzzy
190
- msgid "Slide *"
191
- msgstr "Folie hinzufügen"
192
-
193
- #: ../src/CycloneSlider/Admin.php:609
194
- msgid "Slideshow Name"
195
- msgstr "Slideshow Namen"
196
-
197
- #: ../src/CycloneSlider/Admin.php:610
198
- msgid "Template"
199
- msgstr ""
200
-
201
- #: ../src/CycloneSlider/Admin.php:611
202
- #, fuzzy
203
- msgid "No. of Slides"
204
- msgstr "Folie hinzufügen"
205
-
206
- #: ../src/CycloneSlider/Admin.php:613
207
- msgid "Shortcode"
208
- msgstr ""
209
-
210
- #: ../src/CycloneSlider/AssetLoader.php:71
211
- #, fuzzy
212
- msgid "Select an image"
213
- msgstr "Suchen Slideshows"
214
-
215
- #: ../src/CycloneSlider/AssetLoader.php:72
216
- msgid "Select Images - Use Ctrl + Click or Shift + Click"
217
- msgstr ""
218
-
219
- #: ../src/CycloneSlider/AssetLoader.php:73
220
- #, fuzzy
221
- msgid "Add to Slide"
222
- msgstr "Folie hinzufügen"
223
-
224
- #: ../src/CycloneSlider/AssetLoader.php:74 ../views/slides.php:8
225
- #, fuzzy
226
- msgid "Add Images as Slides"
227
- msgstr "Neuer Slideshow"
228
-
229
- #: ../src/CycloneSlider/AssetLoader.php:75
230
- msgid "Error. Make sure its a valid YouTube URL."
231
- msgstr ""
232
-
233
- #: ../src/CycloneSlider/ExportPage.php:64
234
- #: ../src/CycloneSlider/ExportPageNextgen.php:62
235
- #: ../src/CycloneSlider/ImportPage.php:69
236
- msgid "Export"
237
- msgstr ""
238
-
239
- #: ../src/CycloneSlider/ExportPage.php:77
240
- #: ../src/CycloneSlider/ImportPage.php:63
241
- msgid ""
242
- "ZipArchive not supported. ZipArchive is needed for Import and Export to work."
243
- msgstr ""
244
-
245
- #: ../src/CycloneSlider/ExportPage.php:113
246
- #: ../src/CycloneSlider/ExportPageNextgen.php:118
247
- msgid "Your export file is ready. Click Download."
248
- msgstr ""
249
-
250
- #: ../src/CycloneSlider/ExportPage.php:118
251
- #: ../src/CycloneSlider/ExportPageNextgen.php:123
252
- msgid "Error creating exports directory."
253
- msgstr ""
254
-
255
- #: ../src/CycloneSlider/ExportPage.php:167
256
- #: ../src/CycloneSlider/ExportPageNextgen.php:172
257
- #, fuzzy
258
- msgid "No slider selected."
259
- msgstr "Keine Slideshows gefunden"
260
-
261
- #: ../src/CycloneSlider/ExportPage.php:172
262
- #: ../src/CycloneSlider/ExportPageNextgen.php:177
263
- msgid "Please choose a file name."
264
- msgstr ""
265
-
266
- #: ../src/CycloneSlider/Exporter.php:52
267
- #, fuzzy
268
- msgid "Error no sliders selected."
269
- msgstr "Keine Slideshows gefunden"
270
-
271
- #: ../src/CycloneSlider/Exporter.php:73
272
- msgid "Error encoding data to JSON."
273
- msgstr ""
274
-
275
- #: ../src/CycloneSlider/Exporter.php:79
276
- #, php-format
277
- msgid "Success generating zip %s."
278
- msgstr ""
279
-
280
- #: ../src/CycloneSlider/Exporter.php:109
281
- #, php-format
282
- msgid "Exporting data for slider \"%s\"."
283
- msgstr ""
284
-
285
- #: ../src/CycloneSlider/Exporter.php:111
286
- #, fuzzy, php-format
287
- msgid "Slider \"%s\" not found."
288
- msgstr "[Slideshow nicht gefunden]"
289
-
290
- #: ../src/CycloneSlider/Exporter.php:138
291
- #, php-format
292
- msgid ""
293
- "Image %1$d was not found on slide %2$d of slider %3$s. Path to image is %4$s."
294
- msgstr ""
295
-
296
- #: ../src/CycloneSlider/Exporter.php:182
297
- msgid "ZipArchive not supported."
298
- msgstr ""
299
-
300
- #: ../src/CycloneSlider/Exporter.php:188
301
- #, php-format
302
- msgid "Error opening zip file %s. Code: %s"
303
- msgstr ""
304
-
305
- #: ../src/CycloneSlider/Exporter.php:197
306
- #, php-format
307
- msgid "Error adding file %s to zip."
308
- msgstr ""
309
-
310
- #: ../src/CycloneSlider/Exporter.php:199 ../src/CycloneSlider/Exporter.php:207
311
- #, php-format
312
- msgid "File %s added to zip."
313
- msgstr ""
314
-
315
- #: ../src/CycloneSlider/ExporterNextgen.php:39
316
- #: ../src/CycloneSlider/NextgenIntegration.php:39
317
- msgid "NextGEN Integration"
318
- msgstr ""
319
-
320
- #: ../src/CycloneSlider/ExporterNextgen.php:55
321
- #: ../src/CycloneSlider/NextgenIntegration.php:55
322
- msgid "Choose a NextGEN Gallery"
323
- msgstr ""
324
-
325
- #: ../src/CycloneSlider/ExporterNextgen.php:67
326
- #: ../src/CycloneSlider/NextgenIntegration.php:67
327
- msgid ""
328
- "Select a gallery to import images from. Images will be added as new slides."
329
- msgstr ""
330
-
331
- #: ../src/CycloneSlider/Frontend.php:101
332
- #, fuzzy, php-format
333
- msgid "[Slideshow \"%s\" not found]"
334
- msgstr "[Slideshow nicht gefunden]"
335
-
336
- #: ../src/CycloneSlider/Frontend.php:117
337
- #, php-format
338
- msgid "[Template \"%s\" not found]"
339
- msgstr "[Template \"%s\" nicht gefunden]"
340
-
341
- #: ../src/CycloneSlider/ImportPage.php:116
342
- msgid "Import operation success!"
343
- msgstr ""
344
-
345
- #: ../src/CycloneSlider/Importer.php:35
346
- msgid "Could not read zip files. ZipArchive not supported."
347
- msgstr ""
348
-
349
- #: ../src/CycloneSlider/Importer.php:40
350
- #, fuzzy
351
- msgid "No zip file found."
352
- msgstr "Keine Slideshows gefunden"
353
-
354
- #: ../src/CycloneSlider/Importer.php:46
355
- msgid "Error creating imports directory."
356
- msgstr ""
357
-
358
- #: ../src/CycloneSlider/Importer.php:53
359
- msgid "Error moving uploaded zip."
360
- msgstr ""
361
-
362
- #: ../src/CycloneSlider/Importer.php:60
363
- #, php-format
364
- msgid "Error opening zip: %s"
365
- msgstr ""
366
-
367
- #: ../src/CycloneSlider/Importer.php:73
368
- #, php-format
369
- msgid "Security error. Invalid %s file."
370
- msgstr ""
371
-
372
- #: ../src/CycloneSlider/Importer.php:80
373
- #, php-format
374
- msgid "Security error. File %s is not an image."
375
- msgstr ""
376
-
377
- #: ../src/CycloneSlider/Importer.php:86
378
- #, php-format
379
- msgid "Security error. Missing %s file."
380
- msgstr ""
381
-
382
- #: ../src/CycloneSlider/Importer.php:92
383
- msgid "Error extracting zip."
384
- msgstr ""
385
-
386
- #: ../src/CycloneSlider/Importer.php:99
387
- msgid "Failed to read export JSON."
388
- msgstr ""
389
-
390
- #: ../src/CycloneSlider/Importer.php:104
391
- msgid "Failed to decode JSON."
392
- msgstr ""
393
-
394
- #: ../src/CycloneSlider/Importer.php:175
395
- #, php-format
396
- msgid "scandir failed on %s"
397
- msgstr ""
398
-
399
- #: ../src/CycloneSlider/Importer.php:191
400
- #, fuzzy, php-format
401
- msgid "Source image %s not found."
402
- msgstr "[Template \"%s\" nicht gefunden]"
403
-
404
- #: ../src/CycloneSlider/Importer.php:195
405
- msgid "Copy error."
406
- msgstr ""
407
-
408
- #: ../src/CycloneSlider/SettingsPage.php:51
409
- msgid "Default options restored."
410
- msgstr ""
411
-
412
- #: ../src/CycloneSlider/WidgetSlider.php:13
413
- msgid "Cyclone Slider Widget"
414
- msgstr ""
415
-
416
- #: ../src/CycloneSlider/WidgetSlider.php:14
417
- msgid "Widget for displaying sliders."
418
- msgstr ""
419
-
420
- #: ../src/CycloneSlider/WidgetSlider.php:65 ../views/slide-edit.php:54
421
- #, fuzzy
422
- msgid "Title:"
423
- msgstr "Titel"
424
-
425
- #: ../src/CycloneSlider/WidgetSlider.php:79
426
- #, fuzzy
427
- msgid "Select a Slider:"
428
- msgstr "Suchen Slideshows"
429
-
430
- #: ../src/CycloneSlider/WidgetSlider.php:94
431
- #, fuzzy
432
- msgid "No sliders found."
433
- msgstr "Keine Slideshows gefunden"
434
-
435
- #: ../templates/dark/slider.php:43
436
- msgid "View Larger Image"
437
- msgstr ""
438
-
439
- #: ../templates/dark/slider.php:46 ../templates/dark/slider.php:48
440
- msgid "Learn More"
441
- msgstr ""
442
-
443
- #: ../templates/dark/slider.php:64 ../templates/default/slider.php:62
444
- #: ../templates/default/slider.php:66 ../templates/default/slider.php:70
445
- #: ../templates/standard/slider.php:70 ../templates/thumbnails/slider.php:70
446
- msgid "Slide type not supported."
447
- msgstr ""
448
-
449
- #: ../views/export-nextgen-step-1.php:8 ../views/export-nextgen-step-2.php:8
450
- #: ../views/export-nextgen-step-3.php:8
451
- #, fuzzy
452
- msgid "Cyclone Slider Nextgen Exporter"
453
- msgstr "Slider-Einstellungen"
454
-
455
- #: ../views/export-nextgen-step-1.php:18
456
- msgid "Choose a NextGEN Gallery:"
457
- msgstr ""
458
-
459
- #: ../views/export-nextgen-step-1.php:22 ../views/export-step-1.php:22
460
- #, fuzzy
461
- msgid "Select All"
462
- msgstr "löschen"
463
-
464
- #: ../views/export-nextgen-step-1.php:34 ../views/export-nextgen-step-2.php:28
465
- #: ../views/export-step-1.php:34 ../views/export-step-2.php:28
466
- msgid "File Name:"
467
- msgstr ""
468
-
469
- #: ../views/export-nextgen-step-1.php:41 ../views/export-step-1.php:41
470
- #, fuzzy
471
- msgid "No slider to export."
472
- msgstr "Keine Slideshows gefunden"
473
-
474
- #: ../views/export-nextgen-step-1.php:44 ../views/export-step-1.php:44
475
- msgid "Clear"
476
- msgstr ""
477
-
478
- #: ../views/export-nextgen-step-1.php:45 ../views/export-step-1.php:45
479
- msgid "Next"
480
- msgstr ""
481
-
482
- #: ../views/export-nextgen-step-2.php:17 ../views/export-step-2.php:17
483
- #, fuzzy
484
- msgid "Selected slider(s):"
485
- msgstr "Suchen Slideshows"
486
-
487
- #: ../views/export-nextgen-step-2.php:35 ../views/export-nextgen-step-3.php:21
488
- #: ../views/export-nextgen-step-3.php:26 ../views/export-step-2.php:35
489
- #: ../views/export-step-3.php:21 ../views/export-step-3.php:26
490
- #: ../views/import-step-3.php:15
491
- msgid "Back"
492
- msgstr ""
493
-
494
- #: ../views/export-nextgen-step-2.php:36 ../views/export-step-2.php:36
495
- msgid "Generate Export File"
496
- msgstr ""
497
-
498
- #: ../views/export-nextgen-step-3.php:22 ../views/export-step-3.php:22
499
- msgid "Download"
500
- msgstr ""
501
-
502
- #: ../views/export-step-1.php:8 ../views/export-step-2.php:8
503
- #: ../views/export-step-3.php:8
504
- #, fuzzy
505
- msgid "Cyclone Slider Exporter"
506
- msgstr "Slider-Einstellungen"
507
-
508
- #: ../views/export-step-1.php:18
509
- #, fuzzy
510
- msgid "Select sliders:"
511
- msgstr "Suchen Slideshows"
512
-
513
- #: ../views/import-step-1.php:8 ../views/import-step-3.php:8
514
- #, fuzzy
515
- msgid "Cyclone Slider Importer"
516
- msgstr "Slider-Einstellungen"
517
-
518
- #: ../views/import-step-1.php:17
519
- msgid "Import Zip File:"
520
- msgstr ""
521
-
522
- #: ../views/import-step-1.php:24
523
- msgid "Upload"
524
- msgstr ""
525
-
526
- #: ../views/settings-page.php:7
527
- msgid ""
528
- "Play with these settings if Cyclone Slider is not working or if you want to "
529
- "optimize it."
530
- msgstr ""
531
-
532
- #: ../views/settings-page.php:16
533
- msgid "Load scripts in:"
534
- msgstr ""
535
-
536
- #: ../views/settings-page.php:19
537
- msgid "Header"
538
- msgstr ""
539
-
540
- #: ../views/settings-page.php:20
541
- msgid "Footer"
542
- msgstr ""
543
-
544
- #: ../views/settings-page.php:25
545
- msgid "Load these scripts:"
546
- msgstr ""
547
-
548
- #: ../views/settings-page.php:30
549
- msgid "Cycle 2. This is the core script needed by the plugin."
550
- msgstr ""
551
-
552
- #: ../views/settings-page.php:35
553
- msgid "Cycle 2 - Carousel. Used by these templates: Galleria, Lea, Dos."
554
- msgstr ""
555
-
556
- #: ../views/settings-page.php:40
557
- msgid "Cycle 2 - Swipe. For touch swipe events."
558
- msgstr ""
559
-
560
- #: ../views/settings-page.php:45
561
- msgid "Cycle 2 - Tile. Used for tile transition effects."
562
- msgstr ""
563
-
564
- #: ../views/settings-page.php:50
565
- msgid "Cycle 2 - Video. Used by YouTube template."
566
- msgstr ""
567
-
568
- #: ../views/settings-page.php:55
569
- msgid "Magnific Popup - Enable lightbox option."
570
- msgstr ""
571
-
572
- #: ../views/settings-page.php:55 ../views/settings-page.php:60
573
- #: ../views/slider-advanced-settings.php:2
574
- msgid "Available in pro version."
575
- msgstr ""
576
-
577
- #: ../views/settings-page.php:60
578
- msgid "Easing - Enable easing options."
579
- msgstr ""
580
-
581
- #: ../views/settings-page.php:65
582
- msgid "Scripts loading priority:"
583
- msgstr ""
584
-
585
- #: ../views/settings-page.php:68
586
- msgid "Make this value bigger to load scripts last."
587
- msgstr ""
588
-
589
- #: ../views/settings-page.php:72
590
- msgid "Load these templates:"
591
- msgstr ""
592
-
593
- #: ../views/settings-page.php:85
594
- msgid "Save Options"
595
- msgstr ""
596
-
597
- #: ../views/settings-page.php:86
598
- msgid "Restore Defaults"
599
- msgstr ""
600
-
601
- #: ../views/slide-edit.php:17
602
- msgid "Delete"
603
- msgstr "löschen"
604
-
605
- #: ../views/slide-edit.php:26
606
- msgid "Image"
607
- msgstr ""
608
-
609
- #: ../views/slide-edit.php:27
610
- msgid "YouTube"
611
- msgstr ""
612
-
613
- #: ../views/slide-edit.php:28
614
- msgid "Vimeo"
615
- msgstr ""
616
-
617
- #: ../views/slide-edit.php:29 ../views/slide-edit.php:178
618
- msgid "Custom HTML"
619
- msgstr ""
620
-
621
- #: ../views/slide-edit.php:30
622
- msgid "Testimonial"
623
- msgstr ""
624
-
625
- #: ../views/slide-edit.php:35
626
- msgid "Hidden"
627
- msgstr ""
628
-
629
- #: ../views/slide-edit.php:47
630
- msgid "Get Image"
631
- msgstr ""
632
-
633
- #: ../views/slide-edit.php:51
634
- msgid "Caption"
635
- msgstr ""
636
-
637
- #: ../views/slide-edit.php:58
638
- #, fuzzy
639
- msgid "Description:"
640
- msgstr "Beschreibung"
641
-
642
- #: ../views/slide-edit.php:64 ../views/slide-edit.php:201
643
- msgid "Link"
644
- msgstr ""
645
-
646
- #: ../views/slide-edit.php:67 ../views/slide-edit.php:204
647
- msgid "Link URL:"
648
- msgstr ""
649
-
650
- #: ../views/slide-edit.php:71 ../views/slide-edit.php:208
651
- msgid "Open Link in:"
652
- msgstr ""
653
-
654
- #: ../views/slide-edit.php:73 ../views/slide-edit.php:210
655
- msgid "Same Window"
656
- msgstr ""
657
-
658
- #: ../views/slide-edit.php:74 ../views/slide-edit.php:211
659
- msgid "New Tab or Window"
660
- msgstr ""
661
-
662
- #: ../views/slide-edit.php:80
663
- msgid "Image Attributes"
664
- msgstr ""
665
-
666
- #: ../views/slide-edit.php:83
667
- msgid "Alternate Text:"
668
- msgstr ""
669
-
670
- #: ../views/slide-edit.php:87
671
- #, fuzzy
672
- msgid "Title Text:"
673
- msgstr "Titel"
674
-
675
- #: ../views/slide-edit.php:93
676
- #, fuzzy
677
- msgid "Slide Transition Effects"
678
- msgstr "Transition Effects Speed:"
679
-
680
- #: ../views/slide-edit.php:97
681
- msgid "Disable"
682
- msgstr ""
683
-
684
- #: ../views/slide-edit.php:98
685
- msgid "Enable Slide Effects"
686
- msgstr ""
687
-
688
- #: ../views/slide-edit.php:104
689
- #, fuzzy
690
- msgid "Transition Effects:"
691
- msgstr "Transition Effects Speed:"
692
-
693
- #: ../views/slide-edit.php:115 ../views/slider-settings.php:32
694
- msgid "Transition Effects Speed:"
695
- msgstr "Transition Effects Speed:"
696
-
697
- #: ../views/slide-edit.php:117 ../views/slide-edit.php:124
698
- #: ../views/slider-settings.php:34
699
- msgid "Milliseconds"
700
- msgstr "Millisekunden"
701
-
702
- #: ../views/slide-edit.php:122 ../views/slider-settings.php:26
703
- msgid "Next Slide Delay:"
704
- msgstr "Next Slide Verzögerung:"
705
-
706
- #: ../views/slide-edit.php:132 ../views/slider-settings.php:13
707
- msgid "Tile Count:"
708
- msgstr ""
709
-
710
- #: ../views/slide-edit.php:134 ../views/slider-settings.php:15
711
- msgid "The number of tiles to use in the transition."
712
- msgstr ""
713
-
714
- #: ../views/slide-edit.php:138
715
- #, fuzzy
716
- msgid "Tile Delay:"
717
- msgstr "Next Slide Verzögerung:"
718
-
719
- #: ../views/slide-edit.php:140
720
- msgid "Milliseconds to delay each individual tile transition."
721
- msgstr ""
722
-
723
- #: ../views/slide-edit.php:144 ../views/slider-settings.php:18
724
- msgid "Tile Position:"
725
- msgstr ""
726
-
727
- #: ../views/slide-edit.php:146 ../views/slider-settings.php:20
728
- msgid "Vertical"
729
- msgstr ""
730
-
731
- #: ../views/slide-edit.php:147 ../views/slider-settings.php:21
732
- msgid "Horizontal"
733
- msgstr ""
734
-
735
- #: ../views/slide-edit.php:159
736
- msgid "YouTube URL:"
737
- msgstr ""
738
-
739
- #: ../views/slide-edit.php:161
740
- msgid "Copy and paste a valid YouTube URL here."
741
- msgstr ""
742
-
743
- #: ../views/slide-edit.php:166
744
- msgid "Do not show suggested videos when the video finishes."
745
- msgstr ""
746
-
747
- #: ../views/slide-edit.php:171
748
- msgid "Vimeo URL:"
749
- msgstr ""
750
-
751
- #: ../views/slide-edit.php:173
752
- msgid "Copy and paste a valid Vimeo URL here."
753
- msgstr ""
754
-
755
- #: ../views/slide-edit.php:186
756
- msgid "Quote"
757
- msgstr ""
758
-
759
- #: ../views/slide-edit.php:192
760
- msgid "Author"
761
- msgstr ""
762
-
763
- #: ../views/slide-edit.php:195
764
- msgid "Name:"
765
- msgstr ""
766
-
767
- #: ../views/slider-advanced-settings.php:4
768
- msgid "Allow Wrap?"
769
- msgstr ""
770
-
771
- #: ../views/slider-advanced-settings.php:6
772
- #: ../views/slider-advanced-settings.php:44 ../views/slider-settings.php:67
773
- #: ../views/slider-settings.php:78 ../views/slider-settings.php:86
774
- #: ../views/slider-settings.php:94 ../views/slider-settings.php:104
775
- msgid "Yes"
776
- msgstr "Ja"
777
-
778
- #: ../views/slider-advanced-settings.php:7
779
- #: ../views/slider-advanced-settings.php:45 ../views/slider-settings.php:66
780
- #: ../views/slider-settings.php:79 ../views/slider-settings.php:87
781
- #: ../views/slider-settings.php:95 ../views/slider-settings.php:103
782
- msgid "No"
783
- msgstr "Nicht"
784
-
785
- #: ../views/slider-advanced-settings.php:10
786
- msgid ""
787
- "Determines if slider wraps to beginning slide if it reaches the end slide."
788
- msgstr ""
789
-
790
- #: ../views/slider-advanced-settings.php:15
791
- #, fuzzy
792
- msgid "Dynamic Height:"
793
- msgstr "Höhe:"
794
-
795
- #: ../views/slider-advanced-settings.php:17
796
- msgid "Off"
797
- msgstr ""
798
-
799
- #: ../views/slider-advanced-settings.php:18
800
- msgid "On"
801
- msgstr ""
802
-
803
- #: ../views/slider-advanced-settings.php:21
804
- msgid "Adjust slider height depending on current slide."
805
- msgstr ""
806
-
807
- #: ../views/slider-advanced-settings.php:26
808
- #, fuzzy
809
- msgid "Delay:"
810
- msgstr "Next Slide Verzögerung:"
811
-
812
- #: ../views/slider-advanced-settings.php:28
813
- msgid ""
814
- "Milliseconds to add or substract from the time before the first transition "
815
- "occurs."
816
- msgstr ""
817
-
818
- #: ../views/slider-advanced-settings.php:32
819
- msgid "Easing:"
820
- msgstr ""
821
-
822
- #: ../views/slider-advanced-settings.php:38
823
- msgid "Easing for transition animations."
824
- msgstr ""
825
-
826
- #: ../views/slider-advanced-settings.php:42
827
- msgid "Swipe:"
828
- msgstr ""
829
-
830
- #: ../views/slider-advanced-settings.php:48
831
- msgid "Enable swipe gesture support for touch devices."
832
- msgstr ""
833
-
834
- #: ../views/slider-advanced-settings.php:53
835
- #, fuzzy
836
- msgid "Resize Options:"
837
- msgstr "Beschreibung"
838
-
839
- #: ../views/slider-advanced-settings.php:60
840
- msgid "Auto - Cyclone Slider decides the resize option."
841
- msgstr ""
842
-
843
- #: ../views/slider-advanced-settings.php:61
844
- msgid "Crop - Resize and remove excess parts."
845
- msgstr ""
846
-
847
- #: ../views/slider-advanced-settings.php:62
848
- msgid "Exact - Resize to exact dimensions."
849
- msgstr ""
850
-
851
- #: ../views/slider-advanced-settings.php:63
852
- msgid "Landscape - Resize to exact width."
853
- msgstr ""
854
-
855
- #: ../views/slider-advanced-settings.php:64
856
- msgid "Portrait - Resize to exact height."
857
- msgstr ""
858
-
859
- #: ../views/slider-codes.php:4
860
- msgid "Your Shortcode:"
861
- msgstr ""
862
-
863
- #: ../views/slider-codes.php:6
864
- msgid ""
865
- "Copy and paste this shortcode into your Post, Page or Custom Post editor."
866
- msgstr ""
867
-
868
- #: ../views/slider-codes.php:10
869
- msgid "Your PHP Code:"
870
- msgstr ""
871
-
872
- #: ../views/slider-codes.php:12
873
- msgid ""
874
- "Copy and paste this code when you need to display the slider in template "
875
- "files (header.php, front-page.php, etc.)."
876
- msgstr ""
877
-
878
- #: ../views/slider-id.php:5
879
- msgid "Change the Slideshow ID here."
880
- msgstr ""
881
-
882
- #: ../views/slider-preview.php:9
883
- msgid "Your preview will appear here."
884
- msgstr ""
885
-
886
- #: ../views/slider-settings.php:4
887
- msgid "Transition Effects to Use:"
888
- msgstr "Transition Effects zu verwenden:"
889
-
890
- #: ../views/slider-settings.php:28
891
- msgid "Milliseconds. 0 to disable auto advance."
892
- msgstr "Millisekunden. 0 deaktiviert auto Voraus."
893
-
894
- #: ../views/slider-settings.php:38
895
- msgid "Width:"
896
- msgstr "Breite:"
897
-
898
- #: ../views/slider-settings.php:40 ../views/slider-settings.php:46
899
- msgid "pixels."
900
- msgstr ""
901
-
902
- #: ../views/slider-settings.php:44
903
- msgid "Height:"
904
- msgstr "Höhe:"
905
-
906
- #: ../views/slider-settings.php:50
907
- msgid "Width Management:"
908
- msgstr ""
909
-
910
- #: ../views/slider-settings.php:52
911
- msgid "Responsive"
912
- msgstr ""
913
-
914
- #: ../views/slider-settings.php:53
915
- msgid "Full"
916
- msgstr ""
917
-
918
- #: ../views/slider-settings.php:54
919
- msgid "Fixed"
920
- msgstr ""
921
-
922
- #: ../views/slider-settings.php:57
923
- msgid ""
924
- "Responsive - resizes to smaller size but maximum width will be equal to the "
925
- "provided width."
926
- msgstr ""
927
-
928
- #: ../views/slider-settings.php:58
929
- msgid ""
930
- "Full - the same as responsive but maximum width will be equal to its "
931
- "container ignoring the provided width."
932
- msgstr ""
933
-
934
- #: ../views/slider-settings.php:59
935
- msgid "Fixed - width and height are not resized."
936
- msgstr ""
937
-
938
- #: ../views/slider-settings.php:64
939
- msgid "Resize Images?"
940
- msgstr ""
941
-
942
- #: ../views/slider-settings.php:71
943
- msgid "Force Resize"
944
- msgstr ""
945
-
946
- #: ../views/slider-settings.php:72
947
- msgid ""
948
- "Yes - resize images to slideshow dimension. <br>No - use the original "
949
- "uploaded image. <br>Force Resize - Regenerate all images and thumbnails."
950
- msgstr ""
951
-
952
- #: ../views/slider-settings.php:76
953
- msgid "Pause on Hover?"
954
- msgstr ""
955
-
956
- #: ../views/slider-settings.php:84
957
- msgid "Show Prev/Next Buttons?"
958
- msgstr "eige Tasten PREV / NEXT?"
959
-
960
- #: ../views/slider-settings.php:92
961
- msgid "Show Navigation?"
962
- msgstr "Zeige Navigation?"
963
-
964
- #: ../views/slider-settings.php:97
965
- msgid "The thumbnails or dots depending on template."
966
- msgstr ""
967
-
968
- #: ../views/slider-settings.php:101
969
- msgid "Random Slide Order?"
970
- msgstr ""
971
-
972
- #: ../views/slider-settings.php:106
973
- msgid "Randomize order of slides on every page visit."
974
- msgstr ""
975
-
976
- #: ../views/slides.php:7
977
- msgid "Add Slide"
978
- msgstr "Folie hinzufügen"
979
-
980
- #: ../views/template-selection.php:4
981
- msgid "Name"
982
- msgstr ""
983
-
984
- #: ../views/template-selection.php:5
985
- msgid "Supported Slides"
986
- msgstr ""
987
-
988
- #: ../views/template-selection.php:6
989
- msgid "Location"
990
- msgstr ""
991
-
992
- #: ../views/template-selection.php:7
993
- #, fuzzy
994
- msgid "Selected"
995
- msgstr "löschen"
996
-
997
- #: ../views/template-selection.php:43
998
- #, fuzzy
999
- msgid "Learn More About Templates"
1000
- msgstr "Slider-Einstellungen"
1001
-
1002
- #: ../views/template-selection.php:44
1003
- #, fuzzy
1004
- msgid "Get More Templates"
1005
- msgstr "Slider-Einstellungen"
1006
-
1007
- #, fuzzy
1008
- #~ msgid "Slide Properties:"
1009
- #~ msgstr "Slider-Einstellungen"
1010
-
1011
- #~ msgid "Drag"
1012
- #~ msgstr "Ziehen"
1013
-
1014
- #~ msgid "Toggle"
1015
- #~ msgstr "Wechseln"
1016
-
1017
- #~ msgid "Slideshow updated. Shortcode is [cycloneslider id=\"%s\"]"
1018
- #~ msgstr "Slideshow aktualisiert. Shortcode ist [cycloneslider id=\"%s\"]"
1019
-
1020
- #~ msgid "Slideshow published. Shortcode is [cycloneslider id=\"%s\"]"
1021
- #~ msgstr "Slideshow veröffentlicht. Shortcode ist [cycloneslider id=\"%s\"]"
1022
-
1023
- #, fuzzy
1024
- #~ msgid "Slide Elements:"
1025
- #~ msgstr "Zusätzliche Gleitelemente:"
1026
-
1027
- #, fuzzy
1028
- #~ msgid "Slide Effects"
1029
- #~ msgstr "Slider-Einstellungen"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
languages/cyclone-slider-2-es_ES.mo DELETED
Binary file
languages/cyclone-slider-2-es_ES.po DELETED
@@ -1,1202 +0,0 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: Cyclone Slider 2 v2.8.3\n"
4
- "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2016-03-30 09:13+0800\n"
6
- "PO-Revision-Date: 2016-03-30 09:17+0800\n"
7
- "Last-Translator: Kosinix <kosinix@codefleet.net>\n"
8
- "Language-Team: Digital03 <info@digital03.net>\n"
9
- "Language: es_ES\n"
10
- "MIME-Version: 1.0\n"
11
- "Content-Type: text/plain; charset=UTF-8\n"
12
- "Content-Transfer-Encoding: 8bit\n"
13
- "Plural-Forms: nplurals=2; plural=n != 1;\n"
14
- "X-Generator: Poedit 1.6.7\n"
15
- "X-Poedit-SourceCharset: UTF-8\n"
16
- "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;"
17
- "_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2\n"
18
- "X-Poedit-Basepath: .\n"
19
- "X-Textdomain-Support: yes\n"
20
- "X-Poedit-SearchPath-0: .\n"
21
- "X-Poedit-SearchPath-1: ..\n"
22
-
23
- # @ cycloneslider
24
- #: ../cyclone-slider.php:101
25
- msgid "Cyclone Slider Settings"
26
- msgstr "Ajustes de Cyclone Slider"
27
-
28
- # @ cycloneslider
29
- #: ../cyclone-slider.php:102
30
- msgid "Settings"
31
- msgstr "Ajustes"
32
-
33
- # @ cycloneslider
34
- #: ../cyclone-slider.php:112
35
- #, fuzzy
36
- msgid "Cyclone Slider Export"
37
- msgstr "Cyclone Slider"
38
-
39
- # @ cycloneslider
40
- #: ../cyclone-slider.php:113
41
- #, fuzzy
42
- msgid "Export/Import"
43
- msgstr "Importar"
44
-
45
- # @ cycloneslider
46
- #: ../cyclone-slider.php:125
47
- #, fuzzy
48
- msgid "Cyclone Slider Nextgen Export"
49
- msgstr "Cyclone Slider Widget"
50
-
51
- #: ../cyclone-slider.php:126 ../src/CycloneSlider/ExportPageNextgen.php:72
52
- msgid "Export Nextgen"
53
- msgstr ""
54
-
55
- # @ cycloneslider
56
- #: ../cyclone-slider.php:138
57
- #, fuzzy
58
- msgid "Cyclone Slider Import"
59
- msgstr "Cyclone Slider"
60
-
61
- # @ cycloneslider
62
- #: ../cyclone-slider.php:139 ../src/CycloneSlider/ExportPage.php:69
63
- #: ../src/CycloneSlider/ExportPageNextgen.php:67
64
- #: ../src/CycloneSlider/ExporterNextgen.php:65
65
- #: ../src/CycloneSlider/ImportPage.php:74
66
- #: ../src/CycloneSlider/NextgenIntegration.php:65
67
- msgid "Import"
68
- msgstr "Importar"
69
-
70
- # @ cycloneslider
71
- #: ../src/CycloneSlider/Admin.php:142
72
- msgid "Cyclone Slider"
73
- msgstr "Cyclone Slider"
74
-
75
- # @ cycloneslider
76
- #: ../src/CycloneSlider/Admin.php:143
77
- msgid "Slideshow"
78
- msgstr "Slideshow"
79
-
80
- # @ cycloneslider
81
- #: ../src/CycloneSlider/Admin.php:144
82
- msgid "Add Slideshow"
83
- msgstr "Añadir slideshow"
84
-
85
- # @ cycloneslider
86
- #: ../src/CycloneSlider/Admin.php:145
87
- msgid "Add New Slideshow"
88
- msgstr "Añadir nuevo slideshow"
89
-
90
- # @ cycloneslider
91
- #: ../src/CycloneSlider/Admin.php:146
92
- msgid "Edit Slideshow"
93
- msgstr "Editar slideshow"
94
-
95
- # @ cycloneslider
96
- #: ../src/CycloneSlider/Admin.php:147
97
- msgid "New Slideshow"
98
- msgstr "Nuevo slideshow"
99
-
100
- # @ cycloneslider
101
- #: ../src/CycloneSlider/Admin.php:148
102
- msgid "View Slideshow"
103
- msgstr "Ver slideshow"
104
-
105
- # @ cycloneslider
106
- #: ../src/CycloneSlider/Admin.php:149
107
- msgid "Search Slideshows"
108
- msgstr "Buscar slideshows"
109
-
110
- # @ cycloneslider
111
- #: ../src/CycloneSlider/Admin.php:150
112
- msgid "No slideshows found"
113
- msgstr "No se han encontrado slideshows"
114
-
115
- # @ cycloneslider
116
- #: ../src/CycloneSlider/Admin.php:151
117
- msgid "No slideshows found in Trash"
118
- msgstr "No hay slideshows en la papelera"
119
-
120
- # @ cycloneslider
121
- #: ../src/CycloneSlider/Admin.php:197 ../src/CycloneSlider/Admin.php:200
122
- #: ../src/CycloneSlider/Admin.php:201 ../src/CycloneSlider/Admin.php:204
123
- #: ../src/CycloneSlider/Admin.php:205 ../src/CycloneSlider/Admin.php:206
124
- msgid "Slideshow updated."
125
- msgstr "Slideshow actualizado."
126
-
127
- # @ cycloneslider
128
- #: ../src/CycloneSlider/Admin.php:198
129
- msgid "Custom field updated."
130
- msgstr "Campos personalizados actualizados"
131
-
132
- # @ cycloneslider
133
- #: ../src/CycloneSlider/Admin.php:199
134
- msgid "Custom field deleted."
135
- msgstr "Campo personalizado eliminado."
136
-
137
- # @ cycloneslider
138
- #: ../src/CycloneSlider/Admin.php:202
139
- msgid "Slideshow published."
140
- msgstr "Slideshow publicado."
141
-
142
- # @ cycloneslider
143
- #: ../src/CycloneSlider/Admin.php:203
144
- msgid "Slideshow saved."
145
- msgstr "Slideshow guardado."
146
-
147
- # @ cycloneslider
148
- #: ../src/CycloneSlider/Admin.php:242
149
- msgid "Slides"
150
- msgstr "Diapositivas"
151
-
152
- # @ cycloneslider
153
- #: ../src/CycloneSlider/Admin.php:251
154
- msgid "Slider Preview"
155
- msgstr "Vista previa"
156
-
157
- # @ cycloneslider
158
- #: ../src/CycloneSlider/Admin.php:260
159
- msgid "Get Slider Codes"
160
- msgstr "Ver el código del slider"
161
-
162
- # @ cycloneslider
163
- #: ../src/CycloneSlider/Admin.php:269
164
- msgid "Basic Settings"
165
- msgstr "Ajustes básicos"
166
-
167
- # @ cycloneslider
168
- #: ../src/CycloneSlider/Admin.php:278
169
- msgid "Advanced Settings"
170
- msgstr "Ajustes avanzados"
171
-
172
- # @ cycloneslider
173
- #: ../src/CycloneSlider/Admin.php:287
174
- msgid "Templates"
175
- msgstr "Plantillas"
176
-
177
- # @ cycloneslider
178
- #: ../src/CycloneSlider/Admin.php:296 ../src/CycloneSlider/Admin.php:612
179
- msgid "Slideshow ID"
180
- msgstr "ID del slideshow"
181
-
182
- # @ cycloneslider
183
- #: ../src/CycloneSlider/Admin.php:323
184
- msgid "Slide"
185
- msgstr "Diapositiva"
186
-
187
- #: ../src/CycloneSlider/Admin.php:328
188
- msgid "[Hidden]"
189
- msgstr ""
190
-
191
- # @ cycloneslider
192
- #: ../src/CycloneSlider/Admin.php:463
193
- msgid "Core"
194
- msgstr "Núcleo"
195
-
196
- #: ../src/CycloneSlider/Admin.php:464
197
- #, php-format
198
- msgid ""
199
- "You should not make changes to templates in this location. All your changes "
200
- "will be gone when the plugin is updated. <br />Location: <strong>%s</strong>"
201
- msgstr ""
202
-
203
- # @ cycloneslider
204
- #: ../src/CycloneSlider/Admin.php:468 ../src/CycloneSlider/Admin.php:473
205
- #: ../src/CycloneSlider/Admin.php:477
206
- #, fuzzy, php-format
207
- msgid "Location: <strong>%s</strong>"
208
- msgstr "Localizado dentro de la carpeta wp-content:<br> <strong>%s</strong>"
209
-
210
- # @ cycloneslider
211
- #: ../src/CycloneSlider/Admin.php:469
212
- #, fuzzy
213
- msgid ""
214
- "Your template is in danger of being overwritten when you upgrade your theme. "
215
- "Please consider creating a WordPress plugin Cyclone Slider template."
216
- msgstr ""
217
- "Tu plantilla está en peligro de ser sobre-escrita cuando actualices tu tema. "
218
- "Por favor, muevela dentro de %s."
219
-
220
- # @ cycloneslider
221
- #: ../src/CycloneSlider/Admin.php:520
222
- msgid "Slide *"
223
- msgstr "Diapositiva *"
224
-
225
- # @ cycloneslider
226
- #: ../src/CycloneSlider/Admin.php:609
227
- msgid "Slideshow Name"
228
- msgstr "Nombre del slideshow"
229
-
230
- # @ cycloneslider
231
- #: ../src/CycloneSlider/Admin.php:610
232
- msgid "Template"
233
- msgstr "Plantilla"
234
-
235
- # @ cycloneslider
236
- #: ../src/CycloneSlider/Admin.php:611
237
- msgid "No. of Slides"
238
- msgstr "No. de diapositivas"
239
-
240
- # @ cycloneslider
241
- #: ../src/CycloneSlider/Admin.php:613
242
- msgid "Shortcode"
243
- msgstr "Shortcode"
244
-
245
- # @ cycloneslider
246
- #: ../src/CycloneSlider/AssetLoader.php:71
247
- msgid "Select an image"
248
- msgstr "Seleciona una imagen"
249
-
250
- # @ cycloneslider
251
- #: ../src/CycloneSlider/AssetLoader.php:72
252
- msgid "Select Images - Use Ctrl + Click or Shift + Click"
253
- msgstr "Selecionar varias imágenes - Usar Ctrl + Click o Shift + Click"
254
-
255
- # @ cycloneslider
256
- #: ../src/CycloneSlider/AssetLoader.php:73
257
- msgid "Add to Slide"
258
- msgstr "Añadir a la diapositiva"
259
-
260
- # @ cycloneslider
261
- #: ../src/CycloneSlider/AssetLoader.php:74 ../views/slides.php:8
262
- msgid "Add Images as Slides"
263
- msgstr "Añadir imágenes como diapositivas"
264
-
265
- # @ cycloneslider
266
- #: ../src/CycloneSlider/AssetLoader.php:75
267
- msgid "Error. Make sure its a valid YouTube URL."
268
- msgstr "Error. Asegúrate de que es una dirección de YouTube válida."
269
-
270
- # @ cycloneslider
271
- #: ../src/CycloneSlider/ExportPage.php:64
272
- #: ../src/CycloneSlider/ExportPageNextgen.php:62
273
- #: ../src/CycloneSlider/ImportPage.php:69
274
- #, fuzzy
275
- msgid "Export"
276
- msgstr "Importar"
277
-
278
- #: ../src/CycloneSlider/ExportPage.php:77
279
- #: ../src/CycloneSlider/ImportPage.php:63
280
- msgid ""
281
- "ZipArchive not supported. ZipArchive is needed for Import and Export to work."
282
- msgstr ""
283
-
284
- #: ../src/CycloneSlider/ExportPage.php:113
285
- #: ../src/CycloneSlider/ExportPageNextgen.php:118
286
- msgid "Your export file is ready. Click Download."
287
- msgstr ""
288
-
289
- #: ../src/CycloneSlider/ExportPage.php:118
290
- #: ../src/CycloneSlider/ExportPageNextgen.php:123
291
- msgid "Error creating exports directory."
292
- msgstr ""
293
-
294
- # @ cycloneslider
295
- #: ../src/CycloneSlider/ExportPage.php:167
296
- #: ../src/CycloneSlider/ExportPageNextgen.php:172
297
- #, fuzzy
298
- msgid "No slider selected."
299
- msgstr "No se han encontrado Sliders."
300
-
301
- #: ../src/CycloneSlider/ExportPage.php:172
302
- #: ../src/CycloneSlider/ExportPageNextgen.php:177
303
- msgid "Please choose a file name."
304
- msgstr ""
305
-
306
- # @ cycloneslider
307
- #: ../src/CycloneSlider/Exporter.php:52
308
- #, fuzzy
309
- msgid "Error no sliders selected."
310
- msgstr "No se han encontrado Sliders."
311
-
312
- #: ../src/CycloneSlider/Exporter.php:73
313
- msgid "Error encoding data to JSON."
314
- msgstr ""
315
-
316
- #: ../src/CycloneSlider/Exporter.php:79
317
- #, php-format
318
- msgid "Success generating zip %s."
319
- msgstr ""
320
-
321
- #: ../src/CycloneSlider/Exporter.php:109
322
- #, php-format
323
- msgid "Exporting data for slider \"%s\"."
324
- msgstr ""
325
-
326
- # @ cycloneslider
327
- #: ../src/CycloneSlider/Exporter.php:111
328
- #, fuzzy, php-format
329
- msgid "Slider \"%s\" not found."
330
- msgstr "[Slideshow \"%s\" no encontrado]"
331
-
332
- #: ../src/CycloneSlider/Exporter.php:138
333
- #, php-format
334
- msgid ""
335
- "Image %1$d was not found on slide %2$d of slider %3$s. Path to image is %4$s."
336
- msgstr ""
337
-
338
- # @ cycloneslider
339
- #: ../src/CycloneSlider/Exporter.php:182
340
- #, fuzzy
341
- msgid "ZipArchive not supported."
342
- msgstr "Tipo de diapositiva no soportado."
343
-
344
- #: ../src/CycloneSlider/Exporter.php:188
345
- #, php-format
346
- msgid "Error opening zip file %s. Code: %s"
347
- msgstr ""
348
-
349
- #: ../src/CycloneSlider/Exporter.php:197
350
- #, php-format
351
- msgid "Error adding file %s to zip."
352
- msgstr ""
353
-
354
- #: ../src/CycloneSlider/Exporter.php:199 ../src/CycloneSlider/Exporter.php:207
355
- #, php-format
356
- msgid "File %s added to zip."
357
- msgstr ""
358
-
359
- # @ cycloneslider
360
- #: ../src/CycloneSlider/ExporterNextgen.php:39
361
- #: ../src/CycloneSlider/NextgenIntegration.php:39
362
- msgid "NextGEN Integration"
363
- msgstr "Integración con NextGEN"
364
-
365
- # @ cycloneslider
366
- #: ../src/CycloneSlider/ExporterNextgen.php:55
367
- #: ../src/CycloneSlider/NextgenIntegration.php:55
368
- msgid "Choose a NextGEN Gallery"
369
- msgstr "Escoge una galería NextGEN"
370
-
371
- # @ cycloneslider
372
- #: ../src/CycloneSlider/ExporterNextgen.php:67
373
- #: ../src/CycloneSlider/NextgenIntegration.php:67
374
- msgid ""
375
- "Select a gallery to import images from. Images will be added as new slides."
376
- msgstr ""
377
- "Selecciona una galería para importar las imágenes. Las imagenes serán "
378
- "añadidas como nuevas diapositivas."
379
-
380
- # @ cycloneslider
381
- #: ../src/CycloneSlider/Frontend.php:101
382
- #, php-format
383
- msgid "[Slideshow \"%s\" not found]"
384
- msgstr "[Slideshow \"%s\" no encontrado]"
385
-
386
- # @ cycloneslider
387
- #: ../src/CycloneSlider/Frontend.php:117
388
- #, php-format
389
- msgid "[Template \"%s\" not found]"
390
- msgstr "[Plantilla \"%s\" no encontrada]"
391
-
392
- #: ../src/CycloneSlider/ImportPage.php:116
393
- msgid "Import operation success!"
394
- msgstr ""
395
-
396
- #: ../src/CycloneSlider/Importer.php:35
397
- msgid "Could not read zip files. ZipArchive not supported."
398
- msgstr ""
399
-
400
- # @ cycloneslider
401
- #: ../src/CycloneSlider/Importer.php:40
402
- #, fuzzy
403
- msgid "No zip file found."
404
- msgstr "No se han encontrado Sliders."
405
-
406
- #: ../src/CycloneSlider/Importer.php:46
407
- msgid "Error creating imports directory."
408
- msgstr ""
409
-
410
- #: ../src/CycloneSlider/Importer.php:53
411
- msgid "Error moving uploaded zip."
412
- msgstr ""
413
-
414
- #: ../src/CycloneSlider/Importer.php:60
415
- #, php-format
416
- msgid "Error opening zip: %s"
417
- msgstr ""
418
-
419
- #: ../src/CycloneSlider/Importer.php:73
420
- #, php-format
421
- msgid "Security error. Invalid %s file."
422
- msgstr ""
423
-
424
- #: ../src/CycloneSlider/Importer.php:80
425
- #, php-format
426
- msgid "Security error. File %s is not an image."
427
- msgstr ""
428
-
429
- #: ../src/CycloneSlider/Importer.php:86
430
- #, php-format
431
- msgid "Security error. Missing %s file."
432
- msgstr ""
433
-
434
- #: ../src/CycloneSlider/Importer.php:92
435
- msgid "Error extracting zip."
436
- msgstr ""
437
-
438
- #: ../src/CycloneSlider/Importer.php:99
439
- msgid "Failed to read export JSON."
440
- msgstr ""
441
-
442
- #: ../src/CycloneSlider/Importer.php:104
443
- msgid "Failed to decode JSON."
444
- msgstr ""
445
-
446
- #: ../src/CycloneSlider/Importer.php:175
447
- #, php-format
448
- msgid "scandir failed on %s"
449
- msgstr ""
450
-
451
- # @ cycloneslider
452
- #: ../src/CycloneSlider/Importer.php:191
453
- #, fuzzy, php-format
454
- msgid "Source image %s not found."
455
- msgstr "[Plantilla \"%s\" no encontrada]"
456
-
457
- #: ../src/CycloneSlider/Importer.php:195
458
- msgid "Copy error."
459
- msgstr ""
460
-
461
- # @ cycloneslider
462
- # @ default
463
- #: ../src/CycloneSlider/SettingsPage.php:51
464
- msgid "Default options restored."
465
- msgstr "Ajustes por defecto restaurados."
466
-
467
- # @ cycloneslider
468
- #: ../src/CycloneSlider/WidgetSlider.php:13
469
- msgid "Cyclone Slider Widget"
470
- msgstr "Cyclone Slider Widget"
471
-
472
- # @ cycloneslider
473
- #: ../src/CycloneSlider/WidgetSlider.php:14
474
- msgid "Widget for displaying sliders."
475
- msgstr "Widget para mostrar diapositivas."
476
-
477
- # @ cycloneslider
478
- #: ../src/CycloneSlider/WidgetSlider.php:65 ../views/slide-edit.php:54
479
- msgid "Title:"
480
- msgstr "Título:"
481
-
482
- # @ cycloneslider
483
- #: ../src/CycloneSlider/WidgetSlider.php:79
484
- msgid "Select a Slider:"
485
- msgstr "Selectionar un Slider"
486
-
487
- # @ cycloneslider
488
- #: ../src/CycloneSlider/WidgetSlider.php:94
489
- msgid "No sliders found."
490
- msgstr "No se han encontrado Sliders."
491
-
492
- # @ cycloneslider
493
- #: ../templates/dark/slider.php:43
494
- msgid "View Larger Image"
495
- msgstr "Ver imagen grande"
496
-
497
- # @ cycloneslider
498
- #: ../templates/dark/slider.php:46 ../templates/dark/slider.php:48
499
- msgid "Learn More"
500
- msgstr "Saber más"
501
-
502
- # @ cycloneslider
503
- #: ../templates/dark/slider.php:64 ../templates/default/slider.php:62
504
- #: ../templates/default/slider.php:66 ../templates/default/slider.php:70
505
- #: ../templates/standard/slider.php:70 ../templates/thumbnails/slider.php:70
506
- msgid "Slide type not supported."
507
- msgstr "Tipo de diapositiva no soportado."
508
-
509
- # @ cycloneslider
510
- #: ../views/export-nextgen-step-1.php:8 ../views/export-nextgen-step-2.php:8
511
- #: ../views/export-nextgen-step-3.php:8
512
- #, fuzzy
513
- msgid "Cyclone Slider Nextgen Exporter"
514
- msgstr "Cyclone Slider Widget"
515
-
516
- # @ cycloneslider
517
- #: ../views/export-nextgen-step-1.php:18
518
- #, fuzzy
519
- msgid "Choose a NextGEN Gallery:"
520
- msgstr "Escoge una galería NextGEN"
521
-
522
- # @ cycloneslider
523
- #: ../views/export-nextgen-step-1.php:22 ../views/export-step-1.php:22
524
- #, fuzzy
525
- msgid "Select All"
526
- msgstr "Seleccionado"
527
-
528
- # @ cycloneslider
529
- #: ../views/export-nextgen-step-1.php:34 ../views/export-nextgen-step-2.php:28
530
- #: ../views/export-step-1.php:34 ../views/export-step-2.php:28
531
- #, fuzzy
532
- msgid "File Name:"
533
- msgstr "Nombre:"
534
-
535
- # @ cycloneslider
536
- #: ../views/export-nextgen-step-1.php:41 ../views/export-step-1.php:41
537
- #, fuzzy
538
- msgid "No slider to export."
539
- msgstr "No se han encontrado Sliders."
540
-
541
- #: ../views/export-nextgen-step-1.php:44 ../views/export-step-1.php:44
542
- msgid "Clear"
543
- msgstr ""
544
-
545
- #: ../views/export-nextgen-step-1.php:45 ../views/export-step-1.php:45
546
- msgid "Next"
547
- msgstr ""
548
-
549
- # @ cycloneslider
550
- #: ../views/export-nextgen-step-2.php:17 ../views/export-step-2.php:17
551
- #, fuzzy
552
- msgid "Selected slider(s):"
553
- msgstr "Selectionar un Slider"
554
-
555
- #: ../views/export-nextgen-step-2.php:35 ../views/export-nextgen-step-3.php:21
556
- #: ../views/export-nextgen-step-3.php:26 ../views/export-step-2.php:35
557
- #: ../views/export-step-3.php:21 ../views/export-step-3.php:26
558
- #: ../views/import-step-3.php:15
559
- msgid "Back"
560
- msgstr ""
561
-
562
- #: ../views/export-nextgen-step-2.php:36 ../views/export-step-2.php:36
563
- msgid "Generate Export File"
564
- msgstr ""
565
-
566
- #: ../views/export-nextgen-step-3.php:22 ../views/export-step-3.php:22
567
- msgid "Download"
568
- msgstr ""
569
-
570
- # @ cycloneslider
571
- #: ../views/export-step-1.php:8 ../views/export-step-2.php:8
572
- #: ../views/export-step-3.php:8
573
- #, fuzzy
574
- msgid "Cyclone Slider Exporter"
575
- msgstr "Cyclone Slider"
576
-
577
- # @ cycloneslider
578
- #: ../views/export-step-1.php:18
579
- #, fuzzy
580
- msgid "Select sliders:"
581
- msgstr "Selectionar un Slider"
582
-
583
- # @ cycloneslider
584
- #: ../views/import-step-1.php:8 ../views/import-step-3.php:8
585
- #, fuzzy
586
- msgid "Cyclone Slider Importer"
587
- msgstr "Cyclone Slider"
588
-
589
- #: ../views/import-step-1.php:17
590
- msgid "Import Zip File:"
591
- msgstr ""
592
-
593
- #: ../views/import-step-1.php:24
594
- msgid "Upload"
595
- msgstr ""
596
-
597
- # @ cycloneslider
598
- #: ../views/settings-page.php:7
599
- #, fuzzy
600
- msgid ""
601
- "Play with these settings if Cyclone Slider is not working or if you want to "
602
- "optimize it."
603
- msgstr ""
604
- "Cambia estas opciones si Cyclone Slider 2 no funciona bien o si quieres "
605
- "optimizarlo."
606
-
607
- # @ cycloneslider
608
- #: ../views/settings-page.php:16
609
- msgid "Load scripts in:"
610
- msgstr "Cargar scripts en:"
611
-
612
- # @ cycloneslider
613
- #: ../views/settings-page.php:19
614
- msgid "Header"
615
- msgstr "Cabecera"
616
-
617
- # @ cycloneslider
618
- #: ../views/settings-page.php:20
619
- msgid "Footer"
620
- msgstr "Pie de página"
621
-
622
- # @ cycloneslider
623
- #: ../views/settings-page.php:25
624
- msgid "Load these scripts:"
625
- msgstr "Cargar estos scripts"
626
-
627
- # @ cycloneslider
628
- #: ../views/settings-page.php:30
629
- msgid "Cycle 2. This is the core script needed by the plugin."
630
- msgstr "Cycle 2. Este es el script necesario para que el plugin funcione."
631
-
632
- # @ cycloneslider
633
- #: ../views/settings-page.php:35
634
- msgid "Cycle 2 - Carousel. Used by these templates: Galleria, Lea, Dos."
635
- msgstr "Cycle 2 - Carousel. Usado por estas plantillas: Galería, Lea, Dos."
636
-
637
- # @ cycloneslider
638
- #: ../views/settings-page.php:40
639
- msgid "Cycle 2 - Swipe. For touch swipe events."
640
- msgstr "Cycle 2. Swipe. Para eventos táctiles."
641
-
642
- # @ cycloneslider
643
- #: ../views/settings-page.php:45
644
- msgid "Cycle 2 - Tile. Used for tile transition effects."
645
- msgstr "Cycle 2. Tile. Usado para los efectos de las transiciones."
646
-
647
- # @ cycloneslider
648
- #: ../views/settings-page.php:50
649
- msgid "Cycle 2 - Video. Used by YouTube template."
650
- msgstr "Cycle 2 - Vídeo. Usado por la plantilla Youtube."
651
-
652
- # @ cycloneslider
653
- #: ../views/settings-page.php:55
654
- msgid "Magnific Popup - Enable lightbox option."
655
- msgstr "Magnific Popup. Activa la opción lightbox."
656
-
657
- # @ cycloneslider
658
- #: ../views/settings-page.php:55 ../views/settings-page.php:60
659
- #: ../views/slider-advanced-settings.php:2
660
- msgid "Available in pro version."
661
- msgstr "Disponible en la versión pro."
662
-
663
- # @ cycloneslider
664
- #: ../views/settings-page.php:60
665
- msgid "Easing - Enable easing options."
666
- msgstr "Easing. Activa las opciones de fundido."
667
-
668
- # @ cycloneslider
669
- #: ../views/settings-page.php:65
670
- msgid "Scripts loading priority:"
671
- msgstr "Prioridad de carga de scripts:"
672
-
673
- # @ cycloneslider
674
- #: ../views/settings-page.php:68
675
- msgid "Make this value bigger to load scripts last."
676
- msgstr "Introduce un valor más grande para cargar los scripts los últimos."
677
-
678
- # @ cycloneslider
679
- #: ../views/settings-page.php:72
680
- msgid "Load these templates:"
681
- msgstr "Usar estas plantillas:"
682
-
683
- # @ cycloneslider
684
- #: ../views/settings-page.php:85
685
- msgid "Save Options"
686
- msgstr "Guardar opciones"
687
-
688
- # @ cycloneslider
689
- #: ../views/settings-page.php:86
690
- msgid "Restore Defaults"
691
- msgstr "Restaurar por defecto"
692
-
693
- # @ cycloneslider
694
- #: ../views/slide-edit.php:17
695
- msgid "Delete"
696
- msgstr "Eliminar"
697
-
698
- # @ cycloneslider
699
- #: ../views/slide-edit.php:26
700
- msgid "Image"
701
- msgstr "Imagen"
702
-
703
- # @ cycloneslider
704
- #: ../views/slide-edit.php:27
705
- msgid "YouTube"
706
- msgstr "YouTube. "
707
-
708
- # @ cycloneslider
709
- #: ../views/slide-edit.php:28
710
- msgid "Vimeo"
711
- msgstr "Vimeo"
712
-
713
- # @ cycloneslider
714
- #: ../views/slide-edit.php:29 ../views/slide-edit.php:178
715
- msgid "Custom HTML"
716
- msgstr "HTML personalizado"
717
-
718
- # @ cycloneslider
719
- #: ../views/slide-edit.php:30
720
- msgid "Testimonial"
721
- msgstr "Recomendación"
722
-
723
- #: ../views/slide-edit.php:35
724
- msgid "Hidden"
725
- msgstr ""
726
-
727
- # @ cycloneslider
728
- #: ../views/slide-edit.php:47
729
- msgid "Get Image"
730
- msgstr "Elegir imagen"
731
-
732
- # @ cycloneslider
733
- #: ../views/slide-edit.php:51
734
- msgid "Caption"
735
- msgstr "Leyenda"
736
-
737
- # @ cycloneslider
738
- #: ../views/slide-edit.php:58
739
- msgid "Description:"
740
- msgstr "Decripción:"
741
-
742
- # @ cycloneslider
743
- #: ../views/slide-edit.php:64 ../views/slide-edit.php:201
744
- msgid "Link"
745
- msgstr "Enlace"
746
-
747
- # @ cycloneslider
748
- #: ../views/slide-edit.php:67 ../views/slide-edit.php:204
749
- msgid "Link URL:"
750
- msgstr "URL del enlace"
751
-
752
- # @ cycloneslider
753
- #: ../views/slide-edit.php:71 ../views/slide-edit.php:208
754
- msgid "Open Link in:"
755
- msgstr "Abrir enlace en:"
756
-
757
- # @ cycloneslider
758
- #: ../views/slide-edit.php:73 ../views/slide-edit.php:210
759
- msgid "Same Window"
760
- msgstr "Misma ventana"
761
-
762
- # @ cycloneslider
763
- #: ../views/slide-edit.php:74 ../views/slide-edit.php:211
764
- msgid "New Tab or Window"
765
- msgstr "Abrir enlace en una nueva ventana/pestaña"
766
-
767
- # @ cycloneslider
768
- #: ../views/slide-edit.php:80
769
- msgid "Image Attributes"
770
- msgstr "Atributos de imagen"
771
-
772
- # @ cycloneslider
773
- #: ../views/slide-edit.php:83
774
- msgid "Alternate Text:"
775
- msgstr "Texto alternativo:"
776
-
777
- # @ cycloneslider
778
- #: ../views/slide-edit.php:87
779
- msgid "Title Text:"
780
- msgstr "Texto del título:"
781
-
782
- # @ cycloneslider
783
- #: ../views/slide-edit.php:93
784
- msgid "Slide Transition Effects"
785
- msgstr "Efectos de transición de diapositivas"
786
-
787
- # @ cycloneslider
788
- #: ../views/slide-edit.php:97
789
- msgid "Disable"
790
- msgstr "Desactivar"
791
-
792
- # @ cycloneslider
793
- #: ../views/slide-edit.php:98
794
- msgid "Enable Slide Effects"
795
- msgstr "Activar efectos de diapositiva"
796
-
797
- # @ cycloneslider
798
- #: ../views/slide-edit.php:104
799
- msgid "Transition Effects:"
800
- msgstr "Efectos de transición:"
801
-
802
- # @ cycloneslider
803
- #: ../views/slide-edit.php:115 ../views/slider-settings.php:32
804
- msgid "Transition Effects Speed:"
805
- msgstr "Velocidad del efecto de transición:"
806
-
807
- # @ cycloneslider
808
- #: ../views/slide-edit.php:117 ../views/slide-edit.php:124
809
- #: ../views/slider-settings.php:34
810
- msgid "Milliseconds"
811
- msgstr "Milisegundos"
812
-
813
- # @ cycloneslider
814
- #: ../views/slide-edit.php:122 ../views/slider-settings.php:26
815
- msgid "Next Slide Delay:"
816
- msgstr "Retraso siguiente diapositiva:"
817
-
818
- # @ cycloneslider
819
- #: ../views/slide-edit.php:132 ../views/slider-settings.php:13
820
- msgid "Tile Count:"
821
- msgstr "Número de diapositivas:"
822
-
823
- # @ cycloneslider
824
- #: ../views/slide-edit.php:134 ../views/slider-settings.php:15
825
- msgid "The number of tiles to use in the transition."
826
- msgstr "Número de diapositivas para usar esta transición."
827
-
828
- # @ cycloneslider
829
- #: ../views/slide-edit.php:138
830
- msgid "Tile Delay:"
831
- msgstr "Retraso:"
832
-
833
- # @ cycloneslider
834
- #: ../views/slide-edit.php:140
835
- msgid "Milliseconds to delay each individual tile transition."
836
- msgstr "Milisegundos para retrasar cada transición individual."
837
-
838
- # @ cycloneslider
839
- #: ../views/slide-edit.php:144 ../views/slider-settings.php:18
840
- msgid "Tile Position:"
841
- msgstr "Posición de la capa:"
842
-
843
- # @ cycloneslider
844
- #: ../views/slide-edit.php:146 ../views/slider-settings.php:20
845
- msgid "Vertical"
846
- msgstr "Vertical"
847
-
848
- # @ cycloneslider
849
- #: ../views/slide-edit.php:147 ../views/slider-settings.php:21
850
- msgid "Horizontal"
851
- msgstr "Horizontal"
852
-
853
- # @ cycloneslider
854
- #: ../views/slide-edit.php:159
855
- msgid "YouTube URL:"
856
- msgstr "URL Youtube:"
857
-
858
- # @ cycloneslider
859
- #: ../views/slide-edit.php:161
860
- msgid "Copy and paste a valid YouTube URL here."
861
- msgstr "Copia y pega un enlace válido de Youtube aquí."
862
-
863
- # @ cycloneslider
864
- #: ../views/slide-edit.php:166
865
- msgid "Do not show suggested videos when the video finishes."
866
- msgstr ""
867
- "No sugerir otros videos relacionados cuando el vídeo seleccionado termine."
868
-
869
- # @ cycloneslider
870
- #: ../views/slide-edit.php:171
871
- msgid "Vimeo URL:"
872
- msgstr "URL Vimeo:"
873
-
874
- # @ cycloneslider
875
- #: ../views/slide-edit.php:173
876
- msgid "Copy and paste a valid Vimeo URL here."
877
- msgstr "Copia y pega un enlace válido a Vimeo aquí."
878
-
879
- # @ cycloneslider
880
- #: ../views/slide-edit.php:186
881
- msgid "Quote"
882
- msgstr "Cita"
883
-
884
- # @ cycloneslider
885
- #: ../views/slide-edit.php:192
886
- msgid "Author"
887
- msgstr "Autor"
888
-
889
- # @ cycloneslider
890
- #: ../views/slide-edit.php:195
891
- #, fuzzy
892
- msgid "Name:"
893
- msgstr "Nombre:"
894
-
895
- # @ cycloneslider
896
- #: ../views/slider-advanced-settings.php:4
897
- msgid "Allow Wrap?"
898
- msgstr "Permitir volver al inicio?"
899
-
900
- # @ cycloneslider
901
- #: ../views/slider-advanced-settings.php:6
902
- #: ../views/slider-advanced-settings.php:44 ../views/slider-settings.php:67
903
- #: ../views/slider-settings.php:78 ../views/slider-settings.php:86
904
- #: ../views/slider-settings.php:94 ../views/slider-settings.php:104
905
- msgid "Yes"
906
- msgstr "Si"
907
-
908
- # @ cycloneslider
909
- #: ../views/slider-advanced-settings.php:7
910
- #: ../views/slider-advanced-settings.php:45 ../views/slider-settings.php:66
911
- #: ../views/slider-settings.php:79 ../views/slider-settings.php:87
912
- #: ../views/slider-settings.php:95 ../views/slider-settings.php:103
913
- msgid "No"
914
- msgstr "No"
915
-
916
- # @ cycloneslider
917
- #: ../views/slider-advanced-settings.php:10
918
- msgid ""
919
- "Determines if slider wraps to beginning slide if it reaches the end slide."
920
- msgstr ""
921
- "Determina si el slider vuelve al principio tras mostrar la última "
922
- "diapositiva."
923
-
924
- # @ cycloneslider
925
- #: ../views/slider-advanced-settings.php:15
926
- msgid "Dynamic Height:"
927
- msgstr "Altura dinámica:"
928
-
929
- # @ cycloneslider
930
- #: ../views/slider-advanced-settings.php:17
931
- msgid "Off"
932
- msgstr "Apagado"
933
-
934
- # @ cycloneslider
935
- #: ../views/slider-advanced-settings.php:18
936
- msgid "On"
937
- msgstr "Encendido"
938
-
939
- # @ cycloneslider
940
- #: ../views/slider-advanced-settings.php:21
941
- msgid "Adjust slider height depending on current slide."
942
- msgstr "Ajustar el alto del slider dependiendo de la diapositiva actual."
943
-
944
- # @ cycloneslider
945
- #: ../views/slider-advanced-settings.php:26
946
- msgid "Delay:"
947
- msgstr "Retardo:"
948
-
949
- # @ cycloneslider
950
- #: ../views/slider-advanced-settings.php:28
951
- msgid ""
952
- "Milliseconds to add or substract from the time before the first transition "
953
- "occurs."
954
- msgstr "Milisegundos a añadir o quitar del tiempo de transición general."
955
-
956
- # @ cycloneslider
957
- #: ../views/slider-advanced-settings.php:32
958
- msgid "Easing:"
959
- msgstr "Easing:"
960
-
961
- # @ cycloneslider
962
- #: ../views/slider-advanced-settings.php:38
963
- msgid "Easing for transition animations."
964
- msgstr "Transición Easing (moderada) para las animaciones"
965
-
966
- # @ cycloneslider
967
- #: ../views/slider-advanced-settings.php:42
968
- msgid "Swipe:"
969
- msgstr "Swipe:"
970
-
971
- # @ cycloneslider
972
- #: ../views/slider-advanced-settings.php:48
973
- msgid "Enable swipe gesture support for touch devices."
974
- msgstr "Activar gestos swipe para dispositivos touch."
975
-
976
- # @ cycloneslider
977
- #: ../views/slider-advanced-settings.php:53
978
- msgid "Resize Options:"
979
- msgstr "Opciones de redimensión:"
980
-
981
- # @ cycloneslider
982
- #: ../views/slider-advanced-settings.php:60
983
- msgid "Auto - Cyclone Slider decides the resize option."
984
- msgstr "Auto - Cyclone Slider decide el redimensionado"
985
-
986
- # @ cycloneslider
987
- #: ../views/slider-advanced-settings.php:61
988
- msgid "Crop - Resize and remove excess parts."
989
- msgstr "Recortar. Redimensionar y eliminar los excesos."
990
-
991
- # @ cycloneslider
992
- #: ../views/slider-advanced-settings.php:62
993
- msgid "Exact - Resize to exact dimensions."
994
- msgstr "Exacto. Redimensionar al tamaño exacto."
995
-
996
- # @ cycloneslider
997
- #: ../views/slider-advanced-settings.php:63
998
- msgid "Landscape - Resize to exact width."
999
- msgstr "Panorámico. Redimensionar al ancho exacto."
1000
-
1001
- # @ cycloneslider
1002
- #: ../views/slider-advanced-settings.php:64
1003
- msgid "Portrait - Resize to exact height."
1004
- msgstr "Retrato. Redimensionar al alto exacto."
1005
-
1006
- # @ cycloneslider
1007
- #: ../views/slider-codes.php:4
1008
- msgid "Your Shortcode:"
1009
- msgstr "Shortcode:"
1010
-
1011
- # @ cycloneslider
1012
- #: ../views/slider-codes.php:6
1013
- msgid ""
1014
- "Copy and paste this shortcode into your Post, Page or Custom Post editor."
1015
- msgstr ""
1016
- "Copia y pega este shortcode en tu Entrada, Página o Editor de Entrada "
1017
- "Personalizado."
1018
-
1019
- # @ cycloneslider
1020
- #: ../views/slider-codes.php:10
1021
- msgid "Your PHP Code:"
1022
- msgstr "Código PHP:"
1023
-
1024
- # @ Cyclone Slider 2
1025
- # @
1026
- # @ Traducido al español por Digital03
1027
- # @ http://digital03.net
1028
- #: ../views/slider-codes.php:12
1029
- msgid ""
1030
- "Copy and paste this code when you need to display the slider in template "
1031
- "files (header.php, front-page.php, etc.)."
1032
- msgstr ""
1033
- "Copia y pega este shortcode cuando necesites mostrar este slider en un "
1034
- "archivo de plantilla (header.php, front-page.php, etc)."
1035
-
1036
- # @ cycloneslider
1037
- #: ../views/slider-id.php:5
1038
- msgid "Change the Slideshow ID here."
1039
- msgstr "Cambia el ID del Slideshow aquí."
1040
-
1041
- # @ cycloneslider
1042
- #: ../views/slider-preview.php:9
1043
- msgid "Your preview will appear here."
1044
- msgstr "Tu nombre de usuario aparecerá aquí."
1045
-
1046
- # @ cycloneslider
1047
- #: ../views/slider-settings.php:4
1048
- msgid "Transition Effects to Use:"
1049
- msgstr "Efecto de transición a usar:"
1050
-
1051
- # @ cycloneslider
1052
- #: ../views/slider-settings.php:28
1053
- msgid "Milliseconds. 0 to disable auto advance."
1054
- msgstr "Milisegundos. 0 para desactivar el avance automático."
1055
-
1056
- # @ cycloneslider
1057
- #: ../views/slider-settings.php:38
1058
- msgid "Width:"
1059
- msgstr "Ancho:"
1060
-
1061
- # @ cycloneslider
1062
- #: ../views/slider-settings.php:40 ../views/slider-settings.php:46
1063
- msgid "pixels."
1064
- msgstr "píxeles."
1065
-
1066
- # @ cycloneslider
1067
- #: ../views/slider-settings.php:44
1068
- msgid "Height:"
1069
- msgstr "Alto:"
1070
-
1071
- # @ cycloneslider
1072
- #: ../views/slider-settings.php:50
1073
- msgid "Width Management:"
1074
- msgstr "Gestión del ancho:"
1075
-
1076
- # @ cycloneslider
1077
- #: ../views/slider-settings.php:52
1078
- msgid "Responsive"
1079
- msgstr "Adaptable"
1080
-
1081
- # @ cycloneslider
1082
- #: ../views/slider-settings.php:53
1083
- msgid "Full"
1084
- msgstr "Completo"
1085
-
1086
- # @ cycloneslider
1087
- #: ../views/slider-settings.php:54
1088
- msgid "Fixed"
1089
- msgstr "Fijo"
1090
-
1091
- # @ cycloneslider
1092
- #: ../views/slider-settings.php:57
1093
- msgid ""
1094
- "Responsive - resizes to smaller size but maximum width will be equal to the "
1095
- "provided width."
1096
- msgstr ""
1097
- "Adaptable. Redimensiona al tamaño más pequeño pero el ancho máximo será "
1098
- "igual que el indicado."
1099
-
1100
- # @ cycloneslider
1101
- #: ../views/slider-settings.php:58
1102
- msgid ""
1103
- "Full - the same as responsive but maximum width will be equal to its "
1104
- "container ignoring the provided width."
1105
- msgstr ""
1106
- "Completo - lo mismo que adaptable, pero la ancura máxima será igual al "
1107
- "contenedor ignorando la anchura máxima indicada del slider."
1108
-
1109
- # @ cycloneslider
1110
- #: ../views/slider-settings.php:59
1111
- msgid "Fixed - width and height are not resized."
1112
- msgstr "Fijo. Ancho y alto no serán modificados."
1113
-
1114
- # @ cycloneslider
1115
- #: ../views/slider-settings.php:64
1116
- msgid "Resize Images?"
1117
- msgstr "Redimensionar imagenes?"
1118
-
1119
- # @ cycloneslider
1120
- #: ../views/slider-settings.php:71
1121
- msgid "Force Resize"
1122
- msgstr "Forzar redimensión"
1123
-
1124
- # @ cycloneslider
1125
- #: ../views/slider-settings.php:72
1126
- #, fuzzy
1127
- msgid ""
1128
- "Yes - resize images to slideshow dimension. <br>No - use the original "
1129
- "uploaded image. <br>Force Resize - Regenerate all images and thumbnails."
1130
- msgstr ""
1131
- "Si - redimensiona las imagenes al tamaño del slider<br>No - usa el tamaño "
1132
- "original de la imagen subida"
1133
-
1134
- # @ cycloneslider
1135
- #: ../views/slider-settings.php:76
1136
- msgid "Pause on Hover?"
1137
- msgstr "Parar con el ratón encima?"
1138
-
1139
- # @ cycloneslider
1140
- #: ../views/slider-settings.php:84
1141
- msgid "Show Prev/Next Buttons?"
1142
- msgstr "Mostrar botones Anterior/Siguiente?"
1143
-
1144
- # @ cycloneslider
1145
- #: ../views/slider-settings.php:92
1146
- msgid "Show Navigation?"
1147
- msgstr "Mostrar navegación?"
1148
-
1149
- # @ cycloneslider
1150
- #: ../views/slider-settings.php:97
1151
- msgid "The thumbnails or dots depending on template."
1152
- msgstr "Miniaturas o puntos dependiendo de la plantilla."
1153
-
1154
- # @ cycloneslider
1155
- #: ../views/slider-settings.php:101
1156
- msgid "Random Slide Order?"
1157
- msgstr "Orden de diapositivas aleatorio?"
1158
-
1159
- # @ cycloneslider
1160
- #: ../views/slider-settings.php:106
1161
- msgid "Randomize order of slides on every page visit."
1162
- msgstr "Cambia aleatoriamente el orden de las diapositivas en cada visita"
1163
-
1164
- # @ cycloneslider
1165
- #: ../views/slides.php:7
1166
- msgid "Add Slide"
1167
- msgstr "Añadir diapositiva"
1168
-
1169
- # @ cycloneslider
1170
- #: ../views/template-selection.php:4
1171
- msgid "Name"
1172
- msgstr "Nombre"
1173
-
1174
- # @ cycloneslider
1175
- #: ../views/template-selection.php:5
1176
- msgid "Supported Slides"
1177
- msgstr "Diapositivas soportadas"
1178
-
1179
- # @ cycloneslider
1180
- #: ../views/template-selection.php:6
1181
- msgid "Location"
1182
- msgstr "Localización"
1183
-
1184
- # @ cycloneslider
1185
- #: ../views/template-selection.php:7
1186
- msgid "Selected"
1187
- msgstr "Seleccionado"
1188
-
1189
- #: ../views/template-selection.php:43
1190
- msgid "Learn More About Templates"
1191
- msgstr ""
1192
-
1193
- # @ cycloneslider
1194
- #: ../views/template-selection.php:44
1195
- #, fuzzy
1196
- msgid "Get More Templates"
1197
- msgstr "Plantillas"
1198
-
1199
- # @ cycloneslider
1200
- #, fuzzy
1201
- #~ msgid "Located inside the plugin directory:<br> <strong>%s</strong>"
1202
- #~ msgstr "Localizado dentro de la carpeta wp-content:<br> <strong>%s</strong>"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
languages/cyclone-slider-2-fa_IR.mo DELETED
Binary file
languages/cyclone-slider-2-fa_IR.po DELETED
@@ -1,1100 +0,0 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: Cyclone Slider 2 for persians\n"
4
- "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2016-03-30 09:13+0800\n"
6
- "PO-Revision-Date: 2016-03-30 09:17+0800\n"
7
- "Last-Translator: Kosinix <kosinix@codefleet.net>\n"
8
- "Language-Team: Mixa <info@Mixa.ir>\n"
9
- "Language: fa\n"
10
- "MIME-Version: 1.0\n"
11
- "Content-Type: text/plain; charset=UTF-8\n"
12
- "Content-Transfer-Encoding: 8bit\n"
13
- "X-Poedit-KeywordsList: __;_e;_x\n"
14
- "X-Poedit-Basepath: .\n"
15
- "X-Poedit-SourceCharset: UTF-8\n"
16
- "X-Generator: Poedit 1.6.7\n"
17
- "X-Poedit-SearchPath-0: .\n"
18
- "X-Poedit-SearchPath-1: ..\n"
19
-
20
- #: ../cyclone-slider.php:101
21
- #, fuzzy
22
- msgid "Cyclone Slider Settings"
23
- msgstr "ابزارک اسلایدر میکسا"
24
-
25
- #: ../cyclone-slider.php:102
26
- #, fuzzy
27
- msgid "Settings"
28
- msgstr "تنظیمات اسلایدشو"
29
-
30
- #: ../cyclone-slider.php:112
31
- #, fuzzy
32
- msgid "Cyclone Slider Export"
33
- msgstr "اسلایدر"
34
-
35
- #: ../cyclone-slider.php:113
36
- #, fuzzy
37
- msgid "Export/Import"
38
- msgstr "وارد کردن"
39
-
40
- #: ../cyclone-slider.php:125
41
- #, fuzzy
42
- msgid "Cyclone Slider Nextgen Export"
43
- msgstr "اسلایدر"
44
-
45
- #: ../cyclone-slider.php:126 ../src/CycloneSlider/ExportPageNextgen.php:72
46
- #, fuzzy
47
- msgid "Export Nextgen"
48
- msgstr "وارد کردن"
49
-
50
- #: ../cyclone-slider.php:138
51
- #, fuzzy
52
- msgid "Cyclone Slider Import"
53
- msgstr "اسلایدر"
54
-
55
- #: ../cyclone-slider.php:139 ../src/CycloneSlider/ExportPage.php:69
56
- #: ../src/CycloneSlider/ExportPageNextgen.php:67
57
- #: ../src/CycloneSlider/ExporterNextgen.php:65
58
- #: ../src/CycloneSlider/ImportPage.php:74
59
- #: ../src/CycloneSlider/NextgenIntegration.php:65
60
- msgid "Import"
61
- msgstr "وارد کردن"
62
-
63
- #: ../src/CycloneSlider/Admin.php:142
64
- msgid "Cyclone Slider"
65
- msgstr "اسلایدر"
66
-
67
- #: ../src/CycloneSlider/Admin.php:143
68
- msgid "Slideshow"
69
- msgstr "اسلایدشو"
70
-
71
- #: ../src/CycloneSlider/Admin.php:144
72
- msgid "Add Slideshow"
73
- msgstr "افزودن اسلایدشو"
74
-
75
- #: ../src/CycloneSlider/Admin.php:145
76
- msgid "Add New Slideshow"
77
- msgstr "افزودن اسلایدشو جدید"
78
-
79
- #: ../src/CycloneSlider/Admin.php:146
80
- msgid "Edit Slideshow"
81
- msgstr "ویرایش اسلایدشو"
82
-
83
- #: ../src/CycloneSlider/Admin.php:147
84
- msgid "New Slideshow"
85
- msgstr "اسلایدشو جدید"
86
-
87
- #: ../src/CycloneSlider/Admin.php:148
88
- msgid "View Slideshow"
89
- msgstr "نمایش اسلایدشو"
90
-
91
- #: ../src/CycloneSlider/Admin.php:149
92
- msgid "Search Slideshows"
93
- msgstr "جستجو"
94
-
95
- #: ../src/CycloneSlider/Admin.php:150
96
- msgid "No slideshows found"
97
- msgstr "چیزی یافت نشد"
98
-
99
- #: ../src/CycloneSlider/Admin.php:151
100
- msgid "No slideshows found in Trash"
101
- msgstr "چیزی در سطل زباله یافت نشد"
102
-
103
- #: ../src/CycloneSlider/Admin.php:197 ../src/CycloneSlider/Admin.php:200
104
- #: ../src/CycloneSlider/Admin.php:201 ../src/CycloneSlider/Admin.php:204
105
- #: ../src/CycloneSlider/Admin.php:205 ../src/CycloneSlider/Admin.php:206
106
- msgid "Slideshow updated."
107
- msgstr "اسلایدشو به روز شد"
108
-
109
- #: ../src/CycloneSlider/Admin.php:198
110
- msgid "Custom field updated."
111
- msgstr "فیلدهای سفارشی بروز شدند"
112
-
113
- #: ../src/CycloneSlider/Admin.php:199
114
- msgid "Custom field deleted."
115
- msgstr "فیلدهای سفارشی حذف شدند"
116
-
117
- #: ../src/CycloneSlider/Admin.php:202
118
- msgid "Slideshow published."
119
- msgstr "اسلایدشو منتشر شد"
120
-
121
- #: ../src/CycloneSlider/Admin.php:203
122
- msgid "Slideshow saved."
123
- msgstr "اسلایدشو ذخیره شد"
124
-
125
- #: ../src/CycloneSlider/Admin.php:242
126
- msgid "Slides"
127
- msgstr "اسلایدر"
128
-
129
- #: ../src/CycloneSlider/Admin.php:251
130
- #, fuzzy
131
- msgid "Slider Preview"
132
- msgstr "تنظیمات اسلاید"
133
-
134
- #: ../src/CycloneSlider/Admin.php:260
135
- msgid "Get Slider Codes"
136
- msgstr "دریافت کد اسلایدر"
137
-
138
- #: ../src/CycloneSlider/Admin.php:269
139
- #, fuzzy
140
- msgid "Basic Settings"
141
- msgstr "تنظیمات اسلایدشو"
142
-
143
- #: ../src/CycloneSlider/Admin.php:278
144
- #, fuzzy
145
- msgid "Advanced Settings"
146
- msgstr "تنظیمات اسلایدشو"
147
-
148
- #: ../src/CycloneSlider/Admin.php:287
149
- #, fuzzy
150
- msgid "Templates"
151
- msgstr "الگو"
152
-
153
- #: ../src/CycloneSlider/Admin.php:296 ../src/CycloneSlider/Admin.php:612
154
- msgid "Slideshow ID"
155
- msgstr "کد اسلایدشو"
156
-
157
- #: ../src/CycloneSlider/Admin.php:323
158
- msgid "Slide"
159
- msgstr "اسلاید"
160
-
161
- #: ../src/CycloneSlider/Admin.php:328
162
- msgid "[Hidden]"
163
- msgstr ""
164
-
165
- #: ../src/CycloneSlider/Admin.php:463
166
- msgid "Core"
167
- msgstr ""
168
-
169
- #: ../src/CycloneSlider/Admin.php:464
170
- #, php-format
171
- msgid ""
172
- "You should not make changes to templates in this location. All your changes "
173
- "will be gone when the plugin is updated. <br />Location: <strong>%s</strong>"
174
- msgstr ""
175
-
176
- #: ../src/CycloneSlider/Admin.php:468 ../src/CycloneSlider/Admin.php:473
177
- #: ../src/CycloneSlider/Admin.php:477
178
- #, php-format
179
- msgid "Location: <strong>%s</strong>"
180
- msgstr ""
181
-
182
- #: ../src/CycloneSlider/Admin.php:469
183
- msgid ""
184
- "Your template is in danger of being overwritten when you upgrade your theme. "
185
- "Please consider creating a WordPress plugin Cyclone Slider template."
186
- msgstr ""
187
-
188
- #: ../src/CycloneSlider/Admin.php:520
189
- msgid "Slide *"
190
- msgstr "اسلاید *"
191
-
192
- #: ../src/CycloneSlider/Admin.php:609
193
- msgid "Slideshow Name"
194
- msgstr "نام اسلایدشو"
195
-
196
- #: ../src/CycloneSlider/Admin.php:610
197
- msgid "Template"
198
- msgstr "الگو"
199
-
200
- #: ../src/CycloneSlider/Admin.php:611
201
- msgid "No. of Slides"
202
- msgstr "شماره اسلاید"
203
-
204
- #: ../src/CycloneSlider/Admin.php:613
205
- msgid "Shortcode"
206
- msgstr "کد کوتاه"
207
-
208
- #: ../src/CycloneSlider/AssetLoader.php:71
209
- msgid "Select an image"
210
- msgstr "انتخاب عکس"
211
-
212
- #: ../src/CycloneSlider/AssetLoader.php:72
213
- msgid "Select Images - Use Ctrl + Click or Shift + Click"
214
- msgstr ""
215
-
216
- #: ../src/CycloneSlider/AssetLoader.php:73
217
- msgid "Add to Slide"
218
- msgstr "افزودن به اسلایدر"
219
-
220
- #: ../src/CycloneSlider/AssetLoader.php:74 ../views/slides.php:8
221
- #, fuzzy
222
- msgid "Add Images as Slides"
223
- msgstr "افزودن اسلایدشو جدید"
224
-
225
- #: ../src/CycloneSlider/AssetLoader.php:75
226
- msgid "Error. Make sure its a valid YouTube URL."
227
- msgstr ""
228
-
229
- #: ../src/CycloneSlider/ExportPage.php:64
230
- #: ../src/CycloneSlider/ExportPageNextgen.php:62
231
- #: ../src/CycloneSlider/ImportPage.php:69
232
- #, fuzzy
233
- msgid "Export"
234
- msgstr "وارد کردن"
235
-
236
- #: ../src/CycloneSlider/ExportPage.php:77
237
- #: ../src/CycloneSlider/ImportPage.php:63
238
- msgid ""
239
- "ZipArchive not supported. ZipArchive is needed for Import and Export to work."
240
- msgstr ""
241
-
242
- #: ../src/CycloneSlider/ExportPage.php:113
243
- #: ../src/CycloneSlider/ExportPageNextgen.php:118
244
- msgid "Your export file is ready. Click Download."
245
- msgstr ""
246
-
247
- #: ../src/CycloneSlider/ExportPage.php:118
248
- #: ../src/CycloneSlider/ExportPageNextgen.php:123
249
- msgid "Error creating exports directory."
250
- msgstr ""
251
-
252
- #: ../src/CycloneSlider/ExportPage.php:167
253
- #: ../src/CycloneSlider/ExportPageNextgen.php:172
254
- #, fuzzy
255
- msgid "No slider selected."
256
- msgstr "اسلایدشو یافت نشد"
257
-
258
- #: ../src/CycloneSlider/ExportPage.php:172
259
- #: ../src/CycloneSlider/ExportPageNextgen.php:177
260
- msgid "Please choose a file name."
261
- msgstr ""
262
-
263
- #: ../src/CycloneSlider/Exporter.php:52
264
- #, fuzzy
265
- msgid "Error no sliders selected."
266
- msgstr "اسلایدشو یافت نشد"
267
-
268
- #: ../src/CycloneSlider/Exporter.php:73
269
- msgid "Error encoding data to JSON."
270
- msgstr ""
271
-
272
- #: ../src/CycloneSlider/Exporter.php:79
273
- #, php-format
274
- msgid "Success generating zip %s."
275
- msgstr ""
276
-
277
- #: ../src/CycloneSlider/Exporter.php:109
278
- #, php-format
279
- msgid "Exporting data for slider \"%s\"."
280
- msgstr ""
281
-
282
- #: ../src/CycloneSlider/Exporter.php:111
283
- #, fuzzy, php-format
284
- msgid "Slider \"%s\" not found."
285
- msgstr "[اسلایدشو \"%s\" یافت نشد]"
286
-
287
- #: ../src/CycloneSlider/Exporter.php:138
288
- #, php-format
289
- msgid ""
290
- "Image %1$d was not found on slide %2$d of slider %3$s. Path to image is %4$s."
291
- msgstr ""
292
-
293
- #: ../src/CycloneSlider/Exporter.php:182
294
- #, fuzzy
295
- msgid "ZipArchive not supported."
296
- msgstr "اسلایدشو به روز شد"
297
-
298
- #: ../src/CycloneSlider/Exporter.php:188
299
- #, php-format
300
- msgid "Error opening zip file %s. Code: %s"
301
- msgstr ""
302
-
303
- #: ../src/CycloneSlider/Exporter.php:197
304
- #, php-format
305
- msgid "Error adding file %s to zip."
306
- msgstr ""
307
-
308
- #: ../src/CycloneSlider/Exporter.php:199 ../src/CycloneSlider/Exporter.php:207
309
- #, php-format
310
- msgid "File %s added to zip."
311
- msgstr ""
312
-
313
- #: ../src/CycloneSlider/ExporterNextgen.php:39
314
- #: ../src/CycloneSlider/NextgenIntegration.php:39
315
- msgid "NextGEN Integration"
316
- msgstr "ادغام با NextGEN"
317
-
318
- #: ../src/CycloneSlider/ExporterNextgen.php:55
319
- #: ../src/CycloneSlider/NextgenIntegration.php:55
320
- msgid "Choose a NextGEN Gallery"
321
- msgstr "گالری NextGEN را انتخاب کنید"
322
-
323
- #: ../src/CycloneSlider/ExporterNextgen.php:67
324
- #: ../src/CycloneSlider/NextgenIntegration.php:67
325
- msgid ""
326
- "Select a gallery to import images from. Images will be added as new slides."
327
- msgstr ""
328
- "گالری را برای وارد کردن تصاویر انتخاب کنید. تصاویر در یک اسلاید جدید افزوده "
329
- "خواهند شد."
330
-
331
- #: ../src/CycloneSlider/Frontend.php:101
332
- #, php-format
333
- msgid "[Slideshow \"%s\" not found]"
334
- msgstr "[اسلایدشو \"%s\" یافت نشد]"
335
-
336
- #: ../src/CycloneSlider/Frontend.php:117
337
- #, php-format
338
- msgid "[Template \"%s\" not found]"
339
- msgstr "[الگوی \"%s\" یافت نشد]"
340
-
341
- #: ../src/CycloneSlider/ImportPage.php:116
342
- msgid "Import operation success!"
343
- msgstr ""
344
-
345
- #: ../src/CycloneSlider/Importer.php:35
346
- msgid "Could not read zip files. ZipArchive not supported."
347
- msgstr ""
348
-
349
- #: ../src/CycloneSlider/Importer.php:40
350
- #, fuzzy
351
- msgid "No zip file found."
352
- msgstr "اسلایدشو یافت نشد"
353
-
354
- #: ../src/CycloneSlider/Importer.php:46
355
- msgid "Error creating imports directory."
356
- msgstr ""
357
-
358
- #: ../src/CycloneSlider/Importer.php:53
359
- msgid "Error moving uploaded zip."
360
- msgstr ""
361
-
362
- #: ../src/CycloneSlider/Importer.php:60
363
- #, php-format
364
- msgid "Error opening zip: %s"
365
- msgstr ""
366
-
367
- #: ../src/CycloneSlider/Importer.php:73
368
- #, php-format
369
- msgid "Security error. Invalid %s file."
370
- msgstr ""
371
-
372
- #: ../src/CycloneSlider/Importer.php:80
373
- #, php-format
374
- msgid "Security error. File %s is not an image."
375
- msgstr ""
376
-
377
- #: ../src/CycloneSlider/Importer.php:86
378
- #, php-format
379
- msgid "Security error. Missing %s file."
380
- msgstr ""
381
-
382
- #: ../src/CycloneSlider/Importer.php:92
383
- msgid "Error extracting zip."
384
- msgstr ""
385
-
386
- #: ../src/CycloneSlider/Importer.php:99
387
- msgid "Failed to read export JSON."
388
- msgstr ""
389
-
390
- #: ../src/CycloneSlider/Importer.php:104
391
- msgid "Failed to decode JSON."
392
- msgstr ""
393
-
394
- #: ../src/CycloneSlider/Importer.php:175
395
- #, php-format
396
- msgid "scandir failed on %s"
397
- msgstr ""
398
-
399
- #: ../src/CycloneSlider/Importer.php:191
400
- #, fuzzy, php-format
401
- msgid "Source image %s not found."
402
- msgstr "[الگوی \"%s\" یافت نشد]"
403
-
404
- #: ../src/CycloneSlider/Importer.php:195
405
- msgid "Copy error."
406
- msgstr ""
407
-
408
- #: ../src/CycloneSlider/SettingsPage.php:51
409
- msgid "Default options restored."
410
- msgstr "تنظیمات پیش فرض بازیابی شد"
411
-
412
- #: ../src/CycloneSlider/WidgetSlider.php:13
413
- msgid "Cyclone Slider Widget"
414
- msgstr "ابزارک اسلایدر میکسا"
415
-
416
- #: ../src/CycloneSlider/WidgetSlider.php:14
417
- #, fuzzy
418
- msgid "Widget for displaying sliders."
419
- msgstr "ابزارک برای نمایش اسلایدرشوها"
420
-
421
- #: ../src/CycloneSlider/WidgetSlider.php:65 ../views/slide-edit.php:54
422
- #, fuzzy
423
- msgid "Title:"
424
- msgstr "عنوان"
425
-
426
- #: ../src/CycloneSlider/WidgetSlider.php:79
427
- #, fuzzy
428
- msgid "Select a Slider:"
429
- msgstr "انتخاب اسلایدشو"
430
-
431
- #: ../src/CycloneSlider/WidgetSlider.php:94
432
- #, fuzzy
433
- msgid "No sliders found."
434
- msgstr "اسلایدشو یافت نشد"
435
-
436
- #: ../templates/dark/slider.php:43
437
- msgid "View Larger Image"
438
- msgstr ""
439
-
440
- #: ../templates/dark/slider.php:46 ../templates/dark/slider.php:48
441
- msgid "Learn More"
442
- msgstr ""
443
-
444
- #: ../templates/dark/slider.php:64 ../templates/default/slider.php:62
445
- #: ../templates/default/slider.php:66 ../templates/default/slider.php:70
446
- #: ../templates/standard/slider.php:70 ../templates/thumbnails/slider.php:70
447
- #, fuzzy
448
- msgid "Slide type not supported."
449
- msgstr "اسلایدشو به روز شد"
450
-
451
- #: ../views/export-nextgen-step-1.php:8 ../views/export-nextgen-step-2.php:8
452
- #: ../views/export-nextgen-step-3.php:8
453
- #, fuzzy
454
- msgid "Cyclone Slider Nextgen Exporter"
455
- msgstr "اسلایدر"
456
-
457
- #: ../views/export-nextgen-step-1.php:18
458
- #, fuzzy
459
- msgid "Choose a NextGEN Gallery:"
460
- msgstr "گالری NextGEN را انتخاب کنید"
461
-
462
- #: ../views/export-nextgen-step-1.php:22 ../views/export-step-1.php:22
463
- #, fuzzy
464
- msgid "Select All"
465
- msgstr "حذف"
466
-
467
- #: ../views/export-nextgen-step-1.php:34 ../views/export-nextgen-step-2.php:28
468
- #: ../views/export-step-1.php:34 ../views/export-step-2.php:28
469
- msgid "File Name:"
470
- msgstr ""
471
-
472
- #: ../views/export-nextgen-step-1.php:41 ../views/export-step-1.php:41
473
- #, fuzzy
474
- msgid "No slider to export."
475
- msgstr "اسلایدشو یافت نشد"
476
-
477
- #: ../views/export-nextgen-step-1.php:44 ../views/export-step-1.php:44
478
- msgid "Clear"
479
- msgstr ""
480
-
481
- #: ../views/export-nextgen-step-1.php:45 ../views/export-step-1.php:45
482
- msgid "Next"
483
- msgstr ""
484
-
485
- #: ../views/export-nextgen-step-2.php:17 ../views/export-step-2.php:17
486
- #, fuzzy
487
- msgid "Selected slider(s):"
488
- msgstr "انتخاب اسلایدشو"
489
-
490
- #: ../views/export-nextgen-step-2.php:35 ../views/export-nextgen-step-3.php:21
491
- #: ../views/export-nextgen-step-3.php:26 ../views/export-step-2.php:35
492
- #: ../views/export-step-3.php:21 ../views/export-step-3.php:26
493
- #: ../views/import-step-3.php:15
494
- msgid "Back"
495
- msgstr ""
496
-
497
- #: ../views/export-nextgen-step-2.php:36 ../views/export-step-2.php:36
498
- msgid "Generate Export File"
499
- msgstr ""
500
-
501
- #: ../views/export-nextgen-step-3.php:22 ../views/export-step-3.php:22
502
- msgid "Download"
503
- msgstr ""
504
-
505
- #: ../views/export-step-1.php:8 ../views/export-step-2.php:8
506
- #: ../views/export-step-3.php:8
507
- #, fuzzy
508
- msgid "Cyclone Slider Exporter"
509
- msgstr "اسلایدر"
510
-
511
- #: ../views/export-step-1.php:18
512
- #, fuzzy
513
- msgid "Select sliders:"
514
- msgstr "انتخاب اسلایدشو"
515
-
516
- #: ../views/import-step-1.php:8 ../views/import-step-3.php:8
517
- #, fuzzy
518
- msgid "Cyclone Slider Importer"
519
- msgstr "اسلایدر"
520
-
521
- #: ../views/import-step-1.php:17
522
- msgid "Import Zip File:"
523
- msgstr ""
524
-
525
- #: ../views/import-step-1.php:24
526
- msgid "Upload"
527
- msgstr ""
528
-
529
- #: ../views/settings-page.php:7
530
- #, fuzzy
531
- msgid ""
532
- "Play with these settings if Cyclone Slider is not working or if you want to "
533
- "optimize it."
534
- msgstr ""
535
- "در صورتی که مشکل در نمایش صحیح یا برای بهینه سازی اسلایدر، تنظیمات زیر را "
536
- "تغییر دهید."
537
-
538
- #: ../views/settings-page.php:16
539
- #, fuzzy
540
- msgid "Load scripts in:"
541
- msgstr "بارگزاری اسکریپت های زیر"
542
-
543
- #: ../views/settings-page.php:19
544
- msgid "Header"
545
- msgstr "سرصفحه"
546
-
547
- #: ../views/settings-page.php:20
548
- msgid "Footer"
549
- msgstr "پاصفحه"
550
-
551
- #: ../views/settings-page.php:25
552
- msgid "Load these scripts:"
553
- msgstr "بارگزاری اسکریپت های زیر"
554
-
555
- #: ../views/settings-page.php:30
556
- msgid "Cycle 2. This is the core script needed by the plugin."
557
- msgstr "Cycle 2. اسکریپت هسته اصلی افزونه"
558
-
559
- #: ../views/settings-page.php:35
560
- msgid "Cycle 2 - Carousel. Used by these templates: Galleria, Lea, Dos."
561
- msgstr "Cycle 2 - Carousel. استفاده شده در پوسته های افزونه"
562
-
563
- #: ../views/settings-page.php:40
564
- #, fuzzy
565
- msgid "Cycle 2 - Swipe. For touch swipe events."
566
- msgstr "Cycle 2 - Tile. برای جلوه نمایش حرکت کاشی ها در افزونه"
567
-
568
- #: ../views/settings-page.php:45
569
- msgid "Cycle 2 - Tile. Used for tile transition effects."
570
- msgstr "Cycle 2 - Tile. برای جلوه نمایش حرکت کاشی ها در افزونه"
571
-
572
- #: ../views/settings-page.php:50
573
- msgid "Cycle 2 - Video. Used by YouTube template."
574
- msgstr "Cycle 2 - Video. برای نمایش فایل های یوتیوب در الگوها"
575
-
576
- #: ../views/settings-page.php:55
577
- msgid "Magnific Popup - Enable lightbox option."
578
- msgstr ""
579
-
580
- #: ../views/settings-page.php:55 ../views/settings-page.php:60
581
- #: ../views/slider-advanced-settings.php:2
582
- msgid "Available in pro version."
583
- msgstr ""
584
-
585
- #: ../views/settings-page.php:60
586
- msgid "Easing - Enable easing options."
587
- msgstr ""
588
-
589
- #: ../views/settings-page.php:65
590
- msgid "Scripts loading priority:"
591
- msgstr ""
592
-
593
- #: ../views/settings-page.php:68
594
- msgid "Make this value bigger to load scripts last."
595
- msgstr "برای سرعت"
596
-
597
- #: ../views/settings-page.php:72
598
- #, fuzzy
599
- msgid "Load these templates:"
600
- msgstr "بارگزاری اسکریپت های زیر"
601
-
602
- #: ../views/settings-page.php:85
603
- msgid "Save Options"
604
- msgstr ""
605
-
606
- #: ../views/settings-page.php:86
607
- msgid "Restore Defaults"
608
- msgstr ""
609
-
610
- #: ../views/slide-edit.php:17
611
- msgid "Delete"
612
- msgstr "حذف"
613
-
614
- #: ../views/slide-edit.php:26
615
- msgid "Image"
616
- msgstr "عکس"
617
-
618
- #: ../views/slide-edit.php:27
619
- msgid "YouTube"
620
- msgstr ""
621
-
622
- #: ../views/slide-edit.php:28
623
- #, fuzzy
624
- msgid "Vimeo"
625
- msgstr "فیلم"
626
-
627
- #: ../views/slide-edit.php:29 ../views/slide-edit.php:178
628
- msgid "Custom HTML"
629
- msgstr "HTML دلخواه"
630
-
631
- #: ../views/slide-edit.php:30
632
- msgid "Testimonial"
633
- msgstr ""
634
-
635
- #: ../views/slide-edit.php:35
636
- msgid "Hidden"
637
- msgstr ""
638
-
639
- #: ../views/slide-edit.php:47
640
- msgid "Get Image"
641
- msgstr "افزودن عکس"
642
-
643
- #: ../views/slide-edit.php:51
644
- msgid "Caption"
645
- msgstr ""
646
-
647
- #: ../views/slide-edit.php:58
648
- #, fuzzy
649
- msgid "Description:"
650
- msgstr "توضیح"
651
-
652
- #: ../views/slide-edit.php:64 ../views/slide-edit.php:201
653
- msgid "Link"
654
- msgstr "لینک"
655
-
656
- #: ../views/slide-edit.php:67 ../views/slide-edit.php:204
657
- msgid "Link URL:"
658
- msgstr "آدرس لینک"
659
-
660
- #: ../views/slide-edit.php:71 ../views/slide-edit.php:208
661
- msgid "Open Link in:"
662
- msgstr "نمایش لینک در"
663
-
664
- #: ../views/slide-edit.php:73 ../views/slide-edit.php:210
665
- msgid "Same Window"
666
- msgstr "همان پنجره"
667
-
668
- #: ../views/slide-edit.php:74 ../views/slide-edit.php:211
669
- msgid "New Tab or Window"
670
- msgstr "تب یا پنجره جدید"
671
-
672
- #: ../views/slide-edit.php:80
673
- msgid "Image Attributes"
674
- msgstr "ویژگی های عکس"
675
-
676
- #: ../views/slide-edit.php:83
677
- msgid "Alternate Text:"
678
- msgstr "متن جایگزین تصاویر"
679
-
680
- #: ../views/slide-edit.php:87
681
- msgid "Title Text:"
682
- msgstr "متن عنوان"
683
-
684
- #: ../views/slide-edit.php:93
685
- msgid "Slide Transition Effects"
686
- msgstr "افکت حرکت اسلاید"
687
-
688
- #: ../views/slide-edit.php:97
689
- msgid "Disable"
690
- msgstr "غیرفعال"
691
-
692
- #: ../views/slide-edit.php:98
693
- msgid "Enable Slide Effects"
694
- msgstr "فعال سازی افکت اسلاید"
695
-
696
- #: ../views/slide-edit.php:104
697
- msgid "Transition Effects:"
698
- msgstr "افکت حرکت"
699
-
700
- #: ../views/slide-edit.php:115 ../views/slider-settings.php:32
701
- msgid "Transition Effects Speed:"
702
- msgstr "سرعت نمایش جلوه ها"
703
-
704
- #: ../views/slide-edit.php:117 ../views/slide-edit.php:124
705
- #: ../views/slider-settings.php:34
706
- msgid "Milliseconds"
707
- msgstr "میلی ثانیه"
708
-
709
- #: ../views/slide-edit.php:122 ../views/slider-settings.php:26
710
- msgid "Next Slide Delay:"
711
- msgstr "تاخیر نمایش اسلاید"
712
-
713
- #: ../views/slide-edit.php:132 ../views/slider-settings.php:13
714
- msgid "Tile Count:"
715
- msgstr "تعداد کاشی ها"
716
-
717
- #: ../views/slide-edit.php:134 ../views/slider-settings.php:15
718
- msgid "The number of tiles to use in the transition."
719
- msgstr "تعداد کاشی ها برای استفاده در جلوه های حرکتی"
720
-
721
- #: ../views/slide-edit.php:138
722
- msgid "Tile Delay:"
723
- msgstr "تاخیر کاشی"
724
-
725
- #: ../views/slide-edit.php:140
726
- msgid "Milliseconds to delay each individual tile transition."
727
- msgstr "برحسب میلی ثانیه برای تاخیر بین حرکت کاشی ها"
728
-
729
- #: ../views/slide-edit.php:144 ../views/slider-settings.php:18
730
- msgid "Tile Position:"
731
- msgstr "موقعیت"
732
-
733
- #: ../views/slide-edit.php:146 ../views/slider-settings.php:20
734
- msgid "Vertical"
735
- msgstr "عمودی"
736
-
737
- #: ../views/slide-edit.php:147 ../views/slider-settings.php:21
738
- msgid "Horizontal"
739
- msgstr "افقی"
740
-
741
- #: ../views/slide-edit.php:159
742
- msgid "YouTube URL:"
743
- msgstr ""
744
-
745
- #: ../views/slide-edit.php:161
746
- msgid "Copy and paste a valid YouTube URL here."
747
- msgstr ""
748
-
749
- #: ../views/slide-edit.php:166
750
- msgid "Do not show suggested videos when the video finishes."
751
- msgstr ""
752
-
753
- #: ../views/slide-edit.php:171
754
- #, fuzzy
755
- msgid "Vimeo URL:"
756
- msgstr "آدرس ویدیو"
757
-
758
- #: ../views/slide-edit.php:173
759
- #, fuzzy
760
- msgid "Copy and paste a valid Vimeo URL here."
761
- msgstr ""
762
- "آدرس ویدیو یوتیوب یا Vimeo را در اینجا گذاشته و دکمه افزودن ویدیو را کلیک "
763
- "کنید"
764
-
765
- #: ../views/slide-edit.php:186
766
- msgid "Quote"
767
- msgstr ""
768
-
769
- #: ../views/slide-edit.php:192
770
- msgid "Author"
771
- msgstr ""
772
-
773
- #: ../views/slide-edit.php:195
774
- msgid "Name:"
775
- msgstr ""
776
-
777
- #: ../views/slider-advanced-settings.php:4
778
- msgid "Allow Wrap?"
779
- msgstr ""
780
-
781
- #: ../views/slider-advanced-settings.php:6
782
- #: ../views/slider-advanced-settings.php:44 ../views/slider-settings.php:67
783
- #: ../views/slider-settings.php:78 ../views/slider-settings.php:86
784
- #: ../views/slider-settings.php:94 ../views/slider-settings.php:104
785
- msgid "Yes"
786
- msgstr "بله"
787
-
788
- #: ../views/slider-advanced-settings.php:7
789
- #: ../views/slider-advanced-settings.php:45 ../views/slider-settings.php:66
790
- #: ../views/slider-settings.php:79 ../views/slider-settings.php:87
791
- #: ../views/slider-settings.php:95 ../views/slider-settings.php:103
792
- msgid "No"
793
- msgstr "خیر"
794
-
795
- #: ../views/slider-advanced-settings.php:10
796
- msgid ""
797
- "Determines if slider wraps to beginning slide if it reaches the end slide."
798
- msgstr ""
799
-
800
- #: ../views/slider-advanced-settings.php:15
801
- #, fuzzy
802
- msgid "Dynamic Height:"
803
- msgstr "ارتفاع"
804
-
805
- #: ../views/slider-advanced-settings.php:17
806
- msgid "Off"
807
- msgstr ""
808
-
809
- #: ../views/slider-advanced-settings.php:18
810
- msgid "On"
811
- msgstr ""
812
-
813
- #: ../views/slider-advanced-settings.php:21
814
- msgid "Adjust slider height depending on current slide."
815
- msgstr ""
816
-
817
- #: ../views/slider-advanced-settings.php:26
818
- #, fuzzy
819
- msgid "Delay:"
820
- msgstr "تاخیر کاشی"
821
-
822
- #: ../views/slider-advanced-settings.php:28
823
- msgid ""
824
- "Milliseconds to add or substract from the time before the first transition "
825
- "occurs."
826
- msgstr ""
827
-
828
- #: ../views/slider-advanced-settings.php:32
829
- msgid "Easing:"
830
- msgstr ""
831
-
832
- #: ../views/slider-advanced-settings.php:38
833
- msgid "Easing for transition animations."
834
- msgstr ""
835
-
836
- #: ../views/slider-advanced-settings.php:42
837
- msgid "Swipe:"
838
- msgstr ""
839
-
840
- #: ../views/slider-advanced-settings.php:48
841
- msgid "Enable swipe gesture support for touch devices."
842
- msgstr ""
843
-
844
- #: ../views/slider-advanced-settings.php:53
845
- #, fuzzy
846
- msgid "Resize Options:"
847
- msgstr "توضیح"
848
-
849
- #: ../views/slider-advanced-settings.php:60
850
- msgid "Auto - Cyclone Slider decides the resize option."
851
- msgstr ""
852
-
853
- #: ../views/slider-advanced-settings.php:61
854
- msgid "Crop - Resize and remove excess parts."
855
- msgstr ""
856
-
857
- #: ../views/slider-advanced-settings.php:62
858
- msgid "Exact - Resize to exact dimensions."
859
- msgstr ""
860
-
861
- #: ../views/slider-advanced-settings.php:63
862
- msgid "Landscape - Resize to exact width."
863
- msgstr ""
864
-
865
- #: ../views/slider-advanced-settings.php:64
866
- msgid "Portrait - Resize to exact height."
867
- msgstr ""
868
-
869
- #: ../views/slider-codes.php:4
870
- msgid "Your Shortcode:"
871
- msgstr "کد کوتاه"
872
-
873
- #: ../views/slider-codes.php:6
874
- msgid ""
875
- "Copy and paste this shortcode into your Post, Page or Custom Post editor."
876
- msgstr ""
877
- "با نمایش این کد کوتاه در نوشته ها، صفحات و یا ویرایشگرهای سفارشی، می توانید "
878
- "اسلایدر را به نمایش درآوردید."
879
-
880
- #: ../views/slider-codes.php:10
881
- msgid "Your PHP Code:"
882
- msgstr "کد پی اچ پی"
883
-
884
- #: ../views/slider-codes.php:12
885
- msgid ""
886
- "Copy and paste this code when you need to display the slider in template "
887
- "files (header.php, front-page.php, etc.)."
888
- msgstr ""
889
- "با استفاده از این کد می توانید در فایل های اصلی پوسته خود اسلایدر را به "
890
- "نمایش درآورید."
891
-
892
- #: ../views/slider-id.php:5
893
- msgid "Change the Slideshow ID here."
894
- msgstr "آی دی اسلایدشو را از اینجا تغییر دهید"
895
-
896
- #: ../views/slider-preview.php:9
897
- msgid "Your preview will appear here."
898
- msgstr ""
899
-
900
- #: ../views/slider-settings.php:4
901
- msgid "Transition Effects to Use:"
902
- msgstr "افکت حرکت"
903
-
904
- #: ../views/slider-settings.php:28
905
- msgid "Milliseconds. 0 to disable auto advance."
906
- msgstr "میلی ثانیه. 0 برای غیرفعال سازی حالت خودکار"
907
-
908
- #: ../views/slider-settings.php:38
909
- msgid "Width:"
910
- msgstr "عرض"
911
-
912
- #: ../views/slider-settings.php:40 ../views/slider-settings.php:46
913
- msgid "pixels."
914
- msgstr "پیکسل"
915
-
916
- #: ../views/slider-settings.php:44
917
- msgid "Height:"
918
- msgstr "ارتفاع"
919
-
920
- #: ../views/slider-settings.php:50
921
- msgid "Width Management:"
922
- msgstr ""
923
-
924
- #: ../views/slider-settings.php:52
925
- msgid "Responsive"
926
- msgstr ""
927
-
928
- #: ../views/slider-settings.php:53
929
- msgid "Full"
930
- msgstr ""
931
-
932
- #: ../views/slider-settings.php:54
933
- msgid "Fixed"
934
- msgstr ""
935
-
936
- #: ../views/slider-settings.php:57
937
- msgid ""
938
- "Responsive - resizes to smaller size but maximum width will be equal to the "
939
- "provided width."
940
- msgstr ""
941
-
942
- #: ../views/slider-settings.php:58
943
- msgid ""
944
- "Full - the same as responsive but maximum width will be equal to its "
945
- "container ignoring the provided width."
946
- msgstr ""
947
-
948
- #: ../views/slider-settings.php:59
949
- msgid "Fixed - width and height are not resized."
950
- msgstr ""
951
-
952
- #: ../views/slider-settings.php:64
953
- msgid "Resize Images?"
954
- msgstr "تغییر اندازه عکس ها"
955
-
956
- #: ../views/slider-settings.php:71
957
- msgid "Force Resize"
958
- msgstr ""
959
-
960
- #: ../views/slider-settings.php:72
961
- #, fuzzy
962
- msgid ""
963
- "Yes - resize images to slideshow dimension. <br>No - use the original "
964
- "uploaded image. <br>Force Resize - Regenerate all images and thumbnails."
965
- msgstr ""
966
- "بله: تغییر اندازه تصاویر به نسبت ابعاد اسلایدشو </br> خیر: استفاده از فایل "
967
- "اصلی آپلود شده"
968
-
969
- #: ../views/slider-settings.php:76
970
- msgid "Pause on Hover?"
971
- msgstr "توقف در زمان عبور ماوس"
972
-
973
- #: ../views/slider-settings.php:84
974
- msgid "Show Prev/Next Buttons?"
975
- msgstr "نمایش دکمه قبلی - بعدی"
976
-
977
- #: ../views/slider-settings.php:92
978
- msgid "Show Navigation?"
979
- msgstr "نمایش ناوبری"
980
-
981
- #: ../views/slider-settings.php:97
982
- msgid "The thumbnails or dots depending on template."
983
- msgstr "تصویر بندانگشتی یا نقطه یا نمایه، بسته به تنظیمات طرح انتخابی"
984
-
985
- #: ../views/slider-settings.php:101
986
- msgid "Random Slide Order?"
987
- msgstr "نمایش نامرتب اسلایدها"
988
-
989
- #: ../views/slider-settings.php:106
990
- msgid "Randomize order of slides on every page visit."
991
- msgstr "نمایش تصادفی ترتیب اسلایدها در هر بار نمایش سایت"
992
-
993
- #: ../views/slides.php:7
994
- msgid "Add Slide"
995
- msgstr "افزودن اسلاید"
996
-
997
- #: ../views/template-selection.php:4
998
- msgid "Name"
999
- msgstr ""
1000
-
1001
- #: ../views/template-selection.php:5
1002
- msgid "Supported Slides"
1003
- msgstr ""
1004
-
1005
- #: ../views/template-selection.php:6
1006
- msgid "Location"
1007
- msgstr ""
1008
-
1009
- #: ../views/template-selection.php:7
1010
- #, fuzzy
1011
- msgid "Selected"
1012
- msgstr "حذف"
1013
-
1014
- #: ../views/template-selection.php:43
1015
- #, fuzzy
1016
- msgid "Learn More About Templates"
1017
- msgstr "دانلود مدل های بیشتر..."
1018
-
1019
- #: ../views/template-selection.php:44
1020
- #, fuzzy
1021
- msgid "Get More Templates"
1022
- msgstr "دانلود مدل های بیشتر..."
1023
-
1024
- #~ msgid ""
1025
- #~ "Templates CSS could not be saved. Make sure %stemplates.css is writable."
1026
- #~ msgstr ""
1027
- #~ "css مربوط به الگو نمی تواند ذخیره شود. دسترسی نوشتن را به %stemplates.css "
1028
- #~ "بدهید."
1029
-
1030
- #~ msgid ""
1031
- #~ "Templates JS could not be saved. Make sure %stemplates.js is writable."
1032
- #~ msgstr ""
1033
- #~ "JS مربوط به الگو نمی تواند ذخیره شود. دسترسی نوشتن را به %stemplates.css "
1034
- #~ "بدهید."
1035
-
1036
- #~ msgid "Slide Properties:"
1037
- #~ msgstr "تنظیمات اسلاید"
1038
-
1039
- #~ msgid "Video URL:"
1040
- #~ msgstr "آدرس ویدیو"
1041
-
1042
- #~ msgid "Copy and paste a Youtube or Vimeo URL and hit the Get Video button."
1043
- #~ msgstr ""
1044
- #~ "آدرس ویدیو یوتیوب یا Vimeo را در اینجا گذاشته و دکمه افزودن ویدیو را کلیک "
1045
- #~ "کنید"
1046
-
1047
- #~ msgid "Get Video"
1048
- #~ msgstr "افزودن ویدیو"
1049
-
1050
- #~ msgid "Embed Code"
1051
- #~ msgstr "کد ضمیمه شده"
1052
-
1053
- #~ msgid ""
1054
- #~ "You can place your embed code directly here. Or you can use the Get Video "
1055
- #~ "button to generate the embed code."
1056
- #~ msgstr ""
1057
- #~ "شما می توانید کد ویدیو را مستقیما اینجا بریزید یا با کلیک بر روی افزودن "
1058
- #~ "ویدیو آن را به ما بسپارید."
1059
-
1060
- #~ msgid ""
1061
- #~ "<strong>Note:</strong> The Slide Properties and Tile effects are not "
1062
- #~ "supported for videos."
1063
- #~ msgstr ""
1064
- #~ "<strong>نکته:</strong> تنظیمات اسلاید و افکت کاشی بر روی ویدیو غیرفعال است"
1065
-
1066
- #~ msgid ""
1067
- #~ "<strong>Note:</strong> Append &wmode=transparent to the embed code src "
1068
- #~ "attribute to make HTML elements appear on top of Flash."
1069
- #~ msgstr ""
1070
- #~ "<strong>نکته:</strong> افزودن &wmode=transparent برای چسباندن ویژگی src "
1071
- #~ "برای ساختن المنت HTML در بالای آن"
1072
-
1073
- #~ msgid "Slideshow Settings"
1074
- #~ msgstr "تنظیمات اسلایدشو"
1075
-
1076
- #~ msgid "Slideshow Templates"
1077
- #~ msgstr "الگوهای اسلایشو"
1078
-
1079
- #~ msgid "Drag"
1080
- #~ msgstr "کشیدن"
1081
-
1082
- #~ msgid "Toggle"
1083
- #~ msgstr "Toggle"
1084
-
1085
- #~ msgid "Custom"
1086
- #~ msgstr "سایر"
1087
-
1088
- #~ msgid ""
1089
- #~ "Select a template to use. Check the template icons to see what slide type "
1090
- #~ "it supports."
1091
- #~ msgstr ""
1092
- #~ "یک الگو را برای استفاده انتخاب کنید. با چک کردن آیکن های نمایش داده شده، "
1093
- #~ "از ساپورت فرمت مورد نظر خود مطمئن شوید."
1094
-
1095
- #~ msgid ""
1096
- #~ "Note: If you are looking for the Black, Blue or Myrtle, checkout this <a "
1097
- #~ "href=\"%s\">post</a>."
1098
- #~ msgstr ""
1099
- #~ "نکته: اگر به دنبال استفاده از طرحی خاص مثل مشکی، آبی هستید، <a href=\"%s"
1100
- #~ "\">اینجا</a> را چک کنید."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
languages/cyclone-slider-2-fr_FR.mo DELETED
Binary file
languages/cyclone-slider-2-fr_FR.po DELETED
@@ -1,1093 +0,0 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: Cyclone Slider\n"
4
- "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2016-03-30 09:13+0800\n"
6
- "PO-Revision-Date: 2016-03-30 09:17+0800\n"
7
- "Last-Translator: Kosinix <kosinix@codefleet.net>\n"
8
- "Language-Team: kosinix <kosinix@codefleet.net>\n"
9
- "Language: de_DE\n"
10
- "MIME-Version: 1.0\n"
11
- "Content-Type: text/plain; charset=UTF-8\n"
12
- "Content-Transfer-Encoding: 8bit\n"
13
- "X-Poedit-KeywordsList: __;_e;_x\n"
14
- "X-Poedit-Basepath: .\n"
15
- "X-Poedit-SourceCharset: UTF-8\n"
16
- "X-Generator: Poedit 1.6.7\n"
17
- "X-Poedit-SearchPath-0: .\n"
18
- "X-Poedit-SearchPath-1: ..\n"
19
-
20
- #: ../cyclone-slider.php:101
21
- #, fuzzy
22
- msgid "Cyclone Slider Settings"
23
- msgstr "Module de diaporama"
24
-
25
- #: ../cyclone-slider.php:102
26
- #, fuzzy
27
- msgid "Settings"
28
- msgstr "Réglages du diaporama"
29
-
30
- #: ../cyclone-slider.php:112
31
- #, fuzzy
32
- msgid "Cyclone Slider Export"
33
- msgstr "Diaporama"
34
-
35
- #: ../cyclone-slider.php:113
36
- #, fuzzy
37
- msgid "Export/Import"
38
- msgstr "Importer"
39
-
40
- #: ../cyclone-slider.php:125
41
- #, fuzzy
42
- msgid "Cyclone Slider Nextgen Export"
43
- msgstr "Diaporama"
44
-
45
- #: ../cyclone-slider.php:126 ../src/CycloneSlider/ExportPageNextgen.php:72
46
- #, fuzzy
47
- msgid "Export Nextgen"
48
- msgstr "Importer"
49
-
50
- #: ../cyclone-slider.php:138
51
- #, fuzzy
52
- msgid "Cyclone Slider Import"
53
- msgstr "Diaporama"
54
-
55
- #: ../cyclone-slider.php:139 ../src/CycloneSlider/ExportPage.php:69
56
- #: ../src/CycloneSlider/ExportPageNextgen.php:67
57
- #: ../src/CycloneSlider/ExporterNextgen.php:65
58
- #: ../src/CycloneSlider/ImportPage.php:74
59
- #: ../src/CycloneSlider/NextgenIntegration.php:65
60
- msgid "Import"
61
- msgstr "Importer"
62
-
63
- #: ../src/CycloneSlider/Admin.php:142
64
- msgid "Cyclone Slider"
65
- msgstr "Diaporama"
66
-
67
- #: ../src/CycloneSlider/Admin.php:143
68
- msgid "Slideshow"
69
- msgstr "Diaporama"
70
-
71
- #: ../src/CycloneSlider/Admin.php:144
72
- msgid "Add Slideshow"
73
- msgstr "Ajoutez un diaporama"
74
-
75
- #: ../src/CycloneSlider/Admin.php:145
76
- msgid "Add New Slideshow"
77
- msgstr "Ajouter un nouveau diaporama"
78
-
79
- #: ../src/CycloneSlider/Admin.php:146
80
- msgid "Edit Slideshow"
81
- msgstr "Editer le diaporama"
82
-
83
- #: ../src/CycloneSlider/Admin.php:147
84
- msgid "New Slideshow"
85
- msgstr "Nouveau diaporama"
86
-
87
- #: ../src/CycloneSlider/Admin.php:148
88
- msgid "View Slideshow"
89
- msgstr "Voir le diaporama"
90
-
91
- #: ../src/CycloneSlider/Admin.php:149
92
- msgid "Search Slideshows"
93
- msgstr "Rechercher des diaporamas"
94
-
95
- #: ../src/CycloneSlider/Admin.php:150
96
- msgid "No slideshows found"
97
- msgstr "Pas de diaporama trouvé"
98
-
99
- #: ../src/CycloneSlider/Admin.php:151
100
- msgid "No slideshows found in Trash"
101
- msgstr "Pas de diaporama trouvé"
102
-
103
- #: ../src/CycloneSlider/Admin.php:197 ../src/CycloneSlider/Admin.php:200
104
- #: ../src/CycloneSlider/Admin.php:201 ../src/CycloneSlider/Admin.php:204
105
- #: ../src/CycloneSlider/Admin.php:205 ../src/CycloneSlider/Admin.php:206
106
- msgid "Slideshow updated."
107
- msgstr "Diaporama mis à jour"
108
-
109
- #: ../src/CycloneSlider/Admin.php:198
110
- msgid "Custom field updated."
111
- msgstr "Champ mis à jours"
112
-
113
- #: ../src/CycloneSlider/Admin.php:199
114
- msgid "Custom field deleted."
115
- msgstr "Champ supprimé"
116
-
117
- #: ../src/CycloneSlider/Admin.php:202
118
- #, fuzzy
119
- msgid "Slideshow published."
120
- msgstr "Diaporama sauvegardé"
121
-
122
- #: ../src/CycloneSlider/Admin.php:203
123
- msgid "Slideshow saved."
124
- msgstr "Diaporama sauvegardé"
125
-
126
- #: ../src/CycloneSlider/Admin.php:242
127
- msgid "Slides"
128
- msgstr "Diapos"
129
-
130
- #: ../src/CycloneSlider/Admin.php:251
131
- #, fuzzy
132
- msgid "Slider Preview"
133
- msgstr "Propriétés de la diapo"
134
-
135
- #: ../src/CycloneSlider/Admin.php:260
136
- #, fuzzy
137
- msgid "Get Slider Codes"
138
- msgstr "Modifier vidéo"
139
-
140
- #: ../src/CycloneSlider/Admin.php:269
141
- #, fuzzy
142
- msgid "Basic Settings"
143
- msgstr "Réglages du diaporama"
144
-
145
- #: ../src/CycloneSlider/Admin.php:278
146
- #, fuzzy
147
- msgid "Advanced Settings"
148
- msgstr "Réglages du diaporama"
149
-
150
- #: ../src/CycloneSlider/Admin.php:287
151
- #, fuzzy
152
- msgid "Templates"
153
- msgstr "Thème"
154
-
155
- #: ../src/CycloneSlider/Admin.php:296 ../src/CycloneSlider/Admin.php:612
156
- msgid "Slideshow ID"
157
- msgstr "Diaporama ID"
158
-
159
- #: ../src/CycloneSlider/Admin.php:323
160
- msgid "Slide"
161
- msgstr "Diapo"
162
-
163
- #: ../src/CycloneSlider/Admin.php:328
164
- msgid "[Hidden]"
165
- msgstr ""
166
-
167
- #: ../src/CycloneSlider/Admin.php:463
168
- msgid "Core"
169
- msgstr ""
170
-
171
- #: ../src/CycloneSlider/Admin.php:464
172
- #, php-format
173
- msgid ""
174
- "You should not make changes to templates in this location. All your changes "
175
- "will be gone when the plugin is updated. <br />Location: <strong>%s</strong>"
176
- msgstr ""
177
-
178
- #: ../src/CycloneSlider/Admin.php:468 ../src/CycloneSlider/Admin.php:473
179
- #: ../src/CycloneSlider/Admin.php:477
180
- #, php-format
181
- msgid "Location: <strong>%s</strong>"
182
- msgstr ""
183
-
184
- #: ../src/CycloneSlider/Admin.php:469
185
- msgid ""
186
- "Your template is in danger of being overwritten when you upgrade your theme. "
187
- "Please consider creating a WordPress plugin Cyclone Slider template."
188
- msgstr ""
189
-
190
- #: ../src/CycloneSlider/Admin.php:520
191
- msgid "Slide *"
192
- msgstr "Diapo *"
193
-
194
- #: ../src/CycloneSlider/Admin.php:609
195
- msgid "Slideshow Name"
196
- msgstr "Nom du diaporama"
197
-
198
- #: ../src/CycloneSlider/Admin.php:610
199
- msgid "Template"
200
- msgstr "Thème"
201
-
202
- #: ../src/CycloneSlider/Admin.php:611
203
- #, fuzzy
204
- msgid "No. of Slides"
205
- msgstr "Ajouter au diaporama"
206
-
207
- #: ../src/CycloneSlider/Admin.php:613
208
- msgid "Shortcode"
209
- msgstr "Shortcode"
210
-
211
- #: ../src/CycloneSlider/AssetLoader.php:71
212
- msgid "Select an image"
213
- msgstr "Sélectionnez une image"
214
-
215
- #: ../src/CycloneSlider/AssetLoader.php:72
216
- msgid "Select Images - Use Ctrl + Click or Shift + Click"
217
- msgstr ""
218
-
219
- #: ../src/CycloneSlider/AssetLoader.php:73
220
- msgid "Add to Slide"
221
- msgstr "Ajouter au diaporama"
222
-
223
- #: ../src/CycloneSlider/AssetLoader.php:74 ../views/slides.php:8
224
- #, fuzzy
225
- msgid "Add Images as Slides"
226
- msgstr "Ajouter un nouveau diaporama"
227
-
228
- #: ../src/CycloneSlider/AssetLoader.php:75
229
- msgid "Error. Make sure its a valid YouTube URL."
230
- msgstr ""
231
-
232
- #: ../src/CycloneSlider/ExportPage.php:64
233
- #: ../src/CycloneSlider/ExportPageNextgen.php:62
234
- #: ../src/CycloneSlider/ImportPage.php:69
235
- #, fuzzy
236
- msgid "Export"
237
- msgstr "Importer"
238
-
239
- #: ../src/CycloneSlider/ExportPage.php:77
240
- #: ../src/CycloneSlider/ImportPage.php:63
241
- msgid ""
242
- "ZipArchive not supported. ZipArchive is needed for Import and Export to work."
243
- msgstr ""
244
-
245
- #: ../src/CycloneSlider/ExportPage.php:113
246
- #: ../src/CycloneSlider/ExportPageNextgen.php:118
247
- msgid "Your export file is ready. Click Download."
248
- msgstr ""
249
-
250
- #: ../src/CycloneSlider/ExportPage.php:118
251
- #: ../src/CycloneSlider/ExportPageNextgen.php:123
252
- msgid "Error creating exports directory."
253
- msgstr ""
254
-
255
- #: ../src/CycloneSlider/ExportPage.php:167
256
- #: ../src/CycloneSlider/ExportPageNextgen.php:172
257
- #, fuzzy
258
- msgid "No slider selected."
259
- msgstr "Aucuns diaporamas"
260
-
261
- #: ../src/CycloneSlider/ExportPage.php:172
262
- #: ../src/CycloneSlider/ExportPageNextgen.php:177
263
- msgid "Please choose a file name."
264
- msgstr ""
265
-
266
- #: ../src/CycloneSlider/Exporter.php:52
267
- #, fuzzy
268
- msgid "Error no sliders selected."
269
- msgstr "Aucuns diaporamas"
270
-
271
- #: ../src/CycloneSlider/Exporter.php:73
272
- msgid "Error encoding data to JSON."
273
- msgstr ""
274
-
275
- #: ../src/CycloneSlider/Exporter.php:79
276
- #, php-format
277
- msgid "Success generating zip %s."
278
- msgstr ""
279
-
280
- #: ../src/CycloneSlider/Exporter.php:109
281
- #, php-format
282
- msgid "Exporting data for slider \"%s\"."
283
- msgstr ""
284
-
285
- #: ../src/CycloneSlider/Exporter.php:111
286
- #, fuzzy, php-format
287
- msgid "Slider \"%s\" not found."
288
- msgstr "[Diaporama non trouvé]"
289
-
290
- #: ../src/CycloneSlider/Exporter.php:138
291
- #, php-format
292
- msgid ""
293
- "Image %1$d was not found on slide %2$d of slider %3$s. Path to image is %4$s."
294
- msgstr ""
295
-
296
- #: ../src/CycloneSlider/Exporter.php:182
297
- #, fuzzy
298
- msgid "ZipArchive not supported."
299
- msgstr "Diaporama mis à jour"
300
-
301
- #: ../src/CycloneSlider/Exporter.php:188
302
- #, php-format
303
- msgid "Error opening zip file %s. Code: %s"
304
- msgstr ""
305
-
306
- #: ../src/CycloneSlider/Exporter.php:197
307
- #, php-format
308
- msgid "Error adding file %s to zip."
309
- msgstr ""
310
-
311
- #: ../src/CycloneSlider/Exporter.php:199 ../src/CycloneSlider/Exporter.php:207
312
- #, php-format
313
- msgid "File %s added to zip."
314
- msgstr ""
315
-
316
- #: ../src/CycloneSlider/ExporterNextgen.php:39
317
- #: ../src/CycloneSlider/NextgenIntegration.php:39
318
- msgid "NextGEN Integration"
319
- msgstr "NextGEN Integration"
320
-
321
- #: ../src/CycloneSlider/ExporterNextgen.php:55
322
- #: ../src/CycloneSlider/NextgenIntegration.php:55
323
- msgid "Choose a NextGEN Gallery"
324
- msgstr "Choose a NextGEN Gallery"
325
-
326
- #: ../src/CycloneSlider/ExporterNextgen.php:67
327
- #: ../src/CycloneSlider/NextgenIntegration.php:67
328
- msgid ""
329
- "Select a gallery to import images from. Images will be added as new slides."
330
- msgstr ""
331
- "Selectionnez une galerie pour importer les images. Les images devront être "
332
- "ajoutées comme des nouvelles diapos "
333
-
334
- #: ../src/CycloneSlider/Frontend.php:101
335
- #, fuzzy, php-format
336
- msgid "[Slideshow \"%s\" not found]"
337
- msgstr "[Diaporama non trouvé]"
338
-
339
- #: ../src/CycloneSlider/Frontend.php:117
340
- #, php-format
341
- msgid "[Template \"%s\" not found]"
342
- msgstr "[Thème \"%s\" non trouvé]"
343
-
344
- #: ../src/CycloneSlider/ImportPage.php:116
345
- msgid "Import operation success!"
346
- msgstr ""
347
-
348
- #: ../src/CycloneSlider/Importer.php:35
349
- msgid "Could not read zip files. ZipArchive not supported."
350
- msgstr ""
351
-
352
- #: ../src/CycloneSlider/Importer.php:40
353
- #, fuzzy
354
- msgid "No zip file found."
355
- msgstr "Aucuns diaporamas"
356
-
357
- #: ../src/CycloneSlider/Importer.php:46
358
- msgid "Error creating imports directory."
359
- msgstr ""
360
-
361
- #: ../src/CycloneSlider/Importer.php:53
362
- msgid "Error moving uploaded zip."
363
- msgstr ""
364
-
365
- #: ../src/CycloneSlider/Importer.php:60
366
- #, php-format
367
- msgid "Error opening zip: %s"
368
- msgstr ""
369
-
370
- #: ../src/CycloneSlider/Importer.php:73
371
- #, php-format
372
- msgid "Security error. Invalid %s file."
373
- msgstr ""
374
-
375
- #: ../src/CycloneSlider/Importer.php:80
376
- #, php-format
377
- msgid "Security error. File %s is not an image."
378
- msgstr ""
379
-
380
- #: ../src/CycloneSlider/Importer.php:86
381
- #, php-format
382
- msgid "Security error. Missing %s file."
383
- msgstr ""
384
-
385
- #: ../src/CycloneSlider/Importer.php:92
386
- msgid "Error extracting zip."
387
- msgstr ""
388
-
389
- #: ../src/CycloneSlider/Importer.php:99
390
- msgid "Failed to read export JSON."
391
- msgstr ""
392
-
393
- #: ../src/CycloneSlider/Importer.php:104
394
- msgid "Failed to decode JSON."
395
- msgstr ""
396
-
397
- #: ../src/CycloneSlider/Importer.php:175
398
- #, php-format
399
- msgid "scandir failed on %s"
400
- msgstr ""
401
-
402
- #: ../src/CycloneSlider/Importer.php:191
403
- #, fuzzy, php-format
404
- msgid "Source image %s not found."
405
- msgstr "[Thème \"%s\" non trouvé]"
406
-
407
- #: ../src/CycloneSlider/Importer.php:195
408
- msgid "Copy error."
409
- msgstr ""
410
-
411
- #: ../src/CycloneSlider/SettingsPage.php:51
412
- msgid "Default options restored."
413
- msgstr ""
414
-
415
- #: ../src/CycloneSlider/WidgetSlider.php:13
416
- msgid "Cyclone Slider Widget"
417
- msgstr "Module de diaporama"
418
-
419
- #: ../src/CycloneSlider/WidgetSlider.php:14
420
- #, fuzzy
421
- msgid "Widget for displaying sliders."
422
- msgstr "Module pour afficher des diaporamas"
423
-
424
- #: ../src/CycloneSlider/WidgetSlider.php:65 ../views/slide-edit.php:54
425
- #, fuzzy
426
- msgid "Title:"
427
- msgstr "Titre"
428
-
429
- #: ../src/CycloneSlider/WidgetSlider.php:79
430
- #, fuzzy
431
- msgid "Select a Slider:"
432
- msgstr "Sélectionner un diaporama"
433
-
434
- #: ../src/CycloneSlider/WidgetSlider.php:94
435
- #, fuzzy
436
- msgid "No sliders found."
437
- msgstr "Aucuns diaporamas"
438
-
439
- #: ../templates/dark/slider.php:43
440
- msgid "View Larger Image"
441
- msgstr ""
442
-
443
- #: ../templates/dark/slider.php:46 ../templates/dark/slider.php:48
444
- msgid "Learn More"
445
- msgstr ""
446
-
447
- #: ../templates/dark/slider.php:64 ../templates/default/slider.php:62
448
- #: ../templates/default/slider.php:66 ../templates/default/slider.php:70
449
- #: ../templates/standard/slider.php:70 ../templates/thumbnails/slider.php:70
450
- #, fuzzy
451
- msgid "Slide type not supported."
452
- msgstr "Diaporama mis à jour"
453
-
454
- #: ../views/export-nextgen-step-1.php:8 ../views/export-nextgen-step-2.php:8
455
- #: ../views/export-nextgen-step-3.php:8
456
- #, fuzzy
457
- msgid "Cyclone Slider Nextgen Exporter"
458
- msgstr "Diaporama"
459
-
460
- #: ../views/export-nextgen-step-1.php:18
461
- #, fuzzy
462
- msgid "Choose a NextGEN Gallery:"
463
- msgstr "Choose a NextGEN Gallery"
464
-
465
- #: ../views/export-nextgen-step-1.php:22 ../views/export-step-1.php:22
466
- #, fuzzy
467
- msgid "Select All"
468
- msgstr "Supprimer"
469
-
470
- #: ../views/export-nextgen-step-1.php:34 ../views/export-nextgen-step-2.php:28
471
- #: ../views/export-step-1.php:34 ../views/export-step-2.php:28
472
- msgid "File Name:"
473
- msgstr ""
474
-
475
- #: ../views/export-nextgen-step-1.php:41 ../views/export-step-1.php:41
476
- #, fuzzy
477
- msgid "No slider to export."
478
- msgstr "Aucuns diaporamas"
479
-
480
- #: ../views/export-nextgen-step-1.php:44 ../views/export-step-1.php:44
481
- msgid "Clear"
482
- msgstr ""
483
-
484
- #: ../views/export-nextgen-step-1.php:45 ../views/export-step-1.php:45
485
- msgid "Next"
486
- msgstr ""
487
-
488
- #: ../views/export-nextgen-step-2.php:17 ../views/export-step-2.php:17
489
- #, fuzzy
490
- msgid "Selected slider(s):"
491
- msgstr "Sélectionner un diaporama"
492
-
493
- #: ../views/export-nextgen-step-2.php:35 ../views/export-nextgen-step-3.php:21
494
- #: ../views/export-nextgen-step-3.php:26 ../views/export-step-2.php:35
495
- #: ../views/export-step-3.php:21 ../views/export-step-3.php:26
496
- #: ../views/import-step-3.php:15
497
- msgid "Back"
498
- msgstr ""
499
-
500
- #: ../views/export-nextgen-step-2.php:36 ../views/export-step-2.php:36
501
- msgid "Generate Export File"
502
- msgstr ""
503
-
504
- #: ../views/export-nextgen-step-3.php:22 ../views/export-step-3.php:22
505
- msgid "Download"
506
- msgstr ""
507
-
508
- #: ../views/export-step-1.php:8 ../views/export-step-2.php:8
509
- #: ../views/export-step-3.php:8
510
- #, fuzzy
511
- msgid "Cyclone Slider Exporter"
512
- msgstr "Diaporama"
513
-
514
- #: ../views/export-step-1.php:18
515
- #, fuzzy
516
- msgid "Select sliders:"
517
- msgstr "Sélectionner un diaporama"
518
-
519
- #: ../views/import-step-1.php:8 ../views/import-step-3.php:8
520
- #, fuzzy
521
- msgid "Cyclone Slider Importer"
522
- msgstr "Diaporama"
523
-
524
- #: ../views/import-step-1.php:17
525
- msgid "Import Zip File:"
526
- msgstr ""
527
-
528
- #: ../views/import-step-1.php:24
529
- msgid "Upload"
530
- msgstr ""
531
-
532
- #: ../views/settings-page.php:7
533
- msgid ""
534
- "Play with these settings if Cyclone Slider is not working or if you want to "
535
- "optimize it."
536
- msgstr ""
537
-
538
- #: ../views/settings-page.php:16
539
- msgid "Load scripts in:"
540
- msgstr ""
541
-
542
- #: ../views/settings-page.php:19
543
- msgid "Header"
544
- msgstr ""
545
-
546
- #: ../views/settings-page.php:20
547
- msgid "Footer"
548
- msgstr ""
549
-
550
- #: ../views/settings-page.php:25
551
- msgid "Load these scripts:"
552
- msgstr ""
553
-
554
- #: ../views/settings-page.php:30
555
- msgid "Cycle 2. This is the core script needed by the plugin."
556
- msgstr ""
557
-
558
- #: ../views/settings-page.php:35
559
- msgid "Cycle 2 - Carousel. Used by these templates: Galleria, Lea, Dos."
560
- msgstr ""
561
-
562
- #: ../views/settings-page.php:40
563
- msgid "Cycle 2 - Swipe. For touch swipe events."
564
- msgstr ""
565
-
566
- #: ../views/settings-page.php:45
567
- msgid "Cycle 2 - Tile. Used for tile transition effects."
568
- msgstr ""
569
-
570
- #: ../views/settings-page.php:50
571
- msgid "Cycle 2 - Video. Used by YouTube template."
572
- msgstr ""
573
-
574
- #: ../views/settings-page.php:55
575
- msgid "Magnific Popup - Enable lightbox option."
576
- msgstr ""
577
-
578
- #: ../views/settings-page.php:55 ../views/settings-page.php:60
579
- #: ../views/slider-advanced-settings.php:2
580
- msgid "Available in pro version."
581
- msgstr ""
582
-
583
- #: ../views/settings-page.php:60
584
- msgid "Easing - Enable easing options."
585
- msgstr ""
586
-
587
- #: ../views/settings-page.php:65
588
- msgid "Scripts loading priority:"
589
- msgstr ""
590
-
591
- #: ../views/settings-page.php:68
592
- msgid "Make this value bigger to load scripts last."
593
- msgstr ""
594
-
595
- #: ../views/settings-page.php:72
596
- #, fuzzy
597
- msgid "Load these templates:"
598
- msgstr "Thèmes de diaporama"
599
-
600
- #: ../views/settings-page.php:85
601
- msgid "Save Options"
602
- msgstr ""
603
-
604
- #: ../views/settings-page.php:86
605
- msgid "Restore Defaults"
606
- msgstr ""
607
-
608
- #: ../views/slide-edit.php:17
609
- msgid "Delete"
610
- msgstr "Supprimer"
611
-
612
- #: ../views/slide-edit.php:26
613
- msgid "Image"
614
- msgstr "Image"
615
-
616
- #: ../views/slide-edit.php:27
617
- msgid "YouTube"
618
- msgstr ""
619
-
620
- #: ../views/slide-edit.php:28
621
- #, fuzzy
622
- msgid "Vimeo"
623
- msgstr "Vidéo"
624
-
625
- #: ../views/slide-edit.php:29 ../views/slide-edit.php:178
626
- msgid "Custom HTML"
627
- msgstr "Code HTML personnalisé"
628
-
629
- #: ../views/slide-edit.php:30
630
- msgid "Testimonial"
631
- msgstr ""
632
-
633
- #: ../views/slide-edit.php:35
634
- msgid "Hidden"
635
- msgstr ""
636
-
637
- #: ../views/slide-edit.php:47
638
- msgid "Get Image"
639
- msgstr "Importer une image"
640
-
641
- #: ../views/slide-edit.php:51
642
- msgid "Caption"
643
- msgstr ""
644
-
645
- #: ../views/slide-edit.php:58
646
- #, fuzzy
647
- msgid "Description:"
648
- msgstr "Description"
649
-
650
- #: ../views/slide-edit.php:64 ../views/slide-edit.php:201
651
- msgid "Link"
652
- msgstr "Lien"
653
-
654
- #: ../views/slide-edit.php:67 ../views/slide-edit.php:204
655
- msgid "Link URL:"
656
- msgstr "Lien"
657
-
658
- #: ../views/slide-edit.php:71 ../views/slide-edit.php:208
659
- msgid "Open Link in:"
660
- msgstr "Ouvrir le lien dans :"
661
-
662
- #: ../views/slide-edit.php:73 ../views/slide-edit.php:210
663
- msgid "Same Window"
664
- msgstr "Même fenêtre"
665
-
666
- #: ../views/slide-edit.php:74 ../views/slide-edit.php:211
667
- msgid "New Tab or Window"
668
- msgstr "Nouvel onglet ou fenêtre"
669
-
670
- #: ../views/slide-edit.php:80
671
- msgid "Image Attributes"
672
- msgstr "Attributs de l'image"
673
-
674
- #: ../views/slide-edit.php:83
675
- msgid "Alternate Text:"
676
- msgstr "Texte alternatif"
677
-
678
- #: ../views/slide-edit.php:87
679
- msgid "Title Text:"
680
- msgstr "Titre"
681
-
682
- #: ../views/slide-edit.php:93
683
- msgid "Slide Transition Effects"
684
- msgstr "Effets de transition"
685
-
686
- #: ../views/slide-edit.php:97
687
- msgid "Disable"
688
- msgstr "Désactivé"
689
-
690
- #: ../views/slide-edit.php:98
691
- msgid "Enable Slide Effects"
692
- msgstr "Permettre les effets de transition"
693
-
694
- #: ../views/slide-edit.php:104
695
- msgid "Transition Effects:"
696
- msgstr "Effets de transition"
697
-
698
- #: ../views/slide-edit.php:115 ../views/slider-settings.php:32
699
- msgid "Transition Effects Speed:"
700
- msgstr "Temps de l'effet de transtion"
701
-
702
- #: ../views/slide-edit.php:117 ../views/slide-edit.php:124
703
- #: ../views/slider-settings.php:34
704
- msgid "Milliseconds"
705
- msgstr "Millisecondes"
706
-
707
- #: ../views/slide-edit.php:122 ../views/slider-settings.php:26
708
- msgid "Next Slide Delay:"
709
- msgstr "Temps avant la prochaine diapo"
710
-
711
- #: ../views/slide-edit.php:132 ../views/slider-settings.php:13
712
- msgid "Tile Count:"
713
- msgstr "Nombre de carreaux"
714
-
715
- #: ../views/slide-edit.php:134 ../views/slider-settings.php:15
716
- msgid "The number of tiles to use in the transition."
717
- msgstr "Nombre de carreaux à utiliser pour les transitions"
718
-
719
- #: ../views/slide-edit.php:138
720
- msgid "Tile Delay:"
721
- msgstr "Délais"
722
-
723
- #: ../views/slide-edit.php:140
724
- msgid "Milliseconds to delay each individual tile transition."
725
- msgstr "Delais de transition en millisecondes"
726
-
727
- #: ../views/slide-edit.php:144 ../views/slider-settings.php:18
728
- msgid "Tile Position:"
729
- msgstr "Position"
730
-
731
- #: ../views/slide-edit.php:146 ../views/slider-settings.php:20
732
- msgid "Vertical"
733
- msgstr "Vertical"
734
-
735
- #: ../views/slide-edit.php:147 ../views/slider-settings.php:21
736
- msgid "Horizontal"
737
- msgstr "Horizontal"
738
-
739
- #: ../views/slide-edit.php:159
740
- msgid "YouTube URL:"
741
- msgstr ""
742
-
743
- #: ../views/slide-edit.php:161
744
- msgid "Copy and paste a valid YouTube URL here."
745
- msgstr ""
746
-
747
- #: ../views/slide-edit.php:166
748
- msgid "Do not show suggested videos when the video finishes."
749
- msgstr ""
750
-
751
- #: ../views/slide-edit.php:171
752
- #, fuzzy
753
- msgid "Vimeo URL:"
754
- msgstr "Lien vidéo"
755
-
756
- #: ../views/slide-edit.php:173
757
- #, fuzzy
758
- msgid "Copy and paste a valid Vimeo URL here."
759
- msgstr "copier et coller un lien Youtube ou Vimeo"
760
-
761
- #: ../views/slide-edit.php:186
762
- msgid "Quote"
763
- msgstr ""
764
-
765
- #: ../views/slide-edit.php:192
766
- msgid "Author"
767
- msgstr ""
768
-
769
- #: ../views/slide-edit.php:195
770
- msgid "Name:"
771
- msgstr ""
772
-
773
- #: ../views/slider-advanced-settings.php:4
774
- msgid "Allow Wrap?"
775
- msgstr ""
776
-
777
- #: ../views/slider-advanced-settings.php:6
778
- #: ../views/slider-advanced-settings.php:44 ../views/slider-settings.php:67
779
- #: ../views/slider-settings.php:78 ../views/slider-settings.php:86
780
- #: ../views/slider-settings.php:94 ../views/slider-settings.php:104
781
- msgid "Yes"
782
- msgstr "Oui"
783
-
784
- #: ../views/slider-advanced-settings.php:7
785
- #: ../views/slider-advanced-settings.php:45 ../views/slider-settings.php:66
786
- #: ../views/slider-settings.php:79 ../views/slider-settings.php:87
787
- #: ../views/slider-settings.php:95 ../views/slider-settings.php:103
788
- msgid "No"
789
- msgstr "Non"
790
-
791
- #: ../views/slider-advanced-settings.php:10
792
- msgid ""
793
- "Determines if slider wraps to beginning slide if it reaches the end slide."
794
- msgstr ""
795
-
796
- #: ../views/slider-advanced-settings.php:15
797
- #, fuzzy
798
- msgid "Dynamic Height:"
799
- msgstr "Hauteur :"
800
-
801
- #: ../views/slider-advanced-settings.php:17
802
- msgid "Off"
803
- msgstr ""
804
-
805
- #: ../views/slider-advanced-settings.php:18
806
- msgid "On"
807
- msgstr ""
808
-
809
- #: ../views/slider-advanced-settings.php:21
810
- msgid "Adjust slider height depending on current slide."
811
- msgstr ""
812
-
813
- #: ../views/slider-advanced-settings.php:26
814
- #, fuzzy
815
- msgid "Delay:"
816
- msgstr "Délais"
817
-
818
- #: ../views/slider-advanced-settings.php:28
819
- msgid ""
820
- "Milliseconds to add or substract from the time before the first transition "
821
- "occurs."
822
- msgstr ""
823
-
824
- #: ../views/slider-advanced-settings.php:32
825
- msgid "Easing:"
826
- msgstr ""
827
-
828
- #: ../views/slider-advanced-settings.php:38
829
- msgid "Easing for transition animations."
830
- msgstr ""
831
-
832
- #: ../views/slider-advanced-settings.php:42
833
- msgid "Swipe:"
834
- msgstr ""
835
-
836
- #: ../views/slider-advanced-settings.php:48
837
- msgid "Enable swipe gesture support for touch devices."
838
- msgstr ""
839
-
840
- #: ../views/slider-advanced-settings.php:53
841
- #, fuzzy
842
- msgid "Resize Options:"
843
- msgstr "Description"
844
-
845
- #: ../views/slider-advanced-settings.php:60
846
- msgid "Auto - Cyclone Slider decides the resize option."
847
- msgstr ""
848
-
849
- #: ../views/slider-advanced-settings.php:61
850
- msgid "Crop - Resize and remove excess parts."
851
- msgstr ""
852
-
853
- #: ../views/slider-advanced-settings.php:62
854
- msgid "Exact - Resize to exact dimensions."
855
- msgstr ""
856
-
857
- #: ../views/slider-advanced-settings.php:63
858
- msgid "Landscape - Resize to exact width."
859
- msgstr ""
860
-
861
- #: ../views/slider-advanced-settings.php:64
862
- msgid "Portrait - Resize to exact height."
863
- msgstr ""
864
-
865
- #: ../views/slider-codes.php:4
866
- #, fuzzy
867
- msgid "Your Shortcode:"
868
- msgstr "Shortcode"
869
-
870
- #: ../views/slider-codes.php:6
871
- msgid ""
872
- "Copy and paste this shortcode into your Post, Page or Custom Post editor."
873
- msgstr ""
874
-
875
- #: ../views/slider-codes.php:10
876
- msgid "Your PHP Code:"
877
- msgstr ""
878
-
879
- #: ../views/slider-codes.php:12
880
- msgid ""
881
- "Copy and paste this code when you need to display the slider in template "
882
- "files (header.php, front-page.php, etc.)."
883
- msgstr ""
884
-
885
- #: ../views/slider-id.php:5
886
- msgid "Change the Slideshow ID here."
887
- msgstr ""
888
-
889
- #: ../views/slider-preview.php:9
890
- msgid "Your preview will appear here."
891
- msgstr ""
892
-
893
- #: ../views/slider-settings.php:4
894
- msgid "Transition Effects to Use:"
895
- msgstr "Effet de transition à utiliser"
896
-
897
- #: ../views/slider-settings.php:28
898
- msgid "Milliseconds. 0 to disable auto advance."
899
- msgstr "Millisecondes. 0 ou désactiver le défilement automatique"
900
-
901
- #: ../views/slider-settings.php:38
902
- msgid "Width:"
903
- msgstr "Largeur :"
904
-
905
- #: ../views/slider-settings.php:40 ../views/slider-settings.php:46
906
- msgid "pixels."
907
- msgstr "pixels."
908
-
909
- #: ../views/slider-settings.php:44
910
- msgid "Height:"
911
- msgstr "Hauteur :"
912
-
913
- #: ../views/slider-settings.php:50
914
- msgid "Width Management:"
915
- msgstr ""
916
-
917
- #: ../views/slider-settings.php:52
918
- msgid "Responsive"
919
- msgstr ""
920
-
921
- #: ../views/slider-settings.php:53
922
- msgid "Full"
923
- msgstr ""
924
-
925
- #: ../views/slider-settings.php:54
926
- msgid "Fixed"
927
- msgstr ""
928
-
929
- #: ../views/slider-settings.php:57
930
- msgid ""
931
- "Responsive - resizes to smaller size but maximum width will be equal to the "
932
- "provided width."
933
- msgstr ""
934
-
935
- #: ../views/slider-settings.php:58
936
- msgid ""
937
- "Full - the same as responsive but maximum width will be equal to its "
938
- "container ignoring the provided width."
939
- msgstr ""
940
-
941
- #: ../views/slider-settings.php:59
942
- msgid "Fixed - width and height are not resized."
943
- msgstr ""
944
-
945
- #: ../views/slider-settings.php:64
946
- msgid "Resize Images?"
947
- msgstr "Retailler l'image ?"
948
-
949
- #: ../views/slider-settings.php:71
950
- msgid "Force Resize"
951
- msgstr ""
952
-
953
- #: ../views/slider-settings.php:72
954
- #, fuzzy
955
- msgid ""
956
- "Yes - resize images to slideshow dimension. <br>No - use the original "
957
- "uploaded image. <br>Force Resize - Regenerate all images and thumbnails."
958
- msgstr ""
959
- "Oui - Retailler les images à la dimension du diaporama. <br /> Non - "
960
- "utiliser la taille original de l'image importée"
961
-
962
- #: ../views/slider-settings.php:76
963
- msgid "Pause on Hover?"
964
- msgstr "Pause au survol"
965
-
966
- #: ../views/slider-settings.php:84
967
- msgid "Show Prev/Next Buttons?"
968
- msgstr "Afficher les boutons précédent et suivant ?"
969
-
970
- #: ../views/slider-settings.php:92
971
- msgid "Show Navigation?"
972
- msgstr "Afficher la navigation ?"
973
-
974
- #: ../views/slider-settings.php:97
975
- msgid "The thumbnails or dots depending on template."
976
- msgstr "Les miniatures dépendent du template"
977
-
978
- #: ../views/slider-settings.php:101
979
- msgid "Random Slide Order?"
980
- msgstr "Ordre des diapos aléatoire ?"
981
-
982
- #: ../views/slider-settings.php:106
983
- msgid "Randomize order of slides on every page visit."
984
- msgstr "Faire un ordre des diapos aléatoires sur chaque page visité"
985
-
986
- #: ../views/slides.php:7
987
- msgid "Add Slide"
988
- msgstr "Ajouter une diapo"
989
-
990
- #: ../views/template-selection.php:4
991
- msgid "Name"
992
- msgstr ""
993
-
994
- #: ../views/template-selection.php:5
995
- msgid "Supported Slides"
996
- msgstr ""
997
-
998
- #: ../views/template-selection.php:6
999
- msgid "Location"
1000
- msgstr ""
1001
-
1002
- #: ../views/template-selection.php:7
1003
- #, fuzzy
1004
- msgid "Selected"
1005
- msgstr "Supprimer"
1006
-
1007
- #: ../views/template-selection.php:43
1008
- #, fuzzy
1009
- msgid "Learn More About Templates"
1010
- msgstr "Plus de thèmes..."
1011
-
1012
- #: ../views/template-selection.php:44
1013
- #, fuzzy
1014
- msgid "Get More Templates"
1015
- msgstr "Plus de thèmes..."
1016
-
1017
- #~ msgid ""
1018
- #~ "Templates CSS could not be saved. Make sure %stemplates.css is writable."
1019
- #~ msgstr ""
1020
- #~ "Thème CSS non sauvegardé. Assurez-vous que le fichier %stemplates.css "
1021
- #~ "puisse être modifié."
1022
-
1023
- #~ msgid ""
1024
- #~ "Templates JS could not be saved. Make sure %stemplates.js is writable."
1025
- #~ msgstr ""
1026
- #~ "Thème JS non sauvegardé. Assurez-vous que le fichier %stemplates.js "
1027
- #~ "puisse être modifié."
1028
-
1029
- #~ msgid "Slide Properties:"
1030
- #~ msgstr "Propriétés de la diapo"
1031
-
1032
- #~ msgid "Video URL:"
1033
- #~ msgstr "Lien vidéo"
1034
-
1035
- #~ msgid "Copy and paste a Youtube or Vimeo URL and hit the Get Video button."
1036
- #~ msgstr "copier et coller un lien Youtube ou Vimeo"
1037
-
1038
- #~ msgid "Get Video"
1039
- #~ msgstr "Modifier vidéo"
1040
-
1041
- #~ msgid "Embed Code"
1042
- #~ msgstr "Code HTML"
1043
-
1044
- #~ msgid ""
1045
- #~ "You can place your embed code directly here. Or you can use the Get Video "
1046
- #~ "button to generate the embed code."
1047
- #~ msgstr "Vous pouvez placer du code directement ici"
1048
-
1049
- #~ msgid ""
1050
- #~ "<strong>Note:</strong> The Slide Properties and Tile effects are not "
1051
- #~ "supported for videos."
1052
- #~ msgstr ""
1053
- #~ "Note : les propriétés du diaporama ne sont pas supportés pour les vidéos"
1054
-
1055
- #~ msgid ""
1056
- #~ "<strong>Note:</strong> Append &wmode=transparent to the embed code src "
1057
- #~ "attribute to make HTML elements appear on top of Flash."
1058
- #~ msgstr ""
1059
- #~ "Note : ajouter à l'attribut &wmode=transparent pour que les éléments HTML "
1060
- #~ "apparaissent au dessus de Flash."
1061
-
1062
- #~ msgid "Drag"
1063
- #~ msgstr "Glisser"
1064
-
1065
- #~ msgid "Toggle"
1066
- #~ msgstr "Basculer"
1067
-
1068
- #~ msgid "Custom"
1069
- #~ msgstr "Personnalisé"
1070
-
1071
- #~ msgid ""
1072
- #~ "Select a template to use. Check the template icons to see what slide type "
1073
- #~ "it supports."
1074
- #~ msgstr ""
1075
- #~ "Choisissez le thème à utiliser. Vérifier les icônes du thème pour savoir "
1076
- #~ "les options qu'il supporte."
1077
-
1078
- #~ msgid "Slideshow updated. Shortcode is [cycloneslider id=\"%s\"]"
1079
- #~ msgstr "Diaporama mis à jours. Son shortcode est [cycloneslider id=\"%s\"]"
1080
-
1081
- #~ msgid "Slideshow published. Shortcode is [cycloneslider id=\"%s\"]"
1082
- #~ msgstr "Diaporama publié. Son shortcode est [cycloneslider id=\"%s\"]"
1083
-
1084
- #~ msgid "Images"
1085
- #~ msgstr "Images"
1086
-
1087
- #, fuzzy
1088
- #~ msgid "Slide Elements:"
1089
- #~ msgstr "Zusätzliche Gleitelemente:"
1090
-
1091
- #, fuzzy
1092
- #~ msgid "Slide Effects"
1093
- #~ msgstr "Slider-Einstellungen"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
languages/cyclone-slider-2-it_IT.mo DELETED
Binary file
languages/cyclone-slider-2-it_IT.po DELETED
@@ -1,1099 +0,0 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: Cyclone Slider\n"
4
- "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2016-03-30 09:13+0800\n"
6
- "PO-Revision-Date: 2016-03-30 09:17+0800\n"
7
- "Last-Translator: Kosinix <kosinix@codefleet.net>\n"
8
- "Language-Team: Max Guglielmino <info@maxguglielmino.com>\n"
9
- "Language: it_IT\n"
10
- "MIME-Version: 1.0\n"
11
- "Content-Type: text/plain; charset=UTF-8\n"
12
- "Content-Transfer-Encoding: 8bit\n"
13
- "X-Poedit-KeywordsList: _;gettext;gettext_noop;_e;__\n"
14
- "X-Poedit-Basepath: .\n"
15
- "Plural-Forms: nplurals=2; plural=(n != 1);\n"
16
- "X-Poedit-SourceCharset: UTF-8\n"
17
- "X-Generator: Poedit 1.6.7\n"
18
- "X-Poedit-SearchPath-0: .\n"
19
- "X-Poedit-SearchPath-1: ..\n"
20
-
21
- #: ../cyclone-slider.php:101
22
- #, fuzzy
23
- msgid "Cyclone Slider Settings"
24
- msgstr "Cyclone Slider Widget"
25
-
26
- #: ../cyclone-slider.php:102
27
- #, fuzzy
28
- msgid "Settings"
29
- msgstr "Impostazioni Proiettore"
30
-
31
- #: ../cyclone-slider.php:112
32
- #, fuzzy
33
- msgid "Cyclone Slider Export"
34
- msgstr "Cyclone Slider"
35
-
36
- #: ../cyclone-slider.php:113
37
- #, fuzzy
38
- msgid "Export/Import"
39
- msgstr "Importa"
40
-
41
- #: ../cyclone-slider.php:125
42
- #, fuzzy
43
- msgid "Cyclone Slider Nextgen Export"
44
- msgstr "Cyclone Slider"
45
-
46
- #: ../cyclone-slider.php:126 ../src/CycloneSlider/ExportPageNextgen.php:72
47
- #, fuzzy
48
- msgid "Export Nextgen"
49
- msgstr "Importa"
50
-
51
- #: ../cyclone-slider.php:138
52
- #, fuzzy
53
- msgid "Cyclone Slider Import"
54
- msgstr "Cyclone Slider"
55
-
56
- #: ../cyclone-slider.php:139 ../src/CycloneSlider/ExportPage.php:69
57
- #: ../src/CycloneSlider/ExportPageNextgen.php:67
58
- #: ../src/CycloneSlider/ExporterNextgen.php:65
59
- #: ../src/CycloneSlider/ImportPage.php:74
60
- #: ../src/CycloneSlider/NextgenIntegration.php:65
61
- msgid "Import"
62
- msgstr "Importa"
63
-
64
- #: ../src/CycloneSlider/Admin.php:142
65
- msgid "Cyclone Slider"
66
- msgstr "Cyclone Slider"
67
-
68
- #: ../src/CycloneSlider/Admin.php:143
69
- msgid "Slideshow"
70
- msgstr "Proiettore"
71
-
72
- #: ../src/CycloneSlider/Admin.php:144
73
- msgid "Add Slideshow"
74
- msgstr "Aggiungi Proiettore"
75
-
76
- #: ../src/CycloneSlider/Admin.php:145
77
- msgid "Add New Slideshow"
78
- msgstr "Aggiungi Nuovo Proiettore"
79
-
80
- #: ../src/CycloneSlider/Admin.php:146
81
- msgid "Edit Slideshow"
82
- msgstr "Modifica Proiettore"
83
-
84
- #: ../src/CycloneSlider/Admin.php:147
85
- msgid "New Slideshow"
86
- msgstr "Nuovo Proiettore"
87
-
88
- #: ../src/CycloneSlider/Admin.php:148
89
- msgid "View Slideshow"
90
- msgstr "Visualizza Proiettore"
91
-
92
- #: ../src/CycloneSlider/Admin.php:149
93
- msgid "Search Slideshows"
94
- msgstr "Cerca Proiettori"
95
-
96
- #: ../src/CycloneSlider/Admin.php:150
97
- msgid "No slideshows found"
98
- msgstr "Nessun proiettore trovato"
99
-
100
- #: ../src/CycloneSlider/Admin.php:151
101
- msgid "No slideshows found in Trash"
102
- msgstr "Nessun proiettore trovato nel cestino"
103
-
104
- #: ../src/CycloneSlider/Admin.php:197 ../src/CycloneSlider/Admin.php:200
105
- #: ../src/CycloneSlider/Admin.php:201 ../src/CycloneSlider/Admin.php:204
106
- #: ../src/CycloneSlider/Admin.php:205 ../src/CycloneSlider/Admin.php:206
107
- msgid "Slideshow updated."
108
- msgstr "Proiettore aggiornato."
109
-
110
- #: ../src/CycloneSlider/Admin.php:198
111
- msgid "Custom field updated."
112
- msgstr "Campo personalizzato aggiornato."
113
-
114
- #: ../src/CycloneSlider/Admin.php:199
115
- msgid "Custom field deleted."
116
- msgstr "Campo personalizzato cancellato."
117
-
118
- #: ../src/CycloneSlider/Admin.php:202
119
- #, fuzzy
120
- msgid "Slideshow published."
121
- msgstr "Proiettore salvato."
122
-
123
- #: ../src/CycloneSlider/Admin.php:203
124
- msgid "Slideshow saved."
125
- msgstr "Proiettore salvato."
126
-
127
- #: ../src/CycloneSlider/Admin.php:242
128
- msgid "Slides"
129
- msgstr "Diapositive"
130
-
131
- #: ../src/CycloneSlider/Admin.php:251
132
- #, fuzzy
133
- msgid "Slider Preview"
134
- msgstr "Proprietà Diapositiva:"
135
-
136
- #: ../src/CycloneSlider/Admin.php:260
137
- #, fuzzy
138
- msgid "Get Slider Codes"
139
- msgstr "Prendi Video"
140
-
141
- #: ../src/CycloneSlider/Admin.php:269
142
- #, fuzzy
143
- msgid "Basic Settings"
144
- msgstr "Impostazioni Proiettore"
145
-
146
- #: ../src/CycloneSlider/Admin.php:278
147
- #, fuzzy
148
- msgid "Advanced Settings"
149
- msgstr "Impostazioni Proiettore"
150
-
151
- #: ../src/CycloneSlider/Admin.php:287
152
- #, fuzzy
153
- msgid "Templates"
154
- msgstr "Modello"
155
-
156
- #: ../src/CycloneSlider/Admin.php:296 ../src/CycloneSlider/Admin.php:612
157
- msgid "Slideshow ID"
158
- msgstr "ID Proiettore"
159
-
160
- #: ../src/CycloneSlider/Admin.php:323
161
- msgid "Slide"
162
- msgstr "Diapositiva"
163
-
164
- #: ../src/CycloneSlider/Admin.php:328
165
- msgid "[Hidden]"
166
- msgstr ""
167
-
168
- #: ../src/CycloneSlider/Admin.php:463
169
- msgid "Core"
170
- msgstr ""
171
-
172
- #: ../src/CycloneSlider/Admin.php:464
173
- #, php-format
174
- msgid ""
175
- "You should not make changes to templates in this location. All your changes "
176
- "will be gone when the plugin is updated. <br />Location: <strong>%s</strong>"
177
- msgstr ""
178
-
179
- #: ../src/CycloneSlider/Admin.php:468 ../src/CycloneSlider/Admin.php:473
180
- #: ../src/CycloneSlider/Admin.php:477
181
- #, php-format
182
- msgid "Location: <strong>%s</strong>"
183
- msgstr ""
184
-
185
- #: ../src/CycloneSlider/Admin.php:469
186
- msgid ""
187
- "Your template is in danger of being overwritten when you upgrade your theme. "
188
- "Please consider creating a WordPress plugin Cyclone Slider template."
189
- msgstr ""
190
-
191
- #: ../src/CycloneSlider/Admin.php:520
192
- msgid "Slide *"
193
- msgstr "Diapositiva *"
194
-
195
- #: ../src/CycloneSlider/Admin.php:609
196
- msgid "Slideshow Name"
197
- msgstr "Nome Proiettore"
198
-
199
- #: ../src/CycloneSlider/Admin.php:610
200
- msgid "Template"
201
- msgstr "Modello"
202
-
203
- #: ../src/CycloneSlider/Admin.php:611
204
- #, fuzzy
205
- msgid "No. of Slides"
206
- msgstr "Aggiungi alla Diapositiva"
207
-
208
- #: ../src/CycloneSlider/Admin.php:613
209
- msgid "Shortcode"
210
- msgstr "Shortcode"
211
-
212
- #: ../src/CycloneSlider/AssetLoader.php:71
213
- msgid "Select an image"
214
- msgstr "Seleziona una immagine"
215
-
216
- #: ../src/CycloneSlider/AssetLoader.php:72
217
- msgid "Select Images - Use Ctrl + Click or Shift + Click"
218
- msgstr ""
219
-
220
- #: ../src/CycloneSlider/AssetLoader.php:73
221
- msgid "Add to Slide"
222
- msgstr "Aggiungi alla Diapositiva"
223
-
224
- #: ../src/CycloneSlider/AssetLoader.php:74 ../views/slides.php:8
225
- #, fuzzy
226
- msgid "Add Images as Slides"
227
- msgstr "Aggiungi Nuovo Proiettore"
228
-
229
- #: ../src/CycloneSlider/AssetLoader.php:75
230
- msgid "Error. Make sure its a valid YouTube URL."
231
- msgstr ""
232
-
233
- #: ../src/CycloneSlider/ExportPage.php:64
234
- #: ../src/CycloneSlider/ExportPageNextgen.php:62
235
- #: ../src/CycloneSlider/ImportPage.php:69
236
- #, fuzzy
237
- msgid "Export"
238
- msgstr "Importa"
239
-
240
- #: ../src/CycloneSlider/ExportPage.php:77
241
- #: ../src/CycloneSlider/ImportPage.php:63
242
- msgid ""
243
- "ZipArchive not supported. ZipArchive is needed for Import and Export to work."
244
- msgstr ""
245
-
246
- #: ../src/CycloneSlider/ExportPage.php:113
247
- #: ../src/CycloneSlider/ExportPageNextgen.php:118
248
- msgid "Your export file is ready. Click Download."
249
- msgstr ""
250
-
251
- #: ../src/CycloneSlider/ExportPage.php:118
252
- #: ../src/CycloneSlider/ExportPageNextgen.php:123
253
- msgid "Error creating exports directory."
254
- msgstr ""
255
-
256
- #: ../src/CycloneSlider/ExportPage.php:167
257
- #: ../src/CycloneSlider/ExportPageNextgen.php:172
258
- #, fuzzy
259
- msgid "No slider selected."
260
- msgstr "Nessun proiettore trovato."
261
-
262
- #: ../src/CycloneSlider/ExportPage.php:172
263
- #: ../src/CycloneSlider/ExportPageNextgen.php:177
264
- msgid "Please choose a file name."
265
- msgstr ""
266
-
267
- #: ../src/CycloneSlider/Exporter.php:52
268
- #, fuzzy
269
- msgid "Error no sliders selected."
270
- msgstr "Nessun proiettore trovato."
271
-
272
- #: ../src/CycloneSlider/Exporter.php:73
273
- msgid "Error encoding data to JSON."
274
- msgstr ""
275
-
276
- #: ../src/CycloneSlider/Exporter.php:79
277
- #, php-format
278
- msgid "Success generating zip %s."
279
- msgstr ""
280
-
281
- #: ../src/CycloneSlider/Exporter.php:109
282
- #, php-format
283
- msgid "Exporting data for slider \"%s\"."
284
- msgstr ""
285
-
286
- #: ../src/CycloneSlider/Exporter.php:111
287
- #, fuzzy, php-format
288
- msgid "Slider \"%s\" not found."
289
- msgstr "[Proiettore \"%s\" non trovato]"
290
-
291
- #: ../src/CycloneSlider/Exporter.php:138
292
- #, php-format
293
- msgid ""
294
- "Image %1$d was not found on slide %2$d of slider %3$s. Path to image is %4$s."
295
- msgstr ""
296
-
297
- #: ../src/CycloneSlider/Exporter.php:182
298
- #, fuzzy
299
- msgid "ZipArchive not supported."
300
- msgstr "Proiettore aggiornato."
301
-
302
- #: ../src/CycloneSlider/Exporter.php:188
303
- #, php-format
304
- msgid "Error opening zip file %s. Code: %s"
305
- msgstr ""
306
-
307
- #: ../src/CycloneSlider/Exporter.php:197
308
- #, php-format
309
- msgid "Error adding file %s to zip."
310
- msgstr ""
311
-
312
- #: ../src/CycloneSlider/Exporter.php:199 ../src/CycloneSlider/Exporter.php:207
313
- #, php-format
314
- msgid "File %s added to zip."
315
- msgstr ""
316
-
317
- #: ../src/CycloneSlider/ExporterNextgen.php:39
318
- #: ../src/CycloneSlider/NextgenIntegration.php:39
319
- msgid "NextGEN Integration"
320
- msgstr "Integrazione NextGEN"
321
-
322
- #: ../src/CycloneSlider/ExporterNextgen.php:55
323
- #: ../src/CycloneSlider/NextgenIntegration.php:55
324
- msgid "Choose a NextGEN Gallery"
325
- msgstr "Scegli una Galleria NextGEN"
326
-
327
- #: ../src/CycloneSlider/ExporterNextgen.php:67
328
- #: ../src/CycloneSlider/NextgenIntegration.php:67
329
- msgid ""
330
- "Select a gallery to import images from. Images will be added as new slides."
331
- msgstr ""
332
- "Seleziona una galleria da cui importare le immagini. Le immagini verranno "
333
- "aggiunte come nuove diapositive."
334
-
335
- #: ../src/CycloneSlider/Frontend.php:101
336
- #, php-format
337
- msgid "[Slideshow \"%s\" not found]"
338
- msgstr "[Proiettore \"%s\" non trovato]"
339
-
340
- #: ../src/CycloneSlider/Frontend.php:117
341
- #, php-format
342
- msgid "[Template \"%s\" not found]"
343
- msgstr "[Modello \"%s\" non trovato]"
344
-
345
- #: ../src/CycloneSlider/ImportPage.php:116
346
- msgid "Import operation success!"
347
- msgstr ""
348
-
349
- #: ../src/CycloneSlider/Importer.php:35
350
- msgid "Could not read zip files. ZipArchive not supported."
351
- msgstr ""
352
-
353
- #: ../src/CycloneSlider/Importer.php:40
354
- #, fuzzy
355
- msgid "No zip file found."
356
- msgstr "Nessun proiettore trovato."
357
-
358
- #: ../src/CycloneSlider/Importer.php:46
359
- msgid "Error creating imports directory."
360
- msgstr ""
361
-
362
- #: ../src/CycloneSlider/Importer.php:53
363
- msgid "Error moving uploaded zip."
364
- msgstr ""
365
-
366
- #: ../src/CycloneSlider/Importer.php:60
367
- #, php-format
368
- msgid "Error opening zip: %s"
369
- msgstr ""
370
-
371
- #: ../src/CycloneSlider/Importer.php:73
372
- #, php-format
373
- msgid "Security error. Invalid %s file."
374
- msgstr ""
375
-
376
- #: ../src/CycloneSlider/Importer.php:80
377
- #, php-format
378
- msgid "Security error. File %s is not an image."
379
- msgstr ""
380
-
381
- #: ../src/CycloneSlider/Importer.php:86
382
- #, php-format
383
- msgid "Security error. Missing %s file."
384
- msgstr ""
385
-
386
- #: ../src/CycloneSlider/Importer.php:92
387
- msgid "Error extracting zip."
388
- msgstr ""
389
-
390
- #: ../src/CycloneSlider/Importer.php:99
391
- msgid "Failed to read export JSON."
392
- msgstr ""
393
-
394
- #: ../src/CycloneSlider/Importer.php:104
395
- msgid "Failed to decode JSON."
396
- msgstr ""
397
-
398
- #: ../src/CycloneSlider/Importer.php:175
399
- #, php-format
400
- msgid "scandir failed on %s"
401
- msgstr ""
402
-
403
- #: ../src/CycloneSlider/Importer.php:191
404
- #, fuzzy, php-format
405
- msgid "Source image %s not found."
406
- msgstr "[Modello \"%s\" non trovato]"
407
-
408
- #: ../src/CycloneSlider/Importer.php:195
409
- msgid "Copy error."
410
- msgstr ""
411
-
412
- #: ../src/CycloneSlider/SettingsPage.php:51
413
- msgid "Default options restored."
414
- msgstr ""
415
-
416
- #: ../src/CycloneSlider/WidgetSlider.php:13
417
- msgid "Cyclone Slider Widget"
418
- msgstr "Cyclone Slider Widget"
419
-
420
- #: ../src/CycloneSlider/WidgetSlider.php:14
421
- #, fuzzy
422
- msgid "Widget for displaying sliders."
423
- msgstr "Widget per mostrare i Proiettori realizzati con Cyclone Slider."
424
-
425
- #: ../src/CycloneSlider/WidgetSlider.php:65 ../views/slide-edit.php:54
426
- #, fuzzy
427
- msgid "Title:"
428
- msgstr "Titolo"
429
-
430
- #: ../src/CycloneSlider/WidgetSlider.php:79
431
- #, fuzzy
432
- msgid "Select a Slider:"
433
- msgstr "Seleziona un Proiettore:"
434
-
435
- #: ../src/CycloneSlider/WidgetSlider.php:94
436
- #, fuzzy
437
- msgid "No sliders found."
438
- msgstr "Nessun proiettore trovato."
439
-
440
- #: ../templates/dark/slider.php:43
441
- msgid "View Larger Image"
442
- msgstr ""
443
-
444
- #: ../templates/dark/slider.php:46 ../templates/dark/slider.php:48
445
- msgid "Learn More"
446
- msgstr ""
447
-
448
- #: ../templates/dark/slider.php:64 ../templates/default/slider.php:62
449
- #: ../templates/default/slider.php:66 ../templates/default/slider.php:70
450
- #: ../templates/standard/slider.php:70 ../templates/thumbnails/slider.php:70
451
- #, fuzzy
452
- msgid "Slide type not supported."
453
- msgstr "Proiettore aggiornato."
454
-
455
- #: ../views/export-nextgen-step-1.php:8 ../views/export-nextgen-step-2.php:8
456
- #: ../views/export-nextgen-step-3.php:8
457
- #, fuzzy
458
- msgid "Cyclone Slider Nextgen Exporter"
459
- msgstr "Cyclone Slider"
460
-
461
- #: ../views/export-nextgen-step-1.php:18
462
- #, fuzzy
463
- msgid "Choose a NextGEN Gallery:"
464
- msgstr "Scegli una Galleria NextGEN"
465
-
466
- #: ../views/export-nextgen-step-1.php:22 ../views/export-step-1.php:22
467
- #, fuzzy
468
- msgid "Select All"
469
- msgstr "Cancella"
470
-
471
- #: ../views/export-nextgen-step-1.php:34 ../views/export-nextgen-step-2.php:28
472
- #: ../views/export-step-1.php:34 ../views/export-step-2.php:28
473
- msgid "File Name:"
474
- msgstr ""
475
-
476
- #: ../views/export-nextgen-step-1.php:41 ../views/export-step-1.php:41
477
- #, fuzzy
478
- msgid "No slider to export."
479
- msgstr "Nessun proiettore trovato."
480
-
481
- #: ../views/export-nextgen-step-1.php:44 ../views/export-step-1.php:44
482
- msgid "Clear"
483
- msgstr ""
484
-
485
- #: ../views/export-nextgen-step-1.php:45 ../views/export-step-1.php:45
486
- msgid "Next"
487
- msgstr ""
488
-
489
- #: ../views/export-nextgen-step-2.php:17 ../views/export-step-2.php:17
490
- #, fuzzy
491
- msgid "Selected slider(s):"
492
- msgstr "Seleziona un Proiettore:"
493
-
494
- #: ../views/export-nextgen-step-2.php:35 ../views/export-nextgen-step-3.php:21
495
- #: ../views/export-nextgen-step-3.php:26 ../views/export-step-2.php:35
496
- #: ../views/export-step-3.php:21 ../views/export-step-3.php:26
497
- #: ../views/import-step-3.php:15
498
- msgid "Back"
499
- msgstr ""
500
-
501
- #: ../views/export-nextgen-step-2.php:36 ../views/export-step-2.php:36
502
- msgid "Generate Export File"
503
- msgstr ""
504
-
505
- #: ../views/export-nextgen-step-3.php:22 ../views/export-step-3.php:22
506
- msgid "Download"
507
- msgstr ""
508
-
509
- #: ../views/export-step-1.php:8 ../views/export-step-2.php:8
510
- #: ../views/export-step-3.php:8
511
- #, fuzzy
512
- msgid "Cyclone Slider Exporter"
513
- msgstr "Cyclone Slider"
514
-
515
- #: ../views/export-step-1.php:18
516
- #, fuzzy
517
- msgid "Select sliders:"
518
- msgstr "Seleziona un Proiettore:"
519
-
520
- #: ../views/import-step-1.php:8 ../views/import-step-3.php:8
521
- #, fuzzy
522
- msgid "Cyclone Slider Importer"
523
- msgstr "Cyclone Slider"
524
-
525
- #: ../views/import-step-1.php:17
526
- msgid "Import Zip File:"
527
- msgstr ""
528
-
529
- #: ../views/import-step-1.php:24
530
- msgid "Upload"
531
- msgstr ""
532
-
533
- #: ../views/settings-page.php:7
534
- msgid ""
535
- "Play with these settings if Cyclone Slider is not working or if you want to "
536
- "optimize it."
537
- msgstr ""
538
-
539
- #: ../views/settings-page.php:16
540
- msgid "Load scripts in:"
541
- msgstr ""
542
-
543
- #: ../views/settings-page.php:19
544
- msgid "Header"
545
- msgstr ""
546
-
547
- #: ../views/settings-page.php:20
548
- msgid "Footer"
549
- msgstr ""
550
-
551
- #: ../views/settings-page.php:25
552
- msgid "Load these scripts:"
553
- msgstr ""
554
-
555
- #: ../views/settings-page.php:30
556
- msgid "Cycle 2. This is the core script needed by the plugin."
557
- msgstr ""
558
-
559
- #: ../views/settings-page.php:35
560
- msgid "Cycle 2 - Carousel. Used by these templates: Galleria, Lea, Dos."
561
- msgstr ""
562
-
563
- #: ../views/settings-page.php:40
564
- msgid "Cycle 2 - Swipe. For touch swipe events."
565
- msgstr ""
566
-
567
- #: ../views/settings-page.php:45
568
- msgid "Cycle 2 - Tile. Used for tile transition effects."
569
- msgstr ""
570
-
571
- #: ../views/settings-page.php:50
572
- msgid "Cycle 2 - Video. Used by YouTube template."
573
- msgstr ""
574
-
575
- #: ../views/settings-page.php:55
576
- msgid "Magnific Popup - Enable lightbox option."
577
- msgstr ""
578
-
579
- #: ../views/settings-page.php:55 ../views/settings-page.php:60
580
- #: ../views/slider-advanced-settings.php:2
581
- msgid "Available in pro version."
582
- msgstr ""
583
-
584
- #: ../views/settings-page.php:60
585
- msgid "Easing - Enable easing options."
586
- msgstr ""
587
-
588
- #: ../views/settings-page.php:65
589
- msgid "Scripts loading priority:"
590
- msgstr ""
591
-
592
- #: ../views/settings-page.php:68
593
- msgid "Make this value bigger to load scripts last."
594
- msgstr ""
595
-
596
- #: ../views/settings-page.php:72
597
- #, fuzzy
598
- msgid "Load these templates:"
599
- msgstr "Modelli Proiettore"
600
-
601
- #: ../views/settings-page.php:85
602
- msgid "Save Options"
603
- msgstr ""
604
-
605
- #: ../views/settings-page.php:86
606
- msgid "Restore Defaults"
607
- msgstr ""
608
-
609
- #: ../views/slide-edit.php:17
610
- msgid "Delete"
611
- msgstr "Cancella"
612
-
613
- #: ../views/slide-edit.php:26
614
- msgid "Image"
615
- msgstr "Immagine"
616
-
617
- #: ../views/slide-edit.php:27
618
- msgid "YouTube"
619
- msgstr ""
620
-
621
- #: ../views/slide-edit.php:28
622
- #, fuzzy
623
- msgid "Vimeo"
624
- msgstr "Video"
625
-
626
- #: ../views/slide-edit.php:29 ../views/slide-edit.php:178
627
- msgid "Custom HTML"
628
- msgstr "HTML Personalizzato"
629
-
630
- #: ../views/slide-edit.php:30
631
- msgid "Testimonial"
632
- msgstr ""
633
-
634
- #: ../views/slide-edit.php:35
635
- msgid "Hidden"
636
- msgstr ""
637
-
638
- #: ../views/slide-edit.php:47
639
- msgid "Get Image"
640
- msgstr "Prendi Immagine"
641
-
642
- #: ../views/slide-edit.php:51
643
- msgid "Caption"
644
- msgstr ""
645
-
646
- #: ../views/slide-edit.php:58
647
- #, fuzzy
648
- msgid "Description:"
649
- msgstr "Descrizione"
650
-
651
- #: ../views/slide-edit.php:64 ../views/slide-edit.php:201
652
- msgid "Link"
653
- msgstr "Link"
654
-
655
- #: ../views/slide-edit.php:67 ../views/slide-edit.php:204
656
- msgid "Link URL:"
657
- msgstr "URL Link:"
658
-
659
- #: ../views/slide-edit.php:71 ../views/slide-edit.php:208
660
- msgid "Open Link in:"
661
- msgstr "Apri il link:"
662
-
663
- #: ../views/slide-edit.php:73 ../views/slide-edit.php:210
664
- msgid "Same Window"
665
- msgstr "Stessa Finestra"
666
-
667
- #: ../views/slide-edit.php:74 ../views/slide-edit.php:211
668
- msgid "New Tab or Window"
669
- msgstr "Nuova Scheda o Finestra"
670
-
671
- #: ../views/slide-edit.php:80
672
- msgid "Image Attributes"
673
- msgstr "Attributi Immagine"
674
-
675
- #: ../views/slide-edit.php:83
676
- msgid "Alternate Text:"
677
- msgstr "Testo Alternativo:"
678
-
679
- #: ../views/slide-edit.php:87
680
- msgid "Title Text:"
681
- msgstr "Testo Titolo:"
682
-
683
- #: ../views/slide-edit.php:93
684
- msgid "Slide Transition Effects"
685
- msgstr "Effetti Transizione Diapositiva"
686
-
687
- #: ../views/slide-edit.php:97
688
- msgid "Disable"
689
- msgstr "Disabilita"
690
-
691
- #: ../views/slide-edit.php:98
692
- msgid "Enable Slide Effects"
693
- msgstr "Abilita Effetti"
694
-
695
- #: ../views/slide-edit.php:104
696
- msgid "Transition Effects:"
697
- msgstr "Effetti Transizione:"
698
-
699
- #: ../views/slide-edit.php:115 ../views/slider-settings.php:32
700
- msgid "Transition Effects Speed:"
701
- msgstr "Velocità Effetti Transizione:"
702
-
703
- #: ../views/slide-edit.php:117 ../views/slide-edit.php:124
704
- #: ../views/slider-settings.php:34
705
- msgid "Milliseconds"
706
- msgstr "Millisecondi"
707
-
708
- #: ../views/slide-edit.php:122 ../views/slider-settings.php:26
709
- msgid "Next Slide Delay:"
710
- msgstr "Ritardo Diapositiva Successiva:"
711
-
712
- #: ../views/slide-edit.php:132 ../views/slider-settings.php:13
713
- msgid "Tile Count:"
714
- msgstr "Conteggio Riquadri"
715
-
716
- #: ../views/slide-edit.php:134 ../views/slider-settings.php:15
717
- msgid "The number of tiles to use in the transition."
718
- msgstr "Numero di riquadri da usare nella transizione."
719
-
720
- #: ../views/slide-edit.php:138
721
- msgid "Tile Delay:"
722
- msgstr "Ritardo Riquadri:"
723
-
724
- #: ../views/slide-edit.php:140
725
- msgid "Milliseconds to delay each individual tile transition."
726
- msgstr "I millisecondi per ogni transizione individuale dei riquadri."
727
-
728
- #: ../views/slide-edit.php:144 ../views/slider-settings.php:18
729
- msgid "Tile Position:"
730
- msgstr "Posizione Riquadro:"
731
-
732
- #: ../views/slide-edit.php:146 ../views/slider-settings.php:20
733
- msgid "Vertical"
734
- msgstr "Verticale"
735
-
736
- #: ../views/slide-edit.php:147 ../views/slider-settings.php:21
737
- msgid "Horizontal"
738
- msgstr "Orizzontale"
739
-
740
- #: ../views/slide-edit.php:159
741
- msgid "YouTube URL:"
742
- msgstr ""
743
-
744
- #: ../views/slide-edit.php:161
745
- msgid "Copy and paste a valid YouTube URL here."
746
- msgstr ""
747
-
748
- #: ../views/slide-edit.php:166
749
- msgid "Do not show suggested videos when the video finishes."
750
- msgstr ""
751
-
752
- #: ../views/slide-edit.php:171
753
- #, fuzzy
754
- msgid "Vimeo URL:"
755
- msgstr "URL Video:"
756
-
757
- #: ../views/slide-edit.php:173
758
- #, fuzzy
759
- msgid "Copy and paste a valid Vimeo URL here."
760
- msgstr ""
761
- "Copia e incolla un URL di YouTube o Vimeo e clicca il pulsante Prendi Video."
762
-
763
- #: ../views/slide-edit.php:186
764
- msgid "Quote"
765
- msgstr ""
766
-
767
- #: ../views/slide-edit.php:192
768
- msgid "Author"
769
- msgstr ""
770
-
771
- #: ../views/slide-edit.php:195
772
- msgid "Name:"
773
- msgstr ""
774
-
775
- #: ../views/slider-advanced-settings.php:4
776
- msgid "Allow Wrap?"
777
- msgstr ""
778
-
779
- #: ../views/slider-advanced-settings.php:6
780
- #: ../views/slider-advanced-settings.php:44 ../views/slider-settings.php:67
781
- #: ../views/slider-settings.php:78 ../views/slider-settings.php:86
782
- #: ../views/slider-settings.php:94 ../views/slider-settings.php:104
783
- msgid "Yes"
784
- msgstr "Si"
785
-
786
- #: ../views/slider-advanced-settings.php:7
787
- #: ../views/slider-advanced-settings.php:45 ../views/slider-settings.php:66
788
- #: ../views/slider-settings.php:79 ../views/slider-settings.php:87
789
- #: ../views/slider-settings.php:95 ../views/slider-settings.php:103
790
- msgid "No"
791
- msgstr "No"
792
-
793
- #: ../views/slider-advanced-settings.php:10
794
- msgid ""
795
- "Determines if slider wraps to beginning slide if it reaches the end slide."
796
- msgstr ""
797
-
798
- #: ../views/slider-advanced-settings.php:15
799
- #, fuzzy
800
- msgid "Dynamic Height:"
801
- msgstr "Altezza:"
802
-
803
- #: ../views/slider-advanced-settings.php:17
804
- msgid "Off"
805
- msgstr ""
806
-
807
- #: ../views/slider-advanced-settings.php:18
808
- msgid "On"
809
- msgstr ""
810
-
811
- #: ../views/slider-advanced-settings.php:21
812
- msgid "Adjust slider height depending on current slide."
813
- msgstr ""
814
-
815
- #: ../views/slider-advanced-settings.php:26
816
- #, fuzzy
817
- msgid "Delay:"
818
- msgstr "Ritardo Riquadri:"
819
-
820
- #: ../views/slider-advanced-settings.php:28
821
- msgid ""
822
- "Milliseconds to add or substract from the time before the first transition "
823
- "occurs."
824
- msgstr ""
825
-
826
- #: ../views/slider-advanced-settings.php:32
827
- msgid "Easing:"
828
- msgstr ""
829
-
830
- #: ../views/slider-advanced-settings.php:38
831
- msgid "Easing for transition animations."
832
- msgstr ""
833
-
834
- #: ../views/slider-advanced-settings.php:42
835
- msgid "Swipe:"
836
- msgstr ""
837
-
838
- #: ../views/slider-advanced-settings.php:48
839
- msgid "Enable swipe gesture support for touch devices."
840
- msgstr ""
841
-
842
- #: ../views/slider-advanced-settings.php:53
843
- #, fuzzy
844
- msgid "Resize Options:"
845
- msgstr "Descrizione"
846
-
847
- #: ../views/slider-advanced-settings.php:60
848
- msgid "Auto - Cyclone Slider decides the resize option."
849
- msgstr ""
850
-
851
- #: ../views/slider-advanced-settings.php:61
852
- msgid "Crop - Resize and remove excess parts."
853
- msgstr ""
854
-
855
- #: ../views/slider-advanced-settings.php:62
856
- msgid "Exact - Resize to exact dimensions."
857
- msgstr ""
858
-
859
- #: ../views/slider-advanced-settings.php:63
860
- msgid "Landscape - Resize to exact width."
861
- msgstr ""
862
-
863
- #: ../views/slider-advanced-settings.php:64
864
- msgid "Portrait - Resize to exact height."
865
- msgstr ""
866
-
867
- #: ../views/slider-codes.php:4
868
- #, fuzzy
869
- msgid "Your Shortcode:"
870
- msgstr "Shortcode"
871
-
872
- #: ../views/slider-codes.php:6
873
- msgid ""
874
- "Copy and paste this shortcode into your Post, Page or Custom Post editor."
875
- msgstr ""
876
-
877
- #: ../views/slider-codes.php:10
878
- msgid "Your PHP Code:"
879
- msgstr ""
880
-
881
- #: ../views/slider-codes.php:12
882
- msgid ""
883
- "Copy and paste this code when you need to display the slider in template "
884
- "files (header.php, front-page.php, etc.)."
885
- msgstr ""
886
-
887
- #: ../views/slider-id.php:5
888
- msgid "Change the Slideshow ID here."
889
- msgstr ""
890
-
891
- #: ../views/slider-preview.php:9
892
- msgid "Your preview will appear here."
893
- msgstr ""
894
-
895
- #: ../views/slider-settings.php:4
896
- msgid "Transition Effects to Use:"
897
- msgstr "Effetti transizione da usare:"
898
-
899
- #: ../views/slider-settings.php:28
900
- msgid "Milliseconds. 0 to disable auto advance."
901
- msgstr "Millisecondi. 0 per disabilitare auto-avanzamento."
902
-
903
- #: ../views/slider-settings.php:38
904
- msgid "Width:"
905
- msgstr "Larghezza:"
906
-
907
- #: ../views/slider-settings.php:40 ../views/slider-settings.php:46
908
- msgid "pixels."
909
- msgstr "pixels."
910
-
911
- #: ../views/slider-settings.php:44
912
- msgid "Height:"
913
- msgstr "Altezza:"
914
-
915
- #: ../views/slider-settings.php:50
916
- msgid "Width Management:"
917
- msgstr ""
918
-
919
- #: ../views/slider-settings.php:52
920
- msgid "Responsive"
921
- msgstr ""
922
-
923
- #: ../views/slider-settings.php:53
924
- msgid "Full"
925
- msgstr ""
926
-
927
- #: ../views/slider-settings.php:54
928
- msgid "Fixed"
929
- msgstr ""
930
-
931
- #: ../views/slider-settings.php:57
932
- msgid ""
933
- "Responsive - resizes to smaller size but maximum width will be equal to the "
934
- "provided width."
935
- msgstr ""
936
-
937
- #: ../views/slider-settings.php:58
938
- msgid ""
939
- "Full - the same as responsive but maximum width will be equal to its "
940
- "container ignoring the provided width."
941
- msgstr ""
942
-
943
- #: ../views/slider-settings.php:59
944
- msgid "Fixed - width and height are not resized."
945
- msgstr ""
946
-
947
- #: ../views/slider-settings.php:64
948
- msgid "Resize Images?"
949
- msgstr "Scala Immagini?"
950
-
951
- #: ../views/slider-settings.php:71
952
- msgid "Force Resize"
953
- msgstr ""
954
-
955
- #: ../views/slider-settings.php:72
956
- #, fuzzy
957
- msgid ""
958
- "Yes - resize images to slideshow dimension. <br>No - use the original "
959
- "uploaded image. <br>Force Resize - Regenerate all images and thumbnails."
960
- msgstr ""
961
- "Si - scala le immagini alle dimensioni del proiettore. <br>No - usa "
962
- "l'immagine originale caricata"
963
-
964
- #: ../views/slider-settings.php:76
965
- msgid "Pause on Hover?"
966
- msgstr "Pausa al passaggio del mouse?"
967
-
968
- #: ../views/slider-settings.php:84
969
- msgid "Show Prev/Next Buttons?"
970
- msgstr "Mostra Pulsanti Prec./Succ.?"
971
-
972
- #: ../views/slider-settings.php:92
973
- msgid "Show Navigation?"
974
- msgstr "Mostra Navigazione?"
975
-
976
- #: ../views/slider-settings.php:97
977
- msgid "The thumbnails or dots depending on template."
978
- msgstr "Le miniature o i dischi a seconda del modello usato."
979
-
980
- #: ../views/slider-settings.php:101
981
- msgid "Random Slide Order?"
982
- msgstr "Ordina le Diapositive a caso?"
983
-
984
- #: ../views/slider-settings.php:106
985
- msgid "Randomize order of slides on every page visit."
986
- msgstr "Ordina a caso le diapositive ad ogni visita della pagina."
987
-
988
- #: ../views/slides.php:7
989
- msgid "Add Slide"
990
- msgstr "Aggiungi Diapositiva"
991
-
992
- #: ../views/template-selection.php:4
993
- msgid "Name"
994
- msgstr ""
995
-
996
- #: ../views/template-selection.php:5
997
- msgid "Supported Slides"
998
- msgstr ""
999
-
1000
- #: ../views/template-selection.php:6
1001
- msgid "Location"
1002
- msgstr ""
1003
-
1004
- #: ../views/template-selection.php:7
1005
- #, fuzzy
1006
- msgid "Selected"
1007
- msgstr "Cancella"
1008
-
1009
- #: ../views/template-selection.php:43
1010
- #, fuzzy
1011
- msgid "Learn More About Templates"
1012
- msgstr "Ricevi più modelli..."
1013
-
1014
- #: ../views/template-selection.php:44
1015
- #, fuzzy
1016
- msgid "Get More Templates"
1017
- msgstr "Ricevi più modelli..."
1018
-
1019
- #~ msgid ""
1020
- #~ "Templates CSS could not be saved. Make sure %stemplates.css is writable."
1021
- #~ msgstr ""
1022
- #~ "Non è stato possibile salvare il modello CSS. Assicurarsi che %stemplates."
1023
- #~ "css sia scrivibile."
1024
-
1025
- #~ msgid ""
1026
- #~ "Templates JS could not be saved. Make sure %stemplates.js is writable."
1027
- #~ msgstr ""
1028
- #~ "Non è stato possibile salvare il modello JS. Assicurarsi che %stemplates."
1029
- #~ "js sia scrivibile."
1030
-
1031
- #~ msgid "Slide Properties:"
1032
- #~ msgstr "Proprietà Diapositiva:"
1033
-
1034
- #~ msgid "Video URL:"
1035
- #~ msgstr "URL Video:"
1036
-
1037
- #~ msgid "Copy and paste a Youtube or Vimeo URL and hit the Get Video button."
1038
- #~ msgstr ""
1039
- #~ "Copia e incolla un URL di YouTube o Vimeo e clicca il pulsante Prendi "
1040
- #~ "Video."
1041
-
1042
- #~ msgid "Get Video"
1043
- #~ msgstr "Prendi Video"
1044
-
1045
- #~ msgid "Embed Code"
1046
- #~ msgstr "Codice Embed"
1047
-
1048
- #~ msgid ""
1049
- #~ "You can place your embed code directly here. Or you can use the Get Video "
1050
- #~ "button to generate the embed code."
1051
- #~ msgstr ""
1052
- #~ "Puoi piazzare il tuo codice embed direttamente qui. Oppure puoi usare il "
1053
- #~ "pulsante Prendi Video per generare il codice embed."
1054
-
1055
- #~ msgid ""
1056
- #~ "<strong>Note:</strong> The Slide Properties and Tile effects are not "
1057
- #~ "supported for videos."
1058
- #~ msgstr ""
1059
- #~ "<strong>Nota:</strong> Le Proprietà e gli Effetti delle diapositive non "
1060
- #~ "sono supportate per i video."
1061
-
1062
- #~ msgid ""
1063
- #~ "<strong>Note:</strong> Append &wmode=transparent to the embed code src "
1064
- #~ "attribute to make HTML elements appear on top of Flash."
1065
- #~ msgstr ""
1066
- #~ "<strong>Nota:</strong> Aggiungi &wmode=transparent all'attributo src del "
1067
- #~ "codice embedper fare apparire gli elementi HTML sopra il formato Flash."
1068
-
1069
- #~ msgid "Slideshow updated. Shortcode is [cycloneslider id=\"%s\"]"
1070
- #~ msgstr "Proiettore aggiornato. Lo shortcode è [cycloneslider id=\"%s\"]"
1071
-
1072
- #~ msgid "Slideshow published. Shortcode is [cycloneslider id=\"%s\"]"
1073
- #~ msgstr "Proiettore pubblicato. Lo shortcode è [cycloneslider id=\"%s\"]"
1074
-
1075
- #~ msgid "Images"
1076
- #~ msgstr "Immagini"
1077
-
1078
- #~ msgid "Drag"
1079
- #~ msgstr "Trascina"
1080
-
1081
- #~ msgid "Toggle"
1082
- #~ msgstr "Attiva/Disattiva"
1083
-
1084
- #~ msgid "Custom"
1085
- #~ msgstr "Personalizzato"
1086
-
1087
- #~ msgid ""
1088
- #~ "Select a template to use. Check the template icons to see what slide type "
1089
- #~ "it supports."
1090
- #~ msgstr ""
1091
- #~ "Seleziona un modello da usare. Controlla l'icona del modello per vedere "
1092
- #~ "quale tipo supporta."
1093
-
1094
- #~ msgid ""
1095
- #~ "Note: If you are looking for the Black, Blue or Myrtle, checkout this <a "
1096
- #~ "href=\"%s\">post</a>."
1097
- #~ msgstr ""
1098
- #~ "Nota: Se cerchi per i modelli Black, Blue o Myrtle, controlla questo <a "
1099
- #~ "href=\"%s\">articolo</a>."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
languages/cyclone-slider-2-sr_RS.mo DELETED
Binary file
languages/cyclone-slider-2-sr_RS.po DELETED
@@ -1,1062 +0,0 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: Cyclone Slider\n"
4
- "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2016-03-30 09:13+0800\n"
6
- "PO-Revision-Date: 2016-03-30 09:18+0800\n"
7
- "Last-Translator: Kosinix <kosinix@codefleet.net>\n"
8
- "Language-Team: kosinix <kosinix@codefleet.net>\n"
9
- "Language: en_US\n"
10
- "MIME-Version: 1.0\n"
11
- "Content-Type: text/plain; charset=UTF-8\n"
12
- "Content-Transfer-Encoding: 8bit\n"
13
- "X-Poedit-KeywordsList: __;_e;_x\n"
14
- "X-Poedit-Basepath: .\n"
15
- "X-Poedit-SourceCharset: UTF-8\n"
16
- "X-Generator: Poedit 1.6.7\n"
17
- "X-Poedit-SearchPath-0: .\n"
18
- "X-Poedit-SearchPath-1: ..\n"
19
-
20
- #: ../cyclone-slider.php:101
21
- msgid "Cyclone Slider Settings"
22
- msgstr "Cyclone Slider Postavke"
23
-
24
- #: ../cyclone-slider.php:102
25
- msgid "Settings"
26
- msgstr "Postavke"
27
-
28
- #: ../cyclone-slider.php:112
29
- msgid "Cyclone Slider Export"
30
- msgstr "Cyclone Slider izvoz."
31
-
32
- #: ../cyclone-slider.php:113
33
- #, fuzzy
34
- msgid "Export/Import"
35
- msgstr "Uvoz"
36
-
37
- #: ../cyclone-slider.php:125
38
- #, fuzzy
39
- msgid "Cyclone Slider Nextgen Export"
40
- msgstr "Cyclone Slider izvoz."
41
-
42
- #: ../cyclone-slider.php:126 ../src/CycloneSlider/ExportPageNextgen.php:72
43
- #, fuzzy
44
- msgid "Export Nextgen"
45
- msgstr "Izvoz"
46
-
47
- #: ../cyclone-slider.php:138
48
- msgid "Cyclone Slider Import"
49
- msgstr "Cyclone Slider uvoz."
50
-
51
- #: ../cyclone-slider.php:139 ../src/CycloneSlider/ExportPage.php:69
52
- #: ../src/CycloneSlider/ExportPageNextgen.php:67
53
- #: ../src/CycloneSlider/ExporterNextgen.php:65
54
- #: ../src/CycloneSlider/ImportPage.php:74
55
- #: ../src/CycloneSlider/NextgenIntegration.php:65
56
- msgid "Import"
57
- msgstr "Uvoz"
58
-
59
- #: ../src/CycloneSlider/Admin.php:142
60
- msgid "Cyclone Slider"
61
- msgstr "Cyclone Slider"
62
-
63
- #: ../src/CycloneSlider/Admin.php:143
64
- msgid "Slideshow"
65
- msgstr "Slideshow"
66
-
67
- #: ../src/CycloneSlider/Admin.php:144
68
- msgid "Add Slideshow"
69
- msgstr "Dodaj prezentaciju"
70
-
71
- #: ../src/CycloneSlider/Admin.php:145
72
- msgid "Add New Slideshow"
73
- msgstr "Dodaj novu prezentaciju"
74
-
75
- #: ../src/CycloneSlider/Admin.php:146
76
- msgid "Edit Slideshow"
77
- msgstr "Uredi prezentaciju"
78
-
79
- #: ../src/CycloneSlider/Admin.php:147
80
- msgid "New Slideshow"
81
- msgstr "Nova prezentacija"
82
-
83
- #: ../src/CycloneSlider/Admin.php:148
84
- msgid "View Slideshow"
85
- msgstr "Pregledaj prezentaciju"
86
-
87
- #: ../src/CycloneSlider/Admin.php:149
88
- msgid "Search Slideshows"
89
- msgstr "Pretraži prezentaciju"
90
-
91
- #: ../src/CycloneSlider/Admin.php:150
92
- msgid "No slideshows found"
93
- msgstr "Prezentacija nije pronađena"
94
-
95
- #: ../src/CycloneSlider/Admin.php:151
96
- msgid "No slideshows found in Trash"
97
- msgstr "U korpi nije pronađena nijedna prezentacija"
98
-
99
- #: ../src/CycloneSlider/Admin.php:197 ../src/CycloneSlider/Admin.php:200
100
- #: ../src/CycloneSlider/Admin.php:201 ../src/CycloneSlider/Admin.php:204
101
- #: ../src/CycloneSlider/Admin.php:205 ../src/CycloneSlider/Admin.php:206
102
- msgid "Slideshow updated."
103
- msgstr "Prezentacija ažurirana"
104
-
105
- #: ../src/CycloneSlider/Admin.php:198
106
- msgid "Custom field updated."
107
- msgstr "Priolagođeno polje ažurirano"
108
-
109
- #: ../src/CycloneSlider/Admin.php:199
110
- msgid "Custom field deleted."
111
- msgstr "Prilagođeno polje obrisano"
112
-
113
- #: ../src/CycloneSlider/Admin.php:202
114
- msgid "Slideshow published."
115
- msgstr "Prezentacija objavljena"
116
-
117
- #: ../src/CycloneSlider/Admin.php:203
118
- msgid "Slideshow saved."
119
- msgstr "Prezentacija sačuvana"
120
-
121
- #: ../src/CycloneSlider/Admin.php:242
122
- msgid "Slides"
123
- msgstr "Slajdovi"
124
-
125
- #: ../src/CycloneSlider/Admin.php:251
126
- msgid "Slider Preview"
127
- msgstr "Pregled slajdera"
128
-
129
- #: ../src/CycloneSlider/Admin.php:260
130
- msgid "Get Slider Codes"
131
- msgstr "Izlistaj kodove slajdera"
132
-
133
- #: ../src/CycloneSlider/Admin.php:269
134
- msgid "Basic Settings"
135
- msgstr "Osnovne postavke"
136
-
137
- #: ../src/CycloneSlider/Admin.php:278
138
- msgid "Advanced Settings"
139
- msgstr "Napredne postavke"
140
-
141
- #: ../src/CycloneSlider/Admin.php:287
142
- msgid "Templates"
143
- msgstr "Šabloni"
144
-
145
- #: ../src/CycloneSlider/Admin.php:296 ../src/CycloneSlider/Admin.php:612
146
- msgid "Slideshow ID"
147
- msgstr "ID prezentacije"
148
-
149
- #: ../src/CycloneSlider/Admin.php:323
150
- msgid "Slide"
151
- msgstr "Slajd "
152
-
153
- #: ../src/CycloneSlider/Admin.php:328
154
- msgid "[Hidden]"
155
- msgstr ""
156
-
157
- #: ../src/CycloneSlider/Admin.php:463
158
- msgid "Core"
159
- msgstr ""
160
-
161
- #: ../src/CycloneSlider/Admin.php:464
162
- #, php-format
163
- msgid ""
164
- "You should not make changes to templates in this location. All your changes "
165
- "will be gone when the plugin is updated. <br />Location: <strong>%s</strong>"
166
- msgstr ""
167
-
168
- #: ../src/CycloneSlider/Admin.php:468 ../src/CycloneSlider/Admin.php:473
169
- #: ../src/CycloneSlider/Admin.php:477
170
- #, php-format
171
- msgid "Location: <strong>%s</strong>"
172
- msgstr ""
173
-
174
- #: ../src/CycloneSlider/Admin.php:469
175
- msgid ""
176
- "Your template is in danger of being overwritten when you upgrade your theme. "
177
- "Please consider creating a WordPress plugin Cyclone Slider template."
178
- msgstr ""
179
-
180
- #: ../src/CycloneSlider/Admin.php:520
181
- msgid "Slide *"
182
- msgstr "Slajd *"
183
-
184
- #: ../src/CycloneSlider/Admin.php:609
185
- msgid "Slideshow Name"
186
- msgstr "Naziv prezentacije"
187
-
188
- #: ../src/CycloneSlider/Admin.php:610
189
- msgid "Template"
190
- msgstr "Šablon"
191
-
192
- #: ../src/CycloneSlider/Admin.php:611
193
- msgid "No. of Slides"
194
- msgstr "Broj slajda"
195
-
196
- #: ../src/CycloneSlider/Admin.php:613
197
- msgid "Shortcode"
198
- msgstr "Shortcode"
199
-
200
- #: ../src/CycloneSlider/AssetLoader.php:71
201
- msgid "Select an image"
202
- msgstr "Odaberi sliku"
203
-
204
- #: ../src/CycloneSlider/AssetLoader.php:72
205
- msgid "Select Images - Use Ctrl + Click or Shift + Click"
206
- msgstr ""
207
-
208
- #: ../src/CycloneSlider/AssetLoader.php:73
209
- msgid "Add to Slide"
210
- msgstr "Dodaj slajdu"
211
-
212
- #: ../src/CycloneSlider/AssetLoader.php:74 ../views/slides.php:8
213
- #, fuzzy
214
- msgid "Add Images as Slides"
215
- msgstr "Dodaj novu prezentaciju"
216
-
217
- #: ../src/CycloneSlider/AssetLoader.php:75
218
- msgid "Error. Make sure its a valid YouTube URL."
219
- msgstr "Greška: Proverite da li je YouTube URL validan."
220
-
221
- #: ../src/CycloneSlider/ExportPage.php:64
222
- #: ../src/CycloneSlider/ExportPageNextgen.php:62
223
- #: ../src/CycloneSlider/ImportPage.php:69
224
- msgid "Export"
225
- msgstr "Izvoz"
226
-
227
- #: ../src/CycloneSlider/ExportPage.php:77
228
- #: ../src/CycloneSlider/ImportPage.php:63
229
- msgid ""
230
- "ZipArchive not supported. ZipArchive is needed for Import and Export to work."
231
- msgstr ""
232
-
233
- #: ../src/CycloneSlider/ExportPage.php:113
234
- #: ../src/CycloneSlider/ExportPageNextgen.php:118
235
- msgid "Your export file is ready. Click Download."
236
- msgstr "Vaša datoteka za izvoz je spremna."
237
-
238
- #: ../src/CycloneSlider/ExportPage.php:118
239
- #: ../src/CycloneSlider/ExportPageNextgen.php:123
240
- msgid "Error creating exports directory."
241
- msgstr ""
242
-
243
- #: ../src/CycloneSlider/ExportPage.php:167
244
- #: ../src/CycloneSlider/ExportPageNextgen.php:172
245
- #, fuzzy
246
- msgid "No slider selected."
247
- msgstr "Nije pronađen slajder"
248
-
249
- #: ../src/CycloneSlider/ExportPage.php:172
250
- #: ../src/CycloneSlider/ExportPageNextgen.php:177
251
- msgid "Please choose a file name."
252
- msgstr ""
253
-
254
- #: ../src/CycloneSlider/Exporter.php:52
255
- #, fuzzy
256
- msgid "Error no sliders selected."
257
- msgstr "Nije pronađen slajder"
258
-
259
- #: ../src/CycloneSlider/Exporter.php:73
260
- msgid "Error encoding data to JSON."
261
- msgstr ""
262
-
263
- #: ../src/CycloneSlider/Exporter.php:79
264
- #, php-format
265
- msgid "Success generating zip %s."
266
- msgstr ""
267
-
268
- #: ../src/CycloneSlider/Exporter.php:109
269
- #, php-format
270
- msgid "Exporting data for slider \"%s\"."
271
- msgstr ""
272
-
273
- #: ../src/CycloneSlider/Exporter.php:111
274
- #, fuzzy, php-format
275
- msgid "Slider \"%s\" not found."
276
- msgstr "[Prezentacija \"%s\" nije pronađena]"
277
-
278
- #: ../src/CycloneSlider/Exporter.php:138
279
- #, php-format
280
- msgid ""
281
- "Image %1$d was not found on slide %2$d of slider %3$s. Path to image is %4$s."
282
- msgstr ""
283
-
284
- #: ../src/CycloneSlider/Exporter.php:182
285
- #, fuzzy
286
- msgid "ZipArchive not supported."
287
- msgstr "Vrsta slajda nije podržana."
288
-
289
- #: ../src/CycloneSlider/Exporter.php:188
290
- #, php-format
291
- msgid "Error opening zip file %s. Code: %s"
292
- msgstr ""
293
-
294
- #: ../src/CycloneSlider/Exporter.php:197
295
- #, php-format
296
- msgid "Error adding file %s to zip."
297
- msgstr ""
298
-
299
- #: ../src/CycloneSlider/Exporter.php:199 ../src/CycloneSlider/Exporter.php:207
300
- #, php-format
301
- msgid "File %s added to zip."
302
- msgstr ""
303
-
304
- #: ../src/CycloneSlider/ExporterNextgen.php:39
305
- #: ../src/CycloneSlider/NextgenIntegration.php:39
306
- msgid "NextGEN Integration"
307
- msgstr "NextGEN Integracija"
308
-
309
- #: ../src/CycloneSlider/ExporterNextgen.php:55
310
- #: ../src/CycloneSlider/NextgenIntegration.php:55
311
- msgid "Choose a NextGEN Gallery"
312
- msgstr "Izaberi NextGEN galeriju"
313
-
314
- #: ../src/CycloneSlider/ExporterNextgen.php:67
315
- #: ../src/CycloneSlider/NextgenIntegration.php:67
316
- msgid ""
317
- "Select a gallery to import images from. Images will be added as new slides."
318
- msgstr ""
319
- "Odaberi galeriju za uvoz slika. Slike će biti dodate kao novi slajdovi."
320
-
321
- #: ../src/CycloneSlider/Frontend.php:101
322
- #, php-format
323
- msgid "[Slideshow \"%s\" not found]"
324
- msgstr "[Prezentacija \"%s\" nije pronađena]"
325
-
326
- #: ../src/CycloneSlider/Frontend.php:117
327
- #, php-format
328
- msgid "[Template \"%s\" not found]"
329
- msgstr "[Šablon \"%s\" nije pronađen]"
330
-
331
- #: ../src/CycloneSlider/ImportPage.php:116
332
- msgid "Import operation success!"
333
- msgstr "Operacija uvoza uspela."
334
-
335
- #: ../src/CycloneSlider/Importer.php:35
336
- msgid "Could not read zip files. ZipArchive not supported."
337
- msgstr ""
338
-
339
- #: ../src/CycloneSlider/Importer.php:40
340
- #, fuzzy
341
- msgid "No zip file found."
342
- msgstr "Nije pronađen slajder"
343
-
344
- #: ../src/CycloneSlider/Importer.php:46
345
- msgid "Error creating imports directory."
346
- msgstr ""
347
-
348
- #: ../src/CycloneSlider/Importer.php:53
349
- msgid "Error moving uploaded zip."
350
- msgstr ""
351
-
352
- #: ../src/CycloneSlider/Importer.php:60
353
- #, php-format
354
- msgid "Error opening zip: %s"
355
- msgstr ""
356
-
357
- #: ../src/CycloneSlider/Importer.php:73
358
- #, php-format
359
- msgid "Security error. Invalid %s file."
360
- msgstr ""
361
-
362
- #: ../src/CycloneSlider/Importer.php:80
363
- #, php-format
364
- msgid "Security error. File %s is not an image."
365
- msgstr ""
366
-
367
- #: ../src/CycloneSlider/Importer.php:86
368
- #, php-format
369
- msgid "Security error. Missing %s file."
370
- msgstr ""
371
-
372
- #: ../src/CycloneSlider/Importer.php:92
373
- msgid "Error extracting zip."
374
- msgstr ""
375
-
376
- #: ../src/CycloneSlider/Importer.php:99
377
- msgid "Failed to read export JSON."
378
- msgstr ""
379
-
380
- #: ../src/CycloneSlider/Importer.php:104
381
- msgid "Failed to decode JSON."
382
- msgstr ""
383
-
384
- #: ../src/CycloneSlider/Importer.php:175
385
- #, php-format
386
- msgid "scandir failed on %s"
387
- msgstr ""
388
-
389
- #: ../src/CycloneSlider/Importer.php:191
390
- #, fuzzy, php-format
391
- msgid "Source image %s not found."
392
- msgstr "[Šablon \"%s\" nije pronađen]"
393
-
394
- #: ../src/CycloneSlider/Importer.php:195
395
- msgid "Copy error."
396
- msgstr ""
397
-
398
- #: ../src/CycloneSlider/SettingsPage.php:51
399
- msgid "Default options restored."
400
- msgstr "Standardne opcije ponovo uspostavljene."
401
-
402
- #: ../src/CycloneSlider/WidgetSlider.php:13
403
- msgid "Cyclone Slider Widget"
404
- msgstr "Cyclone Slider Widget"
405
-
406
- #: ../src/CycloneSlider/WidgetSlider.php:14
407
- msgid "Widget for displaying sliders."
408
- msgstr "Widget za prikazivanje slajdera"
409
-
410
- #: ../src/CycloneSlider/WidgetSlider.php:65 ../views/slide-edit.php:54
411
- msgid "Title:"
412
- msgstr "Naslov:"
413
-
414
- #: ../src/CycloneSlider/WidgetSlider.php:79
415
- msgid "Select a Slider:"
416
- msgstr "Odaberite slajder"
417
-
418
- #: ../src/CycloneSlider/WidgetSlider.php:94
419
- msgid "No sliders found."
420
- msgstr "Nije pronađen slajder"
421
-
422
- #: ../templates/dark/slider.php:43
423
- msgid "View Larger Image"
424
- msgstr "Pogledaj veću sliku."
425
-
426
- #: ../templates/dark/slider.php:46 ../templates/dark/slider.php:48
427
- msgid "Learn More"
428
- msgstr "Nauči više"
429
-
430
- #: ../templates/dark/slider.php:64 ../templates/default/slider.php:62
431
- #: ../templates/default/slider.php:66 ../templates/default/slider.php:70
432
- #: ../templates/standard/slider.php:70 ../templates/thumbnails/slider.php:70
433
- msgid "Slide type not supported."
434
- msgstr "Vrsta slajda nije podržana."
435
-
436
- #: ../views/export-nextgen-step-1.php:8 ../views/export-nextgen-step-2.php:8
437
- #: ../views/export-nextgen-step-3.php:8
438
- #, fuzzy
439
- msgid "Cyclone Slider Nextgen Exporter"
440
- msgstr "Cyclone Slider izvoz."
441
-
442
- #: ../views/export-nextgen-step-1.php:18
443
- #, fuzzy
444
- msgid "Choose a NextGEN Gallery:"
445
- msgstr "Izaberi NextGEN galeriju"
446
-
447
- #: ../views/export-nextgen-step-1.php:22 ../views/export-step-1.php:22
448
- msgid "Select All"
449
- msgstr "Selektuj sve"
450
-
451
- #: ../views/export-nextgen-step-1.php:34 ../views/export-nextgen-step-2.php:28
452
- #: ../views/export-step-1.php:34 ../views/export-step-2.php:28
453
- #, fuzzy
454
- msgid "File Name:"
455
- msgstr "Naziv"
456
-
457
- #: ../views/export-nextgen-step-1.php:41 ../views/export-step-1.php:41
458
- msgid "No slider to export."
459
- msgstr "Nema slajdera za izvoz"
460
-
461
- #: ../views/export-nextgen-step-1.php:44 ../views/export-step-1.php:44
462
- msgid "Clear"
463
- msgstr ""
464
-
465
- #: ../views/export-nextgen-step-1.php:45 ../views/export-step-1.php:45
466
- msgid "Next"
467
- msgstr "Sledeći"
468
-
469
- #: ../views/export-nextgen-step-2.php:17 ../views/export-step-2.php:17
470
- #, fuzzy
471
- msgid "Selected slider(s):"
472
- msgstr "Odaberi slajdere:"
473
-
474
- #: ../views/export-nextgen-step-2.php:35 ../views/export-nextgen-step-3.php:21
475
- #: ../views/export-nextgen-step-3.php:26 ../views/export-step-2.php:35
476
- #: ../views/export-step-3.php:21 ../views/export-step-3.php:26
477
- #: ../views/import-step-3.php:15
478
- msgid "Back"
479
- msgstr "Nazad"
480
-
481
- #: ../views/export-nextgen-step-2.php:36 ../views/export-step-2.php:36
482
- msgid "Generate Export File"
483
- msgstr ""
484
-
485
- #: ../views/export-nextgen-step-3.php:22 ../views/export-step-3.php:22
486
- msgid "Download"
487
- msgstr "Preuzmi"
488
-
489
- #: ../views/export-step-1.php:8 ../views/export-step-2.php:8
490
- #: ../views/export-step-3.php:8
491
- #, fuzzy
492
- msgid "Cyclone Slider Exporter"
493
- msgstr "Cyclone Slider izvoz."
494
-
495
- #: ../views/export-step-1.php:18
496
- msgid "Select sliders:"
497
- msgstr "Odaberi slajdere:"
498
-
499
- #: ../views/import-step-1.php:8 ../views/import-step-3.php:8
500
- #, fuzzy
501
- msgid "Cyclone Slider Importer"
502
- msgstr "Cyclone Slider uvoz."
503
-
504
- #: ../views/import-step-1.php:17
505
- msgid "Import Zip File:"
506
- msgstr "Uvezi zip datoteku."
507
-
508
- #: ../views/import-step-1.php:24
509
- msgid "Upload"
510
- msgstr ""
511
-
512
- #: ../views/settings-page.php:7
513
- #, fuzzy
514
- msgid ""
515
- "Play with these settings if Cyclone Slider is not working or if you want to "
516
- "optimize it."
517
- msgstr ""
518
- "Pusti sa ovim postavkama ako Cyclone Slider 2 ne radi ili ako hoćete da ga "
519
- "poboljšate."
520
-
521
- #: ../views/settings-page.php:16
522
- msgid "Load scripts in:"
523
- msgstr "Učitaj skripte"
524
-
525
- #: ../views/settings-page.php:19
526
- msgid "Header"
527
- msgstr "Zaglavlje"
528
-
529
- #: ../views/settings-page.php:20
530
- msgid "Footer"
531
- msgstr "Podnožje"
532
-
533
- #: ../views/settings-page.php:25
534
- msgid "Load these scripts:"
535
- msgstr "Učitaj sledeće skripte"
536
-
537
- #: ../views/settings-page.php:30
538
- msgid "Cycle 2. This is the core script needed by the plugin."
539
- msgstr "Cycle 2. Ovo je osnovna skripta potrebna za plugin."
540
-
541
- #: ../views/settings-page.php:35
542
- msgid "Cycle 2 - Carousel. Used by these templates: Galleria, Lea, Dos."
543
- msgstr "Cycle 2 - Carousel. Koriste ga sledeći šabloni: Galleria, Lea, Dos."
544
-
545
- #: ../views/settings-page.php:40
546
- msgid "Cycle 2 - Swipe. For touch swipe events."
547
- msgstr "Cycle 2 - Swipe. Za touch swipe događaje."
548
-
549
- #: ../views/settings-page.php:45
550
- msgid "Cycle 2 - Tile. Used for tile transition effects."
551
- msgstr "Cycle 2 - Tile. Upotrebljava se za tranzicione efekte pločica. "
552
-
553
- #: ../views/settings-page.php:50
554
- msgid "Cycle 2 - Video. Used by YouTube template."
555
- msgstr "Cycle 2 - Video. Koristi ga YouTube šablon."
556
-
557
- #: ../views/settings-page.php:55
558
- msgid "Magnific Popup - Enable lightbox option."
559
- msgstr "Magnific Popup - štiklirajte lightbox opciju."
560
-
561
- #: ../views/settings-page.php:55 ../views/settings-page.php:60
562
- #: ../views/slider-advanced-settings.php:2
563
- msgid "Available in pro version."
564
- msgstr "Raspoloživ u pro verziji."
565
-
566
- #: ../views/settings-page.php:60
567
- msgid "Easing - Enable easing options."
568
- msgstr "Ublažavanje - aktivirajte opciju za ublažavanje."
569
-
570
- #: ../views/settings-page.php:65
571
- msgid "Scripts loading priority:"
572
- msgstr "Prioritet učitavanja skripta:"
573
-
574
- #: ../views/settings-page.php:68
575
- msgid "Make this value bigger to load scripts last."
576
- msgstr "Ako želite da se skripte sporije učitavaju, povećajte ovu vrednost."
577
-
578
- #: ../views/settings-page.php:72
579
- msgid "Load these templates:"
580
- msgstr "Učitaj sledeće šablone."
581
-
582
- #: ../views/settings-page.php:85
583
- msgid "Save Options"
584
- msgstr "Sačuvaj opcije"
585
-
586
- #: ../views/settings-page.php:86
587
- msgid "Restore Defaults"
588
- msgstr "Vrati na podrazumevane vrednosti"
589
-
590
- #: ../views/slide-edit.php:17
591
- msgid "Delete"
592
- msgstr "Obriši"
593
-
594
- #: ../views/slide-edit.php:26
595
- msgid "Image"
596
- msgstr "Slika "
597
-
598
- #: ../views/slide-edit.php:27
599
- msgid "YouTube"
600
- msgstr "YouTube"
601
-
602
- #: ../views/slide-edit.php:28
603
- msgid "Vimeo"
604
- msgstr "Vimeo"
605
-
606
- #: ../views/slide-edit.php:29 ../views/slide-edit.php:178
607
- msgid "Custom HTML"
608
- msgstr "prilagođeni HTML"
609
-
610
- #: ../views/slide-edit.php:30
611
- msgid "Testimonial"
612
- msgstr ""
613
-
614
- #: ../views/slide-edit.php:35
615
- msgid "Hidden"
616
- msgstr ""
617
-
618
- #: ../views/slide-edit.php:47
619
- msgid "Get Image"
620
- msgstr "Uzmi sliku"
621
-
622
- #: ../views/slide-edit.php:51
623
- msgid "Caption"
624
- msgstr "Naslov"
625
-
626
- #: ../views/slide-edit.php:58
627
- msgid "Description:"
628
- msgstr "Opsi"
629
-
630
- #: ../views/slide-edit.php:64 ../views/slide-edit.php:201
631
- msgid "Link"
632
- msgstr "Link"
633
-
634
- #: ../views/slide-edit.php:67 ../views/slide-edit.php:204
635
- msgid "Link URL:"
636
- msgstr "Link URL:"
637
-
638
- #: ../views/slide-edit.php:71 ../views/slide-edit.php:208
639
- msgid "Open Link in:"
640
- msgstr "Otvori link u"
641
-
642
- #: ../views/slide-edit.php:73 ../views/slide-edit.php:210
643
- msgid "Same Window"
644
- msgstr "Istom prozoru"
645
-
646
- #: ../views/slide-edit.php:74 ../views/slide-edit.php:211
647
- msgid "New Tab or Window"
648
- msgstr "Novoj kartici ili novom prozoru"
649
-
650
- #: ../views/slide-edit.php:80
651
- msgid "Image Attributes"
652
- msgstr "Atributi slike"
653
-
654
- #: ../views/slide-edit.php:83
655
- msgid "Alternate Text:"
656
- msgstr "Alternativni tekst"
657
-
658
- #: ../views/slide-edit.php:87
659
- msgid "Title Text:"
660
- msgstr "Tekst titla"
661
-
662
- #: ../views/slide-edit.php:93
663
- msgid "Slide Transition Effects"
664
- msgstr "Efekti tranzicije slajdova"
665
-
666
- #: ../views/slide-edit.php:97
667
- msgid "Disable"
668
- msgstr "Deaktiviraj"
669
-
670
- #: ../views/slide-edit.php:98
671
- msgid "Enable Slide Effects"
672
- msgstr "Aktiviraj efekte slajda"
673
-
674
- #: ../views/slide-edit.php:104
675
- msgid "Transition Effects:"
676
- msgstr "Tranzicioni efekti"
677
-
678
- #: ../views/slide-edit.php:115 ../views/slider-settings.php:32
679
- msgid "Transition Effects Speed:"
680
- msgstr "Brzina tranzicionih efekata"
681
-
682
- #: ../views/slide-edit.php:117 ../views/slide-edit.php:124
683
- #: ../views/slider-settings.php:34
684
- msgid "Milliseconds"
685
- msgstr "Milisekunde"
686
-
687
- #: ../views/slide-edit.php:122 ../views/slider-settings.php:26
688
- msgid "Next Slide Delay:"
689
- msgstr "Odlaganje sledećeg slajda"
690
-
691
- #: ../views/slide-edit.php:132 ../views/slider-settings.php:13
692
- msgid "Tile Count:"
693
- msgstr "Broj pločica"
694
-
695
- #: ../views/slide-edit.php:134 ../views/slider-settings.php:15
696
- msgid "The number of tiles to use in the transition."
697
- msgstr "Broj pločica u tranziciji"
698
-
699
- #: ../views/slide-edit.php:138
700
- msgid "Tile Delay:"
701
- msgstr "Odlaganje"
702
-
703
- #: ../views/slide-edit.php:140
704
- msgid "Milliseconds to delay each individual tile transition."
705
- msgstr "Milisekunde za odlaganje tranzicije svake pojedine pločice."
706
-
707
- #: ../views/slide-edit.php:144 ../views/slider-settings.php:18
708
- msgid "Tile Position:"
709
- msgstr "Pozicija pločice:"
710
-
711
- #: ../views/slide-edit.php:146 ../views/slider-settings.php:20
712
- msgid "Vertical"
713
- msgstr "Vertikalna"
714
-
715
- #: ../views/slide-edit.php:147 ../views/slider-settings.php:21
716
- msgid "Horizontal"
717
- msgstr "Horizontalna"
718
-
719
- #: ../views/slide-edit.php:159
720
- msgid "YouTube URL:"
721
- msgstr "YouTube URL:"
722
-
723
- #: ../views/slide-edit.php:161
724
- msgid "Copy and paste a valid YouTube URL here."
725
- msgstr "Ovde kopirajte i nalepite validan YouTube URL: "
726
-
727
- #: ../views/slide-edit.php:166
728
- msgid "Do not show suggested videos when the video finishes."
729
- msgstr ""
730
-
731
- #: ../views/slide-edit.php:171
732
- msgid "Vimeo URL:"
733
- msgstr "Vimeo URL:"
734
-
735
- #: ../views/slide-edit.php:173
736
- msgid "Copy and paste a valid Vimeo URL here."
737
- msgstr "Ovde kopirajte i nalepite validan Vimeo URL:"
738
-
739
- #: ../views/slide-edit.php:186
740
- msgid "Quote"
741
- msgstr ""
742
-
743
- #: ../views/slide-edit.php:192
744
- msgid "Author"
745
- msgstr ""
746
-
747
- #: ../views/slide-edit.php:195
748
- #, fuzzy
749
- msgid "Name:"
750
- msgstr "Naziv"
751
-
752
- #: ../views/slider-advanced-settings.php:4
753
- msgid "Allow Wrap?"
754
- msgstr "Dozvoliti prelom?"
755
-
756
- #: ../views/slider-advanced-settings.php:6
757
- #: ../views/slider-advanced-settings.php:44 ../views/slider-settings.php:67
758
- #: ../views/slider-settings.php:78 ../views/slider-settings.php:86
759
- #: ../views/slider-settings.php:94 ../views/slider-settings.php:104
760
- msgid "Yes"
761
- msgstr "Da"
762
-
763
- #: ../views/slider-advanced-settings.php:7
764
- #: ../views/slider-advanced-settings.php:45 ../views/slider-settings.php:66
765
- #: ../views/slider-settings.php:79 ../views/slider-settings.php:87
766
- #: ../views/slider-settings.php:95 ../views/slider-settings.php:103
767
- msgid "No"
768
- msgstr "Ne"
769
-
770
- #: ../views/slider-advanced-settings.php:10
771
- msgid ""
772
- "Determines if slider wraps to beginning slide if it reaches the end slide."
773
- msgstr ""
774
- "Određuje da li se slajder prelama na početni slajd ako je dostigao krajnji "
775
- "slajd. "
776
-
777
- #: ../views/slider-advanced-settings.php:15
778
- msgid "Dynamic Height:"
779
- msgstr "Dinamička visina"
780
-
781
- #: ../views/slider-advanced-settings.php:17
782
- msgid "Off"
783
- msgstr "Isključena"
784
-
785
- #: ../views/slider-advanced-settings.php:18
786
- msgid "On"
787
- msgstr "Uključena"
788
-
789
- #: ../views/slider-advanced-settings.php:21
790
- msgid "Adjust slider height depending on current slide."
791
- msgstr "Podesi visini slajdera prema trenutnom slajdu."
792
-
793
- #: ../views/slider-advanced-settings.php:26
794
- msgid "Delay:"
795
- msgstr "Odloži:"
796
-
797
- #: ../views/slider-advanced-settings.php:28
798
- msgid ""
799
- "Milliseconds to add or substract from the time before the first transition "
800
- "occurs."
801
- msgstr "Milisekunde koje treba dodati ili oduzeti pre prve tranzicije."
802
-
803
- #: ../views/slider-advanced-settings.php:32
804
- msgid "Easing:"
805
- msgstr "Easing:"
806
-
807
- #: ../views/slider-advanced-settings.php:38
808
- msgid "Easing for transition animations."
809
- msgstr "Easing za tranziciju animacija "
810
-
811
- #: ../views/slider-advanced-settings.php:42
812
- msgid "Swipe:"
813
- msgstr "Prevlačenje"
814
-
815
- #: ../views/slider-advanced-settings.php:48
816
- msgid "Enable swipe gesture support for touch devices."
817
- msgstr "Aktiviraj podršku za prevlačenje prstom za uređajem koji imaju touch."
818
-
819
- #: ../views/slider-advanced-settings.php:53
820
- msgid "Resize Options:"
821
- msgstr "Opcije promene veličine"
822
-
823
- #: ../views/slider-advanced-settings.php:60
824
- msgid "Auto - Cyclone Slider decides the resize option."
825
- msgstr ""
826
- "Auto - Cyclone Slider odlučuje da li će aktivirati opciju promene veličine."
827
-
828
- #: ../views/slider-advanced-settings.php:61
829
- msgid "Crop - Resize and remove excess parts."
830
- msgstr "Crop - Menja veličinu i uklanja delove koji je prevazilaze."
831
-
832
- #: ../views/slider-advanced-settings.php:62
833
- msgid "Exact - Resize to exact dimensions."
834
- msgstr "Exact - menja veličinu na osnovu određenih dimenzija."
835
-
836
- #: ../views/slider-advanced-settings.php:63
837
- msgid "Landscape - Resize to exact width."
838
- msgstr "Landscape - Menja širinu na osnovu određene dimenzije."
839
-
840
- #: ../views/slider-advanced-settings.php:64
841
- msgid "Portrait - Resize to exact height."
842
- msgstr "Portrait - Menja visinu na osnovu određene dimenzije."
843
-
844
- #: ../views/slider-codes.php:4
845
- msgid "Your Shortcode:"
846
- msgstr "Vaš Shortcode:"
847
-
848
- #: ../views/slider-codes.php:6
849
- msgid ""
850
- "Copy and paste this shortcode into your Post, Page or Custom Post editor."
851
- msgstr ""
852
- "Kopirajte i nalepite ovaj shortcode u svoj post, na stranicu ili urednik "
853
- "prilagođenog posta."
854
-
855
- #: ../views/slider-codes.php:10
856
- msgid "Your PHP Code:"
857
- msgstr "Vaš PHP kod"
858
-
859
- #: ../views/slider-codes.php:12
860
- msgid ""
861
- "Copy and paste this code when you need to display the slider in template "
862
- "files (header.php, front-page.php, etc.)."
863
- msgstr ""
864
- "Kopirajte i nalepite ovaj kod kad treba da prikažete slajder u datotekama "
865
- "šablona (header.php, front-page.php itd.)"
866
-
867
- #: ../views/slider-id.php:5
868
- msgid "Change the Slideshow ID here."
869
- msgstr "Ovde promenite ID za Slideshow."
870
-
871
- #: ../views/slider-preview.php:9
872
- msgid "Your preview will appear here."
873
- msgstr "Vaš pregled prikazaće se ovde."
874
-
875
- #: ../views/slider-settings.php:4
876
- msgid "Transition Effects to Use:"
877
- msgstr "Efekti prelaza."
878
-
879
- #: ../views/slider-settings.php:28
880
- msgid "Milliseconds. 0 to disable auto advance."
881
- msgstr "Milisekunde. 0 da biste deaktivirali automatsko pokretanje."
882
-
883
- #: ../views/slider-settings.php:38
884
- msgid "Width:"
885
- msgstr "Širina"
886
-
887
- #: ../views/slider-settings.php:40 ../views/slider-settings.php:46
888
- msgid "pixels."
889
- msgstr "pikseli:"
890
-
891
- #: ../views/slider-settings.php:44
892
- msgid "Height:"
893
- msgstr "Visina:"
894
-
895
- #: ../views/slider-settings.php:50
896
- msgid "Width Management:"
897
- msgstr "Upravljanje širinom:"
898
-
899
- #: ../views/slider-settings.php:52
900
- msgid "Responsive"
901
- msgstr "Povratni"
902
-
903
- #: ../views/slider-settings.php:53
904
- msgid "Full"
905
- msgstr "Pun"
906
-
907
- #: ../views/slider-settings.php:54
908
- msgid "Fixed"
909
- msgstr "Fiksni"
910
-
911
- #: ../views/slider-settings.php:57
912
- msgid ""
913
- "Responsive - resizes to smaller size but maximum width will be equal to the "
914
- "provided width."
915
- msgstr ""
916
- "Povratni - smanjuje veličinu, ali maksimalna širina biće jednaka širini koju "
917
- "ste uneli."
918
-
919
- #: ../views/slider-settings.php:58
920
- msgid ""
921
- "Full - the same as responsive but maximum width will be equal to its "
922
- "container ignoring the provided width."
923
- msgstr ""
924
- "Pun - isto kao i povratni, ali maksimalna širina biće jednaka kontejneru bez "
925
- "obzira na širinu koju ste uneli."
926
-
927
- #: ../views/slider-settings.php:59
928
- msgid "Fixed - width and height are not resized."
929
- msgstr "Fiksna - širina i visina neće se menjati."
930
-
931
- #: ../views/slider-settings.php:64
932
- msgid "Resize Images?"
933
- msgstr "Promeniti veličine slika? "
934
-
935
- #: ../views/slider-settings.php:71
936
- msgid "Force Resize"
937
- msgstr "Prinudna promena veličine"
938
-
939
- #: ../views/slider-settings.php:72
940
- #, fuzzy
941
- msgid ""
942
- "Yes - resize images to slideshow dimension. <br>No - use the original "
943
- "uploaded image. <br>Force Resize - Regenerate all images and thumbnails."
944
- msgstr ""
945
- "Da - prilagodite veličine slika dimenzijama slideshow-a. <br>No - koristite "
946
- "originalnu učitanu sliku."
947
-
948
- #: ../views/slider-settings.php:76
949
- msgid "Pause on Hover?"
950
- msgstr "Pauzirati? "
951
-
952
- #: ../views/slider-settings.php:84
953
- msgid "Show Prev/Next Buttons?"
954
- msgstr "Prikaži prethodni/sledeći taster?"
955
-
956
- #: ../views/slider-settings.php:92
957
- msgid "Show Navigation?"
958
- msgstr "Prikazati navigaciju?"
959
-
960
- #: ../views/slider-settings.php:97
961
- msgid "The thumbnails or dots depending on template."
962
- msgstr "Sličice ili tačkice zavise od vašeg šablona."
963
-
964
- #: ../views/slider-settings.php:101
965
- msgid "Random Slide Order?"
966
- msgstr "Nasumično prikazivanje slajdova?"
967
-
968
- #: ../views/slider-settings.php:106
969
- msgid "Randomize order of slides on every page visit."
970
- msgstr "Neka redosled slajdova na svakoj posećenoj strani bude nasumičan."
971
-
972
- #: ../views/slides.php:7
973
- msgid "Add Slide"
974
- msgstr "Dodaj slajd"
975
-
976
- #: ../views/template-selection.php:4
977
- msgid "Name"
978
- msgstr "Naziv"
979
-
980
- #: ../views/template-selection.php:5
981
- msgid "Supported Slides"
982
- msgstr "Podržani slajdovi"
983
-
984
- #: ../views/template-selection.php:6
985
- #, fuzzy
986
- msgid "Location"
987
- msgstr "Naslov"
988
-
989
- #: ../views/template-selection.php:7
990
- msgid "Selected"
991
- msgstr "Odabrani"
992
-
993
- #: ../views/template-selection.php:43
994
- msgid "Learn More About Templates"
995
- msgstr ""
996
-
997
- #: ../views/template-selection.php:44
998
- #, fuzzy
999
- msgid "Get More Templates"
1000
- msgstr "Šabloni"
1001
-
1002
- #~ msgid ""
1003
- #~ "Templates CSS could not be saved. Make sure %stemplates.css is writable."
1004
- #~ msgstr ""
1005
- #~ "CSS šabloni ne mogu se sačuvati. Proverite da li su %s obrasci "
1006
- #~ "raspoloživi za css pisanje."
1007
-
1008
- #~ msgid ""
1009
- #~ "Templates JS could not be saved. Make sure %stemplates.js is writable."
1010
- #~ msgstr ""
1011
- #~ "JS šabloni ne mogu se sačuvati. Proverite da li su %s obrasci raspoloživi "
1012
- #~ "za js pisanje."
1013
-
1014
- #~ msgid "Video (Old Version)"
1015
- #~ msgstr "Video (stara verzija)"
1016
-
1017
- #~ msgid "Slide Properties:"
1018
- #~ msgstr "Osobine slajda"
1019
-
1020
- #~ msgid ""
1021
- #~ "This video slide is problematic. Please consider using YouTube, Vimeo or "
1022
- #~ "Custom slide type for videos. This slide will be removed in the future "
1023
- #~ "and will be replaced with a better one."
1024
- #~ msgstr ""
1025
- #~ "Ovaj video slajd je problematičan. Razmislite o tome da koristite "
1026
- #~ "YouTube, Vimeo ili prilagođeni slajd za video. Ovaj slajd biće uklonjen i "
1027
- #~ "zamenjen boljim. "
1028
-
1029
- #~ msgid "Video URL:"
1030
- #~ msgstr "Video URL:"
1031
-
1032
- #~ msgid "Copy and paste a Youtube or Vimeo URL and hit the Get Video button."
1033
- #~ msgstr ""
1034
- #~ "Kopirajte i nalepite Youtube ili Vimeo URL i kliknite na taster: Uzmi "
1035
- #~ "Video "
1036
-
1037
- #~ msgid "Get Video"
1038
- #~ msgstr "Uzmi video"
1039
-
1040
- #~ msgid "Embed Code"
1041
- #~ msgstr "Ugrađen kod"
1042
-
1043
- #~ msgid ""
1044
- #~ "You can place your embed code directly here. Or you can use the Get Video "
1045
- #~ "button to generate the embed code."
1046
- #~ msgstr ""
1047
- #~ "Možete svoj ugrađeni kod smestiti direktno ovde. Ili možete koristiti "
1048
- #~ "taster: Uzmi video da biste generisali ugrađeni kod."
1049
-
1050
- #~ msgid ""
1051
- #~ "<strong>Note:</strong> The Slide Properties and Tile effects are not "
1052
- #~ "supported for videos."
1053
- #~ msgstr ""
1054
- #~ "<strong>Note:</strong> Osobine slajda i efekti pločica nisu podržani za "
1055
- #~ "video zapise."
1056
-
1057
- #~ msgid ""
1058
- #~ "<strong>Note:</strong> Append &wmode=transparent to the embed code src "
1059
- #~ "attribute to make HTML elements appear on top of Flash."
1060
- #~ msgstr ""
1061
- #~ "<strong>Note:</strong> Append &wmode= transparentan za ugrađeni kod src "
1062
- #~ "atributa za prikazivanje HTML elemenata na vrhu Flash-a."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
languages/cyclone-slider-2.pot DELETED
@@ -1,965 +0,0 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: Cyclone Slider\n"
4
- "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2016-03-30 09:13+0800\n"
6
- "PO-Revision-Date: 2016-03-30 09:13+0800\n"
7
- "Last-Translator: Kosinix <kosinix@codefleet.net>\n"
8
- "Language-Team: kosinix <kosinix@codefleet.net>\n"
9
- "Language: en_US\n"
10
- "MIME-Version: 1.0\n"
11
- "Content-Type: text/plain; charset=UTF-8\n"
12
- "Content-Transfer-Encoding: 8bit\n"
13
- "X-Poedit-KeywordsList: __;_e;_x\n"
14
- "X-Poedit-Basepath: .\n"
15
- "X-Poedit-SourceCharset: UTF-8\n"
16
- "X-Generator: Poedit 1.6.7\n"
17
- "X-Poedit-SearchPath-0: .\n"
18
- "X-Poedit-SearchPath-1: ..\n"
19
-
20
- #: ../cyclone-slider.php:101
21
- msgid "Cyclone Slider Settings"
22
- msgstr ""
23
-
24
- #: ../cyclone-slider.php:102
25
- msgid "Settings"
26
- msgstr ""
27
-
28
- #: ../cyclone-slider.php:112
29
- msgid "Cyclone Slider Export"
30
- msgstr ""
31
-
32
- #: ../cyclone-slider.php:113
33
- msgid "Export/Import"
34
- msgstr ""
35
-
36
- #: ../cyclone-slider.php:125
37
- msgid "Cyclone Slider Nextgen Export"
38
- msgstr ""
39
-
40
- #: ../cyclone-slider.php:126 ../src/CycloneSlider/ExportPageNextgen.php:72
41
- msgid "Export Nextgen"
42
- msgstr ""
43
-
44
- #: ../cyclone-slider.php:138
45
- msgid "Cyclone Slider Import"
46
- msgstr ""
47
-
48
- #: ../cyclone-slider.php:139 ../src/CycloneSlider/ExportPage.php:69
49
- #: ../src/CycloneSlider/ExportPageNextgen.php:67
50
- #: ../src/CycloneSlider/ExporterNextgen.php:65
51
- #: ../src/CycloneSlider/ImportPage.php:74
52
- #: ../src/CycloneSlider/NextgenIntegration.php:65
53
- msgid "Import"
54
- msgstr ""
55
-
56
- #: ../src/CycloneSlider/Admin.php:142
57
- msgid "Cyclone Slider"
58
- msgstr ""
59
-
60
- #: ../src/CycloneSlider/Admin.php:143
61
- msgid "Slideshow"
62
- msgstr ""
63
-
64
- #: ../src/CycloneSlider/Admin.php:144
65
- msgid "Add Slideshow"
66
- msgstr ""
67
-
68
- #: ../src/CycloneSlider/Admin.php:145
69
- msgid "Add New Slideshow"
70
- msgstr ""
71
-
72
- #: ../src/CycloneSlider/Admin.php:146
73
- msgid "Edit Slideshow"
74
- msgstr ""
75
-
76
- #: ../src/CycloneSlider/Admin.php:147
77
- msgid "New Slideshow"
78
- msgstr ""
79
-
80
- #: ../src/CycloneSlider/Admin.php:148
81
- msgid "View Slideshow"
82
- msgstr ""
83
-
84
- #: ../src/CycloneSlider/Admin.php:149
85
- msgid "Search Slideshows"
86
- msgstr ""
87
-
88
- #: ../src/CycloneSlider/Admin.php:150
89
- msgid "No slideshows found"
90
- msgstr ""
91
-
92
- #: ../src/CycloneSlider/Admin.php:151
93
- msgid "No slideshows found in Trash"
94
- msgstr ""
95
-
96
- #: ../src/CycloneSlider/Admin.php:197 ../src/CycloneSlider/Admin.php:200
97
- #: ../src/CycloneSlider/Admin.php:201 ../src/CycloneSlider/Admin.php:204
98
- #: ../src/CycloneSlider/Admin.php:205 ../src/CycloneSlider/Admin.php:206
99
- msgid "Slideshow updated."
100
- msgstr ""
101
-
102
- #: ../src/CycloneSlider/Admin.php:198
103
- msgid "Custom field updated."
104
- msgstr ""
105
-
106
- #: ../src/CycloneSlider/Admin.php:199
107
- msgid "Custom field deleted."
108
- msgstr ""
109
-
110
- #: ../src/CycloneSlider/Admin.php:202
111
- msgid "Slideshow published."
112
- msgstr ""
113
-
114
- #: ../src/CycloneSlider/Admin.php:203
115
- msgid "Slideshow saved."
116
- msgstr ""
117
-
118
- #: ../src/CycloneSlider/Admin.php:242
119
- msgid "Slides"
120
- msgstr ""
121
-
122
- #: ../src/CycloneSlider/Admin.php:251
123
- msgid "Slider Preview"
124
- msgstr ""
125
-
126
- #: ../src/CycloneSlider/Admin.php:260
127
- msgid "Get Slider Codes"
128
- msgstr ""
129
-
130
- #: ../src/CycloneSlider/Admin.php:269
131
- msgid "Basic Settings"
132
- msgstr ""
133
-
134
- #: ../src/CycloneSlider/Admin.php:278
135
- msgid "Advanced Settings"
136
- msgstr ""
137
-
138
- #: ../src/CycloneSlider/Admin.php:287
139
- msgid "Templates"
140
- msgstr ""
141
-
142
- #: ../src/CycloneSlider/Admin.php:296 ../src/CycloneSlider/Admin.php:612
143
- msgid "Slideshow ID"
144
- msgstr ""
145
-
146
- #: ../src/CycloneSlider/Admin.php:323
147
- msgid "Slide"
148
- msgstr ""
149
-
150
- #: ../src/CycloneSlider/Admin.php:328
151
- msgid "[Hidden]"
152
- msgstr ""
153
-
154
- #: ../src/CycloneSlider/Admin.php:463
155
- msgid "Core"
156
- msgstr ""
157
-
158
- #: ../src/CycloneSlider/Admin.php:464
159
- #, php-format
160
- msgid ""
161
- "You should not make changes to templates in this location. All your changes "
162
- "will be gone when the plugin is updated. <br />Location: <strong>%s</strong>"
163
- msgstr ""
164
-
165
- #: ../src/CycloneSlider/Admin.php:468 ../src/CycloneSlider/Admin.php:473
166
- #: ../src/CycloneSlider/Admin.php:477
167
- #, php-format
168
- msgid "Location: <strong>%s</strong>"
169
- msgstr ""
170
-
171
- #: ../src/CycloneSlider/Admin.php:469
172
- msgid ""
173
- "Your template is in danger of being overwritten when you upgrade your theme. "
174
- "Please consider creating a WordPress plugin Cyclone Slider template."
175
- msgstr ""
176
-
177
- #: ../src/CycloneSlider/Admin.php:520
178
- msgid "Slide *"
179
- msgstr ""
180
-
181
- #: ../src/CycloneSlider/Admin.php:609
182
- msgid "Slideshow Name"
183
- msgstr ""
184
-
185
- #: ../src/CycloneSlider/Admin.php:610
186
- msgid "Template"
187
- msgstr ""
188
-
189
- #: ../src/CycloneSlider/Admin.php:611
190
- msgid "No. of Slides"
191
- msgstr ""
192
-
193
- #: ../src/CycloneSlider/Admin.php:613
194
- msgid "Shortcode"
195
- msgstr ""
196
-
197
- #: ../src/CycloneSlider/AssetLoader.php:71
198
- msgid "Select an image"
199
- msgstr ""
200
-
201
- #: ../src/CycloneSlider/AssetLoader.php:72
202
- msgid "Select Images - Use Ctrl + Click or Shift + Click"
203
- msgstr ""
204
-
205
- #: ../src/CycloneSlider/AssetLoader.php:73
206
- msgid "Add to Slide"
207
- msgstr ""
208
-
209
- #: ../src/CycloneSlider/AssetLoader.php:74 ../views/slides.php:8
210
- msgid "Add Images as Slides"
211
- msgstr ""
212
-
213
- #: ../src/CycloneSlider/AssetLoader.php:75
214
- msgid "Error. Make sure its a valid YouTube URL."
215
- msgstr ""
216
-
217
- #: ../src/CycloneSlider/ExportPage.php:64
218
- #: ../src/CycloneSlider/ExportPageNextgen.php:62
219
- #: ../src/CycloneSlider/ImportPage.php:69
220
- msgid "Export"
221
- msgstr ""
222
-
223
- #: ../src/CycloneSlider/ExportPage.php:77
224
- #: ../src/CycloneSlider/ImportPage.php:63
225
- msgid ""
226
- "ZipArchive not supported. ZipArchive is needed for Import and Export to work."
227
- msgstr ""
228
-
229
- #: ../src/CycloneSlider/ExportPage.php:113
230
- #: ../src/CycloneSlider/ExportPageNextgen.php:118
231
- msgid "Your export file is ready. Click Download."
232
- msgstr ""
233
-
234
- #: ../src/CycloneSlider/ExportPage.php:118
235
- #: ../src/CycloneSlider/ExportPageNextgen.php:123
236
- msgid "Error creating exports directory."
237
- msgstr ""
238
-
239
- #: ../src/CycloneSlider/ExportPage.php:167
240
- #: ../src/CycloneSlider/ExportPageNextgen.php:172
241
- msgid "No slider selected."
242
- msgstr ""
243
-
244
- #: ../src/CycloneSlider/ExportPage.php:172
245
- #: ../src/CycloneSlider/ExportPageNextgen.php:177
246
- msgid "Please choose a file name."
247
- msgstr ""
248
-
249
- #: ../src/CycloneSlider/Exporter.php:52
250
- msgid "Error no sliders selected."
251
- msgstr ""
252
-
253
- #: ../src/CycloneSlider/Exporter.php:73
254
- msgid "Error encoding data to JSON."
255
- msgstr ""
256
-
257
- #: ../src/CycloneSlider/Exporter.php:79
258
- #, php-format
259
- msgid "Success generating zip %s."
260
- msgstr ""
261
-
262
- #: ../src/CycloneSlider/Exporter.php:109
263
- #, php-format
264
- msgid "Exporting data for slider \"%s\"."
265
- msgstr ""
266
-
267
- #: ../src/CycloneSlider/Exporter.php:111
268
- #, php-format
269
- msgid "Slider \"%s\" not found."
270
- msgstr ""
271
-
272
- #: ../src/CycloneSlider/Exporter.php:138
273
- #, php-format
274
- msgid ""
275
- "Image %1$d was not found on slide %2$d of slider %3$s. Path to image is %4$s."
276
- msgstr ""
277
-
278
- #: ../src/CycloneSlider/Exporter.php:182
279
- msgid "ZipArchive not supported."
280
- msgstr ""
281
-
282
- #: ../src/CycloneSlider/Exporter.php:188
283
- #, php-format
284
- msgid "Error opening zip file %s. Code: %s"
285
- msgstr ""
286
-
287
- #: ../src/CycloneSlider/Exporter.php:197
288
- #, php-format
289
- msgid "Error adding file %s to zip."
290
- msgstr ""
291
-
292
- #: ../src/CycloneSlider/Exporter.php:199 ../src/CycloneSlider/Exporter.php:207
293
- #, php-format
294
- msgid "File %s added to zip."
295
- msgstr ""
296
-
297
- #: ../src/CycloneSlider/ExporterNextgen.php:39
298
- #: ../src/CycloneSlider/NextgenIntegration.php:39
299
- msgid "NextGEN Integration"
300
- msgstr ""
301
-
302
- #: ../src/CycloneSlider/ExporterNextgen.php:55
303
- #: ../src/CycloneSlider/NextgenIntegration.php:55
304
- msgid "Choose a NextGEN Gallery"
305
- msgstr ""
306
-
307
- #: ../src/CycloneSlider/ExporterNextgen.php:67
308
- #: ../src/CycloneSlider/NextgenIntegration.php:67
309
- msgid ""
310
- "Select a gallery to import images from. Images will be added as new slides."
311
- msgstr ""
312
-
313
- #: ../src/CycloneSlider/Frontend.php:101
314
- #, php-format
315
- msgid "[Slideshow \"%s\" not found]"
316
- msgstr ""
317
-
318
- #: ../src/CycloneSlider/Frontend.php:117
319
- #, php-format
320
- msgid "[Template \"%s\" not found]"
321
- msgstr ""
322
-
323
- #: ../src/CycloneSlider/ImportPage.php:116
324
- msgid "Import operation success!"
325
- msgstr ""
326
-
327
- #: ../src/CycloneSlider/Importer.php:35
328
- msgid "Could not read zip files. ZipArchive not supported."
329
- msgstr ""
330
-
331
- #: ../src/CycloneSlider/Importer.php:40
332
- msgid "No zip file found."
333
- msgstr ""
334
-
335
- #: ../src/CycloneSlider/Importer.php:46
336
- msgid "Error creating imports directory."
337
- msgstr ""
338
-
339
- #: ../src/CycloneSlider/Importer.php:53
340
- msgid "Error moving uploaded zip."
341
- msgstr ""
342
-
343
- #: ../src/CycloneSlider/Importer.php:60
344
- #, php-format
345
- msgid "Error opening zip: %s"
346
- msgstr ""
347
-
348
- #: ../src/CycloneSlider/Importer.php:73
349
- #, php-format
350
- msgid "Security error. Invalid %s file."
351
- msgstr ""
352
-
353
- #: ../src/CycloneSlider/Importer.php:80
354
- #, php-format
355
- msgid "Security error. File %s is not an image."
356
- msgstr ""
357
-
358
- #: ../src/CycloneSlider/Importer.php:86
359
- #, php-format
360
- msgid "Security error. Missing %s file."
361
- msgstr ""
362
-
363
- #: ../src/CycloneSlider/Importer.php:92
364
- msgid "Error extracting zip."
365
- msgstr ""
366
-
367
- #: ../src/CycloneSlider/Importer.php:99
368
- msgid "Failed to read export JSON."
369
- msgstr ""
370
-
371
- #: ../src/CycloneSlider/Importer.php:104
372
- msgid "Failed to decode JSON."
373
- msgstr ""
374
-
375
- #: ../src/CycloneSlider/Importer.php:175
376
- #, php-format
377
- msgid "scandir failed on %s"
378
- msgstr ""
379
-
380
- #: ../src/CycloneSlider/Importer.php:191
381
- #, php-format
382
- msgid "Source image %s not found."
383
- msgstr ""
384
-
385
- #: ../src/CycloneSlider/Importer.php:195
386
- msgid "Copy error."
387
- msgstr ""
388
-
389
- #: ../src/CycloneSlider/SettingsPage.php:51
390
- msgid "Default options restored."
391
- msgstr ""
392
-
393
- #: ../src/CycloneSlider/WidgetSlider.php:13
394
- msgid "Cyclone Slider Widget"
395
- msgstr ""
396
-
397
- #: ../src/CycloneSlider/WidgetSlider.php:14
398
- msgid "Widget for displaying sliders."
399
- msgstr ""
400
-
401
- #: ../src/CycloneSlider/WidgetSlider.php:65 ../views/slide-edit.php:54
402
- msgid "Title:"
403
- msgstr ""
404
-
405
- #: ../src/CycloneSlider/WidgetSlider.php:79
406
- msgid "Select a Slider:"
407
- msgstr ""
408
-
409
- #: ../src/CycloneSlider/WidgetSlider.php:94
410
- msgid "No sliders found."
411
- msgstr ""
412
-
413
- #: ../templates/dark/slider.php:43
414
- msgid "View Larger Image"
415
- msgstr ""
416
-
417
- #: ../templates/dark/slider.php:46 ../templates/dark/slider.php:48
418
- msgid "Learn More"
419
- msgstr ""
420
-
421
- #: ../templates/dark/slider.php:64 ../templates/default/slider.php:62
422
- #: ../templates/default/slider.php:66 ../templates/default/slider.php:70
423
- #: ../templates/standard/slider.php:70 ../templates/thumbnails/slider.php:70
424
- msgid "Slide type not supported."
425
- msgstr ""
426
-
427
- #: ../views/export-nextgen-step-1.php:8 ../views/export-nextgen-step-2.php:8
428
- #: ../views/export-nextgen-step-3.php:8
429
- msgid "Cyclone Slider Nextgen Exporter"
430
- msgstr ""
431
-
432
- #: ../views/export-nextgen-step-1.php:18
433
- msgid "Choose a NextGEN Gallery:"
434
- msgstr ""
435
-
436
- #: ../views/export-nextgen-step-1.php:22 ../views/export-step-1.php:22
437
- msgid "Select All"
438
- msgstr ""
439
-
440
- #: ../views/export-nextgen-step-1.php:34 ../views/export-nextgen-step-2.php:28
441
- #: ../views/export-step-1.php:34 ../views/export-step-2.php:28
442
- msgid "File Name:"
443
- msgstr ""
444
-
445
- #: ../views/export-nextgen-step-1.php:41 ../views/export-step-1.php:41
446
- msgid "No slider to export."
447
- msgstr ""
448
-
449
- #: ../views/export-nextgen-step-1.php:44 ../views/export-step-1.php:44
450
- msgid "Clear"
451
- msgstr ""
452
-
453
- #: ../views/export-nextgen-step-1.php:45 ../views/export-step-1.php:45
454
- msgid "Next"
455
- msgstr ""
456
-
457
- #: ../views/export-nextgen-step-2.php:17 ../views/export-step-2.php:17
458
- msgid "Selected slider(s):"
459
- msgstr ""
460
-
461
- #: ../views/export-nextgen-step-2.php:35 ../views/export-nextgen-step-3.php:21
462
- #: ../views/export-nextgen-step-3.php:26 ../views/export-step-2.php:35
463
- #: ../views/export-step-3.php:21 ../views/export-step-3.php:26
464
- #: ../views/import-step-3.php:15
465
- msgid "Back"
466
- msgstr ""
467
-
468
- #: ../views/export-nextgen-step-2.php:36 ../views/export-step-2.php:36
469
- msgid "Generate Export File"
470
- msgstr ""
471
-
472
- #: ../views/export-nextgen-step-3.php:22 ../views/export-step-3.php:22
473
- msgid "Download"
474
- msgstr ""
475
-
476
- #: ../views/export-step-1.php:8 ../views/export-step-2.php:8
477
- #: ../views/export-step-3.php:8
478
- msgid "Cyclone Slider Exporter"
479
- msgstr ""
480
-
481
- #: ../views/export-step-1.php:18
482
- msgid "Select sliders:"
483
- msgstr ""
484
-
485
- #: ../views/import-step-1.php:8 ../views/import-step-3.php:8
486
- msgid "Cyclone Slider Importer"
487
- msgstr ""
488
-
489
- #: ../views/import-step-1.php:17
490
- msgid "Import Zip File:"
491
- msgstr ""
492
-
493
- #: ../views/import-step-1.php:24
494
- msgid "Upload"
495
- msgstr ""
496
-
497
- #: ../views/settings-page.php:7
498
- msgid ""
499
- "Play with these settings if Cyclone Slider is not working or if you want to "
500
- "optimize it."
501
- msgstr ""
502
-
503
- #: ../views/settings-page.php:16
504
- msgid "Load scripts in:"
505
- msgstr ""
506
-
507
- #: ../views/settings-page.php:19
508
- msgid "Header"
509
- msgstr ""
510
-
511
- #: ../views/settings-page.php:20
512
- msgid "Footer"
513
- msgstr ""
514
-
515
- #: ../views/settings-page.php:25
516
- msgid "Load these scripts:"
517
- msgstr ""
518
-
519
- #: ../views/settings-page.php:30
520
- msgid "Cycle 2. This is the core script needed by the plugin."
521
- msgstr ""
522
-
523
- #: ../views/settings-page.php:35
524
- msgid "Cycle 2 - Carousel. Used by these templates: Galleria, Lea, Dos."
525
- msgstr ""
526
-
527
- #: ../views/settings-page.php:40
528
- msgid "Cycle 2 - Swipe. For touch swipe events."
529
- msgstr ""
530
-
531
- #: ../views/settings-page.php:45
532
- msgid "Cycle 2 - Tile. Used for tile transition effects."
533
- msgstr ""
534
-
535
- #: ../views/settings-page.php:50
536
- msgid "Cycle 2 - Video. Used by YouTube template."
537
- msgstr ""
538
-
539
- #: ../views/settings-page.php:55
540
- msgid "Magnific Popup - Enable lightbox option."
541
- msgstr ""
542
-
543
- #: ../views/settings-page.php:55 ../views/settings-page.php:60
544
- #: ../views/slider-advanced-settings.php:2
545
- msgid "Available in pro version."
546
- msgstr ""
547
-
548
- #: ../views/settings-page.php:60
549
- msgid "Easing - Enable easing options."
550
- msgstr ""
551
-
552
- #: ../views/settings-page.php:65
553
- msgid "Scripts loading priority:"
554
- msgstr ""
555
-
556
- #: ../views/settings-page.php:68
557
- msgid "Make this value bigger to load scripts last."
558
- msgstr ""
559
-
560
- #: ../views/settings-page.php:72
561
- msgid "Load these templates:"
562
- msgstr ""
563
-
564
- #: ../views/settings-page.php:85
565
- msgid "Save Options"
566
- msgstr ""
567
-
568
- #: ../views/settings-page.php:86
569
- msgid "Restore Defaults"
570
- msgstr ""
571
-
572
- #: ../views/slide-edit.php:17
573
- msgid "Delete"
574
- msgstr ""
575
-
576
- #: ../views/slide-edit.php:26
577
- msgid "Image"
578
- msgstr ""
579
-
580
- #: ../views/slide-edit.php:27
581
- msgid "YouTube"
582
- msgstr ""
583
-
584
- #: ../views/slide-edit.php:28
585
- msgid "Vimeo"
586
- msgstr ""
587
-
588
- #: ../views/slide-edit.php:29 ../views/slide-edit.php:178
589
- msgid "Custom HTML"
590
- msgstr ""
591
-
592
- #: ../views/slide-edit.php:30
593
- msgid "Testimonial"
594
- msgstr ""
595
-
596
- #: ../views/slide-edit.php:35
597
- msgid "Hidden"
598
- msgstr ""
599
-
600
- #: ../views/slide-edit.php:47
601
- msgid "Get Image"
602
- msgstr ""
603
-
604
- #: ../views/slide-edit.php:51
605
- msgid "Caption"
606
- msgstr ""
607
-
608
- #: ../views/slide-edit.php:58
609
- msgid "Description:"
610
- msgstr ""
611
-
612
- #: ../views/slide-edit.php:64 ../views/slide-edit.php:201
613
- msgid "Link"
614
- msgstr ""
615
-
616
- #: ../views/slide-edit.php:67 ../views/slide-edit.php:204
617
- msgid "Link URL:"
618
- msgstr ""
619
-
620
- #: ../views/slide-edit.php:71 ../views/slide-edit.php:208
621
- msgid "Open Link in:"
622
- msgstr ""
623
-
624
- #: ../views/slide-edit.php:73 ../views/slide-edit.php:210
625
- msgid "Same Window"
626
- msgstr ""
627
-
628
- #: ../views/slide-edit.php:74 ../views/slide-edit.php:211
629
- msgid "New Tab or Window"
630
- msgstr ""
631
-
632
- #: ../views/slide-edit.php:80
633
- msgid "Image Attributes"
634
- msgstr ""
635
-
636
- #: ../views/slide-edit.php:83
637
- msgid "Alternate Text:"
638
- msgstr ""
639
-
640
- #: ../views/slide-edit.php:87
641
- msgid "Title Text:"
642
- msgstr ""
643
-
644
- #: ../views/slide-edit.php:93
645
- msgid "Slide Transition Effects"
646
- msgstr ""
647
-
648
- #: ../views/slide-edit.php:97
649
- msgid "Disable"
650
- msgstr ""
651
-
652
- #: ../views/slide-edit.php:98
653
- msgid "Enable Slide Effects"
654
- msgstr ""
655
-
656
- #: ../views/slide-edit.php:104
657
- msgid "Transition Effects:"
658
- msgstr ""
659
-
660
- #: ../views/slide-edit.php:115 ../views/slider-settings.php:32
661
- msgid "Transition Effects Speed:"
662
- msgstr ""
663
-
664
- #: ../views/slide-edit.php:117 ../views/slide-edit.php:124
665
- #: ../views/slider-settings.php:34
666
- msgid "Milliseconds"
667
- msgstr ""
668
-
669
- #: ../views/slide-edit.php:122 ../views/slider-settings.php:26
670
- msgid "Next Slide Delay:"
671
- msgstr ""
672
-
673
- #: ../views/slide-edit.php:132 ../views/slider-settings.php:13
674
- msgid "Tile Count:"
675
- msgstr ""
676
-
677
- #: ../views/slide-edit.php:134 ../views/slider-settings.php:15
678
- msgid "The number of tiles to use in the transition."
679
- msgstr ""
680
-
681
- #: ../views/slide-edit.php:138
682
- msgid "Tile Delay:"
683
- msgstr ""
684
-
685
- #: ../views/slide-edit.php:140
686
- msgid "Milliseconds to delay each individual tile transition."
687
- msgstr ""
688
-
689
- #: ../views/slide-edit.php:144 ../views/slider-settings.php:18
690
- msgid "Tile Position:"
691
- msgstr ""
692
-
693
- #: ../views/slide-edit.php:146 ../views/slider-settings.php:20
694
- msgid "Vertical"
695
- msgstr ""
696
-
697
- #: ../views/slide-edit.php:147 ../views/slider-settings.php:21
698
- msgid "Horizontal"
699
- msgstr ""
700
-
701
- #: ../views/slide-edit.php:159
702
- msgid "YouTube URL:"
703
- msgstr ""
704
-
705
- #: ../views/slide-edit.php:161
706
- msgid "Copy and paste a valid YouTube URL here."
707
- msgstr ""
708
-
709
- #: ../views/slide-edit.php:166
710
- msgid "Do not show suggested videos when the video finishes."
711
- msgstr ""
712
-
713
- #: ../views/slide-edit.php:171
714
- msgid "Vimeo URL:"
715
- msgstr ""
716
-
717
- #: ../views/slide-edit.php:173
718
- msgid "Copy and paste a valid Vimeo URL here."
719
- msgstr ""
720
-
721
- #: ../views/slide-edit.php:186
722
- msgid "Quote"
723
- msgstr ""
724
-
725
- #: ../views/slide-edit.php:192
726
- msgid "Author"
727
- msgstr ""
728
-
729
- #: ../views/slide-edit.php:195
730
- msgid "Name:"
731
- msgstr ""
732
-
733
- #: ../views/slider-advanced-settings.php:4
734
- msgid "Allow Wrap?"
735
- msgstr ""
736
-
737
- #: ../views/slider-advanced-settings.php:6
738
- #: ../views/slider-advanced-settings.php:44 ../views/slider-settings.php:67
739
- #: ../views/slider-settings.php:78 ../views/slider-settings.php:86
740
- #: ../views/slider-settings.php:94 ../views/slider-settings.php:104
741
- msgid "Yes"
742
- msgstr ""
743
-
744
- #: ../views/slider-advanced-settings.php:7
745
- #: ../views/slider-advanced-settings.php:45 ../views/slider-settings.php:66
746
- #: ../views/slider-settings.php:79 ../views/slider-settings.php:87
747
- #: ../views/slider-settings.php:95 ../views/slider-settings.php:103
748
- msgid "No"
749
- msgstr ""
750
-
751
- #: ../views/slider-advanced-settings.php:10
752
- msgid ""
753
- "Determines if slider wraps to beginning slide if it reaches the end slide."
754
- msgstr ""
755
-
756
- #: ../views/slider-advanced-settings.php:15
757
- msgid "Dynamic Height:"
758
- msgstr ""
759
-
760
- #: ../views/slider-advanced-settings.php:17
761
- msgid "Off"
762
- msgstr ""
763
-
764
- #: ../views/slider-advanced-settings.php:18
765
- msgid "On"
766
- msgstr ""
767
-
768
- #: ../views/slider-advanced-settings.php:21
769
- msgid "Adjust slider height depending on current slide."
770
- msgstr ""
771
-
772
- #: ../views/slider-advanced-settings.php:26
773
- msgid "Delay:"
774
- msgstr ""
775
-
776
- #: ../views/slider-advanced-settings.php:28
777
- msgid ""
778
- "Milliseconds to add or substract from the time before the first transition "
779
- "occurs."
780
- msgstr ""
781
-
782
- #: ../views/slider-advanced-settings.php:32
783
- msgid "Easing:"
784
- msgstr ""
785
-
786
- #: ../views/slider-advanced-settings.php:38
787
- msgid "Easing for transition animations."
788
- msgstr ""
789
-
790
- #: ../views/slider-advanced-settings.php:42
791
- msgid "Swipe:"
792
- msgstr ""
793
-
794
- #: ../views/slider-advanced-settings.php:48
795
- msgid "Enable swipe gesture support for touch devices."
796
- msgstr ""
797
-
798
- #: ../views/slider-advanced-settings.php:53
799
- msgid "Resize Options:"
800
- msgstr ""
801
-
802
- #: ../views/slider-advanced-settings.php:60
803
- msgid "Auto - Cyclone Slider decides the resize option."
804
- msgstr ""
805
-
806
- #: ../views/slider-advanced-settings.php:61
807
- msgid "Crop - Resize and remove excess parts."
808
- msgstr ""
809
-
810
- #: ../views/slider-advanced-settings.php:62
811
- msgid "Exact - Resize to exact dimensions."
812
- msgstr ""
813
-
814
- #: ../views/slider-advanced-settings.php:63
815
- msgid "Landscape - Resize to exact width."
816
- msgstr ""
817
-
818
- #: ../views/slider-advanced-settings.php:64
819
- msgid "Portrait - Resize to exact height."
820
- msgstr ""
821
-
822
- #: ../views/slider-codes.php:4
823
- msgid "Your Shortcode:"
824
- msgstr ""
825
-
826
- #: ../views/slider-codes.php:6
827
- msgid ""
828
- "Copy and paste this shortcode into your Post, Page or Custom Post editor."
829
- msgstr ""
830
-
831
- #: ../views/slider-codes.php:10
832
- msgid "Your PHP Code:"
833
- msgstr ""
834
-
835
- #: ../views/slider-codes.php:12
836
- msgid ""
837
- "Copy and paste this code when you need to display the slider in template "
838
- "files (header.php, front-page.php, etc.)."
839
- msgstr ""
840
-
841
- #: ../views/slider-id.php:5
842
- msgid "Change the Slideshow ID here."
843
- msgstr ""
844
-
845
- #: ../views/slider-preview.php:9
846
- msgid "Your preview will appear here."
847
- msgstr ""
848
-
849
- #: ../views/slider-settings.php:4
850
- msgid "Transition Effects to Use:"
851
- msgstr ""
852
-
853
- #: ../views/slider-settings.php:28
854
- msgid "Milliseconds. 0 to disable auto advance."
855
- msgstr ""
856
-
857
- #: ../views/slider-settings.php:38
858
- msgid "Width:"
859
- msgstr ""
860
-
861
- #: ../views/slider-settings.php:40 ../views/slider-settings.php:46
862
- msgid "pixels."
863
- msgstr ""
864
-
865
- #: ../views/slider-settings.php:44
866
- msgid "Height:"
867
- msgstr ""
868
-
869
- #: ../views/slider-settings.php:50
870
- msgid "Width Management:"
871
- msgstr ""
872
-
873
- #: ../views/slider-settings.php:52
874
- msgid "Responsive"
875
- msgstr ""
876
-
877
- #: ../views/slider-settings.php:53
878
- msgid "Full"
879
- msgstr ""
880
-
881
- #: ../views/slider-settings.php:54
882
- msgid "Fixed"
883
- msgstr ""
884
-
885
- #: ../views/slider-settings.php:57
886
- msgid ""
887
- "Responsive - resizes to smaller size but maximum width will be equal to the "
888
- "provided width."
889
- msgstr ""
890
-
891
- #: ../views/slider-settings.php:58
892
- msgid ""
893
- "Full - the same as responsive but maximum width will be equal to its "
894
- "container ignoring the provided width."
895
- msgstr ""
896
-
897
- #: ../views/slider-settings.php:59
898
- msgid "Fixed - width and height are not resized."
899
- msgstr ""
900
-
901
- #: ../views/slider-settings.php:64
902
- msgid "Resize Images?"
903
- msgstr ""
904
-
905
- #: ../views/slider-settings.php:71
906
- msgid "Force Resize"
907
- msgstr ""
908
-
909
- #: ../views/slider-settings.php:72
910
- msgid ""
911
- "Yes - resize images to slideshow dimension. <br>No - use the original "
912
- "uploaded image. <br>Force Resize - Regenerate all images and thumbnails."
913
- msgstr ""
914
-
915
- #: ../views/slider-settings.php:76
916
- msgid "Pause on Hover?"
917
- msgstr ""
918
-
919
- #: ../views/slider-settings.php:84
920
- msgid "Show Prev/Next Buttons?"
921
- msgstr ""
922
-
923
- #: ../views/slider-settings.php:92
924
- msgid "Show Navigation?"
925
- msgstr ""
926
-
927
- #: ../views/slider-settings.php:97
928
- msgid "The thumbnails or dots depending on template."
929
- msgstr ""
930
-
931
- #: ../views/slider-settings.php:101
932
- msgid "Random Slide Order?"
933
- msgstr ""
934
-
935
- #: ../views/slider-settings.php:106
936
- msgid "Randomize order of slides on every page visit."
937
- msgstr ""
938
-
939
- #: ../views/slides.php:7
940
- msgid "Add Slide"
941
- msgstr ""
942
-
943
- #: ../views/template-selection.php:4
944
- msgid "Name"
945
- msgstr ""
946
-
947
- #: ../views/template-selection.php:5
948
- msgid "Supported Slides"
949
- msgstr ""
950
-
951
- #: ../views/template-selection.php:6
952
- msgid "Location"
953
- msgstr ""
954
-
955
- #: ../views/template-selection.php:7
956
- msgid "Selected"
957
- msgstr ""
958
-
959
- #: ../views/template-selection.php:43
960
- msgid "Learn More About Templates"
961
- msgstr ""
962
-
963
- #: ../views/template-selection.php:44
964
- msgid "Get More Templates"
965
- msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
{src/cyclone-slider/languages → languages}/cycloneslider-ar.mo RENAMED
File without changes
{src/cyclone-slider/languages → languages}/cycloneslider-ar.po RENAMED
File without changes
{src/cyclone-slider/languages → languages}/cycloneslider-de_DE.mo RENAMED
File without changes
{src/cyclone-slider/languages → languages}/cycloneslider-de_DE.po RENAMED
File without changes
{src/cyclone-slider/languages → languages}/cycloneslider-es_ES.mo RENAMED
File without changes
{src/cyclone-slider/languages → languages}/cycloneslider-es_ES.po RENAMED
File without changes
{src/cyclone-slider/languages → languages}/cycloneslider-fa_IR.mo RENAMED
File without changes
{src/cyclone-slider/languages → languages}/cycloneslider-fa_IR.po RENAMED
File without changes
{src/cyclone-slider/languages → languages}/cycloneslider-fr_FR.mo RENAMED
File without changes
{src/cyclone-slider/languages → languages}/cycloneslider-fr_FR.po RENAMED
File without changes
{src/cyclone-slider/languages → languages}/cycloneslider-it_IT.mo RENAMED
File without changes
{src/cyclone-slider/languages → languages}/cycloneslider-it_IT.po RENAMED
File without changes
languages/cycloneslider-ja.mo ADDED
Binary file
src/cyclone-slider/languages/cycloneslider-ja_JP.po → languages/cycloneslider-ja.po RENAMED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Cyclone Slider\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2017-04-28 08:21+0800\n"
6
- "PO-Revision-Date: 2017-04-28 08:21+0800\n"
7
  "Last-Translator: \n"
8
  "Language-Team: kosinix <kosinix@codefleet.net>\n"
9
  "Language: ja_JP\n"
@@ -66,7 +66,7 @@ msgstr "スライドショーが見つかりません"
66
  #: ../src/CycloneSlider/Admin.php:149
67
  #: ../src/legacy/inc/class-cyclone-slider.php:191
68
  msgid "No slideshows found in Trash"
69
- msgstr ""
70
 
71
  #: ../src/CycloneSlider/Admin.php:195 ../src/CycloneSlider/Admin.php:198
72
  #: ../src/CycloneSlider/Admin.php:199 ../src/CycloneSlider/Admin.php:202
@@ -87,16 +87,16 @@ msgstr ""
87
  #: ../src/CycloneSlider/Admin.php:197
88
  #: ../src/legacy/inc/class-cyclone-slider.php:209
89
  msgid "Custom field deleted."
90
- msgstr ""
91
 
92
  #: ../src/CycloneSlider/Admin.php:200
93
  msgid "Slideshow published."
94
- msgstr ""
95
 
96
  #: ../src/CycloneSlider/Admin.php:201
97
  #: ../src/legacy/inc/class-cyclone-slider.php:213
98
  msgid "Slideshow saved."
99
- msgstr ""
100
 
101
  #: ../src/CycloneSlider/Admin.php:240
102
  #: ../src/legacy/inc/class-cyclone-slider.php:225
@@ -105,11 +105,11 @@ msgstr "スライド"
105
 
106
  #: ../src/CycloneSlider/Admin.php:249
107
  msgid "Slider Preview"
108
- msgstr ""
109
 
110
  #: ../src/CycloneSlider/Admin.php:258
111
  msgid "Get Slider Codes"
112
- msgstr ""
113
 
114
  #: ../src/CycloneSlider/Admin.php:267
115
  msgid "Basic Settings"
@@ -153,6 +153,10 @@ msgid ""
153
  "will be gone when the plugin is updated. <br />Location: <strong>%s</strong>"
154
  msgstr ""
155
 
 
 
 
 
156
  #: ../src/CycloneSlider/Admin.php:472 ../src/CycloneSlider/Admin.php:477
157
  #: ../src/CycloneSlider/Admin.php:481
158
  #, php-format
@@ -165,6 +169,14 @@ msgid ""
165
  "Please consider creating a WordPress plugin Cyclone Slider template."
166
  msgstr ""
167
 
 
 
 
 
 
 
 
 
168
  #: ../src/CycloneSlider/Admin.php:519
169
  msgid "Slide *"
170
  msgstr ""
@@ -172,20 +184,20 @@ msgstr ""
172
  #: ../src/CycloneSlider/Admin.php:613
173
  #: ../src/legacy/inc/class-cyclone-slider.php:519
174
  msgid "Slideshow Name"
175
- msgstr ""
176
 
177
  #: ../src/CycloneSlider/Admin.php:614
178
  msgid "Template"
179
- msgstr ""
180
 
181
  #: ../src/CycloneSlider/Admin.php:615
182
  msgid "No. of Slides"
183
- msgstr ""
184
 
185
  #: ../src/CycloneSlider/Admin.php:617
186
  #: ../src/legacy/inc/class-cyclone-slider.php:521
187
  msgid "Shortcode"
188
- msgstr ""
189
 
190
  #: ../src/CycloneSlider/AssetLoader.php:71
191
  #: ../src/legacy/inc/class-cyclone-slider.php:148
@@ -203,29 +215,220 @@ msgstr ""
203
 
204
  #: ../src/CycloneSlider/AssetLoader.php:74 ../views/slides.php:9
205
  msgid "Add Images as Slides"
206
- msgstr ""
207
 
208
  #: ../src/CycloneSlider/AssetLoader.php:75
209
  msgid "Error. Make sure its a valid YouTube URL."
210
  msgstr ""
211
 
212
- #: ../src/CycloneSlider/Data.php:267
213
  #, php-format
214
  msgid "Invalid format for get_slider %s parameter."
215
  msgstr ""
216
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
217
  #: ../src/CycloneSlider/ExportPage.php:64
218
  #: ../src/CycloneSlider/ExportPageNextgen.php:62
219
  #: ../src/CycloneSlider/ImportPage.php:69
220
  msgid "Export"
221
- msgstr ""
222
 
223
  #: ../src/CycloneSlider/ExportPage.php:69
224
  #: ../src/CycloneSlider/ExportPageNextgen.php:67
225
  #: ../src/CycloneSlider/ExporterNextgen.php:65
226
  #: ../src/CycloneSlider/ImportPage.php:74
227
  #: ../src/CycloneSlider/NextgenIntegration.php:65
228
- #: ../src/legacy/inc/class-nextgen-integration.php:63 ../src/plugin.php:115
229
  msgid "Import"
230
  msgstr "インポート"
231
 
@@ -255,7 +458,7 @@ msgstr ""
255
  msgid "Please choose a file name."
256
  msgstr ""
257
 
258
- #: ../src/CycloneSlider/ExportPageNextgen.php:72 ../src/plugin.php:102
259
  msgid "Export Nextgen"
260
  msgstr "Nextgenのエクスポート"
261
 
@@ -412,7 +615,7 @@ msgstr ""
412
 
413
  #: ../src/CycloneSlider/WidgetSlider.php:65 ../views/slide-edit-image.php:21
414
  msgid "Title:"
415
- msgstr ""
416
 
417
  #: ../src/CycloneSlider/WidgetSlider.php:79
418
  msgid "Select a Slider:"
@@ -422,11 +625,11 @@ msgstr ""
422
  msgid "No sliders found."
423
  msgstr ""
424
 
425
- #: ../src/legacy/cyclone-slider.php:141 ../src/plugin.php:77
426
  msgid "Cyclone Slider Settings"
427
  msgstr "サイクロンスライダの設定"
428
 
429
- #: ../src/legacy/cyclone-slider.php:142 ../src/plugin.php:78
430
  msgid "Settings"
431
  msgstr "設定"
432
 
@@ -443,7 +646,7 @@ msgstr ""
443
  #: ../src/legacy/inc/admin/box-js.php:17 ../src/legacy/inc/admin/box.php:17
444
  #: ../views/slide-edit-image.php:10 ../views/slide-edit.php:95
445
  msgid "Get Image"
446
- msgstr ""
447
 
448
  #: ../src/legacy/inc/admin/box-js.php:20 ../src/legacy/inc/admin/box.php:20
449
  msgid "Extra slide elements:"
@@ -461,17 +664,17 @@ msgstr ""
461
  #: ../src/legacy/inc/admin/box-js.php:29 ../src/legacy/inc/admin/box.php:29
462
  #: ../views/slide-edit-image.php:38 ../views/slide-edit.php:120
463
  msgid "Open Link in:"
464
- msgstr ""
465
 
466
  #: ../src/legacy/inc/admin/box-js.php:31 ../src/legacy/inc/admin/box.php:31
467
  #: ../views/slide-edit-image.php:40 ../views/slide-edit.php:122
468
  msgid "Same Window"
469
- msgstr ""
470
 
471
  #: ../src/legacy/inc/admin/box-js.php:32 ../src/legacy/inc/admin/box.php:32
472
  #: ../views/slide-edit-image.php:41 ../views/slide-edit.php:123
473
  msgid "New Tab or Window"
474
- msgstr ""
475
 
476
  #: ../src/legacy/inc/admin/box-js.php:38 ../src/legacy/inc/admin/box.php:38
477
  msgid "Title"
@@ -504,123 +707,123 @@ msgstr "テンプレート"
504
 
505
  #: ../src/legacy/inc/class-cyclone-slider.php:306 ../views/slides.php:8
506
  msgid "Add Slide"
507
- msgstr ""
508
 
509
  #: ../src/legacy/inc/class-cyclone-slider.php:327
510
  #: ../views/slider-settings.php:3
511
  msgid "Transition Effects to Use:"
512
- msgstr ""
513
 
514
  #: ../src/legacy/inc/class-cyclone-slider.php:338
515
  #: ../views/slide-settings.php:33 ../views/slider-settings.php:25
516
  msgid "Next Slide Delay:"
517
- msgstr ""
518
 
519
  #: ../src/legacy/inc/class-cyclone-slider.php:340
520
  #: ../views/slider-settings.php:27
521
  msgid "Milliseconds. 0 to disable auto advance."
522
- msgstr ""
523
 
524
  #: ../src/legacy/inc/class-cyclone-slider.php:344
525
  #: ../views/slider-settings.php:31
526
  msgid "Transition Effects Speed:"
527
- msgstr ""
528
 
529
  #: ../src/legacy/inc/class-cyclone-slider.php:346
530
  #: ../views/slide-settings.php:28 ../views/slide-settings.php:35
531
  #: ../views/slider-settings.php:33
532
  msgid "Milliseconds"
533
- msgstr ""
534
 
535
  #: ../src/legacy/inc/class-cyclone-slider.php:350
536
  #: ../views/slider-settings.php:37
537
  msgid "Width:"
538
- msgstr ""
539
 
540
  #: ../src/legacy/inc/class-cyclone-slider.php:352
541
  #: ../src/legacy/inc/class-cyclone-slider.php:358
542
  #: ../views/slider-settings.php:39 ../views/slider-settings.php:45
543
  msgid "pixels."
544
- msgstr ""
545
 
546
  #: ../src/legacy/inc/class-cyclone-slider.php:356
547
  #: ../views/slider-settings.php:43
548
  msgid "Height:"
549
- msgstr ""
550
 
551
  #: ../src/legacy/inc/class-cyclone-slider.php:362
552
- #: ../views/slider-settings.php:75
553
  msgid "Pause on Hover?"
554
- msgstr ""
555
 
556
  #: ../src/legacy/inc/class-cyclone-slider.php:364
557
  #: ../src/legacy/inc/class-cyclone-slider.php:372
558
  #: ../src/legacy/inc/class-cyclone-slider.php:380
559
  #: ../views/slider-advanced-settings.php:6
560
  #: ../views/slider-advanced-settings.php:44 ../views/slider-settings.php:66
561
- #: ../views/slider-settings.php:77 ../views/slider-settings.php:85
562
- #: ../views/slider-settings.php:93 ../views/slider-settings.php:103
563
  msgid "Yes"
564
- msgstr ""
565
 
566
  #: ../src/legacy/inc/class-cyclone-slider.php:365
567
  #: ../src/legacy/inc/class-cyclone-slider.php:373
568
  #: ../src/legacy/inc/class-cyclone-slider.php:381
569
  #: ../views/slider-advanced-settings.php:7
570
  #: ../views/slider-advanced-settings.php:45 ../views/slider-settings.php:65
571
- #: ../views/slider-settings.php:78 ../views/slider-settings.php:86
572
- #: ../views/slider-settings.php:94 ../views/slider-settings.php:102
573
  msgid "No"
574
- msgstr ""
575
 
576
  #: ../src/legacy/inc/class-cyclone-slider.php:370
577
- #: ../views/slider-settings.php:83
578
  msgid "Show Prev/Next Buttons?"
579
- msgstr ""
580
 
581
  #: ../src/legacy/inc/class-cyclone-slider.php:378
582
- #: ../views/slider-settings.php:91
583
  msgid "Show Navigation?"
584
- msgstr ""
585
 
586
  #: ../src/legacy/inc/class-cyclone-slider.php:407
587
  msgid "Select Template to Use:"
588
- msgstr ""
589
 
590
  #: ../src/legacy/inc/class-cyclone-slider.php:623
591
  #, fuzzy
592
  msgid "[Slideshow not found]"
593
  msgstr "スライダ\"%s\"が見つかりません。"
594
 
595
- #: ../src/plugin.php:88
596
  msgid "Cyclone Slider Export"
597
  msgstr "サイクロンスライダー輸出"
598
 
599
- #: ../src/plugin.php:89
600
  msgid "Export/Import"
601
  msgstr "輸出入"
602
 
603
- #: ../src/plugin.php:101
604
  msgid "Cyclone Slider Nextgen Export"
605
  msgstr "サイクロンスライダーNextgenエクスポート"
606
 
607
- #: ../src/plugin.php:114
608
  msgid "Cyclone Slider Import"
609
  msgstr "サイクロンスライダのインポート"
610
 
611
  #: ../templates/dark/slider.php:40
612
  msgid "View Larger Image"
613
- msgstr ""
614
 
615
  #: ../templates/dark/slider.php:43 ../templates/dark/slider.php:45
616
  msgid "Learn More"
617
- msgstr ""
618
 
619
  #: ../templates/dark/slider.php:61 ../templates/default/slider.php:62
620
  #: ../templates/default/slider.php:66 ../templates/default/slider.php:70
621
  #: ../templates/standard/slider.php:67 ../templates/thumbnails/slider.php:70
622
  msgid "Slide type not supported."
623
- msgstr ""
624
 
625
  #: ../templates/dark/slider.php:70 ../templates/standard/slider.php:76
626
  #, fuzzy
@@ -786,11 +989,11 @@ msgstr ""
786
 
787
  #: ../views/slide-edit-image.php:12 ../views/slide-edit.php:97
788
  msgid "View Image"
789
- msgstr ""
790
 
791
  #: ../views/slide-edit-image.php:18
792
  msgid "Caption"
793
- msgstr ""
794
 
795
  #: ../views/slide-edit-image.php:25
796
  msgid "Description:"
@@ -798,23 +1001,23 @@ msgstr "説明:"
798
 
799
  #: ../views/slide-edit-image.php:31 ../views/slide-edit.php:113
800
  msgid "Link"
801
- msgstr ""
802
 
803
  #: ../views/slide-edit-image.php:34 ../views/slide-edit.php:116
804
  msgid "Link URL:"
805
- msgstr ""
806
 
807
  #: ../views/slide-edit-image.php:47
808
  msgid "Image Attributes"
809
- msgstr ""
810
 
811
  #: ../views/slide-edit-image.php:50
812
  msgid "Alternate Text:"
813
- msgstr ""
814
 
815
  #: ../views/slide-edit-image.php:54
816
  msgid "Title Text:"
817
- msgstr ""
818
 
819
  #: ../views/slide-edit.php:8 ../views/slide-edit.php:11
820
  #: ../views/slide-edit.php:87 ../views/template-selection.php:19
@@ -843,87 +1046,83 @@ msgstr "YouTubeのURL:"
843
 
844
  #: ../views/slide-edit.php:58
845
  msgid "Copy and paste a valid YouTube URL here."
846
- msgstr ""
847
 
848
  #: ../views/slide-edit.php:63
849
  msgid "Do not show suggested videos when the video finishes."
850
- msgstr ""
851
 
852
  #: ../views/slide-edit.php:68
853
  msgid "Vimeo URL:"
854
- msgstr ""
855
 
856
  #: ../views/slide-edit.php:70
857
  msgid "Copy and paste a valid Vimeo URL here."
858
- msgstr ""
859
 
860
  #: ../views/slide-edit.php:75 ../views/template-selection.php:34
861
  msgid "Custom HTML"
862
- msgstr ""
863
 
864
  #: ../views/slide-edit.php:83
865
  msgid "Quote"
866
- msgstr ""
867
 
868
  #: ../views/slide-edit.php:104
869
  msgid "Author"
870
- msgstr ""
871
 
872
  #: ../views/slide-edit.php:107
873
  msgid "Name:"
874
- msgstr ""
875
 
876
  #: ../views/slide-settings.php:3
877
  msgid "Slide Properties"
878
- msgstr ""
879
 
880
  #: ../views/slide-settings.php:6
881
  msgid "Hidden:"
882
- msgstr ""
883
 
884
  #: ../views/slide-settings.php:15
885
  msgid "Transition Effects:"
886
- msgstr ""
887
-
888
- #: ../views/slide-settings.php:17
889
- msgid "Default"
890
- msgstr ""
891
 
892
  #: ../views/slide-settings.php:26
893
  msgid "Effects Speed:"
894
- msgstr ""
895
 
896
  #: ../views/slide-settings.php:43 ../views/slider-settings.php:12
897
  msgid "Tile Count:"
898
- msgstr ""
899
 
900
  #: ../views/slide-settings.php:45 ../views/slider-settings.php:14
901
  msgid "The number of tiles to use in the transition."
902
- msgstr ""
903
 
904
  #: ../views/slide-settings.php:49
905
  msgid "Tile Delay:"
906
- msgstr ""
907
 
908
  #: ../views/slide-settings.php:51
909
  msgid "Milliseconds to delay each individual tile transition."
910
- msgstr ""
911
 
912
  #: ../views/slide-settings.php:55 ../views/slider-settings.php:17
913
  msgid "Tile Position:"
914
- msgstr ""
915
 
916
  #: ../views/slide-settings.php:57 ../views/slider-settings.php:19
917
  msgid "Vertical"
918
- msgstr ""
919
 
920
  #: ../views/slide-settings.php:58 ../views/slider-settings.php:20
921
  msgid "Horizontal"
922
- msgstr ""
923
 
924
  #: ../views/slider-advanced-settings.php:4
925
  msgid "Allow Wrap?"
926
- msgstr ""
927
 
928
  #: ../views/slider-advanced-settings.php:10
929
  msgid ""
@@ -1062,110 +1261,123 @@ msgstr ""
1062
 
1063
  #: ../views/slider-codes.php:4
1064
  msgid "Your Shortcode:"
1065
- msgstr ""
1066
 
1067
  #: ../views/slider-codes.php:6
1068
  msgid ""
1069
  "Copy and paste this shortcode into your Post, Page or Custom Post editor."
1070
  msgstr ""
 
 
1071
 
1072
  #: ../views/slider-codes.php:10
1073
  msgid "Your PHP Code:"
1074
- msgstr ""
1075
 
1076
  #: ../views/slider-codes.php:12
1077
  msgid ""
1078
  "Copy and paste this code when you need to display the slider in template "
1079
  "files (header.php, front-page.php, etc.)."
1080
  msgstr ""
 
 
1081
 
1082
  #: ../views/slider-id.php:5
1083
  msgid "Change the Slideshow ID here."
1084
- msgstr ""
1085
 
1086
  #: ../views/slider-preview.php:9
1087
  msgid "Your preview will appear here."
1088
- msgstr ""
1089
 
1090
  #: ../views/slider-settings.php:49
1091
  msgid "Width Management:"
1092
- msgstr ""
1093
 
1094
  #: ../views/slider-settings.php:51
1095
  msgid "Responsive"
1096
- msgstr ""
1097
 
1098
  #: ../views/slider-settings.php:52
1099
  msgid "Full"
1100
- msgstr ""
1101
 
1102
  #: ../views/slider-settings.php:53
1103
  msgid "Fixed"
1104
- msgstr ""
1105
 
1106
  #: ../views/slider-settings.php:56
1107
  msgid ""
1108
  "Responsive - resizes to smaller size but maximum width will be equal to the "
1109
  "provided width."
1110
  msgstr ""
 
 
1111
 
1112
  #: ../views/slider-settings.php:57
1113
  msgid ""
1114
  "Full - the same as responsive but maximum width will be equal to its "
1115
  "container ignoring the provided width."
1116
  msgstr ""
 
 
1117
 
1118
  #: ../views/slider-settings.php:58
1119
  msgid "Fixed - width and height are not resized."
1120
- msgstr ""
1121
 
1122
  #: ../views/slider-settings.php:63
1123
  msgid "Resize Images?"
1124
- msgstr ""
1125
 
1126
  #: ../views/slider-settings.php:70
1127
  msgid "Force Resize"
1128
- msgstr ""
1129
 
1130
- #: ../views/slider-settings.php:71
1131
- msgid ""
1132
- "Yes - resize images to slideshow dimension. <br>No - use the original "
1133
- "uploaded image. <br>Force Resize - Regenerate all images and thumbnails."
1134
- msgstr ""
1135
 
1136
- #: ../views/slider-settings.php:96
1137
- msgid "The thumbnails or dots depending on template."
1138
- msgstr ""
 
 
 
 
1139
 
1140
  #: ../views/slider-settings.php:100
 
 
 
 
1141
  msgid "Random Slide Order?"
1142
- msgstr ""
1143
 
1144
- #: ../views/slider-settings.php:105
1145
  msgid "Randomize order of slides on every page visit."
1146
- msgstr ""
1147
 
1148
  #: ../views/slides.php:10
1149
  msgid "Sort"
1150
- msgstr ""
1151
 
1152
  #: ../views/template-selection.php:5
1153
  msgid "Name"
1154
- msgstr ""
1155
 
1156
  #: ../views/template-selection.php:6
1157
  msgid "Supported Slides"
1158
- msgstr ""
1159
 
1160
  #: ../views/template-selection.php:7
1161
  msgid "Location"
1162
- msgstr ""
1163
 
1164
  #: ../views/template-selection.php:58
1165
  msgid "Learn More About Templates"
1166
- msgstr ""
1167
 
1168
  #: ../views/template-selection.php:59
1169
- #, fuzzy
1170
  msgid "More Templates"
1171
- msgstr "テンプレート"
2
  msgstr ""
3
  "Project-Id-Version: Cyclone Slider\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2017-07-02 19:29+0800\n"
6
+ "PO-Revision-Date: 2017-07-02 19:30+0800\n"
7
  "Last-Translator: \n"
8
  "Language-Team: kosinix <kosinix@codefleet.net>\n"
9
  "Language: ja_JP\n"
66
  #: ../src/CycloneSlider/Admin.php:149
67
  #: ../src/legacy/inc/class-cyclone-slider.php:191
68
  msgid "No slideshows found in Trash"
69
+ msgstr "ゴミ箱にスライドショーが見つかりません"
70
 
71
  #: ../src/CycloneSlider/Admin.php:195 ../src/CycloneSlider/Admin.php:198
72
  #: ../src/CycloneSlider/Admin.php:199 ../src/CycloneSlider/Admin.php:202
87
  #: ../src/CycloneSlider/Admin.php:197
88
  #: ../src/legacy/inc/class-cyclone-slider.php:209
89
  msgid "Custom field deleted."
90
+ msgstr "カスタムフィールドが削除されました。"
91
 
92
  #: ../src/CycloneSlider/Admin.php:200
93
  msgid "Slideshow published."
94
+ msgstr "スライドショーが公開されました。"
95
 
96
  #: ../src/CycloneSlider/Admin.php:201
97
  #: ../src/legacy/inc/class-cyclone-slider.php:213
98
  msgid "Slideshow saved."
99
+ msgstr "スライドショーを保存しました。"
100
 
101
  #: ../src/CycloneSlider/Admin.php:240
102
  #: ../src/legacy/inc/class-cyclone-slider.php:225
105
 
106
  #: ../src/CycloneSlider/Admin.php:249
107
  msgid "Slider Preview"
108
+ msgstr "スライダープレビュー"
109
 
110
  #: ../src/CycloneSlider/Admin.php:258
111
  msgid "Get Slider Codes"
112
+ msgstr "スライダコードを取得する"
113
 
114
  #: ../src/CycloneSlider/Admin.php:267
115
  msgid "Basic Settings"
153
  "will be gone when the plugin is updated. <br />Location: <strong>%s</strong>"
154
  msgstr ""
155
 
156
+ #: ../src/CycloneSlider/Admin.php:471
157
+ msgid "Active Theme"
158
+ msgstr "アクティブなテーマ"
159
+
160
  #: ../src/CycloneSlider/Admin.php:472 ../src/CycloneSlider/Admin.php:477
161
  #: ../src/CycloneSlider/Admin.php:481
162
  #, php-format
169
  "Please consider creating a WordPress plugin Cyclone Slider template."
170
  msgstr ""
171
 
172
+ #: ../src/CycloneSlider/Admin.php:476
173
+ msgid "WP Content"
174
+ msgstr "WPコンテンツ"
175
+
176
+ #: ../src/CycloneSlider/Admin.php:480
177
+ msgid "Plugin"
178
+ msgstr "プラグイン"
179
+
180
  #: ../src/CycloneSlider/Admin.php:519
181
  msgid "Slide *"
182
  msgstr ""
184
  #: ../src/CycloneSlider/Admin.php:613
185
  #: ../src/legacy/inc/class-cyclone-slider.php:519
186
  msgid "Slideshow Name"
187
+ msgstr "スライドショーの名前"
188
 
189
  #: ../src/CycloneSlider/Admin.php:614
190
  msgid "Template"
191
+ msgstr "テンプレート"
192
 
193
  #: ../src/CycloneSlider/Admin.php:615
194
  msgid "No. of Slides"
195
+ msgstr "スライド数"
196
 
197
  #: ../src/CycloneSlider/Admin.php:617
198
  #: ../src/legacy/inc/class-cyclone-slider.php:521
199
  msgid "Shortcode"
200
+ msgstr "ショートコード"
201
 
202
  #: ../src/CycloneSlider/AssetLoader.php:71
203
  #: ../src/legacy/inc/class-cyclone-slider.php:148
215
 
216
  #: ../src/CycloneSlider/AssetLoader.php:74 ../views/slides.php:9
217
  msgid "Add Images as Slides"
218
+ msgstr "画像をスライドとして追加"
219
 
220
  #: ../src/CycloneSlider/AssetLoader.php:75
221
  msgid "Error. Make sure its a valid YouTube URL."
222
  msgstr ""
223
 
224
+ #: ../src/CycloneSlider/Data.php:288
225
  #, php-format
226
  msgid "Invalid format for get_slider %s parameter."
227
  msgstr ""
228
 
229
+ #: ../src/CycloneSlider/Data.php:814
230
+ msgid "Fit"
231
+ msgstr ""
232
+
233
+ #: ../src/CycloneSlider/Data.php:815
234
+ msgid "Fill"
235
+ msgstr ""
236
+
237
+ #: ../src/CycloneSlider/Data.php:816 ../src/CycloneSlider/Data.php:824
238
+ msgid "Crop"
239
+ msgstr ""
240
+
241
+ #: ../src/CycloneSlider/Data.php:817 ../src/CycloneSlider/Data.php:825
242
+ msgid "Exact"
243
+ msgstr ""
244
+
245
+ #: ../src/CycloneSlider/Data.php:818
246
+ msgid "Exact Width"
247
+ msgstr ""
248
+
249
+ #: ../src/CycloneSlider/Data.php:819
250
+ #, fuzzy
251
+ msgid "Exact Height"
252
+ msgstr "高さ:"
253
+
254
+ #: ../src/CycloneSlider/Data.php:823
255
+ msgid "Auto"
256
+ msgstr ""
257
+
258
+ #: ../src/CycloneSlider/Data.php:826
259
+ msgid "Landscape"
260
+ msgstr ""
261
+
262
+ #: ../src/CycloneSlider/Data.php:827
263
+ msgid "Portrait"
264
+ msgstr ""
265
+
266
+ #: ../src/CycloneSlider/Data.php:839
267
+ msgid "Fade"
268
+ msgstr ""
269
+
270
+ #: ../src/CycloneSlider/Data.php:840
271
+ msgid "Fade Out"
272
+ msgstr ""
273
+
274
+ #: ../src/CycloneSlider/Data.php:841
275
+ msgid "None"
276
+ msgstr ""
277
+
278
+ #: ../src/CycloneSlider/Data.php:842
279
+ #, fuzzy
280
+ msgid "Scroll Horizontally"
281
+ msgstr "水平"
282
+
283
+ #: ../src/CycloneSlider/Data.php:843
284
+ msgid "Tile Blind"
285
+ msgstr ""
286
+
287
+ #: ../src/CycloneSlider/Data.php:844
288
+ #, fuzzy
289
+ msgid "Tile Slide"
290
+ msgstr "サイクロンスライダー"
291
+
292
+ #: ../src/CycloneSlider/Data.php:856 ../views/slide-settings.php:17
293
+ msgid "Default"
294
+ msgstr "デフォルト"
295
+
296
+ #: ../src/CycloneSlider/Data.php:860
297
+ msgid "Swing"
298
+ msgstr ""
299
+
300
+ #: ../src/CycloneSlider/Data.php:864
301
+ msgid "Ease-In Quad"
302
+ msgstr ""
303
+
304
+ #: ../src/CycloneSlider/Data.php:868
305
+ msgid "Ease-Out Quad"
306
+ msgstr ""
307
+
308
+ #: ../src/CycloneSlider/Data.php:872
309
+ msgid "Ease-In OutQuad"
310
+ msgstr ""
311
+
312
+ #: ../src/CycloneSlider/Data.php:876
313
+ msgid "Ease-In Cubic"
314
+ msgstr ""
315
+
316
+ #: ../src/CycloneSlider/Data.php:880
317
+ msgid "Ease-Out Cubic"
318
+ msgstr ""
319
+
320
+ #: ../src/CycloneSlider/Data.php:884
321
+ msgid "Ease-In OutCubic"
322
+ msgstr ""
323
+
324
+ #: ../src/CycloneSlider/Data.php:888
325
+ msgid "Ease-In Quart"
326
+ msgstr ""
327
+
328
+ #: ../src/CycloneSlider/Data.php:892
329
+ msgid "Ease-Out Quart"
330
+ msgstr ""
331
+
332
+ #: ../src/CycloneSlider/Data.php:896
333
+ msgid "Ease-In OutQuart"
334
+ msgstr ""
335
+
336
+ #: ../src/CycloneSlider/Data.php:900
337
+ msgid "Ease-In Quint"
338
+ msgstr ""
339
+
340
+ #: ../src/CycloneSlider/Data.php:904
341
+ msgid "Ease-Out Quint"
342
+ msgstr ""
343
+
344
+ #: ../src/CycloneSlider/Data.php:908
345
+ msgid "Ease-In OutQuint"
346
+ msgstr ""
347
+
348
+ #: ../src/CycloneSlider/Data.php:912
349
+ msgid "Ease-In Sine"
350
+ msgstr ""
351
+
352
+ #: ../src/CycloneSlider/Data.php:916
353
+ msgid "Ease-Out Sine"
354
+ msgstr ""
355
+
356
+ #: ../src/CycloneSlider/Data.php:920
357
+ msgid "Ease-In OutSine"
358
+ msgstr ""
359
+
360
+ #: ../src/CycloneSlider/Data.php:924
361
+ msgid "Ease-In Expo"
362
+ msgstr ""
363
+
364
+ #: ../src/CycloneSlider/Data.php:928
365
+ msgid "Ease-Out Expo"
366
+ msgstr ""
367
+
368
+ #: ../src/CycloneSlider/Data.php:932
369
+ msgid "Ease-In OutExpo"
370
+ msgstr ""
371
+
372
+ #: ../src/CycloneSlider/Data.php:936
373
+ msgid "Ease-In Circ"
374
+ msgstr ""
375
+
376
+ #: ../src/CycloneSlider/Data.php:940
377
+ msgid "Ease-Out Circ"
378
+ msgstr ""
379
+
380
+ #: ../src/CycloneSlider/Data.php:944
381
+ msgid "Ease-In OutCirc"
382
+ msgstr ""
383
+
384
+ #: ../src/CycloneSlider/Data.php:948
385
+ msgid "Ease-In Elastic"
386
+ msgstr ""
387
+
388
+ #: ../src/CycloneSlider/Data.php:952
389
+ msgid "Ease-Out Elastic"
390
+ msgstr ""
391
+
392
+ #: ../src/CycloneSlider/Data.php:956
393
+ msgid "Ease-In OutElastic"
394
+ msgstr ""
395
+
396
+ #: ../src/CycloneSlider/Data.php:960
397
+ msgid "Ease-In Back"
398
+ msgstr ""
399
+
400
+ #: ../src/CycloneSlider/Data.php:964
401
+ msgid "Ease-Out Back"
402
+ msgstr ""
403
+
404
+ #: ../src/CycloneSlider/Data.php:968
405
+ msgid "Ease-In OutBack"
406
+ msgstr ""
407
+
408
+ #: ../src/CycloneSlider/Data.php:972
409
+ msgid "Ease-In Bounce"
410
+ msgstr ""
411
+
412
+ #: ../src/CycloneSlider/Data.php:976
413
+ msgid "Ease-Out Bounce"
414
+ msgstr ""
415
+
416
+ #: ../src/CycloneSlider/Data.php:980
417
+ msgid "Ease-In OutBounce"
418
+ msgstr ""
419
+
420
  #: ../src/CycloneSlider/ExportPage.php:64
421
  #: ../src/CycloneSlider/ExportPageNextgen.php:62
422
  #: ../src/CycloneSlider/ImportPage.php:69
423
  msgid "Export"
424
+ msgstr "輸出する"
425
 
426
  #: ../src/CycloneSlider/ExportPage.php:69
427
  #: ../src/CycloneSlider/ExportPageNextgen.php:67
428
  #: ../src/CycloneSlider/ExporterNextgen.php:65
429
  #: ../src/CycloneSlider/ImportPage.php:74
430
  #: ../src/CycloneSlider/NextgenIntegration.php:65
431
+ #: ../src/legacy/inc/class-nextgen-integration.php:63 ../src/plugin.php:121
432
  msgid "Import"
433
  msgstr "インポート"
434
 
458
  msgid "Please choose a file name."
459
  msgstr ""
460
 
461
+ #: ../src/CycloneSlider/ExportPageNextgen.php:72 ../src/plugin.php:108
462
  msgid "Export Nextgen"
463
  msgstr "Nextgenのエクスポート"
464
 
615
 
616
  #: ../src/CycloneSlider/WidgetSlider.php:65 ../views/slide-edit-image.php:21
617
  msgid "Title:"
618
+ msgstr "タイトル:"
619
 
620
  #: ../src/CycloneSlider/WidgetSlider.php:79
621
  msgid "Select a Slider:"
625
  msgid "No sliders found."
626
  msgstr ""
627
 
628
+ #: ../src/legacy/cyclone-slider.php:141 ../src/plugin.php:83
629
  msgid "Cyclone Slider Settings"
630
  msgstr "サイクロンスライダの設定"
631
 
632
+ #: ../src/legacy/cyclone-slider.php:142 ../src/plugin.php:84
633
  msgid "Settings"
634
  msgstr "設定"
635
 
646
  #: ../src/legacy/inc/admin/box-js.php:17 ../src/legacy/inc/admin/box.php:17
647
  #: ../views/slide-edit-image.php:10 ../views/slide-edit.php:95
648
  msgid "Get Image"
649
+ msgstr "画像を取得する"
650
 
651
  #: ../src/legacy/inc/admin/box-js.php:20 ../src/legacy/inc/admin/box.php:20
652
  msgid "Extra slide elements:"
664
  #: ../src/legacy/inc/admin/box-js.php:29 ../src/legacy/inc/admin/box.php:29
665
  #: ../views/slide-edit-image.php:38 ../views/slide-edit.php:120
666
  msgid "Open Link in:"
667
+ msgstr "リンクを開く:"
668
 
669
  #: ../src/legacy/inc/admin/box-js.php:31 ../src/legacy/inc/admin/box.php:31
670
  #: ../views/slide-edit-image.php:40 ../views/slide-edit.php:122
671
  msgid "Same Window"
672
+ msgstr "同じウィンドウ"
673
 
674
  #: ../src/legacy/inc/admin/box-js.php:32 ../src/legacy/inc/admin/box.php:32
675
  #: ../views/slide-edit-image.php:41 ../views/slide-edit.php:123
676
  msgid "New Tab or Window"
677
+ msgstr "新しいタブまたはウィンドウ"
678
 
679
  #: ../src/legacy/inc/admin/box-js.php:38 ../src/legacy/inc/admin/box.php:38
680
  msgid "Title"
707
 
708
  #: ../src/legacy/inc/class-cyclone-slider.php:306 ../views/slides.php:8
709
  msgid "Add Slide"
710
+ msgstr "スライドを追加"
711
 
712
  #: ../src/legacy/inc/class-cyclone-slider.php:327
713
  #: ../views/slider-settings.php:3
714
  msgid "Transition Effects to Use:"
715
+ msgstr "使用する移行効果:"
716
 
717
  #: ../src/legacy/inc/class-cyclone-slider.php:338
718
  #: ../views/slide-settings.php:33 ../views/slider-settings.php:25
719
  msgid "Next Slide Delay:"
720
+ msgstr "次のスライド遅延:"
721
 
722
  #: ../src/legacy/inc/class-cyclone-slider.php:340
723
  #: ../views/slider-settings.php:27
724
  msgid "Milliseconds. 0 to disable auto advance."
725
+ msgstr "ミリ秒。 オート・アドバンスを無効にするには0を押します。"
726
 
727
  #: ../src/legacy/inc/class-cyclone-slider.php:344
728
  #: ../views/slider-settings.php:31
729
  msgid "Transition Effects Speed:"
730
+ msgstr "トランジションエフェクトスピード:"
731
 
732
  #: ../src/legacy/inc/class-cyclone-slider.php:346
733
  #: ../views/slide-settings.php:28 ../views/slide-settings.php:35
734
  #: ../views/slider-settings.php:33
735
  msgid "Milliseconds"
736
+ msgstr "ミリ秒"
737
 
738
  #: ../src/legacy/inc/class-cyclone-slider.php:350
739
  #: ../views/slider-settings.php:37
740
  msgid "Width:"
741
+ msgstr "幅:"
742
 
743
  #: ../src/legacy/inc/class-cyclone-slider.php:352
744
  #: ../src/legacy/inc/class-cyclone-slider.php:358
745
  #: ../views/slider-settings.php:39 ../views/slider-settings.php:45
746
  msgid "pixels."
747
+ msgstr "ピクセル。"
748
 
749
  #: ../src/legacy/inc/class-cyclone-slider.php:356
750
  #: ../views/slider-settings.php:43
751
  msgid "Height:"
752
+ msgstr "高さ:"
753
 
754
  #: ../src/legacy/inc/class-cyclone-slider.php:362
755
+ #: ../views/slider-settings.php:79
756
  msgid "Pause on Hover?"
757
+ msgstr "ホバーで一時停止する?"
758
 
759
  #: ../src/legacy/inc/class-cyclone-slider.php:364
760
  #: ../src/legacy/inc/class-cyclone-slider.php:372
761
  #: ../src/legacy/inc/class-cyclone-slider.php:380
762
  #: ../views/slider-advanced-settings.php:6
763
  #: ../views/slider-advanced-settings.php:44 ../views/slider-settings.php:66
764
+ #: ../views/slider-settings.php:81 ../views/slider-settings.php:89
765
+ #: ../views/slider-settings.php:97 ../views/slider-settings.php:107
766
  msgid "Yes"
767
+ msgstr "はい"
768
 
769
  #: ../src/legacy/inc/class-cyclone-slider.php:365
770
  #: ../src/legacy/inc/class-cyclone-slider.php:373
771
  #: ../src/legacy/inc/class-cyclone-slider.php:381
772
  #: ../views/slider-advanced-settings.php:7
773
  #: ../views/slider-advanced-settings.php:45 ../views/slider-settings.php:65
774
+ #: ../views/slider-settings.php:82 ../views/slider-settings.php:90
775
+ #: ../views/slider-settings.php:98 ../views/slider-settings.php:106
776
  msgid "No"
777
+ msgstr "いいえ"
778
 
779
  #: ../src/legacy/inc/class-cyclone-slider.php:370
780
+ #: ../views/slider-settings.php:87
781
  msgid "Show Prev/Next Buttons?"
782
+ msgstr "前/次のボタンを表示しますか?"
783
 
784
  #: ../src/legacy/inc/class-cyclone-slider.php:378
785
+ #: ../views/slider-settings.php:95
786
  msgid "Show Navigation?"
787
+ msgstr "ナビゲーションを表示しますか?"
788
 
789
  #: ../src/legacy/inc/class-cyclone-slider.php:407
790
  msgid "Select Template to Use:"
791
+ msgstr "使用するテンプレートを選択:"
792
 
793
  #: ../src/legacy/inc/class-cyclone-slider.php:623
794
  #, fuzzy
795
  msgid "[Slideshow not found]"
796
  msgstr "スライダ\"%s\"が見つかりません。"
797
 
798
+ #: ../src/plugin.php:94
799
  msgid "Cyclone Slider Export"
800
  msgstr "サイクロンスライダー輸出"
801
 
802
+ #: ../src/plugin.php:95
803
  msgid "Export/Import"
804
  msgstr "輸出入"
805
 
806
+ #: ../src/plugin.php:107
807
  msgid "Cyclone Slider Nextgen Export"
808
  msgstr "サイクロンスライダーNextgenエクスポート"
809
 
810
+ #: ../src/plugin.php:120
811
  msgid "Cyclone Slider Import"
812
  msgstr "サイクロンスライダのインポート"
813
 
814
  #: ../templates/dark/slider.php:40
815
  msgid "View Larger Image"
816
+ msgstr "大きな画像を見る"
817
 
818
  #: ../templates/dark/slider.php:43 ../templates/dark/slider.php:45
819
  msgid "Learn More"
820
+ msgstr "もっと詳しく知る"
821
 
822
  #: ../templates/dark/slider.php:61 ../templates/default/slider.php:62
823
  #: ../templates/default/slider.php:66 ../templates/default/slider.php:70
824
  #: ../templates/standard/slider.php:67 ../templates/thumbnails/slider.php:70
825
  msgid "Slide type not supported."
826
+ msgstr "スライドタイプはサポートされていません。"
827
 
828
  #: ../templates/dark/slider.php:70 ../templates/standard/slider.php:76
829
  #, fuzzy
989
 
990
  #: ../views/slide-edit-image.php:12 ../views/slide-edit.php:97
991
  msgid "View Image"
992
+ msgstr "画像を見る"
993
 
994
  #: ../views/slide-edit-image.php:18
995
  msgid "Caption"
996
+ msgstr "キャプション"
997
 
998
  #: ../views/slide-edit-image.php:25
999
  msgid "Description:"
1001
 
1002
  #: ../views/slide-edit-image.php:31 ../views/slide-edit.php:113
1003
  msgid "Link"
1004
+ msgstr "リンク"
1005
 
1006
  #: ../views/slide-edit-image.php:34 ../views/slide-edit.php:116
1007
  msgid "Link URL:"
1008
+ msgstr "リンクURL:"
1009
 
1010
  #: ../views/slide-edit-image.php:47
1011
  msgid "Image Attributes"
1012
+ msgstr "イメージの属性"
1013
 
1014
  #: ../views/slide-edit-image.php:50
1015
  msgid "Alternate Text:"
1016
+ msgstr "代替テキスト:"
1017
 
1018
  #: ../views/slide-edit-image.php:54
1019
  msgid "Title Text:"
1020
+ msgstr "タイトルテキスト:"
1021
 
1022
  #: ../views/slide-edit.php:8 ../views/slide-edit.php:11
1023
  #: ../views/slide-edit.php:87 ../views/template-selection.php:19
1046
 
1047
  #: ../views/slide-edit.php:58
1048
  msgid "Copy and paste a valid YouTube URL here."
1049
+ msgstr "有効なYouTube URLをここにコピーして貼り付けてください。"
1050
 
1051
  #: ../views/slide-edit.php:63
1052
  msgid "Do not show suggested videos when the video finishes."
1053
+ msgstr "動画が終了したらおすすめの動画を表示しないでください。"
1054
 
1055
  #: ../views/slide-edit.php:68
1056
  msgid "Vimeo URL:"
1057
+ msgstr "Vimeo URL:"
1058
 
1059
  #: ../views/slide-edit.php:70
1060
  msgid "Copy and paste a valid Vimeo URL here."
1061
+ msgstr "有効なVimeo URLをここにコピーして貼り付けます。"
1062
 
1063
  #: ../views/slide-edit.php:75 ../views/template-selection.php:34
1064
  msgid "Custom HTML"
1065
+ msgstr "カスタムHTML"
1066
 
1067
  #: ../views/slide-edit.php:83
1068
  msgid "Quote"
1069
+ msgstr "引用"
1070
 
1071
  #: ../views/slide-edit.php:104
1072
  msgid "Author"
1073
+ msgstr "著者"
1074
 
1075
  #: ../views/slide-edit.php:107
1076
  msgid "Name:"
1077
+ msgstr "名:"
1078
 
1079
  #: ../views/slide-settings.php:3
1080
  msgid "Slide Properties"
1081
+ msgstr "スライドプロパティ"
1082
 
1083
  #: ../views/slide-settings.php:6
1084
  msgid "Hidden:"
1085
+ msgstr "隠された:"
1086
 
1087
  #: ../views/slide-settings.php:15
1088
  msgid "Transition Effects:"
1089
+ msgstr "移行効果:"
 
 
 
 
1090
 
1091
  #: ../views/slide-settings.php:26
1092
  msgid "Effects Speed:"
1093
+ msgstr "エフェクトスピード:"
1094
 
1095
  #: ../views/slide-settings.php:43 ../views/slider-settings.php:12
1096
  msgid "Tile Count:"
1097
+ msgstr "タイル数:"
1098
 
1099
  #: ../views/slide-settings.php:45 ../views/slider-settings.php:14
1100
  msgid "The number of tiles to use in the transition."
1101
+ msgstr "トランジションで使用するタイルの数。"
1102
 
1103
  #: ../views/slide-settings.php:49
1104
  msgid "Tile Delay:"
1105
+ msgstr "タイル遅延:"
1106
 
1107
  #: ../views/slide-settings.php:51
1108
  msgid "Milliseconds to delay each individual tile transition."
1109
+ msgstr "ミリ秒ごとに個々のタイルの遷移を遅延させます。"
1110
 
1111
  #: ../views/slide-settings.php:55 ../views/slider-settings.php:17
1112
  msgid "Tile Position:"
1113
+ msgstr "タイルの位置:"
1114
 
1115
  #: ../views/slide-settings.php:57 ../views/slider-settings.php:19
1116
  msgid "Vertical"
1117
+ msgstr "垂直"
1118
 
1119
  #: ../views/slide-settings.php:58 ../views/slider-settings.php:20
1120
  msgid "Horizontal"
1121
+ msgstr "水平"
1122
 
1123
  #: ../views/slider-advanced-settings.php:4
1124
  msgid "Allow Wrap?"
1125
+ msgstr "ラップを許可しますか?"
1126
 
1127
  #: ../views/slider-advanced-settings.php:10
1128
  msgid ""
1261
 
1262
  #: ../views/slider-codes.php:4
1263
  msgid "Your Shortcode:"
1264
+ msgstr "あなたのショートコード:"
1265
 
1266
  #: ../views/slider-codes.php:6
1267
  msgid ""
1268
  "Copy and paste this shortcode into your Post, Page or Custom Post editor."
1269
  msgstr ""
1270
+ "このショートコードをコピーして、投稿、ページ、またはカスタム投稿エディタに貼"
1271
+ "り付けます。"
1272
 
1273
  #: ../views/slider-codes.php:10
1274
  msgid "Your PHP Code:"
1275
+ msgstr "あなたのPHPコード:"
1276
 
1277
  #: ../views/slider-codes.php:12
1278
  msgid ""
1279
  "Copy and paste this code when you need to display the slider in template "
1280
  "files (header.php, front-page.php, etc.)."
1281
  msgstr ""
1282
+ "テンプレートファイル(header.php、front-page.phpなど)にスライダを表示する必"
1283
+ "要がある場合は、このコードをコピーして貼り付けます。"
1284
 
1285
  #: ../views/slider-id.php:5
1286
  msgid "Change the Slideshow ID here."
1287
+ msgstr "ここでスライドショーIDを変更してください。"
1288
 
1289
  #: ../views/slider-preview.php:9
1290
  msgid "Your preview will appear here."
1291
+ msgstr "プレビューがここに表示されます。"
1292
 
1293
  #: ../views/slider-settings.php:49
1294
  msgid "Width Management:"
1295
+ msgstr "幅管理:"
1296
 
1297
  #: ../views/slider-settings.php:51
1298
  msgid "Responsive"
1299
+ msgstr "応答性のある"
1300
 
1301
  #: ../views/slider-settings.php:52
1302
  msgid "Full"
1303
+ msgstr "フル"
1304
 
1305
  #: ../views/slider-settings.php:53
1306
  msgid "Fixed"
1307
+ msgstr "不動"
1308
 
1309
  #: ../views/slider-settings.php:56
1310
  msgid ""
1311
  "Responsive - resizes to smaller size but maximum width will be equal to the "
1312
  "provided width."
1313
  msgstr ""
1314
+ "応答性 - 小さいサイズにサイズ変更しますが、最大幅は指定された幅に等しくなりま"
1315
+ "す。"
1316
 
1317
  #: ../views/slider-settings.php:57
1318
  msgid ""
1319
  "Full - the same as responsive but maximum width will be equal to its "
1320
  "container ignoring the provided width."
1321
  msgstr ""
1322
+ "フル - 応答性であるが最大幅と同じは、指定された幅を無視してコンテナに等しくな"
1323
+ "ります。"
1324
 
1325
  #: ../views/slider-settings.php:58
1326
  msgid "Fixed - width and height are not resized."
1327
+ msgstr "固定幅と高さはリサイズされません。"
1328
 
1329
  #: ../views/slider-settings.php:63
1330
  msgid "Resize Images?"
1331
+ msgstr "イメージのサイズを変更しますか?"
1332
 
1333
  #: ../views/slider-settings.php:70
1334
  msgid "Force Resize"
1335
+ msgstr "強制的にサイズを変更する"
1336
 
1337
+ #: ../views/slider-settings.php:72
1338
+ msgid "Yes - resize images to slideshow dimension."
1339
+ msgstr "はい - 画像をスライドショーディメンションにリサイズします。"
 
 
1340
 
1341
+ #: ../views/slider-settings.php:73
1342
+ msgid "No - use the original uploaded image."
1343
+ msgstr "いいえ - 元のアップロード画像を使用します。"
1344
+
1345
+ #: ../views/slider-settings.php:74
1346
+ msgid "Force Resize - Regenerate all images and thumbnails."
1347
+ msgstr "強制的なサイズ変更 - すべての画像とサムネイルを再生成します。"
1348
 
1349
  #: ../views/slider-settings.php:100
1350
+ msgid "The thumbnails or dots depending on template."
1351
+ msgstr "サムネイルまたはドットはテンプレートに依存します。"
1352
+
1353
+ #: ../views/slider-settings.php:104
1354
  msgid "Random Slide Order?"
1355
+ msgstr "ランダムスライド注文?"
1356
 
1357
+ #: ../views/slider-settings.php:109
1358
  msgid "Randomize order of slides on every page visit."
1359
+ msgstr "すべてのページ訪問時にスライドの順序をランダム化します。"
1360
 
1361
  #: ../views/slides.php:10
1362
  msgid "Sort"
1363
+ msgstr "ソート"
1364
 
1365
  #: ../views/template-selection.php:5
1366
  msgid "Name"
1367
+ msgstr ""
1368
 
1369
  #: ../views/template-selection.php:6
1370
  msgid "Supported Slides"
1371
+ msgstr "サポートされているスライド"
1372
 
1373
  #: ../views/template-selection.php:7
1374
  msgid "Location"
1375
+ msgstr "ロケーション"
1376
 
1377
  #: ../views/template-selection.php:58
1378
  msgid "Learn More About Templates"
1379
+ msgstr "テンプレートについての詳細"
1380
 
1381
  #: ../views/template-selection.php:59
 
1382
  msgid "More Templates"
1383
+ msgstr "その他のテンプレート"
{src/cyclone-slider/languages → languages}/cycloneslider-sr_RS.mo RENAMED
File without changes
{src/cyclone-slider/languages → languages}/cycloneslider-sr_RS.po RENAMED
File without changes
{src/cyclone-slider/languages → languages}/cycloneslider.pot RENAMED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Cyclone Slider\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2017-04-28 08:22+0800\n"
6
- "PO-Revision-Date: 2017-04-28 08:23+0800\n"
7
  "Last-Translator: \n"
8
  "Language-Team: kosinix <kosinix@codefleet.net>\n"
9
  "Language: en_US\n"
@@ -152,6 +152,10 @@ msgid ""
152
  "will be gone when the plugin is updated. <br />Location: <strong>%s</strong>"
153
  msgstr ""
154
 
 
 
 
 
155
  #: ../src/CycloneSlider/Admin.php:472 ../src/CycloneSlider/Admin.php:477
156
  #: ../src/CycloneSlider/Admin.php:481
157
  #, php-format
@@ -164,6 +168,14 @@ msgid ""
164
  "Please consider creating a WordPress plugin Cyclone Slider template."
165
  msgstr ""
166
 
 
 
 
 
 
 
 
 
167
  #: ../src/CycloneSlider/Admin.php:519
168
  msgid "Slide *"
169
  msgstr ""
@@ -208,7 +220,7 @@ msgstr ""
208
  msgid "Error. Make sure its a valid YouTube URL."
209
  msgstr ""
210
 
211
- #: ../src/CycloneSlider/Data.php:267
212
  #, php-format
213
  msgid "Invalid format for get_slider %s parameter."
214
  msgstr ""
@@ -224,7 +236,7 @@ msgstr ""
224
  #: ../src/CycloneSlider/ExporterNextgen.php:65
225
  #: ../src/CycloneSlider/ImportPage.php:74
226
  #: ../src/CycloneSlider/NextgenIntegration.php:65
227
- #: ../src/legacy/inc/class-nextgen-integration.php:63 ../src/plugin.php:115
228
  msgid "Import"
229
  msgstr ""
230
 
@@ -254,7 +266,7 @@ msgstr ""
254
  msgid "Please choose a file name."
255
  msgstr ""
256
 
257
- #: ../src/CycloneSlider/ExportPageNextgen.php:72 ../src/plugin.php:102
258
  msgid "Export Nextgen"
259
  msgstr ""
260
 
@@ -421,11 +433,11 @@ msgstr ""
421
  msgid "No sliders found."
422
  msgstr ""
423
 
424
- #: ../src/legacy/cyclone-slider.php:141 ../src/plugin.php:77
425
  msgid "Cyclone Slider Settings"
426
  msgstr ""
427
 
428
- #: ../src/legacy/cyclone-slider.php:142 ../src/plugin.php:78
429
  msgid "Settings"
430
  msgstr ""
431
 
@@ -586,19 +598,19 @@ msgstr ""
586
  msgid "[Slideshow not found]"
587
  msgstr ""
588
 
589
- #: ../src/plugin.php:88
590
  msgid "Cyclone Slider Export"
591
  msgstr ""
592
 
593
- #: ../src/plugin.php:89
594
  msgid "Export/Import"
595
  msgstr ""
596
 
597
- #: ../src/plugin.php:101
598
  msgid "Cyclone Slider Nextgen Export"
599
  msgstr ""
600
 
601
- #: ../src/plugin.php:114
602
  msgid "Cyclone Slider Import"
603
  msgstr ""
604
 
2
  msgstr ""
3
  "Project-Id-Version: Cyclone Slider\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2017-06-12 06:29+0800\n"
6
+ "PO-Revision-Date: 2017-06-12 06:29+0800\n"
7
  "Last-Translator: \n"
8
  "Language-Team: kosinix <kosinix@codefleet.net>\n"
9
  "Language: en_US\n"
152
  "will be gone when the plugin is updated. <br />Location: <strong>%s</strong>"
153
  msgstr ""
154
 
155
+ #: ../src/CycloneSlider/Admin.php:471
156
+ msgid "Active Theme"
157
+ msgstr ""
158
+
159
  #: ../src/CycloneSlider/Admin.php:472 ../src/CycloneSlider/Admin.php:477
160
  #: ../src/CycloneSlider/Admin.php:481
161
  #, php-format
168
  "Please consider creating a WordPress plugin Cyclone Slider template."
169
  msgstr ""
170
 
171
+ #: ../src/CycloneSlider/Admin.php:476
172
+ msgid "WP Content"
173
+ msgstr ""
174
+
175
+ #: ../src/CycloneSlider/Admin.php:480
176
+ msgid "Plugin"
177
+ msgstr ""
178
+
179
  #: ../src/CycloneSlider/Admin.php:519
180
  msgid "Slide *"
181
  msgstr ""
220
  msgid "Error. Make sure its a valid YouTube URL."
221
  msgstr ""
222
 
223
+ #: ../src/CycloneSlider/Data.php:288
224
  #, php-format
225
  msgid "Invalid format for get_slider %s parameter."
226
  msgstr ""
236
  #: ../src/CycloneSlider/ExporterNextgen.php:65
237
  #: ../src/CycloneSlider/ImportPage.php:74
238
  #: ../src/CycloneSlider/NextgenIntegration.php:65
239
+ #: ../src/legacy/inc/class-nextgen-integration.php:63 ../src/plugin.php:121
240
  msgid "Import"
241
  msgstr ""
242
 
266
  msgid "Please choose a file name."
267
  msgstr ""
268
 
269
+ #: ../src/CycloneSlider/ExportPageNextgen.php:72 ../src/plugin.php:108
270
  msgid "Export Nextgen"
271
  msgstr ""
272
 
433
  msgid "No sliders found."
434
  msgstr ""
435
 
436
+ #: ../src/legacy/cyclone-slider.php:141 ../src/plugin.php:83
437
  msgid "Cyclone Slider Settings"
438
  msgstr ""
439
 
440
+ #: ../src/legacy/cyclone-slider.php:142 ../src/plugin.php:84
441
  msgid "Settings"
442
  msgstr ""
443
 
598
  msgid "[Slideshow not found]"
599
  msgstr ""
600
 
601
+ #: ../src/plugin.php:94
602
  msgid "Cyclone Slider Export"
603
  msgstr ""
604
 
605
+ #: ../src/plugin.php:95
606
  msgid "Export/Import"
607
  msgstr ""
608
 
609
+ #: ../src/plugin.php:107
610
  msgid "Cyclone Slider Nextgen Export"
611
  msgstr ""
612
 
613
+ #: ../src/plugin.php:120
614
  msgid "Cyclone Slider Import"
615
  msgstr ""
616
 
libs/cycle2/jquery.cycle2.carousel.min.js CHANGED
@@ -1,2 +1,2 @@
1
- /* Plugin for Cycle2; Copyright (c) 2012 M. Alsup; v20130528 */
2
- (function(e){"use strict";e(document).on("cycle-bootstrap",function(e,i,t){"carousel"===i.fx&&(t.getSlideIndex=function(e){var i=this.opts()._carouselWrap.children(),t=i.index(e);return t%i.length},t.next=function(){var e=i.reverse?-1:1;i.allowWrap===!1&&i.currSlide+e>i.slideCount-i.carouselVisible||(i.API.advanceSlide(e),i.API.trigger("cycle-next",[i]).log("cycle-next"))})}),e.fn.cycle.transitions.carousel={preInit:function(i){i.hideNonActive=!1,i.container.on("cycle-destroyed",e.proxy(this.onDestroy,i.API)),i.API.stopTransition=this.stopTransition;for(var t=0;i.startingSlide>t;t++)i.container.append(i.slides[0])},postInit:function(i){var t,n,s,o,l=i.carouselVertical;i.carouselVisible&&i.carouselVisible>i.slideCount&&(i.carouselVisible=i.slideCount-1);var r=i.carouselVisible||i.slides.length,c={display:l?"block":"inline-block",position:"static"};if(i.container.css({position:"relative",overflow:"hidden"}),i.slides.css(c),i._currSlide=i.currSlide,o=e('<div class="cycle-carousel-wrap"></div>').prependTo(i.container).css({margin:0,padding:0,top:0,left:0,position:"absolute"}).append(i.slides),i._carouselWrap=o,l||o.css("white-space","nowrap"),i.allowWrap!==!1){for(n=0;(void 0===i.carouselVisible?2:1)>n;n++){for(t=0;i.slideCount>t;t++)o.append(i.slides[t].cloneNode(!0));for(t=i.slideCount;t--;)o.prepend(i.slides[t].cloneNode(!0))}o.find(".cycle-slide-active").removeClass("cycle-slide-active"),i.slides.eq(i.startingSlide).addClass("cycle-slide-active")}i.pager&&i.allowWrap===!1&&(s=i.slideCount-r,e(i.pager).children().filter(":gt("+s+")").hide()),i._nextBoundry=i.slideCount-i.carouselVisible,this.prepareDimensions(i)},prepareDimensions:function(i){var t,n,s,o=i.carouselVertical,l=i.carouselVisible||i.slides.length;if(i.carouselFluid&&i.carouselVisible?i._carouselResizeThrottle||this.fluidSlides(i):i.carouselVisible&&i.carouselSlideDimension?(t=l*i.carouselSlideDimension,i.container[o?"height":"width"](t)):i.carouselVisible&&(t=l*e(i.slides[0])[o?"outerHeight":"outerWidth"](!0),i.container[o?"height":"width"](t)),n=i.carouselOffset||0,i.allowWrap!==!1)if(i.carouselSlideDimension)n-=(i.slideCount+i.currSlide)*i.carouselSlideDimension;else{s=i._carouselWrap.children();for(var r=0;i.slideCount+i.currSlide>r;r++)n-=e(s[r])[o?"outerHeight":"outerWidth"](!0)}i._carouselWrap.css(o?"top":"left",n)},fluidSlides:function(i){function t(){clearTimeout(s),s=setTimeout(n,20)}function n(){i._carouselWrap.stop(!1,!0);var e=i.container.width()/i.carouselVisible;e=Math.ceil(e-l),i._carouselWrap.children().width(e),i._sentinel&&i._sentinel.width(e),r(i)}var s,o=i.slides.eq(0),l=o.outerWidth()-o.width(),r=this.prepareDimensions;e(window).on("resize",t),i._carouselResizeThrottle=t,n()},transition:function(i,t,n,s,o){var l,r={},c=i.nextSlide-i.currSlide,a=i.carouselVertical,d=i.speed;if(i.allowWrap===!1){s=c>0;var u=i._currSlide,p=i.slideCount-i.carouselVisible;c>0&&i.nextSlide>p&&u==p?c=0:c>0&&i.nextSlide>p?c=i.nextSlide-u-(i.nextSlide-p):0>c&&i.currSlide>p&&i.nextSlide>p?c=0:0>c&&i.currSlide>p?c+=i.currSlide-p:u=i.currSlide,l=this.getScroll(i,a,u,c),i.API.opts()._currSlide=i.nextSlide>p?p:i.nextSlide}else s&&0===i.nextSlide?(l=this.getDim(i,i.currSlide,a),o=this.genCallback(i,s,a,o)):s||i.nextSlide!=i.slideCount-1?l=this.getScroll(i,a,i.currSlide,c):(l=this.getDim(i,i.currSlide,a),o=this.genCallback(i,s,a,o));r[a?"top":"left"]=s?"-="+l:"+="+l,i.throttleSpeed&&(d=l/e(i.slides[0])[a?"height":"width"]()*i.speed),i._carouselWrap.animate(r,d,i.easing,o)},getDim:function(i,t,n){var s=e(i.slides[t]);return s[n?"outerHeight":"outerWidth"](!0)},getScroll:function(e,i,t,n){var s,o=0;if(n>0)for(s=t;t+n>s;s++)o+=this.getDim(e,s,i);else for(s=t;s>t+n;s--)o+=this.getDim(e,s,i);return o},genCallback:function(i,t,n,s){return function(){var t=e(i.slides[i.nextSlide]).position(),o=0-t[n?"top":"left"]+(i.carouselOffset||0);i._carouselWrap.css(i.carouselVertical?"top":"left",o),s()}},stopTransition:function(){var e=this.opts();e.slides.stop(!1,!0),e._carouselWrap.stop(!1,!0)},onDestroy:function(){var i=this.opts();i._carouselResizeThrottle&&e(window).off("resize",i._carouselResizeThrottle),i.slides.prependTo(i.container),i._carouselWrap.remove()}}})(jQuery);
1
+ /* Plugin for Cycle2; Copyright (c) 2012 M. Alsup; v20141007 */
2
+ !function(a){"use strict";a(document).on("cycle-bootstrap",function(a,b,c){"carousel"===b.fx&&(c.getSlideIndex=function(a){var b=this.opts()._carouselWrap.children(),c=b.index(a);return c%b.length},c.next=function(){var a=b.reverse?-1:1;b.allowWrap===!1&&b.currSlide+a>b.slideCount-b.carouselVisible||(b.API.advanceSlide(a),b.API.trigger("cycle-next",[b]).log("cycle-next"))})}),a.fn.cycle.transitions.carousel={preInit:function(b){b.hideNonActive=!1,b.container.on("cycle-destroyed",a.proxy(this.onDestroy,b.API)),b.API.stopTransition=this.stopTransition;for(var c=0;c<b.startingSlide;c++)b.container.append(b.slides[0])},postInit:function(b){var c,d,e,f,g=b.carouselVertical;b.carouselVisible&&b.carouselVisible>b.slideCount&&(b.carouselVisible=b.slideCount-1);var h=b.carouselVisible||b.slides.length,i={display:g?"block":"inline-block",position:"static"};if(b.container.css({position:"relative",overflow:"hidden"}),b.slides.css(i),b._currSlide=b.currSlide,f=a('<div class="cycle-carousel-wrap"></div>').prependTo(b.container).css({margin:0,padding:0,top:0,left:0,position:"absolute"}).append(b.slides),b._carouselWrap=f,g||f.css("white-space","nowrap"),b.allowWrap!==!1){for(d=0;d<(void 0===b.carouselVisible?2:1);d++){for(c=0;c<b.slideCount;c++)f.append(b.slides[c].cloneNode(!0));for(c=b.slideCount;c--;)f.prepend(b.slides[c].cloneNode(!0))}f.find(".cycle-slide-active").removeClass("cycle-slide-active"),b.slides.eq(b.startingSlide).addClass("cycle-slide-active")}b.pager&&b.allowWrap===!1&&(e=b.slideCount-h,a(b.pager).children().filter(":gt("+e+")").hide()),b._nextBoundry=b.slideCount-b.carouselVisible,this.prepareDimensions(b)},prepareDimensions:function(b){var c,d,e,f,g=b.carouselVertical,h=b.carouselVisible||b.slides.length;if(b.carouselFluid&&b.carouselVisible?b._carouselResizeThrottle||this.fluidSlides(b):b.carouselVisible&&b.carouselSlideDimension?(c=h*b.carouselSlideDimension,b.container[g?"height":"width"](c)):b.carouselVisible&&(c=h*a(b.slides[0])[g?"outerHeight":"outerWidth"](!0),b.container[g?"height":"width"](c)),d=b.carouselOffset||0,b.allowWrap!==!1)if(b.carouselSlideDimension)d-=(b.slideCount+b.currSlide)*b.carouselSlideDimension;else for(e=b._carouselWrap.children(),f=0;f<b.slideCount+b.currSlide;f++)d-=a(e[f])[g?"outerHeight":"outerWidth"](!0);b._carouselWrap.css(g?"top":"left",d)},fluidSlides:function(b){function c(){clearTimeout(e),e=setTimeout(d,20)}function d(){b._carouselWrap.stop(!1,!0);var a=b.container.width()/b.carouselVisible;a=Math.ceil(a-g),b._carouselWrap.children().width(a),b._sentinel&&b._sentinel.width(a),h(b)}var e,f=b.slides.eq(0),g=f.outerWidth()-f.width(),h=this.prepareDimensions;a(window).on("resize",c),b._carouselResizeThrottle=c,d()},transition:function(b,c,d,e,f){var g,h={},i=b.nextSlide-b.currSlide,j=b.carouselVertical,k=b.speed;if(b.allowWrap===!1){e=i>0;var l=b._currSlide,m=b.slideCount-b.carouselVisible;i>0&&b.nextSlide>m&&l==m?i=0:i>0&&b.nextSlide>m?i=b.nextSlide-l-(b.nextSlide-m):0>i&&b.currSlide>m&&b.nextSlide>m?i=0:0>i&&b.currSlide>m?i+=b.currSlide-m:l=b.currSlide,g=this.getScroll(b,j,l,i),b.API.opts()._currSlide=b.nextSlide>m?m:b.nextSlide}else e&&0===b.nextSlide?(g=this.getDim(b,b.currSlide,j),f=this.genCallback(b,e,j,f)):e||b.nextSlide!=b.slideCount-1?g=this.getScroll(b,j,b.currSlide,i):(g=this.getDim(b,b.currSlide,j),f=this.genCallback(b,e,j,f));h[j?"top":"left"]=e?"-="+g:"+="+g,b.throttleSpeed&&(k=g/a(b.slides[0])[j?"height":"width"]()*b.speed),b._carouselWrap.animate(h,k,b.easing,f)},getDim:function(b,c,d){var e=a(b.slides[c]);return e[d?"outerHeight":"outerWidth"](!0)},getScroll:function(a,b,c,d){var e,f=0;if(d>0)for(e=c;c+d>e;e++)f+=this.getDim(a,e,b);else for(e=c;e>c+d;e--)f+=this.getDim(a,e,b);return f},genCallback:function(b,c,d,e){return function(){var c=a(b.slides[b.nextSlide]).position(),f=0-c[d?"top":"left"]+(b.carouselOffset||0);b._carouselWrap.css(b.carouselVertical?"top":"left",f),e()}},stopTransition:function(){var a=this.opts();a.slides.stop(!1,!0),a._carouselWrap.stop(!1,!0)},onDestroy:function(){var b=this.opts();b._carouselResizeThrottle&&a(window).off("resize",b._carouselResizeThrottle),b.slides.prependTo(b.container),b._carouselWrap.remove()}}}(jQuery);
libs/cycle2/jquery.cycle2.min.js CHANGED
@@ -1,6 +1,15 @@
1
- /*
2
- * jQuery Cycle2; v20130909
3
  * http://jquery.malsup.com/cycle2/
4
- * Copyright (c) 2013 M. Alsup; Dual licensed: MIT/GPL
5
  */
6
- (function(e){"use strict";function t(e){return(e||"").toLowerCase()}var i="20130725";e.fn.cycle=function(i){var n;return 0!==this.length||e.isReady?this.each(function(){var n,s,o,c,r=e(this),l=e.fn.cycle.log;if(!r.data("cycle.opts")){(r.data("cycle-log")===!1||i&&i.log===!1||s&&s.log===!1)&&(l=e.noop),l("--c2 init--"),n=r.data();for(var a in n)n.hasOwnProperty(a)&&/^cycle[A-Z]+/.test(a)&&(c=n[a],o=a.match(/^cycle(.*)/)[1].replace(/^[A-Z]/,t),l(o+":",c,"("+typeof c+")"),n[o]=c);s=e.extend({},e.fn.cycle.defaults,n,i||{}),s.timeoutId=0,s.paused=s.paused||!1,s.container=r,s._maxZ=s.maxZ,s.API=e.extend({_container:r},e.fn.cycle.API),s.API.log=l,s.API.trigger=function(e,t){return s.container.trigger(e,t),s.API},r.data("cycle.opts",s),r.data("cycle.API",s.API),s.API.trigger("cycle-bootstrap",[s,s.API]),s.API.addInitialSlides(),s.API.preInitSlideshow(),s.slides.length&&s.API.initSlideshow()}}):(n={s:this.selector,c:this.context},e.fn.cycle.log("requeuing slideshow (dom not ready)"),e(function(){e(n.s,n.c).cycle(i)}),this)},e.fn.cycle.API={opts:function(){return this._container.data("cycle.opts")},addInitialSlides:function(){var t=this.opts(),i=t.slides;t.slideCount=0,t.slides=e(),i=i.jquery?i:t.container.find(i),t.random&&i.sort(function(){return Math.random()-.5}),t.API.add(i)},preInitSlideshow:function(){var t=this.opts();t.API.trigger("cycle-pre-initialize",[t]);var i=e.fn.cycle.transitions[t.fx];i&&e.isFunction(i.preInit)&&i.preInit(t),t._preInitialized=!0},postInitSlideshow:function(){var t=this.opts();t.API.trigger("cycle-post-initialize",[t]);var i=e.fn.cycle.transitions[t.fx];i&&e.isFunction(i.postInit)&&i.postInit(t)},initSlideshow:function(){var t,i=this.opts(),n=i.container;i.API.calcFirstSlide(),"static"==i.container.css("position")&&i.container.css("position","relative"),e(i.slides[i.currSlide]).css("opacity",1).show(),i.API.stackSlides(i.slides[i.currSlide],i.slides[i.nextSlide],!i.reverse),i.pauseOnHover&&(i.pauseOnHover!==!0&&(n=e(i.pauseOnHover)),n.hover(function(){i.API.pause(!0)},function(){i.API.resume(!0)})),i.timeout&&(t=i.API.getSlideOpts(i.nextSlide),i.API.queueTransition(t,t.timeout+i.delay)),i._initialized=!0,i.API.updateView(!0),i.API.trigger("cycle-initialized",[i]),i.API.postInitSlideshow()},pause:function(t){var i=this.opts(),n=i.API.getSlideOpts(),s=i.hoverPaused||i.paused;t?i.hoverPaused=!0:i.paused=!0,s||(i.container.addClass("cycle-paused"),i.API.trigger("cycle-paused",[i]).log("cycle-paused"),n.timeout&&(clearTimeout(i.timeoutId),i.timeoutId=0,i._remainingTimeout-=e.now()-i._lastQueue,(0>i._remainingTimeout||isNaN(i._remainingTimeout))&&(i._remainingTimeout=void 0)))},resume:function(e){var t=this.opts(),i=!t.hoverPaused&&!t.paused;e?t.hoverPaused=!1:t.paused=!1,i||(t.container.removeClass("cycle-paused"),0===t.slides.filter(":animated").length&&t.API.queueTransition(t.API.getSlideOpts(),t._remainingTimeout),t.API.trigger("cycle-resumed",[t,t._remainingTimeout]).log("cycle-resumed"))},add:function(t,i){var n,s=this.opts(),o=s.slideCount,c=!1;"string"==e.type(t)&&(t=e.trim(t)),e(t).each(function(){var t,n=e(this);i?s.container.prepend(n):s.container.append(n),s.slideCount++,t=s.API.buildSlideOpts(n),s.slides=i?e(n).add(s.slides):s.slides.add(n),s.API.initSlide(t,n,--s._maxZ),n.data("cycle.opts",t),s.API.trigger("cycle-slide-added",[s,t,n])}),s.API.updateView(!0),c=s._preInitialized&&2>o&&s.slideCount>=1,c&&(s._initialized?s.timeout&&(n=s.slides.length,s.nextSlide=s.reverse?n-1:1,s.timeoutId||s.API.queueTransition(s)):s.API.initSlideshow())},calcFirstSlide:function(){var e,t=this.opts();e=parseInt(t.startingSlide||0,10),(e>=t.slides.length||0>e)&&(e=0),t.currSlide=e,t.reverse?(t.nextSlide=e-1,0>t.nextSlide&&(t.nextSlide=t.slides.length-1)):(t.nextSlide=e+1,t.nextSlide==t.slides.length&&(t.nextSlide=0))},calcNextSlide:function(){var e,t=this.opts();t.reverse?(e=0>t.nextSlide-1,t.nextSlide=e?t.slideCount-1:t.nextSlide-1,t.currSlide=e?0:t.nextSlide+1):(e=t.nextSlide+1==t.slides.length,t.nextSlide=e?0:t.nextSlide+1,t.currSlide=e?t.slides.length-1:t.nextSlide-1)},calcTx:function(t,i){var n,s=t;return i&&s.manualFx&&(n=e.fn.cycle.transitions[s.manualFx]),n||(n=e.fn.cycle.transitions[s.fx]),n||(n=e.fn.cycle.transitions.fade,s.API.log('Transition "'+s.fx+'" not found. Using fade.')),n},prepareTx:function(e,t){var i,n,s,o,c,r=this.opts();return 2>r.slideCount?(r.timeoutId=0,void 0):(!e||r.busy&&!r.manualTrump||(r.API.stopTransition(),r.busy=!1,clearTimeout(r.timeoutId),r.timeoutId=0),r.busy||(0!==r.timeoutId||e)&&(n=r.slides[r.currSlide],s=r.slides[r.nextSlide],o=r.API.getSlideOpts(r.nextSlide),c=r.API.calcTx(o,e),r._tx=c,e&&void 0!==o.manualSpeed&&(o.speed=o.manualSpeed),r.nextSlide!=r.currSlide&&(e||!r.paused&&!r.hoverPaused&&r.timeout)?(r.API.trigger("cycle-before",[o,n,s,t]),c.before&&c.before(o,n,s,t),i=function(){r.busy=!1,r.container.data("cycle.opts")&&(c.after&&c.after(o,n,s,t),r.API.trigger("cycle-after",[o,n,s,t]),r.API.queueTransition(o),r.API.updateView(!0))},r.busy=!0,c.transition?c.transition(o,n,s,t,i):r.API.doTransition(o,n,s,t,i),r.API.calcNextSlide(),r.API.updateView()):r.API.queueTransition(o)),void 0)},doTransition:function(t,i,n,s,o){var c=t,r=e(i),l=e(n),a=function(){l.animate(c.animIn||{opacity:1},c.speed,c.easeIn||c.easing,o)};l.css(c.cssBefore||{}),r.animate(c.animOut||{},c.speed,c.easeOut||c.easing,function(){r.css(c.cssAfter||{}),c.sync||a()}),c.sync&&a()},queueTransition:function(t,i){var n=this.opts(),s=void 0!==i?i:t.timeout;return 0===n.nextSlide&&0===--n.loop?(n.API.log("terminating; loop=0"),n.timeout=0,s?setTimeout(function(){n.API.trigger("cycle-finished",[n])},s):n.API.trigger("cycle-finished",[n]),n.nextSlide=n.currSlide,void 0):(s&&(n._lastQueue=e.now(),void 0===i&&(n._remainingTimeout=t.timeout),n.paused||n.hoverPaused||(n.timeoutId=setTimeout(function(){n.API.prepareTx(!1,!n.reverse)},s))),void 0)},stopTransition:function(){var e=this.opts();e.slides.filter(":animated").length&&(e.slides.stop(!1,!0),e.API.trigger("cycle-transition-stopped",[e])),e._tx&&e._tx.stopTransition&&e._tx.stopTransition(e)},advanceSlide:function(e){var t=this.opts();return clearTimeout(t.timeoutId),t.timeoutId=0,t.nextSlide=t.currSlide+e,0>t.nextSlide?t.nextSlide=t.slides.length-1:t.nextSlide>=t.slides.length&&(t.nextSlide=0),t.API.prepareTx(!0,e>=0),!1},buildSlideOpts:function(i){var n,s,o=this.opts(),c=i.data()||{};for(var r in c)c.hasOwnProperty(r)&&/^cycle[A-Z]+/.test(r)&&(n=c[r],s=r.match(/^cycle(.*)/)[1].replace(/^[A-Z]/,t),o.API.log("["+(o.slideCount-1)+"]",s+":",n,"("+typeof n+")"),c[s]=n);c=e.extend({},e.fn.cycle.defaults,o,c),c.slideNum=o.slideCount;try{delete c.API,delete c.slideCount,delete c.currSlide,delete c.nextSlide,delete c.slides}catch(l){}return c},getSlideOpts:function(t){var i=this.opts();void 0===t&&(t=i.currSlide);var n=i.slides[t],s=e(n).data("cycle.opts");return e.extend({},i,s)},initSlide:function(t,i,n){var s=this.opts();i.css(t.slideCss||{}),n>0&&i.css("zIndex",n),isNaN(t.speed)&&(t.speed=e.fx.speeds[t.speed]||e.fx.speeds._default),t.sync||(t.speed=t.speed/2),i.addClass(s.slideClass)},updateView:function(e,t){var i=this.opts();if(i._initialized){var n=i.API.getSlideOpts(),s=i.slides[i.currSlide];!e&&t!==!0&&(i.API.trigger("cycle-update-view-before",[i,n,s]),0>i.updateView)||(i.slideActiveClass&&i.slides.removeClass(i.slideActiveClass).eq(i.currSlide).addClass(i.slideActiveClass),e&&i.hideNonActive&&i.slides.filter(":not(."+i.slideActiveClass+")").hide(),i.API.trigger("cycle-update-view",[i,n,s,e]),e&&i.API.trigger("cycle-update-view-after",[i,n,s]))}},getComponent:function(t){var i=this.opts(),n=i[t];return"string"==typeof n?/^\s*[\>|\+|~]/.test(n)?i.container.find(n):e(n):n.jquery?n:e(n)},stackSlides:function(t,i,n){var s=this.opts();t||(t=s.slides[s.currSlide],i=s.slides[s.nextSlide],n=!s.reverse),e(t).css("zIndex",s.maxZ);var o,c=s.maxZ-2,r=s.slideCount;if(n){for(o=s.currSlide+1;r>o;o++)e(s.slides[o]).css("zIndex",c--);for(o=0;s.currSlide>o;o++)e(s.slides[o]).css("zIndex",c--)}else{for(o=s.currSlide-1;o>=0;o--)e(s.slides[o]).css("zIndex",c--);for(o=r-1;o>s.currSlide;o--)e(s.slides[o]).css("zIndex",c--)}e(i).css("zIndex",s.maxZ-1)},getSlideIndex:function(e){return this.opts().slides.index(e)}},e.fn.cycle.log=function(){window.console&&console.log&&console.log("[cycle2] "+Array.prototype.join.call(arguments," "))},e.fn.cycle.version=function(){return"Cycle2: "+i},e.fn.cycle.transitions={custom:{},none:{before:function(e,t,i,n){e.API.stackSlides(i,t,n),e.cssBefore={opacity:1,display:"block"}}},fade:{before:function(t,i,n,s){var o=t.API.getSlideOpts(t.nextSlide).slideCss||{};t.API.stackSlides(i,n,s),t.cssBefore=e.extend(o,{opacity:0,display:"block"}),t.animIn={opacity:1},t.animOut={opacity:0}}},fadeout:{before:function(t,i,n,s){var o=t.API.getSlideOpts(t.nextSlide).slideCss||{};t.API.stackSlides(i,n,s),t.cssBefore=e.extend(o,{opacity:1,display:"block"}),t.animOut={opacity:0}}},scrollHorz:{before:function(e,t,i,n){e.API.stackSlides(t,i,n);var s=e.container.css("overflow","hidden").width();e.cssBefore={left:n?s:-s,top:0,opacity:1,display:"block"},e.cssAfter={zIndex:e._maxZ-2,left:0},e.animIn={left:0},e.animOut={left:n?-s:s}}}},e.fn.cycle.defaults={allowWrap:!0,autoSelector:".cycle-slideshow[data-cycle-auto-init!=false]",delay:0,easing:null,fx:"fade",hideNonActive:!0,loop:0,manualFx:void 0,manualSpeed:void 0,manualTrump:!0,maxZ:100,pauseOnHover:!1,reverse:!1,slideActiveClass:"cycle-slide-active",slideClass:"cycle-slide",slideCss:{position:"absolute",top:0,left:0},slides:"> img",speed:500,startingSlide:0,sync:!0,timeout:4e3,updateView:-1},e(document).ready(function(){e(e.fn.cycle.defaults.autoSelector).cycle()})})(jQuery),function(e){"use strict";function t(t,n){var s,o,c,r=n.autoHeight;if("container"==r)o=e(n.slides[n.currSlide]).outerHeight(),n.container.height(o);else if(n._autoHeightRatio)n.container.height(n.container.width()/n._autoHeightRatio);else if("calc"===r||"number"==e.type(r)&&r>=0){if(c="calc"===r?i(t,n):r>=n.slides.length?0:r,c==n._sentinelIndex)return;n._sentinelIndex=c,n._sentinel&&n._sentinel.remove(),s=e(n.slides[c].cloneNode(!0)),s.removeAttr("id name rel").find("[id],[name],[rel]").removeAttr("id name rel"),s.css({position:"static",visibility:"hidden",display:"block"}).prependTo(n.container).addClass("cycle-sentinel cycle-slide").removeClass("cycle-slide-active"),s.find("*").css("visibility","hidden"),n._sentinel=s}}function i(t,i){var n=0,s=-1;return i.slides.each(function(t){var i=e(this).height();i>s&&(s=i,n=t)}),n}function n(t,i,n,s){var o=e(s).outerHeight(),c=i.sync?i.speed/2:i.speed;i.container.animate({height:o},c)}function s(i,o){o._autoHeightOnResize&&(e(window).off("resize orientationchange",o._autoHeightOnResize),o._autoHeightOnResize=null),o.container.off("cycle-slide-added cycle-slide-removed",t),o.container.off("cycle-destroyed",s),o.container.off("cycle-before",n),o._sentinel&&(o._sentinel.remove(),o._sentinel=null)}e.extend(e.fn.cycle.defaults,{autoHeight:0}),e(document).on("cycle-initialized",function(i,o){function c(){t(i,o)}var r,l=o.autoHeight,a=e.type(l),d=null;("string"===a||"number"===a)&&(o.container.on("cycle-slide-added cycle-slide-removed",t),o.container.on("cycle-destroyed",s),"container"==l?o.container.on("cycle-before",n):"string"===a&&/\d+\:\d+/.test(l)&&(r=l.match(/(\d+)\:(\d+)/),r=r[1]/r[2],o._autoHeightRatio=r),"number"!==a&&(o._autoHeightOnResize=function(){clearTimeout(d),d=setTimeout(c,50)},e(window).on("resize orientationchange",o._autoHeightOnResize)),setTimeout(c,30))})}(jQuery),function(e){"use strict";e.extend(e.fn.cycle.defaults,{caption:"> .cycle-caption",captionTemplate:"{{slideNum}} / {{slideCount}}",overlay:"> .cycle-overlay",overlayTemplate:"<div>{{title}}</div><div>{{desc}}</div>",captionModule:"caption"}),e(document).on("cycle-update-view",function(t,i,n,s){"caption"===i.captionModule&&e.each(["caption","overlay"],function(){var e=this,t=n[e+"Template"],o=i.API.getComponent(e);o.length&&t?(o.html(i.API.tmpl(t,n,i,s)),o.show()):o.hide()})}),e(document).on("cycle-destroyed",function(t,i){var n;e.each(["caption","overlay"],function(){var e=this,t=i[e+"Template"];i[e]&&t&&(n=i.API.getComponent("caption"),n.empty())})})}(jQuery),function(e){"use strict";var t=e.fn.cycle;e.fn.cycle=function(i){var n,s,o,c=e.makeArray(arguments);return"number"==e.type(i)?this.cycle("goto",i):"string"==e.type(i)?this.each(function(){var r;return n=i,o=e(this).data("cycle.opts"),void 0===o?(t.log('slideshow must be initialized before sending commands; "'+n+'" ignored'),void 0):(n="goto"==n?"jump":n,s=o.API[n],e.isFunction(s)?(r=e.makeArray(c),r.shift(),s.apply(o.API,r)):(t.log("unknown command: ",n),void 0))}):t.apply(this,arguments)},e.extend(e.fn.cycle,t),e.extend(t.API,{next:function(){var e=this.opts();if(!e.busy||e.manualTrump){var t=e.reverse?-1:1;e.allowWrap===!1&&e.currSlide+t>=e.slideCount||(e.API.advanceSlide(t),e.API.trigger("cycle-next",[e]).log("cycle-next"))}},prev:function(){var e=this.opts();if(!e.busy||e.manualTrump){var t=e.reverse?1:-1;e.allowWrap===!1&&0>e.currSlide+t||(e.API.advanceSlide(t),e.API.trigger("cycle-prev",[e]).log("cycle-prev"))}},destroy:function(){this.stop();var t=this.opts(),i=e.isFunction(e._data)?e._data:e.noop;clearTimeout(t.timeoutId),t.timeoutId=0,t.API.stop(),t.API.trigger("cycle-destroyed",[t]).log("cycle-destroyed"),t.container.removeData(),i(t.container[0],"parsedAttrs",!1),t.retainStylesOnDestroy||(t.container.removeAttr("style"),t.slides.removeAttr("style"),t.slides.removeClass(t.slideActiveClass)),t.slides.each(function(){e(this).removeData(),i(this,"parsedAttrs",!1)})},jump:function(e){var t,i=this.opts();if(!i.busy||i.manualTrump){var n=parseInt(e,10);if(isNaN(n)||0>n||n>=i.slides.length)return i.API.log("goto: invalid slide index: "+n),void 0;if(n==i.currSlide)return i.API.log("goto: skipping, already on slide",n),void 0;i.nextSlide=n,clearTimeout(i.timeoutId),i.timeoutId=0,i.API.log("goto: ",n," (zero-index)"),t=i.currSlide<i.nextSlide,i.API.prepareTx(!0,t)}},stop:function(){var t=this.opts(),i=t.container;clearTimeout(t.timeoutId),t.timeoutId=0,t.API.stopTransition(),t.pauseOnHover&&(t.pauseOnHover!==!0&&(i=e(t.pauseOnHover)),i.off("mouseenter mouseleave")),t.API.trigger("cycle-stopped",[t]).log("cycle-stopped")},reinit:function(){var e=this.opts();e.API.destroy(),e.container.cycle()},remove:function(t){for(var i,n,s=this.opts(),o=[],c=1,r=0;s.slides.length>r;r++)i=s.slides[r],r==t?n=i:(o.push(i),e(i).data("cycle.opts").slideNum=c,c++);n&&(s.slides=e(o),s.slideCount--,e(n).remove(),t==s.currSlide?s.API.advanceSlide(1):s.currSlide>t?s.currSlide--:s.currSlide++,s.API.trigger("cycle-slide-removed",[s,t,n]).log("cycle-slide-removed"),s.API.updateView())}}),e(document).on("click.cycle","[data-cycle-cmd]",function(t){t.preventDefault();var i=e(this),n=i.data("cycle-cmd"),s=i.data("cycle-context")||".cycle-slideshow";e(s).cycle(n,i.data("cycle-arg"))})}(jQuery),function(e){"use strict";function t(t,i){var n;return t._hashFence?(t._hashFence=!1,void 0):(n=window.location.hash.substring(1),t.slides.each(function(s){if(e(this).data("cycle-hash")==n){if(i===!0)t.startingSlide=s;else{var o=s>t.currSlide;t.nextSlide=s,t.API.prepareTx(!0,o)}return!1}}),void 0)}e(document).on("cycle-pre-initialize",function(i,n){t(n,!0),n._onHashChange=function(){t(n,!1)},e(window).on("hashchange",n._onHashChange)}),e(document).on("cycle-update-view",function(e,t,i){i.hash&&"#"+i.hash!=window.location.hash&&(t._hashFence=!0,window.location.hash=i.hash)}),e(document).on("cycle-destroyed",function(t,i){i._onHashChange&&e(window).off("hashchange",i._onHashChange)})}(jQuery),function(e){"use strict";e.extend(e.fn.cycle.defaults,{loader:!1}),e(document).on("cycle-bootstrap",function(t,i){function n(t,n){function o(t){var o;"wait"==i.loader?(r.push(t),0===a&&(r.sort(c),s.apply(i.API,[r,n]),i.container.removeClass("cycle-loading"))):(o=e(i.slides[i.currSlide]),s.apply(i.API,[t,n]),o.show(),i.container.removeClass("cycle-loading"))}function c(e,t){return e.data("index")-t.data("index")}var r=[];if("string"==e.type(t))t=e.trim(t);else if("array"===e.type(t))for(var l=0;t.length>l;l++)t[l]=e(t[l])[0];t=e(t);var a=t.length;a&&(t.hide().appendTo("body").each(function(t){function c(){0===--l&&(--a,o(d))}var l=0,d=e(this),u=d.is("img")?d:d.find("img");return d.data("index",t),u=u.filter(":not(.cycle-loader-ignore)").filter(':not([src=""])'),u.length?(l=u.length,u.each(function(){this.complete?c():e(this).load(function(){c()}).error(function(){0===--l&&(i.API.log("slide skipped; img not loaded:",this.src),0===--a&&"wait"==i.loader&&s.apply(i.API,[r,n]))})}),void 0):(--a,r.push(d),void 0)}),a&&i.container.addClass("cycle-loading"))}var s;i.loader&&(s=i.API.add,i.API.add=n)})}(jQuery),function(e){"use strict";function t(t,i,n){var s,o=t.API.getComponent("pager");o.each(function(){var o=e(this);if(i.pagerTemplate){var c=t.API.tmpl(i.pagerTemplate,i,t,n[0]);s=e(c).appendTo(o)}else s=o.children().eq(t.slideCount-1);s.on(t.pagerEvent,function(e){e.preventDefault(),t.API.page(o,e.currentTarget)})})}function i(e,t){var i=this.opts();if(!i.busy||i.manualTrump){var n=e.children().index(t),s=n,o=s>i.currSlide;i.currSlide!=s&&(i.nextSlide=s,i.API.prepareTx(!0,o),i.API.trigger("cycle-pager-activated",[i,e,t]))}}e.extend(e.fn.cycle.defaults,{pager:"> .cycle-pager",pagerActiveClass:"cycle-pager-active",pagerEvent:"click.cycle",pagerTemplate:"<span>&bull;</span>"}),e(document).on("cycle-bootstrap",function(e,i,n){n.buildPagerLink=t}),e(document).on("cycle-slide-added",function(e,t,n,s){t.pager&&(t.API.buildPagerLink(t,n,s),t.API.page=i)}),e(document).on("cycle-slide-removed",function(t,i,n){if(i.pager){var s=i.API.getComponent("pager");s.each(function(){var t=e(this);e(t.children()[n]).remove()})}}),e(document).on("cycle-update-view",function(t,i){var n;i.pager&&(n=i.API.getComponent("pager"),n.each(function(){e(this).children().removeClass(i.pagerActiveClass).eq(i.currSlide).addClass(i.pagerActiveClass)}))}),e(document).on("cycle-destroyed",function(e,t){var i=t.API.getComponent("pager");i&&(i.children().off(t.pagerEvent),t.pagerTemplate&&i.empty())})}(jQuery),function(e){"use strict";e.extend(e.fn.cycle.defaults,{next:"> .cycle-next",nextEvent:"click.cycle",disabledClass:"disabled",prev:"> .cycle-prev",prevEvent:"click.cycle",swipe:!1}),e(document).on("cycle-initialized",function(e,t){if(t.API.getComponent("next").on(t.nextEvent,function(e){e.preventDefault(),t.API.next()}),t.API.getComponent("prev").on(t.prevEvent,function(e){e.preventDefault(),t.API.prev()}),t.swipe){var i=t.swipeVert?"swipeUp.cycle":"swipeLeft.cycle swipeleft.cycle",n=t.swipeVert?"swipeDown.cycle":"swipeRight.cycle swiperight.cycle";t.container.on(i,function(){t.API.next()}),t.container.on(n,function(){t.API.prev()})}}),e(document).on("cycle-update-view",function(e,t){if(!t.allowWrap){var i=t.disabledClass,n=t.API.getComponent("next"),s=t.API.getComponent("prev"),o=t._prevBoundry||0,c=void 0!==t._nextBoundry?t._nextBoundry:t.slideCount-1;t.currSlide==c?n.addClass(i).prop("disabled",!0):n.removeClass(i).prop("disabled",!1),t.currSlide===o?s.addClass(i).prop("disabled",!0):s.removeClass(i).prop("disabled",!1)}}),e(document).on("cycle-destroyed",function(e,t){t.API.getComponent("prev").off(t.nextEvent),t.API.getComponent("next").off(t.prevEvent),t.container.off("swipeleft.cycle swiperight.cycle swipeLeft.cycle swipeRight.cycle swipeUp.cycle swipeDown.cycle")})}(jQuery),function(e){"use strict";e.extend(e.fn.cycle.defaults,{progressive:!1}),e(document).on("cycle-pre-initialize",function(t,i){if(i.progressive){var n,s,o=i.API,c=o.next,r=o.prev,l=o.prepareTx,a=e.type(i.progressive);if("array"==a)n=i.progressive;else if(e.isFunction(i.progressive))n=i.progressive(i);else if("string"==a){if(s=e(i.progressive),n=e.trim(s.html()),!n)return;if(/^(\[)/.test(n))try{n=e.parseJSON(n)}catch(d){return o.log("error parsing progressive slides",d),void 0}else n=n.split(RegExp(s.data("cycle-split")||"\n")),n[n.length-1]||n.pop()}l&&(o.prepareTx=function(e,t){var s,o;return e||0===n.length?(l.apply(i.API,[e,t]),void 0):(t&&i.currSlide==i.slideCount-1?(o=n[0],n=n.slice(1),i.container.one("cycle-slide-added",function(e,t){setTimeout(function(){t.API.advanceSlide(1)},50)}),i.API.add(o)):t||0!==i.currSlide?l.apply(i.API,[e,t]):(s=n.length-1,o=n[s],n=n.slice(0,s),i.container.one("cycle-slide-added",function(e,t){setTimeout(function(){t.currSlide=1,t.API.advanceSlide(-1)},50)}),i.API.add(o,!0)),void 0)}),c&&(o.next=function(){var e=this.opts();if(n.length&&e.currSlide==e.slideCount-1){var t=n[0];n=n.slice(1),e.container.one("cycle-slide-added",function(e,t){c.apply(t.API),t.container.removeClass("cycle-loading")}),e.container.addClass("cycle-loading"),e.API.add(t)}else c.apply(e.API)}),r&&(o.prev=function(){var e=this.opts();if(n.length&&0===e.currSlide){var t=n.length-1,i=n[t];n=n.slice(0,t),e.container.one("cycle-slide-added",function(e,t){t.currSlide=1,t.API.advanceSlide(-1),t.container.removeClass("cycle-loading")}),e.container.addClass("cycle-loading"),e.API.add(i,!0)}else r.apply(e.API)})}})}(jQuery),function(e){"use strict";e.extend(e.fn.cycle.defaults,{tmplRegex:"{{((.)?.*?)}}"}),e.extend(e.fn.cycle.API,{tmpl:function(t,i){var n=RegExp(i.tmplRegex||e.fn.cycle.defaults.tmplRegex,"g"),s=e.makeArray(arguments);return s.shift(),t.replace(n,function(t,i){var n,o,c,r,l=i.split(".");for(n=0;s.length>n;n++)if(c=s[n]){if(l.length>1)for(r=c,o=0;l.length>o;o++)c=r,r=r[l[o]]||i;else r=c[i];if(e.isFunction(r))return r.apply(c,s);if(void 0!==r&&null!==r&&r!=i)return r}return i})}})}(jQuery);
 
 
 
 
 
 
 
 
 
1
+ /*!
2
+ * jQuery Cycle2; version: 2.1.6 build: 20141007
3
  * http://jquery.malsup.com/cycle2/
4
+ * Copyright (c) 2014 M. Alsup; Dual licensed: MIT/GPL
5
  */
6
+ !function(a){"use strict";function b(a){return(a||"").toLowerCase()}var c="2.1.6";a.fn.cycle=function(c){var d;return 0!==this.length||a.isReady?this.each(function(){var d,e,f,g,h=a(this),i=a.fn.cycle.log;if(!h.data("cycle.opts")){(h.data("cycle-log")===!1||c&&c.log===!1||e&&e.log===!1)&&(i=a.noop),i("--c2 init--"),d=h.data();for(var j in d)d.hasOwnProperty(j)&&/^cycle[A-Z]+/.test(j)&&(g=d[j],f=j.match(/^cycle(.*)/)[1].replace(/^[A-Z]/,b),i(f+":",g,"("+typeof g+")"),d[f]=g);e=a.extend({},a.fn.cycle.defaults,d,c||{}),e.timeoutId=0,e.paused=e.paused||!1,e.container=h,e._maxZ=e.maxZ,e.API=a.extend({_container:h},a.fn.cycle.API),e.API.log=i,e.API.trigger=function(a,b){return e.container.trigger(a,b),e.API},h.data("cycle.opts",e),h.data("cycle.API",e.API),e.API.trigger("cycle-bootstrap",[e,e.API]),e.API.addInitialSlides(),e.API.preInitSlideshow(),e.slides.length&&e.API.initSlideshow()}}):(d={s:this.selector,c:this.context},a.fn.cycle.log("requeuing slideshow (dom not ready)"),a(function(){a(d.s,d.c).cycle(c)}),this)},a.fn.cycle.API={opts:function(){return this._container.data("cycle.opts")},addInitialSlides:function(){var b=this.opts(),c=b.slides;b.slideCount=0,b.slides=a(),c=c.jquery?c:b.container.find(c),b.random&&c.sort(function(){return Math.random()-.5}),b.API.add(c)},preInitSlideshow:function(){var b=this.opts();b.API.trigger("cycle-pre-initialize",[b]);var c=a.fn.cycle.transitions[b.fx];c&&a.isFunction(c.preInit)&&c.preInit(b),b._preInitialized=!0},postInitSlideshow:function(){var b=this.opts();b.API.trigger("cycle-post-initialize",[b]);var c=a.fn.cycle.transitions[b.fx];c&&a.isFunction(c.postInit)&&c.postInit(b)},initSlideshow:function(){var b,c=this.opts(),d=c.container;c.API.calcFirstSlide(),"static"==c.container.css("position")&&c.container.css("position","relative"),a(c.slides[c.currSlide]).css({opacity:1,display:"block",visibility:"visible"}),c.API.stackSlides(c.slides[c.currSlide],c.slides[c.nextSlide],!c.reverse),c.pauseOnHover&&(c.pauseOnHover!==!0&&(d=a(c.pauseOnHover)),d.hover(function(){c.API.pause(!0)},function(){c.API.resume(!0)})),c.timeout&&(b=c.API.getSlideOpts(c.currSlide),c.API.queueTransition(b,b.timeout+c.delay)),c._initialized=!0,c.API.updateView(!0),c.API.trigger("cycle-initialized",[c]),c.API.postInitSlideshow()},pause:function(b){var c=this.opts(),d=c.API.getSlideOpts(),e=c.hoverPaused||c.paused;b?c.hoverPaused=!0:c.paused=!0,e||(c.container.addClass("cycle-paused"),c.API.trigger("cycle-paused",[c]).log("cycle-paused"),d.timeout&&(clearTimeout(c.timeoutId),c.timeoutId=0,c._remainingTimeout-=a.now()-c._lastQueue,(c._remainingTimeout<0||isNaN(c._remainingTimeout))&&(c._remainingTimeout=void 0)))},resume:function(a){var b=this.opts(),c=!b.hoverPaused&&!b.paused;a?b.hoverPaused=!1:b.paused=!1,c||(b.container.removeClass("cycle-paused"),0===b.slides.filter(":animated").length&&b.API.queueTransition(b.API.getSlideOpts(),b._remainingTimeout),b.API.trigger("cycle-resumed",[b,b._remainingTimeout]).log("cycle-resumed"))},add:function(b,c){var d,e=this.opts(),f=e.slideCount,g=!1;"string"==a.type(b)&&(b=a.trim(b)),a(b).each(function(){var b,d=a(this);c?e.container.prepend(d):e.container.append(d),e.slideCount++,b=e.API.buildSlideOpts(d),e.slides=c?a(d).add(e.slides):e.slides.add(d),e.API.initSlide(b,d,--e._maxZ),d.data("cycle.opts",b),e.API.trigger("cycle-slide-added",[e,b,d])}),e.API.updateView(!0),g=e._preInitialized&&2>f&&e.slideCount>=1,g&&(e._initialized?e.timeout&&(d=e.slides.length,e.nextSlide=e.reverse?d-1:1,e.timeoutId||e.API.queueTransition(e)):e.API.initSlideshow())},calcFirstSlide:function(){var a,b=this.opts();a=parseInt(b.startingSlide||0,10),(a>=b.slides.length||0>a)&&(a=0),b.currSlide=a,b.reverse?(b.nextSlide=a-1,b.nextSlide<0&&(b.nextSlide=b.slides.length-1)):(b.nextSlide=a+1,b.nextSlide==b.slides.length&&(b.nextSlide=0))},calcNextSlide:function(){var a,b=this.opts();b.reverse?(a=b.nextSlide-1<0,b.nextSlide=a?b.slideCount-1:b.nextSlide-1,b.currSlide=a?0:b.nextSlide+1):(a=b.nextSlide+1==b.slides.length,b.nextSlide=a?0:b.nextSlide+1,b.currSlide=a?b.slides.length-1:b.nextSlide-1)},calcTx:function(b,c){var d,e=b;return e._tempFx?d=a.fn.cycle.transitions[e._tempFx]:c&&e.manualFx&&(d=a.fn.cycle.transitions[e.manualFx]),d||(d=a.fn.cycle.transitions[e.fx]),e._tempFx=null,this.opts()._tempFx=null,d||(d=a.fn.cycle.transitions.fade,e.API.log('Transition "'+e.fx+'" not found. Using fade.')),d},prepareTx:function(a,b){var c,d,e,f,g,h=this.opts();return h.slideCount<2?void(h.timeoutId=0):(!a||h.busy&&!h.manualTrump||(h.API.stopTransition(),h.busy=!1,clearTimeout(h.timeoutId),h.timeoutId=0),void(h.busy||(0!==h.timeoutId||a)&&(d=h.slides[h.currSlide],e=h.slides[h.nextSlide],f=h.API.getSlideOpts(h.nextSlide),g=h.API.calcTx(f,a),h._tx=g,a&&void 0!==f.manualSpeed&&(f.speed=f.manualSpeed),h.nextSlide!=h.currSlide&&(a||!h.paused&&!h.hoverPaused&&h.timeout)?(h.API.trigger("cycle-before",[f,d,e,b]),g.before&&g.before(f,d,e,b),c=function(){h.busy=!1,h.container.data("cycle.opts")&&(g.after&&g.after(f,d,e,b),h.API.trigger("cycle-after",[f,d,e,b]),h.API.queueTransition(f),h.API.updateView(!0))},h.busy=!0,g.transition?g.transition(f,d,e,b,c):h.API.doTransition(f,d,e,b,c),h.API.calcNextSlide(),h.API.updateView()):h.API.queueTransition(f))))},doTransition:function(b,c,d,e,f){var g=b,h=a(c),i=a(d),j=function(){i.animate(g.animIn||{opacity:1},g.speed,g.easeIn||g.easing,f)};i.css(g.cssBefore||{}),h.animate(g.animOut||{},g.speed,g.easeOut||g.easing,function(){h.css(g.cssAfter||{}),g.sync||j()}),g.sync&&j()},queueTransition:function(b,c){var d=this.opts(),e=void 0!==c?c:b.timeout;return 0===d.nextSlide&&0===--d.loop?(d.API.log("terminating; loop=0"),d.timeout=0,e?setTimeout(function(){d.API.trigger("cycle-finished",[d])},e):d.API.trigger("cycle-finished",[d]),void(d.nextSlide=d.currSlide)):void 0!==d.continueAuto&&(d.continueAuto===!1||a.isFunction(d.continueAuto)&&d.continueAuto()===!1)?(d.API.log("terminating automatic transitions"),d.timeout=0,void(d.timeoutId&&clearTimeout(d.timeoutId))):void(e&&(d._lastQueue=a.now(),void 0===c&&(d._remainingTimeout=b.timeout),d.paused||d.hoverPaused||(d.timeoutId=setTimeout(function(){d.API.prepareTx(!1,!d.reverse)},e))))},stopTransition:function(){var a=this.opts();a.slides.filter(":animated").length&&(a.slides.stop(!1,!0),a.API.trigger("cycle-transition-stopped",[a])),a._tx&&a._tx.stopTransition&&a._tx.stopTransition(a)},advanceSlide:function(a){var b=this.opts();return clearTimeout(b.timeoutId),b.timeoutId=0,b.nextSlide=b.currSlide+a,b.nextSlide<0?b.nextSlide=b.slides.length-1:b.nextSlide>=b.slides.length&&(b.nextSlide=0),b.API.prepareTx(!0,a>=0),!1},buildSlideOpts:function(c){var d,e,f=this.opts(),g=c.data()||{};for(var h in g)g.hasOwnProperty(h)&&/^cycle[A-Z]+/.test(h)&&(d=g[h],e=h.match(/^cycle(.*)/)[1].replace(/^[A-Z]/,b),f.API.log("["+(f.slideCount-1)+"]",e+":",d,"("+typeof d+")"),g[e]=d);g=a.extend({},a.fn.cycle.defaults,f,g),g.slideNum=f.slideCount;try{delete g.API,delete g.slideCount,delete g.currSlide,delete g.nextSlide,delete g.slides}catch(i){}return g},getSlideOpts:function(b){var c=this.opts();void 0===b&&(b=c.currSlide);var d=c.slides[b],e=a(d).data("cycle.opts");return a.extend({},c,e)},initSlide:function(b,c,d){var e=this.opts();c.css(b.slideCss||{}),d>0&&c.css("zIndex",d),isNaN(b.speed)&&(b.speed=a.fx.speeds[b.speed]||a.fx.speeds._default),b.sync||(b.speed=b.speed/2),c.addClass(e.slideClass)},updateView:function(a,b){var c=this.opts();if(c._initialized){var d=c.API.getSlideOpts(),e=c.slides[c.currSlide];!a&&b!==!0&&(c.API.trigger("cycle-update-view-before",[c,d,e]),c.updateView<0)||(c.slideActiveClass&&c.slides.removeClass(c.slideActiveClass).eq(c.currSlide).addClass(c.slideActiveClass),a&&c.hideNonActive&&c.slides.filter(":not(."+c.slideActiveClass+")").css("visibility","hidden"),0===c.updateView&&setTimeout(function(){c.API.trigger("cycle-update-view",[c,d,e,a])},d.speed/(c.sync?2:1)),0!==c.updateView&&c.API.trigger("cycle-update-view",[c,d,e,a]),a&&c.API.trigger("cycle-update-view-after",[c,d,e]))}},getComponent:function(b){var c=this.opts(),d=c[b];return"string"==typeof d?/^\s*[\>|\+|~]/.test(d)?c.container.find(d):a(d):d.jquery?d:a(d)},stackSlides:function(b,c,d){var e=this.opts();b||(b=e.slides[e.currSlide],c=e.slides[e.nextSlide],d=!e.reverse),a(b).css("zIndex",e.maxZ);var f,g=e.maxZ-2,h=e.slideCount;if(d){for(f=e.currSlide+1;h>f;f++)a(e.slides[f]).css("zIndex",g--);for(f=0;f<e.currSlide;f++)a(e.slides[f]).css("zIndex",g--)}else{for(f=e.currSlide-1;f>=0;f--)a(e.slides[f]).css("zIndex",g--);for(f=h-1;f>e.currSlide;f--)a(e.slides[f]).css("zIndex",g--)}a(c).css("zIndex",e.maxZ-1)},getSlideIndex:function(a){return this.opts().slides.index(a)}},a.fn.cycle.log=function(){window.console&&console.log&&console.log("[cycle2] "+Array.prototype.join.call(arguments," "))},a.fn.cycle.version=function(){return"Cycle2: "+c},a.fn.cycle.transitions={custom:{},none:{before:function(a,b,c,d){a.API.stackSlides(c,b,d),a.cssBefore={opacity:1,visibility:"visible",display:"block"}}},fade:{before:function(b,c,d,e){var f=b.API.getSlideOpts(b.nextSlide).slideCss||{};b.API.stackSlides(c,d,e),b.cssBefore=a.extend(f,{opacity:0,visibility:"visible",display:"block"}),b.animIn={opacity:1},b.animOut={opacity:0}}},fadeout:{before:function(b,c,d,e){var f=b.API.getSlideOpts(b.nextSlide).slideCss||{};b.API.stackSlides(c,d,e),b.cssBefore=a.extend(f,{opacity:1,visibility:"visible",display:"block"}),b.animOut={opacity:0}}},scrollHorz:{before:function(a,b,c,d){a.API.stackSlides(b,c,d);var e=a.container.css("overflow","hidden").width();a.cssBefore={left:d?e:-e,top:0,opacity:1,visibility:"visible",display:"block"},a.cssAfter={zIndex:a._maxZ-2,left:0},a.animIn={left:0},a.animOut={left:d?-e:e}}}},a.fn.cycle.defaults={allowWrap:!0,autoSelector:".cycle-slideshow[data-cycle-auto-init!=false]",delay:0,easing:null,fx:"fade",hideNonActive:!0,loop:0,manualFx:void 0,manualSpeed:void 0,manualTrump:!0,maxZ:100,pauseOnHover:!1,reverse:!1,slideActiveClass:"cycle-slide-active",slideClass:"cycle-slide",slideCss:{position:"absolute",top:0,left:0},slides:"> img",speed:500,startingSlide:0,sync:!0,timeout:4e3,updateView:0},a(document).ready(function(){a(a.fn.cycle.defaults.autoSelector).cycle()})}(jQuery),/*! Cycle2 autoheight plugin; Copyright (c) M.Alsup, 2012; version: 20130913 */
7
+ function(a){"use strict";function b(b,d){var e,f,g,h=d.autoHeight;if("container"==h)f=a(d.slides[d.currSlide]).outerHeight(),d.container.height(f);else if(d._autoHeightRatio)d.container.height(d.container.width()/d._autoHeightRatio);else if("calc"===h||"number"==a.type(h)&&h>=0){if(g="calc"===h?c(b,d):h>=d.slides.length?0:h,g==d._sentinelIndex)return;d._sentinelIndex=g,d._sentinel&&d._sentinel.remove(),e=a(d.slides[g].cloneNode(!0)),e.removeAttr("id name rel").find("[id],[name],[rel]").removeAttr("id name rel"),e.css({position:"static",visibility:"hidden",display:"block"}).prependTo(d.container).addClass("cycle-sentinel cycle-slide").removeClass("cycle-slide-active"),e.find("*").css("visibility","hidden"),d._sentinel=e}}function c(b,c){var d=0,e=-1;return c.slides.each(function(b){var c=a(this).height();c>e&&(e=c,d=b)}),d}function d(b,c,d,e){var f=a(e).outerHeight();c.container.animate({height:f},c.autoHeightSpeed,c.autoHeightEasing)}function e(c,f){f._autoHeightOnResize&&(a(window).off("resize orientationchange",f._autoHeightOnResize),f._autoHeightOnResize=null),f.container.off("cycle-slide-added cycle-slide-removed",b),f.container.off("cycle-destroyed",e),f.container.off("cycle-before",d),f._sentinel&&(f._sentinel.remove(),f._sentinel=null)}a.extend(a.fn.cycle.defaults,{autoHeight:0,autoHeightSpeed:250,autoHeightEasing:null}),a(document).on("cycle-initialized",function(c,f){function g(){b(c,f)}var h,i=f.autoHeight,j=a.type(i),k=null;("string"===j||"number"===j)&&(f.container.on("cycle-slide-added cycle-slide-removed",b),f.container.on("cycle-destroyed",e),"container"==i?f.container.on("cycle-before",d):"string"===j&&/\d+\:\d+/.test(i)&&(h=i.match(/(\d+)\:(\d+)/),h=h[1]/h[2],f._autoHeightRatio=h),"number"!==j&&(f._autoHeightOnResize=function(){clearTimeout(k),k=setTimeout(g,50)},a(window).on("resize orientationchange",f._autoHeightOnResize)),setTimeout(g,30))})}(jQuery),/*! caption plugin for Cycle2; version: 20130306 */
8
+ function(a){"use strict";a.extend(a.fn.cycle.defaults,{caption:"> .cycle-caption",captionTemplate:"{{slideNum}} / {{slideCount}}",overlay:"> .cycle-overlay",overlayTemplate:"<div>{{title}}</div><div>{{desc}}</div>",captionModule:"caption"}),a(document).on("cycle-update-view",function(b,c,d,e){if("caption"===c.captionModule){a.each(["caption","overlay"],function(){var a=this,b=d[a+"Template"],f=c.API.getComponent(a);f.length&&b?(f.html(c.API.tmpl(b,d,c,e)),f.show()):f.hide()})}}),a(document).on("cycle-destroyed",function(b,c){var d;a.each(["caption","overlay"],function(){var a=this,b=c[a+"Template"];c[a]&&b&&(d=c.API.getComponent("caption"),d.empty())})})}(jQuery),/*! command plugin for Cycle2; version: 20140415 */
9
+ function(a){"use strict";var b=a.fn.cycle;a.fn.cycle=function(c){var d,e,f,g=a.makeArray(arguments);return"number"==a.type(c)?this.cycle("goto",c):"string"==a.type(c)?this.each(function(){var h;return d=c,f=a(this).data("cycle.opts"),void 0===f?void b.log('slideshow must be initialized before sending commands; "'+d+'" ignored'):(d="goto"==d?"jump":d,e=f.API[d],a.isFunction(e)?(h=a.makeArray(g),h.shift(),e.apply(f.API,h)):void b.log("unknown command: ",d))}):b.apply(this,arguments)},a.extend(a.fn.cycle,b),a.extend(b.API,{next:function(){var a=this.opts();if(!a.busy||a.manualTrump){var b=a.reverse?-1:1;a.allowWrap===!1&&a.currSlide+b>=a.slideCount||(a.API.advanceSlide(b),a.API.trigger("cycle-next",[a]).log("cycle-next"))}},prev:function(){var a=this.opts();if(!a.busy||a.manualTrump){var b=a.reverse?1:-1;a.allowWrap===!1&&a.currSlide+b<0||(a.API.advanceSlide(b),a.API.trigger("cycle-prev",[a]).log("cycle-prev"))}},destroy:function(){this.stop();var b=this.opts(),c=a.isFunction(a._data)?a._data:a.noop;clearTimeout(b.timeoutId),b.timeoutId=0,b.API.stop(),b.API.trigger("cycle-destroyed",[b]).log("cycle-destroyed"),b.container.removeData(),c(b.container[0],"parsedAttrs",!1),b.retainStylesOnDestroy||(b.container.removeAttr("style"),b.slides.removeAttr("style"),b.slides.removeClass(b.slideActiveClass)),b.slides.each(function(){var d=a(this);d.removeData(),d.removeClass(b.slideClass),c(this,"parsedAttrs",!1)})},jump:function(a,b){var c,d=this.opts();if(!d.busy||d.manualTrump){var e=parseInt(a,10);if(isNaN(e)||0>e||e>=d.slides.length)return void d.API.log("goto: invalid slide index: "+e);if(e==d.currSlide)return void d.API.log("goto: skipping, already on slide",e);d.nextSlide=e,clearTimeout(d.timeoutId),d.timeoutId=0,d.API.log("goto: ",e," (zero-index)"),c=d.currSlide<d.nextSlide,d._tempFx=b,d.API.prepareTx(!0,c)}},stop:function(){var b=this.opts(),c=b.container;clearTimeout(b.timeoutId),b.timeoutId=0,b.API.stopTransition(),b.pauseOnHover&&(b.pauseOnHover!==!0&&(c=a(b.pauseOnHover)),c.off("mouseenter mouseleave")),b.API.trigger("cycle-stopped",[b]).log("cycle-stopped")},reinit:function(){var a=this.opts();a.API.destroy(),a.container.cycle()},remove:function(b){for(var c,d,e=this.opts(),f=[],g=1,h=0;h<e.slides.length;h++)c=e.slides[h],h==b?d=c:(f.push(c),a(c).data("cycle.opts").slideNum=g,g++);d&&(e.slides=a(f),e.slideCount--,a(d).remove(),b==e.currSlide?e.API.advanceSlide(1):b<e.currSlide?e.currSlide--:e.currSlide++,e.API.trigger("cycle-slide-removed",[e,b,d]).log("cycle-slide-removed"),e.API.updateView())}}),a(document).on("click.cycle","[data-cycle-cmd]",function(b){b.preventDefault();var c=a(this),d=c.data("cycle-cmd"),e=c.data("cycle-context")||".cycle-slideshow";a(e).cycle(d,c.data("cycle-arg"))})}(jQuery),/*! hash plugin for Cycle2; version: 20130905 */
10
+ function(a){"use strict";function b(b,c){var d;return b._hashFence?void(b._hashFence=!1):(d=window.location.hash.substring(1),void b.slides.each(function(e){if(a(this).data("cycle-hash")==d){if(c===!0)b.startingSlide=e;else{var f=b.currSlide<e;b.nextSlide=e,b.API.prepareTx(!0,f)}return!1}}))}a(document).on("cycle-pre-initialize",function(c,d){b(d,!0),d._onHashChange=function(){b(d,!1)},a(window).on("hashchange",d._onHashChange)}),a(document).on("cycle-update-view",function(a,b,c){c.hash&&"#"+c.hash!=window.location.hash&&(b._hashFence=!0,window.location.hash=c.hash)}),a(document).on("cycle-destroyed",function(b,c){c._onHashChange&&a(window).off("hashchange",c._onHashChange)})}(jQuery),/*! loader plugin for Cycle2; version: 20131121 */
11
+ function(a){"use strict";a.extend(a.fn.cycle.defaults,{loader:!1}),a(document).on("cycle-bootstrap",function(b,c){function d(b,d){function f(b){var f;"wait"==c.loader?(h.push(b),0===j&&(h.sort(g),e.apply(c.API,[h,d]),c.container.removeClass("cycle-loading"))):(f=a(c.slides[c.currSlide]),e.apply(c.API,[b,d]),f.show(),c.container.removeClass("cycle-loading"))}function g(a,b){return a.data("index")-b.data("index")}var h=[];if("string"==a.type(b))b=a.trim(b);else if("array"===a.type(b))for(var i=0;i<b.length;i++)b[i]=a(b[i])[0];b=a(b);var j=b.length;j&&(b.css("visibility","hidden").appendTo("body").each(function(b){function g(){0===--i&&(--j,f(k))}var i=0,k=a(this),l=k.is("img")?k:k.find("img");return k.data("index",b),l=l.filter(":not(.cycle-loader-ignore)").filter(':not([src=""])'),l.length?(i=l.length,void l.each(function(){this.complete?g():a(this).load(function(){g()}).on("error",function(){0===--i&&(c.API.log("slide skipped; img not loaded:",this.src),0===--j&&"wait"==c.loader&&e.apply(c.API,[h,d]))})})):(--j,void h.push(k))}),j&&c.container.addClass("cycle-loading"))}var e;c.loader&&(e=c.API.add,c.API.add=d)})}(jQuery),/*! pager plugin for Cycle2; version: 20140415 */
12
+ function(a){"use strict";function b(b,c,d){var e,f=b.API.getComponent("pager");f.each(function(){var f=a(this);if(c.pagerTemplate){var g=b.API.tmpl(c.pagerTemplate,c,b,d[0]);e=a(g).appendTo(f)}else e=f.children().eq(b.slideCount-1);e.on(b.pagerEvent,function(a){b.pagerEventBubble||a.preventDefault(),b.API.page(f,a.currentTarget)})})}function c(a,b){var c=this.opts();if(!c.busy||c.manualTrump){var d=a.children().index(b),e=d,f=c.currSlide<e;c.currSlide!=e&&(c.nextSlide=e,c._tempFx=c.pagerFx,c.API.prepareTx(!0,f),c.API.trigger("cycle-pager-activated",[c,a,b]))}}a.extend(a.fn.cycle.defaults,{pager:"> .cycle-pager",pagerActiveClass:"cycle-pager-active",pagerEvent:"click.cycle",pagerEventBubble:void 0,pagerTemplate:"<span>&bull;</span>"}),a(document).on("cycle-bootstrap",function(a,c,d){d.buildPagerLink=b}),a(document).on("cycle-slide-added",function(a,b,d,e){b.pager&&(b.API.buildPagerLink(b,d,e),b.API.page=c)}),a(document).on("cycle-slide-removed",function(b,c,d){if(c.pager){var e=c.API.getComponent("pager");e.each(function(){var b=a(this);a(b.children()[d]).remove()})}}),a(document).on("cycle-update-view",function(b,c){var d;c.pager&&(d=c.API.getComponent("pager"),d.each(function(){a(this).children().removeClass(c.pagerActiveClass).eq(c.currSlide).addClass(c.pagerActiveClass)}))}),a(document).on("cycle-destroyed",function(a,b){var c=b.API.getComponent("pager");c&&(c.children().off(b.pagerEvent),b.pagerTemplate&&c.empty())})}(jQuery),/*! prevnext plugin for Cycle2; version: 20140408 */
13
+ function(a){"use strict";a.extend(a.fn.cycle.defaults,{next:"> .cycle-next",nextEvent:"click.cycle",disabledClass:"disabled",prev:"> .cycle-prev",prevEvent:"click.cycle",swipe:!1}),a(document).on("cycle-initialized",function(a,b){if(b.API.getComponent("next").on(b.nextEvent,function(a){a.preventDefault(),b.API.next()}),b.API.getComponent("prev").on(b.prevEvent,function(a){a.preventDefault(),b.API.prev()}),b.swipe){var c=b.swipeVert?"swipeUp.cycle":"swipeLeft.cycle swipeleft.cycle",d=b.swipeVert?"swipeDown.cycle":"swipeRight.cycle swiperight.cycle";b.container.on(c,function(){b._tempFx=b.swipeFx,b.API.next()}),b.container.on(d,function(){b._tempFx=b.swipeFx,b.API.prev()})}}),a(document).on("cycle-update-view",function(a,b){if(!b.allowWrap){var c=b.disabledClass,d=b.API.getComponent("next"),e=b.API.getComponent("prev"),f=b._prevBoundry||0,g=void 0!==b._nextBoundry?b._nextBoundry:b.slideCount-1;b.currSlide==g?d.addClass(c).prop("disabled",!0):d.removeClass(c).prop("disabled",!1),b.currSlide===f?e.addClass(c).prop("disabled",!0):e.removeClass(c).prop("disabled",!1)}}),a(document).on("cycle-destroyed",function(a,b){b.API.getComponent("prev").off(b.nextEvent),b.API.getComponent("next").off(b.prevEvent),b.container.off("swipeleft.cycle swiperight.cycle swipeLeft.cycle swipeRight.cycle swipeUp.cycle swipeDown.cycle")})}(jQuery),/*! progressive loader plugin for Cycle2; version: 20130315 */
14
+ function(a){"use strict";a.extend(a.fn.cycle.defaults,{progressive:!1}),a(document).on("cycle-pre-initialize",function(b,c){if(c.progressive){var d,e,f=c.API,g=f.next,h=f.prev,i=f.prepareTx,j=a.type(c.progressive);if("array"==j)d=c.progressive;else if(a.isFunction(c.progressive))d=c.progressive(c);else if("string"==j){if(e=a(c.progressive),d=a.trim(e.html()),!d)return;if(/^(\[)/.test(d))try{d=a.parseJSON(d)}catch(k){return void f.log("error parsing progressive slides",k)}else d=d.split(new RegExp(e.data("cycle-split")||"\n")),d[d.length-1]||d.pop()}i&&(f.prepareTx=function(a,b){var e,f;return a||0===d.length?void i.apply(c.API,[a,b]):void(b&&c.currSlide==c.slideCount-1?(f=d[0],d=d.slice(1),c.container.one("cycle-slide-added",function(a,b){setTimeout(function(){b.API.advanceSlide(1)},50)}),c.API.add(f)):b||0!==c.currSlide?i.apply(c.API,[a,b]):(e=d.length-1,f=d[e],d=d.slice(0,e),c.container.one("cycle-slide-added",function(a,b){setTimeout(function(){b.currSlide=1,b.API.advanceSlide(-1)},50)}),c.API.add(f,!0)))}),g&&(f.next=function(){var a=this.opts();if(d.length&&a.currSlide==a.slideCount-1){var b=d[0];d=d.slice(1),a.container.one("cycle-slide-added",function(a,b){g.apply(b.API),b.container.removeClass("cycle-loading")}),a.container.addClass("cycle-loading"),a.API.add(b)}else g.apply(a.API)}),h&&(f.prev=function(){var a=this.opts();if(d.length&&0===a.currSlide){var b=d.length-1,c=d[b];d=d.slice(0,b),a.container.one("cycle-slide-added",function(a,b){b.currSlide=1,b.API.advanceSlide(-1),b.container.removeClass("cycle-loading")}),a.container.addClass("cycle-loading"),a.API.add(c,!0)}else h.apply(a.API)})}})}(jQuery),/*! tmpl plugin for Cycle2; version: 20121227 */
15
+ function(a){"use strict";a.extend(a.fn.cycle.defaults,{tmplRegex:"{{((.)?.*?)}}"}),a.extend(a.fn.cycle.API,{tmpl:function(b,c){var d=new RegExp(c.tmplRegex||a.fn.cycle.defaults.tmplRegex,"g"),e=a.makeArray(arguments);return e.shift(),b.replace(d,function(b,c){var d,f,g,h,i=c.split(".");for(d=0;d<e.length;d++)if(g=e[d]){if(i.length>1)for(h=g,f=0;f<i.length;f++)g=h,h=h[i[f]]||c;else h=g[c];if(a.isFunction(h))return h.apply(g,e);if(void 0!==h&&null!==h&&h!=c)return h}return c})}})}(jQuery);
libs/cycle2/jquery.cycle2.scrollVert.min.js CHANGED
@@ -1,2 +1,2 @@
1
- /*! Plugin for Cycle2; Copyright (c) 2012 M. Alsup; ver: 20121120 */
2
- (function(a){"use strict",a.fn.cycle.transitions.scrollVert={before:function(a,b,c,d){a.API.stackSlides(a,b,c,d);var e=a.container.css("overflow","hidden").height();a.cssBefore={top:d?-e:e,left:0,opacity:1,display:"block"},a.animIn={top:0},a.animOut={top:d?e:-e}}}})(jQuery);
1
+ /* Plugin for Cycle2; Copyright (c) 2012 M. Alsup; v20141007 */
2
+ !function(a){"use strict";a.fn.cycle.transitions.scrollVert={before:function(a,b,c,d){a.API.stackSlides(a,b,c,d);var e=a.container.css("overflow","hidden").height();a.cssBefore={top:d?-e:e,left:0,opacity:1,display:"block",visibility:"visible"},a.animIn={top:0},a.animOut={top:d?e:-e}}}}(jQuery);
libs/cycle2/jquery.cycle2.swipe.min.js CHANGED
@@ -1,2 +1,2 @@
1
- /*! Plugin for Cycle2; Copyright (c) 2012 M. Alsup; ver: 20121120 */
2
- (function(a){"use strict";var b="ontouchend"in document;a.event.special.swipe=a.event.special.swipe||{scrollSupressionThreshold:10,durationThreshold:1e3,horizontalDistanceThreshold:30,verticalDistanceThreshold:75,setup:function(){var b=a(this);b.bind("touchstart",function(c){function g(b){if(!f)return;var c=b.originalEvent.touches?b.originalEvent.touches[0]:b;e={time:(new Date).getTime(),coords:[c.pageX,c.pageY]},Math.abs(f.coords[0]-e.coords[0])>a.event.special.swipe.scrollSupressionThreshold&&b.preventDefault()}var d=c.originalEvent.touches?c.originalEvent.touches[0]:c,e,f={time:(new Date).getTime(),coords:[d.pageX,d.pageY],origin:a(c.target)};b.bind("touchmove",g).one("touchend",function(c){b.unbind("touchmove",g),f&&e&&e.time-f.time<a.event.special.swipe.durationThreshold&&Math.abs(f.coords[0]-e.coords[0])>a.event.special.swipe.horizontalDistanceThreshold&&Math.abs(f.coords[1]-e.coords[1])<a.event.special.swipe.verticalDistanceThreshold&&f.origin.trigger("swipe").trigger(f.coords[0]>e.coords[0]?"swipeleft":"swiperight"),f=e=undefined})})}},a.event.special.swipeleft=a.event.special.swipeleft||{setup:function(){a(this).bind("swipe",a.noop)}},a.event.special.swiperight=a.event.special.swiperight||a.event.special.swipeleft})(jQuery);
1
+ /* Plugin for Cycle2; Copyright (c) 2012 M. Alsup; v20141007 */
2
+ !function(a){"use strict";a.event.special.swipe=a.event.special.swipe||{scrollSupressionThreshold:10,durationThreshold:1e3,horizontalDistanceThreshold:30,verticalDistanceThreshold:75,setup:function(){var b=a(this);b.bind("touchstart",function(c){function d(b){if(g){var c=b.originalEvent.touches?b.originalEvent.touches[0]:b;e={time:(new Date).getTime(),coords:[c.pageX,c.pageY]},Math.abs(g.coords[0]-e.coords[0])>a.event.special.swipe.scrollSupressionThreshold&&b.preventDefault()}}var e,f=c.originalEvent.touches?c.originalEvent.touches[0]:c,g={time:(new Date).getTime(),coords:[f.pageX,f.pageY],origin:a(c.target)};b.bind("touchmove",d).one("touchend",function(){b.unbind("touchmove",d),g&&e&&e.time-g.time<a.event.special.swipe.durationThreshold&&Math.abs(g.coords[0]-e.coords[0])>a.event.special.swipe.horizontalDistanceThreshold&&Math.abs(g.coords[1]-e.coords[1])<a.event.special.swipe.verticalDistanceThreshold&&g.origin.trigger("swipe").trigger(g.coords[0]>e.coords[0]?"swipeleft":"swiperight"),g=e=void 0})})}},a.event.special.swipeleft=a.event.special.swipeleft||{setup:function(){a(this).bind("swipe",a.noop)}},a.event.special.swiperight=a.event.special.swiperight||a.event.special.swipeleft}(jQuery);
libs/cycle2/jquery.cycle2.tile.min.js CHANGED
@@ -1,2 +1,2 @@
1
- /* Plugin for Cycle2; Copyright (c) 2012 M. Alsup; v20130721 */
2
- (function(e){"use strict";e.fn.cycle.transitions.tileSlide=e.fn.cycle.transitions.tileBlind={before:function(t,i,n,s){t.API.stackSlides(i,n,s),e(i).show(),t.container.css("overflow","hidden"),t.tileDelay=t.tileDelay||"tileSlide"==t.fx?100:125,t.tileCount=t.tileCount||7,t.tileVertical=t.tileVertical!==!1,t.container.data("cycleTileInitialized")||(t.container.on("cycle-destroyed",e.proxy(this.onDestroy,t.API)),t.container.data("cycleTileInitialized",!0))},transition:function(t,i,n,s,o){function r(e){p.eq(e).animate(I,{duration:t.speed,easing:t.easing,complete:function(){(s?v-1===e:0===e)&&t._tileAniCallback()}}),setTimeout(function(){(s?v-1!==e:0!==e)&&r(s?e+1:e-1)},t.tileDelay)}t.slides.not(i).not(n).hide();var c,l,a,d,u,p=e(),f=e(i),y=e(n),v=t.tileCount,h=t.tileVertical,g=t.container.height(),m=t.container.width();h?(l=Math.floor(m/v),d=m-l*(v-1),a=u=g):(l=d=m,a=Math.floor(g/v),u=g-a*(v-1)),t.container.find(".cycle-tiles-container").remove();var I,A={left:0,top:0,overflow:"hidden",position:"absolute",margin:0,padding:0};I=h?"tileSlide"==t.fx?{top:g}:{width:0}:"tileSlide"==t.fx?{left:m}:{height:0};var S=e('<div class="cycle-tiles-container"></div>');S.css({zIndex:f.css("z-index"),overflow:"visible",position:"absolute",top:0,left:0,direction:"ltr"}),S.insertBefore(n);for(var x=0;v>x;x++)c=e("<div></div>").css(A).css({width:v-1===x?d:l,height:v-1===x?u:a,marginLeft:h?x*l:0,marginTop:h?0:x*a}).append(f.clone().css({position:"relative",maxWidth:"none",width:f.width(),margin:0,padding:0,marginLeft:h?-(x*l):0,marginTop:h?0:-(x*a)})),p=p.add(c);S.append(p),f.hide(),y.show().css("opacity",1),r(s?0:v-1),t._tileAniCallback=function(){y.show(),f.hide(),S.remove(),o()}},stopTransition:function(e){e.container.find("*").stop(!0,!0),e._tileAniCallback&&e._tileAniCallback()},onDestroy:function(){var e=this.opts();e.container.find(".cycle-tiles-container").remove()}}})(jQuery);
1
+ /* Plugin for Cycle2; Copyright (c) 2012 M. Alsup; v20141007 */
2
+ !function(a){"use strict";a.fn.cycle.transitions.tileSlide=a.fn.cycle.transitions.tileBlind={before:function(b,c,d,e){b.API.stackSlides(c,d,e),a(c).css({display:"block",visibility:"visible"}),b.container.css("overflow","hidden"),b.tileDelay=b.tileDelay||"tileSlide"==b.fx?100:125,b.tileCount=b.tileCount||7,b.tileVertical=b.tileVertical!==!1,b.container.data("cycleTileInitialized")||(b.container.on("cycle-destroyed",a.proxy(this.onDestroy,b.API)),b.container.data("cycleTileInitialized",!0))},transition:function(b,c,d,e,f){function g(a){m.eq(a).animate(t,{duration:b.speed,easing:b.easing,complete:function(){(e?p-1===a:0===a)&&b._tileAniCallback()}}),setTimeout(function(){(e?p-1!==a:0!==a)&&g(e?a+1:a-1)},b.tileDelay)}b.slides.not(c).not(d).css("visibility","hidden");var h,i,j,k,l,m=a(),n=a(c),o=a(d),p=b.tileCount,q=b.tileVertical,r=b.container.height(),s=b.container.width();q?(i=Math.floor(s/p),k=s-i*(p-1),j=l=r):(i=k=s,j=Math.floor(r/p),l=r-j*(p-1)),b.container.find(".cycle-tiles-container").remove();var t,u={left:0,top:0,overflow:"hidden",position:"absolute",margin:0,padding:0};t=q?"tileSlide"==b.fx?{top:r}:{width:0}:"tileSlide"==b.fx?{left:s}:{height:0};var v=a('<div class="cycle-tiles-container"></div>');v.css({zIndex:n.css("z-index"),overflow:"visible",position:"absolute",top:0,left:0,direction:"ltr"}),v.insertBefore(d);for(var w=0;p>w;w++)h=a("<div></div>").css(u).css({width:p-1===w?k:i,height:p-1===w?l:j,marginLeft:q?w*i:0,marginTop:q?0:w*j}).append(n.clone().css({position:"relative",maxWidth:"none",width:n.width(),margin:0,padding:0,marginLeft:q?-(w*i):0,marginTop:q?0:-(w*j)})),m=m.add(h);v.append(m),n.css("visibility","hidden"),o.css({opacity:1,display:"block",visibility:"visible"}),g(e?0:p-1),b._tileAniCallback=function(){o.css({display:"block",visibility:"visible"}),n.css("visibility","hidden"),v.remove(),f()}},stopTransition:function(a){a.container.find("*").stop(!0,!0),a._tileAniCallback&&a._tileAniCallback()},onDestroy:function(){var a=this.opts();a.container.find(".cycle-tiles-container").remove()}}}(jQuery);
libs/cycle2/jquery.cycle2.video.min.js CHANGED
@@ -1,2 +1,2 @@
1
- /* Plugin for Cycle2; Copyright (c) 2012 M. Alsup; v20130708 */
2
- (function(e){"use strict";function t(){try{this.playVideo()}catch(e){}}function i(){try{this.pauseVideo()}catch(e){}}var n='<div class=cycle-youtube><object width="640" height="360"><param name="movie" value="{{url}}"></param><param name="allowFullScreen" value="{{allowFullScreen}}"></param><param name="allowscriptaccess" value="always"></param><embed src="{{url}}" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="{{allowFullScreen}}"></embed></object></div>';e.extend(e.fn.cycle.defaults,{youtubeAllowFullScreen:!0,youtubeAutostart:!1,youtubeAutostop:!0}),e(document).on("cycle-bootstrap",function(s,o){o.youtube&&(o.hideNonActive=!1,o.container.find(o.slides).each(function(t){if(this.href){var i,s=e(this),l=s.attr("href"),c=o.youtubeAllowFullScreen?"true":"false";l+=(/\?/.test(l)?"&":"?")+"enablejsapi=1",o.youtubeAutostart&&o.startingSlide===t&&(l+="&autoplay=1"),i=o.API.tmpl(n,{url:l,allowFullScreen:c}),s.replaceWith(i)}}),o.slides=o.slides.replace(/(\b>?a\b)/,"div.cycle-youtube"),o.youtubeAutostart&&o.container.on("cycle-initialized cycle-after",function(i,n){var s="cycle-initialized"==i.type?n.currSlide:n.nextSlide;e(n.slides[s]).find("object,embed").each(t)}),o.youtubeAutostop&&o.container.on("cycle-before",function(t,n){e(n.slides[n.currSlide]).find("object,embed").each(i)}))})})(jQuery);
1
+ /* Plugin for Cycle2; Copyright (c) 2012 M. Alsup; v20141007 */
2
+ !function(a){"use strict";function b(){try{this.playVideo()}catch(a){}}function c(){try{this.pauseVideo()}catch(a){}}var d='<div class=cycle-youtube><object width="640" height="360"><param name="movie" value="{{url}}"></param><param name="allowFullScreen" value="{{allowFullScreen}}"></param><param name="allowscriptaccess" value="always"></param><param name="wmode" value="opaque"></param><embed src="{{url}}" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="{{allowFullScreen}}" wmode="opaque"></embed></object></div>';a.extend(a.fn.cycle.defaults,{youtubeAllowFullScreen:!0,youtubeAutostart:!1,youtubeAutostop:!0}),a(document).on("cycle-bootstrap",function(e,f){f.youtube&&(f.hideNonActive=!1,f.container.find(f.slides).each(function(b){if(void 0!==a(this).attr("href")){var c,e=a(this),g=e.attr("href"),h=f.youtubeAllowFullScreen?"true":"false";g+=(/\?/.test(g)?"&":"?")+"enablejsapi=1",f.youtubeAutostart&&f.startingSlide===b&&(g+="&autoplay=1"),c=f.API.tmpl(d,{url:g,allowFullScreen:h}),e.replaceWith(c)}}),f.slides=f.slides.replace(/(\b>?a\b)/,"div.cycle-youtube"),f.youtubeAutostart&&f.container.on("cycle-initialized cycle-after",function(c,d){var e="cycle-initialized"==c.type?d.currSlide:d.nextSlide;a(d.slides[e]).find("object,embed").each(b)}),f.youtubeAutostop&&f.container.on("cycle-before",function(b,d){a(d.slides[d.currSlide]).find("object,embed").each(c)}))})}(jQuery);
libs/font-awesome/css/font-awesome-ie7.css DELETED
@@ -1,1203 +0,0 @@
1
- /*!
2
- * Font Awesome 3.2.1
3
- * the iconic font designed for Bootstrap
4
- * ------------------------------------------------------------------------------
5
- * The full suite of pictographic icons, examples, and documentation can be
6
- * found at http://fontawesome.io. Stay up to date on Twitter at
7
- * http://twitter.com/fontawesome.
8
- *
9
- * License
10
- * ------------------------------------------------------------------------------
11
- * - The Font Awesome font is licensed under SIL OFL 1.1 -
12
- * http://scripts.sil.org/OFL
13
- * - Font Awesome CSS, LESS, and SASS files are licensed under MIT License -
14
- * http://opensource.org/licenses/mit-license.html
15
- * - Font Awesome documentation licensed under CC BY 3.0 -
16
- * http://creativecommons.org/licenses/by/3.0/
17
- * - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
18
- * "Font Awesome by Dave Gandy - http://fontawesome.io"
19
- *
20
- * Author - Dave Gandy
21
- * ------------------------------------------------------------------------------
22
- * Email: dave@fontawesome.io
23
- * Twitter: http://twitter.com/davegandy
24
- * Work: Lead Product Designer @ Kyruus - http://kyruus.com
25
- */
26
- .icon-large {
27
- font-size: 1.3333333333333333em;
28
- margin-top: -4px;
29
- padding-top: 3px;
30
- margin-bottom: -4px;
31
- padding-bottom: 3px;
32
- vertical-align: middle;
33
- }
34
- .nav [class^="icon-"],
35
- .nav [class*=" icon-"] {
36
- vertical-align: inherit;
37
- margin-top: -4px;
38
- padding-top: 3px;
39
- margin-bottom: -4px;
40
- padding-bottom: 3px;
41
- }
42
- .nav [class^="icon-"].icon-large,
43
- .nav [class*=" icon-"].icon-large {
44
- vertical-align: -25%;
45
- }
46
- .nav-pills [class^="icon-"].icon-large,
47
- .nav-tabs [class^="icon-"].icon-large,
48
- .nav-pills [class*=" icon-"].icon-large,
49
- .nav-tabs [class*=" icon-"].icon-large {
50
- line-height: .75em;
51
- margin-top: -7px;
52
- padding-top: 5px;
53
- margin-bottom: -5px;
54
- padding-bottom: 4px;
55
- }
56
- .btn [class^="icon-"].pull-left,
57
- .btn [class*=" icon-"].pull-left,
58
- .btn [class^="icon-"].pull-right,
59
- .btn [class*=" icon-"].pull-right {
60
- vertical-align: inherit;
61
- }
62
- .btn [class^="icon-"].icon-large,
63
- .btn [class*=" icon-"].icon-large {
64
- margin-top: -0.5em;
65
- }
66
- a [class^="icon-"],
67
- a [class*=" icon-"] {
68
- cursor: pointer;
69
- }
70
- .icon-glass {
71
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf000;');
72
- }
73
- .icon-music {
74
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf001;');
75
- }
76
- .icon-search {
77
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf002;');
78
- }
79
- .icon-envelope-alt {
80
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf003;');
81
- }
82
- .icon-heart {
83
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf004;');
84
- }
85
- .icon-star {
86
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf005;');
87
- }
88
- .icon-star-empty {
89
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf006;');
90
- }
91
- .icon-user {
92
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf007;');
93
- }
94
- .icon-film {
95
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf008;');
96
- }
97
- .icon-th-large {
98
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf009;');
99
- }
100
- .icon-th {
101
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf00a;');
102
- }
103
- .icon-th-list {
104
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf00b;');
105
- }
106
- .icon-ok {
107
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf00c;');
108
- }
109
- .icon-remove {
110
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf00d;');
111
- }
112
- .icon-zoom-in {
113
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf00e;');
114
- }
115
- .icon-zoom-out {
116
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf010;');
117
- }
118
- .icon-off {
119
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf011;');
120
- }
121
- .icon-power-off {
122
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf011;');
123
- }
124
- .icon-signal {
125
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf012;');
126
- }
127
- .icon-cog {
128
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf013;');
129
- }
130
- .icon-gear {
131
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf013;');
132
- }
133
- .icon-trash {
134
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf014;');
135
- }
136
- .icon-home {
137
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf015;');
138
- }
139
- .icon-file-alt {
140
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf016;');
141
- }
142
- .icon-time {
143
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf017;');
144
- }
145
- .icon-road {
146
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf018;');
147
- }
148
- .icon-download-alt {
149
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf019;');
150
- }
151
- .icon-download {
152
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf01a;');
153
- }
154
- .icon-upload {
155
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf01b;');
156
- }
157
- .icon-inbox {
158
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf01c;');
159
- }
160
- .icon-play-circle {
161
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf01d;');
162
- }
163
- .icon-repeat {
164
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf01e;');
165
- }
166
- .icon-rotate-right {
167
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf01e;');
168
- }
169
- .icon-refresh {
170
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf021;');
171
- }
172
- .icon-list-alt {
173
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf022;');
174
- }
175
- .icon-lock {
176
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf023;');
177
- }
178
- .icon-flag {
179
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf024;');
180
- }
181
- .icon-headphones {
182
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf025;');
183
- }
184
- .icon-volume-off {
185
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf026;');
186
- }
187
- .icon-volume-down {
188
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf027;');
189
- }
190
- .icon-volume-up {
191
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf028;');
192
- }
193
- .icon-qrcode {
194
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf029;');
195
- }
196
- .icon-barcode {
197
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf02a;');
198
- }
199
- .icon-tag {
200
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf02b;');
201
- }
202
- .icon-tags {
203
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf02c;');
204
- }
205
- .icon-book {
206
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf02d;');
207
- }
208
- .icon-bookmark {
209
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf02e;');
210
- }
211
- .icon-print {
212
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf02f;');
213
- }
214
- .icon-camera {
215
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf030;');
216
- }
217
- .icon-font {
218
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf031;');
219
- }
220
- .icon-bold {
221
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf032;');
222
- }
223
- .icon-italic {
224
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf033;');
225
- }
226
- .icon-text-height {
227
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf034;');
228
- }
229
- .icon-text-width {
230
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf035;');
231
- }
232
- .icon-align-left {
233
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf036;');
234
- }
235
- .icon-align-center {
236
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf037;');
237
- }
238
- .icon-align-right {
239
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf038;');
240
- }
241
- .icon-align-justify {
242
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf039;');
243
- }
244
- .icon-list {
245
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf03a;');
246
- }
247
- .icon-indent-left {
248
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf03b;');
249
- }
250
- .icon-indent-right {
251
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf03c;');
252
- }
253
- .icon-facetime-video {
254
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf03d;');
255
- }
256
- .icon-picture {
257
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf03e;');
258
- }
259
- .icon-pencil {
260
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf040;');
261
- }
262
- .icon-map-marker {
263
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf041;');
264
- }
265
- .icon-adjust {
266
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf042;');
267
- }
268
- .icon-tint {
269
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf043;');
270
- }
271
- .icon-edit {
272
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf044;');
273
- }
274
- .icon-share {
275
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf045;');
276
- }
277
- .icon-check {
278
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf046;');
279
- }
280
- .icon-move {
281
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf047;');
282
- }
283
- .icon-step-backward {
284
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf048;');
285
- }
286
- .icon-fast-backward {
287
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf049;');
288
- }
289
- .icon-backward {
290
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf04a;');
291
- }
292
- .icon-play {
293
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf04b;');
294
- }
295
- .icon-pause {
296
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf04c;');
297
- }
298
- .icon-stop {
299
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf04d;');
300
- }
301
- .icon-forward {
302
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf04e;');
303
- }
304
- .icon-fast-forward {
305
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf050;');
306
- }
307
- .icon-step-forward {
308
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf051;');
309
- }
310
- .icon-eject {
311
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf052;');
312
- }
313
- .icon-chevron-left {
314
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf053;');
315
- }
316
- .icon-chevron-right {
317
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf054;');
318
- }
319
- .icon-plus-sign {
320
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf055;');
321
- }
322
- .icon-minus-sign {
323
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf056;');
324
- }
325
- .icon-remove-sign {
326
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf057;');
327
- }
328
- .icon-ok-sign {
329
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf058;');
330
- }
331
- .icon-question-sign {
332
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf059;');
333
- }
334
- .icon-info-sign {
335
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf05a;');
336
- }
337
- .icon-screenshot {
338
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf05b;');
339
- }
340
- .icon-remove-circle {
341
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf05c;');
342
- }
343
- .icon-ok-circle {
344
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf05d;');
345
- }
346
- .icon-ban-circle {
347
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf05e;');
348
- }
349
- .icon-arrow-left {
350
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf060;');
351
- }
352
- .icon-arrow-right {
353
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf061;');
354
- }
355
- .icon-arrow-up {
356
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf062;');
357
- }
358
- .icon-arrow-down {
359
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf063;');
360
- }
361
- .icon-share-alt {
362
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf064;');
363
- }
364
- .icon-mail-forward {
365
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf064;');
366
- }
367
- .icon-resize-full {
368
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf065;');
369
- }
370
- .icon-resize-small {
371
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf066;');
372
- }
373
- .icon-plus {
374
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf067;');
375
- }
376
- .icon-minus {
377
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf068;');
378
- }
379
- .icon-asterisk {
380
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf069;');
381
- }
382
- .icon-exclamation-sign {
383
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf06a;');
384
- }
385
- .icon-gift {
386
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf06b;');
387
- }
388
- .icon-leaf {
389
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf06c;');
390
- }
391
- .icon-fire {
392
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf06d;');
393
- }
394
- .icon-eye-open {
395
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf06e;');
396
- }
397
- .icon-eye-close {
398
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf070;');
399
- }
400
- .icon-warning-sign {
401
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf071;');
402
- }
403
- .icon-plane {
404
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf072;');
405
- }
406
- .icon-calendar {
407
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf073;');
408
- }
409
- .icon-random {
410
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf074;');
411
- }
412
- .icon-comment {
413
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf075;');
414
- }
415
- .icon-magnet {
416
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf076;');
417
- }
418
- .icon-chevron-up {
419
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf077;');
420
- }
421
- .icon-chevron-down {
422
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf078;');
423
- }
424
- .icon-retweet {
425
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf079;');
426
- }
427
- .icon-shopping-cart {
428
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf07a;');
429
- }
430
- .icon-folder-close {
431
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf07b;');
432
- }
433
- .icon-folder-open {
434
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf07c;');
435
- }
436
- .icon-resize-vertical {
437
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf07d;');
438
- }
439
- .icon-resize-horizontal {
440
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf07e;');
441
- }
442
- .icon-bar-chart {
443
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf080;');
444
- }
445
- .icon-twitter-sign {
446
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf081;');
447
- }
448
- .icon-facebook-sign {
449
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf082;');
450
- }
451
- .icon-camera-retro {
452
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf083;');
453
- }
454
- .icon-key {
455
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf084;');
456
- }
457
- .icon-cogs {
458
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf085;');
459
- }
460
- .icon-gears {
461
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf085;');
462
- }
463
- .icon-comments {
464
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf086;');
465
- }
466
- .icon-thumbs-up-alt {
467
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf087;');
468
- }
469
- .icon-thumbs-down-alt {
470
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf088;');
471
- }
472
- .icon-star-half {
473
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf089;');
474
- }
475
- .icon-heart-empty {
476
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf08a;');
477
- }
478
- .icon-signout {
479
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf08b;');
480
- }
481
- .icon-linkedin-sign {
482
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf08c;');
483
- }
484
- .icon-pushpin {
485
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf08d;');
486
- }
487
- .icon-external-link {
488
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf08e;');
489
- }
490
- .icon-signin {
491
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf090;');
492
- }
493
- .icon-trophy {
494
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf091;');
495
- }
496
- .icon-github-sign {
497
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf092;');
498
- }
499
- .icon-upload-alt {
500
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf093;');
501
- }
502
- .icon-lemon {
503
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf094;');
504
- }
505
- .icon-phone {
506
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf095;');
507
- }
508
- .icon-check-empty {
509
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf096;');
510
- }
511
- .icon-unchecked {
512
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf096;');
513
- }
514
- .icon-bookmark-empty {
515
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf097;');
516
- }
517
- .icon-phone-sign {
518
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf098;');
519
- }
520
- .icon-twitter {
521
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf099;');
522
- }
523
- .icon-facebook {
524
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf09a;');
525
- }
526
- .icon-github {
527
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf09b;');
528
- }
529
- .icon-unlock {
530
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf09c;');
531
- }
532
- .icon-credit-card {
533
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf09d;');
534
- }
535
- .icon-rss {
536
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf09e;');
537
- }
538
- .icon-hdd {
539
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0a0;');
540
- }
541
- .icon-bullhorn {
542
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0a1;');
543
- }
544
- .icon-bell {
545
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0a2;');
546
- }
547
- .icon-certificate {
548
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0a3;');
549
- }
550
- .icon-hand-right {
551
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0a4;');
552
- }
553
- .icon-hand-left {
554
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0a5;');
555
- }
556
- .icon-hand-up {
557
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0a6;');
558
- }
559
- .icon-hand-down {
560
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0a7;');
561
- }
562
- .icon-circle-arrow-left {
563
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0a8;');
564
- }
565
- .icon-circle-arrow-right {
566
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0a9;');
567
- }
568
- .icon-circle-arrow-up {
569
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0aa;');
570
- }
571
- .icon-circle-arrow-down {
572
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0ab;');
573
- }
574
- .icon-globe {
575
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0ac;');
576
- }
577
- .icon-wrench {
578
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0ad;');
579
- }
580
- .icon-tasks {
581
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0ae;');
582
- }
583
- .icon-filter {
584
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0b0;');
585
- }
586
- .icon-briefcase {
587
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0b1;');
588
- }
589
- .icon-fullscreen {
590
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0b2;');
591
- }
592
- .icon-group {
593
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0c0;');
594
- }
595
- .icon-link {
596
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0c1;');
597
- }
598
- .icon-cloud {
599
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0c2;');
600
- }
601
- .icon-beaker {
602
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0c3;');
603
- }
604
- .icon-cut {
605
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0c4;');
606
- }
607
- .icon-copy {
608
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0c5;');
609
- }
610
- .icon-paper-clip {
611
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0c6;');
612
- }
613
- .icon-paperclip {
614
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0c6;');
615
- }
616
- .icon-save {
617
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0c7;');
618
- }
619
- .icon-sign-blank {
620
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0c8;');
621
- }
622
- .icon-reorder {
623
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0c9;');
624
- }
625
- .icon-list-ul {
626
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0ca;');
627
- }
628
- .icon-list-ol {
629
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0cb;');
630
- }
631
- .icon-strikethrough {
632
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0cc;');
633
- }
634
- .icon-underline {
635
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0cd;');
636
- }
637
- .icon-table {
638
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0ce;');
639
- }
640
- .icon-magic {
641
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0d0;');
642
- }
643
- .icon-truck {
644
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0d1;');
645
- }
646
- .icon-pinterest {
647
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0d2;');
648
- }
649
- .icon-pinterest-sign {
650
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0d3;');
651
- }
652
- .icon-google-plus-sign {
653
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0d4;');
654
- }
655
- .icon-google-plus {
656
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0d5;');
657
- }
658
- .icon-money {
659
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0d6;');
660
- }
661
- .icon-caret-down {
662
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0d7;');
663
- }
664
- .icon-caret-up {
665
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0d8;');
666
- }
667
- .icon-caret-left {
668
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0d9;');
669
- }
670
- .icon-caret-right {
671
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0da;');
672
- }
673
- .icon-columns {
674
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0db;');
675
- }
676
- .icon-sort {
677
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0dc;');
678
- }
679
- .icon-sort-down {
680
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0dd;');
681
- }
682
- .icon-sort-up {
683
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0de;');
684
- }
685
- .icon-envelope {
686
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0e0;');
687
- }
688
- .icon-linkedin {
689
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0e1;');
690
- }
691
- .icon-undo {
692
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0e2;');
693
- }
694
- .icon-rotate-left {
695
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0e2;');
696
- }
697
- .icon-legal {
698
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0e3;');
699
- }
700
- .icon-dashboard {
701
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0e4;');
702
- }
703
- .icon-comment-alt {
704
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0e5;');
705
- }
706
- .icon-comments-alt {
707
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0e6;');
708
- }
709
- .icon-bolt {
710
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0e7;');
711
- }
712
- .icon-sitemap {
713
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0e8;');
714
- }
715
- .icon-umbrella {
716
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0e9;');
717
- }
718
- .icon-paste {
719
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0ea;');
720
- }
721
- .icon-lightbulb {
722
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0eb;');
723
- }
724
- .icon-exchange {
725
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0ec;');
726
- }
727
- .icon-cloud-download {
728
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0ed;');
729
- }
730
- .icon-cloud-upload {
731
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0ee;');
732
- }
733
- .icon-user-md {
734
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0f0;');
735
- }
736
- .icon-stethoscope {
737
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0f1;');
738
- }
739
- .icon-suitcase {
740
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0f2;');
741
- }
742
- .icon-bell-alt {
743
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0f3;');
744
- }
745
- .icon-coffee {
746
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0f4;');
747
- }
748
- .icon-food {
749
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0f5;');
750
- }
751
- .icon-file-text-alt {
752
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0f6;');
753
- }
754
- .icon-building {
755
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0f7;');
756
- }
757
- .icon-hospital {
758
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0f8;');
759
- }
760
- .icon-ambulance {
761
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0f9;');
762
- }
763
- .icon-medkit {
764
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0fa;');
765
- }
766
- .icon-fighter-jet {
767
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0fb;');
768
- }
769
- .icon-beer {
770
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0fc;');
771
- }
772
- .icon-h-sign {
773
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0fd;');
774
- }
775
- .icon-plus-sign-alt {
776
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0fe;');
777
- }
778
- .icon-double-angle-left {
779
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf100;');
780
- }
781
- .icon-double-angle-right {
782
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf101;');
783
- }
784
- .icon-double-angle-up {
785
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf102;');
786
- }
787
- .icon-double-angle-down {
788
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf103;');
789
- }
790
- .icon-angle-left {
791
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf104;');
792
- }
793
- .icon-angle-right {
794
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf105;');
795
- }
796
- .icon-angle-up {
797
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf106;');
798
- }
799
- .icon-angle-down {
800
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf107;');
801
- }
802
- .icon-desktop {
803
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf108;');
804
- }
805
- .icon-laptop {
806
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf109;');
807
- }
808
- .icon-tablet {
809
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf10a;');
810
- }
811
- .icon-mobile-phone {
812
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf10b;');
813
- }
814
- .icon-circle-blank {
815
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf10c;');
816
- }
817
- .icon-quote-left {
818
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf10d;');
819
- }
820
- .icon-quote-right {
821
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf10e;');
822
- }
823
- .icon-spinner {
824
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf110;');
825
- }
826
- .icon-circle {
827
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf111;');
828
- }
829
- .icon-reply {
830
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf112;');
831
- }
832
- .icon-mail-reply {
833
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf112;');
834
- }
835
- .icon-github-alt {
836
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf113;');
837
- }
838
- .icon-folder-close-alt {
839
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf114;');
840
- }
841
- .icon-folder-open-alt {
842
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf115;');
843
- }
844
- .icon-expand-alt {
845
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf116;');
846
- }
847
- .icon-collapse-alt {
848
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf117;');
849
- }
850
- .icon-smile {
851
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf118;');
852
- }
853
- .icon-frown {
854
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf119;');
855
- }
856
- .icon-meh {
857
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf11a;');
858
- }
859
- .icon-gamepad {
860
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf11b;');
861
- }
862
- .icon-keyboard {
863
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf11c;');
864
- }
865
- .icon-flag-alt {
866
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf11d;');
867
- }
868
- .icon-flag-checkered {
869
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf11e;');
870
- }
871
- .icon-terminal {
872
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf120;');
873
- }
874
- .icon-code {
875
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf121;');
876
- }
877
- .icon-reply-all {
878
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf122;');
879
- }
880
- .icon-mail-reply-all {
881
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf122;');
882
- }
883
- .icon-star-half-empty {
884
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf123;');
885
- }
886
- .icon-star-half-full {
887
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf123;');
888
- }
889
- .icon-location-arrow {
890
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf124;');
891
- }
892
- .icon-crop {
893
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf125;');
894
- }
895
- .icon-code-fork {
896
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf126;');
897
- }
898
- .icon-unlink {
899
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf127;');
900
- }
901
- .icon-question {
902
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf128;');
903
- }
904
- .icon-info {
905
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf129;');
906
- }
907
- .icon-exclamation {
908
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf12a;');
909
- }
910
- .icon-superscript {
911
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf12b;');
912
- }
913
- .icon-subscript {
914
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf12c;');
915
- }
916
- .icon-eraser {
917
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf12d;');
918
- }
919
- .icon-puzzle-piece {
920
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf12e;');
921
- }
922
- .icon-microphone {
923
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf130;');
924
- }
925
- .icon-microphone-off {
926
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf131;');
927
- }
928
- .icon-shield {
929
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf132;');
930
- }
931
- .icon-calendar-empty {
932
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf133;');
933
- }
934
- .icon-fire-extinguisher {
935
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf134;');
936
- }
937
- .icon-rocket {
938
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf135;');
939
- }
940
- .icon-maxcdn {
941
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf136;');
942
- }
943
- .icon-chevron-sign-left {
944
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf137;');
945
- }
946
- .icon-chevron-sign-right {
947
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf138;');
948
- }
949
- .icon-chevron-sign-up {
950
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf139;');
951
- }
952
- .icon-chevron-sign-down {
953
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf13a;');
954
- }
955
- .icon-html5 {
956
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf13b;');
957
- }
958
- .icon-css3 {
959
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf13c;');
960
- }
961
- .icon-anchor {
962
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf13d;');
963
- }
964
- .icon-unlock-alt {
965
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf13e;');
966
- }
967
- .icon-bullseye {
968
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf140;');
969
- }
970
- .icon-ellipsis-horizontal {
971
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf141;');
972
- }
973
- .icon-ellipsis-vertical {
974
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf142;');
975
- }
976
- .icon-rss-sign {
977
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf143;');
978
- }
979
- .icon-play-sign {
980
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf144;');
981
- }
982
- .icon-ticket {
983
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf145;');
984
- }
985
- .icon-minus-sign-alt {
986
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf146;');
987
- }
988
- .icon-check-minus {
989
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf147;');
990
- }
991
- .icon-level-up {
992
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf148;');
993
- }
994
- .icon-level-down {
995
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf149;');
996
- }
997
- .icon-check-sign {
998
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf14a;');
999
- }
1000
- .icon-edit-sign {
1001
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf14b;');
1002
- }
1003
- .icon-external-link-sign {
1004
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf14c;');
1005
- }
1006
- .icon-share-sign {
1007
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf14d;');
1008
- }
1009
- .icon-compass {
1010
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf14e;');
1011
- }
1012
- .icon-collapse {
1013
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf150;');
1014
- }
1015
- .icon-collapse-top {
1016
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf151;');
1017
- }
1018
- .icon-expand {
1019
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf152;');
1020
- }
1021
- .icon-eur {
1022
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf153;');
1023
- }
1024
- .icon-euro {
1025
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf153;');
1026
- }
1027
- .icon-gbp {
1028
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf154;');
1029
- }
1030
- .icon-usd {
1031
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf155;');
1032
- }
1033
- .icon-dollar {
1034
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf155;');
1035
- }
1036
- .icon-inr {
1037
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf156;');
1038
- }
1039
- .icon-rupee {
1040
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf156;');
1041
- }
1042
- .icon-jpy {
1043
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf157;');
1044
- }
1045
- .icon-yen {
1046
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf157;');
1047
- }
1048
- .icon-cny {
1049
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf158;');
1050
- }
1051
- .icon-renminbi {
1052
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf158;');
1053
- }
1054
- .icon-krw {
1055
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf159;');
1056
- }
1057
- .icon-won {
1058
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf159;');
1059
- }
1060
- .icon-btc {
1061
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf15a;');
1062
- }
1063
- .icon-bitcoin {
1064
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf15a;');
1065
- }
1066
- .icon-file {
1067
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf15b;');
1068
- }
1069
- .icon-file-text {
1070
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf15c;');
1071
- }
1072
- .icon-sort-by-alphabet {
1073
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf15d;');
1074
- }
1075
- .icon-sort-by-alphabet-alt {
1076
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf15e;');
1077
- }
1078
- .icon-sort-by-attributes {
1079
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf160;');
1080
- }
1081
- .icon-sort-by-attributes-alt {
1082
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf161;');
1083
- }
1084
- .icon-sort-by-order {
1085
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf162;');
1086
- }
1087
- .icon-sort-by-order-alt {
1088
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf163;');
1089
- }
1090
- .icon-thumbs-up {
1091
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf164;');
1092
- }
1093
- .icon-thumbs-down {
1094
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf165;');
1095
- }
1096
- .icon-youtube-sign {
1097
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf166;');
1098
- }
1099
- .icon-youtube {
1100
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf167;');
1101
- }
1102
- .icon-xing {
1103
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf168;');
1104
- }
1105
- .icon-xing-sign {
1106
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf169;');
1107
- }
1108
- .icon-youtube-play {
1109
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf16a;');
1110
- }
1111
- .icon-dropbox {
1112
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf16b;');
1113
- }
1114
- .icon-stackexchange {
1115
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf16c;');
1116
- }
1117
- .icon-instagram {
1118
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf16d;');
1119
- }
1120
- .icon-flickr {
1121
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf16e;');
1122
- }
1123
- .icon-adn {
1124
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf170;');
1125
- }
1126
- .icon-bitbucket {
1127
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf171;');
1128
- }
1129
- .icon-bitbucket-sign {
1130
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf172;');
1131
- }
1132
- .icon-tumblr {
1133
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf173;');
1134
- }
1135
- .icon-tumblr-sign {
1136
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf174;');
1137
- }
1138
- .icon-long-arrow-down {
1139
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf175;');
1140
- }
1141
- .icon-long-arrow-up {
1142
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf176;');
1143
- }
1144
- .icon-long-arrow-left {
1145
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf177;');
1146
- }
1147
- .icon-long-arrow-right {
1148
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf178;');
1149
- }
1150
- .icon-apple {
1151
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf179;');
1152
- }
1153
- .icon-windows {
1154
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf17a;');
1155
- }
1156
- .icon-android {
1157
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf17b;');
1158
- }
1159
- .icon-linux {
1160
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf17c;');
1161
- }
1162
- .icon-dribbble {
1163
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf17d;');
1164
- }
1165
- .icon-skype {
1166
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf17e;');
1167
- }
1168
- .icon-foursquare {
1169
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf180;');
1170
- }
1171
- .icon-trello {
1172
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf181;');
1173
- }
1174
- .icon-female {
1175
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf182;');
1176
- }
1177
- .icon-male {
1178
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf183;');
1179
- }
1180
- .icon-gittip {
1181
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf184;');
1182
- }
1183
- .icon-sun {
1184
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf185;');
1185
- }
1186
- .icon-moon {
1187
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf186;');
1188
- }
1189
- .icon-archive {
1190
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf187;');
1191
- }
1192
- .icon-bug {
1193
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf188;');
1194
- }
1195
- .icon-vk {
1196
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf189;');
1197
- }
1198
- .icon-weibo {
1199
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf18a;');
1200
- }
1201
- .icon-renren {
1202
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf18b;');
1203
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
libs/font-awesome/css/font-awesome-ie7.min.css DELETED
@@ -1,384 +0,0 @@
1
- .icon-large{font-size:1.3333333333333333em;margin-top:-4px;padding-top:3px;margin-bottom:-4px;padding-bottom:3px;vertical-align:middle;}
2
- .nav [class^="icon-"],.nav [class*=" icon-"]{vertical-align:inherit;margin-top:-4px;padding-top:3px;margin-bottom:-4px;padding-bottom:3px;}.nav [class^="icon-"].icon-large,.nav [class*=" icon-"].icon-large{vertical-align:-25%;}
3
- .nav-pills [class^="icon-"].icon-large,.nav-tabs [class^="icon-"].icon-large,.nav-pills [class*=" icon-"].icon-large,.nav-tabs [class*=" icon-"].icon-large{line-height:.75em;margin-top:-7px;padding-top:5px;margin-bottom:-5px;padding-bottom:4px;}
4
- .btn [class^="icon-"].pull-left,.btn [class*=" icon-"].pull-left,.btn [class^="icon-"].pull-right,.btn [class*=" icon-"].pull-right{vertical-align:inherit;}
5
- .btn [class^="icon-"].icon-large,.btn [class*=" icon-"].icon-large{margin-top:-0.5em;}
6
- a [class^="icon-"],a [class*=" icon-"]{cursor:pointer;}
7
- .icon-glass{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf000;');}
8
- .icon-music{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf001;');}
9
- .icon-search{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf002;');}
10
- .icon-envelope-alt{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf003;');}
11
- .icon-heart{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf004;');}
12
- .icon-star{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf005;');}
13
- .icon-star-empty{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf006;');}
14
- .icon-user{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf007;');}
15
- .icon-film{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf008;');}
16
- .icon-th-large{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf009;');}
17
- .icon-th{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf00a;');}
18
- .icon-th-list{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf00b;');}
19
- .icon-ok{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf00c;');}
20
- .icon-remove{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf00d;');}
21
- .icon-zoom-in{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf00e;');}
22
- .icon-zoom-out{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf010;');}
23
- .icon-off{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf011;');}
24
- .icon-power-off{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf011;');}
25
- .icon-signal{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf012;');}
26
- .icon-cog{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf013;');}
27
- .icon-gear{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf013;');}
28
- .icon-trash{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf014;');}
29
- .icon-home{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf015;');}
30
- .icon-file-alt{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf016;');}
31
- .icon-time{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf017;');}
32
- .icon-road{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf018;');}
33
- .icon-download-alt{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf019;');}
34
- .icon-download{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf01a;');}
35
- .icon-upload{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf01b;');}
36
- .icon-inbox{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf01c;');}
37
- .icon-play-circle{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf01d;');}
38
- .icon-repeat{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf01e;');}
39
- .icon-rotate-right{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf01e;');}
40
- .icon-refresh{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf021;');}
41
- .icon-list-alt{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf022;');}
42
- .icon-lock{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf023;');}
43
- .icon-flag{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf024;');}
44
- .icon-headphones{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf025;');}
45
- .icon-volume-off{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf026;');}
46
- .icon-volume-down{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf027;');}
47
- .icon-volume-up{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf028;');}
48
- .icon-qrcode{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf029;');}
49
- .icon-barcode{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf02a;');}
50
- .icon-tag{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf02b;');}
51
- .icon-tags{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf02c;');}
52
- .icon-book{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf02d;');}
53
- .icon-bookmark{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf02e;');}
54
- .icon-print{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf02f;');}
55
- .icon-camera{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf030;');}
56
- .icon-font{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf031;');}
57
- .icon-bold{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf032;');}
58
- .icon-italic{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf033;');}
59
- .icon-text-height{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf034;');}
60
- .icon-text-width{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf035;');}
61
- .icon-align-left{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf036;');}
62
- .icon-align-center{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf037;');}
63
- .icon-align-right{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf038;');}
64
- .icon-align-justify{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf039;');}
65
- .icon-list{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf03a;');}
66
- .icon-indent-left{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf03b;');}
67
- .icon-indent-right{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf03c;');}
68
- .icon-facetime-video{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf03d;');}
69
- .icon-picture{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf03e;');}
70
- .icon-pencil{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf040;');}
71
- .icon-map-marker{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf041;');}
72
- .icon-adjust{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf042;');}
73
- .icon-tint{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf043;');}
74
- .icon-edit{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf044;');}
75
- .icon-share{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf045;');}
76
- .icon-check{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf046;');}
77
- .icon-move{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf047;');}
78
- .icon-step-backward{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf048;');}
79
- .icon-fast-backward{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf049;');}
80
- .icon-backward{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf04a;');}
81
- .icon-play{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf04b;');}
82
- .icon-pause{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf04c;');}
83
- .icon-stop{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf04d;');}
84
- .icon-forward{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf04e;');}
85
- .icon-fast-forward{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf050;');}
86
- .icon-step-forward{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf051;');}
87
- .icon-eject{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf052;');}
88
- .icon-chevron-left{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf053;');}
89
- .icon-chevron-right{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf054;');}
90
- .icon-plus-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf055;');}
91
- .icon-minus-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf056;');}
92
- .icon-remove-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf057;');}
93
- .icon-ok-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf058;');}
94
- .icon-question-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf059;');}
95
- .icon-info-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf05a;');}
96
- .icon-screenshot{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf05b;');}
97
- .icon-remove-circle{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf05c;');}
98
- .icon-ok-circle{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf05d;');}
99
- .icon-ban-circle{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf05e;');}
100
- .icon-arrow-left{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf060;');}
101
- .icon-arrow-right{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf061;');}
102
- .icon-arrow-up{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf062;');}
103
- .icon-arrow-down{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf063;');}
104
- .icon-share-alt{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf064;');}
105
- .icon-mail-forward{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf064;');}
106
- .icon-resize-full{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf065;');}
107
- .icon-resize-small{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf066;');}
108
- .icon-plus{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf067;');}
109
- .icon-minus{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf068;');}
110
- .icon-asterisk{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf069;');}
111
- .icon-exclamation-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf06a;');}
112
- .icon-gift{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf06b;');}
113
- .icon-leaf{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf06c;');}
114
- .icon-fire{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf06d;');}
115
- .icon-eye-open{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf06e;');}
116
- .icon-eye-close{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf070;');}
117
- .icon-warning-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf071;');}
118
- .icon-plane{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf072;');}
119
- .icon-calendar{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf073;');}
120
- .icon-random{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf074;');}
121
- .icon-comment{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf075;');}
122
- .icon-magnet{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf076;');}
123
- .icon-chevron-up{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf077;');}
124
- .icon-chevron-down{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf078;');}
125
- .icon-retweet{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf079;');}
126
- .icon-shopping-cart{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf07a;');}
127
- .icon-folder-close{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf07b;');}
128
- .icon-folder-open{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf07c;');}
129
- .icon-resize-vertical{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf07d;');}
130
- .icon-resize-horizontal{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf07e;');}
131
- .icon-bar-chart{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf080;');}
132
- .icon-twitter-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf081;');}
133
- .icon-facebook-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf082;');}
134
- .icon-camera-retro{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf083;');}
135
- .icon-key{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf084;');}
136
- .icon-cogs{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf085;');}
137
- .icon-gears{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf085;');}
138
- .icon-comments{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf086;');}
139
- .icon-thumbs-up-alt{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf087;');}
140
- .icon-thumbs-down-alt{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf088;');}
141
- .icon-star-half{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf089;');}
142
- .icon-heart-empty{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf08a;');}
143
- .icon-signout{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf08b;');}
144
- .icon-linkedin-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf08c;');}
145
- .icon-pushpin{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf08d;');}
146
- .icon-external-link{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf08e;');}
147
- .icon-signin{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf090;');}
148
- .icon-trophy{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf091;');}
149
- .icon-github-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf092;');}
150
- .icon-upload-alt{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf093;');}
151
- .icon-lemon{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf094;');}
152
- .icon-phone{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf095;');}
153
- .icon-check-empty{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf096;');}
154
- .icon-unchecked{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf096;');}
155
- .icon-bookmark-empty{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf097;');}
156
- .icon-phone-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf098;');}
157
- .icon-twitter{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf099;');}
158
- .icon-facebook{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf09a;');}
159
- .icon-github{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf09b;');}
160
- .icon-unlock{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf09c;');}
161
- .icon-credit-card{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf09d;');}
162
- .icon-rss{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf09e;');}
163
- .icon-hdd{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0a0;');}
164
- .icon-bullhorn{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0a1;');}
165
- .icon-bell{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0a2;');}
166
- .icon-certificate{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0a3;');}
167
- .icon-hand-right{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0a4;');}
168
- .icon-hand-left{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0a5;');}
169
- .icon-hand-up{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0a6;');}
170
- .icon-hand-down{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0a7;');}
171
- .icon-circle-arrow-left{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0a8;');}
172
- .icon-circle-arrow-right{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0a9;');}
173
- .icon-circle-arrow-up{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0aa;');}
174
- .icon-circle-arrow-down{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0ab;');}
175
- .icon-globe{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0ac;');}
176
- .icon-wrench{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0ad;');}
177
- .icon-tasks{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0ae;');}
178
- .icon-filter{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0b0;');}
179
- .icon-briefcase{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0b1;');}
180
- .icon-fullscreen{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0b2;');}
181
- .icon-group{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0c0;');}
182
- .icon-link{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0c1;');}
183
- .icon-cloud{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0c2;');}
184
- .icon-beaker{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0c3;');}
185
- .icon-cut{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0c4;');}
186
- .icon-copy{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0c5;');}
187
- .icon-paper-clip{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0c6;');}
188
- .icon-paperclip{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0c6;');}
189
- .icon-save{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0c7;');}
190
- .icon-sign-blank{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0c8;');}
191
- .icon-reorder{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0c9;');}
192
- .icon-list-ul{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0ca;');}
193
- .icon-list-ol{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0cb;');}
194
- .icon-strikethrough{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0cc;');}
195
- .icon-underline{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0cd;');}
196
- .icon-table{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0ce;');}
197
- .icon-magic{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0d0;');}
198
- .icon-truck{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0d1;');}
199
- .icon-pinterest{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0d2;');}
200
- .icon-pinterest-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0d3;');}
201
- .icon-google-plus-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0d4;');}
202
- .icon-google-plus{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0d5;');}
203
- .icon-money{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0d6;');}
204
- .icon-caret-down{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0d7;');}
205
- .icon-caret-up{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0d8;');}
206
- .icon-caret-left{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0d9;');}
207
- .icon-caret-right{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0da;');}
208
- .icon-columns{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0db;');}
209
- .icon-sort{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0dc;');}
210
- .icon-sort-down{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0dd;');}
211
- .icon-sort-up{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0de;');}
212
- .icon-envelope{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0e0;');}
213
- .icon-linkedin{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0e1;');}
214
- .icon-undo{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0e2;');}
215
- .icon-rotate-left{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0e2;');}
216
- .icon-legal{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0e3;');}
217
- .icon-dashboard{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0e4;');}
218
- .icon-comment-alt{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0e5;');}
219
- .icon-comments-alt{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0e6;');}
220
- .icon-bolt{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0e7;');}
221
- .icon-sitemap{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0e8;');}
222
- .icon-umbrella{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0e9;');}
223
- .icon-paste{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0ea;');}
224
- .icon-lightbulb{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0eb;');}
225
- .icon-exchange{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0ec;');}
226
- .icon-cloud-download{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0ed;');}
227
- .icon-cloud-upload{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0ee;');}
228
- .icon-user-md{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0f0;');}
229
- .icon-stethoscope{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0f1;');}
230
- .icon-suitcase{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0f2;');}
231
- .icon-bell-alt{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0f3;');}
232
- .icon-coffee{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0f4;');}
233
- .icon-food{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0f5;');}
234
- .icon-file-text-alt{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0f6;');}
235
- .icon-building{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0f7;');}
236
- .icon-hospital{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0f8;');}
237
- .icon-ambulance{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0f9;');}
238
- .icon-medkit{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0fa;');}
239
- .icon-fighter-jet{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0fb;');}
240
- .icon-beer{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0fc;');}
241
- .icon-h-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0fd;');}
242
- .icon-plus-sign-alt{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0fe;');}
243
- .icon-double-angle-left{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf100;');}
244
- .icon-double-angle-right{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf101;');}
245
- .icon-double-angle-up{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf102;');}
246
- .icon-double-angle-down{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf103;');}
247
- .icon-angle-left{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf104;');}
248
- .icon-angle-right{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf105;');}
249
- .icon-angle-up{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf106;');}
250
- .icon-angle-down{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf107;');}
251
- .icon-desktop{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf108;');}
252
- .icon-laptop{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf109;');}
253
- .icon-tablet{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf10a;');}
254
- .icon-mobile-phone{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf10b;');}
255
- .icon-circle-blank{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf10c;');}
256
- .icon-quote-left{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf10d;');}
257
- .icon-quote-right{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf10e;');}
258
- .icon-spinner{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf110;');}
259
- .icon-circle{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf111;');}
260
- .icon-reply{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf112;');}
261
- .icon-mail-reply{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf112;');}
262
- .icon-github-alt{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf113;');}
263
- .icon-folder-close-alt{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf114;');}
264
- .icon-folder-open-alt{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf115;');}
265
- .icon-expand-alt{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf116;');}
266
- .icon-collapse-alt{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf117;');}
267
- .icon-smile{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf118;');}
268
- .icon-frown{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf119;');}
269
- .icon-meh{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf11a;');}
270
- .icon-gamepad{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf11b;');}
271
- .icon-keyboard{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf11c;');}
272
- .icon-flag-alt{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf11d;');}
273
- .icon-flag-checkered{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf11e;');}
274
- .icon-terminal{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf120;');}
275
- .icon-code{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf121;');}
276
- .icon-reply-all{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf122;');}
277
- .icon-mail-reply-all{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf122;');}
278
- .icon-star-half-empty{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf123;');}
279
- .icon-star-half-full{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf123;');}
280
- .icon-location-arrow{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf124;');}
281
- .icon-crop{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf125;');}
282
- .icon-code-fork{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf126;');}
283
- .icon-unlink{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf127;');}
284
- .icon-question{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf128;');}
285
- .icon-info{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf129;');}
286
- .icon-exclamation{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf12a;');}
287
- .icon-superscript{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf12b;');}
288
- .icon-subscript{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf12c;');}
289
- .icon-eraser{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf12d;');}
290
- .icon-puzzle-piece{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf12e;');}
291
- .icon-microphone{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf130;');}
292
- .icon-microphone-off{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf131;');}
293
- .icon-shield{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf132;');}
294
- .icon-calendar-empty{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf133;');}
295
- .icon-fire-extinguisher{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf134;');}
296
- .icon-rocket{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf135;');}
297
- .icon-maxcdn{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf136;');}
298
- .icon-chevron-sign-left{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf137;');}
299
- .icon-chevron-sign-right{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf138;');}
300
- .icon-chevron-sign-up{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf139;');}
301
- .icon-chevron-sign-down{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf13a;');}
302
- .icon-html5{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf13b;');}
303
- .icon-css3{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf13c;');}
304
- .icon-anchor{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf13d;');}
305
- .icon-unlock-alt{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf13e;');}
306
- .icon-bullseye{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf140;');}
307
- .icon-ellipsis-horizontal{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf141;');}
308
- .icon-ellipsis-vertical{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf142;');}
309
- .icon-rss-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf143;');}
310
- .icon-play-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf144;');}
311
- .icon-ticket{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf145;');}
312
- .icon-minus-sign-alt{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf146;');}
313
- .icon-check-minus{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf147;');}
314
- .icon-level-up{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf148;');}
315
- .icon-level-down{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf149;');}
316
- .icon-check-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf14a;');}
317
- .icon-edit-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf14b;');}
318
- .icon-external-link-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf14c;');}
319
- .icon-share-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf14d;');}
320
- .icon-compass{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf14e;');}
321
- .icon-collapse{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf150;');}
322
- .icon-collapse-top{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf151;');}
323
- .icon-expand{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf152;');}
324
- .icon-eur{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf153;');}
325
- .icon-euro{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf153;');}
326
- .icon-gbp{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf154;');}
327
- .icon-usd{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf155;');}
328
- .icon-dollar{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf155;');}
329
- .icon-inr{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf156;');}
330
- .icon-rupee{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf156;');}
331
- .icon-jpy{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf157;');}
332
- .icon-yen{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf157;');}
333
- .icon-cny{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf158;');}
334
- .icon-renminbi{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf158;');}
335
- .icon-krw{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf159;');}
336
- .icon-won{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf159;');}
337
- .icon-btc{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf15a;');}
338
- .icon-bitcoin{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf15a;');}
339
- .icon-file{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf15b;');}
340
- .icon-file-text{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf15c;');}
341
- .icon-sort-by-alphabet{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf15d;');}
342
- .icon-sort-by-alphabet-alt{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf15e;');}
343
- .icon-sort-by-attributes{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf160;');}
344
- .icon-sort-by-attributes-alt{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf161;');}
345
- .icon-sort-by-order{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf162;');}
346
- .icon-sort-by-order-alt{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf163;');}
347
- .icon-thumbs-up{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf164;');}
348
- .icon-thumbs-down{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf165;');}
349
- .icon-youtube-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf166;');}
350
- .icon-youtube{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf167;');}
351
- .icon-xing{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf168;');}
352
- .icon-xing-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf169;');}
353
- .icon-youtube-play{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf16a;');}
354
- .icon-dropbox{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf16b;');}
355
- .icon-stackexchange{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf16c;');}
356
- .icon-instagram{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf16d;');}
357
- .icon-flickr{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf16e;');}
358
- .icon-adn{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf170;');}
359
- .icon-bitbucket{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf171;');}
360
- .icon-bitbucket-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf172;');}
361
- .icon-tumblr{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf173;');}
362
- .icon-tumblr-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf174;');}
363
- .icon-long-arrow-down{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf175;');}
364
- .icon-long-arrow-up{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf176;');}
365
- .icon-long-arrow-left{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf177;');}
366
- .icon-long-arrow-right{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf178;');}
367
- .icon-apple{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf179;');}
368
- .icon-windows{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf17a;');}
369
- .icon-android{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf17b;');}
370
- .icon-linux{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf17c;');}
371
- .icon-dribbble{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf17d;');}
372
- .icon-skype{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf17e;');}
373
- .icon-foursquare{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf180;');}
374
- .icon-trello{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf181;');}
375
- .icon-female{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf182;');}
376
- .icon-male{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf183;');}
377
- .icon-gittip{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf184;');}
378
- .icon-sun{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf185;');}
379
- .icon-moon{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf186;');}
380
- .icon-archive{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf187;');}
381
- .icon-bug{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf188;');}
382
- .icon-vk{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf189;');}
383
- .icon-weibo{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf18a;');}
384
- .icon-renren{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf18b;');}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
libs/font-awesome/css/font-awesome.css DELETED
@@ -1,1479 +0,0 @@
1
- /*!
2
- * Font Awesome 3.2.1
3
- * the iconic font designed for Bootstrap
4
- * ------------------------------------------------------------------------------
5
- * The full suite of pictographic icons, examples, and documentation can be
6
- * found at http://fontawesome.io. Stay up to date on Twitter at
7
- * http://twitter.com/fontawesome.
8
- *
9
- * License
10
- * ------------------------------------------------------------------------------
11
- * - The Font Awesome font is licensed under SIL OFL 1.1 -
12
- * http://scripts.sil.org/OFL
13
- * - Font Awesome CSS, LESS, and SASS files are licensed under MIT License -
14
- * http://opensource.org/licenses/mit-license.html
15
- * - Font Awesome documentation licensed under CC BY 3.0 -
16
- * http://creativecommons.org/licenses/by/3.0/
17
- * - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
18
- * "Font Awesome by Dave Gandy - http://fontawesome.io"
19
- *
20
- * Author - Dave Gandy
21
- * ------------------------------------------------------------------------------
22
- * Email: dave@fontawesome.io
23
- * Twitter: http://twitter.com/davegandy
24
- * Work: Lead Product Designer @ Kyruus - http://kyruus.com
25
- */
26
- /* FONT PATH
27
- * -------------------------- */
28
- @font-face {
29
- font-family: 'FontAwesome';
30
- src: url('../font/fontawesome-webfont.eot?v=3.2.1');
31
- src: url('../font/fontawesome-webfont.eot?#iefix&v=3.2.1') format('embedded-opentype'), url('../font/fontawesome-webfont.woff?v=3.2.1') format('woff'), url('../font/fontawesome-webfont.ttf?v=3.2.1') format('truetype'), url('../font/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1') format('svg');
32
- font-weight: normal;
33
- font-style: normal;
34
- }
35
- /* FONT AWESOME CORE
36
- * -------------------------- */
37
- [class^="icon-"],
38
- [class*=" icon-"] {
39
- font-family: FontAwesome;
40
- font-weight: normal;
41
- font-style: normal;
42
- text-decoration: inherit;
43
- -webkit-font-smoothing: antialiased;
44
- *margin-right: .3em;
45
- }
46
- [class^="icon-"]:before,
47
- [class*=" icon-"]:before {
48
- text-decoration: inherit;
49
- display: inline-block;
50
- speak: none;
51
- }
52
- /* makes the font 33% larger relative to the icon container */
53
- .icon-large:before {
54
- vertical-align: -10%;
55
- font-size: 1.3333333333333333em;
56
- }
57
- /* makes sure icons active on rollover in links */
58
- a [class^="icon-"],
59
- a [class*=" icon-"] {
60
- display: inline;
61
- }
62
- /* increased font size for icon-large */
63
- [class^="icon-"].icon-fixed-width,
64
- [class*=" icon-"].icon-fixed-width {
65
- display: inline-block;
66
- width: 1.1428571428571428em;
67
- text-align: right;
68
- padding-right: 0.2857142857142857em;
69
- }
70
- [class^="icon-"].icon-fixed-width.icon-large,
71
- [class*=" icon-"].icon-fixed-width.icon-large {
72
- width: 1.4285714285714286em;
73
- }
74
- .icons-ul {
75
- margin-left: 2.142857142857143em;
76
- list-style-type: none;
77
- }
78
- .icons-ul > li {
79
- position: relative;
80
- }
81
- .icons-ul .icon-li {
82
- position: absolute;
83
- left: -2.142857142857143em;
84
- width: 2.142857142857143em;
85
- text-align: center;
86
- line-height: inherit;
87
- }
88
- [class^="icon-"].hide,
89
- [class*=" icon-"].hide {
90
- display: none;
91
- }
92
- .icon-muted {
93
- color: #eeeeee;
94
- }
95
- .icon-light {
96
- color: #ffffff;
97
- }
98
- .icon-dark {
99
- color: #333333;
100
- }
101
- .icon-border {
102
- border: solid 1px #eeeeee;
103
- padding: .2em .25em .15em;
104
- -webkit-border-radius: 3px;
105
- -moz-border-radius: 3px;
106
- border-radius: 3px;
107
- }
108
- .icon-2x {
109
- font-size: 2em;
110
- }
111
- .icon-2x.icon-border {
112
- border-width: 2px;
113
- -webkit-border-radius: 4px;
114
- -moz-border-radius: 4px;
115
- border-radius: 4px;
116
- }
117
- .icon-3x {
118
- font-size: 3em;
119
- }
120
- .icon-3x.icon-border {
121
- border-width: 3px;
122
- -webkit-border-radius: 5px;
123
- -moz-border-radius: 5px;
124
- border-radius: 5px;
125
- }
126
- .icon-4x {
127
- font-size: 4em;
128
- }
129
- .icon-4x.icon-border {
130
- border-width: 4px;
131
- -webkit-border-radius: 6px;
132
- -moz-border-radius: 6px;
133
- border-radius: 6px;
134
- }
135
- .icon-5x {
136
- font-size: 5em;
137
- }
138
- .icon-5x.icon-border {
139
- border-width: 5px;
140
- -webkit-border-radius: 7px;
141
- -moz-border-radius: 7px;
142
- border-radius: 7px;
143
- }
144
- .pull-right {
145
- float: right;
146
- }
147
- .pull-left {
148
- float: left;
149
- }
150
- [class^="icon-"].pull-left,
151
- [class*=" icon-"].pull-left {
152
- margin-right: .3em;
153
- }
154
- [class^="icon-"].pull-right,
155
- [class*=" icon-"].pull-right {
156
- margin-left: .3em;
157
- }
158
- /* BOOTSTRAP SPECIFIC CLASSES
159
- * -------------------------- */
160
- /* Bootstrap 2.0 sprites.less reset */
161
- [class^="icon-"],
162
- [class*=" icon-"] {
163
- display: inline;
164
- width: auto;
165
- height: auto;
166
- line-height: normal;
167
- vertical-align: baseline;
168
- background-image: none;
169
- background-position: 0% 0%;
170
- background-repeat: repeat;
171
- margin-top: 0;
172
- }
173
- /* more sprites.less reset */
174
- .icon-white,
175
- .nav-pills > .active > a > [class^="icon-"],
176
- .nav-pills > .active > a > [class*=" icon-"],
177
- .nav-list > .active > a > [class^="icon-"],
178
- .nav-list > .active > a > [class*=" icon-"],
179
- .navbar-inverse .nav > .active > a > [class^="icon-"],
180
- .navbar-inverse .nav > .active > a > [class*=" icon-"],
181
- .dropdown-menu > li > a:hover > [class^="icon-"],
182
- .dropdown-menu > li > a:hover > [class*=" icon-"],
183
- .dropdown-menu > .active > a > [class^="icon-"],
184
- .dropdown-menu > .active > a > [class*=" icon-"],
185
- .dropdown-submenu:hover > a > [class^="icon-"],
186
- .dropdown-submenu:hover > a > [class*=" icon-"] {
187
- background-image: none;
188
- }
189
- /* keeps Bootstrap styles with and without icons the same */
190
- .btn [class^="icon-"].icon-large,
191
- .nav [class^="icon-"].icon-large,
192
- .btn [class*=" icon-"].icon-large,
193
- .nav [class*=" icon-"].icon-large {
194
- line-height: .9em;
195
- }
196
- .btn [class^="icon-"].icon-spin,
197
- .nav [class^="icon-"].icon-spin,
198
- .btn [class*=" icon-"].icon-spin,
199
- .nav [class*=" icon-"].icon-spin {
200
- display: inline-block;
201
- }
202
- .nav-tabs [class^="icon-"],
203
- .nav-pills [class^="icon-"],
204
- .nav-tabs [class*=" icon-"],
205
- .nav-pills [class*=" icon-"],
206
- .nav-tabs [class^="icon-"].icon-large,
207
- .nav-pills [class^="icon-"].icon-large,
208
- .nav-tabs [class*=" icon-"].icon-large,
209
- .nav-pills [class*=" icon-"].icon-large {
210
- line-height: .9em;
211
- }
212
- .btn [class^="icon-"].pull-left.icon-2x,
213
- .btn [class*=" icon-"].pull-left.icon-2x,
214
- .btn [class^="icon-"].pull-right.icon-2x,
215
- .btn [class*=" icon-"].pull-right.icon-2x {
216
- margin-top: .18em;
217
- }
218
- .btn [class^="icon-"].icon-spin.icon-large,
219
- .btn [class*=" icon-"].icon-spin.icon-large {
220
- line-height: .8em;
221
- }
222
- .btn.btn-small [class^="icon-"].pull-left.icon-2x,
223
- .btn.btn-small [class*=" icon-"].pull-left.icon-2x,
224
- .btn.btn-small [class^="icon-"].pull-right.icon-2x,
225
- .btn.btn-small [class*=" icon-"].pull-right.icon-2x {
226
- margin-top: .25em;
227
- }
228
- .btn.btn-large [class^="icon-"],
229
- .btn.btn-large [class*=" icon-"] {
230
- margin-top: 0;
231
- }
232
- .btn.btn-large [class^="icon-"].pull-left.icon-2x,
233
- .btn.btn-large [class*=" icon-"].pull-left.icon-2x,
234
- .btn.btn-large [class^="icon-"].pull-right.icon-2x,
235
- .btn.btn-large [class*=" icon-"].pull-right.icon-2x {
236
- margin-top: .05em;
237
- }
238
- .btn.btn-large [class^="icon-"].pull-left.icon-2x,
239
- .btn.btn-large [class*=" icon-"].pull-left.icon-2x {
240
- margin-right: .2em;
241
- }
242
- .btn.btn-large [class^="icon-"].pull-right.icon-2x,
243
- .btn.btn-large [class*=" icon-"].pull-right.icon-2x {
244
- margin-left: .2em;
245
- }
246
- /* Fixes alignment in nav lists */
247
- .nav-list [class^="icon-"],
248
- .nav-list [class*=" icon-"] {
249
- line-height: inherit;
250
- }
251
- /* EXTRAS
252
- * -------------------------- */
253
- /* Stacked and layered icon */
254
- .icon-stack {
255
- position: relative;
256
- display: inline-block;
257
- width: 2em;
258
- height: 2em;
259
- line-height: 2em;
260
- vertical-align: -35%;
261
- }
262
- .icon-stack [class^="icon-"],
263
- .icon-stack [class*=" icon-"] {
264
- display: block;
265
- text-align: center;
266
- position: absolute;
267
- width: 100%;
268
- height: 100%;
269
- font-size: 1em;
270
- line-height: inherit;
271
- *line-height: 2em;
272
- }
273
- .icon-stack .icon-stack-base {
274
- font-size: 2em;
275
- *line-height: 1em;
276
- }
277
- /* Animated rotating icon */
278
- .icon-spin {
279
- display: inline-block;
280
- -moz-animation: spin 2s infinite linear;
281
- -o-animation: spin 2s infinite linear;
282
- -webkit-animation: spin 2s infinite linear;
283
- animation: spin 2s infinite linear;
284
- }
285
- /* Prevent stack and spinners from being taken inline when inside a link */
286
- a .icon-stack,
287
- a .icon-spin {
288
- display: inline-block;
289
- text-decoration: none;
290
- }
291
- @-moz-keyframes spin {
292
- 0% {
293
- -moz-transform: rotate(0deg);
294
- }
295
- 100% {
296
- -moz-transform: rotate(359deg);
297
- }
298
- }
299
- @-webkit-keyframes spin {
300
- 0% {
301
- -webkit-transform: rotate(0deg);
302
- }
303
- 100% {
304
- -webkit-transform: rotate(359deg);
305
- }
306
- }
307
- @-o-keyframes spin {
308
- 0% {
309
- -o-transform: rotate(0deg);
310
- }
311
- 100% {
312
- -o-transform: rotate(359deg);
313
- }
314
- }
315
- @-ms-keyframes spin {
316
- 0% {
317
- -ms-transform: rotate(0deg);
318
- }
319
- 100% {
320
- -ms-transform: rotate(359deg);
321
- }
322
- }
323
- @keyframes spin {
324
- 0% {
325
- transform: rotate(0deg);
326
- }
327
- 100% {
328
- transform: rotate(359deg);
329
- }
330
- }
331
- /* Icon rotations and mirroring */
332
- .icon-rotate-90:before {
333
- -webkit-transform: rotate(90deg);
334
- -moz-transform: rotate(90deg);
335
- -ms-transform: rotate(90deg);
336
- -o-transform: rotate(90deg);
337
- transform: rotate(90deg);
338
- filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
339
- }
340
- .icon-rotate-180:before {
341
- -webkit-transform: rotate(180deg);
342
- -moz-transform: rotate(180deg);
343
- -ms-transform: rotate(180deg);
344
- -o-transform: rotate(180deg);
345
- transform: rotate(180deg);
346
- filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
347
- }
348
- .icon-rotate-270:before {
349
- -webkit-transform: rotate(270deg);
350
- -moz-transform: rotate(270deg);
351
- -ms-transform: rotate(270deg);
352
- -o-transform: rotate(270deg);
353
- transform: rotate(270deg);
354
- filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
355
- }
356
- .icon-flip-horizontal:before {
357
- -webkit-transform: scale(-1, 1);
358
- -moz-transform: scale(-1, 1);
359
- -ms-transform: scale(-1, 1);
360
- -o-transform: scale(-1, 1);
361
- transform: scale(-1, 1);
362
- }
363
- .icon-flip-vertical:before {
364
- -webkit-transform: scale(1, -1);
365
- -moz-transform: scale(1, -1);
366
- -ms-transform: scale(1, -1);
367
- -o-transform: scale(1, -1);
368
- transform: scale(1, -1);
369
- }
370
- /* ensure rotation occurs inside anchor tags */
371
- a .icon-rotate-90:before,
372
- a .icon-rotate-180:before,
373
- a .icon-rotate-270:before,
374
- a .icon-flip-horizontal:before,
375
- a .icon-flip-vertical:before {
376
- display: inline-block;
377
- }
378
- /* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
379
- readers do not read off random characters that represent icons */
380
- .icon-glass:before {
381
- content: "\f000";
382
- }
383
- .icon-music:before {
384
- content: "\f001";
385
- }
386
- .icon-search:before {
387
- content: "\f002";
388
- }
389
- .icon-envelope-alt:before {
390
- content: "\f003";
391
- }
392
- .icon-heart:before {
393
- content: "\f004";
394
- }
395
- .icon-star:before {
396
- content: "\f005";
397
- }
398
- .icon-star-empty:before {
399
- content: "\f006";
400
- }
401
- .icon-user:before {
402
- content: "\f007";
403
- }
404
- .icon-film:before {
405
- content: "\f008";
406
- }
407
- .icon-th-large:before {
408
- content: "\f009";
409
- }
410
- .icon-th:before {
411
- content: "\f00a";
412
- }
413
- .icon-th-list:before {
414
- content: "\f00b";
415
- }
416
- .icon-ok:before {
417
- content: "\f00c";
418
- }
419
- .icon-remove:before {
420
- content: "\f00d";
421
- }
422
- .icon-zoom-in:before {
423
- content: "\f00e";
424
- }
425
- .icon-zoom-out:before {
426
- content: "\f010";
427
- }
428
- .icon-power-off:before,
429
- .icon-off:before {
430
- content: "\f011";
431
- }
432
- .icon-signal:before {
433
- content: "\f012";
434
- }
435
- .icon-gear:before,
436
- .icon-cog:before {
437
- content: "\f013";
438
- }
439
- .icon-trash:before {
440
- content: "\f014";
441
- }
442
- .icon-home:before {
443
- content: "\f015";
444
- }
445
- .icon-file-alt:before {
446
- content: "\f016";
447
- }
448
- .icon-time:before {
449
- content: "\f017";
450
- }
451
- .icon-road:before {
452
- content: "\f018";
453
- }
454
- .icon-download-alt:before {
455
- content: "\f019";
456
- }
457
- .icon-download:before {
458
- content: "\f01a";
459
- }
460
- .icon-upload:before {
461
- content: "\f01b";
462
- }
463
- .icon-inbox:before {
464
- content: "\f01c";
465
- }
466
- .icon-play-circle:before {
467
- content: "\f01d";
468
- }
469
- .icon-rotate-right:before,
470
- .icon-repeat:before {
471
- content: "\f01e";
472
- }
473
- .icon-refresh:before {
474
- content: "\f021";
475
- }
476
- .icon-list-alt:before {
477
- content: "\f022";
478
- }
479
- .icon-lock:before {
480
- content: "\f023";
481
- }
482
- .icon-flag:before {
483
- content: "\f024";
484
- }
485
- .icon-headphones:before {
486
- content: "\f025";
487
- }
488
- .icon-volume-off:before {
489
- content: "\f026";
490
- }
491
- .icon-volume-down:before {
492
- content: "\f027";
493
- }
494
- .icon-volume-up:before {
495
- content: "\f028";
496
- }
497
- .icon-qrcode:before {
498
- content: "\f029";
499
- }
500
- .icon-barcode:before {
501
- content: "\f02a";
502
- }
503
- .icon-tag:before {
504
- content: "\f02b";
505
- }
506
- .icon-tags:before {
507
- content: "\f02c";
508
- }
509
- .icon-book:before {
510
- content: "\f02d";
511
- }
512
- .icon-bookmark:before {
513
- content: "\f02e";
514
- }
515
- .icon-print:before {
516
- content: "\f02f";
517
- }
518
- .icon-camera:before {
519
- content: "\f030";
520
- }
521
- .icon-font:before {
522
- content: "\f031";
523
- }
524
- .icon-bold:before {
525
- content: "\f032";
526
- }
527
- .icon-italic:before {
528
- content: "\f033";
529
- }
530
- .icon-text-height:before {
531
- content: "\f034";
532
- }
533
- .icon-text-width:before {
534
- content: "\f035";
535
- }
536
- .icon-align-left:before {
537
- content: "\f036";
538
- }
539
- .icon-align-center:before {
540
- content: "\f037";
541
- }
542
- .icon-align-right:before {
543
- content: "\f038";
544
- }
545
- .icon-align-justify:before {
546
- content: "\f039";
547
- }
548
- .icon-list:before {
549
- content: "\f03a";
550
- }
551
- .icon-indent-left:before {
552
- content: "\f03b";
553
- }
554
- .icon-indent-right:before {
555
- content: "\f03c";
556
- }
557
- .icon-facetime-video:before {
558
- content: "\f03d";
559
- }
560
- .icon-picture:before {
561
- content: "\f03e";
562
- }
563
- .icon-pencil:before {
564
- content: "\f040";
565
- }
566
- .icon-map-marker:before {
567
- content: "\f041";
568
- }
569
- .icon-adjust:before {
570
- content: "\f042";
571
- }
572
- .icon-tint:before {
573
- content: "\f043";
574
- }
575
- .icon-edit:before {
576
- content: "\f044";
577
- }
578
- .icon-share:before {
579
- content: "\f045";
580
- }
581
- .icon-check:before {
582
- content: "\f046";
583
- }
584
- .icon-move:before {
585
- content: "\f047";
586
- }
587
- .icon-step-backward:before {
588
- content: "\f048";
589
- }
590
- .icon-fast-backward:before {
591
- content: "\f049";
592
- }
593
- .icon-backward:before {
594
- content: "\f04a";
595
- }
596
- .icon-play:before {
597
- content: "\f04b";
598
- }
599
- .icon-pause:before {
600
- content: "\f04c";
601
- }
602
- .icon-stop:before {
603
- content: "\f04d";
604
- }
605
- .icon-forward:before {
606
- content: "\f04e";
607
- }
608
- .icon-fast-forward:before {
609
- content: "\f050";
610
- }
611
- .icon-step-forward:before {
612
- content: "\f051";
613
- }
614
- .icon-eject:before {
615
- content: "\f052";
616
- }
617
- .icon-chevron-left:before {
618
- content: "\f053";
619
- }
620
- .icon-chevron-right:before {
621
- content: "\f054";
622
- }
623
- .icon-plus-sign:before {
624
- content: "\f055";
625
- }
626
- .icon-minus-sign:before {
627
- content: "\f056";
628
- }
629
- .icon-remove-sign:before {
630
- content: "\f057";
631
- }
632
- .icon-ok-sign:before {
633
- content: "\f058";
634
- }
635
- .icon-question-sign:before {
636
- content: "\f059";
637
- }
638
- .icon-info-sign:before {
639
- content: "\f05a";
640
- }
641
- .icon-screenshot:before {
642
- content: "\f05b";
643
- }
644
- .icon-remove-circle:before {
645
- content: "\f05c";
646
- }
647
- .icon-ok-circle:before {
648
- content: "\f05d";
649
- }
650
- .icon-ban-circle:before {
651
- content: "\f05e";
652
- }
653
- .icon-arrow-left:before {
654
- content: "\f060";
655
- }
656
- .icon-arrow-right:before {
657
- content: "\f061";
658
- }
659
- .icon-arrow-up:before {
660
- content: "\f062";
661
- }
662
- .icon-arrow-down:before {
663
- content: "\f063";
664
- }
665
- .icon-mail-forward:before,
666
- .icon-share-alt:before {
667
- content: "\f064";
668
- }
669
- .icon-resize-full:before {
670
- content: "\f065";
671
- }
672
- .icon-resize-small:before {
673
- content: "\f066";
674
- }
675
- .icon-plus:before {
676
- content: "\f067";
677
- }
678
- .icon-minus:before {
679
- content: "\f068";
680
- }
681
- .icon-asterisk:before {
682
- content: "\f069";
683
- }
684
- .icon-exclamation-sign:before {
685
- content: "\f06a";
686
- }
687
- .icon-gift:before {
688
- content: "\f06b";
689
- }
690
- .icon-leaf:before {
691
- content: "\f06c";
692
- }
693
- .icon-fire:before {
694
- content: "\f06d";
695
- }
696
- .icon-eye-open:before {
697
- content: "\f06e";
698
- }
699
- .icon-eye-close:before {
700
- content: "\f070";
701
- }
702
- .icon-warning-sign:before {
703
- content: "\f071";
704
- }
705
- .icon-plane:before {
706
- content: "\f072";
707
- }
708
- .icon-calendar:before {
709
- content: "\f073";
710
- }
711
- .icon-random:before {
712
- content: "\f074";
713
- }
714
- .icon-comment:before {
715
- content: "\f075";
716
- }
717
- .icon-magnet:before {
718
- content: "\f076";
719
- }
720
- .icon-chevron-up:before {
721
- content: "\f077";
722
- }
723
- .icon-chevron-down:before {
724
- content: "\f078";
725
- }
726
- .icon-retweet:before {
727
- content: "\f079";
728
- }
729
- .icon-shopping-cart:before {
730
- content: "\f07a";
731
- }
732
- .icon-folder-close:before {
733
- content: "\f07b";
734
- }
735
- .icon-folder-open:before {
736
- content: "\f07c";
737
- }
738
- .icon-resize-vertical:before {
739
- content: "\f07d";
740
- }
741
- .icon-resize-horizontal:before {
742
- content: "\f07e";
743
- }
744
- .icon-bar-chart:before {
745
- content: "\f080";
746
- }
747
- .icon-twitter-sign:before {
748
- content: "\f081";
749
- }
750
- .icon-facebook-sign:before {
751
- content: "\f082";
752
- }
753
- .icon-camera-retro:before {
754
- content: "\f083";
755
- }
756
- .icon-key:before {
757
- content: "\f084";
758
- }
759
- .icon-gears:before,
760
- .icon-cogs:before {
761
- content: "\f085";
762
- }
763
- .icon-comments:before {
764
- content: "\f086";
765
- }
766
- .icon-thumbs-up-alt:before {
767
- content: "\f087";
768
- }
769
- .icon-thumbs-down-alt:before {
770
- content: "\f088";
771
- }
772
- .icon-star-half:before {
773
- content: "\f089";
774
- }
775
- .icon-heart-empty:before {
776
- content: "\f08a";
777
- }
778
- .icon-signout:before {
779
- content: "\f08b";
780
- }
781
- .icon-linkedin-sign:before {
782
- content: "\f08c";
783
- }
784
- .icon-pushpin:before {
785
- content: "\f08d";
786
- }
787
- .icon-external-link:before {
788
- content: "\f08e";
789
- }
790
- .icon-signin:before {
791
- content: "\f090";
792
- }
793
- .icon-trophy:before {
794
- content: "\f091";
795
- }
796
- .icon-github-sign:before {
797
- content: "\f092";
798
- }
799
- .icon-upload-alt:before {
800
- content: "\f093";
801
- }
802
- .icon-lemon:before {
803
- content: "\f094";
804
- }
805
- .icon-phone:before {
806
- content: "\f095";
807
- }
808
- .icon-unchecked:before,
809
- .icon-check-empty:before {
810
- content: "\f096";
811
- }
812
- .icon-bookmark-empty:before {
813
- content: "\f097";
814
- }
815
- .icon-phone-sign:before {
816
- content: "\f098";
817
- }
818
- .icon-twitter:before {
819
- content: "\f099";
820
- }
821
- .icon-facebook:before {
822
- content: "\f09a";
823
- }
824
- .icon-github:before {
825
- content: "\f09b";
826
- }
827
- .icon-unlock:before {
828
- content: "\f09c";
829
- }
830
- .icon-credit-card:before {
831
- content: "\f09d";
832
- }
833
- .icon-rss:before {
834
- content: "\f09e";
835
- }
836
- .icon-hdd:before {
837
- content: "\f0a0";
838
- }
839
- .icon-bullhorn:before {
840
- content: "\f0a1";
841
- }
842
- .icon-bell:before {
843
- content: "\f0a2";
844
- }
845
- .icon-certificate:before {
846
- content: "\f0a3";
847
- }
848
- .icon-hand-right:before {
849
- content: "\f0a4";
850
- }
851
- .icon-hand-left:before {
852
- content: "\f0a5";
853
- }
854
- .icon-hand-up:before {
855
- content: "\f0a6";
856
- }
857
- .icon-hand-down:before {
858
- content: "\f0a7";
859
- }
860
- .icon-circle-arrow-left:before {
861
- content: "\f0a8";
862
- }
863
- .icon-circle-arrow-right:before {
864
- content: "\f0a9";
865
- }
866
- .icon-circle-arrow-up:before {
867
- content: "\f0aa";
868
- }
869
- .icon-circle-arrow-down:before {
870
- content: "\f0ab";
871
- }
872
- .icon-globe:before {
873
- content: "\f0ac";
874
- }
875
- .icon-wrench:before {
876
- content: "\f0ad";
877
- }
878
- .icon-tasks:before {
879
- content: "\f0ae";
880
- }
881
- .icon-filter:before {
882
- content: "\f0b0";
883
- }
884
- .icon-briefcase:before {
885
- content: "\f0b1";
886
- }
887
- .icon-fullscreen:before {
888
- content: "\f0b2";
889
- }
890
- .icon-group:before {
891
- content: "\f0c0";
892
- }
893
- .icon-link:before {
894
- content: "\f0c1";
895
- }
896
- .icon-cloud:before {
897
- content: "\f0c2";
898
- }
899
- .icon-beaker:before {
900
- content: "\f0c3";
901
- }
902
- .icon-cut:before {
903
- content: "\f0c4";
904
- }
905
- .icon-copy:before {
906
- content: "\f0c5";
907
- }
908
- .icon-paperclip:before,
909
- .icon-paper-clip:before {
910
- content: "\f0c6";
911
- }
912
- .icon-save:before {
913
- content: "\f0c7";
914
- }
915
- .icon-sign-blank:before {
916
- content: "\f0c8";
917
- }
918
- .icon-reorder:before {
919
- content: "\f0c9";
920
- }
921
- .icon-list-ul:before {
922
- content: "\f0ca";
923
- }
924
- .icon-list-ol:before {
925
- content: "\f0cb";
926
- }
927
- .icon-strikethrough:before {
928
- content: "\f0cc";
929
- }
930
- .icon-underline:before {
931
- content: "\f0cd";
932
- }
933
- .icon-table:before {
934
- content: "\f0ce";
935
- }
936
- .icon-magic:before {
937
- content: "\f0d0";
938
- }
939
- .icon-truck:before {
940
- content: "\f0d1";
941
- }
942
- .icon-pinterest:before {
943
- content: "\f0d2";
944
- }
945
- .icon-pinterest-sign:before {
946
- content: "\f0d3";
947
- }
948
- .icon-google-plus-sign:before {
949
- content: "\f0d4";
950
- }
951
- .icon-google-plus:before {
952
- content: "\f0d5";
953
- }
954
- .icon-money:before {
955
- content: "\f0d6";
956
- }
957
- .icon-caret-down:before {
958
- content: "\f0d7";
959
- }
960
- .icon-caret-up:before {
961
- content: "\f0d8";
962
- }
963
- .icon-caret-left:before {
964
- content: "\f0d9";
965
- }
966
- .icon-caret-right:before {
967
- content: "\f0da";
968
- }
969
- .icon-columns:before {
970
- content: "\f0db";
971
- }
972
- .icon-sort:before {
973
- content: "\f0dc";
974
- }
975
- .icon-sort-down:before {
976
- content: "\f0dd";
977
- }
978
- .icon-sort-up:before {
979
- content: "\f0de";
980
- }
981
- .icon-envelope:before {
982
- content: "\f0e0";
983
- }
984
- .icon-linkedin:before {
985
- content: "\f0e1";
986
- }
987
- .icon-rotate-left:before,
988
- .icon-undo:before {
989
- content: "\f0e2";
990
- }
991
- .icon-legal:before {
992
- content: "\f0e3";
993
- }
994
- .icon-dashboard:before {
995
- content: "\f0e4";
996
- }
997
- .icon-comment-alt:before {
998
- content: "\f0e5";
999
- }
1000
- .icon-comments-alt:before {
1001
- content: "\f0e6";
1002
- }
1003
- .icon-bolt:before {
1004
- content: "\f0e7";
1005
- }
1006
- .icon-sitemap:before {
1007
- content: "\f0e8";
1008
- }
1009
- .icon-umbrella:before {
1010
- content: "\f0e9";
1011
- }
1012
- .icon-paste:before {
1013
- content: "\f0ea";
1014
- }
1015
- .icon-lightbulb:before {
1016
- content: "\f0eb";
1017
- }
1018
- .icon-exchange:before {
1019
- content: "\f0ec";
1020
- }
1021
- .icon-cloud-download:before {
1022
- content: "\f0ed";
1023
- }
1024
- .icon-cloud-upload:before {
1025
- content: "\f0ee";
1026
- }
1027
- .icon-user-md:before {
1028
- content: "\f0f0";
1029
- }
1030
- .icon-stethoscope:before {
1031
- content: "\f0f1";
1032
- }
1033
- .icon-suitcase:before {
1034
- content: "\f0f2";
1035
- }
1036
- .icon-bell-alt:before {
1037
- content: "\f0f3";
1038
- }
1039
- .icon-coffee:before {
1040
- content: "\f0f4";
1041
- }
1042
- .icon-food:before {
1043
- content: "\f0f5";
1044
- }
1045
- .icon-file-text-alt:before {
1046
- content: "\f0f6";
1047
- }
1048
- .icon-building:before {
1049
- content: "\f0f7";
1050
- }
1051
- .icon-hospital:before {
1052
- content: "\f0f8";
1053
- }
1054
- .icon-ambulance:before {
1055
- content: "\f0f9";
1056
- }
1057
- .icon-medkit:before {
1058
- content: "\f0fa";
1059
- }
1060
- .icon-fighter-jet:before {
1061
- content: "\f0fb";
1062
- }
1063
- .icon-beer:before {
1064
- content: "\f0fc";
1065
- }
1066
- .icon-h-sign:before {
1067
- content: "\f0fd";
1068
- }
1069
- .icon-plus-sign-alt:before {
1070
- content: "\f0fe";
1071
- }
1072
- .icon-double-angle-left:before {
1073
- content: "\f100";
1074
- }
1075
- .icon-double-angle-right:before {
1076
- content: "\f101";
1077
- }
1078
- .icon-double-angle-up:before {
1079
- content: "\f102";
1080
- }
1081
- .icon-double-angle-down:before {
1082
- content: "\f103";
1083
- }
1084
- .icon-angle-left:before {
1085
- content: "\f104";
1086
- }
1087
- .icon-angle-right:before {
1088
- content: "\f105";
1089
- }
1090
- .icon-angle-up:before {
1091
- content: "\f106";
1092
- }
1093
- .icon-angle-down:before {
1094
- content: "\f107";
1095
- }
1096
- .icon-desktop:before {
1097
- content: "\f108";
1098
- }
1099
- .icon-laptop:before {
1100
- content: "\f109";
1101
- }
1102
- .icon-tablet:before {
1103
- content: "\f10a";
1104
- }
1105
- .icon-mobile-phone:before {
1106
- content: "\f10b";
1107
- }
1108
- .icon-circle-blank:before {
1109
- content: "\f10c";
1110
- }
1111
- .icon-quote-left:before {
1112
- content: "\f10d";
1113
- }
1114
- .icon-quote-right:before {
1115
- content: "\f10e";
1116
- }
1117
- .icon-spinner:before {
1118
- content: "\f110";
1119
- }
1120
- .icon-circle:before {
1121
- content: "\f111";
1122
- }
1123
- .icon-mail-reply:before,
1124
- .icon-reply:before {
1125
- content: "\f112";
1126
- }
1127
- .icon-github-alt:before {
1128
- content: "\f113";
1129
- }
1130
- .icon-folder-close-alt:before {
1131
- content: "\f114";
1132
- }
1133
- .icon-folder-open-alt:before {
1134
- content: "\f115";
1135
- }
1136
- .icon-expand-alt:before {
1137
- content: "\f116";
1138
- }
1139
- .icon-collapse-alt:before {
1140
- content: "\f117";
1141
- }
1142
- .icon-smile:before {
1143
- content: "\f118";
1144
- }
1145
- .icon-frown:before {
1146
- content: "\f119";
1147
- }
1148
- .icon-meh:before {
1149
- content: "\f11a";
1150
- }
1151
- .icon-gamepad:before {
1152
- content: "\f11b";
1153
- }
1154
- .icon-keyboard:before {
1155
- content: "\f11c";
1156
- }
1157
- .icon-flag-alt:before {
1158
- content: "\f11d";
1159
- }
1160
- .icon-flag-checkered:before {
1161
- content: "\f11e";
1162
- }
1163
- .icon-terminal:before {
1164
- content: "\f120";
1165
- }
1166
- .icon-code:before {
1167
- content: "\f121";
1168
- }
1169
- .icon-reply-all:before {
1170
- content: "\f122";
1171
- }
1172
- .icon-mail-reply-all:before {
1173
- content: "\f122";
1174
- }
1175
- .icon-star-half-full:before,
1176
- .icon-star-half-empty:before {
1177
- content: "\f123";
1178
- }
1179
- .icon-location-arrow:before {
1180
- content: "\f124";
1181
- }
1182
- .icon-crop:before {
1183
- content: "\f125";
1184
- }
1185
- .icon-code-fork:before {
1186
- content: "\f126";
1187
- }
1188
- .icon-unlink:before {
1189
- content: "\f127";
1190
- }
1191
- .icon-question:before {
1192
- content: "\f128";
1193
- }
1194
- .icon-info:before {
1195
- content: "\f129";
1196
- }
1197
- .icon-exclamation:before {
1198
- content: "\f12a";
1199
- }
1200
- .icon-superscript:before {
1201
- content: "\f12b";
1202
- }
1203
- .icon-subscript:before {
1204
- content: "\f12c";
1205
- }
1206
- .icon-eraser:before {
1207
- content: "\f12d";
1208
- }
1209
- .icon-puzzle-piece:before {
1210
- content: "\f12e";
1211
- }
1212
- .icon-microphone:before {
1213
- content: "\f130";
1214
- }
1215
- .icon-microphone-off:before {
1216
- content: "\f131";
1217
- }
1218
- .icon-shield:before {
1219
- content: "\f132";
1220
- }
1221
- .icon-calendar-empty:before {
1222
- content: "\f133";
1223
- }
1224
- .icon-fire-extinguisher:before {
1225
- content: "\f134";
1226
- }
1227
- .icon-rocket:before {
1228
- content: "\f135";
1229
- }
1230
- .icon-maxcdn:before {
1231
- content: "\f136";
1232
- }
1233
- .icon-chevron-sign-left:before {
1234
- content: "\f137";
1235
- }
1236
- .icon-chevron-sign-right:before {
1237
- content: "\f138";
1238
- }
1239
- .icon-chevron-sign-up:before {
1240
- content: "\f139";
1241
- }
1242
- .icon-chevron-sign-down:before {
1243
- content: "\f13a";
1244
- }
1245
- .icon-html5:before {
1246
- content: "\f13b";
1247
- }
1248
- .icon-css3:before {
1249
- content: "\f13c";
1250
- }
1251
- .icon-anchor:before {
1252
- content: "\f13d";
1253
- }
1254
- .icon-unlock-alt:before {
1255
- content: "\f13e";
1256
- }
1257
- .icon-bullseye:before {
1258
- content: "\f140";
1259
- }
1260
- .icon-ellipsis-horizontal:before {
1261
- content: "\f141";
1262
- }
1263
- .icon-ellipsis-vertical:before {
1264
- content: "\f142";
1265
- }
1266
- .icon-rss-sign:before {
1267
- content: "\f143";
1268
- }
1269
- .icon-play-sign:before {
1270
- content: "\f144";
1271
- }
1272
- .icon-ticket:before {
1273
- content: "\f145";
1274
- }
1275
- .icon-minus-sign-alt:before {
1276
- content: "\f146";
1277
- }
1278
- .icon-check-minus:before {
1279
- content: "\f147";
1280
- }
1281
- .icon-level-up:before {
1282
- content: "\f148";
1283
- }
1284
- .icon-level-down:before {
1285
- content: "\f149";
1286
- }
1287
- .icon-check-sign:before {
1288
- content: "\f14a";
1289
- }
1290
- .icon-edit-sign:before {
1291
- content: "\f14b";
1292
- }
1293
- .icon-external-link-sign:before {
1294
- content: "\f14c";
1295
- }
1296
- .icon-share-sign:before {
1297
- content: "\f14d";
1298
- }
1299
- .icon-compass:before {
1300
- content: "\f14e";
1301
- }
1302
- .icon-collapse:before {
1303
- content: "\f150";
1304
- }
1305
- .icon-collapse-top:before {
1306
- content: "\f151";
1307
- }
1308
- .icon-expand:before {
1309
- content: "\f152";
1310
- }
1311
- .icon-euro:before,
1312
- .icon-eur:before {
1313
- content: "\f153";
1314
- }
1315
- .icon-gbp:before {
1316
- content: "\f154";
1317
- }
1318
- .icon-dollar:before,
1319
- .icon-usd:before {
1320
- content: "\f155";
1321
- }
1322
- .icon-rupee:before,
1323
- .icon-inr:before {
1324
- content: "\f156";
1325
- }
1326
- .icon-yen:before,
1327
- .icon-jpy:before {
1328
- content: "\f157";
1329
- }
1330
- .icon-renminbi:before,
1331
- .icon-cny:before {
1332
- content: "\f158";
1333
- }
1334
- .icon-won:before,
1335
- .icon-krw:before {
1336
- content: "\f159";
1337
- }
1338
- .icon-bitcoin:before,
1339
- .icon-btc:before {
1340
- content: "\f15a";
1341
- }
1342
- .icon-file:before {
1343
- content: "\f15b";
1344
- }
1345
- .icon-file-text:before {
1346
- content: "\f15c";
1347
- }
1348
- .icon-sort-by-alphabet:before {
1349
- content: "\f15d";
1350
- }
1351
- .icon-sort-by-alphabet-alt:before {
1352
- content: "\f15e";
1353
- }
1354
- .icon-sort-by-attributes:before {
1355
- content: "\f160";
1356
- }
1357
- .icon-sort-by-attributes-alt:before {
1358
- content: "\f161";
1359
- }
1360
- .icon-sort-by-order:before {
1361
- content: "\f162";
1362
- }
1363
- .icon-sort-by-order-alt:before {
1364
- content: "\f163";
1365
- }
1366
- .icon-thumbs-up:before {
1367
- content: "\f164";
1368
- }
1369
- .icon-thumbs-down:before {
1370
- content: "\f165";
1371
- }
1372
- .icon-youtube-sign:before {
1373
- content: "\f166";
1374
- }
1375
- .icon-youtube:before {
1376
- content: "\f167";
1377
- }
1378
- .icon-xing:before {
1379
- content: "\f168";
1380
- }
1381
- .icon-xing-sign:before {
1382
- content: "\f169";
1383
- }
1384
- .icon-youtube-play:before {
1385
- content: "\f16a";
1386
- }
1387
- .icon-dropbox:before {
1388
- content: "\f16b";
1389
- }
1390
- .icon-stackexchange:before {
1391
- content: "\f16c";
1392
- }
1393
- .icon-instagram:before {
1394
- content: "\f16d";
1395
- }
1396
- .icon-flickr:before {
1397
- content: "\f16e";
1398
- }
1399
- .icon-adn:before {
1400
- content: "\f170";
1401
- }
1402
- .icon-bitbucket:before {
1403
- content: "\f171";
1404
- }
1405
- .icon-bitbucket-sign:before {
1406
- content: "\f172";
1407
- }
1408
- .icon-tumblr:before {
1409
- content: "\f173";
1410
- }
1411
- .icon-tumblr-sign:before {
1412
- content: "\f174";
1413
- }
1414
- .icon-long-arrow-down:before {
1415
- content: "\f175";
1416
- }
1417
- .icon-long-arrow-up:before {
1418
- content: "\f176";
1419
- }
1420
- .icon-long-arrow-left:before {
1421
- content: "\f177";
1422
- }
1423
- .icon-long-arrow-right:before {
1424
- content: "\f178";
1425
- }
1426
- .icon-apple:before {
1427
- content: "\f179";
1428
- }
1429
- .icon-windows:before {
1430
- content: "\f17a";
1431
- }
1432
- .icon-android:before {
1433
- content: "\f17b";
1434
- }
1435
- .icon-linux:before {
1436
- content: "\f17c";
1437
- }
1438
- .icon-dribbble:before {
1439
- content: "\f17d";
1440
- }
1441
- .icon-skype:before {
1442
- content: "\f17e";
1443
- }
1444
- .icon-foursquare:before {
1445
- content: "\f180";
1446
- }
1447
- .icon-trello:before {
1448
- content: "\f181";
1449
- }
1450
- .icon-female:before {
1451
- content: "\f182";
1452
- }
1453
- .icon-male:before {
1454
- content: "\f183";
1455
- }
1456
- .icon-gittip:before {
1457
- content: "\f184";
1458
- }
1459
- .icon-sun:before {
1460
- content: "\f185";
1461
- }
1462
- .icon-moon:before {
1463
- content: "\f186";
1464
- }
1465
- .icon-archive:before {
1466
- content: "\f187";
1467
- }
1468
- .icon-bug:before {
1469
- content: "\f188";
1470
- }
1471
- .icon-vk:before {
1472
- content: "\f189";
1473
- }
1474
- .icon-weibo:before {
1475
- content: "\f18a";
1476
- }
1477
- .icon-renren:before {
1478
- content: "\f18b";
1479
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
libs/font-awesome/css/font-awesome.min.css DELETED
@@ -1,403 +0,0 @@
1
- @font-face{font-family:'FontAwesome';src:url('../font/fontawesome-webfont.eot?v=3.2.1');src:url('../font/fontawesome-webfont.eot?#iefix&v=3.2.1') format('embedded-opentype'),url('../font/fontawesome-webfont.woff?v=3.2.1') format('woff'),url('../font/fontawesome-webfont.ttf?v=3.2.1') format('truetype'),url('../font/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1') format('svg');font-weight:normal;font-style:normal;}[class^="icon-"],[class*=" icon-"]{font-family:FontAwesome;font-weight:normal;font-style:normal;text-decoration:inherit;-webkit-font-smoothing:antialiased;*margin-right:.3em;}
2
- [class^="icon-"]:before,[class*=" icon-"]:before{text-decoration:inherit;display:inline-block;speak:none;}
3
- .icon-large:before{vertical-align:-10%;font-size:1.3333333333333333em;}
4
- a [class^="icon-"],a [class*=" icon-"]{display:inline;}
5
- [class^="icon-"].icon-fixed-width,[class*=" icon-"].icon-fixed-width{display:inline-block;width:1.1428571428571428em;text-align:right;padding-right:0.2857142857142857em;}[class^="icon-"].icon-fixed-width.icon-large,[class*=" icon-"].icon-fixed-width.icon-large{width:1.4285714285714286em;}
6
- .icons-ul{margin-left:2.142857142857143em;list-style-type:none;}.icons-ul>li{position:relative;}
7
- .icons-ul .icon-li{position:absolute;left:-2.142857142857143em;width:2.142857142857143em;text-align:center;line-height:inherit;}
8
- [class^="icon-"].hide,[class*=" icon-"].hide{display:none;}
9
- .icon-muted{color:#eeeeee;}
10
- .icon-light{color:#ffffff;}
11
- .icon-dark{color:#333333;}
12
- .icon-border{border:solid 1px #eeeeee;padding:.2em .25em .15em;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;}
13
- .icon-2x{font-size:2em;}.icon-2x.icon-border{border-width:2px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;}
14
- .icon-3x{font-size:3em;}.icon-3x.icon-border{border-width:3px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;}
15
- .icon-4x{font-size:4em;}.icon-4x.icon-border{border-width:4px;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;}
16
- .icon-5x{font-size:5em;}.icon-5x.icon-border{border-width:5px;-webkit-border-radius:7px;-moz-border-radius:7px;border-radius:7px;}
17
- .pull-right{float:right;}
18
- .pull-left{float:left;}
19
- [class^="icon-"].pull-left,[class*=" icon-"].pull-left{margin-right:.3em;}
20
- [class^="icon-"].pull-right,[class*=" icon-"].pull-right{margin-left:.3em;}
21
- [class^="icon-"],[class*=" icon-"]{display:inline;width:auto;height:auto;line-height:normal;vertical-align:baseline;background-image:none;background-position:0% 0%;background-repeat:repeat;margin-top:0;}
22
- .icon-white,.nav-pills>.active>a>[class^="icon-"],.nav-pills>.active>a>[class*=" icon-"],.nav-list>.active>a>[class^="icon-"],.nav-list>.active>a>[class*=" icon-"],.navbar-inverse .nav>.active>a>[class^="icon-"],.navbar-inverse .nav>.active>a>[class*=" icon-"],.dropdown-menu>li>a:hover>[class^="icon-"],.dropdown-menu>li>a:hover>[class*=" icon-"],.dropdown-menu>.active>a>[class^="icon-"],.dropdown-menu>.active>a>[class*=" icon-"],.dropdown-submenu:hover>a>[class^="icon-"],.dropdown-submenu:hover>a>[class*=" icon-"]{background-image:none;}
23
- .btn [class^="icon-"].icon-large,.nav [class^="icon-"].icon-large,.btn [class*=" icon-"].icon-large,.nav [class*=" icon-"].icon-large{line-height:.9em;}
24
- .btn [class^="icon-"].icon-spin,.nav [class^="icon-"].icon-spin,.btn [class*=" icon-"].icon-spin,.nav [class*=" icon-"].icon-spin{display:inline-block;}
25
- .nav-tabs [class^="icon-"],.nav-pills [class^="icon-"],.nav-tabs [class*=" icon-"],.nav-pills [class*=" icon-"],.nav-tabs [class^="icon-"].icon-large,.nav-pills [class^="icon-"].icon-large,.nav-tabs [class*=" icon-"].icon-large,.nav-pills [class*=" icon-"].icon-large{line-height:.9em;}
26
- .btn [class^="icon-"].pull-left.icon-2x,.btn [class*=" icon-"].pull-left.icon-2x,.btn [class^="icon-"].pull-right.icon-2x,.btn [class*=" icon-"].pull-right.icon-2x{margin-top:.18em;}
27
- .btn [class^="icon-"].icon-spin.icon-large,.btn [class*=" icon-"].icon-spin.icon-large{line-height:.8em;}
28
- .btn.btn-small [class^="icon-"].pull-left.icon-2x,.btn.btn-small [class*=" icon-"].pull-left.icon-2x,.btn.btn-small [class^="icon-"].pull-right.icon-2x,.btn.btn-small [class*=" icon-"].pull-right.icon-2x{margin-top:.25em;}
29
- .btn.btn-large [class^="icon-"],.btn.btn-large [class*=" icon-"]{margin-top:0;}.btn.btn-large [class^="icon-"].pull-left.icon-2x,.btn.btn-large [class*=" icon-"].pull-left.icon-2x,.btn.btn-large [class^="icon-"].pull-right.icon-2x,.btn.btn-large [class*=" icon-"].pull-right.icon-2x{margin-top:.05em;}
30
- .btn.btn-large [class^="icon-"].pull-left.icon-2x,.btn.btn-large [class*=" icon-"].pull-left.icon-2x{margin-right:.2em;}
31
- .btn.btn-large [class^="icon-"].pull-right.icon-2x,.btn.btn-large [class*=" icon-"].pull-right.icon-2x{margin-left:.2em;}
32
- .nav-list [class^="icon-"],.nav-list [class*=" icon-"]{line-height:inherit;}
33
- .icon-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:-35%;}.icon-stack [class^="icon-"],.icon-stack [class*=" icon-"]{display:block;text-align:center;position:absolute;width:100%;height:100%;font-size:1em;line-height:inherit;*line-height:2em;}
34
- .icon-stack .icon-stack-base{font-size:2em;*line-height:1em;}
35
- .icon-spin{display:inline-block;-moz-animation:spin 2s infinite linear;-o-animation:spin 2s infinite linear;-webkit-animation:spin 2s infinite linear;animation:spin 2s infinite linear;}
36
- a .icon-stack,a .icon-spin{display:inline-block;text-decoration:none;}
37
- @-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);}}.icon-rotate-90:before{-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg);filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);}
38
- .icon-rotate-180:before{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg);filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);}
39
- .icon-rotate-270:before{-webkit-transform:rotate(270deg);-moz-transform:rotate(270deg);-ms-transform:rotate(270deg);-o-transform:rotate(270deg);transform:rotate(270deg);filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);}
40
- .icon-flip-horizontal:before{-webkit-transform:scale(-1, 1);-moz-transform:scale(-1, 1);-ms-transform:scale(-1, 1);-o-transform:scale(-1, 1);transform:scale(-1, 1);}
41
- .icon-flip-vertical:before{-webkit-transform:scale(1, -1);-moz-transform:scale(1, -1);-ms-transform:scale(1, -1);-o-transform:scale(1, -1);transform:scale(1, -1);}
42
- a .icon-rotate-90:before,a .icon-rotate-180:before,a .icon-rotate-270:before,a .icon-flip-horizontal:before,a .icon-flip-vertical:before{display:inline-block;}
43
- .icon-glass:before{content:"\f000";}
44
- .icon-music:before{content:"\f001";}
45
- .icon-search:before{content:"\f002";}
46
- .icon-envelope-alt:before{content:"\f003";}
47
- .icon-heart:before{content:"\f004";}
48
- .icon-star:before{content:"\f005";}
49
- .icon-star-empty:before{content:"\f006";}
50
- .icon-user:before{content:"\f007";}
51
- .icon-film:before{content:"\f008";}
52
- .icon-th-large:before{content:"\f009";}
53
- .icon-th:before{content:"\f00a";}
54
- .icon-th-list:before{content:"\f00b";}
55
- .icon-ok:before{content:"\f00c";}
56
- .icon-remove:before{content:"\f00d";}
57
- .icon-zoom-in:before{content:"\f00e";}
58
- .icon-zoom-out:before{content:"\f010";}
59
- .icon-power-off:before,.icon-off:before{content:"\f011";}
60
- .icon-signal:before{content:"\f012";}
61
- .icon-gear:before,.icon-cog:before{content:"\f013";}
62
- .icon-trash:before{content:"\f014";}
63
- .icon-home:before{content:"\f015";}
64
- .icon-file-alt:before{content:"\f016";}
65
- .icon-time:before{content:"\f017";}
66
- .icon-road:before{content:"\f018";}
67
- .icon-download-alt:before{content:"\f019";}
68
- .icon-download:before{content:"\f01a";}
69
- .icon-upload:before{content:"\f01b";}
70
- .icon-inbox:before{content:"\f01c";}
71
- .icon-play-circle:before{content:"\f01d";}
72
- .icon-rotate-right:before,.icon-repeat:before{content:"\f01e";}
73
- .icon-refresh:before{content:"\f021";}
74
- .icon-list-alt:before{content:"\f022";}
75
- .icon-lock:before{content:"\f023";}
76
- .icon-flag:before{content:"\f024";}
77
- .icon-headphones:before{content:"\f025";}
78
- .icon-volume-off:before{content:"\f026";}
79
- .icon-volume-down:before{content:"\f027";}
80
- .icon-volume-up:before{content:"\f028";}
81
- .icon-qrcode:before{content:"\f029";}
82
- .icon-barcode:before{content:"\f02a";}
83
- .icon-tag:before{content:"\f02b";}
84
- .icon-tags:before{content:"\f02c";}
85
- .icon-book:before{content:"\f02d";}
86
- .icon-bookmark:before{content:"\f02e";}
87
- .icon-print:before{content:"\f02f";}
88
- .icon-camera:before{content:"\f030";}
89
- .icon-font:before{content:"\f031";}
90
- .icon-bold:before{content:"\f032";}
91
- .icon-italic:before{content:"\f033";}
92
- .icon-text-height:before{content:"\f034";}
93
- .icon-text-width:before{content:"\f035";}
94
- .icon-align-left:before{content:"\f036";}
95
- .icon-align-center:before{content:"\f037";}
96
- .icon-align-right:before{content:"\f038";}
97
- .icon-align-justify:before{content:"\f039";}
98
- .icon-list:before{content:"\f03a";}
99
- .icon-indent-left:before{content:"\f03b";}
100
- .icon-indent-right:before{content:"\f03c";}
101
- .icon-facetime-video:before{content:"\f03d";}
102
- .icon-picture:before{content:"\f03e";}
103
- .icon-pencil:before{content:"\f040";}
104
- .icon-map-marker:before{content:"\f041";}
105
- .icon-adjust:before{content:"\f042";}
106
- .icon-tint:before{content:"\f043";}
107
- .icon-edit:before{content:"\f044";}
108
- .icon-share:before{content:"\f045";}
109
- .icon-check:before{content:"\f046";}
110
- .icon-move:before{content:"\f047";}
111
- .icon-step-backward:before{content:"\f048";}
112
- .icon-fast-backward:before{content:"\f049";}
113
- .icon-backward:before{content:"\f04a";}
114
- .icon-play:before{content:"\f04b";}
115
- .icon-pause:before{content:"\f04c";}
116
- .icon-stop:before{content:"\f04d";}
117
- .icon-forward:before{content:"\f04e";}
118
- .icon-fast-forward:before{content:"\f050";}
119
- .icon-step-forward:before{content:"\f051";}
120
- .icon-eject:before{content:"\f052";}
121
- .icon-chevron-left:before{content:"\f053";}
122
- .icon-chevron-right:before{content:"\f054";}
123
- .icon-plus-sign:before{content:"\f055";}
124
- .icon-minus-sign:before{content:"\f056";}
125
- .icon-remove-sign:before{content:"\f057";}
126
- .icon-ok-sign:before{content:"\f058";}
127
- .icon-question-sign:before{content:"\f059";}
128
- .icon-info-sign:before{content:"\f05a";}
129
- .icon-screenshot:before{content:"\f05b";}
130
- .icon-remove-circle:before{content:"\f05c";}
131
- .icon-ok-circle:before{content:"\f05d";}
132
- .icon-ban-circle:before{content:"\f05e";}
133
- .icon-arrow-left:before{content:"\f060";}
134
- .icon-arrow-right:before{content:"\f061";}
135
- .icon-arrow-up:before{content:"\f062";}
136
- .icon-arrow-down:before{content:"\f063";}
137
- .icon-mail-forward:before,.icon-share-alt:before{content:"\f064";}
138
- .icon-resize-full:before{content:"\f065";}
139
- .icon-resize-small:before{content:"\f066";}
140
- .icon-plus:before{content:"\f067";}
141
- .icon-minus:before{content:"\f068";}
142
- .icon-asterisk:before{content:"\f069";}
143
- .icon-exclamation-sign:before{content:"\f06a";}
144
- .icon-gift:before{content:"\f06b";}
145
- .icon-leaf:before{content:"\f06c";}
146
- .icon-fire:before{content:"\f06d";}
147
- .icon-eye-open:before{content:"\f06e";}
148
- .icon-eye-close:before{content:"\f070";}
149
- .icon-warning-sign:before{content:"\f071";}
150
- .icon-plane:before{content:"\f072";}
151
- .icon-calendar:before{content:"\f073";}
152
- .icon-random:before{content:"\f074";}
153
- .icon-comment:before{content:"\f075";}
154
- .icon-magnet:before{content:"\f076";}
155
- .icon-chevron-up:before{content:"\f077";}
156
- .icon-chevron-down:before{content:"\f078";}
157
- .icon-retweet:before{content:"\f079";}
158
- .icon-shopping-cart:before{content:"\f07a";}
159
- .icon-folder-close:before{content:"\f07b";}
160
- .icon-folder-open:before{content:"\f07c";}
161
- .icon-resize-vertical:before{content:"\f07d";}
162
- .icon-resize-horizontal:before{content:"\f07e";}
163
- .icon-bar-chart:before{content:"\f080";}
164
- .icon-twitter-sign:before{content:"\f081";}
165
- .icon-facebook-sign:before{content:"\f082";}
166
- .icon-camera-retro:before{content:"\f083";}
167
- .icon-key:before{content:"\f084";}
168
- .icon-gears:before,.icon-cogs:before{content:"\f085";}
169
- .icon-comments:before{content:"\f086";}
170
- .icon-thumbs-up-alt:before{content:"\f087";}
171
- .icon-thumbs-down-alt:before{content:"\f088";}
172
- .icon-star-half:before{content:"\f089";}
173
- .icon-heart-empty:before{content:"\f08a";}
174
- .icon-signout:before{content:"\f08b";}
175
- .icon-linkedin-sign:before{content:"\f08c";}
176
- .icon-pushpin:before{content:"\f08d";}
177
- .icon-external-link:before{content:"\f08e";}
178
- .icon-signin:before{content:"\f090";}
179
- .icon-trophy:before{content:"\f091";}
180
- .icon-github-sign:before{content:"\f092";}
181
- .icon-upload-alt:before{content:"\f093";}
182
- .icon-lemon:before{content:"\f094";}
183
- .icon-phone:before{content:"\f095";}
184
- .icon-unchecked:before,.icon-check-empty:before{content:"\f096";}
185
- .icon-bookmark-empty:before{content:"\f097";}
186
- .icon-phone-sign:before{content:"\f098";}
187
- .icon-twitter:before{content:"\f099";}
188
- .icon-facebook:before{content:"\f09a";}
189
- .icon-github:before{content:"\f09b";}
190
- .icon-unlock:before{content:"\f09c";}
191
- .icon-credit-card:before{content:"\f09d";}
192
- .icon-rss:before{content:"\f09e";}
193
- .icon-hdd:before{content:"\f0a0";}
194
- .icon-bullhorn:before{content:"\f0a1";}
195
- .icon-bell:before{content:"\f0a2";}
196
- .icon-certificate:before{content:"\f0a3";}
197
- .icon-hand-right:before{content:"\f0a4";}
198
- .icon-hand-left:before{content:"\f0a5";}
199
- .icon-hand-up:before{content:"\f0a6";}
200
- .icon-hand-down:before{content:"\f0a7";}
201
- .icon-circle-arrow-left:before{content:"\f0a8";}
202
- .icon-circle-arrow-right:before{content:"\f0a9";}
203
- .icon-circle-arrow-up:before{content:"\f0aa";}
204
- .icon-circle-arrow-down:before{content:"\f0ab";}
205
- .icon-globe:before{content:"\f0ac";}
206
- .icon-wrench:before{content:"\f0ad";}
207
- .icon-tasks:before{content:"\f0ae";}
208
- .icon-filter:before{content:"\f0b0";}
209
- .icon-briefcase:before{content:"\f0b1";}
210
- .icon-fullscreen:before{content:"\f0b2";}
211
- .icon-group:before{content:"\f0c0";}
212
- .icon-link:before{content:"\f0c1";}
213
- .icon-cloud:before{content:"\f0c2";}
214
- .icon-beaker:before{content:"\f0c3";}
215
- .icon-cut:before{content:"\f0c4";}
216
- .icon-copy:before{content:"\f0c5";}
217
- .icon-paperclip:before,.icon-paper-clip:before{content:"\f0c6";}
218
- .icon-save:before{content:"\f0c7";}
219
- .icon-sign-blank:before{content:"\f0c8";}
220
- .icon-reorder:before{content:"\f0c9";}
221
- .icon-list-ul:before{content:"\f0ca";}
222
- .icon-list-ol:before{content:"\f0cb";}
223
- .icon-strikethrough:before{content:"\f0cc";}
224
- .icon-underline:before{content:"\f0cd";}
225
- .icon-table:before{content:"\f0ce";}
226
- .icon-magic:before{content:"\f0d0";}
227
- .icon-truck:before{content:"\f0d1";}
228
- .icon-pinterest:before{content:"\f0d2";}
229
- .icon-pinterest-sign:before{content:"\f0d3";}
230
- .icon-google-plus-sign:before{content:"\f0d4";}
231
- .icon-google-plus:before{content:"\f0d5";}
232
- .icon-money:before{content:"\f0d6";}
233
- .icon-caret-down:before{content:"\f0d7";}
234
- .icon-caret-up:before{content:"\f0d8";}
235
- .icon-caret-left:before{content:"\f0d9";}
236
- .icon-caret-right:before{content:"\f0da";}
237
- .icon-columns:before{content:"\f0db";}
238
- .icon-sort:before{content:"\f0dc";}
239
- .icon-sort-down:before{content:"\f0dd";}
240
- .icon-sort-up:before{content:"\f0de";}
241
- .icon-envelope:before{content:"\f0e0";}
242
- .icon-linkedin:before{content:"\f0e1";}
243
- .icon-rotate-left:before,.icon-undo:before{content:"\f0e2";}
244
- .icon-legal:before{content:"\f0e3";}
245
- .icon-dashboard:before{content:"\f0e4";}
246
- .icon-comment-alt:before{content:"\f0e5";}
247
- .icon-comments-alt:before{content:"\f0e6";}
248
- .icon-bolt:before{content:"\f0e7";}
249
- .icon-sitemap:before{content:"\f0e8";}
250
- .icon-umbrella:before{content:"\f0e9";}
251
- .icon-paste:before{content:"\f0ea";}
252
- .icon-lightbulb:before{content:"\f0eb";}
253
- .icon-exchange:before{content:"\f0ec";}
254
- .icon-cloud-download:before{content:"\f0ed";}
255
- .icon-cloud-upload:before{content:"\f0ee";}
256
- .icon-user-md:before{content:"\f0f0";}
257
- .icon-stethoscope:before{content:"\f0f1";}
258
- .icon-suitcase:before{content:"\f0f2";}
259
- .icon-bell-alt:before{content:"\f0f3";}
260
- .icon-coffee:before{content:"\f0f4";}
261
- .icon-food:before{content:"\f0f5";}
262
- .icon-file-text-alt:before{content:"\f0f6";}
263
- .icon-building:before{content:"\f0f7";}
264
- .icon-hospital:before{content:"\f0f8";}
265
- .icon-ambulance:before{content:"\f0f9";}
266
- .icon-medkit:before{content:"\f0fa";}
267
- .icon-fighter-jet:before{content:"\f0fb";}
268
- .icon-beer:before{content:"\f0fc";}
269
- .icon-h-sign:before{content:"\f0fd";}
270
- .icon-plus-sign-alt:before{content:"\f0fe";}
271
- .icon-double-angle-left:before{content:"\f100";}
272
- .icon-double-angle-right:before{content:"\f101";}
273
- .icon-double-angle-up:before{content:"\f102";}
274
- .icon-double-angle-down:before{content:"\f103";}
275
- .icon-angle-left:before{content:"\f104";}
276
- .icon-angle-right:before{content:"\f105";}
277
- .icon-angle-up:before{content:"\f106";}
278
- .icon-angle-down:before{content:"\f107";}
279
- .icon-desktop:before{content:"\f108";}
280
- .icon-laptop:before{content:"\f109";}
281
- .icon-tablet:before{content:"\f10a";}
282
- .icon-mobile-phone:before{content:"\f10b";}
283
- .icon-circle-blank:before{content:"\f10c";}
284
- .icon-quote-left:before{content:"\f10d";}
285
- .icon-quote-right:before{content:"\f10e";}
286
- .icon-spinner:before{content:"\f110";}
287
- .icon-circle:before{content:"\f111";}
288
- .icon-mail-reply:before,.icon-reply:before{content:"\f112";}
289
- .icon-github-alt:before{content:"\f113";}
290
- .icon-folder-close-alt:before{content:"\f114";}
291
- .icon-folder-open-alt:before{content:"\f115";}
292
- .icon-expand-alt:before{content:"\f116";}
293
- .icon-collapse-alt:before{content:"\f117";}
294
- .icon-smile:before{content:"\f118";}
295
- .icon-frown:before{content:"\f119";}
296
- .icon-meh:before{content:"\f11a";}
297
- .icon-gamepad:before{content:"\f11b";}
298
- .icon-keyboard:before{content:"\f11c";}
299
- .icon-flag-alt:before{content:"\f11d";}
300
- .icon-flag-checkered:before{content:"\f11e";}
301
- .icon-terminal:before{content:"\f120";}
302
- .icon-code:before{content:"\f121";}
303
- .icon-reply-all:before{content:"\f122";}
304
- .icon-mail-reply-all:before{content:"\f122";}
305
- .icon-star-half-full:before,.icon-star-half-empty:before{content:"\f123";}
306
- .icon-location-arrow:before{content:"\f124";}
307
- .icon-crop:before{content:"\f125";}
308
- .icon-code-fork:before{content:"\f126";}
309
- .icon-unlink:before{content:"\f127";}
310
- .icon-question:before{content:"\f128";}
311
- .icon-info:before{content:"\f129";}
312
- .icon-exclamation:before{content:"\f12a";}
313
- .icon-superscript:before{content:"\f12b";}
314
- .icon-subscript:before{content:"\f12c";}
315
- .icon-eraser:before{content:"\f12d";}
316
- .icon-puzzle-piece:before{content:"\f12e";}
317
- .icon-microphone:before{content:"\f130";}
318
- .icon-microphone-off:before{content:"\f131";}
319
- .icon-shield:before{content:"\f132";}
320
- .icon-calendar-empty:before{content:"\f133";}
321
- .icon-fire-extinguisher:before{content:"\f134";}
322
- .icon-rocket:before{content:"\f135";}
323
- .icon-maxcdn:before{content:"\f136";}
324
- .icon-chevron-sign-left:before{content:"\f137";}
325
- .icon-chevron-sign-right:before{content:"\f138";}
326
- .icon-chevron-sign-up:before{content:"\f139";}
327
- .icon-chevron-sign-down:before{content:"\f13a";}
328
- .icon-html5:before{content:"\f13b";}
329
- .icon-css3:before{content:"\f13c";}
330
- .icon-anchor:before{content:"\f13d";}
331
- .icon-unlock-alt:before{content:"\f13e";}
332
- .icon-bullseye:before{content:"\f140";}
333
- .icon-ellipsis-horizontal:before{content:"\f141";}
334
- .icon-ellipsis-vertical:before{content:"\f142";}
335
- .icon-rss-sign:before{content:"\f143";}
336
- .icon-play-sign:before{content:"\f144";}
337
- .icon-ticket:before{content:"\f145";}
338
- .icon-minus-sign-alt:before{content:"\f146";}
339
- .icon-check-minus:before{content:"\f147";}
340
- .icon-level-up:before{content:"\f148";}
341
- .icon-level-down:before{content:"\f149";}
342
- .icon-check-sign:before{content:"\f14a";}
343
- .icon-edit-sign:before{content:"\f14b";}
344
- .icon-external-link-sign:before{content:"\f14c";}
345
- .icon-share-sign:before{content:"\f14d";}
346
- .icon-compass:before{content:"\f14e";}
347
- .icon-collapse:before{content:"\f150";}
348
- .icon-collapse-top:before{content:"\f151";}
349
- .icon-expand:before{content:"\f152";}
350
- .icon-euro:before,.icon-eur:before{content:"\f153";}
351
- .icon-gbp:before{content:"\f154";}
352
- .icon-dollar:before,.icon-usd:before{content:"\f155";}
353
- .icon-rupee:before,.icon-inr:before{content:"\f156";}
354
- .icon-yen:before,.icon-jpy:before{content:"\f157";}
355
- .icon-renminbi:before,.icon-cny:before{content:"\f158";}
356
- .icon-won:before,.icon-krw:before{content:"\f159";}
357
- .icon-bitcoin:before,.icon-btc:before{content:"\f15a";}
358
- .icon-file:before{content:"\f15b";}
359
- .icon-file-text:before{content:"\f15c";}
360
- .icon-sort-by-alphabet:before{content:"\f15d";}
361
- .icon-sort-by-alphabet-alt:before{content:"\f15e";}
362
- .icon-sort-by-attributes:before{content:"\f160";}
363
- .icon-sort-by-attributes-alt:before{content:"\f161";}
364
- .icon-sort-by-order:before{content:"\f162";}
365
- .icon-sort-by-order-alt:before{content:"\f163";}
366
- .icon-thumbs-up:before{content:"\f164";}
367
- .icon-thumbs-down:before{content:"\f165";}
368
- .icon-youtube-sign:before{content:"\f166";}
369
- .icon-youtube:before{content:"\f167";}
370
- .icon-xing:before{content:"\f168";}
371
- .icon-xing-sign:before{content:"\f169";}
372
- .icon-youtube-play:before{content:"\f16a";}
373
- .icon-dropbox:before{content:"\f16b";}
374
- .icon-stackexchange:before{content:"\f16c";}
375
- .icon-instagram:before{content:"\f16d";}
376
- .icon-flickr:before{content:"\f16e";}
377
- .icon-adn:before{content:"\f170";}
378
- .icon-bitbucket:before{content:"\f171";}
379
- .icon-bitbucket-sign:before{content:"\f172";}
380
- .icon-tumblr:before{content:"\f173";}
381
- .icon-tumblr-sign:before{content:"\f174";}
382
- .icon-long-arrow-down:before{content:"\f175";}
383
- .icon-long-arrow-up:before{content:"\f176";}
384
- .icon-long-arrow-left:before{content:"\f177";}
385
- .icon-long-arrow-right:before{content:"\f178";}
386
- .icon-apple:before{content:"\f179";}
387
- .icon-windows:before{content:"\f17a";}
388
- .icon-android:before{content:"\f17b";}
389
- .icon-linux:before{content:"\f17c";}
390
- .icon-dribbble:before{content:"\f17d";}
391
- .icon-skype:before{content:"\f17e";}
392
- .icon-foursquare:before{content:"\f180";}
393
- .icon-trello:before{content:"\f181";}
394
- .icon-female:before{content:"\f182";}
395
- .icon-male:before{content:"\f183";}
396
- .icon-gittip:before{content:"\f184";}
397
- .icon-sun:before{content:"\f185";}
398
- .icon-moon:before{content:"\f186";}
399
- .icon-archive:before{content:"\f187";}
400
- .icon-bug:before{content:"\f188";}
401
- .icon-vk:before{content:"\f189";}
402
- .icon-weibo:before{content:"\f18a";}
403
- .icon-renren:before{content:"\f18b";}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
libs/font-awesome/font/FontAwesome.otf DELETED
Binary file
libs/font-awesome/font/fontawesome-webfont.eot DELETED
Binary file
libs/font-awesome/font/fontawesome-webfont.svg DELETED
@@ -1,399 +0,0 @@
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="M1708 881l-188 -881h-304l181 849q4 21 1 43q-4 20 -16 35q-10 14 -28 24q-18 9 -40 9h-197l-205 -960h-303l204 960h-304l-205 -960h-304l272 1280h1139q157 0 245 -118q86 -116 52 -281z" />
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="1664" d="M1664 352v-32q0 -132 -94 -226t-226 -94h-128q-132 0 -226 94t-94 226v480h-224q-2 -102 -14.5 -190.5t-30.5 -156t-48.5 -126.5t-57 -99.5t-67.5 -77.5t-69.5 -58.5t-74 -44t-69 -32t-65.5 -25.5q-4 -2 -32 -13q-8 -2 -12 -2q-22 0 -30 20l-71 178q-5 13 0 25t17 17 q7 3 20 7.5t18 6.5q31 12 46.5 18.5t44.5 20t45.5 26t42 32.5t40.5 42.5t34.5 53.5t30.5 68.5t22.5 83.5t17 103t6.5 123h-256q-14 0 -23 9t-9 23v160q0 14 9 23t23 9h1216q14 0 23 -9t9 -23v-160q0 -14 -9 -23t-23 -9h-224v-512q0 -26 19 -45t45 -19h128q26 0 45 19t19 45 v64q0 14 9 23t23 9h192q14 0 23 -9t9 -23zM1280 1376v-160q0 -14 -9 -23t-23 -9h-960q-14 0 -23 9t-9 23v160q0 14 9 23t23 9h960q14 0 23 -9t9 -23z" />
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;" horiz-adv-x="1920" d="M805 163q-122 -67 -261 -67q-141 0 -261 67q98 61 167 149t94 191q25 -103 94 -191t167 -149zM453 1176v-344q0 -179 -89.5 -326t-234.5 -217q-129 152 -129 351q0 200 129.5 352t323.5 184zM958 991q-128 -152 -128 -351q0 -201 128 -351q-145 70 -234.5 218t-89.5 328 v341q196 -33 324 -185zM1638 163q-122 -67 -261 -67q-141 0 -261 67q98 61 167 149t94 191q25 -103 94 -191t167 -149zM1286 1176v-344q0 -179 -91 -326t-237 -217v0q133 154 133 351q0 195 -133 351q129 151 328 185zM1920 640q0 -201 -129 -351q-145 70 -234.5 218 t-89.5 328v341q194 -32 323.5 -184t129.5 -352z" />
394
- <glyph unicode="&#xf18c;" horiz-adv-x="1792" />
395
- <glyph unicode="&#xf18d;" horiz-adv-x="1792" />
396
- <glyph unicode="&#xf18e;" horiz-adv-x="1792" />
397
- <glyph unicode="&#xf500;" horiz-adv-x="1792" />
398
- </font>
399
- </defs></svg>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
libs/font-awesome/font/fontawesome-webfont.ttf DELETED
Binary file
libs/font-awesome/font/fontawesome-webfont.woff DELETED
Binary file
{src/cyclone-slider/libs → libs}/vimeo-player-js/player.js RENAMED
File without changes
{src/cyclone-slider/libs → libs}/vimeo-player-js/player.js.map RENAMED
File without changes
src/CycloneSlider/Admin.php CHANGED
@@ -111,8 +111,6 @@ class CycloneSlider_Admin {
111
 
112
  // Add hook for ajax operations if logged in
113
  add_action( 'wp_ajax_cycloneslider_get_video', array( $this, 'cycloneslider_get_video' ) );
114
-
115
- add_action( 'post_submitbox_start', array( $this, 'upgrade_link' ));
116
 
117
  }
118
 
@@ -139,16 +137,16 @@ class CycloneSlider_Admin {
139
  register_post_type( 'cycloneslider',
140
  array(
141
  'labels' => array(
142
- 'name' => __('Cyclone Slider', 'cyclone-slider-2'),
143
- 'singular_name' => __('Slideshow', 'cyclone-slider-2'),
144
- 'add_new' => __('Add Slideshow', 'cyclone-slider-2'),
145
- 'add_new_item' => __('Add New Slideshow', 'cyclone-slider-2'),
146
- 'edit_item' => __('Edit Slideshow', 'cyclone-slider-2'),
147
- 'new_item' => __('New Slideshow', 'cyclone-slider-2'),
148
- 'view_item' => __('View Slideshow', 'cyclone-slider-2'),
149
- 'search_items' => __('Search Slideshows', 'cyclone-slider-2'),
150
- 'not_found' => __('No slideshows found', 'cyclone-slider-2'),
151
- 'not_found_in_trash' => __('No slideshows found in Trash', 'cyclone-slider-2')
152
  ),
153
  'supports' => array('title'),
154
  'public' => false,
@@ -194,16 +192,16 @@ class CycloneSlider_Admin {
194
  global $post, $post_ID;
195
  $messages['cycloneslider'] = array(
196
  0 => '',
197
- 1 => __( 'Slideshow updated.', 'cyclone-slider-2' ),
198
- 2 => __( 'Custom field updated.', 'cyclone-slider-2' ),
199
- 3 => __( 'Custom field deleted.', 'cyclone-slider-2' ),
200
- 4 => __( 'Slideshow updated.', 'cyclone-slider-2' ),
201
- 5 => __( 'Slideshow updated.', 'cyclone-slider-2' ),
202
- 6 => __( 'Slideshow published.', 'cyclone-slider-2' ),
203
- 7 => __( 'Slideshow saved.', 'cyclone-slider-2' ),
204
- 8 => __( 'Slideshow updated.', 'cyclone-slider-2' ),
205
- 9 => __( 'Slideshow updated.', 'cyclone-slider-2' ),
206
- 10 => __( 'Slideshow updated.', 'cyclone-slider-2' )
207
  );
208
  return $messages;
209
  }
@@ -239,7 +237,7 @@ class CycloneSlider_Admin {
239
 
240
  add_meta_box(
241
  'cyclone-slides-metabox',
242
- __('Slides', 'cyclone-slider-2'),
243
  array( $this, 'render_slides_meta_box' ),
244
  'cycloneslider' ,
245
  'normal',
@@ -248,7 +246,7 @@ class CycloneSlider_Admin {
248
 
249
  add_meta_box(
250
  'cyclone-slider-preview-metabox',
251
- __('Slider Preview', 'cyclone-slider-2'),
252
  array( $this, 'render_slider_preview_meta_box' ),
253
  'cycloneslider' ,
254
  'side',
@@ -257,7 +255,7 @@ class CycloneSlider_Admin {
257
 
258
  add_meta_box(
259
  'cyclone-slider-codes',
260
- __('Get Slider Codes', 'cyclone-slider-2'),
261
  array( $this, 'render_slider_codes' ),
262
  'cycloneslider' ,
263
  'side',
@@ -266,7 +264,7 @@ class CycloneSlider_Admin {
266
 
267
  add_meta_box(
268
  'cyclone-slider-properties-metabox',
269
- __('Basic Settings', 'cyclone-slider-2'),
270
  array( $this, 'render_slider_properties_meta_box' ),
271
  'cycloneslider' ,
272
  'side',
@@ -275,7 +273,7 @@ class CycloneSlider_Admin {
275
 
276
  add_meta_box(
277
  'cyclone-slider-advanced-settings-metabox',
278
- __('Advanced Settings', 'cyclone-slider-2'),
279
  array( $this, 'render_slider_advanced_settings_meta_box' ),
280
  'cycloneslider' ,
281
  'side',
@@ -284,7 +282,7 @@ class CycloneSlider_Admin {
284
 
285
  add_meta_box(
286
  'cyclone-slider-templates-metabox',
287
- __('Templates', 'cyclone-slider-2'),
288
  array( $this, 'render_slider_templates_meta_box' ),
289
  'cycloneslider' ,
290
  'normal',
@@ -293,7 +291,7 @@ class CycloneSlider_Admin {
293
 
294
  add_meta_box(
295
  'cyclone-slider-id',
296
- __('Slideshow ID', 'cyclone-slider-2'),
297
  array( $this, 'render_slider_id' ),
298
  'cycloneslider' ,
299
  'normal',
@@ -309,48 +307,53 @@ class CycloneSlider_Admin {
309
  */
310
  public function render_slides_meta_box($post){
311
 
312
- $slides_html = '';
313
-
314
- $slider_settings = $this->data->get_slider_settings( $post->ID );
315
- $slides = $this->data->get_slider_slides( $post->ID );
316
 
317
- if(is_array($slides) and count($slides)>0):
318
-
319
- foreach($slides as $i=>$slide):
320
-
321
- $image_url = $this->get_slide_img_thumb($slide['id']);
322
- $image_url = apply_filters('cycloneslider_preview_url', $image_url, $slide);
323
- $box_title = __('Slide', 'cyclone-slider-2').' '.($i+1);
324
- if( '' != trim($slide['title']) and 'image' == $slide['type'] ){
325
- $box_title = $box_title. ' - '.$slide['title'];
326
- }
327
- if( '1' == $slide['hidden'] ){
328
- $box_title = $box_title. ' - '.__('[Hidden]', 'cyclone-slider-2');
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
329
  }
330
- $box_title = apply_filters('cycloneslider_box_title', $box_title);
331
 
332
  $vars = array();
333
- $vars['i'] = $i;
334
- $vars['slider_settings'] = $slider_settings;
335
- $vars['slide'] = $slide;
336
- $vars['image_url'] = $image_url;
337
- $vars['full_image_url'] = wp_get_attachment_url($slide['id']);
338
- $vars['box_title'] = $box_title;
339
- $vars['debug'] = ($this->debug) ? cyclone_slider_debug($slide) : '';
340
- $vars['effects'] = $this->data->get_slide_effects();
341
-
342
- $slides_html .= $this->view->get_render('slide-edit.php', $vars);
343
-
344
- endforeach;
345
- endif;
346
-
347
- $vars = array();
348
- $vars['slides'] = $slides_html;
349
- $vars['post_id'] = $post->ID;
350
- $vars['nonce_name'] = $this->nonce_name;
351
- $vars['nonce'] = wp_create_nonce( $this->nonce_action );
352
-
353
- $this->view->render('slides.php', $vars);
354
  }
355
 
356
  /**
@@ -461,21 +464,21 @@ class CycloneSlider_Admin {
461
  $templates[$name]['warning'] = '';
462
 
463
  if( $template['location_name'] == 'core' ){
464
- $templates[$name]['location_name'] = __('Core', 'cyclone-slider-2');
465
- $templates[$name]['location_details'] = sprintf( __('You should not make changes to templates in this location. All your changes will be gone when the plugin is updated. <br />Location: <strong>%s</strong>', 'cyclone-slider-2' ), $template['path']);
466
  }
467
  if( $template['location_name'] == 'active-theme' ){
468
- $templates[$name]['location_name'] = 'Active Theme';
469
- $templates[$name]['location_details'] = sprintf( __("Location: <strong>%s</strong>", 'cyclone-slider-2' ), $template['path']);
470
- $templates[$name]['warning'] = sprintf( __('Your template is in danger of being overwritten when you upgrade your theme. Please consider creating a WordPress plugin Cyclone Slider template.', 'cyclone-slider-2' ) );
471
  }
472
  if( $template['location_name'] == 'wp-content' ){
473
- $templates[$name]['location_name'] = 'WP Content';
474
- $templates[$name]['location_details'] = sprintf( __("Location: <strong>%s</strong>", 'cyclone-slider-2'), $template['path'] );
475
  }
476
  if( $template['location_name'] == 'plugin' ){
477
- $templates[$name]['location_name'] = 'Plugin';
478
- $templates[$name]['location_details'] = sprintf( __("Location: <strong>%s</strong>", 'cyclone-slider-2'), $template['path'] );
479
  }
480
  // Remove inactive templates
481
  if($active_templates[$name]==0){
@@ -504,12 +507,7 @@ class CycloneSlider_Admin {
504
  $this->view->render('slider-id.php', $vars);
505
 
506
  }
507
-
508
- public function upgrade_link(){
509
- echo '<div class="cs-upgrade-action"><a href="https://www.codefleet.net/cyclone-slider-pro/">Upgrade to Pro</a></div>';
510
- echo '<div class="clear"></div>';
511
- }
512
-
513
  /**
514
  * Hook to admin footer
515
  */
@@ -518,7 +516,7 @@ class CycloneSlider_Admin {
518
  if(get_post_type()=='cycloneslider'){
519
  // Empty Slide
520
  $vars = array();
521
- $vars['box_title'] = __('Slide *', 'cyclone-slider-2');
522
  $vars['image_url'] = '';
523
  $vars['i'] = '{id}';
524
  $vars['slide'] = $this->data->get_slide_defaults();
@@ -529,6 +527,11 @@ class CycloneSlider_Admin {
529
  $vars['effects'] = $this->data->get_slide_effects();
530
  $vars['debug'] = ($this->debug) ? cyclone_slider_debug($vars['slide']) : '';
531
 
 
 
 
 
 
532
  $empty_slide = $this->view->get_render('slide-edit.php', $vars);
533
 
534
  // Main skeleton container
@@ -607,11 +610,11 @@ class CycloneSlider_Admin {
607
  */
608
  public function slideshow_columns( $columns ) {
609
  unset($columns['date']);
610
- $columns['title']= __('Slideshow Name', 'cyclone-slider-2');
611
- $columns['template']= __('Template', 'cyclone-slider-2');
612
- $columns['images']= __('No. of Slides', 'cyclone-slider-2');
613
- $columns['id']= __('Slideshow ID', 'cyclone-slider-2');
614
- $columns['shortcode']= __('Shortcode', 'cyclone-slider-2');
615
  return $columns;
616
  }
617
 
111
 
112
  // Add hook for ajax operations if logged in
113
  add_action( 'wp_ajax_cycloneslider_get_video', array( $this, 'cycloneslider_get_video' ) );
 
 
114
 
115
  }
116
 
137
  register_post_type( 'cycloneslider',
138
  array(
139
  'labels' => array(
140
+ 'name' => __('Cyclone Slider', 'cycloneslider'),
141
+ 'singular_name' => __('Slideshow', 'cycloneslider'),
142
+ 'add_new' => __('Add Slideshow', 'cycloneslider'),
143
+ 'add_new_item' => __('Add New Slideshow', 'cycloneslider'),
144
+ 'edit_item' => __('Edit Slideshow', 'cycloneslider'),
145
+ 'new_item' => __('New Slideshow', 'cycloneslider'),
146
+ 'view_item' => __('View Slideshow', 'cycloneslider'),
147
+ 'search_items' => __('Search Slideshows', 'cycloneslider'),
148
+ 'not_found' => __('No slideshows found', 'cycloneslider'),
149
+ 'not_found_in_trash' => __('No slideshows found in Trash', 'cycloneslider')
150
  ),
151
  'supports' => array('title'),
152
  'public' => false,
192
  global $post, $post_ID;
193
  $messages['cycloneslider'] = array(
194
  0 => '',
195
+ 1 => __( 'Slideshow updated.', 'cycloneslider' ),
196
+ 2 => __( 'Custom field updated.', 'cycloneslider' ),
197
+ 3 => __( 'Custom field deleted.', 'cycloneslider' ),
198
+ 4 => __( 'Slideshow updated.', 'cycloneslider' ),
199
+ 5 => __( 'Slideshow updated.', 'cycloneslider' ),
200
+ 6 => __( 'Slideshow published.', 'cycloneslider' ),
201
+ 7 => __( 'Slideshow saved.', 'cycloneslider' ),
202
+ 8 => __( 'Slideshow updated.', 'cycloneslider' ),
203
+ 9 => __( 'Slideshow updated.', 'cycloneslider' ),
204
+ 10 => __( 'Slideshow updated.', 'cycloneslider' )
205
  );
206
  return $messages;
207
  }
237
 
238
  add_meta_box(
239
  'cyclone-slides-metabox',
240
+ __('Slides', 'cycloneslider'),
241
  array( $this, 'render_slides_meta_box' ),
242
  'cycloneslider' ,
243
  'normal',
246
 
247
  add_meta_box(
248
  'cyclone-slider-preview-metabox',
249
+ __('Slider Preview', 'cycloneslider'),
250
  array( $this, 'render_slider_preview_meta_box' ),
251
  'cycloneslider' ,
252
  'side',
255
 
256
  add_meta_box(
257
  'cyclone-slider-codes',
258
+ __('Get Slider Codes', 'cycloneslider'),
259
  array( $this, 'render_slider_codes' ),
260
  'cycloneslider' ,
261
  'side',
264
 
265
  add_meta_box(
266
  'cyclone-slider-properties-metabox',
267
+ __('Basic Settings', 'cycloneslider'),
268
  array( $this, 'render_slider_properties_meta_box' ),
269
  'cycloneslider' ,
270
  'side',
273
 
274
  add_meta_box(
275
  'cyclone-slider-advanced-settings-metabox',
276
+ __('Advanced Settings', 'cycloneslider'),
277
  array( $this, 'render_slider_advanced_settings_meta_box' ),
278
  'cycloneslider' ,
279
  'side',
282
 
283
  add_meta_box(
284
  'cyclone-slider-templates-metabox',
285
+ __('Templates', 'cycloneslider'),
286
  array( $this, 'render_slider_templates_meta_box' ),
287
  'cycloneslider' ,
288
  'normal',
291
 
292
  add_meta_box(
293
  'cyclone-slider-id',
294
+ __('Slideshow ID', 'cycloneslider'),
295
  array( $this, 'render_slider_id' ),
296
  'cycloneslider' ,
297
  'normal',
307
  */
308
  public function render_slides_meta_box($post){
309
 
310
+ try {
311
+ $slider = $this->data->get_slider($post->ID);
 
 
312
 
313
+ if($slider === NULL){
314
+ $this->view->render('slides.php', array('error'=> sprintf(__('Slider "%s" not found.','cycloneslider'), $post->ID) ));
315
+ } else {
316
+ $slides_html = '';
317
+ foreach($slider['slides'] as $i=>$slide) {
318
+
319
+ $image_url = $this->get_slide_img_thumb($slide['id']);
320
+ $image_url = apply_filters('cycloneslider_preview_url', $image_url, $slide);
321
+ $box_title = __('Slide', 'cycloneslider').' '.($i+1);
322
+ if( '' != trim($slide['title']) and 'image' == $slide['type'] ){
323
+ $box_title = $box_title. ' - '.$slide['title'];
324
+ }
325
+ if( '1' == $slide['hidden'] ){
326
+ $box_title = $box_title. ' - '.__('[Hidden]', 'cycloneslider');
327
+ }
328
+ $box_title = apply_filters('cycloneslider_box_title', $box_title);
329
+
330
+ $vars = array();
331
+ $vars['i'] = $i;
332
+ $vars['slider'] = $slider;
333
+ $vars['slide'] = $slide;
334
+ $vars['image_url'] = $image_url;
335
+ $vars['full_image_url'] = wp_get_attachment_url($slide['id']);
336
+ $vars['testimonial_img_url'] = $this->get_slide_img_thumb($slide['testimonial_img']);
337
+ $vars['full_testimonial_img_url'] = wp_get_attachment_url($slide['testimonial_img']);
338
+ $vars['box_title'] = $box_title;
339
+ $vars['debug'] = ($this->debug) ? cyclone_slider_debug($slide) : '';
340
+ $vars['effects'] = $this->data->get_slide_effects();
341
+
342
+ $slides_html .= $this->view->get_render('slide-edit.php', $vars);
343
  }
 
344
 
345
  $vars = array();
346
+ $vars['error'] = '';
347
+ $vars['slides'] = $slides_html;
348
+ $vars['post_id'] = $post->ID;
349
+ $vars['nonce_name'] = $this->nonce_name;
350
+ $vars['nonce'] = wp_create_nonce( $this->nonce_action );
351
+
352
+ $this->view->render('slides.php', $vars);
353
+ }
354
+ } catch (Exception $e) {
355
+ $this->view->render('slides.php', array('error'=> $e->getMessage()));
356
+ }
 
 
 
 
 
 
 
 
 
 
357
  }
358
 
359
  /**
464
  $templates[$name]['warning'] = '';
465
 
466
  if( $template['location_name'] == 'core' ){
467
+ $templates[$name]['location_name'] = __('Core', 'cycloneslider');
468
+ $templates[$name]['location_details'] = sprintf( __('You should not make changes to templates in this location. All your changes will be gone when the plugin is updated. <br />Location: <strong>%s</strong>', 'cycloneslider' ), $template['path']);
469
  }
470
  if( $template['location_name'] == 'active-theme' ){
471
+ $templates[$name]['location_name'] = __('Active Theme', 'cycloneslider');
472
+ $templates[$name]['location_details'] = sprintf( __("Location: <strong>%s</strong>", 'cycloneslider' ), $template['path']);
473
+ $templates[$name]['warning'] = sprintf( __('Your template is in danger of being overwritten when you upgrade your theme. Please consider creating a WordPress plugin Cyclone Slider template.', 'cycloneslider' ) );
474
  }
475
  if( $template['location_name'] == 'wp-content' ){
476
+ $templates[$name]['location_name'] = __('WP Content', 'cycloneslider');
477
+ $templates[$name]['location_details'] = sprintf( __("Location: <strong>%s</strong>", 'cycloneslider'), $template['path'] );
478
  }
479
  if( $template['location_name'] == 'plugin' ){
480
+ $templates[$name]['location_name'] = __('Plugin', 'cycloneslider');
481
+ $templates[$name]['location_details'] = sprintf( __("Location: <strong>%s</strong>", 'cycloneslider'), $template['path'] );
482
  }
483
  // Remove inactive templates
484
  if($active_templates[$name]==0){
507
  $this->view->render('slider-id.php', $vars);
508
 
509
  }
510
+
 
 
 
 
 
511
  /**
512
  * Hook to admin footer
513
  */
516
  if(get_post_type()=='cycloneslider'){
517
  // Empty Slide
518
  $vars = array();
519
+ $vars['box_title'] = __('Slide *', 'cycloneslider');
520
  $vars['image_url'] = '';
521
  $vars['i'] = '{id}';
522
  $vars['slide'] = $this->data->get_slide_defaults();
527
  $vars['effects'] = $this->data->get_slide_effects();
528
  $vars['debug'] = ($this->debug) ? cyclone_slider_debug($vars['slide']) : '';
529
 
530
+ $vars['full_image_url'] = '';
531
+ $vars['testimonial_img_url'] = '';
532
+ $vars['full_testimonial_img_url'] = '';
533
+ $vars['type'] = 'image';
534
+
535
  $empty_slide = $this->view->get_render('slide-edit.php', $vars);
536
 
537
  // Main skeleton container
610
  */
611
  public function slideshow_columns( $columns ) {
612
  unset($columns['date']);
613
+ $columns['title']= __('Slideshow Name', 'cycloneslider');
614
+ $columns['template']= __('Template', 'cycloneslider');
615
+ $columns['images']= __('No. of Slides', 'cycloneslider');
616
+ $columns['id']= __('Slideshow ID', 'cycloneslider');
617
+ $columns['shortcode']= __('Shortcode', 'cycloneslider');
618
  return $columns;
619
  }
620
 
src/CycloneSlider/AssetLoader.php CHANGED
@@ -49,9 +49,6 @@ class CycloneSlider_AssetLoader {
49
  // Required media files for new media manager. Since WP 3.5+
50
  wp_enqueue_media();
51
 
52
- // Fontawesome style
53
- wp_enqueue_style( 'font-awesome', $this->url.'libs/font-awesome/css/font-awesome.min.css', array(), $this->version );
54
-
55
  // Main style
56
  wp_enqueue_style( 'cycloneslider-admin-styles', $this->url.'css/admin.css', array(), $this->version );
57
 
@@ -68,11 +65,11 @@ class CycloneSlider_AssetLoader {
68
  wp_register_script( 'cycloneslider-admin-script', $this->url.'js/admin.js', array('jquery'), $this->version );
69
  wp_localize_script( 'cycloneslider-admin-script', 'cycloneslider_admin_vars',
70
  array(
71
- 'title' => __( 'Select an image', 'cyclone-slider-2' ), // This will be used as the default title
72
- 'title2' => __( 'Select Images - Use Ctrl + Click or Shift + Click', 'cyclone-slider-2' ),
73
- 'button' => __( 'Add to Slide', 'cyclone-slider-2' ), // This will be used as the default button text
74
- 'button2' => __( 'Add Images as Slides', 'cyclone-slider-2' ),
75
- 'youtube_url_error' => __( 'Error. Make sure its a valid YouTube URL.', 'cyclone-slider-2' )
76
  )
77
  );
78
  wp_enqueue_script( 'cycloneslider-admin-script');
@@ -144,7 +141,10 @@ class CycloneSlider_AssetLoader {
144
 
145
  /*** Templates Scripts ***/
146
  $this->enqueue_templates_scripts();
147
-
 
 
 
148
  /*** Client Script ***/
149
  wp_enqueue_script( 'cyclone-client', $this->url.'js/client.js', array('jquery'), $this->version, $in_footer );
150
 
49
  // Required media files for new media manager. Since WP 3.5+
50
  wp_enqueue_media();
51
 
 
 
 
52
  // Main style
53
  wp_enqueue_style( 'cycloneslider-admin-styles', $this->url.'css/admin.css', array(), $this->version );
54
 
65
  wp_register_script( 'cycloneslider-admin-script', $this->url.'js/admin.js', array('jquery'), $this->version );
66
  wp_localize_script( 'cycloneslider-admin-script', 'cycloneslider_admin_vars',
67
  array(
68
+ 'title' => __( 'Select an image', 'cycloneslider' ), // This will be used as the default title
69
+ 'title2' => __( 'Select Images - Use Ctrl + Click or Shift + Click', 'cycloneslider' ),
70
+ 'button' => __( 'Add to Slide', 'cycloneslider' ), // This will be used as the default button text
71
+ 'button2' => __( 'Add Images as Slides', 'cycloneslider' ),
72
+ 'youtube_url_error' => __( 'Error. Make sure its a valid YouTube URL.', 'cycloneslider' )
73
  )
74
  );
75
  wp_enqueue_script( 'cycloneslider-admin-script');
141
 
142
  /*** Templates Scripts ***/
143
  $this->enqueue_templates_scripts();
144
+
145
+ /*** Vimeo JS API ***/
146
+ wp_enqueue_script( 'vimeo-player-js', $this->url.'libs/vimeo-player-js/player.js', array(), $this->version, $in_footer );
147
+
148
  /*** Client Script ***/
149
  wp_enqueue_script( 'cyclone-client', $this->url.'js/client.js', array('jquery'), $this->version, $in_footer );
150
 
src/CycloneSlider/Data.php CHANGED
@@ -36,31 +36,23 @@ class CycloneSlider_Data {
36
  public function run(){
37
  global $wp_version;
38
 
39
- // Save slides. Use better hook if available
40
- if ( version_compare( $wp_version, '3.7', '>=' ) ) {
41
- add_action( 'save_post_cycloneslider', array( $this, 'save_slider_post' ) );
42
- } else {
43
- add_action( 'save_post', array( $this, 'save_slider_post' ) );
44
- }
45
-
46
-
47
  }
48
 
49
  /**
50
  * Save post hook
51
  */
52
- public function save_slider_post( $post_id ){
53
- global $cyclone_slider_saved_done;
54
-
55
- // Stop! We have already saved..
56
- if($cyclone_slider_saved_done){
57
- return $post_id;
58
- }
59
 
60
  // Verify nonce
61
  $nonce_name = $this->nonce_name;
62
- if (!empty($_POST[$nonce_name])) {
63
- if (!wp_verify_nonce($_POST[$nonce_name], $this->nonce_action)) {
64
  return $post_id;
65
  }
66
  } else {
@@ -71,52 +63,69 @@ class CycloneSlider_Data {
71
  if (defined('DOING_AUTOSAVE') && DOING_AUTOSAVE) {
72
  return $post_id;
73
  }
74
-
75
- // Assign POST data with array key checks
76
- $slides = isset($_POST['cycloneslider_metas']) ? $_POST['cycloneslider_metas'] : array();
77
- $slider_settings = isset($_POST['cycloneslider_settings']) ? $_POST['cycloneslider_settings'] : array();
78
- // Resize images
79
- $this->image_resizer->resize_images( $slider_settings, $slides );
80
-
81
- // Save slides
82
- $this->add_slider_slides( $post_id, $slides );
83
-
84
- // Save slider settings
85
- $this->add_slider_settings( $post_id, $slider_settings);
86
-
87
- // Marked as done
88
- $cyclone_slider_saved_done = true;
89
  }
90
 
91
  /**
92
- * API to add slider
93
- */
94
- public function add_slider( $post_title, $slider_settings, $slides ){
95
-
96
- $post_data = array(
97
- 'post_type' => 'cycloneslider',
98
- 'post_title' => $post_title,
99
- 'post_content' => '',
100
- 'post_status' => 'publish'
101
- );
102
 
103
- if( $slider_id = wp_insert_post( $post_data ) ){
104
-
105
- // Resize images if needed
106
- if( $slider_settings['resize'] == 1){
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
107
 
108
- $this->image_resizer->resize_images( $slider_settings, $slides );
109
  }
110
 
111
  // Save slides
112
- $this->add_slider_slides( $slider_id, $slides );
113
 
114
  // Save slider settings
115
- $this->add_slider_settings( $slider_id, $slider_settings );
116
-
117
- }
118
- }
119
-
 
 
120
  /**
121
  * Add Slide Settings
122
  *
@@ -126,7 +135,7 @@ class CycloneSlider_Data {
126
  * @param array $settings Slider settings array
127
  * @return void
128
  */
129
- public function add_slider_settings( $slider_id, $settings ){
130
  $settings = wp_parse_args(
131
  $settings,
132
  $this->get_slider_defaults()
@@ -147,17 +156,8 @@ class CycloneSlider_Data {
147
  $settings_to_save['random'] = (int) ( $settings['random'] );
148
  $settings_to_save['resize'] = (int) ( $settings['resize'] );
149
  $settings_to_save['width_management'] = sanitize_text_field( $settings['width_management'] );
150
- // Pro options
151
- $settings_to_save['easing'] = '';
152
- $settings_to_save['resize_option'] = 'fit';
153
- $settings_to_save['resize_quality'] = 100;
154
- $settings_to_save['allow_wrap'] = 'true';
155
- $settings_to_save['dynamic_height'] = 'off';
156
- $settings_to_save['dynamic_height_speed'] = 250;
157
- $settings_to_save['delay'] = 0;
158
- $settings_to_save['swipe'] = 'false';
159
-
160
- $settings_to_save = apply_filters('cycloneslider_settings', $settings_to_save, $slider_id); // Apply filters before saving
161
 
162
  delete_post_meta($slider_id, '_cycloneslider_settings');
163
  update_post_meta($slider_id, '_cycloneslider_settings', $settings_to_save);
@@ -170,60 +170,57 @@ class CycloneSlider_Data {
170
  *
171
  * @param int $slider_id Slider post ID
172
  * @param array $slides Slides array
173
- * @return void
174
  */
175
- public function add_slider_slides( $slider_id, $slides ){
176
 
177
  $slides_to_save = array();
178
 
179
- if( is_array($slides) ){
180
-
181
- $i=0;//always start from 0
182
- foreach($slides as $slide){
183
- $slide = wp_parse_args(
184
- $slide,
185
- $this->get_slide_defaults()
186
- );
187
- $slides_to_save[$i]['id'] = (int) ($slide['id']);
188
- $slides_to_save[$i]['type'] = sanitize_text_field($slide['type']);
189
- $slides_to_save[$i]['hidden'] = (int) ($slide['hidden']);
190
-
191
- $slides_to_save[$i]['link'] = esc_url_raw($slide['link']);
192
- $slides_to_save[$i]['title'] = wp_kses_post($slide['title']);
193
- $slides_to_save[$i]['description'] = wp_kses_post($slide['description']);
194
- $slides_to_save[$i]['link_target'] = sanitize_text_field($slide['link_target']);
195
-
196
- $slides_to_save[$i]['img_alt'] = sanitize_text_field($slide['img_alt']);
197
- $slides_to_save[$i]['img_title'] = sanitize_text_field($slide['img_title']);
198
-
199
- $slides_to_save[$i]['enable_slide_effects'] = (int) ($slide['enable_slide_effects']);
200
- $slides_to_save[$i]['fx'] = sanitize_text_field($slide['fx']);
201
- $slides_to_save[$i]['speed'] = sanitize_text_field($slide['speed']);
202
- $slides_to_save[$i]['timeout'] = sanitize_text_field($slide['timeout']);
203
- $slides_to_save[$i]['tile_count'] = sanitize_text_field($slide['tile_count']);
204
- $slides_to_save[$i]['tile_delay'] = sanitize_text_field($slide['tile_delay']);
205
- $slides_to_save[$i]['tile_vertical'] = sanitize_text_field($slide['tile_vertical']);
206
-
207
- $slides_to_save[$i]['video_thumb'] = esc_url_raw($slide['video_thumb']);
208
- $slides_to_save[$i]['video_url'] = esc_url_raw($slide['video_url']);
209
- $slides_to_save[$i]['video'] = $slide['video'];
210
-
211
- $slides_to_save[$i]['custom'] = $slide['custom'];
212
-
213
- $slides_to_save[$i]['youtube_url'] = esc_url_raw($slide['youtube_url']);
214
- $slides_to_save[$i]['youtube_related'] = sanitize_text_field($slide['youtube_related']);
215
-
216
- $slides_to_save[$i]['vimeo_url'] = esc_url_raw($slide['vimeo_url']);
217
-
218
- $slides_to_save[$i]['testimonial'] = wp_kses_post($slide['testimonial']);
219
- $slides_to_save[$i]['testimonial_author'] = sanitize_text_field($slide['testimonial_author']);
220
- $slides_to_save[$i]['testimonial_link'] = esc_url_raw($slide['testimonial_link']);
221
- $slides_to_save[$i]['testimonial_link_target'] = sanitize_text_field($slide['testimonial_link_target']);
222
 
223
- $i++;
224
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
225
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
226
  }
 
227
  $slides_to_save = apply_filters('cycloneslider_slides', $slides_to_save); //do filter before saving
228
 
229
  delete_post_meta($slider_id, '_cycloneslider_metas');
@@ -246,32 +243,82 @@ class CycloneSlider_Data {
246
 
247
  }
248
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
249
  /**
250
  * Get Sliders
251
  *
252
  * Get all sliders and their accompanying meta data
253
  *
254
- * @return array|false The array of sliders post and their meta data or false on fail
255
  */
256
  public function get_sliders( $args=array() ){
257
  $defaults = array(
258
  'post_type' => 'cycloneslider',
259
- 'numberposts' => -1 // Get all
 
260
  );
261
  $args = wp_parse_args($args, $defaults);
262
 
263
- $slider_posts = get_posts( $args ); // Use get_posts to avoid filters
264
  $sliders = array(); // Store it here
265
- if( !empty($slider_posts) and is_array($slider_posts) ){
266
- foreach($slider_posts as $index=>$slider_post){
267
- $sliders[$index] = (array) $slider_post;
268
- $sliders[$index]['slider_settings'] = $this->get_slider_settings( $slider_post->ID );
269
- $sliders[$index]['slides'] = $this->get_slider_slides( $slider_post->ID );
270
- }
271
- return $sliders;
272
- } else {
273
- return false;
274
  }
 
275
  }
276
 
277
  /**
@@ -283,11 +330,7 @@ class CycloneSlider_Data {
283
  * @return array The array of slider settings
284
  */
285
  public function get_slider_settings( $slider_id ) {
286
- $meta = get_post_custom( $slider_id );
287
- $slider_settings = array();
288
- if(isset($meta['_cycloneslider_settings'][0]) and !empty($meta['_cycloneslider_settings'][0])){
289
- $slider_settings = maybe_unserialize($meta['_cycloneslider_settings'][0]);
290
- }
291
  $slider_settings = wp_parse_args($slider_settings, $this->get_slider_defaults() );
292
  return apply_filters('cycloneslider_get_slider_settings', $slider_settings);
293
  }
@@ -296,68 +339,29 @@ class CycloneSlider_Data {
296
  * Get Slider Slides
297
  *
298
  * @param int $slider_id Post ID of the slider custom post.
299
- * @return array The array of slides settings
300
  */
301
  public function get_slider_slides( $slider_id ){
302
- $meta = get_post_custom( $slider_id );
303
 
304
- if(isset($meta['_cycloneslider_metas'][0]) and !empty($meta['_cycloneslider_metas'][0])){
305
- $slides = maybe_unserialize($meta['_cycloneslider_metas'][0]);
306
- $defaults = $this->get_slide_defaults();
307
-
308
- foreach($slides as $i=>$slide){
309
- $slides[$i] = wp_parse_args($slide, $defaults);
310
- }
311
-
312
- return apply_filters('cycloneslider_get_slider_slides', $slides);
313
- }
314
- return false;
315
- }
316
-
317
- /**
318
- * Get Slider by Slug
319
- *
320
- * @param string $slug Post slug of the slider custom post.
321
- * @return array|false The array of slider post and associated meta or false if none found
322
- */
323
- public function get_slider_by_slug( $slug ) {
324
- // Get slider by id
325
- $args = array(
326
- 'post_type' => 'cycloneslider',
327
- 'numberposts' => 1,
328
- 'name'=> $slug
329
- );
330
-
331
- $slider_posts = get_posts( $args ); // Use get_posts to avoid filters
332
-
333
- if( isset($slider_posts[0]) ){
334
- $slider_post = $slider_posts[0];
335
-
336
- $slider = (array) $slider_post;
337
- $slider['slider_settings'] = $this->get_slider_settings( $slider_post->ID );
338
- $slider['slides'] = $this->get_slider_slides( $slider_post->ID );
339
-
340
- return $slider;
341
  }
342
 
343
- return false;
344
  }
345
 
346
  /**
347
  * Gets the number of slides of slideshow
348
  *
349
  * @param int $slider_id Post ID of slider custom post
350
- * @return int|0 Total images or zero
351
  */
352
  public function get_slide_count( $slider_id ){
353
- $meta = get_post_custom( $slider_id );
354
 
355
- if(isset($meta['_cycloneslider_metas'][0]) and !empty($meta['_cycloneslider_metas'][0])){
356
- $slides = maybe_unserialize($meta['_cycloneslider_metas'][0]);
357
-
358
- return count($slides);
359
- }
360
- return 0;
361
  }
362
 
363
  /**
@@ -558,7 +562,8 @@ class CycloneSlider_Data {
558
  * Get settings data. If there is no data from database, use default values
559
  */
560
  public function get_settings_page_data(){
561
- return get_option( $this->settings_page_properties['option_name'], $this->get_default_settings_page_data() );
 
562
  }
563
 
564
  /**
@@ -566,6 +571,9 @@ class CycloneSlider_Data {
566
  */
567
  public function get_default_settings_page_data() {
568
  $defaults = array();
 
 
 
569
  $defaults['load_scripts_in'] = 'footer';
570
 
571
  $defaults['load_cycle2'] = 1;
@@ -594,38 +602,36 @@ class CycloneSlider_Data {
594
  * Prints out cycle2 per slide settings as data attributes
595
  *
596
  *
597
- * @param array $slider_meta Slide settings array.
598
- * @param array $slider_settings Slider settings array.
599
- * @param string $slider_id HTML ID of slideshow.
600
- * @param int $slider_count Current slideshow count.
601
- * @return string Data attributes for slide.
602
  */
603
- public function slide_data_attributes($slider_meta, $slider_settings=array()){
604
- $cycle2_settings = array();
605
- if(!empty($slider_meta['enable_slide_effects'])){
606
- $cycle2_settings['data-cycle-fx'] = $slider_meta['fx'];
607
-
608
- if(!empty($slider_meta['speed'])) {
609
- $cycle2_settings['data-cycle-speed'] = $slider_meta['speed'];
610
- }
611
- if(!empty($slider_meta['timeout'])) {
612
- $cycle2_settings['data-cycle-timeout'] = $slider_meta['timeout'];
 
 
 
 
613
  }
614
- if($slider_meta['fx']=='tileBlind' or $slider_meta['fx']=='tileSlide'){
615
- if(!empty($slider_meta['tile_count'])) {
616
- $cycle2_settings['data-cycle-tile-count'] = $slider_meta['tile_count'];
617
- }
618
- if(!empty($slider_meta['tile_delay'])) {
619
- $cycle2_settings['data-cycle-tile-delay'] = $slider_meta['tile_delay'];
620
- }
621
- $cycle2_settings['data-cycle-tile-vertical'] = $slider_meta['tile_vertical'];
622
  }
623
-
624
  }
625
- $cycle2_settings = apply_filters('cyclone_cycle2_slide_settings_array', $cycle2_settings, $slider_meta, $slider_settings);
 
626
 
627
  $out = '';
628
- foreach($cycle2_settings as $data_attr=>$value){ //Array to html string
629
  $out .= ' '.$data_attr.'="'.esc_attr($value).'" ';
630
  }
631
  return $out;
@@ -792,7 +798,8 @@ class CycloneSlider_Data {
792
  'testimonial' => '',
793
  'testimonial_author' => '',
794
  'testimonial_link' => '',
795
- 'testimonial_link_target' => '_self'
 
796
  );
797
  }
798
 
@@ -804,20 +811,20 @@ class CycloneSlider_Data {
804
  public function get_resize_options(){
805
  if(version_compare(PHP_VERSION, '5.3', '>=')) { // 5.3+
806
  return array(
807
- 'fit' => 'Fit',
808
- 'fill' => 'Fill',
809
- 'crop' => 'Crop',
810
- 'exact' => 'Exact',
811
- 'exactWidth' => 'Exact Width',
812
- 'exactHeight' => 'Exact Height'
813
  );
814
  } else { // 5.2
815
  return array(
816
- 'auto' => 'Auto',
817
- 'crop' => 'Crop',
818
- 'exact' => 'Exact',
819
- 'landscape' => 'Landscape',
820
- 'portrait' => 'Portrait'
821
  );
822
  }
823
  }
@@ -829,12 +836,12 @@ class CycloneSlider_Data {
829
  */
830
  public function get_slide_effects(){
831
  return array(
832
- 'fade'=>'Fade',
833
- 'fadeout'=>'Fade Out',
834
- 'none'=>'None',
835
- 'scrollHorz'=>'Scroll Horizontally',
836
- 'tileBlind'=>'Tile Blind',
837
- 'tileSlide'=>'Tile Slide'
838
  );
839
  }
840
 
@@ -846,134 +853,186 @@ class CycloneSlider_Data {
846
  public function get_jquery_easing_options(){
847
  return array(
848
  array(
849
- 'text' => 'Default',
850
  'value' => ''
851
  ),
852
  array(
853
- 'text' => 'Swing',
854
  'value' => 'swing'
855
  ),
856
  array(
857
- 'text' => 'Ease-In Quad',
858
  'value' => 'easeInQuad'
859
  ),
860
  array(
861
- 'text' => 'Ease-Out Quad',
862
  'value' => 'easeOutQuad'
863
  ),
864
  array(
865
- 'text' => 'Ease-In OutQuad',
866
  'value' => 'easeInOutQuad'
867
  ),
868
  array(
869
- 'text' => 'Ease-In Cubic',
870
  'value' => 'easeInCubic'
871
  ),
872
  array(
873
- 'text' => 'Ease-Out Cubic',
874
  'value' => 'easeOutCubic'
875
  ),
876
  array(
877
- 'text' => 'Ease-In OutCubic',
878
  'value' => 'easeInOutCubic'
879
  ),
880
  array(
881
- 'text' => 'Ease-In Quart',
882
  'value' => 'easeInQuart'
883
  ),
884
  array(
885
- 'text' => 'Ease-Out Quart',
886
  'value' => 'easeOutQuart'
887
  ),
888
  array(
889
- 'text' => 'Ease-In OutQuart',
890
  'value' => 'easeInOutQuart'
891
  ),
892
  array(
893
- 'text' => 'Ease-In Quint',
894
  'value' => 'easeInQuint'
895
  ),
896
  array(
897
- 'text' => 'Ease-Out Quint',
898
  'value' => 'easeOutQuint'
899
  ),
900
  array(
901
- 'text' => 'Ease-In OutQuint',
902
  'value' => 'easeInOutQuint'
903
  ),
904
  array(
905
- 'text' => 'Ease-In Sine',
906
  'value' => 'easeInSine'
907
  ),
908
  array(
909
- 'text' => 'Ease-Out Sine',
910
  'value' => 'easeOutSine'
911
  ),
912
  array(
913
- 'text' => 'Ease-In OutSine',
914
  'value' => 'easeInOutSine'
915
  ),
916
  array(
917
- 'text' => 'Ease-In Expo',
918
  'value' => 'easeInExpo'
919
  ),
920
  array(
921
- 'text' => 'Ease-Out Expo',
922
  'value' => 'easeOutExpo'
923
  ),
924
  array(
925
- 'text' => 'Ease-In OutExpo',
926
  'value' => 'easeInOutExpo'
927
  ),
928
  array(
929
- 'text' => 'Ease-In Circ',
930
  'value' => 'easeInCirc'
931
  ),
932
  array(
933
- 'text' => 'Ease-Out Circ',
934
  'value' => 'easeOutCirc'
935
  ),
936
  array(
937
- 'text' => 'Ease-In OutCirc',
938
  'value' => 'easeInOutCirc'
939
  ),
940
  array(
941
- 'text' => 'Ease-In Elastic',
942
  'value' => 'easeInElastic'
943
  ),
944
  array(
945
- 'text' => 'Ease-Out Elastic',
946
  'value' => 'easeOutElastic'
947
  ),
948
  array(
949
- 'text' => 'Ease-In OutElastic',
950
  'value' => 'easeInOutElastic'
951
  ),
952
  array(
953
- 'text' => 'Ease-In Back',
954
  'value' => 'easeInBack'
955
  ),
956
  array(
957
- 'text' => 'Ease-Out Back',
958
  'value' => 'easeOutBack'
959
  ),
960
  array(
961
- 'text' => 'Ease-In OutBack',
962
  'value' => 'easeInOutBack'
963
  ),
964
  array(
965
- 'text' => 'Ease-In Bounce',
966
  'value' => 'easeInBounce'
967
  ),
968
  array(
969
- 'text' => 'Ease-Out Bounce',
970
  'value' => 'easeOutBounce'
971
  ),
972
  array(
973
- 'text' => 'Ease-In OutBounce',
974
  'value' => 'easeInOutBounce'
975
  )
976
  );
977
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
978
  }
979
 
36
  public function run(){
37
  global $wp_version;
38
 
39
+ // Add save hook
40
+ $this->_add_save_hook( $wp_version );
 
 
 
 
 
 
41
  }
42
 
43
  /**
44
  * Save post hook
45
  */
46
+ public function save_post_hook( $post_id ){
47
+ global $wp_version;
48
+
49
+ // Use local variable
50
+ $post = $_POST;
 
 
51
 
52
  // Verify nonce
53
  $nonce_name = $this->nonce_name;
54
+ if (!empty($post[$nonce_name])) {
55
+ if (!wp_verify_nonce($post[$nonce_name], $this->nonce_action)) {
56
  return $post_id;
57
  }
58
  } else {
63
  if (defined('DOING_AUTOSAVE') && DOING_AUTOSAVE) {
64
  return $post_id;
65
  }
66
+ // TODO: Comprehensive array key checks
67
+ $slider = array(
68
+ 'id' => $post_id,
69
+ 'name' => $post['post_name'],
70
+ 'title' => $post['post_title'],
71
+ 'status' => $post['post_status'],
72
+ 'slider_settings' => isset($post['cycloneslider_settings']) ? $post['cycloneslider_settings'] : array(),
73
+ 'slides' => isset($post['cycloneslider_metas']) ? $post['cycloneslider_metas'] : array(),
74
+ );
75
+ // Remove temporarily to avoid infinite loop
76
+ $this->_remove_save_hook( $wp_version );
77
+ // Update slider info
78
+ $this->update_slider($slider);
79
+ // Add save hook
80
+ $this->_add_save_hook( $wp_version );
81
  }
82
 
83
  /**
84
+ * @param array $slider
85
+ *
86
+ * @return int|\WP_Error
87
+ */
88
+ public function add_slider( $slider ){
 
 
 
 
 
89
 
90
+ $slider['id'] = 0; // Set to zero to insert instead of update
91
+ return $this->update_slider( $slider );
92
+ }
93
+
94
+ /**
95
+ * @param array $slider
96
+ *
97
+ * @return int|\WP_Error
98
+ */
99
+ public function update_slider( $slider ){
100
+
101
+ $post_data = array(
102
+ 'ID' => (int) $slider['id'],
103
+ 'post_name' => wp_strip_all_tags($slider['name'], true),
104
+ 'post_title' => wp_strip_all_tags($slider['title'], true),
105
+ 'post_type' => 'cycloneslider',
106
+ 'post_status' => $slider['status'],
107
+ 'post_content' => ''
108
+ );
109
+
110
+ if( $slider_id = wp_insert_post( $post_data ) ){
111
+
112
+ // Resize images if needed
113
+ if( $slider['slider_settings']['resize'] == 1){
114
 
115
+ $this->image_resizer->resize_images( $slider['slider_settings'], $slider['slides'] );
116
  }
117
 
118
  // Save slides
119
+ $this->add_slider_slides( $slider_id, $slider['slides'] );
120
 
121
  // Save slider settings
122
+ $this->add_slider_settings( $slider_id, $slider['slider_settings'] );
123
+
124
+ }
125
+
126
+ return $slider_id;
127
+ }
128
+
129
  /**
130
  * Add Slide Settings
131
  *
135
  * @param array $settings Slider settings array
136
  * @return void
137
  */
138
+ public function add_slider_settings( $slider_id, array $settings ){
139
  $settings = wp_parse_args(
140
  $settings,
141
  $this->get_slider_defaults()
156
  $settings_to_save['random'] = (int) ( $settings['random'] );
157
  $settings_to_save['resize'] = (int) ( $settings['resize'] );
158
  $settings_to_save['width_management'] = sanitize_text_field( $settings['width_management'] );
159
+
160
+ $settings_to_save = apply_filters('cycloneslider_settings', $settings_to_save, $settings, $slider_id); // Apply filters before saving
 
 
 
 
 
 
 
 
 
161
 
162
  delete_post_meta($slider_id, '_cycloneslider_settings');
163
  update_post_meta($slider_id, '_cycloneslider_settings', $settings_to_save);
170
  *
171
  * @param int $slider_id Slider post ID
172
  * @param array $slides Slides array
 
173
  */
174
+ public function add_slider_slides( $slider_id, array $slides ){
175
 
176
  $slides_to_save = array();
177
 
178
+ $i=0;//always start from 0
179
+ foreach($slides as $slide){
180
+ $slide = wp_parse_args(
181
+ $slide,
182
+ $this->get_slide_defaults()
183
+ );
184
+ $slides_to_save[$i]['id'] = (int) ($slide['id']);
185
+ $slides_to_save[$i]['type'] = sanitize_text_field($slide['type']);
186
+ $slides_to_save[$i]['hidden'] = (int) ($slide['hidden']);
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
187
 
188
+ $slides_to_save[$i]['link'] = esc_url_raw($slide['link']);
189
+ $slides_to_save[$i]['title'] = wp_kses_post($slide['title']);
190
+ $slides_to_save[$i]['description'] = wp_kses_post($slide['description']);
191
+ $slides_to_save[$i]['link_target'] = sanitize_text_field($slide['link_target']);
192
+
193
+ $slides_to_save[$i]['img_alt'] = sanitize_text_field($slide['img_alt']);
194
+ $slides_to_save[$i]['img_title'] = sanitize_text_field($slide['img_title']);
195
+
196
+ $slides_to_save[$i]['enable_slide_effects'] = (int) ($slide['enable_slide_effects']);
197
+ $slides_to_save[$i]['fx'] = sanitize_text_field($slide['fx']);
198
+ $slides_to_save[$i]['speed'] = sanitize_text_field($slide['speed']);
199
+ $slides_to_save[$i]['timeout'] = sanitize_text_field($slide['timeout']);
200
+ $slides_to_save[$i]['tile_count'] = sanitize_text_field($slide['tile_count']);
201
+ $slides_to_save[$i]['tile_delay'] = sanitize_text_field($slide['tile_delay']);
202
+ $slides_to_save[$i]['tile_vertical'] = sanitize_text_field($slide['tile_vertical']);
203
+
204
+ $slides_to_save[$i]['video_thumb'] = esc_url_raw($slide['video_thumb']);
205
+ $slides_to_save[$i]['video_url'] = esc_url_raw($slide['video_url']);
206
+ $slides_to_save[$i]['video'] = $slide['video'];
207
 
208
+ $slides_to_save[$i]['custom'] = $slide['custom'];
209
+
210
+ $slides_to_save[$i]['youtube_url'] = esc_url_raw($slide['youtube_url']);
211
+ $slides_to_save[$i]['youtube_related'] = sanitize_text_field($slide['youtube_related']);
212
+
213
+ $slides_to_save[$i]['vimeo_url'] = esc_url_raw($slide['vimeo_url']);
214
+
215
+ $slides_to_save[$i]['testimonial'] = wp_kses_post($slide['testimonial']);
216
+ $slides_to_save[$i]['testimonial_author'] = sanitize_text_field($slide['testimonial_author']);
217
+ $slides_to_save[$i]['testimonial_link'] = esc_url_raw($slide['testimonial_link']);
218
+ $slides_to_save[$i]['testimonial_link_target'] = sanitize_text_field($slide['testimonial_link_target']);
219
+ $slides_to_save[$i]['testimonial_img'] = (int) $slide['testimonial_img'];
220
+
221
+ $i++;
222
  }
223
+
224
  $slides_to_save = apply_filters('cycloneslider_slides', $slides_to_save); //do filter before saving
225
 
226
  delete_post_meta($slider_id, '_cycloneslider_metas');
243
 
244
  }
245
 
246
+ /**
247
+ * @param $slug Post slug
248
+ *
249
+ * @return array|NULL
250
+ */
251
+ public function get_slider_by_slug( $slug ){
252
+ global $wp_version;
253
+
254
+ $args = array(
255
+ 'numberposts' => 1 // 1 only
256
+ );
257
+
258
+ $args['name'] = $slug;
259
+ if ( version_compare( $wp_version, '4.4', '>=' ) ) { // post_name__in avail only in 4.4
260
+ $args['post_name__in'] = array( $slug ); // Workaround: Using "post_name__in" not "name" as WP returns a post instead of nothing when name is ''.
261
+ }
262
+
263
+ $sliders = $this->get_sliders( $args );
264
+ return array_pop($sliders); // Return the lone slideshow or NULL if empty
265
+ }
266
+
267
+ /**
268
+ * @param $id_or_slug
269
+ *
270
+ * @return array|NULL
271
+ * @throws Exception on invalid parameter
272
+ */
273
+ public function get_slider( $id_or_slug ) {
274
+ global $wp_version;
275
+
276
+ $args = array(
277
+ 'numberposts' => 1 // 1 only
278
+ );
279
+
280
+ if ( is_numeric( $id_or_slug ) ) {
281
+ $args['post__in'] = array( $id_or_slug ); // Workaround: Using "post_in" not "p" as WP inserts an ID when p <= 0.
282
+ } else if ( is_string( $id_or_slug ) ) {
283
+ $args['name'] = $id_or_slug;
284
+ if ( version_compare( $wp_version, '4.4', '>=' ) ) { // post_name__in avail only in 4.4
285
+ $args['post_name__in'] = array( $id_or_slug ); // Workaround: Using "post_name__in" not "name" as WP returns a post instead of nothing when name is ''.
286
+ }
287
+ } else {
288
+ throw new Exception( sprintf(__( 'Invalid format for get_slider %s parameter.', 'cycloneslider' ), '$id_or_slug') );
289
+ }
290
+
291
+ $sliders = $this->get_sliders( $args );
292
+ return array_pop($sliders); // Return the lone slideshow or NULL if empty
293
+ }
294
+
295
  /**
296
  * Get Sliders
297
  *
298
  * Get all sliders and their accompanying meta data
299
  *
300
+ * @return array Returns an array of sliders
301
  */
302
  public function get_sliders( $args=array() ){
303
  $defaults = array(
304
  'post_type' => 'cycloneslider',
305
+ 'post_status' => array('any', 'auto-draft'), // As long as it exist, get it
306
+ 'numberposts' => -1 // Get all
307
  );
308
  $args = wp_parse_args($args, $defaults);
309
 
 
310
  $sliders = array(); // Store it here
311
+ foreach($this->get_posts( $args ) as $index=>$slider_post){
312
+ $sliders[$index] = array(
313
+ 'id' => $slider_post['ID'],
314
+ 'name' => $slider_post['post_name'],
315
+ 'title' => $slider_post['post_title'],
316
+ 'status' => $slider_post['post_status']
317
+ );
318
+ $sliders[$index]['slider_settings'] = $this->get_slider_settings( $slider_post['ID'] );
319
+ $sliders[$index]['slides'] = $this->get_slider_slides( $slider_post['ID'] );
320
  }
321
+ return $sliders;
322
  }
323
 
324
  /**
330
  * @return array The array of slider settings
331
  */
332
  public function get_slider_settings( $slider_id ) {
333
+ $slider_settings = $this->get_post_meta( $slider_id, '_cycloneslider_settings' );
 
 
 
 
334
  $slider_settings = wp_parse_args($slider_settings, $this->get_slider_defaults() );
335
  return apply_filters('cycloneslider_get_slider_settings', $slider_settings);
336
  }
339
  * Get Slider Slides
340
  *
341
  * @param int $slider_id Post ID of the slider custom post.
342
+ * @return array The array of slides or empty array
343
  */
344
  public function get_slider_slides( $slider_id ){
345
+ $slides = $this->get_post_meta( $slider_id, '_cycloneslider_metas' );
346
 
347
+ $defaults = $this->get_slide_defaults();
348
+ foreach($slides as $i=>$slide){
349
+ $slides[$i] = wp_parse_args($slide, $defaults);
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
350
  }
351
 
352
+ return apply_filters('cycloneslider_get_slider_slides', $slides);
353
  }
354
 
355
  /**
356
  * Gets the number of slides of slideshow
357
  *
358
  * @param int $slider_id Post ID of slider custom post
359
+ * @return int Total slides
360
  */
361
  public function get_slide_count( $slider_id ){
362
+ $slides = $this->get_post_meta( $slider_id, '_cycloneslider_metas' );
363
 
364
+ return count($slides);
 
 
 
 
 
365
  }
366
 
367
  /**
562
  * Get settings data. If there is no data from database, use default values
563
  */
564
  public function get_settings_page_data(){
565
+ $option = get_option( $this->settings_page_properties['option_name'], array() );
566
+ return wp_parse_args($option, $this->get_default_settings_page_data());
567
  }
568
 
569
  /**
571
  */
572
  public function get_default_settings_page_data() {
573
  $defaults = array();
574
+
575
+ $defaults['legacy'] = 0;
576
+
577
  $defaults['load_scripts_in'] = 'footer';
578
 
579
  $defaults['load_cycle2'] = 1;
602
  * Prints out cycle2 per slide settings as data attributes
603
  *
604
  *
605
+ * @param array $slide Slide settings array.
606
+ * @param array $slider Slider array.
607
+ *
608
+ * @return string data-* attributes for slide.
 
609
  */
610
+ public function slide_data_attributes($slide, $slider){
611
+ $data_attrib = array();
612
+ if($slide['fx'] != 'default'){
613
+ $data_attrib['data-cycle-fx'] = $slide['fx'];
614
+ }
615
+ if($slide['speed'] !== '') {
616
+ $data_attrib['data-cycle-speed'] = $slide['speed'];
617
+ }
618
+ if($slide['timeout'] !== '') {
619
+ $data_attrib['data-cycle-timeout'] = $slide['timeout'];
620
+ }
621
+ if($slide['fx']=='tileBlind' or $slide['fx']=='tileSlide'){
622
+ if($slide['tile_count'] !== '') {
623
+ $data_attrib['data-cycle-tile-count'] = $slide['tile_count'];
624
  }
625
+ if($slide['tile_delay'] !== '') {
626
+ $data_attrib['data-cycle-tile-delay'] = $slide['tile_delay'];
 
 
 
 
 
 
627
  }
628
+ $data_attrib['data-cycle-tile-vertical'] = $slide['tile_vertical'];
629
  }
630
+
631
+ $data_attrib = apply_filters('cycloneslider_slide_data_attributes', $data_attrib, $slide, $slider);
632
 
633
  $out = '';
634
+ foreach($data_attrib as $data_attr=>$value){ // Array to html string
635
  $out .= ' '.$data_attr.'="'.esc_attr($value).'" ';
636
  }
637
  return $out;
798
  'testimonial' => '',
799
  'testimonial_author' => '',
800
  'testimonial_link' => '',
801
+ 'testimonial_link_target' => '_self',
802
+ 'testimonial_img' => ''
803
  );
804
  }
805
 
811
  public function get_resize_options(){
812
  if(version_compare(PHP_VERSION, '5.3', '>=')) { // 5.3+
813
  return array(
814
+ 'fit' => __('Fit', 'cycloneslider'),
815
+ 'fill' => __('Fill', 'cycloneslider'),
816
+ 'crop' => __('Crop', 'cycloneslider'),
817
+ 'exact' => __('Exact', 'cycloneslider'),
818
+ 'exactWidth' => __('Exact Width', 'cycloneslider'),
819
+ 'exactHeight' => __('Exact Height', 'cycloneslider')
820
  );
821
  } else { // 5.2
822
  return array(
823
+ 'auto' => __('Auto', 'cycloneslider'),
824
+ 'crop' => __('Crop', 'cycloneslider'),
825
+ 'exact' => __('Exact', 'cycloneslider'),
826
+ 'landscape' => __('Landscape', 'cycloneslider'),
827
+ 'portrait' => __('Portrait', 'cycloneslider')
828
  );
829
  }
830
  }
836
  */
837
  public function get_slide_effects(){
838
  return array(
839
+ 'fade'=>__('Fade', 'cycloneslider'),
840
+ 'fadeout'=>__('Fade Out', 'cycloneslider'),
841
+ 'none'=>__('None', 'cycloneslider'),
842
+ 'scrollHorz'=>__('Scroll Horizontally', 'cycloneslider'),
843
+ 'tileBlind'=>__('Tile Blind', 'cycloneslider'),
844
+ 'tileSlide'=>__('Tile Slide', 'cycloneslider')
845
  );
846
  }
847
 
853
  public function get_jquery_easing_options(){
854
  return array(
855
  array(
856
+ 'text' => __('Default', 'cycloneslider'),
857
  'value' => ''
858
  ),
859
  array(
860
+ 'text' => __('Swing', 'cycloneslider'),
861
  'value' => 'swing'
862
  ),
863
  array(
864
+ 'text' => __('Ease-In Quad', 'cycloneslider'),
865
  'value' => 'easeInQuad'
866
  ),
867
  array(
868
+ 'text' => __('Ease-Out Quad', 'cycloneslider'),
869
  'value' => 'easeOutQuad'
870
  ),
871
  array(
872
+ 'text' => __('Ease-In OutQuad', 'cycloneslider'),
873
  'value' => 'easeInOutQuad'
874
  ),
875
  array(
876
+ 'text' => __('Ease-In Cubic', 'cycloneslider'),
877
  'value' => 'easeInCubic'
878
  ),
879
  array(
880
+ 'text' => __('Ease-Out Cubic', 'cycloneslider'),
881
  'value' => 'easeOutCubic'
882
  ),
883
  array(
884
+ 'text' => __('Ease-In OutCubic', 'cycloneslider'),
885
  'value' => 'easeInOutCubic'
886
  ),
887
  array(
888
+ 'text' => __('Ease-In Quart', 'cycloneslider'),
889
  'value' => 'easeInQuart'
890
  ),
891
  array(
892
+ 'text' => __('Ease-Out Quart', 'cycloneslider'),
893
  'value' => 'easeOutQuart'
894
  ),
895
  array(
896
+ 'text' => __('Ease-In OutQuart', 'cycloneslider'),
897
  'value' => 'easeInOutQuart'
898
  ),
899
  array(
900
+ 'text' => __('Ease-In Quint', 'cycloneslider'),
901
  'value' => 'easeInQuint'
902
  ),
903
  array(
904
+ 'text' => __('Ease-Out Quint', 'cycloneslider'),
905
  'value' => 'easeOutQuint'
906
  ),
907
  array(
908
+ 'text' => __('Ease-In OutQuint', 'cycloneslider'),
909
  'value' => 'easeInOutQuint'
910
  ),
911
  array(
912
+ 'text' => __('Ease-In Sine', 'cycloneslider'),
913
  'value' => 'easeInSine'
914
  ),
915
  array(
916
+ 'text' => __('Ease-Out Sine', 'cycloneslider'),
917
  'value' => 'easeOutSine'
918
  ),
919
  array(
920
+ 'text' => __('Ease-In OutSine', 'cycloneslider'),
921
  'value' => 'easeInOutSine'
922
  ),
923
  array(
924
+ 'text' => __('Ease-In Expo', 'cycloneslider'),
925
  'value' => 'easeInExpo'
926
  ),
927
  array(
928
+ 'text' => __('Ease-Out Expo', 'cycloneslider'),
929
  'value' => 'easeOutExpo'
930
  ),
931
  array(
932
+ 'text' => __('Ease-In OutExpo', 'cycloneslider'),
933
  'value' => 'easeInOutExpo'
934
  ),
935
  array(
936
+ 'text' => __('Ease-In Circ', 'cycloneslider'),
937
  'value' => 'easeInCirc'
938
  ),
939
  array(
940
+ 'text' => __('Ease-Out Circ', 'cycloneslider'),
941
  'value' => 'easeOutCirc'
942
  ),
943
  array(
944
+ 'text' => __('Ease-In OutCirc', 'cycloneslider'),
945
  'value' => 'easeInOutCirc'
946
  ),
947
  array(
948
+ 'text' => __('Ease-In Elastic', 'cycloneslider'),
949
  'value' => 'easeInElastic'
950
  ),
951
  array(
952
+ 'text' => __('Ease-Out Elastic', 'cycloneslider'),
953
  'value' => 'easeOutElastic'
954
  ),
955
  array(
956
+ 'text' => __('Ease-In OutElastic', 'cycloneslider'),
957
  'value' => 'easeInOutElastic'
958
  ),
959
  array(
960
+ 'text' => __('Ease-In Back', 'cycloneslider'),
961
  'value' => 'easeInBack'
962
  ),
963
  array(
964
+ 'text' => __('Ease-Out Back', 'cycloneslider'),
965
  'value' => 'easeOutBack'
966
  ),
967
  array(
968
+ 'text' => __('Ease-In OutBack', 'cycloneslider'),
969
  'value' => 'easeInOutBack'
970
  ),
971
  array(
972
+ 'text' => __('Ease-In Bounce', 'cycloneslider'),
973
  'value' => 'easeInBounce'
974
  ),
975
  array(
976
+ 'text' => __('Ease-Out Bounce', 'cycloneslider'),
977
  'value' => 'easeOutBounce'
978
  ),
979
  array(
980
+ 'text' => __('Ease-In OutBounce', 'cycloneslider'),
981
  'value' => 'easeInOutBounce'
982
  )
983
  );
984
  }
985
+
986
+ /**
987
+ * Wrapper for WP get_posts.
988
+ *
989
+ * @param array $args The same as WP get_posts
990
+ *
991
+ * @return array An assoc array of posts or empty array
992
+ */
993
+ public function get_posts( array $args ) {
994
+ $posts = get_posts( $args ); // Returns array
995
+ $results = array(); // Store it here
996
+ if ( ! empty( $posts ) and is_array( $posts ) ) {
997
+ foreach ( $posts as $index => $post ) {
998
+ $results[ $index ] = (array) $post; // Obj to assoc array
999
+ }
1000
+ }
1001
+ return $results;
1002
+ }
1003
+
1004
+ /**
1005
+ * Wrapper for WP get_post_custom that automatically unserialize data.
1006
+ *
1007
+ * @param int $post_id ID of post
1008
+ * @param string $key Meta key name
1009
+ *
1010
+ * @return array Array of data or empty array
1011
+ */
1012
+ public function get_post_meta( $post_id, $key ) {
1013
+ $meta = get_post_custom( $post_id );
1014
+ if ( isset( $meta[ $key ][0] ) and ! empty( $meta[ $key ][0] ) ) {
1015
+ return maybe_unserialize( $meta[ $key ][0] );
1016
+ }
1017
+ return array();
1018
+ }
1019
+
1020
+ private function _add_save_hook($wp_version){
1021
+ // Use better hook if available
1022
+ if ( version_compare( $wp_version, '3.7', '>=' ) ) {
1023
+ add_action( "save_post_cycloneslider", array( $this, 'save_post_hook' ) );
1024
+ } else {
1025
+ add_action( 'save_post', array( $this, 'save_post_hook' ) );
1026
+ }
1027
+ }
1028
+
1029
+ private function _remove_save_hook($wp_version){
1030
+ // Use better hook if available
1031
+ if ( version_compare( $wp_version, '3.7', '>=' ) ) {
1032
+ remove_action( "save_post_cycloneslider", array( $this, 'save_post_hook' ) );
1033
+ } else {
1034
+ remove_action( 'save_post', array( $this, 'save_post_hook' ) );
1035
+ }
1036
+ }
1037
  }
1038
 
src/CycloneSlider/ExportPage.php CHANGED
@@ -61,12 +61,12 @@ class CycloneSlider_ExportPage extends CycloneSlider_WpAdminSubPage{
61
  $vars['nextgen_page_url'] = $this->nextgen_page_url;
62
  $vars['tabs'] = array(
63
  array(
64
- 'title' => __('Export', 'cyclone-slider-2'),
65
  'url' => $this->export_page_url,
66
  'classes' => 'nav-tab nav-tab-active'
67
  ),
68
  array(
69
- 'title' => __('Import', 'cyclone-slider-2'),
70
  'url' => $this->import_page_url,
71
  'classes' => 'nav-tab'
72
  )
@@ -74,7 +74,7 @@ class CycloneSlider_ExportPage extends CycloneSlider_WpAdminSubPage{
74
  $vars['page_data'] = $this->get_page_data();
75
  $vars['error'] = get_transient( 'cycloneslider_error_export');
76
  if(!class_exists('ZipArchive')){
77
- $vars['error'] = __( 'ZipArchive not supported. ZipArchive is needed for Import and Export to work.', 'cyclone-slider-2' );
78
  }
79
  delete_transient( 'cycloneslider_error_export');
80
 
@@ -110,12 +110,12 @@ class CycloneSlider_ExportPage extends CycloneSlider_WpAdminSubPage{
110
 
111
  $zip_file = $this->wp_content_dir.'/cyclone-slider/exports/'.$vars['page_data']['file_name'];
112
 
113
- $vars['ok'] = __('Your export file is ready. Click Download.', 'cyclone-slider-2');
114
  try {
115
  // Create exports dir
116
  if( is_dir( $this->wp_content_dir.'/cyclone-slider/exports' ) == false ){
117
  if( ! mkdir( $this->wp_content_dir.'/cyclone-slider/exports', 0777, true ) ){
118
- throw new Exception( __('Error creating exports directory.', 'cyclone-slider-2'));
119
  }
120
  }
121
 
@@ -164,12 +164,12 @@ class CycloneSlider_ExportPage extends CycloneSlider_WpAdminSubPage{
164
  }
165
 
166
  if( empty( $post[$this->transient_name]['sliders']) ){
167
- set_transient( 'cycloneslider_error_export', __('No slider selected.', 'cyclone-slider-2'), 60 );
168
  return false;
169
  }
170
 
171
  if( empty( $post[$this->transient_name]['file_name'] ) ){
172
- set_transient( 'cycloneslider_error_export', __('Please choose a file name.', 'cyclone-slider-2'), 60 );
173
  return false;
174
  }
175
 
61
  $vars['nextgen_page_url'] = $this->nextgen_page_url;
62
  $vars['tabs'] = array(
63
  array(
64
+ 'title' => __('Export', 'cycloneslider'),
65
  'url' => $this->export_page_url,
66
  'classes' => 'nav-tab nav-tab-active'
67
  ),
68
  array(
69
+ 'title' => __('Import', 'cycloneslider'),
70
  'url' => $this->import_page_url,
71
  'classes' => 'nav-tab'
72
  )
74
  $vars['page_data'] = $this->get_page_data();
75
  $vars['error'] = get_transient( 'cycloneslider_error_export');
76
  if(!class_exists('ZipArchive')){
77
+ $vars['error'] = __( 'ZipArchive not supported. ZipArchive is needed for Import and Export to work.', 'cycloneslider' );
78
  }
79
  delete_transient( 'cycloneslider_error_export');
80
 
110
 
111
  $zip_file = $this->wp_content_dir.'/cyclone-slider/exports/'.$vars['page_data']['file_name'];
112
 
113
+ $vars['ok'] = __('Your export file is ready. Click Download.', 'cycloneslider');
114
  try {
115
  // Create exports dir
116
  if( is_dir( $this->wp_content_dir.'/cyclone-slider/exports' ) == false ){
117
  if( ! mkdir( $this->wp_content_dir.'/cyclone-slider/exports', 0777, true ) ){
118
+ throw new Exception( __('Error creating exports directory.', 'cycloneslider'));
119
  }
120
  }
121
 
164
  }
165
 
166
  if( empty( $post[$this->transient_name]['sliders']) ){
167
+ set_transient( 'cycloneslider_error_export', __('No slider selected.', 'cycloneslider'), 60 );
168
  return false;
169
  }
170
 
171
  if( empty( $post[$this->transient_name]['file_name'] ) ){
172
+ set_transient( 'cycloneslider_error_export', __('Please choose a file name.', 'cycloneslider'), 60 );
173
  return false;
174
  }
175
 
src/CycloneSlider/ExportPageNextgen.php CHANGED
@@ -59,17 +59,17 @@ class CycloneSlider_ExportPageNextgen extends CycloneSlider_WpAdminSubPage{
59
  $vars['nextgen_page_url'] = $this->nextgen_page_url;
60
  $vars['tabs'] = array(
61
  array(
62
- 'title' => __('Export', 'cyclone-slider-2'),
63
  'url' => $this->export_page_url,
64
  'classes' => 'nav-tab'
65
  ),
66
  array(
67
- 'title' => __('Import', 'cyclone-slider-2'),
68
  'url' => $this->import_page_url,
69
  'classes' => 'nav-tab'
70
  ),
71
  array(
72
- 'title' => __('Export Nextgen', 'cyclone-slider-2'),
73
  'url' => $this->nextgen_page_url,
74
  'classes' => 'nav-tab nav-tab-active'
75
  )
@@ -115,12 +115,12 @@ class CycloneSlider_ExportPageNextgen extends CycloneSlider_WpAdminSubPage{
115
 
116
  $zip_file = $this->wp_content_dir.'/cyclone-slider/exports/'.$vars['page_data']['file_name'];
117
 
118
- $vars['ok'] = __('Your export file is ready. Click Download.', 'cyclone-slider-2');
119
  try {
120
  // Create exports dir
121
  if( is_dir( $this->wp_content_dir.'/cyclone-slider/exports' ) == false ){
122
  if( ! mkdir( $this->wp_content_dir.'/cyclone-slider/exports', 0777, true ) ){
123
- throw new Exception( __('Error creating exports directory.', 'cyclone-slider-2'));
124
  }
125
  }
126
 
@@ -169,12 +169,12 @@ class CycloneSlider_ExportPageNextgen extends CycloneSlider_WpAdminSubPage{
169
  }
170
 
171
  if( empty( $post[$this->transient_name]['sliders']) ){
172
- set_transient( 'cycloneslider_error_export', __('No slider selected.', 'cyclone-slider-2'), 60 );
173
  return false;
174
  }
175
 
176
  if( empty( $post[$this->transient_name]['file_name'] ) ){
177
- set_transient( 'cycloneslider_error_export', __('Please choose a file name.', 'cyclone-slider-2'), 60 );
178
  return false;
179
  }
180
 
59
  $vars['nextgen_page_url'] = $this->nextgen_page_url;
60
  $vars['tabs'] = array(
61
  array(
62
+ 'title' => __('Export', 'cycloneslider'),
63
  'url' => $this->export_page_url,
64
  'classes' => 'nav-tab'
65
  ),
66
  array(
67
+ 'title' => __('Import', 'cycloneslider'),
68
  'url' => $this->import_page_url,
69
  'classes' => 'nav-tab'
70
  ),
71
  array(
72
+ 'title' => __('Export Nextgen', 'cycloneslider'),
73
  'url' => $this->nextgen_page_url,
74
  'classes' => 'nav-tab nav-tab-active'
75
  )
115
 
116
  $zip_file = $this->wp_content_dir.'/cyclone-slider/exports/'.$vars['page_data']['file_name'];
117
 
118
+ $vars['ok'] = __('Your export file is ready. Click Download.', 'cycloneslider');
119
  try {
120
  // Create exports dir
121
  if( is_dir( $this->wp_content_dir.'/cyclone-slider/exports' ) == false ){
122
  if( ! mkdir( $this->wp_content_dir.'/cyclone-slider/exports', 0777, true ) ){
123
+ throw new Exception( __('Error creating exports directory.', 'cycloneslider'));
124
  }
125
  }
126
 
169
  }
170
 
171
  if( empty( $post[$this->transient_name]['sliders']) ){
172
+ set_transient( 'cycloneslider_error_export', __('No slider selected.', 'cycloneslider'), 60 );
173
  return false;
174
  }
175
 
176
  if( empty( $post[$this->transient_name]['file_name'] ) ){
177
+ set_transient( 'cycloneslider_error_export', __('Please choose a file name.', 'cycloneslider'), 60 );
178
  return false;
179
  }
180
 
src/CycloneSlider/Exporter.php CHANGED
@@ -49,7 +49,7 @@ class CycloneSlider_Exporter {
49
 
50
  // Check selected sliders
51
  if( empty($sliders_slugs_array) ){
52
- throw new Exception( __('Error no sliders selected.', 'cyclone-slider-2'), 1);
53
  }
54
 
55
  // Generate sliders export data
@@ -70,13 +70,13 @@ class CycloneSlider_Exporter {
70
  // Generate JSON
71
  $export_json = json_encode( $export_data );
72
  if( false === $export_json ){
73
- throw new Exception( __('Error encoding data to JSON.', 'cyclone-slider-2'), 1);
74
  }
75
 
76
  // Generate Zip
77
  $this->generate_export_zip( $zip_file, $images_list, $export_json );
78
 
79
- $this->add_ok( sprintf( __('Success generating zip %s.', 'cyclone-slider-2'), wp_basename($zip_file) ) );
80
 
81
  return true;
82
  }
@@ -101,14 +101,14 @@ class CycloneSlider_Exporter {
101
 
102
  if($slider){
103
  $sliders_export_data[$i] = array(
104
- 'title' => $slider['post_title'],
105
- 'name' => $slider['post_name'],
106
  'slider_settings' => $slider['slider_settings'],
107
  'slides' => $slider['slides']
108
  );
109
- $this->add_ok( sprintf( __('Exporting data for slider "%s".', 'cyclone-slider-2'), $slider_slug) );
110
  } else {
111
- throw new Exception( sprintf( __('Slider "%s" not found.', 'cyclone-slider-2'), $slider_slug), 3);
112
  }
113
  }
114
  return $sliders_export_data;
@@ -135,7 +135,7 @@ class CycloneSlider_Exporter {
135
  if( is_file( $file ) ){ // Check existence
136
  $images_list[ $slider['name'] ][ $i ] = $file;
137
  } else {
138
- throw new Exception( sprintf( __('Image %1$d was not found on slide %2$d of slider %3$s. Path to image is %4$s.', 'cyclone-slider-2' ), $slide['id'], (int)$i+1, $slider['name'], $file ), 4 );
139
  }
140
  }
141
  }
@@ -179,13 +179,13 @@ class CycloneSlider_Exporter {
179
  private function generate_export_zip( $zip_file, array $images_list, $export_json ) {
180
 
181
  if( !class_exists('ZipArchive') ) {
182
- throw new Exception( __( 'ZipArchive not supported.', 'cyclone-slider-2' ) );
183
  }
184
  $zip_archive_class_name = $this->zip_archive;
185
  $zip = new $zip_archive_class_name();
186
  $result = $zip->open( $zip_file, ZipArchive::CREATE | ZipArchive::OVERWRITE );
187
  if ( true !== $result ) {
188
- throw new Exception( sprintf( __( 'Error opening zip file %s. Code: %s', 'cyclone-slider-2' ), $zip_file, $result ) );
189
  }
190
 
191
  // Add slide images
@@ -194,9 +194,9 @@ class CycloneSlider_Exporter {
194
  if(!empty($image_file)){ // Non image slides
195
  $filename = sanitize_file_name( wp_basename( $image_file ) );
196
  if( $zip->addFile( $image_file, $filename ) === false ){
197
- throw new Exception( sprintf( __( 'Error adding file %s to zip.', 'cyclone-slider-2' ), $image_file ) );
198
  } else {
199
- $this->add_ok( sprintf( __('File %s added to zip.', 'cyclone-slider-2'), wp_basename($image_file) ) );
200
  }
201
  }
202
  }
@@ -204,7 +204,7 @@ class CycloneSlider_Exporter {
204
 
205
  // Add json file
206
  $zip->addFromString($this->export_json_file, $export_json );
207
- $this->add_ok( sprintf( __('File %s added to zip.', 'cyclone-slider-2' ), $this->export_json_file) );
208
 
209
  $zip->close();
210
  return $zip_file;
49
 
50
  // Check selected sliders
51
  if( empty($sliders_slugs_array) ){
52
+ throw new Exception( __('Error no sliders selected.', 'cycloneslider'), 1);
53
  }
54
 
55
  // Generate sliders export data
70
  // Generate JSON
71
  $export_json = json_encode( $export_data );
72
  if( false === $export_json ){
73
+ throw new Exception( __('Error encoding data to JSON.', 'cycloneslider'), 1);
74
  }
75
 
76
  // Generate Zip
77
  $this->generate_export_zip( $zip_file, $images_list, $export_json );
78
 
79
+ $this->add_ok( sprintf( __('Success generating zip %s.', 'cycloneslider'), wp_basename($zip_file) ) );
80
 
81
  return true;
82
  }
101
 
102
  if($slider){
103
  $sliders_export_data[$i] = array(
104
+ 'title' => $slider['title'],
105
+ 'name' => $slider['name'],
106
  'slider_settings' => $slider['slider_settings'],
107
  'slides' => $slider['slides']
108
  );
109
+ $this->add_ok( sprintf( __('Exporting data for slider "%s".', 'cycloneslider'), $slider_slug) );
110
  } else {
111
+ throw new Exception( sprintf( __('Slider "%s" not found.', 'cycloneslider'), $slider_slug), 3);
112
  }
113
  }
114
  return $sliders_export_data;
135
  if( is_file( $file ) ){ // Check existence
136
  $images_list[ $slider['name'] ][ $i ] = $file;
137
  } else {
138
+ throw new Exception( sprintf( __('Image %1$d was not found on slide %2$d of slider %3$s. Path to image is %4$s.', 'cycloneslider' ), $slide['id'], (int)$i+1, $slider['name'], $file ), 4 );
139
  }
140
  }
141
  }
179
  private function generate_export_zip( $zip_file, array $images_list, $export_json ) {
180
 
181
  if( !class_exists('ZipArchive') ) {
182
+ throw new Exception( __( 'ZipArchive not supported.', 'cycloneslider' ) );
183
  }
184
  $zip_archive_class_name = $this->zip_archive;
185
  $zip = new $zip_archive_class_name();
186
  $result = $zip->open( $zip_file, ZipArchive::CREATE | ZipArchive::OVERWRITE );
187
  if ( true !== $result ) {
188
+ throw new Exception( sprintf( __( 'Error opening zip file %s. Code: %s', 'cycloneslider' ), $zip_file, $result ) );
189
  }
190
 
191
  // Add slide images
194
  if(!empty($image_file)){ // Non image slides
195
  $filename = sanitize_file_name( wp_basename( $image_file ) );
196
  if( $zip->addFile( $image_file, $filename ) === false ){
197
+ throw new Exception( sprintf( __( 'Error adding file %s to zip.', 'cycloneslider' ), $image_file ) );
198
  } else {
199
+ $this->add_ok( sprintf( __('File %s added to zip.', 'cycloneslider'), wp_basename($image_file) ) );
200
  }
201
  }
202
  }
204
 
205
  // Add json file
206
  $zip->addFromString($this->export_json_file, $export_json );
207
+ $this->add_ok( sprintf( __('File %s added to zip.', 'cycloneslider' ), $this->export_json_file) );
208
 
209
  $zip->close();
210
  return $zip_file;
src/CycloneSlider/Frontend.php CHANGED
@@ -86,7 +86,7 @@ class CycloneSlider_Frontend {
86
  'allow_wrap' => null,
87
  'dynamic_height' => null,
88
  'delay' => null,
89
- 'swipe' => null,
90
  'width_management' => null
91
  ),
92
  $shortcode_settings,
@@ -97,8 +97,8 @@ class CycloneSlider_Frontend {
97
  $slider = $this->data->get_slider_by_slug( $slider_slug ); // Get slider by slug
98
 
99
  // Abort if slider not found!
100
- if ( $slider === false ) {
101
- return sprintf( __( '[Slideshow "%s" not found]', 'cyclone-slider-2' ), $slider_slug );
102
  }
103
 
104
  $slider_count = ++ $this->slider_count; // Make each call to shortcode unique
@@ -106,15 +106,15 @@ class CycloneSlider_Frontend {
106
 
107
 
108
  // Assign important variables
109
- $admin_settings = isset( $slider['slider_settings'] ) ? $slider['slider_settings'] : array(); // Assign slider settings
110
- $slides = isset( $slider['slides'] ) ? $slider['slides'] : array(); // Assign slides
 
 
111
 
112
  $template_name = $admin_settings['template'];
113
  $view_file = $this->data->get_view_file( $template_name );
114
-
115
-
116
  if ( $view_file === false ) { // Abort if template not found!
117
- return sprintf( __( '[Template "%s" not found]', 'cyclone-slider-2' ), $template_name );
118
  }
119
 
120
  $slider_settings = $this->data->combine_slider_settings( $admin_settings, $shortcode_settings );
@@ -125,18 +125,20 @@ class CycloneSlider_Frontend {
125
  $youtube_count = 0; // Number of youtube slides
126
  $vimeo_count = 0; // Number of Vimeo slides
127
 
 
128
  foreach ( $slides as $i => $slide ) {
129
  if ( $slides[ $i ]['hidden'] ) {
130
  unset( $slides[ $i ] );
131
  }
132
  }
 
133
  // Do some last minute logic
134
  // Translations and counters
135
  foreach ( $slides as $i => $slide ) {
136
 
137
  $slides[ $i ]['title'] = __( $slide['title'] ); // Needed by some translation plugins to work
138
  $slides[ $i ]['description'] = __( $slide['description'] ); // Needed by some translation plugins to work
139
- $slides[ $i ]['slide_data_attributes'] = $this->data->slide_data_attributes( $slide, $slider_settings );
140
 
141
  if ( $slides[ $i ]['type'] == 'image' ) {
142
 
@@ -175,9 +177,14 @@ class CycloneSlider_Frontend {
175
  $vimeo_count ++;
176
  $vimeo_id = $this->vimeo->get_vimeo_id( $slides[ $i ]['vimeo_url'] );
177
 
178
- $slides[ $i ]['vimeo_embed_code'] = '<iframe id="' . $slider_html_id . '-iframe-' . $i . '" width="' . $slider_settings['width'] . '" height="' . $slider_settings['height'] . '" src="http://player.vimeo.com/video/' . $vimeo_id . '?api=1&wmode=transparent" frameborder="0" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe>';
179
  $slides[ $i ]['vimeo_id'] = $vimeo_id;
180
  $slides[ $i ]['thumbnail_small'] = $this->vimeo->get_vimeo_thumb( $vimeo_id );
 
 
 
 
 
181
  }
182
  }
183
 
@@ -185,6 +192,7 @@ class CycloneSlider_Frontend {
185
  if ( $slider_settings['random'] ) {
186
  shuffle( $slides ); // Randomizing happens in php not in cycle2
187
  }
 
188
  // Make this available in templates regardless
189
  $slider_settings['random'] = ( $slider_settings['random'] == 1 ) ? true : false; // Convert from int to bool
190
 
@@ -210,8 +218,8 @@ class CycloneSlider_Frontend {
210
  $vars['custom_count'] = $custom_count;
211
  $vars['youtube_count'] = $youtube_count;
212
  $vars['vimeo_count'] = $vimeo_count;
213
- $vars['slider_id'] = $slider_slug; //TODO: (Deprecated since 2.6.0, use $slider_html_id instead) Unique string to identify the slideshow.
214
- $vars['slider_metas'] = $slides; //TODO: (Deprecated since 2.5.5, use $slides instead) An array containing slides properties.
215
  $vars['slider_settings'] = $slider_settings;
216
 
217
  $current_view_folder = $this->view->get_view_folder(); // Back it up
86
  'allow_wrap' => null,
87
  'dynamic_height' => null,
88
  'delay' => null,
89
+ 'swipe' => true, // TODO: Proper fix for swipe
90
  'width_management' => null
91
  ),
92
  $shortcode_settings,
97
  $slider = $this->data->get_slider_by_slug( $slider_slug ); // Get slider by slug
98
 
99
  // Abort if slider not found!
100
+ if ( $slider === NULL ) {
101
+ return sprintf( __( '[Slideshow "%s" not found]', 'cycloneslider' ), $slider_slug );
102
  }
103
 
104
  $slider_count = ++ $this->slider_count; // Make each call to shortcode unique
106
 
107
 
108
  // Assign important variables
109
+ // $slider_settings = $slider['slider_settings'];
110
+ // $slides = $slider['slides'];
111
+ $admin_settings = $slider['slider_settings']; // Assign slider settings
112
+ $slides = $slider['slides']; // Assign slides
113
 
114
  $template_name = $admin_settings['template'];
115
  $view_file = $this->data->get_view_file( $template_name );
 
 
116
  if ( $view_file === false ) { // Abort if template not found!
117
+ return sprintf( __( '[Template "%s" not found]', 'cycloneslider' ), $template_name );
118
  }
119
 
120
  $slider_settings = $this->data->combine_slider_settings( $admin_settings, $shortcode_settings );
125
  $youtube_count = 0; // Number of youtube slides
126
  $vimeo_count = 0; // Number of Vimeo slides
127
 
128
+ // Remove hidden slides
129
  foreach ( $slides as $i => $slide ) {
130
  if ( $slides[ $i ]['hidden'] ) {
131
  unset( $slides[ $i ] );
132
  }
133
  }
134
+
135
  // Do some last minute logic
136
  // Translations and counters
137
  foreach ( $slides as $i => $slide ) {
138
 
139
  $slides[ $i ]['title'] = __( $slide['title'] ); // Needed by some translation plugins to work
140
  $slides[ $i ]['description'] = __( $slide['description'] ); // Needed by some translation plugins to work
141
+ $slides[ $i ]['slide_data_attributes'] = $this->data->slide_data_attributes( $slide, $slider );
142
 
143
  if ( $slides[ $i ]['type'] == 'image' ) {
144
 
177
  $vimeo_count ++;
178
  $vimeo_id = $this->vimeo->get_vimeo_id( $slides[ $i ]['vimeo_url'] );
179
 
180
+ $slides[ $i ]['vimeo_embed_code'] = '<iframe id="' . $slider_html_id . '-iframe-' . $i . '" width="' . $slider_settings['width'] . '" height="' . $slider_settings['height'] . '" src="https://player.vimeo.com/video/' . $vimeo_id . '?wmode=transparent" frameborder="0" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe>';
181
  $slides[ $i ]['vimeo_id'] = $vimeo_id;
182
  $slides[ $i ]['thumbnail_small'] = $this->vimeo->get_vimeo_thumb( $vimeo_id );
183
+ } else if ( $slides[ $i ]['type'] == 'testimonial' ) {
184
+ list( $full_image_url, $orig_width, $orig_height ) = wp_get_attachment_image_src( $slide['testimonial_img'],
185
+ 'full' );
186
+
187
+ $slides[ $i ]['testimonial_img_url'] = $slides[ $i ]['full_testimonial_img_url'] = $full_image_url;
188
  }
189
  }
190
 
192
  if ( $slider_settings['random'] ) {
193
  shuffle( $slides ); // Randomizing happens in php not in cycle2
194
  }
195
+
196
  // Make this available in templates regardless
197
  $slider_settings['random'] = ( $slider_settings['random'] == 1 ) ? true : false; // Convert from int to bool
198
 
218
  $vars['custom_count'] = $custom_count;
219
  $vars['youtube_count'] = $youtube_count;
220
  $vars['vimeo_count'] = $vimeo_count;
221
+ // $vars['slider_id'] = $slider_slug; //TODO: (Deprecated since 2.6.0, use $slider_html_id instead) Unique string to identify the slideshow.
222
+ // $vars['slider_metas'] = $slides; //TODO: (Deprecated since 2.5.5, use $slides instead) An array containing slides properties.
223
  $vars['slider_settings'] = $slider_settings;
224
 
225
  $current_view_folder = $this->view->get_view_folder(); // Back it up
src/CycloneSlider/ImportPage.php CHANGED
@@ -60,18 +60,18 @@ class CycloneSlider_ImportPage extends CycloneSlider_WpAdminSubPage {
60
  $vars['nextgen_page_url'] = $this->nextgen_page_url;
61
  $vars['error'] = get_transient( 'cycloneslider_error_import');
62
  if(!class_exists('ZipArchive')){
63
- $vars['error'] = __( 'ZipArchive not supported. ZipArchive is needed for Import and Export to work.', 'cyclone-slider-2' );
64
  }
65
  delete_transient( 'cycloneslider_error_import');
66
 
67
  $vars['tabs'] = array(
68
  array(
69
- 'title' => __('Export', 'cyclone-slider-2'),
70
  'url' => $this->export_page_url,
71
  'classes' => 'nav-tab'
72
  ),
73
  array(
74
- 'title' => __('Import', 'cyclone-slider-2'),
75
  'url' => $this->import_page_url,
76
  'classes' => 'nav-tab nav-tab-active'
77
  )
@@ -113,7 +113,7 @@ class CycloneSlider_ImportPage extends CycloneSlider_WpAdminSubPage {
113
  $this->rmdir_recursive( $this->cyclone_slider_dir.'/imports' );
114
  }
115
 
116
- $vars['ok'] = __('Import operation success!', 'cyclone-slider-2' );
117
 
118
  $this->view->render('import-step-3.php', $vars);
119
 
60
  $vars['nextgen_page_url'] = $this->nextgen_page_url;
61
  $vars['error'] = get_transient( 'cycloneslider_error_import');
62
  if(!class_exists('ZipArchive')){
63
+ $vars['error'] = __( 'ZipArchive not supported. ZipArchive is needed for Import and Export to work.', 'cycloneslider' );
64
  }
65
  delete_transient( 'cycloneslider_error_import');
66
 
67
  $vars['tabs'] = array(
68
  array(
69
+ 'title' => __('Export', 'cycloneslider'),
70
  'url' => $this->export_page_url,
71
  'classes' => 'nav-tab'
72
  ),
73
  array(
74
+ 'title' => __('Import', 'cycloneslider'),
75
  'url' => $this->import_page_url,
76
  'classes' => 'nav-tab nav-tab-active'
77
  )
113
  $this->rmdir_recursive( $this->cyclone_slider_dir.'/imports' );
114
  }
115
 
116
+ $vars['ok'] = __('Import operation success!', 'cycloneslider' );
117
 
118
  $this->view->render('import-step-3.php', $vars);
119
 
src/CycloneSlider/Importer.php CHANGED
@@ -32,32 +32,32 @@ class CycloneSlider_Importer {
32
  public function import( $uploaded_zip ){
33
  // Check zip support
34
  if( !class_exists('ZipArchive') ){
35
- throw new Exception( __('Could not read zip files. ZipArchive not supported.', 'cyclone-slider-2'), 1);
36
  }
37
 
38
  // Check zip
39
  if( !is_file( $uploaded_zip ) ){
40
- throw new Exception( __('No zip file found.', 'cyclone-slider-2'), 1);
41
  }
42
 
43
  // Create imports dir
44
  if( is_dir( $this->imports_dir ) == false ){
45
  if( ! mkdir( $this->imports_dir, 0777, true ) ){
46
- throw new Exception( __('Error creating imports directory.', 'cyclone-slider-2'), 2);
47
  }
48
  }
49
 
50
  // Move uploaded zip and rename it
51
  $zip_file = $this->imports_dir.'/'.$this->zip_name;
52
  if ( ! move_uploaded_file( $uploaded_zip, $zip_file ) ){
53
- throw new Exception( __('Error moving uploaded zip.', 'cyclone-slider-2'), 3);
54
  }
55
 
56
  // Open zip and perform checks
57
  $zip = new ZipArchive();
58
  $zip_result = $zip->open( $zip_file, ZipArchive::CHECKCONS);
59
  if( true !== $zip_result ){
60
- throw new Exception( sprintf( __('Error opening zip: %s', 'cyclone-slider-2'), $this->get_zip_error( $zip_result ) ), 4);
61
  }
62
 
63
  // Security checks
@@ -70,38 +70,38 @@ class CycloneSlider_Importer {
70
  if($name === 'export.json') {
71
  $export_json_found = true;
72
  if( null === json_decode($entry) ){ // Not a valid JSON
73
- throw new Exception( sprintf( __('Security error. Invalid %s file.', 'cyclone-slider-2'), $name ) );
74
  }
75
  } else {
76
  $im = @imagecreatefromstring( $entry );
77
  if(false !== $im){
78
  imagedestroy($im);
79
  } else { // Not an image
80
- throw new Exception( sprintf( __('Security error. File %s is not an image.', 'cyclone-slider-2'), $name ) );
81
  }
82
  }
83
  }
84
  }
85
  if(!$export_json_found) {
86
- throw new Exception( sprintf( __('Security error. Missing %s file.', 'cyclone-slider-2'), 'export.json' ) );
87
  }
88
 
89
  // Extract zip to extraction dir
90
  $extraction_dir = $this->imports_extracts_dir;
91
  if( $zip->extractTo( $extraction_dir ) === false ){
92
- throw new Exception( __('Error extracting zip.', 'cyclone-slider-2'), 5);
93
  }
94
  $zip->close();
95
 
96
  // Read export file from extraction dir
97
  $json_file = $extraction_dir.'/'.$this->export_json_file;
98
  if( ($export_string = file_get_contents( $json_file )) === false ){
99
- throw new Exception( __('Failed to read export JSON.', 'cyclone-slider-2'), 6);
100
  }
101
 
102
  // Decode JSON
103
  if( ($export_data = json_decode($export_string, true)) == false ) {
104
- throw new Exception( __('Failed to decode JSON.', 'cyclone-slider-2'), 7);
105
  }
106
 
107
  // Add images to wp uploads dir and add as attachment
@@ -172,7 +172,7 @@ class CycloneSlider_Importer {
172
  private function unique_name( $image_name, $target_folder){
173
  $target_folder_files = scandir($target_folder);
174
  if( false === $target_folder_files ){
175
- throw new Exception( sprintf( __('scandir failed on %s', 'cyclone-slider-2'), $target_folder), 8 );
176
  }
177
 
178
  return $this->increment_name( $image_name, $target_folder_files); // Append numbers if file exist
@@ -188,11 +188,11 @@ class CycloneSlider_Importer {
188
  */
189
  private function copy_image( $src_image_file, $dest_image_file ){
190
  if( ! file_exists($src_image_file) ){
191
- throw new Exception( sprintf( __('Source image %s not found.', 'cyclone-slider-2'), $src_image_file ), 9);
192
  }
193
 
194
  if( ! copy($src_image_file, $dest_image_file) ){
195
- throw new Exception( __('Copy error.', 'cyclone-slider-2'), 10);
196
  }
197
  }
198
 
32
  public function import( $uploaded_zip ){
33
  // Check zip support
34
  if( !class_exists('ZipArchive') ){
35
+ throw new Exception( __('Could not read zip files. ZipArchive not supported.', 'cycloneslider'), 1);
36
  }
37
 
38
  // Check zip
39
  if( !is_file( $uploaded_zip ) ){
40
+ throw new Exception( __('No zip file found.', 'cycloneslider'), 1);
41
  }
42
 
43
  // Create imports dir
44
  if( is_dir( $this->imports_dir ) == false ){
45
  if( ! mkdir( $this->imports_dir, 0777, true ) ){
46
+ throw new Exception( __('Error creating imports directory.', 'cycloneslider'), 2);
47
  }
48
  }
49
 
50
  // Move uploaded zip and rename it
51
  $zip_file = $this->imports_dir.'/'.$this->zip_name;
52
  if ( ! move_uploaded_file( $uploaded_zip, $zip_file ) ){
53
+ throw new Exception( __('Error moving uploaded zip.', 'cycloneslider'), 3);
54
  }
55
 
56
  // Open zip and perform checks
57
  $zip = new ZipArchive();
58
  $zip_result = $zip->open( $zip_file, ZipArchive::CHECKCONS);
59
  if( true !== $zip_result ){
60
+ throw new Exception( sprintf( __('Error opening zip: %s', 'cycloneslider'), $this->get_zip_error( $zip_result ) ), 4);
61
  }
62
 
63
  // Security checks
70
  if($name === 'export.json') {
71
  $export_json_found = true;
72
  if( null === json_decode($entry) ){ // Not a valid JSON
73
+ throw new Exception( sprintf( __('Security error. Invalid %s file.', 'cycloneslider'), $name ) );
74
  }
75
  } else {
76
  $im = @imagecreatefromstring( $entry );
77
  if(false !== $im){
78
  imagedestroy($im);
79
  } else { // Not an image
80
+ throw new Exception( sprintf( __('Security error. File %s is not an image.', 'cycloneslider'), $name ) );
81
  }
82
  }
83
  }
84
  }
85
  if(!$export_json_found) {
86
+ throw new Exception( sprintf( __('Security error. Missing %s file.', 'cycloneslider'), 'export.json' ) );
87
  }
88
 
89
  // Extract zip to extraction dir
90
  $extraction_dir = $this->imports_extracts_dir;
91
  if( $zip->extractTo( $extraction_dir ) === false ){
92
+ throw new Exception( __('Error extracting zip.', 'cycloneslider'), 5);
93
  }
94
  $zip->close();
95
 
96
  // Read export file from extraction dir
97
  $json_file = $extraction_dir.'/'.$this->export_json_file;
98
  if( ($export_string = file_get_contents( $json_file )) === false ){
99
+ throw new Exception( __('Failed to read export JSON.', 'cycloneslider'), 6);
100
  }
101
 
102
  // Decode JSON
103
  if( ($export_data = json_decode($export_string, true)) == false ) {
104
+ throw new Exception( __('Failed to decode JSON.', 'cycloneslider'), 7);
105
  }
106
 
107
  // Add images to wp uploads dir and add as attachment
172
  private function unique_name( $image_name, $target_folder){
173
  $target_folder_files = scandir($target_folder);
174
  if( false === $target_folder_files ){
175
+ throw new Exception( sprintf( __('scandir failed on %s', 'cycloneslider'), $target_folder), 8 );
176
  }
177
 
178
  return $this->increment_name( $image_name, $target_folder_files); // Append numbers if file exist
188
  */
189
  private function copy_image( $src_image_file, $dest_image_file ){
190
  if( ! file_exists($src_image_file) ){
191
+ throw new Exception( sprintf( __('Source image %s not found.', 'cycloneslider'), $src_image_file ), 9);
192
  }
193
 
194
  if( ! copy($src_image_file, $dest_image_file) ){
195
+ throw new Exception( __('Copy error.', 'cycloneslider'), 10);
196
  }
197
  }
198
 
src/CycloneSlider/Merge.php DELETED
@@ -1,115 +0,0 @@
1
- <?php
2
- class CycloneSlider_Merge {
3
-
4
- private $view;
5
- private $nonce_name;
6
- private $nonce_action;
7
- private $plugin;
8
-
9
- public function __construct($view, $plugin){
10
- $this->view = $view;
11
- $this->plugin = $plugin;
12
- $this->nonce_name = 'cycloneslider_merge_nonce';
13
- $this->nonce_action = 'cycloneslider_merge';
14
- }
15
-
16
- public function run() {
17
-
18
- // Catch Post
19
- add_action('init', array( $this, 'catch_posts') );
20
-
21
- // Add settings page
22
- add_action( 'admin_menu', array( $this, 'add_menu_and_page'));
23
- }
24
-
25
- public function add_menu_and_page(){
26
-
27
- // Use built-in WP function
28
- add_submenu_page(
29
- 'edit.php?post_type=cycloneslider',
30
- __('Cyclone Slider Merge', 'cyclone-slider-2'),
31
- __('Merge', 'cyclone-slider-2'),
32
- 'manage_options',
33
- 'cycloneslider-merge',
34
- array( $this, 'render_page')
35
- );
36
- }
37
-
38
- public function render_page(){
39
- $nonce_name = 'cycloneslider_merge_nonce';
40
- $nonce_action = 'cycloneslider_merge';
41
-
42
- $vars = array();
43
- $vars['nonce_name'] = $this->nonce_name;
44
- $vars['nonce'] = wp_create_nonce( $this->nonce_action );
45
- $this->view->render('merge.php', $vars);
46
- }
47
-
48
- public function catch_posts(){
49
- $post = $_POST;
50
-
51
-
52
- // Verify nonce
53
- if( isset($post[ $this->nonce_name ]) and wp_verify_nonce( $post[ $this->nonce_name ], $this->nonce_action )){
54
-
55
- if ( $post['submit'] === 'merge' ) {
56
-
57
- // Check if CS1 is present and remove
58
- if( is_dir($this->plugin['wp_content_dir'].'/plugins/cyclone-slider')){
59
- $this->remdir($this->plugin['wp_content_dir'].'/plugins/cyclone-slider');
60
- }
61
-
62
- // Copy CS3
63
- $src = $this->plugin['path'].'src/cyclone-slider';
64
- $dest = $this->plugin['wp_content_dir'].'/plugins/cyclone-slider';
65
-
66
- $this->recurse_copy(
67
- $src,
68
- $dest
69
- );
70
-
71
- // Deactivate CS2
72
- require_once( ABSPATH . 'wp-admin/includes/plugin.php' );
73
- deactivate_plugins( 'cyclone-slider-2/cyclone-slider.php', true );
74
-
75
- // Activate CS3
76
- activate_plugin( 'cyclone-slider/cyclone-slider.php', '', false, true );
77
-
78
- wp_redirect(get_admin_url(NULL, 'plugins.php'));
79
- exit;
80
- }
81
- }
82
- }
83
-
84
- public function recurse_copy($src, $dst) {
85
- $dir = opendir($src);
86
- @mkdir($dst);
87
- while(false !== ( $file = readdir($dir)) ) {
88
- if (( $file != '.' ) && ( $file != '..' )) {
89
- if ( is_dir($src . '/' . $file) ) {
90
- $this->recurse_copy($src . '/' . $file,$dst . '/' . $file);
91
- }
92
- else {
93
- copy($src . '/' . $file,$dst . '/' . $file);
94
- }
95
- }
96
- }
97
- closedir($dir);
98
- }
99
-
100
- public function remdir($dir) {
101
- if (is_dir($dir)) {
102
- $objects = scandir($dir);
103
- foreach ($objects as $object) {
104
- if ($object != "." && $object != "..") {
105
- if (is_dir($dir."/".$object)) {
106
- $this->remdir($dir."/".$object);
107
- } else {
108
- unlink($dir."/".$object);
109
- }
110
- }
111
- }
112
- rmdir($dir);
113
- }
114
- }
115
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
src/CycloneSlider/NextgenIntegration.php CHANGED
@@ -36,7 +36,7 @@ class CycloneSlider_NextgenIntegration {
36
 
37
  add_meta_box(
38
  'cyclone-nextgen-metabox',
39
- __('NextGEN Integration', 'cyclone-slider-2'),
40
  array( $this, 'render_nextgen_meta_box' ),
41
  'cycloneslider' ,
42
  'normal',
@@ -52,7 +52,7 @@ class CycloneSlider_NextgenIntegration {
52
 
53
  ?>
54
  <div class="cycloneslider-field last">
55
- <label for="cycloneslider_nextgen_gallery"><?php _e('Choose a NextGEN Gallery', 'cyclone-slider-2'); ?></label>
56
  <?php
57
  $galleries = $nggdb->find_all_galleries();
58
  ?>
@@ -62,9 +62,9 @@ class CycloneSlider_NextgenIntegration {
62
  <option value="<?php echo $gallery->gid; ?>"><?php echo $gallery->title; ?></option>
63
  <?php endforeach; ?>
64
  </select>
65
- <input type="submit" name="cycloneslider_settings[nextgen]" value="<?php _e('Import', 'cyclone-slider-2'); ?>" class="button-secondary" />
66
  <br />
67
- <span class="note"><?php _e('Select a gallery to import images from. Images will be added as new slides.', 'cyclone-slider-2'); ?></span>
68
  <div class="clear"></div>
69
  </div>
70
  <?php
36
 
37
  add_meta_box(
38
  'cyclone-nextgen-metabox',
39
+ __('NextGEN Integration', 'cycloneslider'),
40
  array( $this, 'render_nextgen_meta_box' ),
41
  'cycloneslider' ,
42
  'normal',
52
 
53
  ?>
54
  <div class="cycloneslider-field last">
55
+ <label for="cycloneslider_nextgen_gallery"><?php _e('Choose a NextGEN Gallery', 'cycloneslider'); ?></label>
56
  <?php
57
  $galleries = $nggdb->find_all_galleries();
58
  ?>
62
  <option value="<?php echo $gallery->gid; ?>"><?php echo $gallery->title; ?></option>
63
  <?php endforeach; ?>
64
  </select>
65
+ <input type="submit" name="cycloneslider_settings[nextgen]" value="<?php _e('Import', 'cycloneslider'); ?>" class="button-secondary" />
66
  <br />
67
+ <span class="note"><?php _e('Select a gallery to import images from. Images will be added as new slides.', 'cycloneslider'); ?></span>
68
  <div class="clear"></div>
69
  </div>
70
  <?php
src/CycloneSlider/SettingsPage.php CHANGED
@@ -48,7 +48,7 @@ class CycloneSlider_SettingsPage extends CycloneSlider_WpSubPage {
48
 
49
  if( isset($_POST['reset']) ){
50
  $input = $this->data->get_default_settings_page_data();
51
- add_settings_error( $this->settings_page_properties['menu_slug'], 'restore_defaults', __( 'Default options restored.', 'cyclone-slider-2' ), 'updated fade' );
52
  }
53
  return $input;
54
  }
48
 
49
  if( isset($_POST['reset']) ){
50
  $input = $this->data->get_default_settings_page_data();
51
+ add_settings_error( $this->settings_page_properties['menu_slug'], 'restore_defaults', __( 'Default options restored.', 'cycloneslider' ), 'updated fade' );
52
  }
53
  return $input;
54
  }
src/CycloneSlider/View.php CHANGED
@@ -37,7 +37,9 @@ class CycloneSlider_View {
37
  * @return void on success string "Not found $view_file" on fail
38
  */
39
  public function render($file, $vars = array()){
 
40
  $view_file = $this->right_sep($this->view_folder).$file; // Add directory separator if needed
 
41
  if(@file_exists($view_file)){
42
  if(!empty($vars)){
43
  extract($vars, EXTR_SKIP); // Extract variables
37
  * @return void on success string "Not found $view_file" on fail
38
  */
39
  public function render($file, $vars = array()){
40
+ $vars = apply_filters('cycloneslider_pre_render_view_vars', $vars);
41
  $view_file = $this->right_sep($this->view_folder).$file; // Add directory separator if needed
42
+ $view_file = apply_filters('cycloneslider_pre_render_view_file', $view_file);
43
  if(@file_exists($view_file)){
44
  if(!empty($vars)){
45
  extract($vars, EXTR_SKIP); // Extract variables
src/CycloneSlider/Vimeo.php CHANGED
@@ -16,7 +16,7 @@ class CycloneSlider_Vimeo {
16
  public function get_vimeo_id($url){
17
 
18
  $parsed_url = parse_url($url);
19
- if ($parsed_url['host'] == 'vimeo.com'){
20
  $vimeo_id = ltrim( $parsed_url['path'], '/');
21
  if (is_numeric($vimeo_id)) {
22
  return $vimeo_id;
16
  public function get_vimeo_id($url){
17
 
18
  $parsed_url = parse_url($url);
19
+ if (isset($parsed_url['host']) && $parsed_url['host'] == 'vimeo.com'){
20
  $vimeo_id = ltrim( $parsed_url['path'], '/');
21
  if (is_numeric($vimeo_id)) {
22
  return $vimeo_id;
src/CycloneSlider/WidgetSlider.php CHANGED
@@ -10,8 +10,8 @@ class CycloneSlider_WidgetSlider extends WP_Widget {
10
  public function __construct() {
11
  parent::__construct(
12
  'cyclone-slider-widget', // Base ID
13
- __( 'Cyclone Slider Widget', 'cyclone-slider-2' ), // Name
14
- array( 'description' => __( 'Widget for displaying sliders.', 'cyclone-slider-2' ), ) // Args
15
  );
16
  }
17
 
@@ -62,7 +62,7 @@ class CycloneSlider_WidgetSlider extends WP_Widget {
62
 
63
  ?>
64
  <p>
65
- <label for="<?php echo $this->get_field_id('title'); ?>"><?php _e('Title:', 'cyclone-slider-2'); ?></label>
66
  <input class="widefat" id="<?php echo $this->get_field_id('title'); ?>" name="<?php echo $this->get_field_name('title'); ?>" type="text" value="<?php esc_attr_e($instance['title']); ?>" />
67
  </p>
68
  <p>
@@ -76,7 +76,7 @@ class CycloneSlider_WidgetSlider extends WP_Widget {
76
  );
77
  if($my_query->have_posts()):
78
  ?>
79
- <label for="<?php echo $this->get_field_id('slideshow'); ?>"><?php _e('Select a Slider:', 'cyclone-slider-2'); ?></label>
80
  <select class="widefat" id="<?php echo $this->get_field_id('slideshow'); ?>" name="<?php echo $this->get_field_name('slideshow'); ?>">
81
  <option value=""></option>
82
  <?php
@@ -91,7 +91,7 @@ class CycloneSlider_WidgetSlider extends WP_Widget {
91
  ?>
92
  </select>
93
  <?php else: ?>
94
- <?php _e('No sliders found.', 'cyclone-slider-2'); ?>
95
  <?php endif; ?>
96
  </p>
97
  <?php
10
  public function __construct() {
11
  parent::__construct(
12
  'cyclone-slider-widget', // Base ID
13
+ __( 'Cyclone Slider Widget', 'cycloneslider' ), // Name
14
+ array( 'description' => __( 'Widget for displaying sliders.', 'cycloneslider' ), ) // Args
15
  );
16
  }
17
 
62
 
63
  ?>
64
  <p>
65
+ <label for="<?php echo $this->get_field_id('title'); ?>"><?php _e('Title:', 'cycloneslider'); ?></label>
66
  <input class="widefat" id="<?php echo $this->get_field_id('title'); ?>" name="<?php echo $this->get_field_name('title'); ?>" type="text" value="<?php esc_attr_e($instance['title']); ?>" />
67
  </p>
68
  <p>
76
  );
77
  if($my_query->have_posts()):
78
  ?>
79
+ <label for="<?php echo $this->get_field_id('slideshow'); ?>"><?php _e('Select a Slider:', 'cycloneslider'); ?></label>
80
  <select class="widefat" id="<?php echo $this->get_field_id('slideshow'); ?>" name="<?php echo $this->get_field_name('slideshow'); ?>">
81
  <option value=""></option>
82
  <?php
91
  ?>
92
  </select>
93
  <?php else: ?>
94
+ <?php _e('No sliders found.', 'cycloneslider'); ?>
95
  <?php endif; ?>
96
  </p>
97
  <?php
src/autoloader.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  // Autoloader
3
- function cycloneslider_autoloader( $class_name ) {
4
  if ( 0 === strpos( $class_name, 'CycloneSlider' ) ) {
5
 
6
  $class_name = str_replace( '\\', '/', $class_name ); // for 5.3 namespaces, replace \ with / to work with linux.
@@ -11,4 +11,4 @@ function cycloneslider_autoloader( $class_name ) {
11
  }
12
  }
13
 
14
- spl_autoload_register( 'cycloneslider_autoloader' );
1
  <?php
2
  // Autoloader
3
+ function cs3_autoloader( $class_name ) {
4
  if ( 0 === strpos( $class_name, 'CycloneSlider' ) ) {
5
 
6
  $class_name = str_replace( '\\', '/', $class_name ); // for 5.3 namespaces, replace \ with / to work with linux.
11
  }
12
  }
13
 
14
+ spl_autoload_register( 'cs3_autoloader' );
src/cyclone-slider/README.txt DELETED
@@ -1,213 +0,0 @@
1
- === Cyclone Slider ===
2
- Contributors: kosinix
3
- Donate link: http://www.codefleet.net/donate/
4
- Tags: slider, slideshow, drag-and-drop, wordpress-slider, wordpress-slideshow, cycle 2, jquery, responsive, translation-ready, custom-post, cyclone-slider
5
- Requires at least: 3.5
6
- Tested up to: 4.7.3
7
- Stable tag: trunk
8
- License: GPLv3
9
- License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
-
11
- An easy-to-use and customizable slideshow plugin. For both casual users and expert developers.
12
-
13
- == Description ==
14
-
15
- Cyclone Slider is an easy-to-use slideshow plugin with an intuitive user interface. It's simple yet extensible.
16
-
17
- = Why Use It? =
18
- * Simplified workflow: 1.) Add slides 2.) Set slideshow properties 3.) Choose a template 4.) Publish! You can choose between a shortcode or a php function (for themes) to display.
19
- * Supports 5 different slide types: image, YouTube, Vimeo, custom HTML, and testimonial slides.
20
- * Translation ready and RTL support. Ideal for languages other than English.
21
- * Comes with 4 core templates: Dark, Default, Standard and Thumbnails.
22
- * Advance template system. Not happy with the core templates? The template system allows developers to customize the slideshow appearance and behavior. Perfect for every client projects. [More info on templating here](http://docs.codefleet.net/cyclone-slider/templating/).
23
- * Selective loading. Load only the scripts and styles that you need.
24
- * Import/export selected slideshows. Moving your slideshow to a different website? No problemo.
25
- * It's FREE! Cyclone Slider does not impose the pro version to free users.
26
-
27
- = More Features =
28
- * Ability to add per-slide transition effects.
29
- * Customizable tile transition effects.
30
- * Unlimited sliders.
31
- * Unique settings for each slider.
32
- * Supports random slide order.
33
- * Shortcode for displaying sliders anywhere in your site.
34
- * Ability to import images from NextGEN (NextGEN must be installed and active).
35
- * Ability to use qTranslate quick tags for slide title and descriptions (qTranslate must be installed and active).
36
- * Allows title and alt to be specified for each slide images.
37
- * Comes with a widget to display your slider easily in widget areas.
38
- * Ability to fine tune the script settings. You can choose what scripts to load and where to load them.
39
-
40
- = Cyclone Slider Pro =
41
-
42
- Cyclone Slider Pro offers even more features:
43
-
44
- * Allow wrap. Slideshow wraps to beginning slide if it reaches the end slide.
45
- * Dynamic height. For slides with varying height.
46
- * Delay. Delay start of slideshow
47
- * Easing. Some cool transition effects.
48
- * Swipe. Swipe gesture support for touch devices.
49
- * 6 resize options: Fit, Fill, Crop, Exact, Exact Width, Exact Height
50
- * Ability to change the image quality: Low, Medium, High, Very High, Max
51
- * And additional templates: Text, Galleria, Yelp and Twitter
52
-
53
-
54
- = Demos =
55
- * View some [screenshots](http://wordpress.org/plugins/cyclone-slider/screenshots/).
56
- * Checkout the [Cyclone Slider homepage](https://www.codefleet.net/cyclone-slider/) for a live demo.
57
-
58
- = Credits =
59
- * Cyclone Slider was based on [Cycle 2](http://jquery.malsup.com/cycle2/) by [Mike Alsup](http://jquery.malsup.com/).
60
-
61
- = Translation Credits =
62
- * Aubin BERTHE for the French translation.
63
- * maxgx for the Italian translation.
64
- * [Hassan](http://wordpress.org/support/profile/hassanhamm) for the Arabic translation.
65
- * Javad for the Persian translation.
66
- * [Borisa Djuraskovic](http://www.webhostinghub.com/) for the Serbo-Croatian translation.
67
- * [Gabriel Gil](http://gabrielgil.es/) and [Digital03](http://digital03.net/) for the Spanish translation.
68
-
69
- Do you want to translate Cyclone Slider manually into your language? Check this [tutorial](http://docs.codefleet.net/cyclone-slider/translation/).
70
-
71
- = License =
72
- GPLv3 - http://www.gnu.org/licenses/gpl-3.0.html
73
-
74
- == Installation ==
75
-
76
- = Install via WordPress Admin =
77
- 1. Ready the zip file of the plugin
78
- 1. Go to Admin > Plugins > Add New
79
- 1. On the upper portion click the Upload link
80
- 1. Using the file upload field, upload the plugin zip file here and activate the plugin
81
-
82
- = Install via FTP =
83
- 1. First unzip the plugin file
84
- 1. Using FTP go to your server's wp-content/plugins directory
85
- 1. Upload the unzipped plugin here
86
- 1. Once finished login into your WP Admin and go to Admin > Plugins
87
- 1. Look for Cyclone Slider and activate it
88
-
89
- = Usage =
90
- 1. Start adding sliders in 'Cyclone Slider' menu in WordPress
91
- 1. The shortcodes and php code are generated automatically by the plugin. Just copy and paste it.
92
-
93
-
94
- == Frequently Asked Questions ==
95
-
96
- = Why is my slider not working? =
97
- Check for javascript errors in your page. This is the most common cause of the slider not running. See [diagnosing javascript errors](http://codex.wordpress.org/Using_Your_Browser_to_Diagnose_JavaScript_Errors). Fix the javascript errors and the slider will run.
98
-
99
- Also check if you are using jQuery Cycle 1 script by viewing your page source. jQuery Cycle2 won't work if both are present.
100
-
101
- = How do I pause an auto running slider when I play a YouTube or Vimeo video? =
102
- Sorry but its not currently supported as it requires loading the YouTube API which is an extra overhead. A solution would be to disable auto transition.
103
-
104
- = Why is there is an extra slide that I didn't add? =
105
- Most probably its wordpress adding paragpraphs on line breaks next to the slides therefore adding a blank `<p>` slide. You can try adding this to functions.php:
106
- `remove_filter('the_content', 'wpautop');`
107
-
108
- = Where do I add my own templates? =
109
- See: [http://docs.codefleet.net/cyclone-slider/creating-your-own-template/](http://docs.codefleet.net/cyclone-slider/creating-your-own-template/)
110
-
111
- == Screenshots ==
112
-
113
- 1. All Slideshow Screen
114
- 2. Slideshow Editing Screen
115
- 3. Slideshow in Action
116
- 4. Slideshow Widget
117
- 5. Slideshow Settings
118
-
119
- == Changelog ==
120
-
121
- = 3.1.2 - 2017-05-04 =
122
- * Fix "Slideshow not found" error when using numeric slideshow slugs. Eg. "011".
123
-
124
- = 3.1.1 - 2017-04-29 =
125
- * Fix slide type image edit area not showing when adding slide for the first time.
126
-
127
- = 3.1.0 - 2017-04-28 =
128
- * Add image to testimonial slide type. Make it work on Dark and Standard template.
129
- * Fix dark template.
130
- * Fix standard template.
131
- * Fix vimeo slide type.
132
- * Use the new vimeo player js library.
133
- * Add templates Twitter and Yelp reviews to [Pro](https://www.codefleet.net/cyclone-slider/templates/).
134
-
135
- = 3.0.0 - 2017-04-12 =
136
- * Codebase merge with Cyclone Slider 2. See [detailed post](https://www.codefleet.net/cyclone-slider-reborn/).
137
- * Add "Legacy Mode" to restore full Cyclone Slider 1 functionality if needed.
138
- * Add Slider Properties pane. You can now set per-slide settings on all slide types. Before it was only available for Image slides.
139
- * Move Hidden option to Slider Properties pane.
140
- * Sorting can now be toggled to prevent accidentally dragging slides.
141
- * Add minimized/maximized button for it to be more obvious vs just toggling with the slide header.
142
- * Slicker slide types dropdown.
143
- * Cosmetic changes to Templates and Slide boxes.
144
- * Update Cycle2 scripts to latest version.
145
-
146
- = 1.3.4 - 2013-09-20 =
147
- * Can now use WP 3.5 media gallery when using WP 3.5 or greater. Older WP versions will use the old media gallery.
148
- * Clicking slide box title will now expand/collapse the box.
149
- * Slide box can now be drag anywhere in the title area.
150
-
151
- = 1.3.3 - 2012-12-18 =
152
- * Bug fix. Preserve PNG transparency on resize.
153
-
154
- = 1.3.2 - 2012-12-11 =
155
- * Added gettext calls for qtranslate to work in title and description fields. You can now place [:en]English Text[:de]German Text in these fields.
156
-
157
- = 1.3.1 - 2012-12-03 =
158
- * Removed width and height attributes from slide images in responsive template
159
-
160
- = 1.3.0 - 2012-11-28 =
161
- Code now based from Cyclone Slider 2 codebase. The improvements are:
162
-
163
- * Cleaner and faster user interface that works well even in IE7
164
- * Ability to import images from NextGEN
165
- * Option to pause slide on hover
166
- * Option to open slide links in new tab
167
- * Improved function cycloneslider_thumb
168
- * Improved codes in templates. Please check your custom templates to match the changes in the template system. Old templates will still work but may not benefit from the newly added options
169
- * Renamed jquery.cookie.js to jquery-cookie.js to prevent the bug in some servers where a file named jquery.cookie.js is blocked and not loaded
170
-
171
- = 1.2.2 - 2012-10-05 =
172
- * Fix error for CSS not loading for WPMU when there is already GET var in the url. Eg. http://www.url.com?lang=en
173
-
174
- = 1.2.1 - 2012-09-25 =
175
- * Added check for undefined jquery cookie plugin
176
-
177
- = 1.2.0 - 2012-09-05 =
178
- * Template selection via admin
179
- * Child theme support. You can now add the `cycloneslider` templates folder inside a child theme. tnx Geoff
180
- * Bug fix for template url/path missing a slash. tnx Chris
181
- * German translation
182
- * Remove unwanted whitespaces on templates at runtime to remove unwanted `<p>` tags from being added by wp
183
-
184
- = 1.1.1 - 2012-09-02 =
185
- * Fix bug on function cycloneslider_thumb
186
- * Added improved thumbnails template
187
-
188
- = 1.1.0 - 2012-08-31 =
189
- * New templates
190
- * New and improved template system
191
-
192
- = 1.0.6 - 2012-08-26 =
193
- * Bug fix for titles and descriptions out of sync after deleting a slide
194
-
195
- = 1.0.5 - 2012-08-24 =
196
- * Caching for thumbnails
197
- * Autodetect "cycloneslider" folder inside current active theme
198
-
199
- = 1.0.4 - 2012-08-18 =
200
- * Added default values when adding a new slideshow to help users.
201
- * Added visual cues when adding new slides.
202
- * Hide preview in admin img when its src is blank to hide the img not found on IE and other browsers. Show only when src is given.
203
-
204
- = 1.0.3 =
205
- * Bug fix if shortcode attributes are set to zero eg. timeout="0". Change use of empty() to === to differentiate null from integer zero or blank string
206
-
207
- = 1.0.2 =
208
- * Prefixed meta keys with underscore _ to hide from wp custom field metabox. Existing slider data will be silently migrated into this new meta keys.
209
- * Thumbnail function added.
210
-
211
- == Upgrade Notice ==
212
-
213
- See changelog
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
src/cyclone-slider/css/admin.css DELETED
@@ -1,778 +0,0 @@
1
- .clear{
2
- clear:both;
3
- display: block;
4
- }
5
- .clearfix:after,
6
- .cs-slide-image:after,
7
- .cs-slide-youtube:after,
8
- .cs-slide-actions:after,
9
- .cs-slide-testimonial:after {
10
- content: "";
11
- display: block;
12
- height: 0;
13
- clear: both;
14
- visibility: hidden;
15
- }
16
-
17
- /*** Add extra space in wp 3.6 ***/
18
- .cycloneslider.version-3-6 #titlediv{
19
- margin-bottom: 20px;
20
- }
21
-
22
- /*** ID Metabox ***/
23
- #cyclone-slider-id input[type="text"]{
24
- display: inline-block;
25
- min-width: 30%;
26
- }
27
- #cyclone-slider-id .cycloneslider-field{
28
- padding: 10px 10px 0 10px;
29
- }
30
-
31
- /*** Codes Metabox ***/
32
- #cyclone-slider-codes .inside{
33
- padding:0;
34
- }
35
-
36
- /*** Slides Metabox ***/
37
- #cyclone-slides-metabox .inside,
38
- #cyclone-slider-templates-metabox .inside {
39
- margin:0;
40
- padding:0;
41
- box-sizing: border-box;
42
- }
43
- #cyclone-slides-metabox .inside *,
44
- #cyclone-slides-templates-metabox .inside * {
45
- box-sizing: inherit;
46
- }
47
- .cs-slide-actions {
48
- padding: 20px;
49
- border-bottom: 1px solid #eee;
50
- }
51
- .cs-slide-actions button {
52
- float: left;
53
- border: 1px solid #d3d3d3;
54
- padding: 5px 10px;
55
- margin: 0;
56
- color: #444;
57
- line-height: 1.5;
58
- cursor:pointer;
59
- outline: 0;
60
- margin-left: -1px;
61
- background-color: #f1f1f1; /* Fallback */
62
- background-image: -ms-linear-gradient(top, #f9f9f9, #ececec); /* IE10 */
63
- background-image: -moz-linear-gradient(top, #f9f9f9, #ececec); /* Firefox */
64
- background-image: -o-linear-gradient(top, #f9f9f9, #ececec); /* Opera */
65
- background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#ececec)); /* old Webkit */
66
- background-image: -webkit-linear-gradient(top, #f9f9f9, #ececec); /* new Webkit */
67
- background-image: linear-gradient(top, #f9f9f9, #ececec); /* proposed W3C Markup */
68
- }
69
- .cs-slide-actions button:hover,
70
- .cs-slide-actions button:focus {
71
- border-color: #999;
72
- position: relative;
73
- z-index: 1;
74
- }
75
- .cs-slide-actions button.active {
76
- -webkit-box-shadow: inset 0 0 15px #006799;
77
- -moz-box-shadow: inset 0 0 15px #006799;
78
- box-shadow: inset 0 0 15px #006799;
79
- background: #0085ba;
80
- color: #fff;
81
- border-color: #0085b9;
82
- }
83
- .cs-slide-actions button:first-child {
84
- border-top-left-radius: 3px;
85
- border-bottom-left-radius: 3px;
86
- margin-left: 0;
87
- }
88
- .cs-slide-actions button:last-child {
89
- border-top-right-radius: 3px;
90
- border-bottom-right-radius: 3px;
91
- }
92
- .cs-sortables {
93
- padding: 0;
94
- margin: 20px;
95
- }
96
- .cs-sortables.active {
97
- padding: 10px;
98
- border: 1px dashed #d3d3d3;
99
- }
100
- .cs-sortables.active .cs-header {
101
- cursor: move;
102
- }
103
- .cs-slide {
104
- margin-bottom:10px;
105
- }
106
- .cs-slide:last-child,
107
- .cs-slide-placeholder:last-child {
108
- margin-bottom: 0;
109
- }
110
- .cs-header{
111
- position: relative;
112
- border:1px solid #D3D3D3;
113
- background-color: #f1f1f1; /* Fallback */
114
- background-image: -ms-linear-gradient(top, #f9f9f9, #ececec); /* IE10 */
115
- background-image: -moz-linear-gradient(top, #f9f9f9, #ececec); /* Firefox */
116
- background-image: -o-linear-gradient(top, #f9f9f9, #ececec); /* Opera */
117
- background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#ececec)); /* old Webkit */
118
- background-image: -webkit-linear-gradient(top, #f9f9f9, #ececec); /* new Webkit */
119
- background-image: linear-gradient(top, #f9f9f9, #ececec); /* proposed W3C Markup */
120
- }
121
-
122
- .cs-slide[data-slide-hidden="1"] .cs-header {
123
- border-color: #e0e0e0;
124
- color: #A2A2A2;
125
- }
126
-
127
- .cs-slide-settings .expandable-header {
128
- border: 0;
129
- text-align: right;
130
- }
131
- .rtl .cs-slide-settings .expandable-header {
132
- text-align: left;
133
- }
134
- .cs-slide-settings .expandable-body {
135
- border-left: 0;
136
- border-right: 0;
137
- }
138
-
139
- .admin-color-light .cs-header {
140
- background-color: #F9F9F9;
141
- background-image: none;
142
- }
143
-
144
- /* Admin - Blue */
145
- .admin-color-blue .cs-title,
146
- .admin-color-blue .cs-header .cs-icon,
147
- .admin-color-blue .cs-templates,
148
- .admin-color-blue .cs-templates .body.active,
149
- .admin-color-blue .cs-templates a,
150
- .admin-color-blue.cycloneslider h2,
151
- .admin-color-blue.cycloneslider h3,
152
- .admin-color-blue.cycloneslider .meta-box-sortables,
153
- .admin-color-blue .expandable-header,
154
- .admin-color-blue .cs-slide .note,
155
- .admin-color-blue .cycloneslider-field .note {
156
- color: #0C4D63;
157
- }
158
-
159
- /* Admin - Ocean */
160
- .admin-color-ocean .cs-title,
161
- .admin-color-ocean .cs-header .cs-icon,
162
- .admin-color-ocean .cs-templates,
163
- .admin-color-ocean .cs-templates .body.active,
164
- .admin-color-ocean .cs-templates a,
165
- .admin-color-ocean.cycloneslider h2,
166
- .admin-color-ocean.cycloneslider h3,
167
- .admin-color-ocean.cycloneslider .meta-box-sortables,
168
- .admin-color-ocean .expandable-header,
169
- .admin-color-ocean .cs-slide .note,
170
- .admin-color-ocean .cycloneslider-field .note {
171
- color: #516166;
172
- }
173
-
174
- /* Admin - Coffee */
175
- .admin-color-coffee .cs-title,
176
- .admin-color-coffee .cs-header .cs-icon,
177
- .admin-color-coffee .cs-templates,
178
- .admin-color-coffee .cs-templates a,
179
- .admin-color-coffee.cycloneslider h2,
180
- .admin-color-coffee.cycloneslider h3,
181
- .admin-color-coffee.cycloneslider .meta-box-sortables,
182
- .admin-color-coffee .expandable-header,
183
- .admin-color-coffee .cs-slide .note,
184
- .admin-color-coffee .cycloneslider-field .note {
185
- color: #59524C;
186
- }
187
- .admin-color-coffee .cs-templates .body.active,
188
- .admin-color-coffee .cs-templates .body.active a{
189
- color: #46403C;
190
- }
191
- .admin-color-coffee .cs-header,
192
- .admin-color-coffee .cs-body,
193
- .admin-color-coffee .cs-header .cs-icon,
194
- .admin-color-coffee .cs-slide-type-bar {
195
- border-color: #D8CCC2;
196
- }
197
- .admin-color-coffee .cs-slide:hover .cs-header,
198
- .admin-color-coffee .cs-slide:hover .cs-body{
199
- border-color: #CABCB1;
200
- }
201
-
202
- /* Admin - Ectoplasm */
203
- .admin-color-ectoplasm .cs-title,
204
- .admin-color-ectoplasm .cs-header .cs-icon,
205
- .admin-color-ectoplasm .cs-templates,
206
- .admin-color-ectoplasm .cs-templates a,
207
- .admin-color-ectoplasm.cycloneslider h2,
208
- .admin-color-ectoplasm.cycloneslider h3,
209
- .admin-color-ectoplasm.cycloneslider .meta-box-sortables,
210
- .admin-color-ectoplasm .expandable-header,
211
- .admin-color-ectoplasm .cs-slide .note,
212
- .admin-color-ectoplasm .cycloneslider-field .note {
213
- color: #413256;
214
- }
215
- .admin-color-ectoplasm .cs-templates .body.active{
216
- color: #523F6D;
217
- }
218
- .admin-color-ectoplasm .cs-header,
219
- .admin-color-ectoplasm .cs-body,
220
- .admin-color-ectoplasm .cs-header .cs-icon,
221
- .admin-color-ectoplasm .cs-slide-type-bar {
222
- border-color: #D8CAEC;
223
- }
224
- .admin-color-ectoplasm .cs-slide:hover .cs-header,
225
- .admin-color-ectoplasm .cs-slide:hover .cs-body{
226
- border-color: #BEB1CF;
227
- }
228
-
229
- /* Admin - Sunrise */
230
- .admin-color-sunrise .cs-title,
231
- .admin-color-sunrise .cs-header .cs-icon,
232
- .admin-color-sunrise .cs-templates,
233
- .admin-color-sunrise .cs-templates .body.active,
234
- .admin-color-sunrise .cs-templates a,
235
- .admin-color-sunrise.cycloneslider h2,
236
- .admin-color-sunrise.cycloneslider h3,
237
- .admin-color-sunrise.cycloneslider .meta-box-sortables,
238
- .admin-color-sunrise .expandable-header,
239
- .admin-color-sunrise .cs-slide .note,
240
- .admin-color-sunrise .cycloneslider-field .note {
241
- color: #8B3B38;
242
- }
243
-
244
- .cs-header .cs-icon{
245
- float:left;
246
- padding:6px;
247
- border-right:1px solid #D3D3D3;
248
- }
249
- .rtl .cs-header .cs-icon{
250
- float:right;
251
- border-left:1px solid #D3D3D3;
252
- border-right:0;
253
- }
254
- .cs-icon i{
255
- font-size: 14px;
256
- width:14px;
257
- height:14px;
258
- display:none;
259
- }
260
- .cs-title{
261
- float:left;
262
- padding:4px 6px;
263
- max-width: 50%;
264
- white-space: nowrap;
265
- overflow: hidden;
266
- -ms-text-overflow: ellipsis;
267
- text-overflow: ellipsis;
268
- }
269
- .rtl .cs-title{
270
- float:right;
271
- }
272
- .cs-controls{
273
- float:right;
274
- padding:2px 5px;
275
- }
276
- .rtl .cs-controls{
277
- float:left;
278
- text-align: right;
279
- }
280
- .cs-controls button {
281
- font-size: 16px;
282
- background: none;
283
- border: 0;
284
- outline:0;
285
- cursor: pointer;
286
- }
287
- .cs-controls .cs-delete{
288
- color: #CC0A0C;
289
- }
290
- .cs-controls .cs-minimize{
291
- color: #444;
292
- }
293
- .cs-slide:hover .cs-header,
294
- .cs-slide:hover .cs-body{
295
- border-color:#c0c0c0;
296
- }
297
- .cs-header .cs-delete:hover{
298
- color:#ff0000;
299
- }
300
- .cs-body{
301
- background:#F5F5F5;
302
- min-height:1px; /* IE7 - on open disappearing content - bug fix */
303
- border-left:1px solid #D3D3D3;
304
- border-right:1px solid #D3D3D3;
305
- border-bottom:1px solid #D3D3D3;
306
- display:none;
307
- }
308
- .cs-slide-type-bar{
309
- padding:10px 2%;
310
- background: #ECECEC;
311
- border-bottom:1px solid #D3D3D3;
312
- }
313
- .cs-slide-hidden {
314
- float: right;
315
- display: block;
316
- margin-top: 6px;
317
- }
318
- .cs-image-thumb img{
319
- display:block;
320
- max-width:90%;
321
- margin-bottom:10px;
322
- border:3px solid #ccc;
323
- }
324
- .cs-media-gallery-show{
325
- margin-bottom:15px;
326
- }
327
- .cs-slide textarea{
328
- overflow:auto;
329
- }
330
- .cs-slide .note,
331
- .cycloneslider-field .note{
332
- font-weight:normal;
333
- font-size:11px;
334
- font-style:italic;
335
- color:#666666;
336
- }
337
-
338
- /* Image slide */
339
- .cs-image-preview,
340
- .cs-image-edit {
341
- float: left;
342
- width: 50%;
343
- padding: 15px;
344
- }
345
- .cs-image-edit {
346
- padding-left: 0;
347
- }
348
- .rtl .cs-image-preview,
349
- .rtl .cs-image-edit {
350
- float: right;
351
- }
352
- .rtl .cs-image-edit {
353
- padding-left: 15px;
354
- padding-right: 0;
355
- }
356
-
357
- /* Select */
358
- .cs-slide-type {
359
- float: left;
360
- position: relative;
361
- }
362
- .switcher {
363
- cursor: pointer;
364
- }
365
- .switcher > i {
366
- position: absolute;
367
- right: 10px;
368
- top: 50%;
369
- transform: translateY(-60%);
370
- }
371
- .switcher .display {
372
- display: block;
373
- min-width: 115px;
374
- border-right: 1px solid #d3d3d3;
375
- padding: 5px 25px 5px 10px;
376
- }
377
- .switcher .display i,
378
- .switcher li i {
379
- display: inline-block;
380
- min-width: 15px;
381
- }
382
- .switcher .display span,
383
- .switcher li span {
384
- margin-left: 5px;
385
- padding-left: 6px;
386
- border-left: 1px solid #d3d3d3;
387
- }
388
- .switcher ul {
389
- display: none;
390
- padding: 0;
391
- margin: 0;
392
- list-style: none inside;
393
- position: absolute;
394
- left: 0;
395
- top: 100%;
396
- width: 100%;
397
- background: rgba(255,255,255,0.9);
398
- border-left:1px solid #d3d3d3;
399
- border-right:1px solid #d3d3d3;
400
- border-top:1px solid #d3d3d3;
401
- z-index: 100;
402
- }
403
- .switcher.open ul {
404
- display: block;
405
- }
406
- .switcher li {
407
- padding: 5px 10px;
408
- margin: 0;
409
- border-bottom:1px solid #d3d3d3;
410
- }
411
- .switcher li:hover {
412
- background: #d54e21;
413
- color: #fff;
414
- }
415
-
416
-
417
- /*** Video ***/
418
- .cs-video-preview{
419
- padding:15px 2%;
420
- float:left;
421
- width:40%;
422
- }
423
- .rtl .cs-video-preview{
424
- float:right;
425
- }
426
- .cs-video-error{
427
- background-color: #FFEBE8;
428
- border-top: 1px solid #C00;
429
- border-bottom: 1px solid #C00;
430
- }
431
- .cs-video-error p{
432
- padding: 5px 10px;
433
- margin: 0;
434
- }
435
- .cs-video-settings{
436
- float:left;
437
- width:50%;
438
- padding:15px 2%;
439
- min-width:300px;
440
- }
441
- .rtl .cs-video-settings{
442
- float:right;
443
- }
444
- .cs-loader{
445
- display:inline-block;
446
- width:24px;
447
- height:24px;
448
-
449
- }
450
- .cs-video-thumb{
451
- background: url(../images/loader.gif) no-repeat center;
452
- min-height:150px;
453
- }
454
- .cs-video-thumb img{
455
- max-width:100%;
456
- margin-bottom:15px;
457
- }
458
-
459
- /*** Custom HTML ***/
460
- .cs-slide-custom{
461
- padding:15px 2%;
462
- }
463
- .cs-custom-html{
464
- min-height:140px;
465
- }
466
-
467
- /*** YouTube Slide ***/
468
- .cs-slide-youtube {
469
- padding: 15px;
470
- }
471
-
472
- /*** YouTube Vimeo ***/
473
- .cs-slide-vimeo {
474
- padding: 15px;
475
- }
476
-
477
- /*** Testimonial ***/
478
- .cs-testimonial-quote,
479
- .cs-quote-properties {
480
- float:left;
481
- padding:15px;
482
- width:50%;
483
- }
484
- .rtl .cs-testimonial-quote,
485
- .rtl .cs-quote-properties {
486
- float:right;
487
- }
488
-
489
- /*** Hide other slide types ***/
490
- .cs-slide-image,
491
- .cs-slide-video,
492
- .cs-slide-custom,
493
- .cs-slide-youtube,
494
- .cs-slide-vimeo,
495
- .cs-slide-testimonial{
496
- display: none;
497
- }
498
-
499
- /*** Show selected slide type ***/
500
- .cs-slide[data-slide-type="image"] .cs-slide-image,
501
- .cs-slide[data-slide-type="video"] .cs-slide-video,
502
- .cs-slide[data-slide-type="custom"] .cs-slide-custom,
503
- .cs-slide[data-slide-type="youtube"] .cs-slide-youtube,
504
- .cs-slide[data-slide-type="vimeo"] .cs-slide-vimeo,
505
- .cs-slide[data-slide-type="testimonial"] .cs-slide-testimonial{
506
- display: block;
507
- }
508
-
509
- /*** Slide effects toggle ***/
510
- .cycloneslider_metas_enable_slide_effects{
511
- float:right;
512
- margin-bottom:15px;
513
- }
514
- .rtl .cycloneslider_metas_enable_slide_effects{
515
- float:left;
516
- }
517
-
518
- /*** Placeholder ***/
519
- .cs-slide-placeholder{
520
- padding:5px;
521
- height:20px;
522
- border:1px dashed #ccc;
523
- margin-bottom:10px;
524
- min-height: 30px;
525
- }
526
-
527
- /* Skeleton for adding slide box in JS */
528
- .cs-slide-skeleton{
529
- display:none;
530
- }
531
-
532
- /*** Expandables ***/
533
- .expandable-box.last{
534
- border-bottom:1px solid #D3D3D3;
535
- }
536
- .expandable-header{
537
- border-left:1px solid #D3D3D3;
538
- border-right:1px solid #D3D3D3;
539
- border-top:1px solid #D3D3D3;
540
- padding:3px 7px;
541
- color:#666666;
542
- background-color: #f1f1f1;
543
- cursor:pointer;
544
- }
545
- .expandable-body{
546
- border-top:1px solid #D3D3D3;
547
- border-left:1px solid #D3D3D3;
548
- border-right:1px solid #D3D3D3;
549
- padding:20px;
550
- background:#f9f9f9;
551
- display:none;
552
- }
553
- .expandable-header.first{
554
- -webkit-border-radius: 3px 3px 0px 0px;
555
- border-radius: 3px 3px 0px 0px;
556
- }
557
- .expandable-box input.widefat[type="text"]:disabled{
558
- background: #f1f1f1;
559
- }
560
-
561
-
562
-
563
- /*** Form Fields ***/
564
- .field{
565
- margin-bottom:15px;
566
- }
567
- .field.last{
568
- margin:0;
569
- }
570
- .field label{
571
- display:inline-block;
572
- margin-bottom:5px;
573
- font-weight:bold;
574
- }
575
- .field-inline label{
576
- width:40%;
577
- }
578
- .field-inline input,
579
- .field-inline select,
580
- .field-inline textarea{
581
- max-width:40%;
582
- }
583
-
584
- .field-normal {
585
- padding-top:10px;
586
- }
587
- .field-normal label{
588
- font-weight: normal;
589
- }
590
-
591
- .cycloneslider-slide-meta-speed,
592
- .cycloneslider-slide-meta-timeout,
593
- .cycloneslider-slide-meta-tile-count,
594
- .cycloneslider-slide-meta-tile-delay{
595
- width:25%;
596
- }
597
- .cycloneslider-meta-field .note.disabled,
598
- label.disabled,
599
- input:disabled{
600
- color:#999;
601
- }
602
-
603
- #cyclone-slider-properties-metabox .inside,
604
- #cyclone-slider-advanced-settings-metabox .inside{
605
- padding:0;
606
- }
607
-
608
- /*** Cycloneslider Field ***/
609
- .cycloneslider-field{
610
- padding:15px 10px 20px 10px;
611
- border-bottom:1px solid #DFDFDF;
612
- }
613
- .cycloneslider-field.last{
614
- padding-bottom:10px;
615
- border-bottom:0;
616
- }
617
- .cycloneslider-field label{
618
- display:block;
619
- font-weight:bold;
620
- margin-bottom:5px;
621
- }
622
- .cycloneslider-field input[type="text"],
623
- .cycloneslider-field select{
624
- display:block;
625
- min-width:50%;
626
- margin-bottom:3px;
627
- }
628
- .cycloneslider-field-tile-properties,
629
- .cycloneslider-slide-tile-properties{
630
- display:none;
631
- }
632
- .cycloneslider-spacer-10{
633
- height:10px;
634
- }
635
- .cycloneslider-spacer-15{
636
- height:15px;
637
- }
638
-
639
- /*** Nextgen ***/
640
- #cyclone-nextgen-metabox .inside{
641
- padding:0;
642
- }
643
- .cycloneslider-field label.inline{
644
- display:inline-block;
645
- margin:0 0 0 3px;
646
- }
647
- #cyclone-nextgen-metabox select{
648
- display:inline-block;
649
- margin:0 0 0 3px;
650
- }
651
-
652
-
653
- /*** Templates ***/
654
- .cs-templates {
655
- width: 100%;
656
- border-spacing: 0;
657
-
658
- }
659
- .cs-templates th {
660
- padding: 5px;
661
- border-bottom:1px solid #ececec;
662
- }
663
-
664
- .cs-templates td {
665
- padding: 10px;
666
- }
667
- .cs-templates td a {
668
- text-decoration: none;
669
- }
670
- .cs-templates td:nth-child(1),
671
- .cs-templates td:nth-child(2) {
672
- text-align: left;
673
- }
674
- .rtl .cs-templates td:nth-child(1),
675
- .rtl .cs-templates td:nth-child(2) {
676
- text-align: right;
677
- }
678
- .cs-templates td:nth-child(3),
679
- .cs-templates td:nth-child(4) {
680
- text-align: center;
681
- }
682
- .cs-templates td:nth-child(2) a {
683
- color:#444;
684
- }
685
- .cs-templates .active td {
686
- background: #ececec;
687
- }
688
- .cs-templates .active label,
689
- .cs-templates .active td:nth-child(2) a {
690
- color: #0085ba;
691
- }
692
- .cs-boxy{
693
- position: absolute;
694
- left: 0;
695
- top:10%;
696
- padding: 10px 20px;
697
- background: #fff;
698
- z-index: 1000;
699
- border: 1px solid #CFCFCF;
700
- display: none;
701
- border-radius: 5px;
702
- }
703
- .cs-templates-buttons {
704
- border-top: 1px solid #ececec;
705
- padding: 10px;
706
- }
707
-
708
- /*** Preview ***/
709
- #cyclone-slider-preview-metabox .inside{
710
- overflow: auto;
711
- }
712
-
713
- /*** Hide admin stuff ***/
714
- .inline-edit-date,
715
- .inline-edit-group{
716
- display:none;
717
- }
718
-
719
- #cycloneslider_settings_resize{
720
- display: inline-block;
721
- }
722
- label[for="force_resize"]{
723
- display: inline-block;
724
- font-weight: normal;
725
- margin: 0;
726
- }
727
-
728
- /*** Responsive ***/
729
- @media (max-width: 800px) {
730
- .cs-templates .template-name {
731
- width: 20%;
732
- }
733
- .cs-templates .supported-slide-types {
734
- width: 35%;
735
- }
736
- .cs-templates .cs-location {
737
- width: 15%;
738
- }
739
- }
740
-
741
- /*** Pro ***/
742
- .cycloneslider-cover{
743
- position: absolute;
744
- left: 0;
745
- top: 0;
746
- width: 100%;
747
- height: 100%;
748
- background: #F8F8F8;
749
- opacity: 0.7;
750
- z-index: 99;
751
- }
752
- .cycloneslider-cover p{
753
- text-align: center;
754
- padding: 80px 0 0 0;
755
- font-size: 20px;
756
- }
757
- .cycloneslider-cover p a{
758
- text-decoration: underline;
759
- }
760
- .cs2-disabled{
761
- color: #999;
762
- }
763
-
764
- /* Override Admin CSS to prevent covering the lightbox prev button during preview */
765
- .sticky-menu #adminmenuwrap {
766
- z-index: 999;
767
- }
768
-
769
- .export-page-list {
770
- list-style: inside square;
771
- }
772
-
773
- .cs-upgrade-action a {
774
- text-decoration: none;
775
- display: block;
776
- padding:1px 2px;
777
- }
778
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
src/cyclone-slider/cyclone-slider.php DELETED
@@ -1,28 +0,0 @@
1
- <?php
2
- /*
3
- Plugin Name: Cyclone Slider
4
- Plugin URI: http://www.codefleet.net/cyclone-slider/
5
- Description: Create and manage sliders with ease. Built for both casual users and developers.
6
- Version: 3.1.2
7
- Author: Nico Amarilla
8
- Author URI: http://www.codefleet.net/
9
- License: GPLv3
10
- License URI: https://www.gnu.org/licenses/gpl-3.0.html
11
- Domain Path: /languages
12
- Text Domain: cycloneslider
13
- */
14
-
15
- // Legacy mode or not
16
- $option = get_option('cyclone_option_name');
17
-
18
- $get = $_GET;
19
- if(isset($get['cs_legacy_mode']) and $get['cs_legacy_mode']='off'){
20
- $option['legacy'] = 0;
21
- update_option('cyclone_option_name', $option);
22
- }
23
- if ( isset($option['legacy']) and $option['legacy'] ) {
24
- require_once 'src/legacy/cyclone-slider.php';
25
- } else {
26
- require_once 'src/autoloader.php';
27
- require_once 'src/plugin.php';
28
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
src/cyclone-slider/images/loader.gif DELETED
Binary file
src/cyclone-slider/images/screenshot.png DELETED
Binary file
src/cyclone-slider/js/admin.js DELETED
@@ -1,557 +0,0 @@
1
- /*** Wrapper module for js store ***/
2
- var cs_local_storage = (function () {
3
- return {
4
- get: function (key) {
5
- if(store!=undefined){
6
- return store.get(key);
7
- }
8
- return false;
9
- },
10
- set: function (key, value) {
11
- if(store!=undefined){
12
- store.set(key, value);
13
- }
14
- },
15
- remove: function (key) {
16
- if(store!=undefined){
17
- store.remove(key);
18
- }
19
- },
20
- clear: function () {
21
- if(store!=undefined){
22
- store.clear(); /*** Clear all keys ***/
23
- }
24
- }
25
- };
26
- })();
27
-
28
- /*** Class for handling open and close expandable and slide elements. Use together with cs_local_storage ***/
29
- function CsUiOpen(data){
30
- if(!data){
31
- data = {};
32
- }
33
- this.expandables = data;/*** data format should be object[slideshowId][element_index] ***/
34
- }
35
- CsUiOpen.prototype.get = function(slideshow, key){
36
- if(this.expandables[slideshow]!=undefined){
37
- if(this.expandables[slideshow][key]!=undefined){
38
- return this.expandables[slideshow][key];
39
- }
40
- }
41
- return false;
42
- }
43
- CsUiOpen.prototype.set = function(slideshow, key, value){
44
- if(typeof(this.expandables[slideshow])!=='object'){
45
- this.expandables[slideshow] = {};
46
- }
47
-
48
- this.expandables[slideshow][key] = value;
49
- }
50
- CsUiOpen.prototype.remove = function(slideshow, key){
51
- if(this.expandables[slideshow]!=undefined){
52
- if(this.expandables[slideshow][key]!=undefined){
53
- delete this.expandables[slideshow][key];
54
- }
55
- }
56
- }
57
- CsUiOpen.prototype.getAll = function(){
58
- return this.expandables;
59
- }
60
- CsUiOpen.prototype.clear = function(){
61
- this.expandables = {};
62
- }
63
-
64
-
65
- jQuery(document).ready(function($){
66
- /*** Export ***/
67
- (function() {
68
- $('#cs-select-all').click(function(){
69
- if( $(this).is(':checked') ) {
70
- $('.cs-sliders').prop('checked', true);
71
- } else {
72
- $('.cs-sliders').prop('checked', false);
73
- }
74
-
75
- });
76
- })();
77
- /*** SLIDE BOXES ***/
78
- (function() {
79
- var $slidesMetabox = $('#cyclone-slides-metabox'),
80
- $sortables = $('#cs-sortables'),
81
- slideshowId = $sortables.data('post-id'),
82
- cs_ui_open;
83
-
84
- cs_ui_open = new CsUiOpen(cs_local_storage.get('cs_slide_toggles'));/*** Handle persistent slide data ***/
85
-
86
- /*** Init - Sortable slides ***/
87
- $sortables.sortable({
88
- handle:'.cs-header',
89
- placeholder: "cs-slide-placeholder",
90
- forcePlaceholderSize:true,
91
- disabled: true,
92
- /*** Update form field indexes when slide order changes ***/
93
- update: function(event, ui) {
94
- $sortables.find('.cs-slide').each(function(boxIndex, box){ /*** Loop thru each box ***/
95
- $(box).find('input, select, textarea').each(function(i, field){ /*** Loop thru relevant form fields ***/
96
- var name = $(field).attr('name');
97
- if(name){
98
- name = name.replace(/\[[0-9]+\]/, '['+boxIndex+']'); /*** Replace all [index] in field_key[index][name] ***/
99
- $(field).attr('name',name);
100
- }
101
- });
102
- $(box).find('.cs-changeling-id').each(function(i, field){ /*** Loop thru relevant fields ***/
103
- var name = $(field).attr('id');
104
- if(name){
105
- name = name.replace(/[0-9]+/, boxIndex); /*** Replace all ad_asdasd-x ***/
106
- $(field).attr('id',name);
107
- }
108
- var name = $(field).attr('for');
109
- if(name){
110
- name = name.replace(/[0-9]+/, boxIndex); /*** Replace all ad_asdasd-x ***/
111
- $(field).attr('for',name);
112
- }
113
- });
114
- });
115
- }
116
- });
117
- $('#cs-sort').on('click', function(){
118
- var $sort = $(this),
119
- isDisabled = $( "#cs-sortables" ).sortable( "option", "disabled" );
120
-
121
- $sort.toggleClass('active');
122
- if(isDisabled){
123
- $('#cs-sortables').sortable('enable').addClass('active');
124
- } else {
125
- $('#cs-sortables').sortable('disable').removeClass('active');
126
- }
127
- });
128
- /*** Init - Slide ID and title ***/
129
- $sortables.find('.cs-slide').each(function(i){
130
- var $slide = $(this),
131
- $body = $slide.find('.cs-body');
132
-
133
- $slide.data('cs_id', i);
134
-
135
- if(cs_ui_open.get(slideshowId ,i)=='open'){
136
- $body.slideDown(0);
137
- } else {
138
- $body.slideUp(0);
139
- }
140
- });
141
-
142
- /*** Add - Slide box from a hidden html template ***/
143
- $slidesMetabox.on('click', '#cs-add-slide', function(e){
144
- var id = $sortables.find('.cs-slide').length;
145
- var html = $('#cs-slide-skeleton').html();
146
- html = html.replace(/{id}/g, id);/*** replace all occurences of {id} to real id ***/
147
-
148
- $sortables.append(html);
149
- $sortables.find('.cs-slide:last').find('.cs-thumbnail').hide().end().find('.cs-body').show();
150
-
151
- $sortables.find('.cs-slide').each(function(i){
152
- $(this).data('cs_id',i);
153
- });
154
-
155
- $('.expandable-body').each(function(i){
156
- $(this).data('cs_id',i);
157
- });
158
-
159
- $(".cycloneslider_metas_enable_slide_effects").trigger('change');
160
-
161
- e.preventDefault();
162
- })
163
- .on('wpAddImage', '.cs-media-gallery-show', function(e, image_url, attachment_id, media_attachment){
164
-
165
- /*** Add image to slide ***/
166
-
167
- var $button = $(this),
168
- $imageField = $button.closest('.cs-image-field'), // Current image field
169
- $thumb = $imageField.find('.cs-image-thumb'), // Find the thumb
170
- $hiddenField = $imageField.find('.cs-image-id '); // Find the hidden field that will hold the attachment id
171
-
172
- $thumb.html('<img src="'+image_url+'" alt="Thumbnail" />').show();
173
- $hiddenField.val(attachment_id);
174
-
175
- })
176
- .on('wpAddImages', '.cs-multiple-slides', function(e, media_attachments){
177
-
178
- /*** Add multiple images as slide ***/
179
-
180
- var $sortables = $('#cs-sortables'),
181
- slideCount = $sortables.find('.cs-slide').length,
182
- i;
183
-
184
- for(i=0; i<media_attachments.length; ++i){
185
-
186
- $('#cs-add-slide').trigger('click');
187
-
188
- $sortables.find('.cs-slide').eq(slideCount+i).find('.cs-media-gallery-show').trigger('wpAddImage', [media_attachments[i].url, media_attachments[i].id, media_attachments[i]]);
189
- }
190
-
191
- })
192
- .on('click', '.cs-minimize', function(e) {
193
-
194
- /*** Toggle - slide body visiblity ***/
195
-
196
- var $button = $(this),
197
- $box = $button.closest('.cs-slide'),
198
- $body = $box.find('.cs-body'),
199
- id = $box.data('cs_id');
200
-
201
- if($body.is(':visible')){
202
- $body.slideUp(100);
203
- cs_ui_open.remove(slideshowId , id);
204
- } else {
205
- $body.slideDown(100);
206
- cs_ui_open.set(slideshowId , id, 'open');/*** remember open section ***/
207
- }
208
-
209
- cs_local_storage.set('cs_slide_toggles', cs_ui_open.getAll());
210
- e.preventDefault();
211
-
212
- }).on('click', '.cs-slide-type .switcher', function(e){
213
-
214
- /* Switcher - switch between slide types */
215
-
216
- var $switcher = $(this);
217
-
218
- $switcher.toggleClass('open');
219
- $('.cs-slide-type .switcher').not($switcher).removeClass('open');
220
- e.stopPropagation();
221
-
222
- }).on('click', '.cs-slide-type .switcher li', function(e){
223
-
224
- var $list = $(this),
225
- $box = $list.closest('.cs-slide'),
226
- $switcher = $list.closest('.switcher'),
227
- $hidden = $list.closest('.cs-slide-type').find('input'),
228
- $display = $switcher.find('.display');
229
-
230
- $display.html($list.html());
231
- $switcher.removeClass('open');
232
- $hidden.val($list.attr('data-value'));
233
- $box.attr('data-slide-type', $hidden.val());
234
-
235
- e.stopPropagation();
236
- })
237
- .on('click', '.cs-delete', function(e) {
238
-
239
- /*** Delete - Remove slide box ***/
240
-
241
- var box = $(this).parents('.cs-slide');
242
- box.fadeOut('slow', function(){ box.remove()});
243
-
244
- e.preventDefault();
245
- e.stopPropagation();
246
- })
247
- .on('change', '.cycloneslider_metas_link_target', function(e){
248
-
249
- /*** Enable/Disable Link URL if lightbox is selected ***/
250
-
251
- var box, link_url;
252
-
253
- box = $(this).parents('.expandable-box');
254
-
255
- link_url = box.find('.cycloneslider_metas_link_url');
256
-
257
- if ($(this).val() == 'lightbox') {
258
- link_url.attr('disabled', 'disabled');
259
- } else {
260
- link_url.removeAttr('disabled');
261
- }
262
- })
263
- .find('.cs-slide').each(function(){
264
- var $slide = $(this),
265
- slideType = $slide.attr('data-slide-type');
266
- $slide.find('.cs-slide-type').find('li[data-value="'+slideType+'"]').trigger('click');
267
- });
268
-
269
- $(document).click(function(){
270
-
271
- /* Handle closing of dropdown on lost focus */
272
-
273
- $('.cs-slide-type .switcher').removeClass('open');
274
- });
275
-
276
- $('.cycloneslider_metas_link_target').trigger('change');
277
-
278
- })();
279
-
280
- /*** EXPANDABLES ***/
281
- (function() {
282
- var slideshowId, cs_ui_open;
283
-
284
- /*** Init ***/
285
- slideshowId = $('#cyclone-slides-metabox .cs-sortables').data('post-id');
286
-
287
- cs_ui_open = new CsUiOpen(cs_local_storage.get('cs_expandables'));
288
-
289
- $('#cyclone-slides-metabox .expandable-body').each(function(i){
290
- $(this).data('cs_id', i);
291
-
292
- if(cs_ui_open.get(slideshowId ,i)=='open'){
293
- $(this).slideDown(0);
294
- } else {
295
- $(this).slideUp(0);
296
- }
297
- });
298
-
299
- /*** Toggle - Expandable toggling ***/
300
- $('#cyclone-slides-metabox').on('click', '.expandable-header', function(e){
301
- var body, id;
302
-
303
- body = $(this).next('.expandable-body');
304
- id = body.data('cs_id');
305
-
306
- if(body.is(':visible')){
307
- body.slideUp(100);
308
- cs_ui_open.remove(slideshowId , id);
309
-
310
- } else {
311
- body.slideDown(100);
312
- cs_ui_open.set(slideshowId , id, 'open');
313
-
314
- }
315
-
316
- cs_local_storage.set('cs_expandables', cs_ui_open.getAll());
317
- });
318
- })();
319
-
320
- /*** VIDEO SLIDE ***/
321
- (function() {
322
- var slideshowId;
323
-
324
- slideshowId = $('#cyclone-slides-metabox .cs-sortables').data('post-id');
325
-
326
- /*** Get Video ***/
327
- $('#cyclone-slides-metabox').on('click', '.cs-video-get', function(e){
328
- var button, box, textbox_url, url, video_thumb, video_embed;
329
-
330
- button = $(this);
331
- box = $(this).parents('.cs-slide');
332
- video_thumb = box.find('.cs-video-thumb');
333
- textbox_url = box.find('.cs-video-url');
334
- url = textbox_url.val();
335
- if(url==''){
336
- return;
337
- }
338
- video_embed = box.find('.cs-video-embed');
339
- video_thumb.empty().show();
340
- textbox_url.attr('disabled','disabled');
341
- button.attr('disabled','disabled');
342
-
343
- $.ajax({
344
- type: "POST",
345
- url: ajaxurl, /*** Automatically added by wordpress ***/
346
- data: "action=cycloneslider_get_video&url="+encodeURIComponent(url),
347
- dataType: 'json',
348
- success: function(data, textStatus, XMLHttpRequest){
349
- if(data.success){
350
- video_thumb.html('<img src="'+data.url+'" alt="thumb">');
351
- box.find('.cs-video-thumb-url').val(data.url);
352
- video_embed.val(data.embed);
353
- textbox_url.removeAttr('disabled');
354
- button.removeAttr('disabled');
355
- } else {
356
- alert('Error. Make sure its a valid youtube or vimeo url.');
357
- video_thumb.empty().hide();
358
- textbox_url.removeAttr('disabled');
359
- button.removeAttr('disabled');
360
- }
361
- }
362
- });
363
- });
364
- })();
365
-
366
- (function() {
367
-
368
- /*** hide wordpress admin stuff ***/
369
- $('#minor-publishing-actions').hide();
370
- $('#misc-publishing-actions').hide();
371
- $('.inline-edit-date').prev().hide();
372
-
373
- /*** Post type switcher quick fix ***/
374
- $('#pts_post_type').html('<option value="cycloneslider">Cycloneslider</option>');
375
-
376
- /*** Template Chooser ***/
377
- $('#cyclone-slider-templates-metabox').on('click', '.boxxy', function(e){
378
- e.preventDefault();
379
- e.stopPropagation();
380
-
381
- var trigger = $(this),
382
- content = '',
383
- boxy = $('#cs-boxy'),
384
- width = 0,
385
- height = 0,
386
- x = 0,
387
- y = 0;
388
-
389
- boxy.html( trigger.data('content') );
390
- boxy.stop().show();
391
-
392
- /* Do calcs after element is shown to prevent zero values for hidden element */
393
- width = boxy.outerWidth(),
394
- height = boxy.outerHeight(),
395
- x = trigger.offset().left,
396
- y = trigger.offset().top,
397
-
398
- y = y - height;
399
- if ( $('body').hasClass('admin-bar') ) {
400
- y -= 32;
401
- }
402
-
403
- boxy.css({
404
- 'left': x+'px',
405
- 'top': y+'px'
406
- });
407
- }).on('change', '.cs-templates input[type="radio"]', function(e){
408
- var $radio = $(this),
409
- $tr = $(this).closest('tr'),
410
- $table = $tr.closest('table');
411
-
412
- $table.find('tr').removeClass('active');
413
- $tr.addClass('active');
414
- });
415
- $(document).on('click', '#cs-boxy', function(e){
416
- e.preventDefault();
417
- e.stopPropagation();
418
- })
419
- $(document).on('click', 'body', function(e){
420
- $('#cs-boxy').fadeOut();
421
- })
422
- $(window).resize(function(e){
423
- $('#cs-boxy').hide();
424
- })
425
-
426
- /*** show/Hide Tile Properties for slideshow ***/
427
- $('#cyclone-slider-properties-metabox').on('change', '#cycloneslider_settings_fx', function(){
428
- if($(this).val()=='tileBlind' || $(this).val()=='tileSlide'){
429
- $('.cycloneslider-field-tile-properties').slideDown('fast');
430
- } else {
431
- $('.cycloneslider-field-tile-properties').slideUp('fast');
432
- }
433
- });
434
- $("#cycloneslider_settings_fx").trigger('change');
435
-
436
- /*** Show/hide Tile Properties for slides ***/
437
- $('#cyclone-slides-metabox').on('change', '.cycloneslider_metas_fx', function(){
438
- var $select = $(this),
439
- $field = $select.closest('.field');
440
-
441
- if($select.val()=='tileBlind' || $select.val()=='tileSlide'){
442
- $field.siblings('.cycloneslider-slide-tile-properties').slideDown('fast');
443
- } else {
444
- $field.siblings('.cycloneslider-slide-tile-properties').slideUp('fast');
445
- }
446
- });
447
- $(".cycloneslider_metas_fx").trigger('change');
448
-
449
- })();
450
-
451
- (function() {
452
- if(typeof(wp) == "undefined" || typeof(wp.media) != "function"){
453
- return;
454
- }
455
- // Prepare the variable that holds our custom media manager.
456
- var cyclone_media_frame;
457
- var triggering_element = null;
458
-
459
- // Bind to our click event in order to open up the new media experience.
460
- $(document.body).on('click', '.cs-media-gallery-show', function(e){
461
- // Prevent the default action from occuring.
462
- e.preventDefault();
463
-
464
- triggering_element = jQuery(this); /* Get current clicked element */
465
-
466
-
467
- // If the frame already exists, re-open it.
468
- if ( cyclone_media_frame ) {
469
- cyclone_media_frame.open();
470
- return;
471
- }
472
-
473
-
474
- cyclone_media_frame = wp.media.frames.cyclone_media_frame = wp.media({
475
- className: 'media-frame cs-frame',
476
- frame: 'select',
477
- multiple: false,
478
- title: cycloneslider_admin_vars.title,
479
- library: {
480
- type: 'image'
481
- },
482
- button: {
483
- text: cycloneslider_admin_vars.button
484
- }
485
- });
486
-
487
- cyclone_media_frame.on('select', function(){
488
- var media_attachment, img_url;
489
-
490
- // Grab our attachment selection and construct a JSON representation of the model.
491
- media_attachment = cyclone_media_frame.state().get('selection').first().toJSON();
492
-
493
- if(undefined==media_attachment.sizes.medium){ /*** Account for smaller images where medium does not exist ***/
494
- img_url = media_attachment.url;
495
- } else {
496
- img_url = media_attachment.sizes.medium.url;
497
- }
498
-
499
- triggering_element.trigger('wpAddImage', [img_url, media_attachment.id, media_attachment]);
500
- });
501
-
502
- // Now that everything has been set, let's open up the frame.
503
- cyclone_media_frame.open();
504
- });
505
- })();
506
-
507
-
508
- (function() {
509
- if(typeof(wp) == "undefined" || typeof(wp.media) != "function"){
510
- return;
511
- }
512
- // Prepare the variable that holds our custom media manager.
513
- var cyclone_media_frame;
514
- var triggering_element = null;
515
-
516
- // Bind to our click event in order to open up the new media experience.
517
- $(document.body).on('click', '.cs-multiple-slides', function(e){
518
- // Prevent the default action from occuring.
519
- e.preventDefault();
520
-
521
- triggering_element = jQuery(this); /* Get current clicked element */
522
-
523
-
524
- // If the frame already exists, re-open it.
525
- if ( cyclone_media_frame ) {
526
- cyclone_media_frame.open();
527
- return;
528
- }
529
-
530
-
531
- cyclone_media_frame = wp.media.frames.cyclone_media_frame = wp.media({
532
- className: 'media-frame cs-frame',
533
- frame: 'select',
534
- multiple: true,
535
- title: cycloneslider_admin_vars.title2,
536
- library: {
537
- type: 'image'
538
- },
539
- button: {
540
- text: cycloneslider_admin_vars.button2
541
- }
542
- });
543
-
544
- cyclone_media_frame.on('select', function(){
545
- var media_attachments;
546
-
547
- // Grab our attachment selection and construct a JSON representation of the model.
548
- media_attachments = cyclone_media_frame.state().get('selection').toJSON();
549
-
550
- triggering_element.trigger('wpAddImages', [media_attachments]);
551
- });
552
-
553
- // Now that everything has been set, let's open up the frame.
554
- cyclone_media_frame.open();
555
- });
556
- })();
557
- });
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
src/cyclone-slider/js/client.js DELETED
@@ -1,83 +0,0 @@
1
- jQuery(document).ready(function($){
2
-
3
- /*** Lightbox ***/
4
- (function() {
5
- try{
6
- $('.magnific-pop').magnificPopup({
7
- type:'image'
8
- });
9
- } catch (ignore) {}
10
- })();
11
-
12
- });
13
-
14
- /*** Global template functionalities ***/
15
- (function() {
16
- var slides_selector = '.cycloneslider-template-dark .cycloneslider-slides';
17
-
18
- slides_selector += ',.cycloneslider-template-default .cycloneslider-slides';
19
- slides_selector += ',.cycloneslider-template-standard .cycloneslider-slides';
20
- slides_selector += ',.cycloneslider-template-thumbnails .cycloneslider-slides';
21
-
22
- slides_selector += ',.cycloneslider-template-galleria .cycloneslider-slides';
23
- slides_selector += ',.cycloneslider-template-text .cycloneslider-slides';
24
- slides_selector += ',.cycloneslider-template-dos .cycloneslider-slides';
25
-
26
- jQuery(document).on('cycle-before', slides_selector, function( event, optionHash, outgoingSlideEl, incomingSlideEl, forwardFlag ) {
27
- var slide = jQuery( outgoingSlideEl ), /* Current slide */
28
- curHeight = 0,
29
- nextHeight = 0;
30
-
31
- /* Autoheight when dynamic height is on */
32
- /* Using getBoundingClientRect() instead of jQuery's outerHeight() for more accurate reading (floating point values) */
33
- if( "on" == optionHash.dynamicHeight ) {
34
- curHeight = jQuery(outgoingSlideEl)[0].getBoundingClientRect().height;
35
- if ( undefined == curHeight || 0 == curHeight ) { /* IE8 returns undefined so we use outerHeight as fallback. Also works for older templates! */
36
- curHeight = jQuery(outgoingSlideEl).outerHeight();
37
- }
38
-
39
- nextHeight = jQuery(incomingSlideEl)[0].getBoundingClientRect().height;
40
- if ( undefined == nextHeight || 0 == nextHeight ) { /* IE8 returns undefined so we use outerHeight as fallback. Also works for older templates! */
41
- nextHeight = jQuery(incomingSlideEl).outerHeight();
42
- }
43
- if ( nextHeight != curHeight ) jQuery(this).animate({height:nextHeight}, optionHash.autoHeightSpeed, optionHash.autoHeightEasing);
44
- }
45
-
46
- if(slide.hasClass('cycloneslider-slide-youtube')) pauseYoutube( slide ); /* Pause youtube video on next */
47
-
48
- if(slide.hasClass('cycloneslider-slide-vimeo')) pauseVimeo( slide ); /* Pause vimeo video on next */
49
- });
50
-
51
- jQuery(document).on('cycle-initialized cycle-after', slides_selector, function( event, optionHash, outgoingSlideEl, incomingSlideEl, forwardFlag ) {
52
- var index = (event.type == 'cycle-initialized') ? optionHash.currSlide : optionHash.nextSlide;
53
- var slide = jQuery( optionHash.slides[ index ] ); /* Current slide */
54
-
55
- /* Make sure current slide has the highest z-index.
56
- Fix for issue when previous slides appear on top of the current slide due to cycle's weird z-index assigments */
57
- if( false == optionHash.hideNonActive ) slide.css('zIndex', parseInt(slide.css('zIndex'))+20);
58
- });
59
-
60
- function pauseYoutube( slide ){
61
- var data = {
62
- "event": "command",
63
- "func": "pauseVideo",
64
- "args": [],
65
- "id": ""
66
- }
67
- postMessage( slide.find('iframe'), data, '*');
68
- }
69
-
70
- function pauseVimeo( slide ){
71
- postMessage( slide.find('iframe'), {method:'pause'}, slide.find('iframe').attr('src'));
72
- }
73
-
74
- function postMessage(iframe, data, url){
75
- try{
76
- if (iframe[0]) { // Frame exists
77
- iframe[0].contentWindow.postMessage(JSON.stringify(data), url);
78
- }
79
- } catch (ignore) {}
80
- }
81
-
82
- })();
83
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
src/cyclone-slider/js/store-json2.min.js DELETED
@@ -1,2 +0,0 @@
1
- /* Copyright (c) 2010-2012 Marcus Westin */
2
- this.JSON||(this.JSON={}),function(){function f(e){return e<10?"0"+e:e}function quote(e){return escapable.lastIndex=0,escapable.test(e)?'"'+e.replace(escapable,function(e){var t=meta[e];return typeof t=="string"?t:"\\u"+("0000"+e.charCodeAt(0).toString(16)).slice(-4)})+'"':'"'+e+'"'}function str(e,t){var n,r,i,s,o=gap,u,a=t[e];a&&typeof a=="object"&&typeof a.toJSON=="function"&&(a=a.toJSON(e)),typeof rep=="function"&&(a=rep.call(t,e,a));switch(typeof a){case"string":return quote(a);case"number":return isFinite(a)?String(a):"null";case"boolean":case"null":return String(a);case"object":if(!a)return"null";gap+=indent,u=[];if(Object.prototype.toString.apply(a)==="[object Array]"){s=a.length;for(n=0;n<s;n+=1)u[n]=str(n,a)||"null";return i=u.length===0?"[]":gap?"[\n"+gap+u.join(",\n"+gap)+"\n"+o+"]":"["+u.join(",")+"]",gap=o,i}if(rep&&typeof rep=="object"){s=rep.length;for(n=0;n<s;n+=1)r=rep[n],typeof r=="string"&&(i=str(r,a),i&&u.push(quote(r)+(gap?": ":":")+i))}else for(r in a)Object.hasOwnProperty.call(a,r)&&(i=str(r,a),i&&u.push(quote(r)+(gap?": ":":")+i));return i=u.length===0?"{}":gap?"{\n"+gap+u.join(",\n"+gap)+"\n"+o+"}":"{"+u.join(",")+"}",gap=o,i}}typeof Date.prototype.toJSON!="function"&&(Date.prototype.toJSON=function(e){return isFinite(this.valueOf())?this.getUTCFullYear()+"-"+f(this.getUTCMonth()+1)+"-"+f(this.getUTCDate())+"T"+f(this.getUTCHours())+":"+f(this.getUTCMinutes())+":"+f(this.getUTCSeconds())+"Z":null},String.prototype.toJSON=Number.prototype.toJSON=Boolean.prototype.toJSON=function(e){return this.valueOf()});var cx=/[\u0000\u00ad\u0600-\u0604\u070f\u17b4\u17b5\u200c-\u200f\u2028-\u202f\u2060-\u206f\ufeff\ufff0-\uffff]/g,escapable=/[\\\"\x00-\x1f\x7f-\x9f\u00ad\u0600-\u0604\u070f\u17b4\u17b5\u200c-\u200f\u2028-\u202f\u2060-\u206f\ufeff\ufff0-\uffff]/g,gap,indent,meta={"\b":"\\b"," ":"\\t","\n":"\\n","\f":"\\f","\r":"\\r",'"':'\\"',"\\":"\\\\"},rep;typeof JSON.stringify!="function"&&(JSON.stringify=function(e,t,n){var r;gap="",indent="";if(typeof n=="number")for(r=0;r<n;r+=1)indent+=" ";else typeof n=="string"&&(indent=n);rep=t;if(!t||typeof t=="function"||typeof t=="object"&&typeof t.length=="number")return str("",{"":e});throw new Error("JSON.stringify")}),typeof JSON.parse!="function"&&(JSON.parse=function(text,reviver){function walk(e,t){var n,r,i=e[t];if(i&&typeof i=="object")for(n in i)Object.hasOwnProperty.call(i,n)&&(r=walk(i,n),r!==undefined?i[n]=r:delete i[n]);return reviver.call(e,t,i)}var j;text=String(text),cx.lastIndex=0,cx.test(text)&&(text=text.replace(cx,function(e){return"\\u"+("0000"+e.charCodeAt(0).toString(16)).slice(-4)}));if(/^[\],:{}\s]*$/.test(text.replace(/\\(?:["\\\/bfnrt]|u[0-9a-fA-F]{4})/g,"@").replace(/"[^"\\\n\r]*"|true|false|null|-?\d+(?:\.\d*)?(?:[eE][+\-]?\d+)?/g,"]").replace(/(?:^|:|,)(?:\s*\[)+/g,"")))return j=eval("("+text+")"),typeof reviver=="function"?walk({"":j},""):j;throw new SyntaxError("JSON.parse")})}(),function(){function o(){try{return r in t&&t[r]}catch(e){return!1}}var e={},t=window,n=t.document,r="localStorage",i="__storejs__",s;e.disabled=!1,e.set=function(e,t){},e.get=function(e){},e.remove=function(e){},e.clear=function(){},e.transact=function(t,n,r){var i=e.get(t);r==null&&(r=n,n=null),typeof i=="undefined"&&(i=n||{}),r(i),e.set(t,i)},e.getAll=function(){},e.serialize=function(e){return JSON.stringify(e)},e.deserialize=function(e){if(typeof e!="string")return undefined;try{return JSON.parse(e)}catch(t){return e||undefined}};if(o())s=t[r],e.set=function(t,n){return n===undefined?e.remove(t):(s.setItem(t,e.serialize(n)),n)},e.get=function(t){return e.deserialize(s.getItem(t))},e.remove=function(e){s.removeItem(e)},e.clear=function(){s.clear()},e.getAll=function(){var t={};for(var n=0;n<s.length;++n){var r=s.key(n);t[r]=e.get(r)}return t};else if(n.documentElement.addBehavior){var u,a;try{a=new ActiveXObject("htmlfile"),a.open(),a.write('<script>document.w=window</script><iframe src="/favicon.ico"></frame>'),a.close(),u=a.w.frames[0].document,s=u.createElement("div")}catch(f){s=n.createElement("div"),u=n.body}function l(t){return function(){var n=Array.prototype.slice.call(arguments,0);n.unshift(s),u.appendChild(s),s.addBehavior("#default#userData"),s.load(r);var i=t.apply(e,n);return u.removeChild(s),i}}var c=new RegExp("[!\"#$%&'()*+,/\\\\:;<=>?@[\\]^`{|}~]","g");function h(e){return e.replace(c,"___")}e.set=l(function(t,n,i){return n=h(n),i===undefined?e.remove(n):(t.setAttribute(n,e.serialize(i)),t.save(r),i)}),e.get=l(function(t,n){return n=h(n),e.deserialize(t.getAttribute(n))}),e.remove=l(function(e,t){t=h(t),e.removeAttribute(t),e.save(r)}),e.clear=l(function(e){var t=e.XMLDocument.documentElement.attributes;e.load(r);for(var n=0,i;i=t[n];n++)e.removeAttribute(i.name);e.save(r)}),e.getAll=l(function(t){var n=t.XMLDocument.documentElement.attributes;t.load(r);var i={};for(var s=0,o;o=n[s];++s)i[o]=e.get(o);return i})}try{e.set(i,i),e.get(i)!=i&&(e.disabled=!0),e.remove(i)}catch(f){e.disabled=!0}e.enabled=!e.disabled,typeof module!="undefined"&&typeof module!="function"?module.exports=e:typeof define=="function"&&define.amd?define(e):this.store=e}()
 
 
src/cyclone-slider/languages/cycloneslider-ja_JP.mo DELETED
Binary file
src/cyclone-slider/libs/cycle2/jquery.cycle2.carousel.min.js DELETED
@@ -1,2 +0,0 @@
1
- /* Plugin for Cycle2; Copyright (c) 2012 M. Alsup; v20141007 */
2
- !function(a){"use strict";a(document).on("cycle-bootstrap",function(a,b,c){"carousel"===b.fx&&(c.getSlideIndex=function(a){var b=this.opts()._carouselWrap.children(),c=b.index(a);return c%b.length},c.next=function(){var a=b.reverse?-1:1;b.allowWrap===!1&&b.currSlide+a>b.slideCount-b.carouselVisible||(b.API.advanceSlide(a),b.API.trigger("cycle-next",[b]).log("cycle-next"))})}),a.fn.cycle.transitions.carousel={preInit:function(b){b.hideNonActive=!1,b.container.on("cycle-destroyed",a.proxy(this.onDestroy,b.API)),b.API.stopTransition=this.stopTransition;for(var c=0;c<b.startingSlide;c++)b.container.append(b.slides[0])},postInit:function(b){var c,d,e,f,g=b.carouselVertical;b.carouselVisible&&b.carouselVisible>b.slideCount&&(b.carouselVisible=b.slideCount-1);var h=b.carouselVisible||b.slides.length,i={display:g?"block":"inline-block",position:"static"};if(b.container.css({position:"relative",overflow:"hidden"}),b.slides.css(i),b._currSlide=b.currSlide,f=a('<div class="cycle-carousel-wrap"></div>').prependTo(b.container).css({margin:0,padding:0,top:0,left:0,position:"absolute"}).append(b.slides),b._carouselWrap=f,g||f.css("white-space","nowrap"),b.allowWrap!==!1){for(d=0;d<(void 0===b.carouselVisible?2:1);d++){for(c=0;c<b.slideCount;c++)f.append(b.slides[c].cloneNode(!0));for(c=b.slideCount;c--;)f.prepend(b.slides[c].cloneNode(!0))}f.find(".cycle-slide-active").removeClass("cycle-slide-active"),b.slides.eq(b.startingSlide).addClass("cycle-slide-active")}b.pager&&b.allowWrap===!1&&(e=b.slideCount-h,a(b.pager).children().filter(":gt("+e+")").hide()),b._nextBoundry=b.slideCount-b.carouselVisible,this.prepareDimensions(b)},prepareDimensions:function(b){var c,d,e,f,g=b.carouselVertical,h=b.carouselVisible||b.slides.length;if(b.carouselFluid&&b.carouselVisible?b._carouselResizeThrottle||this.fluidSlides(b):b.carouselVisible&&b.carouselSlideDimension?(c=h*b.carouselSlideDimension,b.container[g?"height":"width"](c)):b.carouselVisible&&(c=h*a(b.slides[0])[g?"outerHeight":"outerWidth"](!0),b.container[g?"height":"width"](c)),d=b.carouselOffset||0,b.allowWrap!==!1)if(b.carouselSlideDimension)d-=(b.slideCount+b.currSlide)*b.carouselSlideDimension;else for(e=b._carouselWrap.children(),f=0;f<b.slideCount+b.currSlide;f++)d-=a(e[f])[g?"outerHeight":"outerWidth"](!0);b._carouselWrap.css(g?"top":"left",d)},fluidSlides:function(b){function c(){clearTimeout(e),e=setTimeout(d,20)}function d(){b._carouselWrap.stop(!1,!0);var a=b.container.width()/b.carouselVisible;a=Math.ceil(a-g),b._carouselWrap.children().width(a),b._sentinel&&b._sentinel.width(a),h(b)}var e,f=b.slides.eq(0),g=f.outerWidth()-f.width(),h=this.prepareDimensions;a(window).on("resize",c),b._carouselResizeThrottle=c,d()},transition:function(b,c,d,e,f){var g,h={},i=b.nextSlide-b.currSlide,j=b.carouselVertical,k=b.speed;if(b.allowWrap===!1){e=i>0;var l=b._currSlide,m=b.slideCount-b.carouselVisible;i>0&&b.nextSlide>m&&l==m?i=0:i>0&&b.nextSlide>m?i=b.nextSlide-l-(b.nextSlide-m):0>i&&b.currSlide>m&&b.nextSlide>m?i=0:0>i&&b.currSlide>m?i+=b.currSlide-m:l=b.currSlide,g=this.getScroll(b,j,l,i),b.API.opts()._currSlide=b.nextSlide>m?m:b.nextSlide}else e&&0===b.nextSlide?(g=this.getDim(b,b.currSlide,j),f=this.genCallback(b,e,j,f)):e||b.nextSlide!=b.slideCount-1?g=this.getScroll(b,j,b.currSlide,i):(g=this.getDim(b,b.currSlide,j),f=this.genCallback(b,e,j,f));h[j?"top":"left"]=e?"-="+g:"+="+g,b.throttleSpeed&&(k=g/a(b.slides[0])[j?"height":"width"]()*b.speed),b._carouselWrap.animate(h,k,b.easing,f)},getDim:function(b,c,d){var e=a(b.slides[c]);return e[d?"outerHeight":"outerWidth"](!0)},getScroll:function(a,b,c,d){var e,f=0;if(d>0)for(e=c;c+d>e;e++)f+=this.getDim(a,e,b);else for(e=c;e>c+d;e--)f+=this.getDim(a,e,b);return f},genCallback:function(b,c,d,e){return function(){var c=a(b.slides[b.nextSlide]).position(),f=0-c[d?"top":"left"]+(b.carouselOffset||0);b._carouselWrap.css(b.carouselVertical?"top":"left",f),e()}},stopTransition:function(){var a=this.opts();a.slides.stop(!1,!0),a._carouselWrap.stop(!1,!0)},onDestroy:function(){var b=this.opts();b._carouselResizeThrottle&&a(window).off("resize",b._carouselResizeThrottle),b.slides.prependTo(b.container),b._carouselWrap.remove()}}}(jQuery);
 
 
src/cyclone-slider/libs/cycle2/jquery.cycle2.min.js DELETED
@@ -1,15 +0,0 @@
1
- /*!
2
- * jQuery Cycle2; version: 2.1.6 build: 20141007
3
- * http://jquery.malsup.com/cycle2/
4
- * Copyright (c) 2014 M. Alsup; Dual licensed: MIT/GPL
5
- */
6
- !function(a){"use strict";function b(a){return(a||"").toLowerCase()}var c="2.1.6";a.fn.cycle=function(c){var d;return 0!==this.length||a.isReady?this.each(function(){var d,e,f,g,h=a(this),i=a.fn.cycle.log;if(!h.data("cycle.opts")){(h.data("cycle-log")===!1||c&&c.log===!1||e&&e.log===!1)&&(i=a.noop),i("--c2 init--"),d=h.data();for(var j in d)d.hasOwnProperty(j)&&/^cycle[A-Z]+/.test(j)&&(g=d[j],f=j.match(/^cycle(.*)/)[1].replace(/^[A-Z]/,b),i(f+":",g,"("+typeof g+")"),d[f]=g);e=a.extend({},a.fn.cycle.defaults,d,c||{}),e.timeoutId=0,e.paused=e.paused||!1,e.container=h,e._maxZ=e.maxZ,e.API=a.extend({_container:h},a.fn.cycle.API),e.API.log=i,e.API.trigger=function(a,b){return e.container.trigger(a,b),e.API},h.data("cycle.opts",e),h.data("cycle.API",e.API),e.API.trigger("cycle-bootstrap",[e,e.API]),e.API.addInitialSlides(),e.API.preInitSlideshow(),e.slides.length&&e.API.initSlideshow()}}):(d={s:this.selector,c:this.context},a.fn.cycle.log("requeuing slideshow (dom not ready)"),a(function(){a(d.s,d.c).cycle(c)}),this)},a.fn.cycle.API={opts:function(){return this._container.data("cycle.opts")},addInitialSlides:function(){var b=this.opts(),c=b.slides;b.slideCount=0,b.slides=a(),c=c.jquery?c:b.container.find(c),b.random&&c.sort(function(){return Math.random()-.5}),b.API.add(c)},preInitSlideshow:function(){var b=this.opts();b.API.trigger("cycle-pre-initialize",[b]);var c=a.fn.cycle.transitions[b.fx];c&&a.isFunction(c.preInit)&&c.preInit(b),b._preInitialized=!0},postInitSlideshow:function(){var b=this.opts();b.API.trigger("cycle-post-initialize",[b]);var c=a.fn.cycle.transitions[b.fx];c&&a.isFunction(c.postInit)&&c.postInit(b)},initSlideshow:function(){var b,c=this.opts(),d=c.container;c.API.calcFirstSlide(),"static"==c.container.css("position")&&c.container.css("position","relative"),a(c.slides[c.currSlide]).css({opacity:1,display:"block",visibility:"visible"}),c.API.stackSlides(c.slides[c.currSlide],c.slides[c.nextSlide],!c.reverse),c.pauseOnHover&&(c.pauseOnHover!==!0&&(d=a(c.pauseOnHover)),d.hover(function(){c.API.pause(!0)},function(){c.API.resume(!0)})),c.timeout&&(b=c.API.getSlideOpts(c.currSlide),c.API.queueTransition(b,b.timeout+c.delay)),c._initialized=!0,c.API.updateView(!0),c.API.trigger("cycle-initialized",[c]),c.API.postInitSlideshow()},pause:function(b){var c=this.opts(),d=c.API.getSlideOpts(),e=c.hoverPaused||c.paused;b?c.hoverPaused=!0:c.paused=!0,e||(c.container.addClass("cycle-paused"),c.API.trigger("cycle-paused",[c]).log("cycle-paused"),d.timeout&&(clearTimeout(c.timeoutId),c.timeoutId=0,c._remainingTimeout-=a.now()-c._lastQueue,(c._remainingTimeout<0||isNaN(c._remainingTimeout))&&(c._remainingTimeout=void 0)))},resume:function(a){var b=this.opts(),c=!b.hoverPaused&&!b.paused;a?b.hoverPaused=!1:b.paused=!1,c||(b.container.removeClass("cycle-paused"),0===b.slides.filter(":animated").length&&b.API.queueTransition(b.API.getSlideOpts(),b._remainingTimeout),b.API.trigger("cycle-resumed",[b,b._remainingTimeout]).log("cycle-resumed"))},add:function(b,c){var d,e=this.opts(),f=e.slideCount,g=!1;"string"==a.type(b)&&(b=a.trim(b)),a(b).each(function(){var b,d=a(this);c?e.container.prepend(d):e.container.append(d),e.slideCount++,b=e.API.buildSlideOpts(d),e.slides=c?a(d).add(e.slides):e.slides.add(d),e.API.initSlide(b,d,--e._maxZ),d.data("cycle.opts",b),e.API.trigger("cycle-slide-added",[e,b,d])}),e.API.updateView(!0),g=e._preInitialized&&2>f&&e.slideCount>=1,g&&(e._initialized?e.timeout&&(d=e.slides.length,e.nextSlide=e.reverse?d-1:1,e.timeoutId||e.API.queueTransition(e)):e.API.initSlideshow())},calcFirstSlide:function(){var a,b=this.opts();a=parseInt(b.startingSlide||0,10),(a>=b.slides.length||0>a)&&(a=0),b.currSlide=a,b.reverse?(b.nextSlide=a-1,b.nextSlide<0&&(b.nextSlide=b.slides.length-1)):(b.nextSlide=a+1,b.nextSlide==b.slides.length&&(b.nextSlide=0))},calcNextSlide:function(){var a,b=this.opts();b.reverse?(a=b.nextSlide-1<0,b.nextSlide=a?b.slideCount-1:b.nextSlide-1,b.currSlide=a?0:b.nextSlide+1):(a=b.nextSlide+1==b.slides.length,b.nextSlide=a?0:b.nextSlide+1,b.currSlide=a?b.slides.length-1:b.nextSlide-1)},calcTx:function(b,c){var d,e=b;return e._tempFx?d=a.fn.cycle.transitions[e._tempFx]:c&&e.manualFx&&(d=a.fn.cycle.transitions[e.manualFx]),d||(d=a.fn.cycle.transitions[e.fx]),e._tempFx=null,this.opts()._tempFx=null,d||(d=a.fn.cycle.transitions.fade,e.API.log('Transition "'+e.fx+'" not found. Using fade.')),d},prepareTx:function(a,b){var c,d,e,f,g,h=this.opts();return h.slideCount<2?void(h.timeoutId=0):(!a||h.busy&&!h.manualTrump||(h.API.stopTransition(),h.busy=!1,clearTimeout(h.timeoutId),h.timeoutId=0),void(h.busy||(0!==h.timeoutId||a)&&(d=h.slides[h.currSlide],e=h.slides[h.nextSlide],f=h.API.getSlideOpts(h.nextSlide),g=h.API.calcTx(f,a),h._tx=g,a&&void 0!==f.manualSpeed&&(f.speed=f.manualSpeed),h.nextSlide!=h.currSlide&&(a||!h.paused&&!h.hoverPaused&&h.timeout)?(h.API.trigger("cycle-before",[f,d,e,b]),g.before&&g.before(f,d,e,b),c=function(){h.busy=!1,h.container.data("cycle.opts")&&(g.after&&g.after(f,d,e,b),h.API.trigger("cycle-after",[f,d,e,b]),h.API.queueTransition(f),h.API.updateView(!0))},h.busy=!0,g.transition?g.transition(f,d,e,b,c):h.API.doTransition(f,d,e,b,c),h.API.calcNextSlide(),h.API.updateView()):h.API.queueTransition(f))))},doTransition:function(b,c,d,e,f){var g=b,h=a(c),i=a(d),j=function(){i.animate(g.animIn||{opacity:1},g.speed,g.easeIn||g.easing,f)};i.css(g.cssBefore||{}),h.animate(g.animOut||{},g.speed,g.easeOut||g.easing,function(){h.css(g.cssAfter||{}),g.sync||j()}),g.sync&&j()},queueTransition:function(b,c){var d=this.opts(),e=void 0!==c?c:b.timeout;return 0===d.nextSlide&&0===--d.loop?(d.API.log("terminating; loop=0"),d.timeout=0,e?setTimeout(function(){d.API.trigger("cycle-finished",[d])},e):d.API.trigger("cycle-finished",[d]),void(d.nextSlide=d.currSlide)):void 0!==d.continueAuto&&(d.continueAuto===!1||a.isFunction(d.continueAuto)&&d.continueAuto()===!1)?(d.API.log("terminating automatic transitions"),d.timeout=0,void(d.timeoutId&&clearTimeout(d.timeoutId))):void(e&&(d._lastQueue=a.now(),void 0===c&&(d._remainingTimeout=b.timeout),d.paused||d.hoverPaused||(d.timeoutId=setTimeout(function(){d.API.prepareTx(!1,!d.reverse)},e))))},stopTransition:function(){var a=this.opts();a.slides.filter(":animated").length&&(a.slides.stop(!1,!0),a.API.trigger("cycle-transition-stopped",[a])),a._tx&&a._tx.stopTransition&&a._tx.stopTransition(a)},advanceSlide:function(a){var b=this.opts();return clearTimeout(b.timeoutId),b.timeoutId=0,b.nextSlide=b.currSlide+a,b.nextSlide<0?b.nextSlide=b.slides.length-1:b.nextSlide>=b.slides.length&&(b.nextSlide=0),b.API.prepareTx(!0,a>=0),!1},buildSlideOpts:function(c){var d,e,f=this.opts(),g=c.data()||{};for(var h in g)g.hasOwnProperty(h)&&/^cycle[A-Z]+/.test(h)&&(d=g[h],e=h.match(/^cycle(.*)/)[1].replace(/^[A-Z]/,b),f.API.log("["+(f.slideCount-1)+"]",e+":",d,"("+typeof d+")"),g[e]=d);g=a.extend({},a.fn.cycle.defaults,f,g),g.slideNum=f.slideCount;try{delete g.API,delete g.slideCount,delete g.currSlide,delete g.nextSlide,delete g.slides}catch(i){}return g},getSlideOpts:function(b){var c=this.opts();void 0===b&&(b=c.currSlide);var d=c.slides[b],e=a(d).data("cycle.opts");return a.extend({},c,e)},initSlide:function(b,c,d){var e=this.opts();c.css(b.slideCss||{}),d>0&&c.css("zIndex",d),isNaN(b.speed)&&(b.speed=a.fx.speeds[b.speed]||a.fx.speeds._default),b.sync||(b.speed=b.speed/2),c.addClass(e.slideClass)},updateView:function(a,b){var c=this.opts();if(c._initialized){var d=c.API.getSlideOpts(),e=c.slides[c.currSlide];!a&&b!==!0&&(c.API.trigger("cycle-update-view-before",[c,d,e]),c.updateView<0)||(c.slideActiveClass&&c.slides.removeClass(c.slideActiveClass).eq(c.currSlide).addClass(c.slideActiveClass),a&&c.hideNonActive&&c.slides.filter(":not(."+c.slideActiveClass+")").css("visibility","hidden"),0===c.updateView&&setTimeout(function(){c.API.trigger("cycle-update-view",[c,d,e,a])},d.speed/(c.sync?2:1)),0!==c.updateView&&c.API.trigger("cycle-update-view",[c,d,e,a]),a&&c.API.trigger("cycle-update-view-after",[c,d,e]))}},getComponent:function(b){var c=this.opts(),d=c[b];return"string"==typeof d?/^\s*[\>|\+|~]/.test(d)?c.container.find(d):a(d):d.jquery?d:a(d)},stackSlides:function(b,c,d){var e=this.opts();b||(b=e.slides[e.currSlide],c=e.slides[e.nextSlide],d=!e.reverse),a(b).css("zIndex",e.maxZ);var f,g=e.maxZ-2,h=e.slideCount;if(d){for(f=e.currSlide+1;h>f;f++)a(e.slides[f]).css("zIndex",g--);for(f=0;f<e.currSlide;f++)a(e.slides[f]).css("zIndex",g--)}else{for(f=e.currSlide-1;f>=0;f--)a(e.slides[f]).css("zIndex",g--);for(f=h-1;f>e.currSlide;f--)a(e.slides[f]).css("zIndex",g--)}a(c).css("zIndex",e.maxZ-1)},getSlideIndex:function(a){return this.opts().slides.index(a)}},a.fn.cycle.log=function(){window.console&&console.log&&console.log("[cycle2] "+Array.prototype.join.call(arguments," "))},a.fn.cycle.version=function(){return"Cycle2: "+c},a.fn.cycle.transitions={custom:{},none:{before:function(a,b,c,d){a.API.stackSlides(c,b,d),a.cssBefore={opacity:1,visibility:"visible",display:"block"}}},fade:{before:function(b,c,d,e){var f=b.API.getSlideOpts(b.nextSlide).slideCss||{};b.API.stackSlides(c,d,e),b.cssBefore=a.extend(f,{opacity:0,visibility:"visible",display:"block"}),b.animIn={opacity:1},b.animOut={opacity:0}}},fadeout:{before:function(b,c,d,e){var f=b.API.getSlideOpts(b.nextSlide).slideCss||{};b.API.stackSlides(c,d,e),b.cssBefore=a.extend(f,{opacity:1,visibility:"visible",display:"block"}),b.animOut={opacity:0}}},scrollHorz:{before:function(a,b,c,d){a.API.stackSlides(b,c,d);var e=a.container.css("overflow","hidden").width();a.cssBefore={left:d?e:-e,top:0,opacity:1,visibility:"visible",display:"block"},a.cssAfter={zIndex:a._maxZ-2,left:0},a.animIn={left:0},a.animOut={left:d?-e:e}}}},a.fn.cycle.defaults={allowWrap:!0,autoSelector:".cycle-slideshow[data-cycle-auto-init!=false]",delay:0,easing:null,fx:"fade",hideNonActive:!0,loop:0,manualFx:void 0,manualSpeed:void 0,manualTrump:!0,maxZ:100,pauseOnHover:!1,reverse:!1,slideActiveClass:"cycle-slide-active",slideClass:"cycle-slide",slideCss:{position:"absolute",top:0,left:0},slides:"> img",speed:500,startingSlide:0,sync:!0,timeout:4e3,updateView:0},a(document).ready(function(){a(a.fn.cycle.defaults.autoSelector).cycle()})}(jQuery),/*! Cycle2 autoheight plugin; Copyright (c) M.Alsup, 2012; version: 20130913 */
7
- function(a){"use strict";function b(b,d){var e,f,g,h=d.autoHeight;if("container"==h)f=a(d.slides[d.currSlide]).outerHeight(),d.container.height(f);else if(d._autoHeightRatio)d.container.height(d.container.width()/d._autoHeightRatio);else if("calc"===h||"number"==a.type(h)&&h>=0){if(g="calc"===h?c(b,d):h>=d.slides.length?0:h,g==d._sentinelIndex)return;d._sentinelIndex=g,d._sentinel&&d._sentinel.remove(),e=a(d.slides[g].cloneNode(!0)),e.removeAttr("id name rel").find("[id],[name],[rel]").removeAttr("id name rel"),e.css({position:"static",visibility:"hidden",display:"block"}).prependTo(d.container).addClass("cycle-sentinel cycle-slide").removeClass("cycle-slide-active"),e.find("*").css("visibility","hidden"),d._sentinel=e}}function c(b,c){var d=0,e=-1;return c.slides.each(function(b){var c=a(this).height();c>e&&(e=c,d=b)}),d}function d(b,c,d,e){var f=a(e).outerHeight();c.container.animate({height:f},c.autoHeightSpeed,c.autoHeightEasing)}function e(c,f){f._autoHeightOnResize&&(a(window).off("resize orientationchange",f._autoHeightOnResize),f._autoHeightOnResize=null),f.container.off("cycle-slide-added cycle-slide-removed",b),f.container.off("cycle-destroyed",e),f.container.off("cycle-before",d),f._sentinel&&(f._sentinel.remove(),f._sentinel=null)}a.extend(a.fn.cycle.defaults,{autoHeight:0,autoHeightSpeed:250,autoHeightEasing:null}),a(document).on("cycle-initialized",function(c,f){function g(){b(c,f)}var h,i=f.autoHeight,j=a.type(i),k=null;("string"===j||"number"===j)&&(f.container.on("cycle-slide-added cycle-slide-removed",b),f.container.on("cycle-destroyed",e),"container"==i?f.container.on("cycle-before",d):"string"===j&&/\d+\:\d+/.test(i)&&(h=i.match(/(\d+)\:(\d+)/),h=h[1]/h[2],f._autoHeightRatio=h),"number"!==j&&(f._autoHeightOnResize=function(){clearTimeout(k),k=setTimeout(g,50)},a(window).on("resize orientationchange",f._autoHeightOnResize)),setTimeout(g,30))})}(jQuery),/*! caption plugin for Cycle2; version: 20130306 */
8
- function(a){"use strict";a.extend(a.fn.cycle.defaults,{caption:"> .cycle-caption",captionTemplate:"{{slideNum}} / {{slideCount}}",overlay:"> .cycle-overlay",overlayTemplate:"<div>{{title}}</div><div>{{desc}}</div>",captionModule:"caption"}),a(document).on("cycle-update-view",function(b,c,d,e){if("caption"===c.captionModule){a.each(["caption","overlay"],function(){var a=this,b=d[a+"Template"],f=c.API.getComponent(a);f.length&&b?(f.html(c.API.tmpl(b,d,c,e)),f.show()):f.hide()})}}),a(document).on("cycle-destroyed",function(b,c){var d;a.each(["caption","overlay"],function(){var a=this,b=c[a+"Template"];c[a]&&b&&(d=c.API.getComponent("caption"),d.empty())})})}(jQuery),/*! command plugin for Cycle2; version: 20140415 */
9
- function(a){"use strict";var b=a.fn.cycle;a.fn.cycle=function(c){var d,e,f,g=a.makeArray(arguments);return"number"==a.type(c)?this.cycle("goto",c):"string"==a.type(c)?this.each(function(){var h;return d=c,f=a(this).data("cycle.opts"),void 0===f?void b.log('slideshow must be initialized before sending commands; "'+d+'" ignored'):(d="goto"==d?"jump":d,e=f.API[d],a.isFunction(e)?(h=a.makeArray(g),h.shift(),e.apply(f.API,h)):void b.log("unknown command: ",d))}):b.apply(this,arguments)},a.extend(a.fn.cycle,b),a.extend(b.API,{next:function(){var a=this.opts();if(!a.busy||a.manualTrump){var b=a.reverse?-1:1;a.allowWrap===!1&&a.currSlide+b>=a.slideCount||(a.API.advanceSlide(b),a.API.trigger("cycle-next",[a]).log("cycle-next"))}},prev:function(){var a=this.opts();if(!a.busy||a.manualTrump){var b=a.reverse?1:-1;a.allowWrap===!1&&a.currSlide+b<0||(a.API.advanceSlide(b),a.API.trigger("cycle-prev",[a]).log("cycle-prev"))}},destroy:function(){this.stop();var b=this.opts(),c=a.isFunction(a._data)?a._data:a.noop;clearTimeout(b.timeoutId),b.timeoutId=0,b.API.stop(),b.API.trigger("cycle-destroyed",[b]).log("cycle-destroyed"),b.container.removeData(),c(b.container[0],"parsedAttrs",!1),b.retainStylesOnDestroy||(b.container.removeAttr("style"),b.slides.removeAttr("style"),b.slides.removeClass(b.slideActiveClass)),b.slides.each(function(){var d=a(this);d.removeData(),d.removeClass(b.slideClass),c(this,"parsedAttrs",!1)})},jump:function(a,b){var c,d=this.opts();if(!d.busy||d.manualTrump){var e=parseInt(a,10);if(isNaN(e)||0>e||e>=d.slides.length)return void d.API.log("goto: invalid slide index: "+e);if(e==d.currSlide)return void d.API.log("goto: skipping, already on slide",e);d.nextSlide=e,clearTimeout(d.timeoutId),d.timeoutId=0,d.API.log("goto: ",e," (zero-index)"),c=d.currSlide<d.nextSlide,d._tempFx=b,d.API.prepareTx(!0,c)}},stop:function(){var b=this.opts(),c=b.container;clearTimeout(b.timeoutId),b.timeoutId=0,b.API.stopTransition(),b.pauseOnHover&&(b.pauseOnHover!==!0&&(c=a(b.pauseOnHover)),c.off("mouseenter mouseleave")),b.API.trigger("cycle-stopped",[b]).log("cycle-stopped")},reinit:function(){var a=this.opts();a.API.destroy(),a.container.cycle()},remove:function(b){for(var c,d,e=this.opts(),f=[],g=1,h=0;h<e.slides.length;h++)c=e.slides[h],h==b?d=c:(f.push(c),a(c).data("cycle.opts").slideNum=g,g++);d&&(e.slides=a(f),e.slideCount--,a(d).remove(),b==e.currSlide?e.API.advanceSlide(1):b<e.currSlide?e.currSlide--:e.currSlide++,e.API.trigger("cycle-slide-removed",[e,b,d]).log("cycle-slide-removed"),e.API.updateView())}}),a(document).on("click.cycle","[data-cycle-cmd]",function(b){b.preventDefault();var c=a(this),d=c.data("cycle-cmd"),e=c.data("cycle-context")||".cycle-slideshow";a(e).cycle(d,c.data("cycle-arg"))})}(jQuery),/*! hash plugin for Cycle2; version: 20130905 */
10
- function(a){"use strict";function b(b,c){var d;return b._hashFence?void(b._hashFence=!1):(d=window.location.hash.substring(1),void b.slides.each(function(e){if(a(this).data("cycle-hash")==d){if(c===!0)b.startingSlide=e;else{var f=b.currSlide<e;b.nextSlide=e,b.API.prepareTx(!0,f)}return!1}}))}a(document).on("cycle-pre-initialize",function(c,d){b(d,!0),d._onHashChange=function(){b(d,!1)},a(window).on("hashchange",d._onHashChange)}),a(document).on("cycle-update-view",function(a,b,c){c.hash&&"#"+c.hash!=window.location.hash&&(b._hashFence=!0,window.location.hash=c.hash)}),a(document).on("cycle-destroyed",function(b,c){c._onHashChange&&a(window).off("hashchange",c._onHashChange)})}(jQuery),/*! loader plugin for Cycle2; version: 20131121 */
11
- function(a){"use strict";a.extend(a.fn.cycle.defaults,{loader:!1}),a(document).on("cycle-bootstrap",function(b,c){function d(b,d){function f(b){var f;"wait"==c.loader?(h.push(b),0===j&&(h.sort(g),e.apply(c.API,[h,d]),c.container.removeClass("cycle-loading"))):(f=a(c.slides[c.currSlide]),e.apply(c.API,[b,d]),f.show(),c.container.removeClass("cycle-loading"))}function g(a,b){return a.data("index")-b.data("index")}var h=[];if("string"==a.type(b))b=a.trim(b);else if("array"===a.type(b))for(var i=0;i<b.length;i++)b[i]=a(b[i])[0];b=a(b);var j=b.length;j&&(b.css("visibility","hidden").appendTo("body").each(function(b){function g(){0===--i&&(--j,f(k))}var i=0,k=a(this),l=k.is("img")?k:k.find("img");return k.data("index",b),l=l.filter(":not(.cycle-loader-ignore)").filter(':not([src=""])'),l.length?(i=l.length,void l.each(function(){this.complete?g():a(this).load(function(){g()}).on("error",function(){0===--i&&(c.API.log("slide skipped; img not loaded:",this.src),0===--j&&"wait"==c.loader&&e.apply(c.API,[h,d]))})})):(--j,void h.push(k))}),j&&c.container.addClass("cycle-loading"))}var e;c.loader&&(e=c.API.add,c.API.add=d)})}(jQuery),/*! pager plugin for Cycle2; version: 20140415 */
12
- function(a){"use strict";function b(b,c,d){var e,f=b.API.getComponent("pager");f.each(function(){var f=a(this);if(c.pagerTemplate){var g=b.API.tmpl(c.pagerTemplate,c,b,d[0]);e=a(g).appendTo(f)}else e=f.children().eq(b.slideCount-1);e.on(b.pagerEvent,function(a){b.pagerEventBubble||a.preventDefault(),b.API.page(f,a.currentTarget)})})}function c(a,b){var c=this.opts();if(!c.busy||c.manualTrump){var d=a.children().index(b),e=d,f=c.currSlide<e;c.currSlide!=e&&(c.nextSlide=e,c._tempFx=c.pagerFx,c.API.prepareTx(!0,f),c.API.trigger("cycle-pager-activated",[c,a,b]))}}a.extend(a.fn.cycle.defaults,{pager:"> .cycle-pager",pagerActiveClass:"cycle-pager-active",pagerEvent:"click.cycle",pagerEventBubble:void 0,pagerTemplate:"<span>&bull;</span>"}),a(document).on("cycle-bootstrap",function(a,c,d){d.buildPagerLink=b}),a(document).on("cycle-slide-added",function(a,b,d,e){b.pager&&(b.API.buildPagerLink(b,d,e),b.API.page=c)}),a(document).on("cycle-slide-removed",function(b,c,d){if(c.pager){var e=c.API.getComponent("pager");e.each(function(){var b=a(this);a(b.children()[d]).remove()})}}),a(document).on("cycle-update-view",function(b,c){var d;c.pager&&(d=c.API.getComponent("pager"),d.each(function(){a(this).children().removeClass(c.pagerActiveClass).eq(c.currSlide).addClass(c.pagerActiveClass)}))}),a(document).on("cycle-destroyed",function(a,b){var c=b.API.getComponent("pager");c&&(c.children().off(b.pagerEvent),b.pagerTemplate&&c.empty())})}(jQuery),/*! prevnext plugin for Cycle2; version: 20140408 */
13
- function(a){"use strict";a.extend(a.fn.cycle.defaults,{next:"> .cycle-next",nextEvent:"click.cycle",disabledClass:"disabled",prev:"> .cycle-prev",prevEvent:"click.cycle",swipe:!1}),a(document).on("cycle-initialized",function(a,b){if(b.API.getComponent("next").on(b.nextEvent,function(a){a.preventDefault(),b.API.next()}),b.API.getComponent("prev").on(b.prevEvent,function(a){a.preventDefault(),b.API.prev()}),b.swipe){var c=b.swipeVert?"swipeUp.cycle":"swipeLeft.cycle swipeleft.cycle",d=b.swipeVert?"swipeDown.cycle":"swipeRight.cycle swiperight.cycle";b.container.on(c,function(){b._tempFx=b.swipeFx,b.API.next()}),b.container.on(d,function(){b._tempFx=b.swipeFx,b.API.prev()})}}),a(document).on("cycle-update-view",function(a,b){if(!b.allowWrap){var c=b.disabledClass,d=b.API.getComponent("next"),e=b.API.getComponent("prev"),f=b._prevBoundry||0,g=void 0!==b._nextBoundry?b._nextBoundry:b.slideCount-1;b.currSlide==g?d.addClass(c).prop("disabled",!0):d.removeClass(c).prop("disabled",!1),b.currSlide===f?e.addClass(c).prop("disabled",!0):e.removeClass(c).prop("disabled",!1)}}),a(document).on("cycle-destroyed",function(a,b){b.API.getComponent("prev").off(b.nextEvent),b.API.getComponent("next").off(b.prevEvent),b.container.off("swipeleft.cycle swiperight.cycle swipeLeft.cycle swipeRight.cycle swipeUp.cycle swipeDown.cycle")})}(jQuery),/*! progressive loader plugin for Cycle2; version: 20130315 */
14
- function(a){"use strict";a.extend(a.fn.cycle.defaults,{progressive:!1}),a(document).on("cycle-pre-initialize",function(b,c){if(c.progressive){var d,e,f=c.API,g=f.next,h=f.prev,i=f.prepareTx,j=a.type(c.progressive);if("array"==j)d=c.progressive;else if(a.isFunction(c.progressive))d=c.progressive(c);else if("string"==j){if(e=a(c.progressive),d=a.trim(e.html()),!d)return;if(/^(\[)/.test(d))try{d=a.parseJSON(d)}catch(k){return void f.log("error parsing progressive slides",k)}else d=d.split(new RegExp(e.data("cycle-split")||"\n")),d[d.length-1]||d.pop()}i&&(f.prepareTx=function(a,b){var e,f;return a||0===d.length?void i.apply(c.API,[a,b]):void(b&&c.currSlide==c.slideCount-1?(f=d[0],d=d.slice(1),c.container.one("cycle-slide-added",function(a,b){setTimeout(function(){b.API.advanceSlide(1)},50)}),c.API.add(f)):b||0!==c.currSlide?i.apply(c.API,[a,b]):(e=d.length-1,f=d[e],d=d.slice(0,e),c.container.one("cycle-slide-added",function(a,b){setTimeout(function(){b.currSlide=1,b.API.advanceSlide(-1)},50)}),c.API.add(f,!0)))}),g&&(f.next=function(){var a=this.opts();if(d.length&&a.currSlide==a.slideCount-1){var b=d[0];d=d.slice(1),a.container.one("cycle-slide-added",function(a,b){g.apply(b.API),b.container.removeClass("cycle-loading")}),a.container.addClass("cycle-loading"),a.API.add(b)}else g.apply(a.API)}),h&&(f.prev=function(){var a=this.opts();if(d.length&&0===a.currSlide){var b=d.length-1,c=d[b];d=d.slice(0,b),a.container.one("cycle-slide-added",function(a,b){b.currSlide=1,b.API.advanceSlide(-1),b.container.removeClass("cycle-loading")}),a.container.addClass("cycle-loading"),a.API.add(c,!0)}else h.apply(a.API)})}})}(jQuery),/*! tmpl plugin for Cycle2; version: 20121227 */
15
- function(a){"use strict";a.extend(a.fn.cycle.defaults,{tmplRegex:"{{((.)?.*?)}}"}),a.extend(a.fn.cycle.API,{tmpl:function(b,c){var d=new RegExp(c.tmplRegex||a.fn.cycle.defaults.tmplRegex,"g"),e=a.makeArray(arguments);return e.shift(),b.replace(d,function(b,c){var d,f,g,h,i=c.split(".");for(d=0;d<e.length;d++)if(g=e[d]){if(i.length>1)for(h=g,f=0;f<i.length;f++)g=h,h=h[i[f]]||c;else h=g[c];if(a.isFunction(h))return h.apply(g,e);if(void 0!==h&&null!==h&&h!=c)return h}return c})}})}(jQuery);
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
src/cyclone-slider/libs/cycle2/jquery.cycle2.scrollVert.min.js DELETED
@@ -1,2 +0,0 @@
1
- /* Plugin for Cycle2; Copyright (c) 2012 M. Alsup; v20141007 */
2
- !function(a){"use strict";a.fn.cycle.transitions.scrollVert={before:function(a,b,c,d){a.API.stackSlides(a,b,c,d);var e=a.container.css("overflow","hidden").height();a.cssBefore={top:d?-e:e,left:0,opacity:1,display:"block",visibility:"visible"},a.animIn={top:0},a.animOut={top:d?e:-e}}}}(jQuery);
 
 
src/cyclone-slider/libs/cycle2/jquery.cycle2.swipe.min.js DELETED
@@ -1,2 +0,0 @@
1
- /* Plugin for Cycle2; Copyright (c) 2012 M. Alsup; v20141007 */
2
- !function(a){"use strict";a.event.special.swipe=a.event.special.swipe||{scrollSupressionThreshold:10,durationThreshold:1e3,horizontalDistanceThreshold:30,verticalDistanceThreshold:75,setup:function(){var b=a(this);b.bind("touchstart",function(c){function d(b){if(g){var c=b.originalEvent.touches?b.originalEvent.touches[0]:b;e={time:(new Date).getTime(),coords:[c.pageX,c.pageY]},Math.abs(g.coords[0]-e.coords[0])>a.event.special.swipe.scrollSupressionThreshold&&b.preventDefault()}}var e,f=c.originalEvent.touches?c.originalEvent.touches[0]:c,g={time:(new Date).getTime(),coords:[f.pageX,f.pageY],origin:a(c.target)};b.bind("touchmove",d).one("touchend",function(){b.unbind("touchmove",d),g&&e&&e.time-g.time<a.event.special.swipe.durationThreshold&&Math.abs(g.coords[0]-e.coords[0])>a.event.special.swipe.horizontalDistanceThreshold&&Math.abs(g.coords[1]-e.coords[1])<a.event.special.swipe.verticalDistanceThreshold&&g.origin.trigger("swipe").trigger(g.coords[0]>e.coords[0]?"swipeleft":"swiperight"),g=e=void 0})})}},a.event.special.swipeleft=a.event.special.swipeleft||{setup:function(){a(this).bind("swipe",a.noop)}},a.event.special.swiperight=a.event.special.swiperight||a.event.special.swipeleft}(jQuery);
 
 
src/cyclone-slider/libs/cycle2/jquery.cycle2.tile.min.js DELETED
@@ -1,2 +0,0 @@
1
- /* Plugin for Cycle2; Copyright (c) 2012 M. Alsup; v20141007 */
2
- !function(a){"use strict";a.fn.cycle.transitions.tileSlide=a.fn.cycle.transitions.tileBlind={before:function(b,c,d,e){b.API.stackSlides(c,d,e),a(c).css({display:"block",visibility:"visible"}),b.container.css("overflow","hidden"),b.tileDelay=b.tileDelay||"tileSlide"==b.fx?100:125,b.tileCount=b.tileCount||7,b.tileVertical=b.tileVertical!==!1,b.container.data("cycleTileInitialized")||(b.container.on("cycle-destroyed",a.proxy(this.onDestroy,b.API)),b.container.data("cycleTileInitialized",!0))},transition:function(b,c,d,e,f){function g(a){m.eq(a).animate(t,{duration:b.speed,easing:b.easing,complete:function(){(e?p-1===a:0===a)&&b._tileAniCallback()}}),setTimeout(function(){(e?p-1!==a:0!==a)&&g(e?a+1:a-1)},b.tileDelay)}b.slides.not(c).not(d).css("visibility","hidden");var h,i,j,k,l,m=a(),n=a(c),o=a(d),p=b.tileCount,q=b.tileVertical,r=b.container.height(),s=b.container.width();q?(i=Math.floor(s/p),k=s-i*(p-1),j=l=r):(i=k=s,j=Math.floor(r/p),l=r-j*(p-1)),b.container.find(".cycle-tiles-container").remove();var t,u={left:0,top:0,overflow:"hidden",position:"absolute",margin:0,padding:0};t=q?"tileSlide"==b.fx?{top:r}:{width:0}:"tileSlide"==b.fx?{left:s}:{height:0};var v=a('<div class="cycle-tiles-container"></div>');v.css({zIndex:n.css("z-index"),overflow:"visible",position:"absolute",top:0,left:0,direction:"ltr"}),v.insertBefore(d);for(var w=0;p>w;w++)h=a("<div></div>").css(u).css({width:p-1===w?k:i,height:p-1===w?l:j,marginLeft:q?w*i:0,marginTop:q?0:w*j}).append(n.clone().css({position:"relative",maxWidth:"none",width:n.width(),margin:0,padding:0,marginLeft:q?-(w*i):0,marginTop:q?0:-(w*j)})),m=m.add(h);v.append(m),n.css("visibility","hidden"),o.css({opacity:1,display:"block",visibility:"visible"}),g(e?0:p-1),b._tileAniCallback=function(){o.css({display:"block",visibility:"visible"}),n.css("visibility","hidden"),v.remove(),f()}},stopTransition:function(a){a.container.find("*").stop(!0,!0),a._tileAniCallback&&a._tileAniCallback()},onDestroy:function(){var a=this.opts();a.container.find(".cycle-tiles-container").remove()}}}(jQuery);
 
 
src/cyclone-slider/libs/cycle2/jquery.cycle2.video.min.js DELETED
@@ -1,2 +0,0 @@
1
- /* Plugin for Cycle2; Copyright (c) 2012 M. Alsup; v20141007 */
2
- !function(a){"use strict";function b(){try{this.playVideo()}catch(a){}}function c(){try{this.pauseVideo()}catch(a){}}var d='<div class=cycle-youtube><object width="640" height="360"><param name="movie" value="{{url}}"></param><param name="allowFullScreen" value="{{allowFullScreen}}"></param><param name="allowscriptaccess" value="always"></param><param name="wmode" value="opaque"></param><embed src="{{url}}" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="{{allowFullScreen}}" wmode="opaque"></embed></object></div>';a.extend(a.fn.cycle.defaults,{youtubeAllowFullScreen:!0,youtubeAutostart:!1,youtubeAutostop:!0}),a(document).on("cycle-bootstrap",function(e,f){f.youtube&&(f.hideNonActive=!1,f.container.find(f.slides).each(function(b){if(void 0!==a(this).attr("href")){var c,e=a(this),g=e.attr("href"),h=f.youtubeAllowFullScreen?"true":"false";g+=(/\?/.test(g)?"&":"?")+"enablejsapi=1",f.youtubeAutostart&&f.startingSlide===b&&(g+="&autoplay=1"),c=f.API.tmpl(d,{url:g,allowFullScreen:h}),e.replaceWith(c)}}),f.slides=f.slides.replace(/(\b>?a\b)/,"div.cycle-youtube"),f.youtubeAutostart&&f.container.on("cycle-initialized cycle-after",function(c,d){var e="cycle-initialized"==c.type?d.currSlide:d.nextSlide;a(d.slides[e]).find("object,embed").each(b)}),f.youtubeAutostop&&f.container.on("cycle-before",function(b,d){a(d.slides[d.currSlide]).find("object,embed").each(c)}))})}(jQuery);
 
 
src/cyclone-slider/libs/font-awesome/css/font-awesome-ie7.css DELETED
@@ -1,1203 +0,0 @@
1
- /*!
2
- * Font Awesome 3.2.1
3
- * the iconic font designed for Bootstrap
4
- * ------------------------------------------------------------------------------
5
- * The full suite of pictographic icons, examples, and documentation can be
6
- * found at http://fontawesome.io. Stay up to date on Twitter at
7
- * http://twitter.com/fontawesome.
8
- *
9
- * License
10
- * ------------------------------------------------------------------------------
11
- * - The Font Awesome font is licensed under SIL OFL 1.1 -
12
- * http://scripts.sil.org/OFL
13
- * - Font Awesome CSS, LESS, and SASS files are licensed under MIT License -
14
- * http://opensource.org/licenses/mit-license.html
15
- * - Font Awesome documentation licensed under CC BY 3.0 -
16
- * http://creativecommons.org/licenses/by/3.0/
17
- * - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
18
- * "Font Awesome by Dave Gandy - http://fontawesome.io"
19
- *
20
- * Author - Dave Gandy
21
- * ------------------------------------------------------------------------------
22
- * Email: dave@fontawesome.io
23
- * Twitter: http://twitter.com/davegandy
24
- * Work: Lead Product Designer @ Kyruus - http://kyruus.com
25
- */
26
- .icon-large {
27
- font-size: 1.3333333333333333em;
28
- margin-top: -4px;
29
- padding-top: 3px;
30
- margin-bottom: -4px;
31
- padding-bottom: 3px;
32
- vertical-align: middle;
33
- }
34
- .nav [class^="icon-"],
35
- .nav [class*=" icon-"] {
36
- vertical-align: inherit;
37
- margin-top: -4px;
38
- padding-top: 3px;
39
- margin-bottom: -4px;
40
- padding-bottom: 3px;
41
- }
42
- .nav [class^="icon-"].icon-large,
43
- .nav [class*=" icon-"].icon-large {
44
- vertical-align: -25%;
45
- }
46
- .nav-pills [class^="icon-"].icon-large,
47
- .nav-tabs [class^="icon-"].icon-large,
48
- .nav-pills [class*=" icon-"].icon-large,
49
- .nav-tabs [class*=" icon-"].icon-large {
50
- line-height: .75em;
51
- margin-top: -7px;
52
- padding-top: 5px;
53
- margin-bottom: -5px;
54
- padding-bottom: 4px;
55
- }
56
- .btn [class^="icon-"].pull-left,
57
- .btn [class*=" icon-"].pull-left,
58
- .btn [class^="icon-"].pull-right,
59
- .btn [class*=" icon-"].pull-right {
60
- vertical-align: inherit;
61
- }
62
- .btn [class^="icon-"].icon-large,
63
- .btn [class*=" icon-"].icon-large {
64
- margin-top: -0.5em;
65
- }
66
- a [class^="icon-"],
67
- a [class*=" icon-"] {
68
- cursor: pointer;
69
- }
70
- .icon-glass {
71
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf000;');
72
- }
73
- .icon-music {
74
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf001;');
75
- }
76
- .icon-search {
77
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf002;');
78
- }
79
- .icon-envelope-alt {
80
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf003;');
81
- }
82
- .icon-heart {
83
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf004;');
84
- }
85
- .icon-star {
86
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf005;');
87
- }
88
- .icon-star-empty {
89
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf006;');
90
- }
91
- .icon-user {
92
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf007;');
93
- }
94
- .icon-film {
95
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf008;');
96
- }
97
- .icon-th-large {
98
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf009;');
99
- }
100
- .icon-th {
101
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf00a;');
102
- }
103
- .icon-th-list {
104
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf00b;');
105
- }
106
- .icon-ok {
107
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf00c;');
108
- }
109
- .icon-remove {
110
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf00d;');
111
- }
112
- .icon-zoom-in {
113
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf00e;');
114
- }
115
- .icon-zoom-out {
116
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf010;');
117
- }
118
- .icon-off {
119
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf011;');
120
- }
121
- .icon-power-off {
122
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf011;');
123
- }
124
- .icon-signal {
125
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf012;');
126
- }
127
- .icon-cog {
128
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf013;');
129
- }
130
- .icon-gear {
131
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf013;');
132
- }
133
- .icon-trash {
134
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf014;');
135
- }
136
- .icon-home {
137
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf015;');
138
- }
139
- .icon-file-alt {
140
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf016;');
141
- }
142
- .icon-time {
143
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf017;');
144
- }
145
- .icon-road {
146
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf018;');
147
- }
148
- .icon-download-alt {
149
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf019;');
150
- }
151
- .icon-download {
152
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf01a;');
153
- }
154
- .icon-upload {
155
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf01b;');
156
- }
157
- .icon-inbox {
158
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf01c;');
159
- }
160
- .icon-play-circle {
161
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf01d;');
162
- }
163
- .icon-repeat {
164
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf01e;');
165
- }
166
- .icon-rotate-right {
167
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf01e;');
168
- }
169
- .icon-refresh {
170
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf021;');
171
- }
172
- .icon-list-alt {
173
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf022;');
174
- }
175
- .icon-lock {
176
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf023;');
177
- }
178
- .icon-flag {
179
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf024;');
180
- }
181
- .icon-headphones {
182
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf025;');
183
- }
184
- .icon-volume-off {
185
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf026;');
186
- }
187
- .icon-volume-down {
188
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf027;');
189
- }
190
- .icon-volume-up {
191
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf028;');
192
- }
193
- .icon-qrcode {
194
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf029;');
195
- }
196
- .icon-barcode {
197
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf02a;');
198
- }
199
- .icon-tag {
200
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf02b;');
201
- }
202
- .icon-tags {
203
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf02c;');
204
- }
205
- .icon-book {
206
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf02d;');
207
- }
208
- .icon-bookmark {
209
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf02e;');
210
- }
211
- .icon-print {
212
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf02f;');
213
- }
214
- .icon-camera {
215
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf030;');
216
- }
217
- .icon-font {
218
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf031;');
219
- }
220
- .icon-bold {
221
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf032;');
222
- }
223
- .icon-italic {
224
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf033;');
225
- }
226
- .icon-text-height {
227
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf034;');
228
- }
229
- .icon-text-width {
230
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf035;');
231
- }
232
- .icon-align-left {
233
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf036;');
234
- }
235
- .icon-align-center {
236
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf037;');
237
- }
238
- .icon-align-right {
239
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf038;');
240
- }
241
- .icon-align-justify {
242
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf039;');
243
- }
244
- .icon-list {
245
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf03a;');
246
- }
247
- .icon-indent-left {
248
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf03b;');
249
- }
250
- .icon-indent-right {
251
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf03c;');
252
- }
253
- .icon-facetime-video {
254
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf03d;');
255
- }
256
- .icon-picture {
257
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf03e;');
258
- }
259
- .icon-pencil {
260
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf040;');
261
- }
262
- .icon-map-marker {
263
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf041;');
264
- }
265
- .icon-adjust {
266
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf042;');
267
- }
268
- .icon-tint {
269
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf043;');
270
- }
271
- .icon-edit {
272
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf044;');
273
- }
274
- .icon-share {
275
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf045;');
276
- }
277
- .icon-check {
278
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf046;');
279
- }
280
- .icon-move {
281
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf047;');
282
- }
283
- .icon-step-backward {
284
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf048;');
285
- }
286
- .icon-fast-backward {
287
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf049;');
288
- }
289
- .icon-backward {
290
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf04a;');
291
- }
292
- .icon-play {
293
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf04b;');
294
- }
295
- .icon-pause {
296
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf04c;');
297
- }
298
- .icon-stop {
299
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf04d;');
300
- }
301
- .icon-forward {
302
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf04e;');
303
- }
304
- .icon-fast-forward {
305
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf050;');
306
- }
307
- .icon-step-forward {
308
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf051;');
309
- }
310
- .icon-eject {
311
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf052;');
312
- }
313
- .icon-chevron-left {
314
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf053;');
315
- }
316
- .icon-chevron-right {
317
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf054;');
318
- }
319
- .icon-plus-sign {
320
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf055;');
321
- }
322
- .icon-minus-sign {
323
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf056;');
324
- }
325
- .icon-remove-sign {
326
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf057;');
327
- }
328
- .icon-ok-sign {
329
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf058;');
330
- }
331
- .icon-question-sign {
332
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf059;');
333
- }
334
- .icon-info-sign {
335
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf05a;');
336
- }
337
- .icon-screenshot {
338
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf05b;');
339
- }
340
- .icon-remove-circle {
341
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf05c;');
342
- }
343
- .icon-ok-circle {
344
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf05d;');
345
- }
346
- .icon-ban-circle {
347
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf05e;');
348
- }
349
- .icon-arrow-left {
350
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf060;');
351
- }
352
- .icon-arrow-right {
353
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf061;');
354
- }
355
- .icon-arrow-up {
356
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf062;');
357
- }
358
- .icon-arrow-down {
359
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf063;');
360
- }
361
- .icon-share-alt {
362
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf064;');
363
- }
364
- .icon-mail-forward {
365
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf064;');
366
- }
367
- .icon-resize-full {
368
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf065;');
369
- }
370
- .icon-resize-small {
371
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf066;');
372
- }
373
- .icon-plus {
374
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf067;');
375
- }
376
- .icon-minus {
377
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf068;');
378
- }
379
- .icon-asterisk {
380
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf069;');
381
- }
382
- .icon-exclamation-sign {
383
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf06a;');
384
- }
385
- .icon-gift {
386
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf06b;');
387
- }
388
- .icon-leaf {
389
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf06c;');
390
- }
391
- .icon-fire {
392
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf06d;');
393
- }
394
- .icon-eye-open {
395
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf06e;');
396
- }
397
- .icon-eye-close {
398
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf070;');
399
- }
400
- .icon-warning-sign {
401
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf071;');
402
- }
403
- .icon-plane {
404
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf072;');
405
- }
406
- .icon-calendar {
407
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf073;');
408
- }
409
- .icon-random {
410
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf074;');
411
- }
412
- .icon-comment {
413
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf075;');
414
- }
415
- .icon-magnet {
416
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf076;');
417
- }
418
- .icon-chevron-up {
419
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf077;');
420
- }
421
- .icon-chevron-down {
422
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf078;');
423
- }
424
- .icon-retweet {
425
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf079;');
426
- }
427
- .icon-shopping-cart {
428
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf07a;');
429
- }
430
- .icon-folder-close {
431
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf07b;');
432
- }
433
- .icon-folder-open {
434
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf07c;');
435
- }
436
- .icon-resize-vertical {
437
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf07d;');
438
- }
439
- .icon-resize-horizontal {
440
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf07e;');
441
- }
442
- .icon-bar-chart {
443
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf080;');
444
- }
445
- .icon-twitter-sign {
446
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf081;');
447
- }
448
- .icon-facebook-sign {
449
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf082;');
450
- }
451
- .icon-camera-retro {
452
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf083;');
453
- }
454
- .icon-key {
455
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf084;');
456
- }
457
- .icon-cogs {
458
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf085;');
459
- }
460
- .icon-gears {
461
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf085;');
462
- }
463
- .icon-comments {
464
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf086;');
465
- }
466
- .icon-thumbs-up-alt {
467
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf087;');
468
- }
469
- .icon-thumbs-down-alt {
470
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf088;');
471
- }
472
- .icon-star-half {
473
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf089;');
474
- }
475
- .icon-heart-empty {
476
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf08a;');
477
- }
478
- .icon-signout {
479
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf08b;');
480
- }
481
- .icon-linkedin-sign {
482
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf08c;');
483
- }
484
- .icon-pushpin {
485
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf08d;');
486
- }
487
- .icon-external-link {
488
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf08e;');
489
- }
490
- .icon-signin {
491
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf090;');
492
- }
493
- .icon-trophy {
494
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf091;');
495
- }
496
- .icon-github-sign {
497
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf092;');
498
- }
499
- .icon-upload-alt {
500
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf093;');
501
- }
502
- .icon-lemon {
503
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf094;');
504
- }
505
- .icon-phone {
506
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf095;');
507
- }
508
- .icon-check-empty {
509
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf096;');
510
- }
511
- .icon-unchecked {
512
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf096;');
513
- }
514
- .icon-bookmark-empty {
515
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf097;');
516
- }
517
- .icon-phone-sign {
518
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf098;');
519
- }
520
- .icon-twitter {
521
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf099;');
522
- }
523
- .icon-facebook {
524
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf09a;');
525
- }
526
- .icon-github {
527
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf09b;');
528
- }
529
- .icon-unlock {
530
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf09c;');
531
- }
532
- .icon-credit-card {
533
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf09d;');
534
- }
535
- .icon-rss {
536
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf09e;');
537
- }
538
- .icon-hdd {
539
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0a0;');
540
- }
541
- .icon-bullhorn {
542
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0a1;');
543
- }
544
- .icon-bell {
545
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0a2;');
546
- }
547
- .icon-certificate {
548
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0a3;');
549
- }
550
- .icon-hand-right {
551
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0a4;');
552
- }
553
- .icon-hand-left {
554
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0a5;');
555
- }
556
- .icon-hand-up {
557
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0a6;');
558
- }
559
- .icon-hand-down {
560
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0a7;');
561
- }
562
- .icon-circle-arrow-left {
563
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0a8;');
564
- }
565
- .icon-circle-arrow-right {
566
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0a9;');
567
- }
568
- .icon-circle-arrow-up {
569
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0aa;');
570
- }
571
- .icon-circle-arrow-down {
572
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0ab;');
573
- }
574
- .icon-globe {
575
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0ac;');
576
- }
577
- .icon-wrench {
578
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0ad;');
579
- }
580
- .icon-tasks {
581
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0ae;');
582
- }
583
- .icon-filter {
584
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0b0;');
585
- }
586
- .icon-briefcase {
587
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0b1;');
588
- }
589
- .icon-fullscreen {
590
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0b2;');
591
- }
592
- .icon-group {
593
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0c0;');
594
- }
595
- .icon-link {
596
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0c1;');
597
- }
598
- .icon-cloud {
599
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0c2;');
600
- }
601
- .icon-beaker {
602
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0c3;');
603
- }
604
- .icon-cut {
605
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0c4;');
606
- }
607
- .icon-copy {
608
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0c5;');
609
- }
610
- .icon-paper-clip {
611
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0c6;');
612
- }
613
- .icon-paperclip {
614
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0c6;');
615
- }
616
- .icon-save {
617
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0c7;');
618
- }
619
- .icon-sign-blank {
620
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0c8;');
621
- }
622
- .icon-reorder {
623
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0c9;');
624
- }
625
- .icon-list-ul {
626
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0ca;');
627
- }
628
- .icon-list-ol {
629
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0cb;');
630
- }
631
- .icon-strikethrough {
632
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0cc;');
633
- }
634
- .icon-underline {
635
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0cd;');
636
- }
637
- .icon-table {
638
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0ce;');
639
- }
640
- .icon-magic {
641
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0d0;');
642
- }
643
- .icon-truck {
644
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0d1;');
645
- }
646
- .icon-pinterest {
647
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0d2;');
648
- }
649
- .icon-pinterest-sign {
650
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0d3;');
651
- }
652
- .icon-google-plus-sign {
653
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0d4;');
654
- }
655
- .icon-google-plus {
656
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0d5;');
657
- }
658
- .icon-money {
659
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0d6;');
660
- }
661
- .icon-caret-down {
662
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0d7;');
663
- }
664
- .icon-caret-up {
665
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0d8;');
666
- }
667
- .icon-caret-left {
668
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0d9;');
669
- }
670
- .icon-caret-right {
671
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0da;');
672
- }
673
- .icon-columns {
674
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0db;');
675
- }
676
- .icon-sort {
677
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0dc;');
678
- }
679
- .icon-sort-down {
680
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0dd;');
681
- }
682
- .icon-sort-up {
683
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0de;');
684
- }
685
- .icon-envelope {
686
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0e0;');
687
- }
688
- .icon-linkedin {
689
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0e1;');
690
- }
691
- .icon-undo {
692
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0e2;');
693
- }
694
- .icon-rotate-left {
695
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0e2;');
696
- }
697
- .icon-legal {
698
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0e3;');
699
- }
700
- .icon-dashboard {
701
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0e4;');
702
- }
703
- .icon-comment-alt {
704
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0e5;');
705
- }
706
- .icon-comments-alt {
707
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0e6;');
708
- }
709
- .icon-bolt {
710
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0e7;');
711
- }
712
- .icon-sitemap {
713
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0e8;');
714
- }
715
- .icon-umbrella {
716
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0e9;');
717
- }
718
- .icon-paste {
719
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0ea;');
720
- }
721
- .icon-lightbulb {
722
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0eb;');
723
- }
724
- .icon-exchange {
725
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0ec;');
726
- }
727
- .icon-cloud-download {
728
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0ed;');
729
- }
730
- .icon-cloud-upload {
731
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0ee;');
732
- }
733
- .icon-user-md {
734
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0f0;');
735
- }
736
- .icon-stethoscope {
737
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0f1;');
738
- }
739
- .icon-suitcase {
740
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0f2;');
741
- }
742
- .icon-bell-alt {
743
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0f3;');
744
- }
745
- .icon-coffee {
746
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0f4;');
747
- }
748
- .icon-food {
749
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0f5;');
750
- }
751
- .icon-file-text-alt {
752
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0f6;');
753
- }
754
- .icon-building {
755
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0f7;');
756
- }
757
- .icon-hospital {
758
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0f8;');
759
- }
760
- .icon-ambulance {
761
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0f9;');
762
- }
763
- .icon-medkit {
764
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0fa;');
765
- }
766
- .icon-fighter-jet {
767
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0fb;');
768
- }
769
- .icon-beer {
770
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0fc;');
771
- }
772
- .icon-h-sign {
773
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0fd;');
774
- }
775
- .icon-plus-sign-alt {
776
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0fe;');
777
- }
778
- .icon-double-angle-left {
779
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf100;');
780
- }
781
- .icon-double-angle-right {
782
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf101;');
783
- }
784
- .icon-double-angle-up {
785
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf102;');
786
- }
787
- .icon-double-angle-down {
788
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf103;');
789
- }
790
- .icon-angle-left {
791
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf104;');
792
- }
793
- .icon-angle-right {
794
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf105;');
795
- }
796
- .icon-angle-up {
797
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf106;');
798
- }
799
- .icon-angle-down {
800
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf107;');
801
- }
802
- .icon-desktop {
803
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf108;');
804
- }
805
- .icon-laptop {
806
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf109;');
807
- }
808
- .icon-tablet {
809
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf10a;');
810
- }
811
- .icon-mobile-phone {
812
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf10b;');
813
- }
814
- .icon-circle-blank {
815
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf10c;');
816
- }
817
- .icon-quote-left {
818
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf10d;');
819
- }
820
- .icon-quote-right {
821
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf10e;');
822
- }
823
- .icon-spinner {
824
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf110;');
825
- }
826
- .icon-circle {
827
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf111;');
828
- }
829
- .icon-reply {
830
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf112;');
831
- }
832
- .icon-mail-reply {
833
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf112;');
834
- }
835
- .icon-github-alt {
836
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf113;');
837
- }
838
- .icon-folder-close-alt {
839
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf114;');
840
- }
841
- .icon-folder-open-alt {
842
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf115;');
843
- }
844
- .icon-expand-alt {
845
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf116;');
846
- }
847
- .icon-collapse-alt {
848
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf117;');
849
- }
850
- .icon-smile {
851
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf118;');
852
- }
853
- .icon-frown {
854
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf119;');
855
- }
856
- .icon-meh {
857
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf11a;');
858
- }
859
- .icon-gamepad {
860
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf11b;');
861
- }
862
- .icon-keyboard {
863
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf11c;');
864
- }
865
- .icon-flag-alt {
866
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf11d;');
867
- }
868
- .icon-flag-checkered {
869
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf11e;');
870
- }
871
- .icon-terminal {
872
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf120;');
873
- }
874
- .icon-code {
875
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf121;');
876
- }
877
- .icon-reply-all {
878
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf122;');
879
- }
880
- .icon-mail-reply-all {
881
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf122;');
882
- }
883
- .icon-star-half-empty {
884
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf123;');
885
- }
886
- .icon-star-half-full {
887
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf123;');
888
- }
889
- .icon-location-arrow {
890
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf124;');
891
- }
892
- .icon-crop {
893
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf125;');
894
- }
895
- .icon-code-fork {
896
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf126;');
897
- }
898
- .icon-unlink {
899
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf127;');
900
- }
901
- .icon-question {
902
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf128;');
903
- }
904
- .icon-info {
905
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf129;');
906
- }
907
- .icon-exclamation {
908
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf12a;');
909
- }
910
- .icon-superscript {
911
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf12b;');
912
- }
913
- .icon-subscript {
914
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf12c;');
915
- }
916
- .icon-eraser {
917
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf12d;');
918
- }
919
- .icon-puzzle-piece {
920
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf12e;');
921
- }
922
- .icon-microphone {
923
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf130;');
924
- }
925
- .icon-microphone-off {
926
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf131;');
927
- }
928
- .icon-shield {
929
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf132;');
930
- }
931
- .icon-calendar-empty {
932
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf133;');
933
- }
934
- .icon-fire-extinguisher {
935
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf134;');
936
- }
937
- .icon-rocket {
938
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf135;');
939
- }
940
- .icon-maxcdn {
941
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf136;');
942
- }
943
- .icon-chevron-sign-left {
944
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf137;');
945
- }
946
- .icon-chevron-sign-right {
947
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf138;');
948
- }
949
- .icon-chevron-sign-up {
950
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf139;');
951
- }
952
- .icon-chevron-sign-down {
953
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf13a;');
954
- }
955
- .icon-html5 {
956
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf13b;');
957
- }
958
- .icon-css3 {
959
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf13c;');
960
- }
961
- .icon-anchor {
962
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf13d;');
963
- }
964
- .icon-unlock-alt {
965
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf13e;');
966
- }
967
- .icon-bullseye {
968
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf140;');
969
- }
970
- .icon-ellipsis-horizontal {
971
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf141;');
972
- }
973
- .icon-ellipsis-vertical {
974
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf142;');
975
- }
976
- .icon-rss-sign {
977
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf143;');
978
- }
979
- .icon-play-sign {
980
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf144;');
981
- }
982
- .icon-ticket {
983
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf145;');
984
- }
985
- .icon-minus-sign-alt {
986
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf146;');
987
- }
988
- .icon-check-minus {
989
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf147;');
990
- }
991
- .icon-level-up {
992
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf148;');
993
- }
994
- .icon-level-down {
995
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf149;');
996
- }
997
- .icon-check-sign {
998
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf14a;');
999
- }
1000
- .icon-edit-sign {
1001
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf14b;');
1002
- }
1003
- .icon-external-link-sign {
1004
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf14c;');
1005
- }
1006
- .icon-share-sign {
1007
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf14d;');
1008
- }
1009
- .icon-compass {
1010
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf14e;');
1011
- }
1012
- .icon-collapse {
1013
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf150;');
1014
- }
1015
- .icon-collapse-top {
1016
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf151;');
1017
- }
1018
- .icon-expand {
1019
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf152;');
1020
- }
1021
- .icon-eur {
1022
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf153;');
1023
- }
1024
- .icon-euro {
1025
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf153;');
1026
- }
1027
- .icon-gbp {
1028
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf154;');
1029
- }
1030
- .icon-usd {
1031
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf155;');
1032
- }
1033
- .icon-dollar {
1034
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf155;');
1035
- }
1036
- .icon-inr {
1037
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf156;');
1038
- }
1039
- .icon-rupee {
1040
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf156;');
1041
- }
1042
- .icon-jpy {
1043
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf157;');
1044
- }
1045
- .icon-yen {
1046
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf157;');
1047
- }
1048
- .icon-cny {
1049
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf158;');
1050
- }
1051
- .icon-renminbi {
1052
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf158;');
1053
- }
1054
- .icon-krw {
1055
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf159;');
1056
- }
1057
- .icon-won {
1058
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf159;');
1059
- }
1060
- .icon-btc {
1061
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf15a;');
1062
- }
1063
- .icon-bitcoin {
1064
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf15a;');
1065
- }
1066
- .icon-file {
1067
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf15b;');
1068
- }
1069
- .icon-file-text {
1070
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf15c;');
1071
- }
1072
- .icon-sort-by-alphabet {
1073
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf15d;');
1074
- }
1075
- .icon-sort-by-alphabet-alt {
1076
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf15e;');
1077
- }
1078
- .icon-sort-by-attributes {
1079
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf160;');
1080
- }
1081
- .icon-sort-by-attributes-alt {
1082
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf161;');
1083
- }
1084
- .icon-sort-by-order {
1085
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf162;');
1086
- }
1087
- .icon-sort-by-order-alt {
1088
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf163;');
1089
- }
1090
- .icon-thumbs-up {
1091
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf164;');
1092
- }
1093
- .icon-thumbs-down {
1094
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf165;');
1095
- }
1096
- .icon-youtube-sign {
1097
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf166;');
1098
- }
1099
- .icon-youtube {
1100
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf167;');
1101
- }
1102
- .icon-xing {
1103
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf168;');
1104
- }
1105
- .icon-xing-sign {
1106
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf169;');
1107
- }
1108
- .icon-youtube-play {
1109
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf16a;');
1110
- }
1111
- .icon-dropbox {
1112
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf16b;');
1113
- }
1114
- .icon-stackexchange {
1115
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf16c;');
1116
- }
1117
- .icon-instagram {
1118
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf16d;');
1119
- }
1120
- .icon-flickr {
1121
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf16e;');
1122
- }
1123
- .icon-adn {
1124
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf170;');
1125
- }
1126
- .icon-bitbucket {
1127
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf171;');
1128
- }
1129
- .icon-bitbucket-sign {
1130
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf172;');
1131
- }
1132
- .icon-tumblr {
1133
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf173;');
1134
- }
1135
- .icon-tumblr-sign {
1136
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf174;');
1137
- }
1138
- .icon-long-arrow-down {
1139
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf175;');
1140
- }
1141
- .icon-long-arrow-up {
1142
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf176;');
1143
- }
1144
- .icon-long-arrow-left {
1145
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf177;');
1146
- }
1147
- .icon-long-arrow-right {
1148
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf178;');
1149
- }
1150
- .icon-apple {
1151
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf179;');
1152
- }
1153
- .icon-windows {
1154
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf17a;');
1155
- }
1156
- .icon-android {
1157
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf17b;');
1158
- }
1159
- .icon-linux {
1160
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf17c;');
1161
- }
1162
- .icon-dribbble {
1163
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf17d;');
1164
- }
1165
- .icon-skype {
1166
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf17e;');
1167
- }
1168
- .icon-foursquare {
1169
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf180;');
1170
- }
1171
- .icon-trello {
1172
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf181;');
1173
- }
1174
- .icon-female {
1175
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf182;');
1176
- }
1177
- .icon-male {
1178
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf183;');
1179
- }
1180
- .icon-gittip {
1181
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf184;');
1182
- }
1183
- .icon-sun {
1184
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf185;');
1185
- }
1186
- .icon-moon {
1187
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf186;');
1188
- }
1189
- .icon-archive {
1190
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf187;');
1191
- }
1192
- .icon-bug {
1193
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf188;');
1194
- }
1195
- .icon-vk {
1196
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf189;');
1197
- }
1198
- .icon-weibo {
1199
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf18a;');
1200
- }
1201
- .icon-renren {
1202
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf18b;');
1203
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
src/cyclone-slider/libs/font-awesome/css/font-awesome-ie7.min.css DELETED
@@ -1,384 +0,0 @@
1
- .icon-large{font-size:1.3333333333333333em;margin-top:-4px;padding-top:3px;margin-bottom:-4px;padding-bottom:3px;vertical-align:middle;}
2
- .nav [class^="icon-"],.nav [class*=" icon-"]{vertical-align:inherit;margin-top:-4px;padding-top:3px;margin-bottom:-4px;padding-bottom:3px;}.nav [class^="icon-"].icon-large,.nav [class*=" icon-"].icon-large{vertical-align:-25%;}
3
- .nav-pills [class^="icon-"].icon-large,.nav-tabs [class^="icon-"].icon-large,.nav-pills [class*=" icon-"].icon-large,.nav-tabs [class*=" icon-"].icon-large{line-height:.75em;margin-top:-7px;padding-top:5px;margin-bottom:-5px;padding-bottom:4px;}
4
- .btn [class^="icon-"].pull-left,.btn [class*=" icon-"].pull-left,.btn [class^="icon-"].pull-right,.btn [class*=" icon-"].pull-right{vertical-align:inherit;}
5
- .btn [class^="icon-"].icon-large,.btn [class*=" icon-"].icon-large{margin-top:-0.5em;}
6
- a [class^="icon-"],a [class*=" icon-"]{cursor:pointer;}
7
- .icon-glass{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf000;');}
8
- .icon-music{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf001;');}
9
- .icon-search{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf002;');}
10
- .icon-envelope-alt{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf003;');}
11
- .icon-heart{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf004;');}
12
- .icon-star{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf005;');}
13
- .icon-star-empty{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf006;');}
14
- .icon-user{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf007;');}
15
- .icon-film{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf008;');}
16
- .icon-th-large{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf009;');}
17
- .icon-th{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf00a;');}
18
- .icon-th-list{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf00b;');}
19
- .icon-ok{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf00c;');}
20
- .icon-remove{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf00d;');}
21
- .icon-zoom-in{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf00e;');}
22
- .icon-zoom-out{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf010;');}
23
- .icon-off{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf011;');}
24
- .icon-power-off{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf011;');}
25
- .icon-signal{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf012;');}
26
- .icon-cog{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf013;');}
27
- .icon-gear{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf013;');}
28
- .icon-trash{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf014;');}
29
- .icon-home{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf015;');}
30
- .icon-file-alt{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf016;');}
31
- .icon-time{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf017;');}
32
- .icon-road{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf018;');}
33
- .icon-download-alt{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf019;');}
34
- .icon-download{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf01a;');}
35
- .icon-upload{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf01b;');}
36
- .icon-inbox{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf01c;');}
37
- .icon-play-circle{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf01d;');}
38
- .icon-repeat{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf01e;');}
39
- .icon-rotate-right{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf01e;');}
40
- .icon-refresh{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf021;');}
41
- .icon-list-alt{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf022;');}
42
- .icon-lock{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf023;');}
43
- .icon-flag{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf024;');}
44
- .icon-headphones{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf025;');}
45
- .icon-volume-off{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf026;');}
46
- .icon-volume-down{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf027;');}
47
- .icon-volume-up{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf028;');}
48
- .icon-qrcode{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf029;');}
49
- .icon-barcode{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf02a;');}
50
- .icon-tag{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf02b;');}
51
- .icon-tags{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf02c;');}
52
- .icon-book{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf02d;');}
53
- .icon-bookmark{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf02e;');}
54
- .icon-print{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf02f;');}
55
- .icon-camera{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf030;');}
56
- .icon-font{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf031;');}
57
- .icon-bold{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf032;');}
58
- .icon-italic{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf033;');}
59
- .icon-text-height{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf034;');}
60
- .icon-text-width{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf035;');}
61
- .icon-align-left{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf036;');}
62
- .icon-align-center{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf037;');}
63
- .icon-align-right{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf038;');}
64
- .icon-align-justify{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf039;');}
65
- .icon-list{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf03a;');}
66
- .icon-indent-left{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf03b;');}
67
- .icon-indent-right{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf03c;');}
68
- .icon-facetime-video{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf03d;');}
69
- .icon-picture{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf03e;');}
70
- .icon-pencil{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf040;');}
71
- .icon-map-marker{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf041;');}
72
- .icon-adjust{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf042;');}
73
- .icon-tint{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf043;');}
74
- .icon-edit{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf044;');}
75
- .icon-share{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf045;');}
76
- .icon-check{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf046;');}
77
- .icon-move{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf047;');}
78
- .icon-step-backward{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf048;');}
79
- .icon-fast-backward{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf049;');}
80
- .icon-backward{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf04a;');}
81
- .icon-play{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf04b;');}
82
- .icon-pause{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf04c;');}
83
- .icon-stop{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf04d;');}
84
- .icon-forward{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf04e;');}
85
- .icon-fast-forward{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf050;');}
86
- .icon-step-forward{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf051;');}
87
- .icon-eject{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf052;');}
88
- .icon-chevron-left{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf053;');}
89
- .icon-chevron-right{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf054;');}
90
- .icon-plus-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf055;');}
91
- .icon-minus-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf056;');}
92
- .icon-remove-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf057;');}
93
- .icon-ok-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf058;');}
94
- .icon-question-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf059;');}
95
- .icon-info-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf05a;');}
96
- .icon-screenshot{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf05b;');}
97
- .icon-remove-circle{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf05c;');}
98
- .icon-ok-circle{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf05d;');}
99
- .icon-ban-circle{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf05e;');}
100
- .icon-arrow-left{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf060;');}
101
- .icon-arrow-right{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf061;');}
102
- .icon-arrow-up{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf062;');}
103
- .icon-arrow-down{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf063;');}
104
- .icon-share-alt{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf064;');}
105
- .icon-mail-forward{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf064;');}
106
- .icon-resize-full{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf065;');}
107
- .icon-resize-small{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf066;');}
108
- .icon-plus{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf067;');}
109
- .icon-minus{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf068;');}
110
- .icon-asterisk{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf069;');}
111
- .icon-exclamation-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf06a;');}
112
- .icon-gift{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf06b;');}
113
- .icon-leaf{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf06c;');}
114
- .icon-fire{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf06d;');}
115
- .icon-eye-open{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf06e;');}
116
- .icon-eye-close{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf070;');}
117
- .icon-warning-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf071;');}
118
- .icon-plane{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf072;');}
119
- .icon-calendar{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf073;');}
120
- .icon-random{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf074;');}
121
- .icon-comment{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf075;');}
122
- .icon-magnet{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf076;');}
123
- .icon-chevron-up{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf077;');}
124
- .icon-chevron-down{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf078;');}
125
- .icon-retweet{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf079;');}
126
- .icon-shopping-cart{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf07a;');}
127
- .icon-folder-close{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf07b;');}
128
- .icon-folder-open{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf07c;');}
129
- .icon-resize-vertical{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf07d;');}
130
- .icon-resize-horizontal{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf07e;');}
131
- .icon-bar-chart{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf080;');}
132
- .icon-twitter-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf081;');}
133
- .icon-facebook-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf082;');}
134
- .icon-camera-retro{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf083;');}
135
- .icon-key{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf084;');}
136
- .icon-cogs{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf085;');}
137
- .icon-gears{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf085;');}
138
- .icon-comments{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf086;');}
139
- .icon-thumbs-up-alt{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf087;');}
140
- .icon-thumbs-down-alt{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf088;');}
141
- .icon-star-half{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf089;');}
142
- .icon-heart-empty{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf08a;');}
143
- .icon-signout{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf08b;');}
144
- .icon-linkedin-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf08c;');}
145
- .icon-pushpin{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf08d;');}
146
- .icon-external-link{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf08e;');}
147
- .icon-signin{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf090;');}
148
- .icon-trophy{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf091;');}
149
- .icon-github-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf092;');}
150
- .icon-upload-alt{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf093;');}
151
- .icon-lemon{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf094;');}
152
- .icon-phone{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf095;');}
153
- .icon-check-empty{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf096;');}
154
- .icon-unchecked{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf096;');}
155
- .icon-bookmark-empty{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf097;');}
156
- .icon-phone-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf098;');}
157
- .icon-twitter{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf099;');}
158
- .icon-facebook{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf09a;');}
159
- .icon-github{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf09b;');}
160
- .icon-unlock{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf09c;');}
161
- .icon-credit-card{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf09d;');}
162
- .icon-rss{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf09e;');}
163
- .icon-hdd{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0a0;');}
164
- .icon-bullhorn{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0a1;');}
165
- .icon-bell{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0a2;');}
166
- .icon-certificate{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0a3;');}
167
- .icon-hand-right{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0a4;');}
168
- .icon-hand-left{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0a5;');}
169
- .icon-hand-up{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0a6;');}
170
- .icon-hand-down{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0a7;');}
171
- .icon-circle-arrow-left{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0a8;');}
172
- .icon-circle-arrow-right{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0a9;');}
173
- .icon-circle-arrow-up{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0aa;');}
174
- .icon-circle-arrow-down{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0ab;');}
175
- .icon-globe{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0ac;');}
176
- .icon-wrench{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0ad;');}
177
- .icon-tasks{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0ae;');}
178
- .icon-filter{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0b0;');}
179
- .icon-briefcase{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0b1;');}
180
- .icon-fullscreen{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0b2;');}
181
- .icon-group{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0c0;');}
182
- .icon-link{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0c1;');}
183
- .icon-cloud{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0c2;');}
184
- .icon-beaker{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0c3;');}
185
- .icon-cut{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0c4;');}
186
- .icon-copy{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0c5;');}
187
- .icon-paper-clip{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0c6;');}
188
- .icon-paperclip{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0c6;');}
189
- .icon-save{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0c7;');}
190
- .icon-sign-blank{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0c8;');}
191
- .icon-reorder{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0c9;');}
192
- .icon-list-ul{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0ca;');}
193
- .icon-list-ol{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0cb;');}
194
- .icon-strikethrough{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0cc;');}
195
- .icon-underline{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0cd;');}
196
- .icon-table{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0ce;');}
197
- .icon-magic{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0d0;');}
198
- .icon-truck{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0d1;');}
199
- .icon-pinterest{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0d2;');}
200
- .icon-pinterest-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0d3;');}
201
- .icon-google-plus-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0d4;');}
202
- .icon-google-plus{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0d5;');}
203
- .icon-money{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0d6;');}
204
- .icon-caret-down{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0d7;');}
205
- .icon-caret-up{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0d8;');}
206
- .icon-caret-left{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0d9;');}
207
- .icon-caret-right{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0da;');}
208
- .icon-columns{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0db;');}
209
- .icon-sort{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0dc;');}
210
- .icon-sort-down{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0dd;');}
211
- .icon-sort-up{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0de;');}
212
- .icon-envelope{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0e0;');}
213
- .icon-linkedin{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0e1;');}
214
- .icon-undo{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0e2;');}
215
- .icon-rotate-left{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0e2;');}
216
- .icon-legal{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0e3;');}
217
- .icon-dashboard{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0e4;');}
218
- .icon-comment-alt{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0e5;');}
219
- .icon-comments-alt{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0e6;');}
220
- .icon-bolt{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0e7;');}
221
- .icon-sitemap{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0e8;');}
222
- .icon-umbrella{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0e9;');}
223
- .icon-paste{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0ea;');}
224
- .icon-lightbulb{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0eb;');}
225
- .icon-exchange{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0ec;');}
226
- .icon-cloud-download{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0ed;');}
227
- .icon-cloud-upload{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0ee;');}
228
- .icon-user-md{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0f0;');}
229
- .icon-stethoscope{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0f1;');}
230
- .icon-suitcase{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0f2;');}
231
- .icon-bell-alt{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0f3;');}
232
- .icon-coffee{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0f4;');}
233
- .icon-food{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0f5;');}
234
- .icon-file-text-alt{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0f6;');}
235
- .icon-building{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0f7;');}
236
- .icon-hospital{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0f8;');}
237
- .icon-ambulance{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0f9;');}
238
- .icon-medkit{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0fa;');}
239
- .icon-fighter-jet{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0fb;');}
240
- .icon-beer{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0fc;');}
241
- .icon-h-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0fd;');}
242
- .icon-plus-sign-alt{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0fe;');}
243
- .icon-double-angle-left{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf100;');}
244
- .icon-double-angle-right{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf101;');}
245
- .icon-double-angle-up{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf102;');}
246
- .icon-double-angle-down{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf103;');}
247
- .icon-angle-left{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf104;');}
248
- .icon-angle-right{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf105;');}
249
- .icon-angle-up{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf106;');}
250
- .icon-angle-down{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf107;');}
251
- .icon-desktop{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf108;');}
252
- .icon-laptop{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf109;');}
253
- .icon-tablet{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf10a;');}
254
- .icon-mobile-phone{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf10b;');}
255
- .icon-circle-blank{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf10c;');}
256
- .icon-quote-left{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf10d;');}
257
- .icon-quote-right{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf10e;');}
258
- .icon-spinner{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf110;');}
259
- .icon-circle{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf111;');}
260
- .icon-reply{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf112;');}
261
- .icon-mail-reply{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf112;');}
262
- .icon-github-alt{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf113;');}
263
- .icon-folder-close-alt{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf114;');}
264
- .icon-folder-open-alt{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf115;');}
265
- .icon-expand-alt{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf116;');}
266
- .icon-collapse-alt{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf117;');}
267
- .icon-smile{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf118;');}
268
- .icon-frown{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf119;');}
269
- .icon-meh{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf11a;');}
270
- .icon-gamepad{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf11b;');}
271
- .icon-keyboard{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf11c;');}
272
- .icon-flag-alt{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf11d;');}
273
- .icon-flag-checkered{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf11e;');}
274
- .icon-terminal{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf120;');}
275
- .icon-code{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf121;');}
276
- .icon-reply-all{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf122;');}
277
- .icon-mail-reply-all{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf122;');}
278
- .icon-star-half-empty{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf123;');}
279
- .icon-star-half-full{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf123;');}
280
- .icon-location-arrow{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf124;');}
281
- .icon-crop{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf125;');}
282
- .icon-code-fork{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf126;');}
283
- .icon-unlink{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf127;');}
284
- .icon-question{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf128;');}
285
- .icon-info{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf129;');}
286
- .icon-exclamation{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf12a;');}
287
- .icon-superscript{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf12b;');}
288
- .icon-subscript{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf12c;');}
289
- .icon-eraser{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf12d;');}
290
- .icon-puzzle-piece{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf12e;');}
291
- .icon-microphone{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf130;');}
292
- .icon-microphone-off{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf131;');}
293
- .icon-shield{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf132;');}
294
- .icon-calendar-empty{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf133;');}
295
- .icon-fire-extinguisher{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf134;');}
296
- .icon-rocket{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf135;');}
297
- .icon-maxcdn{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf136;');}
298
- .icon-chevron-sign-left{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf137;');}
299
- .icon-chevron-sign-right{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf138;');}
300
- .icon-chevron-sign-up{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf139;');}
301
- .icon-chevron-sign-down{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf13a;');}
302
- .icon-html5{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf13b;');}
303
- .icon-css3{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf13c;');}
304
- .icon-anchor{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf13d;');}
305
- .icon-unlock-alt{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf13e;');}
306
- .icon-bullseye{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf140;');}
307
- .icon-ellipsis-horizontal{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf141;');}
308
- .icon-ellipsis-vertical{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf142;');}
309
- .icon-rss-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf143;');}
310
- .icon-play-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf144;');}
311
- .icon-ticket{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf145;');}
312
- .icon-minus-sign-alt{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf146;');}
313
- .icon-check-minus{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf147;');}
314
- .icon-level-up{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf148;');}
315
- .icon-level-down{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf149;');}
316
- .icon-check-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf14a;');}
317
- .icon-edit-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf14b;');}
318
- .icon-external-link-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf14c;');}
319
- .icon-share-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf14d;');}
320
- .icon-compass{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf14e;');}
321
- .icon-collapse{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf150;');}
322
- .icon-collapse-top{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf151;');}
323
- .icon-expand{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf152;');}
324
- .icon-eur{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf153;');}
325
- .icon-euro{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf153;');}
326
- .icon-gbp{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf154;');}
327
- .icon-usd{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf155;');}
328
- .icon-dollar{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf155;');}
329
- .icon-inr{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf156;');}
330
- .icon-rupee{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf156;');}
331
- .icon-jpy{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf157;');}
332
- .icon-yen{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf157;');}
333
- .icon-cny{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf158;');}
334
- .icon-renminbi{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf158;');}
335
- .icon-krw{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf159;');}
336
- .icon-won{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf159;');}
337
- .icon-btc{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf15a;');}
338
- .icon-bitcoin{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf15a;');}
339
- .icon-file{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf15b;');}
340
- .icon-file-text{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf15c;');}
341
- .icon-sort-by-alphabet{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf15d;');}
342
- .icon-sort-by-alphabet-alt{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf15e;');}
343
- .icon-sort-by-attributes{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf160;');}
344
- .icon-sort-by-attributes-alt{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf161;');}
345
- .icon-sort-by-order{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf162;');}
346
- .icon-sort-by-order-alt{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf163;');}
347
- .icon-thumbs-up{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf164;');}
348
- .icon-thumbs-down{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf165;');}
349
- .icon-youtube-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf166;');}
350
- .icon-youtube{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf167;');}
351
- .icon-xing{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf168;');}
352
- .icon-xing-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf169;');}
353
- .icon-youtube-play{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf16a;');}
354
- .icon-dropbox{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf16b;');}
355
- .icon-stackexchange{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf16c;');}
356
- .icon-instagram{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf16d;');}
357
- .icon-flickr{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf16e;');}
358
- .icon-adn{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf170;');}
359
- .icon-bitbucket{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf171;');}
360
- .icon-bitbucket-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf172;');}
361
- .icon-tumblr{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf173;');}
362
- .icon-tumblr-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf174;');}
363
- .icon-long-arrow-down{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf175;');}
364
- .icon-long-arrow-up{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf176;');}
365
- .icon-long-arrow-left{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf177;');}
366
- .icon-long-arrow-right{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf178;');}
367
- .icon-apple{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf179;');}
368
- .icon-windows{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf17a;');}
369
- .icon-android{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf17b;');}
370
- .icon-linux{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf17c;');}
371
- .icon-dribbble{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf17d;');}
372
- .icon-skype{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf17e;');}
373
- .icon-foursquare{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf180;');}
374
- .icon-trello{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf181;');}
375
- .icon-female{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf182;');}
376
- .icon-male{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf183;');}
377
- .icon-gittip{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf184;');}
378
- .icon-sun{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf185;');}
379
- .icon-moon{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf186;');}
380
- .icon-archive{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf187;');}
381
- .icon-bug{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf188;');}
382
- .icon-vk{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf189;');}
383
- .icon-weibo{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf18a;');}
384
- .icon-renren{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf18b;');}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
src/cyclone-slider/libs/font-awesome/css/font-awesome.css DELETED
@@ -1,1479 +0,0 @@
1
- /*!
2
- * Font Awesome 3.2.1
3
- * the iconic font designed for Bootstrap
4
- * ------------------------------------------------------------------------------
5
- * The full suite of pictographic icons, examples, and documentation can be
6
- * found at http://fontawesome.io. Stay up to date on Twitter at
7
- * http://twitter.com/fontawesome.
8
- *
9
- * License
10
- * ------------------------------------------------------------------------------
11
- * - The Font Awesome font is licensed under SIL OFL 1.1 -
12
- * http://scripts.sil.org/OFL
13
- * - Font Awesome CSS, LESS, and SASS files are licensed under MIT License -
14
- * http://opensource.org/licenses/mit-license.html
15
- * - Font Awesome documentation licensed under CC BY 3.0 -
16
- * http://creativecommons.org/licenses/by/3.0/
17
- * - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
18
- * "Font Awesome by Dave Gandy - http://fontawesome.io"
19
- *
20
- * Author - Dave Gandy
21
- * ------------------------------------------------------------------------------
22
- * Email: dave@fontawesome.io
23
- * Twitter: http://twitter.com/davegandy
24
- * Work: Lead Product Designer @ Kyruus - http://kyruus.com
25
- */
26
- /* FONT PATH
27
- * -------------------------- */
28
- @font-face {
29
- font-family: 'FontAwesome';
30
- src: url('../font/fontawesome-webfont.eot?v=3.2.1');
31
- src: url('../font/fontawesome-webfont.eot?#iefix&v=3.2.1') format('embedded-opentype'), url('../font/fontawesome-webfont.woff?v=3.2.1') format('woff'), url('../font/fontawesome-webfont.ttf?v=3.2.1') format('truetype'), url('../font/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1') format('svg');
32
- font-weight: normal;
33
- font-style: normal;
34
- }
35
- /* FONT AWESOME CORE
36
- * -------------------------- */
37
- [class^="icon-"],
38
- [class*=" icon-"] {
39
- font-family: FontAwesome;
40
- font-weight: normal;
41
- font-style: normal;
42
- text-decoration: inherit;
43
- -webkit-font-smoothing: antialiased;
44
- *margin-right: .3em;
45
- }
46
- [class^="icon-"]:before,
47
- [class*=" icon-"]:before {
48
- text-decoration: inherit;
49
- display: inline-block;
50
- speak: none;
51
- }
52
- /* makes the font 33% larger relative to the icon container */
53
- .icon-large:before {
54
- vertical-align: -10%;
55
- font-size: 1.3333333333333333em;
56
- }
57
- /* makes sure icons active on rollover in links */
58
- a [class^="icon-"],
59
- a [class*=" icon-"] {
60
- display: inline;
61
- }
62
- /* increased font size for icon-large */
63
- [class^="icon-"].icon-fixed-width,
64
- [class*=" icon-"].icon-fixed-width {
65
- display: inline-block;
66
- width: 1.1428571428571428em;
67
- text-align: right;
68
- padding-right: 0.2857142857142857em;
69
- }
70
- [class^="icon-"].icon-fixed-width.icon-large,
71
- [class*=" icon-"].icon-fixed-width.icon-large {
72
- width: 1.4285714285714286em;
73
- }
74
- .icons-ul {
75
- margin-left: 2.142857142857143em;
76
- list-style-type: none;
77
- }
78
- .icons-ul > li {
79
- position: relative;
80
- }
81
- .icons-ul .icon-li {
82
- position: absolute;
83
- left: -2.142857142857143em;
84
- width: 2.142857142857143em;
85
- text-align: center;
86
- line-height: inherit;
87
- }
88
- [class^="icon-"].hide,
89
- [class*=" icon-"].hide {
90
- display: none;
91
- }
92
- .icon-muted {
93
- color: #eeeeee;
94
- }
95
- .icon-light {
96
- color: #ffffff;
97
- }
98
- .icon-dark {
99
- color: #333333;
100
- }
101
- .icon-border {
102
- border: solid 1px #eeeeee;
103
- padding: .2em .25em .15em;
104
- -webkit-border-radius: 3px;
105
- -moz-border-radius: 3px;
106
- border-radius: 3px;
107
- }
108
- .icon-2x {
109
- font-size: 2em;
110
- }
111
- .icon-2x.icon-border {
112
- border-width: 2px;
113
- -webkit-border-radius: 4px;
114
- -moz-border-radius: 4px;
115
- border-radius: 4px;
116
- }
117
- .icon-3x {
118
- font-size: 3em;
119
- }
120
- .icon-3x.icon-border {
121
- border-width: 3px;
122
- -webkit-border-radius: 5px;
123
- -moz-border-radius: 5px;
124
- border-radius: 5px;
125
- }
126
- .icon-4x {
127
- font-size: 4em;
128
- }
129
- .icon-4x.icon-border {
130
- border-width: 4px;
131
- -webkit-border-radius: 6px;
132
- -moz-border-radius: 6px;
133
- border-radius: 6px;
134
- }
135
- .icon-5x {
136
- font-size: 5em;
137
- }
138
- .icon-5x.icon-border {
139
- border-width: 5px;
140
- -webkit-border-radius: 7px;
141
- -moz-border-radius: 7px;
142
- border-radius: 7px;
143
- }
144
- .pull-right {
145
- float: right;
146
- }
147
- .pull-left {
148
- float: left;
149
- }
150
- [class^="icon-"].pull-left,
151
- [class*=" icon-"].pull-left {
152
- margin-right: .3em;
153
- }
154
- [class^="icon-"].pull-right,
155
- [class*=" icon-"].pull-right {
156
- margin-left: .3em;
157
- }
158
- /* BOOTSTRAP SPECIFIC CLASSES
159
- * -------------------------- */
160
- /* Bootstrap 2.0 sprites.less reset */
161
- [class^="icon-"],
162
- [class*=" icon-"] {
163
- display: inline;
164
- width: auto;
165
- height: auto;
166
- line-height: normal;
167
- vertical-align: baseline;
168
- background-image: none;
169
- background-position: 0% 0%;
170
- background-repeat: repeat;
171
- margin-top: 0;
172
- }
173
- /* more sprites.less reset */
174
- .icon-white,
175
- .nav-pills > .active > a > [class^="icon-"],
176
- .nav-pills > .active > a > [class*=" icon-"],
177
- .nav-list > .active > a > [class^="icon-"],
178
- .nav-list > .active > a > [class*=" icon-"],
179
- .navbar-inverse .nav > .active > a > [class^="icon-"],
180
- .navbar-inverse .nav > .active > a > [class*=" icon-"],
181
- .dropdown-menu > li > a:hover > [class^="icon-"],
182
- .dropdown-menu > li > a:hover > [class*=" icon-"],
183
- .dropdown-menu > .active > a > [class^="icon-"],
184
- .dropdown-menu > .active > a > [class*=" icon-"],
185
- .dropdown-submenu:hover > a > [class^="icon-"],
186
- .dropdown-submenu:hover > a > [class*=" icon-"] {
187
- background-image: none;
188
- }
189
- /* keeps Bootstrap styles with and without icons the same */
190
- .btn [class^="icon-"].icon-large,
191
- .nav [class^="icon-"].icon-large,
192
- .btn [class*=" icon-"].icon-large,
193
- .nav [class*=" icon-"].icon-large {
194
- line-height: .9em;
195
- }
196
- .btn [class^="icon-"].icon-spin,
197
- .nav [class^="icon-"].icon-spin,
198
- .btn [class*=" icon-"].icon-spin,
199
- .nav [class*=" icon-"].icon-spin {
200
- display: inline-block;
201
- }
202
- .nav-tabs [class^="icon-"],
203
- .nav-pills [class^="icon-"],
204
- .nav-tabs [class*=" icon-"],
205
- .nav-pills [class*=" icon-"],
206
- .nav-tabs [class^="icon-"].icon-large,
207
- .nav-pills [class^="icon-"].icon-large,
208
- .nav-tabs [class*=" icon-"].icon-large,
209
- .nav-pills [class*=" icon-"].icon-large {
210
- line-height: .9em;
211
- }
212
- .btn [class^="icon-"].pull-left.icon-2x,
213
- .btn [class*=" icon-"].pull-left.icon-2x,
214
- .btn [class^="icon-"].pull-right.icon-2x,
215
- .btn [class*=" icon-"].pull-right.icon-2x {
216
- margin-top: .18em;
217
- }
218
- .btn [class^="icon-"].icon-spin.icon-large,
219
- .btn [class*=" icon-"].icon-spin.icon-large {
220
- line-height: .8em;
221
- }
222
- .btn.btn-small [class^="icon-"].pull-left.icon-2x,
223
- .btn.btn-small [class*=" icon-"].pull-left.icon-2x,
224
- .btn.btn-small [class^="icon-"].pull-right.icon-2x,
225
- .btn.btn-small [class*=" icon-"].pull-right.icon-2x {
226
- margin-top: .25em;
227
- }
228
- .btn.btn-large [class^="icon-"],
229
- .btn.btn-large [class*=" icon-"] {
230
- margin-top: 0;
231
- }
232
- .btn.btn-large [class^="icon-"].pull-left.icon-2x,
233
- .btn.btn-large [class*=" icon-"].pull-left.icon-2x,
234
- .btn.btn-large [class^="icon-"].pull-right.icon-2x,
235
- .btn.btn-large [class*=" icon-"].pull-right.icon-2x {
236
- margin-top: .05em;
237
- }
238
- .btn.btn-large [class^="icon-"].pull-left.icon-2x,
239
- .btn.btn-large [class*=" icon-"].pull-left.icon-2x {
240
- margin-right: .2em;
241
- }
242
- .btn.btn-large [class^="icon-"].pull-right.icon-2x,
243
- .btn.btn-large [class*=" icon-"].pull-right.icon-2x {
244
- margin-left: .2em;
245
- }
246
- /* Fixes alignment in nav lists */
247
- .nav-list [class^="icon-"],
248
- .nav-list [class*=" icon-"] {
249
- line-height: inherit;
250
- }
251
- /* EXTRAS
252
- * -------------------------- */
253
- /* Stacked and layered icon */
254
- .icon-stack {
255
- position: relative;
256
- display: inline-block;
257
- width: 2em;
258
- height: 2em;
259
- line-height: 2em;
260
- vertical-align: -35%;
261
- }
262
- .icon-stack [class^="icon-"],
263
- .icon-stack [class*=" icon-"] {
264
- display: block;
265
- text-align: center;
266
- position: absolute;
267
- width: 100%;
268
- height: 100%;
269
- font-size: 1em;
270
- line-height: inherit;
271
- *line-height: 2em;
272
- }
273
- .icon-stack .icon-stack-base {
274
- font-size: 2em;
275
- *line-height: 1em;
276
- }
277
- /* Animated rotating icon */
278
- .icon-spin {
279
- display: inline-block;
280
- -moz-animation: spin 2s infinite linear;
281
- -o-animation: spin 2s infinite linear;
282
- -webkit-animation: spin 2s infinite linear;
283
- animation: spin 2s infinite linear;
284
- }
285
- /* Prevent stack and spinners from being taken inline when inside a link */
286
- a .icon-stack,
287
- a .icon-spin {
288
- display: inline-block;
289
- text-decoration: none;
290
- }
291
- @-moz-keyframes spin {
292
- 0% {
293
- -moz-transform: rotate(0deg);
294
- }
295
- 100% {
296
- -moz-transform: rotate(359deg);
297
- }
298
- }
299
- @-webkit-keyframes spin {
300
- 0% {
301
- -webkit-transform: rotate(0deg);
302
- }
303
- 100% {
304
- -webkit-transform: rotate(359deg);
305
- }
306
- }
307
- @-o-keyframes spin {
308
- 0% {
309
- -o-transform: rotate(0deg);
310
- }
311
- 100% {
312
- -o-transform: rotate(359deg);
313
- }
314
- }
315
- @-ms-keyframes spin {
316
- 0% {
317
- -ms-transform: rotate(0deg);
318
- }
319
- 100% {
320
- -ms-transform: rotate(359deg);
321
- }
322
- }
323
- @keyframes spin {
324
- 0% {
325
- transform: rotate(0deg);
326
- }
327
- 100% {
328
- transform: rotate(359deg);
329
- }
330
- }
331
- /* Icon rotations and mirroring */
332
- .icon-rotate-90:before {
333
- -webkit-transform: rotate(90deg);
334
- -moz-transform: rotate(90deg);
335
- -ms-transform: rotate(90deg);
336
- -o-transform: rotate(90deg);
337
- transform: rotate(90deg);
338
- filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
339
- }
340
- .icon-rotate-180:before {
341
- -webkit-transform: rotate(180deg);
342
- -moz-transform: rotate(180deg);
343
- -ms-transform: rotate(180deg);
344
- -o-transform: rotate(180deg);
345
- transform: rotate(180deg);
346
- filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
347
- }
348
- .icon-rotate-270:before {
349
- -webkit-transform: rotate(270deg);
350
- -moz-transform: rotate(270deg);
351
- -ms-transform: rotate(270deg);
352
- -o-transform: rotate(270deg);
353
- transform: rotate(270deg);
354
- filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
355
- }
356
- .icon-flip-horizontal:before {
357
- -webkit-transform: scale(-1, 1);
358
- -moz-transform: scale(-1, 1);
359
- -ms-transform: scale(-1, 1);
360
- -o-transform: scale(-1, 1);
361
- transform: scale(-1, 1);
362
- }
363
- .icon-flip-vertical:before {
364
- -webkit-transform: scale(1, -1);
365
- -moz-transform: scale(1, -1);
366
- -ms-transform: scale(1, -1);
367
- -o-transform: scale(1, -1);
368
- transform: scale(1, -1);
369
- }
370
- /* ensure rotation occurs inside anchor tags */
371
- a .icon-rotate-90:before,
372
- a .icon-rotate-180:before,
373
- a .icon-rotate-270:before,
374
- a .icon-flip-horizontal:before,
375
- a .icon-flip-vertical:before {
376
- display: inline-block;
377
- }
378
- /* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
379
- readers do not read off random characters that represent icons */
380
- .icon-glass:before {
381
- content: "\f000";
382
- }
383
- .icon-music:before {
384
- content: "\f001";
385
- }
386
- .icon-search:before {
387
- content: "\f002";
388
- }
389
- .icon-envelope-alt:before {
390
- content: "\f003";
391
- }
392
- .icon-heart:before {
393
- content: "\f004";
394
- }
395
- .icon-star:before {
396
- content: "\f005";
397
- }
398
- .icon-star-empty:before {
399
- content: "\f006";
400
- }
401
- .icon-user:before {
402
- content: "\f007";
403
- }
404
- .icon-film:before {
405
- content: "\f008";
406
- }
407
- .icon-th-large:before {
408
- content: "\f009";
409
- }
410
- .icon-th:before {
411
- content: "\f00a";
412
- }
413
- .icon-th-list:before {
414
- content: "\f00b";
415
- }
416
- .icon-ok:before {
417
- content: "\f00c";
418
- }
419
- .icon-remove:before {
420
- content: "\f00d";
421
- }
422
- .icon-zoom-in:before {
423
- content: "\f00e";
424
- }
425
- .icon-zoom-out:before {
426
- content: "\f010";
427
- }
428
- .icon-power-off:before,
429
- .icon-off:before {
430
- content: "\f011";
431
- }
432
- .icon-signal:before {
433
- content: "\f012";
434
- }
435
- .icon-gear:before,
436
- .icon-cog:before {
437
- content: "\f013";
438
- }
439
- .icon-trash:before {
440
- content: "\f014";
441
- }
442
- .icon-home:before {
443
- content: "\f015";
444
- }
445
- .icon-file-alt:before {
446
- content: "\f016";
447
- }
448
- .icon-time:before {
449
- content: "\f017";
450
- }
451
- .icon-road:before {
452
- content: "\f018";
453
- }
454
- .icon-download-alt:before {
455
- content: "\f019";
456
- }
457
- .icon-download:before {
458
- content: "\f01a";
459
- }
460
- .icon-upload:before {
461
- content: "\f01b";
462
- }
463
- .icon-inbox:before {
464
- content: "\f01c";
465
- }
466
- .icon-play-circle:before {
467
- content: "\f01d";
468
- }
469
- .icon-rotate-right:before,
470
- .icon-repeat:before {
471
- content: "\f01e";
472
- }
473
- .icon-refresh:before {
474
- content: "\f021";
475
- }
476
- .icon-list-alt:before {
477
- content: "\f022";
478
- }
479
- .icon-lock:before {
480
- content: "\f023";
481
- }
482
- .icon-flag:before {
483
- content: "\f024";
484
- }
485
- .icon-headphones:before {
486
- content: "\f025";
487
- }
488
- .icon-volume-off:before {
489
- content: "\f026";
490
- }
491
- .icon-volume-down:before {
492
- content: "\f027";
493
- }
494
- .icon-volume-up:before {
495
- content: "\f028";
496
- }
497
- .icon-qrcode:before {
498
- content: "\f029";
499
- }
500
- .icon-barcode:before {
501
- content: "\f02a";
502
- }
503
- .icon-tag:before {
504
- content: "\f02b";
505
- }
506
- .icon-tags:before {
507
- content: "\f02c";
508
- }
509
- .icon-book:before {
510
- content: "\f02d";
511
- }
512
- .icon-bookmark:before {
513
- content: "\f02e";
514
- }
515
- .icon-print:before {
516
- content: "\f02f";
517
- }
518
- .icon-camera:before {
519
- content: "\f030";
520
- }
521
- .icon-font:before {
522
- content: "\f031";
523
- }
524
- .icon-bold:before {
525
- content: "\f032";
526
- }
527
- .icon-italic:before {
528
- content: "\f033";
529
- }
530
- .icon-text-height:before {
531
- content: "\f034";
532
- }
533
- .icon-text-width:before {
534
- content: "\f035";
535
- }
536
- .icon-align-left:before {
537
- content: "\f036";
538
- }
539
- .icon-align-center:before {
540
- content: "\f037";
541
- }
542
- .icon-align-right:before {
543
- content: "\f038";
544
- }
545
- .icon-align-justify:before {
546
- content: "\f039";
547
- }
548
- .icon-list:before {
549
- content: "\f03a";
550
- }
551
- .icon-indent-left:before {
552
- content: "\f03b";
553
- }
554
- .icon-indent-right:before {
555
- content: "\f03c";
556
- }
557
- .icon-facetime-video:before {
558
- content: "\f03d";
559
- }
560
- .icon-picture:before {
561
- content: "\f03e";
562
- }
563
- .icon-pencil:before {
564
- content: "\f040";
565
- }
566
- .icon-map-marker:before {
567
- content: "\f041";
568
- }
569
- .icon-adjust:before {
570
- content: "\f042";
571
- }
572
- .icon-tint:before {
573
- content: "\f043";
574
- }
575
- .icon-edit:before {
576
- content: "\f044";
577
- }
578
- .icon-share:before {
579
- content: "\f045";
580
- }
581
- .icon-check:before {
582
- content: "\f046";
583
- }
584
- .icon-move:before {
585
- content: "\f047";
586
- }
587
- .icon-step-backward:before {
588
- content: "\f048";
589
- }
590
- .icon-fast-backward:before {
591
- content: "\f049";
592
- }
593
- .icon-backward:before {
594
- content: "\f04a";
595
- }
596
- .icon-play:before {
597
- content: "\f04b";
598
- }
599
- .icon-pause:before {
600
- content: "\f04c";
601
- }
602
- .icon-stop:before {
603
- content: "\f04d";
604
- }
605
- .icon-forward:before {
606
- content: "\f04e";
607
- }
608
- .icon-fast-forward:before {
609
- content: "\f050";
610
- }
611
- .icon-step-forward:before {
612
- content: "\f051";
613
- }
614
- .icon-eject:before {
615
- content: "\f052";
616
- }
617
- .icon-chevron-left:before {
618
- content: "\f053";
619
- }
620
- .icon-chevron-right:before {
621
- content: "\f054";
622
- }
623
- .icon-plus-sign:before {
624
- content: "\f055";
625
- }
626
- .icon-minus-sign:before {
627
- content: "\f056";
628
- }
629
- .icon-remove-sign:before {
630
- content: "\f057";
631
- }
632
- .icon-ok-sign:before {
633
- content: "\f058";
634
- }
635
- .icon-question-sign:before {
636
- content: "\f059";
637
- }
638
- .icon-info-sign:before {
639
- content: "\f05a";
640
- }
641
- .icon-screenshot:before {
642
- content: "\f05b";
643
- }
644
- .icon-remove-circle:before {
645
- content: "\f05c";
646
- }
647
- .icon-ok-circle:before {
648
- content: "\f05d";
649
- }
650
- .icon-ban-circle:before {
651
- content: "\f05e";
652
- }
653
- .icon-arrow-left:before {
654
- content: "\f060";
655
- }
656
- .icon-arrow-right:before {
657
- content: "\f061";
658
- }
659
- .icon-arrow-up:before {
660
- content: "\f062";
661
- }
662
- .icon-arrow-down:before {
663
- content: "\f063";
664
- }
665
- .icon-mail-forward:before,
666
- .icon-share-alt:before {
667
- content: "\f064";
668
- }
669
- .icon-resize-full:before {
670
- content: "\f065";
671
- }
672
- .icon-resize-small:before {
673
- content: "\f066";
674
- }
675
- .icon-plus:before {
676
- content: "\f067";
677
- }
678
- .icon-minus:before {
679
- content: "\f068";
680
- }
681
- .icon-asterisk:before {
682
- content: "\f069";
683
- }
684
- .icon-exclamation-sign:before {
685
- content: "\f06a";
686
- }
687
- .icon-gift:before {
688
- content: "\f06b";
689
- }
690
- .icon-leaf:before {
691
- content: "\f06c";
692
- }
693
- .icon-fire:before {
694
- content: "\f06d";
695
- }
696
- .icon-eye-open:before {
697
- content: "\f06e";
698
- }
699
- .icon-eye-close:before {
700
- content: "\f070";
701
- }
702
- .icon-warning-sign:before {
703
- content: "\f071";
704
- }
705
- .icon-plane:before {
706
- content: "\f072";
707
- }
708
- .icon-calendar:before {
709
- content: "\f073";
710
- }
711
- .icon-random:before {
712
- content: "\f074";
713
- }
714
- .icon-comment:before {
715
- content: "\f075";
716
- }
717
- .icon-magnet:before {
718
- content: "\f076";
719
- }
720
- .icon-chevron-up:before {
721
- content: "\f077";
722
- }
723
- .icon-chevron-down:before {
724
- content: "\f078";
725
- }
726
- .icon-retweet:before {
727
- content: "\f079";
728
- }
729
- .icon-shopping-cart:before {
730
- content: "\f07a";
731
- }
732
- .icon-folder-close:before {
733
- content: "\f07b";
734
- }
735
- .icon-folder-open:before {
736
- content: "\f07c";
737
- }
738
- .icon-resize-vertical:before {
739
- content: "\f07d";
740
- }
741
- .icon-resize-horizontal:before {
742
- content: "\f07e";
743
- }
744
- .icon-bar-chart:before {
745
- content: "\f080";
746
- }
747
- .icon-twitter-sign:before {
748
- content: "\f081";
749
- }
750
- .icon-facebook-sign:before {
751
- content: "\f082";
752
- }
753
- .icon-camera-retro:before {
754
- content: "\f083";
755
- }
756
- .icon-key:before {
757
- content: "\f084";
758
- }
759
- .icon-gears:before,
760
- .icon-cogs:before {
761
- content: "\f085";
762
- }
763
- .icon-comments:before {
764
- content: "\f086";
765
- }
766
- .icon-thumbs-up-alt:before {
767
- content: "\f087";
768
- }
769
- .icon-thumbs-down-alt:before {
770
- content: "\f088";
771
- }
772
- .icon-star-half:before {
773
- content: "\f089";
774
- }
775
- .icon-heart-empty:before {
776
- content: "\f08a";
777
- }
778
- .icon-signout:before {
779
- content: "\f08b";
780
- }
781
- .icon-linkedin-sign:before {
782
- content: "\f08c";
783
- }
784
- .icon-pushpin:before {
785
- content: "\f08d";
786
- }
787
- .icon-external-link:before {
788
- content: "\f08e";
789
- }
790
- .icon-signin:before {
791
- content: "\f090";
792
- }
793
- .icon-trophy:before {
794
- content: "\f091";
795
- }
796
- .icon-github-sign:before {
797
- content: "\f092";
798
- }
799
- .icon-upload-alt:before {
800
- content: "\f093";
801
- }
802
- .icon-lemon:before {
803
- content: "\f094";
804
- }
805
- .icon-phone:before {
806
- content: "\f095";
807
- }
808
- .icon-unchecked:before,
809
- .icon-check-empty:before {
810
- content: "\f096";
811
- }
812
- .icon-bookmark-empty:before {
813
- content: "\f097";
814
- }
815
- .icon-phone-sign:before {
816
- content: "\f098";
817
- }
818
- .icon-twitter:before {
819
- content: "\f099";
820
- }
821
- .icon-facebook:before {
822
- content: "\f09a";
823
- }
824
- .icon-github:before {
825
- content: "\f09b";
826
- }
827
- .icon-unlock:before {
828
- content: "\f09c";
829
- }
830
- .icon-credit-card:before {
831
- content: "\f09d";
832
- }
833
- .icon-rss:before {
834
- content: "\f09e";
835
- }
836
- .icon-hdd:before {
837
- content: "\f0a0";
838
- }
839
- .icon-bullhorn:before {
840
- content: "\f0a1";
841
- }
842
- .icon-bell:before {
843
- content: "\f0a2";
844
- }
845
- .icon-certificate:before {
846
- content: "\f0a3";
847
- }
848
- .icon-hand-right:before {
849
- content: "\f0a4";
850
- }
851
- .icon-hand-left:before {
852
- content: "\f0a5";
853
- }
854
- .icon-hand-up:before {
855
- content: "\f0a6";
856
- }
857
- .icon-hand-down:before {
858
- content: "\f0a7";
859
- }
860
- .icon-circle-arrow-left:before {
861
- content: "\f0a8";
862
- }
863
- .icon-circle-arrow-right:before {
864
- content: "\f0a9";
865
- }
866
- .icon-circle-arrow-up:before {
867
- content: "\f0aa";
868
- }
869
- .icon-circle-arrow-down:before {
870
- content: "\f0ab";
871
- }
872
- .icon-globe:before {
873
- content: "\f0ac";
874
- }
875
- .icon-wrench:before {
876
- content: "\f0ad";
877
- }
878
- .icon-tasks:before {
879
- content: "\f0ae";
880
- }
881
- .icon-filter:before {
882
- content: "\f0b0";
883
- }
884
- .icon-briefcase:before {
885
- content: "\f0b1";
886
- }
887
- .icon-fullscreen:before {
888
- content: "\f0b2";
889
- }
890
- .icon-group:before {
891
- content: "\f0c0";
892
- }
893
- .icon-link:before {
894
- content: "\f0c1";
895
- }
896
- .icon-cloud:before {
897
- content: "\f0c2";
898
- }
899
- .icon-beaker:before {
900
- content: "\f0c3";
901
- }
902
- .icon-cut:before {
903
- content: "\f0c4";
904
- }
905
- .icon-copy:before {
906
- content: "\f0c5";
907
- }
908
- .icon-paperclip:before,
909
- .icon-paper-clip:before {
910
- content: "\f0c6";
911
- }
912
- .icon-save:before {
913
- content: "\f0c7";
914
- }
915
- .icon-sign-blank:before {
916
- content: "\f0c8";
917
- }
918
- .icon-reorder:before {
919
- content: "\f0c9";
920
- }
921
- .icon-list-ul:before {
922
- content: "\f0ca";
923
- }
924
- .icon-list-ol:before {
925
- content: "\f0cb";
926
- }
927
- .icon-strikethrough:before {
928
- content: "\f0cc";
929
- }
930
- .icon-underline:before {
931
- content: "\f0cd";
932
- }
933
- .icon-table:before {
934
- content: "\f0ce";
935
- }
936
- .icon-magic:before {
937
- content: "\f0d0";
938
- }
939
- .icon-truck:before {
940
- content: "\f0d1";
941
- }
942
- .icon-pinterest:before {
943
- content: "\f0d2";
944
- }
945
- .icon-pinterest-sign:before {
946
- content: "\f0d3";
947
- }
948
- .icon-google-plus-sign:before {
949
- content: "\f0d4";
950
- }
951
- .icon-google-plus:before {
952
- content: "\f0d5";
953
- }
954
- .icon-money:before {
955
- content: "\f0d6";
956
- }
957
- .icon-caret-down:before {
958
- content: "\f0d7";
959
- }
960
- .icon-caret-up:before {
961
- content: "\f0d8";
962
- }
963
- .icon-caret-left:before {
964
- content: "\f0d9";
965
- }
966
- .icon-caret-right:before {
967
- content: "\f0da";
968
- }
969
- .icon-columns:before {
970
- content: "\f0db";
971
- }
972
- .icon-sort:before {
973
- content: "\f0dc";
974
- }
975
- .icon-sort-down:before {
976
- content: "\f0dd";
977
- }
978
- .icon-sort-up:before {
979
- content: "\f0de";
980
- }
981
- .icon-envelope:before {
982
- content: "\f0e0";
983
- }
984
- .icon-linkedin:before {
985
- content: "\f0e1";
986
- }
987
- .icon-rotate-left:before,
988
- .icon-undo:before {
989
- content: "\f0e2";
990
- }
991
- .icon-legal:before {
992
- content: "\f0e3";
993
- }
994
- .icon-dashboard:before {
995
- content: "\f0e4";
996
- }
997
- .icon-comment-alt:before {
998
- content: "\f0e5";
999
- }
1000
- .icon-comments-alt:before {
1001
- content: "\f0e6";
1002
- }
1003
- .icon-bolt:before {
1004
- content: "\f0e7";
1005
- }
1006
- .icon-sitemap:before {
1007
- content: "\f0e8";
1008
- }
1009
- .icon-umbrella:before {
1010
- content: "\f0e9";
1011
- }
1012
- .icon-paste:before {
1013
- content: "\f0ea";
1014
- }
1015
- .icon-lightbulb:before {
1016
- content: "\f0eb";
1017
- }
1018
- .icon-exchange:before {
1019
- content: "\f0ec";
1020
- }
1021
- .icon-cloud-download:before {
1022
- content: "\f0ed";
1023
- }
1024
- .icon-cloud-upload:before {
1025
- content: "\f0ee";
1026
- }
1027
- .icon-user-md:before {
1028
- content: "\f0f0";
1029
- }
1030
- .icon-stethoscope:before {
1031
- content: "\f0f1";
1032
- }
1033
- .icon-suitcase:before {
1034
- content: "\f0f2";
1035
- }
1036
- .icon-bell-alt:before {
1037
- content: "\f0f3";
1038
- }
1039
- .icon-coffee:before {
1040
- content: "\f0f4";
1041
- }
1042
- .icon-food:before {
1043
- content: "\f0f5";
1044
- }
1045
- .icon-file-text-alt:before {
1046
- content: "\f0f6";
1047
- }
1048
- .icon-building:before {
1049
- content: "\f0f7";
1050
- }
1051
- .icon-hospital:before {
1052
- content: "\f0f8";
1053
- }
1054
- .icon-ambulance:before {
1055
- content: "\f0f9";
1056
- }
1057
- .icon-medkit:before {
1058
- content: "\f0fa";
1059
- }
1060
- .icon-fighter-jet:before {
1061
- content: "\f0fb";
1062
- }
1063
- .icon-beer:before {
1064
- content: "\f0fc";
1065
- }
1066
- .icon-h-sign:before {
1067
- content: "\f0fd";
1068
- }
1069
- .icon-plus-sign-alt:before {
1070
- content: "\f0fe";
1071
- }
1072
- .icon-double-angle-left:before {
1073
- content: "\f100";
1074
- }
1075
- .icon-double-angle-right:before {
1076
- content: "\f101";
1077
- }
1078
- .icon-double-angle-up:before {
1079
- content: "\f102";
1080
- }
1081
- .icon-double-angle-down:before {
1082
- content: "\f103";
1083
- }
1084
- .icon-angle-left:before {
1085
- content: "\f104";
1086
- }
1087
- .icon-angle-right:before {
1088
- content: "\f105";
1089
- }
1090
- .icon-angle-up:before {
1091
- content: "\f106";
1092
- }
1093
- .icon-angle-down:before {
1094
- content: "\f107";
1095
- }
1096
- .icon-desktop:before {
1097
- content: "\f108";
1098
- }
1099
- .icon-laptop:before {
1100
- content: "\f109";
1101
- }
1102
- .icon-tablet:before {
1103
- content: "\f10a";
1104
- }
1105
- .icon-mobile-phone:before {
1106
- content: "\f10b";
1107
- }
1108
- .icon-circle-blank:before {
1109
- content: "\f10c";
1110
- }
1111
- .icon-quote-left:before {
1112
- content: "\f10d";
1113
- }
1114
- .icon-quote-right:before {
1115
- content: "\f10e";
1116
- }
1117
- .icon-spinner:before {
1118
- content: "\f110";
1119
- }
1120
- .icon-circle:before {
1121
- content: "\f111";
1122
- }
1123
- .icon-mail-reply:before,
1124
- .icon-reply:before {
1125
- content: "\f112";
1126
- }
1127
- .icon-github-alt:before {
1128
- content: "\f113";
1129
- }
1130
- .icon-folder-close-alt:before {
1131
- content: "\f114";
1132
- }
1133
- .icon-folder-open-alt:before {
1134
- content: "\f115";
1135
- }
1136
- .icon-expand-alt:before {
1137
- content: "\f116";
1138
- }
1139
- .icon-collapse-alt:before {
1140
- content: "\f117";
1141
- }
1142
- .icon-smile:before {
1143
- content: "\f118";
1144
- }
1145
- .icon-frown:before {
1146
- content: "\f119";
1147
- }
1148
- .icon-meh:before {
1149
- content: "\f11a";
1150
- }
1151
- .icon-gamepad:before {
1152
- content: "\f11b";
1153
- }
1154
- .icon-keyboard:before {
1155
- content: "\f11c";
1156
- }
1157
- .icon-flag-alt:before {
1158
- content: "\f11d";
1159
- }
1160
- .icon-flag-checkered:before {
1161
- content: "\f11e";
1162
- }
1163
- .icon-terminal:before {
1164
- content: "\f120";
1165
- }
1166
- .icon-code:before {
1167
- content: "\f121";
1168
- }
1169
- .icon-reply-all:before {
1170
- content: "\f122";
1171
- }
1172
- .icon-mail-reply-all:before {
1173
- content: "\f122";
1174
- }
1175
- .icon-star-half-full:before,
1176
- .icon-star-half-empty:before {
1177
- content: "\f123";
1178
- }
1179
- .icon-location-arrow:before {
1180
- content: "\f124";
1181
- }
1182
- .icon-crop:before {
1183
- content: "\f125";
1184
- }
1185
- .icon-code-fork:before {
1186
- content: "\f126";
1187
- }
1188
- .icon-unlink:before {
1189
- content: "\f127";
1190
- }
1191
- .icon-question:before {
1192
- content: "\f128";
1193
- }
1194
- .icon-info:before {
1195
- content: "\f129";
1196
- }
1197
- .icon-exclamation:before {
1198
- content: "\f12a";
1199
- }
1200
- .icon-superscript:before {
1201
- content: "\f12b";
1202
- }
1203
- .icon-subscript:before {
1204
- content: "\f12c";
1205
- }
1206
- .icon-eraser:before {
1207
- content: "\f12d";
1208
- }
1209
- .icon-puzzle-piece:before {
1210
- content: "\f12e";
1211
- }
1212
- .icon-microphone:before {
1213
- content: "\f130";
1214
- }
1215
- .icon-microphone-off:before {
1216
- content: "\f131";
1217
- }
1218
- .icon-shield:before {
1219
- content: "\f132";
1220
- }
1221
- .icon-calendar-empty:before {
1222
- content: "\f133";
1223
- }
1224
- .icon-fire-extinguisher:before {
1225
- content: "\f134";
1226
- }
1227
- .icon-rocket:before {
1228
- content: "\f135";
1229
- }
1230
- .icon-maxcdn:before {
1231
- content: "\f136";
1232
- }
1233
- .icon-chevron-sign-left:before {
1234
- content: "\f137";
1235
- }
1236
- .icon-chevron-sign-right:before {
1237
- content: "\f138";
1238
- }
1239
- .icon-chevron-sign-up:before {
1240
- content: "\f139";
1241
- }
1242
- .icon-chevron-sign-down:before {
1243
- content: "\f13a";
1244
- }
1245
- .icon-html5:before {
1246
- content: "\f13b";
1247
- }
1248
- .icon-css3:before {
1249
- content: "\f13c";
1250
- }
1251
- .icon-anchor:before {
1252
- content: "\f13d";
1253
- }
1254
- .icon-unlock-alt:before {
1255
- content: "\f13e";
1256
- }
1257
- .icon-bullseye:before {
1258
- content: "\f140";
1259
- }
1260
- .icon-ellipsis-horizontal:before {
1261
- content: "\f141";
1262
- }
1263
- .icon-ellipsis-vertical:before {
1264
- content: "\f142";
1265
- }
1266
- .icon-rss-sign:before {
1267
- content: "\f143";
1268
- }
1269
- .icon-play-sign:before {
1270
- content: "\f144";
1271
- }
1272
- .icon-ticket:before {
1273
- content: "\f145";
1274
- }
1275
- .icon-minus-sign-alt:before {
1276
- content: "\f146";
1277
- }
1278
- .icon-check-minus:before {
1279
- content: "\f147";
1280
- }
1281
- .icon-level-up:before {
1282
- content: "\f148";
1283
- }
1284
- .icon-level-down:before {
1285
- content: "\f149";
1286
- }
1287
- .icon-check-sign:before {
1288
- content: "\f14a";
1289
- }
1290
- .icon-edit-sign:before {
1291
- content: "\f14b";
1292
- }
1293
- .icon-external-link-sign:before {
1294
- content: "\f14c";
1295
- }
1296
- .icon-share-sign:before {
1297
- content: "\f14d";
1298
- }
1299
- .icon-compass:before {
1300
- content: "\f14e";
1301
- }
1302
- .icon-collapse:before {
1303
- content: "\f150";
1304
- }
1305
- .icon-collapse-top:before {
1306
- content: "\f151";
1307
- }
1308
- .icon-expand:before {
1309
- content: "\f152";
1310
- }
1311
- .icon-euro:before,
1312
- .icon-eur:before {
1313
- content: "\f153";
1314
- }
1315
- .icon-gbp:before {
1316
- content: "\f154";
1317
- }
1318
- .icon-dollar:before,
1319
- .icon-usd:before {
1320
- content: "\f155";
1321
- }
1322
- .icon-rupee:before,
1323
- .icon-inr:before {
1324
- content: "\f156";
1325
- }
1326
- .icon-yen:before,
1327
- .icon-jpy:before {
1328
- content: "\f157";
1329
- }
1330
- .icon-renminbi:before,
1331
- .icon-cny:before {
1332
- content: "\f158";
1333
- }
1334
- .icon-won:before,
1335
- .icon-krw:before {
1336
- content: "\f159";
1337
- }
1338
- .icon-bitcoin:before,
1339
- .icon-btc:before {
1340
- content: "\f15a";
1341
- }
1342
- .icon-file:before {
1343
- content: "\f15b";
1344
- }
1345
- .icon-file-text:before {
1346
- content: "\f15c";
1347
- }
1348
- .icon-sort-by-alphabet:before {
1349
- content: "\f15d";
1350
- }
1351
- .icon-sort-by-alphabet-alt:before {
1352
- content: "\f15e";
1353
- }
1354
- .icon-sort-by-attributes:before {
1355
- content: "\f160";
1356
- }
1357
- .icon-sort-by-attributes-alt:before {
1358
- content: "\f161";
1359
- }
1360
- .icon-sort-by-order:before {
1361
- content: "\f162";
1362
- }
1363
- .icon-sort-by-order-alt:before {
1364
- content: "\f163";
1365
- }
1366
- .icon-thumbs-up:before {
1367
- content: "\f164";
1368
- }
1369
- .icon-thumbs-down:before {
1370
- content: "\f165";
1371
- }
1372
- .icon-youtube-sign:before {
1373
- content: "\f166";
1374
- }
1375
- .icon-youtube:before {
1376
- content: "\f167";
1377
- }
1378
- .icon-xing:before {
1379
- content: "\f168";
1380
- }
1381
- .icon-xing-sign:before {
1382
- content: "\f169";
1383
- }
1384
- .icon-youtube-play:before {
1385
- content: "\f16a";
1386
- }
1387
- .icon-dropbox:before {
1388
- content: "\f16b";
1389
- }
1390
- .icon-stackexchange:before {
1391
- content: "\f16c";
1392
- }
1393
- .icon-instagram:before {
1394
- content: "\f16d";
1395
- }
1396
- .icon-flickr:before {
1397
- content: "\f16e";
1398
- }
1399
- .icon-adn:before {
1400
- content: "\f170";
1401
- }
1402
- .icon-bitbucket:before {
1403
- content: "\f171";
1404
- }
1405
- .icon-bitbucket-sign:before {
1406
- content: "\f172";
1407
- }
1408
- .icon-tumblr:before {
1409
- content: "\f173";
1410
- }
1411
- .icon-tumblr-sign:before {
1412
- content: "\f174";
1413
- }
1414
- .icon-long-arrow-down:before {
1415
- content: "\f175";
1416
- }
1417
- .icon-long-arrow-up:before {
1418
- content: "\f176";
1419
- }
1420
- .icon-long-arrow-left:before {
1421
- content: "\f177";
1422
- }
1423
- .icon-long-arrow-right:before {
1424
- content: "\f178";
1425
- }
1426
- .icon-apple:before {
1427
- content: "\f179";
1428
- }
1429
- .icon-windows:before {
1430
- content: "\f17a";
1431
- }
1432
- .icon-android:before {
1433
- content: "\f17b";
1434
- }
1435
- .icon-linux:before {
1436
- content: "\f17c";
1437
- }
1438
- .icon-dribbble:before {
1439
- content: "\f17d";
1440
- }
1441
- .icon-skype:before {
1442
- content: "\f17e";
1443
- }
1444
- .icon-foursquare:before {
1445
- content: "\f180";
1446
- }
1447
- .icon-trello:before {
1448
- content: "\f181";
1449
- }
1450
- .icon-female:before {
1451
- content: "\f182";
1452
- }
1453
- .icon-male:before {
1454
- content: "\f183";
1455
- }
1456
- .icon-gittip:before {
1457
- content: "\f184";
1458
- }
1459
- .icon-sun:before {
1460
- content: "\f185";
1461
- }
1462
- .icon-moon:before {
1463
- content: "\f186";
1464
- }
1465
- .icon-archive:before {
1466
- content: "\f187";
1467
- }
1468
- .icon-bug:before {
1469
- content: "\f188";
1470
- }
1471
- .icon-vk:before {
1472
- content: "\f189";
1473
- }
1474
- .icon-weibo:before {
1475
- content: "\f18a";
1476
- }
1477
- .icon-renren:before {
1478
- content: "\f18b";
1479
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
src/cyclone-slider/libs/font-awesome/css/font-awesome.min.css DELETED
@@ -1,403 +0,0 @@
1
- @font-face{font-family:'FontAwesome';src:url('../font/fontawesome-webfont.eot?v=3.2.1');src:url('../font/fontawesome-webfont.eot?#iefix&v=3.2.1') format('embedded-opentype'),url('../font/fontawesome-webfont.woff?v=3.2.1') format('woff'),url('../font/fontawesome-webfont.ttf?v=3.2.1') format('truetype'),url('../font/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1') format('svg');font-weight:normal;font-style:normal;}[class^="icon-"],[class*=" icon-"]{font-family:FontAwesome;font-weight:normal;font-style:normal;text-decoration:inherit;-webkit-font-smoothing:antialiased;*margin-right:.3em;}
2
- [class^="icon-"]:before,[class*=" icon-"]:before{text-decoration:inherit;display:inline-block;speak:none;}
3
- .icon-large:before{vertical-align:-10%;font-size:1.3333333333333333em;}
4
- a [class^="icon-"],a [class*=" icon-"]{display:inline;}
5
- [class^="icon-"].icon-fixed-width,[class*=" icon-"].icon-fixed-width{display:inline-block;width:1.1428571428571428em;text-align:right;padding-right:0.2857142857142857em;}[class^="icon-"].icon-fixed-width.icon-large,[class*=" icon-"].icon-fixed-width.icon-large{width:1.4285714285714286em;}
6
- .icons-ul{margin-left:2.142857142857143em;list-style-type:none;}.icons-ul>li{position:relative;}
7
- .icons-ul .icon-li{position:absolute;left:-2.142857142857143em;width:2.142857142857143em;text-align:center;line-height:inherit;}
8
- [class^="icon-"].hide,[class*=" icon-"].hide{display:none;}
9
- .icon-muted{color:#eeeeee;}
10
- .icon-light{color:#ffffff;}
11
- .icon-dark{color:#333333;}
12
- .icon-border{border:solid 1px #eeeeee;padding:.2em .25em .15em;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;}
13
- .icon-2x{font-size:2em;}.icon-2x.icon-border{border-width:2px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;}
14
- .icon-3x{font-size:3em;}.icon-3x.icon-border{border-width:3px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;}
15
- .icon-4x{font-size:4em;}.icon-4x.icon-border{border-width:4px;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;}
16
- .icon-5x{font-size:5em;}.icon-5x.icon-border{border-width:5px;-webkit-border-radius:7px;-moz-border-radius:7px;border-radius:7px;}
17
- .pull-right{float:right;}
18
- .pull-left{float:left;}
19
- [class^="icon-"].pull-left,[class*=" icon-"].pull-left{margin-right:.3em;}
20
- [class^="icon-"].pull-right,[class*=" icon-"].pull-right{margin-left:.3em;}
21
- [class^="icon-"],[class*=" icon-"]{display:inline;width:auto;height:auto;line-height:normal;vertical-align:baseline;background-image:none;background-position:0% 0%;background-repeat:repeat;margin-top:0;}
22
- .icon-white,.nav-pills>.active>a>[class^="icon-"],.nav-pills>.active>a>[class*=" icon-"],.nav-list>.active>a>[class^="icon-"],.nav-list>.active>a>[class*=" icon-"],.navbar-inverse .nav>.active>a>[class^="icon-"],.navbar-inverse .nav>.active>a>[class*=" icon-"],.dropdown-menu>li>a:hover>[class^="icon-"],.dropdown-menu>li>a:hover>[class*=" icon-"],.dropdown-menu>.active>a>[class^="icon-"],.dropdown-menu>.active>a>[class*=" icon-"],.dropdown-submenu:hover>a>[class^="icon-"],.dropdown-submenu:hover>a>[class*=" icon-"]{background-image:none;}
23
- .btn [class^="icon-"].icon-large,.nav [class^="icon-"].icon-large,.btn [class*=" icon-"].icon-large,.nav [class*=" icon-"].icon-large{line-height:.9em;}
24
- .btn [class^="icon-"].icon-spin,.nav [class^="icon-"].icon-spin,.btn [class*=" icon-"].icon-spin,.nav [class*=" icon-"].icon-spin{display:inline-block;}
25
- .nav-tabs [class^="icon-"],.nav-pills [class^="icon-"],.nav-tabs [class*=" icon-"],.nav-pills [class*=" icon-"],.nav-tabs [class^="icon-"].icon-large,.nav-pills [class^="icon-"].icon-large,.nav-tabs [class*=" icon-"].icon-large,.nav-pills [class*=" icon-"].icon-large{line-height:.9em;}
26
- .btn [class^="icon-"].pull-left.icon-2x,.btn [class*=" icon-"].pull-left.icon-2x,.btn [class^="icon-"].pull-right.icon-2x,.btn [class*=" icon-"].pull-right.icon-2x{margin-top:.18em;}
27
- .btn [class^="icon-"].icon-spin.icon-large,.btn [class*=" icon-"].icon-spin.icon-large{line-height:.8em;}
28
- .btn.btn-small [class^="icon-"].pull-left.icon-2x,.btn.btn-small [class*=" icon-"].pull-left.icon-2x,.btn.btn-small [class^="icon-"].pull-right.icon-2x,.btn.btn-small [class*=" icon-"].pull-right.icon-2x{margin-top:.25em;}
29
- .btn.btn-large [class^="icon-"],.btn.btn-large [class*=" icon-"]{margin-top:0;}.btn.btn-large [class^="icon-"].pull-left.icon-2x,.btn.btn-large [class*=" icon-"].pull-left.icon-2x,.btn.btn-large [class^="icon-"].pull-right.icon-2x,.btn.btn-large [class*=" icon-"].pull-right.icon-2x{margin-top:.05em;}
30
- .btn.btn-large [class^="icon-"].pull-left.icon-2x,.btn.btn-large [class*=" icon-"].pull-left.icon-2x{margin-right:.2em;}
31
- .btn.btn-large [class^="icon-"].pull-right.icon-2x,.btn.btn-large [class*=" icon-"].pull-right.icon-2x{margin-left:.2em;}
32
- .nav-list [class^="icon-"],.nav-list [class*=" icon-"]{line-height:inherit;}
33
- .icon-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:-35%;}.icon-stack [class^="icon-"],.icon-stack [class*=" icon-"]{display:block;text-align:center;position:absolute;width:100%;height:100%;font-size:1em;line-height:inherit;*line-height:2em;}
34
- .icon-stack .icon-stack-base{font-size:2em;*line-height:1em;}
35
- .icon-spin{display:inline-block;-moz-animation:spin 2s infinite linear;-o-animation:spin 2s infinite linear;-webkit-animation:spin 2s infinite linear;animation:spin 2s infinite linear;}
36
- a .icon-stack,a .icon-spin{display:inline-block;text-decoration:none;}
37
- @-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);}}.icon-rotate-90:before{-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg);filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);}
38
- .icon-rotate-180:before{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg);filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);}
39
- .icon-rotate-270:before{-webkit-transform:rotate(270deg);-moz-transform:rotate(270deg);-ms-transform:rotate(270deg);-o-transform:rotate(270deg);transform:rotate(270deg);filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);}
40
- .icon-flip-horizontal:before{-webkit-transform:scale(-1, 1);-moz-transform:scale(-1, 1);-ms-transform:scale(-1, 1);-o-transform:scale(-1, 1);transform:scale(-1, 1);}
41
- .icon-flip-vertical:before{-webkit-transform:scale(1, -1);-moz-transform:scale(1, -1);-ms-transform:scale(1, -1);-o-transform:scale(1, -1);transform:scale(1, -1);}
42
- a .icon-rotate-90:before,a .icon-rotate-180:before,a .icon-rotate-270:before,a .icon-flip-horizontal:before,a .icon-flip-vertical:before{display:inline-block;}
43
- .icon-glass:before{content:"\f000";}
44
- .icon-music:before{content:"\f001";}
45
- .icon-search:before{content:"\f002";}
46
- .icon-envelope-alt:before{content:"\f003";}
47
- .icon-heart:before{content:"\f004";}
48
- .icon-star:before{content:"\f005";}
49
- .icon-star-empty:before{content:"\f006";}
50
- .icon-user:before{content:"\f007";}
51
- .icon-film:before{content:"\f008";}
52
- .icon-th-large:before{content:"\f009";}
53
- .icon-th:before{content:"\f00a";}
54
- .icon-th-list:before{content:"\f00b";}
55
- .icon-ok:before{content:"\f00c";}
56
- .icon-remove:before{content:"\f00d";}
57
- .icon-zoom-in:before{content:"\f00e";}
58
- .icon-zoom-out:before{content:"\f010";}
59
- .icon-power-off:before,.icon-off:before{content:"\f011";}
60
- .icon-signal:before{content:"\f012";}
61
- .icon-gear:before,.icon-cog:before{content:"\f013";}
62
- .icon-trash:before{content:"\f014";}
63
- .icon-home:before{content:"\f015";}
64
- .icon-file-alt:before{content:"\f016";}
65
- .icon-time:before{content:"\f017";}
66
- .icon-road:before{content:"\f018";}
67
- .icon-download-alt:before{content:"\f019";}
68
- .icon-download:before{content:"\f01a";}
69
- .icon-upload:before{content:"\f01b";}
70
- .icon-inbox:before{content:"\f01c";}
71
- .icon-play-circle:before{content:"\f01d";}
72
- .icon-rotate-right:before,.icon-repeat:before{content:"\f01e";}
73
- .icon-refresh:before{content:"\f021";}
74
- .icon-list-alt:before{content:"\f022";}
75
- .icon-lock:before{content:"\f023";}
76
- .icon-flag:before{content:"\f024";}
77
- .icon-headphones:before{content:"\f025";}
78
- .icon-volume-off:before{content:"\f026";}
79
- .icon-volume-down:before{content:"\f027";}
80
- .icon-volume-up:before{content:"\f028";}
81
- .icon-qrcode:before{content:"\f029";}
82
- .icon-barcode:before{content:"\f02a";}
83
- .icon-tag:before{content:"\f02b";}
84
- .icon-tags:before{content:"\f02c";}
85
- .icon-book:before{content:"\f02d";}
86
- .icon-bookmark:before{content:"\f02e";}
87
- .icon-print:before{content:"\f02f";}
88
- .icon-camera:before{content:"\f030";}
89
- .icon-font:before{content:"\f031";}
90
- .icon-bold:before{content:"\f032";}
91
- .icon-italic:before{content:"\f033";}
92
- .icon-text-height:before{content:"\f034";}
93
- .icon-text-width:before{content:"\f035";}
94
- .icon-align-left:before{content:"\f036";}
95
- .icon-align-center:before{content:"\f037";}
96
- .icon-align-right:before{content:"\f038";}
97
- .icon-align-justify:before{content:"\f039";}
98
- .icon-list:before{content:"\f03a";}
99
- .icon-indent-left:before{content:"\f03b";}
100
- .icon-indent-right:before{content:"\f03c";}
101
- .icon-facetime-video:before{content:"\f03d";}
102
- .icon-picture:before{content:"\f03e";}
103
- .icon-pencil:before{content:"\f040";}
104
- .icon-map-marker:before{content:"\f041";}
105
- .icon-adjust:before{content:"\f042";}
106
- .icon-tint:before{content:"\f043";}
107
- .icon-edit:before{content:"\f044";}
108
- .icon-share:before{content:"\f045";}
109
- .icon-check:before{content:"\f046";}
110
- .icon-move:before{content:"\f047";}
111
- .icon-step-backward:before{content:"\f048";}
112
- .icon-fast-backward:before{content:"\f049";}
113
- .icon-backward:before{content:"\f04a";}
114
- .icon-play:before{content:"\f04b";}
115
- .icon-pause:before{content:"\f04c";}
116
- .icon-stop:before{content:"\f04d";}
117
- .icon-forward:before{content:"\f04e";}
118
- .icon-fast-forward:before{content:"\f050";}
119
- .icon-step-forward:before{content:"\f051";}
120
- .icon-eject:before{content:"\f052";}
121
- .icon-chevron-left:before{content:"\f053";}
122
- .icon-chevron-right:before{content:"\f054";}
123
- .icon-plus-sign:before{content:"\f055";}
124
- .icon-minus-sign:before{content:"\f056";}
125
- .icon-remove-sign:before{content:"\f057";}
126
- .icon-ok-sign:before{content:"\f058";}
127
- .icon-question-sign:before{content:"\f059";}
128
- .icon-info-sign:before{content:"\f05a";}
129
- .icon-screenshot:before{content:"\f05b";}
130
- .icon-remove-circle:before{content:"\f05c";}
131
- .icon-ok-circle:before{content:"\f05d";}
132
- .icon-ban-circle:before{content:"\f05e";}
133
- .icon-arrow-left:before{content:"\f060";}
134
- .icon-arrow-right:before{content:"\f061";}
135
- .icon-arrow-up:before{content:"\f062";}
136
- .icon-arrow-down:before{content:"\f063";}
137
- .icon-mail-forward:before,.icon-share-alt:before{content:"\f064";}
138
- .icon-resize-full:before{content:"\f065";}
139
- .icon-resize-small:before{content:"\f066";}
140
- .icon-plus:before{content:"\f067";}
141
- .icon-minus:before{content:"\f068";}
142
- .icon-asterisk:before{content:"\f069";}
143
- .icon-exclamation-sign:before{content:"\f06a";}
144
- .icon-gift:before{content:"\f06b";}
145
- .icon-leaf:before{content:"\f06c";}
146
- .icon-fire:before{content:"\f06d";}
147
- .icon-eye-open:before{content:"\f06e";}
148
- .icon-eye-close:before{content:"\f070";}
149
- .icon-warning-sign:before{content:"\f071";}
150
- .icon-plane:before{content:"\f072";}
151
- .icon-calendar:before{content:"\f073";}
152
- .icon-random:before{content:"\f074";}
153
- .icon-comment:before{content:"\f075";}
154
- .icon-magnet:before{content:"\f076";}
155
- .icon-chevron-up:before{content:"\f077";}
156
- .icon-chevron-down:before{content:"\f078";}
157
- .icon-retweet:before{content:"\f079";}
158
- .icon-shopping-cart:before{content:"\f07a";}
159
- .icon-folder-close:before{content:"\f07b";}
160
- .icon-folder-open:before{content:"\f07c";}
161
- .icon-resize-vertical:before{content:"\f07d";}
162
- .icon-resize-horizontal:before{content:"\f07e";}
163
- .icon-bar-chart:before{content:"\f080";}
164
- .icon-twitter-sign:before{content:"\f081";}
165
- .icon-facebook-sign:before{content:"\f082";}
166
- .icon-camera-retro:before{content:"\f083";}
167
- .icon-key:before{content:"\f084";}
168
- .icon-gears:before,.icon-cogs:before{content:"\f085";}
169
- .icon-comments:before{content:"\f086";}
170
- .icon-thumbs-up-alt:before{content:"\f087";}
171
- .icon-thumbs-down-alt:before{content:"\f088";}
172
- .icon-star-half:before{content:"\f089";}
173
- .icon-heart-empty:before{content:"\f08a";}
174
- .icon-signout:before{content:"\f08b";}
175
- .icon-linkedin-sign:before{content:"\f08c";}
176
- .icon-pushpin:before{content:"\f08d";}
177
- .icon-external-link:before{content:"\f08e";}
178
- .icon-signin:before{content:"\f090";}
179
- .icon-trophy:before{content:"\f091";}
180
- .icon-github-sign:before{content:"\f092";}
181
- .icon-upload-alt:before{content:"\f093";}
182
- .icon-lemon:before{content:"\f094";}
183
- .icon-phone:before{content:"\f095";}
184
- .icon-unchecked:before,.icon-check-empty:before{content:"\f096";}
185
- .icon-bookmark-empty:before{content:"\f097";}
186
- .icon-phone-sign:before{content:"\f098";}
187
- .icon-twitter:before{content:"\f099";}
188
- .icon-facebook:before{content:"\f09a";}
189
- .icon-github:before{content:"\f09b";}
190
- .icon-unlock:before{content:"\f09c";}
191
- .icon-credit-card:before{content:"\f09d";}
192
- .icon-rss:before{content:"\f09e";}
193
- .icon-hdd:before{content:"\f0a0";}
194
- .icon-bullhorn:before{content:"\f0a1";}
195
- .icon-bell:before{content:"\f0a2";}
196
- .icon-certificate:before{content:"\f0a3";}
197
- .icon-hand-right:before{content:"\f0a4";}
198
- .icon-hand-left:before{content:"\f0a5";}
199
- .icon-hand-up:before{content:"\f0a6";}
200
- .icon-hand-down:before{content:"\f0a7";}
201
- .icon-circle-arrow-left:before{content:"\f0a8";}
202
- .icon-circle-arrow-right:before{content:"\f0a9";}
203
- .icon-circle-arrow-up:before{content:"\f0aa";}
204
- .icon-circle-arrow-down:before{content:"\f0ab";}
205
- .icon-globe:before{content:"\f0ac";}
206
- .icon-wrench:before{content:"\f0ad";}
207
- .icon-tasks:before{content:"\f0ae";}
208
- .icon-filter:before{content:"\f0b0";}
209
- .icon-briefcase:before{content:"\f0b1";}
210
- .icon-fullscreen:before{content:"\f0b2";}
211
- .icon-group:before{content:"\f0c0";}
212
- .icon-link:before{content:"\f0c1";}
213
- .icon-cloud:before{content:"\f0c2";}
214
- .icon-beaker:before{content:"\f0c3";}
215
- .icon-cut:before{content:"\f0c4";}
216
- .icon-copy:before{content:"\f0c5";}
217
- .icon-paperclip:before,.icon-paper-clip:before{content:"\f0c6";}
218
- .icon-save:before{content:"\f0c7";}
219
- .icon-sign-blank:before{content:"\f0c8";}
220
- .icon-reorder:before{content:"\f0c9";}
221
- .icon-list-ul:before{content:"\f0ca";}
222
- .icon-list-ol:before{content:"\f0cb";}
223
- .icon-strikethrough:before{content:"\f0cc";}
224
- .icon-underline:before{content:"\f0cd";}
225
- .icon-table:before{content:"\f0ce";}
226
- .icon-magic:before{content:"\f0d0";}
227
- .icon-truck:before{content:"\f0d1";}
228
- .icon-pinterest:before{content:"\f0d2";}
229
- .icon-pinterest-sign:before{content:"\f0d3";}
230
- .icon-google-plus-sign:before{content:"\f0d4";}
231
- .icon-google-plus:before{content:"\f0d5";}
232
- .icon-money:before{content:"\f0d6";}
233
- .icon-caret-down:before{content:"\f0d7";}
234
- .icon-caret-up:before{content:"\f0d8";}
235
- .icon-caret-left:before{content:"\f0d9";}
236
- .icon-caret-right:before{content:"\f0da";}
237
- .icon-columns:before{content:"\f0db";}
238
- .icon-sort:before{content:"\f0dc";}
239
- .icon-sort-down:before{content:"\f0dd";}
240
- .icon-sort-up:before{content:"\f0de";}
241
- .icon-envelope:before{content:"\f0e0";}
242
- .icon-linkedin:before{content:"\f0e1";}
243
- .icon-rotate-left:before,.icon-undo:before{content:"\f0e2";}
244
- .icon-legal:before{content:"\f0e3";}
245
- .icon-dashboard:before{content:"\f0e4";}
246
- .icon-comment-alt:before{content:"\f0e5";}
247
- .icon-comments-alt:before{content:"\f0e6";}
248
- .icon-bolt:before{content:"\f0e7";}
249
- .icon-sitemap:before{content:"\f0e8";}
250
- .icon-umbrella:before{content:"\f0e9";}
251
- .icon-paste:before{content:"\f0ea";}
252
- .icon-lightbulb:before{content:"\f0eb";}
253
- .icon-exchange:before{content:"\f0ec";}
254
- .icon-cloud-download:before{content:"\f0ed";}
255
- .icon-cloud-upload:before{content:"\f0ee";}
256
- .icon-user-md:before{content:"\f0f0";}
257
- .icon-stethoscope:before{content:"\f0f1";}
258
- .icon-suitcase:before{content:"\f0f2";}
259
- .icon-bell-alt:before{content:"\f0f3";}
260
- .icon-coffee:before{content:"\f0f4";}
261
- .icon-food:before{content:"\f0f5";}
262
- .icon-file-text-alt:before{content:"\f0f6";}
263
- .icon-building:before{content:"\f0f7";}
264
- .icon-hospital:before{content:"\f0f8";}
265
- .icon-ambulance:before{content:"\f0f9";}
266
- .icon-medkit:before{content:"\f0fa";}
267
- .icon-fighter-jet:before{content:"\f0fb";}
268
- .icon-beer:before{content:"\f0fc";}
269
- .icon-h-sign:before{content:"\f0fd";}
270
- .icon-plus-sign-alt:before{content:"\f0fe";}
271
- .icon-double-angle-left:before{content:"\f100";}
272
- .icon-double-angle-right:before{content:"\f101";}
273
- .icon-double-angle-up:before{content:"\f102";}
274
- .icon-double-angle-down:before{content:"\f103";}
275
- .icon-angle-left:before{content:"\f104";}
276
- .icon-angle-right:before{content:"\f105";}
277
- .icon-angle-up:before{content:"\f106";}
278
- .icon-angle-down:before{content:"\f107";}
279
- .icon-desktop:before{content:"\f108";}
280
- .icon-laptop:before{content:"\f109";}
281
- .icon-tablet:before{content:"\f10a";}
282
- .icon-mobile-phone:before{content:"\f10b";}
283
- .icon-circle-blank:before{content:"\f10c";}
284
- .icon-quote-left:before{content:"\f10d";}
285
- .icon-quote-right:before{content:"\f10e";}
286
- .icon-spinner:before{content:"\f110";}
287
- .icon-circle:before{content:"\f111";}
288
- .icon-mail-reply:before,.icon-reply:before{content:"\f112";}
289
- .icon-github-alt:before{content:"\f113";}
290
- .icon-folder-close-alt:before{content:"\f114";}
291
- .icon-folder-open-alt:before{content:"\f115";}
292
- .icon-expand-alt:before{content:"\f116";}
293
- .icon-collapse-alt:before{content:"\f117";}
294
- .icon-smile:before{content:"\f118";}
295
- .icon-frown:before{content:"\f119";}
296
- .icon-meh:before{content:"\f11a";}
297
- .icon-gamepad:before{content:"\f11b";}
298
- .icon-keyboard:before{content:"\f11c";}
299
- .icon-flag-alt:before{content:"\f11d";}
300
- .icon-flag-checkered:before{content:"\f11e";}
301
- .icon-terminal:before{content:"\f120";}
302
- .icon-code:before{content:"\f121";}
303
- .icon-reply-all:before{content:"\f122";}
304
- .icon-mail-reply-all:before{content:"\f122";}
305
- .icon-star-half-full:before,.icon-star-half-empty:before{content:"\f123";}
306
- .icon-location-arrow:before{content:"\f124";}
307
- .icon-crop:before{content:"\f125";}
308
- .icon-code-fork:before{content:"\f126";}
309
- .icon-unlink:before{content:"\f127";}
310
- .icon-question:before{content:"\f128";}
311
- .icon-info:before{content:"\f129";}
312
- .icon-exclamation:before{content:"\f12a";}
313
- .icon-superscript:before{content:"\f12b";}
314
- .icon-subscript:before{content:"\f12c";}
315
- .icon-eraser:before{content:"\f12d";}
316
- .icon-puzzle-piece:before{content:"\f12e";}
317
- .icon-microphone:before{content:"\f130";}
318
- .icon-microphone-off:before{content:"\f131";}
319
- .icon-shield:before{content:"\f132";}
320
- .icon-calendar-empty:before{content:"\f133";}
321
- .icon-fire-extinguisher:before{content:"\f134";}
322
- .icon-rocket:before{content:"\f135";}
323
- .icon-maxcdn:before{content:"\f136";}
324
- .icon-chevron-sign-left:before{content:"\f137";}
325
- .icon-chevron-sign-right:before{content:"\f138";}
326
- .icon-chevron-sign-up:before{content:"\f139";}
327
- .icon-chevron-sign-down:before{content:"\f13a";}
328
- .icon-html5:before{content:"\f13b";}
329
- .icon-css3:before{content:"\f13c";}
330
- .icon-anchor:before{content:"\f13d";}
331
- .icon-unlock-alt:before{content:"\f13e";}
332
- .icon-bullseye:before{content:"\f140";}
333
- .icon-ellipsis-horizontal:before{content:"\f141";}
334
- .icon-ellipsis-vertical:before{content:"\f142";}
335
- .icon-rss-sign:before{content:"\f143";}
336
- .icon-play-sign:before{content:"\f144";}
337
- .icon-ticket:before{content:"\f145";}
338
- .icon-minus-sign-alt:before{content:"\f146";}
339
- .icon-check-minus:before{content:"\f147";}
340
- .icon-level-up:before{content:"\f148";}
341
- .icon-level-down:before{content:"\f149";}
342
- .icon-check-sign:before{content:"\f14a";}
343
- .icon-edit-sign:before{content:"\f14b";}
344
- .icon-external-link-sign:before{content:"\f14c";}
345
- .icon-share-sign:before{content:"\f14d";}
346
- .icon-compass:before{content:"\f14e";}
347
- .icon-collapse:before{content:"\f150";}
348
- .icon-collapse-top:before{content:"\f151";}
349
- .icon-expand:before{content:"\f152";}
350
- .icon-euro:before,.icon-eur:before{content:"\f153";}
351
- .icon-gbp:before{content:"\f154";}
352
- .icon-dollar:before,.icon-usd:before{content:"\f155";}
353
- .icon-rupee:before,.icon-inr:before{content:"\f156";}
354
- .icon-yen:before,.icon-jpy:before{content:"\f157";}
355
- .icon-renminbi:before,.icon-cny:before{content:"\f158";}
356
- .icon-won:before,.icon-krw:before{content:"\f159";}
357
- .icon-bitcoin:before,.icon-btc:before{content:"\f15a";}
358
- .icon-file:before{content:"\f15b";}
359
- .icon-file-text:before{content:"\f15c";}
360
- .icon-sort-by-alphabet:before{content:"\f15d";}
361
- .icon-sort-by-alphabet-alt:before{content:"\f15e";}
362
- .icon-sort-by-attributes:before{content:"\f160";}
363
- .icon-sort-by-attributes-alt:before{content:"\f161";}
364
- .icon-sort-by-order:before{content:"\f162";}
365
- .icon-sort-by-order-alt:before{content:"\f163";}
366
- .icon-thumbs-up:before{content:"\f164";}
367
- .icon-thumbs-down:before{content:"\f165";}
368
- .icon-youtube-sign:before{content:"\f166";}
369
- .icon-youtube:before{content:"\f167";}
370
- .icon-xing:before{content:"\f168";}
371
- .icon-xing-sign:before{content:"\f169";}
372
- .icon-youtube-play:before{content:"\f16a";}
373
- .icon-dropbox:before{content:"\f16b";}
374
- .icon-stackexchange:before{content:"\f16c";}
375
- .icon-instagram:before{content:"\f16d";}
376
- .icon-flickr:before{content:"\f16e";}
377
- .icon-adn:before{content:"\f170";}
378
- .icon-bitbucket:before{content:"\f171";}
379
- .icon-bitbucket-sign:before{content:"\f172";}
380
- .icon-tumblr:before{content:"\f173";}
381
- .icon-tumblr-sign:before{content:"\f174";}
382
- .icon-long-arrow-down:before{content:"\f175";}
383
- .icon-long-arrow-up:before{content:"\f176";}
384
- .icon-long-arrow-left:before{content:"\f177";}
385
- .icon-long-arrow-right:before{content:"\f178";}
386
- .icon-apple:before{cont