Easy FancyBox - Version 1.5.7

Version Description

  • FIX: Pro extension link update
  • NEW: WebP support and class='image' to force image media type
  • IE 6-8 css rules optional
  • iframe embed for Youtube, Vimeo and Dailymotion
  • Croation translation
  • HTML5 players allowfullscreen default
Download this release

Release Info

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

Code changes from version 1.3.4.9 to 1.5.7

Files changed (60) hide show
  1. easy-fancybox-admin.php +0 -0
  2. easy-fancybox-class.php +659 -0
  3. easy-fancybox-fr_FR.mo +0 -0
  4. easy-fancybox-id_ID.mo +0 -0
  5. easy-fancybox-settings.php +1026 -580
  6. easy-fancybox-tr_TR.mo +0 -0
  7. easy-fancybox.css.php +0 -33
  8. easy-fancybox.php +42 -447
  9. easy-fancybox_sk_SK.mo +0 -0
  10. fancybox/jquery.easing-1.3.pack.js +0 -72
  11. fancybox/jquery.fancybox-1.3.4.pack.js +0 -46
  12. fancybox/{jquery.fancybox-1.3.4.css → jquery.fancybox-1.3.7.css} +70 -44
  13. fancybox/{jquery.fancybox-1.3.4.js → jquery.fancybox-1.3.7.js} +88 -54
  14. fancybox/jquery.fancybox-1.3.7.min.css +1 -0
  15. fancybox/jquery.fancybox-1.3.7.min.js +43 -0
  16. fancybox/jquery.mousewheel-3.0.4.pack.js +0 -14
  17. jquery.easing.js +205 -0
  18. jquery.easing.pack.js +14 -0
  19. jquery.metadata.pack.js +21 -0
  20. jquery.mousewheel.js +221 -0
  21. jquery.mousewheel.min.js +8 -0
  22. jquery.mousewheel.pack.js +8 -0
  23. languages/easy-fancybox-cs_CZ.mo +0 -0
  24. languages/easy-fancybox-cs_CZ.po +1022 -0
  25. languages/easy-fancybox-el_GR.mo +0 -0
  26. languages/easy-fancybox-el_GR.po +1054 -0
  27. easy-fancybox-es_ES.mo → languages/easy-fancybox-es_ES.mo +0 -0
  28. languages/easy-fancybox-es_ES.po +526 -0
  29. languages/easy-fancybox-fa_IR.mo +0 -0
  30. languages/easy-fancybox-fa_IR.po +1032 -0
  31. languages/easy-fancybox-fr_FR.mo +0 -0
  32. languages/easy-fancybox-fr_FR.po +856 -0
  33. languages/easy-fancybox-gu_IN.mo +0 -0
  34. languages/easy-fancybox-gu_IN.po +983 -0
  35. easy-fancybox-hi_IN.mo → languages/easy-fancybox-hi_IN.mo +0 -0
  36. languages/easy-fancybox-hi_IN.po +525 -0
  37. languages/easy-fancybox-hr.mo +0 -0
  38. languages/easy-fancybox-hr.po +981 -0
  39. languages/easy-fancybox-id_ID.mo +0 -0
  40. languages/easy-fancybox-id_ID.po +980 -0
  41. easy-fancybox-lt_LT.mo → languages/easy-fancybox-lt_LT.mo +0 -0
  42. languages/easy-fancybox-lt_LT.po +523 -0
  43. languages/easy-fancybox-nl_NL.mo +0 -0
  44. languages/easy-fancybox-nl_NL.po +1067 -0
  45. easy-fancybox-pl_PL.mo → languages/easy-fancybox-pl_PL.mo +0 -0
  46. languages/easy-fancybox-pl_PL.po +526 -0
  47. languages/easy-fancybox-ro_RO.po +522 -0
  48. languages/easy-fancybox-sk_SK.mo +0 -0
  49. languages/easy-fancybox-sk_SK.po +1084 -0
  50. languages/easy-fancybox-sr_RS.mo +0 -0
  51. languages/easy-fancybox-sr_RS.po +1029 -0
  52. languages/easy-fancybox-tr_TR.mo +0 -0
  53. languages/easy-fancybox-tr_TR.po +1073 -0
  54. easy-fancybox-ua_UA.mo → languages/easy-fancybox-ua_UA.mo +0 -0
  55. easy-fancybox.pot → languages/easy-fancybox-ua_UA.po +140 -88
  56. languages/easy-fancybox-xx_XX.po +961 -0
  57. languages/easy-fancybox.pot +963 -0
  58. easy-fancybox-ro_RO.mo → languages/easy-fancybox.ro_RO.mo +0 -0
  59. languages/instructions.txt +28 -0
  60. readme.txt +292 -103
easy-fancybox-admin.php ADDED
File without changes
easy-fancybox-class.php ADDED
@@ -0,0 +1,659 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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-fr_FR.mo DELETED
Binary file
easy-fancybox-id_ID.mo DELETED
Binary file
easy-fancybox-settings.php CHANGED
@@ -1,27 +1,37 @@
1
  <?php
2
- function easy_fancybox_settings(){
 
 
 
 
3
 
4
- return array (
5
  'Global' => array(
6
  'title' => __('Global settings','easy-fancybox'),
7
  'input' => 'deep',
8
  'hide' => true,
9
  'options' => array(
10
- /*'intro' => array (
11
- 'hide' => true,
12
- 'description' => __('These settings determine the global overlay appearance and behaviour controlled by FancyBox.','easy-fancybox') . '<br />'
13
- ),*/
14
  'Enable' => array (
15
- 'title' => __('Enable FancyBox for','easy-fancybox'),
16
  'input' => 'multiple',
17
  'hide' => true,
18
  'options' => array(
 
 
 
 
19
  'IMG' => array (
20
  'id' => 'fancybox_enableImg',
21
  'input' => 'checkbox',
22
  'hide' => true,
23
- 'default' => ( function_exists('is_plugin_active_for_network') && is_plugin_active_for_network(plugin_basename( __FILE__ )) ) ? '' : '1',
24
- 'description' => '<strong>' . __('Images & Inline content','easy-fancybox') . '</strong>'
 
 
 
 
 
 
 
25
  ),
26
  'PDF' => array (
27
  'id' => 'fancybox_enablePDF',
@@ -37,6 +47,13 @@ function easy_fancybox_settings(){
37
  'default' => '',
38
  'description' => '<strong>' . __('SWF','easy-fancybox') . '</strong>'
39
  ),
 
 
 
 
 
 
 
40
  'YouTube' => array (
41
  'id' => 'fancybox_enableYoutube',
42
  'input' => 'checkbox',
@@ -65,17 +82,14 @@ function easy_fancybox_settings(){
65
  'default' => '',
66
  'description' => '<strong>' . __('iFrames','easy-fancybox') . '</strong>'
67
  )
68
- )
 
69
  ),
70
  'Links' => array(
71
- 'title' => __('Links'),
72
  'input' => 'multiple',
73
  'hide' => true,
74
  'options' => array(
75
- /*'p1' => array (
76
- 'hide' => true,
77
- 'description' => '<br />'
78
- ),*/
79
  'attributeLimit' => array (
80
  'id' => 'fancybox_attributeLimit',
81
  'title' => __('Exclude','easy-fancybox'),
@@ -83,7 +97,7 @@ function easy_fancybox_settings(){
83
  'hide' => true,
84
  'input' => 'select',
85
  'options' => array(
86
- '' => __('None'),
87
  ':not(:empty)' => __('Empty (hidden) links','easy-fancybox'),
88
  ':has(img)' => __('Without thumbnail image','easy-fancybox')
89
  ),
@@ -92,24 +106,23 @@ function easy_fancybox_settings(){
92
  ),
93
  'autoClick' => array (
94
  'id' => 'fancybox_autoClick',
95
- 'title' => __('Auto-open','easy-fancybox'),
96
  'label_for' => 'fancybox_autoClick',
97
  'hide' => true,
98
  'input' => 'select',
99
  'options' => array(
100
- '' => __('None'),
101
  '1' => __('Link with ID "fancybox-auto"','easy-fancybox'),
102
- 'IMG' => __('First Image link','easy-fancybox'),
103
- 'PDF' => __('First PDF link','easy-fancybox'),
104
- 'SWF' => __('First SWF link','easy-fancybox'),
105
- 'YouTube' => __('First YouTube link ','easy-fancybox'),
106
- 'Vimeo' => __('First Vimeo link ','easy-fancybox'),
107
- 'Dailymotion' => __('First Dailymotion link ','easy-fancybox'),
108
- 'iFrame' => __('First iFrame link','easy-fancybox'),
109
- '99' => __('First of any link','easy-fancybox'),
110
  ),
111
  'default' => '1',
112
- 'description' => '<br />'
 
 
 
 
 
 
 
113
  )
114
  )
115
  ),
@@ -121,21 +134,25 @@ function easy_fancybox_settings(){
121
  'overlayShow' => array (
122
  'id' => 'fancybox_overlayShow',
123
  'input' => 'checkbox',
 
124
  'default' => '1',
125
  'description' => __('Show the overlay around content opened in FancyBox.','easy-fancybox')
126
  ),
127
- 'overlaySpotlight' => array (
128
- 'id' => 'fancybox_overlaySpotlight',
129
  'input' => 'checkbox',
130
- 'hide' => true,
131
- 'default' => '',
132
- 'description' => __('Spotlight effect.','easy-fancybox')
133
  ),
134
  'overlayOpacity' => array (
135
  'id' => 'fancybox_overlayOpacity',
136
  'title' => __('Opacity','easy-fancybox'),
137
  'label_for' => 'fancybox_overlayOpacity',
138
- 'input' => 'text',
 
 
 
139
  'class' => 'small-text',
140
  'default' => '',
141
  'description' => __('Value between 0 and 1. ','easy-fancybox') . ' <em>' . __('Default:','easy-fancybox') . ' 0.7</em><br />'
@@ -148,10 +165,17 @@ function easy_fancybox_settings(){
148
  'class' => 'small-text',
149
  'default' => '',
150
  'description' => __('Enter an HTML color value.','easy-fancybox') . ' <em>' . __('Default:','easy-fancybox') . ' #777</em><br />'
 
 
 
 
 
 
 
 
151
  )
152
  )
153
  ),
154
-
155
  'Window' => array (
156
  'title' => __('Window','easy-fancybox'),
157
  'input' => 'multiple',
@@ -159,43 +183,39 @@ function easy_fancybox_settings(){
159
  'options' => array(
160
  'p1' => array (
161
  'hide' => true,
162
- 'description' => '<strong>' . __('Size') . '</strong><br />'
163
  ),
164
- 'width' => array (
165
- 'id' => 'fancybox_width',
166
- 'title' => __('Width'),
167
- 'label_for' => 'fancybox_width',
168
- 'input' => 'text',
169
- 'class' => 'small-text',
170
- 'default' => '',
171
- 'description' => ' '
172
  ),
173
- 'height' => array (
174
- 'id' => 'fancybox_height',
175
- 'title' => __('Height'),
176
- 'label_for' => 'fancybox_height',
177
  'input' => 'text',
 
178
  'class' => 'small-text',
179
- 'default' => ''
 
180
  ),
181
- 'padding' => array (
182
- 'id' => 'fancybox_padding',
183
- 'title' => __('Border'),
184
- 'label_for' => 'fancybox_padding',
185
  'input' => 'text',
 
186
  'class' => 'small-text',
187
  'default' => '',
188
- 'description' => '<em>' . __('Default:','easy-fancybox') . ' 560 x 340 x 10</em><br />'
189
- ),
190
- 'p2' => array (
191
- 'hide' => true,
192
- 'description' => '<br /><strong>' . __('Color','easy-fancybox') . '</strong><br />'
193
  ),
194
- 'backgroundColor' => array (
195
- 'id' => 'fancybox_backgroundColor',
196
  'hide' => true,
197
- 'title' => __('Background'),
198
- 'label_for' => 'fancybox_backgroundColor',
199
  'input' => 'text',
200
  'class' => 'small-text',
201
  'default' => '',
@@ -204,64 +224,97 @@ function easy_fancybox_settings(){
204
  'paddingColor' => array (
205
  'id' => 'fancybox_paddingColor',
206
  'hide' => true,
207
- 'title' => __('Border'),
208
- 'label_for' => 'fancybox_paddingColor',
209
  'input' => 'text',
210
  'class' => 'small-text',
211
  'default' => '',
212
- 'description' => ''
213
  ),
214
- 'textColor' => array (
215
- 'id' => 'fancybox_textColor',
216
  'hide' => true,
217
- 'title' => __('Text'),
218
- 'label_for' => 'fancybox_textColor',
219
- 'input' => 'text',
 
 
 
220
  'class' => 'small-text',
221
  'default' => '',
222
- 'description' => ''
223
  ),
224
- 'frameOpacity' => array (
225
- 'id' => 'fancybox_frameOpacity',
226
  'hide' => true,
227
- 'title' => __('Opacity','easy-fancybox'),
228
- 'label_for' => 'fancybox_frameOpacity',
 
 
 
 
 
 
 
 
 
 
 
 
 
 
229
  'input' => 'text',
 
 
 
 
 
 
 
 
 
 
 
 
 
230
  'class' => 'small-text',
231
  'default' => '',
232
- 'description' => '<br /><em>' . __('Default:','easy-fancybox') . ' #fff x #fff x inherit x 1.0</em><br />'
233
  ),
234
- 'p3' => array (
 
235
  'hide' => true,
236
  'description' => '<br /><strong>' . __('Behavior','easy-fancybox') . '</strong><br />'
237
  ),
238
  'centerOnScroll' => array (
239
  'id' => 'fancybox_centerOnScroll',
240
  'input' => 'checkbox',
 
241
  'default' => '1',
242
  'description' => __('Center while scrolling','easy-fancybox')
243
  ),
244
- 'showCloseButton' => array (
245
- 'id' => 'fancybox_showCloseButton',
246
  'input' => 'checkbox',
 
247
  'default' => '1',
248
- 'description' => __('Show the (X) close button','easy-fancybox')
249
  ),
250
- 'showNavArrows' => array (
251
- 'id' => 'fancybox_showNavArrows',
252
  'input' => 'checkbox',
 
253
  'default' => '1',
254
- 'description' => __('Show the gallery navigation arrows','easy-fancybox')
255
- ),
256
- 'p4' => array (
257
- 'hide' => true,
258
- 'description' => '<br />'
259
  ),
260
  'speedIn' => array (
261
  'id' => 'fancybox_speedIn',
262
  'title' => __('Opening speed','easy-fancybox'),
263
  'label_for' => 'fancybox_speedIn',
264
- 'input' => 'text',
 
 
 
 
265
  'class' => 'small-text',
266
  'default' => '',
267
  ),
@@ -269,118 +322,155 @@ function easy_fancybox_settings(){
269
  'id' => 'fancybox_speedOut',
270
  'title' => __('Closing speed','easy-fancybox'),
271
  'label_for' => 'fancybox_speedOut',
272
- 'input' => 'text',
 
 
 
 
273
  'class' => 'small-text',
274
  'default' => '',
 
 
 
 
 
 
 
 
 
 
 
 
 
275
  ),
276
- 'changeFade' => array (
277
- 'id' => 'fancybox_changeFade',
278
- 'title' => __('Fade speed','easy-fancybox'),
279
- 'label_for' => 'fancybox_changeFade',
280
- 'input' => 'text',
 
 
 
 
281
  'class' => 'small-text',
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
282
  'default' => '',
283
- 'description' => '<br />' . __('Duration in milliseconds. Higher is slower.','easy-fancybox') . ' <em>' . __('Default:','easy-fancybox') . ' 300</em><br />'
284
  ),
285
- 'p5' => array (
 
 
286
  'hide' => true,
287
- 'description' => '<br />'
 
288
  ),
289
- 'onComplete' => array (
290
- 'id' => 'fancybox_onComplete',
291
- 'title' => __('Advanced','easy-fancybox'),
292
- 'label_for' => 'fancybox_onComplete',
293
- 'input' => 'select',
294
- 'options' => array(
295
- '' => __('None','easy-fancybox'), // no extra's
296
- 'function() { $(\'#fancybox-title\').hide(); $(\'#fancybox-wrap\').hover(function() { $(\'#fancybox-title\').show(); }, function() { $(\'#fancybox-title\').hide(); }); }' => __('Hide/show title on mouse hover action','easy-fancybox'),
297
- 'function() { fb_timeout = setTimeout(function(){jQuery.fancybox.next();}, 5000); $(\'#fancybox-wrap\').hover(function() { if(fb_timeout) clearTimeout(fb_timeout); }, function() { if(!fb_timeout) var fb_timeout = setTimeout(function(){jQuery.fancybox.next();}, 5000); }); }' => __('Gallery Auto-rotation','easy-fancybox')
298
- ), // \'jQuery("#fancybox-right").trigger("click")\'
299
- // \'jQuery.event.trigger("fancybox-next")\'
300
- // \'jQuery.fancybox.next()\'
301
- // function(){jQuery.fancybox.next();}
302
- 'noquotes' => true,
303
  'default' => '',
304
- 'description' => '<br />' . __('Note: Hide/show title on mouse hover action works best with Overlay title position. Auto-rotation uses a fixed 5 second pause per image.','easy-fancybox') . '<br />'
305
  ),
306
- 'onCleanup' => array (
307
- 'noquotes' => true,
308
- 'default' => 'function() { if(fb_timeout) { window.clearTimeout(fb_timeout); fb_timeout = null; } }'
309
- )
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
310
  )
311
  )
312
-
313
  )
314
  ),
 
315
  'IMG' => array(
316
- 'title' => __('Images & Inline content','easy-fancybox'),
317
  'input' => 'multiple',
318
  'options' => array(
319
  'intro' => array (
320
- 'hide' => true,
321
- 'description' => __('To make images open in an overlay, add their extension to the auto-detect field or use the class "fancybox" for its link. Clear field to switch off auto-enabling.','easy-fancybox') . '<br />'
 
 
 
 
 
 
 
 
 
 
 
322
  ),
323
  'autoAttribute' => array (
324
- 'id' => 'fancybox_autoAttribute',
325
- 'title' => __('Auto-detect','easy-fancybox'),
326
- 'label_for' => 'fancybox_autoAttribute',
327
- 'input' => 'text',
328
- 'class' => 'regular-text',
329
- 'hide' => true,
330
- 'default' => 'jpg gif png',
331
- 'selector' => 'href$=',
332
- 'description' => ' <em>' . __('Default:','easy-fancybox') . ' jpg gif png</em><br /><br />'
333
  ),
334
  'autoAttributeLimit' => array (
335
- 'id' => 'fancybox_autoAttributeLimit',
336
- 'title' => __('Apply to','easy-fancybox'),
337
- 'label_for' => 'fancybox_autoAttributeLimit',
338
- 'hide' => true,
339
- 'input' => 'select',
340
- 'options' => array(
341
- '' => __('All image links', 'easy-fancybox'),
342
- '1' => __('Links inside Section(s) only (below)','easy-fancybox')
343
- ),
344
- 'default' => '',
345
- 'description' => '<em>' . __('Default:','easy-fancybox') . ' ' . 'All image links' . '</em><br />'
346
  ),
347
- 'autoGallery' => array (
348
- 'id' => 'fancybox_autoGallery',
349
- 'title' => __('Auto-gallery','easy-fancybox'),
350
- 'label_for' => 'fancybox_autoGallery',
351
- 'hide' => true,
352
- 'input' => 'select',
353
- 'options' => array(
354
- '' => __('Disabled'),
355
- '1' => __('Galleries per Section (below)','easy-fancybox'),
356
- '2' => __('All in one gallery','easy-fancybox')
357
- ),
358
- 'default' => '2',
359
- 'description' => '<br />&nbsp; ' . __('When disabled, you can use the rel attribute to manually group image links together.','easy-fancybox') . '<br />'
360
  ),
361
- 'autoSelector' => array (
362
- 'id' => 'fancybox_autoGallerySelector',
363
- 'title' => __('Section(s)','easy-fancybox'),
364
- 'label_for' => 'fancybox_autoGallerySelector',
365
- 'hide' => true,
366
- 'input' => 'text',
367
- 'class' => 'regular-text',
368
- 'default' => 'article, div.hentry',
369
- 'description' => ' <em>' . __('Default:','easy-fancybox') . ' ' . 'article, div.hentry' . '</em><br />' . __('This applies when <em>Apply to</em> is set to <em>Limited to Sections</em> and/or <em>Auto-gallery</em> is set to <em>Galleries per Section</em>. Adapt it to conform with your theme.','easy-fancybox') . '<br />' . __('Examples: If your theme wraps post content in a div with class post, change this value to "div.post". If you want to include images in a sidebar with ID primary, add ", div#primary" or "aside#primary" for html5 themes.','easy-fancybox') . '<br /><br />'
370
- ),
371
- /* 'onStart' => array (
372
- 'noquotes' => true,
373
- 'default' => 'function() { window.clearTimeout(fb_timeout); }'
374
- ),*/
375
  'transitionIn' => array (
376
  'id' => 'fancybox_transitionIn',
377
  'title' => __('Transition In','easy-fancybox'),
378
  'label_for' => 'fancybox_transitionIn',
379
  'input' => 'select',
380
  'options' => array(
 
381
  '' => __('Fade','easy-fancybox'),
382
  'elastic' => __('Elastic','easy-fancybox'),
383
- 'none' => __('None','easy-fancybox')
384
  ),
385
  'default' => 'elastic',
386
  'description' => ' '
@@ -393,12 +483,11 @@ function easy_fancybox_settings(){
393
  'options' => array(
394
  'linear' => __('Linear','easy-fancybox'),
395
  '' => __('Swing','easy-fancybox'),
396
- 'easeOutBack' => __('Back','easy-fancybox'),
397
- 'easeOutQuad' => __('Quad','easy-fancybox'),
398
- 'easeOutExpo' => __('Expo','easy-fancybox'),
399
  ),
400
  'default' => 'easeOutBack',
401
- 'description' => '<br />'
402
  ),
403
  'transitionOut' => array (
404
  'id' => 'fancybox_transitionOut',
@@ -406,9 +495,9 @@ function easy_fancybox_settings(){
406
  'label_for' => 'fancybox_transitionOut',
407
  'input' => 'select',
408
  'options' => array(
 
409
  '' => __('Fade','easy-fancybox'),
410
  'elastic' => __('Elastic','easy-fancybox'),
411
- 'none' => __('None','easy-fancybox')
412
  ),
413
  'default' => 'elastic',
414
  'description' => ' '
@@ -421,22 +510,34 @@ function easy_fancybox_settings(){
421
  'options' => array(
422
  'linear' => __('Linear','easy-fancybox'),
423
  '' => __('Swing','easy-fancybox'),
424
- 'easeInBack' => __('Back','easy-fancybox'),
425
- 'easeInQuad' => __('Quad','easy-fancybox'),
426
- 'easeInExpo' => __('Expo','easy-fancybox'),
427
  ),
428
  'default' => 'easeInBack',
429
- 'description' => '<br />' . __('Easing effects only apply when Transition is set to Elastic. ','easy-fancybox') . '<br />'
430
  ),
431
  'opacity' => array (
432
  'id' => 'fancybox_opacity',
433
  'input' => 'checkbox',
 
 
 
 
 
 
 
 
434
  'default' => '',
435
- 'description' => __('Transparency fade during elastic transition.','easy-fancybox') . '<br />'
 
 
 
 
436
  ),
437
  'titleShow' => array (
438
  'id' => 'fancybox_titleShow',
439
  'input' => 'checkbox',
 
440
  'default' => '1',
441
  'description' => __('Show title','easy-fancybox')
442
  ),
@@ -446,7 +547,7 @@ function easy_fancybox_settings(){
446
  'label_for' => 'fancybox_titlePosition',
447
  'input' => 'select',
448
  'options' => array(
449
- '' => __('Float','easy-fancybox'), // same as 'float'
450
  'outside' => __('Outside','easy-fancybox'),
451
  'inside' => __('Inside','easy-fancybox'),
452
  'over' => __('Overlay','easy-fancybox')
@@ -457,10 +558,111 @@ function easy_fancybox_settings(){
457
  'titleFromAlt' => array (
458
  'id' => 'fancybox_titleFromAlt',
459
  'input' => 'checkbox',
 
460
  'default' => '1',
461
  'description' => __('Allow title from thumbnail alt tag','easy-fancybox')
462
  ),
463
- /* 'titleFormat' => array (
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
464
  'id' => 'fancybox_titleFormat',
465
  'title' => __('Title format','easy-fancybox'),
466
  'label_for' => 'fancybox_titleFormat',
@@ -474,130 +676,240 @@ function easy_fancybox_settings(){
474
  'default' => '',
475
  'description' => '<br />' . __('To improve Lightbox2 style disable Show close button and set titleposition to Inside or Outside','easy-fancybox') . '<br />'
476
  ),*/
477
- 'tag' => array (
478
- 'hide' => true,
479
- 'default' => 'a, area'
480
- ),
481
- 'class' => array (
482
- 'hide' => true,
483
- 'default' => 'fancybox'
484
- )
485
  )
486
  ),
487
 
488
- 'PDF' => array(
489
- 'title' => __('PDF','easy-fancybox'),
490
- 'input' => 'multiple',
491
  'options' => array(
492
  'intro' => array (
493
- 'hide' => true,
494
- 'description' => __('To make any PDF document file open in an overlay, switch on auto-detect or use the class "fancybox-pdf" for its link.','easy-fancybox') . ' ' . __('Adjust its specific settings below.','easy-fancybox') . '<br />'
495
- ),
496
- 'autoAttribute' => array (
497
- 'id' => 'fancybox_autoAttributePDF',
498
- 'input' => 'checkbox',
499
- 'hide' => true,
500
- 'default' => '1',
501
- 'selector' => 'href$=".pdf"',
502
- 'description' => __('Auto-detect','easy-fancybox') . '<br />'
503
  ),
504
  'tag' => array (
505
- 'hide' => true,
506
- 'default' => 'a, area'
507
  ),
508
  'class' => array (
509
- 'hide' => true,
510
- 'default' => 'fancybox-pdf'
511
  ),
512
  'type' => array (
513
- 'default' => 'html'
514
- ),
515
- 'width' => array (
516
- 'id' => 'fancybox_PDFwidth',
517
- 'title' => __('Width'),
518
- 'label_for' => 'fancybox_PDFwidth',
519
- 'input' => 'text',
520
- 'class' => 'small-text',
521
- 'default' => '90%',
522
- 'description' => ' '
523
  ),
524
- 'height' => array (
525
- 'id' => 'fancybox_PDFheight',
526
- 'title' => __('Height'),
527
- 'label_for' => 'fancybox_PDFheight',
528
- 'input' => 'text',
529
- 'class' => 'small-text',
530
- 'default' => '90%'
531
- ),
532
- 'padding' => array (
533
- 'id' => 'fancybox_PDFpadding',
534
- 'title' => __('Border'),
535
- 'label_for' => 'fancybox_PDFpadding',
536
- 'input' => 'text',
537
- 'class' => 'small-text',
538
- 'default' => '10',
539
- 'description' => '<br /><br />'
540
- ),
541
- 'autoScale' => array (
542
- 'noquotes' => true,
543
- 'default' => 'false'
544
- ),
545
- 'titleShow' => array (
546
- 'id' => 'fancybox_PDFtitleShow',
547
- 'input' => 'checkbox',
548
- 'default' => '',
549
- 'description' => __('Show title','easy-fancybox')
550
  ),
551
- 'titlePosition' => array (
552
- 'id' => 'fancybox_PDFtitlePosition',
553
- 'title' => __('Title Position','easy-fancybox'),
554
- 'label_for' => 'fancybox_PDFtitlePosition',
555
- 'input' => 'select',
556
- 'options' => array(
557
- 'float' => __('Float','easy-fancybox'), // same as 'float'
558
- 'outside' => __('Outside','easy-fancybox'),
559
- 'inside' => __('Inside','easy-fancybox')
560
- //,'over' => __('Overlay','easy-fancybox')
561
- ),
562
- 'default' => 'float',
563
  ),
564
- 'titleFromAlt' => array (
565
- 'id' => 'fancybox_PDFtitleFromAlt',
566
- 'input' => 'checkbox',
567
- 'default' => '1',
568
- 'description' => __('Allow title from thumbnail alt tag','easy-fancybox')
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
569
  ),
570
  /* 'transitionOut' => array (
571
- 'id' => 'fancybox_PDFtransitionOut',
572
- 'title' => __('Transition Out','easy-fancybox'),
573
- 'label_for' => 'fancybox_PDFtransitionOut',
574
- 'input' => 'select',
575
- 'class' => '',
576
- 'options' => array(
577
- 'fade' => __('Fade','easy-fancybox'),
578
- //'elastic' => __('Elastic','easy-fancybox'),
579
- 'none' => __('None','easy-fancybox')
580
- ),
581
- 'default' => 'fade',
582
  ),
583
  'easingIn' => array (
584
- 'default' => 'swing'
585
  ),*/
586
  'autoDimensions' => array (
587
- 'noquotes' => true,
588
- 'default' => 'false'
589
  ),
590
  'scrolling' => array (
591
- 'default' => 'no',
592
  ),
593
  'onStart' => array (
594
- 'noquotes' => true,
595
- // '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%" />\' }'
596
- 'default' => 'function(selectedArray, selectedIndex, selectedOpts) { selectedOpts.content = \'<object data="\' + selectedArray[selectedIndex].href + \'#toolbar=1&amp;navpanes=0&amp;nameddest=self&amp;page=1&amp;view=FitH,0&amp;zoom=80,0,0" type="application/pdf" height="100%" width="100%"><param name="src" value="\' + selectedArray[selectedIndex].href + \'#toolbar=1&amp;navpanes=0&amp;nameddest=self&amp;page=1&amp;view=FitH,0&amp;zoom=80,0,0" /><embed src="\' + selectedArray[selectedIndex].href + \'#toolbar=1&amp;navpanes=0&amp;nameddest=self&amp;page=1&amp;view=FitH,0&amp;zoom=80,0,0" type="application/pdf" height="100%" width="100%" /><a href="\' + selectedArray[selectedIndex].href + \'" style="display:block;font-size:18px;height:20px;position:absolute;top:50%;margin:-10px auto 0 auto">\' + $(selectedArray[selectedIndex]).html() + \'</a></object>\' }'
 
597
  ),
598
  /* 'onClosed' => array (
599
- 'noquotes' => true,
600
- 'default' => 'function() { $("#fancybox-content").empty(); }'
601
  )*/
602
  )
603
  ),
@@ -607,88 +919,186 @@ function easy_fancybox_settings(){
607
  'input' => 'multiple',
608
  'options' => array(
609
  'intro' => array (
610
- 'hide' => true,
611
- 'description' => __('To make any Flash (.swf) file open in an overlay, switch on auto-detect or use the class "fancybox-swf" for its link.','easy-fancybox') . ' ' . __('Adjust its specific settings below.','easy-fancybox') . '<br />'
612
  ),
613
  'autoAttribute' => array (
614
- 'id' => 'fancybox_autoAttributeSWF',
615
- 'input' => 'checkbox',
616
- 'hide' => true,
617
- 'default' => '1',
618
- 'selector' => 'href$=".swf"',
619
- 'description' => __('Auto-detect','easy-fancybox') . '<br />'
620
  ),
621
  'tag' => array (
622
- 'hide' => true,
623
- 'default' => 'a, area'
624
  ),
625
  'class' => array (
626
- 'hide' => true,
627
- 'default' => 'fancybox-swf'
628
  ),
629
  'type' => array(
630
- 'default' => 'swf'
631
  ),
632
  'width' => array (
633
- 'id' => 'fancybox_SWFWidth',
634
- 'title' => __('Width'),
635
- 'label_for' => 'fancybox_SWFWidth',
636
- 'input' => 'text',
637
- 'class' => 'small-text',
638
- 'options' => array(),
639
- 'default' => '680',
640
- 'description' => ' '
 
641
  ),
642
  'height' => array (
643
- 'id' => 'fancybox_SWFHeight',
644
- 'title' => __('Height'),
645
- 'label_for' => 'fancybox_SWFHeight',
646
- 'input' => 'text',
647
- 'class' => 'small-text',
648
- 'options' => array(),
649
- 'default' => '495',
 
650
  ),
651
  'padding' => array (
652
- 'id' => 'fancybox_SWFpadding',
653
- 'title' => __('Border'),
654
- 'label_for' => 'fancybox_SWFpadding',
655
- 'input' => 'text',
656
- 'class' => 'small-text',
657
- 'default' => '0',
658
- 'description' => '<br /><br />'
659
- ),
660
- 'autoScale' => array (
661
- 'noquotes' => true,
662
- 'default' => 'false'
663
  ),
664
  'titleShow' => array (
665
- 'id' => 'fancybox_SWFtitleShow',
666
- 'input' => 'checkbox',
667
- 'default' => '',
668
- 'description' => __('Show title','easy-fancybox')
 
669
  ),
670
  'titlePosition' => array (
671
- 'id' => 'fancybox_SWFtitlePosition',
672
- 'title' => __('Title Position','easy-fancybox'),
673
- 'label_for' => 'fancybox_SWFtitlePosition',
674
- 'input' => 'select',
675
- 'options' => array(
676
- 'float' => __('Float','easy-fancybox'), // same as 'float'
677
- 'outside' => __('Outside','easy-fancybox'),
678
- 'inside' => __('Inside','easy-fancybox')
679
- //,'over' => __('Overlay','easy-fancybox')
680
- ),
681
- 'default' => 'float',
682
  ),
683
  'titleFromAlt' => array (
684
- 'id' => 'fancybox_SWFtitleFromAlt',
685
- 'input' => 'checkbox',
686
- 'default' => '1',
687
- 'description' => __('Allow title from thumbnail alt tag','easy-fancybox')
 
688
  ),
689
  'swf' => array (
690
- 'noquotes' => true,
691
- 'default' => '{\'wmode\':\'opaque\',\'allowfullscreen\':true}'
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
692
  )
693
  )
694
  ),
@@ -698,100 +1108,105 @@ function easy_fancybox_settings(){
698
  'input' => 'multiple',
699
  'options' => array(
700
  'intro' => array (
701
- 'hide' => true,
702
- 'description' => __('To make any YouTube movie open in an overlay, switch on auto-detect or use the class "fancybox-youtube" for its link.','easy-fancybox') . ' ' . __('Adjust its specific settings below.','easy-fancybox') . '<br />'
703
  ),
704
  'autoAttribute' => array (
705
- 'id' => 'fancybox_autoAttributeYoutube',
706
- 'input' => 'checkbox',
707
- 'hide' => true,
708
- 'default' => '1',
709
- 'selector' => 'href*="youtube.com/"',
710
- //'href-replace' => "return attr.replace(new RegExp('watch\\\?v=', 'i'), 'v/')",
711
- 'description' => __('Auto-detect','easy-fancybox')
712
  ),
713
  'autoAttributeAlt' => array (
714
- 'id' => 'fancybox_autoAttributeYoutubeShortURL',
715
- 'input' => 'checkbox',
716
- 'hide' => true,
717
- 'default' => '1',
718
- 'selector' => 'href*="youtu.be/"',
719
- //'href-replace' => "return attr.replace(new RegExp('youtu.be', 'i'), 'www.youtube.com/v')",
720
- 'description' => __('Auto-detect Short links','easy-fancybox') . '<br />'
721
  ),
722
  'tag' => array (
723
- 'hide' => true,
724
- 'default' => 'a, area'
725
  ),
726
  'class' => array (
727
- 'hide' => true,
728
- 'default' => 'fancybox-youtube'
729
  ),
730
  'type' => array(
731
- 'default' => 'iframe'
732
  ),
733
  'width' => array (
734
- 'id' => 'fancybox_YoutubeWidth',
735
- 'title' => __('Width'),
736
- 'label_for' => 'fancybox_YoutubeWidth',
737
- 'input' => 'text',
738
- 'class' => 'small-text',
739
- 'default' => '640',
740
- 'description' => ' '
 
 
 
 
741
  ),
742
  'height' => array (
743
- 'id' => 'fancybox_YoutubeHeight',
744
- 'title' => __('Height'),
745
- 'label_for' => 'fancybox_YoutubeHeight',
746
- 'input' => 'text',
747
- 'class' => 'small-text',
748
- 'default' => '390',
 
 
 
 
749
  ),
750
  'padding' => array (
751
- 'id' => 'fancybox_Youtubepadding',
752
- 'title' => __('Border'),
753
- 'label_for' => 'fancybox_Youtubepadding',
754
- 'input' => 'text',
755
- 'class' => 'small-text',
756
- 'default' => '0',
757
- 'description' => '<br /><br />'
758
- ),
759
- 'autoScale' => array (
760
- 'noquotes' => true,
761
- 'default' => 'false'
762
  ),
763
  'titleShow' => array (
764
- 'id' => 'fancybox_YoutubetitleShow',
765
- 'input' => 'checkbox',
766
- 'default' => '',
767
- 'description' => __('Show title','easy-fancybox')
 
768
  ),
769
  'titlePosition' => array (
770
- 'id' => 'fancybox_YoutubetitlePosition',
771
- 'title' => __('Title Position','easy-fancybox'),
772
- 'label_for' => 'fancybox_YoutubetitlePosition',
773
- 'input' => 'select',
774
- 'options' => array(
775
- 'float' => __('Float','easy-fancybox'), // same as 'float'
776
- 'outside' => __('Outside','easy-fancybox'),
777
- 'inside' => __('Inside','easy-fancybox')
778
- //,'over' => __('Overlay','easy-fancybox')
779
- ),
780
- 'default' => 'float',
781
  ),
782
  'titleFromAlt' => array (
783
- 'id' => 'fancybox_YoutubetitleFromAlt',
784
- 'input' => 'checkbox',
785
- 'default' => '1',
786
- 'description' => __('Allow title from thumbnail alt tag','easy-fancybox')
787
- ),
788
- /* 'swf' => array (
789
- 'noquotes' => true,
790
- 'default' => '{\'wmode\':\'opaque\',\'allowfullscreen\':true}'
791
- ), */
792
  'onStart' => array (
793
- 'noquotes' => true,
794
- 'default' => 'function(selectedArray, selectedIndex, selectedOpts) { selectedOpts.href = selectedArray[selectedIndex].href.replace(new RegExp(\'youtu.be\', \'i\'), \'www.youtube.com/embed\').replace(new RegExp(\'watch\\\?v=([a-z0-9\_\-]+)(&|\\\?)?(.*)\', \'i\'), \'embed/$1?version=3&$3\') }'
795
  )
796
  )
797
  ),
@@ -801,91 +1216,96 @@ function easy_fancybox_settings(){
801
  'input' => 'multiple',
802
  'options' => array(
803
  'intro' => array (
804
- 'hide' => true,
805
- 'description' => __('To make any Vimeo movie open in an overlay, switch on auto-detect or use the class "fancybox-vimeo" for its link.','easy-fancybox') . ' ' . __('Adjust its specific settings below.','easy-fancybox') . '<br />'
806
  ),
807
  'autoAttribute' => array (
808
- 'id' => 'fancybox_autoAttributeVimeo',
809
- 'input' => 'checkbox',
810
- 'hide' => true,
811
- 'default' => '1',
812
- 'selector' => 'href*="vimeo.com/"',
813
- //'href-replace' => "return attr.replace(new RegExp('/([0-9])', 'i'), '/moogaloop.swf?clip_id=$1')",
814
- 'description' => __('Auto-detect','easy-fancybox') . '<br />'
815
  ),
816
  'tag' => array (
817
- 'hide' => true,
818
- 'default' => 'a, area'
819
  ),
820
  'class' => array (
821
- 'hide' => true,
822
- 'default' => 'fancybox-vimeo'
823
  ),
824
  'type' => array(
825
- 'default' => 'iframe'
826
  ),
827
  'width' => array (
828
  'id' => 'fancybox_VimeoWidth',
829
- 'title' => __('Width'),
830
  'label_for' => 'fancybox_VimeoWidth',
831
- 'input' => 'text',
 
 
 
 
832
  'class' => 'small-text',
833
- 'default' => '640',
834
  'description' => ' '
835
  ),
836
  'height' => array (
837
- 'id' => 'fancybox_VimeoHeight',
838
- 'title' => __('Height'),
839
- 'label_for' => 'fancybox_VimeoHeight',
840
- 'input' => 'text',
841
- 'class' => 'small-text',
842
- 'default' => '360'
 
 
 
 
843
  ),
844
  'padding' => array (
845
- 'id' => 'fancybox_Vimeopadding',
846
- 'title' => __('Border'),
847
- 'label_for' => 'fancybox_Vimeopadding',
848
- 'input' => 'text',
849
- 'class' => 'small-text',
850
- 'default' => '0',
851
- 'description' => '<br /><br />'
852
- ),
853
- 'autoScale' => array (
854
- 'noquotes' => true,
855
- 'default' => 'false'
856
  ),
857
  'titleShow' => array (
858
- 'id' => 'fancybox_VimeotitleShow',
859
- 'input' => 'checkbox',
860
- 'default' => '',
861
- 'description' => __('Show title','easy-fancybox')
 
862
  ),
863
  'titlePosition' => array (
864
- 'id' => 'fancybox_VimeotitlePosition',
865
- 'title' => __('Title Position','easy-fancybox'),
866
- 'label_for' => 'fancybox_VimeotitlePosition',
867
- 'input' => 'select',
868
- 'options' => array(
869
- 'float' => __('Float','easy-fancybox'), // same as 'float'
870
- 'outside' => __('Outside','easy-fancybox'),
871
- 'inside' => __('Inside','easy-fancybox')
872
- //,'over' => __('Overlay','easy-fancybox')
873
- ),
874
- 'default' => 'float',
875
  ),
876
  'titleFromAlt' => array (
877
- 'id' => 'fancybox_VimeotitleFromAlt',
878
- 'input' => 'checkbox',
879
- 'default' => '1',
880
- 'description' => __('Allow title from thumbnail alt tag','easy-fancybox')
881
- ),
882
- /* 'swf' => array (
883
- 'noquotes' => true,
884
- 'default' => '{\'wmode\':\'opaque\',\'allowfullscreen\':true}'
885
- ),*/
886
  'onStart' => array (
887
- 'noquotes' => true,
888
- 'default' => 'function(selectedArray, selectedIndex, selectedOpts) { selectedOpts.href = selectedArray[selectedIndex].href.replace(new RegExp(\'http://(www\\.)?vimeo\\.com/([0-9]+)(&|\\\?)?(.*)\', \'i\'), \'http://player.vimeo.com/video/$2?$4\') }'
889
  )
890
  )
891
  ),
@@ -896,91 +1316,96 @@ function easy_fancybox_settings(){
896
  'input' => 'multiple',
897
  'options' => array(
898
  'intro' => array (
899
- 'hide' => true,
900
- 'description' => __('To make any Dailymotion movie open in an overlay, switch on auto-detect or use the class "fancybox-dailymotion" for its link.','easy-fancybox') . ' ' . __('Adjust its specific settings below.','easy-fancybox') . '<br />'
901
  ),
902
  'autoAttribute' => array (
903
- 'id' => 'fancybox_autoAttributeDailymotion',
904
- 'input' => 'checkbox',
905
- 'hide' => true,
906
- 'default' => '1',
907
- 'selector' => 'href*="dailymotion.com/"',
908
- //'href-replace' => "return attr.replace(new RegExp('/video/', 'i'), '/swf/')",
909
- 'description' => __('Auto-detect','easy-fancybox') . '<br />'
910
  ),
911
  'tag' => array (
912
- 'hide' => true,
913
- 'default' => 'a, area'
914
  ),
915
  'class' => array (
916
- 'hide' => true,
917
- 'default' => 'fancybox-dailymotion'
918
  ),
919
  'type' => array(
920
- 'default' => 'iframe'
921
  ),
922
  'width' => array (
923
  'id' => 'fancybox_DailymotionWidth',
924
- 'title' => __('Width'),
925
  'label_for' => 'fancybox_DailymotionWidth',
926
- 'input' => 'text',
 
 
 
 
927
  'class' => 'small-text',
928
  'default' => '560',
929
  'description' => ' '
930
  ),
931
  'height' => array (
932
- 'id' => 'fancybox_DailymotionHeight',
933
- 'title' => __('Height'),
934
- 'label_for' => 'fancybox_DailymotionHeight',
935
- 'input' => 'text',
936
- 'class' => 'small-text',
937
- 'default' => '315'
 
 
 
 
938
  ),
939
  'padding' => array (
940
- 'id' => 'fancybox_DailymotionPadding',
941
- 'title' => __('Border'),
942
- 'label_for' => 'fancybox_DailymotionPadding',
943
- 'input' => 'text',
944
- 'class' => 'small-text',
945
- 'default' => '0',
946
- 'description' => '<br /><br />'
947
- ),
948
- 'autoScale' => array (
949
- 'noquotes' => true,
950
- 'default' => 'false'
951
  ),
952
  'titleShow' => array (
953
- 'id' => 'fancybox_DailymotiontitleShow',
954
- 'input' => 'checkbox',
955
- 'default' => '',
956
- 'description' => __('Show title','easy-fancybox')
 
957
  ),
958
  'titlePosition' => array (
959
- 'id' => 'fancybox_DailymotiontitlePosition',
960
- 'title' => __('Title Position','easy-fancybox'),
961
- 'label_for' => 'fancybox_DailymotiontitlePosition',
962
- 'input' => 'select',
963
- 'options' => array(
964
- 'float' => __('Float','easy-fancybox'), // same as 'float'
965
- 'outside' => __('Outside','easy-fancybox'),
966
- 'inside' => __('Inside','easy-fancybox')
967
- //,'over' => __('Overlay','easy-fancybox')
968
- ),
969
- 'default' => 'float',
970
  ),
971
  'titleFromAlt' => array (
972
- 'id' => 'fancybox_DailymotiontitleFromAlt',
973
- 'input' => 'checkbox',
974
- 'default' => '1',
975
- 'description' => __('Allow title from thumbnail alt tag','easy-fancybox')
976
- ),
977
- /* 'swf' => array (
978
- 'noquotes' => true,
979
- 'default' => '{\'wmode\':\'opaque\',\'allowfullscreen\':true}'
980
- ),*/
981
  'onStart' => array (
982
- 'noquotes' => true,
983
- 'default' => 'function(selectedArray, selectedIndex, selectedOpts) { selectedOpts.href = selectedArray[selectedIndex].href.replace(new RegExp(\'/video/(.*)\', \'i\'), \'/embed/video/$1\') }'
984
  )
985
  )
986
  ),
@@ -1017,80 +1442,101 @@ http://static.animoto.com/swf/w.swf?w=swf/vp1&f=Kf9POzQMSOGWyu41gtOtsw&i=m
1017
  'input' => 'multiple',
1018
  'options' => array(
1019
  'intro' => array (
1020
- 'hide' => true,
1021
- 'description' => __('To make a website or HTML document open in an overlay, use the class "fancybox-iframe" for its link.','easy-fancybox') . ' ' . __('Adjust its specific settings below.','easy-fancybox') . '<br /><br />'
1022
  ),
1023
  'tag' => array (
1024
- 'hide' => true,
1025
- 'default' => 'a, area'
1026
  ),
1027
  'class' => array (
1028
- 'hide' => true,
1029
- 'default' => 'fancybox-iframe, li.fancybox-iframe a'
1030
  ),
1031
  'type' => array (
1032
- 'default' => 'iframe'
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1033
  ),
 
1034
  'width' => array (
1035
- 'id' => 'fancybox_iFramewidth',
1036
- 'title' => __('Width'),
1037
- 'label_for' => 'fancybox_iFramewidth',
1038
- 'input' => 'text',
1039
- 'class' => 'small-text',
1040
- 'default' => '70%',
1041
- 'description' => ' '
 
1042
  ),
1043
  'height' => array (
1044
- 'id' => 'fancybox_iFrameheight',
1045
- 'title' => __('Height'),
1046
- 'label_for' => 'fancybox_iFrameheight',
1047
- 'input' => 'text',
1048
- 'class' => 'small-text',
1049
- 'default' => '90%',
 
1050
  ),
1051
  'padding' => array (
1052
- 'id' => 'fancybox_iFramepadding',
1053
- 'title' => __('Border'),
1054
- 'label_for' => 'fancybox_iFramepadding',
1055
- 'input' => 'text',
1056
- 'class' => 'small-text',
1057
- 'default' => '0',
1058
- 'description' => '<br /><br />'
1059
- ),
1060
- 'scrolling' => array (
1061
- 'default' => 'auto'
1062
- ),
1063
- 'autoScale' => array (
1064
- 'noquotes' => true,
1065
- 'default' => 'false'
1066
  ),
1067
  'titleShow' => array (
1068
- 'id' => 'fancybox_iFrametitleShow',
1069
- 'input' => 'checkbox',
1070
- 'default' => '',
1071
- 'description' => __('Show title','easy-fancybox')
 
1072
  ),
1073
  'titlePosition' => array (
1074
- 'id' => 'fancybox_iFrametitlePosition',
1075
- 'title' => __('Title Position','easy-fancybox'),
1076
- 'label_for' => 'fancybox_iFrametitlePosition',
1077
- 'input' => 'select',
1078
- 'options' => array(
1079
- 'float' => __('Float','easy-fancybox'), // same as 'float'
1080
- 'outside' => __('Outside','easy-fancybox'),
1081
- 'inside' => __('Inside','easy-fancybox')
1082
- //,'over' => __('Overlay','easy-fancybox')
1083
- ),
1084
- 'default' => 'float',
1085
  ),
1086
  'titleFromAlt' => array (
1087
- 'id' => 'fancybox_iFrametitleFromAlt',
1088
- 'input' => 'checkbox',
1089
- 'default' => '1',
1090
- 'description' => __('Allow title from thumbnail alt tag','easy-fancybox')
 
1091
  )
1092
  )
1093
  )
1094
 
1095
  );
 
 
 
1096
  }
 
 
1
  <?php
2
+ class easyFancyBox_Options extends easyFancyBox {
3
+
4
+ static function go() {
5
+
6
+ parent::$options = array (
7
 
 
8
  'Global' => array(
9
  'title' => __('Global settings','easy-fancybox'),
10
  'input' => 'deep',
11
  'hide' => true,
12
  'options' => array(
 
 
 
 
13
  'Enable' => array (
14
+ 'title' => __('Media','easy-fancybox'),
15
  'input' => 'multiple',
16
  'hide' => true,
17
  'options' => array(
18
+ 'p1' => array (
19
+ 'hide' => true,
20
+ 'description' => __('Enable FancyBox for','easy-fancybox') . '<br />'
21
+ ),
22
  'IMG' => array (
23
  'id' => 'fancybox_enableImg',
24
  'input' => 'checkbox',
25
  'hide' => true,
26
+ 'default' => ( function_exists('is_plugin_active_for_network') && is_plugin_active_for_network( plugin_basename( __FILE__ ) ) ) ? '' : '1',
27
+ 'description' => '<strong>' . __('Images','easy-fancybox') . '</strong>'
28
+ ),
29
+ 'Inline' => array (
30
+ 'id' => 'fancybox_enableInline',
31
+ 'input' => 'checkbox',
32
+ 'hide' => true,
33
+ 'default' => '',
34
+ 'description' => '<strong>' . __('Inline content','easy-fancybox') . '</strong>'
35
  ),
36
  'PDF' => array (
37
  'id' => 'fancybox_enablePDF',
47
  'default' => '',
48
  'description' => '<strong>' . __('SWF','easy-fancybox') . '</strong>'
49
  ),
50
+ 'SVG' => array (
51
+ 'id' => 'fancybox_enableSVG',
52
+ 'input' => 'checkbox',
53
+ 'hide' => true,
54
+ 'default' => '',
55
+ 'description' => '<strong>' . __('SVG','easy-fancybox') . '</strong>'
56
+ ),
57
  'YouTube' => array (
58
  'id' => 'fancybox_enableYoutube',
59
  'input' => 'checkbox',
82
  'default' => '',
83
  'description' => '<strong>' . __('iFrames','easy-fancybox') . '</strong>'
84
  )
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'),
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
  ),
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
  ),
134
  'overlayShow' => array (
135
  'id' => 'fancybox_overlayShow',
136
  'input' => 'checkbox',
137
+ 'noquotes' => true,
138
  'default' => '1',
139
  'description' => __('Show the overlay around content opened in FancyBox.','easy-fancybox')
140
  ),
141
+ 'hideOnOverlayClick' => array (
142
+ 'id' => 'fancybox_hideOnOverlayClick',
143
  'input' => 'checkbox',
144
+ 'noquotes' => true,
145
+ 'default' => '1',
146
+ 'description' => __('Close FancyBox when overlay is clicked.','easy-fancybox')
147
  ),
148
  'overlayOpacity' => array (
149
  'id' => 'fancybox_overlayOpacity',
150
  'title' => __('Opacity','easy-fancybox'),
151
  'label_for' => 'fancybox_overlayOpacity',
152
+ 'input' => 'number',
153
+ 'step' => '0.1',
154
+ 'min' => '0',
155
+ 'max' => '1',
156
  'class' => 'small-text',
157
  'default' => '',
158
  'description' => __('Value between 0 and 1. ','easy-fancybox') . ' <em>' . __('Default:','easy-fancybox') . ' 0.7</em><br />'
165
  'class' => 'small-text',
166
  'default' => '',
167
  'description' => __('Enter an HTML color value.','easy-fancybox') . ' <em>' . __('Default:','easy-fancybox') . ' #777</em><br />'
168
+ ),
169
+ 'overlaySpotlight' => array (
170
+ 'id' => 'fancybox_overlaySpotlight',
171
+ 'input' => 'checkbox',
172
+ 'hide' => true,
173
+ 'status' => get_option('fancybox_overlaySpotlight') ? '' : 'disabled',
174
+ 'default' => '',
175
+ 'description' => get_option('fancybox_overlaySpotlight') ? __('Spotlight effect','easy-fancybox') : __('Spotlight effect','easy-fancybox') . '. <em><a href="https://premium.status301.net/downloads/easy-fancybox-pro/">' . __('Make available &raquo;','easy-fancybox') . '</a></em>'
176
  )
177
  )
178
  ),
 
179
  'Window' => array (
180
  'title' => __('Window','easy-fancybox'),
181
  'input' => 'multiple',
183
  'options' => array(
184
  'p1' => array (
185
  'hide' => true,
186
+ 'description' => '<strong>' . __('Appearance','easy-fancybox') . '</strong><br />'
187
  ),
188
+ 'showCloseButton' => array (
189
+ 'id' => 'fancybox_showCloseButton',
190
+ 'input' => 'checkbox',
191
+ 'noquotes' => true,
192
+ 'default' => '1',
193
+ 'description' => __('Show the (X) close button','easy-fancybox')
 
 
194
  ),
195
+ 'backgroundColor' => array (
196
+ 'id' => 'fancybox_backgroundColor',
197
+ 'hide' => true,
198
+ 'title' => __('Background color','easy-fancybox'),
199
  'input' => 'text',
200
+ 'status' => 'disabled',
201
  'class' => 'small-text',
202
+ 'default' => '',
203
+ 'description' => ''
204
  ),
205
+ 'textColor' => array (
206
+ 'id' => 'fancybox_textColor',
207
+ 'hide' => true,
208
+ 'title' => __('Text color','easy-fancybox'),
209
  'input' => 'text',
210
+ 'status' => 'disabled',
211
  'class' => 'small-text',
212
  'default' => '',
213
+ 'description' => '<em><a href="https://premium.status301.net/downloads/easy-fancybox-pro/">' . __('Make available &raquo;','easy-fancybox') . '</a></em><br />'
 
 
 
 
214
  ),
215
+ 'titleColor' => array (
216
+ 'id' => 'fancybox_titleColor',
217
  'hide' => true,
218
+ 'title' => __('Title color','easy-fancybox'),
 
219
  'input' => 'text',
220
  'class' => 'small-text',
221
  'default' => '',
224
  'paddingColor' => array (
225
  'id' => 'fancybox_paddingColor',
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 />'
232
  ),
233
+ 'borderRadius' => array (
234
+ 'id' => 'fancybox_borderRadius',
235
  'hide' => true,
236
+ 'title' => __('Border radius','easy-fancybox'),
237
+ 'input' => 'number',
238
+ 'step' => '1',
239
+ 'min' => '0',
240
+ 'max' => '99',
241
+ 'status' => 'disabled',
242
  'class' => 'small-text',
243
  'default' => '',
244
+ 'description' => '<em><a href="https://premium.status301.net/downloads/easy-fancybox-pro/">' . __('Make available &raquo;','easy-fancybox') . '</a></em><br />'
245
  ),
246
+
247
+ 'p11' => array (
248
  'hide' => true,
249
+ 'description' => '<br /><strong>' . __('Dimensions','easy-fancybox') . '</strong><br />'
250
+ ),
251
+ 'width' => array (
252
+ 'id' => 'fancybox_width',
253
+ 'title' => translate('Width'),
254
+ 'label_for' => 'fancybox_width',
255
+ 'input' => 'text',
256
+ 'sanitize_callback' => 'intval',
257
+ 'class' => 'small-text',
258
+ 'default' => '',
259
+ 'description' => ' '
260
+ ),
261
+ 'height' => array (
262
+ 'id' => 'fancybox_height',
263
+ 'title' => translate('Height'),
264
+ 'label_for' => 'fancybox_height',
265
  'input' => 'text',
266
+ 'sanitize_callback' => 'intval',
267
+ 'class' => 'small-text',
268
+ 'default' => ''
269
+ ),
270
+ 'padding' => array (
271
+ 'id' => 'fancybox_padding',
272
+ 'title' => translate('Border'),
273
+ 'label_for' => 'fancybox_padding',
274
+ 'input' => 'number',
275
+ 'step' => '1',
276
+ 'min' => '0',
277
+ 'max' => '100',
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 (
285
  'hide' => true,
286
  'description' => '<br /><strong>' . __('Behavior','easy-fancybox') . '</strong><br />'
287
  ),
288
  'centerOnScroll' => array (
289
  'id' => 'fancybox_centerOnScroll',
290
  'input' => 'checkbox',
291
+ 'noquotes' => true,
292
  'default' => '1',
293
  'description' => __('Center while scrolling','easy-fancybox')
294
  ),
295
+ 'enableEscapeButton' => array (
296
+ 'id' => 'fancybox_enableEscapeButton',
297
  'input' => 'checkbox',
298
+ 'noquotes' => true,
299
  'default' => '1',
300
+ 'description' => __('Esc key stroke closes FancyBox','easy-fancybox')
301
  ),
302
+ 'autoScale' => array (
303
+ 'id' => 'fancybox_autoScale',
304
  'input' => 'checkbox',
305
+ 'noquotes' => true,
306
  'default' => '1',
307
+ 'description' => __('Scale large content down to fit in the browser viewport.','easy-fancybox')
 
 
 
 
308
  ),
309
  'speedIn' => array (
310
  'id' => 'fancybox_speedIn',
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',
318
  'class' => 'small-text',
319
  'default' => '',
320
  ),
322
  'id' => 'fancybox_speedOut',
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',
330
  'class' => 'small-text',
331
  'default' => '',
332
+ 'description' => '<br />' . __('Duration in milliseconds. Higher is slower.','easy-fancybox') . ' <em>' . __('Default:','easy-fancybox') . ' 300</em><br />'
333
+ )
334
+ )
335
+ ),
336
+
337
+ 'Miscellaneous' => array (
338
+ 'title' => __('Miscellaneous','easy-fancybox'),
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',
348
+ 'title' => __('Minimum viewport width','easy-fancybox'),
349
+ 'label_for' => 'fancybox_smallscreenDisable',
350
+ 'input' => 'number',
351
+ 'step' => '1',
352
+ 'min' => '300',
353
+ 'max' => '900',
354
+ 'sanitize_callback' => 'intval',
355
  'class' => 'small-text',
356
+ 'hide' => true,
357
+ 'default' => '640',
358
+ 'description' => __('(leave empty to ignore)','easy-fancybox') . '<br/>'
359
+ ),
360
+ 'forceNewtab' => array (
361
+ 'id' => 'fancybox_forceNewtab',
362
+ 'input' => 'checkbox',
363
+ 'hide' => true,
364
+ 'default' => '1',
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',
378
  'hide' => true,
379
+ 'default' => '',
380
+ 'description' => __('Include IE 8 compatibility style rules','easy-fancybox')
381
  ),
382
+
383
+ /* 'p2' => array (
384
+ 'hide' => true,
385
+ 'description' => '<br /><strong>' . __('Theme & plugins compatibility','easy-fancybox') . '</strong><br />'
386
+ ),
387
+ 'noFooter' => array (
388
+ 'id' => 'fancybox_noFooter',
389
+ 'input' => 'checkbox',
390
+ 'hide' => true,
 
 
 
 
 
391
  'default' => '',
392
+ 'description' => __('Move scripts from footer to theme head section','easy-fancybox')
393
  ),
394
+ 'nojQuery' => array (
395
+ 'id' => 'fancybox_nojQuery',
396
+ 'input' => 'checkbox',
397
+ 'hide' => true,
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
  )
417
  ),
418
+
419
  'IMG' => array(
420
+ 'title' => __('Images','easy-fancybox'),
421
  'input' => 'multiple',
422
  'options' => array(
423
  'intro' => array (
424
+ 'hide' => true,
425
+ 'description' => __('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.','easy-fancybox') . '<br />'
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'),
441
+ 'label_for' => 'fancybox_autoAttribute',
442
+ 'input' => 'text',
443
+ 'class' => 'regular-text',
444
+ 'hide' => true,
445
+ 'default' => '.jpg .jpeg .png',
446
+ 'selector' => 'href*=',
447
+ 'description' => ' <em>' . __('Example:','easy-fancybox') . ' .jpg .jpeg .png .gif</em><br />'
448
  ),
449
  'autoAttributeLimit' => array (
450
+ 'id' => 'fancybox_autoAttributeLimit',
451
+ 'title' => __('Apply to','easy-fancybox'),
452
+ 'label_for' => 'fancybox_autoAttributeLimit',
453
+ 'hide' => true,
454
+ 'input' => 'select',
455
+ 'options' => array(
456
+ '' => __('All image links', 'easy-fancybox')
457
+ ),
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 />'
 
 
 
 
 
 
 
 
 
 
464
  ),
 
 
 
 
 
 
 
 
 
 
 
 
 
 
465
  'transitionIn' => array (
466
  'id' => 'fancybox_transitionIn',
467
  'title' => __('Transition In','easy-fancybox'),
468
  'label_for' => 'fancybox_transitionIn',
469
  'input' => 'select',
470
  'options' => array(
471
+ 'none' => translate('None'),
472
  '' => __('Fade','easy-fancybox'),
473
  'elastic' => __('Elastic','easy-fancybox'),
 
474
  ),
475
  'default' => 'elastic',
476
  'description' => ' '
483
  'options' => array(
484
  'linear' => __('Linear','easy-fancybox'),
485
  '' => __('Swing','easy-fancybox'),
486
+ 'easeInBack' => __('easeInBack','easy-fancybox'),
487
+ 'easeOutBack' => __('easeOutBack','easy-fancybox')
 
488
  ),
489
  'default' => 'easeOutBack',
490
+ 'description' => ' <em><a href="https://premium.status301.net/downloads/easy-fancybox-pro/">' . __('More options &raquo;','easy-fancybox') . '</a></em><br />'
491
  ),
492
  'transitionOut' => array (
493
  'id' => 'fancybox_transitionOut',
495
  'label_for' => 'fancybox_transitionOut',
496
  'input' => 'select',
497
  'options' => array(
498
+ 'none' => translate('None'),
499
  '' => __('Fade','easy-fancybox'),
500
  'elastic' => __('Elastic','easy-fancybox'),
 
501
  ),
502
  'default' => 'elastic',
503
  'description' => ' '
510
  'options' => array(
511
  'linear' => __('Linear','easy-fancybox'),
512
  '' => __('Swing','easy-fancybox'),
513
+ 'easeInBack' => __('easeInBack','easy-fancybox'),
514
+ 'easeOutBack' => __('easeOutBack','easy-fancybox')
 
515
  ),
516
  'default' => 'easeInBack',
517
+ 'description' => ' <em><a href="https://premium.status301.net/downloads/easy-fancybox-pro/">' . __('More options &raquo;','easy-fancybox') . '</a></em><br />' . __('Note:','easy-fancybox') . ' ' . __('Easing effects only apply when Transition is set to Elastic. ','easy-fancybox') . '<br /><br />'
518
  ),
519
  'opacity' => array (
520
  'id' => 'fancybox_opacity',
521
  'input' => 'checkbox',
522
+ 'noquotes' => true,
523
+ 'default' => '',
524
+ 'description' => __('Transparency fade during elastic transition. CAUTION: Use only when at least Transition In is set to Elastic!','easy-fancybox')
525
+ ),
526
+ 'hideOnContentClick' => array (
527
+ 'id' => 'fancybox_hideOnContentClick',
528
+ 'input' => 'checkbox',
529
+ 'noquotes' => true,
530
  'default' => '',
531
+ 'description' => __('Close FancyBox when content is clicked','easy-fancybox')
532
+ ),
533
+ 'p1' => array (
534
+ 'hide' => true,
535
+ 'description' => '<br /><strong>' . __('Appearance','easy-fancybox') . '</strong><br />'
536
  ),
537
  'titleShow' => array (
538
  'id' => 'fancybox_titleShow',
539
  'input' => 'checkbox',
540
+ 'noquotes' => true,
541
  'default' => '1',
542
  'description' => __('Show title','easy-fancybox')
543
  ),
547
  'label_for' => 'fancybox_titlePosition',
548
  'input' => 'select',
549
  'options' => array(
550
+ '' => __('Float','easy-fancybox'),
551
  'outside' => __('Outside','easy-fancybox'),
552
  'inside' => __('Inside','easy-fancybox'),
553
  'over' => __('Overlay','easy-fancybox')
558
  'titleFromAlt' => array (
559
  'id' => 'fancybox_titleFromAlt',
560
  'input' => 'checkbox',
561
+ 'noquotes' => true,
562
  'default' => '1',
563
  'description' => __('Allow title from thumbnail alt tag','easy-fancybox')
564
  ),
565
+ 'onStart' => array (
566
+ 'id' => '',
567
+ 'title' => __('Advanced','easy-fancybox'),
568
+ 'input' => 'select',
569
+ 'status' => 'disabled',
570
+ 'options' => array(
571
+ '' => __('Hide/show title on mouse hover action','easy-fancybox')
572
+ ),
573
+ 'default' => '',
574
+ 'description' => '<em><a href="https://premium.status301.net/downloads/easy-fancybox-pro/">' . __('Make available &raquo;','easy-fancybox') . '</a></em><br />'
575
+ ),
576
+ 'p3' => array (
577
+ 'hide' => true,
578
+ 'description' => '<br /><strong>' . __('Gallery','easy-fancybox') . '</strong><br />'
579
+ ),
580
+ 'autoGallery' => array (
581
+ 'id' => 'fancybox_autoGallery',
582
+ 'title' => __('Autogallery','easy-fancybox'),
583
+ 'label_for' => 'fancybox_autoGallery',
584
+ 'hide' => true,
585
+ 'input' => 'select',
586
+ 'options' => array(
587
+ '' => translate('Disabled'),
588
+ '1' => __('WordPress galleries only','easy-fancybox'),
589
+ '2' => __('All in one gallery','easy-fancybox')
590
+ ),
591
+ 'default' => '1',
592
+ 'description' => '<em><a href="https://premium.status301.net/downloads/easy-fancybox-pro/">' . __('More options &raquo;','easy-fancybox') . '</a></em><br />' . __('Note:','easy-fancybox') . ' ' . __('When disabled, you can use the rel attribute to manually group image links together.','easy-fancybox') . '<br /><br />'
593
+ ),
594
+ 'showNavArrows' => array (
595
+ 'id' => 'fancybox_showNavArrows',
596
+ 'input' => 'checkbox',
597
+ 'noquotes' => true,
598
+ 'default' => '1',
599
+ 'description' => __('Show the gallery navigation arrows','easy-fancybox')
600
+ ),
601
+ 'enableKeyboardNav' => array (
602
+ 'id' => 'fancybox_enableKeyboardNav',
603
+ 'input' => 'checkbox',
604
+ 'noquotes' => true,
605
+ 'default' => '1',
606
+ 'description' => __('Arrow key strokes browse the gallery','easy-fancybox')
607
+ ),
608
+ 'mouseWheel' => array (
609
+ 'id' => 'fancybox_mouseWheel',
610
+ 'hide' => true,
611
+ 'input' => 'checkbox',
612
+ 'default' => '1',
613
+ 'description' => __('Include the Mousewheel jQuery extension script to allow gallery browsing by mousewheel action.','easy-fancybox')
614
+ ),
615
+ 'cyclic' => array (
616
+ 'id' => 'fancybox_cyclic',
617
+ 'input' => 'checkbox',
618
+ 'noquotes' => true,
619
+ 'default' => '',
620
+ 'description' => __('Make galleries cyclic, allowing you to keep pressing next/back.','easy-fancybox')
621
+ ),
622
+ 'changeSpeed' => array (
623
+ 'id' => 'fancybox_changeSpeed',
624
+ 'title' => __('Change speed','easy-fancybox'),
625
+ 'label_for' => 'fancybox_changeSpeed',
626
+ 'input' => 'number',
627
+ 'step' => '1',
628
+ 'min' => '0',
629
+ 'max' => '6000',
630
+ 'sanitize_callback' => 'intval',
631
+ 'class' => 'small-text',
632
+ 'default' => '',
633
+ ),
634
+ 'changeFade' => array (
635
+ 'id' => 'fancybox_changeFade',
636
+ 'title' => __('Fade speed','easy-fancybox'),
637
+ 'label_for' => 'fancybox_changeFade',
638
+ 'input' => 'number',
639
+ 'step' => '1',
640
+ 'min' => '0',
641
+ 'max' => '6000',
642
+ 'sanitize_callback' => 'intval',
643
+ 'class' => 'small-text',
644
+ 'default' => '',
645
+ 'description' => '<br />' . __('Duration in milliseconds. Higher is slower.','easy-fancybox') . ' <em>' . __('Default:','easy-fancybox') . ' 300</em><br /><br />'
646
+ ),
647
+ 'autoSelector' => array (
648
+ 'id' => 'fancybox_autoSelector',
649
+ 'hide' => true,
650
+ 'input' => 'hidden',
651
+ 'default' => 'div.gallery ', // add div.tiled-gallery for Tiled Galleries support
652
+ 'translations' => __('Galleries per Section (below)','easy-fancybox') . __('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.','easy-fancybox') . __('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".','easy-fancybox') . __('Hide/show title on mouse hover action works best with Overlay title position.','easy-fancybox') . __('Auto-rotation uses a fixed 3, 6, 9 or 12 second pause per image.','easy-fancybox') . __('(3 seconds)','easy-fancybox') . __('(6 seconds)','easy-fancybox') . __('(9 seconds)','easy-fancybox') . __('(12 seconds)','easy-fancybox')
653
+ ),
654
+ 'onComplete' => array (
655
+ 'id' => '',
656
+ 'title' => __('Advanced','easy-fancybox'),
657
+ 'input' => 'select',
658
+ 'status' => 'disabled',
659
+ 'options' => array(
660
+ '' => __('Slideshow','easy-fancybox')
661
+ ),
662
+ 'default' => '',
663
+ 'description' => '<em><a href="https://premium.status301.net/downloads/easy-fancybox-pro/">' . __('Make available &raquo;','easy-fancybox') . '</a></em>'
664
+ ),
665
+ /* 'titleFormat' => array (
666
  'id' => 'fancybox_titleFormat',
667
  'title' => __('Title format','easy-fancybox'),
668
  'label_for' => 'fancybox_titleFormat',
676
  'default' => '',
677
  'description' => '<br />' . __('To improve Lightbox2 style disable Show close button and set titleposition to Inside or Outside','easy-fancybox') . '<br />'
678
  ),*/
 
 
 
 
 
 
 
 
679
  )
680
  ),
681
 
682
+ 'Inline' => array(
683
+ 'title' => __('Inline content','easy-fancybox'),
684
+ 'input' => 'multiple',
685
  'options' => array(
686
  'intro' => array (
687
+ 'hide' => true,
688
+ 'description' => __('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.','easy-fancybox') . '<br /><br />'
 
 
 
 
 
 
 
 
689
  ),
690
  'tag' => array (
691
+ 'hide' => true,
692
+ 'default' => 'a.fancybox-inline, area.fancybox-inline, li.fancybox-inline a'
693
  ),
694
  'class' => array (
695
+ 'hide' => true,
696
+ 'default' => 'fancybox-inline'
697
  ),
698
  'type' => array (
699
+ 'default' => 'inline'
 
 
 
 
 
 
 
 
 
700
  ),
701
+ 'autoDimensions' => array (
702
+ 'id' => 'fancybox_autoDimensions',
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',
710
+ 'title' => __('Scrolling','easy-fancybox'),
711
+ 'label_for' => 'fancybox_InlineScrolling',
712
+ 'input' => 'select',
713
+ 'options' => array(
714
+ 'auto' => __('Auto','easy-fancybox'),
715
+ 'yes' => __('Always','easy-fancybox'),
716
+ 'no' => __('Never','easy-fancybox')
717
+ ),
718
+ 'default' => 'no',
719
+ 'description' => __('Define scrolling and scrollbar visibility.','easy-fancybox') . '<br /><br />'
720
  ),
721
+ 'transitionIn' => array (
722
+ 'id' => 'fancybox_transitionInInline',
723
+ 'title' => __('Transition In','easy-fancybox'),
724
+ 'label_for' => 'fancybox_transitionInInline',
725
+ 'input' => 'select',
726
+ 'options' => array(
727
+ 'none' => translate('None'),
728
+ '' => __('Fade','easy-fancybox'),
729
+ 'elastic' => __('Elastic','easy-fancybox'),
730
+ ),
731
+ 'default' => '',
732
+ 'description' => ' '
733
+ ),
734
+ 'easingIn' => array (
735
+ 'id' => 'fancybox_easingInInline',
736
+ 'title' => __('Easing In','easy-fancybox'),
737
+ 'label_for' => 'fancybox_easingInInline',
738
+ 'input' => 'select',
739
+ 'options' => array(
740
+ 'linear' => __('Linear','easy-fancybox'),
741
+ '' => __('Swing','easy-fancybox'),
742
+ 'easeInBack' => __('easeInBack','easy-fancybox'),
743
+ 'easeOutBack' => __('easeOutBack','easy-fancybox')
744
+ ),
745
+ 'default' => 'easeOutBack',
746
+ 'description' => ' <em><a href="https://premium.status301.net/downloads/easy-fancybox-pro/">' . __('More options &raquo;','easy-fancybox') . '</a></em><br />'
747
+ ),
748
+ 'transitionOut' => array (
749
+ 'id' => 'fancybox_transitionOutInline',
750
+ 'title' => __('Transition Out','easy-fancybox'),
751
+ 'label_for' => 'fancybox_transitionOutInline',
752
+ 'input' => 'select',
753
+ 'options' => array(
754
+ 'none' => translate('None'),
755
+ '' => __('Fade','easy-fancybox'),
756
+ 'elastic' => __('Elastic','easy-fancybox'),
757
+ ),
758
+ 'default' => '',
759
+ 'description' => ' '
760
+ ),
761
+ 'easingOut' => array (
762
+ 'id' => 'fancybox_easingOutInline',
763
+ 'title' => __('Easing Out','easy-fancybox'),
764
+ 'label_for' => 'fancybox_easingOutInline',
765
+ 'input' => 'select',
766
+ 'options' => array(
767
+ 'linear' => __('Linear','easy-fancybox'),
768
+ '' => __('Swing','easy-fancybox'),
769
+ 'easeInBack' => __('easeInBack','easy-fancybox'),
770
+ 'easeOutBack' => __('easeOutBack','easy-fancybox')
771
+ ),
772
+ 'default' => 'easeInBack',
773
+ 'description' => ' <em><a href="https://premium.status301.net/downloads/easy-fancybox-pro/">' . __('More options &raquo;','easy-fancybox') . '</a></em><br />' . __('Note:','easy-fancybox') . ' ' . __('Easing effects only apply when Transition is set to Elastic. ','easy-fancybox') . '<br /><br />'
774
+ ),
775
+ 'opacity' => array (
776
+ 'id' => 'fancybox_opacityInline',
777
+ 'input' => 'checkbox',
778
+ 'noquotes' => true,
779
+ 'default' => '',
780
+ 'description' => __('Transparency fade during elastic transition. CAUTION: Use only when at least Transition In is set to Elastic!','easy-fancybox')
781
+ ),
782
+ 'hideOnContentClick' => array (
783
+ 'id' => 'fancybox_hideOnContentClickInline',
784
+ 'input' => 'checkbox',
785
+ 'noquotes' => true,
786
+ 'default' => '',
787
+ 'description' => __('Close FancyBox when content is clicked','easy-fancybox')
788
+ )
789
+ )
790
+ ),
791
+
792
+ 'PDF' => array(
793
+ 'title' => __('PDF','easy-fancybox'),
794
+ 'input' => 'multiple',
795
+ 'options' => array(
796
+ 'intro' => array (
797
+ 'hide' => true,
798
+ 'description' => __('To make any PDF document file open in an overlay, switch on Autodetect or use the class "fancybox-pdf" for its link.','easy-fancybox') . '<br />'
799
+ ),
800
+ 'autoAttribute' => array (
801
+ 'id' => 'fancybox_autoAttributePDF',
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',
821
+ 'title' => translate('Width'),
822
+ 'label_for' => 'fancybox_PDFwidth',
823
+ 'input' => 'text',
824
+ 'sanitize_callback' => 'intval',
825
+ 'class' => 'small-text',
826
+ 'default' => '90%',
827
+ 'description' => ' '
828
+ ),
829
+ 'height' => array (
830
+ 'id' => 'fancybox_PDFheight',
831
+ 'title' => translate('Height'),
832
+ 'label_for' => 'fancybox_PDFheight',
833
+ 'input' => 'text',
834
+ 'sanitize_callback' => 'intval',
835
+ 'class' => 'small-text',
836
+ 'default' => '90%'
837
+ ),
838
+ 'padding' => array (
839
+ 'id' => 'fancybox_PDFpadding',
840
+ 'title' => translate('Border'),
841
+ 'label_for' => 'fancybox_PDFpadding',
842
+ 'input' => 'number',
843
+ 'step' => '1',
844
+ 'min' => '0',
845
+ 'max' => '100',
846
+ 'sanitize_callback' => 'intval',
847
+ 'class' => 'small-text',
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',
858
+ 'noquotes' => true,
859
+ 'default' => '',
860
+ 'description' => __('Show title','easy-fancybox')
861
+ ),
862
+ 'titlePosition' => array (
863
+ 'id' => 'fancybox_PDFtitlePosition',
864
+ 'title' => __('Title Position','easy-fancybox'),
865
+ 'label_for' => 'fancybox_PDFtitlePosition',
866
+ 'input' => 'select',
867
+ 'options' => array(
868
+ 'float' => __('Float','easy-fancybox'),
869
+ 'outside' => __('Outside','easy-fancybox'),
870
+ 'inside' => __('Inside','easy-fancybox')
871
+ ),
872
+ 'default' => 'float',
873
+ ),
874
+ 'titleFromAlt' => array (
875
+ 'id' => 'fancybox_PDFtitleFromAlt',
876
+ 'input' => 'checkbox',
877
+ 'noquotes' => true,
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'
900
  ),
901
  'scrolling' => array (
902
+ 'default' => 'no',
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
  ),
919
  'input' => 'multiple',
920
  'options' => array(
921
  'intro' => array (
922
+ 'hide' => true,
923
+ 'description' => __('To make any Flash (.swf) file open in an overlay, switch on Autodetect or use the class "fancybox-swf" for its link.','easy-fancybox') . '<br />'
924
  ),
925
  'autoAttribute' => array (
926
+ 'id' => 'fancybox_autoAttributeSWF',
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,
939
+ 'default' => 'fancybox-swf'
940
  ),
941
  'type' => array(
942
+ 'default' => 'swf'
943
  ),
944
  'width' => array (
945
+ 'id' => 'fancybox_SWFWidth',
946
+ 'title' => translate('Width'),
947
+ 'label_for' => 'fancybox_SWFWidth',
948
+ 'input' => 'text',
949
+ 'sanitize_callback' => 'intval',
950
+ 'class' => 'small-text',
951
+ 'options' => array(),
952
+ 'default' => '680',
953
+ 'description' => ' '
954
  ),
955
  'height' => array (
956
+ 'id' => 'fancybox_SWFHeight',
957
+ 'title' => translate('Height'),
958
+ 'label_for' => 'fancybox_SWFHeight',
959
+ 'input' => 'text',
960
+ 'sanitize_callback' => 'intval',
961
+ 'class' => 'small-text',
962
+ 'options' => array(),
963
+ 'default' => '495',
964
  ),
965
  'padding' => array (
966
+ 'id' => 'fancybox_SWFpadding',
967
+ 'title' => translate('Border'),
968
+ 'label_for' => 'fancybox_SWFpadding',
969
+ 'input' => 'number',
970
+ 'step' => '1',
971
+ 'min' => '0',
972
+ 'max' => '100',
973
+ 'sanitize_callback' => 'intval',
974
+ 'class' => 'small-text',
975
+ 'default' => '0',
976
+ 'description' => '<br /><br />'
977
  ),
978
  'titleShow' => array (
979
+ 'id' => 'fancybox_SWFtitleShow',
980
+ 'input' => 'checkbox',
981
+ 'noquotes' => true,
982
+ 'default' => '',
983
+ 'description' => __('Show title','easy-fancybox')
984
  ),
985
  'titlePosition' => array (
986
+ 'id' => 'fancybox_SWFtitlePosition',
987
+ 'title' => __('Title Position','easy-fancybox'),
988
+ 'label_for' => 'fancybox_SWFtitlePosition',
989
+ 'input' => 'select',
990
+ 'options' => array(
991
+ 'float' => __('Float','easy-fancybox'),
992
+ 'outside' => __('Outside','easy-fancybox'),
993
+ 'inside' => __('Inside','easy-fancybox')
994
+ ),
995
+ 'default' => 'float',
 
996
  ),
997
  'titleFromAlt' => array (
998
+ 'id' => 'fancybox_SWFtitleFromAlt',
999
+ 'input' => 'checkbox',
1000
+ 'noquotes' => true,
1001
+ 'default' => '1',
1002
+ 'description' => __('Allow title from thumbnail alt tag','easy-fancybox')
1003
  ),
1004
  'swf' => array (
1005
+ 'noquotes' => true,
1006
+ 'default' => '{\'wmode\':\'opaque\',\'allowfullscreen\':true}'
1007
+ )
1008
+ )
1009
+ ),
1010
+
1011
+ 'SVG' => array(
1012
+ 'title' => __('SVG','easy-fancybox'),
1013
+ 'input' => 'multiple',
1014
+ 'options' => array(
1015
+ 'intro' => array (
1016
+ 'hide' => true,
1017
+ 'description' => __('To make any SVG (.svg) file open in an overlay, switch on Autodetect or use the class "fancybox-svg" for its link.','easy-fancybox') . '<br />'
1018
+ ),
1019
+ 'autoAttribute' => array (
1020
+ 'id' => 'fancybox_autoAttributeSVG',
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,
1033
+ 'default' => 'fancybox-svg'
1034
+ ),
1035
+ 'type' => array(
1036
+ 'default' => 'svg'
1037
+ ),
1038
+ 'width' => array (
1039
+ 'id' => 'fancybox_SVGWidth',
1040
+ 'title' => translate('Width'),
1041
+ 'label_for' => 'fancybox_SVGWidth',
1042
+ 'input' => 'text',
1043
+ 'sanitize_callback' => 'intval',
1044
+ 'class' => 'small-text',
1045
+ 'options' => array(),
1046
+ 'default' => '680',
1047
+ 'description' => ' '
1048
+ ),
1049
+ 'height' => array (
1050
+ 'id' => 'fancybox_SVGHeight',
1051
+ 'title' => translate('Height'),
1052
+ 'label_for' => 'fancybox_SVGHeight',
1053
+ 'input' => 'text',
1054
+ 'sanitize_callback' => 'intval',
1055
+ 'class' => 'small-text',
1056
+ 'options' => array(),
1057
+ 'default' => '495',
1058
+ ),
1059
+ 'padding' => array (
1060
+ 'id' => 'fancybox_SVGpadding',
1061
+ 'title' => translate('Border'),
1062
+ 'label_for' => 'fancybox_SVGpadding',
1063
+ 'input' => 'number',
1064
+ 'step' => '1',
1065
+ 'min' => '0',
1066
+ 'max' => '100',
1067
+ 'sanitize_callback' => 'intval',
1068
+ 'class' => 'small-text',
1069
+ 'default' => '0',
1070
+ 'description' => '<br /><br />'
1071
+ ),
1072
+ 'titleShow' => array (
1073
+ 'id' => 'fancybox_SVGtitleShow',
1074
+ 'input' => 'checkbox',
1075
+ 'noquotes' => true,
1076
+ 'default' => '',
1077
+ 'description' => __('Show title','easy-fancybox')
1078
+ ),
1079
+ 'titlePosition' => array (
1080
+ 'id' => 'fancybox_SVGtitlePosition',
1081
+ 'title' => __('Title Position','easy-fancybox'),
1082
+ 'label_for' => 'fancybox_SVGtitlePosition',
1083
+ 'input' => 'select',
1084
+ 'options' => array(
1085
+ 'float' => __('Float','easy-fancybox'),
1086
+ 'outside' => __('Outside','easy-fancybox'),
1087
+ 'inside' => __('Inside','easy-fancybox')
1088
+ //,'over' => __('Overlay','easy-fancybox')
1089
+ ),
1090
+ 'default' => 'float',
1091
+ ),
1092
+ 'titleFromAlt' => array (
1093
+ 'id' => 'fancybox_SVGtitleFromAlt',
1094
+ 'input' => 'checkbox',
1095
+ 'noquotes' => true,
1096
+ 'default' => '1',
1097
+ 'description' => __('Allow title from thumbnail alt tag','easy-fancybox')
1098
+ ),
1099
+ 'svg' => array (
1100
+ 'noquotes' => true,
1101
+ 'default' => '{\'wmode\':\'opaque\',\'allowfullscreen\':true}'
1102
  )
1103
  )
1104
  ),
1108
  'input' => 'multiple',
1109
  'options' => array(
1110
  'intro' => array (
1111
+ 'hide' => true,
1112
+ 'description' => __('To make any YouTube movie open in an overlay, switch on Autodetect or use the class "fancybox-youtube" for its link.','easy-fancybox') . '<br />'
1113
  ),
1114
  'autoAttribute' => array (
1115
+ 'id' => 'fancybox_autoAttributeYoutube',
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,
1138
+ 'default' => 'fancybox-youtube'
1139
  ),
1140
  'type' => array(
1141
+ 'default' => 'iframe'
1142
  ),
1143
  'width' => array (
1144
+ 'id' => 'fancybox_YoutubeWidth',
1145
+ 'title' => translate('Width'),
1146
+ 'label_for' => 'fancybox_YoutubeWidth',
1147
+ 'input' => 'number',
1148
+ 'step' => '1',
1149
+ 'min' => '420',
1150
+ 'max' => '1500',
1151
+ 'sanitize_callback' => 'intval',
1152
+ 'class' => 'small-text',
1153
+ 'default' => '640',
1154
+ 'description' => ' '
1155
  ),
1156
  'height' => array (
1157
+ 'id' => 'fancybox_YoutubeHeight',
1158
+ 'title' => translate('Height'),
1159
+ 'label_for' => 'fancybox_YoutubeHeight',
1160
+ 'input' => 'number',
1161
+ 'step' => '1',
1162
+ 'min' => '315',
1163
+ 'max' => '900',
1164
+ 'sanitize_callback' => 'intval',
1165
+ 'class' => 'small-text',
1166
+ 'default' => '360',
1167
  ),
1168
  'padding' => array (
1169
+ 'id' => 'fancybox_Youtubepadding',
1170
+ 'title' => translate('Border'),
1171
+ 'label_for' => 'fancybox_Youtubepadding',
1172
+ 'input' => 'number',
1173
+ 'step' => '1',
1174
+ 'min' => '0',
1175
+ 'max' => '100',
1176
+ 'sanitize_callback' => 'intval',
1177
+ 'class' => 'small-text',
1178
+ 'default' => '0',
1179
+ 'description' => '<br /><br />'
1180
  ),
1181
  'titleShow' => array (
1182
+ 'id' => 'fancybox_YoutubetitleShow',
1183
+ 'input' => 'checkbox',
1184
+ 'noquotes' => true,
1185
+ 'default' => '',
1186
+ 'description' => __('Show title','easy-fancybox')
1187
  ),
1188
  'titlePosition' => array (
1189
+ 'id' => 'fancybox_YoutubetitlePosition',
1190
+ 'title' => __('Title Position','easy-fancybox'),
1191
+ 'label_for' => 'fancybox_YoutubetitlePosition',
1192
+ 'input' => 'select',
1193
+ 'options' => array(
1194
+ 'float' => __('Float','easy-fancybox'),
1195
+ 'outside' => __('Outside','easy-fancybox'),
1196
+ 'inside' => __('Inside','easy-fancybox')
1197
+ ),
1198
+ 'default' => 'float',
 
1199
  ),
1200
  'titleFromAlt' => array (
1201
+ 'id' => 'fancybox_YoutubetitleFromAlt',
1202
+ 'input' => 'checkbox',
1203
+ 'noquotes' => true,
1204
+ 'default' => '1',
1205
+ 'description' => __('Allow title from thumbnail alt tag','easy-fancybox')
1206
+ ),
 
 
 
1207
  'onStart' => array (
1208
+ 'noquotes' => true,
1209
+ 'default' => 'function(selectedArray, selectedIndex, selectedOpts) { selectedOpts.href = selectedArray[selectedIndex].href.replace(new RegExp(\'youtu.be\', \'i\'), \'www.youtube.com/embed\').replace(new RegExp(\'watch\\\?(.*)v=([a-z0-9\_\-]+)(&amp;|&|\\\?)?(.*)\', \'i\'), \'embed/$2?$1$4\'); var splitOn = selectedOpts.href.indexOf(\'?\'); var urlParms = ( splitOn > -1 ) ? selectedOpts.href.substring(splitOn) : ""; selectedOpts.allowfullscreen = ( urlParms.indexOf(\'fs=0\') > -1 ) ? false : true }'
1210
  )
1211
  )
1212
  ),
1216
  'input' => 'multiple',
1217
  'options' => array(
1218
  'intro' => array (
1219
+ 'hide' => true,
1220
+ 'description' => __('To make any Vimeo movie open in an overlay, switch on Autodetect or use the class "fancybox-vimeo" for its link.','easy-fancybox') . '<br />'
1221
  ),
1222
  'autoAttribute' => array (
1223
+ 'id' => 'fancybox_autoAttributeVimeo',
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,
1237
+ 'default' => 'fancybox-vimeo'
1238
  ),
1239
  'type' => array(
1240
+ 'default' => 'iframe'
1241
  ),
1242
  'width' => array (
1243
  'id' => 'fancybox_VimeoWidth',
1244
+ 'title' => translate('Width'),
1245
  'label_for' => 'fancybox_VimeoWidth',
1246
+ 'input' => 'number',
1247
+ 'step' => '1',
1248
+ 'min' => '400',
1249
+ 'max' => '1500',
1250
+ 'sanitize_callback' => 'intval',
1251
  'class' => 'small-text',
1252
+ 'default' => '500',
1253
  'description' => ' '
1254
  ),
1255
  'height' => array (
1256
+ 'id' => 'fancybox_VimeoHeight',
1257
+ 'title' => translate('Height'),
1258
+ 'label_for' => 'fancybox_VimeoHeight',
1259
+ 'input' => 'number',
1260
+ 'step' => '1',
1261
+ 'min' => '225',
1262
+ 'max' => '900',
1263
+ 'sanitize_callback' => 'intval',
1264
+ 'class' => 'small-text',
1265
+ 'default' => '281'
1266
  ),
1267
  'padding' => array (
1268
+ 'id' => 'fancybox_Vimeopadding',
1269
+ 'title' => translate('Border'),
1270
+ 'label_for' => 'fancybox_Vimeopadding',
1271
+ 'input' => 'number',
1272
+ 'step' => '1',
1273
+ 'min' => '0',
1274
+ 'max' => '100',
1275
+ 'sanitize_callback' => 'intval',
1276
+ 'class' => 'small-text',
1277
+ 'default' => '0',
1278
+ 'description' => '<br /><br />'
1279
  ),
1280
  'titleShow' => array (
1281
+ 'id' => 'fancybox_VimeotitleShow',
1282
+ 'input' => 'checkbox',
1283
+ 'noquotes' => true,
1284
+ 'default' => '',
1285
+ 'description' => __('Show title','easy-fancybox')
1286
  ),
1287
  'titlePosition' => array (
1288
+ 'id' => 'fancybox_VimeotitlePosition',
1289
+ 'title' => __('Title Position','easy-fancybox'),
1290
+ 'label_for' => 'fancybox_VimeotitlePosition',
1291
+ 'input' => 'select',
1292
+ 'options' => array(
1293
+ 'float' => __('Float','easy-fancybox'),
1294
+ 'outside' => __('Outside','easy-fancybox'),
1295
+ 'inside' => __('Inside','easy-fancybox')
1296
+ ),
1297
+ 'default' => 'float',
 
1298
  ),
1299
  'titleFromAlt' => array (
1300
+ 'id' => 'fancybox_VimeotitleFromAlt',
1301
+ 'input' => 'checkbox',
1302
+ 'noquotes' => true,
1303
+ 'default' => '1',
1304
+ 'description' => __('Allow title from thumbnail alt tag','easy-fancybox')
1305
+ ),
 
 
 
1306
  'onStart' => array (
1307
+ 'noquotes' => true,
1308
+ 'default' => 'function(selectedArray, selectedIndex, selectedOpts) { selectedOpts.href = selectedArray[selectedIndex].href.replace(new RegExp(\'//(www\\.)?vimeo\\.com/([0-9]+)(&|\\\?)?(.*)\', \'i\'), \'//player.vimeo.com/video/$2?$4\'); var splitOn = selectedOpts.href.indexOf(\'?\'); var urlParms = ( splitOn > -1 ) ? selectedOpts.href.substring(splitOn) : ""; selectedOpts.allowfullscreen = ( urlParms.indexOf(\'fullscreen=0\') > -1 ) ? false : true }'
1309
  )
1310
  )
1311
  ),
1316
  'input' => 'multiple',
1317
  'options' => array(
1318
  'intro' => array (
1319
+ 'hide' => true,
1320
+ 'description' => __('To make any Dailymotion movie open in an overlay, switch on Autodetect or use the class "fancybox-dailymotion" for its link.','easy-fancybox') . '<br />'
1321
  ),
1322
  'autoAttribute' => array (
1323
+ 'id' => 'fancybox_autoAttributeDailymotion',
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,
1337
+ 'default' => 'fancybox-dailymotion'
1338
  ),
1339
  'type' => array(
1340
+ 'default' => 'iframe'
1341
  ),
1342
  'width' => array (
1343
  'id' => 'fancybox_DailymotionWidth',
1344
+ 'title' => translate('Width'),
1345
  'label_for' => 'fancybox_DailymotionWidth',
1346
+ 'input' => 'number',
1347
+ 'step' => '1',
1348
+ 'min' => '320',
1349
+ 'max' => '1500',
1350
+ 'sanitize_callback' => 'intval',
1351
  'class' => 'small-text',
1352
  'default' => '560',
1353
  'description' => ' '
1354
  ),
1355
  'height' => array (
1356
+ 'id' => 'fancybox_DailymotionHeight',
1357
+ 'title' => translate('Height'),
1358
+ 'label_for' => 'fancybox_DailymotionHeight',
1359
+ 'input' => 'number',
1360
+ 'step' => '1',
1361
+ 'min' => '180',
1362
+ 'max' => '900',
1363
+ 'sanitize_callback' => 'intval',
1364
+ 'class' => 'small-text',
1365
+ 'default' => '315'
1366
  ),
1367
  'padding' => array (
1368
+ 'id' => 'fancybox_DailymotionPadding',
1369
+ 'title' => translate('Border'),
1370
+ 'label_for' => 'fancybox_DailymotionPadding',
1371
+ 'input' => 'number',
1372
+ 'step' => '1',
1373
+ 'min' => '0',
1374
+ 'max' => '100',
1375
+ 'sanitize_callback' => 'intval',
1376
+ 'class' => 'small-text',
1377
+ 'default' => '0',
1378
+ 'description' => '<br /><br />'
1379
  ),
1380
  'titleShow' => array (
1381
+ 'id' => 'fancybox_DailymotiontitleShow',
1382
+ 'input' => 'checkbox',
1383
+ 'noquotes' => true,
1384
+ 'default' => '',
1385
+ 'description' => __('Show title','easy-fancybox')
1386
  ),
1387
  'titlePosition' => array (
1388
+ 'id' => 'fancybox_DailymotiontitlePosition',
1389
+ 'title' => __('Title Position','easy-fancybox'),
1390
+ 'label_for' => 'fancybox_DailymotiontitlePosition',
1391
+ 'input' => 'select',
1392
+ 'options' => array(
1393
+ 'float' => __('Float','easy-fancybox'),
1394
+ 'outside' => __('Outside','easy-fancybox'),
1395
+ 'inside' => __('Inside','easy-fancybox')
1396
+ ),
1397
+ 'default' => 'float',
 
1398
  ),
1399
  'titleFromAlt' => array (
1400
+ 'id' => 'fancybox_DailymotiontitleFromAlt',
1401
+ 'input' => 'checkbox',
1402
+ 'noquotes' => true,
1403
+ 'default' => '1',
1404
+ 'description' => __('Allow title from thumbnail alt tag','easy-fancybox')
1405
+ ),
 
 
 
1406
  'onStart' => array (
1407
+ 'noquotes' => true,
1408
+ 'default' => 'function(selectedArray, selectedIndex, selectedOpts) { selectedOpts.href = selectedArray[selectedIndex].href.replace(new RegExp(\'/video/(.*)\', \'i\'), \'/embed/video/$1\'); var splitOn = selectedOpts.href.indexOf(\'?\'); var urlParms = ( splitOn > -1 ) ? selectedOpts.href.substring(splitOn) : ""; selectedOpts.allowfullscreen = ( urlParms.indexOf(\'fullscreen=0\') > -1 ) ? false : true }'
1409
  )
1410
  )
1411
  ),
1442
  'input' => 'multiple',
1443
  'options' => array(
1444
  'intro' => array (
1445
+ 'hide' => true,
1446
+ 'description' => __('To make a website or HTML document open in an overlay, use the class "fancybox-iframe" for its link.','easy-fancybox') . '<br /><br />'
1447
  ),
1448
  'tag' => array (
1449
+ 'hide' => true,
1450
+ 'default' => 'a.fancybox-iframe, area.fancybox-iframe, li.fancybox-iframe a'
1451
  ),
1452
  'class' => array (
1453
+ 'hide' => true,
1454
+ 'default' => 'fancybox-iframe'
1455
  ),
1456
  'type' => array (
1457
+ 'default' => 'iframe'
1458
+ ),
1459
+ /*
1460
+ * other than overflow:auto not supported on many browsers
1461
+ 'scrolling' => array (
1462
+ 'id' => 'fancybox_iFrameScrolling',
1463
+ 'title' => __('Scrolling','easy-fancybox'),
1464
+ 'label_for' => 'fancybox_iFrameScrolling',
1465
+ 'input' => 'select',
1466
+ 'options' => array(
1467
+ 'auto' => __('Auto','easy-fancybox'),
1468
+ 'yes' => __('Always','easy-fancybox'),
1469
+ 'no' => __('Never','easy-fancybox')
1470
+ ),
1471
+ 'default' => 'auto',
1472
+ 'description' => __('Define scrolling and scrollbar visibility.','easy-fancybox') . '<br />'
1473
  ),
1474
+ */
1475
  'width' => array (
1476
+ 'id' => 'fancybox_iFramewidth',
1477
+ 'title' => translate('Width'),
1478
+ 'label_for' => 'fancybox_iFramewidth',
1479
+ 'input' => 'text',
1480
+ 'sanitize_callback' => 'intval',
1481
+ 'class' => 'small-text',
1482
+ 'default' => '70%',
1483
+ 'description' => ' '
1484
  ),
1485
  'height' => array (
1486
+ 'id' => 'fancybox_iFrameheight',
1487
+ 'title' => translate('Height'),
1488
+ 'label_for' => 'fancybox_iFrameheight',
1489
+ 'input' => 'text',
1490
+ 'sanitize_callback' => 'intval',
1491
+ 'class' => 'small-text',
1492
+ 'default' => '90%',
1493
  ),
1494
  'padding' => array (
1495
+ 'id' => 'fancybox_iFramepadding',
1496
+ 'title' => translate('Border'),
1497
+ 'label_for' => 'fancybox_iFramepadding',
1498
+ 'input' => 'number',
1499
+ 'step' => '1',
1500
+ 'min' => '0',
1501
+ 'max' => '100',
1502
+ 'sanitize_callback' => 'intval',
1503
+ 'class' => 'small-text',
1504
+ 'default' => '0',
1505
+ 'description' => '<br /><br />'
 
 
 
1506
  ),
1507
  'titleShow' => array (
1508
+ 'id' => 'fancybox_iFrametitleShow',
1509
+ 'input' => 'checkbox',
1510
+ 'noquotes' => true,
1511
+ 'default' => '',
1512
+ 'description' => __('Show title','easy-fancybox')
1513
  ),
1514
  'titlePosition' => array (
1515
+ 'id' => 'fancybox_iFrametitlePosition',
1516
+ 'title' => __('Title Position','easy-fancybox'),
1517
+ 'label_for' => 'fancybox_iFrametitlePosition',
1518
+ 'input' => 'select',
1519
+ 'options' => array(
1520
+ 'float' => __('Float','easy-fancybox'),
1521
+ 'outside' => __('Outside','easy-fancybox'),
1522
+ 'inside' => __('Inside','easy-fancybox')
1523
+ ),
1524
+ 'default' => 'float',
 
1525
  ),
1526
  'titleFromAlt' => array (
1527
+ 'id' => 'fancybox_iFrametitleFromAlt',
1528
+ 'input' => 'checkbox',
1529
+ 'noquotes' => true,
1530
+ 'default' => '1',
1531
+ 'description' => __('Allow title from thumbnail alt tag','easy-fancybox')
1532
  )
1533
  )
1534
  )
1535
 
1536
  );
1537
+
1538
+ }
1539
+
1540
  }
1541
+
1542
+ easyFancyBox_Options::go();
easy-fancybox-tr_TR.mo DELETED
Binary file
easy-fancybox.css.php DELETED
@@ -1,33 +0,0 @@
1
- <?php
2
- /* -------------------------------------
3
- Easy Fancybox Styleheet Conversion
4
- ------------------------------------- */
5
-
6
- header('Content-type: text/css; charset=utf-8', true);
7
- ob_start("iepathfix_compress");
8
-
9
- function iepathfix_compress($buffer) {
10
- global $url;
11
- /* Relative path fix : add 'fancybox/'
12
- * IE6 path fix : replace relative with full path */
13
- $buffer = str_replace(array("url('", "AlphaImageLoader(src='fancybox/"), array("url('fancybox/", "AlphaImageLoader(src='" . $url . "/fancybox/" ), $buffer);
14
- /* remove comments */
15
- $buffer = preg_replace('!/\*[^*]*\*+([^/][^*]*\*+)*/!', '', $buffer);
16
- /* remove tabs and newlines */
17
- $buffer = str_replace(array("\r", "\n", "\t"), '', $buffer);
18
- /* and squeeze some more */
19
- $buffer = str_replace(array(", ", ": ", " {", "{ ", " }", "} ", "; ", " 0;"), array(",", ":", "{", "{", "}", "}", ";", ";"), $buffer);
20
- return $buffer;
21
- }
22
-
23
- $url = ( ( isset($_SERVER['HTTPS']) ) ? "https://" : "http://" ) . htmlspecialchars( $_SERVER['HTTP_HOST'] . dirname($_SERVER['SCRIPT_NAME']), ENT_QUOTES);
24
-
25
- /* the css file */
26
- $version = preg_match( '`^\d{1,2}\.\d{1,2}(\.\d{1,2})?$`' , $_GET['ver'] ) ? $_GET['ver'] : '';
27
- include( dirname(__FILE__) . '/fancybox/jquery.fancybox-' . htmlspecialchars( $version , ENT_QUOTES) . '.css' );
28
-
29
- /* extra styles */
30
- //echo '.fancybox-hidden{display:none}';
31
-
32
- ob_end_flush();
33
- ?>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
easy-fancybox.php CHANGED
@@ -4,467 +4,62 @@ 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
- Version: 1.3.4.9
 
8
  Author: RavanH
9
  Author URI: http://status301.net/
10
  */
11
 
12
- // DEF
13
 
14
- define( 'EASY_FANCYBOX_VERSION', '1.3.4.9' );
15
- define( 'FANCYBOX_VERSION', '1.3.4' );
16
- define( 'MOUSEWHEEL_VERSION', '3.0.4' );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
17
  define( 'EASING_VERSION', '1.3' );
18
  define( 'METADATA_VERSION', '2.1' );
 
 
19
 
20
  // Check if easy-fancybox.php is moved one dir up like in WPMU's /mu-plugins/
21
  // or if plugins_url() returns the main plugins dir location as it does on
22
  // a Debian repository install.
23
  // NOTE: WP_PLUGIN_URL causes problems when installed in /mu-plugins/
24
- if(!stristr(plugins_url('', __FILE__),'/easy-fancybox'))
25
- define( 'FANCYBOX_SUBDIR', '/easy-fancybox' );
26
- else
27
- define( 'FANCYBOX_SUBDIR', '' );
28
-
29
- /* CHECK FOR NETWORK ACTIVATION
30
- if (function_exists('is_plugin_active_for_network') && is_plugin_active_for_network(plugin_basename( __FILE__ )))
31
- $no_network_activate = '';
32
  else
33
- $no_network_activate = '1';
34
- */
35
-
36
- $easy_fancybox_array = array();
37
-
38
- // FUNCTIONS //
39
-
40
- function easy_fancybox() {
41
- global $easy_fancybox_array;
42
-
43
- echo '
44
- <!-- Easy FancyBox ' . EASY_FANCYBOX_VERSION . ' using FancyBox ' . FANCYBOX_VERSION . ' - RavanH (http://4visions.nl/en/wordpress-plugins/easy-fancybox/) -->';
45
-
46
- // check for any enabled sections
47
- $do_fancybox = false;
48
- foreach ($easy_fancybox_array['Global']['options']['Enable']['options'] as $value) {
49
- // anything enabled?
50
- if ( '1' == get_option($value['id'],$value['default']) ) {
51
- $do_fancybox = true;
52
- break;
53
- }
54
- }
55
- // and break off when none are active
56
- if (!$do_fancybox) {
57
- echo '
58
- <!-- No sections enabled under Settings > Media > FancyBox -->
59
-
60
- ';
61
- return;
62
- }
63
-
64
- // begin output FancyBox settings
65
- echo '
66
- <script type="text/javascript">
67
- /* <![CDATA[ */
68
- jQuery(document).ready(function($){
69
- var fb_timeout = null;';
70
-
71
- /*
72
- * Global settings routine
73
- */
74
- $more=0;
75
- echo '
76
- var fb_opts = {';
77
- foreach ($easy_fancybox_array['Global']['options'] as $globals) {
78
- foreach ($globals['options'] as $_key => $_value) {
79
- $parm = ($_value['id']) ? get_option($_value['id'], $_value['default']) : $_value['default'];
80
- $parm = ('checkbox'==$_value['input'] && ''==$parm) ? '0' : $parm;
81
- if(!$_value['hide'] && $parm!='') {
82
- $quote = (is_numeric($parm) || $_value['noquotes']) ? '' : '\'';
83
- if ($more>0)
84
- echo ',';
85
- echo ' \''.$_key.'\' : ';
86
- if ('checkbox'==$_value['input'])
87
- echo ( '1' == $parm ) ? 'true' : 'false';
88
- else
89
- echo $quote.$parm.$quote;
90
- $more++;
91
- } else {
92
- $$_key = $parm;
93
- }
94
- }
95
- }
96
- echo ' };';
97
-
98
- foreach ($easy_fancybox_array as $key => $value) {
99
- // check if not enabled or hide=true then skip
100
- if ( $value['hide'] || !get_option($easy_fancybox_array['Global']['options']['Enable']['options'][$key]['id'], $easy_fancybox_array['Global']['options']['Enable']['options'][$key]['default']) )
101
- continue;
102
-
103
- echo '
104
- /* ' . $key . ' */';
105
- /*
106
- * Auto-detection routines (2x)
107
- */
108
- $autoAttribute = get_option( $value['options']['autoAttribute']['id'], $value['options']['autoAttribute']['default'] );
109
- // update from previous version:
110
- if($attributeLimit == '.not(\':empty\')')
111
- $attributeLimit = ':not(:empty)';
112
- elseif($attributeLimit == '.has(\'img\')')
113
- $attributeLimit = ':has(img)';
114
-
115
- if(!empty($autoAttribute)) {
116
- if(is_numeric($autoAttribute)) {
117
- echo '
118
- $(\'a['.$value['options']['autoAttribute']['selector'].']:not(.nofancybox)'.$attributeLimit.'\')';
119
- if ($value['options']['autoAttribute']['href-replace'])
120
- echo '.attr(\'href\', function(index, attr){'.$value['options']['autoAttribute']['href-replace'].'})';
121
- echo '.addClass(\''.$value['options']['class']['default'].'\');';
122
- } else {
123
- // set selectors
124
- $file_types = array_filter( explode( ' ', str_replace( ',', ' ', $autoAttribute ) ) );
125
- $more=0;
126
- echo '
127
- var fb_'.$key.'_select = \'';
128
- foreach ($file_types as $type) {
129
- if ($more>0)
130
- echo ',';
131
- echo 'a['.$value['options']['autoAttribute']['selector'].'".'.$type.'"]:not(.nofancybox)'.$attributeLimit.',a['.$value['options']['autoAttribute']['selector'].'".'.strtoupper($type).'"]:not(.nofancybox)'.$attributeLimit;
132
- $more++;
133
- }
134
- echo '\';';
135
-
136
- // class and rel depending on settings
137
- if( '1' == get_option($value['options']['autoAttributeLimit']['id'],$value['options']['autoAttributeLimit']['default']) ) {
138
- // add class
139
- echo '
140
- var fb_'.$key.'_sections = jQuery(\''.get_option($value['options']['autoSelector']['id'],$value['options']['autoSelector']['default']).'\');
141
- fb_'.$key.'_sections.each(function() { jQuery(this).find(fb_'.$key.'_select).addClass(\''.$value['options']['class']['default'].'\')';
142
- // and set rel
143
- switch( get_option($value['options']['autoGallery']['id'],$value['options']['autoGallery']['default']) ) {
144
- case '':
145
- default :
146
- echo '; });';
147
- break;
148
- case '1':
149
- echo '.attr(\'rel\', \'gallery-\' + fb_'.$key.'_sections.index(this)); });';
150
- break;
151
- case '2':
152
- echo '.attr(\'rel\', \'gallery\'); });';
153
- }
154
- } else {
155
- // add class
156
- echo '
157
- $(fb_'.$key.'_select).addClass(\''.$value['options']['class']['default'].'\')';
158
- // set rel
159
- switch( get_option($value['options']['autoGallery']['id'],$value['options']['autoGallery']['default']) ) {
160
- case '':
161
- default :
162
- echo ';';
163
- break;
164
- case '1':
165
- echo ';
166
- var fb_'.$key.'_sections = jQuery(\''.get_option($value['options']['autoSelector']['id'],$value['options']['autoSelector']['default']).'\');
167
- fb_'.$key.'_sections.each(function() { jQuery(this).find(fb_'.$key.'_select).attr(\'rel\', \'gallery-\' + fb_'.$key.'_sections.index(this)); });';
168
- break;
169
- case '2':
170
- echo '.attr(\'rel\', \'gallery\');';
171
- }
172
- }
173
-
174
- }
175
- }
176
-
177
- $autoAttributeAlt = get_option( $value['options']['autoAttributeAlt']['id'], $value['options']['autoAttributeAlt']['default'] );
178
- if(!empty($autoAttributeAlt) && is_numeric($autoAttributeAlt)) {
179
- echo '
180
- $(\'a['.$value['options']['autoAttributeAlt']['selector'].']:not(.nofancybox)'.$attributeLimit.'\')';
181
- if ($value['options']['autoAttributeAlt']['href-replace'])
182
- echo '.attr(\'href\', function(index, attr){'.$value['options']['autoAttributeAlt']['href-replace']. '})';
183
- echo '.addClass(\''.$value['options']['class']['default'].'\');';
184
- }
185
-
186
- /*
187
- * Append .fancybox() function
188
- */
189
- $trigger='';
190
- if( $key == $autoClick )
191
- $trigger = '.filter(\':first\').trigger(\'click\')';
192
-
193
- echo '
194
- $(\'';
195
- $tags = array_filter( explode( ',' , $value['options']['tag']['default'] ));
196
- $more=0;
197
- foreach ($tags as $_tag) {
198
- if ($more>0)
199
- echo ',';
200
- echo $_tag.'.'.$value['options']['class']['default'];
201
- $more++;
202
- }
203
- echo '\').fancybox( $.extend({}, fb_opts, {';
204
- $more=0;
205
- foreach ($value['options'] as $_key => $_values) {
206
- $parm = ($_values['id']) ? get_option($_values['id'], $_values['default']) : $_values['default'];
207
- $parm = ('checkbox'==$_values['input'] && ''==$parm) ? '0' : $parm;
208
- if(!$_values['hide'] && $parm!='') {
209
- $quote = (is_numeric($parm) || $_values['noquotes']) ? '' : '\'';
210
- if ($more>0)
211
- echo ',';
212
- echo ' \''.$_key.'\' : ';
213
- if ('checkbox'==$_values['input'])
214
- echo ( '1' == $parm ) ? 'true' : 'false';
215
- else
216
- echo $quote.$parm.$quote;
217
- $more++;
218
- }
219
- }
220
- echo ' }) )'.$trigger.';';
221
-
222
- }
223
-
224
- switch( $autoClick ) {
225
- case '':
226
- default :
227
- break;
228
- case '1':
229
- echo '
230
- /* Auto-click */
231
- $(\'#fancybox-auto\').trigger(\'click\');';
232
- break;
233
- case '99':
234
- echo '
235
- /* Auto-load */
236
- $(\'a[class*="fancybox"]\').filter(\':first\').trigger(\'click\');';
237
- break;
238
- }
239
- echo '
240
- });
241
- /* ]]> */
242
- </script>
243
- <style type="text/css">.fancybox-hidden{display:none}';
244
-
245
- if ('1' == $overlaySpotlight)
246
- echo '#fancybox-overlay{background-image:url("'. plugins_url(FANCYBOX_SUBDIR.'/light-mask.png', __FILE__) . '");background-position:50% -3%;background-repeat:no-repeat;-o-background-size:100%;-webkit-background-size:100%;-moz-background-size:100%;-khtml-background-size:100%;background-size:100%;position:fixed}';
247
- if ('' != $backgroundColor)
248
- echo '#fancybox-outer{background-color:'.$backgroundColor.'}';
249
- if ('' != $paddingColor)
250
- echo '#fancybox-content{border-color:'.$paddingColor.'}';
251
- if ('' != $textColor)
252
- echo '#fancybox-content{color:'.$textColor.'}';
253
- if ('' != $frameOpacity) {
254
- $frameOpacity_percent = (int)$frameOpacity*100;
255
- echo '#fancybox-outer{filter:alpha(opacity='.$frameOpacity_percent.');-moz-opacity:'.$frameOpacity.';opacity:'.$frameOpacity.'}';
256
- }
257
- echo '</style>
258
- ';
259
-
260
- }
261
-
262
- // FancyBox Media Settings Section on Settings > Media admin page
263
- function easy_fancybox_settings_section() {
264
- echo '<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 Easy FancyBox plugin development with PayPal - it\'s fast, free and secure!','easy-fancybox').'"><img src="https://www.paypal.com/en_US/i/btn/x-click-but7.gif" style="border:none;float:right;margin:0 0 10px 10px" alt="'.__('Donate to Easy FancyBox plugin development with PayPal - it\'s fast, free and secure!','easy-fancybox').'" width="72" height="29" /></a><p>'.__('The options in this section are provided by the plugin <strong><a href="http://4visions.nl/en/wordpress-plugins/easy-fancybox/">Easy FancyBox</a></strong> and determine the <strong>Media Lightbox</strong> overlay appearance and behaviour controlled by <strong><a href="http://fancybox.net/">FancyBox</a></strong>.','easy-fancybox').' '.__('First enable each sub-section that you need. Then save and come back to adjust its specific settings.','easy-fancybox').'</p><p>'.__('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>';
265
- }
266
-
267
- // FancyBox Media Settings Fields
268
- function easy_fancybox_settings_fields($args){
269
- switch($args['input']) {
270
- case 'multiple':
271
- case 'deep':
272
- foreach ($args['options'] as $options)
273
- easy_fancybox_settings_fields($options);
274
- echo $args['description'];
275
- break;
276
- case 'select':
277
- if( !empty($args['label_for']) )
278
- echo '<label for="'.$args['label_for'].'">'.$args['title'].'</label> ';
279
- else
280
- echo $args['title'];
281
- echo '
282
- <select name="'.$args['id'].'" id="'.$args['id'].'">';
283
- foreach ($args['options'] as $optionkey => $optionvalue) {
284
- $selected = (get_option($args['id'], $args['default']) == $optionkey) ? ' selected="selected"' : '';
285
- echo '
286
- <option value="'.esc_attr($optionkey).'"'.$selected.'>'.$optionvalue.'</option>';
287
- }
288
- echo '
289
- </select> ';
290
- if( empty($args['label_for']) )
291
- echo '<label for="'.$args['id'].'">'.$args['description'].'</label> ';
292
- else
293
- echo $args['description'];
294
- break;
295
- case 'checkbox':
296
- if( !empty($args['label_for']) )
297
- echo '<label for="'.$args['label_for'].'">'.$args['title'].'</label> ';
298
- else
299
- echo $args['title'];
300
- $value = esc_attr( get_option($args['id'], $args['default']) );
301
- if ($value == "1")
302
- $checked = ' checked="checked"';
303
- else
304
- $checked = '';
305
- if ($args['default'] == "1")
306
- $default = __('Checked','easy-fancybox');
307
- else
308
- $default = __('Unchecked','easy-fancybox');
309
- if( empty($args['label_for']) )
310
- echo '
311
- <label><input type="checkbox" name="'.$args['id'].'" id="'.$args['id'].'" value="1" '.$checked.'/> '.$args['description'].'</label><br />';
312
- else
313
- echo '
314
- <input type="checkbox" name="'.$args['id'].'" id="'.$args['id'].'" value="1" '.$checked.'/> '.$args['description'].'<br />';
315
- break;
316
- case 'text':
317
- if( !empty($args['label_for']) )
318
- echo '<label for="'.$args['label_for'].'">'.$args['title'].'</label> ';
319
- else
320
- echo $args['title'];
321
- echo '
322
- <input type="text" name="'.$args['id'].'" id="'.$args['id'].'" value="'.esc_attr( get_option($args['id'], $args['default']) ).'" class="'.$args['class'].'"/> ';
323
- if( empty($args['label_for']) )
324
- echo '<label for="'.$args['id'].'">'.$args['description'].'</label> ';
325
- else
326
- echo $args['description'];
327
- break;
328
- default:
329
- echo $args['description'];
330
- }
331
- }
332
-
333
-
334
- function easy_fancybox_register_settings($args){
335
- global $easy_fancybox_array;
336
- foreach ($args as $key => $value) {
337
- // check to see if the section is enabled, else skip to next
338
- if ( array_key_exists($key, $easy_fancybox_array['Global']['options']['Enable']['options']) && !get_option($easy_fancybox_array['Global']['options']['Enable']['options'][$key]['id'], $easy_fancybox_array['Global']['options']['Enable']['options'][$key]['default']) )
339
- continue;
340
-
341
- switch($value['input']) {
342
- case 'deep':
343
- // go deeper and loop back on itself
344
- easy_fancybox_register_settings($value['options']);
345
- break;
346
- case 'multiple':
347
- add_settings_field( 'fancybox_'.$key, $value['title'], 'easy_fancybox_settings_fields', 'media', 'fancybox_section', $value);
348
- foreach ($value['options'] as $_value)
349
- if ($_value['id']) register_setting( 'media', $_value['id'] );
350
- break;
351
- default:
352
- if ($value['id']) register_setting( 'media', 'fancybox_'.$key );
353
- }
354
- }
355
- }
356
-
357
- function easy_fancybox_init(){
358
- global $easy_fancybox_array;
359
- require_once(dirname(__FILE__) . FANCYBOX_SUBDIR . '/easy-fancybox-settings.php');
360
-
361
- $easy_fancybox_array = easy_fancybox_settings();
362
- }
363
-
364
- function easy_fancybox_admin_init(){
365
- add_settings_section('fancybox_section', __('FancyBox','easy-fancybox'), 'easy_fancybox_settings_section', 'media');
366
-
367
- global $easy_fancybox_array;
368
- easy_fancybox_register_settings($easy_fancybox_array);
369
- }
370
-
371
- function easy_fancybox_textdomain(){
372
- if ( is_admin() ) {
373
- load_plugin_textdomain('easy-fancybox', false, dirname(plugin_basename( __FILE__ )));
374
- }
375
- }
376
-
377
- function easy_fancybox_enqueue_scripts() {
378
- global $easy_fancybox_array;
379
-
380
- // check for any enabled sections plus the need for easing script
381
- $do_fancybox = false;
382
- $easing = false;
383
-
384
- foreach ($easy_fancybox_array['Global']['options']['Enable']['options'] as $value) {
385
- // anything enabled?
386
- if ( '1' == get_option($value['id'],$value['default']) ) {
387
- $do_fancybox = true;
388
- break;
389
- }
390
- }
391
-
392
- // break off if there is no need for any script files
393
- if (!$do_fancybox)
394
- return;
395
-
396
- // ENQUEUE
397
- // first get rid of previously registered variants of jquery.fancybox by other plugins or theme
398
- wp_deregister_script('jquery.fancybox');
399
- wp_deregister_script('fancybox');
400
- wp_deregister_script('jquery-fancybox');
401
- // register main fancybox script
402
- wp_enqueue_script('jquery.fancybox', plugins_url(FANCYBOX_SUBDIR.'/fancybox/jquery.fancybox-'.FANCYBOX_VERSION.'.pack.js', __FILE__), array('jquery'), FANCYBOX_VERSION);
403
-
404
- // easing in IMG settings?
405
- if ( ( 'elastic' == get_option($easy_fancybox_array['IMG']['options']['transitionIn']['id'],$easy_fancybox_array['IMG']['options']['transitionIn']['default']) ||
406
- 'elastic' == get_option($easy_fancybox_array['IMG']['options']['transitionOut']['id'],$easy_fancybox_array['IMG']['options']['transitionOut']['default']) )
407
- &&
408
- ( '' != get_option($easy_fancybox_array['IMG']['options']['easingIn']['id'],$easy_fancybox_array['IMG']['options']['easingIn']['default']) ||
409
- '' != get_option($easy_fancybox_array['IMG']['options']['easingOut']['id'],$easy_fancybox_array['IMG']['options']['easingOut']['default']) ) ) {
410
- // first get rid of previously registered variants of jquery.easing by other plugins or theme
411
- wp_deregister_script('jquery.easing');
412
- wp_deregister_script('jqueryeasing');
413
- wp_deregister_script('jquery-easing');
414
- wp_deregister_script('easing');
415
- // then register our version
416
- wp_enqueue_script('jquery.easing', plugins_url(FANCYBOX_SUBDIR.'/fancybox/jquery.easing-'.EASING_VERSION.'.pack.js', __FILE__), array('jquery'), EASING_VERSION, true);
417
- }
418
-
419
- // first get rid of previously registered variants of jquery.mousewheel (by other plugins)
420
- wp_deregister_script('jquery.mousewheel');
421
- wp_deregister_script('jquerymousewheel');
422
- wp_deregister_script('jquery-mousewheel');
423
- wp_deregister_script('mousewheel');
424
- // then register our version
425
- wp_enqueue_script('jquery.mousewheel', plugins_url(FANCYBOX_SUBDIR.'/fancybox/jquery.mousewheel-'.MOUSEWHEEL_VERSION.'.pack.js', __FILE__), array('jquery'), MOUSEWHEEL_VERSION, true);
426
-
427
- // first get rid of previously registered variants of jquery.metadata (by other plugins)
428
- wp_deregister_script('jquery.metadata');
429
- wp_deregister_script('jquerymetadata');
430
- wp_deregister_script('jquery-metadata');
431
- wp_deregister_script('metadata');
432
- // then register our version
433
- wp_enqueue_script('jquery.metadata',plugins_url(FANCYBOX_SUBDIR.'/jquery.metadata.js', __FILE__), array('jquery'), METADATA_VERSION, true);
434
- }
435
-
436
- function easy_fancybox_enqueue_styles() {
437
- // register style
438
- wp_enqueue_style('easy-fancybox.css', plugins_url(FANCYBOX_SUBDIR.'/easy-fancybox.css.php', __FILE__), false, FANCYBOX_VERSION, 'screen');
439
- }
440
-
441
- // Hack to fix missing wmode in (auto)embed code based on Crantea Mihaita's work-around on
442
- // http://www.mehigh.biz/wordpress/adding-wmode-transparent-to-wordpress-3-media-embeds.html
443
- // + own hack for dailymotion iframe embed...
444
- if(!function_exists('add_video_wmode_opaque')) {
445
- function add_video_wmode_opaque($html, $url, $attr) {
446
- if ( strpos($html, "<embed src=" ) !== false ) {
447
- return str_replace('</param><embed', '</param><param name="wmode" value="opaque"></param><embed wmode="opaque" ', $html);
448
- } elseif ( strpos($html, 'youtube' ) !== false && strpos($html, 'wmode' ) == false ) {
449
- return str_replace('feature=oembed', 'feature=oembed&wmode=opaque', $html);
450
- } elseif ( strpos($html, "vimeo" ) !== false && strpos($html, 'wmode' ) == false ) {
451
- return str_replace('" width', '?theme=none&wmode=opaque" width', $html);
452
- } elseif ( strpos($html, "dailymotion" ) !== false && strpos($html, 'wmode' ) == false ) {
453
- return str_replace('" width', '?wmode=opaque" width', $html);
454
- } else {
455
- return $html;
456
- }
457
- }
458
- }
459
 
460
- // HOOKS //
 
461
 
462
- add_filter('embed_oembed_html', 'add_video_wmode_opaque', 10, 3);
463
- add_action('wp_print_styles', 'easy_fancybox_enqueue_styles', 999);
464
- add_action('wp_enqueue_scripts', 'easy_fancybox_enqueue_scripts', 999);
465
- add_action('wp_head', 'easy_fancybox', 999);
466
 
467
- add_action('plugins_loaded','easy_fancybox_textdomain');
468
- add_action('init','easy_fancybox_init');
469
- add_action('admin_init','easy_fancybox_admin_init');
 
470
 
 
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();
easy-fancybox_sk_SK.mo DELETED
Binary file
fancybox/jquery.easing-1.3.pack.js DELETED
@@ -1,72 +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
- * 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
- eval(function(p,a,c,k,e,r){e=function(c){return(c<a?'':e(parseInt(c/a)))+((c=c%a)>35?String.fromCharCode(c+29):c.toString(36))};if(!''.replace(/^/,String)){while(c--)r[e(c)]=k[c]||e(c);k=[function(e){return r[e]}];e=function(){return'\\w+'};c=1};while(c--)if(k[c])p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c]);return p}('h.i[\'1a\']=h.i[\'z\'];h.O(h.i,{y:\'D\',z:9(x,t,b,c,d){6 h.i[h.i.y](x,t,b,c,d)},17:9(x,t,b,c,d){6 c*(t/=d)*t+b},D:9(x,t,b,c,d){6-c*(t/=d)*(t-2)+b},13:9(x,t,b,c,d){e((t/=d/2)<1)6 c/2*t*t+b;6-c/2*((--t)*(t-2)-1)+b},X:9(x,t,b,c,d){6 c*(t/=d)*t*t+b},U:9(x,t,b,c,d){6 c*((t=t/d-1)*t*t+1)+b},R:9(x,t,b,c,d){e((t/=d/2)<1)6 c/2*t*t*t+b;6 c/2*((t-=2)*t*t+2)+b},N:9(x,t,b,c,d){6 c*(t/=d)*t*t*t+b},M:9(x,t,b,c,d){6-c*((t=t/d-1)*t*t*t-1)+b},L:9(x,t,b,c,d){e((t/=d/2)<1)6 c/2*t*t*t*t+b;6-c/2*((t-=2)*t*t*t-2)+b},K:9(x,t,b,c,d){6 c*(t/=d)*t*t*t*t+b},J:9(x,t,b,c,d){6 c*((t=t/d-1)*t*t*t*t+1)+b},I:9(x,t,b,c,d){e((t/=d/2)<1)6 c/2*t*t*t*t*t+b;6 c/2*((t-=2)*t*t*t*t+2)+b},G:9(x,t,b,c,d){6-c*8.C(t/d*(8.g/2))+c+b},15:9(x,t,b,c,d){6 c*8.n(t/d*(8.g/2))+b},12:9(x,t,b,c,d){6-c/2*(8.C(8.g*t/d)-1)+b},Z:9(x,t,b,c,d){6(t==0)?b:c*8.j(2,10*(t/d-1))+b},Y:9(x,t,b,c,d){6(t==d)?b+c:c*(-8.j(2,-10*t/d)+1)+b},W:9(x,t,b,c,d){e(t==0)6 b;e(t==d)6 b+c;e((t/=d/2)<1)6 c/2*8.j(2,10*(t-1))+b;6 c/2*(-8.j(2,-10*--t)+2)+b},V:9(x,t,b,c,d){6-c*(8.o(1-(t/=d)*t)-1)+b},S:9(x,t,b,c,d){6 c*8.o(1-(t=t/d-1)*t)+b},Q:9(x,t,b,c,d){e((t/=d/2)<1)6-c/2*(8.o(1-t*t)-1)+b;6 c/2*(8.o(1-(t-=2)*t)+1)+b},P:9(x,t,b,c,d){f s=1.l;f p=0;f a=c;e(t==0)6 b;e((t/=d)==1)6 b+c;e(!p)p=d*.3;e(a<8.w(c)){a=c;f s=p/4}m f s=p/(2*8.g)*8.r(c/a);6-(a*8.j(2,10*(t-=1))*8.n((t*d-s)*(2*8.g)/p))+b},H:9(x,t,b,c,d){f s=1.l;f p=0;f a=c;e(t==0)6 b;e((t/=d)==1)6 b+c;e(!p)p=d*.3;e(a<8.w(c)){a=c;f s=p/4}m f s=p/(2*8.g)*8.r(c/a);6 a*8.j(2,-10*t)*8.n((t*d-s)*(2*8.g)/p)+c+b},T:9(x,t,b,c,d){f s=1.l;f p=0;f a=c;e(t==0)6 b;e((t/=d/2)==2)6 b+c;e(!p)p=d*(.3*1.5);e(a<8.w(c)){a=c;f s=p/4}m f s=p/(2*8.g)*8.r(c/a);e(t<1)6-.5*(a*8.j(2,10*(t-=1))*8.n((t*d-s)*(2*8.g)/p))+b;6 a*8.j(2,-10*(t-=1))*8.n((t*d-s)*(2*8.g)/p)*.5+c+b},F:9(x,t,b,c,d,s){e(s==u)s=1.l;6 c*(t/=d)*t*((s+1)*t-s)+b},E:9(x,t,b,c,d,s){e(s==u)s=1.l;6 c*((t=t/d-1)*t*((s+1)*t+s)+1)+b},16:9(x,t,b,c,d,s){e(s==u)s=1.l;e((t/=d/2)<1)6 c/2*(t*t*(((s*=(1.B))+1)*t-s))+b;6 c/2*((t-=2)*t*(((s*=(1.B))+1)*t+s)+2)+b},A:9(x,t,b,c,d){6 c-h.i.v(x,d-t,0,c,d)+b},v:9(x,t,b,c,d){e((t/=d)<(1/2.k)){6 c*(7.q*t*t)+b}m e(t<(2/2.k)){6 c*(7.q*(t-=(1.5/2.k))*t+.k)+b}m e(t<(2.5/2.k)){6 c*(7.q*(t-=(2.14/2.k))*t+.11)+b}m{6 c*(7.q*(t-=(2.18/2.k))*t+.19)+b}},1b:9(x,t,b,c,d){e(t<d/2)6 h.i.A(x,t*2,0,c,d)*.5+b;6 h.i.v(x,t*2-d,0,c,d)*.5+c*.5+b}});',62,74,'||||||return||Math|function|||||if|var|PI|jQuery|easing|pow|75|70158|else|sin|sqrt||5625|asin|||undefined|easeOutBounce|abs||def|swing|easeInBounce|525|cos|easeOutQuad|easeOutBack|easeInBack|easeInSine|easeOutElastic|easeInOutQuint|easeOutQuint|easeInQuint|easeInOutQuart|easeOutQuart|easeInQuart|extend|easeInElastic|easeInOutCirc|easeInOutCubic|easeOutCirc|easeInOutElastic|easeOutCubic|easeInCirc|easeInOutExpo|easeInCubic|easeOutExpo|easeInExpo||9375|easeInOutSine|easeInOutQuad|25|easeOutSine|easeInOutBack|easeInQuad|625|984375|jswing|easeInOutBounce'.split('|'),0,{}))
40
-
41
- /*
42
- *
43
- * TERMS OF USE - EASING EQUATIONS
44
- *
45
- * Open source under the BSD License.
46
- *
47
- * Copyright © 2001 Robert Penner
48
- * All rights reserved.
49
- *
50
- * Redistribution and use in source and binary forms, with or without modification,
51
- * are permitted provided that the following conditions are met:
52
- *
53
- * Redistributions of source code must retain the above copyright notice, this list of
54
- * conditions and the following disclaimer.
55
- * Redistributions in binary form must reproduce the above copyright notice, this list
56
- * of conditions and the following disclaimer in the documentation and/or other materials
57
- * provided with the distribution.
58
- *
59
- * Neither the name of the author nor the names of contributors may be used to endorse
60
- * or promote products derived from this software without specific prior written permission.
61
- *
62
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY
63
- * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
64
- * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
65
- * COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
66
- * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
67
- * GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
68
- * AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
69
- * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
70
- * OF THE POSSIBILITY OF SUCH DAMAGE.
71
- *
72
- */
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
fancybox/jquery.fancybox-1.3.4.pack.js DELETED
@@ -1,46 +0,0 @@
1
- /*
2
- * FancyBox - jQuery Plugin
3
- * Simple and fancy lightbox alternative
4
- *
5
- * Examples and documentation at: http://fancybox.net
6
- *
7
- * Copyright (c) 2008 - 2010 Janis Skarnelis
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)
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
- ;(function(b){var m,t,u,f,D,j,E,n,z,A,q=0,e={},o=[],p=0,d={},l=[],G=null,v=new Image,J=/\.(jpg|gif|png|bmp|jpeg)(.*)?$/i,W=/[^\.]\.(swf)\s*$/i,K,L=1,y=0,s="",r,i,h=false,B=b.extend(b("<div/>")[0],{prop:0}),M=b.browser.msie&&b.browser.version<7&&!window.XMLHttpRequest,N=function(){t.hide();v.onerror=v.onload=null;G&&G.abort();m.empty()},O=function(){if(false===e.onError(o,q,e)){t.hide();h=false}else{e.titleShow=false;e.width="auto";e.height="auto";m.html('<p id="fancybox-error">The requested content cannot be loaded.<br />Please try again later.</p>');
19
- F()}},I=function(){var a=o[q],c,g,k,C,P,w;N();e=b.extend({},b.fn.fancybox.defaults,typeof b(a).data("fancybox")=="undefined"?e:b(a).data("fancybox"));w=e.onStart(o,q,e);if(w===false)h=false;else{if(typeof w=="object")e=b.extend(e,w);k=e.title||(a.nodeName?b(a).attr("title"):a.title)||"";if(a.nodeName&&!e.orig)e.orig=b(a).children("img:first").length?b(a).children("img:first"):b(a);if(k===""&&e.orig&&e.titleFromAlt)k=e.orig.attr("alt");c=e.href||(a.nodeName?b(a).attr("href"):a.href)||null;if(/^(?:javascript)/i.test(c)||
20
- c=="#")c=null;if(e.type){g=e.type;if(!c)c=e.content}else if(e.content)g="html";else if(c)g=c.match(J)?"image":c.match(W)?"swf":b(a).hasClass("iframe")?"iframe":c.indexOf("#")===0?"inline":"ajax";if(g){if(g=="inline"){a=c.substr(c.indexOf("#"));g=b(a).length>0?"inline":"ajax"}e.type=g;e.href=c;e.title=k;if(e.autoDimensions)if(e.type=="html"||e.type=="inline"||e.type=="ajax"){e.width="auto";e.height="auto"}else e.autoDimensions=false;if(e.modal){e.overlayShow=true;e.hideOnOverlayClick=false;e.hideOnContentClick=
21
- false;e.enableEscapeButton=false;e.showCloseButton=false}e.padding=parseInt(e.padding,10);e.margin=parseInt(e.margin,10);m.css("padding",e.padding+e.margin);b(".fancybox-inline-tmp").unbind("fancybox-cancel").bind("fancybox-change",function(){b(this).replaceWith(j.children())});switch(g){case "html":m.html(e.content);F();break;case "inline":if(b(a).parent().is("#fancybox-content")===true){h=false;break}b('<div class="fancybox-inline-tmp" />').hide().insertBefore(b(a)).bind("fancybox-cleanup",function(){b(this).replaceWith(j.children())}).bind("fancybox-cancel",
22
- function(){b(this).replaceWith(m.children())});b(a).appendTo(m);F();break;case "image":h=false;b.fancybox.showActivity();v=new Image;v.onerror=function(){O()};v.onload=function(){h=true;v.onerror=v.onload=null;e.width=v.width;e.height=v.height;b("<img />").attr({id:"fancybox-img",src:v.src,alt:e.title}).appendTo(m);Q()};v.src=c;break;case "swf":e.scrolling="no";C='<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="'+e.width+'" height="'+e.height+'"><param name="movie" value="'+c+
23
- '"></param>';P="";b.each(e.swf,function(x,H){C+='<param name="'+x+'" value="'+H+'"></param>';P+=" "+x+'="'+H+'"'});C+='<embed src="'+c+'" type="application/x-shockwave-flash" width="'+e.width+'" height="'+e.height+'"'+P+"></embed></object>";m.html(C);F();break;case "ajax":h=false;b.fancybox.showActivity();e.ajax.win=e.ajax.success;G=b.ajax(b.extend({},e.ajax,{url:c,data:e.ajax.data||{},error:function(x){x.status>0&&O()},success:function(x,H,R){if((typeof R=="object"?R:G).status==200){if(typeof e.ajax.win==
24
- "function"){w=e.ajax.win(c,x,H,R);if(w===false){t.hide();return}else if(typeof w=="string"||typeof w=="object")x=w}m.html(x);F()}}}));break;case "iframe":Q()}}else O()}},F=function(){var a=e.width,c=e.height;a=a.toString().indexOf("%")>-1?parseInt((b(window).width()-e.margin*2)*parseFloat(a)/100,10)+"px":a=="auto"?"auto":a+"px";c=c.toString().indexOf("%")>-1?parseInt((b(window).height()-e.margin*2)*parseFloat(c)/100,10)+"px":c=="auto"?"auto":c+"px";m.wrapInner('<div style="width:'+a+";height:"+c+
25
- ";overflow: "+(e.scrolling=="auto"?"auto":e.scrolling=="yes"?"scroll":"hidden")+';position:relative;"></div>');e.width=m.width();e.height=m.height();Q()},Q=function(){var a,c;t.hide();if(f.is(":visible")&&false===d.onCleanup(l,p,d)){b.event.trigger("fancybox-cancel");h=false}else{h=true;b(j.add(u)).unbind();b(window).unbind("resize.fb scroll.fb");b(document).unbind("keydown.fb");f.is(":visible")&&d.titlePosition!=="outside"&&f.css("height",f.height());l=o;p=q;d=e;if(d.overlayShow){u.css({"background-color":d.overlayColor,
26
- opacity:d.overlayOpacity,cursor:d.hideOnOverlayClick?"pointer":"auto",height:b(document).height()});if(!u.is(":visible")){M&&b("select:not(#fancybox-tmp select)").filter(function(){return this.style.visibility!=="hidden"}).css({visibility:"hidden"}).one("fancybox-cleanup",function(){this.style.visibility="inherit"});u.show()}}else u.hide();i=X();s=d.title||"";y=0;n.empty().removeAttr("style").removeClass();if(d.titleShow!==false){if(b.isFunction(d.titleFormat))a=d.titleFormat(s,l,p,d);else a=s&&s.length?
27
- d.titlePosition=="float"?'<table id="fancybox-title-float-wrap" cellpadding="0" cellspacing="0"><tr><td id="fancybox-title-float-left"></td><td id="fancybox-title-float-main">'+s+'</td><td id="fancybox-title-float-right"></td></tr></table>':'<div id="fancybox-title-'+d.titlePosition+'">'+s+"</div>":false;s=a;if(!(!s||s==="")){n.addClass("fancybox-title-"+d.titlePosition).html(s).appendTo("body").show();switch(d.titlePosition){case "inside":n.css({width:i.width-d.padding*2,marginLeft:d.padding,marginRight:d.padding});
28
- y=n.outerHeight(true);n.appendTo(D);i.height+=y;break;case "over":n.css({marginLeft:d.padding,width:i.width-d.padding*2,bottom:d.padding}).appendTo(D);break;case "float":n.css("left",parseInt((n.width()-i.width-40)/2,10)*-1).appendTo(f);break;default:n.css({width:i.width-d.padding*2,paddingLeft:d.padding,paddingRight:d.padding}).appendTo(f)}}}n.hide();if(f.is(":visible")){b(E.add(z).add(A)).hide();a=f.position();r={top:a.top,left:a.left,width:f.width(),height:f.height()};c=r.width==i.width&&r.height==
29
- i.height;j.fadeTo(d.changeFade,0.3,function(){var g=function(){j.html(m.contents()).fadeTo(d.changeFade,1,S)};b.event.trigger("fancybox-change");j.empty().removeAttr("filter").css({"border-width":d.padding,width:i.width-d.padding*2,height:e.autoDimensions?"auto":i.height-y-d.padding*2});if(c)g();else{B.prop=0;b(B).animate({prop:1},{duration:d.changeSpeed,easing:d.easingChange,step:T,complete:g})}})}else{f.removeAttr("style");j.css("border-width",d.padding);if(d.transitionIn=="elastic"){r=V();j.html(m.contents());
30
- f.show();if(d.opacity)i.opacity=0;B.prop=0;b(B).animate({prop:1},{duration:d.speedIn,easing:d.easingIn,step:T,complete:S})}else{d.titlePosition=="inside"&&y>0&&n.show();j.css({width:i.width-d.padding*2,height:e.autoDimensions?"auto":i.height-y-d.padding*2}).html(m.contents());f.css(i).fadeIn(d.transitionIn=="none"?0:d.speedIn,S)}}}},Y=function(){if(d.enableEscapeButton||d.enableKeyboardNav)b(document).bind("keydown.fb",function(a){if(a.keyCode==27&&d.enableEscapeButton){a.preventDefault();b.fancybox.close()}else if((a.keyCode==
31
- 37||a.keyCode==39)&&d.enableKeyboardNav&&a.target.tagName!=="INPUT"&&a.target.tagName!=="TEXTAREA"&&a.target.tagName!=="SELECT"){a.preventDefault();b.fancybox[a.keyCode==37?"prev":"next"]()}});if(d.showNavArrows){if(d.cyclic&&l.length>1||p!==0)z.show();if(d.cyclic&&l.length>1||p!=l.length-1)A.show()}else{z.hide();A.hide()}},S=function(){if(!b.support.opacity){j.get(0).style.removeAttribute("filter");f.get(0).style.removeAttribute("filter")}e.autoDimensions&&j.css("height","auto");f.css("height","auto");
32
- s&&s.length&&n.show();d.showCloseButton&&E.show();Y();d.hideOnContentClick&&j.bind("click",b.fancybox.close);d.hideOnOverlayClick&&u.bind("click",b.fancybox.close);b(window).bind("resize.fb",b.fancybox.resize);d.centerOnScroll&&b(window).bind("scroll.fb",b.fancybox.center);if(d.type=="iframe")b('<iframe id="fancybox-frame" name="fancybox-frame'+(new Date).getTime()+'" frameborder="0" hspace="0" '+(b.browser.msie?'allowtransparency="true""':"")+' scrolling="'+e.scrolling+'" src="'+d.href+'"></iframe>').appendTo(j);
33
- f.show();h=false;b.fancybox.center();d.onComplete(l,p,d);var a,c;if(l.length-1>p){a=l[p+1].href;if(typeof a!=="undefined"&&a.match(J)){c=new Image;c.src=a}}if(p>0){a=l[p-1].href;if(typeof a!=="undefined"&&a.match(J)){c=new Image;c.src=a}}},T=function(a){var c={width:parseInt(r.width+(i.width-r.width)*a,10),height:parseInt(r.height+(i.height-r.height)*a,10),top:parseInt(r.top+(i.top-r.top)*a,10),left:parseInt(r.left+(i.left-r.left)*a,10)};if(typeof i.opacity!=="undefined")c.opacity=a<0.5?0.5:a;f.css(c);
34
- j.css({width:c.width-d.padding*2,height:c.height-y*a-d.padding*2})},U=function(){return[b(window).width()-d.margin*2,b(window).height()-d.margin*2,b(document).scrollLeft()+d.margin,b(document).scrollTop()+d.margin]},X=function(){var a=U(),c={},g=d.autoScale,k=d.padding*2;c.width=d.width.toString().indexOf("%")>-1?parseInt(a[0]*parseFloat(d.width)/100,10):d.width+k;c.height=d.height.toString().indexOf("%")>-1?parseInt(a[1]*parseFloat(d.height)/100,10):d.height+k;if(g&&(c.width>a[0]||c.height>a[1]))if(e.type==
35
- "image"||e.type=="swf"){g=d.width/d.height;if(c.width>a[0]){c.width=a[0];c.height=parseInt((c.width-k)/g+k,10)}if(c.height>a[1]){c.height=a[1];c.width=parseInt((c.height-k)*g+k,10)}}else{c.width=Math.min(c.width,a[0]);c.height=Math.min(c.height,a[1])}c.top=parseInt(Math.max(a[3]-20,a[3]+(a[1]-c.height-40)*0.5),10);c.left=parseInt(Math.max(a[2]-20,a[2]+(a[0]-c.width-40)*0.5),10);return c},V=function(){var a=e.orig?b(e.orig):false,c={};if(a&&a.length){c=a.offset();c.top+=parseInt(a.css("paddingTop"),
36
- 10)||0;c.left+=parseInt(a.css("paddingLeft"),10)||0;c.top+=parseInt(a.css("border-top-width"),10)||0;c.left+=parseInt(a.css("border-left-width"),10)||0;c.width=a.width();c.height=a.height();c={width:c.width+d.padding*2,height:c.height+d.padding*2,top:c.top-d.padding-20,left:c.left-d.padding-20}}else{a=U();c={width:d.padding*2,height:d.padding*2,top:parseInt(a[3]+a[1]*0.5,10),left:parseInt(a[2]+a[0]*0.5,10)}}return c},Z=function(){if(t.is(":visible")){b("div",t).css("top",L*-40+"px");L=(L+1)%12}else clearInterval(K)};
37
- b.fn.fancybox=function(a){if(!b(this).length)return this;b(this).data("fancybox",b.extend({},a,b.metadata?b(this).metadata():{})).unbind("click.fb").bind("click.fb",function(c){c.preventDefault();if(!h){h=true;b(this).blur();o=[];q=0;c=b(this).attr("rel")||"";if(!c||c==""||c==="nofollow")o.push(this);else{o=b("a[rel="+c+"], area[rel="+c+"]");q=o.index(this)}I()}});return this};b.fancybox=function(a,c){var g;if(!h){h=true;g=typeof c!=="undefined"?c:{};o=[];q=parseInt(g.index,10)||0;if(b.isArray(a)){for(var k=
38
- 0,C=a.length;k<C;k++)if(typeof a[k]=="object")b(a[k]).data("fancybox",b.extend({},g,a[k]));else a[k]=b({}).data("fancybox",b.extend({content:a[k]},g));o=jQuery.merge(o,a)}else{if(typeof a=="object")b(a).data("fancybox",b.extend({},g,a));else a=b({}).data("fancybox",b.extend({content:a},g));o.push(a)}if(q>o.length||q<0)q=0;I()}};b.fancybox.showActivity=function(){clearInterval(K);t.show();K=setInterval(Z,66)};b.fancybox.hideActivity=function(){t.hide()};b.fancybox.next=function(){return b.fancybox.pos(p+
39
- 1)};b.fancybox.prev=function(){return b.fancybox.pos(p-1)};b.fancybox.pos=function(a){if(!h){a=parseInt(a);o=l;if(a>-1&&a<l.length){q=a;I()}else if(d.cyclic&&l.length>1){q=a>=l.length?0:l.length-1;I()}}};b.fancybox.cancel=function(){if(!h){h=true;b.event.trigger("fancybox-cancel");N();e.onCancel(o,q,e);h=false}};b.fancybox.close=function(){function a(){u.fadeOut("fast");n.empty().hide();f.hide();b.event.trigger("fancybox-cleanup");j.empty();d.onClosed(l,p,d);l=e=[];p=q=0;d=e={};h=false}if(!(h||f.is(":hidden"))){h=
40
- true;if(d&&false===d.onCleanup(l,p,d))h=false;else{N();b(E.add(z).add(A)).hide();b(j.add(u)).unbind();b(window).unbind("resize.fb scroll.fb");b(document).unbind("keydown.fb");j.find("iframe").attr("src",M&&/^https/i.test(window.location.href||"")?"javascript:void(false)":"about:blank");d.titlePosition!=="inside"&&n.empty();f.stop();if(d.transitionOut=="elastic"){r=V();var c=f.position();i={top:c.top,left:c.left,width:f.width(),height:f.height()};if(d.opacity)i.opacity=1;n.empty().hide();B.prop=1;
41
- b(B).animate({prop:0},{duration:d.speedOut,easing:d.easingOut,step:T,complete:a})}else f.fadeOut(d.transitionOut=="none"?0:d.speedOut,a)}}};b.fancybox.resize=function(){u.is(":visible")&&u.css("height",b(document).height());b.fancybox.center(true)};b.fancybox.center=function(a){var c,g;if(!h){g=a===true?1:0;c=U();!g&&(f.width()>c[0]||f.height()>c[1])||f.stop().animate({top:parseInt(Math.max(c[3]-20,c[3]+(c[1]-j.height()-40)*0.5-d.padding)),left:parseInt(Math.max(c[2]-20,c[2]+(c[0]-j.width()-40)*0.5-
42
- d.padding))},typeof a=="number"?a:200)}};b.fancybox.init=function(){if(!b("#fancybox-wrap").length){b("body").append(m=b('<div id="fancybox-tmp"></div>'),t=b('<div id="fancybox-loading"><div></div></div>'),u=b('<div id="fancybox-overlay"></div>'),f=b('<div id="fancybox-wrap"></div>'));D=b('<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(f);
43
- D.append(j=b('<div id="fancybox-content"></div>'),E=b('<a id="fancybox-close"></a>'),n=b('<div id="fancybox-title"></div>'),z=b('<a href="javascript:;" id="fancybox-left"><span class="fancy-ico" id="fancybox-left-ico"></span></a>'),A=b('<a href="javascript:;" id="fancybox-right"><span class="fancy-ico" id="fancybox-right-ico"></span></a>'));E.click(b.fancybox.close);t.click(b.fancybox.cancel);z.click(function(a){a.preventDefault();b.fancybox.prev()});A.click(function(a){a.preventDefault();b.fancybox.next()});
44
- b.fn.mousewheel&&f.bind("mousewheel.fb",function(a,c){if(h)a.preventDefault();else if(b(a.target).get(0).clientHeight==0||b(a.target).get(0).scrollHeight===b(a.target).get(0).clientHeight){a.preventDefault();b.fancybox[c>0?"prev":"next"]()}});b.support.opacity||f.addClass("fancybox-ie");if(M){t.addClass("fancybox-ie6");f.addClass("fancybox-ie6");b('<iframe id="fancybox-hide-sel-frame" src="'+(/^https/i.test(window.location.href||"")?"javascript:void(false)":"about:blank")+'" scrolling="no" border="0" frameborder="0" tabindex="-1"></iframe>').prependTo(D)}}};
45
- b.fn.fancybox.defaults={padding:10,margin:40,opacity:false,modal:false,cyclic:false,scrolling:"auto",width:560,height:340,autoScale:true,autoDimensions:true,centerOnScroll:false,ajax:{},swf:{wmode:"transparent"},hideOnOverlayClick:true,hideOnContentClick:false,overlayShow:true,overlayOpacity:0.7,overlayColor:"#777",titleShow:true,titlePosition:"float",titleFormat:null,titleFromAlt:false,transitionIn:"fade",transitionOut:"fade",speedIn:300,speedOut:300,changeSpeed:300,changeFade:"fast",easingIn:"swing",
46
- easingOut:"swing",showCloseButton:true,showNavArrows:true,enableEscapeButton:true,enableKeyboardNav:true,onStart:function(){},onCancel:function(){},onComplete:function(){},onCleanup:function(){},onClosed:function(){},onError:function(){}};b(document).ready(function(){b.fancybox.init()})})(jQuery);
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
fancybox/{jquery.fancybox-1.3.4.css → jquery.fancybox-1.3.7.css} RENAMED
@@ -7,7 +7,7 @@
7
  * Copyright (c) 2008 - 2010 Janis Skarnelis
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)
11
  * Requires: jQuery v1.3+
12
  *
13
  * Dual licensed under the MIT and GPL licenses:
@@ -25,8 +25,10 @@
25
  margin-left: -20px;
26
  cursor: pointer;
27
  overflow: hidden;
28
- z-index: 1104;
29
  display: none;
 
 
30
  }
31
 
32
  #fancybox-loading div {
@@ -36,6 +38,8 @@
36
  width: 40px;
37
  height: 480px;
38
  background-image: url('fancybox.png');
 
 
39
  }
40
 
41
  #fancybox-overlay {
@@ -43,8 +47,10 @@
43
  top: 0;
44
  left: 0;
45
  width: 100%;
46
- z-index: 1100;
47
  display: none;
 
 
48
  }
49
 
50
  #fancybox-tmp {
@@ -60,9 +66,16 @@
60
  top: 0;
61
  left: 0;
62
  padding: 20px;
63
- z-index: 1101;
64
  outline: none;
65
  display: none;
 
 
 
 
 
 
 
66
  }
67
 
68
  #fancybox-outer {
@@ -79,8 +92,12 @@
79
  outline: none;
80
  position: relative;
81
  overflow: hidden;
82
- z-index: 1102;
83
  border: 0px solid #fff;
 
 
 
 
84
  }
85
 
86
  #fancybox-hide-sel-frame {
@@ -90,7 +107,7 @@
90
  width: 100%;
91
  height: 100%;
92
  background: transparent;
93
- z-index: 1101;
94
  }
95
 
96
  #fancybox-close {
@@ -101,7 +118,7 @@
101
  height: 30px;
102
  background: transparent url('fancybox.png') -40px 0px;
103
  cursor: pointer;
104
- z-index: 1103;
105
  display: none;
106
  }
107
 
@@ -121,6 +138,8 @@
121
  outline: none;
122
  line-height: 0;
123
  vertical-align: top;
 
 
124
  }
125
 
126
  #fancybox-frame {
@@ -128,6 +147,8 @@
128
  height: 100%;
129
  border: none;
130
  display: block;
 
 
131
  }
132
 
133
  #fancybox-left, #fancybox-right {
@@ -138,7 +159,7 @@
138
  cursor: pointer;
139
  outline: none;
140
  background: transparent url('blank.gif');
141
- z-index: 1102;
142
  display: none;
143
  }
144
 
@@ -146,10 +167,20 @@
146
  left: 0px;
147
  }
148
 
 
 
 
 
 
149
  #fancybox-right {
150
  right: 0px;
151
  }
152
 
 
 
 
 
 
153
  #fancybox-left-ico, #fancybox-right-ico {
154
  position: absolute;
155
  top: 50%;
@@ -158,7 +189,7 @@
158
  height: 30px;
159
  margin-top: -15px;
160
  cursor: pointer;
161
- z-index: 1102;
162
  display: block;
163
  }
164
 
@@ -167,11 +198,21 @@
167
  background-position: -40px -30px;
168
  }
169
 
 
 
 
 
 
170
  #fancybox-right-ico {
171
  background-image: url('fancybox.png');
172
  background-position: -40px -60px;
173
  }
174
 
 
 
 
 
 
175
  #fancybox-left:hover, #fancybox-right:hover {
176
  visibility: visible; /* IE6 */
177
  }
@@ -180,11 +221,20 @@
180
  left: 20px;
181
  }
182
 
 
 
 
 
183
  #fancybox-right:hover span {
184
  left: auto;
185
  right: 20px;
186
  }
187
 
 
 
 
 
 
188
  .fancybox-bg {
189
  position: absolute;
190
  padding: 0;
@@ -192,7 +242,7 @@
192
  border: 0;
193
  width: 20px;
194
  height: 20px;
195
- z-index: 1001;
196
  }
197
 
198
  #fancybox-bg-n {
@@ -256,14 +306,13 @@
256
  #fancybox-title {
257
  font-family: Helvetica;
258
  font-size: 12px;
259
- z-index: 1102;
260
  }
261
 
262
  .fancybox-title-inside {
263
  padding-bottom: 10px;
264
  text-align: center;
265
  color: #333;
266
- background: #fff;
267
  position: relative;
268
  }
269
 
@@ -280,6 +329,10 @@
280
  text-align: left;
281
  }
282
 
 
 
 
 
283
  #fancybox-title-over {
284
  padding: 10px;
285
  background-image: url('fancy_title_over.png');
@@ -322,38 +375,11 @@
322
  background: url('fancybox.png') -55px -90px no-repeat;
323
  }
324
 
325
- /* IE6 */
326
-
327
- .fancybox-ie6 #fancybox-close { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_close.png', sizingMethod='scale'); }
328
-
329
- .fancybox-ie6 #fancybox-left-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_left.png', sizingMethod='scale'); }
330
- .fancybox-ie6 #fancybox-right-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_right.png', sizingMethod='scale'); }
331
-
332
- .fancybox-ie6 #fancybox-title-over { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
333
- .fancybox-ie6 #fancybox-title-float-left { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_left.png', sizingMethod='scale'); }
334
- .fancybox-ie6 #fancybox-title-float-main { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_main.png', sizingMethod='scale'); }
335
- .fancybox-ie6 #fancybox-title-float-right { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_right.png', sizingMethod='scale'); }
336
-
337
- .fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {
338
- height: expression(this.parentNode.clientHeight + "px");
339
  }
340
 
341
- #fancybox-loading.fancybox-ie6 {
342
- position: absolute; margin-top: 0;
343
- 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');
344
  }
345
-
346
- #fancybox-loading.fancybox-ie6 div { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_loading.png', sizingMethod='scale'); }
347
-
348
- /* IE6, IE7, IE8 */
349
-
350
- .fancybox-ie .fancybox-bg { background: transparent !important; }
351
-
352
- .fancybox-ie #fancybox-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_n.png', sizingMethod='scale'); }
353
- .fancybox-ie #fancybox-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_ne.png', sizingMethod='scale'); }
354
- .fancybox-ie #fancybox-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_e.png', sizingMethod='scale'); }
355
- .fancybox-ie #fancybox-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_se.png', sizingMethod='scale'); }
356
- .fancybox-ie #fancybox-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_s.png', sizingMethod='scale'); }
357
- .fancybox-ie #fancybox-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_sw.png', sizingMethod='scale'); }
358
- .fancybox-ie #fancybox-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_w.png', sizingMethod='scale'); }
359
- .fancybox-ie #fancybox-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_nw.png', sizingMethod='scale'); }
7
  * Copyright (c) 2008 - 2010 Janis Skarnelis
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:
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
  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
  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
  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 {
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 */
99
+ -webkit-background-clip: padding; /* Safari 4? Chrome 6? */
100
+ background-clip: padding-box; /* IE9+, Firefox 4+, Opera, Chrome */
101
  }
102
 
103
  #fancybox-hide-sel-frame {
107
  width: 100%;
108
  height: 100%;
109
  background: transparent;
110
+ z-index:11101;
111
  }
112
 
113
  #fancybox-close {
118
  height: 30px;
119
  background: transparent url('fancybox.png') -40px 0px;
120
  cursor: pointer;
121
+ z-index:11103;
122
  display: none;
123
  }
124
 
138
  outline: none;
139
  line-height: 0;
140
  vertical-align: top;
141
+ max-width:none !important;
142
+ max-height:none !important
143
  }
144
 
145
  #fancybox-frame {
147
  height: 100%;
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 {
159
  cursor: pointer;
160
  outline: none;
161
  background: transparent url('blank.gif');
162
+ z-index:11102;
163
  display: none;
164
  }
165
 
167
  left: 0px;
168
  }
169
 
170
+ .rtl #fancybox-left {
171
+ left:auto;
172
+ right:0px
173
+ }
174
+
175
  #fancybox-right {
176
  right: 0px;
177
  }
178
 
179
+ .rtl #fancybox-right {
180
+ left:0px;
181
+ right:auto
182
+ }
183
+
184
  #fancybox-left-ico, #fancybox-right-ico {
185
  position: absolute;
186
  top: 50%;
189
  height: 30px;
190
  margin-top: -15px;
191
  cursor: pointer;
192
+ z-index:11102;
193
  display: block;
194
  }
195
 
198
  background-position: -40px -30px;
199
  }
200
 
201
+ .rtl #fancybox-left-ico{
202
+ background-position:-40px -60px;
203
+ right:-9999px
204
+ }
205
+
206
  #fancybox-right-ico {
207
  background-image: url('fancybox.png');
208
  background-position: -40px -60px;
209
  }
210
 
211
+ .rtl #fancybox-right-ico{
212
+ background-position:-40px -30px;
213
+ right:-9999px
214
+ }
215
+
216
  #fancybox-left:hover, #fancybox-right:hover {
217
  visibility: visible; /* IE6 */
218
  }
221
  left: 20px;
222
  }
223
 
224
+ .rtl #fancybox-left:hover span {
225
+ right:20px
226
+ }
227
+
228
  #fancybox-right:hover span {
229
  left: auto;
230
  right: 20px;
231
  }
232
 
233
+ .rtl #fancybox-right:hover span {
234
+ right:auto;
235
+ left:20px
236
+ }
237
+
238
  .fancybox-bg {
239
  position: absolute;
240
  padding: 0;
242
  border: 0;
243
  width: 20px;
244
  height: 20px;
245
+ z-index:11001;
246
  }
247
 
248
  #fancybox-bg-n {
306
  #fancybox-title {
307
  font-family: Helvetica;
308
  font-size: 12px;
309
+ z-index:11102;
310
  }
311
 
312
  .fancybox-title-inside {
313
  padding-bottom: 10px;
314
  text-align: center;
315
  color: #333;
 
316
  position: relative;
317
  }
318
 
329
  text-align: left;
330
  }
331
 
332
+ .rtl .fancybox-title-over {
333
+ text-align:right
334
+ }
335
+
336
  #fancybox-title-over {
337
  padding: 10px;
338
  background-image: url('fancy_title_over.png');
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
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
fancybox/{jquery.fancybox-1.3.4.js → jquery.fancybox-1.3.7.js} RENAMED
@@ -7,26 +7,40 @@
7
  * Copyright (c) 2008 - 2010 Janis Skarnelis
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)
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
  ;(function($) {
19
  var tmp, loading, overlay, wrap, outer, content, close, title, nav_left, nav_right,
20
 
21
  selectedIndex = 0, selectedOpts = {}, selectedArray = [], currentIndex = 0, currentOpts = {}, currentArray = [],
22
 
23
- ajaxLoader = null, imgPreloader = new Image(), imgRegExp = /\.(jpg|gif|png|bmp|jpeg)(.*)?$/i, swfRegExp = /[^\.]\.(swf)\s*$/i,
24
 
25
  loadingTimer, loadingFrame = 1,
26
 
27
  titleHeight = 0, titleStr = '', start_pos, final_pos, busy = false, fx = $.extend($('<div/>')[0], { prop: 0 }),
28
 
29
- isIE6 = $.browser.msie && $.browser.version < 7 && !window.XMLHttpRequest,
 
 
30
 
31
  /*
32
  * Private methods
@@ -89,8 +103,8 @@
89
  selectedOpts.orig = $(obj).children("img:first").length ? $(obj).children("img:first") : $(obj);
90
  }
91
 
92
- if (title === '' && selectedOpts.orig && selectedOpts.titleFromAlt) {
93
- title = selectedOpts.orig.attr('alt');
94
  }
95
 
96
  href = selectedOpts.href || (obj.nodeName ? $(obj).attr('href') : obj.href) || null;
@@ -110,12 +124,15 @@
110
  type = 'html';
111
 
112
  } else if (href) {
113
- if (href.match(imgRegExp)) {
114
  type = 'image';
115
 
116
  } else if (href.match(swfRegExp)) {
117
  type = 'swf';
118
 
 
 
 
119
  } else if ($(obj).hasClass("iframe")) {
120
  type = 'iframe';
121
 
@@ -163,7 +180,7 @@
163
 
164
  tmp.css('padding', (selectedOpts.padding + selectedOpts.margin));
165
 
166
- $('.fancybox-inline-tmp').unbind('fancybox-cancel').bind('fancybox-change', function() {
167
  $(this).replaceWith(content.children());
168
  });
169
 
@@ -182,9 +199,9 @@
182
  $('<div class="fancybox-inline-tmp" />')
183
  .hide()
184
  .insertBefore( $(obj) )
185
- .bind('fancybox-cleanup', function() {
186
  $(this).replaceWith(content.children());
187
- }).bind('fancybox-cancel', function() {
188
  $(this).replaceWith(tmp.children());
189
  });
190
 
@@ -233,6 +250,16 @@
233
  _process_inline();
234
  break;
235
 
 
 
 
 
 
 
 
 
 
 
236
  case 'ajax':
237
  busy = false;
238
 
@@ -279,17 +306,19 @@
279
  _process_inline = function() {
280
  var
281
  w = selectedOpts.width,
282
- h = selectedOpts.height;
 
 
283
 
284
  if (w.toString().indexOf('%') > -1) {
285
- w = parseInt( ($(window).width() - (selectedOpts.margin * 2)) * parseFloat(w) / 100, 10) + 'px';
286
 
287
  } else {
288
  w = w == 'auto' ? 'auto' : w + 'px';
289
  }
290
 
291
  if (h.toString().indexOf('%') > -1) {
292
- h = parseInt( ($(window).height() - (selectedOpts.margin * 2)) * parseFloat(h) / 100, 10) + 'px';
293
 
294
  } else {
295
  h = h == 'auto' ? 'auto' : h + 'px';
@@ -322,7 +351,7 @@
322
  loading.hide();
323
 
324
  if (wrap.is(":visible") && false === currentOpts.onCleanup(currentArray, currentIndex, currentOpts)) {
325
- $.event.trigger('fancybox-cancel');
326
 
327
  busy = false;
328
  return;
@@ -330,10 +359,10 @@
330
 
331
  busy = true;
332
 
333
- $(content.add( overlay )).unbind();
334
 
335
- $(window).unbind("resize.fb scroll.fb");
336
- $(document).unbind('keydown.fb');
337
 
338
  if (wrap.is(":visible") && currentOpts.titlePosition !== 'outside') {
339
  wrap.css('height', wrap.height());
@@ -389,7 +418,7 @@
389
  content.html( tmp.contents() ).fadeTo(currentOpts.changeFade, 1, _finish);
390
  };
391
 
392
- $.event.trigger('fancybox-change');
393
 
394
  content
395
  .empty()
@@ -464,7 +493,7 @@
464
  _format_title = function(title) {
465
  if (title && title.length) {
466
  if (currentOpts.titlePosition == 'float') {
467
- return '<table id="fancybox-title-float-wrap" cellpadding="0" cellspacing="0"><tr><td id="fancybox-title-float-left"></td><td id="fancybox-title-float-main">' + title + '</td><td id="fancybox-title-float-right"></td></tr></table>';
468
  }
469
 
470
  return '<div id="fancybox-title-' + currentOpts.titlePosition + '">' + title + '</div>';
@@ -548,7 +577,7 @@
548
 
549
  _set_navigation = function() {
550
  if (currentOpts.enableEscapeButton || currentOpts.enableKeyboardNav) {
551
- $(document).bind('keydown.fb', function(e) {
552
  if (e.keyCode == 27 && currentOpts.enableEscapeButton) {
553
  e.preventDefault();
554
  $.fancybox.close();
@@ -598,21 +627,34 @@
598
  _set_navigation();
599
 
600
  if (currentOpts.hideOnContentClick) {
601
- content.bind('click', $.fancybox.close);
602
  }
603
 
604
  if (currentOpts.hideOnOverlayClick) {
605
- overlay.bind('click', $.fancybox.close);
606
  }
607
 
608
- $(window).bind("resize.fb", $.fancybox.resize);
 
 
609
 
610
  if (currentOpts.centerOnScroll) {
611
- $(window).bind("scroll.fb", $.fancybox.center);
 
 
 
 
 
 
 
 
 
 
 
612
  }
613
 
614
  if (currentOpts.type == 'iframe') {
615
- $('<iframe id="fancybox-frame" name="fancybox-frame' + new Date().getTime() + '" frameborder="0" hspace="0" ' + ($.browser.msie ? 'allowtransparency="true""' : '') + ' scrolling="' + selectedOpts.scrolling + '" src="' + currentOpts.href + '"></iframe>').appendTo(content);
616
  }
617
 
618
  wrap.show();
@@ -633,7 +675,7 @@
633
  if ((currentArray.length -1) > currentIndex) {
634
  href = currentArray[ currentIndex + 1 ].href;
635
 
636
- if (typeof href !== 'undefined' && href.match(imgRegExp)) {
637
  objNext = new Image();
638
  objNext.src = href;
639
  }
@@ -642,7 +684,7 @@
642
  if (currentIndex > 0) {
643
  href = currentArray[ currentIndex - 1 ].href;
644
 
645
- if (typeof href !== 'undefined' && href.match(imgRegExp)) {
646
  objNext = new Image();
647
  objNext.src = href;
648
  }
@@ -672,8 +714,8 @@
672
 
673
  _get_viewport = function() {
674
  return [
675
- $(window).width() - (currentOpts.margin * 2),
676
- $(window).height() - (currentOpts.margin * 2),
677
  $(document).scrollLeft() + currentOpts.margin,
678
  $(document).scrollTop() + currentOpts.margin
679
  ];
@@ -699,7 +741,7 @@
699
  }
700
 
701
  if (resize && (to.width > view[0] || to.height > view[1])) {
702
- if (selectedOpts.type == 'image' || selectedOpts.type == 'swf') {
703
  ratio = (currentOpts.width ) / (currentOpts.height );
704
 
705
  if ((to.width ) > view[0]) {
@@ -791,8 +833,8 @@
791
 
792
  $(this)
793
  .data('fancybox', $.extend({}, options, ($.metadata ? $(this).metadata() : {})))
794
- .unbind('click.fb')
795
- .bind('click.fb', function(e) {
796
  e.preventDefault();
797
 
798
  if (busy) {
@@ -812,7 +854,7 @@
812
  selectedArray.push(this);
813
 
814
  } else {
815
- selectedArray = $("a[rel=" + rel + "], area[rel=" + rel + "]");
816
  selectedIndex = selectedArray.index( this );
817
  }
818
 
@@ -912,7 +954,7 @@
912
 
913
  busy = true;
914
 
915
- $.event.trigger('fancybox-cancel');
916
 
917
  _abort();
918
 
@@ -938,12 +980,12 @@
938
 
939
  $(close.add( nav_left ).add( nav_right )).hide();
940
 
941
- $(content.add( overlay )).unbind();
942
 
943
- $(window).unbind("resize.fb scroll.fb");
944
- $(document).unbind('keydown.fb');
945
 
946
- content.find('iframe').attr('src', isIE6 && /^https/i.test(window.location.href || '') ? 'javascript:void(false)' : 'about:blank');
947
 
948
  if (currentOpts.titlePosition !== 'inside') {
949
  title.empty();
@@ -957,7 +999,7 @@
957
  title.empty().hide();
958
  wrap.hide();
959
 
960
- $.event.trigger('fancybox-cleanup');
961
 
962
  content.empty();
963
 
@@ -1070,18 +1112,6 @@
1070
  $.fancybox.next();
1071
  });
1072
 
1073
- if ($.fn.mousewheel) {
1074
- wrap.bind('mousewheel.fb', function(e, delta) {
1075
- if (busy) {
1076
- e.preventDefault();
1077
-
1078
- } else if ($(e.target).get(0).clientHeight == 0 || $(e.target).get(0).scrollHeight === $(e.target).get(0).clientHeight) {
1079
- e.preventDefault();
1080
- $.fancybox[ delta > 0 ? 'prev' : 'next']();
1081
- }
1082
- });
1083
- }
1084
-
1085
  if (!$.support.opacity) {
1086
  wrap.addClass('fancybox-ie');
1087
  }
@@ -1090,7 +1120,7 @@
1090
  loading.addClass('fancybox-ie6');
1091
  wrap.addClass('fancybox-ie6');
1092
 
1093
- $('<iframe id="fancybox-hide-sel-frame" src="' + (/^https/i.test(window.location.href || '') ? 'javascript:void(false)' : 'about:blank' ) + '" scrolling="no" border="0" frameborder="0" tabindex="-1"></iframe>').prependTo(outer);
1094
  }
1095
  };
1096
 
@@ -1100,6 +1130,7 @@
1100
  opacity : false,
1101
  modal : false,
1102
  cyclic : false,
 
1103
  scrolling : 'auto', // 'auto', 'yes' or 'no'
1104
 
1105
  width : 560,
@@ -1107,10 +1138,12 @@
1107
 
1108
  autoScale : true,
1109
  autoDimensions : true,
1110
- centerOnScroll : false,
 
1111
 
1112
  ajax : {},
1113
  swf : { wmode: 'transparent' },
 
1114
 
1115
  hideOnOverlayClick : true,
1116
  hideOnContentClick : false,
@@ -1154,3 +1187,4 @@
1154
  });
1155
 
1156
  })(jQuery);
 
7
  * Copyright (c) 2008 - 2010 Janis Skarnelis
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 and appended to 1.3.7
11
+ * Requires: jQuery v1.7+
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
+ * Patches applied:
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($) {
31
  var tmp, loading, overlay, wrap, outer, content, close, title, nav_left, nav_right,
32
 
33
  selectedIndex = 0, selectedOpts = {}, selectedArray = [], currentIndex = 0, currentOpts = {}, currentArray = [],
34
 
35
+ ajaxLoader = null, imgPreloader = new Image(), imgRegExp = /\.(jpg|gif|png|bmp|jpeg|webp)(.*)?$/i, swfRegExp = /[^\.]\.(swf)\s*$/i, svgRegExp = /[^\.]\.(svg)\s*$/i,
36
 
37
  loadingTimer, loadingFrame = 1,
38
 
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
103
  selectedOpts.orig = $(obj).children("img:first").length ? $(obj).children("img:first") : $(obj);
104
  }
105
 
106
+ if (title === '' && selectedOpts.orig) {
107
+ title = selectedOpts.titleFromAlt ? selectedOpts.orig.attr('alt') : selectedOpts.orig.attr('title');
108
  }
109
 
110
  href = selectedOpts.href || (obj.nodeName ? $(obj).attr('href') : obj.href) || null;
124
  type = 'html';
125
 
126
  } else if (href) {
127
+ if (href.match(imgRegExp) || $(obj).hasClass("image")) {
128
  type = 'image';
129
 
130
  } else if (href.match(swfRegExp)) {
131
  type = 'swf';
132
 
133
+ } else if (href.match(svgRegExp)) {
134
+ type = 'svg';
135
+
136
  } else if ($(obj).hasClass("iframe")) {
137
  type = 'iframe';
138
 
180
 
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
 
199
  $('<div class="fancybox-inline-tmp" />')
200
  .hide()
201
  .insertBefore( $(obj) )
202
+ .on('fancybox-cleanup', function() {
203
  $(this).replaceWith(content.children());
204
+ }).on('fancybox-cancel', function() {
205
  $(this).replaceWith(tmp.children());
206
  });
207
 
250
  _process_inline();
251
  break;
252
 
253
+ case 'svg':
254
+ selectedOpts.scrolling = 'no';
255
+
256
+ str = '<object width="' + selectedOpts.width + '" height="' + selectedOpts.height + '" data="' + href + '"></object>';
257
+
258
+ tmp.html(str);
259
+
260
+ _process_inline();
261
+ break;
262
+
263
  case 'ajax':
264
  busy = false;
265
 
306
  _process_inline = function() {
307
  var
308
  w = selectedOpts.width,
309
+ h = selectedOpts.height,
310
+ ww = $(window).width() == 0 ? window.innerWidth : $(window).width(),
311
+ wh = $(window).height() == 0 ? window.innerHeight : $(window).height();
312
 
313
  if (w.toString().indexOf('%') > -1) {
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';
351
  loading.hide();
352
 
353
  if (wrap.is(":visible") && false === currentOpts.onCleanup(currentArray, currentIndex, currentOpts)) {
354
+ $('.fancybox-inline-tmp').trigger('fancybox-cancel');
355
 
356
  busy = false;
357
  return;
359
 
360
  busy = true;
361
 
362
+ $(content.add( overlay )).off();
363
 
364
+ $(window).off("resize.fb scroll.fb");
365
+ $(document).off('keydown.fb');
366
 
367
  if (wrap.is(":visible") && currentOpts.titlePosition !== 'outside') {
368
  wrap.css('height', wrap.height());
418
  content.html( tmp.contents() ).fadeTo(currentOpts.changeFade, 1, _finish);
419
  };
420
 
421
+ $('.fancybox-inline-tmp').trigger('fancybox-change');
422
 
423
  content
424
  .empty()
493
  _format_title = function(title) {
494
  if (title && title.length) {
495
  if (currentOpts.titlePosition == 'float') {
496
+ return '<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">' + title + '</td><td id="fancybox-title-float-right"></td></tr></table>';
497
  }
498
 
499
  return '<div id="fancybox-title-' + currentOpts.titlePosition + '">' + title + '</div>';
577
 
578
  _set_navigation = function() {
579
  if (currentOpts.enableEscapeButton || currentOpts.enableKeyboardNav) {
580
+ $(document).on('keydown.fb', function(e) {
581
  if (e.keyCode == 27 && currentOpts.enableEscapeButton) {
582
  e.preventDefault();
583
  $.fancybox.close();
627
  _set_navigation();
628
 
629
  if (currentOpts.hideOnContentClick) {
630
+ content.on('click', $.fancybox.close);
631
  }
632
 
633
  if (currentOpts.hideOnOverlayClick) {
634
+ overlay.on('click', $.fancybox.close);
635
  }
636
 
637
+ if (currentOpts.autoResize) {
638
+ $(window).on("resize.fb", $.fancybox.resize);
639
+ }
640
 
641
  if (currentOpts.centerOnScroll) {
642
+ $(window).on("scroll.fb", $.fancybox.center);
643
+ }
644
+
645
+ if ($.fn.mousewheel) {
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();
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
  }
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
  }
714
 
715
  _get_viewport = function() {
716
  return [
717
+ $(window).width() == 0 ? window.innerWidth : $(window).width() - (currentOpts.margin * 2),
718
+ $(window).height() == 0 ? window.innerHeight : $(window).height() - (currentOpts.margin * 2),
719
  $(document).scrollLeft() + currentOpts.margin,
720
  $(document).scrollTop() + currentOpts.margin
721
  ];
741
  }
742
 
743
  if (resize && (to.width > view[0] || to.height > view[1])) {
744
+ if (selectedOpts.type == 'image' || selectedOpts.type == 'svg'|| selectedOpts.type == 'swf') {
745
  ratio = (currentOpts.width ) / (currentOpts.height );
746
 
747
  if ((to.width ) > view[0]) {
833
 
834
  $(this)
835
  .data('fancybox', $.extend({}, options, ($.metadata ? $(this).metadata() : {})))
836
+ .off('click.fb')
837
+ .on('click.fb', function(e) {
838
  e.preventDefault();
839
 
840
  if (busy) {
854
  selectedArray.push(this);
855
 
856
  } else {
857
+ selectedArray = $('a[rel="' + rel + '"], area[rel="' + rel + '"]');
858
  selectedIndex = selectedArray.index( this );
859
  }
860
 
954
 
955
  busy = true;
956
 
957
+ $('.fancybox-inline-tmp').trigger('fancybox-cancel');
958
 
959
  _abort();
960
 
980
 
981
  $(close.add( nav_left ).add( nav_right )).hide();
982
 
983
+ $(content.add( overlay )).off();
984
 
985
+ $(window).off("resize.fb scroll.fb mousewheel.fb");
986
+ $(document).off('keydown.fb');
987
 
988
+ content.find('iframe#fancybox-frame').attr('src', isIE6 && /^https/i.test(window.location.href || '') ? 'javascript:void(false)' : 'about:blank');
989
 
990
  if (currentOpts.titlePosition !== 'inside') {
991
  title.empty();
999
  title.empty().hide();
1000
  wrap.hide();
1001
 
1002
+ $('.fancybox-inline-tmp').trigger('fancybox-cleanup');
1003
 
1004
  content.empty();
1005
 
1112
  $.fancybox.next();
1113
  });
1114
 
 
 
 
 
 
 
 
 
 
 
 
 
1115
  if (!$.support.opacity) {
1116
  wrap.addClass('fancybox-ie');
1117
  }
1120
  loading.addClass('fancybox-ie6');
1121
  wrap.addClass('fancybox-ie6');
1122
 
1123
+ $('<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(outer);
1124
  }
1125
  };
1126
 
1130
  opacity : false,
1131
  modal : false,
1132
  cyclic : false,
1133
+ allowfullscreen : false,
1134
  scrolling : 'auto', // 'auto', 'yes' or 'no'
1135
 
1136
  width : 560,
1138
 
1139
  autoScale : true,
1140
  autoDimensions : true,
1141
+ centerOnScroll : !isTouch,
1142
+ autoResize : true, //!isTouch
1143
 
1144
  ajax : {},
1145
  swf : { wmode: 'transparent' },
1146
+ svg : { wmode: 'transparent' },
1147
 
1148
  hideOnOverlayClick : true,
1149
  hideOnContentClick : false,
1187
  });
1188
 
1189
  })(jQuery);
1190
+
fancybox/jquery.fancybox-1.3.7.min.css ADDED
@@ -0,0 +1 @@
 
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 ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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.mousewheel-3.0.4.pack.js DELETED
@@ -1,14 +0,0 @@
1
- /*! Copyright (c) 2010 Brandon Aaron (http://brandonaaron.net)
2
- * Licensed under the MIT License (LICENSE.txt).
3
- *
4
- * Thanks to: http://adomas.org/javascript-mouse-wheel/ for some pointers.
5
- * Thanks to: Mathias Bank(http://www.mathias-bank.de) for a scope bug fix.
6
- * Thanks to: Seamus Leahy for adding deltaX and deltaY
7
- *
8
- * Version: 3.0.4
9
- *
10
- * Requires: 1.2.2+
11
- */
12
-
13
- (function(d){function g(a){var b=a||window.event,i=[].slice.call(arguments,1),c=0,h=0,e=0;a=d.event.fix(b);a.type="mousewheel";if(a.wheelDelta)c=a.wheelDelta/120;if(a.detail)c=-a.detail/3;e=c;if(b.axis!==undefined&&b.axis===b.HORIZONTAL_AXIS){e=0;h=-1*c}if(b.wheelDeltaY!==undefined)e=b.wheelDeltaY/120;if(b.wheelDeltaX!==undefined)h=-1*b.wheelDeltaX/120;i.unshift(a,c,h,e);return d.event.handle.apply(this,i)}var f=["DOMMouseScroll","mousewheel"];d.event.special.mousewheel={setup:function(){if(this.addEventListener)for(var a=
14
- f.length;a;)this.addEventListener(f[--a],g,false);else this.onmousewheel=g},teardown:function(){if(this.removeEventListener)for(var a=f.length;a;)this.removeEventListener(f[--a],g,false);else this.onmousewheel=null}};d.fn.extend({mousewheel:function(a){return a?this.bind("mousewheel",a):this.trigger("mousewheel")},unmousewheel:function(a){return this.unbind("mousewheel",a)}})})(jQuery);
 
 
 
 
 
 
 
 
 
 
 
 
 
 
jquery.easing.js ADDED
@@ -0,0 +1,205 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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;
50
+ },
51
+ easeOutQuad: function (x, t, b, c, d) {
52
+ return -c *(t/=d)*(t-2) + b;
53
+ },
54
+ easeInOutQuad: function (x, t, b, c, d) {
55
+ if ((t/=d/2) < 1) return c/2*t*t + b;
56
+ return -c/2 * ((--t)*(t-2) - 1) + b;
57
+ },
58
+ easeInCubic: function (x, t, b, c, d) {
59
+ return c*(t/=d)*t*t + b;
60
+ },
61
+ easeOutCubic: function (x, t, b, c, d) {
62
+ return c*((t=t/d-1)*t*t + 1) + b;
63
+ },
64
+ easeInOutCubic: function (x, t, b, c, d) {
65
+ if ((t/=d/2) < 1) return c/2*t*t*t + b;
66
+ return c/2*((t-=2)*t*t + 2) + b;
67
+ },
68
+ easeInQuart: function (x, t, b, c, d) {
69
+ return c*(t/=d)*t*t*t + b;
70
+ },
71
+ easeOutQuart: function (x, t, b, c, d) {
72
+ return -c * ((t=t/d-1)*t*t*t - 1) + b;
73
+ },
74
+ easeInOutQuart: function (x, t, b, c, d) {
75
+ if ((t/=d/2) < 1) return c/2*t*t*t*t + b;
76
+ return -c/2 * ((t-=2)*t*t*t - 2) + b;
77
+ },
78
+ easeInQuint: function (x, t, b, c, d) {
79
+ return c*(t/=d)*t*t*t*t + b;
80
+ },
81
+ easeOutQuint: function (x, t, b, c, d) {
82
+ return c*((t=t/d-1)*t*t*t*t + 1) + b;
83
+ },
84
+ easeInOutQuint: function (x, t, b, c, d) {
85
+ if ((t/=d/2) < 1) return c/2*t*t*t*t*t + b;
86
+ return c/2*((t-=2)*t*t*t*t + 2) + b;
87
+ },
88
+ easeInSine: function (x, t, b, c, d) {
89
+ return -c * Math.cos(t/d * (Math.PI/2)) + c + b;
90
+ },
91
+ easeOutSine: function (x, t, b, c, d) {
92
+ return c * Math.sin(t/d * (Math.PI/2)) + b;
93
+ },
94
+ easeInOutSine: function (x, t, b, c, d) {
95
+ return -c/2 * (Math.cos(Math.PI*t/d) - 1) + b;
96
+ },
97
+ easeInExpo: function (x, t, b, c, d) {
98
+ return (t==0) ? b : c * Math.pow(2, 10 * (t/d - 1)) + b;
99
+ },
100
+ easeOutExpo: function (x, t, b, c, d) {
101
+ return (t==d) ? b+c : c * (-Math.pow(2, -10 * t/d) + 1) + b;
102
+ },
103
+ easeInOutExpo: function (x, t, b, c, d) {
104
+ if (t==0) return b;
105
+ if (t==d) return b+c;
106
+ if ((t/=d/2) < 1) return c/2 * Math.pow(2, 10 * (t - 1)) + b;
107
+ return c/2 * (-Math.pow(2, -10 * --t) + 2) + b;
108
+ },
109
+ easeInCirc: function (x, t, b, c, d) {
110
+ return -c * (Math.sqrt(1 - (t/=d)*t) - 1) + b;
111
+ },
112
+ easeOutCirc: function (x, t, b, c, d) {
113
+ return c * Math.sqrt(1 - (t=t/d-1)*t) + b;
114
+ },
115
+ easeInOutCirc: function (x, t, b, c, d) {
116
+ if ((t/=d/2) < 1) return -c/2 * (Math.sqrt(1 - t*t) - 1) + b;
117
+ return c/2 * (Math.sqrt(1 - (t-=2)*t) + 1) + b;
118
+ },
119
+ easeInElastic: function (x, t, b, c, d) {
120
+ var s=1.70158;var p=0;var a=c;
121
+ if (t==0) return b; if ((t/=d)==1) return b+c; if (!p) p=d*.3;
122
+ if (a < Math.abs(c)) { a=c; var s=p/4; }
123
+ else var s = p/(2*Math.PI) * Math.asin (c/a);
124
+ return -(a*Math.pow(2,10*(t-=1)) * Math.sin( (t*d-s)*(2*Math.PI)/p )) + b;
125
+ },
126
+ easeOutElastic: function (x, t, b, c, d) {
127
+ var s=1.70158;var p=0;var a=c;
128
+ if (t==0) return b; if ((t/=d)==1) return b+c; if (!p) p=d*.3;
129
+ if (a < Math.abs(c)) { a=c; var s=p/4; }
130
+ else var s = p/(2*Math.PI) * Math.asin (c/a);
131
+ return a*Math.pow(2,-10*t) * Math.sin( (t*d-s)*(2*Math.PI)/p ) + c + b;
132
+ },
133
+ easeInOutElastic: function (x, t, b, c, d) {
134
+ var s=1.70158;var p=0;var a=c;
135
+ if (t==0) return b; if ((t/=d/2)==2) return b+c; if (!p) p=d*(.3*1.5);
136
+ if (a < Math.abs(c)) { a=c; var s=p/4; }
137
+ else var s = p/(2*Math.PI) * Math.asin (c/a);
138
+ if (t < 1) return -.5*(a*Math.pow(2,10*(t-=1)) * Math.sin( (t*d-s)*(2*Math.PI)/p )) + b;
139
+ return a*Math.pow(2,-10*(t-=1)) * Math.sin( (t*d-s)*(2*Math.PI)/p )*.5 + c + b;
140
+ },
141
+ easeInBack: function (x, t, b, c, d, s) {
142
+ if (s == undefined) s = 1.70158;
143
+ return c*(t/=d)*t*((s+1)*t - s) + b;
144
+ },
145
+ easeOutBack: function (x, t, b, c, d, s) {
146
+ if (s == undefined) s = 1.70158;
147
+ return c*((t=t/d-1)*t*((s+1)*t + s) + 1) + b;
148
+ },
149
+ easeInOutBack: function (x, t, b, c, d, s) {
150
+ if (s == undefined) s = 1.70158;
151
+ if ((t/=d/2) < 1) return c/2*(t*t*(((s*=(1.525))+1)*t - s)) + b;
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)) {
159
+ return c*(7.5625*t*t) + b;
160
+ } else if (t < (2/2.75)) {
161
+ return c*(7.5625*(t-=(1.5/2.75))*t + .75) + b;
162
+ } else if (t < (2.5/2.75)) {
163
+ return c*(7.5625*(t-=(2.25/2.75))*t + .9375) + b;
164
+ } else {
165
+ return c*(7.5625*(t-=(2.625/2.75))*t + .984375) + b;
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
+ */
jquery.easing.pack.js ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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.pack.js ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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.js ADDED
@@ -0,0 +1,221 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /*! Copyright (c) 2013 Brandon Aaron (http://brandon.aaron.sh)
2
+ * Licensed under the MIT License (LICENSE.txt).
3
+ *
4
+ * Version: 3.1.12
5
+ *
6
+ * Requires: jQuery 1.2.2+
7
+ */
8
+
9
+ (function (factory) {
10
+ if ( typeof define === 'function' && define.amd ) {
11
+ // AMD. Register as an anonymous module.
12
+ define(['jquery'], factory);
13
+ } else if (typeof exports === 'object') {
14
+ // Node/CommonJS style for Browserify
15
+ module.exports = factory;
16
+ } else {
17
+ // Browser globals
18
+ factory(jQuery);
19
+ }
20
+ }(function ($) {
21
+
22
+ var toFix = ['wheel', 'mousewheel', 'DOMMouseScroll', 'MozMousePixelScroll'],
23
+ toBind = ( 'onwheel' in document || document.documentMode >= 9 ) ?
24
+ ['wheel'] : ['mousewheel', 'DomMouseScroll', 'MozMousePixelScroll'],
25
+ slice = Array.prototype.slice,
26
+ nullLowestDeltaTimeout, lowestDelta;
27
+
28
+ if ( $.event.fixHooks ) {
29
+ for ( var i = toFix.length; i; ) {
30
+ $.event.fixHooks[ toFix[--i] ] = $.event.mouseHooks;
31
+ }
32
+ }
33
+
34
+ var special = $.event.special.mousewheel = {
35
+ version: '3.1.12',
36
+
37
+ setup: function() {
38
+ if ( this.addEventListener ) {
39
+ for ( var i = toBind.length; i; ) {
40
+ this.addEventListener( toBind[--i], handler, false );
41
+ }
42
+ } else {
43
+ this.onmousewheel = handler;
44
+ }
45
+ // Store the line height and page height for this particular element
46
+ $.data(this, 'mousewheel-line-height', special.getLineHeight(this));
47
+ $.data(this, 'mousewheel-page-height', special.getPageHeight(this));
48
+ },
49
+
50
+ teardown: function() {
51
+ if ( this.removeEventListener ) {
52
+ for ( var i = toBind.length; i; ) {
53
+ this.removeEventListener( toBind[--i], handler, false );
54
+ }
55
+ } else {
56
+ this.onmousewheel = null;
57
+ }
58
+ // Clean up the data we added to the element
59
+ $.removeData(this, 'mousewheel-line-height');
60
+ $.removeData(this, 'mousewheel-page-height');
61
+ },
62
+
63
+ getLineHeight: function(elem) {
64
+ var $elem = $(elem),
65
+ $parent = $elem['offsetParent' in $.fn ? 'offsetParent' : 'parent']();
66
+ if (!$parent.length) {
67
+ $parent = $('body');
68
+ }
69
+ return parseInt($parent.css('fontSize'), 10) || parseInt($elem.css('fontSize'), 10) || 16;
70
+ },
71
+
72
+ getPageHeight: function(elem) {
73
+ return $(elem).height();
74
+ },
75
+
76
+ settings: {
77
+ adjustOldDeltas: true, // see shouldAdjustOldDeltas() below
78
+ normalizeOffset: true // calls getBoundingClientRect for each event
79
+ }
80
+ };
81
+
82
+ $.fn.extend({
83
+ mousewheel: function(fn) {
84
+ return fn ? this.bind('mousewheel', fn) : this.trigger('mousewheel');
85
+ },
86
+
87
+ unmousewheel: function(fn) {
88
+ return this.unbind('mousewheel', fn);
89
+ }
90
+ });
91
+
92
+
93
+ function handler(event) {
94
+ var orgEvent = event || window.event,
95
+ args = slice.call(arguments, 1),
96
+ delta = 0,
97
+ deltaX = 0,
98
+ deltaY = 0,
99
+ absDelta = 0,
100
+ offsetX = 0,
101
+ offsetY = 0;
102
+ event = $.event.fix(orgEvent);
103
+ event.type = 'mousewheel';
104
+
105
+ // Old school scrollwheel delta
106
+ if ( 'detail' in orgEvent ) { deltaY = orgEvent.detail * -1; }
107
+ if ( 'wheelDelta' in orgEvent ) { deltaY = orgEvent.wheelDelta; }
108
+ if ( 'wheelDeltaY' in orgEvent ) { deltaY = orgEvent.wheelDeltaY; }
109
+ if ( 'wheelDeltaX' in orgEvent ) { deltaX = orgEvent.wheelDeltaX * -1; }
110
+
111
+ // Firefox < 17 horizontal scrolling related to DOMMouseScroll event
112
+ if ( 'axis' in orgEvent && orgEvent.axis === orgEvent.HORIZONTAL_AXIS ) {
113
+ deltaX = deltaY * -1;
114
+ deltaY = 0;
115
+ }
116
+
117
+ // Set delta to be deltaY or deltaX if deltaY is 0 for backwards compatabilitiy
118
+ delta = deltaY === 0 ? deltaX : deltaY;
119
+
120
+ // New school wheel delta (wheel event)
121
+ if ( 'deltaY' in orgEvent ) {
122
+ deltaY = orgEvent.deltaY * -1;
123
+ delta = deltaY;
124
+ }
125
+ if ( 'deltaX' in orgEvent ) {
126
+ deltaX = orgEvent.deltaX;
127
+ if ( deltaY === 0 ) { delta = deltaX * -1; }
128
+ }
129
+
130
+ // No change actually happened, no reason to go any further
131
+ if ( deltaY === 0 && deltaX === 0 ) { return; }
132
+
133
+ // Need to convert lines and pages to pixels if we aren't already in pixels
134
+ // There are three delta modes:
135
+ // * deltaMode 0 is by pixels, nothing to do
136
+ // * deltaMode 1 is by lines
137
+ // * deltaMode 2 is by pages
138
+ if ( orgEvent.deltaMode === 1 ) {
139
+ var lineHeight = $.data(this, 'mousewheel-line-height');
140
+ delta *= lineHeight;
141
+ deltaY *= lineHeight;
142
+ deltaX *= lineHeight;
143
+ } else if ( orgEvent.deltaMode === 2 ) {
144
+ var pageHeight = $.data(this, 'mousewheel-page-height');
145
+ delta *= pageHeight;
146
+ deltaY *= pageHeight;
147
+ deltaX *= pageHeight;
148
+ }
149
+
150
+ // Store lowest absolute delta to normalize the delta values
151
+ absDelta = Math.max( Math.abs(deltaY), Math.abs(deltaX) );
152
+
153
+ if ( !lowestDelta || absDelta < lowestDelta ) {
154
+ lowestDelta = absDelta;
155
+
156
+ // Adjust older deltas if necessary
157
+ if ( shouldAdjustOldDeltas(orgEvent, absDelta) ) {
158
+ lowestDelta /= 40;
159
+ }
160
+ }
161
+
162
+ // Adjust older deltas if necessary
163
+ if ( shouldAdjustOldDeltas(orgEvent, absDelta) ) {
164
+ // Divide all the things by 40!
165
+ delta /= 40;
166
+ deltaX /= 40;
167
+ deltaY /= 40;
168
+ }
169
+
170
+ // Get a whole, normalized value for the deltas
171
+ delta = Math[ delta >= 1 ? 'floor' : 'ceil' ](delta / lowestDelta);
172
+ deltaX = Math[ deltaX >= 1 ? 'floor' : 'ceil' ](deltaX / lowestDelta);
173
+ deltaY = Math[ deltaY >= 1 ? 'floor' : 'ceil' ](deltaY / lowestDelta);
174
+
175
+ // Normalise offsetX and offsetY properties
176
+ if ( special.settings.normalizeOffset && this.getBoundingClientRect ) {
177
+ var boundingRect = this.getBoundingClientRect();
178
+ offsetX = event.clientX - boundingRect.left;
179
+ offsetY = event.clientY - boundingRect.top;
180
+ }
181
+
182
+ // Add information to the event object
183
+ event.deltaX = deltaX;
184
+ event.deltaY = deltaY;
185
+ event.deltaFactor = lowestDelta;
186
+ event.offsetX = offsetX;
187
+ event.offsetY = offsetY;
188
+ // Go ahead and set deltaMode to 0 since we converted to pixels
189
+ // Although this is a little odd since we overwrite the deltaX/Y
190
+ // properties with normalized deltas.
191
+ event.deltaMode = 0;
192
+
193
+ // Add event and delta to the front of the arguments
194
+ args.unshift(event, delta, deltaX, deltaY);
195
+
196
+ // Clearout lowestDelta after sometime to better
197
+ // handle multiple device types that give different
198
+ // a different lowestDelta
199
+ // Ex: trackpad = 3 and mouse wheel = 120
200
+ if (nullLowestDeltaTimeout) { clearTimeout(nullLowestDeltaTimeout); }
201
+ nullLowestDeltaTimeout = setTimeout(nullLowestDelta, 200);
202
+
203
+ return ($.event.dispatch || $.event.handle).apply(this, args);
204
+ }
205
+
206
+ function nullLowestDelta() {
207
+ lowestDelta = null;
208
+ }
209
+
210
+ function shouldAdjustOldDeltas(orgEvent, absDelta) {
211
+ // If this is an older event and the delta is divisable by 120,
212
+ // then we are assuming that the browser is treating this as an
213
+ // older mouse wheel event and that we should divide the deltas
214
+ // by 40 to try and get a more usable deltaFactor.
215
+ // Side note, this actually impacts the reported scroll distance
216
+ // in older browsers and can cause scrolling to be slower than native.
217
+ // Turn this off by setting $.event.special.mousewheel.settings.adjustOldDeltas to false.
218
+ return special.settings.adjustOldDeltas && orgEvent.type === 'mousewheel' && absDelta % 120 === 0;
219
+ }
220
+
221
+ }));
jquery.mousewheel.min.js ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
1
+ /*! Copyright (c) 2013 Brandon Aaron (http://brandon.aaron.sh)
2
+ * Licensed under the MIT License (LICENSE.txt).
3
+ *
4
+ * Version: 3.1.12
5
+ *
6
+ * Requires: jQuery 1.2.2+
7
+ */
8
+ !function(a){"function"==typeof define&&define.amd?define(["jquery"],a):"object"==typeof exports?module.exports=a:a(jQuery)}(function(a){function b(b){var g=b||window.event,h=i.call(arguments,1),j=0,l=0,m=0,n=0,o=0,p=0;if(b=a.event.fix(g),b.type="mousewheel","detail"in g&&(m=-1*g.detail),"wheelDelta"in g&&(m=g.wheelDelta),"wheelDeltaY"in g&&(m=g.wheelDeltaY),"wheelDeltaX"in g&&(l=-1*g.wheelDeltaX),"axis"in g&&g.axis===g.HORIZONTAL_AXIS&&(l=-1*m,m=0),j=0===m?l:m,"deltaY"in g&&(m=-1*g.deltaY,j=m),"deltaX"in g&&(l=g.deltaX,0===m&&(j=-1*l)),0!==m||0!==l){if(1===g.deltaMode){var q=a.data(this,"mousewheel-line-height");j*=q,m*=q,l*=q}else if(2===g.deltaMode){var r=a.data(this,"mousewheel-page-height");j*=r,m*=r,l*=r}if(n=Math.max(Math.abs(m),Math.abs(l)),(!f||f>n)&&(f=n,d(g,n)&&(f/=40)),d(g,n)&&(j/=40,l/=40,m/=40),j=Math[j>=1?"floor":"ceil"](j/f),l=Math[l>=1?"floor":"ceil"](l/f),m=Math[m>=1?"floor":"ceil"](m/f),k.settings.normalizeOffset&&this.getBoundingClientRect){var s=this.getBoundingClientRect();o=b.clientX-s.left,p=b.clientY-s.top}return b.deltaX=l,b.deltaY=m,b.deltaFactor=f,b.offsetX=o,b.offsetY=p,b.deltaMode=0,h.unshift(b,j,l,m),e&&clearTimeout(e),e=setTimeout(c,200),(a.event.dispatch||a.event.handle).apply(this,h)}}function c(){f=null}function d(a,b){return k.settings.adjustOldDeltas&&"mousewheel"===a.type&&b%120===0}var e,f,g=["wheel","mousewheel","DOMMouseScroll","MozMousePixelScroll"],h="onwheel"in document||document.documentMode>=9?["wheel"]:["mousewheel","DomMouseScroll","MozMousePixelScroll"],i=Array.prototype.slice;if(a.event.fixHooks)for(var j=g.length;j;)a.event.fixHooks[g[--j]]=a.event.mouseHooks;var k=a.event.special.mousewheel={version:"3.1.12",setup:function(){if(this.addEventListener)for(var c=h.length;c;)this.addEventListener(h[--c],b,!1);else this.onmousewheel=b;a.data(this,"mousewheel-line-height",k.getLineHeight(this)),a.data(this,"mousewheel-page-height",k.getPageHeight(this))},teardown:function(){if(this.removeEventListener)for(var c=h.length;c;)this.removeEventListener(h[--c],b,!1);else this.onmousewheel=null;a.removeData(this,"mousewheel-line-height"),a.removeData(this,"mousewheel-page-height")},getLineHeight:function(b){var c=a(b),d=c["offsetParent"in a.fn?"offsetParent":"parent"]();return d.length||(d=a("body")),parseInt(d.css("fontSize"),10)||parseInt(c.css("fontSize"),10)||16},getPageHeight:function(b){return a(b).height()},settings:{adjustOldDeltas:!0,normalizeOffset:!0}};a.fn.extend({mousewheel:function(a){return a?this.bind("mousewheel",a):this.trigger("mousewheel")},unmousewheel:function(a){return this.unbind("mousewheel",a)}})});
jquery.mousewheel.pack.js ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
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)}})});
languages/easy-fancybox-cs_CZ.mo ADDED
Binary file
languages/easy-fancybox-cs_CZ.po ADDED
@@ -0,0 +1,1022 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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.5\n"
6
+ "Report-Msgid-Bugs-To: \n"
7
+ "POT-Creation-Date: 2013-06-14 00:53+0100\n"
8
+ "PO-Revision-Date: 2013-09-11 17:44+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
+
18
+ #: ../easy-fancybox-settings.php:9 ../easy-fancybox-class.php:566
19
+ msgid "Global settings"
20
+ msgstr "Nastavení"
21
+
22
+ #: ../easy-fancybox-settings.php:14
23
+ msgid "Media"
24
+ msgstr "Média"
25
+
26
+ #: ../easy-fancybox-settings.php:20
27
+ msgid "Enable FancyBox for"
28
+ msgstr "Povolit FancyBox pro"
29
+
30
+ #: ../easy-fancybox-settings.php:27 ../easy-fancybox-settings.php:370
31
+ #: ../easy-fancybox-class.php:567
32
+ msgid "Images"
33
+ msgstr "Obrázky"
34
+
35
+ #: ../easy-fancybox-settings.php:34 ../easy-fancybox-settings.php:633
36
+ #: ../easy-fancybox-class.php:568
37
+ msgid "Inline content"
38
+ msgstr "Vnitřní obsah"
39
+
40
+ #: ../easy-fancybox-settings.php:41 ../easy-fancybox-settings.php:743
41
+ #: ../easy-fancybox-class.php:569
42
+ msgid "PDF"
43
+ msgstr "PDF"
44
+
45
+ #: ../easy-fancybox-settings.php:48 ../easy-fancybox-settings.php:868
46
+ #: ../easy-fancybox-class.php:570
47
+ msgid "SWF"
48
+ msgstr "SWF"
49
+
50
+ #: ../easy-fancybox-settings.php:55 ../easy-fancybox-settings.php:962
51
+ msgid "SVG"
52
+ msgstr "SVG"
53
+
54
+ #: ../easy-fancybox-settings.php:62 ../easy-fancybox-settings.php:1057
55
+ #: ../easy-fancybox-class.php:571
56
+ msgid "YouTube"
57
+ msgstr "YouTube"
58
+
59
+ #: ../easy-fancybox-settings.php:69 ../easy-fancybox-settings.php:1165
60
+ #: ../easy-fancybox-class.php:572
61
+ msgid "Vimeo"
62
+ msgstr "Vimeo"
63
+
64
+ #: ../easy-fancybox-settings.php:76 ../easy-fancybox-settings.php:1265
65
+ #: ../easy-fancybox-class.php:573
66
+ msgid "Dailymotion"
67
+ msgstr "Dailymotion"
68
+
69
+ #: ../easy-fancybox-settings.php:83 ../easy-fancybox-settings.php:1391
70
+ #: ../easy-fancybox-class.php:574
71
+ msgid "iFrames"
72
+ msgstr "iFrames"
73
+
74
+ #: ../easy-fancybox-settings.php:86
75
+ msgid ""
76
+ "For advanced options and support, please get the Easy FancyBox - Pro "
77
+ "extension."
78
+ msgstr ""
79
+ "Pro pokročilé možnosti a podporu prosím zakupte Easy FancyBox - Pro "
80
+ "rozšíření."
81
+
82
+ #: ../easy-fancybox-settings.php:89
83
+ msgid "Links"
84
+ msgstr "Odkazy"
85
+
86
+ #: ../easy-fancybox-settings.php:95
87
+ msgid "Exclude"
88
+ msgstr "Vynechat"
89
+
90
+ #: ../easy-fancybox-settings.php:100 ../easy-fancybox-settings.php:114
91
+ #: ../easy-fancybox-settings.php:421 ../easy-fancybox-settings.php:448
92
+ #: ../easy-fancybox-settings.php:677 ../easy-fancybox-settings.php:704
93
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:227
94
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:252
95
+ msgid "None"
96
+ msgstr "Žádný"
97
+
98
+ #: ../easy-fancybox-settings.php:101
99
+ msgid "Empty (hidden) links"
100
+ msgstr "Prázdné (skryté) odkazy"
101
+
102
+ #: ../easy-fancybox-settings.php:102
103
+ msgid "Without thumbnail image"
104
+ msgstr "Obrázky bez náhledu"
105
+
106
+ #: ../easy-fancybox-settings.php:109
107
+ msgid "Open on page load"
108
+ msgstr "Otevřít při načtení stránky"
109
+
110
+ #: ../easy-fancybox-settings.php:115
111
+ msgid "Link with ID \"fancybox-auto\""
112
+ msgstr "Propojit s ID \"fancybox-auto\""
113
+
114
+ #: ../easy-fancybox-settings.php:118 ../easy-fancybox-settings.php:409
115
+ #: ../easy-fancybox-settings.php:440 ../easy-fancybox-settings.php:467
116
+ #: ../easy-fancybox-settings.php:542 ../easy-fancybox-settings.php:696
117
+ #: ../easy-fancybox-settings.php:723
118
+ msgid "More options &raquo;"
119
+ msgstr "Více nastavení &raquo;"
120
+
121
+ #: ../easy-fancybox-settings.php:125
122
+ msgid ""
123
+ "Include the Metadata jQuery extension script to allow passing custom "
124
+ "parameters via link class."
125
+ msgstr ""
126
+ "Vložit Metadata jQuery doplněk, který umožnuje přeskočení vlastním parametrů "
127
+ "přes link class."
128
+
129
+ #: ../easy-fancybox-settings.php:130 ../easy-fancybox-settings.php:503
130
+ msgid "Overlay"
131
+ msgstr "Rámeček"
132
+
133
+ #: ../easy-fancybox-settings.php:139
134
+ msgid "Show the overlay around content opened in FancyBox."
135
+ msgstr "Ukazovat rámeček kolem obsahu otevřeného ve FancyBox."
136
+
137
+ #: ../easy-fancybox-settings.php:146
138
+ msgid "Close FancyBox when overlay is clicked."
139
+ msgstr "Zavřít FancyBox při kliknutí na rámeček."
140
+
141
+ #: ../easy-fancybox-settings.php:150 ../easy-fancybox-settings.php:228
142
+ msgid "Opacity"
143
+ msgstr "Neprůhlednost"
144
+
145
+ #: ../easy-fancybox-settings.php:158
146
+ msgid "Value between 0 and 1. "
147
+ msgstr "Hodnota mezi 0 a 1."
148
+
149
+ #: ../easy-fancybox-settings.php:158 ../easy-fancybox-settings.php:167
150
+ #: ../easy-fancybox-settings.php:286 ../easy-fancybox-settings.php:337
151
+ #: ../easy-fancybox-settings.php:595
152
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:103
153
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:108
154
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:147
155
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:244
156
+ msgid "Default:"
157
+ msgstr "Výchozí:"
158
+
159
+ #: ../easy-fancybox-settings.php:162
160
+ msgid "Color"
161
+ msgstr "Barva"
162
+
163
+ #: ../easy-fancybox-settings.php:167
164
+ msgid "Enter an HTML color value."
165
+ msgstr "Vložte kód barvy v HTML."
166
+
167
+ #: ../easy-fancybox-settings.php:175
168
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:71
169
+ msgid "Spotlight effect"
170
+ msgstr "Efekt světelného kuželu"
171
+
172
+ #: ../easy-fancybox-settings.php:175 ../easy-fancybox-settings.php:236
173
+ #: ../easy-fancybox-settings.php:249 ../easy-fancybox-settings.php:524
174
+ #: ../easy-fancybox-settings.php:613
175
+ msgid "Make available &raquo;"
176
+ msgstr "Zpřístupnit &raquo;"
177
+
178
+ #: ../easy-fancybox-settings.php:180
179
+ msgid "Window"
180
+ msgstr "Okno"
181
+
182
+ #: ../easy-fancybox-settings.php:186 ../easy-fancybox-settings.php:485
183
+ msgid "Appearance"
184
+ msgstr "Vzhled"
185
+
186
+ #: ../easy-fancybox-settings.php:193
187
+ msgid "Show the (X) close button"
188
+ msgstr "Ukázat (X) tlačítko pro zavření"
189
+
190
+ #: ../easy-fancybox-settings.php:198
191
+ msgid "Background color"
192
+ msgstr "Barva pozadí"
193
+
194
+ #: ../easy-fancybox-settings.php:208
195
+ msgid "Border color"
196
+ msgstr "Barva okraje"
197
+
198
+ #: ../easy-fancybox-settings.php:218
199
+ msgid "Text color"
200
+ msgstr "Barva textu"
201
+
202
+ #: ../easy-fancybox-settings.php:241
203
+ msgid "Border radius"
204
+ msgstr "Šíře okraje"
205
+
206
+ #: ../easy-fancybox-settings.php:249
207
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:114
208
+ msgid "Set a border radius to create rounded corners. Higher is rounder."
209
+ msgstr ""
210
+ "Nastavit okraje rámečku a zakulacení jeho rohů. Vyšší číslo rohy zakulacuje."
211
+
212
+ #: ../easy-fancybox-settings.php:254
213
+ msgid "Dimensions"
214
+ msgstr "Rozměry"
215
+
216
+ #: ../easy-fancybox-settings.php:258 ../easy-fancybox-settings.php:771
217
+ #: ../easy-fancybox-settings.php:896 ../easy-fancybox-settings.php:990
218
+ #: ../easy-fancybox-settings.php:1095 ../easy-fancybox-settings.php:1194
219
+ #: ../easy-fancybox-settings.php:1294 ../easy-fancybox-settings.php:1424
220
+ msgid "Width"
221
+ msgstr "Šířka"
222
+
223
+ #: ../easy-fancybox-settings.php:268 ../easy-fancybox-settings.php:781
224
+ #: ../easy-fancybox-settings.php:907 ../easy-fancybox-settings.php:1001
225
+ #: ../easy-fancybox-settings.php:1108 ../easy-fancybox-settings.php:1207
226
+ #: ../easy-fancybox-settings.php:1307 ../easy-fancybox-settings.php:1434
227
+ msgid "Height"
228
+ msgstr "Výška"
229
+
230
+ #: ../easy-fancybox-settings.php:277 ../easy-fancybox-settings.php:790
231
+ #: ../easy-fancybox-settings.php:917 ../easy-fancybox-settings.php:1011
232
+ #: ../easy-fancybox-settings.php:1120 ../easy-fancybox-settings.php:1219
233
+ #: ../easy-fancybox-settings.php:1319 ../easy-fancybox-settings.php:1443
234
+ msgid "Border"
235
+ msgstr "Okraj"
236
+
237
+ #: ../easy-fancybox-settings.php:286
238
+ msgid ""
239
+ "If content size is not set or cannot be determined automatically, these "
240
+ "default dimensions will be used."
241
+ msgstr ""
242
+ "Pokud není nastavena velikost obsahu nebo nemůže být získána automaticky "
243
+ "budou použity tyto výchozí hodnoty nastavení."
244
+
245
+ #: ../easy-fancybox-settings.php:291 ../easy-fancybox-settings.php:413
246
+ msgid "Behavior"
247
+ msgstr "Chování"
248
+
249
+ #: ../easy-fancybox-settings.php:298
250
+ msgid "Center while scrolling"
251
+ msgstr "Vycentrovat obsah při rolování"
252
+
253
+ #: ../easy-fancybox-settings.php:305
254
+ msgid "Esc key stroke closes FancyBox"
255
+ msgstr "Stisk klávesy Esc zavře FancyBox"
256
+
257
+ #: ../easy-fancybox-settings.php:312
258
+ msgid "Scale large content down to fit in the browser viewport."
259
+ msgstr "Zmenšit obsah okna na rozlišení monitoru."
260
+
261
+ #: ../easy-fancybox-settings.php:316
262
+ msgid "Opening speed"
263
+ msgstr "Rychlost otevření"
264
+
265
+ #: ../easy-fancybox-settings.php:328
266
+ msgid "Closing speed"
267
+ msgstr "Rychlost zavření"
268
+
269
+ #: ../easy-fancybox-settings.php:337 ../easy-fancybox-settings.php:595
270
+ msgid "Duration in milliseconds. Higher is slower."
271
+ msgstr "Trvání v milisekundách. Vyšší číslo znamená pomalejší."
272
+
273
+ #: ../easy-fancybox-settings.php:375
274
+ msgid ""
275
+ "To make images open in an overlay, add their extension to the Autodetect "
276
+ "field or use the class \"fancybox\" for its link. Clear field to switch off "
277
+ "all autodetection."
278
+ msgstr ""
279
+ "Pro otevření obrázku v rámečku, přidejte jejich doplněk na Autodetekci nebo "
280
+ "použijte \"fancybox\" pro jeho odkaz. Nechejte pole prázdné v případě "
281
+ "vypnuté autodetekce."
282
+
283
+ #: ../easy-fancybox-settings.php:390 ../easy-fancybox-settings.php:756
284
+ #: ../easy-fancybox-settings.php:881 ../easy-fancybox-settings.php:975
285
+ #: ../easy-fancybox-settings.php:1071 ../easy-fancybox-settings.php:1179
286
+ #: ../easy-fancybox-settings.php:1279
287
+ msgid "Autodetect"
288
+ msgstr "Autodetekce"
289
+
290
+ #: ../easy-fancybox-settings.php:397
291
+ msgid "Example:"
292
+ msgstr "Příklad:"
293
+
294
+ #: ../easy-fancybox-settings.php:401
295
+ msgid "Apply to"
296
+ msgstr "Použít na"
297
+
298
+ #: ../easy-fancybox-settings.php:406
299
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:147
300
+ msgid "All image links"
301
+ msgstr "Všechny odkazy obrázků"
302
+
303
+ #: ../easy-fancybox-settings.php:417 ../easy-fancybox-settings.php:673
304
+ msgid "Transition In"
305
+ msgstr "Přechod do"
306
+
307
+ #: ../easy-fancybox-settings.php:422 ../easy-fancybox-settings.php:449
308
+ #: ../easy-fancybox-settings.php:678 ../easy-fancybox-settings.php:705
309
+ msgid "Fade"
310
+ msgstr "Slábnutí"
311
+
312
+ #: ../easy-fancybox-settings.php:423 ../easy-fancybox-settings.php:450
313
+ #: ../easy-fancybox-settings.php:679 ../easy-fancybox-settings.php:706
314
+ msgid "Elastic"
315
+ msgstr "Elastický"
316
+
317
+ #: ../easy-fancybox-settings.php:430 ../easy-fancybox-settings.php:686
318
+ msgid "Easing In"
319
+ msgstr "Uvolnění v"
320
+
321
+ #: ../easy-fancybox-settings.php:434 ../easy-fancybox-settings.php:461
322
+ #: ../easy-fancybox-settings.php:690 ../easy-fancybox-settings.php:717
323
+ msgid "Linear"
324
+ msgstr "Lineární"
325
+
326
+ #: ../easy-fancybox-settings.php:435 ../easy-fancybox-settings.php:462
327
+ #: ../easy-fancybox-settings.php:691 ../easy-fancybox-settings.php:718
328
+ msgid "Swing"
329
+ msgstr "Houpačka"
330
+
331
+ #: ../easy-fancybox-settings.php:436 ../easy-fancybox-settings.php:463
332
+ #: ../easy-fancybox-settings.php:692 ../easy-fancybox-settings.php:719
333
+ msgid "easeInBack"
334
+ msgstr "easeInBack"
335
+
336
+ #: ../easy-fancybox-settings.php:437 ../easy-fancybox-settings.php:464
337
+ #: ../easy-fancybox-settings.php:693 ../easy-fancybox-settings.php:720
338
+ msgid "easeOutBack"
339
+ msgstr "easeOutBack"
340
+
341
+ #: ../easy-fancybox-settings.php:444 ../easy-fancybox-settings.php:700
342
+ msgid "Transition Out"
343
+ msgstr "Přechod ven"
344
+
345
+ #: ../easy-fancybox-settings.php:457 ../easy-fancybox-settings.php:713
346
+ msgid "Easing Out"
347
+ msgstr "Uvolnění z"
348
+
349
+ #: ../easy-fancybox-settings.php:467 ../easy-fancybox-settings.php:542
350
+ #: ../easy-fancybox-settings.php:723
351
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:213
352
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:219
353
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:230
354
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:257
355
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:331
356
+ msgid "Note:"
357
+ msgstr "Poznámka:"
358
+
359
+ #: ../easy-fancybox-settings.php:467 ../easy-fancybox-settings.php:723
360
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:213
361
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:331
362
+ msgid "Easing effects only apply when Transition is set to Elastic. "
363
+ msgstr "Easing efekt je pouze použit když je Přechod nastaven na Pružný."
364
+
365
+ #: ../easy-fancybox-settings.php:474 ../easy-fancybox-settings.php:730
366
+ msgid ""
367
+ "Transparency fade during elastic transition. CAUTION: Use only when at least "
368
+ "Transition In is set to Elastic!"
369
+ msgstr ""
370
+ "Průhlednost při elastickém přechodu. UPOZORNĚNÍ: Použijte pouze pokud máte "
371
+ "Přechod nastaven na Elastický!"
372
+
373
+ #: ../easy-fancybox-settings.php:481 ../easy-fancybox-settings.php:737
374
+ msgid "Close FancyBox when content is clicked"
375
+ msgstr "Zavřít FancyBox po kliknutí na obsah"
376
+
377
+ #: ../easy-fancybox-settings.php:492 ../easy-fancybox-settings.php:810
378
+ #: ../easy-fancybox-settings.php:933 ../easy-fancybox-settings.php:1027
379
+ #: ../easy-fancybox-settings.php:1136 ../easy-fancybox-settings.php:1235
380
+ #: ../easy-fancybox-settings.php:1335 ../easy-fancybox-settings.php:1459
381
+ msgid "Show title"
382
+ msgstr "Ukázat název"
383
+
384
+ #: ../easy-fancybox-settings.php:496 ../easy-fancybox-settings.php:814
385
+ #: ../easy-fancybox-settings.php:937 ../easy-fancybox-settings.php:1031
386
+ #: ../easy-fancybox-settings.php:1140 ../easy-fancybox-settings.php:1239
387
+ #: ../easy-fancybox-settings.php:1339 ../easy-fancybox-settings.php:1463
388
+ msgid "Title Position"
389
+ msgstr "Pozice názvu"
390
+
391
+ #: ../easy-fancybox-settings.php:500 ../easy-fancybox-settings.php:818
392
+ #: ../easy-fancybox-settings.php:941 ../easy-fancybox-settings.php:1035
393
+ #: ../easy-fancybox-settings.php:1144 ../easy-fancybox-settings.php:1243
394
+ #: ../easy-fancybox-settings.php:1343 ../easy-fancybox-settings.php:1467
395
+ msgid "Float"
396
+ msgstr "Plovoucí"
397
+
398
+ #: ../easy-fancybox-settings.php:501 ../easy-fancybox-settings.php:819
399
+ #: ../easy-fancybox-settings.php:942 ../easy-fancybox-settings.php:1036
400
+ #: ../easy-fancybox-settings.php:1145 ../easy-fancybox-settings.php:1244
401
+ #: ../easy-fancybox-settings.php:1344 ../easy-fancybox-settings.php:1468
402
+ msgid "Outside"
403
+ msgstr "Venku"
404
+
405
+ #: ../easy-fancybox-settings.php:502 ../easy-fancybox-settings.php:820
406
+ #: ../easy-fancybox-settings.php:943 ../easy-fancybox-settings.php:1037
407
+ #: ../easy-fancybox-settings.php:1146 ../easy-fancybox-settings.php:1245
408
+ #: ../easy-fancybox-settings.php:1345 ../easy-fancybox-settings.php:1469
409
+ msgid "Inside"
410
+ msgstr "Vevnitř"
411
+
412
+ #: ../easy-fancybox-settings.php:513 ../easy-fancybox-settings.php:829
413
+ #: ../easy-fancybox-settings.php:952 ../easy-fancybox-settings.php:1047
414
+ #: ../easy-fancybox-settings.php:1155 ../easy-fancybox-settings.php:1254
415
+ #: ../easy-fancybox-settings.php:1354 ../easy-fancybox-settings.php:1478
416
+ msgid "Allow title from thumbnail alt tag"
417
+ msgstr "Povolit název z alt tagu."
418
+
419
+ #: ../easy-fancybox-settings.php:517 ../easy-fancybox-settings.php:606
420
+ msgid "Advanced"
421
+ msgstr "Pokročilé"
422
+
423
+ #: ../easy-fancybox-settings.php:521
424
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:228
425
+ msgid "Hide/show title on mouse hover action"
426
+ msgstr "Skrýt/zobrazit název po přejetí ukazatele"
427
+
428
+ #: ../easy-fancybox-settings.php:528
429
+ msgid "Gallery"
430
+ msgstr "Galerie"
431
+
432
+ #: ../easy-fancybox-settings.php:532
433
+ msgid "Autogallery"
434
+ msgstr "Automatická galerie"
435
+
436
+ #: ../easy-fancybox-settings.php:537
437
+ msgid "Disabled"
438
+ msgstr "Vypnuto"
439
+
440
+ #: ../easy-fancybox-settings.php:538
441
+ msgid "WordPress galleries only"
442
+ msgstr "Pouze Wordpress galerie"
443
+
444
+ #: ../easy-fancybox-settings.php:539
445
+ msgid "All in one gallery"
446
+ msgstr "Vše v jedné galerii"
447
+
448
+ #: ../easy-fancybox-settings.php:542
449
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:219
450
+ msgid ""
451
+ "When disabled, you can use the rel attribute to manually group image links "
452
+ "together."
453
+ msgstr ""
454
+ "Pokud je vypnut, můžete použít rel vlastnost pro ruční seskupení odkazů "
455
+ "obrázků dohromady."
456
+
457
+ #: ../easy-fancybox-settings.php:542
458
+ msgid ""
459
+ "Leave the mousewheel option (below) unchecked when you do not use FancyBox "
460
+ "for galleries on your site."
461
+ msgstr ""
462
+ "Ponechte možnost pohybu pomocí kolečka myší vypnutou pokud nepoužíváte "
463
+ "FancyBox pro prohlížení galerií na Vašich stránkách."
464
+
465
+ #: ../easy-fancybox-settings.php:549
466
+ msgid "Show the gallery navigation arrows"
467
+ msgstr "Ukázat navigační šipky v galerii"
468
+
469
+ #: ../easy-fancybox-settings.php:556
470
+ msgid "Arrow key strokes browse the gallery"
471
+ msgstr "Stisk směrových kláves pro posun v galerii"
472
+
473
+ #: ../easy-fancybox-settings.php:563
474
+ msgid ""
475
+ "Include the Mousewheel jQuery extension script to allow gallery browsing by "
476
+ "mousewheel action."
477
+ msgstr "Zapnout skript pro pohyb v galerii pomocí kolečka myši."
478
+
479
+ #: ../easy-fancybox-settings.php:570
480
+ msgid "Make galleries cyclic, allowing you to keep pressing next/back."
481
+ msgstr "Cyklické posouvání v galerii"
482
+
483
+ #: ../easy-fancybox-settings.php:574
484
+ msgid "Change speed"
485
+ msgstr "Změnit rychlost"
486
+
487
+ #: ../easy-fancybox-settings.php:586
488
+ msgid "Fade speed"
489
+ msgstr "Rychlost pohasnutí"
490
+
491
+ #: ../easy-fancybox-settings.php:602
492
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:217
493
+ msgid "Galleries per Section (below)"
494
+ msgstr "Galerií na jednu sekci (níže)"
495
+
496
+ #: ../easy-fancybox-settings.php:602
497
+ msgid ""
498
+ "This applies when <em>Apply to</em> is set to <em>Limited to Sections</em> "
499
+ "and/or <em>Autogallery</em> is set to <em>Galleries per Section</em>. Adapt "
500
+ "it to conform with your theme."
501
+ msgstr ""
502
+ "Toto je použito pokud <em>Použít na</em> je nastaveno <em>Omezeno na sekci</"
503
+ "em> a/nebo <em>Autogalerie</em> je nastaveno na <em>Galerie na sekci</em>. "
504
+ "Uzpůsobte pro Vaši šablonu."
505
+
506
+ #: ../easy-fancybox-settings.php:602
507
+ msgid ""
508
+ "Examples: If your theme wraps post content in a div with class post, change "
509
+ "this value to \"div.post\". If you only want to group images in a WordPress "
510
+ "gallery together, use \"div.gallery\". If you want to include images in a "
511
+ "sidebar with ID primary, add \", #primary\"."
512
+ msgstr ""
513
+ "Příklad: Pokud Vaše šablona vkládá obsah příspěvku do div, změňte tuto "
514
+ "hodnotu na \"div.post\". Pokud chcete pouze seskupit obrázky ve Wordpress "
515
+ "galerii dohromady, použijte \"div.gallery\". Pokud chcete přidat obrázky v "
516
+ "bočním panelu s ID, vložte \", #primary\"."
517
+
518
+ #: ../easy-fancybox-settings.php:602
519
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:230
520
+ msgid ""
521
+ "Hide/show title on mouse hover action works best with Overlay title position."
522
+ msgstr ""
523
+ "Ukázat/skrýt název po přejetí ukazatele myši - pracuje nejlépe s názvem "
524
+ "umístěným v rámečku."
525
+
526
+ #: ../easy-fancybox-settings.php:602
527
+ msgid "The slideshow uses a fixed 6, 8 or 12 second pause per image."
528
+ msgstr "Slideshow používá 6, 8 nebo 12 sekundové pauzy mezi obrázky."
529
+
530
+ #: ../easy-fancybox-settings.php:602
531
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:253
532
+ msgid "(6 seconds)"
533
+ msgstr "(6 sekund)"
534
+
535
+ #: ../easy-fancybox-settings.php:602
536
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:254
537
+ msgid "(8 seconds)"
538
+ msgstr "(8 sekund)"
539
+
540
+ #: ../easy-fancybox-settings.php:602
541
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:255
542
+ msgid "(12 seconds)"
543
+ msgstr "(12 sekund)"
544
+
545
+ #: ../easy-fancybox-settings.php:610
546
+ msgid "Slideshow"
547
+ msgstr "Slideshow"
548
+
549
+ #: ../easy-fancybox-settings.php:638
550
+ msgid ""
551
+ "To make inline content open in an overlay, wrap that content in a div with a "
552
+ "unique ID, create a link with target \"#uniqueID\" and give it a class "
553
+ "\"fancybox-inline\" attribute."
554
+ msgstr ""
555
+ "Pro otevření obsahu v rámečku vložte tento obsah do div s unikátním ID, "
556
+ "vytvořte odkaz s cílem \"#uniqueID\" a dejte této třídě atribut \"fancybox-"
557
+ "inline\"."
558
+
559
+ #: ../easy-fancybox-settings.php:656
560
+ msgid ""
561
+ "Try to adjust size to inline/html content. If unchecked or size cannot be "
562
+ "determined, the default dimensions will be used."
563
+ msgstr ""
564
+ "Pokusit se upravit velikost inline/html obsahu. Pokud ponecháte tuto volbu "
565
+ "nezaškrtnutou nebo velikost nemůže být zjištěna, budou použity výchozí "
566
+ "hodnoty."
567
+
568
+ #: ../easy-fancybox-settings.php:660 ../easy-fancybox-settings.php:1411
569
+ msgid "Scrolling"
570
+ msgstr "Posouvání"
571
+
572
+ #: ../easy-fancybox-settings.php:664 ../easy-fancybox-settings.php:1415
573
+ msgid "Auto"
574
+ msgstr "Automaticky"
575
+
576
+ #: ../easy-fancybox-settings.php:665 ../easy-fancybox-settings.php:1416
577
+ msgid "Always"
578
+ msgstr "Vždy"
579
+
580
+ #: ../easy-fancybox-settings.php:666 ../easy-fancybox-settings.php:1417
581
+ msgid "Never"
582
+ msgstr "Nikdy"
583
+
584
+ #: ../easy-fancybox-settings.php:669 ../easy-fancybox-settings.php:1420
585
+ msgid "Define scrolling and scrollbar visibility."
586
+ msgstr "Nastavte viditelnost lišty s posouváním."
587
+
588
+ #: ../easy-fancybox-settings.php:748
589
+ msgid ""
590
+ "To make any PDF document file open in an overlay, switch on Autodetect or "
591
+ "use the class \"fancybox-pdf\" for its link."
592
+ msgstr ""
593
+ "Pro otevření jakéhokoliv PDF dokumentu (.pdf) v rámečku prosím přepněte na "
594
+ "Autodetekci nebo použijte příkaz \"fancybox-pdf\" pro tento odkaz."
595
+
596
+ #: ../easy-fancybox-settings.php:873
597
+ msgid ""
598
+ "To make any Flash (.swf) file open in an overlay, switch on Autodetect or "
599
+ "use the class \"fancybox-swf\" for its link."
600
+ msgstr ""
601
+ "Pro otevření jakéhokoliv Flashe (.swf) v rámečku prosím přepněte na "
602
+ "Autodetekci nebo použijte příkaz \"fancybox-swf\" pro tento odkaz."
603
+
604
+ #: ../easy-fancybox-settings.php:967
605
+ msgid ""
606
+ "To make any SVG (.svg) file open in an overlay, switch on Autodetect or use "
607
+ "the class \"fancybox-svg\" for its link."
608
+ msgstr ""
609
+ "Pro otevření jakéhokoliv SVG (.svg) v rámečku prosím přepněte na Autodetekci "
610
+ "nebo použijte příkaz \"fancybox-svg\" pro tento odkaz."
611
+
612
+ #: ../easy-fancybox-settings.php:1062
613
+ msgid ""
614
+ "To make any YouTube movie open in an overlay, switch on Autodetect or use "
615
+ "the class \"fancybox-youtube\" for its link."
616
+ msgstr ""
617
+ "Pro otevření jakéhokoliv videa YouTube v rámečku prosím přepněte na "
618
+ "Autodetekci nebo použijte příkaz \"fancybox-youtube\" pro tento odkaz."
619
+
620
+ #: ../easy-fancybox-settings.php:1080
621
+ msgid "Autodetect Short links"
622
+ msgstr "Autodetekovat zkrácené odkazy"
623
+
624
+ #: ../easy-fancybox-settings.php:1170
625
+ msgid ""
626
+ "To make any Vimeo movie open in an overlay, switch on Autodetect or use the "
627
+ "class \"fancybox-vimeo\" for its link."
628
+ msgstr ""
629
+ "Pro otevření jakéhokoliv videa Vimeo v rámečku prosím přepněte na "
630
+ "Autodetekci nebo použijte příkaz \"fancybox-vimeo\" pro tento odkaz."
631
+
632
+ #: ../easy-fancybox-settings.php:1270
633
+ msgid ""
634
+ "To make any Dailymotion movie open in an overlay, switch on Autodetect or "
635
+ "use the class \"fancybox-dailymotion\" for its link."
636
+ msgstr ""
637
+ "Pro otevření jakéhokoliv Dailymotion videa v rámečku prosím přepněte na "
638
+ "Autodetekci nebo použijte příkaz \"fancybox-dailymotion\" pro tento odkaz."
639
+
640
+ #: ../easy-fancybox-settings.php:1396
641
+ msgid ""
642
+ "To make a website or HTML document open in an overlay, use the class "
643
+ "\"fancybox-iframe\" for its link."
644
+ msgstr ""
645
+ "Pro otevření jakékoliv stránky nebo HTML dokumentu v rámečku prosím použijte "
646
+ "příkaz \"fancybox-iframe\" pro tento odkaz."
647
+
648
+ #: ../easy-fancybox-class.php:298
649
+ msgid "Donate to keep the Easy FancyBox plugin development going!"
650
+ msgstr ""
651
+ "Přispět na podporu Easy FancyBox pluginu a umožnit tak jeho další vývoj!"
652
+
653
+ #: ../easy-fancybox-class.php:298
654
+ #, php-format
655
+ msgid ""
656
+ "The options in this section are provided by the plugin %s and determine the "
657
+ "<strong>Media Lightbox</strong> overlay appearance and behaviour controlled "
658
+ "by %s."
659
+ msgstr ""
660
+ "Nastavení v této sekci jsou poskytovány pluginem %s a ovlivňují "
661
+ "<strong>Media Lightbox</strong> vzhled rámečku a funkce kontrolováné %s."
662
+
663
+ #: ../easy-fancybox-class.php:298
664
+ msgid "Easy FancyBox"
665
+ msgstr "Easy FancyBox"
666
+
667
+ #: ../easy-fancybox-class.php:298 ../easy-fancybox-class.php:510
668
+ #: ../easy-fancybox-class.php:554
669
+ msgid "FancyBox"
670
+ msgstr "FancyBox"
671
+
672
+ #: ../easy-fancybox-class.php:298
673
+ msgid ""
674
+ "First enable each sub-section that you need. Then save and come back to "
675
+ "adjust its specific settings."
676
+ msgstr ""
677
+ "Prvně povolte pro každou subsekci, pro kterou je potřeba. Poté uložte a "
678
+ "vraťte se zpět pro doladění nastavení."
679
+
680
+ #: ../easy-fancybox-class.php:298
681
+ msgid ""
682
+ "Note: Each additional sub-section and features like <em>Auto-detection</em>, "
683
+ "<em>Elastic transitions</em> and all <em>Easing effects</em> (except Swing) "
684
+ "will have some extra impact on client-side page speed. Enable only those sub-"
685
+ "sections and options that you actually need on your site."
686
+ msgstr ""
687
+ "Poznámka: Každá subsekce a funkce jako jsou <em>Autodetekce</em>, "
688
+ "<em>Elastický přechod</em> a všechny <em>Easing efekty</em> (kromě Swing) "
689
+ "budou mít velký dopad na rychlost načtení u klienta. Povolte pouze tyto "
690
+ "subsekce a toto nastavení pokud víte co děláte a tyto funkce potřebujete."
691
+
692
+ #: ../easy-fancybox-class.php:298
693
+ msgid ""
694
+ "Some setting like Transition options are unavailable for SWF video, PDF and "
695
+ "iFrame content to ensure browser compatibility and readability."
696
+ msgstr ""
697
+ "Některé nastavení jako je nastavení Přechodu jsou nedostupné pro SWF video, "
698
+ "PDF a iFrame obsah pro zajištění kompatibility a funkčnosti v prohlížeči."
699
+
700
+ #: ../easy-fancybox-class.php:342
701
+ msgid "Checked"
702
+ msgstr "Zaškrtnutý"
703
+
704
+ #: ../easy-fancybox-class.php:344
705
+ msgid "Unchecked"
706
+ msgstr "Nezaškrtnutý"
707
+
708
+ #: ../easy-fancybox-class.php:391
709
+ msgid "Settings"
710
+ msgstr "Nastavení"
711
+
712
+ #: ../easy-fancybox-class.php:554
713
+ msgid "Easy FancyBox Settings"
714
+ msgstr "Easy FancyBox Nastavení"
715
+
716
+ #: ../easy-fancybox-class.php:565
717
+ msgid "Sections"
718
+ msgstr "Sekce"
719
+
720
+ #: ../easy-fancybox-class.php:602
721
+ msgid "Support"
722
+ msgstr "Podpora"
723
+
724
+ #: ../easy-fancybox-class.php:603
725
+ msgid "Resources"
726
+ msgstr "Zdroje"
727
+
728
+ #: ../easy-fancybox-class.php:604
729
+ msgid "Discussion"
730
+ msgstr "Diskuze"
731
+
732
+ #: ../easy-fancybox-class.php:605
733
+ msgid "Credits"
734
+ msgstr "Poděkování"
735
+
736
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:46
737
+ msgid ""
738
+ "Thank you for purchasing the Easy FancyBox - Pro extension. New options are "
739
+ "available."
740
+ msgstr ""
741
+ "Děkujeme za zakoupení pluginu Easy FancyBox - Pro. Nové možnosti nastavení "
742
+ "jsou k dispozici."
743
+
744
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:46
745
+ msgid "Get support here."
746
+ msgstr "Získat podporu zde."
747
+
748
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:52
749
+ msgid "First Image link"
750
+ msgstr "První odkaz na obrázek"
751
+
752
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:53
753
+ msgid "First PDF link"
754
+ msgstr "První odkaz na PDF"
755
+
756
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:54
757
+ msgid "First SWF link"
758
+ msgstr "První odkaz na SWF"
759
+
760
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:55
761
+ msgid "First SVG link"
762
+ msgstr "První odkaz na SVG"
763
+
764
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:56
765
+ msgid "First YouTube link "
766
+ msgstr "První odkaz na YouTube"
767
+
768
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:57
769
+ msgid "First Vimeo link "
770
+ msgstr "První odkaz na Vimeo"
771
+
772
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:58
773
+ msgid "First Dailymotion link "
774
+ msgstr "První odkaz na Dailymotion"
775
+
776
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:59
777
+ msgid "First iFrame link"
778
+ msgstr "První odkaz na iFrame"
779
+
780
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:60
781
+ msgid "First of any link"
782
+ msgstr "První jakýkoliv odkaz"
783
+
784
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:145
785
+ msgid "Links inside Section(s) only (below)"
786
+ msgstr "Odkazy pouze uvniř sekcí (pod)"
787
+
788
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:151
789
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:184
790
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:269
791
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:302
792
+ msgid "easeInQuad"
793
+ msgstr "easeInQuad"
794
+
795
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:152
796
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:185
797
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:270
798
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:303
799
+ msgid "easeOutQuad"
800
+ msgstr "easeOutQuad"
801
+
802
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:153
803
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:186
804
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:271
805
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:304
806
+ msgid "easeInOutQuad"
807
+ msgstr "easeInOutQuad"
808
+
809
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:154
810
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:187
811
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:272
812
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:305
813
+ msgid "easeInCubic"
814
+ msgstr "easeInCubic"
815
+
816
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:155
817
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:188
818
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:273
819
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:306
820
+ msgid "easeOutCubic"
821
+ msgstr "easeOutCubic"
822
+
823
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:156
824
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:189
825
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:274
826
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:307
827
+ msgid "easeInOutCubic"
828
+ msgstr "easeInOutCubic"
829
+
830
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:157
831
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:190
832
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:275
833
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:308
834
+ msgid "easeInQuart"
835
+ msgstr "easeInQuart"
836
+
837
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:158
838
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:191
839
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:276
840
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:309
841
+ msgid "easeOutQuart"
842
+ msgstr "easeOutQuart"
843
+
844
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:159
845
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:192
846
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:277
847
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:310
848
+ msgid "easeInOutQuart"
849
+ msgstr "easeInOutQuart"
850
+
851
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:160
852
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:193
853
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:278
854
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:311
855
+ msgid "easeInQuint"
856
+ msgstr "easeInQuint"
857
+
858
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:161
859
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:194
860
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:279
861
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:312
862
+ msgid "easeOutQuint"
863
+ msgstr "easeOutQuint"
864
+
865
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:162
866
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:195
867
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:280
868
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:313
869
+ msgid "easeInOutQuint"
870
+ msgstr "easeInOutQuint"
871
+
872
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:163
873
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:196
874
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:281
875
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:314
876
+ msgid "easeInSine"
877
+ msgstr "easeInSine"
878
+
879
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:164
880
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:197
881
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:282
882
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:315
883
+ msgid "easeOutSine"
884
+ msgstr "easeOutSine"
885
+
886
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:165
887
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:198
888
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:283
889
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:316
890
+ msgid "easeInOutSine"
891
+ msgstr "easeInOutSine"
892
+
893
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:166
894
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:199
895
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:284
896
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:317
897
+ msgid "easeInExpo"
898
+ msgstr "easeInExpo"
899
+
900
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:167
901
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:200
902
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:285
903
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:318
904
+ msgid "easeOutExpo"
905
+ msgstr "easeOutExpo"
906
+
907
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:168
908
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:201
909
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:286
910
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:319
911
+ msgid "easeInOutExpo"
912
+ msgstr "easeInOutExpo"
913
+
914
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:169
915
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:202
916
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:287
917
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:320
918
+ msgid "easeInCirc"
919
+ msgstr "easeInCirc"
920
+
921
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:170
922
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:203
923
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:288
924
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:321
925
+ msgid "easeOutCirc"
926
+ msgstr "easeOutCirc"
927
+
928
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:171
929
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:204
930
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:289
931
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:322
932
+ msgid "easeInOutCirc"
933
+ msgstr "easeInOutCirc"
934
+
935
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:172
936
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:205
937
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:290
938
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:323
939
+ msgid "easeInElastic"
940
+ msgstr "easeInElastic"
941
+
942
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:173
943
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:206
944
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:291
945
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:324
946
+ msgid "easeOutElastic"
947
+ msgstr "easeOutElastic"
948
+
949
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:174
950
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:207
951
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:292
952
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:325
953
+ msgid "easeInOutElastic"
954
+ msgstr "easeInOutElastic"
955
+
956
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:175
957
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:208
958
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:293
959
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:326
960
+ msgid "easeInOutBack"
961
+ msgstr "easeInOutBack"
962
+
963
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:176
964
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:209
965
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:294
966
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:327
967
+ msgid "easeInBounce"
968
+ msgstr "easeInBounce"
969
+
970
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:177
971
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:210
972
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:295
973
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:328
974
+ msgid "easeOutBounce"
975
+ msgstr "easeOutBounce"
976
+
977
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:178
978
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:211
979
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:296
980
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:329
981
+ msgid "easeInOutBounce"
982
+ msgstr "easeInOutBounce"
983
+
984
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:238
985
+ msgid "Section(s)"
986
+ msgstr "Sekce"
987
+
988
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:244
989
+ msgid ""
990
+ "This applies when <em>Apply to</em> is set to <em>Limited to Sections</em> "
991
+ "and/or <em>Auto-gallery</em> is set to <em>Galleries per Section</em>. Adapt "
992
+ "it to conform with your theme."
993
+ msgstr ""
994
+ "Toto aplikuje <em>Aplikovat na</em> pokud je nastaveno <em>Omezeno na sekce</"
995
+ "em> a/nebo <em>Automatická galerie</em> je nastavena na <em>Galerie pro "
996
+ "sekci</em>. Uzpůsobte pro Vaši šablonu."
997
+
998
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:244
999
+ msgid ""
1000
+ "Examples: If your theme wraps post content in a div with class post, change "
1001
+ "this value to \"div.post\". If you want to include images in a sidebar with "
1002
+ "ID primary, add \", div#primary\" or \"aside#primary\" for html5 themes. If "
1003
+ "you only want to group images in a WordPress gallery together, use \"div."
1004
+ "gallery\". If you want to include images in a sidebar with ID primary, add "
1005
+ "\", #primary\"."
1006
+ msgstr ""
1007
+ "Příklad: Pokud Vaše šablona umisťuje obsah příspěvku do div se třídou "
1008
+ "přípsěvku, změnte tuto hodnotu na \"div.post\". Pokud chcete přidat obrázky "
1009
+ "v bočním panelu s ID, přidejte \", div#primary\" nebo \"aside#primary\" pro "
1010
+ "HTML5 šablony. Pokud chcete pouze seskupit obrázky ve Wordpress galerii "
1011
+ "dohromady, použijte \"div.gallery\". Pokud chcete přidat obrázky z bočního "
1012
+ "panelu s ID, vložte \", #primary\"."
1013
+
1014
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:253
1015
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:254
1016
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:255
1017
+ msgid "Gallery Auto-rotation"
1018
+ msgstr "Galerie automatické otočení"
1019
+
1020
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:257
1021
+ msgid "Auto-rotation uses a fixed 6, 8 or 12 second pause per image."
1022
+ msgstr "Autorotace používá hodnoty 6, 8 nebo 12 sekund pro pauzy mezi obrázky."
languages/easy-fancybox-el_GR.mo ADDED
Binary file
languages/easy-fancybox-el_GR.po ADDED
@@ -0,0 +1,1054 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Copyright (C) 2010 Easy FancyBox
2
+ # This file is distributed under the same license as the Easy FancyBox package.
3
+ # 1 <1>, 2015.
4
+ # 1 <1>, 2015.
5
+ # 1 <1>, 2015.
6
+ # 1 <1>, 2015.
7
+ # 1 <1>, 2015.
8
+ # 1 <1>, 2015.
9
+ # 1 <1>, 2015.
10
+ msgid ""
11
+ msgstr ""
12
+ "Project-Id-Version: Easy FancyBox/1.5\n"
13
+ "Report-Msgid-Bugs-To: \n"
14
+ "POT-Creation-Date: 2015-09-02 12:29+0300\n"
15
+ "PO-Revision-Date: 2015-09-02 14:21+0300\n"
16
+ "Last-Translator: 1 <1>\n"
17
+ "Language-Team: Δημήτρης Καίσαρης\n"
18
+ "Language: el\n"
19
+ "MIME-Version: 1.0\n"
20
+ "Content-Type: text/plain; charset=UTF-8\n"
21
+ "Content-Transfer-Encoding: 8bit\n"
22
+ "Plural-Forms: nplurals=2; plural=(n != 1);\n"
23
+ "X-Generator: Virtaal 0.7.1\n"
24
+ "X-Poedit-KeywordsList: __;_e;_n\n"
25
+ "X-Poedit-Basepath: .\n"
26
+ "X-Poedit-SearchPath-0: ..\n"
27
+ "X-Poedit-SearchPath-1: ../../easy-fancybox-pro\n"
28
+
29
+ #: ../easy-fancybox-settings.php:9 ../easy-fancybox-class.php:597
30
+ msgid "Global settings"
31
+ msgstr "Καθολικές Ρυθμίσεις"
32
+
33
+ #: ../easy-fancybox-settings.php:14
34
+ msgid "Media"
35
+ msgstr "Πολυμέσα"
36
+
37
+ #: ../easy-fancybox-settings.php:20
38
+ msgid "Enable FancyBox for"
39
+ msgstr "Ενεργοποίηση Fancybox για:"
40
+
41
+ #: ../easy-fancybox-settings.php:27 ../easy-fancybox-settings.php:419
42
+ #: ../easy-fancybox-class.php:598
43
+ msgid "Images"
44
+ msgstr "Εικόνες"
45
+
46
+ #: ../easy-fancybox-settings.php:34 ../easy-fancybox-settings.php:682
47
+ #: ../easy-fancybox-class.php:599
48
+ msgid "Inline content"
49
+ msgstr "Περιεχόμενο στη γραμμή"
50
+
51
+ #: ../easy-fancybox-settings.php:41 ../easy-fancybox-settings.php:792
52
+ #: ../easy-fancybox-class.php:600
53
+ msgid "PDF"
54
+ msgstr "PDF"
55
+
56
+ #: ../easy-fancybox-settings.php:48 ../easy-fancybox-settings.php:917
57
+ #: ../easy-fancybox-class.php:601
58
+ msgid "SWF"
59
+ msgstr "SWF"
60
+
61
+ #: ../easy-fancybox-settings.php:55 ../easy-fancybox-settings.php:1011
62
+ msgid "SVG"
63
+ msgstr "SVG"
64
+
65
+ #: ../easy-fancybox-settings.php:62 ../easy-fancybox-settings.php:1106
66
+ #: ../easy-fancybox-class.php:602
67
+ msgid "YouTube"
68
+ msgstr "YouTube"
69
+
70
+ #: ../easy-fancybox-settings.php:69 ../easy-fancybox-settings.php:1214
71
+ #: ../easy-fancybox-class.php:603
72
+ msgid "Vimeo"
73
+ msgstr "Vimeo"
74
+
75
+ #: ../easy-fancybox-settings.php:76 ../easy-fancybox-settings.php:1314
76
+ #: ../easy-fancybox-class.php:604
77
+ msgid "Dailymotion"
78
+ msgstr "Dailymotion"
79
+
80
+ #: ../easy-fancybox-settings.php:83 ../easy-fancybox-settings.php:1440
81
+ #: ../easy-fancybox-class.php:605
82
+ msgid "iFrames"
83
+ msgstr "iFrames"
84
+
85
+ #: ../easy-fancybox-settings.php:86
86
+ msgid ""
87
+ "For advanced options and support, please get the Easy FancyBox - Pro "
88
+ "extension."
89
+ msgstr ""
90
+ "Για προχωρημένες επιλογές και υποστήριξη, παρακαλώ προμηθευτείτε την "
91
+ "επέκταση Easy FancyBox - Pro"
92
+
93
+ #: ../easy-fancybox-settings.php:95
94
+ msgid "Exclude"
95
+ msgstr "Εξαίρεση"
96
+
97
+ #: ../easy-fancybox-settings.php:101
98
+ msgid "Empty (hidden) links"
99
+ msgstr "Κενό (κρυφοί) συνδέσμοι"
100
+
101
+ #: ../easy-fancybox-settings.php:102
102
+ msgid "Without thumbnail image"
103
+ msgstr "Χωρίς μικρογραφία εικόνας"
104
+
105
+ #: ../easy-fancybox-settings.php:109
106
+ msgid "Open on page load"
107
+ msgstr "Άνοιγμα με τη φόρτωση της σελίδας"
108
+
109
+ #: ../easy-fancybox-settings.php:115
110
+ msgid "Link with ID \"fancybox-auto\""
111
+ msgstr "Σύνδεση με ID \"fancybox-auto\""
112
+
113
+ #: ../easy-fancybox-settings.php:118 ../easy-fancybox-settings.php:458
114
+ #: ../easy-fancybox-settings.php:489 ../easy-fancybox-settings.php:516
115
+ #: ../easy-fancybox-settings.php:591 ../easy-fancybox-settings.php:745
116
+ #: ../easy-fancybox-settings.php:772
117
+ msgid "More options &raquo;"
118
+ msgstr "Περισσότερες επιλογές &raquo;"
119
+
120
+ #: ../easy-fancybox-settings.php:125
121
+ msgid ""
122
+ "Include the Metadata jQuery extension script to allow passing custom "
123
+ "parameters via link class."
124
+ msgstr ""
125
+ "Περίληψη της επέκτασης Metadata jQuery για να επιτραπεί το πέρασμα "
126
+ "παραμέτρων μέσω κλάσεων συνδέσμων."
127
+
128
+ #: ../easy-fancybox-settings.php:130 ../easy-fancybox-settings.php:552
129
+ msgid "Overlay"
130
+ msgstr "Επικάλυψη"
131
+
132
+ #: ../easy-fancybox-settings.php:139
133
+ msgid "Show the overlay around content opened in FancyBox."
134
+ msgstr "Προβολή της επικάλυψης γύρω από περιεχόμενο ανοιγμένο στο FancyBox"
135
+
136
+ #: ../easy-fancybox-settings.php:146
137
+ msgid "Close FancyBox when overlay is clicked."
138
+ msgstr "Κλείσιμο του FancyBox όταν πατηθεί η επικάλυψη"
139
+
140
+ #: ../easy-fancybox-settings.php:150
141
+ msgid "Opacity"
142
+ msgstr "Αδιαφάνεια"
143
+
144
+ #: ../easy-fancybox-settings.php:158
145
+ msgid "Value between 0 and 1. "
146
+ msgstr "Τιμή μεταξύ 0 και 1"
147
+
148
+ #: ../easy-fancybox-settings.php:158 ../easy-fancybox-settings.php:167
149
+ #: ../easy-fancybox-settings.php:231 ../easy-fancybox-settings.php:281
150
+ #: ../easy-fancybox-settings.php:332 ../easy-fancybox-settings.php:644
151
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:98
152
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:115
153
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:212
154
+ msgid "Default:"
155
+ msgstr "Προεπιλογή:"
156
+
157
+ #: ../easy-fancybox-settings.php:162
158
+ msgid "Color"
159
+ msgstr "Χρώμα"
160
+
161
+ #: ../easy-fancybox-settings.php:167
162
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:98
163
+ msgid "Enter an HTML color value."
164
+ msgstr "Εισαγωγή HTML τιμής χρώματος."
165
+
166
+ #: ../easy-fancybox-settings.php:175
167
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:71
168
+ msgid "Spotlight effect"
169
+ msgstr "Εφέ προβολέα"
170
+
171
+ #: ../easy-fancybox-settings.php:175 ../easy-fancybox-settings.php:213
172
+ #: ../easy-fancybox-settings.php:244 ../easy-fancybox-settings.php:573
173
+ #: ../easy-fancybox-settings.php:662
174
+ msgid "Make available &raquo;"
175
+ msgstr "Κάνε διαθέσιμο &raquo;"
176
+
177
+ #: ../easy-fancybox-settings.php:180
178
+ msgid "Window"
179
+ msgstr "Παράθυρο"
180
+
181
+ #: ../easy-fancybox-settings.php:186 ../easy-fancybox-settings.php:534
182
+ msgid "Appearance"
183
+ msgstr "Εμφάνιση"
184
+
185
+ #: ../easy-fancybox-settings.php:193
186
+ msgid "Show the (X) close button"
187
+ msgstr "Εμφάνιση του (Χ) κουμπιού κλεισίματος"
188
+
189
+ #: ../easy-fancybox-settings.php:198
190
+ msgid "Background color"
191
+ msgstr "Χρώμα Παρασκηνίου"
192
+
193
+ #: ../easy-fancybox-settings.php:208
194
+ msgid "Text color"
195
+ msgstr "Χρώμα Κειμένου"
196
+
197
+ #: ../easy-fancybox-settings.php:218
198
+ msgid "Title color"
199
+ msgstr "Χρώμα Τίτλου"
200
+
201
+ #: ../easy-fancybox-settings.php:227
202
+ msgid "Border color"
203
+ msgstr "Χρώμα Ορίων"
204
+
205
+ #: ../easy-fancybox-settings.php:231 ../easy-fancybox-settings.php:516
206
+ #: ../easy-fancybox-settings.php:591 ../easy-fancybox-settings.php:772
207
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:181
208
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:187
209
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:198
210
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:226
211
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:300
212
+ msgid "Note:"
213
+ msgstr "Σημείωση:"
214
+
215
+ #: ../easy-fancybox-settings.php:231
216
+ msgid "Use RGBA notation for semi-transparent borders."
217
+ msgstr "Χρησιμοποίηση RGBA επισήμανσης για ημί-διάφανα όρια."
218
+
219
+ #: ../easy-fancybox-settings.php:231 ../easy-fancybox-settings.php:446
220
+ msgid "Example:"
221
+ msgstr "Παράδειγμα:"
222
+
223
+ #: ../easy-fancybox-settings.php:236
224
+ msgid "Border radius"
225
+ msgstr "Διάμετρος Ορίων"
226
+
227
+ #: ../easy-fancybox-settings.php:249
228
+ msgid "Dimensions"
229
+ msgstr "Διαστάσεις"
230
+
231
+ #: ../easy-fancybox-settings.php:281
232
+ msgid ""
233
+ "If content size is not set or cannot be determined automatically, these "
234
+ "default dimensions will be used."
235
+ msgstr ""
236
+ "Αν το μέγεθος του κειμένου δεν έχει οριστεί ή δεν μπορεί να υπολογιστεί "
237
+ "αυτόματα, θα χρησιμοποιηθούν αυτές οι προκαθορισμένες διαστάσεις."
238
+
239
+ #: ../easy-fancybox-settings.php:286 ../easy-fancybox-settings.php:462
240
+ msgid "Behavior"
241
+ msgstr "Συμπεριφορά"
242
+
243
+ #: ../easy-fancybox-settings.php:293
244
+ msgid "Center while scrolling"
245
+ msgstr "Κεντράρισμα κατά την κύλιση"
246
+
247
+ #: ../easy-fancybox-settings.php:300
248
+ msgid "Esc key stroke closes FancyBox"
249
+ msgstr "Πάτημα του Esc κλείνει το FancyBox"
250
+
251
+ #: ../easy-fancybox-settings.php:307
252
+ msgid "Scale large content down to fit in the browser viewport."
253
+ msgstr "Μείωση κλίμακας μεγάλου περιεχομένου για να χωρά στον περιηγητή."
254
+
255
+ #: ../easy-fancybox-settings.php:311
256
+ msgid "Opening speed"
257
+ msgstr "Ταχύτητα ανοίγματος"
258
+
259
+ #: ../easy-fancybox-settings.php:323
260
+ msgid "Closing speed"
261
+ msgstr "Ταχύτητα Κλεισίματος"
262
+
263
+ #: ../easy-fancybox-settings.php:332 ../easy-fancybox-settings.php:644
264
+ msgid "Duration in milliseconds. Higher is slower."
265
+ msgstr "Διάρκεια σε χιλιοδευτερόλεπτα. Υψηλότερα είναι πιο αργό."
266
+
267
+ #: ../easy-fancybox-settings.php:338
268
+ msgid "Miscellaneous"
269
+ msgstr "Διάφορα"
270
+
271
+ #: ../easy-fancybox-settings.php:344
272
+ msgid "Browser & device compatibility"
273
+ msgstr "Συμβατότητα με περιηγητές και συσκευές"
274
+
275
+ #: ../easy-fancybox-settings.php:348
276
+ msgid "Minimum viewport width"
277
+ msgstr "Ελάχιστο πλάτος παραθύρου"
278
+
279
+ #: ../easy-fancybox-settings.php:358
280
+ msgid "(leave empty to ignore)"
281
+ msgstr "(αφήστε κενό για να το αγνοήσει)"
282
+
283
+ #: ../easy-fancybox-settings.php:365
284
+ msgid ""
285
+ "Make media links open in a new tab when viewport falls below minimum width "
286
+ "(above)"
287
+ msgstr ""
288
+ "Κάντε τους συνδέσμους πολυμέσων να ανήγουν σε νέα καρτέλα όταν το παράθυρο "
289
+ "είναι μικρότερο από το ελάχιστο πλάτος (παραπάνω)"
290
+
291
+ #: ../easy-fancybox-settings.php:372
292
+ msgid "Include IE 6 and 7 compatibility style rules"
293
+ msgstr "Περίληψη στυλ κανόνων συμβατότητας για ΙΕ 6 και 7"
294
+
295
+ #: ../easy-fancybox-settings.php:379
296
+ msgid "Include IE 8 compatibility style rules"
297
+ msgstr "Περίληψη στυλ κανόνων συμβατότητας για ΙΕ 8"
298
+
299
+ #: ../easy-fancybox-settings.php:384
300
+ msgid "Theme & plugins compatibility"
301
+ msgstr "Συμβατότητα με Θέματα και Πρόσθετα"
302
+
303
+ #: ../easy-fancybox-settings.php:391
304
+ msgid "Move scripts from footer to theme head section"
305
+ msgstr "Μετακίνηση scripts από το υποσέλιδο στην κεφαλίδα"
306
+
307
+ #: ../easy-fancybox-settings.php:398
308
+ msgid "Do not include standard WordPress jQuery library"
309
+ msgstr "Μη περίληψη της στάνταρ βιβλιοθήκης WordPress jQuery"
310
+
311
+ #: ../easy-fancybox-settings.php:405
312
+ msgid "Use jQuery pre-1.7 compatibility mode"
313
+ msgstr "Χρησιμοποίη κατάστασης συμβατότητας jQuery pre-1.7"
314
+
315
+ #: ../easy-fancybox-settings.php:424
316
+ msgid ""
317
+ "To make images open in an overlay, add their extension to the Autodetect "
318
+ "field or use the class \"fancybox\" for its link. Clear field to switch off "
319
+ "all autodetection."
320
+ msgstr ""
321
+ "Για να κάνετε εικόνες να ανοίξουν σε επικάλυψη, προσθέστε την επέκταση τους "
322
+ "στο πεδίο αυτόματου εντοπισμού ή χρησιμοποιήστε την κλάση \"fancybox\" για το "
323
+ "σύνδεσμο τους. Καθαρίστε το πεδίο για να καταργήσετε τον αυτόματο εντοπισμό."
324
+
325
+ #: ../easy-fancybox-settings.php:439 ../easy-fancybox-settings.php:805
326
+ #: ../easy-fancybox-settings.php:930 ../easy-fancybox-settings.php:1024
327
+ #: ../easy-fancybox-settings.php:1120 ../easy-fancybox-settings.php:1228
328
+ #: ../easy-fancybox-settings.php:1328
329
+ msgid "Autodetect"
330
+ msgstr "Αυτόματος Εντοπισμός"
331
+
332
+ #: ../easy-fancybox-settings.php:450
333
+ msgid "Apply to"
334
+ msgstr "Εφαρμογή σε:"
335
+
336
+ #: ../easy-fancybox-settings.php:455
337
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:115
338
+ msgid "All image links"
339
+ msgstr "Όλοι οι σύνδεσμοι εικόνων"
340
+
341
+ #: ../easy-fancybox-settings.php:466 ../easy-fancybox-settings.php:722
342
+ msgid "Transition In"
343
+ msgstr "Μετάβαση μέσα"
344
+
345
+ #: ../easy-fancybox-settings.php:471 ../easy-fancybox-settings.php:498
346
+ #: ../easy-fancybox-settings.php:727 ../easy-fancybox-settings.php:754
347
+ msgid "Fade"
348
+ msgstr "Ξεθώριασμα"
349
+
350
+ #: ../easy-fancybox-settings.php:472 ../easy-fancybox-settings.php:499
351
+ #: ../easy-fancybox-settings.php:728 ../easy-fancybox-settings.php:755
352
+ msgid "Elastic"
353
+ msgstr "Ελαστική"
354
+
355
+ #: ../easy-fancybox-settings.php:479 ../easy-fancybox-settings.php:735
356
+ msgid "Easing In"
357
+ msgstr "Σταδιακή είσοδος"
358
+
359
+ #: ../easy-fancybox-settings.php:483 ../easy-fancybox-settings.php:510
360
+ #: ../easy-fancybox-settings.php:739 ../easy-fancybox-settings.php:766
361
+ msgid "Linear"
362
+ msgstr "Γραμμικό"
363
+
364
+ #: ../easy-fancybox-settings.php:484 ../easy-fancybox-settings.php:511
365
+ #: ../easy-fancybox-settings.php:740 ../easy-fancybox-settings.php:767
366
+ msgid "Swing"
367
+ msgstr "Κούνημα"
368
+
369
+ #: ../easy-fancybox-settings.php:485 ../easy-fancybox-settings.php:512
370
+ #: ../easy-fancybox-settings.php:741 ../easy-fancybox-settings.php:768
371
+ msgid "easeInBack"
372
+ msgstr "easeInBack"
373
+
374
+ #: ../easy-fancybox-settings.php:486 ../easy-fancybox-settings.php:513
375
+ #: ../easy-fancybox-settings.php:742 ../easy-fancybox-settings.php:769
376
+ msgid "easeOutBack"
377
+ msgstr "easeOutBack"
378
+
379
+ #: ../easy-fancybox-settings.php:493 ../easy-fancybox-settings.php:749
380
+ msgid "Transition Out"
381
+ msgstr "Μετάβαση έξω"
382
+
383
+ #: ../easy-fancybox-settings.php:506 ../easy-fancybox-settings.php:762
384
+ msgid "Easing Out"
385
+ msgstr "Σταδιακή έξοδος"
386
+
387
+ #: ../easy-fancybox-settings.php:516 ../easy-fancybox-settings.php:772
388
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:181
389
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:300
390
+ msgid "Easing effects only apply when Transition is set to Elastic. "
391
+ msgstr ""
392
+ "Τα εφέ σταδιακής εισόδου ισχύουν μόνο όταν η μετάβαση έχει τεθεί Ελαστική"
393
+
394
+ #: ../easy-fancybox-settings.php:523 ../easy-fancybox-settings.php:779
395
+ msgid ""
396
+ "Transparency fade during elastic transition. CAUTION: Use only when at least "
397
+ "Transition In is set to Elastic!"
398
+ msgstr ""
399
+ "Ξεθώριασμα διαφάνειας κατά την ελαστική μετάβαση. ΠΡΟΣΟΧΗ: Χρησιμοποιήστε "
400
+ "μόνο όταν η Mετάβαση Μέσα είναι ορισμένη σε ελαστική!"
401
+
402
+ #: ../easy-fancybox-settings.php:530 ../easy-fancybox-settings.php:786
403
+ msgid "Close FancyBox when content is clicked"
404
+ msgstr "Κλείσιμο του FancyBox όταν πατηθεί το περιεχόμενο"
405
+
406
+ #: ../easy-fancybox-settings.php:541 ../easy-fancybox-settings.php:859
407
+ #: ../easy-fancybox-settings.php:982 ../easy-fancybox-settings.php:1076
408
+ #: ../easy-fancybox-settings.php:1185 ../easy-fancybox-settings.php:1284
409
+ #: ../easy-fancybox-settings.php:1384 ../easy-fancybox-settings.php:1511
410
+ msgid "Show title"
411
+ msgstr "Προβολή τίτλου"
412
+
413
+ #: ../easy-fancybox-settings.php:545 ../easy-fancybox-settings.php:863
414
+ #: ../easy-fancybox-settings.php:986 ../easy-fancybox-settings.php:1080
415
+ #: ../easy-fancybox-settings.php:1189 ../easy-fancybox-settings.php:1288
416
+ #: ../easy-fancybox-settings.php:1388 ../easy-fancybox-settings.php:1515
417
+ msgid "Title Position"
418
+ msgstr "Θέση Τίτλου"
419
+
420
+ #: ../easy-fancybox-settings.php:549 ../easy-fancybox-settings.php:867
421
+ #: ../easy-fancybox-settings.php:990 ../easy-fancybox-settings.php:1084
422
+ #: ../easy-fancybox-settings.php:1193 ../easy-fancybox-settings.php:1292
423
+ #: ../easy-fancybox-settings.php:1392 ../easy-fancybox-settings.php:1519
424
+ msgid "Float"
425
+ msgstr "Αιώρηση"
426
+
427
+ #: ../easy-fancybox-settings.php:550 ../easy-fancybox-settings.php:868
428
+ #: ../easy-fancybox-settings.php:991 ../easy-fancybox-settings.php:1085
429
+ #: ../easy-fancybox-settings.php:1194 ../easy-fancybox-settings.php:1293
430
+ #: ../easy-fancybox-settings.php:1393 ../easy-fancybox-settings.php:1520
431
+ msgid "Outside"
432
+ msgstr "Έξω"
433
+
434
+ #: ../easy-fancybox-settings.php:551 ../easy-fancybox-settings.php:869
435
+ #: ../easy-fancybox-settings.php:992 ../easy-fancybox-settings.php:1086
436
+ #: ../easy-fancybox-settings.php:1195 ../easy-fancybox-settings.php:1294
437
+ #: ../easy-fancybox-settings.php:1394 ../easy-fancybox-settings.php:1521
438
+ msgid "Inside"
439
+ msgstr "Μέσα"
440
+
441
+ #: ../easy-fancybox-settings.php:562 ../easy-fancybox-settings.php:878
442
+ #: ../easy-fancybox-settings.php:1001 ../easy-fancybox-settings.php:1096
443
+ #: ../easy-fancybox-settings.php:1204 ../easy-fancybox-settings.php:1303
444
+ #: ../easy-fancybox-settings.php:1403 ../easy-fancybox-settings.php:1530
445
+ msgid "Allow title from thumbnail alt tag"
446
+ msgstr "Να επιτρέπεται τίτλος από της μικρογραφίας το alt tag"
447
+
448
+ #: ../easy-fancybox-settings.php:566 ../easy-fancybox-settings.php:655
449
+ msgid "Advanced"
450
+ msgstr "Προχωρημένες"
451
+
452
+ #: ../easy-fancybox-settings.php:570
453
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:196
454
+ msgid "Hide/show title on mouse hover action"
455
+ msgstr "Απόκρυψη/εμφάνιση τίτλου όταν ο κέρσορας περνάει από πάνω"
456
+
457
+ #: ../easy-fancybox-settings.php:577
458
+ msgid "Gallery"
459
+ msgstr "Γκαλερί"
460
+
461
+ #: ../easy-fancybox-settings.php:581
462
+ msgid "Autogallery"
463
+ msgstr "Αυτόματη Γκαλερί"
464
+
465
+ #: ../easy-fancybox-settings.php:587
466
+ msgid "WordPress galleries only"
467
+ msgstr "Μόνο WordPress γκαλερίς"
468
+
469
+ #: ../easy-fancybox-settings.php:588
470
+ msgid "All in one gallery"
471
+ msgstr "Όλα σε μια γκαλερί"
472
+
473
+ #: ../easy-fancybox-settings.php:591
474
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:187
475
+ msgid ""
476
+ "When disabled, you can use the rel attribute to manually group image links "
477
+ "together."
478
+ msgstr ""
479
+ "Όταν απενοργοποιημένο, μπορείτε να χρησιμοποιήσετε την ιδιότητα rel για να "
480
+ "ομαδοποιήσετε χειροκίνητα τους συνδέσμους εικόνων."
481
+
482
+ #: ../easy-fancybox-settings.php:598
483
+ msgid "Show the gallery navigation arrows"
484
+ msgstr "Προβολή των βέλων πλοήγησης της γκαλερί"
485
+
486
+ #: ../easy-fancybox-settings.php:605
487
+ msgid "Arrow key strokes browse the gallery"
488
+ msgstr "Πάτημα κουμπιών βέλων για περιήγηση στη γκαλερί"
489
+
490
+ #: ../easy-fancybox-settings.php:612
491
+ msgid ""
492
+ "Include the Mousewheel jQuery extension script to allow gallery browsing by "
493
+ "mousewheel action."
494
+ msgstr ""
495
+ "Περίληψη της επέκτασης Mousewheel jQuery για να επιτρέπεται η περιήγηση των "
496
+ "γκαλερί με το ροδάκι του ποντικιού."
497
+
498
+ #: ../easy-fancybox-settings.php:619
499
+ msgid "Make galleries cyclic, allowing you to keep pressing next/back."
500
+ msgstr ""
501
+ "Κάντε τις γκαλερί κυκλικές, για να μπορείτε να πατάτε επόμενο/προηγούμενο"
502
+
503
+ #: ../easy-fancybox-settings.php:623
504
+ msgid "Change speed"
505
+ msgstr "Αλλαγή ταχύτητας"
506
+
507
+ #: ../easy-fancybox-settings.php:635
508
+ msgid "Fade speed"
509
+ msgstr "Ταχύτητα ξεθωριάσματος"
510
+
511
+ #: ../easy-fancybox-settings.php:651
512
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:185
513
+ msgid "Galleries per Section (below)"
514
+ msgstr "Γκαλερί ανά Τομέα (από κάτω)"
515
+
516
+ #: ../easy-fancybox-settings.php:651
517
+ msgid ""
518
+ "This applies when <em>Apply to</em> is set to <em>Limited to Sections</em> "
519
+ "and/or <em>Autogallery</em> is set to <em>Galleries per Section</em>. Adapt "
520
+ "it to conform with your theme."
521
+ msgstr ""
522
+ "Αυτό ισχύει όταν <em>Εφαρμογή σε</em> έχει οριστεί σε <em>Περιορισμός σε "
523
+ "Τομείς</em> και/ή <em>Autogallery</em> έχει οριστεί σε <em>Γκαλερί ανά "
524
+ "Τομέα</em>. Προσαρμόστε το για να ταιριάζει με το θέμα σας."
525
+
526
+ #: ../easy-fancybox-settings.php:651
527
+ msgid ""
528
+ "Examples: If your theme wraps post content in a div with class post, change "
529
+ "this value to \"div.post\". If you only want to group images in a WordPress "
530
+ "gallery together, use \"div.gallery\". If you want to include images in a "
531
+ "sidebar with ID primary, add \", #primary\"."
532
+ msgstr ""
533
+ "Παραδείγματα: Αν το θέμα σας τυλίγει το περιεχόμενο των δημοσιεύσεων σε μια "
534
+ "div με κλάση post, αλλάχτε αυτήν την τιμή σε \"div.post\". Αν θέλετε μόνο να "
535
+ "ομαδοποιήσετε εικόνες σε μια γκαλερί WordPress, χρησιμοποιήστε "
536
+ "\"div.gallery\". Αν θέλετε να περιλάβετε εικόνες σε μια πλευρική μπάρα με ID "
537
+ "primary, προσθέστε #primary\"."
538
+
539
+ #: ../easy-fancybox-settings.php:651
540
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:198
541
+ msgid ""
542
+ "Hide/show title on mouse hover action works best with Overlay title position."
543
+ msgstr ""
544
+ "Απόκρυψη/εμφάνιση τίτλου όταν ο κέρσορας περνάει από πάνω δουλεύει καλύτερα "
545
+ "με Επικάλυψη θέσης τίτλου"
546
+
547
+ #: ../easy-fancybox-settings.php:651
548
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:226
549
+ msgid "Auto-rotation uses a fixed 3, 6, 9 or 12 second pause per image."
550
+ msgstr ""
551
+ "Η Αυτόματη Περιστροφή χρησιμοποιεί μια σταθερή παύση 3, 6, 9, ή 12 "
552
+ "δευτερολέπτων ανά εικόνα."
553
+
554
+ #: ../easy-fancybox-settings.php:651
555
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:221
556
+ msgid "(3 seconds)"
557
+ msgstr "(3 δευτερόλεπτα)"
558
+
559
+ #: ../easy-fancybox-settings.php:651
560
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:222
561
+ msgid "(6 seconds)"
562
+ msgstr "(6 δευτερόλεπτα)"
563
+
564
+ #: ../easy-fancybox-settings.php:651
565
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:223
566
+ msgid "(9 seconds)"
567
+ msgstr "(9 δευτερόλεπτα)"
568
+
569
+ #: ../easy-fancybox-settings.php:651
570
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:224
571
+ msgid "(12 seconds)"
572
+ msgstr "(12 δευτερόλεπτα)"
573
+
574
+ #: ../easy-fancybox-settings.php:659
575
+ msgid "Slideshow"
576
+ msgstr "Slideshow"
577
+
578
+ #: ../easy-fancybox-settings.php:687
579
+ msgid ""
580
+ "To make inline content open in an overlay, wrap that content in a div with a "
581
+ "unique ID, create a link with target \"#uniqueID\" and give it a class "
582
+ "\"fancybox-inline\" attribute."
583
+ msgstr ""
584
+ "Για να κάνετε γραμμικό περιεχόμενο να ανοίξει σε μια επικάλυψη, τυλίξτε το "
585
+ "περιεχόμενο με μια div με μοναδικό ID, δημιουργήστε ένα σύνδεσμό με στόχο "
586
+ "\"#uniqueID\" και δώστε του μια κλάση με \"fancybox-inline\" ιδιότητα."
587
+
588
+ #: ../easy-fancybox-settings.php:705
589
+ msgid ""
590
+ "Try to adjust size to inline/html content. If unchecked or size cannot be "
591
+ "determined, the default dimensions will be used."
592
+ msgstr ""
593
+ "Προσπαθήστε να προσαρμόσετε το μέγεθος στο γραμμικό/html περιεχόμενο. Αν δεν "
594
+ "ελεγχθεί ή το μέγεθος δεν μπορεί να προσδιοριστεί, θα χρησιμοποιηθούν οι "
595
+ "προκαθορισμένες διαστάσεις."
596
+
597
+ #: ../easy-fancybox-settings.php:709
598
+ msgid "Scrolling"
599
+ msgstr "Κύλιση"
600
+
601
+ #: ../easy-fancybox-settings.php:713
602
+ msgid "Auto"
603
+ msgstr "Αυτόματα"
604
+
605
+ #: ../easy-fancybox-settings.php:714
606
+ msgid "Always"
607
+ msgstr "Πάντα"
608
+
609
+ #: ../easy-fancybox-settings.php:715
610
+ msgid "Never"
611
+ msgstr "Ποτέ"
612
+
613
+ #: ../easy-fancybox-settings.php:718
614
+ msgid "Define scrolling and scrollbar visibility."
615
+ msgstr "Καθορίστε την ορατότητα της κύλισης και της μπάρας κύλισης"
616
+
617
+ #: ../easy-fancybox-settings.php:797
618
+ msgid ""
619
+ "To make any PDF document file open in an overlay, switch on Autodetect or "
620
+ "use the class \"fancybox-pdf\" for its link."
621
+ msgstr ""
622
+ "Για να κάνετε οποιοδήποτε PDF αρχείο να ανοίξει σε επικάλυψη, βγάλτε τον "
623
+ "Αυτόματο Εντοπισμό ή χρησιμοποιήστε την κλάση \"fancybox-pdf\" για το σύνδεσμο "
624
+ "του."
625
+
626
+ #: ../easy-fancybox-settings.php:922
627
+ msgid ""
628
+ "To make any Flash (.swf) file open in an overlay, switch on Autodetect or "
629
+ "use the class \"fancybox-swf\" for its link."
630
+ msgstr ""
631
+ "Για να κάνετε οποιοδήποτε Flash (.swf) αρχείο να ανοίξει σε επικάλυψη, "
632
+ "βγάλτε τον Αυτόματο Εντοπισμό ή χρησιμοποιήστε την κλάση \"fancybox-swf\" για "
633
+ "το σύνδεσμο του."
634
+
635
+ #: ../easy-fancybox-settings.php:1016
636
+ msgid ""
637
+ "To make any SVG (.svg) file open in an overlay, switch on Autodetect or use "
638
+ "the class \"fancybox-svg\" for its link."
639
+ msgstr ""
640
+ "Για να κάνετε οποιοδήποτε SVG (.svg) αρχείο να ανοίξει σε επικάλυψη, βγάλτε "
641
+ "τον Αυτόματο Εντοπισμό ή χρησιμοποιήστε την κλάση \"fancybox-svg\" για το "
642
+ "σύνδεσμο του."
643
+
644
+ #: ../easy-fancybox-settings.php:1111
645
+ msgid ""
646
+ "To make any YouTube movie open in an overlay, switch on Autodetect or use "
647
+ "the class \"fancybox-youtube\" for its link."
648
+ msgstr ""
649
+ "Για να κάνετε οποιοδήποτε Youtube βίντεο να ανοίξει σε επικάλυψη, βγάλτε τον "
650
+ "Αυτόματο Εντοπισμό ή χρησιμοποιήστε την κλάση \"fancybox-youtube\" για το "
651
+ "σύνδεσμο του."
652
+
653
+ #: ../easy-fancybox-settings.php:1129
654
+ msgid "Autodetect Short links"
655
+ msgstr "Αυτόματος Εντοπισμός Short συνδέσμων"
656
+
657
+ #: ../easy-fancybox-settings.php:1219
658
+ msgid ""
659
+ "To make any Vimeo movie open in an overlay, switch on Autodetect or use the "
660
+ "class \"fancybox-vimeo\" for its link."
661
+ msgstr ""
662
+ "Για να κάνετε οποιοδήποτε Vimeo βίντεο να ανοίξει σε επικάλυψη, βγάλτε τον "
663
+ "Αυτόματο Εντοπισμό ή χρησιμοποιήστε την κλάση \"fancybox-vimeo\" για το "
664
+ "σύνδεσμο του."
665
+
666
+ #: ../easy-fancybox-settings.php:1319
667
+ msgid ""
668
+ "To make any Dailymotion movie open in an overlay, switch on Autodetect or "
669
+ "use the class \"fancybox-dailymotion\" for its link."
670
+ msgstr ""
671
+ "Για να κάνετε οποιοδήποτε Dailymotion βίντεο να ανοίξει σε επικάλυψη, βγάλτε "
672
+ "τον Αυτόματο Εντοπισμό ή χρησιμοποιήστε την κλάση \"fancybox-dailymotion\" "
673
+ "για το σύνδεσμο του."
674
+
675
+ #: ../easy-fancybox-settings.php:1445
676
+ msgid ""
677
+ "To make a website or HTML document open in an overlay, use the class "
678
+ "\"fancybox-iframe\" for its link."
679
+ msgstr ""
680
+ "Για να κάνετε μια ιστοσελίδα ή αρχείο HTML να ανοίξει σε επικάλυψη, "
681
+ "χρησιμοποιήστε την κλάση \"fancybox-iframe\" για το σύνδεσμο του."
682
+
683
+ #: ../easy-fancybox-class.php:351
684
+ msgid "Donate to keep the Easy FancyBox plugin development going!"
685
+ msgstr "Δωρίστε για να διατηρηθεί η εξέλιξη του προσθέτου Easy FancyBox!"
686
+
687
+ #: ../easy-fancybox-class.php:351
688
+ #, php-format
689
+ msgid ""
690
+ "The options in this section are provided by the plugin %s and determine the "
691
+ "<strong>Media Lightbox</strong> overlay appearance and behaviour controlled "
692
+ "by %s."
693
+ msgstr ""
694
+ "Οι επιλογές σε αυτόν το τομέα παρέχονται από το πρόσθετο %s και καθορίζουν "
695
+ "την <strong>Media Lightbox</strong> επικάλυψη εμφάνιση και συμπεριφορά "
696
+ "ελεγχόμενα από %s."
697
+
698
+ #: ../easy-fancybox-class.php:351
699
+ msgid "Easy FancyBox"
700
+ msgstr "Easy FancyBox"
701
+
702
+ #: ../easy-fancybox-class.php:351 ../easy-fancybox-class.php:547
703
+ #: ../easy-fancybox-class.php:587
704
+ msgid "FancyBox"
705
+ msgstr "FancyBox"
706
+
707
+ #: ../easy-fancybox-class.php:351
708
+ msgid ""
709
+ "First enable each sub-section that you need. Then save and come back to "
710
+ "adjust its specific settings."
711
+ msgstr ""
712
+ "Πρώτα ενεργοποιήστε όποιον υπό-τομέα χρειάζεστε. Στην συνέχεια σώστε και "
713
+ "ελάτε πίσω για να προσαρμόσετε τις συγκεκριμένες ρυθμίσεις."
714
+
715
+ #: ../easy-fancybox-class.php:351
716
+ msgid ""
717
+ "Note: Each additional sub-section and features like <em>Auto-detection</em>, "
718
+ "<em>Elastic transitions</em> and all <em>Easing effects</em> (except Swing) "
719
+ "will have some extra impact on client-side page speed. Enable only those sub-"
720
+ "sections and options that you actually need on your site."
721
+ msgstr ""
722
+ "Σημείωση: Κάθε επιπλέον υποτομέας και χαρακτηριστικό όπως <em>Αυτόματος "
723
+ "Εντοπισμός</em>, <em>Ελαστικές μεταβάσεις </em> και όλα τα <em>Σταδιακά "
724
+ "εφέ</em> (εκτός από Κούνημα) θα έχουν επίδραση στην της ταχύτητας της "
725
+ "ιστοσελίδας. Ενεργοποιήστε μόνο τους υπό-τομείς που χρειάζεστε στην "
726
+ "ιστοσελίδα σας."
727
+
728
+ #: ../easy-fancybox-class.php:351
729
+ msgid ""
730
+ "Some setting like Transition options are unavailable for SWF video, PDF and "
731
+ "iFrame content to ensure browser compatibility and readability."
732
+ msgstr ""
733
+ "Ορισμένες ρυθμίσεις όπως οι ρυθμίσεις Μετάβασης δεν είναι διαθέσιμες για "
734
+ "βίντεο SWF, PDF και περιεχόμενο iFrame για να διασφαλιστεί η συμβατότητα με "
735
+ "τον περιηγητή και η ευαναγνωστικότητα."
736
+
737
+ #: ../easy-fancybox-class.php:395
738
+ msgid "Checked"
739
+ msgstr "Τσεκαρισμένο"
740
+
741
+ #: ../easy-fancybox-class.php:397
742
+ msgid "Unchecked"
743
+ msgstr "Ατσεκάριστο"
744
+
745
+ #: ../easy-fancybox-class.php:587
746
+ msgid "Easy FancyBox Settings"
747
+ msgstr "Ρυθμίσεις Easy FancyBox"
748
+
749
+ #: ../easy-fancybox-class.php:596
750
+ msgid "Sections"
751
+ msgstr "Τομείς"
752
+
753
+ #: ../easy-fancybox-class.php:633
754
+ msgid "Support"
755
+ msgstr "Υποστήριξη"
756
+
757
+ #: ../easy-fancybox-class.php:634
758
+ msgid "Resources"
759
+ msgstr "Πόροι"
760
+
761
+ #: ../easy-fancybox-class.php:636
762
+ msgid "Credits"
763
+ msgstr "Πιστώσεις"
764
+
765
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:46
766
+ msgid ""
767
+ "Thank you for purchasing the Easy FancyBox - Pro extension. New options are "
768
+ "available."
769
+ msgstr ""
770
+ "Ευχαριστώ που αγοράσατε την επέκταση Easy FancyBox - Pro. Νέες επιλογές "
771
+ "είναι διαθέσιμες."
772
+
773
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:46
774
+ msgid "Get support here."
775
+ msgstr "Βρείτε υποστήριξη εδώ"
776
+
777
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:52
778
+ msgid "First Image link"
779
+ msgstr "Πρώτος Σύνδεσμος Εικόνας"
780
+
781
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:53
782
+ msgid "First PDF link"
783
+ msgstr "Πρώτος σύνδεσμος PDF"
784
+
785
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:54
786
+ msgid "First SWF link"
787
+ msgstr "Πρώτος σύνδεσμος SWF"
788
+
789
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:55
790
+ msgid "First SVG link"
791
+ msgstr "Πρώτος σύνδεσμος SVG"
792
+
793
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:56
794
+ msgid "First YouTube link "
795
+ msgstr "Πρώτος σύνδεσμος YouTube"
796
+
797
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:57
798
+ msgid "First Vimeo link "
799
+ msgstr "Πρώτος σύνδεσμος Vimeo"
800
+
801
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:58
802
+ msgid "First Dailymotion link "
803
+ msgstr "Πρώτος σύνδεσμος Dailymotion"
804
+
805
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:59
806
+ msgid "First iFrame link"
807
+ msgstr "Πρώτος σύνδεσμος iFrame"
808
+
809
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:60
810
+ msgid "First of any link"
811
+ msgstr "Πρώτος σύνδεσμος γενικά"
812
+
813
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:103
814
+ msgid "Set a border radius to create rounded corners. Higher is rounder."
815
+ msgstr ""
816
+ "Ορίστε την ακτίνα των ορίων για να δημιουργήσετε κυκλικές γωνίες. Μεγαλύτερη "
817
+ "ακτίνα είναι πιο κυκλικό. "
818
+
819
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:113
820
+ msgid "Links inside Section(s) only (below)"
821
+ msgstr "Σύνδεσμοι μόνο μέσα σε Τομείς (από κάτω)"
822
+
823
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:119
824
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:152
825
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:238
826
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:271
827
+ msgid "easeInQuad"
828
+ msgstr "easeInQuad"
829
+
830
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:120
831
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:153
832
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:239
833
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:272
834
+ msgid "easeOutQuad"
835
+ msgstr "easeOutQuad"
836
+
837
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:121
838
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:154
839
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:240
840
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:273
841
+ msgid "easeInOutQuad"
842
+ msgstr "easeInOutQuad"
843
+
844
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:122
845
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:155
846
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:241
847
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:274
848
+ msgid "easeInCubic"
849
+ msgstr "easeInCubic"
850
+
851
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:123
852
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:156
853
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:242
854
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:275
855
+ msgid "easeOutCubic"
856
+ msgstr "easeOutCubic"
857
+
858
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:124
859
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:157
860
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:243
861
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:276
862
+ msgid "easeInOutCubic"
863
+ msgstr "easeInOutCubic"
864
+
865
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:125
866
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:158
867
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:244
868
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:277
869
+ msgid "easeInQuart"
870
+ msgstr "easeInQuart"
871
+
872
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:126
873
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:159
874
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:245
875
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:278
876
+ msgid "easeOutQuart"
877
+ msgstr "easeOutQuart"
878
+
879
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:127
880
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:160
881
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:246
882
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:279
883
+ msgid "easeInOutQuart"
884
+ msgstr "easeInOutQuart"
885
+
886
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:128
887
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:161
888
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:247
889
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:280
890
+ msgid "easeInQuint"
891
+ msgstr "easeInQuint"
892
+
893
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:129
894
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:162
895
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:248
896
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:281
897
+ msgid "easeOutQuint"
898
+ msgstr "easeOutQuint"
899
+
900
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:130
901
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:163
902
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:249
903
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:282
904
+ msgid "easeInOutQuint"
905
+ msgstr "easeInOutQuint"
906
+
907
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:131
908
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:164
909
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:250
910
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:283
911
+ msgid "easeInSine"
912
+ msgstr "easeInSine"
913
+
914
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:132
915
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:165
916
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:251
917
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:284
918
+ msgid "easeOutSine"
919
+ msgstr "easeOutSine"
920
+
921
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:133
922
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:166
923
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:252
924
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:285
925
+ msgid "easeInOutSine"
926
+ msgstr "easeInOutSine"
927
+
928
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:134
929
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:167
930
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:253
931
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:286
932
+ msgid "easeInExpo"
933
+ msgstr "easeInExpo"
934
+
935
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:135
936
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:168
937
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:254
938
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:287
939
+ msgid "easeOutExpo"
940
+ msgstr "easeOutExpo"
941
+
942
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:136
943
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:169
944
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:255
945
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:288
946
+ msgid "easeInOutExpo"
947
+ msgstr "easeInOutExpo"
948
+
949
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:137
950
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:170
951
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:256
952
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:289
953
+ msgid "easeInCirc"
954
+ msgstr "easeInCirc"
955
+
956
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:138
957
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:171
958
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:257
959
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:290
960
+ msgid "easeOutCirc"
961
+ msgstr "easeOutCirc"
962
+
963
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:139
964
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:172
965
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:258
966
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:291
967
+ msgid "easeInOutCirc"
968
+ msgstr "easeInOutCirc"
969
+
970
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:140
971
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:173
972
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:259
973
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:292
974
+ msgid "easeInElastic"
975
+ msgstr "easeInElastic"
976
+
977
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:141
978
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:174
979
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:260
980
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:293
981
+ msgid "easeOutElastic"
982
+ msgstr "easeOutElastic"
983
+
984
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:142
985
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:175
986
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:261
987
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:294
988
+ msgid "easeInOutElastic"
989
+ msgstr "easeInOutElastic"
990
+
991
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:143
992
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:176
993
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:262
994
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:295
995
+ msgid "easeInOutBack"
996
+ msgstr "easeInOutBack"
997
+
998
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:144
999
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:177
1000
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:263
1001
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:296
1002
+ msgid "easeInBounce"
1003
+ msgstr "easeInBounce"
1004
+
1005
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:145
1006
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:178
1007
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:264
1008
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:297
1009
+ msgid "easeOutBounce"
1010
+ msgstr "easeOutBounce"
1011
+
1012
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:146
1013
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:179
1014
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:265
1015
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:298
1016
+ msgid "easeInOutBounce"
1017
+ msgstr "easeInOutBounce"
1018
+
1019
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:206
1020
+ msgid "Section(s)"
1021
+ msgstr "Τομείς"
1022
+
1023
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:212
1024
+ msgid ""
1025
+ "This applies when <em>Apply to</em> is set to <em>Limited to Sections</em> "
1026
+ "and/or <em>Auto-gallery</em> is set to <em>Galleries per Section</em>. Adapt "
1027
+ "it to conform with your theme."
1028
+ msgstr ""
1029
+ "Αυτό ισχύει όταν <em>Εφαρμογή σε</em> έχει οριστεί σε <em>Περιορισμός σε "
1030
+ "Τομείς</em> και/ή <em>Autogallery</em> έχει οριστεί σε <em>Γκαλερί ανά "
1031
+ "Τομέα</em>. Προσαρμόστε το για να ταιριάζει με το θέμα σας."
1032
+
1033
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:212
1034
+ #, fuzzy
1035
+ msgid ""
1036
+ "Examples: If your theme wraps post content in a div with class post, change "
1037
+ "this value to \"div.post\". If you want to include images in a sidebar with "
1038
+ "ID primary, add \", div#primary\" or \"aside#primary\" for html5 themes. If "
1039
+ "you only want to group images in a WordPress gallery together, use \"div."
1040
+ "gallery\". If you want to include images in a sidebar with ID primary, add "
1041
+ "\", #primary\"."
1042
+ msgstr ""
1043
+ "Παραδείγματα:Αν το θέμα σας τυλίγει το περιεχόμενο των δημοσιεύσεων σε μια "
1044
+ "div με κλάση post, αλλάχτε αυτήν την τιμή σε \"div.post\". Αν θέλετε μόνο να "
1045
+ "ομαδοποιήσετε εικόνες σε μια γκαλερί WordPress, χρησιμοποιήστε "
1046
+ "\"div.gallery\". Αν θέλετε να περιλάβετε εικόνες σε μια πλευρική μπάρα με ID "
1047
+ "primary, προσθέστε #primary\"."
1048
+
1049
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:221
1050
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:222
1051
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:223
1052
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:224
1053
+ msgid "Gallery Auto-rotation"
1054
+ msgstr "Αυτόματη Περιστροφή Γκαλερί"
easy-fancybox-es_ES.mo → languages/easy-fancybox-es_ES.mo RENAMED
File without changes
languages/easy-fancybox-es_ES.po ADDED
@@ -0,0 +1,526 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: 2011-07-28 11:44+0100\n"
12
+ "Last-Translator: David <david@closemarketing.es>\n"
13
+ "Language-Team: Closemarketing <david@closemarketing.es>\n"
14
+ "X-Poedit-Language: Spanish\n"
15
+ "X-Poedit-Country: SPAIN\n"
16
+ "X-Poedit-SourceCharset: utf-8\n"
17
+
18
+ #: easy-fancybox.php:266
19
+ msgid "Donate to Easy FancyBox plugin development with PayPal - it's fast, free and secure!"
20
+ msgstr "Realizar donación al desarrollo del plugin Easy FancyBox con PayPal. La forma más rápida, segura y gratuita!"
21
+
22
+ #: easy-fancybox.php:266
23
+ msgid "The options in this section are provided by the plugin <strong><a href=\"http://4visions.nl/en/wordpress-plugins/easy-fancybox/\">Easy FancyBox</a></strong> and determine the <strong>Media Lightbox</strong> overlay appearance and behaviour controlled by <strong><a href=\"http://fancybox.net/\">FancyBox</a></strong>."
24
+ msgstr "Estas opciones provienen del plugin <strong><a href=\"http://4visions.nl/en/wordpress-plugins/easy-fancybox/\">Easy FancyBox</a></strong> y de<strong>Media Lightbox</strong>. El diseño y y comportamiento está realizado por <strong><a href=\"http://fancybox.net/\">FancyBox</a></strong>."
25
+
26
+ #: easy-fancybox.php:266
27
+ msgid "First enable each sub-section that you need. Then save and come back to adjust its specific settings."
28
+ msgstr "Primero habilita cada sub-sección que necesites. Después graba y vuelve a la página anterior para ajustar sus opciones específicas."
29
+
30
+ #: easy-fancybox.php:266
31
+ 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."
32
+ msgstr "Nota: Cada sección adicional y funcionalidades como <em>Auto-detectar</em>, <em>Transiciones Elásticas</em> y todos los <em>Efectos Easing</em> (excepto Swing) tendrán un impacto sobre la velocidad en la parte pública. Habilita sólo aquellas secciones y opciones que realmente necesitas para tu web."
33
+
34
+ #: easy-fancybox.php:266
35
+ msgid "Some setting like Transition options are unavailable for SWF video, PDF and iFrame content to ensure browser compatibility and readability."
36
+ msgstr "Alguna opción como la Transición no están disponibles para contenidos de Video SWF, PDF e iFrame para asegurar compatibilidad y lectura."
37
+
38
+ #: easy-fancybox.php:308
39
+ msgid "Checked"
40
+ msgstr "Marcado"
41
+
42
+ #: easy-fancybox.php:310
43
+ msgid "Unchecked"
44
+ msgstr "No marcado"
45
+
46
+ #: easy-fancybox.php:362
47
+ msgid "FancyBox"
48
+ msgstr "FancyBox"
49
+
50
+ #: easy-fancybox-settings.php:6
51
+ msgid "Global settings"
52
+ msgstr "Opciones Generales"
53
+
54
+ #: easy-fancybox-settings.php:15
55
+ msgid "Enable FancyBox for"
56
+ msgstr "Habilitar FancyBox para"
57
+
58
+ #: easy-fancybox-settings.php:24
59
+ #: easy-fancybox-settings.php:316
60
+ msgid "Images & Inline content"
61
+ msgstr "Imágenes y contenido"
62
+
63
+ #: easy-fancybox-settings.php:31
64
+ #: easy-fancybox-settings.php:489
65
+ msgid "PDF"
66
+ msgstr "PDF"
67
+
68
+ #: easy-fancybox-settings.php:38
69
+ #: easy-fancybox-settings.php:606
70
+ msgid "SWF"
71
+ msgstr "SWF"
72
+
73
+ #: easy-fancybox-settings.php:45
74
+ #: easy-fancybox-settings.php:697
75
+ msgid "YouTube"
76
+ msgstr "YouTube"
77
+
78
+ #: easy-fancybox-settings.php:52
79
+ #: easy-fancybox-settings.php:800
80
+ msgid "Vimeo"
81
+ msgstr "Vimeo"
82
+
83
+ #: easy-fancybox-settings.php:59
84
+ #: easy-fancybox-settings.php:895
85
+ msgid "Dailymotion"
86
+ msgstr "Dailymotion"
87
+
88
+ #: easy-fancybox-settings.php:66
89
+ #: easy-fancybox-settings.php:1016
90
+ msgid "iFrames"
91
+ msgstr "iFrames"
92
+
93
+ #: easy-fancybox-settings.php:71
94
+ msgid "Links"
95
+ msgstr "Enlaces"
96
+
97
+ #: easy-fancybox-settings.php:81
98
+ msgid "Exclude"
99
+ msgstr "Excluir"
100
+
101
+ #: easy-fancybox-settings.php:86
102
+ #: easy-fancybox-settings.php:100
103
+ #: easy-fancybox-settings.php:295
104
+ #: easy-fancybox-settings.php:383
105
+ #: easy-fancybox-settings.php:411
106
+ msgid "None"
107
+ msgstr "Ninuno"
108
+
109
+ #: easy-fancybox-settings.php:87
110
+ msgid "Empty (hidden) links"
111
+ msgstr "Enlaces Vacíos (ocultos) "
112
+
113
+ #: easy-fancybox-settings.php:88
114
+ msgid "Without thumbnail image"
115
+ msgstr "Sin imagen miniatura"
116
+
117
+ #: easy-fancybox-settings.php:95
118
+ msgid "Auto-open"
119
+ msgstr "Apertura automática"
120
+
121
+ #: easy-fancybox-settings.php:101
122
+ msgid "Link with ID \"fancybox-auto\""
123
+ msgstr "Enlace con ID \"fancybox-auto\""
124
+
125
+ #: easy-fancybox-settings.php:102
126
+ msgid "First Image link"
127
+ msgstr "Enlace primera imagen"
128
+
129
+ #: easy-fancybox-settings.php:103
130
+ msgid "First PDF link"
131
+ msgstr "Enlace primer PDF"
132
+
133
+ #: easy-fancybox-settings.php:104
134
+ msgid "First SWF link"
135
+ msgstr "Enlace primer SWF"
136
+
137
+ #: easy-fancybox-settings.php:105
138
+ msgid "First YouTube link "
139
+ msgstr "Enlace primer Youtube"
140
+
141
+ #: easy-fancybox-settings.php:106
142
+ msgid "First Vimeo link "
143
+ msgstr "Enlace primer Vimeo"
144
+
145
+ #: easy-fancybox-settings.php:107
146
+ msgid "First Dailymotion link "
147
+ msgstr "Enlace primer Dailymotion"
148
+
149
+ #: easy-fancybox-settings.php:108
150
+ msgid "First iFrame link"
151
+ msgstr "Enlace primer iFrame"
152
+
153
+ #: easy-fancybox-settings.php:109
154
+ msgid "First of any link"
155
+ msgstr "Primer Enlace"
156
+
157
+ #: easy-fancybox-settings.php:117
158
+ #: easy-fancybox-settings.php:452
159
+ msgid "Overlay"
160
+ msgstr "Superponer"
161
+
162
+ #: easy-fancybox-settings.php:125
163
+ msgid "Show the overlay around content opened in FancyBox."
164
+ msgstr "Mostrar la superposición cerca del contenido abierto en Fancybox."
165
+
166
+ #: easy-fancybox-settings.php:132
167
+ msgid "Spotlight effect."
168
+ msgstr "Efecto Spotlight."
169
+
170
+ #: easy-fancybox-settings.php:136
171
+ #: easy-fancybox-settings.php:227
172
+ msgid "Opacity"
173
+ msgstr "Opacidad"
174
+
175
+ #: easy-fancybox-settings.php:141
176
+ msgid "Value between 0 and 1. "
177
+ msgstr "Valor entre 0 y 1."
178
+
179
+ #: easy-fancybox-settings.php:141
180
+ #: easy-fancybox-settings.php:150
181
+ #: easy-fancybox-settings.php:188
182
+ #: easy-fancybox-settings.php:232
183
+ #: easy-fancybox-settings.php:283
184
+ #: easy-fancybox-settings.php:332
185
+ #: easy-fancybox-settings.php:345
186
+ #: easy-fancybox-settings.php:369
187
+ msgid "Default:"
188
+ msgstr "Por defecto:"
189
+
190
+ #: easy-fancybox-settings.php:145
191
+ #: easy-fancybox-settings.php:192
192
+ msgid "Color"
193
+ msgstr "Color"
194
+
195
+ #: easy-fancybox-settings.php:150
196
+ msgid "Enter an HTML color value."
197
+ msgstr "Introduce un valor HTML para el color."
198
+
199
+ #: easy-fancybox-settings.php:156
200
+ msgid "Window"
201
+ msgstr "Ventana"
202
+
203
+ #: easy-fancybox-settings.php:162
204
+ msgid "Size"
205
+ msgstr "Tamaño"
206
+
207
+ #: easy-fancybox-settings.php:166
208
+ #: easy-fancybox-settings.php:517
209
+ #: easy-fancybox-settings.php:634
210
+ #: easy-fancybox-settings.php:735
211
+ #: easy-fancybox-settings.php:829
212
+ #: easy-fancybox-settings.php:924
213
+ #: easy-fancybox-settings.php:1036
214
+ msgid "Width"
215
+ msgstr "Ancho"
216
+
217
+ #: easy-fancybox-settings.php:175
218
+ #: easy-fancybox-settings.php:526
219
+ #: easy-fancybox-settings.php:644
220
+ #: easy-fancybox-settings.php:744
221
+ #: easy-fancybox-settings.php:838
222
+ #: easy-fancybox-settings.php:933
223
+ #: easy-fancybox-settings.php:1045
224
+ msgid "Height"
225
+ msgstr "Altura"
226
+
227
+ #: easy-fancybox-settings.php:183
228
+ #: easy-fancybox-settings.php:207
229
+ #: easy-fancybox-settings.php:534
230
+ #: easy-fancybox-settings.php:653
231
+ #: easy-fancybox-settings.php:752
232
+ #: easy-fancybox-settings.php:846
233
+ #: easy-fancybox-settings.php:941
234
+ #: easy-fancybox-settings.php:1053
235
+ msgid "Border"
236
+ msgstr "Borde"
237
+
238
+ #: easy-fancybox-settings.php:197
239
+ msgid "Background"
240
+ msgstr "Fondo"
241
+
242
+ #: easy-fancybox-settings.php:217
243
+ msgid "Text"
244
+ msgstr "Texto"
245
+
246
+ #: easy-fancybox-settings.php:236
247
+ msgid "Behavior"
248
+ msgstr "Comportamiento"
249
+
250
+ #: easy-fancybox-settings.php:242
251
+ msgid "Center while scrolling"
252
+ msgstr "Centrar mientras haces scroll"
253
+
254
+ #: easy-fancybox-settings.php:248
255
+ msgid "Show the (X) close button"
256
+ msgstr "Mostrar el botón cerrar (X) "
257
+
258
+ #: easy-fancybox-settings.php:254
259
+ msgid "Show the gallery navigation arrows"
260
+ msgstr "Mostrar navegación de la galería"
261
+
262
+ #: easy-fancybox-settings.php:262
263
+ msgid "Opening speed"
264
+ msgstr "Velocidad apertura"
265
+
266
+ #: easy-fancybox-settings.php:270
267
+ msgid "Closing speed"
268
+ msgstr "Velocidad cierre"
269
+
270
+ #: easy-fancybox-settings.php:278
271
+ msgid "Fade speed"
272
+ msgstr "Velocidad transición"
273
+
274
+ #: easy-fancybox-settings.php:283
275
+ msgid "Duration in milliseconds. Higher is slower."
276
+ msgstr "Duración en milisegundos. Valor mayor es más lento."
277
+
278
+ #: easy-fancybox-settings.php:291
279
+ msgid "Advanced"
280
+ msgstr "Avanzado"
281
+
282
+ #: easy-fancybox-settings.php:296
283
+ msgid "Hide/show title on mouse hover action"
284
+ msgstr "Ocultar / Mostrar título cuando puntero está encima"
285
+
286
+ #: easy-fancybox-settings.php:297
287
+ msgid "Gallery Auto-rotation"
288
+ msgstr "Auto-rotación Galería"
289
+
290
+ #: easy-fancybox-settings.php:304
291
+ msgid "Note: Hide/show title on mouse hover action works best with Overlay title position. Auto-rotation uses a fixed 5 second pause per image."
292
+ msgstr "Nota: Mostrar / ocultar título al posicionar el ratón funciona mejor con la posición del Título Superpuesto. Auto-rotación utiliza una pausa fija de 5 segundos por imagen."
293
+
294
+ #: easy-fancybox-settings.php:321
295
+ msgid "To make images open in an overlay, add their extension to the auto-detect field or use the class \"fancybox\" for its link. Clear field to switch off auto-enabling."
296
+ msgstr "Para hacer que las imágenes se superpongan, añade su extensión en el campo auto-detectar o usa la clase \"fancybox\" para dicho enlace. Deja vacío el campo para desactivarlo."
297
+
298
+ #: easy-fancybox-settings.php:325
299
+ #: easy-fancybox-settings.php:502
300
+ #: easy-fancybox-settings.php:619
301
+ #: easy-fancybox-settings.php:711
302
+ #: easy-fancybox-settings.php:814
303
+ #: easy-fancybox-settings.php:909
304
+ msgid "Auto-detect"
305
+ msgstr "Auto-detectar"
306
+
307
+ #: easy-fancybox-settings.php:336
308
+ msgid "Apply to"
309
+ msgstr "Aplicar a"
310
+
311
+ #: easy-fancybox-settings.php:341
312
+ msgid "All image links"
313
+ msgstr "Todos los enlaces de imagen"
314
+
315
+ #: easy-fancybox-settings.php:342
316
+ msgid "Links inside Section(s) only (below)"
317
+ msgstr "Enlaces dentro de las Secciones sólo (abajo)"
318
+
319
+ #: easy-fancybox-settings.php:349
320
+ msgid "Auto-gallery"
321
+ msgstr "Galería autogenerada"
322
+
323
+ #: easy-fancybox-settings.php:354
324
+ msgid "Disabled"
325
+ msgstr "Deshabilitado"
326
+
327
+ #: easy-fancybox-settings.php:355
328
+ msgid "Galleries per Section (below)"
329
+ msgstr "Galerías por sección (abajo)"
330
+
331
+ #: easy-fancybox-settings.php:356
332
+ msgid "All in one gallery"
333
+ msgstr "Todo en una galería"
334
+
335
+ #: easy-fancybox-settings.php:359
336
+ msgid "When disabled, you can use the rel attribute to manually group image links together."
337
+ msgstr "Cuando está desactivado, puedes usar el atributo rel manualmente para agrupar los enlaces de las imágenes."
338
+
339
+ #: easy-fancybox-settings.php:363
340
+ msgid "Section(s)"
341
+ msgstr "Sección / Secciones"
342
+
343
+ #: easy-fancybox-settings.php:369
344
+ msgid "This applies when <em>Apply to</em> is set to <em>Limited to Sections</em> and/or <em>Auto-gallery</em> is set to <em>Galleries per Section</em>. Adapt it to conform with your theme."
345
+ msgstr "Esto se aplica cuando <em>Usar en</em> está seleccionado para <em>Secciones limitadas</em> y/o <em>Auto-galería</em> que se configura en <em>Galerías por Sección</em>. Configúralo en tu Plantilla."
346
+
347
+ #: easy-fancybox-settings.php:369
348
+ msgid "Examples: If your theme wraps post content in a div with class post, change this value to \"div.post\". If you want to include images in a sidebar with ID primary, add \", div#primary\" or \"aside#primary\" for html5 themes."
349
+ msgstr "Ejemplos: Si tu Tema recoge contenido de las entradas en un div con clase de entrada, cambia este valor a \"div.post\". Si quieres incluir imágenes en el sidebar con una ID, añade \", div#primary\" or \"aside#primary\" para plantillas con HTML5."
350
+
351
+ #: easy-fancybox-settings.php:377
352
+ msgid "Transition In"
353
+ msgstr "Transición dentro"
354
+
355
+ #: easy-fancybox-settings.php:381
356
+ #: easy-fancybox-settings.php:409
357
+ msgid "Fade"
358
+ msgstr "Desvanecer"
359
+
360
+ #: easy-fancybox-settings.php:382
361
+ #: easy-fancybox-settings.php:410
362
+ msgid "Elastic"
363
+ msgstr "Elasticidad"
364
+
365
+ #: easy-fancybox-settings.php:390
366
+ msgid "Easing In"
367
+ msgstr "Easing In"
368
+
369
+ #: easy-fancybox-settings.php:394
370
+ #: easy-fancybox-settings.php:422
371
+ msgid "Linear"
372
+ msgstr "Linear"
373
+
374
+ #: easy-fancybox-settings.php:395
375
+ #: easy-fancybox-settings.php:423
376
+ msgid "Swing"
377
+ msgstr "Swing"
378
+
379
+ #: easy-fancybox-settings.php:396
380
+ #: easy-fancybox-settings.php:424
381
+ msgid "Back"
382
+ msgstr "Atrás"
383
+
384
+ #: easy-fancybox-settings.php:397
385
+ #: easy-fancybox-settings.php:425
386
+ msgid "Quad"
387
+ msgstr "Quad"
388
+
389
+ #: easy-fancybox-settings.php:398
390
+ #: easy-fancybox-settings.php:426
391
+ msgid "Expo"
392
+ msgstr "Expo"
393
+
394
+ #: easy-fancybox-settings.php:405
395
+ msgid "Transition Out"
396
+ msgstr "Transición salida"
397
+
398
+ #: easy-fancybox-settings.php:418
399
+ msgid "Easing Out"
400
+ msgstr "Easing Out"
401
+
402
+ #: easy-fancybox-settings.php:429
403
+ msgid "Easing effects only apply when Transition is set to Elastic. "
404
+ msgstr "Los efectos Easing sólo se aplican cuando la transición es Elastic."
405
+
406
+ #: easy-fancybox-settings.php:435
407
+ msgid "Transparency fade during elastic transition."
408
+ msgstr "Transición transparencia durante la transición Elastic."
409
+
410
+ #: easy-fancybox-settings.php:441
411
+ #: easy-fancybox-settings.php:549
412
+ #: easy-fancybox-settings.php:668
413
+ #: easy-fancybox-settings.php:767
414
+ #: easy-fancybox-settings.php:861
415
+ #: easy-fancybox-settings.php:956
416
+ #: easy-fancybox-settings.php:1071
417
+ msgid "Show title"
418
+ msgstr "Mostrar título"
419
+
420
+ #: easy-fancybox-settings.php:445
421
+ #: easy-fancybox-settings.php:553
422
+ #: easy-fancybox-settings.php:672
423
+ #: easy-fancybox-settings.php:771
424
+ #: easy-fancybox-settings.php:865
425
+ #: easy-fancybox-settings.php:960
426
+ #: easy-fancybox-settings.php:1075
427
+ msgid "Title Position"
428
+ msgstr "Posición Título"
429
+
430
+ #: easy-fancybox-settings.php:449
431
+ #: easy-fancybox-settings.php:557
432
+ #: easy-fancybox-settings.php:676
433
+ #: easy-fancybox-settings.php:775
434
+ #: easy-fancybox-settings.php:869
435
+ #: easy-fancybox-settings.php:964
436
+ #: easy-fancybox-settings.php:1079
437
+ msgid "Float"
438
+ msgstr "Float"
439
+
440
+ #: easy-fancybox-settings.php:450
441
+ #: easy-fancybox-settings.php:558
442
+ #: easy-fancybox-settings.php:677
443
+ #: easy-fancybox-settings.php:776
444
+ #: easy-fancybox-settings.php:870
445
+ #: easy-fancybox-settings.php:965
446
+ #: easy-fancybox-settings.php:1080
447
+ msgid "Outside"
448
+ msgstr "Fuera"
449
+
450
+ #: easy-fancybox-settings.php:451
451
+ #: easy-fancybox-settings.php:559
452
+ #: easy-fancybox-settings.php:678
453
+ #: easy-fancybox-settings.php:777
454
+ #: easy-fancybox-settings.php:871
455
+ #: easy-fancybox-settings.php:966
456
+ #: easy-fancybox-settings.php:1081
457
+ msgid "Inside"
458
+ msgstr "Dentro"
459
+
460
+ #: easy-fancybox-settings.php:461
461
+ #: easy-fancybox-settings.php:568
462
+ #: easy-fancybox-settings.php:687
463
+ #: easy-fancybox-settings.php:786
464
+ #: easy-fancybox-settings.php:880
465
+ #: easy-fancybox-settings.php:975
466
+ #: easy-fancybox-settings.php:1090
467
+ msgid "Allow title from thumbnail alt tag"
468
+ msgstr "Permitir título miniautra de la etiqueta ALT"
469
+
470
+ #: easy-fancybox-settings.php:494
471
+ msgid "To make any PDF document file open in an overlay, switch on auto-detect or use the class \"fancybox-pdf\" for its link."
472
+ msgstr "Para hacer que se muestre un PDF superpuesto, utiliza \"fancybox-pdf\" para ese enlace."
473
+
474
+ #: easy-fancybox-settings.php:494
475
+ #: easy-fancybox-settings.php:611
476
+ #: easy-fancybox-settings.php:702
477
+ #: easy-fancybox-settings.php:805
478
+ #: easy-fancybox-settings.php:900
479
+ #: easy-fancybox-settings.php:1021
480
+ msgid "Adjust its specific settings below."
481
+ msgstr "Ajustar las Opciones especiales abajo."
482
+
483
+ #: easy-fancybox-settings.php:611
484
+ msgid "To make any Flash (.swf) file open in an overlay, switch on auto-detect or use the class \"fancybox-swf\" for its link."
485
+ msgstr "Para hacer que se muestre un SWF Flash superpuesto, utiliza \"fancybox-swf\" para ese enlace."
486
+
487
+ #: easy-fancybox-settings.php:702
488
+ msgid "To make any YouTube movie open in an overlay, switch on auto-detect or use the class \"fancybox-youtube\" for its link."
489
+ msgstr "Para hacer que se muestre un video Vimeo superpuesto, activa auto-detectar o utiliza la clase \"fancybox-youtube\" para ese enlace."
490
+
491
+ #: easy-fancybox-settings.php:720
492
+ msgid "Auto-detect Short links"
493
+ msgstr "Auto-detectar Enlaces cortos"
494
+
495
+ #: easy-fancybox-settings.php:805
496
+ msgid "To make any Vimeo movie open in an overlay, switch on auto-detect or use the class \"fancybox-vimeo\" for its link."
497
+ msgstr "Para hacer que se muestre un video Vimeo superpuesto, activa auto-detectar o utiliza la clase \"fancybox-vimeo\" para ese enlace."
498
+
499
+ #: easy-fancybox-settings.php:900
500
+ msgid "To make any Dailymotion movie open in an overlay, switch on auto-detect or use the class \"fancybox-dailymotion\" for its link."
501
+ msgstr "Para hacer que la película de Dailymotion empiece en la superposición, habilita auto-detectar o utiliza la clase \"fancybox-dailymotion\" para su enlace."
502
+
503
+ #: easy-fancybox-settings.php:1021
504
+ msgid "To make a website or HTML document open in an overlay, use the class \"fancybox-iframe\" for its link."
505
+ msgstr "Para hacer que se muestre una Web o documento HTML superpuesto, utiliza \"fancybox-iframe\" para ese enlace."
506
+
507
+ #. Plugin Name of the plugin/theme
508
+ msgid "Easy FancyBox"
509
+ msgstr "Easy FancyBox"
510
+
511
+ #. Plugin URI of the plugin/theme
512
+ msgid "http://4visions.nl/en/wordpress-plugins/easy-fancybox/"
513
+ msgstr "http://4visions.nl/en/wordpress-plugins/easy-fancybox/"
514
+
515
+ #. Description of the plugin/theme
516
+ 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."
517
+ msgstr "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."
518
+
519
+ #. Author of the plugin/theme
520
+ msgid "RavanH"
521
+ msgstr "RavanH"
522
+
523
+ #. Author URI of the plugin/theme
524
+ msgid "http://4visions.nl/"
525
+ msgstr "http://4visions.nl/"
526
+
languages/easy-fancybox-fa_IR.mo ADDED
Binary file
languages/easy-fancybox-fa_IR.po ADDED
@@ -0,0 +1,1032 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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.5\n"
6
+ "Report-Msgid-Bugs-To: \n"
7
+ "POT-Creation-Date: 2013-06-14 00:53+0100\n"
8
+ "PO-Revision-Date: 2013-09-07 15:43+0330\n"
9
+ "Last-Translator: Ali Akbar Kaviani <persian@wiki10.net>\n"
10
+ "Language-Team: www.wiki10.net, Ali Akbar Kaviani <persian@wiki10.net>\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.7\n"
17
+ "Language: Persian\n"
18
+
19
+ #: ../easy-fancybox-settings.php:9 ../easy-fancybox-class.php:566
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:370
32
+ #: ../easy-fancybox-class.php:567
33
+ msgid "Images"
34
+ msgstr "تصاویر"
35
+
36
+ #: ../easy-fancybox-settings.php:34 ../easy-fancybox-settings.php:633
37
+ #: ../easy-fancybox-class.php:568
38
+ msgid "Inline content"
39
+ msgstr "محتوای inline"
40
+
41
+ #: ../easy-fancybox-settings.php:41 ../easy-fancybox-settings.php:743
42
+ #: ../easy-fancybox-class.php:569
43
+ msgid "PDF"
44
+ msgstr "PDF"
45
+
46
+ #: ../easy-fancybox-settings.php:48 ../easy-fancybox-settings.php:868
47
+ #: ../easy-fancybox-class.php:570
48
+ msgid "SWF"
49
+ msgstr "SWF"
50
+
51
+ #: ../easy-fancybox-settings.php:55 ../easy-fancybox-settings.php:962
52
+ msgid "SVG"
53
+ msgstr "SVG"
54
+
55
+ #: ../easy-fancybox-settings.php:62 ../easy-fancybox-settings.php:1057
56
+ #: ../easy-fancybox-class.php:571
57
+ msgid "YouTube"
58
+ msgstr "YouTube"
59
+
60
+ #: ../easy-fancybox-settings.php:69 ../easy-fancybox-settings.php:1165
61
+ #: ../easy-fancybox-class.php:572
62
+ msgid "Vimeo"
63
+ msgstr "Vimeo"
64
+
65
+ #: ../easy-fancybox-settings.php:76 ../easy-fancybox-settings.php:1265
66
+ #: ../easy-fancybox-class.php:573
67
+ msgid "Dailymotion"
68
+ msgstr "Dailymotion"
69
+
70
+ #: ../easy-fancybox-settings.php:83 ../easy-fancybox-settings.php:1391
71
+ #: ../easy-fancybox-class.php:574
72
+ msgid "iFrames"
73
+ msgstr "iFrames"
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:89
82
+ msgid "Links"
83
+ msgstr "پیوندها"
84
+
85
+ #: ../easy-fancybox-settings.php:95
86
+ msgid "Exclude"
87
+ msgstr "صرفنظر از"
88
+
89
+ #: ../easy-fancybox-settings.php:100 ../easy-fancybox-settings.php:114
90
+ #: ../easy-fancybox-settings.php:421 ../easy-fancybox-settings.php:448
91
+ #: ../easy-fancybox-settings.php:677 ../easy-fancybox-settings.php:704
92
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:227
93
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:252
94
+ msgid "None"
95
+ msgstr "هیچ"
96
+
97
+ #: ../easy-fancybox-settings.php:101
98
+ msgid "Empty (hidden) links"
99
+ msgstr "پیوندهای (مخفی) خالی"
100
+
101
+ #: ../easy-fancybox-settings.php:102
102
+ msgid "Without thumbnail image"
103
+ msgstr "بدون تصاویر بندانگشتی"
104
+
105
+ #: ../easy-fancybox-settings.php:109
106
+ msgid "Open on page load"
107
+ msgstr "را در هنگام بارگذاری صفحه باز کن"
108
+
109
+ #: ../easy-fancybox-settings.php:115
110
+ msgid "Link with ID \"fancybox-auto\""
111
+ msgstr "پیوند با شناسه \"fancybox-auto\""
112
+
113
+ #: ../easy-fancybox-settings.php:118 ../easy-fancybox-settings.php:409
114
+ #: ../easy-fancybox-settings.php:440 ../easy-fancybox-settings.php:467
115
+ #: ../easy-fancybox-settings.php:542 ../easy-fancybox-settings.php:696
116
+ #: ../easy-fancybox-settings.php:723
117
+ msgid "More options &raquo;"
118
+ msgstr "تنظیمات بیشتر &raquo;"
119
+
120
+ #: ../easy-fancybox-settings.php:125
121
+ msgid ""
122
+ "Include the Metadata jQuery extension script to allow passing custom "
123
+ "parameters via link class."
124
+ msgstr ""
125
+ "برای پذیرفتن پارامترهای سفارشی مربوط به class لینک‌ها، Metadata jQuery "
126
+ "extension script را در نظر بگیر"
127
+
128
+ #: ../easy-fancybox-settings.php:130 ../easy-fancybox-settings.php:503
129
+ msgid "Overlay"
130
+ msgstr "پوشش (Overlay)"
131
+
132
+ #: ../easy-fancybox-settings.php:139
133
+ msgid "Show the overlay around content opened in FancyBox."
134
+ msgstr "پوشش، دورتادور محتوایی باشد که به وسیله FancyBox بازشده است"
135
+
136
+ #: ../easy-fancybox-settings.php:146
137
+ msgid "Close FancyBox when overlay is clicked."
138
+ msgstr "وقتی روی پوشش کلیک شد FancyBox بسته شود"
139
+
140
+ #: ../easy-fancybox-settings.php:150 ../easy-fancybox-settings.php:228
141
+ msgid "Opacity"
142
+ msgstr "شفافیت"
143
+
144
+ #: ../easy-fancybox-settings.php:158
145
+ msgid "Value between 0 and 1. "
146
+ msgstr "مقداری بین 0 و 1"
147
+
148
+ #: ../easy-fancybox-settings.php:158 ../easy-fancybox-settings.php:167
149
+ #: ../easy-fancybox-settings.php:286 ../easy-fancybox-settings.php:337
150
+ #: ../easy-fancybox-settings.php:595
151
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:103
152
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:108
153
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:147
154
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:244
155
+ msgid "Default:"
156
+ msgstr "پیش‌فرض:"
157
+
158
+ #: ../easy-fancybox-settings.php:162
159
+ msgid "Color"
160
+ msgstr "رنگ"
161
+
162
+ #: ../easy-fancybox-settings.php:167
163
+ msgid "Enter an HTML color value."
164
+ msgstr "یک مقدار HTML برای رنگ وارد کنید"
165
+
166
+ #: ../easy-fancybox-settings.php:175
167
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:71
168
+ msgid "Spotlight effect"
169
+ msgstr "جلوه‌ی نورافکن"
170
+
171
+ #: ../easy-fancybox-settings.php:175 ../easy-fancybox-settings.php:236
172
+ #: ../easy-fancybox-settings.php:249 ../easy-fancybox-settings.php:524
173
+ #: ../easy-fancybox-settings.php:613
174
+ msgid "Make available &raquo;"
175
+ msgstr "فعال شود &raquo;"
176
+
177
+ #: ../easy-fancybox-settings.php:180
178
+ msgid "Window"
179
+ msgstr "پنجره"
180
+
181
+ #: ../easy-fancybox-settings.php:186 ../easy-fancybox-settings.php:485
182
+ msgid "Appearance"
183
+ msgstr "نمایش"
184
+
185
+ #: ../easy-fancybox-settings.php:193
186
+ msgid "Show the (X) close button"
187
+ msgstr "علامت (X) برای بستن پنجره باشد"
188
+
189
+ #: ../easy-fancybox-settings.php:198
190
+ msgid "Background color"
191
+ msgstr "رنگ پس‌زمینه"
192
+
193
+ #: ../easy-fancybox-settings.php:208
194
+ msgid "Border color"
195
+ msgstr "رنگ کناره"
196
+
197
+ #: ../easy-fancybox-settings.php:218
198
+ msgid "Text color"
199
+ msgstr "رنگ متن"
200
+
201
+ #: ../easy-fancybox-settings.php:241
202
+ msgid "Border radius"
203
+ msgstr "لبه کناره گرد باشد"
204
+
205
+ #: ../easy-fancybox-settings.php:249
206
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:114
207
+ msgid "Set a border radius to create rounded corners. Higher is rounder."
208
+ msgstr "هرچه عدد بالاتری وارد کنید گوشه‌ها گردتر خواهند بود"
209
+
210
+ #: ../easy-fancybox-settings.php:254
211
+ msgid "Dimensions"
212
+ msgstr "ابعاد"
213
+
214
+ #: ../easy-fancybox-settings.php:258 ../easy-fancybox-settings.php:771
215
+ #: ../easy-fancybox-settings.php:896 ../easy-fancybox-settings.php:990
216
+ #: ../easy-fancybox-settings.php:1095 ../easy-fancybox-settings.php:1194
217
+ #: ../easy-fancybox-settings.php:1294 ../easy-fancybox-settings.php:1424
218
+ msgid "Width"
219
+ msgstr "پهنا"
220
+
221
+ #: ../easy-fancybox-settings.php:268 ../easy-fancybox-settings.php:781
222
+ #: ../easy-fancybox-settings.php:907 ../easy-fancybox-settings.php:1001
223
+ #: ../easy-fancybox-settings.php:1108 ../easy-fancybox-settings.php:1207
224
+ #: ../easy-fancybox-settings.php:1307 ../easy-fancybox-settings.php:1434
225
+ msgid "Height"
226
+ msgstr "ارتفاع"
227
+
228
+ #: ../easy-fancybox-settings.php:277 ../easy-fancybox-settings.php:790
229
+ #: ../easy-fancybox-settings.php:917 ../easy-fancybox-settings.php:1011
230
+ #: ../easy-fancybox-settings.php:1120 ../easy-fancybox-settings.php:1219
231
+ #: ../easy-fancybox-settings.php:1319 ../easy-fancybox-settings.php:1443
232
+ msgid "Border"
233
+ msgstr "کناره"
234
+
235
+ #: ../easy-fancybox-settings.php:286
236
+ msgid ""
237
+ "If content size is not set or cannot be determined automatically, these "
238
+ "default dimensions will be used."
239
+ msgstr ""
240
+ "اگر اندازه محتوا مشخص نباشد یا به صورت خودکار تعیین نشود، از این مقادیر "
241
+ "پیش‌فرض استفاده خواهد شد"
242
+
243
+ #: ../easy-fancybox-settings.php:291 ../easy-fancybox-settings.php:413
244
+ msgid "Behavior"
245
+ msgstr "رفتار (Behavior)"
246
+
247
+ #: ../easy-fancybox-settings.php:298
248
+ msgid "Center while scrolling"
249
+ msgstr "در هنگام پیمایش، وسط باشد"
250
+
251
+ #: ../easy-fancybox-settings.php:305
252
+ msgid "Esc key stroke closes FancyBox"
253
+ msgstr "دکمه Esc باعث بسته‌شدن FancyBox شود"
254
+
255
+ #: ../easy-fancybox-settings.php:312
256
+ msgid "Scale large content down to fit in the browser viewport."
257
+ msgstr ""
258
+ "وقتی اندازه محتوا بزرگ است از مقیاس کوچکتری استفاده شود تا در مرورگر قابل "
259
+ "دیدن باشد"
260
+
261
+ #: ../easy-fancybox-settings.php:316
262
+ msgid "Opening speed"
263
+ msgstr "سرعت بازشدن"
264
+
265
+ #: ../easy-fancybox-settings.php:328
266
+ msgid "Closing speed"
267
+ msgstr "سرعت بسته‌شدن"
268
+
269
+ #: ../easy-fancybox-settings.php:337 ../easy-fancybox-settings.php:595
270
+ msgid "Duration in milliseconds. Higher is slower."
271
+ msgstr "بر اساس هزارم ثانیه است و هرچه عدد بزرگتر باشد، سرعت کندتر خواهد بود"
272
+
273
+ #: ../easy-fancybox-settings.php:375
274
+ msgid ""
275
+ "To make images open in an overlay, add their extension to the Autodetect "
276
+ "field or use the class \"fancybox\" for its link. Clear field to switch off "
277
+ "all autodetection."
278
+ msgstr ""
279
+ "برای این که تصاویر در پوشش (Overlay) باز شوند، پسوند آنها را در فیلد "
280
+ "Autodetect بگذارید یا این که از کلاس \"fancybox\" برای پیوند آنها استفاده "
281
+ "نمایید. اگر فیلد را خالی بگذارید تمام Autodetectها غیرفعال خواهند شد."
282
+
283
+ #: ../easy-fancybox-settings.php:390 ../easy-fancybox-settings.php:756
284
+ #: ../easy-fancybox-settings.php:881 ../easy-fancybox-settings.php:975
285
+ #: ../easy-fancybox-settings.php:1071 ../easy-fancybox-settings.php:1179
286
+ #: ../easy-fancybox-settings.php:1279
287
+ msgid "Autodetect"
288
+ msgstr "Autodetect"
289
+
290
+ #: ../easy-fancybox-settings.php:397
291
+ msgid "Example:"
292
+ msgstr "مثال:"
293
+
294
+ #: ../easy-fancybox-settings.php:401
295
+ msgid "Apply to"
296
+ msgstr "بر این موارد اِعمال شود"
297
+
298
+ #: ../easy-fancybox-settings.php:406
299
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:147
300
+ msgid "All image links"
301
+ msgstr "تمام پیوندهای تصویر"
302
+
303
+ #: ../easy-fancybox-settings.php:417 ../easy-fancybox-settings.php:673
304
+ msgid "Transition In"
305
+ msgstr "انتقال به"
306
+
307
+ #: ../easy-fancybox-settings.php:422 ../easy-fancybox-settings.php:449
308
+ #: ../easy-fancybox-settings.php:678 ../easy-fancybox-settings.php:705
309
+ msgid "Fade"
310
+ msgstr "Fade"
311
+
312
+ #: ../easy-fancybox-settings.php:423 ../easy-fancybox-settings.php:450
313
+ #: ../easy-fancybox-settings.php:679 ../easy-fancybox-settings.php:706
314
+ msgid "Elastic"
315
+ msgstr "Elastic"
316
+
317
+ #: ../easy-fancybox-settings.php:430 ../easy-fancybox-settings.php:686
318
+ msgid "Easing In"
319
+ msgstr "کاهش در"
320
+
321
+ #: ../easy-fancybox-settings.php:434 ../easy-fancybox-settings.php:461
322
+ #: ../easy-fancybox-settings.php:690 ../easy-fancybox-settings.php:717
323
+ msgid "Linear"
324
+ msgstr "Linear"
325
+
326
+ #: ../easy-fancybox-settings.php:435 ../easy-fancybox-settings.php:462
327
+ #: ../easy-fancybox-settings.php:691 ../easy-fancybox-settings.php:718
328
+ msgid "Swing"
329
+ msgstr "Swing"
330
+
331
+ #: ../easy-fancybox-settings.php:436 ../easy-fancybox-settings.php:463
332
+ #: ../easy-fancybox-settings.php:692 ../easy-fancybox-settings.php:719
333
+ msgid "easeInBack"
334
+ msgstr "easeInBack"
335
+
336
+ #: ../easy-fancybox-settings.php:437 ../easy-fancybox-settings.php:464
337
+ #: ../easy-fancybox-settings.php:693 ../easy-fancybox-settings.php:720
338
+ msgid "easeOutBack"
339
+ msgstr "easeOutBack"
340
+
341
+ #: ../easy-fancybox-settings.php:444 ../easy-fancybox-settings.php:700
342
+ msgid "Transition Out"
343
+ msgstr "انتقال از"
344
+
345
+ #: ../easy-fancybox-settings.php:457 ../easy-fancybox-settings.php:713
346
+ msgid "Easing Out"
347
+ msgstr "کاهش از"
348
+
349
+ #: ../easy-fancybox-settings.php:467 ../easy-fancybox-settings.php:542
350
+ #: ../easy-fancybox-settings.php:723
351
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:213
352
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:219
353
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:230
354
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:257
355
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:331
356
+ msgid "Note:"
357
+ msgstr "توجه:"
358
+
359
+ #: ../easy-fancybox-settings.php:467 ../easy-fancybox-settings.php:723
360
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:213
361
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:331
362
+ msgid "Easing effects only apply when Transition is set to Elastic. "
363
+ msgstr "جلوه‌های Easing تنها وقتی کار می‌کنند که انتقال Elastic انتخاب شده باشد"
364
+
365
+ #: ../easy-fancybox-settings.php:474 ../easy-fancybox-settings.php:730
366
+ msgid ""
367
+ "Transparency fade during elastic transition. CAUTION: Use only when at least "
368
+ "Transition In is set to Elastic!"
369
+ msgstr ""
370
+ "fade شفاف در حین انتقال به شکل elastic. دقت کنید! فقط وقتی استفاده کنید که "
371
+ "دست‌کم یک جلوه‌ی انتقالی از نوع elastic داشته باشید"
372
+
373
+ #: ../easy-fancybox-settings.php:481 ../easy-fancybox-settings.php:737
374
+ msgid "Close FancyBox when content is clicked"
375
+ msgstr "زمانی که روی محتوا کلیک می‌شود FancyBox بسته شود"
376
+
377
+ #: ../easy-fancybox-settings.php:492 ../easy-fancybox-settings.php:810
378
+ #: ../easy-fancybox-settings.php:933 ../easy-fancybox-settings.php:1027
379
+ #: ../easy-fancybox-settings.php:1136 ../easy-fancybox-settings.php:1235
380
+ #: ../easy-fancybox-settings.php:1335 ../easy-fancybox-settings.php:1459
381
+ msgid "Show title"
382
+ msgstr "عنوان را نمایش بده"
383
+
384
+ #: ../easy-fancybox-settings.php:496 ../easy-fancybox-settings.php:814
385
+ #: ../easy-fancybox-settings.php:937 ../easy-fancybox-settings.php:1031
386
+ #: ../easy-fancybox-settings.php:1140 ../easy-fancybox-settings.php:1239
387
+ #: ../easy-fancybox-settings.php:1339 ../easy-fancybox-settings.php:1463
388
+ msgid "Title Position"
389
+ msgstr "جای عنوان"
390
+
391
+ #: ../easy-fancybox-settings.php:500 ../easy-fancybox-settings.php:818
392
+ #: ../easy-fancybox-settings.php:941 ../easy-fancybox-settings.php:1035
393
+ #: ../easy-fancybox-settings.php:1144 ../easy-fancybox-settings.php:1243
394
+ #: ../easy-fancybox-settings.php:1343 ../easy-fancybox-settings.php:1467
395
+ msgid "Float"
396
+ msgstr "شناور"
397
+
398
+ #: ../easy-fancybox-settings.php:501 ../easy-fancybox-settings.php:819
399
+ #: ../easy-fancybox-settings.php:942 ../easy-fancybox-settings.php:1036
400
+ #: ../easy-fancybox-settings.php:1145 ../easy-fancybox-settings.php:1244
401
+ #: ../easy-fancybox-settings.php:1344 ../easy-fancybox-settings.php:1468
402
+ msgid "Outside"
403
+ msgstr "بیرون"
404
+
405
+ #: ../easy-fancybox-settings.php:502 ../easy-fancybox-settings.php:820
406
+ #: ../easy-fancybox-settings.php:943 ../easy-fancybox-settings.php:1037
407
+ #: ../easy-fancybox-settings.php:1146 ../easy-fancybox-settings.php:1245
408
+ #: ../easy-fancybox-settings.php:1345 ../easy-fancybox-settings.php:1469
409
+ msgid "Inside"
410
+ msgstr "درون"
411
+
412
+ #: ../easy-fancybox-settings.php:513 ../easy-fancybox-settings.php:829
413
+ #: ../easy-fancybox-settings.php:952 ../easy-fancybox-settings.php:1047
414
+ #: ../easy-fancybox-settings.php:1155 ../easy-fancybox-settings.php:1254
415
+ #: ../easy-fancybox-settings.php:1354 ../easy-fancybox-settings.php:1478
416
+ msgid "Allow title from thumbnail alt tag"
417
+ msgstr "عنوان همان تگ alt تصویر بندانگشتی باشد"
418
+
419
+ #: ../easy-fancybox-settings.php:517 ../easy-fancybox-settings.php:606
420
+ msgid "Advanced"
421
+ msgstr "پیشرفته"
422
+
423
+ #: ../easy-fancybox-settings.php:521
424
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:228
425
+ msgid "Hide/show title on mouse hover action"
426
+ msgstr "وقتی عمل mouse hover انجام می‌شود عنوان پیدا/پنهان شود"
427
+
428
+ #: ../easy-fancybox-settings.php:528
429
+ msgid "Gallery"
430
+ msgstr "گالری"
431
+
432
+ #: ../easy-fancybox-settings.php:532
433
+ msgid "Autogallery"
434
+ msgstr "گالری خودکار"
435
+
436
+ #: ../easy-fancybox-settings.php:537
437
+ msgid "Disabled"
438
+ msgstr "غیرفعال"
439
+
440
+ #: ../easy-fancybox-settings.php:538
441
+ msgid "WordPress galleries only"
442
+ msgstr "فقط گالری وردپرس"
443
+
444
+ #: ../easy-fancybox-settings.php:539
445
+ msgid "All in one gallery"
446
+ msgstr "همه در یک گالری"
447
+
448
+ #: ../easy-fancybox-settings.php:542
449
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:219
450
+ msgid ""
451
+ "When disabled, you can use the rel attribute to manually group image links "
452
+ "together."
453
+ msgstr ""
454
+ "وقتی غیرفعال انتخاب شود، می‌توانید از ویژگی rel استفاده کنید تا به صورت دستی "
455
+ "پیوندهای تصاویر را گروه‌بندی نمایید."
456
+
457
+ #: ../easy-fancybox-settings.php:542
458
+ msgid ""
459
+ "Leave the mousewheel option (below) unchecked when you do not use FancyBox "
460
+ "for galleries on your site."
461
+ msgstr ""
462
+ "زمانی که FancyBox را برای گالری استفاده نمی‌کنید، گزینه mousewheel را (در "
463
+ "زیر) تیک‌نخورده باقی بگذارید"
464
+
465
+ #: ../easy-fancybox-settings.php:549
466
+ msgid "Show the gallery navigation arrows"
467
+ msgstr "پیکان‌های ناوبری (navigation arrows) گالری را نمایش بده"
468
+
469
+ #: ../easy-fancybox-settings.php:556
470
+ msgid "Arrow key strokes browse the gallery"
471
+ msgstr "چهار کلید جهت در گالری فعال باشند"
472
+
473
+ #: ../easy-fancybox-settings.php:563
474
+ msgid ""
475
+ "Include the Mousewheel jQuery extension script to allow gallery browsing by "
476
+ "mousewheel action."
477
+ msgstr ""
478
+ "از Mousewheel jQuery extension script استفاده کن تا امکان کار در گالری با "
479
+ "حرکت ماوس امکان‌پذیر باشد"
480
+
481
+ #: ../easy-fancybox-settings.php:570
482
+ msgid "Make galleries cyclic, allowing you to keep pressing next/back."
483
+ msgstr "گالری به شکل چرخشی باشد تا دکمه next/back همیشه کار کند"
484
+
485
+ #: ../easy-fancybox-settings.php:574
486
+ msgid "Change speed"
487
+ msgstr "سرعت تغییر"
488
+
489
+ #: ../easy-fancybox-settings.php:586
490
+ msgid "Fade speed"
491
+ msgstr "سرعت محوشدن"
492
+
493
+ #: ../easy-fancybox-settings.php:602
494
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:217
495
+ msgid "Galleries per Section (below)"
496
+ msgstr "گالری بر بخش (زیر)"
497
+
498
+ #: ../easy-fancybox-settings.php:602
499
+ msgid ""
500
+ "This applies when <em>Apply to</em> is set to <em>Limited to Sections</em> "
501
+ "and/or <em>Autogallery</em> is set to <em>Galleries per Section</em>. Adapt "
502
+ "it to conform with your theme."
503
+ msgstr ""
504
+ "This applies when <em>Apply to</em> is set to <em>Limited to Sections</em> "
505
+ "and/or <em>Autogallery</em> is set to <em>Galleries per Section</em>. Adapt "
506
+ "it to conform with your theme."
507
+
508
+ #: ../easy-fancybox-settings.php:602
509
+ msgid ""
510
+ "Examples: If your theme wraps post content in a div with class post, change "
511
+ "this value to \"div.post\". If you only want to group images in a WordPress "
512
+ "gallery together, use \"div.gallery\". If you want to include images in a "
513
+ "sidebar with ID primary, add \", #primary\"."
514
+ msgstr ""
515
+ "چند مثال: اگر پوسته، محتوای نوشته‌ی شما را در div با class post قرار می‌دهد، "
516
+ "این مقدار را به \"div.post\" تغییر دهید. اگر فقط می‌خواهید یک گروه از تصاویر "
517
+ "را با هم در یک گالری وردپرس قرار بدهید از \"div.gallery\" استفاده کنید. اگر "
518
+ "هم می‌خواهید تصاویر در یک سایدبار با ID primary نمایش داده شوند کد \", "
519
+ "#primary\"را اضافه نمایید."
520
+
521
+ #: ../easy-fancybox-settings.php:602
522
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:230
523
+ msgid ""
524
+ "Hide/show title on mouse hover action works best with Overlay title position."
525
+ msgstr ""
526
+ "پنهان/آشکارکردن عنوان، توسط عمل mouse hover با Overlay title position به "
527
+ "بهترین شکل کار می‌کند"
528
+
529
+ #: ../easy-fancybox-settings.php:602
530
+ msgid "The slideshow uses a fixed 6, 8 or 12 second pause per image."
531
+ msgstr ""
532
+ "اسلایدشو از مقدار ثابت 6، 8 یا 12 ثانیه برای توقف به ازای هر تصویر استفاده "
533
+ "می‌کند"
534
+
535
+ #: ../easy-fancybox-settings.php:602
536
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:253
537
+ msgid "(6 seconds)"
538
+ msgstr "(6 ثانیه)"
539
+
540
+ #: ../easy-fancybox-settings.php:602
541
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:254
542
+ msgid "(8 seconds)"
543
+ msgstr "(8 ثانیه)"
544
+
545
+ #: ../easy-fancybox-settings.php:602
546
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:255
547
+ msgid "(12 seconds)"
548
+ msgstr "(12 ثانیه)"
549
+
550
+ #: ../easy-fancybox-settings.php:610
551
+ msgid "Slideshow"
552
+ msgstr "اسلایدشو"
553
+
554
+ #: ../easy-fancybox-settings.php:638
555
+ msgid ""
556
+ "To make inline content open in an overlay, wrap that content in a div with a "
557
+ "unique ID, create a link with target \"#uniqueID\" and give it a class "
558
+ "\"fancybox-inline\" attribute."
559
+ msgstr ""
560
+ "برای آن که کاری کنید که محتوای Inline در یک پوشش (overlay) باز شود، آن محتوا "
561
+ "را با یک شناسه‌ی یکتا در div قرار دهید، پیوندی با target \"#uniqueID\" بسازید "
562
+ "و به آن کلاس ویژگی \"fancybox-inline\" را بدهید."
563
+
564
+ #: ../easy-fancybox-settings.php:656
565
+ msgid ""
566
+ "Try to adjust size to inline/html content. If unchecked or size cannot be "
567
+ "determined, the default dimensions will be used."
568
+ msgstr ""
569
+ "تلاش کنید تا اندازه را متناسب با محتوای inline/html درآورید. اگر تیک نزنید "
570
+ "یا اندازه تعیین نکنید، از ابعاد پیش‌فرض استفاده خواهد شد"
571
+
572
+ #: ../easy-fancybox-settings.php:660 ../easy-fancybox-settings.php:1411
573
+ msgid "Scrolling"
574
+ msgstr "پیمایش"
575
+
576
+ #: ../easy-fancybox-settings.php:664 ../easy-fancybox-settings.php:1415
577
+ msgid "Auto"
578
+ msgstr "خودکار"
579
+
580
+ #: ../easy-fancybox-settings.php:665 ../easy-fancybox-settings.php:1416
581
+ msgid "Always"
582
+ msgstr "همیشه"
583
+
584
+ #: ../easy-fancybox-settings.php:666 ../easy-fancybox-settings.php:1417
585
+ msgid "Never"
586
+ msgstr "هرگز"
587
+
588
+ #: ../easy-fancybox-settings.php:669 ../easy-fancybox-settings.php:1420
589
+ msgid "Define scrolling and scrollbar visibility."
590
+ msgstr "عدد پیمایش و آشکاربودن نوار پیمایش را تعیین کنید"
591
+
592
+ #: ../easy-fancybox-settings.php:748
593
+ msgid ""
594
+ "To make any PDF document file open in an overlay, switch on Autodetect or "
595
+ "use the class \"fancybox-pdf\" for its link."
596
+ msgstr ""
597
+ "برای آن که فایل‌های PDF در داخل پوشش باز شوند، گزینه‌ی Autodetect را انتخاب "
598
+ "نمایید یا این که از کلاس \"fancybox-pdf\" برای پیوند استفاده کنید."
599
+
600
+ #: ../easy-fancybox-settings.php:873
601
+ msgid ""
602
+ "To make any Flash (.swf) file open in an overlay, switch on Autodetect or "
603
+ "use the class \"fancybox-swf\" for its link."
604
+ msgstr ""
605
+ "برای آن که فایل‌های SWF در داخل پوشش باز شوند، گزینه‌ی Autodetect را انتخاب "
606
+ "نمایید یا این که از کلاس \"fancybox-swf\" برای پیوند استفاده کنید."
607
+
608
+ #: ../easy-fancybox-settings.php:967
609
+ msgid ""
610
+ "To make any SVG (.svg) file open in an overlay, switch on Autodetect or use "
611
+ "the class \"fancybox-svg\" for its link."
612
+ msgstr ""
613
+ "برای آن که فایل‌های SVG در داخل پوشش باز شوند، گزینه‌ی Autodetect را انتخاب "
614
+ "نمایید یا این که از کلاس \"fancybox-svg\" برای پیوند استفاده کنید."
615
+
616
+ #: ../easy-fancybox-settings.php:1062
617
+ msgid ""
618
+ "To make any YouTube movie open in an overlay, switch on Autodetect or use "
619
+ "the class \"fancybox-youtube\" for its link."
620
+ msgstr ""
621
+ "برای آن که ویدئوهای یوتیوب در داخل پوشش باز شوند، گزینه‌ی Autodetect را "
622
+ "انتخاب نمایید یا این که از کلاس \"fancybox-youtube\" برای پیوند استفاده "
623
+ "کنید."
624
+
625
+ #: ../easy-fancybox-settings.php:1080
626
+ msgid "Autodetect Short links"
627
+ msgstr "Autodetect Short links"
628
+
629
+ #: ../easy-fancybox-settings.php:1170
630
+ msgid ""
631
+ "To make any Vimeo movie open in an overlay, switch on Autodetect or use the "
632
+ "class \"fancybox-vimeo\" for its link."
633
+ msgstr ""
634
+ "برای آن که ویدئوهای Vimeo در داخل پوشش باز شوند، گزینه‌ی Autodetect را انتخاب "
635
+ "نمایید یا این که از کلاس \"fancybox-vimeo\" برای پیوند استفاده کنید."
636
+
637
+ #: ../easy-fancybox-settings.php:1270
638
+ msgid ""
639
+ "To make any Dailymotion movie open in an overlay, switch on Autodetect or "
640
+ "use the class \"fancybox-dailymotion\" for its link."
641
+ msgstr ""
642
+ "برای آن که ویدئوهای Dailymotion در داخل پوشش باز شوند، گزینه‌ی Autodetect را "
643
+ "انتخاب نمایید یا این که از کلاس \"fancybox-dailymotion\" برای پیوند "
644
+ "استفاده کنید."
645
+
646
+ #: ../easy-fancybox-settings.php:1396
647
+ msgid ""
648
+ "To make a website or HTML document open in an overlay, use the class "
649
+ "\"fancybox-iframe\" for its link."
650
+ msgstr ""
651
+ "برای آن که یک وب‌سایت یا فایل HTML در داخل پوشش باز شوند، از کلاس \"fancybox-"
652
+ "iframe\" برای پیوند استفاده نمایید"
653
+
654
+ #: ../easy-fancybox-class.php:298
655
+ msgid "Donate to keep the Easy FancyBox plugin development going!"
656
+ msgstr "الکمک مالی کنید تا افزونه Easy FancyBox به کار خود ادامه دهد!"
657
+
658
+ #: ../easy-fancybox-class.php:298
659
+ #, php-format
660
+ msgid ""
661
+ "The options in this section are provided by the plugin %s and determine the "
662
+ "<strong>Media Lightbox</strong> overlay appearance and behaviour controlled "
663
+ "by %s."
664
+ msgstr ""
665
+ "تنظیمات این بخش توسط افزونه %s تهیه شده‌اند و تعیین‌کننده نحوه‌ی نمایش پوشش "
666
+ "<strong>Media Lightbox</strong> و ویژگی آن هستند که با %s کنترل می‌شود"
667
+
668
+ #: ../easy-fancybox-class.php:298
669
+ msgid "Easy FancyBox"
670
+ msgstr "Easy FancyBox"
671
+
672
+ #: ../easy-fancybox-class.php:298 ../easy-fancybox-class.php:510
673
+ #: ../easy-fancybox-class.php:554
674
+ msgid "FancyBox"
675
+ msgstr "FancyBox"
676
+
677
+ #: ../easy-fancybox-class.php:298
678
+ msgid ""
679
+ "First enable each sub-section that you need. Then save and come back to "
680
+ "adjust its specific settings."
681
+ msgstr ""
682
+ "ابتدا هر زیربخش را که مد نظر شماست فعال کنید. سپس ذخیره‌اش کرده، به تنظیمات "
683
+ "جزئی ابتدا هر زیربخش را که مد نظر شماست فعال کنید. سپس ذخیره‌اش کرده، به "
684
+ "تنظیمات ویژه آن بپردازید تر آن بپردازید"
685
+
686
+ #: ../easy-fancybox-class.php:298
687
+ msgid ""
688
+ "Note: Each additional sub-section and features like <em>Auto-detection</em>, "
689
+ "<em>Elastic transitions</em> and all <em>Easing effects</em> (except Swing) "
690
+ "will have some extra impact on client-side page speed. Enable only those sub-"
691
+ "sections and options that you actually need on your site."
692
+ msgstr ""
693
+ "توجه: تنظیمات اضافه‌ای که در زیربخش‌ها وجود دارند، مثلا <em>Auto-detection</"
694
+ "em> یا <em>Elastic transitions</em> یا <em>Easing effects</em> (به جز swing) "
695
+ "باعث می‌شوند که بازدیدکننده‌ی وب‌سایت با کاهش سرعت روبرو شود. بنابراین تنها "
696
+ "زیربخش‌هایی را که لازم دارید فعال نمایید."
697
+
698
+ #: ../easy-fancybox-class.php:298
699
+ msgid ""
700
+ "Some setting like Transition options are unavailable for SWF video, PDF and "
701
+ "iFrame content to ensure browser compatibility and readability."
702
+ msgstr ""
703
+ "برخی تنظیمات مانند انتقال (transition) برای فایل‌های ویدئویی SWF، فایل‌های PDF "
704
+ "یا محتوای iFrame غیرفعال هستند تا اطمینان حاصل شود که مرورگر می‌تواند با آنها "
705
+ "سازگار باشد و آنها را بخواند"
706
+
707
+ #: ../easy-fancybox-class.php:342
708
+ msgid "Checked"
709
+ msgstr "‌‌انتخاب‌شده"
710
+
711
+ #: ../easy-fancybox-class.php:344
712
+ msgid "Unchecked"
713
+ msgstr "انتخاب‌نشده"
714
+
715
+ #: ../easy-fancybox-class.php:391
716
+ msgid "Settings"
717
+ msgstr "تنظیمات"
718
+
719
+ #: ../easy-fancybox-class.php:554
720
+ msgid "Easy FancyBox Settings"
721
+ msgstr "Easy FancyBox تنظیمات"
722
+
723
+ #: ../easy-fancybox-class.php:565
724
+ msgid "Sections"
725
+ msgstr "بخش‌ها"
726
+
727
+ #: ../easy-fancybox-class.php:602
728
+ msgid "Support"
729
+ msgstr "پشتیبانی"
730
+
731
+ #: ../easy-fancybox-class.php:603
732
+ msgid "Resources"
733
+ msgstr "منابع"
734
+
735
+ #: ../easy-fancybox-class.php:604
736
+ msgid "Discussion"
737
+ msgstr "گفتگوها"
738
+
739
+ #: ../easy-fancybox-class.php:605
740
+ msgid "Credits"
741
+ msgstr "دست‌اندرکاران"
742
+
743
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:46
744
+ msgid ""
745
+ "Thank you for purchasing the Easy FancyBox - Pro extension. New options are "
746
+ "available."
747
+ msgstr ""
748
+ "از شما برای خرید نسخه‌ی حرفه‌ای Easy FanxuBox سپاسگزاریم. اکنون انتخاب‌های "
749
+ "بیشتری پیش روی شماست."
750
+
751
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:46
752
+ msgid "Get support here."
753
+ msgstr "برای پشتیبانی به اینجا بروید."
754
+
755
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:52
756
+ msgid "First Image link"
757
+ msgstr "نخستین پیوند تصویر"
758
+
759
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:53
760
+ msgid "First PDF link"
761
+ msgstr "نخستین پیوند PDF"
762
+
763
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:54
764
+ msgid "First SWF link"
765
+ msgstr "نخستین پیوند SWF"
766
+
767
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:55
768
+ msgid "First SVG link"
769
+ msgstr "نخستین پیوند SVG"
770
+
771
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:56
772
+ msgid "First YouTube link "
773
+ msgstr "نخستین پیوند YouTube"
774
+
775
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:57
776
+ msgid "First Vimeo link "
777
+ msgstr "نخستین پیوند Viemo"
778
+
779
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:58
780
+ msgid "First Dailymotion link "
781
+ msgstr "نخستین پیوند Dailymotion"
782
+
783
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:59
784
+ msgid "First iFrame link"
785
+ msgstr "نخستین پیوند iFrame"
786
+
787
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:60
788
+ msgid "First of any link"
789
+ msgstr "نخستین پیوند از هر چیزی"
790
+
791
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:145
792
+ msgid "Links inside Section(s) only (below)"
793
+ msgstr "‌‌‌‌فقط پیوندهای داخل بخش‌ها (زیر)"
794
+
795
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:151
796
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:184
797
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:269
798
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:302
799
+ msgid "easeInQuad"
800
+ msgstr "easeInQuad"
801
+
802
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:152
803
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:185
804
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:270
805
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:303
806
+ msgid "easeOutQuad"
807
+ msgstr "easeOutQuad"
808
+
809
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:153
810
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:186
811
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:271
812
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:304
813
+ msgid "easeInOutQuad"
814
+ msgstr "easeInOutQuad"
815
+
816
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:154
817
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:187
818
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:272
819
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:305
820
+ msgid "easeInCubic"
821
+ msgstr "easeInCubic"
822
+
823
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:155
824
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:188
825
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:273
826
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:306
827
+ msgid "easeOutCubic"
828
+ msgstr "easeOutCubic"
829
+
830
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:156
831
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:189
832
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:274
833
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:307
834
+ msgid "easeInOutCubic"
835
+ msgstr "easeInOutCubic"
836
+
837
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:157
838
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:190
839
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:275
840
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:308
841
+ msgid "easeInQuart"
842
+ msgstr "easeInQuart"
843
+
844
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:158
845
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:191
846
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:276
847
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:309
848
+ msgid "easeOutQuart"
849
+ msgstr "easeOutQuart"
850
+
851
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:159
852
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:192
853
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:277
854
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:310
855
+ msgid "easeInOutQuart"
856
+ msgstr "easeInOutQuart"
857
+
858
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:160
859
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:193
860
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:278
861
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:311
862
+ msgid "easeInQuint"
863
+ msgstr "easeInQuint"
864
+
865
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:161
866
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:194
867
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:279
868
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:312
869
+ msgid "easeOutQuint"
870
+ msgstr "easeOutQuint"
871
+
872
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:162
873
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:195
874
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:280
875
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:313
876
+ msgid "easeInOutQuint"
877
+ msgstr "easeInOutQuint"
878
+
879
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:163
880
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:196
881
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:281
882
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:314
883
+ msgid "easeInSine"
884
+ msgstr "easeInSine"
885
+
886
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:164
887
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:197
888
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:282
889
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:315
890
+ msgid "easeOutSine"
891
+ msgstr "easeOutSine"
892
+
893
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:165
894
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:198
895
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:283
896
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:316
897
+ msgid "easeInOutSine"
898
+ msgstr "easeInOutSine"
899
+
900
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:166
901
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:199
902
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:284
903
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:317
904
+ msgid "easeInExpo"
905
+ msgstr "easeInExpo"
906
+
907
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:167
908
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:200
909
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:285
910
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:318
911
+ msgid "easeOutExpo"
912
+ msgstr "easeOutExpo"
913
+
914
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:168
915
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:201
916
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:286
917
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:319
918
+ msgid "easeInOutExpo"
919
+ msgstr "easeInOutExpo"
920
+
921
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:169
922
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:202
923
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:287
924
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:320
925
+ msgid "easeInCirc"
926
+ msgstr "easeInCirc"
927
+
928
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:170
929
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:203
930
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:288
931
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:321
932
+ msgid "easeOutCirc"
933
+ msgstr "easeOutCirc"
934
+
935
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:171
936
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:204
937
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:289
938
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:322
939
+ msgid "easeInOutCirc"
940
+ msgstr "easeInOutCirc"
941
+
942
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:172
943
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:205
944
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:290
945
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:323
946
+ msgid "easeInElastic"
947
+ msgstr "easeInElastic"
948
+
949
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:173
950
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:206
951
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:291
952
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:324
953
+ msgid "easeOutElastic"
954
+ msgstr "easeOutElastic"
955
+
956
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:174
957
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:207
958
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:292
959
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:325
960
+ msgid "easeInOutElastic"
961
+ msgstr "easeInOutElastic"
962
+
963
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:175
964
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:208
965
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:293
966
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:326
967
+ msgid "easeInOutBack"
968
+ msgstr "easeInOutBack"
969
+
970
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:176
971
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:209
972
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:294
973
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:327
974
+ msgid "easeInBounce"
975
+ msgstr "easeInBounce"
976
+
977
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:177
978
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:210
979
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:295
980
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:328
981
+ msgid "easeOutBounce"
982
+ msgstr "easeOutBounce"
983
+
984
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:178
985
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:211
986
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:296
987
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:329
988
+ msgid "easeInOutBounce"
989
+ msgstr "easeInOutBounce"
990
+
991
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:238
992
+ msgid "Section(s)"
993
+ msgstr "بخش‌(ها)"
994
+
995
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:244
996
+ msgid ""
997
+ "This applies when <em>Apply to</em> is set to <em>Limited to Sections</em> "
998
+ "and/or <em>Auto-gallery</em> is set to <em>Galleries per Section</em>. Adapt "
999
+ "it to conform with your theme."
1000
+ msgstr ""
1001
+ "وقتی کار می‌کند که <em>Apply to</em> برای <em>Limited to Sections</em> و/یا "
1002
+ "<em>Auto-gallery</em> برای <em>Galleries per Section</em> تنظیم شود. طوری "
1003
+ "تنظیمش کنید که با پوسته‌ی شما سازگار باشد"
1004
+
1005
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:244
1006
+ msgid ""
1007
+ "Examples: If your theme wraps post content in a div with class post, change "
1008
+ "this value to \"div.post\". If you want to include images in a sidebar with "
1009
+ "ID primary, add \", div#primary\" or \"aside#primary\" for html5 themes. If "
1010
+ "you only want to group images in a WordPress gallery together, use \"div."
1011
+ "gallery\". If you want to include images in a sidebar with ID primary, add "
1012
+ "\", #primary\"."
1013
+ msgstr ""
1014
+ "چند مثال: اگر پوسته، محتوای نوشته‌ی شما را در div با class post قرار می‌دهد، "
1015
+ "این مقدار را به \"div.post\" تغییر دهید. اگر می‌خواهید تصاویر در یک سایدبار "
1016
+ "با شناسه‌ی یکتا قرار بگیرند \", div#primary\" را اضافه کنید و برای پوسته "
1017
+ "هایی که html5 هستند هم از \"aside#primary\" بهره بگیرید. اگر فقط می‌خواهید یک "
1018
+ "گروه از تصاویر را با هم در یک گالری وردپرس قرار بدهید از \"div.gallery\" "
1019
+ "استفاده کنید. اگر هم می‌خواهید تصاویر در یک سایدبار با ID primary نمایش داده "
1020
+ "شوند کد \", #primary\"را اضافه نمایید."
1021
+
1022
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:253
1023
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:254
1024
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:255
1025
+ msgid "Gallery Auto-rotation"
1026
+ msgstr "چرخش خودکار گالری"
1027
+
1028
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:257
1029
+ msgid "Auto-rotation uses a fixed 6, 8 or 12 second pause per image."
1030
+ msgstr ""
1031
+ "چرخش خودکار از مقدار ثابت 6، 8 یا 12 ثانیه برای توقف به ازای هر تصویر "
1032
+ "استفاده می‌کند"
languages/easy-fancybox-fr_FR.mo ADDED
Binary file
languages/easy-fancybox-fr_FR.po ADDED
@@ -0,0 +1,856 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: Easy FancyBox v1.5.5\n"
4
+ "Report-Msgid-Bugs-To: http://wordpress.org/tag/easy-fancybox\n"
5
+ "POT-Creation-Date: 2011-07-24 16:46:04+00:00\n"
6
+ "PO-Revision-Date: 2013-10-13 15:51:28+0000\n"
7
+ "Last-Translator: Emmanuel MAILLARD <bigmanu@netcourrier.com>\n"
8
+ "Language-Team: Emmanuel MAILLARD <bigmanu@netcourrier.com>\n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "Plural-Forms: nplurals=2; plural=n>1;\n"
13
+ "X-Generator: Poedit 1.5.4\n"
14
+ "X-Poedit-Language: \n"
15
+ "X-Poedit-Country: \n"
16
+ "X-Poedit-SourceCharset: utf-8\n"
17
+ "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;\n"
18
+ "X-Poedit-Basepath: \n"
19
+ "X-Poedit-Bookmarks: \n"
20
+ "X-Poedit-SearchPath-0: .\n"
21
+ "X-Textdomain-Support: yes"
22
+
23
+ #: easy-fancybox-settings.php:517
24
+ #: easy-fancybox-settings.php:606
25
+ #@ easy-fancybox
26
+ msgid "Advanced"
27
+ msgstr "Avancé"
28
+
29
+ #: easy-fancybox-settings.php:406
30
+ #@ easy-fancybox
31
+ msgid "All image links"
32
+ msgstr "Tout les liens d'images"
33
+
34
+ #: easy-fancybox-settings.php:539
35
+ #@ easy-fancybox
36
+ msgid "All in one gallery"
37
+ msgstr "Tout en une seule galerie"
38
+
39
+ #: easy-fancybox-settings.php:513
40
+ #: easy-fancybox-settings.php:829
41
+ #: easy-fancybox-settings.php:952
42
+ #: easy-fancybox-settings.php:1047
43
+ #: easy-fancybox-settings.php:1155
44
+ #: easy-fancybox-settings.php:1254
45
+ #: easy-fancybox-settings.php:1354
46
+ #: easy-fancybox-settings.php:1478
47
+ #@ easy-fancybox
48
+ msgid "Allow title from thumbnail alt tag"
49
+ msgstr "Utiliser le tag alternatif de la miniature pour le titre"
50
+
51
+ #: easy-fancybox-settings.php:401
52
+ #@ easy-fancybox
53
+ msgid "Apply to"
54
+ msgstr "Appliquer à"
55
+
56
+ #: easy-fancybox-settings.php:291
57
+ #: easy-fancybox-settings.php:413
58
+ #@ easy-fancybox
59
+ msgid "Behavior"
60
+ msgstr "Comportement"
61
+
62
+ #: easy-fancybox-settings.php:277
63
+ #: easy-fancybox-settings.php:790
64
+ #: easy-fancybox-settings.php:917
65
+ #: easy-fancybox-settings.php:1011
66
+ #: easy-fancybox-settings.php:1120
67
+ #: easy-fancybox-settings.php:1219
68
+ #: easy-fancybox-settings.php:1319
69
+ #: easy-fancybox-settings.php:1443
70
+ #@ default
71
+ msgid "Border"
72
+ msgstr "Bordure"
73
+
74
+ #: easy-fancybox-settings.php:298
75
+ #@ easy-fancybox
76
+ msgid "Center while scrolling"
77
+ msgstr "Centrer pendant le défilement"
78
+
79
+ #: easy-fancybox-class.php:381
80
+ #@ easy-fancybox
81
+ msgid "Checked"
82
+ msgstr "Coché"
83
+
84
+ #: easy-fancybox-settings.php:328
85
+ #@ easy-fancybox
86
+ msgid "Closing speed"
87
+ msgstr "Vitesse de fermeture"
88
+
89
+ #: easy-fancybox-settings.php:162
90
+ #@ easy-fancybox
91
+ msgid "Color"
92
+ msgstr "Couleur"
93
+
94
+ #: easy-fancybox-class.php:605
95
+ #: easy-fancybox-settings.php:76
96
+ #: easy-fancybox-settings.php:1265
97
+ #@ easy-fancybox
98
+ msgid "Dailymotion"
99
+ msgstr "Dailymotion"
100
+
101
+ #: easy-fancybox-settings.php:158
102
+ #: easy-fancybox-settings.php:167
103
+ #: easy-fancybox-settings.php:286
104
+ #: easy-fancybox-settings.php:337
105
+ #: easy-fancybox-settings.php:595
106
+ #@ easy-fancybox
107
+ msgid "Default:"
108
+ msgstr "Par défaut :"
109
+
110
+ #: easy-fancybox-settings.php:537
111
+ #@ default
112
+ msgid "Disabled"
113
+ msgstr "Désactivé"
114
+
115
+ #: easy-fancybox-settings.php:337
116
+ #: easy-fancybox-settings.php:595
117
+ #@ easy-fancybox
118
+ msgid "Duration in milliseconds. Higher is slower."
119
+ msgstr "Durée en millisecondes. Une valeur élevée ralentit la durée."
120
+
121
+ #. translators: plugin header field 'Description'
122
+ #: easy-fancybox.php:0
123
+ #@ easy-fancybox
124
+ 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."
125
+ msgstr "Activez facilement l'<a href=\"http://fancybox.net/\">extension FancyBox jQuery</a> sur tout les liens d'images, SWF, PDF, YouTube, Dailymotion et Vimeo. Supporte également les contenus en ligne et les en iframe."
126
+
127
+ #: easy-fancybox-settings.php:430
128
+ #: easy-fancybox-settings.php:686
129
+ #@ easy-fancybox
130
+ msgid "Easing In"
131
+ msgstr "Apparition"
132
+
133
+ #: easy-fancybox-settings.php:457
134
+ #: easy-fancybox-settings.php:713
135
+ #@ easy-fancybox
136
+ msgid "Easing Out"
137
+ msgstr "Disparition"
138
+
139
+ #: easy-fancybox-settings.php:467
140
+ #: easy-fancybox-settings.php:723
141
+ #@ easy-fancybox
142
+ msgid "Easing effects only apply when Transition is set to Elastic. "
143
+ msgstr "Les effets d'apparition/disparition s'appliquent seulement lorsque la transition est réglé sur élastique."
144
+
145
+ #. translators: plugin header field 'Name'
146
+ #: easy-fancybox-class.php:337
147
+ #: easy-fancybox.php:0
148
+ #@ easy-fancybox
149
+ msgid "Easy FancyBox"
150
+ msgstr "Easy FancyBox"
151
+
152
+ #: easy-fancybox-settings.php:423
153
+ #: easy-fancybox-settings.php:450
154
+ #: easy-fancybox-settings.php:679
155
+ #: easy-fancybox-settings.php:706
156
+ #@ easy-fancybox
157
+ msgid "Elastic"
158
+ msgstr "Élastique"
159
+
160
+ #: easy-fancybox-settings.php:101
161
+ #@ easy-fancybox
162
+ msgid "Empty (hidden) links"
163
+ msgstr "Liens vides (cachés)"
164
+
165
+ #: easy-fancybox-settings.php:20
166
+ #@ easy-fancybox
167
+ msgid "Enable FancyBox for"
168
+ msgstr "Activer FancyBox pour"
169
+
170
+ #: easy-fancybox-settings.php:167
171
+ #@ easy-fancybox
172
+ msgid "Enter an HTML color value."
173
+ msgstr "Entrez la valeur d'une couleur HTML."
174
+
175
+ #: easy-fancybox-settings.php:95
176
+ #@ easy-fancybox
177
+ msgid "Exclude"
178
+ msgstr "Exclure"
179
+
180
+ #: easy-fancybox-settings.php:422
181
+ #: easy-fancybox-settings.php:449
182
+ #: easy-fancybox-settings.php:678
183
+ #: easy-fancybox-settings.php:705
184
+ #@ easy-fancybox
185
+ msgid "Fade"
186
+ msgstr "Fondu"
187
+
188
+ #: easy-fancybox-settings.php:586
189
+ #@ easy-fancybox
190
+ msgid "Fade speed"
191
+ msgstr "Vitesse de fondu"
192
+
193
+ #: easy-fancybox-class.php:337
194
+ #: easy-fancybox-class.php:544
195
+ #: easy-fancybox-class.php:588
196
+ #@ easy-fancybox
197
+ msgid "FancyBox"
198
+ msgstr "FancyBox"
199
+
200
+ #: easy-fancybox-class.php:337
201
+ #@ easy-fancybox
202
+ msgid "First enable each sub-section that you need. Then save and come back to adjust its specific settings."
203
+ msgstr "Activez en premier chaque sous-section dont vous avez besoin. Ensuite, sauvegardez et revenez ajustez leurs réglages spécifiques."
204
+
205
+ #: easy-fancybox-settings.php:500
206
+ #: easy-fancybox-settings.php:818
207
+ #: easy-fancybox-settings.php:941
208
+ #: easy-fancybox-settings.php:1035
209
+ #: easy-fancybox-settings.php:1144
210
+ #: easy-fancybox-settings.php:1243
211
+ #: easy-fancybox-settings.php:1343
212
+ #: easy-fancybox-settings.php:1467
213
+ #@ easy-fancybox
214
+ msgid "Float"
215
+ msgstr "Flottant"
216
+
217
+ #: easy-fancybox-settings.php:602
218
+ #@ easy-fancybox
219
+ msgid "Galleries per Section (below)"
220
+ msgstr "Galeries par section (dessous)"
221
+
222
+ #: easy-fancybox-class.php:598
223
+ #: easy-fancybox-settings.php:9
224
+ #@ easy-fancybox
225
+ msgid "Global settings"
226
+ msgstr "Réglages généraux"
227
+
228
+ #: easy-fancybox-settings.php:268
229
+ #: easy-fancybox-settings.php:781
230
+ #: easy-fancybox-settings.php:907
231
+ #: easy-fancybox-settings.php:1001
232
+ #: easy-fancybox-settings.php:1108
233
+ #: easy-fancybox-settings.php:1207
234
+ #: easy-fancybox-settings.php:1307
235
+ #: easy-fancybox-settings.php:1434
236
+ #@ default
237
+ msgid "Height"
238
+ msgstr "Hauteur"
239
+
240
+ #: easy-fancybox-settings.php:521
241
+ #@ easy-fancybox
242
+ msgid "Hide/show title on mouse hover action"
243
+ msgstr "Cacher/Afficher le titre au passage de la souris"
244
+
245
+ #: easy-fancybox-settings.php:502
246
+ #: easy-fancybox-settings.php:820
247
+ #: easy-fancybox-settings.php:943
248
+ #: easy-fancybox-settings.php:1037
249
+ #: easy-fancybox-settings.php:1146
250
+ #: easy-fancybox-settings.php:1245
251
+ #: easy-fancybox-settings.php:1345
252
+ #: easy-fancybox-settings.php:1469
253
+ #@ easy-fancybox
254
+ msgid "Inside"
255
+ msgstr "Intérieur"
256
+
257
+ #: easy-fancybox-settings.php:434
258
+ #: easy-fancybox-settings.php:461
259
+ #: easy-fancybox-settings.php:690
260
+ #: easy-fancybox-settings.php:717
261
+ #@ easy-fancybox
262
+ msgid "Linear"
263
+ msgstr "Linéaire"
264
+
265
+ #: easy-fancybox-settings.php:115
266
+ #@ easy-fancybox
267
+ msgid "Link with ID \"fancybox-auto\""
268
+ msgstr "Liens avec l'ID \"fancybox-auto\""
269
+
270
+ #: easy-fancybox-settings.php:89
271
+ #@ default
272
+ msgid "Links"
273
+ msgstr "Liens"
274
+
275
+ #: easy-fancybox-settings.php:100
276
+ #: easy-fancybox-settings.php:114
277
+ #: easy-fancybox-settings.php:421
278
+ #: easy-fancybox-settings.php:448
279
+ #: easy-fancybox-settings.php:677
280
+ #: easy-fancybox-settings.php:704
281
+ #@ default
282
+ #@ easy-fancybox
283
+ msgid "None"
284
+ msgstr "Aucun"
285
+
286
+ #: easy-fancybox-class.php:337
287
+ #@ easy-fancybox
288
+ 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."
289
+ msgstr "Note : Chacune des sous-sections additionnelles et des fonctionnalités comme <em>Detection-auto</em>, <em>Transitions Élastique</em> et les <em>effets d'Entrée/Sortie</em> (à l'exception de Bascule) auront un impact supplémentaire sur la vitesse d'affichage du côté de l'utilisateur final. Activez uniquement ces sous-sections et options dont vous avez besoin sur votre site."
290
+
291
+ #: easy-fancybox-settings.php:150
292
+ #: easy-fancybox-settings.php:228
293
+ #@ easy-fancybox
294
+ msgid "Opacity"
295
+ msgstr "Opacité"
296
+
297
+ #: easy-fancybox-settings.php:316
298
+ #@ easy-fancybox
299
+ msgid "Opening speed"
300
+ msgstr "Vitesse d'ouverture"
301
+
302
+ #: easy-fancybox-settings.php:501
303
+ #: easy-fancybox-settings.php:819
304
+ #: easy-fancybox-settings.php:942
305
+ #: easy-fancybox-settings.php:1036
306
+ #: easy-fancybox-settings.php:1145
307
+ #: easy-fancybox-settings.php:1244
308
+ #: easy-fancybox-settings.php:1344
309
+ #: easy-fancybox-settings.php:1468
310
+ #@ easy-fancybox
311
+ msgid "Outside"
312
+ msgstr "Extérieur"
313
+
314
+ #: easy-fancybox-settings.php:130
315
+ #: easy-fancybox-settings.php:503
316
+ #@ easy-fancybox
317
+ msgid "Overlay"
318
+ msgstr "Calque de fond"
319
+
320
+ #: easy-fancybox-class.php:601
321
+ #: easy-fancybox-settings.php:41
322
+ #: easy-fancybox-settings.php:743
323
+ #@ easy-fancybox
324
+ msgid "PDF"
325
+ msgstr "PDF"
326
+
327
+ #. translators: plugin header field 'Author'
328
+ #: easy-fancybox.php:0
329
+ #@ easy-fancybox
330
+ msgid "RavanH"
331
+ msgstr "RavanH"
332
+
333
+ #: easy-fancybox-class.php:602
334
+ #: easy-fancybox-settings.php:48
335
+ #: easy-fancybox-settings.php:868
336
+ #@ easy-fancybox
337
+ msgid "SWF"
338
+ msgstr "SWF"
339
+
340
+ #: easy-fancybox-settings.php:193
341
+ #@ easy-fancybox
342
+ msgid "Show the (X) close button"
343
+ msgstr "Afficher le bouton fermer (X)"
344
+
345
+ #: easy-fancybox-settings.php:549
346
+ #@ easy-fancybox
347
+ msgid "Show the gallery navigation arrows"
348
+ msgstr "Afficher les flèches de navigation dans la galerie"
349
+
350
+ #: easy-fancybox-settings.php:139
351
+ #@ easy-fancybox
352
+ msgid "Show the overlay around content opened in FancyBox."
353
+ msgstr "Afficher le calque de fond autour du contenu ouvert par FancyBox."
354
+
355
+ #: easy-fancybox-settings.php:492
356
+ #: easy-fancybox-settings.php:810
357
+ #: easy-fancybox-settings.php:933
358
+ #: easy-fancybox-settings.php:1027
359
+ #: easy-fancybox-settings.php:1136
360
+ #: easy-fancybox-settings.php:1235
361
+ #: easy-fancybox-settings.php:1335
362
+ #: easy-fancybox-settings.php:1459
363
+ #@ easy-fancybox
364
+ msgid "Show title"
365
+ msgstr "Afficher le titre"
366
+
367
+ #: easy-fancybox-class.php:337
368
+ #@ easy-fancybox
369
+ msgid "Some setting like Transition options are unavailable for SWF video, PDF and iFrame content to ensure browser compatibility and readability."
370
+ msgstr "Certains réglages comme les options de transition sont indisponibles pour les contenus du type vidéo SWF, les PDF et les iFrame afin d'assurer la compatibilité et la lisibilité par les navigateurs."
371
+
372
+ #: easy-fancybox-settings.php:435
373
+ #: easy-fancybox-settings.php:462
374
+ #: easy-fancybox-settings.php:691
375
+ #: easy-fancybox-settings.php:718
376
+ #@ easy-fancybox
377
+ msgid "Swing"
378
+ msgstr "Bascule"
379
+
380
+ #: easy-fancybox-settings.php:496
381
+ #: easy-fancybox-settings.php:814
382
+ #: easy-fancybox-settings.php:937
383
+ #: easy-fancybox-settings.php:1031
384
+ #: easy-fancybox-settings.php:1140
385
+ #: easy-fancybox-settings.php:1239
386
+ #: easy-fancybox-settings.php:1339
387
+ #: easy-fancybox-settings.php:1463
388
+ #@ easy-fancybox
389
+ msgid "Title Position"
390
+ msgstr "Position du titre"
391
+
392
+ #: easy-fancybox-settings.php:1396
393
+ #@ easy-fancybox
394
+ msgid "To make a website or HTML document open in an overlay, use the class \"fancybox-iframe\" for its link."
395
+ msgstr "Pour qu'un site web ou que les documents HTML s'ouvrent avec un calque de fond, utilisez la classe \"fancybox-iframe\" pour leurs liens."
396
+
397
+ #: easy-fancybox-settings.php:417
398
+ #: easy-fancybox-settings.php:673
399
+ #@ easy-fancybox
400
+ msgid "Transition In"
401
+ msgstr "Transition d'entrée"
402
+
403
+ #: easy-fancybox-settings.php:444
404
+ #: easy-fancybox-settings.php:700
405
+ #@ easy-fancybox
406
+ msgid "Transition Out"
407
+ msgstr "Transition de sortie"
408
+
409
+ #: easy-fancybox-class.php:383
410
+ #@ easy-fancybox
411
+ msgid "Unchecked"
412
+ msgstr "Décoché"
413
+
414
+ #: easy-fancybox-settings.php:158
415
+ #@ easy-fancybox
416
+ msgid "Value between 0 and 1. "
417
+ msgstr "Valeur entre 0 et 1."
418
+
419
+ #: easy-fancybox-class.php:604
420
+ #: easy-fancybox-settings.php:69
421
+ #: easy-fancybox-settings.php:1165
422
+ #@ easy-fancybox
423
+ msgid "Vimeo"
424
+ msgstr "Vimeo"
425
+
426
+ #: easy-fancybox-settings.php:542
427
+ #@ easy-fancybox
428
+ msgid "When disabled, you can use the rel attribute to manually group image links together."
429
+ msgstr "Quand la galerie est désactivée, vous pouvez utiliser l'attribut rel pour regrouper manuellement les liens d'images ensemble."
430
+
431
+ #: easy-fancybox-settings.php:258
432
+ #: easy-fancybox-settings.php:771
433
+ #: easy-fancybox-settings.php:896
434
+ #: easy-fancybox-settings.php:990
435
+ #: easy-fancybox-settings.php:1095
436
+ #: easy-fancybox-settings.php:1194
437
+ #: easy-fancybox-settings.php:1294
438
+ #: easy-fancybox-settings.php:1424
439
+ #@ default
440
+ msgid "Width"
441
+ msgstr "Largeur"
442
+
443
+ #: easy-fancybox-settings.php:180
444
+ #@ easy-fancybox
445
+ msgid "Window"
446
+ msgstr "Fenêtre"
447
+
448
+ #: easy-fancybox-settings.php:102
449
+ #@ easy-fancybox
450
+ msgid "Without thumbnail image"
451
+ msgstr "Image sans miniature"
452
+
453
+ #: easy-fancybox-class.php:603
454
+ #: easy-fancybox-settings.php:62
455
+ #: easy-fancybox-settings.php:1057
456
+ #@ easy-fancybox
457
+ msgid "YouTube"
458
+ msgstr "YouTube"
459
+
460
+ #: easy-fancybox-class.php:606
461
+ #: easy-fancybox-settings.php:83
462
+ #: easy-fancybox-settings.php:1391
463
+ #@ easy-fancybox
464
+ msgid "iFrames"
465
+ msgstr "iframes"
466
+
467
+ #: easy-fancybox-class.php:337
468
+ #@ easy-fancybox
469
+ msgid "Donate to keep the Easy FancyBox plugin development going!"
470
+ msgstr "Faites une donation pour permettre au développement de l'extension Easy FancyBox de continuer !"
471
+
472
+ #: easy-fancybox-class.php:337
473
+ #, php-format
474
+ #@ easy-fancybox
475
+ 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."
476
+ msgstr "Les options de cette section sont générées par l'extension %s et déterminent l'apparence du calque de fond <strong>Lightbox de Média</strong> et du comportement contrôlé par %s."
477
+
478
+ #: easy-fancybox-class.php:430
479
+ #@ default
480
+ msgid "Settings"
481
+ msgstr ""
482
+
483
+ #: easy-fancybox-class.php:588
484
+ #@ easy-fancybox
485
+ msgid "Easy FancyBox Settings"
486
+ msgstr "Réglages Easy FancyBox"
487
+
488
+ #: easy-fancybox-class.php:597
489
+ #@ easy-fancybox
490
+ msgid "Sections"
491
+ msgstr "Sections"
492
+
493
+ #: easy-fancybox-class.php:599
494
+ #: easy-fancybox-settings.php:27
495
+ #: easy-fancybox-settings.php:370
496
+ #@ easy-fancybox
497
+ msgid "Images"
498
+ msgstr "Images"
499
+
500
+ #: easy-fancybox-class.php:600
501
+ #: easy-fancybox-settings.php:34
502
+ #: easy-fancybox-settings.php:633
503
+ #@ easy-fancybox
504
+ msgid "Inline content"
505
+ msgstr "Contenu en ligne"
506
+
507
+ #: easy-fancybox-class.php:634
508
+ #@ easy-fancybox
509
+ msgid "Support"
510
+ msgstr "Aide"
511
+
512
+ #: easy-fancybox-class.php:635
513
+ #@ skype-online-status
514
+ msgid "Resources"
515
+ msgstr ""
516
+
517
+ #: easy-fancybox-class.php:636
518
+ #@ default
519
+ msgid "Discussion"
520
+ msgstr ""
521
+
522
+ #: easy-fancybox-class.php:637
523
+ #@ skype-online-status
524
+ msgid "Credits"
525
+ msgstr ""
526
+
527
+ #: easy-fancybox-settings.php:14
528
+ #@ easy-fancybox
529
+ msgid "Media"
530
+ msgstr "Média"
531
+
532
+ #: easy-fancybox-settings.php:55
533
+ #: easy-fancybox-settings.php:962
534
+ #@ easy-fancybox
535
+ msgid "SVG"
536
+ msgstr "SVG"
537
+
538
+ #: easy-fancybox-settings.php:86
539
+ #@ easy-fancybox
540
+ msgid "For advanced options and support, please get the Easy FancyBox - Pro extension."
541
+ msgstr "Pour les options avancées et l'aide, veuillez acquérir l'extension Easy FancyBox - Pro."
542
+
543
+ #: easy-fancybox-settings.php:109
544
+ #@ easy-fancybox
545
+ msgid "Open on page load"
546
+ msgstr "Ouvrir au chargement de la page"
547
+
548
+ #: easy-fancybox-settings.php:118
549
+ #: easy-fancybox-settings.php:409
550
+ #: easy-fancybox-settings.php:440
551
+ #: easy-fancybox-settings.php:467
552
+ #: easy-fancybox-settings.php:542
553
+ #: easy-fancybox-settings.php:696
554
+ #: easy-fancybox-settings.php:723
555
+ #@ easy-fancybox
556
+ msgid "More options &raquo;"
557
+ msgstr "Plus d'options »"
558
+
559
+ #: easy-fancybox-settings.php:125
560
+ #@ easy-fancybox
561
+ msgid "Include the Metadata jQuery extension script to allow passing custom parameters via link class."
562
+ msgstr "Intégrer l'extension de script de métadonnées jQuery afin de permettre les paramètres personnalisés via une classe de lien."
563
+
564
+ #: easy-fancybox-settings.php:146
565
+ #@ easy-fancybox
566
+ msgid "Close FancyBox when overlay is clicked."
567
+ msgstr "Fermer la FancyBox quand le calque de fond est cliqué."
568
+
569
+ #: easy-fancybox-settings.php:175
570
+ #@ easy-fancybox
571
+ msgid "Spotlight effect"
572
+ msgstr "Effet projecteur"
573
+
574
+ #: easy-fancybox-settings.php:186
575
+ #: easy-fancybox-settings.php:485
576
+ #@ easy-fancybox
577
+ msgid "Appearance"
578
+ msgstr "Apparence"
579
+
580
+ #: easy-fancybox-settings.php:198
581
+ #@ easy-fancybox
582
+ msgid "Background color"
583
+ msgstr "Couleur de fond"
584
+
585
+ #: easy-fancybox-settings.php:208
586
+ #@ easy-fancybox
587
+ msgid "Border color"
588
+ msgstr "Couleur de bordure"
589
+
590
+ #: easy-fancybox-settings.php:218
591
+ #@ easy-fancybox
592
+ msgid "Text color"
593
+ msgstr "Couleur du texte"
594
+
595
+ #: easy-fancybox-settings.php:236
596
+ #: easy-fancybox-settings.php:249
597
+ #: easy-fancybox-settings.php:524
598
+ #: easy-fancybox-settings.php:613
599
+ #@ easy-fancybox
600
+ msgid "Make available &raquo;"
601
+ msgstr "Rendre utilisable »"
602
+
603
+ #: easy-fancybox-settings.php:241
604
+ #@ easy-fancybox
605
+ msgid "Border radius"
606
+ msgstr "Radius de la bordure"
607
+
608
+ #: easy-fancybox-settings.php:249
609
+ #@ easy-fancybox
610
+ msgid "Set a border radius to create rounded corners. Higher is rounder."
611
+ msgstr "Configurez le radius de la bordure pour créer un coin arrondi. Une valeur élevée arrondit les coins."
612
+
613
+ #: easy-fancybox-settings.php:254
614
+ #@ easy-fancybox
615
+ msgid "Dimensions"
616
+ msgstr "Dimensions"
617
+
618
+ #: easy-fancybox-settings.php:286
619
+ #@ easy-fancybox
620
+ msgid "If content size is not set or cannot be determined automatically, these default dimensions will be used."
621
+ msgstr "Si la taille du contenu n'est pas configurée ou ne peut pas être déterminée automatiquement, les dimensions par défaut seront utilisée."
622
+
623
+ #: easy-fancybox-settings.php:305
624
+ #@ easy-fancybox
625
+ msgid "Esc key stroke closes FancyBox"
626
+ msgstr "La touche Echap ferme la FancyBox"
627
+
628
+ #: easy-fancybox-settings.php:312
629
+ #@ easy-fancybox
630
+ msgid "Scale large content down to fit in the browser viewport."
631
+ msgstr "Réduire la largeur des grands contenus pour tenir dans la fenêtre navigateur."
632
+
633
+ #: easy-fancybox-settings.php:375
634
+ #@ easy-fancybox
635
+ 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."
636
+ msgstr "Pour ouvrir les images avec un calque de fond, ajouter les extensions dans le champ auto-détection ou utilisez la classe \"fancybox\" pour leurs liens. Effacer le champ pour supprimer toute détection automatique."
637
+
638
+ #: easy-fancybox-settings.php:390
639
+ #: easy-fancybox-settings.php:756
640
+ #: easy-fancybox-settings.php:881
641
+ #: easy-fancybox-settings.php:975
642
+ #: easy-fancybox-settings.php:1071
643
+ #: easy-fancybox-settings.php:1179
644
+ #: easy-fancybox-settings.php:1279
645
+ #@ easy-fancybox
646
+ msgid "Autodetect"
647
+ msgstr "Auto-détection"
648
+
649
+ #: easy-fancybox-settings.php:397
650
+ #@ easy-fancybox
651
+ msgid "Example:"
652
+ msgstr "Exemple :"
653
+
654
+ #: easy-fancybox-settings.php:436
655
+ #: easy-fancybox-settings.php:463
656
+ #: easy-fancybox-settings.php:692
657
+ #: easy-fancybox-settings.php:719
658
+ #@ easy-fancybox
659
+ msgid "easeInBack"
660
+ msgstr "easeInBack"
661
+
662
+ #: easy-fancybox-settings.php:437
663
+ #: easy-fancybox-settings.php:464
664
+ #: easy-fancybox-settings.php:693
665
+ #: easy-fancybox-settings.php:720
666
+ #@ easy-fancybox
667
+ msgid "easeOutBack"
668
+ msgstr "easeOutBack"
669
+
670
+ #: easy-fancybox-settings.php:467
671
+ #: easy-fancybox-settings.php:542
672
+ #: easy-fancybox-settings.php:723
673
+ #@ easy-fancybox
674
+ msgid "Note:"
675
+ msgstr "Note :"
676
+
677
+ #: easy-fancybox-settings.php:474
678
+ #: easy-fancybox-settings.php:730
679
+ #@ easy-fancybox
680
+ msgid "Transparency fade during elastic transition. CAUTION: Use only when at least Transition In is set to Elastic!"
681
+ msgstr "Transparence du fondu durant la transition élastique. ATTENTION: Utilisez seulement quandla transition est au moins configurée sur Élastique !"
682
+
683
+ #: easy-fancybox-settings.php:481
684
+ #: easy-fancybox-settings.php:737
685
+ #@ easy-fancybox
686
+ msgid "Close FancyBox when content is clicked"
687
+ msgstr "Fermer la FancyBox quand le contenu est cliqué"
688
+
689
+ #: easy-fancybox-settings.php:528
690
+ #@ easy-fancybox
691
+ msgid "Gallery"
692
+ msgstr "Galerie"
693
+
694
+ #: easy-fancybox-settings.php:532
695
+ #@ easy-fancybox
696
+ msgid "Autogallery"
697
+ msgstr "Galerie automatique"
698
+
699
+ #: easy-fancybox-settings.php:538
700
+ #@ easy-fancybox
701
+ msgid "WordPress galleries only"
702
+ msgstr "Galerie WordPress seulement"
703
+
704
+ #: easy-fancybox-settings.php:556
705
+ #@ easy-fancybox
706
+ msgid "Arrow key strokes browse the gallery"
707
+ msgstr "Les touches de direction permettent de naviguer dans la galerie"
708
+
709
+ #: easy-fancybox-settings.php:563
710
+ #@ easy-fancybox
711
+ msgid "Include the Mousewheel jQuery extension script to allow gallery browsing by mousewheel action."
712
+ msgstr "Intégrer l'extension de script pour roulette de souris jQuery afin de permettre de parcourir la galerie lors de l'action sur la roulette de la souris."
713
+
714
+ #: easy-fancybox-settings.php:570
715
+ #@ easy-fancybox
716
+ msgid "Make galleries cyclic, allowing you to keep pressing next/back."
717
+ msgstr "Rendre la galerie cyclique, tout-en permettant d'avancer ou reculer."
718
+
719
+ #: easy-fancybox-settings.php:574
720
+ #@ easy-fancybox
721
+ msgid "Change speed"
722
+ msgstr "Vitesse de changement"
723
+
724
+ #: easy-fancybox-settings.php:602
725
+ #@ easy-fancybox
726
+ 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."
727
+ msgstr "Ceci s'applique si <em>Appliquer à</em> est réglé sur <em>Limité aux sections</em> et/ou <em>Galerie automatique</em> est réglée sur <em>Galerie par section</em>. Adaptez ceci conformément à votre thème."
728
+
729
+ #: easy-fancybox-settings.php:602
730
+ #@ easy-fancybox
731
+ 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\"."
732
+ msgstr "Exemples : Si votre thème place le contenu des articles dans un div avec une classe d'articles, changez cette valeur pour \"div.post\". Si vous voulez seulement grouper des images ensemble dans une galerie WordPress, utilisez \"div.gallery\". Si vous voulez inclure une image dans la barre latérale avec un ID primaire, ajoutez \", #primary\"."
733
+
734
+ #: easy-fancybox-settings.php:602
735
+ #@ easy-fancybox
736
+ msgid "Hide/show title on mouse hover action works best with Overlay title position."
737
+ msgstr "Afficher/masquer le titre au passage de la souris fonctionne mieux avec la position du titre du calque de fond."
738
+
739
+ #: easy-fancybox-settings.php:602
740
+ #@ easy-fancybox
741
+ msgid "The slideshow uses a fixed 6, 8 or 12 second pause per image."
742
+ msgstr "Le diaporama utilise une pause fixe par image de 6, 8 ou 12 secondes."
743
+
744
+ #: easy-fancybox-settings.php:602
745
+ #@ easy-fancybox
746
+ msgid "(6 seconds)"
747
+ msgstr "(6 secondes)"
748
+
749
+ #: easy-fancybox-settings.php:602
750
+ #@ easy-fancybox
751
+ msgid "(8 seconds)"
752
+ msgstr "(8 secondes)"
753
+
754
+ #: easy-fancybox-settings.php:602
755
+ #@ easy-fancybox
756
+ msgid "(12 seconds)"
757
+ msgstr "(12 secondes)"
758
+
759
+ #: easy-fancybox-settings.php:610
760
+ #@ easy-fancybox
761
+ msgid "Slideshow"
762
+ msgstr "Diaporama"
763
+
764
+ #: easy-fancybox-settings.php:638
765
+ #@ easy-fancybox
766
+ 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."
767
+ msgstr "Pour permettre au contenu en ligne d'ouvrir avec un calque de fond, placez ce contenu dans un div avec un ID unique, créez un lien avec la cible \"#uniqueID\" et donnez lui un attribut de classe \"fancybox-inline\"."
768
+
769
+ #: easy-fancybox-settings.php:656
770
+ #@ easy-fancybox
771
+ msgid "Try to adjust size to inline/html content. If unchecked or size cannot be determined, the default dimensions will be used."
772
+ msgstr "Essayez d'ajuster la taille du contenu HTML/en ligne. Si la taille n'est pas testée ou ne peut pas être déterminée, les dimensions par défaut seront utilisées."
773
+
774
+ #: easy-fancybox-settings.php:660
775
+ #: easy-fancybox-settings.php:1411
776
+ #@ easy-fancybox
777
+ msgid "Scrolling"
778
+ msgstr "Défilement"
779
+
780
+ #: easy-fancybox-settings.php:664
781
+ #: easy-fancybox-settings.php:1415
782
+ #@ easy-fancybox
783
+ msgid "Auto"
784
+ msgstr "Auto"
785
+
786
+ #: easy-fancybox-settings.php:665
787
+ #: easy-fancybox-settings.php:1416
788
+ #@ easy-fancybox
789
+ msgid "Always"
790
+ msgstr "Toujours"
791
+
792
+ #: easy-fancybox-settings.php:666
793
+ #: easy-fancybox-settings.php:1417
794
+ #@ easy-fancybox
795
+ msgid "Never"
796
+ msgstr "Jamais"
797
+
798
+ #: easy-fancybox-settings.php:669
799
+ #: easy-fancybox-settings.php:1420
800
+ #@ easy-fancybox
801
+ msgid "Define scrolling and scrollbar visibility."
802
+ msgstr "Définir la visibilité du défilement et de la barre de défilement"
803
+
804
+ #: easy-fancybox-settings.php:748
805
+ #@ easy-fancybox
806
+ msgid "To make any PDF document file open in an overlay, switch on Autodetect or use the class \"fancybox-pdf\" for its link."
807
+ msgstr "Pour permettre à tous les fichiers PDF d'ouvrir dans un calque de fond, réglez sur auto détection ou ajoutez au lien la classe \"fancybox-pdf\"."
808
+
809
+ #: easy-fancybox-settings.php:873
810
+ #@ easy-fancybox
811
+ msgid "To make any Flash (.swf) file open in an overlay, switch on Autodetect or use the class \"fancybox-swf\" for its link."
812
+ msgstr "Pour permettre à tous les fichiers Flash (.swf) d'ouvrir dans un calque de fond, réglez sur auto détection ou ajoutez au lien la classe \"fancybox-swf\"."
813
+
814
+ #: easy-fancybox-settings.php:967
815
+ #@ easy-fancybox
816
+ msgid "To make any SVG (.svg) file open in an overlay, switch on Autodetect or use the class \"fancybox-svg\" for its link."
817
+ msgstr "Pour permettre à tous les fichiers SVG (.svg) d'ouvrir dans un calque de fond, réglez sur auto détection ou ajoutez au lien la classe \"fancybox-svg\"."
818
+
819
+ #: easy-fancybox-settings.php:1062
820
+ #@ easy-fancybox
821
+ msgid "To make any YouTube movie open in an overlay, switch on Autodetect or use the class \"fancybox-youtube\" for its link."
822
+ msgstr "Pour permettre à toutes les videos YouTube d'ouvrir dans un calque de fond, réglez sur auto détection ou ajoutez au lien la classe \"fancybox-youtube\"."
823
+
824
+ #: easy-fancybox-settings.php:1080
825
+ #@ easy-fancybox
826
+ msgid "Autodetect Short links"
827
+ msgstr "Détection automatique des liens cours"
828
+
829
+ #: easy-fancybox-settings.php:1170
830
+ #@ easy-fancybox
831
+ msgid "To make any Vimeo movie open in an overlay, switch on Autodetect or use the class \"fancybox-vimeo\" for its link."
832
+ msgstr "Pour permettre à toutes les vidéos Vimeo d'ouvrir dans un calque de fond, réglez sur auto détection ou ajoutez au lien la classe \"fancybox-vimeo\"."
833
+
834
+ #: easy-fancybox-settings.php:1270
835
+ #@ easy-fancybox
836
+ msgid "To make any Dailymotion movie open in an overlay, switch on Autodetect or use the class \"fancybox-dailymotion\" for its link."
837
+ msgstr "Pour permettre à toutes les vidéos Dailymotion d'ouvrir dans un calque de fond, réglez sur auto détection ou ajoutez au lien la classe \"fancybox-dailymotion\"."
838
+
839
+ #. translators: plugin header field 'PluginURI'
840
+ #: easy-fancybox.php:0
841
+ #@ easy-fancybox
842
+ msgid "http://status301.net/wordpress-plugins/easy-fancybox/"
843
+ msgstr ""
844
+
845
+ #. translators: plugin header field 'AuthorURI'
846
+ #: easy-fancybox.php:0
847
+ #@ easy-fancybox
848
+ msgid "http://status301.net/"
849
+ msgstr ""
850
+
851
+ #. translators: plugin header field 'Version'
852
+ #: easy-fancybox.php:0
853
+ #@ easy-fancybox
854
+ msgid "1.5.5"
855
+ msgstr ""
856
+
languages/easy-fancybox-gu_IN.mo ADDED
Binary file
languages/easy-fancybox-gu_IN.po ADDED
@@ -0,0 +1,983 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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.5\n"
6
+ "Report-Msgid-Bugs-To: \n"
7
+ "POT-Creation-Date: 2013-06-14 00:53+0100\n"
8
+ "PO-Revision-Date: 2013-06-18 12:55+0530\n"
9
+ "Last-Translator: Ajeet <Ajeetbook@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.5\n"
17
+ "X-Poedit-SearchPath-0: ..\n"
18
+ "X-Poedit-SearchPath-1: ../../easy-fancybox-pro\n"
19
+
20
+ #: ../easy-fancybox-settings.php:9
21
+ #: ../easy-fancybox-class.php:566
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 "માટે FancyBox સક્ષમ કરો"
32
+
33
+ #: ../easy-fancybox-settings.php:27
34
+ #: ../easy-fancybox-settings.php:370
35
+ #: ../easy-fancybox-class.php:567
36
+ msgid "Images"
37
+ msgstr "છબીઓ"
38
+
39
+ #: ../easy-fancybox-settings.php:34
40
+ #: ../easy-fancybox-settings.php:633
41
+ #: ../easy-fancybox-class.php:568
42
+ msgid "Inline content"
43
+ msgstr "ઇનલાઇન સામગ્રી"
44
+
45
+ #: ../easy-fancybox-settings.php:41
46
+ #: ../easy-fancybox-settings.php:743
47
+ #: ../easy-fancybox-class.php:569
48
+ msgid "PDF"
49
+ msgstr "PDF"
50
+
51
+ #: ../easy-fancybox-settings.php:48
52
+ #: ../easy-fancybox-settings.php:868
53
+ #: ../easy-fancybox-class.php:570
54
+ msgid "SWF"
55
+ msgstr "એસડબલ્યુએફ"
56
+
57
+ #: ../easy-fancybox-settings.php:55
58
+ #: ../easy-fancybox-settings.php:962
59
+ msgid "SVG"
60
+ msgstr "SVG"
61
+
62
+ #: ../easy-fancybox-settings.php:62
63
+ #: ../easy-fancybox-settings.php:1057
64
+ #: ../easy-fancybox-class.php:571
65
+ msgid "YouTube"
66
+ msgstr "YouTube"
67
+
68
+ #: ../easy-fancybox-settings.php:69
69
+ #: ../easy-fancybox-settings.php:1165
70
+ #: ../easy-fancybox-class.php:572
71
+ msgid "Vimeo"
72
+ msgstr "Vimeo"
73
+
74
+ #: ../easy-fancybox-settings.php:76
75
+ #: ../easy-fancybox-settings.php:1265
76
+ #: ../easy-fancybox-class.php:573
77
+ msgid "Dailymotion"
78
+ msgstr "Dailymotion"
79
+
80
+ #: ../easy-fancybox-settings.php:83
81
+ #: ../easy-fancybox-settings.php:1391
82
+ #: ../easy-fancybox-class.php:574
83
+ msgid "iFrames"
84
+ msgstr "iFrames"
85
+
86
+ #: ../easy-fancybox-settings.php:86
87
+ msgid "For advanced options and support, please get the Easy FancyBox - Pro extension."
88
+ msgstr "પ્રો એક્સ્ટેંશન - અદ્યતન વિકલ્પો અને આધાર માટે, સરળ FancyBox વિચાર કરો."
89
+
90
+ #: ../easy-fancybox-settings.php:89
91
+ msgid "Links"
92
+ msgstr "કડીઓ"
93
+
94
+ #: ../easy-fancybox-settings.php:95
95
+ msgid "Exclude"
96
+ msgstr "બાકાત રાખવું"
97
+
98
+ #: ../easy-fancybox-settings.php:100
99
+ #: ../easy-fancybox-settings.php:114
100
+ #: ../easy-fancybox-settings.php:421
101
+ #: ../easy-fancybox-settings.php:448
102
+ #: ../easy-fancybox-settings.php:677
103
+ #: ../easy-fancybox-settings.php:704
104
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:227
105
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:252
106
+ msgid "None"
107
+ msgstr "કોઈ નહીં"
108
+
109
+ #: ../easy-fancybox-settings.php:101
110
+ msgid "Empty (hidden) links"
111
+ msgstr "ખાલી (છુપી) લિંક્સ"
112
+
113
+ #: ../easy-fancybox-settings.php:102
114
+ msgid "Without thumbnail image"
115
+ msgstr "થંબનેલ છબી વગર"
116
+
117
+ #: ../easy-fancybox-settings.php:109
118
+ msgid "Open on page load"
119
+ msgstr "પૃષ્ઠ લોડ પર ખોલો"
120
+
121
+ #: ../easy-fancybox-settings.php:115
122
+ msgid "Link with ID \"fancybox-auto\""
123
+ msgstr "ID સાથે કડી \"fancybox-ઓટો \""
124
+
125
+ #: ../easy-fancybox-settings.php:118
126
+ #: ../easy-fancybox-settings.php:409
127
+ #: ../easy-fancybox-settings.php:440
128
+ #: ../easy-fancybox-settings.php:467
129
+ #: ../easy-fancybox-settings.php:542
130
+ #: ../easy-fancybox-settings.php:696
131
+ #: ../easy-fancybox-settings.php:723
132
+ msgid "More options &raquo;"
133
+ msgstr "વધુ વિકલ્પો »"
134
+
135
+ #: ../easy-fancybox-settings.php:125
136
+ msgid "Include the Metadata jQuery extension script to allow passing custom parameters via link class."
137
+ msgstr "કડી વર્ગ મારફતે વૈવિધ્યપૂર્ણ પરિમાણો પસાર કરવા માટે પરવાનગી આપવા મેટાડેટા jQuery એક્સ્ટેંશન સ્ક્રિપ્ટ સમાવેશ થાય છે."
138
+
139
+ #: ../easy-fancybox-settings.php:130
140
+ #: ../easy-fancybox-settings.php:503
141
+ msgid "Overlay"
142
+ msgstr "ઓવરલે"
143
+
144
+ #: ../easy-fancybox-settings.php:139
145
+ msgid "Show the overlay around content opened in FancyBox."
146
+ msgstr "FancyBox માં ખોલવામાં સામગ્રી આસપાસ ઓવરલે બતાવો."
147
+
148
+ #: ../easy-fancybox-settings.php:146
149
+ msgid "Close FancyBox when overlay is clicked."
150
+ msgstr "ઓવરલે ક્લિક થયેલ હોય ત્યારે FancyBox બંધ કરો."
151
+
152
+ #: ../easy-fancybox-settings.php:150
153
+ #: ../easy-fancybox-settings.php:228
154
+ msgid "Opacity"
155
+ msgstr "અસ્પષ્ટ"
156
+
157
+ #: ../easy-fancybox-settings.php:158
158
+ msgid "Value between 0 and 1. "
159
+ msgstr "0 અને 1 વચ્ચે મૂલ્ય."
160
+
161
+ #: ../easy-fancybox-settings.php:158
162
+ #: ../easy-fancybox-settings.php:167
163
+ #: ../easy-fancybox-settings.php:286
164
+ #: ../easy-fancybox-settings.php:337
165
+ #: ../easy-fancybox-settings.php:595
166
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:103
167
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:108
168
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:147
169
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:244
170
+ msgid "Default:"
171
+ msgstr "ડિફોલ્ટ:"
172
+
173
+ #: ../easy-fancybox-settings.php:162
174
+ msgid "Color"
175
+ msgstr "રંગ"
176
+
177
+ #: ../easy-fancybox-settings.php:167
178
+ msgid "Enter an HTML color value."
179
+ msgstr "એક HTML રંગ કિંમત દાખલ કરો."
180
+
181
+ #: ../easy-fancybox-settings.php:175
182
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:71
183
+ msgid "Spotlight effect"
184
+ msgstr "સ્પોટલાઇટ અસર"
185
+
186
+ #: ../easy-fancybox-settings.php:175
187
+ #: ../easy-fancybox-settings.php:236
188
+ #: ../easy-fancybox-settings.php:249
189
+ #: ../easy-fancybox-settings.php:524
190
+ #: ../easy-fancybox-settings.php:613
191
+ msgid "Make available &raquo;"
192
+ msgstr "ઉપલબ્ધ બનાવો »"
193
+
194
+ #: ../easy-fancybox-settings.php:180
195
+ msgid "Window"
196
+ msgstr "બારી"
197
+
198
+ #: ../easy-fancybox-settings.php:186
199
+ #: ../easy-fancybox-settings.php:485
200
+ msgid "Appearance"
201
+ msgstr "હાજરી"
202
+
203
+ #: ../easy-fancybox-settings.php:193
204
+ msgid "Show the (X) close button"
205
+ msgstr "આ (એક્સ) બંધ બટન બતાવો"
206
+
207
+ #: ../easy-fancybox-settings.php:198
208
+ msgid "Background color"
209
+ msgstr "પૃષ્ઠભૂમિ રંગ"
210
+
211
+ #: ../easy-fancybox-settings.php:208
212
+ msgid "Border color"
213
+ msgstr "બોર્ડર રંગ"
214
+
215
+ #: ../easy-fancybox-settings.php:218
216
+ msgid "Text color"
217
+ msgstr "ટેક્સ્ટ રંગ"
218
+
219
+ #: ../easy-fancybox-settings.php:241
220
+ msgid "Border radius"
221
+ msgstr "બોર્ડર ત્રિજ્યા"
222
+
223
+ #: ../easy-fancybox-settings.php:249
224
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:114
225
+ msgid "Set a border radius to create rounded corners. Higher is rounder."
226
+ msgstr "ગોળાકાર ખૂણાઓ બનાવવા માટે સરહદ ત્રિજ્યા સેટ કરો. ઉચ્ચ રાઉન્ડર છે."
227
+
228
+ #: ../easy-fancybox-settings.php:254
229
+ msgid "Dimensions"
230
+ msgstr "વિસ્તાર"
231
+
232
+ #: ../easy-fancybox-settings.php:258
233
+ #: ../easy-fancybox-settings.php:771
234
+ #: ../easy-fancybox-settings.php:896
235
+ #: ../easy-fancybox-settings.php:990
236
+ #: ../easy-fancybox-settings.php:1095
237
+ #: ../easy-fancybox-settings.php:1194
238
+ #: ../easy-fancybox-settings.php:1294
239
+ #: ../easy-fancybox-settings.php:1424
240
+ msgid "Width"
241
+ msgstr "પહોળાઈ"
242
+
243
+ #: ../easy-fancybox-settings.php:268
244
+ #: ../easy-fancybox-settings.php:781
245
+ #: ../easy-fancybox-settings.php:907
246
+ #: ../easy-fancybox-settings.php:1001
247
+ #: ../easy-fancybox-settings.php:1108
248
+ #: ../easy-fancybox-settings.php:1207
249
+ #: ../easy-fancybox-settings.php:1307
250
+ #: ../easy-fancybox-settings.php:1434
251
+ msgid "Height"
252
+ msgstr "ઊંચાઈ"
253
+
254
+ #: ../easy-fancybox-settings.php:277
255
+ #: ../easy-fancybox-settings.php:790
256
+ #: ../easy-fancybox-settings.php:917
257
+ #: ../easy-fancybox-settings.php:1011
258
+ #: ../easy-fancybox-settings.php:1120
259
+ #: ../easy-fancybox-settings.php:1219
260
+ #: ../easy-fancybox-settings.php:1319
261
+ #: ../easy-fancybox-settings.php:1443
262
+ msgid "Border"
263
+ msgstr "સરહદ"
264
+
265
+ #: ../easy-fancybox-settings.php:286
266
+ msgid "If content size is not set or cannot be determined automatically, these default dimensions will be used."
267
+ msgstr "સામગ્રી કદ સેટ નથી અથવા આપોઆપ નક્કી કરી શકતા નથી, તો આ મૂળભૂત પરિમાણો ઉપયોગ કરવામાં આવશે."
268
+
269
+ #: ../easy-fancybox-settings.php:291
270
+ #: ../easy-fancybox-settings.php:413
271
+ msgid "Behavior"
272
+ msgstr "વર્તન"
273
+
274
+ #: ../easy-fancybox-settings.php:298
275
+ msgid "Center while scrolling"
276
+ msgstr "કેન્દ્ર જ્યારે સરકાવનાર"
277
+
278
+ #: ../easy-fancybox-settings.php:305
279
+ msgid "Esc key stroke closes FancyBox"
280
+ msgstr "Esc કી સ્ટ્રોક FancyBox બંધ"
281
+
282
+ #: ../easy-fancybox-settings.php:312
283
+ msgid "Scale large content down to fit in the browser viewport."
284
+ msgstr "બ્રાઉઝર વ્યૂપોર્ટ માં ફિટ નીચે સ્કેલ મોટા સામગ્રી."
285
+
286
+ #: ../easy-fancybox-settings.php:316
287
+ msgid "Opening speed"
288
+ msgstr "ઝડપ ખુલવાનો"
289
+
290
+ #: ../easy-fancybox-settings.php:328
291
+ msgid "Closing speed"
292
+ msgstr "ઝડપ બંધ"
293
+
294
+ #: ../easy-fancybox-settings.php:337
295
+ #: ../easy-fancybox-settings.php:595
296
+ msgid "Duration in milliseconds. Higher is slower."
297
+ msgstr "મિલિસેકન્ડોમાં સમયગાળો. ઉચ્ચ ધીમી છે."
298
+
299
+ #: ../easy-fancybox-settings.php:375
300
+ 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."
301
+ msgstr "ઓવરલે ચિત્રો ઓપન બનાવવા માટે, ક્ષેત્ર સ્વતઃશોધ તેમના એક્સ્ટેંશન ઉમેરવા અથવા તેની લિંક માટે \"fancybox \" વર્ગ વાપરો. સ્પષ્ટ ક્ષેત્ર બધા આપોઆપ શોધવાનું બંધ સ્વિચ કરવા માટે."
302
+
303
+ #: ../easy-fancybox-settings.php:390
304
+ #: ../easy-fancybox-settings.php:756
305
+ #: ../easy-fancybox-settings.php:881
306
+ #: ../easy-fancybox-settings.php:975
307
+ #: ../easy-fancybox-settings.php:1071
308
+ #: ../easy-fancybox-settings.php:1179
309
+ #: ../easy-fancybox-settings.php:1279
310
+ msgid "Autodetect"
311
+ msgstr "સ્વતઃશોધ"
312
+
313
+ #: ../easy-fancybox-settings.php:397
314
+ msgid "Example:"
315
+ msgstr "ઉદાહરણ તરીકે:"
316
+
317
+ #: ../easy-fancybox-settings.php:401
318
+ msgid "Apply to"
319
+ msgstr "માટે અરજી"
320
+
321
+ #: ../easy-fancybox-settings.php:406
322
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:147
323
+ msgid "All image links"
324
+ msgstr "બધા છબી લિંક્સ"
325
+
326
+ #: ../easy-fancybox-settings.php:417
327
+ #: ../easy-fancybox-settings.php:673
328
+ msgid "Transition In"
329
+ msgstr "માં સંક્રાંતિ"
330
+
331
+ #: ../easy-fancybox-settings.php:422
332
+ #: ../easy-fancybox-settings.php:449
333
+ #: ../easy-fancybox-settings.php:678
334
+ #: ../easy-fancybox-settings.php:705
335
+ msgid "Fade"
336
+ msgstr "ઝૂકી કે નમી પડવું"
337
+
338
+ #: ../easy-fancybox-settings.php:423
339
+ #: ../easy-fancybox-settings.php:450
340
+ #: ../easy-fancybox-settings.php:679
341
+ #: ../easy-fancybox-settings.php:706
342
+ msgid "Elastic"
343
+ msgstr "સ્થિતિસ્થાપક"
344
+
345
+ #: ../easy-fancybox-settings.php:430
346
+ #: ../easy-fancybox-settings.php:686
347
+ msgid "Easing In"
348
+ msgstr "માં સરળ"
349
+
350
+ #: ../easy-fancybox-settings.php:434
351
+ #: ../easy-fancybox-settings.php:461
352
+ #: ../easy-fancybox-settings.php:690
353
+ #: ../easy-fancybox-settings.php:717
354
+ msgid "Linear"
355
+ msgstr "રેખીય"
356
+
357
+ #: ../easy-fancybox-settings.php:435
358
+ #: ../easy-fancybox-settings.php:462
359
+ #: ../easy-fancybox-settings.php:691
360
+ #: ../easy-fancybox-settings.php:718
361
+ msgid "Swing"
362
+ msgstr "સ્વિંગ"
363
+
364
+ #: ../easy-fancybox-settings.php:436
365
+ #: ../easy-fancybox-settings.php:463
366
+ #: ../easy-fancybox-settings.php:692
367
+ #: ../easy-fancybox-settings.php:719
368
+ msgid "easeInBack"
369
+ msgstr "easeInBack"
370
+
371
+ #: ../easy-fancybox-settings.php:437
372
+ #: ../easy-fancybox-settings.php:464
373
+ #: ../easy-fancybox-settings.php:693
374
+ #: ../easy-fancybox-settings.php:720
375
+ msgid "easeOutBack"
376
+ msgstr "easeOutBack"
377
+
378
+ #: ../easy-fancybox-settings.php:444
379
+ #: ../easy-fancybox-settings.php:700
380
+ msgid "Transition Out"
381
+ msgstr "સંક્રમણ આઉટ"
382
+
383
+ #: ../easy-fancybox-settings.php:457
384
+ #: ../easy-fancybox-settings.php:713
385
+ msgid "Easing Out"
386
+ msgstr "આઉટ સરળ"
387
+
388
+ #: ../easy-fancybox-settings.php:467
389
+ #: ../easy-fancybox-settings.php:542
390
+ #: ../easy-fancybox-settings.php:723
391
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:213
392
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:219
393
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:230
394
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:257
395
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:331
396
+ msgid "Note:"
397
+ msgstr "નોંધ:"
398
+
399
+ #: ../easy-fancybox-settings.php:467
400
+ #: ../easy-fancybox-settings.php:723
401
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:213
402
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:331
403
+ msgid "Easing effects only apply when Transition is set to Elastic. "
404
+ msgstr "ટ્રાન્ઝિશન સ્થિતિસ્થાપકતાનો માટે સુયોજિત થયેલ છે જ્યારે હળવો અસરો માત્ર લાગુ પડે છે."
405
+
406
+ #: ../easy-fancybox-settings.php:474
407
+ #: ../easy-fancybox-settings.php:730
408
+ msgid "Transparency fade during elastic transition. CAUTION: Use only when at least Transition In is set to Elastic!"
409
+ msgstr "સ્થિતિસ્થાપક સંક્રમણ દરમિયાન પારદર્શિતા ફેડ. સાવધાની: ઓછામાં ઓછા ટ્રાન્ઝિશન સ્થિતિસ્થાપકતાનો માટે સુયોજિત થયેલ છે ત્યારે જ વાપરો!"
410
+
411
+ #: ../easy-fancybox-settings.php:481
412
+ #: ../easy-fancybox-settings.php:737
413
+ msgid "Close FancyBox when content is clicked"
414
+ msgstr "સામગ્રી ક્લિક થયેલ હોય ત્યારે FancyBox બંધ"
415
+
416
+ #: ../easy-fancybox-settings.php:492
417
+ #: ../easy-fancybox-settings.php:810
418
+ #: ../easy-fancybox-settings.php:933
419
+ #: ../easy-fancybox-settings.php:1027
420
+ #: ../easy-fancybox-settings.php:1136
421
+ #: ../easy-fancybox-settings.php:1235
422
+ #: ../easy-fancybox-settings.php:1335
423
+ #: ../easy-fancybox-settings.php:1459
424
+ msgid "Show title"
425
+ msgstr "શીર્ષક બતાવો"
426
+
427
+ #: ../easy-fancybox-settings.php:496
428
+ #: ../easy-fancybox-settings.php:814
429
+ #: ../easy-fancybox-settings.php:937
430
+ #: ../easy-fancybox-settings.php:1031
431
+ #: ../easy-fancybox-settings.php:1140
432
+ #: ../easy-fancybox-settings.php:1239
433
+ #: ../easy-fancybox-settings.php:1339
434
+ #: ../easy-fancybox-settings.php:1463
435
+ msgid "Title Position"
436
+ msgstr "શીર્ષક પોઝિશન"
437
+
438
+ #: ../easy-fancybox-settings.php:500
439
+ #: ../easy-fancybox-settings.php:818
440
+ #: ../easy-fancybox-settings.php:941
441
+ #: ../easy-fancybox-settings.php:1035
442
+ #: ../easy-fancybox-settings.php:1144
443
+ #: ../easy-fancybox-settings.php:1243
444
+ #: ../easy-fancybox-settings.php:1343
445
+ #: ../easy-fancybox-settings.php:1467
446
+ msgid "Float"
447
+ msgstr "ફ્લોટ"
448
+
449
+ #: ../easy-fancybox-settings.php:501
450
+ #: ../easy-fancybox-settings.php:819
451
+ #: ../easy-fancybox-settings.php:942
452
+ #: ../easy-fancybox-settings.php:1036
453
+ #: ../easy-fancybox-settings.php:1145
454
+ #: ../easy-fancybox-settings.php:1244
455
+ #: ../easy-fancybox-settings.php:1344
456
+ #: ../easy-fancybox-settings.php:1468
457
+ msgid "Outside"
458
+ msgstr "બહાર"
459
+
460
+ #: ../easy-fancybox-settings.php:502
461
+ #: ../easy-fancybox-settings.php:820
462
+ #: ../easy-fancybox-settings.php:943
463
+ #: ../easy-fancybox-settings.php:1037
464
+ #: ../easy-fancybox-settings.php:1146
465
+ #: ../easy-fancybox-settings.php:1245
466
+ #: ../easy-fancybox-settings.php:1345
467
+ #: ../easy-fancybox-settings.php:1469
468
+ msgid "Inside"
469
+ msgstr "અંદરની બાજુ"
470
+
471
+ #: ../easy-fancybox-settings.php:513
472
+ #: ../easy-fancybox-settings.php:829
473
+ #: ../easy-fancybox-settings.php:952
474
+ #: ../easy-fancybox-settings.php:1047
475
+ #: ../easy-fancybox-settings.php:1155
476
+ #: ../easy-fancybox-settings.php:1254
477
+ #: ../easy-fancybox-settings.php:1354
478
+ #: ../easy-fancybox-settings.php:1478
479
+ msgid "Allow title from thumbnail alt tag"
480
+ msgstr "થંબનેલ Alt ટૅગ માંથી શીર્ષક મંજૂરી આપો"
481
+
482
+ #: ../easy-fancybox-settings.php:517
483
+ #: ../easy-fancybox-settings.php:606
484
+ msgid "Advanced"
485
+ msgstr "ઉન્નત"
486
+
487
+ #: ../easy-fancybox-settings.php:521
488
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:228
489
+ msgid "Hide/show title on mouse hover action"
490
+ msgstr "માઉસ હોવર ક્રિયા પર શીર્ષક બતાવો / છુપાવો"
491
+
492
+ #: ../easy-fancybox-settings.php:528
493
+ msgid "Gallery"
494
+ msgstr "દીર્ઘા"
495
+
496
+ #: ../easy-fancybox-settings.php:532
497
+ msgid "Autogallery"
498
+ msgstr "Autogallery"
499
+
500
+ #: ../easy-fancybox-settings.php:537
501
+ msgid "Disabled"
502
+ msgstr "અક્ષમ"
503
+
504
+ #: ../easy-fancybox-settings.php:538
505
+ msgid "WordPress galleries only"
506
+ msgstr "WordPress ગેલેરીઓ માત્ર"
507
+
508
+ #: ../easy-fancybox-settings.php:539
509
+ msgid "All in one gallery"
510
+ msgstr "એક ગેલેરીમાં ઑફ તમામ"
511
+
512
+ #: ../easy-fancybox-settings.php:542
513
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:219
514
+ msgid "When disabled, you can use the rel attribute to manually group image links together."
515
+ msgstr "અક્ષમ કરો છો, ત્યારે તમે એકસાથે જાતે જૂથ છબી લિંક્સ માટે rel લક્ષણ ઉપયોગ કરી શકો છો."
516
+
517
+ #: ../easy-fancybox-settings.php:542
518
+ msgid "Leave the mousewheel option (below) unchecked when you do not use FancyBox for galleries on your site."
519
+ msgstr "જો mousewheel વિકલ્પ (નીચે) તમે તમારી સાઇટ પર ગેલેરીઓ માટે FancyBox ઉપયોગ ન હોય ત્યારે અચિહ્નિત છોડી મૂકો."
520
+
521
+ #: ../easy-fancybox-settings.php:549
522
+ msgid "Show the gallery navigation arrows"
523
+ msgstr "ગેલેરી સંશોધક તીર બતાવો"
524
+
525
+ #: ../easy-fancybox-settings.php:556
526
+ msgid "Arrow key strokes browse the gallery"
527
+ msgstr "તીર કી સ્ટ્રૉક ગેલેરી બ્રાઉઝ કરો"
528
+
529
+ #: ../easy-fancybox-settings.php:563
530
+ msgid "Include the Mousewheel jQuery extension script to allow gallery browsing by mousewheel action."
531
+ msgstr "Mousewheel ક્રિયા દ્વારા ગેલેરી બ્રાઉઝિંગ માટે પરવાનગી આપવા માટે Mousewheel jQuery એક્સ્ટેંશન સ્ક્રિપ્ટ સમાવેશ થાય છે."
532
+
533
+ #: ../easy-fancybox-settings.php:570
534
+ msgid "Make galleries cyclic, allowing you to keep pressing next/back."
535
+ msgstr "તમે પાછા / આગામી દબાવીને રાખવા માટે પરવાનગી આપે છે, ગેલેરીઓમાં ચક્રીય બનાવો."
536
+
537
+ #: ../easy-fancybox-settings.php:574
538
+ msgid "Change speed"
539
+ msgstr "ઝડપ બદલો"
540
+
541
+ #: ../easy-fancybox-settings.php:586
542
+ msgid "Fade speed"
543
+ msgstr "ઝડપ ઝાંખું"
544
+
545
+ #: ../easy-fancybox-settings.php:602
546
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:217
547
+ msgid "Galleries per Section (below)"
548
+ msgstr "વિભાગ દીઠ ગેલેરીઓ (નીચે)"
549
+
550
+ #: ../easy-fancybox-settings.php:602
551
+ 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."
552
+ msgstr "આ <em> </ em> વિભાગો માટે મર્યાદિત <em> માટે સુયોજિત થયેલ છે માટે અરજી કરો ત્યારે લાગુ પડે છે </ em> અને / અથવા <em> Autogallery </ em> વિભાગ દીઠ <em> ગેલેરીઝ માટે સુયોજિત થયેલ છે </ em>. તમારી થીમ સાથે અનુકૂળ કરવા માટે તેને સ્વીકારવાનું."
553
+
554
+ #: ../easy-fancybox-settings.php:602
555
+ 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\"."
556
+ msgstr "ઉદાહરણો: તમારી થીમ વર્ગ પોસ્ટ સાથે DIV પોસ્ટ આવરણમાં સામગ્રી નહિં, તો \"div.post \" આ કિંમત બદલો. તમે માત્ર મળીને એક WordPress ગેલેરીમાં જૂથ છબીઓ માંગો છો, તો \"div.gallery \" વાપરો. તમે ને પ્રાથમિક સાથે સાઇડબારમાં છબીઓ શામેલ કરવા માંગો છો, તો \", # પ્રાથમિક \" ઉમેરો."
557
+
558
+ #: ../easy-fancybox-settings.php:602
559
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:230
560
+ msgid "Hide/show title on mouse hover action works best with Overlay title position."
561
+ msgstr "માઉસ હોવર ક્રિયા પર શીર્ષક બતાવો / છુપાવો ઓવરલે શીર્ષક પોઝિશન સાથે શ્રેષ્ઠ કામ કરે છે."
562
+
563
+ #: ../easy-fancybox-settings.php:602
564
+ msgid "The slideshow uses a fixed 6, 8 or 12 second pause per image."
565
+ msgstr "સ્લાઇડશો ઇમેજ દીઠ એક નિશ્ચિત 6, 8, અથવા 12 સેકન્ડ વિરામ વાપરે છે."
566
+
567
+ #: ../easy-fancybox-settings.php:602
568
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:253
569
+ msgid "(6 seconds)"
570
+ msgstr "(6 સેકંડ)"
571
+
572
+ #: ../easy-fancybox-settings.php:602
573
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:254
574
+ msgid "(8 seconds)"
575
+ msgstr "(8 સેકન્ડો)"
576
+
577
+ #: ../easy-fancybox-settings.php:602
578
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:255
579
+ msgid "(12 seconds)"
580
+ msgstr "(12 સેકન્ડ્સ)"
581
+
582
+ #: ../easy-fancybox-settings.php:610
583
+ msgid "Slideshow"
584
+ msgstr "સ્લાઇડ શો"
585
+
586
+ #: ../easy-fancybox-settings.php:638
587
+ 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."
588
+ msgstr "અનન્ય ID ને સાથે DIV કે સામગ્રી ઓવરલે, કામળો માં ઇનલાઇન સામગ્રી ઓપન બનાવવા માટે, લક્ષ્ય \"# uniqueID \" સાથે લિંક બનાવી છે અને તે એક વર્ગ \"fancybox-inline \" લક્ષણ આપે છે."
589
+
590
+ #: ../easy-fancybox-settings.php:656
591
+ msgid "Try to adjust size to inline/html content. If unchecked or size cannot be determined, the default dimensions will be used."
592
+ msgstr "ઇનલાઇન / html સામગ્રી માટે માપ વ્યવસ્થિત કરવાનો પ્રયાસ કરો. અનચેક અથવા કદ નક્કી કરી શકતા નથી, તો ડિફૉલ્ટ પરિમાણો ઉપયોગ કરવામાં આવશે."
593
+
594
+ #: ../easy-fancybox-settings.php:660
595
+ #: ../easy-fancybox-settings.php:1411
596
+ msgid "Scrolling"
597
+ msgstr "સ્ક્રોલિંગ"
598
+
599
+ #: ../easy-fancybox-settings.php:664
600
+ #: ../easy-fancybox-settings.php:1415
601
+ msgid "Auto"
602
+ msgstr "ઓટો"
603
+
604
+ #: ../easy-fancybox-settings.php:665
605
+ #: ../easy-fancybox-settings.php:1416
606
+ msgid "Always"
607
+ msgstr "હંમેશાં"
608
+
609
+ #: ../easy-fancybox-settings.php:666
610
+ #: ../easy-fancybox-settings.php:1417
611
+ msgid "Never"
612
+ msgstr "ક્યારેય નહીં"
613
+
614
+ #: ../easy-fancybox-settings.php:669
615
+ #: ../easy-fancybox-settings.php:1420
616
+ msgid "Define scrolling and scrollbar visibility."
617
+ msgstr "સરકાવનાર અને સ્ક્રોલબાર દૃશ્યતા વ્યાખ્યાયિત કરે છે."
618
+
619
+ #: ../easy-fancybox-settings.php:748
620
+ msgid "To make any PDF document file open in an overlay, switch on Autodetect or use the class \"fancybox-pdf\" for its link."
621
+ msgstr "ઓવરલે, સ્વતઃશોધ પર સ્વીચ કોઈપણ PDF દસ્તાવેજ ફાઈલ ઓપન કરી અથવા તેની લિંક માટે વર્ગ \"fancybox-PDF \" વાપરો."
622
+
623
+ #: ../easy-fancybox-settings.php:873
624
+ msgid "To make any Flash (.swf) file open in an overlay, switch on Autodetect or use the class \"fancybox-swf\" for its link."
625
+ msgstr "સ્વતઃશોધ પર સ્વીચ, ઓવરલે કોઈપણ ફ્લેશ (. એસડબલ્યુએફ) ફાઇલ ખોલો બનાવવા અથવા વર્ગ ઉપયોગ કરવા માટે \"fancybox-એસડબલ્યુએફ \" તેની લિંક માટે."
626
+
627
+ #: ../easy-fancybox-settings.php:967
628
+ msgid "To make any SVG (.svg) file open in an overlay, switch on Autodetect or use the class \"fancybox-svg\" for its link."
629
+ msgstr "સ્વતઃશોધ પર સ્વીચ, ઓવરલે કોઈપણ SVG (. SVG) ફાઈલ ઓપન કરી અથવા તેની લિંક માટે વર્ગ \"fancybox-SVG \" વાપરો."
630
+
631
+ #: ../easy-fancybox-settings.php:1062
632
+ msgid "To make any YouTube movie open in an overlay, switch on Autodetect or use the class \"fancybox-youtube\" for its link."
633
+ msgstr "સ્વતઃશોધ પર સ્વીચ, ઓવરલે કોઈપણ YouTube મૂવી ઓપન કરો અથવા તેના લિંક માટે વર્ગ \"fancybox-YouTube \" વાપરો."
634
+
635
+ #: ../easy-fancybox-settings.php:1080
636
+ msgid "Autodetect Short links"
637
+ msgstr "લઘુ કડીઓ સ્વતઃશોધ"
638
+
639
+ #: ../easy-fancybox-settings.php:1170
640
+ msgid "To make any Vimeo movie open in an overlay, switch on Autodetect or use the class \"fancybox-vimeo\" for its link."
641
+ msgstr "સ્વતઃશોધ પર સ્વીચ, ઓવરલે કોઈપણ Vimeo ફિલ્મ ઓપન કરો અથવા તેના લિંક માટે વર્ગ \"fancybox-Vimeo \" વાપરો."
642
+
643
+ #: ../easy-fancybox-settings.php:1270
644
+ msgid "To make any Dailymotion movie open in an overlay, switch on Autodetect or use the class \"fancybox-dailymotion\" for its link."
645
+ msgstr "આપમેળેચકાસો home page પર સ્વીચ, નોંધો કે જો ઓવરલે માં કોઇ પણ Dailymotion મૂવી ઓપન બનાવવાનો છે અથવા તેના લિંક માટે જો આ વર્ગ \"fancybox-dailymotion \" નો ઉપયોગ કરો કરવા માટે,."
646
+
647
+ #: ../easy-fancybox-settings.php:1396
648
+ msgid "To make a website or HTML document open in an overlay, use the class \"fancybox-iframe\" for its link."
649
+ msgstr "ઓવરલે એક વેબસાઇટ અથવા HTML દસ્તાવેજ ખોલો બનાવવા માટે, તેની લિંક માટે વર્ગ \"fancybox-iframe \" વાપરો."
650
+
651
+ #: ../easy-fancybox-class.php:298
652
+ msgid "Donate to keep the Easy FancyBox plugin development going!"
653
+ msgstr "સરળ FancyBox પ્લગઇન વિકાસ ચાલુ રાખવા માટે દાન!"
654
+
655
+ #: ../easy-fancybox-class.php:298
656
+ #, php-format
657
+ 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."
658
+ msgstr "આ વિભાગમાં વિકલ્પો પ્લગઇન% s દ્વારા પૂરી પાડવામાં આવેલ છે અને <strong> મીડિયા લાઇટબૉક્સ </ strong>:% s દ્વારા નિયંત્રિત ઓવરલે દેખાવ અને વર્તન નક્કી કરવામાં આવે છે."
659
+
660
+ #: ../easy-fancybox-class.php:298
661
+ msgid "Easy FancyBox"
662
+ msgstr "સરળ FancyBox"
663
+
664
+ #: ../easy-fancybox-class.php:298
665
+ #: ../easy-fancybox-class.php:510
666
+ #: ../easy-fancybox-class.php:554
667
+ msgid "FancyBox"
668
+ msgstr "FancyBox"
669
+
670
+ #: ../easy-fancybox-class.php:298
671
+ msgid "First enable each sub-section that you need. Then save and come back to adjust its specific settings."
672
+ msgstr "પ્રથમ તમે જરૂર છે કે જે દરેક પેટા - કલમ સક્રિય કરે છે. પછી સેવ અને તેની ચોક્કસ સુયોજનો સંતુલિત કરવા માટે પાછા આવો."
673
+
674
+ #: ../easy-fancybox-class.php:298
675
+ 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."
676
+ msgstr "નોંધ: દરેક વધારાના પેટા - કલમ અને <em> સ્વતઃ શોધ </ em>, <em> સ્થિતિસ્થાપકતાનો સંક્રમણો જેવા લક્ષણો </ em> અને બધા <em> સરળ અસરો </ em> (સ્વિંગ સિવાય) કેટલાક વિશેષ અસર પડશે ક્લાઈન્ટ બાજુ પાનું ઝડપ પર. માત્ર તે જ પેટા વિભાગો અને તમે ખરેખર તમારી સાઇટ પર જરૂર છે કે જે વિકલ્પો સક્ષમ કરો."
677
+
678
+ #: ../easy-fancybox-class.php:298
679
+ msgid "Some setting like Transition options are unavailable for SWF video, PDF and iFrame content to ensure browser compatibility and readability."
680
+ msgstr "ટ્રાન્ઝિશન વિકલ્પો જેવા કેટલાક સેટિંગ એસડબલ્યુએફ વિડિઓ, પીડીએફ અને બ્રાઉઝર સુસંગતતા અને વાંચી શકાય તેની ખાતરી કરવા માટે iframe સામગ્રી માટે અનુપલબ્ધ છે."
681
+
682
+ #: ../easy-fancybox-class.php:342
683
+ msgid "Checked"
684
+ msgstr "રંગબેરંગી"
685
+
686
+ #: ../easy-fancybox-class.php:344
687
+ msgid "Unchecked"
688
+ msgstr "અનચેક"
689
+
690
+ #: ../easy-fancybox-class.php:391
691
+ msgid "Settings"
692
+ msgstr "સેટિંગ્સ"
693
+
694
+ #: ../easy-fancybox-class.php:554
695
+ msgid "Easy FancyBox Settings"
696
+ msgstr "સરળ FancyBox સેટિંગ્સ"
697
+
698
+ #: ../easy-fancybox-class.php:565
699
+ msgid "Sections"
700
+ msgstr "વિભાગો"
701
+
702
+ #: ../easy-fancybox-class.php:602
703
+ msgid "Support"
704
+ msgstr "આધાર"
705
+
706
+ #: ../easy-fancybox-class.php:603
707
+ msgid "Resources"
708
+ msgstr "સાધનો"
709
+
710
+ #: ../easy-fancybox-class.php:604
711
+ msgid "Discussion"
712
+ msgstr "ચર્ચા"
713
+
714
+ #: ../easy-fancybox-class.php:605
715
+ msgid "Credits"
716
+ msgstr "ક્રેડિટ્સ"
717
+
718
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:46
719
+ msgid "Thank you for purchasing the Easy FancyBox - Pro extension. New options are available."
720
+ msgstr "પ્રો એક્સ્ટેંશન - સરળ FancyBox ખરીદી બદલ આભાર. નવા વિકલ્પો ઉપલબ્ધ છે."
721
+
722
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:46
723
+ msgid "Get support here."
724
+ msgstr "અહીં આધાર મળે છે."
725
+
726
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:52
727
+ msgid "First Image link"
728
+ msgstr "પ્રથમ છબી લિંક"
729
+
730
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:53
731
+ msgid "First PDF link"
732
+ msgstr "પ્રથમ પીડીએફ લિંક"
733
+
734
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:54
735
+ msgid "First SWF link"
736
+ msgstr "પ્રથમ એસડબલ્યુએફ લિંક"
737
+
738
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:55
739
+ msgid "First SVG link"
740
+ msgstr "પ્રથમ SVG લિંક"
741
+
742
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:56
743
+ msgid "First YouTube link "
744
+ msgstr "પ્રથમ YouTube લિંક"
745
+
746
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:57
747
+ msgid "First Vimeo link "
748
+ msgstr "પ્રથમ Vimeo લિંક"
749
+
750
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:58
751
+ msgid "First Dailymotion link "
752
+ msgstr "પ્રથમ Dailymotion લિંક"
753
+
754
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:59
755
+ msgid "First iFrame link"
756
+ msgstr "પ્રથમ iframe લિંક"
757
+
758
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:60
759
+ msgid "First of any link"
760
+ msgstr "કોઇ કડી પ્રથમ"
761
+
762
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:145
763
+ msgid "Links inside Section(s) only (below)"
764
+ msgstr "માત્ર વિભાગ અંદર લિંક્સ (ઓ) (નીચે)"
765
+
766
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:151
767
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:184
768
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:269
769
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:302
770
+ msgid "easeInQuad"
771
+ msgstr "easeInQuad"
772
+
773
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:152
774
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:185
775
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:270
776
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:303
777
+ msgid "easeOutQuad"
778
+ msgstr "easeOutQuad"
779
+
780
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:153
781
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:186
782
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:271
783
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:304
784
+ msgid "easeInOutQuad"
785
+ msgstr "easeInOutQuad"
786
+
787
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:154
788
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:187
789
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:272
790
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:305
791
+ msgid "easeInCubic"
792
+ msgstr "easeInCubic"
793
+
794
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:155
795
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:188
796
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:273
797
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:306
798
+ msgid "easeOutCubic"
799
+ msgstr "easeOutCubic"
800
+
801
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:156
802
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:189
803
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:274
804
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:307
805
+ msgid "easeInOutCubic"
806
+ msgstr "easeInOutCubic"
807
+
808
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:157
809
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:190
810
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:275
811
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:308
812
+ msgid "easeInQuart"
813
+ msgstr "easeInQuart"
814
+
815
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:158
816
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:191
817
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:276
818
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:309
819
+ msgid "easeOutQuart"
820
+ msgstr "easeOutQuart"
821
+
822
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:159
823
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:192
824
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:277
825
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:310
826
+ msgid "easeInOutQuart"
827
+ msgstr "easeInOutQuart"
828
+
829
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:160
830
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:193
831
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:278
832
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:311
833
+ msgid "easeInQuint"
834
+ msgstr "easeInQuint"
835
+
836
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:161
837
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:194
838
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:279
839
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:312
840
+ msgid "easeOutQuint"
841
+ msgstr "easeOutQuint"
842
+
843
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:162
844
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:195
845
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:280
846
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:313
847
+ msgid "easeInOutQuint"
848
+ msgstr "easeInOutQuint"
849
+
850
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:163
851
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:196
852
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:281
853
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:314
854
+ msgid "easeInSine"
855
+ msgstr "easeInSine"
856
+
857
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:164
858
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:197
859
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:282
860
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:315
861
+ msgid "easeOutSine"
862
+ msgstr "easeOutSine"
863
+
864
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:165
865
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:198
866
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:283
867
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:316
868
+ msgid "easeInOutSine"
869
+ msgstr "easeInOutSine"
870
+
871
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:166
872
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:199
873
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:284
874
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:317
875
+ msgid "easeInExpo"
876
+ msgstr "easeInExpo"
877
+
878
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:167
879
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:200
880
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:285
881
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:318
882
+ msgid "easeOutExpo"
883
+ msgstr "easeOutExpo"
884
+
885
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:168
886
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:201
887
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:286
888
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:319
889
+ msgid "easeInOutExpo"
890
+ msgstr "easeInOutExpo"
891
+
892
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:169
893
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:202
894
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:287
895
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:320
896
+ msgid "easeInCirc"
897
+ msgstr "easeInCirc"
898
+
899
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:170
900
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:203
901
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:288
902
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:321
903
+ msgid "easeOutCirc"
904
+ msgstr "easeOutCirc"
905
+
906
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:171
907
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:204
908
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:289
909
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:322
910
+ msgid "easeInOutCirc"
911
+ msgstr "easeInOutCirc"
912
+
913
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:172
914
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:205
915
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:290
916
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:323
917
+ msgid "easeInElastic"
918
+ msgstr "easeInElastic"
919
+
920
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:173
921
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:206
922
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:291
923
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:324
924
+ msgid "easeOutElastic"
925
+ msgstr "easeOutElastic"
926
+
927
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:174
928
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:207
929
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:292
930
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:325
931
+ msgid "easeInOutElastic"
932
+ msgstr "easeInOutElastic"
933
+
934
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:175
935
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:208
936
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:293
937
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:326
938
+ msgid "easeInOutBack"
939
+ msgstr "easeInOutBack"
940
+
941
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:176
942
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:209
943
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:294
944
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:327
945
+ msgid "easeInBounce"
946
+ msgstr "easeInBounce"
947
+
948
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:177
949
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:210
950
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:295
951
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:328
952
+ msgid "easeOutBounce"
953
+ msgstr "easeOutBounce"
954
+
955
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:178
956
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:211
957
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:296
958
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:329
959
+ msgid "easeInOutBounce"
960
+ msgstr "easeInOutBounce"
961
+
962
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:238
963
+ msgid "Section(s)"
964
+ msgstr "વિભાગ (ઓ)"
965
+
966
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:244
967
+ msgid "This applies when <em>Apply to</em> is set to <em>Limited to Sections</em> and/or <em>Auto-gallery</em> is set to <em>Galleries per Section</em>. Adapt it to conform with your theme."
968
+ msgstr "આ <em> </ em> વિભાગો માટે મર્યાદિત <em> માટે સુયોજિત થયેલ છે માટે અરજી કરો ત્યારે લાગુ પડે છે </ em> અને / અથવા <em> સ્વતઃ ગેલેરી </ em> વિભાગ દીઠ <em> ગેલેરીઝ માટે સુયોજિત થયેલ છે </ em >. તમારી થીમ સાથે અનુકૂળ કરવા માટે તેને સ્વીકારવાનું."
969
+
970
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:244
971
+ msgid "Examples: If your theme wraps post content in a div with class post, change this value to \"div.post\". If you want to include images in a sidebar with ID primary, add \", div#primary\" or \"aside#primary\" for html5 themes. 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\"."
972
+ msgstr "ઉદાહરણો: તમારી થીમ વર્ગ પોસ્ટ સાથે DIV પોસ્ટ આવરણમાં સામગ્રી નહિં, તો \"div.post \" આ કિંમત બદલો. તમે ને પ્રાથમિક સાથે સાઇડબારમાં છબીઓ શામેલ કરવા માંગો છો, તો \", # પ્રાથમિક DIV\" HTML5 થીમ્સ માટે અથવા \"કોરે # પ્રાથમિક \" ઉમેરો. તમે માત્ર મળીને એક WordPress ગેલેરીમાં જૂથ છબીઓ માંગો છો, તો \"div.gallery \" વાપરો. તમે ને પ્રાથમિક સાથે સાઇડબારમાં છબીઓ શામેલ કરવા માંગો છો, તો \", # પ્રાથમિક \" ઉમેરો"
973
+
974
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:253
975
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:254
976
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:255
977
+ msgid "Gallery Auto-rotation"
978
+ msgstr "ગેલેરી સ્વતઃ રોટેશન"
979
+
980
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:257
981
+ msgid "Auto-rotation uses a fixed 6, 8 or 12 second pause per image."
982
+ msgstr "સ્વ રોટેશન ઇમેજ દીઠ એક નિશ્ચિત 6, 8, અથવા 12 સેકન્ડ વિરામ વાપરે છે."
983
+
easy-fancybox-hi_IN.mo → languages/easy-fancybox-hi_IN.mo RENAMED
File without changes
languages/easy-fancybox-hi_IN.po ADDED
@@ -0,0 +1,525 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: 2012-05-23 13:36+0530\n"
12
+ "Last-Translator: shivangi <shivangi@outshinesolutions.com>\n"
13
+ "Language-Team: Team Outshine <ash.pr@outshinesolutions.com>\n"
14
+ "X-Poedit-Language: Hindi\n"
15
+ "X-Poedit-Country: INDIA\n"
16
+
17
+ #: easy-fancybox.php:266
18
+ msgid "Donate to Easy FancyBox plugin development with PayPal - it's fast, free and secure!"
19
+ msgstr "पेपैल के साथ आसान FancyBox प्लगइन विकास के लिए दान - यह तेजी से, स्वतंत्र और सुरक्षित है!"
20
+
21
+ #: easy-fancybox.php:266
22
+ msgid "The options in this section are provided by the plugin <strong><a href=\"http://4visions.nl/en/wordpress-plugins/easy-fancybox/\">Easy FancyBox</a></strong> and determine the <strong>Media Lightbox</strong> overlay appearance and behaviour controlled by <strong><a href=\"http://fancybox.net/\">FancyBox</a></strong>."
23
+ msgstr "sइस अनुभाग में विकल्प प्लगइन <strong> <a href=\"http://4visions.nl/en/wordpress-plugins/easy-fancybox/\"> आसान FancyBox </ a> </ strong> द्वारा प्रदान की जाती हैंऔर <strong> मीडिया Lightbox निर्धारित </strong> उपरिशायी उपस्थिति और व्यवहार <strong> <a href=\"http://fancybox.net/\"> FancyBox </a> </strong> के द्वारा नियंत्रित है"
24
+
25
+ #: easy-fancybox.php:266
26
+ msgid "First enable each sub-section that you need. Then save and come back to adjust its specific settings."
27
+ msgstr "पहले प्रत्येक उप - धारा है कि आप की जरूरत है सक्षम. तो बचाने के लिए और वापस आने के लिए अपनी विशिष्ट सेटिंग्स समायोजित."
28
+
29
+ #: easy-fancybox.php:266
30
+ 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."
31
+ msgstr "नोट: प्रत्येक अतिरिक्त उप - धारा और ऑटो - पता लगाने <em> </em>, <em> लचीला संक्रमण जैसी सुविधाओं </em> और सभी <em> के आसान प्रभाव </em> (घुमाओ छोड़कर) कुछ अतिरिक्त असर पड़ेगाक्लाइंट - साइड पृष्ठ गति पर. केवल उन उप वर्गों और विकल्प है कि आप अपनी साइट पर वास्तव में जरूरत है सक्रिय करें"
32
+
33
+ #: easy-fancybox.php:266
34
+ msgid "Some setting like Transition options are unavailable for SWF video, PDF and iFrame content to ensure browser compatibility and readability."
35
+ msgstr "संक्रमण विकल्प की तरह कुछ सेटिंग SWF वीडियो, पीडीएफ और आइफ्रेम सामग्री ब्राउज़र संगतता और पठनीयता को सुनिश्चित करने के लिए उपलब्ध नहीं हैं."
36
+
37
+ #: easy-fancybox.php:308
38
+ msgid "Checked"
39
+ msgstr "जांचा हुआ"
40
+
41
+ #: easy-fancybox.php:310
42
+ msgid "Unchecked"
43
+ msgstr "अनियंत्रित"
44
+
45
+ #: easy-fancybox.php:362
46
+ msgid "FancyBox"
47
+ msgstr "FancyBox"
48
+
49
+ #: easy-fancybox-settings.php:6
50
+ msgid "Global settings"
51
+ msgstr "ग्लोबल सेटिंग्स"
52
+
53
+ #: easy-fancybox-settings.php:15
54
+ msgid "Enable FancyBox for"
55
+ msgstr "FancyBox के लिए सक्रिय करें"
56
+
57
+ #: easy-fancybox-settings.php:24
58
+ #: easy-fancybox-settings.php:316
59
+ msgid "Images & Inline content"
60
+ msgstr "छवियाँ और इनलाइन सामग्री"
61
+
62
+ #: easy-fancybox-settings.php:31
63
+ #: easy-fancybox-settings.php:489
64
+ msgid "PDF"
65
+ msgstr "पीडीएफ"
66
+
67
+ #: easy-fancybox-settings.php:38
68
+ #: easy-fancybox-settings.php:606
69
+ msgid "SWF"
70
+ msgstr "SWF"
71
+
72
+ #: easy-fancybox-settings.php:45
73
+ #: easy-fancybox-settings.php:697
74
+ msgid "YouTube"
75
+ msgstr "यूट्यूब"
76
+
77
+ #: easy-fancybox-settings.php:52
78
+ #: easy-fancybox-settings.php:800
79
+ msgid "Vimeo"
80
+ msgstr "Vimeo"
81
+
82
+ #: easy-fancybox-settings.php:59
83
+ #: easy-fancybox-settings.php:895
84
+ msgid "Dailymotion"
85
+ msgstr "Dailymotion"
86
+
87
+ #: easy-fancybox-settings.php:66
88
+ #: easy-fancybox-settings.php:1016
89
+ msgid "iFrames"
90
+ msgstr "iFrames"
91
+
92
+ #: easy-fancybox-settings.php:71
93
+ msgid "Links"
94
+ msgstr "लिंक"
95
+
96
+ #: easy-fancybox-settings.php:81
97
+ msgid "Exclude"
98
+ msgstr "निकालना"
99
+
100
+ #: easy-fancybox-settings.php:86
101
+ #: easy-fancybox-settings.php:100
102
+ #: easy-fancybox-settings.php:295
103
+ #: easy-fancybox-settings.php:383
104
+ #: easy-fancybox-settings.php:411
105
+ msgid "None"
106
+ msgstr "कोई नहीं"
107
+
108
+ #: easy-fancybox-settings.php:87
109
+ msgid "Empty (hidden) links"
110
+ msgstr "खाली लिंक (छिपा हुआ)"
111
+
112
+ #: easy-fancybox-settings.php:88
113
+ msgid "Without thumbnail image"
114
+ msgstr "थंबनेल छवि के बिना"
115
+
116
+ #: easy-fancybox-settings.php:95
117
+ msgid "Auto-open"
118
+ msgstr "ऑटो खुला"
119
+
120
+ #: easy-fancybox-settings.php:101
121
+ msgid "Link with ID \"fancybox-auto\""
122
+ msgstr "आईडी के साथ लिंक \"fancybox ऑटो \""
123
+
124
+ #: easy-fancybox-settings.php:102
125
+ msgid "First Image link"
126
+ msgstr "पहली छवि लिंक"
127
+
128
+ #: easy-fancybox-settings.php:103
129
+ msgid "First PDF link"
130
+ msgstr "पहले पीडीएफ लिंक"
131
+
132
+ #: easy-fancybox-settings.php:104
133
+ msgid "First SWF link"
134
+ msgstr "पहले SWF लिंक"
135
+
136
+ #: easy-fancybox-settings.php:105
137
+ msgid "First YouTube link "
138
+ msgstr "पहले यूट्यूब लिंक"
139
+
140
+ #: easy-fancybox-settings.php:106
141
+ msgid "First Vimeo link "
142
+ msgstr "पहले Vimeo लिंक"
143
+
144
+ #: easy-fancybox-settings.php:107
145
+ msgid "First Dailymotion link "
146
+ msgstr "पहले Dailymotion लिंक"
147
+
148
+ #: easy-fancybox-settings.php:108
149
+ msgid "First iFrame link"
150
+ msgstr "पहले आइफ्रेम लिंक"
151
+
152
+ #: easy-fancybox-settings.php:109
153
+ msgid "First of any link"
154
+ msgstr "किसी भी लिंक का पहले"
155
+
156
+ #: easy-fancybox-settings.php:117
157
+ #: easy-fancybox-settings.php:452
158
+ msgid "Overlay"
159
+ msgstr "उपरिशायी"
160
+
161
+ #: easy-fancybox-settings.php:125
162
+ msgid "Show the overlay around content opened in FancyBox."
163
+ msgstr "FancyBox में खोला सामग्री के चारों ओर ओवरले दिखाएँ."
164
+
165
+ #: easy-fancybox-settings.php:132
166
+ msgid "Spotlight effect."
167
+ msgstr "प्रभाव दिखता है."
168
+
169
+ #: easy-fancybox-settings.php:136
170
+ #: easy-fancybox-settings.php:227
171
+ msgid "Opacity"
172
+ msgstr "अस्पष्टता"
173
+
174
+ #: easy-fancybox-settings.php:141
175
+ msgid "Value between 0 and 1. "
176
+ msgstr "0 और 1 के बीच का मूल्य है."
177
+
178
+ #: easy-fancybox-settings.php:141
179
+ #: easy-fancybox-settings.php:150
180
+ #: easy-fancybox-settings.php:188
181
+ #: easy-fancybox-settings.php:232
182
+ #: easy-fancybox-settings.php:283
183
+ #: easy-fancybox-settings.php:332
184
+ #: easy-fancybox-settings.php:345
185
+ #: easy-fancybox-settings.php:369
186
+ msgid "Default:"
187
+ msgstr "डिफ़ॉल्ट"
188
+
189
+ #: easy-fancybox-settings.php:145
190
+ #: easy-fancybox-settings.php:192
191
+ msgid "Color"
192
+ msgstr "रंग"
193
+
194
+ #: easy-fancybox-settings.php:150
195
+ msgid "Enter an HTML color value."
196
+ msgstr "किसी HTML रंग का मान दर्ज करें."
197
+
198
+ #: easy-fancybox-settings.php:156
199
+ msgid "Window"
200
+ msgstr "खिड़की"
201
+
202
+ #: easy-fancybox-settings.php:162
203
+ msgid "Size"
204
+ msgstr "आकार"
205
+
206
+ #: easy-fancybox-settings.php:166
207
+ #: easy-fancybox-settings.php:517
208
+ #: easy-fancybox-settings.php:634
209
+ #: easy-fancybox-settings.php:735
210
+ #: easy-fancybox-settings.php:829
211
+ #: easy-fancybox-settings.php:924
212
+ #: easy-fancybox-settings.php:1036
213
+ msgid "Width"
214
+ msgstr "चौड़ाई"
215
+
216
+ #: easy-fancybox-settings.php:175
217
+ #: easy-fancybox-settings.php:526
218
+ #: easy-fancybox-settings.php:644
219
+ #: easy-fancybox-settings.php:744
220
+ #: easy-fancybox-settings.php:838
221
+ #: easy-fancybox-settings.php:933
222
+ #: easy-fancybox-settings.php:1045
223
+ msgid "Height"
224
+ msgstr "ऊंचाई"
225
+
226
+ #: easy-fancybox-settings.php:183
227
+ #: easy-fancybox-settings.php:207
228
+ #: easy-fancybox-settings.php:534
229
+ #: easy-fancybox-settings.php:653
230
+ #: easy-fancybox-settings.php:752
231
+ #: easy-fancybox-settings.php:846
232
+ #: easy-fancybox-settings.php:941
233
+ #: easy-fancybox-settings.php:1053
234
+ msgid "Border"
235
+ msgstr "सीमा"
236
+
237
+ #: easy-fancybox-settings.php:197
238
+ msgid "Background"
239
+ msgstr "पृष्ठभूमि"
240
+
241
+ #: easy-fancybox-settings.php:217
242
+ msgid "Text"
243
+ msgstr "पाठ"
244
+
245
+ #: easy-fancybox-settings.php:236
246
+ msgid "Behavior"
247
+ msgstr "व्यवहार"
248
+
249
+ #: easy-fancybox-settings.php:242
250
+ msgid "Center while scrolling"
251
+ msgstr "केंद्र जबकि स्क्रॉल"
252
+
253
+ #: easy-fancybox-settings.php:248
254
+ msgid "Show the (X) close button"
255
+ msgstr "करीब (X) बटन दिखाएँ"
256
+
257
+ #: easy-fancybox-settings.php:254
258
+ msgid "Show the gallery navigation arrows"
259
+ msgstr "गैलरी नेविगेशन तीर दिखाएँ"
260
+
261
+ #: easy-fancybox-settings.php:262
262
+ msgid "Opening speed"
263
+ msgstr "गति खोलना"
264
+
265
+ #: easy-fancybox-settings.php:270
266
+ msgid "Closing speed"
267
+ msgstr "गति बंद"
268
+
269
+ #: easy-fancybox-settings.php:278
270
+ msgid "Fade speed"
271
+ msgstr "गति फीका"
272
+
273
+ #: easy-fancybox-settings.php:283
274
+ msgid "Duration in milliseconds. Higher is slower."
275
+ msgstr "मिलीसेकेंड में अवधि. उच्च धीमी है."
276
+
277
+ #: easy-fancybox-settings.php:291
278
+ msgid "Advanced"
279
+ msgstr "उन्नत"
280
+
281
+ #: easy-fancybox-settings.php:296
282
+ msgid "Hide/show title on mouse hover action"
283
+ msgstr "छुपाएँ / माउस हॉवर Actio पर शीर्षक दिखा"
284
+
285
+ #: easy-fancybox-settings.php:297
286
+ msgid "Gallery Auto-rotation"
287
+ msgstr "ऑटो - रोटेशन गैलरी"
288
+
289
+ #: easy-fancybox-settings.php:304
290
+ msgid "Note: Hide/show title on mouse hover action works best with Overlay title position. Auto-rotation uses a fixed 5 second pause per image."
291
+ msgstr "नोट: छुपाएं / माउस हॉवर कार्रवाई पर शीर्षक दिखा ओवरले शीर्षक स्थिति के साथ सबसे अच्छा काम करता है. स्वत - रोटेशन एक निश्चित 5 छवि के प्रति दूसरे को थामने का उपयोग करता है."
292
+
293
+ #: easy-fancybox-settings.php:321
294
+ msgid "To make images open in an overlay, add their extension to the auto-detect field or use the class \"fancybox\" for its link. Clear field to switch off auto-enabling."
295
+ msgstr "एक ओवरले में छवियों को खुला बनाने, क्षेत्र स्वत: पता लगाने के लिए उनके विस्तार जोड़ने या वर्ग अपने लिंक के लिए \"fancybox \" का उपयोग करें. स्पष्ट क्षेत्र से स्वत: सक्षम करने स्विच करने के लिए."
296
+
297
+ #: easy-fancybox-settings.php:325
298
+ #: easy-fancybox-settings.php:502
299
+ #: easy-fancybox-settings.php:619
300
+ #: easy-fancybox-settings.php:711
301
+ #: easy-fancybox-settings.php:814
302
+ #: easy-fancybox-settings.php:909
303
+ msgid "Auto-detect"
304
+ msgstr "स्वत पता लगाने"
305
+
306
+ #: easy-fancybox-settings.php:336
307
+ msgid "Apply to"
308
+ msgstr "इस पर लागू करें"
309
+
310
+ #: easy-fancybox-settings.php:341
311
+ msgid "All image links"
312
+ msgstr "सभी छवि लिंक"
313
+
314
+ #: easy-fancybox-settings.php:342
315
+ msgid "Links inside Section(s) only (below)"
316
+ msgstr "धारा के अंदर लिंक (ओं) केवल (नीचे)"
317
+
318
+ #: easy-fancybox-settings.php:349
319
+ msgid "Auto-gallery"
320
+ msgstr "ऑटो - गैलरी"
321
+
322
+ #: easy-fancybox-settings.php:354
323
+ msgid "Disabled"
324
+ msgstr "विकलांग"
325
+
326
+ #: easy-fancybox-settings.php:355
327
+ msgid "Galleries per Section (below)"
328
+ msgstr "धारा प्रति गैलरी (नीचे)"
329
+
330
+ #: easy-fancybox-settings.php:356
331
+ msgid "All in one gallery"
332
+ msgstr "एक गैलरी में"
333
+
334
+ #: easy-fancybox-settings.php:359
335
+ msgid "When disabled, you can use the rel attribute to manually group image links together."
336
+ msgstr "जब निष्क्रिय है, तो आप मैन्युअल रूप से समूह छवि एक साथ लिंक करने के लिए रिलायंस एनर्जी विशेषता का उपयोग कर सकते हैं."
337
+
338
+ #: easy-fancybox-settings.php:363
339
+ msgid "Section(s)"
340
+ msgstr "धारा ()"
341
+
342
+ #: easy-fancybox-settings.php:369
343
+ msgid "This applies when <em>Apply to</em> is set to <em>Limited to Sections</em> and/or <em>Auto-gallery</em> is set to <em>Galleries per Section</em>. Adapt it to conform with your theme."
344
+ msgstr "इस पर लागू होता है जब <em> </ em> धारा लिमिटेड <em> के लिए सेट कर दिया जाता है के लिए लागू करें </em> और / या <em> स्वत गैलरी </em> धारा के प्रति <em> गैलरी के लिए सेट कर दिया जाता है </em>. यह अनुकूलित करने के लिए अपने विषय के साथ अनुरूप."
345
+
346
+ #: easy-fancybox-settings.php:369
347
+ msgid "Examples: If your theme wraps post content in a div with class post, change this value to \"div.post\". If you want to include images in a sidebar with ID primary, add \", div#primary\" or \"aside#primary\" for html5 themes."
348
+ msgstr "उदाहरण: यदि आपका विषय वर्ग पोस्ट के साथ एक div में पोस्ट सामग्री wraps, \"div.post \" इस मान को बदल. यदि आप प्राथमिक आईडी के साथ एक साइडबार में चित्र शामिल करना चाहते हैं, \", प्राथमिक\", div#primary\" जोड़ने या \"aside#primary\"विषयों के लिए अलग # प्राथमिक \"."
349
+
350
+ #: easy-fancybox-settings.php:377
351
+ msgid "Transition In"
352
+ msgstr "संक्रमण में "
353
+
354
+ #: easy-fancybox-settings.php:381
355
+ #: easy-fancybox-settings.php:409
356
+ msgid "Fade"
357
+ msgstr "फीका करना"
358
+
359
+ #: easy-fancybox-settings.php:382
360
+ #: easy-fancybox-settings.php:410
361
+ msgid "Elastic"
362
+ msgstr "लोचदार"
363
+
364
+ #: easy-fancybox-settings.php:390
365
+ msgid "Easing In"
366
+ msgstr " आसान में"
367
+
368
+ #: easy-fancybox-settings.php:394
369
+ #: easy-fancybox-settings.php:422
370
+ msgid "Linear"
371
+ msgstr "रैखिक"
372
+
373
+ #: easy-fancybox-settings.php:395
374
+ #: easy-fancybox-settings.php:423
375
+ msgid "Swing"
376
+ msgstr "स्विंग"
377
+
378
+ #: easy-fancybox-settings.php:396
379
+ #: easy-fancybox-settings.php:424
380
+ msgid "Back"
381
+ msgstr "वापस"
382
+
383
+ #: easy-fancybox-settings.php:397
384
+ #: easy-fancybox-settings.php:425
385
+ msgid "Quad"
386
+ msgstr "ट्रैक्टर"
387
+
388
+ #: easy-fancybox-settings.php:398
389
+ #: easy-fancybox-settings.php:426
390
+ msgid "Expo"
391
+ msgstr "एक्सपो"
392
+
393
+ #: easy-fancybox-settings.php:405
394
+ msgid "Transition Out"
395
+ msgstr "बाहर संक्रमण"
396
+
397
+ #: easy-fancybox-settings.php:418
398
+ msgid "Easing Out"
399
+ msgstr "बाहर आसान"
400
+
401
+ #: easy-fancybox-settings.php:429
402
+ msgid "Easing effects only apply when Transition is set to Elastic. "
403
+ msgstr "आसान प्रभाव ही लागू होते हैं जब संक्रमण लचीला करने के लिए सेट कर दिया जाता है."
404
+
405
+ #: easy-fancybox-settings.php:435
406
+ msgid "Transparency fade during elastic transition."
407
+ msgstr "इलास्टिक संक्रमण के दौरान पारदर्शिता फीका."
408
+
409
+ #: easy-fancybox-settings.php:441
410
+ #: easy-fancybox-settings.php:549
411
+ #: easy-fancybox-settings.php:668
412
+ #: easy-fancybox-settings.php:767
413
+ #: easy-fancybox-settings.php:861
414
+ #: easy-fancybox-settings.php:956
415
+ #: easy-fancybox-settings.php:1071
416
+ msgid "Show title"
417
+ msgstr "शीर्षक दिखाएँ"
418
+
419
+ #: easy-fancybox-settings.php:445
420
+ #: easy-fancybox-settings.php:553
421
+ #: easy-fancybox-settings.php:672
422
+ #: easy-fancybox-settings.php:771
423
+ #: easy-fancybox-settings.php:865
424
+ #: easy-fancybox-settings.php:960
425
+ #: easy-fancybox-settings.php:1075
426
+ msgid "Title Position"
427
+ msgstr "शीर्षक स्थिति"
428
+
429
+ #: easy-fancybox-settings.php:449
430
+ #: easy-fancybox-settings.php:557
431
+ #: easy-fancybox-settings.php:676
432
+ #: easy-fancybox-settings.php:775
433
+ #: easy-fancybox-settings.php:869
434
+ #: easy-fancybox-settings.php:964
435
+ #: easy-fancybox-settings.php:1079
436
+ msgid "Float"
437
+ msgstr "Float"
438
+
439
+ #: easy-fancybox-settings.php:450
440
+ #: easy-fancybox-settings.php:558
441
+ #: easy-fancybox-settings.php:677
442
+ #: easy-fancybox-settings.php:776
443
+ #: easy-fancybox-settings.php:870
444
+ #: easy-fancybox-settings.php:965
445
+ #: easy-fancybox-settings.php:1080
446
+ msgid "Outside"
447
+ msgstr "बाहर"
448
+
449
+ #: easy-fancybox-settings.php:451
450
+ #: easy-fancybox-settings.php:559
451
+ #: easy-fancybox-settings.php:678
452
+ #: easy-fancybox-settings.php:777
453
+ #: easy-fancybox-settings.php:871
454
+ #: easy-fancybox-settings.php:966
455
+ #: easy-fancybox-settings.php:1081
456
+ msgid "Inside"
457
+ msgstr "अंदर"
458
+
459
+ #: easy-fancybox-settings.php:461
460
+ #: easy-fancybox-settings.php:568
461
+ #: easy-fancybox-settings.php:687
462
+ #: easy-fancybox-settings.php:786
463
+ #: easy-fancybox-settings.php:880
464
+ #: easy-fancybox-settings.php:975
465
+ #: easy-fancybox-settings.php:1090
466
+ msgid "Allow title from thumbnail alt tag"
467
+ msgstr "थंबनेल Alt टैग से शीर्षक की अनुमति देते हैं"
468
+
469
+ #: easy-fancybox-settings.php:494
470
+ msgid "To make any PDF document file open in an overlay, switch on auto-detect or use the class \"fancybox-pdf\" for its link."
471
+ msgstr "ओवरले में किसी भी पीडीएफ दस्तावेज़ फ़ाइल खुला है, पर स्विच ऑटो का पता लगाने लगाने या वर्ग का उपयोग करें \"fancybox-pdf \" इसकी कड़ी के लिए."
472
+
473
+ #: easy-fancybox-settings.php:494
474
+ #: easy-fancybox-settings.php:611
475
+ #: easy-fancybox-settings.php:702
476
+ #: easy-fancybox-settings.php:805
477
+ #: easy-fancybox-settings.php:900
478
+ #: easy-fancybox-settings.php:1021
479
+ msgid "Adjust its specific settings below."
480
+ msgstr "नीचे अपनी विशिष्ट सेटिंग्स समायोजित करें."
481
+
482
+ #: easy-fancybox-settings.php:611
483
+ msgid "To make any Flash (.swf) file open in an overlay, switch on auto-detect or use the class \"fancybox-swf\" for its link."
484
+ msgstr "किसी भी फ़्लैश फ़ाइल (. Swf) एक उपरिशायी में खुला बनाने, पर स्विच ऑटो पता लगाने के लिए या अपने लिंक के लिए कक्षा \"fancybox swf \" का उपयोग करें."
485
+
486
+ #: easy-fancybox-settings.php:702
487
+ msgid "To make any YouTube movie open in an overlay, switch on auto-detect or use the class \"fancybox-youtube\" for its link."
488
+ msgstr "ओवरले में किसी भी यूट्यूब फिल्म खुला, ऑटो पता लगाने पर स्विच या अपने लिंक के लिए कक्षा \"fancybox यूट्यूब \" का उपयोग करें."
489
+
490
+ #: easy-fancybox-settings.php:720
491
+ msgid "Auto-detect Short links"
492
+ msgstr "स्वत का पता लगाने लघु लिंक"
493
+
494
+ #: easy-fancybox-settings.php:805
495
+ msgid "To make any Vimeo movie open in an overlay, switch on auto-detect or use the class \"fancybox-vimeo\" for its link."
496
+ msgstr "ओवरले में किसी भी खुला नहीं Vimeo फिल्म, ऑटो पता लगाने पर स्विच करने या अपने लिंक के लिए कक्षा \"fancybox Vimeo \" का उपयोग करें."
497
+
498
+ #: easy-fancybox-settings.php:900
499
+ msgid "To make any Dailymotion movie open in an overlay, switch on auto-detect or use the class \"fancybox-dailymotion\" for its link."
500
+ msgstr "ओवरले में किसी भी Dailymotion फिल्म खुला, पर स्विच ऑटो पता लगाने या वर्ग अपने लिंक के लिए \"fancybox Dailymotion \" का उपयोग करें"
501
+
502
+ #: easy-fancybox-settings.php:1021
503
+ msgid "To make a website or HTML document open in an overlay, use the class \"fancybox-iframe\" for its link."
504
+ msgstr "एक वेबसाइट या HTML दस्तावेज़ ओवरले में खुला बनाने के लिए, अपने लिंक के लिए कक्षा \"fancybox आइफ्रेम \" का उपयोग करें."
505
+
506
+ #. Plugin Name of the plugin/theme
507
+ msgid "Easy FancyBox"
508
+ msgstr "आसान FancyBox"
509
+
510
+ #. Plugin URI of the plugin/theme
511
+ msgid "http://4visions.nl/en/wordpress-plugins/easy-fancybox/"
512
+ msgstr "http://4visions.nl/en/wordpress-plugins/easy-fancybox/"
513
+
514
+ #. Description of the plugin/theme
515
+ 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."
516
+ msgstr "आसानी से <a href=\"http://fancybox.net/\"> jQuery के विस्तार FancyBox </a> सभी छवि पर, swf, पीडीएफ, YouTube, Dailymotion और Vimeo लिंक करने के लिए सक्षम. इसके अलावा आइफ्रेम और इनलाइन सामग्री का समर्थन करता है."
517
+
518
+ #. Author of the plugin/theme
519
+ msgid "RavanH"
520
+ msgstr "RavanH"
521
+
522
+ #. Author URI of the plugin/theme
523
+ msgid "http://4visions.nl/"
524
+ msgstr "http://4visions.nl/"
525
+
languages/easy-fancybox-hr.mo ADDED
Binary file
languages/easy-fancybox-hr.po ADDED
@@ -0,0 +1,981 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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.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 "
161
+ "extension."
162
+ msgstr ""
163
+ "Za napredne opcije i podršku, molimo da nabavite Easy FancyBox - Pro "
164
+ "ekstenziju."
165
+
166
+ #: ../easy-fancybox-settings.php:95
167
+ msgid "Exclude"
168
+ msgstr "Izostaviti"
169
+
170
+ #: ../easy-fancybox-settings.php:101
171
+ msgid "Empty (hidden) links"
172
+ msgstr "Prazni (sakriveni) linkovi"
173
+
174
+ #: ../easy-fancybox-settings.php:102
175
+ msgid "Without thumbnail image"
176
+ msgstr "Bez umanjene slike"
177
+
178
+ #: ../easy-fancybox-settings.php:109
179
+ msgid "Open on page load"
180
+ msgstr "Otvori kod učitavanja stranice"
181
+
182
+ #: ../easy-fancybox-settings.php:115
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
+
193
+ #: ../easy-fancybox-settings.php:125
194
+ msgid ""
195
+ "Include the Metadata jQuery extension script to allow passing custom "
196
+ "parameters via link class."
197
+ 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
+
205
+ #: ../easy-fancybox-settings.php:139
206
+ msgid "Show the overlay around content opened in FancyBox."
207
+ msgstr "Prikaži overlay (prekrivanje) preko sadržaja otvorenog u FancyBoxu."
208
+
209
+ #: ../easy-fancybox-settings.php:146
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
+
217
+ #: ../easy-fancybox-settings.php:158
218
+ 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
+
231
+ #: ../easy-fancybox-settings.php:162
232
+ 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
+
251
+ #: ../easy-fancybox-settings.php:193
252
+ msgid "Show the (X) close button"
253
+ msgstr "Prikazati (X) gumb za zatvaranje"
254
+
255
+ #: ../easy-fancybox-settings.php:198
256
+ 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."
292
+ 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 "
328
+ "all autodetection."
329
+ msgstr ""
330
+ "Kako bi se slike otvorile u overlay sloju, dodajte njihovu ekstenziju u "
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!"
422
+ 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."
502
+ 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."
518
+ 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 "
545
+ "it to conform with your theme."
546
+ msgstr ""
547
+ "Ovo se događa kad <em>Primijeni na</em> je postavljeno na <em>Ograničeno na "
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 "
555
+ "gallery together, use \"div.gallery\". If you want to include images in a "
556
+ "sidebar with ID primary, add \", #primary\"."
557
+ msgstr ""
558
+ "Primjeri: ako vaša tema preklapa sadržaj članka u div odsječku sa klasom "
559
+ "post, promijenite ovu vrijednost u \"div.post\". Ako samo želite grupirati "
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 "
604
+ "\"fancybox-inline\" attribute."
605
+ 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."
613
+ 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."
641
+ 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."
649
+ 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."
657
+ 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."
665
+ 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."
677
+ 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."
685
+ msgstr ""
686
+ "Da bi se svaki Dailymotion video otvarao u overlayu, uključite "
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."
694
+ 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 "
701
+ "available."
702
+ msgstr ""
703
+ "Hvala vam što se kupili Easy FancyBox - Pro ekstenziju. Sad su vam dostupne "
704
+ "dodatne opcije."
705
+
706
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:46
707
+ msgid "Get support here."
708
+ msgstr "Dobijte podršku ovdje."
709
+
710
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:52
711
+ msgid "First Image link"
712
+ msgstr "Link na prvu sliku"
713
+
714
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:53
715
+ msgid "First PDF link"
716
+ msgstr "Link na prvi PDF"
717
+
718
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:54
719
+ msgid "First SWF link"
720
+ msgstr "Link na prvi SWF"
721
+
722
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:55
723
+ msgid "First SVG link"
724
+ msgstr "Link na prvi SVG"
725
+
726
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:56
727
+ msgid "First YouTube link "
728
+ msgstr "Link na prvi YouTube video"
729
+
730
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:57
731
+ msgid "First Vimeo link "
732
+ msgstr "Link na prvi Vimeo video"
733
+
734
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:58
735
+ msgid "First Dailymotion link "
736
+ msgstr "Link na prvi Dailymotion video"
737
+
738
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:59
739
+ msgid "First iFrame link"
740
+ msgstr "Link na prvi iFrame"
741
+
742
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:60
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 "
954
+ "it to conform with your theme."
955
+ msgstr ""
956
+ "Ovo je primjenjivo kad je <em>Primijeni na</em> postavljen na <em>Ograničeno "
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 "
964
+ "ID primary, add \", div#primary\" or \"aside#primary\" for html5 themes. If "
965
+ "you only want to group images in a WordPress gallery together, use \"div."
966
+ "gallery\". If you want to include images in a sidebar with ID primary, add "
967
+ "\", #primary\"."
968
+ msgstr ""
969
+ "Primjer: ako vaša tema stavlja sadržaj posta u div tag s klasom post, "
970
+ "promijenite ovu vrijednost u \"div.post\". Ako želite uključiti slike u "
971
+ "bočni stupac sa ID-om primary, dodajte \", div#primary\" ili "
972
+ "\"aside#primary\" za html5 teme. Ako samo želite grupirati slike u Wordpress "
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"
languages/easy-fancybox-id_ID.mo ADDED
Binary file
languages/easy-fancybox-id_ID.po ADDED
@@ -0,0 +1,980 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # This file is distributed under the same license as the Easy FancyBox package.
2
+ msgid ""
3
+ msgstr ""
4
+ "Project-Id-Version: Easy FancyBox/1.5\n"
5
+ "Report-Msgid-Bugs-To: \n"
6
+ "POT-Creation-Date: 2013-09-04 21:51+0100\n"
7
+ "PO-Revision-Date: 2013-11-23 10:15+0800\n"
8
+ "Last-Translator: Nasrulhaq Muiz <nasrulhaq81@gmail.com>\n"
9
+ "Language-Team: Easy FancyBox Languages <ravanhagen@gmail.com>\n"
10
+ "MIME-Version: 1.0\n"
11
+ "Content-Type: text/plain; charset=UTF-8\n"
12
+ "Content-Transfer-Encoding: 8bit\n"
13
+ "X-Poedit-KeywordsList: __;_e;_n\n"
14
+ "X-Poedit-Basepath: .\n"
15
+ "X-Generator: Poedit 1.5.7\n"
16
+ "X-Poedit-SearchPath-0: ..\n"
17
+ "X-Poedit-SearchPath-1: ../../easy-fancybox-pro\n"
18
+
19
+ #: ../easy-fancybox-class.php:337
20
+ msgid "Donate to keep the Easy FancyBox plugin development going!"
21
+ msgstr "Donasi pengembangan plugin Easy FancyBox berkelanjutan!"
22
+
23
+ #: ../easy-fancybox-class.php:337
24
+ #, php-format
25
+ msgid ""
26
+ "The options in this section are provided by the plugin %s and determine the "
27
+ "<strong>Media Lightbox</strong> overlay appearance and behaviour controlled "
28
+ "by %s."
29
+ msgstr ""
30
+ "Pilihan dalam bagian ini disediakan oleh plugin% s dan menentukan "
31
+ "<strong>Media Lightbox</ strong> penampilan overlay dan perilaku "
32
+ "dikendalikan oleh %s."
33
+
34
+ #: ../easy-fancybox-class.php:337
35
+ msgid "Easy FancyBox"
36
+ msgstr "Easy FancyBox"
37
+
38
+ #: ../easy-fancybox-class.php:337 ../easy-fancybox-class.php:544
39
+ #: ../easy-fancybox-class.php:588
40
+ msgid "FancyBox"
41
+ msgstr "FancyBox"
42
+
43
+ #: ../easy-fancybox-class.php:337
44
+ msgid ""
45
+ "First enable each sub-section that you need. Then save and come back to "
46
+ "adjust its specific settings."
47
+ msgstr ""
48
+ "Pertama, aktifkan tiap sub bagian yang anda butuhkan, kemudian kembali untuk "
49
+ "menyesuaikan pengaturan spesifik lainnya."
50
+
51
+ #: ../easy-fancybox-class.php:337
52
+ msgid ""
53
+ "Note: Each additional sub-section and features like <em>Auto-detection</em>, "
54
+ "<em>Elastic transitions</em> and all <em>Easing effects</em> (except Swing) "
55
+ "will have some extra impact on client-side page speed. Enable only those sub-"
56
+ "sections and options that you actually need on your site."
57
+ msgstr ""
58
+ "Catatan: setiap penambahan sub bagian dan fitur seperti <em>Auto-detection</"
59
+ "em>, <em>Elastic transitions</em> dan semua <em>Easing effects</em> (kecuali "
60
+ "Swing) memiliki imbas tambahan terhadap kecepatan halaman di sisi klien. "
61
+ "Aktifkan sub bagian dan pilihan sesuai dengan kebutuhan situs anda."
62
+
63
+ #: ../easy-fancybox-class.php:337
64
+ msgid ""
65
+ "Some setting like Transition options are unavailable for SWF video, PDF and "
66
+ "iFrame content to ensure browser compatibility and readability."
67
+ msgstr ""
68
+ "Beberapa pengaturan seperti pilihan transisi tidak tersedia untuk konten "
69
+ "SWF video, PDF dan iFrame untuk menjamin kemampuan membaca dan "
70
+ "kompatibilitas browser."
71
+
72
+ #: ../easy-fancybox-class.php:381
73
+ msgid "Checked"
74
+ msgstr "Ditandai"
75
+
76
+ #: ../easy-fancybox-class.php:383
77
+ msgid "Unchecked"
78
+ msgstr "Belum ditandai"
79
+
80
+ #: ../easy-fancybox-class.php:588
81
+ msgid "Easy FancyBox Settings"
82
+ msgstr "Pengaturan Easy FancyBox"
83
+
84
+ #: ../easy-fancybox-class.php:597
85
+ msgid "Sections"
86
+ msgstr "Bagian-bagian"
87
+
88
+ #: ../easy-fancybox-class.php:598 ../easy-fancybox-settings.php:9
89
+ msgid "Global settings"
90
+ msgstr "Pengaturan Global"
91
+
92
+ #: ../easy-fancybox-class.php:599 ../easy-fancybox-settings.php:27
93
+ #: ../easy-fancybox-settings.php:370
94
+ msgid "Images"
95
+ msgstr "Gambar"
96
+
97
+ #: ../easy-fancybox-class.php:600 ../easy-fancybox-settings.php:34
98
+ #: ../easy-fancybox-settings.php:633
99
+ msgid "Inline content"
100
+ msgstr "Konten dalam"
101
+
102
+ #: ../easy-fancybox-class.php:601 ../easy-fancybox-settings.php:41
103
+ #: ../easy-fancybox-settings.php:743
104
+ msgid "PDF"
105
+ msgstr "PDF"
106
+
107
+ #: ../easy-fancybox-class.php:602 ../easy-fancybox-settings.php:48
108
+ #: ../easy-fancybox-settings.php:868
109
+ msgid "SWF"
110
+ msgstr "SWF"
111
+
112
+ #: ../easy-fancybox-class.php:603 ../easy-fancybox-settings.php:62
113
+ #: ../easy-fancybox-settings.php:1057
114
+ msgid "YouTube"
115
+ msgstr "YouTube"
116
+
117
+ #: ../easy-fancybox-class.php:604 ../easy-fancybox-settings.php:69
118
+ #: ../easy-fancybox-settings.php:1165
119
+ msgid "Vimeo"
120
+ msgstr "Vimeo"
121
+
122
+ #: ../easy-fancybox-class.php:605 ../easy-fancybox-settings.php:76
123
+ #: ../easy-fancybox-settings.php:1265
124
+ msgid "Dailymotion"
125
+ msgstr "Dailymotion"
126
+
127
+ #: ../easy-fancybox-class.php:606 ../easy-fancybox-settings.php:83
128
+ #: ../easy-fancybox-settings.php:1391
129
+ msgid "iFrames"
130
+ msgstr "iFrames"
131
+
132
+ #: ../easy-fancybox-class.php:634
133
+ msgid "Support"
134
+ msgstr "Dukungan"
135
+
136
+ #: ../easy-fancybox-class.php:635
137
+ msgid "Resources"
138
+ msgstr "Sumberdaya"
139
+
140
+ #: ../easy-fancybox-class.php:637
141
+ msgid "Credits"
142
+ msgstr "Kredit"
143
+
144
+ #: ../easy-fancybox-settings.php:14
145
+ msgid "Media"
146
+ msgstr "Media"
147
+
148
+ #: ../easy-fancybox-settings.php:20
149
+ msgid "Enable FancyBox for"
150
+ msgstr "Aktifkan FancyBox untuk"
151
+
152
+ #: ../easy-fancybox-settings.php:55 ../easy-fancybox-settings.php:962
153
+ msgid "SVG"
154
+ msgstr "SVG"
155
+
156
+ #: ../easy-fancybox-settings.php:86
157
+ msgid ""
158
+ "For advanced options and support, please get the Easy FancyBox - Pro "
159
+ "extension."
160
+ msgstr ""
161
+ "Untuk dukungan pilihan lebih lanjut, dapatkan ekstensi versi Pro Easy "
162
+ "FancyBox"
163
+
164
+ #: ../easy-fancybox-settings.php:95
165
+ msgid "Exclude"
166
+ msgstr "Tidak termasuk"
167
+
168
+ #: ../easy-fancybox-settings.php:101
169
+ msgid "Empty (hidden) links"
170
+ msgstr "Kosongkan (sembunyikan) tautan"
171
+
172
+ #: ../easy-fancybox-settings.php:102
173
+ msgid "Without thumbnail image"
174
+ msgstr "Tanpa pembesaran gambar"
175
+
176
+ #: ../easy-fancybox-settings.php:109
177
+ msgid "Open on page load"
178
+ msgstr "Buka saat memuat halaman"
179
+
180
+ #: ../easy-fancybox-settings.php:115
181
+ msgid "Link with ID \"fancybox-auto\""
182
+ msgstr "Bertaut dengan ID \"fancybox-auto\""
183
+
184
+ #: ../easy-fancybox-settings.php:118 ../easy-fancybox-settings.php:409
185
+ #: ../easy-fancybox-settings.php:440 ../easy-fancybox-settings.php:467
186
+ #: ../easy-fancybox-settings.php:542 ../easy-fancybox-settings.php:696
187
+ #: ../easy-fancybox-settings.php:723
188
+ msgid "More options &raquo;"
189
+ msgstr "Pilihan lebih lanjut &raquo;"
190
+
191
+ #: ../easy-fancybox-settings.php:125
192
+ msgid ""
193
+ "Include the Metadata jQuery extension script to allow passing custom "
194
+ "parameters via link class."
195
+ msgstr ""
196
+ "Sertakan ekstensi skrip jQuery Metadata untuk mengizinkan kostumisasi "
197
+ "parameter via klasifikasi tautan"
198
+
199
+ #: ../easy-fancybox-settings.php:130 ../easy-fancybox-settings.php:503
200
+ msgid "Overlay"
201
+ msgstr "Lapisan"
202
+
203
+ #: ../easy-fancybox-settings.php:139
204
+ msgid "Show the overlay around content opened in FancyBox."
205
+ msgstr "Tampilkan lapisan sekitar konten yang terbuka di FancyBox."
206
+
207
+ #: ../easy-fancybox-settings.php:146
208
+ msgid "Close FancyBox when overlay is clicked."
209
+ msgstr "Keluar dar FancyBox ketka lapisan di klik"
210
+
211
+ #: ../easy-fancybox-settings.php:150 ../easy-fancybox-settings.php:228
212
+ msgid "Opacity"
213
+ msgstr "Keburaman"
214
+
215
+ #: ../easy-fancybox-settings.php:158
216
+ msgid "Value between 0 and 1. "
217
+ msgstr "Nilai antara 0 dan 1"
218
+
219
+ #: ../easy-fancybox-settings.php:158 ../easy-fancybox-settings.php:167
220
+ #: ../easy-fancybox-settings.php:286 ../easy-fancybox-settings.php:337
221
+ #: ../easy-fancybox-settings.php:595
222
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:103
223
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:108
224
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:147
225
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:244
226
+ msgid "Default:"
227
+ msgstr "Default:"
228
+
229
+ #: ../easy-fancybox-settings.php:162
230
+ msgid "Color"
231
+ msgstr "Warna"
232
+
233
+ #: ../easy-fancybox-settings.php:167
234
+ msgid "Enter an HTML color value."
235
+ msgstr "Masukkan nilai warna HTML"
236
+
237
+ #: ../easy-fancybox-settings.php:175
238
+ msgid "Spotlight effect"
239
+ msgstr "Efek sorot."
240
+
241
+ #: ../easy-fancybox-settings.php:180
242
+ msgid "Window"
243
+ msgstr "Jendela"
244
+
245
+ #: ../easy-fancybox-settings.php:186 ../easy-fancybox-settings.php:485
246
+ msgid "Appearance"
247
+ msgstr "Penampilan"
248
+
249
+ #: ../easy-fancybox-settings.php:193
250
+ msgid "Show the (X) close button"
251
+ msgstr "Tampilkan tombol keluar (X)"
252
+
253
+ #: ../easy-fancybox-settings.php:198
254
+ msgid "Background color"
255
+ msgstr "Warna Latar"
256
+
257
+ #: ../easy-fancybox-settings.php:208
258
+ msgid "Border color"
259
+ msgstr "Warna Garis tepi"
260
+
261
+ #: ../easy-fancybox-settings.php:218
262
+ msgid "Text color"
263
+ msgstr "Warna Teks"
264
+
265
+ #: ../easy-fancybox-settings.php:223 ../easy-fancybox-settings.php:236
266
+ #: ../easy-fancybox-settings.php:249 ../easy-fancybox-settings.php:524
267
+ #: ../easy-fancybox-settings.php:613
268
+ msgid "Make available &raquo;"
269
+ msgstr "Buat tersedia &raquo; "
270
+
271
+ #: ../easy-fancybox-settings.php:241
272
+ msgid "Border radius"
273
+ msgstr "Jarak Garis tepi"
274
+
275
+ #: ../easy-fancybox-settings.php:249
276
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:114
277
+ msgid "Set a border radius to create rounded corners. Higher is rounder."
278
+ msgstr ""
279
+ "Atur radius perbatasan untuk menciptakan sudut dibulatkan. Lebih tinggi "
280
+ "adalah bulat."
281
+
282
+ #: ../easy-fancybox-settings.php:254
283
+ msgid "Dimensions"
284
+ msgstr "Dimensi"
285
+
286
+ #: ../easy-fancybox-settings.php:286
287
+ msgid ""
288
+ "If content size is not set or cannot be determined automatically, these "
289
+ "default dimensions will be used."
290
+ msgstr ""
291
+ "Jika ukuran konten tidak diatur atau tidak dapat ditentukan secara otomatis, "
292
+ "dimensi standar ini akan digunakan."
293
+
294
+ #: ../easy-fancybox-settings.php:291 ../easy-fancybox-settings.php:413
295
+ msgid "Behavior"
296
+ msgstr "Tindakan"
297
+
298
+ #: ../easy-fancybox-settings.php:298
299
+ msgid "Center while scrolling"
300
+ msgstr "Ketengahkan sembari men-scroll"
301
+
302
+ #: ../easy-fancybox-settings.php:305
303
+ msgid "Esc key stroke closes FancyBox"
304
+ msgstr "Esc kunci paksa menutup FancyBox"
305
+
306
+ #: ../easy-fancybox-settings.php:312
307
+ msgid "Scale large content down to fit in the browser viewport."
308
+ msgstr "Skala konten besar bawah untuk muat di labuhan tampilan browser."
309
+
310
+ #: ../easy-fancybox-settings.php:316
311
+ msgid "Opening speed"
312
+ msgstr "Kecepatan membuka"
313
+
314
+ #: ../easy-fancybox-settings.php:328
315
+ msgid "Closing speed"
316
+ msgstr "Kecepatan menutup"
317
+
318
+ #: ../easy-fancybox-settings.php:337 ../easy-fancybox-settings.php:595
319
+ msgid "Duration in milliseconds. Higher is slower."
320
+ msgstr "Durasi dalam milidetik. Lebih tinggi lebih lambat."
321
+
322
+ #: ../easy-fancybox-settings.php:375
323
+ msgid ""
324
+ "To make images open in an overlay, add their extension to the Autodetect "
325
+ "field or use the class \"fancybox\" for its link. Clear field to switch off "
326
+ "all autodetection."
327
+ msgstr ""
328
+ "Untuk membuat gambar terbuka di overlay, tambahkan ekstensi untuk bidang "
329
+ "auto-mendeteksi atau menggunakan kelas \"fancybox \" untuk link-nya. "
330
+ "Bersihkan area untuk mematikan auto-pengaktifan."
331
+
332
+ #: ../easy-fancybox-settings.php:390 ../easy-fancybox-settings.php:756
333
+ #: ../easy-fancybox-settings.php:881 ../easy-fancybox-settings.php:975
334
+ #: ../easy-fancybox-settings.php:1071 ../easy-fancybox-settings.php:1179
335
+ #: ../easy-fancybox-settings.php:1279
336
+ msgid "Autodetect"
337
+ msgstr ""
338
+ "Untuk membuat gambar terbuka di overlay, tambahkan ekstensi untuk bidang "
339
+ "auto-mendeteksi atau menggunakan kelas \"fancybox \" untuk link-nya. "
340
+ "Bersihkan area untuk mematikan auto-pengaktifan."
341
+
342
+ #: ../easy-fancybox-settings.php:397
343
+ msgid "Example:"
344
+ msgstr "Contoh:"
345
+
346
+ #: ../easy-fancybox-settings.php:401
347
+ msgid "Apply to"
348
+ msgstr "Terapkan ke"
349
+
350
+ #: ../easy-fancybox-settings.php:406
351
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:147
352
+ msgid "All image links"
353
+ msgstr "Semua tautan gambar"
354
+
355
+ #: ../easy-fancybox-settings.php:417 ../easy-fancybox-settings.php:673
356
+ msgid "Transition In"
357
+ msgstr "Transisi"
358
+
359
+ #: ../easy-fancybox-settings.php:422 ../easy-fancybox-settings.php:449
360
+ #: ../easy-fancybox-settings.php:678 ../easy-fancybox-settings.php:705
361
+ msgid "Fade"
362
+ msgstr "Pudar"
363
+
364
+ #: ../easy-fancybox-settings.php:423 ../easy-fancybox-settings.php:450
365
+ #: ../easy-fancybox-settings.php:679 ../easy-fancybox-settings.php:706
366
+ msgid "Elastic"
367
+ msgstr "Elastis"
368
+
369
+ #: ../easy-fancybox-settings.php:430 ../easy-fancybox-settings.php:686
370
+ msgid "Easing In"
371
+ msgstr "Permudah dalam"
372
+
373
+ #: ../easy-fancybox-settings.php:434 ../easy-fancybox-settings.php:461
374
+ #: ../easy-fancybox-settings.php:690 ../easy-fancybox-settings.php:717
375
+ msgid "Linear"
376
+ msgstr "Bergaris"
377
+
378
+ #: ../easy-fancybox-settings.php:435 ../easy-fancybox-settings.php:462
379
+ #: ../easy-fancybox-settings.php:691 ../easy-fancybox-settings.php:718
380
+ msgid "Swing"
381
+ msgstr "Terayun"
382
+
383
+ #: ../easy-fancybox-settings.php:436 ../easy-fancybox-settings.php:463
384
+ #: ../easy-fancybox-settings.php:692 ../easy-fancybox-settings.php:719
385
+ msgid "easeInBack"
386
+ msgstr ""
387
+
388
+ #: ../easy-fancybox-settings.php:437 ../easy-fancybox-settings.php:464
389
+ #: ../easy-fancybox-settings.php:693 ../easy-fancybox-settings.php:720
390
+ msgid "easeOutBack"
391
+ msgstr ""
392
+
393
+ #: ../easy-fancybox-settings.php:444 ../easy-fancybox-settings.php:700
394
+ msgid "Transition Out"
395
+ msgstr "Transisi luar"
396
+
397
+ #: ../easy-fancybox-settings.php:457 ../easy-fancybox-settings.php:713
398
+ msgid "Easing Out"
399
+ msgstr "Permudah Luar"
400
+
401
+ #: ../easy-fancybox-settings.php:467 ../easy-fancybox-settings.php:542
402
+ #: ../easy-fancybox-settings.php:723
403
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:213
404
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:219
405
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:230
406
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:257
407
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:331
408
+ msgid "Note:"
409
+ msgstr "Catatan;"
410
+
411
+ #: ../easy-fancybox-settings.php:467 ../easy-fancybox-settings.php:723
412
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:213
413
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:331
414
+ msgid "Easing effects only apply when Transition is set to Elastic. "
415
+ msgstr "Efek Mempermudah hanya berlaku bila Transisi diatur ke elastis."
416
+
417
+ #: ../easy-fancybox-settings.php:474 ../easy-fancybox-settings.php:730
418
+ msgid ""
419
+ "Transparency fade during elastic transition. CAUTION: Use only when at least "
420
+ "Transition In is set to Elastic!"
421
+ msgstr ""
422
+ "Transparansi memudar selama masa transisi elastis. PERHATIAN: Gunakan hanya "
423
+ "ketika setidaknya Transisi Dalam diatur ke elastis!"
424
+
425
+ #: ../easy-fancybox-settings.php:481 ../easy-fancybox-settings.php:737
426
+ msgid "Close FancyBox when content is clicked"
427
+ msgstr "Tutup FancyBox bila konten diklik"
428
+
429
+ #: ../easy-fancybox-settings.php:492 ../easy-fancybox-settings.php:810
430
+ #: ../easy-fancybox-settings.php:933 ../easy-fancybox-settings.php:1027
431
+ #: ../easy-fancybox-settings.php:1136 ../easy-fancybox-settings.php:1235
432
+ #: ../easy-fancybox-settings.php:1335 ../easy-fancybox-settings.php:1459
433
+ msgid "Show title"
434
+ msgstr "Tampilkan titel"
435
+
436
+ #: ../easy-fancybox-settings.php:496 ../easy-fancybox-settings.php:814
437
+ #: ../easy-fancybox-settings.php:937 ../easy-fancybox-settings.php:1031
438
+ #: ../easy-fancybox-settings.php:1140 ../easy-fancybox-settings.php:1239
439
+ #: ../easy-fancybox-settings.php:1339 ../easy-fancybox-settings.php:1463
440
+ msgid "Title Position"
441
+ msgstr "Posisi Titel"
442
+
443
+ #: ../easy-fancybox-settings.php:500 ../easy-fancybox-settings.php:818
444
+ #: ../easy-fancybox-settings.php:941 ../easy-fancybox-settings.php:1035
445
+ #: ../easy-fancybox-settings.php:1144 ../easy-fancybox-settings.php:1243
446
+ #: ../easy-fancybox-settings.php:1343 ../easy-fancybox-settings.php:1467
447
+ msgid "Float"
448
+ msgstr "Mengambang"
449
+
450
+ #: ../easy-fancybox-settings.php:501 ../easy-fancybox-settings.php:819
451
+ #: ../easy-fancybox-settings.php:942 ../easy-fancybox-settings.php:1036
452
+ #: ../easy-fancybox-settings.php:1145 ../easy-fancybox-settings.php:1244
453
+ #: ../easy-fancybox-settings.php:1344 ../easy-fancybox-settings.php:1468
454
+ msgid "Outside"
455
+ msgstr "Sisi Luar"
456
+
457
+ #: ../easy-fancybox-settings.php:502 ../easy-fancybox-settings.php:820
458
+ #: ../easy-fancybox-settings.php:943 ../easy-fancybox-settings.php:1037
459
+ #: ../easy-fancybox-settings.php:1146 ../easy-fancybox-settings.php:1245
460
+ #: ../easy-fancybox-settings.php:1345 ../easy-fancybox-settings.php:1469
461
+ msgid "Inside"
462
+ msgstr "Sisi Dalam"
463
+
464
+ #: ../easy-fancybox-settings.php:513 ../easy-fancybox-settings.php:829
465
+ #: ../easy-fancybox-settings.php:952 ../easy-fancybox-settings.php:1047
466
+ #: ../easy-fancybox-settings.php:1155 ../easy-fancybox-settings.php:1254
467
+ #: ../easy-fancybox-settings.php:1354 ../easy-fancybox-settings.php:1478
468
+ msgid "Allow title from thumbnail alt tag"
469
+ msgstr "Izinkan titel oleh pembesaran alt tag"
470
+
471
+ #: ../easy-fancybox-settings.php:517 ../easy-fancybox-settings.php:606
472
+ msgid "Advanced"
473
+ msgstr "Tingkat Lanjut"
474
+
475
+ #: ../easy-fancybox-settings.php:521
476
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:228
477
+ msgid "Hide/show title on mouse hover action"
478
+ msgstr "Menyembunyikan / menampilkan judul pada aksi melayang mouse"
479
+
480
+ #: ../easy-fancybox-settings.php:528
481
+ msgid "Gallery"
482
+ msgstr "Galeri"
483
+
484
+ #: ../easy-fancybox-settings.php:532
485
+ msgid "Autogallery"
486
+ msgstr "AutoGaleri"
487
+
488
+ #: ../easy-fancybox-settings.php:538
489
+ msgid "WordPress galleries only"
490
+ msgstr "Galeri WordPress saja"
491
+
492
+ #: ../easy-fancybox-settings.php:539
493
+ msgid "All in one gallery"
494
+ msgstr "Semua dalam satu galeri"
495
+
496
+ #: ../easy-fancybox-settings.php:542
497
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:219
498
+ msgid ""
499
+ "When disabled, you can use the rel attribute to manually group image links "
500
+ "together."
501
+ msgstr ""
502
+ "Saat dinonaktifkan, Anda dapat menggunakan atribut rel secara manual "
503
+ "mengelompokkan tautan foto bersama."
504
+
505
+ #: ../easy-fancybox-settings.php:549
506
+ msgid "Show the gallery navigation arrows"
507
+ msgstr "Tampilkan panah navigasi galeri"
508
+
509
+ #: ../easy-fancybox-settings.php:556
510
+ msgid "Arrow key strokes browse the gallery"
511
+ msgstr "Panah kunci paksa meramban galeri"
512
+
513
+ #: ../easy-fancybox-settings.php:563
514
+ msgid ""
515
+ "Include the Mousewheel jQuery extension script to allow gallery browsing by "
516
+ "mousewheel action."
517
+ msgstr ""
518
+ "Sertakan ekstensi skrip roda mouse jQuery untuk memungkinkan galeri browsing "
519
+ "dengan tindakan roda mouse."
520
+
521
+ #: ../easy-fancybox-settings.php:570
522
+ msgid "Make galleries cyclic, allowing you to keep pressing next/back."
523
+ msgstr ""
524
+ "Membuat galeri siklik, memungkinkan Anda untuk terus menekan ke depan / "
525
+ "belakang."
526
+
527
+ #: ../easy-fancybox-settings.php:574
528
+ msgid "Change speed"
529
+ msgstr "Ubah kecepatan"
530
+
531
+ #: ../easy-fancybox-settings.php:586
532
+ msgid "Fade speed"
533
+ msgstr "Pudarkan kecepatan"
534
+
535
+ #: ../easy-fancybox-settings.php:602
536
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:217
537
+ msgid "Galleries per Section (below)"
538
+ msgstr "Galeri per Bagian (bawah)"
539
+
540
+ #: ../easy-fancybox-settings.php:602
541
+ msgid ""
542
+ "This applies when <em>Apply to</em> is set to <em>Limited to Sections</em> "
543
+ "and/or <em>Autogallery</em> is set to <em>Galleries per Section</em>. Adapt "
544
+ "it to conform with your theme."
545
+ msgstr ""
546
+ "<em>Terapkan</em> berlaku ketika diatur <em>Bagian terbatas</em> dan/atau "
547
+ "<em>Auto-gallery</em> diatur ke <em>Bagian Galeri-galeri</em>. Sesuaikan "
548
+ "dengan tema anda."
549
+
550
+ #: ../easy-fancybox-settings.php:602
551
+ msgid ""
552
+ "Examples: If your theme wraps post content in a div with class post, change "
553
+ "this value to \"div.post\". If you only want to group images in a WordPress "
554
+ "gallery together, use \"div.gallery\". If you want to include images in a "
555
+ "sidebar with ID primary, add \", #primary\"."
556
+ msgstr ""
557
+ "Contoh: jika theme anda menggulung konten post pada sebuah div dengan pos "
558
+ "kelas, ubah nilai ini ke \"div.post\". Jika anda ingin menjadikan bagian "
559
+ "gambar di bilah sisi dengan ID utama, tambahkan \", div#primary\" atau "
560
+ "\"aside#primary\" untuk tema html5."
561
+
562
+ #: ../easy-fancybox-settings.php:602
563
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:230
564
+ msgid ""
565
+ "Hide/show title on mouse hover action works best with Overlay title position."
566
+ msgstr ""
567
+ "Hide / show title pada tindakan mouse hover yang terbaik dengan posisi judul "
568
+ "Overlay."
569
+
570
+ #: ../easy-fancybox-settings.php:602
571
+ msgid "The slideshow uses a fixed 6, 8 or 12 second pause per image."
572
+ msgstr "Slideshow ini menggunakan fixed 6, 8 atau 12 jeda detik per gambar."
573
+
574
+ #: ../easy-fancybox-settings.php:602
575
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:253
576
+ msgid "(6 seconds)"
577
+ msgstr "(6 detik)"
578
+
579
+ #: ../easy-fancybox-settings.php:602
580
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:254
581
+ msgid "(8 seconds)"
582
+ msgstr "(8 detik)"
583
+
584
+ #: ../easy-fancybox-settings.php:602
585
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:255
586
+ msgid "(12 seconds)"
587
+ msgstr "(12 detik)"
588
+
589
+ #: ../easy-fancybox-settings.php:610
590
+ msgid "Slideshow"
591
+ msgstr "Slideshow"
592
+
593
+ #: ../easy-fancybox-settings.php:638
594
+ msgid ""
595
+ "To make inline content open in an overlay, wrap that content in a div with a "
596
+ "unique ID, create a link with target \"#uniqueID\" and give it a class "
597
+ "\"fancybox-inline\" attribute."
598
+ msgstr ""
599
+ "Untuk membuat konten inline terbuka dalam overlay, membungkus bahwa konten "
600
+ "dalam div dengan ID yang unik, membuat link dengan sasaran \"# uniqueID\" "
601
+ "dan memberikan kelas \"fancybox-inline\" atribut."
602
+
603
+ #: ../easy-fancybox-settings.php:656
604
+ msgid ""
605
+ "Try to adjust size to inline/html content. If unchecked or size cannot be "
606
+ "determined, the default dimensions will be used."
607
+ msgstr ""
608
+ "Cobalah untuk menyesuaikan ukuran untuk inline / konten html. Jika dicentang "
609
+ "atau ukuran tidak dapat ditentukan, dimensi default akan digunakan."
610
+
611
+ #: ../easy-fancybox-settings.php:660 ../easy-fancybox-settings.php:1411
612
+ msgid "Scrolling"
613
+ msgstr "Menggulung"
614
+
615
+ #: ../easy-fancybox-settings.php:664 ../easy-fancybox-settings.php:1415
616
+ msgid "Auto"
617
+ msgstr "Otomatis"
618
+
619
+ #: ../easy-fancybox-settings.php:665 ../easy-fancybox-settings.php:1416
620
+ msgid "Always"
621
+ msgstr "Selalu"
622
+
623
+ #: ../easy-fancybox-settings.php:666 ../easy-fancybox-settings.php:1417
624
+ msgid "Never"
625
+ msgstr "Tidak Pernah"
626
+
627
+ #: ../easy-fancybox-settings.php:669 ../easy-fancybox-settings.php:1420
628
+ msgid "Define scrolling and scrollbar visibility."
629
+ msgstr "Tentukan bergulir dan visibilitas scrollbar."
630
+
631
+ #: ../easy-fancybox-settings.php:748
632
+ msgid ""
633
+ "To make any PDF document file open in an overlay, switch on Autodetect or "
634
+ "use the class \"fancybox-pdf\" for its link."
635
+ msgstr ""
636
+ "Untuk membuat setiap file dokumen PDF dalam posisi lapisa (overlay), ubah "
637
+ "pada deteksi otomatis atau gunakan kelas \"fancybox-pdf\" untuk tautan ini."
638
+
639
+ #: ../easy-fancybox-settings.php:873
640
+ msgid ""
641
+ "To make any Flash (.swf) file open in an overlay, switch on Autodetect or "
642
+ "use the class \"fancybox-swf\" for its link."
643
+ msgstr ""
644
+ "Untuk membuat file Flash (.swf) apapun dalam posisi melayang (overlay), "
645
+ "ubah pada deteksi otomatis atau gunakan kelas \"fancybox-swf\" untuk tautan "
646
+ "ini."
647
+
648
+ #: ../easy-fancybox-settings.php:967
649
+ msgid ""
650
+ "To make any SVG (.svg) file open in an overlay, switch on Autodetect or use "
651
+ "the class \"fancybox-svg\" for its link."
652
+ msgstr ""
653
+ "Untuk membuat file SVG (.svg) apapun dalam posisi melayang (overlay), ubah "
654
+ "pada deteksi otomatis atau gunakan kelas \"fancybox-svg\" untuk tautan ini."
655
+
656
+ #: ../easy-fancybox-settings.php:1062
657
+ msgid ""
658
+ "To make any YouTube movie open in an overlay, switch on Autodetect or use "
659
+ "the class \"fancybox-youtube\" for its link."
660
+ msgstr ""
661
+ "Untuk membuat film YouTube apapun dalam posisi melayang (overlay), ubah pada "
662
+ "deteksi otomatis atau gunakan kelas \"fancybox-youtube\" untuk tautan ini."
663
+
664
+ #: ../easy-fancybox-settings.php:1080
665
+ msgid "Autodetect Short links"
666
+ msgstr "Deteksi otomatis tautan pendek"
667
+
668
+ #: ../easy-fancybox-settings.php:1170
669
+ msgid ""
670
+ "To make any Vimeo movie open in an overlay, switch on Autodetect or use the "
671
+ "class \"fancybox-vimeo\" for its link."
672
+ msgstr ""
673
+ "Untuk membuat film Vimeo apapun dalam posisi melayang (overlay), ubah pada "
674
+ "deteksi otomatis atau gunakan kelas \"fancybox-vimeo\" untuk tautan ini."
675
+
676
+ #: ../easy-fancybox-settings.php:1270
677
+ msgid ""
678
+ "To make any Dailymotion movie open in an overlay, switch on Autodetect or "
679
+ "use the class \"fancybox-dailymotion\" for its link."
680
+ msgstr ""
681
+ "Untuk membuat film Dailymotion apapun dalam posisi melayang (overlay), ubah "
682
+ "pada deteksi otomatis atau gunakan kelas \"fancybox-dailymotion\" untuk "
683
+ "tautan ini."
684
+
685
+ #: ../easy-fancybox-settings.php:1396
686
+ msgid ""
687
+ "To make a website or HTML document open in an overlay, use the class "
688
+ "\"fancybox-iframe\" for its link."
689
+ msgstr ""
690
+ "Untuk membuat website atau HTML apapun dalam posisi melayang (overlay), "
691
+ "ubah pada deteksi otomatis atau gunakan kelas \"fancybox-iframe\" untuk "
692
+ "tautan ini."
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
+ "Terima kasih telah membeli Easy FancyBox - ekstensi Pro. Pilihan baru yang "
700
+ "tersedia."
701
+
702
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:46
703
+ msgid "Get support here."
704
+ msgstr "Dapatkan dukungan di sini."
705
+
706
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:52
707
+ msgid "First Image link"
708
+ msgstr "Link Gambar Pertama"
709
+
710
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:53
711
+ msgid "First PDF link"
712
+ msgstr "Link PDF Pertama"
713
+
714
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:54
715
+ msgid "First SWF link"
716
+ msgstr "Link SWF Pertama"
717
+
718
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:55
719
+ msgid "First SVG link"
720
+ msgstr "link SVG Pertama"
721
+
722
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:56
723
+ msgid "First YouTube link "
724
+ msgstr "Link Youtube Pertama"
725
+
726
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:57
727
+ msgid "First Vimeo link "
728
+ msgstr "Link vimeo Pertama"
729
+
730
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:58
731
+ msgid "First Dailymotion link "
732
+ msgstr "Link Dailymotion Pertama"
733
+
734
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:59
735
+ msgid "First iFrame link"
736
+ msgstr "Link iFrame Pertama"
737
+
738
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:60
739
+ msgid "First of any link"
740
+ msgstr "Pertama dari setiap link"
741
+
742
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:145
743
+ msgid "Links inside Section(s) only (below)"
744
+ msgstr "Tautkan hanya didalam Bagian saja (bawah)"
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:269
749
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:302
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:270
756
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:303
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:271
763
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:304
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:272
770
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:305
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:273
777
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:306
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:274
784
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:307
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:275
791
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:308
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:276
798
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:309
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:277
805
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:310
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:278
812
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:311
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:279
819
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:312
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:280
826
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:313
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:281
833
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:314
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:282
840
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:315
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:283
847
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:316
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:284
854
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:317
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:285
861
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:318
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:286
868
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:319
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:287
875
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:320
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:288
882
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:321
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:289
889
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:322
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:290
896
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:323
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:291
903
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:324
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:292
910
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:325
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:293
917
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:326
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:294
924
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:327
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:295
931
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:328
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:296
938
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:329
939
+ msgid "easeInOutBounce"
940
+ msgstr ""
941
+
942
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:238
943
+ msgid "Section(s)"
944
+ msgstr "Bagian-Bagian"
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
+ "Hal ini berlaku ketika <em>Terapkan untuk</ em> diatur untuk <em>Terbatas "
953
+ "Bagian</ em> dan / atau <em Auto-galeri</ em> diatur untuk <em>Galeri per "
954
+ "Bagian</ em >. Beradaptasi agar sesuai dengan tema Anda."
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
+ "Contoh: Jika tema Anda membungkus isi posting dalam div dengan pos kelas, "
966
+ "mengubah nilai ini ke \"div.post\".Jika Anda ingin memasukkan gambar di "
967
+ "sidebar dengan ID primer, tambahkan \", div#primary\" atau \"aside#primary\" "
968
+ "untuk tema HTML5. Jika Anda hanya ingin foto grup di sebuah galeri WordPress "
969
+ "bersama-sama, gunakan \"div.gallery\". Jika Anda ingin memasukkan gambar di "
970
+ "sidebar dengan ID primer, tambahkan \", #primary\"."
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
+ msgid "Gallery Auto-rotation"
976
+ msgstr "v"
977
+
978
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:257
979
+ msgid "Auto-rotation uses a fixed 6, 8 or 12 second pause per image."
980
+ msgstr "Auto-rotasi menggunakan fixed 6, 8 atau 12 jeda detik per gambar."
easy-fancybox-lt_LT.mo → languages/easy-fancybox-lt_LT.mo RENAMED
File without changes
languages/easy-fancybox-lt_LT.po ADDED
@@ -0,0 +1,523 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: 2012-04-03 23:56-0800\n"
12
+ "Last-Translator: \n"
13
+ "Language-Team: LANGUAGE <LL@li.org>\n"
14
+
15
+ #: easy-fancybox.php:266
16
+ msgid "Donate to Easy FancyBox plugin development with PayPal - it's fast, free and secure!"
17
+ msgstr "Paaukokite vardan Easy FancyBox papildinio plėtojimo per PayPal interetinę atsiskaitymų sistemą - tai greita, patogu ir saugu!"
18
+
19
+ #: easy-fancybox.php:266
20
+ msgid "The options in this section are provided by the plugin <strong><a href=\"http://4visions.nl/en/wordpress-plugins/easy-fancybox/\">Easy FancyBox</a></strong> and determine the <strong>Media Lightbox</strong> overlay appearance and behaviour controlled by <strong><a href=\"http://fancybox.net/\">FancyBox</a></strong>."
21
+ msgstr "Šio rinkinio nuostatos pateiktos papildinio <strong><a href=\"http://4visions.nl/en/wordpress-plugins/easy-fancybox/\">Easy FancyBox</a></strong>, jos nustato <strong>Media Lightbox</strong> persidengiančią veiklą bei elgseną, kontroliuojamą <strong><a href=\"http://fancybox.net/\">FancyBox</a></strong>."
22
+
23
+ #: easy-fancybox.php:266
24
+ msgid "First enable each sub-section that you need. Then save and come back to adjust its specific settings."
25
+ msgstr "Iš pradžių suaktyvinkite kiekvieną Jums reikalingą sub-sekciją. Tuomet įrašykite pakeitimus ir grįžkite atgal suderinti jų specifines nuostatas."
26
+
27
+ #: easy-fancybox.php:266
28
+ 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."
29
+ msgstr "Pastaba: Kiekviena papildoma sub-sekcija ir funkcijos, kaip <em>Automatinis aptikimas</em>, <em>Elastiniai perėjimai</em> ir<em>Palengvinimo efektai</em> (išskyrus svyravimą) šiek tiek įtakos kliento pusės naršymo greitį. Suaktyvinkite tik tas sub-sekcijas ir parinktis, kurių Jūsų puslapiui iš tikro reikia."
30
+
31
+ #: easy-fancybox.php:266
32
+ msgid "Some setting like Transition options are unavailable for SWF video, PDF and iFrame content to ensure browser compatibility and readability."
33
+ msgstr "Kai kurios nuostatos, tokios kaip Keitimo parinktys nėra pasiekiamos SWF video, PDF ir iFrame turiniu, užtikrinant naršyklės suderinamumą ir perskaitomumą."
34
+
35
+ #: easy-fancybox.php:308
36
+ msgid "Checked"
37
+ msgstr "Pažymėta"
38
+
39
+ #: easy-fancybox.php:310
40
+ msgid "Unchecked"
41
+ msgstr "Nepažymėta"
42
+
43
+ #: easy-fancybox.php:362
44
+ msgid "FancyBox"
45
+ msgstr "FancyBox"
46
+
47
+ #: easy-fancybox-settings.php:6
48
+ msgid "Global settings"
49
+ msgstr "Bendrosios nuostatos"
50
+
51
+ #: easy-fancybox-settings.php:15
52
+ msgid "Enable FancyBox for"
53
+ msgstr "Suaktyvinti FancyBox"
54
+
55
+ #: easy-fancybox-settings.php:24
56
+ #: easy-fancybox-settings.php:316
57
+ msgid "Images & Inline content"
58
+ msgstr "Vaizdų ir Įterpinių turinys"
59
+
60
+ #: easy-fancybox-settings.php:31
61
+ #: easy-fancybox-settings.php:489
62
+ msgid "PDF"
63
+ msgstr "PDF"
64
+
65
+ #: easy-fancybox-settings.php:38
66
+ #: easy-fancybox-settings.php:606
67
+ msgid "SWF"
68
+ msgstr "SWF"
69
+
70
+ #: easy-fancybox-settings.php:45
71
+ #: easy-fancybox-settings.php:697
72
+ msgid "YouTube"
73
+ msgstr "YouTube"
74
+
75
+ #: easy-fancybox-settings.php:52
76
+ #: easy-fancybox-settings.php:800
77
+ msgid "Vimeo"
78
+ msgstr "Vimeo"
79
+
80
+ #: easy-fancybox-settings.php:59
81
+ #: easy-fancybox-settings.php:895
82
+ msgid "Dailymotion"
83
+ msgstr "Dailymotion"
84
+
85
+ #: easy-fancybox-settings.php:66
86
+ #: easy-fancybox-settings.php:1016
87
+ msgid "iFrames"
88
+ msgstr "iFrames"
89
+
90
+ #: easy-fancybox-settings.php:71
91
+ msgid "Links"
92
+ msgstr "Nuorodos"
93
+
94
+ #: easy-fancybox-settings.php:81
95
+ msgid "Exclude"
96
+ msgstr "Išskirti"
97
+
98
+ #: easy-fancybox-settings.php:86
99
+ #: easy-fancybox-settings.php:100
100
+ #: easy-fancybox-settings.php:295
101
+ #: easy-fancybox-settings.php:383
102
+ #: easy-fancybox-settings.php:411
103
+ msgid "None"
104
+ msgstr "Nieko"
105
+
106
+ #: easy-fancybox-settings.php:87
107
+ msgid "Empty (hidden) links"
108
+ msgstr "Tuščios (paslėptos) nuorodos"
109
+
110
+ #: easy-fancybox-settings.php:88
111
+ msgid "Without thumbnail image"
112
+ msgstr "Be miniatiūros vaizdo"
113
+
114
+ #: easy-fancybox-settings.php:95
115
+ msgid "Auto-open"
116
+ msgstr "Automatinis atvėrimas"
117
+
118
+ #: easy-fancybox-settings.php:101
119
+ msgid "Link with ID \"fancybox-auto\""
120
+ msgstr "Identifikatoriui \"fancybox-auto\" priskirtos nuorodos"
121
+
122
+ #: easy-fancybox-settings.php:102
123
+ msgid "First Image link"
124
+ msgstr "Pirma Vaizdo nuoroda"
125
+
126
+ #: easy-fancybox-settings.php:103
127
+ msgid "First PDF link"
128
+ msgstr "Pirma PDF nuoroda"
129
+
130
+ #: easy-fancybox-settings.php:104
131
+ msgid "First SWF link"
132
+ msgstr "Pirma SWF nuoroda"
133
+
134
+ #: easy-fancybox-settings.php:105
135
+ msgid "First YouTube link "
136
+ msgstr "Pirma YouTube nuoroda"
137
+
138
+ #: easy-fancybox-settings.php:106
139
+ msgid "First Vimeo link "
140
+ msgstr "Pirma Vimeo nuoroda"
141
+
142
+ #: easy-fancybox-settings.php:107
143
+ msgid "First Dailymotion link "
144
+ msgstr "Pirma Dailymotion nuoroda"
145
+
146
+ #: easy-fancybox-settings.php:108
147
+ msgid "First iFrame link"
148
+ msgstr "Pirma iFrame nuoroda"
149
+
150
+ #: easy-fancybox-settings.php:109
151
+ msgid "First of any link"
152
+ msgstr "Pirma bet ko nuoroda"
153
+
154
+ #: easy-fancybox-settings.php:117
155
+ #: easy-fancybox-settings.php:452
156
+ msgid "Overlay"
157
+ msgstr "Perdanga"
158
+
159
+ #: easy-fancybox-settings.php:125
160
+ msgid "Show the overlay around content opened in FancyBox."
161
+ msgstr "Rodyti perdangą aplink turinį, atvertą FancyBox."
162
+
163
+ #: easy-fancybox-settings.php:132
164
+ msgid "Spotlight effect."
165
+ msgstr "Prožektoriaus efektas."
166
+
167
+ #: easy-fancybox-settings.php:136
168
+ #: easy-fancybox-settings.php:227
169
+ msgid "Opacity"
170
+ msgstr "Dengiamumas"
171
+
172
+ #: easy-fancybox-settings.php:141
173
+ msgid "Value between 0 and 1. "
174
+ msgstr "Reikšmė tarp 0 ir 1."
175
+
176
+ #: easy-fancybox-settings.php:141
177
+ #: easy-fancybox-settings.php:150
178
+ #: easy-fancybox-settings.php:188
179
+ #: easy-fancybox-settings.php:232
180
+ #: easy-fancybox-settings.php:283
181
+ #: easy-fancybox-settings.php:332
182
+ #: easy-fancybox-settings.php:345
183
+ #: easy-fancybox-settings.php:369
184
+ msgid "Default:"
185
+ msgstr "Numatytasis:"
186
+
187
+ #: easy-fancybox-settings.php:145
188
+ #: easy-fancybox-settings.php:192
189
+ msgid "Color"
190
+ msgstr "Spalva"
191
+
192
+ #: easy-fancybox-settings.php:150
193
+ msgid "Enter an HTML color value."
194
+ msgstr "Įveskite HTML kodo spalvos reikšmę."
195
+
196
+ #: easy-fancybox-settings.php:156
197
+ msgid "Window"
198
+ msgstr "Langas"
199
+
200
+ #: easy-fancybox-settings.php:162
201
+ msgid "Size"
202
+ msgstr "Dydis"
203
+
204
+ #: easy-fancybox-settings.php:166
205
+ #: easy-fancybox-settings.php:517
206
+ #: easy-fancybox-settings.php:634
207
+ #: easy-fancybox-settings.php:735
208
+ #: easy-fancybox-settings.php:829
209
+ #: easy-fancybox-settings.php:924
210
+ #: easy-fancybox-settings.php:1036
211
+ msgid "Width"
212
+ msgstr "Plotis"
213
+
214
+ #: easy-fancybox-settings.php:175
215
+ #: easy-fancybox-settings.php:526
216
+ #: easy-fancybox-settings.php:644
217
+ #: easy-fancybox-settings.php:744
218
+ #: easy-fancybox-settings.php:838
219
+ #: easy-fancybox-settings.php:933
220
+ #: easy-fancybox-settings.php:1045
221
+ msgid "Height"
222
+ msgstr "Aukštis"
223
+
224
+ #: easy-fancybox-settings.php:183
225
+ #: easy-fancybox-settings.php:207
226
+ #: easy-fancybox-settings.php:534
227
+ #: easy-fancybox-settings.php:653
228
+ #: easy-fancybox-settings.php:752
229
+ #: easy-fancybox-settings.php:846
230
+ #: easy-fancybox-settings.php:941
231
+ #: easy-fancybox-settings.php:1053
232
+ msgid "Border"
233
+ msgstr "Rėmelis"
234
+
235
+ #: easy-fancybox-settings.php:197
236
+ msgid "Background"
237
+ msgstr "Fonas"
238
+
239
+ #: easy-fancybox-settings.php:217
240
+ msgid "Text"
241
+ msgstr "Tekstas"
242
+
243
+ #: easy-fancybox-settings.php:236
244
+ msgid "Behavior"
245
+ msgstr "Elgsena"
246
+
247
+ #: easy-fancybox-settings.php:242
248
+ msgid "Center while scrolling"
249
+ msgstr "Centruoti slenkant"
250
+
251
+ #: easy-fancybox-settings.php:248
252
+ msgid "Show the (X) close button"
253
+ msgstr "Rodyti (X) užverties mygtuką"
254
+
255
+ #: easy-fancybox-settings.php:254
256
+ msgid "Show the gallery navigation arrows"
257
+ msgstr "Rodyti galerijos naršymo rodykles"
258
+
259
+ #: easy-fancybox-settings.php:262
260
+ msgid "Opening speed"
261
+ msgstr "Atvėrimo greitis"
262
+
263
+ #: easy-fancybox-settings.php:270
264
+ msgid "Closing speed"
265
+ msgstr "Uždarymo greitis"
266
+
267
+ #: easy-fancybox-settings.php:278
268
+ msgid "Fade speed"
269
+ msgstr "Stelbties greitis"
270
+
271
+ #: easy-fancybox-settings.php:283
272
+ msgid "Duration in milliseconds. Higher is slower."
273
+ msgstr "Trukmė milisekundėmis. Didesnė yra lėtesnė."
274
+
275
+ #: easy-fancybox-settings.php:291
276
+ msgid "Advanced"
277
+ msgstr "Išplėstiniai(-ės)"
278
+
279
+ #: easy-fancybox-settings.php:296
280
+ msgid "Hide/show title on mouse hover action"
281
+ msgstr "Slėpti/rodyti antraštę pelės žymeklio užvedimo metu"
282
+
283
+ #: easy-fancybox-settings.php:297
284
+ msgid "Gallery Auto-rotation"
285
+ msgstr "Automatinis galerijos pasukimas"
286
+
287
+ #: easy-fancybox-settings.php:304
288
+ msgid "Note: Hide/show title on mouse hover action works best with Overlay title position. Auto-rotation uses a fixed 5 second pause per image."
289
+ msgstr "Pastaba: Turinio rodymas/slėpimas, pelės žymeklio užvedimo metu geriausiai veikia su Persidengiančia turinio pozicija. Automatinis pasukimas naudoja fiksuotą 5 sekundžių pauzę kiekvienam vaizdui."
290
+
291
+ #: easy-fancybox-settings.php:321
292
+ msgid "To make images open in an overlay, add their extension to the auto-detect field or use the class \"fancybox\" for its link. Clear field to switch off auto-enabling."
293
+ msgstr "Norėdami, kad vaizdai atsidarytų perdangos rėžime, pridėkite Jų plėtinį į automatinio aptikimo laukelį ir naudokite klasę \"fancybox\" jų nuorodai. Išvalykite laukelį, norėdami išjungti automatinį suaktyvinimą."
294
+
295
+ #: easy-fancybox-settings.php:325
296
+ #: easy-fancybox-settings.php:502
297
+ #: easy-fancybox-settings.php:619
298
+ #: easy-fancybox-settings.php:711
299
+ #: easy-fancybox-settings.php:814
300
+ #: easy-fancybox-settings.php:909
301
+ msgid "Auto-detect"
302
+ msgstr "Automatinis aptikimas"
303
+
304
+ #: easy-fancybox-settings.php:336
305
+ msgid "Apply to"
306
+ msgstr "Pritaikyti"
307
+
308
+ #: easy-fancybox-settings.php:341
309
+ msgid "All image links"
310
+ msgstr "Visos vaizdo nuorodos"
311
+
312
+ #: easy-fancybox-settings.php:342
313
+ msgid "Links inside Section(s) only (below)"
314
+ msgstr "Susieja vidinę(-es) sekciją(-es) tik (žemiau)"
315
+
316
+ #: easy-fancybox-settings.php:349
317
+ msgid "Auto-gallery"
318
+ msgstr "Automatinė galerija"
319
+
320
+ #: easy-fancybox-settings.php:354
321
+ msgid "Disabled"
322
+ msgstr "Išjungta"
323
+
324
+ #: easy-fancybox-settings.php:355
325
+ msgid "Galleries per Section (below)"
326
+ msgstr "Galerijos Sekcijoje (žemiau)"
327
+
328
+ #: easy-fancybox-settings.php:356
329
+ msgid "All in one gallery"
330
+ msgstr "Visi vienoje galerijoje"
331
+
332
+ #: easy-fancybox-settings.php:359
333
+ msgid "When disabled, you can use the rel attribute to manually group image links together."
334
+ msgstr "Kuomet išjungta, Jūs galite naudoti tikrą atributą rankiniam vaizdų nuorodų grupavimui."
335
+
336
+ #: easy-fancybox-settings.php:363
337
+ msgid "Section(s)"
338
+ msgstr "Sekcija(-os)"
339
+
340
+ #: easy-fancybox-settings.php:369
341
+ msgid "This applies when <em>Apply to</em> is set to <em>Limited to Sections</em> and/or <em>Auto-gallery</em> is set to <em>Galleries per Section</em>. Adapt it to conform with your theme."
342
+ msgstr "Tai pritaikoma kuomet <em>Pritaikyti</em> yra pritaikytas <em>Ribojama Sekcijoms</em> ir/arba <em>Automatinė galerija</em> yra priskirta <em>Galerijos Sekcijoje</em>."
343
+
344
+ #: easy-fancybox-settings.php:369
345
+ msgid "Examples: If your theme wraps post content in a div with class post, change this value to \"div.post\". If you want to include images in a sidebar with ID primary, add \", div#primary\" or \"aside#primary\" for html5 themes."
346
+ msgstr "Pavyzdžiai: Jeigu Jūsų apipavidalinimas patalpina įrašo turinį div dalyje su klasės įrašu, pakeiskite šią reikšmę į \"div.post\". Jeigu norite įtraukti vaizdus į šoninę Juostą su pirminiu Identifikatoriumi, html5 apipavidalinimams pridėkite \", div#primary\" arba \"aside#primary\"."
347
+
348
+ #: easy-fancybox-settings.php:377
349
+ msgid "Transition In"
350
+ msgstr "Pareiti į"
351
+
352
+ #: easy-fancybox-settings.php:381
353
+ #: easy-fancybox-settings.php:409
354
+ msgid "Fade"
355
+ msgstr "Stelbti"
356
+
357
+ #: easy-fancybox-settings.php:382
358
+ #: easy-fancybox-settings.php:410
359
+ msgid "Elastic"
360
+ msgstr "Elastiškas"
361
+
362
+ #: easy-fancybox-settings.php:390
363
+ msgid "Easing In"
364
+ msgstr "Palengvinimas"
365
+
366
+ #: easy-fancybox-settings.php:394
367
+ #: easy-fancybox-settings.php:422
368
+ msgid "Linear"
369
+ msgstr "Tiesinis"
370
+
371
+ #: easy-fancybox-settings.php:395
372
+ #: easy-fancybox-settings.php:423
373
+ msgid "Swing"
374
+ msgstr "Svyravimas"
375
+
376
+ #: easy-fancybox-settings.php:396
377
+ #: easy-fancybox-settings.php:424
378
+ msgid "Back"
379
+ msgstr "Grįžti"
380
+
381
+ #: easy-fancybox-settings.php:397
382
+ #: easy-fancybox-settings.php:425
383
+ msgid "Quad"
384
+ msgstr "Keturkryptis"
385
+
386
+ #: easy-fancybox-settings.php:398
387
+ #: easy-fancybox-settings.php:426
388
+ msgid "Expo"
389
+ msgstr "Vaizdavimas"
390
+
391
+ #: easy-fancybox-settings.php:405
392
+ msgid "Transition Out"
393
+ msgstr "Pereiti iš"
394
+
395
+ #: easy-fancybox-settings.php:418
396
+ msgid "Easing Out"
397
+ msgstr "Palengvinant"
398
+
399
+ #: easy-fancybox-settings.php:429
400
+ msgid "Easing effects only apply when Transition is set to Elastic. "
401
+ msgstr "Palengvinimo efektai pritaikomi tik tuomet, kai Perėjimas nustatytas kaip Elastinis."
402
+
403
+ #: easy-fancybox-settings.php:435
404
+ msgid "Transparency fade during elastic transition."
405
+ msgstr "Permatoma stelptis elastinio perėjimo metu."
406
+
407
+ #: easy-fancybox-settings.php:441
408
+ #: easy-fancybox-settings.php:549
409
+ #: easy-fancybox-settings.php:668
410
+ #: easy-fancybox-settings.php:767
411
+ #: easy-fancybox-settings.php:861
412
+ #: easy-fancybox-settings.php:956
413
+ #: easy-fancybox-settings.php:1071
414
+ msgid "Show title"
415
+ msgstr "Rodyti antraštę"
416
+
417
+ #: easy-fancybox-settings.php:445
418
+ #: easy-fancybox-settings.php:553
419
+ #: easy-fancybox-settings.php:672
420
+ #: easy-fancybox-settings.php:771
421
+ #: easy-fancybox-settings.php:865
422
+ #: easy-fancybox-settings.php:960
423
+ #: easy-fancybox-settings.php:1075
424
+ msgid "Title Position"
425
+ msgstr "Antraštės Pozicija"
426
+
427
+ #: easy-fancybox-settings.php:449
428
+ #: easy-fancybox-settings.php:557
429
+ #: easy-fancybox-settings.php:676
430
+ #: easy-fancybox-settings.php:775
431
+ #: easy-fancybox-settings.php:869
432
+ #: easy-fancybox-settings.php:964
433
+ #: easy-fancybox-settings.php:1079
434
+ msgid "Float"
435
+ msgstr "Plūduriuoti"
436
+
437
+ #: easy-fancybox-settings.php:450
438
+ #: easy-fancybox-settings.php:558
439
+ #: easy-fancybox-settings.php:677
440
+ #: easy-fancybox-settings.php:776
441
+ #: easy-fancybox-settings.php:870
442
+ #: easy-fancybox-settings.php:965
443
+ #: easy-fancybox-settings.php:1080
444
+ msgid "Outside"
445
+ msgstr "Išorėje"
446
+
447
+ #: easy-fancybox-settings.php:451
448
+ #: easy-fancybox-settings.php:559
449
+ #: easy-fancybox-settings.php:678
450
+ #: easy-fancybox-settings.php:777
451
+ #: easy-fancybox-settings.php:871
452
+ #: easy-fancybox-settings.php:966
453
+ #: easy-fancybox-settings.php:1081
454
+ msgid "Inside"
455
+ msgstr "Viduje"
456
+
457
+ #: easy-fancybox-settings.php:461
458
+ #: easy-fancybox-settings.php:568
459
+ #: easy-fancybox-settings.php:687
460
+ #: easy-fancybox-settings.php:786
461
+ #: easy-fancybox-settings.php:880
462
+ #: easy-fancybox-settings.php:975
463
+ #: easy-fancybox-settings.php:1090
464
+ msgid "Allow title from thumbnail alt tag"
465
+ msgstr "Leisti turinį iš miniatiūros alternatyviosiso gairės"
466
+
467
+ #: easy-fancybox-settings.php:494
468
+ msgid "To make any PDF document file open in an overlay, switch on auto-detect or use the class \"fancybox-pdf\" for its link."
469
+ msgstr "Kad PDF dokumentai būtų atveriami perdangos būsenoje, įjunkite automatinį aptikimą arba naudokite klasę \"fancybox-pdf\" dokumento nuorodoje."
470
+
471
+ #: easy-fancybox-settings.php:494
472
+ #: easy-fancybox-settings.php:611
473
+ #: easy-fancybox-settings.php:702
474
+ #: easy-fancybox-settings.php:805
475
+ #: easy-fancybox-settings.php:900
476
+ #: easy-fancybox-settings.php:1021
477
+ msgid "Adjust its specific settings below."
478
+ msgstr "Derinti specifines nuostatas žemiau."
479
+
480
+ #: easy-fancybox-settings.php:611
481
+ msgid "To make any Flash (.swf) file open in an overlay, switch on auto-detect or use the class \"fancybox-swf\" for its link."
482
+ msgstr "Kad Flash (.swf) rinkmena būtų atveriama perdangos būsenoje, įjunkite automatinį aptikimą arba naudokite klasę \"fancybox-swf\" rinkmenos nuorodoje."
483
+
484
+ #: easy-fancybox-settings.php:702
485
+ msgid "To make any YouTube movie open in an overlay, switch on auto-detect or use the class \"fancybox-youtube\" for its link."
486
+ msgstr "Kad YouTube vaizdinė medžiaga būtų atveriama perdangos būsenoje, įjunkite automatinį aptikimą arba naudokite klasę \"fancybox-youtube\" jų nuorodose."
487
+
488
+ #: easy-fancybox-settings.php:720
489
+ msgid "Auto-detect Short links"
490
+ msgstr "Automatinio aptikimo Trumposios nuorodos"
491
+
492
+ #: easy-fancybox-settings.php:805
493
+ msgid "To make any Vimeo movie open in an overlay, switch on auto-detect or use the class \"fancybox-vimeo\" for its link."
494
+ msgstr "Kad Vimeo vaizdinė medžiaga būtų atveriama perdangos būsenoje, įjunkite automatinį aptikimą arba naudokite klasę \"fancybox-vimeo\" jų nuorodose."
495
+
496
+ #: easy-fancybox-settings.php:900
497
+ msgid "To make any Dailymotion movie open in an overlay, switch on auto-detect or use the class \"fancybox-dailymotion\" for its link."
498
+ msgstr "Kad Dailymotion vaizdinė medžiaga būtų atveriama perdangos būsenoje, įjunkite automatinį aptikimą arba naudokite klasę \"fancybox-dalymotion\" jų nuorodose."
499
+
500
+ #: easy-fancybox-settings.php:1021
501
+ msgid "To make a website or HTML document open in an overlay, use the class \"fancybox-iframe\" for its link."
502
+ msgstr "Kad svetainė ar html dokumentai būtų atveriami perdangos būsenoje, įjunkite automatinį aptikimą arba naudokite klasę \"fancybox-iframe\" jų nuorodose."
503
+
504
+ #. Plugin Name of the plugin/theme
505
+ msgid "Easy FancyBox"
506
+ msgstr "Easy FancyBox"
507
+
508
+ #. Plugin URI of the plugin/theme
509
+ msgid "http://4visions.nl/en/wordpress-plugins/easy-fancybox/"
510
+ msgstr "http://4visions.nl/en/wordpress-plugins/easy-fancybox/"
511
+
512
+ #. Description of the plugin/theme
513
+ 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."
514
+ msgstr "Lengvai suaktyvinkite <a href=\"http://fancybox.net/\">FancyBox jQuery plėtinį</a> visų vaizdų, SWF, PDF, YouTube, Dailymotion ir Vimeo nuorodose. Taip pat palaiko IFrame ir įterptąjį turinį."
515
+
516
+ #. Author of the plugin/theme
517
+ msgid "RavanH"
518
+ msgstr "RavanH"
519
+
520
+ #. Author URI of the plugin/theme
521
+ msgid "http://4visions.nl/"
522
+ msgstr "http://4visions.nl/"
523
+
languages/easy-fancybox-nl_NL.mo ADDED
Binary file
languages/easy-fancybox-nl_NL.po ADDED
@@ -0,0 +1,1067 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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.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"
12
+ "MIME-Version: 1.0\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.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 "
27
+ "<strong>Media Lightbox</strong> overlay appearance and behaviour controlled "
28
+ "by %s."
29
+ 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."
46
+ 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) "
54
+ "will have some extra impact on client-side page speed. Enable only those sub-"
55
+ "sections and options that you actually need on your site."
56
+ msgstr ""
57
+ "Let op: Iedere sub-sectie en functie zoals <em>Auto-detectie</em>, "
58
+ "<em>Elastische transities</em> en alle <em>Vloeiende effecten</em> (behalve "
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."
66
+ msgstr ""
67
+ "Sommige instellingen als Transities zijn niet beschikbaar voor SWF video, "
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"
146
+
147
+ #: ../easy-fancybox-settings.php:20
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
+
155
+ #: ../easy-fancybox-settings.php:86
156
+ msgid ""
157
+ "For advanced options and support, please get the Easy FancyBox - Pro "
158
+ "extension."
159
+ 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."
287
+ 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 "
323
+ "all autodetection."
324
+ msgstr ""
325
+ "Om afbeeldingen in de lichtbak te openen, voeg hun extensie toe aan het veld "
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!"
417
+ 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."
513
+ 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 "
539
+ "it to conform with your theme."
540
+ msgstr ""
541
+ "Dit geldt wanneer <em>Pas toe op</em> is beperkt tot <em>Alleen koppelingen "
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 "
599
+ "\"fancybox-inline\" attribute."
600
+ msgstr ""
601
+ "Om inline inhoud in een lightbox weer te geven, plaats het dan in een div "
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."
638
+ 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."
646
+ 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."
654
+ 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."
662
+ 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."
674
+ 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."
682
+ 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."
690
+ 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 ""
981
+ #~ "De diashow gebruikt vaste pauzes van 6, 8 of 12 seconden per afbeelding."
982
+
983
+ #~ msgid "(8 seconds)"
984
+ #~ msgstr "(8 seconden)"
985
+
986
+ #~ msgid "Links"
987
+ #~ msgstr "Koppelingen"
988
+
989
+ #~ msgid "None"
990
+ #~ msgstr "Geen"
991
+
992
+ #~ msgid "Width"
993
+ #~ msgstr "Breedte"
994
+
995
+ #~ msgid "Height"
996
+ #~ msgstr "Hoogte"
997
+
998
+ #~ msgid "Border"
999
+ #~ msgstr "Rand"
1000
+
1001
+ #~ msgid "Disabled"
1002
+ #~ msgstr "Uitgeschakeld"
1003
+
1004
+ #~ msgid ""
1005
+ #~ "Leave the mousewheel option (below) unchecked when you do not use "
1006
+ #~ "FancyBox for galleries on your site."
1007
+ #~ msgstr ""
1008
+ #~ "Laat de muiswiel optie (hieronder) uitgeschakeld als je geen FancyBox "
1009
+ #~ "galerijen op je site gebruikt."
1010
+
1011
+ #~ msgid "Settings"
1012
+ #~ msgstr "Algemene instellingen"
1013
+
1014
+ #~ msgid "Discussion"
1015
+ #~ msgstr "Discussie"
1016
+
1017
+ #~ msgid "Adjust its specific settings below."
1018
+ #~ msgstr "Verander specifieke instelling hieronder."
1019
+
1020
+ #~ msgid "Auto-detect"
1021
+ #~ msgstr "Automatische detectie"
1022
+
1023
+ #~ msgid ""
1024
+ #~ "For advanced options and support, please purchase the Easy FancyBox Pro "
1025
+ #~ "version."
1026
+ #~ msgstr ""
1027
+ #~ "Schaf de Easy FancyBox Pro versie aan voor geavanceerde opties en "
1028
+ #~ "ondersteuning."
1029
+
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
+
1039
+ #~ msgid "Size"
1040
+ #~ msgstr "Grootte"
1041
+
1042
+ #~ msgid "Text"
1043
+ #~ msgstr "Tekst"
1044
+
1045
+ #~ msgid "Quad"
1046
+ #~ msgstr "Quad"
1047
+
1048
+ #~ msgid "Expo"
1049
+ #~ msgstr "Expo"
1050
+
1051
+ #~ msgid "http://4visions.nl/en/wordpress-plugins/easy-fancybox/"
1052
+ #~ msgstr "http://4visions.nl/wordpress-plugins/easy-fancybox/"
1053
+
1054
+ #~ msgid ""
1055
+ #~ "Easily enable the <a href=\"http://fancybox.net/\">FancyBox jQuery "
1056
+ #~ "extension</a> on all image, SWF, PDF, YouTube, Dailymotion and Vimeo "
1057
+ #~ "links. Also supports iFrame and inline content."
1058
+ #~ msgstr ""
1059
+ #~ "Activeer eenvoudig de <a href=\"http://fancybox.net/\">FancyBox jQuery "
1060
+ #~ "extensie</a> voor alle afbeeldingen, SWF, PDF, YouTube, Dailymotion en "
1061
+ #~ "Vimeo koppelingen. Onderteunt ook iFrame en inline inhoud."
1062
+
1063
+ #~ msgid "RavanH"
1064
+ #~ msgstr "RavanH"
1065
+
1066
+ #~ msgid "http://4visions.nl/"
1067
+ #~ msgstr "http://4visions.nl/"
easy-fancybox-pl_PL.mo → languages/easy-fancybox-pl_PL.mo RENAMED
File without changes
languages/easy-fancybox-pl_PL.po ADDED
@@ -0,0 +1,526 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: 2012-03-01 15:54+0100\n"
12
+ "Last-Translator: Kamil Szymański <kamilszymanski@gmail.com>\n"
13
+ "Language-Team: Kamil Szymański <LL@li.org>\n"
14
+ "X-Poedit-Language: Polish\n"
15
+ "X-Poedit-Country: POLAND\n"
16
+ "X-Poedit-SourceCharset: utf-8\n"
17
+
18
+ #: easy-fancybox.php:266
19
+ msgid "Donate to Easy FancyBox plugin development with PayPal - it's fast, free and secure!"
20
+ msgstr "Wesprzyj rozwój wtyczki Easy FancyBox za pomocą PayPal - szybko, za darmo i bezpiecznie."
21
+
22
+ #: easy-fancybox.php:266
23
+ msgid "The options in this section are provided by the plugin <strong><a href=\"http://4visions.nl/en/wordpress-plugins/easy-fancybox/\">Easy FancyBox</a></strong> and determine the <strong>Media Lightbox</strong> overlay appearance and behaviour controlled by <strong><a href=\"http://fancybox.net/\">FancyBox</a></strong>."
24
+ msgstr "Opcji w tej sekcji dostarcza plugin <strong><a href=\"http://4visions.nl/en/wordpress-plugins/easy-fancybox/\">Easy FancyBox</a></strong>. Zmieniają one wygląd efektu <strong>Lightbox</strong> oraz jego zachowanie, przy użyciu <strong><a href=\"http://fancybox.net/\">FancyBox</a></strong>."
25
+
26
+ #: easy-fancybox.php:266
27
+ msgid "First enable each sub-section that you need. Then save and come back to adjust its specific settings."
28
+ msgstr "Włącz najpierw każda z podsekcji, której potrzebujesz. Następnie zapisz zmiany i wróć, aby dostosować wybrane opcje."
29
+
30
+ #: easy-fancybox.php:266
31
+ 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."
32
+ msgstr "Uwaga: każda dodatkowa podsekcja i opcje, jak <em>autowykrywanie</em>, <em>Elastyczne przejścia</em> oraz wszystkie <em>Efekty easing</em> (poza Obrotem) będą miały dodatkowy wpływ na szbkość działania strony u klienta. Włącz tylko te sekcje i opcje, których naprawdę porzebujesz na swojej stronie."
33
+
34
+ #: easy-fancybox.php:266
35
+ msgid "Some setting like Transition options are unavailable for SWF video, PDF and iFrame content to ensure browser compatibility and readability."
36
+ msgstr "Niekóre ustawienia, jak opcje Przejścia, nie są dostępne dla ilmów SWF, plików PDF oraz zawartości iFrame, aby zmaksymalizować zgodność z przeglądarkami i czytelność."
37
+
38
+ #: easy-fancybox.php:308
39
+ msgid "Checked"
40
+ msgstr "Zaznaczone"
41
+
42
+ #: easy-fancybox.php:310
43
+ msgid "Unchecked"
44
+ msgstr "Niezaznaczone"
45
+
46
+ #: easy-fancybox.php:362
47
+ msgid "FancyBox"
48
+ msgstr "FancyBox"
49
+
50
+ #: easy-fancybox-settings.php:6
51
+ msgid "Global settings"
52
+ msgstr "Ustawienia globalne"
53
+
54
+ #: easy-fancybox-settings.php:15
55
+ msgid "Enable FancyBox for"
56
+ msgstr "Włącz FancyBox dla"
57
+
58
+ #: easy-fancybox-settings.php:24
59
+ #: easy-fancybox-settings.php:316
60
+ msgid "Images & Inline content"
61
+ msgstr "Zdjęcia i zawartość inline"
62
+
63
+ #: easy-fancybox-settings.php:31
64
+ #: easy-fancybox-settings.php:489
65
+ msgid "PDF"
66
+ msgstr "PDF"
67
+
68
+ #: easy-fancybox-settings.php:38
69
+ #: easy-fancybox-settings.php:606
70
+ msgid "SWF"
71
+ msgstr "SWF"
72
+
73
+ #: easy-fancybox-settings.php:45
74
+ #: easy-fancybox-settings.php:697
75
+ msgid "YouTube"
76
+ msgstr "YouTube"
77
+
78
+ #: easy-fancybox-settings.php:52
79
+ #: easy-fancybox-settings.php:800
80
+ msgid "Vimeo"
81
+ msgstr "Vimeo"
82
+
83
+ #: easy-fancybox-settings.php:59
84
+ #: easy-fancybox-settings.php:895
85
+ msgid "Dailymotion"
86
+ msgstr "Dailymotion"
87
+
88
+ #: easy-fancybox-settings.php:66
89
+ #: easy-fancybox-settings.php:1016
90
+ msgid "iFrames"
91
+ msgstr "Ramki iFrame"
92
+
93
+ #: easy-fancybox-settings.php:71
94
+ msgid "Links"
95
+ msgstr "Odnośniki"
96
+
97
+ #: easy-fancybox-settings.php:81
98
+ msgid "Exclude"
99
+ msgstr "Wyłącz"
100
+
101
+ #: easy-fancybox-settings.php:86
102
+ #: easy-fancybox-settings.php:100
103
+ #: easy-fancybox-settings.php:295
104
+ #: easy-fancybox-settings.php:383
105
+ #: easy-fancybox-settings.php:411
106
+ msgid "None"
107
+ msgstr "Brak"
108
+
109
+ #: easy-fancybox-settings.php:87
110
+ msgid "Empty (hidden) links"
111
+ msgstr "Puste (ukryte) linki"
112
+
113
+ #: easy-fancybox-settings.php:88
114
+ msgid "Without thumbnail image"
115
+ msgstr "Bez obrazka miniaturki"
116
+
117
+ #: easy-fancybox-settings.php:95
118
+ msgid "Auto-open"
119
+ msgstr "Autootwieranie"
120
+
121
+ #: easy-fancybox-settings.php:101
122
+ msgid "Link with ID \"fancybox-auto\""
123
+ msgstr "Odnośnik z ID \"fancybox-auto\""
124
+
125
+ #: easy-fancybox-settings.php:102
126
+ msgid "First Image link"
127
+ msgstr "Pierwszy link do zdjęcia"
128
+
129
+ #: easy-fancybox-settings.php:103
130
+ msgid "First PDF link"
131
+ msgstr "Pierwszy link do PDFa"
132
+
133
+ #: easy-fancybox-settings.php:104
134
+ msgid "First SWF link"
135
+ msgstr "Pierwszy link do SWF"
136
+
137
+ #: easy-fancybox-settings.php:105
138
+ msgid "First YouTube link "
139
+ msgstr "Pierwszy link YouTube"
140
+
141
+ #: easy-fancybox-settings.php:106
142
+ msgid "First Vimeo link "
143
+ msgstr "Pierwszy link Vimeo"
144
+
145
+ #: easy-fancybox-settings.php:107
146
+ msgid "First Dailymotion link "
147
+ msgstr "Pierwszy link Dailymotion"
148
+
149
+ #: easy-fancybox-settings.php:108
150
+ msgid "First iFrame link"
151
+ msgstr "Pierwszy link iFrame"
152
+
153
+ #: easy-fancybox-settings.php:109
154
+ msgid "First of any link"
155
+ msgstr "Pierwszy, dowolny link"
156
+
157
+ #: easy-fancybox-settings.php:117
158
+ #: easy-fancybox-settings.php:452
159
+ msgid "Overlay"
160
+ msgstr "Overlay"
161
+
162
+ #: easy-fancybox-settings.php:125
163
+ msgid "Show the overlay around content opened in FancyBox."
164
+ msgstr "Pokazuje nakładkę wokół zawartości otwartej przy pomocy FancyBox."
165
+
166
+ #: easy-fancybox-settings.php:132
167
+ msgid "Spotlight effect."
168
+ msgstr "Efekt reflektora."
169
+
170
+ #: easy-fancybox-settings.php:136
171
+ #: easy-fancybox-settings.php:227
172
+ msgid "Opacity"
173
+ msgstr "Przezroczystość"
174
+
175
+ #: easy-fancybox-settings.php:141
176
+ msgid "Value between 0 and 1. "
177
+ msgstr "Wartość między 0 a 1."
178
+
179
+ #: easy-fancybox-settings.php:141
180
+ #: easy-fancybox-settings.php:150
181
+ #: easy-fancybox-settings.php:188
182
+ #: easy-fancybox-settings.php:232
183
+ #: easy-fancybox-settings.php:283
184
+ #: easy-fancybox-settings.php:332
185
+ #: easy-fancybox-settings.php:345
186
+ #: easy-fancybox-settings.php:369
187
+ msgid "Default:"
188
+ msgstr "Domyślnie:"
189
+
190
+ #: easy-fancybox-settings.php:145
191
+ #: easy-fancybox-settings.php:192
192
+ msgid "Color"
193
+ msgstr "Kolor"
194
+
195
+ #: easy-fancybox-settings.php:150
196
+ msgid "Enter an HTML color value."
197
+ msgstr "Wprowadź wartość koloru HTML."
198
+
199
+ #: easy-fancybox-settings.php:156
200
+ msgid "Window"
201
+ msgstr "Okno"
202
+
203
+ #: easy-fancybox-settings.php:162
204
+ msgid "Size"
205
+ msgstr "Rozmiar"
206
+
207
+ #: easy-fancybox-settings.php:166
208
+ #: easy-fancybox-settings.php:517
209
+ #: easy-fancybox-settings.php:634
210
+ #: easy-fancybox-settings.php:735
211
+ #: easy-fancybox-settings.php:829
212
+ #: easy-fancybox-settings.php:924
213
+ #: easy-fancybox-settings.php:1036
214
+ msgid "Width"
215
+ msgstr "Szerokość"
216
+
217
+ #: easy-fancybox-settings.php:175
218
+ #: easy-fancybox-settings.php:526
219
+ #: easy-fancybox-settings.php:644
220
+ #: easy-fancybox-settings.php:744
221
+ #: easy-fancybox-settings.php:838
222
+ #: easy-fancybox-settings.php:933
223
+ #: easy-fancybox-settings.php:1045
224
+ msgid "Height"
225
+ msgstr "Wysokość"
226
+
227
+ #: easy-fancybox-settings.php:183
228
+ #: easy-fancybox-settings.php:207
229
+ #: easy-fancybox-settings.php:534
230
+ #: easy-fancybox-settings.php:653
231
+ #: easy-fancybox-settings.php:752
232
+ #: easy-fancybox-settings.php:846
233
+ #: easy-fancybox-settings.php:941
234
+ #: easy-fancybox-settings.php:1053
235
+ msgid "Border"
236
+ msgstr "Ramka"
237
+
238
+ #: easy-fancybox-settings.php:197
239
+ msgid "Background"
240
+ msgstr "Tło"
241
+
242
+ #: easy-fancybox-settings.php:217
243
+ msgid "Text"
244
+ msgstr "Tekst"
245
+
246
+ #: easy-fancybox-settings.php:236
247
+ msgid "Behavior"
248
+ msgstr "Zachowanie"
249
+
250
+ #: easy-fancybox-settings.php:242
251
+ msgid "Center while scrolling"
252
+ msgstr "Wyśrodkuj przy przewijaniu"
253
+
254
+ #: easy-fancybox-settings.php:248
255
+ msgid "Show the (X) close button"
256
+ msgstr "Pokaż przycisk zamykania (X)"
257
+
258
+ #: easy-fancybox-settings.php:254
259
+ msgid "Show the gallery navigation arrows"
260
+ msgstr "Pokaż strzałki nawigacyjne dla galerii"
261
+
262
+ #: easy-fancybox-settings.php:262
263
+ msgid "Opening speed"
264
+ msgstr "Szybkość otwierania"
265
+
266
+ #: easy-fancybox-settings.php:270
267
+ msgid "Closing speed"
268
+ msgstr "Szybkość zamykania"
269
+
270
+ #: easy-fancybox-settings.php:278
271
+ msgid "Fade speed"
272
+ msgstr "Szybkość blaknięcia"
273
+
274
+ #: easy-fancybox-settings.php:283
275
+ msgid "Duration in milliseconds. Higher is slower."
276
+ msgstr "Czas w milisekundach. Wyższa wartość => wolniej."
277
+
278
+ #: easy-fancybox-settings.php:291
279
+ msgid "Advanced"
280
+ msgstr "Zaawansowane"
281
+
282
+ #: easy-fancybox-settings.php:296
283
+ msgid "Hide/show title on mouse hover action"
284
+ msgstr "Ukryj/Pokaż tytuł po najechaniu myszką"
285
+
286
+ #: easy-fancybox-settings.php:297
287
+ msgid "Gallery Auto-rotation"
288
+ msgstr "Autorotacja galerii"
289
+
290
+ #: easy-fancybox-settings.php:304
291
+ msgid "Note: Hide/show title on mouse hover action works best with Overlay title position. Auto-rotation uses a fixed 5 second pause per image."
292
+ msgstr "Uwaga: Ukrywanie/Pokazywanie tytułu po najechaniu myszą, najlepiej działa jeśli pozycja tytułu ustawiona jest na \"Nakładka\". Autoobracanie używa stałej przerwy, 5 sekund, między zdjęciami."
293
+
294
+ #: easy-fancybox-settings.php:321
295
+ msgid "To make images open in an overlay, add their extension to the auto-detect field or use the class \"fancybox\" for its link. Clear field to switch off auto-enabling."
296
+ msgstr "Aby otwierać obrazy na nakładce, dodaj ich rozszerzenie do pola autowykrywania lub użyj klasy \"fancybox\" dla każdego z linków. Pozostaw pole puste, aby wyłączyć autowykrywanei."
297
+
298
+ #: easy-fancybox-settings.php:325
299
+ #: easy-fancybox-settings.php:502
300
+ #: easy-fancybox-settings.php:619
301
+ #: easy-fancybox-settings.php:711
302
+ #: easy-fancybox-settings.php:814
303
+ #: easy-fancybox-settings.php:909
304
+ msgid "Auto-detect"
305
+ msgstr "Auto-wykrywanie"
306
+
307
+ #: easy-fancybox-settings.php:336
308
+ msgid "Apply to"
309
+ msgstr "Zastosuj do"
310
+
311
+ #: easy-fancybox-settings.php:341
312
+ msgid "All image links"
313
+ msgstr "Wszystkie odnośniki do obrazów"
314
+
315
+ #: easy-fancybox-settings.php:342
316
+ msgid "Links inside Section(s) only (below)"
317
+ msgstr "Wyłącznie linki w sekcji(-ach) (poniżej)"
318
+
319
+ #: easy-fancybox-settings.php:349
320
+ msgid "Auto-gallery"
321
+ msgstr "Auto-galeria"
322
+
323
+ #: easy-fancybox-settings.php:354
324
+ msgid "Disabled"
325
+ msgstr "Wyłączone"
326
+
327
+ #: easy-fancybox-settings.php:355
328
+ msgid "Galleries per Section (below)"
329
+ msgstr "Galerii na sekcję (poniżej)"
330
+
331
+ #: easy-fancybox-settings.php:356
332
+ msgid "All in one gallery"
333
+ msgstr "Wszystko w jednej galerii"
334
+
335
+ #: easy-fancybox-settings.php:359
336
+ msgid "When disabled, you can use the rel attribute to manually group image links together."
337
+ msgstr "Jeśli wyłączono, możesz użyć atrybutu rel, aby ręcznie pogrupować obrazki."
338
+
339
+ #: easy-fancybox-settings.php:363
340
+ msgid "Section(s)"
341
+ msgstr "Sekcja(-je)"
342
+
343
+ #: easy-fancybox-settings.php:369
344
+ msgid "This applies when <em>Apply to</em> is set to <em>Limited to Sections</em> and/or <em>Auto-gallery</em> is set to <em>Galleries per Section</em>. Adapt it to conform with your theme."
345
+ msgstr "Jest włączone, jeśli <em>Zastosuj do</em> jest ustawione na <em>Określone sekcje</em> i/lub <em>Auto-galeria</em> jest ustawiona na <em>galerie na sekcje</em>. Dostosuj opcje, aby odpowiadały danej skórce."
346
+
347
+ #: easy-fancybox-settings.php:369
348
+ msgid "Examples: If your theme wraps post content in a div with class post, change this value to \"div.post\". If you want to include images in a sidebar with ID primary, add \", div#primary\" or \"aside#primary\" for html5 themes."
349
+ msgstr "Przykłady: Jeśli twoja skórka owisja zawartość posta w divie klasy post, zmień jego wartość na \"div.post\". Jeśli chcesz uwzględnić zdjęcia w pasku bocznym o ID primary, dodaj \", div#primary\" lub \"aside#primary\" dla skórek html5."
350
+
351
+ #: easy-fancybox-settings.php:377
352
+ msgid "Transition In"
353
+ msgstr "Przejście wejścia"
354
+
355
+ #: easy-fancybox-settings.php:381
356
+ #: easy-fancybox-settings.php:409
357
+ msgid "Fade"
358
+ msgstr "Blaknięcie"
359
+
360
+ #: easy-fancybox-settings.php:382
361
+ #: easy-fancybox-settings.php:410
362
+ msgid "Elastic"
363
+ msgstr "Elastyczne"
364
+
365
+ #: easy-fancybox-settings.php:390
366
+ msgid "Easing In"
367
+ msgstr "Easing in"
368
+
369
+ #: easy-fancybox-settings.php:394
370
+ #: easy-fancybox-settings.php:422
371
+ msgid "Linear"
372
+ msgstr "Liniowe"
373
+
374
+ #: easy-fancybox-settings.php:395
375
+ #: easy-fancybox-settings.php:423
376
+ msgid "Swing"
377
+ msgstr "Obrót"
378
+
379
+ #: easy-fancybox-settings.php:396
380
+ #: easy-fancybox-settings.php:424
381
+ msgid "Back"
382
+ msgstr "Z powrotem"
383
+
384
+ #: easy-fancybox-settings.php:397
385
+ #: easy-fancybox-settings.php:425
386
+ msgid "Quad"
387
+ msgstr "Kwadrat"
388
+
389
+ #: easy-fancybox-settings.php:398
390
+ #: easy-fancybox-settings.php:426
391
+ msgid "Expo"
392
+ msgstr "Expo"
393
+
394
+ #: easy-fancybox-settings.php:405
395
+ msgid "Transition Out"
396
+ msgstr "Przejście wyjścia"
397
+
398
+ #: easy-fancybox-settings.php:418
399
+ msgid "Easing Out"
400
+ msgstr "Easing out"
401
+
402
+ #: easy-fancybox-settings.php:429
403
+ msgid "Easing effects only apply when Transition is set to Elastic. "
404
+ msgstr "Efekt Easing działa tylko wtedy, gdy Przejście ustawiono na Elastyczne."
405
+
406
+ #: easy-fancybox-settings.php:435
407
+ msgid "Transparency fade during elastic transition."
408
+ msgstr "Przezroczyste blaknięcie podczas elastycznego przechodzenia."
409
+
410
+ #: easy-fancybox-settings.php:441
411
+ #: easy-fancybox-settings.php:549
412
+ #: easy-fancybox-settings.php:668
413
+ #: easy-fancybox-settings.php:767
414
+ #: easy-fancybox-settings.php:861
415
+ #: easy-fancybox-settings.php:956
416
+ #: easy-fancybox-settings.php:1071
417
+ msgid "Show title"
418
+ msgstr "Pokaż tytuł"
419
+
420
+ #: easy-fancybox-settings.php:445
421
+ #: easy-fancybox-settings.php:553
422
+ #: easy-fancybox-settings.php:672
423
+ #: easy-fancybox-settings.php:771
424
+ #: easy-fancybox-settings.php:865
425
+ #: easy-fancybox-settings.php:960
426
+ #: easy-fancybox-settings.php:1075
427
+ msgid "Title Position"
428
+ msgstr "Pozycja tytułu"
429
+
430
+ #: easy-fancybox-settings.php:449
431
+ #: easy-fancybox-settings.php:557
432
+ #: easy-fancybox-settings.php:676
433
+ #: easy-fancybox-settings.php:775
434
+ #: easy-fancybox-settings.php:869
435
+ #: easy-fancybox-settings.php:964
436
+ #: easy-fancybox-settings.php:1079
437
+ msgid "Float"
438
+ msgstr "Pływający"
439
+
440
+ #: easy-fancybox-settings.php:450
441
+ #: easy-fancybox-settings.php:558
442
+ #: easy-fancybox-settings.php:677
443
+ #: easy-fancybox-settings.php:776
444
+ #: easy-fancybox-settings.php:870
445
+ #: easy-fancybox-settings.php:965
446
+ #: easy-fancybox-settings.php:1080
447
+ msgid "Outside"
448
+ msgstr "Na zewnątrz"
449
+
450
+ #: easy-fancybox-settings.php:451
451
+ #: easy-fancybox-settings.php:559
452
+ #: easy-fancybox-settings.php:678
453
+ #: easy-fancybox-settings.php:777
454
+ #: easy-fancybox-settings.php:871
455
+ #: easy-fancybox-settings.php:966
456
+ #: easy-fancybox-settings.php:1081
457
+ msgid "Inside"
458
+ msgstr "Wewnątrz"
459
+
460
+ #: easy-fancybox-settings.php:461
461
+ #: easy-fancybox-settings.php:568
462
+ #: easy-fancybox-settings.php:687
463
+ #: easy-fancybox-settings.php:786
464
+ #: easy-fancybox-settings.php:880
465
+ #: easy-fancybox-settings.php:975
466
+ #: easy-fancybox-settings.php:1090
467
+ msgid "Allow title from thumbnail alt tag"
468
+ msgstr "Pozwól na tytuły z tagów alt miniatur"
469
+
470
+ #: easy-fancybox-settings.php:494
471
+ msgid "To make any PDF document file open in an overlay, switch on auto-detect or use the class \"fancybox-pdf\" for its link."
472
+ msgstr "Aby otwierać dowolny dokument PDF na nakładce, włącz autowykrywanie lub użyj klasy \"fancybox-pdf\" dla linków."
473
+
474
+ #: easy-fancybox-settings.php:494
475
+ #: easy-fancybox-settings.php:611
476
+ #: easy-fancybox-settings.php:702
477
+ #: easy-fancybox-settings.php:805
478
+ #: easy-fancybox-settings.php:900
479
+ #: easy-fancybox-settings.php:1021
480
+ msgid "Adjust its specific settings below."
481
+ msgstr "Dopasuj szczegółowe opcje poniżej."
482
+
483
+ #: easy-fancybox-settings.php:611
484
+ msgid "To make any Flash (.swf) file open in an overlay, switch on auto-detect or use the class \"fancybox-swf\" for its link."
485
+ msgstr "Aby otwierać dowolny plik Flash (.swf) na nakładce, włącz autowykrywanie lub użyj klasy \"fancybox-swf\" dla linków."
486
+
487
+ #: easy-fancybox-settings.php:702
488
+ msgid "To make any YouTube movie open in an overlay, switch on auto-detect or use the class \"fancybox-youtube\" for its link."
489
+ msgstr "Aby otwierać dowolny film YouTube na nakładce, włącz autowykrywanie lub użyj klasy \"fancybox-youtube\" dla linków."
490
+
491
+ #: easy-fancybox-settings.php:720
492
+ msgid "Auto-detect Short links"
493
+ msgstr "Automatycznie wykrywaj linki skrótów"
494
+
495
+ #: easy-fancybox-settings.php:805
496
+ msgid "To make any Vimeo movie open in an overlay, switch on auto-detect or use the class \"fancybox-vimeo\" for its link."
497
+ msgstr "Aby otwierać dowolny film Vimeo na nakładce, włącz autowykrywanie lub użyj klasy \"fancybox-vimeo\" dla linków."
498
+
499
+ #: easy-fancybox-settings.php:900
500
+ msgid "To make any Dailymotion movie open in an overlay, switch on auto-detect or use the class \"fancybox-dailymotion\" for its link."
501
+ msgstr "Aby otwierać dowolny film DailyMotion na nakładce, włącz autowykrywanie lub użyj klasy \"fancybox-dailymotion\" dla linków."
502
+
503
+ #: easy-fancybox-settings.php:1021
504
+ msgid "To make a website or HTML document open in an overlay, use the class \"fancybox-iframe\" for its link."
505
+ msgstr "Aby otwierać dowolny plik HTML lub stronę na nakładce, włącz autowykrywanie lub użyj klasy \"fancybox-iframe\" dla linków."
506
+
507
+ #. Plugin Name of the plugin/theme
508
+ msgid "Easy FancyBox"
509
+ msgstr "Easy FancyBox"
510
+
511
+ #. Plugin URI of the plugin/theme
512
+ msgid "http://4visions.nl/en/wordpress-plugins/easy-fancybox/"
513
+ msgstr "http://4visions.nl/en/wordpress-plugins/easy-fancybox/"
514
+
515
+ #. Description of the plugin/theme
516
+ 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."
517
+ msgstr "W prosty sposób aktywuje <a href=\"http://fancybox.net/\">rozszerzenie FancyBox</a> dla wszystkich obrazów, plików SWF i PDF, filmów YouTube, Dailymotion oraz Vimeo. Wspiera również zawartość inline oraz iFrame."
518
+
519
+ #. Author of the plugin/theme
520
+ msgid "RavanH"
521
+ msgstr "RavanH"
522
+
523
+ #. Author URI of the plugin/theme
524
+ msgid "http://4visions.nl/"
525
+ msgstr "http://4visions.nl/"
526
+
languages/easy-fancybox-ro_RO.po ADDED
@@ -0,0 +1,522 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # This file is distributed under the same license as the Easy FancyBox package.
2
+ msgid ""
3
+ msgstr ""
4
+ "Project-Id-Version: Easy FancyBox 1.3.4.9\n"
5
+ "Report-Msgid-Bugs-To: http://wordpress.org/tag/easy-fancybox\n"
6
+ "POT-Creation-Date: 2011-07-24 16:46:04+00:00\n"
7
+ "MIME-Version: 1.0\n"
8
+ "Content-Type: text/plain; charset=UTF-8\n"
9
+ "Content-Transfer-Encoding: 8bit\n"
10
+ "PO-Revision-Date: 2012-02-06 22:55+0200\n"
11
+ "Last-Translator: \n"
12
+ "Language-Team: \n"
13
+
14
+ #: easy-fancybox.php:266
15
+ msgid "Donate to Easy FancyBox plugin development with PayPal - it's fast, free and secure!"
16
+ msgstr "Donate to Easy FancyBox plugin development with PayPal - it's fast, free and secure!"
17
+
18
+ #: easy-fancybox.php:266
19
+ msgid "The options in this section are provided by the plugin <strong><a href=\"http://4visions.nl/en/wordpress-plugins/easy-fancybox/\">Easy FancyBox</a></strong> and determine the <strong>Media Lightbox</strong> overlay appearance and behaviour controlled by <strong><a href=\"http://fancybox.net/\">FancyBox</a></strong>."
20
+ msgstr "The options in this section are provided by the plugin <strong><a href=\"http://4visions.nl/en/wordpress-plugins/easy-fancybox/\">Easy FancyBox</a></strong> and determine the <strong>Media Lightbox</strong> overlay appearance and behaviour controlled by <strong><a href=\"http://fancybox.net/\">FancyBox</a></strong>."
21
+
22
+ #: easy-fancybox.php:266
23
+ msgid "First enable each sub-section that you need. Then save and come back to adjust its specific settings."
24
+ msgstr "First enable each sub-section that you need. Then save and come back to adjust its specific settings."
25
+
26
+ #: easy-fancybox.php:266
27
+ 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."
28
+ msgstr "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."
29
+
30
+ #: easy-fancybox.php:266
31
+ msgid "Some setting like Transition options are unavailable for SWF video, PDF and iFrame content to ensure browser compatibility and readability."
32
+ msgstr "Some setting like Transition options are unavailable for SWF video, PDF and iFrame content to ensure browser compatibility and readability."
33
+
34
+ #: easy-fancybox.php:308
35
+ msgid "Checked"
36
+ msgstr "Verificat"
37
+
38
+ #: easy-fancybox.php:310
39
+ msgid "Unchecked"
40
+ msgstr "Neînregistrat"
41
+
42
+ #: easy-fancybox.php:362
43
+ msgid "FancyBox"
44
+ msgstr "FancyBox"
45
+
46
+ #: easy-fancybox-settings.php:6
47
+ msgid "Global settings"
48
+ msgstr "Parametri globali"
49
+
50
+ #: easy-fancybox-settings.php:15
51
+ msgid "Enable FancyBox for"
52
+ msgstr "Permite FancyBox pentru"
53
+
54
+ #: easy-fancybox-settings.php:24
55
+ #: easy-fancybox-settings.php:316
56
+ msgid "Images & Inline content"
57
+ msgstr "Imagini & Inline conţinut"
58
+
59
+ #: easy-fancybox-settings.php:31
60
+ #: easy-fancybox-settings.php:489
61
+ msgid "PDF"
62
+ msgstr "PDF"
63
+
64
+ #: easy-fancybox-settings.php:38
65
+ #: easy-fancybox-settings.php:606
66
+ msgid "SWF"
67
+ msgstr "SWF"
68
+
69
+ #: easy-fancybox-settings.php:45
70
+ #: easy-fancybox-settings.php:697
71
+ msgid "YouTube"
72
+ msgstr "YouTube"
73
+
74
+ #: easy-fancybox-settings.php:52
75
+ #: easy-fancybox-settings.php:800
76
+ msgid "Vimeo"
77
+ msgstr "Vimeo"
78
+
79
+ #: easy-fancybox-settings.php:59
80
+ #: easy-fancybox-settings.php:895
81
+ msgid "Dailymotion"
82
+ msgstr "Dailymotion"
83
+
84
+ #: easy-fancybox-settings.php:66
85
+ #: easy-fancybox-settings.php:1016
86
+ msgid "iFrames"
87
+ msgstr "iFrames"
88
+
89
+ #: easy-fancybox-settings.php:71
90
+ msgid "Links"
91
+ msgstr "Link-uri"
92
+
93
+ #: easy-fancybox-settings.php:81
94
+ msgid "Exclude"
95
+ msgstr "Exclude"
96
+
97
+ #: easy-fancybox-settings.php:86
98
+ #: easy-fancybox-settings.php:100
99
+ #: easy-fancybox-settings.php:295
100
+ #: easy-fancybox-settings.php:383
101
+ #: easy-fancybox-settings.php:411
102
+ msgid "None"
103
+ msgstr "Nici unul"
104
+
105
+ #: easy-fancybox-settings.php:87
106
+ msgid "Empty (hidden) links"
107
+ msgstr "Link-uri goale (ascunse)"
108
+
109
+ #: easy-fancybox-settings.php:88
110
+ msgid "Without thumbnail image"
111
+ msgstr "Fără imagine în miniatură"
112
+
113
+ #: easy-fancybox-settings.php:95
114
+ msgid "Auto-open"
115
+ msgstr "Auto-deschidere"
116
+
117
+ #: easy-fancybox-settings.php:101
118
+ msgid "Link with ID \"fancybox-auto\""
119
+ msgstr "Link with ID \"fancybox-auto\""
120
+
121
+ #: easy-fancybox-settings.php:102
122
+ msgid "First Image link"
123
+ msgstr "Primul link imagine"
124
+
125
+ #: easy-fancybox-settings.php:103
126
+ msgid "First PDF link"
127
+ msgstr "Primul link-ul PDF"
128
+
129
+ #: easy-fancybox-settings.php:104
130
+ msgid "First SWF link"
131
+ msgstr "Primul link SWF"
132
+
133
+ #: easy-fancybox-settings.php:105
134
+ msgid "First YouTube link "
135
+ msgstr "Primul link YouTube "
136
+
137
+ #: easy-fancybox-settings.php:106
138
+ msgid "First Vimeo link "
139
+ msgstr "Primul link Vimeo "
140
+
141
+ #: easy-fancybox-settings.php:107
142
+ msgid "First Dailymotion link "
143
+ msgstr "Primul link Dailymotion "
144
+
145
+ #: easy-fancybox-settings.php:108
146
+ msgid "First iFrame link"
147
+ msgstr "Primul link iFrame"
148
+
149
+ #: easy-fancybox-settings.php:109
150
+ msgid "First of any link"
151
+ msgstr "Prima de orice link"
152
+
153
+ #: easy-fancybox-settings.php:117
154
+ #: easy-fancybox-settings.php:452
155
+ msgid "Overlay"
156
+ msgstr "Suprapunere"
157
+
158
+ #: easy-fancybox-settings.php:125
159
+ msgid "Show the overlay around content opened in FancyBox."
160
+ msgstr "Arată suprapunerea în jurul conţinut deschis în FancyBox."
161
+
162
+ #: easy-fancybox-settings.php:132
163
+ msgid "Spotlight effect."
164
+ msgstr "Efect de lumina reflectoarelor."
165
+
166
+ #: easy-fancybox-settings.php:136
167
+ #: easy-fancybox-settings.php:227
168
+ msgid "Opacity"
169
+ msgstr "Opacitate"
170
+
171
+ #: easy-fancybox-settings.php:141
172
+ msgid "Value between 0 and 1. "
173
+ msgstr "Valoare între 0 şi 1. "
174
+
175
+ #: easy-fancybox-settings.php:141
176
+ #: easy-fancybox-settings.php:150
177
+ #: easy-fancybox-settings.php:188
178
+ #: easy-fancybox-settings.php:232
179
+ #: easy-fancybox-settings.php:283
180
+ #: easy-fancybox-settings.php:332
181
+ #: easy-fancybox-settings.php:345
182
+ #: easy-fancybox-settings.php:369
183
+ msgid "Default:"
184
+ msgstr "Implicit:"
185
+
186
+ #: easy-fancybox-settings.php:145
187
+ #: easy-fancybox-settings.php:192
188
+ msgid "Color"
189
+ msgstr "Culoare"
190
+
191
+ #: easy-fancybox-settings.php:150
192
+ msgid "Enter an HTML color value."
193
+ msgstr "Introduceţi o valoare pentru culoare HTML."
194
+
195
+ #: easy-fancybox-settings.php:156
196
+ msgid "Window"
197
+ msgstr "Fereastra"
198
+
199
+ #: easy-fancybox-settings.php:162
200
+ msgid "Size"
201
+ msgstr "Dimensiunea"
202
+
203
+ #: easy-fancybox-settings.php:166
204
+ #: easy-fancybox-settings.php:517
205
+ #: easy-fancybox-settings.php:634
206
+ #: easy-fancybox-settings.php:735
207
+ #: easy-fancybox-settings.php:829
208
+ #: easy-fancybox-settings.php:924
209
+ #: easy-fancybox-settings.php:1036
210
+ msgid "Width"
211
+ msgstr "Lăţime"
212
+
213
+ #: easy-fancybox-settings.php:175
214
+ #: easy-fancybox-settings.php:526
215
+ #: easy-fancybox-settings.php:644
216
+ #: easy-fancybox-settings.php:744
217
+ #: easy-fancybox-settings.php:838
218
+ #: easy-fancybox-settings.php:933
219
+ #: easy-fancybox-settings.php:1045
220
+ msgid "Height"
221
+ msgstr "Înălţime"
222
+
223
+ #: easy-fancybox-settings.php:183
224
+ #: easy-fancybox-settings.php:207
225
+ #: easy-fancybox-settings.php:534
226
+ #: easy-fancybox-settings.php:653
227
+ #: easy-fancybox-settings.php:752
228
+ #: easy-fancybox-settings.php:846
229
+ #: easy-fancybox-settings.php:941
230
+ #: easy-fancybox-settings.php:1053
231
+ msgid "Border"
232
+ msgstr "Frontiera"
233
+
234
+ #: easy-fancybox-settings.php:197
235
+ msgid "Background"
236
+ msgstr "Fundal"
237
+
238
+ #: easy-fancybox-settings.php:217
239
+ msgid "Text"
240
+ msgstr "Text"
241
+
242
+ #: easy-fancybox-settings.php:236
243
+ msgid "Behavior"
244
+ msgstr "Comportament"
245
+
246
+ #: easy-fancybox-settings.php:242
247
+ msgid "Center while scrolling"
248
+ msgstr "Centru în timp ce scrolling"
249
+
250
+ #: easy-fancybox-settings.php:248
251
+ msgid "Show the (X) close button"
252
+ msgstr "Arată (X) aproape buton"
253
+
254
+ #: easy-fancybox-settings.php:254
255
+ msgid "Show the gallery navigation arrows"
256
+ msgstr "Arată Galerie săgeţile de navigare"
257
+
258
+ #: easy-fancybox-settings.php:262
259
+ msgid "Opening speed"
260
+ msgstr "Viteza de deschidere"
261
+
262
+ #: easy-fancybox-settings.php:270
263
+ msgid "Closing speed"
264
+ msgstr "Viteza de închidere"
265
+
266
+ #: easy-fancybox-settings.php:278
267
+ msgid "Fade speed"
268
+ msgstr "Estompare viteza"
269
+
270
+ #: easy-fancybox-settings.php:283
271
+ msgid "Duration in milliseconds. Higher is slower."
272
+ msgstr "Durata în milisecunde. Mai mare este mai lent."
273
+
274
+ #: easy-fancybox-settings.php:291
275
+ msgid "Advanced"
276
+ msgstr "Avansate"
277
+
278
+ #: easy-fancybox-settings.php:296
279
+ msgid "Hide/show title on mouse hover action"
280
+ msgstr "Ascundere/Afişare titlu pe mouse-ul deasupra acţiune"
281
+
282
+ #: easy-fancybox-settings.php:297
283
+ msgid "Gallery Auto-rotation"
284
+ msgstr "Galerie Auto-rotaţie"
285
+
286
+ #: easy-fancybox-settings.php:304
287
+ msgid "Note: Hide/show title on mouse hover action works best with Overlay title position. Auto-rotation uses a fixed 5 second pause per image."
288
+ msgstr "Note: Hide/show title on mouse hover action works best with Overlay title position. Auto-rotation uses a fixed 5 second pause per image."
289
+
290
+ #: easy-fancybox-settings.php:321
291
+ msgid "To make images open in an overlay, add their extension to the auto-detect field or use the class \"fancybox\" for its link. Clear field to switch off auto-enabling."
292
+ msgstr "To make images open in an overlay, add their extension to the auto-detect field or use the class \"fancybox\" for its link. Clear field to switch off auto-enabling."
293
+
294
+ #: easy-fancybox-settings.php:325
295
+ #: easy-fancybox-settings.php:502
296
+ #: easy-fancybox-settings.php:619
297
+ #: easy-fancybox-settings.php:711
298
+ #: easy-fancybox-settings.php:814
299
+ #: easy-fancybox-settings.php:909
300
+ msgid "Auto-detect"
301
+ msgstr "Auto-detect"
302
+
303
+ #: easy-fancybox-settings.php:336
304
+ msgid "Apply to"
305
+ msgstr "Se aplică"
306
+
307
+ #: easy-fancybox-settings.php:341
308
+ msgid "All image links"
309
+ msgstr "Toate link-uri imagine"
310
+
311
+ #: easy-fancybox-settings.php:342
312
+ msgid "Links inside Section(s) only (below)"
313
+ msgstr "Link-uri în interiorul Section(s) numai (mai jos)"
314
+
315
+ #: easy-fancybox-settings.php:349
316
+ msgid "Auto-gallery"
317
+ msgstr "Auto-Galerie"
318
+
319
+ #: easy-fancybox-settings.php:354
320
+ msgid "Disabled"
321
+ msgstr "Cu handicap"
322
+
323
+ #: easy-fancybox-settings.php:355
324
+ msgid "Galleries per Section (below)"
325
+ msgstr "Galerii pe secţiunea (mai jos)"
326
+
327
+ #: easy-fancybox-settings.php:356
328
+ msgid "All in one gallery"
329
+ msgstr "Toate într-o galerie"
330
+
331
+ #: easy-fancybox-settings.php:359
332
+ msgid "When disabled, you can use the rel attribute to manually group image links together."
333
+ msgstr "When disabled, you can use the rel attribute to manually group image links together."
334
+
335
+ #: easy-fancybox-settings.php:363
336
+ msgid "Section(s)"
337
+ msgstr "Section(s)"
338
+
339
+ #: easy-fancybox-settings.php:369
340
+ msgid "This applies when <em>Apply to</em> is set to <em>Limited to Sections</em> and/or <em>Auto-gallery</em> is set to <em>Galleries per Section</em>. Adapt it to conform with your theme."
341
+ msgstr "This applies when <em>Apply to</em> is set to <em>Limited to Sections</em> and/or <em>Auto-gallery</em> is set to <em>Galleries per Section</em>. Adapt it to conform with your theme."
342
+
343
+ #: easy-fancybox-settings.php:369
344
+ msgid "Examples: If your theme wraps post content in a div with class post, change this value to \"div.post\". If you want to include images in a sidebar with ID primary, add \", div#primary\" or \"aside#primary\" for html5 themes."
345
+ msgstr "Examples: If your theme wraps post content in a div with class post, change this value to \"div.post\". If you want to include images in a sidebar with ID primary, add \", div#primary\" or \"aside#primary\" for html5 themes."
346
+
347
+ #: easy-fancybox-settings.php:377
348
+ msgid "Transition In"
349
+ msgstr "De tranziţie în"
350
+
351
+ #: easy-fancybox-settings.php:381
352
+ #: easy-fancybox-settings.php:409
353
+ msgid "Fade"
354
+ msgstr "Estompare"
355
+
356
+ #: easy-fancybox-settings.php:382
357
+ #: easy-fancybox-settings.php:410
358
+ msgid "Elastic"
359
+ msgstr "Elastice"
360
+
361
+ #: easy-fancybox-settings.php:390
362
+ msgid "Easing In"
363
+ msgstr "Relaxarea în"
364
+
365
+ #: easy-fancybox-settings.php:394
366
+ #: easy-fancybox-settings.php:422
367
+ msgid "Linear"
368
+ msgstr "Liniară"
369
+
370
+ #: easy-fancybox-settings.php:395
371
+ #: easy-fancybox-settings.php:423
372
+ msgid "Swing"
373
+ msgstr "Swing"
374
+
375
+ #: easy-fancybox-settings.php:396
376
+ #: easy-fancybox-settings.php:424
377
+ msgid "Back"
378
+ msgstr "Spate"
379
+
380
+ #: easy-fancybox-settings.php:397
381
+ #: easy-fancybox-settings.php:425
382
+ msgid "Quad"
383
+ msgstr "Quad"
384
+
385
+ #: easy-fancybox-settings.php:398
386
+ #: easy-fancybox-settings.php:426
387
+ msgid "Expo"
388
+ msgstr "Expo"
389
+
390
+ #: easy-fancybox-settings.php:405
391
+ msgid "Transition Out"
392
+ msgstr "De tranziţie la"
393
+
394
+ #: easy-fancybox-settings.php:418
395
+ msgid "Easing Out"
396
+ msgstr "Relaxarea la"
397
+
398
+ #: easy-fancybox-settings.php:429
399
+ msgid "Easing effects only apply when Transition is set to Elastic. "
400
+ msgstr "Facilitarea efecte se aplică numai atunci când tranziţie este Elastic. "
401
+
402
+ #: easy-fancybox-settings.php:435
403
+ msgid "Transparency fade during elastic transition."
404
+ msgstr "Transparenţa se estompeze în timpul tranziției elastice."
405
+
406
+ #: easy-fancybox-settings.php:441
407
+ #: easy-fancybox-settings.php:549
408
+ #: easy-fancybox-settings.php:668
409
+ #: easy-fancybox-settings.php:767
410
+ #: easy-fancybox-settings.php:861
411
+ #: easy-fancybox-settings.php:956
412
+ #: easy-fancybox-settings.php:1071
413
+ msgid "Show title"
414
+ msgstr "Afişare titlu"
415
+
416
+ #: easy-fancybox-settings.php:445
417
+ #: easy-fancybox-settings.php:553
418
+ #: easy-fancybox-settings.php:672
419
+ #: easy-fancybox-settings.php:771
420
+ #: easy-fancybox-settings.php:865
421
+ #: easy-fancybox-settings.php:960
422
+ #: easy-fancybox-settings.php:1075
423
+ msgid "Title Position"
424
+ msgstr "Titlu poziţie"
425
+
426
+ #: easy-fancybox-settings.php:449
427
+ #: easy-fancybox-settings.php:557
428
+ #: easy-fancybox-settings.php:676
429
+ #: easy-fancybox-settings.php:775
430
+ #: easy-fancybox-settings.php:869
431
+ #: easy-fancybox-settings.php:964
432
+ #: easy-fancybox-settings.php:1079
433
+ msgid "Float"
434
+ msgstr "Float"
435
+
436
+ #: easy-fancybox-settings.php:450
437
+ #: easy-fancybox-settings.php:558
438
+ #: easy-fancybox-settings.php:677
439
+ #: easy-fancybox-settings.php:776
440
+ #: easy-fancybox-settings.php:870
441
+ #: easy-fancybox-settings.php:965
442
+ #: easy-fancybox-settings.php:1080
443
+ msgid "Outside"
444
+ msgstr "Exterior"
445
+
446
+ #: easy-fancybox-settings.php:451
447
+ #: easy-fancybox-settings.php:559
448
+ #: easy-fancybox-settings.php:678
449
+ #: easy-fancybox-settings.php:777
450
+ #: easy-fancybox-settings.php:871
451
+ #: easy-fancybox-settings.php:966
452
+ #: easy-fancybox-settings.php:1081
453
+ msgid "Inside"
454
+ msgstr "În interiorul"
455
+
456
+ #: easy-fancybox-settings.php:461
457
+ #: easy-fancybox-settings.php:568
458
+ #: easy-fancybox-settings.php:687
459
+ #: easy-fancybox-settings.php:786
460
+ #: easy-fancybox-settings.php:880
461
+ #: easy-fancybox-settings.php:975
462
+ #: easy-fancybox-settings.php:1090
463
+ msgid "Allow title from thumbnail alt tag"
464
+ msgstr "Permite titlul de tag-ul alt miniatură"
465
+
466
+ #: easy-fancybox-settings.php:494
467
+ msgid "To make any PDF document file open in an overlay, switch on auto-detect or use the class \"fancybox-pdf\" for its link."
468
+ msgstr "To make any PDF document file open in an overlay, switch on auto-detect or use the class \"fancybox-pdf\" for its link."
469
+
470
+ #: easy-fancybox-settings.php:494
471
+ #: easy-fancybox-settings.php:611
472
+ #: easy-fancybox-settings.php:702
473
+ #: easy-fancybox-settings.php:805
474
+ #: easy-fancybox-settings.php:900
475
+ #: easy-fancybox-settings.php:1021
476
+ msgid "Adjust its specific settings below."
477
+ msgstr "Ajustaţi setările sale specifice de mai jos."
478
+
479
+ #: easy-fancybox-settings.php:611
480
+ msgid "To make any Flash (.swf) file open in an overlay, switch on auto-detect or use the class \"fancybox-swf\" for its link."
481
+ msgstr "To make any Flash (.swf) file open in an overlay, switch on auto-detect or use the class \"fancybox-swf\" for its link."
482
+
483
+ #: easy-fancybox-settings.php:702
484
+ msgid "To make any YouTube movie open in an overlay, switch on auto-detect or use the class \"fancybox-youtube\" for its link."
485
+ msgstr "To make any YouTube movie open in an overlay, switch on auto-detect or use the class \"fancybox-youtube\" for its link."
486
+
487
+ #: easy-fancybox-settings.php:720
488
+ msgid "Auto-detect Short links"
489
+ msgstr "Auto-detect link-uri scurte"
490
+
491
+ #: easy-fancybox-settings.php:805
492
+ msgid "To make any Vimeo movie open in an overlay, switch on auto-detect or use the class \"fancybox-vimeo\" for its link."
493
+ msgstr "To make any Vimeo movie open in an overlay, switch on auto-detect or use the class \"fancybox-vimeo\" for its link."
494
+
495
+ #: easy-fancybox-settings.php:900
496
+ msgid "To make any Dailymotion movie open in an overlay, switch on auto-detect or use the class \"fancybox-dailymotion\" for its link."
497
+ msgstr "To make any Dailymotion movie open in an overlay, switch on auto-detect or use the class \"fancybox-dailymotion\" for its link."
498
+
499
+ #: easy-fancybox-settings.php:1021
500
+ msgid "To make a website or HTML document open in an overlay, use the class \"fancybox-iframe\" for its link."
501
+ msgstr "To make a website or HTML document open in an overlay, use the class \"fancybox-iframe\" for its link."
502
+
503
+ #. Plugin Name of the plugin/theme
504
+ msgid "Easy FancyBox"
505
+ msgstr "FancyBox uşor"
506
+
507
+ #. Plugin URI of the plugin/theme
508
+ msgid "http://4visions.nl/en/wordpress-plugins/easy-fancybox/"
509
+ msgstr "http://4visions.nl/en/Wordpress-plugins/Easy-FancyBox/"
510
+
511
+ #. Description of the plugin/theme
512
+ 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."
513
+ msgstr "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."
514
+
515
+ #. Author of the plugin/theme
516
+ msgid "RavanH"
517
+ msgstr "RavanH"
518
+
519
+ #. Author URI of the plugin/theme
520
+ msgid "http://4visions.nl/"
521
+ msgstr "http://4visions.nl/"
522
+
languages/easy-fancybox-sk_SK.mo ADDED
Binary file
languages/easy-fancybox-sk_SK.po ADDED
@@ -0,0 +1,1084 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # This file is distributed under the same license as the Easy FancyBox package.
2
+ msgid ""
3
+ msgstr ""
4
+ "Project-Id-Version: Easy FancyBox 1.5.7\n"
5
+ "Report-Msgid-Bugs-To: \n"
6
+ "POT-Creation-Date: 2014-09-18 15:49+0100\n"
7
+ "PO-Revision-Date: 2015-04-08 11:16+0100\n"
8
+ "Last-Translator: Jan Fajcak <ja@fajo.name>\n"
9
+ "Language-Team: Ján Fajčák (www.fajo.name) <ja@fajo.name>\n"
10
+ "Language: sk_SK\n"
11
+ "MIME-Version: 1.0\n"
12
+ "Content-Type: text/plain; charset=UTF-8\n"
13
+ "Content-Transfer-Encoding: 8bit\n"
14
+ "X-Generator: Poedit 1.7.5\n"
15
+ "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
16
+ "X-Poedit-SourceCharset: UTF-8\n"
17
+
18
+ #: ../easy-fancybox-settings.php:9 ../easy-fancybox-class.php:597
19
+ msgid "Global settings"
20
+ msgstr "Všeobecné nastavenia"
21
+
22
+ #: ../easy-fancybox-settings.php:14
23
+ msgid "Media"
24
+ msgstr "Multimédiá "
25
+
26
+ #: ../easy-fancybox-settings.php:20
27
+ msgid "Enable FancyBox for"
28
+ msgstr "Povoliť FancyBox pre"
29
+
30
+ #: ../easy-fancybox-settings.php:27 ../easy-fancybox-settings.php:419
31
+ #: ../easy-fancybox-class.php:598
32
+ msgid "Images"
33
+ msgstr "Obrázky "
34
+
35
+ #: ../easy-fancybox-settings.php:34 ../easy-fancybox-settings.php:682
36
+ #: ../easy-fancybox-class.php:599
37
+ msgid "Inline content"
38
+ msgstr "Riadkový obsah"
39
+
40
+ #: ../easy-fancybox-settings.php:41 ../easy-fancybox-settings.php:792
41
+ #: ../easy-fancybox-class.php:600
42
+ msgid "PDF"
43
+ msgstr "PDF"
44
+
45
+ #: ../easy-fancybox-settings.php:48 ../easy-fancybox-settings.php:917
46
+ #: ../easy-fancybox-class.php:601
47
+ msgid "SWF"
48
+ msgstr "SWF"
49
+
50
+ #: ../easy-fancybox-settings.php:55 ../easy-fancybox-settings.php:1011
51
+ msgid "SVG"
52
+ msgstr "SVG"
53
+
54
+ #: ../easy-fancybox-settings.php:62 ../easy-fancybox-settings.php:1106
55
+ #: ../easy-fancybox-class.php:602
56
+ msgid "YouTube"
57
+ msgstr "YouTube"
58
+
59
+ #: ../easy-fancybox-settings.php:69 ../easy-fancybox-settings.php:1214
60
+ #: ../easy-fancybox-class.php:603
61
+ msgid "Vimeo"
62
+ msgstr "Vime"
63
+
64
+ #: ../easy-fancybox-settings.php:76 ../easy-fancybox-settings.php:1314
65
+ #: ../easy-fancybox-class.php:604
66
+ msgid "Dailymotion"
67
+ msgstr "Dailymotion"
68
+
69
+ #: ../easy-fancybox-settings.php:83 ../easy-fancybox-settings.php:1440
70
+ #: ../easy-fancybox-class.php:605
71
+ msgid "iFrames"
72
+ msgstr "Vložené rámce"
73
+
74
+ #: ../easy-fancybox-settings.php:86
75
+ msgid ""
76
+ "For advanced options and support, please get the Easy FancyBox - Pro "
77
+ "extension."
78
+ msgstr ""
79
+ "Pre rozšírené nastavenia a podporu získajte verziu Easy FancyBox - Pro."
80
+
81
+ #: ../easy-fancybox-settings.php:95
82
+ msgid "Exclude"
83
+ msgstr "Vylúčiť"
84
+
85
+ #: ../easy-fancybox-settings.php:101
86
+ msgid "Empty (hidden) links"
87
+ msgstr "Prázdne (skryté) odkazy"
88
+
89
+ #: ../easy-fancybox-settings.php:102
90
+ msgid "Without thumbnail image"
91
+ msgstr "Bez miniatúry"
92
+
93
+ #: ../easy-fancybox-settings.php:109
94
+ msgid "Open on page load"
95
+ msgstr "Otvoriť pri nahrávaní stránky"
96
+
97
+ #: ../easy-fancybox-settings.php:115
98
+ msgid "Link with ID \"fancybox-auto\""
99
+ msgstr "Odkaz s ID \"fancybox-auto\""
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 "Viac možností &raquo;"
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
+ "Zahrnúť rozširujúci skript Metadata jQuery pre odovzdanie vlastných "
114
+ "parametrov pomocou odkazu triedy."
115
+
116
+ #: ../easy-fancybox-settings.php:130 ../easy-fancybox-settings.php:552
117
+ msgid "Overlay"
118
+ msgstr "Prekrytie"
119
+
120
+ #: ../easy-fancybox-settings.php:139
121
+ msgid "Show the overlay around content opened in FancyBox."
122
+ msgstr "Zobraziť prekrytie okolo obsahu otvoreného vo FancyBoxe."
123
+
124
+ #: ../easy-fancybox-settings.php:146
125
+ msgid "Close FancyBox when overlay is clicked."
126
+ msgstr "Zatvoriť FancyBox kliknutím na prekrytie."
127
+
128
+ #: ../easy-fancybox-settings.php:150
129
+ msgid "Opacity"
130
+ msgstr "Priehľadnosť"
131
+
132
+ #: ../easy-fancybox-settings.php:158
133
+ msgid "Value between 0 and 1. "
134
+ msgstr "Hodnota medzi 0 a 1. "
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 "Predvolené:"
144
+
145
+ #: ../easy-fancybox-settings.php:162
146
+ msgid "Color"
147
+ msgstr "Farba"
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 "Zadajte hodnotu farby HTML."
153
+
154
+ #: ../easy-fancybox-settings.php:175
155
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:71
156
+ msgid "Spotlight effect"
157
+ msgstr "efekt Reflektor"
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 "Sprístupniť &raquo;"
164
+
165
+ #: ../easy-fancybox-settings.php:180
166
+ msgid "Window"
167
+ msgstr "Okno"
168
+
169
+ #: ../easy-fancybox-settings.php:186 ../easy-fancybox-settings.php:534
170
+ msgid "Appearance"
171
+ msgstr "Vzhľad"
172
+
173
+ #: ../easy-fancybox-settings.php:193
174
+ msgid "Show the (X) close button"
175
+ msgstr "Zobraziť tlačidlo (X) pre zatvorenie okna"
176
+
177
+ #: ../easy-fancybox-settings.php:198
178
+ msgid "Background color"
179
+ msgstr "Farba pozadia "
180
+
181
+ #: ../easy-fancybox-settings.php:208
182
+ msgid "Text color"
183
+ msgstr "Farba textu"
184
+
185
+ #: ../easy-fancybox-settings.php:218
186
+ msgid "Title color"
187
+ msgstr "Farba nadpisu"
188
+
189
+ #: ../easy-fancybox-settings.php:227
190
+ msgid "Border color"
191
+ msgstr "Farba okrajov"
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 "Poznámka:"
202
+
203
+ #: ../easy-fancybox-settings.php:231
204
+ msgid "Use RGBA notation for semi-transparent borders."
205
+ msgstr "Použiť RGBA zápis pre polopriehľadné okraje."
206
+
207
+ #: ../easy-fancybox-settings.php:231 ../easy-fancybox-settings.php:446
208
+ msgid "Example:"
209
+ msgstr "Príklad:"
210
+
211
+ #: ../easy-fancybox-settings.php:236
212
+ msgid "Border radius"
213
+ msgstr "Polomer orámovania"
214
+
215
+ #: ../easy-fancybox-settings.php:249
216
+ msgid "Dimensions"
217
+ msgstr "Rozmery"
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
+ "Ak šírka obsahu nie je nastavená alebo nemôže byť určená automaticky, bude "
225
+ "použitý predvolený rozmer."
226
+
227
+ #: ../easy-fancybox-settings.php:286 ../easy-fancybox-settings.php:462
228
+ msgid "Behavior"
229
+ msgstr "Správanie"
230
+
231
+ #: ../easy-fancybox-settings.php:293
232
+ msgid "Center while scrolling"
233
+ msgstr "Centrovanie počas posúvania"
234
+
235
+ #: ../easy-fancybox-settings.php:300
236
+ msgid "Esc key stroke closes FancyBox"
237
+ msgstr "Zatvoriť FancyBox pomcou klávesy Esc"
238
+
239
+ #: ../easy-fancybox-settings.php:307
240
+ msgid "Scale large content down to fit in the browser viewport."
241
+ msgstr "Prispôsobiť vysoký obsah, aby sa vošiel do výrezu prehliadača."
242
+
243
+ #: ../easy-fancybox-settings.php:311
244
+ msgid "Opening speed"
245
+ msgstr "Rýchlosť otvárania"
246
+
247
+ #: ../easy-fancybox-settings.php:323
248
+ msgid "Closing speed"
249
+ msgstr "Rýchlosť zatvárania"
250
+
251
+ #: ../easy-fancybox-settings.php:332 ../easy-fancybox-settings.php:644
252
+ msgid "Duration in milliseconds. Higher is slower."
253
+ msgstr "Trvanie v milisekundách. Vyššia znamená pomalšie."
254
+
255
+ #: ../easy-fancybox-settings.php:338
256
+ msgid "Miscellaneous"
257
+ msgstr "Rôzne"
258
+
259
+ #: ../easy-fancybox-settings.php:344
260
+ msgid "Browser & device compatibility"
261
+ msgstr "Kompatibilita prehliadača a zariadenia"
262
+
263
+ #: ../easy-fancybox-settings.php:348
264
+ msgid "Minimum viewport width"
265
+ msgstr "Minimálna šírka zobrazenia"
266
+
267
+ #: ../easy-fancybox-settings.php:358
268
+ msgid "(leave empty to ignore)"
269
+ msgstr "(ak to nie je potrebné, nechajte prázdne)"
270
+
271
+ #: ../easy-fancybox-settings.php:365
272
+ msgid ""
273
+ "Make media links open in a new tab when viewport falls below minimum width "
274
+ "(above)"
275
+ msgstr ""
276
+ "Otvárať odkazy obrázkov na novom paneli, ak má výrez minimálnu šírku (nižšie)"
277
+
278
+ #: ../easy-fancybox-settings.php:372
279
+ msgid "Include IE 6 and 7 compatibility style rules"
280
+ msgstr "Zahrnúť pravidlá štýlu pre kompatibilitu s IE6 a IE7"
281
+
282
+ #: ../easy-fancybox-settings.php:379
283
+ msgid "Include IE 8 compatibility style rules"
284
+ msgstr "Zahrnúť pravidlá štýlu pre kompatibilitu s IE8"
285
+
286
+ #: ../easy-fancybox-settings.php:384
287
+ msgid "Theme & plugins compatibility"
288
+ msgstr "Kompatibilita témy a modulov"
289
+
290
+ #: ../easy-fancybox-settings.php:391
291
+ msgid "Move scripts from footer to theme head section"
292
+ msgstr "Presunúť skript z pätičky do hlavičky témy"
293
+
294
+ #: ../easy-fancybox-settings.php:398
295
+ msgid "Do not include standard WordPress jQuery library"
296
+ msgstr "Nezahrňovať štandardnú WordPress jQuery knižnicu"
297
+
298
+ #: ../easy-fancybox-settings.php:405
299
+ msgid "Use jQuery pre-1.7 compatibility mode"
300
+ msgstr "Použiť jQuery pre-1.7 mód kompatibility"
301
+
302
+ #: ../easy-fancybox-settings.php:424
303
+ msgid ""
304
+ "To make images open in an overlay, add their extension to the Autodetect "
305
+ "field or use the class \"fancybox\" for its link. Clear field to switch off "
306
+ "all autodetection."
307
+ msgstr ""
308
+ "Ak chcete obrázky otvárať s prekrytím, pridajte ich prípony do poľa "
309
+ "Automatické zisťovanie alebo použite triedu \"fancybox \" pre ich odkazy. "
310
+ "Ak chcete automatické zisťovanie vypnúť, vyčistite toto pole."
311
+
312
+ #: ../easy-fancybox-settings.php:439 ../easy-fancybox-settings.php:805
313
+ #: ../easy-fancybox-settings.php:930 ../easy-fancybox-settings.php:1024
314
+ #: ../easy-fancybox-settings.php:1120 ../easy-fancybox-settings.php:1228
315
+ #: ../easy-fancybox-settings.php:1328
316
+ msgid "Autodetect"
317
+ msgstr "Automatické zisťovanie"
318
+
319
+ #: ../easy-fancybox-settings.php:450
320
+ msgid "Apply to"
321
+ msgstr "Uplatňovať pre"
322
+
323
+ #: ../easy-fancybox-settings.php:455
324
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:115
325
+ msgid "All image links"
326
+ msgstr "Všetky odkazy obrázkov"
327
+
328
+ #: ../easy-fancybox-settings.php:466 ../easy-fancybox-settings.php:722
329
+ msgid "Transition In"
330
+ msgstr "Transition In"
331
+
332
+ #: ../easy-fancybox-settings.php:471 ../easy-fancybox-settings.php:498
333
+ #: ../easy-fancybox-settings.php:727 ../easy-fancybox-settings.php:754
334
+ msgid "Fade"
335
+ msgstr "Fade"
336
+
337
+ #: ../easy-fancybox-settings.php:472 ../easy-fancybox-settings.php:499
338
+ #: ../easy-fancybox-settings.php:728 ../easy-fancybox-settings.php:755
339
+ msgid "Elastic"
340
+ msgstr "Elastic"
341
+
342
+ #: ../easy-fancybox-settings.php:479 ../easy-fancybox-settings.php:735
343
+ msgid "Easing In"
344
+ msgstr "Easing In"
345
+
346
+ #: ../easy-fancybox-settings.php:483 ../easy-fancybox-settings.php:510
347
+ #: ../easy-fancybox-settings.php:739 ../easy-fancybox-settings.php:766
348
+ msgid "Linear"
349
+ msgstr "Linear"
350
+
351
+ #: ../easy-fancybox-settings.php:484 ../easy-fancybox-settings.php:511
352
+ #: ../easy-fancybox-settings.php:740 ../easy-fancybox-settings.php:767
353
+ msgid "Swing"
354
+ msgstr "Swing"
355
+
356
+ #: ../easy-fancybox-settings.php:485 ../easy-fancybox-settings.php:512
357
+ #: ../easy-fancybox-settings.php:741 ../easy-fancybox-settings.php:768
358
+ msgid "easeInBack"
359
+ msgstr "easeInBack"
360
+
361
+ #: ../easy-fancybox-settings.php:486 ../easy-fancybox-settings.php:513
362
+ #: ../easy-fancybox-settings.php:742 ../easy-fancybox-settings.php:769
363
+ msgid "easeOutBack"
364
+ msgstr "easeOutBack"
365
+
366
+ #: ../easy-fancybox-settings.php:493 ../easy-fancybox-settings.php:749
367
+ msgid "Transition Out"
368
+ msgstr "Transition Out"
369
+
370
+ #: ../easy-fancybox-settings.php:506 ../easy-fancybox-settings.php:762
371
+ msgid "Easing Out"
372
+ msgstr "Easing Out"
373
+
374
+ #: ../easy-fancybox-settings.php:516 ../easy-fancybox-settings.php:772
375
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:181
376
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:300
377
+ msgid "Easing effects only apply when Transition is set to Elastic. "
378
+ msgstr ""
379
+ "Easing efekty použite len v prípade, ak prechod je nastavený na Elastic. "
380
+
381
+ #: ../easy-fancybox-settings.php:523 ../easy-fancybox-settings.php:779
382
+ msgid ""
383
+ "Transparency fade during elastic transition. CAUTION: Use only when at least "
384
+ "Transition In is set to Elastic!"
385
+ msgstr ""
386
+ "Priehľadnosť odchádzania počas prechodu Elastic. UPOZORNENIE: Použite len ak "
387
+ "Transition In je nastavené na Elastic!"
388
+
389
+ #: ../easy-fancybox-settings.php:530 ../easy-fancybox-settings.php:786
390
+ msgid "Close FancyBox when content is clicked"
391
+ msgstr "Zatvoriť FancyBox po kliknutí na obsah"
392
+
393
+ #: ../easy-fancybox-settings.php:541 ../easy-fancybox-settings.php:859
394
+ #: ../easy-fancybox-settings.php:982 ../easy-fancybox-settings.php:1076
395
+ #: ../easy-fancybox-settings.php:1185 ../easy-fancybox-settings.php:1284
396
+ #: ../easy-fancybox-settings.php:1384 ../easy-fancybox-settings.php:1511
397
+ msgid "Show title"
398
+ msgstr "Zobraziť nadpis"
399
+
400
+ #: ../easy-fancybox-settings.php:545 ../easy-fancybox-settings.php:863
401
+ #: ../easy-fancybox-settings.php:986 ../easy-fancybox-settings.php:1080
402
+ #: ../easy-fancybox-settings.php:1189 ../easy-fancybox-settings.php:1288
403
+ #: ../easy-fancybox-settings.php:1388 ../easy-fancybox-settings.php:1515
404
+ msgid "Title Position"
405
+ msgstr "Pozícia nadpisu"
406
+
407
+ #: ../easy-fancybox-settings.php:549 ../easy-fancybox-settings.php:867
408
+ #: ../easy-fancybox-settings.php:990 ../easy-fancybox-settings.php:1084
409
+ #: ../easy-fancybox-settings.php:1193 ../easy-fancybox-settings.php:1292
410
+ #: ../easy-fancybox-settings.php:1392 ../easy-fancybox-settings.php:1519
411
+ msgid "Float"
412
+ msgstr "Obtekanie"
413
+
414
+ #: ../easy-fancybox-settings.php:550 ../easy-fancybox-settings.php:868
415
+ #: ../easy-fancybox-settings.php:991 ../easy-fancybox-settings.php:1085
416
+ #: ../easy-fancybox-settings.php:1194 ../easy-fancybox-settings.php:1293
417
+ #: ../easy-fancybox-settings.php:1393 ../easy-fancybox-settings.php:1520
418
+ msgid "Outside"
419
+ msgstr "Vonku"
420
+
421
+ #: ../easy-fancybox-settings.php:551 ../easy-fancybox-settings.php:869
422
+ #: ../easy-fancybox-settings.php:992 ../easy-fancybox-settings.php:1086
423
+ #: ../easy-fancybox-settings.php:1195 ../easy-fancybox-settings.php:1294
424
+ #: ../easy-fancybox-settings.php:1394 ../easy-fancybox-settings.php:1521
425
+ msgid "Inside"
426
+ msgstr "Vnútri"
427
+
428
+ #: ../easy-fancybox-settings.php:562 ../easy-fancybox-settings.php:878
429
+ #: ../easy-fancybox-settings.php:1001 ../easy-fancybox-settings.php:1096
430
+ #: ../easy-fancybox-settings.php:1204 ../easy-fancybox-settings.php:1303
431
+ #: ../easy-fancybox-settings.php:1403 ../easy-fancybox-settings.php:1530
432
+ msgid "Allow title from thumbnail alt tag"
433
+ msgstr "Povoliť nadpis zo značky Alt"
434
+
435
+ #: ../easy-fancybox-settings.php:566 ../easy-fancybox-settings.php:655
436
+ msgid "Advanced"
437
+ msgstr "Rozšírené"
438
+
439
+ #: ../easy-fancybox-settings.php:570
440
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:196
441
+ msgid "Hide/show title on mouse hover action"
442
+ msgstr "Skryť alebo zobraziť názov po nabehnutí myšou"
443
+
444
+ #: ../easy-fancybox-settings.php:577
445
+ msgid "Gallery"
446
+ msgstr "Galéria "
447
+
448
+ #: ../easy-fancybox-settings.php:581
449
+ msgid "Autogallery"
450
+ msgstr "Automatická galéria "
451
+
452
+ #: ../easy-fancybox-settings.php:587
453
+ msgid "WordPress galleries only"
454
+ msgstr "Len WordPress galérie"
455
+
456
+ #: ../easy-fancybox-settings.php:588
457
+ msgid "All in one gallery"
458
+ msgstr "Všetky galérie"
459
+
460
+ #: ../easy-fancybox-settings.php:591
461
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:187
462
+ msgid ""
463
+ "When disabled, you can use the rel attribute to manually group image links "
464
+ "together."
465
+ msgstr ""
466
+ "Ak je voľba vypnutá, môžete použiť rel atribút a ručne zoskupiť odkazy "
467
+ "obrázkov dohromady."
468
+
469
+ #: ../easy-fancybox-settings.php:598
470
+ msgid "Show the gallery navigation arrows"
471
+ msgstr "Zobraziť navigačné šípky v galérii"
472
+
473
+ #: ../easy-fancybox-settings.php:605
474
+ msgid "Arrow key strokes browse the gallery"
475
+ msgstr "Prehliadať galériu pomocou šípiek na klávesnici"
476
+
477
+ #: ../easy-fancybox-settings.php:612
478
+ msgid ""
479
+ "Include the Mousewheel jQuery extension script to allow gallery browsing by "
480
+ "mousewheel action."
481
+ msgstr ""
482
+ "Zahrnúť rozširujúci skript Mousewheel jQuery pre prehliadanie galérie "
483
+ "pomocou koliečka myši."
484
+
485
+ #: ../easy-fancybox-settings.php:619
486
+ msgid "Make galleries cyclic, allowing you to keep pressing next/back."
487
+ msgstr "Cyklická galéria umožňuje zachovanie funkcie nasledujúci / späť."
488
+
489
+ #: ../easy-fancybox-settings.php:623
490
+ msgid "Change speed"
491
+ msgstr "Zmeniť rýchlosť"
492
+
493
+ #: ../easy-fancybox-settings.php:635
494
+ msgid "Fade speed"
495
+ msgstr "Rýchlosť odchádzania"
496
+
497
+ #: ../easy-fancybox-settings.php:651
498
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:185
499
+ msgid "Galleries per Section (below)"
500
+ msgstr "Galérie v sekcii (dole)"
501
+
502
+ #: ../easy-fancybox-settings.php:651
503
+ msgid ""
504
+ "This applies when <em>Apply to</em> is set to <em>Limited to Sections</em> "
505
+ "and/or <em>Autogallery</em> is set to <em>Galleries per Section</em>. Adapt "
506
+ "it to conform with your theme."
507
+ msgstr ""
508
+ "Toto platí v prípade, že <em>Použiť pre</em> je nastavené na <em>Obmedzenie "
509
+ "pre sekcie</em> a / alebo <em>Automatická galéria</em> je nastavená na "
510
+ "<em>Galérie v sekcii</em>."
511
+
512
+ #: ../easy-fancybox-settings.php:651
513
+ msgid ""
514
+ "Examples: If your theme wraps post content in a div with class post, change "
515
+ "this value to \"div.post\". If you only want to group images in a WordPress "
516
+ "gallery together, use \"div.gallery\". If you want to include images in a "
517
+ "sidebar with ID primary, add \", #primary\"."
518
+ msgstr ""
519
+ "Napríklad: Ak vaš téma obaľuje obsah príspevku do bloku s triedou príspevku, "
520
+ "je potrebné túto hodnotu zmeniť na \"div.post\". Ak chcete len zoskupiť "
521
+ "obrázky vo WordPress galérii, použite \"div.gallery\". Ak chcete zahrnúť "
522
+ "obrázky na bočnom paneli s ID primary, pridajte \", #primary\"."
523
+
524
+ #: ../easy-fancybox-settings.php:651
525
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:198
526
+ msgid ""
527
+ "Hide/show title on mouse hover action works best with Overlay title position."
528
+ msgstr ""
529
+ "Skryť / zobraziť nadpis pri nabehnutí myšou funguje najlepšie s nastavením "
530
+ "Pozícia nadpisu."
531
+
532
+ #: ../easy-fancybox-settings.php:651
533
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:226
534
+ msgid "Auto-rotation uses a fixed 3, 6, 9 or 12 second pause per image."
535
+ msgstr ""
536
+ "Automatická rotácia používa pevné 3, 6, 9 alebo 12 sekunkdové prestávky "
537
+ "medzi obrázkami."
538
+
539
+ #: ../easy-fancybox-settings.php:651
540
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:221
541
+ msgid "(3 seconds)"
542
+ msgstr "(3 sekundy)"
543
+
544
+ #: ../easy-fancybox-settings.php:651
545
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:222
546
+ msgid "(6 seconds)"
547
+ msgstr "(6 sekúnd)"
548
+
549
+ #: ../easy-fancybox-settings.php:651
550
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:223
551
+ msgid "(9 seconds)"
552
+ msgstr "(9 sekúnd)"
553
+
554
+ #: ../easy-fancybox-settings.php:651
555
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:224
556
+ msgid "(12 seconds)"
557
+ msgstr "(12 sekúnd)"
558
+
559
+ #: ../easy-fancybox-settings.php:659
560
+ msgid "Slideshow"
561
+ msgstr "Slideshow "
562
+
563
+ #: ../easy-fancybox-settings.php:687
564
+ msgid ""
565
+ "To make inline content open in an overlay, wrap that content in a div with a "
566
+ "unique ID, create a link with target \"#uniqueID\" and give it a class "
567
+ "\"fancybox-inline\" attribute."
568
+ msgstr ""
569
+ "Ak chcete otvoriť riadkový obsah s prekrytím, umiestnite tento obsah do "
570
+ "bloku s unikátnym ID, vytvorte odkaz s cieľom \"#uniqueID\" a pridajte mu "
571
+ "triedu \"fancybox-inline\"."
572
+
573
+ #: ../easy-fancybox-settings.php:705
574
+ msgid ""
575
+ "Try to adjust size to inline/html content. If unchecked or size cannot be "
576
+ "determined, the default dimensions will be used."
577
+ msgstr ""
578
+ "Pokusiť sa prispôsobiť šírku inline/html obsahu. Ak nie je označené alebo "
579
+ "šírka nemôže byť určená, bude použitý predvolený rozmer."
580
+
581
+ #: ../easy-fancybox-settings.php:709
582
+ msgid "Scrolling"
583
+ msgstr "Posúvanie stránky"
584
+
585
+ #: ../easy-fancybox-settings.php:713
586
+ msgid "Auto"
587
+ msgstr "Auto"
588
+
589
+ #: ../easy-fancybox-settings.php:714
590
+ msgid "Always"
591
+ msgstr "Vždy"
592
+
593
+ #: ../easy-fancybox-settings.php:715
594
+ msgid "Never"
595
+ msgstr "Nikdy"
596
+
597
+ #: ../easy-fancybox-settings.php:718
598
+ msgid "Define scrolling and scrollbar visibility."
599
+ msgstr "Upravuje posúvanie stránky a viditeľnosť posúvacej lišty."
600
+
601
+ #: ../easy-fancybox-settings.php:797
602
+ msgid ""
603
+ "To make any PDF document file open in an overlay, switch on Autodetect or "
604
+ "use the class \"fancybox-pdf\" for its link."
605
+ msgstr ""
606
+ "Ak chcete PDF dokument otvoriť v prekrytím, zapnite Automatické zisťovanie "
607
+ "alebo použite triedu \"fancybox-pdf \" pre jeho odkaz."
608
+
609
+ #: ../easy-fancybox-settings.php:922
610
+ msgid ""
611
+ "To make any Flash (.swf) file open in an overlay, switch on Autodetect or "
612
+ "use the class \"fancybox-swf\" for its link."
613
+ msgstr ""
614
+ "Ak chcete Flash (.swf) súbor otvoriť s prekrytím, zapnite Automatické "
615
+ "zisťovanie alebo použite triedu \"fancybox-swf \" pre jeho odkaz."
616
+
617
+ #: ../easy-fancybox-settings.php:1016
618
+ msgid ""
619
+ "To make any SVG (.svg) file open in an overlay, switch on Autodetect or use "
620
+ "the class \"fancybox-svg\" for its link."
621
+ msgstr ""
622
+ "Ak chcete SVG (.svg) súbor otvoriť s prekrytím, zapnite Automatické "
623
+ "zisťovanie alebo použite triedu \"fancybox-svg \" pre jeho odkaz."
624
+
625
+ #: ../easy-fancybox-settings.php:1111
626
+ msgid ""
627
+ "To make any YouTube movie open in an overlay, switch on Autodetect or use "
628
+ "the class \"fancybox-youtube\" for its link."
629
+ msgstr ""
630
+ "Ak chcete YouTube otvoriť s prekrytím, zapnite Automatické zisťovanie alebo "
631
+ "použite triedu \"fancybox-youtube\" pre jeho odkaz."
632
+
633
+ #: ../easy-fancybox-settings.php:1129
634
+ msgid "Autodetect Short links"
635
+ msgstr "Automatické zisťovanie krátkych odkazov"
636
+
637
+ #: ../easy-fancybox-settings.php:1219
638
+ msgid ""
639
+ "To make any Vimeo movie open in an overlay, switch on Autodetect or use the "
640
+ "class \"fancybox-vimeo\" for its link."
641
+ msgstr ""
642
+ "Ak chcete Vimeo otvoriť s prekrytím, zapnite Automatické zisťovanie alebo "
643
+ "použite triedu \"fancybox-vimeo\" pre jeho odkaz."
644
+
645
+ #: ../easy-fancybox-settings.php:1319
646
+ msgid ""
647
+ "To make any Dailymotion movie open in an overlay, switch on Autodetect or "
648
+ "use the class \"fancybox-dailymotion\" for its link."
649
+ msgstr ""
650
+ "Ak chcete Dailymotion otvoriť s prekrytím, zapnite Automatické zisťovanie "
651
+ "alebo použite triedu \"fancybox-dailymotion\" pre jeho odkaz."
652
+
653
+ #: ../easy-fancybox-settings.php:1445
654
+ msgid ""
655
+ "To make a website or HTML document open in an overlay, use the class "
656
+ "\"fancybox-iframe\" for its link."
657
+ msgstr ""
658
+ "Ak chcete webové stránky alebo HTML dokument otvoriť s prekrytím, použite "
659
+ "triedu \"fancybox-iframe \" pre ich odkaz."
660
+
661
+ #: ../easy-fancybox-class.php:351
662
+ msgid "Donate to keep the Easy FancyBox plugin development going!"
663
+ msgstr "Podporte vývoj modulu Easy FancyBox!"
664
+
665
+ #: ../easy-fancybox-class.php:351
666
+ #, php-format
667
+ msgid ""
668
+ "The options in this section are provided by the plugin %s and determine the "
669
+ "<strong>Media Lightbox</strong> overlay appearance and behaviour controlled "
670
+ "by %s."
671
+ msgstr ""
672
+ "Nastavenia v tejto sekcii sú poskytované modulom %s , umožňujú nastaviť "
673
+ "vzhľad prekrytia <strong> Media Lightboxu </ strong> a správanie %s -u."
674
+
675
+ #: ../easy-fancybox-class.php:351
676
+ msgid "Easy FancyBox"
677
+ msgstr "Easy FancyBox"
678
+
679
+ #: ../easy-fancybox-class.php:351 ../easy-fancybox-class.php:547
680
+ #: ../easy-fancybox-class.php:587
681
+ msgid "FancyBox"
682
+ msgstr "FancyBox"
683
+
684
+ #: ../easy-fancybox-class.php:351
685
+ msgid ""
686
+ "First enable each sub-section that you need. Then save and come back to "
687
+ "adjust its specific settings."
688
+ msgstr ""
689
+ "Najprv povoľte podsekciu, ktorú budete potrebovať. Potom uložte nastavenia a "
690
+ "vráťte sa k úprave ku špecifickému nastaveniu povolených podsekcií."
691
+
692
+ #: ../easy-fancybox-class.php:351
693
+ msgid ""
694
+ "Note: Each additional sub-section and features like <em>Auto-detection</em>, "
695
+ "<em>Elastic transitions</em> and all <em>Easing effects</em> (except Swing) "
696
+ "will have some extra impact on client-side page speed. Enable only those sub-"
697
+ "sections and options that you actually need on your site."
698
+ msgstr ""
699
+ "Poznámka: Každá dodatočná podsekcia a funkcie ako <em> Autodetekcia</em>, "
700
+ "<em>elastické prechody</em> a všetky <em>Easing efekty</em> (okrem Swing) "
701
+ "budú ovplyvňovať rýchlosť stránky. Povoľte iba tie podsekcie a možnosti, "
702
+ "ktoré skutočne potrebujete na vašom webe."
703
+
704
+ #: ../easy-fancybox-class.php:351
705
+ msgid ""
706
+ "Some setting like Transition options are unavailable for SWF video, PDF and "
707
+ "iFrame content to ensure browser compatibility and readability."
708
+ msgstr ""
709
+ "Niektoré nastavenia ako možnosti prechodov nie sú k dispozícii pre SWF "
710
+ "video, PDF a iFrame obsahu s cieľom zabezpečiť kompatibilitu prehliadača a "
711
+ "čitateľnosť."
712
+
713
+ #: ../easy-fancybox-class.php:395
714
+ msgid "Checked"
715
+ msgstr "Označené"
716
+
717
+ #: ../easy-fancybox-class.php:397
718
+ msgid "Unchecked"
719
+ msgstr "Neznačené"
720
+
721
+ #: ../easy-fancybox-class.php:587
722
+ msgid "Easy FancyBox Settings"
723
+ msgstr "Easy FancyBox Nastavenia"
724
+
725
+ #: ../easy-fancybox-class.php:596
726
+ msgid "Sections"
727
+ msgstr "Sekcie"
728
+
729
+ #: ../easy-fancybox-class.php:633
730
+ msgid "Support"
731
+ msgstr "Podpora"
732
+
733
+ #: ../easy-fancybox-class.php:634
734
+ msgid "Resources"
735
+ msgstr "Zdroje"
736
+
737
+ #: ../easy-fancybox-class.php:636
738
+ msgid "Credits"
739
+ msgstr "Poďakovania"
740
+
741
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:46
742
+ msgid ""
743
+ "Thank you for purchasing the Easy FancyBox - Pro extension. New options are "
744
+ "available."
745
+ msgstr ""
746
+ "Vďaka za nákup rozširujúcej verzie Easy FancyBox - Pro. Nové voľby sú "
747
+ "distupné."
748
+
749
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:46
750
+ msgid "Get support here."
751
+ msgstr "Tu získate podporu."
752
+
753
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:52
754
+ msgid "First Image link"
755
+ msgstr "Prvý obrázok odkaz"
756
+
757
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:53
758
+ msgid "First PDF link"
759
+ msgstr "Prvý odkaz na PDF"
760
+
761
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:54
762
+ msgid "First SWF link"
763
+ msgstr "Prvý odkaz SWF"
764
+
765
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:55
766
+ msgid "First SVG link"
767
+ msgstr "Prvý odkaz SVG"
768
+
769
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:56
770
+ msgid "First YouTube link "
771
+ msgstr "Prvý odkaz YouTube "
772
+
773
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:57
774
+ msgid "First Vimeo link "
775
+ msgstr "Prvý odkaz Vime "
776
+
777
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:58
778
+ msgid "First Dailymotion link "
779
+ msgstr "Prvý odkaz Dailymotion "
780
+
781
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:59
782
+ msgid "First iFrame link"
783
+ msgstr "Prvý odkaz iFrame"
784
+
785
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:60
786
+ msgid "First of any link"
787
+ msgstr "Prvý z akéhokoľvek odkazu"
788
+
789
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:103
790
+ msgid "Set a border radius to create rounded corners. Higher is rounder."
791
+ msgstr ""
792
+ "Nastaviť border radius pre vytvorenie zaoblených rohov okraja. Vyššia "
793
+ "hodnota znamená väčšie zaoblenie."
794
+
795
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:113
796
+ msgid "Links inside Section(s) only (below)"
797
+ msgstr "Odkazy vnútri sekcií iba (nižšie)"
798
+
799
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:119
800
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:152
801
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:238
802
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:271
803
+ msgid "easeInQuad"
804
+ msgstr "easeInQuad"
805
+
806
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:120
807
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:153
808
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:239
809
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:272
810
+ msgid "easeOutQuad"
811
+ msgstr "easeOutQuad"
812
+
813
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:121
814
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:154
815
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:240
816
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:273
817
+ msgid "easeInOutQuad"
818
+ msgstr "easeInOutQuad"
819
+
820
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:122
821
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:155
822
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:241
823
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:274
824
+ msgid "easeInCubic"
825
+ msgstr "easeInCubic"
826
+
827
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:123
828
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:156
829
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:242
830
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:275
831
+ msgid "easeOutCubic"
832
+ msgstr "easeOutCubic"
833
+
834
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:124
835
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:157
836
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:243
837
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:276
838
+ msgid "easeInOutCubic"
839
+ msgstr "easeInOutCubic"
840
+
841
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:125
842
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:158
843
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:244
844
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:277
845
+ msgid "easeInQuart"
846
+ msgstr "easeInQuart"
847
+
848
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:126
849
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:159
850
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:245
851
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:278
852
+ msgid "easeOutQuart"
853
+ msgstr "easeOutQuart"
854
+
855
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:127
856
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:160
857
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:246
858
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:279
859
+ msgid "easeInOutQuart"
860
+ msgstr "easeInOutQuart"
861
+
862
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:128
863
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:161
864
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:247
865
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:280
866
+ msgid "easeInQuint"
867
+ msgstr "easeInQuint"
868
+
869
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:129
870
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:162
871
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:248
872
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:281
873
+ msgid "easeOutQuint"
874
+ msgstr "easeOutQuint"
875
+
876
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:130
877
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:163
878
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:249
879
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:282
880
+ msgid "easeInOutQuint"
881
+ msgstr "easeInOutQuint"
882
+
883
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:131
884
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:164
885
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:250
886
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:283
887
+ msgid "easeInSine"
888
+ msgstr "easeInSine"
889
+
890
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:132
891
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:165
892
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:251
893
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:284
894
+ msgid "easeOutSine"
895
+ msgstr "easeOutSine"
896
+
897
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:133
898
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:166
899
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:252
900
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:285
901
+ msgid "easeInOutSine"
902
+ msgstr "easeInOutSine"
903
+
904
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:134
905
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:167
906
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:253
907
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:286
908
+ msgid "easeInExpo"
909
+ msgstr "easeInExpo"
910
+
911
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:135
912
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:168
913
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:254
914
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:287
915
+ msgid "easeOutExpo"
916
+ msgstr "easeOutExpo"
917
+
918
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:136
919
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:169
920
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:255
921
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:288
922
+ msgid "easeInOutExpo"
923
+ msgstr "easeInOutExpo"
924
+
925
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:137
926
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:170
927
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:256
928
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:289
929
+ msgid "easeInCirc"
930
+ msgstr "easeInCirc"
931
+
932
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:138
933
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:171
934
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:257
935
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:290
936
+ msgid "easeOutCirc"
937
+ msgstr "easeOutCirc"
938
+
939
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:139
940
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:172
941
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:258
942
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:291
943
+ msgid "easeInOutCirc"
944
+ msgstr "easeInOutCirc"
945
+
946
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:140
947
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:173
948
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:259
949
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:292
950
+ msgid "easeInElastic"
951
+ msgstr "easeInElastic"
952
+
953
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:141
954
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:174
955
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:260
956
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:293
957
+ msgid "easeOutElastic"
958
+ msgstr "easeOutElastic"
959
+
960
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:142
961
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:175
962
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:261
963
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:294
964
+ msgid "easeInOutElastic"
965
+ msgstr "easeInOutElastic"
966
+
967
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:143
968
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:176
969
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:262
970
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:295
971
+ msgid "easeInOutBack"
972
+ msgstr "easeInOutBack"
973
+
974
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:144
975
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:177
976
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:263
977
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:296
978
+ msgid "easeInBounce"
979
+ msgstr "easeInBounce"
980
+
981
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:145
982
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:178
983
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:264
984
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:297
985
+ msgid "easeOutBounce"
986
+ msgstr "easeOutBounce"
987
+
988
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:146
989
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:179
990
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:265
991
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:298
992
+ msgid "easeInOutBounce"
993
+ msgstr "easeInOutBounce"
994
+
995
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:206
996
+ msgid "Section(s)"
997
+ msgstr "Sekcie"
998
+
999
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:212
1000
+ msgid ""
1001
+ "This applies when <em>Apply to</em> is set to <em>Limited to Sections</em> "
1002
+ "and/or <em>Auto-gallery</em> is set to <em>Galleries per Section</em>. Adapt "
1003
+ "it to conform with your theme."
1004
+ msgstr ""
1005
+ "To platí v prípade, že <em>Použiť pre</em> je nastavené na <em>Obmedzenie "
1006
+ "pre sekcie </em> a / alebo <em>Automatická galéria</em> je nastavená na "
1007
+ "<em>Galérie v sekcii</em >. Prispôsobte podľa požiadaviek vašej témy."
1008
+
1009
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:212
1010
+ msgid ""
1011
+ "Examples: If your theme wraps post content in a div with class post, change "
1012
+ "this value to \"div.post\". If you want to include images in a sidebar with "
1013
+ "ID primary, add \", div#primary\" or \"aside#primary\" for html5 themes. If "
1014
+ "you only want to group images in a WordPress gallery together, use \"div."
1015
+ "gallery\". If you want to include images in a sidebar with ID primary, add "
1016
+ "\", #primary\"."
1017
+ msgstr ""
1018
+ "Príklady: Ak vaša téma obaľuje obsah príspevkov v bloku s triedou príspevku, "
1019
+ "zmeňte túto hodnotu na \"div.post \". Ak chcete zahrnúť obrázky na bočnom "
1020
+ "paneli s ID primary, pridajte \", div#primary \" alebo \"aside#primary \" "
1021
+ "pre témy HTML5. Ak chcete zoskupiť obrázky vo WordPress galérii dohromady, "
1022
+ "použite \"div.gallery\". Ak chcete vložiť obrázky na bočný panel s ID "
1023
+ "primary, pridajte\", #primary\"."
1024
+
1025
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:221
1026
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:222
1027
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:223
1028
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:224
1029
+ msgid "Gallery Auto-rotation"
1030
+ msgstr "Automatická rotácia galérie"
1031
+
1032
+ #~ msgid "Links"
1033
+ #~ msgstr "Odkazy"
1034
+
1035
+ #~ msgid "None"
1036
+ #~ msgstr "Žiadny"
1037
+
1038
+ #~ msgid "Size"
1039
+ #~ msgstr "Veľkosť"
1040
+
1041
+ #~ msgid "Width"
1042
+ #~ msgstr "Šírka"
1043
+
1044
+ #~ msgid "Height"
1045
+ #~ msgstr "Výška"
1046
+
1047
+ #~ msgid "Text"
1048
+ #~ msgstr "Text"
1049
+
1050
+ #~ msgid "Disabled"
1051
+ #~ msgstr "So zdravotným postihnutím"
1052
+
1053
+ #~ msgid "Back"
1054
+ #~ msgstr "Späť"
1055
+
1056
+ #~ msgid "Quad"
1057
+ #~ msgstr "Quad"
1058
+
1059
+ #~ msgid "Expo"
1060
+ #~ msgstr "Expo"
1061
+
1062
+ #~ msgid "Transparency fade during elastic transition."
1063
+ #~ msgstr "Transparentnosť slabnúť počas elastické prechodu."
1064
+
1065
+ #~ msgid "Adjust its specific settings below."
1066
+ #~ msgstr "Upraviť jeho špecifické nastavenia nižšie."
1067
+
1068
+ #~ msgid "http://4visions.nl/en/wordpress-plugins/easy-fancybox/"
1069
+ #~ msgstr "http://4visions.nl/en/WordPress-plugins/Easy-FancyBox/"
1070
+
1071
+ #~ msgid ""
1072
+ #~ "Easily enable the <a href=\"http://fancybox.net/\">FancyBox jQuery "
1073
+ #~ "extension</a> on all image, SWF, PDF, YouTube, Dailymotion and Vimeo "
1074
+ #~ "links. Also supports iFrame and inline content."
1075
+ #~ msgstr ""
1076
+ #~ "Ľahko povoliť <a href=\"http://fancybox.net/\"> FancyBox jQuery "
1077
+ #~ "predĺženie </ a> na všetky image, SWF, PDF, YouTube, Dailymotion a Vimeo "
1078
+ #~ "odkazy. Tiež podporuje iFrame a inline obsah."
1079
+
1080
+ #~ msgid "RavanH"
1081
+ #~ msgstr "RavanH"
1082
+
1083
+ #~ msgid "http://4visions.nl/"
1084
+ #~ msgstr "http://4visions.nl/"
languages/easy-fancybox-sr_RS.mo ADDED
Binary file
languages/easy-fancybox-sr_RS.po ADDED
@@ -0,0 +1,1029 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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.5\n"
6
+ "Report-Msgid-Bugs-To: \n"
7
+ "POT-Creation-Date: 2013-06-14 00:53+0100\n"
8
+ "PO-Revision-Date: 2013-08-04 13:23+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.7\n"
17
+
18
+ #: ../easy-fancybox-settings.php:9 ../easy-fancybox-class.php:566
19
+ msgid "Global settings"
20
+ msgstr "Globalna podešavanja"
21
+
22
+ #: ../easy-fancybox-settings.php:14
23
+ msgid "Media"
24
+ msgstr "Mediji"
25
+
26
+ #: ../easy-fancybox-settings.php:20
27
+ msgid "Enable FancyBox for"
28
+ msgstr "Dozvoliti FancyBox za"
29
+
30
+ #: ../easy-fancybox-settings.php:27 ../easy-fancybox-settings.php:370
31
+ #: ../easy-fancybox-class.php:567
32
+ msgid "Images"
33
+ msgstr "Slike"
34
+
35
+ #: ../easy-fancybox-settings.php:34 ../easy-fancybox-settings.php:633
36
+ #: ../easy-fancybox-class.php:568
37
+ msgid "Inline content"
38
+ msgstr "Inlajn sadržaj"
39
+
40
+ #: ../easy-fancybox-settings.php:41 ../easy-fancybox-settings.php:743
41
+ #: ../easy-fancybox-class.php:569
42
+ msgid "PDF"
43
+ msgstr "PDF"
44
+
45
+ #: ../easy-fancybox-settings.php:48 ../easy-fancybox-settings.php:868
46
+ #: ../easy-fancybox-class.php:570
47
+ msgid "SWF"
48
+ msgstr "SWF"
49
+
50
+ #: ../easy-fancybox-settings.php:55 ../easy-fancybox-settings.php:962
51
+ msgid "SVG"
52
+ msgstr "SVG"
53
+
54
+ #: ../easy-fancybox-settings.php:62 ../easy-fancybox-settings.php:1057
55
+ #: ../easy-fancybox-class.php:571
56
+ msgid "YouTube"
57
+ msgstr "YouTube"
58
+
59
+ #: ../easy-fancybox-settings.php:69 ../easy-fancybox-settings.php:1165
60
+ #: ../easy-fancybox-class.php:572
61
+ msgid "Vimeo"
62
+ msgstr "Vimeo"
63
+
64
+ #: ../easy-fancybox-settings.php:76 ../easy-fancybox-settings.php:1265
65
+ #: ../easy-fancybox-class.php:573
66
+ msgid "Dailymotion"
67
+ msgstr "Dailymotion"
68
+
69
+ #: ../easy-fancybox-settings.php:83 ../easy-fancybox-settings.php:1391
70
+ #: ../easy-fancybox-class.php:574
71
+ msgid "iFrames"
72
+ msgstr "iFrames"
73
+
74
+ #: ../easy-fancybox-settings.php:86
75
+ msgid ""
76
+ "For advanced options and support, please get the Easy FancyBox - Pro "
77
+ "extension."
78
+ msgstr "Za napredne opcije i podršku, nabavite Easy FancyBox - Za ekstenziju."
79
+
80
+ #: ../easy-fancybox-settings.php:89
81
+ msgid "Links"
82
+ msgstr "Linkovi"
83
+
84
+ #: ../easy-fancybox-settings.php:95
85
+ msgid "Exclude"
86
+ msgstr "Izuzeti"
87
+
88
+ #: ../easy-fancybox-settings.php:100 ../easy-fancybox-settings.php:114
89
+ #: ../easy-fancybox-settings.php:421 ../easy-fancybox-settings.php:448
90
+ #: ../easy-fancybox-settings.php:677 ../easy-fancybox-settings.php:704
91
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:227
92
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:252
93
+ msgid "None"
94
+ msgstr "Ništa"
95
+
96
+ #: ../easy-fancybox-settings.php:101
97
+ msgid "Empty (hidden) links"
98
+ msgstr "Prazni (skriveni) linkovi"
99
+
100
+ #: ../easy-fancybox-settings.php:102
101
+ msgid "Without thumbnail image"
102
+ msgstr "Bez umanjene slike"
103
+
104
+ #: ../easy-fancybox-settings.php:109
105
+ msgid "Open on page load"
106
+ msgstr "Otvoriti na stranici učitavanja"
107
+
108
+ #: ../easy-fancybox-settings.php:115
109
+ msgid "Link with ID \"fancybox-auto\""
110
+ msgstr "Link sa ID \"fancybox-auto\""
111
+
112
+ #: ../easy-fancybox-settings.php:118 ../easy-fancybox-settings.php:409
113
+ #: ../easy-fancybox-settings.php:440 ../easy-fancybox-settings.php:467
114
+ #: ../easy-fancybox-settings.php:542 ../easy-fancybox-settings.php:696
115
+ #: ../easy-fancybox-settings.php:723
116
+ msgid "More options &raquo;"
117
+ msgstr "Više opcija &raquo;"
118
+
119
+ #: ../easy-fancybox-settings.php:125
120
+ msgid ""
121
+ "Include the Metadata jQuery extension script to allow passing custom "
122
+ "parameters via link class."
123
+ msgstr ""
124
+ "Uključiti Metadata automatizovanu proceduru jQuery ekstenzija radi "
125
+ "omogućavanja prolaza kastomiziranih parametara preko link klase."
126
+
127
+ #: ../easy-fancybox-settings.php:130 ../easy-fancybox-settings.php:503
128
+ msgid "Overlay"
129
+ msgstr "Preklapanje"
130
+
131
+ #: ../easy-fancybox-settings.php:139
132
+ msgid "Show the overlay around content opened in FancyBox."
133
+ msgstr "Prikaži preklapanje kroz sadržaj otvoren u FancyBox"
134
+
135
+ #: ../easy-fancybox-settings.php:146
136
+ msgid "Close FancyBox when overlay is clicked."
137
+ msgstr "Zatvori FancyBox kada se klikne na preklapanje"
138
+
139
+ #: ../easy-fancybox-settings.php:150 ../easy-fancybox-settings.php:228
140
+ msgid "Opacity"
141
+ msgstr "Nejasnoća"
142
+
143
+ #: ../easy-fancybox-settings.php:158
144
+ msgid "Value between 0 and 1. "
145
+ msgstr "Vrednost izmedju 0 i 1."
146
+
147
+ #: ../easy-fancybox-settings.php:158 ../easy-fancybox-settings.php:167
148
+ #: ../easy-fancybox-settings.php:286 ../easy-fancybox-settings.php:337
149
+ #: ../easy-fancybox-settings.php:595
150
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:103
151
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:108
152
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:147
153
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:244
154
+ msgid "Default:"
155
+ msgstr "Predefinisano:"
156
+
157
+ #: ../easy-fancybox-settings.php:162
158
+ msgid "Color"
159
+ msgstr "Boja"
160
+
161
+ #: ../easy-fancybox-settings.php:167
162
+ msgid "Enter an HTML color value."
163
+ msgstr "Unesi HTML kolor vrednost"
164
+
165
+ #: ../easy-fancybox-settings.php:175
166
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:71
167
+ msgid "Spotlight effect"
168
+ msgstr "Spotlajt efekat"
169
+
170
+ #: ../easy-fancybox-settings.php:175 ../easy-fancybox-settings.php:236
171
+ #: ../easy-fancybox-settings.php:249 ../easy-fancybox-settings.php:524
172
+ #: ../easy-fancybox-settings.php:613
173
+ msgid "Make available &raquo;"
174
+ msgstr "Omogući dostupnost &raquo;"
175
+
176
+ #: ../easy-fancybox-settings.php:180
177
+ msgid "Window"
178
+ msgstr "Prozor"
179
+
180
+ #: ../easy-fancybox-settings.php:186 ../easy-fancybox-settings.php:485
181
+ msgid "Appearance"
182
+ msgstr "Prikaz"
183
+
184
+ #: ../easy-fancybox-settings.php:193
185
+ msgid "Show the (X) close button"
186
+ msgstr "Prikaži (X) zatvoreni taster"
187
+
188
+ #: ../easy-fancybox-settings.php:198
189
+ msgid "Background color"
190
+ msgstr "Boja u pozadini"
191
+
192
+ #: ../easy-fancybox-settings.php:208
193
+ msgid "Border color"
194
+ msgstr "Boja oivičenja"
195
+
196
+ #: ../easy-fancybox-settings.php:218
197
+ msgid "Text color"
198
+ msgstr "Boja teksta"
199
+
200
+ #: ../easy-fancybox-settings.php:241
201
+ msgid "Border radius"
202
+ msgstr "Radijus oivičenja"
203
+
204
+ #: ../easy-fancybox-settings.php:249
205
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:114
206
+ msgid "Set a border radius to create rounded corners. Higher is rounder."
207
+ msgstr ""
208
+ "Podesi radijus oivičenja radi formiranja zaobljenih uglova. Više je "
209
+ "zaobljenije."
210
+
211
+ #: ../easy-fancybox-settings.php:254
212
+ msgid "Dimensions"
213
+ msgstr "Dimenzije"
214
+
215
+ #: ../easy-fancybox-settings.php:258 ../easy-fancybox-settings.php:771
216
+ #: ../easy-fancybox-settings.php:896 ../easy-fancybox-settings.php:990
217
+ #: ../easy-fancybox-settings.php:1095 ../easy-fancybox-settings.php:1194
218
+ #: ../easy-fancybox-settings.php:1294 ../easy-fancybox-settings.php:1424
219
+ msgid "Width"
220
+ msgstr "Sa"
221
+
222
+ #: ../easy-fancybox-settings.php:268 ../easy-fancybox-settings.php:781
223
+ #: ../easy-fancybox-settings.php:907 ../easy-fancybox-settings.php:1001
224
+ #: ../easy-fancybox-settings.php:1108 ../easy-fancybox-settings.php:1207
225
+ #: ../easy-fancybox-settings.php:1307 ../easy-fancybox-settings.php:1434
226
+ msgid "Height"
227
+ msgstr "Visina"
228
+
229
+ #: ../easy-fancybox-settings.php:277 ../easy-fancybox-settings.php:790
230
+ #: ../easy-fancybox-settings.php:917 ../easy-fancybox-settings.php:1011
231
+ #: ../easy-fancybox-settings.php:1120 ../easy-fancybox-settings.php:1219
232
+ #: ../easy-fancybox-settings.php:1319 ../easy-fancybox-settings.php:1443
233
+ msgid "Border"
234
+ msgstr "Oivičenje"
235
+
236
+ #: ../easy-fancybox-settings.php:286
237
+ msgid ""
238
+ "If content size is not set or cannot be determined automatically, these "
239
+ "default dimensions will be used."
240
+ msgstr ""
241
+ "Ako veličina sadržaja nije podešena ili ne može biti automatski određena, "
242
+ "biće korišćene ove predefinisane dimenzije."
243
+
244
+ #: ../easy-fancybox-settings.php:291 ../easy-fancybox-settings.php:413
245
+ msgid "Behavior"
246
+ msgstr "Ponašanje"
247
+
248
+ #: ../easy-fancybox-settings.php:298
249
+ msgid "Center while scrolling"
250
+ msgstr "Centriranje tokom skrolovanja"
251
+
252
+ #: ../easy-fancybox-settings.php:305
253
+ msgid "Esc key stroke closes FancyBox"
254
+ msgstr "Pritisak na ESC taster zatvara FancyBox"
255
+
256
+ #: ../easy-fancybox-settings.php:312
257
+ msgid "Scale large content down to fit in the browser viewport."
258
+ msgstr "Umanji veliki sadržaj radi uklapanja u prozor brauzera"
259
+
260
+ #: ../easy-fancybox-settings.php:316
261
+ msgid "Opening speed"
262
+ msgstr "Brzina otvaranja"
263
+
264
+ #: ../easy-fancybox-settings.php:328
265
+ msgid "Closing speed"
266
+ msgstr "Brzina zatvaranja"
267
+
268
+ #: ../easy-fancybox-settings.php:337 ../easy-fancybox-settings.php:595
269
+ msgid "Duration in milliseconds. Higher is slower."
270
+ msgstr "Trajanje u milisekundama. Više je sporije."
271
+
272
+ #: ../easy-fancybox-settings.php:375
273
+ msgid ""
274
+ "To make images open in an overlay, add their extension to the Autodetect "
275
+ "field or use the class \"fancybox\" for its link. Clear field to switch off "
276
+ "all autodetection."
277
+ msgstr ""
278
+ "Radi otvaranja slika u preklapanju dodajte njihovu ekstenziju Autodetect "
279
+ "polju ili koristite klasu \"fancybox\" za njegovo povezivanje. Očistite "
280
+ "polje radi isključivanja svih autodetekcija."
281
+
282
+ #: ../easy-fancybox-settings.php:390 ../easy-fancybox-settings.php:756
283
+ #: ../easy-fancybox-settings.php:881 ../easy-fancybox-settings.php:975
284
+ #: ../easy-fancybox-settings.php:1071 ../easy-fancybox-settings.php:1179
285
+ #: ../easy-fancybox-settings.php:1279
286
+ msgid "Autodetect"
287
+ msgstr "Autodetekcija"
288
+
289
+ #: ../easy-fancybox-settings.php:397
290
+ msgid "Example:"
291
+ msgstr "Primer:"
292
+
293
+ #: ../easy-fancybox-settings.php:401
294
+ msgid "Apply to"
295
+ msgstr "Primeni na"
296
+
297
+ #: ../easy-fancybox-settings.php:406
298
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:147
299
+ msgid "All image links"
300
+ msgstr "Svi linkovi slika"
301
+
302
+ #: ../easy-fancybox-settings.php:417 ../easy-fancybox-settings.php:673
303
+ msgid "Transition In"
304
+ msgstr "Prelazak u"
305
+
306
+ #: ../easy-fancybox-settings.php:422 ../easy-fancybox-settings.php:449
307
+ #: ../easy-fancybox-settings.php:678 ../easy-fancybox-settings.php:705
308
+ msgid "Fade"
309
+ msgstr "Izbeljivanje"
310
+
311
+ #: ../easy-fancybox-settings.php:423 ../easy-fancybox-settings.php:450
312
+ #: ../easy-fancybox-settings.php:679 ../easy-fancybox-settings.php:706
313
+ msgid "Elastic"
314
+ msgstr "Elastičan"
315
+
316
+ #: ../easy-fancybox-settings.php:430 ../easy-fancybox-settings.php:686
317
+ msgid "Easing In"
318
+ msgstr "Relaksiranje u "
319
+
320
+ #: ../easy-fancybox-settings.php:434 ../easy-fancybox-settings.php:461
321
+ #: ../easy-fancybox-settings.php:690 ../easy-fancybox-settings.php:717
322
+ msgid "Linear"
323
+ msgstr "Linearan"
324
+
325
+ #: ../easy-fancybox-settings.php:435 ../easy-fancybox-settings.php:462
326
+ #: ../easy-fancybox-settings.php:691 ../easy-fancybox-settings.php:718
327
+ msgid "Swing"
328
+ msgstr "Zamah"
329
+
330
+ #: ../easy-fancybox-settings.php:436 ../easy-fancybox-settings.php:463
331
+ #: ../easy-fancybox-settings.php:692 ../easy-fancybox-settings.php:719
332
+ msgid "easeInBack"
333
+ msgstr "easeInBack"
334
+
335
+ #: ../easy-fancybox-settings.php:437 ../easy-fancybox-settings.php:464
336
+ #: ../easy-fancybox-settings.php:693 ../easy-fancybox-settings.php:720
337
+ msgid "easeOutBack"
338
+ msgstr "easeOutBack"
339
+
340
+ #: ../easy-fancybox-settings.php:444 ../easy-fancybox-settings.php:700
341
+ msgid "Transition Out"
342
+ msgstr "Tranzicija van"
343
+
344
+ #: ../easy-fancybox-settings.php:457 ../easy-fancybox-settings.php:713
345
+ msgid "Easing Out"
346
+ msgstr "Relaksiranje van"
347
+
348
+ #: ../easy-fancybox-settings.php:467 ../easy-fancybox-settings.php:542
349
+ #: ../easy-fancybox-settings.php:723
350
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:213
351
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:219
352
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:230
353
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:257
354
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:331
355
+ msgid "Note:"
356
+ msgstr "Napomena:"
357
+
358
+ #: ../easy-fancybox-settings.php:467 ../easy-fancybox-settings.php:723
359
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:213
360
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:331
361
+ msgid "Easing effects only apply when Transition is set to Elastic. "
362
+ msgstr ""
363
+ "Relaksirajući efekti se primenjuju samo kada Tranzicija podešena na "
364
+ "Elastičan."
365
+
366
+ #: ../easy-fancybox-settings.php:474 ../easy-fancybox-settings.php:730
367
+ msgid ""
368
+ "Transparency fade during elastic transition. CAUTION: Use only when at least "
369
+ "Transition In is set to Elastic!"
370
+ msgstr ""
371
+ "Transparentnost bledi tokom elastične tranzicije. PAŽNJA: Koristiti jedino "
372
+ "ako je najmanje “Tranzicija u” podešana na Elastičan! "
373
+
374
+ #: ../easy-fancybox-settings.php:481 ../easy-fancybox-settings.php:737
375
+ msgid "Close FancyBox when content is clicked"
376
+ msgstr "Zatvori FancyBox kada se klikne na sadržaj"
377
+
378
+ #: ../easy-fancybox-settings.php:492 ../easy-fancybox-settings.php:810
379
+ #: ../easy-fancybox-settings.php:933 ../easy-fancybox-settings.php:1027
380
+ #: ../easy-fancybox-settings.php:1136 ../easy-fancybox-settings.php:1235
381
+ #: ../easy-fancybox-settings.php:1335 ../easy-fancybox-settings.php:1459
382
+ msgid "Show title"
383
+ msgstr "Prikaži naslov"
384
+
385
+ #: ../easy-fancybox-settings.php:496 ../easy-fancybox-settings.php:814
386
+ #: ../easy-fancybox-settings.php:937 ../easy-fancybox-settings.php:1031
387
+ #: ../easy-fancybox-settings.php:1140 ../easy-fancybox-settings.php:1239
388
+ #: ../easy-fancybox-settings.php:1339 ../easy-fancybox-settings.php:1463
389
+ msgid "Title Position"
390
+ msgstr "Pozicija naslova"
391
+
392
+ #: ../easy-fancybox-settings.php:500 ../easy-fancybox-settings.php:818
393
+ #: ../easy-fancybox-settings.php:941 ../easy-fancybox-settings.php:1035
394
+ #: ../easy-fancybox-settings.php:1144 ../easy-fancybox-settings.php:1243
395
+ #: ../easy-fancybox-settings.php:1343 ../easy-fancybox-settings.php:1467
396
+ msgid "Float"
397
+ msgstr "Plavljenje"
398
+
399
+ #: ../easy-fancybox-settings.php:501 ../easy-fancybox-settings.php:819
400
+ #: ../easy-fancybox-settings.php:942 ../easy-fancybox-settings.php:1036
401
+ #: ../easy-fancybox-settings.php:1145 ../easy-fancybox-settings.php:1244
402
+ #: ../easy-fancybox-settings.php:1344 ../easy-fancybox-settings.php:1468
403
+ msgid "Outside"
404
+ msgstr "Spolja"
405
+
406
+ #: ../easy-fancybox-settings.php:502 ../easy-fancybox-settings.php:820
407
+ #: ../easy-fancybox-settings.php:943 ../easy-fancybox-settings.php:1037
408
+ #: ../easy-fancybox-settings.php:1146 ../easy-fancybox-settings.php:1245
409
+ #: ../easy-fancybox-settings.php:1345 ../easy-fancybox-settings.php:1469
410
+ msgid "Inside"
411
+ msgstr "Unutra"
412
+
413
+ #: ../easy-fancybox-settings.php:513 ../easy-fancybox-settings.php:829
414
+ #: ../easy-fancybox-settings.php:952 ../easy-fancybox-settings.php:1047
415
+ #: ../easy-fancybox-settings.php:1155 ../easy-fancybox-settings.php:1254
416
+ #: ../easy-fancybox-settings.php:1354 ../easy-fancybox-settings.php:1478
417
+ msgid "Allow title from thumbnail alt tag"
418
+ msgstr "Omogući naslov sa sličica alt tag-a"
419
+
420
+ #: ../easy-fancybox-settings.php:517 ../easy-fancybox-settings.php:606
421
+ msgid "Advanced"
422
+ msgstr "Unapređen"
423
+
424
+ #: ../easy-fancybox-settings.php:521
425
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:228
426
+ msgid "Hide/show title on mouse hover action"
427
+ msgstr "Hide/show naslov na “miš lebdi” akciji"
428
+
429
+ #: ../easy-fancybox-settings.php:528
430
+ msgid "Gallery"
431
+ msgstr "Galerija"
432
+
433
+ #: ../easy-fancybox-settings.php:532
434
+ msgid "Autogallery"
435
+ msgstr "Autogalerija"
436
+
437
+ #: ../easy-fancybox-settings.php:537
438
+ msgid "Disabled"
439
+ msgstr "Onemogućen"
440
+
441
+ #: ../easy-fancybox-settings.php:538
442
+ msgid "WordPress galleries only"
443
+ msgstr "Samo WordPress galerije"
444
+
445
+ #: ../easy-fancybox-settings.php:539
446
+ msgid "All in one gallery"
447
+ msgstr "Sve u jednoj galeriji"
448
+
449
+ #: ../easy-fancybox-settings.php:542
450
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:219
451
+ msgid ""
452
+ "When disabled, you can use the rel attribute to manually group image links "
453
+ "together."
454
+ msgstr ""
455
+ "Kada je onemogućen mođete koristiti rel atribut za ručno grupisanje linkova "
456
+ "za slike."
457
+
458
+ #: ../easy-fancybox-settings.php:542
459
+ msgid ""
460
+ "Leave the mousewheel option (below) unchecked when you do not use FancyBox "
461
+ "for galleries on your site."
462
+ msgstr ""
463
+ "Ostavite mausewheel opciju (ispod) neoznačenu kada ne koristite FancyBox za "
464
+ "galerije na svom sajtu."
465
+
466
+ #: ../easy-fancybox-settings.php:549
467
+ msgid "Show the gallery navigation arrows"
468
+ msgstr "Prikaži strelicu za kretanje kroz galeriju"
469
+
470
+ #: ../easy-fancybox-settings.php:556
471
+ msgid "Arrow key strokes browse the gallery"
472
+ msgstr "Pritiskom na arrow taster pretražuje se galerija"
473
+
474
+ #: ../easy-fancybox-settings.php:563
475
+ msgid ""
476
+ "Include the Mousewheel jQuery extension script to allow gallery browsing by "
477
+ "mousewheel action."
478
+ msgstr ""
479
+ "Inkludirati ekstenziju Mousewheel jQuery automatizovana procedura, radi "
480
+ "omogućavanja pretraživanja galerije putem mousewheel akcije. "
481
+
482
+ #: ../easy-fancybox-settings.php:570
483
+ msgid "Make galleries cyclic, allowing you to keep pressing next/back."
484
+ msgstr ""
485
+ "Napravite da galerije budu ciklične, što vam omogućava da pritisak na next/"
486
+ "back."
487
+
488
+ #: ../easy-fancybox-settings.php:574
489
+ msgid "Change speed"
490
+ msgstr "Promena brzine"
491
+
492
+ #: ../easy-fancybox-settings.php:586
493
+ msgid "Fade speed"
494
+ msgstr "Brzina izbeljivanja"
495
+
496
+ #: ../easy-fancybox-settings.php:602
497
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:217
498
+ msgid "Galleries per Section (below)"
499
+ msgstr "Galerije po sekciji (ispod)"
500
+
501
+ #: ../easy-fancybox-settings.php:602
502
+ msgid ""
503
+ "This applies when <em>Apply to</em> is set to <em>Limited to Sections</em> "
504
+ "and/or <em>Autogallery</em> is set to <em>Galleries per Section</em>. Adapt "
505
+ "it to conform with your theme."
506
+ msgstr ""
507
+ "Ovo se primenjuje kada je <em>Apply to</em> podešeno na <em>Limited to "
508
+ "Sections</em> i/ili na <em>Galleries per Section</em>. Adaptirajte ga da "
509
+ "odgovara važoj temi."
510
+
511
+ #: ../easy-fancybox-settings.php:602
512
+ msgid ""
513
+ "Examples: If your theme wraps post content in a div with class post, change "
514
+ "this value to \"div.post\". If you only want to group images in a WordPress "
515
+ "gallery together, use \"div.gallery\". If you want to include images in a "
516
+ "sidebar with ID primary, add \", #primary\"."
517
+ msgstr ""
518
+ "Primeri: Ako vaša tema obmotava sadržaja posta u div sa klasom posta, "
519
+ "promenite ovu vrednost u \"div.post\". Ako želite samo da grupišete slike u "
520
+ "Word Press galeriji, koristite \"div.gallery\". Ako želite da slike "
521
+ "uključite u bočni bar sa ID primarno, dodajte \", #primary\""
522
+
523
+ #: ../easy-fancybox-settings.php:602
524
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:230
525
+ msgid ""
526
+ "Hide/show title on mouse hover action works best with Overlay title position."
527
+ msgstr ""
528
+ "Hide/show naslov na “miš lebdi” akciji najbolje radi sa Overlay pozicijom "
529
+ "naslova."
530
+
531
+ #: ../easy-fancybox-settings.php:602
532
+ msgid "The slideshow uses a fixed 6, 8 or 12 second pause per image."
533
+ msgstr "Slajdšou koristi fiksiranih 6,8 ili 12 sekundi po slici."
534
+
535
+ #: ../easy-fancybox-settings.php:602
536
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:253
537
+ msgid "(6 seconds)"
538
+ msgstr "(6 sekundi)"
539
+
540
+ #: ../easy-fancybox-settings.php:602
541
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:254
542
+ msgid "(8 seconds)"
543
+ msgstr "(8 sekundi)"
544
+
545
+ #: ../easy-fancybox-settings.php:602
546
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:255
547
+ msgid "(12 seconds)"
548
+ msgstr "(12 sekundi)"
549
+
550
+ #: ../easy-fancybox-settings.php:610
551
+ msgid "Slideshow"
552
+ msgstr "Slajdšou"
553
+
554
+ #: ../easy-fancybox-settings.php:638
555
+ msgid ""
556
+ "To make inline content open in an overlay, wrap that content in a div with a "
557
+ "unique ID, create a link with target \"#uniqueID\" and give it a class "
558
+ "\"fancybox-inline\" attribute."
559
+ msgstr ""
560
+ "Da biste napravili inlajn sadržaj otvorite u preklapanju, obmotajte sadržaj "
561
+ "u div sa jedinstvenim ID, napravite link sa target \"#uniqueID\" i dajte u "
562
+ "klasu \"fancybox-inline\" atribut."
563
+
564
+ #: ../easy-fancybox-settings.php:656
565
+ msgid ""
566
+ "Try to adjust size to inline/html content. If unchecked or size cannot be "
567
+ "determined, the default dimensions will be used."
568
+ msgstr ""
569
+ "Pokušajte da podesite veličinu prema inline/html sadržaju. Ukoliko je "
570
+ "isključen ili veličina ne mođe biti određena, biće korišćene predefinisane "
571
+ "dimenzije."
572
+
573
+ #: ../easy-fancybox-settings.php:660 ../easy-fancybox-settings.php:1411
574
+ msgid "Scrolling"
575
+ msgstr "Skrolovanje"
576
+
577
+ #: ../easy-fancybox-settings.php:664 ../easy-fancybox-settings.php:1415
578
+ msgid "Auto"
579
+ msgstr "Automatski"
580
+
581
+ #: ../easy-fancybox-settings.php:665 ../easy-fancybox-settings.php:1416
582
+ msgid "Always"
583
+ msgstr "Uvek"
584
+
585
+ #: ../easy-fancybox-settings.php:666 ../easy-fancybox-settings.php:1417
586
+ msgid "Never"
587
+ msgstr "Nikada"
588
+
589
+ #: ../easy-fancybox-settings.php:669 ../easy-fancybox-settings.php:1420
590
+ msgid "Define scrolling and scrollbar visibility."
591
+ msgstr "Definiši vidljivost skrolovanja i skrol bara."
592
+
593
+ #: ../easy-fancybox-settings.php:748
594
+ msgid ""
595
+ "To make any PDF document file open in an overlay, switch on Autodetect or "
596
+ "use the class \"fancybox-pdf\" for its link."
597
+ msgstr ""
598
+ "Da biste napravili bilo kakav PDF dokument fajl otvorite u preklapanju, "
599
+ "prebacite na Autodetect ili koristite klasu \"fancybox-pdf\" za njegov link."
600
+
601
+ #: ../easy-fancybox-settings.php:873
602
+ msgid ""
603
+ "To make any Flash (.swf) file open in an overlay, switch on Autodetect or "
604
+ "use the class \"fancybox-swf\" for its link."
605
+ msgstr ""
606
+ "Da biste napravili bilo koji Flash (.swf) fajl otvorite u preklapanju, "
607
+ "prebacite na Autodetect ili koristite klasu \"fancybox-swf\" za njegov link."
608
+
609
+ #: ../easy-fancybox-settings.php:967
610
+ msgid ""
611
+ "To make any SVG (.svg) file open in an overlay, switch on Autodetect or use "
612
+ "the class \"fancybox-svg\" for its link."
613
+ msgstr ""
614
+ "Da biste napravili bilo koji SVG (.svg) fajl otvorite u preklapanju, "
615
+ "prebacite na Autodetect ili koristite klasu \"fancybox-svg\" za njegov link."
616
+
617
+ #: ../easy-fancybox-settings.php:1062
618
+ msgid ""
619
+ "To make any YouTube movie open in an overlay, switch on Autodetect or use "
620
+ "the class \"fancybox-youtube\" for its link."
621
+ msgstr ""
622
+ "Da biste napravili bilo koji YouTube film otvorite u preklapanju, prebacite "
623
+ "na Autodetect ili koristite klasu \"fancybox-youtube\" za njegov link."
624
+
625
+ #: ../easy-fancybox-settings.php:1080
626
+ msgid "Autodetect Short links"
627
+ msgstr "Autodetect Short linkovi"
628
+
629
+ #: ../easy-fancybox-settings.php:1170
630
+ msgid ""
631
+ "To make any Vimeo movie open in an overlay, switch on Autodetect or use the "
632
+ "class \"fancybox-vimeo\" for its link."
633
+ msgstr ""
634
+ "Da biste napravili bilo koji Vimeo film otvorite u preklapanju, prebacite na "
635
+ "Autodetect ili koristite klasu \"fancybox-vimeo\" za njegov link."
636
+
637
+ #: ../easy-fancybox-settings.php:1270
638
+ msgid ""
639
+ "To make any Dailymotion movie open in an overlay, switch on Autodetect or "
640
+ "use the class \"fancybox-dailymotion\" for its link."
641
+ msgstr ""
642
+ "Da biste napravili bilo koji Dailymotion film otvorite u preklapanju, "
643
+ "prebacite na Autodetect ili koristite klasu \"fancybox-dailymotion\" za "
644
+ "njegov link."
645
+
646
+ #: ../easy-fancybox-settings.php:1396
647
+ msgid ""
648
+ "To make a website or HTML document open in an overlay, use the class "
649
+ "\"fancybox-iframe\" for its link."
650
+ msgstr ""
651
+ "Da biste napravili vebsajt ili HTML dokument otvorite u preklapanju, "
652
+ "koristite klasu \"fancybox-iframe\" za njegov link."
653
+
654
+ #: ../easy-fancybox-class.php:298
655
+ msgid "Donate to keep the Easy FancyBox plugin development going!"
656
+ msgstr ""
657
+ "Donirajte da biste omogućili nastavak razvoja Easy FancyBox dodatnog "
658
+ "programa ! "
659
+
660
+ #: ../easy-fancybox-class.php:298
661
+ #, php-format
662
+ msgid ""
663
+ "The options in this section are provided by the plugin %s and determine the "
664
+ "<strong>Media Lightbox</strong> overlay appearance and behaviour controlled "
665
+ "by %s."
666
+ msgstr ""
667
+ "Opcije u ovom odeljku su omogućene preko dodatnog programa %s i određuju "
668
+ "pojavu Media Lighbox preklapanja i ponašanje kontrolisano preko %s."
669
+
670
+ #: ../easy-fancybox-class.php:298
671
+ msgid "Easy FancyBox"
672
+ msgstr "Easy FancyBox"
673
+
674
+ #: ../easy-fancybox-class.php:298 ../easy-fancybox-class.php:510
675
+ #: ../easy-fancybox-class.php:554
676
+ msgid "FancyBox"
677
+ msgstr "FancyBox"
678
+
679
+ #: ../easy-fancybox-class.php:298
680
+ msgid ""
681
+ "First enable each sub-section that you need. Then save and come back to "
682
+ "adjust its specific settings."
683
+ msgstr ""
684
+ "Prvo aktivirajte svaku sub sekciju koja vam je potrebna. Zatim sačuvajte i "
685
+ "vratite se da podesite njihova specifična podešavanja."
686
+
687
+ #: ../easy-fancybox-class.php:298
688
+ msgid ""
689
+ "Note: Each additional sub-section and features like <em>Auto-detection</em>, "
690
+ "<em>Elastic transitions</em> and all <em>Easing effects</em> (except Swing) "
691
+ "will have some extra impact on client-side page speed. Enable only those sub-"
692
+ "sections and options that you actually need on your site."
693
+ msgstr ""
694
+ "Napomena: Svaka dodatna sub sekcija i funkcije poput <em>Auto-detection</"
695
+ "em>, <em>Elastic transitions</em> i svi <em>Easing effects</em> (osim Swing) "
696
+ "će imati neki ekstra uticaj na brzinu klijentove strane. Aktivirajte samo "
697
+ "one sub sekcije i opcije koji su vam zaista potrebne na vašem sajtu."
698
+
699
+ #: ../easy-fancybox-class.php:298
700
+ msgid ""
701
+ "Some setting like Transition options are unavailable for SWF video, PDF and "
702
+ "iFrame content to ensure browser compatibility and readability."
703
+ msgstr ""
704
+ "Neka podešavanja, poput opcije Tranzicija, nedostupne su za SWF video, PDF i "
705
+ "iFrame sadržaj kako biste osigurali kompatibilnost i spremnost brauzera."
706
+
707
+ #: ../easy-fancybox-class.php:342
708
+ msgid "Checked"
709
+ msgstr "Provereno"
710
+
711
+ #: ../easy-fancybox-class.php:344
712
+ msgid "Unchecked"
713
+ msgstr "Neprovereno "
714
+
715
+ #: ../easy-fancybox-class.php:391
716
+ msgid "Settings"
717
+ msgstr "Podešavanja"
718
+
719
+ #: ../easy-fancybox-class.php:554
720
+ msgid "Easy FancyBox Settings"
721
+ msgstr "Easy FancyBox podešavanja"
722
+
723
+ #: ../easy-fancybox-class.php:565
724
+ msgid "Sections"
725
+ msgstr "Sekcije"
726
+
727
+ #: ../easy-fancybox-class.php:602
728
+ msgid "Support"
729
+ msgstr "Podrška"
730
+
731
+ #: ../easy-fancybox-class.php:603
732
+ msgid "Resources"
733
+ msgstr "Izvori"
734
+
735
+ #: ../easy-fancybox-class.php:604
736
+ msgid "Discussion"
737
+ msgstr "Diskusije"
738
+
739
+ #: ../easy-fancybox-class.php:605
740
+ msgid "Credits"
741
+ msgstr "Zasluge"
742
+
743
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:46
744
+ msgid ""
745
+ "Thank you for purchasing the Easy FancyBox - Pro extension. New options are "
746
+ "available."
747
+ msgstr ""
748
+ "Hvala što naručujete Easy FancyBox - Pro ekstenziju. Dostupne su i nove "
749
+ "opcije."
750
+
751
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:46
752
+ msgid "Get support here."
753
+ msgstr "Podršku tražite ovde"
754
+
755
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:52
756
+ msgid "First Image link"
757
+ msgstr "Prvi Image link"
758
+
759
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:53
760
+ msgid "First PDF link"
761
+ msgstr "Prvi PDF link"
762
+
763
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:54
764
+ msgid "First SWF link"
765
+ msgstr "Prvi SWF link"
766
+
767
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:55
768
+ msgid "First SVG link"
769
+ msgstr "Prvi SVG link"
770
+
771
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:56
772
+ msgid "First YouTube link "
773
+ msgstr "Prvi YouTube link"
774
+
775
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:57
776
+ msgid "First Vimeo link "
777
+ msgstr "Prvi Vimeo link"
778
+
779
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:58
780
+ msgid "First Dailymotion link "
781
+ msgstr "Prvi Dailymotion link"
782
+
783
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:59
784
+ msgid "First iFrame link"
785
+ msgstr "Prvi iFrame link"
786
+
787
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:60
788
+ msgid "First of any link"
789
+ msgstr "Prvi među svim linkovima"
790
+
791
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:145
792
+ msgid "Links inside Section(s) only (below)"
793
+ msgstr "Linkovi unutar sekcije(a) samo (ispod)"
794
+
795
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:151
796
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:184
797
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:269
798
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:302
799
+ msgid "easeInQuad"
800
+ msgstr "easeInQuad"
801
+
802
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:152
803
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:185
804
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:270
805
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:303
806
+ msgid "easeOutQuad"
807
+ msgstr "easeOutQuad"
808
+
809
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:153
810
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:186
811
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:271
812
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:304
813
+ msgid "easeInOutQuad"
814
+ msgstr "easeInOutQuad"
815
+
816
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:154
817
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:187
818
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:272
819
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:305
820
+ msgid "easeInCubic"
821
+ msgstr "easeInCubic"
822
+
823
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:155
824
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:188
825
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:273
826
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:306
827
+ msgid "easeOutCubic"
828
+ msgstr "easeOutCubic"
829
+
830
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:156
831
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:189
832
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:274
833
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:307
834
+ msgid "easeInOutCubic"
835
+ msgstr "easeInOutCubic"
836
+
837
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:157
838
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:190
839
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:275
840
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:308
841
+ msgid "easeInQuart"
842
+ msgstr "easeInQuart"
843
+
844
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:158
845
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:191
846
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:276
847
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:309
848
+ msgid "easeOutQuart"
849
+ msgstr "easeOutQuart"
850
+
851
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:159
852
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:192
853
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:277
854
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:310
855
+ msgid "easeInOutQuart"
856
+ msgstr "easeInOutQuart"
857
+
858
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:160
859
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:193
860
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:278
861
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:311
862
+ msgid "easeInQuint"
863
+ msgstr "easeInQuint"
864
+
865
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:161
866
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:194
867
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:279
868
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:312
869
+ msgid "easeOutQuint"
870
+ msgstr "easeOutQuint"
871
+
872
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:162
873
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:195
874
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:280
875
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:313
876
+ msgid "easeInOutQuint"
877
+ msgstr "easeInOutQuint"
878
+
879
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:163
880
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:196
881
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:281
882
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:314
883
+ msgid "easeInSine"
884
+ msgstr "easeInSine"
885
+
886
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:164
887
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:197
888
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:282
889
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:315
890
+ msgid "easeOutSine"
891
+ msgstr "easeOutSine"
892
+
893
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:165
894
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:198
895
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:283
896
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:316
897
+ msgid "easeInOutSine"
898
+ msgstr "easeInOutSine"
899
+
900
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:166
901
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:199
902
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:284
903
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:317
904
+ msgid "easeInExpo"
905
+ msgstr "easeInExpo"
906
+
907
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:167
908
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:200
909
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:285
910
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:318
911
+ msgid "easeOutExpo"
912
+ msgstr "easeInExpo"
913
+
914
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:168
915
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:201
916
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:286
917
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:319
918
+ msgid "easeInOutExpo"
919
+ msgstr "easeInOutExpo"
920
+
921
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:169
922
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:202
923
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:287
924
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:320
925
+ msgid "easeInCirc"
926
+ msgstr "easeInCirc"
927
+
928
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:170
929
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:203
930
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:288
931
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:321
932
+ msgid "easeOutCirc"
933
+ msgstr "easeOutCirc"
934
+
935
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:171
936
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:204
937
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:289
938
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:322
939
+ msgid "easeInOutCirc"
940
+ msgstr "easeInOutCirc"
941
+
942
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:172
943
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:205
944
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:290
945
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:323
946
+ msgid "easeInElastic"
947
+ msgstr "easeInElastic"
948
+
949
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:173
950
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:206
951
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:291
952
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:324
953
+ msgid "easeOutElastic"
954
+ msgstr "easeOutElastic"
955
+
956
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:174
957
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:207
958
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:292
959
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:325
960
+ msgid "easeInOutElastic"
961
+ msgstr "easeInOutElastic"
962
+
963
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:175
964
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:208
965
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:293
966
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:326
967
+ msgid "easeInOutBack"
968
+ msgstr "easeInOutBack"
969
+
970
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:176
971
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:209
972
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:294
973
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:327
974
+ msgid "easeInBounce"
975
+ msgstr "easeInBounce"
976
+
977
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:177
978
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:210
979
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:295
980
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:328
981
+ msgid "easeOutBounce"
982
+ msgstr "easeOutBounce"
983
+
984
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:178
985
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:211
986
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:296
987
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:329
988
+ msgid "easeInOutBounce"
989
+ msgstr "easeInOutBounce"
990
+
991
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:238
992
+ msgid "Section(s)"
993
+ msgstr "Sekcija(e)"
994
+
995
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:244
996
+ msgid ""
997
+ "This applies when <em>Apply to</em> is set to <em>Limited to Sections</em> "
998
+ "and/or <em>Auto-gallery</em> is set to <em>Galleries per Section</em>. Adapt "
999
+ "it to conform with your theme."
1000
+ msgstr ""
1001
+ "Ovo se primenjuje kada je <em>Apply to</em>podešeno na <em>Limited to "
1002
+ "Sections</em> i/ili <em>Auto-gallery</em> podeženo na <em>Galleries per "
1003
+ "Section</em>. "
1004
+
1005
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:244
1006
+ msgid ""
1007
+ "Examples: If your theme wraps post content in a div with class post, change "
1008
+ "this value to \"div.post\". If you want to include images in a sidebar with "
1009
+ "ID primary, add \", div#primary\" or \"aside#primary\" for html5 themes. If "
1010
+ "you only want to group images in a WordPress gallery together, use \"div."
1011
+ "gallery\". If you want to include images in a sidebar with ID primary, add "
1012
+ "\", #primary\"."
1013
+ msgstr ""
1014
+ "Primeri: Ako vaša tema obmotava sadržaja posta u div sa klasom posta, "
1015
+ "promenite ovu vrednost u \"div.post\". Ako želite da slike uključite u bočni "
1016
+ "bar sa ID primarno, dodajte \",div#primary\" ili \"aside#primary\" za html5 "
1017
+ "teme. Ako želite samo da grupišete slike u WordPress galeriji, koristite"
1018
+ "\"div.gallery\". Ako želite da uključite slike u bočni bar sa ID primarno, "
1019
+ "dodajte \", #primary\"."
1020
+
1021
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:253
1022
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:254
1023
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:255
1024
+ msgid "Gallery Auto-rotation"
1025
+ msgstr "Auto rotacija galerije"
1026
+
1027
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:257
1028
+ msgid "Auto-rotation uses a fixed 6, 8 or 12 second pause per image."
1029
+ msgstr "Auto rotacija koristi fiksnih 6,8 ili 12 sekundi po slici"
languages/easy-fancybox-tr_TR.mo ADDED
Binary file
languages/easy-fancybox-tr_TR.po ADDED
@@ -0,0 +1,1073 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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.5.0\n"
6
+ "Report-Msgid-Bugs-To: \n"
7
+ "POT-Creation-Date: 2013-06-14 00:53+0100\n"
8
+ "PO-Revision-Date: 2013-07-22 19:35+0200\n"
9
+ "Last-Translator: HakanEr <hakanerwptr@gmail.com>\n"
10
+ "Language-Team: hakaner <hakanerwptr@gmail.com>\n"
11
+ "Language: turkish\n"
12
+ "MIME-Version: 1.0\n"
13
+ "Content-Type: text/plain; charset=UTF-8\n"
14
+ "Content-Transfer-Encoding: 8bit\n"
15
+ "Plural-Forms: nplurals=2; plural=n != 1;\n"
16
+ "X-Generator: Poedit 1.5.7\n"
17
+ "X-Poedit-SourceCharset: UTF-8\n"
18
+
19
+ #: ../easy-fancybox-settings.php:9 ../easy-fancybox-class.php:566
20
+ msgid "Global settings"
21
+ msgstr "Genel ayarlar"
22
+
23
+ #: ../easy-fancybox-settings.php:14
24
+ msgid "Media"
25
+ msgstr "Medya"
26
+
27
+ #: ../easy-fancybox-settings.php:20
28
+ msgid "Enable FancyBox for"
29
+ msgstr "FancyBox'ı şunun için etkinleştir"
30
+
31
+ #: ../easy-fancybox-settings.php:27 ../easy-fancybox-settings.php:370
32
+ #: ../easy-fancybox-class.php:567
33
+ msgid "Images"
34
+ msgstr "Resimler"
35
+
36
+ #: ../easy-fancybox-settings.php:34 ../easy-fancybox-settings.php:633
37
+ #: ../easy-fancybox-class.php:568
38
+ msgid "Inline content"
39
+ msgstr "Satıriçi içerik"
40
+
41
+ #: ../easy-fancybox-settings.php:41 ../easy-fancybox-settings.php:743
42
+ #: ../easy-fancybox-class.php:569
43
+ msgid "PDF"
44
+ msgstr "PDF"
45
+
46
+ #: ../easy-fancybox-settings.php:48 ../easy-fancybox-settings.php:868
47
+ #: ../easy-fancybox-class.php:570
48
+ msgid "SWF"
49
+ msgstr "SWF"
50
+
51
+ #: ../easy-fancybox-settings.php:55 ../easy-fancybox-settings.php:962
52
+ msgid "SVG"
53
+ msgstr "SVG"
54
+
55
+ #: ../easy-fancybox-settings.php:62 ../easy-fancybox-settings.php:1057
56
+ #: ../easy-fancybox-class.php:571
57
+ msgid "YouTube"
58
+ msgstr "YouTube"
59
+
60
+ #: ../easy-fancybox-settings.php:69 ../easy-fancybox-settings.php:1165
61
+ #: ../easy-fancybox-class.php:572
62
+ msgid "Vimeo"
63
+ msgstr "Vimeo"
64
+
65
+ #: ../easy-fancybox-settings.php:76 ../easy-fancybox-settings.php:1265
66
+ #: ../easy-fancybox-class.php:573
67
+ msgid "Dailymotion"
68
+ msgstr "Dailymotion"
69
+
70
+ #: ../easy-fancybox-settings.php:83 ../easy-fancybox-settings.php:1391
71
+ #: ../easy-fancybox-class.php:574
72
+ msgid "iFrames"
73
+ msgstr "iFrame"
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
+ "Gelişmiş seçenekler ve destek için, lütfen Easy FancyBox - Pro eklentisine "
81
+ "geçiniz."
82
+
83
+ #: ../easy-fancybox-settings.php:89
84
+ msgid "Links"
85
+ msgstr "Bağlantılar"
86
+
87
+ #: ../easy-fancybox-settings.php:95
88
+ msgid "Exclude"
89
+ msgstr "Dışla"
90
+
91
+ #: ../easy-fancybox-settings.php:100 ../easy-fancybox-settings.php:114
92
+ #: ../easy-fancybox-settings.php:421 ../easy-fancybox-settings.php:448
93
+ #: ../easy-fancybox-settings.php:677 ../easy-fancybox-settings.php:704
94
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:227
95
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:252
96
+ msgid "None"
97
+ msgstr "Hiçbiri"
98
+
99
+ #: ../easy-fancybox-settings.php:101
100
+ msgid "Empty (hidden) links"
101
+ msgstr "Boş (gizli) bağlantılar"
102
+
103
+ #: ../easy-fancybox-settings.php:102
104
+ msgid "Without thumbnail image"
105
+ msgstr "Küçük resim olmadan"
106
+
107
+ #: ../easy-fancybox-settings.php:109
108
+ msgid "Open on page load"
109
+ msgstr "Sayfa yüklendiğinde aç"
110
+
111
+ #: ../easy-fancybox-settings.php:115
112
+ msgid "Link with ID \"fancybox-auto\""
113
+ msgstr "ID ile bağlantı \"fancybox-otomatik\""
114
+
115
+ #: ../easy-fancybox-settings.php:118 ../easy-fancybox-settings.php:409
116
+ #: ../easy-fancybox-settings.php:440 ../easy-fancybox-settings.php:467
117
+ #: ../easy-fancybox-settings.php:542 ../easy-fancybox-settings.php:696
118
+ #: ../easy-fancybox-settings.php:723
119
+ msgid "More options &raquo;"
120
+ msgstr "Daha fazla seçenek &raquo;"
121
+
122
+ #: ../easy-fancybox-settings.php:125
123
+ msgid ""
124
+ "Include the Metadata jQuery extension script to allow passing custom "
125
+ "parameters via link class."
126
+ msgstr ""
127
+ "Bağlantı sınıfı ile özel parametrelerin geçişine izin vermek için Metadata "
128
+ "jQuery uzantısı komut dosyasını ekle."
129
+
130
+ #: ../easy-fancybox-settings.php:130 ../easy-fancybox-settings.php:503
131
+ msgid "Overlay"
132
+ msgstr "Kaplama"
133
+
134
+ #: ../easy-fancybox-settings.php:139
135
+ msgid "Show the overlay around content opened in FancyBox."
136
+ msgstr "FancyBox ile açılan içerik etrafında kaplama göster."
137
+
138
+ #: ../easy-fancybox-settings.php:146
139
+ msgid "Close FancyBox when overlay is clicked."
140
+ msgstr "Kaplama tıklandığında FancyBox'ı kapat."
141
+
142
+ #: ../easy-fancybox-settings.php:150 ../easy-fancybox-settings.php:228
143
+ msgid "Opacity"
144
+ msgstr "Saydamlık"
145
+
146
+ #: ../easy-fancybox-settings.php:158
147
+ msgid "Value between 0 and 1. "
148
+ msgstr "0 ila 1 arasında bir değer."
149
+
150
+ #: ../easy-fancybox-settings.php:158 ../easy-fancybox-settings.php:167
151
+ #: ../easy-fancybox-settings.php:286 ../easy-fancybox-settings.php:337
152
+ #: ../easy-fancybox-settings.php:595
153
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:103
154
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:108
155
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:147
156
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:244
157
+ msgid "Default:"
158
+ msgstr "Varsayılan:"
159
+
160
+ #: ../easy-fancybox-settings.php:162
161
+ msgid "Color"
162
+ msgstr "Renk"
163
+
164
+ #: ../easy-fancybox-settings.php:167
165
+ msgid "Enter an HTML color value."
166
+ msgstr "Bir HTML renk değeri girin."
167
+
168
+ #: ../easy-fancybox-settings.php:175
169
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:71
170
+ msgid "Spotlight effect"
171
+ msgstr "Spot ışığı efekti"
172
+
173
+ #: ../easy-fancybox-settings.php:175 ../easy-fancybox-settings.php:236
174
+ #: ../easy-fancybox-settings.php:249 ../easy-fancybox-settings.php:524
175
+ #: ../easy-fancybox-settings.php:613
176
+ msgid "Make available &raquo;"
177
+ msgstr "Kullanılabilir yap &raquo;"
178
+
179
+ #: ../easy-fancybox-settings.php:180
180
+ msgid "Window"
181
+ msgstr "Pencere"
182
+
183
+ #: ../easy-fancybox-settings.php:186 ../easy-fancybox-settings.php:485
184
+ msgid "Appearance"
185
+ msgstr "Görünüm"
186
+
187
+ #: ../easy-fancybox-settings.php:193
188
+ msgid "Show the (X) close button"
189
+ msgstr "(X) kapatma butonu göster"
190
+
191
+ #: ../easy-fancybox-settings.php:198
192
+ msgid "Background color"
193
+ msgstr "Arkaplan rengi"
194
+
195
+ #: ../easy-fancybox-settings.php:208
196
+ msgid "Border color"
197
+ msgstr "Kenarlık rengi"
198
+
199
+ #: ../easy-fancybox-settings.php:218
200
+ msgid "Text color"
201
+ msgstr "Yazı rengi"
202
+
203
+ #: ../easy-fancybox-settings.php:241
204
+ msgid "Border radius"
205
+ msgstr "Kenarlık yarıçapı"
206
+
207
+ #: ../easy-fancybox-settings.php:249
208
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:114
209
+ msgid "Set a border radius to create rounded corners. Higher is rounder."
210
+ msgstr ""
211
+ "Yuvarlak köşeler oluşturmak için bir kenarlık yarıçapı ayarlayın. Daha "
212
+ "yüksek, daha yuvarlaktır."
213
+
214
+ #: ../easy-fancybox-settings.php:254
215
+ msgid "Dimensions"
216
+ msgstr "Boyutlar"
217
+
218
+ #: ../easy-fancybox-settings.php:258 ../easy-fancybox-settings.php:771
219
+ #: ../easy-fancybox-settings.php:896 ../easy-fancybox-settings.php:990
220
+ #: ../easy-fancybox-settings.php:1095 ../easy-fancybox-settings.php:1194
221
+ #: ../easy-fancybox-settings.php:1294 ../easy-fancybox-settings.php:1424
222
+ msgid "Width"
223
+ msgstr "Genişlik"
224
+
225
+ #: ../easy-fancybox-settings.php:268 ../easy-fancybox-settings.php:781
226
+ #: ../easy-fancybox-settings.php:907 ../easy-fancybox-settings.php:1001
227
+ #: ../easy-fancybox-settings.php:1108 ../easy-fancybox-settings.php:1207
228
+ #: ../easy-fancybox-settings.php:1307 ../easy-fancybox-settings.php:1434
229
+ msgid "Height"
230
+ msgstr "Yükseklik"
231
+
232
+ #: ../easy-fancybox-settings.php:277 ../easy-fancybox-settings.php:790
233
+ #: ../easy-fancybox-settings.php:917 ../easy-fancybox-settings.php:1011
234
+ #: ../easy-fancybox-settings.php:1120 ../easy-fancybox-settings.php:1219
235
+ #: ../easy-fancybox-settings.php:1319 ../easy-fancybox-settings.php:1443
236
+ msgid "Border"
237
+ msgstr "Kenarlık"
238
+
239
+ #: ../easy-fancybox-settings.php:286
240
+ msgid ""
241
+ "If content size is not set or cannot be determined automatically, these "
242
+ "default dimensions will be used."
243
+ msgstr ""
244
+ "Eğer içerik boyutu ayarlanmamışsa veya otomatik olarak tespit edilemiyorsa, "
245
+ "bu varsayılan boyutlar kullanılacaktır."
246
+
247
+ #: ../easy-fancybox-settings.php:291 ../easy-fancybox-settings.php:413
248
+ msgid "Behavior"
249
+ msgstr "Hareket tarzı"
250
+
251
+ #: ../easy-fancybox-settings.php:298
252
+ msgid "Center while scrolling"
253
+ msgstr "Kaydırma sırasında ortala"
254
+
255
+ #: ../easy-fancybox-settings.php:305
256
+ msgid "Esc key stroke closes FancyBox"
257
+ msgstr "Esc tuşu FancyBox'ı kapatır"
258
+
259
+ #: ../easy-fancybox-settings.php:312
260
+ msgid "Scale large content down to fit in the browser viewport."
261
+ msgstr "Tarayıcı ekranına sığdırmak için büyük içeriği ölçeklendir."
262
+
263
+ #: ../easy-fancybox-settings.php:316
264
+ msgid "Opening speed"
265
+ msgstr "Açılış hızı"
266
+
267
+ #: ../easy-fancybox-settings.php:328
268
+ msgid "Closing speed"
269
+ msgstr "Kapanış hızı"
270
+
271
+ #: ../easy-fancybox-settings.php:337 ../easy-fancybox-settings.php:595
272
+ msgid "Duration in milliseconds. Higher is slower."
273
+ msgstr "Milisaniye cinsinden süre. Yükseldikçe yavaşlar."
274
+
275
+ #: ../easy-fancybox-settings.php:375
276
+ msgid ""
277
+ "To make images open in an overlay, add their extension to the Autodetect "
278
+ "field or use the class \"fancybox\" for its link. Clear field to switch off "
279
+ "all autodetection."
280
+ msgstr ""
281
+ "Görüntüleri bir kaplama içinde açmak için Otomatik Algıla alanına onların "
282
+ "uzantısını ekleyin veya bağlantısı için \"fancybox\" sınıfını kullanın. Tüm "
283
+ "Otomatik Algılamaları kapatmak için alanı temizleyin."
284
+
285
+ #: ../easy-fancybox-settings.php:390 ../easy-fancybox-settings.php:756
286
+ #: ../easy-fancybox-settings.php:881 ../easy-fancybox-settings.php:975
287
+ #: ../easy-fancybox-settings.php:1071 ../easy-fancybox-settings.php:1179
288
+ #: ../easy-fancybox-settings.php:1279
289
+ msgid "Autodetect"
290
+ msgstr "Otomatik Algıla"
291
+
292
+ #: ../easy-fancybox-settings.php:397
293
+ msgid "Example:"
294
+ msgstr "Örnek:"
295
+
296
+ #: ../easy-fancybox-settings.php:401
297
+ msgid "Apply to"
298
+ msgstr "Uygula"
299
+
300
+ #: ../easy-fancybox-settings.php:406
301
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:147
302
+ msgid "All image links"
303
+ msgstr "Tüm Resim Bağlantıları"
304
+
305
+ #: ../easy-fancybox-settings.php:417 ../easy-fancybox-settings.php:673
306
+ msgid "Transition In"
307
+ msgstr "İçe Geçiş"
308
+
309
+ #: ../easy-fancybox-settings.php:422 ../easy-fancybox-settings.php:449
310
+ #: ../easy-fancybox-settings.php:678 ../easy-fancybox-settings.php:705
311
+ msgid "Fade"
312
+ msgstr "Solma"
313
+
314
+ #: ../easy-fancybox-settings.php:423 ../easy-fancybox-settings.php:450
315
+ #: ../easy-fancybox-settings.php:679 ../easy-fancybox-settings.php:706
316
+ msgid "Elastic"
317
+ msgstr "Esnek"
318
+
319
+ #: ../easy-fancybox-settings.php:430 ../easy-fancybox-settings.php:686
320
+ msgid "Easing In"
321
+ msgstr "Azaltma Giriş"
322
+
323
+ #: ../easy-fancybox-settings.php:434 ../easy-fancybox-settings.php:461
324
+ #: ../easy-fancybox-settings.php:690 ../easy-fancybox-settings.php:717
325
+ msgid "Linear"
326
+ msgstr "Doğrusal"
327
+
328
+ #: ../easy-fancybox-settings.php:435 ../easy-fancybox-settings.php:462
329
+ #: ../easy-fancybox-settings.php:691 ../easy-fancybox-settings.php:718
330
+ msgid "Swing"
331
+ msgstr "Salınım"
332
+
333
+ #: ../easy-fancybox-settings.php:436 ../easy-fancybox-settings.php:463
334
+ #: ../easy-fancybox-settings.php:692 ../easy-fancybox-settings.php:719
335
+ msgid "easeInBack"
336
+ msgstr "azaltGeriİçe"
337
+
338
+ #: ../easy-fancybox-settings.php:437 ../easy-fancybox-settings.php:464
339
+ #: ../easy-fancybox-settings.php:693 ../easy-fancybox-settings.php:720
340
+ msgid "easeOutBack"
341
+ msgstr "azaltGeriDışa"
342
+
343
+ #: ../easy-fancybox-settings.php:444 ../easy-fancybox-settings.php:700
344
+ msgid "Transition Out"
345
+ msgstr "Dışa Geçiş"
346
+
347
+ #: ../easy-fancybox-settings.php:457 ../easy-fancybox-settings.php:713
348
+ msgid "Easing Out"
349
+ msgstr "Azaltma Çıkış"
350
+
351
+ #: ../easy-fancybox-settings.php:467 ../easy-fancybox-settings.php:542
352
+ #: ../easy-fancybox-settings.php:723
353
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:213
354
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:219
355
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:230
356
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:257
357
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:331
358
+ msgid "Note:"
359
+ msgstr "Not:"
360
+
361
+ #: ../easy-fancybox-settings.php:467 ../easy-fancybox-settings.php:723
362
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:213
363
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:331
364
+ msgid "Easing effects only apply when Transition is set to Elastic. "
365
+ msgstr "Azaltma efektleri sadece Geçiş esnek olarak ayarlandığında geçerlidir."
366
+
367
+ #: ../easy-fancybox-settings.php:474 ../easy-fancybox-settings.php:730
368
+ msgid ""
369
+ "Transparency fade during elastic transition. CAUTION: Use only when at least "
370
+ "Transition In is set to Elastic!"
371
+ msgstr ""
372
+ "Elastik geçiş sırasında saydam soldurma. DİKKAT: Geçiş Elastik olarak "
373
+ "ayarlandığında kullanın!"
374
+
375
+ #: ../easy-fancybox-settings.php:481 ../easy-fancybox-settings.php:737
376
+ msgid "Close FancyBox when content is clicked"
377
+ msgstr "İçerik tıklandığında FancyBox'ı kapat"
378
+
379
+ #: ../easy-fancybox-settings.php:492 ../easy-fancybox-settings.php:810
380
+ #: ../easy-fancybox-settings.php:933 ../easy-fancybox-settings.php:1027
381
+ #: ../easy-fancybox-settings.php:1136 ../easy-fancybox-settings.php:1235
382
+ #: ../easy-fancybox-settings.php:1335 ../easy-fancybox-settings.php:1459
383
+ msgid "Show title"
384
+ msgstr "Başlığı göster"
385
+
386
+ #: ../easy-fancybox-settings.php:496 ../easy-fancybox-settings.php:814
387
+ #: ../easy-fancybox-settings.php:937 ../easy-fancybox-settings.php:1031
388
+ #: ../easy-fancybox-settings.php:1140 ../easy-fancybox-settings.php:1239
389
+ #: ../easy-fancybox-settings.php:1339 ../easy-fancybox-settings.php:1463
390
+ msgid "Title Position"
391
+ msgstr "Başlık Pozisyonu"
392
+
393
+ #: ../easy-fancybox-settings.php:500 ../easy-fancybox-settings.php:818
394
+ #: ../easy-fancybox-settings.php:941 ../easy-fancybox-settings.php:1035
395
+ #: ../easy-fancybox-settings.php:1144 ../easy-fancybox-settings.php:1243
396
+ #: ../easy-fancybox-settings.php:1343 ../easy-fancybox-settings.php:1467
397
+ msgid "Float"
398
+ msgstr "Kayan"
399
+
400
+ #: ../easy-fancybox-settings.php:501 ../easy-fancybox-settings.php:819
401
+ #: ../easy-fancybox-settings.php:942 ../easy-fancybox-settings.php:1036
402
+ #: ../easy-fancybox-settings.php:1145 ../easy-fancybox-settings.php:1244
403
+ #: ../easy-fancybox-settings.php:1344 ../easy-fancybox-settings.php:1468
404
+ msgid "Outside"
405
+ msgstr "Dış taraf"
406
+
407
+ #: ../easy-fancybox-settings.php:502 ../easy-fancybox-settings.php:820
408
+ #: ../easy-fancybox-settings.php:943 ../easy-fancybox-settings.php:1037
409
+ #: ../easy-fancybox-settings.php:1146 ../easy-fancybox-settings.php:1245
410
+ #: ../easy-fancybox-settings.php:1345 ../easy-fancybox-settings.php:1469
411
+ msgid "Inside"
412
+ msgstr "İç taraf"
413
+
414
+ #: ../easy-fancybox-settings.php:513 ../easy-fancybox-settings.php:829
415
+ #: ../easy-fancybox-settings.php:952 ../easy-fancybox-settings.php:1047
416
+ #: ../easy-fancybox-settings.php:1155 ../easy-fancybox-settings.php:1254
417
+ #: ../easy-fancybox-settings.php:1354 ../easy-fancybox-settings.php:1478
418
+ msgid "Allow title from thumbnail alt tag"
419
+ msgstr "Küçük resim alt etiketinden başlığa izin ver"
420
+
421
+ #: ../easy-fancybox-settings.php:517 ../easy-fancybox-settings.php:606
422
+ msgid "Advanced"
423
+ msgstr "Gelişmiş"
424
+
425
+ #: ../easy-fancybox-settings.php:521
426
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:228
427
+ msgid "Hide/show title on mouse hover action"
428
+ msgstr "Fare üzerindeyken başlığı gizle/göster"
429
+
430
+ #: ../easy-fancybox-settings.php:528
431
+ msgid "Gallery"
432
+ msgstr "Galeri"
433
+
434
+ #: ../easy-fancybox-settings.php:532
435
+ msgid "Autogallery"
436
+ msgstr "Otomatik Galeri"
437
+
438
+ #: ../easy-fancybox-settings.php:537
439
+ msgid "Disabled"
440
+ msgstr "Devre dışı"
441
+
442
+ #: ../easy-fancybox-settings.php:538
443
+ msgid "WordPress galleries only"
444
+ msgstr "Sadece WordPress galerileri"
445
+
446
+ #: ../easy-fancybox-settings.php:539
447
+ msgid "All in one gallery"
448
+ msgstr "Hepsi bir arada galeri"
449
+
450
+ #: ../easy-fancybox-settings.php:542
451
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:219
452
+ msgid ""
453
+ "When disabled, you can use the rel attribute to manually group image links "
454
+ "together."
455
+ msgstr ""
456
+ "Devre dışı bırakıldığında, resim bağlantılarını birlikte gruplamak için el "
457
+ "ile rel özniteliği kullanabilirsiniz."
458
+
459
+ #: ../easy-fancybox-settings.php:542
460
+ msgid ""
461
+ "Leave the mousewheel option (below) unchecked when you do not use FancyBox "
462
+ "for galleries on your site."
463
+ msgstr ""
464
+ "Sitenizde galeriler için FancyBox kullanmadığınız zaman fare tekerleği "
465
+ "seçeneğini (altta) işaretlemeyin."
466
+
467
+ #: ../easy-fancybox-settings.php:549
468
+ msgid "Show the gallery navigation arrows"
469
+ msgstr "Galeri navigasyon oklarını göster"
470
+
471
+ #: ../easy-fancybox-settings.php:556
472
+ msgid "Arrow key strokes browse the gallery"
473
+ msgstr "Klavye ok tuşlarına basarak galeride gez"
474
+
475
+ #: ../easy-fancybox-settings.php:563
476
+ msgid ""
477
+ "Include the Mousewheel jQuery extension script to allow gallery browsing by "
478
+ "mousewheel action."
479
+ msgstr ""
480
+ "Fare tekerleği hareketi ile galeride gezmeye izin vermek için Fare tekerleği "
481
+ "jQuery uzantısı komut dosyasını ekle."
482
+
483
+ #: ../easy-fancybox-settings.php:570
484
+ msgid "Make galleries cyclic, allowing you to keep pressing next/back."
485
+ msgstr ""
486
+ "İleri/geri tuşlarına basılı tutmaya izin vermek için galerileri döngüsel yap."
487
+
488
+ #: ../easy-fancybox-settings.php:574
489
+ msgid "Change speed"
490
+ msgstr "Değiştirme hızı"
491
+
492
+ #: ../easy-fancybox-settings.php:586
493
+ msgid "Fade speed"
494
+ msgstr "Solma hızı"
495
+
496
+ #: ../easy-fancybox-settings.php:602
497
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:217
498
+ msgid "Galleries per Section (below)"
499
+ msgstr "Bölüm başına Galeriler (altta)"
500
+
501
+ #: ../easy-fancybox-settings.php:602
502
+ msgid ""
503
+ "This applies when <em>Apply to</em> is set to <em>Limited to Sections</em> "
504
+ "and/or <em>Autogallery</em> is set to <em>Galleries per Section</em>. Adapt "
505
+ "it to conform with your theme."
506
+ msgstr ""
507
+ "Bu, <em>Uygula</em> seçeneği <em>Bölümlerle Sınırlı</em> ve/veya "
508
+ "<em>Otomatik Galeri</em> seçeneği <em>Bölüm başına Galeriler</em> olarak "
509
+ "ayarlandığı zaman geçerlidir. Temanıza uyması için onu uyarlayın."
510
+
511
+ #: ../easy-fancybox-settings.php:602
512
+ msgid ""
513
+ "Examples: If your theme wraps post content in a div with class post, change "
514
+ "this value to \"div.post\". If you only want to group images in a WordPress "
515
+ "gallery together, use \"div.gallery\". If you want to include images in a "
516
+ "sidebar with ID primary, add \", #primary\"."
517
+ msgstr ""
518
+ "Örnekler: Eğer temanız yazı içeriğini bir div yazı sınıfı ile sarıyorsa, bu "
519
+ "değeri \"div.post\" olarak değiştirin. Eğer yalnızca bir WordPress "
520
+ "galerisinde resimleri gruplamak istiyorsanız, \"div.gallery\" kullanın. Eğer "
521
+ "kenar çubuğunuza ana ID ile resimler eklemek istiyorsanız, \", #primary\" "
522
+ "ekleyin."
523
+
524
+ #: ../easy-fancybox-settings.php:602
525
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:230
526
+ msgid ""
527
+ "Hide/show title on mouse hover action works best with Overlay title position."
528
+ msgstr ""
529
+ "Fare üzerindeyken, başlığı gizle/göster eylemi Kaplama başlık konumu ile "
530
+ "daha iyi çalışır."
531
+
532
+ #: ../easy-fancybox-settings.php:602
533
+ msgid "The slideshow uses a fixed 6, 8 or 12 second pause per image."
534
+ msgstr ""
535
+ "Slayt gösterisi, resim başına sabit 6, 8 ya da 12 saniyelik bir duraklama "
536
+ "kullanır."
537
+
538
+ #: ../easy-fancybox-settings.php:602
539
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:253
540
+ msgid "(6 seconds)"
541
+ msgstr "(6 saniye)"
542
+
543
+ #: ../easy-fancybox-settings.php:602
544
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:254
545
+ msgid "(8 seconds)"
546
+ msgstr "(8 saniye)"
547
+
548
+ #: ../easy-fancybox-settings.php:602
549
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:255
550
+ msgid "(12 seconds)"
551
+ msgstr "(12 saniye)"
552
+
553
+ #: ../easy-fancybox-settings.php:610
554
+ msgid "Slideshow"
555
+ msgstr "Slayt gösterisi"
556
+
557
+ #: ../easy-fancybox-settings.php:638
558
+ msgid ""
559
+ "To make inline content open in an overlay, wrap that content in a div with a "
560
+ "unique ID, create a link with target \"#uniqueID\" and give it a class "
561
+ "\"fancybox-inline\" attribute."
562
+ msgstr ""
563
+ "Satıriçi içeriği bir kaplama içinde açılır hale getirmek için, benzersiz bir "
564
+ "ID kimliği ile bu içeriği bir div içinde paketleyin, \"#uniqueID\" hedefi "
565
+ "ile bir bağlantı oluşturun ve ona bir \"fancybox-inline\" sınıf niteliği "
566
+ "atayın."
567
+
568
+ #: ../easy-fancybox-settings.php:656
569
+ msgid ""
570
+ "Try to adjust size to inline/html content. If unchecked or size cannot be "
571
+ "determined, the default dimensions will be used."
572
+ msgstr ""
573
+ "Satıriçi/html içeriğe boyutu ayarlamayı deneyin. Eğer işaretlenmeişse veya "
574
+ "boyut tespit edilememişse, varsayılan boyutlar kullanılacaktır."
575
+
576
+ #: ../easy-fancybox-settings.php:660 ../easy-fancybox-settings.php:1411
577
+ msgid "Scrolling"
578
+ msgstr "Kaydırma"
579
+
580
+ #: ../easy-fancybox-settings.php:664 ../easy-fancybox-settings.php:1415
581
+ msgid "Auto"
582
+ msgstr "Otomatik"
583
+
584
+ #: ../easy-fancybox-settings.php:665 ../easy-fancybox-settings.php:1416
585
+ msgid "Always"
586
+ msgstr "Daima"
587
+
588
+ #: ../easy-fancybox-settings.php:666 ../easy-fancybox-settings.php:1417
589
+ msgid "Never"
590
+ msgstr "Asla"
591
+
592
+ #: ../easy-fancybox-settings.php:669 ../easy-fancybox-settings.php:1420
593
+ msgid "Define scrolling and scrollbar visibility."
594
+ msgstr "Kaydırma ve kaydırma çubuğu görünürlüğünü tanımlayın."
595
+
596
+ #: ../easy-fancybox-settings.php:748
597
+ msgid ""
598
+ "To make any PDF document file open in an overlay, switch on Autodetect or "
599
+ "use the class \"fancybox-pdf\" for its link."
600
+ msgstr ""
601
+ "Herhangi bir PDF belgesini bir kaplama içinde açmak için, Otomatik Algıla'yı "
602
+ "açın veya bağlantısı için \"fancybox-pdf\" sınıfını kullanın."
603
+
604
+ #: ../easy-fancybox-settings.php:873
605
+ msgid ""
606
+ "To make any Flash (.swf) file open in an overlay, switch on Autodetect or "
607
+ "use the class \"fancybox-swf\" for its link."
608
+ msgstr ""
609
+ "Herhangi bir Flash (.swf) dosyasını bir kaplama içinde açmak için, Otomatik "
610
+ "Algıla'yı açın veya bağlantısı için \"fancybox-swf\" sınıfını kullanın."
611
+
612
+ #: ../easy-fancybox-settings.php:967
613
+ msgid ""
614
+ "To make any SVG (.svg) file open in an overlay, switch on Autodetect or use "
615
+ "the class \"fancybox-svg\" for its link."
616
+ msgstr ""
617
+ "Herhangi bir SVG (.svg) dosyasını bir kaplama içinde açmak için, Otomatik "
618
+ "Algıla'yı açın veya bağlantısı için \"fancybox-svg\" sınıfını kullanın."
619
+
620
+ #: ../easy-fancybox-settings.php:1062
621
+ msgid ""
622
+ "To make any YouTube movie open in an overlay, switch on Autodetect or use "
623
+ "the class \"fancybox-youtube\" for its link."
624
+ msgstr ""
625
+ "Herhangi bir YouTube filmini bir kaplama içinde açmak için, Otomatik "
626
+ "Algıla'yı açın veya bağlantısı için \"fancybox-youtube\" sınıfını kullanın."
627
+
628
+ #: ../easy-fancybox-settings.php:1080
629
+ msgid "Autodetect Short links"
630
+ msgstr "Kısa bağlantıları Otomatik Algıla"
631
+
632
+ #: ../easy-fancybox-settings.php:1170
633
+ msgid ""
634
+ "To make any Vimeo movie open in an overlay, switch on Autodetect or use the "
635
+ "class \"fancybox-vimeo\" for its link."
636
+ msgstr ""
637
+ "Herhangi bir Vimeo filmini bir kaplama içinde açmak için, Otomatik Algıla'yı "
638
+ "açın veya bağlantısı için \"fancybox-vimeo\" sınıfını kullanın."
639
+
640
+ #: ../easy-fancybox-settings.php:1270
641
+ msgid ""
642
+ "To make any Dailymotion movie open in an overlay, switch on Autodetect or "
643
+ "use the class \"fancybox-dailymotion\" for its link."
644
+ msgstr ""
645
+ "Herhangi bir Dailymotion filmini bir kaplama içinde açmak için, Otomatik "
646
+ "Algılayı açın veya bağlantısı için \"fancybox-dailymotion\" sınıfını "
647
+ "kullanın."
648
+
649
+ #: ../easy-fancybox-settings.php:1396
650
+ msgid ""
651
+ "To make a website or HTML document open in an overlay, use the class "
652
+ "\"fancybox-iframe\" for its link."
653
+ msgstr ""
654
+ "Herhangi bir web site veya HTML belgesini bir kaplama içinde açmak için "
655
+ "bağlantısında \"fancybox-iframe\" sınıfını kullanın."
656
+
657
+ #: ../easy-fancybox-class.php:298
658
+ msgid "Donate to keep the Easy FancyBox plugin development going!"
659
+ msgstr ""
660
+ "Easy FancyBox eklentisinin geliştirilmesini devam ettirmek için bağış yapın!"
661
+
662
+ #: ../easy-fancybox-class.php:298
663
+ #, php-format
664
+ msgid ""
665
+ "The options in this section are provided by the plugin %s and determine the "
666
+ "<strong>Media Lightbox</strong> overlay appearance and behaviour controlled "
667
+ "by %s."
668
+ msgstr ""
669
+ "Bu bölümde yer alan seçenekler %s eklentisi tarafından sağlanmaktadır ve "
670
+ "kaplama görünümünü <strong>Media Lightbox</strong> belirler, %s tarafından "
671
+ "da işleyişi kontrol edilmektedir."
672
+
673
+ #: ../easy-fancybox-class.php:298
674
+ msgid "Easy FancyBox"
675
+ msgstr "Easy FancyBox"
676
+
677
+ #: ../easy-fancybox-class.php:298 ../easy-fancybox-class.php:510
678
+ #: ../easy-fancybox-class.php:554
679
+ msgid "FancyBox"
680
+ msgstr "FancyBox"
681
+
682
+ #: ../easy-fancybox-class.php:298
683
+ msgid ""
684
+ "First enable each sub-section that you need. Then save and come back to "
685
+ "adjust its specific settings."
686
+ msgstr ""
687
+ "Öncelikle, ihtiyaç duyduğunuz her alt bölümü etkinleştirin. Sonra, kaydedin "
688
+ "ve belirli ayarlarını yapmak için geri gelin."
689
+
690
+ #: ../easy-fancybox-class.php:298
691
+ msgid ""
692
+ "Note: Each additional sub-section and features like <em>Auto-detection</em>, "
693
+ "<em>Elastic transitions</em> and all <em>Easing effects</em> (except Swing) "
694
+ "will have some extra impact on client-side page speed. Enable only those sub-"
695
+ "sections and options that you actually need on your site."
696
+ msgstr ""
697
+ "Not: <em>Otomatik Algıla</em>, <em>Esnek geçişler</em> ve <em>Azaltma "
698
+ "efektleri</em> (Salınım hariç) gibi ilave her alt bölüm ve özellik, istemci "
699
+ "taraflı sayfa hızına fazladan etki edecektir. Bu alt bölümler ve "
700
+ "seçenekleri, sitenizde gerçekten ihtiyaç duyuyorsanız etkinleştirin."
701
+
702
+ #: ../easy-fancybox-class.php:298
703
+ msgid ""
704
+ "Some setting like Transition options are unavailable for SWF video, PDF and "
705
+ "iFrame content to ensure browser compatibility and readability."
706
+ msgstr ""
707
+ "Geçiş seçenekleri gibi bazı ayarlar, tarayıcı uyumluluğu ve okunabilirlik "
708
+ "sağlamak için SWF video, PDF ve iFrame içeriklerinde kullanılamaz."
709
+
710
+ #: ../easy-fancybox-class.php:342
711
+ msgid "Checked"
712
+ msgstr "İşaretli"
713
+
714
+ #: ../easy-fancybox-class.php:344
715
+ msgid "Unchecked"
716
+ msgstr "İşaretsiz"
717
+
718
+ #: ../easy-fancybox-class.php:391
719
+ msgid "Settings"
720
+ msgstr "Ayarlar"
721
+
722
+ #: ../easy-fancybox-class.php:554
723
+ msgid "Easy FancyBox Settings"
724
+ msgstr "Easy FancyBox Ayarları"
725
+
726
+ #: ../easy-fancybox-class.php:565
727
+ msgid "Sections"
728
+ msgstr "Bölümler"
729
+
730
+ #: ../easy-fancybox-class.php:602
731
+ msgid "Support"
732
+ msgstr "Destek"
733
+
734
+ #: ../easy-fancybox-class.php:603
735
+ msgid "Resources"
736
+ msgstr "Kaynaklar"
737
+
738
+ #: ../easy-fancybox-class.php:604
739
+ msgid "Discussion"
740
+ msgstr "Tartışma"
741
+
742
+ #: ../easy-fancybox-class.php:605
743
+ msgid "Credits"
744
+ msgstr "Teşekkürler"
745
+
746
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:46
747
+ msgid ""
748
+ "Thank you for purchasing the Easy FancyBox - Pro extension. New options are "
749
+ "available."
750
+ msgstr ""
751
+ "Easy FancyBox - Pro eklentisini satın aldığınız için teşekkür ederiz. Yeni "
752
+ "seçenekler kullanılabilir."
753
+
754
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:46
755
+ msgid "Get support here."
756
+ msgstr "Buradan destek alın."
757
+
758
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:52
759
+ msgid "First Image link"
760
+ msgstr "Önce Resim bağlantısı"
761
+
762
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:53
763
+ msgid "First PDF link"
764
+ msgstr "İlk PDF bağlantısı"
765
+
766
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:54
767
+ msgid "First SWF link"
768
+ msgstr "İlk SWF bağlantısı"
769
+
770
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:55
771
+ msgid "First SVG link"
772
+ msgstr "İlk SVG bağlantısı"
773
+
774
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:56
775
+ msgid "First YouTube link "
776
+ msgstr "İlk YouTube bağlantısı"
777
+
778
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:57
779
+ msgid "First Vimeo link "
780
+ msgstr "İlk Vimeo bağlantısı"
781
+
782
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:58
783
+ msgid "First Dailymotion link "
784
+ msgstr "İlk Dailymotion bağlantısı"
785
+
786
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:59
787
+ msgid "First iFrame link"
788
+ msgstr "İlk iFrame bağlantısı"
789
+
790
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:60
791
+ msgid "First of any link"
792
+ msgstr "İlk herhangi bir bağlantı"
793
+
794
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:145
795
+ msgid "Links inside Section(s) only (below)"
796
+ msgstr "Sadece Bölüm içindeki bağlantı(lar) (altta)"
797
+
798
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:151
799
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:184
800
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:269
801
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:302
802
+ msgid "easeInQuad"
803
+ msgstr "azaltDörtlüİçe"
804
+
805
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:152
806
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:185
807
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:270
808
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:303
809
+ msgid "easeOutQuad"
810
+ msgstr "azaltDörtlüDışa"
811
+
812
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:153
813
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:186
814
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:271
815
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:304
816
+ msgid "easeInOutQuad"
817
+ msgstr "azaltDörtlüİçeDışa"
818
+
819
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:154
820
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:187
821
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:272
822
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:305
823
+ msgid "easeInCubic"
824
+ msgstr "azaltKüpİçe"
825
+
826
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:155
827
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:188
828
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:273
829
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:306
830
+ msgid "easeOutCubic"
831
+ msgstr "azaltKüpDışa"
832
+
833
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:156
834
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:189
835
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:274
836
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:307
837
+ msgid "easeInOutCubic"
838
+ msgstr "azaltKüpİçeDışa"
839
+
840
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:157
841
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:190
842
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:275
843
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:308
844
+ msgid "easeInQuart"
845
+ msgstr "azaltÇeyrekİçe"
846
+
847
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:158
848
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:191
849
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:276
850
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:309
851
+ msgid "easeOutQuart"
852
+ msgstr "azaltÇeyrekDışa"
853
+
854
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:159
855
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:192
856
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:277
857
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:310
858
+ msgid "easeInOutQuart"
859
+ msgstr "azaltÇeyrekİçeDışa"
860
+
861
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:160
862
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:193
863
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:278
864
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:311
865
+ msgid "easeInQuint"
866
+ msgstr "azaltBeşliİçe"
867
+
868
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:161
869
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:194
870
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:279
871
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:312
872
+ msgid "easeOutQuint"
873
+ msgstr "azaltBeşliDışa"
874
+
875
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:162
876
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:195
877
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:280
878
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:313
879
+ msgid "easeInOutQuint"
880
+ msgstr "azaltBeşliİçeDışa"
881
+
882
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:163
883
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:196
884
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:281
885
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:314
886
+ msgid "easeInSine"
887
+ msgstr "azaltSinüsİçe"
888
+
889
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:164
890
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:197
891
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:282
892
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:315
893
+ msgid "easeOutSine"
894
+ msgstr "azaltSinüsDışa"
895
+
896
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:165
897
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:198
898
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:283
899
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:316
900
+ msgid "easeInOutSine"
901
+ msgstr "azaltSinüsİçeDışa"
902
+
903
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:166
904
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:199
905
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:284
906
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:317
907
+ msgid "easeInExpo"
908
+ msgstr "azaltSergiİçe"
909
+
910
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:167
911
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:200
912
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:285
913
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:318
914
+ msgid "easeOutExpo"
915
+ msgstr "azaltSergiDışa"
916
+
917
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:168
918
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:201
919
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:286
920
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:319
921
+ msgid "easeInOutExpo"
922
+ msgstr "azaltSergiİçeDışa"
923
+
924
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:169
925
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:202
926
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:287
927
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:320
928
+ msgid "easeInCirc"
929
+ msgstr "azaltDaireİçe"
930
+
931
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:170
932
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:203
933
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:288
934
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:321
935
+ msgid "easeOutCirc"
936
+ msgstr "azaltDaireDışa"
937
+
938
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:171
939
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:204
940
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:289
941
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:322
942
+ msgid "easeInOutCirc"
943
+ msgstr "azaltDaireİçeDışa"
944
+
945
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:172
946
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:205
947
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:290
948
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:323
949
+ msgid "easeInElastic"
950
+ msgstr "azaltEsnekİçe"
951
+
952
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:173
953
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:206
954
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:291
955
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:324
956
+ msgid "easeOutElastic"
957
+ msgstr "azaltEsnekDışa"
958
+
959
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:174
960
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:207
961
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:292
962
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:325
963
+ msgid "easeInOutElastic"
964
+ msgstr "azaltEsnekİçeDışa"
965
+
966
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:175
967
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:208
968
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:293
969
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:326
970
+ msgid "easeInOutBack"
971
+ msgstr "azaltGeriİçeDışa"
972
+
973
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:176
974
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:209
975
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:294
976
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:327
977
+ msgid "easeInBounce"
978
+ msgstr "azaltZıplamaİçe"
979
+
980
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:177
981
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:210
982
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:295
983
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:328
984
+ msgid "easeOutBounce"
985
+ msgstr "azaltZıplamaDışa"
986
+
987
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:178
988
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:211
989
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:296
990
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:329
991
+ msgid "easeInOutBounce"
992
+ msgstr "azaltZıplamaİçeDışa"
993
+
994
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:238
995
+ msgid "Section(s)"
996
+ msgstr "Bölüm(ler)"
997
+
998
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:244
999
+ msgid ""
1000
+ "This applies when <em>Apply to</em> is set to <em>Limited to Sections</em> "
1001
+ "and/or <em>Auto-gallery</em> is set to <em>Galleries per Section</em>. Adapt "
1002
+ "it to conform with your theme."
1003
+ msgstr ""
1004
+ "Bu, <em>Uygula</em> seçeneği <em>Bölümlerle Sınırlı</em> veya <em>Otomatik-"
1005
+ "galeri</em> seçeneği <em>Bölüm başına Galeriler</em> olarak ayarlandığı "
1006
+ "zaman geçerlidir. Temanıza uyması için uyarlayın."
1007
+
1008
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:244
1009
+ msgid ""
1010
+ "Examples: If your theme wraps post content in a div with class post, change "
1011
+ "this value to \"div.post\". If you want to include images in a sidebar with "
1012
+ "ID primary, add \", div#primary\" or \"aside#primary\" for html5 themes. If "
1013
+ "you only want to group images in a WordPress gallery together, use \"div."
1014
+ "gallery\". If you want to include images in a sidebar with ID primary, add "
1015
+ "\", #primary\"."
1016
+ msgstr ""
1017
+ "Örnekler: Eğer temanız yazı içeriğini bir div yazı sınıfı ile sarıyorsa, bu "
1018
+ "değeri \"div.post\" olarak değiştirin. Eğer kenar çubuğunuza ana ID ile bir "
1019
+ "resim eklemek istiyorsanız, \", div#primary\" veya html5 temaları için "
1020
+ "\"aside#primary\" ekleyin. Eğer yalnızca bir WordPress galerisinde resimleri "
1021
+ "gruplamak istiyorsanız, \"div.gallery\" kullanın. Eğer kenar çubuğunuza ana "
1022
+ "ID ile resimler eklemek istiyorsanız, \", #primary\" ekleyin."
1023
+
1024
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:253
1025
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:254
1026
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:255
1027
+ msgid "Gallery Auto-rotation"
1028
+ msgstr "Galeri otomatik-döndürme"
1029
+
1030
+ #: ../../easy-fancybox-pro/easy-fancybox-pro.php:257
1031
+ msgid "Auto-rotation uses a fixed 6, 8 or 12 second pause per image."
1032
+ msgstr ""
1033
+ "Otomatik döndürme, resim başına sabit 6, 8 ya da 12 saniyelik bir duraklama "
1034
+ "kullanır."
1035
+
1036
+ #~ msgid "Size"
1037
+ #~ msgstr "Boyut"
1038
+
1039
+ #~ msgid "Text"
1040
+ #~ msgstr "Metin"
1041
+
1042
+ #~ msgid "Back"
1043
+ #~ msgstr "Geri"
1044
+
1045
+ #~ msgid "Quad"
1046
+ #~ msgstr "Dörtlü"
1047
+
1048
+ #~ msgid "Expo"
1049
+ #~ msgstr "Sergi"
1050
+
1051
+ #~ msgid "Transparency fade during elastic transition."
1052
+ #~ msgstr "Elastik geçiş sırasında Saydamlık solması."
1053
+
1054
+ #~ msgid "Adjust its specific settings below."
1055
+ #~ msgstr "Aşağıda kendi özel ayarlarını yapın."
1056
+
1057
+ #~ msgid "http://4visions.nl/en/wordpress-plugins/easy-fancybox/"
1058
+ #~ msgstr "http://4visions.nl/en/wordpress-plugins/easy-fancybox/"
1059
+
1060
+ #~ msgid ""
1061
+ #~ "Easily enable the <a href=\"http://fancybox.net/\">FancyBox jQuery "
1062
+ #~ "extension</a> on all image, SWF, PDF, YouTube, Dailymotion and Vimeo "
1063
+ #~ "links. Also supports iFrame and inline content."
1064
+ #~ msgstr ""
1065
+ #~ "Tüm resimlerde, SWF, PDF, YouTube, Dailymotion ve Vimeo bağlantılarında "
1066
+ #~ "kolayca <a href=\"http://fancybox.net/\">FancyBox jQuery eklentisini</a> "
1067
+ #~ "etkinleştirir. Ayrıca, iFrame ve satıriçi içeriği destekler."
1068
+
1069
+ #~ msgid "RavanH"
1070
+ #~ msgstr "RavanH"
1071
+
1072
+ #~ msgid "http://4visions.nl/"
1073
+ #~ msgstr "http://4visions.nl/"
easy-fancybox-ua_UA.mo → languages/easy-fancybox-ua_UA.mo RENAMED
File without changes
easy-fancybox.pot → languages/easy-fancybox-ua_UA.po RENAMED
@@ -8,15 +8,19 @@ msgstr ""
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: 2010-MO-DA HO:MI+ZONE\n"
12
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
13
- "Language-Team: LANGUAGE <LL@li.org>\n"
 
 
14
 
15
  #: easy-fancybox.php:266
16
  msgid ""
17
  "Donate to Easy FancyBox plugin development with PayPal - it's fast, free and "
18
  "secure!"
19
  msgstr ""
 
 
20
 
21
  #: easy-fancybox.php:266
22
  msgid ""
@@ -26,12 +30,19 @@ msgid ""
26
  "appearance and behaviour controlled by <strong><a href=\"http://fancybox.net/"
27
  "\">FancyBox</a></strong>."
28
  msgstr ""
 
 
 
 
 
29
 
30
  #: easy-fancybox.php:266
31
  msgid ""
32
  "First enable each sub-section that you need. Then save and come back to "
33
  "adjust its specific settings."
34
  msgstr ""
 
 
35
 
36
  #: easy-fancybox.php:266
37
  msgid ""
@@ -40,244 +51,254 @@ msgid ""
40
  "will have some extra impact on client-side page speed. Enable only those sub-"
41
  "sections and options that you actually need on your site."
42
  msgstr ""
 
 
 
 
 
43
 
44
  #: easy-fancybox.php:266
45
  msgid ""
46
  "Some setting like Transition options are unavailable for SWF video, PDF and "
47
  "iFrame content to ensure browser compatibility and readability."
48
  msgstr ""
 
 
49
 
50
  #: easy-fancybox.php:308
51
  msgid "Checked"
52
- msgstr ""
53
 
54
  #: easy-fancybox.php:310
55
  msgid "Unchecked"
56
- msgstr ""
57
 
58
  #: easy-fancybox.php:362
59
  msgid "FancyBox"
60
- msgstr ""
61
 
62
  #: easy-fancybox-settings.php:6
63
  msgid "Global settings"
64
- msgstr ""
65
 
66
  #: easy-fancybox-settings.php:15
67
  msgid "Enable FancyBox for"
68
- msgstr ""
69
 
70
  #: easy-fancybox-settings.php:24 easy-fancybox-settings.php:316
71
  msgid "Images & Inline content"
72
- msgstr ""
73
 
74
  #: easy-fancybox-settings.php:31 easy-fancybox-settings.php:489
75
  msgid "PDF"
76
- msgstr ""
77
 
78
  #: easy-fancybox-settings.php:38 easy-fancybox-settings.php:606
79
  msgid "SWF"
80
- msgstr ""
81
 
82
  #: easy-fancybox-settings.php:45 easy-fancybox-settings.php:697
83
  msgid "YouTube"
84
- msgstr ""
85
 
86
  #: easy-fancybox-settings.php:52 easy-fancybox-settings.php:800
87
  msgid "Vimeo"
88
- msgstr ""
89
 
90
  #: easy-fancybox-settings.php:59 easy-fancybox-settings.php:895
91
  msgid "Dailymotion"
92
- msgstr ""
93
 
94
  #: easy-fancybox-settings.php:66 easy-fancybox-settings.php:1016
95
  msgid "iFrames"
96
- msgstr ""
97
 
98
  #: easy-fancybox-settings.php:71
99
  msgid "Links"
100
- msgstr ""
101
 
102
  #: easy-fancybox-settings.php:81
103
  msgid "Exclude"
104
- msgstr ""
105
 
106
  #: easy-fancybox-settings.php:86 easy-fancybox-settings.php:100
107
  #: easy-fancybox-settings.php:295 easy-fancybox-settings.php:383
108
  #: easy-fancybox-settings.php:411
109
  msgid "None"
110
- msgstr ""
111
 
112
  #: easy-fancybox-settings.php:87
113
  msgid "Empty (hidden) links"
114
- msgstr ""
115
 
116
  #: easy-fancybox-settings.php:88
117
  msgid "Without thumbnail image"
118
- msgstr ""
119
 
120
  #: easy-fancybox-settings.php:95
121
  msgid "Auto-open"
122
- msgstr ""
123
 
124
  #: easy-fancybox-settings.php:101
125
  msgid "Link with ID \"fancybox-auto\""
126
- msgstr ""
127
 
128
  #: easy-fancybox-settings.php:102
129
  msgid "First Image link"
130
- msgstr ""
131
 
132
  #: easy-fancybox-settings.php:103
133
  msgid "First PDF link"
134
- msgstr ""
135
 
136
  #: easy-fancybox-settings.php:104
137
  msgid "First SWF link"
138
- msgstr ""
139
 
140
  #: easy-fancybox-settings.php:105
141
  msgid "First YouTube link "
142
- msgstr ""
143
 
144
  #: easy-fancybox-settings.php:106
145
  msgid "First Vimeo link "
146
- msgstr ""
147
 
148
  #: easy-fancybox-settings.php:107
149
  msgid "First Dailymotion link "
150
- msgstr ""
151
 
152
  #: easy-fancybox-settings.php:108
153
  msgid "First iFrame link"
154
- msgstr ""
155
 
156
  #: easy-fancybox-settings.php:109
157
  msgid "First of any link"
158
- msgstr ""
159
 
160
  #: easy-fancybox-settings.php:117 easy-fancybox-settings.php:452
161
  msgid "Overlay"
162
- msgstr ""
163
 
164
  #: easy-fancybox-settings.php:125
165
  msgid "Show the overlay around content opened in FancyBox."
166
- msgstr ""
167
 
168
  #: easy-fancybox-settings.php:132
169
  msgid "Spotlight effect."
170
- msgstr ""
171
 
172
  #: easy-fancybox-settings.php:136 easy-fancybox-settings.php:227
173
  msgid "Opacity"
174
- msgstr ""
175
 
176
  #: easy-fancybox-settings.php:141
177
  msgid "Value between 0 and 1. "
178
- msgstr ""
179
 
180
  #: easy-fancybox-settings.php:141 easy-fancybox-settings.php:150
181
  #: easy-fancybox-settings.php:188 easy-fancybox-settings.php:232
182
  #: easy-fancybox-settings.php:283 easy-fancybox-settings.php:332
183
  #: easy-fancybox-settings.php:345 easy-fancybox-settings.php:369
184
  msgid "Default:"
185
- msgstr ""
186
 
187
  #: easy-fancybox-settings.php:145 easy-fancybox-settings.php:192
188
  msgid "Color"
189
- msgstr ""
190
 
191
  #: easy-fancybox-settings.php:150
192
  msgid "Enter an HTML color value."
193
- msgstr ""
194
 
195
  #: easy-fancybox-settings.php:156
196
  msgid "Window"
197
- msgstr ""
198
 
199
  #: easy-fancybox-settings.php:162
200
  msgid "Size"
201
- msgstr ""
202
 
203
  #: easy-fancybox-settings.php:166 easy-fancybox-settings.php:517
204
  #: easy-fancybox-settings.php:634 easy-fancybox-settings.php:735
205
  #: easy-fancybox-settings.php:829 easy-fancybox-settings.php:924
206
  #: easy-fancybox-settings.php:1036
207
  msgid "Width"
208
- msgstr ""
209
 
210
  #: easy-fancybox-settings.php:175 easy-fancybox-settings.php:526
211
  #: easy-fancybox-settings.php:644 easy-fancybox-settings.php:744
212
  #: easy-fancybox-settings.php:838 easy-fancybox-settings.php:933
213
  #: easy-fancybox-settings.php:1045
214
  msgid "Height"
215
- msgstr ""
216
 
217
  #: easy-fancybox-settings.php:183 easy-fancybox-settings.php:207
218
  #: easy-fancybox-settings.php:534 easy-fancybox-settings.php:653
219
  #: easy-fancybox-settings.php:752 easy-fancybox-settings.php:846
220
  #: easy-fancybox-settings.php:941 easy-fancybox-settings.php:1053
221
  msgid "Border"
222
- msgstr ""
223
 
224
  #: easy-fancybox-settings.php:197
225
  msgid "Background"
226
- msgstr ""
227
 
228
  #: easy-fancybox-settings.php:217
229
  msgid "Text"
230
- msgstr ""
231
 
232
  #: easy-fancybox-settings.php:236
233
  msgid "Behavior"
234
- msgstr ""
235
 
236
  #: easy-fancybox-settings.php:242
237
  msgid "Center while scrolling"
238
- msgstr ""
239
 
240
  #: easy-fancybox-settings.php:248
241
  msgid "Show the (X) close button"
242
- msgstr ""
243
 
244
  #: easy-fancybox-settings.php:254
245
  msgid "Show the gallery navigation arrows"
246
- msgstr ""
247
 
248
  #: easy-fancybox-settings.php:262
249
  msgid "Opening speed"
250
- msgstr ""
251
 
252
  #: easy-fancybox-settings.php:270
253
  msgid "Closing speed"
254
- msgstr ""
255
 
256
  #: easy-fancybox-settings.php:278
257
  msgid "Fade speed"
258
- msgstr ""
259
 
260
  #: easy-fancybox-settings.php:283
261
  msgid "Duration in milliseconds. Higher is slower."
262
- msgstr ""
263
 
264
  #: easy-fancybox-settings.php:291
265
  msgid "Advanced"
266
- msgstr ""
267
 
268
  #: easy-fancybox-settings.php:296
269
  msgid "Hide/show title on mouse hover action"
270
- msgstr ""
271
 
272
  #: easy-fancybox-settings.php:297
273
  msgid "Gallery Auto-rotation"
274
- msgstr ""
275
 
276
  #: easy-fancybox-settings.php:304
277
  msgid ""
278
  "Note: Hide/show title on mouse hover action works best with Overlay title "
279
  "position. Auto-rotation uses a fixed 5 second pause per image."
280
  msgstr ""
 
 
 
281
 
282
  #: easy-fancybox-settings.php:321
283
  msgid ""
@@ -285,50 +306,55 @@ msgid ""
285
  "field or use the class \"fancybox\" for its link. Clear field to switch off "
286
  "auto-enabling."
287
  msgstr ""
 
 
 
288
 
289
  #: easy-fancybox-settings.php:325 easy-fancybox-settings.php:502
290
  #: easy-fancybox-settings.php:619 easy-fancybox-settings.php:711
291
  #: easy-fancybox-settings.php:814 easy-fancybox-settings.php:909
292
  msgid "Auto-detect"
293
- msgstr ""
294
 
295
  #: easy-fancybox-settings.php:336
296
  msgid "Apply to"
297
- msgstr ""
298
 
299
  #: easy-fancybox-settings.php:341
300
  msgid "All image links"
301
- msgstr ""
302
 
303
  #: easy-fancybox-settings.php:342
304
  msgid "Links inside Section(s) only (below)"
305
- msgstr ""
306
 
307
  #: easy-fancybox-settings.php:349
308
  msgid "Auto-gallery"
309
- msgstr ""
310
 
311
  #: easy-fancybox-settings.php:354
312
  msgid "Disabled"
313
- msgstr ""
314
 
315
  #: easy-fancybox-settings.php:355
316
  msgid "Galleries per Section (below)"
317
- msgstr ""
318
 
319
  #: easy-fancybox-settings.php:356
320
  msgid "All in one gallery"
321
- msgstr ""
322
 
323
  #: easy-fancybox-settings.php:359
324
  msgid ""
325
  "When disabled, you can use the rel attribute to manually group image links "
326
  "together."
327
  msgstr ""
 
 
328
 
329
  #: easy-fancybox-settings.php:363
330
  msgid "Section(s)"
331
- msgstr ""
332
 
333
  #: easy-fancybox-settings.php:369
334
  msgid ""
@@ -336,6 +362,9 @@ msgid ""
336
  "and/or <em>Auto-gallery</em> is set to <em>Galleries per Section</em>. Adapt "
337
  "it to conform with your theme."
338
  msgstr ""
 
 
 
339
 
340
  #: easy-fancybox-settings.php:369
341
  msgid ""
@@ -343,154 +372,174 @@ msgid ""
343
  "this value to \"div.post\". If you want to include images in a sidebar with "
344
  "ID primary, add \", div#primary\" or \"aside#primary\" for html5 themes."
345
  msgstr ""
 
 
 
 
346
 
347
  #: easy-fancybox-settings.php:377
348
  msgid "Transition In"
349
- msgstr ""
350
 
351
  #: easy-fancybox-settings.php:381 easy-fancybox-settings.php:409
352
  msgid "Fade"
353
- msgstr ""
354
 
355
  #: easy-fancybox-settings.php:382 easy-fancybox-settings.php:410
356
  msgid "Elastic"
357
- msgstr ""
358
 
359
  #: easy-fancybox-settings.php:390
360
  msgid "Easing In"
361
- msgstr ""
362
 
363
  #: easy-fancybox-settings.php:394 easy-fancybox-settings.php:422
364
  msgid "Linear"
365
- msgstr ""
366
 
367
  #: easy-fancybox-settings.php:395 easy-fancybox-settings.php:423
368
  msgid "Swing"
369
- msgstr ""
370
 
371
  #: easy-fancybox-settings.php:396 easy-fancybox-settings.php:424
372
  msgid "Back"
373
- msgstr ""
374
 
375
  #: easy-fancybox-settings.php:397 easy-fancybox-settings.php:425
376
  msgid "Quad"
377
- msgstr ""
378
 
379
  #: easy-fancybox-settings.php:398 easy-fancybox-settings.php:426
380
  msgid "Expo"
381
- msgstr ""
382
 
383
  #: easy-fancybox-settings.php:405
384
  msgid "Transition Out"
385
- msgstr ""
386
 
387
  #: easy-fancybox-settings.php:418
388
  msgid "Easing Out"
389
- msgstr ""
390
 
391
  #: easy-fancybox-settings.php:429
392
  msgid "Easing effects only apply when Transition is set to Elastic. "
393
  msgstr ""
 
 
394
 
395
  #: easy-fancybox-settings.php:435
396
  msgid "Transparency fade during elastic transition."
397
- msgstr ""
398
 
399
  #: easy-fancybox-settings.php:441 easy-fancybox-settings.php:549
400
  #: easy-fancybox-settings.php:668 easy-fancybox-settings.php:767
401
  #: easy-fancybox-settings.php:861 easy-fancybox-settings.php:956
402
  #: easy-fancybox-settings.php:1071
403
  msgid "Show title"
404
- msgstr ""
405
 
406
  #: easy-fancybox-settings.php:445 easy-fancybox-settings.php:553
407
  #: easy-fancybox-settings.php:672 easy-fancybox-settings.php:771
408
  #: easy-fancybox-settings.php:865 easy-fancybox-settings.php:960
409
  #: easy-fancybox-settings.php:1075
410
  msgid "Title Position"
411
- msgstr ""
412
 
413
  #: easy-fancybox-settings.php:449 easy-fancybox-settings.php:557
414
  #: easy-fancybox-settings.php:676 easy-fancybox-settings.php:775
415
  #: easy-fancybox-settings.php:869 easy-fancybox-settings.php:964
416
  #: easy-fancybox-settings.php:1079
417
  msgid "Float"
418
- msgstr ""
419
 
420
  #: easy-fancybox-settings.php:450 easy-fancybox-settings.php:558
421
  #: easy-fancybox-settings.php:677 easy-fancybox-settings.php:776
422
  #: easy-fancybox-settings.php:870 easy-fancybox-settings.php:965
423
  #: easy-fancybox-settings.php:1080
424
  msgid "Outside"
425
- msgstr ""
426
 
427
  #: easy-fancybox-settings.php:451 easy-fancybox-settings.php:559
428
  #: easy-fancybox-settings.php:678 easy-fancybox-settings.php:777
429
  #: easy-fancybox-settings.php:871 easy-fancybox-settings.php:966
430
  #: easy-fancybox-settings.php:1081
431
  msgid "Inside"
432
- msgstr ""
433
 
434
  #: easy-fancybox-settings.php:461 easy-fancybox-settings.php:568
435
  #: easy-fancybox-settings.php:687 easy-fancybox-settings.php:786
436
  #: easy-fancybox-settings.php:880 easy-fancybox-settings.php:975
437
  #: easy-fancybox-settings.php:1090
438
  msgid "Allow title from thumbnail alt tag"
439
- msgstr ""
440
 
441
  #: easy-fancybox-settings.php:494
442
  msgid ""
443
  "To make any PDF document file open in an overlay, switch on auto-detect or "
444
  "use the class \"fancybox-pdf\" for its link."
445
  msgstr ""
 
 
 
446
 
447
  #: easy-fancybox-settings.php:494 easy-fancybox-settings.php:611
448
  #: easy-fancybox-settings.php:702 easy-fancybox-settings.php:805
449
  #: easy-fancybox-settings.php:900 easy-fancybox-settings.php:1021
450
  msgid "Adjust its specific settings below."
451
- msgstr ""
452
 
453
  #: easy-fancybox-settings.php:611
454
  msgid ""
455
  "To make any Flash (.swf) file open in an overlay, switch on auto-detect or "
456
  "use the class \"fancybox-swf\" for its link."
457
  msgstr ""
 
 
458
 
459
  #: easy-fancybox-settings.php:702
460
  msgid ""
461
  "To make any YouTube movie open in an overlay, switch on auto-detect or use "
462
  "the class \"fancybox-youtube\" for its link."
463
  msgstr ""
 
 
464
 
465
  #: easy-fancybox-settings.php:720
466
  msgid "Auto-detect Short links"
467
- msgstr ""
468
 
469
  #: easy-fancybox-settings.php:805
470
  msgid ""
471
  "To make any Vimeo movie open in an overlay, switch on auto-detect or use the "
472
  "class \"fancybox-vimeo\" for its link."
473
  msgstr ""
 
 
474
 
475
  #: easy-fancybox-settings.php:900
476
  msgid ""
477
  "To make any Dailymotion movie open in an overlay, switch on auto-detect or "
478
  "use the class \"fancybox-dailymotion\" for its link."
479
  msgstr ""
 
 
 
480
 
481
  #: easy-fancybox-settings.php:1021
482
  msgid ""
483
  "To make a website or HTML document open in an overlay, use the class "
484
  "\"fancybox-iframe\" for its link."
485
  msgstr ""
 
 
486
 
487
  #. Plugin Name of the plugin/theme
488
  msgid "Easy FancyBox"
489
- msgstr ""
490
 
491
  #. Plugin URI of the plugin/theme
492
  msgid "http://4visions.nl/en/wordpress-plugins/easy-fancybox/"
493
- msgstr ""
494
 
495
  #. Description of the plugin/theme
496
  msgid ""
@@ -498,11 +547,14 @@ msgid ""
498
  "extension</a> on all image, SWF, PDF, YouTube, Dailymotion and Vimeo links. "
499
  "Also supports iFrame and inline content."
500
  msgstr ""
 
 
 
501
 
502
  #. Author of the plugin/theme
503
  msgid "RavanH"
504
- msgstr ""
505
 
506
  #. Author URI of the plugin/theme
507
  msgid "http://4visions.nl/"
508
- msgstr ""
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: 2013-03-11 15:24+0200\n"
12
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
13
+ "Language-Team: cmd software <tmosbyd@gmail.com>\n"
14
+ "Language: ua_UA\n"
15
+ "X-Generator: Poedit 1.5.5\n"
16
 
17
  #: easy-fancybox.php:266
18
  msgid ""
19
  "Donate to Easy FancyBox plugin development with PayPal - it's fast, free and "
20
  "secure!"
21
  msgstr ""
22
+ "Підтримати розвиток плагін Easy FancyBox з PayPal - це швидкий, вільний і "
23
+ "безпечний!"
24
 
25
  #: easy-fancybox.php:266
26
  msgid ""
30
  "appearance and behaviour controlled by <strong><a href=\"http://fancybox.net/"
31
  "\">FancyBox</a></strong>."
32
  msgstr ""
33
+ "Параметри в цьому розділі, надаються за допомогою плагіна <strong><a href="
34
+ "\"http://4visions.nl/en/wordpress-plugins/easy-fancybox/\">Easy FancyBox</"
35
+ "a></strong> і визначення <strong>Media Lightbox</strong> Поява накладення і "
36
+ "поведінка контролюється <strong><a href=\"http://fancybox.net/\">FancyBox</"
37
+ "a></strong>."
38
 
39
  #: easy-fancybox.php:266
40
  msgid ""
41
  "First enable each sub-section that you need. Then save and come back to "
42
  "adjust its specific settings."
43
  msgstr ""
44
+ "Перша можливість кожному підрозділу що вам потрібно. Потім зберегти і "
45
+ "повернутися до скорегувати свої специфічні налаштування."
46
 
47
  #: easy-fancybox.php:266
48
  msgid ""
51
  "will have some extra impact on client-side page speed. Enable only those sub-"
52
  "sections and options that you actually need on your site."
53
  msgstr ""
54
+ "Примітка: Кожен додатковий підрозділ і функцій, таких як <em>Автоматичне "
55
+ "визначення</em>, <em>Пружні переходи</em> і все <em>Ослаблення ефекту</em> "
56
+ "(Крім Swing) буде мати деякий додатковий вплив на стороні клієнта сторінці "
57
+ "швидкістю. Включіть тільки ті підрозділи і параметри, які вам потрібні на "
58
+ "вашому сайті."
59
 
60
  #: easy-fancybox.php:266
61
  msgid ""
62
  "Some setting like Transition options are unavailable for SWF video, PDF and "
63
  "iFrame content to ensure browser compatibility and readability."
64
  msgstr ""
65
+ "Деякі настройки, як перехід параметри недоступні для SWF відео, PDF і IFrame "
66
+ "змісту для забезпечення сумісності браузера і читаність."
67
 
68
  #: easy-fancybox.php:308
69
  msgid "Checked"
70
+ msgstr "Перевірений"
71
 
72
  #: easy-fancybox.php:310
73
  msgid "Unchecked"
74
+ msgstr "Неперевірений"
75
 
76
  #: easy-fancybox.php:362
77
  msgid "FancyBox"
78
+ msgstr "FancyBox"
79
 
80
  #: easy-fancybox-settings.php:6
81
  msgid "Global settings"
82
+ msgstr "Глобальні налаштування"
83
 
84
  #: easy-fancybox-settings.php:15
85
  msgid "Enable FancyBox for"
86
+ msgstr "Включити FancyBox для"
87
 
88
  #: easy-fancybox-settings.php:24 easy-fancybox-settings.php:316
89
  msgid "Images & Inline content"
90
+ msgstr "Зображення і інлайн-вміст"
91
 
92
  #: easy-fancybox-settings.php:31 easy-fancybox-settings.php:489
93
  msgid "PDF"
94
+ msgstr "PDF"
95
 
96
  #: easy-fancybox-settings.php:38 easy-fancybox-settings.php:606
97
  msgid "SWF"
98
+ msgstr "SWF"
99
 
100
  #: easy-fancybox-settings.php:45 easy-fancybox-settings.php:697
101
  msgid "YouTube"
102
+ msgstr "YouTube"
103
 
104
  #: easy-fancybox-settings.php:52 easy-fancybox-settings.php:800
105
  msgid "Vimeo"
106
+ msgstr "Vimeo"
107
 
108
  #: easy-fancybox-settings.php:59 easy-fancybox-settings.php:895
109
  msgid "Dailymotion"
110
+ msgstr "Dailymotion"
111
 
112
  #: easy-fancybox-settings.php:66 easy-fancybox-settings.php:1016
113
  msgid "iFrames"
114
+ msgstr "iFrames"
115
 
116
  #: easy-fancybox-settings.php:71
117
  msgid "Links"
118
+ msgstr "Посилання"
119
 
120
  #: easy-fancybox-settings.php:81
121
  msgid "Exclude"
122
+ msgstr "Виключити"
123
 
124
  #: easy-fancybox-settings.php:86 easy-fancybox-settings.php:100
125
  #: easy-fancybox-settings.php:295 easy-fancybox-settings.php:383
126
  #: easy-fancybox-settings.php:411
127
  msgid "None"
128
+ msgstr "Жоден"
129
 
130
  #: easy-fancybox-settings.php:87
131
  msgid "Empty (hidden) links"
132
+ msgstr "Порожні (прихований) посилання"
133
 
134
  #: easy-fancybox-settings.php:88
135
  msgid "Without thumbnail image"
136
+ msgstr "Без ескізів зображень"
137
 
138
  #: easy-fancybox-settings.php:95
139
  msgid "Auto-open"
140
+ msgstr "Автоматичне відкриття"
141
 
142
  #: easy-fancybox-settings.php:101
143
  msgid "Link with ID \"fancybox-auto\""
144
+ msgstr "Зв'язок з ID \"fancybox-auto\""
145
 
146
  #: easy-fancybox-settings.php:102
147
  msgid "First Image link"
148
+ msgstr "Перше посилання зображень"
149
 
150
  #: easy-fancybox-settings.php:103
151
  msgid "First PDF link"
152
+ msgstr "Перша PDF посиланню"
153
 
154
  #: easy-fancybox-settings.php:104
155
  msgid "First SWF link"
156
+ msgstr "Перше посилання SWF"
157
 
158
  #: easy-fancybox-settings.php:105
159
  msgid "First YouTube link "
160
+ msgstr "Перше посилання YouTube"
161
 
162
  #: easy-fancybox-settings.php:106
163
  msgid "First Vimeo link "
164
+ msgstr "Перше посилання Vimeo"
165
 
166
  #: easy-fancybox-settings.php:107
167
  msgid "First Dailymotion link "
168
+ msgstr "Перше посилання Dailymotion"
169
 
170
  #: easy-fancybox-settings.php:108
171
  msgid "First iFrame link"
172
+ msgstr "Перше посилання IFRAME"
173
 
174
  #: easy-fancybox-settings.php:109
175
  msgid "First of any link"
176
+ msgstr "Перш будь-яке посилання"
177
 
178
  #: easy-fancybox-settings.php:117 easy-fancybox-settings.php:452
179
  msgid "Overlay"
180
+ msgstr "Схема на кальці"
181
 
182
  #: easy-fancybox-settings.php:125
183
  msgid "Show the overlay around content opened in FancyBox."
184
+ msgstr "Показати накладення навколо змісту відкрився в FancyBox."
185
 
186
  #: easy-fancybox-settings.php:132
187
  msgid "Spotlight effect."
188
+ msgstr "Новинки ефект."
189
 
190
  #: easy-fancybox-settings.php:136 easy-fancybox-settings.php:227
191
  msgid "Opacity"
192
+ msgstr "Непрозорість"
193
 
194
  #: easy-fancybox-settings.php:141
195
  msgid "Value between 0 and 1. "
196
+ msgstr "Значення між 0 і 1."
197
 
198
  #: easy-fancybox-settings.php:141 easy-fancybox-settings.php:150
199
  #: easy-fancybox-settings.php:188 easy-fancybox-settings.php:232
200
  #: easy-fancybox-settings.php:283 easy-fancybox-settings.php:332
201
  #: easy-fancybox-settings.php:345 easy-fancybox-settings.php:369
202
  msgid "Default:"
203
+ msgstr "За замовчуванням:"
204
 
205
  #: easy-fancybox-settings.php:145 easy-fancybox-settings.php:192
206
  msgid "Color"
207
+ msgstr "Колір"
208
 
209
  #: easy-fancybox-settings.php:150
210
  msgid "Enter an HTML color value."
211
+ msgstr "Введіть HTML значення кольору."
212
 
213
  #: easy-fancybox-settings.php:156
214
  msgid "Window"
215
+ msgstr "Вікно"
216
 
217
  #: easy-fancybox-settings.php:162
218
  msgid "Size"
219
+ msgstr "Розмір"
220
 
221
  #: easy-fancybox-settings.php:166 easy-fancybox-settings.php:517
222
  #: easy-fancybox-settings.php:634 easy-fancybox-settings.php:735
223
  #: easy-fancybox-settings.php:829 easy-fancybox-settings.php:924
224
  #: easy-fancybox-settings.php:1036
225
  msgid "Width"
226
+ msgstr "Ширина"
227
 
228
  #: easy-fancybox-settings.php:175 easy-fancybox-settings.php:526
229
  #: easy-fancybox-settings.php:644 easy-fancybox-settings.php:744
230
  #: easy-fancybox-settings.php:838 easy-fancybox-settings.php:933
231
  #: easy-fancybox-settings.php:1045
232
  msgid "Height"
233
+ msgstr "Висота"
234
 
235
  #: easy-fancybox-settings.php:183 easy-fancybox-settings.php:207
236
  #: easy-fancybox-settings.php:534 easy-fancybox-settings.php:653
237
  #: easy-fancybox-settings.php:752 easy-fancybox-settings.php:846
238
  #: easy-fancybox-settings.php:941 easy-fancybox-settings.php:1053
239
  msgid "Border"
240
+ msgstr "Кордон"
241
 
242
  #: easy-fancybox-settings.php:197
243
  msgid "Background"
244
+ msgstr "Фон"
245
 
246
  #: easy-fancybox-settings.php:217
247
  msgid "Text"
248
+ msgstr "Текст"
249
 
250
  #: easy-fancybox-settings.php:236
251
  msgid "Behavior"
252
+ msgstr "Поведінка"
253
 
254
  #: easy-fancybox-settings.php:242
255
  msgid "Center while scrolling"
256
+ msgstr "Центр при прокрутці"
257
 
258
  #: easy-fancybox-settings.php:248
259
  msgid "Show the (X) close button"
260
+ msgstr "Показати (X) кнопка закриття"
261
 
262
  #: easy-fancybox-settings.php:254
263
  msgid "Show the gallery navigation arrows"
264
+ msgstr "Показати галерею стрілками"
265
 
266
  #: easy-fancybox-settings.php:262
267
  msgid "Opening speed"
268
+ msgstr "Швидкість відкриття"
269
 
270
  #: easy-fancybox-settings.php:270
271
  msgid "Closing speed"
272
+ msgstr "Швидкість закривання"
273
 
274
  #: easy-fancybox-settings.php:278
275
  msgid "Fade speed"
276
+ msgstr "Fade швидкості"
277
 
278
  #: easy-fancybox-settings.php:283
279
  msgid "Duration in milliseconds. Higher is slower."
280
+ msgstr "Тривалість в мілісекундах. Вища повільніше."
281
 
282
  #: easy-fancybox-settings.php:291
283
  msgid "Advanced"
284
+ msgstr "Передовий"
285
 
286
  #: easy-fancybox-settings.php:296
287
  msgid "Hide/show title on mouse hover action"
288
+ msgstr "Сховати / показати заголовок на дії при наведенні миші"
289
 
290
  #: easy-fancybox-settings.php:297
291
  msgid "Gallery Auto-rotation"
292
+ msgstr "Галерея Авто-поворот"
293
 
294
  #: easy-fancybox-settings.php:304
295
  msgid ""
296
  "Note: Hide/show title on mouse hover action works best with Overlay title "
297
  "position. Auto-rotation uses a fixed 5 second pause per image."
298
  msgstr ""
299
+ "Примітка: сховати / показати заголовок на дії при наведенні миші найкраще "
300
+ "працює з позицій назвою Overlay. Автоматичний поворот використовує фіксовану "
301
+ "5 секунд паузи на зображення."
302
 
303
  #: easy-fancybox-settings.php:321
304
  msgid ""
306
  "field or use the class \"fancybox\" for its link. Clear field to switch off "
307
  "auto-enabling."
308
  msgstr ""
309
+ "Для того, щоб відкриті зображення в накладку, додайте їх поширення на "
310
+ "автоматичне виявлення поле або використовувати клас \"fancybox\" за "
311
+ "посилання. Очистити поле, щоб вимкнути автоматичне включення."
312
 
313
  #: easy-fancybox-settings.php:325 easy-fancybox-settings.php:502
314
  #: easy-fancybox-settings.php:619 easy-fancybox-settings.php:711
315
  #: easy-fancybox-settings.php:814 easy-fancybox-settings.php:909
316
  msgid "Auto-detect"
317
+ msgstr "Автовизначення"
318
 
319
  #: easy-fancybox-settings.php:336
320
  msgid "Apply to"
321
+ msgstr "Звертатися до"
322
 
323
  #: easy-fancybox-settings.php:341
324
  msgid "All image links"
325
+ msgstr "Всі посилання на зображення"
326
 
327
  #: easy-fancybox-settings.php:342
328
  msgid "Links inside Section(s) only (below)"
329
+ msgstr "Посилання в розділ (и) тільки (див. нижче)"
330
 
331
  #: easy-fancybox-settings.php:349
332
  msgid "Auto-gallery"
333
+ msgstr "Авто-галерея"
334
 
335
  #: easy-fancybox-settings.php:354
336
  msgid "Disabled"
337
+ msgstr "Інвалід"
338
 
339
  #: easy-fancybox-settings.php:355
340
  msgid "Galleries per Section (below)"
341
+ msgstr "Галереї в розділі (див. нижче)"
342
 
343
  #: easy-fancybox-settings.php:356
344
  msgid "All in one gallery"
345
+ msgstr "Все в одній галереї"
346
 
347
  #: easy-fancybox-settings.php:359
348
  msgid ""
349
  "When disabled, you can use the rel attribute to manually group image links "
350
  "together."
351
  msgstr ""
352
+ "Якщо функція відключена, ви можете використовувати отн атрибуту вручну "
353
+ "групою посилання на зображення разом."
354
 
355
  #: easy-fancybox-settings.php:363
356
  msgid "Section(s)"
357
+ msgstr "Розділ (и)"
358
 
359
  #: easy-fancybox-settings.php:369
360
  msgid ""
362
  "and/or <em>Auto-gallery</em> is set to <em>Galleries per Section</em>. Adapt "
363
  "it to conform with your theme."
364
  msgstr ""
365
+ "Це відноситься, коли <em>Звертатися до</em> встановлений в <em>Обмежена в "
366
+ "розділах</em> і / або <em>Авто-галерея</em> встановлений в <em>Галереї в "
367
+ "розділі</em>. Адаптувати його відповідно з вашою темою."
368
 
369
  #: easy-fancybox-settings.php:369
370
  msgid ""
372
  "this value to \"div.post\". If you want to include images in a sidebar with "
373
  "ID primary, add \", div#primary\" or \"aside#primary\" for html5 themes."
374
  msgstr ""
375
+ "Приклади: Якщо ваша тема обгортання повідомленням вміст в DIV з класом "
376
+ "пошти, змінити це значення на \"div.post\". Якщо ви хочете, щоб включити "
377
+ "зображення в бічній панелі з ID первинному, додайте \", div#primary\" або "
378
+ "\"aside#primary\" для HTML5 теми."
379
 
380
  #: easy-fancybox-settings.php:377
381
  msgid "Transition In"
382
+ msgstr "Перехід в"
383
 
384
  #: easy-fancybox-settings.php:381 easy-fancybox-settings.php:409
385
  msgid "Fade"
386
+ msgstr "В'янути"
387
 
388
  #: easy-fancybox-settings.php:382 easy-fancybox-settings.php:410
389
  msgid "Elastic"
390
+ msgstr "Еластичний"
391
 
392
  #: easy-fancybox-settings.php:390
393
  msgid "Easing In"
394
+ msgstr "Ослаблення в"
395
 
396
  #: easy-fancybox-settings.php:394 easy-fancybox-settings.php:422
397
  msgid "Linear"
398
+ msgstr "Лінійний"
399
 
400
  #: easy-fancybox-settings.php:395 easy-fancybox-settings.php:423
401
  msgid "Swing"
402
+ msgstr "Розмахувати"
403
 
404
  #: easy-fancybox-settings.php:396 easy-fancybox-settings.php:424
405
  msgid "Back"
406
+ msgstr "Назад"
407
 
408
  #: easy-fancybox-settings.php:397 easy-fancybox-settings.php:425
409
  msgid "Quad"
410
+ msgstr "Четверня"
411
 
412
  #: easy-fancybox-settings.php:398 easy-fancybox-settings.php:426
413
  msgid "Expo"
414
+ msgstr "Експо"
415
 
416
  #: easy-fancybox-settings.php:405
417
  msgid "Transition Out"
418
+ msgstr "Перехід Out"
419
 
420
  #: easy-fancybox-settings.php:418
421
  msgid "Easing Out"
422
+ msgstr "Витісняють"
423
 
424
  #: easy-fancybox-settings.php:429
425
  msgid "Easing effects only apply when Transition is set to Elastic. "
426
  msgstr ""
427
+ "Ослаблення ефекту застосовується тільки при включеному встановлена ​​на "
428
+ "пружною."
429
 
430
  #: easy-fancybox-settings.php:435
431
  msgid "Transparency fade during elastic transition."
432
+ msgstr "Прозорість зникають при пружних переходів."
433
 
434
  #: easy-fancybox-settings.php:441 easy-fancybox-settings.php:549
435
  #: easy-fancybox-settings.php:668 easy-fancybox-settings.php:767
436
  #: easy-fancybox-settings.php:861 easy-fancybox-settings.php:956
437
  #: easy-fancybox-settings.php:1071
438
  msgid "Show title"
439
+ msgstr "Показати назву"
440
 
441
  #: easy-fancybox-settings.php:445 easy-fancybox-settings.php:553
442
  #: easy-fancybox-settings.php:672 easy-fancybox-settings.php:771
443
  #: easy-fancybox-settings.php:865 easy-fancybox-settings.php:960
444
  #: easy-fancybox-settings.php:1075
445
  msgid "Title Position"
446
+ msgstr "Назва позиції"
447
 
448
  #: easy-fancybox-settings.php:449 easy-fancybox-settings.php:557
449
  #: easy-fancybox-settings.php:676 easy-fancybox-settings.php:775
450
  #: easy-fancybox-settings.php:869 easy-fancybox-settings.php:964
451
  #: easy-fancybox-settings.php:1079
452
  msgid "Float"
453
+ msgstr "Плавати"
454
 
455
  #: easy-fancybox-settings.php:450 easy-fancybox-settings.php:558
456
  #: easy-fancybox-settings.php:677 easy-fancybox-settings.php:776
457
  #: easy-fancybox-settings.php:870 easy-fancybox-settings.php:965
458
  #: easy-fancybox-settings.php:1080
459
  msgid "Outside"
460
+ msgstr "Поза"
461
 
462
  #: easy-fancybox-settings.php:451 easy-fancybox-settings.php:559
463
  #: easy-fancybox-settings.php:678 easy-fancybox-settings.php:777
464
  #: easy-fancybox-settings.php:871 easy-fancybox-settings.php:966
465
  #: easy-fancybox-settings.php:1081
466
  msgid "Inside"
467
+ msgstr "Усередині"
468
 
469
  #: easy-fancybox-settings.php:461 easy-fancybox-settings.php:568
470
  #: easy-fancybox-settings.php:687 easy-fancybox-settings.php:786
471
  #: easy-fancybox-settings.php:880 easy-fancybox-settings.php:975
472
  #: easy-fancybox-settings.php:1090
473
  msgid "Allow title from thumbnail alt tag"
474
+ msgstr "Дозволити назву від ескізу теги Alt"
475
 
476
  #: easy-fancybox-settings.php:494
477
  msgid ""
478
  "To make any PDF document file open in an overlay, switch on auto-detect or "
479
  "use the class \"fancybox-pdf\" for its link."
480
  msgstr ""
481
+ "Для того, щоб будь-які PDF файл документа, відкритого в накладку, включити "
482
+ "автоматичне виявлення і використання класу \"fancybox-pdf\" для його "
483
+ "засланні."
484
 
485
  #: easy-fancybox-settings.php:494 easy-fancybox-settings.php:611
486
  #: easy-fancybox-settings.php:702 easy-fancybox-settings.php:805
487
  #: easy-fancybox-settings.php:900 easy-fancybox-settings.php:1021
488
  msgid "Adjust its specific settings below."
489
+ msgstr "Налаштуйте свої специфічні налаштування нижче."
490
 
491
  #: easy-fancybox-settings.php:611
492
  msgid ""
493
  "To make any Flash (.swf) file open in an overlay, switch on auto-detect or "
494
  "use the class \"fancybox-swf\" for its link."
495
  msgstr ""
496
+ "Для того, щоб будь-яка спалах (.swf) відкрити файл в оверлей, включити "
497
+ "автоматичне виявлення і використання класу \"fancybox-swf\" за посилання."
498
 
499
  #: easy-fancybox-settings.php:702
500
  msgid ""
501
  "To make any YouTube movie open in an overlay, switch on auto-detect or use "
502
  "the class \"fancybox-youtube\" for its link."
503
  msgstr ""
504
+ "Для того, щоб будь-який фільм YouTube відкриті в накладку, включити "
505
+ "автоматичне виявлення і використання класу \"fancybox-youtube\" за посилання."
506
 
507
  #: easy-fancybox-settings.php:720
508
  msgid "Auto-detect Short links"
509
+ msgstr "Автоматичне визначення Короткі посилання"
510
 
511
  #: easy-fancybox-settings.php:805
512
  msgid ""
513
  "To make any Vimeo movie open in an overlay, switch on auto-detect or use the "
514
  "class \"fancybox-vimeo\" for its link."
515
  msgstr ""
516
+ "Для того, щоб будь-який фільм Vimeo відкриті в накладку, включити "
517
+ "автоматичне виявлення і використання класу \"fancybox-vimeo\" за посилання."
518
 
519
  #: easy-fancybox-settings.php:900
520
  msgid ""
521
  "To make any Dailymotion movie open in an overlay, switch on auto-detect or "
522
  "use the class \"fancybox-dailymotion\" for its link."
523
  msgstr ""
524
+ "Для того, щоб будь-які Dailymotion фільм відкриті в накладку, включити "
525
+ "автоматичне виявлення і використання класу \"fancybox-dailymotion\" за "
526
+ "посилання."
527
 
528
  #: easy-fancybox-settings.php:1021
529
  msgid ""
530
  "To make a website or HTML document open in an overlay, use the class "
531
  "\"fancybox-iframe\" for its link."
532
  msgstr ""
533
+ "Щоб зробити веб-сайт або HTML документа, відкритого в оверлей, "
534
+ "використовувати клас \"fancybox-iframe\" за посилання."
535
 
536
  #. Plugin Name of the plugin/theme
537
  msgid "Easy FancyBox"
538
+ msgstr "Easy FancyBox"
539
 
540
  #. Plugin URI of the plugin/theme
541
  msgid "http://4visions.nl/en/wordpress-plugins/easy-fancybox/"
542
+ msgstr "http://4visions.nl/en/wordpress-plugins/easy-fancybox/"
543
 
544
  #. Description of the plugin/theme
545
  msgid ""
547
  "extension</a> on all image, SWF, PDF, YouTube, Dailymotion and Vimeo links. "
548
  "Also supports iFrame and inline content."
549
  msgstr ""
550
+ "Легко включити <a href=\"http://fancybox.net/\">FancyBox jQuery extension</"
551
+ "a> на всі зображення, SWF, PDF, YouTube, Dailymotion і Vimeo посилання. "
552
+ "Також підтримує IFRAME і вбудованого змісту."
553
 
554
  #. Author of the plugin/theme
555
  msgid "RavanH"
556
+ msgstr "RavanH"
557
 
558
  #. Author URI of the plugin/theme
559
  msgid "http://4visions.nl/"
560
+ msgstr "http://4visions.nl/"
languages/easy-fancybox-xx_XX.po ADDED
@@ -0,0 +1,961 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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.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 ""
languages/easy-fancybox.pot ADDED
@@ -0,0 +1,963 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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.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 ""
easy-fancybox-ro_RO.mo → languages/easy-fancybox.ro_RO.mo RENAMED
File without changes
languages/instructions.txt ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ === Easy FancyBox ===
2
+
3
+ == Translation ==
4
+
5
+ 1. Install PoEdit on your computer.
6
+
7
+ 2. Go to this plugins /languages/ directory.
8
+
9
+ 3. 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.
10
+
11
+ 4. Open the .po file of your language with PoEdit.
12
+
13
+ 5. Go to Edit > Preferences and on the tab Editor check the option to compile a .mo database on save automatically. Close with OK.
14
+
15
+ 6. Go to Catalog > Settings and set your name, e-mail address, language and country. Close with OK.
16
+
17
+ 7. Go to Catalog > Update from POT-file and select the main easy-fancybox.pot file. Then accept all new and removed translation strings with OK.
18
+
19
+ 8. Now go ahead and start translating all the texts listed in PoEdit.
20
+
21
+ 9. When done, go to File > Save to Save.
22
+
23
+ 10. 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.
24
+
25
+ 11. 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!
26
+
27
+
28
+ Thanks for sharing your translation :)
readme.txt CHANGED
@@ -1,51 +1,73 @@
1
  === Easy FancyBox ===
2
  Contributors: RavanH
3
- Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=ravanhagen%40gmail%2ecom&item_name=Easy%20FancyBox&item_number=1%2e3%2e4%2e9&no_shipping=0&tax=0&charset=UTF%2d8&currency_code=EUR
4
- Tags: fancybox, lightbox, gallery, image, photo, video, flash, nextgen, overlay, youtube, vimeo, dailymotion, pdf, iframe, swf, jquery
5
- Requires at least: 2.9
6
- Tested up to: 3.5
7
- Stable tag: 1.3.4.9
8
 
9
- Easily enable the FancyBox 1.3.4 jQuery extension on just about all media links. Multi-Site compatible. Supports iFrame and Flash movies.
10
 
11
  == Description ==
12
 
13
  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 **FancyBox** on your **Settings > Media** admin page where you can manage the plugins options.
14
 
15
- **Supports:**
16
 
17
- - images (.jpg/.gif/.png and others) _and_ image maps
18
- - WordPress Galleries
19
- - PDF and SWF (Flash) files
20
- - movie sites like **Youtube**, **Vimeo** _and_ **Dailmotion**
21
- - hidden inline content
22
- - iframes
23
- - popup (auto-activate) on page load
24
 
25
- See [Screenshots](http://wordpress.org/extend/plugins/easy-fancybox/screenshots/) 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.
 
 
 
 
 
 
 
 
 
 
 
26
 
27
- See [FAQ's](http://wordpress.org/extend/plugins/easy-fancybox/faq/) 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 [Status301](http://status301.net/tag/easy-fancybox/feed/) for tips on how to get a high degree of control over what will be shown in a FancyBox overlay on your website.
 
 
 
 
28
 
29
  Get support on the [Easy FancyBox web page](http://status301.net/wordpress-plugins/easy-fancybox/) or [WordPress forum](http://wordpress.org/tags/easy-fancybox?forum_id=10).
30
 
31
  Visit [FancyBox](http://fancybox.net/) for more information, examples and the FancyBox Support Forum. Please consider a DONATION for continued development of the FancyBox project.
32
 
33
  **Recommended:**
34
- - For increased performance, simply install and activate the plugin [Use Google Libraries](http://wordpress.org/extend/plugins/use-google-libraries/) to load jQuery from Googles CDN.
35
 
36
  = Translators =
37
 
38
- - **Dutch** * Author: [R.A. van Hagen](http://status301.net/), for version 1.3.4.9
39
- - **French** * Author: Emmanuel Maillard (version 1.3.4.9)
40
- - **Hindi** * Author: [Outshine Solutions](http://outshinesolutions.com/) (version 1.3.4.9)
41
- - **Indonesian** * Author: [Nasrulhaq Muiz](http://al-badar.net) (version 1.3.4.9)
42
- - **Lithuanian** * Author: [Vincent G](http://www.host1free.com/) (version 1.3.4.9)
43
- - **Polish** * Author: Kamil Szymański (version: 1.3.4.9)
44
- - **Romanian** * Author: [Web Geek Sciense](http://webhostinggeeks.com/) (version 1.3.4.9)
45
- - **Slovak** Author: [Branco Radenovich (WebHostingGeeks.com)](http://webhostinggeeks.com/blog/) (version: 1.3.4.9)
46
- - **Spanish** * Author: [David Pérez](http://www.closemarketing.es/) (version: 1.3.4.9)
47
- - **Turkish** * Author: [Hakan Er](http://hakanertr.wordpress.com/) (version: 1.3.4.9)
48
- - **Ukrainian** * Author: [Cmd Software](http://www.cmd-soft.com) (version: 1.3.4.9)
 
 
 
 
 
 
 
 
 
 
 
 
 
49
 
50
  == Installation ==
51
 
@@ -73,13 +95,13 @@ Not happy with the default settings? Check out the new options under **Settings
73
 
74
  = Wordpress MU / WordPress 3+ in Multi Site mode =
75
 
76
- Same as above but do a **Network Activate** 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. The plugin can also work from the **/mu-plugins/** folder where it runs quietly in the background without bothering any blog owner with new options pages or the need for special knowledge about FancyBox. Just upload the complete package content to /mu-plugins/ and move the file fancybox.php from the new /mu-plugins/easy-fancybox/ to /mu-plugins/.
77
 
78
 
79
  == Frequently Asked Questions ==
80
 
81
  = BASIC =
82
-
83
  = What's FancyBox? =
84
 
85
  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 [FancyBox](http://fancybox.net/) for more information and examples.
@@ -89,22 +111,19 @@ Basically, it is a fancy way of presenting images, movies, portable documents an
89
 
90
  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!
91
 
92
-
93
  = I installed the plugin. What now? =
94
 
95
- 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 **Edit Image** button that appears and choose **Link to Image**. From now on, clicking that thumbnail should open the full size version in FancyBox.
96
-
97
- The same thing goes for WordPress Galleries. Choose **Link to: File** when inserting a gallery tag.
98
 
 
99
 
100
  = I want to change something. Where is the settings page? =
101
 
102
- There is no new settings page but there are a few options you can change. You will find a new **FancyBox** section on **Settings > Media**. To see the default, check out the example under [Screenshots](http://wordpress.org/extend/plugins/easy-fancybox/screenshots/) ...
103
-
104
 
105
  = Help! It does not work... =
106
 
107
- Please follow the trouble shooting steps on [Other Notes](http://wordpress.org/extend/plugins/easy-fancybox/other_notes/) to determine the cause. If that fails, ask for support on the [Easy FancyBox WordPress forum](http://wordpress.org/tags/easy-fancybox) or go to the [development site](http://status301.net/wordpress-plugins/easy-fancybox/)
108
  &nbsp;
109
 
110
 
@@ -112,28 +131,46 @@ Please follow the trouble shooting steps on [Other Notes](http://wordpress.org/e
112
 
113
  = Will a WordPress generated gallery be displayed in a FancyBox overlay? =
114
 
115
- Yes, but _only_ if you used the option **Link thumbnails to: Image File** when inserting the gallery! The gallery quicktag/shortcode should look something like `[gallery link="file"]`.
 
 
 
 
 
 
 
 
 
 
 
 
 
116
 
 
117
 
118
  = Can I make a slideshow from my gallery? =
119
 
120
- Yes. There is an Advanced option called "Gallery Auto-rotation" for that.
121
 
122
 
123
  = Can I exclude images or other links from auto-attribution? =
124
 
125
- Yes. All links with class **nofancybox** that would normally get auto-enabled, will be excluded from opening in a FancyBox overlay.
 
 
126
 
127
- `<a href="url/to/fullimg.jpg" class="nofancybox"><img src="url/to/thumbnail.jpg" /></a>`
128
 
 
129
 
130
- = Will a NextGen gallery be displayed in a FancyBox overlay ? =
131
 
132
- It *can* be. Switch OFF the FancyBox Auto-gallery feature, then set the NextGen option "JavaScript Thumbnail effect" to "Custom" and fill the code line field with
 
 
133
  `
134
  class="fancybox" rel="%GALLERY_NAME%"
135
  `
136
-
137
 
138
  = Can I use ONE thumbnail to open a complete gallery ? =
139
 
@@ -163,39 +200,90 @@ General steps:
163
 
164
  **A.** Place the shortcode of your choice in your page/post content.
165
 
166
- **B.** Configure NextGen on **Gallery > Options > Gallery settings** to at least have the following options set like this:
167
 
168
  1. Number of images per page: 1
169
- 1. Integrate slideshow: unchecked (optional but advised: use auto-rotation in the FancyBox settings instead)
170
- 1. Show first: Thumbnails
171
- 1. Show ImageBrowser: unchecked
172
- 1. Add hidden images: checked
173
 
174
- **C.** Optional: install [Custom CSS](http://wordpress.org/extend/plugins/safecss/) and add a new CSS rule to hide the page browsing links below the gallery thumbnail:
175
  `
176
  .ngg-navigation {
177
  display:none;
178
  }
179
  `
180
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
181
 
182
  = Can I create a gallery of Youtube thumbnails which open in FancyBox? =
183
 
184
  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:
185
  `
186
- http://i4.ytimg.com/vi/...UNIQUE-MOVIE-ID.../default.jpg
187
- http://i4.ytimg.com/vi/...UNIQUE-MOVIE-ID.../mqdefault.jpg
188
- http://i4.ytimg.com/vi/...UNIQUE-MOVIE-ID.../hqdefault.jpg
 
 
 
 
 
 
 
 
 
 
189
  `
190
 
191
  But an easier method is this one, shared by Shashank Shekhar (thanks!) :
192
 
193
- To create Youtube thumbnail galleries, install http://wordpress.org/extend/plugins/youtube-simplegallery/ and set the 'Effect' option to fancybox. Then disable Youtube autodetection on Settings > Media.
194
 
195
 
196
  = Can I display web pages or HTML files in a FancyBox overlay? =
197
 
198
- Yes. Place a link with either `class="fancybox-iframe"` or `class="fancybox iframe"` (notice the space instead of the hyphen) to any web page or .htm(l) file in your content.
199
 
200
  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 :)
201
 
@@ -216,33 +304,19 @@ If you do'nt have *Auto-detect* checked under **SWF** on Settings > Media admin
216
 
217
  = How do I show content with different sizes? =
218
 
219
- FancyBox tries to detect the size of the conten 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 > Media page. You can manually override this by defining the width and height wrapped in curly brases in the class attribute of the link itself. For example, a Flash movie with different size:
220
-
221
- `
222
- <a class="fancybox-swf {width:1024,height:675}" href="link-to-your-swf"></a>
223
- `
224
-
225
-
226
- = Can I play YouTube, Dailymotion and Vimeo movies in a FancyBox overlay? =
227
 
228
- Yes. Just let the plugin auto-detect and auto-enable it for you! :)
229
 
230
- Place the Share URL (the full Page URL, the Short URL or even with the HD option) to the YouTube/Vimeo/Dailymotion page in your content. If you have disabled Auto-detection, give the link a class attribute like `class="fancybox-youtube"` for Youtube, `class="fancybox-vimeo"` for Vimeo and `class="fancybox-dailymotion"` for Dailymotion, to manually enable FancyBox for it.
231
 
232
- Both YouTube and Vimeo movies can be made to play immediately after opening by adding the paramer `autoplay=1` 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:
233
  `
234
- <a href="http://youtu.be/N_tONWXYviM?hd=1&fs=1&autoplay=1">text or thumbnail</a>
235
  `
236
 
237
-
238
- = I want that 'Show in full-screen' button on my YouTube movies =
239
-
240
- Append `&fs=1` to your YouTube share URL.
241
-
242
-
243
  = The flash movie in the overlay shows BELOW some other flash content that is on the same page! =
244
 
245
- Make sure the OTHER flash content as a **wmode** set, preferably to 'opaque' or else 'transparent' but not 'window' or missing. For example, if your embedded object looks something like:
246
  `
247
  <object type="application/x-shockwave-flash" width="200" height="300" data="...url...">
248
  <param name="allowfullscreen" value="true" />
@@ -259,25 +333,44 @@ just add `<param name="wmode" value="opaque" />` among the other parameters. Or
259
  <embed src="...url..." type="application/x-shockwave-flash" width="640" height="385" allowscriptaccess="always" allowfullscreen="true" wmode="window"></embed>
260
  </object>
261
  `
262
- just change that `wmode="window"` to `wmode="opaque"` or add the tag if it is missing.
263
 
264
 
265
- = Can I display INLINE content in a FancyBox overlay ? =
266
 
267
- Yes. Wrap the inline content in
 
 
268
  `
269
- <div style="display:none" class="fancybox-hidden"><div id="fancyboxID-1" style="width:460px;height:380px;">
270
  ...inline content here...
271
  </div></div>
272
  `
273
 
274
- Then place a FancyBox link anywhere else in the post/page content to the inline content. Something like
275
  `
276
- <a href="#fancyboxID-1" class="fancybox">Read my inline content</a>
277
  `
278
 
279
  NOTE: The wrapping divs ID *must* 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...
280
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
281
 
282
  = Can I make an image or hidden content to pop up in FancyBox on page load? =
283
 
@@ -302,35 +395,38 @@ If you are on an older version of WordPress or if you cannot use WP's Menus, you
302
 
303
  = Is Easy FancyBox multi-site compatible? =
304
 
305
- Yes. Designed to work with **Network Activate** and does not require manual activation on each site in your network. You can even install it in mu-plugins: upload the complete /easy-fancybox/ directory to /wp-content/mu-plugins/ and move the file easy-fancybox.php one dir up.
306
 
307
 
308
 
309
  == Known Issues ==
310
 
 
 
 
 
 
 
311
  = Plugin conflicts =
312
 
313
- - **Outbound links or Downloads tracking** in some of the stats plugins can interfere with FancyBox.
 
314
  - **Better WP Security** 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.
315
  - By default **Google Analytics for WordPress** converts links like `href="#anyID"` to `href="http://yoursite.url/page/#anyID"`, disabling inline content shown in FancyBox.
 
 
316
  - **Wordpress Firewall 2** blocks access to image files needed for porper display of the FancyBox overlay in older IE and other non-css3 browsers.
317
  - **WordPress Amazon Associate**: A script provided by Amazon and the FancyBox script are incompatible. Disabling _Product Preview_ in the **WP - Amazon > Settings** page should work around the issue.
318
  - **WP Slimstat** 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 `class="noslimstat"` to the link is reported to work around the issue.
319
  - When using **WP-Minify**, the javascript files like `fancybox/jquery.fancybox-X.X.X.pack.js` and others need to be excluded from minification.
320
- - When using **W3 Total Cache**, disable (1) minification and (2) the option "Prevent caching of objects after settings change". If you really need minification, you can try to run **WP-Minify** alongside W3TC which allows exclusion of fancybox files as suggested above..
321
- - **WP Supersized** uses the Animate Enhanced jQuery extension which causes a conflict with the Easing extension used by FancyBox resulting in a 0px sized lightbox frame. Plus some kind of positioning issue with auto-centering. Sridhar Katakam wrote about a work-around on http://websitesetuppro.com/getting-easy-fancybox-to-work-properly-when-wp-supersized-is-active/.
322
-
323
 
324
- = Theme conflicts =
325
 
326
- - The new default **Twenty Eleven** 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 [Custom CSS](http://wordpress.org/extend/plugins/safecss/) and add the rule
327
- `
328
- #branding {
329
- z-index:999;
330
- }
331
- `
332
- - Most if not all **Elegant Themes** have FancyBox already integrated in a hard-coded way, making them incompatible with Easy FancyBox.
333
- - The **Mystique** theme has an option called "Optimize website for faster loading" that will break Easy FancyBox. Disable it in Mystique's options > Advanced.
334
  - **Imbalance** and other themes that uses the Photo Galleria jQuery extension: turn of the JSGallery option.
335
  - Themes like **Envisioned**, **Chameleon** 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...
336
  - Themes based on the **Thesis** framework might see issues in IE 8, for which [a hack has been proposed](http://voidzonemedia.com/solutions/thesis-ie8-remove-ie7-emulation/)
@@ -338,8 +434,7 @@ z-index:999;
338
 
339
  = Other =
340
 
341
- - When using multiple links on the same page to similar content, automatically or manually using the same class (for example `fancybox-youtube`), metadata on the second and following links (for example `{width:200,height:300}` in the class or data attribute) will be ignored.
342
- - When showing an iframe as inline content in FancyBox, the iframe will become blank after opening and closing it. The solution is to link directly to the iframe source and use `class="fancybox-iframe"` instead.
343
  - 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.
344
 
345
 
@@ -364,7 +459,7 @@ If, after activation, your images do not open in a FancyBox overlay, there are s
364
  1. 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 `jquery.fancybox-x.x.x.pack.js?ver=x.x.x` in the `<head>` section. There should also be a `easy-fancybox.css.php?ver=x.x.x` and some javascript that starts with `<!-- Easy FancyBox 1.3.4.9 using FancyBox 1.3.4 - RavanH (http://status301.net/wordpress-plugins/easy-fancybox/) -->`... If it's not there, your theme is really out of date. Consider switching to a new theme fast!
365
  1. Check if your theme wraps post/page content in a div with class `hentry`. If it doesn't, you might need to edit the option `Section(s)` on **Settings > Media** to reflect the class (or ID) name of the div that holds post/page content.
366
  1. Make sure that your theme does not load the main jQuery library file more than once. Look for references to javascript files like `jquery.js?ver=x.x.x` or `jquery.min.js` 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
367
- 1. 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.
368
 
369
  If you still do not get to see your images in FancyBox, ask on the [Easy FancyBox WordPress forum](http://wordpress.org/tags/easy-fancybox) or go to the [development site](http://status301.net/wordpress-plugins/easy-fancybox/)
370
 
@@ -375,6 +470,20 @@ If you still do not get to see your images in FancyBox, ask on the [Easy FancyBo
375
  1. 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.
376
 
377
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
378
 
379
  == Screenshots ==
380
 
@@ -384,15 +493,95 @@ If you still do not get to see your images in FancyBox, ask on the [Easy FancyBo
384
 
385
  == Upgrade Notice ==
386
 
387
- = 1.3.4.9 =
388
- Metadata and image map support. Opening speed bugfix. New iFrame/HTML5 embed code for Youtube, Vimeo and Dailymotion. Frame color and opacity options. Media options simplification.
389
 
390
  == Changelog ==
391
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
392
  = 1.3.4.9 =
393
  * NEW: Lithuanian translation
394
  * NEW: Hindi translation
395
- * NEW: Romanian tranlation
 
396
  * NEW: Polish translation
397
  * NEW: Spanish translation
398
  * NEW: jQuery Metadata support
@@ -413,12 +602,12 @@ Metadata and image map support. Opening speed bugfix. New iFrame/HTML5 embed cod
413
  = 1.3.4.6 =
414
  * PDF embed compatibility improvement
415
  * NEW: Show/hide title on mouse hover action
416
- * NEW: Auto-gallery modes (Disabled, page/post images only, all)
417
  * NEW: Dailymotion support
418
  * Links with id **fancybox-auto** will be triggered on page load
419
  * Anything with class **fancybox-hidden"** will be hidden
420
  * Support for menu items in iframe
421
- * Added class **nofancybox** for exclusion when auto-enabling
422
 
423
  = 1.3.4.5 =
424
  * FancyBox script version 1.3.4 (2010/11/11 - http://fancybox.net/changelog/)
@@ -431,7 +620,7 @@ Metadata and image map support. Opening speed bugfix. New iFrame/HTML5 embed cod
431
  = 1.3.3.4.2 =
432
  * BIGFIX: iframe width
433
  * BIGFIX: image overlay size in Google Chrome browser issue (FancyBox 1.3.3)
434
- * BIGFIX: fancybox-swf&nbsp;
435
 
436
  = 1.3.3.4 =
437
  * FancyBox script version 1.3.3 (2010/11/4 - http://fancybox.net/changelog/)
1
  === Easy FancyBox ===
2
  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
 
11
  == Description ==
12
 
13
  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 **FancyBox** on your **Settings > Media** admin page where you can manage the plugins options.
14
 
15
+ After activation, all links to **JPG, GIF and PNG images** are automatically opened in the [FancyBox](http://fancybox.net/) Mac-style lightbox that floats over the web page. Most options available can be managed with this plugin along with some extra features.
16
 
17
+ **Also supports:**
 
 
 
 
 
 
18
 
19
+ - All common image types including webp _and_ image maps
20
+ - WordPress Galleries
21
+ - NextGEN galleries (see FAQs for instructions)
22
+ - Youtube galleries via Youtube Simple Gallery plugin (see FAQs for instructions)
23
+ - SWF (Flash) movies
24
+ - SVG media images (thanks to Simon Maillard)
25
+ - Links to **Youtube**, **Vimeo** _and_ **Dailmotion**
26
+ - Hidden inline content
27
+ - iFrames
28
+ - PDF files
29
+ - Auto-popup on page load
30
+ - links inside Gravity Forms in ajax mode
31
 
32
+ For **advanced options** and **priority support**, there is a **[Pro extension](http://premium.status301.net/downloads/easy-fancybox-pro/)** available.
33
+
34
+ See [Screenshots](http://wordpress.org/plugins/easy-fancybox/screenshots/) 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.
35
+
36
+ See [FAQ's](http://wordpress.org/plugins/easy-fancybox/faq/) 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 [Status301](http://status301.net/tag/easy-fancybox/feed/) for tips on how to get a high degree of control over what will be shown in a FancyBox overlay on your website.
37
 
38
  Get support on the [Easy FancyBox web page](http://status301.net/wordpress-plugins/easy-fancybox/) or [WordPress forum](http://wordpress.org/tags/easy-fancybox?forum_id=10).
39
 
40
  Visit [FancyBox](http://fancybox.net/) for more information, examples and the FancyBox Support Forum. Please consider a DONATION for continued development of the FancyBox project.
41
 
42
  **Recommended:**
43
+ - For increased site performance, simply install and activate the plugin [Use Google Libraries](http://wordpress.org/plugins/use-google-libraries/) to load jQuery from Googles CDN.
44
 
45
  = Translators =
46
 
47
+ Please go to https://translate.wordpress.org/projects/wp-plugins/easy-fancybox/ and share your knowledge!
48
+
49
+ Current contributors:
50
+
51
+ - **Belarussian** * Natasha, https://www.ustarcash.com (version 1.5.8)
52
+ - **Croatian** * Ivan Capan (version 1.5.6)
53
+ - **Czech** * Eldenroot (version 1.5.5)
54
+ - **Dutch** * R.A. van Hagen, http://status301.net (version 1.5.6)
55
+ - **French** * Emmanuel Maillard (version 1.5.5)
56
+ - **Greek** * Dimitrios Kaisaris, http://www.foodblogstarter.com (version 1.5.7)
57
+ - **Gujarati** * Apoto Team, http://www.apoto.com (version 1.5.0)
58
+ - **Hindi** * Outshine Solutions, http://outshinesolutions.com (version 1.3.4.9)
59
+ - **Indonesian** * Nasrulhaq Muiz, http://al-badar.net (version 1.5.5)
60
+ - **Lithuanian** * Vincent G, http://www.host1free.com (version 1.3.4.9)
61
+ - **Persian** * Ali Akbar Kaviani, http://www.wiki10.net (version 1.5.2)
62
+ - **Polish** * Kamil Szymański (version 1.3.4.9)
63
+ - **Romanian** * Web Geek Sciense, http://webhostinggeeks.com/ (version 1.3.4.9)
64
+ - **Russian** * Ivanka Skakun from Everycloud, http://www.everycloudtech.com/ (version 1.5.8)
65
+ - **Serbo-Croatian** * Andrijana Nikolic, http://webhostinggeeks.com/wordpresshosting.html (version 1.5.2) + translation of this page on http://science.webhostinggeeks.com/easy-fancybox
66
+ - **Slovak** * Jan Fajcak, http://fajo.name/ (version: 1.5.7)
67
+ - **Spanish** * David Pérez, http://www.closemarketing.es (version 1.3.4.9)
68
+ - **Turkish** * Hakan Er, http://hakanertr.wordpress.com/ (version: 1.5.2)
69
+ - **Ukrainian** * Cmd Software, http://www.cmd-soft.com (version: 1.3.4.9)
70
+
71
 
72
  == Installation ==
73
 
95
 
96
  = Wordpress MU / WordPress 3+ in Multi Site mode =
97
 
98
+ Same as above but do a **Network Activate** 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.
99
 
100
 
101
  == Frequently Asked Questions ==
102
 
103
  = BASIC =
104
+
105
  = What's FancyBox? =
106
 
107
  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 [FancyBox](http://fancybox.net/) for more information and examples.
111
 
112
  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!
113
 
 
114
  = I installed the plugin. What now? =
115
 
116
+ 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 **Edit Image** button that appears and choose **Link To: Media File**. From now on, clicking that thumbnail should open the full size version in FancyBox.
 
 
117
 
118
+ The same thing goes for WordPress Galleries. Choose **Link To: Media File** when inserting a gallery tag.
119
 
120
  = I want to change something. Where is the settings page? =
121
 
122
+ There is no new settings page but there are a few options you can change. You will find a new **FancyBox** section on **Settings > Media**. To see the default, check out the example under [Screenshots](http://wordpress.org/plugins/easy-fancybox/screenshots/) ...
 
123
 
124
  = Help! It does not work... =
125
 
126
+ Please follow the trouble shooting steps on [Other Notes](http://wordpress.org/plugins/easy-fancybox/other_notes/) to determine the cause. If that fails, ask for support on the [Easy FancyBox WordPress forum](http://wordpress.org/tags/easy-fancybox) or go to the [development site](http://status301.net/wordpress-plugins/easy-fancybox/)
127
  &nbsp;
128
 
129
 
131
 
132
  = Will a WordPress generated gallery be displayed in a FancyBox overlay? =
133
 
134
+ Yes, but _only_ if you used the option **Link To: Media File** when inserting the gallery! The gallery quicktag/shortcode should look something like `[ gallery link="file" ]`.
135
+
136
+ = The lightbox does not look good on mobile devices. What can I do about that? =
137
+
138
+ 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.
139
+
140
+ `
141
+ <script type="text/javascript">
142
+ var pixelRatio = window.devicePixelRatio || 1;
143
+ if(window.innerWidth/pixelRatio < 641 ) {
144
+ easy_fancybox_handler = null;
145
+ };
146
+ </script>
147
+ `
148
 
149
+ Tweak the value 641 to target other screen sizes.
150
 
151
  = Can I make a slideshow from my gallery? =
152
 
153
+ In the [Pro extension](http://premium.status301.net/downloads/easy-fancybox-pro/), there is an Advanced option called "Gallery Auto-rotation" for that.
154
 
155
 
156
  = Can I exclude images or other links from auto-attribution? =
157
 
158
+ Yes. All links with class **nolightbox** that would normally get auto-enabled, will be excluded from opening in a FancyBox overlay.
159
+
160
+ `<a href="url/to/fullimg.jpg" class="nolightbox"><img src="url/to/thumbnail.jpg" /></a>`
161
 
 
162
 
163
+ = Can NextGEN Gallery work with Easy FancyBox ? =
164
 
165
+ 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.
166
 
167
+ 1. Go to your Settings > Media admin page and switch OFF the FancyBox "Auto-gallery" option in the Images section;
168
+ 1. Go to Gallery > Other Options and set the Lightbox Effects option to "Custom" and click on Show Advanced Settings;
169
+ 1. fill the Code field with
170
  `
171
  class="fancybox" rel="%GALLERY_NAME%"
172
  `
173
+ 1. Leave the other fields empty and save your settings.
174
 
175
  = Can I use ONE thumbnail to open a complete gallery ? =
176
 
200
 
201
  **A.** Place the shortcode of your choice in your page/post content.
202
 
203
+ **B.** Configure NextGen on **Gallery > Gallery Settings** to Display galleries as "NextGEN Basic Thumbnails" and then under the NextGEN Basic Thumbnails to at least have the following options set like this:
204
 
205
  1. Number of images per page: 1
206
+ 1. Use imagebrowser effect: No
207
+ 1. Add hidden images: Yes
 
 
208
 
209
+ **C.** Optional: add the following new CSS rule to your theme stylesheet (or install [Custom CSS](http://wordpress.org/plugins/safecss/) or [Jetpack](http://wordpress.org/plugins/jetpack/) and add it on the new Appearance > Edit CSS admin page) to hide the page browsing links below the gallery thumbnail.
210
  `
211
  .ngg-navigation {
212
  display:none;
213
  }
214
  `
215
 
216
+ = Can I play YouTube, Dailymotion and Vimeo movies in a FancyBox overlay? =
217
+
218
+ 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! :)
219
+
220
+ If you have disabled Auto-detection, give the link a class attribute like `class="fancybox-youtube"` for Youtube, `class="fancybox-vimeo"` for Vimeo and `class="fancybox-dailymotion"` for Dailymotion, to manually enable FancyBox for it.
221
+
222
+ Both YouTube and Vimeo movies can be made to play immediately after opening by adding the paramer `autoplay=1` 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:
223
+ `
224
+ <a href="http://youtu.be/N_tONWXYviM?hd=1&fs=1&autoplay=1">text or thumbnail</a>
225
+ `
226
+
227
+
228
+ = I want that 'Show in full-screen' button on my YouTube movies =
229
+
230
+ Append `&fs=1` to your YouTube share URL.
231
+
232
+
233
+ = Can I show a Youtube playlist in FancyBox? =
234
+
235
+ 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.
236
+
237
+
238
+ = Can I link a NextGEN thumbnail to a Youtube movie in FancyBox? =
239
+
240
+ User Mark Szoldan shared a neat trick how to do this:
241
+
242
+ 1. 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.
243
+ 1. Then give the image that you want to link to a Youtube movie the URL to the Youtube page as title.
244
+ 1. 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 `wp_footer()` call...
245
+
246
+ `
247
+ <script type="text/javascript">
248
+ jQuery('.fancybox [title*="www.youtube.com"]').each(function() {
249
+ var title = jQuery(this).attr('title');
250
+ var desc = jQuery(this).parent().attr('title');
251
+ jQuery(this).attr('title', desc);
252
+ jQuery(this).parent().attr('href', title);
253
+ });
254
+ </script>
255
+ `
256
+
257
+ 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.
258
+
259
 
260
  = Can I create a gallery of Youtube thumbnails which open in FancyBox? =
261
 
262
  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:
263
  `
264
+ http://img.youtube.com/vi/UNIQUE-MOVIE-ID/default.jpg
265
+ http://img.youtube.com/vi/UNIQUE-MOVIE-ID/mqdefault.jpg
266
+ http://img.youtube.com/vi/UNIQUE-MOVIE-ID/hqdefault.jpg
267
+ `
268
+ Other locations might be
269
+ `
270
+ http://img.youtube.com/vi/UNIQUE-MOVIE-ID/0.jpg (same as hqdefault.jpg)
271
+ http://img.youtube.com/vi/UNIQUE-MOVIE-ID/1.jpg
272
+ http://img.youtube.com/vi/UNIQUE-MOVIE-ID/2.jpg
273
+ http://img.youtube.com/vi/UNIQUE-MOVIE-ID/3.jpg
274
+ http://img.youtube.com/vi_webp/UNIQUE-MOVIE-ID/0.webp (same as hqdefault.webp)
275
+ etc...
276
+
277
  `
278
 
279
  But an easier method is this one, shared by Shashank Shekhar (thanks!) :
280
 
281
+ 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 > Media.
282
 
283
 
284
  = Can I display web pages or HTML files in a FancyBox overlay? =
285
 
286
+ Yes. First, enable the iFrame option on Settings > Media. Then, in your post or page content create a link with either `class="fancybox-iframe"` or `class="fancybox iframe"` (notice the space instead of the hyphen) to any web page or .htm(l) file in your content.
287
 
288
  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 :)
289
 
304
 
305
  = How do I show content with different sizes? =
306
 
307
+ 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 > Media page.
 
 
 
 
 
 
 
308
 
309
+ The **[Pro extension](http://premium.status301.net/downloads/easy-fancybox-pro/)** 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 > Media is enabled.
310
 
311
+ For example, a Flash movie with different size:
312
 
 
313
  `
314
+ <a class="fancybox-swf {width:1024,height:675}" href="link-to-your-swf"></a>
315
  `
316
 
 
 
 
 
 
 
317
  = The flash movie in the overlay shows BELOW some other flash content that is on the same page! =
318
 
319
+ Make sure the OTHER flash content as a **wmode** set, preferably to 'opaque' or else 'transparent' but never 'window' or missing. For example, if your embedded object looks something like:
320
  `
321
  <object type="application/x-shockwave-flash" width="200" height="300" data="...url...">
322
  <param name="allowfullscreen" value="true" />
333
  <embed src="...url..." type="application/x-shockwave-flash" width="640" height="385" allowscriptaccess="always" allowfullscreen="true" wmode="window"></embed>
334
  </object>
335
  `
336
+ just change that `wmode="window"` to `wmode="opaque"` or add the attribute if it is missing.
337
 
338
 
339
+ = How can I display INLINE content in a FancyBox overlay ? =
340
 
341
+ First go to your **Settings > Media** admin page and activate the **Inline** option under the FancyBox settings. After saving, the amin page will show a new section called Inline where you can tweak its parameters.
342
+
343
+ Next, open your page/post for editing in the HTML tab and wrap the inline content in
344
  `
345
+ <div style="display:none" class="fancybox-hidden"><div id="fancyboxID-1" class="hentry" style="width:460px;max-width:100%;">
346
  ...inline content here...
347
  </div></div>
348
  `
349
 
350
+ 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
351
  `
352
+ <a href="#fancyboxID-1" class="fancybox-inline">Read my inline content</a>
353
  `
354
 
355
  NOTE: The wrapping divs ID *must* 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...
356
 
357
+ 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 `class="hentry"` 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.
358
+
359
+
360
+ = Can I display a contact form in FancyBox? =
361
+
362
+ Yes. There are several methods imaginable but the easiest would be to use the Inline method. First go to your Settings > 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:
363
+
364
+ `
365
+ <a href="#contact_form_pop" class="fancybox-inline">Contact Us</a>
366
+
367
+ <div style="display:none" class="fancybox-hidden">
368
+ <div id="contact_form_pop" class="hentry" style="width:460px;max-width:100%;">
369
+ [contact-form-7 id="87" title="Contact form 1"]
370
+ </div>
371
+ </div>
372
+ `
373
+ 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.
374
 
375
  = Can I make an image or hidden content to pop up in FancyBox on page load? =
376
 
395
 
396
  = Is Easy FancyBox multi-site compatible? =
397
 
398
+ Yes. Designed to work with **Network Activate** and does not require manual activation on each site in your network.
399
 
400
 
401
 
402
  == Known Issues ==
403
 
404
+ = General =
405
+
406
+ - **Outbound links or Downloads tracking** in some of the stats plugins can interfere with FancyBox.
407
+ - All plugins and themes that do not use `wp-enqueue-script` 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.
408
+ - All themes that are missing one or both of the obligatory `<?php wp_head(); ?>` in the header.php and `<?php wp_footer(); ?>` call just before the closing `</body>` tag in their footer.php template or elsewhere.
409
+
410
  = Plugin conflicts =
411
 
412
+ - **Autoptimize** needs to have either (at least) the option "Force JavaScript in <head>" checked or both jQuery and the fancybox script files need to be excluded.
413
+ - **All in One SEO Pack** and **Analytics for WordPress** with outbound link tracking enabled. Disable that feature.
414
  - **Better WP Security** 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.
415
  - By default **Google Analytics for WordPress** converts links like `href="#anyID"` to `href="http://yoursite.url/page/#anyID"`, disabling inline content shown in FancyBox.
416
+ - **jQuery Updater** moves jQuery to version 2+ wich is incompatible.
417
+ - Both the **uBillBoard** and **Camera slideshow** 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 > Media page to **Swing**.
418
  - **Wordpress Firewall 2** blocks access to image files needed for porper display of the FancyBox overlay in older IE and other non-css3 browsers.
419
  - **WordPress Amazon Associate**: A script provided by Amazon and the FancyBox script are incompatible. Disabling _Product Preview_ in the **WP - Amazon > Settings** page should work around the issue.
420
  - **WP Slimstat** 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 `class="noslimstat"` to the link is reported to work around the issue.
421
  - When using **WP-Minify**, the javascript files like `fancybox/jquery.fancybox-X.X.X.pack.js` and others need to be excluded from minification.
422
+ - When using **W3 Total Cache**, minification needs to be switched off. You can try to run **WP-Minify** alongside W3TC to be able to exclude fancybox files (as suggested above) ans still have page speed benefit from minification.
423
+ - **WP Supersized** 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.
 
424
 
425
+ = Theme conflicts =
426
 
427
+ - **Twenty Eleven** 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 [Custom CSS](http://wordpress.org/plugins/safecss/) or [Jetpack](http://wordpress.org/plugins/jetpack/) and add on the new Appearance > Edit CSS admin page the rule `#branding { z-index:999; }`
428
+ - Older versions of **Elegant Themes** 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 :)
429
+ - The **Mystique** theme has two option called "Lightbox" and "Optimize website for faster loading" that will break Easy FancyBox. Disable both in Mystique's options > Advanced.
 
 
 
 
 
430
  - **Imbalance** and other themes that uses the Photo Galleria jQuery extension: turn of the JSGallery option.
431
  - Themes like **Envisioned**, **Chameleon** 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...
432
  - Themes based on the **Thesis** framework might see issues in IE 8, for which [a hack has been proposed](http://voidzonemedia.com/solutions/thesis-ie8-remove-ie7-emulation/)
434
 
435
  = Other =
436
 
437
+ - 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 `class="fancybox-iframe"` instead.
 
438
  - 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.
439
 
440
 
459
  1. 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 `jquery.fancybox-x.x.x.pack.js?ver=x.x.x` in the `<head>` section. There should also be a `easy-fancybox.css.php?ver=x.x.x` and some javascript that starts with `<!-- Easy FancyBox 1.3.4.9 using FancyBox 1.3.4 - RavanH (http://status301.net/wordpress-plugins/easy-fancybox/) -->`... If it's not there, your theme is really out of date. Consider switching to a new theme fast!
460
  1. Check if your theme wraps post/page content in a div with class `hentry`. If it doesn't, you might need to edit the option `Section(s)` on **Settings > Media** to reflect the class (or ID) name of the div that holds post/page content.
461
  1. Make sure that your theme does not load the main jQuery library file more than once. Look for references to javascript files like `jquery.js?ver=x.x.x` or `jquery.min.js` 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
462
+ 1. 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.
463
 
464
  If you still do not get to see your images in FancyBox, ask on the [Easy FancyBox WordPress forum](http://wordpress.org/tags/easy-fancybox) or go to the [development site](http://status301.net/wordpress-plugins/easy-fancybox/)
465
 
470
  1. 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.
471
 
472
 
473
+ == Translation ==
474
+
475
+ 1. Install PoEdit on your computer.
476
+ 1. Go to this plugins /languages/ directory.
477
+ 1. 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.
478
+ 1. Open the .po file of your language with PoEdit.
479
+ 1. Go to Edit > Preferences and on the tab Editor check the option to compile a .mo database on save automatically. Close with OK.
480
+ 1. Go to Catalog > Settings and set your name, e-mail address, language and country. Close with OK.
481
+ 1. Go to Catalog > Update from POT-file and select the main easy-fancybox.pot file. Then accept all new and removed translation strings with OK.
482
+ 1. Now go ahead and start translating all the texts listed in PoEdit.
483
+ 1. When done, go to File > Save to Save.
484
+ 1. 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.
485
+ 1. 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!
486
+
487
 
488
  == Screenshots ==
489
 
493
 
494
  == Upgrade Notice ==
495
 
496
+ = 1.5.8 =
497
+ New features: auto-popup delay, margin, nolightbox... Bugfixes and PHP7 compatibility
498
 
499
  == Changelog ==
500
 
501
+ TODO PRO: optional remove scripts on certain pages
502
+ TODO: optional disable for small sceen sizes
503
+ TODO: move all script to footer and make that optional too for theme compat
504
+ 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
511
+ * FIX: obj undefined in minified js
512
+ * FIX: nofancybox in menu ignored, thanks Trishah
513
+ * Color value sanitize
514
+ * NEW: auto popup delay
515
+ * NEW: pro extension version compatibility check routine
516
+ * NEW: margin option
517
+ * NEW: iFrame alow full screen option
518
+ * Dropped mu-plugins support
519
+ * Added support for universal nolightbox class
520
+ * Set focus on iframe after load
521
+ * FIX: No center on scroll on touch devices
522
+ * FIX: Allow fullscreen videos
523
+
524
+ = 1.5.7 =
525
+ * FIX: Pro extension link update
526
+ * NEW: WebP support and class='image' to force image media type
527
+ * IE 6-8 css rules optional
528
+ * iframe embed for Youtube, Vimeo and Dailymotion
529
+ * Croation translation
530
+ * HTML5 players allowfullscreen default
531
+
532
+ = 1.5.6 =
533
+ * iPad positioning patch
534
+ * Don't unregister scripts that are not ours even for conflict prevention
535
+ * box-sizing: border-box issue in Firefox fixed
536
+ * Allow mousewheel scrolling page in the background again
537
+
538
+ = 1.5.5 =
539
+ * Prevent mousewheel scrolling page in the background
540
+ * New stylesheet IE alphaimageloader path fix approach
541
+ * Czech translation added
542
+ * Updated Indonesian translation
543
+
544
+ = 1.5.2 =
545
+ * BUGFIX: easy_fancybox_handler() in combo with trigger('click') causes Uncaught Exception script error
546
+
547
+ = 1.5.1 =
548
+ * FIX: jQuery 1.9+ compatibility
549
+ * Dropping support for gForms again -- "Cannot convert 'c' to object" error in combinaition with some older gForms version :(
550
+ * NEW: support for Infinite Scroll by Jetpack
551
+
552
+ = 1.5.0 =
553
+ * FIX: CSS3 box-sizing issue (Twenty Thirteen) misplacing close button
554
+ * NEW: Added SVG support. Thanks to Simon Maillard.
555
+ * Pre WP 3.6: jQuery 1.9+ compatibility
556
+ * JQuery Mousewheel extension update to 3.1.3
557
+ * NEW: Elegant Themes compatibility
558
+ * Some small Touch device compatibility improvement hacks to the 1.3.4 script
559
+ * Major plugin overhaul: Class implementation
560
+ * NEW: Disable hide on overlay click
561
+ * NEW: Allow automatic resizing to large image size set on Settings > Media during media upload via the hidden WordPress function media_upload_max_image_resize() TODO test more!
562
+ * NEW Options: iFrame scrolling, autoScale, key navigation/close, cyclic galleries
563
+ * Metadata custom parameters and Mousewheel gallery scrolling scripts optional
564
+ * Basic RTL languages/text direction support (gallery navigation inversion, title position)
565
+ * BUGFIX: https in stylesheet on Windows IIS
566
+ * Improved W3TC compatibility: query string issue
567
+ * Gravity Forms in ajax mode compatibility
568
+ * Use jQuery's bind('ready') for better ajax content compatibility
569
+ * Dynamic stylesheet response headers to allow browser caching
570
+ * Minified version of jquery.metadata.js
571
+ * Auto-detect on image map areas
572
+ * nolightbox class for menu items
573
+ * SECURITY: Settings sanitization
574
+ * BUGFIX: load_textdomain firing after the main settings array is loaded, leaving text strings in it untranslated.
575
+ * BUGFIX: missing signs in Youtube url regular expression
576
+ * BUGFIX: unquoted rel attribute selectors in jquery.fancybox-1.3.4.js
577
+ * BUGFIX: broken url path in IE stylesheet when missing $_SERVER['SERVER_NAME']
578
+ * BUGFIX: easing extension not needed on linear easing
579
+
580
  = 1.3.4.9 =
581
  * NEW: Lithuanian translation
582
  * NEW: Hindi translation
583
+ * NEW: Indonasian translation
584
+ * NEW: Romanian translation
585
  * NEW: Polish translation
586
  * NEW: Spanish translation
587
  * NEW: jQuery Metadata support
602
  = 1.3.4.6 =
603
  * PDF embed compatibility improvement
604
  * NEW: Show/hide title on mouse hover action
605
+ * NEW: Auto-gallery modes (Disabled, page/post images only, all)
606
  * NEW: Dailymotion support
607
  * Links with id **fancybox-auto** will be triggered on page load
608
  * Anything with class **fancybox-hidden"** will be hidden
609
  * Support for menu items in iframe
610
+ * Added class **nolightbox** for exclusion when auto-enabling
611
 
612
  = 1.3.4.5 =
613
  * FancyBox script version 1.3.4 (2010/11/11 - http://fancybox.net/changelog/)
620
  = 1.3.3.4.2 =
621
  * BIGFIX: iframe width
622
  * BIGFIX: image overlay size in Google Chrome browser issue (FancyBox 1.3.3)
623
+ * BIGFIX: fancybox-swf
624
 
625
  = 1.3.3.4 =
626
  * FancyBox script version 1.3.3 (2010/11/4 - http://fancybox.net/changelog/)