Easy FancyBox - Version 1.5.8

Version Description

  • FIX: variable variable php 7 compat
  • Dropped IE6 support
  • FIX: obj undefined in minified js
  • FIX: nofancybox in menu ignored, thanks Trishah
  • Color value sanitize
  • NEW: auto popup delay
  • NEW: pro extension version compatibility check routine
  • NEW: margin option
  • NEW: iFrame alow full screen option
  • Dropped mu-plugins support
  • Added support for universal nolightbox class
  • Set focus on iframe after load
  • FIX: No center on scroll on touch devices
  • FIX: Allow fullscreen videos
Download this release

Release Info

Developer deployer
Plugin Icon 128x128 Easy FancyBox
Version 1.5.8
Comparing to
See all releases

Code changes from version 1.5.7 to 1.5.8

Files changed (87) hide show
  1. easy-fancybox-admin.php +0 -0
  2. easy-fancybox-class.php +0 -659
  3. easy-fancybox.php +54 -65
  4. fancybox/blank.gif +0 -0
  5. fancybox/fancy_close.png +0 -0
  6. fancybox/fancy_loading.png +0 -0
  7. fancybox/fancy_nav_left.png +0 -0
  8. fancybox/fancy_nav_right.png +0 -0
  9. fancybox/fancy_shadow_e.png +0 -0
  10. fancybox/fancy_shadow_n.png +0 -0
  11. fancybox/fancy_shadow_ne.png +0 -0
  12. fancybox/fancy_shadow_nw.png +0 -0
  13. fancybox/fancy_shadow_s.png +0 -0
  14. fancybox/fancy_shadow_se.png +0 -0
  15. fancybox/fancy_shadow_sw.png +0 -0
  16. fancybox/fancy_shadow_w.png +0 -0
  17. fancybox/fancy_title_left.png +0 -0
  18. fancybox/fancy_title_main.png +0 -0
  19. fancybox/fancy_title_over.png +0 -0
  20. fancybox/fancy_title_right.png +0 -0
  21. fancybox/fancybox-x.png +0 -0
  22. fancybox/fancybox-y.png +0 -0
  23. fancybox/fancybox.png +0 -0
  24. fancybox/jquery.fancybox-1.3.7.min.css +0 -1
  25. fancybox/jquery.fancybox-1.3.7.min.js +0 -43
  26. fancybox/{jquery.fancybox-1.3.7.css → jquery.fancybox-1.3.8.css} +36 -101
  27. fancybox/{jquery.fancybox-1.3.7.js → jquery.fancybox-1.3.8.js} +42 -36
  28. fancybox/jquery.fancybox-1.3.8.min.css +1 -0
  29. fancybox/jquery.fancybox-1.3.8.min.js +2 -0
  30. light-mask.png → images/light-mask.png +0 -0
  31. inc/class-easyfancybox-admin.php +327 -0
  32. easy-fancybox-settings.php → inc/class-easyfancybox-options.php +134 -120
  33. inc/class-easyfancybox.php +437 -0
  34. inc/translation-strings.php +9 -0
  35. jquery.easing.pack.js +0 -14
  36. jquery.metadata.js +0 -148
  37. jquery.metadata.pack.js +0 -21
  38. jquery.mousewheel.pack.js +0 -8
  39. jquery.easing.js → js/jquery.easing.js +12 -74
  40. js/jquery.easing.min.js +14 -0
  41. js/jquery.metadata.js +117 -0
  42. js/jquery.metadata.min.js +1 -0
  43. jquery.mousewheel.js → js/jquery.mousewheel.js +0 -0
  44. jquery.mousewheel.min.js → js/jquery.mousewheel.min.js +0 -0
  45. languages/easy-fancybox-bel.mo +0 -0
  46. languages/easy-fancybox-bel.po +687 -0
  47. languages/easy-fancybox-cs_CZ.mo +0 -0
  48. languages/easy-fancybox-cs_CZ.po +0 -0
  49. languages/easy-fancybox-es_ES.mo +0 -0
  50. languages/easy-fancybox-es_ES.po +0 -0
  51. languages/easy-fancybox-fa_IR.mo +0 -0
  52. languages/easy-fancybox-fa_IR.po +0 -0
  53. languages/easy-fancybox-fr_FR.mo +0 -0
  54. languages/easy-fancybox-fr_FR.po +0 -0
  55. languages/easy-fancybox-hi_IN.mo +0 -0
  56. languages/easy-fancybox-hi_IN.po +0 -0
  57. languages/easy-fancybox-hr.mo +0 -0
  58. languages/easy-fancybox-hr.po +414 -384
  59. languages/easy-fancybox-id_ID.mo +0 -0
  60. languages/easy-fancybox-id_ID.po +0 -0
  61. languages/easy-fancybox-lt_LT.mo +0 -0
  62. languages/easy-fancybox-lt_LT.po +0 -0
  63. languages/easy-fancybox-nl.po +680 -0
  64. languages/easy-fancybox-nl_NL.mo +0 -0
  65. languages/easy-fancybox-nl_NL.po +694 -583
  66. languages/easy-fancybox-pl_PL.mo +0 -0
  67. languages/easy-fancybox-pl_PL.po +0 -0
  68. languages/easy-fancybox-readme-bel.mo +0 -0
  69. languages/easy-fancybox-readme-bel.po +1361 -0
  70. languages/{easy-fancybox.ro_RO.mo → easy-fancybox-ro_RO.mo} +0 -0
  71. languages/easy-fancybox-ro_RO.po +0 -0
  72. languages/easy-fancybox-ru_RU.mo +0 -0
  73. languages/easy-fancybox-ru_RU.po +561 -0
  74. languages/easy-fancybox-sr_RS.mo +0 -0
  75. languages/easy-fancybox-sr_RS.po +0 -0
  76. languages/easy-fancybox-tr_TR.mo +0 -0
  77. languages/easy-fancybox-tr_TR.po +0 -0
  78. languages/easy-fancybox-ua_UA.mo +0 -0
  79. languages/easy-fancybox-ua_UA.po +0 -0
  80. languages/easy-fancybox-xx_XX.mo +0 -0
  81. languages/easy-fancybox-xx_XX.po +605 -580
  82. languages/easy-fancybox.mo +0 -0
  83. languages/easy-fancybox.pot +605 -580
  84. languages/instructions.txt +0 -0
  85. readme.txt +6 -3
  86. screenshot-1.png +0 -0
  87. screenshot-2.png +0 -0
easy-fancybox-admin.php DELETED
File without changes
easy-fancybox-class.php DELETED
@@ -1,659 +0,0 @@
1
- <?php
2
- /**
3
- * Easy FancyBox Class
4
- */
5
- class easyFancyBox {
6
-
7
- public static $pagehook;
8
-
9
- public static $add_scripts = false;
10
-
11
- public static $options = array();
12
-
13
-
14
- /**********************
15
- MAIN SCRIPT OUTPUT
16
- **********************/
17
-
18
- public static function main_script() {
19
-
20
- echo '
21
- <!-- Easy FancyBox ' . EASY_FANCYBOX_VERSION . ' using FancyBox ' . FANCYBOX_VERSION . ' - RavanH (http://status301.net/wordpress-plugins/easy-fancybox/) -->';
22
-
23
- // check for any enabled sections
24
- //if(!empty(self::$options['Global']['options']['Enable']['options']))
25
- foreach (self::$options['Global']['options']['Enable']['options'] as $value) {
26
- // anything enabled?
27
- if ( isset($value['id']) && '1' == get_option($value['id'],$value['default']) ) {
28
- self::$add_scripts = true;
29
- break;
30
- }
31
- }
32
- // and abort when none are active
33
- if (!self::$add_scripts) {
34
- echo '
35
- <!-- Nothing enabled under Settings > Media > FancyBox. -->
36
-
37
- ';
38
- return;
39
- }
40
-
41
- // begin output FancyBox settings
42
- echo '
43
- <script type="text/javascript">
44
- /* <![CDATA[ */
45
- var fb_timeout = null;';
46
-
47
- /*
48
- * Global settings routine
49
- */
50
- $more=0;
51
- echo '
52
- var fb_opts = {';
53
- foreach (self::$options['Global']['options'] as $globals) {
54
- foreach ($globals['options'] as $_key => $_value) {
55
- if ( isset($_value['id']) )
56
- if ( isset($_value['default']) )
57
- $parm = get_option($_value['id'], $_value['default']);
58
- else
59
- $parm = get_option($_value['id']);
60
- elseif ( isset($_value['default']) )
61
- $parm = $_value['default'];
62
- else
63
- $parm = '';
64
-
65
- if ( isset($_value['input']) && 'checkbox'==$_value['input'] )
66
- $parm = ( '1' == $parm ) ? 'true' : 'false';
67
-
68
- if( !isset($_value['hide']) && $parm!='' ) {
69
- $quote = (is_numeric($parm) || (isset($_value['noquotes']) && $_value['noquotes'] == true) ) ? '' : '\'';
70
- if ($more>0)
71
- echo ',';
72
- echo ' \''.$_key.'\' : ';
73
- echo $quote.$parm.$quote;
74
- $more++;
75
- } else {
76
- $$_key = $parm;
77
- }
78
- }
79
- }
80
- echo ' };
81
- var easy_fancybox_handler = function(){';
82
-
83
- foreach (self::$options as $key => $value) {
84
- // check if not enabled or hide=true then skip
85
- if ( isset($value['hide']) || !get_option(self::$options['Global']['options']['Enable']['options'][$key]['id'], self::$options['Global']['options']['Enable']['options'][$key]['default']) )
86
- continue;
87
-
88
- echo '
89
- /* ' . $key . ' */';
90
- /*
91
- * Auto-detection routines (2x)
92
- */
93
- $autoAttribute = (isset($value['options']['autoAttribute'])) ? get_option( $value['options']['autoAttribute']['id'], $value['options']['autoAttribute']['default'] ) : "";
94
- // update from previous version:
95
- if($attributeLimit == '.not(\':empty\')')
96
- $attributeLimit = ':not(:empty)';
97
- elseif($attributeLimit == '.has(\'img\')')
98
- $attributeLimit = ':has(img)';
99
-
100
- if(!empty($autoAttribute)) {
101
- if(is_numeric($autoAttribute)) {
102
- echo '
103
- jQuery(\'a['.$value['options']['autoAttribute']['selector'].']:not(.nofancybox)'.$attributeLimit.', area['.$value['options']['autoAttribute']['selector'].']:not(.nofancybox)'.$attributeLimit.'\')';
104
- //if ( isset($value['options']['autoAttribute']['href-replace']) )
105
- // echo '.attr(\'href\', function(index, attr){'.$value['options']['autoAttribute']['href-replace'].'})';
106
- echo '.addClass(\''.$value['options']['class']['default'].'\');';
107
- } else {
108
- // set selectors
109
- $file_types = array_filter( explode( ' ', str_replace( ',', ' ', $autoAttribute ) ) );
110
- $more=0;
111
- echo '
112
- var fb_'.$key.'_select = \'';
113
- foreach ($file_types as $type) {
114
- if ($type == "jpg" || $type == "jpeg" || $type == "png" || $type == "gif")
115
- $type = '.'.$type;
116
- if ($more>0)
117
- echo ', ';
118
- echo 'a['.$value['options']['autoAttribute']['selector'].'"'.$type.'"]:not(.nofancybox,.pin-it-button)'.$attributeLimit.', area['.$value['options']['autoAttribute']['selector'].'"'.$type.'"]:not(.nofancybox)'.$attributeLimit;
119
- $more++;
120
- }
121
- echo '\';';
122
-
123
- // class and rel depending on settings
124
- if( '1' == get_option($value['options']['autoAttributeLimit']['id'],$value['options']['autoAttributeLimit']['default']) ) {
125
- // add class
126
- echo '
127
- var fb_'.$key.'_sections = jQuery(\''.get_option($value['options']['autoSelector']['id'],$value['options']['autoSelector']['default']).'\');
128
- fb_'.$key.'_sections.each(function() { jQuery(this).find(fb_'.$key.'_select).addClass(\''.$value['options']['class']['default'].'\')';
129
- // and set rel
130
- switch( get_option($value['options']['autoGallery']['id'],$value['options']['autoGallery']['default']) ) {
131
- case '':
132
- default :
133
- echo '; });';
134
- break;
135
- case '1':
136
- echo '.attr(\'rel\', \'gallery-\' + fb_'.$key.'_sections.index(this)); });';
137
- break;
138
- case '2':
139
- echo '.attr(\'rel\', \'gallery\'); });';
140
- }
141
- } else {
142
- // add class
143
- echo '
144
- jQuery(fb_'.$key.'_select).addClass(\''.$value['options']['class']['default'].'\')';
145
- // set rel
146
- switch( get_option($value['options']['autoGallery']['id'],$value['options']['autoGallery']['default']) ) {
147
- case '':
148
- default :
149
- echo ';';
150
- break;
151
- case '1':
152
- echo ';
153
- var fb_'.$key.'_sections = jQuery(\''.get_option($value['options']['autoSelector']['id'],$value['options']['autoSelector']['default']).'\');
154
- fb_'.$key.'_sections.each(function() { jQuery(this).find(fb_'.$key.'_select).attr(\'rel\', \'gallery-\' + fb_'.$key.'_sections.index(this)); });';
155
- break;
156
- case '2':
157
- echo '.attr(\'rel\', \'gallery\');';
158
- }
159
- }
160
-
161
- }
162
- }
163
-
164
- $autoAttributeAlt = ( isset($value['options']['autoAttributeAlt']) ) ? get_option( $value['options']['autoAttributeAlt']['id'], $value['options']['autoAttributeAlt']['default'] ) : "";
165
- if(!empty($autoAttributeAlt) && is_numeric($autoAttributeAlt)) {
166
- echo '
167
- jQuery(\'a['.$value['options']['autoAttributeAlt']['selector'].']:not(.nofancybox)'.$attributeLimit.', area['.$value['options']['autoAttributeAlt']['selector'].']:not(.nofancybox)'.$attributeLimit.'\')';
168
- //if (!empty($value['options']['autoAttributeAlt']['href-replace']))
169
- // echo '.attr(\'href\', function(index, attr){'.$value['options']['autoAttributeAlt']['href-replace']. '})';
170
- echo '.addClass(\''.$value['options']['class']['default'].'\');';
171
- }
172
-
173
- /*
174
- * Generate .fancybox() bind
175
- */
176
- $trigger='';
177
- if( $key == $autoClick )
178
- $trigger = '.filter(\':first\').trigger(\'click\')';
179
-
180
- echo '
181
- jQuery(\'' . $value['options']['tag']['default']. '\')';
182
-
183
- // use each() to allow different metadata values per instance; fix by Elron. Thanks!
184
- if ( '1' == get_option(self::$options['Global']['options']['Links']['options']['metaData']['id'],self::$options['Global']['options']['Links']['options']['metaData']['default']) )
185
- echo '.each(function() { jQuery(this)';
186
-
187
- echo '.fancybox( jQuery.extend({}, fb_opts, {';
188
- $more=0;
189
- foreach ($value['options'] as $_key => $_value) {
190
- if (isset($_value['id']) || isset($_value['default']))
191
- $parm = (isset($_value['id']))? get_option($_value['id'], $_value['default']) : $_value['default'];
192
- else
193
- $parm = '';
194
-
195
- if( isset($_value['input']) && 'checkbox'==$_value['input'] )
196
- $parm = ( '1' == $parm ) ? 'true' : 'false';
197
-
198
- if( !isset($_value['hide']) && $parm!='' ) {
199
- $quote = (is_numeric($parm) || (isset($_value['noquotes']) && $_value['noquotes'] == true) ) ? '' : '\'';
200
- if ($more>0)
201
- echo ',';
202
- echo ' \''.$_key.'\' : ';
203
- echo $quote.$parm.$quote;
204
- $more++;
205
- }
206
- }
207
- echo ' }) ';
208
-
209
- // use each() to allow different metadata values per instance; fix by Elron. Thanks!
210
- if ( '1' == get_option(self::$options['Global']['options']['Links']['options']['metaData']['id'],self::$options['Global']['options']['Links']['options']['metaData']['default']) )
211
- echo ');} ';
212
-
213
- echo ')'.$trigger.';';
214
-
215
- }
216
-
217
- switch( $autoClick ) {
218
- case '':
219
- default :
220
- break;
221
- case '1':
222
- echo '
223
- /* Auto-click */
224
- jQuery(\'#fancybox-auto\').trigger(\'click\');';
225
- break;
226
- case '99':
227
- echo '
228
- /* Auto-load */
229
- jQuery(\'a[class*="fancybox"]\').filter(\':first\').trigger(\'click\');';
230
- break;
231
- }
232
- echo '
233
- }
234
- /* ]]> */
235
- </script>
236
- ';
237
-
238
- // customized styles
239
- $styles = '';
240
- if (isset($overlaySpotlight) && 'true' == $overlaySpotlight)
241
- $styles .= '
242
- #fancybox-overlay{background-attachment:fixed;background-image:url("' . EASY_FANCYBOX_PLUGINURL . 'light-mask.png");background-position:center;background-repeat:no-repeat;background-size:cover;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="' . EASY_FANCYBOX_PLUGINURL . 'light-mask.png",sizingMethod="scale");-ms-filter:"progid:DXImageTransform.Microsoft.AlphaImageLoader(src=\'' . EASY_FANCYBOX_PLUGINURL . 'light-mask.png\',sizingMethod=\'scale\')";}';
243
- if (isset($borderRadius) && !empty($borderRadius))
244
- $styles .= '
245
- #fancybox-bg-n,#fancybox-bg-ne,#fancybox-bg-e,#fancybox-bg-se,#fancybox-bg-s,#fancybox-bg-sw,#fancybox-bg-w,#fancybox-bg-nw{background-image:none}#fancybox-outer,#fancybox-content{border-radius:'.$borderRadius.'px}#fancybox-outer{-moz-box-shadow:0 0 12px #1111;-webkit-box-shadow:0 0 12px #111;box-shadow:0 0 12px #111}.fancybox-title-inside{padding-top:'.$borderRadius.'px;margin-top:-'.$borderRadius.'px !important;border-radius: 0 0 '.$borderRadius.'px '.$borderRadius.'px}';
246
- if (isset($backgroundColor) && '' != $backgroundColor)
247
- $styles .= '
248
- #fancybox-content{background-color:'.$backgroundColor.'}';
249
- if (isset($paddingColor) && '' != $paddingColor)
250
- $styles .= '
251
- #fancybox-content{border-color:'.$paddingColor.'}#fancybox-outer{background-color:'.$paddingColor.'}'; //.fancybox-title-inside{background-color:'.$paddingColor.';margin-left:0 !important;margin-right:0 !important;width:100% !important;}
252
- if (isset($textColor) && '' != $textColor)
253
- $styles .= '
254
- #fancybox-content{color:'.$textColor.'}';
255
- if (isset($titleColor) && '' != $titleColor)
256
- $styles .= '
257
- #fancybox-title,#fancybox-title-float-main{color:'.$titleColor.'}';
258
-
259
- if ( !empty($styles) ) {
260
- echo '
261
- <style type="text/css">' . $styles . '
262
- </style>
263
- ';
264
- }
265
-
266
- // running our IE alphaimageloader relative path styles here
267
- if (isset($compatIE6) && 'true' == $compatIE6)
268
- echo '
269
- <!--[if lt IE 8]>
270
- <style type="text/css">
271
- .fancybox-ie6 #fancybox-close{background:transparent;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="' . EASY_FANCYBOX_PLUGINURL . 'fancybox/fancy_close.png",sizingMethod="scale")}
272
- .fancybox-ie6 #fancybox-left-ico{background:transparent;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="' . EASY_FANCYBOX_PLUGINURL . 'fancybox/fancy_nav_left.png",sizingMethod="scale")}
273
- .fancybox-ie6 #fancybox-right-ico{background:transparent;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="' . EASY_FANCYBOX_PLUGINURL . 'fancybox/fancy_nav_right.png",sizingMethod="scale")}
274
- .fancybox-ie6 #fancybox-title-over{background:transparent;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="' . EASY_FANCYBOX_PLUGINURL . 'fancybox/fancy_title_over.png",sizingMethod="scale");zoom:1}
275
- .fancybox-ie6 #fancybox-title-float-left{background:transparent;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="' . EASY_FANCYBOX_PLUGINURL . 'fancybox/fancy_title_left.png",sizingMethod="scale")}
276
- .fancybox-ie6 #fancybox-title-float-main{background:transparent;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="' . EASY_FANCYBOX_PLUGINURL . 'fancybox/fancy_title_main.png",sizingMethod="scale")}
277
- .fancybox-ie6 #fancybox-title-float-right{background:transparent;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="' . EASY_FANCYBOX_PLUGINURL . 'fancybox/fancy_title_right.png",sizingMethod="scale")}
278
- .fancybox-ie6 #fancybox-bg-w,.fancybox-ie6 #fancybox-bg-e,.fancybox-ie6 #fancybox-left,.fancybox-ie6 #fancybox-right,#fancybox-hide-sel-frame{height:expression(this.parentNode.clientHeight+"px")}
279
- #fancybox-loading.fancybox-ie6{position:absolute;margin-top:0;top:expression((-20+(document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2)+(ignoreMe=document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop))+"px")}
280
- #fancybox-loading.fancybox-ie6 div{background:transparent;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="' . EASY_FANCYBOX_PLUGINURL . 'fancybox/fancy_loading.png", sizingMethod="scale")}
281
- .fancybox-ie #fancybox-bg-n{filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="' . EASY_FANCYBOX_PLUGINURL . 'fancybox/fancy_shadow_n.png",sizingMethod="scale")}
282
- .fancybox-ie #fancybox-bg-ne{filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="' . EASY_FANCYBOX_PLUGINURL . 'fancybox/fancy_shadow_ne.png",sizingMethod="scale")}
283
- .fancybox-ie #fancybox-bg-e{filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="' . EASY_FANCYBOX_PLUGINURL . 'fancybox/fancy_shadow_e.png",sizingMethod="scale")}
284
- .fancybox-ie #fancybox-bg-se{filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="' . EASY_FANCYBOX_PLUGINURL . 'fancybox/fancy_shadow_se.png",sizingMethod="scale")}
285
- .fancybox-ie #fancybox-bg-s{filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="' . EASY_FANCYBOX_PLUGINURL . 'fancybox/fancy_shadow_s.png",sizingMethod="scale")}
286
- .fancybox-ie #fancybox-bg-sw{filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="' . EASY_FANCYBOX_PLUGINURL . 'fancybox/fancy_shadow_sw.png",sizingMethod="scale")}
287
- .fancybox-ie #fancybox-bg-w{filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="' . EASY_FANCYBOX_PLUGINURL . 'fancybox/fancy_shadow_w.png",sizingMethod="scale")}
288
- .fancybox-ie #fancybox-bg-nw{filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="' . EASY_FANCYBOX_PLUGINURL . 'fancybox/fancy_shadow_nw.png",sizingMethod="scale")}
289
- </style>
290
- <![endif]-->
291
- ';
292
-
293
- // running our IE alphaimageloader relative path styles here
294
- if (isset($compatIE8) && 'true' == $compatIE8)
295
- echo '
296
- <!--[if IE 8]>
297
- <style type="text/css">
298
- .fancybox-ie #fancybox-bg-n{-ms-filter:\'progid:DXImageTransform.Microsoft.AlphaImageLoader(src="' . EASY_FANCYBOX_PLUGINURL . 'fancybox/fancy_shadow_n.png",sizingMethod="scale")\'}
299
- .fancybox-ie #fancybox-bg-ne{-ms-filter:\'progid:DXImageTransform.Microsoft.AlphaImageLoader(src="' . EASY_FANCYBOX_PLUGINURL . 'fancybox/fancy_shadow_ne.png",sizingMethod="scale")\'}
300
- .fancybox-ie #fancybox-bg-e{-ms-filter:\'progid:DXImageTransform.Microsoft.AlphaImageLoader(src="' . EASY_FANCYBOX_PLUGINURL . 'fancybox/fancy_shadow_e.png",sizingMethod="scale")\'}
301
- .fancybox-ie #fancybox-bg-se{-ms-filter:\'progid:DXImageTransform.Microsoft.AlphaImageLoader(src="' . EASY_FANCYBOX_PLUGINURL . 'fancybox/fancy_shadow_se.png",sizingMethod="scale")\'}
302
- .fancybox-ie #fancybox-bg-s{-ms-filter:\'progid:DXImageTransform.Microsoft.AlphaImageLoader(src="' . EASY_FANCYBOX_PLUGINURL . 'fancybox/fancy_shadow_s.png",sizingMethod="scale")\'}
303
- .fancybox-ie #fancybox-bg-sw{-ms-filter:\'progid:DXImageTransform.Microsoft.AlphaImageLoader(src="' . EASY_FANCYBOX_PLUGINURL . 'fancybox/fancy_shadow_sw.png",sizingMethod="scale")\'}
304
- .fancybox-ie #fancybox-bg-w{-ms-filter:\'progid:DXImageTransform.Microsoft.AlphaImageLoader(src="' . EASY_FANCYBOX_PLUGINURL . 'fancybox/fancy_shadow_w.png",sizingMethod="scale")\'}
305
- .fancybox-ie #fancybox-bg-nw{-ms-filter:\'progid:DXImageTransform.Microsoft.AlphaImageLoader(src="' . EASY_FANCYBOX_PLUGINURL . 'fancybox/fancy_shadow_nw.png",sizingMethod="scale")\'}
306
- </style>
307
- <![endif]-->
308
- ';
309
- }
310
-
311
-
312
- /***********************
313
- ADMIN FUNCTIONS
314
- ***********************/
315
-
316
- public static function register_settings($args = array()) {
317
- foreach ($args as $key => $value) {
318
- // check to see if the section is enabled, else skip to next
319
- if ( array_key_exists($key, self::$options['Global']['options']['Enable']['options']) && !get_option( self::$options['Global']['options']['Enable']['options'][$key]['id'], self::$options['Global']['options']['Enable']['options'][$key]['default']) )
320
- continue;
321
-
322
- switch($value['input']) {
323
- case 'deep':
324
- // go deeper by looping back on itself
325
- self::register_settings($value['options']);
326
- break;
327
- case 'multiple':
328
- add_settings_field( 'fancybox_'.$key, '<a name="'.$value['title'].'"></a>'.$value['title'], array(__CLASS__, 'settings_fields'), 'media', 'fancybox_section', $value);
329
- foreach ( $value['options'] as $_value ) {
330
- if ( !isset($_value['sanitize_callback']) )
331
- $sanitize_callback = '';
332
- else
333
- $sanitize_callback = array(__CLASS__, $_value['sanitize_callback']);
334
- if ( isset($_value['id']) )
335
- register_setting( 'media', $_value['id'], $sanitize_callback );
336
- }
337
- break;
338
- default:
339
- if ( !isset($value['sanitize_callback']) )
340
- $sanitize_callback = '';
341
- else
342
- $sanitize_callback = array(__CLASS__, $value['sanitize_callback']);
343
- if ( isset($value['id']) )
344
- register_setting( 'media', 'fancybox_'.$key, $sanitize_callback );
345
- }
346
- }
347
- }
348
-
349
- // add our FancyBox Media Settings Section on Settings > Media admin page
350
- public static function settings_section() {
351
- echo '<p><a href="https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=ravanhagen%40gmail%2ecom&item_name=Easy%20FancyBox&item_number='.EASY_FANCYBOX_VERSION.'&no_shipping=0&tax=0&charset=UTF%2d8&currency_code=EUR" title="'.__('Donate to keep the Easy FancyBox plugin development going!','easy-fancybox').'"><img src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif" style="border:none;float:right;margin:5px 0 0 10px" alt="'.__('Donate to keep the Easy FancyBox plugin development going!','easy-fancybox').'" width="92" height="26" /></a>'.sprintf(__('The options in this section are provided by the plugin %s and determine the <strong>Media Lightbox</strong> overlay appearance and behaviour controlled by %s.','easy-fancybox'),'<strong><a href="http://status301.net/wordpress-plugins/easy-fancybox/">'.__('Easy FancyBox','easy-fancybox').'</a></strong>','<strong><a href="http://fancybox.net/">'.__('FancyBox','easy-fancybox').'</a></strong>').'</p><p>'.__('First enable each sub-section that you need. Then save and come back to adjust its specific settings.','easy-fancybox').' '.__('Note: Each additional sub-section and features like <em>Auto-detection</em>, <em>Elastic transitions</em> and all <em>Easing effects</em> (except Swing) will have some extra impact on client-side page speed. Enable only those sub-sections and options that you actually need on your site.','easy-fancybox').' '.__('Some setting like Transition options are unavailable for SWF video, PDF and iFrame content to ensure browser compatibility and readability.','easy-fancybox').'</p>';
352
- }
353
-
354
- // add our FancyBox Media Settings Fields
355
- public static function settings_fields($args){
356
- $disabled = (isset($args['status']) && 'disabled' == $args['status']) ? ' disabled="disabled"' : '';
357
- if (isset($args['input']))
358
- switch($args['input']) {
359
- case 'multiple':
360
- case 'deep':
361
- foreach ($args['options'] as $options)
362
- self::settings_fields($options);
363
- if (isset($args['description'])) echo $args['description'];
364
- break;
365
- case 'select':
366
- if( !empty($args['label_for']) )
367
- echo '<label for="'.$args['label_for'].'">'.$args['title'].'</label> ';
368
- else
369
- echo $args['title'];
370
- echo '
371
- <select name="'.$args['id'].'" id="'.$args['id'].'">';
372
- foreach ($args['options'] as $optionkey => $optionvalue) {
373
- $selected = (get_option($args['id'], $args['default']) == $optionkey) ? ' selected="selected"' : '';
374
- echo '
375
- <option value="'.esc_attr($optionkey).'"'.$selected.' '.$disabled.' >'.$optionvalue.'</option>';
376
- }
377
- echo '
378
- </select> ';
379
- if( empty($args['label_for']) )
380
- echo '<label for="'.$args['id'].'">'.$args['description'].'</label> ';
381
- else
382
- if (isset($args['description'])) echo $args['description'];
383
- break;
384
- case 'checkbox':
385
- if( !empty($args['label_for']) )
386
- echo '<label for="'.$args['label_for'].'">'.$args['title'].'</label> ';
387
- else
388
- if (isset($args['title'])) echo $args['title'];
389
- $value = esc_attr( get_option($args['id'], $args['default']) );
390
- if ($value == "1")
391
- $checked = ' checked="checked"';
392
- else
393
- $checked = '';
394
- if ($args['default'] == "1")
395
- $default = __('Checked','easy-fancybox');
396
- else
397
- $default = __('Unchecked','easy-fancybox');
398
- if( empty($args['label_for']) )
399
- echo '
400
- <label><input type="checkbox" name="'.$args['id'].'" id="'.$args['id'].'" value="1" '.$checked.' '.$disabled.' /> '.$args['description'].'</label><br />';
401
- else
402
- echo '
403
- <input type="checkbox" name="'.$args['id'].'" id="'.$args['id'].'" value="1" '.$checked.' '.$disabled.' /> '.$args['description'].'<br />';
404
- break;
405
- case 'text':
406
- if( !empty($args['label_for']) )
407
- echo '<label for="'.$args['label_for'].'">'.$args['title'].'</label> ';
408
- else
409
- echo $args['title'];
410
- echo '
411
- <input type="text" name="'.$args['id'].'" id="'.$args['id'].'" value="'.esc_attr( get_option($args['id'], $args['default']) ).'" class="'.$args['class'].'"'.$disabled.' /> ';
412
- if( empty($args['label_for']) )
413
- echo '<label for="'.$args['id'].'">'.$args['description'].'</label> ';
414
- else
415
- if (isset($args['description'])) echo $args['description'];
416
- break;
417
- case 'number':
418
- if( !empty($args['label_for']) )
419
- echo '<label for="'.$args['label_for'].'">'.$args['title'].'</label> ';
420
- else
421
- echo $args['title'];
422
- echo '
423
- <input type="number" step="'.$args['step'].'" min="'.$args['min'].'" max="'.$args['max'].'" name="'.$args['id'].'" id="'.$args['id'].'" value="'.esc_attr( get_option($args['id'], $args['default']) ).'" class="'.$args['class'].'"'.$disabled.' /> ';
424
- if( empty($args['label_for']) )
425
- echo '<label for="'.$args['id'].'">'.$args['description'].'</label> ';
426
- else
427
- if (isset($args['description'])) echo $args['description'];
428
- break;
429
- case 'hidden':
430
- echo '
431
- <input type="hidden" name="'.$args['id'].'" id="'.$args['id'].'" value="'.esc_attr( get_option($args['id'], $args['default']) ).'" /> ';
432
- break;
433
- default:
434
- if (isset($args['description'])) echo $args['description'];
435
- }
436
- else
437
- if (isset($args['description'])) echo $args['description'];
438
- }
439
-
440
- /**
441
- * Adds an action link to the Plugins page
442
- */
443
- public static function add_action_link( $links ) {
444
- $settings_link = '<a href="' . admin_url('options-media.php') . '">' . translate('Settings') . '</a>';
445
- array_unshift( $links, $settings_link );
446
- return $links;
447
- }
448
-
449
- public static function intval($setting = '') {
450
- if ($setting == '')
451
- return '';
452
-
453
- if (substr($setting, -1) == '%') {
454
- $val = intval(substr($setting, 0, -1));
455
- $prc = '%';
456
- } else {
457
- $val = intval($setting);
458
- $prc = '';
459
- }
460
-
461
- return ( $val != 0 ) ? $val.$prc : 0;
462
- }
463
-
464
-
465
- /***********************
466
- ACTIONS & FILTERS
467
- ***********************/
468
-
469
- public static function register_scripts() {
470
-
471
- if ( is_admin() ) return;
472
-
473
- // ENQUEUE
474
- // first get rid of previously registered variants of jquery.fancybox by other plugins or theme
475
- wp_deregister_script('fancybox');
476
- wp_deregister_script('jquery.fancybox');
477
- wp_deregister_script('jquery_fancybox');
478
- wp_deregister_script('jquery-fancybox');
479
- // register main fancybox script
480
- if ( defined('WP_DEBUG') && true == WP_DEBUG )
481
- wp_register_script('jquery-fancybox', EASY_FANCYBOX_PLUGINURL.'fancybox/jquery.fancybox-'.FANCYBOX_VERSION.'.js', array('jquery'), EASY_FANCYBOX_VERSION, true);
482
- else
483
- wp_register_script('jquery-fancybox', EASY_FANCYBOX_PLUGINURL.'fancybox/jquery.fancybox-'.FANCYBOX_VERSION.'.min.js', array('jquery'), EASY_FANCYBOX_VERSION, true);
484
-
485
- // easing in IMG settings?
486
- if ( ( '' == get_option( self::$options['IMG']['options']['easingIn']['id'], self::$options['IMG']['options']['easingIn']['default']) || 'linear' == get_option( self::$options['IMG']['options']['easingIn']['id'], self::$options['IMG']['options']['easingIn']['default']) ) && ( '' == get_option( self::$options['IMG']['options']['easingOut']['id'], self::$options['IMG']['options']['easingOut']['default']) || 'linear' == get_option( self::$options['IMG']['options']['easingOut']['id'], self::$options['IMG']['options']['easingOut']['default']) ) ) {
487
- // do nothing
488
- } else {
489
- if ( 'elastic' == get_option( self::$options['IMG']['options']['transitionIn']['id'], self::$options['IMG']['options']['transitionIn']['default']) || 'elastic' == get_option( self::$options['IMG']['options']['transitionOut']['id'], self::$options['IMG']['options']['transitionOut']['default']) ) {
490
- wp_deregister_script('jquery-easing');
491
- wp_register_script('jquery-easing', EASY_FANCYBOX_PLUGINURL.'jquery.easing.pack.js', array('jquery'), EASING_VERSION, true);
492
- }
493
- }
494
-
495
- // mousewheel in IMG settings?
496
- if ( '1' == get_option( self::$options['IMG']['options']['mouseWheel']['id'], self::$options['IMG']['options']['mouseWheel']['default']) ) {
497
- wp_deregister_script('jquery-mousewheel');
498
- wp_register_script('jquery-mousewheel', EASY_FANCYBOX_PLUGINURL.'jquery.mousewheel.min.js', array('jquery'), MOUSEWHEEL_VERSION, true);
499
- }
500
-
501
- // metadata in Link settings?
502
- if ('1' == get_option( self::$options['Global']['options']['Links']['options']['metaData']['id'], self::$options['Global']['options']['Links']['options']['metaData']['default']) ) {
503
- wp_deregister_script('jquery-metadata');
504
- wp_register_script('jquery-metadata',EASY_FANCYBOX_PLUGINURL.'jquery.metadata.pack.js', array('jquery'), METADATA_VERSION, true);
505
- }
506
- }
507
-
508
- public static function enqueue_styles() {
509
- // register style
510
- wp_dequeue_style('fancybox');
511
- if ( defined('WP_DEBUG') && true == WP_DEBUG )
512
- wp_enqueue_style('fancybox', EASY_FANCYBOX_PLUGINURL.'fancybox/jquery.fancybox-'.FANCYBOX_VERSION.'.css', false, EASY_FANCYBOX_VERSION, 'screen');
513
- else
514
- wp_enqueue_style('fancybox', EASY_FANCYBOX_PLUGINURL.'fancybox/jquery.fancybox-'.FANCYBOX_VERSION.'.min.css', false, EASY_FANCYBOX_VERSION, 'screen');
515
- }
516
-
517
- public static function enqueue_footer_scripts() {
518
- if (!self::$add_scripts)
519
- return;
520
-
521
- wp_enqueue_script('jquery-fancybox');
522
- wp_enqueue_script('jquery-easing');
523
- wp_enqueue_script('jquery-mousewheel');
524
- wp_enqueue_script('jquery-metadata');
525
- }
526
-
527
- public static function on_ready() {
528
- if (!self::$add_scripts) // abort mission, there is no need for any script files
529
- return;
530
-
531
- // 'gform_post_render' for gForms content triggers an error... Why?
532
- // 'post-load' is for Infinite Scroll by JetPack
533
- echo '
534
- <script type="text/javascript">
535
- jQuery(document).on(\'ready post-load\', easy_fancybox_handler );
536
- </script>
537
- ';
538
- }
539
-
540
- public static function admin_init(){
541
-
542
- add_filter('plugin_action_links_' . EASY_FANCYBOX_PLUGINBASENAME, array(__CLASS__, 'add_action_link') );
543
-
544
- // in preparation of dedicated admin page move:
545
- //add_action('admin_menu', array(__CLASS__, 'add_menu'));
546
-
547
- add_settings_section('fancybox_section', __('FancyBox','easy-fancybox'), array(__CLASS__, 'settings_section'), 'media');
548
-
549
- self::register_settings( self::$options );
550
-
551
- // TODO : fix?? media_upload_max_image_resize() does not exist anymore...
552
- //add_action( 'pre-upload-ui', 'media_upload_max_image_resize' );
553
- }
554
-
555
- // Hack to fix missing wmode in Youtube oEmbed code based on David C's code in the comments on
556
- // http://www.mehigh.biz/wordpress/adding-wmode-transparent-to-wordpress-3-media-embeds.html
557
- public static function add_video_wmode_opaque($html, $url, $attr) {
558
- if (strpos($html, "<embed src=" ) !== false) {
559
- $html = str_replace('</param><embed', '</param><param name="wmode" value="opaque"></param><embed wmode="opaque"', $html);
560
- } elseif (strpos($html, 'youtube' ) !== false && strpos($html, 'wmode' ) == false ) {
561
- $html = str_replace('feature=oembed', 'feature=oembed&wmode=opaque', $html);
562
- } elseif ( strpos($html, "vimeo" ) !== false && strpos($html, 'wmode' ) == false ) {
563
- $html = str_replace('" width', '?theme=none&wmode=opaque" width', $html);
564
- } elseif ( strpos($html, "dailymotion" ) !== false && strpos($html, 'wmode' ) == false ) {
565
- $html = str_replace('" width', '?wmode=opaque" width', $html);
566
- }
567
- return $html;
568
- }
569
-
570
- public static function init() {
571
- require_once(EASY_FANCYBOX_PLUGINDIR . 'easy-fancybox-settings.php');
572
-
573
- add_filter('embed_oembed_html', array(__CLASS__, 'add_video_wmode_opaque'), 10, 3);
574
- }
575
-
576
- public static function textdomain() {
577
- if ( is_admin() ) {
578
- load_plugin_textdomain('easy-fancybox', false, dirname( EASY_FANCYBOX_PLUGINBASENAME ) . '/languages/');
579
- }
580
- }
581
- /**********************
582
- ADMIN
583
- **********************/
584
-
585
- public static function add_menu() {
586
- /* Register our plugin page */
587
- self::$pagehook = add_submenu_page( 'themes.php', __('Easy FancyBox Settings', 'easy-fancybox'), __('FancyBox', 'easy-fancybox'), 'manage_options', 'easy-fancybox', array(__CLASS__, 'admin') );
588
- /* Using registered $page handle to hook script load */
589
- add_action('load-' . self::$pagehook, array(__CLASS__, 'admin_scripts'));
590
- }
591
-
592
- public static function admin() {
593
-
594
- add_filter( 'get_user_option_closedpostboxes_'.self::$pagehook, array(__CLASS__, 'closed_meta_boxes') );
595
-
596
- add_meta_box('submitdiv', __('Sections','easy-fancybox'), array(__CLASS__.'_Admin', 'meta_box_submit'), self::$pagehook, 'side', 'high');
597
- add_meta_box('globaldiv', __('Global settings', 'easy-fancybox'), array(__CLASS__.'_Admin', 'meta_box_global'), self::$pagehook, 'normal', 'high');
598
- add_meta_box('imgdiv', __('Images', 'easy-fancybox'), array(__CLASS__.'_Admin', 'meta_box_img'), self::$pagehook, 'normal', 'normal');
599
- add_meta_box('inlinediv', __('Inline content', 'easy-fancybox'), array(__CLASS__.'_Admin', 'meta_box_inline'), self::$pagehook, 'normal', 'normal');
600
- add_meta_box('pdfdiv', __('PDF', 'easy-fancybox'), array(__CLASS__.'_Admin', 'meta_box_pdf'), self::$pagehook, 'normal', 'normal');
601
- add_meta_box('swfdiv', __('SWF', 'easy-fancybox'), array(__CLASS__.'_Admin', 'meta_box_swf'), self::$pagehook, 'normal', 'normal');
602
- add_meta_box('youtubediv', __('YouTube', 'easy-fancybox'), array(__CLASS__.'_Admin', 'meta_box_youtube'), self::$pagehook, 'normal', 'normal');
603
- add_meta_box('vimeodiv', __('Vimeo', 'easy-fancybox'), array(__CLASS__.'_Admin', 'meta_box_vimeo'), self::$pagehook, 'normal', 'normal');
604
- add_meta_box('dailymotiondiv', __('Dailymotion', 'easy-fancybox'), array(__CLASS__.'_Admin', 'meta_box_dailymotion'), self::$pagehook, 'normal', 'normal');
605
- add_meta_box('iframediv', __('iFrames', 'easy-fancybox'), array(__CLASS__.'_Admin', 'meta_box_iframe'), self::$pagehook, 'normal', 'normal');
606
-
607
- //load admin page
608
- include(EASY_FANCYBOX_PLUGINDIR . '/easy-fancybox-admin.php');
609
- }
610
-
611
- public function closed_meta_boxes( $closed ) {
612
-
613
- if ( false === $closed )
614
- // set default closed metaboxes
615
- $closed = array( 'advanceddiv', 'supportdiv', 'creditsdiv', 'resourcesdiv' );
616
- else
617
- // remove closed setting of some metaboxes
618
- $closed = array_diff ( $closed , array ( 'submitdiv' ) );
619
-
620
- return $closed;
621
- }
622
-
623
- public static function admin_scripts($hook) {
624
-
625
- // needed javascripts to allow drag/drop, expand/collapse and hide/show of boxes
626
- wp_enqueue_script('common');
627
- wp_enqueue_script('wp-list');
628
- wp_enqueue_script('postbox');
629
-
630
- //add several metaboxes now, all metaboxes registered during load page can be switched off/on at "Screen Options" automatically, nothing special to do therefore
631
- //add_meta_box('advanceddiv', __('Advanced Options', 'easy-fancybox'), array(__CLASS__.'_Admin', 'meta_box_advanced'), self::$pagehook, 'normal', 'core');
632
-
633
- add_meta_box('supportdiv', __('Support','easy-fancybox'), array(__CLASS__.'_Admin', 'meta_box_support'), self::$pagehook, 'side', 'core');
634
- add_meta_box('resourcesdiv', __('Resources','skype-online-status'), array(__CLASS__.'_Admin', 'meta_box_resources'), self::$pagehook, 'side', 'low');
635
- add_meta_box('discussiondiv', translate('Discussion'), array(__CLASS__.'_Admin', 'meta_box_discussion'), self::$pagehook, 'normal', 'low');
636
- add_meta_box('creditsdiv', __('Credits','skype-online-status'), array(__CLASS__.'_Admin', 'meta_box_credits'), self::$pagehook, 'side', 'default');
637
-
638
- }
639
-
640
- /**********************
641
- RUN
642
- **********************/
643
-
644
- static function run() {
645
-
646
- // HOOKS //
647
- add_action('plugins_loaded', array(__CLASS__, 'textdomain'));
648
-
649
- add_action('admin_init', array(__CLASS__, 'admin_init'));
650
-
651
- add_action('init', array(__CLASS__, 'init'));
652
- add_action('wp_enqueue_scripts', array(__CLASS__, 'enqueue_styles'), 999);
653
- add_action('wp_head', array(__CLASS__, 'main_script'), 999);
654
- add_action('wp_print_scripts', array(__CLASS__, 'register_scripts'), 999);
655
- add_action('wp_footer', array(__CLASS__, 'enqueue_footer_scripts'));
656
- add_action('wp_footer', array(__CLASS__, 'on_ready'), 999);
657
- }
658
-
659
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
easy-fancybox.php CHANGED
@@ -1,65 +1,54 @@
1
- <?php
2
- /*
3
- Plugin Name: Easy FancyBox
4
- Plugin URI: http://status301.net/wordpress-plugins/easy-fancybox/
5
- Description: Easily enable the <a href="http://fancybox.net/">FancyBox jQuery extension</a> on all image, SWF, PDF, YouTube, Dailymotion and Vimeo links. Also supports iFrame and inline content.
6
- Text Domain: easy-fancybox
7
- Domain Path: languages
8
- Version: 1.5.7
9
- Author: RavanH
10
- Author URI: http://status301.net/
11
- */
12
-
13
- /* Copyright 2013 RavanH (email : ravanhagen@gmail.com)
14
-
15
- This program is free software; you can redistribute it and/or modify
16
- it under the terms of the GNU General Public License as published by
17
- the Free Software Foundation; either version 2 of the License, or
18
- (at your option) any later version.
19
-
20
- This program is distributed in the hope that it will be useful,
21
- but WITHOUT ANY WARRANTY; without even the implied warranty of
22
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
23
- GNU General Public License for more details.
24
-
25
- You should have received a copy of the GNU General Public License
26
- along with this program; if not, write to the Free Software
27
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
28
- */
29
-
30
- /*
31
- For Installation instructions, usage, revision history and other info: see readme.txt included in this package
32
- */
33
-
34
-
35
- /**************
36
- * CONSTANTS
37
- **************/
38
-
39
- define( 'EASY_FANCYBOX_VERSION', '1.5.7' );
40
- define( 'FANCYBOX_VERSION', '1.3.7' );
41
- define( 'MOUSEWHEEL_VERSION', '3.1.12' );
42
- define( 'EASING_VERSION', '1.3' );
43
- define( 'METADATA_VERSION', '2.1' );
44
- define( 'EASY_FANCYBOX_PLUGINBASENAME', plugin_basename(__FILE__) );
45
- define( 'EASY_FANCYBOX_PLUGINFILE', basename(__FILE__) );
46
-
47
- // Check if easy-fancybox.php is moved one dir up like in WPMU's /mu-plugins/
48
- // or if plugins_url() returns the main plugins dir location as it does on
49
- // a Debian repository install.
50
- // NOTE: WP_PLUGIN_URL causes problems when installed in /mu-plugins/
51
- if( !stristr( plugins_url( '', __FILE__ ), '/easy-fancybox' ) )
52
- define( 'EASY_FANCYBOX_SUBDIR', 'easy-fancybox/' );
53
- else
54
- define( 'EASY_FANCYBOX_SUBDIR', '' );
55
-
56
- define( 'EASY_FANCYBOX_PLUGINDIR', dirname(__FILE__) . '/' . EASY_FANCYBOX_SUBDIR );
57
- define( 'EASY_FANCYBOX_PLUGINURL', plugins_url( '/' . EASY_FANCYBOX_SUBDIR, __FILE__ ) );
58
-
59
-
60
- /**************
61
- * CLASS
62
- **************/
63
- require_once(EASY_FANCYBOX_PLUGINDIR . 'easy-fancybox-class.php');
64
-
65
- easyFancyBox::run();
1
+ <?php
2
+ /*
3
+ Plugin Name: Easy FancyBox
4
+ Plugin URI: http://status301.net/wordpress-plugins/easy-fancybox/
5
+ Description: Easily enable the <a href="http://fancybox.net/">FancyBox jQuery extension</a> on all image, SWF, PDF, YouTube, Dailymotion and Vimeo links. Also supports iFrame and inline content.
6
+ Text Domain: easy-fancybox
7
+ Domain Path: languages
8
+ Version: 1.5.8
9
+ Author: RavanH
10
+ Author URI: http://status301.net/
11
+ */
12
+
13
+ /* Copyright 2016 RavanH (email : ravanhagen@gmail.com)
14
+
15
+ This program is free software; you can redistribute it and/or modify
16
+ it under the terms of the GNU General Public License as published by
17
+ the Free Software Foundation; either version 2 of the License, or
18
+ (at your option) any later version.
19
+
20
+ This program is distributed in the hope that it will be useful,
21
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
22
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
23
+ GNU General Public License for more details.
24
+
25
+ You should have received a copy of the GNU General Public License
26
+ along with this program; if not, write to the Free Software
27
+ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
28
+ */
29
+
30
+ /*
31
+ For Installation instructions, usage, revision history and other info: see readme.txt included in this package
32
+ */
33
+
34
+ if ( ! defined( 'ABSPATH' ) ) exit;
35
+
36
+ /**************
37
+ * CONSTANTS
38
+ **************/
39
+
40
+ define( 'EASY_FANCYBOX_VERSION', '1.5.8' );
41
+ define( 'FANCYBOX_VERSION', '1.3.8' );
42
+ define( 'MOUSEWHEEL_VERSION', '3.1.12' );
43
+ define( 'EASING_VERSION', '1.3.2' );
44
+ define( 'METADATA_VERSION', '2.22.1' );
45
+ if( !defined( __DIR__ ) )
46
+ define( __DIR__, dirname(__FILE__) );
47
+
48
+ /**************
49
+ * CLASS
50
+ **************/
51
+
52
+ require_once __DIR__ . '/inc/class-easyfancybox.php';
53
+
54
+ $efb = new easyFancyBox( __FILE__ );
 
 
 
 
 
 
 
 
 
 
 
fancybox/blank.gif CHANGED
File without changes
fancybox/fancy_close.png CHANGED
File without changes
fancybox/fancy_loading.png CHANGED
File without changes
fancybox/fancy_nav_left.png CHANGED
File without changes
fancybox/fancy_nav_right.png CHANGED
File without changes
fancybox/fancy_shadow_e.png CHANGED
File without changes
fancybox/fancy_shadow_n.png CHANGED
File without changes
fancybox/fancy_shadow_ne.png CHANGED
File without changes
fancybox/fancy_shadow_nw.png CHANGED
File without changes
fancybox/fancy_shadow_s.png CHANGED
File without changes
fancybox/fancy_shadow_se.png CHANGED
File without changes
fancybox/fancy_shadow_sw.png CHANGED
File without changes
fancybox/fancy_shadow_w.png CHANGED
File without changes
fancybox/fancy_title_left.png CHANGED
File without changes
fancybox/fancy_title_main.png CHANGED
File without changes
fancybox/fancy_title_over.png CHANGED
File without changes
fancybox/fancy_title_right.png CHANGED
File without changes
fancybox/fancybox-x.png CHANGED
File without changes
fancybox/fancybox-y.png CHANGED
File without changes
fancybox/fancybox.png CHANGED
File without changes
fancybox/jquery.fancybox-1.3.7.min.css DELETED
@@ -1 +0,0 @@
1
- #fancybox-loading{position:fixed;top:50%;left:50%;width:40px;height:40px;margin-top:-20px;margin-left:-20px;cursor:pointer;overflow:hidden;z-index:11104;display:none;box-sizing:content-box;-moz-box-sizing:content-box}#fancybox-loading div{position:absolute;top:0;left:0;width:40px;height:480px;background-image:url(fancybox.png);box-sizing:content-box;-moz-box-sizing:content-box}#fancybox-overlay{position:absolute;top:0;left:0;width:100%;z-index:11100;display:none;box-sizing:content-box;-moz-box-sizing:content-box}#fancybox-tmp{padding:0;margin:0;border:0;overflow:auto;display:none}#fancybox-wrap{position:absolute;top:0;left:0;padding:20px;z-index:11101;outline:0;display:none;box-sizing:content-box;-moz-box-sizing:content-box}#fancybox-wrap div{box-sizing:content-box;-moz-box-sizing:content-box}#fancybox-outer{position:relative;width:100%;height:100%;background:#fff}#fancybox-content{width:0;height:0;padding:0;outline:0;position:relative;overflow:hidden;z-index:11102;border:0 solid #fff;background:#fff;-moz-background-clip:padding;-webkit-background-clip:padding;background-clip:padding-box}#fancybox-hide-sel-frame{position:absolute;top:0;left:0;width:100%;height:100%;background:0 0;z-index:11101}#fancybox-close{position:absolute;top:-15px;right:-15px;width:30px;height:30px;background:url(fancybox.png) -40px 0;cursor:pointer;z-index:11103;display:none}#fancybox-error{color:#444;font:400 12px/20px Arial;padding:14px;margin:0}#fancybox-img{width:100%;height:100%;padding:0;margin:0;border:none;outline:0;line-height:0;vertical-align:top;max-width:none!important;max-height:none!important}#fancybox-frame{width:100%;height:100%;border:none;display:block;-webkit-overflow-scrolling:touch;z-index:0}#fancybox-left,#fancybox-right{position:absolute;bottom:0;height:100%;width:35%;cursor:pointer;outline:0;background:url(blank.gif);z-index:11102;display:none}#fancybox-left{left:0}.rtl #fancybox-left{left:auto;right:0}#fancybox-right{right:0}.rtl #fancybox-right{left:0;right:auto}#fancybox-left-ico,#fancybox-right-ico{position:absolute;top:50%;left:-9999px;width:30px;height:30px;margin-top:-15px;cursor:pointer;z-index:11102;display:block}#fancybox-left-ico{background-image:url(fancybox.png);background-position:-40px -30px}.rtl #fancybox-left-ico{background-position:-40px -60px;right:-9999px}#fancybox-right-ico{background-image:url(fancybox.png);background-position:-40px -60px}.rtl #fancybox-right-ico{background-position:-40px -30px;right:-9999px}#fancybox-left:hover,#fancybox-right:hover{visibility:visible}#fancybox-left:hover span{left:20px}.rtl #fancybox-left:hover span{right:20px}#fancybox-right:hover span{left:auto;right:20px}.rtl #fancybox-right:hover span{right:auto;left:20px}.fancybox-bg{position:absolute;padding:0;margin:0;border:0;width:20px;height:20px;z-index:11001}#fancybox-bg-n{top:-20px;left:0;width:100%;background-image:url(fancybox-x.png)}#fancybox-bg-ne{top:-20px;right:-20px;background-image:url(fancybox.png);background-position:-40px -162px}#fancybox-bg-e{top:0;right:-20px;height:100%;background-image:url(fancybox-y.png);background-position:-20px 0}#fancybox-bg-se{bottom:-20px;right:-20px;background-image:url(fancybox.png);background-position:-40px -182px}#fancybox-bg-s{bottom:-20px;left:0;width:100%;background-image:url(fancybox-x.png);background-position:0 -20px}#fancybox-bg-sw{bottom:-20px;left:-20px;background-image:url(fancybox.png);background-position:-40px -142px}#fancybox-bg-w{top:0;left:-20px;height:100%;background-image:url(fancybox-y.png)}#fancybox-bg-nw{top:-20px;left:-20px;background-image:url(fancybox.png);background-position:-40px -122px}#fancybox-title{font-family:Helvetica;font-size:12px;z-index:11102}.fancybox-title-inside{padding-bottom:10px;text-align:center;color:#333;position:relative}.fancybox-title-outside{padding-top:10px;color:#fff}.fancybox-title-over{position:absolute;bottom:0;left:0;color:#FFF;text-align:left}.rtl .fancybox-title-over{text-align:right}#fancybox-title-over{padding:10px;background-image:url(fancy_title_over.png);display:block}.fancybox-title-float{position:absolute;left:0;bottom:-20px;height:32px}#fancybox-title-float-wrap{border:none;border-collapse:collapse;width:auto}#fancybox-title-float-wrap td{border:none;white-space:nowrap}#fancybox-title-float-left{padding:0 0 0 15px;background:url(fancybox.png) -40px -90px no-repeat}#fancybox-title-float-main{color:#FFF;line-height:29px;font-weight:700;padding:0 0 3px;background:url(fancybox-x.png) 0 -40px}#fancybox-title-float-right{padding:0 0 0 15px;background:url(fancybox.png) -55px -90px no-repeat}.fancybox-hidden{display:none}.fancybox-ie .fancybox-bg{background:0 0!important}
 
fancybox/jquery.fancybox-1.3.7.min.js DELETED
@@ -1,43 +0,0 @@
1
- !function(t){var e,i,n,a,o,d,c,r,s,h,l,f,p,g=0,b={},u=[],y=0,w={},m=[],v=null,x=new Image,I=/\.(jpg|gif|png|bmp|jpeg|webp)(.*)?$/i,C=/[^\.]\.(swf)\s*$/i,k=/[^\.]\.(svg)\s*$/i,j=1,O=0,T="",A=!1,D=t.extend(t("<div/>")[0],{prop:0}),S=navigator.userAgent.match(/msie [6]/i)&&!window.XMLHttpRequest,F=void 0!==document.createTouch,E=function(){i.hide(),x.onerror=x.onload=null,v&&v.abort(),e.empty()},N=function(){return!1===b.onError(u,g,b)?(i.hide(),void(A=!1)):(b.titleShow=!1,b.width="auto",b.height="auto",e.html('<p id="fancybox-error">The requested content cannot be loaded.<br />Please try again later.</p>'),void P())},B=function(){var n,a,o,c,r,s,h=u[g]
2
- if(E(),b=t.extend({},t.fn.fancybox.defaults,void 0===t(h).data("fancybox")?b:t(h).data("fancybox")),s=b.onStart(u,g,b),s===!1)return void(A=!1)
3
- if("object"==typeof s&&(b=t.extend(b,s)),o=b.title||(h.nodeName?t(h).attr("title"):h.title)||"",h.nodeName&&!b.orig&&(b.orig=t(h).children("img:first").length?t(h).children("img:first"):t(h)),""===o&&b.orig&&(o=b.orig.attr(b.titleFromAlt?"alt":"title")),n=b.href||(h.nodeName?t(h).attr("href"):h.href)||null,(/^(?:javascript)/i.test(n)||"#"==n)&&(n=null),b.type?(a=b.type,n||(n=b.content)):b.content?a="html":n&&(a=n.match(I)||t(h).hasClass("image")?"image":n.match(C)?"swf":n.match(k)?"svg":t(h).hasClass("iframe")?"iframe":0===n.indexOf("#")?"inline":"ajax"),!a)return void N()
4
- switch("inline"==a&&(h=n.substr(n.indexOf("#")),a=t(h).length>0?"inline":"ajax"),b.type=a,b.href=n,b.title=o,b.autoDimensions&&("html"==b.type||"inline"==b.type||"ajax"==b.type?(b.width="auto",b.height="auto"):b.autoDimensions=!1),b.modal&&(b.overlayShow=!0,b.hideOnOverlayClick=!1,b.hideOnContentClick=!1,b.enableEscapeButton=!1,b.showCloseButton=!1),b.padding=parseInt(b.padding,10),b.margin=parseInt(b.margin,10),e.css("padding",b.padding+b.margin),t(".fancybox-inline-tmp").off("fancybox-cancel").on("fancybox-change",function(){t(this).replaceWith(d.children())}),a){case"html":e.html(b.content),P()
5
- break
6
- case"inline":if(t(h).parent().is("#fancybox-content")===!0)return void(A=!1)
7
- t('<div class="fancybox-inline-tmp" />').hide().insertBefore(t(h)).on("fancybox-cleanup",function(){t(this).replaceWith(d.children())}).on("fancybox-cancel",function(){t(this).replaceWith(e.children())}),t(h).appendTo(e),P()
8
- break
9
- case"image":A=!1,t.fancybox.showActivity(),x=new Image,x.onerror=function(){N()},x.onload=function(){A=!0,x.onerror=x.onload=null,z()},x.src=n
10
- break
11
- case"swf":b.scrolling="no",c='<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="'+b.width+'" height="'+b.height+'"><param name="movie" value="'+n+'"></param>',r="",t.each(b.swf,function(t,e){c+='<param name="'+t+'" value="'+e+'"></param>',r+=" "+t+'="'+e+'"'}),c+='<embed src="'+n+'" type="application/x-shockwave-flash" width="'+b.width+'" height="'+b.height+'"'+r+"></embed></object>",e.html(c),P()
12
- break
13
- case"svg":b.scrolling="no",c='<object width="'+b.width+'" height="'+b.height+'" data="'+n+'"></object>',e.html(c),P()
14
- break
15
- case"ajax":A=!1,t.fancybox.showActivity(),b.ajax.win=b.ajax.success,v=t.ajax(t.extend({},b.ajax,{url:n,data:b.ajax.data||{},error:function(t){t.status>0&&N()},success:function(t,a,o){var d="object"==typeof o?o:v
16
- if(200==d.status){if("function"==typeof b.ajax.win){if(s=b.ajax.win(n,t,a,o),s===!1)return void i.hide();("string"==typeof s||"object"==typeof s)&&(t=s)}e.html(t),P()}}}))
17
- break
18
- case"iframe":H()}},P=function(){var i=b.width,n=b.height,a=0==t(window).width()?window.innerWidth:t(window).width(),o=0==t(window).height()?window.innerHeight:t(window).height()
19
- i=(""+i).indexOf("%")>-1?parseInt((a-2*b.margin)*parseFloat(i)/100,10)+"px":"auto"==i?"auto":i+"px",n=(""+n).indexOf("%")>-1?parseInt((o-2*b.margin)*parseFloat(n)/100,10)+"px":"auto"==n?"auto":n+"px",e.wrapInner('<div style="width:'+i+";height:"+n+";overflow: "+("auto"==b.scrolling?"auto":"yes"==b.scrolling?"scroll":"hidden")+';position:relative;"></div>'),b.width=e.width(),b.height=e.height(),H()},z=function(){b.width=x.width,b.height=x.height,t("<img />").attr({id:"fancybox-img",src:x.src,alt:b.title}).appendTo(e),H()},H=function(){var o,l
20
- return i.hide(),a.is(":visible")&&!1===w.onCleanup(m,y,w)?(t(".fancybox-inline-tmp").trigger("fancybox-cancel"),void(A=!1)):(A=!0,t(d.add(n)).off(),t(window).off("resize.fb scroll.fb"),t(document).off("keydown.fb"),a.is(":visible")&&"outside"!==w.titlePosition&&a.css("height",a.height()),m=u,y=g,w=b,w.overlayShow?(n.css({"background-color":w.overlayColor,opacity:w.overlayOpacity,cursor:w.hideOnOverlayClick?"pointer":"auto",height:t(document).height()}),n.is(":visible")||(S&&t("select:not(#fancybox-tmp select)").filter(function(){return"hidden"!==this.style.visibility}).css({visibility:"hidden"}).one("fancybox-cleanup",function(){this.style.visibility="inherit"}),n.show())):n.hide(),p=Q(),M(),a.is(":visible")?(t(c.add(s).add(h)).hide(),o=a.position(),f={top:o.top,left:o.left,width:a.width(),height:a.height()},l=f.width==p.width&&f.height==p.height,void d.fadeTo(w.changeFade,.3,function(){var i=function(){d.html(e.contents()).fadeTo(w.changeFade,1,W)}
21
- t(".fancybox-inline-tmp").trigger("fancybox-change"),d.empty().removeAttr("filter").css({"border-width":w.padding,width:p.width-2*w.padding,height:b.autoDimensions?"auto":p.height-O-2*w.padding}),l?i():(D.prop=0,t(D).animate({prop:1},{duration:w.changeSpeed,easing:w.easingChange,step:$,complete:i}))})):(a.removeAttr("style"),d.css("border-width",w.padding),"elastic"==w.transitionIn?(f=U(),d.html(e.contents()),a.show(),w.opacity&&(p.opacity=0),D.prop=0,void t(D).animate({prop:1},{duration:w.speedIn,easing:w.easingIn,step:$,complete:W})):("inside"==w.titlePosition&&O>0&&r.show(),d.css({width:p.width-2*w.padding,height:b.autoDimensions?"auto":p.height-O-2*w.padding}).html(e.contents()),void a.css(p).fadeIn("none"==w.transitionIn?0:w.speedIn,W))))},L=function(t){return t&&t.length?"float"==w.titlePosition?'<table id="fancybox-title-float-wrap" style="border-spacing:0;border-collapse:collapse"><tr><td id="fancybox-title-float-left"></td><td id="fancybox-title-float-main">'+t+'</td><td id="fancybox-title-float-right"></td></tr></table>':'<div id="fancybox-title-'+w.titlePosition+'">'+t+"</div>":!1},M=function(){if(T=w.title||"",O=0,r.empty().removeAttr("style").removeClass(),w.titleShow===!1)return void r.hide()
22
- if(T=t.isFunction(w.titleFormat)?w.titleFormat(T,m,y,w):L(T),!T||""===T)return void r.hide()
23
- switch(r.addClass("fancybox-title-"+w.titlePosition).html(T).appendTo("body").show(),w.titlePosition){case"inside":r.css({width:p.width-2*w.padding,marginLeft:w.padding,marginRight:w.padding}),O=r.outerHeight(!0),r.appendTo(o),p.height+=O
24
- break
25
- case"over":r.css({marginLeft:w.padding,width:p.width-2*w.padding,bottom:w.padding}).appendTo(o)
26
- break
27
- case"float":r.css("left",-1*parseInt((r.width()-p.width-40)/2,10)).appendTo(a)
28
- break
29
- default:r.css({width:p.width-2*w.padding,paddingLeft:w.padding,paddingRight:w.padding}).appendTo(a)}r.hide()},R=function(){return(w.enableEscapeButton||w.enableKeyboardNav)&&t(document).on("keydown.fb",function(e){27==e.keyCode&&w.enableEscapeButton?(e.preventDefault(),t.fancybox.close()):37!=e.keyCode&&39!=e.keyCode||!w.enableKeyboardNav||"INPUT"===e.target.tagName||"TEXTAREA"===e.target.tagName||"SELECT"===e.target.tagName||(e.preventDefault(),t.fancybox[37==e.keyCode?"prev":"next"]())}),w.showNavArrows?((w.cyclic&&m.length>1||0!==y)&&s.show(),void((w.cyclic&&m.length>1||y!=m.length-1)&&h.show())):(s.hide(),void h.hide())},W=function(){t.support.opacity||(d.get(0).style.removeAttribute("filter"),a.get(0).style.removeAttribute("filter")),b.autoDimensions&&d.css("height","auto"),a.css("height","auto"),T&&T.length&&r.show(),w.showCloseButton&&c.show(),R(),w.hideOnContentClick&&d.on("click",t.fancybox.close),w.hideOnOverlayClick&&n.on("click",t.fancybox.close),w.autoResize&&t(window).on("resize.fb",t.fancybox.resize),w.centerOnScroll&&t(window).on("scroll.fb",t.fancybox.center),t.fn.mousewheel&&a.on("mousewheel.fb",function(e,i){A?e.preventDefault():"image"!=w.type||0!=t(e.target).get(0).clientHeight&&t(e.target).get(0).scrollHeight!==t(e.target).get(0).clientHeight||(e.preventDefault(),t.fancybox[i>0?"prev":"next"]())}),"iframe"==w.type&&t('<iframe id="fancybox-frame" name="fancybox-frame'+(new Date).getTime()+'"'+(navigator.userAgent.match(/msie [6]/i)?' allowtransparency="true""':"")+' style="border:0;margin:0;overflow:'+("auto"==b.scrolling?"auto":"yes"==b.scrolling?"scroll":"hidden")+'" src="'+w.href+'"'+(!1===b.allowfullscreen?"":" allowfullscreen")+"></iframe>").appendTo(d),a.show(),A=!1,t.fancybox.center(),w.onComplete(m,y,w),K()},K=function(){var e,i
30
- m.length-1>y&&(e=m[y+1].href,void 0!==e&&(e.match(I)||t(obj).hasClass("image"))&&(i=new Image,i.src=e)),y>0&&(e=m[y-1].href,void 0!==e&&(e.match(I)||t(obj).hasClass("image"))&&(i=new Image,i.src=e))},$=function(t){var e={width:parseInt(f.width+(p.width-f.width)*t,10),height:parseInt(f.height+(p.height-f.height)*t,10),top:parseInt(f.top+(p.top-f.top)*t,10),left:parseInt(f.left+(p.left-f.left)*t,10)}
31
- void 0!==p.opacity&&(e.opacity=.5>t?.5:t),a.css(e),d.css({width:e.width-2*w.padding,height:e.height-O*t-2*w.padding})},q=function(){return[0==t(window).width()?window.innerWidth:t(window).width()-2*w.margin,0==t(window).height()?window.innerHeight:t(window).height()-2*w.margin,t(document).scrollLeft()+w.margin,t(document).scrollTop()+w.margin]},Q=function(){var t,e=q(),i={},n=w.autoScale,a=2*w.padding
32
- return i.width=(""+w.width).indexOf("%")>-1?parseInt(e[0]*parseFloat(w.width)/100,10):w.width+a,i.height=(""+w.height).indexOf("%")>-1?parseInt(e[1]*parseFloat(w.height)/100,10):w.height+a,n&&(i.width>e[0]||i.height>e[1])&&("image"==b.type||"svg"==b.type||"swf"==b.type?(t=w.width/w.height,i.width>e[0]&&(i.width=e[0],i.height=parseInt((i.width-a)/t+a,10)),i.height>e[1]&&(i.height=e[1],i.width=parseInt((i.height-a)*t+a,10))):(i.width=Math.min(i.width,e[0]),i.height=Math.min(i.height,e[1]))),i.top=parseInt(Math.max(e[3]-20,e[3]+.5*(e[1]-i.height-40)),10),i.left=parseInt(Math.max(e[2]-20,e[2]+.5*(e[0]-i.width-40)),10),i},X=function(t){var e=t.offset()
33
- return e.top+=parseInt(t.css("paddingTop"),10)||0,e.left+=parseInt(t.css("paddingLeft"),10)||0,e.top+=parseInt(t.css("border-top-width"),10)||0,e.left+=parseInt(t.css("border-left-width"),10)||0,e.width=t.width(),e.height=t.height(),e},U=function(){var e,i,n=b.orig?t(b.orig):!1,a={}
34
- return n&&n.length?(e=X(n),a={width:e.width+2*w.padding,height:e.height+2*w.padding,top:e.top-w.padding-20,left:e.left-w.padding-20}):(i=q(),a={width:2*w.padding,height:2*w.padding,top:parseInt(i[3]+.5*i[1],10),left:parseInt(i[2]+.5*i[0],10)}),a},G=function(){return i.is(":visible")?(t("div",i).css("top",-40*j+"px"),void(j=(j+1)%12)):void clearInterval(l)}
35
- t.fn.fancybox=function(e){return t(this).length?(t(this).data("fancybox",t.extend({},e,t.metadata?t(this).metadata():{})).off("click.fb").on("click.fb",function(e){if(e.preventDefault(),!A){A=!0,t(this).blur(),u=[],g=0
36
- var i=t(this).attr("rel")||""
37
- i&&""!=i&&"nofollow"!==i?(u=t('a[rel="'+i+'"], area[rel="'+i+'"]'),g=u.index(this)):u.push(this),B()}}),this):this},t.fancybox=function(e){var i
38
- if(!A){if(A=!0,i=void 0!==arguments[1]?arguments[1]:{},u=[],g=parseInt(i.index,10)||0,t.isArray(e)){for(var n=0,a=e.length;a>n;n++)"object"==typeof e[n]?t(e[n]).data("fancybox",t.extend({},i,e[n])):e[n]=t({}).data("fancybox",t.extend({content:e[n]},i))
39
- u=jQuery.merge(u,e)}else"object"==typeof e?t(e).data("fancybox",t.extend({},i,e)):e=t({}).data("fancybox",t.extend({content:e},i)),u.push(e);(g>u.length||0>g)&&(g=0),B()}},t.fancybox.showActivity=function(){clearInterval(l),i.show(),l=setInterval(G,66)},t.fancybox.hideActivity=function(){i.hide()},t.fancybox.next=function(){return t.fancybox.pos(y+1)},t.fancybox.prev=function(){return t.fancybox.pos(y-1)},t.fancybox.pos=function(t){A||(t=parseInt(t),u=m,t>-1&&t<m.length?(g=t,B()):w.cyclic&&m.length>1&&(g=t>=m.length?0:m.length-1,B()))},t.fancybox.cancel=function(){A||(A=!0,t(".fancybox-inline-tmp").trigger("fancybox-cancel"),E(),b.onCancel(u,g,b),A=!1)},t.fancybox.close=function(){function e(){n.fadeOut("fast"),r.empty().hide(),a.hide(),t(".fancybox-inline-tmp").trigger("fancybox-cleanup"),d.empty(),w.onClosed(m,y,w),m=b=[],y=g=0,w=b={},A=!1}if(!A&&!a.is(":hidden")){if(A=!0,w&&!1===w.onCleanup(m,y,w))return void(A=!1)
40
- if(E(),t(c.add(s).add(h)).hide(),t(d.add(n)).off(),t(window).off("resize.fb scroll.fb mousewheel.fb"),t(document).off("keydown.fb"),d.find("iframe#fancybox-frame").attr("src",S&&/^https/i.test(window.location.href||"")?"javascript:void(false)":"about:blank"),"inside"!==w.titlePosition&&r.empty(),a.stop(),"elastic"==w.transitionOut){f=U()
41
- var i=a.position()
42
- p={top:i.top,left:i.left,width:a.width(),height:a.height()},w.opacity&&(p.opacity=1),r.empty().hide(),D.prop=1,t(D).animate({prop:0},{duration:w.speedOut,easing:w.easingOut,step:$,complete:e})}else a.fadeOut("none"==w.transitionOut?0:w.speedOut,e)}},t.fancybox.resize=function(){n.is(":visible")&&n.css("height",t(document).height()),t.fancybox.center(!0)},t.fancybox.center=function(){var t,e
43
- A||(e=arguments[0]===!0?1:0,t=q(),(e||!(a.width()>t[0]||a.height()>t[1]))&&a.stop().animate({top:parseInt(Math.max(t[3]-20,t[3]+.5*(t[1]-d.height()-40)-w.padding)),left:parseInt(Math.max(t[2]-20,t[2]+.5*(t[0]-d.width()-40)-w.padding))},"number"==typeof arguments[0]?arguments[0]:200))},t.fancybox.init=function(){t("#fancybox-wrap").length||(t("body").append(e=t('<div id="fancybox-tmp"></div>'),i=t('<div id="fancybox-loading"><div></div></div>'),n=t('<div id="fancybox-overlay"></div>'),a=t('<div id="fancybox-wrap"></div>')),o=t('<div id="fancybox-outer"></div>').append('<div class="fancybox-bg" id="fancybox-bg-n"></div><div class="fancybox-bg" id="fancybox-bg-ne"></div><div class="fancybox-bg" id="fancybox-bg-e"></div><div class="fancybox-bg" id="fancybox-bg-se"></div><div class="fancybox-bg" id="fancybox-bg-s"></div><div class="fancybox-bg" id="fancybox-bg-sw"></div><div class="fancybox-bg" id="fancybox-bg-w"></div><div class="fancybox-bg" id="fancybox-bg-nw"></div>').appendTo(a),o.append(d=t('<div id="fancybox-content"></div>'),c=t('<a id="fancybox-close"></a>'),r=t('<div id="fancybox-title"></div>'),s=t('<a href="javascript:;" id="fancybox-left"><span class="fancy-ico" id="fancybox-left-ico"></span></a>'),h=t('<a href="javascript:;" id="fancybox-right"><span class="fancy-ico" id="fancybox-right-ico"></span></a>')),c.click(t.fancybox.close),i.click(t.fancybox.cancel),s.click(function(e){e.preventDefault(),t.fancybox.prev()}),h.click(function(e){e.preventDefault(),t.fancybox.next()}),t.support.opacity||a.addClass("fancybox-ie"),S&&(i.addClass("fancybox-ie6"),a.addClass("fancybox-ie6"),t('<iframe id="fancybox-hide-sel-frame" src="'+(/^https/i.test(window.location.href||"")?"javascript:void(false)":"about:blank")+'" style="overflow:hidden;border:0" tabindex="-1"></iframe>').prependTo(o)))},t.fn.fancybox.defaults={padding:10,margin:40,opacity:!1,modal:!1,cyclic:!1,allowfullscreen:!1,scrolling:"auto",width:560,height:340,autoScale:!0,autoDimensions:!0,centerOnScroll:!F,autoResize:!0,ajax:{},swf:{wmode:"transparent"},svg:{wmode:"transparent"},hideOnOverlayClick:!0,hideOnContentClick:!1,overlayShow:!0,overlayOpacity:.7,overlayColor:"#777",titleShow:!0,titlePosition:"float",titleFormat:null,titleFromAlt:!1,transitionIn:"fade",transitionOut:"fade",speedIn:300,speedOut:300,changeSpeed:300,changeFade:"fast",easingIn:"swing",easingOut:"swing",showCloseButton:!0,showNavArrows:!0,enableEscapeButton:!0,enableKeyboardNav:!0,onStart:function(){},onCancel:function(){},onComplete:function(){},onCleanup:function(){},onClosed:function(){},onError:function(){}},t(document).ready(function(){t.fancybox.init()})}(jQuery)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
fancybox/{jquery.fancybox-1.3.7.css → jquery.fancybox-1.3.8.css} RENAMED
@@ -8,13 +8,27 @@
8
  * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
9
  *
10
  * Version: 1.3.4 (11/11/2010) patched : box-sizing: content-box;
11
- * Requires: jQuery v1.3+
12
  *
13
  * Dual licensed under the MIT and GPL licenses:
14
  * http://www.opensource.org/licenses/mit-license.php
15
  * http://www.gnu.org/licenses/gpl.html
16
  */
17
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
18
  #fancybox-loading {
19
  position: fixed;
20
  top: 50%;
@@ -25,10 +39,8 @@
25
  margin-left: -20px;
26
  cursor: pointer;
27
  overflow: hidden;
28
- z-index:11104;
29
  display: none;
30
- box-sizing: content-box;
31
- -moz-box-sizing: content-box;
32
  }
33
 
34
  #fancybox-loading div {
@@ -38,8 +50,6 @@
38
  width: 40px;
39
  height: 480px;
40
  background-image: url('fancybox.png');
41
- box-sizing: content-box;
42
- -moz-box-sizing: content-box;
43
  }
44
 
45
  #fancybox-overlay {
@@ -47,10 +57,8 @@
47
  top: 0;
48
  left: 0;
49
  width: 100%;
50
- z-index:11100;
51
  display: none;
52
- box-sizing: content-box;
53
- -moz-box-sizing: content-box;
54
  }
55
 
56
  #fancybox-tmp {
@@ -66,16 +74,9 @@
66
  top: 0;
67
  left: 0;
68
  padding: 20px;
69
- z-index:11101;
70
  outline: none;
71
  display: none;
72
- box-sizing: content-box;
73
- -moz-box-sizing: content-box;
74
- }
75
-
76
- #fancybox-wrap div {
77
- box-sizing: content-box;
78
- -moz-box-sizing: content-box;
79
  }
80
 
81
  #fancybox-outer {
@@ -83,6 +84,9 @@
83
  width: 100%;
84
  height: 100%;
85
  background: #fff;
 
 
 
86
  }
87
 
88
  #fancybox-content {
@@ -92,7 +96,7 @@
92
  outline: none;
93
  position: relative;
94
  overflow: hidden;
95
- z-index:11102;
96
  border: 0px solid #fff;
97
  background: #fff;
98
  -moz-background-clip: padding; /* Firefox 3.6 */
@@ -100,6 +104,11 @@
100
  background-clip: padding-box; /* IE9+, Firefox 4+, Opera, Chrome */
101
  }
102
 
 
 
 
 
 
103
  #fancybox-hide-sel-frame {
104
  position: absolute;
105
  top: 0;
@@ -107,7 +116,7 @@
107
  width: 100%;
108
  height: 100%;
109
  background: transparent;
110
- z-index:11101;
111
  }
112
 
113
  #fancybox-close {
@@ -118,7 +127,7 @@
118
  height: 30px;
119
  background: transparent url('fancybox.png') -40px 0px;
120
  cursor: pointer;
121
- z-index:11103;
122
  display: none;
123
  }
124
 
@@ -148,7 +157,7 @@
148
  border: none;
149
  display: block;
150
  -webkit-overflow-scrolling: touch;
151
- z-index:0; /* z-index bug with -webkit-overflow-scrolling */
152
  }
153
 
154
  #fancybox-left, #fancybox-right {
@@ -158,8 +167,7 @@
158
  width: 35%;
159
  cursor: pointer;
160
  outline: none;
161
- background: transparent url('blank.gif');
162
- z-index:11102;
163
  display: none;
164
  }
165
 
@@ -189,7 +197,7 @@
189
  height: 30px;
190
  margin-top: -15px;
191
  cursor: pointer;
192
- z-index:11102;
193
  display: block;
194
  }
195
 
@@ -235,78 +243,10 @@
235
  left:20px
236
  }
237
 
238
- .fancybox-bg {
239
- position: absolute;
240
- padding: 0;
241
- margin: 0;
242
- border: 0;
243
- width: 20px;
244
- height: 20px;
245
- z-index:11001;
246
- }
247
-
248
- #fancybox-bg-n {
249
- top: -20px;
250
- left: 0;
251
- width: 100%;
252
- background-image: url('fancybox-x.png');
253
- }
254
-
255
- #fancybox-bg-ne {
256
- top: -20px;
257
- right: -20px;
258
- background-image: url('fancybox.png');
259
- background-position: -40px -162px;
260
- }
261
-
262
- #fancybox-bg-e {
263
- top: 0;
264
- right: -20px;
265
- height: 100%;
266
- background-image: url('fancybox-y.png');
267
- background-position: -20px 0px;
268
- }
269
-
270
- #fancybox-bg-se {
271
- bottom: -20px;
272
- right: -20px;
273
- background-image: url('fancybox.png');
274
- background-position: -40px -182px;
275
- }
276
-
277
- #fancybox-bg-s {
278
- bottom: -20px;
279
- left: 0;
280
- width: 100%;
281
- background-image: url('fancybox-x.png');
282
- background-position: 0px -20px;
283
- }
284
-
285
- #fancybox-bg-sw {
286
- bottom: -20px;
287
- left: -20px;
288
- background-image: url('fancybox.png');
289
- background-position: -40px -142px;
290
- }
291
-
292
- #fancybox-bg-w {
293
- top: 0;
294
- left: -20px;
295
- height: 100%;
296
- background-image: url('fancybox-y.png');
297
- }
298
-
299
- #fancybox-bg-nw {
300
- top: -20px;
301
- left: -20px;
302
- background-image: url('fancybox.png');
303
- background-position: -40px -122px;
304
- }
305
-
306
  #fancybox-title {
307
  font-family: Helvetica;
308
  font-size: 12px;
309
- z-index:11102;
310
  }
311
 
312
  .fancybox-title-inside {
@@ -335,7 +275,7 @@
335
 
336
  #fancybox-title-over {
337
  padding: 10px;
338
- background-image: url('fancy_title_over.png');
339
  display: block;
340
  }
341
 
@@ -363,7 +303,7 @@
363
  }
364
 
365
  #fancybox-title-float-main {
366
- color: #FFF;
367
  line-height: 29px;
368
  font-weight: bold;
369
  padding: 0 0 3px 0;
@@ -375,11 +315,6 @@
375
  background: url('fancybox.png') -55px -90px no-repeat;
376
  }
377
 
378
- .fancybox-hidden{
379
  display:none
380
  }
381
-
382
- /* IE */
383
- .fancybox-ie .fancybox-bg{
384
- background: transparent !important
385
- }
8
  * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
9
  *
10
  * Version: 1.3.4 (11/11/2010) patched : box-sizing: content-box;
 
11
  *
12
  * Dual licensed under the MIT and GPL licenses:
13
  * http://www.opensource.org/licenses/mit-license.php
14
  * http://www.gnu.org/licenses/gpl.html
15
  */
16
 
17
+ #fancybox-loading, #fancybox-loading div,
18
+ #fancybox-overlay,
19
+ #fancybox-wrap, .fancybox-bg,
20
+ #fancybox-outer,
21
+ #fancybox-content,
22
+ #fancybox-content > div,
23
+ #fancybox-content > div > div,
24
+ #fancybox-frame,
25
+ #fancybox-close,
26
+ #fancybox-title, #fancybox-title div,
27
+ #fancybox-left, #fancybox-right, .fancy-ico {
28
+ box-sizing: content-box;
29
+ -moz-box-sizing: content-box;
30
+ }
31
+
32
  #fancybox-loading {
33
  position: fixed;
34
  top: 50%;
39
  margin-left: -20px;
40
  cursor: pointer;
41
  overflow: hidden;
42
+ z-index: 111104;
43
  display: none;
 
 
44
  }
45
 
46
  #fancybox-loading div {
50
  width: 40px;
51
  height: 480px;
52
  background-image: url('fancybox.png');
 
 
53
  }
54
 
55
  #fancybox-overlay {
57
  top: 0;
58
  left: 0;
59
  width: 100%;
60
+ z-index: 111100;
61
  display: none;
 
 
62
  }
63
 
64
  #fancybox-tmp {
74
  top: 0;
75
  left: 0;
76
  padding: 20px;
77
+ z-index: 111101;
78
  outline: none;
79
  display: none;
 
 
 
 
 
 
 
80
  }
81
 
82
  #fancybox-outer {
84
  width: 100%;
85
  height: 100%;
86
  background: #fff;
87
+ box-shadow:0 0 20px #111;
88
+ -moz-box-shadow:0 0 20px #1111;
89
+ -webkit-box-shadow:0 0 20px #111;
90
  }
91
 
92
  #fancybox-content {
96
  outline: none;
97
  position: relative;
98
  overflow: hidden;
99
+ z-index: 111102;
100
  border: 0px solid #fff;
101
  background: #fff;
102
  -moz-background-clip: padding; /* Firefox 3.6 */
104
  background-clip: padding-box; /* IE9+, Firefox 4+, Opera, Chrome */
105
  }
106
 
107
+ #fancybox-content > div {
108
+ max-width: 100%;
109
+ max-height: 100%;
110
+ }
111
+
112
  #fancybox-hide-sel-frame {
113
  position: absolute;
114
  top: 0;
116
  width: 100%;
117
  height: 100%;
118
  background: transparent;
119
+ z-index: 111101;
120
  }
121
 
122
  #fancybox-close {
127
  height: 30px;
128
  background: transparent url('fancybox.png') -40px 0px;
129
  cursor: pointer;
130
+ z-index: 111103;
131
  display: none;
132
  }
133
 
157
  border: none;
158
  display: block;
159
  -webkit-overflow-scrolling: touch;
160
+ z-index: 0; /* z-index bug with -webkit-overflow-scrolling */
161
  }
162
 
163
  #fancybox-left, #fancybox-right {
167
  width: 35%;
168
  cursor: pointer;
169
  outline: none;
170
+ z-index: 111102;
 
171
  display: none;
172
  }
173
 
197
  height: 30px;
198
  margin-top: -15px;
199
  cursor: pointer;
200
+ z-index: 111102;
201
  display: block;
202
  }
203
 
243
  left:20px
244
  }
245
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
246
  #fancybox-title {
247
  font-family: Helvetica;
248
  font-size: 12px;
249
+ z-index: 111102;
250
  }
251
 
252
  .fancybox-title-inside {
275
 
276
  #fancybox-title-over {
277
  padding: 10px;
278
+ background: rgba(0,0,0,.64);
279
  display: block;
280
  }
281
 
303
  }
304
 
305
  #fancybox-title-float-main {
306
+ color: #fff;
307
  line-height: 29px;
308
  font-weight: bold;
309
  padding: 0 0 3px 0;
315
  background: url('fancybox.png') -55px -90px no-repeat;
316
  }
317
 
318
+ .fancybox-hidden {
319
  display:none
320
  }
 
 
 
 
 
fancybox/{jquery.fancybox-1.3.7.js → jquery.fancybox-1.3.8.js} RENAMED
@@ -18,13 +18,15 @@
18
  * Removed/replaced non-HTML5 attributes
19
  * Added parameter allowfullscreen for iframe, RavanH ravanhagen@gmail.com
20
  * Line 309, 714: patches for better centering on ipad etc.
 
21
  * Line 645: Check type = image for mousewheel
22
- * Line 820: qouted attribute selector, RavanH ravanhagen@gmail.com
23
- * Line 41, 622 and 1125: added isTouch variable and autoResize parameter, RavanH ravanhagen@gmail.com
24
- * Line 34: WebP image support, RavanH ravanhagen@gmail.com
25
- * Line 126, 677, 686: 'image' class forces image type, RavanH ravanhagen@gmail.com
 
26
  * Patched for jQuery 1.9+ compat by Sabel http://sabel.bluegfx.de/wordpress/wp-content/uploads/2013/03/jquery.fancybox-1.3.4.js
27
- *
28
  * Added SVG support by Simon Maillard simon@ogesta.fr
29
  */
30
  ;(function($) {
@@ -39,11 +41,11 @@
39
  titleHeight = 0, titleStr = '', start_pos, final_pos, busy = false, fx = $.extend($('<div/>')[0], { prop: 0 }),
40
 
41
  isIE6 = navigator.userAgent.match(/msie [6]/i) && !window.XMLHttpRequest,
42
-
43
  isTouch = document.createTouch !== undefined,
44
 
45
  /*
46
- * Private methods
47
  */
48
 
49
  _abort = function() {
@@ -77,8 +79,8 @@
77
 
78
  _start = function() {
79
  var obj = selectedArray[ selectedIndex ],
80
- href,
81
- type,
82
  title,
83
  str,
84
  emb,
@@ -100,7 +102,7 @@
100
  title = selectedOpts.title || (obj.nodeName ? $(obj).attr('title') : obj.title) || '';
101
 
102
  if (obj.nodeName && !selectedOpts.orig) {
103
- selectedOpts.orig = $(obj).children("img:first").length ? $(obj).children("img:first") : $(obj);
104
  }
105
 
106
  if (title === '' && selectedOpts.orig) {
@@ -163,7 +165,7 @@
163
  selectedOpts.width = 'auto';
164
  selectedOpts.height = 'auto';
165
  } else {
166
- selectedOpts.autoDimensions = false;
167
  }
168
  }
169
 
@@ -181,7 +183,7 @@
181
  tmp.css('padding', (selectedOpts.padding + selectedOpts.margin));
182
 
183
  $('.fancybox-inline-tmp').off('fancybox-cancel').on('fancybox-change', function() {
184
- $(this).replaceWith(content.children());
185
  });
186
 
187
  switch (type) {
@@ -314,14 +316,14 @@
314
  w = parseInt( (ww - (selectedOpts.margin * 2)) * parseFloat(w) / 100, 10) + 'px';
315
 
316
  } else {
317
- w = w == 'auto' ? 'auto' : w + 'px';
318
  }
319
 
320
  if (h.toString().indexOf('%') > -1) {
321
  h = parseInt( (wh - (selectedOpts.margin * 2)) * parseFloat(h) / 100, 10) + 'px';
322
 
323
  } else {
324
- h = h == 'auto' ? 'auto' : h + 'px';
325
  }
326
 
327
  tmp.wrapInner('<div style="width:' + w + ';height:' + h + ';overflow: ' + (selectedOpts.scrolling == 'auto' ? 'auto' : (selectedOpts.scrolling == 'yes' ? 'scroll' : 'hidden')) + ';position:relative;"></div>');
@@ -474,8 +476,8 @@
474
  return;
475
  }
476
 
477
- if (currentOpts.titlePosition == 'inside' && titleHeight > 0) {
478
- title.show();
479
  }
480
 
481
  content
@@ -581,15 +583,17 @@
581
  if (e.keyCode == 27 && currentOpts.enableEscapeButton) {
582
  e.preventDefault();
583
  $.fancybox.close();
584
-
585
  } else if ((e.keyCode == 37 || e.keyCode == 39) && currentOpts.enableKeyboardNav && e.target.tagName !== 'INPUT' && e.target.tagName !== 'TEXTAREA' && e.target.tagName !== 'SELECT') {
586
  e.preventDefault();
587
  $.fancybox[ e.keyCode == 37 ? 'prev' : 'next']();
 
 
 
588
  }
589
  });
590
  }
591
 
592
- if (!currentOpts.showNavArrows) {
593
  nav_left.hide();
594
  nav_right.hide();
595
  return;
@@ -606,8 +610,8 @@
606
 
607
  _finish = function () {
608
  if (!$.support.opacity) {
609
- content.get(0).style.removeAttribute('filter');
610
- wrap.get(0).style.removeAttribute('filter');
611
  }
612
 
613
  if (selectedOpts.autoDimensions) {
@@ -625,7 +629,7 @@
625
  }
626
 
627
  _set_navigation();
628
-
629
  if (currentOpts.hideOnContentClick) {
630
  content.on('click', $.fancybox.close);
631
  }
@@ -646,15 +650,15 @@
646
  wrap.on('mousewheel.fb', function(e, delta) {
647
  if (busy) {
648
  e.preventDefault();
649
- } else if ( currentOpts.type == 'image' && ( $(e.target).get(0).clientHeight == 0 || $(e.target).get(0).scrollHeight === $(e.target).get(0).clientHeight ) ) {
650
  e.preventDefault();
651
  $.fancybox[ delta > 0 ? 'prev' : 'next']();
652
- }
653
  });
654
  }
655
 
656
  if (currentOpts.type == 'iframe') {
657
- $('<iframe id="fancybox-frame" name="fancybox-frame' + new Date().getTime() + '"' + (navigator.userAgent.match(/msie [6]/i) ? ' allowtransparency="true""' : '') + ' style="border:0;margin:0;overflow:' + (selectedOpts.scrolling == 'auto' ? 'auto' : (selectedOpts.scrolling == 'yes' ? 'scroll' : 'hidden')) + '" src="' + currentOpts.href + '"' + (false === selectedOpts.allowfullscreen ? '' : ' allowfullscreen') + '></iframe>').appendTo(content);
658
  }
659
 
660
  wrap.show();
@@ -669,22 +673,22 @@
669
  },
670
 
671
  _preload_images = function() {
672
- var href,
673
  objNext;
674
 
675
  if ((currentArray.length -1) > currentIndex) {
676
- href = currentArray[ currentIndex + 1 ].href;
677
 
678
- if (typeof href !== 'undefined' && (href.match(imgRegExp) || $(obj).hasClass("image")) ) {
679
  objNext = new Image();
680
  objNext.src = href;
681
  }
682
  }
683
 
684
  if (currentIndex > 0) {
685
- href = currentArray[ currentIndex - 1 ].href;
686
 
687
- if (typeof href !== 'undefined' && (href.match(imgRegExp) || $(obj).hasClass("image")) ) {
688
  objNext = new Image();
689
  objNext.src = href;
690
  }
@@ -823,7 +827,7 @@
823
  };
824
 
825
  /*
826
- * Public methods
827
  */
828
 
829
  $.fn.fancybox = function(options) {
@@ -1049,21 +1053,24 @@
1049
  overlay.css('height', $(document).height());
1050
  }
1051
 
1052
- $.fancybox.center(true);
 
 
 
1053
  };
1054
 
1055
  $.fancybox.center = function() {
1056
  var view, align;
1057
 
1058
  if (busy) {
1059
- return;
1060
  }
1061
 
1062
  align = arguments[0] === true ? 1 : 0;
1063
  view = _get_viewport();
1064
 
1065
  if (!align && (wrap.width() > view[0] || wrap.height() > view[1])) {
1066
- return;
1067
  }
1068
 
1069
  wrap
@@ -1142,8 +1149,8 @@
1142
  autoResize : true, //!isTouch
1143
 
1144
  ajax : {},
1145
- swf : { wmode: 'transparent' },
1146
- svg : { wmode: 'transparent' },
1147
 
1148
  hideOnOverlayClick : true,
1149
  hideOnContentClick : false,
@@ -1187,4 +1194,3 @@
1187
  });
1188
 
1189
  })(jQuery);
1190
-
18
  * Removed/replaced non-HTML5 attributes
19
  * Added parameter allowfullscreen for iframe, RavanH ravanhagen@gmail.com
20
  * Line 309, 714: patches for better centering on ipad etc.
21
+ * Line 588: added support for tab key gallery browsing
22
  * Line 645: Check type = image for mousewheel
23
+ * Line 820: qouted attribute selector, RavanH ravanhagen@gmail.com
24
+ * Line 41, 622 and 1125: added isTouch variable and autoResize parameter, RavanH ravanhagen@gmail.com
25
+ * Line 34: WebP image support, RavanH ravanhagen@gmail.com
26
+ * Line 126, 677, 686: 'image' class forces image type, RavanH ravanhagen@gmail.com
27
+ * Put focus on iframe at _finish
28
  * Patched for jQuery 1.9+ compat by Sabel http://sabel.bluegfx.de/wordpress/wp-content/uploads/2013/03/jquery.fancybox-1.3.4.js
29
+ *
30
  * Added SVG support by Simon Maillard simon@ogesta.fr
31
  */
32
  ;(function($) {
41
  titleHeight = 0, titleStr = '', start_pos, final_pos, busy = false, fx = $.extend($('<div/>')[0], { prop: 0 }),
42
 
43
  isIE6 = navigator.userAgent.match(/msie [6]/i) && !window.XMLHttpRequest,
44
+
45
  isTouch = document.createTouch !== undefined,
46
 
47
  /*
48
+ * Private methods
49
  */
50
 
51
  _abort = function() {
79
 
80
  _start = function() {
81
  var obj = selectedArray[ selectedIndex ],
82
+ href,
83
+ type,
84
  title,
85
  str,
86
  emb,
102
  title = selectedOpts.title || (obj.nodeName ? $(obj).attr('title') : obj.title) || '';
103
 
104
  if (obj.nodeName && !selectedOpts.orig) {
105
+ selectedOpts.orig = $(obj).find("img:first").length ? $(obj).find("img:first") : $(obj);
106
  }
107
 
108
  if (title === '' && selectedOpts.orig) {
165
  selectedOpts.width = 'auto';
166
  selectedOpts.height = 'auto';
167
  } else {
168
+ selectedOpts.autoDimensions = false;
169
  }
170
  }
171
 
183
  tmp.css('padding', (selectedOpts.padding + selectedOpts.margin));
184
 
185
  $('.fancybox-inline-tmp').off('fancybox-cancel').on('fancybox-change', function() {
186
+ $(this).replaceWith(content.children());
187
  });
188
 
189
  switch (type) {
316
  w = parseInt( (ww - (selectedOpts.margin * 2)) * parseFloat(w) / 100, 10) + 'px';
317
 
318
  } else {
319
+ w = w == 'auto' ? 'auto' : w + 'px';
320
  }
321
 
322
  if (h.toString().indexOf('%') > -1) {
323
  h = parseInt( (wh - (selectedOpts.margin * 2)) * parseFloat(h) / 100, 10) + 'px';
324
 
325
  } else {
326
+ h = h == 'auto' ? 'auto' : h + 'px';
327
  }
328
 
329
  tmp.wrapInner('<div style="width:' + w + ';height:' + h + ';overflow: ' + (selectedOpts.scrolling == 'auto' ? 'auto' : (selectedOpts.scrolling == 'yes' ? 'scroll' : 'hidden')) + ';position:relative;"></div>');
476
  return;
477
  }
478
 
479
+ if (currentOpts.titlePosition == 'inside' && titleHeight > 0) {
480
+ title.show();
481
  }
482
 
483
  content
583
  if (e.keyCode == 27 && currentOpts.enableEscapeButton) {
584
  e.preventDefault();
585
  $.fancybox.close();
 
586
  } else if ((e.keyCode == 37 || e.keyCode == 39) && currentOpts.enableKeyboardNav && e.target.tagName !== 'INPUT' && e.target.tagName !== 'TEXTAREA' && e.target.tagName !== 'SELECT') {
587
  e.preventDefault();
588
  $.fancybox[ e.keyCode == 37 ? 'prev' : 'next']();
589
+ } else if ((e.keyCode == 9) && currentOpts.enableKeyboardNav && e.target.tagName !== 'INPUT' && e.target.tagName !== 'TEXTAREA' && e.target.tagName !== 'SELECT') {
590
+ e.preventDefault();
591
+ $.fancybox[ e.shiftKey ? 'prev' : 'next']();
592
  }
593
  });
594
  }
595
 
596
+ if (!currentOpts.showNavArrows) {
597
  nav_left.hide();
598
  nav_right.hide();
599
  return;
610
 
611
  _finish = function () {
612
  if (!$.support.opacity) {
613
+ content.css('filter', 0);
614
+ wrap.css('filter', 0);
615
  }
616
 
617
  if (selectedOpts.autoDimensions) {
629
  }
630
 
631
  _set_navigation();
632
+
633
  if (currentOpts.hideOnContentClick) {
634
  content.on('click', $.fancybox.close);
635
  }
650
  wrap.on('mousewheel.fb', function(e, delta) {
651
  if (busy) {
652
  e.preventDefault();
653
+ } else if ( currentOpts.type == 'image' && ( $(e.target).outerHeight() == 0 || $(e.target).prop('scrollHeight') === $(e.target).outerHeight() ) ) {
654
  e.preventDefault();
655
  $.fancybox[ delta > 0 ? 'prev' : 'next']();
656
+ }
657
  });
658
  }
659
 
660
  if (currentOpts.type == 'iframe') {
661
+ $('<iframe id="fancybox-frame" name="fancybox-frame' + new Date().getTime() + '"' + (navigator.userAgent.match(/msie [6]/i) ? ' allowtransparency="true""' : '') + ' style="border:0;margin:0;overflow:' + (selectedOpts.scrolling == 'auto' ? 'auto' : (selectedOpts.scrolling == 'yes' ? 'scroll' : 'hidden')) + '" src="' + currentOpts.href + '"' + (false === currentOpts.allowfullscreen ? '' : ' allowfullscreen') + ' tabindex="999"></iframe>').appendTo(content).focus();
662
  }
663
 
664
  wrap.show();
673
  },
674
 
675
  _preload_images = function() {
676
+ var obj,
677
  objNext;
678
 
679
  if ((currentArray.length -1) > currentIndex) {
680
+ obj = currentArray[ currentIndex + 1 ];
681
 
682
+ if (typeof href !== 'undefined' && (obj.href.match(imgRegExp) || $(obj).hasClass("image")) ) {
683
  objNext = new Image();
684
  objNext.src = href;
685
  }
686
  }
687
 
688
  if (currentIndex > 0) {
689
+ obj = currentArray[ currentIndex - 1 ];
690
 
691
+ if (typeof href !== 'undefined' && (obj.href.match(imgRegExp) || $(obj).hasClass("image")) ) {
692
  objNext = new Image();
693
  objNext.src = href;
694
  }
827
  };
828
 
829
  /*
830
+ * Public methods
831
  */
832
 
833
  $.fn.fancybox = function(options) {
1053
  overlay.css('height', $(document).height());
1054
  }
1055
 
1056
+ /* no centering after resize on touch devices */
1057
+ if (!isTouch) {
1058
+ $.fancybox.center(true);
1059
+ }
1060
  };
1061
 
1062
  $.fancybox.center = function() {
1063
  var view, align;
1064
 
1065
  if (busy) {
1066
+ return;
1067
  }
1068
 
1069
  align = arguments[0] === true ? 1 : 0;
1070
  view = _get_viewport();
1071
 
1072
  if (!align && (wrap.width() > view[0] || wrap.height() > view[1])) {
1073
+ return;
1074
  }
1075
 
1076
  wrap
1149
  autoResize : true, //!isTouch
1150
 
1151
  ajax : {},
1152
+ swf : { wmode: 'opaque' },
1153
+ svg : { wmode: 'opaque' },
1154
 
1155
  hideOnOverlayClick : true,
1156
  hideOnContentClick : false,
1194
  });
1195
 
1196
  })(jQuery);
 
fancybox/jquery.fancybox-1.3.8.min.css ADDED
@@ -0,0 +1 @@
 
1
+ #fancybox-close,#fancybox-content,#fancybox-content>div,#fancybox-content>div>div,#fancybox-frame,#fancybox-left,#fancybox-loading,#fancybox-loading div,#fancybox-outer,#fancybox-overlay,#fancybox-right,#fancybox-title,#fancybox-title div,#fancybox-wrap,.fancy-ico,.fancybox-bg{box-sizing:content-box;-moz-box-sizing:content-box}#fancybox-loading{position:fixed;top:50%;left:50%;width:40px;height:40px;margin-top:-20px;margin-left:-20px;cursor:pointer;overflow:hidden;z-index:111104;display:none}#fancybox-loading div,#fancybox-overlay,#fancybox-wrap{left:0;top:0;position:absolute}#fancybox-loading div{width:40px;height:480px;background-image:url(fancybox.png)}#fancybox-overlay{width:100%;z-index:111100;display:none}#fancybox-tmp{padding:0;margin:0;border:0;overflow:auto;display:none}#fancybox-wrap{padding:20px;z-index:111101;outline:0;display:none}#fancybox-content,#fancybox-outer{position:relative;background:#fff}#fancybox-outer{width:100%;height:100%;box-shadow:0 0 20px #111;-moz-box-shadow:0 0 20px #1111;-webkit-box-shadow:0 0 20px #111}#fancybox-content{width:0;height:0;padding:0;outline:0;overflow:hidden;z-index:111102;border:0 solid #fff;-moz-background-clip:padding;-webkit-background-clip:padding;background-clip:padding-box}#fancybox-content>div{max-width:100%;max-height:100%}#fancybox-hide-sel-frame{position:absolute;top:0;left:0;width:100%;height:100%;background:0 0;z-index:111101}#fancybox-close{position:absolute;top:-15px;right:-15px;width:30px;height:30px;background:url(fancybox.png) -40px 0;cursor:pointer;z-index:111103;display:none}#fancybox-left-ico,#fancybox-right-ico{background-image:url(fancybox.png)}#fancybox-frame,#fancybox-img{border:none;height:100%;width:100%}#fancybox-error{color:#444;font:400 12px/20px Arial;padding:14px;margin:0}#fancybox-img{padding:0;margin:0;outline:0;line-height:0;vertical-align:top;max-width:none!important;max-height:none!important}#fancybox-frame{display:block;-webkit-overflow-scrolling:touch;z-index:0}#fancybox-left,#fancybox-right{position:absolute;bottom:0;height:100%;width:35%;cursor:pointer;outline:0;z-index:111102;display:none}#fancybox-left{left:0}.rtl #fancybox-left{left:auto;right:0}#fancybox-right{right:0}.rtl #fancybox-right{left:0;right:auto}#fancybox-left-ico,#fancybox-right-ico{position:absolute;top:50%;left:-9999px;width:30px;height:30px;margin-top:-15px;cursor:pointer;z-index:111102;display:block}#fancybox-left-ico{background-position:-40px -30px}.rtl #fancybox-left-ico{background-position:-40px -60px;right:-9999px}#fancybox-right-ico{background-position:-40px -60px}.rtl #fancybox-right-ico{background-position:-40px -30px;right:-9999px}#fancybox-left:hover,#fancybox-right:hover{visibility:visible}#fancybox-left:hover span{left:20px}.rtl #fancybox-left:hover span{right:20px}#fancybox-right:hover span{left:auto;right:20px}.rtl #fancybox-right:hover span{right:auto;left:20px}#fancybox-title{font-family:Helvetica;font-size:12px;z-index:111102}.fancybox-title-inside{padding-bottom:10px;text-align:center;color:#333;position:relative}.fancybox-title-outside{padding-top:10px;color:#fff}.fancybox-title-over{position:absolute;bottom:0;left:0;color:#FFF;text-align:left}.rtl .fancybox-title-over{text-align:right}#fancybox-title-over{padding:10px;background:rgba(0,0,0,.64);display:block}.fancybox-title-float{position:absolute;left:0;bottom:-20px;height:32px}#fancybox-title-float-wrap{border:none;border-collapse:collapse;width:auto}#fancybox-title-float-wrap td{border:none;white-space:nowrap}#fancybox-title-float-left{padding:0 0 0 15px;background:url(fancybox.png) -40px -90px no-repeat}#fancybox-title-float-main{color:#fff;line-height:29px;font-weight:700;padding:0 0 3px;background:url(fancybox-x.png) 0 -40px}#fancybox-title-float-right{padding:0 0 0 15px;background:url(fancybox.png) -55px -90px no-repeat}.fancybox-hidden{display:none}
fancybox/jquery.fancybox-1.3.8.min.js ADDED
@@ -0,0 +1,2 @@
 
 
1
+ !function(t){var e,i,n,a,o,d,c,r,s,h,l,f,p,g=0,u={},b=[],y=0,w={},m=[],v=null,x=new Image,I=/\.(jpg|gif|png|bmp|jpeg|webp)(.*)?$/i,C=/[^\.]\.(swf)\s*$/i,k=/[^\.]\.(svg)\s*$/i,O=1,j=0,T="",A=!1,D=t.extend(t("<div/>")[0],{prop:0}),N=navigator.userAgent.match(/msie [6]/i)&&!window.XMLHttpRequest,E=void 0!==document.createTouch,S=function(){i.hide(),x.onerror=x.onload=null,v&&v.abort(),e.empty()},F=function(){return!1===u.onError(b,g,u)?(i.hide(),void(A=!1)):(u.titleShow=!1,u.width="auto",u.height="auto",e.html('<p id="fancybox-error">The requested content cannot be loaded.<br />Please try again later.</p>'),void B())},P=function(){var n,a,o,c,r,s,h=b[g];if(S(),u=t.extend({},t.fn.fancybox.defaults,void 0===t(h).data("fancybox")?u:t(h).data("fancybox")),s=u.onStart(b,g,u),s===!1)return void(A=!1);if("object"==typeof s&&(u=t.extend(u,s)),o=u.title||(h.nodeName?t(h).attr("title"):h.title)||"",h.nodeName&&!u.orig&&(u.orig=t(h).find("img:first").length?t(h).find("img:first"):t(h)),""===o&&u.orig&&(o=u.orig.attr(u.titleFromAlt?"alt":"title")),n=u.href||(h.nodeName?t(h).attr("href"):h.href)||null,(/^(?:javascript)/i.test(n)||"#"==n)&&(n=null),u.type?(a=u.type,n||(n=u.content)):u.content?a="html":n&&(a=n.match(I)||t(h).hasClass("image")?"image":n.match(C)?"swf":n.match(k)?"svg":t(h).hasClass("iframe")?"iframe":0===n.indexOf("#")?"inline":"ajax"),!a)return void F();switch("inline"==a&&(h=n.substr(n.indexOf("#")),a=t(h).length>0?"inline":"ajax"),u.type=a,u.href=n,u.title=o,u.autoDimensions&&("html"==u.type||"inline"==u.type||"ajax"==u.type?(u.width="auto",u.height="auto"):u.autoDimensions=!1),u.modal&&(u.overlayShow=!0,u.hideOnOverlayClick=!1,u.hideOnContentClick=!1,u.enableEscapeButton=!1,u.showCloseButton=!1),u.padding=parseInt(u.padding,10),u.margin=parseInt(u.margin,10),e.css("padding",u.padding+u.margin),t(".fancybox-inline-tmp").off("fancybox-cancel").on("fancybox-change",function(){t(this).replaceWith(d.children())}),a){case"html":e.html(u.content),B();break;case"inline":if(t(h).parent().is("#fancybox-content")===!0)return void(A=!1);t('<div class="fancybox-inline-tmp" />').hide().insertBefore(t(h)).on("fancybox-cleanup",function(){t(this).replaceWith(d.children())}).on("fancybox-cancel",function(){t(this).replaceWith(e.children())}),t(h).appendTo(e),B();break;case"image":A=!1,t.fancybox.showActivity(),x=new Image,x.onerror=function(){F()},x.onload=function(){A=!0,x.onerror=x.onload=null,L()},x.src=n;break;case"swf":u.scrolling="no",c='<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="'+u.width+'" height="'+u.height+'"><param name="movie" value="'+n+'"></param>',r="",t.each(u.swf,function(t,e){c+='<param name="'+t+'" value="'+e+'"></param>',r+=" "+t+'="'+e+'"'}),c+='<embed src="'+n+'" type="application/x-shockwave-flash" width="'+u.width+'" height="'+u.height+'"'+r+"></embed></object>",e.html(c),B();break;case"svg":u.scrolling="no",c='<object width="'+u.width+'" height="'+u.height+'" data="'+n+'"></object>',e.html(c),B();break;case"ajax":A=!1,t.fancybox.showActivity(),u.ajax.win=u.ajax.success,v=t.ajax(t.extend({},u.ajax,{url:n,data:u.ajax.data||{},error:function(t){t.status>0&&F()},success:function(t,a,o){var d="object"==typeof o?o:v;if(200==d.status){if("function"==typeof u.ajax.win){if(s=u.ajax.win(n,t,a,o),s===!1)return void i.hide();("string"==typeof s||"object"==typeof s)&&(t=s)}e.html(t),B()}}}));break;case"iframe":z()}},B=function(){var i=u.width,n=u.height,a=0==t(window).width()?window.innerWidth:t(window).width(),o=0==t(window).height()?window.innerHeight:t(window).height();i=(""+i).indexOf("%")>-1?parseInt((a-2*u.margin)*parseFloat(i)/100,10)+"px":"auto"==i?"auto":i+"px",n=(""+n).indexOf("%")>-1?parseInt((o-2*u.margin)*parseFloat(n)/100,10)+"px":"auto"==n?"auto":n+"px",e.wrapInner('<div style="width:'+i+";height:"+n+";overflow: "+("auto"==u.scrolling?"auto":"yes"==u.scrolling?"scroll":"hidden")+';position:relative;"></div>'),u.width=e.width(),u.height=e.height(),z()},L=function(){u.width=x.width,u.height=x.height,t("<img />").attr({id:"fancybox-img",src:x.src,alt:u.title}).appendTo(e),z()},z=function(){var o,l;return i.hide(),a.is(":visible")&&!1===w.onCleanup(m,y,w)?(t(".fancybox-inline-tmp").trigger("fancybox-cancel"),void(A=!1)):(A=!0,t(d.add(n)).off(),t(window).off("resize.fb scroll.fb"),t(document).off("keydown.fb"),a.is(":visible")&&"outside"!==w.titlePosition&&a.css("height",a.height()),m=b,y=g,w=u,w.overlayShow?(n.css({"background-color":w.overlayColor,opacity:w.overlayOpacity,cursor:w.hideOnOverlayClick?"pointer":"auto",height:t(document).height()}),n.is(":visible")||(N&&t("select:not(#fancybox-tmp select)").filter(function(){return"hidden"!==this.style.visibility}).css({visibility:"hidden"}).one("fancybox-cleanup",function(){this.style.visibility="inherit"}),n.show())):n.hide(),p=$(),M(),a.is(":visible")?(t(c.add(s).add(h)).hide(),o=a.position(),f={top:o.top,left:o.left,width:a.width(),height:a.height()},l=f.width==p.width&&f.height==p.height,void d.fadeTo(w.changeFade,.3,function(){var i=function(){d.html(e.contents()).fadeTo(w.changeFade,1,K)};t(".fancybox-inline-tmp").trigger("fancybox-change"),d.empty().removeAttr("filter").css({"border-width":w.padding,width:p.width-2*w.padding,height:u.autoDimensions?"auto":p.height-j-2*w.padding}),l?i():(D.prop=0,t(D).animate({prop:1},{duration:w.changeSpeed,easing:w.easingChange,step:q,complete:i}))})):(a.removeAttr("style"),d.css("border-width",w.padding),"elastic"==w.transitionIn?(f=U(),d.html(e.contents()),a.show(),w.opacity&&(p.opacity=0),D.prop=0,void t(D).animate({prop:1},{duration:w.speedIn,easing:w.easingIn,step:q,complete:K})):("inside"==w.titlePosition&&j>0&&r.show(),d.css({width:p.width-2*w.padding,height:u.autoDimensions?"auto":p.height-j-2*w.padding}).html(e.contents()),void a.css(p).fadeIn("none"==w.transitionIn?0:w.speedIn,K))))},H=function(t){return t&&t.length?"float"==w.titlePosition?'<table id="fancybox-title-float-wrap" style="border-spacing:0;border-collapse:collapse"><tr><td id="fancybox-title-float-left"></td><td id="fancybox-title-float-main">'+t+'</td><td id="fancybox-title-float-right"></td></tr></table>':'<div id="fancybox-title-'+w.titlePosition+'">'+t+"</div>":!1},M=function(){if(T=w.title||"",j=0,r.empty().removeAttr("style").removeClass(),w.titleShow===!1)return void r.hide();if(T=t.isFunction(w.titleFormat)?w.titleFormat(T,m,y,w):H(T),!T||""===T)return void r.hide();switch(r.addClass("fancybox-title-"+w.titlePosition).html(T).appendTo("body").show(),w.titlePosition){case"inside":r.css({width:p.width-2*w.padding,marginLeft:w.padding,marginRight:w.padding}),j=r.outerHeight(!0),r.appendTo(o),p.height+=j;break;case"over":r.css({marginLeft:w.padding,width:p.width-2*w.padding,bottom:w.padding}).appendTo(o);break;case"float":r.css("left",-1*parseInt((r.width()-p.width-40)/2,10)).appendTo(a);break;default:r.css({width:p.width-2*w.padding,paddingLeft:w.padding,paddingRight:w.padding}).appendTo(a)}r.hide()},R=function(){return(w.enableEscapeButton||w.enableKeyboardNav)&&t(document).on("keydown.fb",function(e){27==e.keyCode&&w.enableEscapeButton?(e.preventDefault(),t.fancybox.close()):37!=e.keyCode&&39!=e.keyCode||!w.enableKeyboardNav||"INPUT"===e.target.tagName||"TEXTAREA"===e.target.tagName||"SELECT"===e.target.tagName?9==e.keyCode&&w.enableKeyboardNav&&"INPUT"!==e.target.tagName&&"TEXTAREA"!==e.target.tagName&&"SELECT"!==e.target.tagName&&(e.preventDefault(),t.fancybox[e.shiftKey?"prev":"next"]()):(e.preventDefault(),t.fancybox[37==e.keyCode?"prev":"next"]())}),w.showNavArrows?((w.cyclic&&m.length>1||0!==y)&&s.show(),void((w.cyclic&&m.length>1||y!=m.length-1)&&h.show())):(s.hide(),void h.hide())},K=function(){t.support.opacity||(d.css("filter",0),a.css("filter",0)),u.autoDimensions&&d.css("height","auto"),a.css("height","auto"),T&&T.length&&r.show(),w.showCloseButton&&c.show(),R(),w.hideOnContentClick&&d.on("click",t.fancybox.close),w.hideOnOverlayClick&&n.on("click",t.fancybox.close),w.autoResize&&t(window).on("resize.fb",t.fancybox.resize),w.centerOnScroll&&t(window).on("scroll.fb",t.fancybox.center),t.fn.mousewheel&&a.on("mousewheel.fb",function(e,i){A?e.preventDefault():"image"!=w.type||0!=t(e.target).outerHeight()&&t(e.target).prop("scrollHeight")!==t(e.target).outerHeight()||(e.preventDefault(),t.fancybox[i>0?"prev":"next"]())}),"iframe"==w.type&&t('<iframe id="fancybox-frame" name="fancybox-frame'+(new Date).getTime()+'"'+(navigator.userAgent.match(/msie [6]/i)?' allowtransparency="true""':"")+' style="border:0;margin:0;overflow:'+("auto"==u.scrolling?"auto":"yes"==u.scrolling?"scroll":"hidden")+'" src="'+w.href+'"'+(!1===w.allowfullscreen?"":" allowfullscreen")+' tabindex="999"></iframe>').appendTo(d).focus(),a.show(),A=!1,t.fancybox.center(),w.onComplete(m,y,w),W()},W=function(){var e,i;m.length-1>y&&(e=m[y+1],"undefined"!=typeof href&&(e.href.match(I)||t(e).hasClass("image"))&&(i=new Image,i.src=href)),y>0&&(e=m[y-1],"undefined"!=typeof href&&(e.href.match(I)||t(e).hasClass("image"))&&(i=new Image,i.src=href))},q=function(t){var e={width:parseInt(f.width+(p.width-f.width)*t,10),height:parseInt(f.height+(p.height-f.height)*t,10),top:parseInt(f.top+(p.top-f.top)*t,10),left:parseInt(f.left+(p.left-f.left)*t,10)};void 0!==p.opacity&&(e.opacity=.5>t?.5:t),a.css(e),d.css({width:e.width-2*w.padding,height:e.height-j*t-2*w.padding})},X=function(){return[0==t(window).width()?window.innerWidth:t(window).width()-2*w.margin,0==t(window).height()?window.innerHeight:t(window).height()-2*w.margin,t(document).scrollLeft()+w.margin,t(document).scrollTop()+w.margin]},$=function(){var t,e=X(),i={},n=w.autoScale,a=2*w.padding;return i.width=(""+w.width).indexOf("%")>-1?parseInt(e[0]*parseFloat(w.width)/100,10):w.width+a,i.height=(""+w.height).indexOf("%")>-1?parseInt(e[1]*parseFloat(w.height)/100,10):w.height+a,n&&(i.width>e[0]||i.height>e[1])&&("image"==u.type||"svg"==u.type||"swf"==u.type?(t=w.width/w.height,i.width>e[0]&&(i.width=e[0],i.height=parseInt((i.width-a)/t+a,10)),i.height>e[1]&&(i.height=e[1],i.width=parseInt((i.height-a)*t+a,10))):(i.width=Math.min(i.width,e[0]),i.height=Math.min(i.height,e[1]))),i.top=parseInt(Math.max(e[3]-20,e[3]+.5*(e[1]-i.height-40)),10),i.left=parseInt(Math.max(e[2]-20,e[2]+.5*(e[0]-i.width-40)),10),i},Q=function(t){var e=t.offset();return e.top+=parseInt(t.css("paddingTop"),10)||0,e.left+=parseInt(t.css("paddingLeft"),10)||0,e.top+=parseInt(t.css("border-top-width"),10)||0,e.left+=parseInt(t.css("border-left-width"),10)||0,e.width=t.width(),e.height=t.height(),e},U=function(){var e,i,n=u.orig?t(u.orig):!1,a={};return n&&n.length?(e=Q(n),a={width:e.width+2*w.padding,height:e.height+2*w.padding,top:e.top-w.padding-20,left:e.left-w.padding-20}):(i=X(),a={width:2*w.padding,height:2*w.padding,top:parseInt(i[3]+.5*i[1],10),left:parseInt(i[2]+.5*i[0],10)}),a},G=function(){return i.is(":visible")?(t("div",i).css("top",-40*O+"px"),void(O=(O+1)%12)):void clearInterval(l)};t.fn.fancybox=function(e){return t(this).length?(t(this).data("fancybox",t.extend({},e,t.metadata?t(this).metadata():{})).off("click.fb").on("click.fb",function(e){if(e.preventDefault(),!A){A=!0,t(this).blur(),b=[],g=0;var i=t(this).attr("rel")||"";i&&""!=i&&"nofollow"!==i?(b=t('a[rel="'+i+'"], area[rel="'+i+'"]'),g=b.index(this)):b.push(this),P()}}),this):this},t.fancybox=function(e){var i;if(!A){if(A=!0,i=void 0!==arguments[1]?arguments[1]:{},b=[],g=parseInt(i.index,10)||0,t.isArray(e)){for(var n=0,a=e.length;a>n;n++)"object"==typeof e[n]?t(e[n]).data("fancybox",t.extend({},i,e[n])):e[n]=t({}).data("fancybox",t.extend({content:e[n]},i));b=jQuery.merge(b,e)}else"object"==typeof e?t(e).data("fancybox",t.extend({},i,e)):e=t({}).data("fancybox",t.extend({content:e},i)),b.push(e);(g>b.length||0>g)&&(g=0),P()}},t.fancybox.showActivity=function(){clearInterval(l),i.show(),l=setInterval(G,66)},t.fancybox.hideActivity=function(){i.hide()},t.fancybox.next=function(){return t.fancybox.pos(y+1)},t.fancybox.prev=function(){return t.fancybox.pos(y-1)},t.fancybox.pos=function(t){A||(t=parseInt(t),b=m,t>-1&&t<m.length?(g=t,P()):w.cyclic&&m.length>1&&(g=t<m.length?m.length-1:0,P()))},t.fancybox.cancel=function(){A||(A=!0,t(".fancybox-inline-tmp").trigger("fancybox-cancel"),S(),u.onCancel(b,g,u),A=!1)},t.fancybox.close=function(){function e(){n.fadeOut("fast"),r.empty().hide(),a.hide(),t(".fancybox-inline-tmp").trigger("fancybox-cleanup"),d.empty(),w.onClosed(m,y,w),m=u=[],y=g=0,w=u={},A=!1}if(!A&&!a.is(":hidden")){if(A=!0,w&&!1===w.onCleanup(m,y,w))return void(A=!1);if(S(),t(c.add(s).add(h)).hide(),t(d.add(n)).off(),t(window).off("resize.fb scroll.fb mousewheel.fb"),t(document).off("keydown.fb"),d.find("iframe#fancybox-frame").attr("src",N&&/^https/i.test(window.location.href||"")?"javascript:void(false)":"about:blank"),"inside"!==w.titlePosition&&r.empty(),a.stop(),"elastic"==w.transitionOut){f=U();var i=a.position();p={top:i.top,left:i.left,width:a.width(),height:a.height()},w.opacity&&(p.opacity=1),r.empty().hide(),D.prop=1,t(D).animate({prop:0},{duration:w.speedOut,easing:w.easingOut,step:q,complete:e})}else a.fadeOut("none"==w.transitionOut?0:w.speedOut,e)}},t.fancybox.resize=function(){n.is(":visible")&&n.css("height",t(document).height()),E||t.fancybox.center(!0)},t.fancybox.center=function(){var t,e;A||(e=arguments[0]===!0?1:0,t=X(),(e||a.width()<=t[0]&&a.height()<=t[1])&&a.stop().animate({top:parseInt(Math.max(t[3]-20,t[3]+.5*(t[1]-d.height()-40)-w.padding)),left:parseInt(Math.max(t[2]-20,t[2]+.5*(t[0]-d.width()-40)-w.padding))},"number"==typeof arguments[0]?arguments[0]:200))},t.fancybox.init=function(){t("#fancybox-wrap").length||(t("body").append(e=t('<div id="fancybox-tmp"></div>'),i=t('<div id="fancybox-loading"><div></div></div>'),n=t('<div id="fancybox-overlay"></div>'),a=t('<div id="fancybox-wrap"></div>')),o=t('<div id="fancybox-outer"></div>').append('<div class="fancybox-bg" id="fancybox-bg-n"></div><div class="fancybox-bg" id="fancybox-bg-ne"></div><div class="fancybox-bg" id="fancybox-bg-e"></div><div class="fancybox-bg" id="fancybox-bg-se"></div><div class="fancybox-bg" id="fancybox-bg-s"></div><div class="fancybox-bg" id="fancybox-bg-sw"></div><div class="fancybox-bg" id="fancybox-bg-w"></div><div class="fancybox-bg" id="fancybox-bg-nw"></div>').appendTo(a),o.append(d=t('<div id="fancybox-content"></div>'),c=t('<a id="fancybox-close"></a>'),r=t('<div id="fancybox-title"></div>'),s=t('<a href="javascript:;" id="fancybox-left"><span class="fancy-ico" id="fancybox-left-ico"></span></a>'),h=t('<a href="javascript:;" id="fancybox-right"><span class="fancy-ico" id="fancybox-right-ico"></span></a>')),c.click(t.fancybox.close),i.click(t.fancybox.cancel),s.click(function(e){e.preventDefault(),t.fancybox.prev()}),h.click(function(e){e.preventDefault(),t.fancybox.next()}),t.support.opacity||a.addClass("fancybox-ie"),N&&(i.addClass("fancybox-ie6"),a.addClass("fancybox-ie6"),t('<iframe id="fancybox-hide-sel-frame" src="'+(/^https/i.test(window.location.href||"")?"javascript:void(false)":"about:blank")+'" style="overflow:hidden;border:0" tabindex="-1"></iframe>').prependTo(o)))},t.fn.fancybox.defaults={padding:10,margin:40,opacity:!1,modal:!1,cyclic:!1,allowfullscreen:!1,scrolling:"auto",width:560,height:340,autoScale:!0,autoDimensions:!0,centerOnScroll:!E,autoResize:!0,//!isTouch
2
+ ajax:{},swf:{wmode:"opaque"},svg:{wmode:"opaque"},hideOnOverlayClick:!0,hideOnContentClick:!1,overlayShow:!0,overlayOpacity:.7,overlayColor:"#777",titleShow:!0,titlePosition:"float",titleFormat:null,titleFromAlt:!1,transitionIn:"fade",transitionOut:"fade",speedIn:300,speedOut:300,changeSpeed:300,changeFade:"fast",easingIn:"swing",easingOut:"swing",showCloseButton:!0,showNavArrows:!0,enableEscapeButton:!0,enableKeyboardNav:!0,onStart:function(){},onCancel:function(){},onComplete:function(){},onCleanup:function(){},onClosed:function(){},onError:function(){}},t(document).ready(function(){t.fancybox.init()})}(jQuery);
light-mask.png → images/light-mask.png RENAMED
File without changes
inc/class-easyfancybox-admin.php ADDED
@@ -0,0 +1,327 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Easy FancyBox Admin Class
4
+ */
5
+ class easyFancyBox_Admin extends easyFancyBox {
6
+
7
+ public static $pagehook;
8
+
9
+ public static $compat_pro_min = '1.5.3';
10
+
11
+ public static $do_compat_warning = false;
12
+
13
+ /***********************
14
+ ADMIN FUNCTIONS
15
+ ***********************/
16
+
17
+ public static function register_settings($args = array()) {
18
+ foreach ($args as $key => $value) {
19
+ // check to see if the section is enabled, else skip to next
20
+ if ( !isset($value['input']) || array_key_exists($key, parent::$options['Global']['options']['Enable']['options']) && !get_option( parent::$options['Global']['options']['Enable']['options'][$key]['id'], parent::$options['Global']['options']['Enable']['options'][$key]['default']) )
21
+ continue;
22
+
23
+ switch($value['input']) {
24
+ case 'deep':
25
+ // go deeper by looping back on itself
26
+ self::register_settings($value['options']);
27
+ break;
28
+ case 'multiple':
29
+ add_settings_field( 'fancybox_'.$key, '<a name="'.$value['title'].'"></a>'.$value['title'], array(__CLASS__, 'settings_fields'), 'media', 'fancybox_section', $value);
30
+ foreach ( $value['options'] as $_value ) {
31
+ if ( !isset($_value['sanitize_callback']) )
32
+ $sanitize_callback = '';
33
+ else
34
+ $sanitize_callback = array(__CLASS__, $_value['sanitize_callback']);
35
+ if ( isset($_value['id']) )
36
+ register_setting( 'media', $_value['id'], $sanitize_callback );
37
+ }
38
+ break;
39
+ default:
40
+ if ( !isset($value['sanitize_callback']) )
41
+ $sanitize_callback = '';
42
+ else
43
+ $sanitize_callback = array(__CLASS__, $value['sanitize_callback']);
44
+ if ( isset($value['id']) )
45
+ register_setting( 'media', 'fancybox_'.$key, $sanitize_callback );
46
+ }
47
+ }
48
+ }
49
+
50
+ // add our FancyBox Media Settings Section on Settings > Media admin page
51
+ public static function settings_section() {
52
+ echo '<p><a href="https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=ravanhagen%40gmail%2ecom&item_name=Easy%20FancyBox&item_number='.EASY_FANCYBOX_VERSION.'&no_shipping=0&tax=0&charset=UTF%2d8&currency_code=EUR" title="'.__('Donate to keep the Easy FancyBox plugin development going!','easy-fancybox').'"><img src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif" style="border:none;float:right;margin:5px 0 0 10px" alt="'.__('Donate to keep the Easy FancyBox plugin development going!','easy-fancybox').'" width="92" height="26" /></a>'.sprintf(__('The options in this section are provided by the plugin %s and determine the <strong>Media Lightbox</strong> overlay appearance and behaviour controlled by %s.','easy-fancybox'),'<strong><a href="http://status301.net/wordpress-plugins/easy-fancybox/">'.__('Easy FancyBox','easy-fancybox').'</a></strong>','<strong><a href="http://fancybox.net/">'.__('FancyBox','easy-fancybox').'</a></strong>').'</p><p>'.__('First enable each sub-section that you need. Then save and come back to adjust its specific settings.','easy-fancybox').' '.__('Note: Each additional sub-section and features like <em>Auto-detection</em>, <em>Elastic transitions</em> and all <em>Easing effects</em> (except Swing) will have some extra impact on client-side page speed. Enable only those sub-sections and options that you actually need on your site.','easy-fancybox').' '.__('Some setting like Transition options are unavailable for SWF video, PDF and iFrame content to ensure browser compatibility and readability.','easy-fancybox').'</p>';
53
+
54
+ // Pro extension version compatibility message
55
+ if ( self::$do_compat_warning ) {
56
+ echo '<p class="update-nag">';
57
+ _e('Notice: The current Easy FancyBox plugin version is not fully compatible with your version of the Pro extension. Some advanced options may not be functional.','easy-fancybox');
58
+ echo ' ';
59
+ if ( current_user_can( 'install_plugins' ) )
60
+ printf(__('Please <a href="%1$s" target="_blank">download and install the latest Pro version</a>.','easy-fancybox'), 'https://premium.status301.net/account/');
61
+ else
62
+ _e('Please contact your web site administrator.','easy-fancybox');
63
+ echo '</p>';
64
+ }
65
+
66
+ /* Black Friday deal notice */
67
+ if ( !class_exists('easyFancyBox_Advanced') && strtotime('now') <= strtotime('27-11-2016') ) {
68
+ echo '<p class="update-nag updating-message success"><strong>Black Friday deal: Easy FancyBox advanced options at 30% OFF now!</strong> Read more about <strong><a href="https://premium.status301.net/black-friday-til-cyber-monday-big-30-sale/" target="_blank">how to take advantage of this opportunity</a></strong> before it expires...</p>';
69
+ }
70
+ }
71
+
72
+ // add our FancyBox Media Settings Fields
73
+ public static function settings_fields($args){
74
+ $disabled = (isset($args['status']) && 'disabled' == $args['status']) ? ' disabled="disabled"' : '';
75
+ if (isset($args['input']))
76
+ switch($args['input']) {
77
+ case 'multiple':
78
+ case 'deep':
79
+ foreach ($args['options'] as $options)
80
+ self::settings_fields($options);
81
+ if (isset($args['description'])) echo $args['description'];
82
+ break;
83
+ case 'select':
84
+ if( !empty($args['label_for']) )
85
+ echo '<label for="'.$args['label_for'].'">'.$args['title'].'</label> ';
86
+ else
87
+ echo $args['title'];
88
+ echo '
89
+ <select name="'.$args['id'].'" id="'.$args['id'].'">';
90
+ foreach ($args['options'] as $optionkey => $optionvalue) {
91
+ $selected = (get_option($args['id'], $args['default']) == $optionkey) ? ' selected="selected"' : '';
92
+ echo '
93
+ <option value="'.esc_attr($optionkey).'"'.$selected.' '.$disabled.' >'.$optionvalue.'</option>';
94
+ }
95
+ echo '
96
+ </select> ';
97
+ if( empty($args['label_for']) )
98
+ echo '<label for="'.$args['id'].'">'.$args['description'].'</label> ';
99
+ else
100
+ if (isset($args['description'])) echo $args['description'];
101
+ break;
102
+ case 'checkbox':
103
+ if( !empty($args['label_for']) )
104
+ echo '<label for="'.$args['label_for'].'">'.$args['title'].'</label> ';
105
+ else
106
+ if (isset($args['title'])) echo $args['title'];
107
+ $value = esc_attr( get_option($args['id'], $args['default']) );
108
+ if ($value == "1")
109
+ $checked = ' checked="checked"';
110
+ else
111
+ $checked = '';
112
+ if ($args['default'] == "1")
113
+ $default = __('Checked','easy-fancybox');
114
+ else
115
+ $default = __('Unchecked','easy-fancybox');
116
+ if( empty($args['label_for']) )
117
+ echo '
118
+ <label><input type="checkbox" name="'.$args['id'].'" id="'.$args['id'].'" value="1" '.$checked.' '.$disabled.' /> '.$args['description'].'</label><br />';
119
+ else
120
+ echo '
121
+ <input type="checkbox" name="'.$args['id'].'" id="'.$args['id'].'" value="1" '.$checked.' '.$disabled.' /> '.$args['description'].'<br />';
122
+ break;
123
+ case 'text':
124
+ case 'color': // TODO make color picker available for color values but do NOT use type="color" because that does not allow empty fields!
125
+ if( !empty($args['label_for']) )
126
+ echo '<label for="'.$args['label_for'].'">'.$args['title'].'</label> ';
127
+ else
128
+ echo $args['title'];
129
+ echo '
130
+ <input type="text" name="'.$args['id'].'" id="'.$args['id'].'" value="'.esc_attr( get_option($args['id'], $args['default']) ).'" class="'.$args['class'].'"'.$disabled.' /> ';
131
+ if( empty($args['label_for']) )
132
+ echo '<label for="'.$args['id'].'">'.$args['description'].'</label> ';
133
+ else
134
+ if (isset($args['description'])) echo $args['description'];
135
+ break;
136
+ case 'number':
137
+ if( !empty($args['label_for']) )
138
+ echo '<label for="'.$args['label_for'].'">'.$args['title'].'</label> ';
139
+ else
140
+ echo $args['title'];
141
+ echo '
142
+ <input type="number" step="'.$args['step'].'" min="'.$args['min'].'" max="'.$args['max'].'" name="'.$args['id'].'" id="'.$args['id'].'" value="'.esc_attr( get_option($args['id'], $args['default']) ).'" class="'.$args['class'].'"'.$disabled.' /> ';
143
+ if( empty($args['label_for']) )
144
+ echo '<label for="'.$args['id'].'">'.$args['description'].'</label> ';
145
+ else
146
+ if (isset($args['description'])) echo $args['description'];
147
+ break;
148
+ case 'hidden':
149
+ echo '
150
+ <input type="hidden" name="'.$args['id'].'" id="'.$args['id'].'" value="'.esc_attr( get_option($args['id'], $args['default']) ).'" /> ';
151
+ break;
152
+ default:
153
+ if (isset($args['description'])) echo $args['description'];
154
+ }
155
+ else
156
+ if (isset($args['description'])) echo $args['description'];
157
+ }
158
+
159
+ /**
160
+ * Adds an action link to the Plugins page
161
+ */
162
+ public static function add_action_link( $links ) {
163
+ $settings_link = '<a href="' . admin_url('options-media.php') . '">' . translate('Settings') . '</a>';
164
+ array_unshift( $links, $settings_link );
165
+ return $links;
166
+ }
167
+
168
+ /***
169
+ * Santize Callbacks
170
+ */
171
+
172
+ public static function intval($setting = '') {
173
+ if ($setting == '')
174
+ return '';
175
+
176
+ if (substr($setting, -1) == '%') {
177
+ $val = intval(substr($setting, 0, -1));
178
+ $prc = '%';
179
+ } else {
180
+ $val = intval($setting);
181
+ $prc = '';
182
+ }
183
+
184
+ return ( $val != 0 ) ? $val.$prc : 0;
185
+ }
186
+
187
+ public static function colorval($setting = '') {
188
+ if ($setting == '')
189
+ return '';
190
+
191
+ if (substr($setting, 0, 1) == '#')
192
+ if ( ctype_xdigit(substr($setting, 1)) )
193
+ return $setting;
194
+
195
+ if (ctype_xdigit($setting))
196
+ return '#'.$setting;
197
+
198
+ return $setting;
199
+ }
200
+
201
+ /*
202
+ public static function add_menu() {
203
+ // Register our plugin page
204
+ self::$pagehook = add_submenu_page( 'themes.php', __('Easy FancyBox Settings', 'easy-fancybox'), __('FancyBox', 'easy-fancybox'), 'manage_options', 'easy-fancybox', array(__CLASS__, 'admin') );
205
+ // Using registered $page handle to hook script load
206
+ add_action('load-' . self::$pagehook, array(__CLASS__, 'admin_scripts'));
207
+ }
208
+
209
+ public static function admin() {
210
+
211
+ add_filter( 'get_user_option_closedpostboxes_'.self::$pagehook, array(__CLASS__, 'closed_meta_boxes') );
212
+
213
+ add_meta_box('submitdiv', __('Sections','easy-fancybox'), array(__CLASS__.'_Admin', 'meta_box_submit'), self::$pagehook, 'side', 'high');
214
+ add_meta_box('globaldiv', __('Global settings', 'easy-fancybox'), array(__CLASS__.'_Admin', 'meta_box_global'), self::$pagehook, 'normal', 'high');
215
+ add_meta_box('imgdiv', __('Images', 'easy-fancybox'), array(__CLASS__.'_Admin', 'meta_box_img'), self::$pagehook, 'normal', 'normal');
216
+ add_meta_box('inlinediv', __('Inline content', 'easy-fancybox'), array(__CLASS__.'_Admin', 'meta_box_inline'), self::$pagehook, 'normal', 'normal');
217
+ add_meta_box('pdfdiv', __('PDF', 'easy-fancybox'), array(__CLASS__.'_Admin', 'meta_box_pdf'), self::$pagehook, 'normal', 'normal');
218
+ add_meta_box('swfdiv', __('SWF', 'easy-fancybox'), array(__CLASS__.'_Admin', 'meta_box_swf'), self::$pagehook, 'normal', 'normal');
219
+ add_meta_box('youtubediv', __('YouTube', 'easy-fancybox'), array(__CLASS__.'_Admin', 'meta_box_youtube'), self::$pagehook, 'normal', 'normal');
220
+ add_meta_box('vimeodiv', __('Vimeo', 'easy-fancybox'), array(__CLASS__.'_Admin', 'meta_box_vimeo'), self::$pagehook, 'normal', 'normal');
221
+ add_meta_box('dailymotiondiv', __('Dailymotion', 'easy-fancybox'), array(__CLASS__.'_Admin', 'meta_box_dailymotion'), self::$pagehook, 'normal', 'normal');
222
+ add_meta_box('iframediv', __('iFrames', 'easy-fancybox'), array(__CLASS__.'_Admin', 'meta_box_iframe'), self::$pagehook, 'normal', 'normal');
223
+
224
+ //load admin page
225
+ //include(EASY_FANCYBOX_PLUGINDIR . '/easy-fancybox-admin.php');
226
+ }
227
+
228
+ public function closed_meta_boxes( $closed ) {
229
+
230
+ if ( false === $closed )
231
+ // set default closed metaboxes
232
+ $closed = array( 'advanceddiv', 'supportdiv', 'creditsdiv', 'resourcesdiv' );
233
+ else
234
+ // remove closed setting of some metaboxes
235
+ $closed = array_diff ( $closed , array ( 'submitdiv' ) );
236
+
237
+ return $closed;
238
+ }
239
+
240
+ public static function admin_scripts($hook) {
241
+
242
+ // needed javascripts to allow drag/drop, expand/collapse and hide/show of boxes
243
+ wp_enqueue_script('common');
244
+ wp_enqueue_script('wp-list');
245
+ wp_enqueue_script('postbox');
246
+
247
+ //add several metaboxes now, all metaboxes registered during load page can be switched off/on at "Screen Options" automatically, nothing special to do therefore
248
+ add_meta_box('advanceddiv', __('Advanced Options', 'easy-fancybox'), array(__CLASS__.'_Admin', 'meta_box_advanced'), self::$pagehook, 'normal', 'core');
249
+
250
+ add_meta_box('supportdiv', __('Support','easy-fancybox'), array(__CLASS__.'_Admin', 'meta_box_support'), self::$pagehook, 'side', 'core');
251
+ add_meta_box('discussiondiv', translate('Discussion'), array(__CLASS__.'_Admin', 'meta_box_discussion'), self::$pagehook, 'normal', 'low');
252
+
253
+ }
254
+ */
255
+
256
+
257
+ /***********************
258
+ ACTIONS & FILTERS
259
+ ***********************/
260
+
261
+ public static function admin_notice() {
262
+ global $current_user ;
263
+
264
+ /* Version Nag */
265
+ if ( self::$do_compat_warning && current_user_can( 'install_plugins' ) && !get_user_meta($current_user->ID, 'easy_fancybox_ignore_notice') ) {
266
+ echo '<div class="update-nag"><p>';
267
+ //echo '<a href="?easy_fancybox_ignore_notice=1" title="' . __('Hide message','easy-fancybox') . '" style="display:block;float:right">X</a>';
268
+ _e('Notice: The current Easy FancyBox plugin version is not fully compatible with your version of the Pro extension. Some advanced options may not be functional.','easy-fancybox');
269
+ echo '<br/>';
270
+ printf(__('Please <a href="%1$s" target="_blank">download and install the latest Pro version</a>.','easy-fancybox'), 'https://premium.status301.net/account/');
271
+ echo ' ';
272
+ printf(__('Or you can ignore and <a href="%1$s">hide this message</a>.','easy-fancybox'), '?easy_fancybox_ignore_notice=1');
273
+ echo '</p></div>';
274
+ }
275
+
276
+ /* Black Friday deal notice */
277
+ if ( !class_exists('easyFancyBox_Advanced') && current_user_can( 'install_plugins' ) && !get_user_meta($current_user->ID, 'easy_fancybox_ignore_deal') && strtotime('now') <= strtotime('27-11-2016') ) {
278
+ echo '<div class="update-nag updating-message success"><h3>Easy FancyBox advanced options at 30% OFF!</h3><p><strong>Black Friday to Cyber Monday deal: THE BIG 30 SALE at Status301.</strong> <em>Read more about <strong><a href="https://premium.status301.net/black-friday-til-cyber-monday-big-30-sale/" target="_blank">how to take advantage of this opportunity</a></strong> before it\'s too late</em>... ';
279
+ printf(__('Or you can ignore and <a href="%1$s">hide this message</a>.','easy-fancybox'), '?easy_fancybox_ignore_deal=1');
280
+ echo '</p></div>';
281
+ }
282
+ }
283
+
284
+ /**********************
285
+ RUN
286
+ **********************/
287
+
288
+ public static function run(){
289
+
290
+ load_plugin_textdomain('easy-fancybox', false, dirname( parent::$plugin_basename ) . '/languages' );
291
+
292
+ add_action('admin_init', array(__CLASS__, 'admin_init'));
293
+ }
294
+
295
+ public static function admin_init(){
296
+
297
+ load_plugin_textdomain('easy-fancybox', false, dirname( parent::$plugin_basename ) . '/languages' );
298
+
299
+ add_action('admin_notices', array(__CLASS__, 'admin_notice'));
300
+
301
+ add_filter('plugin_action_links_'.parent::$plugin_basename, array(__CLASS__, 'add_action_link') );
302
+
303
+ // in preparation of dedicated admin page move:
304
+ //add_action('admin_menu', array(__CLASS__, 'add_menu'));
305
+
306
+ add_settings_section('fancybox_section', __('FancyBox','easy-fancybox'), array(__CLASS__, 'settings_section'), 'media');
307
+
308
+ self::register_settings( parent::$options );
309
+
310
+ /* Dismissable notice */
311
+ /* If user clicks to ignore the notice, add that to their user meta */
312
+ global $current_user;
313
+
314
+ if ( isset($_GET['easy_fancybox_ignore_notice']) && '1' == $_GET['easy_fancybox_ignore_notice'] ) {
315
+ add_user_meta($current_user->ID, 'easy_fancybox_ignore_notice', 'true', true);
316
+ }
317
+
318
+ if ( isset($_GET['easy_fancybox_ignore_deal']) && '1' == $_GET['easy_fancybox_ignore_deal'] ) {
319
+ add_user_meta($current_user->ID, 'easy_fancybox_ignore_deal', 'true', true);
320
+ }
321
+
322
+ if ( class_exists('easyFancyBox_Advanced')
323
+ && ( !defined('easyFancyBox_Advanced::VERSION') || version_compare(easyFancyBox_Advanced::VERSION, self::$compat_pro_min, '<') ) )
324
+ self::$do_compat_warning = true;
325
+ }
326
+
327
+ }
easy-fancybox-settings.php → inc/class-easyfancybox-options.php RENAMED
@@ -1,7 +1,10 @@
1
  <?php
 
 
 
2
  class easyFancyBox_Options extends easyFancyBox {
3
 
4
- static function go() {
5
 
6
  parent::$options = array (
7
 
@@ -85,47 +88,6 @@ class easyFancyBox_Options extends easyFancyBox {
85
  ),
86
  'description' => '<a href="https://premium.status301.net/downloads/easy-fancybox-pro/"><strong><em>' . __('For advanced options and support, please get the Easy FancyBox - Pro extension.','easy-fancybox') . '</strong></a>'
87
  ),
88
- 'Links' => array(
89
- 'title' => translate('Links'),
90
- 'input' => 'multiple',
91
- 'hide' => true,
92
- 'options' => array(
93
- 'attributeLimit' => array (
94
- 'id' => 'fancybox_attributeLimit',
95
- 'title' => __('Exclude','easy-fancybox'),
96
- 'label_for' => 'fancybox_attributeLimit',
97
- 'hide' => true,
98
- 'input' => 'select',
99
- 'options' => array(
100
- '' => translate('None'),
101
- ':not(:empty)' => __('Empty (hidden) links','easy-fancybox'),
102
- ':has(img)' => __('Without thumbnail image','easy-fancybox')
103
- ),
104
- 'default' => '',
105
- 'description' => '<br />'
106
- ),
107
- 'autoClick' => array (
108
- 'id' => 'fancybox_autoClick',
109
- 'title' => __('Open on page load','easy-fancybox'),
110
- 'label_for' => 'fancybox_autoClick',
111
- 'hide' => true,
112
- 'input' => 'select',
113
- 'options' => array(
114
- '' => translate('None'),
115
- '1' => __('Link with ID "fancybox-auto"','easy-fancybox'),
116
- ),
117
- 'default' => '1',
118
- 'description' => '<em><a href="https://premium.status301.net/downloads/easy-fancybox-pro/">' . __('More options &raquo;','easy-fancybox') . '</a></em><br />'
119
- ),
120
- 'metaData' => array (
121
- 'id' => 'fancybox_metaData',
122
- 'hide' => true,
123
- 'input' => 'checkbox',
124
- 'default' => '',
125
- 'description' => __('Include the Metadata jQuery extension script to allow passing custom parameters via link class.','easy-fancybox')
126
- )
127
- )
128
- ),
129
  'Overlay' => array (
130
  'title' => __('Overlay','easy-fancybox'),
131
  'input' => 'multiple',
@@ -162,6 +124,7 @@ class easyFancyBox_Options extends easyFancyBox {
162
  'title' => __('Color','easy-fancybox'),
163
  'label_for' => 'fancybox_overlayColor',
164
  'input' => 'text',
 
165
  'class' => 'small-text',
166
  'default' => '',
167
  'description' => __('Enter an HTML color value.','easy-fancybox') . ' <em>' . __('Default:','easy-fancybox') . ' #777</em><br />'
@@ -197,6 +160,7 @@ class easyFancyBox_Options extends easyFancyBox {
197
  'hide' => true,
198
  'title' => __('Background color','easy-fancybox'),
199
  'input' => 'text',
 
200
  'status' => 'disabled',
201
  'class' => 'small-text',
202
  'default' => '',
@@ -207,6 +171,7 @@ class easyFancyBox_Options extends easyFancyBox {
207
  'hide' => true,
208
  'title' => __('Text color','easy-fancybox'),
209
  'input' => 'text',
 
210
  'status' => 'disabled',
211
  'class' => 'small-text',
212
  'default' => '',
@@ -217,6 +182,7 @@ class easyFancyBox_Options extends easyFancyBox {
217
  'hide' => true,
218
  'title' => __('Title color','easy-fancybox'),
219
  'input' => 'text',
 
220
  'class' => 'small-text',
221
  'default' => '',
222
  'description' => ''
@@ -226,6 +192,7 @@ class easyFancyBox_Options extends easyFancyBox {
226
  'hide' => true,
227
  'title' => __('Border color','easy-fancybox'),
228
  'input' => 'text',
 
229
  'class' => 'small-text',
230
  'default' => '',
231
  'description' => '<em>' . __('Default:','easy-fancybox') . ' #000 x #fff</em><br />' . __('Note:','easy-fancybox') . ' ' . __('Use RGBA notation for semi-transparent borders.','easy-fancybox') . ' <em>' . __('Example:','easy-fancybox') . ' rgba(10,10,30,0.7)</em><br />'
@@ -238,6 +205,7 @@ class easyFancyBox_Options extends easyFancyBox {
238
  'step' => '1',
239
  'min' => '0',
240
  'max' => '99',
 
241
  'status' => 'disabled',
242
  'class' => 'small-text',
243
  'default' => '',
@@ -265,7 +233,8 @@ class easyFancyBox_Options extends easyFancyBox {
265
  'input' => 'text',
266
  'sanitize_callback' => 'intval',
267
  'class' => 'small-text',
268
- 'default' => ''
 
269
  ),
270
  'padding' => array (
271
  'id' => 'fancybox_padding',
@@ -278,7 +247,20 @@ class easyFancyBox_Options extends easyFancyBox {
278
  'sanitize_callback' => 'intval',
279
  'class' => 'small-text',
280
  'default' => '',
281
- 'description' => '<em>' . __('Default:','easy-fancybox') . ' 560 x 340 x 10</em><br />' . __('If content size is not set or cannot be determined automatically, these default dimensions will be used.','easy-fancybox') . '<br />'
 
 
 
 
 
 
 
 
 
 
 
 
 
282
  ),
283
 
284
  'p2' => array (
@@ -311,7 +293,7 @@ class easyFancyBox_Options extends easyFancyBox {
311
  'title' => __('Opening speed','easy-fancybox'),
312
  'label_for' => 'fancybox_speedIn',
313
  'input' => 'number',
314
- 'step' => '1',
315
  'min' => '0',
316
  'max' => '6000',
317
  'sanitize_callback' => 'intval',
@@ -323,7 +305,7 @@ class easyFancyBox_Options extends easyFancyBox {
323
  'title' => __('Closing speed','easy-fancybox'),
324
  'label_for' => 'fancybox_speedOut',
325
  'input' => 'number',
326
- 'step' => '1',
327
  'min' => '0',
328
  'max' => '6000',
329
  'sanitize_callback' => 'intval',
@@ -339,9 +321,54 @@ class easyFancyBox_Options extends easyFancyBox {
339
  'input' => 'multiple',
340
  'hide' => true,
341
  'options' => array(
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
342
  'p1' => array (
343
  'hide' => true,
344
- 'description' => '<strong>' . __('Browser & device compatibility','easy-fancybox') . '</strong><br />'
345
  ),
346
  /* 'minViewportWidth' => array (
347
  'id' => 'fancybox_minViewportWidth',
@@ -365,13 +392,6 @@ class easyFancyBox_Options extends easyFancyBox {
365
  'description' => __('Make media links open in a new tab when viewport falls below minimum width (above)','easy-fancybox')
366
  ),
367
  */
368
- 'compatIE6' => array (
369
- 'id' => 'fancybox_compatIE6',
370
- 'input' => 'checkbox',
371
- 'hide' => true,
372
- 'default' => '',
373
- 'description' => __('Include IE 6 and 7 compatibility style rules','easy-fancybox')
374
- ),
375
  'compatIE8' => array (
376
  'id' => 'fancybox_compatIE8',
377
  'input' => 'checkbox',
@@ -398,19 +418,26 @@ class easyFancyBox_Options extends easyFancyBox {
398
  'default' => '',
399
  'description' => __('Do not include standard WordPress jQuery library','easy-fancybox')
400
  ),
401
- 'compatjQuery' => array (
402
- 'id' => 'fancybox_compatJquery',
403
  'input' => 'checkbox',
404
  'hide' => true,
405
  'default' => '',
406
  'description' => __('Use jQuery pre-1.7 compatibility mode','easy-fancybox')
407
  ),
408
  */
409
- /* 'p3' => array (
410
  'hide' => true,
411
  'description' => '<br /><strong>' . __('Other','easy-fancybox') . '</strong><br />'
412
  ),
413
- */
 
 
 
 
 
 
 
414
  )
415
  )
416
  )
@@ -426,15 +453,12 @@ class easyFancyBox_Options extends easyFancyBox {
426
  ),
427
  'tag' => array (
428
  'hide' => true,
429
- 'default' => 'a.fancybox, area.fancybox, li.fancybox a:not(li.nofancybox a)'
430
  ),
431
  'class' => array (
432
  'hide' => true,
433
  'default' => 'fancybox image'
434
  ),
435
- 'type' => array (
436
- 'default' => get_option('fancybox_enableInline') ? 'image' : '',
437
- ),
438
  'autoAttribute' => array (
439
  'id' => 'fancybox_autoAttribute',
440
  'title' => __('Autodetect','easy-fancybox'),
@@ -458,6 +482,18 @@ class easyFancyBox_Options extends easyFancyBox {
458
  'default' => '',
459
  'description' => '<em><a href="https://premium.status301.net/downloads/easy-fancybox-pro/">' . __('More options &raquo;','easy-fancybox') . '</a></em><br />'
460
  ),
 
 
 
 
 
 
 
 
 
 
 
 
461
  'p2' => array (
462
  'hide' => true,
463
  'description' => '<br /><strong>' . __('Behavior','easy-fancybox') . '</strong><br />'
@@ -703,7 +739,7 @@ class easyFancyBox_Options extends easyFancyBox {
703
  'input' => 'checkbox',
704
  'noquotes' => true,
705
  'default' => '1',
706
- 'description' => __('Try to adjust size to inline/html content. If unchecked or size cannot be determined, the default dimensions will be used.','easy-fancybox') . ''
707
  ),
708
  'scrolling' => array (
709
  'id' => 'fancybox_InlineScrolling',
@@ -802,19 +838,28 @@ class easyFancyBox_Options extends easyFancyBox {
802
  'input' => 'checkbox',
803
  'hide' => true,
804
  'default' => '1',
805
- 'selector' => 'href*=".pdf"',
806
- 'description' => __('Autodetect','easy-fancybox') . '<br />'
807
  ),
808
  'tag' => array (
809
  'hide' => true,
810
- 'default' => 'a.fancybox-pdf, area.fancybox-pdf, li.fancybox-pdf a:not(li.nofancybox a)'
811
  ),
812
  'class' => array (
813
  'hide' => true,
814
  'default' => 'fancybox-pdf'
815
  ),
816
  'type' => array (
817
- 'default' => 'html'
 
 
 
 
 
 
 
 
 
818
  ),
819
  'width' => array (
820
  'id' => 'fancybox_PDFwidth',
@@ -848,10 +893,6 @@ class easyFancyBox_Options extends easyFancyBox {
848
  'default' => '10',
849
  'description' => '<br /><br />'
850
  ),
851
- /* 'autoScale' => array (
852
- 'noquotes' => true,
853
- 'default' => 'false'
854
- ),*/
855
  'titleShow' => array (
856
  'id' => 'fancybox_PDFtitleShow',
857
  'input' => 'checkbox',
@@ -878,22 +919,6 @@ class easyFancyBox_Options extends easyFancyBox {
878
  'default' => '1',
879
  'description' => __('Allow title from thumbnail alt tag','easy-fancybox')
880
  ),
881
- /* 'transitionOut' => array (
882
- 'id' => 'fancybox_PDFtransitionOut',
883
- 'title' => __('Transition Out','easy-fancybox'),
884
- 'label_for' => 'fancybox_PDFtransitionOut',
885
- 'input' => 'select',
886
- 'class' => '',
887
- 'options' => array(
888
- 'fade' => __('Fade','easy-fancybox'),
889
- //'elastic' => __('Elastic','easy-fancybox'),
890
- 'none' => translate('None')
891
- ),
892
- 'default' => 'fade',
893
- ),
894
- 'easingIn' => array (
895
- 'default' => 'swing'
896
- ),*/
897
  'autoDimensions' => array (
898
  'noquotes' => true,
899
  'default' => 'false'
@@ -903,14 +928,10 @@ class easyFancyBox_Options extends easyFancyBox {
903
  ),
904
  'onStart' => array (
905
  'noquotes' => true,
906
- // 'default' => 'function(selectedArray, selectedIndex, selectedOpts) { selectedOpts.content = \'<embed src="\' + selectedArray[selectedIndex].href + \'#nameddest=self&page=1&view=FitH,0&zoom=80,0,0" type="application/pdf" height="100%" width="100%" />\' }'
907
- // 'default' => 'function(selectedArray, selectedIndex, selectedOpts) { selectedOpts.content = \'<object data="\' + selectedArray[selectedIndex].href + \'#toolbar=1&navpanes=0&nameddest=self&page=1&view=FitH,0&zoom=80,0,0" type="application/pdf" height="100%" width="100%"><param name="src" value="\' + selectedArray[selectedIndex].href + \'#toolbar=1&navpanes=0&nameddest=self&page=1&view=FitH,0&zoom=80,0,0" /><embed src="\' + selectedArray[selectedIndex].href + \'#toolbar=1&navpanes=0&nameddest=self&page=1&view=FitH,0&zoom=80,0,0" type="application/pdf" height="100%" width="100%" /><a href="\' + selectedArray[selectedIndex].href + \'" style="display:block;font-size:18px;position:absolute;top:50%;width:100%;text-align:center">\' + jQuery(selectedArray[selectedIndex]).html() + \'</a></object>\' }'
908
- 'default' => 'function(selectedArray, selectedIndex, selectedOpts) { selectedOpts.content = \'<embed src="\' + selectedArray[selectedIndex].href + \'#toolbar=1&navpanes=0&nameddest=self&page=1&view=FitH,0&zoom=80,0,0" type="application/pdf" height="100%" width="100%" />\' }'
909
  ),
910
- /* 'onClosed' => array (
911
- 'noquotes' => true,
912
- 'default' => 'function() { $("#fancybox-content").empty(); }'
913
- )*/
914
  )
915
  ),
916
 
@@ -927,12 +948,12 @@ class easyFancyBox_Options extends easyFancyBox {
927
  'input' => 'checkbox',
928
  'hide' => true,
929
  'default' => '1',
930
- 'selector' => 'href*=".swf"',
931
  'description' => __('Autodetect','easy-fancybox') . '<br />'
932
  ),
933
  'tag' => array (
934
  'hide' => true,
935
- 'default' => 'a.fancybox-swf, area.fancybox-swf, li.fancybox-swf a:not(li.nofancybox a)'
936
  ),
937
  'class' => array (
938
  'hide' => true,
@@ -1021,12 +1042,12 @@ class easyFancyBox_Options extends easyFancyBox {
1021
  'input' => 'checkbox',
1022
  'hide' => true,
1023
  'default' => '1',
1024
- 'selector' => 'href$=".svg"',
1025
  'description' => __('Autodetect','easy-fancybox') . '<br />'
1026
  ),
1027
  'tag' => array (
1028
  'hide' => true,
1029
- 'default' => 'a.fancybox-svg, area.fancybox-svg, li.fancybox-svg a:not(li.nofancybox a)'
1030
  ),
1031
  'class' => array (
1032
  'hide' => true,
@@ -1116,22 +1137,12 @@ class easyFancyBox_Options extends easyFancyBox {
1116
  'input' => 'checkbox',
1117
  'hide' => true,
1118
  'default' => '1',
1119
- 'selector' => 'href*="youtube.com/watch"',
1120
- //'href-replace' => "return attr.replace(new RegExp('watch\\\?v=', 'i'), 'v/')",
1121
- 'description' => __('Autodetect','easy-fancybox')
1122
- ),
1123
- 'autoAttributeAlt' => array (
1124
- 'id' => 'fancybox_autoAttributeYoutubeShortURL',
1125
- 'input' => 'checkbox',
1126
- 'hide' => true,
1127
- 'default' => '1',
1128
- 'selector' => 'href*="youtu.be/"',
1129
- //'href-replace' => "return attr.replace(new RegExp('youtu.be', 'i'), 'www.youtube.com/v')",
1130
- 'description' => __('Autodetect Short links','easy-fancybox') . '<br />'
1131
  ),
1132
  'tag' => array (
1133
  'hide' => true,
1134
- 'default' => 'a.fancybox-youtube, area.fancybox-youtube, li.fancybox-youtube a:not(li.nofancybox a)'
1135
  ),
1136
  'class' => array (
1137
  'hide' => true,
@@ -1224,13 +1235,12 @@ class easyFancyBox_Options extends easyFancyBox {
1224
  'input' => 'checkbox',
1225
  'hide' => true,
1226
  'default' => '1',
1227
- 'selector' => 'href*="vimeo.com/"',
1228
- //'href-replace' => "return attr.replace(new RegExp('/([0-9])', 'i'), '/moogaloop.swf?clip_id=$1')",
1229
  'description' => __('Autodetect','easy-fancybox') . '<br />'
1230
  ),
1231
  'tag' => array (
1232
  'hide' => true,
1233
- 'default' => 'a.fancybox-vimeo, area.fancybox-vimeo, li.fancybox-vimeo a:not(li.nofancybox a)'
1234
  ),
1235
  'class' => array (
1236
  'hide' => true,
@@ -1324,13 +1334,12 @@ class easyFancyBox_Options extends easyFancyBox {
1324
  'input' => 'checkbox',
1325
  'hide' => true,
1326
  'default' => '1',
1327
- 'selector' => 'href*="dailymotion.com/"',
1328
- //'href-replace' => "return attr.replace(new RegExp('/video/', 'i'), '/swf/')",
1329
  'description' => __('Autodetect','easy-fancybox') . '<br />'
1330
  ),
1331
  'tag' => array (
1332
  'hide' => true,
1333
- 'default' => 'a.fancybox-dailymotion, area.fancybox-dailymotion, li.fancybox-dailymotion a:not(li.nofancybox a)'
1334
  ),
1335
  'class' => array (
1336
  'hide' => true,
@@ -1528,7 +1537,14 @@ http://static.animoto.com/swf/w.swf?w=swf/vp1&f=Kf9POzQMSOGWyu41gtOtsw&i=m
1528
  'input' => 'checkbox',
1529
  'noquotes' => true,
1530
  'default' => '1',
1531
- 'description' => __('Allow title from thumbnail alt tag','easy-fancybox')
 
 
 
 
 
 
 
1532
  )
1533
  )
1534
  )
@@ -1538,5 +1554,3 @@ http://static.animoto.com/swf/w.swf?w=swf/vp1&f=Kf9POzQMSOGWyu41gtOtsw&i=m
1538
  }
1539
 
1540
  }
1541
-
1542
- easyFancyBox_Options::go();
1
  <?php
2
+ /**
3
+ * Easy FancyBox Options Class
4
+ */
5
  class easyFancyBox_Options extends easyFancyBox {
6
 
7
+ public static function load_defaults() {
8
 
9
  parent::$options = array (
10
 
88
  ),
89
  'description' => '<a href="https://premium.status301.net/downloads/easy-fancybox-pro/"><strong><em>' . __('For advanced options and support, please get the Easy FancyBox - Pro extension.','easy-fancybox') . '</strong></a>'
90
  ),
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
91
  'Overlay' => array (
92
  'title' => __('Overlay','easy-fancybox'),
93
  'input' => 'multiple',
124
  'title' => __('Color','easy-fancybox'),
125
  'label_for' => 'fancybox_overlayColor',
126
  'input' => 'text',
127
+ 'sanitize_callback' => 'colorval',
128
  'class' => 'small-text',
129
  'default' => '',
130
  'description' => __('Enter an HTML color value.','easy-fancybox') . ' <em>' . __('Default:','easy-fancybox') . ' #777</em><br />'
160
  'hide' => true,
161
  'title' => __('Background color','easy-fancybox'),
162
  'input' => 'text',
163
+ 'sanitize_callback' => 'colorval',
164
  'status' => 'disabled',
165
  'class' => 'small-text',
166
  'default' => '',
171
  'hide' => true,
172
  'title' => __('Text color','easy-fancybox'),
173
  'input' => 'text',
174
+ 'sanitize_callback' => 'colorval',
175
  'status' => 'disabled',
176
  'class' => 'small-text',
177
  'default' => '',
182
  'hide' => true,
183
  'title' => __('Title color','easy-fancybox'),
184
  'input' => 'text',
185
+ 'sanitize_callback' => 'colorval',
186
  'class' => 'small-text',
187
  'default' => '',
188
  'description' => ''
192
  'hide' => true,
193
  'title' => __('Border color','easy-fancybox'),
194
  'input' => 'text',
195
+ 'sanitize_callback' => 'colorval',
196
  'class' => 'small-text',
197
  'default' => '',
198
  'description' => '<em>' . __('Default:','easy-fancybox') . ' #000 x #fff</em><br />' . __('Note:','easy-fancybox') . ' ' . __('Use RGBA notation for semi-transparent borders.','easy-fancybox') . ' <em>' . __('Example:','easy-fancybox') . ' rgba(10,10,30,0.7)</em><br />'
205
  'step' => '1',
206
  'min' => '0',
207
  'max' => '99',
208
+ 'sanitize_callback' => 'intval',
209
  'status' => 'disabled',
210
  'class' => 'small-text',
211
  'default' => '',
233
  'input' => 'text',
234
  'sanitize_callback' => 'intval',
235
  'class' => 'small-text',
236
+ 'default' => '',
237
+ 'description' => '<em>' . __('Default:','easy-fancybox') . ' 560 x 340</em><br />' . __('If content size is not set or cannot be determined automatically, these default dimensions will be used.','easy-fancybox') . '<br />'
238
  ),
239
  'padding' => array (
240
  'id' => 'fancybox_padding',
247
  'sanitize_callback' => 'intval',
248
  'class' => 'small-text',
249
  'default' => '',
250
+ 'description' => '<em>' . __('Default:','easy-fancybox') . ' 10</em><br />'
251
+ ),
252
+ 'margin' => array (
253
+ 'id' => 'fancybox_margin',
254
+ 'title' => __('Margin','easy-fancybox'),
255
+ 'label_for' => 'fancybox_margin',
256
+ 'input' => 'number',
257
+ 'step' => '1',
258
+ 'min' => '20',
259
+ 'max' => '80',
260
+ 'sanitize_callback' => 'intval',
261
+ 'class' => 'small-text',
262
+ 'default' => '20',
263
+ 'description' => '<em>' . __('Default:','easy-fancybox') . ' 40</em><br />'
264
  ),
265
 
266
  'p2' => array (
293
  'title' => __('Opening speed','easy-fancybox'),
294
  'label_for' => 'fancybox_speedIn',
295
  'input' => 'number',
296
+ 'step' => '100',
297
  'min' => '0',
298
  'max' => '6000',
299
  'sanitize_callback' => 'intval',
305
  'title' => __('Closing speed','easy-fancybox'),
306
  'label_for' => 'fancybox_speedOut',
307
  'input' => 'number',
308
+ 'step' => '100',
309
  'min' => '0',
310
  'max' => '6000',
311
  'sanitize_callback' => 'intval',
321
  'input' => 'multiple',
322
  'hide' => true,
323
  'options' => array(
324
+ 'p0' => array (
325
+ 'hide' => true,
326
+ 'description' => '<strong>' . __('Auto popup','easy-fancybox') . '</strong><br />'
327
+ ),
328
+ 'autoClick' => array (
329
+ 'id' => 'fancybox_autoClick',
330
+ 'title' => __('Open on page load','easy-fancybox'),
331
+ 'label_for' => 'fancybox_autoClick',
332
+ 'hide' => true,
333
+ 'input' => 'select',
334
+ 'options' => array(
335
+ '' => translate('None'),
336
+ '1' => __('Link with ID "fancybox-auto"','easy-fancybox'),
337
+ ),
338
+ 'default' => '1',
339
+ 'description' => '<em><a href="https://premium.status301.net/downloads/easy-fancybox-pro/">' . __('More options &raquo;','easy-fancybox') . '</a></em><br />'
340
+ ),
341
+ 'delayClick' => array (
342
+ 'id' => 'fancybox_delayClick',
343
+ 'title' => __('Delay in milliseconds','easy-fancybox'),
344
+ 'label_for' => 'fancybox_delayClick',
345
+ 'hide' => true,
346
+ 'input' => 'number',
347
+ 'step' => '100',
348
+ 'min' => '0',
349
+ 'max' => '',
350
+ 'sanitize_callback' => 'intval',
351
+ 'class' => 'small-text',
352
+ 'default' => '1000',
353
+ 'description' => ' <em>' . __('Default:','easy-fancybox') . ' 1000</em><br />'
354
+ ),
355
+ 'jqCookie' => array (
356
+ 'id' => '',
357
+ 'title' => __('Hide popup after first visit?','easy-fancybox'),
358
+ 'hide' => true,
359
+ 'input' => 'select',
360
+ 'status' => 'disabled',
361
+ 'default' => '0',
362
+ 'sanitize_callback' => 'intval',
363
+ 'options' => array(
364
+ '0' => translate('No')
365
+ ),
366
+ 'translations' => __('1 Day','easy-fancybox') . __('1 Week','easy-fancybox') . __('1 Month','easy-fancybox') . __('1 Year','easy-fancybox'),
367
+ 'description' => ' <em><a href="https://premium.status301.net/downloads/easy-fancybox-pro/">' . __('Make available &raquo;','easy-fancybox') . '</a></em>'
368
+ ),
369
  'p1' => array (
370
  'hide' => true,
371
+ 'description' => '<br /><strong>' . __('Browser & device compatibility','easy-fancybox') . '</strong><br />'
372
  ),
373
  /* 'minViewportWidth' => array (
374
  'id' => 'fancybox_minViewportWidth',
392
  'description' => __('Make media links open in a new tab when viewport falls below minimum width (above)','easy-fancybox')
393
  ),
394
  */
 
 
 
 
 
 
 
395
  'compatIE8' => array (
396
  'id' => 'fancybox_compatIE8',
397
  'input' => 'checkbox',
418
  'default' => '',
419
  'description' => __('Do not include standard WordPress jQuery library','easy-fancybox')
420
  ),
421
+ 'jqCompat' => array (
422
+ 'id' => 'fancybox_jqCompat',
423
  'input' => 'checkbox',
424
  'hide' => true,
425
  'default' => '',
426
  'description' => __('Use jQuery pre-1.7 compatibility mode','easy-fancybox')
427
  ),
428
  */
429
+ 'p3' => array (
430
  'hide' => true,
431
  'description' => '<br /><strong>' . __('Other','easy-fancybox') . '</strong><br />'
432
  ),
433
+ 'metaData' => array (
434
+ 'id' => 'fancybox_metaData',
435
+ 'hide' => true,
436
+ 'input' => 'checkbox',
437
+ 'status' => get_option('fancybox_metaData') ? '' : 'disabled',
438
+ 'default' => '',
439
+ 'description' => get_option('fancybox_metaData') ? __('Include the Metadata jQuery extension script to allow passing custom parameters via link class.','easy-fancybox') : __('Include the Metadata jQuery extension script to allow passing custom parameters via link class.','easy-fancybox') . '. <em><a href="https://premium.status301.net/downloads/easy-fancybox-pro/">' . __('Make available &raquo;','easy-fancybox') . '</a></em>'
440
+ )
441
  )
442
  )
443
  )
453
  ),
454
  'tag' => array (
455
  'hide' => true,
456
+ 'default' => 'a.fancybox, area.fancybox, li.fancybox a'
457
  ),
458
  'class' => array (
459
  'hide' => true,
460
  'default' => 'fancybox image'
461
  ),
 
 
 
462
  'autoAttribute' => array (
463
  'id' => 'fancybox_autoAttribute',
464
  'title' => __('Autodetect','easy-fancybox'),
482
  'default' => '',
483
  'description' => '<em><a href="https://premium.status301.net/downloads/easy-fancybox-pro/">' . __('More options &raquo;','easy-fancybox') . '</a></em><br />'
484
  ),
485
+ 'type' => array (
486
+ 'id' => 'fancybox_classType',
487
+ 'title' => __('Force FancyBox to treat all media linked with class="fancybox" as images?','easy-fancybox'),
488
+ 'label_for' => 'fancybox_classType',
489
+ 'input' => 'select',
490
+ 'options' => array(
491
+ 'image' => translate('Yes'),
492
+ '' => translate('No')
493
+ ),
494
+ 'default' => get_option('fancybox_enableInline') ? 'image' : '',
495
+ 'description' => '<br/>'
496
+ ),
497
  'p2' => array (
498
  'hide' => true,
499
  'description' => '<br /><strong>' . __('Behavior','easy-fancybox') . '</strong><br />'
739
  'input' => 'checkbox',
740
  'noquotes' => true,
741
  'default' => '1',
742
+ 'description' => __('Try to adjust size to inline/html content. If unchecked the default dimensions will be used.','easy-fancybox') . ''
743
  ),
744
  'scrolling' => array (
745
  'id' => 'fancybox_InlineScrolling',
838
  'input' => 'checkbox',
839
  'hide' => true,
840
  'default' => '1',
841
+ 'selector' => 'a[href*=".pdf"], area[href*=".pdf"], a[href*=".PDF"], area[href*=".PDF"]',
842
+ 'description' => __('Autodetect','easy-fancybox')
843
  ),
844
  'tag' => array (
845
  'hide' => true,
846
+ 'default' => 'a.fancybox-pdf, area.fancybox-pdf, li.fancybox-pdf a'
847
  ),
848
  'class' => array (
849
  'hide' => true,
850
  'default' => 'fancybox-pdf'
851
  ),
852
  'type' => array (
853
+ 'id' => 'fancybox_PDFclassType',
854
+ 'title' => __('Embed with','easy-fancybox'),
855
+ 'label_for' => 'fancybox_PDFclassType',
856
+ 'input' => 'select',
857
+ 'options' => array(
858
+ 'html' => __('Object tag (plus fall-back link)','easy-fancybox'),
859
+ 'iframe' => __('iFrame tag (let browser decide)','easy-fancybox')
860
+ ),
861
+ 'default' => 'html',
862
+ 'description' => ' <em><a href="https://premium.status301.net/downloads/easy-fancybox-pro/">' . __('More options &raquo;','easy-fancybox') . '</a></em><br/><br/>'
863
  ),
864
  'width' => array (
865
  'id' => 'fancybox_PDFwidth',
893
  'default' => '10',
894
  'description' => '<br /><br />'
895
  ),
 
 
 
 
896
  'titleShow' => array (
897
  'id' => 'fancybox_PDFtitleShow',
898
  'input' => 'checkbox',
919
  'default' => '1',
920
  'description' => __('Allow title from thumbnail alt tag','easy-fancybox')
921
  ),
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
922
  'autoDimensions' => array (
923
  'noquotes' => true,
924
  'default' => 'false'
928
  ),
929
  'onStart' => array (
930
  'noquotes' => true,
931
+ // 'default' => 'function(selectedArray, selectedIndex, selectedOpts) { selectedOpts.content = \'<embed src="\' + selectedArray[selectedIndex].href + \'#toolbar=1&navpanes=0&nameddest=self&page=1&view=FitH,0&zoom=80,0,0" type="application/pdf" height="100%" width="100%" />\' }'
932
+ 'default' => get_option('fancybox_PDFclassType','html') == 'iframe' ? '' : 'function(selectedArray, selectedIndex, selectedOpts) { selectedOpts.content = \'<object data="\' + selectedArray[selectedIndex].href + \'" type="application/pdf" height="100%" width="100%"><a href="\' + selectedArray[selectedIndex].href + \'" style="display:block;position:absolute;top:48%;width:100%;text-align:center">\' + jQuery(selectedArray[selectedIndex]).html() + \'</a></object>\' }'
933
+ // 'default' => 'function(selectedArray, selectedIndex, selectedOpts) { selectedOpts.content = \'<embed src="\' + selectedArray[selectedIndex].href + \'" type="application/pdf" height="100%" width="100%" />\' }'
934
  ),
 
 
 
 
935
  )
936
  ),
937
 
948
  'input' => 'checkbox',
949
  'hide' => true,
950
  'default' => '1',
951
+ 'selector' => 'a[href*=".swf"], area[href*=".swf"], a[href*=".SWF"], area[href*=".SWF"]',
952
  'description' => __('Autodetect','easy-fancybox') . '<br />'
953
  ),
954
  'tag' => array (
955
  'hide' => true,
956
+ 'default' => 'a.fancybox-swf, area.fancybox-swf, li.fancybox-swf a'
957
  ),
958
  'class' => array (
959
  'hide' => true,
1042
  'input' => 'checkbox',
1043
  'hide' => true,
1044
  'default' => '1',
1045
+ 'selector' => 'a[href*=".svg"], area[href*=".svg"], a[href*=".SVG"], area[href*=".SVG"]',
1046
  'description' => __('Autodetect','easy-fancybox') . '<br />'
1047
  ),
1048
  'tag' => array (
1049
  'hide' => true,
1050
+ 'default' => 'a.fancybox-svg, area.fancybox-svg, li.fancybox-svg a'
1051
  ),
1052
  'class' => array (
1053
  'hide' => true,
1137
  'input' => 'checkbox',
1138
  'hide' => true,
1139
  'default' => '1',
1140
+ 'selector' => 'a[href*="youtu.be/"], area[href*="youtu.be/"], a[href*="youtube.com/watch"], area[href*="youtube.com/watch"]',
1141
+ 'description' => __('Autodetect','easy-fancybox') . '<br />'
 
 
 
 
 
 
 
 
 
 
1142
  ),
1143
  'tag' => array (
1144
  'hide' => true,
1145
+ 'default' => 'a.fancybox-youtube, area.fancybox-youtube, li.fancybox-youtube a'
1146
  ),
1147
  'class' => array (
1148
  'hide' => true,
1235
  'input' => 'checkbox',
1236
  'hide' => true,
1237
  'default' => '1',
1238
+ 'selector' => 'a[href*="vimeo.com/"], area[href*="vimeo.com/"]',
 
1239
  'description' => __('Autodetect','easy-fancybox') . '<br />'
1240
  ),
1241
  'tag' => array (
1242
  'hide' => true,
1243
+ 'default' => 'a.fancybox-vimeo, area.fancybox-vimeo, li.fancybox-vimeo a'
1244
  ),
1245
  'class' => array (
1246
  'hide' => true,
1334
  'input' => 'checkbox',
1335
  'hide' => true,
1336
  'default' => '1',
1337
+ 'selector' => 'a[href*="dailymotion.com/"], area[href*="dailymotion.com/"]',
 
1338
  'description' => __('Autodetect','easy-fancybox') . '<br />'
1339
  ),
1340
  'tag' => array (
1341
  'hide' => true,
1342
+ 'default' => 'a.fancybox-dailymotion, area.fancybox-dailymotion, li.fancybox-dailymotion a'
1343
  ),
1344
  'class' => array (
1345
  'hide' => true,
1537
  'input' => 'checkbox',
1538
  'noquotes' => true,
1539
  'default' => '1',
1540
+ 'description' => __('Allow title from thumbnail alt tag','easy-fancybox') . '<br/>'
1541
+ ),
1542
+ 'allowfullscreen' => array (
1543
+ 'id' => 'fancybox_allowFullScreen',
1544
+ 'input' => 'checkbox',
1545
+ 'noquotes' => true,
1546
+ 'default' => '',
1547
+ 'description' => __('Allow embedded content to jump to full screen mode','easy-fancybox')
1548
  )
1549
  )
1550
  )
1554
  }
1555
 
1556
  }
 
 
inc/class-easyfancybox.php ADDED
@@ -0,0 +1,437 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Easy FancyBox Class
4
+ */
5
+ class easyFancyBox {
6
+
7
+ private static $plugin_url;
8
+
9
+ protected static $plugin_basename;
10
+
11
+ public static $add_scripts = false;
12
+
13
+ public static $options = array();
14
+
15
+ /**********************
16
+ MAIN SCRIPT OUTPUT
17
+ **********************/
18
+
19
+ public static function main_script() {
20
+
21
+ if ( empty(self::$options) )
22
+ easyFancyBox_Options::load_defaults();
23
+
24
+ echo '
25
+ <!-- Easy FancyBox ' . EASY_FANCYBOX_VERSION . ' using FancyBox ' . FANCYBOX_VERSION . ' - RavanH (http://status301.net/wordpress-plugins/easy-fancybox/) -->';
26
+
27
+ // check for any enabled sections
28
+ foreach (self::$options['Global']['options']['Enable']['options'] as $value) {
29
+ // anything enabled?
30
+ if ( isset($value['id']) && '1' == get_option($value['id'],$value['default']) ) {
31
+ self::$add_scripts = true;
32
+ break;
33
+ }
34
+ }
35
+ // and abort when none are active
36
+ if (!self::$add_scripts) {
37
+ echo '
38
+ <!-- Nothing enabled under Settings > Media > FancyBox. -->
39
+
40
+ ';
41
+ return;
42
+ }
43
+
44
+ // begin output FancyBox settings
45
+ echo '
46
+ <script type="text/javascript">
47
+ /* <![CDATA[ */
48
+ var fb_timeout = null;';
49
+
50
+ /*
51
+ * Global settings routine
52
+ */
53
+ $more=0;
54
+ echo '
55
+ var fb_opts = {';
56
+ foreach (self::$options['Global']['options'] as $globals) {
57
+ foreach ($globals['options'] as $_key => $_value) {
58
+ if ( isset($_value['id']) )
59
+ if ( isset($_value['default']) )
60
+ $parm = get_option($_value['id'], $_value['default']);
61
+ else
62
+ $parm = get_option($_value['id']);
63
+ elseif ( isset($_value['default']) )
64
+ $parm = $_value['default'];
65
+ else
66
+ $parm = '';
67
+
68
+ if ( isset($_value['input']) && 'checkbox'==$_value['input'] )
69
+ $parm = ( '1' == $parm ) ? 'true' : 'false';
70
+
71
+ if( !isset($_value['hide']) && $parm!='' ) {
72
+ $quote = (is_numeric($parm) || (isset($_value['noquotes']) && $_value['noquotes'] == true) ) ? '' : '\'';
73
+ if ($more>0)
74
+ echo ',';
75
+ echo ' \''.$_key.'\' : ';
76
+ echo $quote.$parm.$quote;
77
+ $more++;
78
+ } else {
79
+ ${$_key} = $parm;
80
+ }
81
+ }
82
+ }
83
+ echo ' };
84
+ var easy_fancybox_handler = function(){';
85
+
86
+ foreach (self::$options as $key => $value) {
87
+ // check if not enabled or hide=true then skip
88
+ if ( isset($value['hide']) || !get_option(self::$options['Global']['options']['Enable']['options'][$key]['id'], self::$options['Global']['options']['Enable']['options'][$key]['default']) )
89
+ continue;
90
+
91
+ echo '
92
+ /* ' . $key . ' */';
93
+ /*
94
+ * Auto-detection routines (2x)
95
+ */
96
+ $autoAttribute = (isset($value['options']['autoAttribute'])) ? get_option( $value['options']['autoAttribute']['id'], $value['options']['autoAttribute']['default'] ) : "";
97
+
98
+ if(!empty($autoAttribute)) {
99
+ if(is_numeric($autoAttribute)) {
100
+ echo '
101
+ jQuery(\''.$value['options']['autoAttribute']['selector'].'\').not(\'.nolightbox\').addClass(\''.$value['options']['class']['default'].'\');';
102
+ } else {
103
+ // set selectors
104
+ $file_types = array_filter( explode( ' ', str_replace( ',', ' ', $autoAttribute ) ) );
105
+ $more=0;
106
+ echo '
107
+ var fb_'.$key.'_select = \'';
108
+ foreach ($file_types as $type) {
109
+ if ($type == "jpg" || $type == "jpeg" || $type == "png" || $type == "gif")
110
+ $type = '.'.$type;
111
+ if ($more>0)
112
+ echo ', ';
113
+ echo 'a['.$value['options']['autoAttribute']['selector'].'"'.$type.'"]:not(.nolightbox,li.nolightbox>a), area['.$value['options']['autoAttribute']['selector'].'"'.$type.'"]:not(.nolightbox)';
114
+ $more++;
115
+ }
116
+ echo '\';';
117
+
118
+ // class and rel depending on settings
119
+ if( '1' == get_option($value['options']['autoAttributeLimit']['id'],$value['options']['autoAttributeLimit']['default']) ) {
120
+ // add class
121
+ echo '
122
+ var fb_'.$key.'_sections = jQuery(\''.get_option($value['options']['autoSelector']['id'],$value['options']['autoSelector']['default']).'\');
123
+ fb_'.$key.'_sections.each(function() { jQuery(this).find(fb_'.$key.'_select).addClass(\''.$value['options']['class']['default'].'\')';
124
+ // and set rel
125
+ switch( get_option($value['options']['autoGallery']['id'],$value['options']['autoGallery']['default']) ) {
126
+ case '':
127
+ default :
128
+ echo '; });';
129
+ break;
130
+ case '1':
131
+ echo '.attr(\'rel\', \'gallery-\' + fb_'.$key.'_sections.index(this)); });';
132
+ break;
133
+ case '2':
134
+ echo '.attr(\'rel\', \'gallery\'); });';
135
+ }
136
+ } else {
137
+ // add class
138
+ echo '
139
+ jQuery(fb_'.$key.'_select).addClass(\''.$value['options']['class']['default'].'\')';
140
+ // set rel
141
+ switch( get_option($value['options']['autoGallery']['id'],$value['options']['autoGallery']['default']) ) {
142
+ case '':
143
+ default :
144
+ echo ';';
145
+ break;
146
+ case '1':
147
+ echo ';
148
+ var fb_'.$key.'_sections = jQuery(\''.get_option($value['options']['autoSelector']['id'],$value['options']['autoSelector']['default']).'\');
149
+ fb_'.$key.'_sections.each(function() { jQuery(this).find(fb_'.$key.'_select).attr(\'rel\', \'gallery-\' + fb_'.$key.'_sections.index(this)); });';
150
+ break;
151
+ case '2':
152
+ echo '.attr(\'rel\', \'gallery\');';
153
+ }
154
+ }
155
+
156
+ }
157
+ }
158
+
159
+ /*
160
+ * Generate .fancybox() bind
161
+ */
162
+
163
+ // prepare auto popup
164
+ if( $key == $autoClick )
165
+ $trigger = $value['options']['class']['default'];
166
+
167
+ echo '
168
+ jQuery(\'' . $value['options']['tag']['default']. '\')';
169
+
170
+ // use each() to allow different metadata values per instance; fix by Elron. Thanks!
171
+ if ( '1' == get_option(self::$options['Global']['options']['Miscellaneous']['options']['metaData']['id'],self::$options['Global']['options']['Miscellaneous']['options']['metaData']['default']) )
172
+ echo '.each(function() { jQuery(this)';
173
+
174
+ echo '.fancybox( jQuery.extend({}, fb_opts, {';
175
+ $more=0;
176
+ foreach ($value['options'] as $_key => $_value) {
177
+ if (isset($_value['id']) || isset($_value['default']))
178
+ $parm = (isset($_value['id']))? get_option($_value['id'], $_value['default']) : $_value['default'];
179
+ else
180
+ $parm = '';
181
+
182
+ if( isset($_value['input']) && 'checkbox'==$_value['input'] )
183
+ $parm = ( '1' == $parm ) ? 'true' : 'false';
184
+
185
+ if( !isset($_value['hide']) && $parm!='' ) {
186
+ $quote = (is_numeric($parm) || (isset($_value['noquotes']) && $_value['noquotes'] == true) ) ? '' : '\'';
187
+ if ($more>0)
188
+ echo ',';
189
+ echo ' \''.$_key.'\' : ';
190
+ echo $quote.$parm.$quote;
191
+ $more++;
192
+ }
193
+ }
194
+ echo ' }) ';
195
+
196
+ // use each() to allow different metadata values per instance; fix by Elron. Thanks!
197
+ if ( '1' == get_option(self::$options['Global']['options']['Miscellaneous']['options']['metaData']['id'],self::$options['Global']['options']['Miscellaneous']['options']['metaData']['default']) )
198
+ echo ');} ';
199
+
200
+ echo ');';
201
+
202
+ }
203
+
204
+ echo '
205
+ }
206
+ var easy_fancybox_auto = function(){';
207
+
208
+ if ( empty($delayClick) ) $delayClick = '0';
209
+
210
+ switch( $autoClick ) {
211
+ case '':
212
+ break;
213
+ case '1':
214
+ echo '
215
+ /* Auto-click */
216
+ setTimeout(function(){jQuery(\'#fancybox-auto\').trigger(\'click\')},'.$delayClick.');';
217
+ break;
218
+ case '99':
219
+ echo '
220
+ /* Auto-click */
221
+ setTimeout(function(){jQuery(\'a[class|="fancybox"]\').filter(\':first\').trigger(\'click\')},'.$delayClick.');';
222
+ break;
223
+ default :
224
+ if ( !empty($trigger) ) echo '
225
+ /* Auto-click */
226
+ setTimeout(function(){jQuery(\'a[class*="'.$trigger.'"]\').filter(\':first\').trigger(\'click\')},'.$delayClick.');';
227
+ }
228
+
229
+ echo '
230
+ }
231
+ /* ]]> */
232
+ </script>
233
+ ';
234
+
235
+ // HEADER STYLES //
236
+
237
+ // customized styles
238
+ $styles = '';
239
+ if (isset($overlaySpotlight) && 'true' == $overlaySpotlight)
240
+ $styles .= '
241
+ #fancybox-overlay{background-attachment:fixed;background-image:url("' . self::$plugin_url . 'images/light-mask.png");background-position:center;background-repeat:no-repeat;background-size:100% 100%}';
242
+ if (!empty($borderRadius))
243
+ $styles .= '
244
+ #fancybox-outer,#fancybox-content{border-radius:'.$borderRadius.'px}.fancybox-title-inside{padding-top:'.$borderRadius.'px;margin-top:-'.$borderRadius.'px !important;border-radius: 0 0 '.$borderRadius.'px '.$borderRadius.'px}';
245
+ if (!empty($backgroundColor))
246
+ $styles .= '
247
+ #fancybox-content{background-color:'.$backgroundColor.'}';
248
+ if (!empty($paddingColor))
249
+ $styles .= '
250
+ #fancybox-content{border-color:'.$paddingColor.'}#fancybox-outer{background-color:'.$paddingColor.'}'; //.fancybox-title-inside{background-color:'.$paddingColor.';margin-left:0 !important;margin-right:0 !important;width:100% !important;}
251
+ if (!empty($textColor))
252
+ $styles .= '
253
+ #fancybox-content{color:'.$textColor.'}';
254
+ if (!empty($titleColor))
255
+ $styles .= '
256
+ #fancybox-title,#fancybox-title-float-main{color:'.$titleColor.'}';
257
+
258
+ if ( !empty($styles) ) {
259
+ echo '<style type="text/css">' . $styles . '
260
+ </style>
261
+ ';
262
+ }
263
+
264
+ // running our IE alphaimageloader relative path styles here
265
+ if ( isset($compatIE8) && 'true' == $compatIE8 ) {
266
+ echo '<!--[if IE 8]>
267
+ <style type="text/css">
268
+ .fancybox-ie #fancybox-title-over{background-image:url(' . self::$plugin_url . 'fancybox/fancy_title_over.png); }
269
+ .fancybox-bg{position:absolute;padding:0;margin:0;border:0;width:20px;height:20px;z-index:111001;}
270
+ #fancybox-bg-n{top:-20px;left:0;width: 100%;}#fancybox-bg-ne{top:-20px;right:-20px;}#fancybox-bg-e{top:0;right:-20px;height:100%;}#fancybox-bg-se{bottom:-20px;right:-20px;}#fancybox-bg-s{bottom:-20px;left:0;width:100%;}#fancybox-bg-sw{bottom:-20px;left:-20px;}#fancybox-bg-w{top:0;left:-20px;height:100%;}#fancybox-bg-nw {top:-20px;left:-20px;}
271
+ .fancybox-ie .fancybox-bg{background:transparent !important;}
272
+ .fancybox-ie #fancybox-bg-n{filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="' . self::$plugin_url . 'fancybox/fancy_shadow_n.png", sizingMethod="scale");}
273
+ .fancybox-ie #fancybox-bg-ne{filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="' . self::$plugin_url . 'fancybox/fancy_shadow_ne.png", sizingMethod="scale");}
274
+ .fancybox-ie #fancybox-bg-e{filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="' . self::$plugin_url . 'fancybox/fancy_shadow_e.png", sizingMethod="scale");}
275
+ .fancybox-ie #fancybox-bg-se{filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="' . self::$plugin_url . 'fancybox/fancy_shadow_se.png", sizingMethod="scale");}
276
+ .fancybox-ie #fancybox-bg-s{filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="' . self::$plugin_url . 'fancybox/fancy_shadow_s.png", sizingMethod="scale");}
277
+ .fancybox-ie #fancybox-bg-sw{filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="' . self::$plugin_url . 'fancybox/fancy_shadow_sw.png", sizingMethod="scale");}
278
+ .fancybox-ie #fancybox-bg-w{filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="' . self::$plugin_url . 'fancybox/fancy_shadow_w.png", sizingMethod="scale");}
279
+ .fancybox-ie #fancybox-bg-nw{filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="' . self::$plugin_url . 'fancybox/fancy_shadow_nw.png", sizingMethod="scale");}';
280
+
281
+ if (isset($overlaySpotlight) && 'true' == $overlaySpotlight)
282
+ echo '
283
+ #fancybox-overlay{filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="' . self::$plugin_url . 'images/light-mask.png",sizingMethod="scale");';
284
+
285
+ echo '
286
+ </style>
287
+ <![endif]-->
288
+ ';
289
+ }
290
+
291
+
292
+ }
293
+
294
+ /***********************
295
+ ACTIONS & FILTERS
296
+ ***********************/
297
+
298
+ public static function register_scripts() {
299
+
300
+ if ( is_admin() ) return;
301
+
302
+ // ENQUEUE
303
+ // first get rid of previously registered variants of jquery.fancybox by other plugins or theme
304
+ wp_deregister_script('fancybox');
305
+ wp_deregister_script('jquery.fancybox');
306
+ wp_deregister_script('jquery_fancybox');
307
+ wp_deregister_script('jquery-fancybox');
308
+ // register main fancybox script
309
+ if ( defined('WP_DEBUG') && true == WP_DEBUG )
310
+ wp_register_script('jquery-fancybox', self::$plugin_url.'fancybox/jquery.fancybox-'.FANCYBOX_VERSION.'.js', array('jquery'), EASY_FANCYBOX_VERSION, true);
311
+ else
312
+ wp_register_script('jquery-fancybox', self::$plugin_url.'fancybox/jquery.fancybox-'.FANCYBOX_VERSION.'.min.js', array('jquery'), EASY_FANCYBOX_VERSION, true);
313
+
314
+ // easing in IMG settings?
315
+ if ( ( '' == get_option( self::$options['IMG']['options']['easingIn']['id'], self::$options['IMG']['options']['easingIn']['default']) || 'linear' == get_option( self::$options['IMG']['options']['easingIn']['id'], self::$options['IMG']['options']['easingIn']['default']) ) && ( '' == get_option( self::$options['IMG']['options']['easingOut']['id'], self::$options['IMG']['options']['easingOut']['default']) || 'linear' == get_option( self::$options['IMG']['options']['easingOut']['id'], self::$options['IMG']['options']['easingOut']['default']) ) ) {
316
+ // do nothing
317
+ } else {
318
+ if ( 'elastic' == get_option( self::$options['IMG']['options']['transitionIn']['id'], self::$options['IMG']['options']['transitionIn']['default']) || 'elastic' == get_option( self::$options['IMG']['options']['transitionOut']['id'], self::$options['IMG']['options']['transitionOut']['default']) ) {
319
+ wp_deregister_script('jquery-easing');
320
+ wp_register_script('jquery-easing', self::$plugin_url.'js/jquery.easing.min.js', array('jquery'), EASING_VERSION, true);
321
+ }
322
+ }
323
+
324
+ // mousewheel in IMG settings?
325
+ if ( '1' == get_option( self::$options['IMG']['options']['mouseWheel']['id'], self::$options['IMG']['options']['mouseWheel']['default']) ) {
326
+ wp_deregister_script('jquery-mousewheel');
327
+ wp_register_script('jquery-mousewheel', self::$plugin_url.'js/jquery.mousewheel.min.js', array('jquery'), MOUSEWHEEL_VERSION, true);
328
+ }
329
+
330
+ // metadata in Miscellaneous settings?
331
+ if ('1' == get_option( self::$options['Global']['options']['Miscellaneous']['options']['metaData']['id'], self::$options['Global']['options']['Miscellaneous']['options']['metaData']['default']) ) {
332
+ wp_register_script('jquery-metadata',self::$plugin_url.'js/jquery.metadata.min.js', array('jquery'), METADATA_VERSION, true);
333
+ }
334
+ }
335
+
336
+ public static function enqueue_styles() {
337
+ // register style
338
+ wp_dequeue_style('fancybox');
339
+ if ( defined('WP_DEBUG') && true == WP_DEBUG )
340
+ wp_enqueue_style('fancybox', self::$plugin_url.'fancybox/jquery.fancybox-'.FANCYBOX_VERSION.'.css', false, EASY_FANCYBOX_VERSION, 'screen');
341
+ else
342
+ wp_enqueue_style('fancybox', self::$plugin_url.'fancybox/jquery.fancybox-'.FANCYBOX_VERSION.'.min.css', false, EASY_FANCYBOX_VERSION, 'screen');
343
+ }
344
+
345
+ public static function enqueue_footer_scripts() {
346
+ if (!self::$add_scripts)
347
+ return;
348
+
349
+ // FancyBox
350
+ wp_enqueue_script('jquery-fancybox');
351
+
352
+ // jQuery Easing, which is ot needed if jQueryUI Core Effects are loaded
353
+ if ( !wp_script_is( 'jquery-effects-core', 'enqueued' ) )
354
+ wp_enqueue_script('jquery-easing');
355
+
356
+ // jQuery Mousewheel, which is ot needed if jQueryUI Mouse is loaded
357
+ if ( !wp_script_is( 'jquery-ui-mouse', 'enqueued' ) )
358
+ wp_enqueue_script('jquery-mousewheel');
359
+
360
+ wp_enqueue_script('jquery-metadata');
361
+
362
+ }
363
+
364
+ public static function on_ready() {
365
+
366
+ if (!self::$add_scripts) // abort mission, there is no need for any script files
367
+ return;
368
+
369
+ // 'gform_post_render' for gForms content triggers an error... Why?
370
+ // 'post-load' is for Infinite Scroll by JetPack
371
+
372
+ // first exclude some links by adding nolightbox class:
373
+ // (1) nofancybox backwards compatibility and (2) tries to detect social sharing buttons with known issues
374
+ echo '<script type="text/javascript">
375
+ jQuery(document).on(\'ready post-load\', function(){ jQuery(\'.nofancybox,a.pin-it-button,a[href*="pinterest.com/pin/create/button"]\').addClass(\'nolightbox\'); });';
376
+
377
+ echo apply_filters( 'easy_fancybox_onready_handler', '
378
+ jQuery(document).on(\'ready post-load\',easy_fancybox_handler);' );
379
+
380
+ echo apply_filters( 'easy_fancybox_onready_auto', '
381
+ jQuery(document).on(\'ready\',easy_fancybox_auto);' );
382
+
383
+ echo '</script>
384
+ ';
385
+ }
386
+
387
+ // Hack to fix missing wmode in Youtube oEmbed code based on David C's code in the comments on
388
+ // http://www.mehigh.biz/wordpress/adding-wmode-transparent-to-wordpress-3-media-embeds.html
389
+ public static function add_video_wmode_opaque($html, $url, $attr) {
390
+ if (strpos($html, "<embed src=" ) !== false) {
391
+ $html = str_replace('</param><embed', '</param><param name="wmode" value="opaque"></param><embed wmode="opaque"', $html);
392
+ } elseif (strpos($html, 'youtube' ) !== false && strpos($html, 'wmode' ) == false ) {
393
+ $html = str_replace('feature=oembed', 'feature=oembed&wmode=opaque', $html);
394
+ } elseif ( strpos($html, "vimeo" ) !== false && strpos($html, 'wmode' ) == false ) {
395
+ $html = str_replace('" width', '?theme=none&wmode=opaque" width', $html);
396
+ } elseif ( strpos($html, "dailymotion" ) !== false && strpos($html, 'wmode' ) == false ) {
397
+ $html = str_replace('" width', '?wmode=opaque" width', $html);
398
+ }
399
+ return $html;
400
+ }
401
+
402
+ public static function init() {
403
+ easyFancyBox_Options::load_defaults();
404
+ add_filter('embed_oembed_html', array(__CLASS__, 'add_video_wmode_opaque'), 10, 3);
405
+ }
406
+
407
+ public static function plugins_loaded(){
408
+ if ( is_admin() ) {
409
+ require_once __DIR__ . '/class-easyfancybox-admin.php';
410
+ easyFancyBox_Admin::run();
411
+ }
412
+ }
413
+
414
+ /**********************
415
+ RUN
416
+ **********************/
417
+
418
+ public function __construct( $file ) {
419
+
420
+ // VARS
421
+ self::$plugin_url = plugins_url( '/', $file );
422
+ self::$plugin_basename = plugin_basename( $file );
423
+
424
+ require_once __DIR__ . '/class-easyfancybox-options.php';
425
+
426
+ // HOOKS //
427
+ add_action('plugins_loaded', array(__CLASS__, 'plugins_loaded'));
428
+
429
+ add_action('init', array(__CLASS__, 'init'));
430
+ add_action('wp_enqueue_scripts', array(__CLASS__, 'enqueue_styles'), 999);
431
+ add_action('wp_head', array(__CLASS__, 'main_script'), 999);
432
+ add_action('wp_print_scripts', array(__CLASS__, 'register_scripts'), 999);
433
+ add_action('wp_footer', array(__CLASS__, 'enqueue_footer_scripts'));
434
+ add_action('wp_footer', array(__CLASS__, 'on_ready'), 999);
435
+ }
436
+
437
+ }
inc/translation-strings.php ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
1
+ <?php return;
2
+ /**
3
+ * This file exists soley to store the plugin
4
+ * translation strings.
5
+ *
6
+ * It is never included anywhere, and is used for parsing.
7
+ */
8
+
9
+ //
jquery.easing.pack.js DELETED
@@ -1,14 +0,0 @@
1
- /*
2
- * jQuery Easing v1.3 - http://gsgd.co.uk/sandbox/jquery/easing/
3
- *
4
- * Uses the built in easing capabilities added In jQuery 1.1
5
- * to offer multiple easing options
6
- *
7
- * TERMS OF USE - jQuery Easing
8
- *
9
- * Open source under the BSD License.
10
- *
11
- * Copyright © 2008 George McGinley Smith
12
- * All rights reserved.
13
- */
14
- jQuery.easing.jswing=jQuery.easing.swing,jQuery.extend(jQuery.easing,{def:"easeOutQuad",swing:function(a,b,c,d,e){return jQuery.easing[jQuery.easing.def](a,b,c,d,e)},easeInQuad:function(a,b,c,d,e){return d*(b/=e)*b+c},easeOutQuad:function(a,b,c,d,e){return-d*(b/=e)*(b-2)+c},easeInOutQuad:function(a,b,c,d,e){return 1>(b/=e/2)?d/2*b*b+c:-d/2*(--b*(b-2)-1)+c},easeInCubic:function(a,b,c,d,e){return d*(b/=e)*b*b+c},easeOutCubic:function(a,b,c,d,e){return d*((b=b/e-1)*b*b+1)+c},easeInOutCubic:function(a,b,c,d,e){return 1>(b/=e/2)?d/2*b*b*b+c:d/2*((b-=2)*b*b+2)+c},easeInQuart:function(a,b,c,d,e){return d*(b/=e)*b*b*b+c},easeOutQuart:function(a,b,c,d,e){return-d*((b=b/e-1)*b*b*b-1)+c},easeInOutQuart:function(a,b,c,d,e){return 1>(b/=e/2)?d/2*b*b*b*b+c:-d/2*((b-=2)*b*b*b-2)+c},easeInQuint:function(a,b,c,d,e){return d*(b/=e)*b*b*b*b+c},easeOutQuint:function(a,b,c,d,e){return d*((b=b/e-1)*b*b*b*b+1)+c},easeInOutQuint:function(a,b,c,d,e){return 1>(b/=e/2)?d/2*b*b*b*b*b+c:d/2*((b-=2)*b*b*b*b+2)+c},easeInSine:function(a,b,c,d,e){return-d*Math.cos(b/e*(Math.PI/2))+d+c},easeOutSine:function(a,b,c,d,e){return d*Math.sin(b/e*(Math.PI/2))+c},easeInOutSine:function(a,b,c,d,e){return-d/2*(Math.cos(Math.PI*b/e)-1)+c},easeInExpo:function(a,b,c,d,e){return 0==b?c:d*Math.pow(2,10*(b/e-1))+c},easeOutExpo:function(a,b,c,d,e){return b==e?c+d:d*(-Math.pow(2,-10*b/e)+1)+c},easeInOutExpo:function(a,b,c,d,e){return 0==b?c:b==e?c+d:1>(b/=e/2)?d/2*Math.pow(2,10*(b-1))+c:d/2*(-Math.pow(2,-10*--b)+2)+c},easeInCirc:function(a,b,c,d,e){return-d*(Math.sqrt(1-(b/=e)*b)-1)+c},easeOutCirc:function(a,b,c,d,e){return d*Math.sqrt(1-(b=b/e-1)*b)+c},easeInOutCirc:function(a,b,c,d,e){return 1>(b/=e/2)?-d/2*(Math.sqrt(1-b*b)-1)+c:d/2*(Math.sqrt(1-(b-=2)*b)+1)+c},easeInElastic:function(a,b,c,d,e){var f=1.70158,g=0,h=d;if(0==b)return c;if(1==(b/=e))return c+d;if(g||(g=.3*e),Math.abs(d)>h){h=d;var f=g/4}else var f=g/(2*Math.PI)*Math.asin(d/h);return-(h*Math.pow(2,10*(b-=1))*Math.sin((b*e-f)*2*Math.PI/g))+c},easeOutElastic:function(a,b,c,d,e){var f=1.70158,g=0,h=d;if(0==b)return c;if(1==(b/=e))return c+d;if(g||(g=.3*e),Math.abs(d)>h){h=d;var f=g/4}else var f=g/(2*Math.PI)*Math.asin(d/h);return h*Math.pow(2,-10*b)*Math.sin((b*e-f)*2*Math.PI/g)+d+c},easeInOutElastic:function(a,b,c,d,e){var f=1.70158,g=0,h=d;if(0==b)return c;if(2==(b/=e/2))return c+d;if(g||(g=e*.3*1.5),Math.abs(d)>h){h=d;var f=g/4}else var f=g/(2*Math.PI)*Math.asin(d/h);return 1>b?-.5*h*Math.pow(2,10*(b-=1))*Math.sin((b*e-f)*2*Math.PI/g)+c:.5*h*Math.pow(2,-10*(b-=1))*Math.sin((b*e-f)*2*Math.PI/g)+d+c},easeInBack:function(a,b,c,d,e,f){return void 0==f&&(f=1.70158),d*(b/=e)*b*((f+1)*b-f)+c},easeOutBack:function(a,b,c,d,e,f){return void 0==f&&(f=1.70158),d*((b=b/e-1)*b*((f+1)*b+f)+1)+c},easeInOutBack:function(a,b,c,d,e,f){return void 0==f&&(f=1.70158),1>(b/=e/2)?d/2*b*b*(((f*=1.525)+1)*b-f)+c:d/2*((b-=2)*b*(((f*=1.525)+1)*b+f)+2)+c},easeInBounce:function(a,b,c,d,e){return d-jQuery.easing.easeOutBounce(a,e-b,0,d,e)+c},easeOutBounce:function(a,b,c,d,e){return 1/2.75>(b/=e)?d*7.5625*b*b+c:2/2.75>b?d*(7.5625*(b-=1.5/2.75)*b+.75)+c:2.5/2.75>b?d*(7.5625*(b-=2.25/2.75)*b+.9375)+c:d*(7.5625*(b-=2.625/2.75)*b+.984375)+c},easeInOutBounce:function(a,b,c,d,e){return e/2>b?.5*jQuery.easing.easeInBounce(a,2*b,0,d,e)+c:.5*jQuery.easing.easeOutBounce(a,2*b-e,0,d,e)+.5*d+c}});
 
 
 
 
 
 
 
 
 
 
 
 
 
 
jquery.metadata.js DELETED
@@ -1,148 +0,0 @@
1
- /*
2
- * Metadata - jQuery plugin for parsing metadata from elements
3
- *
4
- * Copyright (c) 2006 John Resig, Yehuda Katz, J�örn Zaefferer, Paul McLanahan
5
- *
6
- * Dual licensed under the MIT and GPL licenses:
7
- * http://www.opensource.org/licenses/mit-license.php
8
- * http://www.gnu.org/licenses/gpl.html
9
- *
10
- * Revision: $Id: jquery.metadata.js 3640 2007-10-11 18:34:38Z pmclanahan $
11
- *
12
- */
13
-
14
- /**
15
- * Sets the type of metadata to use. Metadata is encoded in JSON, and each property
16
- * in the JSON will become a property of the element itself.
17
- *
18
- * There are four supported types of metadata storage:
19
- *
20
- * attr: Inside an attribute. The name parameter indicates *which* attribute.
21
- *
22
- * class: Inside the class attribute, wrapped in curly braces: { }
23
- *
24
- * elem: Inside a child element (e.g. a script tag). The
25
- * name parameter indicates *which* element.
26
- * html5: Values are stored in data-* attributes.
27
- *
28
- * The metadata for an element is loaded the first time the element is accessed via jQuery.
29
- *
30
- * As a result, you can define the metadata type, use $(expr) to load the metadata into the elements
31
- * matched by expr, then redefine the metadata type and run another $(expr) for other elements.
32
- *
33
- * @name $.metadata.setType
34
- *
35
- * @example <p id="one" class="some_class {item_id: 1, item_label: 'Label'}">This is a p</p>
36
- * @before $.metadata.setType("class")
37
- * @after $("#one").metadata().item_id == 1; $("#one").metadata().item_label == "Label"
38
- * @desc Reads metadata from the class attribute
39
- *
40
- * @example <p id="one" class="some_class" data="{item_id: 1, item_label: 'Label'}">This is a p</p>
41
- * @before $.metadata.setType("attr", "data")
42
- * @after $("#one").metadata().item_id == 1; $("#one").metadata().item_label == "Label"
43
- * @desc Reads metadata from a "data" attribute
44
- *
45
- * @example <p id="one" class="some_class"><script>{item_id: 1, item_label: 'Label'}</script>This is a p</p>
46
- * @before $.metadata.setType("elem", "script")
47
- * @after $("#one").metadata().item_id == 1; $("#one").metadata().item_label == "Label"
48
- * @desc Reads metadata from a nested script element
49
- *
50
- * @example <p id="one" class="some_class" data-item_id="1" data-item_label="Label">This is a p</p>
51
- * @before $.metadata.setType("html5")
52
- * @after $("#one").metadata().item_id == 1; $("#one").metadata().item_label == "Label"
53
- * @desc Reads metadata from a series of data-* attributes
54
- *
55
- * @param String type The encoding type
56
- * @param String name The name of the attribute to be used to get metadata (optional)
57
- * @cat Plugins/Metadata
58
- * @descr Sets the type of encoding to be used when loading metadata for the first time
59
- * @type undefined
60
- * @see metadata()
61
- */
62
-
63
- (function($) {
64
-
65
- $.extend({
66
- metadata : {
67
- defaults : {
68
- type: 'class',
69
- name: 'metadata',
70
- cre: /({.*})/,
71
- single: 'metadata'
72
- },
73
- setType: function( type, name ){
74
- this.defaults.type = type;
75
- this.defaults.name = name;
76
- },
77
- get: function( elem, opts ){
78
- var settings = $.extend({},this.defaults,opts);
79
- // check for empty string in single property
80
- if ( !settings.single.length ) settings.single = 'metadata';
81
-
82
- var data = $.data(elem, settings.single);
83
- // returned cached data if it already exists
84
- if ( data ) return data;
85
-
86
- data = "{}";
87
-
88
- var getData = function(data) {
89
- if(typeof data != "string") return data;
90
-
91
- if( data.indexOf('{') < 0 ) {
92
- data = eval("(" + data + ")");
93
- }
94
- }
95
-
96
- var getObject = function(data) {
97
- if(typeof data != "string") return data;
98
-
99
- data = eval("(" + data + ")");
100
- return data;
101
- }
102
-
103
- if ( settings.type == "html5" ) {
104
- var object = {};
105
- $( elem.attributes ).each(function() {
106
- var name = this.nodeName;
107
- if(name.match(/^data-/)) name = name.replace(/^data-/, '');
108
- else return true;
109
- object[name] = getObject(this.nodeValue);
110
- });
111
- } else {
112
- if ( settings.type == "class" ) {
113
- var m = settings.cre.exec( elem.className );
114
- if ( m )
115
- data = m[1];
116
- } else if ( settings.type == "elem" ) {
117
- if( !elem.getElementsByTagName ) return;
118
- var e = elem.getElementsByTagName(settings.name);
119
- if ( e.length )
120
- data = $.trim(e[0].innerHTML);
121
- } else if ( elem.getAttribute != undefined ) {
122
- var attr = elem.getAttribute( settings.name );
123
- if ( attr )
124
- data = attr;
125
- }
126
- object = getObject(data.indexOf("{") < 0 ? "{" + data + "}" : data);
127
- }
128
-
129
- $.data( elem, settings.single, object );
130
- return object;
131
- }
132
- }
133
- });
134
-
135
- /**
136
- * Returns the metadata object for the first member of the jQuery object.
137
- *
138
- * @name metadata
139
- * @descr Returns element's metadata object
140
- * @param Object opts An object contianing settings to override the defaults
141
- * @type jQuery
142
- * @cat Plugins/Metadata
143
- */
144
- $.fn.metadata = function( opts ){
145
- return $.metadata.get( this[0], opts );
146
- };
147
-
148
- })(jQuery);
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
jquery.metadata.pack.js DELETED
@@ -1,21 +0,0 @@
1
- /*
2
- * Metadata - jQuery plugin for parsing metadata from elements
3
- *
4
- * Copyright (c) 2006 John Resig, Yehuda Katz, J�örn Zaefferer, Paul McLanahan
5
- *
6
- * Dual licensed under the MIT and GPL licenses:
7
- * http://www.opensource.org/licenses/mit-license.php
8
- * http://www.gnu.org/licenses/gpl.html
9
- *
10
- * Revision: $Id: jquery.metadata.js 3640 2007-10-11 18:34:38Z pmclanahan $
11
- *
12
- */
13
-
14
- (function($){$.extend({metadata:{defaults:{type:'class',name:'metadata',cre:/({.*})/,single:'metadata'},setType:function(type,name){this.defaults.type=type;this.defaults.name=name;},get:function(elem,opts){var settings=$.extend({},this.defaults,opts);if(!settings.single.length)settings.single='metadata';var data=$.data(elem,settings.single);if(data)return data;data="{}";var getData=function(data){if(typeof data!="string")return data;if(data.indexOf('{')<0){data=eval("("+data+")");}}
15
- var getObject=function(data){if(typeof data!="string")return data;data=eval("("+data+")");return data;}
16
- if(settings.type=="html5"){var object={};$(elem.attributes).each(function(){var name=this.nodeName;if(name.match(/^data-/))name=name.replace(/^data-/,'');else return true;object[name]=getObject(this.nodeValue);});}else{if(settings.type=="class"){var m=settings.cre.exec(elem.className);if(m)
17
- data=m[1];}else if(settings.type=="elem"){if(!elem.getElementsByTagName)return;var e=elem.getElementsByTagName(settings.name);if(e.length)
18
- data=$.trim(e[0].innerHTML);}else if(elem.getAttribute!=undefined){var attr=elem.getAttribute(settings.name);if(attr)
19
- data=attr;}
20
- object=getObject(data.indexOf("{")<0?"{"+data+"}":data);}
21
- $.data(elem,settings.single,object);return object;}}});$.fn.metadata=function(opts){return $.metadata.get(this[0],opts);};})(jQuery);
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
jquery.mousewheel.pack.js DELETED
@@ -1,8 +0,0 @@
1
- /*! Copyright (c) 2013 Brandon Aaron (http://brandonaaron.net)
2
- * Licensed under the MIT License (LICENSE.txt).
3
- * Thanks to: http://adomas.org/javascript-mouse-wheel/ for some pointers.
4
- * Thanks to: Mathias Bank(http://www.mathias-bank.de) for a scope bug fix.
5
- * Thanks to: Seamus Leahy for adding deltaX and deltaY
6
- * Version: 3.1.3
7
- */
8
- (function(a){"function"==typeof define&&define.amd?define(["jquery"],a):"object"==typeof exports?module.exports=a:a(jQuery)})(function(a){function g(b){var l,c=b||window.event,f=[].slice.call(arguments,1),g=0,h=0,i=0,j=0,k=0;return b=a.event.fix(c),b.type="mousewheel",c.wheelDelta&&(g=c.wheelDelta),c.detail&&(g=-1*c.detail),c.deltaY&&(i=-1*c.deltaY,g=i),c.deltaX&&(h=c.deltaX,g=-1*h),void 0!==c.wheelDeltaY&&(i=c.wheelDeltaY),void 0!==c.wheelDeltaX&&(h=-1*c.wheelDeltaX),j=Math.abs(g),(!d||d>j)&&(d=j),k=Math.max(Math.abs(i),Math.abs(h)),(!e||e>k)&&(e=k),l=g>0?"floor":"ceil",g=Math[l](g/d),h=Math[l](h/e),i=Math[l](i/e),f.unshift(b,g,h,i),(a.event.dispatch||a.event.handle).apply(this,f)}var d,e,b=["wheel","mousewheel","DOMMouseScroll","MozMousePixelScroll"],c="onwheel"in document||document.documentMode>=9?["wheel"]:["mousewheel","DomMouseScroll","MozMousePixelScroll"];if(a.event.fixHooks)for(var f=b.length;f;)a.event.fixHooks[b[--f]]=a.event.mouseHooks;a.event.special.mousewheel={setup:function(){if(this.addEventListener)for(var a=c.length;a;)this.addEventListener(c[--a],g,!1);else this.onmousewheel=g},teardown:function(){if(this.removeEventListener)for(var a=c.length;a;)this.removeEventListener(c[--a],g,!1);else this.onmousewheel=null}},a.fn.extend({mousewheel:function(a){return a?this.bind("mousewheel",a):this.trigger("mousewheel")},unmousewheel:function(a){return this.unbind("mousewheel",a)}})});
 
 
 
 
 
 
 
 
jquery.easing.js → js/jquery.easing.js RENAMED
@@ -1,49 +1,20 @@
1
  /*
2
- * jQuery Easing v1.3 - http://gsgd.co.uk/sandbox/jquery/easing/
3
- *
4
- * Uses the built in easing capabilities added In jQuery 1.1
5
- * to offer multiple easing options
6
- *
7
- * TERMS OF USE - jQuery Easing
8
- *
9
- * Open source under the BSD License.
10
- *
11
- * Copyright © 2008 George McGinley Smith
12
  * All rights reserved.
13
- *
14
- * Redistribution and use in source and binary forms, with or without modification,
15
- * are permitted provided that the following conditions are met:
16
- *
17
- * Redistributions of source code must retain the above copyright notice, this list of
18
- * conditions and the following disclaimer.
19
- * Redistributions in binary form must reproduce the above copyright notice, this list
20
- * of conditions and the following disclaimer in the documentation and/or other materials
21
- * provided with the distribution.
22
- *
23
- * Neither the name of the author nor the names of contributors may be used to endorse
24
- * or promote products derived from this software without specific prior written permission.
25
- *
26
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY
27
- * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
28
- * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
29
- * COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
30
- * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
31
- * GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
32
- * AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
33
- * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
34
- * OF THE POSSIBILITY OF SUCH DAMAGE.
35
- *
36
  */
37
 
38
  // t: current time, b: begInnIng value, c: change In value, d: duration
39
- jQuery.easing['jswing'] = jQuery.easing['swing'];
40
 
41
- jQuery.extend( jQuery.easing,
42
  {
43
  def: 'easeOutQuad',
44
  swing: function (x, t, b, c, d) {
45
- //alert(jQuery.easing.default);
46
- return jQuery.easing[jQuery.easing.def](x, t, b, c, d);
47
  },
48
  easeInQuad: function (x, t, b, c, d) {
49
  return c*(t/=d)*t + b;
@@ -152,7 +123,7 @@ jQuery.extend( jQuery.easing,
152
  return c/2*((t-=2)*t*(((s*=(1.525))+1)*t + s) + 2) + b;
153
  },
154
  easeInBounce: function (x, t, b, c, d) {
155
- return c - jQuery.easing.easeOutBounce (x, d-t, 0, c, d) + b;
156
  },
157
  easeOutBounce: function (x, t, b, c, d) {
158
  if ((t/=d) < (1/2.75)) {
@@ -166,40 +137,7 @@ jQuery.extend( jQuery.easing,
166
  }
167
  },
168
  easeInOutBounce: function (x, t, b, c, d) {
169
- if (t < d/2) return jQuery.easing.easeInBounce (x, t*2, 0, c, d) * .5 + b;
170
- return jQuery.easing.easeOutBounce (x, t*2-d, 0, c, d) * .5 + c*.5 + b;
171
  }
172
- });
173
-
174
- /*
175
- *
176
- * TERMS OF USE - EASING EQUATIONS
177
- *
178
- * Open source under the BSD License.
179
- *
180
- * Copyright © 2001 Robert Penner
181
- * All rights reserved.
182
- *
183
- * Redistribution and use in source and binary forms, with or without modification,
184
- * are permitted provided that the following conditions are met:
185
- *
186
- * Redistributions of source code must retain the above copyright notice, this list of
187
- * conditions and the following disclaimer.
188
- * Redistributions in binary form must reproduce the above copyright notice, this list
189
- * of conditions and the following disclaimer in the documentation and/or other materials
190
- * provided with the distribution.
191
- *
192
- * Neither the name of the author nor the names of contributors may be used to endorse
193
- * or promote products derived from this software without specific prior written permission.
194
- *
195
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY
196
- * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
197
- * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
198
- * COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
199
- * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
200
- * GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
201
- * AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
202
- * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
203
- * OF THE POSSIBILITY OF SUCH DAMAGE.
204
- *
205
- */
1
  /*
2
+ * jQuery Easing v1.3.2 - http://gsgd.co.uk/sandbox/jquery/easing/
3
+ * Open source under the BSD License.
4
+ * Copyright 2008 George McGinley Smith
 
 
 
 
 
 
 
5
  * All rights reserved.
6
+ * https://raw.github.com/gdsmith/jquery-easing/master/LICENSE
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  */
8
 
9
  // t: current time, b: begInnIng value, c: change In value, d: duration
10
+ (function($){$.easing['jswing'] = $.easing['swing'];
11
 
12
+ $.extend( $.easing,
13
  {
14
  def: 'easeOutQuad',
15
  swing: function (x, t, b, c, d) {
16
+ //alert($.easing.default);
17
+ return $.easing[$.easing.def](x, t, b, c, d);
18
  },
19
  easeInQuad: function (x, t, b, c, d) {
20
  return c*(t/=d)*t + b;
123
  return c/2*((t-=2)*t*(((s*=(1.525))+1)*t + s) + 2) + b;
124
  },
125
  easeInBounce: function (x, t, b, c, d) {
126
+ return c - $.easing.easeOutBounce (x, d-t, 0, c, d) + b;
127
  },
128
  easeOutBounce: function (x, t, b, c, d) {
129
  if ((t/=d) < (1/2.75)) {
137
  }
138
  },
139
  easeInOutBounce: function (x, t, b, c, d) {
140
+ if (t < d/2) return $.easing.easeInBounce (x, t*2, 0, c, d) * .5 + b;
141
+ return $.easing.easeOutBounce (x, t*2-d, 0, c, d) * .5 + c*.5 + b;
142
  }
143
+ });})(jQuery);
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
js/jquery.easing.min.js ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /*
2
+ * jQuery Easing v1.3.2 - http://gsgd.co.uk/sandbox/jquery/easing/
3
+ * Open source under the BSD License.
4
+ * Copyright 2008 George McGinley Smith
5
+ * All rights reserved.
6
+ * https://raw.github.com/gdsmith/jquery-easing/master/LICENSE
7
+ */
8
+ (function(h){h.easing.jswing=h.easing.swing;h.extend(h.easing,{def:"easeOutQuad",swing:function(e,a,c,b,d){return h.easing[h.easing.def](e,a,c,b,d)},easeInQuad:function(e,a,c,b,d){return b*(a/=d)*a+c},easeOutQuad:function(e,a,c,b,d){return-b*(a/=d)*(a-2)+c},easeInOutQuad:function(e,a,c,b,d){return 1>(a/=d/2)?b/2*a*a+c:-b/2*(--a*(a-2)-1)+c},easeInCubic:function(e,a,c,b,d){return b*(a/=d)*a*a+c},easeOutCubic:function(e,a,c,b,d){return b*((a=a/d-1)*a*a+1)+c},easeInOutCubic:function(e,a,c,b,d){return 1>
9
+ (a/=d/2)?b/2*a*a*a+c:b/2*((a-=2)*a*a+2)+c},easeInQuart:function(e,a,c,b,d){return b*(a/=d)*a*a*a+c},easeOutQuart:function(e,a,c,b,d){return-b*((a=a/d-1)*a*a*a-1)+c},easeInOutQuart:function(e,a,c,b,d){return 1>(a/=d/2)?b/2*a*a*a*a+c:-b/2*((a-=2)*a*a*a-2)+c},easeInQuint:function(e,a,c,b,d){return b*(a/=d)*a*a*a*a+c},easeOutQuint:function(e,a,c,b,d){return b*((a=a/d-1)*a*a*a*a+1)+c},easeInOutQuint:function(e,a,c,b,d){return 1>(a/=d/2)?b/2*a*a*a*a*a+c:b/2*((a-=2)*a*a*a*a+2)+c},easeInSine:function(e,a,
10
+ c,b,d){return-b*Math.cos(a/d*(Math.PI/2))+b+c},easeOutSine:function(e,a,c,b,d){return b*Math.sin(a/d*(Math.PI/2))+c},easeInOutSine:function(e,a,c,b,d){return-b/2*(Math.cos(Math.PI*a/d)-1)+c},easeInExpo:function(e,a,c,b,d){return 0==a?c:b*Math.pow(2,10*(a/d-1))+c},easeOutExpo:function(e,a,c,b,d){return a==d?c+b:b*(-Math.pow(2,-10*a/d)+1)+c},easeInOutExpo:function(e,a,c,b,d){return 0==a?c:a==d?c+b:1>(a/=d/2)?b/2*Math.pow(2,10*(a-1))+c:b/2*(-Math.pow(2,-10*--a)+2)+c},easeInCirc:function(e,a,c,b,d){return-b*
11
+ (Math.sqrt(1-(a/=d)*a)-1)+c},easeOutCirc:function(e,a,c,b,d){return b*Math.sqrt(1-(a=a/d-1)*a)+c},easeInOutCirc:function(e,a,c,b,d){return 1>(a/=d/2)?-b/2*(Math.sqrt(1-a*a)-1)+c:b/2*(Math.sqrt(1-(a-=2)*a)+1)+c},easeInElastic:function(e,a,c,b,d){e=1.70158;var f=0,g=b;if(0==a)return c;if(1==(a/=d))return c+b;f||(f=.3*d);g<Math.abs(b)?(g=b,e=f/4):e=f/(2*Math.PI)*Math.asin(b/g);return-(g*Math.pow(2,10*--a)*Math.sin(2*(a*d-e)*Math.PI/f))+c},easeOutElastic:function(e,a,c,b,d){e=1.70158;var f=0,g=b;if(0==
12
+ a)return c;if(1==(a/=d))return c+b;f||(f=.3*d);g<Math.abs(b)?(g=b,e=f/4):e=f/(2*Math.PI)*Math.asin(b/g);return g*Math.pow(2,-10*a)*Math.sin(2*(a*d-e)*Math.PI/f)+b+c},easeInOutElastic:function(e,a,c,b,d){e=1.70158;var f=0,g=b;if(0==a)return c;if(2==(a/=d/2))return c+b;f||(f=.3*d*1.5);g<Math.abs(b)?(g=b,e=f/4):e=f/(2*Math.PI)*Math.asin(b/g);return 1>a?-.5*g*Math.pow(2,10*--a)*Math.sin(2*(a*d-e)*Math.PI/f)+c:g*Math.pow(2,-10*--a)*Math.sin(2*(a*d-e)*Math.PI/f)*.5+b+c},easeInBack:function(e,a,c,b,d,f){void 0==
13
+ f&&(f=1.70158);return b*(a/=d)*a*((f+1)*a-f)+c},easeOutBack:function(e,a,c,b,d,f){void 0==f&&(f=1.70158);return b*((a=a/d-1)*a*((f+1)*a+f)+1)+c},easeInOutBack:function(e,a,c,b,d,f){void 0==f&&(f=1.70158);return 1>(a/=d/2)?b/2*a*a*(((f*=1.525)+1)*a-f)+c:b/2*((a-=2)*a*(((f*=1.525)+1)*a+f)+2)+c},easeInBounce:function(e,a,c,b,d){return b-h.easing.easeOutBounce(e,d-a,0,b,d)+c},easeOutBounce:function(e,a,c,b,d){return(a/=d)<1/2.75?7.5625*b*a*a+c:a<2/2.75?b*(7.5625*(a-=1.5/2.75)*a+.75)+c:a<2.5/2.75?b*(7.5625*
14
+ (a-=2.25/2.75)*a+.9375)+c:b*(7.5625*(a-=2.625/2.75)*a+.984375)+c},easeInOutBounce:function(e,a,c,b,d){return a<d/2?.5*h.easing.easeInBounce(e,2*a,0,b,d)+c:.5*h.easing.easeOutBounce(e,2*a-d,0,b,d)+.5*b+c}})})(jQuery);
js/jquery.metadata.js ADDED
@@ -0,0 +1,117 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /*
2
+ * Metadata - jQuery plugin for parsing metadata from elements
3
+ *
4
+ * Copyright (c) 2006 John Resig, Yehuda Katz, Jorn Zaefferer, Paul McLanahan
5
+ *
6
+ * Dual licensed under the MIT and GPL licenses:
7
+ * http://www.opensource.org/licenses/mit-license.php
8
+ * http://www.gnu.org/licenses/gpl.html
9
+ *
10
+ */
11
+
12
+ /**
13
+ * Sets the type of metadata to use. Metadata is encoded in JSON, and each property
14
+ * in the JSON will become a property of the element itself.
15
+ *
16
+ * There are three supported types of metadata storage:
17
+ *
18
+ * attr: Inside an attribute. The name parameter indicates *which* attribute.
19
+ *
20
+ * class: Inside the class attribute, wrapped in curly braces: { }
21
+ *
22
+ * elem: Inside a child element (e.g. a script tag). The
23
+ * name parameter indicates *which* element.
24
+ *
25
+ * The metadata for an element is loaded the first time the element is accessed via jQuery.
26
+ *
27
+ * As a result, you can define the metadata type, use $(expr) to load the metadata into the elements
28
+ * matched by expr, then redefine the metadata type and run another $(expr) for other elements.
29
+ *
30
+ * @name $.metadata.setType
31
+ *
32
+ * @example <p id="one" class="some_class {item_id: 1, item_label: 'Label'}">This is a p</p>
33
+ * @before $.metadata.setType("class")
34
+ * @after $("#one").metadata().item_id == 1; $("#one").metadata().item_label == "Label"
35
+ * @desc Reads metadata from the class attribute
36
+ *
37
+ * @example <p id="one" class="some_class" data="{item_id: 1, item_label: 'Label'}">This is a p</p>
38
+ * @before $.metadata.setType("attr", "data")
39
+ * @after $("#one").metadata().item_id == 1; $("#one").metadata().item_label == "Label"
40
+ * @desc Reads metadata from a "data" attribute
41
+ *
42
+ * @example <p id="one" class="some_class"><script>{item_id: 1, item_label: 'Label'}</script>This is a p</p>
43
+ * @before $.metadata.setType("elem", "script")
44
+ * @after $("#one").metadata().item_id == 1; $("#one").metadata().item_label == "Label"
45
+ * @desc Reads metadata from a nested script element
46
+ *
47
+ * @param String type The encoding type
48
+ * @param String name The name of the attribute to be used to get metadata (optional)
49
+ * @cat Plugins/Metadata
50
+ * @descr Sets the type of encoding to be used when loading metadata for the first time
51
+ * @type undefined
52
+ * @see metadata()
53
+ */
54
+
55
+ (function($) {
56
+
57
+ $.extend({
58
+ metadata : {
59
+ defaults : {
60
+ type: 'class',
61
+ name: 'metadata',
62
+ cre: /(\{.*\})/,
63
+ single: 'metadata'
64
+ },
65
+ setType: function( type, name ){
66
+ this.defaults.type = type;
67
+ this.defaults.name = name;
68
+ },
69
+ get: function( elem, opts ){
70
+ var data, m, e, attr,
71
+ settings = $.extend({},this.defaults,opts);
72
+ // check for empty string in single property
73
+ if ( !settings.single.length ) { settings.single = 'metadata'; }
74
+
75
+ data = $.data(elem, settings.single);
76
+ // returned cached data if it already exists
77
+ if ( data ) { return data; }
78
+
79
+ data = "{}";
80
+
81
+ if ( settings.type === "class" ) {
82
+ m = settings.cre.exec( elem.className );
83
+ if ( m ) { data = m[1]; }
84
+ } else if ( settings.type === "elem" ) {
85
+ if( !elem.getElementsByTagName ) { return undefined; }
86
+ e = elem.getElementsByTagName(settings.name);
87
+ if ( e.length ) { data = $.trim(e[0].innerHTML); }
88
+ } else if ( elem.getAttribute !== undefined ) {
89
+ attr = elem.getAttribute( settings.name );
90
+ if ( attr ) { data = attr; }
91
+ }
92
+
93
+ if ( data.indexOf( '{' ) <0 ) { data = "{" + data + "}"; }
94
+
95
+ /*jshint evil:true */
96
+ data = eval("(" + data + ")");
97
+
98
+ $.data( elem, settings.single, data );
99
+ return data;
100
+ }
101
+ }
102
+ });
103
+
104
+ /**
105
+ * Returns the metadata object for the first member of the jQuery object.
106
+ *
107
+ * @name metadata
108
+ * @descr Returns element's metadata object
109
+ * @param Object opts An object contianing settings to override the defaults
110
+ * @type jQuery
111
+ * @cat Plugins/Metadata
112
+ */
113
+ $.fn.metadata = function( opts ){
114
+ return $.metadata.get( this[0], opts );
115
+ };
116
+
117
+ })(jQuery);
js/jquery.metadata.min.js ADDED
@@ -0,0 +1 @@
 
1
+ !function($){$.extend({metadata:{defaults:{type:"class",name:"metadata",cre:/(\{.*\})/,single:"metadata"},setType:function(a,b){this.defaults.type=a,this.defaults.name=b},get:function(elem,opts){var data,m,e,attr,settings=$.extend({},this.defaults,opts);if(settings.single.length||(settings.single="metadata"),data=$.data(elem,settings.single))return data;if(data="{}","class"===settings.type)m=settings.cre.exec(elem.className),m&&(data=m[1]);else if("elem"===settings.type){if(!elem.getElementsByTagName)return void 0;e=elem.getElementsByTagName(settings.name),e.length&&(data=$.trim(e[0].innerHTML))}else void 0!==elem.getAttribute&&(attr=elem.getAttribute(settings.name),attr&&(data=attr));return data.indexOf("{")<0&&(data="{"+data+"}"),data=eval("("+data+")"),$.data(elem,settings.single,data),data}}}),$.fn.metadata=function(a){return $.metadata.get(this[0],a)}}(jQuery);
jquery.mousewheel.js → js/jquery.mousewheel.js RENAMED
File without changes
jquery.mousewheel.min.js → js/jquery.mousewheel.min.js RENAMED
File without changes
languages/easy-fancybox-bel.mo ADDED
Binary file
languages/easy-fancybox-bel.po ADDED
@@ -0,0 +1,687 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Translation of Development (trunk) in Belarusian
2
+ # This file is distributed under the same license as the Development (trunk) package.
3
+ msgid ""
4
+ msgstr ""
5
+ "PO-Revision-Date: 2016-05-30 17:22+0300\n"
6
+ "MIME-Version: 1.0\n"
7
+ "Content-Type: text/plain; charset=UTF-8\n"
8
+ "Content-Transfer-Encoding: 8bit\n"
9
+ "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
10
+ "X-Generator: Poedit 1.8.7\n"
11
+ "Project-Id-Version: Development (trunk)\n"
12
+ "POT-Creation-Date: \n"
13
+ "Last-Translator: \n"
14
+ "Language-Team: \n"
15
+ "Language: be\n"
16
+
17
+ #: inc/class-easyfancybox-options.php:1547
18
+ msgid "Allow embedded content to jump to full screen mode"
19
+ msgstr "Дазволіць ўбудаванаму зместу перайсці ў поўнаэкранны рэжым"
20
+
21
+ #: inc/class-easyfancybox-admin.php:52
22
+ msgid "Donate to keep the Easy FancyBox plugin development going!"
23
+ msgstr "Дапамагчы распрацоўваць Easy FancyBox плагін!"
24
+
25
+ #: inc/class-easyfancybox-admin.php:52
26
+ msgid "The options in this section are provided by the plugin %s and determine the <strong>Media Lightbox</strong> overlay appearance and behaviour controlled by %s."
27
+ msgstr "Параметры ў гэтым раздзеле прадастаўлены плагін % і вызначаюць <strong>Media Lightbox</strong> знешні выгляд накладання і паводзіны кантралюецца % ."
28
+
29
+ #. Plugin Name of the plugin/theme
30
+ #: inc/class-easyfancybox-admin.php:52
31
+ msgid "Easy FancyBox"
32
+ msgstr "Easy FancyBox"
33
+
34
+ #: inc/class-easyfancybox-admin.php:52 inc/class-easyfancybox-admin.php:296
35
+ msgid "FancyBox"
36
+ msgstr "FancyBox"
37
+
38
+ #: inc/class-easyfancybox-admin.php:52
39
+ msgid "First enable each sub-section that you need. Then save and come back to adjust its specific settings."
40
+ msgstr "Спачатку ўключыце кожны падраздзел, які вам трэба. Затым захавайце і вярніцеся, каб наладзіць свае спецыфічныя налады."
41
+
42
+ #: inc/class-easyfancybox-admin.php:52
43
+ msgid "Note: Each additional sub-section and features like <em>Auto-detection</em>, <em>Elastic transitions</em> and all <em>Easing effects</em> (except Swing) will have some extra impact on client-side page speed. Enable only those sub-sections and options that you actually need on your site."
44
+ msgstr "Заўвага: Кожны дадатковы падраздзел і функцыі, такія як <em> Аўтаматычнае вызначэнне</em> <em> Эластычныя пераходы </em> і ўсё <em> Палягчэнне эфекты</em>(акрамя Swing) будзе мець некаторы дадатковае ўздзеянне на хуткасці на баку кліента старонкі. Ўключыць толькі тыя падраздзелы і параметры, якія вам патрэбныя на вашым сайце."
45
+
46
+ #: inc/class-easyfancybox-admin.php:52
47
+ msgid "Some setting like Transition options are unavailable for SWF video, PDF and iFrame content to ensure browser compatibility and readability."
48
+ msgstr "Некаторыя налады, як варыянт пераходу, недаступныя для SWF відэа, PDF і iFrame кантэнту, для тако забяспечыць браўзэру сумяшчальнасць і чытальнасць."
49
+
50
+ #: inc/class-easyfancybox-admin.php:57 inc/class-easyfancybox-admin.php:264
51
+ msgid "Notice: The current Easy FancyBox plugin version is not fully compatible with your version of the Pro extension. Some advanced options may not be functional."
52
+ msgstr "Заўвага: У цяперашні час версія Easy FancyBox плагін не цалкам сумяшчальная з вашай версіяй Pro пашырэння. Некаторыя дадатковыя параметры не могуць быць функцыянальнымі."
53
+
54
+ #: inc/class-easyfancybox-admin.php:60 inc/class-easyfancybox-admin.php:266
55
+ msgid "Please <a href=\"%1$s\" target=\"_blank\">download and install the latest Pro version</a>."
56
+ msgstr "Калі ласка, <a href=\"%1$s\" target=\"_blank\"> спампаваць і ўсталяваць апошнюю версію Pro </a>."
57
+
58
+ #: inc/class-easyfancybox-admin.php:62
59
+ msgid "Please contact your web site administrator."
60
+ msgstr "Калі ласка, звярніцеся да адміністратара сайта."
61
+
62
+ #: inc/class-easyfancybox-admin.php:109
63
+ msgid "Checked"
64
+ msgstr "Правераны"
65
+
66
+ #: inc/class-easyfancybox-admin.php:111
67
+ msgid "Unchecked"
68
+ msgstr "Неправераны"
69
+
70
+ #: inc/class-easyfancybox-admin.php:268
71
+ msgid "Or you can ignore and <a href=\"%1$s\">hide this message</a>."
72
+ msgstr "Ці вы можаце ігнараваць і <a href=\"%1$s\"> схаваць гэта паведамленне </a>."
73
+
74
+ #: inc/class-easyfancybox-options.php:12
75
+ msgid "Global settings"
76
+ msgstr "Глабальныя налады"
77
+
78
+ #: inc/class-easyfancybox-options.php:17
79
+ msgid "Media"
80
+ msgstr "Сродкі масавай інфармацыі"
81
+
82
+ #: inc/class-easyfancybox-options.php:23
83
+ msgid "Enable FancyBox for"
84
+ msgstr "Уключыць FancyBox для"
85
+
86
+ #: inc/class-easyfancybox-options.php:30 inc/class-easyfancybox-options.php:447
87
+ msgid "Images"
88
+ msgstr "Малюнкі"
89
+
90
+ #: inc/class-easyfancybox-options.php:37 inc/class-easyfancybox-options.php:719
91
+ msgid "Inline content"
92
+ msgstr "Убудаваны змест"
93
+
94
+ #: inc/class-easyfancybox-options.php:44 inc/class-easyfancybox-options.php:829
95
+ msgid "PDF"
96
+ msgstr "PDF"
97
+
98
+ #: inc/class-easyfancybox-options.php:51 inc/class-easyfancybox-options.php:939
99
+ msgid "SWF"
100
+ msgstr "SWF"
101
+
102
+ #: inc/class-easyfancybox-options.php:58
103
+ #: inc/class-easyfancybox-options.php:1033
104
+ msgid "SVG"
105
+ msgstr "SVG"
106
+
107
+ #: inc/class-easyfancybox-options.php:65
108
+ #: inc/class-easyfancybox-options.php:1128
109
+ msgid "YouTube"
110
+ msgstr "YouTube"
111
+
112
+ #: inc/class-easyfancybox-options.php:72
113
+ #: inc/class-easyfancybox-options.php:1226
114
+ msgid "Vimeo"
115
+ msgstr "Vimeo"
116
+
117
+ #: inc/class-easyfancybox-options.php:79
118
+ #: inc/class-easyfancybox-options.php:1325
119
+ msgid "Dailymotion"
120
+ msgstr "Dailymotion"
121
+
122
+ #: inc/class-easyfancybox-options.php:86
123
+ #: inc/class-easyfancybox-options.php:1450
124
+ msgid "iFrames"
125
+ msgstr "iFrames"
126
+
127
+ #: inc/class-easyfancybox-options.php:89
128
+ msgid "For advanced options and support, please get the Easy FancyBox - Pro extension."
129
+ msgstr "Для атрымання дадатковых опцый і падтрымкі, калі ласка, атрымаеце Easy FancyBox - Pro пашырэнне."
130
+
131
+ #: inc/class-easyfancybox-options.php:92 inc/class-easyfancybox-options.php:589
132
+ msgid "Overlay"
133
+ msgstr "Оверлей"
134
+
135
+ #: inc/class-easyfancybox-options.php:101
136
+ msgid "Show the overlay around content opened in FancyBox."
137
+ msgstr "Паказаць оверлей вакол зместа адкрытага ў FancyBox."
138
+
139
+ #: inc/class-easyfancybox-options.php:108
140
+ msgid "Close FancyBox when overlay is clicked."
141
+ msgstr "Зачыніць FancyBox калі оверлей пстрыкнуй."
142
+
143
+ #: inc/class-easyfancybox-options.php:112
144
+ msgid "Opacity"
145
+ msgstr "памутненне"
146
+
147
+ #: inc/class-easyfancybox-options.php:120
148
+ msgid "Value between 0 and 1. "
149
+ msgstr "Значэнне ад 0 да 1."
150
+
151
+ #: inc/class-easyfancybox-options.php:120
152
+ #: inc/class-easyfancybox-options.php:130
153
+ #: inc/class-easyfancybox-options.php:198
154
+ #: inc/class-easyfancybox-options.php:237
155
+ #: inc/class-easyfancybox-options.php:250
156
+ #: inc/class-easyfancybox-options.php:263
157
+ #: inc/class-easyfancybox-options.php:314
158
+ #: inc/class-easyfancybox-options.php:353
159
+ #: inc/class-easyfancybox-options.php:681
160
+ msgid "Default:"
161
+ msgstr "Па змаўчанні:"
162
+
163
+ #: inc/class-easyfancybox-options.php:124
164
+ msgid "Color"
165
+ msgstr "Колер"
166
+
167
+ #: inc/class-easyfancybox-options.php:130
168
+ msgid "Enter an HTML color value."
169
+ msgstr "Калі ласка, увядзіце значэнне колеру HTML"
170
+
171
+ #: inc/class-easyfancybox-options.php:138
172
+ msgid "Spotlight effect"
173
+ msgstr "Эфект Spotlight"
174
+
175
+ #: inc/class-easyfancybox-options.php:138
176
+ #: inc/class-easyfancybox-options.php:178
177
+ #: inc/class-easyfancybox-options.php:212
178
+ #: inc/class-easyfancybox-options.php:367
179
+ #: inc/class-easyfancybox-options.php:439
180
+ #: inc/class-easyfancybox-options.php:610
181
+ #: inc/class-easyfancybox-options.php:699
182
+ msgid "Make available &raquo;"
183
+ msgstr "Зрабіць даступным &raquo;"
184
+
185
+ #: inc/class-easyfancybox-options.php:143
186
+ msgid "Window"
187
+ msgstr "Акно"
188
+
189
+ #: inc/class-easyfancybox-options.php:149
190
+ #: inc/class-easyfancybox-options.php:571
191
+ msgid "Appearance"
192
+ msgstr "Знешні выгляд"
193
+
194
+ #: inc/class-easyfancybox-options.php:156
195
+ msgid "Show the (X) close button"
196
+ msgstr "Паказаць кнопку закрыцця (X)"
197
+
198
+ #: inc/class-easyfancybox-options.php:161
199
+ msgid "Background color"
200
+ msgstr "Колер фону"
201
+
202
+ #: inc/class-easyfancybox-options.php:172
203
+ msgid "Text color"
204
+ msgstr "Колер тэксту"
205
+
206
+ #: inc/class-easyfancybox-options.php:183
207
+ msgid "Title color"
208
+ msgstr "Назва колеру"
209
+
210
+ #: inc/class-easyfancybox-options.php:193
211
+ msgid "Border color"
212
+ msgstr "Мяжа колеру"
213
+
214
+ #: inc/class-easyfancybox-options.php:198
215
+ #: inc/class-easyfancybox-options.php:553
216
+ #: inc/class-easyfancybox-options.php:628
217
+ #: inc/class-easyfancybox-options.php:809
218
+ msgid "Note:"
219
+ msgstr "Запіска:"
220
+
221
+ #: inc/class-easyfancybox-options.php:198
222
+ msgid "Use RGBA notation for semi-transparent borders."
223
+ msgstr "Выкарыстоўвайце RGBA абазначэння для напаўпразрыстых межаў."
224
+
225
+ #: inc/class-easyfancybox-options.php:198
226
+ #: inc/class-easyfancybox-options.php:471
227
+ msgid "Example:"
228
+ msgstr "Прыклад:"
229
+
230
+ #: inc/class-easyfancybox-options.php:203
231
+ msgid "Border radius"
232
+ msgstr "Мяжа радыўса"
233
+
234
+ #: inc/class-easyfancybox-options.php:217
235
+ msgid "Dimensions"
236
+ msgstr "Памеры"
237
+
238
+ #: inc/class-easyfancybox-options.php:237
239
+ msgid "If content size is not set or cannot be determined automatically, these default dimensions will be used."
240
+ msgstr "Калі памер змесціва не ўстаноўлены або не можа быць вызначана аўтаматычна, будуць выкарыстоўвацца памеры па змаўчанні."
241
+
242
+ #: inc/class-easyfancybox-options.php:254
243
+ msgid "Margin"
244
+ msgstr "Маржа"
245
+
246
+ #: inc/class-easyfancybox-options.php:268
247
+ #: inc/class-easyfancybox-options.php:499
248
+ msgid "Behavior"
249
+ msgstr "Паводзіны"
250
+
251
+ #: inc/class-easyfancybox-options.php:275
252
+ msgid "Center while scrolling"
253
+ msgstr "Цэнтр пры прагортцы"
254
+
255
+ #: inc/class-easyfancybox-options.php:282
256
+ msgid "Esc key stroke closes FancyBox"
257
+ msgstr "Націск клавішы Esc закрывае FancyBox"
258
+
259
+ #: inc/class-easyfancybox-options.php:289
260
+ msgid "Scale large content down to fit in the browser viewport."
261
+ msgstr ""
262
+
263
+ #: inc/class-easyfancybox-options.php:293
264
+ msgid "Opening speed"
265
+ msgstr "Хуткасць адкрыцця"
266
+
267
+ #: inc/class-easyfancybox-options.php:305
268
+ msgid "Closing speed"
269
+ msgstr "Хуткасуь закрыцця"
270
+
271
+ #: inc/class-easyfancybox-options.php:314
272
+ #: inc/class-easyfancybox-options.php:681
273
+ msgid "Duration in milliseconds. Higher is slower."
274
+ msgstr "Працягласць у мілісекундах. Чым вышэй тым павольней."
275
+
276
+ #: inc/class-easyfancybox-options.php:320
277
+ msgid "Miscellaneous"
278
+ msgstr "разнастайны"
279
+
280
+ #: inc/class-easyfancybox-options.php:326
281
+ msgid "Auto popup"
282
+ msgstr "Аўтаматычна ўсплываць"
283
+
284
+ #: inc/class-easyfancybox-options.php:330
285
+ msgid "Open on page load"
286
+ msgstr "Адкрыць пры загрузцы старонкі"
287
+
288
+ #: inc/class-easyfancybox-options.php:336
289
+ msgid "Link with ID \"fancybox-auto\""
290
+ msgstr "Сувязь з ID \"FancyBox-auto\""
291
+
292
+ #: inc/class-easyfancybox-options.php:339
293
+ #: inc/class-easyfancybox-options.php:483
294
+ #: inc/class-easyfancybox-options.php:526
295
+ #: inc/class-easyfancybox-options.php:553
296
+ #: inc/class-easyfancybox-options.php:628
297
+ #: inc/class-easyfancybox-options.php:782
298
+ #: inc/class-easyfancybox-options.php:809
299
+ #: inc/class-easyfancybox-options.php:862
300
+ msgid "More options &raquo;"
301
+ msgstr "Дадатковыя опцыі &raquo;"
302
+
303
+ #: inc/class-easyfancybox-options.php:343
304
+ msgid "Delay in milliseconds"
305
+ msgstr "Затрымка ў мілісекундах"
306
+
307
+ #: inc/class-easyfancybox-options.php:357
308
+ msgid "Hide popup after first visit?"
309
+ msgstr "Хаваць усплыванные пасля першага наведвання?"
310
+
311
+ #: inc/class-easyfancybox-options.php:366
312
+ msgid "1 Day"
313
+ msgstr "1 дзень"
314
+
315
+ #: inc/class-easyfancybox-options.php:366
316
+ msgid "1 Week"
317
+ msgstr "1 нядзеля"
318
+
319
+ #: inc/class-easyfancybox-options.php:366
320
+ msgid "1 Month"
321
+ msgstr "1 месяц"
322
+
323
+ #: inc/class-easyfancybox-options.php:366
324
+ msgid "1 Year"
325
+ msgstr "1 год"
326
+
327
+ #: inc/class-easyfancybox-options.php:371
328
+ msgid "Browser & device compatibility"
329
+ msgstr "Сумяшчальнасць браўзэра і прылады"
330
+
331
+ #: inc/class-easyfancybox-options.php:400
332
+ msgid "Include IE 8 compatibility style rules"
333
+ msgstr "Уключыць правілы сумяшчальнасці стылю IE8"
334
+
335
+ #: inc/class-easyfancybox-options.php:431
336
+ msgid "Other"
337
+ msgstr "Іншае"
338
+
339
+ #: inc/class-easyfancybox-options.php:439
340
+ msgid "Include the Metadata jQuery extension script to allow passing custom parameters via link class."
341
+ msgstr "Уключыць п Metadata jQuery extension script, каб дазволіць праходжанне карыстацкіх параметраў з дапамогай класа спасылкі."
342
+
343
+ #: inc/class-easyfancybox-options.php:452
344
+ msgid "To make images open in an overlay, add their extension to the Autodetect field or use the class \"fancybox\" for its link. Clear field to switch off all autodetection."
345
+ msgstr "Для таго, каб зрабіць малюнак адкрыць у выглядзе overlay, дадаць пашырэнне Autodetect поля або выкарыстоўваць клас \"FancyBox\" для сваёй спасылкі. Ачысціць поле для адключэння ўсіх аўтавызначэнняў."
346
+
347
+ #: inc/class-easyfancybox-options.php:464
348
+ #: inc/class-easyfancybox-options.php:842
349
+ #: inc/class-easyfancybox-options.php:952
350
+ #: inc/class-easyfancybox-options.php:1046
351
+ #: inc/class-easyfancybox-options.php:1141
352
+ #: inc/class-easyfancybox-options.php:1239
353
+ #: inc/class-easyfancybox-options.php:1338
354
+ msgid "Autodetect"
355
+ msgstr "Autodetect"
356
+
357
+ #: inc/class-easyfancybox-options.php:475
358
+ msgid "Apply to"
359
+ msgstr "Звяртацца"
360
+
361
+ #: inc/class-easyfancybox-options.php:480
362
+ msgid "All image links"
363
+ msgstr "Усе спасылкі малюнка"
364
+
365
+ #: inc/class-easyfancybox-options.php:487
366
+ msgid "Force FancyBox to treat all media linked with class=\"fancybox\" as images?"
367
+ msgstr "Усталяваць. что Force FancyBox усіх сродкаў масавай інфармацыі, звязаных з class=\"fancybox\", разглядаюцца як малюнкі?"
368
+
369
+ #: inc/class-easyfancybox-options.php:503
370
+ #: inc/class-easyfancybox-options.php:759
371
+ msgid "Transition In"
372
+ msgstr "Пераход у"
373
+
374
+ #: inc/class-easyfancybox-options.php:508
375
+ #: inc/class-easyfancybox-options.php:535
376
+ #: inc/class-easyfancybox-options.php:764
377
+ #: inc/class-easyfancybox-options.php:791
378
+ msgid "Fade"
379
+ msgstr "Знікаць"
380
+
381
+ #: inc/class-easyfancybox-options.php:509
382
+ #: inc/class-easyfancybox-options.php:536
383
+ #: inc/class-easyfancybox-options.php:765
384
+ #: inc/class-easyfancybox-options.php:792
385
+ msgid "Elastic"
386
+ msgstr "Эластычны"
387
+
388
+ #: inc/class-easyfancybox-options.php:516
389
+ #: inc/class-easyfancybox-options.php:772
390
+ msgid "Easing In"
391
+ msgstr "Збавенне ў"
392
+
393
+ #: inc/class-easyfancybox-options.php:520
394
+ #: inc/class-easyfancybox-options.php:547
395
+ #: inc/class-easyfancybox-options.php:776
396
+ #: inc/class-easyfancybox-options.php:803
397
+ msgid "Linear"
398
+ msgstr "Лінейны"
399
+
400
+ #: inc/class-easyfancybox-options.php:521
401
+ #: inc/class-easyfancybox-options.php:548
402
+ #: inc/class-easyfancybox-options.php:777
403
+ #: inc/class-easyfancybox-options.php:804
404
+ msgid "Swing"
405
+ msgstr "Калыхацца"
406
+
407
+ #: inc/class-easyfancybox-options.php:522
408
+ #: inc/class-easyfancybox-options.php:549
409
+ #: inc/class-easyfancybox-options.php:778
410
+ #: inc/class-easyfancybox-options.php:805
411
+ msgid "easeInBack"
412
+ msgstr "easeInBack"
413
+
414
+ #: inc/class-easyfancybox-options.php:523
415
+ #: inc/class-easyfancybox-options.php:550
416
+ #: inc/class-easyfancybox-options.php:779
417
+ #: inc/class-easyfancybox-options.php:806
418
+ msgid "easeOutBack"
419
+ msgstr "easeOutBack"
420
+
421
+ #: inc/class-easyfancybox-options.php:530
422
+ #: inc/class-easyfancybox-options.php:786
423
+ msgid "Transition Out"
424
+ msgstr "Пераход з сістэмы"
425
+
426
+ #: inc/class-easyfancybox-options.php:543
427
+ #: inc/class-easyfancybox-options.php:799
428
+ msgid "Easing Out"
429
+ msgstr "Выхад з сістэмы"
430
+
431
+ #: inc/class-easyfancybox-options.php:553
432
+ #: inc/class-easyfancybox-options.php:809
433
+ msgid "Easing effects only apply when Transition is set to Elastic. "
434
+ msgstr "Полегчаня эфекты прымяняюцца толькі тады, калі пераход настроены Elastic"
435
+
436
+ #: inc/class-easyfancybox-options.php:560
437
+ #: inc/class-easyfancybox-options.php:816
438
+ msgid "Transparency fade during elastic transition. CAUTION: Use only when at least Transition In is set to Elastic!"
439
+ msgstr "Празрыстасць выцянуць пры эластычным пераходзе. УВАГА: Выкарыстоўвайце толькі тады, калі па меншай меры, у пераходны усталяваны ў Elastic!"
440
+
441
+ #: inc/class-easyfancybox-options.php:567
442
+ #: inc/class-easyfancybox-options.php:823
443
+ msgid "Close FancyBox when content is clicked"
444
+ msgstr "Зачыніць FancyBox калі змест пстрыкнуў"
445
+
446
+ #: inc/class-easyfancybox-options.php:578
447
+ #: inc/class-easyfancybox-options.php:901
448
+ #: inc/class-easyfancybox-options.php:1004
449
+ #: inc/class-easyfancybox-options.php:1098
450
+ #: inc/class-easyfancybox-options.php:1197
451
+ #: inc/class-easyfancybox-options.php:1295
452
+ #: inc/class-easyfancybox-options.php:1394
453
+ #: inc/class-easyfancybox-options.php:1521
454
+ msgid "Show title"
455
+ msgstr "Паказваць загаловак"
456
+
457
+ #: inc/class-easyfancybox-options.php:582
458
+ #: inc/class-easyfancybox-options.php:905
459
+ #: inc/class-easyfancybox-options.php:1008
460
+ #: inc/class-easyfancybox-options.php:1102
461
+ #: inc/class-easyfancybox-options.php:1201
462
+ #: inc/class-easyfancybox-options.php:1299
463
+ #: inc/class-easyfancybox-options.php:1398
464
+ #: inc/class-easyfancybox-options.php:1525
465
+ msgid "Title Position"
466
+ msgstr "Назва пазіцыі"
467
+
468
+ #: inc/class-easyfancybox-options.php:586
469
+ #: inc/class-easyfancybox-options.php:909
470
+ #: inc/class-easyfancybox-options.php:1012
471
+ #: inc/class-easyfancybox-options.php:1106
472
+ #: inc/class-easyfancybox-options.php:1205
473
+ #: inc/class-easyfancybox-options.php:1303
474
+ #: inc/class-easyfancybox-options.php:1402
475
+ #: inc/class-easyfancybox-options.php:1529
476
+ msgid "Float"
477
+ msgstr "Плаваць"
478
+
479
+ #: inc/class-easyfancybox-options.php:587
480
+ #: inc/class-easyfancybox-options.php:910
481
+ #: inc/class-easyfancybox-options.php:1013
482
+ #: inc/class-easyfancybox-options.php:1107
483
+ #: inc/class-easyfancybox-options.php:1206
484
+ #: inc/class-easyfancybox-options.php:1304
485
+ #: inc/class-easyfancybox-options.php:1403
486
+ #: inc/class-easyfancybox-options.php:1530
487
+ msgid "Outside"
488
+ msgstr "Звонку"
489
+
490
+ #: inc/class-easyfancybox-options.php:588
491
+ #: inc/class-easyfancybox-options.php:911
492
+ #: inc/class-easyfancybox-options.php:1014
493
+ #: inc/class-easyfancybox-options.php:1108
494
+ #: inc/class-easyfancybox-options.php:1207
495
+ #: inc/class-easyfancybox-options.php:1305
496
+ #: inc/class-easyfancybox-options.php:1404
497
+ #: inc/class-easyfancybox-options.php:1531
498
+ msgid "Inside"
499
+ msgstr "Унутры"
500
+
501
+ #: inc/class-easyfancybox-options.php:599
502
+ #: inc/class-easyfancybox-options.php:920
503
+ #: inc/class-easyfancybox-options.php:1023
504
+ #: inc/class-easyfancybox-options.php:1118
505
+ #: inc/class-easyfancybox-options.php:1216
506
+ #: inc/class-easyfancybox-options.php:1314
507
+ #: inc/class-easyfancybox-options.php:1413
508
+ #: inc/class-easyfancybox-options.php:1540
509
+ msgid "Allow title from thumbnail alt tag"
510
+ msgstr "Дазволіць назву ад маленькага alt tag"
511
+
512
+ #: inc/class-easyfancybox-options.php:603
513
+ #: inc/class-easyfancybox-options.php:692
514
+ msgid "Advanced"
515
+ msgstr "Пашыраныя"
516
+
517
+ #: inc/class-easyfancybox-options.php:607
518
+ msgid "Hide/show title on mouse hover action"
519
+ msgstr "Схаваць / паказаць загаловак мышы пры завісанні дзеяння"
520
+
521
+ #: inc/class-easyfancybox-options.php:614
522
+ msgid "Gallery"
523
+ msgstr "Галерэя"
524
+
525
+ #: inc/class-easyfancybox-options.php:618
526
+ msgid "Autogallery"
527
+ msgstr "Аутагалерэя"
528
+
529
+ #: inc/class-easyfancybox-options.php:624
530
+ msgid "WordPress galleries only"
531
+ msgstr "Толькі WordPress галерэі"
532
+
533
+ #: inc/class-easyfancybox-options.php:625
534
+ msgid "All in one gallery"
535
+ msgstr "Усё ў адной галерэі"
536
+
537
+ #: inc/class-easyfancybox-options.php:628
538
+ msgid "When disabled, you can use the rel attribute to manually group image links together."
539
+ msgstr "Пры адключэнні, вы можаце выкарыстоўваць rel атрыбут, каб ўручную аб'яднаць спасылкі групы малюнкаў."
540
+
541
+ #: inc/class-easyfancybox-options.php:635
542
+ msgid "Show the gallery navigation arrows"
543
+ msgstr "Паказаць галерэю з стрэлкамі навігацыі"
544
+
545
+ #: inc/class-easyfancybox-options.php:642
546
+ msgid "Arrow key strokes browse the gallery"
547
+ msgstr "Стрэлкамі націску клавіш праглядзець галерэю"
548
+
549
+ #: inc/class-easyfancybox-options.php:649
550
+ msgid "Include the Mousewheel jQuery extension script to allow gallery browsing by mousewheel action."
551
+ msgstr "Уключыць пMousewheel jQuery extension script, каб праглядзець галерэю з дапамогай мышкі"
552
+
553
+ #: inc/class-easyfancybox-options.php:656
554
+ msgid "Make galleries cyclic, allowing you to keep pressing next/back."
555
+ msgstr "Зрабіце галерэі цыклічнымі, гэта дазваляе націскаць наступны/назад."
556
+
557
+ #: inc/class-easyfancybox-options.php:660
558
+ msgid "Change speed"
559
+ msgstr "Змена хуткасці"
560
+
561
+ #: inc/class-easyfancybox-options.php:672
562
+ msgid "Fade speed"
563
+ msgstr "Знікаемая хуткасць"
564
+
565
+ #: inc/class-easyfancybox-options.php:688
566
+ msgid "Galleries per Section (below)"
567
+ msgstr "Галерэі ў раздзеле (ніж"
568
+
569
+ #: inc/class-easyfancybox-options.php:688
570
+ msgid "This applies when <em>Apply to</em> is set to <em>Limited to Sections</em> and/or <em>Autogallery</em> is set to <em>Galleries per Section</em>. Adapt it to conform with your theme."
571
+ msgstr "Гэта ставіцца, калі <em> Ужыць </em> усталяваны ў становішча <em> Limited да раздзелаў </em> і / або <em> Аутагалерэя</em> ўстаноўлена значэнне <em> Галерэі у раздзеле </em>. Адаптаваць яго, каб адпавядаць вашай тэме."
572
+
573
+ #: inc/class-easyfancybox-options.php:688
574
+ msgid "Examples: If your theme wraps post content in a div with class post, change this value to \"div.post\". If you only want to group images in a WordPress gallery together, use \"div.gallery\". If you want to include images in a sidebar with ID primary, add \", #primary\"."
575
+ msgstr "Прыклады: Калі ваша тэма абкручванні пост ў DIV з класам post, зменіце гэта значэнне на \"div.post\". Калі вы хочаце толькі для групавых здымкаў у галерэі WordPress разам, выкарыстоўвайце \"div.gallery\". Калі вы хочаце, каб уключыць выявы ў бакавую панэль з ID primary, дадаць \", #primary\"."
576
+
577
+ #: inc/class-easyfancybox-options.php:688
578
+ msgid "Hide/show title on mouse hover action works best with Overlay title position."
579
+ msgstr "Схаваць / паказаць загаловак завісання дзеяння мышы лепш за ўсё працуе з Overlay пазіцыі загалоўка."
580
+
581
+ #: inc/class-easyfancybox-options.php:688
582
+ msgid "Auto-rotation uses a fixed 3, 6, 9 or 12 second pause per image."
583
+ msgstr "Автовращение выкарыстоўвае фіксаваны 3, 6, 9 або 12 секунд паўза кожнага малюнка."
584
+
585
+ #: inc/class-easyfancybox-options.php:688
586
+ msgid "(3 seconds)"
587
+ msgstr "(3 секунды)"
588
+
589
+ #: inc/class-easyfancybox-options.php:688
590
+ msgid "(6 seconds)"
591
+ msgstr "(6 секунды)"
592
+
593
+ #: inc/class-easyfancybox-options.php:688
594
+ msgid "(9 seconds)"
595
+ msgstr "(9 секунды)"
596
+
597
+ #: inc/class-easyfancybox-options.php:688
598
+ msgid "(12 seconds)"
599
+ msgstr "(12 секунды)"
600
+
601
+ #: inc/class-easyfancybox-options.php:696
602
+ msgid "Slideshow"
603
+ msgstr "Слайд-шоў"
604
+
605
+ #: inc/class-easyfancybox-options.php:724
606
+ msgid "To make inline content open in an overlay, wrap that content in a div with a unique ID, create a link with target \"#uniqueID\" and give it a class \"fancybox-inline\" attribute."
607
+ msgstr "Зрабіць inline content адкрытым ў выглядзе overlay, загарнуць, што змесціва ў DIV з унікальным ідэнтыфікатарам, стварыць сувязь з мэтавай \"#uniqueID\" і даць яму клас \"FancyBox-инлайн\" атрыбут."
608
+
609
+ #: inc/class-easyfancybox-options.php:742
610
+ msgid "Try to adjust size to inline/html content. If unchecked the default dimensions will be used."
611
+ msgstr "Паспрабуйце наладзіць памер да зместа ўстроены/ html. Калі памеры не ўсталяваны, то будуць выкарыстоўвацца па змаўчанні."
612
+
613
+ #: inc/class-easyfancybox-options.php:746
614
+ msgid "Scrolling"
615
+ msgstr "Скролінг"
616
+
617
+ #: inc/class-easyfancybox-options.php:750
618
+ msgid "Auto"
619
+ msgstr "Аўтаматычны"
620
+
621
+ #: inc/class-easyfancybox-options.php:751
622
+ msgid "Always"
623
+ msgstr "Зайседы"
624
+
625
+ #: inc/class-easyfancybox-options.php:752
626
+ msgid "Never"
627
+ msgstr "Ніколі"
628
+
629
+ #: inc/class-easyfancybox-options.php:755
630
+ msgid "Define scrolling and scrollbar visibility."
631
+ msgstr "Вызначыць перасойванне і бачнасць паласы пракруткі."
632
+
633
+ #: inc/class-easyfancybox-options.php:834
634
+ msgid "To make any PDF document file open in an overlay, switch on Autodetect or use the class \"fancybox-pdf\" for its link."
635
+ msgstr "Для таго, каб любы файл дакумента PDF адкрыць у выглядзе накладання, уключыце Autodetect або выкарыстоўваць клас \"FancyBox-PDF\" для сваёй спасылкі."
636
+
637
+ #: inc/class-easyfancybox-options.php:854
638
+ msgid "Embed with"
639
+ msgstr "Уставіць з "
640
+
641
+ #: inc/class-easyfancybox-options.php:858
642
+ msgid "Object tag (plus fall-back link)"
643
+ msgstr "Тэг аб'екта (плюс запасным спасылка)"
644
+
645
+ #: inc/class-easyfancybox-options.php:859
646
+ msgid "iFrame tag (let browser decide)"
647
+ msgstr "Тэг iFrame(хай браўзэр вырашыць)"
648
+
649
+ #: inc/class-easyfancybox-options.php:944
650
+ msgid "To make any Flash (.swf) file open in an overlay, switch on Autodetect or use the class \"fancybox-swf\" for its link."
651
+ msgstr "Для таго, каб любы Flash (.swf) файл адчынены ў выглядзе накладання, уключыце Autodetect або выкарыстоўваць клас \"fancybox-swf\"для яго сувязі."
652
+
653
+ #: inc/class-easyfancybox-options.php:1038
654
+ msgid "To make any SVG (.svg) file open in an overlay, switch on Autodetect or use the class \"fancybox-svg\" for its link."
655
+ msgstr "Для таго, каб любы SVG (SVG) файл адчынены ў выглядзе накладання, уключыце Autodetect або выкарыстоўваць клас \"FancyBox-за\" SVG яго сувязі."
656
+
657
+ #: inc/class-easyfancybox-options.php:1133
658
+ msgid "To make any YouTube movie open in an overlay, switch on Autodetect or use the class \"fancybox-youtube\" for its link."
659
+ msgstr "Для таго, каб любы фільм YouTube адкрыць у выглядзе накладання, уключыце Autodetect або выкарыстоўваць клас \"FancyBox-YouTube\" для яго сувязі."
660
+
661
+ #: inc/class-easyfancybox-options.php:1231
662
+ msgid "To make any Vimeo movie open in an overlay, switch on Autodetect or use the class \"fancybox-vimeo\" for its link."
663
+ msgstr "Для таго, каб любы Vimeo фільм адкрыты ў выглядзе накладання, уключыце Autodetect або выкарыстоўваць клас \"FancyBox-Vimeo\" для яго сувязі."
664
+
665
+ #: inc/class-easyfancybox-options.php:1330
666
+ msgid "To make any Dailymotion movie open in an overlay, switch on Autodetect or use the class \"fancybox-dailymotion\" for its link."
667
+ msgstr "Для таго, каб любы Dailymotion фільм адкрыты ў выглядзе накладання, уключыце Autodetect або выкарыстоўваць клас \"FancyBox-Dailymotion\" для яго сувязі."
668
+
669
+ #: inc/class-easyfancybox-options.php:1455
670
+ msgid "To make a website or HTML document open in an overlay, use the class \"fancybox-iframe\" for its link."
671
+ msgstr "Для таго, каб зрабіць вэб-сайт або HTML-дакумент адкрыты ў выглядзе накладання, выкарыстоўвайце клас \"FancyBox-IFrame\" для сваёй спасылкі."
672
+
673
+ #. Plugin URI of the plugin/theme
674
+ msgid "http://status301.net/wordpress-plugins/easy-fancybox/"
675
+ msgstr "http://status301.net/wordpress-plugins/easy-fancybox/"
676
+
677
+ #. Description of the plugin/theme
678
+ msgid "Easily enable the <a href=\"http://fancybox.net/\">FancyBox jQuery extension</a> on all image, SWF, PDF, YouTube, Dailymotion and Vimeo links. Also supports iFrame and inline content."
679
+ msgstr "Лёгка ўключыць <a href=\"http://fancybox.net/\">FancyBox jQuery extension</a> усіх спасылкі на малюнкі, SWF, PDF, YouTube, Dailymotion і Vimeo. Таксама падтрымлівае Iframe і ўбудаваны кантэнт."
680
+
681
+ #. Author of the plugin/theme
682
+ msgid "RavanH"
683
+ msgstr "RavanH"
684
+
685
+ #. Author URI of the plugin/theme
686
+ msgid "http://status301.net/"
687
+ msgstr "http://status301.net/"
languages/easy-fancybox-cs_CZ.mo CHANGED
File without changes
languages/easy-fancybox-cs_CZ.po CHANGED
File without changes
languages/easy-fancybox-es_ES.mo CHANGED
File without changes
languages/easy-fancybox-es_ES.po CHANGED
File without changes
languages/easy-fancybox-fa_IR.mo CHANGED
File without changes
languages/easy-fancybox-fa_IR.po CHANGED
File without changes
languages/easy-fancybox-fr_FR.mo CHANGED
File without changes
languages/easy-fancybox-fr_FR.po CHANGED
File without changes
languages/easy-fancybox-hi_IN.mo CHANGED
File without changes
languages/easy-fancybox-hi_IN.po CHANGED
File without changes
languages/easy-fancybox-hr.mo CHANGED
Binary file
languages/easy-fancybox-hr.po CHANGED
@@ -4,157 +4,76 @@ msgid ""
4
  msgstr ""
5
  "Project-Id-Version: Easy FancyBox/1.5\n"
6
  "Report-Msgid-Bugs-To: \n"
7
- "POT-Creation-Date: 2014-01-05 16:56+0100\n"
8
- "PO-Revision-Date: 2014-10-02 18:06+0100\n"
9
  "Last-Translator: RavanH <ravanhagen@gmail.com>\n"
10
  "Language-Team: Easy FancyBox Languages <ravanhagen@gmail.com>\n"
 
11
  "MIME-Version: 1.0\n"
12
  "Content-Type: text/plain; charset=UTF-8\n"
13
  "Content-Transfer-Encoding: 8bit\n"
14
  "X-Poedit-KeywordsList: __;_e;_n\n"
15
  "X-Poedit-Basepath: .\n"
16
  "X-Generator: Poedit 1.5.4\n"
17
- "Language: Croatian\n"
18
  "X-Poedit-SearchPath-0: ..\n"
19
  "X-Poedit-SearchPath-1: ../../easy-fancybox-pro\n"
20
 
21
- #: ../easy-fancybox-class.php:341
22
- msgid "Donate to keep the Easy FancyBox plugin development going!"
23
- msgstr "Donirajte kako bi podržali razvoj Easy FancyBox plugina"
24
-
25
- #: ../easy-fancybox-class.php:341
26
- #, php-format
27
- msgid ""
28
- "The options in this section are provided by the plugin %s and determine the "
29
- "<strong>Media Lightbox</strong> overlay appearance and behaviour controlled "
30
- "by %s."
31
- msgstr ""
32
- "Opcije u ovom dijelu pruža plugin %s i određuje <strong>Media Lightbox</"
33
- "strong> overlay prikaz i ponašanje koje kontrolira %s."
34
-
35
- #: ../easy-fancybox-class.php:341
36
- msgid "Easy FancyBox"
37
- msgstr "Easy FancyBox"
38
-
39
- #: ../easy-fancybox-class.php:341 ../easy-fancybox-class.php:531
40
- #: ../easy-fancybox-class.php:571
41
- msgid "FancyBox"
42
- msgstr "FancyBox"
43
-
44
- #: ../easy-fancybox-class.php:341
45
- msgid ""
46
- "First enable each sub-section that you need. Then save and come back to "
47
- "adjust its specific settings."
48
- msgstr ""
49
- "Prvo omogućite svaku podsekciju koju trebate. Onda snimite i vratite se da "
50
- "podesite specifične pojedinosti."
51
-
52
- #: ../easy-fancybox-class.php:341
53
- msgid ""
54
- "Note: Each additional sub-section and features like <em>Auto-detection</em>, "
55
- "<em>Elastic transitions</em> and all <em>Easing effects</em> (except Swing) "
56
- "will have some extra impact on client-side page speed. Enable only those sub-"
57
- "sections and options that you actually need on your site."
58
- msgstr ""
59
- "Napomena: svaka dodatna stavka i mogućnosti poput <em>Automatskog "
60
- "prepoznavanja</em>, <em>Elastičnih prijelaza</em> i svih <em>Olakšavajućih "
61
- "efekata</em> (osim Swinga) imat će dodatni utjecaj na brzinu otvaranja "
62
- "stranica kod klijenta. Uključite samo one podsekcije i opcije koje zaista "
63
- "trebate."
64
-
65
- #: ../easy-fancybox-class.php:341
66
- msgid ""
67
- "Some setting like Transition options are unavailable for SWF video, PDF and "
68
- "iFrame content to ensure browser compatibility and readability."
69
- msgstr ""
70
- "Neke opcije poput Tranzicijskih opcija su nedostupne za SWF video datoteke, "
71
- "PDF i iFrame sadržaj kako bi se osigurala dobra podrška za web preglednike i "
72
- "dobra čitljivost."
73
-
74
- #: ../easy-fancybox-class.php:385
75
- msgid "Checked"
76
- msgstr "Omogućeno"
77
-
78
- #: ../easy-fancybox-class.php:387
79
- msgid "Unchecked"
80
- msgstr "Onemogućeno"
81
-
82
- #: ../easy-fancybox-class.php:571
83
- msgid "Easy FancyBox Settings"
84
- msgstr "Postavke Easy FancyBoxa"
85
-
86
- #: ../easy-fancybox-class.php:580
87
- msgid "Sections"
88
- msgstr "Stavke"
89
-
90
- #: ../easy-fancybox-class.php:581 ../easy-fancybox-settings.php:9
91
  msgid "Global settings"
92
  msgstr "Opće postavke"
93
 
94
- #: ../easy-fancybox-class.php:582 ../easy-fancybox-settings.php:27
95
- #: ../easy-fancybox-settings.php:370
 
 
 
 
 
 
 
 
96
  msgid "Images"
97
  msgstr "Slike"
98
 
99
- #: ../easy-fancybox-class.php:583 ../easy-fancybox-settings.php:34
100
- #: ../easy-fancybox-settings.php:633
101
  msgid "Inline content"
102
  msgstr "Ugrađeni sadržaj"
103
 
104
- #: ../easy-fancybox-class.php:584 ../easy-fancybox-settings.php:41
105
- #: ../easy-fancybox-settings.php:743
106
  msgid "PDF"
107
  msgstr "PDF"
108
 
109
- #: ../easy-fancybox-class.php:585 ../easy-fancybox-settings.php:48
110
- #: ../easy-fancybox-settings.php:868
111
  msgid "SWF"
112
  msgstr "SWF"
113
 
114
- #: ../easy-fancybox-class.php:586 ../easy-fancybox-settings.php:62
115
- #: ../easy-fancybox-settings.php:1057
 
 
 
 
116
  msgid "YouTube"
117
  msgstr "YouTube"
118
 
119
- #: ../easy-fancybox-class.php:587 ../easy-fancybox-settings.php:69
120
- #: ../easy-fancybox-settings.php:1165
121
  msgid "Vimeo"
122
  msgstr "Vimeo"
123
 
124
- #: ../easy-fancybox-class.php:588 ../easy-fancybox-settings.php:76
125
- #: ../easy-fancybox-settings.php:1265
126
  msgid "Dailymotion"
127
  msgstr "Dailymotion"
128
 
129
- #: ../easy-fancybox-class.php:589 ../easy-fancybox-settings.php:83
130
- #: ../easy-fancybox-settings.php:1391
131
  msgid "iFrames"
132
  msgstr "iFrameovi"
133
 
134
- #: ../easy-fancybox-class.php:617
135
- msgid "Support"
136
- msgstr "Podrška"
137
-
138
- #: ../easy-fancybox-class.php:618
139
- msgid "Resources"
140
- msgstr "Resursi"
141
-
142
- #: ../easy-fancybox-class.php:620
143
- msgid "Credits"
144
- msgstr "Krediti"
145
-
146
- #: ../easy-fancybox-settings.php:14
147
- msgid "Media"
148
- msgstr "Mediji"
149
-
150
- #: ../easy-fancybox-settings.php:20
151
- msgid "Enable FancyBox for"
152
- msgstr "Uključi FancyBox za "
153
-
154
- #: ../easy-fancybox-settings.php:55 ../easy-fancybox-settings.php:962
155
- msgid "SVG"
156
- msgstr "SVG"
157
-
158
  #: ../easy-fancybox-settings.php:86
159
  msgid ""
160
  "For advanced options and support, please get the Easy FancyBox - Pro "
@@ -183,10 +102,10 @@ msgstr "Otvori kod učitavanja stranice"
183
  msgid "Link with ID \"fancybox-auto\""
184
  msgstr "Poveži sa ID-em \"fancybox-auto\""
185
 
186
- #: ../easy-fancybox-settings.php:118 ../easy-fancybox-settings.php:409
187
- #: ../easy-fancybox-settings.php:440 ../easy-fancybox-settings.php:467
188
- #: ../easy-fancybox-settings.php:542 ../easy-fancybox-settings.php:696
189
- #: ../easy-fancybox-settings.php:723
190
  msgid "More options &raquo;"
191
  msgstr "Više opcija &raquo;"
192
 
@@ -198,7 +117,7 @@ msgstr ""
198
  "Uključite Metadata jQuery ekstenziju kako bi dozvolili propuštanje vlastitih "
199
  "parametara kroz klasu link."
200
 
201
- #: ../easy-fancybox-settings.php:130 ../easy-fancybox-settings.php:503
202
  msgid "Overlay"
203
  msgstr "Prekrivanje (overlay)"
204
 
@@ -210,7 +129,7 @@ msgstr "Prikaži overlay (prekrivanje) preko sadržaja otvorenog u FancyBoxu."
210
  msgid "Close FancyBox when overlay is clicked."
211
  msgstr "Zatvori FancyBox kad je prekrivanje kliknuto."
212
 
213
- #: ../easy-fancybox-settings.php:150 ../easy-fancybox-settings.php:228
214
  msgid "Opacity"
215
  msgstr "Prozirnost"
216
 
@@ -219,12 +138,11 @@ msgid "Value between 0 and 1. "
219
  msgstr "Vrijednost između 0 i 1"
220
 
221
  #: ../easy-fancybox-settings.php:158 ../easy-fancybox-settings.php:167
222
- #: ../easy-fancybox-settings.php:286 ../easy-fancybox-settings.php:337
223
- #: ../easy-fancybox-settings.php:595
224
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:103
225
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:108
226
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:147
227
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:244
228
  msgid "Default:"
229
  msgstr "Originalna vrijednost:"
230
 
@@ -233,18 +151,26 @@ msgid "Color"
233
  msgstr "Boja"
234
 
235
  #: ../easy-fancybox-settings.php:167
 
236
  msgid "Enter an HTML color value."
237
  msgstr "Unesite HTML oznaku boje."
238
 
239
  #: ../easy-fancybox-settings.php:175
 
240
  msgid "Spotlight effect"
241
  msgstr "Efekt reflektora"
242
 
 
 
 
 
 
 
243
  #: ../easy-fancybox-settings.php:180
244
  msgid "Window"
245
  msgstr "Prozor"
246
 
247
- #: ../easy-fancybox-settings.php:186 ../easy-fancybox-settings.php:485
248
  msgid "Appearance"
249
  msgstr "Izgled"
250
 
@@ -257,35 +183,45 @@ msgid "Background color"
257
  msgstr "Boja pozadine"
258
 
259
  #: ../easy-fancybox-settings.php:208
260
- msgid "Border color"
261
- msgstr "Boja okvira"
262
 
263
  #: ../easy-fancybox-settings.php:218
264
- msgid "Text color"
 
265
  msgstr "Boja teksta"
266
 
267
- #: ../easy-fancybox-settings.php:223 ../easy-fancybox-settings.php:236
268
- #: ../easy-fancybox-settings.php:249 ../easy-fancybox-settings.php:524
269
- #: ../easy-fancybox-settings.php:613
270
- msgid "Make available &raquo;"
271
- msgstr "Učini dostupnim &raquo;"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
272
 
273
- #: ../easy-fancybox-settings.php:241
274
  msgid "Border radius"
275
  msgstr "Polumjer ruba"
276
 
277
  #: ../easy-fancybox-settings.php:249
278
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:114
279
- msgid "Set a border radius to create rounded corners. Higher is rounder."
280
- msgstr ""
281
- "Postaviti polumjer ruba da bi se prikazali zaobljeni rubovi. Veća vrijednost "
282
- "znači zaobljenije."
283
-
284
- #: ../easy-fancybox-settings.php:254
285
  msgid "Dimensions"
286
  msgstr "Dimenzije"
287
 
288
- #: ../easy-fancybox-settings.php:286
289
  msgid ""
290
  "If content size is not set or cannot be determined automatically, these "
291
  "default dimensions will be used."
@@ -293,35 +229,51 @@ msgstr ""
293
  "Ako veličina sadržaja nije postavljena ili ne može biti procijenjena "
294
  "automatski, ove standardne dimenzije će se koristiti."
295
 
296
- #: ../easy-fancybox-settings.php:291 ../easy-fancybox-settings.php:413
297
  msgid "Behavior"
298
  msgstr "Ponašanje"
299
 
300
- #: ../easy-fancybox-settings.php:298
301
  msgid "Center while scrolling"
302
  msgstr "Centrirati dok se scrolla"
303
 
304
- #: ../easy-fancybox-settings.php:305
305
  msgid "Esc key stroke closes FancyBox"
306
  msgstr "Tipka Esc zatvara FancyBox"
307
 
308
- #: ../easy-fancybox-settings.php:312
309
  msgid "Scale large content down to fit in the browser viewport."
310
  msgstr "Umanjuje prevelik sadržaj kako bi stao u okvir browsera."
311
 
312
- #: ../easy-fancybox-settings.php:316
313
  msgid "Opening speed"
314
  msgstr "Brzina otvaranja"
315
 
316
- #: ../easy-fancybox-settings.php:328
317
  msgid "Closing speed"
318
  msgstr "Brzina zatvaranja"
319
 
320
- #: ../easy-fancybox-settings.php:337 ../easy-fancybox-settings.php:595
321
  msgid "Duration in milliseconds. Higher is slower."
322
  msgstr "Trajanje u milisekundama. Više je sporije."
323
 
324
- #: ../easy-fancybox-settings.php:375
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
325
  msgid ""
326
  "To make images open in an overlay, add their extension to the Autodetect "
327
  "field or use the class \"fancybox\" for its link. Clear field to switch off "
@@ -331,91 +283,82 @@ msgstr ""
331
  "Autodetect polje ili koristite klasu \"fancybox\" za njihov link. Pobrišite "
332
  "polje kako bi ugasili svu autodetekciju."
333
 
334
- #: ../easy-fancybox-settings.php:390 ../easy-fancybox-settings.php:756
335
- #: ../easy-fancybox-settings.php:881 ../easy-fancybox-settings.php:975
336
- #: ../easy-fancybox-settings.php:1071 ../easy-fancybox-settings.php:1179
337
- #: ../easy-fancybox-settings.php:1279
338
  msgid "Autodetect"
339
  msgstr "Autodetekcija"
340
 
341
- #: ../easy-fancybox-settings.php:397
342
- msgid "Example:"
343
- msgstr "Primjer:"
344
-
345
- #: ../easy-fancybox-settings.php:401
346
  msgid "Apply to"
347
  msgstr "Primijeniti na"
348
 
349
- #: ../easy-fancybox-settings.php:406
350
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:147
351
  msgid "All image links"
352
  msgstr "Svi linkovi na slike"
353
 
354
- #: ../easy-fancybox-settings.php:417 ../easy-fancybox-settings.php:673
 
 
 
 
 
355
  msgid "Transition In"
356
  msgstr "Prijelaz na"
357
 
358
- #: ../easy-fancybox-settings.php:422 ../easy-fancybox-settings.php:449
359
- #: ../easy-fancybox-settings.php:678 ../easy-fancybox-settings.php:705
360
  msgid "Fade"
361
  msgstr "Izblijediti"
362
 
363
- #: ../easy-fancybox-settings.php:423 ../easy-fancybox-settings.php:450
364
- #: ../easy-fancybox-settings.php:679 ../easy-fancybox-settings.php:706
365
  msgid "Elastic"
366
  msgstr "Elastic"
367
 
368
- #: ../easy-fancybox-settings.php:430 ../easy-fancybox-settings.php:686
369
  msgid "Easing In"
370
  msgstr "Easing in"
371
 
372
- #: ../easy-fancybox-settings.php:434 ../easy-fancybox-settings.php:461
373
- #: ../easy-fancybox-settings.php:690 ../easy-fancybox-settings.php:717
374
  msgid "Linear"
375
  msgstr "Linearno"
376
 
377
- #: ../easy-fancybox-settings.php:435 ../easy-fancybox-settings.php:462
378
- #: ../easy-fancybox-settings.php:691 ../easy-fancybox-settings.php:718
379
  msgid "Swing"
380
  msgstr "Swing"
381
 
382
- #: ../easy-fancybox-settings.php:436 ../easy-fancybox-settings.php:463
383
- #: ../easy-fancybox-settings.php:692 ../easy-fancybox-settings.php:719
384
  msgid "easeInBack"
385
  msgstr "easeInBack"
386
 
387
- #: ../easy-fancybox-settings.php:437 ../easy-fancybox-settings.php:464
388
- #: ../easy-fancybox-settings.php:693 ../easy-fancybox-settings.php:720
389
  msgid "easeOutBack"
390
  msgstr "easeOutBack"
391
 
392
- #: ../easy-fancybox-settings.php:444 ../easy-fancybox-settings.php:700
393
  msgid "Transition Out"
394
  msgstr "Transition Out"
395
 
396
- #: ../easy-fancybox-settings.php:457 ../easy-fancybox-settings.php:713
397
  msgid "Easing Out"
398
  msgstr "Easing Out"
399
 
400
- #: ../easy-fancybox-settings.php:467 ../easy-fancybox-settings.php:542
401
- #: ../easy-fancybox-settings.php:723
402
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:213
403
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:219
404
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:230
405
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:258
406
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:332
407
- msgid "Note:"
408
- msgstr "Napomena:"
409
-
410
- #: ../easy-fancybox-settings.php:467 ../easy-fancybox-settings.php:723
411
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:213
412
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:332
413
  msgid "Easing effects only apply when Transition is set to Elastic. "
414
  msgstr ""
415
  "Efekti olakšavanja se primjenjuju samo kad je Transition postavljen na "
416
  "Elastic."
417
 
418
- #: ../easy-fancybox-settings.php:474 ../easy-fancybox-settings.php:730
419
  msgid ""
420
  "Transparency fade during elastic transition. CAUTION: Use only when at least "
421
  "Transition In is set to Elastic!"
@@ -423,79 +366,79 @@ msgstr ""
423
  "Smanjenje prozirnosti tijekom elastic prijelaza. UPOZORENJE: koristiti samo "
424
  "kad je barem Transition postavljen na Elastic!"
425
 
426
- #: ../easy-fancybox-settings.php:481 ../easy-fancybox-settings.php:737
427
  msgid "Close FancyBox when content is clicked"
428
  msgstr "Zatvoriti FancyBox kad je kliknut sadržaj"
429
 
430
- #: ../easy-fancybox-settings.php:492 ../easy-fancybox-settings.php:810
431
- #: ../easy-fancybox-settings.php:933 ../easy-fancybox-settings.php:1027
432
- #: ../easy-fancybox-settings.php:1136 ../easy-fancybox-settings.php:1235
433
- #: ../easy-fancybox-settings.php:1335 ../easy-fancybox-settings.php:1459
434
  msgid "Show title"
435
  msgstr "Prikaži naslov"
436
 
437
- #: ../easy-fancybox-settings.php:496 ../easy-fancybox-settings.php:814
438
- #: ../easy-fancybox-settings.php:937 ../easy-fancybox-settings.php:1031
439
- #: ../easy-fancybox-settings.php:1140 ../easy-fancybox-settings.php:1239
440
- #: ../easy-fancybox-settings.php:1339 ../easy-fancybox-settings.php:1463
441
  msgid "Title Position"
442
  msgstr "Pozicija naslova"
443
 
444
- #: ../easy-fancybox-settings.php:500 ../easy-fancybox-settings.php:818
445
- #: ../easy-fancybox-settings.php:941 ../easy-fancybox-settings.php:1035
446
- #: ../easy-fancybox-settings.php:1144 ../easy-fancybox-settings.php:1243
447
- #: ../easy-fancybox-settings.php:1343 ../easy-fancybox-settings.php:1467
448
  msgid "Float"
449
  msgstr "Plutajuće"
450
 
451
- #: ../easy-fancybox-settings.php:501 ../easy-fancybox-settings.php:819
452
- #: ../easy-fancybox-settings.php:942 ../easy-fancybox-settings.php:1036
453
- #: ../easy-fancybox-settings.php:1145 ../easy-fancybox-settings.php:1244
454
- #: ../easy-fancybox-settings.php:1344 ../easy-fancybox-settings.php:1468
455
  msgid "Outside"
456
  msgstr "Vanjsko"
457
 
458
- #: ../easy-fancybox-settings.php:502 ../easy-fancybox-settings.php:820
459
- #: ../easy-fancybox-settings.php:943 ../easy-fancybox-settings.php:1037
460
- #: ../easy-fancybox-settings.php:1146 ../easy-fancybox-settings.php:1245
461
- #: ../easy-fancybox-settings.php:1345 ../easy-fancybox-settings.php:1469
462
  msgid "Inside"
463
  msgstr "Unutarnje"
464
 
465
- #: ../easy-fancybox-settings.php:513 ../easy-fancybox-settings.php:829
466
- #: ../easy-fancybox-settings.php:952 ../easy-fancybox-settings.php:1047
467
- #: ../easy-fancybox-settings.php:1155 ../easy-fancybox-settings.php:1254
468
- #: ../easy-fancybox-settings.php:1354 ../easy-fancybox-settings.php:1478
469
  msgid "Allow title from thumbnail alt tag"
470
  msgstr "Dozvoli naslov iz alt oznake smanjene slike"
471
 
472
- #: ../easy-fancybox-settings.php:517 ../easy-fancybox-settings.php:606
473
  msgid "Advanced"
474
  msgstr "Napredno"
475
 
476
- #: ../easy-fancybox-settings.php:521
477
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:228
478
  msgid "Hide/show title on mouse hover action"
479
  msgstr "Prikaži/sakrij naslov kad je pokazivač miša iznad"
480
 
481
- #: ../easy-fancybox-settings.php:528
482
  msgid "Gallery"
483
  msgstr "Galerija"
484
 
485
- #: ../easy-fancybox-settings.php:532
486
  msgid "Autogallery"
487
  msgstr "Automatska galerija"
488
 
489
- #: ../easy-fancybox-settings.php:538
490
  msgid "WordPress galleries only"
491
  msgstr "Samo Wordpress galerija"
492
 
493
- #: ../easy-fancybox-settings.php:539
494
  msgid "All in one gallery"
495
  msgstr "Sve-u-jednom galerija"
496
 
497
- #: ../easy-fancybox-settings.php:542
498
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:219
499
  msgid ""
500
  "When disabled, you can use the rel attribute to manually group image links "
501
  "together."
@@ -503,15 +446,15 @@ msgstr ""
503
  "Kad je onemogućeno, možete koristiti stvarne atribute da ručno grupirate "
504
  "linkove slika."
505
 
506
- #: ../easy-fancybox-settings.php:549
507
  msgid "Show the gallery navigation arrows"
508
  msgstr "Prikazati strelice za navigaciju po galeriji"
509
 
510
- #: ../easy-fancybox-settings.php:556
511
  msgid "Arrow key strokes browse the gallery"
512
  msgstr "Kursorske tipke mogu navigirati kroz galeriju"
513
 
514
- #: ../easy-fancybox-settings.php:563
515
  msgid ""
516
  "Include the Mousewheel jQuery extension script to allow gallery browsing by "
517
  "mousewheel action."
@@ -519,26 +462,26 @@ msgstr ""
519
  "Uključiti Mousewheel jQuery ekstenziju kako bi se moglo prolaziti kroz "
520
  "galeriju putem kotačića na mišu."
521
 
522
- #: ../easy-fancybox-settings.php:570
523
  msgid "Make galleries cyclic, allowing you to keep pressing next/back."
524
  msgstr ""
525
  "Pretvoriti galerije u ciklične, kako bi se moglo kružno ići sa sljedeći/"
526
  "prethodni"
527
 
528
- #: ../easy-fancybox-settings.php:574
529
  msgid "Change speed"
530
  msgstr "Brzina promjene"
531
 
532
- #: ../easy-fancybox-settings.php:586
533
  msgid "Fade speed"
534
  msgstr "Brzina blijeđenja"
535
 
536
- #: ../easy-fancybox-settings.php:602
537
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:217
538
  msgid "Galleries per Section (below)"
539
  msgstr "Galerija po sekciji (ispod)"
540
 
541
- #: ../easy-fancybox-settings.php:602
542
  msgid ""
543
  "This applies when <em>Apply to</em> is set to <em>Limited to Sections</em> "
544
  "and/or <em>Autogallery</em> is set to <em>Galleries per Section</em>. Adapt "
@@ -548,7 +491,7 @@ msgstr ""
548
  "sekciju</em> i/ili <em>Autogalerija</em> je postavljena na <em>Galerije po "
549
  "sekciji</em>. Prilagodite to da se slaže sa vašom temom."
550
 
551
- #: ../easy-fancybox-settings.php:602
552
  msgid ""
553
  "Examples: If your theme wraps post content in a div with class post, change "
554
  "this value to \"div.post\". If you only want to group images in a WordPress "
@@ -560,44 +503,44 @@ msgstr ""
560
  "slike u WordPress galeriju, koristite \"div.gallery\". AKo želite uključiti "
561
  "slike sa ID-om primary u bočnom okviru, dodajte \", #primary\"."
562
 
563
- #: ../easy-fancybox-settings.php:602
564
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:230
565
  msgid ""
566
  "Hide/show title on mouse hover action works best with Overlay title position."
567
  msgstr ""
568
  "Prikaži/sakrij naslov kod prekrivanja kursorom radi najbolje sa Overlay "
569
  "pozicijom naslova."
570
 
571
- #: ../easy-fancybox-settings.php:602
572
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:258
573
  msgid "Auto-rotation uses a fixed 3, 6, 9 or 12 second pause per image."
574
  msgstr "Auto-rotacija koristi fiksnih 3,6,9 ili 12 sekundi pauze između slika."
575
 
576
- #: ../easy-fancybox-settings.php:602
577
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:253
578
  msgid "(3 seconds)"
579
  msgstr "(3 sekunde)"
580
 
581
- #: ../easy-fancybox-settings.php:602
582
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:254
583
  msgid "(6 seconds)"
584
  msgstr "(6 sekundi)"
585
 
586
- #: ../easy-fancybox-settings.php:602
587
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:255
588
  msgid "(9 seconds)"
589
  msgstr "(9 sekundi)"
590
 
591
- #: ../easy-fancybox-settings.php:602
592
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:256
593
  msgid "(12 seconds)"
594
  msgstr "(12 sekundi)"
595
 
596
- #: ../easy-fancybox-settings.php:610
597
  msgid "Slideshow"
598
  msgstr "Slideshow"
599
 
600
- #: ../easy-fancybox-settings.php:638
601
  msgid ""
602
  "To make inline content open in an overlay, wrap that content in a div with a "
603
  "unique ID, create a link with target \"#uniqueID\" and give it a class "
@@ -606,7 +549,7 @@ msgstr ""
606
  "Kako bi se inline sadržaj otvorio u overlayu, obuhvatite taj sadržaj s div "
607
  "tagom s jedinstvenim ID-om i dajte mu atribut class \"fancybox-inline\" ."
608
 
609
- #: ../easy-fancybox-settings.php:656
610
  msgid ""
611
  "Try to adjust size to inline/html content. If unchecked or size cannot be "
612
  "determined, the default dimensions will be used."
@@ -614,27 +557,27 @@ msgstr ""
614
  "Pokušajte prilagoditi veličinu za inline/html sadržaj. Ako nije podešena ili "
615
  "veličina ne može biti određena, koristit će se originalne dimenzije."
616
 
617
- #: ../easy-fancybox-settings.php:660 ../easy-fancybox-settings.php:1411
618
  msgid "Scrolling"
619
  msgstr "Pomicanje"
620
 
621
- #: ../easy-fancybox-settings.php:664 ../easy-fancybox-settings.php:1415
622
  msgid "Auto"
623
  msgstr "Automatski"
624
 
625
- #: ../easy-fancybox-settings.php:665 ../easy-fancybox-settings.php:1416
626
  msgid "Always"
627
  msgstr "Uvijek"
628
 
629
- #: ../easy-fancybox-settings.php:666 ../easy-fancybox-settings.php:1417
630
  msgid "Never"
631
  msgstr "Nikad"
632
 
633
- #: ../easy-fancybox-settings.php:669 ../easy-fancybox-settings.php:1420
634
  msgid "Define scrolling and scrollbar visibility."
635
  msgstr "Definirati pomicanje i vidljivost trake za pomicanje"
636
 
637
- #: ../easy-fancybox-settings.php:748
638
  msgid ""
639
  "To make any PDF document file open in an overlay, switch on Autodetect or "
640
  "use the class \"fancybox-pdf\" for its link."
@@ -642,7 +585,7 @@ msgstr ""
642
  "Da bi se svaki PDF dokument otvarao u overlayu, uključite Autoprepoznavanje "
643
  "ili koristite klasu \"fancybox-pdf\" za njegov link."
644
 
645
- #: ../easy-fancybox-settings.php:873
646
  msgid ""
647
  "To make any Flash (.swf) file open in an overlay, switch on Autodetect or "
648
  "use the class \"fancybox-swf\" for its link."
@@ -650,7 +593,7 @@ msgstr ""
650
  "Da bi se svaki SWF dokument otvarao u overlayu, uključite Autoprepoznavanje "
651
  "ili koristite klasu \"fancybox-swf\" za njegov link."
652
 
653
- #: ../easy-fancybox-settings.php:967
654
  msgid ""
655
  "To make any SVG (.svg) file open in an overlay, switch on Autodetect or use "
656
  "the class \"fancybox-svg\" for its link."
@@ -658,7 +601,7 @@ msgstr ""
658
  "Da bi se svaki SVG dokument otvarao u overlayu, uključite Autoprepoznavanje "
659
  "ili koristite klasu \"fancybox-svg\" za njegov link."
660
 
661
- #: ../easy-fancybox-settings.php:1062
662
  msgid ""
663
  "To make any YouTube movie open in an overlay, switch on Autodetect or use "
664
  "the class \"fancybox-youtube\" for its link."
@@ -666,11 +609,11 @@ msgstr ""
666
  "Da bi se svaki YouTube video otvarao u overlayu, uključite Autoprepoznavanje "
667
  "ili koristite klasu \"fancybox-youtube\" za njegov link."
668
 
669
- #: ../easy-fancybox-settings.php:1080
670
  msgid "Autodetect Short links"
671
  msgstr "Automatsko prepoznavanje skraćenih linkova"
672
 
673
- #: ../easy-fancybox-settings.php:1170
674
  msgid ""
675
  "To make any Vimeo movie open in an overlay, switch on Autodetect or use the "
676
  "class \"fancybox-vimeo\" for its link."
@@ -678,7 +621,7 @@ msgstr ""
678
  "Da bi se svaki Vimeo video otvarao u overlayu, uključite Autoprepoznavanje "
679
  "ili koristite klasu \"fancybox-vimeo\" za njegov link."
680
 
681
- #: ../easy-fancybox-settings.php:1270
682
  msgid ""
683
  "To make any Dailymotion movie open in an overlay, switch on Autodetect or "
684
  "use the class \"fancybox-dailymotion\" for its link."
@@ -687,7 +630,7 @@ msgstr ""
687
  "Autoprepoznavanje ili koristite klasu \"fancybox-dailymotion\" za njegov "
688
  "link."
689
 
690
- #: ../easy-fancybox-settings.php:1396
691
  msgid ""
692
  "To make a website or HTML document open in an overlay, use the class "
693
  "\"fancybox-iframe\" for its link."
@@ -695,6 +638,87 @@ msgstr ""
695
  "Da bi se svaka web stranica ili HTML dokument otvarali u overlayu, "
696
  "koristite klasu \"fancybox-iframe\" za njihov link."
697
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
698
  #: ../../easy-fancybox-pro/easy-fancybox-pro.php:46
699
  msgid ""
700
  "Thank you for purchasing the Easy FancyBox - Pro extension. New options are "
@@ -743,211 +767,217 @@ msgstr "Link na prvi iFrame"
743
  msgid "First of any link"
744
  msgstr "Prvi link na neki sadržaj"
745
 
746
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:145
 
 
 
 
 
 
747
  msgid "Links inside Section(s) only (below)"
748
  msgstr "Linkovi unutar sekcija samo na dnu"
749
 
750
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:151
751
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:184
752
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:270
753
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:303
754
  msgid "easeInQuad"
755
  msgstr "easeInQuad"
756
 
757
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:152
758
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:185
759
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:271
760
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:304
761
  msgid "easeOutQuad"
762
  msgstr "easeOutQuad"
763
 
764
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:153
765
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:186
766
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:272
767
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:305
768
  msgid "easeInOutQuad"
769
  msgstr "easeInOutQuad"
770
 
771
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:154
772
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:187
773
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:273
774
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:306
775
  msgid "easeInCubic"
776
  msgstr "easeInCubic"
777
 
778
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:155
779
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:188
780
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:274
781
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:307
782
  msgid "easeOutCubic"
783
  msgstr "easeOutCubic"
784
 
785
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:156
786
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:189
787
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:275
788
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:308
789
  msgid "easeInOutCubic"
790
  msgstr "easeInOutCubic"
791
 
792
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:157
793
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:190
794
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:276
795
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:309
796
  msgid "easeInQuart"
797
  msgstr "easeInQuart"
798
 
799
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:158
800
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:191
801
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:277
802
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:310
803
  msgid "easeOutQuart"
804
  msgstr "easeOutQuart"
805
 
806
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:159
807
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:192
808
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:278
809
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:311
810
  msgid "easeInOutQuart"
811
  msgstr "easeInOutQuart"
812
 
813
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:160
814
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:193
815
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:279
816
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:312
817
  msgid "easeInQuint"
818
  msgstr "easeInQuint"
819
 
820
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:161
821
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:194
822
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:280
823
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:313
824
  msgid "easeOutQuint"
825
  msgstr "easeOutQuint"
826
 
827
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:162
828
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:195
829
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:281
830
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:314
831
  msgid "easeInOutQuint"
832
  msgstr "easeInOutQuint"
833
 
834
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:163
835
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:196
836
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:282
837
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:315
838
  msgid "easeInSine"
839
  msgstr "easeInSine"
840
 
841
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:164
842
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:197
843
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:283
844
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:316
845
  msgid "easeOutSine"
846
  msgstr "easeOutSine"
847
 
848
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:165
849
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:198
850
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:284
851
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:317
852
  msgid "easeInOutSine"
853
  msgstr "easeInOutSine"
854
 
855
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:166
856
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:199
857
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:285
858
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:318
859
  msgid "easeInExpo"
860
  msgstr "easeInExpo"
861
 
862
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:167
863
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:200
864
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:286
865
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:319
866
  msgid "easeOutExpo"
867
  msgstr "easeOutExpo"
868
 
869
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:168
870
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:201
871
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:287
872
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:320
873
  msgid "easeInOutExpo"
874
  msgstr "easeInOutExpo"
875
 
876
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:169
877
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:202
878
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:288
879
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:321
880
  msgid "easeInCirc"
881
  msgstr "easeInCirc"
882
 
883
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:170
884
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:203
885
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:289
886
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:322
887
  msgid "easeOutCirc"
888
  msgstr "easeOutCirc"
889
 
890
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:171
891
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:204
892
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:290
893
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:323
894
  msgid "easeInOutCirc"
895
  msgstr "easeInOutCirc"
896
 
897
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:172
898
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:205
899
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:291
900
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:324
901
  msgid "easeInElastic"
902
  msgstr "easeInElastic"
903
 
904
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:173
905
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:206
906
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:292
907
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:325
908
  msgid "easeOutElastic"
909
  msgstr "easeOutElastic"
910
 
911
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:174
912
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:207
913
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:293
914
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:326
915
  msgid "easeInOutElastic"
916
  msgstr "easeInOutElastic"
917
 
918
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:175
919
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:208
920
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:294
921
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:327
922
  msgid "easeInOutBack"
923
  msgstr "easeInOutBack"
924
 
925
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:176
926
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:209
927
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:295
928
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:328
929
  msgid "easeInBounce"
930
  msgstr "easeInBounce"
931
 
932
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:177
933
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:210
934
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:296
935
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:329
936
  msgid "easeOutBounce"
937
  msgstr "easeOutBounce"
938
 
939
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:178
940
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:211
941
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:297
942
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:330
943
  msgid "easeInOutBounce"
944
  msgstr "easeInOutBounce"
945
 
946
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:238
947
  msgid "Section(s)"
948
  msgstr "Sekcije"
949
 
950
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:244
951
  msgid ""
952
  "This applies when <em>Apply to</em> is set to <em>Limited to Sections</em> "
953
  "and/or <em>Auto-gallery</em> is set to <em>Galleries per Section</em>. Adapt "
@@ -957,7 +987,7 @@ msgstr ""
957
  "na odsječke</em> i/ili <em>Auto-galerija</em> je postavljena na <em>Galerije "
958
  "po sekciji</em>. Prilagodite tako da bude u skladu s vašom temom."
959
 
960
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:244
961
  msgid ""
962
  "Examples: If your theme wraps post content in a div with class post, change "
963
  "this value to \"div.post\". If you want to include images in a sidebar with "
@@ -973,9 +1003,9 @@ msgstr ""
973
  "galeriji, koristite \"div.gallery\". Ako želite uključiti slike u bočni "
974
  "stupac sa ID-om primary, dodajte \", #primary\"."
975
 
976
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:253
977
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:254
978
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:255
979
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:256
980
  msgid "Gallery Auto-rotation"
981
  msgstr "Auto-rotacija galerije"
4
  msgstr ""
5
  "Project-Id-Version: Easy FancyBox/1.5\n"
6
  "Report-Msgid-Bugs-To: \n"
7
+ "POT-Creation-Date: 2014-12-01 00:37+0100\n"
8
+ "PO-Revision-Date: 2014-12-01 00:38+0100\n"
9
  "Last-Translator: RavanH <ravanhagen@gmail.com>\n"
10
  "Language-Team: Easy FancyBox Languages <ravanhagen@gmail.com>\n"
11
+ "Language: Croatian\n"
12
  "MIME-Version: 1.0\n"
13
  "Content-Type: text/plain; charset=UTF-8\n"
14
  "Content-Transfer-Encoding: 8bit\n"
15
  "X-Poedit-KeywordsList: __;_e;_n\n"
16
  "X-Poedit-Basepath: .\n"
17
  "X-Generator: Poedit 1.5.4\n"
 
18
  "X-Poedit-SearchPath-0: ..\n"
19
  "X-Poedit-SearchPath-1: ../../easy-fancybox-pro\n"
20
 
21
+ #: ../easy-fancybox-settings.php:9 ../easy-fancybox-class.php:597
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
22
  msgid "Global settings"
23
  msgstr "Opće postavke"
24
 
25
+ #: ../easy-fancybox-settings.php:14
26
+ msgid "Media"
27
+ msgstr "Mediji"
28
+
29
+ #: ../easy-fancybox-settings.php:20
30
+ msgid "Enable FancyBox for"
31
+ msgstr "Uključi FancyBox za "
32
+
33
+ #: ../easy-fancybox-settings.php:27 ../easy-fancybox-settings.php:420
34
+ #: ../easy-fancybox-class.php:598
35
  msgid "Images"
36
  msgstr "Slike"
37
 
38
+ #: ../easy-fancybox-settings.php:34 ../easy-fancybox-settings.php:692
39
+ #: ../easy-fancybox-class.php:599
40
  msgid "Inline content"
41
  msgstr "Ugrađeni sadržaj"
42
 
43
+ #: ../easy-fancybox-settings.php:41 ../easy-fancybox-settings.php:802
44
+ #: ../easy-fancybox-class.php:600
45
  msgid "PDF"
46
  msgstr "PDF"
47
 
48
+ #: ../easy-fancybox-settings.php:48 ../easy-fancybox-settings.php:927
49
+ #: ../easy-fancybox-class.php:601
50
  msgid "SWF"
51
  msgstr "SWF"
52
 
53
+ #: ../easy-fancybox-settings.php:55 ../easy-fancybox-settings.php:1021
54
+ msgid "SVG"
55
+ msgstr "SVG"
56
+
57
+ #: ../easy-fancybox-settings.php:62 ../easy-fancybox-settings.php:1116
58
+ #: ../easy-fancybox-class.php:602
59
  msgid "YouTube"
60
  msgstr "YouTube"
61
 
62
+ #: ../easy-fancybox-settings.php:69 ../easy-fancybox-settings.php:1224
63
+ #: ../easy-fancybox-class.php:603
64
  msgid "Vimeo"
65
  msgstr "Vimeo"
66
 
67
+ #: ../easy-fancybox-settings.php:76 ../easy-fancybox-settings.php:1324
68
+ #: ../easy-fancybox-class.php:604
69
  msgid "Dailymotion"
70
  msgstr "Dailymotion"
71
 
72
+ #: ../easy-fancybox-settings.php:83 ../easy-fancybox-settings.php:1450
73
+ #: ../easy-fancybox-class.php:605
74
  msgid "iFrames"
75
  msgstr "iFrameovi"
76
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
77
  #: ../easy-fancybox-settings.php:86
78
  msgid ""
79
  "For advanced options and support, please get the Easy FancyBox - Pro "
102
  msgid "Link with ID \"fancybox-auto\""
103
  msgstr "Poveži sa ID-em \"fancybox-auto\""
104
 
105
+ #: ../easy-fancybox-settings.php:118 ../easy-fancybox-settings.php:456
106
+ #: ../easy-fancybox-settings.php:499 ../easy-fancybox-settings.php:526
107
+ #: ../easy-fancybox-settings.php:601 ../easy-fancybox-settings.php:755
108
+ #: ../easy-fancybox-settings.php:782
109
  msgid "More options &raquo;"
110
  msgstr "Više opcija &raquo;"
111
 
117
  "Uključite Metadata jQuery ekstenziju kako bi dozvolili propuštanje vlastitih "
118
  "parametara kroz klasu link."
119
 
120
+ #: ../easy-fancybox-settings.php:130 ../easy-fancybox-settings.php:562
121
  msgid "Overlay"
122
  msgstr "Prekrivanje (overlay)"
123
 
129
  msgid "Close FancyBox when overlay is clicked."
130
  msgstr "Zatvori FancyBox kad je prekrivanje kliknuto."
131
 
132
+ #: ../easy-fancybox-settings.php:150
133
  msgid "Opacity"
134
  msgstr "Prozirnost"
135
 
138
  msgstr "Vrijednost između 0 i 1"
139
 
140
  #: ../easy-fancybox-settings.php:158 ../easy-fancybox-settings.php:167
141
+ #: ../easy-fancybox-settings.php:231 ../easy-fancybox-settings.php:281
142
+ #: ../easy-fancybox-settings.php:332 ../easy-fancybox-settings.php:654
143
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:98
144
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:115
145
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:212
 
146
  msgid "Default:"
147
  msgstr "Originalna vrijednost:"
148
 
151
  msgstr "Boja"
152
 
153
  #: ../easy-fancybox-settings.php:167
154
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:98
155
  msgid "Enter an HTML color value."
156
  msgstr "Unesite HTML oznaku boje."
157
 
158
  #: ../easy-fancybox-settings.php:175
159
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:71
160
  msgid "Spotlight effect"
161
  msgstr "Efekt reflektora"
162
 
163
+ #: ../easy-fancybox-settings.php:175 ../easy-fancybox-settings.php:213
164
+ #: ../easy-fancybox-settings.php:244 ../easy-fancybox-settings.php:583
165
+ #: ../easy-fancybox-settings.php:672
166
+ msgid "Make available &raquo;"
167
+ msgstr "Učini dostupnim &raquo;"
168
+
169
  #: ../easy-fancybox-settings.php:180
170
  msgid "Window"
171
  msgstr "Prozor"
172
 
173
+ #: ../easy-fancybox-settings.php:186 ../easy-fancybox-settings.php:544
174
  msgid "Appearance"
175
  msgstr "Izgled"
176
 
183
  msgstr "Boja pozadine"
184
 
185
  #: ../easy-fancybox-settings.php:208
186
+ msgid "Text color"
187
+ msgstr "Boja teksta"
188
 
189
  #: ../easy-fancybox-settings.php:218
190
+ #, fuzzy
191
+ msgid "Title color"
192
  msgstr "Boja teksta"
193
 
194
+ #: ../easy-fancybox-settings.php:227
195
+ msgid "Border color"
196
+ msgstr "Boja okvira"
197
+
198
+ #: ../easy-fancybox-settings.php:231 ../easy-fancybox-settings.php:526
199
+ #: ../easy-fancybox-settings.php:601 ../easy-fancybox-settings.php:782
200
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:181
201
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:187
202
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:198
203
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:226
204
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:300
205
+ msgid "Note:"
206
+ msgstr "Napomena:"
207
+
208
+ #: ../easy-fancybox-settings.php:231
209
+ msgid "Use RGBA notation for semi-transparent borders."
210
+ msgstr ""
211
+
212
+ #: ../easy-fancybox-settings.php:231 ../easy-fancybox-settings.php:444
213
+ msgid "Example:"
214
+ msgstr "Primjer:"
215
 
216
+ #: ../easy-fancybox-settings.php:236
217
  msgid "Border radius"
218
  msgstr "Polumjer ruba"
219
 
220
  #: ../easy-fancybox-settings.php:249
 
 
 
 
 
 
 
221
  msgid "Dimensions"
222
  msgstr "Dimenzije"
223
 
224
+ #: ../easy-fancybox-settings.php:281
225
  msgid ""
226
  "If content size is not set or cannot be determined automatically, these "
227
  "default dimensions will be used."
229
  "Ako veličina sadržaja nije postavljena ili ne može biti procijenjena "
230
  "automatski, ove standardne dimenzije će se koristiti."
231
 
232
+ #: ../easy-fancybox-settings.php:286 ../easy-fancybox-settings.php:472
233
  msgid "Behavior"
234
  msgstr "Ponašanje"
235
 
236
+ #: ../easy-fancybox-settings.php:293
237
  msgid "Center while scrolling"
238
  msgstr "Centrirati dok se scrolla"
239
 
240
+ #: ../easy-fancybox-settings.php:300
241
  msgid "Esc key stroke closes FancyBox"
242
  msgstr "Tipka Esc zatvara FancyBox"
243
 
244
+ #: ../easy-fancybox-settings.php:307
245
  msgid "Scale large content down to fit in the browser viewport."
246
  msgstr "Umanjuje prevelik sadržaj kako bi stao u okvir browsera."
247
 
248
+ #: ../easy-fancybox-settings.php:311
249
  msgid "Opening speed"
250
  msgstr "Brzina otvaranja"
251
 
252
+ #: ../easy-fancybox-settings.php:323
253
  msgid "Closing speed"
254
  msgstr "Brzina zatvaranja"
255
 
256
+ #: ../easy-fancybox-settings.php:332 ../easy-fancybox-settings.php:654
257
  msgid "Duration in milliseconds. Higher is slower."
258
  msgstr "Trajanje u milisekundama. Više je sporije."
259
 
260
+ #: ../easy-fancybox-settings.php:338
261
+ msgid "Miscellaneous"
262
+ msgstr "Razno"
263
+
264
+ #: ../easy-fancybox-settings.php:344
265
+ msgid "Browser & device compatibility"
266
+ msgstr "Uskladivost preglednika i uređaja"
267
+
268
+ #: ../easy-fancybox-settings.php:373
269
+ msgid "Include IE 6 and 7 compatibility style rules"
270
+ msgstr "Uključite IE 6 i 7 pravila usklađenosti stilova"
271
+
272
+ #: ../easy-fancybox-settings.php:380
273
+ msgid "Include IE 8 compatibility style rules"
274
+ msgstr "Uključite IE 8 pravila usklađenosti stilova"
275
+
276
+ #: ../easy-fancybox-settings.php:425
277
  msgid ""
278
  "To make images open in an overlay, add their extension to the Autodetect "
279
  "field or use the class \"fancybox\" for its link. Clear field to switch off "
283
  "Autodetect polje ili koristite klasu \"fancybox\" za njihov link. Pobrišite "
284
  "polje kako bi ugasili svu autodetekciju."
285
 
286
+ #: ../easy-fancybox-settings.php:437 ../easy-fancybox-settings.php:815
287
+ #: ../easy-fancybox-settings.php:940 ../easy-fancybox-settings.php:1034
288
+ #: ../easy-fancybox-settings.php:1130 ../easy-fancybox-settings.php:1238
289
+ #: ../easy-fancybox-settings.php:1338
290
  msgid "Autodetect"
291
  msgstr "Autodetekcija"
292
 
293
+ #: ../easy-fancybox-settings.php:448
 
 
 
 
294
  msgid "Apply to"
295
  msgstr "Primijeniti na"
296
 
297
+ #: ../easy-fancybox-settings.php:453
298
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:115
299
  msgid "All image links"
300
  msgstr "Svi linkovi na slike"
301
 
302
+ #: ../easy-fancybox-settings.php:460
303
+ msgid ""
304
+ "Force FancyBox to treat all media linked with class=\"fancybox\" as images?"
305
+ msgstr ""
306
+
307
+ #: ../easy-fancybox-settings.php:476 ../easy-fancybox-settings.php:732
308
  msgid "Transition In"
309
  msgstr "Prijelaz na"
310
 
311
+ #: ../easy-fancybox-settings.php:481 ../easy-fancybox-settings.php:508
312
+ #: ../easy-fancybox-settings.php:737 ../easy-fancybox-settings.php:764
313
  msgid "Fade"
314
  msgstr "Izblijediti"
315
 
316
+ #: ../easy-fancybox-settings.php:482 ../easy-fancybox-settings.php:509
317
+ #: ../easy-fancybox-settings.php:738 ../easy-fancybox-settings.php:765
318
  msgid "Elastic"
319
  msgstr "Elastic"
320
 
321
+ #: ../easy-fancybox-settings.php:489 ../easy-fancybox-settings.php:745
322
  msgid "Easing In"
323
  msgstr "Easing in"
324
 
325
+ #: ../easy-fancybox-settings.php:493 ../easy-fancybox-settings.php:520
326
+ #: ../easy-fancybox-settings.php:749 ../easy-fancybox-settings.php:776
327
  msgid "Linear"
328
  msgstr "Linearno"
329
 
330
+ #: ../easy-fancybox-settings.php:494 ../easy-fancybox-settings.php:521
331
+ #: ../easy-fancybox-settings.php:750 ../easy-fancybox-settings.php:777
332
  msgid "Swing"
333
  msgstr "Swing"
334
 
335
+ #: ../easy-fancybox-settings.php:495 ../easy-fancybox-settings.php:522
336
+ #: ../easy-fancybox-settings.php:751 ../easy-fancybox-settings.php:778
337
  msgid "easeInBack"
338
  msgstr "easeInBack"
339
 
340
+ #: ../easy-fancybox-settings.php:496 ../easy-fancybox-settings.php:523
341
+ #: ../easy-fancybox-settings.php:752 ../easy-fancybox-settings.php:779
342
  msgid "easeOutBack"
343
  msgstr "easeOutBack"
344
 
345
+ #: ../easy-fancybox-settings.php:503 ../easy-fancybox-settings.php:759
346
  msgid "Transition Out"
347
  msgstr "Transition Out"
348
 
349
+ #: ../easy-fancybox-settings.php:516 ../easy-fancybox-settings.php:772
350
  msgid "Easing Out"
351
  msgstr "Easing Out"
352
 
353
+ #: ../easy-fancybox-settings.php:526 ../easy-fancybox-settings.php:782
354
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:181
355
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:300
 
 
 
 
 
 
 
 
 
 
356
  msgid "Easing effects only apply when Transition is set to Elastic. "
357
  msgstr ""
358
  "Efekti olakšavanja se primjenjuju samo kad je Transition postavljen na "
359
  "Elastic."
360
 
361
+ #: ../easy-fancybox-settings.php:533 ../easy-fancybox-settings.php:789
362
  msgid ""
363
  "Transparency fade during elastic transition. CAUTION: Use only when at least "
364
  "Transition In is set to Elastic!"
366
  "Smanjenje prozirnosti tijekom elastic prijelaza. UPOZORENJE: koristiti samo "
367
  "kad je barem Transition postavljen na Elastic!"
368
 
369
+ #: ../easy-fancybox-settings.php:540 ../easy-fancybox-settings.php:796
370
  msgid "Close FancyBox when content is clicked"
371
  msgstr "Zatvoriti FancyBox kad je kliknut sadržaj"
372
 
373
+ #: ../easy-fancybox-settings.php:551 ../easy-fancybox-settings.php:869
374
+ #: ../easy-fancybox-settings.php:992 ../easy-fancybox-settings.php:1086
375
+ #: ../easy-fancybox-settings.php:1195 ../easy-fancybox-settings.php:1294
376
+ #: ../easy-fancybox-settings.php:1394 ../easy-fancybox-settings.php:1521
377
  msgid "Show title"
378
  msgstr "Prikaži naslov"
379
 
380
+ #: ../easy-fancybox-settings.php:555 ../easy-fancybox-settings.php:873
381
+ #: ../easy-fancybox-settings.php:996 ../easy-fancybox-settings.php:1090
382
+ #: ../easy-fancybox-settings.php:1199 ../easy-fancybox-settings.php:1298
383
+ #: ../easy-fancybox-settings.php:1398 ../easy-fancybox-settings.php:1525
384
  msgid "Title Position"
385
  msgstr "Pozicija naslova"
386
 
387
+ #: ../easy-fancybox-settings.php:559 ../easy-fancybox-settings.php:877
388
+ #: ../easy-fancybox-settings.php:1000 ../easy-fancybox-settings.php:1094
389
+ #: ../easy-fancybox-settings.php:1203 ../easy-fancybox-settings.php:1302
390
+ #: ../easy-fancybox-settings.php:1402 ../easy-fancybox-settings.php:1529
391
  msgid "Float"
392
  msgstr "Plutajuće"
393
 
394
+ #: ../easy-fancybox-settings.php:560 ../easy-fancybox-settings.php:878
395
+ #: ../easy-fancybox-settings.php:1001 ../easy-fancybox-settings.php:1095
396
+ #: ../easy-fancybox-settings.php:1204 ../easy-fancybox-settings.php:1303
397
+ #: ../easy-fancybox-settings.php:1403 ../easy-fancybox-settings.php:1530
398
  msgid "Outside"
399
  msgstr "Vanjsko"
400
 
401
+ #: ../easy-fancybox-settings.php:561 ../easy-fancybox-settings.php:879
402
+ #: ../easy-fancybox-settings.php:1002 ../easy-fancybox-settings.php:1096
403
+ #: ../easy-fancybox-settings.php:1205 ../easy-fancybox-settings.php:1304
404
+ #: ../easy-fancybox-settings.php:1404 ../easy-fancybox-settings.php:1531
405
  msgid "Inside"
406
  msgstr "Unutarnje"
407
 
408
+ #: ../easy-fancybox-settings.php:572 ../easy-fancybox-settings.php:888
409
+ #: ../easy-fancybox-settings.php:1011 ../easy-fancybox-settings.php:1106
410
+ #: ../easy-fancybox-settings.php:1214 ../easy-fancybox-settings.php:1313
411
+ #: ../easy-fancybox-settings.php:1413 ../easy-fancybox-settings.php:1540
412
  msgid "Allow title from thumbnail alt tag"
413
  msgstr "Dozvoli naslov iz alt oznake smanjene slike"
414
 
415
+ #: ../easy-fancybox-settings.php:576 ../easy-fancybox-settings.php:665
416
  msgid "Advanced"
417
  msgstr "Napredno"
418
 
419
+ #: ../easy-fancybox-settings.php:580
420
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:196
421
  msgid "Hide/show title on mouse hover action"
422
  msgstr "Prikaži/sakrij naslov kad je pokazivač miša iznad"
423
 
424
+ #: ../easy-fancybox-settings.php:587
425
  msgid "Gallery"
426
  msgstr "Galerija"
427
 
428
+ #: ../easy-fancybox-settings.php:591
429
  msgid "Autogallery"
430
  msgstr "Automatska galerija"
431
 
432
+ #: ../easy-fancybox-settings.php:597
433
  msgid "WordPress galleries only"
434
  msgstr "Samo Wordpress galerija"
435
 
436
+ #: ../easy-fancybox-settings.php:598
437
  msgid "All in one gallery"
438
  msgstr "Sve-u-jednom galerija"
439
 
440
+ #: ../easy-fancybox-settings.php:601
441
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:187
442
  msgid ""
443
  "When disabled, you can use the rel attribute to manually group image links "
444
  "together."
446
  "Kad je onemogućeno, možete koristiti stvarne atribute da ručno grupirate "
447
  "linkove slika."
448
 
449
+ #: ../easy-fancybox-settings.php:608
450
  msgid "Show the gallery navigation arrows"
451
  msgstr "Prikazati strelice za navigaciju po galeriji"
452
 
453
+ #: ../easy-fancybox-settings.php:615
454
  msgid "Arrow key strokes browse the gallery"
455
  msgstr "Kursorske tipke mogu navigirati kroz galeriju"
456
 
457
+ #: ../easy-fancybox-settings.php:622
458
  msgid ""
459
  "Include the Mousewheel jQuery extension script to allow gallery browsing by "
460
  "mousewheel action."
462
  "Uključiti Mousewheel jQuery ekstenziju kako bi se moglo prolaziti kroz "
463
  "galeriju putem kotačića na mišu."
464
 
465
+ #: ../easy-fancybox-settings.php:629
466
  msgid "Make galleries cyclic, allowing you to keep pressing next/back."
467
  msgstr ""
468
  "Pretvoriti galerije u ciklične, kako bi se moglo kružno ići sa sljedeći/"
469
  "prethodni"
470
 
471
+ #: ../easy-fancybox-settings.php:633
472
  msgid "Change speed"
473
  msgstr "Brzina promjene"
474
 
475
+ #: ../easy-fancybox-settings.php:645
476
  msgid "Fade speed"
477
  msgstr "Brzina blijeđenja"
478
 
479
+ #: ../easy-fancybox-settings.php:661
480
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:185
481
  msgid "Galleries per Section (below)"
482
  msgstr "Galerija po sekciji (ispod)"
483
 
484
+ #: ../easy-fancybox-settings.php:661
485
  msgid ""
486
  "This applies when <em>Apply to</em> is set to <em>Limited to Sections</em> "
487
  "and/or <em>Autogallery</em> is set to <em>Galleries per Section</em>. Adapt "
491
  "sekciju</em> i/ili <em>Autogalerija</em> je postavljena na <em>Galerije po "
492
  "sekciji</em>. Prilagodite to da se slaže sa vašom temom."
493
 
494
+ #: ../easy-fancybox-settings.php:661
495
  msgid ""
496
  "Examples: If your theme wraps post content in a div with class post, change "
497
  "this value to \"div.post\". If you only want to group images in a WordPress "
503
  "slike u WordPress galeriju, koristite \"div.gallery\". AKo želite uključiti "
504
  "slike sa ID-om primary u bočnom okviru, dodajte \", #primary\"."
505
 
506
+ #: ../easy-fancybox-settings.php:661
507
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:198
508
  msgid ""
509
  "Hide/show title on mouse hover action works best with Overlay title position."
510
  msgstr ""
511
  "Prikaži/sakrij naslov kod prekrivanja kursorom radi najbolje sa Overlay "
512
  "pozicijom naslova."
513
 
514
+ #: ../easy-fancybox-settings.php:661
515
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:226
516
  msgid "Auto-rotation uses a fixed 3, 6, 9 or 12 second pause per image."
517
  msgstr "Auto-rotacija koristi fiksnih 3,6,9 ili 12 sekundi pauze između slika."
518
 
519
+ #: ../easy-fancybox-settings.php:661
520
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:221
521
  msgid "(3 seconds)"
522
  msgstr "(3 sekunde)"
523
 
524
+ #: ../easy-fancybox-settings.php:661
525
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:222
526
  msgid "(6 seconds)"
527
  msgstr "(6 sekundi)"
528
 
529
+ #: ../easy-fancybox-settings.php:661
530
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:223
531
  msgid "(9 seconds)"
532
  msgstr "(9 sekundi)"
533
 
534
+ #: ../easy-fancybox-settings.php:661
535
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:224
536
  msgid "(12 seconds)"
537
  msgstr "(12 sekundi)"
538
 
539
+ #: ../easy-fancybox-settings.php:669
540
  msgid "Slideshow"
541
  msgstr "Slideshow"
542
 
543
+ #: ../easy-fancybox-settings.php:697
544
  msgid ""
545
  "To make inline content open in an overlay, wrap that content in a div with a "
546
  "unique ID, create a link with target \"#uniqueID\" and give it a class "
549
  "Kako bi se inline sadržaj otvorio u overlayu, obuhvatite taj sadržaj s div "
550
  "tagom s jedinstvenim ID-om i dajte mu atribut class \"fancybox-inline\" ."
551
 
552
+ #: ../easy-fancybox-settings.php:715
553
  msgid ""
554
  "Try to adjust size to inline/html content. If unchecked or size cannot be "
555
  "determined, the default dimensions will be used."
557
  "Pokušajte prilagoditi veličinu za inline/html sadržaj. Ako nije podešena ili "
558
  "veličina ne može biti određena, koristit će se originalne dimenzije."
559
 
560
+ #: ../easy-fancybox-settings.php:719
561
  msgid "Scrolling"
562
  msgstr "Pomicanje"
563
 
564
+ #: ../easy-fancybox-settings.php:723
565
  msgid "Auto"
566
  msgstr "Automatski"
567
 
568
+ #: ../easy-fancybox-settings.php:724
569
  msgid "Always"
570
  msgstr "Uvijek"
571
 
572
+ #: ../easy-fancybox-settings.php:725
573
  msgid "Never"
574
  msgstr "Nikad"
575
 
576
+ #: ../easy-fancybox-settings.php:728
577
  msgid "Define scrolling and scrollbar visibility."
578
  msgstr "Definirati pomicanje i vidljivost trake za pomicanje"
579
 
580
+ #: ../easy-fancybox-settings.php:807
581
  msgid ""
582
  "To make any PDF document file open in an overlay, switch on Autodetect or "
583
  "use the class \"fancybox-pdf\" for its link."
585
  "Da bi se svaki PDF dokument otvarao u overlayu, uključite Autoprepoznavanje "
586
  "ili koristite klasu \"fancybox-pdf\" za njegov link."
587
 
588
+ #: ../easy-fancybox-settings.php:932
589
  msgid ""
590
  "To make any Flash (.swf) file open in an overlay, switch on Autodetect or "
591
  "use the class \"fancybox-swf\" for its link."
593
  "Da bi se svaki SWF dokument otvarao u overlayu, uključite Autoprepoznavanje "
594
  "ili koristite klasu \"fancybox-swf\" za njegov link."
595
 
596
+ #: ../easy-fancybox-settings.php:1026
597
  msgid ""
598
  "To make any SVG (.svg) file open in an overlay, switch on Autodetect or use "
599
  "the class \"fancybox-svg\" for its link."
601
  "Da bi se svaki SVG dokument otvarao u overlayu, uključite Autoprepoznavanje "
602
  "ili koristite klasu \"fancybox-svg\" za njegov link."
603
 
604
+ #: ../easy-fancybox-settings.php:1121
605
  msgid ""
606
  "To make any YouTube movie open in an overlay, switch on Autodetect or use "
607
  "the class \"fancybox-youtube\" for its link."
609
  "Da bi se svaki YouTube video otvarao u overlayu, uključite Autoprepoznavanje "
610
  "ili koristite klasu \"fancybox-youtube\" za njegov link."
611
 
612
+ #: ../easy-fancybox-settings.php:1139
613
  msgid "Autodetect Short links"
614
  msgstr "Automatsko prepoznavanje skraćenih linkova"
615
 
616
+ #: ../easy-fancybox-settings.php:1229
617
  msgid ""
618
  "To make any Vimeo movie open in an overlay, switch on Autodetect or use the "
619
  "class \"fancybox-vimeo\" for its link."
621
  "Da bi se svaki Vimeo video otvarao u overlayu, uključite Autoprepoznavanje "
622
  "ili koristite klasu \"fancybox-vimeo\" za njegov link."
623
 
624
+ #: ../easy-fancybox-settings.php:1329
625
  msgid ""
626
  "To make any Dailymotion movie open in an overlay, switch on Autodetect or "
627
  "use the class \"fancybox-dailymotion\" for its link."
630
  "Autoprepoznavanje ili koristite klasu \"fancybox-dailymotion\" za njegov "
631
  "link."
632
 
633
+ #: ../easy-fancybox-settings.php:1455
634
  msgid ""
635
  "To make a website or HTML document open in an overlay, use the class "
636
  "\"fancybox-iframe\" for its link."
638
  "Da bi se svaka web stranica ili HTML dokument otvarali u overlayu, "
639
  "koristite klasu \"fancybox-iframe\" za njihov link."
640
 
641
+ #: ../easy-fancybox-class.php:351
642
+ msgid "Donate to keep the Easy FancyBox plugin development going!"
643
+ msgstr "Donirajte kako bi podržali razvoj Easy FancyBox plugina"
644
+
645
+ #: ../easy-fancybox-class.php:351
646
+ #, php-format
647
+ msgid ""
648
+ "The options in this section are provided by the plugin %s and determine the "
649
+ "<strong>Media Lightbox</strong> overlay appearance and behaviour controlled "
650
+ "by %s."
651
+ msgstr ""
652
+ "Opcije u ovom dijelu pruža plugin %s i određuje <strong>Media Lightbox</"
653
+ "strong> overlay prikaz i ponašanje koje kontrolira %s."
654
+
655
+ #: ../easy-fancybox-class.php:351
656
+ msgid "Easy FancyBox"
657
+ msgstr "Easy FancyBox"
658
+
659
+ #: ../easy-fancybox-class.php:351 ../easy-fancybox-class.php:547
660
+ #: ../easy-fancybox-class.php:587
661
+ msgid "FancyBox"
662
+ msgstr "FancyBox"
663
+
664
+ #: ../easy-fancybox-class.php:351
665
+ msgid ""
666
+ "First enable each sub-section that you need. Then save and come back to "
667
+ "adjust its specific settings."
668
+ msgstr ""
669
+ "Prvo omogućite svaku podsekciju koju trebate. Onda snimite i vratite se da "
670
+ "podesite specifične pojedinosti."
671
+
672
+ #: ../easy-fancybox-class.php:351
673
+ msgid ""
674
+ "Note: Each additional sub-section and features like <em>Auto-detection</em>, "
675
+ "<em>Elastic transitions</em> and all <em>Easing effects</em> (except Swing) "
676
+ "will have some extra impact on client-side page speed. Enable only those sub-"
677
+ "sections and options that you actually need on your site."
678
+ msgstr ""
679
+ "Napomena: svaka dodatna stavka i mogućnosti poput <em>Automatskog "
680
+ "prepoznavanja</em>, <em>Elastičnih prijelaza</em> i svih <em>Olakšavajućih "
681
+ "efekata</em> (osim Swinga) imat će dodatni utjecaj na brzinu otvaranja "
682
+ "stranica kod klijenta. Uključite samo one podsekcije i opcije koje zaista "
683
+ "trebate."
684
+
685
+ #: ../easy-fancybox-class.php:351
686
+ msgid ""
687
+ "Some setting like Transition options are unavailable for SWF video, PDF and "
688
+ "iFrame content to ensure browser compatibility and readability."
689
+ msgstr ""
690
+ "Neke opcije poput Tranzicijskih opcija su nedostupne za SWF video datoteke, "
691
+ "PDF i iFrame sadržaj kako bi se osigurala dobra podrška za web preglednike i "
692
+ "dobra čitljivost."
693
+
694
+ #: ../easy-fancybox-class.php:395
695
+ msgid "Checked"
696
+ msgstr "Omogućeno"
697
+
698
+ #: ../easy-fancybox-class.php:397
699
+ msgid "Unchecked"
700
+ msgstr "Onemogućeno"
701
+
702
+ #: ../easy-fancybox-class.php:587
703
+ msgid "Easy FancyBox Settings"
704
+ msgstr "Postavke Easy FancyBoxa"
705
+
706
+ #: ../easy-fancybox-class.php:596
707
+ msgid "Sections"
708
+ msgstr "Stavke"
709
+
710
+ #: ../easy-fancybox-class.php:633
711
+ msgid "Support"
712
+ msgstr "Podrška"
713
+
714
+ #: ../easy-fancybox-class.php:634
715
+ msgid "Resources"
716
+ msgstr "Resursi"
717
+
718
+ #: ../easy-fancybox-class.php:636
719
+ msgid "Credits"
720
+ msgstr "Krediti"
721
+
722
  #: ../../easy-fancybox-pro/easy-fancybox-pro.php:46
723
  msgid ""
724
  "Thank you for purchasing the Easy FancyBox - Pro extension. New options are "
767
  msgid "First of any link"
768
  msgstr "Prvi link na neki sadržaj"
769
 
770
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:103
771
+ msgid "Set a border radius to create rounded corners. Higher is rounder."
772
+ msgstr ""
773
+ "Postaviti polumjer ruba da bi se prikazali zaobljeni rubovi. Veća vrijednost "
774
+ "znači zaobljenije."
775
+
776
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:113
777
  msgid "Links inside Section(s) only (below)"
778
  msgstr "Linkovi unutar sekcija samo na dnu"
779
 
780
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:119
781
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:152
782
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:238
783
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:271
784
  msgid "easeInQuad"
785
  msgstr "easeInQuad"
786
 
787
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:120
788
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:153
789
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:239
790
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:272
791
  msgid "easeOutQuad"
792
  msgstr "easeOutQuad"
793
 
794
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:121
795
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:154
796
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:240
797
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:273
798
  msgid "easeInOutQuad"
799
  msgstr "easeInOutQuad"
800
 
801
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:122
802
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:155
803
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:241
804
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:274
805
  msgid "easeInCubic"
806
  msgstr "easeInCubic"
807
 
808
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:123
809
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:156
810
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:242
811
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:275
812
  msgid "easeOutCubic"
813
  msgstr "easeOutCubic"
814
 
815
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:124
816
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:157
817
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:243
818
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:276
819
  msgid "easeInOutCubic"
820
  msgstr "easeInOutCubic"
821
 
822
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:125
823
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:158
824
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:244
825
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:277
826
  msgid "easeInQuart"
827
  msgstr "easeInQuart"
828
 
829
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:126
830
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:159
831
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:245
832
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:278
833
  msgid "easeOutQuart"
834
  msgstr "easeOutQuart"
835
 
836
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:127
837
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:160
838
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:246
839
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:279
840
  msgid "easeInOutQuart"
841
  msgstr "easeInOutQuart"
842
 
843
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:128
844
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:161
845
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:247
846
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:280
847
  msgid "easeInQuint"
848
  msgstr "easeInQuint"
849
 
850
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:129
851
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:162
852
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:248
853
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:281
854
  msgid "easeOutQuint"
855
  msgstr "easeOutQuint"
856
 
857
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:130
858
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:163
859
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:249
860
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:282
861
  msgid "easeInOutQuint"
862
  msgstr "easeInOutQuint"
863
 
864
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:131
865
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:164
866
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:250
867
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:283
868
  msgid "easeInSine"
869
  msgstr "easeInSine"
870
 
871
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:132
872
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:165
873
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:251
874
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:284
875
  msgid "easeOutSine"
876
  msgstr "easeOutSine"
877
 
878
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:133
879
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:166
880
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:252
881
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:285
882
  msgid "easeInOutSine"
883
  msgstr "easeInOutSine"
884
 
885
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:134
886
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:167
887
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:253
888
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:286
889
  msgid "easeInExpo"
890
  msgstr "easeInExpo"
891
 
892
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:135
893
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:168
894
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:254
895
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:287
896
  msgid "easeOutExpo"
897
  msgstr "easeOutExpo"
898
 
899
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:136
900
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:169
901
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:255
902
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:288
903
  msgid "easeInOutExpo"
904
  msgstr "easeInOutExpo"
905
 
906
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:137
907
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:170
908
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:256
909
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:289
910
  msgid "easeInCirc"
911
  msgstr "easeInCirc"
912
 
913
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:138
914
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:171
915
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:257
916
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:290
917
  msgid "easeOutCirc"
918
  msgstr "easeOutCirc"
919
 
920
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:139
921
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:172
922
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:258
923
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:291
924
  msgid "easeInOutCirc"
925
  msgstr "easeInOutCirc"
926
 
927
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:140
928
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:173
929
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:259
930
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:292
931
  msgid "easeInElastic"
932
  msgstr "easeInElastic"
933
 
934
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:141
935
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:174
936
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:260
937
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:293
938
  msgid "easeOutElastic"
939
  msgstr "easeOutElastic"
940
 
941
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:142
942
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:175
943
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:261
944
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:294
945
  msgid "easeInOutElastic"
946
  msgstr "easeInOutElastic"
947
 
948
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:143
949
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:176
950
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:262
951
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:295
952
  msgid "easeInOutBack"
953
  msgstr "easeInOutBack"
954
 
955
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:144
956
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:177
957
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:263
958
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:296
959
  msgid "easeInBounce"
960
  msgstr "easeInBounce"
961
 
962
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:145
963
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:178
964
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:264
965
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:297
966
  msgid "easeOutBounce"
967
  msgstr "easeOutBounce"
968
 
969
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:146
970
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:179
971
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:265
972
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:298
973
  msgid "easeInOutBounce"
974
  msgstr "easeInOutBounce"
975
 
976
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:206
977
  msgid "Section(s)"
978
  msgstr "Sekcije"
979
 
980
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:212
981
  msgid ""
982
  "This applies when <em>Apply to</em> is set to <em>Limited to Sections</em> "
983
  "and/or <em>Auto-gallery</em> is set to <em>Galleries per Section</em>. Adapt "
987
  "na odsječke</em> i/ili <em>Auto-galerija</em> je postavljena na <em>Galerije "
988
  "po sekciji</em>. Prilagodite tako da bude u skladu s vašom temom."
989
 
990
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:212
991
  msgid ""
992
  "Examples: If your theme wraps post content in a div with class post, change "
993
  "this value to \"div.post\". If you want to include images in a sidebar with "
1003
  "galeriji, koristite \"div.gallery\". Ako želite uključiti slike u bočni "
1004
  "stupac sa ID-om primary, dodajte \", #primary\"."
1005
 
1006
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:221
1007
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:222
1008
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:223
1009
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:224
1010
  msgid "Gallery Auto-rotation"
1011
  msgstr "Auto-rotacija galerije"
languages/easy-fancybox-id_ID.mo CHANGED
File without changes
languages/easy-fancybox-id_ID.po CHANGED
File without changes
languages/easy-fancybox-lt_LT.mo CHANGED
File without changes
languages/easy-fancybox-lt_LT.po CHANGED
File without changes
languages/easy-fancybox-nl.po ADDED
@@ -0,0 +1,680 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Translation of Development (trunk) in Dutch
2
+ # This file is distributed under the same license as the Development (trunk) package.
3
+ msgid ""
4
+ msgstr ""
5
+ "PO-Revision-Date: 2015-09-15 21:07:32+0000\n"
6
+ "MIME-Version: 1.0\n"
7
+ "Content-Type: text/plain; charset=UTF-8\n"
8
+ "Content-Transfer-Encoding: 8bit\n"
9
+ "Plural-Forms: nplurals=2; plural=n != 1;\n"
10
+ "X-Generator: GlotPress/1.0-alpha-1100\n"
11
+ "Project-Id-Version: Development (trunk)\n"
12
+
13
+ #: inc/class-easyfancybox-admin.php:52
14
+ msgid "Donate to keep the Easy FancyBox plugin development going!"
15
+ msgstr "Doneer om de ontwikkeling van de Easy FancyBox plugin gaande te houden!"
16
+
17
+ #: inc/class-easyfancybox-admin.php:52
18
+ msgid "The options in this section are provided by the plugin %s and determine the <strong>Media Lightbox</strong> overlay appearance and behaviour controlled by %s."
19
+ msgstr "De opties in deze secties worden verzorgd door de plugin %s en bepalen het uiterlijk en gedrag van de <strong>Media lichtbak</strong>, beheerd door %s."
20
+
21
+ #. #-#-#-#-# tmp-easy-fancybox.pot (Easy FancyBox 1.5.8-beta.11) #-#-#-#-#
22
+ #. Plugin Name of the plugin/theme
23
+ #: inc/class-easyfancybox-admin.php:52
24
+ msgid "Easy FancyBox"
25
+ msgstr "Easy FancyBox"
26
+
27
+ #: inc/class-easyfancybox-admin.php:52 inc/class-easyfancybox-admin.php:296
28
+ msgid "FancyBox"
29
+ msgstr "FancyBox"
30
+
31
+ #: inc/class-easyfancybox-admin.php:52
32
+ msgid "First enable each sub-section that you need. Then save and come back to adjust its specific settings."
33
+ msgstr "Activeer eerst iedere sub-sectie die je nodig hebt. Sla vervolgens op en keer terug om specifieke instellingen te doen."
34
+
35
+ #: inc/class-easyfancybox-admin.php:52
36
+ msgid "Note: Each additional sub-section and features like <em>Auto-detection</em>, <em>Elastic transitions</em> and all <em>Easing effects</em> (except Swing) will have some extra impact on client-side page speed. Enable only those sub-sections and options that you actually need on your site."
37
+ msgstr "Let op: Iedere sub-sectie en functie zoals <em>Auto-detectie</em>, <em>Elastische transities</em> en alle <em>Vloeiende effecten</em> (behalve Zwaai) heeft een extra impact op client-side browser snelheid. Activeer alleen die sub-secties en opties die je ook echt gebruikt op je site."
38
+
39
+ #: inc/class-easyfancybox-admin.php:52
40
+ msgid "Some setting like Transition options are unavailable for SWF video, PDF and iFrame content to ensure browser compatibility and readability."
41
+ msgstr "Sommige instellingen als Transities zijn niet beschikbaar voor SWF video, PDF en iFrame inhoud om browser compatibiliteit en leesbaarheid te waarborgen."
42
+
43
+ #: inc/class-easyfancybox-admin.php:57 inc/class-easyfancybox-admin.php:264
44
+ msgid "Notice: The current Easy FancyBox plugin version is not fully compatible with your version of the Pro extension. Some advanced options may not be functional."
45
+ msgstr "Let op: De huidige Easy FancyBox versie is niet volledig compatibel met je Pro extensie. Sommige geavanceerde opties werken mogelijk niet goed."
46
+
47
+ #: inc/class-easyfancybox-admin.php:60 inc/class-easyfancybox-admin.php:266
48
+ msgid "Please <a href=\"%1$s\" target=\"_blank\">download and install the latest Pro version</a>."
49
+ msgstr "Gelieve de <a href=\"%1$s\" target=\"_blank\">nieuwste Pro extensie te downloaden en installeren</a>."
50
+
51
+ #: inc/class-easyfancybox-admin.php:62
52
+ msgid "Please contact your web site administrator."
53
+ msgstr "Gelieve contact op te nemen met de website admin."
54
+
55
+ #: inc/class-easyfancybox-admin.php:109
56
+ msgid "Checked"
57
+ msgstr "Aangevinkt"
58
+
59
+ #: inc/class-easyfancybox-admin.php:111
60
+ msgid "Unchecked"
61
+ msgstr "Uitgevinkt"
62
+
63
+ #: inc/class-easyfancybox-admin.php:268
64
+ msgid "Or you can ignore and <a href=\"%1$s\">hide this message</a>."
65
+ msgstr "Of je kunt dit bericht negeren en <a href=\"%1$s\">verbergen</a>."
66
+
67
+ #: inc/class-easyfancybox-options.php:12
68
+ msgid "Global settings"
69
+ msgstr "Algemene instellingen"
70
+
71
+ #: inc/class-easyfancybox-options.php:17
72
+ msgid "Media"
73
+ msgstr "Media"
74
+
75
+ #: inc/class-easyfancybox-options.php:23
76
+ msgid "Enable FancyBox for"
77
+ msgstr "Activeer FancyBox voor"
78
+
79
+ #: inc/class-easyfancybox-options.php:30 inc/class-easyfancybox-options.php:447
80
+ msgid "Images"
81
+ msgstr "Afbeeldingen"
82
+
83
+ #: inc/class-easyfancybox-options.php:37 inc/class-easyfancybox-options.php:719
84
+ msgid "Inline content"
85
+ msgstr "Inline inhoud"
86
+
87
+ #: inc/class-easyfancybox-options.php:44 inc/class-easyfancybox-options.php:829
88
+ msgid "PDF"
89
+ msgstr "PDF"
90
+
91
+ #: inc/class-easyfancybox-options.php:51 inc/class-easyfancybox-options.php:939
92
+ msgid "SWF"
93
+ msgstr "SWF"
94
+
95
+ #: inc/class-easyfancybox-options.php:58
96
+ #: inc/class-easyfancybox-options.php:1033
97
+ msgid "SVG"
98
+ msgstr "SVG"
99
+
100
+ #: inc/class-easyfancybox-options.php:65
101
+ #: inc/class-easyfancybox-options.php:1128
102
+ msgid "YouTube"
103
+ msgstr "YouTube"
104
+
105
+ #: inc/class-easyfancybox-options.php:72
106
+ #: inc/class-easyfancybox-options.php:1226
107
+ msgid "Vimeo"
108
+ msgstr "Vimeo"
109
+
110
+ #: inc/class-easyfancybox-options.php:79
111
+ #: inc/class-easyfancybox-options.php:1325
112
+ msgid "Dailymotion"
113
+ msgstr "Dailymotion"
114
+
115
+ #: inc/class-easyfancybox-options.php:86
116
+ #: inc/class-easyfancybox-options.php:1450
117
+ msgid "iFrames"
118
+ msgstr "iFrames"
119
+
120
+ #: inc/class-easyfancybox-options.php:89
121
+ msgid "For advanced options and support, please get the Easy FancyBox - Pro extension."
122
+ msgstr "Schaf de Easy FancyBox Pro versie aan voor geavanceerde opties en ondersteuning."
123
+
124
+ #: inc/class-easyfancybox-options.php:92 inc/class-easyfancybox-options.php:589
125
+ msgid "Overlay"
126
+ msgstr "Bedekking"
127
+
128
+ #: inc/class-easyfancybox-options.php:101
129
+ msgid "Show the overlay around content opened in FancyBox."
130
+ msgstr "Toon de bedekking rond inhoud geopend in FancyBox."
131
+
132
+ #: inc/class-easyfancybox-options.php:108
133
+ msgid "Close FancyBox when overlay is clicked."
134
+ msgstr "Sluit FancyBox als bedekking wordt aangeklikt."
135
+
136
+ #: inc/class-easyfancybox-options.php:112
137
+ msgid "Opacity"
138
+ msgstr "Ondoorzichtigheid"
139
+
140
+ #: inc/class-easyfancybox-options.php:120
141
+ msgid "Value between 0 and 1. "
142
+ msgstr "Waarde tussen 0 en 1. "
143
+
144
+ #: inc/class-easyfancybox-options.php:120
145
+ #: inc/class-easyfancybox-options.php:130
146
+ #: inc/class-easyfancybox-options.php:198
147
+ #: inc/class-easyfancybox-options.php:237
148
+ #: inc/class-easyfancybox-options.php:250
149
+ #: inc/class-easyfancybox-options.php:263
150
+ #: inc/class-easyfancybox-options.php:314
151
+ #: inc/class-easyfancybox-options.php:353
152
+ #: inc/class-easyfancybox-options.php:681
153
+ msgid "Default:"
154
+ msgstr "Standaard:"
155
+
156
+ #: inc/class-easyfancybox-options.php:124
157
+ msgid "Color"
158
+ msgstr "Kleur"
159
+
160
+ #: inc/class-easyfancybox-options.php:130
161
+ msgid "Enter an HTML color value."
162
+ msgstr "Voer een HTML kleurwaarde in."
163
+
164
+ #: inc/class-easyfancybox-options.php:138
165
+ msgid "Spotlight effect"
166
+ msgstr "Schijnwerper effect"
167
+
168
+ #: inc/class-easyfancybox-options.php:138
169
+ #: inc/class-easyfancybox-options.php:178
170
+ #: inc/class-easyfancybox-options.php:212
171
+ #: inc/class-easyfancybox-options.php:367
172
+ #: inc/class-easyfancybox-options.php:439
173
+ #: inc/class-easyfancybox-options.php:610
174
+ #: inc/class-easyfancybox-options.php:699
175
+ msgid "Make available &raquo;"
176
+ msgstr "Maak beschikbaar &raquo;"
177
+
178
+ #: inc/class-easyfancybox-options.php:143
179
+ msgid "Window"
180
+ msgstr "Raam"
181
+
182
+ #: inc/class-easyfancybox-options.php:149
183
+ #: inc/class-easyfancybox-options.php:571
184
+ msgid "Appearance"
185
+ msgstr "Uiterlijk"
186
+
187
+ #: inc/class-easyfancybox-options.php:156
188
+ msgid "Show the (X) close button"
189
+ msgstr "Toon de (X) afsluit-knop"
190
+
191
+ #: inc/class-easyfancybox-options.php:161
192
+ msgid "Background color"
193
+ msgstr "Achtergrondkleur"
194
+
195
+ #: inc/class-easyfancybox-options.php:172
196
+ msgid "Text color"
197
+ msgstr "Tekstkleur"
198
+
199
+ #: inc/class-easyfancybox-options.php:183
200
+ msgid "Title color"
201
+ msgstr "Titelkleur"
202
+
203
+ #: inc/class-easyfancybox-options.php:193
204
+ msgid "Border color"
205
+ msgstr "Randkleur"
206
+
207
+ #: inc/class-easyfancybox-options.php:198
208
+ #: inc/class-easyfancybox-options.php:553
209
+ #: inc/class-easyfancybox-options.php:628
210
+ #: inc/class-easyfancybox-options.php:809
211
+ msgid "Note:"
212
+ msgstr "Let op:"
213
+
214
+ #: inc/class-easyfancybox-options.php:198
215
+ msgid "Use RGBA notation for semi-transparent borders."
216
+ msgstr "Gebruik RGBA-notatie voor semitransparante randen."
217
+
218
+ #: inc/class-easyfancybox-options.php:198
219
+ #: inc/class-easyfancybox-options.php:471
220
+ msgid "Example:"
221
+ msgstr "Voorbeeld:"
222
+
223
+ #: inc/class-easyfancybox-options.php:203
224
+ msgid "Border radius"
225
+ msgstr "Hoekronding"
226
+
227
+ #: inc/class-easyfancybox-options.php:217
228
+ msgid "Dimensions"
229
+ msgstr "Afmetingen"
230
+
231
+ #: inc/class-easyfancybox-options.php:237
232
+ msgid "If content size is not set or cannot be determined automatically, these default dimensions will be used."
233
+ msgstr "Als de inhoud geen detecteerbare afmetingen heeft, worden deze standaardwaarden gebruikt."
234
+
235
+ #: inc/class-easyfancybox-options.php:254
236
+ msgid "Margin"
237
+ msgstr "Marge"
238
+
239
+ #: inc/class-easyfancybox-options.php:268
240
+ #: inc/class-easyfancybox-options.php:499
241
+ msgid "Behavior"
242
+ msgstr "Gedrag"
243
+
244
+ #: inc/class-easyfancybox-options.php:275
245
+ msgid "Center while scrolling"
246
+ msgstr "Centreren bij scrollen"
247
+
248
+ #: inc/class-easyfancybox-options.php:282
249
+ msgid "Esc key stroke closes FancyBox"
250
+ msgstr "Esc-toets sluit FancyBox"
251
+
252
+ #: inc/class-easyfancybox-options.php:289
253
+ msgid "Scale large content down to fit in the browser viewport."
254
+ msgstr "Inhoud terug schalen wanneer het groter is dan het browservenster."
255
+
256
+ #: inc/class-easyfancybox-options.php:293
257
+ msgid "Opening speed"
258
+ msgstr "Snelheid bij openen"
259
+
260
+ #: inc/class-easyfancybox-options.php:305
261
+ msgid "Closing speed"
262
+ msgstr "Snelheid bij sluiten"
263
+
264
+ #: inc/class-easyfancybox-options.php:314
265
+ #: inc/class-easyfancybox-options.php:681
266
+ msgid "Duration in milliseconds. Higher is slower."
267
+ msgstr "Duur in miliseconden. Hoger is langzamer."
268
+
269
+ #: inc/class-easyfancybox-options.php:320
270
+ msgid "Miscellaneous"
271
+ msgstr "Overig"
272
+
273
+ #: inc/class-easyfancybox-options.php:326
274
+ msgid "Auto popup"
275
+ msgstr ""
276
+
277
+ #: inc/class-easyfancybox-options.php:330
278
+ msgid "Open on page load"
279
+ msgstr "Openen bij het laden van de pagina"
280
+
281
+ #: inc/class-easyfancybox-options.php:336
282
+ msgid "Link with ID \"fancybox-auto\""
283
+ msgstr "Koppeling met ID \"fancybox-auto\""
284
+
285
+ #: inc/class-easyfancybox-options.php:339
286
+ #: inc/class-easyfancybox-options.php:483
287
+ #: inc/class-easyfancybox-options.php:526
288
+ #: inc/class-easyfancybox-options.php:553
289
+ #: inc/class-easyfancybox-options.php:628
290
+ #: inc/class-easyfancybox-options.php:782
291
+ #: inc/class-easyfancybox-options.php:809
292
+ #: inc/class-easyfancybox-options.php:862
293
+ msgid "More options &raquo;"
294
+ msgstr "Meer opties &raquo;"
295
+
296
+ #: inc/class-easyfancybox-options.php:343
297
+ msgid "Delay in milliseconds"
298
+ msgstr "Vertraging in miliseconden"
299
+
300
+ #: inc/class-easyfancybox-options.php:357
301
+ msgid "Hide popup after first visit?"
302
+ msgstr "Popup verbergen na eerste bezoek?"
303
+
304
+ #: inc/class-easyfancybox-options.php:366
305
+ msgid "1 Day"
306
+ msgstr "1 Dag"
307
+
308
+ #: inc/class-easyfancybox-options.php:366
309
+ msgid "1 Week"
310
+ msgstr "1 Week\t"
311
+
312
+ #: inc/class-easyfancybox-options.php:366
313
+ msgid "1 Month"
314
+ msgstr "1 Maand"
315
+
316
+ #: inc/class-easyfancybox-options.php:366
317
+ msgid "1 Year"
318
+ msgstr "1 Jaar"
319
+
320
+ #: inc/class-easyfancybox-options.php:371
321
+ msgid "Browser & device compatibility"
322
+ msgstr "Browser- & apparaatcompatibiliteit"
323
+
324
+ #: inc/class-easyfancybox-options.php:400
325
+ msgid "Include IE 8 compatibility style rules"
326
+ msgstr "Voeg IE 8 style compatibiliteitsregels toe."
327
+
328
+ #: inc/class-easyfancybox-options.php:431
329
+ msgid "Other"
330
+ msgstr ""
331
+
332
+ #: inc/class-easyfancybox-options.php:439
333
+ msgid "Include the Metadata jQuery extension script to allow passing custom parameters via link class."
334
+ msgstr "Sluit de Metadata jQuery extensie bij om aangepaste parameters via link class te kunnen doorgeven."
335
+
336
+ #: inc/class-easyfancybox-options.php:452
337
+ msgid "To make images open in an overlay, add their extension to the Autodetect field or use the class \"fancybox\" for its link. Clear field to switch off all autodetection."
338
+ msgstr "Om afbeeldingen in de lichtbak te openen, voeg hun extensie toe aan het veld auto-detectie of gebruik de class \"fancybox\" voor de koppeling. Wis dit veld om auto-detectie uit te schakelen."
339
+
340
+ #: inc/class-easyfancybox-options.php:464
341
+ #: inc/class-easyfancybox-options.php:842
342
+ #: inc/class-easyfancybox-options.php:952
343
+ #: inc/class-easyfancybox-options.php:1046
344
+ #: inc/class-easyfancybox-options.php:1141
345
+ #: inc/class-easyfancybox-options.php:1239
346
+ #: inc/class-easyfancybox-options.php:1338
347
+ msgid "Autodetect"
348
+ msgstr "Auto-detectie"
349
+
350
+ #: inc/class-easyfancybox-options.php:475
351
+ msgid "Apply to"
352
+ msgstr "Pas toe op"
353
+
354
+ #: inc/class-easyfancybox-options.php:480
355
+ msgid "All image links"
356
+ msgstr "Alle afbeeldingskoppelingen"
357
+
358
+ #: inc/class-easyfancybox-options.php:487
359
+ msgid "Force FancyBox to treat all media linked with class=\"fancybox\" as images?"
360
+ msgstr "Dwing FancyBox om alle medialinks met class=\"fancybox\" als afbeelding te behandelen?"
361
+
362
+ #: inc/class-easyfancybox-options.php:503
363
+ #: inc/class-easyfancybox-options.php:759
364
+ msgid "Transition In"
365
+ msgstr "Transitie In"
366
+
367
+ #: inc/class-easyfancybox-options.php:508
368
+ #: inc/class-easyfancybox-options.php:535
369
+ #: inc/class-easyfancybox-options.php:764
370
+ #: inc/class-easyfancybox-options.php:791
371
+ msgid "Fade"
372
+ msgstr "Vervaging"
373
+
374
+ #: inc/class-easyfancybox-options.php:509
375
+ #: inc/class-easyfancybox-options.php:536
376
+ #: inc/class-easyfancybox-options.php:765
377
+ #: inc/class-easyfancybox-options.php:792
378
+ msgid "Elastic"
379
+ msgstr "Elastisch"
380
+
381
+ #: inc/class-easyfancybox-options.php:516
382
+ #: inc/class-easyfancybox-options.php:772
383
+ msgid "Easing In"
384
+ msgstr "Vloeiing In"
385
+
386
+ #: inc/class-easyfancybox-options.php:520
387
+ #: inc/class-easyfancybox-options.php:547
388
+ #: inc/class-easyfancybox-options.php:776
389
+ #: inc/class-easyfancybox-options.php:803
390
+ msgid "Linear"
391
+ msgstr "Lineair"
392
+
393
+ #: inc/class-easyfancybox-options.php:521
394
+ #: inc/class-easyfancybox-options.php:548
395
+ #: inc/class-easyfancybox-options.php:777
396
+ #: inc/class-easyfancybox-options.php:804
397
+ msgid "Swing"
398
+ msgstr "Zwaai"
399
+
400
+ #: inc/class-easyfancybox-options.php:522
401
+ #: inc/class-easyfancybox-options.php:549
402
+ #: inc/class-easyfancybox-options.php:778
403
+ #: inc/class-easyfancybox-options.php:805
404
+ msgid "easeInBack"
405
+ msgstr ""
406
+
407
+ #: inc/class-easyfancybox-options.php:523
408
+ #: inc/class-easyfancybox-options.php:550
409
+ #: inc/class-easyfancybox-options.php:779
410
+ #: inc/class-easyfancybox-options.php:806
411
+ msgid "easeOutBack"
412
+ msgstr ""
413
+
414
+ #: inc/class-easyfancybox-options.php:530
415
+ #: inc/class-easyfancybox-options.php:786
416
+ msgid "Transition Out"
417
+ msgstr "Transitie Uit"
418
+
419
+ #: inc/class-easyfancybox-options.php:543
420
+ #: inc/class-easyfancybox-options.php:799
421
+ msgid "Easing Out"
422
+ msgstr "Vloeiing Uit"
423
+
424
+ #: inc/class-easyfancybox-options.php:553
425
+ #: inc/class-easyfancybox-options.php:809
426
+ msgid "Easing effects only apply when Transition is set to Elastic. "
427
+ msgstr "Vloeiende effecten zijn alleen van toepassing als Elastische transities zijn ingeschakeld. "
428
+
429
+ #: inc/class-easyfancybox-options.php:560
430
+ #: inc/class-easyfancybox-options.php:816
431
+ msgid "Transparency fade during elastic transition. CAUTION: Use only when at least Transition In is set to Elastic!"
432
+ msgstr "Transparantievervaging bij elastische transitie. LET OP: Gebruik alleen als ten minsten Transitie In op Elastisch staat!"
433
+
434
+ #: inc/class-easyfancybox-options.php:567
435
+ #: inc/class-easyfancybox-options.php:823
436
+ msgid "Close FancyBox when content is clicked"
437
+ msgstr "Sluit FancyBox als de inhoud wordt aangeklikt"
438
+
439
+ #: inc/class-easyfancybox-options.php:578
440
+ #: inc/class-easyfancybox-options.php:901
441
+ #: inc/class-easyfancybox-options.php:1004
442
+ #: inc/class-easyfancybox-options.php:1098
443
+ #: inc/class-easyfancybox-options.php:1197
444
+ #: inc/class-easyfancybox-options.php:1295
445
+ #: inc/class-easyfancybox-options.php:1394
446
+ #: inc/class-easyfancybox-options.php:1521
447
+ msgid "Show title"
448
+ msgstr "Toon titel"
449
+
450
+ #: inc/class-easyfancybox-options.php:582
451
+ #: inc/class-easyfancybox-options.php:905
452
+ #: inc/class-easyfancybox-options.php:1008
453
+ #: inc/class-easyfancybox-options.php:1102
454
+ #: inc/class-easyfancybox-options.php:1201
455
+ #: inc/class-easyfancybox-options.php:1299
456
+ #: inc/class-easyfancybox-options.php:1398
457
+ #: inc/class-easyfancybox-options.php:1525
458
+ msgid "Title Position"
459
+ msgstr "Titel Positie"
460
+
461
+ #: inc/class-easyfancybox-options.php:586
462
+ #: inc/class-easyfancybox-options.php:909
463
+ #: inc/class-easyfancybox-options.php:1012
464
+ #: inc/class-easyfancybox-options.php:1106
465
+ #: inc/class-easyfancybox-options.php:1205
466
+ #: inc/class-easyfancybox-options.php:1303
467
+ #: inc/class-easyfancybox-options.php:1402
468
+ #: inc/class-easyfancybox-options.php:1529
469
+ msgid "Float"
470
+ msgstr "Drijvend"
471
+
472
+ #: inc/class-easyfancybox-options.php:587
473
+ #: inc/class-easyfancybox-options.php:910
474
+ #: inc/class-easyfancybox-options.php:1013
475
+ #: inc/class-easyfancybox-options.php:1107
476
+ #: inc/class-easyfancybox-options.php:1206
477
+ #: inc/class-easyfancybox-options.php:1304
478
+ #: inc/class-easyfancybox-options.php:1403
479
+ #: inc/class-easyfancybox-options.php:1530
480
+ msgid "Outside"
481
+ msgstr "Buiten"
482
+
483
+ #: inc/class-easyfancybox-options.php:588
484
+ #: inc/class-easyfancybox-options.php:911
485
+ #: inc/class-easyfancybox-options.php:1014
486
+ #: inc/class-easyfancybox-options.php:1108
487
+ #: inc/class-easyfancybox-options.php:1207
488
+ #: inc/class-easyfancybox-options.php:1305
489
+ #: inc/class-easyfancybox-options.php:1404
490
+ #: inc/class-easyfancybox-options.php:1531
491
+ msgid "Inside"
492
+ msgstr "Binnen"
493
+
494
+ #: inc/class-easyfancybox-options.php:599
495
+ #: inc/class-easyfancybox-options.php:920
496
+ #: inc/class-easyfancybox-options.php:1023
497
+ #: inc/class-easyfancybox-options.php:1118
498
+ #: inc/class-easyfancybox-options.php:1216
499
+ #: inc/class-easyfancybox-options.php:1314
500
+ #: inc/class-easyfancybox-options.php:1413
501
+ #: inc/class-easyfancybox-options.php:1540
502
+ msgid "Allow title from thumbnail alt tag"
503
+ msgstr "Sta titel uit miniatuur \"alt\" attribuut toe"
504
+
505
+ #: inc/class-easyfancybox-options.php:603
506
+ #: inc/class-easyfancybox-options.php:692
507
+ msgid "Advanced"
508
+ msgstr "Geavanceerd"
509
+
510
+ #: inc/class-easyfancybox-options.php:607
511
+ msgid "Hide/show title on mouse hover action"
512
+ msgstr "Titel verbergen/tonen bij muis-over actie"
513
+
514
+ #: inc/class-easyfancybox-options.php:614
515
+ msgid "Gallery"
516
+ msgstr "Galerij"
517
+
518
+ #: inc/class-easyfancybox-options.php:618
519
+ msgid "Autogallery"
520
+ msgstr "Auto-galerij"
521
+
522
+ #: inc/class-easyfancybox-options.php:624
523
+ msgid "WordPress galleries only"
524
+ msgstr "Alleen WordPress galerijen"
525
+
526
+ #: inc/class-easyfancybox-options.php:625
527
+ msgid "All in one gallery"
528
+ msgstr "Allemaal in één galerij"
529
+
530
+ #: inc/class-easyfancybox-options.php:628
531
+ msgid "When disabled, you can use the rel attribute to manually group image links together."
532
+ msgstr "Wanneer uitgeschakeld kun je het \"rel\" attribuut gebruiken om afbeelding handmatig te groeperen."
533
+
534
+ #: inc/class-easyfancybox-options.php:635
535
+ msgid "Show the gallery navigation arrows"
536
+ msgstr "Toon galerij navigatiepijltjes"
537
+
538
+ #: inc/class-easyfancybox-options.php:642
539
+ msgid "Arrow key strokes browse the gallery"
540
+ msgstr "Pijltjestoetsen bladeren door FancyBox galerij"
541
+
542
+ #: inc/class-easyfancybox-options.php:649
543
+ msgid "Include the Mousewheel jQuery extension script to allow gallery browsing by mousewheel action."
544
+ msgstr "Sluit de Mousewheel jQuery extensie bij zodat met de muiswiel door galerijen gescrold kan worden."
545
+
546
+ #: inc/class-easyfancybox-options.php:656
547
+ msgid "Make galleries cyclic, allowing you to keep pressing next/back."
548
+ msgstr "Maak galerijen cyclisch, zodat je voor- en achteruit kunt blijven bladeren."
549
+
550
+ #: inc/class-easyfancybox-options.php:660
551
+ msgid "Change speed"
552
+ msgstr "Snelheid bij vervangen"
553
+
554
+ #: inc/class-easyfancybox-options.php:672
555
+ msgid "Fade speed"
556
+ msgstr "Snelheid bij vervagen"
557
+
558
+ #: inc/class-easyfancybox-options.php:688
559
+ msgid "Galleries per Section (below)"
560
+ msgstr "Galerijen per Sectie (hieronder)"
561
+
562
+ #: inc/class-easyfancybox-options.php:688
563
+ msgid "This applies when <em>Apply to</em> is set to <em>Limited to Sections</em> and/or <em>Autogallery</em> is set to <em>Galleries per Section</em>. Adapt it to conform with your theme."
564
+ msgstr "Dit geldt wanneer <em>Pas toe op</em> is beperkt tot <em>Alleen koppelingen binnen secties</em> en/of <em>Auto-galerij</em> op <em>Galerijen per Sectie</em> staat. Pas dit aan aan je thema."
565
+
566
+ #: inc/class-easyfancybox-options.php:688
567
+ msgid "Examples: If your theme wraps post content in a div with class post, change this value to \"div.post\". If you only want to group images in a WordPress gallery together, use \"div.gallery\". If you want to include images in a sidebar with ID primary, add \", #primary\"."
568
+ msgstr "Voorbeelden: Als je thema artikelen in een div met class post plaatst, maak deze waarde dan \"div.post\". Als je alleen afbeeldingen in een WordPress galerij wil groeperen, gebruik \"div.gallery\". Als je afbeeldingen in de zijbalk met ID primary wil meenemen, voeg dan \", #primary\" toe."
569
+
570
+ #: inc/class-easyfancybox-options.php:688
571
+ msgid "Hide/show title on mouse hover action works best with Overlay title position."
572
+ msgstr "Titel verbergen/tonen bij muis-over actie werkt het beste met titel-positie Bedekking."
573
+
574
+ #: inc/class-easyfancybox-options.php:688
575
+ msgid "Auto-rotation uses a fixed 3, 6, 9 or 12 second pause per image."
576
+ msgstr "Auto-rotatie gebruikt vaste pauses van 3, 6, 9 of 12 seconden per afbeelding."
577
+
578
+ #: inc/class-easyfancybox-options.php:688
579
+ msgid "(3 seconds)"
580
+ msgstr "(3 seconden)"
581
+
582
+ #: inc/class-easyfancybox-options.php:688
583
+ msgid "(6 seconds)"
584
+ msgstr "(6 seconden)"
585
+
586
+ #: inc/class-easyfancybox-options.php:688
587
+ msgid "(9 seconds)"
588
+ msgstr "(9 seconden)"
589
+
590
+ #: inc/class-easyfancybox-options.php:688
591
+ msgid "(12 seconds)"
592
+ msgstr "(12 seconden)"
593
+
594
+ #: inc/class-easyfancybox-options.php:696
595
+ msgid "Slideshow"
596
+ msgstr "Diashow"
597
+
598
+ #: inc/class-easyfancybox-options.php:724
599
+ msgid "To make inline content open in an overlay, wrap that content in a div with a unique ID, create a link with target \"#uniqueID\" and give it a class \"fancybox-inline\" attribute."
600
+ msgstr "Om inline inhoud in een lightbox weer te geven, plaats het dan in een div met een unieke ID, maak een link naar \"#uniqueID\" en geef het een class=\"fancybox-inline\" attribuut."
601
+
602
+ #: inc/class-easyfancybox-options.php:742
603
+ msgid "Try to adjust size to inline/html content. If unchecked the default dimensions will be used."
604
+ msgstr "Probeer de grootte aan te passen aan inline/html inhoud. Indien uitgeschakeld worden de standaard afmetingen gebruikt."
605
+
606
+ #: inc/class-easyfancybox-options.php:746
607
+ msgid "Scrolling"
608
+ msgstr "Scrollen"
609
+
610
+ #: inc/class-easyfancybox-options.php:750
611
+ msgid "Auto"
612
+ msgstr "Auto"
613
+
614
+ #: inc/class-easyfancybox-options.php:751
615
+ msgid "Always"
616
+ msgstr "Altijd"
617
+
618
+ #: inc/class-easyfancybox-options.php:752
619
+ msgid "Never"
620
+ msgstr "Nooit"
621
+
622
+ #: inc/class-easyfancybox-options.php:755
623
+ msgid "Define scrolling and scrollbar visibility."
624
+ msgstr "Bepaal scrollen en zichtbaarheid van de schijfbalken."
625
+
626
+ #: inc/class-easyfancybox-options.php:834
627
+ msgid "To make any PDF document file open in an overlay, switch on Autodetect or use the class \"fancybox-pdf\" for its link."
628
+ msgstr "Schakel, om PDF documenten in de lichtbak te openen, auto-detectie in of gebruik class \"fancybox-pdf\" voor de koppeling."
629
+
630
+ #: inc/class-easyfancybox-options.php:854
631
+ msgid "Embed with"
632
+ msgstr "Embedden met"
633
+
634
+ #: inc/class-easyfancybox-options.php:858
635
+ msgid "Object tag (plus fall-back link)"
636
+ msgstr "Object tag (plus een fall-back link)"
637
+
638
+ #: inc/class-easyfancybox-options.php:859
639
+ msgid "iFrame tag (let browser decide)"
640
+ msgstr "iFrame tag (laat het aan de browser over)"
641
+
642
+ #: inc/class-easyfancybox-options.php:944
643
+ msgid "To make any Flash (.swf) file open in an overlay, switch on Autodetect or use the class \"fancybox-swf\" for its link."
644
+ msgstr "Schakel, om Flash (.swf) bestanden in de lichtbak te openen, auto-detectie in of gebruik class \"fancybox-swf\" voor de koppeling."
645
+
646
+ #: inc/class-easyfancybox-options.php:1038
647
+ msgid "To make any SVG (.svg) file open in an overlay, switch on Autodetect or use the class \"fancybox-svg\" for its link."
648
+ msgstr "Schakel, om SVG (.svg) bestanden in de lichtbak te openen, auto-detectie in of gebruik class \"fancybox-svg\" voor de koppeling."
649
+
650
+ #: inc/class-easyfancybox-options.php:1133
651
+ msgid "To make any YouTube movie open in an overlay, switch on Autodetect or use the class \"fancybox-youtube\" for its link."
652
+ msgstr "Schakel, om YouTube films in de lichtbak te openen, auto-detectie in of gebruik class \"fancybox-youtube\" voor de koppeling."
653
+
654
+ #: inc/class-easyfancybox-options.php:1231
655
+ msgid "To make any Vimeo movie open in an overlay, switch on Autodetect or use the class \"fancybox-vimeo\" for its link."
656
+ msgstr "Schakel, om Vimeo films in de lichtbak te openen, auto-detectie in of gebruik class \"fancybox-vimeo\" voor de koppeling."
657
+
658
+ #: inc/class-easyfancybox-options.php:1330
659
+ msgid "To make any Dailymotion movie open in an overlay, switch on Autodetect or use the class \"fancybox-dailymotion\" for its link."
660
+ msgstr "Schakel, om Dailymotion films in de lichtbak te openen, auto-detectie in of gebruik class \"fancybox-dailymotion\" voor de koppeling."
661
+
662
+ #: inc/class-easyfancybox-options.php:1455
663
+ msgid "To make a website or HTML document open in an overlay, use the class \"fancybox-iframe\" for its link."
664
+ msgstr "Gebruik, om een website of HTML document in de lichtbak te openen, de class \"fancybox-iframe\" voor zijn koppeling."
665
+
666
+ #. Plugin URI of the plugin/theme
667
+ msgid "http://status301.net/wordpress-plugins/easy-fancybox/"
668
+ msgstr ""
669
+
670
+ #. Description of the plugin/theme
671
+ msgid "Easily enable the <a href=\"http://fancybox.net/\">FancyBox jQuery extension</a> on all image, SWF, PDF, YouTube, Dailymotion and Vimeo links. Also supports iFrame and inline content."
672
+ msgstr ""
673
+
674
+ #. Author of the plugin/theme
675
+ msgid "RavanH"
676
+ msgstr ""
677
+
678
+ #. Author URI of the plugin/theme
679
+ msgid "http://status301.net/"
680
+ msgstr ""
languages/easy-fancybox-nl_NL.mo CHANGED
Binary file
languages/easy-fancybox-nl_NL.po CHANGED
@@ -4,8 +4,8 @@ msgid ""
4
  msgstr ""
5
  "Project-Id-Version: Easy FancyBox/1.5\n"
6
  "Report-Msgid-Bugs-To: \n"
7
- "POT-Creation-Date: 2014-01-05 16:56+0100\n"
8
- "PO-Revision-Date: 2014-01-05 16:57+0100\n"
9
  "Last-Translator: RavanH <ravanhagen@gmail.com>\n"
10
  "Language-Team: <ravanhagen@gmail.com>\n"
11
  "Language: nl_NL\n"
@@ -13,14 +13,430 @@ msgstr ""
13
  "Content-Type: text/plain; charset=UTF-8\n"
14
  "Content-Transfer-Encoding: 8bit\n"
15
  "X-Poedit-SourceCharset: utf-8\n"
16
- "X-Generator: Poedit 1.5.4\n"
17
 
18
- #: ../easy-fancybox-class.php:341
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
19
  msgid "Donate to keep the Easy FancyBox plugin development going!"
20
  msgstr ""
21
  "Doneer om de ontwikkeling van de Easy FancyBox plugin gaande te houden!"
22
 
23
- #: ../easy-fancybox-class.php:341
24
  #, php-format
25
  msgid ""
26
  "The options in this section are provided by the plugin %s and determine the "
@@ -30,16 +446,16 @@ msgstr ""
30
  "De opties in deze secties worden verzorgd door de plugin %s en bepalen het "
31
  "uiterlijk en gedrag van de <strong>Media lichtbak</strong>, beheerd door %s."
32
 
33
- #: ../easy-fancybox-class.php:341
34
  msgid "Easy FancyBox"
35
  msgstr "Easy FancyBox"
36
 
37
- #: ../easy-fancybox-class.php:341 ../easy-fancybox-class.php:531
38
- #: ../easy-fancybox-class.php:571
39
  msgid "FancyBox"
40
  msgstr "FancyBox"
41
 
42
- #: ../easy-fancybox-class.php:341
43
  msgid ""
44
  "First enable each sub-section that you need. Then save and come back to "
45
  "adjust its specific settings."
@@ -47,7 +463,7 @@ msgstr ""
47
  "Activeer eerst iedere sub-sectie die je nodig hebt. Sla vervolgens op en "
48
  "keer terug om specifieke instellingen te doen."
49
 
50
- #: ../easy-fancybox-class.php:341
51
  msgid ""
52
  "Note: Each additional sub-section and features like <em>Auto-detection</em>, "
53
  "<em>Elastic transitions</em> and all <em>Easing effects</em> (except Swing) "
@@ -59,7 +475,7 @@ msgstr ""
59
  "Zwaai) heeft een extra impact op client-side browser snelheid. Activeer "
60
  "alleen die sub-secties en opties die je ook echt gebruikt op je site."
61
 
62
- #: ../easy-fancybox-class.php:341
63
  msgid ""
64
  "Some setting like Transition options are unavailable for SWF video, PDF and "
65
  "iFrame content to ensure browser compatibility and readability."
@@ -68,78 +484,102 @@ msgstr ""
68
  "PDF en iFrame inhoud om browser compatibiliteit en leesbaarheid te "
69
  "waarborgen."
70
 
71
- #: ../easy-fancybox-class.php:385
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
72
  msgid "Checked"
73
  msgstr "Aangevinkt"
74
 
75
- #: ../easy-fancybox-class.php:387
76
  msgid "Unchecked"
77
  msgstr "Uitgevinkt"
78
 
79
- #: ../easy-fancybox-class.php:571
 
 
 
 
 
80
  msgid "Easy FancyBox Settings"
81
  msgstr "Instellingen voor Easy FancyBox"
82
 
83
- #: ../easy-fancybox-class.php:580
84
  msgid "Sections"
85
  msgstr "Secties"
86
 
87
- #: ../easy-fancybox-class.php:581 ../easy-fancybox-settings.php:9
88
  msgid "Global settings"
89
  msgstr "Algemene instellingen"
90
 
91
- #: ../easy-fancybox-class.php:582 ../easy-fancybox-settings.php:27
92
- #: ../easy-fancybox-settings.php:370
93
  msgid "Images"
94
  msgstr "Afbeeldingen"
95
 
96
- #: ../easy-fancybox-class.php:583 ../easy-fancybox-settings.php:34
97
- #: ../easy-fancybox-settings.php:633
98
  msgid "Inline content"
99
  msgstr "Inline inhoud"
100
 
101
- #: ../easy-fancybox-class.php:584 ../easy-fancybox-settings.php:41
102
- #: ../easy-fancybox-settings.php:743
103
  msgid "PDF"
104
  msgstr "PDF"
105
 
106
- #: ../easy-fancybox-class.php:585 ../easy-fancybox-settings.php:48
107
- #: ../easy-fancybox-settings.php:868
108
  msgid "SWF"
109
  msgstr "SWF"
110
 
111
- #: ../easy-fancybox-class.php:586 ../easy-fancybox-settings.php:62
112
- #: ../easy-fancybox-settings.php:1057
113
  msgid "YouTube"
114
  msgstr "YouTube"
115
 
116
- #: ../easy-fancybox-class.php:587 ../easy-fancybox-settings.php:69
117
- #: ../easy-fancybox-settings.php:1165
118
  msgid "Vimeo"
119
  msgstr "Vimeo"
120
 
121
- #: ../easy-fancybox-class.php:588 ../easy-fancybox-settings.php:76
122
- #: ../easy-fancybox-settings.php:1265
123
  msgid "Dailymotion"
124
  msgstr "Dailymotion"
125
 
126
- #: ../easy-fancybox-class.php:589 ../easy-fancybox-settings.php:83
127
- #: ../easy-fancybox-settings.php:1391
128
  msgid "iFrames"
129
  msgstr "iFrames"
130
 
131
- #: ../easy-fancybox-class.php:617
 
 
 
 
 
132
  msgid "Support"
133
  msgstr "Ondersteuning"
134
 
135
- #: ../easy-fancybox-class.php:618
136
- msgid "Resources"
137
- msgstr "Bronnen"
138
-
139
- #: ../easy-fancybox-class.php:620
140
- msgid "Credits"
141
- msgstr "Met dank aan"
142
-
143
  #: ../easy-fancybox-settings.php:14
144
  msgid "Media"
145
  msgstr "Media"
@@ -148,7 +588,7 @@ msgstr "Media"
148
  msgid "Enable FancyBox for"
149
  msgstr "Activeer FancyBox voor"
150
 
151
- #: ../easy-fancybox-settings.php:55 ../easy-fancybox-settings.php:962
152
  msgid "SVG"
153
  msgstr "SVG"
154
 
@@ -160,127 +600,86 @@ msgstr ""
160
  "Schaf de Easy FancyBox Pro versie aan voor geavanceerde opties en "
161
  "ondersteuning."
162
 
163
- #: ../easy-fancybox-settings.php:95
164
- msgid "Exclude"
165
- msgstr "Uitsluiten"
166
-
167
- #: ../easy-fancybox-settings.php:101
168
- msgid "Empty (hidden) links"
169
- msgstr "Lege (verborgen) koppelingen"
170
-
171
- #: ../easy-fancybox-settings.php:102
172
- msgid "Without thumbnail image"
173
- msgstr "Zonder miniatuurafbeelding"
174
-
175
- #: ../easy-fancybox-settings.php:109
176
- msgid "Open on page load"
177
- msgstr "Openen bij het laden van de pagina"
178
-
179
- #: ../easy-fancybox-settings.php:115
180
- msgid "Link with ID \"fancybox-auto\""
181
- msgstr "Koppeling met ID \"fancybox-auto\""
182
-
183
- #: ../easy-fancybox-settings.php:118 ../easy-fancybox-settings.php:409
184
- #: ../easy-fancybox-settings.php:440 ../easy-fancybox-settings.php:467
185
- #: ../easy-fancybox-settings.php:542 ../easy-fancybox-settings.php:696
186
- #: ../easy-fancybox-settings.php:723
187
- msgid "More options &raquo;"
188
- msgstr "Meer opties &raquo;"
189
-
190
- #: ../easy-fancybox-settings.php:125
191
- msgid ""
192
- "Include the Metadata jQuery extension script to allow passing custom "
193
- "parameters via link class."
194
- msgstr ""
195
- "Sluit de Metadata jQuery extensie bij om aangepaste parameters via link "
196
- "class te kunnen doorgeven."
197
-
198
- #: ../easy-fancybox-settings.php:130 ../easy-fancybox-settings.php:503
199
  msgid "Overlay"
200
  msgstr "Bedekking"
201
 
202
- #: ../easy-fancybox-settings.php:139
203
  msgid "Show the overlay around content opened in FancyBox."
204
  msgstr "Toon de bedekking rond inhoud geopend in FancyBox."
205
 
206
- #: ../easy-fancybox-settings.php:146
207
  msgid "Close FancyBox when overlay is clicked."
208
  msgstr "Sluit FancyBox als bedekking wordt aangeklikt."
209
 
210
- #: ../easy-fancybox-settings.php:150 ../easy-fancybox-settings.php:228
211
  msgid "Opacity"
212
  msgstr "Ondoorzichtigheid"
213
 
214
- #: ../easy-fancybox-settings.php:158
215
  msgid "Value between 0 and 1. "
216
  msgstr "Waarde tussen 0 en 1. "
217
 
218
- #: ../easy-fancybox-settings.php:158 ../easy-fancybox-settings.php:167
219
- #: ../easy-fancybox-settings.php:286 ../easy-fancybox-settings.php:337
220
- #: ../easy-fancybox-settings.php:595
221
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:103
222
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:108
223
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:147
224
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:244
225
- msgid "Default:"
226
- msgstr "Standaard:"
227
-
228
- #: ../easy-fancybox-settings.php:162
229
  msgid "Color"
230
  msgstr "Kleur"
231
 
232
- #: ../easy-fancybox-settings.php:167
233
- msgid "Enter an HTML color value."
234
- msgstr "Voer een HTML kleurwaarde in."
235
-
236
- #: ../easy-fancybox-settings.php:175
237
- msgid "Spotlight effect"
238
- msgstr "Schijnwerper effect"
239
 
240
- #: ../easy-fancybox-settings.php:180
241
  msgid "Window"
242
  msgstr "Raam"
243
 
244
- #: ../easy-fancybox-settings.php:186 ../easy-fancybox-settings.php:485
245
  msgid "Appearance"
246
  msgstr "Uiterlijk"
247
 
248
- #: ../easy-fancybox-settings.php:193
249
  msgid "Show the (X) close button"
250
  msgstr "Toon de (X) afsluit-knop"
251
 
252
- #: ../easy-fancybox-settings.php:198
253
  msgid "Background color"
254
  msgstr "Achtergrondkleur"
255
 
256
- #: ../easy-fancybox-settings.php:208
 
 
 
 
 
 
 
 
257
  msgid "Border color"
258
  msgstr "Randkleur"
259
 
260
- #: ../easy-fancybox-settings.php:218
261
- msgid "Text color"
262
- msgstr "Tekstkleur"
263
 
264
- #: ../easy-fancybox-settings.php:223 ../easy-fancybox-settings.php:236
265
- #: ../easy-fancybox-settings.php:249 ../easy-fancybox-settings.php:524
266
- #: ../easy-fancybox-settings.php:613
267
- msgid "Make available &raquo;"
268
- msgstr "Maak beschikbaar &raquo;"
269
 
270
- #: ../easy-fancybox-settings.php:241
271
  msgid "Border radius"
272
  msgstr "Hoekronding"
273
 
274
- #: ../easy-fancybox-settings.php:249
275
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:114
276
- msgid "Set a border radius to create rounded corners. Higher is rounder."
277
- msgstr "Voer een waarde voor hoekrondingen in. Hoger is ronder."
278
-
279
- #: ../easy-fancybox-settings.php:254
280
  msgid "Dimensions"
281
  msgstr "Afmetingen"
282
 
283
- #: ../easy-fancybox-settings.php:286
 
 
 
 
284
  msgid ""
285
  "If content size is not set or cannot be determined automatically, these "
286
  "default dimensions will be used."
@@ -288,35 +687,80 @@ msgstr ""
288
  "Als de inhoud geen detecteerbare afmetingen heeft, worden deze "
289
  "standaardwaarden gebruikt."
290
 
291
- #: ../easy-fancybox-settings.php:291 ../easy-fancybox-settings.php:413
292
  msgid "Behavior"
293
  msgstr "Gedrag"
294
 
295
- #: ../easy-fancybox-settings.php:298
296
  msgid "Center while scrolling"
297
  msgstr "Centreren bij scrollen"
298
 
299
- #: ../easy-fancybox-settings.php:305
300
  msgid "Esc key stroke closes FancyBox"
301
  msgstr "Esc-toets sluit FancyBox"
302
 
303
- #: ../easy-fancybox-settings.php:312
304
  msgid "Scale large content down to fit in the browser viewport."
305
  msgstr "Inhoud terug schalen wanneer het groter is dan het browservenster."
306
 
307
- #: ../easy-fancybox-settings.php:316
308
  msgid "Opening speed"
309
  msgstr "Snelheid bij openen"
310
 
311
- #: ../easy-fancybox-settings.php:328
312
  msgid "Closing speed"
313
  msgstr "Snelheid bij sluiten"
314
 
315
- #: ../easy-fancybox-settings.php:337 ../easy-fancybox-settings.php:595
316
  msgid "Duration in milliseconds. Higher is slower."
317
  msgstr "Duur in miliseconden. Hoger is langzamer."
318
 
319
- #: ../easy-fancybox-settings.php:375
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
320
  msgid ""
321
  "To make images open in an overlay, add their extension to the Autodetect "
322
  "field or use the class \"fancybox\" for its link. Clear field to switch off "
@@ -326,91 +770,71 @@ msgstr ""
326
  "auto-detectie of gebruik de class \"fancybox\" voor de koppeling. Wis dit "
327
  "veld om auto-detectie uit te schakelen."
328
 
329
- #: ../easy-fancybox-settings.php:390 ../easy-fancybox-settings.php:756
330
- #: ../easy-fancybox-settings.php:881 ../easy-fancybox-settings.php:975
331
- #: ../easy-fancybox-settings.php:1071 ../easy-fancybox-settings.php:1179
332
- #: ../easy-fancybox-settings.php:1279
333
  msgid "Autodetect"
334
  msgstr "Auto-detectie"
335
 
336
- #: ../easy-fancybox-settings.php:397
337
- msgid "Example:"
338
- msgstr "Voorbeeld:"
339
-
340
- #: ../easy-fancybox-settings.php:401
341
  msgid "Apply to"
342
  msgstr "Pas toe op"
343
 
344
- #: ../easy-fancybox-settings.php:406
345
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:147
346
- msgid "All image links"
347
- msgstr "Alle afbeeldingskoppelingen"
 
 
348
 
349
- #: ../easy-fancybox-settings.php:417 ../easy-fancybox-settings.php:673
350
  msgid "Transition In"
351
  msgstr "Transitie In"
352
 
353
- #: ../easy-fancybox-settings.php:422 ../easy-fancybox-settings.php:449
354
- #: ../easy-fancybox-settings.php:678 ../easy-fancybox-settings.php:705
355
  msgid "Fade"
356
  msgstr "Vervaging"
357
 
358
- #: ../easy-fancybox-settings.php:423 ../easy-fancybox-settings.php:450
359
- #: ../easy-fancybox-settings.php:679 ../easy-fancybox-settings.php:706
360
  msgid "Elastic"
361
  msgstr "Elastisch"
362
 
363
- #: ../easy-fancybox-settings.php:430 ../easy-fancybox-settings.php:686
364
  msgid "Easing In"
365
  msgstr "Vloeiing In"
366
 
367
- #: ../easy-fancybox-settings.php:434 ../easy-fancybox-settings.php:461
368
- #: ../easy-fancybox-settings.php:690 ../easy-fancybox-settings.php:717
369
  msgid "Linear"
370
  msgstr "Lineair"
371
 
372
- #: ../easy-fancybox-settings.php:435 ../easy-fancybox-settings.php:462
373
- #: ../easy-fancybox-settings.php:691 ../easy-fancybox-settings.php:718
374
  msgid "Swing"
375
  msgstr "Zwaai"
376
 
377
- #: ../easy-fancybox-settings.php:436 ../easy-fancybox-settings.php:463
378
- #: ../easy-fancybox-settings.php:692 ../easy-fancybox-settings.php:719
379
  msgid "easeInBack"
380
  msgstr ""
381
 
382
- #: ../easy-fancybox-settings.php:437 ../easy-fancybox-settings.php:464
383
- #: ../easy-fancybox-settings.php:693 ../easy-fancybox-settings.php:720
384
  msgid "easeOutBack"
385
  msgstr ""
386
 
387
- #: ../easy-fancybox-settings.php:444 ../easy-fancybox-settings.php:700
388
  msgid "Transition Out"
389
  msgstr "Transitie Uit"
390
 
391
- #: ../easy-fancybox-settings.php:457 ../easy-fancybox-settings.php:713
392
  msgid "Easing Out"
393
  msgstr "Vloeiing Uit"
394
 
395
- #: ../easy-fancybox-settings.php:467 ../easy-fancybox-settings.php:542
396
- #: ../easy-fancybox-settings.php:723
397
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:213
398
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:219
399
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:230
400
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:258
401
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:332
402
- msgid "Note:"
403
- msgstr "Let op:"
404
-
405
- #: ../easy-fancybox-settings.php:467 ../easy-fancybox-settings.php:723
406
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:213
407
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:332
408
- msgid "Easing effects only apply when Transition is set to Elastic. "
409
- msgstr ""
410
- "Vloeiende effecten zijn alleen van toepassing als Elastische transities zijn "
411
- "ingeschakeld. "
412
-
413
- #: ../easy-fancybox-settings.php:474 ../easy-fancybox-settings.php:730
414
  msgid ""
415
  "Transparency fade during elastic transition. CAUTION: Use only when at least "
416
  "Transition In is set to Elastic!"
@@ -418,95 +842,81 @@ msgstr ""
418
  "Transparantievervaging bij elastische transitie. LET OP: Gebruik alleen als "
419
  "ten minsten Transitie In op Elastisch staat!"
420
 
421
- #: ../easy-fancybox-settings.php:481 ../easy-fancybox-settings.php:737
422
  msgid "Close FancyBox when content is clicked"
423
  msgstr "Sluit FancyBox als de inhoud wordt aangeklikt"
424
 
425
- #: ../easy-fancybox-settings.php:492 ../easy-fancybox-settings.php:810
426
- #: ../easy-fancybox-settings.php:933 ../easy-fancybox-settings.php:1027
427
- #: ../easy-fancybox-settings.php:1136 ../easy-fancybox-settings.php:1235
428
- #: ../easy-fancybox-settings.php:1335 ../easy-fancybox-settings.php:1459
429
  msgid "Show title"
430
  msgstr "Toon titel"
431
 
432
- #: ../easy-fancybox-settings.php:496 ../easy-fancybox-settings.php:814
433
- #: ../easy-fancybox-settings.php:937 ../easy-fancybox-settings.php:1031
434
- #: ../easy-fancybox-settings.php:1140 ../easy-fancybox-settings.php:1239
435
- #: ../easy-fancybox-settings.php:1339 ../easy-fancybox-settings.php:1463
436
  msgid "Title Position"
437
  msgstr "Titel Positie"
438
 
439
- #: ../easy-fancybox-settings.php:500 ../easy-fancybox-settings.php:818
440
- #: ../easy-fancybox-settings.php:941 ../easy-fancybox-settings.php:1035
441
- #: ../easy-fancybox-settings.php:1144 ../easy-fancybox-settings.php:1243
442
- #: ../easy-fancybox-settings.php:1343 ../easy-fancybox-settings.php:1467
443
  msgid "Float"
444
  msgstr "Drijvend"
445
 
446
- #: ../easy-fancybox-settings.php:501 ../easy-fancybox-settings.php:819
447
- #: ../easy-fancybox-settings.php:942 ../easy-fancybox-settings.php:1036
448
- #: ../easy-fancybox-settings.php:1145 ../easy-fancybox-settings.php:1244
449
- #: ../easy-fancybox-settings.php:1344 ../easy-fancybox-settings.php:1468
450
  msgid "Outside"
451
  msgstr "Buiten"
452
 
453
- #: ../easy-fancybox-settings.php:502 ../easy-fancybox-settings.php:820
454
- #: ../easy-fancybox-settings.php:943 ../easy-fancybox-settings.php:1037
455
- #: ../easy-fancybox-settings.php:1146 ../easy-fancybox-settings.php:1245
456
- #: ../easy-fancybox-settings.php:1345 ../easy-fancybox-settings.php:1469
457
  msgid "Inside"
458
  msgstr "Binnen"
459
 
460
- #: ../easy-fancybox-settings.php:513 ../easy-fancybox-settings.php:829
461
- #: ../easy-fancybox-settings.php:952 ../easy-fancybox-settings.php:1047
462
- #: ../easy-fancybox-settings.php:1155 ../easy-fancybox-settings.php:1254
463
- #: ../easy-fancybox-settings.php:1354 ../easy-fancybox-settings.php:1478
464
  msgid "Allow title from thumbnail alt tag"
465
  msgstr "Sta titel uit miniatuur \"alt\" attribuut toe"
466
 
467
- #: ../easy-fancybox-settings.php:517 ../easy-fancybox-settings.php:606
468
  msgid "Advanced"
469
  msgstr "Geavanceerd"
470
 
471
- #: ../easy-fancybox-settings.php:521
472
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:228
473
- msgid "Hide/show title on mouse hover action"
474
- msgstr "Titel verbergen/tonen bij muis-over actie"
475
-
476
- #: ../easy-fancybox-settings.php:528
477
  msgid "Gallery"
478
  msgstr "Galerij"
479
 
480
- #: ../easy-fancybox-settings.php:532
481
  msgid "Autogallery"
482
  msgstr "Auto-galerij"
483
 
484
- #: ../easy-fancybox-settings.php:538
485
  msgid "WordPress galleries only"
486
  msgstr "Alleen WordPress galerijen"
487
 
488
- #: ../easy-fancybox-settings.php:539
489
  msgid "All in one gallery"
490
  msgstr "Allemaal in één galerij"
491
 
492
- #: ../easy-fancybox-settings.php:542
493
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:219
494
- msgid ""
495
- "When disabled, you can use the rel attribute to manually group image links "
496
- "together."
497
- msgstr ""
498
- "Wanneer uitgeschakeld kun je het \"rel\" attribuut gebruiken om afbeelding "
499
- "handmatig te groeperen."
500
-
501
- #: ../easy-fancybox-settings.php:549
502
  msgid "Show the gallery navigation arrows"
503
  msgstr "Toon galerij navigatiepijltjes"
504
 
505
- #: ../easy-fancybox-settings.php:556
506
  msgid "Arrow key strokes browse the gallery"
507
  msgstr "Pijltjestoetsen bladeren door FancyBox galerij"
508
 
509
- #: ../easy-fancybox-settings.php:563
510
  msgid ""
511
  "Include the Mousewheel jQuery extension script to allow gallery browsing by "
512
  "mousewheel action."
@@ -514,25 +924,20 @@ msgstr ""
514
  "Sluit de Mousewheel jQuery extensie bij zodat met de muiswiel door galerijen "
515
  "gescrold kan worden."
516
 
517
- #: ../easy-fancybox-settings.php:570
518
  msgid "Make galleries cyclic, allowing you to keep pressing next/back."
519
  msgstr ""
520
  "Maak galerijen cyclisch, zodat je voor- en achteruit kunt blijven bladeren."
521
 
522
- #: ../easy-fancybox-settings.php:574
523
  msgid "Change speed"
524
  msgstr "Snelheid bij vervangen"
525
 
526
- #: ../easy-fancybox-settings.php:586
527
  msgid "Fade speed"
528
  msgstr "Snelheid bij vervagen"
529
 
530
- #: ../easy-fancybox-settings.php:602
531
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:217
532
- msgid "Galleries per Section (below)"
533
- msgstr "Galerijen per Sectie (hieronder)"
534
-
535
- #: ../easy-fancybox-settings.php:602
536
  msgid ""
537
  "This applies when <em>Apply to</em> is set to <em>Limited to Sections</em> "
538
  "and/or <em>Autogallery</em> is set to <em>Galleries per Section</em>. Adapt "
@@ -542,57 +947,11 @@ msgstr ""
542
  "binnen secties</em> en/of <em>Auto-galerij</em> op <em>Galerijen per Sectie</"
543
  "em> staat. Pas dit aan aan je thema."
544
 
545
- #: ../easy-fancybox-settings.php:602
546
- msgid ""
547
- "Examples: If your theme wraps post content in a div with class post, change "
548
- "this value to \"div.post\". If you only want to group images in a WordPress "
549
- "gallery together, use \"div.gallery\". If you want to include images in a "
550
- "sidebar with ID primary, add \", #primary\"."
551
- msgstr ""
552
- "Voorbeelden: Als je thema artikelen in een div met class post plaatst, maak "
553
- "deze waarde dan \"div.post\". Als je alleen afbeeldingen in een WordPress "
554
- "galerij wil groeperen, gebruik \"div.gallery\". Als je afbeeldingen in de "
555
- "zijbalk met ID primary wil meenemen, voeg dan \", #primary\" toe."
556
-
557
- #: ../easy-fancybox-settings.php:602
558
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:230
559
- msgid ""
560
- "Hide/show title on mouse hover action works best with Overlay title position."
561
- msgstr ""
562
- "Titel verbergen/tonen bij muis-over actie werkt het beste met titel-positie "
563
- "Bedekking."
564
-
565
- #: ../easy-fancybox-settings.php:602
566
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:258
567
- msgid "Auto-rotation uses a fixed 3, 6, 9 or 12 second pause per image."
568
- msgstr ""
569
- "Auto-rotatie gebruikt vaste pauses van 3, 6, 9 of 12 seconden per afbeelding."
570
-
571
- #: ../easy-fancybox-settings.php:602
572
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:253
573
- msgid "(3 seconds)"
574
- msgstr "(3 seconden)"
575
-
576
- #: ../easy-fancybox-settings.php:602
577
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:254
578
- msgid "(6 seconds)"
579
- msgstr "(6 seconden)"
580
-
581
- #: ../easy-fancybox-settings.php:602
582
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:255
583
- msgid "(9 seconds)"
584
- msgstr "(9 seconden)"
585
-
586
- #: ../easy-fancybox-settings.php:602
587
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:256
588
- msgid "(12 seconds)"
589
- msgstr "(12 seconden)"
590
-
591
- #: ../easy-fancybox-settings.php:610
592
  msgid "Slideshow"
593
  msgstr "Diashow"
594
 
595
- #: ../easy-fancybox-settings.php:638
596
  msgid ""
597
  "To make inline content open in an overlay, wrap that content in a div with a "
598
  "unique ID, create a link with target \"#uniqueID\" and give it a class "
@@ -602,36 +961,35 @@ msgstr ""
602
  "met een unieke ID, maak een link naar \"#uniqueID\" en geef het een class="
603
  "\"fancybox-inline\" attribuut."
604
 
605
- #: ../easy-fancybox-settings.php:656
606
  msgid ""
607
- "Try to adjust size to inline/html content. If unchecked or size cannot be "
608
- "determined, the default dimensions will be used."
609
  msgstr ""
610
  "Probeer de grootte aan te passen aan inline/html inhoud. Indien "
611
- "uitgeschakeld of als de grootte niet bepaald kan worden, worden de standaard "
612
- "afmetingen gebruikt."
613
 
614
- #: ../easy-fancybox-settings.php:660 ../easy-fancybox-settings.php:1411
615
  msgid "Scrolling"
616
  msgstr "Scrollen"
617
 
618
- #: ../easy-fancybox-settings.php:664 ../easy-fancybox-settings.php:1415
619
  msgid "Auto"
620
  msgstr "Auto"
621
 
622
- #: ../easy-fancybox-settings.php:665 ../easy-fancybox-settings.php:1416
623
  msgid "Always"
624
  msgstr "Altijd"
625
 
626
- #: ../easy-fancybox-settings.php:666 ../easy-fancybox-settings.php:1417
627
  msgid "Never"
628
  msgstr "Nooit"
629
 
630
- #: ../easy-fancybox-settings.php:669 ../easy-fancybox-settings.php:1420
631
  msgid "Define scrolling and scrollbar visibility."
632
  msgstr "Bepaal scrollen en zichtbaarheid van de schijfbalken."
633
 
634
- #: ../easy-fancybox-settings.php:748
635
  msgid ""
636
  "To make any PDF document file open in an overlay, switch on Autodetect or "
637
  "use the class \"fancybox-pdf\" for its link."
@@ -639,7 +997,19 @@ msgstr ""
639
  "Schakel, om PDF documenten in de lichtbak te openen, auto-detectie in of "
640
  "gebruik class \"fancybox-pdf\" voor de koppeling."
641
 
642
- #: ../easy-fancybox-settings.php:873
 
 
 
 
 
 
 
 
 
 
 
 
643
  msgid ""
644
  "To make any Flash (.swf) file open in an overlay, switch on Autodetect or "
645
  "use the class \"fancybox-swf\" for its link."
@@ -647,7 +1017,7 @@ msgstr ""
647
  "Schakel, om Flash (.swf) bestanden in de lichtbak te openen, auto-detectie "
648
  "in of gebruik class \"fancybox-swf\" voor de koppeling."
649
 
650
- #: ../easy-fancybox-settings.php:967
651
  msgid ""
652
  "To make any SVG (.svg) file open in an overlay, switch on Autodetect or use "
653
  "the class \"fancybox-svg\" for its link."
@@ -655,7 +1025,7 @@ msgstr ""
655
  "Schakel, om SVG (.svg) bestanden in de lichtbak te openen, auto-detectie in "
656
  "of gebruik class \"fancybox-svg\" voor de koppeling."
657
 
658
- #: ../easy-fancybox-settings.php:1062
659
  msgid ""
660
  "To make any YouTube movie open in an overlay, switch on Autodetect or use "
661
  "the class \"fancybox-youtube\" for its link."
@@ -663,11 +1033,7 @@ msgstr ""
663
  "Schakel, om YouTube films in de lichtbak te openen, auto-detectie in of "
664
  "gebruik class \"fancybox-youtube\" voor de koppeling."
665
 
666
- #: ../easy-fancybox-settings.php:1080
667
- msgid "Autodetect Short links"
668
- msgstr "Auto-detectie van Short links"
669
-
670
- #: ../easy-fancybox-settings.php:1170
671
  msgid ""
672
  "To make any Vimeo movie open in an overlay, switch on Autodetect or use the "
673
  "class \"fancybox-vimeo\" for its link."
@@ -675,7 +1041,7 @@ msgstr ""
675
  "Schakel, om Vimeo films in de lichtbak te openen, auto-detectie in of "
676
  "gebruik class \"fancybox-vimeo\" voor de koppeling."
677
 
678
- #: ../easy-fancybox-settings.php:1270
679
  msgid ""
680
  "To make any Dailymotion movie open in an overlay, switch on Autodetect or "
681
  "use the class \"fancybox-dailymotion\" for its link."
@@ -683,7 +1049,7 @@ msgstr ""
683
  "Schakel, om Dailymotion films in de lichtbak te openen, auto-detectie in of "
684
  "gebruik class \"fancybox-dailymotion\" voor de koppeling."
685
 
686
- #: ../easy-fancybox-settings.php:1396
687
  msgid ""
688
  "To make a website or HTML document open in an overlay, use the class "
689
  "\"fancybox-iframe\" for its link."
@@ -691,290 +1057,38 @@ msgstr ""
691
  "Gebruik, om een website of HTML document in de lichtbak te openen, de class "
692
  "\"fancybox-iframe\" voor zijn koppeling."
693
 
694
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:46
695
- msgid ""
696
- "Thank you for purchasing the Easy FancyBox - Pro extension. New options are "
697
- "available."
698
- msgstr ""
699
- "Dank voor de aanschaf van de Easy FancyBox - Pro extensie. Nieuwe opties "
700
- "zijn beschikbaar."
701
-
702
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:46
703
- msgid "Get support here."
704
- msgstr "Vind hier hulp."
705
-
706
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:52
707
- msgid "First Image link"
708
- msgstr "Eerste afbeeldingskoppeling"
709
-
710
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:53
711
- msgid "First PDF link"
712
- msgstr "Eerste PDF-koppeling"
713
-
714
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:54
715
- msgid "First SWF link"
716
- msgstr "Eerste SWF-koppeling"
717
-
718
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:55
719
- msgid "First SVG link"
720
- msgstr "Eerste SVG-koppeling"
721
-
722
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:56
723
- msgid "First YouTube link "
724
- msgstr "Eerste YouTube-koppeling"
725
-
726
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:57
727
- msgid "First Vimeo link "
728
- msgstr "Eerste Vimeo-koppeling"
729
-
730
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:58
731
- msgid "First Dailymotion link "
732
- msgstr "Eerste Dailymotion-koppeling"
733
-
734
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:59
735
- msgid "First iFrame link"
736
- msgstr "Eerste iFrame-koppeling"
737
-
738
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:60
739
- msgid "First of any link"
740
- msgstr "Eerste koppeling"
741
-
742
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:145
743
- msgid "Links inside Section(s) only (below)"
744
- msgstr "Alleen koppelingen binnen Sectie(s)"
745
-
746
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:151
747
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:184
748
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:270
749
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:303
750
- msgid "easeInQuad"
751
- msgstr ""
752
-
753
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:152
754
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:185
755
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:271
756
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:304
757
- msgid "easeOutQuad"
758
- msgstr ""
759
-
760
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:153
761
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:186
762
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:272
763
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:305
764
- msgid "easeInOutQuad"
765
- msgstr ""
766
-
767
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:154
768
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:187
769
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:273
770
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:306
771
- msgid "easeInCubic"
772
- msgstr ""
773
-
774
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:155
775
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:188
776
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:274
777
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:307
778
- msgid "easeOutCubic"
779
- msgstr ""
780
-
781
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:156
782
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:189
783
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:275
784
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:308
785
- msgid "easeInOutCubic"
786
- msgstr ""
787
-
788
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:157
789
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:190
790
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:276
791
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:309
792
- msgid "easeInQuart"
793
- msgstr ""
794
-
795
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:158
796
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:191
797
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:277
798
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:310
799
- msgid "easeOutQuart"
800
- msgstr ""
801
-
802
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:159
803
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:192
804
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:278
805
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:311
806
- msgid "easeInOutQuart"
807
- msgstr ""
808
-
809
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:160
810
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:193
811
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:279
812
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:312
813
- msgid "easeInQuint"
814
- msgstr ""
815
-
816
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:161
817
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:194
818
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:280
819
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:313
820
- msgid "easeOutQuint"
821
- msgstr ""
822
-
823
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:162
824
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:195
825
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:281
826
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:314
827
- msgid "easeInOutQuint"
828
- msgstr ""
829
-
830
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:163
831
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:196
832
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:282
833
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:315
834
- msgid "easeInSine"
835
- msgstr ""
836
-
837
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:164
838
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:197
839
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:283
840
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:316
841
- msgid "easeOutSine"
842
- msgstr ""
843
-
844
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:165
845
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:198
846
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:284
847
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:317
848
- msgid "easeInOutSine"
849
- msgstr ""
850
-
851
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:166
852
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:199
853
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:285
854
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:318
855
- msgid "easeInExpo"
856
- msgstr ""
857
-
858
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:167
859
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:200
860
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:286
861
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:319
862
- msgid "easeOutExpo"
863
- msgstr ""
864
-
865
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:168
866
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:201
867
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:287
868
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:320
869
- msgid "easeInOutExpo"
870
- msgstr ""
871
-
872
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:169
873
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:202
874
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:288
875
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:321
876
- msgid "easeInCirc"
877
- msgstr ""
878
-
879
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:170
880
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:203
881
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:289
882
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:322
883
- msgid "easeOutCirc"
884
- msgstr ""
885
-
886
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:171
887
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:204
888
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:290
889
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:323
890
- msgid "easeInOutCirc"
891
- msgstr ""
892
-
893
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:172
894
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:205
895
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:291
896
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:324
897
- msgid "easeInElastic"
898
- msgstr ""
899
-
900
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:173
901
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:206
902
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:292
903
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:325
904
- msgid "easeOutElastic"
905
- msgstr ""
906
-
907
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:174
908
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:207
909
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:293
910
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:326
911
- msgid "easeInOutElastic"
912
- msgstr ""
913
-
914
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:175
915
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:208
916
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:294
917
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:327
918
- msgid "easeInOutBack"
919
- msgstr ""
920
-
921
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:176
922
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:209
923
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:295
924
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:328
925
- msgid "easeInBounce"
926
- msgstr ""
927
 
928
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:177
929
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:210
930
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:296
931
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:329
932
- msgid "easeOutBounce"
933
- msgstr ""
934
 
935
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:178
936
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:211
937
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:297
938
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:330
939
- msgid "easeInOutBounce"
940
- msgstr ""
941
 
942
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:238
943
- msgid "Section(s)"
944
- msgstr "Sectie(s)"
945
 
946
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:244
947
- msgid ""
948
- "This applies when <em>Apply to</em> is set to <em>Limited to Sections</em> "
949
- "and/or <em>Auto-gallery</em> is set to <em>Galleries per Section</em>. Adapt "
950
- "it to conform with your theme."
951
- msgstr ""
952
- "Dit geldt wanneer <em>Pas toe op</em> is beperkt tot <em>Alleen koppelingen "
953
- "binnen secties</em> en/of <em>Auto-galerij</em> op <em>Galerijen per Sectie</"
954
- "em> staat. Pas dit aan aan je thema."
955
 
956
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:244
957
- msgid ""
958
- "Examples: If your theme wraps post content in a div with class post, change "
959
- "this value to \"div.post\". If you want to include images in a sidebar with "
960
- "ID primary, add \", div#primary\" or \"aside#primary\" for html5 themes. If "
961
- "you only want to group images in a WordPress gallery together, use \"div."
962
- "gallery\". If you want to include images in a sidebar with ID primary, add "
963
- "\", #primary\"."
964
- msgstr ""
965
- "Voorbeelden: Als je thema artikelen in een div met class post plaatst, maak "
966
- "deze waarde dan \"div.post\". Als je afbeeldingen in een sidebar met ID "
967
- "primary wilt meenemen, voeg dan \", div#primary\" of \"aside#primary\" voor "
968
- "html5 thema's toe. Als je alleen afbeeldingen in een WordPress galerij wil "
969
- "groeperen, gebruik \"div.gallery\". Als je afbeeldingen in de zijbalk met ID "
970
- "primary wil meenemen, voeg dan \", #primary\" toe."
971
 
972
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:253
973
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:254
974
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:255
975
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:256
976
- msgid "Gallery Auto-rotation"
977
- msgstr "Galerij auto-rotatie"
 
 
 
 
 
 
 
 
978
 
979
  #~ msgid "The slideshow uses a fixed 6, 8 or 12 second pause per image."
980
  #~ msgstr ""
@@ -1030,9 +1144,6 @@ msgstr "Galerij auto-rotatie"
1030
  #~ msgid "Back"
1031
  #~ msgstr "Veer"
1032
 
1033
- #~ msgid "Auto-open"
1034
- #~ msgstr "Auto-openen"
1035
-
1036
  #~ msgid "Transparency fade during elastic transition."
1037
  #~ msgstr "Transparantie-vervaging gedurende elastische transitie."
1038
 
4
  msgstr ""
5
  "Project-Id-Version: Easy FancyBox/1.5\n"
6
  "Report-Msgid-Bugs-To: \n"
7
+ "POT-Creation-Date: 2015-06-12 13:23+0100\n"
8
+ "PO-Revision-Date: 2015-08-07 00:18+0100\n"
9
  "Last-Translator: RavanH <ravanhagen@gmail.com>\n"
10
  "Language-Team: <ravanhagen@gmail.com>\n"
11
  "Language: nl_NL\n"
13
  "Content-Type: text/plain; charset=UTF-8\n"
14
  "Content-Transfer-Encoding: 8bit\n"
15
  "X-Poedit-SourceCharset: utf-8\n"
16
+ "X-Generator: Poedit 1.7.5\n"
17
 
18
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:57
19
+ msgid ""
20
+ "Thank you for purchasing the Easy FancyBox - Pro extension. New options are "
21
+ "available."
22
+ msgstr ""
23
+ "Dank voor de aanschaf van de Easy FancyBox - Pro extensie. Nieuwe opties "
24
+ "zijn beschikbaar."
25
+
26
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:57
27
+ msgid "Get support here."
28
+ msgstr "Vind hier hulp."
29
+
30
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:64
31
+ #: ../easy-fancybox-settings.php:135
32
+ msgid "Spotlight effect"
33
+ msgstr "Schijnwerper effect"
34
+
35
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:91
36
+ #: ../easy-fancybox-settings.php:127
37
+ msgid "Enter an HTML color value."
38
+ msgstr "Voer een HTML kleurwaarde in."
39
+
40
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:91
41
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:146
42
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:243
43
+ #: ../easy-fancybox-settings.php:117 ../easy-fancybox-settings.php:127
44
+ #: ../easy-fancybox-settings.php:195 ../easy-fancybox-settings.php:258
45
+ #: ../easy-fancybox-settings.php:309 ../easy-fancybox-settings.php:348
46
+ #: ../easy-fancybox-settings.php:683
47
+ msgid "Default:"
48
+ msgstr "Standaard:"
49
+
50
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:96
51
+ msgid "Set a border radius to create rounded corners. Higher is rounder."
52
+ msgstr "Voer een waarde voor hoekrondingen in. Hoger is ronder."
53
+
54
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:104
55
+ msgid "First Image link"
56
+ msgstr "Eerste afbeeldingskoppeling"
57
+
58
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:105
59
+ msgid "First PDF link"
60
+ msgstr "Eerste PDF-koppeling"
61
+
62
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:106
63
+ msgid "First SWF link"
64
+ msgstr "Eerste SWF-koppeling"
65
+
66
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:107
67
+ msgid "First SVG link"
68
+ msgstr "Eerste SVG-koppeling"
69
+
70
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:108
71
+ msgid "First YouTube link "
72
+ msgstr "Eerste YouTube-koppeling"
73
+
74
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:109
75
+ msgid "First Vimeo link "
76
+ msgstr "Eerste Vimeo-koppeling"
77
+
78
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:110
79
+ msgid "First Dailymotion link "
80
+ msgstr "Eerste Dailymotion-koppeling"
81
+
82
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:111
83
+ msgid "First iFrame link"
84
+ msgstr "Eerste iFrame-koppeling"
85
+
86
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:112
87
+ msgid "First of any link"
88
+ msgstr "Eerste koppeling"
89
+
90
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:118
91
+ #: ../easy-fancybox-settings.php:352
92
+ msgid "Hide popup after first visit?"
93
+ msgstr "Popup verbergen na eerste bezoek?"
94
+
95
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:124
96
+ #: ../easy-fancybox-settings.php:361
97
+ msgid "1 Day"
98
+ msgstr "1 Dag"
99
+
100
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:125
101
+ #: ../easy-fancybox-settings.php:361
102
+ msgid "1 Week"
103
+ msgstr "1 Week\t"
104
+
105
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:126
106
+ #: ../easy-fancybox-settings.php:361
107
+ msgid "1 Month"
108
+ msgstr "1 Maand"
109
+
110
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:127
111
+ #: ../easy-fancybox-settings.php:361
112
+ msgid "1 Year"
113
+ msgstr "1 Jaar"
114
+
115
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:134
116
+ #: ../easy-fancybox-settings.php:441
117
+ msgid ""
118
+ "Include the Metadata jQuery extension script to allow passing custom "
119
+ "parameters via link class."
120
+ msgstr ""
121
+ "Sluit de Metadata jQuery extensie bij om aangepaste parameters via link "
122
+ "class te kunnen doorgeven."
123
+
124
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:144
125
+ msgid "Links inside Section(s) only (below)"
126
+ msgstr "Alleen koppelingen binnen Sectie(s)"
127
+
128
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:146
129
+ #: ../easy-fancybox-settings.php:482
130
+ msgid "All image links"
131
+ msgstr "Alle afbeeldingskoppelingen"
132
+
133
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:150
134
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:183
135
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:269
136
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:302
137
+ msgid "easeInQuad"
138
+ msgstr ""
139
+
140
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:151
141
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:184
142
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:270
143
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:303
144
+ msgid "easeOutQuad"
145
+ msgstr ""
146
+
147
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:152
148
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:185
149
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:271
150
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:304
151
+ msgid "easeInOutQuad"
152
+ msgstr ""
153
+
154
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:153
155
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:186
156
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:272
157
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:305
158
+ msgid "easeInCubic"
159
+ msgstr ""
160
+
161
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:154
162
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:187
163
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:273
164
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:306
165
+ msgid "easeOutCubic"
166
+ msgstr ""
167
+
168
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:155
169
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:188
170
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:274
171
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:307
172
+ msgid "easeInOutCubic"
173
+ msgstr ""
174
+
175
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:156
176
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:189
177
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:275
178
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:308
179
+ msgid "easeInQuart"
180
+ msgstr ""
181
+
182
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:157
183
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:190
184
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:276
185
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:309
186
+ msgid "easeOutQuart"
187
+ msgstr ""
188
+
189
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:158
190
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:191
191
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:277
192
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:310
193
+ msgid "easeInOutQuart"
194
+ msgstr ""
195
+
196
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:159
197
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:192
198
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:278
199
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:311
200
+ msgid "easeInQuint"
201
+ msgstr ""
202
+
203
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:160
204
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:193
205
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:279
206
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:312
207
+ msgid "easeOutQuint"
208
+ msgstr ""
209
+
210
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:161
211
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:194
212
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:280
213
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:313
214
+ msgid "easeInOutQuint"
215
+ msgstr ""
216
+
217
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:162
218
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:195
219
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:281
220
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:314
221
+ msgid "easeInSine"
222
+ msgstr ""
223
+
224
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:163
225
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:196
226
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:282
227
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:315
228
+ msgid "easeOutSine"
229
+ msgstr ""
230
+
231
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:164
232
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:197
233
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:283
234
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:316
235
+ msgid "easeInOutSine"
236
+ msgstr ""
237
+
238
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:165
239
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:198
240
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:284
241
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:317
242
+ msgid "easeInExpo"
243
+ msgstr ""
244
+
245
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:166
246
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:199
247
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:285
248
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:318
249
+ msgid "easeOutExpo"
250
+ msgstr ""
251
+
252
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:167
253
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:200
254
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:286
255
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:319
256
+ msgid "easeInOutExpo"
257
+ msgstr ""
258
+
259
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:168
260
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:201
261
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:287
262
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:320
263
+ msgid "easeInCirc"
264
+ msgstr ""
265
+
266
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:169
267
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:202
268
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:288
269
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:321
270
+ msgid "easeOutCirc"
271
+ msgstr ""
272
+
273
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:170
274
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:203
275
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:289
276
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:322
277
+ msgid "easeInOutCirc"
278
+ msgstr ""
279
+
280
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:171
281
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:204
282
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:290
283
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:323
284
+ msgid "easeInElastic"
285
+ msgstr ""
286
+
287
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:172
288
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:205
289
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:291
290
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:324
291
+ msgid "easeOutElastic"
292
+ msgstr ""
293
+
294
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:173
295
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:206
296
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:292
297
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:325
298
+ msgid "easeInOutElastic"
299
+ msgstr ""
300
+
301
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:174
302
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:207
303
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:293
304
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:326
305
+ msgid "easeInOutBack"
306
+ msgstr ""
307
+
308
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:175
309
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:208
310
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:294
311
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:327
312
+ msgid "easeInBounce"
313
+ msgstr ""
314
+
315
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:176
316
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:209
317
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:295
318
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:328
319
+ msgid "easeOutBounce"
320
+ msgstr ""
321
+
322
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:177
323
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:210
324
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:296
325
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:329
326
+ msgid "easeInOutBounce"
327
+ msgstr ""
328
+
329
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:212
330
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:218
331
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:229
332
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:257
333
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:331
334
+ #: ../easy-fancybox-settings.php:195 ../easy-fancybox-settings.php:555
335
+ #: ../easy-fancybox-settings.php:630 ../easy-fancybox-settings.php:811
336
+ msgid "Note:"
337
+ msgstr "Let op:"
338
+
339
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:212
340
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:331
341
+ #: ../easy-fancybox-settings.php:555 ../easy-fancybox-settings.php:811
342
+ msgid "Easing effects only apply when Transition is set to Elastic. "
343
+ msgstr ""
344
+ "Vloeiende effecten zijn alleen van toepassing als Elastische transities zijn "
345
+ "ingeschakeld. "
346
+
347
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:216
348
+ #: ../easy-fancybox-settings.php:690
349
+ msgid "Galleries per Section (below)"
350
+ msgstr "Galerijen per Sectie (hieronder)"
351
+
352
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:218
353
+ #: ../easy-fancybox-settings.php:630
354
+ msgid ""
355
+ "When disabled, you can use the rel attribute to manually group image links "
356
+ "together."
357
+ msgstr ""
358
+ "Wanneer uitgeschakeld kun je het \"rel\" attribuut gebruiken om afbeelding "
359
+ "handmatig te groeperen."
360
+
361
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:227
362
+ #: ../easy-fancybox-settings.php:609
363
+ msgid "Hide/show title on mouse hover action"
364
+ msgstr "Titel verbergen/tonen bij muis-over actie"
365
+
366
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:229
367
+ #: ../easy-fancybox-settings.php:690
368
+ msgid ""
369
+ "Hide/show title on mouse hover action works best with Overlay title position."
370
+ msgstr ""
371
+ "Titel verbergen/tonen bij muis-over actie werkt het beste met titel-positie "
372
+ "Bedekking."
373
+
374
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:237
375
+ msgid "Section(s)"
376
+ msgstr "Sectie(s)"
377
+
378
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:243
379
+ msgid ""
380
+ "This applies when <em>Apply to</em> is set to <em>Limited to Sections</em> "
381
+ "and/or <em>Auto-gallery</em> is set to <em>Galleries per Section</em>. Adapt "
382
+ "it to conform with your theme."
383
+ msgstr ""
384
+ "Dit geldt wanneer <em>Pas toe op</em> is beperkt tot <em>Alleen koppelingen "
385
+ "binnen secties</em> en/of <em>Auto-galerij</em> op <em>Galerijen per Sectie</"
386
+ "em> staat. Pas dit aan aan je thema."
387
+
388
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:243
389
+ #: ../easy-fancybox-settings.php:690
390
+ msgid ""
391
+ "Examples: If your theme wraps post content in a div with class post, change "
392
+ "this value to \"div.post\". If you only want to group images in a WordPress "
393
+ "gallery together, use \"div.gallery\". If you want to include images in a "
394
+ "sidebar with ID primary, add \", #primary\"."
395
+ msgstr ""
396
+ "Voorbeelden: Als je thema artikelen in een div met class post plaatst, maak "
397
+ "deze waarde dan \"div.post\". Als je alleen afbeeldingen in een WordPress "
398
+ "galerij wil groeperen, gebruik \"div.gallery\". Als je afbeeldingen in de "
399
+ "zijbalk met ID primary wil meenemen, voeg dan \", #primary\" toe."
400
+
401
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:252
402
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:253
403
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:254
404
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:255
405
+ msgid "Gallery Auto-rotation"
406
+ msgstr "Galerij auto-rotatie"
407
+
408
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:252
409
+ #: ../easy-fancybox-settings.php:690
410
+ msgid "(3 seconds)"
411
+ msgstr "(3 seconden)"
412
+
413
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:253
414
+ #: ../easy-fancybox-settings.php:690
415
+ msgid "(6 seconds)"
416
+ msgstr "(6 seconden)"
417
+
418
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:254
419
+ #: ../easy-fancybox-settings.php:690
420
+ msgid "(9 seconds)"
421
+ msgstr "(9 seconden)"
422
+
423
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:255
424
+ #: ../easy-fancybox-settings.php:690
425
+ msgid "(12 seconds)"
426
+ msgstr "(12 seconden)"
427
+
428
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:257
429
+ #: ../easy-fancybox-settings.php:690
430
+ msgid "Auto-rotation uses a fixed 3, 6, 9 or 12 second pause per image."
431
+ msgstr ""
432
+ "Auto-rotatie gebruikt vaste pauses van 3, 6, 9 of 12 seconden per afbeelding."
433
+
434
+ #: ../easy-fancybox-class.php:348
435
  msgid "Donate to keep the Easy FancyBox plugin development going!"
436
  msgstr ""
437
  "Doneer om de ontwikkeling van de Easy FancyBox plugin gaande te houden!"
438
 
439
+ #: ../easy-fancybox-class.php:348
440
  #, php-format
441
  msgid ""
442
  "The options in this section are provided by the plugin %s and determine the "
446
  "De opties in deze secties worden verzorgd door de plugin %s en bepalen het "
447
  "uiterlijk en gedrag van de <strong>Media lichtbak</strong>, beheerd door %s."
448
 
449
+ #: ../easy-fancybox-class.php:348
450
  msgid "Easy FancyBox"
451
  msgstr "Easy FancyBox"
452
 
453
+ #: ../easy-fancybox-class.php:348 ../easy-fancybox-class.php:589
454
+ #: ../easy-fancybox-class.php:658
455
  msgid "FancyBox"
456
  msgstr "FancyBox"
457
 
458
+ #: ../easy-fancybox-class.php:348
459
  msgid ""
460
  "First enable each sub-section that you need. Then save and come back to "
461
  "adjust its specific settings."
463
  "Activeer eerst iedere sub-sectie die je nodig hebt. Sla vervolgens op en "
464
  "keer terug om specifieke instellingen te doen."
465
 
466
+ #: ../easy-fancybox-class.php:348
467
  msgid ""
468
  "Note: Each additional sub-section and features like <em>Auto-detection</em>, "
469
  "<em>Elastic transitions</em> and all <em>Easing effects</em> (except Swing) "
475
  "Zwaai) heeft een extra impact op client-side browser snelheid. Activeer "
476
  "alleen die sub-secties en opties die je ook echt gebruikt op je site."
477
 
478
+ #: ../easy-fancybox-class.php:348
479
  msgid ""
480
  "Some setting like Transition options are unavailable for SWF video, PDF and "
481
  "iFrame content to ensure browser compatibility and readability."
484
  "PDF en iFrame inhoud om browser compatibiliteit en leesbaarheid te "
485
  "waarborgen."
486
 
487
+ #: ../easy-fancybox-class.php:353 ../easy-fancybox-class.php:616
488
+ msgid ""
489
+ "Notice: The current Easy FancyBox plugin version is not fully compatible "
490
+ "with your version of the Pro extension. Some advanced options may not be "
491
+ "functional."
492
+ msgstr ""
493
+ "Let op: De huidige Easy FancyBox versie is niet volledig compatibel met je "
494
+ "Pro extensie. Sommige geavanceerde opties werken mogelijk niet goed."
495
+
496
+ #: ../easy-fancybox-class.php:356 ../easy-fancybox-class.php:618
497
+ #, php-format
498
+ msgid ""
499
+ "Please <a href=\"%1$s\" target=\"_blank\">download and install the latest "
500
+ "Pro version</a>."
501
+ msgstr ""
502
+ "Gelieve de <a href=\"%1$s\" target=\"_blank\">nieuwste Pro extensie te "
503
+ "downloaden en installeren</a>."
504
+
505
+ #: ../easy-fancybox-class.php:358
506
+ msgid "Please contact your web site administrator."
507
+ msgstr "Gelieve contact op te nemen met de website admin."
508
+
509
+ #: ../easy-fancybox-class.php:405
510
  msgid "Checked"
511
  msgstr "Aangevinkt"
512
 
513
+ #: ../easy-fancybox-class.php:407
514
  msgid "Unchecked"
515
  msgstr "Uitgevinkt"
516
 
517
+ #: ../easy-fancybox-class.php:620
518
+ #, php-format
519
+ msgid "Or you can ignore and <a href=\"%1$s\">hide this message</a>."
520
+ msgstr "Of je kunt dit bericht negeren en <a href=\"%1$s\">verbergen</a>."
521
+
522
+ #: ../easy-fancybox-class.php:658
523
  msgid "Easy FancyBox Settings"
524
  msgstr "Instellingen voor Easy FancyBox"
525
 
526
+ #: ../easy-fancybox-class.php:667
527
  msgid "Sections"
528
  msgstr "Secties"
529
 
530
+ #: ../easy-fancybox-class.php:668 ../easy-fancybox-settings.php:9
531
  msgid "Global settings"
532
  msgstr "Algemene instellingen"
533
 
534
+ #: ../easy-fancybox-class.php:669 ../easy-fancybox-settings.php:27
535
+ #: ../easy-fancybox-settings.php:449
536
  msgid "Images"
537
  msgstr "Afbeeldingen"
538
 
539
+ #: ../easy-fancybox-class.php:670 ../easy-fancybox-settings.php:34
540
+ #: ../easy-fancybox-settings.php:721
541
  msgid "Inline content"
542
  msgstr "Inline inhoud"
543
 
544
+ #: ../easy-fancybox-class.php:671 ../easy-fancybox-settings.php:41
545
+ #: ../easy-fancybox-settings.php:831
546
  msgid "PDF"
547
  msgstr "PDF"
548
 
549
+ #: ../easy-fancybox-class.php:672 ../easy-fancybox-settings.php:48
550
+ #: ../easy-fancybox-settings.php:941
551
  msgid "SWF"
552
  msgstr "SWF"
553
 
554
+ #: ../easy-fancybox-class.php:673 ../easy-fancybox-settings.php:62
555
+ #: ../easy-fancybox-settings.php:1130
556
  msgid "YouTube"
557
  msgstr "YouTube"
558
 
559
+ #: ../easy-fancybox-class.php:674 ../easy-fancybox-settings.php:69
560
+ #: ../easy-fancybox-settings.php:1228
561
  msgid "Vimeo"
562
  msgstr "Vimeo"
563
 
564
+ #: ../easy-fancybox-class.php:675 ../easy-fancybox-settings.php:76
565
+ #: ../easy-fancybox-settings.php:1327
566
  msgid "Dailymotion"
567
  msgstr "Dailymotion"
568
 
569
+ #: ../easy-fancybox-class.php:676 ../easy-fancybox-settings.php:83
570
+ #: ../easy-fancybox-settings.php:1452
571
  msgid "iFrames"
572
  msgstr "iFrames"
573
 
574
+ #: ../easy-fancybox-class.php:702
575
+ #, fuzzy
576
+ msgid "Advanced Options"
577
+ msgstr "Geavanceerde instellingen"
578
+
579
+ #: ../easy-fancybox-class.php:704
580
  msgid "Support"
581
  msgstr "Ondersteuning"
582
 
 
 
 
 
 
 
 
 
583
  #: ../easy-fancybox-settings.php:14
584
  msgid "Media"
585
  msgstr "Media"
588
  msgid "Enable FancyBox for"
589
  msgstr "Activeer FancyBox voor"
590
 
591
+ #: ../easy-fancybox-settings.php:55 ../easy-fancybox-settings.php:1035
592
  msgid "SVG"
593
  msgstr "SVG"
594
 
600
  "Schaf de Easy FancyBox Pro versie aan voor geavanceerde opties en "
601
  "ondersteuning."
602
 
603
+ #: ../easy-fancybox-settings.php:89 ../easy-fancybox-settings.php:591
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
604
  msgid "Overlay"
605
  msgstr "Bedekking"
606
 
607
+ #: ../easy-fancybox-settings.php:98
608
  msgid "Show the overlay around content opened in FancyBox."
609
  msgstr "Toon de bedekking rond inhoud geopend in FancyBox."
610
 
611
+ #: ../easy-fancybox-settings.php:105
612
  msgid "Close FancyBox when overlay is clicked."
613
  msgstr "Sluit FancyBox als bedekking wordt aangeklikt."
614
 
615
+ #: ../easy-fancybox-settings.php:109
616
  msgid "Opacity"
617
  msgstr "Ondoorzichtigheid"
618
 
619
+ #: ../easy-fancybox-settings.php:117
620
  msgid "Value between 0 and 1. "
621
  msgstr "Waarde tussen 0 en 1. "
622
 
623
+ #: ../easy-fancybox-settings.php:121
 
 
 
 
 
 
 
 
 
 
624
  msgid "Color"
625
  msgstr "Kleur"
626
 
627
+ #: ../easy-fancybox-settings.php:135 ../easy-fancybox-settings.php:175
628
+ #: ../easy-fancybox-settings.php:208 ../easy-fancybox-settings.php:362
629
+ #: ../easy-fancybox-settings.php:441 ../easy-fancybox-settings.php:612
630
+ #: ../easy-fancybox-settings.php:701
631
+ msgid "Make available &raquo;"
632
+ msgstr "Maak beschikbaar &raquo;"
 
633
 
634
+ #: ../easy-fancybox-settings.php:140
635
  msgid "Window"
636
  msgstr "Raam"
637
 
638
+ #: ../easy-fancybox-settings.php:146 ../easy-fancybox-settings.php:573
639
  msgid "Appearance"
640
  msgstr "Uiterlijk"
641
 
642
+ #: ../easy-fancybox-settings.php:153
643
  msgid "Show the (X) close button"
644
  msgstr "Toon de (X) afsluit-knop"
645
 
646
+ #: ../easy-fancybox-settings.php:158
647
  msgid "Background color"
648
  msgstr "Achtergrondkleur"
649
 
650
+ #: ../easy-fancybox-settings.php:169
651
+ msgid "Text color"
652
+ msgstr "Tekstkleur"
653
+
654
+ #: ../easy-fancybox-settings.php:180
655
+ msgid "Title color"
656
+ msgstr "Titelkleur"
657
+
658
+ #: ../easy-fancybox-settings.php:190
659
  msgid "Border color"
660
  msgstr "Randkleur"
661
 
662
+ #: ../easy-fancybox-settings.php:195
663
+ msgid "Use RGBA notation for semi-transparent borders."
664
+ msgstr "Gebruik RGBA-notatie voor semitransparante randen."
665
 
666
+ #: ../easy-fancybox-settings.php:195 ../easy-fancybox-settings.php:473
667
+ msgid "Example:"
668
+ msgstr "Voorbeeld:"
 
 
669
 
670
+ #: ../easy-fancybox-settings.php:200
671
  msgid "Border radius"
672
  msgstr "Hoekronding"
673
 
674
+ #: ../easy-fancybox-settings.php:213
 
 
 
 
 
675
  msgid "Dimensions"
676
  msgstr "Afmetingen"
677
 
678
+ #: ../easy-fancybox-settings.php:249
679
+ msgid "Margin"
680
+ msgstr "Marge"
681
+
682
+ #: ../easy-fancybox-settings.php:258
683
  msgid ""
684
  "If content size is not set or cannot be determined automatically, these "
685
  "default dimensions will be used."
687
  "Als de inhoud geen detecteerbare afmetingen heeft, worden deze "
688
  "standaardwaarden gebruikt."
689
 
690
+ #: ../easy-fancybox-settings.php:263 ../easy-fancybox-settings.php:501
691
  msgid "Behavior"
692
  msgstr "Gedrag"
693
 
694
+ #: ../easy-fancybox-settings.php:270
695
  msgid "Center while scrolling"
696
  msgstr "Centreren bij scrollen"
697
 
698
+ #: ../easy-fancybox-settings.php:277
699
  msgid "Esc key stroke closes FancyBox"
700
  msgstr "Esc-toets sluit FancyBox"
701
 
702
+ #: ../easy-fancybox-settings.php:284
703
  msgid "Scale large content down to fit in the browser viewport."
704
  msgstr "Inhoud terug schalen wanneer het groter is dan het browservenster."
705
 
706
+ #: ../easy-fancybox-settings.php:288
707
  msgid "Opening speed"
708
  msgstr "Snelheid bij openen"
709
 
710
+ #: ../easy-fancybox-settings.php:300
711
  msgid "Closing speed"
712
  msgstr "Snelheid bij sluiten"
713
 
714
+ #: ../easy-fancybox-settings.php:309 ../easy-fancybox-settings.php:683
715
  msgid "Duration in milliseconds. Higher is slower."
716
  msgstr "Duur in miliseconden. Hoger is langzamer."
717
 
718
+ #: ../easy-fancybox-settings.php:315
719
+ msgid "Miscellaneous"
720
+ msgstr "Overig"
721
+
722
+ #: ../easy-fancybox-settings.php:321
723
+ #, fuzzy
724
+ msgid "Auto popup"
725
+ msgstr "Auto-openen"
726
+
727
+ #: ../easy-fancybox-settings.php:325
728
+ msgid "Open on page load"
729
+ msgstr "Openen bij het laden van de pagina"
730
+
731
+ #: ../easy-fancybox-settings.php:331
732
+ msgid "Link with ID \"fancybox-auto\""
733
+ msgstr "Koppeling met ID \"fancybox-auto\""
734
+
735
+ #: ../easy-fancybox-settings.php:334 ../easy-fancybox-settings.php:485
736
+ #: ../easy-fancybox-settings.php:528 ../easy-fancybox-settings.php:555
737
+ #: ../easy-fancybox-settings.php:630 ../easy-fancybox-settings.php:784
738
+ #: ../easy-fancybox-settings.php:811 ../easy-fancybox-settings.php:864
739
+ msgid "More options &raquo;"
740
+ msgstr "Meer opties &raquo;"
741
+
742
+ #: ../easy-fancybox-settings.php:338
743
+ msgid "Delay in milliseconds"
744
+ msgstr "Vertraging in miliseconden"
745
+
746
+ #: ../easy-fancybox-settings.php:366
747
+ msgid "Browser & device compatibility"
748
+ msgstr "Browser- & apparaatcompatibiliteit"
749
+
750
+ #: ../easy-fancybox-settings.php:395
751
+ msgid "Include IE 6 and 7 compatibility style rules"
752
+ msgstr "Voeg IE 6 en 7 style compatibiliteitsregels toe."
753
+
754
+ #: ../easy-fancybox-settings.php:402
755
+ msgid "Include IE 8 compatibility style rules"
756
+ msgstr "Voeg IE 8 style compatibiliteitsregels toe."
757
+
758
+ #: ../easy-fancybox-settings.php:433
759
+ #, fuzzy
760
+ msgid "Other"
761
+ msgstr "Andere"
762
+
763
+ #: ../easy-fancybox-settings.php:454
764
  msgid ""
765
  "To make images open in an overlay, add their extension to the Autodetect "
766
  "field or use the class \"fancybox\" for its link. Clear field to switch off "
770
  "auto-detectie of gebruik de class \"fancybox\" voor de koppeling. Wis dit "
771
  "veld om auto-detectie uit te schakelen."
772
 
773
+ #: ../easy-fancybox-settings.php:466 ../easy-fancybox-settings.php:844
774
+ #: ../easy-fancybox-settings.php:954 ../easy-fancybox-settings.php:1048
775
+ #: ../easy-fancybox-settings.php:1143 ../easy-fancybox-settings.php:1241
776
+ #: ../easy-fancybox-settings.php:1340
777
  msgid "Autodetect"
778
  msgstr "Auto-detectie"
779
 
780
+ #: ../easy-fancybox-settings.php:477
 
 
 
 
781
  msgid "Apply to"
782
  msgstr "Pas toe op"
783
 
784
+ #: ../easy-fancybox-settings.php:489
785
+ msgid ""
786
+ "Force FancyBox to treat all media linked with class=\"fancybox\" as images?"
787
+ msgstr ""
788
+ "Dwing FancyBox om alle medialinks met class=\"fancybox\" als afbeelding te "
789
+ "behandelen?"
790
 
791
+ #: ../easy-fancybox-settings.php:505 ../easy-fancybox-settings.php:761
792
  msgid "Transition In"
793
  msgstr "Transitie In"
794
 
795
+ #: ../easy-fancybox-settings.php:510 ../easy-fancybox-settings.php:537
796
+ #: ../easy-fancybox-settings.php:766 ../easy-fancybox-settings.php:793
797
  msgid "Fade"
798
  msgstr "Vervaging"
799
 
800
+ #: ../easy-fancybox-settings.php:511 ../easy-fancybox-settings.php:538
801
+ #: ../easy-fancybox-settings.php:767 ../easy-fancybox-settings.php:794
802
  msgid "Elastic"
803
  msgstr "Elastisch"
804
 
805
+ #: ../easy-fancybox-settings.php:518 ../easy-fancybox-settings.php:774
806
  msgid "Easing In"
807
  msgstr "Vloeiing In"
808
 
809
+ #: ../easy-fancybox-settings.php:522 ../easy-fancybox-settings.php:549
810
+ #: ../easy-fancybox-settings.php:778 ../easy-fancybox-settings.php:805
811
  msgid "Linear"
812
  msgstr "Lineair"
813
 
814
+ #: ../easy-fancybox-settings.php:523 ../easy-fancybox-settings.php:550
815
+ #: ../easy-fancybox-settings.php:779 ../easy-fancybox-settings.php:806
816
  msgid "Swing"
817
  msgstr "Zwaai"
818
 
819
+ #: ../easy-fancybox-settings.php:524 ../easy-fancybox-settings.php:551
820
+ #: ../easy-fancybox-settings.php:780 ../easy-fancybox-settings.php:807
821
  msgid "easeInBack"
822
  msgstr ""
823
 
824
+ #: ../easy-fancybox-settings.php:525 ../easy-fancybox-settings.php:552
825
+ #: ../easy-fancybox-settings.php:781 ../easy-fancybox-settings.php:808
826
  msgid "easeOutBack"
827
  msgstr ""
828
 
829
+ #: ../easy-fancybox-settings.php:532 ../easy-fancybox-settings.php:788
830
  msgid "Transition Out"
831
  msgstr "Transitie Uit"
832
 
833
+ #: ../easy-fancybox-settings.php:545 ../easy-fancybox-settings.php:801
834
  msgid "Easing Out"
835
  msgstr "Vloeiing Uit"
836
 
837
+ #: ../easy-fancybox-settings.php:562 ../easy-fancybox-settings.php:818
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
838
  msgid ""
839
  "Transparency fade during elastic transition. CAUTION: Use only when at least "
840
  "Transition In is set to Elastic!"
842
  "Transparantievervaging bij elastische transitie. LET OP: Gebruik alleen als "
843
  "ten minsten Transitie In op Elastisch staat!"
844
 
845
+ #: ../easy-fancybox-settings.php:569 ../easy-fancybox-settings.php:825
846
  msgid "Close FancyBox when content is clicked"
847
  msgstr "Sluit FancyBox als de inhoud wordt aangeklikt"
848
 
849
+ #: ../easy-fancybox-settings.php:580 ../easy-fancybox-settings.php:903
850
+ #: ../easy-fancybox-settings.php:1006 ../easy-fancybox-settings.php:1100
851
+ #: ../easy-fancybox-settings.php:1199 ../easy-fancybox-settings.php:1297
852
+ #: ../easy-fancybox-settings.php:1396 ../easy-fancybox-settings.php:1523
853
  msgid "Show title"
854
  msgstr "Toon titel"
855
 
856
+ #: ../easy-fancybox-settings.php:584 ../easy-fancybox-settings.php:907
857
+ #: ../easy-fancybox-settings.php:1010 ../easy-fancybox-settings.php:1104
858
+ #: ../easy-fancybox-settings.php:1203 ../easy-fancybox-settings.php:1301
859
+ #: ../easy-fancybox-settings.php:1400 ../easy-fancybox-settings.php:1527
860
  msgid "Title Position"
861
  msgstr "Titel Positie"
862
 
863
+ #: ../easy-fancybox-settings.php:588 ../easy-fancybox-settings.php:911
864
+ #: ../easy-fancybox-settings.php:1014 ../easy-fancybox-settings.php:1108
865
+ #: ../easy-fancybox-settings.php:1207 ../easy-fancybox-settings.php:1305
866
+ #: ../easy-fancybox-settings.php:1404 ../easy-fancybox-settings.php:1531
867
  msgid "Float"
868
  msgstr "Drijvend"
869
 
870
+ #: ../easy-fancybox-settings.php:589 ../easy-fancybox-settings.php:912
871
+ #: ../easy-fancybox-settings.php:1015 ../easy-fancybox-settings.php:1109
872
+ #: ../easy-fancybox-settings.php:1208 ../easy-fancybox-settings.php:1306
873
+ #: ../easy-fancybox-settings.php:1405 ../easy-fancybox-settings.php:1532
874
  msgid "Outside"
875
  msgstr "Buiten"
876
 
877
+ #: ../easy-fancybox-settings.php:590 ../easy-fancybox-settings.php:913
878
+ #: ../easy-fancybox-settings.php:1016 ../easy-fancybox-settings.php:1110
879
+ #: ../easy-fancybox-settings.php:1209 ../easy-fancybox-settings.php:1307
880
+ #: ../easy-fancybox-settings.php:1406 ../easy-fancybox-settings.php:1533
881
  msgid "Inside"
882
  msgstr "Binnen"
883
 
884
+ #: ../easy-fancybox-settings.php:601 ../easy-fancybox-settings.php:922
885
+ #: ../easy-fancybox-settings.php:1025 ../easy-fancybox-settings.php:1120
886
+ #: ../easy-fancybox-settings.php:1218 ../easy-fancybox-settings.php:1316
887
+ #: ../easy-fancybox-settings.php:1415 ../easy-fancybox-settings.php:1542
888
  msgid "Allow title from thumbnail alt tag"
889
  msgstr "Sta titel uit miniatuur \"alt\" attribuut toe"
890
 
891
+ #: ../easy-fancybox-settings.php:605 ../easy-fancybox-settings.php:694
892
  msgid "Advanced"
893
  msgstr "Geavanceerd"
894
 
895
+ #: ../easy-fancybox-settings.php:616
 
 
 
 
 
896
  msgid "Gallery"
897
  msgstr "Galerij"
898
 
899
+ #: ../easy-fancybox-settings.php:620
900
  msgid "Autogallery"
901
  msgstr "Auto-galerij"
902
 
903
+ #: ../easy-fancybox-settings.php:626
904
  msgid "WordPress galleries only"
905
  msgstr "Alleen WordPress galerijen"
906
 
907
+ #: ../easy-fancybox-settings.php:627
908
  msgid "All in one gallery"
909
  msgstr "Allemaal in één galerij"
910
 
911
+ #: ../easy-fancybox-settings.php:637
 
 
 
 
 
 
 
 
 
912
  msgid "Show the gallery navigation arrows"
913
  msgstr "Toon galerij navigatiepijltjes"
914
 
915
+ #: ../easy-fancybox-settings.php:644
916
  msgid "Arrow key strokes browse the gallery"
917
  msgstr "Pijltjestoetsen bladeren door FancyBox galerij"
918
 
919
+ #: ../easy-fancybox-settings.php:651
920
  msgid ""
921
  "Include the Mousewheel jQuery extension script to allow gallery browsing by "
922
  "mousewheel action."
924
  "Sluit de Mousewheel jQuery extensie bij zodat met de muiswiel door galerijen "
925
  "gescrold kan worden."
926
 
927
+ #: ../easy-fancybox-settings.php:658
928
  msgid "Make galleries cyclic, allowing you to keep pressing next/back."
929
  msgstr ""
930
  "Maak galerijen cyclisch, zodat je voor- en achteruit kunt blijven bladeren."
931
 
932
+ #: ../easy-fancybox-settings.php:662
933
  msgid "Change speed"
934
  msgstr "Snelheid bij vervangen"
935
 
936
+ #: ../easy-fancybox-settings.php:674
937
  msgid "Fade speed"
938
  msgstr "Snelheid bij vervagen"
939
 
940
+ #: ../easy-fancybox-settings.php:690
 
 
 
 
 
941
  msgid ""
942
  "This applies when <em>Apply to</em> is set to <em>Limited to Sections</em> "
943
  "and/or <em>Autogallery</em> is set to <em>Galleries per Section</em>. Adapt "
947
  "binnen secties</em> en/of <em>Auto-galerij</em> op <em>Galerijen per Sectie</"
948
  "em> staat. Pas dit aan aan je thema."
949
 
950
+ #: ../easy-fancybox-settings.php:698
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
951
  msgid "Slideshow"
952
  msgstr "Diashow"
953
 
954
+ #: ../easy-fancybox-settings.php:726
955
  msgid ""
956
  "To make inline content open in an overlay, wrap that content in a div with a "
957
  "unique ID, create a link with target \"#uniqueID\" and give it a class "
961
  "met een unieke ID, maak een link naar \"#uniqueID\" en geef het een class="
962
  "\"fancybox-inline\" attribuut."
963
 
964
+ #: ../easy-fancybox-settings.php:744
965
  msgid ""
966
+ "Try to adjust size to inline/html content. If unchecked the default "
967
+ "dimensions will be used."
968
  msgstr ""
969
  "Probeer de grootte aan te passen aan inline/html inhoud. Indien "
970
+ "uitgeschakeld worden de standaard afmetingen gebruikt."
 
971
 
972
+ #: ../easy-fancybox-settings.php:748
973
  msgid "Scrolling"
974
  msgstr "Scrollen"
975
 
976
+ #: ../easy-fancybox-settings.php:752
977
  msgid "Auto"
978
  msgstr "Auto"
979
 
980
+ #: ../easy-fancybox-settings.php:753
981
  msgid "Always"
982
  msgstr "Altijd"
983
 
984
+ #: ../easy-fancybox-settings.php:754
985
  msgid "Never"
986
  msgstr "Nooit"
987
 
988
+ #: ../easy-fancybox-settings.php:757
989
  msgid "Define scrolling and scrollbar visibility."
990
  msgstr "Bepaal scrollen en zichtbaarheid van de schijfbalken."
991
 
992
+ #: ../easy-fancybox-settings.php:836
993
  msgid ""
994
  "To make any PDF document file open in an overlay, switch on Autodetect or "
995
  "use the class \"fancybox-pdf\" for its link."
997
  "Schakel, om PDF documenten in de lichtbak te openen, auto-detectie in of "
998
  "gebruik class \"fancybox-pdf\" voor de koppeling."
999
 
1000
+ #: ../easy-fancybox-settings.php:856
1001
+ msgid "Embed with"
1002
+ msgstr "Embedden met"
1003
+
1004
+ #: ../easy-fancybox-settings.php:860
1005
+ msgid "Object tag (plus fall-back link)"
1006
+ msgstr "Object tag (plus een fall-back link)"
1007
+
1008
+ #: ../easy-fancybox-settings.php:861
1009
+ msgid "iFrame tag (let browser decide)"
1010
+ msgstr "iFrame tag (laat het aan de browser over)"
1011
+
1012
+ #: ../easy-fancybox-settings.php:946
1013
  msgid ""
1014
  "To make any Flash (.swf) file open in an overlay, switch on Autodetect or "
1015
  "use the class \"fancybox-swf\" for its link."
1017
  "Schakel, om Flash (.swf) bestanden in de lichtbak te openen, auto-detectie "
1018
  "in of gebruik class \"fancybox-swf\" voor de koppeling."
1019
 
1020
+ #: ../easy-fancybox-settings.php:1040
1021
  msgid ""
1022
  "To make any SVG (.svg) file open in an overlay, switch on Autodetect or use "
1023
  "the class \"fancybox-svg\" for its link."
1025
  "Schakel, om SVG (.svg) bestanden in de lichtbak te openen, auto-detectie in "
1026
  "of gebruik class \"fancybox-svg\" voor de koppeling."
1027
 
1028
+ #: ../easy-fancybox-settings.php:1135
1029
  msgid ""
1030
  "To make any YouTube movie open in an overlay, switch on Autodetect or use "
1031
  "the class \"fancybox-youtube\" for its link."
1033
  "Schakel, om YouTube films in de lichtbak te openen, auto-detectie in of "
1034
  "gebruik class \"fancybox-youtube\" voor de koppeling."
1035
 
1036
+ #: ../easy-fancybox-settings.php:1233
 
 
 
 
1037
  msgid ""
1038
  "To make any Vimeo movie open in an overlay, switch on Autodetect or use the "
1039
  "class \"fancybox-vimeo\" for its link."
1041
  "Schakel, om Vimeo films in de lichtbak te openen, auto-detectie in of "
1042
  "gebruik class \"fancybox-vimeo\" voor de koppeling."
1043
 
1044
+ #: ../easy-fancybox-settings.php:1332
1045
  msgid ""
1046
  "To make any Dailymotion movie open in an overlay, switch on Autodetect or "
1047
  "use the class \"fancybox-dailymotion\" for its link."
1049
  "Schakel, om Dailymotion films in de lichtbak te openen, auto-detectie in of "
1050
  "gebruik class \"fancybox-dailymotion\" voor de koppeling."
1051
 
1052
+ #: ../easy-fancybox-settings.php:1457
1053
  msgid ""
1054
  "To make a website or HTML document open in an overlay, use the class "
1055
  "\"fancybox-iframe\" for its link."
1057
  "Gebruik, om een website of HTML document in de lichtbak te openen, de class "
1058
  "\"fancybox-iframe\" voor zijn koppeling."
1059
 
1060
+ #~ msgid "Resources"
1061
+ #~ msgstr "Bronnen"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1062
 
1063
+ #~ msgid "Credits"
1064
+ #~ msgstr "Met dank aan"
 
 
 
 
1065
 
1066
+ #~ msgid "Exclude"
1067
+ #~ msgstr "Uitsluiten"
 
 
 
 
1068
 
1069
+ #~ msgid "Empty (hidden) links"
1070
+ #~ msgstr "Lege (verborgen) koppelingen"
 
1071
 
1072
+ #~ msgid "Without thumbnail image"
1073
+ #~ msgstr "Zonder miniatuurafbeelding"
 
 
 
 
 
 
 
1074
 
1075
+ #~ msgid "Autodetect Short links"
1076
+ #~ msgstr "Auto-detectie van Short links"
 
 
 
 
 
 
 
 
 
 
 
 
 
1077
 
1078
+ #~ msgid ""
1079
+ #~ "Examples: If your theme wraps post content in a div with class post, "
1080
+ #~ "change this value to \"div.post\". If you want to include images in a "
1081
+ #~ "sidebar with ID primary, add \", div#primary\" or \"aside#primary\" for "
1082
+ #~ "html5 themes. If you only want to group images in a WordPress gallery "
1083
+ #~ "together, use \"div.gallery\". If you want to include images in a sidebar "
1084
+ #~ "with ID primary, add \", #primary\"."
1085
+ #~ msgstr ""
1086
+ #~ "Voorbeelden: Als je thema artikelen in een div met class post plaatst, "
1087
+ #~ "maak deze waarde dan \"div.post\". Als je afbeeldingen in een sidebar met "
1088
+ #~ "ID primary wilt meenemen, voeg dan \", div#primary\" of \"aside#primary\" "
1089
+ #~ "voor html5 thema's toe. Als je alleen afbeeldingen in een WordPress "
1090
+ #~ "galerij wil groeperen, gebruik \"div.gallery\". Als je afbeeldingen in de "
1091
+ #~ "zijbalk met ID primary wil meenemen, voeg dan \", #primary\" toe."
1092
 
1093
  #~ msgid "The slideshow uses a fixed 6, 8 or 12 second pause per image."
1094
  #~ msgstr ""
1144
  #~ msgid "Back"
1145
  #~ msgstr "Veer"
1146
 
 
 
 
1147
  #~ msgid "Transparency fade during elastic transition."
1148
  #~ msgstr "Transparantie-vervaging gedurende elastische transitie."
1149
 
languages/easy-fancybox-pl_PL.mo CHANGED
File without changes
languages/easy-fancybox-pl_PL.po CHANGED
File without changes
languages/easy-fancybox-readme-bel.mo ADDED
Binary file
languages/easy-fancybox-readme-bel.po ADDED
@@ -0,0 +1,1361 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Translation of Development Readme (trunk) in Belarusian
2
+ # This file is distributed under the same license as the Development Readme (trunk) package.
3
+ msgid ""
4
+ msgstr ""
5
+ "PO-Revision-Date: 2016-06-02 17:38+0300\n"
6
+ "MIME-Version: 1.0\n"
7
+ "Content-Type: text/plain; charset=UTF-8\n"
8
+ "Content-Transfer-Encoding: 8bit\n"
9
+ "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
10
+ "X-Generator: Poedit 1.8.7\n"
11
+ "Project-Id-Version: Development Readme (trunk)\n"
12
+ "POT-Creation-Date: \n"
13
+ "Last-Translator: \n"
14
+ "Language-Team: \n"
15
+ "Language: be_BY\n"
16
+
17
+ #. Name.
18
+ msgid "Easy FancyBox"
19
+ msgstr "Easy FancyBox"
20
+
21
+ #. Short description.
22
+ msgid "Easily enable the FancyBox jQuery extension on just about all media links. Multi-Site compatible. Supports iFrame and Flash movies."
23
+ msgstr "Лёгка ўключаць пашырэнне FancyBox jQuery практычна на ўсіх медыя спасылкі. Multi-Site сумяшчэнне. Падтрымка IFrame і флэш-ролікаў."
24
+
25
+ #. Found in faq paragraph.
26
+ msgid "Yes. First, enable the iFrame option on Settings &gt; Media. Then, in your post or page content create a link with either <code>class=\"fancybox-iframe\"</code> or <code>class=\"fancybox iframe\"</code> (notice the space instead of the hyphen) to any web page or .htm(l) file in your content."
27
+ msgstr "Так. Па-першае, уключыце опцыю iFrame ў Налады>Мультымедыя. Затым, у вашым пасце або старонцы кантэнту стварыце спасылку з любым <code>class=\"fancybox-iframe\"</code> або <code>class=\"fancybox iframe\"</code> (звярніце ўвагу на прастору замест злучка) на любую вэб - старонку альбо выяву .htm(l) у змесце ."
28
+
29
+ #. Found in remaining content list item.
30
+ msgid "<strong>WP Supersized</strong> uses the Animate Enhanced jQuery extension which causes a conflict with the Easing extension used by FancyBox resulting in a 0px sized lightbox frame and/or some kind of positioning issue with auto-centering."
31
+ msgstr "<strong>WP Supersized</strong> выкарыстоўвае Animate Enhanced пашырэнне jQuery , якое выклікае канфлікт з Easing extension пашырэннем , які выкарыстоўваецца FancyBox і прыводзіць да змене памеру кадра лайтбокса да 0px і/або розным пазіцыяным пытанням пры аўтаматычным цэнтраванні."
32
+
33
+ #. Found in faq paragraph.
34
+ msgid ""
35
+ "Please follow the trouble shooting steps on <a href=\"http://wordpress.org/plugins/easy-fancybox/other_notes/\">Other Notes</a> to determine the cause. If that fails, ask for support on the <a href=\"http://wordpress.org/tags/easy-fancybox\">Easy FancyBox WordPress forum</a> or go to the <a href=\"http://status301.net/wordpress-plugins/easy-fancybox/\">development site</a>\n"
36
+ "&nbsp;"
37
+ msgstr "Калі ласка , прытрымлівайцеся наступных крокаў пошуку і ліквідацыі няспраўнасцяў на <a href=\"http://wordpress.org/plugins/easy-fancybox/other_notes/\">Iншыя заўвагі</a> , каб вызначыць прычыну. Калі гэта не атрымоўваецца, звярніцеся за дапамогай на <a href=\"http://wordpress.org/tags/easy-fancybox\">форум Easy FancyBox WordPress</a> або перайдзіце да <a href=\"http://status301.net/wordpress-plugins/easy-fancybox/\">старонкі распрацоўкі сайту</a>"
38
+
39
+ #. Found in description paragraph.
40
+ msgid ""
41
+ "<strong>Recommended:</strong>\n"
42
+ "- For increased site performance, simply install and activate the plugin <a href=\"http://wordpress.org/plugins/use-google-libraries/\">Use Google Libraries</a> to load jQuery from Googles CDN."
43
+ msgstr ""
44
+ "<strong>Рэкамендуецца: </strong>\n"
45
+ "- Для павышэння эфектыўнасці сайта, проста ўсталяваць і актываваць плагін <a href=\"http://wordpress.org/plugins/use-google-libraries/\">Выкарыстанне Google бібліятэкі </a>, каб загрузіць jQuery з Googles CDN."
46
+
47
+ #. Found in description paragraph.
48
+ msgid "Please go to https://translate.wordpress.org/projects/wp-plugins/easy-fancybox/ and share your knowledge!"
49
+ msgstr "Калі ласка, перайдзіце на https://translate.wordpress.org/projects/wp-plugins/easy-fancybox/ і падзяліцеся сваімі ведамі!"
50
+
51
+ #. Found in description paragraph.
52
+ msgid "Current contributors:"
53
+ msgstr "Цяперашнія аўтары:"
54
+
55
+ #. Found in faq header.
56
+ msgid "BASIC"
57
+ msgstr "Асноўнае"
58
+
59
+ #. Found in faq header.
60
+ msgid "What's FancyBox?"
61
+ msgstr "Што такое FancyBox?"
62
+
63
+ #. Found in faq header.
64
+ msgid "Which version of FancyBox does this plugin use?"
65
+ msgstr "Якую версію FancyBox выкарыстоўваць гэты плагін?"
66
+
67
+ #. Found in faq header.
68
+ msgid "I installed the plugin. What now?"
69
+ msgstr "Я усталяваў плагін. Што цяпер?"
70
+
71
+ #. Found in faq header.
72
+ msgid "I want to change something. Where is the settings page?"
73
+ msgstr "Я хачу нешта змяніць. Дзе знаходзіцца старонка налад?"
74
+
75
+ #. Found in faq header.
76
+ msgid "Help! It does not work..."
77
+ msgstr "Дапамажыце! Ён не працуе ..."
78
+
79
+ #. Found in faq header.
80
+ msgid "ADVANCED"
81
+ msgstr "Прасунуты"
82
+
83
+ #. Found in faq header.
84
+ msgid "Will a WordPress generated gallery be displayed in a FancyBox overlay?"
85
+ msgstr "Ці будзе генераваная галерэя WordPress адлюстроўвацца ў накладанні FancyBox?"
86
+
87
+ #. Found in faq header.
88
+ msgid "The lightbox does not look good on mobile devices. What can I do about that?"
89
+ msgstr "Lightbox не выглядае добра на мабільных прыладах. Што я магу зрабіць з гэтай нагоды?"
90
+
91
+ #. Found in faq header.
92
+ msgid "Can I make a slideshow from my gallery?"
93
+ msgstr "Ці магу я зрабіць слайд-шоў з маёй галерэі?"
94
+
95
+ #. Found in faq header.
96
+ msgid "Can I exclude images or other links from auto-attribution?"
97
+ msgstr "Ці магу я выключыць малюнкі або іншыя спасылкі з аўтаматычнаго прысваення?"
98
+
99
+ #. Found in faq header.
100
+ msgid "Can NextGEN Gallery work with Easy FancyBox ?"
101
+ msgstr "Можа NextGEN галерэя працаваць з Easy FancyBox?"
102
+
103
+ #. Found in faq header.
104
+ msgid "Can I use ONE thumbnail to open a complete gallery ?"
105
+ msgstr "Ці магу я выкарыстаць адзін эскіз, каб адкрыць поўную галерэю?"
106
+
107
+ #. Found in faq header.
108
+ msgid "Can I link a NextGEN thumbnail to a Youtube movie in FancyBox?"
109
+ msgstr "Ці магу я звязаць мініяцюру NextGen з Youtube відэа у FancyBox?"
110
+
111
+ #. Found in faq header.
112
+ msgid "Can I create a gallery of Youtube thumbnails which open in FancyBox?"
113
+ msgstr "Ці магу я стварыць галерэю Youtube эскізаў, якія будзе адкрывацца ў FancyBox?"
114
+
115
+ #. Found in faq header.
116
+ msgid "Can I display web pages or HTML files in a FancyBox overlay?"
117
+ msgstr "Ці магу я адлюстроўваць вэб-старонкі або HTML файлы ў накладанні FancyBox?"
118
+
119
+ #. Found in faq header.
120
+ msgid "Can I show PDF files in a FancyBox overlay?"
121
+ msgstr "Ці магу я паказаць PDF файлы ў накладанні FancyBox?"
122
+
123
+ #. Found in faq header.
124
+ msgid "Can I play SWF files in a FancyBox overlay?"
125
+ msgstr "Ці магу я праігрываць SWF файлы ў накладанні FancyBox?"
126
+
127
+ #. Found in faq header.
128
+ msgid "How do I show content with different sizes?"
129
+ msgstr "Як паказаць змесціва з рознымі памерамі?"
130
+
131
+ #. Found in faq header.
132
+ msgid "Can I play YouTube, Dailymotion and Vimeo movies in a FancyBox overlay?"
133
+ msgstr "Ці магу я праігрываць YouTube, Dailymotion і Vimeo фільмы ў накладанні FancyBox?"
134
+
135
+ #. Found in faq header.
136
+ msgid "I want that 'Show in full-screen' button on my YouTube movies"
137
+ msgstr "Я хачу, каб кнопку \"Паказаць ў поўнаэкранным рэжыме\" было бачна на маіх фільмах на YouTube"
138
+
139
+ #. Found in faq header.
140
+ msgid "Can I show a Youtube playlist in FancyBox?"
141
+ msgstr "Ці магу я паказаць спіс прайграванняў Youtube у FancyBox?"
142
+
143
+ #. Found in faq header.
144
+ msgid "The flash movie in the overlay shows BELOW some other flash content that is on the same page!"
145
+ msgstr "Флэш-ролік у накладанні ніжэй показвае флэш з некаторым іншым змесцівам на той жа старонцы!"
146
+
147
+ #. Found in faq header.
148
+ msgid "How can I display INLINE content in a FancyBox overlay ?"
149
+ msgstr "Як я магу адлюстраваць змесціва INLINE ў FancyBox накладанні?"
150
+
151
+ #. Found in faq header.
152
+ msgid "Can I display a contact form in FancyBox?"
153
+ msgstr "Ці магу я адлюстраваць форму кантакту на FancyBox?"
154
+
155
+ #. Found in faq header.
156
+ msgid "Can I make an image or hidden content to pop up in FancyBox on page load?"
157
+ msgstr "Ці магу я зрабіць малюнак або схаваны змест для ўсплывючых вокнаў ў FancyBox пры загрузцы старонкі?"
158
+
159
+ #. Found in faq header.
160
+ msgid "Can I make a menu item open in a FancyBox overlay ?"
161
+ msgstr "Ці магу я зрабіць так, каб пункт меню адкрываўся ў накладанні FancyBox?"
162
+
163
+ #. Found in faq header.
164
+ msgid "Is Easy FancyBox multi-site compatible?"
165
+ msgstr "Is Easy FancyBox мульцiсайт сумяшчальны?"
166
+
167
+ #. Found in faq list item.
168
+ msgid "Go to your Settings &gt; Media admin page and switch OFF the FancyBox \"Auto-gallery\" option in the Images section;"
169
+ msgstr "Зайдзіце ў налады, старонка медыя адміністратара і выключыце опцыю FancyBox \"Auto-галерэя\" у раздзеле малюнка;"
170
+
171
+ #. Found in faq list item.
172
+ msgid "Go to Gallery &gt; Other Options and set the Lightbox Effects option to \"Custom\" and click on Show Advanced Settings;"
173
+ msgstr "Перайсці да галерэі і іншыя варыянты і ўсталюйце опцыю лайтбокс эфекты для \"Custom\" і націсніце на кнопку Паказаць дадатковыя налады;"
174
+
175
+ #. Found in faq list item.
176
+ msgid "fill the Code field with"
177
+ msgstr "запоўніць поле кода з"
178
+
179
+ #. Found in faq list item.
180
+ msgid "Leave the other fields empty and save your settings."
181
+ msgstr "Пакіньце астатнія палі пустымі і захавайце налады."
182
+
183
+ #. Found in faq list item.
184
+ msgid "Number of images per page: 1"
185
+ msgstr "Колькасць малюнкаў на старонцы: 1"
186
+
187
+ #. Found in faq list item.
188
+ msgid "Use imagebrowser effect: No"
189
+ msgstr "Выкарыстоўвайце ImageBrowser эфект: Не"
190
+
191
+ #. Found in faq list item.
192
+ msgid "Add hidden images: Yes"
193
+ msgstr "Дадаць схаваныя малюнкі: Так"
194
+
195
+ #. Found in faq list item.
196
+ msgid "Follow the instructions to make Easy FancyBox work smoothly with NextGEN above and make sure it all works correctly for normal thumbnails linked to their full-size version."
197
+ msgstr "Прытрымлівайцеся інструкцыяў, каб зрабіць працу з Easy FancyBox больш гладкай з NextGen вышэй і пераканайцеся, што ўсё працуе правільна для звычайных мініяцюр, звязаных з іх поўнапамернай версіяй."
198
+
199
+ #. Found in faq list item.
200
+ msgid "Then give the image that you want to link to a Youtube movie the URL to the Youtube page as title."
201
+ msgstr "Затым даайце малюну, які вы хочаце звязаць з Youtube відэа URL-адрас на старонцы Youtube у якасці загалоўка."
202
+
203
+ #. Found in faq list item.
204
+ msgid "Finally paste the code below into a text widget that will live in your sidebar or footer bar, or you can hard-code it into your theme but make sure it come before the <code>wp_footer()</code> call..."
205
+ msgstr "Нарэшце ўстаўце код ніжэй у тэкставы віджэт, які будзе знаходзіцца ў вашай бакавой панэлі або калантытул бары, ці вы можаце жорстка закадаваць яго ў вашу тэму, але пераканайцеся, што ён прыйшоў перад <code>wp_footer()</code>выклік ..."
206
+
207
+ #. Found in faq list item.
208
+ msgid "Go to Settings &gt; Media and enable FancyBox iFrame support."
209
+ msgstr "Перайдзіце ў раздзел Налады і Медыя і ўключыце падтрымку FancyBox iFrame."
210
+
211
+ #. Found in faq list item.
212
+ msgid "Go to Appearance &gt; Menus and open the little tab \"Screen Options\" in the top-right corner."
213
+ msgstr "Перайсці да Від>Меню і адкрыйце маленькую ўкладку \"Параметры экрана\" у верхнім правым куце."
214
+
215
+ #. Found in faq list item.
216
+ msgid "Enable the option \"CSS Classes\" under Advanced menu proterties."
217
+ msgstr "Ўключыце опцыю \"CSS класы\" у раздзеле Дадатковыя ўласцівасці меню."
218
+
219
+ #. Found in faq list item.
220
+ msgid "Now give the menu item you want to open in a FancyBox iframe the class <code>fancybox-iframe</code>."
221
+ msgstr "Цяпер дадайце пункт меню, які вы хочаце адкрыць у FancyBox iframe клас <code>fancybox-iframe</code>."
222
+
223
+ #. Found in faq paragraph.
224
+ msgid "Basically, it is a fancy way of presenting images, movies, portable documents and inline content on your website. For example, if you have scaled-down images in your posts which are linked to the original large version, instead of opening them on a blank page, FancyBox opens those in a smooth overlay. Visit <a href=\"http://fancybox.net/\">FancyBox</a> for more information and examples."
225
+ msgstr "У асноўным, гэты мудрагелісты спосаб прадстаўлення малюнкаў, фільмаў, партатыўных дакументаў і змесціва онлайн на сваім сайце. Напрыклад, калі ў вас ёсць паменшаныя малюнкі ў вашых паведамленнях, якія звязаны з арыгінальнай вялікай версіяй, замест таго, каб адкрыць іх на пустой старонцы, FancyBox адкрывае іх ў гладкай накладцы. Наведайце <a href=\"http://fancybox.net/\">FancyBox</a> для атрымання дадатковай інфармацыі і прыкладаў."
226
+
227
+ #. Found in faq paragraph.
228
+ msgid "The same version as this plugin has. I aim to keep close pace to FancyBox upgrades and always move to the latest and greates version. Please, let me know if I'm lagging behind and missed an upgrade!"
229
+ msgstr "Тая ж версія, якую мае гэты плагін. Я імкнуся прытрымливацца блізка да тэмпу мадэрнізацыі FancyBox і заўсёды рухаюся да апошняй і самай лепшай версіі. Калі ласка, дайце мне ведаць, калі я адстаў і прапусціў абнаўленне!"
230
+
231
+ #. Found in faq paragraph.
232
+ msgid "First, make sure that image thumbnails in your posts and pages are linked to their full size counterpart directly. Open any post with thumbnail images in it for editing and select the first thumbnail. Click the <strong>Edit Image</strong> button that appears and choose <strong>Link To: Media File</strong>. From now on, clicking that thumbnail should open the full size version in FancyBox."
233
+ msgstr "Па-першае, пераканайцеся, што эскізы малюнкаў у вашых пастах і старонках звязаныя са сваімі поўнапамернымі версіямі напрамую. Адкрыйце любы пост з мініятурнымі малюнкамі ў ім для рэдагавання і выберыце першы эскіз. Націсніце кнопку <strong>Рэдагаваць выявы</strong> якая з'яўляецца і выберыце <strong>Спасылка на: медыя-файл</strong>. З гэтага моманту, націсканне на гэтую мініяцюру павінна адкрыць поўнапамерную версію ў FancyBox."
234
+
235
+ #. Found in faq paragraph.
236
+ msgid "The same thing goes for WordPress Galleries. Choose <strong>Link To: Media File</strong> when inserting a gallery tag."
237
+ msgstr "Тое ж самае ставіцца і да галерэі WordPress. Выберыце <strong>Спасылка на: медыя-файл </strong> пры ўстаўцы тэга галерэі."
238
+
239
+ #. Found in faq paragraph.
240
+ msgid "There is no new settings page but there are a few options you can change. You will find a new <strong>FancyBox</strong> section on <strong>Settings &gt; Media</strong>. To see the default, check out the example under <a href=\"http://wordpress.org/plugins/easy-fancybox/screenshots/\">Screenshots</a> ..."
241
+ msgstr "Там няма новай старонкі настроек, але ёсць некалькі варыянтаў, якія вы можаце змяніць. Вы знойдзеце новы <strong>FancyBox</strong>падзел у <strong>Налады>Медыя </strong>. Каб убачыць налады па змаўчанні, праверце прыклад пад <a href=\"http://wordpress.org/plugins/easy-fancybox/screenshots/\">Скрыншоты</a> ..."
242
+
243
+ #. Found in faq paragraph.
244
+ msgid "Yes, but <em>only</em> if you used the option <strong>Link To: Media File</strong> when inserting the gallery! The gallery quicktag/shortcode should look something like <code>[ gallery link=\"file\" ]</code>."
245
+ msgstr "Так, але <em>толькі</em> калі выкарыстоўваецца параметр <strong>Спасылка на: медыя-файл</strong> пры ўстаўцы ў галерэю! У галерэі quicktag/shortcode павінен выглядаць прыкладна так <code>[ gallery link=\"file\" ]</code>."
246
+
247
+ #. Found in faq paragraph.
248
+ msgid "The FancyBox 1.3.4 script that is used in this plugin was not developed with mobile devices in mind. The only way around this issue is currently to disable FancyBox for small screen sizes. You can do this by adding a text widget in your sidebar with the following code snippet."
249
+ msgstr "Скрыпт FancyBox 1.3.4, які выкарыстоўваецца ў гэтым плагіне не была распрацавана з мабільнымі прыладамі на ўвазе. Адзіны спосаб вырашэння гэтай праблемы ў цяперашні час адключыць FancyBox для экранаў невялікіх памераў. Вы можаце зрабіць гэта, дадаўшы тэкставы віджэт ў бакавую панэль з у наступным фрагменце кода."
250
+
251
+ #. Found in faq paragraph.
252
+ msgid "Tweak the value 641 to target other screen sizes."
253
+ msgstr "Tweak значэнне 641 у дачыненнi да iншых памераў экрана."
254
+
255
+ #. Found in faq paragraph.
256
+ msgid "In the <a href=\"http://premium.status301.net/downloads/easy-fancybox-pro/\">Pro extension</a>, there is an Advanced option called \"Gallery Auto-rotation\" for that."
257
+ msgstr "У <a href=\"http://premium.status301.net/downloads/easy-fancybox-pro/\">Pro пашырэннея</a>для гэтага ёсць пашыраны варыянт пад назвай \"Галерэя Аўтаратацыі\"."
258
+
259
+ #. Found in faq paragraph.
260
+ msgid "Yes. All links with class <strong>nolightbox</strong> that would normally get auto-enabled, will be excluded from opening in a FancyBox overlay."
261
+ msgstr "Так. Усе спасылкі з класам <strong>nolightbox</strong>, якія звычайна атрымліваюць аўтаматычнае уключэнне, будуць выключаныя з адтуліны ў накладанні FancyBox."
262
+
263
+ #. Found in faq paragraph.
264
+ msgid "NetxGEN has its own built in FancyBox version along with a choice of other lightbox scripts but if you prefer to use Easy FancyBox (because of better customisability) then you need to take some steps to make the two plugins compatible."
265
+ msgstr "NetxGEN мае сваю уласную убудаваную версію ў FancyBox нароўні з выбарам іншых сцэнарыяў лайтбокс, але калі вы аддаеце перавагу выкарыстоўваць Easy FancyBox (з-за лепшага customisability), то вам неабходна распачаць некаторыя крокі, каб зрабіць два плагіна сумяшчальнымі."
266
+
267
+ #. Found in faq paragraph.
268
+ msgid "It can be done manually (using the internal WordPress gallery feature, or not) <em>or</em> in combination with NextGen Gallery."
269
+ msgstr "Гэта можа быць зроблена ўручную (з выкарыстаннем ўнутранай WordPress функцыі галерэі, ці не) <em>або</em> ў спалучэнні з NextGen Gallery."
270
+
271
+ #. Found in faq paragraph.
272
+ msgid "<strong>Manual</strong>"
273
+ msgstr "<strong>Кіраўніцтва</strong>"
274
+
275
+ #. Found in faq paragraph.
276
+ msgid "<strong>A.</strong> Open your post for editing in HTML mode and insert the first image thumbnail in your post content (linking to the images file, not page) to serve as the gallery thumbnail."
277
+ msgstr "<strong>A.</strong> Адкрыйце свой пост для рэдагавання ў рэжыме HTML і ўстаўце першы эскіз малюнка ў вашым пасце кантэнту (спасылкі на файл малюнка, а не старонкі), каб служыць у якасці галерэі мініяцюр."
278
+
279
+ #. Found in faq paragraph.
280
+ msgid "<strong>B.</strong> Place the following code to start a hidden div containing all the other images that should only be visible in FancyBox:"
281
+ msgstr "<strong>B.</strong>Змесціце наступны код, каб пачаць схаваны div, які змяшчае ўсе іншыя выявы, якія павінны быць бачныя толькі ў FancyBox:"
282
+
283
+ #. Found in faq paragraph.
284
+ msgid "<strong>C.</strong> Right after that starting on a new line, insert all other images you want to show in your gallery. You can even use the WordPress internal gallery feature with the shortcode <code>[gallery link=\"file\"]</code>. NOTE: if the gallery thumbnail is attached to the post, it will be show a second time when flipping through the gallery in FancyBox. If you do not want that, use an image that is not attached to the post as gallery thumbail."
285
+ msgstr "<strong>C.</strong> Адразу ж пасля гэтага, пачынаючы з новага радка, ўставіць ўсе іншыя выявы, якія вы хочаце паказаць у вашай галерэі. Вы нават можаце выкарыстоўваць WordPress ўнутраную функцыю галерэі з шорткодам <code>[gallery link=\"file\"]</code>. Заўвага: калі галерэя эскізаў прымацаваная да паведамлення, ён будзе паказаны другі раз, калі гартаць праз галерэю ў FancyBox. Калі вы гэтага не хочацевыкарыстоўвайце малюнак, якоі не прыкладаецца да паведамлення ў выглядзе галерэі міні-копіі."
286
+
287
+ #. Found in faq paragraph.
288
+ msgid "<strong>D.</strong> Close the hidden div with the following code on a new line:"
289
+ msgstr "<strong>D.</strong> Зачыніце схаваны div з дапамогай наступнага кода на новым радку:"
290
+
291
+ #. Found in faq paragraph.
292
+ msgid "<strong>With NextGEN Gallery</strong>"
293
+ msgstr "<strong>З Галерэяй NextGEN</strong>"
294
+
295
+ #. Found in faq paragraph.
296
+ msgid "You can choose between two shortcodes to show a gallery that (1) limits images per gallery using the shortcode <code>[nggallery id=x]</code> or (2) per tag name (accross galleries; you need to set tag name manually =&gt; more work but more control) using the shortcode <code>[nggtags gallery=YourTagName,AnotherTagName]</code>."
297
+ msgstr "Вы можаце выбраць адзін з двух шорткодаў, каб паказаць галерэю, што (1) абмяжоўвае колькасць малюнкаў у галерэі з дапамогай шорткода <code>[nggallery id=x]</code> або (2) на імя тэга (скрозь галерэі, вам трэба ўсталяваць імя тэга ўручную = >больш працы, але больш кантролю), выкарыстоўваючы шорткод <code>[nggtags gallery=YourTagName,AnotherTagName]</code>."
298
+
299
+ #. Found in faq paragraph.
300
+ msgid "General steps:"
301
+ msgstr "Агульныя крокі:"
302
+
303
+ #. Found in faq paragraph.
304
+ msgid "<strong>A.</strong> Place the shortcode of your choice in your page/post content."
305
+ msgstr "<strong>A.</strong> Змесціце шорткод на ваш выбар на вашай старонкцы/посце."
306
+
307
+ #. Found in faq paragraph.
308
+ msgid "<strong>B.</strong> Configure NextGen on <strong>Gallery &gt; Gallery Settings</strong> to Display galleries as \"NextGEN Basic Thumbnails\" and then under the NextGEN Basic Thumbnails to at least have the following options set like this:"
309
+ msgstr "<strong>B.</strong> Наладьзьце NextGen у <strong>Галерэя >Галерэя Налады</strong> для адлюстравання галерэі як \"NextGen Асноўныя Эскізы\", а затым пад NextGen Асноўную піктаграму, каб мець, па меншай меры, наступныя параметры усталяванымі наступным чынам:"
310
+
311
+ #. Found in faq paragraph.
312
+ msgid "<strong>C.</strong> Optional: add the following new CSS rule to your theme stylesheet (or install <a href=\"http://wordpress.org/plugins/safecss/\">Custom CSS</a> or <a href=\"http://wordpress.org/plugins/jetpack/\">Jetpack</a> and add it on the new Appearance &gt; Edit CSS admin page) to hide the page browsing links below the gallery thumbnail."
313
+ msgstr "<strong>C.</strong> Дадаткова: дадаць наступнае новае правіла CSS да вашай тэмы табліцы стыляў (або ўсталяваць <a href=\"http://wordpress.org/plugins/safecss/\">Карыстальніцкія CSS</a> або <a href=\"http://wordpress.org/plugins/jetpack/\">Jetpack</a> і дадаць яго ў новы Від > Рэдагаваць CSS старонкі адміністратара) каб схаваць спасылкі старонкі прагляду ніжэй галерэі мініяцюр."
314
+
315
+ #. Found in faq paragraph.
316
+ msgid "User Mark Szoldan shared a neat trick how to do this:"
317
+ msgstr "Карыстальнік Марк Зольдан падзяліўся карысным трукам, як зрабіць гэта:"
318
+
319
+ #. Found in faq paragraph.
320
+ msgid "This script snippet will scan the image titles and if it finds a Youtube URL there, it will replace the links href attribute value accordingly."
321
+ msgstr "Гэты фрагмент скрыпту будзе сканаваць малюнак назвы і калі ён знаходзіць URL Youtube там, ён заменіць спасылкі href значэнне атрыбуту адпаведным чынам."
322
+
323
+ #. Found in faq paragraph.
324
+ msgid "You could do this manually by uploading individual thumbnails that you can retrieve by using the unique movie ID in these URLs for three different sizes:"
325
+ msgstr "Вы можаце зрабіць гэта ўручную шляхам загрузкі асобных мініяцюр, якія вы можаце атрымаць, выкарыстоўваючы унікальны ідэнтыфікатар відэа ў гэтых URL-адрасах для трох розных памераў:"
326
+
327
+ #. Found in faq paragraph.
328
+ msgid "Other locations might be"
329
+ msgstr "Іншыя магчымыя месцы"
330
+
331
+ #. Found in faq paragraph.
332
+ msgid "But an easier method is this one, shared by Shashank Shekhar (thanks!) :"
333
+ msgstr "Але больш просты спосаб вось гэты, падзяліўся Shashank Shekhar (дзякуй!):"
334
+
335
+ #. Found in faq paragraph.
336
+ msgid "To create Youtube thumbnail galleries, install http://wordpress.org/plugins/youtube-simplegallery/ and set the 'Effect' option to fancybox. Then disable Youtube autodetection on Settings &gt; Media."
337
+ msgstr "Каб стварыць эскізы Youtube галерэй, усталюйце http://wordpress.org/plugins/youtube-simplegallery/ і ўсталюйце опцыю 'эфект' да fancybox. Затым адключыце аўтавызначэнне Youtube на Налады >Медыя."
338
+
339
+ #. Found in faq paragraph.
340
+ msgid "NOTE: The difference between these two classes ('-' or space) is in size of the overlay window. Try it out and use the one that works best for you :)"
341
+ msgstr "ЗАЎВАГА: Розніца паміж гэтымі двума класамі ('-' або прастора) у памер акна накладання. Паспрабуйце і выкарыстоўвайце той, які працуе лепш для вас :)"
342
+
343
+ #. Found in faq paragraph.
344
+ msgid "Yes. Just place a link <em>with the URL ending in .pdf</em> to your Portable Document file in the page content."
345
+ msgstr "Так. Проста змесціце спасылку <em>з URL, які сканчаецца ў фармаце .pdf</em> да файла партатыўнага дакумента ў змесце старонкі."
346
+
347
+ #. Found in faq paragraph.
348
+ msgid "If you do'nt have <em>Auto-detect</em> checked under <strong>PDF</strong> on Settings &gt; Media admin page, you will need to add <code>class=\"fancybox-pdf\"</code> (to force pdf content recognition) to the link to enable FancyBox for it."
349
+ msgstr "Калі ў вас няма <em>Аўтавызначэнне </em> праверкі пры <strong>PDF</strong> ў Налады >старонка адміністратара Медыя, вам трэба будзе дадаць <code>class=\"fancybox-pdf\"</code> (каб прымусіць PDF распазнанне кантэнту) па спасылцы, каб уключыць FancyBox."
350
+
351
+ #. Found in faq paragraph.
352
+ msgid "Yes. Just place a link <em>with the URL ending in .swf</em> to your Flash file in the page content."
353
+ msgstr "Так. Проста змясціце спасылку <em>з URL, які сканчаецца ў .swf</em> у файлы флэш-анімацыі ў змесце старонкі."
354
+
355
+ #. Found in faq paragraph.
356
+ msgid "If you do'nt have <em>Auto-detect</em> checked under <strong>SWF</strong> on Settings &gt; Media admin page, you will need to add either <code>class=\"fancybox\"</code> or <code>class=\"fancybox-swf\"</code> (to force swf content recognition) to the link to enable FancyBox for it."
357
+ msgstr "Калі ў вас няма <em>Аўтавызначэнне </em> праверкі пры <strong>SWF</strong> ў Налады >старонка адміністратара Медыя, вам трэба будзе дадаць <code>class=\"fancybox\"</code> або <code>class=\"fancybox-swf\"</code> (каб прымусіць swf распазнанне кантэнту) па спасылцы, каб уключыць FancyBox."
358
+
359
+ #. Found in faq paragraph.
360
+ msgid "FancyBox tries to detect the size of the content automatically but if it can not find a size, it will default to the settings for that particular content type as set on the Settings &gt; Media page."
361
+ msgstr "FancyBox спрабуе вызначыць памер змесціва аўтаматычна, але калі ён не можа знайсці памер, па змаўчанні будзе выкарыстоўвацца налады для канкрэтнага тыпу кантэнту, якая ўсталяваная на Налады>Медыя-старонка."
362
+
363
+ #. Found in faq paragraph.
364
+ msgid "The <strong><a href=\"http://premium.status301.net/downloads/easy-fancybox-pro/\">Pro extension</a></strong> provides an extra option to allow you to manually override this by defining the width and height wrapped in curly brases in the class attribute of the link itself. Make sure the option \"Inlcude the Metadata jQuery extension script...\" under FancyBox | Links on Settings &gt; Media is enabled."
365
+ msgstr "<strong><a href=\"http://premium.status301.net/downloads/easy-fancybox-pro/\">Pro пашырэнне</a></strong> забяспечвае дадатковы параметр, каб дазволіць вам ўручную перавызначыць значэння шырыні і вышыні, абгорнутыz ў фігурныя дужкі ў атрыбуце класа самой спасылкі. Пераканайцеся, што опцыя \"Уключаць пашырэнне сцэнара Metadata jQuery ...\" пад FancyBox|Спасылкі на Налады>Медыя ўключана."
366
+
367
+ #. Found in faq paragraph.
368
+ msgid "For example, a Flash movie with different size:"
369
+ msgstr "Напрыклад, флэш-ролік з рознымі памерамі:"
370
+
371
+ #. Found in faq paragraph.
372
+ msgid "Yes. Simply create a link using the Share URL (the full Page URL, the Short URL with or without options like HD etc.) to the YouTube/Vimeo/Dailymotion page in your post content. If you have Auto-detect enabled, the plugin will take care of the rest for you! :)"
373
+ msgstr "Так. Проста стварыце спасылку з дапамогай Share URL (поўны URL старонкі, кароткі URL з параметрамі або без іх, такія як HD і г.д.) на старонку YouTube/Vimeo/Dailymotion ў вашым пасце. Калі аўтавызначэння ўключаны, плагін будзе клапаціцца аб усім астатнім за вас! :)"
374
+
375
+ #. Found in faq paragraph.
376
+ msgid "If you have disabled Auto-detection, give the link a class attribute like <code>class=\"fancybox-youtube\"</code> for Youtube, <code>class=\"fancybox-vimeo\"</code> for Vimeo and <code>class=\"fancybox-dailymotion\"</code> for Dailymotion, to manually enable FancyBox for it."
377
+ msgstr "Калі вы адключылі Аўтаматычнае вызначэнне, дайце спасылку атрыбут класа як <code>class=\"fancybox-youtube\"</code> для Youtube, <code>class=\"fancybox-vimeo\"</code> для Vimeo і <code>class=\"fancybox-dailymotion\"</code> для Dailymotion, каб ўручную ўключыць FancyBox для іх."
378
+
379
+ #. Found in faq paragraph.
380
+ msgid "Both YouTube and Vimeo movies can be made to play immediately after opening by adding the paramer <code>autoplay=1</code> to the URL. For example, a short-url YouTube link that should play in HD mode, have the full screen button and auto-start on open, would look like:"
381
+ msgstr "Відэа з YouTube і Vimeo могуць быць зроблены, каб праігрывацца адразу пасля адкрыцця шляхам дадання параметра <code>autoplay=1</code> да URL. Напрыклад, кароткі URL YouTube спасылка, якая павінна праігрывацца у рэжыме HD, мае поўную экранную кнопку і аўтаматычна запускаецца пры адкрыцці, будзе выглядаць наступным чынам:"
382
+
383
+ #. Found in faq paragraph.
384
+ msgid "Append <code>&amp;fs=1</code> to your YouTube share URL."
385
+ msgstr "Дадаваць <code>&amp;fs=1</code> у агульную частку URL YouTube."
386
+
387
+ #. Found in faq paragraph.
388
+ msgid "Yes, just go to Youtube page of any movie that's in the playlist and use the Share button to get the share URL just like with single movies, but this time place a checkmark at the 'Share with playlist' option."
389
+ msgstr "Так, проста перайдзіце на старонку Youtube з любым відэа, які ёсць ў спісе прайгравання і выкарыстайце кнопку Share, каб падзяліцца URL - гэтак жа, як з асобнымі фільмамі, але на гэты раз пастаўце галачку ў 'опцыі \"Супольны спіс прайгравання\"."
390
+
391
+ #. Found in faq paragraph.
392
+ msgid "Make sure the OTHER flash content as a <strong>wmode</strong> set, preferably to 'opaque' or else 'transparent' but never 'window' or missing. For example, if your embedded object looks something like:"
393
+ msgstr "Пераканайцеся, што іншы флэш-кантэнт у выглядзе <strong>wmode</strong> ўсталяваны, пераважна, як 'непразрысты' ці ж 'празрысты', але ніколі не \"акно\" або адсутніючы. Напрыклад, калі ваш ўбудаваны аб'ект выглядае прыкладна так:"
394
+
395
+ #. Found in faq paragraph.
396
+ msgid "just add <code>&lt;param name=\"wmode\" value=\"opaque\" /&gt;</code> among the other parameters. Or if you are using an embed like:"
397
+ msgstr "проста дадайце <code>&lt;param name=\"wmode\" value=\"opaque\" /&gt;</code> сярод іншых параметраў. Ці, калі вы выкарыстоўваеце такія ўбудаванні, як:"
398
+
399
+ #. Found in faq paragraph.
400
+ msgid "just change that <code>wmode=\"window\"</code> to <code>wmode=\"opaque\"</code> or add the attribute if it is missing."
401
+ msgstr "проста змяніце <code>wmode=\"window\"</code> на <code>wmode=\"opaque\"</code> або дадайце атрыбут, калі ён адсутнічае."
402
+
403
+ #. Found in faq paragraph.
404
+ msgid "First go to your <strong>Settings &gt; Media</strong> admin page and activate the <strong>Inline</strong> option under the FancyBox settings. After saving, the amin page will show a new section called Inline where you can tweak its parameters."
405
+ msgstr "Па-першае перайдзіце на старонку <strong> Налады >Медыя</strong> старонцы адміністратара і актываваць параметр <strong>Iнлайн</strong> у наладах FancyBox. Пасля захавання старонкі адмін пакажа новы раздзел пад назвай Iнлайн, дзе вы можаце наладзіць яго параметры."
406
+
407
+ #. Found in faq paragraph.
408
+ msgid "Next, open your page/post for editing in the HTML tab and wrap the inline content in"
409
+ msgstr "Затым адкрыйце старонку/запіс для рэдагавання на ўкладцы HTML і змесціце туды убудаванае змесціва"
410
+
411
+ #. Found in faq paragraph.
412
+ msgid "Then place a FancyBox link tag with class attribute \"fancybox-inline\" anywhere else in the post/page content that will point to the inline content like"
413
+ msgstr "Затым змесціце тэг спасылкі FancyBox у клас атрыбуту \"fancybox-inline\" дзе-небудзь яшчэ ў змесце запісу/старонкі, якія будуць паказваць на інлайн-змесціва як"
414
+
415
+ #. Found in faq paragraph.
416
+ msgid "NOTE: The wrapping divs ID <em>must</em> be unique and it must correspond with the links HREF with a # in front of it. When using the above example for more FancyBox inline content (hidden div + opening link) combinations on one page, give the second one the ID fancyboxID-2 and so on..."
417
+ msgstr "ЗАЎВАГА: Абгортка divs ID <em>павінна</em> быць унікальнай, і яна павінена адпавядаць спасылцы HREF з # перад ім. Пры выкарыстанні прыведзенага вышэй прыкладу для большай часткі ілайн-змесціва FancyBox (схаваны div + адкрываючая спасылка) камбінацый на адной старонцы, даюць другі ідэнтыфікатар fancyboxID-2 і гэтак далей ..."
418
+
419
+ #. Found in faq paragraph.
420
+ msgid "NOTE 2: If you find that the inline contect shown in FancyBox is styled very different than the rests of the page content, then you might want to change the div tag attribute <code>class=\"hentry\"</code> to something else that matches your theme. Find out what class name is used for the main content on your site and re-use that."
421
+ msgstr "ЗАЎВАГА 2: Калі вы выявілі, што ўбудаваны змест, паказаны ў FancyBox моцна адрозніваецца ад рэшткаў змесціва старонкі, то вы можаце захацець змяніць атрыбут тэга div <code>class=\"hentry\"</code> на нешта іншае боьш адпавядаючае вашай тэме. Даведайцеся, якое імя класа выкарыстоўваецца для асноўнага кантэнту на вашым сайце і паўторна выкарыстайце яго."
422
+
423
+ #. Found in faq paragraph.
424
+ msgid "Yes. There are several methods imaginable but the easiest would be to use the Inline method. First go to your Settings &gt; Media admin page and enable the Inline Content option. Next, go back to edit your post or page in the Text editor tab. The inline content can be a shortcode like in this example using Contact Forms 7 and Easy FancyBox:"
425
+ msgstr "Так. Ёсць некалькі мажлівых метадаў, але прасцей за ўсё было б выкарыстаць метад Inline. Спачатку зайдзіце ў Налады >старонка адміністратара Медыя і ўключыце опцыю Content Inline. Затым вярніцеся адрэдагаваць пошту ці на старонку на ўкладцы Тэкставы рэдактар. Iнлайн-змест можа быць шорткодам, як у гэтым прыкладзе з дапамогай кантактных формаў 7 і Easy FancyBox:"
426
+
427
+ #. Found in faq paragraph.
428
+ msgid "Where you replace the shortcode (between the [ and ] characters) with the one given by the plugin. It can also work with shortcode by other plugins like Jetpack's Contact Form module. Change the class attribute to reflect the class used for the div that wraps your post content to have any form CSS style rules that are limited to post content, be applied to the inline content inside FancyBox."
429
+ msgstr "Дзе вы заменіце шорткод (паміж [ і ] сімваламі) з аднімй зададзеным плагінам. Ён таксама можа працаваць з шорткодом і іншымі плагінамі, такімі як модуль Jetpack's Contact Form модуль. Зменіце атрыбут класа, каб адлюстраваць клас, які выкарыстоўваецца для div, які абгортвае свой пост кантэнту, каб мець нейкія правілы стыляў CSS формы, якія абмежоўваюць размяшчэнне кантэнту і прымяняюцца для ўбудаванага зместу ўнутры FancyBox."
430
+
431
+ #. Found in faq paragraph.
432
+ msgid "Yes. A link that has the ID <strong>fancybox-auto</strong> (Note: there can be only ONE link like that on a page!) will be triggered automatically on page load."
433
+ msgstr "Так. Спасылка, якая мае ідэнтыфікатар <strong>fancybox-auto</strong> (Заўвага: можа быць толькі адна такая спаылка на старонцы) будзе аўтаматычна запускаецца пры загрузцы старонкі."
434
+
435
+ #. Found in faq paragraph.
436
+ msgid "Use the instructions above for inline content but this time give the link also <code>id=\"fancybox-auto\"</code> (leave the class too) and remove the anchor text to hide it. Now the hidden div content will pop up automatically when a visitor opens the page."
437
+ msgstr "Выкарыстоўвайце інструкцыі вышэй для убудаванага змесціва, але таксама дадавайце спасылку <code>id=\"fancybox-auto\"</code> (таксама пакіньце клас) і выдаліце якарны тэкст, каб схаваць яго. Цяпер схаваны div змест з'явіцца аўтаматычна, калі наведвальнік адкрывае старонку."
438
+
439
+ #. Found in faq paragraph.
440
+ msgid "Same can be done with an image, flash movie, PDF or iframe link! But please remember there can be only <strong>one</strong> item using the ID fancybox-auto per page..."
441
+ msgstr "Тое ж самае можна зрабіць з выявай, флэш-ролікам, PDF або IFrame спасылкаю! Але, калі ласка, памятайце, што можа быць толькі <strong>адзін /strong>элемент, які выкарыстоўвае ID fancybox-auto на старонцы ..."
442
+
443
+ #. Found in faq paragraph.
444
+ msgid "Yes. But it depends on you theme what you need to do to make it work. If you are on WordPress 3+ and your theme supports the new internal Custom Menu feature or if you are using a custom menu in a sidebar widget, it's easy:"
445
+ msgstr "Так. Але ад вашай тэмы залежыць тое, што вам трэба зрабіць, каб прымусіць яе працаваць. Калі вы знаходзіцеся на WordPress 3+ і ваша тэма падтрымлівае новую ўнутраную функцыю карыстацкага меню або, калі вы выкарыстоўваеце карыстацкае меню ў бакавой панэлі віджэтаў, гэта робіцца лёгка:"
446
+
447
+ #. Found in faq paragraph.
448
+ msgid "If you are on an older version of WordPress or if you cannot use WP's Menus, you will need to do some heavy theme hacking to get it to work. Basically, what you need to achieve is that the menu item you want opened in a lightbox overlay, should get a class=\"fancybox-iframe\" tag."
449
+ msgstr "Калі вы знаходзіцеся на старой версіі WordPress, або калі плагін не можаце выкарыстоўваць меню WP, вам трэба будзе зрабіць некаторыя змены ў тэме, каб прымусіць яе працаваць. У прынцыпе, для адкрыцця ў накладанні лайтбокс, ён павінен атрымаць class=\"fancybox-iframe\" тэг."
450
+
451
+ #. Found in faq paragraph.
452
+ msgid "Yes. Designed to work with <strong>Network Activate</strong> and does not require manual activation on each site in your network."
453
+ msgstr "Так. Прызначаны для працы з <strong>Network Activate</strong> і не патрабуе ручной актывацыі на кожным сайце ў сеткі."
454
+
455
+ #. Found in remaining content header.
456
+ msgid "Known Issues"
457
+ msgstr "Вядомыя Праблемы"
458
+
459
+ #. Found in remaining content header.
460
+ msgid "General"
461
+ msgstr "Агульнае"
462
+
463
+ #. Found in remaining content header.
464
+ msgid "Plugin conflicts"
465
+ msgstr "Канфлікты плагіна"
466
+
467
+ #. Found in remaining content header.
468
+ msgid "Theme conflicts"
469
+ msgstr "Канфлікты тэмы"
470
+
471
+ #. Found in remaining content header.
472
+ msgid "Other"
473
+ msgstr "Iншае"
474
+
475
+ #. Found in remaining content header.
476
+ msgid "Trouble Shooting"
477
+ msgstr "Пошук Няспраўнасцяў"
478
+
479
+ #. Found in remaining content header.
480
+ msgid "Basic checks"
481
+ msgstr "Асноўныя Праверкі"
482
+
483
+ #. Found in remaining content header.
484
+ msgid "General trouble shooting steps"
485
+ msgstr "Агульныя крокі па ліквідацыі непаладак"
486
+
487
+ #. Found in remaining content header.
488
+ msgid "Theme Incompatibility checks"
489
+ msgstr "Праверка сумяшчальнасці тэм"
490
+
491
+ #. Found in remaining content header.
492
+ msgid "Plugin Incompatibility checks"
493
+ msgstr "Плагін праверкі сумяшчальнасці"
494
+
495
+ #. Found in remaining content header.
496
+ msgid "Translation"
497
+ msgstr "Пераклад"
498
+
499
+ #. Found in remaining content list item.
500
+ msgid "<strong>Outbound links or Downloads tracking</strong> in some of the stats plugins can interfere with FancyBox."
501
+ msgstr "<strong>Выходныя спасылкі або файлы адсочвання</strong> у некаторых плагінаў з статыстыкі можа перашкодзіць FancyBox."
502
+
503
+ #. Found in remaining content list item.
504
+ msgid "All plugins and themes that do not use <code>wp-enqueue-script</code> properly to include script libraries or extension files. Continue reading to see if you are using one of the know ones or follow the troubleshooting steps to find out what is conflicting on your site."
505
+ msgstr "Усе плагіны і тэмы, якія не выкарыстоўваюць <code>wp-enqueue-script</code> правільна ўключаюць бібліятэкі скрыптоў або файлаў пашырэння. Працягвайце чытанне, каб убачыць, ці выкарыстоўваеце вы адзін з іх або выканайце дзеянні па ліквідацыі непаладак, каб высветліць, што канфліктуе на вашым сайце."
506
+
507
+ #. Found in remaining content list item.
508
+ msgid "All themes that are missing one or both of the obligatory <code>&lt;?php wp_head(); ?&gt;</code> in the header.php and <code>&lt;?php wp_footer(); ?&gt;</code> call just before the closing <code>&lt;/body&gt;</code> tag in their footer.php template or elsewhere."
509
+ msgstr "Усе тэмы, ў якіх адсутнічае адзін або абодва абавязковага <code>&lt;?php wp_head(); ?&gt;</code> у header.php і <code>&lt;?php wp_footer(); ?&gt;</code> выклікаюць непасрэдна перад яе закрыццем <code>&lt;/body&gt;</code> тэг у іх шаблоне footer.php або ў іншым месцы."
510
+
511
+ #. Found in remaining content list item.
512
+ msgid "<strong>Autoptimize</strong> needs to have either (at least) the option \"Force JavaScript in \" checked or both jQuery and the fancybox script files need to be excluded."
513
+ msgstr "<strong>Autoptimize </strong> павінен мець альбо (па меншай меры) выбар опцыі \"Force JavaScript у\" праверкі ці як jQuery і файлы сцэнарыяў FancyBox павінны быць выключаныя."
514
+
515
+ #. Found in remaining content list item.
516
+ msgid "<strong>All in One SEO Pack</strong> and <strong>Analytics for WordPress</strong> with outbound link tracking enabled. Disable that feature."
517
+ msgstr "<strong>Усё ў адным SEO абнаўлення </strong> і <strong> Аналітыка для WordPress</strong> з выходнага адсочвання спасылак ўключана. Адключыць гэтую функцыю."
518
+
519
+ #. Found in remaining content list item.
520
+ msgid "<strong>Better WP Security</strong> randomly changes version numbers in linked file URLs, breaking the FancyBox stylesheet. Disable the option \"Display random version number to all non-administrative users\" in the Better WP Security settings."
521
+ msgstr "<strong>Лепшы WP Security </strong> выпадковым чынам змяняе нумары версій ў звязаных URL-файлаў, парушаючы табліцы стыляў FancyBox. Адключэнне опцыі \"Паказваць выпадковы нумар версіі для ўсіх карыстальнікаў, якія не з'яўляюцца адміністратарамі\" у наладах лепш рабіць WP Security."
522
+
523
+ #. Found in remaining content list item.
524
+ msgid "By default <strong>Google Analytics for WordPress</strong> converts links like <code>href=\"#anyID\"</code> to <code>href=\"http://yoursite.url/page/#anyID\"</code>, disabling inline content shown in FancyBox."
525
+ msgstr "Па змаўчанні <strong>Google Analytics для WordPress </strong> пераўтворыць спасылкі тыпу <code>href=\"#anyID\"</code> на <code>href=\"http://yoursite.url/page/#anyID\"</code>, адключэнне убудаванага кантэнту, паказанага на FancyBox."
526
+
527
+ #. Found in remaining content list item.
528
+ msgid "<strong>jQuery Updater</strong> moves jQuery to version 2+ wich is incompatible."
529
+ msgstr "<strong>jQuery Updater</strong> перамяшчае Jquery да версіі 2+, якая з'яуляецца несумяшчальнай."
530
+
531
+ #. Found in remaining content list item.
532
+ msgid "Both the <strong>uBillBoard</strong> and <strong>Camera slideshow</strong> have their own easing script hard-coded which conflicts with the one in Easy FancyBox. The only way around the conflict is to set both the Easing In and Easing Out options on your Settings &gt; Media page to <strong>Swing</strong>."
533
+ msgstr "І <strong>uBillBoard</strong>і <strong>Camera slideshow</strong> маюць свой уласны сцэнар паслаблення жорстка закадавана, які ўступае ў канфлікт з тым жа самым у Easy FancyBox. Адзіны шлях вавырашыць канфлікт, гэта усталяваць як змякчэнне і выцясненне параметра на старонцы налад &gt; і Медыя <strong>Swing</strong."
534
+
535
+ #. Found in remaining content list item.
536
+ msgid "<strong>Wordpress Firewall 2</strong> blocks access to image files needed for porper display of the FancyBox overlay in older IE and other non-css3 browsers."
537
+ msgstr "<strong>Wordpress Firewall 2</strong> блакуе доступ да файлаў малюнкаў, неабходных для карэктнага адлюстравання накладання FancyBox ў больш старых IE і іншых не-CSS3 браўзэраў."
538
+
539
+ #. Found in remaining content list item.
540
+ msgid "<strong>WordPress Amazon Associate</strong>: A script provided by Amazon and the FancyBox script are incompatible. Disabling <em>Product Preview</em> in the <strong>WP - Amazon &gt; Settings</strong> page should work around the issue."
541
+ msgstr "<strong>WordPress Amazon Associate</strong>: Сцэнар забяспечаны Amazon і сцэнар FancyBox несумяшчальныя. Адключэнне <em>Прагляд прадукту</em> на старонцы <strong>WP - Amazon &gt; Налады </strong> павінна абыйсці гэтую праблему."
542
+
543
+ #. Found in remaining content list item.
544
+ msgid "<strong>WP Slimstat</strong> plugin interferes with the Easy FancyBox script for YouTube url conversion. When clicking a Youtube link, the movie opens in an overlay as it is supposed to but immediately after that, the complete page gets redirected to the original YouTube page. Adding a <code>class=\"noslimstat\"</code> to the link is reported to work around the issue."
545
+ msgstr "<strong>WP Slimstat</strong> плагіна перашкаджае сцэнару Easy FancyBox для YouTube url канвертацыі. Пры націску на спасылку Youtube, фільм адкрываецца ў выглядзе накладання, як мяркуецца, але адразу ж пасля гэтага, поўная старонка перанакіроўваецца на зыходную старонку YouTube. Даданне <code>class=\"noslimstat\"</code> у спасылцы дапамагае абыйсці гэтую праблему."
546
+
547
+ #. Found in remaining content list item.
548
+ msgid "When using <strong>WP-Minify</strong>, the javascript files like <code>fancybox/jquery.fancybox-X.X.X.pack.js</code> and others need to be excluded from minification."
549
+ msgstr "Пры выкарыстанні <strong>WP-Minify</strong>, то javascript файлы, такія як <code>fancybox/jquery.fancybox-X.X.X.pack.js</code> і іншыя павінны быць выключаныя з минификация."
550
+
551
+ #. Found in remaining content list item.
552
+ msgid "When using <strong>W3 Total Cache</strong>, minification needs to be switched off. You can try to run <strong>WP-Minify</strong> alongside W3TC to be able to exclude fancybox files (as suggested above) ans still have page speed benefit from minification."
553
+ msgstr "Пры выкарыстанні <strong>W3 Total Cache</strong>, минификация павінна быць выключана. Вы можаце паспрабаваць запусціць <strong>WP-Minify</strong> нароўні з W3TC, каб мець магчымасць выключыць FancyBox файлы (як ужо гаварылася вышэй) i атрымаць больш выгады ад минификация."
554
+
555
+ #. Found in remaining content list item.
556
+ msgid "<strong>Twenty Eleven</strong> uses a very high stacking order (z-index: 9999) for the top image and menu div, resulting in FancyBox content being partially hidden under the page header. Work-around: Use the plugin <a href=\"http://wordpress.org/plugins/safecss/\">Custom CSS</a> or <a href=\"http://wordpress.org/plugins/jetpack/\">Jetpack</a> and add on the new Appearance &gt; Edit CSS admin page the rule <code>#branding { z-index:999; }</code>"
557
+ msgstr "<strong>Twenty Eleven</strong> выкарыстоўвае вельмі высокі парадак накладання (z-index: 9999) для верхняга малюнка і меню div, у выніку чаго змест FancyBox быўшы часткова схаваныя пад загалоўкам старонкі. Абыходны: Выкарыстоўвайце плагін <a href=\"http://wordpress.org/plugins/safecss/\">Карыстальніцкія CSS </a> або <a href=\"http://wordpress.org/plugins/jetpack/\">Jetpack</a> і дадайце новы Вiд&gt; Рэдагаваць старонку CSS адмiна згодна з правілам <code>#branding { z-index:999; }</code>"
558
+
559
+ #. Found in remaining content list item.
560
+ msgid "Older versions of <strong>Elegant Themes</strong> have FancyBox integrated in a hard-coded way, making them incompatible with Easy FancyBox. In the latest versions of these themes, there is an option to disable the included FancyBox. Use this option to make your theme compatible with Easy FancyBox :)"
561
+ msgstr "Старыя версіі <strong>Elegant Themes</strong> маюць FancyBox жорстка інтэграваным закадаванымі спосабамі, што робіць іх несумяшчальнымі з Easy FancyBox. У апошніх версіях гэтых тэм, ёсць магчымасць адключыць які ўваходзіць у камплект пастаўкі FancyBox. Выкарыстоўвайце гэтую опцыю, каб зрабіць вашу тэму сумяшчальны з Easy FancyBox :)"
562
+
563
+ #. Found in remaining content list item.
564
+ msgid "The <strong>Mystique</strong> theme has two option called \"Lightbox\" and \"Optimize website for faster loading\" that will break Easy FancyBox. Disable both in Mystique's options &gt; Advanced."
565
+ msgstr "<strong>Mystique</strong> тэма мае дзве опцыі пад назвай \"Lightbox\" і \"Аптымізацыя вэб-сайта для больш хуткай загрузкі\", што парушыць Easy FancyBox. Адключэнне у опцыі Містык; Advanced."
566
+
567
+ #. Found in remaining content list item.
568
+ msgid "<strong>Imbalance</strong> and other themes that uses the Photo Galleria jQuery extension: turn of the JSGallery option."
569
+ msgstr "<strong>Imbalance</strong> і іншыя тэмы, якія выкарыстоўвае пашырэнне Photo: JSGallery выключенне опцыі галерэі."
570
+
571
+ #. Found in remaining content list item.
572
+ msgid "Themes like <strong>Envisioned</strong>, <strong>Chameleon</strong> and many others have FancyBox baked in. There is no solution other than stripping the theme of all FancyBox related code or disable the plugin and use the theme provided version..."
573
+ msgstr "Тэмы, такія як <strong>Envisioned</strong>, <strong>Chameleon</strong> і многія іншыя не праыцюць з FancyBox. Няма ніякага рашэння, акрамя зачысткі тэмы ўсяго кода, звязанага з FancyBox плагінам і адключэннем яго і выкарыстаннем гэтай тэмы пры даннай версіі..."
574
+
575
+ #. Found in remaining content list item.
576
+ msgid "Themes based on the <strong>Thesis</strong> framework might see issues in IE 8, for which <a href=\"http://voidzonemedia.com/solutions/thesis-ie8-remove-ie7-emulation/\">a hack has been proposed</a>"
577
+ msgstr "Тэмы, заснаваныя ў межах <strong>Thesis</strong> могуць мець праблемы ў IE 8, для якіх <a href=\"http://voidzonemedia.com/solutions/thesis-ie8-remove-ie7-emulation/\">хак быў прапанаваны</a>"
578
+
579
+ #. Found in remaining content list item.
580
+ msgid "When showing an iframe as inline content in FancyBox -- not advised, use fancybox-iframe instead! -- the iframe will become blank after opening and closing it. The solution is to link directly to the iframe source and use <code>class=\"fancybox-iframe\"</code> instead."
581
+ msgstr "Калі iframe паказваецца як змесціва убудаванага ў FancyBox - гэта не рэкамендуецца, выкарыстоўвайце FancyBox-iframe замест гэтага! - Функцыя iframe стане пустой пасля адкрыцця і закрыцця. Рашэнне складаецца ў тым, каб звязаць непасрэдна iframe і яго крыніцу, выкарыстоўвайце <code>class=\"fancybox-iframe\"</code> замест гэтага."
582
+
583
+ #. Found in remaining content list item.
584
+ msgid "Embedded flash content that has no wmode or wmode 'window', is displayed above the overlay and other javascript rendered content like dropdown menus. WordPress does NOT check for missing wmode in oEmbed generated embed code. Since version 1.3.4.5, the missing wmode is added by this plugin for WP (auto-)embeds but not for other user-embedded content. Please make sure you set the wmode parameter to 'opaque' (best performance) or 'transparent' (only when you need transparency) for your embedded content."
585
+ msgstr "Убудаванае флэш-змесціва, якое не мае wmode фбо wmode 'window', адлюстроўваецца над накладкай і іншых javascript змесцівах, як расчынеюцца меню. WordPress не правярае адсутнасць wmode ў oEmbed генеруемым кодзе. Пачынаючы з версіі 1.3.4.5, адсутны wmodе дадаецца для WP (аўта-)накладак, але не для іншых ўбудавальных карыстальнікамі кантэнтаў. Калі ласка, пераканайцеся, што вы ўсталявалі параметр wmode ў 'непразрыстай' (лепшае выкананне) ці \"празрыстымі\" (толькі тады, калі патрэбна празрыстасць) для вашага убудаванага кантэнту."
586
+
587
+ #. Found in remaining content list item.
588
+ msgid "Make sure that thumbnail images are linked <em>directly</em> to their larger counterpart, not to a dynamic WordPress page that includes the larger image. This means when you insert an image in your posts or pages, you need to select <code>File URL</code> at the <strong>Link</strong> option instead of <code>Page URL</code>. You'll have to manually edit your old posts if you have always inserted images with <code>Page URL</code> before, FancyBox cannot do this for you."
589
+ msgstr "Пераканайцеся, што паменшаныя малюнкі звязаныя <em>непасрэдна</em> для іх большай часткі, а не да дынамічнай старонцы WordPress, які ўключае ў сябе павялічаны малюнак. Гэта азначае, што пры ўстаўцы выявы ў вашых паведамленнях або старонак, вам трэба выбраць <code>File URL</code> на варыянт замест <strong>Link</strong> на варыянт замест<code>Page URL</code>.Вам давядзецца ўручную рэдагаваць свае старыя паведамленні, калі вы заўсёды ўставіць выявы <code>Page URL</code> перад тым, FancyBox не можа зрабіць гэта для вас."
590
+
591
+ #. Found in remaining content list item.
592
+ msgid "Make sure you have all the needed media and their <em>Auto-detect</em> options activated on your <strong>Settings &gt; Media</strong> admin page. If you are using images in other formats that JPG, GIF or PNG, you need to add the extensions to the Auto-detect field for Images. Please note: The image file names must actaully <em>end</em> with that extension! This means that if you have an image file that (for example) has <em>no</em> extension (does not end with .jpg or any other) even if is in JPEG compressed format, the FancyBox will not be able to detect is as an image. You will need to manually give those links the class <code>fancybox</code> to trigger FancyBox."
593
+ msgstr "Пераканайцеся, што ў Вас ёсць усе неабходныя сродкі масавай інфармацыі і іх выяўленне <em>Auto-detect</em> параметры ўключаны на <strong>Settings &gt; Media</strong> старонцы адміністратара. Калі вы выкарыстоўваеце выявы ў іншых фарматах, JPG, GIF ці PNG, трэба, каб дадаць пашырэння для аўтавызначэння поля для малюнкаў. Звярніце ўвагу: Імёны файлаў малюнкаў павінны <em>заканчвацца</em> з гэтым пашырэннем! Гэта азначае, што калі ў вас ёсць файл выявы, які (напрыклад) мае <em>no</em> пашырэння (не сканчаецца .jpg або любы іншы), нават калі ў JPEG сціснутым фармаце, то FancyBox не будзе ў стане выявіць гэта як малюнак. Вам трэба будзе ўручную даць гэтыя спасылкі клас <code>fancybox</code>, каб выклікаць FancyBox."
594
+
595
+ #. Found in remaining content list item.
596
+ msgid "Switch off all other plugins and switch your sites appearance to the default Twenty Eleven theme. FancyBox should work now. If so, continue with the next step. If not, re-install the plugin and verify the basic steps above. Then open any page on your site and view the source code by right-clicking on an empty section and selecting 'View source...' (or similar). Find in the <code>&lt;head&gt;</code> section a referenced stylesheet <code>easy-fancybox.css.php?ver=x.x.x</code> and copy the full URL. Paste that URL in the address bar of a new browser tab to open the stylesheet directly. It should open without any errors and show a lot of stylesheet rules on a single line. If not, there is some incompatibility with your servers PHP setup. Please ask on the <a href=\"http://wordpress.org/tags/easy-fancybox\">Easy FancyBox WordPress forum</a> or go to the <a href=\"http://status301.net/wordpress-plugins/easy-fancybox/\">development site</a>."
597
+ msgstr "Выключыце ўсе іншыя ўбудовы і пераключыце від вашага сайта на тэму па змаўчанні Twenty Eleven. FancyBox павінна працаваць. Калі гэта так, пераходзіце да наступнага кроку. Калі не, трэба паўторна ўсталяваць убудову і праверыць асноўныя дзеянні, апісаныя вышэй. Затым адкрыйце любую старонку на вашым сайце і праглядаць зыходны код, пстрыкнуўшы правай кнопкай мышы на пустым участку і выбраць опцыю \"Прагляд крыніцы ...\" (ці аналагічны). Знайсці ў <code>&lt;head&gt;</code> раздзел спасылкавых табліцы стыляў <code>easy-fancybox.css.php?ver=x.x.x</code> і скапіяваць поўны URL. Ўстаўце гэты URL у адраснай радку новай укладкі браўзэра, каб адкрыць табліцу стыляў непасрэдна. Ён павінен адкрыцца без якіх-небудзь памылак і паказаць шмат правілаў табліц стыляў на адной радку. Калі няма, то ёсць некаторая несумяшчальнасць з вашай ўстаноўкі сервера PHP. Калі ласка, звярніцеся на <a href=\"http://wordpress.org/tags/easy-fancybox\"> Easy FancyBox WordPress форум</a> або перайдзіце на старонку <a href=\"http://status301.net/wordpress-plugins/easy-fancybox/\" распрацоўка сайта</a>."
598
+
599
+ #. Found in remaining content list item.
600
+ msgid "Switch back to your original theme and check if FancyBox is still working. If so, continue with the next step. If not, See the Theme Incompatibility checks below."
601
+ msgstr "Вярніцеся да зыходнай тэме і праверце, ці працуе FancyBox. Калі гэта так, пераходзіце да наступнага кроку. Калі не, глядзі праверкі Сумяшчальнасці Тэмы ніжэй."
602
+
603
+ #. Found in remaining content list item.
604
+ msgid "One by one, switch each plugin that you had running before back ON. Keep checking to see at which point FancyBox starts failing and you will hve found the conflicting plugin."
605
+ msgstr "Адзін за адным, пераключыце кожны плагін, які працуе. Працягвайце правяраць, каб убачыць у які момант FancyBox пачынае збівацца, і з якім плагінам ён канфліктуе."
606
+
607
+ #. Found in remaining content list item.
608
+ msgid "See known theme conflicts above first, then continue with these following steps."
609
+ msgstr "Глядзі тэму вядомыя канфлікты вышэй, а затым працягнвай гэтыя наступныя крокі."
610
+
611
+ #. Found in remaining content list item.
612
+ msgid "Make sure your theme is capable of placing the needed javascript and css in the page header. Open any page on your site and view the source code by right-clicking on an empty section and selecting 'View source...' (or similar). There you will need to check of there are any references to javascript files like <code>jquery.fancybox-x.x.x.pack.js?ver=x.x.x</code> in the <code>&lt;head&gt;</code> section. There should also be a <code>easy-fancybox.css.php?ver=x.x.x</code> and some javascript that starts with <code>&lt;!-- Easy FancyBox 1.3.4.9 using FancyBox 1.3.4 - RavanH (http://status301.net/wordpress-plugins/easy-fancybox/) --&gt;</code>... If it's not there, your theme is really out of date. Consider switching to a new theme fast!"
613
+ msgstr "Пераканайцеся, што ваша тэма здольная змясціць неабходны JavaScript і CSS у загалоўку старонкі. Адкрыйце любую старонку на вашым сайце і праглядаць зыходны код, пстрыкнуўшы правай кнопкай мышы на пустым участку і выберыце опцыю \"Прагляд крыніцы ...\" (ці аналагічны). Там вам трэба будзе праверыць, ёсць якія-небудзь спасылкі на файлы JavaScript, такія як <code>jquery.fancybox-x.x.x.pack.js?ver=x.x.x</code> у <code>&lt;head&gt;</code> секцыі. Там таксама павінны быць <code>easy-fancybox.css.php?ver=x.x.x</code> і некаторыя Javascript, які пачынаецца з кода <code>&lt;!-- Easy FancyBox 1.3.4.9 з выкарыстаннем FancyBox 1.3.4 - RavanH (http://status301.net/wordpress-plugins/easy-fancybox/) --&gt;</code> ... Калі там няма, ваша тэма сапраўды састарэла. Падумайце аб пераходзе на новую тэму!"
614
+
615
+ #. Found in remaining content list item.
616
+ msgid "Check if your theme wraps post/page content in a div with class <code>hentry</code>. If it doesn't, you might need to edit the option <code>Section(s)</code> on <strong>Settings &gt; Media</strong> to reflect the class (or ID) name of the div that holds post/page content."
617
+ msgstr "Праверце, ці ваша тэма працуе пасля ўтрымання/старонкі ў div з класам <code>hentry</code>. Калі гэтага не адбываецца, вам, магчыма, спатрэбіцца змяніць параметр<code>Раздзел (ы)</code на <code>Налады &gt; Медыя </code>, каб адлюстраваць імя класа (ці ID) з div , які трымае пост ўтрыманне/старонкі."
618
+
619
+ #. Found in remaining content list item.
620
+ msgid "Make sure that your theme does not load the main jQuery library file more than once. Look for references to javascript files like <code>jquery.js?ver=x.x.x</code> or <code>jquery.min.js</code> in the page source code. If you find more than one, try to find out in which theme template file that second reference is hard-coded and remove that line. Usually in header.php or footer.php"
621
+ msgstr "Пераканайцеся, што ваша тэма не загружае асноўны файл бібліятэкі jQuery больш чым адзін раз. Шукайце спасылкі на файлы, такія як яваскрипта <code>jquery.js?ver=x.x.x</code> або <code>jquery.min.js</code> у кодзе старонкі. Калі вы знаходзіце больш аднаго, паспрабуйце высветліць, у якім файле шаблону тэмы знжорстка закадавана другая спасылка і выдаліце гэты радок. Звычайна ў header.php або footer.php"
622
+
623
+ #. Found in remaining content list item.
624
+ msgid "Check if your theme loads another or the same lightbox script. Look for references to Thickbox, Prettyphoto, Lightbox2, Colorbox or FancyBox script files or code. These are very likely to cause the incompatibility and you will either have to remove these by hacking your theme or switch to another theme."
625
+ msgstr "Праверце, калі ваша тэма загружае іншы або адзін і той жа сцэнар лайтбокс. Шукайце спасылкі на Thickbox, Prettyphoto, Lightbox2, ColorBox або файлы сцэнарыяў FancyBox або кода. Вельмі верагодна, гэта выкліча несумяшчальнасць і вы павінны альбо выдаліць іх шляхам узлому вашай тэмы або пераключыцца на іншую тэму."
626
+
627
+ #. Found in remaining content list item.
628
+ msgid "If you followed the general trouble shooting steps above, you should now be aware of which plugin is conflicting whith Easy FancyBox. See known plugin conflicts above first. If the plugin and its solution are not mentioned there, continue with the following steps."
629
+ msgstr "Калі вы сутыкнуліся з агульнай праблемай, апісанай вышэй, цяпер вы павінны ведаць, які плагін канфліктуе з Easy FancyBox. Глядзі спіс вядомыя канфліктаў плагіна вышэй. Калі канфлікты плагіна і яго рашэнне не згадваюцца там, рабіце наступныя крокі."
630
+
631
+ #. Found in remaining content list item.
632
+ msgid "Make sure that the plugins do not make the main jQuery library file load more than once. Look for references to javascript files like <code>jquery.js?ver=x.x.x</code> or <code>jquery.min.js</code> in the page source code. If you find more than one, try to find out where that comes from."
633
+ msgstr "Пераканайцеся, што плагіны не робяць асноўны загрузкі файла бібліятэкі jQuery некалькі разоў. Шукайце спасылкі на файлы, такія як яваскрипта <code>jquery.js?ver=x.x.x</code> aбо <code>jquery.min.js</code> у кодзе старонкі. Калі вы знаходзіце больш аднаго, паспрабаваць высветліць, дзе гэта адбываецца."
634
+
635
+ #. Found in remaining content list item.
636
+ msgid "Check if your theme loads another or the same lightbox script or any other of the needed jQuery extensions like jquery.easing or jquery.mousewheel. Look for references to Thickbox, Prettyphoto, Lightbox2, Colorbox or FancyBox script files or code. These are very likely to cause the incompatibility and you will have to either find a setting in the other plugin to switch OFF the use of the conflicting script (possible in NextGEN for example, see under Advanced below) or choose between the two conflicting plugins."
637
+ msgstr "Праверце, калі ваша тэма загружае іншы або адзін і той жа сцэнар, лайтбокс або любы іншы з неабходных jQuery пашырэньні як jquery.easing або jquery.mousewheel. Шукайце спасылкі на Thickbox, Prettyphoto, Lightbox2, ColorBox або файлы сцэнарыяў FancyBox або кода. Гэта вельмі верагодна, выкліча несумяшчальнасць і вам прыйдзецца альбо знайсці налады ў іншы плагін, каб выключыць выкарыстанне канфліктуе сцэнара (магчыма ў NextGen, напрыклад, гл пад Advanced ніжэй) або выбраць паміж двума канфліктуючымі плагінамі."
638
+
639
+ #. Found in remaining content list item.
640
+ msgid "Install PoEdit on your computer."
641
+ msgstr "Усталюйце PoEdit на вашым кампутары."
642
+
643
+ #. Found in remaining content list item.
644
+ msgid "Go to this plugins /languages/ directory."
645
+ msgstr "Перайсці да гэтага плагіна/мовы/дырэкторыі."
646
+
647
+ #. Found in remaining content list item.
648
+ msgid "If there is no .po file that corresponds with your language yet, rename the template translation database easy-fancybox-xx_XX.po by replacing the xx with your language code and XX with your country code."
649
+ msgstr "Калі няма .po файла, які адпавядае вашай мове, перайменауйце шаблон базы дадзеных пераклад easy-fancybox-xx_XX.po заменай хх з кодам мовы і XX з кодам краіны."
650
+
651
+ #. Found in remaining content list item.
652
+ msgid "Open the .po file of your language with PoEdit."
653
+ msgstr "Адкрыйце .po файл з вашай мовай ў PoEdit."
654
+
655
+ #. Found in remaining content list item.
656
+ msgid "Go to Edit &gt; Preferences and on the tab Editor check the option to compile a .mo database on save automatically. Close with OK."
657
+ msgstr "Перайсці да Рэдагаваць&gt; Налады і на ўкладцы Рэдактар сцяжок для кампіляцыі .mo базы дадзеных для аўтаматычнага захавання. Зачыніць - ОК."
658
+
659
+ #. Found in remaining content list item.
660
+ msgid "Go to Catalog &gt; Settings and set your name, e-mail address, language and country. Close with OK."
661
+ msgstr "Перайсці ў Каталог &gt; Налады і ўсталяваць сваё імя, адрас электроннай пошты, мову і краіну. Зачыніць - ОК."
662
+
663
+ #. Found in remaining content list item.
664
+ msgid "Go to Catalog &gt; Update from POT-file and select the main easy-fancybox.pot file. Then accept all new and removed translation strings with OK."
665
+ msgstr "Перайсці ў Каталог &gt; Абнаўленне да POT-файла і выбраць асноўны файлeasy-fancybox.pot. Затым прыміце ўсе новыя і выдаленыя радкі перакладу з дапамогай OK."
666
+
667
+ #. Found in remaining content list item.
668
+ msgid "Now go ahead and start translating all the texts listed in PoEdit."
669
+ msgstr "Цяпер пачынайце перакладаць усе тэксты, пералічаныя ў PoEdit."
670
+
671
+ #. Found in remaining content list item.
672
+ msgid "When done, go to File &gt; Save to Save."
673
+ msgstr "Калі гэта зроблена, перайдзіце ў меню Файл >Захаваць, каб захаваць."
674
+
675
+ #. Found in remaining content list item.
676
+ msgid "Upload the automatically created easy-fancybox-xx_XX.mo database file (where xx_XX should now be your language and country code) to the plugins /languages/ directory on your WordPress site."
677
+ msgstr "Загрузіце аўтаматычна створаны файл базы дадзеных easy-fancybox-xx_XX.mo (дзе xx_XX зараз павінен быць ваш мову і код краіны) да плагіна/мовы/на вашым WordPress сайце."
678
+
679
+ #. Found in remaining content list item.
680
+ msgid "After verifying the translations work on your site, send the .mo file and, if you're willing to share it, your original .po file to ravanhagen@gmail.com and don't forget to tell me how and with what link you would like to be mentioned in the credits!"
681
+ msgstr "Пасля праверкі ці працуюць пераклады на вашым сайце, адправьце файл .mo і, калі вы гатовыя падзяліцца іv? зыходны файл .po ў ravanhagen@gmail.com і не забудзьцеся сказаць мне, што вам якую спасылку вам хацелася б адзначыць у спісу паваг!"
682
+
683
+ #. Found in remaining content paragraph.
684
+ msgid "If, after activation, your images do not open in a FancyBox overlay, there are several possible reasons. Some are easily solved, others are more difficult. Follow these basic checks to make sure everything is in place:"
685
+ msgstr "Калі пасля актывацыі, вашыя выявы не адчыняюцца ў FancyBox накладанні, ёсць некалькі магчымых прычын. Некаторыя з іх лёгка вырашаюцца, іншыя цяжэй. Выканайце наступныя асноўныя праверкі, каб пераканацца, што ўсё на месцы:"
686
+
687
+ #. Found in remaining content paragraph.
688
+ msgid "If you still do not get to see your images in FancyBox, ask on the <a href=\"http://wordpress.org/tags/easy-fancybox\">Easy FancyBox WordPress forum</a> or go to the <a href=\"http://status301.net/wordpress-plugins/easy-fancybox/\">development site</a>"
689
+ msgstr "Калі вы ўсё яшчэ не можаце бачыць выявы ў FancyBox, спытаеце на <a href=\"http://wordpress.org/tags/easy-fancybox\"> форум Easy FancyBox WordPress </a> або перайдзіце да <a href=\"http://status301.net/wordpress-plugins/easy-fancybox/\">распрацоўка сайта</a>"
690
+
691
+ #. Screenshot description.
692
+ msgid "<p>Example image with <strong>Overlay</strong> caption. This is the default way Easy FancyBox displays images. Other options are <strong>Inside</strong> and the old <strong>Outside</strong>.</p>"
693
+ msgstr "<p>Прыклад малюнка з <strong>Overlay</strong> загалоўкам. Гэта спосаб па змаўчанні Easy FancyBox адлюстроўвае малюнка. Іншыя варыянты strong>Inside</strong>і стары <strong>Outside</strong>. </p>"
694
+
695
+ #. Screenshot description.
696
+ msgid "<p>Example of a YouTube movie in overlay.</p>"
697
+ msgstr "<p>Прыклад відэа YouTube у накладкай. </p>"
698
+
699
+ #. Found in description header.
700
+ msgid "Translators"
701
+ msgstr "Перакладчыкі"
702
+
703
+ #. Found in description list item.
704
+ msgid "All common image types including webp <em>and</em> image maps"
705
+ msgstr "Ўсе распаўсюджаныя тыпы малюнкаў, уключаючы webp <em>and</em> карты выяў "
706
+
707
+ #. Found in description list item.
708
+ msgid "WordPress Galleries"
709
+ msgstr "WordPress Галерэі"
710
+
711
+ #. Found in description list item.
712
+ msgid "NextGEN galleries (see FAQs for instructions)"
713
+ msgstr "NextGen галерэі (глядзі часта задаваемыя пытанні для інструкцыі)"
714
+
715
+ #. Found in description list item.
716
+ msgid "Youtube galleries via Youtube Simple Gallery plugin (see FAQs for instructions)"
717
+ msgstr "Youtube галерэі праз Youtube Simple Gallery плагін (глядзі часта задаваемыя пытанні для інструкцыі)"
718
+
719
+ #. Found in description list item.
720
+ msgid "SWF (Flash) movies"
721
+ msgstr "Flash (SWF) фільмы"
722
+
723
+ #. Found in description list item.
724
+ msgid "SVG media images (thanks to Simon Maillard)"
725
+ msgstr "SVG медыя-малюнкі (дзякуючы Simon Майярд)"
726
+
727
+ #. Found in description list item.
728
+ msgid "Links to <strong>Youtube</strong>, <strong>Vimeo</strong> <em>and</em> <strong>Dailmotion</strong>"
729
+ msgstr "Спасылкі на <strong>Youtube</strong>, <strong>Vimeo</strong> <em>and</em> <strong>Dailmotion</strong>"
730
+
731
+ #. Found in description list item.
732
+ msgid "Hidden inline content"
733
+ msgstr "Схаванае инлайн-змесціва"
734
+
735
+ #. Found in description list item.
736
+ msgid "iFrames"
737
+ msgstr "iFrames"
738
+
739
+ #. Found in description list item.
740
+ msgid "PDF files"
741
+ msgstr "PDF файлы"
742
+
743
+ #. Found in description list item.
744
+ msgid "Auto-popup on page load"
745
+ msgstr "Аўтаматычнае ўсплывальнае акно пры загрузцы старонкі"
746
+
747
+ #. Found in description list item.
748
+ msgid "links inside Gravity Forms in ajax mode"
749
+ msgstr "спасылкі ўнутры Gravity Forms у рэжыме Аякс"
750
+
751
+ #. Found in description list item.
752
+ msgid "<strong>Croatian</strong> * Ivan Capan (version 1.5.6)"
753
+ msgstr "<strong>Харвацкая </strong> * Іван Капан (версія 1.5.6)"
754
+
755
+ #. Found in description list item.
756
+ msgid "<strong>Czech</strong> * Eldenroot (version 1.5.5)"
757
+ msgstr "<strong>Чэшская </strong> * Eldenroot (версія 1.5.5)"
758
+
759
+ #. Found in description list item.
760
+ msgid "<strong>Dutch</strong> * R.A. van Hagen, http://status301.net (version 1.5.6)"
761
+ msgstr "<strong>Нідэрландскі</strong> * R.A. van Hagen, http://status301.net (версія 1.5.6)"
762
+
763
+ #. Found in description list item.
764
+ msgid "<strong>French</strong> * Emmanuel Maillard (version 1.5.5)"
765
+ msgstr "<strong>Французская</strong> * Эмануэль Мэйло (версія ion 1.5.5)"
766
+
767
+ #. Found in description list item.
768
+ msgid "<strong>Greek</strong> * Dimitrios Kaisaris, http://www.foodblogstarter.com (version 1.5.7)"
769
+ msgstr "<strong>Грэчаская</strong> * Дзiмitrыфс Кайсарыс, http://www.foodblogstarter.com (версія 1.5.7)"
770
+
771
+ #. Found in description list item.
772
+ msgid "<strong>Gujarati</strong> * Apoto Team, http://www.apoto.com (version 1.5.0)"
773
+ msgstr "<strong>Гуяраці</strong> * Apoto Team, http://www.apoto.com (версія 1.5.0)"
774
+
775
+ #. Found in description list item.
776
+ msgid "<strong>Hindi</strong> * Outshine Solutions, http://outshinesolutions.com (version 1.3.4.9)"
777
+ msgstr "<strong>Хіндзі</strong> * Outshine Solutions, http://outshinesolutions.com (версія 1.3.4.9)"
778
+
779
+ #. Found in description list item.
780
+ msgid "<strong>Indonesian</strong> * Nasrulhaq Muiz, http://al-badar.net (version 1.5.5)"
781
+ msgstr "<strong>Iнданезійская</strong> * Nasrulhaq Muiz, http://al-badar.net (версія 1.5.5)"
782
+
783
+ #. Found in description list item.
784
+ msgid "<strong>Lithuanian</strong> * Vincent G, http://www.host1free.com (version 1.3.4.9)"
785
+ msgstr "<strong>Літоўская</strong> * Vincent G, http://www.host1free.com (версія 1.3.4.9)"
786
+
787
+ #. Found in description list item.
788
+ msgid "<strong>Persian</strong> * Ali Akbar Kaviani, http://www.wiki10.net (version 1.5.2)"
789
+ msgstr "<strong>Фарсі</strong> * Ali Akbar Kaviani, http://www.wiki10.net (версія 1.5.2)"
790
+
791
+ #. Found in description list item.
792
+ msgid "<strong>Polish</strong> * Kamil Szymański (version 1.3.4.9)"
793
+ msgstr "<strong>Польская</strong> * Kamil Szymański (версія 1.3.4.9)"
794
+
795
+ #. Found in description list item.
796
+ msgid "<strong>Romanian</strong> * Web Geek Sciense, http://webhostinggeeks.com/ (version 1.3.4.9)"
797
+ msgstr "<strong>Румнская</strong> * Web Geek Sciense, http://webhostinggeeks.com/ (версія 1.3.4.9)"
798
+
799
+ #. Found in description list item.
800
+ msgid "<strong>Russian</strong> * Ivanka Skakun from Everycloud, http://www.everycloudtech.com/ (version 1.5.8)"
801
+ msgstr "<strong>Руская</strong> * Iванка Скакун з Everycloud, http://www.everycloudtech.com/ (версія 1.5.8)"
802
+
803
+ #. Found in description list item.
804
+ msgid "<strong>Serbo-Croatian</strong> * Andrijana Nikolic, http://webhostinggeeks.com/wordpresshosting.html (version 1.5.2) + translation of this page on http://science.webhostinggeeks.com/easy-fancybox"
805
+ msgstr "<strong>Сербахарвацкайя</strong> * Andrijana Nikolic, http://webhostinggeeks.com/wordpresshosting.html (версія 1.5.2) +пераклад гэтай старонкі на http://science.webhostinggeeks.com/easy-fancybox"
806
+
807
+ #. Found in description list item.
808
+ msgid "<strong>Slovak</strong> * Jan Fajcak, http://fajo.name/ (version: 1.5.7)"
809
+ msgstr "<strong>Славацкая</strong> * Jan Fajcak, http://fajo.name/ (версія : 1.5.7)"
810
+
811
+ #. Found in description list item.
812
+ msgid "<strong>Spanish</strong> * David Pérez, http://www.closemarketing.es (version 1.3.4.9)"
813
+ msgstr "<strong>Iспанская</strong> * David Pérez, http://www.closemarketing.es (версія 1.3.4.9)"
814
+
815
+ #. Found in description list item.
816
+ msgid "<strong>Turkish</strong> * Hakan Er, http://hakanertr.wordpress.com/ (version: 1.5.2)"
817
+ msgstr "<strong>Турэцкая</strong> * Hakan Er, http://hakanertr.wordpress.com/ (версія : 1.5.2)"
818
+
819
+ #. Found in description list item.
820
+ msgid "<strong>Ukrainian</strong> * Cmd Software, http://www.cmd-soft.com (version: 1.3.4.9)"
821
+ msgstr "<strong>Украінская</strong> * Cmd Software, http://www.cmd-soft.com (версія : 1.3.4.9)"
822
+
823
+ #. Found in description paragraph.
824
+ msgid "Easy FancyBox plugin for WordPress websites gives you a flexible and aesthetic lightbox solution for just about all media links on your website. Easy FancyBox uses the packed FancyBox jQuery extension and is WP 3+ Multi-Site compatible. After activation you can find a new section <strong>FancyBox</strong> on your <strong>Settings &gt; Media</strong> admin page where you can manage the plugins options."
825
+ msgstr "Easy FancyBox плагін для WordPress вэб-сайтаў дае гнуткае і эстэтычнае вырашэнне для лайтбокса як раз пра ўсіх медыя-спасылак на вашым сайце. Easy FancyBox выкарыстоўвае спакаванае пашырэнне FancyBox jQuery і ён таксама WP 3+ Multi-Site сумяшчальны. Пасля актывацыі вы можаце знайсці новы падзел <strong>FancyBox</strong> на <strong>Налады &gt; Медыя</strong> старонцы адміна , на якой вы можаце кіраваць параметрамі плагіна."
826
+
827
+ #. Found in description paragraph.
828
+ msgid "After activation, all links to <strong>JPG, GIF and PNG images</strong> are automatically opened in the <a href=\"http://fancybox.net/\">FancyBox</a> Mac-style lightbox that floats over the web page. Most options available can be managed with this plugin along with some extra features."
829
+ msgstr "Пасля актывацыі, усе спасылкі на <strong>JPG, GIF and PNG images</strong> аўтаматычна адкрываюцца ў <a href=\"http://fancybox.net/\">FancyBox</a> Mac-стылі лайтбокса, які плавае паверх вэб-старонкі. Большасць варыянтаў можна кіраваць з дапамогай гэтага плагіна, разам з некаторымі асаблівасцямі."
830
+
831
+ #. Found in description paragraph.
832
+ msgid "<strong>Also supports:</strong>"
833
+ msgstr "<strong>Таксама падтрымлівае:</strong>"
834
+
835
+ #. Found in description paragraph.
836
+ msgid "For <strong>advanced options</strong> and <strong>priority support</strong>, there is a <strong><a href=\"http://premium.status301.net/downloads/easy-fancybox-pro/\">Pro extension</a></strong> available."
837
+ msgstr "Для <strong>Дадатковыя параметры</strong> і <strong>прыярытэтная падтрымка</strong>, ёсць даступнае<strong><a href=\"http://premium.status301.net/downloads/easy-fancybox-pro/\">Pro пашырэнне</a></strong>."
838
+
839
+ #. Found in description paragraph.
840
+ msgid "See <a href=\"http://wordpress.org/plugins/easy-fancybox/screenshots/\">Screenshots</a> for an impression on how images and YouTube movies will be presented on your site as soon as you have installed and (network) activated this simple plugin."
841
+ msgstr "Глядзі<a href=\"http://wordpress.org/plugins/easy-fancybox/screenshots/\">Скрыншоты</a> для панімання, як малюнкі і фільмы на YouTube будуць прадстаўлены на вашым сайце, як толькі вы ўсталявалі і (расшарылі) плагін."
842
+
843
+ #. Found in description paragraph.
844
+ msgid "See <a href=\"http://wordpress.org/plugins/easy-fancybox/faq/\">FAQ's</a> for instructions to manage YouTube, Dailymotion and Vimeo movies (and similar services) and tips to make inline content display in a FancyBox overlay. Subscribe to <a href=\"http://status301.net/tag/easy-fancybox/feed/\">Status301</a> for tips on how to get a high degree of control over what will be shown in a FancyBox overlay on your website."
845
+ msgstr "Глядзі <a href=\"http://wordpress.org/plugins/easy-fancybox/faq/\">FAQ's</a> for instructions to manage YouTube, Dailymotion and Vimeo movies (and similar services) and tips to make inline content display in a FancyBox overlay. Subscribe to <a href=\"http://status301.net/tag/easy-fancybox/feed/\">Status301</a> for tips on how to get a high degree of control over what will be shown in a FancyBox overlay on your website."
846
+
847
+ #. Found in description paragraph.
848
+ msgid "Get support on the <a href=\"http://status301.net/wordpress-plugins/easy-fancybox/\">Easy FancyBox web page</a> or <a href=\"http://wordpress.org/tags/easy-fancybox?forum_id=10\">WordPress forum</a>."
849
+ msgstr "Атрымаць падтрымку па <a href=\"http://status301.net/wordpress-plugins/easy-fancybox/\">Easy FancyBox вэб старонка</a> або <a href=\"http://wordpress.org/tags/easy-fancybox?forum_id=10\">WordPress форум</a>."
850
+
851
+ #. Found in description paragraph.
852
+ msgid "Visit <a href=\"http://fancybox.net/\">FancyBox</a> for more information, examples and the FancyBox Support Forum. Please consider a DONATION for continued development of the FancyBox project."
853
+ msgstr "Наведайце <a href=\"http://fancybox.net/\"> FancyBox </a> для атрымання дадатковай інфармацыі, прыклады і форум падтрымкі FancyBox. Калі ласка, звярніце ўвагу на ахвяраванні для далейшага развіцця праекта FancyBox."
854
+
855
+ #. Found in installation header.
856
+ msgid "Wordpress"
857
+ msgstr "Wordpress"
858
+
859
+ #. Found in installation header.
860
+ msgid "Wordpress MU / WordPress 3+ in Multi Site mode"
861
+ msgstr "Wordpress MU / WordPress 3+ у Multi Site версii"
862
+
863
+ #. Found in installation list item.
864
+ msgid "<p>Download archive.</p>"
865
+ msgstr "<p>Спампаваць архіў.</p>"
866
+
867
+ #. Found in installation list item.
868
+ msgid "<p>Upload the zip file via the Plugins &gt; Add New &gt; Upload page &hellip; OR &hellip; unpack and upload with your favourite FTP client to the /plugins/ folder.</p>"
869
+ msgstr "<p>Загрузіце файл архіва праз Плагін&gt; Дабавiць новы &gt; Загрузіць старонку & hellip; АБО & hellip; распакаваць і загрузіць з вашым любімым FTP-кліентам да /плагіна/ папкі.</p>"
870
+
871
+ #. Found in installation list item.
872
+ msgid "<p>Activate the plugin on the Plug-ins page.</p>"
873
+ msgstr "<p>Актываваць плагін на старонцы плагінаў.</p>"
874
+
875
+ #. Found in installation paragraph.
876
+ msgid "Quick installation: <a href=\"http://coveredwebservices.com/wp-plugin-install/?plugin=easy-fancybox\">Install now</a> !"
877
+ msgstr "Хуткая ўстаноўка:<a href=\"http://coveredwebservices.com/wp-plugin-install/?plugin=easy-fancybox\">Усталяваць зараз!</a>"
878
+
879
+ #. Found in installation paragraph.
880
+ msgid "&hellip; OR &hellip;"
881
+ msgstr "&hellip; АБО &hellip;"
882
+
883
+ #. Found in installation paragraph.
884
+ msgid "Search for \"easy fancybox\" and install with that slick <strong>Plugins &gt; Add New</strong> back-end page."
885
+ msgstr "Пошук па \"лёгкай FancyBox\" і ўсталяваць з гэтым пляма <strong>Пплагіны>Дадаць Новую </strong>серверную старонку."
886
+
887
+ #. Found in installation paragraph.
888
+ msgid "Follow these steps:"
889
+ msgstr "Выканайце наступныя дзеянні:"
890
+
891
+ #. Found in installation paragraph.
892
+ msgid "Download archive."
893
+ msgstr "Спампаваць архіў."
894
+
895
+ #. Found in installation paragraph.
896
+ msgid "Upload the zip file via the Plugins &gt; Add New &gt; Upload page &hellip; OR &hellip; unpack and upload with your favourite FTP client to the /plugins/ folder."
897
+ msgstr "Загрузіць файл архіва праз Плагіны >Новы>Загрузіць старонку & hellip; АБО & hellip; распакаваць і загрузіць з вашым любімым FTP-кліентам да /плагіна/папкі."
898
+
899
+ #. Found in installation paragraph.
900
+ msgid "Activate the plugin on the Plug-ins page."
901
+ msgstr "Актывуйце плагін на старонцы плагінаў."
902
+
903
+ #. Found in installation paragraph.
904
+ msgid "Done! By default, any images that are linked to directly (not to a WordPress page) from within your posts and pages, should now be opening in a FancyBox overlay :)"
905
+ msgstr "Гатова! Па змаўчанні любыя выявы, якія звязаныя паміж сабой напрамую (а не з WordPress старонкай) з вашага паведамлення і старонкі, павінны цяпер быць адкрыццё ў накладанні FancyBox :)"
906
+
907
+ #. Found in installation paragraph.
908
+ msgid "Not happy with the default settings? Check out the new options under <strong>Settings &gt; Media</strong>."
909
+ msgstr "Незадаволены наладамі па змаўчанні? Праверце новыя параметры ў раздзеле <strong>Налады >Медыя</strong>."
910
+
911
+ #. Found in installation paragraph.
912
+ msgid "Same as above but do a <strong>Network Activate</strong> to activate FancyBox image overlays on each site on your network. No database tables are created or manipulated and no activation hook needs to be run for it to function with default settings."
913
+ msgstr "Тое ж, што і вышэй, але зрабіць <strong>Network Activate</strong>, каб актываваць FancyBox накладванне малюнкаў на кожным сайце ў сетцы. Табліцы базы дадзеных або не ствараюцца або імі нельга маніпуляваць; і кручок дэактывацыі павінен быць запушчаны для таго, каб працаваць з наладамі па змаўчанні."
914
+
915
+ #. Found in changelog list item.
916
+ msgid "FIX: Allow fullscreen videos"
917
+ msgstr "ВЫПРАВЛЕНА: Дазволіць відэа поўны экран"
918
+
919
+ #. Found in changelog list item.
920
+ msgid "Set focus on iframe after load"
921
+ msgstr "Ўсталяваць фокус на iframe пасля нагрузкі"
922
+
923
+ #. Found in changelog list item.
924
+ msgid "FIX: No center on scroll on touch devices"
925
+ msgstr "ВЫПРАВЛЕНА: Няма цэнтра па спіралі на сэнсарных прыладах"
926
+
927
+ #. Found in changelog list item.
928
+ msgid "FIX: nofancybox in menu ignored, thanks Trishah"
929
+ msgstr "ВЫПРАВЛЕНА: FancyBox ў меню ігнаруе, дзякуючы Trishah"
930
+
931
+ #. Found in changelog list item.
932
+ msgid "Added support for universal nolightbox class"
933
+ msgstr "Дададзеная падтрымка універсальнага класа лайтбокс"
934
+
935
+ #. Found in changelog paragraph.
936
+ msgid ""
937
+ "TODO PRO: optional remove scripts on certain pages\n"
938
+ "TODO: optional disable for small sceen sizes\n"
939
+ "TODO: move all script to footer and make that optional too for theme compat\n"
940
+ "TODO: make jQuery inclusion optional\n"
941
+ "TODO: make jQuery 1.6- compat optional\n"
942
+ "TODO: fix \"fancybox iframe\" being forced to \"fancybox image iframe\" when Inline Content is activated"
943
+ msgstr ""
944
+ "TODO PRO: апцыянальна выдаляць скрыпты на некаторых старонках\n"
945
+ "TODO: апцыянальна адключыць для экранаў малых памераў\n"
946
+ "TODO: перанесьці ўсе скрыпты у канец старонкі і зрабіць гэта па жаданні таксама для тэмы Compat\n"
947
+ "TODO: зрабіць ўключэнне jQuery неабавязковым\n"
948
+ "TODO: зрабіць jQuery 1,6- сompat апцыянальным\n"
949
+ "TODO: выправіць \"fancybox iframe\" прымушаюць \"fancybox image iframe\", калі инлайн-змесціва актывуецца"
950
+
951
+ #. Found in changelog list item.
952
+ msgid "NEW: iFrame alow full screen option"
953
+ msgstr "НОВАЕ: дазволіць поўнаэкранную опцыю"
954
+
955
+ #. Found in changelog list item.
956
+ msgid "FIX: CSS3 box-sizing issue (Twenty Thirteen) misplacing close button"
957
+ msgstr "ВЫПРАВЛЕНА: CSS3 праблема з памерам (Twenty Thirteen) кнопкi закрыцця не на месцы"
958
+
959
+ #. Found in changelog list item.
960
+ msgid "NEW: Added SVG support. Thanks to Simon Maillard."
961
+ msgstr "НОВАЕ: Дададзеная падтрымка SVG. Дзякуючы Сайману Майярду."
962
+
963
+ #. Found in changelog list item.
964
+ msgid "Pre WP 3.6: jQuery 1.9+ compatibility"
965
+ msgstr "Pre WP 3.6: Jquery 1.9+ сумяшчальнасць"
966
+
967
+ #. Found in changelog list item.
968
+ msgid "JQuery Mousewheel extension update to 3.1.3"
969
+ msgstr "JQuery абнаўленне пашырэння Mousewheel да 3.1.3"
970
+
971
+ #. Found in changelog list item.
972
+ msgid "NEW: Elegant Themes compatibility"
973
+ msgstr "НОВАЕ: Сумяшчальнасць Elegant Themes"
974
+
975
+ #. Found in changelog list item.
976
+ msgid "Some small Touch device compatibility improvement hacks to the 1.3.4 script"
977
+ msgstr "Некаторыя маленькія паляпшэнні сумяшчальнасці прылады Touch device да 1.3.4 сцэнара"
978
+
979
+ #. Found in changelog list item.
980
+ msgid "Major plugin overhaul: Class implementation"
981
+ msgstr "Асноўны рамонт плагіна: рэалізацыя класа"
982
+
983
+ #. Found in changelog list item.
984
+ msgid "NEW: Disable hide on overlay click"
985
+ msgstr "НОВАЕ: Адключыць схаванне ад накладання мышы"
986
+
987
+ #. Found in changelog list item.
988
+ msgid "NEW: Allow automatic resizing to large image size set on Settings &gt; Media during media upload via the hidden WordPress function media_upload_max_image_resize() TODO test more!"
989
+ msgstr "НОВАЕ: Дазволіць аўтаматычнае змяненне памераў вялікага памеру малюнка, усталяваным на Налады >Медыя падчас загрузкі медыя праз схаванай функцыі WordPress media_upload_max_image_resize() TODO test больш!"
990
+
991
+ #. Found in changelog list item.
992
+ msgid "NEW Options: iFrame scrolling, autoScale, key navigation/close, cyclic galleries"
993
+ msgstr "НОВАЕ: Опцыі: скролінг для плавання iFrame , AutoScale клавіша навігацыі/закрыцця плагінаў , цыклічныя галерэі"
994
+
995
+ #. Found in changelog list item.
996
+ msgid "Metadata custom parameters and Mousewheel gallery scrolling scripts optional"
997
+ msgstr "Metadata прыстасаваныя параметры і Mousewheel сцэнары галерэі пракруткай з'яўляюцца неабавязковымі"
998
+
999
+ #. Found in changelog list item.
1000
+ msgid "Basic RTL languages/text direction support (gallery navigation inversion, title position)"
1001
+ msgstr "Асноўныя напрамкі падтрымкі RTL плагінаў мовы/тэкста (інверсія навігацы галерэі, пазіцыя назвы)"
1002
+
1003
+ #. Found in changelog list item.
1004
+ msgid "BUGFIX: https in stylesheet on Windows IIS"
1005
+ msgstr "ВЫПРАВЛЕНА: HTTPS ў табліцы стыляў на Windows IIS"
1006
+
1007
+ #. Found in changelog list item.
1008
+ msgid "Improved W3TC compatibility: query string issue"
1009
+ msgstr "Палепшаная сумяшчальнасць W3TC: радкі запытаў пытанняў "
1010
+
1011
+ #. Found in changelog list item.
1012
+ msgid "Gravity Forms in ajax mode compatibility"
1013
+ msgstr "Gravity Forms ў рэжыме сумяшчальнасці Аякс"
1014
+
1015
+ #. Found in changelog list item.
1016
+ msgid "Use jQuery's bind('ready') for better ajax content compatibility"
1017
+ msgstr "Выкарыстоўвайце прывязкі jQuery ('ready') для лепшай сумяшчальнасці Аякс кантэнту"
1018
+
1019
+ #. Found in changelog list item.
1020
+ msgid "Dynamic stylesheet response headers to allow browser caching"
1021
+ msgstr "Дынамічныя загалоўкі адказу табліцы стыляў, каб дазволіць кэшаванне ў браўзэры"
1022
+
1023
+ #. Found in changelog list item.
1024
+ msgid "Minified version of jquery.metadata.js"
1025
+ msgstr "Паменшаная версія jquery.metadata.js"
1026
+
1027
+ #. Found in changelog list item.
1028
+ msgid "Auto-detect on image map areas"
1029
+ msgstr "Аўтаматычнае вызначэнне на карце абласцей малюнка"
1030
+
1031
+ #. Found in changelog list item.
1032
+ msgid "nolightbox class for menu items"
1033
+ msgstr "класс nolightbox для пунктаў меню"
1034
+
1035
+ #. Found in changelog list item.
1036
+ msgid "SECURITY: Settings sanitization"
1037
+ msgstr "БЯСПЕКА: Налады санітарную"
1038
+
1039
+ #. Found in changelog list item.
1040
+ msgid "BUGFIX: load_textdomain firing after the main settings array is loaded, leaving text strings in it untranslated."
1041
+ msgstr "ВЫПРАВЛЕНА: load_textdomain абпал пасля таго, як масіў асноўных налад загружаецца, пакідаючы тэкставыя радкі ў ім неперакладзенымі."
1042
+
1043
+ #. Found in changelog list item.
1044
+ msgid "BUGFIX: missing signs in Youtube url regular expression"
1045
+ msgstr "ВЫПРАВЛЕНА: адсутнічаюць знакі ў Youtube URL-адрасы рэгулярных выразаў"
1046
+
1047
+ #. Found in changelog list item.
1048
+ msgid "BUGFIX: unquoted rel attribute selectors in jquery.fancybox-1.3.4.js"
1049
+ msgstr "ВЫПРАВЛЕНА: каціруемы выбар атрыбутаў у jquery.fancybox-1.3.4.js"
1050
+
1051
+ #. Found in changelog list item.
1052
+ msgid "BUGFIX: broken url path in IE stylesheet when missing $_SERVER['SERVER_NAME']"
1053
+ msgstr "ВЫПРАВЛЕНА: непрацуючай шлях url у IE табліцы стыляў, калі не хапае $_SERVER['SERVER_NAME']"
1054
+
1055
+ #. Found in changelog list item.
1056
+ msgid "BUGFIX: easing extension not needed on linear easing"
1057
+ msgstr "ВЫПРАВЛЕНА: паслабленне пашырэння не патрабуецца для лінейнага паслаблення"
1058
+
1059
+ #. Found in changelog list item.
1060
+ msgid "NEW: Lithuanian translation"
1061
+ msgstr "НОВАЕ: Літоўскі пераклад"
1062
+
1063
+ #. Found in changelog list item.
1064
+ msgid "NEW: Hindi translation"
1065
+ msgstr "НОВАЕ: Хіндзі пераклад"
1066
+
1067
+ #. Found in changelog list item.
1068
+ msgid "NEW: Indonasian translation"
1069
+ msgstr "НОВАЕ: Iнданезійскі пераклад"
1070
+
1071
+ #. Found in changelog list item.
1072
+ msgid "NEW: Romanian translation"
1073
+ msgstr "НОВАЕ: Румынскi пераклад"
1074
+
1075
+ #. Found in changelog list item.
1076
+ msgid "NEW: Polish translation"
1077
+ msgstr "НОВАЕ: Польскі пераклад"
1078
+
1079
+ #. Found in changelog list item.
1080
+ msgid "NEW: Spanish translation"
1081
+ msgstr "НОВАЕ: Iспанскі пераклад"
1082
+
1083
+ #. Found in changelog list item.
1084
+ msgid "NEW: jQuery Metadata support"
1085
+ msgstr "НОВАЕ: Падтрымка метададзеных jQuery "
1086
+
1087
+ #. Found in changelog list item.
1088
+ msgid "NEW: Image map AREA support for all content types"
1089
+ msgstr "НОВАЕ: Карта падтрымкі малюнакаў AREA для ўсіх тыпаў кантэнту"
1090
+
1091
+ #. Found in changelog list item.
1092
+ msgid "NEW: new iFrame/HTML5 embed code for YouTube, Vimeo and Dailymotion"
1093
+ msgstr "НОВАЕ: новы iframe/HTML5 код для YouTube, Vimeo і Dailymotion"
1094
+
1095
+ #. Found in changelog list item.
1096
+ msgid "NEW: fix WordPress Dailymotion auto-embed code missing wmode"
1097
+ msgstr "НОВАЕ: выправлен WordPress Dailymotion код аўта-ўстаўкі, дзе адсутнічае wmode"
1098
+
1099
+ #. Found in changelog list item.
1100
+ msgid "Some changes to default settings"
1101
+ msgstr "Некаторыя змены налад па змаўчанні"
1102
+
1103
+ #. Found in changelog list item.
1104
+ msgid "Updated Dutch translation"
1105
+ msgstr "Абноўлены галандскі пераклад"
1106
+
1107
+ #. Found in changelog list item.
1108
+ msgid "BUGFIX: Opening speed"
1109
+ msgstr "ВЫПРАВЛЕНА: Хуткасць адкрыцця"
1110
+
1111
+ #. Found in changelog list item.
1112
+ msgid "NEW: Advanced option: Gallery auto-rotation"
1113
+ msgstr "НОВАЕ: Пашыраны варыянт: Галерэя аўтаратацыі"
1114
+
1115
+ #. Found in changelog list item.
1116
+ msgid "NEW: Spotlight effect"
1117
+ msgstr "НОВАЕ: эфект Spotlight"
1118
+
1119
+ #. Found in changelog list item.
1120
+ msgid "Improved auto-enable and auto-gallery settings"
1121
+ msgstr "Паляпшэнне аўтаматычнага ўключэння і налады аўтаматычнай галерэі"
1122
+
1123
+ #. Found in changelog list item.
1124
+ msgid "BIGFIX: CSS IE6 hack"
1125
+ msgstr "ВЫПРАВЛЕНА: CSS IE6 hack"
1126
+
1127
+ #. Found in changelog list item.
1128
+ msgid "BIGFIX: PDF object in IE7"
1129
+ msgstr "ВЫПРАВЛЕНА: PDF аб'ект in IE7"
1130
+
1131
+ #. Found in changelog list item.
1132
+ msgid "PDF embed compatibility improvement"
1133
+ msgstr "паляпшэнне сумяшчальнасці кода ўстаўкі PDF"
1134
+
1135
+ #. Found in changelog list item.
1136
+ msgid "NEW: Show/hide title on mouse hover action"
1137
+ msgstr "НОВАЕ: Паказаць/схаваць назву плагінаў па навядзенню мышы "
1138
+
1139
+ #. Found in changelog list item.
1140
+ msgid "NEW: Auto-gallery modes (Disabled, page/post images only, all)"
1141
+ msgstr "НОВАЕ: Рэжымы аўта-галерэя (выключана, старонка/толькі выявы паста , усе)"
1142
+
1143
+ #. Found in changelog list item.
1144
+ msgid "NEW: Dailymotion support"
1145
+ msgstr "НОВАЕ: падтрымка Dailymotion"
1146
+
1147
+ #. Found in changelog list item.
1148
+ msgid "Links with id <strong>fancybox-auto</strong> will be triggered on page load"
1149
+ msgstr "Сувязі з ідэнтыфікатарам <strong>fancybox-auto</strong> будуць працаваць пры загрузцы старонкі"
1150
+
1151
+ #. Found in changelog list item.
1152
+ msgid "Anything with class <strong>fancybox-hidden\"</strong> will be hidden"
1153
+ msgstr "Усе з класам <strong>fancybox-hidden\"</strong> будзе схавана"
1154
+
1155
+ #. Found in changelog list item.
1156
+ msgid "Support for menu items in iframe"
1157
+ msgstr "Падтрымка пунктаў меню ў iframe"
1158
+
1159
+ #. Found in changelog list item.
1160
+ msgid "Added class <strong>nolightbox</strong> for exclusion when auto-enabling"
1161
+ msgstr "Дададзены клас <strong>nolightbox</strong> для выключэння, калі указана аўтаматычнае ўключэнне "
1162
+
1163
+ #. Found in changelog list item.
1164
+ msgid "FancyBox script version 1.3.4 (2010/11/11 - http://fancybox.net/changelog/)"
1165
+ msgstr "FancyBox скрыпт версіі 1.3.4 (2010/11/11 - http://fancybox.net/changelog/)"
1166
+
1167
+ #. Found in changelog list item.
1168
+ msgid "NEW: Support for PDF"
1169
+ msgstr "НОВАЕ: Падтрымка PDF"
1170
+
1171
+ #. Found in changelog list item.
1172
+ msgid "NEW: Easing options"
1173
+ msgstr "НОВАЕ: Варыянты палягчэння"
1174
+
1175
+ #. Found in changelog list item.
1176
+ msgid "YouTube, Vimeo and iFrame options adjustable"
1177
+ msgstr " варыянты рэгуляваныя YouTube, Vimeo і IFrame"
1178
+
1179
+ #. Found in changelog list item.
1180
+ msgid "lots and lots of more options!"
1181
+ msgstr "шмат і шмат больш магчымасцяў!"
1182
+
1183
+ #. Found in changelog list item.
1184
+ msgid "BIGFIX: work-around for missing wmode in WordPress (auto-)embedded movies (credits: Crantea Mihaita)"
1185
+ msgstr "ВЫПРАВЛЕНА: працаваць вакол адсутных wmode ў WordPress (аўта-)ўбудаваных відэа (крэдыты: Crantea Mihaita)"
1186
+
1187
+ #. Found in changelog list item.
1188
+ msgid "BIGFIX: iframe width"
1189
+ msgstr "ВЫПРАВЛЕНА: шырыня iframe "
1190
+
1191
+ #. Found in changelog list item.
1192
+ msgid "BIGFIX: image overlay size in Google Chrome browser issue (FancyBox 1.3.3)"
1193
+ msgstr "ВЫПРАВЛЕНА: памер малюнка накладання ў выпуску браўзэра Google Chrome (FancyBox 1.3.3)"
1194
+
1195
+ #. Found in changelog list item.
1196
+ msgid "BIGFIX: fancybox-swf"
1197
+ msgstr "ВЫПРАВЛЕНА: fancybox-swf"
1198
+
1199
+ #. Found in changelog list item.
1200
+ msgid "FancyBox script version 1.3.3 (2010/11/4 - http://fancybox.net/changelog/)"
1201
+ msgstr "FancyBox версія скрыпта 1.3.3 (2010/11/4 - http://fancybox.net/changelog/)"
1202
+
1203
+ #. Found in changelog list item.
1204
+ msgid "Vimeo support"
1205
+ msgstr "падтрымка Vimeo"
1206
+
1207
+ #. Found in changelog list item.
1208
+ msgid "YouTube Short URL support (disabled by default)"
1209
+ msgstr "Падтрымка YouTube Short URL (па змаўчанні адключана)"
1210
+
1211
+ #. Found in changelog list item.
1212
+ msgid "Auto-recognition and seperate class <code>fancybox-youtube</code> for YouTube"
1213
+ msgstr "Аўтаматычнае распазнаванне і асобны клас <code>fancybox-youtube</code> для YouTube"
1214
+
1215
+ #. Found in changelog list item.
1216
+ msgid "Auto-recognition and seperate class <code>fancybox-vimeo</code> for Vimeo"
1217
+ msgstr "Аўтаматычнае распазнаванне і асобны клас <code>fancybox-vimeo</code> для Vimeo"
1218
+
1219
+ #. Found in changelog list item.
1220
+ msgid "FancyBox script version 1.3.2 (2010/10/10 - http://fancybox.net/changelog/)"
1221
+ msgstr "FancyBox версія скрыпта 1.3.2 (2010/10/10 - http://fancybox.net/changelog/)"
1222
+
1223
+ #. Found in changelog list item.
1224
+ msgid "translation .pot file available"
1225
+ msgstr "файл перакладу .pot даступны"
1226
+
1227
+ #. Found in changelog list item.
1228
+ msgid "Dutch translation"
1229
+ msgstr "Галандскі пераклад"
1230
+
1231
+ #. Found in changelog list item.
1232
+ msgid "NEW: YouTube and Flash movie support"
1233
+ msgstr "НОВАЕ: YouTube і Flash падтрымкі"
1234
+
1235
+ #. Found in changelog list item.
1236
+ msgid "NEW: Iframe support"
1237
+ msgstr "НОВАЕ: Iframe support"
1238
+
1239
+ #. Found in changelog list item.
1240
+ msgid "added option Auto-enable for..."
1241
+ msgstr "дададзеная опцыя аўтаматычнага ўключэння для ..."
1242
+
1243
+ #. Found in changelog list item.
1244
+ msgid "added option titlePosition : over / inside / outside"
1245
+ msgstr "дададзеная опцыя titlePosition : over / inside / outside"
1246
+
1247
+ #. Found in changelog list item.
1248
+ msgid "added option transitionIn : elastic / fade / none"
1249
+ msgstr "дададзеная опцыя transitionIn : elastic / fade / none"
1250
+
1251
+ #. Found in changelog list item.
1252
+ msgid "added option transitionOut : elastic / fade / none"
1253
+ msgstr "дададзеная опцыя transitionOut : elastic / fade / none"
1254
+
1255
+ #. Found in changelog list item.
1256
+ msgid "small jQuery speed improvement by chaining object calls"
1257
+ msgstr "невялікае паляпшэнне хуткасці jQuery, прыкаваў аб'ектных выклікаў"
1258
+
1259
+ #. Found in changelog list item.
1260
+ msgid "Using FancyBox version 1.3.1"
1261
+ msgstr "Выкарыстанне версіі FancyBox 1.3.1"
1262
+
1263
+ #. Found in changelog list item.
1264
+ msgid "Dropped IE6 support"
1265
+ msgstr "Спыненая падтрымка IE6"
1266
+
1267
+ #. Found in changelog list item.
1268
+ msgid "FIX: obj undefined in minified js"
1269
+ msgstr "ВЫПРАВЛЕНА: obj не вызначана ў мінімізаваным js"
1270
+
1271
+ #. Found in changelog list item.
1272
+ msgid "Color value sanitization"
1273
+ msgstr "Санiтарызацыя значэння колеру"
1274
+
1275
+ #. Found in changelog list item.
1276
+ msgid "NEW: auto popup delay"
1277
+ msgstr "НОВАЕ: аўтаматычная затрымка ўсплыванняў"
1278
+
1279
+ #. Found in changelog list item.
1280
+ msgid "NEW: pro extension version compatibility check routine"
1281
+ msgstr "НОВАЕ: Pro версія пашырэння праверка сумяшчальнасці пуцей"
1282
+
1283
+ #. Found in changelog list item.
1284
+ msgid "NEW: margin option"
1285
+ msgstr "НОВАЕ: опцыя маржа"
1286
+
1287
+ #. Found in changelog list item.
1288
+ msgid "Dropped mu-plugins support"
1289
+ msgstr "Затрымана падтрымка mu-плагінаў"
1290
+
1291
+ #. Found in changelog list item.
1292
+ msgid "FIX: Pro extension link update"
1293
+ msgstr "ВЫПРАВЛЕНА: абнаўленне пашырэння Pro спасылак"
1294
+
1295
+ #. Found in changelog list item.
1296
+ msgid "NEW: WebP support and class='image' to force image media type"
1297
+ msgstr "НОВАЕ: WebP падтрымка і class='image', каб прымусіць выявы тыпу носьбіта"
1298
+
1299
+ #. Found in changelog list item.
1300
+ msgid "IE 6-8 css rules optional"
1301
+ msgstr "правілы IE 6-8 cssнеабавязковыя"
1302
+
1303
+ #. Found in changelog list item.
1304
+ msgid "iframe embed for Youtube, Vimeo and Dailymotion"
1305
+ msgstr "iframe код ўстаўкі для Youtube, Vimeo і Dailymotion"
1306
+
1307
+ #. Found in changelog list item.
1308
+ msgid "Croation translation"
1309
+ msgstr "Харвацкi пераклад"
1310
+
1311
+ #. Found in changelog list item.
1312
+ msgid "HTML5 players allowfullscreen default"
1313
+ msgstr "HTML5 плэйер allowfullscreen па змаўчанні"
1314
+
1315
+ #. Found in changelog list item.
1316
+ msgid "iPad positioning patch"
1317
+ msgstr "iPad патч пазіцыянавання"
1318
+
1319
+ #. Found in changelog list item.
1320
+ msgid "Don't unregister scripts that are not ours even for conflict prevention"
1321
+ msgstr "Не трэба зноў регистравыць скрыпты, якія не з'яўляюцца нават нашымі для прадухілення канфліктаў"
1322
+
1323
+ #. Found in changelog list item.
1324
+ msgid "box-sizing: border-box issue in Firefox fixed"
1325
+ msgstr "box-sizing: пагранічнае пытанне ў фіксаванай скрыні Firefox "
1326
+
1327
+ #. Found in changelog list item.
1328
+ msgid "Allow mousewheel scrolling page in the background again"
1329
+ msgstr "Дазволіць зноў пракрутку старонкі кола мышы ў фонавым рэжыме "
1330
+
1331
+ #. Found in changelog list item.
1332
+ msgid "Prevent mousewheel scrolling page in the background"
1333
+ msgstr "Папярэдзіць прагортку старонак колам мышы у фонавым рэжыме"
1334
+
1335
+ #. Found in changelog list item.
1336
+ msgid "New stylesheet IE alphaimageloader path fix approach"
1337
+ msgstr "Новы падыход да выпраўлення шляху табліца стыляў IE alphaimageloader "
1338
+
1339
+ #. Found in changelog list item.
1340
+ msgid "Czech translation added"
1341
+ msgstr "Чэшскі пераклад дададзены"
1342
+
1343
+ #. Found in changelog list item.
1344
+ msgid "Updated Indonesian translation"
1345
+ msgstr "Абноўлены інданезійскі пераклад"
1346
+
1347
+ #. Found in changelog list item.
1348
+ msgid "BUGFIX: easy_fancybox_handler() in combo with trigger('click') causes Uncaught Exception script error"
1349
+ msgstr "ВЫПРАВЛЕНА:easy_fancybox_handler() у комба з трыгерам('click') выклікае памылку сцэнарыя Uncaught Exception"
1350
+
1351
+ #. Found in changelog list item.
1352
+ msgid "FIX: jQuery 1.9+ compatibility"
1353
+ msgstr "ВЫПРАВЛЕНА: Сумяшчальнасць з jQuery 1.9+"
1354
+
1355
+ #. Found in changelog list item.
1356
+ msgid "Dropping support for gForms again -- \"Cannot convert 'c' to object\" error in combinaition with some older gForms version :("
1357
+ msgstr "Зноў апучана падтрымка формаў - \"Немагчыма пераўтварыць 'c' аб'екта\" памылка ў спалучэнні з некаторымі старымі gForms версіі :("
1358
+
1359
+ #. Found in changelog list item.
1360
+ msgid "NEW: support for Infinite Scroll by Jetpack"
1361
+ msgstr "НОВАЕ: Infinite Scroll падтрымка ад Jetpack"
languages/{easy-fancybox.ro_RO.mo → easy-fancybox-ro_RO.mo} RENAMED
File without changes
languages/easy-fancybox-ro_RO.po CHANGED
File without changes
languages/easy-fancybox-ru_RU.mo ADDED
Binary file
languages/easy-fancybox-ru_RU.po ADDED
@@ -0,0 +1,561 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Copyright (C) 2010 Easy FancyBox
2
+ # This file is distributed under the same license as the Easy FancyBox package.
3
+ msgid ""
4
+ msgstr ""
5
+ "Project-Id-Version: Easy FancyBox 1.3.4.9\n"
6
+ "Report-Msgid-Bugs-To: http://wordpress.org/tag/easy-fancybox\n"
7
+ "POT-Creation-Date: 2011-07-24 16:46:04+00:00\n"
8
+ "MIME-Version: 1.0\n"
9
+ "Content-Type: text/plain; charset=UTF-8\n"
10
+ "Content-Transfer-Encoding: 8bit\n"
11
+ "PO-Revision-Date: 2015-06-25 17:00+0200\n"
12
+ "Language-Team: cmd software <tmosbyd@gmail.com>\n"
13
+ "Language: ru_RU\n"
14
+ "X-Generator: Poedit 1.8.1\n"
15
+ "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
16
+ "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
17
+ "Last-Translator: \n"
18
+
19
+ #: easy-fancybox.php:266
20
+ msgid ""
21
+ "Donate to Easy FancyBox plugin development with PayPal - it's fast, free and "
22
+ "secure!"
23
+ msgstr ""
24
+ "Поддержите разработку плагина Easy FancyBox с помощью PayPal - быстро, "
25
+ "бесплатно и безопасно!"
26
+
27
+ #: easy-fancybox.php:266
28
+ msgid ""
29
+ "The options in this section are provided by the plugin <strong><a href="
30
+ "\"http://4visions.nl/en/wordpress-plugins/easy-fancybox/\">Easy FancyBox</"
31
+ "a></strong> and determine the <strong>Media Lightbox</strong> overlay "
32
+ "appearance and behaviour controlled by <strong><a href=\"http://fancybox.net/"
33
+ "\">FancyBox</a></strong>."
34
+ msgstr ""
35
+ "Параметры в этом разделе, предоставляются с помощью плагина <strong> <a href="
36
+ "\"http://4visions.nl/en/wordpress-plugins/easy-fancybox/\"> Easy FancyBox </"
37
+ "a> </ strong> и определяют <strong> Media Lightbox </ strong> вид и "
38
+ "поведение наложения, контролируемые <strong> <a href=\"http://fancybox.net/"
39
+ "\">FancyBox </a></strong>."
40
+
41
+ #: easy-fancybox.php:266
42
+ msgid ""
43
+ "First enable each sub-section that you need. Then save and come back to "
44
+ "adjust its specific settings."
45
+ msgstr ""
46
+ "Сначала включите каждый необходимый вам подраздел. Затем сохраните и "
47
+ "вернитесь, чтоб подрегулировать специфические настройки."
48
+
49
+ #: easy-fancybox.php:266
50
+ msgid ""
51
+ "Note: Each additional sub-section and features like <em>Auto-detection</em>, "
52
+ "<em>Elastic transitions</em> and all <em>Easing effects</em> (except Swing) "
53
+ "will have some extra impact on client-side page speed. Enable only those sub-"
54
+ "sections and options that you actually need on your site."
55
+ msgstr ""
56
+ "Примечание: Каждый дополнительный подраздел и функции, такие как "
57
+ "<em>Автоматическое определение <em>Твердые переходы</em> и все <em>Эффекты "
58
+ "замедления</em> (за исключением Свинг) будут дополнительно влиять на "
59
+ "скорость на стороне страницы клиента. Включите только те подразделы и "
60
+ "параметры, которые вам на самом деле нужны на вашем сайте."
61
+
62
+ #: easy-fancybox.php:266
63
+ msgid ""
64
+ "Some setting like Transition options are unavailable for SWF video, PDF and "
65
+ "iFrame content to ensure browser compatibility and readability."
66
+ msgstr ""
67
+ "Некоторые установки как Параметры переходов недоступны для SWF видео, PDF и "
68
+ "Iframe содержимого для обеспечения совместимости и читаемости браузера."
69
+
70
+ #: easy-fancybox.php:308
71
+ msgid "Checked"
72
+ msgstr "Проверено"
73
+
74
+ #: easy-fancybox.php:310
75
+ msgid "Unchecked"
76
+ msgstr "Непроверено"
77
+
78
+ #: easy-fancybox.php:362
79
+ msgid "FancyBox"
80
+ msgstr "FancyBox"
81
+
82
+ #: easy-fancybox-settings.php:6
83
+ msgid "Global settings"
84
+ msgstr "Общие настройки"
85
+
86
+ #: easy-fancybox-settings.php:15
87
+ msgid "Enable FancyBox for"
88
+ msgstr "Включить FancyBox для"
89
+
90
+ #: easy-fancybox-settings.php:24 easy-fancybox-settings.php:316
91
+ msgid "Images & Inline content"
92
+ msgstr "Изображение и инлайн-содержание "
93
+
94
+ #: easy-fancybox-settings.php:31 easy-fancybox-settings.php:489
95
+ msgid "PDF"
96
+ msgstr "PDF"
97
+
98
+ #: easy-fancybox-settings.php:38 easy-fancybox-settings.php:606
99
+ msgid "SWF"
100
+ msgstr "SWF"
101
+
102
+ #: easy-fancybox-settings.php:45 easy-fancybox-settings.php:697
103
+ msgid "YouTube"
104
+ msgstr "YouTube"
105
+
106
+ #: easy-fancybox-settings.php:52 easy-fancybox-settings.php:800
107
+ msgid "Vimeo"
108
+ msgstr "Vimeo"
109
+
110
+ #: easy-fancybox-settings.php:59 easy-fancybox-settings.php:895
111
+ msgid "Dailymotion"
112
+ msgstr "Dailymotion"
113
+
114
+ #: easy-fancybox-settings.php:66 easy-fancybox-settings.php:1016
115
+ msgid "iFrames"
116
+ msgstr "iFrames"
117
+
118
+ #: easy-fancybox-settings.php:71
119
+ msgid "Links"
120
+ msgstr "Ссылки"
121
+
122
+ #: easy-fancybox-settings.php:81
123
+ msgid "Exclude"
124
+ msgstr "Выключить"
125
+
126
+ #: easy-fancybox-settings.php:86 easy-fancybox-settings.php:100
127
+ #: easy-fancybox-settings.php:295 easy-fancybox-settings.php:383
128
+ #: easy-fancybox-settings.php:411
129
+ msgid "None"
130
+ msgstr "Ни один"
131
+
132
+ #: easy-fancybox-settings.php:87
133
+ msgid "Empty (hidden) links"
134
+ msgstr "Пустые (скрытые) ссылки"
135
+
136
+ #: easy-fancybox-settings.php:88
137
+ msgid "Without thumbnail image"
138
+ msgstr "Без миниатюр"
139
+
140
+ #: easy-fancybox-settings.php:95
141
+ msgid "Auto-open"
142
+ msgstr "Автоматическое открытие"
143
+
144
+ #: easy-fancybox-settings.php:101
145
+ msgid "Link with ID \"fancybox-auto\""
146
+ msgstr "Ссылка с ID \"fancybox-auto\""
147
+
148
+ #: easy-fancybox-settings.php:102
149
+ msgid "First Image link"
150
+ msgstr "Ссылка на первое изображение"
151
+
152
+ #: easy-fancybox-settings.php:103
153
+ msgid "First PDF link"
154
+ msgstr "Ссылка на первый PDF"
155
+
156
+ #: easy-fancybox-settings.php:104
157
+ msgid "First SWF link"
158
+ msgstr "Ссылка на первое SWF"
159
+
160
+ #: easy-fancybox-settings.php:105
161
+ msgid "First YouTube link "
162
+ msgstr "Первая ссылка на YouTube"
163
+
164
+ #: easy-fancybox-settings.php:106
165
+ msgid "First Vimeo link "
166
+ msgstr "Первая ссылка на Vimeo"
167
+
168
+ #: easy-fancybox-settings.php:107
169
+ msgid "First Dailymotion link "
170
+ msgstr "Первая ссылка на Dailymotion"
171
+
172
+ #: easy-fancybox-settings.php:108
173
+ msgid "First iFrame link"
174
+ msgstr "Первая ссылка на IFRAME"
175
+
176
+ #: easy-fancybox-settings.php:109
177
+ msgid "First of any link"
178
+ msgstr "Первая любая ссылка"
179
+
180
+ #: easy-fancybox-settings.php:117 easy-fancybox-settings.php:452
181
+ msgid "Overlay"
182
+ msgstr "Наложение"
183
+
184
+ #: easy-fancybox-settings.php:125
185
+ msgid "Show the overlay around content opened in FancyBox."
186
+ msgstr "Показать наложение вокруг контента, открытого в FancyBox."
187
+
188
+ #: easy-fancybox-settings.php:132
189
+ msgid "Spotlight effect."
190
+ msgstr "Эффект направленного света"
191
+
192
+ #: easy-fancybox-settings.php:136 easy-fancybox-settings.php:227
193
+ msgid "Opacity"
194
+ msgstr "Непрозрачность"
195
+
196
+ #: easy-fancybox-settings.php:141
197
+ msgid "Value between 0 and 1. "
198
+ msgstr "Значение между 0 и 1."
199
+
200
+ #: easy-fancybox-settings.php:141 easy-fancybox-settings.php:150
201
+ #: easy-fancybox-settings.php:188 easy-fancybox-settings.php:232
202
+ #: easy-fancybox-settings.php:283 easy-fancybox-settings.php:332
203
+ #: easy-fancybox-settings.php:345 easy-fancybox-settings.php:369
204
+ msgid "Default:"
205
+ msgstr "По умолчанию:"
206
+
207
+ #: easy-fancybox-settings.php:145 easy-fancybox-settings.php:192
208
+ msgid "Color"
209
+ msgstr "Цвет"
210
+
211
+ #: easy-fancybox-settings.php:150
212
+ msgid "Enter an HTML color value."
213
+ msgstr "Введите HTML значение цвета."
214
+
215
+ #: easy-fancybox-settings.php:156
216
+ msgid "Window"
217
+ msgstr "Окно"
218
+
219
+ #: easy-fancybox-settings.php:162
220
+ msgid "Size"
221
+ msgstr "Размер"
222
+
223
+ #: easy-fancybox-settings.php:166 easy-fancybox-settings.php:517
224
+ #: easy-fancybox-settings.php:634 easy-fancybox-settings.php:735
225
+ #: easy-fancybox-settings.php:829 easy-fancybox-settings.php:924
226
+ #: easy-fancybox-settings.php:1036
227
+ msgid "Width"
228
+ msgstr "Ширина"
229
+
230
+ #: easy-fancybox-settings.php:175 easy-fancybox-settings.php:526
231
+ #: easy-fancybox-settings.php:644 easy-fancybox-settings.php:744
232
+ #: easy-fancybox-settings.php:838 easy-fancybox-settings.php:933
233
+ #: easy-fancybox-settings.php:1045
234
+ msgid "Height"
235
+ msgstr "Высота"
236
+
237
+ #: easy-fancybox-settings.php:183 easy-fancybox-settings.php:207
238
+ #: easy-fancybox-settings.php:534 easy-fancybox-settings.php:653
239
+ #: easy-fancybox-settings.php:752 easy-fancybox-settings.php:846
240
+ #: easy-fancybox-settings.php:941 easy-fancybox-settings.php:1053
241
+ msgid "Border"
242
+ msgstr "Граница"
243
+
244
+ #: easy-fancybox-settings.php:197
245
+ msgid "Background"
246
+ msgstr "Фон"
247
+
248
+ #: easy-fancybox-settings.php:217
249
+ msgid "Text"
250
+ msgstr "Текст"
251
+
252
+ #: easy-fancybox-settings.php:236
253
+ msgid "Behavior"
254
+ msgstr "Поведение"
255
+
256
+ #: easy-fancybox-settings.php:242
257
+ msgid "Center while scrolling"
258
+ msgstr "Центр при прокрутке"
259
+
260
+ #: easy-fancybox-settings.php:248
261
+ msgid "Show the (X) close button"
262
+ msgstr "Показать (X) кнопку закрытия"
263
+
264
+ #: easy-fancybox-settings.php:254
265
+ msgid "Show the gallery navigation arrows"
266
+ msgstr "Показать стрелки навигации по галерее"
267
+
268
+ #: easy-fancybox-settings.php:262
269
+ msgid "Opening speed"
270
+ msgstr "Скорость открытия"
271
+
272
+ #: easy-fancybox-settings.php:270
273
+ msgid "Closing speed"
274
+ msgstr "Скорость закрытия"
275
+
276
+ #: easy-fancybox-settings.php:278
277
+ msgid "Fade speed"
278
+ msgstr "Скоросто исчезновения"
279
+
280
+ #: easy-fancybox-settings.php:283
281
+ msgid "Duration in milliseconds. Higher is slower."
282
+ msgstr "Продолжительность в милисекундах. Чем выше, тем медленнее"
283
+
284
+ #: easy-fancybox-settings.php:291
285
+ msgid "Advanced"
286
+ msgstr "Продвинутый"
287
+
288
+ #: easy-fancybox-settings.php:296
289
+ msgid "Hide/show title on mouse hover action"
290
+ msgstr "Скрыть / показать название по наведению мыши"
291
+
292
+ #: easy-fancybox-settings.php:297
293
+ msgid "Gallery Auto-rotation"
294
+ msgstr "Авто-вращение галлереи"
295
+
296
+ #: easy-fancybox-settings.php:304
297
+ msgid ""
298
+ "Note: Hide/show title on mouse hover action works best with Overlay title "
299
+ "position. Auto-rotation uses a fixed 5 second pause per image."
300
+ msgstr ""
301
+ "Примечание: Скрыть/показать название по наведению мыши лучше всего работает "
302
+ "с позиции наложения заголовка. Авто-вращение использует фиксированную 5 "
303
+ "секундную паузу к изображению."
304
+
305
+ #: easy-fancybox-settings.php:321
306
+ msgid ""
307
+ "To make images open in an overlay, add their extension to the auto-detect "
308
+ "field or use the class \"fancybox\" for its link. Clear field to switch off "
309
+ "auto-enabling."
310
+ msgstr ""
311
+ "Для того, чтобы изображения открывались в виде наложения, добавить их "
312
+ "расширение в поле автоопределения или использовать класс \"fancybox\" для "
313
+ "его ссылки. Очистить поле, чтобы выключить автоматическое включение."
314
+
315
+ #: easy-fancybox-settings.php:325 easy-fancybox-settings.php:502
316
+ #: easy-fancybox-settings.php:619 easy-fancybox-settings.php:711
317
+ #: easy-fancybox-settings.php:814 easy-fancybox-settings.php:909
318
+ msgid "Auto-detect"
319
+ msgstr "Автоопределение"
320
+
321
+ #: easy-fancybox-settings.php:336
322
+ msgid "Apply to"
323
+ msgstr "Обратиться к"
324
+
325
+ #: easy-fancybox-settings.php:341
326
+ msgid "All image links"
327
+ msgstr "Все ссылки на изображение"
328
+
329
+ #: easy-fancybox-settings.php:342
330
+ msgid "Links inside Section(s) only (below)"
331
+ msgstr "Ссылки внутри раздела (ов) только (ниже)"
332
+
333
+ #: easy-fancybox-settings.php:349
334
+ msgid "Auto-gallery"
335
+ msgstr "Авто-галерея"
336
+
337
+ #: easy-fancybox-settings.php:354
338
+ msgid "Disabled"
339
+ msgstr "Отключено"
340
+
341
+ #: easy-fancybox-settings.php:355
342
+ msgid "Galleries per Section (below)"
343
+ msgstr "Галереи в разделе (ниже)"
344
+
345
+ #: easy-fancybox-settings.php:356
346
+ msgid "All in one gallery"
347
+ msgstr "Все в одной галерее"
348
+
349
+ #: easy-fancybox-settings.php:359
350
+ msgid ""
351
+ "When disabled, you can use the rel attribute to manually group image links "
352
+ "together."
353
+ msgstr ""
354
+ "При отключении, вы можете использовать атрибут rel, чтобы вручную "
355
+ "сгруппировать вместе ссылки изображений ."
356
+
357
+ #: easy-fancybox-settings.php:363
358
+ msgid "Section(s)"
359
+ msgstr "Раздел (ы)"
360
+
361
+ #: easy-fancybox-settings.php:369
362
+ msgid ""
363
+ "This applies when <em>Apply to</em> is set to <em>Limited to Sections</em> "
364
+ "and/or <em>Auto-gallery</em> is set to <em>Galleries per Section</em>. Adapt "
365
+ "it to conform with your theme."
366
+ msgstr ""
367
+ "Это применятеся, если <em>Применить к <em> установлено в положение <em> "
368
+ "Ограниченодля разделов <em> и/или <em>Авто-галерея <em> установлена в "
369
+ "положение <em> Галереи к разделу <em>. Адаптировать это в соответствие с "
370
+ "вашей темой."
371
+
372
+ #: easy-fancybox-settings.php:369
373
+ msgid ""
374
+ "Examples: If your theme wraps post content in a div with class post, change "
375
+ "this value to \"div.post\". If you want to include images in a sidebar with "
376
+ "ID primary, add \", div#primary\" or \"aside#primary\" for html5 themes."
377
+ msgstr ""
378
+ "Примеры: Если ваша тема обертывает содержание поста в div с классом post, "
379
+ "измените это значение на \"div.post\". Если вы хотите включить изображения в "
380
+ "боковую панель с первичным ID , добавьте \", div#primary\" или "
381
+ "\"aside#primary\" для html5 тем."
382
+
383
+ #: easy-fancybox-settings.php:377
384
+ msgid "Transition In"
385
+ msgstr "Переход в"
386
+
387
+ #: easy-fancybox-settings.php:381 easy-fancybox-settings.php:409
388
+ msgid "Fade"
389
+ msgstr "Исчезновение"
390
+
391
+ #: easy-fancybox-settings.php:382 easy-fancybox-settings.php:410
392
+ msgid "Elastic"
393
+ msgstr "Эластичный"
394
+
395
+ #: easy-fancybox-settings.php:390
396
+ msgid "Easing In"
397
+ msgstr "Ослабление в"
398
+
399
+ #: easy-fancybox-settings.php:394 easy-fancybox-settings.php:422
400
+ msgid "Linear"
401
+ msgstr "Линейный"
402
+
403
+ #: easy-fancybox-settings.php:395 easy-fancybox-settings.php:423
404
+ msgid "Swing"
405
+ msgstr "Swing"
406
+
407
+ #: easy-fancybox-settings.php:396 easy-fancybox-settings.php:424
408
+ msgid "Back"
409
+ msgstr "Назад"
410
+
411
+ #: easy-fancybox-settings.php:397 easy-fancybox-settings.php:425
412
+ msgid "Quad"
413
+ msgstr "Quad"
414
+
415
+ #: easy-fancybox-settings.php:398 easy-fancybox-settings.php:426
416
+ msgid "Expo"
417
+ msgstr "Expo"
418
+
419
+ #: easy-fancybox-settings.php:405
420
+ msgid "Transition Out"
421
+ msgstr "Переход из"
422
+
423
+ #: easy-fancybox-settings.php:418
424
+ msgid "Easing Out"
425
+ msgstr "Ослабление из"
426
+
427
+ #: easy-fancybox-settings.php:429
428
+ msgid "Easing effects only apply when Transition is set to Elastic. "
429
+ msgstr ""
430
+ "Эффекты ослабления применяются только когда Переход установлен как Эластичный"
431
+
432
+ #: easy-fancybox-settings.php:435
433
+ msgid "Transparency fade during elastic transition."
434
+ msgstr "Прозрачность исчезает при эластичном переходе."
435
+
436
+ #: easy-fancybox-settings.php:441 easy-fancybox-settings.php:549
437
+ #: easy-fancybox-settings.php:668 easy-fancybox-settings.php:767
438
+ #: easy-fancybox-settings.php:861 easy-fancybox-settings.php:956
439
+ #: easy-fancybox-settings.php:1071
440
+ msgid "Show title"
441
+ msgstr "Показать название"
442
+
443
+ #: easy-fancybox-settings.php:445 easy-fancybox-settings.php:553
444
+ #: easy-fancybox-settings.php:672 easy-fancybox-settings.php:771
445
+ #: easy-fancybox-settings.php:865 easy-fancybox-settings.php:960
446
+ #: easy-fancybox-settings.php:1075
447
+ msgid "Title Position"
448
+ msgstr "Название позиции"
449
+
450
+ #: easy-fancybox-settings.php:449 easy-fancybox-settings.php:557
451
+ #: easy-fancybox-settings.php:676 easy-fancybox-settings.php:775
452
+ #: easy-fancybox-settings.php:869 easy-fancybox-settings.php:964
453
+ #: easy-fancybox-settings.php:1079
454
+ msgid "Float"
455
+ msgstr "Float"
456
+
457
+ #: easy-fancybox-settings.php:450 easy-fancybox-settings.php:558
458
+ #: easy-fancybox-settings.php:677 easy-fancybox-settings.php:776
459
+ #: easy-fancybox-settings.php:870 easy-fancybox-settings.php:965
460
+ #: easy-fancybox-settings.php:1080
461
+ msgid "Outside"
462
+ msgstr "Вне"
463
+
464
+ #: easy-fancybox-settings.php:451 easy-fancybox-settings.php:559
465
+ #: easy-fancybox-settings.php:678 easy-fancybox-settings.php:777
466
+ #: easy-fancybox-settings.php:871 easy-fancybox-settings.php:966
467
+ #: easy-fancybox-settings.php:1081
468
+ msgid "Inside"
469
+ msgstr "внутри"
470
+
471
+ #: easy-fancybox-settings.php:461 easy-fancybox-settings.php:568
472
+ #: easy-fancybox-settings.php:687 easy-fancybox-settings.php:786
473
+ #: easy-fancybox-settings.php:880 easy-fancybox-settings.php:975
474
+ #: easy-fancybox-settings.php:1090
475
+ msgid "Allow title from thumbnail alt tag"
476
+ msgstr "Разрешить название от тега alt с миниатюрами"
477
+
478
+ #: easy-fancybox-settings.php:494
479
+ msgid ""
480
+ "To make any PDF document file open in an overlay, switch on auto-detect or "
481
+ "use the class \"fancybox-pdf\" for its link."
482
+ msgstr ""
483
+ "Для того, чтобы открыть любой PDF-файл в виде наложения, включите авто-"
484
+ "определение или используйте класс \"fancybox-pdf\" для его ссылки."
485
+
486
+ #: easy-fancybox-settings.php:494 easy-fancybox-settings.php:611
487
+ #: easy-fancybox-settings.php:702 easy-fancybox-settings.php:805
488
+ #: easy-fancybox-settings.php:900 easy-fancybox-settings.php:1021
489
+ msgid "Adjust its specific settings below."
490
+ msgstr "Отрегулируйте свои специфические настройки ниже."
491
+
492
+ #: easy-fancybox-settings.php:611
493
+ msgid ""
494
+ "To make any Flash (.swf) file open in an overlay, switch on auto-detect or "
495
+ "use the class \"fancybox-swf\" for its link."
496
+ msgstr ""
497
+ "Для того, чтобы открыть любой Flash (.swf) файл в виде наложения, включите "
498
+ "авто-определение или используйте класс \"fancybox-swf\" для его ссылки."
499
+
500
+ #: easy-fancybox-settings.php:702
501
+ msgid ""
502
+ "To make any YouTube movie open in an overlay, switch on auto-detect or use "
503
+ "the class \"fancybox-youtube\" for its link."
504
+ msgstr ""
505
+ "Для того, чтобы открыть любое видео YouTube в виде наложения, включите авто-"
506
+ "определение или используйте класс \"fancybox-youtube\" для его ссылки."
507
+
508
+ #: easy-fancybox-settings.php:720
509
+ msgid "Auto-detect Short links"
510
+ msgstr "Автоматическое определение Короткие ссылки"
511
+
512
+ #: easy-fancybox-settings.php:805
513
+ msgid ""
514
+ "To make any Vimeo movie open in an overlay, switch on auto-detect or use the "
515
+ "class \"fancybox-vimeo\" for its link."
516
+ msgstr ""
517
+ "Для того, чтобы открыть любое видео Vimeo в виде наложения, включите авто-"
518
+ "определение или используйте класс \"fancybox-vimeo\" для его ссылки."
519
+
520
+ #: easy-fancybox-settings.php:900
521
+ msgid ""
522
+ "To make any Dailymotion movie open in an overlay, switch on auto-detect or "
523
+ "use the class \"fancybox-dailymotion\" for its link."
524
+ msgstr ""
525
+ "Для того, чтобы открыть любое видео Dailymotion в виде наложения, включите "
526
+ "авто-определение или используйте класс \"fancybox-dailymotion\" для его "
527
+ "ссылки."
528
+
529
+ #: easy-fancybox-settings.php:1021
530
+ msgid ""
531
+ "To make a website or HTML document open in an overlay, use the class "
532
+ "\"fancybox-iframe\" for its link."
533
+ msgstr ""
534
+ "Для того, чтобы открыть веб-сайт или HTML-документ в виде наложения, "
535
+ "используйте класс \"fancybox-iframe\" для его ссылки."
536
+
537
+ #. Plugin Name of the plugin/theme
538
+ msgid "Easy FancyBox"
539
+ msgstr "Easy FancyBox"
540
+
541
+ #. Plugin URI of the plugin/theme
542
+ msgid "http://4visions.nl/en/wordpress-plugins/easy-fancybox/"
543
+ msgstr "http://4visions.nl/en/wordpress-plugins/easy-fancybox/"
544
+
545
+ #. Description of the plugin/theme
546
+ msgid ""
547
+ "Easily enable the <a href=\"http://fancybox.net/\">FancyBox jQuery "
548
+ "extension</a> on all image, SWF, PDF, YouTube, Dailymotion and Vimeo links. "
549
+ "Also supports iFrame and inline content."
550
+ msgstr ""
551
+ "Просто включите <a href=\"http://fancybox.net/\">FancyBox jQuery расширение "
552
+ "</a> на всех изображениях, SWF, PDF, YouTube, Dailymotion і Vimeo ссылках. "
553
+ "Также поддерживает IFRAME и встроенный контент"
554
+
555
+ #. Author of the plugin/theme
556
+ msgid "RavanH"
557
+ msgstr "RavanH"
558
+
559
+ #. Author URI of the plugin/theme
560
+ msgid "http://4visions.nl/"
561
+ msgstr "http://4visions.nl/"
languages/easy-fancybox-sr_RS.mo CHANGED
File without changes
languages/easy-fancybox-sr_RS.po CHANGED
File without changes
languages/easy-fancybox-tr_TR.mo CHANGED
File without changes
languages/easy-fancybox-tr_TR.po CHANGED
File without changes
languages/easy-fancybox-ua_UA.mo CHANGED
File without changes
languages/easy-fancybox-ua_UA.po CHANGED
File without changes
languages/easy-fancybox-xx_XX.mo ADDED
Binary file
languages/easy-fancybox-xx_XX.po CHANGED
@@ -4,958 +4,983 @@ msgid ""
4
  msgstr ""
5
  "Project-Id-Version: Easy FancyBox/1.5\n"
6
  "Report-Msgid-Bugs-To: \n"
7
- "POT-Creation-Date: 2014-09-18 15:49+0100\n"
8
- "PO-Revision-Date: 2014-09-18 15:52+0100\n"
9
  "Last-Translator: RavanH <ravanhagen@gmail.com>\n"
10
  "Language-Team: \n"
 
11
  "MIME-Version: 1.0\n"
12
  "Content-Type: text/plain; charset=UTF-8\n"
13
  "Content-Transfer-Encoding: 8bit\n"
14
  "X-Poedit-KeywordsList: __;_e;_n\n"
15
  "X-Poedit-Basepath: .\n"
16
- "X-Generator: Poedit 1.5.4\n"
17
- "Language: en\n"
18
 
19
- #: ../easy-fancybox-settings.php:9 ../easy-fancybox-class.php:597
20
- msgid "Global settings"
 
 
21
  msgstr ""
22
 
23
- #: ../easy-fancybox-settings.php:14
24
- msgid "Media"
25
  msgstr ""
26
 
27
- #: ../easy-fancybox-settings.php:20
28
- msgid "Enable FancyBox for"
 
29
  msgstr ""
30
 
31
- #: ../easy-fancybox-settings.php:27 ../easy-fancybox-settings.php:419
32
- #: ../easy-fancybox-class.php:598
33
- msgid "Images"
34
  msgstr ""
35
 
36
- #: ../easy-fancybox-settings.php:34 ../easy-fancybox-settings.php:682
37
- #: ../easy-fancybox-class.php:599
38
- msgid "Inline content"
 
 
 
 
 
39
  msgstr ""
40
 
41
- #: ../easy-fancybox-settings.php:41 ../easy-fancybox-settings.php:792
42
- #: ../easy-fancybox-class.php:600
43
- msgid "PDF"
44
  msgstr ""
45
 
46
- #: ../easy-fancybox-settings.php:48 ../easy-fancybox-settings.php:917
47
- #: ../easy-fancybox-class.php:601
48
- msgid "SWF"
49
  msgstr ""
50
 
51
- #: ../easy-fancybox-settings.php:55 ../easy-fancybox-settings.php:1011
52
- msgid "SVG"
53
  msgstr ""
54
 
55
- #: ../easy-fancybox-settings.php:62 ../easy-fancybox-settings.php:1106
56
- #: ../easy-fancybox-class.php:602
57
- msgid "YouTube"
58
  msgstr ""
59
 
60
- #: ../easy-fancybox-settings.php:69 ../easy-fancybox-settings.php:1214
61
- #: ../easy-fancybox-class.php:603
62
- msgid "Vimeo"
63
  msgstr ""
64
 
65
- #: ../easy-fancybox-settings.php:76 ../easy-fancybox-settings.php:1314
66
- #: ../easy-fancybox-class.php:604
67
- msgid "Dailymotion"
68
  msgstr ""
69
 
70
- #: ../easy-fancybox-settings.php:83 ../easy-fancybox-settings.php:1440
71
- #: ../easy-fancybox-class.php:605
72
- msgid "iFrames"
73
  msgstr ""
74
 
75
- #: ../easy-fancybox-settings.php:86
76
- msgid ""
77
- "For advanced options and support, please get the Easy FancyBox - Pro "
78
- "extension."
79
  msgstr ""
80
 
81
- #: ../easy-fancybox-settings.php:95
82
- msgid "Exclude"
83
  msgstr ""
84
 
85
- #: ../easy-fancybox-settings.php:101
86
- msgid "Empty (hidden) links"
87
  msgstr ""
88
 
89
- #: ../easy-fancybox-settings.php:102
90
- msgid "Without thumbnail image"
 
91
  msgstr ""
92
 
93
- #: ../easy-fancybox-settings.php:109
94
- msgid "Open on page load"
 
95
  msgstr ""
96
 
97
- #: ../easy-fancybox-settings.php:115
98
- msgid "Link with ID \"fancybox-auto\""
 
99
  msgstr ""
100
 
101
- #: ../easy-fancybox-settings.php:118 ../easy-fancybox-settings.php:458
102
- #: ../easy-fancybox-settings.php:489 ../easy-fancybox-settings.php:516
103
- #: ../easy-fancybox-settings.php:591 ../easy-fancybox-settings.php:745
104
- #: ../easy-fancybox-settings.php:772
105
- msgid "More options &raquo;"
106
  msgstr ""
107
 
108
- #: ../easy-fancybox-settings.php:125
 
 
 
 
 
 
109
  msgid ""
110
  "Include the Metadata jQuery extension script to allow passing custom "
111
  "parameters via link class."
112
  msgstr ""
113
 
114
- #: ../easy-fancybox-settings.php:130 ../easy-fancybox-settings.php:552
115
- msgid "Overlay"
116
  msgstr ""
117
 
118
- #: ../easy-fancybox-settings.php:139
119
- msgid "Show the overlay around content opened in FancyBox."
 
120
  msgstr ""
121
 
122
- #: ../easy-fancybox-settings.php:146
123
- msgid "Close FancyBox when overlay is clicked."
 
 
 
124
  msgstr ""
125
 
126
- #: ../easy-fancybox-settings.php:150
127
- msgid "Opacity"
 
 
 
128
  msgstr ""
129
 
130
- #: ../easy-fancybox-settings.php:158
131
- msgid "Value between 0 and 1. "
 
 
 
132
  msgstr ""
133
 
134
- #: ../easy-fancybox-settings.php:158 ../easy-fancybox-settings.php:167
135
- #: ../easy-fancybox-settings.php:231 ../easy-fancybox-settings.php:281
136
- #: ../easy-fancybox-settings.php:332 ../easy-fancybox-settings.php:644
137
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:98
138
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:115
139
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:212
140
- msgid "Default:"
141
  msgstr ""
142
 
143
- #: ../easy-fancybox-settings.php:162
144
- msgid "Color"
 
 
 
145
  msgstr ""
146
 
147
- #: ../easy-fancybox-settings.php:167
148
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:98
149
- msgid "Enter an HTML color value."
 
 
150
  msgstr ""
151
 
152
- #: ../easy-fancybox-settings.php:175
153
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:71
154
- msgid "Spotlight effect"
 
 
155
  msgstr ""
156
 
157
- #: ../easy-fancybox-settings.php:175 ../easy-fancybox-settings.php:213
158
- #: ../easy-fancybox-settings.php:244 ../easy-fancybox-settings.php:573
159
- #: ../easy-fancybox-settings.php:662
160
- msgid "Make available &raquo;"
 
161
  msgstr ""
162
 
163
- #: ../easy-fancybox-settings.php:180
164
- msgid "Window"
 
 
 
165
  msgstr ""
166
 
167
- #: ../easy-fancybox-settings.php:186 ../easy-fancybox-settings.php:534
168
- msgid "Appearance"
 
 
 
169
  msgstr ""
170
 
171
- #: ../easy-fancybox-settings.php:193
172
- msgid "Show the (X) close button"
 
 
 
173
  msgstr ""
174
 
175
- #: ../easy-fancybox-settings.php:198
176
- msgid "Background color"
 
 
 
177
  msgstr ""
178
 
179
- #: ../easy-fancybox-settings.php:208
180
- msgid "Text color"
 
 
 
181
  msgstr ""
182
 
183
- #: ../easy-fancybox-settings.php:218
184
- msgid "Title color"
 
 
 
185
  msgstr ""
186
 
187
- #: ../easy-fancybox-settings.php:227
188
- msgid "Border color"
 
 
 
189
  msgstr ""
190
 
191
- #: ../easy-fancybox-settings.php:231 ../easy-fancybox-settings.php:516
192
- #: ../easy-fancybox-settings.php:591 ../easy-fancybox-settings.php:772
193
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:181
194
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:187
195
  #: ../../easy-fancybox-pro/easy-fancybox-pro.php:198
196
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:226
197
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:300
198
- msgid "Note:"
199
- msgstr ""
200
-
201
- #: ../easy-fancybox-settings.php:231
202
- msgid "Use RGBA notation for semi-transparent borders."
203
  msgstr ""
204
 
205
- #: ../easy-fancybox-settings.php:231 ../easy-fancybox-settings.php:446
206
- msgid "Example:"
 
 
 
207
  msgstr ""
208
 
209
- #: ../easy-fancybox-settings.php:236
210
- msgid "Border radius"
 
 
 
211
  msgstr ""
212
 
213
- #: ../easy-fancybox-settings.php:249
214
- msgid "Dimensions"
 
 
 
215
  msgstr ""
216
 
217
- #: ../easy-fancybox-settings.php:281
218
- msgid ""
219
- "If content size is not set or cannot be determined automatically, these "
220
- "default dimensions will be used."
 
221
  msgstr ""
222
 
223
- #: ../easy-fancybox-settings.php:286 ../easy-fancybox-settings.php:462
224
- msgid "Behavior"
 
 
 
225
  msgstr ""
226
 
227
- #: ../easy-fancybox-settings.php:293
228
- msgid "Center while scrolling"
 
 
 
229
  msgstr ""
230
 
231
- #: ../easy-fancybox-settings.php:300
232
- msgid "Esc key stroke closes FancyBox"
 
 
 
233
  msgstr ""
234
 
235
- #: ../easy-fancybox-settings.php:307
236
- msgid "Scale large content down to fit in the browser viewport."
 
 
 
237
  msgstr ""
238
 
239
- #: ../easy-fancybox-settings.php:311
240
- msgid "Opening speed"
 
 
 
241
  msgstr ""
242
 
243
- #: ../easy-fancybox-settings.php:323
244
- msgid "Closing speed"
 
 
 
245
  msgstr ""
246
 
247
- #: ../easy-fancybox-settings.php:332 ../easy-fancybox-settings.php:644
248
- msgid "Duration in milliseconds. Higher is slower."
 
 
 
249
  msgstr ""
250
 
251
- #: ../easy-fancybox-settings.php:338
252
- msgid "Miscellaneous"
 
 
 
253
  msgstr ""
254
 
255
- #: ../easy-fancybox-settings.php:344
256
- msgid "Browser & device compatibility"
 
 
 
 
 
 
257
  msgstr ""
258
 
259
- #: ../easy-fancybox-settings.php:348
260
- msgid "Minimum viewport width"
 
 
261
  msgstr ""
262
 
263
- #: ../easy-fancybox-settings.php:358
264
- msgid "(leave empty to ignore)"
 
265
  msgstr ""
266
 
267
- #: ../easy-fancybox-settings.php:365
 
268
  msgid ""
269
- "Make media links open in a new tab when viewport falls below minimum width "
270
- "(above)"
271
  msgstr ""
272
 
273
- #: ../easy-fancybox-settings.php:372
274
- msgid "Include IE 6 and 7 compatibility style rules"
 
275
  msgstr ""
276
 
277
- #: ../easy-fancybox-settings.php:379
278
- msgid "Include IE 8 compatibility style rules"
 
 
279
  msgstr ""
280
 
281
- #: ../easy-fancybox-settings.php:384
282
- msgid "Theme & plugins compatibility"
283
  msgstr ""
284
 
285
- #: ../easy-fancybox-settings.php:391
286
- msgid "Move scripts from footer to theme head section"
 
 
 
287
  msgstr ""
288
 
289
- #: ../easy-fancybox-settings.php:398
290
- msgid "Do not include standard WordPress jQuery library"
 
 
 
 
 
291
  msgstr ""
292
 
293
- #: ../easy-fancybox-settings.php:405
294
- msgid "Use jQuery pre-1.7 compatibility mode"
 
 
 
295
  msgstr ""
296
 
297
- #: ../easy-fancybox-settings.php:424
298
- msgid ""
299
- "To make images open in an overlay, add their extension to the Autodetect "
300
- "field or use the class \"fancybox\" for its link. Clear field to switch off "
301
- "all autodetection."
302
  msgstr ""
303
 
304
- #: ../easy-fancybox-settings.php:439 ../easy-fancybox-settings.php:805
305
- #: ../easy-fancybox-settings.php:930 ../easy-fancybox-settings.php:1024
306
- #: ../easy-fancybox-settings.php:1120 ../easy-fancybox-settings.php:1228
307
- #: ../easy-fancybox-settings.php:1328
308
- msgid "Autodetect"
309
  msgstr ""
310
 
311
- #: ../easy-fancybox-settings.php:450
312
- msgid "Apply to"
 
313
  msgstr ""
314
 
315
- #: ../easy-fancybox-settings.php:455
316
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:115
317
- msgid "All image links"
318
  msgstr ""
319
 
320
- #: ../easy-fancybox-settings.php:466 ../easy-fancybox-settings.php:722
321
- msgid "Transition In"
 
322
  msgstr ""
323
 
324
- #: ../easy-fancybox-settings.php:471 ../easy-fancybox-settings.php:498
325
- #: ../easy-fancybox-settings.php:727 ../easy-fancybox-settings.php:754
326
- msgid "Fade"
327
  msgstr ""
328
 
329
- #: ../easy-fancybox-settings.php:472 ../easy-fancybox-settings.php:499
330
- #: ../easy-fancybox-settings.php:728 ../easy-fancybox-settings.php:755
331
- msgid "Elastic"
 
 
 
332
  msgstr ""
333
 
334
- #: ../easy-fancybox-settings.php:479 ../easy-fancybox-settings.php:735
335
- msgid "Easing In"
336
  msgstr ""
337
 
338
- #: ../easy-fancybox-settings.php:483 ../easy-fancybox-settings.php:510
339
- #: ../easy-fancybox-settings.php:739 ../easy-fancybox-settings.php:766
340
- msgid "Linear"
341
  msgstr ""
342
 
343
- #: ../easy-fancybox-settings.php:484 ../easy-fancybox-settings.php:511
344
- #: ../easy-fancybox-settings.php:740 ../easy-fancybox-settings.php:767
345
- msgid "Swing"
 
346
  msgstr ""
347
 
348
- #: ../easy-fancybox-settings.php:485 ../easy-fancybox-settings.php:512
349
- #: ../easy-fancybox-settings.php:741 ../easy-fancybox-settings.php:768
350
- msgid "easeInBack"
 
 
 
351
  msgstr ""
352
 
353
- #: ../easy-fancybox-settings.php:486 ../easy-fancybox-settings.php:513
354
- #: ../easy-fancybox-settings.php:742 ../easy-fancybox-settings.php:769
355
- msgid "easeOutBack"
356
- msgstr ""
 
357
 
358
- #: ../easy-fancybox-settings.php:493 ../easy-fancybox-settings.php:749
359
- msgid "Transition Out"
 
 
 
360
  msgstr ""
361
 
362
- #: ../easy-fancybox-settings.php:506 ../easy-fancybox-settings.php:762
363
- msgid "Easing Out"
 
 
 
364
  msgstr ""
365
 
366
- #: ../easy-fancybox-settings.php:516 ../easy-fancybox-settings.php:772
367
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:181
368
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:300
369
- msgid "Easing effects only apply when Transition is set to Elastic. "
370
  msgstr ""
371
 
372
- #: ../easy-fancybox-settings.php:523 ../easy-fancybox-settings.php:779
373
- msgid ""
374
- "Transparency fade during elastic transition. CAUTION: Use only when at least "
375
- "Transition In is set to Elastic!"
376
  msgstr ""
377
 
378
- #: ../easy-fancybox-settings.php:530 ../easy-fancybox-settings.php:786
379
- msgid "Close FancyBox when content is clicked"
380
  msgstr ""
381
 
382
- #: ../easy-fancybox-settings.php:541 ../easy-fancybox-settings.php:859
383
- #: ../easy-fancybox-settings.php:982 ../easy-fancybox-settings.php:1076
384
- #: ../easy-fancybox-settings.php:1185 ../easy-fancybox-settings.php:1284
385
- #: ../easy-fancybox-settings.php:1384 ../easy-fancybox-settings.php:1511
386
- msgid "Show title"
387
  msgstr ""
388
 
389
- #: ../easy-fancybox-settings.php:545 ../easy-fancybox-settings.php:863
390
- #: ../easy-fancybox-settings.php:986 ../easy-fancybox-settings.php:1080
391
- #: ../easy-fancybox-settings.php:1189 ../easy-fancybox-settings.php:1288
392
- #: ../easy-fancybox-settings.php:1388 ../easy-fancybox-settings.php:1515
393
- msgid "Title Position"
394
  msgstr ""
395
 
396
- #: ../easy-fancybox-settings.php:549 ../easy-fancybox-settings.php:867
397
- #: ../easy-fancybox-settings.php:990 ../easy-fancybox-settings.php:1084
398
- #: ../easy-fancybox-settings.php:1193 ../easy-fancybox-settings.php:1292
399
- #: ../easy-fancybox-settings.php:1392 ../easy-fancybox-settings.php:1519
400
- msgid "Float"
401
  msgstr ""
402
 
403
- #: ../easy-fancybox-settings.php:550 ../easy-fancybox-settings.php:868
404
- #: ../easy-fancybox-settings.php:991 ../easy-fancybox-settings.php:1085
405
- #: ../easy-fancybox-settings.php:1194 ../easy-fancybox-settings.php:1293
406
- #: ../easy-fancybox-settings.php:1393 ../easy-fancybox-settings.php:1520
407
- msgid "Outside"
408
  msgstr ""
409
 
410
- #: ../easy-fancybox-settings.php:551 ../easy-fancybox-settings.php:869
411
- #: ../easy-fancybox-settings.php:992 ../easy-fancybox-settings.php:1086
412
- #: ../easy-fancybox-settings.php:1195 ../easy-fancybox-settings.php:1294
413
- #: ../easy-fancybox-settings.php:1394 ../easy-fancybox-settings.php:1521
414
- msgid "Inside"
415
  msgstr ""
416
 
417
- #: ../easy-fancybox-settings.php:562 ../easy-fancybox-settings.php:878
418
- #: ../easy-fancybox-settings.php:1001 ../easy-fancybox-settings.php:1096
419
- #: ../easy-fancybox-settings.php:1204 ../easy-fancybox-settings.php:1303
420
- #: ../easy-fancybox-settings.php:1403 ../easy-fancybox-settings.php:1530
421
- msgid "Allow title from thumbnail alt tag"
422
  msgstr ""
423
 
424
- #: ../easy-fancybox-settings.php:566 ../easy-fancybox-settings.php:655
425
- msgid "Advanced"
 
426
  msgstr ""
427
 
428
- #: ../easy-fancybox-settings.php:570
429
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:196
430
- msgid "Hide/show title on mouse hover action"
431
  msgstr ""
432
 
433
- #: ../easy-fancybox-settings.php:577
434
- msgid "Gallery"
 
435
  msgstr ""
436
 
437
- #: ../easy-fancybox-settings.php:581
438
- msgid "Autogallery"
 
439
  msgstr ""
440
 
441
- #: ../easy-fancybox-settings.php:587
442
- msgid "WordPress galleries only"
 
443
  msgstr ""
444
 
445
- #: ../easy-fancybox-settings.php:588
446
- msgid "All in one gallery"
 
447
  msgstr ""
448
 
449
- #: ../easy-fancybox-settings.php:591
450
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:187
451
- msgid ""
452
- "When disabled, you can use the rel attribute to manually group image links "
453
- "together."
454
  msgstr ""
455
 
456
- #: ../easy-fancybox-settings.php:598
457
- msgid "Show the gallery navigation arrows"
458
  msgstr ""
459
 
460
- #: ../easy-fancybox-settings.php:605
461
- msgid "Arrow key strokes browse the gallery"
462
  msgstr ""
463
 
464
- #: ../easy-fancybox-settings.php:612
465
- msgid ""
466
- "Include the Mousewheel jQuery extension script to allow gallery browsing by "
467
- "mousewheel action."
468
  msgstr ""
469
 
470
- #: ../easy-fancybox-settings.php:619
471
- msgid "Make galleries cyclic, allowing you to keep pressing next/back."
472
  msgstr ""
473
 
474
- #: ../easy-fancybox-settings.php:623
475
- msgid "Change speed"
 
 
476
  msgstr ""
477
 
478
- #: ../easy-fancybox-settings.php:635
479
- msgid "Fade speed"
480
  msgstr ""
481
 
482
- #: ../easy-fancybox-settings.php:651
483
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:185
484
- msgid "Galleries per Section (below)"
485
  msgstr ""
486
 
487
- #: ../easy-fancybox-settings.php:651
488
- msgid ""
489
- "This applies when <em>Apply to</em> is set to <em>Limited to Sections</em> "
490
- "and/or <em>Autogallery</em> is set to <em>Galleries per Section</em>. Adapt "
491
- "it to conform with your theme."
492
  msgstr ""
493
 
494
- #: ../easy-fancybox-settings.php:651
495
- msgid ""
496
- "Examples: If your theme wraps post content in a div with class post, change "
497
- "this value to \"div.post\". If you only want to group images in a WordPress "
498
- "gallery together, use \"div.gallery\". If you want to include images in a "
499
- "sidebar with ID primary, add \", #primary\"."
500
  msgstr ""
501
 
502
- #: ../easy-fancybox-settings.php:651
503
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:198
504
- msgid ""
505
- "Hide/show title on mouse hover action works best with Overlay title position."
506
  msgstr ""
507
 
508
- #: ../easy-fancybox-settings.php:651
509
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:226
510
- msgid "Auto-rotation uses a fixed 3, 6, 9 or 12 second pause per image."
511
  msgstr ""
512
 
513
- #: ../easy-fancybox-settings.php:651
514
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:221
515
- msgid "(3 seconds)"
 
 
516
  msgstr ""
517
 
518
- #: ../easy-fancybox-settings.php:651
519
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:222
520
- msgid "(6 seconds)"
521
  msgstr ""
522
 
523
- #: ../easy-fancybox-settings.php:651
524
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:223
525
- msgid "(9 seconds)"
526
  msgstr ""
527
 
528
- #: ../easy-fancybox-settings.php:651
529
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:224
530
- msgid "(12 seconds)"
531
  msgstr ""
532
 
533
- #: ../easy-fancybox-settings.php:659
534
- msgid "Slideshow"
535
  msgstr ""
536
 
537
- #: ../easy-fancybox-settings.php:687
538
- msgid ""
539
- "To make inline content open in an overlay, wrap that content in a div with a "
540
- "unique ID, create a link with target \"#uniqueID\" and give it a class "
541
- "\"fancybox-inline\" attribute."
542
  msgstr ""
543
 
544
- #: ../easy-fancybox-settings.php:705
545
- msgid ""
546
- "Try to adjust size to inline/html content. If unchecked or size cannot be "
547
- "determined, the default dimensions will be used."
548
  msgstr ""
549
 
550
- #: ../easy-fancybox-settings.php:709
551
- msgid "Scrolling"
552
  msgstr ""
553
 
554
- #: ../easy-fancybox-settings.php:713
555
- msgid "Auto"
556
  msgstr ""
557
 
558
- #: ../easy-fancybox-settings.php:714
559
- msgid "Always"
560
  msgstr ""
561
 
562
- #: ../easy-fancybox-settings.php:715
563
- msgid "Never"
564
  msgstr ""
565
 
566
- #: ../easy-fancybox-settings.php:718
567
- msgid "Define scrolling and scrollbar visibility."
568
  msgstr ""
569
 
570
- #: ../easy-fancybox-settings.php:797
571
- msgid ""
572
- "To make any PDF document file open in an overlay, switch on Autodetect or "
573
- "use the class \"fancybox-pdf\" for its link."
574
  msgstr ""
575
 
576
- #: ../easy-fancybox-settings.php:922
577
  msgid ""
578
- "To make any Flash (.swf) file open in an overlay, switch on Autodetect or "
579
- "use the class \"fancybox-swf\" for its link."
580
  msgstr ""
581
 
582
- #: ../easy-fancybox-settings.php:1016
583
- msgid ""
584
- "To make any SVG (.svg) file open in an overlay, switch on Autodetect or use "
585
- "the class \"fancybox-svg\" for its link."
586
  msgstr ""
587
 
588
- #: ../easy-fancybox-settings.php:1111
589
- msgid ""
590
- "To make any YouTube movie open in an overlay, switch on Autodetect or use "
591
- "the class \"fancybox-youtube\" for its link."
592
  msgstr ""
593
 
594
- #: ../easy-fancybox-settings.php:1129
595
- msgid "Autodetect Short links"
596
  msgstr ""
597
 
598
- #: ../easy-fancybox-settings.php:1219
599
- msgid ""
600
- "To make any Vimeo movie open in an overlay, switch on Autodetect or use the "
601
- "class \"fancybox-vimeo\" for its link."
602
  msgstr ""
603
 
604
- #: ../easy-fancybox-settings.php:1319
605
- msgid ""
606
- "To make any Dailymotion movie open in an overlay, switch on Autodetect or "
607
- "use the class \"fancybox-dailymotion\" for its link."
608
  msgstr ""
609
 
610
- #: ../easy-fancybox-settings.php:1445
611
- msgid ""
612
- "To make a website or HTML document open in an overlay, use the class "
613
- "\"fancybox-iframe\" for its link."
614
  msgstr ""
615
 
616
- #: ../easy-fancybox-class.php:351
617
- msgid "Donate to keep the Easy FancyBox plugin development going!"
618
  msgstr ""
619
 
620
- #: ../easy-fancybox-class.php:351
621
- #, php-format
622
- msgid ""
623
- "The options in this section are provided by the plugin %s and determine the "
624
- "<strong>Media Lightbox</strong> overlay appearance and behaviour controlled "
625
- "by %s."
626
  msgstr ""
627
 
628
- #: ../easy-fancybox-class.php:351
629
- msgid "Easy FancyBox"
630
  msgstr ""
631
 
632
- #: ../easy-fancybox-class.php:351 ../easy-fancybox-class.php:547
633
- #: ../easy-fancybox-class.php:587
634
- msgid "FancyBox"
635
  msgstr ""
636
 
637
- #: ../easy-fancybox-class.php:351
638
- msgid ""
639
- "First enable each sub-section that you need. Then save and come back to "
640
- "adjust its specific settings."
641
  msgstr ""
642
 
643
- #: ../easy-fancybox-class.php:351
644
- msgid ""
645
- "Note: Each additional sub-section and features like <em>Auto-detection</em>, "
646
- "<em>Elastic transitions</em> and all <em>Easing effects</em> (except Swing) "
647
- "will have some extra impact on client-side page speed. Enable only those sub-"
648
- "sections and options that you actually need on your site."
649
  msgstr ""
650
 
651
- #: ../easy-fancybox-class.php:351
652
- msgid ""
653
- "Some setting like Transition options are unavailable for SWF video, PDF and "
654
- "iFrame content to ensure browser compatibility and readability."
655
  msgstr ""
656
 
657
- #: ../easy-fancybox-class.php:395
658
- msgid "Checked"
659
  msgstr ""
660
 
661
- #: ../easy-fancybox-class.php:397
662
- msgid "Unchecked"
663
  msgstr ""
664
 
665
- #: ../easy-fancybox-class.php:587
666
- msgid "Easy FancyBox Settings"
667
  msgstr ""
668
 
669
- #: ../easy-fancybox-class.php:596
670
- msgid "Sections"
671
  msgstr ""
672
 
673
- #: ../easy-fancybox-class.php:633
674
- msgid "Support"
 
 
 
675
  msgstr ""
676
 
677
- #: ../easy-fancybox-class.php:634
678
- msgid "Resources"
 
 
 
679
  msgstr ""
680
 
681
- #: ../easy-fancybox-class.php:636
682
- msgid "Credits"
683
  msgstr ""
684
 
685
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:46
686
  msgid ""
687
- "Thank you for purchasing the Easy FancyBox - Pro extension. New options are "
688
- "available."
689
  msgstr ""
690
 
691
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:46
692
- msgid "Get support here."
693
  msgstr ""
694
 
695
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:52
696
- msgid "First Image link"
 
697
  msgstr ""
698
 
699
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:53
700
- msgid "First PDF link"
 
701
  msgstr ""
702
 
703
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:54
704
- msgid "First SWF link"
705
  msgstr ""
706
 
707
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:55
708
- msgid "First SVG link"
 
709
  msgstr ""
710
 
711
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:56
712
- msgid "First YouTube link "
 
713
  msgstr ""
714
 
715
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:57
716
- msgid "First Vimeo link "
 
717
  msgstr ""
718
 
719
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:58
720
- msgid "First Dailymotion link "
 
721
  msgstr ""
722
 
723
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:59
724
- msgid "First iFrame link"
725
  msgstr ""
726
 
727
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:60
728
- msgid "First of any link"
729
  msgstr ""
730
 
731
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:103
732
- msgid "Set a border radius to create rounded corners. Higher is rounder."
 
 
733
  msgstr ""
734
 
735
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:113
736
- msgid "Links inside Section(s) only (below)"
737
  msgstr ""
738
 
739
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:119
740
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:152
741
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:238
742
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:271
743
- msgid "easeInQuad"
744
  msgstr ""
745
 
746
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:120
747
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:153
748
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:239
749
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:272
750
- msgid "easeOutQuad"
751
  msgstr ""
752
 
753
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:121
754
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:154
755
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:240
756
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:273
757
- msgid "easeInOutQuad"
758
  msgstr ""
759
 
760
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:122
761
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:155
762
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:241
763
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:274
764
- msgid "easeInCubic"
765
  msgstr ""
766
 
767
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:123
768
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:156
769
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:242
770
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:275
771
- msgid "easeOutCubic"
772
  msgstr ""
773
 
774
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:124
775
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:157
776
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:243
777
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:276
778
- msgid "easeInOutCubic"
779
  msgstr ""
780
 
781
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:125
782
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:158
783
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:244
784
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:277
785
- msgid "easeInQuart"
786
  msgstr ""
787
 
788
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:126
789
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:159
790
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:245
791
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:278
792
- msgid "easeOutQuart"
793
  msgstr ""
794
 
795
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:127
796
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:160
797
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:246
798
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:279
799
- msgid "easeInOutQuart"
800
  msgstr ""
801
 
802
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:128
803
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:161
804
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:247
805
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:280
806
- msgid "easeInQuint"
807
  msgstr ""
808
 
809
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:129
810
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:162
811
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:248
812
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:281
813
- msgid "easeOutQuint"
814
  msgstr ""
815
 
816
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:130
817
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:163
818
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:249
819
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:282
820
- msgid "easeInOutQuint"
821
  msgstr ""
822
 
823
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:131
824
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:164
825
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:250
826
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:283
827
- msgid "easeInSine"
828
  msgstr ""
829
 
830
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:132
831
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:165
832
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:251
833
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:284
834
- msgid "easeOutSine"
835
  msgstr ""
836
 
837
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:133
838
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:166
839
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:252
840
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:285
841
- msgid "easeInOutSine"
842
  msgstr ""
843
 
844
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:134
845
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:167
846
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:253
847
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:286
848
- msgid "easeInExpo"
849
  msgstr ""
850
 
851
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:135
852
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:168
853
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:254
854
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:287
855
- msgid "easeOutExpo"
856
  msgstr ""
857
 
858
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:136
859
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:169
860
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:255
861
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:288
862
- msgid "easeInOutExpo"
863
  msgstr ""
864
 
865
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:137
866
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:170
867
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:256
868
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:289
869
- msgid "easeInCirc"
870
  msgstr ""
871
 
872
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:138
873
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:171
874
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:257
875
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:290
876
- msgid "easeOutCirc"
877
  msgstr ""
878
 
879
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:139
880
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:172
881
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:258
882
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:291
883
- msgid "easeInOutCirc"
884
  msgstr ""
885
 
886
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:140
887
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:173
888
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:259
889
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:292
890
- msgid "easeInElastic"
891
  msgstr ""
892
 
893
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:141
894
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:174
895
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:260
896
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:293
897
- msgid "easeOutElastic"
898
  msgstr ""
899
 
900
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:142
901
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:175
902
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:261
903
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:294
904
- msgid "easeInOutElastic"
905
  msgstr ""
906
 
907
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:143
908
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:176
909
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:262
910
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:295
911
- msgid "easeInOutBack"
912
  msgstr ""
913
 
914
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:144
915
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:177
916
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:263
917
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:296
918
- msgid "easeInBounce"
919
  msgstr ""
920
 
921
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:145
922
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:178
923
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:264
924
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:297
925
- msgid "easeOutBounce"
926
  msgstr ""
927
 
928
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:146
929
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:179
930
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:265
931
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:298
932
- msgid "easeInOutBounce"
933
  msgstr ""
934
 
935
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:206
936
- msgid "Section(s)"
937
  msgstr ""
938
 
939
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:212
 
 
 
 
940
  msgid ""
941
- "This applies when <em>Apply to</em> is set to <em>Limited to Sections</em> "
942
- "and/or <em>Auto-gallery</em> is set to <em>Galleries per Section</em>. Adapt "
943
- "it to conform with your theme."
944
  msgstr ""
945
 
946
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:212
947
  msgid ""
948
- "Examples: If your theme wraps post content in a div with class post, change "
949
- "this value to \"div.post\". If you want to include images in a sidebar with "
950
- "ID primary, add \", div#primary\" or \"aside#primary\" for html5 themes. If "
951
- "you only want to group images in a WordPress gallery together, use \"div."
952
- "gallery\". If you want to include images in a sidebar with ID primary, add "
953
- "\", #primary\"."
954
  msgstr ""
955
 
956
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:221
957
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:222
958
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:223
959
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:224
960
- msgid "Gallery Auto-rotation"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
961
  msgstr ""
4
  msgstr ""
5
  "Project-Id-Version: Easy FancyBox/1.5\n"
6
  "Report-Msgid-Bugs-To: \n"
7
+ "POT-Creation-Date: 2015-06-12 13:23+0100\n"
8
+ "PO-Revision-Date: 2015-06-12 13:27+0100\n"
9
  "Last-Translator: RavanH <ravanhagen@gmail.com>\n"
10
  "Language-Team: \n"
11
+ "Language: en\n"
12
  "MIME-Version: 1.0\n"
13
  "Content-Type: text/plain; charset=UTF-8\n"
14
  "Content-Transfer-Encoding: 8bit\n"
15
  "X-Poedit-KeywordsList: __;_e;_n\n"
16
  "X-Poedit-Basepath: .\n"
17
+ "X-Generator: Poedit 1.7.5\n"
 
18
 
19
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:57
20
+ msgid ""
21
+ "Thank you for purchasing the Easy FancyBox - Pro extension. New options are "
22
+ "available."
23
  msgstr ""
24
 
25
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:57
26
+ msgid "Get support here."
27
  msgstr ""
28
 
29
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:64
30
+ #: ../easy-fancybox-settings.php:135
31
+ msgid "Spotlight effect"
32
  msgstr ""
33
 
34
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:91
35
+ #: ../easy-fancybox-settings.php:127
36
+ msgid "Enter an HTML color value."
37
  msgstr ""
38
 
39
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:91
40
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:146
41
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:243
42
+ #: ../easy-fancybox-settings.php:117 ../easy-fancybox-settings.php:127
43
+ #: ../easy-fancybox-settings.php:195 ../easy-fancybox-settings.php:258
44
+ #: ../easy-fancybox-settings.php:309 ../easy-fancybox-settings.php:348
45
+ #: ../easy-fancybox-settings.php:683
46
+ msgid "Default:"
47
  msgstr ""
48
 
49
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:96
50
+ msgid "Set a border radius to create rounded corners. Higher is rounder."
 
51
  msgstr ""
52
 
53
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:104
54
+ msgid "First Image link"
 
55
  msgstr ""
56
 
57
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:105
58
+ msgid "First PDF link"
59
  msgstr ""
60
 
61
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:106
62
+ msgid "First SWF link"
 
63
  msgstr ""
64
 
65
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:107
66
+ msgid "First SVG link"
 
67
  msgstr ""
68
 
69
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:108
70
+ msgid "First YouTube link "
 
71
  msgstr ""
72
 
73
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:109
74
+ msgid "First Vimeo link "
 
75
  msgstr ""
76
 
77
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:110
78
+ msgid "First Dailymotion link "
 
 
79
  msgstr ""
80
 
81
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:111
82
+ msgid "First iFrame link"
83
  msgstr ""
84
 
85
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:112
86
+ msgid "First of any link"
87
  msgstr ""
88
 
89
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:118
90
+ #: ../easy-fancybox-settings.php:352
91
+ msgid "Hide popup after first visit?"
92
  msgstr ""
93
 
94
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:124
95
+ #: ../easy-fancybox-settings.php:361
96
+ msgid "1 Day"
97
  msgstr ""
98
 
99
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:125
100
+ #: ../easy-fancybox-settings.php:361
101
+ msgid "1 Week"
102
  msgstr ""
103
 
104
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:126
105
+ #: ../easy-fancybox-settings.php:361
106
+ msgid "1 Month"
 
 
107
  msgstr ""
108
 
109
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:127
110
+ #: ../easy-fancybox-settings.php:361
111
+ msgid "1 Year"
112
+ msgstr ""
113
+
114
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:134
115
+ #: ../easy-fancybox-settings.php:441
116
  msgid ""
117
  "Include the Metadata jQuery extension script to allow passing custom "
118
  "parameters via link class."
119
  msgstr ""
120
 
121
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:144
122
+ msgid "Links inside Section(s) only (below)"
123
  msgstr ""
124
 
125
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:146
126
+ #: ../easy-fancybox-settings.php:482
127
+ msgid "All image links"
128
  msgstr ""
129
 
130
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:150
131
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:183
132
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:269
133
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:302
134
+ msgid "easeInQuad"
135
  msgstr ""
136
 
137
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:151
138
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:184
139
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:270
140
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:303
141
+ msgid "easeOutQuad"
142
  msgstr ""
143
 
144
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:152
145
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:185
146
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:271
147
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:304
148
+ msgid "easeInOutQuad"
149
  msgstr ""
150
 
151
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:153
152
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:186
153
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:272
154
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:305
155
+ msgid "easeInCubic"
 
 
156
  msgstr ""
157
 
158
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:154
159
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:187
160
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:273
161
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:306
162
+ msgid "easeOutCubic"
163
  msgstr ""
164
 
165
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:155
166
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:188
167
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:274
168
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:307
169
+ msgid "easeInOutCubic"
170
  msgstr ""
171
 
172
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:156
173
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:189
174
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:275
175
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:308
176
+ msgid "easeInQuart"
177
  msgstr ""
178
 
179
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:157
180
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:190
181
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:276
182
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:309
183
+ msgid "easeOutQuart"
184
  msgstr ""
185
 
186
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:158
187
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:191
188
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:277
189
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:310
190
+ msgid "easeInOutQuart"
191
  msgstr ""
192
 
193
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:159
194
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:192
195
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:278
196
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:311
197
+ msgid "easeInQuint"
198
  msgstr ""
199
 
200
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:160
201
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:193
202
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:279
203
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:312
204
+ msgid "easeOutQuint"
205
  msgstr ""
206
 
207
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:161
208
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:194
209
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:280
210
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:313
211
+ msgid "easeInOutQuint"
212
  msgstr ""
213
 
214
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:162
215
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:195
216
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:281
217
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:314
218
+ msgid "easeInSine"
219
  msgstr ""
220
 
221
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:163
222
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:196
223
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:282
224
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:315
225
+ msgid "easeOutSine"
226
  msgstr ""
227
 
228
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:164
229
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:197
230
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:283
231
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:316
232
+ msgid "easeInOutSine"
233
  msgstr ""
234
 
235
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:165
 
 
 
236
  #: ../../easy-fancybox-pro/easy-fancybox-pro.php:198
237
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:284
238
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:317
239
+ msgid "easeInExpo"
 
 
 
 
240
  msgstr ""
241
 
242
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:166
243
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:199
244
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:285
245
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:318
246
+ msgid "easeOutExpo"
247
  msgstr ""
248
 
249
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:167
250
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:200
251
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:286
252
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:319
253
+ msgid "easeInOutExpo"
254
  msgstr ""
255
 
256
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:168
257
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:201
258
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:287
259
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:320
260
+ msgid "easeInCirc"
261
  msgstr ""
262
 
263
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:169
264
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:202
265
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:288
266
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:321
267
+ msgid "easeOutCirc"
268
  msgstr ""
269
 
270
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:170
271
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:203
272
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:289
273
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:322
274
+ msgid "easeInOutCirc"
275
  msgstr ""
276
 
277
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:171
278
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:204
279
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:290
280
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:323
281
+ msgid "easeInElastic"
282
  msgstr ""
283
 
284
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:172
285
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:205
286
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:291
287
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:324
288
+ msgid "easeOutElastic"
289
  msgstr ""
290
 
291
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:173
292
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:206
293
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:292
294
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:325
295
+ msgid "easeInOutElastic"
296
  msgstr ""
297
 
298
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:174
299
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:207
300
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:293
301
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:326
302
+ msgid "easeInOutBack"
303
  msgstr ""
304
 
305
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:175
306
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:208
307
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:294
308
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:327
309
+ msgid "easeInBounce"
310
  msgstr ""
311
 
312
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:176
313
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:209
314
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:295
315
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:328
316
+ msgid "easeOutBounce"
317
  msgstr ""
318
 
319
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:177
320
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:210
321
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:296
322
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:329
323
+ msgid "easeInOutBounce"
324
  msgstr ""
325
 
326
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:212
327
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:218
328
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:229
329
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:257
330
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:331
331
+ #: ../easy-fancybox-settings.php:195 ../easy-fancybox-settings.php:555
332
+ #: ../easy-fancybox-settings.php:630 ../easy-fancybox-settings.php:811
333
+ msgid "Note:"
334
  msgstr ""
335
 
336
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:212
337
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:331
338
+ #: ../easy-fancybox-settings.php:555 ../easy-fancybox-settings.php:811
339
+ msgid "Easing effects only apply when Transition is set to Elastic. "
340
  msgstr ""
341
 
342
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:216
343
+ #: ../easy-fancybox-settings.php:690
344
+ msgid "Galleries per Section (below)"
345
  msgstr ""
346
 
347
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:218
348
+ #: ../easy-fancybox-settings.php:630
349
  msgid ""
350
+ "When disabled, you can use the rel attribute to manually group image links "
351
+ "together."
352
  msgstr ""
353
 
354
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:227
355
+ #: ../easy-fancybox-settings.php:609
356
+ msgid "Hide/show title on mouse hover action"
357
  msgstr ""
358
 
359
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:229
360
+ #: ../easy-fancybox-settings.php:690
361
+ msgid ""
362
+ "Hide/show title on mouse hover action works best with Overlay title position."
363
  msgstr ""
364
 
365
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:237
366
+ msgid "Section(s)"
367
  msgstr ""
368
 
369
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:243
370
+ msgid ""
371
+ "This applies when <em>Apply to</em> is set to <em>Limited to Sections</em> "
372
+ "and/or <em>Auto-gallery</em> is set to <em>Galleries per Section</em>. Adapt "
373
+ "it to conform with your theme."
374
  msgstr ""
375
 
376
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:243
377
+ #: ../easy-fancybox-settings.php:690
378
+ msgid ""
379
+ "Examples: If your theme wraps post content in a div with class post, change "
380
+ "this value to \"div.post\". If you only want to group images in a WordPress "
381
+ "gallery together, use \"div.gallery\". If you want to include images in a "
382
+ "sidebar with ID primary, add \", #primary\"."
383
  msgstr ""
384
 
385
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:252
386
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:253
387
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:254
388
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:255
389
+ msgid "Gallery Auto-rotation"
390
  msgstr ""
391
 
392
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:252
393
+ #: ../easy-fancybox-settings.php:690
394
+ msgid "(3 seconds)"
 
 
395
  msgstr ""
396
 
397
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:253
398
+ #: ../easy-fancybox-settings.php:690
399
+ msgid "(6 seconds)"
 
 
400
  msgstr ""
401
 
402
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:254
403
+ #: ../easy-fancybox-settings.php:690
404
+ msgid "(9 seconds)"
405
  msgstr ""
406
 
407
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:255
408
+ #: ../easy-fancybox-settings.php:690
409
+ msgid "(12 seconds)"
410
  msgstr ""
411
 
412
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:257
413
+ #: ../easy-fancybox-settings.php:690
414
+ msgid "Auto-rotation uses a fixed 3, 6, 9 or 12 second pause per image."
415
  msgstr ""
416
 
417
+ #: ../easy-fancybox-class.php:348
418
+ msgid "Donate to keep the Easy FancyBox plugin development going!"
 
419
  msgstr ""
420
 
421
+ #: ../easy-fancybox-class.php:348
422
+ #, php-format
423
+ msgid ""
424
+ "The options in this section are provided by the plugin %s and determine the "
425
+ "<strong>Media Lightbox</strong> overlay appearance and behaviour controlled "
426
+ "by %s."
427
  msgstr ""
428
 
429
+ #: ../easy-fancybox-class.php:348
430
+ msgid "Easy FancyBox"
431
  msgstr ""
432
 
433
+ #: ../easy-fancybox-class.php:348 ../easy-fancybox-class.php:589
434
+ #: ../easy-fancybox-class.php:658
435
+ msgid "FancyBox"
436
  msgstr ""
437
 
438
+ #: ../easy-fancybox-class.php:348
439
+ msgid ""
440
+ "First enable each sub-section that you need. Then save and come back to "
441
+ "adjust its specific settings."
442
  msgstr ""
443
 
444
+ #: ../easy-fancybox-class.php:348
445
+ msgid ""
446
+ "Note: Each additional sub-section and features like <em>Auto-detection</em>, "
447
+ "<em>Elastic transitions</em> and all <em>Easing effects</em> (except Swing) "
448
+ "will have some extra impact on client-side page speed. Enable only those sub-"
449
+ "sections and options that you actually need on your site."
450
  msgstr ""
451
 
452
+ #: ../easy-fancybox-class.php:348
453
+ msgid ""
454
+ "Some setting like Transition options are unavailable for SWF video, PDF and "
455
+ "iFrame content to ensure browser compatibility and readability."
456
+ msgstr ""
457
 
458
+ #: ../easy-fancybox-class.php:353 ../easy-fancybox-class.php:616
459
+ msgid ""
460
+ "Notice: The current Easy FancyBox plugin version is not fully compatible "
461
+ "with your version of the Pro extension. Some advanced options may not be "
462
+ "functional."
463
  msgstr ""
464
 
465
+ #: ../easy-fancybox-class.php:356 ../easy-fancybox-class.php:618
466
+ #, php-format
467
+ msgid ""
468
+ "Please <a href=\"%1$s\" target=\"_blank\">download and install the latest "
469
+ "Pro version</a>."
470
  msgstr ""
471
 
472
+ #: ../easy-fancybox-class.php:358
473
+ msgid "Please contact your web site administrator."
 
 
474
  msgstr ""
475
 
476
+ #: ../easy-fancybox-class.php:405
477
+ msgid "Checked"
 
 
478
  msgstr ""
479
 
480
+ #: ../easy-fancybox-class.php:407
481
+ msgid "Unchecked"
482
  msgstr ""
483
 
484
+ #: ../easy-fancybox-class.php:620
485
+ #, php-format
486
+ msgid "Or you can ignore and <a href=\"%1$s\">hide this message</a>."
 
 
487
  msgstr ""
488
 
489
+ #: ../easy-fancybox-class.php:658
490
+ msgid "Easy FancyBox Settings"
 
 
 
491
  msgstr ""
492
 
493
+ #: ../easy-fancybox-class.php:667
494
+ msgid "Sections"
 
 
 
495
  msgstr ""
496
 
497
+ #: ../easy-fancybox-class.php:668 ../easy-fancybox-settings.php:9
498
+ msgid "Global settings"
 
 
 
499
  msgstr ""
500
 
501
+ #: ../easy-fancybox-class.php:669 ../easy-fancybox-settings.php:27
502
+ #: ../easy-fancybox-settings.php:449
503
+ msgid "Images"
 
 
504
  msgstr ""
505
 
506
+ #: ../easy-fancybox-class.php:670 ../easy-fancybox-settings.php:34
507
+ #: ../easy-fancybox-settings.php:721
508
+ msgid "Inline content"
 
 
509
  msgstr ""
510
 
511
+ #: ../easy-fancybox-class.php:671 ../easy-fancybox-settings.php:41
512
+ #: ../easy-fancybox-settings.php:831
513
+ msgid "PDF"
514
  msgstr ""
515
 
516
+ #: ../easy-fancybox-class.php:672 ../easy-fancybox-settings.php:48
517
+ #: ../easy-fancybox-settings.php:941
518
+ msgid "SWF"
519
  msgstr ""
520
 
521
+ #: ../easy-fancybox-class.php:673 ../easy-fancybox-settings.php:62
522
+ #: ../easy-fancybox-settings.php:1130
523
+ msgid "YouTube"
524
  msgstr ""
525
 
526
+ #: ../easy-fancybox-class.php:674 ../easy-fancybox-settings.php:69
527
+ #: ../easy-fancybox-settings.php:1228
528
+ msgid "Vimeo"
529
  msgstr ""
530
 
531
+ #: ../easy-fancybox-class.php:675 ../easy-fancybox-settings.php:76
532
+ #: ../easy-fancybox-settings.php:1327
533
+ msgid "Dailymotion"
534
  msgstr ""
535
 
536
+ #: ../easy-fancybox-class.php:676 ../easy-fancybox-settings.php:83
537
+ #: ../easy-fancybox-settings.php:1452
538
+ msgid "iFrames"
539
  msgstr ""
540
 
541
+ #: ../easy-fancybox-class.php:702
542
+ msgid "Advanced Options"
 
 
 
543
  msgstr ""
544
 
545
+ #: ../easy-fancybox-class.php:704
546
+ msgid "Support"
547
  msgstr ""
548
 
549
+ #: ../easy-fancybox-settings.php:14
550
+ msgid "Media"
551
  msgstr ""
552
 
553
+ #: ../easy-fancybox-settings.php:20
554
+ msgid "Enable FancyBox for"
 
 
555
  msgstr ""
556
 
557
+ #: ../easy-fancybox-settings.php:55 ../easy-fancybox-settings.php:1035
558
+ msgid "SVG"
559
  msgstr ""
560
 
561
+ #: ../easy-fancybox-settings.php:86
562
+ msgid ""
563
+ "For advanced options and support, please get the Easy FancyBox - Pro "
564
+ "extension."
565
  msgstr ""
566
 
567
+ #: ../easy-fancybox-settings.php:89 ../easy-fancybox-settings.php:591
568
+ msgid "Overlay"
569
  msgstr ""
570
 
571
+ #: ../easy-fancybox-settings.php:98
572
+ msgid "Show the overlay around content opened in FancyBox."
 
573
  msgstr ""
574
 
575
+ #: ../easy-fancybox-settings.php:105
576
+ msgid "Close FancyBox when overlay is clicked."
 
 
 
577
  msgstr ""
578
 
579
+ #: ../easy-fancybox-settings.php:109
580
+ msgid "Opacity"
 
 
 
 
581
  msgstr ""
582
 
583
+ #: ../easy-fancybox-settings.php:117
584
+ msgid "Value between 0 and 1. "
 
 
585
  msgstr ""
586
 
587
+ #: ../easy-fancybox-settings.php:121
588
+ msgid "Color"
 
589
  msgstr ""
590
 
591
+ #: ../easy-fancybox-settings.php:135 ../easy-fancybox-settings.php:175
592
+ #: ../easy-fancybox-settings.php:208 ../easy-fancybox-settings.php:362
593
+ #: ../easy-fancybox-settings.php:441 ../easy-fancybox-settings.php:612
594
+ #: ../easy-fancybox-settings.php:701
595
+ msgid "Make available &raquo;"
596
  msgstr ""
597
 
598
+ #: ../easy-fancybox-settings.php:140
599
+ msgid "Window"
 
600
  msgstr ""
601
 
602
+ #: ../easy-fancybox-settings.php:146 ../easy-fancybox-settings.php:573
603
+ msgid "Appearance"
 
604
  msgstr ""
605
 
606
+ #: ../easy-fancybox-settings.php:153
607
+ msgid "Show the (X) close button"
 
608
  msgstr ""
609
 
610
+ #: ../easy-fancybox-settings.php:158
611
+ msgid "Background color"
612
  msgstr ""
613
 
614
+ #: ../easy-fancybox-settings.php:169
615
+ msgid "Text color"
 
 
 
616
  msgstr ""
617
 
618
+ #: ../easy-fancybox-settings.php:180
619
+ msgid "Title color"
 
 
620
  msgstr ""
621
 
622
+ #: ../easy-fancybox-settings.php:190
623
+ msgid "Border color"
624
  msgstr ""
625
 
626
+ #: ../easy-fancybox-settings.php:195
627
+ msgid "Use RGBA notation for semi-transparent borders."
628
  msgstr ""
629
 
630
+ #: ../easy-fancybox-settings.php:195 ../easy-fancybox-settings.php:473
631
+ msgid "Example:"
632
  msgstr ""
633
 
634
+ #: ../easy-fancybox-settings.php:200
635
+ msgid "Border radius"
636
  msgstr ""
637
 
638
+ #: ../easy-fancybox-settings.php:213
639
+ msgid "Dimensions"
640
  msgstr ""
641
 
642
+ #: ../easy-fancybox-settings.php:249
643
+ msgid "Margin"
 
 
644
  msgstr ""
645
 
646
+ #: ../easy-fancybox-settings.php:258
647
  msgid ""
648
+ "If content size is not set or cannot be determined automatically, these "
649
+ "default dimensions will be used."
650
  msgstr ""
651
 
652
+ #: ../easy-fancybox-settings.php:263 ../easy-fancybox-settings.php:501
653
+ msgid "Behavior"
 
 
654
  msgstr ""
655
 
656
+ #: ../easy-fancybox-settings.php:270
657
+ msgid "Center while scrolling"
 
 
658
  msgstr ""
659
 
660
+ #: ../easy-fancybox-settings.php:277
661
+ msgid "Esc key stroke closes FancyBox"
662
  msgstr ""
663
 
664
+ #: ../easy-fancybox-settings.php:284
665
+ msgid "Scale large content down to fit in the browser viewport."
 
 
666
  msgstr ""
667
 
668
+ #: ../easy-fancybox-settings.php:288
669
+ msgid "Opening speed"
 
 
670
  msgstr ""
671
 
672
+ #: ../easy-fancybox-settings.php:300
673
+ msgid "Closing speed"
 
 
674
  msgstr ""
675
 
676
+ #: ../easy-fancybox-settings.php:309 ../easy-fancybox-settings.php:683
677
+ msgid "Duration in milliseconds. Higher is slower."
678
  msgstr ""
679
 
680
+ #: ../easy-fancybox-settings.php:315
681
+ msgid "Miscellaneous"
 
 
 
 
682
  msgstr ""
683
 
684
+ #: ../easy-fancybox-settings.php:321
685
+ msgid "Auto popup"
686
  msgstr ""
687
 
688
+ #: ../easy-fancybox-settings.php:325
689
+ msgid "Open on page load"
 
690
  msgstr ""
691
 
692
+ #: ../easy-fancybox-settings.php:331
693
+ msgid "Link with ID \"fancybox-auto\""
 
 
694
  msgstr ""
695
 
696
+ #: ../easy-fancybox-settings.php:334 ../easy-fancybox-settings.php:485
697
+ #: ../easy-fancybox-settings.php:528 ../easy-fancybox-settings.php:555
698
+ #: ../easy-fancybox-settings.php:630 ../easy-fancybox-settings.php:784
699
+ #: ../easy-fancybox-settings.php:811 ../easy-fancybox-settings.php:864
700
+ msgid "More options &raquo;"
 
701
  msgstr ""
702
 
703
+ #: ../easy-fancybox-settings.php:338
704
+ msgid "Delay in milliseconds"
 
 
705
  msgstr ""
706
 
707
+ #: ../easy-fancybox-settings.php:366
708
+ msgid "Browser & device compatibility"
709
  msgstr ""
710
 
711
+ #: ../easy-fancybox-settings.php:395
712
+ msgid "Include IE 6 and 7 compatibility style rules"
713
  msgstr ""
714
 
715
+ #: ../easy-fancybox-settings.php:402
716
+ msgid "Include IE 8 compatibility style rules"
717
  msgstr ""
718
 
719
+ #: ../easy-fancybox-settings.php:433
720
+ msgid "Other"
721
  msgstr ""
722
 
723
+ #: ../easy-fancybox-settings.php:454
724
+ msgid ""
725
+ "To make images open in an overlay, add their extension to the Autodetect "
726
+ "field or use the class \"fancybox\" for its link. Clear field to switch off "
727
+ "all autodetection."
728
  msgstr ""
729
 
730
+ #: ../easy-fancybox-settings.php:466 ../easy-fancybox-settings.php:844
731
+ #: ../easy-fancybox-settings.php:954 ../easy-fancybox-settings.php:1048
732
+ #: ../easy-fancybox-settings.php:1143 ../easy-fancybox-settings.php:1241
733
+ #: ../easy-fancybox-settings.php:1340
734
+ msgid "Autodetect"
735
  msgstr ""
736
 
737
+ #: ../easy-fancybox-settings.php:477
738
+ msgid "Apply to"
739
  msgstr ""
740
 
741
+ #: ../easy-fancybox-settings.php:489
742
  msgid ""
743
+ "Force FancyBox to treat all media linked with class=\"fancybox\" as images?"
 
744
  msgstr ""
745
 
746
+ #: ../easy-fancybox-settings.php:505 ../easy-fancybox-settings.php:761
747
+ msgid "Transition In"
748
  msgstr ""
749
 
750
+ #: ../easy-fancybox-settings.php:510 ../easy-fancybox-settings.php:537
751
+ #: ../easy-fancybox-settings.php:766 ../easy-fancybox-settings.php:793
752
+ msgid "Fade"
753
  msgstr ""
754
 
755
+ #: ../easy-fancybox-settings.php:511 ../easy-fancybox-settings.php:538
756
+ #: ../easy-fancybox-settings.php:767 ../easy-fancybox-settings.php:794
757
+ msgid "Elastic"
758
  msgstr ""
759
 
760
+ #: ../easy-fancybox-settings.php:518 ../easy-fancybox-settings.php:774
761
+ msgid "Easing In"
762
  msgstr ""
763
 
764
+ #: ../easy-fancybox-settings.php:522 ../easy-fancybox-settings.php:549
765
+ #: ../easy-fancybox-settings.php:778 ../easy-fancybox-settings.php:805
766
+ msgid "Linear"
767
  msgstr ""
768
 
769
+ #: ../easy-fancybox-settings.php:523 ../easy-fancybox-settings.php:550
770
+ #: ../easy-fancybox-settings.php:779 ../easy-fancybox-settings.php:806
771
+ msgid "Swing"
772
  msgstr ""
773
 
774
+ #: ../easy-fancybox-settings.php:524 ../easy-fancybox-settings.php:551
775
+ #: ../easy-fancybox-settings.php:780 ../easy-fancybox-settings.php:807
776
+ msgid "easeInBack"
777
  msgstr ""
778
 
779
+ #: ../easy-fancybox-settings.php:525 ../easy-fancybox-settings.php:552
780
+ #: ../easy-fancybox-settings.php:781 ../easy-fancybox-settings.php:808
781
+ msgid "easeOutBack"
782
  msgstr ""
783
 
784
+ #: ../easy-fancybox-settings.php:532 ../easy-fancybox-settings.php:788
785
+ msgid "Transition Out"
786
  msgstr ""
787
 
788
+ #: ../easy-fancybox-settings.php:545 ../easy-fancybox-settings.php:801
789
+ msgid "Easing Out"
790
  msgstr ""
791
 
792
+ #: ../easy-fancybox-settings.php:562 ../easy-fancybox-settings.php:818
793
+ msgid ""
794
+ "Transparency fade during elastic transition. CAUTION: Use only when at least "
795
+ "Transition In is set to Elastic!"
796
  msgstr ""
797
 
798
+ #: ../easy-fancybox-settings.php:569 ../easy-fancybox-settings.php:825
799
+ msgid "Close FancyBox when content is clicked"
800
  msgstr ""
801
 
802
+ #: ../easy-fancybox-settings.php:580 ../easy-fancybox-settings.php:903
803
+ #: ../easy-fancybox-settings.php:1006 ../easy-fancybox-settings.php:1100
804
+ #: ../easy-fancybox-settings.php:1199 ../easy-fancybox-settings.php:1297
805
+ #: ../easy-fancybox-settings.php:1396 ../easy-fancybox-settings.php:1523
806
+ msgid "Show title"
807
  msgstr ""
808
 
809
+ #: ../easy-fancybox-settings.php:584 ../easy-fancybox-settings.php:907
810
+ #: ../easy-fancybox-settings.php:1010 ../easy-fancybox-settings.php:1104
811
+ #: ../easy-fancybox-settings.php:1203 ../easy-fancybox-settings.php:1301
812
+ #: ../easy-fancybox-settings.php:1400 ../easy-fancybox-settings.php:1527
813
+ msgid "Title Position"
814
  msgstr ""
815
 
816
+ #: ../easy-fancybox-settings.php:588 ../easy-fancybox-settings.php:911
817
+ #: ../easy-fancybox-settings.php:1014 ../easy-fancybox-settings.php:1108
818
+ #: ../easy-fancybox-settings.php:1207 ../easy-fancybox-settings.php:1305
819
+ #: ../easy-fancybox-settings.php:1404 ../easy-fancybox-settings.php:1531
820
+ msgid "Float"
821
  msgstr ""
822
 
823
+ #: ../easy-fancybox-settings.php:589 ../easy-fancybox-settings.php:912
824
+ #: ../easy-fancybox-settings.php:1015 ../easy-fancybox-settings.php:1109
825
+ #: ../easy-fancybox-settings.php:1208 ../easy-fancybox-settings.php:1306
826
+ #: ../easy-fancybox-settings.php:1405 ../easy-fancybox-settings.php:1532
827
+ msgid "Outside"
828
  msgstr ""
829
 
830
+ #: ../easy-fancybox-settings.php:590 ../easy-fancybox-settings.php:913
831
+ #: ../easy-fancybox-settings.php:1016 ../easy-fancybox-settings.php:1110
832
+ #: ../easy-fancybox-settings.php:1209 ../easy-fancybox-settings.php:1307
833
+ #: ../easy-fancybox-settings.php:1406 ../easy-fancybox-settings.php:1533
834
+ msgid "Inside"
835
  msgstr ""
836
 
837
+ #: ../easy-fancybox-settings.php:601 ../easy-fancybox-settings.php:922
838
+ #: ../easy-fancybox-settings.php:1025 ../easy-fancybox-settings.php:1120
839
+ #: ../easy-fancybox-settings.php:1218 ../easy-fancybox-settings.php:1316
840
+ #: ../easy-fancybox-settings.php:1415 ../easy-fancybox-settings.php:1542
841
+ msgid "Allow title from thumbnail alt tag"
842
  msgstr ""
843
 
844
+ #: ../easy-fancybox-settings.php:605 ../easy-fancybox-settings.php:694
845
+ msgid "Advanced"
 
 
 
846
  msgstr ""
847
 
848
+ #: ../easy-fancybox-settings.php:616
849
+ msgid "Gallery"
 
 
 
850
  msgstr ""
851
 
852
+ #: ../easy-fancybox-settings.php:620
853
+ msgid "Autogallery"
 
 
 
854
  msgstr ""
855
 
856
+ #: ../easy-fancybox-settings.php:626
857
+ msgid "WordPress galleries only"
 
 
 
858
  msgstr ""
859
 
860
+ #: ../easy-fancybox-settings.php:627
861
+ msgid "All in one gallery"
 
 
 
862
  msgstr ""
863
 
864
+ #: ../easy-fancybox-settings.php:637
865
+ msgid "Show the gallery navigation arrows"
 
 
 
866
  msgstr ""
867
 
868
+ #: ../easy-fancybox-settings.php:644
869
+ msgid "Arrow key strokes browse the gallery"
 
 
 
870
  msgstr ""
871
 
872
+ #: ../easy-fancybox-settings.php:651
873
+ msgid ""
874
+ "Include the Mousewheel jQuery extension script to allow gallery browsing by "
875
+ "mousewheel action."
 
876
  msgstr ""
877
 
878
+ #: ../easy-fancybox-settings.php:658
879
+ msgid "Make galleries cyclic, allowing you to keep pressing next/back."
 
 
 
880
  msgstr ""
881
 
882
+ #: ../easy-fancybox-settings.php:662
883
+ msgid "Change speed"
 
 
 
884
  msgstr ""
885
 
886
+ #: ../easy-fancybox-settings.php:674
887
+ msgid "Fade speed"
 
 
 
888
  msgstr ""
889
 
890
+ #: ../easy-fancybox-settings.php:690
891
+ msgid ""
892
+ "This applies when <em>Apply to</em> is set to <em>Limited to Sections</em> "
893
+ "and/or <em>Autogallery</em> is set to <em>Galleries per Section</em>. Adapt "
894
+ "it to conform with your theme."
895
  msgstr ""
896
 
897
+ #: ../easy-fancybox-settings.php:698
898
+ msgid "Slideshow"
 
 
 
899
  msgstr ""
900
 
901
+ #: ../easy-fancybox-settings.php:726
902
+ msgid ""
903
+ "To make inline content open in an overlay, wrap that content in a div with a "
904
+ "unique ID, create a link with target \"#uniqueID\" and give it a class "
905
+ "\"fancybox-inline\" attribute."
906
  msgstr ""
907
 
908
+ #: ../easy-fancybox-settings.php:744
909
+ msgid ""
910
+ "Try to adjust size to inline/html content. If unchecked the default "
911
+ "dimensions will be used."
 
912
  msgstr ""
913
 
914
+ #: ../easy-fancybox-settings.php:748
915
+ msgid "Scrolling"
 
 
 
916
  msgstr ""
917
 
918
+ #: ../easy-fancybox-settings.php:752
919
+ msgid "Auto"
 
 
 
920
  msgstr ""
921
 
922
+ #: ../easy-fancybox-settings.php:753
923
+ msgid "Always"
 
 
 
924
  msgstr ""
925
 
926
+ #: ../easy-fancybox-settings.php:754
927
+ msgid "Never"
 
 
 
928
  msgstr ""
929
 
930
+ #: ../easy-fancybox-settings.php:757
931
+ msgid "Define scrolling and scrollbar visibility."
 
 
 
932
  msgstr ""
933
 
934
+ #: ../easy-fancybox-settings.php:836
935
+ msgid ""
936
+ "To make any PDF document file open in an overlay, switch on Autodetect or "
937
+ "use the class \"fancybox-pdf\" for its link."
 
938
  msgstr ""
939
 
940
+ #: ../easy-fancybox-settings.php:856
941
+ msgid "Embed with"
 
 
 
942
  msgstr ""
943
 
944
+ #: ../easy-fancybox-settings.php:860
945
+ msgid "Object tag (plus fall-back link)"
946
  msgstr ""
947
 
948
+ #: ../easy-fancybox-settings.php:861
949
+ msgid "iFrame tag (let browser decide)"
950
+ msgstr ""
951
+
952
+ #: ../easy-fancybox-settings.php:946
953
  msgid ""
954
+ "To make any Flash (.swf) file open in an overlay, switch on Autodetect or "
955
+ "use the class \"fancybox-swf\" for its link."
 
956
  msgstr ""
957
 
958
+ #: ../easy-fancybox-settings.php:1040
959
  msgid ""
960
+ "To make any SVG (.svg) file open in an overlay, switch on Autodetect or use "
961
+ "the class \"fancybox-svg\" for its link."
 
 
 
 
962
  msgstr ""
963
 
964
+ #: ../easy-fancybox-settings.php:1135
965
+ msgid ""
966
+ "To make any YouTube movie open in an overlay, switch on Autodetect or use "
967
+ "the class \"fancybox-youtube\" for its link."
968
+ msgstr ""
969
+
970
+ #: ../easy-fancybox-settings.php:1233
971
+ msgid ""
972
+ "To make any Vimeo movie open in an overlay, switch on Autodetect or use the "
973
+ "class \"fancybox-vimeo\" for its link."
974
+ msgstr ""
975
+
976
+ #: ../easy-fancybox-settings.php:1332
977
+ msgid ""
978
+ "To make any Dailymotion movie open in an overlay, switch on Autodetect or "
979
+ "use the class \"fancybox-dailymotion\" for its link."
980
+ msgstr ""
981
+
982
+ #: ../easy-fancybox-settings.php:1457
983
+ msgid ""
984
+ "To make a website or HTML document open in an overlay, use the class "
985
+ "\"fancybox-iframe\" for its link."
986
  msgstr ""
languages/easy-fancybox.mo ADDED
Binary file
languages/easy-fancybox.pot CHANGED
@@ -4,960 +4,985 @@ msgid ""
4
  msgstr ""
5
  "Project-Id-Version: Easy FancyBox/1.5\n"
6
  "Report-Msgid-Bugs-To: \n"
7
- "POT-Creation-Date: 2014-09-18 15:49+0100\n"
8
- "PO-Revision-Date: 2014-09-18 15:49+0100\n"
9
  "Last-Translator: RavanH <ravanhagen@gmail.com>\n"
10
  "Language-Team: Easy FancyBox Languages <ravanhagen@gmail.com>\n"
 
11
  "MIME-Version: 1.0\n"
12
  "Content-Type: text/plain; charset=UTF-8\n"
13
  "Content-Transfer-Encoding: 8bit\n"
14
  "X-Poedit-KeywordsList: __;_e;_n\n"
15
  "X-Poedit-Basepath: .\n"
16
- "X-Generator: Poedit 1.5.4\n"
17
- "Language: en\n"
18
  "X-Poedit-SearchPath-0: ..\n"
19
  "X-Poedit-SearchPath-1: ../../easy-fancybox-pro\n"
20
 
21
- #: ../easy-fancybox-settings.php:9 ../easy-fancybox-class.php:597
22
- msgid "Global settings"
 
 
23
  msgstr ""
24
 
25
- #: ../easy-fancybox-settings.php:14
26
- msgid "Media"
27
  msgstr ""
28
 
29
- #: ../easy-fancybox-settings.php:20
30
- msgid "Enable FancyBox for"
 
31
  msgstr ""
32
 
33
- #: ../easy-fancybox-settings.php:27 ../easy-fancybox-settings.php:419
34
- #: ../easy-fancybox-class.php:598
35
- msgid "Images"
36
  msgstr ""
37
 
38
- #: ../easy-fancybox-settings.php:34 ../easy-fancybox-settings.php:682
39
- #: ../easy-fancybox-class.php:599
40
- msgid "Inline content"
 
 
 
 
 
41
  msgstr ""
42
 
43
- #: ../easy-fancybox-settings.php:41 ../easy-fancybox-settings.php:792
44
- #: ../easy-fancybox-class.php:600
45
- msgid "PDF"
46
  msgstr ""
47
 
48
- #: ../easy-fancybox-settings.php:48 ../easy-fancybox-settings.php:917
49
- #: ../easy-fancybox-class.php:601
50
- msgid "SWF"
51
  msgstr ""
52
 
53
- #: ../easy-fancybox-settings.php:55 ../easy-fancybox-settings.php:1011
54
- msgid "SVG"
55
  msgstr ""
56
 
57
- #: ../easy-fancybox-settings.php:62 ../easy-fancybox-settings.php:1106
58
- #: ../easy-fancybox-class.php:602
59
- msgid "YouTube"
60
  msgstr ""
61
 
62
- #: ../easy-fancybox-settings.php:69 ../easy-fancybox-settings.php:1214
63
- #: ../easy-fancybox-class.php:603
64
- msgid "Vimeo"
65
  msgstr ""
66
 
67
- #: ../easy-fancybox-settings.php:76 ../easy-fancybox-settings.php:1314
68
- #: ../easy-fancybox-class.php:604
69
- msgid "Dailymotion"
70
  msgstr ""
71
 
72
- #: ../easy-fancybox-settings.php:83 ../easy-fancybox-settings.php:1440
73
- #: ../easy-fancybox-class.php:605
74
- msgid "iFrames"
75
  msgstr ""
76
 
77
- #: ../easy-fancybox-settings.php:86
78
- msgid ""
79
- "For advanced options and support, please get the Easy FancyBox - Pro "
80
- "extension."
81
  msgstr ""
82
 
83
- #: ../easy-fancybox-settings.php:95
84
- msgid "Exclude"
85
  msgstr ""
86
 
87
- #: ../easy-fancybox-settings.php:101
88
- msgid "Empty (hidden) links"
89
  msgstr ""
90
 
91
- #: ../easy-fancybox-settings.php:102
92
- msgid "Without thumbnail image"
 
93
  msgstr ""
94
 
95
- #: ../easy-fancybox-settings.php:109
96
- msgid "Open on page load"
 
97
  msgstr ""
98
 
99
- #: ../easy-fancybox-settings.php:115
100
- msgid "Link with ID \"fancybox-auto\""
 
101
  msgstr ""
102
 
103
- #: ../easy-fancybox-settings.php:118 ../easy-fancybox-settings.php:458
104
- #: ../easy-fancybox-settings.php:489 ../easy-fancybox-settings.php:516
105
- #: ../easy-fancybox-settings.php:591 ../easy-fancybox-settings.php:745
106
- #: ../easy-fancybox-settings.php:772
107
- msgid "More options &raquo;"
108
  msgstr ""
109
 
110
- #: ../easy-fancybox-settings.php:125
 
 
 
 
 
 
111
  msgid ""
112
  "Include the Metadata jQuery extension script to allow passing custom "
113
  "parameters via link class."
114
  msgstr ""
115
 
116
- #: ../easy-fancybox-settings.php:130 ../easy-fancybox-settings.php:552
117
- msgid "Overlay"
118
  msgstr ""
119
 
120
- #: ../easy-fancybox-settings.php:139
121
- msgid "Show the overlay around content opened in FancyBox."
 
122
  msgstr ""
123
 
124
- #: ../easy-fancybox-settings.php:146
125
- msgid "Close FancyBox when overlay is clicked."
 
 
 
126
  msgstr ""
127
 
128
- #: ../easy-fancybox-settings.php:150
129
- msgid "Opacity"
 
 
 
130
  msgstr ""
131
 
132
- #: ../easy-fancybox-settings.php:158
133
- msgid "Value between 0 and 1. "
 
 
 
134
  msgstr ""
135
 
136
- #: ../easy-fancybox-settings.php:158 ../easy-fancybox-settings.php:167
137
- #: ../easy-fancybox-settings.php:231 ../easy-fancybox-settings.php:281
138
- #: ../easy-fancybox-settings.php:332 ../easy-fancybox-settings.php:644
139
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:98
140
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:115
141
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:212
142
- msgid "Default:"
143
  msgstr ""
144
 
145
- #: ../easy-fancybox-settings.php:162
146
- msgid "Color"
 
 
 
147
  msgstr ""
148
 
149
- #: ../easy-fancybox-settings.php:167
150
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:98
151
- msgid "Enter an HTML color value."
 
 
152
  msgstr ""
153
 
154
- #: ../easy-fancybox-settings.php:175
155
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:71
156
- msgid "Spotlight effect"
 
 
157
  msgstr ""
158
 
159
- #: ../easy-fancybox-settings.php:175 ../easy-fancybox-settings.php:213
160
- #: ../easy-fancybox-settings.php:244 ../easy-fancybox-settings.php:573
161
- #: ../easy-fancybox-settings.php:662
162
- msgid "Make available &raquo;"
 
163
  msgstr ""
164
 
165
- #: ../easy-fancybox-settings.php:180
166
- msgid "Window"
 
 
 
167
  msgstr ""
168
 
169
- #: ../easy-fancybox-settings.php:186 ../easy-fancybox-settings.php:534
170
- msgid "Appearance"
 
 
 
171
  msgstr ""
172
 
173
- #: ../easy-fancybox-settings.php:193
174
- msgid "Show the (X) close button"
 
 
 
175
  msgstr ""
176
 
177
- #: ../easy-fancybox-settings.php:198
178
- msgid "Background color"
 
 
 
179
  msgstr ""
180
 
181
- #: ../easy-fancybox-settings.php:208
182
- msgid "Text color"
 
 
 
183
  msgstr ""
184
 
185
- #: ../easy-fancybox-settings.php:218
186
- msgid "Title color"
 
 
 
187
  msgstr ""
188
 
189
- #: ../easy-fancybox-settings.php:227
190
- msgid "Border color"
 
 
 
191
  msgstr ""
192
 
193
- #: ../easy-fancybox-settings.php:231 ../easy-fancybox-settings.php:516
194
- #: ../easy-fancybox-settings.php:591 ../easy-fancybox-settings.php:772
195
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:181
196
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:187
197
  #: ../../easy-fancybox-pro/easy-fancybox-pro.php:198
198
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:226
199
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:300
200
- msgid "Note:"
201
- msgstr ""
202
-
203
- #: ../easy-fancybox-settings.php:231
204
- msgid "Use RGBA notation for semi-transparent borders."
205
  msgstr ""
206
 
207
- #: ../easy-fancybox-settings.php:231 ../easy-fancybox-settings.php:446
208
- msgid "Example:"
 
 
 
209
  msgstr ""
210
 
211
- #: ../easy-fancybox-settings.php:236
212
- msgid "Border radius"
 
 
 
213
  msgstr ""
214
 
215
- #: ../easy-fancybox-settings.php:249
216
- msgid "Dimensions"
 
 
 
217
  msgstr ""
218
 
219
- #: ../easy-fancybox-settings.php:281
220
- msgid ""
221
- "If content size is not set or cannot be determined automatically, these "
222
- "default dimensions will be used."
 
223
  msgstr ""
224
 
225
- #: ../easy-fancybox-settings.php:286 ../easy-fancybox-settings.php:462
226
- msgid "Behavior"
 
 
 
227
  msgstr ""
228
 
229
- #: ../easy-fancybox-settings.php:293
230
- msgid "Center while scrolling"
 
 
 
231
  msgstr ""
232
 
233
- #: ../easy-fancybox-settings.php:300
234
- msgid "Esc key stroke closes FancyBox"
 
 
 
235
  msgstr ""
236
 
237
- #: ../easy-fancybox-settings.php:307
238
- msgid "Scale large content down to fit in the browser viewport."
 
 
 
239
  msgstr ""
240
 
241
- #: ../easy-fancybox-settings.php:311
242
- msgid "Opening speed"
 
 
 
243
  msgstr ""
244
 
245
- #: ../easy-fancybox-settings.php:323
246
- msgid "Closing speed"
 
 
 
247
  msgstr ""
248
 
249
- #: ../easy-fancybox-settings.php:332 ../easy-fancybox-settings.php:644
250
- msgid "Duration in milliseconds. Higher is slower."
 
 
 
251
  msgstr ""
252
 
253
- #: ../easy-fancybox-settings.php:338
254
- msgid "Miscellaneous"
 
 
 
255
  msgstr ""
256
 
257
- #: ../easy-fancybox-settings.php:344
258
- msgid "Browser & device compatibility"
 
 
 
 
 
 
259
  msgstr ""
260
 
261
- #: ../easy-fancybox-settings.php:348
262
- msgid "Minimum viewport width"
 
 
263
  msgstr ""
264
 
265
- #: ../easy-fancybox-settings.php:358
266
- msgid "(leave empty to ignore)"
 
267
  msgstr ""
268
 
269
- #: ../easy-fancybox-settings.php:365
 
270
  msgid ""
271
- "Make media links open in a new tab when viewport falls below minimum width "
272
- "(above)"
273
  msgstr ""
274
 
275
- #: ../easy-fancybox-settings.php:372
276
- msgid "Include IE 6 and 7 compatibility style rules"
 
277
  msgstr ""
278
 
279
- #: ../easy-fancybox-settings.php:379
280
- msgid "Include IE 8 compatibility style rules"
 
 
281
  msgstr ""
282
 
283
- #: ../easy-fancybox-settings.php:384
284
- msgid "Theme & plugins compatibility"
285
  msgstr ""
286
 
287
- #: ../easy-fancybox-settings.php:391
288
- msgid "Move scripts from footer to theme head section"
 
 
 
289
  msgstr ""
290
 
291
- #: ../easy-fancybox-settings.php:398
292
- msgid "Do not include standard WordPress jQuery library"
 
 
 
 
 
293
  msgstr ""
294
 
295
- #: ../easy-fancybox-settings.php:405
296
- msgid "Use jQuery pre-1.7 compatibility mode"
 
 
 
297
  msgstr ""
298
 
299
- #: ../easy-fancybox-settings.php:424
300
- msgid ""
301
- "To make images open in an overlay, add their extension to the Autodetect "
302
- "field or use the class \"fancybox\" for its link. Clear field to switch off "
303
- "all autodetection."
304
  msgstr ""
305
 
306
- #: ../easy-fancybox-settings.php:439 ../easy-fancybox-settings.php:805
307
- #: ../easy-fancybox-settings.php:930 ../easy-fancybox-settings.php:1024
308
- #: ../easy-fancybox-settings.php:1120 ../easy-fancybox-settings.php:1228
309
- #: ../easy-fancybox-settings.php:1328
310
- msgid "Autodetect"
311
  msgstr ""
312
 
313
- #: ../easy-fancybox-settings.php:450
314
- msgid "Apply to"
 
315
  msgstr ""
316
 
317
- #: ../easy-fancybox-settings.php:455
318
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:115
319
- msgid "All image links"
320
  msgstr ""
321
 
322
- #: ../easy-fancybox-settings.php:466 ../easy-fancybox-settings.php:722
323
- msgid "Transition In"
 
324
  msgstr ""
325
 
326
- #: ../easy-fancybox-settings.php:471 ../easy-fancybox-settings.php:498
327
- #: ../easy-fancybox-settings.php:727 ../easy-fancybox-settings.php:754
328
- msgid "Fade"
329
  msgstr ""
330
 
331
- #: ../easy-fancybox-settings.php:472 ../easy-fancybox-settings.php:499
332
- #: ../easy-fancybox-settings.php:728 ../easy-fancybox-settings.php:755
333
- msgid "Elastic"
 
 
 
334
  msgstr ""
335
 
336
- #: ../easy-fancybox-settings.php:479 ../easy-fancybox-settings.php:735
337
- msgid "Easing In"
338
  msgstr ""
339
 
340
- #: ../easy-fancybox-settings.php:483 ../easy-fancybox-settings.php:510
341
- #: ../easy-fancybox-settings.php:739 ../easy-fancybox-settings.php:766
342
- msgid "Linear"
343
  msgstr ""
344
 
345
- #: ../easy-fancybox-settings.php:484 ../easy-fancybox-settings.php:511
346
- #: ../easy-fancybox-settings.php:740 ../easy-fancybox-settings.php:767
347
- msgid "Swing"
 
348
  msgstr ""
349
 
350
- #: ../easy-fancybox-settings.php:485 ../easy-fancybox-settings.php:512
351
- #: ../easy-fancybox-settings.php:741 ../easy-fancybox-settings.php:768
352
- msgid "easeInBack"
 
 
 
353
  msgstr ""
354
 
355
- #: ../easy-fancybox-settings.php:486 ../easy-fancybox-settings.php:513
356
- #: ../easy-fancybox-settings.php:742 ../easy-fancybox-settings.php:769
357
- msgid "easeOutBack"
358
- msgstr ""
 
359
 
360
- #: ../easy-fancybox-settings.php:493 ../easy-fancybox-settings.php:749
361
- msgid "Transition Out"
 
 
 
362
  msgstr ""
363
 
364
- #: ../easy-fancybox-settings.php:506 ../easy-fancybox-settings.php:762
365
- msgid "Easing Out"
 
 
 
366
  msgstr ""
367
 
368
- #: ../easy-fancybox-settings.php:516 ../easy-fancybox-settings.php:772
369
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:181
370
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:300
371
- msgid "Easing effects only apply when Transition is set to Elastic. "
372
  msgstr ""
373
 
374
- #: ../easy-fancybox-settings.php:523 ../easy-fancybox-settings.php:779
375
- msgid ""
376
- "Transparency fade during elastic transition. CAUTION: Use only when at least "
377
- "Transition In is set to Elastic!"
378
  msgstr ""
379
 
380
- #: ../easy-fancybox-settings.php:530 ../easy-fancybox-settings.php:786
381
- msgid "Close FancyBox when content is clicked"
382
  msgstr ""
383
 
384
- #: ../easy-fancybox-settings.php:541 ../easy-fancybox-settings.php:859
385
- #: ../easy-fancybox-settings.php:982 ../easy-fancybox-settings.php:1076
386
- #: ../easy-fancybox-settings.php:1185 ../easy-fancybox-settings.php:1284
387
- #: ../easy-fancybox-settings.php:1384 ../easy-fancybox-settings.php:1511
388
- msgid "Show title"
389
  msgstr ""
390
 
391
- #: ../easy-fancybox-settings.php:545 ../easy-fancybox-settings.php:863
392
- #: ../easy-fancybox-settings.php:986 ../easy-fancybox-settings.php:1080
393
- #: ../easy-fancybox-settings.php:1189 ../easy-fancybox-settings.php:1288
394
- #: ../easy-fancybox-settings.php:1388 ../easy-fancybox-settings.php:1515
395
- msgid "Title Position"
396
  msgstr ""
397
 
398
- #: ../easy-fancybox-settings.php:549 ../easy-fancybox-settings.php:867
399
- #: ../easy-fancybox-settings.php:990 ../easy-fancybox-settings.php:1084
400
- #: ../easy-fancybox-settings.php:1193 ../easy-fancybox-settings.php:1292
401
- #: ../easy-fancybox-settings.php:1392 ../easy-fancybox-settings.php:1519
402
- msgid "Float"
403
  msgstr ""
404
 
405
- #: ../easy-fancybox-settings.php:550 ../easy-fancybox-settings.php:868
406
- #: ../easy-fancybox-settings.php:991 ../easy-fancybox-settings.php:1085
407
- #: ../easy-fancybox-settings.php:1194 ../easy-fancybox-settings.php:1293
408
- #: ../easy-fancybox-settings.php:1393 ../easy-fancybox-settings.php:1520
409
- msgid "Outside"
410
  msgstr ""
411
 
412
- #: ../easy-fancybox-settings.php:551 ../easy-fancybox-settings.php:869
413
- #: ../easy-fancybox-settings.php:992 ../easy-fancybox-settings.php:1086
414
- #: ../easy-fancybox-settings.php:1195 ../easy-fancybox-settings.php:1294
415
- #: ../easy-fancybox-settings.php:1394 ../easy-fancybox-settings.php:1521
416
- msgid "Inside"
417
  msgstr ""
418
 
419
- #: ../easy-fancybox-settings.php:562 ../easy-fancybox-settings.php:878
420
- #: ../easy-fancybox-settings.php:1001 ../easy-fancybox-settings.php:1096
421
- #: ../easy-fancybox-settings.php:1204 ../easy-fancybox-settings.php:1303
422
- #: ../easy-fancybox-settings.php:1403 ../easy-fancybox-settings.php:1530
423
- msgid "Allow title from thumbnail alt tag"
424
  msgstr ""
425
 
426
- #: ../easy-fancybox-settings.php:566 ../easy-fancybox-settings.php:655
427
- msgid "Advanced"
 
428
  msgstr ""
429
 
430
- #: ../easy-fancybox-settings.php:570
431
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:196
432
- msgid "Hide/show title on mouse hover action"
433
  msgstr ""
434
 
435
- #: ../easy-fancybox-settings.php:577
436
- msgid "Gallery"
 
437
  msgstr ""
438
 
439
- #: ../easy-fancybox-settings.php:581
440
- msgid "Autogallery"
 
441
  msgstr ""
442
 
443
- #: ../easy-fancybox-settings.php:587
444
- msgid "WordPress galleries only"
 
445
  msgstr ""
446
 
447
- #: ../easy-fancybox-settings.php:588
448
- msgid "All in one gallery"
 
449
  msgstr ""
450
 
451
- #: ../easy-fancybox-settings.php:591
452
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:187
453
- msgid ""
454
- "When disabled, you can use the rel attribute to manually group image links "
455
- "together."
456
  msgstr ""
457
 
458
- #: ../easy-fancybox-settings.php:598
459
- msgid "Show the gallery navigation arrows"
460
  msgstr ""
461
 
462
- #: ../easy-fancybox-settings.php:605
463
- msgid "Arrow key strokes browse the gallery"
464
  msgstr ""
465
 
466
- #: ../easy-fancybox-settings.php:612
467
- msgid ""
468
- "Include the Mousewheel jQuery extension script to allow gallery browsing by "
469
- "mousewheel action."
470
  msgstr ""
471
 
472
- #: ../easy-fancybox-settings.php:619
473
- msgid "Make galleries cyclic, allowing you to keep pressing next/back."
474
  msgstr ""
475
 
476
- #: ../easy-fancybox-settings.php:623
477
- msgid "Change speed"
 
 
478
  msgstr ""
479
 
480
- #: ../easy-fancybox-settings.php:635
481
- msgid "Fade speed"
482
  msgstr ""
483
 
484
- #: ../easy-fancybox-settings.php:651
485
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:185
486
- msgid "Galleries per Section (below)"
487
  msgstr ""
488
 
489
- #: ../easy-fancybox-settings.php:651
490
- msgid ""
491
- "This applies when <em>Apply to</em> is set to <em>Limited to Sections</em> "
492
- "and/or <em>Autogallery</em> is set to <em>Galleries per Section</em>. Adapt "
493
- "it to conform with your theme."
494
  msgstr ""
495
 
496
- #: ../easy-fancybox-settings.php:651
497
- msgid ""
498
- "Examples: If your theme wraps post content in a div with class post, change "
499
- "this value to \"div.post\". If you only want to group images in a WordPress "
500
- "gallery together, use \"div.gallery\". If you want to include images in a "
501
- "sidebar with ID primary, add \", #primary\"."
502
  msgstr ""
503
 
504
- #: ../easy-fancybox-settings.php:651
505
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:198
506
- msgid ""
507
- "Hide/show title on mouse hover action works best with Overlay title position."
508
  msgstr ""
509
 
510
- #: ../easy-fancybox-settings.php:651
511
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:226
512
- msgid "Auto-rotation uses a fixed 3, 6, 9 or 12 second pause per image."
513
  msgstr ""
514
 
515
- #: ../easy-fancybox-settings.php:651
516
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:221
517
- msgid "(3 seconds)"
 
 
518
  msgstr ""
519
 
520
- #: ../easy-fancybox-settings.php:651
521
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:222
522
- msgid "(6 seconds)"
523
  msgstr ""
524
 
525
- #: ../easy-fancybox-settings.php:651
526
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:223
527
- msgid "(9 seconds)"
528
  msgstr ""
529
 
530
- #: ../easy-fancybox-settings.php:651
531
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:224
532
- msgid "(12 seconds)"
533
  msgstr ""
534
 
535
- #: ../easy-fancybox-settings.php:659
536
- msgid "Slideshow"
537
  msgstr ""
538
 
539
- #: ../easy-fancybox-settings.php:687
540
- msgid ""
541
- "To make inline content open in an overlay, wrap that content in a div with a "
542
- "unique ID, create a link with target \"#uniqueID\" and give it a class "
543
- "\"fancybox-inline\" attribute."
544
  msgstr ""
545
 
546
- #: ../easy-fancybox-settings.php:705
547
- msgid ""
548
- "Try to adjust size to inline/html content. If unchecked or size cannot be "
549
- "determined, the default dimensions will be used."
550
  msgstr ""
551
 
552
- #: ../easy-fancybox-settings.php:709
553
- msgid "Scrolling"
554
  msgstr ""
555
 
556
- #: ../easy-fancybox-settings.php:713
557
- msgid "Auto"
558
  msgstr ""
559
 
560
- #: ../easy-fancybox-settings.php:714
561
- msgid "Always"
562
  msgstr ""
563
 
564
- #: ../easy-fancybox-settings.php:715
565
- msgid "Never"
566
  msgstr ""
567
 
568
- #: ../easy-fancybox-settings.php:718
569
- msgid "Define scrolling and scrollbar visibility."
570
  msgstr ""
571
 
572
- #: ../easy-fancybox-settings.php:797
573
- msgid ""
574
- "To make any PDF document file open in an overlay, switch on Autodetect or "
575
- "use the class \"fancybox-pdf\" for its link."
576
  msgstr ""
577
 
578
- #: ../easy-fancybox-settings.php:922
579
  msgid ""
580
- "To make any Flash (.swf) file open in an overlay, switch on Autodetect or "
581
- "use the class \"fancybox-swf\" for its link."
582
  msgstr ""
583
 
584
- #: ../easy-fancybox-settings.php:1016
585
- msgid ""
586
- "To make any SVG (.svg) file open in an overlay, switch on Autodetect or use "
587
- "the class \"fancybox-svg\" for its link."
588
  msgstr ""
589
 
590
- #: ../easy-fancybox-settings.php:1111
591
- msgid ""
592
- "To make any YouTube movie open in an overlay, switch on Autodetect or use "
593
- "the class \"fancybox-youtube\" for its link."
594
  msgstr ""
595
 
596
- #: ../easy-fancybox-settings.php:1129
597
- msgid "Autodetect Short links"
598
  msgstr ""
599
 
600
- #: ../easy-fancybox-settings.php:1219
601
- msgid ""
602
- "To make any Vimeo movie open in an overlay, switch on Autodetect or use the "
603
- "class \"fancybox-vimeo\" for its link."
604
  msgstr ""
605
 
606
- #: ../easy-fancybox-settings.php:1319
607
- msgid ""
608
- "To make any Dailymotion movie open in an overlay, switch on Autodetect or "
609
- "use the class \"fancybox-dailymotion\" for its link."
610
  msgstr ""
611
 
612
- #: ../easy-fancybox-settings.php:1445
613
- msgid ""
614
- "To make a website or HTML document open in an overlay, use the class "
615
- "\"fancybox-iframe\" for its link."
616
  msgstr ""
617
 
618
- #: ../easy-fancybox-class.php:351
619
- msgid "Donate to keep the Easy FancyBox plugin development going!"
620
  msgstr ""
621
 
622
- #: ../easy-fancybox-class.php:351
623
- #, php-format
624
- msgid ""
625
- "The options in this section are provided by the plugin %s and determine the "
626
- "<strong>Media Lightbox</strong> overlay appearance and behaviour controlled "
627
- "by %s."
628
  msgstr ""
629
 
630
- #: ../easy-fancybox-class.php:351
631
- msgid "Easy FancyBox"
632
  msgstr ""
633
 
634
- #: ../easy-fancybox-class.php:351 ../easy-fancybox-class.php:547
635
- #: ../easy-fancybox-class.php:587
636
- msgid "FancyBox"
637
  msgstr ""
638
 
639
- #: ../easy-fancybox-class.php:351
640
- msgid ""
641
- "First enable each sub-section that you need. Then save and come back to "
642
- "adjust its specific settings."
643
  msgstr ""
644
 
645
- #: ../easy-fancybox-class.php:351
646
- msgid ""
647
- "Note: Each additional sub-section and features like <em>Auto-detection</em>, "
648
- "<em>Elastic transitions</em> and all <em>Easing effects</em> (except Swing) "
649
- "will have some extra impact on client-side page speed. Enable only those sub-"
650
- "sections and options that you actually need on your site."
651
  msgstr ""
652
 
653
- #: ../easy-fancybox-class.php:351
654
- msgid ""
655
- "Some setting like Transition options are unavailable for SWF video, PDF and "
656
- "iFrame content to ensure browser compatibility and readability."
657
  msgstr ""
658
 
659
- #: ../easy-fancybox-class.php:395
660
- msgid "Checked"
661
  msgstr ""
662
 
663
- #: ../easy-fancybox-class.php:397
664
- msgid "Unchecked"
665
  msgstr ""
666
 
667
- #: ../easy-fancybox-class.php:587
668
- msgid "Easy FancyBox Settings"
669
  msgstr ""
670
 
671
- #: ../easy-fancybox-class.php:596
672
- msgid "Sections"
673
  msgstr ""
674
 
675
- #: ../easy-fancybox-class.php:633
676
- msgid "Support"
 
 
 
677
  msgstr ""
678
 
679
- #: ../easy-fancybox-class.php:634
680
- msgid "Resources"
 
 
 
681
  msgstr ""
682
 
683
- #: ../easy-fancybox-class.php:636
684
- msgid "Credits"
685
  msgstr ""
686
 
687
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:46
688
  msgid ""
689
- "Thank you for purchasing the Easy FancyBox - Pro extension. New options are "
690
- "available."
691
  msgstr ""
692
 
693
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:46
694
- msgid "Get support here."
695
  msgstr ""
696
 
697
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:52
698
- msgid "First Image link"
 
699
  msgstr ""
700
 
701
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:53
702
- msgid "First PDF link"
 
703
  msgstr ""
704
 
705
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:54
706
- msgid "First SWF link"
707
  msgstr ""
708
 
709
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:55
710
- msgid "First SVG link"
 
711
  msgstr ""
712
 
713
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:56
714
- msgid "First YouTube link "
 
715
  msgstr ""
716
 
717
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:57
718
- msgid "First Vimeo link "
 
719
  msgstr ""
720
 
721
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:58
722
- msgid "First Dailymotion link "
 
723
  msgstr ""
724
 
725
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:59
726
- msgid "First iFrame link"
727
  msgstr ""
728
 
729
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:60
730
- msgid "First of any link"
731
  msgstr ""
732
 
733
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:103
734
- msgid "Set a border radius to create rounded corners. Higher is rounder."
 
 
735
  msgstr ""
736
 
737
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:113
738
- msgid "Links inside Section(s) only (below)"
739
  msgstr ""
740
 
741
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:119
742
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:152
743
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:238
744
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:271
745
- msgid "easeInQuad"
746
  msgstr ""
747
 
748
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:120
749
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:153
750
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:239
751
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:272
752
- msgid "easeOutQuad"
753
  msgstr ""
754
 
755
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:121
756
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:154
757
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:240
758
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:273
759
- msgid "easeInOutQuad"
760
  msgstr ""
761
 
762
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:122
763
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:155
764
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:241
765
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:274
766
- msgid "easeInCubic"
767
  msgstr ""
768
 
769
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:123
770
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:156
771
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:242
772
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:275
773
- msgid "easeOutCubic"
774
  msgstr ""
775
 
776
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:124
777
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:157
778
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:243
779
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:276
780
- msgid "easeInOutCubic"
781
  msgstr ""
782
 
783
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:125
784
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:158
785
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:244
786
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:277
787
- msgid "easeInQuart"
788
  msgstr ""
789
 
790
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:126
791
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:159
792
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:245
793
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:278
794
- msgid "easeOutQuart"
795
  msgstr ""
796
 
797
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:127
798
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:160
799
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:246
800
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:279
801
- msgid "easeInOutQuart"
802
  msgstr ""
803
 
804
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:128
805
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:161
806
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:247
807
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:280
808
- msgid "easeInQuint"
809
  msgstr ""
810
 
811
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:129
812
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:162
813
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:248
814
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:281
815
- msgid "easeOutQuint"
816
  msgstr ""
817
 
818
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:130
819
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:163
820
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:249
821
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:282
822
- msgid "easeInOutQuint"
823
  msgstr ""
824
 
825
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:131
826
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:164
827
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:250
828
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:283
829
- msgid "easeInSine"
830
  msgstr ""
831
 
832
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:132
833
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:165
834
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:251
835
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:284
836
- msgid "easeOutSine"
837
  msgstr ""
838
 
839
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:133
840
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:166
841
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:252
842
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:285
843
- msgid "easeInOutSine"
844
  msgstr ""
845
 
846
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:134
847
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:167
848
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:253
849
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:286
850
- msgid "easeInExpo"
851
  msgstr ""
852
 
853
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:135
854
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:168
855
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:254
856
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:287
857
- msgid "easeOutExpo"
858
  msgstr ""
859
 
860
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:136
861
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:169
862
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:255
863
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:288
864
- msgid "easeInOutExpo"
865
  msgstr ""
866
 
867
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:137
868
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:170
869
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:256
870
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:289
871
- msgid "easeInCirc"
872
  msgstr ""
873
 
874
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:138
875
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:171
876
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:257
877
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:290
878
- msgid "easeOutCirc"
879
  msgstr ""
880
 
881
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:139
882
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:172
883
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:258
884
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:291
885
- msgid "easeInOutCirc"
886
  msgstr ""
887
 
888
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:140
889
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:173
890
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:259
891
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:292
892
- msgid "easeInElastic"
893
  msgstr ""
894
 
895
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:141
896
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:174
897
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:260
898
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:293
899
- msgid "easeOutElastic"
900
  msgstr ""
901
 
902
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:142
903
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:175
904
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:261
905
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:294
906
- msgid "easeInOutElastic"
907
  msgstr ""
908
 
909
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:143
910
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:176
911
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:262
912
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:295
913
- msgid "easeInOutBack"
914
  msgstr ""
915
 
916
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:144
917
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:177
918
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:263
919
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:296
920
- msgid "easeInBounce"
921
  msgstr ""
922
 
923
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:145
924
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:178
925
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:264
926
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:297
927
- msgid "easeOutBounce"
928
  msgstr ""
929
 
930
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:146
931
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:179
932
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:265
933
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:298
934
- msgid "easeInOutBounce"
935
  msgstr ""
936
 
937
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:206
938
- msgid "Section(s)"
939
  msgstr ""
940
 
941
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:212
 
 
 
 
942
  msgid ""
943
- "This applies when <em>Apply to</em> is set to <em>Limited to Sections</em> "
944
- "and/or <em>Auto-gallery</em> is set to <em>Galleries per Section</em>. Adapt "
945
- "it to conform with your theme."
946
  msgstr ""
947
 
948
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:212
949
  msgid ""
950
- "Examples: If your theme wraps post content in a div with class post, change "
951
- "this value to \"div.post\". If you want to include images in a sidebar with "
952
- "ID primary, add \", div#primary\" or \"aside#primary\" for html5 themes. If "
953
- "you only want to group images in a WordPress gallery together, use \"div."
954
- "gallery\". If you want to include images in a sidebar with ID primary, add "
955
- "\", #primary\"."
956
  msgstr ""
957
 
958
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:221
959
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:222
960
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:223
961
- #: ../../easy-fancybox-pro/easy-fancybox-pro.php:224
962
- msgid "Gallery Auto-rotation"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
963
  msgstr ""
4
  msgstr ""
5
  "Project-Id-Version: Easy FancyBox/1.5\n"
6
  "Report-Msgid-Bugs-To: \n"
7
+ "POT-Creation-Date: 2015-06-12 13:23+0100\n"
8
+ "PO-Revision-Date: 2015-06-12 13:27+0100\n"
9
  "Last-Translator: RavanH <ravanhagen@gmail.com>\n"
10
  "Language-Team: Easy FancyBox Languages <ravanhagen@gmail.com>\n"
11
+ "Language: en\n"
12
  "MIME-Version: 1.0\n"
13
  "Content-Type: text/plain; charset=UTF-8\n"
14
  "Content-Transfer-Encoding: 8bit\n"
15
  "X-Poedit-KeywordsList: __;_e;_n\n"
16
  "X-Poedit-Basepath: .\n"
17
+ "X-Generator: Poedit 1.7.5\n"
 
18
  "X-Poedit-SearchPath-0: ..\n"
19
  "X-Poedit-SearchPath-1: ../../easy-fancybox-pro\n"
20
 
21
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:57
22
+ msgid ""
23
+ "Thank you for purchasing the Easy FancyBox - Pro extension. New options are "
24
+ "available."
25
  msgstr ""
26
 
27
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:57
28
+ msgid "Get support here."
29
  msgstr ""
30
 
31
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:64
32
+ #: ../easy-fancybox-settings.php:135
33
+ msgid "Spotlight effect"
34
  msgstr ""
35
 
36
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:91
37
+ #: ../easy-fancybox-settings.php:127
38
+ msgid "Enter an HTML color value."
39
  msgstr ""
40
 
41
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:91
42
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:146
43
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:243
44
+ #: ../easy-fancybox-settings.php:117 ../easy-fancybox-settings.php:127
45
+ #: ../easy-fancybox-settings.php:195 ../easy-fancybox-settings.php:258
46
+ #: ../easy-fancybox-settings.php:309 ../easy-fancybox-settings.php:348
47
+ #: ../easy-fancybox-settings.php:683
48
+ msgid "Default:"
49
  msgstr ""
50
 
51
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:96
52
+ msgid "Set a border radius to create rounded corners. Higher is rounder."
 
53
  msgstr ""
54
 
55
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:104
56
+ msgid "First Image link"
 
57
  msgstr ""
58
 
59
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:105
60
+ msgid "First PDF link"
61
  msgstr ""
62
 
63
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:106
64
+ msgid "First SWF link"
 
65
  msgstr ""
66
 
67
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:107
68
+ msgid "First SVG link"
 
69
  msgstr ""
70
 
71
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:108
72
+ msgid "First YouTube link "
 
73
  msgstr ""
74
 
75
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:109
76
+ msgid "First Vimeo link "
 
77
  msgstr ""
78
 
79
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:110
80
+ msgid "First Dailymotion link "
 
 
81
  msgstr ""
82
 
83
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:111
84
+ msgid "First iFrame link"
85
  msgstr ""
86
 
87
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:112
88
+ msgid "First of any link"
89
  msgstr ""
90
 
91
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:118
92
+ #: ../easy-fancybox-settings.php:352
93
+ msgid "Hide popup after first visit?"
94
  msgstr ""
95
 
96
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:124
97
+ #: ../easy-fancybox-settings.php:361
98
+ msgid "1 Day"
99
  msgstr ""
100
 
101
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:125
102
+ #: ../easy-fancybox-settings.php:361
103
+ msgid "1 Week"
104
  msgstr ""
105
 
106
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:126
107
+ #: ../easy-fancybox-settings.php:361
108
+ msgid "1 Month"
 
 
109
  msgstr ""
110
 
111
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:127
112
+ #: ../easy-fancybox-settings.php:361
113
+ msgid "1 Year"
114
+ msgstr ""
115
+
116
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:134
117
+ #: ../easy-fancybox-settings.php:441
118
  msgid ""
119
  "Include the Metadata jQuery extension script to allow passing custom "
120
  "parameters via link class."
121
  msgstr ""
122
 
123
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:144
124
+ msgid "Links inside Section(s) only (below)"
125
  msgstr ""
126
 
127
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:146
128
+ #: ../easy-fancybox-settings.php:482
129
+ msgid "All image links"
130
  msgstr ""
131
 
132
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:150
133
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:183
134
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:269
135
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:302
136
+ msgid "easeInQuad"
137
  msgstr ""
138
 
139
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:151
140
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:184
141
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:270
142
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:303
143
+ msgid "easeOutQuad"
144
  msgstr ""
145
 
146
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:152
147
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:185
148
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:271
149
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:304
150
+ msgid "easeInOutQuad"
151
  msgstr ""
152
 
153
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:153
154
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:186
155
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:272
156
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:305
157
+ msgid "easeInCubic"
 
 
158
  msgstr ""
159
 
160
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:154
161
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:187
162
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:273
163
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:306
164
+ msgid "easeOutCubic"
165
  msgstr ""
166
 
167
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:155
168
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:188
169
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:274
170
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:307
171
+ msgid "easeInOutCubic"
172
  msgstr ""
173
 
174
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:156
175
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:189
176
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:275
177
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:308
178
+ msgid "easeInQuart"
179
  msgstr ""
180
 
181
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:157
182
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:190
183
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:276
184
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:309
185
+ msgid "easeOutQuart"
186
  msgstr ""
187
 
188
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:158
189
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:191
190
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:277
191
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:310
192
+ msgid "easeInOutQuart"
193
  msgstr ""
194
 
195
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:159
196
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:192
197
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:278
198
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:311
199
+ msgid "easeInQuint"
200
  msgstr ""
201
 
202
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:160
203
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:193
204
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:279
205
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:312
206
+ msgid "easeOutQuint"
207
  msgstr ""
208
 
209
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:161
210
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:194
211
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:280
212
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:313
213
+ msgid "easeInOutQuint"
214
  msgstr ""
215
 
216
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:162
217
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:195
218
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:281
219
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:314
220
+ msgid "easeInSine"
221
  msgstr ""
222
 
223
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:163
224
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:196
225
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:282
226
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:315
227
+ msgid "easeOutSine"
228
  msgstr ""
229
 
230
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:164
231
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:197
232
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:283
233
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:316
234
+ msgid "easeInOutSine"
235
  msgstr ""
236
 
237
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:165
 
 
 
238
  #: ../../easy-fancybox-pro/easy-fancybox-pro.php:198
239
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:284
240
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:317
241
+ msgid "easeInExpo"
 
 
 
 
242
  msgstr ""
243
 
244
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:166
245
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:199
246
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:285
247
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:318
248
+ msgid "easeOutExpo"
249
  msgstr ""
250
 
251
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:167
252
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:200
253
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:286
254
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:319
255
+ msgid "easeInOutExpo"
256
  msgstr ""
257
 
258
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:168
259
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:201
260
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:287
261
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:320
262
+ msgid "easeInCirc"
263
  msgstr ""
264
 
265
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:169
266
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:202
267
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:288
268
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:321
269
+ msgid "easeOutCirc"
270
  msgstr ""
271
 
272
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:170
273
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:203
274
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:289
275
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:322
276
+ msgid "easeInOutCirc"
277
  msgstr ""
278
 
279
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:171
280
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:204
281
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:290
282
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:323
283
+ msgid "easeInElastic"
284
  msgstr ""
285
 
286
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:172
287
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:205
288
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:291
289
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:324
290
+ msgid "easeOutElastic"
291
  msgstr ""
292
 
293
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:173
294
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:206
295
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:292
296
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:325
297
+ msgid "easeInOutElastic"
298
  msgstr ""
299
 
300
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:174
301
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:207
302
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:293
303
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:326
304
+ msgid "easeInOutBack"
305
  msgstr ""
306
 
307
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:175
308
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:208
309
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:294
310
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:327
311
+ msgid "easeInBounce"
312
  msgstr ""
313
 
314
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:176
315
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:209
316
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:295
317
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:328
318
+ msgid "easeOutBounce"
319
  msgstr ""
320
 
321
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:177
322
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:210
323
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:296
324
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:329
325
+ msgid "easeInOutBounce"
326
  msgstr ""
327
 
328
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:212
329
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:218
330
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:229
331
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:257
332
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:331
333
+ #: ../easy-fancybox-settings.php:195 ../easy-fancybox-settings.php:555
334
+ #: ../easy-fancybox-settings.php:630 ../easy-fancybox-settings.php:811
335
+ msgid "Note:"
336
  msgstr ""
337
 
338
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:212
339
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:331
340
+ #: ../easy-fancybox-settings.php:555 ../easy-fancybox-settings.php:811
341
+ msgid "Easing effects only apply when Transition is set to Elastic. "
342
  msgstr ""
343
 
344
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:216
345
+ #: ../easy-fancybox-settings.php:690
346
+ msgid "Galleries per Section (below)"
347
  msgstr ""
348
 
349
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:218
350
+ #: ../easy-fancybox-settings.php:630
351
  msgid ""
352
+ "When disabled, you can use the rel attribute to manually group image links "
353
+ "together."
354
  msgstr ""
355
 
356
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:227
357
+ #: ../easy-fancybox-settings.php:609
358
+ msgid "Hide/show title on mouse hover action"
359
  msgstr ""
360
 
361
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:229
362
+ #: ../easy-fancybox-settings.php:690
363
+ msgid ""
364
+ "Hide/show title on mouse hover action works best with Overlay title position."
365
  msgstr ""
366
 
367
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:237
368
+ msgid "Section(s)"
369
  msgstr ""
370
 
371
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:243
372
+ msgid ""
373
+ "This applies when <em>Apply to</em> is set to <em>Limited to Sections</em> "
374
+ "and/or <em>Auto-gallery</em> is set to <em>Galleries per Section</em>. Adapt "
375
+ "it to conform with your theme."
376
  msgstr ""
377
 
378
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:243
379
+ #: ../easy-fancybox-settings.php:690
380
+ msgid ""
381
+ "Examples: If your theme wraps post content in a div with class post, change "
382
+ "this value to \"div.post\". If you only want to group images in a WordPress "
383
+ "gallery together, use \"div.gallery\". If you want to include images in a "
384
+ "sidebar with ID primary, add \", #primary\"."
385
  msgstr ""
386
 
387
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:252
388
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:253
389
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:254
390
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:255
391
+ msgid "Gallery Auto-rotation"
392
  msgstr ""
393
 
394
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:252
395
+ #: ../easy-fancybox-settings.php:690
396
+ msgid "(3 seconds)"
 
 
397
  msgstr ""
398
 
399
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:253
400
+ #: ../easy-fancybox-settings.php:690
401
+ msgid "(6 seconds)"
 
 
402
  msgstr ""
403
 
404
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:254
405
+ #: ../easy-fancybox-settings.php:690
406
+ msgid "(9 seconds)"
407
  msgstr ""
408
 
409
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:255
410
+ #: ../easy-fancybox-settings.php:690
411
+ msgid "(12 seconds)"
412
  msgstr ""
413
 
414
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:257
415
+ #: ../easy-fancybox-settings.php:690
416
+ msgid "Auto-rotation uses a fixed 3, 6, 9 or 12 second pause per image."
417
  msgstr ""
418
 
419
+ #: ../easy-fancybox-class.php:348
420
+ msgid "Donate to keep the Easy FancyBox plugin development going!"
 
421
  msgstr ""
422
 
423
+ #: ../easy-fancybox-class.php:348
424
+ #, php-format
425
+ msgid ""
426
+ "The options in this section are provided by the plugin %s and determine the "
427
+ "<strong>Media Lightbox</strong> overlay appearance and behaviour controlled "
428
+ "by %s."
429
  msgstr ""
430
 
431
+ #: ../easy-fancybox-class.php:348
432
+ msgid "Easy FancyBox"
433
  msgstr ""
434
 
435
+ #: ../easy-fancybox-class.php:348 ../easy-fancybox-class.php:589
436
+ #: ../easy-fancybox-class.php:658
437
+ msgid "FancyBox"
438
  msgstr ""
439
 
440
+ #: ../easy-fancybox-class.php:348
441
+ msgid ""
442
+ "First enable each sub-section that you need. Then save and come back to "
443
+ "adjust its specific settings."
444
  msgstr ""
445
 
446
+ #: ../easy-fancybox-class.php:348
447
+ msgid ""
448
+ "Note: Each additional sub-section and features like <em>Auto-detection</em>, "
449
+ "<em>Elastic transitions</em> and all <em>Easing effects</em> (except Swing) "
450
+ "will have some extra impact on client-side page speed. Enable only those sub-"
451
+ "sections and options that you actually need on your site."
452
  msgstr ""
453
 
454
+ #: ../easy-fancybox-class.php:348
455
+ msgid ""
456
+ "Some setting like Transition options are unavailable for SWF video, PDF and "
457
+ "iFrame content to ensure browser compatibility and readability."
458
+ msgstr ""
459
 
460
+ #: ../easy-fancybox-class.php:353 ../easy-fancybox-class.php:616
461
+ msgid ""
462
+ "Notice: The current Easy FancyBox plugin version is not fully compatible "
463
+ "with your version of the Pro extension. Some advanced options may not be "
464
+ "functional."
465
  msgstr ""
466
 
467
+ #: ../easy-fancybox-class.php:356 ../easy-fancybox-class.php:618
468
+ #, php-format
469
+ msgid ""
470
+ "Please <a href=\"%1$s\" target=\"_blank\">download and install the latest "
471
+ "Pro version</a>."
472
  msgstr ""
473
 
474
+ #: ../easy-fancybox-class.php:358
475
+ msgid "Please contact your web site administrator."
 
 
476
  msgstr ""
477
 
478
+ #: ../easy-fancybox-class.php:405
479
+ msgid "Checked"
 
 
480
  msgstr ""
481
 
482
+ #: ../easy-fancybox-class.php:407
483
+ msgid "Unchecked"
484
  msgstr ""
485
 
486
+ #: ../easy-fancybox-class.php:620
487
+ #, php-format
488
+ msgid "Or you can ignore and <a href=\"%1$s\">hide this message</a>."
 
 
489
  msgstr ""
490
 
491
+ #: ../easy-fancybox-class.php:658
492
+ msgid "Easy FancyBox Settings"
 
 
 
493
  msgstr ""
494
 
495
+ #: ../easy-fancybox-class.php:667
496
+ msgid "Sections"
 
 
 
497
  msgstr ""
498
 
499
+ #: ../easy-fancybox-class.php:668 ../easy-fancybox-settings.php:9
500
+ msgid "Global settings"
 
 
 
501
  msgstr ""
502
 
503
+ #: ../easy-fancybox-class.php:669 ../easy-fancybox-settings.php:27
504
+ #: ../easy-fancybox-settings.php:449
505
+ msgid "Images"
 
 
506
  msgstr ""
507
 
508
+ #: ../easy-fancybox-class.php:670 ../easy-fancybox-settings.php:34
509
+ #: ../easy-fancybox-settings.php:721
510
+ msgid "Inline content"
 
 
511
  msgstr ""
512
 
513
+ #: ../easy-fancybox-class.php:671 ../easy-fancybox-settings.php:41
514
+ #: ../easy-fancybox-settings.php:831
515
+ msgid "PDF"
516
  msgstr ""
517
 
518
+ #: ../easy-fancybox-class.php:672 ../easy-fancybox-settings.php:48
519
+ #: ../easy-fancybox-settings.php:941
520
+ msgid "SWF"
521
  msgstr ""
522
 
523
+ #: ../easy-fancybox-class.php:673 ../easy-fancybox-settings.php:62
524
+ #: ../easy-fancybox-settings.php:1130
525
+ msgid "YouTube"
526
  msgstr ""
527
 
528
+ #: ../easy-fancybox-class.php:674 ../easy-fancybox-settings.php:69
529
+ #: ../easy-fancybox-settings.php:1228
530
+ msgid "Vimeo"
531
  msgstr ""
532
 
533
+ #: ../easy-fancybox-class.php:675 ../easy-fancybox-settings.php:76
534
+ #: ../easy-fancybox-settings.php:1327
535
+ msgid "Dailymotion"
536
  msgstr ""
537
 
538
+ #: ../easy-fancybox-class.php:676 ../easy-fancybox-settings.php:83
539
+ #: ../easy-fancybox-settings.php:1452
540
+ msgid "iFrames"
541
  msgstr ""
542
 
543
+ #: ../easy-fancybox-class.php:702
544
+ msgid "Advanced Options"
 
 
 
545
  msgstr ""
546
 
547
+ #: ../easy-fancybox-class.php:704
548
+ msgid "Support"
549
  msgstr ""
550
 
551
+ #: ../easy-fancybox-settings.php:14
552
+ msgid "Media"
553
  msgstr ""
554
 
555
+ #: ../easy-fancybox-settings.php:20
556
+ msgid "Enable FancyBox for"
 
 
557
  msgstr ""
558
 
559
+ #: ../easy-fancybox-settings.php:55 ../easy-fancybox-settings.php:1035
560
+ msgid "SVG"
561
  msgstr ""
562
 
563
+ #: ../easy-fancybox-settings.php:86
564
+ msgid ""
565
+ "For advanced options and support, please get the Easy FancyBox - Pro "
566
+ "extension."
567
  msgstr ""
568
 
569
+ #: ../easy-fancybox-settings.php:89 ../easy-fancybox-settings.php:591
570
+ msgid "Overlay"
571
  msgstr ""
572
 
573
+ #: ../easy-fancybox-settings.php:98
574
+ msgid "Show the overlay around content opened in FancyBox."
 
575
  msgstr ""
576
 
577
+ #: ../easy-fancybox-settings.php:105
578
+ msgid "Close FancyBox when overlay is clicked."
 
 
 
579
  msgstr ""
580
 
581
+ #: ../easy-fancybox-settings.php:109
582
+ msgid "Opacity"
 
 
 
 
583
  msgstr ""
584
 
585
+ #: ../easy-fancybox-settings.php:117
586
+ msgid "Value between 0 and 1. "
 
 
587
  msgstr ""
588
 
589
+ #: ../easy-fancybox-settings.php:121
590
+ msgid "Color"
 
591
  msgstr ""
592
 
593
+ #: ../easy-fancybox-settings.php:135 ../easy-fancybox-settings.php:175
594
+ #: ../easy-fancybox-settings.php:208 ../easy-fancybox-settings.php:362
595
+ #: ../easy-fancybox-settings.php:441 ../easy-fancybox-settings.php:612
596
+ #: ../easy-fancybox-settings.php:701
597
+ msgid "Make available &raquo;"
598
  msgstr ""
599
 
600
+ #: ../easy-fancybox-settings.php:140
601
+ msgid "Window"
 
602
  msgstr ""
603
 
604
+ #: ../easy-fancybox-settings.php:146 ../easy-fancybox-settings.php:573
605
+ msgid "Appearance"
 
606
  msgstr ""
607
 
608
+ #: ../easy-fancybox-settings.php:153
609
+ msgid "Show the (X) close button"
 
610
  msgstr ""
611
 
612
+ #: ../easy-fancybox-settings.php:158
613
+ msgid "Background color"
614
  msgstr ""
615
 
616
+ #: ../easy-fancybox-settings.php:169
617
+ msgid "Text color"
 
 
 
618
  msgstr ""
619
 
620
+ #: ../easy-fancybox-settings.php:180
621
+ msgid "Title color"
 
 
622
  msgstr ""
623
 
624
+ #: ../easy-fancybox-settings.php:190
625
+ msgid "Border color"
626
  msgstr ""
627
 
628
+ #: ../easy-fancybox-settings.php:195
629
+ msgid "Use RGBA notation for semi-transparent borders."
630
  msgstr ""
631
 
632
+ #: ../easy-fancybox-settings.php:195 ../easy-fancybox-settings.php:473
633
+ msgid "Example:"
634
  msgstr ""
635
 
636
+ #: ../easy-fancybox-settings.php:200
637
+ msgid "Border radius"
638
  msgstr ""
639
 
640
+ #: ../easy-fancybox-settings.php:213
641
+ msgid "Dimensions"
642
  msgstr ""
643
 
644
+ #: ../easy-fancybox-settings.php:249
645
+ msgid "Margin"
 
 
646
  msgstr ""
647
 
648
+ #: ../easy-fancybox-settings.php:258
649
  msgid ""
650
+ "If content size is not set or cannot be determined automatically, these "
651
+ "default dimensions will be used."
652
  msgstr ""
653
 
654
+ #: ../easy-fancybox-settings.php:263 ../easy-fancybox-settings.php:501
655
+ msgid "Behavior"
 
 
656
  msgstr ""
657
 
658
+ #: ../easy-fancybox-settings.php:270
659
+ msgid "Center while scrolling"
 
 
660
  msgstr ""
661
 
662
+ #: ../easy-fancybox-settings.php:277
663
+ msgid "Esc key stroke closes FancyBox"
664
  msgstr ""
665
 
666
+ #: ../easy-fancybox-settings.php:284
667
+ msgid "Scale large content down to fit in the browser viewport."
 
 
668
  msgstr ""
669
 
670
+ #: ../easy-fancybox-settings.php:288
671
+ msgid "Opening speed"
 
 
672
  msgstr ""
673
 
674
+ #: ../easy-fancybox-settings.php:300
675
+ msgid "Closing speed"
 
 
676
  msgstr ""
677
 
678
+ #: ../easy-fancybox-settings.php:309 ../easy-fancybox-settings.php:683
679
+ msgid "Duration in milliseconds. Higher is slower."
680
  msgstr ""
681
 
682
+ #: ../easy-fancybox-settings.php:315
683
+ msgid "Miscellaneous"
 
 
 
 
684
  msgstr ""
685
 
686
+ #: ../easy-fancybox-settings.php:321
687
+ msgid "Auto popup"
688
  msgstr ""
689
 
690
+ #: ../easy-fancybox-settings.php:325
691
+ msgid "Open on page load"
 
692
  msgstr ""
693
 
694
+ #: ../easy-fancybox-settings.php:331
695
+ msgid "Link with ID \"fancybox-auto\""
 
 
696
  msgstr ""
697
 
698
+ #: ../easy-fancybox-settings.php:334 ../easy-fancybox-settings.php:485
699
+ #: ../easy-fancybox-settings.php:528 ../easy-fancybox-settings.php:555
700
+ #: ../easy-fancybox-settings.php:630 ../easy-fancybox-settings.php:784
701
+ #: ../easy-fancybox-settings.php:811 ../easy-fancybox-settings.php:864
702
+ msgid "More options &raquo;"
 
703
  msgstr ""
704
 
705
+ #: ../easy-fancybox-settings.php:338
706
+ msgid "Delay in milliseconds"
 
 
707
  msgstr ""
708
 
709
+ #: ../easy-fancybox-settings.php:366
710
+ msgid "Browser & device compatibility"
711
  msgstr ""
712
 
713
+ #: ../easy-fancybox-settings.php:395
714
+ msgid "Include IE 6 and 7 compatibility style rules"
715
  msgstr ""
716
 
717
+ #: ../easy-fancybox-settings.php:402
718
+ msgid "Include IE 8 compatibility style rules"
719
  msgstr ""
720
 
721
+ #: ../easy-fancybox-settings.php:433
722
+ msgid "Other"
723
  msgstr ""
724
 
725
+ #: ../easy-fancybox-settings.php:454
726
+ msgid ""
727
+ "To make images open in an overlay, add their extension to the Autodetect "
728
+ "field or use the class \"fancybox\" for its link. Clear field to switch off "
729
+ "all autodetection."
730
  msgstr ""
731
 
732
+ #: ../easy-fancybox-settings.php:466 ../easy-fancybox-settings.php:844
733
+ #: ../easy-fancybox-settings.php:954 ../easy-fancybox-settings.php:1048
734
+ #: ../easy-fancybox-settings.php:1143 ../easy-fancybox-settings.php:1241
735
+ #: ../easy-fancybox-settings.php:1340
736
+ msgid "Autodetect"
737
  msgstr ""
738
 
739
+ #: ../easy-fancybox-settings.php:477
740
+ msgid "Apply to"
741
  msgstr ""
742
 
743
+ #: ../easy-fancybox-settings.php:489
744
  msgid ""
745
+ "Force FancyBox to treat all media linked with class=\"fancybox\" as images?"
 
746
  msgstr ""
747
 
748
+ #: ../easy-fancybox-settings.php:505 ../easy-fancybox-settings.php:761
749
+ msgid "Transition In"
750
  msgstr ""
751
 
752
+ #: ../easy-fancybox-settings.php:510 ../easy-fancybox-settings.php:537
753
+ #: ../easy-fancybox-settings.php:766 ../easy-fancybox-settings.php:793
754
+ msgid "Fade"
755
  msgstr ""
756
 
757
+ #: ../easy-fancybox-settings.php:511 ../easy-fancybox-settings.php:538
758
+ #: ../easy-fancybox-settings.php:767 ../easy-fancybox-settings.php:794
759
+ msgid "Elastic"
760
  msgstr ""
761
 
762
+ #: ../easy-fancybox-settings.php:518 ../easy-fancybox-settings.php:774
763
+ msgid "Easing In"
764
  msgstr ""
765
 
766
+ #: ../easy-fancybox-settings.php:522 ../easy-fancybox-settings.php:549
767
+ #: ../easy-fancybox-settings.php:778 ../easy-fancybox-settings.php:805
768
+ msgid "Linear"
769
  msgstr ""
770
 
771
+ #: ../easy-fancybox-settings.php:523 ../easy-fancybox-settings.php:550
772
+ #: ../easy-fancybox-settings.php:779 ../easy-fancybox-settings.php:806
773
+ msgid "Swing"
774
  msgstr ""
775
 
776
+ #: ../easy-fancybox-settings.php:524 ../easy-fancybox-settings.php:551
777
+ #: ../easy-fancybox-settings.php:780 ../easy-fancybox-settings.php:807
778
+ msgid "easeInBack"
779
  msgstr ""
780
 
781
+ #: ../easy-fancybox-settings.php:525 ../easy-fancybox-settings.php:552
782
+ #: ../easy-fancybox-settings.php:781 ../easy-fancybox-settings.php:808
783
+ msgid "easeOutBack"
784
  msgstr ""
785
 
786
+ #: ../easy-fancybox-settings.php:532 ../easy-fancybox-settings.php:788
787
+ msgid "Transition Out"
788
  msgstr ""
789
 
790
+ #: ../easy-fancybox-settings.php:545 ../easy-fancybox-settings.php:801
791
+ msgid "Easing Out"
792
  msgstr ""
793
 
794
+ #: ../easy-fancybox-settings.php:562 ../easy-fancybox-settings.php:818
795
+ msgid ""
796
+ "Transparency fade during elastic transition. CAUTION: Use only when at least "
797
+ "Transition In is set to Elastic!"
798
  msgstr ""
799
 
800
+ #: ../easy-fancybox-settings.php:569 ../easy-fancybox-settings.php:825
801
+ msgid "Close FancyBox when content is clicked"
802
  msgstr ""
803
 
804
+ #: ../easy-fancybox-settings.php:580 ../easy-fancybox-settings.php:903
805
+ #: ../easy-fancybox-settings.php:1006 ../easy-fancybox-settings.php:1100
806
+ #: ../easy-fancybox-settings.php:1199 ../easy-fancybox-settings.php:1297
807
+ #: ../easy-fancybox-settings.php:1396 ../easy-fancybox-settings.php:1523
808
+ msgid "Show title"
809
  msgstr ""
810
 
811
+ #: ../easy-fancybox-settings.php:584 ../easy-fancybox-settings.php:907
812
+ #: ../easy-fancybox-settings.php:1010 ../easy-fancybox-settings.php:1104
813
+ #: ../easy-fancybox-settings.php:1203 ../easy-fancybox-settings.php:1301
814
+ #: ../easy-fancybox-settings.php:1400 ../easy-fancybox-settings.php:1527
815
+ msgid "Title Position"
816
  msgstr ""
817
 
818
+ #: ../easy-fancybox-settings.php:588 ../easy-fancybox-settings.php:911
819
+ #: ../easy-fancybox-settings.php:1014 ../easy-fancybox-settings.php:1108
820
+ #: ../easy-fancybox-settings.php:1207 ../easy-fancybox-settings.php:1305
821
+ #: ../easy-fancybox-settings.php:1404 ../easy-fancybox-settings.php:1531
822
+ msgid "Float"
823
  msgstr ""
824
 
825
+ #: ../easy-fancybox-settings.php:589 ../easy-fancybox-settings.php:912
826
+ #: ../easy-fancybox-settings.php:1015 ../easy-fancybox-settings.php:1109
827
+ #: ../easy-fancybox-settings.php:1208 ../easy-fancybox-settings.php:1306
828
+ #: ../easy-fancybox-settings.php:1405 ../easy-fancybox-settings.php:1532
829
+ msgid "Outside"
830
  msgstr ""
831
 
832
+ #: ../easy-fancybox-settings.php:590 ../easy-fancybox-settings.php:913
833
+ #: ../easy-fancybox-settings.php:1016 ../easy-fancybox-settings.php:1110
834
+ #: ../easy-fancybox-settings.php:1209 ../easy-fancybox-settings.php:1307
835
+ #: ../easy-fancybox-settings.php:1406 ../easy-fancybox-settings.php:1533
836
+ msgid "Inside"
837
  msgstr ""
838
 
839
+ #: ../easy-fancybox-settings.php:601 ../easy-fancybox-settings.php:922
840
+ #: ../easy-fancybox-settings.php:1025 ../easy-fancybox-settings.php:1120
841
+ #: ../easy-fancybox-settings.php:1218 ../easy-fancybox-settings.php:1316
842
+ #: ../easy-fancybox-settings.php:1415 ../easy-fancybox-settings.php:1542
843
+ msgid "Allow title from thumbnail alt tag"
844
  msgstr ""
845
 
846
+ #: ../easy-fancybox-settings.php:605 ../easy-fancybox-settings.php:694
847
+ msgid "Advanced"
 
 
 
848
  msgstr ""
849
 
850
+ #: ../easy-fancybox-settings.php:616
851
+ msgid "Gallery"
 
 
 
852
  msgstr ""
853
 
854
+ #: ../easy-fancybox-settings.php:620
855
+ msgid "Autogallery"
 
 
 
856
  msgstr ""
857
 
858
+ #: ../easy-fancybox-settings.php:626
859
+ msgid "WordPress galleries only"
 
 
 
860
  msgstr ""
861
 
862
+ #: ../easy-fancybox-settings.php:627
863
+ msgid "All in one gallery"
 
 
 
864
  msgstr ""
865
 
866
+ #: ../easy-fancybox-settings.php:637
867
+ msgid "Show the gallery navigation arrows"
 
 
 
868
  msgstr ""
869
 
870
+ #: ../easy-fancybox-settings.php:644
871
+ msgid "Arrow key strokes browse the gallery"
 
 
 
872
  msgstr ""
873
 
874
+ #: ../easy-fancybox-settings.php:651
875
+ msgid ""
876
+ "Include the Mousewheel jQuery extension script to allow gallery browsing by "
877
+ "mousewheel action."
 
878
  msgstr ""
879
 
880
+ #: ../easy-fancybox-settings.php:658
881
+ msgid "Make galleries cyclic, allowing you to keep pressing next/back."
 
 
 
882
  msgstr ""
883
 
884
+ #: ../easy-fancybox-settings.php:662
885
+ msgid "Change speed"
 
 
 
886
  msgstr ""
887
 
888
+ #: ../easy-fancybox-settings.php:674
889
+ msgid "Fade speed"
 
 
 
890
  msgstr ""
891
 
892
+ #: ../easy-fancybox-settings.php:690
893
+ msgid ""
894
+ "This applies when <em>Apply to</em> is set to <em>Limited to Sections</em> "
895
+ "and/or <em>Autogallery</em> is set to <em>Galleries per Section</em>. Adapt "
896
+ "it to conform with your theme."
897
  msgstr ""
898
 
899
+ #: ../easy-fancybox-settings.php:698
900
+ msgid "Slideshow"
 
 
 
901
  msgstr ""
902
 
903
+ #: ../easy-fancybox-settings.php:726
904
+ msgid ""
905
+ "To make inline content open in an overlay, wrap that content in a div with a "
906
+ "unique ID, create a link with target \"#uniqueID\" and give it a class "
907
+ "\"fancybox-inline\" attribute."
908
  msgstr ""
909
 
910
+ #: ../easy-fancybox-settings.php:744
911
+ msgid ""
912
+ "Try to adjust size to inline/html content. If unchecked the default "
913
+ "dimensions will be used."
 
914
  msgstr ""
915
 
916
+ #: ../easy-fancybox-settings.php:748
917
+ msgid "Scrolling"
 
 
 
918
  msgstr ""
919
 
920
+ #: ../easy-fancybox-settings.php:752
921
+ msgid "Auto"
 
 
 
922
  msgstr ""
923
 
924
+ #: ../easy-fancybox-settings.php:753
925
+ msgid "Always"
 
 
 
926
  msgstr ""
927
 
928
+ #: ../easy-fancybox-settings.php:754
929
+ msgid "Never"
 
 
 
930
  msgstr ""
931
 
932
+ #: ../easy-fancybox-settings.php:757
933
+ msgid "Define scrolling and scrollbar visibility."
 
 
 
934
  msgstr ""
935
 
936
+ #: ../easy-fancybox-settings.php:836
937
+ msgid ""
938
+ "To make any PDF document file open in an overlay, switch on Autodetect or "
939
+ "use the class \"fancybox-pdf\" for its link."
 
940
  msgstr ""
941
 
942
+ #: ../easy-fancybox-settings.php:856
943
+ msgid "Embed with"
 
 
 
944
  msgstr ""
945
 
946
+ #: ../easy-fancybox-settings.php:860
947
+ msgid "Object tag (plus fall-back link)"
948
  msgstr ""
949
 
950
+ #: ../easy-fancybox-settings.php:861
951
+ msgid "iFrame tag (let browser decide)"
952
+ msgstr ""
953
+
954
+ #: ../easy-fancybox-settings.php:946
955
  msgid ""
956
+ "To make any Flash (.swf) file open in an overlay, switch on Autodetect or "
957
+ "use the class \"fancybox-swf\" for its link."
 
958
  msgstr ""
959
 
960
+ #: ../easy-fancybox-settings.php:1040
961
  msgid ""
962
+ "To make any SVG (.svg) file open in an overlay, switch on Autodetect or use "
963
+ "the class \"fancybox-svg\" for its link."
 
 
 
 
964
  msgstr ""
965
 
966
+ #: ../easy-fancybox-settings.php:1135
967
+ msgid ""
968
+ "To make any YouTube movie open in an overlay, switch on Autodetect or use "
969
+ "the class \"fancybox-youtube\" for its link."
970
+ msgstr ""
971
+
972
+ #: ../easy-fancybox-settings.php:1233
973
+ msgid ""
974
+ "To make any Vimeo movie open in an overlay, switch on Autodetect or use the "
975
+ "class \"fancybox-vimeo\" for its link."
976
+ msgstr ""
977
+
978
+ #: ../easy-fancybox-settings.php:1332
979
+ msgid ""
980
+ "To make any Dailymotion movie open in an overlay, switch on Autodetect or "
981
+ "use the class \"fancybox-dailymotion\" for its link."
982
+ msgstr ""
983
+
984
+ #: ../easy-fancybox-settings.php:1457
985
+ msgid ""
986
+ "To make a website or HTML document open in an overlay, use the class "
987
+ "\"fancybox-iframe\" for its link."
988
  msgstr ""
languages/instructions.txt CHANGED
File without changes
readme.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: RavanH
3
  Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=ravanhagen%40gmail%2ecom&item_name=Easy%20FancyBox
4
  Tags: fancybox, lightbox, gallery, image, photo, video, flash, overlay, youtube, vimeo, dailymotion, pdf, svg, iframe, swf, jquery
5
  Requires at least: 3.3
6
- Tested up to: 4.6
7
- Stable tag: 1.5.8
8
 
9
  Easily enable the FancyBox jQuery extension on just about all media links. Multi-Site compatible. Supports iFrame and Flash movies.
10
 
@@ -493,7 +493,7 @@ If you still do not get to see your images in FancyBox, ask on the [Easy FancyBo
493
 
494
  == Upgrade Notice ==
495
 
496
- = 1.5.8 =
497
  New features: auto-popup delay, margin, nolightbox... Bugfixes and PHP7 compatibility
498
 
499
  == Changelog ==
@@ -505,6 +505,9 @@ TODO: make jQuery inclusion optional
505
  TODO: make jQuery 1.6- compat optional
506
  TODO: fix "fancybox iframe" being forced to "fancybox image iframe" when Inline Content is activated
507
 
 
 
 
508
  = 1.5.8 =
509
  * FIX: variable variable php 7 compat
510
  * Dropped IE6 support
3
  Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=ravanhagen%40gmail%2ecom&item_name=Easy%20FancyBox
4
  Tags: fancybox, lightbox, gallery, image, photo, video, flash, overlay, youtube, vimeo, dailymotion, pdf, svg, iframe, swf, jquery
5
  Requires at least: 3.3
6
+ Tested up to: 4.7
7
+ Stable tag: 1.5.8.1
8
 
9
  Easily enable the FancyBox jQuery extension on just about all media links. Multi-Site compatible. Supports iFrame and Flash movies.
10
 
493
 
494
  == Upgrade Notice ==
495
 
496
+ = 1.5.8.1 =
497
  New features: auto-popup delay, margin, nolightbox... Bugfixes and PHP7 compatibility
498
 
499
  == Changelog ==
505
  TODO: make jQuery 1.6- compat optional
506
  TODO: fix "fancybox iframe" being forced to "fancybox image iframe" when Inline Content is activated
507
 
508
+ = 1.5.8.1 =
509
+ * BUGFIX: use dirname(__FILE__) instead of relying on __DIR__ to be available
510
+
511
  = 1.5.8 =
512
  * FIX: variable variable php 7 compat
513
  * Dropped IE6 support
screenshot-1.png DELETED
Binary file
screenshot-2.png DELETED
Binary file