Cyclone Slider - Version 2.6.0

Version Description

  • 2013-08-04
Download this release

Release Info

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

Code changes from version 2.5.6 to 2.6.0

README.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: kosinix
3
  Donate link: http://www.codefleet.net/donate/
4
  Tags: slider, slideshow, wordpress-slider, wordpress-slideshow, cycle 2, jquery, responsive, translation-ready, custom-post, cyclone-slider
5
  Requires at least: 3.5
6
- Tested up to: 3.5.2
7
- Stable tag: 2.5.5
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -26,6 +26,7 @@ Cyclone Slider 2 is an easy to use slider plugin for WordPress. It leverages Wor
26
  * Supports random slide order.
27
  * Shortcode for displaying slideshows anywhere in your site.
28
  * Ability to import images from NextGEN (NextGEN must be installed and active).
 
29
  * Ability to use qTranslate quick tags for slide title and descriptions (qTranslate must be installed and active).
30
  * Allows title and alt to be specified for each slide images.
31
  * Comes with a widget to display your slideshow easily in widget areas.
@@ -35,8 +36,9 @@ Cyclone Slider 2 is an easy to use slider plugin for WordPress. It leverages Wor
35
  Learn more about [Cyclone Slider 2](http://www.codefleet.net/cyclone-slider-2/)
36
 
37
  = Credits =
38
- Cyclone Slider 2 was based on [Cycle 2](http://jquery.malsup.com/cycle2/) by [Mike Alsup](http://jquery.malsup.com/).
39
- Special thanks to [Cea Bacolor](http://blog.ceabacolor.com/) for the wonderful photos.
 
40
 
41
  = License =
42
  GPLv2 or later - http://www.gnu.org/licenses/gpl-2.0.html
@@ -68,6 +70,8 @@ GPLv2 or later - http://www.gnu.org/licenses/gpl-2.0.html
68
  Check for javascript errors in your page. This is the most common cause of the slider not running.
69
  `cycle not a function` error - most probably you have double jquery (jquery.js) included from improperly coded plugins. Remove the duplicate jquery or deactivate the plugin causing the double jquery include.
70
 
 
 
71
  = Why is there is an extra slide that I didn't add? =
72
  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:
73
  `remove_filter('the_content', 'wpautop');`
@@ -96,6 +100,14 @@ Inside your current active theme create a folder named "cycloneslider". Add your
96
 
97
  == Changelog ==
98
 
 
 
 
 
 
 
 
 
99
  = 2.5.6 - 2013-07-30 =
100
  * Fix broken nextgen importer from last update.
101
  * Refactor code for better template management in admin.
@@ -193,6 +205,14 @@ Inside your current active theme create a folder named "cycloneslider". Add your
193
 
194
  == Upgrade Notice ==
195
 
 
 
 
 
 
 
 
 
196
  = 2.5.6 - 2013-07-30 =
197
  * Fix broken nextgen importer from last update.
198
  * Refactor code for better template management in admin.
3
  Donate link: http://www.codefleet.net/donate/
4
  Tags: slider, slideshow, wordpress-slider, wordpress-slideshow, cycle 2, jquery, responsive, translation-ready, custom-post, cyclone-slider
5
  Requires at least: 3.5
6
+ Tested up to: 3.6
7
+ Stable tag: 2.5.6
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
26
  * Supports random slide order.
27
  * Shortcode for displaying slideshows anywhere in your site.
28
  * Ability to import images from NextGEN (NextGEN must be installed and active).
29
+ * Translation ready.
30
  * Ability to use qTranslate quick tags for slide title and descriptions (qTranslate must be installed and active).
31
  * Allows title and alt to be specified for each slide images.
32
  * Comes with a widget to display your slideshow easily in widget areas.
36
  Learn more about [Cyclone Slider 2](http://www.codefleet.net/cyclone-slider-2/)
37
 
38
  = Credits =
39
+ * Cyclone Slider 2 was based on [Cycle 2](http://jquery.malsup.com/cycle2/) by [Mike Alsup](http://jquery.malsup.com/).
40
+ * Special thanks to [Cea Bacolor](http://blog.ceabacolor.com/) for the wonderful photos.
41
+ * Aubin BERTHE for the French translation.
42
 
43
  = License =
44
  GPLv2 or later - http://www.gnu.org/licenses/gpl-2.0.html
70
  Check for javascript errors in your page. This is the most common cause of the slider not running.
71
  `cycle not a function` error - most probably you have double jquery (jquery.js) included from improperly coded plugins. Remove the duplicate jquery or deactivate the plugin causing the double jquery include.
72
 
73
+ Also check if you are using cycle1 by viewing your page source. cycle2 wont work if both are present.
74
+
75
  = Why is there is an extra slide that I didn't add? =
76
  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:
77
  `remove_filter('the_content', 'wpautop');`
100
 
101
  == Changelog ==
102
 
103
+ = 2.6.0 - 2013-08-04 =
104
+ * 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/).
105
+ * 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.
106
+ * Added cyclone slider settings page.
107
+ * Language files now loaded when using WPML.
108
+ * Added Get Codes metabox to easily grab the slider codes.
109
+ * Added Slideshow ID metabox to easily change the slideshow ID.
110
+
111
  = 2.5.6 - 2013-07-30 =
112
  * Fix broken nextgen importer from last update.
113
  * Refactor code for better template management in admin.
205
 
206
  == Upgrade Notice ==
207
 
208
+ = 2.6.0 - 2013-08-04 =
209
+ * 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/).
210
+ * 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.
211
+ * Added cyclone slider settings page.
212
+ * Language files now loaded when using WPML.
213
+ * Added Get Codes metabox to easily grab the slider codes.
214
+ * Added Slideshow ID metabox to easily change the slideshow ID.
215
+
216
  = 2.5.6 - 2013-07-30 =
217
  * Fix broken nextgen importer from last update.
218
  * Refactor code for better template management in admin.
classes/class-cyclone-slider-admin.php CHANGED
@@ -5,16 +5,20 @@ if(!class_exists('Cyclone_Slider_Admin')):
5
  * Class for displaying cyclone admin screen
6
  */
7
  class Cyclone_Slider_Admin {
8
- public $view; // Holds the instance of Cyclone_Slider_View
 
9
  public $slider_count;
10
  private $message_id;
11
- public $templates;
12
 
13
  /**
14
  * Initializes the plugin by setting localization, filters, and administration functions.
15
  */
16
- public function __construct() {
17
-
 
 
 
18
  // Set defaults
19
  $this->slider_count = 0;
20
 
@@ -28,6 +32,9 @@ if(!class_exists('Cyclone_Slider_Admin')):
28
  // Update the messages for our custom post make it appropriate for slideshow
29
  add_filter('post_updated_messages', array( $this, 'post_updated_messages' ) );
30
 
 
 
 
31
  // Add slider metaboxes
32
  add_action( 'add_meta_boxes', array( $this, 'add_meta_boxes' ) );
33
 
@@ -44,20 +51,23 @@ if(!class_exists('Cyclone_Slider_Admin')):
44
  // Add hook for admin footer
45
  add_action('admin_footer', array( $this, 'admin_footer') );
46
 
 
 
 
 
47
  // Add hook for ajax operations if logged in
48
  add_action( 'wp_ajax_cycloneslider_get_video', array( $this, 'cycloneslider_get_video' ) );
49
 
50
 
51
  $version = get_option('cycloneslider_version');
52
 
53
- $this->templates = new Cyclone_Templates();
54
- $this->templates->add_template_location(
55
  array(
56
  'path'=>Cyclone_Slider_Data::get_templates_folder(), //this resides in the plugin
57
  'url'=>CYCLONE_URL.'templates/'
58
  )
59
  );
60
- $this->templates->add_template_location(
61
  array(
62
  'path'=> realpath(get_stylesheet_directory()).DIRECTORY_SEPARATOR.'cycloneslider'.DIRECTORY_SEPARATOR,//this resides in the current theme or child theme
63
  'url'=> get_stylesheet_directory_uri()."/cycloneslider/"
@@ -66,6 +76,15 @@ if(!class_exists('Cyclone_Slider_Admin')):
66
 
67
  } // end constructor
68
 
 
 
 
 
 
 
 
 
 
69
 
70
  /**
71
  * Add js and css for WP media manager.
@@ -156,12 +175,12 @@ if(!class_exists('Cyclone_Slider_Admin')):
156
  global $post, $post_ID;
157
  $messages['cycloneslider'] = array(
158
  0 => '',
159
- 1 => sprintf( __( 'Slideshow updated. Shortcode is [cycloneslider id="%s"]', 'cycloneslider' ), $post->post_name),
160
  2 => __( 'Custom field updated.', 'cycloneslider' ),
161
  3 => __( 'Custom field deleted.', 'cycloneslider' ),
162
  4 => __( 'Slideshow updated.', 'cycloneslider' ),
163
  5 => __( 'Slideshow updated.', 'cycloneslider' ),
164
- 6 => sprintf( __( 'Slideshow published. Shortcode is [cycloneslider id="%s"]', 'cycloneslider' ), $post->post_name),
165
  7 => __( 'Slideshow saved.', 'cycloneslider' ),
166
  8 => __( 'Slideshow updated.', 'cycloneslider' ),
167
  9 => __( 'Slideshow updated.', 'cycloneslider' ),
@@ -183,12 +202,22 @@ if(!class_exists('Cyclone_Slider_Admin')):
183
  return $location;
184
  }
185
 
 
 
 
 
 
 
 
 
 
186
  /**
187
  * Add Meta Boxes
188
  *
189
  * Add custom metaboxes to our custom post type
190
  */
191
  public function add_meta_boxes(){
 
192
  add_meta_box(
193
  'cyclone-slides-metabox',
194
  __('Slides', 'cycloneslider'),
@@ -197,6 +226,14 @@ if(!class_exists('Cyclone_Slider_Admin')):
197
  'normal',
198
  'high'
199
  );
 
 
 
 
 
 
 
 
200
  add_meta_box(
201
  'cyclone-slider-properties-metabox',
202
  __('Slideshow Settings', 'cycloneslider'),
@@ -213,8 +250,18 @@ if(!class_exists('Cyclone_Slider_Admin')):
213
  'normal',
214
  'low'
215
  );
 
 
 
 
 
 
 
 
216
  }
217
 
 
 
218
  /**
219
  * Metabox for slides
220
  */
@@ -263,6 +310,27 @@ if(!class_exists('Cyclone_Slider_Admin')):
263
  $this->view->render();
264
  }
265
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
266
  /**
267
  * Metabox for slide properties
268
  */
@@ -287,7 +355,7 @@ if(!class_exists('Cyclone_Slider_Admin')):
287
  public function render_slider_templates_meta_box($post){
288
 
289
  $slider_settings = Cyclone_Slider_Data::get_slideshow_settings($post->ID);
290
- $templates = $this->templates->get_all_templates();
291
 
292
  $this->view->set_view_file( CYCLONE_PATH . 'views/template-selection.php' );
293
 
@@ -300,6 +368,21 @@ if(!class_exists('Cyclone_Slider_Admin')):
300
  $this->view->render();
301
  }
302
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
303
  /**
304
  * Hook to admin footer
305
  */
@@ -376,7 +459,7 @@ if(!class_exists('Cyclone_Slider_Admin')):
376
  $columns = array();
377
  $columns['title']= __('Slideshow Name', 'cycloneslider');
378
  $columns['template']= __('Template', 'cycloneslider');
379
- $columns['images']= __('Images', 'cycloneslider');
380
  $columns['id']= __('Slideshow ID', 'cycloneslider');
381
  $columns['shortcode']= __('Shortcode', 'cycloneslider');
382
  return $columns;
@@ -426,13 +509,6 @@ if(!class_exists('Cyclone_Slider_Admin')):
426
  }
427
 
428
 
429
-
430
-
431
-
432
-
433
-
434
-
435
-
436
  /**
437
  * YOUTUBE & VIMEO
438
  */
5
  * Class for displaying cyclone admin screen
6
  */
7
  class Cyclone_Slider_Admin {
8
+
9
+ private $view; // Holds the instance of Cyclone_Slider_View
10
  public $slider_count;
11
  private $message_id;
12
+ public $templates_manager;
13
 
14
  /**
15
  * Initializes the plugin by setting localization, filters, and administration functions.
16
  */
17
+ public function __construct( $view, $templates_manager ) {
18
+
19
+ $this->view = $view;
20
+ $this->templates_manager = $templates_manager;
21
+
22
  // Set defaults
23
  $this->slider_count = 0;
24
 
32
  // Update the messages for our custom post make it appropriate for slideshow
33
  add_filter('post_updated_messages', array( $this, 'post_updated_messages' ) );
34
 
35
+ // Remove metaboxes
36
+ add_action( 'admin_menu', array( $this, 'remove_meta_boxes' ) );
37
+
38
  // Add slider metaboxes
39
  add_action( 'add_meta_boxes', array( $this, 'add_meta_boxes' ) );
40
 
51
  // Add hook for admin footer
52
  add_action('admin_footer', array( $this, 'admin_footer') );
53
 
54
+ // Add body css for custom styling when on our page
55
+ add_filter('admin_body_class', array( $this, 'body_class' ) );
56
+
57
+
58
  // Add hook for ajax operations if logged in
59
  add_action( 'wp_ajax_cycloneslider_get_video', array( $this, 'cycloneslider_get_video' ) );
60
 
61
 
62
  $version = get_option('cycloneslider_version');
63
 
64
+ $this->templates_manager->add_template_location(
 
65
  array(
66
  'path'=>Cyclone_Slider_Data::get_templates_folder(), //this resides in the plugin
67
  'url'=>CYCLONE_URL.'templates/'
68
  )
69
  );
70
+ $this->templates_manager->add_template_location(
71
  array(
72
  'path'=> realpath(get_stylesheet_directory()).DIRECTORY_SEPARATOR.'cycloneslider'.DIRECTORY_SEPARATOR,//this resides in the current theme or child theme
73
  'url'=> get_stylesheet_directory_uri()."/cycloneslider/"
76
 
77
  } // end constructor
78
 
79
+ /**
80
+ * Add js and css for WP media manager.
81
+ */
82
+ function body_class( $classes ) {
83
+ if('cycloneslider' == get_post_type()){
84
+ $classes .= 'cycloneslider';
85
+ }
86
+ return $classes;
87
+ }
88
 
89
  /**
90
  * Add js and css for WP media manager.
175
  global $post, $post_ID;
176
  $messages['cycloneslider'] = array(
177
  0 => '',
178
+ 1 => __( 'Slideshow updated.', 'cycloneslider' ),
179
  2 => __( 'Custom field updated.', 'cycloneslider' ),
180
  3 => __( 'Custom field deleted.', 'cycloneslider' ),
181
  4 => __( 'Slideshow updated.', 'cycloneslider' ),
182
  5 => __( 'Slideshow updated.', 'cycloneslider' ),
183
+ 6 => __( 'Slideshow published.', 'cycloneslider' ),
184
  7 => __( 'Slideshow saved.', 'cycloneslider' ),
185
  8 => __( 'Slideshow updated.', 'cycloneslider' ),
186
  9 => __( 'Slideshow updated.', 'cycloneslider' ),
202
  return $location;
203
  }
204
 
205
+ /**
206
+ * Remove Meta Boxes
207
+ *
208
+ * Remove built-in metaboxes from our custom post type
209
+ */
210
+ public function remove_meta_boxes(){
211
+ remove_meta_box('slugdiv', 'cycloneslider', 'normal');
212
+ }
213
+
214
  /**
215
  * Add Meta Boxes
216
  *
217
  * Add custom metaboxes to our custom post type
218
  */
219
  public function add_meta_boxes(){
220
+
221
  add_meta_box(
222
  'cyclone-slides-metabox',
223
  __('Slides', 'cycloneslider'),
226
  'normal',
227
  'high'
228
  );
229
+ add_meta_box(
230
+ 'cyclone-slider-codes',
231
+ __('Get Slider Codes', 'cycloneslider'),
232
+ array( $this, 'render_slider_codes' ),
233
+ 'cycloneslider' ,
234
+ 'side',
235
+ 'low'
236
+ );
237
  add_meta_box(
238
  'cyclone-slider-properties-metabox',
239
  __('Slideshow Settings', 'cycloneslider'),
250
  'normal',
251
  'low'
252
  );
253
+ add_meta_box(
254
+ 'cyclone-slider-id',
255
+ __('Slideshow ID', 'cycloneslider'),
256
+ array( $this, 'render_slider_id' ),
257
+ 'cycloneslider' ,
258
+ 'normal',
259
+ 'low'
260
+ );
261
  }
262
 
263
+
264
+
265
  /**
266
  * Metabox for slides
267
  */
310
  $this->view->render();
311
  }
312
 
313
+ /**
314
+ * Metabox for slider codes
315
+ */
316
+ public function render_slider_codes( $post ){
317
+
318
+ $this->view->set_view_file( CYCLONE_PATH . 'views/slider-codes.php' );
319
+
320
+ $vars = array();
321
+ $vars['post'] = $post;
322
+ if(empty($post->post_name)){
323
+ $vars['shortcode'] = '';
324
+ $vars['template_code'] = '';
325
+ } else {
326
+ $vars['shortcode'] = '[cycloneslider id="'.$post->post_name.'"]';
327
+ $vars['template_code'] = '<?php echo do_shortcode( \'[cycloneslider id="'.$post->post_name.'"]\' ); ?>';
328
+ }
329
+ $this->view->set_vars( $vars );
330
+ $this->view->render();
331
+
332
+ }
333
+
334
  /**
335
  * Metabox for slide properties
336
  */
355
  public function render_slider_templates_meta_box($post){
356
 
357
  $slider_settings = Cyclone_Slider_Data::get_slideshow_settings($post->ID);
358
+ $templates = $this->templates_manager->get_all_templates();
359
 
360
  $this->view->set_view_file( CYCLONE_PATH . 'views/template-selection.php' );
361
 
368
  $this->view->render();
369
  }
370
 
371
+ /**
372
+ * Metabox for slider ID
373
+ */
374
+ public function render_slider_id( $post ){
375
+
376
+ $this->view->set_view_file( CYCLONE_PATH . 'views/slider-id.php' );
377
+
378
+ $vars = array();
379
+ $vars['post_name'] = $post->post_name;
380
+
381
+ $this->view->set_vars( $vars );
382
+ $this->view->render();
383
+
384
+ }
385
+
386
  /**
387
  * Hook to admin footer
388
  */
459
  $columns = array();
460
  $columns['title']= __('Slideshow Name', 'cycloneslider');
461
  $columns['template']= __('Template', 'cycloneslider');
462
+ $columns['images']= __('No. of Slides', 'cycloneslider');
463
  $columns['id']= __('Slideshow ID', 'cycloneslider');
464
  $columns['shortcode']= __('Shortcode', 'cycloneslider');
465
  return $columns;
509
  }
510
 
511
 
 
 
 
 
 
 
 
512
  /**
513
  * YOUTUBE & VIMEO
514
  */
classes/class-cyclone-slider-data.php CHANGED
@@ -247,7 +247,7 @@ if(!class_exists('Cyclone_Slider_Data')):
247
  'timeout' => '4000',
248
  'speed' => '1000',
249
  'width' => '960',
250
- 'height' => '300',
251
  'hover_pause' => 'true',
252
  'show_prev_next' => '1',
253
  'show_nav' => '1',
247
  'timeout' => '4000',
248
  'speed' => '1000',
249
  'width' => '960',
250
+ 'height' => '600',
251
  'hover_pause' => 'true',
252
  'show_prev_next' => '1',
253
  'show_nav' => '1',
classes/class-cyclone-slider-settings.php ADDED
@@ -0,0 +1,110 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ if(!class_exists('Cyclone_Slider_Settings') and class_exists('Codefleet_Settings_Sub_Page')):
3
+ /**
4
+ * Class for plugin settings
5
+ */
6
+ class Cyclone_Slider_Settings extends Codefleet_Settings_Sub_Page {
7
+
8
+ /**
9
+ * Render settings page. This function should echo the HTML form of the settings page.
10
+ */
11
+ public function render_settings_page($post){
12
+ ?>
13
+ <div class="wrap">
14
+ <?php echo get_screen_icon('options-general'); ?>
15
+ <h2><?php echo $this->page_title; ?></h2>
16
+ <div class="intro">
17
+ <p><?php _e('Play with these settings if Cyclone Slider 2 is not working or if you want to optimize it.', 'cycloneslider'); ?></p>
18
+ </div>
19
+ <?php settings_errors();
20
+ $settings_data = $this->get_settings_data();
21
+ //Cyclone_Slider_Data::debug($settings_data);
22
+ ?>
23
+
24
+ <form method="post" action="options.php">
25
+ <?php
26
+ echo $this->settings_fields( $this->option_group );
27
+ ?>
28
+ <table class="form-table">
29
+ <tr>
30
+ <th><label for="cs2-settings-load_scripts_in"><?php echo esc_attr( 'Load scripts in:' ); ?></label></th>
31
+ <td>
32
+ <select name="<?php echo esc_attr( $this->option_name."[load_scripts_in]" ); ?>" id="cs2-settings-load_scripts_in">
33
+ <option value="header" <?php echo ($settings_data['load_scripts_in']=='header') ? 'selected="selected"' : ''; ?>><?php _e('Header', 'cycloneslider'); ?></option>
34
+ <option value="footer" <?php echo ($settings_data['load_scripts_in']=='footer') ? 'selected="selected"' : ''; ?>><?php _e('Footer', 'cycloneslider'); ?></option>
35
+ </select>
36
+ </td>
37
+ </tr>
38
+ <tr>
39
+ <th><label for=""><?php _e('Load these scripts:', 'cycloneslider'); ?></label></th>
40
+ <td>
41
+ <label for="cs2-settings-load_cycle2">
42
+ <input type="hidden" name="<?php echo esc_attr( $this->option_name."[load_cycle2]" ); ?>" value="0">
43
+ <input type="checkbox" id="cs2-settings-load_cycle2" name="<?php echo esc_attr( $this->option_name."[load_cycle2]" ); ?>" value="1" <?php echo ($settings_data['load_cycle2']==1) ? 'checked="checked"' : ''; ?> />
44
+ <span><em><?php _e('Cycle 2. This is the core script needed by the plugin.', 'cycloneslider'); ?></em></span>
45
+ </label> <br />
46
+ <label for="cs2-settings-load_cycle2_carousel">
47
+ <input type="hidden" name="<?php echo esc_attr( $this->option_name."[load_cycle2_carousel]" ); ?>" value="0">
48
+ <input type="checkbox" id="cs2-settings-load_cycle2_carousel" name="<?php echo esc_attr( $this->option_name."[load_cycle2_carousel]" ); ?>" value="1" <?php echo ($settings_data['load_cycle2_carousel']==1) ? 'checked="checked"' : ''; ?> />
49
+ <span><em><?php _e('Cycle 2 - Carousel. Used by these templates: Galleria, Lea, Dos.', 'cycloneslider'); ?></em></span>
50
+ </label> <br />
51
+ <label for="cs2-settings-load_cycle2_tile">
52
+ <input type="hidden" name="<?php echo esc_attr( $this->option_name."[load_cycle2_tile]" ); ?>" value="0">
53
+ <input type="checkbox" id="cs2-settings-load_cycle2_tile" name="<?php echo esc_attr( $this->option_name."[load_cycle2_tile]" ); ?>" value="1" <?php echo ($settings_data['load_cycle2_tile']==1) ? 'checked="checked"' : ''; ?> />
54
+ <span><em><?php _e('Cycle 2 - Tile. Used for tile transition effects.', 'cycloneslider'); ?></em></span>
55
+ </label> <br />
56
+ <label for="cs2-settings-load_cycle2_video">
57
+ <input type="hidden" name="<?php echo esc_attr( $this->option_name."[load_cycle2_video]" ); ?>" value="0">
58
+ <input type="checkbox" id="cs2-settings-load_cycle2_video" name="<?php echo esc_attr( $this->option_name."[load_cycle2_video]" ); ?>" value="1" <?php echo ($settings_data['load_cycle2_video']==1) ? 'checked="checked"' : ''; ?> />
59
+ <span><em><?php _e('Cycle 2 - Video. Used by YouTube template.', 'cycloneslider'); ?></em></span>
60
+ </label> <br />
61
+ </td>
62
+ </tr>
63
+ <tr>
64
+ <th><label for="cs2-settings-script_priority"><?php echo esc_attr( 'Scripts loading priority:' ); ?></label></th>
65
+ <td>
66
+ <input type="number" id="<?php echo esc_attr( 'script_priority' ); ?>" name="<?php echo esc_attr( $this->option_name."[script_priority]" ); ?>" value="<?php echo esc_attr( $this->get_data('script_priority') ); ?>" />
67
+ <em><?php _e('Make this value bigger to load scripts last.', 'cycloneslider'); ?></em>
68
+ </td>
69
+ </tr>
70
+ </table>
71
+ <br /><br />
72
+ <?php submit_button( 'Save Options', 'primary', 'submit', false) ?>
73
+ <?php submit_button( 'Restore Defaults', 'secondary', 'reset', false) ?>
74
+ </form>
75
+
76
+ </div><?php
77
+ }
78
+
79
+ /**
80
+ * Validate data from HTML form
81
+ */
82
+ public function validate_options( $input ) {
83
+ $input = wp_parse_args($input, $this->get_settings_data());
84
+ if( isset($_POST['reset']) ){
85
+ $input = $this->get_default_settings_data();
86
+ add_settings_error( $this->menu_slug, 'restore_defaults', __( 'Default options restored.'), 'updated fade' );
87
+ } else {
88
+
89
+ }
90
+ return $input;
91
+ }
92
+
93
+ /**
94
+ * Apply default values
95
+ */
96
+ public function get_default_settings_data() {
97
+ $defaults = array();
98
+ $defaults['load_scripts_in'] = 'footer';
99
+ $defaults['load_cycle2'] = 1;
100
+ $defaults['load_cycle2_carousel'] = 1;
101
+ $defaults['load_cycle2_tile'] = 1;
102
+ $defaults['load_cycle2_video'] = 1;
103
+ $defaults['script_priority'] = 100;
104
+ return $defaults;
105
+ }
106
+
107
+
108
+ } // end class
109
+
110
+ endif;
classes/class-cyclone-slider.php CHANGED
@@ -5,23 +5,40 @@ if(!class_exists('Cyclone_Slider')):
5
  public $slider_count;
6
  private $message_id;
7
  public $templates;
 
 
8
 
9
  /**
10
  * Initializes the plugin by setting localization, filters, and administration functions.
11
  */
12
- public function __construct() {
 
 
 
 
13
  // Set defaults
14
  $this->slider_count = 0;
 
15
 
16
  // Register frontend styles and scripts
17
  add_action( 'wp_enqueue_scripts', array( $this, 'register_plugin_scripts' ), 100 );
18
 
19
-
20
  // Our shortcode
21
  add_shortcode('cycloneslider', array( $this, 'cycloneslider_shortcode') );
22
 
23
-
24
-
 
 
 
 
 
 
 
 
 
 
 
25
  } // end constructor
26
 
27
 
@@ -31,16 +48,71 @@ if(!class_exists('Cyclone_Slider')):
31
  public function register_plugin_scripts() {
32
  $theme_folder = basename(get_stylesheet_directory());
33
 
34
- /*** Styles ***/
35
- wp_enqueue_style( 'cyclone-templates-styles', CYCLONE_URL.'template-assets.php?type=css&theme='.$theme_folder, array(), CYCLONE_VERSION );
 
 
36
 
37
- /*** Scripts ***/
38
- wp_enqueue_script( 'cyclone-slider', CYCLONE_URL.'js/cyclone-slider.min.js', array('jquery'), CYCLONE_VERSION ); //Consolidated cycle2 script and plugins
 
 
 
 
 
 
 
 
 
 
 
 
 
 
39
 
40
- wp_enqueue_script( 'cyclone-templates-scripts', CYCLONE_URL.'template-assets.php?type=js&theme='.$theme_folder, array('jquery'), CYCLONE_VERSION );//Contains our combined css from ALL templates
 
 
 
 
 
 
 
 
 
41
 
 
 
 
 
 
 
 
 
42
  }
43
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
44
 
45
  // Compare the value from admin and shortcode. If shortcode value is present and not empty, use it, otherwise return admin value
46
  public function get_comp_slider_setting($admin_val, $shortcode_val){
@@ -76,7 +148,7 @@ if(!class_exists('Cyclone_Slider')):
76
  ),
77
  $shortcode_settings
78
  );
79
- $slider_id = esc_attr($shortcode_settings['id']);// Slideshow slug
80
 
81
  $cycle_options = array();
82
  $this->slider_count++;//make each call to shortcode unique
@@ -85,19 +157,19 @@ if(!class_exists('Cyclone_Slider')):
85
  if( $slider = Cyclone_Slider_Data::get_slider_by_name( $slider_id ) ):
86
 
87
  $admin_settings = Cyclone_Slider_Data::get_slideshow_settings( $slider->ID );
88
- $slides = $slider_metas = Cyclone_Slider_Data::get_slides( $slider->ID );
89
 
90
  $image_count = 0; // Number of image slides
91
  $video_count = 0; // Number of video slides
92
  $custom_count = 0; // Number of custom slides
93
- foreach($slider_metas as $i=>$slider_meta){
94
- $slider_metas[$i]['title'] = __($slider_meta['title']);
95
- $slider_metas[$i]['description'] = __($slider_meta['description']);
96
- if($slider_metas[$i]['type']=='image'){
97
  $image_count++;
98
- } else if($slider_metas[$i]['type']=='video'){
99
  $video_count++;
100
- } else if($slider_metas[$i]['type']=='custom'){
101
  $custom_count++;
102
  }
103
  }
@@ -124,10 +196,13 @@ if(!class_exists('Cyclone_Slider')):
124
  $slider_settings['template'] = $template;
125
 
126
  if($slider_settings['random']){
127
- shuffle($slider_metas);
128
  }
129
 
130
- $slider = $this->get_slider_template($slider_id, $template, $slides, $slider_metas, $slider_settings, $this->slider_count, $image_count, $video_count, $custom_count);
 
 
 
131
 
132
  else:
133
  $slider = sprintf(__('[Slideshow "%s" not found]', 'cycloneslider'), $slider_id);
@@ -137,8 +212,8 @@ if(!class_exists('Cyclone_Slider')):
137
  }
138
 
139
  // Get slideshow template
140
- public function get_slider_template($slider_id, $template_name, $slides, $slider_metas, $slider_settings, $slider_count, $image_count, $video_count, $custom_count){
141
- $slider_html_id = 'cycloneslider-'.$slider_id.'-'.$slider_count; // The unique HTML ID for slider
142
 
143
  $template = get_stylesheet_directory()."/cycloneslider/{$template_name}/slider.php";
144
  if(@is_file($template)){
5
  public $slider_count;
6
  private $message_id;
7
  public $templates;
8
+ private $templates_manager; // Holds template manager object
9
+ private $cyclone_settings; // Holds cyclone settings array
10
 
11
  /**
12
  * Initializes the plugin by setting localization, filters, and administration functions.
13
  */
14
+ public function __construct( $templates_manager, $cyclone_settings ) {
15
+
16
+ // Inject dependencies
17
+ $this->templates_manager = $templates_manager;
18
+
19
  // Set defaults
20
  $this->slider_count = 0;
21
+ $this->cyclone_settings = $cyclone_settings;
22
 
23
  // Register frontend styles and scripts
24
  add_action( 'wp_enqueue_scripts', array( $this, 'register_plugin_scripts' ), 100 );
25
 
 
26
  // Our shortcode
27
  add_shortcode('cycloneslider', array( $this, 'cycloneslider_shortcode') );
28
 
29
+ // Add directories to get templates
30
+ $this->templates_manager->add_template_location(
31
+ array(
32
+ 'path'=>Cyclone_Slider_Data::get_templates_folder(), //this resides in the plugin
33
+ 'url'=>CYCLONE_URL.'templates/'
34
+ )
35
+ );
36
+ $this->templates_manager->add_template_location(
37
+ array(
38
+ 'path'=> realpath(get_stylesheet_directory()).DIRECTORY_SEPARATOR.'cycloneslider'.DIRECTORY_SEPARATOR,//this resides in the current theme or child theme
39
+ 'url'=> get_stylesheet_directory_uri()."/cycloneslider/"
40
+ )
41
+ );
42
  } // end constructor
43
 
44
 
48
  public function register_plugin_scripts() {
49
  $theme_folder = basename(get_stylesheet_directory());
50
 
51
+ $in_footer = true;
52
+ if($this->cyclone_settings['load_scripts_in'] == 'header'){
53
+ $in_footer = false;
54
+ }
55
 
56
+ /*** Styles ***/
57
+ $this->enqueue_templates_css(); // Templates styles
58
+
59
+ /*** Core Cycle2 Scripts ***/
60
+ if($this->cyclone_settings['load_cycle2'] == 1){
61
+ wp_enqueue_script( 'jquery-cycle2', CYCLONE_URL.'js/jquery.cycle2.min.js', array('jquery'), CYCLONE_VERSION, $in_footer );
62
+ }
63
+ if($this->cyclone_settings['load_cycle2_carousel'] == 1){
64
+ wp_enqueue_script( 'jquery-cycle2-carousel', CYCLONE_URL.'js/jquery.cycle2.carousel.min.js', array('jquery', 'jquery-cycle2'), CYCLONE_VERSION, $in_footer );
65
+ }
66
+ if($this->cyclone_settings['load_cycle2_tile'] == 1){
67
+ wp_enqueue_script( 'jquery-cycle2-tile', CYCLONE_URL.'js/jquery.cycle2.tile.min.js', array('jquery', 'jquery-cycle2'), CYCLONE_VERSION, $in_footer );
68
+ }
69
+ if($this->cyclone_settings['load_cycle2_video'] == 1){
70
+ wp_enqueue_script( 'jquery-cycle2-video', CYCLONE_URL.'js/jquery.cycle2.video.min.js', array('jquery', 'jquery-cycle2'), CYCLONE_VERSION, $in_footer );
71
+ }
72
 
73
+ $this->enqueue_templates_scripts(); // Templates scripts
74
+ }
75
+
76
+ /**
77
+ * Enqueues templates styles.
78
+ */
79
+ private function enqueue_templates_css(){
80
+ $ds = DIRECTORY_SEPARATOR;
81
+
82
+ $template_folders = $this->templates_manager->get_all_templates();
83
 
84
+ foreach($template_folders as $name=>$folder){
85
+
86
+ $file = $folder['path']."/style.css"; // Path to file
87
+
88
+ if( file_exists( $file ) ){ // Check existence
89
+ wp_enqueue_style( 'cyclone-template-style-'.sanitize_title($name), $folder['url'].'/style.css', array(), CYCLONE_VERSION );
90
+ }
91
+ }
92
  }
93
 
94
+ /**
95
+ * Enqueues templates scripts.
96
+ */
97
+ private function enqueue_templates_scripts(){
98
+ $ds = DIRECTORY_SEPARATOR;
99
+
100
+ $in_footer = true;
101
+ if($this->cyclone_settings['load_scripts_in'] == 'header'){
102
+ $in_footer = false;
103
+ }
104
+
105
+ $template_folders = $this->templates_manager->get_all_templates();
106
+
107
+ foreach($template_folders as $name=>$folder){
108
+
109
+ $file = $folder['path']."/script.js"; // Path to file
110
+
111
+ if( file_exists( $file ) ){ // Check existence
112
+ wp_enqueue_script( 'cyclone-template-script-'.sanitize_title($name), $folder['url'].'/script.js', array(), CYCLONE_VERSION, $in_footer );
113
+ }
114
+ }
115
+ }
116
 
117
  // Compare the value from admin and shortcode. If shortcode value is present and not empty, use it, otherwise return admin value
118
  public function get_comp_slider_setting($admin_val, $shortcode_val){
148
  ),
149
  $shortcode_settings
150
  );
151
+ $slider_id = esc_attr($shortcode_settings['id']);// Slideshow slug passed from shortcode
152
 
153
  $cycle_options = array();
154
  $this->slider_count++;//make each call to shortcode unique
157
  if( $slider = Cyclone_Slider_Data::get_slider_by_name( $slider_id ) ):
158
 
159
  $admin_settings = Cyclone_Slider_Data::get_slideshow_settings( $slider->ID );
160
+ $slides = Cyclone_Slider_Data::get_slides( $slider->ID );
161
 
162
  $image_count = 0; // Number of image slides
163
  $video_count = 0; // Number of video slides
164
  $custom_count = 0; // Number of custom slides
165
+ foreach($slides as $i=>$slide){
166
+ $slides[$i]['title'] = __($slide['title']);
167
+ $slides[$i]['description'] = __($slide['description']);
168
+ if($slides[$i]['type']=='image'){
169
  $image_count++;
170
+ } else if($slides[$i]['type']=='video'){
171
  $video_count++;
172
+ } else if($slides[$i]['type']=='custom'){
173
  $custom_count++;
174
  }
175
  }
196
  $slider_settings['template'] = $template;
197
 
198
  if($slider_settings['random']){
199
+ shuffle($slides);
200
  }
201
 
202
+ $slider_metas = $slides; // $slider_metas deprecated since 2.5.5. Future removal
203
+
204
+ $slider_slug = $slider->post_name;
205
+ $slider = $this->get_slider_template($slider_id, $template, $slides, $slider_metas, $slider_settings, $this->slider_count, $image_count, $video_count, $custom_count, $slider_slug);
206
 
207
  else:
208
  $slider = sprintf(__('[Slideshow "%s" not found]', 'cycloneslider'), $slider_id);
212
  }
213
 
214
  // Get slideshow template
215
+ public function get_slider_template($slider_id, $template_name, $slides, $slider_metas, $slider_settings, $slider_count, $image_count, $video_count, $custom_count, $slider_slug){
216
+ $slider_html_id = 'cycloneslider-'.$slider_slug.'-'.$slider_count; // The unique HTML ID for slider
217
 
218
  $template = get_stylesheet_directory()."/cycloneslider/{$template_name}/slider.php";
219
  if(@is_file($template)){
classes/{class-cyclone-templates.php → class-cyclone-templates-manager.php} RENAMED
@@ -1,6 +1,11 @@
1
  <?php
2
- if(!class_exists('Cyclone_Templates')):
3
- class Cyclone_Templates {
 
 
 
 
 
4
  public $template_locations;
5
 
6
  /**
@@ -10,10 +15,18 @@ if(!class_exists('Cyclone_Templates')):
10
  $this->template_locations = array();
11
  }
12
 
13
- public function add_template_location($location){
 
 
 
 
 
14
  $this->template_locations[] = $location;
15
  }
16
 
 
 
 
17
  public function get_all_templates(){
18
  if(is_array($this->template_locations) and !empty($this->template_locations)){
19
  $template_folders = array();
1
  <?php
2
+ if(!class_exists('Cyclone_Templates_Manager')):
3
+
4
+ /**
5
+ * In charge in getting templates from various template locations.
6
+ */
7
+ class Cyclone_Templates_Manager {
8
+
9
  public $template_locations;
10
 
11
  /**
15
  $this->template_locations = array();
16
  }
17
 
18
+ /**
19
+ * Add a directory to read templates from
20
+ *
21
+ * @param string $location - The full path to a directory
22
+ */
23
+ public function add_template_location( $location ){
24
  $this->template_locations[] = $location;
25
  }
26
 
27
+ /**
28
+ * Get all templates in array format
29
+ */
30
  public function get_all_templates(){
31
  if(is_array($this->template_locations) and !empty($this->template_locations)){
32
  $template_folders = array();
classes/codefleet/class-codefleet-settings-page.php ADDED
@@ -0,0 +1,228 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ if(!class_exists('Codefleet_Settings_Page')):
3
+
4
+ /**
5
+ * Class for settings page creation.
6
+ */
7
+ class Codefleet_Settings_Page {
8
+
9
+ /**
10
+ * Class variables relating to WP settings API
11
+ */
12
+ protected $option_group;
13
+ protected $option_name;
14
+ protected $page_title;
15
+ protected $menu_title;
16
+ protected $capability;
17
+ protected $menu_slug;
18
+ protected $icon_url;
19
+ protected $position;
20
+
21
+ /**
22
+ * Initialize
23
+ */
24
+ public function __construct() {
25
+ $this->option_group = 'mytheme_option_group';
26
+ $this->option_name = 'mytheme_option_name';
27
+ $this->page_title = 'Custom Settings';
28
+ $this->menu_title = 'Custom Settings';
29
+ $this->capability = 'manage_options';
30
+ $this->menu_slug = 'custom-settings-page';
31
+ $this->icon_url = null;
32
+ $this->position = null;
33
+ }
34
+
35
+ /**
36
+ * Show settings page by hooking 'em up with WP.
37
+ */
38
+ public function show(){
39
+
40
+ // Add settings
41
+ add_action( 'admin_init', array( $this, 'register_settings') );
42
+
43
+ // Add settings page
44
+ add_action( 'admin_menu', array( $this, 'add_menu_and_page'));
45
+ }
46
+
47
+ /**
48
+ * Prepare option data
49
+ */
50
+ public function register_settings() {
51
+ // Use built-in WP function
52
+ register_setting(
53
+ $this->option_group,
54
+ $this->option_name,
55
+ array( $this, 'validate_options')
56
+ );
57
+ }
58
+
59
+ /**
60
+ * Menu page action hook
61
+ */
62
+ public function add_menu_and_page(){
63
+ // Use built-in WP function
64
+ add_menu_page(
65
+ $this->page_title,
66
+ $this->menu_title,
67
+ $this->capability,
68
+ $this->menu_slug,
69
+ array( $this, 'render_settings_page'),
70
+ $this->icon_url,
71
+ $this->position
72
+ );
73
+ }
74
+
75
+ /**
76
+ * Render settings page. This function should echo the HTML form of the settings page.
77
+ */
78
+ public function render_settings_page($post){
79
+ ?>
80
+ <div class="wrap">
81
+ <?php echo get_screen_icon('options-general'); ?>
82
+ <h2><?php echo $this->page_title; ?></h2>
83
+ <div class="intro">
84
+ <p>This is the intro text</p>
85
+ </div>
86
+ <?php settings_errors(); print_r($this->get_settings_data()); ?>
87
+
88
+ <form method="post" action="options.php">
89
+ <?php
90
+ echo $this->settings_fields( $this->option_group );
91
+ ?>
92
+ <table class="form-table">
93
+ <tr>
94
+ <th><label for="<?php echo esc_attr( 'footer' ); ?>"><?php echo esc_attr( 'Footer Text' ); ?></label></th>
95
+ <td>
96
+ <input type="text" id="<?php echo esc_attr( 'footer' ); ?>" name="<?php echo esc_attr( $this->option_name."[footer]" ); ?>" value="<?php echo esc_attr( $this->get_data('footer') ); ?>" />
97
+ </td>
98
+ </tr>
99
+ </table>
100
+ <?php submit_button( 'Save Options', 'primary', 'submit', false) ?>
101
+ <?php submit_button( 'Restore Defaults', 'secondary', 'reset', false) ?>
102
+ </form>
103
+
104
+ </div><?php
105
+ }
106
+
107
+ /**
108
+ * Validate data from form
109
+ */
110
+ public function validate_options( $input ) {
111
+ $input = wp_parse_args($input, $this->get_settings_data());
112
+ if( isset($_POST['reset']) ){
113
+ $input = $this->get_default_settings_data();
114
+ add_settings_error( $this->menu_slug, 'restore_defaults', __( 'Default options restored.'), 'updated fade' );
115
+ }
116
+ return $input;
117
+ }
118
+
119
+ /**
120
+ * Output needed fields for security
121
+ */
122
+ function settings_fields( $option_group ) {
123
+ $fields = "<input type='hidden' name='option_page' value='" . esc_attr($option_group) . "' />";
124
+ $fields .= '<input type="hidden" name="action" value="update" />';
125
+ $fields .= wp_nonce_field("$option_group-options", '_wpnonce', true, false);
126
+ return $fields;
127
+ }
128
+
129
+ /**
130
+ * Get settings data. If there is no data from database, use default values
131
+ */
132
+ public function get_settings_data(){
133
+ return get_option( $this->option_name, $this->get_default_settings_data() );
134
+ }
135
+
136
+ /**
137
+ * Get settings data by uid
138
+ */
139
+ public function get_data($uid){
140
+ $settings_data = $this->get_settings_data();
141
+ if(isset($settings_data[$uid])){
142
+ return $settings_data[$uid];
143
+ }
144
+ return false;
145
+ }
146
+
147
+ /**
148
+ * Apply default values
149
+ */
150
+ public function get_default_settings_data() {
151
+ $defaults = array();
152
+
153
+ return $defaults;
154
+ }
155
+
156
+ /**
157
+ * SETTER FUNCTIONS
158
+ */
159
+ public function set_option_group( $value ){
160
+ $this->option_group = $value;
161
+ }
162
+
163
+ public function set_option_name( $value ){
164
+ $this->option_name = $value;
165
+ }
166
+
167
+ public function set_page_title( $value ){
168
+ $this->page_title = $value;
169
+ }
170
+
171
+ public function set_menu_title( $value ){
172
+ $this->menu_title = $value;
173
+ }
174
+
175
+ public function set_capability( $value ){
176
+ $this->capability = $value;
177
+ }
178
+
179
+ public function set_menu_slug( $value ){
180
+ $this->menu_slug = $value;
181
+ }
182
+
183
+ public function set_icon_url( $value ){
184
+ $this->icon_url = $value;
185
+ }
186
+
187
+ public function set_position( $value ){
188
+ $this->position = $value;
189
+ }
190
+
191
+ /**
192
+ * GETTER FUNCTIONS
193
+ */
194
+ public function get_option_group(){
195
+ return $this->option_group;
196
+ }
197
+
198
+ public function get_option_name(){
199
+ return $this->option_name;
200
+ }
201
+
202
+ public function get_page_title(){
203
+ return $this->page_title;
204
+ }
205
+
206
+ public function get_menu_title(){
207
+ return $this->menu_title;
208
+ }
209
+
210
+ public function get_capability(){
211
+ return $this->capability;
212
+ }
213
+
214
+ public function get_menu_slug(){
215
+ return $this->menu_slug;
216
+ }
217
+
218
+ public function get_icon_url(){
219
+ return $this->icon_url;
220
+ }
221
+
222
+ public function get_position(){
223
+ return $this->position;
224
+ }
225
+
226
+ } // end class
227
+
228
+ endif;
classes/codefleet/class-codefleet-settings-sub-page.php ADDED
@@ -0,0 +1,84 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ if(!class_exists('Codefleet_Settings_Sub_Page') and class_exists('Codefleet_Settings_Page')):
3
+
4
+ /**
5
+ * Class for settings for sub page creation.
6
+ */
7
+ class Codefleet_Settings_Sub_Page extends Codefleet_Settings_Page {
8
+
9
+ /**
10
+ * Class variables relating to WP settings API
11
+ */
12
+ protected $parent_slug;
13
+
14
+ /**
15
+ * Initialize
16
+ */
17
+ public function __construct() {
18
+ $this->option_group = 'mytheme_option_group';
19
+ $this->option_name = 'mytheme_option_name';
20
+ $this->page_title = 'Settings Sub Page';
21
+ $this->menu_title = 'Settings Sub Page';
22
+ $this->capability = 'manage_options';
23
+ $this->menu_slug = 'custom-settings-sub-page';
24
+ $this->icon_url = null;
25
+ $this->position = null;
26
+ $this->parent_slug = 'options-general.php';
27
+ }
28
+
29
+
30
+ /**
31
+ * Show settings page by hooking 'em up with WP.
32
+ */
33
+ public function show(){
34
+
35
+ // Add settings
36
+ add_action( 'admin_init', array( $this, 'register_settings') );
37
+
38
+ // Add settings page
39
+ add_action( 'admin_menu', array( $this, 'add_menu_and_page'));
40
+ }
41
+
42
+ /**
43
+ * Prepare option data
44
+ */
45
+ public function register_settings() {
46
+ register_setting(
47
+ $this->option_group,
48
+ $this->option_name,
49
+ array( $this, 'validate_options')
50
+ );
51
+ }
52
+
53
+ /**
54
+ * Menu page action hook
55
+ */
56
+ public function add_menu_and_page(){
57
+ // Use built-in WP function
58
+ add_submenu_page(
59
+ $this->parent_slug,
60
+ $this->page_title,
61
+ $this->menu_title,
62
+ $this->capability,
63
+ $this->menu_slug,
64
+ array( $this, 'render_settings_page')
65
+ );
66
+ }
67
+
68
+ /**
69
+ * SETTER FUNCTIONS
70
+ */
71
+ public function set_parent_slug( $value ){
72
+ $this->parent_slug = $value;
73
+ }
74
+
75
+ /**
76
+ * GETTER FUNCTIONS
77
+ */
78
+ public function get_parent_slug(){
79
+ return $this->parent_slug;
80
+ }
81
+
82
+ } // end class
83
+
84
+ endif;
classes/{class-cyclone-slider-view.php → codefleet/class-codefleet-view.php} RENAMED
@@ -1,10 +1,10 @@
1
  <?php
2
- if(!class_exists('Cyclone_Slider_View')):
3
 
4
  /**
5
- * Class for fetching view files via include
6
  */
7
- class Cyclone_Slider_View {
8
 
9
  protected $view_file;
10
  protected $vars = array();
1
  <?php
2
+ if(!class_exists('Codefleet_View')):
3
 
4
  /**
5
+ * Class for conveniently fetching template files and attaching template variables
6
  */
7
+ class Codefleet_View {
8
 
9
  protected $view_file;
10
  protected $vars = array();
classes/codefleet/info.txt ADDED
@@ -0,0 +1 @@
 
1
+ Contains common classes for codefleet.net plugins
css/admin.css CHANGED
@@ -1,6 +1,64 @@
1
  .clear{
2
  clear:both;
3
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  /*** Slides Metabox ***/
5
  #cyclone-slides-metabox .inside{
6
  margin:20px;
1
  .clear{
2
  clear:both;
3
  }
4
+
5
+ /*** Add extra space in wp 3.6 ***/
6
+ .cycloneslider.version-3-6 #titlediv{
7
+ margin-bottom: 20px;
8
+ }
9
+
10
+ .cycloneslider.admin-color-fresh #screen-options-link-wrap{
11
+ border: 1px solid #C3100C;
12
+ background: #f34541; /* Old browsers */
13
+ background: -moz-linear-gradient(top, #f34541 0%, #c3100c 100%); /* FF3.6+ */
14
+ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f34541), color-stop(100%,#c3100c)); /* Chrome,Safari4+ */
15
+ background: -webkit-linear-gradient(top, #f34541 0%,#c3100c 100%); /* Chrome10+,Safari5.1+ */
16
+ background: -o-linear-gradient(top, #f34541 0%,#c3100c 100%); /* Opera 11.10+ */
17
+ background: -ms-linear-gradient(top, #f34541 0%,#c3100c 100%); /* IE10+ */
18
+ background: linear-gradient(to bottom, #f34541 0%,#c3100c 100%); /* W3C */
19
+ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f34541', endColorstr='#c3100c',GradientType=0 ); /* IE6-9 */
20
+ }
21
+ .cycloneslider.admin-color-classic #screen-options-link-wrap{
22
+ border: 1px solid #1e698a;
23
+ background: #2a95c5;
24
+ background: -moz-linear-gradient(top, #2a95c5 0%, #21759b 100%);
25
+ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2a95c5), color-stop(100%,#21759b));
26
+ background: -webkit-linear-gradient(top, #2a95c5 0%,#21759b 100%);
27
+ background: -o-linear-gradient(top, #2a95c5 0%,#21759b 100%);
28
+ background: -ms-linear-gradient(top, #2a95c5 0%,#21759b 100%);
29
+ background: linear-gradient(to bottom, #2a95c5 0%,#21759b 100%);
30
+ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a95c5', endColorstr='#21759b',GradientType=0 );
31
+ }
32
+ body.cycloneslider #screen-options-link-wrap a{
33
+ color: #fff;
34
+ font-size: 12px;
35
+ text-shadow: 1px 1px 1px #555;
36
+ background: none;
37
+ padding-right: 10px;
38
+ padding-left: 10px;
39
+ }
40
+ body.cycloneslider #screen-options-link-wrap a:hover{
41
+ color: #f7f7f7;
42
+ text-shadow: 1px 1px 1px #000;
43
+ }
44
+
45
+ /*** ID Metabox ***/
46
+ #cyclone-slider-id .inside{
47
+ padding:0;
48
+ }
49
+ #cyclone-slider-id input[type="text"]{
50
+ display: inline-block;
51
+ min-width: 30%;
52
+ }
53
+ #cyclone-slider-id .cycloneslider-field{
54
+ padding: 10px 10px 0 10px;
55
+ }
56
+
57
+ /*** Codes Metabox ***/
58
+ #cyclone-slider-codes .inside{
59
+ padding:0;
60
+ }
61
+
62
  /*** Slides Metabox ***/
63
  #cyclone-slides-metabox .inside{
64
  margin:20px;
cyclone-slider.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Cyclone Slider 2
4
  Plugin URI: http://www.codefleet.net/cyclone-slider-2/
5
  Description: Create responsive slideshows with ease. Built for both developers and non-developers.
6
- Version: 2.5.6
7
  Author: Nico Amarilla
8
  Author URI: http://www.codefleet.net/
9
  License:
@@ -25,7 +25,7 @@ License:
25
 
26
  */
27
  if(!defined('CYCLONE_VERSION')){
28
- define('CYCLONE_VERSION', '2.5.6' );
29
  }
30
  if(!defined('CYCLONE_PATH')){
31
  define('CYCLONE_PATH', realpath(plugin_dir_path(__FILE__)) . DIRECTORY_SEPARATOR );
@@ -37,24 +37,43 @@ if(!defined('CYCLONE_DEBUG')){
37
  define('CYCLONE_DEBUG', false );
38
  }
39
 
40
- require_once(CYCLONE_PATH.'classes/class-cyclone-slider-view.php');
 
 
 
 
 
41
  require_once(CYCLONE_PATH.'classes/class-cyclone-slider-data.php');
42
- require_once(CYCLONE_PATH.'classes/class-cyclone-templates.php');
43
  require_once(CYCLONE_PATH.'classes/class-cyclone-slider-admin.php');
44
  require_once(CYCLONE_PATH.'classes/class-cyclone-slider.php');
45
- require_once(CYCLONE_PATH.'inc/functions.php');
46
  require_once(CYCLONE_PATH.'classes/class-cyclone-slider-widget.php');
 
47
  require_once(CYCLONE_PATH.'classes/class-image-resizer.php');
48
  require_once(CYCLONE_PATH.'classes/class-nextgen-integration.php');
 
 
49
 
50
  $cyclone_slider_saved_done = false; //Global variable to limit save_post execution to only once
51
 
52
- if(class_exists('Cyclone_Slider')):
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
53
 
54
- load_plugin_textdomain( 'cycloneslider', false, 'cyclone-slider-2/lang' );
55
-
56
- $cyclone_slider_data = new Cyclone_Slider_Data();
57
- $cyclone_slider_admin = new Cyclone_Slider_Admin();
58
- $cyclone_slider_admin->view = new Cyclone_Slider_View();
59
- $cyclone_slider_plugin_instance = new Cyclone_Slider(); //Store the plugin instance to a global object so that other plugins can use remove_action and remove_filter against cyclones class functions if needed.
60
- endif;
3
  Plugin Name: Cyclone Slider 2
4
  Plugin URI: http://www.codefleet.net/cyclone-slider-2/
5
  Description: Create responsive slideshows with ease. Built for both developers and non-developers.
6
+ Version: 2.6.0
7
  Author: Nico Amarilla
8
  Author URI: http://www.codefleet.net/
9
  License:
25
 
26
  */
27
  if(!defined('CYCLONE_VERSION')){
28
+ define('CYCLONE_VERSION', '2.6.0' );
29
  }
30
  if(!defined('CYCLONE_PATH')){
31
  define('CYCLONE_PATH', realpath(plugin_dir_path(__FILE__)) . DIRECTORY_SEPARATOR );
37
  define('CYCLONE_DEBUG', false );
38
  }
39
 
40
+ // Include common classes
41
+ require_once(CYCLONE_PATH.'classes/codefleet/class-codefleet-view.php');
42
+ require_once(CYCLONE_PATH.'classes/codefleet/class-codefleet-settings-page.php');
43
+ require_once(CYCLONE_PATH.'classes/codefleet/class-codefleet-settings-sub-page.php');
44
+
45
+ require_once(CYCLONE_PATH.'classes/class-cyclone-slider-settings.php');
46
  require_once(CYCLONE_PATH.'classes/class-cyclone-slider-data.php');
 
47
  require_once(CYCLONE_PATH.'classes/class-cyclone-slider-admin.php');
48
  require_once(CYCLONE_PATH.'classes/class-cyclone-slider.php');
 
49
  require_once(CYCLONE_PATH.'classes/class-cyclone-slider-widget.php');
50
+ require_once(CYCLONE_PATH.'classes/class-cyclone-templates-manager.php');
51
  require_once(CYCLONE_PATH.'classes/class-image-resizer.php');
52
  require_once(CYCLONE_PATH.'classes/class-nextgen-integration.php');
53
+ require_once(CYCLONE_PATH.'classes/class-cyclone-slider-settings.php');
54
+ require_once(CYCLONE_PATH.'inc/functions.php');
55
 
56
  $cyclone_slider_saved_done = false; //Global variable to limit save_post execution to only once
57
 
58
+ // Load domain in this hook to work with WPML
59
+ add_action('plugins_loaded', 'cycloneslider_plugin_init');
60
+ function cycloneslider_plugin_init() {
61
+ load_plugin_textdomain( 'cycloneslider', false, 'cyclone-slider-2/lang' );
62
+ }
63
+
64
+ // Store the plugin instance to a global object so that other plugins can use remove_action and remove_filter
65
+ // Inject dependencies here
66
+ $cyclone_slider_data = new Cyclone_Slider_Data();
67
+
68
+ $cyclone_slider_settings = new Cyclone_Slider_Settings();
69
+ $cyclone_slider_settings->set_option_group('cyclone_option_group');
70
+ $cyclone_slider_settings->set_option_name('cyclone_option_name');
71
+ $cyclone_slider_settings->set_parent_slug('edit.php?post_type=cycloneslider');
72
+ $cyclone_slider_settings->set_page_title('Cyclone Slider Settings');
73
+ $cyclone_slider_settings->set_menu_title('Settings');
74
+ $cyclone_slider_settings->set_menu_slug('cycloneslider-settings');
75
+ $cyclone_slider_settings->show();
76
+
77
+ $cyclone_slider_admin = new Cyclone_Slider_Admin( new Codefleet_View(), new Cyclone_Templates_Manager() );
78
+ $cyclone_slider_plugin_instance = new Cyclone_Slider( new Cyclone_Templates_Manager(), $cyclone_slider_settings->get_settings_data() );
79
 
 
 
 
 
 
 
 
js/jquery.cycle2.carousel.min.js CHANGED
@@ -1,2 +1,2 @@
1
- /*! Plugin for Cycle2; Copyright (c) 2012 M. Alsup; ver: 20130108 */
2
- (function(a){"use strict",a(document).on("cycle-bootstrap",function(a,b,c){if(b.fx!=="carousel")return;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;if(b.allowWrap===!1&&b.currSlide+a>b.slideCount-b.carouselVisible)return;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=b.carouselVertical;b.carouselVisible&&b.carouselVisible>b.slideCount&&(b.carouselVisible=b.slideCount-1);var f=b.carouselVisible||b.slides.length,g={display:e?"block":"inline-block",position:"static"};b.container.css({position:"relative",overflow:"hidden"}),b.slides.css(g),b._currSlide=b.currSlide,d=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=d,e||d.css("white-space","nowrap"),b.allowWrap!==!1&&(b.slides.slice(0,b.slideCount).clone().css(g).appendTo(d),b.carouselVisible===undefined&&b.slides.slice(0,b.slideCount).clone().css(g).appendTo(d),b.slides.slice(0,b.slideCount).clone().css(g).prependTo(d),b.carouselVisible===undefined&&b.slides.slice(0,b.slideCount).clone().css(g).prependTo(d),d.find(".cycle-slide-active").removeClass("cycle-slide-active"),b.slides.eq(b.startingSlide).addClass("cycle-slide-active")),b.pager&&b.allowWrap===!1&&(c=b.slideCount-f,a(b.pager).children().filter(":gt("+c+")").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;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;if(b.allowWrap!==!1)if(b.carouselSlideDimension)d-=(b.slideCount+b.currSlide)*b.carouselSlideDimension;else{f=b._carouselWrap.children();for(var i=0;i<b.slideCount+b.currSlide;i++)d-=a(f[i])[g?"outerHeight":"outerWidth"](!0)}b._carouselWrap.css(g?"top":"left",d)},fluidSlides:function(b){function g(){clearTimeout(c),c=setTimeout(h,20)}function h(){b._carouselWrap.stop(!1,!0);var a=b.container.width()/b.carouselVisible;a=Math.ceil(a-e),b._carouselWrap.children().width(a),b._sentinel&&b._sentinel.width(a),f(b)}var c,d=b.slides.eq(0),e=d.outerWidth()-d.width(),f=this.prepareDimensions;a(window).on("resize",g),b._carouselResizeThrottle=g,h()},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):i<0&&b.currSlide>m&&b.nextSlide>m?i=0:i<0&&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&&b.nextSlide===0?(g=this.getDim(b,b.currSlide,j),f=this.genCallback(b,e,j,f)):!e&&b.nextSlide==b.slideCount-1?(g=this.getDim(b,b.currSlide,j),f=this.genCallback(b,e,j,f)):g=this.getScroll(b,j,b.currSlide,i);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;e<c+d;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(b){var c=this.opts();c._carouselResizeThrottle&&a(window).off("resize",c._carouselResizeThrottle),c.slides.prependTo(c.container),c._carouselWrap.remove()}}})(jQuery);
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);
js/jquery.cycle2.min.js CHANGED
@@ -1,6 +1,6 @@
1
- /*!
2
- * jQuery Cycle2; ver: 20130323
3
- * http://jquery.malsup.com/cycle2/
4
- * Copyright (c) 2013 M. Alsup; Dual licensed: MIT/GPL
5
- */
6
- (function(a){function c(a){return(a||"").toLowerCase()}"use strict";var b="20130323";a.fn.cycle=function(b){var d;return this.length===0&&!a.isReady?(d={s:this.selector,c:this.context},a.fn.cycle.log("requeuing slideshow (dom not ready)"),a(function(){a(d.s,d.c).cycle(b)}),this):this.each(function(){var d,e,f,g,h=a(this),i=a.fn.cycle.log;if(h.data("cycle.opts"))return;if(h.data("cycle-log")===!1||b&&b.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]/,c),i(f+":",g,"("+typeof g+")"),d[f]=g);e=a.extend({},a.fn.cycle.defaults,d,b||{}),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()})},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=this.opts(),c=b.container,d;b.API.calcFirstSlide(),b.container.css("position")=="static"&&b.container.css("position","relative"),a(b.slides[b.currSlide]).css("opacity",1).show(),b.API.stackSlides(b.slides[b.currSlide],b.slides[b.nextSlide],!b.reverse),b.pauseOnHover&&(b.pauseOnHover!==!0&&(c=a(b.pauseOnHover)),c.hover(function(){b.API.pause(!0)},function(){b.API.resume(!0)})),b.timeout&&(d=b.API.getSlideOpts(b.nextSlide),b.API.queueTransition(d)),b._initialized=!0,b.API.updateView(!0),b.API.trigger("cycle-initialized",[b]),b.API.postInitSlideshow()},pause:function(b){var c=this.opts(),d=c.API.getSlideOpts(),e=c.hoverPaused||c.paused,f;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,f=a.now(),c._remainingTimeout-=f-c._lastQueue,c._remainingTimeout<0&&(c._remainingTimeout=undefined)))},resume:function(a){var b=this.opts(),c=!b.hoverPaused&&!b.paused,d;a?b.hoverPaused=!1:b.paused=!1,c||(b.container.removeClass("cycle-paused"),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=this.opts(),e=d.slideCount,f=!1,g;a.type(b)=="string"&&(b=a.trim(b)),a(b).each(function(b){var e,f=a(this);c?d.container.prepend(f):d.container.append(f),d.slideCount++,e=d.API.buildSlideOpts(f),c?d.slides=a(f).add(d.slides):d.slides=d.slides.add(f),d.API.initSlide(e,f,--d._maxZ),f.data("cycle.opts",e),d.API.trigger("cycle-slide-added",[d,e,f])}),d.API.updateView(!0),f=d._preInitialized&&e<2&&d.slideCount>=1,f&&(d._initialized?d.timeout&&(g=d.slides.length,d.nextSlide=d.reverse?g-1:1,d.timeoutId||d.API.queueTransition(d)):d.API.initSlideshow())},calcFirstSlide:function(){var a=this.opts(),b;b=parseInt(a.startingSlide||0,10);if(b>=a.slides.length||b<0)b=0;a.currSlide=b,a.reverse?(a.nextSlide=b-1,a.nextSlide<0&&(a.nextSlide=a.slides.length-1)):(a.nextSlide=b+1,a.nextSlide==a.slides.length&&(a.nextSlide=0))},calcNextSlide:function(){var a=this.opts(),b;a.reverse?(b=a.nextSlide-1<0,a.nextSlide=b?a.slideCount-1:a.nextSlide-1,a.currSlide=b?0:a.nextSlide+1):(b=a.nextSlide+1==a.slides.length,a.nextSlide=b?0:a.nextSlide+1,a.currSlide=b?a.slides.length-1:a.nextSlide-1)},calcTx:function(b,c){var d=b,e;return c&&d.manualFx&&(e=a.fn.cycle.transitions[d.manualFx]),e||(e=a.fn.cycle.transitions[d.fx]),e||(e=a.fn.cycle.transitions.fade,d.API.log('Transition "'+d.fx+'" not found. Using fade.')),e},prepareTx:function(a,b){var c=this.opts(),d,e,f,g,h;if(c.slideCount<2){c.timeoutId=0;return}a&&(!c.busy||c.manualTrump)&&(c.API.stopTransition(),c.busy=!1,clearTimeout(c.timeoutId),c.timeoutId=0);if(c.busy)return;if(c.timeoutId===0&&!a)return;e=c.slides[c.currSlide],f=c.slides[c.nextSlide],g=c.API.getSlideOpts(c.nextSlide),h=c.API.calcTx(g,a),c._tx=h,a&&g.manualSpeed!==undefined&&(g.speed=g.manualSpeed),c.nextSlide!=c.currSlide&&(a||!c.paused&&!c.hoverPaused&&c.timeout)?(c.API.trigger("cycle-before",[g,e,f,b]),h.before&&h.before(g,e,f,b),d=function(){c.busy=!1;if(!c.container.data("cycle.opts"))return;h.after&&h.after(g,e,f,b),c.API.trigger("cycle-after",[g,e,f,b]),c.API.queueTransition(g),c.API.updateView(!0)},c.busy=!0,h.transition?h.transition(g,e,f,b,d):c.API.doTransition(g,e,f,b,d),c.API.calcNextSlide(),c.API.updateView()):c.API.queueTransition(g)},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=c!==undefined?c:b.timeout;if(d.nextSlide===0&&--d.loop===0){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]),d.nextSlide=d.currSlide;return}e&&(d._lastQueue=a.now(),c===undefined&&(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(b){var d=this.opts(),e,f,g=b.data()||{};for(var h in g)g.hasOwnProperty(h)&&/^cycle[A-Z]+/.test(h)&&(e=g[h],f=h.match(/^cycle(.*)/)[1].replace(/^[A-Z]/,c),d.API.log("["+(d.slideCount-1)+"]",f+":",e,"("+typeof e+")"),g[f]=e);g=a.extend({},a.fn.cycle.defaults,d,g),g.slideNum=d.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();b===undefined&&(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){var b=this.opts();if(!b._initialized)return;var c=b.API.getSlideOpts(),d=b.slides[b.currSlide];if(!a){b.API.trigger("cycle-update-view-before",[b,c,d]);if(b.updateView<0)return}b.slideActiveClass&&b.slides.removeClass(b.slideActiveClass).eq(b.currSlide).addClass(b.slideActiveClass),a&&b.hideNonActive&&b.slides.filter(":not(."+b.slideActiveClass+")").hide(),b.API.trigger("cycle-update-view",[b,c,d,a]),b.API.trigger("cycle-update-view-after",[b,c,d])},getComponent:function(b){var c=this.opts(),d=c[b];return typeof d=="string"?/^\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;f<h;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: "+b},a.fn.cycle.transitions={custom:{},none:{before:function(a,b,c,d){a.API.stackSlides(c,b,d),a.cssBefore={opacity:1,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,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,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,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:undefined,manualSpeed:undefined,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},a(document).ready(function(){a(a.fn.cycle.defaults.autoSelector).cycle()})})(jQuery),function(a){function b(e,f){function k(){f._autoHeightRatio?f.container.height(f.container.width()/i):(clearTimeout(j),j=setTimeout(function(){b(e,f)},50))}var g=f.autoHeight,h,i,j;c(e,f),a(window).on("resize orientationchange",k),f._autoHeightOnResize=k,g==="calc"||a.type(g)=="number"&&g>=0?(g==="calc"?g=d(f):g>=f.slides.length&&(g=0),h=a(f.slides[g]).clone(),h.removeAttr("id name rel").find("[id],[name],[rel]").removeAttr("id name rel"),h.css({position:"static",visibility:"hidden",display:"block"}).prependTo(f.container).addClass("cycle-sentinel cycle-slide"),h.find("*").css("visibility","hidden"),f._sentinel=h):a.type(g)=="string"&&/\d+\:\d+/.test(g)&&(i=g.match(/(\d+)\:(\d+)/),i=i[1]/i[2],f._autoHeightRatio=i,setTimeout(function(){a(window).triggerHandler("resize")},15))}function c(b,c){c._sentinel&&(c._sentinel.remove(),c._sentinel=null),c._autoHeightOnResize&&(a(window).off("resize orientationchange",c._autoHeightOnResize),c._autoHeightOnResize=null)}function d(b){var c=0,d=-1;return b.slides.each(function(b){var e=a(this).height();e>d&&(d=e,c=b)}),c}"use strict",a.extend(a.fn.cycle.defaults,{autoHeight:0}),a(document).on("cycle-initialized cycle-slide-added cycle-slide-removed",b),a(document).on("cycle-destroyed",c)}(jQuery),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(c.captionModule!=="caption")return;var f;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),function(a){"use strict";var b=a.fn.cycle;a.fn.cycle=function(c){var d,e,f,g=a.makeArray(arguments);return a.type(c)=="number"?this.cycle("goto",c):a.type(c)=="string"?this.each(function(){var h;d=c,f=a(this).data("cycle.opts");if(f===undefined){b.log('slideshow must be initialized before sending commands; "'+d+'" ignored');return}d=d=="goto"?"jump":d,e=f.API[d];if(a.isFunction(e))return h=a.makeArray(g),h.shift(),e.apply(f.API,h);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)return;var b=a.reverse?-1:1;if(a.allowWrap===!1&&a.currSlide+b>=a.slideCount)return;a.API.advanceSlide(b),a.API.trigger("cycle-next",[a]).log("cycle-next")},prev:function(){var a=this.opts();if(a.busy&&!a.manualTrump)return;var b=a.reverse?1:-1;if(a.allowWrap===!1&&a.currSlide+b<0)return;a.API.advanceSlide(b),a.API.trigger("cycle-prev",[a]).log("cycle-prev")},destroy:function(){var a=this.opts();clearTimeout(a.timeoutId),a.timeoutId=0,a.API.stop(),a.API.trigger("cycle-destroyed",[a]).log("cycle-destroyed"),a.container.removeData("cycle.opts"),a.retainStylesOnDestroy||(a.container.removeAttr("style"),a.slides.removeAttr("style"),a.slides.removeClass("cycle-slide-active"))},jump:function(a){var b,c=this.opts();if(c.busy&&!c.manualTrump)return;var d=parseInt(a,10);if(isNaN(d)||d<0||d>=c.slides.length){c.API.log("goto: invalid slide index: "+d);return}if(d==c.currSlide){c.API.log("goto: skipping, already on slide",d);return}c.nextSlide=d,clearTimeout(c.timeoutId),c.timeoutId=0,c.API.log("goto: ",d," (zero-index)"),b=c.currSlide<c.nextSlide,c.API.prepareTx(!0,b)},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){var c=this.opts(),d,e,f=[],g=1;for(var h=0;h<c.slides.length;h++)d=c.slides[h],h==b?e=d:(f.push(d),a(d).data("cycle.opts").slideNum=g,g++);e&&(c.slides=a(f),c.slideCount--,a(e).remove(),b==c.currSlide&&c.API.advanceSlide(1),c.API.trigger("cycle-slide-removed",[c,b,e]).log("cycle-slide-removed"),c.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),function(a){function b(b,c){var d;if(b._hashFence){b._hashFence=!1;return}d=window.location.hash.substring(1),b.slides.each(function(e){if(a(this).data("cycle-hash")==d)return c===!0?b.startingSlide=e:(b.nextSlide=e,b.API.prepareTx(!0,!1)),!1})}"use strict",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&&(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),function(a){"use strict",a.extend(a.fn.cycle.defaults,{loader:!1}),a(document).on("cycle-bootstrap",function(b,c){function e(b,e){function i(b){var g;c.loader=="wait"?(f.push(b),h===0&&(f.sort(j),d.apply(c.API,[f,e]),c.container.removeClass("cycle-loading"))):(g=a(c.slides[c.currSlide]),d.apply(c.API,[b,e]),g.show(),c.container.removeClass("cycle-loading"))}function j(a,b){return a.data("index")-b.data("index")}var f=[];if(a.type(b)=="string")b=a.trim(b);else if(a.type(b)==="array")for(var g=0;g<b.length;g++)b[g]=a(b[g])[0];b=a(b);var h=b.length;if(!h)return;b.hide().appendTo("body").each(function(b){function l(){--g===0&&(--h,i(j))}var g=0,j=a(this),k=j.is("img")?j:j.find("img");j.data("index",b),k=k.filter(":not(.cycle-loader-ignore)").filter(':not([src=""])');if(!k.length){--h,f.push(j);return}g=k.length,k.each(function(){this.complete?l():a(this).load(function(){l()}).error(function(){--g===0&&(c.API.log("slide skipped; img not loaded:",this.src),--h===0&&c.loader=="wait"&&d.apply(c.API,[f,e]))})})}),h&&c.container.addClass("cycle-loading")}var d;if(!c.loader)return;d=c.API.add,c.API.add=e})}(jQuery),function(a){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){a.preventDefault(),b.API.page(f,a.currentTarget)})})}function c(a,b){var c=this.opts();if(c.busy&&!c.manualTrump)return;var d=a.children().index(b),e=d,f=c.currSlide<e;if(c.currSlide==e)return;c.nextSlide=e,c.API.prepareTx(!0,f),c.API.trigger("cycle-pager-activated",[c,a,b])}"use strict",a.extend(a.fn.cycle.defaults,{pager:"> .cycle-pager",pagerActiveClass:"cycle-pager-active",pagerEvent:"click.cycle",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,e){if(c.pager){var f=c.API.getComponent("pager");f.each(function(){var b=a(this);a(b.children()[d]).remove()})}}),a(document).on("cycle-update-view",function(b,c,d){var e;c.pager&&(e=c.API.getComponent("pager"),e.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.pager&&b.pagerTemplate&&(c=b.API.getComponent("pager"),c.empty())})}(jQuery),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){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()});if(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(a){b.API.next()}),b.container.on(d,function(){b.API.prev()})}}),a(document).on("cycle-update-view",function(a,b,c,d){if(b.allowWrap)return;var e=b.disabledClass,f=b.API.getComponent("next"),g=b.API.getComponent("prev"),h=b._prevBoundry||0,i=b._nextBoundry||b.slideCount-1;b.currSlide==i?f.addClass(e).prop("disabled",!0):f.removeClass(e).prop("disabled",!1),b.currSlide===h?g.addClass(e).prop("disabled",!0):g.removeClass(e).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),function(a){"use strict",a.extend(a.fn.cycle.defaults,{progressive:!1}),a(document).on("cycle-pre-initialize",function(b,c){if(!c.progressive)return;var d=c.API,e=d.next,f=d.prev,g=d.prepareTx,h=a.type(c.progressive),i,j;if(h=="array")i=c.progressive;else if(a.isFunction(c.progressive))i=c.progressive(c);else if(h=="string"){j=a(c.progressive),i=a.trim(j.html());if(!i)return;if(/^(\[)/.test(i))try{i=a.parseJSON(i)}catch(k){d.log("error parsing progressive slides",k);return}else i=i.split(new RegExp(j.data("cycle-split")||"\n")),i[i.length-1]||i.pop()}g&&(d.prepareTx=function(a,b){var d,e;if(a||i.length===0){g.apply(c.API,[a,b]);return}b&&c.currSlide==c.slideCount-1?(e=i[0],i=i.slice(1),c.container.one("cycle-slide-added",function(a,b){setTimeout(function(){b.API.advanceSlide(1)},50)}),c.API.add(e)):!b&&c.currSlide===0?(d=i.length-1,e=i[d],i=i.slice(0,d),c.container.one("cycle-slide-added",function(a,b){setTimeout(function(){b.currSlide=1,b.API.advanceSlide(-1)},50)}),c.API.add(e,!0)):g.apply(c.API,[a,b])}),e&&(d.next=function(){var a=this.opts();if(i.length&&a.currSlide==a.slideCount-1){var b=i[0];i=i.slice(1),a.container.one("cycle-slide-added",function(a,b){e.apply(b.API),b.container.removeClass("cycle-loading")}),a.container.addClass("cycle-loading"),a.API.add(b)}else e.apply(a.API)}),f&&(d.prev=function(){var a=this.opts();if(i.length&&a.currSlide===0){var b=i.length-1,c=i[b];i=i.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 f.apply(a.API)})})}(jQuery),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++){g=e[d];if(!g)continue;if(i.length>1){h=g;for(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(h!==undefined&&h!==null&&h!=c)return h}return c})}})}(jQuery);
1
+ /*
2
+ * jQuery Cycle2; v20130725
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){var t=this.opts();if(t._initialized){var i=t.API.getSlideOpts(),n=t.slides[t.currSlide];!e&&(t.API.trigger("cycle-update-view-before",[t,i,n]),0>t.updateView)||(t.slideActiveClass&&t.slides.removeClass(t.slideActiveClass).eq(t.currSlide).addClass(t.slideActiveClass),e&&t.hideNonActive&&t.slides.filter(":not(."+t.slideActiveClass+")").hide(),t.API.trigger("cycle-update-view",[t,i,n,e]),t.API.trigger("cycle-update-view-after",[t,i,n]))}},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){return e(this).data("cycle-hash")==n?(i===!0?t.startingSlide=s:(t.nextSlide=s,t.API.prepareTx(!0,!1)),!1):void 0}),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);
js/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; 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);
js/jquery.cycle2.tile.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.tileSlide=a.fn.cycle.transitions.tileBlind={before:function(b,c,d,e){b.API.stackSlides(c,d,e),a(c).show(),b.container.css("overflow","hidden"),b.tileDelay=b.tileDelay||b.fx=="tileSlide"?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 w(a){g.eq(a).animate(s,{duration:b.speed,easing:b.easing,complete:function(){(e?o-1===a:0===a)&&b._tileAniCallback()}}),setTimeout(function(){(e?o-1!==a:0!==a)&&w(e?a+1:a-1)},b.tileDelay)}b.slides.not(c).not(d).hide();var g=a(),h=a(c),i=a(d),j,k,l,m,n,o=b.tileCount,p=b.tileVertical,q=b.container.height(),r=b.container.width();p?(k=Math.floor(r/o),m=r-k*(o-1),l=n=q):(k=m=r,l=Math.floor(q/o),n=q-l*(o-1)),b.container.find(".cycle-tiles-container").remove();var s,t={left:0,top:0,overflow:"hidden",position:"absolute",margin:0,padding:0};p?s=b.fx=="tileSlide"?{top:q}:{width:0}:s=b.fx=="tileSlide"?{left:r}:{height:0};var u=a('<div class="cycle-tiles-container"></div>');u.css({zIndex:h.css("z-index"),overflow:"visible",position:"absolute",top:0}),u.insertBefore(d);for(var v=0;v<o;v++)j=a("<div></div>").css(t).css({width:o-1===v?m:k,height:o-1===v?n:l,marginLeft:p?v*k:0,marginTop:p?0:v*l}).append(h.clone().css({position:"relative",maxWidth:"none",width:h.width(),margin:0,padding:0,marginLeft:p?-(v*k):0,marginTop:p?0:-(v*l)})),g=g.add(j);u.append(g),h.hide(),i.show().css("opacity",1),w(e?0:o-1),b._tileAniCallback=function(){i.show(),h.hide(),u.remove(),f()}},stopTransition:function(a){a.container.find("*").stop(!0,!0),a._tileAniCallback&&a._tileAniCallback()},onDestroy:function(a){var b=this.opts();b.container.find(".cycle-tiles-container").remove()}}})(jQuery);
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);
js/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; 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);
lang/cycloneslider-de_DE.mo CHANGED
Binary file
lang/cycloneslider-de_DE.po CHANGED
@@ -1,457 +1,525 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: Cyclone Slider\n"
4
- "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2013-03-21 07:42+0800\n"
6
- "PO-Revision-Date: 2013-03-21 07:42+0800\n"
7
- "Last-Translator: \n"
8
- "Language-Team: kosinix <kosinix@codefleet.net>\n"
9
- "MIME-Version: 1.0\n"
10
- "Content-Type: text/plain; charset=UTF-8\n"
11
- "Content-Transfer-Encoding: 8bit\n"
12
- "X-Poedit-KeywordsList: __;_e;_x\n"
13
- "X-Poedit-Basepath: .\n"
14
- "X-Poedit-Language: German\n"
15
- "X-Poedit-Country: GERMANY\n"
16
- "X-Poedit-SourceCharset: utf-8\n"
17
- "X-Poedit-SearchPath-0: D:\\webserver\\htdocs\\wp1\\wp-content\\plugins\\cyclone-slider-2\n"
18
-
19
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/class-cyclone-slider-widget.php:15
20
- msgid "Cyclone Slider Widget"
21
- msgstr ""
22
-
23
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/class-cyclone-slider-widget.php:16
24
- msgid "Widget for displaying slideshows."
25
- msgstr ""
26
-
27
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/class-cyclone-slider-widget.php:62
28
- #, fuzzy
29
- msgid "Select a Slideshow:"
30
- msgstr "Suchen Slideshows"
31
-
32
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/class-cyclone-slider-widget.php:77
33
- #, fuzzy
34
- msgid "No slideshows found."
35
- msgstr "Keine Slideshows gefunden"
36
-
37
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/class-cyclone-slider.php:103
38
- #, fuzzy
39
- msgid "Select an image"
40
- msgstr "Suchen Slideshows"
41
-
42
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/class-cyclone-slider.php:104
43
- #, fuzzy
44
- msgid "Add to Slide"
45
- msgstr "Folie hinzufügen"
46
-
47
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/class-cyclone-slider.php:135
48
- msgid "Cyclone Slider"
49
- msgstr ""
50
-
51
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/class-cyclone-slider.php:136
52
- msgid "Slideshow"
53
- msgstr ""
54
-
55
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/class-cyclone-slider.php:137
56
- msgid "Add Slideshow"
57
- msgstr "Slideshow hinzufügen"
58
-
59
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/class-cyclone-slider.php:138
60
- msgid "Add New Slideshow"
61
- msgstr "Neuer Slideshow"
62
-
63
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/class-cyclone-slider.php:139
64
- msgid "Edit Slideshow"
65
- msgstr "Bearbeiten Slideshow"
66
-
67
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/class-cyclone-slider.php:140
68
- msgid "New Slideshow"
69
- msgstr "Neue Slideshow"
70
-
71
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/class-cyclone-slider.php:141
72
- msgid "View Slideshow"
73
- msgstr "Sehen Slideshow"
74
-
75
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/class-cyclone-slider.php:142
76
- msgid "Search Slideshows"
77
- msgstr "Suchen Slideshows"
78
-
79
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/class-cyclone-slider.php:143
80
- msgid "No slideshows found"
81
- msgstr "Keine Slideshows gefunden"
82
-
83
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/class-cyclone-slider.php:144
84
- msgid "No slideshows found in Trash"
85
- msgstr "Keine Diashows in Trash gefunden"
86
-
87
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/class-cyclone-slider.php:164
88
- #, php-format
89
- msgid "Slideshow updated. Shortcode is [cycloneslider id=\"%s\"]"
90
- msgstr "Slideshow aktualisiert. Shortcode ist [cycloneslider id=\"%s\"]"
91
-
92
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/class-cyclone-slider.php:165
93
- msgid "Custom field updated."
94
- msgstr ""
95
-
96
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/class-cyclone-slider.php:166
97
- msgid "Custom field deleted."
98
- msgstr ""
99
-
100
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/class-cyclone-slider.php:167
101
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/class-cyclone-slider.php:168
102
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/class-cyclone-slider.php:171
103
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/class-cyclone-slider.php:172
104
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/class-cyclone-slider.php:173
105
- msgid "Slideshow updated."
106
- msgstr ""
107
-
108
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/class-cyclone-slider.php:169
109
- #, php-format
110
- msgid "Slideshow published. Shortcode is [cycloneslider id=\"%s\"]"
111
- msgstr "Slideshow veröffentlicht. Shortcode ist [cycloneslider id=\"%s\"]"
112
-
113
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/class-cyclone-slider.php:170
114
- msgid "Slideshow saved."
115
- msgstr "Slideshow gespeichert."
116
-
117
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/class-cyclone-slider.php:174
118
- #, php-format
119
- msgid "Templates CSS could not be saved. Make sure %stemplates.css is writable."
120
- msgstr ""
121
-
122
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/class-cyclone-slider.php:175
123
- #, php-format
124
- msgid "Templates JS could not be saved. Make sure %stemplates.js is writable."
125
- msgstr ""
126
-
127
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/class-cyclone-slider.php:199
128
- msgid "Slides"
129
- msgstr ""
130
-
131
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/class-cyclone-slider.php:207
132
- #, fuzzy
133
- msgid "Slideshow Settings"
134
- msgstr "Slider-Einstellungen"
135
-
136
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/class-cyclone-slider.php:215
137
- #, fuzzy
138
- msgid "Slideshow Templates"
139
- msgstr "Slider-Einstellungen"
140
-
141
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/class-cyclone-slider.php:243
142
- msgid "Slide"
143
- msgstr ""
144
-
145
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/class-cyclone-slider.php:252
146
- msgid "Add Slide"
147
- msgstr "Folie hinzufügen"
148
-
149
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/class-cyclone-slider.php:504
150
- msgid "Slideshow Name"
151
- msgstr "Slideshow Namen"
152
-
153
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/class-cyclone-slider.php:505
154
- msgid "Template"
155
- msgstr ""
156
-
157
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/class-cyclone-slider.php:506
158
- msgid "Images"
159
- msgstr ""
160
-
161
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/class-cyclone-slider.php:507
162
- msgid "Slideshow ID"
163
- msgstr ""
164
-
165
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/class-cyclone-slider.php:508
166
- msgid "Shortcode"
167
- msgstr ""
168
-
169
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/class-cyclone-slider.php:539
170
- #, fuzzy
171
- msgid "Slide *"
172
- msgstr "Folie hinzufügen"
173
-
174
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/class-cyclone-slider.php:659
175
- msgid "[Slideshow not found]"
176
- msgstr "[Slideshow nicht gefunden]"
177
-
178
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/class-cyclone-slider.php:684
179
- #, php-format
180
- msgid "[Template \"%s\" not found]"
181
- msgstr "[Template \"%s\" nicht gefunden]"
182
-
183
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/class-nextgen-integration.php:33
184
- msgid "NextGEN Integration"
185
- msgstr ""
186
-
187
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/class-nextgen-integration.php:49
188
- msgid "Choose a NextGEN Gallery"
189
- msgstr ""
190
-
191
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/class-nextgen-integration.php:59
192
- msgid "Import"
193
- msgstr ""
194
-
195
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/class-nextgen-integration.php:61
196
- msgid "Select a gallery to import images from. Images will be added as new slides."
197
- msgstr ""
198
-
199
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/admin-parts/box.php:17
200
- msgid "Drag"
201
- msgstr "Ziehen"
202
-
203
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/admin-parts/box.php:18
204
- msgid "Toggle"
205
- msgstr "Wechseln"
206
-
207
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/admin-parts/box.php:19
208
- msgid "Delete"
209
- msgstr "löschen"
210
-
211
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/admin-parts/box.php:26
212
- msgid "Image"
213
- msgstr ""
214
-
215
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/admin-parts/box.php:27
216
- msgid "Video"
217
- msgstr ""
218
-
219
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/admin-parts/box.php:28
220
- msgid "Custom"
221
- msgstr ""
222
-
223
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/admin-parts/box.php:45
224
- msgid "Get Image"
225
- msgstr ""
226
-
227
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/admin-parts/box.php:48
228
- #, fuzzy
229
- msgid "Slide Properties:"
230
- msgstr "Slider-Einstellungen"
231
-
232
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/admin-parts/box.php:50
233
- msgid "Link"
234
- msgstr ""
235
-
236
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/admin-parts/box.php:53
237
- msgid "Link URL:"
238
- msgstr ""
239
-
240
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/admin-parts/box.php:57
241
- msgid "Open Link in:"
242
- msgstr ""
243
-
244
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/admin-parts/box.php:59
245
- msgid "Same Window"
246
- msgstr ""
247
-
248
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/admin-parts/box.php:60
249
- msgid "New Tab or Window"
250
- msgstr ""
251
-
252
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/admin-parts/box.php:66
253
- msgid "Title"
254
- msgstr "Titel"
255
-
256
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/admin-parts/box.php:74
257
- msgid "Description"
258
- msgstr "Beschreibung"
259
-
260
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/admin-parts/box.php:83
261
- msgid "Image Attributes"
262
- msgstr ""
263
-
264
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/admin-parts/box.php:86
265
- msgid "Alternate Text:"
266
- msgstr ""
267
-
268
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/admin-parts/box.php:90
269
- #, fuzzy
270
- msgid "Title Text:"
271
- msgstr "Titel"
272
-
273
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/admin-parts/box.php:96
274
- #, fuzzy
275
- msgid "Slide Transition Effects"
276
- msgstr "Transition Effects Speed:"
277
-
278
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/admin-parts/box.php:100
279
- msgid "Disable"
280
- msgstr ""
281
-
282
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/admin-parts/box.php:101
283
- msgid "Enable Slide Effects"
284
- msgstr ""
285
-
286
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/admin-parts/box.php:107
287
- #, fuzzy
288
- msgid "Transition Effects:"
289
- msgstr "Transition Effects Speed:"
290
-
291
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/admin-parts/box.php:118
292
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/admin-parts/slider-properties.php:32
293
- msgid "Transition Effects Speed:"
294
- msgstr "Transition Effects Speed:"
295
-
296
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/admin-parts/box.php:120
297
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/admin-parts/box.php:127
298
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/admin-parts/slider-properties.php:34
299
- msgid "Milliseconds"
300
- msgstr "Millisekunden"
301
-
302
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/admin-parts/box.php:125
303
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/admin-parts/slider-properties.php:26
304
- msgid "Next Slide Delay:"
305
- msgstr "Next Slide Verzögerung:"
306
-
307
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/admin-parts/box.php:135
308
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/admin-parts/slider-properties.php:12
309
- msgid "Tile Count:"
310
- msgstr ""
311
-
312
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/admin-parts/box.php:137
313
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/admin-parts/slider-properties.php:14
314
- msgid "The number of tiles to use in the transition."
315
- msgstr ""
316
-
317
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/admin-parts/box.php:141
318
- #, fuzzy
319
- msgid "Tile Delay:"
320
- msgstr "Next Slide Verzögerung:"
321
-
322
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/admin-parts/box.php:143
323
- msgid "Milliseconds to delay each individual tile transition."
324
- msgstr ""
325
-
326
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/admin-parts/box.php:147
327
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/admin-parts/slider-properties.php:17
328
- msgid "Tile Position:"
329
- msgstr ""
330
-
331
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/admin-parts/box.php:149
332
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/admin-parts/slider-properties.php:19
333
- msgid "Vertical"
334
- msgstr ""
335
-
336
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/admin-parts/box.php:150
337
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/admin-parts/slider-properties.php:20
338
- msgid "Horizontal"
339
- msgstr ""
340
-
341
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/admin-parts/box.php:170
342
- msgid "Video URL:"
343
- msgstr ""
344
-
345
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/admin-parts/box.php:172
346
- msgid "Copy and paste a Youtube or Vimeo URL and hit the Get Video button."
347
- msgstr ""
348
-
349
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/admin-parts/box.php:176
350
- msgid "Get Video"
351
- msgstr ""
352
-
353
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/admin-parts/box.php:181
354
- msgid "Embed Code"
355
- msgstr ""
356
-
357
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/admin-parts/box.php:183
358
- msgid "You can place your embed code directly here. Or you can use the Get Video button to generate the embed code."
359
- msgstr ""
360
-
361
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/admin-parts/box.php:185
362
- msgid "<strong>Note:</strong> The Slide Properties and Tile effects are not supported for videos."
363
- msgstr ""
364
-
365
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/admin-parts/box.php:187
366
- msgid "<strong>Note:</strong> Append &wmode=transparent to the embed code src attribute to make HTML elements appear on top of Flash."
367
- msgstr ""
368
-
369
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/admin-parts/box.php:193
370
- msgid "Custom HTML"
371
- msgstr ""
372
-
373
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/admin-parts/slider-properties.php:3
374
- msgid "Transition Effects to Use:"
375
- msgstr "Transition Effects zu verwenden:"
376
-
377
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/admin-parts/slider-properties.php:28
378
- msgid "Milliseconds. 0 to disable auto advance."
379
- msgstr "Millisekunden. 0 deaktiviert auto Voraus."
380
-
381
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/admin-parts/slider-properties.php:38
382
- msgid "Width:"
383
- msgstr "Breite:"
384
-
385
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/admin-parts/slider-properties.php:40
386
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/admin-parts/slider-properties.php:46
387
- msgid "pixels."
388
- msgstr ""
389
-
390
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/admin-parts/slider-properties.php:44
391
- msgid "Height:"
392
- msgstr "Höhe:"
393
-
394
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/admin-parts/slider-properties.php:50
395
- msgid "Pause on Hover?"
396
- msgstr ""
397
-
398
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/admin-parts/slider-properties.php:52
399
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/admin-parts/slider-properties.php:60
400
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/admin-parts/slider-properties.php:68
401
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/admin-parts/slider-properties.php:78
402
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/admin-parts/slider-properties.php:87
403
- msgid "Yes"
404
- msgstr "Ja"
405
-
406
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/admin-parts/slider-properties.php:53
407
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/admin-parts/slider-properties.php:61
408
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/admin-parts/slider-properties.php:69
409
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/admin-parts/slider-properties.php:77
410
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/admin-parts/slider-properties.php:86
411
- msgid "No"
412
- msgstr "Nicht"
413
-
414
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/admin-parts/slider-properties.php:58
415
- msgid "Show Prev/Next Buttons?"
416
- msgstr "eige Tasten PREV / NEXT?"
417
-
418
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/admin-parts/slider-properties.php:66
419
- msgid "Show Navigation?"
420
- msgstr "Zeige Navigation?"
421
-
422
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/admin-parts/slider-properties.php:71
423
- msgid "The thumbnails or dots depending on template."
424
- msgstr ""
425
-
426
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/admin-parts/slider-properties.php:75
427
- msgid "Random Slide Order?"
428
- msgstr ""
429
-
430
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/admin-parts/slider-properties.php:80
431
- msgid "Randomize order of slides on every page visit."
432
- msgstr ""
433
-
434
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/admin-parts/slider-properties.php:84
435
- msgid "Resize Images?"
436
- msgstr ""
437
-
438
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/admin-parts/slider-properties.php:89
439
- msgid "Yes - resize images to slideshow dimension. <br>No - use the original uploaded image."
440
- msgstr ""
441
-
442
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/admin-parts/template-selection.php:38
443
- msgid "Select a template to use. Check the template icons to see what slide type it supports."
444
- msgstr ""
445
-
446
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/admin-parts/template-selection.php:40
447
- #, fuzzy
448
- msgid "Get more templates.."
449
- msgstr "Slider-Einstellungen"
450
-
451
- #, fuzzy
452
- #~ msgid "Slide Elements:"
453
- #~ msgstr "Zusätzliche Gleitelemente:"
454
-
455
- #, fuzzy
456
- #~ msgid "Slide Effects"
457
- #~ msgstr "Slider-Einstellungen"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: Cyclone Slider\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-08-04 19:25+0800\n"
6
+ "PO-Revision-Date: 2013-08-04 19:25+0800\n"
7
+ "Last-Translator: \n"
8
+ "Language-Team: kosinix <kosinix@codefleet.net>\n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Poedit-KeywordsList: __;_e;_x\n"
13
+ "X-Poedit-Basepath: .\n"
14
+ "X-Poedit-Language: German\n"
15
+ "X-Poedit-Country: GERMANY\n"
16
+ "X-Poedit-SourceCharset: utf-8\n"
17
+ "X-Poedit-SearchPath-0: D:\\webserver\\htdocs\\wp1\\wp-content\\plugins\\cyclone-slider-2\n"
18
+
19
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-admin.php:131
20
+ #, fuzzy
21
+ msgid "Select an image"
22
+ msgstr "Suchen Slideshows"
23
+
24
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-admin.php:132
25
+ #, fuzzy
26
+ msgid "Add to Slide"
27
+ msgstr "Folie hinzufügen"
28
+
29
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-admin.php:149
30
+ msgid "Cyclone Slider"
31
+ msgstr ""
32
+
33
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-admin.php:150
34
+ msgid "Slideshow"
35
+ msgstr ""
36
+
37
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-admin.php:151
38
+ msgid "Add Slideshow"
39
+ msgstr "Slideshow hinzufügen"
40
+
41
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-admin.php:152
42
+ msgid "Add New Slideshow"
43
+ msgstr "Neuer Slideshow"
44
+
45
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-admin.php:153
46
+ msgid "Edit Slideshow"
47
+ msgstr "Bearbeiten Slideshow"
48
+
49
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-admin.php:154
50
+ msgid "New Slideshow"
51
+ msgstr "Neue Slideshow"
52
+
53
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-admin.php:155
54
+ msgid "View Slideshow"
55
+ msgstr "Sehen Slideshow"
56
+
57
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-admin.php:156
58
+ msgid "Search Slideshows"
59
+ msgstr "Suchen Slideshows"
60
+
61
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-admin.php:157
62
+ msgid "No slideshows found"
63
+ msgstr "Keine Slideshows gefunden"
64
+
65
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-admin.php:158
66
+ msgid "No slideshows found in Trash"
67
+ msgstr "Keine Diashows in Trash gefunden"
68
+
69
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-admin.php:178
70
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-admin.php:181
71
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-admin.php:182
72
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-admin.php:185
73
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-admin.php:186
74
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-admin.php:187
75
+ msgid "Slideshow updated."
76
+ msgstr ""
77
+
78
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-admin.php:179
79
+ msgid "Custom field updated."
80
+ msgstr ""
81
+
82
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-admin.php:180
83
+ msgid "Custom field deleted."
84
+ msgstr ""
85
+
86
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-admin.php:183
87
+ #, fuzzy
88
+ msgid "Slideshow published."
89
+ msgstr "Slideshow gespeichert."
90
+
91
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-admin.php:184
92
+ msgid "Slideshow saved."
93
+ msgstr "Slideshow gespeichert."
94
+
95
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-admin.php:188
96
+ #, php-format
97
+ msgid "Templates CSS could not be saved. Make sure %stemplates.css is writable."
98
+ msgstr ""
99
+
100
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-admin.php:189
101
+ #, php-format
102
+ msgid "Templates JS could not be saved. Make sure %stemplates.js is writable."
103
+ msgstr ""
104
+
105
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-admin.php:223
106
+ msgid "Slides"
107
+ msgstr ""
108
+
109
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-admin.php:231
110
+ #, fuzzy
111
+ msgid "Get Slider Codes"
112
+ msgstr "Next Slide Verzögerung:"
113
+
114
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-admin.php:239
115
+ #, fuzzy
116
+ msgid "Slideshow Settings"
117
+ msgstr "Slider-Einstellungen"
118
+
119
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-admin.php:247
120
+ #, fuzzy
121
+ msgid "Slideshow Templates"
122
+ msgstr "Slider-Einstellungen"
123
+
124
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-admin.php:255
125
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-admin.php:463
126
+ msgid "Slideshow ID"
127
+ msgstr ""
128
+
129
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-admin.php:283
130
+ msgid "Slide"
131
+ msgstr ""
132
+
133
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-admin.php:396
134
+ #, fuzzy
135
+ msgid "Slide *"
136
+ msgstr "Folie hinzufügen"
137
+
138
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-admin.php:460
139
+ msgid "Slideshow Name"
140
+ msgstr "Slideshow Namen"
141
+
142
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-admin.php:461
143
+ msgid "Template"
144
+ msgstr ""
145
+
146
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-admin.php:462
147
+ #, fuzzy
148
+ msgid "No. of Slides"
149
+ msgstr "Folie hinzufügen"
150
+
151
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-admin.php:464
152
+ msgid "Shortcode"
153
+ msgstr ""
154
+
155
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-settings.php:17
156
+ msgid "Play with these settings if Cyclone Slider 2 is not working or if you want to optimize it."
157
+ msgstr ""
158
+
159
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-settings.php:33
160
+ msgid "Header"
161
+ msgstr ""
162
+
163
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-settings.php:34
164
+ msgid "Footer"
165
+ msgstr ""
166
+
167
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-settings.php:39
168
+ msgid "Load these scripts:"
169
+ msgstr ""
170
+
171
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-settings.php:44
172
+ msgid "Cycle 2. This is the core script needed by the plugin."
173
+ msgstr ""
174
+
175
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-settings.php:49
176
+ msgid "Cycle 2 - Carousel. Used by these templates: Galleria, Lea, Dos."
177
+ msgstr ""
178
+
179
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-settings.php:54
180
+ msgid "Cycle 2 - Tile. Used for tile transition effects."
181
+ msgstr ""
182
+
183
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-settings.php:59
184
+ msgid "Cycle 2 - Video. Used by YouTube template."
185
+ msgstr ""
186
+
187
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-settings.php:67
188
+ msgid "Make this value bigger to load scripts last."
189
+ msgstr ""
190
+
191
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-settings.php:86
192
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/codefleet/class-codefleet-settings-page.php:114
193
+ msgid "Default options restored."
194
+ msgstr ""
195
+
196
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-widget.php:15
197
+ msgid "Cyclone Slider Widget"
198
+ msgstr ""
199
+
200
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-widget.php:16
201
+ msgid "Widget for displaying slideshows."
202
+ msgstr ""
203
+
204
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-widget.php:62
205
+ #, fuzzy
206
+ msgid "Select a Slideshow:"
207
+ msgstr "Suchen Slideshows"
208
+
209
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-widget.php:77
210
+ #, fuzzy
211
+ msgid "No slideshows found."
212
+ msgstr "Keine Slideshows gefunden"
213
+
214
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider.php:208
215
+ #, fuzzy, php-format
216
+ msgid "[Slideshow \"%s\" not found]"
217
+ msgstr "[Slideshow nicht gefunden]"
218
+
219
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider.php:234
220
+ #, php-format
221
+ msgid "[Template \"%s\" not found]"
222
+ msgstr "[Template \"%s\" nicht gefunden]"
223
+
224
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-nextgen-integration.php:33
225
+ msgid "NextGEN Integration"
226
+ msgstr ""
227
+
228
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-nextgen-integration.php:49
229
+ msgid "Choose a NextGEN Gallery"
230
+ msgstr ""
231
+
232
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-nextgen-integration.php:59
233
+ msgid "Import"
234
+ msgstr ""
235
+
236
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-nextgen-integration.php:61
237
+ msgid "Select a gallery to import images from. Images will be added as new slides."
238
+ msgstr ""
239
+
240
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slide-edit.php:18
241
+ msgid "Drag"
242
+ msgstr "Ziehen"
243
+
244
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slide-edit.php:19
245
+ msgid "Toggle"
246
+ msgstr "Wechseln"
247
+
248
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slide-edit.php:20
249
+ msgid "Delete"
250
+ msgstr "löschen"
251
+
252
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slide-edit.php:27
253
+ msgid "Image"
254
+ msgstr ""
255
+
256
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slide-edit.php:28
257
+ msgid "Video"
258
+ msgstr ""
259
+
260
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slide-edit.php:29
261
+ msgid "Custom"
262
+ msgstr ""
263
+
264
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slide-edit.php:42
265
+ msgid "Get Image"
266
+ msgstr ""
267
+
268
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slide-edit.php:45
269
+ #, fuzzy
270
+ msgid "Slide Properties:"
271
+ msgstr "Slider-Einstellungen"
272
+
273
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slide-edit.php:47
274
+ msgid "Link"
275
+ msgstr ""
276
+
277
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slide-edit.php:50
278
+ msgid "Link URL:"
279
+ msgstr ""
280
+
281
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slide-edit.php:54
282
+ msgid "Open Link in:"
283
+ msgstr ""
284
+
285
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slide-edit.php:56
286
+ msgid "Same Window"
287
+ msgstr ""
288
+
289
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slide-edit.php:57
290
+ msgid "New Tab or Window"
291
+ msgstr ""
292
+
293
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slide-edit.php:63
294
+ msgid "Title"
295
+ msgstr "Titel"
296
+
297
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slide-edit.php:71
298
+ msgid "Description"
299
+ msgstr "Beschreibung"
300
+
301
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slide-edit.php:80
302
+ msgid "Image Attributes"
303
+ msgstr ""
304
+
305
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slide-edit.php:83
306
+ msgid "Alternate Text:"
307
+ msgstr ""
308
+
309
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slide-edit.php:87
310
+ #, fuzzy
311
+ msgid "Title Text:"
312
+ msgstr "Titel"
313
+
314
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slide-edit.php:93
315
+ #, fuzzy
316
+ msgid "Slide Transition Effects"
317
+ msgstr "Transition Effects Speed:"
318
+
319
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slide-edit.php:97
320
+ msgid "Disable"
321
+ msgstr ""
322
+
323
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slide-edit.php:98
324
+ msgid "Enable Slide Effects"
325
+ msgstr ""
326
+
327
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slide-edit.php:104
328
+ #, fuzzy
329
+ msgid "Transition Effects:"
330
+ msgstr "Transition Effects Speed:"
331
+
332
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slide-edit.php:115
333
+ msgid "Transition Effects Speed:"
334
+ msgstr "Transition Effects Speed:"
335
+
336
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slide-edit.php:117
337
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slide-edit.php:124
338
+ msgid "Milliseconds"
339
+ msgstr "Millisekunden"
340
+
341
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slide-edit.php:122
342
+ msgid "Next Slide Delay:"
343
+ msgstr "Next Slide Verzögerung:"
344
+
345
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slide-edit.php:132
346
+ msgid "Tile Count:"
347
+ msgstr ""
348
+
349
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slide-edit.php:134
350
+ msgid "The number of tiles to use in the transition."
351
+ msgstr ""
352
+
353
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slide-edit.php:138
354
+ #, fuzzy
355
+ msgid "Tile Delay:"
356
+ msgstr "Next Slide Verzögerung:"
357
+
358
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slide-edit.php:140
359
+ msgid "Milliseconds to delay each individual tile transition."
360
+ msgstr ""
361
+
362
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slide-edit.php:144
363
+ msgid "Tile Position:"
364
+ msgstr ""
365
+
366
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slide-edit.php:146
367
+ msgid "Vertical"
368
+ msgstr ""
369
+
370
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slide-edit.php:147
371
+ msgid "Horizontal"
372
+ msgstr ""
373
+
374
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slide-edit.php:167
375
+ msgid "Video URL:"
376
+ msgstr ""
377
+
378
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slide-edit.php:169
379
+ msgid "Copy and paste a Youtube or Vimeo URL and hit the Get Video button."
380
+ msgstr ""
381
+
382
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slide-edit.php:173
383
+ msgid "Get Video"
384
+ msgstr ""
385
+
386
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slide-edit.php:178
387
+ msgid "Embed Code"
388
+ msgstr ""
389
+
390
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slide-edit.php:180
391
+ msgid "You can place your embed code directly here. Or you can use the Get Video button to generate the embed code."
392
+ msgstr ""
393
+
394
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slide-edit.php:182
395
+ msgid "<strong>Note:</strong> The Slide Properties and Tile effects are not supported for videos."
396
+ msgstr ""
397
+
398
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slide-edit.php:184
399
+ msgid "<strong>Note:</strong> Append &wmode=transparent to the embed code src attribute to make HTML elements appear on top of Flash."
400
+ msgstr ""
401
+
402
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slide-edit.php:190
403
+ msgid "Custom HTML"
404
+ msgstr ""
405
+
406
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slider-codes.php:4
407
+ msgid "Your Shortcode:"
408
+ msgstr ""
409
+
410
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slider-codes.php:6
411
+ msgid "Copy and paste this shortcode into your Post, Page or Custom Post editor."
412
+ msgstr ""
413
+
414
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slider-codes.php:10
415
+ msgid "Your PHP Code:"
416
+ msgstr ""
417
+
418
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slider-codes.php:12
419
+ msgid "Copy and paste this code when you need to display the slider in template files (header.php, front-page.php, etc.)."
420
+ msgstr ""
421
+
422
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slider-id.php:5
423
+ msgid "Change the Slideshow ID here."
424
+ msgstr ""
425
+
426
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slider-properties.php:4
427
+ msgid "Transition Effects to Use:"
428
+ msgstr "Transition Effects zu verwenden:"
429
+
430
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slider-properties.php:28
431
+ msgid "Milliseconds. 0 to disable auto advance."
432
+ msgstr "Millisekunden. 0 deaktiviert auto Voraus."
433
+
434
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slider-properties.php:38
435
+ msgid "Width:"
436
+ msgstr "Breite:"
437
+
438
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slider-properties.php:40
439
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slider-properties.php:46
440
+ msgid "pixels."
441
+ msgstr ""
442
+
443
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slider-properties.php:44
444
+ msgid "Height:"
445
+ msgstr "Höhe:"
446
+
447
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slider-properties.php:50
448
+ msgid "Pause on Hover?"
449
+ msgstr ""
450
+
451
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slider-properties.php:52
452
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slider-properties.php:60
453
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slider-properties.php:68
454
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slider-properties.php:78
455
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slider-properties.php:87
456
+ msgid "Yes"
457
+ msgstr "Ja"
458
+
459
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slider-properties.php:53
460
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slider-properties.php:61
461
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slider-properties.php:69
462
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slider-properties.php:77
463
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slider-properties.php:86
464
+ msgid "No"
465
+ msgstr "Nicht"
466
+
467
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slider-properties.php:58
468
+ msgid "Show Prev/Next Buttons?"
469
+ msgstr "eige Tasten PREV / NEXT?"
470
+
471
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slider-properties.php:66
472
+ msgid "Show Navigation?"
473
+ msgstr "Zeige Navigation?"
474
+
475
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slider-properties.php:71
476
+ msgid "The thumbnails or dots depending on template."
477
+ msgstr ""
478
+
479
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slider-properties.php:75
480
+ msgid "Random Slide Order?"
481
+ msgstr ""
482
+
483
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slider-properties.php:80
484
+ msgid "Randomize order of slides on every page visit."
485
+ msgstr ""
486
+
487
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slider-properties.php:84
488
+ msgid "Resize Images?"
489
+ msgstr ""
490
+
491
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slider-properties.php:89
492
+ msgid "Yes - resize images to slideshow dimension. <br>No - use the original uploaded image."
493
+ msgstr ""
494
+
495
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slides.php:8
496
+ msgid "Add Slide"
497
+ msgstr "Folie hinzufügen"
498
+
499
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/template-selection.php:39
500
+ msgid "Select a template to use. Check the template icons to see what slide type it supports."
501
+ msgstr ""
502
+
503
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/template-selection.php:40
504
+ #, php-format
505
+ msgid "Note: If you are looking for the Black, Blue or Myrtle, checkout this <a href=\"%s\">post</a>."
506
+ msgstr ""
507
+
508
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/template-selection.php:42
509
+ #, fuzzy
510
+ msgid "Get more templates.."
511
+ msgstr "Slider-Einstellungen"
512
+
513
+ #~ msgid "Slideshow updated. Shortcode is [cycloneslider id=\"%s\"]"
514
+ #~ msgstr "Slideshow aktualisiert. Shortcode ist [cycloneslider id=\"%s\"]"
515
+
516
+ #~ msgid "Slideshow published. Shortcode is [cycloneslider id=\"%s\"]"
517
+ #~ msgstr "Slideshow veröffentlicht. Shortcode ist [cycloneslider id=\"%s\"]"
518
+
519
+ #, fuzzy
520
+ #~ msgid "Slide Elements:"
521
+ #~ msgstr "Zusätzliche Gleitelemente:"
522
+
523
+ #, fuzzy
524
+ #~ msgid "Slide Effects"
525
+ #~ msgstr "Slider-Einstellungen"
lang/cycloneslider-fr_FR.mo CHANGED
Binary file
lang/cycloneslider-fr_FR.po CHANGED
@@ -1,470 +1,516 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: Cyclone Slider\n"
4
- "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2013-03-21 07:42+0800\n"
6
- "PO-Revision-Date: 2013-05-13 17:19+0100\n"
7
- "Last-Translator: Aubin BERTHE <aubin@mak2com.com>\n"
8
- "Language-Team: kosinix <kosinix@codefleet.net>\n"
9
- "MIME-Version: 1.0\n"
10
- "Content-Type: text/plain; charset=UTF-8\n"
11
- "Content-Transfer-Encoding: 8bit\n"
12
- "X-Poedit-KeywordsList: __;_e;_x\n"
13
- "X-Poedit-Basepath: .\n"
14
- "X-Poedit-SourceCharset: utf-8\n"
15
- "Language: de_DE\n"
16
- "X-Generator: Poedit 1.5.5\n"
17
- "X-Poedit-SearchPath-0: D:\\webserver\\htdocs\\wp1\\wp-content\\plugins"
18
- "\\cyclone-slider-2\n"
19
-
20
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/class-cyclone-slider-widget.php:15
21
- msgid "Cyclone Slider Widget"
22
- msgstr "Module de diaporama"
23
-
24
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/class-cyclone-slider-widget.php:16
25
- msgid "Widget for displaying slideshows."
26
- msgstr "Module pour afficher des diaporamas"
27
-
28
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/class-cyclone-slider-widget.php:62
29
- msgid "Select a Slideshow:"
30
- msgstr "Sélectionner un diaporama"
31
-
32
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/class-cyclone-slider-widget.php:77
33
- msgid "No slideshows found."
34
- msgstr "Aucuns diaporamas"
35
-
36
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/class-cyclone-slider.php:103
37
- msgid "Select an image"
38
- msgstr "Sélectionnez une image"
39
-
40
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/class-cyclone-slider.php:104
41
- msgid "Add to Slide"
42
- msgstr "Ajouter au diaporama"
43
-
44
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/class-cyclone-slider.php:135
45
- msgid "Cyclone Slider"
46
- msgstr "Diaporama"
47
-
48
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/class-cyclone-slider.php:136
49
- msgid "Slideshow"
50
- msgstr "Diaporama"
51
-
52
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/class-cyclone-slider.php:137
53
- msgid "Add Slideshow"
54
- msgstr "Ajoutez un diaporama"
55
-
56
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/class-cyclone-slider.php:138
57
- msgid "Add New Slideshow"
58
- msgstr "Ajouter un nouveau diaporama"
59
-
60
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/class-cyclone-slider.php:139
61
- msgid "Edit Slideshow"
62
- msgstr "Editer le diaporama"
63
-
64
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/class-cyclone-slider.php:140
65
- msgid "New Slideshow"
66
- msgstr "Nouveau diaporama"
67
-
68
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/class-cyclone-slider.php:141
69
- msgid "View Slideshow"
70
- msgstr "Voir le diaporama"
71
-
72
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/class-cyclone-slider.php:142
73
- msgid "Search Slideshows"
74
- msgstr "Rechercher des diaporamas"
75
-
76
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/class-cyclone-slider.php:143
77
- msgid "No slideshows found"
78
- msgstr "Pas de diaporama trouvé"
79
-
80
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/class-cyclone-slider.php:144
81
- msgid "No slideshows found in Trash"
82
- msgstr "Pas de diaporama trouvé"
83
-
84
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/class-cyclone-slider.php:164
85
- #, php-format
86
- msgid "Slideshow updated. Shortcode is [cycloneslider id=\"%s\"]"
87
- msgstr "Diaporama mis à jours. Son shortcode est [cycloneslider id=\"%s\"]"
88
-
89
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/class-cyclone-slider.php:165
90
- msgid "Custom field updated."
91
- msgstr "Champ mis à jours"
92
-
93
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/class-cyclone-slider.php:166
94
- msgid "Custom field deleted."
95
- msgstr "Champ supprimé"
96
-
97
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/class-cyclone-slider.php:167
98
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/class-cyclone-slider.php:168
99
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/class-cyclone-slider.php:171
100
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/class-cyclone-slider.php:172
101
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/class-cyclone-slider.php:173
102
- msgid "Slideshow updated."
103
- msgstr "Diaporama mis à jour"
104
-
105
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/class-cyclone-slider.php:169
106
- #, php-format
107
- msgid "Slideshow published. Shortcode is [cycloneslider id=\"%s\"]"
108
- msgstr "Diaporama publié. Son shortcode est [cycloneslider id=\"%s\"]"
109
-
110
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/class-cyclone-slider.php:170
111
- msgid "Slideshow saved."
112
- msgstr "Diaporama sauvegardé"
113
-
114
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/class-cyclone-slider.php:174
115
- #, php-format
116
- msgid ""
117
- "Templates CSS could not be saved. Make sure %stemplates.css is writable."
118
- msgstr ""
119
- "Thème CSS non sauvegardé. Assurez-vous que le fichier %stemplates.css puisse "
120
- "être modifié."
121
-
122
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/class-cyclone-slider.php:175
123
- #, php-format
124
- msgid "Templates JS could not be saved. Make sure %stemplates.js is writable."
125
- msgstr ""
126
- "Thème JS non sauvegardé. Assurez-vous que le fichier %stemplates.js puisse "
127
- "être modifié."
128
-
129
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/class-cyclone-slider.php:199
130
- msgid "Slides"
131
- msgstr "Diapos"
132
-
133
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/class-cyclone-slider.php:207
134
- msgid "Slideshow Settings"
135
- msgstr "Réglages du diaporama"
136
-
137
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/class-cyclone-slider.php:215
138
- msgid "Slideshow Templates"
139
- msgstr "Thèmes de diaporama"
140
-
141
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/class-cyclone-slider.php:243
142
- msgid "Slide"
143
- msgstr "Diapo"
144
-
145
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/class-cyclone-slider.php:252
146
- msgid "Add Slide"
147
- msgstr "Ajouter une diapo"
148
-
149
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/class-cyclone-slider.php:504
150
- msgid "Slideshow Name"
151
- msgstr "Nom du diaporama"
152
-
153
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/class-cyclone-slider.php:505
154
- msgid "Template"
155
- msgstr "Thème"
156
-
157
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/class-cyclone-slider.php:506
158
- msgid "Images"
159
- msgstr "Images"
160
-
161
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/class-cyclone-slider.php:507
162
- msgid "Slideshow ID"
163
- msgstr "Diaporama ID"
164
-
165
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/class-cyclone-slider.php:508
166
- msgid "Shortcode"
167
- msgstr "Shortcode"
168
-
169
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/class-cyclone-slider.php:539
170
- msgid "Slide *"
171
- msgstr "Diapo *"
172
-
173
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/class-cyclone-slider.php:659
174
- msgid "[Slideshow not found]"
175
- msgstr "[Diaporama non trouvé]"
176
-
177
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/class-cyclone-slider.php:684
178
- #, php-format
179
- msgid "[Template \"%s\" not found]"
180
- msgstr "[Thème \"%s\" non trouvé]"
181
-
182
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/class-nextgen-integration.php:33
183
- msgid "NextGEN Integration"
184
- msgstr "NextGEN Integration"
185
-
186
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/class-nextgen-integration.php:49
187
- msgid "Choose a NextGEN Gallery"
188
- msgstr "Choose a NextGEN Gallery"
189
-
190
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/class-nextgen-integration.php:59
191
- msgid "Import"
192
- msgstr "Importer"
193
-
194
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/class-nextgen-integration.php:61
195
- msgid ""
196
- "Select a gallery to import images from. Images will be added as new slides."
197
- msgstr ""
198
- "Selectionnez une galerie pour importer les images. Les images devront être "
199
- "ajoutées comme des nouvelles diapos "
200
-
201
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/admin-parts/box.php:17
202
- msgid "Drag"
203
- msgstr "Glisser"
204
-
205
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/admin-parts/box.php:18
206
- msgid "Toggle"
207
- msgstr "Basculer"
208
-
209
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/admin-parts/box.php:19
210
- msgid "Delete"
211
- msgstr "Supprimer"
212
-
213
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/admin-parts/box.php:26
214
- msgid "Image"
215
- msgstr "Image"
216
-
217
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/admin-parts/box.php:27
218
- msgid "Video"
219
- msgstr "Vidéo"
220
-
221
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/admin-parts/box.php:28
222
- msgid "Custom"
223
- msgstr "Personnalisé"
224
-
225
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/admin-parts/box.php:45
226
- msgid "Get Image"
227
- msgstr "Importer une image"
228
-
229
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/admin-parts/box.php:48
230
- msgid "Slide Properties:"
231
- msgstr "Propriétés de la diapo"
232
-
233
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/admin-parts/box.php:50
234
- msgid "Link"
235
- msgstr "Lien"
236
-
237
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/admin-parts/box.php:53
238
- msgid "Link URL:"
239
- msgstr "Lien"
240
-
241
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/admin-parts/box.php:57
242
- msgid "Open Link in:"
243
- msgstr "Ouvrir le lien dans :"
244
-
245
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/admin-parts/box.php:59
246
- msgid "Same Window"
247
- msgstr "Même fenêtre"
248
-
249
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/admin-parts/box.php:60
250
- msgid "New Tab or Window"
251
- msgstr "Nouvel onglet ou fenêtre"
252
-
253
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/admin-parts/box.php:66
254
- msgid "Title"
255
- msgstr "Titre"
256
-
257
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/admin-parts/box.php:74
258
- msgid "Description"
259
- msgstr "Description"
260
-
261
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/admin-parts/box.php:83
262
- msgid "Image Attributes"
263
- msgstr "Attributs de l'image"
264
-
265
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/admin-parts/box.php:86
266
- msgid "Alternate Text:"
267
- msgstr "Texte alternatif"
268
-
269
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/admin-parts/box.php:90
270
- msgid "Title Text:"
271
- msgstr "Titre"
272
-
273
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/admin-parts/box.php:96
274
- msgid "Slide Transition Effects"
275
- msgstr "Effets de transition"
276
-
277
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/admin-parts/box.php:100
278
- msgid "Disable"
279
- msgstr "Désactivé"
280
-
281
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/admin-parts/box.php:101
282
- msgid "Enable Slide Effects"
283
- msgstr "Permettre les effets de transition"
284
-
285
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/admin-parts/box.php:107
286
- msgid "Transition Effects:"
287
- msgstr "Effets de transition"
288
-
289
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/admin-parts/box.php:118
290
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/admin-parts/slider-properties.php:32
291
- msgid "Transition Effects Speed:"
292
- msgstr "Temps de l'effet de transtion"
293
-
294
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/admin-parts/box.php:120
295
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/admin-parts/box.php:127
296
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/admin-parts/slider-properties.php:34
297
- msgid "Milliseconds"
298
- msgstr "Millisecondes"
299
-
300
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/admin-parts/box.php:125
301
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/admin-parts/slider-properties.php:26
302
- msgid "Next Slide Delay:"
303
- msgstr "Temps avant la prochaine diapo"
304
-
305
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/admin-parts/box.php:135
306
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/admin-parts/slider-properties.php:12
307
- msgid "Tile Count:"
308
- msgstr "Nombre de carreaux"
309
-
310
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/admin-parts/box.php:137
311
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/admin-parts/slider-properties.php:14
312
- msgid "The number of tiles to use in the transition."
313
- msgstr "Nombre de carreaux à utiliser pour les transitions"
314
-
315
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/admin-parts/box.php:141
316
- msgid "Tile Delay:"
317
- msgstr "Délais"
318
-
319
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/admin-parts/box.php:143
320
- msgid "Milliseconds to delay each individual tile transition."
321
- msgstr "Delais de transition en millisecondes"
322
-
323
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/admin-parts/box.php:147
324
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/admin-parts/slider-properties.php:17
325
- msgid "Tile Position:"
326
- msgstr "Position"
327
-
328
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/admin-parts/box.php:149
329
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/admin-parts/slider-properties.php:19
330
- msgid "Vertical"
331
- msgstr "Vertical"
332
-
333
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/admin-parts/box.php:150
334
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/admin-parts/slider-properties.php:20
335
- msgid "Horizontal"
336
- msgstr "Horizontal"
337
-
338
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/admin-parts/box.php:170
339
- msgid "Video URL:"
340
- msgstr "Lien vidéo"
341
-
342
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/admin-parts/box.php:172
343
- msgid "Copy and paste a Youtube or Vimeo URL and hit the Get Video button."
344
- msgstr "copier et coller un lien Youtube ou Vimeo"
345
-
346
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/admin-parts/box.php:176
347
- msgid "Get Video"
348
- msgstr "Modifier vidéo"
349
-
350
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/admin-parts/box.php:181
351
- msgid "Embed Code"
352
- msgstr "Code HTML"
353
-
354
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/admin-parts/box.php:183
355
- msgid ""
356
- "You can place your embed code directly here. Or you can use the Get Video "
357
- "button to generate the embed code."
358
- msgstr "Vous pouvez placer du code directement ici"
359
-
360
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/admin-parts/box.php:185
361
- msgid ""
362
- "<strong>Note:</strong> The Slide Properties and Tile effects are not "
363
- "supported for videos."
364
- msgstr ""
365
- "Note : les propriétés du diaporama ne sont pas supportés pour les vidéos"
366
-
367
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/admin-parts/box.php:187
368
- msgid ""
369
- "<strong>Note:</strong> Append &wmode=transparent to the embed code src "
370
- "attribute to make HTML elements appear on top of Flash."
371
- msgstr ""
372
- "Note : ajouter à l'attribut &wmode=transparent pour que les éléments HTML "
373
- "apparaissent au dessus de Flash."
374
-
375
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/admin-parts/box.php:193
376
- msgid "Custom HTML"
377
- msgstr "Code HTML personnalisé"
378
-
379
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/admin-parts/slider-properties.php:3
380
- msgid "Transition Effects to Use:"
381
- msgstr "Effet de transition à utiliser"
382
-
383
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/admin-parts/slider-properties.php:28
384
- msgid "Milliseconds. 0 to disable auto advance."
385
- msgstr "Millisecondes. 0 ou désactiver le défilement automatique"
386
-
387
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/admin-parts/slider-properties.php:38
388
- msgid "Width:"
389
- msgstr "Largeur :"
390
-
391
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/admin-parts/slider-properties.php:40
392
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/admin-parts/slider-properties.php:46
393
- msgid "pixels."
394
- msgstr "pixels."
395
-
396
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/admin-parts/slider-properties.php:44
397
- msgid "Height:"
398
- msgstr "Hauteur :"
399
-
400
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/admin-parts/slider-properties.php:50
401
- msgid "Pause on Hover?"
402
- msgstr "Pause au survol"
403
-
404
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/admin-parts/slider-properties.php:52
405
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/admin-parts/slider-properties.php:60
406
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/admin-parts/slider-properties.php:68
407
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/admin-parts/slider-properties.php:78
408
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/admin-parts/slider-properties.php:87
409
- msgid "Yes"
410
- msgstr "Oui"
411
-
412
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/admin-parts/slider-properties.php:53
413
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/admin-parts/slider-properties.php:61
414
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/admin-parts/slider-properties.php:69
415
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/admin-parts/slider-properties.php:77
416
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/admin-parts/slider-properties.php:86
417
- msgid "No"
418
- msgstr "Non"
419
-
420
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/admin-parts/slider-properties.php:58
421
- msgid "Show Prev/Next Buttons?"
422
- msgstr "Afficher les boutons précédent et suivant ?"
423
-
424
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/admin-parts/slider-properties.php:66
425
- msgid "Show Navigation?"
426
- msgstr "Afficher la navigation ?"
427
-
428
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/admin-parts/slider-properties.php:71
429
- msgid "The thumbnails or dots depending on template."
430
- msgstr "Les miniatures dépendent du template"
431
-
432
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/admin-parts/slider-properties.php:75
433
- msgid "Random Slide Order?"
434
- msgstr "Ordre des diapos aléatoire ?"
435
-
436
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/admin-parts/slider-properties.php:80
437
- msgid "Randomize order of slides on every page visit."
438
- msgstr "Faire un ordre des diapos aléatoires sur chaque page visité"
439
-
440
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/admin-parts/slider-properties.php:84
441
- msgid "Resize Images?"
442
- msgstr "Retailler l'image ?"
443
-
444
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/admin-parts/slider-properties.php:89
445
- msgid ""
446
- "Yes - resize images to slideshow dimension. <br>No - use the original "
447
- "uploaded image."
448
- msgstr ""
449
- "Oui - Retailler les images à la dimension du diaporama. <br /> Non - "
450
- "utiliser la taille original de l'image importée"
451
-
452
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/admin-parts/template-selection.php:38
453
- msgid ""
454
- "Select a template to use. Check the template icons to see what slide type it "
455
- "supports."
456
- msgstr ""
457
- "Choisissez le thème à utiliser. Vérifier les icônes du thème pour savoir les "
458
- "options qu'il supporte."
459
-
460
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/inc/admin-parts/template-selection.php:40
461
- msgid "Get more templates.."
462
- msgstr "Plus de thèmes..."
463
-
464
- #, fuzzy
465
- #~ msgid "Slide Elements:"
466
- #~ msgstr "Zusätzliche Gleitelemente:"
467
-
468
- #, fuzzy
469
- #~ msgid "Slide Effects"
470
- #~ msgstr "Slider-Einstellungen"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: Cyclone Slider\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-08-04 19:25+0800\n"
6
+ "PO-Revision-Date: 2013-08-04 19:26+0800\n"
7
+ "Last-Translator: \n"
8
+ "Language-Team: kosinix <kosinix@codefleet.net>\n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Poedit-KeywordsList: __;_e;_x\n"
13
+ "X-Poedit-Basepath: .\n"
14
+ "X-Poedit-SourceCharset: utf-8\n"
15
+ "Language: de_DE\n"
16
+ "X-Generator: Poedit 1.5.5\n"
17
+ "X-Poedit-SearchPath-0: D:\\webserver\\htdocs\\wp1\\wp-content\\plugins\\cyclone-slider-2\n"
18
+
19
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-admin.php:131
20
+ msgid "Select an image"
21
+ msgstr "Sélectionnez une image"
22
+
23
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-admin.php:132
24
+ msgid "Add to Slide"
25
+ msgstr "Ajouter au diaporama"
26
+
27
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-admin.php:149
28
+ msgid "Cyclone Slider"
29
+ msgstr "Diaporama"
30
+
31
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-admin.php:150
32
+ msgid "Slideshow"
33
+ msgstr "Diaporama"
34
+
35
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-admin.php:151
36
+ msgid "Add Slideshow"
37
+ msgstr "Ajoutez un diaporama"
38
+
39
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-admin.php:152
40
+ msgid "Add New Slideshow"
41
+ msgstr "Ajouter un nouveau diaporama"
42
+
43
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-admin.php:153
44
+ msgid "Edit Slideshow"
45
+ msgstr "Editer le diaporama"
46
+
47
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-admin.php:154
48
+ msgid "New Slideshow"
49
+ msgstr "Nouveau diaporama"
50
+
51
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-admin.php:155
52
+ msgid "View Slideshow"
53
+ msgstr "Voir le diaporama"
54
+
55
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-admin.php:156
56
+ msgid "Search Slideshows"
57
+ msgstr "Rechercher des diaporamas"
58
+
59
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-admin.php:157
60
+ msgid "No slideshows found"
61
+ msgstr "Pas de diaporama trouvé"
62
+
63
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-admin.php:158
64
+ msgid "No slideshows found in Trash"
65
+ msgstr "Pas de diaporama trouvé"
66
+
67
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-admin.php:178
68
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-admin.php:181
69
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-admin.php:182
70
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-admin.php:185
71
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-admin.php:186
72
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-admin.php:187
73
+ msgid "Slideshow updated."
74
+ msgstr "Diaporama mis à jour"
75
+
76
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-admin.php:179
77
+ msgid "Custom field updated."
78
+ msgstr "Champ mis à jours"
79
+
80
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-admin.php:180
81
+ msgid "Custom field deleted."
82
+ msgstr "Champ supprimé"
83
+
84
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-admin.php:183
85
+ #, fuzzy
86
+ msgid "Slideshow published."
87
+ msgstr "Diaporama sauvegardé"
88
+
89
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-admin.php:184
90
+ msgid "Slideshow saved."
91
+ msgstr "Diaporama sauvegardé"
92
+
93
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-admin.php:188
94
+ #, php-format
95
+ msgid "Templates CSS could not be saved. Make sure %stemplates.css is writable."
96
+ msgstr "Thème CSS non sauvegardé. Assurez-vous que le fichier %stemplates.css puisse être modifié."
97
+
98
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-admin.php:189
99
+ #, php-format
100
+ msgid "Templates JS could not be saved. Make sure %stemplates.js is writable."
101
+ msgstr "Thème JS non sauvegardé. Assurez-vous que le fichier %stemplates.js puisse être modifié."
102
+
103
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-admin.php:223
104
+ msgid "Slides"
105
+ msgstr "Diapos"
106
+
107
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-admin.php:231
108
+ #, fuzzy
109
+ msgid "Get Slider Codes"
110
+ msgstr "Modifier vidéo"
111
+
112
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-admin.php:239
113
+ msgid "Slideshow Settings"
114
+ msgstr "Réglages du diaporama"
115
+
116
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-admin.php:247
117
+ msgid "Slideshow Templates"
118
+ msgstr "Thèmes de diaporama"
119
+
120
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-admin.php:255
121
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-admin.php:463
122
+ msgid "Slideshow ID"
123
+ msgstr "Diaporama ID"
124
+
125
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-admin.php:283
126
+ msgid "Slide"
127
+ msgstr "Diapo"
128
+
129
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-admin.php:396
130
+ msgid "Slide *"
131
+ msgstr "Diapo *"
132
+
133
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-admin.php:460
134
+ msgid "Slideshow Name"
135
+ msgstr "Nom du diaporama"
136
+
137
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-admin.php:461
138
+ msgid "Template"
139
+ msgstr "Thème"
140
+
141
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-admin.php:462
142
+ #, fuzzy
143
+ msgid "No. of Slides"
144
+ msgstr "Ajouter au diaporama"
145
+
146
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-admin.php:464
147
+ msgid "Shortcode"
148
+ msgstr "Shortcode"
149
+
150
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-settings.php:17
151
+ msgid "Play with these settings if Cyclone Slider 2 is not working or if you want to optimize it."
152
+ msgstr ""
153
+
154
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-settings.php:33
155
+ msgid "Header"
156
+ msgstr ""
157
+
158
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-settings.php:34
159
+ msgid "Footer"
160
+ msgstr ""
161
+
162
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-settings.php:39
163
+ msgid "Load these scripts:"
164
+ msgstr ""
165
+
166
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-settings.php:44
167
+ msgid "Cycle 2. This is the core script needed by the plugin."
168
+ msgstr ""
169
+
170
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-settings.php:49
171
+ msgid "Cycle 2 - Carousel. Used by these templates: Galleria, Lea, Dos."
172
+ msgstr ""
173
+
174
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-settings.php:54
175
+ msgid "Cycle 2 - Tile. Used for tile transition effects."
176
+ msgstr ""
177
+
178
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-settings.php:59
179
+ msgid "Cycle 2 - Video. Used by YouTube template."
180
+ msgstr ""
181
+
182
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-settings.php:67
183
+ msgid "Make this value bigger to load scripts last."
184
+ msgstr ""
185
+
186
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-settings.php:86
187
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/codefleet/class-codefleet-settings-page.php:114
188
+ msgid "Default options restored."
189
+ msgstr ""
190
+
191
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-widget.php:15
192
+ msgid "Cyclone Slider Widget"
193
+ msgstr "Module de diaporama"
194
+
195
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-widget.php:16
196
+ msgid "Widget for displaying slideshows."
197
+ msgstr "Module pour afficher des diaporamas"
198
+
199
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-widget.php:62
200
+ msgid "Select a Slideshow:"
201
+ msgstr "Sélectionner un diaporama"
202
+
203
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-widget.php:77
204
+ msgid "No slideshows found."
205
+ msgstr "Aucuns diaporamas"
206
+
207
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider.php:208
208
+ #, fuzzy, php-format
209
+ msgid "[Slideshow \"%s\" not found]"
210
+ msgstr "[Diaporama non trouvé]"
211
+
212
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider.php:234
213
+ #, php-format
214
+ msgid "[Template \"%s\" not found]"
215
+ msgstr "[Thème \"%s\" non trouvé]"
216
+
217
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-nextgen-integration.php:33
218
+ msgid "NextGEN Integration"
219
+ msgstr "NextGEN Integration"
220
+
221
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-nextgen-integration.php:49
222
+ msgid "Choose a NextGEN Gallery"
223
+ msgstr "Choose a NextGEN Gallery"
224
+
225
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-nextgen-integration.php:59
226
+ msgid "Import"
227
+ msgstr "Importer"
228
+
229
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-nextgen-integration.php:61
230
+ msgid "Select a gallery to import images from. Images will be added as new slides."
231
+ msgstr "Selectionnez une galerie pour importer les images. Les images devront être ajoutées comme des nouvelles diapos "
232
+
233
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slide-edit.php:18
234
+ msgid "Drag"
235
+ msgstr "Glisser"
236
+
237
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slide-edit.php:19
238
+ msgid "Toggle"
239
+ msgstr "Basculer"
240
+
241
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slide-edit.php:20
242
+ msgid "Delete"
243
+ msgstr "Supprimer"
244
+
245
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slide-edit.php:27
246
+ msgid "Image"
247
+ msgstr "Image"
248
+
249
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slide-edit.php:28
250
+ msgid "Video"
251
+ msgstr "Vidéo"
252
+
253
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slide-edit.php:29
254
+ msgid "Custom"
255
+ msgstr "Personnalisé"
256
+
257
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slide-edit.php:42
258
+ msgid "Get Image"
259
+ msgstr "Importer une image"
260
+
261
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slide-edit.php:45
262
+ msgid "Slide Properties:"
263
+ msgstr "Propriétés de la diapo"
264
+
265
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slide-edit.php:47
266
+ msgid "Link"
267
+ msgstr "Lien"
268
+
269
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slide-edit.php:50
270
+ msgid "Link URL:"
271
+ msgstr "Lien"
272
+
273
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slide-edit.php:54
274
+ msgid "Open Link in:"
275
+ msgstr "Ouvrir le lien dans :"
276
+
277
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slide-edit.php:56
278
+ msgid "Same Window"
279
+ msgstr "Même fenêtre"
280
+
281
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slide-edit.php:57
282
+ msgid "New Tab or Window"
283
+ msgstr "Nouvel onglet ou fenêtre"
284
+
285
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slide-edit.php:63
286
+ msgid "Title"
287
+ msgstr "Titre"
288
+
289
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slide-edit.php:71
290
+ msgid "Description"
291
+ msgstr "Description"
292
+
293
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slide-edit.php:80
294
+ msgid "Image Attributes"
295
+ msgstr "Attributs de l'image"
296
+
297
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slide-edit.php:83
298
+ msgid "Alternate Text:"
299
+ msgstr "Texte alternatif"
300
+
301
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slide-edit.php:87
302
+ msgid "Title Text:"
303
+ msgstr "Titre"
304
+
305
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slide-edit.php:93
306
+ msgid "Slide Transition Effects"
307
+ msgstr "Effets de transition"
308
+
309
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slide-edit.php:97
310
+ msgid "Disable"
311
+ msgstr "Désactivé"
312
+
313
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slide-edit.php:98
314
+ msgid "Enable Slide Effects"
315
+ msgstr "Permettre les effets de transition"
316
+
317
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slide-edit.php:104
318
+ msgid "Transition Effects:"
319
+ msgstr "Effets de transition"
320
+
321
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slide-edit.php:115
322
+ msgid "Transition Effects Speed:"
323
+ msgstr "Temps de l'effet de transtion"
324
+
325
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slide-edit.php:117
326
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slide-edit.php:124
327
+ msgid "Milliseconds"
328
+ msgstr "Millisecondes"
329
+
330
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slide-edit.php:122
331
+ msgid "Next Slide Delay:"
332
+ msgstr "Temps avant la prochaine diapo"
333
+
334
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slide-edit.php:132
335
+ msgid "Tile Count:"
336
+ msgstr "Nombre de carreaux"
337
+
338
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slide-edit.php:134
339
+ msgid "The number of tiles to use in the transition."
340
+ msgstr "Nombre de carreaux à utiliser pour les transitions"
341
+
342
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slide-edit.php:138
343
+ msgid "Tile Delay:"
344
+ msgstr "Délais"
345
+
346
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slide-edit.php:140
347
+ msgid "Milliseconds to delay each individual tile transition."
348
+ msgstr "Delais de transition en millisecondes"
349
+
350
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slide-edit.php:144
351
+ msgid "Tile Position:"
352
+ msgstr "Position"
353
+
354
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slide-edit.php:146
355
+ msgid "Vertical"
356
+ msgstr "Vertical"
357
+
358
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slide-edit.php:147
359
+ msgid "Horizontal"
360
+ msgstr "Horizontal"
361
+
362
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slide-edit.php:167
363
+ msgid "Video URL:"
364
+ msgstr "Lien vidéo"
365
+
366
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slide-edit.php:169
367
+ msgid "Copy and paste a Youtube or Vimeo URL and hit the Get Video button."
368
+ msgstr "copier et coller un lien Youtube ou Vimeo"
369
+
370
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slide-edit.php:173
371
+ msgid "Get Video"
372
+ msgstr "Modifier vidéo"
373
+
374
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slide-edit.php:178
375
+ msgid "Embed Code"
376
+ msgstr "Code HTML"
377
+
378
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slide-edit.php:180
379
+ msgid "You can place your embed code directly here. Or you can use the Get Video button to generate the embed code."
380
+ msgstr "Vous pouvez placer du code directement ici"
381
+
382
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slide-edit.php:182
383
+ msgid "<strong>Note:</strong> The Slide Properties and Tile effects are not supported for videos."
384
+ msgstr "Note : les propriétés du diaporama ne sont pas supportés pour les vidéos"
385
+
386
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slide-edit.php:184
387
+ msgid "<strong>Note:</strong> Append &wmode=transparent to the embed code src attribute to make HTML elements appear on top of Flash."
388
+ msgstr "Note : ajouter à l'attribut &wmode=transparent pour que les éléments HTML apparaissent au dessus de Flash."
389
+
390
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slide-edit.php:190
391
+ msgid "Custom HTML"
392
+ msgstr "Code HTML personnalisé"
393
+
394
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slider-codes.php:4
395
+ #, fuzzy
396
+ msgid "Your Shortcode:"
397
+ msgstr "Shortcode"
398
+
399
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slider-codes.php:6
400
+ msgid "Copy and paste this shortcode into your Post, Page or Custom Post editor."
401
+ msgstr ""
402
+
403
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slider-codes.php:10
404
+ msgid "Your PHP Code:"
405
+ msgstr ""
406
+
407
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slider-codes.php:12
408
+ msgid "Copy and paste this code when you need to display the slider in template files (header.php, front-page.php, etc.)."
409
+ msgstr ""
410
+
411
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slider-id.php:5
412
+ msgid "Change the Slideshow ID here."
413
+ msgstr ""
414
+
415
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slider-properties.php:4
416
+ msgid "Transition Effects to Use:"
417
+ msgstr "Effet de transition à utiliser"
418
+
419
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slider-properties.php:28
420
+ msgid "Milliseconds. 0 to disable auto advance."
421
+ msgstr "Millisecondes. 0 ou désactiver le défilement automatique"
422
+
423
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slider-properties.php:38
424
+ msgid "Width:"
425
+ msgstr "Largeur :"
426
+
427
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slider-properties.php:40
428
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slider-properties.php:46
429
+ msgid "pixels."
430
+ msgstr "pixels."
431
+
432
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slider-properties.php:44
433
+ msgid "Height:"
434
+ msgstr "Hauteur :"
435
+
436
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slider-properties.php:50
437
+ msgid "Pause on Hover?"
438
+ msgstr "Pause au survol"
439
+
440
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slider-properties.php:52
441
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slider-properties.php:60
442
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slider-properties.php:68
443
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slider-properties.php:78
444
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slider-properties.php:87
445
+ msgid "Yes"
446
+ msgstr "Oui"
447
+
448
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slider-properties.php:53
449
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slider-properties.php:61
450
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slider-properties.php:69
451
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slider-properties.php:77
452
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slider-properties.php:86
453
+ msgid "No"
454
+ msgstr "Non"
455
+
456
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slider-properties.php:58
457
+ msgid "Show Prev/Next Buttons?"
458
+ msgstr "Afficher les boutons précédent et suivant ?"
459
+
460
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slider-properties.php:66
461
+ msgid "Show Navigation?"
462
+ msgstr "Afficher la navigation ?"
463
+
464
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slider-properties.php:71
465
+ msgid "The thumbnails or dots depending on template."
466
+ msgstr "Les miniatures dépendent du template"
467
+
468
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slider-properties.php:75
469
+ msgid "Random Slide Order?"
470
+ msgstr "Ordre des diapos aléatoire ?"
471
+
472
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slider-properties.php:80
473
+ msgid "Randomize order of slides on every page visit."
474
+ msgstr "Faire un ordre des diapos aléatoires sur chaque page visité"
475
+
476
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slider-properties.php:84
477
+ msgid "Resize Images?"
478
+ msgstr "Retailler l'image ?"
479
+
480
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slider-properties.php:89
481
+ msgid "Yes - resize images to slideshow dimension. <br>No - use the original uploaded image."
482
+ msgstr "Oui - Retailler les images à la dimension du diaporama. <br /> Non - utiliser la taille original de l'image importée"
483
+
484
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slides.php:8
485
+ msgid "Add Slide"
486
+ msgstr "Ajouter une diapo"
487
+
488
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/template-selection.php:39
489
+ msgid "Select a template to use. Check the template icons to see what slide type it supports."
490
+ msgstr "Choisissez le thème à utiliser. Vérifier les icônes du thème pour savoir les options qu'il supporte."
491
+
492
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/template-selection.php:40
493
+ #, php-format
494
+ msgid "Note: If you are looking for the Black, Blue or Myrtle, checkout this <a href=\"%s\">post</a>."
495
+ msgstr ""
496
+
497
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/template-selection.php:42
498
+ msgid "Get more templates.."
499
+ msgstr "Plus de thèmes..."
500
+
501
+ #~ msgid "Slideshow updated. Shortcode is [cycloneslider id=\"%s\"]"
502
+ #~ msgstr "Diaporama mis à jours. Son shortcode est [cycloneslider id=\"%s\"]"
503
+
504
+ #~ msgid "Slideshow published. Shortcode is [cycloneslider id=\"%s\"]"
505
+ #~ msgstr "Diaporama publié. Son shortcode est [cycloneslider id=\"%s\"]"
506
+
507
+ #~ msgid "Images"
508
+ #~ msgstr "Images"
509
+
510
+ #, fuzzy
511
+ #~ msgid "Slide Elements:"
512
+ #~ msgstr "Zusätzliche Gleitelemente:"
513
+
514
+ #, fuzzy
515
+ #~ msgid "Slide Effects"
516
+ #~ msgstr "Slider-Einstellungen"
lang/cycloneslider.pot CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Cyclone Slider 2\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2013-07-30 09:00+0800\n"
6
- "PO-Revision-Date: 2013-07-30 09:00+0800\n"
7
  "Last-Translator: \n"
8
  "Language-Team: kosinix <kosinix@codefleet.net>\n"
9
  "MIME-Version: 1.0\n"
@@ -14,430 +14,483 @@ msgstr ""
14
  "X-Poedit-Language: English\n"
15
  "X-Poedit-Country: UNITED STATES\n"
16
  "X-Poedit-SourceCharset: utf-8\n"
17
- "X-Poedit-SearchPath-0: D:\\webserver\\htdocs\\wp1\\wp-content\\plugins\\cyclone-slider-2\n"
18
 
19
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-admin.php:114
20
  msgid "Select an image"
21
  msgstr ""
22
 
23
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-admin.php:115
24
  msgid "Add to Slide"
25
  msgstr ""
26
 
27
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-admin.php:132
28
  msgid "Cyclone Slider"
29
  msgstr ""
30
 
31
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-admin.php:133
32
  msgid "Slideshow"
33
  msgstr ""
34
 
35
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-admin.php:134
36
  msgid "Add Slideshow"
37
  msgstr ""
38
 
39
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-admin.php:135
40
  msgid "Add New Slideshow"
41
  msgstr ""
42
 
43
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-admin.php:136
44
  msgid "Edit Slideshow"
45
  msgstr ""
46
 
47
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-admin.php:137
48
  msgid "New Slideshow"
49
  msgstr ""
50
 
51
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-admin.php:138
52
  msgid "View Slideshow"
53
  msgstr ""
54
 
55
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-admin.php:139
56
  msgid "Search Slideshows"
57
  msgstr ""
58
 
59
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-admin.php:140
60
  msgid "No slideshows found"
61
  msgstr ""
62
 
63
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-admin.php:141
64
  msgid "No slideshows found in Trash"
65
  msgstr ""
66
 
67
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-admin.php:161
68
- #, php-format
69
- msgid "Slideshow updated. Shortcode is [cycloneslider id=\"%s\"]"
 
 
 
 
70
  msgstr ""
71
 
72
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-admin.php:162
73
  msgid "Custom field updated."
74
  msgstr ""
75
 
76
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-admin.php:163
77
  msgid "Custom field deleted."
78
  msgstr ""
79
 
80
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-admin.php:164
81
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-admin.php:165
82
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-admin.php:168
83
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-admin.php:169
84
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-admin.php:170
85
- msgid "Slideshow updated."
86
- msgstr ""
87
-
88
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-admin.php:166
89
- #, php-format
90
- msgid "Slideshow published. Shortcode is [cycloneslider id=\"%s\"]"
91
  msgstr ""
92
 
93
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-admin.php:167
94
  msgid "Slideshow saved."
95
  msgstr ""
96
 
97
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-admin.php:171
98
  #, php-format
99
  msgid "Templates CSS could not be saved. Make sure %stemplates.css is writable."
100
  msgstr ""
101
 
102
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-admin.php:172
103
  #, php-format
104
  msgid "Templates JS could not be saved. Make sure %stemplates.js is writable."
105
  msgstr ""
106
 
107
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-admin.php:196
108
  msgid "Slides"
109
  msgstr ""
110
 
111
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-admin.php:204
 
 
 
 
112
  msgid "Slideshow Settings"
113
  msgstr ""
114
 
115
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-admin.php:212
116
  msgid "Slideshow Templates"
117
  msgstr ""
118
 
119
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-admin.php:238
 
 
 
 
 
120
  msgid "Slide"
121
  msgstr ""
122
 
123
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-admin.php:315
124
  msgid "Slide *"
125
  msgstr ""
126
 
127
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-admin.php:379
128
  msgid "Slideshow Name"
129
  msgstr ""
130
 
131
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-admin.php:380
132
  msgid "Template"
133
  msgstr ""
134
 
135
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-admin.php:381
136
- msgid "Images"
137
  msgstr ""
138
 
139
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-admin.php:382
140
- msgid "Slideshow ID"
141
  msgstr ""
142
 
143
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-admin.php:383
144
- msgid "Shortcode"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
145
  msgstr ""
146
 
147
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-widget.php:15
148
  msgid "Cyclone Slider Widget"
149
  msgstr ""
150
 
151
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-widget.php:16
152
  msgid "Widget for displaying slideshows."
153
  msgstr ""
154
 
155
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-widget.php:62
156
  msgid "Select a Slideshow:"
157
  msgstr ""
158
 
159
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-widget.php:77
160
  msgid "No slideshows found."
161
  msgstr ""
162
 
163
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider.php:135
164
  #, php-format
165
  msgid "[Slideshow \"%s\" not found]"
166
  msgstr ""
167
 
168
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider.php:161
169
  #, php-format
170
  msgid "[Template \"%s\" not found]"
171
  msgstr ""
172
 
173
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/classes/class-nextgen-integration.php:33
174
  msgid "NextGEN Integration"
175
  msgstr ""
176
 
177
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/classes/class-nextgen-integration.php:49
178
  msgid "Choose a NextGEN Gallery"
179
  msgstr ""
180
 
181
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/classes/class-nextgen-integration.php:59
182
  msgid "Import"
183
  msgstr ""
184
 
185
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/classes/class-nextgen-integration.php:61
186
  msgid "Select a gallery to import images from. Images will be added as new slides."
187
  msgstr ""
188
 
189
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/views/slide-edit.php:18
190
  msgid "Drag"
191
  msgstr ""
192
 
193
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/views/slide-edit.php:19
194
  msgid "Toggle"
195
  msgstr ""
196
 
197
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/views/slide-edit.php:20
198
  msgid "Delete"
199
  msgstr ""
200
 
201
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/views/slide-edit.php:27
202
  msgid "Image"
203
  msgstr ""
204
 
205
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/views/slide-edit.php:28
206
  msgid "Video"
207
  msgstr ""
208
 
209
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/views/slide-edit.php:29
210
  msgid "Custom"
211
  msgstr ""
212
 
213
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/views/slide-edit.php:42
214
  msgid "Get Image"
215
  msgstr ""
216
 
217
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/views/slide-edit.php:45
218
  msgid "Slide Properties:"
219
  msgstr ""
220
 
221
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/views/slide-edit.php:47
222
  msgid "Link"
223
  msgstr ""
224
 
225
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/views/slide-edit.php:50
226
  msgid "Link URL:"
227
  msgstr ""
228
 
229
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/views/slide-edit.php:54
230
  msgid "Open Link in:"
231
  msgstr ""
232
 
233
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/views/slide-edit.php:56
234
  msgid "Same Window"
235
  msgstr ""
236
 
237
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/views/slide-edit.php:57
238
  msgid "New Tab or Window"
239
  msgstr ""
240
 
241
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/views/slide-edit.php:63
242
  msgid "Title"
243
  msgstr ""
244
 
245
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/views/slide-edit.php:71
246
  msgid "Description"
247
  msgstr ""
248
 
249
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/views/slide-edit.php:80
250
  msgid "Image Attributes"
251
  msgstr ""
252
 
253
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/views/slide-edit.php:83
254
  msgid "Alternate Text:"
255
  msgstr ""
256
 
257
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/views/slide-edit.php:87
258
  msgid "Title Text:"
259
  msgstr ""
260
 
261
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/views/slide-edit.php:93
262
  msgid "Slide Transition Effects"
263
  msgstr ""
264
 
265
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/views/slide-edit.php:97
266
  msgid "Disable"
267
  msgstr ""
268
 
269
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/views/slide-edit.php:98
270
  msgid "Enable Slide Effects"
271
  msgstr ""
272
 
273
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/views/slide-edit.php:104
274
  msgid "Transition Effects:"
275
  msgstr ""
276
 
277
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/views/slide-edit.php:115
278
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/views/slider-properties.php:32
279
  msgid "Transition Effects Speed:"
280
  msgstr ""
281
 
282
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/views/slide-edit.php:117
283
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/views/slide-edit.php:124
284
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/views/slider-properties.php:34
285
  msgid "Milliseconds"
286
  msgstr ""
287
 
288
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/views/slide-edit.php:122
289
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/views/slider-properties.php:26
290
  msgid "Next Slide Delay:"
291
  msgstr ""
292
 
293
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/views/slide-edit.php:132
294
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/views/slider-properties.php:13
295
  msgid "Tile Count:"
296
  msgstr ""
297
 
298
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/views/slide-edit.php:134
299
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/views/slider-properties.php:15
300
  msgid "The number of tiles to use in the transition."
301
  msgstr ""
302
 
303
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/views/slide-edit.php:138
304
  msgid "Tile Delay:"
305
  msgstr ""
306
 
307
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/views/slide-edit.php:140
308
  msgid "Milliseconds to delay each individual tile transition."
309
  msgstr ""
310
 
311
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/views/slide-edit.php:144
312
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/views/slider-properties.php:18
313
  msgid "Tile Position:"
314
  msgstr ""
315
 
316
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/views/slide-edit.php:146
317
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/views/slider-properties.php:20
318
  msgid "Vertical"
319
  msgstr ""
320
 
321
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/views/slide-edit.php:147
322
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/views/slider-properties.php:21
323
  msgid "Horizontal"
324
  msgstr ""
325
 
326
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/views/slide-edit.php:167
327
  msgid "Video URL:"
328
  msgstr ""
329
 
330
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/views/slide-edit.php:169
331
  msgid "Copy and paste a Youtube or Vimeo URL and hit the Get Video button."
332
  msgstr ""
333
 
334
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/views/slide-edit.php:173
335
  msgid "Get Video"
336
  msgstr ""
337
 
338
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/views/slide-edit.php:178
339
  msgid "Embed Code"
340
  msgstr ""
341
 
342
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/views/slide-edit.php:180
343
  msgid "You can place your embed code directly here. Or you can use the Get Video button to generate the embed code."
344
  msgstr ""
345
 
346
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/views/slide-edit.php:182
347
  msgid "<strong>Note:</strong> The Slide Properties and Tile effects are not supported for videos."
348
  msgstr ""
349
 
350
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/views/slide-edit.php:184
351
  msgid "<strong>Note:</strong> Append &wmode=transparent to the embed code src attribute to make HTML elements appear on top of Flash."
352
  msgstr ""
353
 
354
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/views/slide-edit.php:190
355
  msgid "Custom HTML"
356
  msgstr ""
357
 
358
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/views/slider-properties.php:4
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
359
  msgid "Transition Effects to Use:"
360
  msgstr ""
361
 
362
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/views/slider-properties.php:28
363
  msgid "Milliseconds. 0 to disable auto advance."
364
  msgstr ""
365
 
366
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/views/slider-properties.php:38
367
  msgid "Width:"
368
  msgstr ""
369
 
370
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/views/slider-properties.php:40
371
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/views/slider-properties.php:46
372
  msgid "pixels."
373
  msgstr ""
374
 
375
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/views/slider-properties.php:44
376
  msgid "Height:"
377
  msgstr ""
378
 
379
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/views/slider-properties.php:50
380
  msgid "Pause on Hover?"
381
  msgstr ""
382
 
383
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/views/slider-properties.php:52
384
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/views/slider-properties.php:60
385
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/views/slider-properties.php:68
386
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/views/slider-properties.php:78
387
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/views/slider-properties.php:87
388
  msgid "Yes"
389
  msgstr ""
390
 
391
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/views/slider-properties.php:53
392
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/views/slider-properties.php:61
393
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/views/slider-properties.php:69
394
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/views/slider-properties.php:77
395
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/views/slider-properties.php:86
396
  msgid "No"
397
  msgstr ""
398
 
399
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/views/slider-properties.php:58
400
  msgid "Show Prev/Next Buttons?"
401
  msgstr ""
402
 
403
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/views/slider-properties.php:66
404
  msgid "Show Navigation?"
405
  msgstr ""
406
 
407
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/views/slider-properties.php:71
408
  msgid "The thumbnails or dots depending on template."
409
  msgstr ""
410
 
411
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/views/slider-properties.php:75
412
  msgid "Random Slide Order?"
413
  msgstr ""
414
 
415
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/views/slider-properties.php:80
416
  msgid "Randomize order of slides on every page visit."
417
  msgstr ""
418
 
419
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/views/slider-properties.php:84
420
  msgid "Resize Images?"
421
  msgstr ""
422
 
423
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/views/slider-properties.php:89
424
  msgid "Yes - resize images to slideshow dimension. <br>No - use the original uploaded image."
425
  msgstr ""
426
 
427
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/views/slides.php:8
428
  msgid "Add Slide"
429
  msgstr ""
430
 
431
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/views/template-selection.php:39
432
  msgid "Select a template to use. Check the template icons to see what slide type it supports."
433
  msgstr ""
434
 
435
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/views/template-selection.php:40
436
  #, php-format
437
  msgid "Note: If you are looking for the Black, Blue or Myrtle, checkout this <a href=\"%s\">post</a>."
438
  msgstr ""
439
 
440
- #: D:\webserver\htdocs\wp1\wp-content\plugins\cyclone-slider-2/views/template-selection.php:42
441
  msgid "Get more templates.."
442
  msgstr ""
443
 
2
  msgstr ""
3
  "Project-Id-Version: Cyclone Slider 2\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-08-04 19:25+0800\n"
6
+ "PO-Revision-Date: 2013-08-04 19:25+0800\n"
7
  "Last-Translator: \n"
8
  "Language-Team: kosinix <kosinix@codefleet.net>\n"
9
  "MIME-Version: 1.0\n"
14
  "X-Poedit-Language: English\n"
15
  "X-Poedit-Country: UNITED STATES\n"
16
  "X-Poedit-SourceCharset: utf-8\n"
17
+ "X-Poedit-SearchPath-0: D:\\webserver\\htdocs\\wp_dev\\cyclone-slider-2\\wp-content\\plugins\\cyclone-slider-2\n"
18
 
19
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-admin.php:131
20
  msgid "Select an image"
21
  msgstr ""
22
 
23
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-admin.php:132
24
  msgid "Add to Slide"
25
  msgstr ""
26
 
27
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-admin.php:149
28
  msgid "Cyclone Slider"
29
  msgstr ""
30
 
31
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-admin.php:150
32
  msgid "Slideshow"
33
  msgstr ""
34
 
35
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-admin.php:151
36
  msgid "Add Slideshow"
37
  msgstr ""
38
 
39
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-admin.php:152
40
  msgid "Add New Slideshow"
41
  msgstr ""
42
 
43
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-admin.php:153
44
  msgid "Edit Slideshow"
45
  msgstr ""
46
 
47
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-admin.php:154
48
  msgid "New Slideshow"
49
  msgstr ""
50
 
51
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-admin.php:155
52
  msgid "View Slideshow"
53
  msgstr ""
54
 
55
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-admin.php:156
56
  msgid "Search Slideshows"
57
  msgstr ""
58
 
59
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-admin.php:157
60
  msgid "No slideshows found"
61
  msgstr ""
62
 
63
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-admin.php:158
64
  msgid "No slideshows found in Trash"
65
  msgstr ""
66
 
67
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-admin.php:178
68
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-admin.php:181
69
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-admin.php:182
70
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-admin.php:185
71
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-admin.php:186
72
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-admin.php:187
73
+ msgid "Slideshow updated."
74
  msgstr ""
75
 
76
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-admin.php:179
77
  msgid "Custom field updated."
78
  msgstr ""
79
 
80
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-admin.php:180
81
  msgid "Custom field deleted."
82
  msgstr ""
83
 
84
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-admin.php:183
85
+ msgid "Slideshow published."
 
 
 
 
 
 
 
 
 
86
  msgstr ""
87
 
88
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-admin.php:184
89
  msgid "Slideshow saved."
90
  msgstr ""
91
 
92
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-admin.php:188
93
  #, php-format
94
  msgid "Templates CSS could not be saved. Make sure %stemplates.css is writable."
95
  msgstr ""
96
 
97
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-admin.php:189
98
  #, php-format
99
  msgid "Templates JS could not be saved. Make sure %stemplates.js is writable."
100
  msgstr ""
101
 
102
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-admin.php:223
103
  msgid "Slides"
104
  msgstr ""
105
 
106
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-admin.php:231
107
+ msgid "Get Slider Codes"
108
+ msgstr ""
109
+
110
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-admin.php:239
111
  msgid "Slideshow Settings"
112
  msgstr ""
113
 
114
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-admin.php:247
115
  msgid "Slideshow Templates"
116
  msgstr ""
117
 
118
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-admin.php:255
119
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-admin.php:463
120
+ msgid "Slideshow ID"
121
+ msgstr ""
122
+
123
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-admin.php:283
124
  msgid "Slide"
125
  msgstr ""
126
 
127
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-admin.php:396
128
  msgid "Slide *"
129
  msgstr ""
130
 
131
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-admin.php:460
132
  msgid "Slideshow Name"
133
  msgstr ""
134
 
135
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-admin.php:461
136
  msgid "Template"
137
  msgstr ""
138
 
139
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-admin.php:462
140
+ msgid "No. of Slides"
141
  msgstr ""
142
 
143
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-admin.php:464
144
+ msgid "Shortcode"
145
  msgstr ""
146
 
147
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-settings.php:17
148
+ msgid "Play with these settings if Cyclone Slider 2 is not working or if you want to optimize it."
149
+ msgstr ""
150
+
151
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-settings.php:33
152
+ msgid "Header"
153
+ msgstr ""
154
+
155
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-settings.php:34
156
+ msgid "Footer"
157
+ msgstr ""
158
+
159
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-settings.php:39
160
+ msgid "Load these scripts:"
161
+ msgstr ""
162
+
163
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-settings.php:44
164
+ msgid "Cycle 2. This is the core script needed by the plugin."
165
+ msgstr ""
166
+
167
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-settings.php:49
168
+ msgid "Cycle 2 - Carousel. Used by these templates: Galleria, Lea, Dos."
169
+ msgstr ""
170
+
171
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-settings.php:54
172
+ msgid "Cycle 2 - Tile. Used for tile transition effects."
173
+ msgstr ""
174
+
175
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-settings.php:59
176
+ msgid "Cycle 2 - Video. Used by YouTube template."
177
+ msgstr ""
178
+
179
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-settings.php:67
180
+ msgid "Make this value bigger to load scripts last."
181
+ msgstr ""
182
+
183
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-settings.php:86
184
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/codefleet/class-codefleet-settings-page.php:114
185
+ msgid "Default options restored."
186
  msgstr ""
187
 
188
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-widget.php:15
189
  msgid "Cyclone Slider Widget"
190
  msgstr ""
191
 
192
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-widget.php:16
193
  msgid "Widget for displaying slideshows."
194
  msgstr ""
195
 
196
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-widget.php:62
197
  msgid "Select a Slideshow:"
198
  msgstr ""
199
 
200
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-widget.php:77
201
  msgid "No slideshows found."
202
  msgstr ""
203
 
204
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider.php:208
205
  #, php-format
206
  msgid "[Slideshow \"%s\" not found]"
207
  msgstr ""
208
 
209
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider.php:234
210
  #, php-format
211
  msgid "[Template \"%s\" not found]"
212
  msgstr ""
213
 
214
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-nextgen-integration.php:33
215
  msgid "NextGEN Integration"
216
  msgstr ""
217
 
218
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-nextgen-integration.php:49
219
  msgid "Choose a NextGEN Gallery"
220
  msgstr ""
221
 
222
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-nextgen-integration.php:59
223
  msgid "Import"
224
  msgstr ""
225
 
226
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-nextgen-integration.php:61
227
  msgid "Select a gallery to import images from. Images will be added as new slides."
228
  msgstr ""
229
 
230
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slide-edit.php:18
231
  msgid "Drag"
232
  msgstr ""
233
 
234
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slide-edit.php:19
235
  msgid "Toggle"
236
  msgstr ""
237
 
238
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slide-edit.php:20
239
  msgid "Delete"
240
  msgstr ""
241
 
242
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slide-edit.php:27
243
  msgid "Image"
244
  msgstr ""
245
 
246
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slide-edit.php:28
247
  msgid "Video"
248
  msgstr ""
249
 
250
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slide-edit.php:29
251
  msgid "Custom"
252
  msgstr ""
253
 
254
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slide-edit.php:42
255
  msgid "Get Image"
256
  msgstr ""
257
 
258
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slide-edit.php:45
259
  msgid "Slide Properties:"
260
  msgstr ""
261
 
262
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slide-edit.php:47
263
  msgid "Link"
264
  msgstr ""
265
 
266
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slide-edit.php:50
267
  msgid "Link URL:"
268
  msgstr ""
269
 
270
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slide-edit.php:54
271
  msgid "Open Link in:"
272
  msgstr ""
273
 
274
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slide-edit.php:56
275
  msgid "Same Window"
276
  msgstr ""
277
 
278
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slide-edit.php:57
279
  msgid "New Tab or Window"
280
  msgstr ""
281
 
282
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slide-edit.php:63
283
  msgid "Title"
284
  msgstr ""
285
 
286
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slide-edit.php:71
287
  msgid "Description"
288
  msgstr ""
289
 
290
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slide-edit.php:80
291
  msgid "Image Attributes"
292
  msgstr ""
293
 
294
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slide-edit.php:83
295
  msgid "Alternate Text:"
296
  msgstr ""
297
 
298
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slide-edit.php:87
299
  msgid "Title Text:"
300
  msgstr ""
301
 
302
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slide-edit.php:93
303
  msgid "Slide Transition Effects"
304
  msgstr ""
305
 
306
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slide-edit.php:97
307
  msgid "Disable"
308
  msgstr ""
309
 
310
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slide-edit.php:98
311
  msgid "Enable Slide Effects"
312
  msgstr ""
313
 
314
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slide-edit.php:104
315
  msgid "Transition Effects:"
316
  msgstr ""
317
 
318
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slide-edit.php:115
 
319
  msgid "Transition Effects Speed:"
320
  msgstr ""
321
 
322
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slide-edit.php:117
323
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slide-edit.php:124
 
324
  msgid "Milliseconds"
325
  msgstr ""
326
 
327
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slide-edit.php:122
 
328
  msgid "Next Slide Delay:"
329
  msgstr ""
330
 
331
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slide-edit.php:132
 
332
  msgid "Tile Count:"
333
  msgstr ""
334
 
335
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slide-edit.php:134
 
336
  msgid "The number of tiles to use in the transition."
337
  msgstr ""
338
 
339
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slide-edit.php:138
340
  msgid "Tile Delay:"
341
  msgstr ""
342
 
343
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slide-edit.php:140
344
  msgid "Milliseconds to delay each individual tile transition."
345
  msgstr ""
346
 
347
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slide-edit.php:144
 
348
  msgid "Tile Position:"
349
  msgstr ""
350
 
351
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slide-edit.php:146
 
352
  msgid "Vertical"
353
  msgstr ""
354
 
355
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slide-edit.php:147
 
356
  msgid "Horizontal"
357
  msgstr ""
358
 
359
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slide-edit.php:167
360
  msgid "Video URL:"
361
  msgstr ""
362
 
363
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slide-edit.php:169
364
  msgid "Copy and paste a Youtube or Vimeo URL and hit the Get Video button."
365
  msgstr ""
366
 
367
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slide-edit.php:173
368
  msgid "Get Video"
369
  msgstr ""
370
 
371
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slide-edit.php:178
372
  msgid "Embed Code"
373
  msgstr ""
374
 
375
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slide-edit.php:180
376
  msgid "You can place your embed code directly here. Or you can use the Get Video button to generate the embed code."
377
  msgstr ""
378
 
379
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slide-edit.php:182
380
  msgid "<strong>Note:</strong> The Slide Properties and Tile effects are not supported for videos."
381
  msgstr ""
382
 
383
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slide-edit.php:184
384
  msgid "<strong>Note:</strong> Append &wmode=transparent to the embed code src attribute to make HTML elements appear on top of Flash."
385
  msgstr ""
386
 
387
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slide-edit.php:190
388
  msgid "Custom HTML"
389
  msgstr ""
390
 
391
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slider-codes.php:4
392
+ msgid "Your Shortcode:"
393
+ msgstr ""
394
+
395
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slider-codes.php:6
396
+ msgid "Copy and paste this shortcode into your Post, Page or Custom Post editor."
397
+ msgstr ""
398
+
399
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slider-codes.php:10
400
+ msgid "Your PHP Code:"
401
+ msgstr ""
402
+
403
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slider-codes.php:12
404
+ msgid "Copy and paste this code when you need to display the slider in template files (header.php, front-page.php, etc.)."
405
+ msgstr ""
406
+
407
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slider-id.php:5
408
+ msgid "Change the Slideshow ID here."
409
+ msgstr ""
410
+
411
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slider-properties.php:4
412
  msgid "Transition Effects to Use:"
413
  msgstr ""
414
 
415
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slider-properties.php:28
416
  msgid "Milliseconds. 0 to disable auto advance."
417
  msgstr ""
418
 
419
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slider-properties.php:38
420
  msgid "Width:"
421
  msgstr ""
422
 
423
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slider-properties.php:40
424
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slider-properties.php:46
425
  msgid "pixels."
426
  msgstr ""
427
 
428
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slider-properties.php:44
429
  msgid "Height:"
430
  msgstr ""
431
 
432
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slider-properties.php:50
433
  msgid "Pause on Hover?"
434
  msgstr ""
435
 
436
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slider-properties.php:52
437
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slider-properties.php:60
438
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slider-properties.php:68
439
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slider-properties.php:78
440
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slider-properties.php:87
441
  msgid "Yes"
442
  msgstr ""
443
 
444
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slider-properties.php:53
445
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slider-properties.php:61
446
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slider-properties.php:69
447
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slider-properties.php:77
448
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slider-properties.php:86
449
  msgid "No"
450
  msgstr ""
451
 
452
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slider-properties.php:58
453
  msgid "Show Prev/Next Buttons?"
454
  msgstr ""
455
 
456
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slider-properties.php:66
457
  msgid "Show Navigation?"
458
  msgstr ""
459
 
460
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slider-properties.php:71
461
  msgid "The thumbnails or dots depending on template."
462
  msgstr ""
463
 
464
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slider-properties.php:75
465
  msgid "Random Slide Order?"
466
  msgstr ""
467
 
468
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slider-properties.php:80
469
  msgid "Randomize order of slides on every page visit."
470
  msgstr ""
471
 
472
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slider-properties.php:84
473
  msgid "Resize Images?"
474
  msgstr ""
475
 
476
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slider-properties.php:89
477
  msgid "Yes - resize images to slideshow dimension. <br>No - use the original uploaded image."
478
  msgstr ""
479
 
480
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slides.php:8
481
  msgid "Add Slide"
482
  msgstr ""
483
 
484
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/template-selection.php:39
485
  msgid "Select a template to use. Check the template icons to see what slide type it supports."
486
  msgstr ""
487
 
488
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/template-selection.php:40
489
  #, php-format
490
  msgid "Note: If you are looking for the Black, Blue or Myrtle, checkout this <a href=\"%s\">post</a>."
491
  msgstr ""
492
 
493
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/template-selection.php:42
494
  msgid "Get more templates.."
495
  msgstr ""
496
 
template-assets.php DELETED
@@ -1,124 +0,0 @@
1
- <?php
2
- /**
3
- * Class for compiling css and js assets for cyclone.
4
- */
5
- define('APP_PATH', get_file_dir_path() );
6
- define('APP_URL', get_file_dir_url() );
7
-
8
- /**
9
- * Functions for guessing the path and urls since this script is decoupled from WP and we cannot use the built-in WP functions
10
- */
11
- function get_file_dir_path(){
12
- return realpath(dirname(__FILE__)).DIRECTORY_SEPARATOR;
13
- }
14
- function get_file_dir_url(){
15
- $pathinfo = pathinfo($_SERVER['SCRIPT_NAME']);
16
- if(is_array($pathinfo) and isset($pathinfo['dirname'])){
17
- return $pathinfo['dirname'].'/';
18
- }
19
- return false;
20
- }
21
- function wp_content_path(){
22
- $path = get_file_dir_path();
23
- $path = str_replace('plugins'.DIRECTORY_SEPARATOR.'cyclone-slider-2'.DIRECTORY_SEPARATOR, '', $path);
24
- return $path;
25
- }
26
- function wp_content_url(){
27
- $url = get_file_dir_url();
28
- $url = str_replace('plugins/cyclone-slider-2/', '', $url);
29
- return $url;
30
- }
31
- function theme_path($theme){
32
- return wp_content_path().'themes'.DIRECTORY_SEPARATOR.$theme.DIRECTORY_SEPARATOR;
33
- }
34
- function theme_url($theme){
35
- return wp_content_url().'themes/'.$theme.'/';
36
- }
37
- /**
38
- * Pulls style.css from templates and combines it into one
39
- */
40
- function compile_css($templates){
41
- $ds = DIRECTORY_SEPARATOR;
42
- $content = '';
43
- $minify = isset($_GET['minify']) ? (int) $_GET['minify'] : '1';
44
-
45
- if(file_exists(APP_PATH."css{$ds}common.min.css")){
46
- $content .= file_get_contents(APP_PATH."css{$ds}common.min.css");
47
- } else {
48
- $content .= file_get_contents(APP_PATH."css{$ds}common.css");
49
- }
50
-
51
- $template_folders = $templates->get_all_templates();
52
-
53
- foreach($template_folders as $name=>$folder){
54
- $style = $folder['path']."{$ds}style.min.css"; //Minified version
55
- $style2 = $folder['path']."{$ds}style.css"; //Unminified version, for old templates to work
56
- if(file_exists($style) and $minify != '0'){
57
- $content .= "\r\n".str_replace('$tpl', $folder['url'], file_get_contents($style));//apply url and print css
58
- } else if(file_exists($style2)){
59
- $content .= "\r\n".str_replace('$tpl', $folder['url'], file_get_contents($style2));//apply url and print css
60
- }
61
- }
62
- header("Content-Type: text/css");
63
- echo $content;
64
- }
65
-
66
- /**
67
- * Pulls script.js from templates and combines it into one
68
- */
69
- function compile_js($templates){
70
- $ds = DIRECTORY_SEPARATOR;
71
- $content = '';
72
- $minify = isset($_GET['minify']) ? (int) $_GET['minify'] : '1';
73
-
74
- $template_folders = $templates->get_all_templates();
75
-
76
- foreach($template_folders as $name=>$folder){
77
-
78
- $js = $folder['path']."{$ds}script.min.js"; //Minified version
79
- $js2 = $folder['path']."{$ds}script.js"; //Unminified version, for old templates to work
80
-
81
- if(file_exists($js) and $minify != '0'){
82
- $content .= file_get_contents($js)."\r\n";//Pull contents
83
- } else if(file_exists($js2)){
84
- $content .= file_get_contents($js2)."\r\n";
85
- }
86
-
87
- }
88
- header("Content-Type: application/javascript");
89
- echo $content;
90
-
91
- }
92
-
93
- /**
94
- * Pass in the theme value via GET since we have know way of knowing the current theme used. Default is set to twentytwelve
95
- */
96
- $theme = isset($_GET['theme']) ? htmlentities(strip_tags($_GET['theme'])) : 'twentytwelve';
97
- $type = isset($_GET['type']) ? htmlentities(strip_tags($_GET['type'])) : '';
98
-
99
-
100
- require_once(APP_PATH.'classes'.DIRECTORY_SEPARATOR.'class-cyclone-templates.php');
101
-
102
- $templates = new Cyclone_Templates();
103
- $templates->add_template_location(
104
- array(
105
- 'path'=>APP_PATH.'templates'.DIRECTORY_SEPARATOR, //this resides in the plugin
106
- 'url'=>APP_URL.'templates/'
107
- )
108
- );
109
- $templates->add_template_location(
110
- array(
111
- 'path'=> theme_path($theme).'cycloneslider'.DIRECTORY_SEPARATOR,//this resides in the current theme or child theme
112
- 'url'=> theme_url($theme)."cycloneslider/"
113
- )
114
- );
115
-
116
- if($type=='css'){
117
- echo compile_css($templates);
118
- }
119
- if($type=='js'){
120
- echo compile_js($templates);
121
- }
122
- die();
123
-
124
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
templates/default/script.min.js DELETED
@@ -1 +0,0 @@
1
- jQuery(document).ready(function(){jQuery(".cycloneslider-template-default").each(function(b,d){var a=jQuery(d),e=a.find(".cycloneslider-prev"),c=a.find(".cycloneslider-next");e.fadeTo(0,0);c.fadeTo(0,0);a.on("mouseenter",function(){e.fadeTo("fast",0.4);c.fadeTo("fast",0.4)}).on("mouseleave",function(){e.fadeTo(0,0);c.fadeTo(0,0)});e.on("mouseenter",function(){e.fadeTo("fast",1)}).on("mouseleave",function(){e.fadeTo("fast",0.4)});c.on("mouseenter",function(){c.fadeTo("fast",1)}).on("mouseleave",function(){c.fadeTo("fast",0.4)})})});
 
templates/default/slider.php CHANGED
@@ -1,24 +1,44 @@
1
- <?php if(!defined('CYCLONE_PATH')) die('Direct access denied.'); ?>
2
 
3
- <?php if($slider_count>0) $slider_id = $slider_id.'-'.$slider_count; ?>
4
- <div class="cycloneslider cycloneslider-template-default" id="cycloneslider-<?php echo $slider_id; ?>" style="max-width:<?php echo $slider_settings['width']; ?>px">
5
- <div class="cycloneslider-slides cycle-slideshow" <?php echo cyclone_settings($slider_settings, $slider_id); ?>>
6
- <?php foreach($slider_metas as $i=>$slider_meta): ?>
7
- <div class="cycloneslider-slide" <?php echo cyclone_slide_settings($slider_meta, $slider_settings); ?>>
8
- <?php if ($slider_meta['type']=='image') : ?>
9
- <?php if ($slider_meta['link']!='') : ?><a target="<?php echo ('_blank'==$slider_meta['link_target']) ? '_blank' : '_self'; ?>" href="<?php echo $slider_meta['link'];?>"><?php endif; ?>
10
- <img src="<?php echo cyclone_slide_image_url($slider_meta['id'], $slider_settings['width'], $slider_settings['height'], array('current_slide_settings'=>$slider_meta, 'slideshow_settings'=>$slider_settings) ); ?>" alt="<?php echo $slider_meta['img_alt'];?>" title="<?php echo $slider_meta['img_title'];?>" />
11
- <?php if ($slider_meta['link']!='') : ?></a><?php endif; ?>
12
- <?php if(!empty($slider_meta['title']) or !empty($slider_meta['description'])) : ?>
13
- <div class="cycloneslider-caption">
14
- <div class="cycloneslider-caption-title"><?php echo $slider_meta['title'];?></div>
15
- <div class="cycloneslider-caption-description"><?php echo $slider_meta['description'];?></div>
16
- </div>
 
 
 
 
 
 
 
 
 
 
17
  <?php endif; ?>
18
- <?php elseif ($slider_meta['type']=='video') : ?>
19
- <?php echo $slider_meta['video']; ?>
20
- <?php elseif ($slider_meta['type']=='custom') : ?>
21
- <?php echo $slider_meta['custom']; ?>
 
 
 
 
 
 
 
 
 
 
22
  <?php endif; ?>
23
  </div>
24
  <?php endforeach; ?>
1
+ <?php if(!defined('ABSPATH')) die('Direct access denied.'); ?>
2
 
3
+ <?php
4
+ // For description of variables go to: http://www.codefleet.net/cyclone-slider-2/#template-variables
5
+ ?>
6
+ <div class="cycloneslider cycloneslider-template-default" id="<?php echo $slider_html_id; ?>" style="max-width:<?php echo $slider_settings['width']; ?>px">
7
+ <div class="cycloneslider-slides cycle-slideshow"
8
+ data-cycle-slides="> div"
9
+ data-cycle-auto-height="<?php echo $slider_settings['width']; ?>:<?php echo $slider_settings['height']; ?>"
10
+ data-cycle-fx="<?php echo $slider_settings['fx']; ?>"
11
+ data-cycle-speed="<?php echo $slider_settings['speed']; ?>"
12
+ data-cycle-timeout="<?php echo $slider_settings['timeout']; ?>"
13
+ data-cycle-pause-on-hover="<?php echo $slider_settings['hover_pause']; ?>"
14
+ data-cycle-pager="#<?php echo $slider_html_id; ?> .cycloneslider-pager"
15
+ data-cycle-prev="#<?php echo $slider_html_id; ?> .cycloneslider-prev"
16
+ data-cycle-next="#<?php echo $slider_html_id; ?> .cycloneslider-next"
17
+ data-cycle-tile-count="<?php echo $slider_settings['tile_count']; ?>"
18
+ data-cycle-tile-delay="<?php echo $slider_settings['tile_delay']; ?>"
19
+ data-cycle-tile-vertical="<?php echo $slider_settings['tile_vertical']; ?>"
20
+ data-cycle-log="false"
21
+ >
22
+ <?php foreach($slides as $i=>$slide): ?>
23
+ <div class="cycloneslider-slide" <?php echo cyclone_slide_settings($slide, $slider_settings); ?>>
24
+ <?php if ($slide['type']=='image') : ?>
25
+ <?php if ($slide['link']!='') : ?>
26
+ <a target="<?php echo ('_blank'==$slide['link_target']) ? '_blank' : '_self'; ?>" href="<?php echo $slide['link'];?>">
27
  <?php endif; ?>
28
+ <img src="<?php echo cyclone_slide_image_url($slide['id'], $slider_settings['width'], $slider_settings['height'], array('current_slide_settings'=>$slide, 'slideshow_settings'=>$slider_settings) ); ?>" alt="<?php echo $slide['img_alt'];?>" title="<?php echo $slide['img_title'];?>" />
29
+ <?php if ($slide['link']!='') : ?>
30
+ </a>
31
+ <?php endif; ?>
32
+ <?php if(!empty($slide['title']) or !empty($slide['description'])) : ?>
33
+ <div class="cycloneslider-caption">
34
+ <div class="cycloneslider-caption-title"><?php echo $slide['title'];?></div>
35
+ <div class="cycloneslider-caption-description"><?php echo $slide['description'];?></div>
36
+ </div>
37
+ <?php endif; ?>
38
+ <?php elseif ($slide['type']=='video') : ?>
39
+ <?php echo $slide['video']; ?>
40
+ <?php elseif ($slide['type']=='custom') : ?>
41
+ <?php echo $slide['custom']; ?>
42
  <?php endif; ?>
43
  </div>
44
  <?php endforeach; ?>
templates/default/style.css CHANGED
@@ -1,4 +1,36 @@
1
  /*** Template Default ***/
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  .cycloneslider-template-default img{
3
  display:block;
4
  }
@@ -12,7 +44,7 @@
12
  width:26px;
13
  height:44px;
14
  text-indent:-99999px;
15
- background: url($tpl/images/sprite-arrows.png) no-repeat;
16
  }
17
  .cycloneslider-template-default .cycloneslider-prev{
18
  left:10px;
@@ -29,7 +61,7 @@
29
  right:20px;
30
  }
31
  .cycloneslider-template-default .cycloneslider-pager span {
32
- background: url($tpl/images/sprite-nav.png) no-repeat scroll 0 0 transparent;
33
  display: block;
34
  float: left;
35
  font-size: 0;
@@ -48,7 +80,7 @@
48
  bottom:0;
49
  width:100%;
50
  z-index:99;
51
- background: url($tpl/images/bg-caption.png);
52
  color:#fff;
53
  }
54
  .cycloneslider-template-default .cycloneslider-caption-title{
1
  /*** Template Default ***/
2
+ /*** Common ***/
3
+ .cycloneslider-template-default{
4
+ position:relative;
5
+ }
6
+ .cycloneslider-template-default .cycloneslider-slides{
7
+ position:relative;
8
+ overflow:hidden;
9
+ }
10
+ .cycloneslider-template-default .cycloneslider-slide{
11
+ position:absolute;
12
+ left:0;
13
+ top:0;
14
+ width:100%;
15
+ height:100%;
16
+ z-index:100;
17
+ }
18
+ .cycloneslider-template-default .cycloneslider-slide img{
19
+ border:0;
20
+ padding:0;
21
+ margin:0;
22
+ max-width:100%;
23
+ }
24
+ .cycloneslider-template-default .cycloneslider-prev,
25
+ .cycloneslider-template-default .cycloneslider-next,
26
+ .cycloneslider-template-default .cycloneslider-pager{
27
+ cursor:pointer;
28
+ }
29
+ .cycloneslider-template-default .cycloneslider-slide:first-child{
30
+ z-index:101;
31
+ }
32
+
33
+ /*** Custom ***/
34
  .cycloneslider-template-default img{
35
  display:block;
36
  }
44
  width:26px;
45
  height:44px;
46
  text-indent:-99999px;
47
+ background: url(images/sprite-arrows.png) no-repeat;
48
  }
49
  .cycloneslider-template-default .cycloneslider-prev{
50
  left:10px;
61
  right:20px;
62
  }
63
  .cycloneslider-template-default .cycloneslider-pager span {
64
+ background: url(images/sprite-nav.png) no-repeat scroll 0 0 transparent;
65
  display: block;
66
  float: left;
67
  font-size: 0;
80
  bottom:0;
81
  width:100%;
82
  z-index:99;
83
+ background: url(images/bg-caption.png);
84
  color:#fff;
85
  }
86
  .cycloneslider-template-default .cycloneslider-caption-title{
templates/default/style.min.css DELETED
@@ -1,2 +0,0 @@
1
- /*** Template Default ***/
2
- .cycloneslider-template-default img{display:block}.cycloneslider-template-default .cycloneslider-prev,.cycloneslider-template-default .cycloneslider-next{display:none;position:absolute;top:50%;margin-top:-22px;z-index:102;width:26px;height:44px;text-indent:-99999px;background:url($tpl/images/sprite-arrows.png) no-repeat}.cycloneslider-template-default .cycloneslider-prev{left:10px;background-position:0 0}.cycloneslider-template-default .cycloneslider-next{right:10px;background-position:-29px 0}.cycloneslider-template-default .cycloneslider-pager{position:absolute;z-index:200;top:20px;right:20px}.cycloneslider-template-default .cycloneslider-pager span{background:url($tpl/images/sprite-nav.png) no-repeat scroll 0 0 transparent;display:block;float:left;font-size:0;width:10px;height:10px;line-height:0;margin-right:6px;text-indent:-99999px}.cycloneslider-template-default .cycloneslider-pager span.cycle-pager-active{background-position:left bottom}.cycloneslider-template-default .cycloneslider-caption{position:absolute;left:0;bottom:0;width:100%;z-index:99;background:url($tpl/images/bg-caption.png);color:#fff}.cycloneslider-template-default .cycloneslider-caption-title{padding:10px 20px 5px 20px;font-size:22px;line-height:1;margin-bottom:0}.cycloneslider-template-default .cycloneslider-caption-description{padding:0 20px 15px 20px;line-height:1.5;font-size:12px}.cycloneslider-template-default .cycloneslider-slide iframe,.cycloneslider-template-default .cycloneslider-slide object,.cycloneslider-template-default .cycloneslider-slide embed{position:absolute;top:0;left:0;width:100%!important;height:100%!important}
 
 
templates/thumbnails/screenshot.jpg CHANGED
Binary file
templates/thumbnails/script.min.js DELETED
@@ -1 +0,0 @@
1
- jQuery(document).ready(function(){jQuery(".cycloneslider-template-thumbnails").each(function(c,d){var a=jQuery(d),b=a.children(".cycloneslider-slides"),e=a.next();e.find("li:first").addClass("current");b.on("cycle-before",function(g,h){var f=h.nextSlide;e.find("li").removeClass("current").eq(f).addClass("current")});e.on("click","li",function(){var f=jQuery(this).index();b.cycle("goto",f)})})});
 
templates/thumbnails/slider.php CHANGED
@@ -1,24 +1,40 @@
1
- <?php if(!defined('CYCLONE_PATH')) die('Direct access denied.'); ?>
2
 
3
- <?php if($slider_count>0) $slider_id = $slider_id.'-'.$slider_count; ?>
4
- <div class="cycloneslider cycloneslider-template-thumbnails" id="cycloneslider-<?php echo $slider_id; ?>" style="max-width:<?php echo $slider_settings['width']; ?>px">
5
- <div class="cycloneslider-slides cycle-slideshow" <?php echo cyclone_settings($slider_settings, $slider_id); ?>>
6
- <?php foreach($slider_metas as $i=>$slider_meta): ?>
7
- <div class="cycloneslider-slide" <?php echo cyclone_slide_settings($slider_meta, $slider_settings); ?>>
8
- <?php if ($slider_meta['type']=='image') : ?>
9
- <?php if ($slider_meta['link']!='') : ?><a target="<?php echo ('_blank'==$slider_meta['link_target']) ? '_blank' : '_self'; ?>" href="<?php echo $slider_meta['link'];?>"><?php endif; ?>
10
- <img src="<?php echo cyclone_slide_image_url($slider_meta['id'], $slider_settings['width'], $slider_settings['height'], array('current_slide_settings'=>$slider_meta, 'slideshow_settings'=>$slider_settings) ); ?>" alt="<?php echo $slider_meta['img_alt'];?>" title="<?php echo $slider_meta['img_title'];?>" />
11
- <?php if ($slider_meta['link']!='') : ?></a><?php endif; ?>
12
- <?php if(!empty($slider_meta['title']) or !empty($slider_meta['description'])) : ?>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
  <div class="cycloneslider-caption">
14
- <div class="cycloneslider-caption-title"><?php echo $slider_meta['title'];?></div>
15
- <div class="cycloneslider-caption-description"><?php echo $slider_meta['description'];?></div>
16
  </div>
17
  <?php endif; ?>
18
- <?php elseif ($slider_meta['type']=='video') : ?>
19
- <?php echo $slider_meta['video']; ?>
20
- <?php elseif ($slider_meta['type']=='custom') : ?>
21
- <?php echo $slider_meta['custom']; ?>
22
  <?php endif; ?>
23
  </div>
24
  <?php endforeach; ?>
@@ -29,18 +45,18 @@
29
  <?php endif; ?>
30
  </div>
31
  <?php if ($slider_settings['show_nav']) : ?>
32
- <div id="cycloneslider-thumbnails-<?php echo $slider_id; ?>" class="cycloneslider-template-thumbnails cycloneslider-thumbnails" style="max-width:<?php echo $slider_settings['width']; ?>px">
33
  <ul class="clearfix">
34
- <?php foreach($slider_metas as $i=>$slider_meta): ?>
35
  <li>
36
- <?php if ($slider_meta['type']=='video') : ?>
37
  <div class="thumb-video">
38
- <img src="<?php echo $slider_meta['video_thumb'];?>" width="30" height="30" alt="">
39
  </div>
40
- <?php elseif($slider_meta['type']=='custom'): ?>
41
  <div class="thumb-custom">HTML</div>
42
  <?php else: ?>
43
- <img src="<?php echo cyclone_slide_image_url($slider_meta['id'], 30, 30, array('current_slide_settings'=>$slider_meta, 'slideshow_settings'=>$slider_settings, 'resize_option'=>'crop') ); ?>" width="30" height="30" alt="<?php echo $slider_meta['img_alt'];?>" title="<?php echo $slider_meta['img_title'];?>" />
44
  <?php endif; ?>
45
  </li>
46
  <?php endforeach; ?>
1
+ <?php if(!defined('ABSPATH')) die('Direct access denied.'); ?>
2
 
3
+ <?php
4
+ // For description of variables go to: http://www.codefleet.net/cyclone-slider-2/#template-variables
5
+ ?>
6
+ <div class="cycloneslider cycloneslider-template-thumbnails" id="<?php echo $slider_html_id; ?>" style="max-width:<?php echo $slider_settings['width']; ?>px">
7
+ <div class="cycloneslider-slides cycle-slideshow"
8
+ data-cycle-slides="> div"
9
+ data-cycle-auto-height="<?php echo $slider_settings['width']; ?>:<?php echo $slider_settings['height']; ?>"
10
+ data-cycle-fx="<?php echo $slider_settings['fx']; ?>"
11
+ data-cycle-speed="<?php echo $slider_settings['speed']; ?>"
12
+ data-cycle-timeout="<?php echo $slider_settings['timeout']; ?>"
13
+ data-cycle-pause-on-hover="<?php echo $slider_settings['hover_pause']; ?>"
14
+ data-cycle-pager="#<?php echo $slider_html_id; ?> .cycloneslider-pager"
15
+ data-cycle-prev="#<?php echo $slider_html_id; ?> .cycloneslider-prev"
16
+ data-cycle-next="#<?php echo $slider_html_id; ?> .cycloneslider-next"
17
+ data-cycle-tile-count="<?php echo $slider_settings['tile_count']; ?>"
18
+ data-cycle-tile-delay="<?php echo $slider_settings['tile_delay']; ?>"
19
+ data-cycle-tile-vertical="<?php echo $slider_settings['tile_vertical']; ?>"
20
+ data-cycle-log="false"
21
+ >
22
+ <?php foreach($slides as $i=>$slide): ?>
23
+ <div class="cycloneslider-slide" <?php echo cyclone_slide_settings($slide, $slider_settings); ?>>
24
+ <?php if ($slide['type']=='image') : ?>
25
+ <?php if ($slide['link']!='') : ?><a target="<?php echo ('_blank'==$slide['link_target']) ? '_blank' : '_self'; ?>" href="<?php echo $slide['link'];?>"><?php endif; ?>
26
+ <img src="<?php echo cyclone_slide_image_url($slide['id'], $slider_settings['width'], $slider_settings['height'], array('current_slide_settings'=>$slide, 'slideshow_settings'=>$slider_settings) ); ?>" alt="<?php echo $slide['img_alt'];?>" title="<?php echo $slide['img_title'];?>" />
27
+ <?php if ($slide['link']!='') : ?></a><?php endif; ?>
28
+ <?php if(!empty($slide['title']) or !empty($slide['description'])) : ?>
29
  <div class="cycloneslider-caption">
30
+ <div class="cycloneslider-caption-title"><?php echo $slide['title'];?></div>
31
+ <div class="cycloneslider-caption-description"><?php echo $slide['description'];?></div>
32
  </div>
33
  <?php endif; ?>
34
+ <?php elseif ($slide['type']=='video') : ?>
35
+ <?php echo $slide['video']; ?>
36
+ <?php elseif ($slide['type']=='custom') : ?>
37
+ <?php echo $slide['custom']; ?>
38
  <?php endif; ?>
39
  </div>
40
  <?php endforeach; ?>
45
  <?php endif; ?>
46
  </div>
47
  <?php if ($slider_settings['show_nav']) : ?>
48
+ <div id="<?php echo $slider_html_id; ?>-pager" class="cycloneslider-template-thumbnails cycloneslider-thumbnails" style="max-width:<?php echo $slider_settings['width']; ?>px">
49
  <ul class="clearfix">
50
+ <?php foreach($slides as $i=>$slide): ?>
51
  <li>
52
+ <?php if ($slide['type']=='video') : ?>
53
  <div class="thumb-video">
54
+ <img src="<?php echo $slide['video_thumb'];?>" width="40" height="40" alt="">
55
  </div>
56
+ <?php elseif($slide['type']=='custom'): ?>
57
  <div class="thumb-custom">HTML</div>
58
  <?php else: ?>
59
+ <img src="<?php echo cyclone_slide_image_url($slide['id'], 40, 40, array('current_slide_settings'=>$slide, 'slideshow_settings'=>$slider_settings, 'resize_option'=>'crop') ); ?>" width="40" height="40" alt="<?php echo $slide['img_alt'];?>" title="<?php echo $slide['img_title'];?>" />
60
  <?php endif; ?>
61
  </li>
62
  <?php endforeach; ?>
templates/thumbnails/style.css CHANGED
@@ -1,4 +1,36 @@
1
  /*** Template Thumbnails ***/
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  .cycloneslider-template-thumbnails img{
3
  display:block;
4
  }
@@ -13,7 +45,7 @@
13
  width:26px;
14
  height:44px;
15
  text-indent:-99999px;
16
- background: url($tpl/images/sprite-arrows.png) no-repeat;
17
  }
18
  .cycloneslider-template-thumbnails:hover .cycloneslider-prev,
19
  .cycloneslider-template-thumbnails:hover .cycloneslider-next{
@@ -39,7 +71,7 @@
39
  bottom:0;
40
  width:100%;
41
  z-index:99;
42
- background: url($tpl/images/bg-caption.png);
43
  color:#fff;
44
  }
45
  .cycloneslider-template-thumbnails .cycloneslider-caption-title{
@@ -61,10 +93,10 @@
61
  .cycloneslider-template-thumbnails.cycloneslider-thumbnails li{
62
  list-style:none inside;
63
  display:inline-block;
64
- width:30px;
65
- height:30px;
66
  margin:0 5px;
67
- border:5px solid #ccc;
68
  cursor:pointer;
69
  vertical-align:top;
70
  }
1
  /*** Template Thumbnails ***/
2
+ /*** Common ***/
3
+ .cycloneslider-template-thumbnails{
4
+ position:relative;
5
+ }
6
+ .cycloneslider-template-thumbnails .cycloneslider-slides{
7
+ position:relative;
8
+ overflow:hidden;
9
+ }
10
+ .cycloneslider-template-thumbnails .cycloneslider-slide{
11
+ position:absolute;
12
+ left:0;
13
+ top:0;
14
+ width:100%;
15
+ height:100%;
16
+ z-index:100;
17
+ }
18
+ .cycloneslider-template-thumbnails .cycloneslider-slide img{
19
+ border:0;
20
+ padding:0;
21
+ margin:0;
22
+ max-width:100%;
23
+ }
24
+ .cycloneslider-template-thumbnails .cycloneslider-prev,
25
+ .cycloneslider-template-thumbnails .cycloneslider-next,
26
+ .cycloneslider-template-thumbnails .cycloneslider-pager{
27
+ cursor:pointer;
28
+ }
29
+ .cycloneslider-template-thumbnails .cycloneslider-slide:first-child{
30
+ z-index:101;
31
+ }
32
+
33
+ /*** Custom ***/
34
  .cycloneslider-template-thumbnails img{
35
  display:block;
36
  }
45
  width:26px;
46
  height:44px;
47
  text-indent:-99999px;
48
+ background: url(images/sprite-arrows.png) no-repeat;
49
  }
50
  .cycloneslider-template-thumbnails:hover .cycloneslider-prev,
51
  .cycloneslider-template-thumbnails:hover .cycloneslider-next{
71
  bottom:0;
72
  width:100%;
73
  z-index:99;
74
+ background: url(images/bg-caption.png);
75
  color:#fff;
76
  }
77
  .cycloneslider-template-thumbnails .cycloneslider-caption-title{
93
  .cycloneslider-template-thumbnails.cycloneslider-thumbnails li{
94
  list-style:none inside;
95
  display:inline-block;
96
+ width:40px;
97
+ height:40px;
98
  margin:0 5px;
99
+ border:2px solid #ccc;
100
  cursor:pointer;
101
  vertical-align:top;
102
  }
templates/thumbnails/style.min.css DELETED
@@ -1,2 +0,0 @@
1
- /*** Template Thumbnails ***/
2
- .cycloneslider-template-thumbnails img{display:block}.cycloneslider-template-thumbnails .cycloneslider-prev,.cycloneslider-template-thumbnails .cycloneslider-next{display:none;opacity:0;position:absolute;top:50%;margin-top:-22px;z-index:102;width:26px;height:44px;text-indent:-99999px;background:url($tpl/images/sprite-arrows.png) no-repeat}.cycloneslider-template-thumbnails:hover .cycloneslider-prev,.cycloneslider-template-thumbnails:hover .cycloneslider-next{display:block;opacity:.4}.cycloneslider-template-thumbnails .cycloneslider-prev{left:10px;background-position:0 0}.cycloneslider-template-thumbnails .cycloneslider-next{right:10px;background-position:-29px 0}.cycloneslider-template-thumbnails .cycloneslider-prev:hover,.cycloneslider-template-thumbnails .cycloneslider-next:hover{opacity:1}.cycloneslider-template-thumbnails .cycloneslider-caption{position:absolute;left:0;bottom:0;width:100%;z-index:99;background:url($tpl/images/bg-caption.png);color:#fff}.cycloneslider-template-thumbnails .cycloneslider-caption-title{padding:10px 20px 5px 20px;font-size:22px;line-height:1;margin-bottom:0}.cycloneslider-template-thumbnails .cycloneslider-caption-description{padding:0 20px 15px 20px;line-height:1.5;font-size:12px}.cycloneslider-template-thumbnails.cycloneslider-thumbnails{padding:20px 0;text-align:center}.cycloneslider-template-thumbnails.cycloneslider-thumbnails li{list-style:none inside;display:inline-block;width:30px;height:30px;margin:0 5px;border:5px solid #ccc;cursor:pointer;vertical-align:top}.cycloneslider-template-thumbnails.cycloneslider-thumbnails li{zoom:1;*display:inline}.cycloneslider-template-thumbnails.cycloneslider-thumbnails li.current{border-color:#333}.cycloneslider-template-thumbnails .cycloneslider-slide iframe,.cycloneslider-template-thumbnails .cycloneslider-slide object,.cycloneslider-template-thumbnails .cycloneslider-slide embed{position:absolute;top:0;left:0;width:100%!important;height:100%!important}.cycloneslider-template-thumbnails .thumb-custom{background:#ccc;width:30px;height:30px;line-height:30px;font-size:8px;color:#fefefe}.cycloneslider-template-thumbnails img{border-radius:0}
 
 
views/slider-codes.php ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php if(!defined('ABSPATH')) die('Direct access denied.'); ?>
2
+
3
+ <div class="cycloneslider-field">
4
+ <label for="cycloneslider_get_shortcode"><?php _e('Your Shortcode:', 'cycloneslider'); ?> </label>
5
+ <input readonly="true" id="cycloneslider_get_shortcode" type="text" class="widefat" name="" value="<?php echo esc_attr($shortcode); ?>" />
6
+ <span class="note"><?php _e('Copy and paste this shortcode into your Post, Page or Custom Post editor.', 'cycloneslider'); ?></span>
7
+ <div class="clear"></div>
8
+ </div>
9
+ <div class="cycloneslider-field last">
10
+ <label for="cycloneslider_get_code"><?php _e('Your PHP Code:', 'cycloneslider'); ?> </label>
11
+ <input readonly="true" id="cycloneslider_get_code" type="text" class="widefat" name="" value="<?php echo esc_attr($template_code); ?>" />
12
+ <span class="note"><?php _e('Copy and paste this code when you need to display the slider in template files (header.php, front-page.php, etc.).', 'cycloneslider'); ?></span>
13
+ <div class="clear"></div>
14
+ </div>
views/slider-id.php ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
1
+ <?php if(!defined('ABSPATH')) die('Direct access denied.'); ?>
2
+
3
+ <div class="cycloneslider-field last">
4
+ <input id="cycloneslider_post_name" type="text" name="post_name" value="<?php echo esc_attr($post_name); ?>" />
5
+ <span class="note"><?php _e('Change the Slideshow ID here.', 'cycloneslider'); ?></span>
6
+ <div class="clear"></div>
7
+ </div>