Slideshow - Version 2.2.25

Version Description

  • Changed localization domain to match the plugin's slug in order to support language packs.
Download this release

Release Info

Developer stefanboonstra
Plugin Icon 128x128 Slideshow
Version 2.2.25
Comparing to
See all releases

Code changes from version 2.2.24 to 2.2.25

Files changed (76) hide show
  1. classes/SlideshowPluginGeneralSettings.php +7 -7
  2. classes/SlideshowPluginInstaller.php +19 -19
  3. classes/SlideshowPluginPostType.php +21 -21
  4. classes/SlideshowPluginShortcode.php +1 -1
  5. classes/SlideshowPluginSlideInserter.php +6 -6
  6. classes/SlideshowPluginSlideshowSettingsHandler.php +55 -55
  7. classes/SlideshowPluginSlideshowStylesheet.php +46 -35
  8. classes/SlideshowPluginWidget.php +3 -3
  9. languages/{slideshow-plugin-bg_BG.mo → slideshow-jquery-image-gallery-bg_BG.mo} +0 -0
  10. languages/{slideshow-plugin-bg_BG.po → slideshow-jquery-image-gallery-bg_BG.po} +149 -149
  11. languages/{slideshow-plugin-cs_CZ.mo → slideshow-jquery-image-gallery-cs_CZ.mo} +0 -0
  12. languages/{slideshow-plugin-cs_CZ.po → slideshow-jquery-image-gallery-cs_CZ.po} +0 -0
  13. languages/{slideshow-plugin-de_DE.mo → slideshow-jquery-image-gallery-de_DE.mo} +0 -0
  14. languages/{slideshow-plugin-de_DE.po → slideshow-jquery-image-gallery-de_DE.po} +0 -0
  15. languages/slideshow-jquery-image-gallery-es_ES.mo +0 -0
  16. languages/{slideshow-plugin-es_ES.po → slideshow-jquery-image-gallery-es_ES.po} +136 -115
  17. languages/{slideshow-plugin-fa_IR.mo → slideshow-jquery-image-gallery-fa_IR.mo} +0 -0
  18. languages/{slideshow-plugin-fa_IR.po → slideshow-jquery-image-gallery-fa_IR.po} +0 -0
  19. languages/{slideshow-plugin-fi.mo → slideshow-jquery-image-gallery-fi.mo} +0 -0
  20. languages/{slideshow-plugin-fi.po → slideshow-jquery-image-gallery-fi.po} +0 -0
  21. languages/{slideshow-plugin-fr_FR.mo → slideshow-jquery-image-gallery-fr_FR.mo} +0 -0
  22. languages/{slideshow-plugin-fr_FR.po → slideshow-jquery-image-gallery-fr_FR.po} +0 -0
  23. languages/{slideshow-plugin-he_IL.mo → slideshow-jquery-image-gallery-he_IL.mo} +0 -0
  24. languages/{slideshow-plugin-he_IL.po → slideshow-jquery-image-gallery-he_IL.po} +0 -0
  25. languages/{slideshow-plugin-it_IT.mo → slideshow-jquery-image-gallery-it_IT.mo} +0 -0
  26. languages/{slideshow-plugin-it_IT.po → slideshow-jquery-image-gallery-it_IT.po} +0 -0
  27. languages/{slideshow-plugin-ja.mo → slideshow-jquery-image-gallery-ja.mo} +0 -0
  28. languages/{slideshow-plugin-ja.po → slideshow-jquery-image-gallery-ja.po} +0 -0
  29. languages/{slideshow-plugin-nb_NO.mo → slideshow-jquery-image-gallery-nb_NO.mo} +0 -0
  30. languages/{slideshow-plugin-nb_NO.po → slideshow-jquery-image-gallery-nb_NO.po} +0 -0
  31. languages/{slideshow-plugin-nl_NL.mo → slideshow-jquery-image-gallery-nl_NL.mo} +0 -0
  32. languages/{slideshow-plugin-nl_NL.po → slideshow-jquery-image-gallery-nl_NL.po} +950 -950
  33. languages/{slideshow-plugin-original.mo → slideshow-jquery-image-gallery-original.mo} +0 -0
  34. languages/{slideshow-plugin-original.po → slideshow-jquery-image-gallery-original.po} +5 -3
  35. languages/{slideshow-plugin-pl_PL.mo → slideshow-jquery-image-gallery-pl_PL.mo} +0 -0
  36. languages/{slideshow-plugin-pl_PL.po → slideshow-jquery-image-gallery-pl_PL.po} +0 -0
  37. languages/{slideshow-plugin-pt_BR.mo → slideshow-jquery-image-gallery-pt_BR.mo} +0 -0
  38. languages/{slideshow-plugin-pt_BR.po → slideshow-jquery-image-gallery-pt_BR.po} +136 -136
  39. languages/{slideshow-plugin-pt_PT.mo → slideshow-jquery-image-gallery-pt_PT.mo} +0 -0
  40. languages/{slideshow-plugin-pt_PT.po → slideshow-jquery-image-gallery-pt_PT.po} +0 -0
  41. languages/{slideshow-plugin-ru_RU.mo → slideshow-jquery-image-gallery-ru_RU.mo} +0 -0
  42. languages/{slideshow-plugin-ru_RU.po → slideshow-jquery-image-gallery-ru_RU.po} +0 -0
  43. languages/{slideshow-plugin-sr_RS.mo → slideshow-jquery-image-gallery-sr_RS.mo} +0 -0
  44. languages/{slideshow-plugin-sr_RS.po → slideshow-jquery-image-gallery-sr_RS.po} +0 -0
  45. languages/{slideshow-plugin-sv_SE.mo → slideshow-jquery-image-gallery-sv_SE.mo} +0 -0
  46. languages/{slideshow-plugin-sv_SE.po → slideshow-jquery-image-gallery-sv_SE.po} +0 -0
  47. languages/{slideshow-plugin-tr_TR.mo → slideshow-jquery-image-gallery-tr_TR.mo} +0 -0
  48. languages/{slideshow-plugin-tr_TR.po → slideshow-jquery-image-gallery-tr_TR.po} +0 -0
  49. languages/{slideshow-plugin-uk_UK.mo → slideshow-jquery-image-gallery-uk_UK.mo} +0 -0
  50. languages/{slideshow-plugin-uk_UK.po → slideshow-jquery-image-gallery-uk_UK.po} +0 -0
  51. languages/{slideshow-plugin-zh_CN.mo → slideshow-jquery-image-gallery-zh_CN.mo} +0 -0
  52. languages/{slideshow-plugin-zh_CN.po → slideshow-jquery-image-gallery-zh_CN.po} +0 -0
  53. languages/slideshow-plugin-es_ES.mo +0 -0
  54. readme.txt +50 -55
  55. slideshow.php +4 -4
  56. views/SlideshowPlugin/slideshow.php +4 -4
  57. views/SlideshowPluginGeneralSettings/custom-styles-tab.php +21 -21
  58. views/SlideshowPluginGeneralSettings/default-slideshow-settings-tab.php +5 -5
  59. views/SlideshowPluginGeneralSettings/general-settings-tab.php +10 -10
  60. views/SlideshowPluginGeneralSettings/general-settings.php +3 -3
  61. views/SlideshowPluginPostType/information.php +3 -3
  62. views/SlideshowPluginPostType/settings.php +2 -2
  63. views/SlideshowPluginPostType/slides.php +42 -42
  64. views/SlideshowPluginPostType/style-settings.php +2 -2
  65. views/SlideshowPluginPostType/support-plugin.php +4 -4
  66. views/SlideshowPluginShortcode/shortcode-inserter.php +10 -16
  67. views/SlideshowPluginSlideInserter/insert-image-button.php +2 -2
  68. views/SlideshowPluginSlideInserter/insert-text-button.php +1 -1
  69. views/SlideshowPluginSlideInserter/insert-video-button.php +1 -1
  70. views/SlideshowPluginSlideInserter/search-popup.php +2 -2
  71. views/SlideshowPluginSlideshowSlide/backend_attachment.php +11 -11
  72. views/SlideshowPluginSlideshowSlide/backend_templates.php +28 -28
  73. views/SlideshowPluginSlideshowSlide/backend_text.php +12 -12
  74. views/SlideshowPluginSlideshowSlide/backend_video.php +6 -6
  75. views/SlideshowPluginUpload/upload-button.php +1 -1
  76. views/SlideshowPluginWidget/form.php +4 -4
classes/SlideshowPluginGeneralSettings.php CHANGED
@@ -79,8 +79,8 @@ class SlideshowPluginGeneralSettings
79
  // Add sub menu
80
  add_submenu_page(
81
  'edit.php?post_type=' . SlideshowPluginPostType::$postType,
82
- __('General Settings', 'slideshow-plugin'),
83
- __('General Settings', 'slideshow-plugin'),
84
  'manage_options',
85
  'general_settings',
86
  array(__CLASS__, 'generalSettings')
@@ -147,8 +147,8 @@ class SlideshowPluginGeneralSettings
147
  array(
148
  'data' => array('customStylesKey' => self::$customStyles),
149
  'localization' => array(
150
- 'newCustomizationPrefix' => __('New', 'slideshow-plugin'),
151
- 'confirmDeleteMessage' => __('Are you sure you want to delete this custom style?', 'slideshow-plugin')
152
  )
153
  )
154
  );
@@ -193,8 +193,8 @@ class SlideshowPluginGeneralSettings
193
  {
194
  // Default styles
195
  $defaultStyles = array(
196
- 'style-light.css' => __('Light', 'slideshow-plugin'),
197
- 'style-dark.css' => __('Dark', 'slideshow-plugin')
198
  );
199
 
200
  // Loop through default stylesheets
@@ -350,7 +350,7 @@ class SlideshowPluginGeneralSettings
350
  foreach ($customStyles as $customStyleKey => $customStyleValue)
351
  {
352
  // Put custom style key and name into the $newCustomStyle array
353
- $newCustomStyles[$customStyleKey] = isset($customStyleValue['title']) ? $customStyleValue['title'] : __('Untitled', 'slideshow-plugin');
354
 
355
  // Get style
356
  $newStyle = isset($customStyleValue['style']) ? $customStyleValue['style'] : '';
79
  // Add sub menu
80
  add_submenu_page(
81
  'edit.php?post_type=' . SlideshowPluginPostType::$postType,
82
+ __('General Settings', 'slideshow-jquery-image-gallery'),
83
+ __('General Settings', 'slideshow-jquery-image-gallery'),
84
  'manage_options',
85
  'general_settings',
86
  array(__CLASS__, 'generalSettings')
147
  array(
148
  'data' => array('customStylesKey' => self::$customStyles),
149
  'localization' => array(
150
+ 'newCustomizationPrefix' => __('New', 'slideshow-jquery-image-gallery'),
151
+ 'confirmDeleteMessage' => __('Are you sure you want to delete this custom style?', 'slideshow-jquery-image-gallery')
152
  )
153
  )
154
  );
193
  {
194
  // Default styles
195
  $defaultStyles = array(
196
+ 'style-light.css' => __('Light', 'slideshow-jquery-image-gallery'),
197
+ 'style-dark.css' => __('Dark', 'slideshow-jquery-image-gallery')
198
  );
199
 
200
  // Loop through default stylesheets
350
  foreach ($customStyles as $customStyleKey => $customStyleValue)
351
  {
352
  // Put custom style key and name into the $newCustomStyle array
353
+ $newCustomStyles[$customStyleKey] = isset($customStyleValue['title']) ? $customStyleValue['title'] : __('Untitled', 'slideshow-jquery-image-gallery');
354
 
355
  // Get style
356
  $newStyle = isset($customStyleValue['style']) ? $customStyleValue['style'] : '';
classes/SlideshowPluginInstaller.php CHANGED
@@ -797,26 +797,26 @@ class SlideshowPluginInstaller
797
  'setting_hideDescription' => 'true'
798
  );
799
 
800
- $yes = __('Yes', 'slideshow-plugin');
801
- $no = __('No', 'slideshow-plugin');
802
  $data = array( // $data : array([prefix_settingName] => array([inputType], [value], [default], [description], array([options]), array([dependsOn], [onValue]), 'group' => [groupName]))
803
- 'style_style' => array('select', '', $defaultData['style_style'], __('The style used for this slideshow', 'slideshow-plugin'), array('light' => __('Light', 'slideshow-plugin'), 'dark' => __('Dark', 'slideshow-plugin'), 'custom' => __('Custom', 'slideshow-plugin'))),
804
- 'style_custom' => array('textarea', '', $defaultData['style_custom'], __('Custom style editor', 'slideshow-plugin'), null, array('style_style', 'custom')),
805
- 'setting_animation' => array('select', '', $defaultData['setting_animation'], __('Animation used for transition between slides', 'slideshow-plugin'), array('slide' => __('Slide', 'slideshow-plugin'), 'fade' => __('Fade', 'slideshow-plugin')), 'group' => __('Animation', 'slideshow-plugin')),
806
- 'setting_slideSpeed' => array('text', '', $defaultData['setting_slideSpeed'], __('Number of seconds the slide takes to slide in', 'slideshow-plugin'), 'group' => __('Animation', 'slideshow-plugin')),
807
- 'setting_descriptionSpeed' => array('text', '', $defaultData['setting_descriptionSpeed'], __('Number of seconds the description takes to slide in', 'slideshow-plugin'), 'group' => __('Animation', 'slideshow-plugin')),
808
- 'setting_intervalSpeed' => array('text', '', $defaultData['setting_intervalSpeed'], __('Seconds between changing slides', 'slideshow-plugin'), 'group' => __('Animation', 'slideshow-plugin')),
809
- 'setting_slidesPerView' => array('text', '', $defaultData['setting_slidesPerView'], __('Number of slides to fit into one slide', 'slideshow-plugin'), 'group' => __('Display', 'slideshow-plugin')),
810
- 'setting_width' => array('text', '', $defaultData['setting_width'], __('Width of the slideshow, set to parent's width on 0', 'slideshow-plugin'), 'group' => __('Display', 'slideshow-plugin')),
811
- 'setting_height' => array('text', '', $defaultData['setting_height'], __('Height of the slideshow', 'slideshow-plugin'), 'group' => __('Display', 'slideshow-plugin')),
812
- 'setting_descriptionHeight' => array('text', '', $defaultData['setting_descriptionHeight'], __('Height of the description boxes', 'slideshow-plugin'), 'group' => __('Display', 'slideshow-plugin')),
813
- 'setting_stretchImages' => array('radio', '', $defaultData['setting_stretchImages'], __('Fit image into slide (stretching it)', 'slideshow-plugin'), array('true' => $yes, 'false' => $no), 'group' => __('Display', 'slideshow-plugin')),
814
- 'setting_showDescription' => array('radio', '', $defaultData['setting_showDescription'], __('Show title and description', 'slideshow-plugin'), array('true' => $yes, 'false' => $no), 'group' => __('Display', 'slideshow-plugin')),
815
- 'setting_hideDescription' => array('radio', '', $defaultData['setting_hideDescription'], __('Hide description box, it will pop up when a mouse hovers over the slide', 'slideshow-plugin'), array('true' => $yes, 'false' => $no), array('setting_showDescription', 'true'), 'group' => __('Display', 'slideshow-plugin')),
816
- 'setting_play' => array('radio', '', $defaultData['setting_play'], __('Automatically slide to the next slide', 'slideshow-plugin'), array('true' => $yes, 'false' => $no), 'group' => __('Control', 'slideshow-plugin')),
817
- 'setting_loop' => array('radio', '', $defaultData['setting_loop'], __('Return to the beginning of the slideshow after last slide', 'slideshow-plugin'), array('true' => $yes, 'false' => $no), 'group' => __('Control', 'slideshow-plugin')),
818
- 'setting_controllable' => array('radio', '', $defaultData['setting_controllable'], __('Activate buttons (so the user can scroll through the slides)', 'slideshow-plugin'), array('true' => $yes, 'false' => $no), 'group' => __('Control', 'slideshow-plugin')),
819
- 'setting_controlPanel' => array('radio', '', $defaultData['setting_controlPanel'], __('Show control panel (play and pause button)', 'slideshow-plugin'), array('true' => $yes, 'false' => $no), 'group' => __('Control', 'slideshow-plugin')),
820
  );
821
 
822
  // Get settings
797
  'setting_hideDescription' => 'true'
798
  );
799
 
800
+ $yes = __('Yes', 'slideshow-jquery-image-gallery');
801
+ $no = __('No', 'slideshow-jquery-image-gallery');
802
  $data = array( // $data : array([prefix_settingName] => array([inputType], [value], [default], [description], array([options]), array([dependsOn], [onValue]), 'group' => [groupName]))
803
+ 'style_style' => array('select', '', $defaultData['style_style'], __('The style used for this slideshow', 'slideshow-jquery-image-gallery'), array('light' => __('Light', 'slideshow-jquery-image-gallery'), 'dark' => __('Dark', 'slideshow-jquery-image-gallery'), 'custom' => __('Custom', 'slideshow-jquery-image-gallery'))),
804
+ 'style_custom' => array('textarea', '', $defaultData['style_custom'], __('Custom style editor', 'slideshow-jquery-image-gallery'), null, array('style_style', 'custom')),
805
+ 'setting_animation' => array('select', '', $defaultData['setting_animation'], __('Animation used for transition between slides', 'slideshow-jquery-image-gallery'), array('slide' => __('Slide', 'slideshow-jquery-image-gallery'), 'fade' => __('Fade', 'slideshow-jquery-image-gallery')), 'group' => __('Animation', 'slideshow-jquery-image-gallery')),
806
+ 'setting_slideSpeed' => array('text', '', $defaultData['setting_slideSpeed'], __('Number of seconds the slide takes to slide in', 'slideshow-jquery-image-gallery'), 'group' => __('Animation', 'slideshow-jquery-image-gallery')),
807
+ 'setting_descriptionSpeed' => array('text', '', $defaultData['setting_descriptionSpeed'], __('Number of seconds the description takes to slide in', 'slideshow-jquery-image-gallery'), 'group' => __('Animation', 'slideshow-jquery-image-gallery')),
808
+ 'setting_intervalSpeed' => array('text', '', $defaultData['setting_intervalSpeed'], __('Seconds between changing slides', 'slideshow-jquery-image-gallery'), 'group' => __('Animation', 'slideshow-jquery-image-gallery')),
809
+ 'setting_slidesPerView' => array('text', '', $defaultData['setting_slidesPerView'], __('Number of slides to fit into one slide', 'slideshow-jquery-image-gallery'), 'group' => __('Display', 'slideshow-jquery-image-gallery')),
810
+ 'setting_width' => array('text', '', $defaultData['setting_width'], __('Width of the slideshow, set to parent's width on 0', 'slideshow-jquery-image-gallery'), 'group' => __('Display', 'slideshow-jquery-image-gallery')),
811
+ 'setting_height' => array('text', '', $defaultData['setting_height'], __('Height of the slideshow', 'slideshow-jquery-image-gallery'), 'group' => __('Display', 'slideshow-jquery-image-gallery')),
812
+ 'setting_descriptionHeight' => array('text', '', $defaultData['setting_descriptionHeight'], __('Height of the description boxes', 'slideshow-jquery-image-gallery'), 'group' => __('Display', 'slideshow-jquery-image-gallery')),
813
+ 'setting_stretchImages' => array('radio', '', $defaultData['setting_stretchImages'], __('Fit image into slide (stretching it)', 'slideshow-jquery-image-gallery'), array('true' => $yes, 'false' => $no), 'group' => __('Display', 'slideshow-jquery-image-gallery')),
814
+ 'setting_showDescription' => array('radio', '', $defaultData['setting_showDescription'], __('Show title and description', 'slideshow-jquery-image-gallery'), array('true' => $yes, 'false' => $no), 'group' => __('Display', 'slideshow-jquery-image-gallery')),
815
+ 'setting_hideDescription' => array('radio', '', $defaultData['setting_hideDescription'], __('Hide description box, it will pop up when a mouse hovers over the slide', 'slideshow-jquery-image-gallery'), array('true' => $yes, 'false' => $no), array('setting_showDescription', 'true'), 'group' => __('Display', 'slideshow-jquery-image-gallery')),
816
+ 'setting_play' => array('radio', '', $defaultData['setting_play'], __('Automatically slide to the next slide', 'slideshow-jquery-image-gallery'), array('true' => $yes, 'false' => $no), 'group' => __('Control', 'slideshow-jquery-image-gallery')),
817
+ 'setting_loop' => array('radio', '', $defaultData['setting_loop'], __('Return to the beginning of the slideshow after last slide', 'slideshow-jquery-image-gallery'), array('true' => $yes, 'false' => $no), 'group' => __('Control', 'slideshow-jquery-image-gallery')),
818
+ 'setting_controllable' => array('radio', '', $defaultData['setting_controllable'], __('Activate buttons (so the user can scroll through the slides)', 'slideshow-jquery-image-gallery'), array('true' => $yes, 'false' => $no), 'group' => __('Control', 'slideshow-jquery-image-gallery')),
819
+ 'setting_controlPanel' => array('radio', '', $defaultData['setting_controlPanel'], __('Show control panel (play and pause button)', 'slideshow-jquery-image-gallery'), array('true' => $yes, 'false' => $no), 'group' => __('Control', 'slideshow-jquery-image-gallery')),
820
  );
821
 
822
  // Get settings
classes/SlideshowPluginPostType.php CHANGED
@@ -42,15 +42,15 @@ class SlideshowPluginPostType
42
  self::$postType,
43
  array(
44
  'labels' => array(
45
- 'name' => __('Slideshows', 'slideshow-plugin'),
46
- 'singular_name' => __('Slideshow', 'slideshow-plugin'),
47
- 'add_new_item' => __('Add New Slideshow', 'slideshow-plugin'),
48
- 'edit_item' => __('Edit slideshow', 'slideshow-plugin'),
49
- 'new_item' => __('New slideshow', 'slideshow-plugin'),
50
- 'view_item' => __('View slideshow', 'slideshow-plugin'),
51
- 'search_items' => __('Search slideshows', 'slideshow-plugin'),
52
- 'not_found' => __('No slideshows found', 'slideshow-plugin'),
53
- 'not_found_in_trash' => __('No slideshows found', 'slideshow-plugin')
54
  ),
55
  'public' => false,
56
  'publicly_queryable' => false,
@@ -95,7 +95,7 @@ class SlideshowPluginPostType
95
  {
96
  add_meta_box(
97
  'information',
98
- __('Information', 'slideshow-plugin'),
99
  array(__CLASS__, 'informationMetaBox'),
100
  self::$postType,
101
  'normal',
@@ -104,7 +104,7 @@ class SlideshowPluginPostType
104
 
105
  add_meta_box(
106
  'slides-list',
107
- __('Slides List', 'slideshow-plugin'),
108
  array(__CLASS__, 'slidesMetaBox'),
109
  self::$postType,
110
  'side',
@@ -113,7 +113,7 @@ class SlideshowPluginPostType
113
 
114
  add_meta_box(
115
  'style',
116
- __('Slideshow Style', 'slideshow-plugin'),
117
  array(__CLASS__, 'styleMetaBox'),
118
  self::$postType,
119
  'normal',
@@ -122,7 +122,7 @@ class SlideshowPluginPostType
122
 
123
  add_meta_box(
124
  'settings',
125
- __('Slideshow Settings', 'slideshow-plugin'),
126
  array(__CLASS__, 'settingsMetaBox'),
127
  self::$postType,
128
  'normal',
@@ -170,11 +170,11 @@ class SlideshowPluginPostType
170
  switch ($messageID)
171
  {
172
  case 6:
173
- $messages[$currentScreen->base][$messageID] = __('Slideshow created', 'slideshow-plugin');
174
  break;
175
 
176
  default:
177
- $messages[$currentScreen->base][$messageID] = __('Slideshow updated', 'slideshow-plugin');
178
  }
179
 
180
  return $messages;
@@ -221,7 +221,7 @@ class SlideshowPluginPostType
221
 
222
  // Insert slide buttons
223
  echo '<p style="text-align: center;">
224
- <i>' . __('Insert', 'slideshow-plugin') . ':</i><br/>' .
225
  SlideshowPluginSlideInserter::getImageSlideInsertButton() .
226
  SlideshowPluginSlideInserter::getTextSlideInsertButton() .
227
  SlideshowPluginSlideInserter::getVideoSlideInsertButton() .
@@ -229,15 +229,15 @@ class SlideshowPluginPostType
229
 
230
  // Toggle slides open/closed
231
  echo '<p style="text-align: center;">
232
- <a href="#" class="open-slides-button">' . __( 'Open all', 'slideshow-plugin' ) . '</a>
233
  |
234
- <a href="#" class="close-slides-button">' . __( 'Close all', 'slideshow-plugin' ) . '</a>
235
  </p>';
236
 
237
  // No views/slides message
238
  if (count($views) <= 0)
239
  {
240
- echo '<p>' . __('Add slides to this slideshow by using one of the buttons above.', 'slideshow-plugin') . '</p>';
241
  }
242
 
243
  // Start list
@@ -317,7 +317,7 @@ class SlideshowPluginPostType
317
  'post' => $post->ID,
318
  ));
319
 
320
- $actions['duplicate'] = '<a href="' . wp_nonce_url($url, 'duplicate-slideshow_' . $post->ID, 'nonce') . '">' . __('Duplicate', 'slideshow-plugin') . '</a>';
321
  }
322
 
323
  return $actions;
@@ -368,7 +368,7 @@ class SlideshowPluginPostType
368
  'post_parent' => $post->post_parent,
369
  'post_password' => $post->post_password,
370
  'post_status' => 'draft',
371
- 'post_title' => $post->post_title . (strlen($post->post_title) > 0 ? ' - ' : '') . __('Copy', 'slideshow-plugin'),
372
  'post_type' => $post->post_type,
373
  'to_ping' => $post->to_ping,
374
  'menu_order' => $post->menu_order,
42
  self::$postType,
43
  array(
44
  'labels' => array(
45
+ 'name' => __('Slideshows', 'slideshow-jquery-image-gallery'),
46
+ 'singular_name' => __('Slideshow', 'slideshow-jquery-image-gallery'),
47
+ 'add_new_item' => __('Add New Slideshow', 'slideshow-jquery-image-gallery'),
48
+ 'edit_item' => __('Edit slideshow', 'slideshow-jquery-image-gallery'),
49
+ 'new_item' => __('New slideshow', 'slideshow-jquery-image-gallery'),
50
+ 'view_item' => __('View slideshow', 'slideshow-jquery-image-gallery'),
51
+ 'search_items' => __('Search slideshows', 'slideshow-jquery-image-gallery'),
52
+ 'not_found' => __('No slideshows found', 'slideshow-jquery-image-gallery'),
53
+ 'not_found_in_trash' => __('No slideshows found', 'slideshow-jquery-image-gallery')
54
  ),
55
  'public' => false,
56
  'publicly_queryable' => false,
95
  {
96
  add_meta_box(
97
  'information',
98
+ __('Information', 'slideshow-jquery-image-gallery'),
99
  array(__CLASS__, 'informationMetaBox'),
100
  self::$postType,
101
  'normal',
104
 
105
  add_meta_box(
106
  'slides-list',
107
+ __('Slides List', 'slideshow-jquery-image-gallery'),
108
  array(__CLASS__, 'slidesMetaBox'),
109
  self::$postType,
110
  'side',
113
 
114
  add_meta_box(
115
  'style',
116
+ __('Slideshow Style', 'slideshow-jquery-image-gallery'),
117
  array(__CLASS__, 'styleMetaBox'),
118
  self::$postType,
119
  'normal',
122
 
123
  add_meta_box(
124
  'settings',
125
+ __('Slideshow Settings', 'slideshow-jquery-image-gallery'),
126
  array(__CLASS__, 'settingsMetaBox'),
127
  self::$postType,
128
  'normal',
170
  switch ($messageID)
171
  {
172
  case 6:
173
+ $messages[$currentScreen->base][$messageID] = __('Slideshow created', 'slideshow-jquery-image-gallery');
174
  break;
175
 
176
  default:
177
+ $messages[$currentScreen->base][$messageID] = __('Slideshow updated', 'slideshow-jquery-image-gallery');
178
  }
179
 
180
  return $messages;
221
 
222
  // Insert slide buttons
223
  echo '<p style="text-align: center;">
224
+ <i>' . __('Insert', 'slideshow-jquery-image-gallery') . ':</i><br/>' .
225
  SlideshowPluginSlideInserter::getImageSlideInsertButton() .
226
  SlideshowPluginSlideInserter::getTextSlideInsertButton() .
227
  SlideshowPluginSlideInserter::getVideoSlideInsertButton() .
229
 
230
  // Toggle slides open/closed
231
  echo '<p style="text-align: center;">
232
+ <a href="#" class="open-slides-button">' . __( 'Open all', 'slideshow-jquery-image-gallery' ) . '</a>
233
  |
234
+ <a href="#" class="close-slides-button">' . __( 'Close all', 'slideshow-jquery-image-gallery' ) . '</a>
235
  </p>';
236
 
237
  // No views/slides message
238
  if (count($views) <= 0)
239
  {
240
+ echo '<p>' . __('Add slides to this slideshow by using one of the buttons above.', 'slideshow-jquery-image-gallery') . '</p>';
241
  }
242
 
243
  // Start list
317
  'post' => $post->ID,
318
  ));
319
 
320
+ $actions['duplicate'] = '<a href="' . wp_nonce_url($url, 'duplicate-slideshow_' . $post->ID, 'nonce') . '">' . __('Duplicate', 'slideshow-jquery-image-gallery') . '</a>';
321
  }
322
 
323
  return $actions;
368
  'post_parent' => $post->post_parent,
369
  'post_password' => $post->post_password,
370
  'post_status' => 'draft',
371
+ 'post_title' => $post->post_title . (strlen($post->post_title) > 0 ? ' - ' : '') . __('Copy', 'slideshow-jquery-image-gallery'),
372
  'post_type' => $post->post_type,
373
  'to_ping' => $post->to_ping,
374
  'menu_order' => $post->menu_order,
classes/SlideshowPluginShortcode.php CHANGED
@@ -145,7 +145,7 @@ class SlideshowPluginShortcode
145
  'slideshow_jquery_image_gallery_backend_script_shortcode',
146
  array(
147
  'data' => array('shortcode' => SlideshowPluginShortcode::$shortCode),
148
- 'localization' => array('undefinedSlideshow' => __('No slideshow selected.', 'slideshow-plugin'))
149
  )
150
  );
151
  }
145
  'slideshow_jquery_image_gallery_backend_script_shortcode',
146
  array(
147
  'data' => array('shortcode' => SlideshowPluginShortcode::$shortCode),
148
+ 'localization' => array('undefinedSlideshow' => __('No slideshow selected.', 'slideshow-jquery-image-gallery'))
149
  )
150
  );
151
  }
classes/SlideshowPluginSlideInserter.php CHANGED
@@ -191,7 +191,7 @@ class SlideshowPluginSlideInserter
191
  {
192
  echo '<tr valign="top">
193
  <td colspan="3" style="text-align: center;">
194
- <b>' . count($attachments) . ' ' . __('More results loaded', 'slideshow-plugin') . '<b>
195
  </td>
196
  </tr>';
197
  }
@@ -235,7 +235,7 @@ class SlideshowPluginSlideInserter
235
  <input
236
  type="button"
237
  class="insert-attachment button-secondary"
238
- value="' . __('Insert', 'slideshow-plugin') . '"
239
  />
240
  </td>
241
  </tr>';
@@ -246,7 +246,7 @@ class SlideshowPluginSlideInserter
246
  echo '<tr>
247
  <td colspan="3" style="text-align: center;">
248
  <button class="button-secondary load-more-results" data-offset="' . ($offset + $numberPosts) . '">
249
- ' . __('Load more results', 'slideshow-plugin') . '
250
  </button>
251
  </td>
252
  </tr>';
@@ -257,7 +257,7 @@ class SlideshowPluginSlideInserter
257
  echo '<tr>
258
  <td colspan="3" style="text-align: center;">
259
  <a href="' . admin_url() . 'media-new.php" target="_blank">
260
- ' . __('No images were found, click here to upload some.', 'slideshow-plugin') . '
261
  </a>
262
  </td>
263
  </tr>';
@@ -329,8 +329,8 @@ class SlideshowPluginSlideInserter
329
  array(
330
  'data' => array(),
331
  'localization' => array(
332
- 'confirm' => __('Are you sure you want to delete this slide?', 'slideshow-plugin'),
333
- 'uploaderTitle' => __('Insert image slide', 'slideshow-plugin')
334
  )
335
  )
336
  );
191
  {
192
  echo '<tr valign="top">
193
  <td colspan="3" style="text-align: center;">
194
+ <b>' . count($attachments) . ' ' . __('More results loaded', 'slideshow-jquery-image-gallery') . '<b>
195
  </td>
196
  </tr>';
197
  }
235
  <input
236
  type="button"
237
  class="insert-attachment button-secondary"
238
+ value="' . __('Insert', 'slideshow-jquery-image-gallery') . '"
239
  />
240
  </td>
241
  </tr>';
246
  echo '<tr>
247
  <td colspan="3" style="text-align: center;">
248
  <button class="button-secondary load-more-results" data-offset="' . ($offset + $numberPosts) . '">
249
+ ' . __('Load more results', 'slideshow-jquery-image-gallery') . '
250
  </button>
251
  </td>
252
  </tr>';
257
  echo '<tr>
258
  <td colspan="3" style="text-align: center;">
259
  <a href="' . admin_url() . 'media-new.php" target="_blank">
260
+ ' . __('No images were found, click here to upload some.', 'slideshow-jquery-image-gallery') . '
261
  </a>
262
  </td>
263
  </tr>';
329
  array(
330
  'data' => array(),
331
  'localization' => array(
332
+ 'confirm' => __('Are you sure you want to delete this slide?', 'slideshow-jquery-image-gallery'),
333
+ 'uploaderTitle' => __('Insert image slide', 'slideshow-jquery-image-gallery')
334
  )
335
  )
336
  );
classes/SlideshowPluginSlideshowSettingsHandler.php CHANGED
@@ -469,8 +469,8 @@ class SlideshowPluginSlideshowSettingsHandler
469
  static function getDefaultSettings($fullDefinition = false, $fromDatabase = true)
470
  {
471
  // Much used data for translation
472
- $yes = __('Yes', 'slideshow-plugin');
473
- $no = __('No', 'slideshow-plugin');
474
 
475
  // Default values
476
  $data = array(
@@ -515,61 +515,61 @@ class SlideshowPluginSlideshowSettingsHandler
515
  if ($fullDefinition)
516
  {
517
  $descriptions = array(
518
- 'animation' => __('Animation used for transition between slides', 'slideshow-plugin'),
519
- 'slideSpeed' => __('Number of seconds the slide takes to slide in', 'slideshow-plugin'),
520
- 'descriptionSpeed' => __('Number of seconds the description takes to slide in', 'slideshow-plugin'),
521
- 'intervalSpeed' => __('Seconds between changing slides', 'slideshow-plugin'),
522
- 'slidesPerView' => __('Number of slides to fit into one slide', 'slideshow-plugin'),
523
- 'maxWidth' => __('Maximum width. When maximum width is 0, maximum width is ignored', 'slideshow-plugin'),
524
- 'aspectRatio' => sprintf('<a href="' . str_replace('%', '%%', __('http://en.wikipedia.org/wiki/Aspect_ratio_(image)', 'slideshow-plugin')) . '" title="' . __('More info', 'slideshow-plugin') . '" target="_blank">' . __('Proportional relationship%s between slideshow\'s width and height (width:height)', 'slideshow-plugin'), '</a>'),
525
- 'height' => __('Slideshow\'s height', 'slideshow-plugin'),
526
- 'imageBehaviour' => __('Image behaviour', 'slideshow-plugin'),
527
- 'preserveSlideshowDimensions' => __('Shrink slideshow\'s height when width shrinks', 'slideshow-plugin'),
528
- 'enableResponsiveness' => __('Enable responsiveness (Shrink slideshow\'s width when page\'s width shrinks)', 'slideshow-plugin'),
529
- 'showDescription' => __('Show title and description', 'slideshow-plugin'),
530
- 'hideDescription' => __('Hide description box, pop up when mouse hovers over', 'slideshow-plugin'),
531
- 'play' => __('Automatically slide to the next slide', 'slideshow-plugin'),
532
- 'loop' => __('Return to the beginning of the slideshow after last slide', 'slideshow-plugin'),
533
- 'pauseOnHover' => __('Pause slideshow when mouse hovers over', 'slideshow-plugin'),
534
- 'controllable' => __('Activate navigation buttons', 'slideshow-plugin'),
535
- 'hideNavigationButtons' => __('Hide navigation buttons, show when mouse hovers over', 'slideshow-plugin'),
536
- 'showPagination' => __('Activate pagination', 'slideshow-plugin'),
537
- 'hidePagination' => __('Hide pagination, show when mouse hovers over', 'slideshow-plugin'),
538
- 'controlPanel' => __('Activate control panel (play and pause button)', 'slideshow-plugin'),
539
- 'hideControlPanel' => __('Hide control panel, show when mouse hovers over', 'slideshow-plugin'),
540
- 'waitUntilLoaded' => __('Wait until the next slide has loaded before showing it', 'slideshow-plugin'),
541
- 'showLoadingIcon' => __('Show a loading icon until the first slide appears', 'slideshow-plugin'),
542
- 'random' => __('Randomize slides', 'slideshow-plugin'),
543
- 'avoidFilter' => sprintf(__('Avoid content filter (disable if \'%s\' is shown)', 'slideshow-plugin'), SlideshowPluginShortcode::$bookmark)
544
  );
545
 
546
  $data = array(
547
- 'animation' => array('type' => 'select', 'default' => $data['animation'] , 'description' => $descriptions['animation'] , 'group' => __('Animation', 'slideshow-plugin') , 'options' => array('slide' => __('Slide Left', 'slideshow-plugin'), 'slideRight' => __('Slide Right', 'slideshow-plugin'), 'slideUp' => __('Slide Up', 'slideshow-plugin'), 'slideDown' => __('Slide Down', 'slideshow-plugin'), 'crossFade' => __('Cross Fade', 'slideshow-plugin'), 'directFade' => __('Direct Fade', 'slideshow-plugin'), 'fade' => __('Fade', 'slideshow-plugin'), 'random' => __('Random Animation', 'slideshow-plugin'))),
548
- 'slideSpeed' => array('type' => 'text' , 'default' => $data['slideSpeed'] , 'description' => $descriptions['slideSpeed'] , 'group' => __('Animation', 'slideshow-plugin')),
549
- 'descriptionSpeed' => array('type' => 'text' , 'default' => $data['descriptionSpeed'] , 'description' => $descriptions['descriptionSpeed'] , 'group' => __('Animation', 'slideshow-plugin')),
550
- 'intervalSpeed' => array('type' => 'text' , 'default' => $data['intervalSpeed'] , 'description' => $descriptions['intervalSpeed'] , 'group' => __('Animation', 'slideshow-plugin')),
551
- 'slidesPerView' => array('type' => 'text' , 'default' => $data['slidesPerView'] , 'description' => $descriptions['slidesPerView'] , 'group' => __('Display', 'slideshow-plugin')),
552
- 'maxWidth' => array('type' => 'text' , 'default' => $data['maxWidth'] , 'description' => $descriptions['maxWidth'] , 'group' => __('Display', 'slideshow-plugin')),
553
- 'aspectRatio' => array('type' => 'text' , 'default' => $data['aspectRatio'] , 'description' => $descriptions['aspectRatio'] , 'group' => __('Display', 'slideshow-plugin') , 'dependsOn' => array('settings[preserveSlideshowDimensions]', 'true')),
554
- 'height' => array('type' => 'text' , 'default' => $data['height'] , 'description' => $descriptions['height'] , 'group' => __('Display', 'slideshow-plugin') , 'dependsOn' => array('settings[preserveSlideshowDimensions]', 'false')),
555
- 'imageBehaviour' => array('type' => 'select', 'default' => $data['imageBehaviour'] , 'description' => $descriptions['imageBehaviour'] , 'group' => __('Display', 'slideshow-plugin') , 'options' => array('natural' => __('Natural and centered', 'slideshow-plugin'), 'crop' => __('Crop to fit', 'slideshow-plugin'), 'stretch' => __('Stretch to fit', 'slideshow-plugin'))),
556
- 'preserveSlideshowDimensions' => array('type' => 'radio' , 'default' => $data['preserveSlideshowDimensions'], 'description' => $descriptions['preserveSlideshowDimensions'], 'group' => __('Display', 'slideshow-plugin') , 'options' => array('true' => $yes, 'false' => $no) , 'dependsOn' => array('settings[enableResponsiveness]', 'true')),
557
- 'enableResponsiveness' => array('type' => 'radio' , 'default' => $data['enableResponsiveness'] , 'description' => $descriptions['enableResponsiveness'] , 'group' => __('Display', 'slideshow-plugin') , 'options' => array('true' => $yes, 'false' => $no)),
558
- 'showDescription' => array('type' => 'radio' , 'default' => $data['showDescription'] , 'description' => $descriptions['showDescription'] , 'group' => __('Display', 'slideshow-plugin') , 'options' => array('true' => $yes, 'false' => $no)),
559
- 'hideDescription' => array('type' => 'radio' , 'default' => $data['hideDescription'] , 'description' => $descriptions['hideDescription'] , 'group' => __('Display', 'slideshow-plugin') , 'options' => array('true' => $yes, 'false' => $no) , 'dependsOn' => array('settings[showDescription]', 'true')),
560
- 'play' => array('type' => 'radio' , 'default' => $data['play'] , 'description' => $descriptions['play'] , 'group' => __('Control', 'slideshow-plugin') , 'options' => array('true' => $yes, 'false' => $no)),
561
- 'loop' => array('type' => 'radio' , 'default' => $data['loop'] , 'description' => $descriptions['loop'] , 'group' => __('Control', 'slideshow-plugin') , 'options' => array('true' => $yes, 'false' => $no)),
562
- 'pauseOnHover' => array('type' => 'radio' , 'default' => $data['loop'] , 'description' => $descriptions['pauseOnHover'] , 'group' => __('Control', 'slideshow-plugin') , 'options' => array('true' => $yes, 'false' => $no)),
563
- 'controllable' => array('type' => 'radio' , 'default' => $data['controllable'] , 'description' => $descriptions['controllable'] , 'group' => __('Control', 'slideshow-plugin') , 'options' => array('true' => $yes, 'false' => $no)),
564
- 'hideNavigationButtons' => array('type' => 'radio' , 'default' => $data['hideNavigationButtons'] , 'description' => $descriptions['hideNavigationButtons'] , 'group' => __('Control', 'slideshow-plugin') , 'options' => array('true' => $yes, 'false' => $no) , 'dependsOn' => array('settings[controllable]', 'true')),
565
- 'showPagination' => array('type' => 'radio' , 'default' => $data['showPagination'] , 'description' => $descriptions['showPagination'] , 'group' => __('Control', 'slideshow-plugin') , 'options' => array('true' => $yes, 'false' => $no)),
566
- 'hidePagination' => array('type' => 'radio' , 'default' => $data['hidePagination'] , 'description' => $descriptions['hidePagination'] , 'group' => __('Control', 'slideshow-plugin') , 'options' => array('true' => $yes, 'false' => $no) , 'dependsOn' => array('settings[showPagination]', 'true')),
567
- 'controlPanel' => array('type' => 'radio' , 'default' => $data['controlPanel'] , 'description' => $descriptions['controlPanel'] , 'group' => __('Control', 'slideshow-plugin') , 'options' => array('true' => $yes, 'false' => $no)),
568
- 'hideControlPanel' => array('type' => 'radio' , 'default' => $data['hideControlPanel'] , 'description' => $descriptions['hideControlPanel'] , 'group' => __('Control', 'slideshow-plugin') , 'options' => array('true' => $yes, 'false' => $no) , 'dependsOn' => array('settings[controlPanel]', 'true')),
569
- 'waitUntilLoaded' => array('type' => 'radio' , 'default' => $data['waitUntilLoaded'] , 'description' => $descriptions['waitUntilLoaded'] , 'group' => __('Miscellaneous', 'slideshow-plugin'), 'options' => array('true' => $yes, 'false' => $no)),
570
- 'showLoadingIcon' => array('type' => 'radio' , 'default' => $data['showLoadingIcon'] , 'description' => $descriptions['showLoadingIcon'] , 'group' => __('Miscellaneous', 'slideshow-plugin'), 'options' => array('true' => $yes, 'false' => $no) , 'dependsOn' => array('settings[waitUntilLoaded]', 'true')),
571
- 'random' => array('type' => 'radio' , 'default' => $data['random'] , 'description' => $descriptions['random'] , 'group' => __('Miscellaneous', 'slideshow-plugin'), 'options' => array('true' => $yes, 'false' => $no)),
572
- 'avoidFilter' => array('type' => 'radio' , 'default' => $data['avoidFilter'] , 'description' => $descriptions['avoidFilter'] , 'group' => __('Miscellaneous', 'slideshow-plugin'), 'options' => array('true' => $yes, 'false' => $no))
573
  );
574
  }
575
 
@@ -607,7 +607,7 @@ class SlideshowPluginSlideshowSettingsHandler
607
  if ($fullDefinition)
608
  {
609
  $data = array(
610
- 'style' => array('type' => 'select', 'default' => $data['style'], 'description' => __('The style used for this slideshow', 'slideshow-plugin'), 'options' => SlideshowPluginGeneralSettings::getStylesheets()),
611
  );
612
  }
613
 
469
  static function getDefaultSettings($fullDefinition = false, $fromDatabase = true)
470
  {
471
  // Much used data for translation
472
+ $yes = __('Yes', 'slideshow-jquery-image-gallery');
473
+ $no = __('No', 'slideshow-jquery-image-gallery');
474
 
475
  // Default values
476
  $data = array(
515
  if ($fullDefinition)
516
  {
517
  $descriptions = array(
518
+ 'animation' => __('Animation used for transition between slides', 'slideshow-jquery-image-gallery'),
519
+ 'slideSpeed' => __('Number of seconds the slide takes to slide in', 'slideshow-jquery-image-gallery'),
520
+ 'descriptionSpeed' => __('Number of seconds the description takes to slide in', 'slideshow-jquery-image-gallery'),
521
+ 'intervalSpeed' => __('Seconds between changing slides', 'slideshow-jquery-image-gallery'),
522
+ 'slidesPerView' => __('Number of slides to fit into one slide', 'slideshow-jquery-image-gallery'),
523
+ 'maxWidth' => __('Maximum width. When maximum width is 0, maximum width is ignored', 'slideshow-jquery-image-gallery'),
524
+ 'aspectRatio' => sprintf('<a href="' . str_replace('%', '%%', __('http://en.wikipedia.org/wiki/Aspect_ratio_(image)', 'slideshow-jquery-image-gallery')) . '" title="' . __('More info', 'slideshow-jquery-image-gallery') . '" target="_blank">' . __('Proportional relationship%s between slideshow\'s width and height (width:height)', 'slideshow-jquery-image-gallery'), '</a>'),
525
+ 'height' => __('Slideshow\'s height', 'slideshow-jquery-image-gallery'),
526
+ 'imageBehaviour' => __('Image behaviour', 'slideshow-jquery-image-gallery'),
527
+ 'preserveSlideshowDimensions' => __('Shrink slideshow\'s height when width shrinks', 'slideshow-jquery-image-gallery'),
528
+ 'enableResponsiveness' => __('Enable responsiveness (Shrink slideshow\'s width when page\'s width shrinks)', 'slideshow-jquery-image-gallery'),
529
+ 'showDescription' => __('Show title and description', 'slideshow-jquery-image-gallery'),
530
+ 'hideDescription' => __('Hide description box, pop up when mouse hovers over', 'slideshow-jquery-image-gallery'),
531
+ 'play' => __('Automatically slide to the next slide', 'slideshow-jquery-image-gallery'),
532
+ 'loop' => __('Return to the beginning of the slideshow after last slide', 'slideshow-jquery-image-gallery'),
533
+ 'pauseOnHover' => __('Pause slideshow when mouse hovers over', 'slideshow-jquery-image-gallery'),
534
+ 'controllable' => __('Activate navigation buttons', 'slideshow-jquery-image-gallery'),
535
+ 'hideNavigationButtons' => __('Hide navigation buttons, show when mouse hovers over', 'slideshow-jquery-image-gallery'),
536
+ 'showPagination' => __('Activate pagination', 'slideshow-jquery-image-gallery'),
537
+ 'hidePagination' => __('Hide pagination, show when mouse hovers over', 'slideshow-jquery-image-gallery'),
538
+ 'controlPanel' => __('Activate control panel (play and pause button)', 'slideshow-jquery-image-gallery'),
539
+ 'hideControlPanel' => __('Hide control panel, show when mouse hovers over', 'slideshow-jquery-image-gallery'),
540
+ 'waitUntilLoaded' => __('Wait until the next slide has loaded before showing it', 'slideshow-jquery-image-gallery'),
541
+ 'showLoadingIcon' => __('Show a loading icon until the first slide appears', 'slideshow-jquery-image-gallery'),
542
+ 'random' => __('Randomize slides', 'slideshow-jquery-image-gallery'),
543
+ 'avoidFilter' => sprintf(__('Avoid content filter (disable if \'%s\' is shown)', 'slideshow-jquery-image-gallery'), SlideshowPluginShortcode::$bookmark)
544
  );
545
 
546
  $data = array(
547
+ 'animation' => array('type' => 'select', 'default' => $data['animation'] , 'description' => $descriptions['animation'] , 'group' => __('Animation', 'slideshow-jquery-image-gallery') , 'options' => array('slide' => __('Slide Left', 'slideshow-jquery-image-gallery'), 'slideRight' => __('Slide Right', 'slideshow-jquery-image-gallery'), 'slideUp' => __('Slide Up', 'slideshow-jquery-image-gallery'), 'slideDown' => __('Slide Down', 'slideshow-jquery-image-gallery'), 'crossFade' => __('Cross Fade', 'slideshow-jquery-image-gallery'), 'directFade' => __('Direct Fade', 'slideshow-jquery-image-gallery'), 'fade' => __('Fade', 'slideshow-jquery-image-gallery'), 'random' => __('Random Animation', 'slideshow-jquery-image-gallery'))),
548
+ 'slideSpeed' => array('type' => 'text' , 'default' => $data['slideSpeed'] , 'description' => $descriptions['slideSpeed'] , 'group' => __('Animation', 'slideshow-jquery-image-gallery')),
549
+ 'descriptionSpeed' => array('type' => 'text' , 'default' => $data['descriptionSpeed'] , 'description' => $descriptions['descriptionSpeed'] , 'group' => __('Animation', 'slideshow-jquery-image-gallery')),
550
+ 'intervalSpeed' => array('type' => 'text' , 'default' => $data['intervalSpeed'] , 'description' => $descriptions['intervalSpeed'] , 'group' => __('Animation', 'slideshow-jquery-image-gallery')),
551
+ 'slidesPerView' => array('type' => 'text' , 'default' => $data['slidesPerView'] , 'description' => $descriptions['slidesPerView'] , 'group' => __('Display', 'slideshow-jquery-image-gallery')),
552
+ 'maxWidth' => array('type' => 'text' , 'default' => $data['maxWidth'] , 'description' => $descriptions['maxWidth'] , 'group' => __('Display', 'slideshow-jquery-image-gallery')),
553
+ 'aspectRatio' => array('type' => 'text' , 'default' => $data['aspectRatio'] , 'description' => $descriptions['aspectRatio'] , 'group' => __('Display', 'slideshow-jquery-image-gallery') , 'dependsOn' => array('settings[preserveSlideshowDimensions]', 'true')),
554
+ 'height' => array('type' => 'text' , 'default' => $data['height'] , 'description' => $descriptions['height'] , 'group' => __('Display', 'slideshow-jquery-image-gallery') , 'dependsOn' => array('settings[preserveSlideshowDimensions]', 'false')),
555
+ 'imageBehaviour' => array('type' => 'select', 'default' => $data['imageBehaviour'] , 'description' => $descriptions['imageBehaviour'] , 'group' => __('Display', 'slideshow-jquery-image-gallery') , 'options' => array('natural' => __('Natural and centered', 'slideshow-jquery-image-gallery'), 'crop' => __('Crop to fit', 'slideshow-jquery-image-gallery'), 'stretch' => __('Stretch to fit', 'slideshow-jquery-image-gallery'))),
556
+ 'preserveSlideshowDimensions' => array('type' => 'radio' , 'default' => $data['preserveSlideshowDimensions'], 'description' => $descriptions['preserveSlideshowDimensions'], 'group' => __('Display', 'slideshow-jquery-image-gallery') , 'options' => array('true' => $yes, 'false' => $no) , 'dependsOn' => array('settings[enableResponsiveness]', 'true')),
557
+ 'enableResponsiveness' => array('type' => 'radio' , 'default' => $data['enableResponsiveness'] , 'description' => $descriptions['enableResponsiveness'] , 'group' => __('Display', 'slideshow-jquery-image-gallery') , 'options' => array('true' => $yes, 'false' => $no)),
558
+ 'showDescription' => array('type' => 'radio' , 'default' => $data['showDescription'] , 'description' => $descriptions['showDescription'] , 'group' => __('Display', 'slideshow-jquery-image-gallery') , 'options' => array('true' => $yes, 'false' => $no)),
559
+ 'hideDescription' => array('type' => 'radio' , 'default' => $data['hideDescription'] , 'description' => $descriptions['hideDescription'] , 'group' => __('Display', 'slideshow-jquery-image-gallery') , 'options' => array('true' => $yes, 'false' => $no) , 'dependsOn' => array('settings[showDescription]', 'true')),
560
+ 'play' => array('type' => 'radio' , 'default' => $data['play'] , 'description' => $descriptions['play'] , 'group' => __('Control', 'slideshow-jquery-image-gallery') , 'options' => array('true' => $yes, 'false' => $no)),
561
+ 'loop' => array('type' => 'radio' , 'default' => $data['loop'] , 'description' => $descriptions['loop'] , 'group' => __('Control', 'slideshow-jquery-image-gallery') , 'options' => array('true' => $yes, 'false' => $no)),
562
+ 'pauseOnHover' => array('type' => 'radio' , 'default' => $data['loop'] , 'description' => $descriptions['pauseOnHover'] , 'group' => __('Control', 'slideshow-jquery-image-gallery') , 'options' => array('true' => $yes, 'false' => $no)),
563
+ 'controllable' => array('type' => 'radio' , 'default' => $data['controllable'] , 'description' => $descriptions['controllable'] , 'group' => __('Control', 'slideshow-jquery-image-gallery') , 'options' => array('true' => $yes, 'false' => $no)),
564
+ 'hideNavigationButtons' => array('type' => 'radio' , 'default' => $data['hideNavigationButtons'] , 'description' => $descriptions['hideNavigationButtons'] , 'group' => __('Control', 'slideshow-jquery-image-gallery') , 'options' => array('true' => $yes, 'false' => $no) , 'dependsOn' => array('settings[controllable]', 'true')),
565
+ 'showPagination' => array('type' => 'radio' , 'default' => $data['showPagination'] , 'description' => $descriptions['showPagination'] , 'group' => __('Control', 'slideshow-jquery-image-gallery') , 'options' => array('true' => $yes, 'false' => $no)),
566
+ 'hidePagination' => array('type' => 'radio' , 'default' => $data['hidePagination'] , 'description' => $descriptions['hidePagination'] , 'group' => __('Control', 'slideshow-jquery-image-gallery') , 'options' => array('true' => $yes, 'false' => $no) , 'dependsOn' => array('settings[showPagination]', 'true')),
567
+ 'controlPanel' => array('type' => 'radio' , 'default' => $data['controlPanel'] , 'description' => $descriptions['controlPanel'] , 'group' => __('Control', 'slideshow-jquery-image-gallery') , 'options' => array('true' => $yes, 'false' => $no)),
568
+ 'hideControlPanel' => array('type' => 'radio' , 'default' => $data['hideControlPanel'] , 'description' => $descriptions['hideControlPanel'] , 'group' => __('Control', 'slideshow-jquery-image-gallery') , 'options' => array('true' => $yes, 'false' => $no) , 'dependsOn' => array('settings[controlPanel]', 'true')),
569
+ 'waitUntilLoaded' => array('type' => 'radio' , 'default' => $data['waitUntilLoaded'] , 'description' => $descriptions['waitUntilLoaded'] , 'group' => __('Miscellaneous', 'slideshow-jquery-image-gallery'), 'options' => array('true' => $yes, 'false' => $no)),
570
+ 'showLoadingIcon' => array('type' => 'radio' , 'default' => $data['showLoadingIcon'] , 'description' => $descriptions['showLoadingIcon'] , 'group' => __('Miscellaneous', 'slideshow-jquery-image-gallery'), 'options' => array('true' => $yes, 'false' => $no) , 'dependsOn' => array('settings[waitUntilLoaded]', 'true')),
571
+ 'random' => array('type' => 'radio' , 'default' => $data['random'] , 'description' => $descriptions['random'] , 'group' => __('Miscellaneous', 'slideshow-jquery-image-gallery'), 'options' => array('true' => $yes, 'false' => $no)),
572
+ 'avoidFilter' => array('type' => 'radio' , 'default' => $data['avoidFilter'] , 'description' => $descriptions['avoidFilter'] , 'group' => __('Miscellaneous', 'slideshow-jquery-image-gallery'), 'options' => array('true' => $yes, 'false' => $no))
573
  );
574
  }
575
 
607
  if ($fullDefinition)
608
  {
609
  $data = array(
610
+ 'style' => array('type' => 'select', 'default' => $data['style'], 'description' => __('The style used for this slideshow', 'slideshow-jquery-image-gallery'), 'options' => SlideshowPluginGeneralSettings::getStylesheets()),
611
  );
612
  }
613
 
classes/SlideshowPluginSlideshowStylesheet.php CHANGED
@@ -80,34 +80,55 @@ class SlideshowPluginSlideshowStylesheet
80
  */
81
  public static function enqueueStylesheet($name = null)
82
  {
83
- if (self::isCustomStylesheet($name))
 
 
 
84
  {
85
- $version = get_option($name . '_version', SlideshowPluginMain::$version);
 
 
86
 
87
- if (!self::$allStylesheetsRegistered)
88
  {
89
- wp_enqueue_style(
90
- 'slideshow-jquery-image-gallery-ajax-stylesheet_' . $name,
91
- admin_url('admin-ajax.php?action=slideshow_jquery_image_gallery_load_stylesheet&style=' . $name, 'admin'),
92
- array(),
93
- $version
94
- );
 
 
 
 
 
 
95
  }
96
  }
97
  else
98
  {
99
- $name = str_replace('.css', '', $name);
100
- $version = SlideshowPluginMain::$version;
 
101
 
102
- if (!self::$allStylesheetsRegistered)
103
- {
104
- wp_enqueue_style(
105
- 'slideshow-jquery-image-gallery-stylesheet_' . $name,
106
- SlideshowPluginMain::getPluginUrl() . '/css/' . $name . '.css',
107
- array(),
108
- $version
109
- );
110
- }
 
 
 
 
 
 
 
 
 
111
  }
112
 
113
  return array($name, $version);
@@ -166,8 +187,11 @@ class SlideshowPluginSlideshowStylesheet
166
  */
167
  public static function getStylesheet($styleName)
168
  {
169
- // Check if $styleName is a custom stylesheet
170
- if (self::isCustomStylesheet($styleName))
 
 
 
171
  {
172
  // Get custom stylesheet
173
  $stylesheet = get_option($styleName, '');
@@ -196,17 +220,4 @@ class SlideshowPluginSlideshowStylesheet
196
 
197
  return $stylesheet;
198
  }
199
-
200
- /**
201
- * Checks if the passed $styleName is a custom stylesheet or not.
202
- *
203
- * @since 2.2.23
204
- * @param string $styleName
205
- * @return boolean $isCustomStyle
206
- */
207
- public static function isCustomStylesheet($styleName)
208
- {
209
- // Get array of custom style keys and check if $styleName is in this array
210
- return in_array($styleName, array_keys(get_option(SlideshowPluginGeneralSettings::$customStyles, array())));
211
- }
212
  }
80
  */
81
  public static function enqueueStylesheet($name = null)
82
  {
83
+ $enqueueDynamicStylesheet = true;
84
+ $version = SlideshowPluginMain::$version;
85
+
86
+ if (isset($name))
87
  {
88
+ // Try to get the custom style's version
89
+ $customStyle = get_option($name, false);
90
+ $customStyleVersion = false;
91
 
92
+ if ($customStyle)
93
  {
94
+ $customStyleVersion = get_option($name . '_version', false);
95
+ }
96
+
97
+ // Style name and version
98
+ if ($customStyle && $customStyleVersion)
99
+ {
100
+ $version = $customStyleVersion;
101
+ }
102
+ else
103
+ {
104
+ $enqueueDynamicStylesheet = false;
105
+ $name = str_replace('.css', '', $name);
106
  }
107
  }
108
  else
109
  {
110
+ $enqueueDynamicStylesheet = false;
111
+ $name = 'style-light';
112
+ }
113
 
114
+ // Enqueue stylesheet
115
+ if ($enqueueDynamicStylesheet)
116
+ {
117
+ wp_enqueue_style(
118
+ 'slideshow-jquery-image-gallery-ajax-stylesheet_' . $name,
119
+ admin_url('admin-ajax.php?action=slideshow_jquery_image_gallery_load_stylesheet&style=' . $name, 'admin'),
120
+ array(),
121
+ $version
122
+ );
123
+ }
124
+ else
125
+ {
126
+ wp_enqueue_style(
127
+ 'slideshow-jquery-image-gallery-stylesheet_' . $name,
128
+ SlideshowPluginMain::getPluginUrl() . '/css/' . $name . '.css',
129
+ array(),
130
+ $version
131
+ );
132
  }
133
 
134
  return array($name, $version);
187
  */
188
  public static function getStylesheet($styleName)
189
  {
190
+ // Get custom style keys
191
+ $customStyleKeys = array_keys(get_option(SlideshowPluginGeneralSettings::$customStyles, array()));
192
+
193
+ // Match $styleName against custom style keys
194
+ if (in_array($styleName, $customStyleKeys))
195
  {
196
  // Get custom stylesheet
197
  $stylesheet = get_option($styleName, '');
220
 
221
  return $stylesheet;
222
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
223
  }
classes/SlideshowPluginWidget.php CHANGED
@@ -20,13 +20,13 @@ class SlideshowPluginWidget extends WP_Widget
20
  // Settings
21
  $options = array(
22
  'classname' => 'SlideshowWidget',
23
- 'description' => __('Enables you to show your slideshows in the widget area of your website.', 'slideshow-plugin')
24
  );
25
 
26
  // Create the widget.
27
  parent::__construct(
28
  'slideshowWidget',
29
- __('Slideshow Widget', 'slideshow-plugin'),
30
  $options
31
  );
32
  }
@@ -93,7 +93,7 @@ class SlideshowPluginWidget extends WP_Widget
93
  {
94
  // Defaults
95
  $defaults = array(
96
- 'title' => __(self::$widgetName, 'slideshow-plugin'),
97
  'slideshowId' => -1
98
  );
99
 
20
  // Settings
21
  $options = array(
22
  'classname' => 'SlideshowWidget',
23
+ 'description' => __('Enables you to show your slideshows in the widget area of your website.', 'slideshow-jquery-image-gallery')
24
  );
25
 
26
  // Create the widget.
27
  parent::__construct(
28
  'slideshowWidget',
29
+ __('Slideshow Widget', 'slideshow-jquery-image-gallery'),
30
  $options
31
  );
32
  }
93
  {
94
  // Defaults
95
  $defaults = array(
96
+ 'title' => __(self::$widgetName, 'slideshow-jquery-image-gallery'),
97
  'slideshowId' => -1
98
  );
99
 
languages/{slideshow-plugin-bg_BG.mo → slideshow-jquery-image-gallery-bg_BG.mo} RENAMED
File without changes
languages/{slideshow-plugin-bg_BG.po → slideshow-jquery-image-gallery-bg_BG.po} RENAMED
@@ -18,38 +18,38 @@ msgstr ""
18
  "X-Textdomain-Support: yes\n"
19
  "X-Poedit-SearchPath-0: .\n"
20
 
21
- # @ slideshow-plugin
22
  #: classes/SlideshowPluginGeneralSettings.php:82
23
  #: classes/SlideshowPluginGeneralSettings.php:83
24
  #: views/SlideshowPluginGeneralSettings/general-settings.php:14
25
  msgid "General Settings"
26
  msgstr "Настройки"
27
 
28
- # @ slideshow-plugin
29
  #: classes/SlideshowPluginGeneralSettings.php:150
30
  msgid "New"
31
  msgstr "Нов"
32
 
33
- # @ slideshow-plugin
34
  #: classes/SlideshowPluginGeneralSettings.php:151
35
  msgid "Are you sure you want to delete this custom style?"
36
  msgstr "Сигурни ли сте, че искате да изтриете стила?"
37
 
38
- # @ slideshow-plugin
39
  #: classes/SlideshowPluginGeneralSettings.php:196
40
  #: classes/SlideshowPluginInstaller.php:803
41
  #: views/SlideshowPluginGeneralSettings/custom-styles-tab.php:6
42
  msgid "Light"
43
  msgstr "Светло"
44
 
45
- # @ slideshow-plugin
46
  #: classes/SlideshowPluginGeneralSettings.php:197
47
  #: classes/SlideshowPluginInstaller.php:803
48
  #: views/SlideshowPluginGeneralSettings/custom-styles-tab.php:7
49
  msgid "Dark"
50
  msgstr "Тъмно"
51
 
52
- # @ slideshow-plugin
53
  # @ default
54
  #: classes/SlideshowPluginGeneralSettings.php:353
55
  #: views/SlideshowPluginGeneralSettings/custom-styles-tab.php:57
@@ -57,7 +57,7 @@ msgstr "Тъмно"
57
  msgid "Untitled"
58
  msgstr "Без заглавие"
59
 
60
- # @ slideshow-plugin
61
  #: classes/SlideshowPluginInstaller.php:800
62
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:472
63
  #: views/SlideshowPluginSlideshowSlide/backend_templates.php:111
@@ -65,7 +65,7 @@ msgstr "Без заглавие"
65
  msgid "Yes"
66
  msgstr "Да"
67
 
68
- # @ slideshow-plugin
69
  #: classes/SlideshowPluginInstaller.php:801
70
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:473
71
  #: views/SlideshowPluginSlideshowSlide/backend_templates.php:112
@@ -73,41 +73,41 @@ msgstr "Да"
73
  msgid "No"
74
  msgstr "Не"
75
 
76
- # @ slideshow-plugin
77
  #: classes/SlideshowPluginInstaller.php:803
78
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:610
79
  msgid "The style used for this slideshow"
80
  msgstr "Стила използван за галерията"
81
 
82
- # @ slideshow-plugin
83
  #: classes/SlideshowPluginInstaller.php:803
84
  msgid "Custom"
85
  msgstr "Различен"
86
 
87
- # @ slideshow-plugin
88
  #: classes/SlideshowPluginInstaller.php:804
89
  #: views/SlideshowPluginGeneralSettings/custom-styles-tab.php:126
90
  msgid "Custom style editor"
91
  msgstr "Различен редактор на стила"
92
 
93
- # @ slideshow-plugin
94
  #: classes/SlideshowPluginInstaller.php:805
95
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:518
96
  msgid "Animation used for transition between slides"
97
  msgstr "Използвана анимация за преминаване между кадрите"
98
 
99
- # @ slideshow-plugin
100
  #: classes/SlideshowPluginInstaller.php:805
101
  msgid "Slide"
102
  msgstr "Кадър"
103
 
104
- # @ slideshow-plugin
105
  #: classes/SlideshowPluginInstaller.php:805
106
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:547
107
  msgid "Fade"
108
  msgstr ""
109
 
110
- # @ slideshow-plugin
111
  #: classes/SlideshowPluginInstaller.php:805
112
  #: classes/SlideshowPluginInstaller.php:806
113
  #: classes/SlideshowPluginInstaller.php:807
@@ -119,31 +119,31 @@ msgstr ""
119
  msgid "Animation"
120
  msgstr "Анимация"
121
 
122
- # @ slideshow-plugin
123
  #: classes/SlideshowPluginInstaller.php:806
124
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:519
125
  msgid "Number of seconds the slide takes to slide in"
126
  msgstr "Брой секунди за кадър"
127
 
128
- # @ slideshow-plugin
129
  #: classes/SlideshowPluginInstaller.php:807
130
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:520
131
  msgid "Number of seconds the description takes to slide in"
132
  msgstr "Брой секунди за показване на текста"
133
 
134
- # @ slideshow-plugin
135
  #: classes/SlideshowPluginInstaller.php:808
136
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:521
137
  msgid "Seconds between changing slides"
138
  msgstr "Брой секунди за смяна на кадрите"
139
 
140
- # @ slideshow-plugin
141
  #: classes/SlideshowPluginInstaller.php:809
142
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:522
143
  msgid "Number of slides to fit into one slide"
144
  msgstr "Брой кадри за запълване"
145
 
146
- # @ slideshow-plugin
147
  #: classes/SlideshowPluginInstaller.php:809
148
  #: classes/SlideshowPluginInstaller.php:810
149
  #: classes/SlideshowPluginInstaller.php:811
@@ -163,46 +163,46 @@ msgstr "Брой кадри за запълване"
163
  msgid "Display"
164
  msgstr "Визуални"
165
 
166
- # @ slideshow-plugin
167
  #: classes/SlideshowPluginInstaller.php:810
168
  msgid "Width of the slideshow, set to parent&#39;s width on 0"
169
  msgstr "Ширина на галерията, вземи от родителя&#39;s ширина или 0"
170
 
171
- # @ slideshow-plugin
172
  #: classes/SlideshowPluginInstaller.php:811
173
  msgid "Height of the slideshow"
174
  msgstr "Височина на галерията"
175
 
176
- # @ slideshow-plugin
177
  #: classes/SlideshowPluginInstaller.php:812
178
  msgid "Height of the description boxes"
179
  msgstr "Височина на описателния текст"
180
 
181
- # @ slideshow-plugin
182
  #: classes/SlideshowPluginInstaller.php:813
183
  msgid "Fit image into slide (stretching it)"
184
  msgstr "Снимката да заеме цялата площ на кадъра"
185
 
186
- # @ slideshow-plugin
187
  #: classes/SlideshowPluginInstaller.php:814
188
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:529
189
  msgid "Show title and description"
190
  msgstr "Покажи заглавието и описанието"
191
 
192
- # @ slideshow-plugin
193
  #: classes/SlideshowPluginInstaller.php:815
194
  msgid "Hide description box, it will pop up when a mouse hovers over the slide"
195
  msgstr ""
196
  "Скрий описанието, то ще се покаже при преминаване на мишката през мястото му "
197
  "в кадъра"
198
 
199
- # @ slideshow-plugin
200
  #: classes/SlideshowPluginInstaller.php:816
201
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:531
202
  msgid "Automatically slide to the next slide"
203
  msgstr "Автоматично преминавай през кадрите"
204
 
205
- # @ slideshow-plugin
206
  #: classes/SlideshowPluginInstaller.php:816
207
  #: classes/SlideshowPluginInstaller.php:817
208
  #: classes/SlideshowPluginInstaller.php:818
@@ -219,95 +219,95 @@ msgstr "Автоматично преминавай през кадрите"
219
  msgid "Control"
220
  msgstr "Контролни"
221
 
222
- # @ slideshow-plugin
223
  #: classes/SlideshowPluginInstaller.php:817
224
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:532
225
  msgid "Return to the beginning of the slideshow after last slide"
226
  msgstr "Премини към първия кадър след като се покаже последния"
227
 
228
- # @ slideshow-plugin
229
  #: classes/SlideshowPluginInstaller.php:818
230
  msgid "Activate buttons (so the user can scroll through the slides)"
231
  msgstr "Активирай бутоните за управление"
232
 
233
- # @ slideshow-plugin
234
  #: classes/SlideshowPluginInstaller.php:819
235
  msgid "Show control panel (play and pause button)"
236
  msgstr "Покажи контролния панел (бутоните старт и пауза)"
237
 
238
- # @ slideshow-plugin
239
  #: classes/SlideshowPluginPostType.php:45
240
  msgid "Slideshows"
241
  msgstr "Галерии"
242
 
243
- # @ slideshow-plugin
244
  #: classes/SlideshowPluginPostType.php:46
245
  #: views/SlideshowPluginWidget/form.php:7
246
  msgid "Slideshow"
247
  msgstr "Галерия"
248
 
249
- # @ slideshow-plugin
250
  #: classes/SlideshowPluginPostType.php:47
251
  msgid "Add New Slideshow"
252
  msgstr "Добави нова галерия"
253
 
254
- # @ slideshow-plugin
255
  #: classes/SlideshowPluginPostType.php:48
256
  msgid "Edit slideshow"
257
  msgstr "Редактирай галерията"
258
 
259
- # @ slideshow-plugin
260
  #: classes/SlideshowPluginPostType.php:49
261
  msgid "New slideshow"
262
  msgstr "Нова галерия"
263
 
264
- # @ slideshow-plugin
265
  #: classes/SlideshowPluginPostType.php:50
266
  msgid "View slideshow"
267
  msgstr "Разгледай галерията"
268
 
269
- # @ slideshow-plugin
270
  #: classes/SlideshowPluginPostType.php:51
271
  msgid "Search slideshows"
272
  msgstr "Търси в галериите"
273
 
274
- # @ slideshow-plugin
275
  #: classes/SlideshowPluginPostType.php:52
276
  #: classes/SlideshowPluginPostType.php:53
277
  msgid "No slideshows found"
278
  msgstr "Няма налична галерия"
279
 
280
- # @ slideshow-plugin
281
  #: classes/SlideshowPluginPostType.php:98
282
  msgid "Information"
283
  msgstr "Информация"
284
 
285
- # @ slideshow-plugin
286
  #: classes/SlideshowPluginPostType.php:107
287
  msgid "Slides List"
288
  msgstr "Листа с кадрите"
289
 
290
- # @ slideshow-plugin
291
  #: classes/SlideshowPluginPostType.php:116
292
  msgid "Slideshow Style"
293
  msgstr "Стил на галерията"
294
 
295
- # @ slideshow-plugin
296
  #: classes/SlideshowPluginPostType.php:125
297
  msgid "Slideshow Settings"
298
  msgstr "Настройки на галерията"
299
 
300
- # @ slideshow-plugin
301
  #: classes/SlideshowPluginPostType.php:173
302
  msgid "Slideshow created"
303
  msgstr ""
304
 
305
- # @ slideshow-plugin
306
  #: classes/SlideshowPluginPostType.php:177
307
  msgid "Slideshow updated"
308
  msgstr ""
309
 
310
- # @ slideshow-plugin
311
  #: classes/SlideshowPluginPostType.php:224
312
  #: classes/SlideshowPluginSlideInserter.php:238
313
  #: views/SlideshowPluginPostType/slides.php:2
@@ -322,7 +322,7 @@ msgstr ""
322
  msgid "Close all"
323
  msgstr ""
324
 
325
- # @ slideshow-plugin
326
  #: classes/SlideshowPluginPostType.php:240
327
  #: views/SlideshowPluginPostType/slides.php:10
328
  msgid "Add slides to this slideshow by using one of the buttons above."
@@ -336,54 +336,54 @@ msgstr ""
336
  msgid "Copy"
337
  msgstr ""
338
 
339
- # @ slideshow-plugin
340
  #: classes/SlideshowPluginShortcode.php:148
341
  msgid "No slideshow selected."
342
  msgstr "Няма избрана галерия."
343
 
344
- # @ slideshow-plugin
345
  #: classes/SlideshowPluginSlideInserter.php:194
346
  msgid "More results loaded"
347
  msgstr "Показва още резултати"
348
 
349
- # @ slideshow-plugin
350
  #: classes/SlideshowPluginSlideInserter.php:249
351
  msgid "Load more results"
352
  msgstr "Покажи още резултати"
353
 
354
- # @ slideshow-plugin
355
  #: classes/SlideshowPluginSlideInserter.php:260
356
  msgid "No images were found, click here to upload some."
357
  msgstr "Няма налична снимка, избери тук за да качиш такава."
358
 
359
- # @ slideshow-plugin
360
  #: classes/SlideshowPluginSlideInserter.php:332
361
  msgid "Are you sure you want to delete this slide?"
362
  msgstr "Сигурни ли сте, че искате да изтриете този кадър?"
363
 
364
- # @ slideshow-plugin
365
  #: classes/SlideshowPluginSlideInserter.php:333
366
  msgid "Insert image slide"
367
  msgstr "Вмъкнете снимка в кадъра"
368
 
369
- # @ slideshow-plugin
370
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:523
371
  msgid "Maximum width. When maximum width is 0, maximum width is ignored"
372
  msgstr ""
373
  "Максимална ширина. Когато максималната ширина е 0 то тя не се взема под "
374
  "влияние"
375
 
376
- # @ slideshow-plugin
377
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:524
378
  msgid "http://en.wikipedia.org/wiki/Aspect_ratio_(image)"
379
  msgstr ""
380
 
381
- # @ slideshow-plugin
382
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:524
383
  msgid "More info"
384
  msgstr "Още информация"
385
 
386
- # @ slideshow-plugin
387
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:524
388
  #, php-format
389
  msgid ""
@@ -392,22 +392,22 @@ msgid ""
392
  msgstr ""
393
  "Запази пропорциите%s между ширината и височината на снимката (width:height)"
394
 
395
- # @ slideshow-plugin
396
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:525
397
  msgid "Slideshow's height"
398
  msgstr "Височина на галерията"
399
 
400
- # @ slideshow-plugin
401
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:526
402
  msgid "Image behaviour"
403
  msgstr "Вид на снимката"
404
 
405
- # @ slideshow-plugin
406
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:527
407
  msgid "Shrink slideshow's height when width shrinks"
408
  msgstr "Намали височината на галерията при намаляне на нейната ширина"
409
 
410
- # @ slideshow-plugin
411
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:528
412
  msgid ""
413
  "Enable responsiveness (Shrink slideshow's width when page's width shrinks)"
@@ -415,89 +415,89 @@ msgstr ""
415
  "Следвай големината на страницата. (Намали ширината на галерията ако се "
416
  "намали ширината на страницата в която се намира галерията)"
417
 
418
- # @ slideshow-plugin
419
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:530
420
  msgid "Hide description box, pop up when mouse hovers over"
421
  msgstr "Скрий описанието. Покажи при преминаване на мишката през него."
422
 
423
- # @ slideshow-plugin
424
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:533
425
  msgid "Pause slideshow when mouse hovers over"
426
  msgstr ""
427
  "Спирай временно смяната на кадрите при позициониране на мишката върху тях"
428
 
429
- # @ slideshow-plugin
430
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:534
431
  msgid "Activate navigation buttons"
432
  msgstr "Активирай бутоните за навигация"
433
 
434
- # @ slideshow-plugin
435
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:535
436
  msgid "Hide navigation buttons, show when mouse hovers over"
437
  msgstr ""
438
  "Скрий бутоните за навигация. Показвай ги при преминаване на мишката през "
439
  "тяхното място"
440
 
441
- # @ slideshow-plugin
442
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:536
443
  msgid "Activate pagination"
444
  msgstr "Активирай отстоянията от снимките"
445
 
446
- # @ slideshow-plugin
447
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:537
448
  msgid "Hide pagination, show when mouse hovers over"
449
  msgstr ""
450
  "Скрий отстоянията. Показвай ги при преминаване на мишката през тяхното място"
451
 
452
- # @ slideshow-plugin
453
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:538
454
  msgid "Activate control panel (play and pause button)"
455
  msgstr "Активирай контролния панел (бутоните пусни и спри)"
456
 
457
- # @ slideshow-plugin
458
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:539
459
  msgid "Hide control panel, show when mouse hovers over"
460
  msgstr ""
461
  "Скрий контролния панел. Покажи го при преминаване на мишката през неговото "
462
  "място"
463
 
464
- # @ slideshow-plugin
465
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:540
466
  msgid "Wait until the next slide has loaded before showing it"
467
  msgstr "Изчакай зареждането на следващия кадър, преди да го покажеш"
468
 
469
- # @ slideshow-plugin
470
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:541
471
  msgid "Show a loading icon until the first slide appears"
472
  msgstr "Показвай иконата за зареждане докато се появи първия кадър"
473
 
474
- # @ slideshow-plugin
475
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:542
476
  msgid "Randomize slides"
477
  msgstr "Показвай кадрите разбъркано"
478
 
479
- # @ slideshow-plugin
480
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:543
481
  #, php-format
482
  msgid "Avoid content filter (disable if '%s' is shown)"
483
  msgstr "Включи филтър за съдържанието (изключи ако '%s' е показан)"
484
 
485
- # @ slideshow-plugin
486
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:547
487
  msgid "Slide Left"
488
  msgstr "Прехвърляй кадрите наляво"
489
 
490
- # @ slideshow-plugin
491
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:547
492
  msgid "Slide Right"
493
  msgstr "Прехвърляй кадрите надясно"
494
 
495
- # @ slideshow-plugin
496
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:547
497
  msgid "Slide Up"
498
  msgstr "Прехвърляй кадрите нагоре"
499
 
500
- # @ slideshow-plugin
501
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:547
502
  msgid "Slide Down"
503
  msgstr "Прехвърляй кадрите надолу"
@@ -506,32 +506,32 @@ msgstr "Прехвърляй кадрите надолу"
506
  msgid "Cross Fade"
507
  msgstr ""
508
 
509
- # @ slideshow-plugin
510
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:547
511
  msgid "Direct Fade"
512
  msgstr ""
513
 
514
- # @ slideshow-plugin
515
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:547
516
  msgid "Random Animation"
517
  msgstr "Анимация избрана по случаен начин"
518
 
519
- # @ slideshow-plugin
520
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:555
521
  msgid "Natural and centered"
522
  msgstr "Центрирано"
523
 
524
- # @ slideshow-plugin
525
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:555
526
  msgid "Crop to fit"
527
  msgstr "Изрежи за да заеме наличното място"
528
 
529
- # @ slideshow-plugin
530
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:555
531
  msgid "Stretch to fit"
532
  msgstr "Разшири за да заеме наличното място"
533
 
534
- # @ slideshow-plugin
535
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:569
536
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:570
537
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:571
@@ -539,13 +539,13 @@ msgstr "Разшири за да заеме наличното място"
539
  msgid "Miscellaneous"
540
  msgstr "Допълнителни"
541
 
542
- # @ slideshow-plugin
543
  #: classes/SlideshowPluginWidget.php:23
544
  msgid "Enables you to show your slideshows in the widget area of your website."
545
  msgstr ""
546
  "Разрешете показването на Вашата галерия в мястото за Джаджи на Вашия сайт."
547
 
548
- # @ slideshow-plugin
549
  #: classes/SlideshowPluginWidget.php:29
550
  msgid "Slideshow Widget"
551
  msgstr "Джаджа галерия"
@@ -566,38 +566,38 @@ msgstr ""
566
  msgid "Next"
567
  msgstr ""
568
 
569
- # @ slideshow-plugin
570
  #: views/SlideshowPlugin/slideshow.php:28
571
  msgid "Go to slide"
572
  msgstr ""
573
 
574
- # @ slideshow-plugin
575
  #: views/SlideshowPluginGeneralSettings/custom-styles-tab.php:46
576
  msgid "Default stylesheets"
577
  msgstr "Стил по подрабиране"
578
 
579
- # @ slideshow-plugin
580
  #: views/SlideshowPluginGeneralSettings/custom-styles-tab.php:60
581
  msgid "Create a new custom style from this style"
582
  msgstr "Създай нов потребителски стил от този"
583
 
584
- # @ slideshow-plugin
585
  #: views/SlideshowPluginGeneralSettings/custom-styles-tab.php:62
586
  msgid "Customize"
587
  msgstr "Промени"
588
 
589
- # @ slideshow-plugin
590
  #: views/SlideshowPluginGeneralSettings/custom-styles-tab.php:76
591
  msgid "Custom stylesheets"
592
  msgstr "Собствен стил"
593
 
594
- # @ slideshow-plugin
595
  #: views/SlideshowPluginGeneralSettings/custom-styles-tab.php:89
596
  #: views/SlideshowPluginGeneralSettings/custom-styles-tab.php:172
597
  msgid "Edit this style"
598
  msgstr "Редактирай стила"
599
 
600
- # @ slideshow-plugin
601
  #: views/SlideshowPluginGeneralSettings/custom-styles-tab.php:91
602
  #: views/SlideshowPluginGeneralSettings/custom-styles-tab.php:174
603
  #: views/SlideshowPluginPostType/slides.php:138
@@ -605,13 +605,13 @@ msgstr "Редактирай стила"
605
  msgid "Edit"
606
  msgstr "Редакция"
607
 
608
- # @ slideshow-plugin
609
  #: views/SlideshowPluginGeneralSettings/custom-styles-tab.php:98
610
  #: views/SlideshowPluginGeneralSettings/custom-styles-tab.php:181
611
  msgid "Delete this style"
612
  msgstr "Изтрий стила"
613
 
614
- # @ slideshow-plugin
615
  #: views/SlideshowPluginGeneralSettings/custom-styles-tab.php:100
616
  #: views/SlideshowPluginGeneralSettings/custom-styles-tab.php:183
617
  msgid "Delete"
@@ -622,12 +622,12 @@ msgstr "Изтрий"
622
  msgid "Click 'Customize' to create a new custom stylesheet."
623
  msgstr ""
624
 
625
- # @ slideshow-plugin
626
  #: views/SlideshowPluginGeneralSettings/custom-styles-tab.php:130
627
  msgid "Select a stylesheet to start customizing it."
628
  msgstr ""
629
 
630
- # @ slideshow-plugin
631
  #: views/SlideshowPluginGeneralSettings/custom-styles-tab.php:139
632
  #: views/SlideshowPluginGeneralSettings/custom-styles-tab.php:192
633
  #: views/SlideshowPluginPostType/slides.php:59
@@ -642,18 +642,18 @@ msgstr ""
642
  msgid "Title"
643
  msgstr "Заглавие"
644
 
645
- # @ slideshow-plugin
646
  #: views/SlideshowPluginGeneralSettings/custom-styles-tab.php:148
647
  #: views/SlideshowPluginGeneralSettings/custom-styles-tab.php:200
648
  msgid "Style"
649
  msgstr "Стил"
650
 
651
- # @ slideshow-plugin
652
  #: views/SlideshowPluginGeneralSettings/default-slideshow-settings-tab.php:11
653
  msgid "Note"
654
  msgstr "Бележка"
655
 
656
- # @ slideshow-plugin
657
  #: views/SlideshowPluginGeneralSettings/default-slideshow-settings-tab.php:18
658
  #, php-format
659
  msgid ""
@@ -664,79 +664,79 @@ msgstr ""
664
  "Настройките в тази страница важат само за нова галерия. За да промените "
665
  "настройките, %sclick here.%s"
666
 
667
- # @ slideshow-plugin
668
  #: views/SlideshowPluginGeneralSettings/default-slideshow-settings-tab.php:29
669
  #: views/SlideshowPluginGeneralSettings/general-settings.php:15
670
  msgid "Default Slideshow Settings"
671
  msgstr "Настройки на галерията по подразбиране"
672
 
673
- # @ slideshow-plugin
674
  #: views/SlideshowPluginGeneralSettings/default-slideshow-settings-tab.php:41
675
  #: views/SlideshowPluginPostType/settings.php:12
676
  msgid "settings"
677
  msgstr "настройки"
678
 
679
- # @ slideshow-plugin
680
  #: views/SlideshowPluginGeneralSettings/default-slideshow-settings-tab.php:77
681
  msgid "Default Slideshow Stylesheet"
682
  msgstr "Настройки на стила на галерията по подразбиране"
683
 
684
- # @ slideshow-plugin
685
  #: views/SlideshowPluginGeneralSettings/general-settings-tab.php:11
686
  msgid "Add slideshows"
687
  msgstr "Добави галерия"
688
 
689
- # @ slideshow-plugin
690
  #: views/SlideshowPluginGeneralSettings/general-settings-tab.php:12
691
  msgid "Edit slideshows"
692
  msgstr "Редактирай галерията"
693
 
694
- # @ slideshow-plugin
695
  #: views/SlideshowPluginGeneralSettings/general-settings-tab.php:13
696
  msgid "Delete slideshows"
697
  msgstr "Изтрий галерия"
698
 
699
- # @ slideshow-plugin
700
  #: views/SlideshowPluginGeneralSettings/general-settings-tab.php:20
701
  msgid "User Capabilities"
702
  msgstr "Потребителски възможности"
703
 
704
- # @ slideshow-plugin
705
  #: views/SlideshowPluginGeneralSettings/general-settings-tab.php:22
706
  msgid "Select the user roles that will able to perform certain actions."
707
  msgstr "Изберете потребител с права позволяващи необходимите действия."
708
 
709
- # @ slideshow-plugin
710
  #: views/SlideshowPluginGeneralSettings/general-settings-tab.php:38
711
  msgid "Untitled role"
712
  msgstr "Унифицирани права"
713
 
714
- # @ slideshow-plugin
715
  #: views/SlideshowPluginGeneralSettings/general-settings-tab.php:65
716
  msgid "Settings"
717
  msgstr "Настройки"
718
 
719
- # @ slideshow-plugin
720
  #: views/SlideshowPluginGeneralSettings/general-settings-tab.php:69
721
  msgid "Stylesheet location"
722
  msgstr "Местоположение на стиловете"
723
 
724
- # @ slideshow-plugin
725
  #: views/SlideshowPluginGeneralSettings/general-settings-tab.php:72
726
  msgid "top"
727
  msgstr "горе"
728
 
729
- # @ slideshow-plugin
730
  #: views/SlideshowPluginGeneralSettings/general-settings-tab.php:73
731
  msgid "bottom"
732
  msgstr "долу"
733
 
734
- # @ slideshow-plugin
735
  #: views/SlideshowPluginGeneralSettings/general-settings.php:16
736
  msgid "Custom Styles"
737
  msgstr "Различни стилове"
738
 
739
- # @ slideshow-plugin
740
  #: views/SlideshowPluginPostType/information.php:1
741
  msgid ""
742
  "To use this slideshow in your website either add this piece of shortcode to "
@@ -745,7 +745,7 @@ msgstr ""
745
  "За да използвате тази галерия във Вашия сайт, въведете този код във Вашите "
746
  "публикации или страници"
747
 
748
- # @ slideshow-plugin
749
  #: views/SlideshowPluginPostType/information.php:5
750
  msgid ""
751
  "Or add this piece of code to where ever in your website you want to place "
@@ -754,19 +754,19 @@ msgstr ""
754
  "Или може да добавите този код където желаете във Вашия сайт за да покажете "
755
  "галерията"
756
 
757
- # @ slideshow-plugin
758
  #: views/SlideshowPluginPostType/information.php:9
759
  #, php-format
760
  msgid "Or go to the %swidgets page%s and show the slideshow as a widget."
761
  msgstr "Или вървете в %swidgets page%s и покажете галерията като джаджа."
762
 
763
- # @ slideshow-plugin
764
  #: views/SlideshowPluginPostType/settings.php:26
765
  #: views/SlideshowPluginPostType/style-settings.php:11
766
  msgid "Default"
767
  msgstr "По подрабиране"
768
 
769
- # @ slideshow-plugin
770
  #: views/SlideshowPluginPostType/slides.php:54
771
  #: views/SlideshowPluginPostType/slides.php:191
772
  #: views/SlideshowPluginSlideInserter/insert-text-button.php:2
@@ -775,7 +775,7 @@ msgstr "По подрабиране"
775
  msgid "Text slide"
776
  msgstr "Текстов кадър"
777
 
778
- # @ slideshow-plugin
779
  #: views/SlideshowPluginPostType/slides.php:61
780
  #: views/SlideshowPluginPostType/slides.php:150
781
  #: views/SlideshowPluginPostType/slides.php:198
@@ -787,7 +787,7 @@ msgstr "Текстов кадър"
787
  msgid "Description"
788
  msgstr "Описание"
789
 
790
- # @ slideshow-plugin
791
  #: views/SlideshowPluginPostType/slides.php:63
792
  #: views/SlideshowPluginPostType/slides.php:200
793
  #: views/SlideshowPluginSlideshowSlide/backend_templates.php:51
@@ -795,7 +795,7 @@ msgstr "Описание"
795
  msgid "Background color"
796
  msgstr "Фон"
797
 
798
- # @ slideshow-plugin
799
  #: views/SlideshowPluginPostType/slides.php:68
800
  #: views/SlideshowPluginPostType/slides.php:155
801
  #: views/SlideshowPluginPostType/slides.php:205
@@ -807,7 +807,7 @@ msgstr "Фон"
807
  msgid "URL"
808
  msgstr ""
809
 
810
- # @ slideshow-plugin
811
  #: views/SlideshowPluginPostType/slides.php:70
812
  #: views/SlideshowPluginPostType/slides.php:157
813
  #: views/SlideshowPluginPostType/slides.php:207
@@ -819,7 +819,7 @@ msgstr ""
819
  msgid "Open URL in"
820
  msgstr "Отвори URL в"
821
 
822
- # @ slideshow-plugin
823
  #: views/SlideshowPluginPostType/slides.php:72
824
  #: views/SlideshowPluginPostType/slides.php:159
825
  #: views/SlideshowPluginPostType/slides.php:209
@@ -831,7 +831,7 @@ msgstr "Отвори URL в"
831
  msgid "Same window"
832
  msgstr "Същия прозорец"
833
 
834
- # @ slideshow-plugin
835
  #: views/SlideshowPluginPostType/slides.php:73
836
  #: views/SlideshowPluginPostType/slides.php:160
837
  #: views/SlideshowPluginPostType/slides.php:210
@@ -843,7 +843,7 @@ msgstr "Същия прозорец"
843
  msgid "New window"
844
  msgstr "Нов прозорец"
845
 
846
- # @ slideshow-plugin
847
  #: views/SlideshowPluginPostType/slides.php:90
848
  #: views/SlideshowPluginPostType/slides.php:230
849
  #: views/SlideshowPluginSlideInserter/insert-video-button.php:2
@@ -852,7 +852,7 @@ msgstr "Нов прозорец"
852
  msgid "Video slide"
853
  msgstr "Видео кадър"
854
 
855
- # @ slideshow-plugin
856
  #: views/SlideshowPluginPostType/slides.php:95
857
  #: views/SlideshowPluginPostType/slides.php:235
858
  #: views/SlideshowPluginSlideshowSlide/backend_templates.php:103
@@ -860,7 +860,7 @@ msgstr "Видео кадър"
860
  msgid "Youtube Video ID"
861
  msgstr ""
862
 
863
- # @ slideshow-plugin
864
  #: views/SlideshowPluginPostType/slides.php:133
865
  #: views/SlideshowPluginPostType/slides.php:255
866
  #: views/SlideshowPluginSlideInserter/insert-image-button.php:2
@@ -870,7 +870,7 @@ msgstr ""
870
  msgid "Image slide"
871
  msgstr "Кадър снимка"
872
 
873
- # @ slideshow-plugin
874
  #: views/SlideshowPluginPostType/slides.php:171
875
  msgid ""
876
  "An error occurred while loading this slide, and it will not be present in "
@@ -879,7 +879,7 @@ msgstr ""
879
  "Открита е грешка при зареждането на този кадър. Няма да се визуализира в "
880
  "галерията."
881
 
882
- # @ slideshow-plugin
883
  #: views/SlideshowPluginPostType/slides.php:177
884
  #: views/SlideshowPluginPostType/slides.php:218
885
  #: views/SlideshowPluginPostType/slides.php:243
@@ -893,18 +893,18 @@ msgstr ""
893
  msgid "Delete slide"
894
  msgstr "Изтрий кадъра."
895
 
896
- # @ slideshow-plugin
897
  #: views/SlideshowPluginPostType/style-settings.php:22
898
  #, php-format
899
  msgid "Custom styles can be created and customized %shere%s."
900
  msgstr "Различни стилове могат да се създават и променят %sтук%s."
901
 
902
- # @ slideshow-plugin
903
  #: views/SlideshowPluginPostType/support-plugin.php:3
904
  msgid "Help to keep this plugin free!"
905
  msgstr "Помогнете този модул да остане безплатен!"
906
 
907
- # @ slideshow-plugin
908
  #: views/SlideshowPluginPostType/support-plugin.php:6
909
  msgid ""
910
  "In order to keep you provided with the newest features, updates and bug "
@@ -917,46 +917,46 @@ msgstr ""
917
  "малко дарение за модула или рейтинга му на Wordpress.org. Благодаря Ви "
918
  "предварително!"
919
 
920
- # @ slideshow-plugin
921
  #: views/SlideshowPluginPostType/support-plugin.php:15
922
  msgid "Rate on Wordpress.org"
923
  msgstr "Гласувай за модула на Wordpress.org"
924
 
925
- # @ slideshow-plugin
926
  #: views/SlideshowPluginPostType/support-plugin.php:24
927
  msgid "Frequently Asked Questions (FAQ)"
928
  msgstr "Често Задавани Въпроси"
929
 
930
- # @ slideshow-plugin
931
  #: views/SlideshowPluginShortcode/shortcode-inserter.php:4
932
  #: views/SlideshowPluginShortcode/shortcode-inserter.php:9
933
  #: views/SlideshowPluginShortcode/shortcode-inserter.php:18
934
  msgid "Insert a Slideshow"
935
  msgstr "Вмъкни галерията"
936
 
937
- # @ slideshow-plugin
938
  #: views/SlideshowPluginShortcode/shortcode-inserter.php:12
939
  #: views/SlideshowPluginShortcode/shortcode-inserter.php:51
940
  msgid "Insert Slideshow"
941
  msgstr "Вмъкни галерия"
942
 
943
- # @ slideshow-plugin
944
  #: views/SlideshowPluginShortcode/shortcode-inserter.php:27
945
  msgid "Select a slideshow"
946
  msgstr "Избери галерия"
947
 
948
- # @ slideshow-plugin
949
  #: views/SlideshowPluginShortcode/shortcode-inserter.php:36
950
  #: views/SlideshowPluginWidget/form.php:12
951
  msgid "Untitled slideshow"
952
  msgstr "Галерия без заглавие"
953
 
954
- # @ slideshow-plugin
955
  #: views/SlideshowPluginShortcode/shortcode-inserter.php:56
956
  msgid "Cancel"
957
  msgstr "Откажи"
958
 
959
- # @ slideshow-plugin
960
  #: views/SlideshowPluginShortcode/shortcode-inserter.php:67
961
  #, php-format
962
  msgid ""
@@ -966,12 +966,12 @@ msgstr ""
966
  "Изглежда, че все още не сте създали галерия. %sМожете да го направите от тук!"
967
  "%s"
968
 
969
- # @ slideshow-plugin
970
  #: views/SlideshowPluginSlideInserter/search-popup.php:6
971
  msgid "Search"
972
  msgstr "Търси"
973
 
974
- # @ slideshow-plugin
975
  #: views/SlideshowPluginSlideInserter/search-popup.php:7
976
  msgid "Search images by title or ID"
977
  msgstr "Търси снимка по заглавие или ID"
@@ -985,7 +985,7 @@ msgstr "Търси снимка по заглавие или ID"
985
  msgid "Click to toggle"
986
  msgstr ""
987
 
988
- # @ slideshow-plugin
989
  #: views/SlideshowPluginSlideshowSlide/backend_attachment.php:160
990
  #: views/SlideshowPluginSlideshowSlide/backend_templates.php:69
991
  #: views/SlideshowPluginSlideshowSlide/backend_templates.php:190
@@ -993,36 +993,36 @@ msgstr ""
993
  msgid "Don't let search engines follow link"
994
  msgstr "Търсещите машини да не проследяват връзката"
995
 
996
- # @ slideshow-plugin
997
  #: views/SlideshowPluginSlideshowSlide/backend_attachment.php:168
998
  #: views/SlideshowPluginSlideshowSlide/backend_templates.php:197
999
  msgid "Alternative text"
1000
  msgstr "Алтернативен текст"
1001
 
1002
- # @ slideshow-plugin
1003
  #: views/SlideshowPluginSlideshowSlide/backend_templates.php:48
1004
  #: views/SlideshowPluginSlideshowSlide/backend_text.php:110
1005
  msgid "Text color"
1006
  msgstr "Цвят на текста"
1007
 
1008
- # @ slideshow-plugin
1009
  #: views/SlideshowPluginSlideshowSlide/backend_templates.php:53
1010
  #: views/SlideshowPluginSlideshowSlide/backend_text.php:115
1011
  msgid "(Leave empty for a transparent background)"
1012
  msgstr "(Остави празно за прозрачен фон)"
1013
 
1014
- # @ slideshow-plugin
1015
  #: views/SlideshowPluginSlideshowSlide/backend_templates.php:110
1016
  #: views/SlideshowPluginSlideshowSlide/backend_video.php:42
1017
  msgid "Show related videos"
1018
  msgstr "Покажи свързани видеа"
1019
 
1020
- # @ slideshow-plugin
1021
  #: views/SlideshowPluginUpload/upload-button.php:1
1022
  msgid "Upload/Manage Images"
1023
  msgstr "Качи/Промени снимка"
1024
 
1025
- # @ slideshow-plugin
1026
  #: views/SlideshowPluginWidget/form.php:9
1027
  msgid "Random Slideshow"
1028
  msgstr "Случайно избрана галерия"
18
  "X-Textdomain-Support: yes\n"
19
  "X-Poedit-SearchPath-0: .\n"
20
 
21
+ # @ slideshow-jquery-image-gallery
22
  #: classes/SlideshowPluginGeneralSettings.php:82
23
  #: classes/SlideshowPluginGeneralSettings.php:83
24
  #: views/SlideshowPluginGeneralSettings/general-settings.php:14
25
  msgid "General Settings"
26
  msgstr "Настройки"
27
 
28
+ # @ slideshow-jquery-image-gallery
29
  #: classes/SlideshowPluginGeneralSettings.php:150
30
  msgid "New"
31
  msgstr "Нов"
32
 
33
+ # @ slideshow-jquery-image-gallery
34
  #: classes/SlideshowPluginGeneralSettings.php:151
35
  msgid "Are you sure you want to delete this custom style?"
36
  msgstr "Сигурни ли сте, че искате да изтриете стила?"
37
 
38
+ # @ slideshow-jquery-image-gallery
39
  #: classes/SlideshowPluginGeneralSettings.php:196
40
  #: classes/SlideshowPluginInstaller.php:803
41
  #: views/SlideshowPluginGeneralSettings/custom-styles-tab.php:6
42
  msgid "Light"
43
  msgstr "Светло"
44
 
45
+ # @ slideshow-jquery-image-gallery
46
  #: classes/SlideshowPluginGeneralSettings.php:197
47
  #: classes/SlideshowPluginInstaller.php:803
48
  #: views/SlideshowPluginGeneralSettings/custom-styles-tab.php:7
49
  msgid "Dark"
50
  msgstr "Тъмно"
51
 
52
+ # @ slideshow-jquery-image-gallery
53
  # @ default
54
  #: classes/SlideshowPluginGeneralSettings.php:353
55
  #: views/SlideshowPluginGeneralSettings/custom-styles-tab.php:57
57
  msgid "Untitled"
58
  msgstr "Без заглавие"
59
 
60
+ # @ slideshow-jquery-image-gallery
61
  #: classes/SlideshowPluginInstaller.php:800
62
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:472
63
  #: views/SlideshowPluginSlideshowSlide/backend_templates.php:111
65
  msgid "Yes"
66
  msgstr "Да"
67
 
68
+ # @ slideshow-jquery-image-gallery
69
  #: classes/SlideshowPluginInstaller.php:801
70
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:473
71
  #: views/SlideshowPluginSlideshowSlide/backend_templates.php:112
73
  msgid "No"
74
  msgstr "Не"
75
 
76
+ # @ slideshow-jquery-image-gallery
77
  #: classes/SlideshowPluginInstaller.php:803
78
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:610
79
  msgid "The style used for this slideshow"
80
  msgstr "Стила използван за галерията"
81
 
82
+ # @ slideshow-jquery-image-gallery
83
  #: classes/SlideshowPluginInstaller.php:803
84
  msgid "Custom"
85
  msgstr "Различен"
86
 
87
+ # @ slideshow-jquery-image-gallery
88
  #: classes/SlideshowPluginInstaller.php:804
89
  #: views/SlideshowPluginGeneralSettings/custom-styles-tab.php:126
90
  msgid "Custom style editor"
91
  msgstr "Различен редактор на стила"
92
 
93
+ # @ slideshow-jquery-image-gallery
94
  #: classes/SlideshowPluginInstaller.php:805
95
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:518
96
  msgid "Animation used for transition between slides"
97
  msgstr "Използвана анимация за преминаване между кадрите"
98
 
99
+ # @ slideshow-jquery-image-gallery
100
  #: classes/SlideshowPluginInstaller.php:805
101
  msgid "Slide"
102
  msgstr "Кадър"
103
 
104
+ # @ slideshow-jquery-image-gallery
105
  #: classes/SlideshowPluginInstaller.php:805
106
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:547
107
  msgid "Fade"
108
  msgstr ""
109
 
110
+ # @ slideshow-jquery-image-gallery
111
  #: classes/SlideshowPluginInstaller.php:805
112
  #: classes/SlideshowPluginInstaller.php:806
113
  #: classes/SlideshowPluginInstaller.php:807
119
  msgid "Animation"
120
  msgstr "Анимация"
121
 
122
+ # @ slideshow-jquery-image-gallery
123
  #: classes/SlideshowPluginInstaller.php:806
124
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:519
125
  msgid "Number of seconds the slide takes to slide in"
126
  msgstr "Брой секунди за кадър"
127
 
128
+ # @ slideshow-jquery-image-gallery
129
  #: classes/SlideshowPluginInstaller.php:807
130
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:520
131
  msgid "Number of seconds the description takes to slide in"
132
  msgstr "Брой секунди за показване на текста"
133
 
134
+ # @ slideshow-jquery-image-gallery
135
  #: classes/SlideshowPluginInstaller.php:808
136
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:521
137
  msgid "Seconds between changing slides"
138
  msgstr "Брой секунди за смяна на кадрите"
139
 
140
+ # @ slideshow-jquery-image-gallery
141
  #: classes/SlideshowPluginInstaller.php:809
142
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:522
143
  msgid "Number of slides to fit into one slide"
144
  msgstr "Брой кадри за запълване"
145
 
146
+ # @ slideshow-jquery-image-gallery
147
  #: classes/SlideshowPluginInstaller.php:809
148
  #: classes/SlideshowPluginInstaller.php:810
149
  #: classes/SlideshowPluginInstaller.php:811
163
  msgid "Display"
164
  msgstr "Визуални"
165
 
166
+ # @ slideshow-jquery-image-gallery
167
  #: classes/SlideshowPluginInstaller.php:810
168
  msgid "Width of the slideshow, set to parent&#39;s width on 0"
169
  msgstr "Ширина на галерията, вземи от родителя&#39;s ширина или 0"
170
 
171
+ # @ slideshow-jquery-image-gallery
172
  #: classes/SlideshowPluginInstaller.php:811
173
  msgid "Height of the slideshow"
174
  msgstr "Височина на галерията"
175
 
176
+ # @ slideshow-jquery-image-gallery
177
  #: classes/SlideshowPluginInstaller.php:812
178
  msgid "Height of the description boxes"
179
  msgstr "Височина на описателния текст"
180
 
181
+ # @ slideshow-jquery-image-gallery
182
  #: classes/SlideshowPluginInstaller.php:813
183
  msgid "Fit image into slide (stretching it)"
184
  msgstr "Снимката да заеме цялата площ на кадъра"
185
 
186
+ # @ slideshow-jquery-image-gallery
187
  #: classes/SlideshowPluginInstaller.php:814
188
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:529
189
  msgid "Show title and description"
190
  msgstr "Покажи заглавието и описанието"
191
 
192
+ # @ slideshow-jquery-image-gallery
193
  #: classes/SlideshowPluginInstaller.php:815
194
  msgid "Hide description box, it will pop up when a mouse hovers over the slide"
195
  msgstr ""
196
  "Скрий описанието, то ще се покаже при преминаване на мишката през мястото му "
197
  "в кадъра"
198
 
199
+ # @ slideshow-jquery-image-gallery
200
  #: classes/SlideshowPluginInstaller.php:816
201
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:531
202
  msgid "Automatically slide to the next slide"
203
  msgstr "Автоматично преминавай през кадрите"
204
 
205
+ # @ slideshow-jquery-image-gallery
206
  #: classes/SlideshowPluginInstaller.php:816
207
  #: classes/SlideshowPluginInstaller.php:817
208
  #: classes/SlideshowPluginInstaller.php:818
219
  msgid "Control"
220
  msgstr "Контролни"
221
 
222
+ # @ slideshow-jquery-image-gallery
223
  #: classes/SlideshowPluginInstaller.php:817
224
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:532
225
  msgid "Return to the beginning of the slideshow after last slide"
226
  msgstr "Премини към първия кадър след като се покаже последния"
227
 
228
+ # @ slideshow-jquery-image-gallery
229
  #: classes/SlideshowPluginInstaller.php:818
230
  msgid "Activate buttons (so the user can scroll through the slides)"
231
  msgstr "Активирай бутоните за управление"
232
 
233
+ # @ slideshow-jquery-image-gallery
234
  #: classes/SlideshowPluginInstaller.php:819
235
  msgid "Show control panel (play and pause button)"
236
  msgstr "Покажи контролния панел (бутоните старт и пауза)"
237
 
238
+ # @ slideshow-jquery-image-gallery
239
  #: classes/SlideshowPluginPostType.php:45
240
  msgid "Slideshows"
241
  msgstr "Галерии"
242
 
243
+ # @ slideshow-jquery-image-gallery
244
  #: classes/SlideshowPluginPostType.php:46
245
  #: views/SlideshowPluginWidget/form.php:7
246
  msgid "Slideshow"
247
  msgstr "Галерия"
248
 
249
+ # @ slideshow-jquery-image-gallery
250
  #: classes/SlideshowPluginPostType.php:47
251
  msgid "Add New Slideshow"
252
  msgstr "Добави нова галерия"
253
 
254
+ # @ slideshow-jquery-image-gallery
255
  #: classes/SlideshowPluginPostType.php:48
256
  msgid "Edit slideshow"
257
  msgstr "Редактирай галерията"
258
 
259
+ # @ slideshow-jquery-image-gallery
260
  #: classes/SlideshowPluginPostType.php:49
261
  msgid "New slideshow"
262
  msgstr "Нова галерия"
263
 
264
+ # @ slideshow-jquery-image-gallery
265
  #: classes/SlideshowPluginPostType.php:50
266
  msgid "View slideshow"
267
  msgstr "Разгледай галерията"
268
 
269
+ # @ slideshow-jquery-image-gallery
270
  #: classes/SlideshowPluginPostType.php:51
271
  msgid "Search slideshows"
272
  msgstr "Търси в галериите"
273
 
274
+ # @ slideshow-jquery-image-gallery
275
  #: classes/SlideshowPluginPostType.php:52
276
  #: classes/SlideshowPluginPostType.php:53
277
  msgid "No slideshows found"
278
  msgstr "Няма налична галерия"
279
 
280
+ # @ slideshow-jquery-image-gallery
281
  #: classes/SlideshowPluginPostType.php:98
282
  msgid "Information"
283
  msgstr "Информация"
284
 
285
+ # @ slideshow-jquery-image-gallery
286
  #: classes/SlideshowPluginPostType.php:107
287
  msgid "Slides List"
288
  msgstr "Листа с кадрите"
289
 
290
+ # @ slideshow-jquery-image-gallery
291
  #: classes/SlideshowPluginPostType.php:116
292
  msgid "Slideshow Style"
293
  msgstr "Стил на галерията"
294
 
295
+ # @ slideshow-jquery-image-gallery
296
  #: classes/SlideshowPluginPostType.php:125
297
  msgid "Slideshow Settings"
298
  msgstr "Настройки на галерията"
299
 
300
+ # @ slideshow-jquery-image-gallery
301
  #: classes/SlideshowPluginPostType.php:173
302
  msgid "Slideshow created"
303
  msgstr ""
304
 
305
+ # @ slideshow-jquery-image-gallery
306
  #: classes/SlideshowPluginPostType.php:177
307
  msgid "Slideshow updated"
308
  msgstr ""
309
 
310
+ # @ slideshow-jquery-image-gallery
311
  #: classes/SlideshowPluginPostType.php:224
312
  #: classes/SlideshowPluginSlideInserter.php:238
313
  #: views/SlideshowPluginPostType/slides.php:2
322
  msgid "Close all"
323
  msgstr ""
324
 
325
+ # @ slideshow-jquery-image-gallery
326
  #: classes/SlideshowPluginPostType.php:240
327
  #: views/SlideshowPluginPostType/slides.php:10
328
  msgid "Add slides to this slideshow by using one of the buttons above."
336
  msgid "Copy"
337
  msgstr ""
338
 
339
+ # @ slideshow-jquery-image-gallery
340
  #: classes/SlideshowPluginShortcode.php:148
341
  msgid "No slideshow selected."
342
  msgstr "Няма избрана галерия."
343
 
344
+ # @ slideshow-jquery-image-gallery
345
  #: classes/SlideshowPluginSlideInserter.php:194
346
  msgid "More results loaded"
347
  msgstr "Показва още резултати"
348
 
349
+ # @ slideshow-jquery-image-gallery
350
  #: classes/SlideshowPluginSlideInserter.php:249
351
  msgid "Load more results"
352
  msgstr "Покажи още резултати"
353
 
354
+ # @ slideshow-jquery-image-gallery
355
  #: classes/SlideshowPluginSlideInserter.php:260
356
  msgid "No images were found, click here to upload some."
357
  msgstr "Няма налична снимка, избери тук за да качиш такава."
358
 
359
+ # @ slideshow-jquery-image-gallery
360
  #: classes/SlideshowPluginSlideInserter.php:332
361
  msgid "Are you sure you want to delete this slide?"
362
  msgstr "Сигурни ли сте, че искате да изтриете този кадър?"
363
 
364
+ # @ slideshow-jquery-image-gallery
365
  #: classes/SlideshowPluginSlideInserter.php:333
366
  msgid "Insert image slide"
367
  msgstr "Вмъкнете снимка в кадъра"
368
 
369
+ # @ slideshow-jquery-image-gallery
370
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:523
371
  msgid "Maximum width. When maximum width is 0, maximum width is ignored"
372
  msgstr ""
373
  "Максимална ширина. Когато максималната ширина е 0 то тя не се взема под "
374
  "влияние"
375
 
376
+ # @ slideshow-jquery-image-gallery
377
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:524
378
  msgid "http://en.wikipedia.org/wiki/Aspect_ratio_(image)"
379
  msgstr ""
380
 
381
+ # @ slideshow-jquery-image-gallery
382
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:524
383
  msgid "More info"
384
  msgstr "Още информация"
385
 
386
+ # @ slideshow-jquery-image-gallery
387
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:524
388
  #, php-format
389
  msgid ""
392
  msgstr ""
393
  "Запази пропорциите%s между ширината и височината на снимката (width:height)"
394
 
395
+ # @ slideshow-jquery-image-gallery
396
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:525
397
  msgid "Slideshow's height"
398
  msgstr "Височина на галерията"
399
 
400
+ # @ slideshow-jquery-image-gallery
401
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:526
402
  msgid "Image behaviour"
403
  msgstr "Вид на снимката"
404
 
405
+ # @ slideshow-jquery-image-gallery
406
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:527
407
  msgid "Shrink slideshow's height when width shrinks"
408
  msgstr "Намали височината на галерията при намаляне на нейната ширина"
409
 
410
+ # @ slideshow-jquery-image-gallery
411
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:528
412
  msgid ""
413
  "Enable responsiveness (Shrink slideshow's width when page's width shrinks)"
415
  "Следвай големината на страницата. (Намали ширината на галерията ако се "
416
  "намали ширината на страницата в която се намира галерията)"
417
 
418
+ # @ slideshow-jquery-image-gallery
419
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:530
420
  msgid "Hide description box, pop up when mouse hovers over"
421
  msgstr "Скрий описанието. Покажи при преминаване на мишката през него."
422
 
423
+ # @ slideshow-jquery-image-gallery
424
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:533
425
  msgid "Pause slideshow when mouse hovers over"
426
  msgstr ""
427
  "Спирай временно смяната на кадрите при позициониране на мишката върху тях"
428
 
429
+ # @ slideshow-jquery-image-gallery
430
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:534
431
  msgid "Activate navigation buttons"
432
  msgstr "Активирай бутоните за навигация"
433
 
434
+ # @ slideshow-jquery-image-gallery
435
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:535
436
  msgid "Hide navigation buttons, show when mouse hovers over"
437
  msgstr ""
438
  "Скрий бутоните за навигация. Показвай ги при преминаване на мишката през "
439
  "тяхното място"
440
 
441
+ # @ slideshow-jquery-image-gallery
442
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:536
443
  msgid "Activate pagination"
444
  msgstr "Активирай отстоянията от снимките"
445
 
446
+ # @ slideshow-jquery-image-gallery
447
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:537
448
  msgid "Hide pagination, show when mouse hovers over"
449
  msgstr ""
450
  "Скрий отстоянията. Показвай ги при преминаване на мишката през тяхното място"
451
 
452
+ # @ slideshow-jquery-image-gallery
453
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:538
454
  msgid "Activate control panel (play and pause button)"
455
  msgstr "Активирай контролния панел (бутоните пусни и спри)"
456
 
457
+ # @ slideshow-jquery-image-gallery
458
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:539
459
  msgid "Hide control panel, show when mouse hovers over"
460
  msgstr ""
461
  "Скрий контролния панел. Покажи го при преминаване на мишката през неговото "
462
  "място"
463
 
464
+ # @ slideshow-jquery-image-gallery
465
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:540
466
  msgid "Wait until the next slide has loaded before showing it"
467
  msgstr "Изчакай зареждането на следващия кадър, преди да го покажеш"
468
 
469
+ # @ slideshow-jquery-image-gallery
470
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:541
471
  msgid "Show a loading icon until the first slide appears"
472
  msgstr "Показвай иконата за зареждане докато се появи първия кадър"
473
 
474
+ # @ slideshow-jquery-image-gallery
475
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:542
476
  msgid "Randomize slides"
477
  msgstr "Показвай кадрите разбъркано"
478
 
479
+ # @ slideshow-jquery-image-gallery
480
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:543
481
  #, php-format
482
  msgid "Avoid content filter (disable if '%s' is shown)"
483
  msgstr "Включи филтър за съдържанието (изключи ако '%s' е показан)"
484
 
485
+ # @ slideshow-jquery-image-gallery
486
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:547
487
  msgid "Slide Left"
488
  msgstr "Прехвърляй кадрите наляво"
489
 
490
+ # @ slideshow-jquery-image-gallery
491
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:547
492
  msgid "Slide Right"
493
  msgstr "Прехвърляй кадрите надясно"
494
 
495
+ # @ slideshow-jquery-image-gallery
496
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:547
497
  msgid "Slide Up"
498
  msgstr "Прехвърляй кадрите нагоре"
499
 
500
+ # @ slideshow-jquery-image-gallery
501
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:547
502
  msgid "Slide Down"
503
  msgstr "Прехвърляй кадрите надолу"
506
  msgid "Cross Fade"
507
  msgstr ""
508
 
509
+ # @ slideshow-jquery-image-gallery
510
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:547
511
  msgid "Direct Fade"
512
  msgstr ""
513
 
514
+ # @ slideshow-jquery-image-gallery
515
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:547
516
  msgid "Random Animation"
517
  msgstr "Анимация избрана по случаен начин"
518
 
519
+ # @ slideshow-jquery-image-gallery
520
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:555
521
  msgid "Natural and centered"
522
  msgstr "Центрирано"
523
 
524
+ # @ slideshow-jquery-image-gallery
525
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:555
526
  msgid "Crop to fit"
527
  msgstr "Изрежи за да заеме наличното място"
528
 
529
+ # @ slideshow-jquery-image-gallery
530
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:555
531
  msgid "Stretch to fit"
532
  msgstr "Разшири за да заеме наличното място"
533
 
534
+ # @ slideshow-jquery-image-gallery
535
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:569
536
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:570
537
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:571
539
  msgid "Miscellaneous"
540
  msgstr "Допълнителни"
541
 
542
+ # @ slideshow-jquery-image-gallery
543
  #: classes/SlideshowPluginWidget.php:23
544
  msgid "Enables you to show your slideshows in the widget area of your website."
545
  msgstr ""
546
  "Разрешете показването на Вашата галерия в мястото за Джаджи на Вашия сайт."
547
 
548
+ # @ slideshow-jquery-image-gallery
549
  #: classes/SlideshowPluginWidget.php:29
550
  msgid "Slideshow Widget"
551
  msgstr "Джаджа галерия"
566
  msgid "Next"
567
  msgstr ""
568
 
569
+ # @ slideshow-jquery-image-gallery
570
  #: views/SlideshowPlugin/slideshow.php:28
571
  msgid "Go to slide"
572
  msgstr ""
573
 
574
+ # @ slideshow-jquery-image-gallery
575
  #: views/SlideshowPluginGeneralSettings/custom-styles-tab.php:46
576
  msgid "Default stylesheets"
577
  msgstr "Стил по подрабиране"
578
 
579
+ # @ slideshow-jquery-image-gallery
580
  #: views/SlideshowPluginGeneralSettings/custom-styles-tab.php:60
581
  msgid "Create a new custom style from this style"
582
  msgstr "Създай нов потребителски стил от този"
583
 
584
+ # @ slideshow-jquery-image-gallery
585
  #: views/SlideshowPluginGeneralSettings/custom-styles-tab.php:62
586
  msgid "Customize"
587
  msgstr "Промени"
588
 
589
+ # @ slideshow-jquery-image-gallery
590
  #: views/SlideshowPluginGeneralSettings/custom-styles-tab.php:76
591
  msgid "Custom stylesheets"
592
  msgstr "Собствен стил"
593
 
594
+ # @ slideshow-jquery-image-gallery
595
  #: views/SlideshowPluginGeneralSettings/custom-styles-tab.php:89
596
  #: views/SlideshowPluginGeneralSettings/custom-styles-tab.php:172
597
  msgid "Edit this style"
598
  msgstr "Редактирай стила"
599
 
600
+ # @ slideshow-jquery-image-gallery
601
  #: views/SlideshowPluginGeneralSettings/custom-styles-tab.php:91
602
  #: views/SlideshowPluginGeneralSettings/custom-styles-tab.php:174
603
  #: views/SlideshowPluginPostType/slides.php:138
605
  msgid "Edit"
606
  msgstr "Редакция"
607
 
608
+ # @ slideshow-jquery-image-gallery
609
  #: views/SlideshowPluginGeneralSettings/custom-styles-tab.php:98
610
  #: views/SlideshowPluginGeneralSettings/custom-styles-tab.php:181
611
  msgid "Delete this style"
612
  msgstr "Изтрий стила"
613
 
614
+ # @ slideshow-jquery-image-gallery
615
  #: views/SlideshowPluginGeneralSettings/custom-styles-tab.php:100
616
  #: views/SlideshowPluginGeneralSettings/custom-styles-tab.php:183
617
  msgid "Delete"
622
  msgid "Click 'Customize' to create a new custom stylesheet."
623
  msgstr ""
624
 
625
+ # @ slideshow-jquery-image-gallery
626
  #: views/SlideshowPluginGeneralSettings/custom-styles-tab.php:130
627
  msgid "Select a stylesheet to start customizing it."
628
  msgstr ""
629
 
630
+ # @ slideshow-jquery-image-gallery
631
  #: views/SlideshowPluginGeneralSettings/custom-styles-tab.php:139
632
  #: views/SlideshowPluginGeneralSettings/custom-styles-tab.php:192
633
  #: views/SlideshowPluginPostType/slides.php:59
642
  msgid "Title"
643
  msgstr "Заглавие"
644
 
645
+ # @ slideshow-jquery-image-gallery
646
  #: views/SlideshowPluginGeneralSettings/custom-styles-tab.php:148
647
  #: views/SlideshowPluginGeneralSettings/custom-styles-tab.php:200
648
  msgid "Style"
649
  msgstr "Стил"
650
 
651
+ # @ slideshow-jquery-image-gallery
652
  #: views/SlideshowPluginGeneralSettings/default-slideshow-settings-tab.php:11
653
  msgid "Note"
654
  msgstr "Бележка"
655
 
656
+ # @ slideshow-jquery-image-gallery
657
  #: views/SlideshowPluginGeneralSettings/default-slideshow-settings-tab.php:18
658
  #, php-format
659
  msgid ""
664
  "Настройките в тази страница важат само за нова галерия. За да промените "
665
  "настройките, %sclick here.%s"
666
 
667
+ # @ slideshow-jquery-image-gallery
668
  #: views/SlideshowPluginGeneralSettings/default-slideshow-settings-tab.php:29
669
  #: views/SlideshowPluginGeneralSettings/general-settings.php:15
670
  msgid "Default Slideshow Settings"
671
  msgstr "Настройки на галерията по подразбиране"
672
 
673
+ # @ slideshow-jquery-image-gallery
674
  #: views/SlideshowPluginGeneralSettings/default-slideshow-settings-tab.php:41
675
  #: views/SlideshowPluginPostType/settings.php:12
676
  msgid "settings"
677
  msgstr "настройки"
678
 
679
+ # @ slideshow-jquery-image-gallery
680
  #: views/SlideshowPluginGeneralSettings/default-slideshow-settings-tab.php:77
681
  msgid "Default Slideshow Stylesheet"
682
  msgstr "Настройки на стила на галерията по подразбиране"
683
 
684
+ # @ slideshow-jquery-image-gallery
685
  #: views/SlideshowPluginGeneralSettings/general-settings-tab.php:11
686
  msgid "Add slideshows"
687
  msgstr "Добави галерия"
688
 
689
+ # @ slideshow-jquery-image-gallery
690
  #: views/SlideshowPluginGeneralSettings/general-settings-tab.php:12
691
  msgid "Edit slideshows"
692
  msgstr "Редактирай галерията"
693
 
694
+ # @ slideshow-jquery-image-gallery
695
  #: views/SlideshowPluginGeneralSettings/general-settings-tab.php:13
696
  msgid "Delete slideshows"
697
  msgstr "Изтрий галерия"
698
 
699
+ # @ slideshow-jquery-image-gallery
700
  #: views/SlideshowPluginGeneralSettings/general-settings-tab.php:20
701
  msgid "User Capabilities"
702
  msgstr "Потребителски възможности"
703
 
704
+ # @ slideshow-jquery-image-gallery
705
  #: views/SlideshowPluginGeneralSettings/general-settings-tab.php:22
706
  msgid "Select the user roles that will able to perform certain actions."
707
  msgstr "Изберете потребител с права позволяващи необходимите действия."
708
 
709
+ # @ slideshow-jquery-image-gallery
710
  #: views/SlideshowPluginGeneralSettings/general-settings-tab.php:38
711
  msgid "Untitled role"
712
  msgstr "Унифицирани права"
713
 
714
+ # @ slideshow-jquery-image-gallery
715
  #: views/SlideshowPluginGeneralSettings/general-settings-tab.php:65
716
  msgid "Settings"
717
  msgstr "Настройки"
718
 
719
+ # @ slideshow-jquery-image-gallery
720
  #: views/SlideshowPluginGeneralSettings/general-settings-tab.php:69
721
  msgid "Stylesheet location"
722
  msgstr "Местоположение на стиловете"
723
 
724
+ # @ slideshow-jquery-image-gallery
725
  #: views/SlideshowPluginGeneralSettings/general-settings-tab.php:72
726
  msgid "top"
727
  msgstr "горе"
728
 
729
+ # @ slideshow-jquery-image-gallery
730
  #: views/SlideshowPluginGeneralSettings/general-settings-tab.php:73
731
  msgid "bottom"
732
  msgstr "долу"
733
 
734
+ # @ slideshow-jquery-image-gallery
735
  #: views/SlideshowPluginGeneralSettings/general-settings.php:16
736
  msgid "Custom Styles"
737
  msgstr "Различни стилове"
738
 
739
+ # @ slideshow-jquery-image-gallery
740
  #: views/SlideshowPluginPostType/information.php:1
741
  msgid ""
742
  "To use this slideshow in your website either add this piece of shortcode to "
745
  "За да използвате тази галерия във Вашия сайт, въведете този код във Вашите "
746
  "публикации или страници"
747
 
748
+ # @ slideshow-jquery-image-gallery
749
  #: views/SlideshowPluginPostType/information.php:5
750
  msgid ""
751
  "Or add this piece of code to where ever in your website you want to place "
754
  "Или може да добавите този код където желаете във Вашия сайт за да покажете "
755
  "галерията"
756
 
757
+ # @ slideshow-jquery-image-gallery
758
  #: views/SlideshowPluginPostType/information.php:9
759
  #, php-format
760
  msgid "Or go to the %swidgets page%s and show the slideshow as a widget."
761
  msgstr "Или вървете в %swidgets page%s и покажете галерията като джаджа."
762
 
763
+ # @ slideshow-jquery-image-gallery
764
  #: views/SlideshowPluginPostType/settings.php:26
765
  #: views/SlideshowPluginPostType/style-settings.php:11
766
  msgid "Default"
767
  msgstr "По подрабиране"
768
 
769
+ # @ slideshow-jquery-image-gallery
770
  #: views/SlideshowPluginPostType/slides.php:54
771
  #: views/SlideshowPluginPostType/slides.php:191
772
  #: views/SlideshowPluginSlideInserter/insert-text-button.php:2
775
  msgid "Text slide"
776
  msgstr "Текстов кадър"
777
 
778
+ # @ slideshow-jquery-image-gallery
779
  #: views/SlideshowPluginPostType/slides.php:61
780
  #: views/SlideshowPluginPostType/slides.php:150
781
  #: views/SlideshowPluginPostType/slides.php:198
787
  msgid "Description"
788
  msgstr "Описание"
789
 
790
+ # @ slideshow-jquery-image-gallery
791
  #: views/SlideshowPluginPostType/slides.php:63
792
  #: views/SlideshowPluginPostType/slides.php:200
793
  #: views/SlideshowPluginSlideshowSlide/backend_templates.php:51
795
  msgid "Background color"
796
  msgstr "Фон"
797
 
798
+ # @ slideshow-jquery-image-gallery
799
  #: views/SlideshowPluginPostType/slides.php:68
800
  #: views/SlideshowPluginPostType/slides.php:155
801
  #: views/SlideshowPluginPostType/slides.php:205
807
  msgid "URL"
808
  msgstr ""
809
 
810
+ # @ slideshow-jquery-image-gallery
811
  #: views/SlideshowPluginPostType/slides.php:70
812
  #: views/SlideshowPluginPostType/slides.php:157
813
  #: views/SlideshowPluginPostType/slides.php:207
819
  msgid "Open URL in"
820
  msgstr "Отвори URL в"
821
 
822
+ # @ slideshow-jquery-image-gallery
823
  #: views/SlideshowPluginPostType/slides.php:72
824
  #: views/SlideshowPluginPostType/slides.php:159
825
  #: views/SlideshowPluginPostType/slides.php:209
831
  msgid "Same window"
832
  msgstr "Същия прозорец"
833
 
834
+ # @ slideshow-jquery-image-gallery
835
  #: views/SlideshowPluginPostType/slides.php:73
836
  #: views/SlideshowPluginPostType/slides.php:160
837
  #: views/SlideshowPluginPostType/slides.php:210
843
  msgid "New window"
844
  msgstr "Нов прозорец"
845
 
846
+ # @ slideshow-jquery-image-gallery
847
  #: views/SlideshowPluginPostType/slides.php:90
848
  #: views/SlideshowPluginPostType/slides.php:230
849
  #: views/SlideshowPluginSlideInserter/insert-video-button.php:2
852
  msgid "Video slide"
853
  msgstr "Видео кадър"
854
 
855
+ # @ slideshow-jquery-image-gallery
856
  #: views/SlideshowPluginPostType/slides.php:95
857
  #: views/SlideshowPluginPostType/slides.php:235
858
  #: views/SlideshowPluginSlideshowSlide/backend_templates.php:103
860
  msgid "Youtube Video ID"
861
  msgstr ""
862
 
863
+ # @ slideshow-jquery-image-gallery
864
  #: views/SlideshowPluginPostType/slides.php:133
865
  #: views/SlideshowPluginPostType/slides.php:255
866
  #: views/SlideshowPluginSlideInserter/insert-image-button.php:2
870
  msgid "Image slide"
871
  msgstr "Кадър снимка"
872
 
873
+ # @ slideshow-jquery-image-gallery
874
  #: views/SlideshowPluginPostType/slides.php:171
875
  msgid ""
876
  "An error occurred while loading this slide, and it will not be present in "
879
  "Открита е грешка при зареждането на този кадър. Няма да се визуализира в "
880
  "галерията."
881
 
882
+ # @ slideshow-jquery-image-gallery
883
  #: views/SlideshowPluginPostType/slides.php:177
884
  #: views/SlideshowPluginPostType/slides.php:218
885
  #: views/SlideshowPluginPostType/slides.php:243
893
  msgid "Delete slide"
894
  msgstr "Изтрий кадъра."
895
 
896
+ # @ slideshow-jquery-image-gallery
897
  #: views/SlideshowPluginPostType/style-settings.php:22
898
  #, php-format
899
  msgid "Custom styles can be created and customized %shere%s."
900
  msgstr "Различни стилове могат да се създават и променят %sтук%s."
901
 
902
+ # @ slideshow-jquery-image-gallery
903
  #: views/SlideshowPluginPostType/support-plugin.php:3
904
  msgid "Help to keep this plugin free!"
905
  msgstr "Помогнете този модул да остане безплатен!"
906
 
907
+ # @ slideshow-jquery-image-gallery
908
  #: views/SlideshowPluginPostType/support-plugin.php:6
909
  msgid ""
910
  "In order to keep you provided with the newest features, updates and bug "
917
  "малко дарение за модула или рейтинга му на Wordpress.org. Благодаря Ви "
918
  "предварително!"
919
 
920
+ # @ slideshow-jquery-image-gallery
921
  #: views/SlideshowPluginPostType/support-plugin.php:15
922
  msgid "Rate on Wordpress.org"
923
  msgstr "Гласувай за модула на Wordpress.org"
924
 
925
+ # @ slideshow-jquery-image-gallery
926
  #: views/SlideshowPluginPostType/support-plugin.php:24
927
  msgid "Frequently Asked Questions (FAQ)"
928
  msgstr "Често Задавани Въпроси"
929
 
930
+ # @ slideshow-jquery-image-gallery
931
  #: views/SlideshowPluginShortcode/shortcode-inserter.php:4
932
  #: views/SlideshowPluginShortcode/shortcode-inserter.php:9
933
  #: views/SlideshowPluginShortcode/shortcode-inserter.php:18
934
  msgid "Insert a Slideshow"
935
  msgstr "Вмъкни галерията"
936
 
937
+ # @ slideshow-jquery-image-gallery
938
  #: views/SlideshowPluginShortcode/shortcode-inserter.php:12
939
  #: views/SlideshowPluginShortcode/shortcode-inserter.php:51
940
  msgid "Insert Slideshow"
941
  msgstr "Вмъкни галерия"
942
 
943
+ # @ slideshow-jquery-image-gallery
944
  #: views/SlideshowPluginShortcode/shortcode-inserter.php:27
945
  msgid "Select a slideshow"
946
  msgstr "Избери галерия"
947
 
948
+ # @ slideshow-jquery-image-gallery
949
  #: views/SlideshowPluginShortcode/shortcode-inserter.php:36
950
  #: views/SlideshowPluginWidget/form.php:12
951
  msgid "Untitled slideshow"
952
  msgstr "Галерия без заглавие"
953
 
954
+ # @ slideshow-jquery-image-gallery
955
  #: views/SlideshowPluginShortcode/shortcode-inserter.php:56
956
  msgid "Cancel"
957
  msgstr "Откажи"
958
 
959
+ # @ slideshow-jquery-image-gallery
960
  #: views/SlideshowPluginShortcode/shortcode-inserter.php:67
961
  #, php-format
962
  msgid ""
966
  "Изглежда, че все още не сте създали галерия. %sМожете да го направите от тук!"
967
  "%s"
968
 
969
+ # @ slideshow-jquery-image-gallery
970
  #: views/SlideshowPluginSlideInserter/search-popup.php:6
971
  msgid "Search"
972
  msgstr "Търси"
973
 
974
+ # @ slideshow-jquery-image-gallery
975
  #: views/SlideshowPluginSlideInserter/search-popup.php:7
976
  msgid "Search images by title or ID"
977
  msgstr "Търси снимка по заглавие или ID"
985
  msgid "Click to toggle"
986
  msgstr ""
987
 
988
+ # @ slideshow-jquery-image-gallery
989
  #: views/SlideshowPluginSlideshowSlide/backend_attachment.php:160
990
  #: views/SlideshowPluginSlideshowSlide/backend_templates.php:69
991
  #: views/SlideshowPluginSlideshowSlide/backend_templates.php:190
993
  msgid "Don't let search engines follow link"
994
  msgstr "Търсещите машини да не проследяват връзката"
995
 
996
+ # @ slideshow-jquery-image-gallery
997
  #: views/SlideshowPluginSlideshowSlide/backend_attachment.php:168
998
  #: views/SlideshowPluginSlideshowSlide/backend_templates.php:197
999
  msgid "Alternative text"
1000
  msgstr "Алтернативен текст"
1001
 
1002
+ # @ slideshow-jquery-image-gallery
1003
  #: views/SlideshowPluginSlideshowSlide/backend_templates.php:48
1004
  #: views/SlideshowPluginSlideshowSlide/backend_text.php:110
1005
  msgid "Text color"
1006
  msgstr "Цвят на текста"
1007
 
1008
+ # @ slideshow-jquery-image-gallery
1009
  #: views/SlideshowPluginSlideshowSlide/backend_templates.php:53
1010
  #: views/SlideshowPluginSlideshowSlide/backend_text.php:115
1011
  msgid "(Leave empty for a transparent background)"
1012
  msgstr "(Остави празно за прозрачен фон)"
1013
 
1014
+ # @ slideshow-jquery-image-gallery
1015
  #: views/SlideshowPluginSlideshowSlide/backend_templates.php:110
1016
  #: views/SlideshowPluginSlideshowSlide/backend_video.php:42
1017
  msgid "Show related videos"
1018
  msgstr "Покажи свързани видеа"
1019
 
1020
+ # @ slideshow-jquery-image-gallery
1021
  #: views/SlideshowPluginUpload/upload-button.php:1
1022
  msgid "Upload/Manage Images"
1023
  msgstr "Качи/Промени снимка"
1024
 
1025
+ # @ slideshow-jquery-image-gallery
1026
  #: views/SlideshowPluginWidget/form.php:9
1027
  msgid "Random Slideshow"
1028
  msgstr "Случайно избрана галерия"
languages/{slideshow-plugin-cs_CZ.mo → slideshow-jquery-image-gallery-cs_CZ.mo} RENAMED
File without changes
languages/{slideshow-plugin-cs_CZ.po → slideshow-jquery-image-gallery-cs_CZ.po} RENAMED
File without changes
languages/{slideshow-plugin-de_DE.mo → slideshow-jquery-image-gallery-de_DE.mo} RENAMED
File without changes
languages/{slideshow-plugin-de_DE.po → slideshow-jquery-image-gallery-de_DE.po} RENAMED
File without changes
languages/slideshow-jquery-image-gallery-es_ES.mo ADDED
Binary file
languages/{slideshow-plugin-es_ES.po → slideshow-jquery-image-gallery-es_ES.po} RENAMED
@@ -2,39 +2,33 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Slideshow Plugin\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2015-04-29 09:46+0100\n"
6
- "PO-Revision-Date: 2015-04-29 09:46+0100\n"
7
- "Last-Translator: Manuel Ballesta Ruiz <mbruiz1967@mbrsolution.com>\n"
8
  "Language-Team: Stefan Boonstra <wordpress@stefanboonstra.com>\n"
9
  "Language: es_ES\n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
- "Plural-Forms: nplurals=2; plural=n != 1;\n"
14
- "X-Poedit-SourceCharset: UTF-8\n"
15
- "X-Poedit-KeywordsList: _:1;gettext:1;dgettext:2;ngettext:1,2;dngettext:2,3;"
16
- "__:1;_e:1;_c:1;_n:1,2;_n_noop:1,2;_nc:1,2;__ngettext:1,2;__ngettext_noop:1,2;"
17
- "_x:1,2c;_ex:1,2c;_nx:1,2,4c;_nx_noop:1,2,3c;_n_js:1,2;_nx_js:1,2,3c;"
18
- "esc_attr__:1;esc_html__:1;esc_attr_e:1;esc_html_e:1;esc_attr_x:1,2c;"
19
- "esc_html_x:1,2c;comments_number_link:2,3;t:1;st:1;trans:1;transChoice:1,2\n"
20
  "X-Poedit-Basepath: ../\n"
21
  "X-Generator: Poedit 1.5.7\n"
22
- "X-Loco-Target-Locale: es_ES\n"
23
  "X-Poedit-SearchPath-0: .\n"
24
 
25
  #: classes/SlideshowPluginGeneralSettings.php:82
26
  #: classes/SlideshowPluginGeneralSettings.php:83
27
  #: views/SlideshowPluginGeneralSettings/general-settings.php:14
28
  msgid "General Settings"
29
- msgstr "Configuración General"
30
 
31
  #: classes/SlideshowPluginGeneralSettings.php:150
32
  msgid "New"
33
- msgstr "Nuevo"
34
 
35
  #: classes/SlideshowPluginGeneralSettings.php:151
36
  msgid "Are you sure you want to delete this custom style?"
37
- msgstr "¿Seguro que quieres borrar este estilo personalizado?"
38
 
39
  #: classes/SlideshowPluginGeneralSettings.php:196
40
  #: classes/SlideshowPluginInstaller.php:803
@@ -52,7 +46,7 @@ msgstr "Obscuro"
52
  #: views/SlideshowPluginGeneralSettings/custom-styles-tab.php:57
53
  #: views/SlideshowPluginGeneralSettings/custom-styles-tab.php:143
54
  msgid "Untitled"
55
- msgstr "Sin titulo"
56
 
57
  #: classes/SlideshowPluginInstaller.php:800
58
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:472
@@ -94,7 +88,7 @@ msgstr "Diapositiva"
94
  #: classes/SlideshowPluginInstaller.php:805
95
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:547
96
  msgid "Fade"
97
- msgstr "Fundido"
98
 
99
  #: classes/SlideshowPluginInstaller.php:805
100
  #: classes/SlideshowPluginInstaller.php:806
@@ -148,15 +142,16 @@ msgstr "Mostrar"
148
 
149
  #: classes/SlideshowPluginInstaller.php:810
150
  msgid "Width of the slideshow, set to parent&#39;s width on 0"
151
- msgstr "Ancho de la diapositiva. ajustado el ancho a 0 para el padre&#39;s"
 
152
 
153
  #: classes/SlideshowPluginInstaller.php:811
154
  msgid "Height of the slideshow"
155
- msgstr "Altura de la presentación de diapositivas"
156
 
157
  #: classes/SlideshowPluginInstaller.php:812
158
  msgid "Height of the description boxes"
159
- msgstr "Altura de las cajas de Descripción"
160
 
161
  #: classes/SlideshowPluginInstaller.php:813
162
  msgid "Fit image into slide (stretching it)"
@@ -261,11 +256,11 @@ msgstr "Configuración de las diapositivas"
261
 
262
  #: classes/SlideshowPluginPostType.php:173
263
  msgid "Slideshow created"
264
- msgstr "Diapositiva creada"
265
 
266
  #: classes/SlideshowPluginPostType.php:177
267
  msgid "Slideshow updated"
268
- msgstr "Diapositiva actualizada"
269
 
270
  #: classes/SlideshowPluginPostType.php:224
271
  #: classes/SlideshowPluginSlideInserter.php:238
@@ -275,24 +270,24 @@ msgstr "Insertar"
275
 
276
  #: classes/SlideshowPluginPostType.php:232
277
  msgid "Open all"
278
- msgstr "Abrir todos"
279
 
280
  #: classes/SlideshowPluginPostType.php:234
281
  msgid "Close all"
282
- msgstr "Cerrar todos"
283
 
284
  #: classes/SlideshowPluginPostType.php:240
285
  #: views/SlideshowPluginPostType/slides.php:10
286
  msgid "Add slides to this slideshow by using one of the buttons above."
287
- msgstr "Agrega una diapositiva usando uno de los botones de arriba. "
288
 
289
  #: classes/SlideshowPluginPostType.php:320
290
  msgid "Duplicate"
291
- msgstr "Duplicar "
292
 
293
  #: classes/SlideshowPluginPostType.php:371
294
  msgid "Copy"
295
- msgstr "Copiar"
296
 
297
  #: classes/SlideshowPluginShortcode.php:148
298
  msgid "No slideshow selected."
@@ -300,7 +295,7 @@ msgstr "No se ha seleccionado ninguna diapositiva"
300
 
301
  #: classes/SlideshowPluginSlideInserter.php:194
302
  msgid "More results loaded"
303
- msgstr "Mas resultados agregados"
304
 
305
  #: classes/SlideshowPluginSlideInserter.php:249
306
  msgid "Load more results"
@@ -316,20 +311,19 @@ msgstr "¿Estás seguro de que quieres borrar esta diapositiva?"
316
 
317
  #: classes/SlideshowPluginSlideInserter.php:333
318
  msgid "Insert image slide"
319
- msgstr "Insertar imagen en una diapositiva "
320
 
321
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:523
322
  msgid "Maximum width. When maximum width is 0, maximum width is ignored"
323
  msgstr ""
324
- "Ancho máximo. Cuando la anchura máxima es 0, la anchura máxima se ignora"
325
 
326
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:524
327
  msgid "http://en.wikipedia.org/wiki/Aspect_ratio_(image)"
328
- msgstr "http://en.wikipedia.org/wiki/Aspect_ratio_(image)"
329
 
330
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:524
331
  msgid "More info"
332
- msgstr "Mas información "
333
 
334
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:524
335
  #, php-format
@@ -337,70 +331,63 @@ msgid ""
337
  "Proportional relationship%s between slideshow's width and height (width:"
338
  "height)"
339
  msgstr ""
340
- "Relación%s proporcional entre la anchura y la altura de diapositivas "
341
- "(anchura:altura)"
342
 
343
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:525
344
  msgid "Slideshow's height"
345
- msgstr "Altura de Diapositiva"
346
 
347
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:526
348
  msgid "Image behaviour"
349
- msgstr "El comportamiento de la imagen "
350
 
351
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:527
352
  msgid "Shrink slideshow's height when width shrinks"
353
- msgstr "Reducir la altura de diapositivas cuando la anchura se reduce"
354
 
355
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:528
356
  msgid ""
357
  "Enable responsiveness (Shrink slideshow's width when page's width shrinks)"
358
  msgstr ""
359
- "Habilitar diseño responsivos (Reduce el ancho de diapositivas cuando el "
360
- "ancho de la página se contrae)"
361
 
362
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:530
363
  msgid "Hide description box, pop up when mouse hovers over"
364
  msgstr ""
365
- "Ocultar el cuadro de descripción, aparecerá cuando el ratón pase por encima"
366
 
367
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:533
368
  msgid "Pause slideshow when mouse hovers over"
369
- msgstr "Pausa la diapositiva cuando el ratón pase por encima"
370
 
371
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:534
372
  msgid "Activate navigation buttons"
373
- msgstr "Activar los botones de navegación "
374
 
375
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:535
376
  msgid "Hide navigation buttons, show when mouse hovers over"
377
  msgstr ""
378
- "Ocultar los botones de navegación, mostrar cuando el ratón pase por encima"
379
 
380
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:536
381
  msgid "Activate pagination"
382
- msgstr "Activar las paginas "
383
 
384
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:537
385
  msgid "Hide pagination, show when mouse hovers over"
386
- msgstr "Esconder las paginas, mostrar el ratón pase por encima "
387
 
388
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:538
389
  msgid "Activate control panel (play and pause button)"
390
- msgstr "Activar el panel de control (reproducción y botón de pausa)"
391
 
392
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:539
393
  msgid "Hide control panel, show when mouse hovers over"
394
- msgstr "Ocultar el panel de control, mostrar cuando el ratón pase por encima "
395
 
396
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:540
397
  msgid "Wait until the next slide has loaded before showing it"
398
  msgstr ""
399
- "Espere hasta que la siguiente diapositiva se ha cargado antes de mostrarlo"
400
 
401
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:541
402
  msgid "Show a loading icon until the first slide appears"
403
- msgstr "Mostrar un icono de carga hasta que aparezca la primera diapositiva"
404
 
405
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:542
406
  msgid "Randomize slides"
@@ -413,50 +400,50 @@ msgstr "Evitar filtro de contenido (desactivar si '%s' se muestra)"
413
 
414
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:547
415
  msgid "Slide Left"
416
- msgstr "Deslice a la izquierda"
417
 
418
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:547
419
  msgid "Slide Right"
420
- msgstr "Deslice a la derecha "
421
 
422
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:547
423
  msgid "Slide Up"
424
- msgstr "Deslice hacia arriba"
425
 
426
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:547
427
  msgid "Slide Down"
428
- msgstr "Deslice hacia abajo "
429
 
430
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:547
431
  msgid "Cross Fade"
432
- msgstr "Fundido Encadenado"
433
 
434
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:547
435
  msgid "Direct Fade"
436
- msgstr "Fundido en Directo"
437
 
438
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:547
439
  msgid "Random Animation"
440
- msgstr "Animación Sin Orden "
441
 
442
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:555
443
  msgid "Natural and centered"
444
- msgstr "Natural y centrado"
445
 
446
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:555
447
  msgid "Crop to fit"
448
- msgstr "Recortar para ajustarse"
449
 
450
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:555
451
  msgid "Stretch to fit"
452
- msgstr "Estirar para caber"
453
 
454
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:569
455
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:570
456
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:571
457
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:572
458
  msgid "Miscellaneous"
459
- msgstr "Misceláneo"
460
 
461
  #: classes/SlideshowPluginWidget.php:23
462
  msgid "Enables you to show your slideshows in the widget area of your website."
@@ -468,44 +455,44 @@ msgstr "Widget de diapositiva"
468
 
469
  #: views/SlideshowPlugin/slideshow.php:23
470
  msgid "Play"
471
- msgstr "Reproducir"
472
 
473
  #: views/SlideshowPlugin/slideshow.php:23
474
  msgid "Pause"
475
- msgstr "Pausa"
476
 
477
  #: views/SlideshowPlugin/slideshow.php:25
478
  msgid "Previous"
479
- msgstr "Perviamente"
480
 
481
  #: views/SlideshowPlugin/slideshow.php:26
482
  msgid "Next"
483
- msgstr "Proxima"
484
 
485
  #: views/SlideshowPlugin/slideshow.php:28
486
  msgid "Go to slide"
487
- msgstr "Ir a diapositiva"
488
 
489
  #: views/SlideshowPluginGeneralSettings/custom-styles-tab.php:46
490
  msgid "Default stylesheets"
491
- msgstr "Hojas de estilo por defecto"
492
 
493
  #: views/SlideshowPluginGeneralSettings/custom-styles-tab.php:60
494
  msgid "Create a new custom style from this style"
495
- msgstr "Crear un nuevo estilo personalizado de este estilo"
496
 
497
  #: views/SlideshowPluginGeneralSettings/custom-styles-tab.php:62
498
  msgid "Customize"
499
- msgstr "Personalizar"
500
 
501
  #: views/SlideshowPluginGeneralSettings/custom-styles-tab.php:76
502
  msgid "Custom stylesheets"
503
- msgstr "Hojas de estilo personalizadas"
504
 
505
  #: views/SlideshowPluginGeneralSettings/custom-styles-tab.php:89
506
  #: views/SlideshowPluginGeneralSettings/custom-styles-tab.php:172
507
  msgid "Edit this style"
508
- msgstr "Edita este estilo "
509
 
510
  #: views/SlideshowPluginGeneralSettings/custom-styles-tab.php:91
511
  #: views/SlideshowPluginGeneralSettings/custom-styles-tab.php:174
@@ -517,22 +504,20 @@ msgstr "Editar"
517
  #: views/SlideshowPluginGeneralSettings/custom-styles-tab.php:98
518
  #: views/SlideshowPluginGeneralSettings/custom-styles-tab.php:181
519
  msgid "Delete this style"
520
- msgstr "Borrar este estilo"
521
 
522
  #: views/SlideshowPluginGeneralSettings/custom-styles-tab.php:100
523
  #: views/SlideshowPluginGeneralSettings/custom-styles-tab.php:183
524
  msgid "Delete"
525
- msgstr "Borrar"
526
 
527
  #: views/SlideshowPluginGeneralSettings/custom-styles-tab.php:110
528
  msgid "Click 'Customize' to create a new custom stylesheet."
529
  msgstr ""
530
- "Haga clic en \"Personalizar\" para crear una nueva hoja de estilo "
531
- "personalizado."
532
 
533
  #: views/SlideshowPluginGeneralSettings/custom-styles-tab.php:130
534
  msgid "Select a stylesheet to start customizing it."
535
- msgstr "Seleccione una hoja de estilo para comenzar a personalizarlo. "
536
 
537
  #: views/SlideshowPluginGeneralSettings/custom-styles-tab.php:139
538
  #: views/SlideshowPluginGeneralSettings/custom-styles-tab.php:192
@@ -551,11 +536,11 @@ msgstr "Título"
551
  #: views/SlideshowPluginGeneralSettings/custom-styles-tab.php:148
552
  #: views/SlideshowPluginGeneralSettings/custom-styles-tab.php:200
553
  msgid "Style"
554
- msgstr "Estilo"
555
 
556
  #: views/SlideshowPluginGeneralSettings/default-slideshow-settings-tab.php:11
557
  msgid "Note"
558
- msgstr "Nota"
559
 
560
  #: views/SlideshowPluginGeneralSettings/default-slideshow-settings-tab.php:18
561
  #, php-format
@@ -564,49 +549,44 @@ msgid ""
564
  "therefore do not alter any existing ones. To adapt a slideshow's settings, "
565
  "%sclick here.%s"
566
  msgstr ""
567
- "Los ajustes establecidos en esta página sólo se aplican a presentaciones de "
568
- "diapositivas de nueva creación y, por tanto, no afectan a los ya existentes. "
569
- "Para adaptar la configuración de una presentación de diapositivas, %shaga "
570
- "clic aquí.%s"
571
 
572
  #: views/SlideshowPluginGeneralSettings/default-slideshow-settings-tab.php:29
573
  #: views/SlideshowPluginGeneralSettings/general-settings.php:15
574
  msgid "Default Slideshow Settings"
575
- msgstr "Ajustes por defecto de diapositivas"
576
 
577
  #: views/SlideshowPluginGeneralSettings/default-slideshow-settings-tab.php:41
578
  #: views/SlideshowPluginPostType/settings.php:12
579
  msgid "settings"
580
- msgstr "configuración"
581
 
582
  #: views/SlideshowPluginGeneralSettings/default-slideshow-settings-tab.php:77
583
  msgid "Default Slideshow Stylesheet"
584
- msgstr "Ajustes de estilos por defecto"
585
 
586
  #: views/SlideshowPluginGeneralSettings/general-settings-tab.php:11
587
  msgid "Add slideshows"
588
- msgstr "Agregar diapositivas"
589
 
590
  #: views/SlideshowPluginGeneralSettings/general-settings-tab.php:12
591
  msgid "Edit slideshows"
592
- msgstr "Editar diapositivas "
593
 
594
  #: views/SlideshowPluginGeneralSettings/general-settings-tab.php:13
595
  msgid "Delete slideshows"
596
- msgstr "Borrar diapositivas "
597
 
598
  #: views/SlideshowPluginGeneralSettings/general-settings-tab.php:20
599
  msgid "User Capabilities"
600
- msgstr "Capacidades de usuario"
601
 
602
  #: views/SlideshowPluginGeneralSettings/general-settings-tab.php:22
603
  msgid "Select the user roles that will able to perform certain actions."
604
  msgstr ""
605
- "Seleccione la categoria del usuario que pueda realizar ciertas acciones."
606
 
607
  #: views/SlideshowPluginGeneralSettings/general-settings-tab.php:38
608
  msgid "Untitled role"
609
- msgstr "Categoria sin titulo"
610
 
611
  #: views/SlideshowPluginGeneralSettings/general-settings-tab.php:65
612
  msgid "Settings"
@@ -614,19 +594,19 @@ msgstr "Configuración"
614
 
615
  #: views/SlideshowPluginGeneralSettings/general-settings-tab.php:69
616
  msgid "Stylesheet location"
617
- msgstr "Ubicación de estilos"
618
 
619
  #: views/SlideshowPluginGeneralSettings/general-settings-tab.php:72
620
  msgid "top"
621
- msgstr "arriba "
622
 
623
  #: views/SlideshowPluginGeneralSettings/general-settings-tab.php:73
624
  msgid "bottom"
625
- msgstr "fondo"
626
 
627
  #: views/SlideshowPluginGeneralSettings/general-settings.php:16
628
  msgid "Custom Styles"
629
- msgstr "Estilos personalizados "
630
 
631
  #: views/SlideshowPluginPostType/information.php:1
632
  msgid ""
@@ -640,9 +620,7 @@ msgstr ""
640
  msgid ""
641
  "Or add this piece of code to where ever in your website you want to place "
642
  "the slideshow"
643
- msgstr ""
644
- "O agregue este fragmento de código a donde quiera en su sitio web que desea "
645
- "colocar la diapositiva"
646
 
647
  #: views/SlideshowPluginPostType/information.php:9
648
  #, php-format
@@ -700,7 +678,7 @@ msgstr "URL"
700
  #: views/SlideshowPluginSlideshowSlide/backend_templates.php:183
701
  #: views/SlideshowPluginSlideshowSlide/backend_text.php:124
702
  msgid "Open URL in"
703
- msgstr "Abrir el URL en"
704
 
705
  #: views/SlideshowPluginPostType/slides.php:72
706
  #: views/SlideshowPluginPostType/slides.php:159
@@ -772,7 +750,7 @@ msgstr "Borrar diapositiva"
772
  #: views/SlideshowPluginPostType/style-settings.php:22
773
  #, php-format
774
  msgid "Custom styles can be created and customized %shere%s."
775
- msgstr "Estilos personalizados se pueden crear y personalizar %saquí%s."
776
 
777
  #: views/SlideshowPluginPostType/support-plugin.php:3
778
  msgid "Help to keep this plugin free!"
@@ -797,40 +775,39 @@ msgstr "Calificar en Wordpress.org"
797
 
798
  #: views/SlideshowPluginPostType/support-plugin.php:24
799
  msgid "Frequently Asked Questions (FAQ)"
800
- msgstr "Preguntas Frecuentes (PF)"
801
 
802
  #: views/SlideshowPluginShortcode/shortcode-inserter.php:4
803
- #: views/SlideshowPluginShortcode/shortcode-inserter.php:13
804
- #: views/SlideshowPluginShortcode/shortcode-inserter.php:24
805
  msgid "Insert a Slideshow"
806
  msgstr "Insertar una Diapositiva"
807
 
808
- #: views/SlideshowPluginShortcode/shortcode-inserter.php:18
809
- #: views/SlideshowPluginShortcode/shortcode-inserter.php:57
810
  msgid "Insert Slideshow"
811
  msgstr "Insertar Diapositiva"
812
 
813
- #: views/SlideshowPluginShortcode/shortcode-inserter.php:33
814
  msgid "Select a slideshow"
815
  msgstr "Seleccionar una diapositiva"
816
 
817
- #: views/SlideshowPluginShortcode/shortcode-inserter.php:42
818
  #: views/SlideshowPluginWidget/form.php:12
819
  msgid "Untitled slideshow"
820
  msgstr "Diapositiva sin título"
821
 
822
- #: views/SlideshowPluginShortcode/shortcode-inserter.php:62
823
  msgid "Cancel"
824
  msgstr "Cancelar"
825
 
826
- #: views/SlideshowPluginShortcode/shortcode-inserter.php:73
827
  #, php-format
828
  msgid ""
829
  "It seems you haven't created any slideshows yet. %sYou can create a "
830
  "slideshow here!%s"
831
  msgstr ""
832
- "Parece que no has creado ninguna diapositiva aún. %s¡Puedes crear una "
833
- "diapositiva aquí!%s"
834
 
835
  #: views/SlideshowPluginSlideInserter/search-popup.php:6
836
  msgid "Search"
@@ -847,34 +824,34 @@ msgstr "Buscar imágenes por título o ID"
847
  #: views/SlideshowPluginSlideshowSlide/backend_text.php:58
848
  #: views/SlideshowPluginSlideshowSlide/backend_video.php:21
849
  msgid "Click to toggle"
850
- msgstr "Haga clic para activar"
851
 
852
  #: views/SlideshowPluginSlideshowSlide/backend_attachment.php:160
853
  #: views/SlideshowPluginSlideshowSlide/backend_templates.php:69
854
  #: views/SlideshowPluginSlideshowSlide/backend_templates.php:190
855
  #: views/SlideshowPluginSlideshowSlide/backend_text.php:131
856
  msgid "Don't let search engines follow link"
857
- msgstr "No permitas que los motores de búsquedas sigan el enlace "
858
 
859
  #: views/SlideshowPluginSlideshowSlide/backend_attachment.php:168
860
  #: views/SlideshowPluginSlideshowSlide/backend_templates.php:197
861
  msgid "Alternative text"
862
- msgstr "Texto alternativo"
863
 
864
  #: views/SlideshowPluginSlideshowSlide/backend_templates.php:48
865
  #: views/SlideshowPluginSlideshowSlide/backend_text.php:110
866
  msgid "Text color"
867
- msgstr "Color de Texto "
868
 
869
  #: views/SlideshowPluginSlideshowSlide/backend_templates.php:53
870
  #: views/SlideshowPluginSlideshowSlide/backend_text.php:115
871
  msgid "(Leave empty for a transparent background)"
872
- msgstr "(Dejar vacio para un fondo transparente) "
873
 
874
  #: views/SlideshowPluginSlideshowSlide/backend_templates.php:110
875
  #: views/SlideshowPluginSlideshowSlide/backend_video.php:42
876
  msgid "Show related videos"
877
- msgstr "Ensena vídeos relacionados"
878
 
879
  #: views/SlideshowPluginUpload/upload-button.php:1
880
  msgid "Upload/Manage Images"
@@ -883,3 +860,47 @@ msgstr "Cargar/Administrar Imágenes"
883
  #: views/SlideshowPluginWidget/form.php:9
884
  msgid "Random Slideshow"
885
  msgstr "Diapositivas Aleatorias"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  msgstr ""
3
  "Project-Id-Version: Slideshow Plugin\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2014-08-19 11:53+0100\n"
6
+ "PO-Revision-Date: 2014-08-19 11:53+0100\n"
7
+ "Last-Translator: Violeta Rosales <ellaes@violetarosales.com>\n"
8
  "Language-Team: Stefan Boonstra <wordpress@stefanboonstra.com>\n"
9
  "Language: es_ES\n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
+ "X-Poedit-KeywordsList: _e;__\n"
 
 
 
 
 
 
14
  "X-Poedit-Basepath: ../\n"
15
  "X-Generator: Poedit 1.5.7\n"
16
+ "X-Poedit-SourceCharset: UTF-8\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
  #: classes/SlideshowPluginGeneralSettings.php:82
20
  #: classes/SlideshowPluginGeneralSettings.php:83
21
  #: views/SlideshowPluginGeneralSettings/general-settings.php:14
22
  msgid "General Settings"
23
+ msgstr ""
24
 
25
  #: classes/SlideshowPluginGeneralSettings.php:150
26
  msgid "New"
27
+ msgstr ""
28
 
29
  #: classes/SlideshowPluginGeneralSettings.php:151
30
  msgid "Are you sure you want to delete this custom style?"
31
+ msgstr ""
32
 
33
  #: classes/SlideshowPluginGeneralSettings.php:196
34
  #: classes/SlideshowPluginInstaller.php:803
46
  #: views/SlideshowPluginGeneralSettings/custom-styles-tab.php:57
47
  #: views/SlideshowPluginGeneralSettings/custom-styles-tab.php:143
48
  msgid "Untitled"
49
+ msgstr ""
50
 
51
  #: classes/SlideshowPluginInstaller.php:800
52
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:472
88
  #: classes/SlideshowPluginInstaller.php:805
89
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:547
90
  msgid "Fade"
91
+ msgstr "Desvanecer"
92
 
93
  #: classes/SlideshowPluginInstaller.php:805
94
  #: classes/SlideshowPluginInstaller.php:806
142
 
143
  #: classes/SlideshowPluginInstaller.php:810
144
  msgid "Width of the slideshow, set to parent&#39;s width on 0"
145
+ msgstr ""
146
+ "Ancho de las diapositivas. Escribe 0 para tomar el ancho del nodo padre."
147
 
148
  #: classes/SlideshowPluginInstaller.php:811
149
  msgid "Height of the slideshow"
150
+ msgstr "Alto de las diapositivas"
151
 
152
  #: classes/SlideshowPluginInstaller.php:812
153
  msgid "Height of the description boxes"
154
+ msgstr "Alto de la caja de descripción"
155
 
156
  #: classes/SlideshowPluginInstaller.php:813
157
  msgid "Fit image into slide (stretching it)"
256
 
257
  #: classes/SlideshowPluginPostType.php:173
258
  msgid "Slideshow created"
259
+ msgstr ""
260
 
261
  #: classes/SlideshowPluginPostType.php:177
262
  msgid "Slideshow updated"
263
+ msgstr ""
264
 
265
  #: classes/SlideshowPluginPostType.php:224
266
  #: classes/SlideshowPluginSlideInserter.php:238
270
 
271
  #: classes/SlideshowPluginPostType.php:232
272
  msgid "Open all"
273
+ msgstr ""
274
 
275
  #: classes/SlideshowPluginPostType.php:234
276
  msgid "Close all"
277
+ msgstr ""
278
 
279
  #: classes/SlideshowPluginPostType.php:240
280
  #: views/SlideshowPluginPostType/slides.php:10
281
  msgid "Add slides to this slideshow by using one of the buttons above."
282
+ msgstr "Agrega una diapositiva usando uno de los botones de abajo."
283
 
284
  #: classes/SlideshowPluginPostType.php:320
285
  msgid "Duplicate"
286
+ msgstr ""
287
 
288
  #: classes/SlideshowPluginPostType.php:371
289
  msgid "Copy"
290
+ msgstr ""
291
 
292
  #: classes/SlideshowPluginShortcode.php:148
293
  msgid "No slideshow selected."
295
 
296
  #: classes/SlideshowPluginSlideInserter.php:194
297
  msgid "More results loaded"
298
+ msgstr ""
299
 
300
  #: classes/SlideshowPluginSlideInserter.php:249
301
  msgid "Load more results"
311
 
312
  #: classes/SlideshowPluginSlideInserter.php:333
313
  msgid "Insert image slide"
314
+ msgstr ""
315
 
316
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:523
317
  msgid "Maximum width. When maximum width is 0, maximum width is ignored"
318
  msgstr ""
 
319
 
320
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:524
321
  msgid "http://en.wikipedia.org/wiki/Aspect_ratio_(image)"
322
+ msgstr ""
323
 
324
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:524
325
  msgid "More info"
326
+ msgstr ""
327
 
328
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:524
329
  #, php-format
331
  "Proportional relationship%s between slideshow's width and height (width:"
332
  "height)"
333
  msgstr ""
 
 
334
 
335
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:525
336
  msgid "Slideshow's height"
337
+ msgstr ""
338
 
339
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:526
340
  msgid "Image behaviour"
341
+ msgstr ""
342
 
343
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:527
344
  msgid "Shrink slideshow's height when width shrinks"
345
+ msgstr ""
346
 
347
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:528
348
  msgid ""
349
  "Enable responsiveness (Shrink slideshow's width when page's width shrinks)"
350
  msgstr ""
 
 
351
 
352
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:530
353
  msgid "Hide description box, pop up when mouse hovers over"
354
  msgstr ""
 
355
 
356
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:533
357
  msgid "Pause slideshow when mouse hovers over"
358
+ msgstr ""
359
 
360
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:534
361
  msgid "Activate navigation buttons"
362
+ msgstr ""
363
 
364
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:535
365
  msgid "Hide navigation buttons, show when mouse hovers over"
366
  msgstr ""
 
367
 
368
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:536
369
  msgid "Activate pagination"
370
+ msgstr ""
371
 
372
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:537
373
  msgid "Hide pagination, show when mouse hovers over"
374
+ msgstr ""
375
 
376
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:538
377
  msgid "Activate control panel (play and pause button)"
378
+ msgstr ""
379
 
380
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:539
381
  msgid "Hide control panel, show when mouse hovers over"
382
+ msgstr ""
383
 
384
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:540
385
  msgid "Wait until the next slide has loaded before showing it"
386
  msgstr ""
 
387
 
388
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:541
389
  msgid "Show a loading icon until the first slide appears"
390
+ msgstr ""
391
 
392
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:542
393
  msgid "Randomize slides"
400
 
401
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:547
402
  msgid "Slide Left"
403
+ msgstr ""
404
 
405
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:547
406
  msgid "Slide Right"
407
+ msgstr ""
408
 
409
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:547
410
  msgid "Slide Up"
411
+ msgstr ""
412
 
413
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:547
414
  msgid "Slide Down"
415
+ msgstr ""
416
 
417
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:547
418
  msgid "Cross Fade"
419
+ msgstr ""
420
 
421
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:547
422
  msgid "Direct Fade"
423
+ msgstr ""
424
 
425
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:547
426
  msgid "Random Animation"
427
+ msgstr ""
428
 
429
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:555
430
  msgid "Natural and centered"
431
+ msgstr ""
432
 
433
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:555
434
  msgid "Crop to fit"
435
+ msgstr ""
436
 
437
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:555
438
  msgid "Stretch to fit"
439
+ msgstr ""
440
 
441
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:569
442
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:570
443
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:571
444
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:572
445
  msgid "Miscellaneous"
446
+ msgstr "Miscelanea"
447
 
448
  #: classes/SlideshowPluginWidget.php:23
449
  msgid "Enables you to show your slideshows in the widget area of your website."
455
 
456
  #: views/SlideshowPlugin/slideshow.php:23
457
  msgid "Play"
458
+ msgstr ""
459
 
460
  #: views/SlideshowPlugin/slideshow.php:23
461
  msgid "Pause"
462
+ msgstr ""
463
 
464
  #: views/SlideshowPlugin/slideshow.php:25
465
  msgid "Previous"
466
+ msgstr ""
467
 
468
  #: views/SlideshowPlugin/slideshow.php:26
469
  msgid "Next"
470
+ msgstr ""
471
 
472
  #: views/SlideshowPlugin/slideshow.php:28
473
  msgid "Go to slide"
474
+ msgstr ""
475
 
476
  #: views/SlideshowPluginGeneralSettings/custom-styles-tab.php:46
477
  msgid "Default stylesheets"
478
+ msgstr ""
479
 
480
  #: views/SlideshowPluginGeneralSettings/custom-styles-tab.php:60
481
  msgid "Create a new custom style from this style"
482
+ msgstr ""
483
 
484
  #: views/SlideshowPluginGeneralSettings/custom-styles-tab.php:62
485
  msgid "Customize"
486
+ msgstr ""
487
 
488
  #: views/SlideshowPluginGeneralSettings/custom-styles-tab.php:76
489
  msgid "Custom stylesheets"
490
+ msgstr ""
491
 
492
  #: views/SlideshowPluginGeneralSettings/custom-styles-tab.php:89
493
  #: views/SlideshowPluginGeneralSettings/custom-styles-tab.php:172
494
  msgid "Edit this style"
495
+ msgstr ""
496
 
497
  #: views/SlideshowPluginGeneralSettings/custom-styles-tab.php:91
498
  #: views/SlideshowPluginGeneralSettings/custom-styles-tab.php:174
504
  #: views/SlideshowPluginGeneralSettings/custom-styles-tab.php:98
505
  #: views/SlideshowPluginGeneralSettings/custom-styles-tab.php:181
506
  msgid "Delete this style"
507
+ msgstr ""
508
 
509
  #: views/SlideshowPluginGeneralSettings/custom-styles-tab.php:100
510
  #: views/SlideshowPluginGeneralSettings/custom-styles-tab.php:183
511
  msgid "Delete"
512
+ msgstr ""
513
 
514
  #: views/SlideshowPluginGeneralSettings/custom-styles-tab.php:110
515
  msgid "Click 'Customize' to create a new custom stylesheet."
516
  msgstr ""
 
 
517
 
518
  #: views/SlideshowPluginGeneralSettings/custom-styles-tab.php:130
519
  msgid "Select a stylesheet to start customizing it."
520
+ msgstr ""
521
 
522
  #: views/SlideshowPluginGeneralSettings/custom-styles-tab.php:139
523
  #: views/SlideshowPluginGeneralSettings/custom-styles-tab.php:192
536
  #: views/SlideshowPluginGeneralSettings/custom-styles-tab.php:148
537
  #: views/SlideshowPluginGeneralSettings/custom-styles-tab.php:200
538
  msgid "Style"
539
+ msgstr "Style"
540
 
541
  #: views/SlideshowPluginGeneralSettings/default-slideshow-settings-tab.php:11
542
  msgid "Note"
543
+ msgstr ""
544
 
545
  #: views/SlideshowPluginGeneralSettings/default-slideshow-settings-tab.php:18
546
  #, php-format
549
  "therefore do not alter any existing ones. To adapt a slideshow's settings, "
550
  "%sclick here.%s"
551
  msgstr ""
 
 
 
 
552
 
553
  #: views/SlideshowPluginGeneralSettings/default-slideshow-settings-tab.php:29
554
  #: views/SlideshowPluginGeneralSettings/general-settings.php:15
555
  msgid "Default Slideshow Settings"
556
+ msgstr ""
557
 
558
  #: views/SlideshowPluginGeneralSettings/default-slideshow-settings-tab.php:41
559
  #: views/SlideshowPluginPostType/settings.php:12
560
  msgid "settings"
561
+ msgstr "Configuración"
562
 
563
  #: views/SlideshowPluginGeneralSettings/default-slideshow-settings-tab.php:77
564
  msgid "Default Slideshow Stylesheet"
565
+ msgstr ""
566
 
567
  #: views/SlideshowPluginGeneralSettings/general-settings-tab.php:11
568
  msgid "Add slideshows"
569
+ msgstr ""
570
 
571
  #: views/SlideshowPluginGeneralSettings/general-settings-tab.php:12
572
  msgid "Edit slideshows"
573
+ msgstr ""
574
 
575
  #: views/SlideshowPluginGeneralSettings/general-settings-tab.php:13
576
  msgid "Delete slideshows"
577
+ msgstr ""
578
 
579
  #: views/SlideshowPluginGeneralSettings/general-settings-tab.php:20
580
  msgid "User Capabilities"
581
+ msgstr ""
582
 
583
  #: views/SlideshowPluginGeneralSettings/general-settings-tab.php:22
584
  msgid "Select the user roles that will able to perform certain actions."
585
  msgstr ""
 
586
 
587
  #: views/SlideshowPluginGeneralSettings/general-settings-tab.php:38
588
  msgid "Untitled role"
589
+ msgstr ""
590
 
591
  #: views/SlideshowPluginGeneralSettings/general-settings-tab.php:65
592
  msgid "Settings"
594
 
595
  #: views/SlideshowPluginGeneralSettings/general-settings-tab.php:69
596
  msgid "Stylesheet location"
597
+ msgstr ""
598
 
599
  #: views/SlideshowPluginGeneralSettings/general-settings-tab.php:72
600
  msgid "top"
601
+ msgstr ""
602
 
603
  #: views/SlideshowPluginGeneralSettings/general-settings-tab.php:73
604
  msgid "bottom"
605
+ msgstr ""
606
 
607
  #: views/SlideshowPluginGeneralSettings/general-settings.php:16
608
  msgid "Custom Styles"
609
+ msgstr ""
610
 
611
  #: views/SlideshowPluginPostType/information.php:1
612
  msgid ""
620
  msgid ""
621
  "Or add this piece of code to where ever in your website you want to place "
622
  "the slideshow"
623
+ msgstr "O agrega este código en tu tema"
 
 
624
 
625
  #: views/SlideshowPluginPostType/information.php:9
626
  #, php-format
678
  #: views/SlideshowPluginSlideshowSlide/backend_templates.php:183
679
  #: views/SlideshowPluginSlideshowSlide/backend_text.php:124
680
  msgid "Open URL in"
681
+ msgstr ""
682
 
683
  #: views/SlideshowPluginPostType/slides.php:72
684
  #: views/SlideshowPluginPostType/slides.php:159
750
  #: views/SlideshowPluginPostType/style-settings.php:22
751
  #, php-format
752
  msgid "Custom styles can be created and customized %shere%s."
753
+ msgstr ""
754
 
755
  #: views/SlideshowPluginPostType/support-plugin.php:3
756
  msgid "Help to keep this plugin free!"
775
 
776
  #: views/SlideshowPluginPostType/support-plugin.php:24
777
  msgid "Frequently Asked Questions (FAQ)"
778
+ msgstr ""
779
 
780
  #: views/SlideshowPluginShortcode/shortcode-inserter.php:4
781
+ #: views/SlideshowPluginShortcode/shortcode-inserter.php:9
782
+ #: views/SlideshowPluginShortcode/shortcode-inserter.php:18
783
  msgid "Insert a Slideshow"
784
  msgstr "Insertar una Diapositiva"
785
 
786
+ #: views/SlideshowPluginShortcode/shortcode-inserter.php:12
787
+ #: views/SlideshowPluginShortcode/shortcode-inserter.php:51
788
  msgid "Insert Slideshow"
789
  msgstr "Insertar Diapositiva"
790
 
791
+ #: views/SlideshowPluginShortcode/shortcode-inserter.php:27
792
  msgid "Select a slideshow"
793
  msgstr "Seleccionar una diapositiva"
794
 
795
+ #: views/SlideshowPluginShortcode/shortcode-inserter.php:36
796
  #: views/SlideshowPluginWidget/form.php:12
797
  msgid "Untitled slideshow"
798
  msgstr "Diapositiva sin título"
799
 
800
+ #: views/SlideshowPluginShortcode/shortcode-inserter.php:56
801
  msgid "Cancel"
802
  msgstr "Cancelar"
803
 
804
+ #: views/SlideshowPluginShortcode/shortcode-inserter.php:67
805
  #, php-format
806
  msgid ""
807
  "It seems you haven't created any slideshows yet. %sYou can create a "
808
  "slideshow here!%s"
809
  msgstr ""
810
+ "Parece que no has creado ninguna diapositiva aún. %s¡Puedes crear una aquí!%s"
 
811
 
812
  #: views/SlideshowPluginSlideInserter/search-popup.php:6
813
  msgid "Search"
824
  #: views/SlideshowPluginSlideshowSlide/backend_text.php:58
825
  #: views/SlideshowPluginSlideshowSlide/backend_video.php:21
826
  msgid "Click to toggle"
827
+ msgstr ""
828
 
829
  #: views/SlideshowPluginSlideshowSlide/backend_attachment.php:160
830
  #: views/SlideshowPluginSlideshowSlide/backend_templates.php:69
831
  #: views/SlideshowPluginSlideshowSlide/backend_templates.php:190
832
  #: views/SlideshowPluginSlideshowSlide/backend_text.php:131
833
  msgid "Don't let search engines follow link"
834
+ msgstr ""
835
 
836
  #: views/SlideshowPluginSlideshowSlide/backend_attachment.php:168
837
  #: views/SlideshowPluginSlideshowSlide/backend_templates.php:197
838
  msgid "Alternative text"
839
+ msgstr ""
840
 
841
  #: views/SlideshowPluginSlideshowSlide/backend_templates.php:48
842
  #: views/SlideshowPluginSlideshowSlide/backend_text.php:110
843
  msgid "Text color"
844
+ msgstr ""
845
 
846
  #: views/SlideshowPluginSlideshowSlide/backend_templates.php:53
847
  #: views/SlideshowPluginSlideshowSlide/backend_text.php:115
848
  msgid "(Leave empty for a transparent background)"
849
+ msgstr ""
850
 
851
  #: views/SlideshowPluginSlideshowSlide/backend_templates.php:110
852
  #: views/SlideshowPluginSlideshowSlide/backend_video.php:42
853
  msgid "Show related videos"
854
+ msgstr ""
855
 
856
  #: views/SlideshowPluginUpload/upload-button.php:1
857
  msgid "Upload/Manage Images"
860
  #: views/SlideshowPluginWidget/form.php:9
861
  msgid "Random Slideshow"
862
  msgstr "Diapositivas Aleatorias"
863
+
864
+ #~ msgid "Questions / Suggestions"
865
+ #~ msgstr "Preguntas / Sugerencias"
866
+
867
+ #~ msgid "light"
868
+ #~ msgstr "clair"
869
+
870
+ #~ msgid "slide"
871
+ #~ msgstr "diapo"
872
+
873
+ #~ msgid "Custom style editor (Does not work with a Strict Doctype)"
874
+ #~ msgstr "Aangepaste stijl bewerker (Werkt niet met een Strict Doctype)"
875
+
876
+ #~ msgid "Has the Slideshow plugin helped you?"
877
+ #~ msgstr "Heeft de Slideshow plugin je geholpen?"
878
+
879
+ #~ msgid "Help it back!"
880
+ #~ msgstr "Help hem terug!"
881
+
882
+ #~ msgid ""
883
+ #~ "If this plugin has filled you with happiness, please support the upkeep "
884
+ #~ "of the plugin by rating it on Wordpress, posting a suggestion for "
885
+ #~ "improvement on the support forum, or making a donation."
886
+ #~ msgstr ""
887
+ #~ "Als deze plugin je met blijdschap heeft vervuld, zou ik het enorm "
888
+ #~ "waarderen als je de plugin wilt beoordelen op Wordpress, een suggestie "
889
+ #~ "wilt maken voor verbetering, of een donatie doen wilt."
890
+
891
+ #~ msgid "Click on an image to insert it as a slide"
892
+ #~ msgstr "Klik op een plaatje om deze in te voegen als slide"
893
+
894
+ #~ msgid "Width of the slideshow"
895
+ #~ msgstr "Breedte van de slideshow"
896
+
897
+ #~ msgid "Defaults to parent's width."
898
+ #~ msgstr "Standaard ingesteld op de breedte van het bovenliggende element."
899
+
900
+ #~ msgid "Send user to image URL on click"
901
+ #~ msgstr ""
902
+ #~ "Wanner de gebruiker op de afbeelding klikt, stuur hem naar de URL van het "
903
+ #~ "plaatje"
904
+
905
+ #~ msgid "Leave any field open to use default value."
906
+ #~ msgstr "Een veld dat open wordt gelaten neemt de standaardwaarde aan."
languages/{slideshow-plugin-fa_IR.mo → slideshow-jquery-image-gallery-fa_IR.mo} RENAMED
File without changes
languages/{slideshow-plugin-fa_IR.po → slideshow-jquery-image-gallery-fa_IR.po} RENAMED
File without changes
languages/{slideshow-plugin-fi.mo → slideshow-jquery-image-gallery-fi.mo} RENAMED
File without changes
languages/{slideshow-plugin-fi.po → slideshow-jquery-image-gallery-fi.po} RENAMED
File without changes
languages/{slideshow-plugin-fr_FR.mo → slideshow-jquery-image-gallery-fr_FR.mo} RENAMED
File without changes
languages/{slideshow-plugin-fr_FR.po → slideshow-jquery-image-gallery-fr_FR.po} RENAMED
File without changes
languages/{slideshow-plugin-he_IL.mo → slideshow-jquery-image-gallery-he_IL.mo} RENAMED
File without changes
languages/{slideshow-plugin-he_IL.po → slideshow-jquery-image-gallery-he_IL.po} RENAMED
File without changes
languages/{slideshow-plugin-it_IT.mo → slideshow-jquery-image-gallery-it_IT.mo} RENAMED
File without changes
languages/{slideshow-plugin-it_IT.po → slideshow-jquery-image-gallery-it_IT.po} RENAMED
File without changes
languages/{slideshow-plugin-ja.mo → slideshow-jquery-image-gallery-ja.mo} RENAMED
File without changes
languages/{slideshow-plugin-ja.po → slideshow-jquery-image-gallery-ja.po} RENAMED
File without changes
languages/{slideshow-plugin-nb_NO.mo → slideshow-jquery-image-gallery-nb_NO.mo} RENAMED
File without changes
languages/{slideshow-plugin-nb_NO.po → slideshow-jquery-image-gallery-nb_NO.po} RENAMED
File without changes
languages/{slideshow-plugin-nl_NL.mo → slideshow-jquery-image-gallery-nl_NL.mo} RENAMED
Binary file
languages/{slideshow-plugin-nl_NL.po → slideshow-jquery-image-gallery-nl_NL.po} RENAMED
@@ -1,950 +1,950 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: Slideshow Plugin\n"
4
- "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2014-08-19 11:58+0100\n"
6
- "PO-Revision-Date: 2014-08-19 12:00+0100\n"
7
- "Last-Translator: Stefan Boonstra <stefanboonstra@hotmail.com>\n"
8
- "Language-Team: Stefan Boonstra <wordpress@stefanboonstra.com>\n"
9
- "Language: nl_NL\n"
10
- "MIME-Version: 1.0\n"
11
- "Content-Type: text/plain; charset=UTF-8\n"
12
- "Content-Transfer-Encoding: 8bit\n"
13
- "X-Poedit-KeywordsList: _e;__\n"
14
- "X-Poedit-Basepath: ../\n"
15
- "X-Generator: Poedit 1.5.7\n"
16
- "X-Poedit-SearchPath-0: .\n"
17
-
18
- #: classes/SlideshowPluginGeneralSettings.php:82
19
- #: classes/SlideshowPluginGeneralSettings.php:83
20
- #: views/SlideshowPluginGeneralSettings/general-settings.php:14
21
- msgid "General Settings"
22
- msgstr "Algemene Instellingen"
23
-
24
- #: classes/SlideshowPluginGeneralSettings.php:150
25
- msgid "New"
26
- msgstr "Nieuw"
27
-
28
- #: classes/SlideshowPluginGeneralSettings.php:151
29
- msgid "Are you sure you want to delete this custom style?"
30
- msgstr "Weet je zeker dat je deze aangepaste stijl wilt verwijderen?"
31
-
32
- #: classes/SlideshowPluginGeneralSettings.php:196
33
- #: classes/SlideshowPluginInstaller.php:803
34
- #: views/SlideshowPluginGeneralSettings/custom-styles-tab.php:6
35
- msgid "Light"
36
- msgstr "Licht"
37
-
38
- #: classes/SlideshowPluginGeneralSettings.php:197
39
- #: classes/SlideshowPluginInstaller.php:803
40
- #: views/SlideshowPluginGeneralSettings/custom-styles-tab.php:7
41
- msgid "Dark"
42
- msgstr "Donker"
43
-
44
- #: classes/SlideshowPluginGeneralSettings.php:353
45
- #: views/SlideshowPluginGeneralSettings/custom-styles-tab.php:57
46
- #: views/SlideshowPluginGeneralSettings/custom-styles-tab.php:143
47
- msgid "Untitled"
48
- msgstr "Naamloos"
49
-
50
- #: classes/SlideshowPluginInstaller.php:800
51
- #: classes/SlideshowPluginSlideshowSettingsHandler.php:472
52
- #: views/SlideshowPluginSlideshowSlide/backend_templates.php:111
53
- #: views/SlideshowPluginSlideshowSlide/backend_video.php:43
54
- msgid "Yes"
55
- msgstr "Ja"
56
-
57
- #: classes/SlideshowPluginInstaller.php:801
58
- #: classes/SlideshowPluginSlideshowSettingsHandler.php:473
59
- #: views/SlideshowPluginSlideshowSlide/backend_templates.php:112
60
- #: views/SlideshowPluginSlideshowSlide/backend_video.php:44
61
- msgid "No"
62
- msgstr "Nee"
63
-
64
- #: classes/SlideshowPluginInstaller.php:803
65
- #: classes/SlideshowPluginSlideshowSettingsHandler.php:610
66
- msgid "The style used for this slideshow"
67
- msgstr "De stijl te gebruiken voor deze slideshow"
68
-
69
- #: classes/SlideshowPluginInstaller.php:803
70
- msgid "Custom"
71
- msgstr "Aangepast"
72
-
73
- #: classes/SlideshowPluginInstaller.php:804
74
- #: views/SlideshowPluginGeneralSettings/custom-styles-tab.php:126
75
- msgid "Custom style editor"
76
- msgstr "Aangepaste stijl bewerker"
77
-
78
- #: classes/SlideshowPluginInstaller.php:805
79
- #: classes/SlideshowPluginSlideshowSettingsHandler.php:518
80
- msgid "Animation used for transition between slides"
81
- msgstr "Animatie tussen het wisselen van de slides"
82
-
83
- #: classes/SlideshowPluginInstaller.php:805
84
- msgid "Slide"
85
- msgstr "Slide"
86
-
87
- #: classes/SlideshowPluginInstaller.php:805
88
- #: classes/SlideshowPluginSlideshowSettingsHandler.php:547
89
- msgid "Fade"
90
- msgstr "Fade"
91
-
92
- #: classes/SlideshowPluginInstaller.php:805
93
- #: classes/SlideshowPluginInstaller.php:806
94
- #: classes/SlideshowPluginInstaller.php:807
95
- #: classes/SlideshowPluginInstaller.php:808
96
- #: classes/SlideshowPluginSlideshowSettingsHandler.php:547
97
- #: classes/SlideshowPluginSlideshowSettingsHandler.php:548
98
- #: classes/SlideshowPluginSlideshowSettingsHandler.php:549
99
- #: classes/SlideshowPluginSlideshowSettingsHandler.php:550
100
- msgid "Animation"
101
- msgstr "Animatie"
102
-
103
- #: classes/SlideshowPluginInstaller.php:806
104
- #: classes/SlideshowPluginSlideshowSettingsHandler.php:519
105
- msgid "Number of seconds the slide takes to slide in"
106
- msgstr ""
107
- "Aantal seconden dat de animatie van het inschuiven van de volgende slide "
108
- "duurt"
109
-
110
- #: classes/SlideshowPluginInstaller.php:807
111
- #: classes/SlideshowPluginSlideshowSettingsHandler.php:520
112
- msgid "Number of seconds the description takes to slide in"
113
- msgstr "Aantal seconden dat het inschuiven van de beschrijving duurt"
114
-
115
- #: classes/SlideshowPluginInstaller.php:808
116
- #: classes/SlideshowPluginSlideshowSettingsHandler.php:521
117
- msgid "Seconds between changing slides"
118
- msgstr "Seconden tussen het wisselen van de slides"
119
-
120
- #: classes/SlideshowPluginInstaller.php:809
121
- #: classes/SlideshowPluginSlideshowSettingsHandler.php:522
122
- msgid "Number of slides to fit into one slide"
123
- msgstr "Aantal slides om in een slide te plaatsen"
124
-
125
- #: classes/SlideshowPluginInstaller.php:809
126
- #: classes/SlideshowPluginInstaller.php:810
127
- #: classes/SlideshowPluginInstaller.php:811
128
- #: classes/SlideshowPluginInstaller.php:812
129
- #: classes/SlideshowPluginInstaller.php:813
130
- #: classes/SlideshowPluginInstaller.php:814
131
- #: classes/SlideshowPluginInstaller.php:815
132
- #: classes/SlideshowPluginSlideshowSettingsHandler.php:551
133
- #: classes/SlideshowPluginSlideshowSettingsHandler.php:552
134
- #: classes/SlideshowPluginSlideshowSettingsHandler.php:553
135
- #: classes/SlideshowPluginSlideshowSettingsHandler.php:554
136
- #: classes/SlideshowPluginSlideshowSettingsHandler.php:555
137
- #: classes/SlideshowPluginSlideshowSettingsHandler.php:556
138
- #: classes/SlideshowPluginSlideshowSettingsHandler.php:557
139
- #: classes/SlideshowPluginSlideshowSettingsHandler.php:558
140
- #: classes/SlideshowPluginSlideshowSettingsHandler.php:559
141
- msgid "Display"
142
- msgstr "Weergave"
143
-
144
- #: classes/SlideshowPluginInstaller.php:810
145
- msgid "Width of the slideshow, set to parent&#39;s width on 0"
146
- msgstr ""
147
- "Breedte van de slideshow, past zich aan op bovenliggende element wanneer 0"
148
-
149
- #: classes/SlideshowPluginInstaller.php:811
150
- msgid "Height of the slideshow"
151
- msgstr "Hoogte van de slideshow"
152
-
153
- #: classes/SlideshowPluginInstaller.php:812
154
- msgid "Height of the description boxes"
155
- msgstr "Hoogte van de beschrijvingen"
156
-
157
- #: classes/SlideshowPluginInstaller.php:813
158
- msgid "Fit image into slide (stretching it)"
159
- msgstr "Pas afbeelding in de slideshow (oprekken)"
160
-
161
- #: classes/SlideshowPluginInstaller.php:814
162
- #: classes/SlideshowPluginSlideshowSettingsHandler.php:529
163
- msgid "Show title and description"
164
- msgstr "Toon titel en beschrijving"
165
-
166
- #: classes/SlideshowPluginInstaller.php:815
167
- msgid "Hide description box, it will pop up when a mouse hovers over the slide"
168
- msgstr ""
169
- "Verberg beschrijving, toon deze alleen wanneer de muisaanwijzer boven de "
170
- "slide is"
171
-
172
- #: classes/SlideshowPluginInstaller.php:816
173
- #: classes/SlideshowPluginSlideshowSettingsHandler.php:531
174
- msgid "Automatically slide to the next slide"
175
- msgstr "Automatisch naar de volgende slide gaan"
176
-
177
- #: classes/SlideshowPluginInstaller.php:816
178
- #: classes/SlideshowPluginInstaller.php:817
179
- #: classes/SlideshowPluginInstaller.php:818
180
- #: classes/SlideshowPluginInstaller.php:819
181
- #: classes/SlideshowPluginSlideshowSettingsHandler.php:560
182
- #: classes/SlideshowPluginSlideshowSettingsHandler.php:561
183
- #: classes/SlideshowPluginSlideshowSettingsHandler.php:562
184
- #: classes/SlideshowPluginSlideshowSettingsHandler.php:563
185
- #: classes/SlideshowPluginSlideshowSettingsHandler.php:564
186
- #: classes/SlideshowPluginSlideshowSettingsHandler.php:565
187
- #: classes/SlideshowPluginSlideshowSettingsHandler.php:566
188
- #: classes/SlideshowPluginSlideshowSettingsHandler.php:567
189
- #: classes/SlideshowPluginSlideshowSettingsHandler.php:568
190
- msgid "Control"
191
- msgstr "Controle"
192
-
193
- #: classes/SlideshowPluginInstaller.php:817
194
- #: classes/SlideshowPluginSlideshowSettingsHandler.php:532
195
- msgid "Return to the beginning of the slideshow after last slide"
196
- msgstr "Keer terug naar het begin van de slideshow na de laatste slide."
197
-
198
- #: classes/SlideshowPluginInstaller.php:818
199
- msgid "Activate buttons (so the user can scroll through the slides)"
200
- msgstr "Knoppen activeren (zodat de gebruiker door de slides kan scrollen)"
201
-
202
- #: classes/SlideshowPluginInstaller.php:819
203
- msgid "Show control panel (play and pause button)"
204
- msgstr "Toon controlepaneel (speel en pause knop)"
205
-
206
- #: classes/SlideshowPluginPostType.php:45
207
- msgid "Slideshows"
208
- msgstr "Slideshows"
209
-
210
- #: classes/SlideshowPluginPostType.php:46
211
- #: views/SlideshowPluginWidget/form.php:7
212
- msgid "Slideshow"
213
- msgstr "Slideshow"
214
-
215
- #: classes/SlideshowPluginPostType.php:47
216
- msgid "Add New Slideshow"
217
- msgstr "Nieuwe Slideshow Toevoegen"
218
-
219
- #: classes/SlideshowPluginPostType.php:48
220
- msgid "Edit slideshow"
221
- msgstr "Slideshow bewerken"
222
-
223
- #: classes/SlideshowPluginPostType.php:49
224
- msgid "New slideshow"
225
- msgstr "Nieuwe slideshow"
226
-
227
- #: classes/SlideshowPluginPostType.php:50
228
- msgid "View slideshow"
229
- msgstr "Slideshow bekijken"
230
-
231
- #: classes/SlideshowPluginPostType.php:51
232
- msgid "Search slideshows"
233
- msgstr "Slideshows zoeken"
234
-
235
- #: classes/SlideshowPluginPostType.php:52
236
- #: classes/SlideshowPluginPostType.php:53
237
- msgid "No slideshows found"
238
- msgstr "Geen slideshows gevonden"
239
-
240
- #: classes/SlideshowPluginPostType.php:98
241
- msgid "Information"
242
- msgstr "Informatie"
243
-
244
- #: classes/SlideshowPluginPostType.php:107
245
- msgid "Slides List"
246
- msgstr "Slides Lijst"
247
-
248
- #: classes/SlideshowPluginPostType.php:116
249
- msgid "Slideshow Style"
250
- msgstr "Slideshow Stijl"
251
-
252
- #: classes/SlideshowPluginPostType.php:125
253
- msgid "Slideshow Settings"
254
- msgstr "Slideshow Instellingen"
255
-
256
- #: classes/SlideshowPluginPostType.php:173
257
- msgid "Slideshow created"
258
- msgstr "Slideshow aangemaakt"
259
-
260
- #: classes/SlideshowPluginPostType.php:177
261
- msgid "Slideshow updated"
262
- msgstr "Slideshow bijgewerkt"
263
-
264
- #: classes/SlideshowPluginPostType.php:224
265
- #: classes/SlideshowPluginSlideInserter.php:238
266
- #: views/SlideshowPluginPostType/slides.php:2
267
- msgid "Insert"
268
- msgstr "Invoegen"
269
-
270
- #: classes/SlideshowPluginPostType.php:232
271
- msgid "Open all"
272
- msgstr "Open alle"
273
-
274
- #: classes/SlideshowPluginPostType.php:234
275
- msgid "Close all"
276
- msgstr "Sluit alle"
277
-
278
- #: classes/SlideshowPluginPostType.php:240
279
- #: views/SlideshowPluginPostType/slides.php:10
280
- msgid "Add slides to this slideshow by using one of the buttons above."
281
- msgstr "Voeg slides toe doormiddel van de bovenstaande knoppen."
282
-
283
- #: classes/SlideshowPluginPostType.php:320
284
- msgid "Duplicate"
285
- msgstr "Dupliceer"
286
-
287
- #: classes/SlideshowPluginPostType.php:371
288
- msgid "Copy"
289
- msgstr "Kopie"
290
-
291
- #: classes/SlideshowPluginShortcode.php:148
292
- msgid "No slideshow selected."
293
- msgstr "Geen slideshow geselecteerd."
294
-
295
- #: classes/SlideshowPluginSlideInserter.php:194
296
- msgid "More results loaded"
297
- msgstr "Extra resultaten geladen"
298
-
299
- #: classes/SlideshowPluginSlideInserter.php:249
300
- msgid "Load more results"
301
- msgstr "Meer resultaten laden"
302
-
303
- #: classes/SlideshowPluginSlideInserter.php:260
304
- msgid "No images were found, click here to upload some."
305
- msgstr "Geen afbeeldingen gevonden, klik hier om afbeeldingen te uploaden."
306
-
307
- #: classes/SlideshowPluginSlideInserter.php:332
308
- msgid "Are you sure you want to delete this slide?"
309
- msgstr "Weet je zeker dat je deze slide wilt verwijderen?"
310
-
311
- #: classes/SlideshowPluginSlideInserter.php:333
312
- msgid "Insert image slide"
313
- msgstr "Afbeeldingsslide invoegen"
314
-
315
- #: classes/SlideshowPluginSlideshowSettingsHandler.php:523
316
- msgid "Maximum width. When maximum width is 0, maximum width is ignored"
317
- msgstr ""
318
- "Maximum breedte. Wanneer maximum breedte 0 is, zal deze worden genegeerd"
319
-
320
- #: classes/SlideshowPluginSlideshowSettingsHandler.php:524
321
- msgid "http://en.wikipedia.org/wiki/Aspect_ratio_(image)"
322
- msgstr "http://nl.wikipedia.org/wiki/Beeldverhouding"
323
-
324
- #: classes/SlideshowPluginSlideshowSettingsHandler.php:524
325
- msgid "More info"
326
- msgstr "Meer informatie"
327
-
328
- #: classes/SlideshowPluginSlideshowSettingsHandler.php:524
329
- #, php-format
330
- msgid ""
331
- "Proportional relationship%s between slideshow's width and height (width:"
332
- "height)"
333
- msgstr ""
334
- "Proportionele verhouding%s tussen de slideshow's breedte en hoogte (breedte:"
335
- "hoogte)"
336
-
337
- #: classes/SlideshowPluginSlideshowSettingsHandler.php:525
338
- msgid "Slideshow's height"
339
- msgstr "Slideshow's hoogte"
340
-
341
- #: classes/SlideshowPluginSlideshowSettingsHandler.php:526
342
- msgid "Image behaviour"
343
- msgstr "Gedrag van afbeeldingen"
344
-
345
- #: classes/SlideshowPluginSlideshowSettingsHandler.php:527
346
- msgid "Shrink slideshow's height when width shrinks"
347
- msgstr "Maak de slideshow's hoogte kleiner wanneer de breedte kleiner wordt"
348
-
349
- #: classes/SlideshowPluginSlideshowSettingsHandler.php:528
350
- msgid ""
351
- "Enable responsiveness (Shrink slideshow's width when page's width shrinks)"
352
- msgstr ""
353
- "Gebruik responsiviteit (Maak slideshow smaller wanneer de pagina smaller "
354
- "wordt)"
355
-
356
- #: classes/SlideshowPluginSlideshowSettingsHandler.php:530
357
- msgid "Hide description box, pop up when mouse hovers over"
358
- msgstr ""
359
- "Verbeg beschrijving, toon deze alleen wanneer de muisaanwijzer boven de "
360
- "slideshow is"
361
-
362
- #: classes/SlideshowPluginSlideshowSettingsHandler.php:533
363
- msgid "Pause slideshow when mouse hovers over"
364
- msgstr "Pauzeer slideshow wanneer de muisaanwijzer boven de slideshow is"
365
-
366
- #: classes/SlideshowPluginSlideshowSettingsHandler.php:534
367
- msgid "Activate navigation buttons"
368
- msgstr "Toon navigatie knoppen"
369
-
370
- #: classes/SlideshowPluginSlideshowSettingsHandler.php:535
371
- msgid "Hide navigation buttons, show when mouse hovers over"
372
- msgstr ""
373
- "Verberg navigatieknoppen, toon deze aleen wanneer de muisaanwijzer boven de "
374
- "slideshow is"
375
-
376
- #: classes/SlideshowPluginSlideshowSettingsHandler.php:536
377
- msgid "Activate pagination"
378
- msgstr "Toon paginering"
379
-
380
- #: classes/SlideshowPluginSlideshowSettingsHandler.php:537
381
- msgid "Hide pagination, show when mouse hovers over"
382
- msgstr ""
383
- "Verberg paginering, toon deze alleen wanneer de muisaanwijzer boven de "
384
- "slideshow is"
385
-
386
- #: classes/SlideshowPluginSlideshowSettingsHandler.php:538
387
- msgid "Activate control panel (play and pause button)"
388
- msgstr "Toon controlepaneel (speel en pause knop)"
389
-
390
- #: classes/SlideshowPluginSlideshowSettingsHandler.php:539
391
- msgid "Hide control panel, show when mouse hovers over"
392
- msgstr ""
393
- "Verberg controlepaneel, toon deze alleen wanneer de muisaanwijzer boven de "
394
- "slideshow is"
395
-
396
- #: classes/SlideshowPluginSlideshowSettingsHandler.php:540
397
- msgid "Wait until the next slide has loaded before showing it"
398
- msgstr "Wacht tot de volgende slide is geladen, voor het tonen ervan"
399
-
400
- #: classes/SlideshowPluginSlideshowSettingsHandler.php:541
401
- msgid "Show a loading icon until the first slide appears"
402
- msgstr ""
403
- "Toon een icoon dat aanduidt dat de slideshow bezig is met laden, voordat de "
404
- "eerste slide wordt getoond"
405
-
406
- #: classes/SlideshowPluginSlideshowSettingsHandler.php:542
407
- msgid "Randomize slides"
408
- msgstr "Toon slides in willekeurige volgorde"
409
-
410
- #: classes/SlideshowPluginSlideshowSettingsHandler.php:543
411
- #, php-format
412
- msgid "Avoid content filter (disable if '%s' is shown)"
413
- msgstr "Content filter omzeilen (uitschakelen als '%s' wordt getoond)"
414
-
415
- #: classes/SlideshowPluginSlideshowSettingsHandler.php:547
416
- msgid "Slide Left"
417
- msgstr "Schuif Links"
418
-
419
- #: classes/SlideshowPluginSlideshowSettingsHandler.php:547
420
- msgid "Slide Right"
421
- msgstr "Schuif Rechts"
422
-
423
- #: classes/SlideshowPluginSlideshowSettingsHandler.php:547
424
- msgid "Slide Up"
425
- msgstr "Schuif Omhoog"
426
-
427
- #: classes/SlideshowPluginSlideshowSettingsHandler.php:547
428
- msgid "Slide Down"
429
- msgstr "Schuif Omlaag"
430
-
431
- #: classes/SlideshowPluginSlideshowSettingsHandler.php:547
432
- msgid "Cross Fade"
433
- msgstr "Rechtstreekse Fade"
434
-
435
- #: classes/SlideshowPluginSlideshowSettingsHandler.php:547
436
- msgid "Direct Fade"
437
- msgstr "Transparante Fade"
438
-
439
- #: classes/SlideshowPluginSlideshowSettingsHandler.php:547
440
- msgid "Random Animation"
441
- msgstr "Willekeurige Animatie"
442
-
443
- #: classes/SlideshowPluginSlideshowSettingsHandler.php:555
444
- msgid "Natural and centered"
445
- msgstr "Natuurlijk en gecentreerd"
446
-
447
- #: classes/SlideshowPluginSlideshowSettingsHandler.php:555
448
- msgid "Crop to fit"
449
- msgstr "Passend maken door bijknippen"
450
-
451
- #: classes/SlideshowPluginSlideshowSettingsHandler.php:555
452
- msgid "Stretch to fit"
453
- msgstr "Passend maken door oprekken"
454
-
455
- #: classes/SlideshowPluginSlideshowSettingsHandler.php:569
456
- #: classes/SlideshowPluginSlideshowSettingsHandler.php:570
457
- #: classes/SlideshowPluginSlideshowSettingsHandler.php:571
458
- #: classes/SlideshowPluginSlideshowSettingsHandler.php:572
459
- msgid "Miscellaneous"
460
- msgstr "Overige"
461
-
462
- #: classes/SlideshowPluginWidget.php:23
463
- msgid "Enables you to show your slideshows in the widget area of your website."
464
- msgstr ""
465
- "Maakt het mogelijk je slideshows te bijken in het widget gebied van je "
466
- "website."
467
-
468
- #: classes/SlideshowPluginWidget.php:29
469
- msgid "Slideshow Widget"
470
- msgstr "Slideshow Widget"
471
-
472
- #: views/SlideshowPlugin/slideshow.php:23
473
- msgid "Play"
474
- msgstr "Afspelen"
475
-
476
- #: views/SlideshowPlugin/slideshow.php:23
477
- msgid "Pause"
478
- msgstr "Pauzeren"
479
-
480
- #: views/SlideshowPlugin/slideshow.php:25
481
- msgid "Previous"
482
- msgstr "Vorige"
483
-
484
- #: views/SlideshowPlugin/slideshow.php:26
485
- msgid "Next"
486
- msgstr "Volgende"
487
-
488
- #: views/SlideshowPlugin/slideshow.php:28
489
- msgid "Go to slide"
490
- msgstr "Ga naar slide"
491
-
492
- #: views/SlideshowPluginGeneralSettings/custom-styles-tab.php:46
493
- msgid "Default stylesheets"
494
- msgstr "Standaard stijlen"
495
-
496
- #: views/SlideshowPluginGeneralSettings/custom-styles-tab.php:60
497
- msgid "Create a new custom style from this style"
498
- msgstr "Maak een nieuwe aangepaste stijl uit deze stijl"
499
-
500
- #: views/SlideshowPluginGeneralSettings/custom-styles-tab.php:62
501
- msgid "Customize"
502
- msgstr "Aanpassen"
503
-
504
- #: views/SlideshowPluginGeneralSettings/custom-styles-tab.php:76
505
- msgid "Custom stylesheets"
506
- msgstr "Aangepaste stijl"
507
-
508
- #: views/SlideshowPluginGeneralSettings/custom-styles-tab.php:89
509
- #: views/SlideshowPluginGeneralSettings/custom-styles-tab.php:172
510
- msgid "Edit this style"
511
- msgstr "Bewerk deze stijl"
512
-
513
- #: views/SlideshowPluginGeneralSettings/custom-styles-tab.php:91
514
- #: views/SlideshowPluginGeneralSettings/custom-styles-tab.php:174
515
- #: views/SlideshowPluginPostType/slides.php:138
516
- #: views/SlideshowPluginSlideshowSlide/backend_attachment.php:112
517
- msgid "Edit"
518
- msgstr "Bewerken"
519
-
520
- #: views/SlideshowPluginGeneralSettings/custom-styles-tab.php:98
521
- #: views/SlideshowPluginGeneralSettings/custom-styles-tab.php:181
522
- msgid "Delete this style"
523
- msgstr "Verwijder stijl"
524
-
525
- #: views/SlideshowPluginGeneralSettings/custom-styles-tab.php:100
526
- #: views/SlideshowPluginGeneralSettings/custom-styles-tab.php:183
527
- msgid "Delete"
528
- msgstr "Verwijderen"
529
-
530
- #: views/SlideshowPluginGeneralSettings/custom-styles-tab.php:110
531
- msgid "Click 'Customize' to create a new custom stylesheet."
532
- msgstr "Klik op 'Aanpassen' om een nieuwe aangepaste stijl te maken."
533
-
534
- #: views/SlideshowPluginGeneralSettings/custom-styles-tab.php:130
535
- msgid "Select a stylesheet to start customizing it."
536
- msgstr "Kies een stijl om deze aan te passen."
537
-
538
- #: views/SlideshowPluginGeneralSettings/custom-styles-tab.php:139
539
- #: views/SlideshowPluginGeneralSettings/custom-styles-tab.php:192
540
- #: views/SlideshowPluginPostType/slides.php:59
541
- #: views/SlideshowPluginPostType/slides.php:144
542
- #: views/SlideshowPluginPostType/slides.php:196
543
- #: views/SlideshowPluginPostType/slides.php:264
544
- #: views/SlideshowPluginSlideshowSlide/backend_attachment.php:120
545
- #: views/SlideshowPluginSlideshowSlide/backend_templates.php:18
546
- #: views/SlideshowPluginSlideshowSlide/backend_templates.php:150
547
- #: views/SlideshowPluginSlideshowSlide/backend_text.php:80
548
- #: views/SlideshowPluginWidget/form.php:2
549
- msgid "Title"
550
- msgstr "Titel"
551
-
552
- #: views/SlideshowPluginGeneralSettings/custom-styles-tab.php:148
553
- #: views/SlideshowPluginGeneralSettings/custom-styles-tab.php:200
554
- msgid "Style"
555
- msgstr "Stijl"
556
-
557
- #: views/SlideshowPluginGeneralSettings/default-slideshow-settings-tab.php:11
558
- msgid "Note"
559
- msgstr "Opgelet"
560
-
561
- #: views/SlideshowPluginGeneralSettings/default-slideshow-settings-tab.php:18
562
- #, php-format
563
- msgid ""
564
- "The settings set on this page apply only to newly created slideshows and "
565
- "therefore do not alter any existing ones. To adapt a slideshow's settings, "
566
- "%sclick here.%s"
567
- msgstr ""
568
- "De instellingen op deze pagina zijn alleen van toepassing op slideshows die "
569
- "nieuw worden aangemaakt en niet op de slideshows die reeds bestaan. Om een "
570
- "slideshow's instellingen te wijzigen, %sklik hier.%s"
571
-
572
- #: views/SlideshowPluginGeneralSettings/default-slideshow-settings-tab.php:29
573
- #: views/SlideshowPluginGeneralSettings/general-settings.php:15
574
- msgid "Default Slideshow Settings"
575
- msgstr "Standaard Slideshow Instellingen"
576
-
577
- #: views/SlideshowPluginGeneralSettings/default-slideshow-settings-tab.php:41
578
- #: views/SlideshowPluginPostType/settings.php:12
579
- msgid "settings"
580
- msgstr "instellingen"
581
-
582
- #: views/SlideshowPluginGeneralSettings/default-slideshow-settings-tab.php:77
583
- msgid "Default Slideshow Stylesheet"
584
- msgstr "Standaard Slideshow Stijl"
585
-
586
- #: views/SlideshowPluginGeneralSettings/general-settings-tab.php:11
587
- msgid "Add slideshows"
588
- msgstr "Slideshows toevoegen"
589
-
590
- #: views/SlideshowPluginGeneralSettings/general-settings-tab.php:12
591
- msgid "Edit slideshows"
592
- msgstr "Slideshows bewerken"
593
-
594
- #: views/SlideshowPluginGeneralSettings/general-settings-tab.php:13
595
- msgid "Delete slideshows"
596
- msgstr "Slideshows verwijderen"
597
-
598
- #: views/SlideshowPluginGeneralSettings/general-settings-tab.php:20
599
- msgid "User Capabilities"
600
- msgstr "Gebruikersrechten"
601
-
602
- #: views/SlideshowPluginGeneralSettings/general-settings-tab.php:22
603
- msgid "Select the user roles that will able to perform certain actions."
604
- msgstr "Kies de gebruikersrol waaraan je bepaalde rechten wilt verlenen."
605
-
606
- #: views/SlideshowPluginGeneralSettings/general-settings-tab.php:38
607
- msgid "Untitled role"
608
- msgstr "Naamloze gebruikersfunctie"
609
-
610
- #: views/SlideshowPluginGeneralSettings/general-settings-tab.php:65
611
- msgid "Settings"
612
- msgstr "instellingen"
613
-
614
- #: views/SlideshowPluginGeneralSettings/general-settings-tab.php:69
615
- msgid "Stylesheet location"
616
- msgstr "Stylesheet locatie"
617
-
618
- #: views/SlideshowPluginGeneralSettings/general-settings-tab.php:72
619
- msgid "top"
620
- msgstr "boven"
621
-
622
- #: views/SlideshowPluginGeneralSettings/general-settings-tab.php:73
623
- msgid "bottom"
624
- msgstr "onder"
625
-
626
- #: views/SlideshowPluginGeneralSettings/general-settings.php:16
627
- msgid "Custom Styles"
628
- msgstr "Aangepaste Stijlen"
629
-
630
- #: views/SlideshowPluginPostType/information.php:1
631
- msgid ""
632
- "To use this slideshow in your website either add this piece of shortcode to "
633
- "your posts or pages"
634
- msgstr ""
635
- "Om deze slideshow op je website te gebruiken voeg je of dit stukje shortcode "
636
- "aan je pagina of post toe"
637
-
638
- #: views/SlideshowPluginPostType/information.php:5
639
- msgid ""
640
- "Or add this piece of code to where ever in your website you want to place "
641
- "the slideshow"
642
- msgstr ""
643
- "Of je voegt dit stuk code toe aan je broncode op de plaats waar je wilt dat "
644
- "de slideshow te zien is"
645
-
646
- #: views/SlideshowPluginPostType/information.php:9
647
- #, php-format
648
- msgid "Or go to the %swidgets page%s and show the slideshow as a widget."
649
- msgstr ""
650
- "Ook kan je naar de %swidget pagina%s toegaan, om de slideshow te tonen als "
651
- "widget."
652
-
653
- #: views/SlideshowPluginPostType/settings.php:26
654
- #: views/SlideshowPluginPostType/style-settings.php:11
655
- msgid "Default"
656
- msgstr "Standaard"
657
-
658
- #: views/SlideshowPluginPostType/slides.php:54
659
- #: views/SlideshowPluginPostType/slides.php:191
660
- #: views/SlideshowPluginSlideInserter/insert-text-button.php:2
661
- #: views/SlideshowPluginSlideshowSlide/backend_templates.php:9
662
- #: views/SlideshowPluginSlideshowSlide/backend_text.php:69
663
- msgid "Text slide"
664
- msgstr "Tekst slide"
665
-
666
- #: views/SlideshowPluginPostType/slides.php:61
667
- #: views/SlideshowPluginPostType/slides.php:150
668
- #: views/SlideshowPluginPostType/slides.php:198
669
- #: views/SlideshowPluginPostType/slides.php:270
670
- #: views/SlideshowPluginSlideshowSlide/backend_attachment.php:135
671
- #: views/SlideshowPluginSlideshowSlide/backend_templates.php:33
672
- #: views/SlideshowPluginSlideshowSlide/backend_templates.php:165
673
- #: views/SlideshowPluginSlideshowSlide/backend_text.php:95
674
- msgid "Description"
675
- msgstr "Beschrijving"
676
-
677
- #: views/SlideshowPluginPostType/slides.php:63
678
- #: views/SlideshowPluginPostType/slides.php:200
679
- #: views/SlideshowPluginSlideshowSlide/backend_templates.php:51
680
- #: views/SlideshowPluginSlideshowSlide/backend_text.php:113
681
- msgid "Background color"
682
- msgstr "Achtergrond kleur"
683
-
684
- #: views/SlideshowPluginPostType/slides.php:68
685
- #: views/SlideshowPluginPostType/slides.php:155
686
- #: views/SlideshowPluginPostType/slides.php:205
687
- #: views/SlideshowPluginPostType/slides.php:275
688
- #: views/SlideshowPluginSlideshowSlide/backend_attachment.php:150
689
- #: views/SlideshowPluginSlideshowSlide/backend_templates.php:59
690
- #: views/SlideshowPluginSlideshowSlide/backend_templates.php:180
691
- #: views/SlideshowPluginSlideshowSlide/backend_text.php:121
692
- msgid "URL"
693
- msgstr "URL"
694
-
695
- #: views/SlideshowPluginPostType/slides.php:70
696
- #: views/SlideshowPluginPostType/slides.php:157
697
- #: views/SlideshowPluginPostType/slides.php:207
698
- #: views/SlideshowPluginPostType/slides.php:277
699
- #: views/SlideshowPluginSlideshowSlide/backend_attachment.php:153
700
- #: views/SlideshowPluginSlideshowSlide/backend_templates.php:62
701
- #: views/SlideshowPluginSlideshowSlide/backend_templates.php:183
702
- #: views/SlideshowPluginSlideshowSlide/backend_text.php:124
703
- msgid "Open URL in"
704
- msgstr "Open URL in"
705
-
706
- #: views/SlideshowPluginPostType/slides.php:72
707
- #: views/SlideshowPluginPostType/slides.php:159
708
- #: views/SlideshowPluginPostType/slides.php:209
709
- #: views/SlideshowPluginPostType/slides.php:279
710
- #: views/SlideshowPluginSlideshowSlide/backend_attachment.php:155
711
- #: views/SlideshowPluginSlideshowSlide/backend_templates.php:64
712
- #: views/SlideshowPluginSlideshowSlide/backend_templates.php:185
713
- #: views/SlideshowPluginSlideshowSlide/backend_text.php:126
714
- msgid "Same window"
715
- msgstr "Zelfde scherm"
716
-
717
- #: views/SlideshowPluginPostType/slides.php:73
718
- #: views/SlideshowPluginPostType/slides.php:160
719
- #: views/SlideshowPluginPostType/slides.php:210
720
- #: views/SlideshowPluginPostType/slides.php:280
721
- #: views/SlideshowPluginSlideshowSlide/backend_attachment.php:156
722
- #: views/SlideshowPluginSlideshowSlide/backend_templates.php:65
723
- #: views/SlideshowPluginSlideshowSlide/backend_templates.php:186
724
- #: views/SlideshowPluginSlideshowSlide/backend_text.php:127
725
- msgid "New window"
726
- msgstr "Nieuw scherm"
727
-
728
- #: views/SlideshowPluginPostType/slides.php:90
729
- #: views/SlideshowPluginPostType/slides.php:230
730
- #: views/SlideshowPluginSlideInserter/insert-video-button.php:2
731
- #: views/SlideshowPluginSlideshowSlide/backend_templates.php:94
732
- #: views/SlideshowPluginSlideshowSlide/backend_video.php:26
733
- msgid "Video slide"
734
- msgstr "Video slide"
735
-
736
- #: views/SlideshowPluginPostType/slides.php:95
737
- #: views/SlideshowPluginPostType/slides.php:235
738
- #: views/SlideshowPluginSlideshowSlide/backend_templates.php:103
739
- #: views/SlideshowPluginSlideshowSlide/backend_video.php:35
740
- msgid "Youtube Video ID"
741
- msgstr "Youtube Video ID"
742
-
743
- #: views/SlideshowPluginPostType/slides.php:133
744
- #: views/SlideshowPluginPostType/slides.php:255
745
- #: views/SlideshowPluginSlideInserter/insert-image-button.php:2
746
- #: views/SlideshowPluginSlideInserter/insert-image-button.php:4
747
- #: views/SlideshowPluginSlideshowSlide/backend_attachment.php:101
748
- #: views/SlideshowPluginSlideshowSlide/backend_templates.php:135
749
- msgid "Image slide"
750
- msgstr "Afbeeldingsslide"
751
-
752
- #: views/SlideshowPluginPostType/slides.php:171
753
- msgid ""
754
- "An error occurred while loading this slide, and it will not be present in "
755
- "the slideshow"
756
- msgstr ""
757
- "Een fout is ontstaan tijdens het laden van deze slide, de slide zal niet te "
758
- "bekijken zijn in je slideshow"
759
-
760
- #: views/SlideshowPluginPostType/slides.php:177
761
- #: views/SlideshowPluginPostType/slides.php:218
762
- #: views/SlideshowPluginPostType/slides.php:243
763
- #: views/SlideshowPluginPostType/slides.php:289
764
- #: views/SlideshowPluginSlideshowSlide/backend_attachment.php:174
765
- #: views/SlideshowPluginSlideshowSlide/backend_templates.php:76
766
- #: views/SlideshowPluginSlideshowSlide/backend_templates.php:117
767
- #: views/SlideshowPluginSlideshowSlide/backend_templates.php:203
768
- #: views/SlideshowPluginSlideshowSlide/backend_text.php:138
769
- #: views/SlideshowPluginSlideshowSlide/backend_video.php:49
770
- msgid "Delete slide"
771
- msgstr "Verwijder slide"
772
-
773
- #: views/SlideshowPluginPostType/style-settings.php:22
774
- #, php-format
775
- msgid "Custom styles can be created and customized %shere%s."
776
- msgstr "Aangepaste stijlen kunnen %shier%s worden aangemaakt en aangepast."
777
-
778
- #: views/SlideshowPluginPostType/support-plugin.php:3
779
- msgid "Help to keep this plugin free!"
780
- msgstr "Help mee om deze plugin gratis te houden!"
781
-
782
- #: views/SlideshowPluginPostType/support-plugin.php:6
783
- msgid ""
784
- "In order to keep you provided with the newest features, updates and bug "
785
- "fixes, a lot of motivation is required. Therefore I'm kindly asking you to "
786
- "consider making a small donation to the plugin or rating it as 5-stars on "
787
- "Wordpress.org. Thank you in advance!"
788
- msgstr ""
789
- "Om je te kunnen voorzien van de nieuwste functionaliteiten, updates en "
790
- "foutoplossingen, is een hoop motivatie nodig. Ik zou je daarom willen vragen "
791
- "een kleine donatie aan deze plugin te willen overwegen, of de plugin een "
792
- "goede beoordeling te geven op WordPress.org. Alvast bedankt!"
793
-
794
- #: views/SlideshowPluginPostType/support-plugin.php:15
795
- msgid "Rate on Wordpress.org"
796
- msgstr "Geef een waardering op Wordpress.org"
797
-
798
- #: views/SlideshowPluginPostType/support-plugin.php:24
799
- msgid "Frequently Asked Questions (FAQ)"
800
- msgstr "Veelgestelde Vragen (FAQ)"
801
-
802
- #: views/SlideshowPluginShortcode/shortcode-inserter.php:4
803
- #: views/SlideshowPluginShortcode/shortcode-inserter.php:9
804
- #: views/SlideshowPluginShortcode/shortcode-inserter.php:18
805
- msgid "Insert a Slideshow"
806
- msgstr "Slideshow invoegen"
807
-
808
- #: views/SlideshowPluginShortcode/shortcode-inserter.php:12
809
- #: views/SlideshowPluginShortcode/shortcode-inserter.php:51
810
- msgid "Insert Slideshow"
811
- msgstr "Slideshow invoegen"
812
-
813
- #: views/SlideshowPluginShortcode/shortcode-inserter.php:27
814
- msgid "Select a slideshow"
815
- msgstr "Selecteer een slideshow"
816
-
817
- #: views/SlideshowPluginShortcode/shortcode-inserter.php:36
818
- #: views/SlideshowPluginWidget/form.php:12
819
- msgid "Untitled slideshow"
820
- msgstr "Naamloze slideshow"
821
-
822
- #: views/SlideshowPluginShortcode/shortcode-inserter.php:56
823
- msgid "Cancel"
824
- msgstr "Annuleren"
825
-
826
- #: views/SlideshowPluginShortcode/shortcode-inserter.php:67
827
- #, php-format
828
- msgid ""
829
- "It seems you haven't created any slideshows yet. %sYou can create a "
830
- "slideshow here!%s"
831
- msgstr ""
832
- "Het ziet er naar uit dat je nog geen slideshows hebt gemaakt. %sHier kan je "
833
- "een slideshow maken!%s"
834
-
835
- #: views/SlideshowPluginSlideInserter/search-popup.php:6
836
- msgid "Search"
837
- msgstr "Zoek"
838
-
839
- #: views/SlideshowPluginSlideInserter/search-popup.php:7
840
- msgid "Search images by title or ID"
841
- msgstr "Zoek afbeeldingen op titel of ID"
842
-
843
- #: views/SlideshowPluginSlideshowSlide/backend_attachment.php:90
844
- #: views/SlideshowPluginSlideshowSlide/backend_templates.php:4
845
- #: views/SlideshowPluginSlideshowSlide/backend_templates.php:89
846
- #: views/SlideshowPluginSlideshowSlide/backend_templates.php:130
847
- #: views/SlideshowPluginSlideshowSlide/backend_text.php:58
848
- #: views/SlideshowPluginSlideshowSlide/backend_video.php:21
849
- msgid "Click to toggle"
850
- msgstr "Klik om te wisselen"
851
-
852
- #: views/SlideshowPluginSlideshowSlide/backend_attachment.php:160
853
- #: views/SlideshowPluginSlideshowSlide/backend_templates.php:69
854
- #: views/SlideshowPluginSlideshowSlide/backend_templates.php:190
855
- #: views/SlideshowPluginSlideshowSlide/backend_text.php:131
856
- msgid "Don't let search engines follow link"
857
- msgstr "Laat zoekmachines deze link niet volgen"
858
-
859
- #: views/SlideshowPluginSlideshowSlide/backend_attachment.php:168
860
- #: views/SlideshowPluginSlideshowSlide/backend_templates.php:197
861
- msgid "Alternative text"
862
- msgstr "Alterntieve tekst"
863
-
864
- #: views/SlideshowPluginSlideshowSlide/backend_templates.php:48
865
- #: views/SlideshowPluginSlideshowSlide/backend_text.php:110
866
- msgid "Text color"
867
- msgstr "Tekst kleur"
868
-
869
- #: views/SlideshowPluginSlideshowSlide/backend_templates.php:53
870
- #: views/SlideshowPluginSlideshowSlide/backend_text.php:115
871
- msgid "(Leave empty for a transparent background)"
872
- msgstr "(Laat leeg voor een transparante achtergrond)"
873
-
874
- #: views/SlideshowPluginSlideshowSlide/backend_templates.php:110
875
- #: views/SlideshowPluginSlideshowSlide/backend_video.php:42
876
- msgid "Show related videos"
877
- msgstr "Toon gerelateerde videos"
878
-
879
- #: views/SlideshowPluginUpload/upload-button.php:1
880
- msgid "Upload/Manage Images"
881
- msgstr "Upload/Beheer Afbeeldingen"
882
-
883
- #: views/SlideshowPluginWidget/form.php:9
884
- msgid "Random Slideshow"
885
- msgstr "Willekeurige Slideshow"
886
-
887
- #~ msgid "Fit image into slide (Stretch image)"
888
- #~ msgstr "Pas afbeelding in de slideshow (Afbeedling uitrekken)"
889
-
890
- #~ msgid "Head (top)"
891
- #~ msgstr "Head (boven)"
892
-
893
- #~ msgid "Footer (bottom)"
894
- #~ msgstr "Footer (onder)"
895
-
896
- #~ msgid "Questions / Suggestions"
897
- #~ msgstr "Vragen / Opmerkingen"
898
-
899
- #~ msgid ""
900
- #~ "Shrink slideshow's height when width shrinks (Fixed height can be defined "
901
- #~ "when setting this value to 'No')"
902
- #~ msgstr ""
903
- #~ "Krimp de slideshow's hoogte wanneer de breedte kleiner wordt "
904
- #~ "(Vastgestelde hoogte kan worden ingesteld als deze instelling op 'Nee' "
905
- #~ "staat)"
906
-
907
- #, fuzzy
908
- #~ msgid "Editor"
909
- #~ msgstr "Bewerken"
910
-
911
- #~ msgid "light"
912
- #~ msgstr "licht"
913
-
914
- #~ msgid "slide"
915
- #~ msgstr "slide"
916
-
917
- #~ msgid "Custom style editor (Does not work with a Strict Doctype)"
918
- #~ msgstr "Aangepaste stijl bewerker (Werkt niet met een Strict Doctype)"
919
-
920
- #~ msgid "Has the Slideshow plugin helped you?"
921
- #~ msgstr "Heeft de Slideshow plugin je geholpen?"
922
-
923
- #~ msgid "Help it back!"
924
- #~ msgstr "Help hem terug!"
925
-
926
- #~ msgid ""
927
- #~ "If this plugin has filled you with happiness, please support the upkeep "
928
- #~ "of the plugin by rating it on Wordpress, posting a suggestion for "
929
- #~ "improvement on the support forum, or making a donation."
930
- #~ msgstr ""
931
- #~ "Als deze plugin je met blijdschap heeft vervuld, zou ik het enorm "
932
- #~ "waarderen als je de plugin wilt beoordelen op Wordpress, een suggestie "
933
- #~ "wilt maken voor verbetering, of een donatie doen wilt."
934
-
935
- #~ msgid "Click on an image to insert it as a slide"
936
- #~ msgstr "Klik op een plaatje om deze in te voegen als slide"
937
-
938
- #~ msgid "Width of the slideshow"
939
- #~ msgstr "Breedte van de slideshow"
940
-
941
- #~ msgid "Defaults to parent's width."
942
- #~ msgstr "Standaard ingesteld op de breedte van het bovenliggende element."
943
-
944
- #~ msgid "Send user to image URL on click"
945
- #~ msgstr ""
946
- #~ "Wanner de gebruiker op de afbeelding klikt, stuur hem naar de URL van het "
947
- #~ "plaatje"
948
-
949
- #~ msgid "Leave any field open to use default value."
950
- #~ msgstr "Een veld dat open wordt gelaten neemt de standaardwaarde aan."
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: slideshow-jquery-image-gallery\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-09-17 15:12+0200\n"
6
+ "PO-Revision-Date: 2015-09-17 15:12+0200\n"
7
+ "Last-Translator: Stefan Boonstra <stefanboonstra@hotmail.com>\n"
8
+ "Language-Team: Stefan Boonstra <wordpress@stefanboonstra.com>\n"
9
+ "Language: nl_NL\n"
10
+ "MIME-Version: 1.0\n"
11
+ "Content-Type: text/plain; charset=UTF-8\n"
12
+ "Content-Transfer-Encoding: 8bit\n"
13
+ "X-Poedit-KeywordsList: _e;__\n"
14
+ "X-Poedit-Basepath: ..\n"
15
+ "X-Generator: Poedit 1.8.4\n"
16
+ "X-Poedit-SearchPath-0: .\n"
17
+
18
+ #: classes/SlideshowPluginGeneralSettings.php:82
19
+ #: classes/SlideshowPluginGeneralSettings.php:83
20
+ #: views/SlideshowPluginGeneralSettings/general-settings.php:14
21
+ msgid "General Settings"
22
+ msgstr "Algemene Instellingen"
23
+
24
+ #: classes/SlideshowPluginGeneralSettings.php:150
25
+ msgid "New"
26
+ msgstr "Nieuw"
27
+
28
+ #: classes/SlideshowPluginGeneralSettings.php:151
29
+ msgid "Are you sure you want to delete this custom style?"
30
+ msgstr "Weet je zeker dat je deze aangepaste stijl wilt verwijderen?"
31
+
32
+ #: classes/SlideshowPluginGeneralSettings.php:196
33
+ #: classes/SlideshowPluginInstaller.php:803
34
+ #: views/SlideshowPluginGeneralSettings/custom-styles-tab.php:6
35
+ msgid "Light"
36
+ msgstr "Licht"
37
+
38
+ #: classes/SlideshowPluginGeneralSettings.php:197
39
+ #: classes/SlideshowPluginInstaller.php:803
40
+ #: views/SlideshowPluginGeneralSettings/custom-styles-tab.php:7
41
+ msgid "Dark"
42
+ msgstr "Donker"
43
+
44
+ #: classes/SlideshowPluginGeneralSettings.php:353
45
+ #: views/SlideshowPluginGeneralSettings/custom-styles-tab.php:57
46
+ #: views/SlideshowPluginGeneralSettings/custom-styles-tab.php:143
47
+ msgid "Untitled"
48
+ msgstr "Naamloos"
49
+
50
+ #: classes/SlideshowPluginInstaller.php:800
51
+ #: classes/SlideshowPluginSlideshowSettingsHandler.php:472
52
+ #: views/SlideshowPluginSlideshowSlide/backend_templates.php:111
53
+ #: views/SlideshowPluginSlideshowSlide/backend_video.php:45
54
+ msgid "Yes"
55
+ msgstr "Ja"
56
+
57
+ #: classes/SlideshowPluginInstaller.php:801
58
+ #: classes/SlideshowPluginSlideshowSettingsHandler.php:473
59
+ #: views/SlideshowPluginSlideshowSlide/backend_templates.php:112
60
+ #: views/SlideshowPluginSlideshowSlide/backend_video.php:46
61
+ msgid "No"
62
+ msgstr "Nee"
63
+
64
+ #: classes/SlideshowPluginInstaller.php:803
65
+ #: classes/SlideshowPluginSlideshowSettingsHandler.php:610
66
+ msgid "The style used for this slideshow"
67
+ msgstr "De stijl te gebruiken voor deze slideshow"
68
+
69
+ #: classes/SlideshowPluginInstaller.php:803
70
+ msgid "Custom"
71
+ msgstr "Aangepast"
72
+
73
+ #: classes/SlideshowPluginInstaller.php:804
74
+ #: views/SlideshowPluginGeneralSettings/custom-styles-tab.php:126
75
+ msgid "Custom style editor"
76
+ msgstr "Aangepaste stijl bewerker"
77
+
78
+ #: classes/SlideshowPluginInstaller.php:805
79
+ #: classes/SlideshowPluginSlideshowSettingsHandler.php:518
80
+ msgid "Animation used for transition between slides"
81
+ msgstr "Animatie tussen het wisselen van de slides"
82
+
83
+ #: classes/SlideshowPluginInstaller.php:805
84
+ msgid "Slide"
85
+ msgstr "Slide"
86
+
87
+ #: classes/SlideshowPluginInstaller.php:805
88
+ #: classes/SlideshowPluginSlideshowSettingsHandler.php:547
89
+ msgid "Fade"
90
+ msgstr "Fade"
91
+
92
+ #: classes/SlideshowPluginInstaller.php:805
93
+ #: classes/SlideshowPluginInstaller.php:806
94
+ #: classes/SlideshowPluginInstaller.php:807
95
+ #: classes/SlideshowPluginInstaller.php:808
96
+ #: classes/SlideshowPluginSlideshowSettingsHandler.php:547
97
+ #: classes/SlideshowPluginSlideshowSettingsHandler.php:548
98
+ #: classes/SlideshowPluginSlideshowSettingsHandler.php:549
99
+ #: classes/SlideshowPluginSlideshowSettingsHandler.php:550
100
+ msgid "Animation"
101
+ msgstr "Animatie"
102
+
103
+ #: classes/SlideshowPluginInstaller.php:806
104
+ #: classes/SlideshowPluginSlideshowSettingsHandler.php:519
105
+ msgid "Number of seconds the slide takes to slide in"
106
+ msgstr ""
107
+ "Aantal seconden dat de animatie van het inschuiven van de volgende slide "
108
+ "duurt"
109
+
110
+ #: classes/SlideshowPluginInstaller.php:807
111
+ #: classes/SlideshowPluginSlideshowSettingsHandler.php:520
112
+ msgid "Number of seconds the description takes to slide in"
113
+ msgstr "Aantal seconden dat het inschuiven van de beschrijving duurt"
114
+
115
+ #: classes/SlideshowPluginInstaller.php:808
116
+ #: classes/SlideshowPluginSlideshowSettingsHandler.php:521
117
+ msgid "Seconds between changing slides"
118
+ msgstr "Seconden tussen het wisselen van de slides"
119
+
120
+ #: classes/SlideshowPluginInstaller.php:809
121
+ #: classes/SlideshowPluginSlideshowSettingsHandler.php:522
122
+ msgid "Number of slides to fit into one slide"
123
+ msgstr "Aantal slides om in een slide te plaatsen"
124
+
125
+ #: classes/SlideshowPluginInstaller.php:809
126
+ #: classes/SlideshowPluginInstaller.php:810
127
+ #: classes/SlideshowPluginInstaller.php:811
128
+ #: classes/SlideshowPluginInstaller.php:812
129
+ #: classes/SlideshowPluginInstaller.php:813
130
+ #: classes/SlideshowPluginInstaller.php:814
131
+ #: classes/SlideshowPluginInstaller.php:815
132
+ #: classes/SlideshowPluginSlideshowSettingsHandler.php:551
133
+ #: classes/SlideshowPluginSlideshowSettingsHandler.php:552
134
+ #: classes/SlideshowPluginSlideshowSettingsHandler.php:553
135
+ #: classes/SlideshowPluginSlideshowSettingsHandler.php:554
136
+ #: classes/SlideshowPluginSlideshowSettingsHandler.php:555
137
+ #: classes/SlideshowPluginSlideshowSettingsHandler.php:556
138
+ #: classes/SlideshowPluginSlideshowSettingsHandler.php:557
139
+ #: classes/SlideshowPluginSlideshowSettingsHandler.php:558
140
+ #: classes/SlideshowPluginSlideshowSettingsHandler.php:559
141
+ msgid "Display"
142
+ msgstr "Weergave"
143
+
144
+ #: classes/SlideshowPluginInstaller.php:810
145
+ msgid "Width of the slideshow, set to parent&#39;s width on 0"
146
+ msgstr ""
147
+ "Breedte van de slideshow, past zich aan op bovenliggende element wanneer 0"
148
+
149
+ #: classes/SlideshowPluginInstaller.php:811
150
+ msgid "Height of the slideshow"
151
+ msgstr "Hoogte van de slideshow"
152
+
153
+ #: classes/SlideshowPluginInstaller.php:812
154
+ msgid "Height of the description boxes"
155
+ msgstr "Hoogte van de beschrijvingen"
156
+
157
+ #: classes/SlideshowPluginInstaller.php:813
158
+ msgid "Fit image into slide (stretching it)"
159
+ msgstr "Pas afbeelding in de slideshow (oprekken)"
160
+
161
+ #: classes/SlideshowPluginInstaller.php:814
162
+ #: classes/SlideshowPluginSlideshowSettingsHandler.php:529
163
+ msgid "Show title and description"
164
+ msgstr "Toon titel en beschrijving"
165
+
166
+ #: classes/SlideshowPluginInstaller.php:815
167
+ msgid "Hide description box, it will pop up when a mouse hovers over the slide"
168
+ msgstr ""
169
+ "Verberg beschrijving, toon deze alleen wanneer de muisaanwijzer boven de "
170
+ "slide is"
171
+
172
+ #: classes/SlideshowPluginInstaller.php:816
173
+ #: classes/SlideshowPluginSlideshowSettingsHandler.php:531
174
+ msgid "Automatically slide to the next slide"
175
+ msgstr "Automatisch naar de volgende slide gaan"
176
+
177
+ #: classes/SlideshowPluginInstaller.php:816
178
+ #: classes/SlideshowPluginInstaller.php:817
179
+ #: classes/SlideshowPluginInstaller.php:818
180
+ #: classes/SlideshowPluginInstaller.php:819
181
+ #: classes/SlideshowPluginSlideshowSettingsHandler.php:560
182
+ #: classes/SlideshowPluginSlideshowSettingsHandler.php:561
183
+ #: classes/SlideshowPluginSlideshowSettingsHandler.php:562
184
+ #: classes/SlideshowPluginSlideshowSettingsHandler.php:563
185
+ #: classes/SlideshowPluginSlideshowSettingsHandler.php:564
186
+ #: classes/SlideshowPluginSlideshowSettingsHandler.php:565
187
+ #: classes/SlideshowPluginSlideshowSettingsHandler.php:566
188
+ #: classes/SlideshowPluginSlideshowSettingsHandler.php:567
189
+ #: classes/SlideshowPluginSlideshowSettingsHandler.php:568
190
+ msgid "Control"
191
+ msgstr "Controle"
192
+
193
+ #: classes/SlideshowPluginInstaller.php:817
194
+ #: classes/SlideshowPluginSlideshowSettingsHandler.php:532
195
+ msgid "Return to the beginning of the slideshow after last slide"
196
+ msgstr "Keer terug naar het begin van de slideshow na de laatste slide."
197
+
198
+ #: classes/SlideshowPluginInstaller.php:818
199
+ msgid "Activate buttons (so the user can scroll through the slides)"
200
+ msgstr "Knoppen activeren (zodat de gebruiker door de slides kan scrollen)"
201
+
202
+ #: classes/SlideshowPluginInstaller.php:819
203
+ msgid "Show control panel (play and pause button)"
204
+ msgstr "Toon controlepaneel (speel en pause knop)"
205
+
206
+ #: classes/SlideshowPluginPostType.php:45
207
+ msgid "Slideshows"
208
+ msgstr "Slideshows"
209
+
210
+ #: classes/SlideshowPluginPostType.php:46
211
+ #: views/SlideshowPluginWidget/form.php:7
212
+ msgid "Slideshow"
213
+ msgstr "Slideshow"
214
+
215
+ #: classes/SlideshowPluginPostType.php:47
216
+ msgid "Add New Slideshow"
217
+ msgstr "Nieuwe Slideshow Toevoegen"
218
+
219
+ #: classes/SlideshowPluginPostType.php:48
220
+ msgid "Edit slideshow"
221
+ msgstr "Slideshow bewerken"
222
+
223
+ #: classes/SlideshowPluginPostType.php:49
224
+ msgid "New slideshow"
225
+ msgstr "Nieuwe slideshow"
226
+
227
+ #: classes/SlideshowPluginPostType.php:50
228
+ msgid "View slideshow"
229
+ msgstr "Slideshow bekijken"
230
+
231
+ #: classes/SlideshowPluginPostType.php:51
232
+ msgid "Search slideshows"
233
+ msgstr "Slideshows zoeken"
234
+
235
+ #: classes/SlideshowPluginPostType.php:52
236
+ #: classes/SlideshowPluginPostType.php:53
237
+ msgid "No slideshows found"
238
+ msgstr "Geen slideshows gevonden"
239
+
240
+ #: classes/SlideshowPluginPostType.php:98
241
+ msgid "Information"
242
+ msgstr "Informatie"
243
+
244
+ #: classes/SlideshowPluginPostType.php:107
245
+ msgid "Slides List"
246
+ msgstr "Slides Lijst"
247
+
248
+ #: classes/SlideshowPluginPostType.php:116
249
+ msgid "Slideshow Style"
250
+ msgstr "Slideshow Stijl"
251
+
252
+ #: classes/SlideshowPluginPostType.php:125
253
+ msgid "Slideshow Settings"
254
+ msgstr "Slideshow Instellingen"
255
+
256
+ #: classes/SlideshowPluginPostType.php:173
257
+ msgid "Slideshow created"
258
+ msgstr "Slideshow aangemaakt"
259
+
260
+ #: classes/SlideshowPluginPostType.php:177
261
+ msgid "Slideshow updated"
262
+ msgstr "Slideshow bijgewerkt"
263
+
264
+ #: classes/SlideshowPluginPostType.php:224
265
+ #: classes/SlideshowPluginSlideInserter.php:238
266
+ #: views/SlideshowPluginPostType/slides.php:2
267
+ msgid "Insert"
268
+ msgstr "Invoegen"
269
+
270
+ #: classes/SlideshowPluginPostType.php:232
271
+ msgid "Open all"
272
+ msgstr "Open alle"
273
+
274
+ #: classes/SlideshowPluginPostType.php:234
275
+ msgid "Close all"
276
+ msgstr "Sluit alle"
277
+
278
+ #: classes/SlideshowPluginPostType.php:240
279
+ #: views/SlideshowPluginPostType/slides.php:10
280
+ msgid "Add slides to this slideshow by using one of the buttons above."
281
+ msgstr "Voeg slides toe doormiddel van de bovenstaande knoppen."
282
+
283
+ #: classes/SlideshowPluginPostType.php:320
284
+ msgid "Duplicate"
285
+ msgstr "Dupliceer"
286
+
287
+ #: classes/SlideshowPluginPostType.php:371
288
+ msgid "Copy"
289
+ msgstr "Kopie"
290
+
291
+ #: classes/SlideshowPluginShortcode.php:148
292
+ msgid "No slideshow selected."
293
+ msgstr "Geen slideshow geselecteerd."
294
+
295
+ #: classes/SlideshowPluginSlideInserter.php:194
296
+ msgid "More results loaded"
297
+ msgstr "Extra resultaten geladen"
298
+
299
+ #: classes/SlideshowPluginSlideInserter.php:249
300
+ msgid "Load more results"
301
+ msgstr "Meer resultaten laden"
302
+
303
+ #: classes/SlideshowPluginSlideInserter.php:260
304
+ msgid "No images were found, click here to upload some."
305
+ msgstr "Geen afbeeldingen gevonden, klik hier om afbeeldingen te uploaden."
306
+
307
+ #: classes/SlideshowPluginSlideInserter.php:332
308
+ msgid "Are you sure you want to delete this slide?"
309
+ msgstr "Weet je zeker dat je deze slide wilt verwijderen?"
310
+
311
+ #: classes/SlideshowPluginSlideInserter.php:333
312
+ msgid "Insert image slide"
313
+ msgstr "Afbeeldingsslide invoegen"
314
+
315
+ #: classes/SlideshowPluginSlideshowSettingsHandler.php:523
316
+ msgid "Maximum width. When maximum width is 0, maximum width is ignored"
317
+ msgstr ""
318
+ "Maximum breedte. Wanneer maximum breedte 0 is, zal deze worden genegeerd"
319
+
320
+ #: classes/SlideshowPluginSlideshowSettingsHandler.php:524
321
+ msgid "http://en.wikipedia.org/wiki/Aspect_ratio_(image)"
322
+ msgstr "http://nl.wikipedia.org/wiki/Beeldverhouding"
323
+
324
+ #: classes/SlideshowPluginSlideshowSettingsHandler.php:524
325
+ msgid "More info"
326
+ msgstr "Meer informatie"
327
+
328
+ #: classes/SlideshowPluginSlideshowSettingsHandler.php:524
329
+ #, php-format
330
+ msgid ""
331
+ "Proportional relationship%s between slideshow's width and height (width:"
332
+ "height)"
333
+ msgstr ""
334
+ "Proportionele verhouding%s tussen de slideshow's breedte en hoogte (breedte:"
335
+ "hoogte)"
336
+
337
+ #: classes/SlideshowPluginSlideshowSettingsHandler.php:525
338
+ msgid "Slideshow's height"
339
+ msgstr "Slideshow's hoogte"
340
+
341
+ #: classes/SlideshowPluginSlideshowSettingsHandler.php:526
342
+ msgid "Image behaviour"
343
+ msgstr "Gedrag van afbeeldingen"
344
+
345
+ #: classes/SlideshowPluginSlideshowSettingsHandler.php:527
346
+ msgid "Shrink slideshow's height when width shrinks"
347
+ msgstr "Maak de slideshow's hoogte kleiner wanneer de breedte kleiner wordt"
348
+
349
+ #: classes/SlideshowPluginSlideshowSettingsHandler.php:528
350
+ msgid ""
351
+ "Enable responsiveness (Shrink slideshow's width when page's width shrinks)"
352
+ msgstr ""
353
+ "Gebruik responsiviteit (Maak slideshow smaller wanneer de pagina smaller "
354
+ "wordt)"
355
+
356
+ #: classes/SlideshowPluginSlideshowSettingsHandler.php:530
357
+ msgid "Hide description box, pop up when mouse hovers over"
358
+ msgstr ""
359
+ "Verbeg beschrijving, toon deze alleen wanneer de muisaanwijzer boven de "
360
+ "slideshow is"
361
+
362
+ #: classes/SlideshowPluginSlideshowSettingsHandler.php:533
363
+ msgid "Pause slideshow when mouse hovers over"
364
+ msgstr "Pauzeer slideshow wanneer de muisaanwijzer boven de slideshow is"
365
+
366
+ #: classes/SlideshowPluginSlideshowSettingsHandler.php:534
367
+ msgid "Activate navigation buttons"
368
+ msgstr "Toon navigatie knoppen"
369
+
370
+ #: classes/SlideshowPluginSlideshowSettingsHandler.php:535
371
+ msgid "Hide navigation buttons, show when mouse hovers over"
372
+ msgstr ""
373
+ "Verberg navigatieknoppen, toon deze aleen wanneer de muisaanwijzer boven de "
374
+ "slideshow is"
375
+
376
+ #: classes/SlideshowPluginSlideshowSettingsHandler.php:536
377
+ msgid "Activate pagination"
378
+ msgstr "Toon paginering"
379
+
380
+ #: classes/SlideshowPluginSlideshowSettingsHandler.php:537
381
+ msgid "Hide pagination, show when mouse hovers over"
382
+ msgstr ""
383
+ "Verberg paginering, toon deze alleen wanneer de muisaanwijzer boven de "
384
+ "slideshow is"
385
+
386
+ #: classes/SlideshowPluginSlideshowSettingsHandler.php:538
387
+ msgid "Activate control panel (play and pause button)"
388
+ msgstr "Toon controlepaneel (speel en pause knop)"
389
+
390
+ #: classes/SlideshowPluginSlideshowSettingsHandler.php:539
391
+ msgid "Hide control panel, show when mouse hovers over"
392
+ msgstr ""
393
+ "Verberg controlepaneel, toon deze alleen wanneer de muisaanwijzer boven de "
394
+ "slideshow is"
395
+
396
+ #: classes/SlideshowPluginSlideshowSettingsHandler.php:540
397
+ msgid "Wait until the next slide has loaded before showing it"
398
+ msgstr "Wacht tot de volgende slide is geladen, voor het tonen ervan"
399
+
400
+ #: classes/SlideshowPluginSlideshowSettingsHandler.php:541
401
+ msgid "Show a loading icon until the first slide appears"
402
+ msgstr ""
403
+ "Toon een icoon dat aanduidt dat de slideshow bezig is met laden, voordat de "
404
+ "eerste slide wordt getoond"
405
+
406
+ #: classes/SlideshowPluginSlideshowSettingsHandler.php:542
407
+ msgid "Randomize slides"
408
+ msgstr "Toon slides in willekeurige volgorde"
409
+
410
+ #: classes/SlideshowPluginSlideshowSettingsHandler.php:543
411
+ #, php-format
412
+ msgid "Avoid content filter (disable if '%s' is shown)"
413
+ msgstr "Content filter omzeilen (uitschakelen als '%s' wordt getoond)"
414
+
415
+ #: classes/SlideshowPluginSlideshowSettingsHandler.php:547
416
+ msgid "Slide Left"
417
+ msgstr "Schuif Links"
418
+
419
+ #: classes/SlideshowPluginSlideshowSettingsHandler.php:547
420
+ msgid "Slide Right"
421
+ msgstr "Schuif Rechts"
422
+
423
+ #: classes/SlideshowPluginSlideshowSettingsHandler.php:547
424
+ msgid "Slide Up"
425
+ msgstr "Schuif Omhoog"
426
+
427
+ #: classes/SlideshowPluginSlideshowSettingsHandler.php:547
428
+ msgid "Slide Down"
429
+ msgstr "Schuif Omlaag"
430
+
431
+ #: classes/SlideshowPluginSlideshowSettingsHandler.php:547
432
+ msgid "Cross Fade"
433
+ msgstr "Rechtstreekse Fade"
434
+
435
+ #: classes/SlideshowPluginSlideshowSettingsHandler.php:547
436
+ msgid "Direct Fade"
437
+ msgstr "Transparante Fade"
438
+
439
+ #: classes/SlideshowPluginSlideshowSettingsHandler.php:547
440
+ msgid "Random Animation"
441
+ msgstr "Willekeurige Animatie"
442
+
443
+ #: classes/SlideshowPluginSlideshowSettingsHandler.php:555
444
+ msgid "Natural and centered"
445
+ msgstr "Natuurlijk en gecentreerd"
446
+
447
+ #: classes/SlideshowPluginSlideshowSettingsHandler.php:555
448
+ msgid "Crop to fit"
449
+ msgstr "Passend maken door bijknippen"
450
+
451
+ #: classes/SlideshowPluginSlideshowSettingsHandler.php:555
452
+ msgid "Stretch to fit"
453
+ msgstr "Passend maken door oprekken"
454
+
455
+ #: classes/SlideshowPluginSlideshowSettingsHandler.php:569
456
+ #: classes/SlideshowPluginSlideshowSettingsHandler.php:570
457
+ #: classes/SlideshowPluginSlideshowSettingsHandler.php:571
458
+ #: classes/SlideshowPluginSlideshowSettingsHandler.php:572
459
+ msgid "Miscellaneous"
460
+ msgstr "Overige"
461
+
462
+ #: classes/SlideshowPluginWidget.php:23
463
+ msgid "Enables you to show your slideshows in the widget area of your website."
464
+ msgstr ""
465
+ "Maakt het mogelijk je slideshows te bijken in het widget gebied van je "
466
+ "website."
467
+
468
+ #: classes/SlideshowPluginWidget.php:29
469
+ msgid "Slideshow Widget"
470
+ msgstr "Slideshow Widget"
471
+
472
+ #: views/SlideshowPlugin/slideshow.php:23
473
+ msgid "Play"
474
+ msgstr "Afspelen"
475
+
476
+ #: views/SlideshowPlugin/slideshow.php:23
477
+ msgid "Pause"
478
+ msgstr "Pauzeren"
479
+
480
+ #: views/SlideshowPlugin/slideshow.php:25
481
+ msgid "Previous"
482
+ msgstr "Vorige"
483
+
484
+ #: views/SlideshowPlugin/slideshow.php:26
485
+ msgid "Next"
486
+ msgstr "Volgende"
487
+
488
+ #: views/SlideshowPlugin/slideshow.php:28
489
+ msgid "Go to slide"
490
+ msgstr "Ga naar slide"
491
+
492
+ #: views/SlideshowPluginGeneralSettings/custom-styles-tab.php:46
493
+ msgid "Default stylesheets"
494
+ msgstr "Standaard stijlen"
495
+
496
+ #: views/SlideshowPluginGeneralSettings/custom-styles-tab.php:60
497
+ msgid "Create a new custom style from this style"
498
+ msgstr "Maak een nieuwe aangepaste stijl uit deze stijl"
499
+
500
+ #: views/SlideshowPluginGeneralSettings/custom-styles-tab.php:62
501
+ msgid "Customize"
502
+ msgstr "Aanpassen"
503
+
504
+ #: views/SlideshowPluginGeneralSettings/custom-styles-tab.php:76
505
+ msgid "Custom stylesheets"
506
+ msgstr "Aangepaste stijl"
507
+
508
+ #: views/SlideshowPluginGeneralSettings/custom-styles-tab.php:89
509
+ #: views/SlideshowPluginGeneralSettings/custom-styles-tab.php:172
510
+ msgid "Edit this style"
511
+ msgstr "Bewerk deze stijl"
512
+
513
+ #: views/SlideshowPluginGeneralSettings/custom-styles-tab.php:91
514
+ #: views/SlideshowPluginGeneralSettings/custom-styles-tab.php:174
515
+ #: views/SlideshowPluginPostType/slides.php:138
516
+ #: views/SlideshowPluginSlideshowSlide/backend_attachment.php:114
517
+ msgid "Edit"
518
+ msgstr "Bewerken"
519
+
520
+ #: views/SlideshowPluginGeneralSettings/custom-styles-tab.php:98
521
+ #: views/SlideshowPluginGeneralSettings/custom-styles-tab.php:181
522
+ msgid "Delete this style"
523
+ msgstr "Verwijder stijl"
524
+
525
+ #: views/SlideshowPluginGeneralSettings/custom-styles-tab.php:100
526
+ #: views/SlideshowPluginGeneralSettings/custom-styles-tab.php:183
527
+ msgid "Delete"
528
+ msgstr "Verwijderen"
529
+
530
+ #: views/SlideshowPluginGeneralSettings/custom-styles-tab.php:110
531
+ msgid "Click 'Customize' to create a new custom stylesheet."
532
+ msgstr "Klik op 'Aanpassen' om een nieuwe aangepaste stijl te maken."
533
+
534
+ #: views/SlideshowPluginGeneralSettings/custom-styles-tab.php:130
535
+ msgid "Select a stylesheet to start customizing it."
536
+ msgstr "Kies een stijl om deze aan te passen."
537
+
538
+ #: views/SlideshowPluginGeneralSettings/custom-styles-tab.php:139
539
+ #: views/SlideshowPluginGeneralSettings/custom-styles-tab.php:192
540
+ #: views/SlideshowPluginPostType/slides.php:59
541
+ #: views/SlideshowPluginPostType/slides.php:144
542
+ #: views/SlideshowPluginPostType/slides.php:196
543
+ #: views/SlideshowPluginPostType/slides.php:264
544
+ #: views/SlideshowPluginSlideshowSlide/backend_attachment.php:122
545
+ #: views/SlideshowPluginSlideshowSlide/backend_templates.php:18
546
+ #: views/SlideshowPluginSlideshowSlide/backend_templates.php:150
547
+ #: views/SlideshowPluginSlideshowSlide/backend_text.php:82
548
+ #: views/SlideshowPluginWidget/form.php:2
549
+ msgid "Title"
550
+ msgstr "Titel"
551
+
552
+ #: views/SlideshowPluginGeneralSettings/custom-styles-tab.php:148
553
+ #: views/SlideshowPluginGeneralSettings/custom-styles-tab.php:200
554
+ msgid "Style"
555
+ msgstr "Stijl"
556
+
557
+ #: views/SlideshowPluginGeneralSettings/default-slideshow-settings-tab.php:11
558
+ msgid "Note"
559
+ msgstr "Opgelet"
560
+
561
+ #: views/SlideshowPluginGeneralSettings/default-slideshow-settings-tab.php:18
562
+ #, php-format
563
+ msgid ""
564
+ "The settings set on this page apply only to newly created slideshows and "
565
+ "therefore do not alter any existing ones. To adapt a slideshow's settings, "
566
+ "%sclick here.%s"
567
+ msgstr ""
568
+ "De instellingen op deze pagina zijn alleen van toepassing op slideshows die "
569
+ "nieuw worden aangemaakt en niet op de slideshows die reeds bestaan. Om een "
570
+ "slideshow's instellingen te wijzigen, %sklik hier.%s"
571
+
572
+ #: views/SlideshowPluginGeneralSettings/default-slideshow-settings-tab.php:29
573
+ #: views/SlideshowPluginGeneralSettings/general-settings.php:15
574
+ msgid "Default Slideshow Settings"
575
+ msgstr "Standaard Slideshow Instellingen"
576
+
577
+ #: views/SlideshowPluginGeneralSettings/default-slideshow-settings-tab.php:41
578
+ #: views/SlideshowPluginPostType/settings.php:12
579
+ msgid "settings"
580
+ msgstr "instellingen"
581
+
582
+ #: views/SlideshowPluginGeneralSettings/default-slideshow-settings-tab.php:77
583
+ msgid "Default Slideshow Stylesheet"
584
+ msgstr "Standaard Slideshow Stijl"
585
+
586
+ #: views/SlideshowPluginGeneralSettings/general-settings-tab.php:11
587
+ msgid "Add slideshows"
588
+ msgstr "Slideshows toevoegen"
589
+
590
+ #: views/SlideshowPluginGeneralSettings/general-settings-tab.php:12
591
+ msgid "Edit slideshows"
592
+ msgstr "Slideshows bewerken"
593
+
594
+ #: views/SlideshowPluginGeneralSettings/general-settings-tab.php:13
595
+ msgid "Delete slideshows"
596
+ msgstr "Slideshows verwijderen"
597
+
598
+ #: views/SlideshowPluginGeneralSettings/general-settings-tab.php:20
599
+ msgid "User Capabilities"
600
+ msgstr "Gebruikersrechten"
601
+
602
+ #: views/SlideshowPluginGeneralSettings/general-settings-tab.php:22
603
+ msgid "Select the user roles that will able to perform certain actions."
604
+ msgstr "Kies de gebruikersrol waaraan je bepaalde rechten wilt verlenen."
605
+
606
+ #: views/SlideshowPluginGeneralSettings/general-settings-tab.php:38
607
+ msgid "Untitled role"
608
+ msgstr "Naamloze gebruikersfunctie"
609
+
610
+ #: views/SlideshowPluginGeneralSettings/general-settings-tab.php:65
611
+ msgid "Settings"
612
+ msgstr "instellingen"
613
+
614
+ #: views/SlideshowPluginGeneralSettings/general-settings-tab.php:69
615
+ msgid "Stylesheet location"
616
+ msgstr "Stylesheet locatie"
617
+
618
+ #: views/SlideshowPluginGeneralSettings/general-settings-tab.php:72
619
+ msgid "top"
620
+ msgstr "boven"
621
+
622
+ #: views/SlideshowPluginGeneralSettings/general-settings-tab.php:73
623
+ msgid "bottom"
624
+ msgstr "onder"
625
+
626
+ #: views/SlideshowPluginGeneralSettings/general-settings.php:16
627
+ msgid "Custom Styles"
628
+ msgstr "Aangepaste Stijlen"
629
+
630
+ #: views/SlideshowPluginPostType/information.php:1
631
+ msgid ""
632
+ "To use this slideshow in your website either add this piece of shortcode to "
633
+ "your posts or pages"
634
+ msgstr ""
635
+ "Om deze slideshow op je website te gebruiken voeg je of dit stukje shortcode "
636
+ "aan je pagina of post toe"
637
+
638
+ #: views/SlideshowPluginPostType/information.php:5
639
+ msgid ""
640
+ "Or add this piece of code to where ever in your website you want to place "
641
+ "the slideshow"
642
+ msgstr ""
643
+ "Of je voegt dit stuk code toe aan je broncode op de plaats waar je wilt dat "
644
+ "de slideshow te zien is"
645
+
646
+ #: views/SlideshowPluginPostType/information.php:9
647
+ #, php-format
648
+ msgid "Or go to the %swidgets page%s and show the slideshow as a widget."
649
+ msgstr ""
650
+ "Ook kan je naar de %swidget pagina%s toegaan, om de slideshow te tonen als "
651
+ "widget."
652
+
653
+ #: views/SlideshowPluginPostType/settings.php:26
654
+ #: views/SlideshowPluginPostType/style-settings.php:11
655
+ msgid "Default"
656
+ msgstr "Standaard"
657
+
658
+ #: views/SlideshowPluginPostType/slides.php:54
659
+ #: views/SlideshowPluginPostType/slides.php:191
660
+ #: views/SlideshowPluginSlideInserter/insert-text-button.php:2
661
+ #: views/SlideshowPluginSlideshowSlide/backend_templates.php:9
662
+ #: views/SlideshowPluginSlideshowSlide/backend_text.php:71
663
+ msgid "Text slide"
664
+ msgstr "Tekst slide"
665
+
666
+ #: views/SlideshowPluginPostType/slides.php:61
667
+ #: views/SlideshowPluginPostType/slides.php:150
668
+ #: views/SlideshowPluginPostType/slides.php:198
669
+ #: views/SlideshowPluginPostType/slides.php:270
670
+ #: views/SlideshowPluginSlideshowSlide/backend_attachment.php:137
671
+ #: views/SlideshowPluginSlideshowSlide/backend_templates.php:33
672
+ #: views/SlideshowPluginSlideshowSlide/backend_templates.php:165
673
+ #: views/SlideshowPluginSlideshowSlide/backend_text.php:97
674
+ msgid "Description"
675
+ msgstr "Beschrijving"
676
+
677
+ #: views/SlideshowPluginPostType/slides.php:63
678
+ #: views/SlideshowPluginPostType/slides.php:200
679
+ #: views/SlideshowPluginSlideshowSlide/backend_templates.php:51
680
+ #: views/SlideshowPluginSlideshowSlide/backend_text.php:115
681
+ msgid "Background color"
682
+ msgstr "Achtergrond kleur"
683
+
684
+ #: views/SlideshowPluginPostType/slides.php:68
685
+ #: views/SlideshowPluginPostType/slides.php:155
686
+ #: views/SlideshowPluginPostType/slides.php:205
687
+ #: views/SlideshowPluginPostType/slides.php:275
688
+ #: views/SlideshowPluginSlideshowSlide/backend_attachment.php:152
689
+ #: views/SlideshowPluginSlideshowSlide/backend_templates.php:59
690
+ #: views/SlideshowPluginSlideshowSlide/backend_templates.php:180
691
+ #: views/SlideshowPluginSlideshowSlide/backend_text.php:123
692
+ msgid "URL"
693
+ msgstr "URL"
694
+
695
+ #: views/SlideshowPluginPostType/slides.php:70
696
+ #: views/SlideshowPluginPostType/slides.php:157
697
+ #: views/SlideshowPluginPostType/slides.php:207
698
+ #: views/SlideshowPluginPostType/slides.php:277
699
+ #: views/SlideshowPluginSlideshowSlide/backend_attachment.php:155
700
+ #: views/SlideshowPluginSlideshowSlide/backend_templates.php:62
701
+ #: views/SlideshowPluginSlideshowSlide/backend_templates.php:183
702
+ #: views/SlideshowPluginSlideshowSlide/backend_text.php:126
703
+ msgid "Open URL in"
704
+ msgstr "Open URL in"
705
+
706
+ #: views/SlideshowPluginPostType/slides.php:72
707
+ #: views/SlideshowPluginPostType/slides.php:159
708
+ #: views/SlideshowPluginPostType/slides.php:209
709
+ #: views/SlideshowPluginPostType/slides.php:279
710
+ #: views/SlideshowPluginSlideshowSlide/backend_attachment.php:157
711
+ #: views/SlideshowPluginSlideshowSlide/backend_templates.php:64
712
+ #: views/SlideshowPluginSlideshowSlide/backend_templates.php:185
713
+ #: views/SlideshowPluginSlideshowSlide/backend_text.php:128
714
+ msgid "Same window"
715
+ msgstr "Zelfde scherm"
716
+
717
+ #: views/SlideshowPluginPostType/slides.php:73
718
+ #: views/SlideshowPluginPostType/slides.php:160
719
+ #: views/SlideshowPluginPostType/slides.php:210
720
+ #: views/SlideshowPluginPostType/slides.php:280
721
+ #: views/SlideshowPluginSlideshowSlide/backend_attachment.php:158
722
+ #: views/SlideshowPluginSlideshowSlide/backend_templates.php:65
723
+ #: views/SlideshowPluginSlideshowSlide/backend_templates.php:186
724
+ #: views/SlideshowPluginSlideshowSlide/backend_text.php:129
725
+ msgid "New window"
726
+ msgstr "Nieuw scherm"
727
+
728
+ #: views/SlideshowPluginPostType/slides.php:90
729
+ #: views/SlideshowPluginPostType/slides.php:230
730
+ #: views/SlideshowPluginSlideInserter/insert-video-button.php:2
731
+ #: views/SlideshowPluginSlideshowSlide/backend_templates.php:94
732
+ #: views/SlideshowPluginSlideshowSlide/backend_video.php:28
733
+ msgid "Video slide"
734
+ msgstr "Video slide"
735
+
736
+ #: views/SlideshowPluginPostType/slides.php:95
737
+ #: views/SlideshowPluginPostType/slides.php:235
738
+ #: views/SlideshowPluginSlideshowSlide/backend_templates.php:103
739
+ #: views/SlideshowPluginSlideshowSlide/backend_video.php:37
740
+ msgid "Youtube Video ID"
741
+ msgstr "Youtube Video ID"
742
+
743
+ #: views/SlideshowPluginPostType/slides.php:133
744
+ #: views/SlideshowPluginPostType/slides.php:255
745
+ #: views/SlideshowPluginSlideInserter/insert-image-button.php:2
746
+ #: views/SlideshowPluginSlideInserter/insert-image-button.php:4
747
+ #: views/SlideshowPluginSlideshowSlide/backend_attachment.php:103
748
+ #: views/SlideshowPluginSlideshowSlide/backend_templates.php:135
749
+ msgid "Image slide"
750
+ msgstr "Afbeeldingsslide"
751
+
752
+ #: views/SlideshowPluginPostType/slides.php:171
753
+ msgid ""
754
+ "An error occurred while loading this slide, and it will not be present in "
755
+ "the slideshow"
756
+ msgstr ""
757
+ "Een fout is ontstaan tijdens het laden van deze slide, de slide zal niet te "
758
+ "bekijken zijn in je slideshow"
759
+
760
+ #: views/SlideshowPluginPostType/slides.php:177
761
+ #: views/SlideshowPluginPostType/slides.php:218
762
+ #: views/SlideshowPluginPostType/slides.php:243
763
+ #: views/SlideshowPluginPostType/slides.php:289
764
+ #: views/SlideshowPluginSlideshowSlide/backend_attachment.php:176
765
+ #: views/SlideshowPluginSlideshowSlide/backend_templates.php:76
766
+ #: views/SlideshowPluginSlideshowSlide/backend_templates.php:117
767
+ #: views/SlideshowPluginSlideshowSlide/backend_templates.php:203
768
+ #: views/SlideshowPluginSlideshowSlide/backend_text.php:140
769
+ #: views/SlideshowPluginSlideshowSlide/backend_video.php:51
770
+ msgid "Delete slide"
771
+ msgstr "Verwijder slide"
772
+
773
+ #: views/SlideshowPluginPostType/style-settings.php:22
774
+ #, php-format
775
+ msgid "Custom styles can be created and customized %shere%s."
776
+ msgstr "Aangepaste stijlen kunnen %shier%s worden aangemaakt en aangepast."
777
+
778
+ #: views/SlideshowPluginPostType/support-plugin.php:3
779
+ msgid "Help to keep this plugin free!"
780
+ msgstr "Help mee om deze plugin gratis te houden!"
781
+
782
+ #: views/SlideshowPluginPostType/support-plugin.php:6
783
+ msgid ""
784
+ "In order to keep you provided with the newest features, updates and bug "
785
+ "fixes, a lot of motivation is required. Therefore I'm kindly asking you to "
786
+ "consider making a small donation to the plugin or rating it as 5-stars on "
787
+ "Wordpress.org. Thank you in advance!"
788
+ msgstr ""
789
+ "Om je te kunnen voorzien van de nieuwste functionaliteiten, updates en "
790
+ "foutoplossingen, is een hoop motivatie nodig. Ik zou je daarom willen vragen "
791
+ "een kleine donatie aan deze plugin te willen overwegen, of de plugin een "
792
+ "goede beoordeling te geven op WordPress.org. Alvast bedankt!"
793
+
794
+ #: views/SlideshowPluginPostType/support-plugin.php:15
795
+ msgid "Rate on Wordpress.org"
796
+ msgstr "Geef een waardering op Wordpress.org"
797
+
798
+ #: views/SlideshowPluginPostType/support-plugin.php:24
799
+ msgid "Frequently Asked Questions (FAQ)"
800
+ msgstr "Veelgestelde Vragen (FAQ)"
801
+
802
+ #: views/SlideshowPluginShortcode/shortcode-inserter.php:4
803
+ #: views/SlideshowPluginShortcode/shortcode-inserter.php:9
804
+ #: views/SlideshowPluginShortcode/shortcode-inserter.php:18
805
+ msgid "Insert a Slideshow"
806
+ msgstr "Slideshow invoegen"
807
+
808
+ #: views/SlideshowPluginShortcode/shortcode-inserter.php:12
809
+ #: views/SlideshowPluginShortcode/shortcode-inserter.php:51
810
+ msgid "Insert Slideshow"
811
+ msgstr "Slideshow invoegen"
812
+
813
+ #: views/SlideshowPluginShortcode/shortcode-inserter.php:27
814
+ msgid "Select a slideshow"
815
+ msgstr "Selecteer een slideshow"
816
+
817
+ #: views/SlideshowPluginShortcode/shortcode-inserter.php:36
818
+ #: views/SlideshowPluginWidget/form.php:12
819
+ msgid "Untitled slideshow"
820
+ msgstr "Naamloze slideshow"
821
+
822
+ #: views/SlideshowPluginShortcode/shortcode-inserter.php:56
823
+ msgid "Cancel"
824
+ msgstr "Annuleren"
825
+
826
+ #: views/SlideshowPluginShortcode/shortcode-inserter.php:67
827
+ #, php-format
828
+ msgid ""
829
+ "It seems you haven't created any slideshows yet. %sYou can create a "
830
+ "slideshow here!%s"
831
+ msgstr ""
832
+ "Het ziet er naar uit dat je nog geen slideshows hebt gemaakt. %sHier kan je "
833
+ "een slideshow maken!%s"
834
+
835
+ #: views/SlideshowPluginSlideInserter/search-popup.php:6
836
+ msgid "Search"
837
+ msgstr "Zoek"
838
+
839
+ #: views/SlideshowPluginSlideInserter/search-popup.php:7
840
+ msgid "Search images by title or ID"
841
+ msgstr "Zoek afbeeldingen op titel of ID"
842
+
843
+ #: views/SlideshowPluginSlideshowSlide/backend_attachment.php:92
844
+ #: views/SlideshowPluginSlideshowSlide/backend_templates.php:4
845
+ #: views/SlideshowPluginSlideshowSlide/backend_templates.php:89
846
+ #: views/SlideshowPluginSlideshowSlide/backend_templates.php:130
847
+ #: views/SlideshowPluginSlideshowSlide/backend_text.php:60
848
+ #: views/SlideshowPluginSlideshowSlide/backend_video.php:23
849
+ msgid "Click to toggle"
850
+ msgstr "Klik om te wisselen"
851
+
852
+ #: views/SlideshowPluginSlideshowSlide/backend_attachment.php:162
853
+ #: views/SlideshowPluginSlideshowSlide/backend_templates.php:69
854
+ #: views/SlideshowPluginSlideshowSlide/backend_templates.php:190
855
+ #: views/SlideshowPluginSlideshowSlide/backend_text.php:133
856
+ msgid "Don't let search engines follow link"
857
+ msgstr "Laat zoekmachines deze link niet volgen"
858
+
859
+ #: views/SlideshowPluginSlideshowSlide/backend_attachment.php:170
860
+ #: views/SlideshowPluginSlideshowSlide/backend_templates.php:197
861
+ msgid "Alternative text"
862
+ msgstr "Alterntieve tekst"
863
+
864
+ #: views/SlideshowPluginSlideshowSlide/backend_templates.php:48
865
+ #: views/SlideshowPluginSlideshowSlide/backend_text.php:112
866
+ msgid "Text color"
867
+ msgstr "Tekst kleur"
868
+
869
+ #: views/SlideshowPluginSlideshowSlide/backend_templates.php:53
870
+ #: views/SlideshowPluginSlideshowSlide/backend_text.php:117
871
+ msgid "(Leave empty for a transparent background)"
872
+ msgstr "(Laat leeg voor een transparante achtergrond)"
873
+
874
+ #: views/SlideshowPluginSlideshowSlide/backend_templates.php:110
875
+ #: views/SlideshowPluginSlideshowSlide/backend_video.php:44
876
+ msgid "Show related videos"
877
+ msgstr "Toon gerelateerde videos"
878
+
879
+ #: views/SlideshowPluginUpload/upload-button.php:1
880
+ msgid "Upload/Manage Images"
881
+ msgstr "Upload/Beheer Afbeeldingen"
882
+
883
+ #: views/SlideshowPluginWidget/form.php:9
884
+ msgid "Random Slideshow"
885
+ msgstr "Willekeurige Slideshow"
886
+
887
+ #~ msgid "Fit image into slide (Stretch image)"
888
+ #~ msgstr "Pas afbeelding in de slideshow (Afbeedling uitrekken)"
889
+
890
+ #~ msgid "Head (top)"
891
+ #~ msgstr "Head (boven)"
892
+
893
+ #~ msgid "Footer (bottom)"
894
+ #~ msgstr "Footer (onder)"
895
+
896
+ #~ msgid "Questions / Suggestions"
897
+ #~ msgstr "Vragen / Opmerkingen"
898
+
899
+ #~ msgid ""
900
+ #~ "Shrink slideshow's height when width shrinks (Fixed height can be defined "
901
+ #~ "when setting this value to 'No')"
902
+ #~ msgstr ""
903
+ #~ "Krimp de slideshow's hoogte wanneer de breedte kleiner wordt "
904
+ #~ "(Vastgestelde hoogte kan worden ingesteld als deze instelling op 'Nee' "
905
+ #~ "staat)"
906
+
907
+ #, fuzzy
908
+ #~ msgid "Editor"
909
+ #~ msgstr "Bewerken"
910
+
911
+ #~ msgid "light"
912
+ #~ msgstr "licht"
913
+
914
+ #~ msgid "slide"
915
+ #~ msgstr "slide"
916
+
917
+ #~ msgid "Custom style editor (Does not work with a Strict Doctype)"
918
+ #~ msgstr "Aangepaste stijl bewerker (Werkt niet met een Strict Doctype)"
919
+
920
+ #~ msgid "Has the Slideshow plugin helped you?"
921
+ #~ msgstr "Heeft de Slideshow plugin je geholpen?"
922
+
923
+ #~ msgid "Help it back!"
924
+ #~ msgstr "Help hem terug!"
925
+
926
+ #~ msgid ""
927
+ #~ "If this plugin has filled you with happiness, please support the upkeep "
928
+ #~ "of the plugin by rating it on Wordpress, posting a suggestion for "
929
+ #~ "improvement on the support forum, or making a donation."
930
+ #~ msgstr ""
931
+ #~ "Als deze plugin je met blijdschap heeft vervuld, zou ik het enorm "
932
+ #~ "waarderen als je de plugin wilt beoordelen op Wordpress, een suggestie "
933
+ #~ "wilt maken voor verbetering, of een donatie doen wilt."
934
+
935
+ #~ msgid "Click on an image to insert it as a slide"
936
+ #~ msgstr "Klik op een plaatje om deze in te voegen als slide"
937
+
938
+ #~ msgid "Width of the slideshow"
939
+ #~ msgstr "Breedte van de slideshow"
940
+
941
+ #~ msgid "Defaults to parent's width."
942
+ #~ msgstr "Standaard ingesteld op de breedte van het bovenliggende element."
943
+
944
+ #~ msgid "Send user to image URL on click"
945
+ #~ msgstr ""
946
+ #~ "Wanner de gebruiker op de afbeelding klikt, stuur hem naar de URL van het "
947
+ #~ "plaatje"
948
+
949
+ #~ msgid "Leave any field open to use default value."
950
+ #~ msgstr "Een veld dat open wordt gelaten neemt de standaardwaarde aan."
languages/{slideshow-plugin-original.mo → slideshow-jquery-image-gallery-original.mo} RENAMED
Binary file
languages/{slideshow-plugin-original.po → slideshow-jquery-image-gallery-original.po} RENAMED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Slideshow Plugin\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2014-08-19 12:00+0100\n"
6
- "PO-Revision-Date: 2014-08-19 12:00+0100\n"
7
  "Last-Translator: Stefan Boonstra <stefanboonstra@hotmail.com>\n"
8
  "Language-Team: Stefan Boonstra <wordpress@stefanboonstra.com>\n"
9
  "MIME-Version: 1.0\n"
@@ -11,7 +11,9 @@ msgstr ""
11
  "Content-Transfer-Encoding: 8bit\n"
12
  "X-Poedit-KeywordsList: _e;__\n"
13
  "X-Poedit-Basepath: ../\n"
14
- "X-Generator: Poedit 1.5.7\n"
 
 
15
  "X-Poedit-SearchPath-0: .\n"
16
 
17
  #: classes/SlideshowPluginGeneralSettings.php:82
2
  msgstr ""
3
  "Project-Id-Version: Slideshow Plugin\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-04-23 17:43+0100\n"
6
+ "PO-Revision-Date: 2015-04-23 17:43+0100\n"
7
  "Last-Translator: Stefan Boonstra <stefanboonstra@hotmail.com>\n"
8
  "Language-Team: Stefan Boonstra <wordpress@stefanboonstra.com>\n"
9
  "MIME-Version: 1.0\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
  "X-Poedit-KeywordsList: _e;__\n"
13
  "X-Poedit-Basepath: ../\n"
14
+ "X-Generator: Poedit 1.7.6\n"
15
+ "Plural-Forms: nplurals=2; plural=(n != 1);\n"
16
+ "Language: en\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
  #: classes/SlideshowPluginGeneralSettings.php:82
languages/{slideshow-plugin-pl_PL.mo → slideshow-jquery-image-gallery-pl_PL.mo} RENAMED
File without changes
languages/{slideshow-plugin-pl_PL.po → slideshow-jquery-image-gallery-pl_PL.po} RENAMED
File without changes
languages/{slideshow-plugin-pt_BR.mo → slideshow-jquery-image-gallery-pt_BR.mo} RENAMED
File without changes
languages/{slideshow-plugin-pt_BR.po → slideshow-jquery-image-gallery-pt_BR.po} RENAMED
@@ -19,38 +19,38 @@ msgstr ""
19
  "X-Textdomain-Support: yes\n"
20
  "X-Poedit-SearchPath-0: .\n"
21
 
22
- # @ slideshow-plugin
23
  #: classes/SlideshowPluginGeneralSettings.php:82
24
  #: classes/SlideshowPluginGeneralSettings.php:83
25
  #: views/SlideshowPluginGeneralSettings/general-settings.php:14
26
  msgid "General Settings"
27
  msgstr "Configurações Gerais"
28
 
29
- # @ slideshow-plugin
30
  #: classes/SlideshowPluginGeneralSettings.php:150
31
  msgid "New"
32
  msgstr "Novo"
33
 
34
- # @ slideshow-plugin
35
  #: classes/SlideshowPluginGeneralSettings.php:151
36
  msgid "Are you sure you want to delete this custom style?"
37
  msgstr "Tem certeza que quer apagar este estilo personalizado?"
38
 
39
- # @ slideshow-plugin
40
  #: classes/SlideshowPluginGeneralSettings.php:196
41
  #: classes/SlideshowPluginInstaller.php:803
42
  #: views/SlideshowPluginGeneralSettings/custom-styles-tab.php:6
43
  msgid "Light"
44
  msgstr ""
45
 
46
- # @ slideshow-plugin
47
  #: classes/SlideshowPluginGeneralSettings.php:197
48
  #: classes/SlideshowPluginInstaller.php:803
49
  #: views/SlideshowPluginGeneralSettings/custom-styles-tab.php:7
50
  msgid "Dark"
51
  msgstr ""
52
 
53
- # @ slideshow-plugin
54
  # @ default
55
  #: classes/SlideshowPluginGeneralSettings.php:353
56
  #: views/SlideshowPluginGeneralSettings/custom-styles-tab.php:57
@@ -58,7 +58,7 @@ msgstr ""
58
  msgid "Untitled"
59
  msgstr "Sem título"
60
 
61
- # @ slideshow-plugin
62
  #: classes/SlideshowPluginInstaller.php:800
63
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:472
64
  #: views/SlideshowPluginSlideshowSlide/backend_templates.php:111
@@ -66,7 +66,7 @@ msgstr "Sem título"
66
  msgid "Yes"
67
  msgstr "Sim"
68
 
69
- # @ slideshow-plugin
70
  #: classes/SlideshowPluginInstaller.php:801
71
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:473
72
  #: views/SlideshowPluginSlideshowSlide/backend_templates.php:112
@@ -74,41 +74,41 @@ msgstr "Sim"
74
  msgid "No"
75
  msgstr "Não"
76
 
77
- # @ slideshow-plugin
78
  #: classes/SlideshowPluginInstaller.php:803
79
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:610
80
  msgid "The style used for this slideshow"
81
  msgstr "O estilo usado para este slideshow"
82
 
83
- # @ slideshow-plugin
84
  #: classes/SlideshowPluginInstaller.php:803
85
  msgid "Custom"
86
  msgstr "Personalizado"
87
 
88
- # @ slideshow-plugin
89
  #: classes/SlideshowPluginInstaller.php:804
90
  #: views/SlideshowPluginGeneralSettings/custom-styles-tab.php:126
91
  msgid "Custom style editor"
92
  msgstr "Editor de estilo personalizado"
93
 
94
- # @ slideshow-plugin
95
  #: classes/SlideshowPluginInstaller.php:805
96
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:518
97
  msgid "Animation used for transition between slides"
98
  msgstr "Animação usada para a transição entre os slides"
99
 
100
- # @ slideshow-plugin
101
  #: classes/SlideshowPluginInstaller.php:805
102
  msgid "Slide"
103
  msgstr "Deslizar"
104
 
105
- # @ slideshow-plugin
106
  #: classes/SlideshowPluginInstaller.php:805
107
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:547
108
  msgid "Fade"
109
  msgstr ""
110
 
111
- # @ slideshow-plugin
112
  #: classes/SlideshowPluginInstaller.php:805
113
  #: classes/SlideshowPluginInstaller.php:806
114
  #: classes/SlideshowPluginInstaller.php:807
@@ -120,31 +120,31 @@ msgstr ""
120
  msgid "Animation"
121
  msgstr "Animação"
122
 
123
- # @ slideshow-plugin
124
  #: classes/SlideshowPluginInstaller.php:806
125
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:519
126
  msgid "Number of seconds the slide takes to slide in"
127
  msgstr "Número de segundos que a imagem leva para deslizar"
128
 
129
- # @ slideshow-plugin
130
  #: classes/SlideshowPluginInstaller.php:807
131
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:520
132
  msgid "Number of seconds the description takes to slide in"
133
  msgstr "Número de segundos que a descrição leva para deslizar"
134
 
135
- # @ slideshow-plugin
136
  #: classes/SlideshowPluginInstaller.php:808
137
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:521
138
  msgid "Seconds between changing slides"
139
  msgstr "Segundos entre a mudança dos slides"
140
 
141
- # @ slideshow-plugin
142
  #: classes/SlideshowPluginInstaller.php:809
143
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:522
144
  msgid "Number of slides to fit into one slide"
145
  msgstr "Número de slides para caber em um slide"
146
 
147
- # @ slideshow-plugin
148
  #: classes/SlideshowPluginInstaller.php:809
149
  #: classes/SlideshowPluginInstaller.php:810
150
  #: classes/SlideshowPluginInstaller.php:811
@@ -164,46 +164,46 @@ msgstr "Número de slides para caber em um slide"
164
  msgid "Display"
165
  msgstr "Exibir"
166
 
167
- # @ slideshow-plugin
168
  #: classes/SlideshowPluginInstaller.php:810
169
  msgid "Width of the slideshow, set to parent&#39;s width on 0"
170
  msgstr "Largura do slideshow, definir a largura do pai em 0"
171
 
172
- # @ slideshow-plugin
173
  #: classes/SlideshowPluginInstaller.php:811
174
  msgid "Height of the slideshow"
175
  msgstr "Altura do slideshow"
176
 
177
- # @ slideshow-plugin
178
  #: classes/SlideshowPluginInstaller.php:812
179
  msgid "Height of the description boxes"
180
  msgstr "Altura da caixa de descrição"
181
 
182
- # @ slideshow-plugin
183
  #: classes/SlideshowPluginInstaller.php:813
184
  msgid "Fit image into slide (stretching it)"
185
  msgstr "Ajustar imagem em slides (esticando-o)"
186
 
187
- # @ slideshow-plugin
188
  #: classes/SlideshowPluginInstaller.php:814
189
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:529
190
  msgid "Show title and description"
191
  msgstr "Mostrar título e descrição"
192
 
193
- # @ slideshow-plugin
194
  #: classes/SlideshowPluginInstaller.php:815
195
  msgid "Hide description box, it will pop up when a mouse hovers over the slide"
196
  msgstr ""
197
  "Ocultar caixa de descrição, ele irá aparecer quando o mouse passa sobre o "
198
  "slide"
199
 
200
- # @ slideshow-plugin
201
  #: classes/SlideshowPluginInstaller.php:816
202
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:531
203
  msgid "Automatically slide to the next slide"
204
  msgstr "Automaticamente deslizar para o próximo slide"
205
 
206
- # @ slideshow-plugin
207
  #: classes/SlideshowPluginInstaller.php:816
208
  #: classes/SlideshowPluginInstaller.php:817
209
  #: classes/SlideshowPluginInstaller.php:818
@@ -220,95 +220,95 @@ msgstr "Automaticamente deslizar para o próximo slide"
220
  msgid "Control"
221
  msgstr "Controlar"
222
 
223
- # @ slideshow-plugin
224
  #: classes/SlideshowPluginInstaller.php:817
225
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:532
226
  msgid "Return to the beginning of the slideshow after last slide"
227
  msgstr "Volte ao início da apresentação de slides após o último slide"
228
 
229
- # @ slideshow-plugin
230
  #: classes/SlideshowPluginInstaller.php:818
231
  msgid "Activate buttons (so the user can scroll through the slides)"
232
  msgstr "Ativar botões (para que o usuário consiga percorrer os slides)"
233
 
234
- # @ slideshow-plugin
235
  #: classes/SlideshowPluginInstaller.php:819
236
  msgid "Show control panel (play and pause button)"
237
  msgstr "Mostrar painel de controle (botão de reprodução e pausa)"
238
 
239
- # @ slideshow-plugin
240
  #: classes/SlideshowPluginPostType.php:45
241
  msgid "Slideshows"
242
  msgstr ""
243
 
244
- # @ slideshow-plugin
245
  #: classes/SlideshowPluginPostType.php:46
246
  #: views/SlideshowPluginWidget/form.php:7
247
  msgid "Slideshow"
248
  msgstr ""
249
 
250
- # @ slideshow-plugin
251
  #: classes/SlideshowPluginPostType.php:47
252
  msgid "Add New Slideshow"
253
  msgstr "Adicionar novo slideshow"
254
 
255
- # @ slideshow-plugin
256
  #: classes/SlideshowPluginPostType.php:48
257
  msgid "Edit slideshow"
258
  msgstr "Editar slideshow"
259
 
260
- # @ slideshow-plugin
261
  #: classes/SlideshowPluginPostType.php:49
262
  msgid "New slideshow"
263
  msgstr "Novo slideshow"
264
 
265
- # @ slideshow-plugin
266
  #: classes/SlideshowPluginPostType.php:50
267
  msgid "View slideshow"
268
  msgstr "Ver slideshow"
269
 
270
- # @ slideshow-plugin
271
  #: classes/SlideshowPluginPostType.php:51
272
  msgid "Search slideshows"
273
  msgstr "Pesquisar slideshows"
274
 
275
- # @ slideshow-plugin
276
  #: classes/SlideshowPluginPostType.php:52
277
  #: classes/SlideshowPluginPostType.php:53
278
  msgid "No slideshows found"
279
  msgstr "Nenhum slideshow encontrado"
280
 
281
- # @ slideshow-plugin
282
  #: classes/SlideshowPluginPostType.php:98
283
  msgid "Information"
284
  msgstr "Informações"
285
 
286
- # @ slideshow-plugin
287
  #: classes/SlideshowPluginPostType.php:107
288
  msgid "Slides List"
289
  msgstr "Lista de slides"
290
 
291
- # @ slideshow-plugin
292
  #: classes/SlideshowPluginPostType.php:116
293
  msgid "Slideshow Style"
294
  msgstr "Estilo do Slideshow"
295
 
296
- # @ slideshow-plugin
297
  #: classes/SlideshowPluginPostType.php:125
298
  msgid "Slideshow Settings"
299
  msgstr "Configurações do slideshow"
300
 
301
- # @ slideshow-plugin
302
  #: classes/SlideshowPluginPostType.php:173
303
  msgid "Slideshow created"
304
  msgstr "Slideshow criado"
305
 
306
- # @ slideshow-plugin
307
  #: classes/SlideshowPluginPostType.php:177
308
  msgid "Slideshow updated"
309
  msgstr "Slideshow atualizado"
310
 
311
- # @ slideshow-plugin
312
  #: classes/SlideshowPluginPostType.php:224
313
  #: classes/SlideshowPluginSlideInserter.php:238
314
  #: views/SlideshowPluginPostType/slides.php:2
@@ -323,7 +323,7 @@ msgstr "Abrir todos"
323
  msgid "Close all"
324
  msgstr "Fechar todos"
325
 
326
- # @ slideshow-plugin
327
  #: classes/SlideshowPluginPostType.php:240
328
  #: views/SlideshowPluginPostType/slides.php:10
329
  msgid "Add slides to this slideshow by using one of the buttons above."
@@ -337,52 +337,52 @@ msgstr "Duplicar"
337
  msgid "Copy"
338
  msgstr "Copiar"
339
 
340
- # @ slideshow-plugin
341
  #: classes/SlideshowPluginShortcode.php:148
342
  msgid "No slideshow selected."
343
  msgstr "Nenhum slideshow selecionado."
344
 
345
- # @ slideshow-plugin
346
  #: classes/SlideshowPluginSlideInserter.php:194
347
  msgid "More results loaded"
348
  msgstr "Mais resultados carregados"
349
 
350
- # @ slideshow-plugin
351
  #: classes/SlideshowPluginSlideInserter.php:249
352
  msgid "Load more results"
353
  msgstr "Carregar mais resultados"
354
 
355
- # @ slideshow-plugin
356
  #: classes/SlideshowPluginSlideInserter.php:260
357
  msgid "No images were found, click here to upload some."
358
  msgstr "Não foram encontradas imagens, clique aqui para enviar algumas."
359
 
360
- # @ slideshow-plugin
361
  #: classes/SlideshowPluginSlideInserter.php:332
362
  msgid "Are you sure you want to delete this slide?"
363
  msgstr "Tem certeza que deseja excluir este slide?"
364
 
365
- # @ slideshow-plugin
366
  #: classes/SlideshowPluginSlideInserter.php:333
367
  msgid "Insert image slide"
368
  msgstr ""
369
 
370
- # @ slideshow-plugin
371
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:523
372
  msgid "Maximum width. When maximum width is 0, maximum width is ignored"
373
  msgstr "Largura máxima. Quando for 0, será ignorada."
374
 
375
- # @ slideshow-plugin
376
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:524
377
  msgid "http://en.wikipedia.org/wiki/Aspect_ratio_(image)"
378
  msgstr ""
379
 
380
- # @ slideshow-plugin
381
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:524
382
  msgid "More info"
383
  msgstr "Mais informações"
384
 
385
- # @ slideshow-plugin
386
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:524
387
  #, php-format
388
  msgid ""
@@ -392,7 +392,7 @@ msgstr ""
392
  "Relação proporcional%s entre largura e altura da apresentação de slides "
393
  "(largura:altura)"
394
 
395
- # @ slideshow-plugin
396
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:525
397
  msgid "Slideshow's height"
398
  msgstr "Altura dos slideshow's"
@@ -401,12 +401,12 @@ msgstr "Altura dos slideshow's"
401
  msgid "Image behaviour"
402
  msgstr ""
403
 
404
- # @ slideshow-plugin
405
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:527
406
  msgid "Shrink slideshow's height when width shrinks"
407
  msgstr "Encolher a altura quando encolhe a largura"
408
 
409
- # @ slideshow-plugin
410
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:528
411
  msgid ""
412
  "Enable responsiveness (Shrink slideshow's width when page's width shrinks)"
@@ -414,43 +414,43 @@ msgstr ""
414
  "Ativar resposta (encolher a largura do slideshow quando a página encolhe a "
415
  "largura)"
416
 
417
- # @ slideshow-plugin
418
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:530
419
  msgid "Hide description box, pop up when mouse hovers over"
420
  msgstr ""
421
  "Ocultar a caixa de descrição, exibir apenas quando o mouse passar sobre"
422
 
423
- # @ slideshow-plugin
424
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:533
425
  msgid "Pause slideshow when mouse hovers over"
426
  msgstr "Pausar slideshow quando o mouse passar sobre"
427
 
428
- # @ slideshow-plugin
429
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:534
430
  msgid "Activate navigation buttons"
431
  msgstr "Ativar botões de navegação"
432
 
433
- # @ slideshow-plugin
434
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:535
435
  msgid "Hide navigation buttons, show when mouse hovers over"
436
  msgstr "Ocultar botões de navegação, exibir apenas quando o mouse passar sobre"
437
 
438
- # @ slideshow-plugin
439
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:536
440
  msgid "Activate pagination"
441
  msgstr "Ativar paginação"
442
 
443
- # @ slideshow-plugin
444
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:537
445
  msgid "Hide pagination, show when mouse hovers over"
446
  msgstr "Ocultar paginação, exibir apenas quando o mouse passar sobre"
447
 
448
- # @ slideshow-plugin
449
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:538
450
  msgid "Activate control panel (play and pause button)"
451
  msgstr "Ativar painel de controle (botão de reprodução e pausa)"
452
 
453
- # @ slideshow-plugin
454
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:539
455
  msgid "Hide control panel, show when mouse hovers over"
456
  msgstr "Ocultar painel de controle, exibir apenas quando o mouse passar sobre"
@@ -463,33 +463,33 @@ msgstr "Esperar até que o próximo slide tenha carregado antes de mostrá-lo"
463
  msgid "Show a loading icon until the first slide appears"
464
  msgstr "Mostrar um ícone de carregando até o primeiro slide aparecer"
465
 
466
- # @ slideshow-plugin
467
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:542
468
  msgid "Randomize slides"
469
  msgstr ""
470
 
471
- # @ slideshow-plugin
472
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:543
473
  #, php-format
474
  msgid "Avoid content filter (disable if '%s' is shown)"
475
  msgstr "Evite filtro de conteúdo (desativar '%s' é mostrado)"
476
 
477
- # @ slideshow-plugin
478
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:547
479
  msgid "Slide Left"
480
  msgstr "Deslize para a esquerda"
481
 
482
- # @ slideshow-plugin
483
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:547
484
  msgid "Slide Right"
485
  msgstr "Deslize para a direita"
486
 
487
- # @ slideshow-plugin
488
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:547
489
  msgid "Slide Up"
490
  msgstr "Deslize para cima"
491
 
492
- # @ slideshow-plugin
493
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:547
494
  msgid "Slide Down"
495
  msgstr "Deslize para baixo"
@@ -498,12 +498,12 @@ msgstr "Deslize para baixo"
498
  msgid "Cross Fade"
499
  msgstr ""
500
 
501
- # @ slideshow-plugin
502
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:547
503
  msgid "Direct Fade"
504
  msgstr ""
505
 
506
- # @ slideshow-plugin
507
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:547
508
  msgid "Random Animation"
509
  msgstr "Animação aleatória"
@@ -520,7 +520,7 @@ msgstr "Corte para enquadrar"
520
  msgid "Stretch to fit"
521
  msgstr "Estique para enquadrar"
522
 
523
- # @ slideshow-plugin
524
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:569
525
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:570
526
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:571
@@ -528,12 +528,12 @@ msgstr "Estique para enquadrar"
528
  msgid "Miscellaneous"
529
  msgstr "Diversos"
530
 
531
- # @ slideshow-plugin
532
  #: classes/SlideshowPluginWidget.php:23
533
  msgid "Enables you to show your slideshows in the widget area of your website."
534
  msgstr "Permite mostrar seus slideshows na área de widget."
535
 
536
- # @ slideshow-plugin
537
  #: classes/SlideshowPluginWidget.php:29
538
  msgid "Slideshow Widget"
539
  msgstr ""
@@ -554,38 +554,38 @@ msgstr "Anterior"
554
  msgid "Next"
555
  msgstr "Próximo"
556
 
557
- # @ slideshow-plugin
558
  #: views/SlideshowPlugin/slideshow.php:28
559
  msgid "Go to slide"
560
  msgstr "Ir para o slide"
561
 
562
- # @ slideshow-plugin
563
  #: views/SlideshowPluginGeneralSettings/custom-styles-tab.php:46
564
  msgid "Default stylesheets"
565
  msgstr "Padrão stylesheets"
566
 
567
- # @ slideshow-plugin
568
  #: views/SlideshowPluginGeneralSettings/custom-styles-tab.php:60
569
  msgid "Create a new custom style from this style"
570
  msgstr "Criar um novo estilo personalizado"
571
 
572
- # @ slideshow-plugin
573
  #: views/SlideshowPluginGeneralSettings/custom-styles-tab.php:62
574
  msgid "Customize"
575
  msgstr "Personalize"
576
 
577
- # @ slideshow-plugin
578
  #: views/SlideshowPluginGeneralSettings/custom-styles-tab.php:76
579
  msgid "Custom stylesheets"
580
  msgstr "Stylesheets personalizados"
581
 
582
- # @ slideshow-plugin
583
  #: views/SlideshowPluginGeneralSettings/custom-styles-tab.php:89
584
  #: views/SlideshowPluginGeneralSettings/custom-styles-tab.php:172
585
  msgid "Edit this style"
586
  msgstr "Editar este estilo"
587
 
588
- # @ slideshow-plugin
589
  #: views/SlideshowPluginGeneralSettings/custom-styles-tab.php:91
590
  #: views/SlideshowPluginGeneralSettings/custom-styles-tab.php:174
591
  #: views/SlideshowPluginPostType/slides.php:138
@@ -593,13 +593,13 @@ msgstr "Editar este estilo"
593
  msgid "Edit"
594
  msgstr "Editar"
595
 
596
- # @ slideshow-plugin
597
  #: views/SlideshowPluginGeneralSettings/custom-styles-tab.php:98
598
  #: views/SlideshowPluginGeneralSettings/custom-styles-tab.php:181
599
  msgid "Delete this style"
600
  msgstr "Excluir este estilo"
601
 
602
- # @ slideshow-plugin
603
  #: views/SlideshowPluginGeneralSettings/custom-styles-tab.php:100
604
  #: views/SlideshowPluginGeneralSettings/custom-styles-tab.php:183
605
  msgid "Delete"
@@ -610,12 +610,12 @@ msgstr "Excluir"
610
  msgid "Click 'Customize' to create a new custom stylesheet."
611
  msgstr "Clique 'Customizar' para criar uma nova folha de estilo."
612
 
613
- # @ slideshow-plugin
614
  #: views/SlideshowPluginGeneralSettings/custom-styles-tab.php:130
615
  msgid "Select a stylesheet to start customizing it."
616
  msgstr "Selecione uma folha de estilo para customizá-la"
617
 
618
- # @ slideshow-plugin
619
  #: views/SlideshowPluginGeneralSettings/custom-styles-tab.php:139
620
  #: views/SlideshowPluginGeneralSettings/custom-styles-tab.php:192
621
  #: views/SlideshowPluginPostType/slides.php:59
@@ -630,18 +630,18 @@ msgstr "Selecione uma folha de estilo para customizá-la"
630
  msgid "Title"
631
  msgstr "Título"
632
 
633
- # @ slideshow-plugin
634
  #: views/SlideshowPluginGeneralSettings/custom-styles-tab.php:148
635
  #: views/SlideshowPluginGeneralSettings/custom-styles-tab.php:200
636
  msgid "Style"
637
  msgstr "Estilo"
638
 
639
- # @ slideshow-plugin
640
  #: views/SlideshowPluginGeneralSettings/default-slideshow-settings-tab.php:11
641
  msgid "Note"
642
  msgstr "Nota"
643
 
644
- # @ slideshow-plugin
645
  #: views/SlideshowPluginGeneralSettings/default-slideshow-settings-tab.php:18
646
  #, php-format
647
  msgid ""
@@ -653,56 +653,56 @@ msgstr ""
653
  "de slides criados recentemente, e portanto, não altera nenhum dos já "
654
  "existentes. Para adaptar as configurações de um slideshow, %sclique aqui.%s"
655
 
656
- # @ slideshow-plugin
657
  #: views/SlideshowPluginGeneralSettings/default-slideshow-settings-tab.php:29
658
  #: views/SlideshowPluginGeneralSettings/general-settings.php:15
659
  msgid "Default Slideshow Settings"
660
  msgstr "Predefinições do Slideshow"
661
 
662
- # @ slideshow-plugin
663
  #: views/SlideshowPluginGeneralSettings/default-slideshow-settings-tab.php:41
664
  #: views/SlideshowPluginPostType/settings.php:12
665
  msgid "settings"
666
  msgstr "Configurações"
667
 
668
- # @ slideshow-plugin
669
  #: views/SlideshowPluginGeneralSettings/default-slideshow-settings-tab.php:77
670
  msgid "Default Slideshow Stylesheet"
671
  msgstr "Padrão Slideshow Stylesheet"
672
 
673
- # @ slideshow-plugin
674
  #: views/SlideshowPluginGeneralSettings/general-settings-tab.php:11
675
  msgid "Add slideshows"
676
  msgstr "Adicionar slideshows"
677
 
678
- # @ slideshow-plugin
679
  #: views/SlideshowPluginGeneralSettings/general-settings-tab.php:12
680
  msgid "Edit slideshows"
681
  msgstr "Editar slideshows"
682
 
683
- # @ slideshow-plugin
684
  #: views/SlideshowPluginGeneralSettings/general-settings-tab.php:13
685
  msgid "Delete slideshows"
686
  msgstr "Excluir slideshows"
687
 
688
- # @ slideshow-plugin
689
  #: views/SlideshowPluginGeneralSettings/general-settings-tab.php:20
690
  msgid "User Capabilities"
691
  msgstr "Capacidades do usuário"
692
 
693
- # @ slideshow-plugin
694
  #: views/SlideshowPluginGeneralSettings/general-settings-tab.php:22
695
  msgid "Select the user roles that will able to perform certain actions."
696
  msgstr ""
697
  "Selecione as funções dos usuários que serão capazes de executar determinadas "
698
  "ações."
699
 
700
- # @ slideshow-plugin
701
  #: views/SlideshowPluginGeneralSettings/general-settings-tab.php:38
702
  msgid "Untitled role"
703
  msgstr "Papel sem título"
704
 
705
- # @ slideshow-plugin
706
  #: views/SlideshowPluginGeneralSettings/general-settings-tab.php:65
707
  msgid "Settings"
708
  msgstr "Configurações"
@@ -719,12 +719,12 @@ msgstr "topo"
719
  msgid "bottom"
720
  msgstr "base"
721
 
722
- # @ slideshow-plugin
723
  #: views/SlideshowPluginGeneralSettings/general-settings.php:16
724
  msgid "Custom Styles"
725
  msgstr "Estilos personalizados"
726
 
727
- # @ slideshow-plugin
728
  #: views/SlideshowPluginPostType/information.php:1
729
  msgid ""
730
  "To use this slideshow in your website either add this piece of shortcode to "
@@ -733,26 +733,26 @@ msgstr ""
733
  "Para usar este slideshow no seu site, adicione este pedaço de shortcode às "
734
  "suas mensagens ou páginas"
735
 
736
- # @ slideshow-plugin
737
  #: views/SlideshowPluginPostType/information.php:5
738
  msgid ""
739
  "Or add this piece of code to where ever in your website you want to place "
740
  "the slideshow"
741
  msgstr "Ou adicione este pedaço de código onde você deseja colocar o slideshow"
742
 
743
- # @ slideshow-plugin
744
  #: views/SlideshowPluginPostType/information.php:9
745
  #, php-format
746
  msgid "Or go to the %swidgets page%s and show the slideshow as a widget."
747
  msgstr "Ou ir para %spágina de widgets%s e exibir o slideshow como um widget."
748
 
749
- # @ slideshow-plugin
750
  #: views/SlideshowPluginPostType/settings.php:26
751
  #: views/SlideshowPluginPostType/style-settings.php:11
752
  msgid "Default"
753
  msgstr "Padrão"
754
 
755
- # @ slideshow-plugin
756
  #: views/SlideshowPluginPostType/slides.php:54
757
  #: views/SlideshowPluginPostType/slides.php:191
758
  #: views/SlideshowPluginSlideInserter/insert-text-button.php:2
@@ -761,7 +761,7 @@ msgstr "Padrão"
761
  msgid "Text slide"
762
  msgstr "Slide de texto"
763
 
764
- # @ slideshow-plugin
765
  #: views/SlideshowPluginPostType/slides.php:61
766
  #: views/SlideshowPluginPostType/slides.php:150
767
  #: views/SlideshowPluginPostType/slides.php:198
@@ -773,7 +773,7 @@ msgstr "Slide de texto"
773
  msgid "Description"
774
  msgstr "Descrição"
775
 
776
- # @ slideshow-plugin
777
  #: views/SlideshowPluginPostType/slides.php:63
778
  #: views/SlideshowPluginPostType/slides.php:200
779
  #: views/SlideshowPluginSlideshowSlide/backend_templates.php:51
@@ -781,7 +781,7 @@ msgstr "Descrição"
781
  msgid "Background color"
782
  msgstr "Cor de fundo"
783
 
784
- # @ slideshow-plugin
785
  #: views/SlideshowPluginPostType/slides.php:68
786
  #: views/SlideshowPluginPostType/slides.php:155
787
  #: views/SlideshowPluginPostType/slides.php:205
@@ -793,7 +793,7 @@ msgstr "Cor de fundo"
793
  msgid "URL"
794
  msgstr "URL"
795
 
796
- # @ slideshow-plugin
797
  #: views/SlideshowPluginPostType/slides.php:70
798
  #: views/SlideshowPluginPostType/slides.php:157
799
  #: views/SlideshowPluginPostType/slides.php:207
@@ -805,7 +805,7 @@ msgstr "URL"
805
  msgid "Open URL in"
806
  msgstr "Abrir URL em"
807
 
808
- # @ slideshow-plugin
809
  #: views/SlideshowPluginPostType/slides.php:72
810
  #: views/SlideshowPluginPostType/slides.php:159
811
  #: views/SlideshowPluginPostType/slides.php:209
@@ -817,7 +817,7 @@ msgstr "Abrir URL em"
817
  msgid "Same window"
818
  msgstr "Mesma janela"
819
 
820
- # @ slideshow-plugin
821
  #: views/SlideshowPluginPostType/slides.php:73
822
  #: views/SlideshowPluginPostType/slides.php:160
823
  #: views/SlideshowPluginPostType/slides.php:210
@@ -829,7 +829,7 @@ msgstr "Mesma janela"
829
  msgid "New window"
830
  msgstr "Nova janela"
831
 
832
- # @ slideshow-plugin
833
  #: views/SlideshowPluginPostType/slides.php:90
834
  #: views/SlideshowPluginPostType/slides.php:230
835
  #: views/SlideshowPluginSlideInserter/insert-video-button.php:2
@@ -838,7 +838,7 @@ msgstr "Nova janela"
838
  msgid "Video slide"
839
  msgstr "Slide de vídeo"
840
 
841
- # @ slideshow-plugin
842
  #: views/SlideshowPluginPostType/slides.php:95
843
  #: views/SlideshowPluginPostType/slides.php:235
844
  #: views/SlideshowPluginSlideshowSlide/backend_templates.php:103
@@ -846,7 +846,7 @@ msgstr "Slide de vídeo"
846
  msgid "Youtube Video ID"
847
  msgstr "ID do Vídeo no Youtube"
848
 
849
- # @ slideshow-plugin
850
  #: views/SlideshowPluginPostType/slides.php:133
851
  #: views/SlideshowPluginPostType/slides.php:255
852
  #: views/SlideshowPluginSlideInserter/insert-image-button.php:2
@@ -856,7 +856,7 @@ msgstr "ID do Vídeo no Youtube"
856
  msgid "Image slide"
857
  msgstr "Slide de imagem"
858
 
859
- # @ slideshow-plugin
860
  #: views/SlideshowPluginPostType/slides.php:171
861
  msgid ""
862
  "An error occurred while loading this slide, and it will not be present in "
@@ -864,7 +864,7 @@ msgid ""
864
  msgstr ""
865
  "Ocorreu um erro ao carregar este slide, e não vai estar presente no slideshow"
866
 
867
- # @ slideshow-plugin
868
  #: views/SlideshowPluginPostType/slides.php:177
869
  #: views/SlideshowPluginPostType/slides.php:218
870
  #: views/SlideshowPluginPostType/slides.php:243
@@ -878,18 +878,18 @@ msgstr ""
878
  msgid "Delete slide"
879
  msgstr "Excluir slide"
880
 
881
- # @ slideshow-plugin
882
  #: views/SlideshowPluginPostType/style-settings.php:22
883
  #, php-format
884
  msgid "Custom styles can be created and customized %shere%s."
885
  msgstr "Estilos podem ser criados e personalizados %saqui%s."
886
 
887
- # @ slideshow-plugin
888
  #: views/SlideshowPluginPostType/support-plugin.php:3
889
  msgid "Help to keep this plugin free!"
890
  msgstr "Ajude a manter este plugin grátis!"
891
 
892
- # @ slideshow-plugin
893
  #: views/SlideshowPluginPostType/support-plugin.php:6
894
  msgid ""
895
  "In order to keep you provided with the newest features, updates and bug "
@@ -902,46 +902,46 @@ msgstr ""
902
  "gentilmente que você considere fazer uma pequena doação para o plugin ou "
903
  "classificação como 5 estrelas em Wordpress.org. Obrigado com antecedência!"
904
 
905
- # @ slideshow-plugin
906
  #: views/SlideshowPluginPostType/support-plugin.php:15
907
  msgid "Rate on Wordpress.org"
908
  msgstr "Taxa em Wordpress.org"
909
 
910
- # @ slideshow-plugin
911
  #: views/SlideshowPluginPostType/support-plugin.php:24
912
  msgid "Frequently Asked Questions (FAQ)"
913
  msgstr "Perguntas Frequentes (FAQ)"
914
 
915
- # @ slideshow-plugin
916
  #: views/SlideshowPluginShortcode/shortcode-inserter.php:4
917
  #: views/SlideshowPluginShortcode/shortcode-inserter.php:9
918
  #: views/SlideshowPluginShortcode/shortcode-inserter.php:18
919
  msgid "Insert a Slideshow"
920
  msgstr "Insira um slideshow"
921
 
922
- # @ slideshow-plugin
923
  #: views/SlideshowPluginShortcode/shortcode-inserter.php:12
924
  #: views/SlideshowPluginShortcode/shortcode-inserter.php:51
925
  msgid "Insert Slideshow"
926
  msgstr "Insira slideshow"
927
 
928
- # @ slideshow-plugin
929
  #: views/SlideshowPluginShortcode/shortcode-inserter.php:27
930
  msgid "Select a slideshow"
931
  msgstr "Selecione um slideshow"
932
 
933
- # @ slideshow-plugin
934
  #: views/SlideshowPluginShortcode/shortcode-inserter.php:36
935
  #: views/SlideshowPluginWidget/form.php:12
936
  msgid "Untitled slideshow"
937
  msgstr "Slideshow sem título"
938
 
939
- # @ slideshow-plugin
940
  #: views/SlideshowPluginShortcode/shortcode-inserter.php:56
941
  msgid "Cancel"
942
  msgstr "Cancelar"
943
 
944
- # @ slideshow-plugin
945
  #: views/SlideshowPluginShortcode/shortcode-inserter.php:67
946
  #, php-format
947
  msgid ""
@@ -951,12 +951,12 @@ msgstr ""
951
  "Parece que você não criou nenhum slideshow ainda. %sVocê pode criar um "
952
  "slideshow aqui!%s"
953
 
954
- # @ slideshow-plugin
955
  #: views/SlideshowPluginSlideInserter/search-popup.php:6
956
  msgid "Search"
957
  msgstr "Pesquisar"
958
 
959
- # @ slideshow-plugin
960
  #: views/SlideshowPluginSlideInserter/search-popup.php:7
961
  msgid "Search images by title or ID"
962
  msgstr "Procurar imagens por título ou ID"
@@ -982,13 +982,13 @@ msgstr "Não permitir aos mecanismos de busca seguirem o link"
982
  msgid "Alternative text"
983
  msgstr "Texto alternativo"
984
 
985
- # @ slideshow-plugin
986
  #: views/SlideshowPluginSlideshowSlide/backend_templates.php:48
987
  #: views/SlideshowPluginSlideshowSlide/backend_text.php:110
988
  msgid "Text color"
989
  msgstr "Cor do texto"
990
 
991
- # @ slideshow-plugin
992
  #: views/SlideshowPluginSlideshowSlide/backend_templates.php:53
993
  #: views/SlideshowPluginSlideshowSlide/backend_text.php:115
994
  msgid "(Leave empty for a transparent background)"
@@ -1003,7 +1003,7 @@ msgstr "Mostrar vídeos relacionados"
1003
  msgid "Upload/Manage Images"
1004
  msgstr "Enviar/Gerenciar Imagens"
1005
 
1006
- # @ slideshow-plugin
1007
  #: views/SlideshowPluginWidget/form.php:9
1008
  msgid "Random Slideshow"
1009
  msgstr "Slideshow aleatório"
19
  "X-Textdomain-Support: yes\n"
20
  "X-Poedit-SearchPath-0: .\n"
21
 
22
+ # @ slideshow-jquery-image-gallery
23
  #: classes/SlideshowPluginGeneralSettings.php:82
24
  #: classes/SlideshowPluginGeneralSettings.php:83
25
  #: views/SlideshowPluginGeneralSettings/general-settings.php:14
26
  msgid "General Settings"
27
  msgstr "Configurações Gerais"
28
 
29
+ # @ slideshow-jquery-image-gallery
30
  #: classes/SlideshowPluginGeneralSettings.php:150
31
  msgid "New"
32
  msgstr "Novo"
33
 
34
+ # @ slideshow-jquery-image-gallery
35
  #: classes/SlideshowPluginGeneralSettings.php:151
36
  msgid "Are you sure you want to delete this custom style?"
37
  msgstr "Tem certeza que quer apagar este estilo personalizado?"
38
 
39
+ # @ slideshow-jquery-image-gallery
40
  #: classes/SlideshowPluginGeneralSettings.php:196
41
  #: classes/SlideshowPluginInstaller.php:803
42
  #: views/SlideshowPluginGeneralSettings/custom-styles-tab.php:6
43
  msgid "Light"
44
  msgstr ""
45
 
46
+ # @ slideshow-jquery-image-gallery
47
  #: classes/SlideshowPluginGeneralSettings.php:197
48
  #: classes/SlideshowPluginInstaller.php:803
49
  #: views/SlideshowPluginGeneralSettings/custom-styles-tab.php:7
50
  msgid "Dark"
51
  msgstr ""
52
 
53
+ # @ slideshow-jquery-image-gallery
54
  # @ default
55
  #: classes/SlideshowPluginGeneralSettings.php:353
56
  #: views/SlideshowPluginGeneralSettings/custom-styles-tab.php:57
58
  msgid "Untitled"
59
  msgstr "Sem título"
60
 
61
+ # @ slideshow-jquery-image-gallery
62
  #: classes/SlideshowPluginInstaller.php:800
63
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:472
64
  #: views/SlideshowPluginSlideshowSlide/backend_templates.php:111
66
  msgid "Yes"
67
  msgstr "Sim"
68
 
69
+ # @ slideshow-jquery-image-gallery
70
  #: classes/SlideshowPluginInstaller.php:801
71
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:473
72
  #: views/SlideshowPluginSlideshowSlide/backend_templates.php:112
74
  msgid "No"
75
  msgstr "Não"
76
 
77
+ # @ slideshow-jquery-image-gallery
78
  #: classes/SlideshowPluginInstaller.php:803
79
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:610
80
  msgid "The style used for this slideshow"
81
  msgstr "O estilo usado para este slideshow"
82
 
83
+ # @ slideshow-jquery-image-gallery
84
  #: classes/SlideshowPluginInstaller.php:803
85
  msgid "Custom"
86
  msgstr "Personalizado"
87
 
88
+ # @ slideshow-jquery-image-gallery
89
  #: classes/SlideshowPluginInstaller.php:804
90
  #: views/SlideshowPluginGeneralSettings/custom-styles-tab.php:126
91
  msgid "Custom style editor"
92
  msgstr "Editor de estilo personalizado"
93
 
94
+ # @ slideshow-jquery-image-gallery
95
  #: classes/SlideshowPluginInstaller.php:805
96
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:518
97
  msgid "Animation used for transition between slides"
98
  msgstr "Animação usada para a transição entre os slides"
99
 
100
+ # @ slideshow-jquery-image-gallery
101
  #: classes/SlideshowPluginInstaller.php:805
102
  msgid "Slide"
103
  msgstr "Deslizar"
104
 
105
+ # @ slideshow-jquery-image-gallery
106
  #: classes/SlideshowPluginInstaller.php:805
107
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:547
108
  msgid "Fade"
109
  msgstr ""
110
 
111
+ # @ slideshow-jquery-image-gallery
112
  #: classes/SlideshowPluginInstaller.php:805
113
  #: classes/SlideshowPluginInstaller.php:806
114
  #: classes/SlideshowPluginInstaller.php:807
120
  msgid "Animation"
121
  msgstr "Animação"
122
 
123
+ # @ slideshow-jquery-image-gallery
124
  #: classes/SlideshowPluginInstaller.php:806
125
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:519
126
  msgid "Number of seconds the slide takes to slide in"
127
  msgstr "Número de segundos que a imagem leva para deslizar"
128
 
129
+ # @ slideshow-jquery-image-gallery
130
  #: classes/SlideshowPluginInstaller.php:807
131
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:520
132
  msgid "Number of seconds the description takes to slide in"
133
  msgstr "Número de segundos que a descrição leva para deslizar"
134
 
135
+ # @ slideshow-jquery-image-gallery
136
  #: classes/SlideshowPluginInstaller.php:808
137
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:521
138
  msgid "Seconds between changing slides"
139
  msgstr "Segundos entre a mudança dos slides"
140
 
141
+ # @ slideshow-jquery-image-gallery
142
  #: classes/SlideshowPluginInstaller.php:809
143
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:522
144
  msgid "Number of slides to fit into one slide"
145
  msgstr "Número de slides para caber em um slide"
146
 
147
+ # @ slideshow-jquery-image-gallery
148
  #: classes/SlideshowPluginInstaller.php:809
149
  #: classes/SlideshowPluginInstaller.php:810
150
  #: classes/SlideshowPluginInstaller.php:811
164
  msgid "Display"
165
  msgstr "Exibir"
166
 
167
+ # @ slideshow-jquery-image-gallery
168
  #: classes/SlideshowPluginInstaller.php:810
169
  msgid "Width of the slideshow, set to parent&#39;s width on 0"
170
  msgstr "Largura do slideshow, definir a largura do pai em 0"
171
 
172
+ # @ slideshow-jquery-image-gallery
173
  #: classes/SlideshowPluginInstaller.php:811
174
  msgid "Height of the slideshow"
175
  msgstr "Altura do slideshow"
176
 
177
+ # @ slideshow-jquery-image-gallery
178
  #: classes/SlideshowPluginInstaller.php:812
179
  msgid "Height of the description boxes"
180
  msgstr "Altura da caixa de descrição"
181
 
182
+ # @ slideshow-jquery-image-gallery
183
  #: classes/SlideshowPluginInstaller.php:813
184
  msgid "Fit image into slide (stretching it)"
185
  msgstr "Ajustar imagem em slides (esticando-o)"
186
 
187
+ # @ slideshow-jquery-image-gallery
188
  #: classes/SlideshowPluginInstaller.php:814
189
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:529
190
  msgid "Show title and description"
191
  msgstr "Mostrar título e descrição"
192
 
193
+ # @ slideshow-jquery-image-gallery
194
  #: classes/SlideshowPluginInstaller.php:815
195
  msgid "Hide description box, it will pop up when a mouse hovers over the slide"
196
  msgstr ""
197
  "Ocultar caixa de descrição, ele irá aparecer quando o mouse passa sobre o "
198
  "slide"
199
 
200
+ # @ slideshow-jquery-image-gallery
201
  #: classes/SlideshowPluginInstaller.php:816
202
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:531
203
  msgid "Automatically slide to the next slide"
204
  msgstr "Automaticamente deslizar para o próximo slide"
205
 
206
+ # @ slideshow-jquery-image-gallery
207
  #: classes/SlideshowPluginInstaller.php:816
208
  #: classes/SlideshowPluginInstaller.php:817
209
  #: classes/SlideshowPluginInstaller.php:818
220
  msgid "Control"
221
  msgstr "Controlar"
222
 
223
+ # @ slideshow-jquery-image-gallery
224
  #: classes/SlideshowPluginInstaller.php:817
225
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:532
226
  msgid "Return to the beginning of the slideshow after last slide"
227
  msgstr "Volte ao início da apresentação de slides após o último slide"
228
 
229
+ # @ slideshow-jquery-image-gallery
230
  #: classes/SlideshowPluginInstaller.php:818
231
  msgid "Activate buttons (so the user can scroll through the slides)"
232
  msgstr "Ativar botões (para que o usuário consiga percorrer os slides)"
233
 
234
+ # @ slideshow-jquery-image-gallery
235
  #: classes/SlideshowPluginInstaller.php:819
236
  msgid "Show control panel (play and pause button)"
237
  msgstr "Mostrar painel de controle (botão de reprodução e pausa)"
238
 
239
+ # @ slideshow-jquery-image-gallery
240
  #: classes/SlideshowPluginPostType.php:45
241
  msgid "Slideshows"
242
  msgstr ""
243
 
244
+ # @ slideshow-jquery-image-gallery
245
  #: classes/SlideshowPluginPostType.php:46
246
  #: views/SlideshowPluginWidget/form.php:7
247
  msgid "Slideshow"
248
  msgstr ""
249
 
250
+ # @ slideshow-jquery-image-gallery
251
  #: classes/SlideshowPluginPostType.php:47
252
  msgid "Add New Slideshow"
253
  msgstr "Adicionar novo slideshow"
254
 
255
+ # @ slideshow-jquery-image-gallery
256
  #: classes/SlideshowPluginPostType.php:48
257
  msgid "Edit slideshow"
258
  msgstr "Editar slideshow"
259
 
260
+ # @ slideshow-jquery-image-gallery
261
  #: classes/SlideshowPluginPostType.php:49
262
  msgid "New slideshow"
263
  msgstr "Novo slideshow"
264
 
265
+ # @ slideshow-jquery-image-gallery
266
  #: classes/SlideshowPluginPostType.php:50
267
  msgid "View slideshow"
268
  msgstr "Ver slideshow"
269
 
270
+ # @ slideshow-jquery-image-gallery
271
  #: classes/SlideshowPluginPostType.php:51
272
  msgid "Search slideshows"
273
  msgstr "Pesquisar slideshows"
274
 
275
+ # @ slideshow-jquery-image-gallery
276
  #: classes/SlideshowPluginPostType.php:52
277
  #: classes/SlideshowPluginPostType.php:53
278
  msgid "No slideshows found"
279
  msgstr "Nenhum slideshow encontrado"
280
 
281
+ # @ slideshow-jquery-image-gallery
282
  #: classes/SlideshowPluginPostType.php:98
283
  msgid "Information"
284
  msgstr "Informações"
285
 
286
+ # @ slideshow-jquery-image-gallery
287
  #: classes/SlideshowPluginPostType.php:107
288
  msgid "Slides List"
289
  msgstr "Lista de slides"
290
 
291
+ # @ slideshow-jquery-image-gallery
292
  #: classes/SlideshowPluginPostType.php:116
293
  msgid "Slideshow Style"
294
  msgstr "Estilo do Slideshow"
295
 
296
+ # @ slideshow-jquery-image-gallery
297
  #: classes/SlideshowPluginPostType.php:125
298
  msgid "Slideshow Settings"
299
  msgstr "Configurações do slideshow"
300
 
301
+ # @ slideshow-jquery-image-gallery
302
  #: classes/SlideshowPluginPostType.php:173
303
  msgid "Slideshow created"
304
  msgstr "Slideshow criado"
305
 
306
+ # @ slideshow-jquery-image-gallery
307
  #: classes/SlideshowPluginPostType.php:177
308
  msgid "Slideshow updated"
309
  msgstr "Slideshow atualizado"
310
 
311
+ # @ slideshow-jquery-image-gallery
312
  #: classes/SlideshowPluginPostType.php:224
313
  #: classes/SlideshowPluginSlideInserter.php:238
314
  #: views/SlideshowPluginPostType/slides.php:2
323
  msgid "Close all"
324
  msgstr "Fechar todos"
325
 
326
+ # @ slideshow-jquery-image-gallery
327
  #: classes/SlideshowPluginPostType.php:240
328
  #: views/SlideshowPluginPostType/slides.php:10
329
  msgid "Add slides to this slideshow by using one of the buttons above."
337
  msgid "Copy"
338
  msgstr "Copiar"
339
 
340
+ # @ slideshow-jquery-image-gallery
341
  #: classes/SlideshowPluginShortcode.php:148
342
  msgid "No slideshow selected."
343
  msgstr "Nenhum slideshow selecionado."
344
 
345
+ # @ slideshow-jquery-image-gallery
346
  #: classes/SlideshowPluginSlideInserter.php:194
347
  msgid "More results loaded"
348
  msgstr "Mais resultados carregados"
349
 
350
+ # @ slideshow-jquery-image-gallery
351
  #: classes/SlideshowPluginSlideInserter.php:249
352
  msgid "Load more results"
353
  msgstr "Carregar mais resultados"
354
 
355
+ # @ slideshow-jquery-image-gallery
356
  #: classes/SlideshowPluginSlideInserter.php:260
357
  msgid "No images were found, click here to upload some."
358
  msgstr "Não foram encontradas imagens, clique aqui para enviar algumas."
359
 
360
+ # @ slideshow-jquery-image-gallery
361
  #: classes/SlideshowPluginSlideInserter.php:332
362
  msgid "Are you sure you want to delete this slide?"
363
  msgstr "Tem certeza que deseja excluir este slide?"
364
 
365
+ # @ slideshow-jquery-image-gallery
366
  #: classes/SlideshowPluginSlideInserter.php:333
367
  msgid "Insert image slide"
368
  msgstr ""
369
 
370
+ # @ slideshow-jquery-image-gallery
371
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:523
372
  msgid "Maximum width. When maximum width is 0, maximum width is ignored"
373
  msgstr "Largura máxima. Quando for 0, será ignorada."
374
 
375
+ # @ slideshow-jquery-image-gallery
376
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:524
377
  msgid "http://en.wikipedia.org/wiki/Aspect_ratio_(image)"
378
  msgstr ""
379
 
380
+ # @ slideshow-jquery-image-gallery
381
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:524
382
  msgid "More info"
383
  msgstr "Mais informações"
384
 
385
+ # @ slideshow-jquery-image-gallery
386
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:524
387
  #, php-format
388
  msgid ""
392
  "Relação proporcional%s entre largura e altura da apresentação de slides "
393
  "(largura:altura)"
394
 
395
+ # @ slideshow-jquery-image-gallery
396
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:525
397
  msgid "Slideshow's height"
398
  msgstr "Altura dos slideshow's"
401
  msgid "Image behaviour"
402
  msgstr ""
403
 
404
+ # @ slideshow-jquery-image-gallery
405
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:527
406
  msgid "Shrink slideshow's height when width shrinks"
407
  msgstr "Encolher a altura quando encolhe a largura"
408
 
409
+ # @ slideshow-jquery-image-gallery
410
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:528
411
  msgid ""
412
  "Enable responsiveness (Shrink slideshow's width when page's width shrinks)"
414
  "Ativar resposta (encolher a largura do slideshow quando a página encolhe a "
415
  "largura)"
416
 
417
+ # @ slideshow-jquery-image-gallery
418
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:530
419
  msgid "Hide description box, pop up when mouse hovers over"
420
  msgstr ""
421
  "Ocultar a caixa de descrição, exibir apenas quando o mouse passar sobre"
422
 
423
+ # @ slideshow-jquery-image-gallery
424
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:533
425
  msgid "Pause slideshow when mouse hovers over"
426
  msgstr "Pausar slideshow quando o mouse passar sobre"
427
 
428
+ # @ slideshow-jquery-image-gallery
429
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:534
430
  msgid "Activate navigation buttons"
431
  msgstr "Ativar botões de navegação"
432
 
433
+ # @ slideshow-jquery-image-gallery
434
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:535
435
  msgid "Hide navigation buttons, show when mouse hovers over"
436
  msgstr "Ocultar botões de navegação, exibir apenas quando o mouse passar sobre"
437
 
438
+ # @ slideshow-jquery-image-gallery
439
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:536
440
  msgid "Activate pagination"
441
  msgstr "Ativar paginação"
442
 
443
+ # @ slideshow-jquery-image-gallery
444
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:537
445
  msgid "Hide pagination, show when mouse hovers over"
446
  msgstr "Ocultar paginação, exibir apenas quando o mouse passar sobre"
447
 
448
+ # @ slideshow-jquery-image-gallery
449
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:538
450
  msgid "Activate control panel (play and pause button)"
451
  msgstr "Ativar painel de controle (botão de reprodução e pausa)"
452
 
453
+ # @ slideshow-jquery-image-gallery
454
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:539
455
  msgid "Hide control panel, show when mouse hovers over"
456
  msgstr "Ocultar painel de controle, exibir apenas quando o mouse passar sobre"
463
  msgid "Show a loading icon until the first slide appears"
464
  msgstr "Mostrar um ícone de carregando até o primeiro slide aparecer"
465
 
466
+ # @ slideshow-jquery-image-gallery
467
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:542
468
  msgid "Randomize slides"
469
  msgstr ""
470
 
471
+ # @ slideshow-jquery-image-gallery
472
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:543
473
  #, php-format
474
  msgid "Avoid content filter (disable if '%s' is shown)"
475
  msgstr "Evite filtro de conteúdo (desativar '%s' é mostrado)"
476
 
477
+ # @ slideshow-jquery-image-gallery
478
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:547
479
  msgid "Slide Left"
480
  msgstr "Deslize para a esquerda"
481
 
482
+ # @ slideshow-jquery-image-gallery
483
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:547
484
  msgid "Slide Right"
485
  msgstr "Deslize para a direita"
486
 
487
+ # @ slideshow-jquery-image-gallery
488
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:547
489
  msgid "Slide Up"
490
  msgstr "Deslize para cima"
491
 
492
+ # @ slideshow-jquery-image-gallery
493
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:547
494
  msgid "Slide Down"
495
  msgstr "Deslize para baixo"
498
  msgid "Cross Fade"
499
  msgstr ""
500
 
501
+ # @ slideshow-jquery-image-gallery
502
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:547
503
  msgid "Direct Fade"
504
  msgstr ""
505
 
506
+ # @ slideshow-jquery-image-gallery
507
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:547
508
  msgid "Random Animation"
509
  msgstr "Animação aleatória"
520
  msgid "Stretch to fit"
521
  msgstr "Estique para enquadrar"
522
 
523
+ # @ slideshow-jquery-image-gallery
524
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:569
525
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:570
526
  #: classes/SlideshowPluginSlideshowSettingsHandler.php:571
528
  msgid "Miscellaneous"
529
  msgstr "Diversos"
530
 
531
+ # @ slideshow-jquery-image-gallery
532
  #: classes/SlideshowPluginWidget.php:23
533
  msgid "Enables you to show your slideshows in the widget area of your website."
534
  msgstr "Permite mostrar seus slideshows na área de widget."
535
 
536
+ # @ slideshow-jquery-image-gallery
537
  #: classes/SlideshowPluginWidget.php:29
538
  msgid "Slideshow Widget"
539
  msgstr ""
554
  msgid "Next"
555
  msgstr "Próximo"
556
 
557
+ # @ slideshow-jquery-image-gallery
558
  #: views/SlideshowPlugin/slideshow.php:28
559
  msgid "Go to slide"
560
  msgstr "Ir para o slide"
561
 
562
+ # @ slideshow-jquery-image-gallery
563
  #: views/SlideshowPluginGeneralSettings/custom-styles-tab.php:46
564
  msgid "Default stylesheets"
565
  msgstr "Padrão stylesheets"
566
 
567
+ # @ slideshow-jquery-image-gallery
568
  #: views/SlideshowPluginGeneralSettings/custom-styles-tab.php:60
569
  msgid "Create a new custom style from this style"
570
  msgstr "Criar um novo estilo personalizado"
571
 
572
+ # @ slideshow-jquery-image-gallery
573
  #: views/SlideshowPluginGeneralSettings/custom-styles-tab.php:62
574
  msgid "Customize"
575
  msgstr "Personalize"
576
 
577
+ # @ slideshow-jquery-image-gallery
578
  #: views/SlideshowPluginGeneralSettings/custom-styles-tab.php:76
579
  msgid "Custom stylesheets"
580
  msgstr "Stylesheets personalizados"
581
 
582
+ # @ slideshow-jquery-image-gallery
583
  #: views/SlideshowPluginGeneralSettings/custom-styles-tab.php:89
584
  #: views/SlideshowPluginGeneralSettings/custom-styles-tab.php:172
585
  msgid "Edit this style"
586
  msgstr "Editar este estilo"
587
 
588
+ # @ slideshow-jquery-image-gallery
589
  #: views/SlideshowPluginGeneralSettings/custom-styles-tab.php:91
590
  #: views/SlideshowPluginGeneralSettings/custom-styles-tab.php:174
591
  #: views/SlideshowPluginPostType/slides.php:138
593
  msgid "Edit"
594
  msgstr "Editar"
595
 
596
+ # @ slideshow-jquery-image-gallery
597
  #: views/SlideshowPluginGeneralSettings/custom-styles-tab.php:98
598
  #: views/SlideshowPluginGeneralSettings/custom-styles-tab.php:181
599
  msgid "Delete this style"
600
  msgstr "Excluir este estilo"
601
 
602
+ # @ slideshow-jquery-image-gallery
603
  #: views/SlideshowPluginGeneralSettings/custom-styles-tab.php:100
604
  #: views/SlideshowPluginGeneralSettings/custom-styles-tab.php:183
605
  msgid "Delete"
610
  msgid "Click 'Customize' to create a new custom stylesheet."
611
  msgstr "Clique 'Customizar' para criar uma nova folha de estilo."
612
 
613
+ # @ slideshow-jquery-image-gallery
614
  #: views/SlideshowPluginGeneralSettings/custom-styles-tab.php:130
615
  msgid "Select a stylesheet to start customizing it."
616
  msgstr "Selecione uma folha de estilo para customizá-la"
617
 
618
+ # @ slideshow-jquery-image-gallery
619
  #: views/SlideshowPluginGeneralSettings/custom-styles-tab.php:139
620
  #: views/SlideshowPluginGeneralSettings/custom-styles-tab.php:192
621
  #: views/SlideshowPluginPostType/slides.php:59
630
  msgid "Title"
631
  msgstr "Título"
632
 
633
+ # @ slideshow-jquery-image-gallery
634
  #: views/SlideshowPluginGeneralSettings/custom-styles-tab.php:148
635
  #: views/SlideshowPluginGeneralSettings/custom-styles-tab.php:200
636
  msgid "Style"
637
  msgstr "Estilo"
638
 
639
+ # @ slideshow-jquery-image-gallery
640
  #: views/SlideshowPluginGeneralSettings/default-slideshow-settings-tab.php:11
641
  msgid "Note"
642
  msgstr "Nota"
643
 
644
+ # @ slideshow-jquery-image-gallery
645
  #: views/SlideshowPluginGeneralSettings/default-slideshow-settings-tab.php:18
646
  #, php-format
647
  msgid ""
653
  "de slides criados recentemente, e portanto, não altera nenhum dos já "
654
  "existentes. Para adaptar as configurações de um slideshow, %sclique aqui.%s"
655
 
656
+ # @ slideshow-jquery-image-gallery
657
  #: views/SlideshowPluginGeneralSettings/default-slideshow-settings-tab.php:29
658
  #: views/SlideshowPluginGeneralSettings/general-settings.php:15
659
  msgid "Default Slideshow Settings"
660
  msgstr "Predefinições do Slideshow"
661
 
662
+ # @ slideshow-jquery-image-gallery
663
  #: views/SlideshowPluginGeneralSettings/default-slideshow-settings-tab.php:41
664
  #: views/SlideshowPluginPostType/settings.php:12
665
  msgid "settings"
666
  msgstr "Configurações"
667
 
668
+ # @ slideshow-jquery-image-gallery
669
  #: views/SlideshowPluginGeneralSettings/default-slideshow-settings-tab.php:77
670
  msgid "Default Slideshow Stylesheet"
671
  msgstr "Padrão Slideshow Stylesheet"
672
 
673
+ # @ slideshow-jquery-image-gallery
674
  #: views/SlideshowPluginGeneralSettings/general-settings-tab.php:11
675
  msgid "Add slideshows"
676
  msgstr "Adicionar slideshows"
677
 
678
+ # @ slideshow-jquery-image-gallery
679
  #: views/SlideshowPluginGeneralSettings/general-settings-tab.php:12
680
  msgid "Edit slideshows"
681
  msgstr "Editar slideshows"
682
 
683
+ # @ slideshow-jquery-image-gallery
684
  #: views/SlideshowPluginGeneralSettings/general-settings-tab.php:13
685
  msgid "Delete slideshows"
686
  msgstr "Excluir slideshows"
687
 
688
+ # @ slideshow-jquery-image-gallery
689
  #: views/SlideshowPluginGeneralSettings/general-settings-tab.php:20
690
  msgid "User Capabilities"
691
  msgstr "Capacidades do usuário"
692
 
693
+ # @ slideshow-jquery-image-gallery
694
  #: views/SlideshowPluginGeneralSettings/general-settings-tab.php:22
695
  msgid "Select the user roles that will able to perform certain actions."
696
  msgstr ""
697
  "Selecione as funções dos usuários que serão capazes de executar determinadas "
698
  "ações."
699
 
700
+ # @ slideshow-jquery-image-gallery
701
  #: views/SlideshowPluginGeneralSettings/general-settings-tab.php:38
702
  msgid "Untitled role"
703
  msgstr "Papel sem título"
704
 
705
+ # @ slideshow-jquery-image-gallery
706
  #: views/SlideshowPluginGeneralSettings/general-settings-tab.php:65
707
  msgid "Settings"
708
  msgstr "Configurações"
719
  msgid "bottom"
720
  msgstr "base"
721
 
722
+ # @ slideshow-jquery-image-gallery
723
  #: views/SlideshowPluginGeneralSettings/general-settings.php:16
724
  msgid "Custom Styles"
725
  msgstr "Estilos personalizados"
726
 
727
+ # @ slideshow-jquery-image-gallery
728
  #: views/SlideshowPluginPostType/information.php:1
729
  msgid ""
730
  "To use this slideshow in your website either add this piece of shortcode to "
733
  "Para usar este slideshow no seu site, adicione este pedaço de shortcode às "
734
  "suas mensagens ou páginas"
735
 
736
+ # @ slideshow-jquery-image-gallery
737
  #: views/SlideshowPluginPostType/information.php:5
738
  msgid ""
739
  "Or add this piece of code to where ever in your website you want to place "
740
  "the slideshow"
741
  msgstr "Ou adicione este pedaço de código onde você deseja colocar o slideshow"
742
 
743
+ # @ slideshow-jquery-image-gallery
744
  #: views/SlideshowPluginPostType/information.php:9
745
  #, php-format
746
  msgid "Or go to the %swidgets page%s and show the slideshow as a widget."
747
  msgstr "Ou ir para %spágina de widgets%s e exibir o slideshow como um widget."
748
 
749
+ # @ slideshow-jquery-image-gallery
750
  #: views/SlideshowPluginPostType/settings.php:26
751
  #: views/SlideshowPluginPostType/style-settings.php:11
752
  msgid "Default"
753
  msgstr "Padrão"
754
 
755
+ # @ slideshow-jquery-image-gallery
756
  #: views/SlideshowPluginPostType/slides.php:54
757
  #: views/SlideshowPluginPostType/slides.php:191
758
  #: views/SlideshowPluginSlideInserter/insert-text-button.php:2
761
  msgid "Text slide"
762
  msgstr "Slide de texto"
763
 
764
+ # @ slideshow-jquery-image-gallery
765
  #: views/SlideshowPluginPostType/slides.php:61
766
  #: views/SlideshowPluginPostType/slides.php:150
767
  #: views/SlideshowPluginPostType/slides.php:198
773
  msgid "Description"
774
  msgstr "Descrição"
775
 
776
+ # @ slideshow-jquery-image-gallery
777
  #: views/SlideshowPluginPostType/slides.php:63
778
  #: views/SlideshowPluginPostType/slides.php:200
779
  #: views/SlideshowPluginSlideshowSlide/backend_templates.php:51
781
  msgid "Background color"
782
  msgstr "Cor de fundo"
783
 
784
+ # @ slideshow-jquery-image-gallery
785
  #: views/SlideshowPluginPostType/slides.php:68
786
  #: views/SlideshowPluginPostType/slides.php:155
787
  #: views/SlideshowPluginPostType/slides.php:205
793
  msgid "URL"
794
  msgstr "URL"
795
 
796
+ # @ slideshow-jquery-image-gallery
797
  #: views/SlideshowPluginPostType/slides.php:70
798
  #: views/SlideshowPluginPostType/slides.php:157
799
  #: views/SlideshowPluginPostType/slides.php:207
805
  msgid "Open URL in"
806
  msgstr "Abrir URL em"
807
 
808
+ # @ slideshow-jquery-image-gallery
809
  #: views/SlideshowPluginPostType/slides.php:72
810
  #: views/SlideshowPluginPostType/slides.php:159
811
  #: views/SlideshowPluginPostType/slides.php:209
817
  msgid "Same window"
818
  msgstr "Mesma janela"
819
 
820
+ # @ slideshow-jquery-image-gallery
821
  #: views/SlideshowPluginPostType/slides.php:73
822
  #: views/SlideshowPluginPostType/slides.php:160
823
  #: views/SlideshowPluginPostType/slides.php:210
829
  msgid "New window"
830
  msgstr "Nova janela"
831
 
832
+ # @ slideshow-jquery-image-gallery
833
  #: views/SlideshowPluginPostType/slides.php:90
834
  #: views/SlideshowPluginPostType/slides.php:230
835
  #: views/SlideshowPluginSlideInserter/insert-video-button.php:2
838
  msgid "Video slide"
839
  msgstr "Slide de vídeo"
840
 
841
+ # @ slideshow-jquery-image-gallery
842
  #: views/SlideshowPluginPostType/slides.php:95
843
  #: views/SlideshowPluginPostType/slides.php:235
844
  #: views/SlideshowPluginSlideshowSlide/backend_templates.php:103
846
  msgid "Youtube Video ID"
847
  msgstr "ID do Vídeo no Youtube"
848
 
849
+ # @ slideshow-jquery-image-gallery
850
  #: views/SlideshowPluginPostType/slides.php:133
851
  #: views/SlideshowPluginPostType/slides.php:255
852
  #: views/SlideshowPluginSlideInserter/insert-image-button.php:2
856
  msgid "Image slide"
857
  msgstr "Slide de imagem"
858
 
859
+ # @ slideshow-jquery-image-gallery
860
  #: views/SlideshowPluginPostType/slides.php:171
861
  msgid ""
862
  "An error occurred while loading this slide, and it will not be present in "
864
  msgstr ""
865
  "Ocorreu um erro ao carregar este slide, e não vai estar presente no slideshow"
866
 
867
+ # @ slideshow-jquery-image-gallery
868
  #: views/SlideshowPluginPostType/slides.php:177
869
  #: views/SlideshowPluginPostType/slides.php:218
870
  #: views/SlideshowPluginPostType/slides.php:243
878
  msgid "Delete slide"
879
  msgstr "Excluir slide"
880
 
881
+ # @ slideshow-jquery-image-gallery
882
  #: views/SlideshowPluginPostType/style-settings.php:22
883
  #, php-format
884
  msgid "Custom styles can be created and customized %shere%s."
885
  msgstr "Estilos podem ser criados e personalizados %saqui%s."
886
 
887
+ # @ slideshow-jquery-image-gallery
888
  #: views/SlideshowPluginPostType/support-plugin.php:3
889
  msgid "Help to keep this plugin free!"
890
  msgstr "Ajude a manter este plugin grátis!"
891
 
892
+ # @ slideshow-jquery-image-gallery
893
  #: views/SlideshowPluginPostType/support-plugin.php:6
894
  msgid ""
895
  "In order to keep you provided with the newest features, updates and bug "
902
  "gentilmente que você considere fazer uma pequena doação para o plugin ou "
903
  "classificação como 5 estrelas em Wordpress.org. Obrigado com antecedência!"
904
 
905
+ # @ slideshow-jquery-image-gallery
906
  #: views/SlideshowPluginPostType/support-plugin.php:15
907
  msgid "Rate on Wordpress.org"
908
  msgstr "Taxa em Wordpress.org"
909
 
910
+ # @ slideshow-jquery-image-gallery
911
  #: views/SlideshowPluginPostType/support-plugin.php:24
912
  msgid "Frequently Asked Questions (FAQ)"
913
  msgstr "Perguntas Frequentes (FAQ)"
914
 
915
+ # @ slideshow-jquery-image-gallery
916
  #: views/SlideshowPluginShortcode/shortcode-inserter.php:4
917
  #: views/SlideshowPluginShortcode/shortcode-inserter.php:9
918
  #: views/SlideshowPluginShortcode/shortcode-inserter.php:18
919
  msgid "Insert a Slideshow"
920
  msgstr "Insira um slideshow"
921
 
922
+ # @ slideshow-jquery-image-gallery
923
  #: views/SlideshowPluginShortcode/shortcode-inserter.php:12
924
  #: views/SlideshowPluginShortcode/shortcode-inserter.php:51
925
  msgid "Insert Slideshow"
926
  msgstr "Insira slideshow"
927
 
928
+ # @ slideshow-jquery-image-gallery
929
  #: views/SlideshowPluginShortcode/shortcode-inserter.php:27
930
  msgid "Select a slideshow"
931
  msgstr "Selecione um slideshow"
932
 
933
+ # @ slideshow-jquery-image-gallery
934
  #: views/SlideshowPluginShortcode/shortcode-inserter.php:36
935
  #: views/SlideshowPluginWidget/form.php:12
936
  msgid "Untitled slideshow"
937
  msgstr "Slideshow sem título"
938
 
939
+ # @ slideshow-jquery-image-gallery
940
  #: views/SlideshowPluginShortcode/shortcode-inserter.php:56
941
  msgid "Cancel"
942
  msgstr "Cancelar"
943
 
944
+ # @ slideshow-jquery-image-gallery
945
  #: views/SlideshowPluginShortcode/shortcode-inserter.php:67
946
  #, php-format
947
  msgid ""
951
  "Parece que você não criou nenhum slideshow ainda. %sVocê pode criar um "
952
  "slideshow aqui!%s"
953
 
954
+ # @ slideshow-jquery-image-gallery
955
  #: views/SlideshowPluginSlideInserter/search-popup.php:6
956
  msgid "Search"
957
  msgstr "Pesquisar"
958
 
959
+ # @ slideshow-jquery-image-gallery
960
  #: views/SlideshowPluginSlideInserter/search-popup.php:7
961
  msgid "Search images by title or ID"
962
  msgstr "Procurar imagens por título ou ID"
982
  msgid "Alternative text"
983
  msgstr "Texto alternativo"
984
 
985
+ # @ slideshow-jquery-image-gallery
986
  #: views/SlideshowPluginSlideshowSlide/backend_templates.php:48
987
  #: views/SlideshowPluginSlideshowSlide/backend_text.php:110
988
  msgid "Text color"
989
  msgstr "Cor do texto"
990
 
991
+ # @ slideshow-jquery-image-gallery
992
  #: views/SlideshowPluginSlideshowSlide/backend_templates.php:53
993
  #: views/SlideshowPluginSlideshowSlide/backend_text.php:115
994
  msgid "(Leave empty for a transparent background)"
1003
  msgid "Upload/Manage Images"
1004
  msgstr "Enviar/Gerenciar Imagens"
1005
 
1006
+ # @ slideshow-jquery-image-gallery
1007
  #: views/SlideshowPluginWidget/form.php:9
1008
  msgid "Random Slideshow"
1009
  msgstr "Slideshow aleatório"
languages/{slideshow-plugin-pt_PT.mo → slideshow-jquery-image-gallery-pt_PT.mo} RENAMED
File without changes
languages/{slideshow-plugin-pt_PT.po → slideshow-jquery-image-gallery-pt_PT.po} RENAMED
File without changes
languages/{slideshow-plugin-ru_RU.mo → slideshow-jquery-image-gallery-ru_RU.mo} RENAMED
File without changes
languages/{slideshow-plugin-ru_RU.po → slideshow-jquery-image-gallery-ru_RU.po} RENAMED
File without changes
languages/{slideshow-plugin-sr_RS.mo → slideshow-jquery-image-gallery-sr_RS.mo} RENAMED
File without changes
languages/{slideshow-plugin-sr_RS.po → slideshow-jquery-image-gallery-sr_RS.po} RENAMED
File without changes
languages/{slideshow-plugin-sv_SE.mo → slideshow-jquery-image-gallery-sv_SE.mo} RENAMED
File without changes
languages/{slideshow-plugin-sv_SE.po → slideshow-jquery-image-gallery-sv_SE.po} RENAMED
File without changes
languages/{slideshow-plugin-tr_TR.mo → slideshow-jquery-image-gallery-tr_TR.mo} RENAMED
File without changes
languages/{slideshow-plugin-tr_TR.po → slideshow-jquery-image-gallery-tr_TR.po} RENAMED
File without changes
languages/{slideshow-plugin-uk_UK.mo → slideshow-jquery-image-gallery-uk_UK.mo} RENAMED
File without changes
languages/{slideshow-plugin-uk_UK.po → slideshow-jquery-image-gallery-uk_UK.po} RENAMED
File without changes
languages/{slideshow-plugin-zh_CN.mo → slideshow-jquery-image-gallery-zh_CN.mo} RENAMED
File without changes
languages/{slideshow-plugin-zh_CN.po → slideshow-jquery-image-gallery-zh_CN.po} RENAMED
File without changes
languages/slideshow-plugin-es_ES.mo DELETED
Binary file
readme.txt CHANGED
@@ -5,7 +5,7 @@ Donate link: http://stefanboonstra.com/donate-to-slideshow/
5
  Tags: responsive, slideshow, slider, slide show, images, image, photo, video, text, gallery, galleries, jquery, javascript
6
  Requires at least: 3.5
7
  Tested up to: 4.3
8
- Stable tag: 2.2.24
9
  License: GPLv2
10
 
11
  Integrate a fancy slideshow in just five steps. - Rainbows. Rainbows everywhere.
@@ -13,9 +13,9 @@ Integrate a fancy slideshow in just five steps. - Rainbows. Rainbows everywhere.
13
 
14
  == Description ==
15
 
16
- Slideshow provides an easy way to integrate multiple slideshows in any WordPress installation.
17
 
18
- Any image can be loaded into a slideshow using the default WordPress media uploader, even images you've already
19
  uploaded can be inserted into your slideshow right away!
20
 
21
  Fancy doing something crazy? You can create and use as many slideshows as you'd like, with
@@ -32,7 +32,7 @@ different images, settings and styles for each one of them.
32
  - Run multiple slideshows on the same page
33
  - Change animations and handling
34
  - Customize to taste
35
- - Show that visitor who's the boss
36
 
37
  = Languages =
38
 
@@ -54,17 +54,11 @@ different images, settings and styles for each one of them.
54
  - Portuguese (83% - pt_PT - Translated by [Filipe Catraia](http://www.filipecatraia.com/))
55
  - Russian (100% - ru_RU - Translated by [Coupofy](http://www.coupofy.com/) and Dmitry Fatakov)
56
  - Serbo-Croatian (91% - sr_RS - Translated by [Webhosting Hub](http://www.webhostinghub.com/))
57
- - Spanish (100% - es_ES - Translated by [Manuel Ballesta Ruiz](http://mbrsolution.com/) and [Violeta Rosales](https://twitter.com/violetisha))
58
  - Swedish (91% - sv_SE - Translated by [Åke Isacsson](http://www.nojdkund.se/) and Wilhelm Svenselius)
59
  - Turkish (83% - tr_TR - Translated by [İlker Akdoğan](http://www.kelkirpi.net/))
60
  - Ukrainian (100% - uk_UK - Translated by [Coupofy](http://www.coupofy.com/))
61
 
62
- Feel free to send me your own translation of the plugin to my e-mail address: wordpress@stefanboonstra.com. The original
63
- translation file can be downloaded
64
- [by clicking here](http://plugins.svn.wordpress.org/slideshow-jquery-image-gallery/trunk/languages/slideshow-plugin-original.po)
65
- and saving the page to your computer. This file can be easily edited with [PoEdit](http://www.poedit.net/), a free
66
- translation tool. Many thanks in advance!
67
-
68
  = Project board =
69
 
70
  Check upcoming features, bug-fixes and development progress that are currently on the Slideshow project board at:
@@ -82,14 +76,13 @@ uncompressed files can be compiled using [Prepros](http://alphapixels.com/prepro
82
 
83
  2. After activating Slideshow, click on 'Slideshows' and create a new slideshow.
84
 
85
- 3. Click on 'Image slide' to insert an image slide. The WordPress media uploader will appear, which allows you to choose
86
- or upload the desired image to the slideshow. Insert the image by clicking the 'Select' button. To insert text slides and
87
- YouTube video slides, click the 'Text slide' or the 'Video slide' button respectively. Don't forget to save your progress!
88
 
89
- 4. Go to a post or a page and click the 'Insert Slideshow' button above the editor. A screen will appear in which you can
90
- select your newly created slideshow. You can also use the shortcode or code snippet visible in your slideshow's edit page
91
- to deploy your slideshow anywhere on your website. Use the widget to show any of your slideshows in the widget area of your
92
- website.
93
 
94
  5. Feel like a sir.
95
 
@@ -98,21 +91,20 @@ website.
98
 
99
  = How do I add image slides? =
100
 
101
- Click the 'Image slide' button in the 'Slides List' of the slideshow. The WordPress media uploader will pop up, in which
102
- you'll be able to search all images that have already been uploaded to your WordPress website. If you'd like to add new
103
- images to the slideshow, you'll be able to upload them right away from the media uploader. (Provided you're running a
104
- WordPress installation of version 3.5 or later)
105
 
106
  = How do I change a slideshow's settings? =
107
 
108
- Just like WordPress' posts and pages you're already familiar with, slideshows can be edited. Go to the 'Slideshows' tab
109
- in your WordPress admin panel, and you'll see a list of slideshows. If you have not created a slideshow yet, you
110
- can do so by clicking 'Add new' on that same page. If there are slideshows in the list, click the title of the slideshow
111
- of which you'd like to change the settings. On the slideshow's edit page you'll be able to find a box titled 'Slideshow Settings',
112
- in this box you can change the slideshow's settings.
113
 
114
- If you're creating multiple slideshows which should have the same settings, but you'd like the settings to be different
115
- from the default ones, you can change the default settings by going to the 'General Settings' page and clicking on the
116
  'Default Slideshow Settings' tab. Newly created slideshows will start off with the settings you set there.
117
 
118
  = How do I customize the slideshow's style? =
@@ -127,12 +119,12 @@ In the 'Slideshow Style' box you can now find and select your custom stylesheet.
127
  slideshows.
128
 
129
  If you've already created a custom stylesheet, you can edit it by clicking 'Edit'. You can also delete it by clicking
130
- 'Delete'. Careful, a deleted stylesheet cannot be retrieved and cannot be used by any slideshow
131
  anymore.
132
 
133
  = Some users can add, edit or delete slideshows, although I do not want them to. Can I prevent this from happening? =
134
 
135
- Yes you can. In your WordPress admin panel, go to the 'Slideshows' menu item and click on 'General Settings', then go to
136
  the 'User Capabilities' tab (If you're not already there). The privileges that allow user groups to perform certain
137
  actions are listed here. To allow, for instance, a contributor to add a slideshow, click the box in front of 'Contributor'
138
  to grant him the right to add slideshows.
@@ -143,13 +135,13 @@ situation.
143
 
144
  = The slideshow does not show up =
145
 
146
- - The slideshow is often called after the `</head>` tag, which means the scripts and stylesheet need to load in the footer
147
  of the website. A theme that has no `<?php wp_footer(); ?>` call in it's footer will not be able to load the slideshow's
148
  scripts.
149
 
150
  - Often when the slideshow isn't showing, there's a javascript error somewhere on the page and this error has caused
151
- JavaScript to break. For the slideshow to work again, this error needs to be fixed. Check if any errors were thrown by
152
- opening Google Chrome or Firefox (with Firebug installed) and opening the console.
153
 
154
  = Why does Internet Explorer show a big blank space above the slideshow? =
155
 
@@ -184,6 +176,9 @@ personal taste.
184
 
185
  == Changelog ==
186
 
 
 
 
187
  = 2.2.24 =
188
  * Compatible with WordPress 4.3.
189
  * Widget constructor no longer uses deprecated PHP 4 style constructor.
@@ -207,10 +202,10 @@ personal taste.
207
  * Fixed: A bug that caused the previous slide button and the navigation bullets to malfunction on "Cross Fade" setting.
208
  * Fixed: Slideshow container calculation now uses the JavaScript round function instead of the floor function.
209
  * Fixed: Separated assignment of $sessionID and increment of SlideshowPlugin::$sessionCounter.
210
- * Added Norwegian translation.
211
- * Updated Persian translation, thanks to W3Design.
212
- * Updated German translation.
213
- * Updated Brazilian Portuguese translation.
214
 
215
  = 2.2.21 =
216
  * Compatible with WordPress 3.9.
@@ -228,10 +223,10 @@ personal taste.
228
  * Post published/updated message doesn't show a link to a non-existant page anymore.
229
  * New tags are available for custom stylesheets: %site-url%, %stylesheet-url% and %template-url%
230
  * Fixed: When the slideshow would not have any height, slides would not hide outside of the slideshow.
231
- * Added Serbo-Croatian translation, thanks to Webhosting Hub.
232
- * Updated Persian translation, thanks to W3Design.
233
- * Updated Chinese translation, thanks to Leo Newbiesup.
234
- * Updated Swedish translation, thanks to Wilhelm Svenselius.
235
 
236
  = 2.2.19 =
237
  * Slideshows can now detect when their stylesheet isn't loaded and load their own when this is the case.
@@ -245,8 +240,8 @@ personal taste.
245
  * Improved filter avoiding mechanism.
246
  * Disappearing settings now have a more apparent animation.
247
  * Fixed: First slide of a slideshow wouldn't show when the slideshow's content had no size on page load.
248
- * Added Brazilian Portuguese translation, thanks to Piero Luiz.
249
- * Updated French translation, thanks to Romain Sandri.
250
 
251
  = 2.2.17 =
252
  * Fixed: Images disappeared when their width was larger than the slide's width and image behaviour was set to 'Natural and centered'
@@ -279,22 +274,22 @@ personal taste.
279
  * Implemented a new algorithm for randomizing slides.
280
  * Slideshow can now wait for a slide to load before showing it.
281
  * Fixed: The 'Enable responsiveness' setting disappeared when disabling the 'Show title and description' option.
282
- * Added Turkish translation, thanks to İlker Akdoğan.
283
- * Added Polish translation, thanks to Wicher Wiater.
284
- * Added Finnish translation.
285
- * Updated French translation, thanks to Romain Sandri.
286
- * Added Portuguese translation, thanks to Filipe Catraia.
287
- * Added Persian translation, thanks to W3Design.
288
- * Added Italian translation, thanks to Tecnikgeek.
289
- * Added Japanese translation, thanks to Michihide Hotta.
290
 
291
  = 2.2.11 =
292
  * Fixed: The slideshow script loaded the YouTube API twice.
293
  * Fixed: Floating the slideshow resulted in it having no width, therefore being invisible.
294
  * Fixed: Sites that don't support URL data weren't able to load a slideshow's stylesheet correctly.
295
  * Fixed: Slideshow randomly disappeared in Internet Explorer 8 when absolute positioning was used.
296
- * Added Swedish translation, thanks to Åke Isacsson.
297
- * Added Hebrew translation, thanks to Eli Segev.
298
 
299
  = 2.2.10 =
300
  * Fixed: Auto margin combined with a fixed width will no longer break slideshow's responsiveness.
@@ -340,7 +335,7 @@ personal taste.
340
  * Fixed: PHP errors were showing in 'Delete slide' links.
341
  * Live width calculations have been halved to improve performance.
342
  * Default settings have been tuned to cater better to most users.
343
- * Added Czech translation, thanks to Edhel.
344
 
345
  = 2.2.1 =
346
  * Fixed: A bug in the width calculations caused slideshows in width-less elements to be hidden.
5
  Tags: responsive, slideshow, slider, slide show, images, image, photo, video, text, gallery, galleries, jquery, javascript
6
  Requires at least: 3.5
7
  Tested up to: 4.3
8
+ Stable tag: 2.2.25
9
  License: GPLv2
10
 
11
  Integrate a fancy slideshow in just five steps. - Rainbows. Rainbows everywhere.
13
 
14
  == Description ==
15
 
16
+ Slideshow provides an easy way to integrate a slideshow for any WordPress installation.
17
 
18
+ Any image can be loaded into the slideshow by picking it from the WordPress media page, even images you've already
19
  uploaded can be inserted into your slideshow right away!
20
 
21
  Fancy doing something crazy? You can create and use as many slideshows as you'd like, with
32
  - Run multiple slideshows on the same page
33
  - Change animations and handling
34
  - Customize to taste
35
+ - Show that visitor who's boss
36
 
37
  = Languages =
38
 
54
  - Portuguese (83% - pt_PT - Translated by [Filipe Catraia](http://www.filipecatraia.com/))
55
  - Russian (100% - ru_RU - Translated by [Coupofy](http://www.coupofy.com/) and Dmitry Fatakov)
56
  - Serbo-Croatian (91% - sr_RS - Translated by [Webhosting Hub](http://www.webhostinghub.com/))
57
+ - Spanish (51% - es_ES - Translated by [Violeta Rosales](https://twitter.com/violetisha))
58
  - Swedish (91% - sv_SE - Translated by [Åke Isacsson](http://www.nojdkund.se/) and Wilhelm Svenselius)
59
  - Turkish (83% - tr_TR - Translated by [İlker Akdoğan](http://www.kelkirpi.net/))
60
  - Ukrainian (100% - uk_UK - Translated by [Coupofy](http://www.coupofy.com/))
61
 
 
 
 
 
 
 
62
  = Project board =
63
 
64
  Check upcoming features, bug-fixes and development progress that are currently on the Slideshow project board at:
76
 
77
  2. After activating Slideshow, click on 'Slideshows' and create a new slideshow.
78
 
79
+ 3. Click on 'Insert Image Slide' to insert an image slide, a popup will appear where you can search for the desired
80
+ image. Insert the image by clicking 'Insert'. The same goes for text and video slides, don't forget to save!
 
81
 
82
+ 4. Go to a post or a page and click the 'Insert Slideshow' button above the editor. A popup appears where you can select
83
+ your newly created slideshow to insert. You can also use the shortcode or code snippet visible in your slideshow admin
84
+ panel to deploy your slideshow anywhere on your website. Use the widget to show any of your slideshows in the sidebar
85
+ of your website.
86
 
87
  5. Feel like a sir.
88
 
91
 
92
  = How do I add image slides? =
93
 
94
+ Click the 'Image slide' button in the 'Slides List' of the slideshow. A screen will pop up where you'll be able to
95
+ search though all images that have already been uploaded to your WordPress website. If you want to add new images to the
96
+ slideshow, or you do not have any images yet, you'll have to upload them to the WordPress media page first.
 
97
 
98
  = How do I change a slideshow's settings? =
99
 
100
+ Just like the posts and pages you're already familiar with, slideshows can be edited. Go to the 'Slideshows' tab in your
101
+ WordPress admin, and you'll see a list of slideshows. If you have not created a slideshow yet, you can do so by clicking
102
+ 'Add new' on that same page. If there are slideshows in the list, click on the title of the slideshow you want to change
103
+ the settings of. On the slideshow's edit page you'll be able to find a box titled 'Slideshow Settings', in this box you
104
+ can change the slideshow's settings.
105
 
106
+ If you're creating multiple slideshows that should have the same settings, but their settings need to be different from
107
+ the default settings, you can change the default settings by going to the 'General Settings' page and clicking on the
108
  'Default Slideshow Settings' tab. Newly created slideshows will start off with the settings you set there.
109
 
110
  = How do I customize the slideshow's style? =
119
  slideshows.
120
 
121
  If you've already created a custom stylesheet, you can edit it by clicking 'Edit'. You can also delete it by clicking
122
+ 'Delete'. Be careful with this though, a deleted stylesheet cannot be retrieved and cannot be used by any slideshow
123
  anymore.
124
 
125
  = Some users can add, edit or delete slideshows, although I do not want them to. Can I prevent this from happening? =
126
 
127
+ Yes you can. On your WordPress admin page, go to the 'Slideshows' menu item and click on 'General Settings', then go to
128
  the 'User Capabilities' tab (If you're not already there). The privileges that allow user groups to perform certain
129
  actions are listed here. To allow, for instance, a contributor to add a slideshow, click the box in front of 'Contributor'
130
  to grant him the right to add slideshows.
135
 
136
  = The slideshow does not show up =
137
 
138
+ - The slideshow is mostly called after the `</head>` tag, which means the scripts and stylesheet need to load in the footer
139
  of the website. A theme that has no `<?php wp_footer(); ?>` call in it's footer will not be able to load the slideshow's
140
  scripts.
141
 
142
  - Often when the slideshow isn't showing, there's a javascript error somewhere on the page and this error has caused
143
+ javascript to break. For the slideshow to work again, this error needs to be fixed. Check if any errors were thrown by
144
+ opening Google Chrome or Firefox (with Firebug installed) and press the 'F12' key. Errors show in the console tab.
145
 
146
  = Why does Internet Explorer show a big blank space above the slideshow? =
147
 
176
 
177
  == Changelog ==
178
 
179
+ = 2.2.25 =
180
+ * Changed localization domain to match the plugin's slug in order to support language packs.
181
+
182
  = 2.2.24 =
183
  * Compatible with WordPress 4.3.
184
  * Widget constructor no longer uses deprecated PHP 4 style constructor.
202
  * Fixed: A bug that caused the previous slide button and the navigation bullets to malfunction on "Cross Fade" setting.
203
  * Fixed: Slideshow container calculation now uses the JavaScript round function instead of the floor function.
204
  * Fixed: Separated assignment of $sessionID and increment of SlideshowPlugin::$sessionCounter.
205
+ * Added Norwegian translation by A. Nonymous.
206
+ * Updated Persian translation by W3Design.
207
+ * Updated German translation by A. Nonymous.
208
+ * Updated Brazilian Portuguese by A. Nonymous.
209
 
210
  = 2.2.21 =
211
  * Compatible with WordPress 3.9.
223
  * Post published/updated message doesn't show a link to a non-existant page anymore.
224
  * New tags are available for custom stylesheets: %site-url%, %stylesheet-url% and %template-url%
225
  * Fixed: When the slideshow would not have any height, slides would not hide outside of the slideshow.
226
+ * Added Serbo-Croatian translation by Webhosting Hub.
227
+ * Updated Persian translation by W3Design.
228
+ * Updated Chinese translation by Leo Newbiesup.
229
+ * Updated Swedish translation by Wilhelm Svenselius.
230
 
231
  = 2.2.19 =
232
  * Slideshows can now detect when their stylesheet isn't loaded and load their own when this is the case.
240
  * Improved filter avoiding mechanism.
241
  * Disappearing settings now have a more apparent animation.
242
  * Fixed: First slide of a slideshow wouldn't show when the slideshow's content had no size on page load.
243
+ * Added Brazilian Portuguese translation by Piero Luiz.
244
+ * Updated French translation by Romain Sandri.
245
 
246
  = 2.2.17 =
247
  * Fixed: Images disappeared when their width was larger than the slide's width and image behaviour was set to 'Natural and centered'
274
  * Implemented a new algorithm for randomizing slides.
275
  * Slideshow can now wait for a slide to load before showing it.
276
  * Fixed: The 'Enable responsiveness' setting disappeared when disabling the 'Show title and description' option.
277
+ * Added Turkish translation by İlker Akdoğan.
278
+ * Added Polish translation by Wicher Wiater.
279
+ * Added Finnish translation by an anonymous supporter.
280
+ * Updated French translation by Romain Sandri.
281
+ * Added Portuguese translation by Filipe Catraia.
282
+ * Added Persian translation by W3Design.
283
+ * Added Italian translation by Tecnikgeek.
284
+ * Added Japanese translation by Michihide Hotta.
285
 
286
  = 2.2.11 =
287
  * Fixed: The slideshow script loaded the YouTube API twice.
288
  * Fixed: Floating the slideshow resulted in it having no width, therefore being invisible.
289
  * Fixed: Sites that don't support URL data weren't able to load a slideshow's stylesheet correctly.
290
  * Fixed: Slideshow randomly disappeared in Internet Explorer 8 when absolute positioning was used.
291
+ * Added Swedish translation by Åke Isacsson.
292
+ * Added Hebrew translation by Eli Segev.
293
 
294
  = 2.2.10 =
295
  * Fixed: Auto margin combined with a fixed width will no longer break slideshow's responsiveness.
335
  * Fixed: PHP errors were showing in 'Delete slide' links.
336
  * Live width calculations have been halved to improve performance.
337
  * Default settings have been tuned to cater better to most users.
338
+ * Added Czech translation by Edhel.
339
 
340
  = 2.2.1 =
341
  * Fixed: A bug in the width calculations caused slideshows in width-less elements to be hidden.
slideshow.php CHANGED
@@ -3,12 +3,12 @@
3
  Plugin Name: Slideshow
4
  Plugin URI: http://wordpress.org/extend/plugins/slideshow-jquery-image-gallery/
5
  Description: The slideshow plugin is easily deployable on your website. Add any image that has already been uploaded to add to your slideshow, add text slides, or even add a video. Options and styles are customizable for every single slideshow on your website.
6
- Version: 2.2.24
7
  Requires at least: 3.5
8
  Author: StefanBoonstra
9
  Author URI: http://stefanboonstra.com/
10
  License: GPLv2
11
- Text Domain: slideshow-plugin
12
  */
13
 
14
  /**
@@ -22,7 +22,7 @@
22
  class SlideshowPluginMain
23
  {
24
  /** @var string $version */
25
- static $version = '2.2.24';
26
 
27
  /**
28
  * Bootstraps the application by assigning the right functions to
@@ -118,7 +118,7 @@ class SlideshowPluginMain
118
  static function localize()
119
  {
120
  load_plugin_textdomain(
121
- 'slideshow-plugin',
122
  false,
123
  dirname(plugin_basename(__FILE__)) . '/languages/'
124
  );
3
  Plugin Name: Slideshow
4
  Plugin URI: http://wordpress.org/extend/plugins/slideshow-jquery-image-gallery/
5
  Description: The slideshow plugin is easily deployable on your website. Add any image that has already been uploaded to add to your slideshow, add text slides, or even add a video. Options and styles are customizable for every single slideshow on your website.
6
+ Version: 2.2.25
7
  Requires at least: 3.5
8
  Author: StefanBoonstra
9
  Author URI: http://stefanboonstra.com/
10
  License: GPLv2
11
+ Text Domain: slideshow-jquery-image-gallery
12
  */
13
 
14
  /**
22
  class SlideshowPluginMain
23
  {
24
  /** @var string $version */
25
+ static $version = '2.2.25';
26
 
27
  /**
28
  * Bootstraps the application by assigning the right functions to
118
  static function localize()
119
  {
120
  load_plugin_textdomain(
121
+ 'slideshow-jquery-image-gallery',
122
  false,
123
  dirname(plugin_basename(__FILE__)) . '/languages/'
124
  );
views/SlideshowPlugin/slideshow.php CHANGED
@@ -20,12 +20,12 @@
20
 
21
  </div>
22
 
23
- <div class="slideshow_controlPanel slideshow_transparent" style="display: none;"><ul><li class="slideshow_togglePlay" data-play-text="<?php _e('Play', 'slideshow-plugin'); ?>" data-pause-text="<?php _e('Pause', 'slideshow-plugin'); ?>"></li></ul></div>
24
 
25
- <div class="slideshow_button slideshow_previous slideshow_transparent" role="button" data-previous-text="<?php _e('Previous', 'slideshow-plugin'); ?>" style="display: none;"></div>
26
- <div class="slideshow_button slideshow_next slideshow_transparent" role="button" data-next-text="<?php _e('Next', 'slideshow-plugin'); ?>" style="display: none;"></div>
27
 
28
- <div class="slideshow_pagination" style="display: none;" data-go-to-text="<?php _e('Go to slide', 'slideshow-plugin'); ?>"><div class="slideshow_pagination_center"></div></div>
29
 
30
  <!-- WordPress Slideshow Version <?php echo SlideshowPluginMain::$version; ?> -->
31
 
20
 
21
  </div>
22
 
23
+ <div class="slideshow_controlPanel slideshow_transparent" style="display: none;"><ul><li class="slideshow_togglePlay" data-play-text="<?php _e('Play', 'slideshow-jquery-image-gallery'); ?>" data-pause-text="<?php _e('Pause', 'slideshow-jquery-image-gallery'); ?>"></li></ul></div>
24
 
25
+ <div class="slideshow_button slideshow_previous slideshow_transparent" role="button" data-previous-text="<?php _e('Previous', 'slideshow-jquery-image-gallery'); ?>" style="display: none;"></div>
26
+ <div class="slideshow_button slideshow_next slideshow_transparent" role="button" data-next-text="<?php _e('Next', 'slideshow-jquery-image-gallery'); ?>" style="display: none;"></div>
27
 
28
+ <div class="slideshow_pagination" style="display: none;" data-go-to-text="<?php _e('Go to slide', 'slideshow-jquery-image-gallery'); ?>"><div class="slideshow_pagination_center"></div></div>
29
 
30
  <!-- WordPress Slideshow Version <?php echo SlideshowPluginMain::$version; ?> -->
31
 
views/SlideshowPluginGeneralSettings/custom-styles-tab.php CHANGED
@@ -3,8 +3,8 @@
3
  // Get default stylesheets
4
  $defaultStyles = array();
5
  $defaultStylesheets = array(
6
- 'style-light.css' => __('Light', 'slideshow-plugin'),
7
- 'style-dark.css' => __('Dark', 'slideshow-plugin')
8
  );
9
 
10
  $stylesheetsFilePath = SlideshowPluginMain::getPluginPath() . DIRECTORY_SEPARATOR . 'style' . DIRECTORY_SEPARATOR . 'SlideshowPlugin';
@@ -43,7 +43,7 @@ if (is_array($customStyleKeys))
43
  <div class="styles-list">
44
 
45
  <p>
46
- <b><?php _e('Default stylesheets', 'slideshow-plugin'); ?></b>
47
  </p>
48
 
49
  <ul class="default-styles-list">
@@ -57,9 +57,9 @@ if (is_array($customStyleKeys))
57
  <span class="style-title"><?php echo (isset($defaultStyleValues['name'])) ? htmlspecialchars($defaultStyleValues['name']) : __('Untitled'); ?></span>
58
  <span
59
  class="style-action style-default <?php htmlspecialchars($defaultStyleKey); ?>"
60
- title="<?php _e('Create a new custom style from this style', 'slideshow-plugin'); ?>"
61
  >
62
- <?php _e('Customize', 'slideshow-plugin'); ?> &raquo;
63
  </span>
64
 
65
  <p style="clear: both;"></p>
@@ -73,7 +73,7 @@ if (is_array($customStyleKeys))
73
  </ul>
74
 
75
  <p>
76
- <b><?php _e('Custom stylesheets', 'slideshow-plugin'); ?></b>
77
  </p>
78
 
79
  <ul class="custom-styles-list">
@@ -86,18 +86,18 @@ if (is_array($customStyleKeys))
86
 
87
  <span
88
  class="style-action <?php echo htmlspecialchars($customStyleKey); ?>"
89
- title="<?php _e('Edit this style', 'slideshow-plugin'); ?>"
90
  >
91
- <?php _e('Edit', 'slideshow-plugin'); ?> &raquo;
92
  </span>
93
 
94
  <span style="float: right;">&#124;</span>
95
 
96
  <span
97
  class="style-delete <?php echo htmlspecialchars($customStyleKey); ?>"
98
- title="<?php _e('Delete this style', 'slideshow-plugin'); ?>"
99
  >
100
- <?php _e('Delete', 'slideshow-plugin'); ?>
101
  </span>
102
 
103
  <p style="clear: both;"></p>
@@ -123,11 +123,11 @@ if (is_array($customStyleKeys))
123
  <div class="style-editors">
124
 
125
  <p>
126
- <b><?php _e('Custom style editor', 'slideshow-plugin'); ?></b>
127
  </p>
128
 
129
  <p class="style-editor">
130
- <?php _e('Select a stylesheet to start customizing it.', 'slideshow-plugin'); ?>
131
  </p>
132
 
133
  <?php if(is_array($customStyleValues)): ?>
@@ -136,16 +136,16 @@ if (is_array($customStyleKeys))
136
  <div class="style-editor <?php echo htmlspecialchars($customStyleKey); ?>" style="display: none;">
137
 
138
  <p>
139
- <i><?php _e('Title', 'slideshow-plugin'); ?></i><br />
140
  <input
141
  type="text"
142
  name="<?php echo SlideshowPluginGeneralSettings::$customStyles; ?>[<?php echo htmlspecialchars($customStyleKey); ?>][title]"
143
- value="<?php echo (isset($customStyleKeys[$customStyleKey]) && !empty($customStyleKeys[$customStyleKey])) ? $customStyleKeys[$customStyleKey] : __('Untitled', 'slideshow-plugin'); ?>"
144
  />
145
  </p>
146
 
147
  <p>
148
- <i><?php _e('Style', 'slideshow-plugin'); ?></i><br />
149
  <textarea
150
  name="<?php echo SlideshowPluginGeneralSettings::$customStyles; ?>[<?php echo htmlspecialchars($customStyleKey); ?>][style]"
151
  rows="25"
@@ -169,18 +169,18 @@ if (is_array($customStyleKeys))
169
 
170
  <span
171
  class="style-action"
172
- title="<?php _e('Edit this style', 'slideshow-plugin'); ?>"
173
  >
174
- <?php _e('Edit', 'slideshow-plugin'); ?> &raquo;
175
  </span>
176
 
177
  <span style="float: right;">&#124;</span>
178
 
179
  <span
180
  class="style-delete"
181
- title="<?php _e('Delete this style', 'slideshow-plugin'); ?>"
182
  >
183
- <?php _e('Delete', 'slideshow-plugin'); ?>
184
  </span>
185
 
186
  <p style="clear: both;"></p>
@@ -189,7 +189,7 @@ if (is_array($customStyleKeys))
189
  <div class="style-editor" style="display: none;">
190
 
191
  <p>
192
- <i><?php _e('Title', 'slideshow-plugin'); ?></i><br />
193
  <input
194
  type="text"
195
  class="new-custom-style-title"
@@ -197,7 +197,7 @@ if (is_array($customStyleKeys))
197
  </p>
198
 
199
  <p>
200
- <i><?php _e('Style', 'slideshow-plugin'); ?></i><br />
201
  <textarea
202
  class="new-custom-style-content"
203
  rows="25"
3
  // Get default stylesheets
4
  $defaultStyles = array();
5
  $defaultStylesheets = array(
6
+ 'style-light.css' => __('Light', 'slideshow-jquery-image-gallery'),
7
+ 'style-dark.css' => __('Dark', 'slideshow-jquery-image-gallery')
8
  );
9
 
10
  $stylesheetsFilePath = SlideshowPluginMain::getPluginPath() . DIRECTORY_SEPARATOR . 'style' . DIRECTORY_SEPARATOR . 'SlideshowPlugin';
43
  <div class="styles-list">
44
 
45
  <p>
46
+ <b><?php _e('Default stylesheets', 'slideshow-jquery-image-gallery'); ?></b>
47
  </p>
48
 
49
  <ul class="default-styles-list">
57
  <span class="style-title"><?php echo (isset($defaultStyleValues['name'])) ? htmlspecialchars($defaultStyleValues['name']) : __('Untitled'); ?></span>
58
  <span
59
  class="style-action style-default <?php htmlspecialchars($defaultStyleKey); ?>"
60
+ title="<?php _e('Create a new custom style from this style', 'slideshow-jquery-image-gallery'); ?>"
61
  >
62
+ <?php _e('Customize', 'slideshow-jquery-image-gallery'); ?> &raquo;
63
  </span>
64
 
65
  <p style="clear: both;"></p>
73
  </ul>
74
 
75
  <p>
76
+ <b><?php _e('Custom stylesheets', 'slideshow-jquery-image-gallery'); ?></b>
77
  </p>
78
 
79
  <ul class="custom-styles-list">
86
 
87
  <span
88
  class="style-action <?php echo htmlspecialchars($customStyleKey); ?>"
89
+ title="<?php _e('Edit this style', 'slideshow-jquery-image-gallery'); ?>"
90
  >
91
+ <?php _e('Edit', 'slideshow-jquery-image-gallery'); ?> &raquo;
92
  </span>
93
 
94
  <span style="float: right;">&#124;</span>
95
 
96
  <span
97
  class="style-delete <?php echo htmlspecialchars($customStyleKey); ?>"
98
+ title="<?php _e('Delete this style', 'slideshow-jquery-image-gallery'); ?>"
99
  >
100
+ <?php _e('Delete', 'slideshow-jquery-image-gallery'); ?>
101
  </span>
102
 
103
  <p style="clear: both;"></p>
123
  <div class="style-editors">
124
 
125
  <p>
126
+ <b><?php _e('Custom style editor', 'slideshow-jquery-image-gallery'); ?></b>
127
  </p>
128
 
129
  <p class="style-editor">
130
+ <?php _e('Select a stylesheet to start customizing it.', 'slideshow-jquery-image-gallery'); ?>
131
  </p>
132
 
133
  <?php if(is_array($customStyleValues)): ?>
136
  <div class="style-editor <?php echo htmlspecialchars($customStyleKey); ?>" style="display: none;">
137
 
138
  <p>
139
+ <i><?php _e('Title', 'slideshow-jquery-image-gallery'); ?></i><br />
140
  <input
141
  type="text"
142
  name="<?php echo SlideshowPluginGeneralSettings::$customStyles; ?>[<?php echo htmlspecialchars($customStyleKey); ?>][title]"
143
+ value="<?php echo (isset($customStyleKeys[$customStyleKey]) && !empty($customStyleKeys[$customStyleKey])) ? $customStyleKeys[$customStyleKey] : __('Untitled', 'slideshow-jquery-image-gallery'); ?>"
144
  />
145
  </p>
146
 
147
  <p>
148
+ <i><?php _e('Style', 'slideshow-jquery-image-gallery'); ?></i><br />
149
  <textarea
150
  name="<?php echo SlideshowPluginGeneralSettings::$customStyles; ?>[<?php echo htmlspecialchars($customStyleKey); ?>][style]"
151
  rows="25"
169
 
170
  <span
171
  class="style-action"
172
+ title="<?php _e('Edit this style', 'slideshow-jquery-image-gallery'); ?>"
173
  >
174
+ <?php _e('Edit', 'slideshow-jquery-image-gallery'); ?> &raquo;
175
  </span>
176
 
177
  <span style="float: right;">&#124;</span>
178
 
179
  <span
180
  class="style-delete"
181
+ title="<?php _e('Delete this style', 'slideshow-jquery-image-gallery'); ?>"
182
  >
183
+ <?php _e('Delete', 'slideshow-jquery-image-gallery'); ?>
184
  </span>
185
 
186
  <p style="clear: both;"></p>
189
  <div class="style-editor" style="display: none;">
190
 
191
  <p>
192
+ <i><?php _e('Title', 'slideshow-jquery-image-gallery'); ?></i><br />
193
  <input
194
  type="text"
195
  class="new-custom-style-title"
197
  </p>
198
 
199
  <p>
200
+ <i><?php _e('Style', 'slideshow-jquery-image-gallery'); ?></i><br />
201
  <textarea
202
  class="new-custom-style-content"
203
  rows="25"
views/SlideshowPluginGeneralSettings/default-slideshow-settings-tab.php CHANGED
@@ -8,14 +8,14 @@ $defaultStyleSettings = SlideshowPluginSlideshowSettingsHandler::getDefaultStyle
8
 
9
  <div class="default-slideshow-settings-tab" style="display: none; float: none;">
10
  <p>
11
- <strong><?php _e('Note', 'slideshow-plugin'); ?>:</strong>
12
  </p>
13
 
14
  <p style="width: 500px;">
15
  <?php
16
 
17
  echo sprintf(__(
18
- 'The settings set on this page apply only to newly created slideshows and therefore do not alter any existing ones. To adapt a slideshow\'s settings, %sclick here.%s', 'slideshow-plugin'),
19
  '<a href="' . get_admin_url(null, 'edit.php?post_type=' . SlideshowPluginPostType::$postType) . '">',
20
  '</a>'
21
  );
@@ -26,7 +26,7 @@ $defaultStyleSettings = SlideshowPluginSlideshowSettingsHandler::getDefaultStyle
26
 
27
  <div class="default-slideshow-settings-tab feature-filter" style="display: none;">
28
 
29
- <h4><?php _e('Default Slideshow Settings', 'slideshow-plugin'); ?></h4>
30
 
31
  <table>
32
 
@@ -38,7 +38,7 @@ $defaultStyleSettings = SlideshowPluginSlideshowSettingsHandler::getDefaultStyle
38
  <tr>
39
  <td colspan="3" style="border-bottom: 1px solid #dfdfdf; text-align: center;">
40
  <span style="display: inline-block; position: relative; top: 14px; padding: 0 12px; background: #fff;">
41
- <?php echo $defaultSettingValue['group']; ?> <?php _e('settings', 'slideshow-plugin'); ?>
42
  </span>
43
  </td>
44
  </tr>
@@ -74,7 +74,7 @@ $defaultStyleSettings = SlideshowPluginSlideshowSettingsHandler::getDefaultStyle
74
 
75
  <div class="default-slideshow-settings-tab feature-filter" style="display: none;">
76
 
77
- <h4><?php _e('Default Slideshow Stylesheet', 'slideshow-plugin'); ?></h4>
78
 
79
  <table>
80
 
8
 
9
  <div class="default-slideshow-settings-tab" style="display: none; float: none;">
10
  <p>
11
+ <strong><?php _e('Note', 'slideshow-jquery-image-gallery'); ?>:</strong>
12
  </p>
13
 
14
  <p style="width: 500px;">
15
  <?php
16
 
17
  echo sprintf(__(
18
+ 'The settings set on this page apply only to newly created slideshows and therefore do not alter any existing ones. To adapt a slideshow\'s settings, %sclick here.%s', 'slideshow-jquery-image-gallery'),
19
  '<a href="' . get_admin_url(null, 'edit.php?post_type=' . SlideshowPluginPostType::$postType) . '">',
20
  '</a>'
21
  );
26
 
27
  <div class="default-slideshow-settings-tab feature-filter" style="display: none;">
28
 
29
+ <h4><?php _e('Default Slideshow Settings', 'slideshow-jquery-image-gallery'); ?></h4>
30
 
31
  <table>
32
 
38
  <tr>
39
  <td colspan="3" style="border-bottom: 1px solid #dfdfdf; text-align: center;">
40
  <span style="display: inline-block; position: relative; top: 14px; padding: 0 12px; background: #fff;">
41
+ <?php echo $defaultSettingValue['group']; ?> <?php _e('settings', 'slideshow-jquery-image-gallery'); ?>
42
  </span>
43
  </td>
44
  </tr>
74
 
75
  <div class="default-slideshow-settings-tab feature-filter" style="display: none;">
76
 
77
+ <h4><?php _e('Default Slideshow Stylesheet', 'slideshow-jquery-image-gallery'); ?></h4>
78
 
79
  <table>
80
 
views/SlideshowPluginGeneralSettings/general-settings-tab.php CHANGED
@@ -8,18 +8,18 @@ global $wp_roles;
8
 
9
  // Capabilities
10
  $capabilities = array(
11
- SlideshowPluginGeneralSettings::$capabilities['addSlideshows'] => __('Add slideshows', 'slideshow-plugin'),
12
- SlideshowPluginGeneralSettings::$capabilities['editSlideshows'] => __('Edit slideshows', 'slideshow-plugin'),
13
- SlideshowPluginGeneralSettings::$capabilities['deleteSlideshows'] => __('Delete slideshows', 'slideshow-plugin')
14
  );
15
 
16
  ?>
17
 
18
  <div class="general-settings-tab feature-filter">
19
 
20
- <h4><?php _e('User Capabilities', 'slideshow-plugin'); ?></h4>
21
 
22
- <p><?php _e('Select the user roles that will able to perform certain actions.', 'slideshow-plugin'); ?></p>
23
 
24
  <table>
25
 
@@ -35,7 +35,7 @@ $capabilities = array(
35
 
36
  $disabled = ($roleSlug == 'administrator') ? 'disabled="disabled"' : '';
37
  $checked = ((isset($values['capabilities']) && array_key_exists($capability, $values['capabilities']) && $values['capabilities'][$capability] == true) || $roleSlug == 'administrator') ? 'checked="checked"' : '';
38
- $name = (isset($values['name'])) ? htmlspecialchars($values['name']) : __('Untitled role', 'slideshow-plugin');
39
 
40
  ?>
41
 
@@ -62,15 +62,15 @@ $capabilities = array(
62
 
63
  <div class="general-settings-tab feature-filter">
64
 
65
- <h4><?php _e('Settings', 'slideshow-plugin'); ?></h4>
66
 
67
  <table>
68
  <tr>
69
- <td><?php _e('Stylesheet location', 'slideshow-plugin'); ?></td>
70
  <td>
71
  <select name="<?php echo SlideshowPluginGeneralSettings::$stylesheetLocation; ?>">
72
- <option value="head" <?php selected('head', $stylesheetLocation); ?>>Head (<?php _e('top', 'slideshow-plugin'); ?>)</option>
73
- <option value="footer" <?php selected('footer', $stylesheetLocation); ?>>Footer (<?php _e('bottom', 'slideshow-plugin'); ?>)</option>
74
  </select>
75
  </td>
76
  </tr>
8
 
9
  // Capabilities
10
  $capabilities = array(
11
+ SlideshowPluginGeneralSettings::$capabilities['addSlideshows'] => __('Add slideshows', 'slideshow-jquery-image-gallery'),
12
+ SlideshowPluginGeneralSettings::$capabilities['editSlideshows'] => __('Edit slideshows', 'slideshow-jquery-image-gallery'),
13
+ SlideshowPluginGeneralSettings::$capabilities['deleteSlideshows'] => __('Delete slideshows', 'slideshow-jquery-image-gallery')
14
  );
15
 
16
  ?>
17
 
18
  <div class="general-settings-tab feature-filter">
19
 
20
+ <h4><?php _e('User Capabilities', 'slideshow-jquery-image-gallery'); ?></h4>
21
 
22
+ <p><?php _e('Select the user roles that will able to perform certain actions.', 'slideshow-jquery-image-gallery'); ?></p>
23
 
24
  <table>
25
 
35
 
36
  $disabled = ($roleSlug == 'administrator') ? 'disabled="disabled"' : '';
37
  $checked = ((isset($values['capabilities']) && array_key_exists($capability, $values['capabilities']) && $values['capabilities'][$capability] == true) || $roleSlug == 'administrator') ? 'checked="checked"' : '';
38
+ $name = (isset($values['name'])) ? htmlspecialchars($values['name']) : __('Untitled role', 'slideshow-jquery-image-gallery');
39
 
40
  ?>
41
 
62
 
63
  <div class="general-settings-tab feature-filter">
64
 
65
+ <h4><?php _e('Settings', 'slideshow-jquery-image-gallery'); ?></h4>
66
 
67
  <table>
68
  <tr>
69
+ <td><?php _e('Stylesheet location', 'slideshow-jquery-image-gallery'); ?></td>
70
  <td>
71
  <select name="<?php echo SlideshowPluginGeneralSettings::$stylesheetLocation; ?>">
72
+ <option value="head" <?php selected('head', $stylesheetLocation); ?>>Head (<?php _e('top', 'slideshow-jquery-image-gallery'); ?>)</option>
73
+ <option value="footer" <?php selected('footer', $stylesheetLocation); ?>>Footer (<?php _e('bottom', 'slideshow-jquery-image-gallery'); ?>)</option>
74
  </select>
75
  </td>
76
  </tr>
views/SlideshowPluginGeneralSettings/general-settings.php CHANGED
@@ -11,9 +11,9 @@ $generalSettingsViewsPath = SlideshowPluginMain::getPluginPath() . DIRECTORY_SEP
11
 
12
  <div class="icon32" style="background: url('<?php echo SlideshowPluginMain::getPluginUrl() . '/images/SlideshowPluginPostType/adminIcon32.png'; ?>');"></div>
13
  <h2 class="nav-tab-wrapper">
14
- <a href="#general-settings-tab" class="nav-tab nav-tab-active"><?php _e('General Settings', 'slideshow-plugin'); ?></a>
15
- <a href="#default-slideshow-settings-tab" class="nav-tab"><?php _e('Default Slideshow Settings', 'slideshow-plugin'); ?></a>
16
- <a href="#custom-styles-tab" class="nav-tab"><?php _e('Custom Styles', 'slideshow-plugin'); ?></a>
17
 
18
  <?php submit_button(null, 'primary', null, false, 'style="float: right;"'); ?>
19
  </h2>
11
 
12
  <div class="icon32" style="background: url('<?php echo SlideshowPluginMain::getPluginUrl() . '/images/SlideshowPluginPostType/adminIcon32.png'; ?>');"></div>
13
  <h2 class="nav-tab-wrapper">
14
+ <a href="#general-settings-tab" class="nav-tab nav-tab-active"><?php _e('General Settings', 'slideshow-jquery-image-gallery'); ?></a>
15
+ <a href="#default-slideshow-settings-tab" class="nav-tab"><?php _e('Default Slideshow Settings', 'slideshow-jquery-image-gallery'); ?></a>
16
+ <a href="#custom-styles-tab" class="nav-tab"><?php _e('Custom Styles', 'slideshow-jquery-image-gallery'); ?></a>
17
 
18
  <?php submit_button(null, 'primary', null, false, 'style="float: right;"'); ?>
19
  </h2>
views/SlideshowPluginPostType/information.php CHANGED
@@ -1,9 +1,9 @@
1
- <p><?php _e('To use this slideshow in your website either add this piece of shortcode to your posts or pages', 'slideshow-plugin'); ?>:</p>
2
  <p><i><?php echo $shortCode; ?></i></p>
3
 
4
  <?php if(current_user_can('edit_themes')): ?>
5
- <p><?php _e('Or add this piece of code to where ever in your website you want to place the slideshow', 'slideshow-plugin'); ?>:</p>
6
  <p><i><?php echo $snippet; ?></i></p>
7
  <?php endif; ?>
8
 
9
- <p><?php echo sprintf(__('Or go to the %swidgets page%s and show the slideshow as a widget.', 'slideshow-plugin'), '<a href="' . get_admin_url(null, 'widgets.php') . '" target="_blank">', '</a>'); ?></p>
1
+ <p><?php _e('To use this slideshow in your website either add this piece of shortcode to your posts or pages', 'slideshow-jquery-image-gallery'); ?>:</p>
2
  <p><i><?php echo $shortCode; ?></i></p>
3
 
4
  <?php if(current_user_can('edit_themes')): ?>
5
+ <p><?php _e('Or add this piece of code to where ever in your website you want to place the slideshow', 'slideshow-jquery-image-gallery'); ?>:</p>
6
  <p><i><?php echo $snippet; ?></i></p>
7
  <?php endif; ?>
8
 
9
+ <p><?php echo sprintf(__('Or go to the %swidgets page%s and show the slideshow as a widget.', 'slideshow-jquery-image-gallery'), '<a href="' . get_admin_url(null, 'widgets.php') . '" target="_blank">', '</a>'); ?></p>
views/SlideshowPluginPostType/settings.php CHANGED
@@ -9,7 +9,7 @@
9
  <tr>
10
  <td colspan="3" style="border-bottom: 1px solid #e5e5e5; text-align: center;">
11
  <span style="display: inline-block; position: relative; top: 14px; padding: 0 12px; background: #fff;">
12
- <?php echo $value['group']; ?> <?php _e('settings', 'slideshow-plugin'); ?>
13
  </span>
14
  </td>
15
  </tr>
@@ -23,7 +23,7 @@
23
  >
24
  <td><?php echo $value['description']; ?></td>
25
  <td><?php echo SlideshowPluginSlideshowSettingsHandler::getInputField(SlideshowPluginSlideshowSettingsHandler::$settingsKey, htmlspecialchars($key), $value); ?></td>
26
- <td><?php _e('Default', 'slideshow-plugin'); ?>: &#39;<?php echo (isset($value['options']))? $value['options'][$value['default']]: $value['default']; ?>&#39;</td>
27
  </tr>
28
 
29
  <?php endforeach; ?>
9
  <tr>
10
  <td colspan="3" style="border-bottom: 1px solid #e5e5e5; text-align: center;">
11
  <span style="display: inline-block; position: relative; top: 14px; padding: 0 12px; background: #fff;">
12
+ <?php echo $value['group']; ?> <?php _e('settings', 'slideshow-jquery-image-gallery'); ?>
13
  </span>
14
  </td>
15
  </tr>
23
  >
24
  <td><?php echo $value['description']; ?></td>
25
  <td><?php echo SlideshowPluginSlideshowSettingsHandler::getInputField(SlideshowPluginSlideshowSettingsHandler::$settingsKey, htmlspecialchars($key), $value); ?></td>
26
+ <td><?php _e('Default', 'slideshow-jquery-image-gallery'); ?>: &#39;<?php echo (isset($value['options']))? $value['options'][$value['default']]: $value['default']; ?>&#39;</td>
27
  </tr>
28
 
29
  <?php endforeach; ?>
views/SlideshowPluginPostType/slides.php CHANGED
@@ -1,5 +1,5 @@
1
  <p style="text-align: center;" xmlns="http://www.w3.org/1999/html" xmlns="http://www.w3.org/1999/html">
2
- <i><?php _e('Insert', 'slideshow-plugin'); ?>:</i><br/>
3
 
4
  <?php echo SlideshowPluginSlideInserter::getImageSlideInsertButton(); ?>
5
  <?php echo SlideshowPluginSlideInserter::getTextSlideInsertButton(); ?>
@@ -7,7 +7,7 @@
7
  </p>
8
 
9
  <?php if(count($slides) <= 0): ?>
10
- <p><?php _e('Add slides to this slideshow by using one of the buttons above.', 'slideshow-plugin'); ?></p>
11
  <?php endif; ?>
12
 
13
  <style type="text/css">
@@ -51,26 +51,26 @@
51
 
52
  <h3 class="hndle">
53
  <span style="font-size: 0.8em;">
54
- <?php _e('Text slide', 'slideshow-plugin'); ?>
55
  </span>
56
  </h3>
57
 
58
  <p style="margin: 5px 15px 5px 5px;">
59
- <i><?php _e('Title', 'slideshow-plugin'); ?></i><br />
60
  <input type="text" name="<?php echo $name; ?>[title]" value="<?php echo $title; ?>" /><br />
61
- <i><?php _e('Description', 'slideshow-plugin'); ?></i><br />
62
  <textarea name="<?php echo $name; ?>[description]" rows="7" cols="" style="width: 100%;"><?php echo $description; ?></textarea><br />
63
- <i><?php _e('Background color', 'slideshow-plugin'); ?></i><br />
64
  <input type="text" name="<?php echo $name; ?>[color]" value="<?php echo $color; ?>" class="color {required:false}" />
65
  </p>
66
 
67
  <p style="margin: 5px 15px 5px 5px;">
68
- <i><?php _e('URL', 'slideshow-plugin'); ?></i><br />
69
  <input type="text" name="<?php echo $name; ?>[url]" value="<?php echo $url; ?>" /><br />
70
- <i><?php _e('Open URL in', 'slideshow-plugin'); ?></i>
71
  <select name="<?php echo $name; ?>[urlTarget]">
72
- <option value="_self" <?php selected('_self', $target); ?>><?php _e('Same window', 'slideshow-plugin'); ?></option>
73
- <option value="_blank" <?php selected('_blank', $target); ?>><?php _e('New window', 'slideshow-plugin'); ?></option>
74
  </select>
75
  </p>
76
 
@@ -87,12 +87,12 @@
87
 
88
  <h3 class="hndle">
89
  <span style="font-size: 0.8em;">
90
- <?php _e('Video slide', 'slideshow-plugin'); ?>
91
  </span>
92
  </h3>
93
 
94
  <p style="margin: 5px 15px 5px 5px;">
95
- <i><?php _e('Youtube Video ID', 'slideshow-plugin'); ?></i><br />
96
  <input type="text" name="<?php echo $name; ?>[videoId]" value="<?php echo $videoId; ?>" />
97
  </p>
98
 
@@ -130,34 +130,34 @@
130
 
131
  <h3 class="hndle">
132
  <span style="font-size: 0.8em;">
133
- <?php _e('Image slide', 'slideshow-plugin'); ?>
134
  </span>
135
  </h3>
136
 
137
  <p style="float: left; margin: 5px;">
138
- <a href="<?php echo $editUrl; ?>" title="<?php _e('Edit', 'slideshow-plugin'); ?> &#34;<?php echo $attachment->post_title; ?>&#34;">
139
  <img width="80" height="60" src="<?php echo $imageSrc; ?>" class="attachment-80x60" alt="<?php echo $attachment->post_title; ?>" title="<?php echo $attachment->post_title; ?>" />
140
  </a>
141
  </p>
142
 
143
  <p style="float: left; margin: 5px 15px 5px 5px;">
144
- <i><?php _e('Title', 'slideshow-plugin'); ?></i><br />
145
  <input type="text" name="<?php echo $name; ?>[title]" value="<?php echo $title; ?>" />
146
  </p>
147
  <p style="clear: both"></p>
148
 
149
  <p style="margin: 5px 15px 5px 5px;">
150
- <i><?php _e('Description', 'slideshow-plugin'); ?></i><br />
151
  <textarea name="<?php echo $name; ?>[description]" rows="3" cols="" style="width: 100%;"><?php echo $description; ?></textarea><br />
152
  </p>
153
 
154
  <p style="margin: 5px 15px 5px 5px;">
155
- <i><?php _e('URL', 'slideshow-plugin'); ?></i><br />
156
  <input type="text" name="<?php echo $name; ?>[url]" value="<?php echo $url; ?>" /><br />
157
- <i><?php _e('Open URL in', 'slideshow-plugin'); ?></i>
158
  <select name="<?php echo $name; ?>[urlTarget]">
159
- <option value="_self" <?php selected('_self', $target); ?>><?php _e('Same window', 'slideshow-plugin'); ?></option>
160
- <option value="_blank" <?php selected('_blank', $target); ?>><?php _e('New window', 'slideshow-plugin'); ?></option>
161
  </select>
162
  </p>
163
 
@@ -168,13 +168,13 @@
168
  <?php else: ?>
169
 
170
  <p style="margin: 5px 15px 5px 5px;">
171
- <?php _e('An error occurred while loading this slide, and it will not be present in the slideshow', 'slideshow-plugin'); ?>
172
  </p>
173
 
174
  <?php endif; ?>
175
 
176
  <p style="margin: 5px 15px 5px 5px; color: red; cursor: pointer;" class="slideshow-delete-slide">
177
- <span><?php _e('Delete slide', 'slideshow-plugin'); ?></span>
178
  <span style="display: none;" class="<?php echo $id; ?>"></span>
179
  </p>
180
 
@@ -188,26 +188,26 @@
188
 
189
  <h3 class="hndle">
190
  <span style="font-size: 0.8em;">
191
- <?php _e('Text slide', 'slideshow-plugin'); ?>
192
  </span>
193
  </h3>
194
 
195
  <p style="margin: 5px 15px 5px 5px;">
196
- <i><?php _e('Title', 'slideshow-plugin'); ?></i><br />
197
  <input type="text" class="title" /><br />
198
- <i><?php _e('Description', 'slideshow-plugin'); ?></i><br />
199
  <textarea class="description" cols="" rows="7" style="width: 100%;"></textarea><br />
200
- <i><?php _e('Background color', 'slideshow-plugin'); ?></i><br />
201
  <input type="text" class="color {required:false}" />
202
  </p>
203
 
204
  <p style="margin: 5px 15px 5px 5px;">
205
- <i><?php _e('URL', 'slideshow-plugin'); ?></i><br />
206
  <input type="text" class="url" value="" /><br />
207
- <i><?php _e('Open URL in', 'slideshow-plugin'); ?></i>
208
  <select class="urlTarget">
209
- <option value="_self"><?php _e('Same window', 'slideshow-plugin'); ?></option>
210
- <option value="_blank"><?php _e('New window', 'slideshow-plugin'); ?></option>
211
  </select>
212
  </p>
213
 
@@ -215,7 +215,7 @@
215
  <input type="hidden" class="slide_order" />
216
 
217
  <p style="margin: 5px 15px 5px 5px; color: red; cursor: pointer;" class="slideshow-delete-new-slide">
218
- <span><?php _e('Delete slide', 'slideshow-plugin'); ?></span>
219
  <span style="display: none;" class="<?php echo $id; ?>"></span>
220
  </p>
221
 
@@ -227,12 +227,12 @@
227
 
228
  <h3 class="hndle">
229
  <span style="font-size: 0.8em;">
230
- <?php _e('Video slide', 'slideshow-plugin'); ?>
231
  </span>
232
  </h3>
233
 
234
  <p style="margin: 5px 15px 5px 5px;">
235
- <i><?php _e('Youtube Video ID', 'slideshow-plugin'); ?></i><br />
236
  <input type="text" class="videoId" />
237
  </p>
238
 
@@ -240,7 +240,7 @@
240
  <input type="hidden" class="slide_order" />
241
 
242
  <p style="margin: 5px 15px 5px 5px; color: red; cursor: pointer;" class="slideshow-delete-new-slide">
243
- <span><?php _e('Delete slide', 'slideshow-plugin'); ?></span>
244
  <span style="display: none;" class="<?php echo $id; ?>"></span>
245
  </p>
246
 
@@ -252,7 +252,7 @@
252
 
253
  <h3 class="hndle">
254
  <span style="font-size: 0.8em;">
255
- <?php _e('Image slide', 'slideshow-plugin'); ?>
256
  </span>
257
  </h3>
258
 
@@ -261,23 +261,23 @@
261
  </p>
262
 
263
  <p style="float: left; margin: 5px 15px 5px 5px;">
264
- <i><?php _e('Title', 'slideshow-plugin'); ?></i><br />
265
  <input type="text" class="title" />
266
  </p>
267
  <p style="clear: both"></p>
268
 
269
  <p style="margin: 5px 15px 5px 5px;">
270
- <i><?php _e('Description', 'slideshow-plugin'); ?></i><br />
271
  <textarea class="description" rows="3" cols="" style="width: 100%;"></textarea><br />
272
  </p>
273
 
274
  <p style="margin: 5px 15px 5px 5px;">
275
- <i><?php _e('URL', 'slideshow-plugin'); ?></i><br />
276
  <input type="text" class="url" value="" /><br />
277
- <i><?php _e('Open URL in', 'slideshow-plugin'); ?></i>
278
  <select class="urlTarget">
279
- <option value="_self"><?php _e('Same window', 'slideshow-plugin'); ?></option>
280
- <option value="_blank"><?php _e('New window', 'slideshow-plugin'); ?></option>
281
  </select>
282
  </p>
283
 
@@ -286,7 +286,7 @@
286
  <input type="hidden" value="" class="slide_order" />
287
 
288
  <p style="margin: 5px 15px 5px 5px; color: red; cursor: pointer;" class="slideshow-delete-new-slide">
289
- <span><?php _e('Delete slide', 'slideshow-plugin'); ?></span>
290
  <span style="display: none;" class="<?php echo $id; ?>"></span>
291
  </p>
292
 
1
  <p style="text-align: center;" xmlns="http://www.w3.org/1999/html" xmlns="http://www.w3.org/1999/html">
2
+ <i><?php _e('Insert', 'slideshow-jquery-image-gallery'); ?>:</i><br/>
3
 
4
  <?php echo SlideshowPluginSlideInserter::getImageSlideInsertButton(); ?>
5
  <?php echo SlideshowPluginSlideInserter::getTextSlideInsertButton(); ?>
7
  </p>
8
 
9
  <?php if(count($slides) <= 0): ?>
10
+ <p><?php _e('Add slides to this slideshow by using one of the buttons above.', 'slideshow-jquery-image-gallery'); ?></p>
11
  <?php endif; ?>
12
 
13
  <style type="text/css">
51
 
52
  <h3 class="hndle">
53
  <span style="font-size: 0.8em;">
54
+ <?php _e('Text slide', 'slideshow-jquery-image-gallery'); ?>
55
  </span>
56
  </h3>
57
 
58
  <p style="margin: 5px 15px 5px 5px;">
59
+ <i><?php _e('Title', 'slideshow-jquery-image-gallery'); ?></i><br />
60
  <input type="text" name="<?php echo $name; ?>[title]" value="<?php echo $title; ?>" /><br />
61
+ <i><?php _e('Description', 'slideshow-jquery-image-gallery'); ?></i><br />
62
  <textarea name="<?php echo $name; ?>[description]" rows="7" cols="" style="width: 100%;"><?php echo $description; ?></textarea><br />
63
+ <i><?php _e('Background color', 'slideshow-jquery-image-gallery'); ?></i><br />
64
  <input type="text" name="<?php echo $name; ?>[color]" value="<?php echo $color; ?>" class="color {required:false}" />
65
  </p>
66
 
67
  <p style="margin: 5px 15px 5px 5px;">
68
+ <i><?php _e('URL', 'slideshow-jquery-image-gallery'); ?></i><br />
69
  <input type="text" name="<?php echo $name; ?>[url]" value="<?php echo $url; ?>" /><br />
70
+ <i><?php _e('Open URL in', 'slideshow-jquery-image-gallery'); ?></i>
71
  <select name="<?php echo $name; ?>[urlTarget]">
72
+ <option value="_self" <?php selected('_self', $target); ?>><?php _e('Same window', 'slideshow-jquery-image-gallery'); ?></option>
73
+ <option value="_blank" <?php selected('_blank', $target); ?>><?php _e('New window', 'slideshow-jquery-image-gallery'); ?></option>
74
  </select>
75
  </p>
76
 
87
 
88
  <h3 class="hndle">
89
  <span style="font-size: 0.8em;">
90
+ <?php _e('Video slide', 'slideshow-jquery-image-gallery'); ?>
91
  </span>
92
  </h3>
93
 
94
  <p style="margin: 5px 15px 5px 5px;">
95
+ <i><?php _e('Youtube Video ID', 'slideshow-jquery-image-gallery'); ?></i><br />
96
  <input type="text" name="<?php echo $name; ?>[videoId]" value="<?php echo $videoId; ?>" />
97
  </p>
98
 
130
 
131
  <h3 class="hndle">
132
  <span style="font-size: 0.8em;">
133
+ <?php _e('Image slide', 'slideshow-jquery-image-gallery'); ?>
134
  </span>
135
  </h3>
136
 
137
  <p style="float: left; margin: 5px;">
138
+ <a href="<?php echo $editUrl; ?>" title="<?php _e('Edit', 'slideshow-jquery-image-gallery'); ?> &#34;<?php echo $attachment->post_title; ?>&#34;">
139
  <img width="80" height="60" src="<?php echo $imageSrc; ?>" class="attachment-80x60" alt="<?php echo $attachment->post_title; ?>" title="<?php echo $attachment->post_title; ?>" />
140
  </a>
141
  </p>
142
 
143
  <p style="float: left; margin: 5px 15px 5px 5px;">
144
+ <i><?php _e('Title', 'slideshow-jquery-image-gallery'); ?></i><br />
145
  <input type="text" name="<?php echo $name; ?>[title]" value="<?php echo $title; ?>" />
146
  </p>
147
  <p style="clear: both"></p>
148
 
149
  <p style="margin: 5px 15px 5px 5px;">
150
+ <i><?php _e('Description', 'slideshow-jquery-image-gallery'); ?></i><br />
151
  <textarea name="<?php echo $name; ?>[description]" rows="3" cols="" style="width: 100%;"><?php echo $description; ?></textarea><br />
152
  </p>
153
 
154
  <p style="margin: 5px 15px 5px 5px;">
155
+ <i><?php _e('URL', 'slideshow-jquery-image-gallery'); ?></i><br />
156
  <input type="text" name="<?php echo $name; ?>[url]" value="<?php echo $url; ?>" /><br />
157
+ <i><?php _e('Open URL in', 'slideshow-jquery-image-gallery'); ?></i>
158
  <select name="<?php echo $name; ?>[urlTarget]">
159
+ <option value="_self" <?php selected('_self', $target); ?>><?php _e('Same window', 'slideshow-jquery-image-gallery'); ?></option>
160
+ <option value="_blank" <?php selected('_blank', $target); ?>><?php _e('New window', 'slideshow-jquery-image-gallery'); ?></option>
161
  </select>
162
  </p>
163
 
168
  <?php else: ?>
169
 
170
  <p style="margin: 5px 15px 5px 5px;">
171
+ <?php _e('An error occurred while loading this slide, and it will not be present in the slideshow', 'slideshow-jquery-image-gallery'); ?>
172
  </p>
173
 
174
  <?php endif; ?>
175
 
176
  <p style="margin: 5px 15px 5px 5px; color: red; cursor: pointer;" class="slideshow-delete-slide">
177
+ <span><?php _e('Delete slide', 'slideshow-jquery-image-gallery'); ?></span>
178
  <span style="display: none;" class="<?php echo $id; ?>"></span>
179
  </p>
180
 
188
 
189
  <h3 class="hndle">
190
  <span style="font-size: 0.8em;">
191
+ <?php _e('Text slide', 'slideshow-jquery-image-gallery'); ?>
192
  </span>
193
  </h3>
194
 
195
  <p style="margin: 5px 15px 5px 5px;">
196
+ <i><?php _e('Title', 'slideshow-jquery-image-gallery'); ?></i><br />
197
  <input type="text" class="title" /><br />
198
+ <i><?php _e('Description', 'slideshow-jquery-image-gallery'); ?></i><br />
199
  <textarea class="description" cols="" rows="7" style="width: 100%;"></textarea><br />
200
+ <i><?php _e('Background color', 'slideshow-jquery-image-gallery'); ?></i><br />
201
  <input type="text" class="color {required:false}" />
202
  </p>
203
 
204
  <p style="margin: 5px 15px 5px 5px;">
205
+ <i><?php _e('URL', 'slideshow-jquery-image-gallery'); ?></i><br />
206
  <input type="text" class="url" value="" /><br />
207
+ <i><?php _e('Open URL in', 'slideshow-jquery-image-gallery'); ?></i>
208
  <select class="urlTarget">
209
+ <option value="_self"><?php _e('Same window', 'slideshow-jquery-image-gallery'); ?></option>
210
+ <option value="_blank"><?php _e('New window', 'slideshow-jquery-image-gallery'); ?></option>
211
  </select>
212
  </p>
213
 
215
  <input type="hidden" class="slide_order" />
216
 
217
  <p style="margin: 5px 15px 5px 5px; color: red; cursor: pointer;" class="slideshow-delete-new-slide">
218
+ <span><?php _e('Delete slide', 'slideshow-jquery-image-gallery'); ?></span>
219
  <span style="display: none;" class="<?php echo $id; ?>"></span>
220
  </p>
221
 
227
 
228
  <h3 class="hndle">
229
  <span style="font-size: 0.8em;">
230
+ <?php _e('Video slide', 'slideshow-jquery-image-gallery'); ?>
231
  </span>
232
  </h3>
233
 
234
  <p style="margin: 5px 15px 5px 5px;">
235
+ <i><?php _e('Youtube Video ID', 'slideshow-jquery-image-gallery'); ?></i><br />
236
  <input type="text" class="videoId" />
237
  </p>
238
 
240
  <input type="hidden" class="slide_order" />
241
 
242
  <p style="margin: 5px 15px 5px 5px; color: red; cursor: pointer;" class="slideshow-delete-new-slide">
243
+ <span><?php _e('Delete slide', 'slideshow-jquery-image-gallery'); ?></span>
244
  <span style="display: none;" class="<?php echo $id; ?>"></span>
245
  </p>
246
 
252
 
253
  <h3 class="hndle">
254
  <span style="font-size: 0.8em;">
255
+ <?php _e('Image slide', 'slideshow-jquery-image-gallery'); ?>
256
  </span>
257
  </h3>
258
 
261
  </p>
262
 
263
  <p style="float: left; margin: 5px 15px 5px 5px;">
264
+ <i><?php _e('Title', 'slideshow-jquery-image-gallery'); ?></i><br />
265
  <input type="text" class="title" />
266
  </p>
267
  <p style="clear: both"></p>
268
 
269
  <p style="margin: 5px 15px 5px 5px;">
270
+ <i><?php _e('Description', 'slideshow-jquery-image-gallery'); ?></i><br />
271
  <textarea class="description" rows="3" cols="" style="width: 100%;"></textarea><br />
272
  </p>
273
 
274
  <p style="margin: 5px 15px 5px 5px;">
275
+ <i><?php _e('URL', 'slideshow-jquery-image-gallery'); ?></i><br />
276
  <input type="text" class="url" value="" /><br />
277
+ <i><?php _e('Open URL in', 'slideshow-jquery-image-gallery'); ?></i>
278
  <select class="urlTarget">
279
+ <option value="_self"><?php _e('Same window', 'slideshow-jquery-image-gallery'); ?></option>
280
+ <option value="_blank"><?php _e('New window', 'slideshow-jquery-image-gallery'); ?></option>
281
  </select>
282
  </p>
283
 
286
  <input type="hidden" value="" class="slide_order" />
287
 
288
  <p style="margin: 5px 15px 5px 5px; color: red; cursor: pointer;" class="slideshow-delete-new-slide">
289
+ <span><?php _e('Delete slide', 'slideshow-jquery-image-gallery'); ?></span>
290
  <span style="display: none;" class="<?php echo $id; ?>"></span>
291
  </p>
292
 
views/SlideshowPluginPostType/style-settings.php CHANGED
@@ -8,7 +8,7 @@
8
  <tr <?php if(isset($value['dependsOn'])) echo 'style="display:none;"'; ?>>
9
  <td><?php echo $value['description']; ?></td>
10
  <td><?php echo SlideshowPluginSlideshowSettingsHandler::getInputField(htmlspecialchars(SlideshowPluginSlideshowSettingsHandler::$styleSettingsKey), $key, $value); ?></td>
11
- <td><?php _e('Default', 'slideshow-plugin'); ?>: &#39;<?php echo (isset($value['options']))? $value['options'][$value['default']]: $value['default']; ?>&#39;</td>
12
  </tr>
13
 
14
  <?php endforeach; ?>
@@ -20,7 +20,7 @@
20
  <?php
21
  echo sprintf(__(
22
  'Custom styles can be created and customized %shere%s.',
23
- 'slideshow-plugin'
24
  ),
25
  '<a href="' . admin_url() . '/edit.php?post_type=slideshow&page=general_settings#custom-styles" target="_blank">',
26
  '</a>'
8
  <tr <?php if(isset($value['dependsOn'])) echo 'style="display:none;"'; ?>>
9
  <td><?php echo $value['description']; ?></td>
10
  <td><?php echo SlideshowPluginSlideshowSettingsHandler::getInputField(htmlspecialchars(SlideshowPluginSlideshowSettingsHandler::$styleSettingsKey), $key, $value); ?></td>
11
+ <td><?php _e('Default', 'slideshow-jquery-image-gallery'); ?>: &#39;<?php echo (isset($value['options']))? $value['options'][$value['default']]: $value['default']; ?>&#39;</td>
12
  </tr>
13
 
14
  <?php endforeach; ?>
20
  <?php
21
  echo sprintf(__(
22
  'Custom styles can be created and customized %shere%s.',
23
+ 'slideshow-jquery-image-gallery'
24
  ),
25
  '<a href="' . admin_url() . '/edit.php?post_type=slideshow&page=general_settings#custom-styles" target="_blank">',
26
  '</a>'
views/SlideshowPluginPostType/support-plugin.php CHANGED
@@ -1,9 +1,9 @@
1
  <div class="updated" style="background: #f7f7f7; border-color: #dfdfdf;">
2
  <div style="float: left; width: 50%;">
3
- <h3><?php _e('Help to keep this plugin free!', 'slideshow-plugin'); ?></h3>
4
 
5
  <p>
6
- <?php _e('In order to keep you provided with the newest features, updates and bug fixes, a lot of motivation is required. Therefore I\'m kindly asking you to consider making a small donation to the plugin or rating it as 5-stars on Wordpress.org. Thank you in advance!', 'slideshow-plugin'); ?>
7
  </p>
8
  </div>
9
 
@@ -12,7 +12,7 @@
12
  <input
13
  type="button"
14
  class="button-secondary"
15
- value="<?php _e('Rate on Wordpress.org', 'slideshow-plugin'); ?>"
16
  onclick="window.open('http://wordpress.org/extend/plugins/slideshow-jquery-image-gallery/')"
17
  />
18
  </p>
@@ -21,7 +21,7 @@
21
  <input
22
  type="button"
23
  class="button-secondary"
24
- value="<?php _e('Frequently Asked Questions (FAQ)', 'slideshow-plugin'); ?>"
25
  onclick="window.open('http://wordpress.org/extend/plugins/slideshow-jquery-image-gallery/faq/')"
26
  />
27
  </p>
1
  <div class="updated" style="background: #f7f7f7; border-color: #dfdfdf;">
2
  <div style="float: left; width: 50%;">
3
+ <h3><?php _e('Help to keep this plugin free!', 'slideshow-jquery-image-gallery'); ?></h3>
4
 
5
  <p>
6
+ <?php _e('In order to keep you provided with the newest features, updates and bug fixes, a lot of motivation is required. Therefore I\'m kindly asking you to consider making a small donation to the plugin or rating it as 5-stars on Wordpress.org. Thank you in advance!', 'slideshow-jquery-image-gallery'); ?>
7
  </p>
8
  </div>
9
 
12
  <input
13
  type="button"
14
  class="button-secondary"
15
+ value="<?php _e('Rate on Wordpress.org', 'slideshow-jquery-image-gallery'); ?>"
16
  onclick="window.open('http://wordpress.org/extend/plugins/slideshow-jquery-image-gallery/')"
17
  />
18
  </p>
21
  <input
22
  type="button"
23
  class="button-secondary"
24
+ value="<?php _e('Frequently Asked Questions (FAQ)', 'slideshow-jquery-image-gallery'); ?>"
25
  onclick="window.open('http://wordpress.org/extend/plugins/slideshow-jquery-image-gallery/faq/')"
26
  />
27
  </p>
views/SlideshowPluginShortcode/shortcode-inserter.php CHANGED
@@ -1,27 +1,21 @@
1
  <a
2
- href="#TB_inline?width=450&amp;inlineId=insertSlideshowShortcode"
3
  class="button thickbox"
4
- title="<?php _e('Insert a Slideshow', 'slideshow-plugin'); ?>"
5
  style="padding-left: .4em;"
6
  >
7
- <?php global $wp_version; ?>
8
- <?php if (version_compare($wp_version, '3.8', '>')) : ?>
9
- <span class="dashicons dashicons-format-gallery" style="line-height: 26px;"></span>
10
- <?php else: ?>
11
  <img
12
  src="<?php echo SlideshowPluginMain::getPluginUrl() . '/images/SlideshowPluginPostType/adminIcon.png'; ?>"
13
- alt="<?php _e('Insert a Slideshow', 'slideshow-plugin'); ?>"
14
  style="vertical-align: text-top;"
15
  />
16
- <?php endif; ?>
17
-
18
- <?php _e('Insert Slideshow', 'slideshow-plugin'); ?>
19
  </a>
20
 
21
  <div id="insertSlideshowShortcode" style="display: none;">
22
 
23
  <h3 style="padding: 10px 0; color: #5a5a5a;">
24
- <?php _e('Insert a Slideshow', 'slideshow-plugin'); ?>
25
  </h3>
26
 
27
  <div style="border: 1px solid #ddd; padding: 10px; color: #5a5a5a;">
@@ -30,7 +24,7 @@
30
  <table>
31
  <tr>
32
 
33
- <td><?php _e('Select a slideshow', 'slideshow-plugin'); ?></td>
34
  <td>
35
  <select id="insertSlideshowShortcodeSlideshowSelect">
36
 
@@ -39,7 +33,7 @@
39
  <?php if(!is_numeric($slideshow->ID)) continue; ?>
40
 
41
  <option value="<?php echo $slideshow->ID; ?>">
42
- <?php echo (!empty($slideshow->post_title)) ? htmlspecialchars($slideshow->post_title) : __('Untitled slideshow', 'slideshow-plugin'); ?>
43
  </option>
44
 
45
  <?php endforeach; ?>
@@ -54,12 +48,12 @@
54
  <input
55
  type="button"
56
  class="button-primary insertSlideshowShortcodeSlideshowInsertButton"
57
- value="<?php _e('Insert Slideshow', 'slideshow-plugin'); ?>"
58
  />
59
  <input
60
  type="button"
61
  class="button insertSlideshowShortcodeCancelButton"
62
- value="<?php _e('Cancel', 'slideshow-plugin'); ?>"
63
  />
64
  </td>
65
 
@@ -70,7 +64,7 @@
70
 
71
  <p>
72
  <?php echo sprintf(
73
- __('It seems you haven\'t created any slideshows yet. %sYou can create a slideshow here!%s', 'slideshow-plugin'),
74
  '<a href="' . admin_url('post-new.php?post_type=' . SlideshowPluginPostType::$postType) . '" target="_blank">',
75
  '</a>'
76
  ); ?>
1
  <a
2
+ href="#TB_inline?width=450&inlineId=insertSlideshowShortcode"
3
  class="button thickbox"
4
+ title="<?php _e('Insert a Slideshow', 'slideshow-jquery-image-gallery'); ?>"
5
  style="padding-left: .4em;"
6
  >
 
 
 
 
7
  <img
8
  src="<?php echo SlideshowPluginMain::getPluginUrl() . '/images/SlideshowPluginPostType/adminIcon.png'; ?>"
9
+ alt="<?php _e('Insert a Slideshow', 'slideshow-jquery-image-gallery'); ?>"
10
  style="vertical-align: text-top;"
11
  />
12
+ <?php _e('Insert Slideshow', 'slideshow-jquery-image-gallery'); ?>
 
 
13
  </a>
14
 
15
  <div id="insertSlideshowShortcode" style="display: none;">
16
 
17
  <h3 style="padding: 10px 0; color: #5a5a5a;">
18
+ <?php _e('Insert a Slideshow', 'slideshow-jquery-image-gallery'); ?>
19
  </h3>
20
 
21
  <div style="border: 1px solid #ddd; padding: 10px; color: #5a5a5a;">
24
  <table>
25
  <tr>
26
 
27
+ <td><?php _e('Select a slideshow', 'slideshow-jquery-image-gallery'); ?></td>
28
  <td>
29
  <select id="insertSlideshowShortcodeSlideshowSelect">
30
 
33
  <?php if(!is_numeric($slideshow->ID)) continue; ?>
34
 
35
  <option value="<?php echo $slideshow->ID; ?>">
36
+ <?php echo (!empty($slideshow->post_title)) ? htmlspecialchars($slideshow->post_title) : __('Untitled slideshow', 'slideshow-jquery-image-gallery'); ?>
37
  </option>
38
 
39
  <?php endforeach; ?>
48
  <input
49
  type="button"
50
  class="button-primary insertSlideshowShortcodeSlideshowInsertButton"
51
+ value="<?php _e('Insert Slideshow', 'slideshow-jquery-image-gallery'); ?>"
52
  />
53
  <input
54
  type="button"
55
  class="button insertSlideshowShortcodeCancelButton"
56
+ value="<?php _e('Cancel', 'slideshow-jquery-image-gallery'); ?>"
57
  />
58
  </td>
59
 
64
 
65
  <p>
66
  <?php echo sprintf(
67
+ __('It seems you haven\'t created any slideshows yet. %sYou can create a slideshow here!%s', 'slideshow-jquery-image-gallery'),
68
  '<a href="' . admin_url('post-new.php?post_type=' . SlideshowPluginPostType::$postType) . '" target="_blank">',
69
  '</a>'
70
  ); ?>
views/SlideshowPluginSlideInserter/insert-image-button.php CHANGED
@@ -1,5 +1,5 @@
1
  <?php if (function_exists('wp_enqueue_media')): ?>
2
- <input type="button" class="button slideshow-insert-image-slide" value="<?php _e('Image slide', 'slideshow-plugin'); ?>" />
3
  <?php else: ?>
4
- <input type="button" id="slideshow-insert-image-slide" class="button" value="<?php _e('Image slide', 'slideshow-plugin'); ?>" />
5
  <?php endif; ?>
1
  <?php if (function_exists('wp_enqueue_media')): ?>
2
+ <input type="button" class="button slideshow-insert-image-slide" value="<?php _e('Image slide', 'slideshow-jquery-image-gallery'); ?>" />
3
  <?php else: ?>
4
+ <input type="button" id="slideshow-insert-image-slide" class="button" value="<?php _e('Image slide', 'slideshow-jquery-image-gallery'); ?>" />
5
  <?php endif; ?>
views/SlideshowPluginSlideInserter/insert-text-button.php CHANGED
@@ -1,2 +1,2 @@
1
 
2
- <input type="button" id="slideshow-insert-text-slide" class="button" value="<?php _e('Text slide', 'slideshow-plugin'); ?>" />
1
 
2
+ <input type="button" id="slideshow-insert-text-slide" class="button" value="<?php _e('Text slide', 'slideshow-jquery-image-gallery'); ?>" />
views/SlideshowPluginSlideInserter/insert-video-button.php CHANGED
@@ -1,2 +1,2 @@
1
 
2
- <input type="button" id="slideshow-insert-video-slide" class="button" value="<?php _e('Video slide', 'slideshow-plugin'); ?>" />
1
 
2
+ <input type="button" id="slideshow-insert-video-slide" class="button" value="<?php _e('Video slide', 'slideshow-jquery-image-gallery'); ?>" />
views/SlideshowPluginSlideInserter/search-popup.php CHANGED
@@ -3,8 +3,8 @@
3
  <div id="close"></div>
4
  <div>
5
  <input type="text" id="search" />
6
- <?php submit_button(__('Search', 'slideshow-plugin'), 'primary', 'search-submit', false); ?>
7
- <i><?php _e('Search images by title or ID', 'slideshow-plugin'); ?></i>
8
  </div>
9
  <div style="clear: both;"></div>
10
 
3
  <div id="close"></div>
4
  <div>
5
  <input type="text" id="search" />
6
+ <?php submit_button(__('Search', 'slideshow-jquery-image-gallery'), 'primary', 'search-submit', false); ?>
7
+ <i><?php _e('Search images by title or ID', 'slideshow-jquery-image-gallery'); ?></i>
8
  </div>
9
  <div style="clear: both;"></div>
10
 
views/SlideshowPluginSlideshowSlide/backend_attachment.php CHANGED
@@ -100,7 +100,7 @@ if (isset($attachment)):
100
 
101
  <?php else : ?>
102
 
103
- <?php _e('Image slide', 'slideshow-plugin'); ?>
104
 
105
  <?php endif; ?>
106
  </div>
@@ -111,7 +111,7 @@ if (isset($attachment)):
111
 
112
  <div class="slideshow-group">
113
 
114
- <a href="<?php echo $editUrl; ?>" title="<?php _e('Edit', 'slideshow-plugin'); ?> &#34;<?php echo $attachment->post_title; ?>&#34;">
115
  <img width="80" height="60" src="<?php echo $imageSrc; ?>" class="attachment-80x60" alt="<?php echo $attachment->post_title; ?>" title="<?php echo $attachment->post_title; ?>" />
116
  </a>
117
 
@@ -119,7 +119,7 @@ if (isset($attachment)):
119
 
120
  <div class="slideshow-group">
121
 
122
- <div class="slideshow-left slideshow-label"><?php _e('Title', 'slideshow-plugin'); ?></div>
123
  <div class="slideshow-right">
124
  <select name="<?php echo $name; ?>[titleElementTagID]">
125
  <?php foreach (SlideshowPluginSlideInserter::getElementTags() as $elementTagID => $elementTag): ?>
@@ -134,7 +134,7 @@ if (isset($attachment)):
134
 
135
  <div class="slideshow-group">
136
 
137
- <div class="slideshow-left slideshow-label"><?php _e('Description', 'slideshow-plugin'); ?></div>
138
  <div class="slideshow-right">
139
  <select name="<?php echo $name; ?>[descriptionElementTagID]">
140
  <?php foreach (SlideshowPluginSlideInserter::getElementTags() as $elementTagID => $elementTag): ?>
@@ -149,17 +149,17 @@ if (isset($attachment)):
149
 
150
  <div class="slideshow-group">
151
 
152
- <div class="slideshow-label"><?php _e('URL', 'slideshow-plugin'); ?></div>
153
  <input type="text" name="<?php echo $name; ?>[url]" value="<?php echo $url; ?>" style="width: 100%;" />
154
 
155
- <div class="slideshow-label slideshow-left"><?php _e('Open URL in', 'slideshow-plugin'); ?></div>
156
  <select name="<?php echo $name; ?>[urlTarget]" class="slideshow-right">
157
- <option value="_self" <?php selected('_self', $target); ?>><?php _e('Same window', 'slideshow-plugin'); ?></option>
158
- <option value="_blank" <?php selected('_blank', $target); ?>><?php _e('New window', 'slideshow-plugin'); ?></option>
159
  </select>
160
  <div class="clear"></div>
161
 
162
- <div class="slideshow-label slideshow-left"><?php _e('Don\'t let search engines follow link', 'slideshow-plugin'); ?></div>
163
  <input type="checkbox" name="<?php echo $name; ?>[noFollow]" value="" <?php checked($noFollow); ?> class="slideshow-right" />
164
  <div class="clear"></div>
165
 
@@ -167,13 +167,13 @@ if (isset($attachment)):
167
 
168
  <div class="slideshow-group">
169
 
170
- <div class="slideshow-label"><?php _e('Alternative text', 'slideshow-plugin'); ?></div>
171
  <input type="text" name="<?php echo $name; ?>[alternativeText]" value="<?php echo $alternativeText; ?>" style="width: 100%;" />
172
 
173
  </div>
174
 
175
  <div class="slideshow-group slideshow-delete-slide">
176
- <span><?php _e('Delete slide', 'slideshow-plugin'); ?></span>
177
  </div>
178
 
179
  <input type="hidden" name="<?php echo $name; ?>[type]" value="attachment" />
100
 
101
  <?php else : ?>
102
 
103
+ <?php _e('Image slide', 'slideshow-jquery-image-gallery'); ?>
104
 
105
  <?php endif; ?>
106
  </div>
111
 
112
  <div class="slideshow-group">
113
 
114
+ <a href="<?php echo $editUrl; ?>" title="<?php _e('Edit', 'slideshow-jquery-image-gallery'); ?> &#34;<?php echo $attachment->post_title; ?>&#34;">
115
  <img width="80" height="60" src="<?php echo $imageSrc; ?>" class="attachment-80x60" alt="<?php echo $attachment->post_title; ?>" title="<?php echo $attachment->post_title; ?>" />
116
  </a>
117
 
119
 
120
  <div class="slideshow-group">
121
 
122
+ <div class="slideshow-left slideshow-label"><?php _e('Title', 'slideshow-jquery-image-gallery'); ?></div>
123
  <div class="slideshow-right">
124
  <select name="<?php echo $name; ?>[titleElementTagID]">
125
  <?php foreach (SlideshowPluginSlideInserter::getElementTags() as $elementTagID => $elementTag): ?>
134
 
135
  <div class="slideshow-group">
136
 
137
+ <div class="slideshow-left slideshow-label"><?php _e('Description', 'slideshow-jquery-image-gallery'); ?></div>
138
  <div class="slideshow-right">
139
  <select name="<?php echo $name; ?>[descriptionElementTagID]">
140
  <?php foreach (SlideshowPluginSlideInserter::getElementTags() as $elementTagID => $elementTag): ?>
149
 
150
  <div class="slideshow-group">
151
 
152
+ <div class="slideshow-label"><?php _e('URL', 'slideshow-jquery-image-gallery'); ?></div>
153
  <input type="text" name="<?php echo $name; ?>[url]" value="<?php echo $url; ?>" style="width: 100%;" />
154
 
155
+ <div class="slideshow-label slideshow-left"><?php _e('Open URL in', 'slideshow-jquery-image-gallery'); ?></div>
156
  <select name="<?php echo $name; ?>[urlTarget]" class="slideshow-right">
157
+ <option value="_self" <?php selected('_self', $target); ?>><?php _e('Same window', 'slideshow-jquery-image-gallery'); ?></option>
158
+ <option value="_blank" <?php selected('_blank', $target); ?>><?php _e('New window', 'slideshow-jquery-image-gallery'); ?></option>
159
  </select>
160
  <div class="clear"></div>
161
 
162
+ <div class="slideshow-label slideshow-left"><?php _e('Don\'t let search engines follow link', 'slideshow-jquery-image-gallery'); ?></div>
163
  <input type="checkbox" name="<?php echo $name; ?>[noFollow]" value="" <?php checked($noFollow); ?> class="slideshow-right" />
164
  <div class="clear"></div>
165
 
167
 
168
  <div class="slideshow-group">
169
 
170
+ <div class="slideshow-label"><?php _e('Alternative text', 'slideshow-jquery-image-gallery'); ?></div>
171
  <input type="text" name="<?php echo $name; ?>[alternativeText]" value="<?php echo $alternativeText; ?>" style="width: 100%;" />
172
 
173
  </div>
174
 
175
  <div class="slideshow-group slideshow-delete-slide">
176
+ <span><?php _e('Delete slide', 'slideshow-jquery-image-gallery'); ?></span>
177
  </div>
178
 
179
  <input type="hidden" name="<?php echo $name; ?>[type]" value="attachment" />
views/SlideshowPluginSlideshowSlide/backend_templates.php CHANGED
@@ -6,7 +6,7 @@
6
  <div class="hndle">
7
  <div class="slide-icon text-slide-icon"></div>
8
  <div class="slide-title">
9
- <?php _e('Text slide', 'slideshow-plugin'); ?>
10
  </div>
11
  <div class="clear"></div>
12
  </div>
@@ -15,7 +15,7 @@
15
 
16
  <div class="slideshow-group">
17
 
18
- <div class="slideshow-left slideshow-label"><?php _e('Title', 'slideshow-plugin'); ?></div>
19
  <div class="slideshow-right">
20
  <select class="titleElementTagID">
21
  <?php foreach (SlideshowPluginSlideInserter::getElementTags() as $elementTagID => $elementTag): ?>
@@ -30,7 +30,7 @@
30
 
31
  <div class="slideshow-group">
32
 
33
- <div class="slideshow-left slideshow-label"><?php _e('Description', 'slideshow-plugin'); ?></div>
34
  <div class="slideshow-right">
35
  <select class="descriptionElementTagID">
36
  <?php foreach (SlideshowPluginSlideInserter::getElementTags() as $elementTagID => $elementTag): ?>
@@ -45,35 +45,35 @@
45
 
46
  <div class="slideshow-group">
47
 
48
- <div class="slideshow-label"><?php _e('Text color', 'slideshow-plugin'); ?></div>
49
  <input type="text" class="textColor" value="000000" />
50
 
51
- <div class="slideshow-label"><?php _e('Background color', 'slideshow-plugin'); ?></div>
52
  <input type="text" class="color" value="FFFFFF" />
53
- <div style="font-style: italic;"><?php _e('(Leave empty for a transparent background)', 'slideshow-plugin'); ?></div>
54
 
55
  </div>
56
 
57
  <div class="slideshow-group">
58
 
59
- <div class="slideshow-label"><?php _e('URL', 'slideshow-plugin'); ?></div>
60
  <input type="text" class="url" value="" style="width: 100%;" />
61
 
62
- <div class="slideshow-label slideshow-left"><?php _e('Open URL in', 'slideshow-plugin'); ?></div>
63
  <select class="urlTarget slideshow-right">
64
- <option value="_self"><?php _e('Same window', 'slideshow-plugin'); ?></option>
65
- <option value="_blank"><?php _e('New window', 'slideshow-plugin'); ?></option>
66
  </select>
67
  <div class="clear"></div>
68
 
69
- <div class="slideshow-label slideshow-left"><?php _e('Don\'t let search engines follow link', 'slideshow-plugin'); ?></div>
70
  <input type="checkbox" class="noFollow slideshow-right" />
71
  <div class="clear"></div>
72
 
73
  </div>
74
 
75
  <div class="slideshow-group slideshow-delete-slide">
76
- <span><?php _e('Delete slide', 'slideshow-plugin'); ?></span>
77
  </div>
78
 
79
  <input type="hidden" class="type" value="text" />
@@ -91,7 +91,7 @@
91
  <div class="hndle">
92
  <div class="slide-icon video-slide-icon"></div>
93
  <div class="slide-title">
94
- <?php _e('Video slide', 'slideshow-plugin'); ?>
95
  </div>
96
  <div class="clear"></div>
97
  </div>
@@ -100,21 +100,21 @@
100
 
101
  <div class="slideshow-group">
102
 
103
- <div class="slideshow-label"><?php _e('Youtube Video ID', 'slideshow-plugin'); ?></div>
104
  <input type="text" class="videoId" style="width: 100%;" />
105
 
106
  </div>
107
 
108
  <div class="slideshow-group">
109
 
110
- <div class="slideshow-label"><?php _e('Show related videos', 'slideshow-plugin'); ?></div>
111
- <label><input type="radio" class="showRelatedVideos" value="true"><?php _e('Yes', 'slideshow-plugin'); ?></label>
112
- <label><input type="radio" class="showRelatedVideos" value="false" checked="checked""><?php _e('No', 'slideshow-plugin'); ?></label>
113
 
114
  </div>
115
 
116
  <div class="slideshow-group slideshow-delete-slide">
117
- <span><?php _e('Delete slide', 'slideshow-plugin'); ?></span>
118
  </div>
119
 
120
  <input type="hidden" class="type" value="video" />
@@ -132,7 +132,7 @@
132
  <div class="hndle">
133
  <div class="slide-icon image-slide-icon"></div>
134
  <div class="slide-title">
135
- <?php _e('Image slide', 'slideshow-plugin'); ?>
136
  </div>
137
  <div class="clear"></div>
138
  </div>
@@ -147,7 +147,7 @@
147
 
148
  <div class="slideshow-group">
149
 
150
- <div class="slideshow-left slideshow-label"><?php _e('Title', 'slideshow-plugin'); ?></div>
151
  <div class="slideshow-right">
152
  <select class="titleElementTagID">
153
  <?php foreach (SlideshowPluginSlideInserter::getElementTags() as $elementTagID => $elementTag): ?>
@@ -162,7 +162,7 @@
162
 
163
  <div class="slideshow-group">
164
 
165
- <div class="slideshow-left slideshow-label"><?php _e('Description', 'slideshow-plugin'); ?></div>
166
  <div class="slideshow-right">
167
  <select class="descriptionElementTagID">
168
  <?php foreach (SlideshowPluginSlideInserter::getElementTags() as $elementTagID => $elementTag): ?>
@@ -177,30 +177,30 @@
177
 
178
  <div class="slideshow-group">
179
 
180
- <div class="slideshow-label"><?php _e('URL', 'slideshow-plugin'); ?></div>
181
  <input type="text" class="url" value="" style="width: 100%;" /><br />
182
 
183
- <div class="slideshow-label slideshow-left"><?php _e('Open URL in', 'slideshow-plugin'); ?></div>
184
  <select class="urlTarget slideshow-right">
185
- <option value="_self"><?php _e('Same window', 'slideshow-plugin'); ?></option>
186
- <option value="_blank"><?php _e('New window', 'slideshow-plugin'); ?></option>
187
  </select>
188
  <div class="clear"></div>
189
 
190
- <div class="slideshow-label slideshow-left"><?php _e('Don\'t let search engines follow link', 'slideshow-plugin'); ?></div>
191
  <input type="checkbox" class="noFollow slideshow-right" />
192
 
193
  </div>
194
 
195
  <div class="slideshow-group">
196
 
197
- <div class="slideshow-label"><?php _e('Alternative text', 'slideshow-plugin'); ?></div>
198
  <input type="text" class="alternativeText" style="width: 100%;" />
199
 
200
  </div>
201
 
202
  <div class="slideshow-group slideshow-delete-slide">
203
- <span><?php _e('Delete slide', 'slideshow-plugin'); ?></span>
204
  </div>
205
 
206
  <input type="hidden" class="type" value="attachment" />
6
  <div class="hndle">
7
  <div class="slide-icon text-slide-icon"></div>
8
  <div class="slide-title">
9
+ <?php _e('Text slide', 'slideshow-jquery-image-gallery'); ?>
10
  </div>
11
  <div class="clear"></div>
12
  </div>
15
 
16
  <div class="slideshow-group">
17
 
18
+ <div class="slideshow-left slideshow-label"><?php _e('Title', 'slideshow-jquery-image-gallery'); ?></div>
19
  <div class="slideshow-right">
20
  <select class="titleElementTagID">
21
  <?php foreach (SlideshowPluginSlideInserter::getElementTags() as $elementTagID => $elementTag): ?>
30
 
31
  <div class="slideshow-group">
32
 
33
+ <div class="slideshow-left slideshow-label"><?php _e('Description', 'slideshow-jquery-image-gallery'); ?></div>
34
  <div class="slideshow-right">
35
  <select class="descriptionElementTagID">
36
  <?php foreach (SlideshowPluginSlideInserter::getElementTags() as $elementTagID => $elementTag): ?>
45
 
46
  <div class="slideshow-group">
47
 
48
+ <div class="slideshow-label"><?php _e('Text color', 'slideshow-jquery-image-gallery'); ?></div>
49
  <input type="text" class="textColor" value="000000" />
50
 
51
+ <div class="slideshow-label"><?php _e('Background color', 'slideshow-jquery-image-gallery'); ?></div>
52
  <input type="text" class="color" value="FFFFFF" />
53
+ <div style="font-style: italic;"><?php _e('(Leave empty for a transparent background)', 'slideshow-jquery-image-gallery'); ?></div>
54
 
55
  </div>
56
 
57
  <div class="slideshow-group">
58
 
59
+ <div class="slideshow-label"><?php _e('URL', 'slideshow-jquery-image-gallery'); ?></div>
60
  <input type="text" class="url" value="" style="width: 100%;" />
61
 
62
+ <div class="slideshow-label slideshow-left"><?php _e('Open URL in', 'slideshow-jquery-image-gallery'); ?></div>
63
  <select class="urlTarget slideshow-right">
64
+ <option value="_self"><?php _e('Same window', 'slideshow-jquery-image-gallery'); ?></option>
65
+ <option value="_blank"><?php _e('New window', 'slideshow-jquery-image-gallery'); ?></option>
66
  </select>
67
  <div class="clear"></div>
68
 
69
+ <div class="slideshow-label slideshow-left"><?php _e('Don\'t let search engines follow link', 'slideshow-jquery-image-gallery'); ?></div>
70
  <input type="checkbox" class="noFollow slideshow-right" />
71
  <div class="clear"></div>
72
 
73
  </div>
74
 
75
  <div class="slideshow-group slideshow-delete-slide">
76
+ <span><?php _e('Delete slide', 'slideshow-jquery-image-gallery'); ?></span>
77
  </div>
78
 
79
  <input type="hidden" class="type" value="text" />
91
  <div class="hndle">
92
  <div class="slide-icon video-slide-icon"></div>
93
  <div class="slide-title">
94
+ <?php _e('Video slide', 'slideshow-jquery-image-gallery'); ?>
95
  </div>
96
  <div class="clear"></div>
97
  </div>
100
 
101
  <div class="slideshow-group">
102
 
103
+ <div class="slideshow-label"><?php _e('Youtube Video ID', 'slideshow-jquery-image-gallery'); ?></div>
104
  <input type="text" class="videoId" style="width: 100%;" />
105
 
106
  </div>
107
 
108
  <div class="slideshow-group">
109
 
110
+ <div class="slideshow-label"><?php _e('Show related videos', 'slideshow-jquery-image-gallery'); ?></div>
111
+ <label><input type="radio" class="showRelatedVideos" value="true"><?php _e('Yes', 'slideshow-jquery-image-gallery'); ?></label>
112
+ <label><input type="radio" class="showRelatedVideos" value="false" checked="checked""><?php _e('No', 'slideshow-jquery-image-gallery'); ?></label>
113
 
114
  </div>
115
 
116
  <div class="slideshow-group slideshow-delete-slide">
117
+ <span><?php _e('Delete slide', 'slideshow-jquery-image-gallery'); ?></span>
118
  </div>
119
 
120
  <input type="hidden" class="type" value="video" />
132
  <div class="hndle">
133
  <div class="slide-icon image-slide-icon"></div>
134
  <div class="slide-title">
135
+ <?php _e('Image slide', 'slideshow-jquery-image-gallery'); ?>
136
  </div>
137
  <div class="clear"></div>
138
  </div>
147
 
148
  <div class="slideshow-group">
149
 
150
+ <div class="slideshow-left slideshow-label"><?php _e('Title', 'slideshow-jquery-image-gallery'); ?></div>
151
  <div class="slideshow-right">
152
  <select class="titleElementTagID">
153
  <?php foreach (SlideshowPluginSlideInserter::getElementTags() as $elementTagID => $elementTag): ?>
162
 
163
  <div class="slideshow-group">
164
 
165
+ <div class="slideshow-left slideshow-label"><?php _e('Description', 'slideshow-jquery-image-gallery'); ?></div>
166
  <div class="slideshow-right">
167
  <select class="descriptionElementTagID">
168
  <?php foreach (SlideshowPluginSlideInserter::getElementTags() as $elementTagID => $elementTag): ?>
177
 
178
  <div class="slideshow-group">
179
 
180
+ <div class="slideshow-label"><?php _e('URL', 'slideshow-jquery-image-gallery'); ?></div>
181
  <input type="text" class="url" value="" style="width: 100%;" /><br />
182
 
183
+ <div class="slideshow-label slideshow-left"><?php _e('Open URL in', 'slideshow-jquery-image-gallery'); ?></div>
184
  <select class="urlTarget slideshow-right">
185
+ <option value="_self"><?php _e('Same window', 'slideshow-jquery-image-gallery'); ?></option>
186
+ <option value="_blank"><?php _e('New window', 'slideshow-jquery-image-gallery'); ?></option>
187
  </select>
188
  <div class="clear"></div>
189
 
190
+ <div class="slideshow-label slideshow-left"><?php _e('Don\'t let search engines follow link', 'slideshow-jquery-image-gallery'); ?></div>
191
  <input type="checkbox" class="noFollow slideshow-right" />
192
 
193
  </div>
194
 
195
  <div class="slideshow-group">
196
 
197
+ <div class="slideshow-label"><?php _e('Alternative text', 'slideshow-jquery-image-gallery'); ?></div>
198
  <input type="text" class="alternativeText" style="width: 100%;" />
199
 
200
  </div>
201
 
202
  <div class="slideshow-group slideshow-delete-slide">
203
+ <span><?php _e('Delete slide', 'slideshow-jquery-image-gallery'); ?></span>
204
  </div>
205
 
206
  <input type="hidden" class="type" value="attachment" />
views/SlideshowPluginSlideshowSlide/backend_text.php CHANGED
@@ -68,7 +68,7 @@ if (isset($properties['noFollow']))
68
 
69
  <?php else : ?>
70
 
71
- <?php _e('Text slide', 'slideshow-plugin'); ?>
72
 
73
  <?php endif; ?>
74
  </div>
@@ -79,7 +79,7 @@ if (isset($properties['noFollow']))
79
 
80
  <div class="slideshow-group">
81
 
82
- <div class="slideshow-left slideshow-label"><?php _e('Title', 'slideshow-plugin'); ?></div>
83
  <div class="slideshow-right">
84
  <select name="<?php echo $name; ?>[titleElementTagID]">
85
  <?php foreach (SlideshowPluginSlideInserter::getElementTags() as $elementTagID => $elementTag): ?>
@@ -94,7 +94,7 @@ if (isset($properties['noFollow']))
94
 
95
  <div class="slideshow-group">
96
 
97
- <div class="slideshow-left slideshow-label"><?php _e('Description', 'slideshow-plugin'); ?></div>
98
  <div class="slideshow-right">
99
  <select name="<?php echo $name; ?>[descriptionElementTagID]">
100
  <?php foreach (SlideshowPluginSlideInserter::getElementTags() as $elementTagID => $elementTag): ?>
@@ -109,35 +109,35 @@ if (isset($properties['noFollow']))
109
 
110
  <div class="slideshow-group">
111
 
112
- <div class="slideshow-label"><?php _e('Text color', 'slideshow-plugin'); ?></div>
113
  <input type="text" name="<?php echo $name; ?>[textColor]" value="<?php echo $textColor; ?>" class="wp-color-picker-field" />
114
 
115
- <div class="slideshow-label"><?php _e('Background color', 'slideshow-plugin'); ?></div>
116
  <input type="text" name="<?php echo $name; ?>[color]" value="<?php echo $color; ?>" class="wp-color-picker-field" />
117
- <div style="font-style: italic;"><?php _e('(Leave empty for a transparent background)', 'slideshow-plugin'); ?></div>
118
 
119
  </div>
120
 
121
  <div class="slideshow-group">
122
 
123
- <div class="slideshow-label"><?php _e('URL', 'slideshow-plugin'); ?></div>
124
  <input type="text" name="<?php echo $name; ?>[url]" value="<?php echo $url; ?>" style="width: 100%;" />
125
 
126
- <div class="slideshow-label slideshow-left"><?php _e('Open URL in', 'slideshow-plugin'); ?></div>
127
  <select name="<?php echo $name; ?>[urlTarget]" class="slideshow-right">
128
- <option value="_self" <?php selected('_self', $target); ?>><?php _e('Same window', 'slideshow-plugin'); ?></option>
129
- <option value="_blank" <?php selected('_blank', $target); ?>><?php _e('New window', 'slideshow-plugin'); ?></option>
130
  </select>
131
  <div class="clear"></div>
132
 
133
- <div class="slideshow-label slideshow-left"><?php _e('Don\'t let search engines follow link', 'slideshow-plugin'); ?></div>
134
  <input type="checkbox" name="<?php echo $name; ?>[noFollow]" value="" <?php checked($noFollow); ?> class="slideshow-right" />
135
  <div class="clear"></div>
136
 
137
  </div>
138
 
139
  <div class="slideshow-group slideshow-delete-slide">
140
- <span><?php _e('Delete slide', 'slideshow-plugin'); ?></span>
141
  </div>
142
 
143
  <input type="hidden" name="<?php echo $name; ?>[type]" value="text" />
68
 
69
  <?php else : ?>
70
 
71
+ <?php _e('Text slide', 'slideshow-jquery-image-gallery'); ?>
72
 
73
  <?php endif; ?>
74
  </div>
79
 
80
  <div class="slideshow-group">
81
 
82
+ <div class="slideshow-left slideshow-label"><?php _e('Title', 'slideshow-jquery-image-gallery'); ?></div>
83
  <div class="slideshow-right">
84
  <select name="<?php echo $name; ?>[titleElementTagID]">
85
  <?php foreach (SlideshowPluginSlideInserter::getElementTags() as $elementTagID => $elementTag): ?>
94
 
95
  <div class="slideshow-group">
96
 
97
+ <div class="slideshow-left slideshow-label"><?php _e('Description', 'slideshow-jquery-image-gallery'); ?></div>
98
  <div class="slideshow-right">
99
  <select name="<?php echo $name; ?>[descriptionElementTagID]">
100
  <?php foreach (SlideshowPluginSlideInserter::getElementTags() as $elementTagID => $elementTag): ?>
109
 
110
  <div class="slideshow-group">
111
 
112
+ <div class="slideshow-label"><?php _e('Text color', 'slideshow-jquery-image-gallery'); ?></div>
113
  <input type="text" name="<?php echo $name; ?>[textColor]" value="<?php echo $textColor; ?>" class="wp-color-picker-field" />
114
 
115
+ <div class="slideshow-label"><?php _e('Background color', 'slideshow-jquery-image-gallery'); ?></div>
116
  <input type="text" name="<?php echo $name; ?>[color]" value="<?php echo $color; ?>" class="wp-color-picker-field" />
117
+ <div style="font-style: italic;"><?php _e('(Leave empty for a transparent background)', 'slideshow-jquery-image-gallery'); ?></div>
118
 
119
  </div>
120
 
121
  <div class="slideshow-group">
122
 
123
+ <div class="slideshow-label"><?php _e('URL', 'slideshow-jquery-image-gallery'); ?></div>
124
  <input type="text" name="<?php echo $name; ?>[url]" value="<?php echo $url; ?>" style="width: 100%;" />
125
 
126
+ <div class="slideshow-label slideshow-left"><?php _e('Open URL in', 'slideshow-jquery-image-gallery'); ?></div>
127
  <select name="<?php echo $name; ?>[urlTarget]" class="slideshow-right">
128
+ <option value="_self" <?php selected('_self', $target); ?>><?php _e('Same window', 'slideshow-jquery-image-gallery'); ?></option>
129
+ <option value="_blank" <?php selected('_blank', $target); ?>><?php _e('New window', 'slideshow-jquery-image-gallery'); ?></option>
130
  </select>
131
  <div class="clear"></div>
132
 
133
+ <div class="slideshow-label slideshow-left"><?php _e('Don\'t let search engines follow link', 'slideshow-jquery-image-gallery'); ?></div>
134
  <input type="checkbox" name="<?php echo $name; ?>[noFollow]" value="" <?php checked($noFollow); ?> class="slideshow-right" />
135
  <div class="clear"></div>
136
 
137
  </div>
138
 
139
  <div class="slideshow-group slideshow-delete-slide">
140
+ <span><?php _e('Delete slide', 'slideshow-jquery-image-gallery'); ?></span>
141
  </div>
142
 
143
  <input type="hidden" name="<?php echo $name; ?>[type]" value="text" />
views/SlideshowPluginSlideshowSlide/backend_video.php CHANGED
@@ -25,7 +25,7 @@ if (isset($properties['showRelatedVideos']) &&
25
  <div class="hndle">
26
  <div class="slide-icon video-slide-icon"></div>
27
  <div class="slide-title">
28
- <?php _e('Video slide', 'slideshow-plugin'); ?>
29
  </div>
30
  <div class="clear"></div>
31
  </div>
@@ -34,21 +34,21 @@ if (isset($properties['showRelatedVideos']) &&
34
 
35
  <div class="slideshow-group">
36
 
37
- <div class="slideshow-label"><?php _e('Youtube Video ID', 'slideshow-plugin'); ?></div>
38
  <input type="text" name="<?php echo $name; ?>[videoId]" value="<?php echo $videoId; ?>" style="width: 100%;" />
39
 
40
  </div>
41
 
42
  <div class="slideshow-group">
43
 
44
- <div class="slideshow-label"><?php _e('Show related videos', 'slideshow-plugin'); ?></div>
45
- <label><input type="radio" name="<?php echo $name; ?>[showRelatedVideos]" value="true" <?php checked('true', $showRelatedVideos); ?>><?php _e('Yes', 'slideshow-plugin'); ?></label>
46
- <label><input type="radio" name="<?php echo $name; ?>[showRelatedVideos]" value="false" <?php checked('false', $showRelatedVideos); ?>><?php _e('No', 'slideshow-plugin'); ?></label>
47
 
48
  </div>
49
 
50
  <div class="slideshow-group slideshow-delete-slide">
51
- <span><?php _e('Delete slide', 'slideshow-plugin'); ?></span>
52
  </div>
53
 
54
  <input type="hidden" name="<?php echo $name; ?>[type]" value="video" />
25
  <div class="hndle">
26
  <div class="slide-icon video-slide-icon"></div>
27
  <div class="slide-title">
28
+ <?php _e('Video slide', 'slideshow-jquery-image-gallery'); ?>
29
  </div>
30
  <div class="clear"></div>
31
  </div>
34
 
35
  <div class="slideshow-group">
36
 
37
+ <div class="slideshow-label"><?php _e('Youtube Video ID', 'slideshow-jquery-image-gallery'); ?></div>
38
  <input type="text" name="<?php echo $name; ?>[videoId]" value="<?php echo $videoId; ?>" style="width: 100%;" />
39
 
40
  </div>
41
 
42
  <div class="slideshow-group">
43
 
44
+ <div class="slideshow-label"><?php _e('Show related videos', 'slideshow-jquery-image-gallery'); ?></div>
45
+ <label><input type="radio" name="<?php echo $name; ?>[showRelatedVideos]" value="true" <?php checked('true', $showRelatedVideos); ?>><?php _e('Yes', 'slideshow-jquery-image-gallery'); ?></label>
46
+ <label><input type="radio" name="<?php echo $name; ?>[showRelatedVideos]" value="false" <?php checked('false', $showRelatedVideos); ?>><?php _e('No', 'slideshow-jquery-image-gallery'); ?></label>
47
 
48
  </div>
49
 
50
  <div class="slideshow-group slideshow-delete-slide">
51
+ <span><?php _e('Delete slide', 'slideshow-jquery-image-gallery'); ?></span>
52
  </div>
53
 
54
  <input type="hidden" name="<?php echo $name; ?>[type]" value="video" />
views/SlideshowPluginUpload/upload-button.php CHANGED
@@ -1 +1 @@
1
- <input type="button" id="upload_image_button" class="button" value="<?php _e('Upload/Manage Images', 'slideshow-plugin'); ?>" />
1
+ <input type="button" id="upload_image_button" class="button" value="<?php _e('Upload/Manage Images', 'slideshow-jquery-image-gallery'); ?>" />
views/SlideshowPluginWidget/form.php CHANGED
@@ -1,15 +1,15 @@
1
  <p>
2
- <label for="<?php echo $this->get_field_id('title'); ?>"><?php _e('Title', 'slideshow-plugin'); ?></label>
3
  <input class="widefat" id="<?php echo $this->get_field_id('title'); ?>" name="<?php echo $this->get_field_name('title'); ?>" value="<?php echo htmlspecialchars($instance['title']); ?>" style="width:100%" />
4
  </p>
5
 
6
  <p>
7
- <label for="<?php echo $this->get_field_id('slideshowId'); ?>"><?php _e('Slideshow', 'slideshow-plugin'); ?></label>
8
  <select class="widefat" id="<?php echo $this->get_field_id('slideshowId'); ?>" name="<?php echo $this->get_field_name('slideshowId'); ?>" value="<?php echo (is_numeric($instance['slideshowId']))? $instance['slideshowId'] : ''; ?>" style="width:100%">
9
- <option value="-1" <?php selected($instance['slideshowId'], -1); ?>><?php _e('Random Slideshow', 'slideshow-plugin'); ?></option>
10
  <?php if(count($slideshows) > 0): ?>
11
  <?php foreach($slideshows as $slideshow): ?>
12
- <option value="<?php echo $slideshow->ID ?>" <?php selected($instance['slideshowId'], $slideshow->ID); ?>><?php echo !empty($slideshow->post_title) ? $slideshow->post_title : __('Untitled slideshow', 'slideshow-plugin'); ?></option>
13
  <?php endforeach; ?>
14
  <?php endif; ?>
15
  </select>
1
  <p>
2
+ <label for="<?php echo $this->get_field_id('title'); ?>"><?php _e('Title', 'slideshow-jquery-image-gallery'); ?></label>
3
  <input class="widefat" id="<?php echo $this->get_field_id('title'); ?>" name="<?php echo $this->get_field_name('title'); ?>" value="<?php echo htmlspecialchars($instance['title']); ?>" style="width:100%" />
4
  </p>
5
 
6
  <p>
7
+ <label for="<?php echo $this->get_field_id('slideshowId'); ?>"><?php _e('Slideshow', 'slideshow-jquery-image-gallery'); ?></label>
8
  <select class="widefat" id="<?php echo $this->get_field_id('slideshowId'); ?>" name="<?php echo $this->get_field_name('slideshowId'); ?>" value="<?php echo (is_numeric($instance['slideshowId']))? $instance['slideshowId'] : ''; ?>" style="width:100%">
9
+ <option value="-1" <?php selected($instance['slideshowId'], -1); ?>><?php _e('Random Slideshow', 'slideshow-jquery-image-gallery'); ?></option>
10
  <?php if(count($slideshows) > 0): ?>
11
  <?php foreach($slideshows as $slideshow): ?>
12
+ <option value="<?php echo $slideshow->ID ?>" <?php selected($instance['slideshowId'], $slideshow->ID); ?>><?php echo !empty($slideshow->post_title) ? $slideshow->post_title : __('Untitled slideshow', 'slideshow-jquery-image-gallery'); ?></option>
13
  <?php endforeach; ?>
14
  <?php endif; ?>
15
  </select>